/* 최저렌탈 */
.pr_comp_cont .prcBox {
    position: relative;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    margin-bottom: 20px;
}

.pr_comp_cont .prcBox dl {
    width: 50%;
    float: left;
    position: relative;
    padding: 18px 0 18px 20px;
}

.pr_comp_cont .prcBox dl:first-child:before {
    content: '';
    width: 1px;
    display: inline-block;
    background: #e8e8e8;
    position: absolute;
    top: 20px;
    bottom: 20px;
    right: 0;
}

.pr_comp_cont .prcBox dl dt {
    font-size: 14px;
}

.pr_comp_cont .prcBox dl dd {
    line-height: 28px;
    letter-spacing: -0.01em;
    margin-top: 6px;
    font-size: 25px;
    font-weight: 700;
    color: #ff0000;
}

.pr_comp_cont .prcBox dl dd em {
    display: inline-block;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    vertical-align: baseline;
}

.pr_comp_cont .prcBox dl.card {
    color: #1E1927;
}

/*compare 옵션 선택*/
.lpOrder_cont .selectric{
    height: 48px;
}

.lpOrder_cont .selectric .label{
    margin: 0;
    height: 48px;
    line-height: 48px;
}

.lpOrder_cont .selectric .button{
    height: 48px;
}

.lpOrder_cont .selectric-wrapper{
    margin: 0 !important;
}

.lpOrder_cont .radioType_1 ul{
    height: 50px;
    padding: 0;
}

.lpOrder_cont .radioType_1 label{
    height: 48px;
    line-height: 44px;
}

/*view - 혜택안내 이벤트 */
.event_benefit {
    padding: 0;
}
.event_benefit .pv_tit {
    font-size:24px;
    font-weight: normal;
    margin-bottom: 20px;
}
.event_benefit .event_tit {
    background: #fff2f2;
    color: #f44936;
    border-radius: 6px;
    margin: 10px 0;
    padding: 18px;
    font-size: 19px;
    text-align: center;
    font-weight: bold;
}

/*view - 파트너사 안내 배너 */
.pt_notice ul li{
    text-align: center;
}

.pt_notice ul li a{
    display: block;
}

.pt_notice ul li img{
    width: auto;
    height: auto;
}

/* 추가옵션 */
.item_option_box.supply{
    display: block;
}

.ma_charge_box{
    padding-top: 10px;
}

.item_view_wrap div.item_info_box .supply .item_info_list{
    padding-top: 20px;
}


/* 장바구니 */
.cart_item_wrap .cart_item_list .cart_item_img > div.info_cont{
    width: 80%;
}

/* 장바구니 아이템 없을때 */
.cart_item_wrap .cart_none {
    border-top: 2px solid #333;
    padding: 100px 0 50px;
}

.cart_item_wrap .cart_none i{
    font-size: 50px;
}

.cart_item_wrap .cart_none p{
    font-size: 15px;
    padding-top: 15px;
    height: unset;
    line-height: unset;
}

.cart_item_wrap .cart_none a{
    display: inline-block;
    width: 200px;
    padding: 15px 0;
    margin-top: 60px;
    background: #2D2D2D;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition:  all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.cart_item_wrap .cart_none a:hover{
    background: #2D2D2D;
}


.price_compare_wrap .item_img_slide .slick-track .slick-slide {
    width: 60px !important;
    height: 60px !important;
    background-position: center;
    background-size: cover;
    -webkit-background-size:cover;
    -moz-background-size: cover;
    border: 1px solid #eee;
    border-radius: 6px;
    margin: 0 6px;
    cursor: pointer;
}

.price_compare_wrap .item_img_slide .slick-track .slick-slide.slick-current {
    border-color: #2d2d2d;
    overflow: hidden;
}


.item_view_wrap .item_img_slide .slick-track .slick-slide {
    width: 60px !important;
    height: 60px !important;
    background-position: center;
    background-size: cover;
    -webkit-background-size:cover;
    -moz-background-size: cover;
    border: 1px solid #eee;
    border-radius: 6px;
    margin: 0 6px;
    cursor: pointer;
}

.item_view_wrap .item_img_slide .slick-track .slick-slide.slick-current{
    border-color: #2D2D2D;
    overflow: hidden;
}

.order_prodOpt .selectric .label {
    font-size: 14px;
}

/* view select option */
.item_option_box .selectric-wrapper{
    margin: 0;
}
.item_option_box .selectric-wrapper .selectric {
    height: 42px !important;
    border: 1px solid #333 !important;
    border-radius: 3px;
}

.item_option_box .selectric .label,
.item_option_box .selectric .button{
    height: 40px;
    line-height: 40px;
    padding-left: 0;
    color: #333;
}

.item_option_box .selectric-wrapper .selectric-items li:hover{
    color: #fb7344;
}

/*이니렌탈(다이렉트) comparet 팝업 */
.modal.direct_order {
    width: 1200px;
    max-width: 1200px;
    max-height: 750px;
    padding: 40px;
    position: fixed;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
    left: calc(50% - 600px);
    background: #fff;
    z-index: 9999;
    overflow: hidden;
    border-radius: 10px;
}
.direct_order_head {
    border-bottom: 3px solid #2d2d2d;
    padding-bottom: 20px;
}
.direct_order_head h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}
.direct_order_head h2 span .btn_copy {
    font-size: 18px;
    background-color:transparent;
    color: #aaa;
}
.direct_order_head h2 span .btn_copy:hover{
    color: #111;
    transition: all 0.3s linear;
}
.direct_order_cont {
    padding-top: 40px;
    display: flex;
    max-height: 610px;
    justify-content: space-between;
}
.direct_order_cont .direct_info_img {
    width: 573px;
    overflow-y: scroll;
    padding-right: 8px;
}
.direct_order_cont .direct_order_form {
    width: calc(100% - 600px);
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: space-between;
}
.direct_order_cont .direct_order_form .form_scroll {
    flex: 0 1 auto;
    overflow: scroll;
    padding-bottom: 20px;
}

.direct_order_cont .direct_order_form .form_scroll::-webkit-scrollbar {
    display: none;
}
.direct_order_cont .direct_order_form .btn_wrap {
    height: 65px;
    position: relative;
}
.direct_order_cont .direct_order_form .btn_wrap .direct_btn {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 0;
    border: 0;
}
.direct_order_cont .direct_order_form .btn_wrap .direct_btn:before{
    background: #44207A;
    border-radius: 5px;
}
.direct_order_cont .direct_order_form .btn_wrap .direct_btn span{
    display: block;
    line-height: 1.5;
}
.direct_order_cont .direct_order_form .btn_wrap .direct_btn:hover .main_txt{
    color: #ffe500;
}
.direct_order_cont .direct_order_form .btn_wrap .direct_btn .sub_txt{
    font-size: 12px;
    font-weight: 400;
}
.direct_order_form .order_prod {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid #DDD;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.direct_order_form .order_prod > div{
    flex: 0 0 auto;
}

.direct_order_form .order_prod .photo {
    width: 130px;
    height: 130px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.direct_order_form .order_prod .photo:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: #00000010;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.direct_order_form .order_prod .info {
    width: 70%;
}

.direct_order_form .order_prod .info .modelNm{
    color: #999;
    font-size: 13px;
}
.direct_order_form .order_prod .info .prodNm {
    color: #2D2D2D;
    font-size: 24px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.direct_order_form .order_prod .info .rentalNm {
    padding: 4px 8px;
    font-size: 12px;
    border: 1px solid #ddd;
    font-weight: 300;
    display: inline-block;
}
.direct_order_form .order_prodOpt dl {
    margin-bottom: 16px;
}
.direct_order_form .order_prodOpt dl dt {
    font-size: 15px;
    color: #2d2d2d;
    padding-bottom: 12px;
}
.direct_order_form .radioType_1 ul {
    height: unset;
    background: transparent;
    border: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.direct_order_form .radioType_1 ul li{
    flex: 0 0 100%;
    padding-bottom: 8px;
}

.direct_order_form .radioType_1 .radios input[type="radio"] + label{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    border: 1px solid #e8e8e8;
    font-weight: 700;
    color: #333;
    border-radius: 5px;
}
.direct_order_form .radioType_1 .radios input[type="radio"] + label em{
    font-weight: 700;
    padding-left: 2px;
}
.direct_order_form .radioType_1 .radios input[type="radio"]:checked + label {
    border: 2px solid #44207A;
    color: #44207A;
}
.direct_order_form .order_prodOpt dl.listType2 .selectric-wrapper {
    margin: 0;
}
.direct_order_form .order_prodOpt dl.listType2 .selectric-wrapper .selectric {
    background: #FFF;
}
.direct_order_form .order_prodOpt dl.listType2 .selectric-wrapper .selectric .label {
    height: 48px;
    line-height: 48px;
    color: #2d2d2d;
    font-size: 15px;
    text-align: center;
    margin: 0;
    padding: 0;
}
.direct_order_form .order_prodOpt dl.listType2 .selectric-wrapper .selectric .button {
    margin-top: 5px;
    background: transparent;
}
.direct_order_form .order_prodOpt dl.listType2 .selectric-wrapper .selectric-items .selectric-scroll ul li {
    text-align: center;
}
.direct_order_form .selectric-items li {
    background: #FFF;
}
.direct_order_form .selectric-items li.highlighted,
.direct_order_form .selectric-items li:hover{
    color: #fb7344;
}

.direct_order_form .order_prodPrc {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.direct_order_form .order_prodPrc dl {
    width: 300px;
}
.direct_order_form .order_prodPrc dl dt,
.direct_order_form .order_prodPrc dl dd{
    display: inline-block;
    color: #2d2d2d;
    font-size: 16px;
    line-height: 36px;
}
.direct_order_form .order_prodPrc dl dt{
    width: 30%;
}
.direct_order_form .order_prodPrc dl dd{
    text-align: right;
    width: 65%;
}
.direct_order_form .order_prodPrc dl dd em{
    font-size: 26px;
    font-weight: 700;
    line-height: 25px;
    margin-right: 2px;
}
.direct_order_form .order_prodPrc dl.card dt,
.direct_order_form .order_prodPrc dl.card dd {
    color: #44207A;
}
.direct_order_form .customer_info {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    border-top: 1px solid #ddd;
    margin-bottom: 20px;
    padding-top: 20px;
}
.direct_order_form .customer_info .order_input_box {
    flex: 1 0 auto;
}
.direct_order_form .customer_info .order_input_box label {
    display: block;
    font-size: 15px;
    color: #2d2d2d;
    padding-bottom: 5px;
}
.direct_order_form .customer_info .order_input_box input {
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 5px;
}
.direct_order_form .checks{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.direct_order_form .checks input[type="checkbox"] + label{
    padding-left: 25px;
    font-size: 15px;
    font-weight: 400;
    color: #2d2d2d;
}

.direct_order_form .checks input[type="checkbox"] + label em{
    font-weight: 700;
}
.direct_order_form .checks input[type="checkbox"] + label:before{
    width: 18px;
    height: 18px;
    border: 2px solid #44207A;
    border-radius: 4px;
    box-shadow: none;
    background: url("/theme/inc/img/ico_ckbox_gy.svg") no-repeat center/cover;
    transition-duration: 0.3s;
}
.direct_order_form .checks input[type="checkbox"]:checked + label:before{
    background-image: url("/theme/inc/img/ico_ckbox_pp.svg");
}
.direct_order_form .checks input[type="checkbox"] + label:after{
    display: none;
}

.direct_order_form .checks button{
    height: auto;
    min-width: auto;
    line-height: 1.2;
    font-size: 12px;
    background: #fafafa;
    color: #2d2d2d;
    padding: 3px 5px;
    border-radius: 3px;
}
.direct_order_form .checks button:before{display: none;}
.direct_order_form .checks .agree_info{
    width: 100%;
    display: none;
    background: #f5f5f5;
    padding: 20px;
    margin-top: 20px;
    text-align: left;
    border-radius: 12px;
}

/*이니렌탈(다이렉트) compare 전자계약서. */
.popup{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.popup_overlay{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
}

.popup .popup_layer{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 320px;
    position: absolute;
    left: calc(50% - 160px);
    top: 50dvh;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    gap: 20px;
}

.popup .popup_layer .popup_cont p{
    color: #999;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}

.popup .popup_layer .popup_cont p span{
    color: #44207A;
}

.popup .popup_layer .popup_cont p span em{
    font-weight: 600;
}

.popup .popup_layer .popup_cont p.popup_notice{
    color: #fb7344;
    font-size: 12px;
    letter-spacing: -1px;
    margin-top: 15px;
}

.popup .popup_layer button{
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #44207A;
    border-radius: 8px;
    color: #fff;
}

/*이니렌탈(다이렉트) view_dt */
#dt_summary #optionLists2 dl{
    display: flex;
}
#dt_summary #optionLists2 dl dt {
    height: 40px;
    margin-top: 0;
    line-height: 40px;
}
#dt_summary #optionLists2 .radioType_1 {
    display: flex;
    flex-wrap: wrap;
}
#dt_summary #optionLists2 .radioType_1 .radios {
    width: 100%;
    margin-bottom: 5px;
}
#dt_summary #optionLists2 .radioType_1 .radios input[type="radio"] + label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #e8e8e8;
    font-weight: 500;
    font-size: 14px;
    color: #333;
    border-radius: 3px;
}
#dt_summary #optionLists2 .radioType_1 .radios input[type="radio"] + label em{
    padding-left: 2px;
    font-weight: 700;
}
#dt_summary #optionLists2 .radioType_1 .radios input[type="radio"]:checked + label {
    border: 2px solid #44207A;
    color: #44207A;
    background: #FFF;
}
#dt_summary .sc #optionLists2 .radioType_1 .radios input[type="radio"]:checked + label{
    border-color: #ED730A;
    color: #ED730A;
}
#dt_summary .item_option_box #optionLists2 .selectric-items li.highlighted,
#dt_summary .item_option_box #optionLists2 .selectric-items li:hover{
    color: #fb7344;
}
#dt_summary .item_total_price .card_total dd,
#dt_summary .item_total_price .card_total dt{
    color: #44207A !important;
}
#dt_summary .order_prod_form{
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-top: 1px dashed #c8c8c8;
    padding: 10px 0;
    margin-top: 10px;
}
#dt_summary .order_prod_form .form_input {
    flex: 1 0 auto;
}

#dt_summary .order_prod_form dl dt{
    float: left;
    width: 30%;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    line-height: 45px;
}

#dt_summary .order_prod_form dl dd{
    float: right;
    width: 70%;
    text-align: left;
    color: #666;
}
#dt_summary .order_prod_form dl dd input{
    height: 45px;
    line-height: 45px;
    border-radius: 3px;
}

#dt_summary .checks{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 0;
}

#dt_summary .checks input[type="checkbox"] + label{
    padding-left: 25px;
    font-size: 15px;
    font-weight: 400;
    color: #2D2D2D;
}
#dt_summary .checks input[type="checkbox"]:checked + label:after{display: none;}
#dt_summary .checks input[type="checkbox"] + label:before{
    width: 18px;
    height: 18px;
    border: 2px solid #44207A;
    border-radius: 4px;
    box-shadow: none;
    background: url("/theme/inc/img/ico_ckbox_gy.svg") no-repeat center / cover;
    transition-duration: 0.3s;
}

#dt_summary .sc .checks input[type="checkbox"] + label:before{
    border-color: #ED730A;
}

#dt_summary .checks input[type="checkbox"]:checked + label:before{
    background-image: url("/theme/inc/img/ico_ckbox_pp.svg");
}

#dt_summary .checks input[type="checkbox"] + label em{
    font-weight: 700;
}

#dt_summary .checks .btn_agree_dt{
    min-width: auto;
    height: auto;
    line-height: 1.2;
    font-size: 12px;
    background: #fafafa;
    color: #2d2d2d;
    padding: 3px 5px;
    border-radius: 3px;
}

#dt_summary .checks .agree_info{
    display: none;
    width: 100%;
    background: #f5f5f5;
    padding: 20px;
    margin-top: 20px;
    text-align: left;
    border-radius: 12px;
}

#dt_summary .item_buy_btn{
    padding: 0;
    margin: 20px 0;
}

#dt_summary .item_buy_btn ul {
    display: flex;
}

#dt_summary .item_buy_btn ul li {
    flex: 1 0 auto;
}

#dt_summary .item_buy_btn ul li a {
    width: 100%;
    height: 60px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
}
#dt_summary .item_buy_btn ul li a.btn_dt{
    background: #44207A;
    border: 1px solid #44207A;
    color: #FFE500;
}
#dt_summary .item_buy_btn ul li a.sc{
    background: #ED730A;
    border-color: #ED730A;
}
#dt_summary .item_buy_btn ul li a span {
    font-size: 13px;
    color: #FFF;
    display: block;
    font-weight: 400;
}
#dt_summary .item_buy_btn ul li a span em {
    font-weight: 600;
}

#dt_summary .item_buy_btn .direct_btn{
    height: 65px;
    background: #44207a;
    border: 1px solid #44207a;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
}
#dt_summary .item_buy_btn .direct_btn:hover .main_txt{
    color: #ffe500;
}
#dt_summary .item_buy_btn .direct_btn:before{display: none;}
#dt_summary .item_buy_btn .direct_btn .sub_txt{
    font-size: 13px;
    font-weight: 400;
}






