@charset "utf-8";

#sit_sel_option { margin: 0 !important; }

.item_wrap { max-width: 1200px; margin: 0 auto; padding: 35px 0 60px 0; }
.item_head { display: flex; }
.item_head .image { position: relative; max-width: 600px; height: fit-content; overflow: hidden; }
.item_head .image img { width: 100%; height: auto; }
.item_head .image .swiper-pagination { bottom: 14px; }
.item_head .image .swiper-pagination-bullet { width: 8px; height: 8px; border: 1px solid #161719; background: #fff; }
.item_head .image .swiper-pagination-bullet-active { border: 1px solid #161719; background: #161719; }
.item_head .content { flex-shrink: 0; flex: 1; margin-left: 50px; }
.item_head .notice { width: fit-content; margin-bottom: 20px; padding: 15px 20px 15px 42px; font-size: 13px; font-weight: 500; color: #f22775; border-radius: 22.5px; border: 1px solid #f22775; background-image: url('../img/warning_ico.svg'); background-repeat: no-repeat; background-size: 15px 17px; background-position: 20px center; }
.item_head .tag_wrap { margin-bottom: 15px; }
.item_head .tag_wrap .tag { display: inline-block; height: 35px; margin-bottom: 10px; padding: 10px 15px; border-radius: 17.5px; border: solid 1px #dcdee5; font-size: 13px; line-height: 15px; color: #161719; }
.item_head .tag_wrap .tag + .tag { margin-left: 10px; }
.item_head .title { margin-bottom: 25px; font-size: 30px; font-weight: 600; color: #000; }
.item_head .price_wrap strong { font-size: 30px; font-weight: 600; color: #161719; }
.item_head .price_wrap .alt { margin-top: 10px; font-size: 18px; color: #858590; }
.item_head .price_wrap .alt.origin { text-decoration: line-through; }
.item_head .oop_wrap { display: flex; margin-top: 22px; font-size: 15px; color: #b9bec4; }
.item_head .oop_wrap .subject { flex-shrink: 0; }
.item_head .oop_wrap p { margin-left: 10px; }
.item_head .oop_wrap span { display: inline-block; margin-left: 10px; }
.item_head .discount_wrap { margin-top: 25px; padding: 20px 20px 20px 65px; border-radius: 5px; border: 1px solid #151517; background: no-repeat url('../img/discount_ico.svg'); background-size: 30px 30px; background-position: 20px 29px; }
.item_head .discount_wrap .subject { margin-bottom: 10px; font-size: 18px; color: #858590; }
.item_head .discount_wrap .discount { display: flex; flex-wrap: wrap; font-size: 15px; color: #151517; }
.item_head .discount_wrap .discount strong { font-weight: bold; text-decoration: underline; color: #f22775; }
.item_head .discount_wrap .discount p { margin-right: 33px; }
.item_head .info_wrap { margin-top: 10px; }
.item_head .info_wrap .info { padding: 20px 0; border-bottom: 1px solid rgba(21, 21, 23, 0.1); font-size: 18px; color: #151517; }
.item_head .info_wrap .info .div { display: flex; }
.item_head .info_wrap .info .div + .div { margin-top: 10px; }
.item_head .info_wrap .info .subject { flex-shrink: 0; width: 100px; color: #858590; }
.item_head .type_btn { display: inline-block; background: #151517; color: #fff; font-size: 15px; padding: 10px 20px; margin-left: 10px; position: relative; top: -5px; }

#purchase .btn_close { display: none; }
#purchase .opt_sel { margin: 25px 0; }
#purchase .opt_sel .get_item_options,
#purchase .opt_sel .get_item_supply { display: flex; align-items: center; margin: 0 0 15px 0;}
#purchase .opt_sel .get_item_options:last-child,
#purchase .opt_sel .get_item_supply:last-child { margin: 0; }
#purchase .opt_sel .get_item_options > label,
#purchase .opt_sel .get_item_supply > label { display: block; flex-shrink: 0; min-width: 100px; padding-right: 20px; font-size: 18px; font-weight: normal; color: #151517; }
#purchase .opt_sel .get_item_options > span,
#purchase .opt_sel .get_item_supply > span { display: block; width: 100%; }
#purchase .opt_sel .get_item_options > span select,
#purchase .opt_sel .get_item_supply > span select { width: 100%; height: 44px; padding: 0 15px; border: 1px solid rgba(21, 21, 23, 0.1); appearance: none; background: no-repeat url('../img/down_arrow_ico.svg'); background-size: 10px 5px; background-position: calc(100% - 15px) 20px; font-size: 18px; line-height: 44px; color: #151517; }
#btn_mobile { display: none; }

#purchase_option .sit_opt_list,
#purchase_option .sit_spl_list { margin-top: 15px; padding: 25px; border-radius: 5px; border: 1px solid rgba(21, 21, 23, 0.1); background-color: #fafafc; }
#purchase_option .opt_name span { font-size: 15px; font-weight: 500; color: #000; }
#purchase_option .opt_count { margin-top: 15px; align-items: flex-end; }
#purchase_option .sit_opt_del { position: absolute; top: 25px; right: 25px; width: 12px; height: 12px; background: no-repeat url('../img/delete_ico.svg'); background-size: 12px 12px; }
#purchase_option .sit_opt_del img { display: none; }
#purchase_option .sit_opt_prc { font-size: 20px; font-weight: 600; color: #161719; }
#purchase_option .count-set { border: 1px solid rgba(21, 21, 23, 0.1); }
#purchase_option .count-set input { width: 55px; height: 44px; font-size: 12px; line-height: 44px; text-align: center; color: #151517; border-left: 1px solid rgba(21, 21, 23, 0.1); border-right: 1px solid rgba(21, 21, 23, 0.1); }
#purchase_option .count-set button { width: 44px; height: 44px; font-size: 0; line-height: 0; -webkit-tap-highlight-color: transparent; }
#purchase_option .count-set button.decrease { background: no-repeat url('../img/substract_ico.svg'); background-color: #fff; background-size: 12px 12px; background-position: 16px 16px; }
#purchase_option .count-set button.increase { background: no-repeat url('../img/add_ico.svg'); background-color: #fff; background-size: 12px 12px; background-position: 16px 16px; }
#purchase_option .count-set.count-rent input { width: 59px; padding-right: 22px; text-align: center; }
#purchase_option .count-set.count-rent .increase:before { content: '개월'; display: block; position: relative; left: -45px; font-size: 12px; pointer-events: none;}

#purchase_btn .total_wrap { margin: 25px 0; }
#purchase_btn .total { display: flex; justify-content: space-between; }
#purchase_btn .total span { display: block; font-size: 18px; font-weight: 600; color: #161719; }
#purchase_btn .total span.subject { font-size: 18px; font-weight: normal; color: #000; }
#purchase_btn .btn_wrap { display: flex; justify-content: space-between; }
#purchase_btn .btn_wrap button { display: block; width: calc(50% - 7.5px); height: 58px; margin: 0; border: 1px solid #151517; font-size: 15px; font-weight: 500; text-align: center; color: #151517; }
#purchase_btn .btn_wrap button.submit { background: #151517; color: #fff; }

.item_body {margin: 60px 0;}
.item_body .navigator { border-bottom: 1px solid rgba(21, 21, 23, 0.1); }
.item_body .navigator .swiper-wrapper { justify-content: center; }
.item_body .navigator .swiper-slide { display: inline-block; width: auto; margin: 0 17.5px; }
.item_body .navigator .swiper-slide.on { border-bottom: 2px solid #151517;}
.item_body .navigator .swiper-slide a { display: inline-block; padding-bottom: 10px; font-size: 18px; font-weight: 500; color: #151517; }

.item_body .content_wrap { display: flex; }
.item_body .content_wrap .right { flex-shrink: 0; width: 400px; margin: 60px 0 60px 50px; }

.right #purchase { position: sticky; }
.right #purchase .opt_sel { margin: 0; }
.right #purchase_option .sit_opt_list,
.right #purchase_option .sit_spl_list { padding: 15px; }
.right #purchase_option .opt_name span { font-size: 13px; }
.right #purchase_option .sit_opt_del { top: 15px; right: 15px; }
.right #purchase_option .sit_opt_prc { font-size: 15px; }
.right #purchase_option .count-set input { width: 40px; height: 30px; font-size: 12px; line-height: 30px; }
.right #purchase_option .count-set button { width: 30px; height: 30px; font-size: 0; line-height: 0; -webkit-tap-highlight-color: transparent; }
.right #purchase_option .count-set button.decrease { background-size: 12px 1.5px; background-position: 9px 14.3px; }
.right #purchase_option .count-set button.increase { background-size: 12px 12px; background-position: 9px 9px; }
.right #purchase_option .count-set.count-rent input { width: 53px; padding-right: 22px; text-align: center; }
.right #purchase_option .count-set.count-rent .increase:before { content: '개월'; display: block; position: relative; left: -35px; font-size: 12px; pointer-events: none;}

.right #purchase_btn .btn_wrap { display: block; }
.right #purchase_btn .btn_wrap button { width: 100%; margin-bottom: 18px; }

.item_body .content { flex-grow: 1; -ms-flex: 1 0 0%; }
.item_body .content section { margin-top: 60px; }
.item_body .content section > .title { display: flex; align-items: center; margin-bottom: 25px; padding-bottom: 15px; border-bottom: 2px solid #151517; }
.item_body .content section > .title strong { display: block; font-size: 20px; font-weight: 600; text-transform: uppercase; color: #000; }
.item_body .content section > .title span { display: block; margin-left: 10px; font-size: 13px; color: #000; }

.item_body .info_wrap { display: flex; flex-wrap: wrap; align-items: stretch; margin-top: -10px; font-size: 14px; }
.item_body .info_wrap .info_list { display: flex; width: 50%; padding: 15px 0; border-bottom: 1px solid rgba(21, 21, 23, 0.1); }
.item_body .info_wrap .subject { flex-shrink: 0; flex-grow: 0; width: 150px; padding-right: 40px; color: #858590; }
.item_body .info_wrap .info { flex-grow: 1; padding-right: 40px; color: #151517; }
.item_body .change { margin-top: 25px; padding: 20px; border-radius: 5px; border: 1px solid #e9ebf4; }
.item_body .change .title { margin-bottom: 15px; font-size: 14px; font-weight: 500; color: #000; }
.item_body .change_info { }
.item_body .change_info_list { display: flex; font-size: 13px; }
.item_body .change_info_list + .change_info_list { margin-top: 10px; }
.item_body .change_info_list .subject { flex-shrink: 0; width: 40px; padding-right: 15px; color: #858590; }
.item_body .change_info_list .info { flex-grow: 1; color: #151517; line-height: 1.5; }


#oop_rate { display: flex; align-items: center; padding: 20px 0; border-bottom: 1px solid rgba(21, 21, 23, 0.1); }
#oop_rate .subject { flex-shrink: 0; width: 100px; color: #858590; font-size: 18px; }
#oop_rate select { width: 100%; height: 44px; padding: 0 15px; border: 1px solid rgba(21, 21, 23, 0.1); appearance: none; background: no-repeat url('../img/down_arrow_ico.svg'); background-size: 10px 5px; background-position: calc(100% - 15px) 20px; font-size: 18px; line-height: 14px; color: #151517; }

#eligible_check_warp .notice { width: 100%; margin-top: 15px; padding: 20px 10px 20px 54px; font-size: 13px; font-weight: 500; color: #f22775; border-radius: 9999px; border: 1px solid #f22775; background-image: url(../img/warning_ico.svg); background-repeat: no-repeat; background-size: 20px 22px; background-position: 25px center; }
.right #eligible_check_warp .notice { padding: 20px 10px 20px 45px; background-position: 17px center; }

/*#oop_rate .btn_close { display: none; }*/
/*#oop_rate .opt_sel { margin: 25px 0; }*/
/*#oop_rate .opt_sel .get_item_options,*/
/*#oop_rate .opt_sel .get_item_supply { display: flex; align-items: center; margin: 0 0 15px 0;}*/
/*#oop_rate .opt_sel .get_item_options:last-child,*/
/*#oop_rate .opt_sel .get_item_supply:last-child { margin: 0; }*/
/*#oop_rate .opt_sel .get_item_options > label,*/
/*#oop_rate .opt_sel .get_item_supply > label { display: block; flex-shrink: 0; min-width: 100px; padding-right: 20px; font-size: 18px; font-weight: normal; color: #151517; }*/
/*#oop_rate .opt_sel .get_item_options > span,*/
/*#oop_rate .opt_sel .get_item_supply > span { display: block; width: 100%; }*/
/*#oop_rate .opt_sel .get_item_options > span select,*/
/*#oop_rate .opt_sel .get_item_supply > span select { width: 100%; height: 44px; padding: 0 15px; border: 1px solid rgba(21, 21, 23, 0.1); appearance: none; background: no-repeat url('../img/down_arrow_ico.svg'); background-size: 10px 5px; background-position: calc(100% - 15px) 20px; font-size: 18px; line-height: 14px; color: #151517; }*/

@media screen and (max-width: 1199px) {
    .item_head { display: block; }
    .item_head .image { max-width: unset; width: 100%; }
    .item_head .content { margin: 35px 25px 0 25px; }
    .item_head .tag_wrap { margin-bottom: 5px; }
    .item_head .tag_wrap .tag { height: 33px; margin-bottom: 10px; padding: 10px 15px; font-size: 11px; line-height: 13px; }
    .item_head .title { margin-bottom: 15px; font-size: 20px;  }
    .item_head .price_wrap strong { font-size: 18px; }
    .item_head .price_wrap .alt { font-size: 13px; }
    .item_head .oop_wrap { margin-top: 15px; font-size: 13px; }
    .item_head .discount_wrap { margin-top: 20px; padding: 45px 15px 15px 15px; background-size: 20px 20px; background-position: 15px 15px; }
    .item_head .discount_wrap .subject { margin-bottom: 10px; font-size: 13px; }
    .item_head .discount_wrap .discount { display: block; font-size: 13px; }
    .item_head .discount_wrap .discount p { margin: 0; }
    .item_head .discount_wrap .discount p + p { margin-top: 10px; }

    #purchase { display: none; position: fixed !important; }
    #purchase.on { top: unset !important; bottom: 0; left: 0; display: block; width: 100%; box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, 0.05); background: #fff; z-index: 50; }
    #purchase .btn_close { position: absolute; top: 0; left: 50%; transform: translateX(-50%); display: block; width: 76px; height: 28px; background: no-repeat url('../img/mobile/close_buying_popup_ico.svg'); background-size: 76px 8px; background-position: 0 20px; font-size: 0; line-height: 0; }
    #purchase .opt_sel { margin: 0; }

    #purchase_option { max-height: 325px; overflow: auto; margin-top: 48px; padding: 0 25px 20px 25px; }
    #purchase_option .sit_opt_list,
    #purchase_option .sit_spl_list { padding: 15px; }
    #purchase_option .opt_name span { font-size: 13px; }
    #purchase_option .sit_opt_del { top: 15px; right: 15px; }
    #purchase_option .sit_opt_prc { font-size: 15px; }
    #purchase_option .count-set input { width: 40px; height: 30px; font-size: 12px; line-height: 30px; }
    #purchase_option .count-set button { width: 30px; height: 30px; font-size: 0; line-height: 0; -webkit-tap-highlight-color: transparent; }
    #purchase_option .count-set button.decrease { background-size: 12px 1.5px; background-position: 9px 14.3px; }
    #purchase_option .count-set button.increase { background-size: 12px 12px; background-position: 9px 9px; }
    #purchase_option .count-set.count-rent input { width: 50px !important; padding-right: 21px !important; text-align: center; }
    #purchase_option .count-set.count-rent .increase:before { content: '개월'; display: block; position: relative; left: -33px !important; font-size: 12px; pointer-events: none;}

    #purchase_btn { padding: 25px; border-top: 1px solid rgba(21, 21, 23, 0.1); }
    #purchase_btn .total_wrap { margin-top: 0; }
    #purchase_btn .btn_wrap { display: flex !important; flex-direction: row-reverse; }
    #purchase_btn .btn_wrap button { width: calc(50% - 7.5px) !important; margin: 0 !important; }

    #btn_mobile { position: fixed; bottom: 0; left: 0; display: block; width: 100%; padding: 25px; box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, 0.05); border-top: 1px solid rgba(21, 21, 23, 0.1); background: #fff; z-index: 40; }
    #btn_mobile.off { display: none; }
    #btn_mobile .title { margin-bottom: 10px; font-size: 15px; }
    #btn_mobile .price_wrap strong { font-size: 18px; }
    #btn_mobile .btn_wrap { display: flex; margin-top: 15px; }
    #btn_mobile .btn_wrap button { display: block; width: 100%; height: 58px; border: 1px solid #151517; font-size: 15px; font-weight: 500; text-align: center; }
    #btn_mobile .btn_wrap button.submit { background: #151517; color: #fff; }

    .item_body .navigator { padding: 0 25px; }
    .item_body .navigator .swiper-wrapper { justify-content: flex-start; }
    .item_body .navigator .swiper-slide { margin: 0; margin-right: 35px; }

    .item_body .content_wrap { display: block; }
    .item_body .content_wrap .right { margin: 0; }

    .item_body .content { padding: 0 25px; }
    .item_body .content section > .title { display: block; }
    .item_body .content section > .title span { margin: 5px 0 0 0; }

    .item_body .info_wrap { display: block; }
    .item_body .info_wrap .info_list { width: 100%; padding: 10px 0; }
    .item_body .info_wrap .subject { flex-shrink: 0; flex-grow: 0; width: 150px; padding-right: 15px; }
    .item_body .info_wrap .info { flex-grow: 1; padding: 0; }

    #eligible_check_warp { padding: 0 25px 25px 25px; }
    #eligible_check_warp .notice { margin: 0; padding: 13px 10px 13px 50px !important; background-position: 18px center !important; }
    #eligible_check_warp .notice span { display: block; }
}