.register_01 {width: 1200px; margin: 0 auto; padding: 70px 0 160px;}
.register_01 .title {font-size: 38px; letter-spacing: -0.05em; position: relative;}
.register_01 .title::after {content: ''; display: block; width: 30px; height: 4px; background-color: #000; position: absolute; left: 0; top: -20px;}
.register_01 .sub_title {margin:20px 0; padding-bottom:20px; border-bottom: 2px solid #111; }
.register_01 .txt_01 {margin-bottom: 24px; font-size: 24px; font-weight: 700;}
.register_01 .txt_02 {margin-bottom: 20px; font-size: 16px; font-weight: 500; text-align: right; color: #999;}
.register_01 .txt_03 {margin-bottom: 20px; font-size: 16px; font-weight: 500; color: #ff0000;}
.register_01 .list {width: calc(100% + 25px); margin-bottom: 40px; overflow: hidden;}
.register_01 .list li {width: calc(50% - 25px); margin: 0 25px 12px 0; float: left;}
.register_01 .list_select {width: calc(100% + 25px); margin-bottom: 40px; overflow: hidden;}
.register_01 .list_select li {width: calc(50% - 25px); margin: 0 25px 12px 0; float: left;}
.register_01 .list_select .radio {width: calc(80% - 5px); margin-right: 5px; float: left;}
.register_01 .list_select select {width: 20%; min-width: auto; height: 84px; font-size: 20px; border-radius: 8px; border: 1px solid #ddd; box-sizing: border-box; float: left;}
.register_01 .list_info > div {display: none; padding: 40px; background-color: #F8F8F8;}
.register_01 .list_info > div.on {display: block;}
.register_01 .list_info dt {margin-bottom: 16px; padding: 0 0 16px 32px; border-bottom: 1px solid #ddd; font-size: 20px; letter-spacing: -0.05em; font-weight: 500; color: #111; position: relative;}
.register_01 .list_info dt::after {content: '?'; display: block; width: 24px; height: 24px; line-height: 24px; text-align: center; border-radius: 50%; background-color: #ccc; color: #fff; position: absolute; left: 0; top: 3px;}
.register_01 .list_info dd {line-height: 27px; font-size: 16px; letter-spacing: -0.05em; color: #555;}
.register_01 .total {margin: 40px 0 80px; padding: 24px 0 26px; text-align: right; border-top: 1px solid #111; border-bottom: 1px solid #ccc;}
.register_01 .total .price {font-size: 16px; color: #666;}
.register_01 .total .price em {font-size: 20px; color: #111;}
.register_01 .total .price strong {display: inline-block; margin: 0 4px 0 20px; font-family: 'Montserrat'; font-size: 32px; color: #111; font-weight: 600; position: relative; top: 3px;}

.register_02 {width: 1200px; margin: 0 auto; padding: 70px 0 160px;}
.register_02 .title {margin-bottom: 40px; padding-bottom: 110px; border-bottom: 2px solid #111; font-size: 38px; letter-spacing: -0.05em; position: relative;}
.register_02 .title::after {content: ''; display: block; width: 30px; height: 4px; background-color: #000; position: absolute; left: 0; top: -20px;}
.register_02 .list {width: calc(100% + 24px); overflow: hidden;}
.register_02 .list li {width: 384px; margin-right: 24px; float: left; position: relative;}
.register_02 .list li div {height: 308px; border-radius: 10px; box-sizing: border-box; border: 1px solid #ddd; transition: all 0.3s;}
.register_02 .list li:hover div {border: 2px solid #111; background-color: #f8f8f8;}
.register_02 .list li .ico_01,
.register_02 .list li .ico_02,
.register_02 .list li .ico_03 {display: block; width: 120px; height: 120px; border-radius: 50%; background-color: #f8f8f8 !important; position: absolute; top: 40px; right: 40px; }
.register_02 .list li:hover .ico_01,
.register_02 .list li:hover .ico_02,
.register_02 .list li:hover .ico_03 {background-color: #fff !important;}
.register_02 .list li .ico_01 {background: url(../images/ico_buyer.svg) center no-repeat;}
.register_02 .list li .ico_02 {background: url(../images/ico_booth.svg) center no-repeat;}
.register_02 .list li .ico_03 {background: url(../images/ico_normal.svg) center no-repeat;}
.register_02 .list li .name {font-size: 22px; letter-spacing: -0.05em; font-weight: 500; position: absolute; left: 40px; top: 180px;}
.register_02 .list li .btn43 {position: absolute; left: 40px; top: 225px;}

.payment_information {padding: 200px 0;}
.payment_information .header {width: 100%; height: 198px; position: fixed; left: 0; top: 120px; background-color: #fff; z-index: 5; transition: all 0.3s;}
.payment_information.scroll .header {box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);}
.payment_information .header .both_area {width: 1200px; margin: 0 auto;}
.payment_information .header .cont-top {margin-bottom: 80px;}
.payment_information .header .share-area .sns-list {top: 50px;}
.payment_information .header .share-btn {display: block; width: 48px; height: 48px; background: url(../images/ico_share.svg) center no-repeat; border: 0 solid #fff; box-shadow: none;}
.payment_information .header .title_box {padding: 0 140px;}
.payment_information .header .title {font-size: 38px; letter-spacing: -0.05em;}
.payment_information .contents {width: 1200px; margin: 0 auto; padding-right: 440px; box-sizing: border-box; position: relative;}
.payment_information .subtitle {margin-bottom: 8px; padding-bottom: 24px; font-size: 24px; letter-spacing: -0.05em; border-bottom: 2px solid #111;}
.payment_information .input_form.mb {margin-bottom: 56px;}
.payment_information .input_form > div {padding-left: 150px; min-height: 71px; border-top: 1px solid #E5E5E5; position: relative;}
.payment_information .input_form > div:first-child {border-top: 0 solid #fff;}
.payment_information .input_form dt {font-weight: 500; letter-spacing: -0.05em; position: absolute; left: 0; top: 24px;}
.payment_information .input_form dd {padding: 24px 0; letter-spacing: -0.05em; color: #333;}
.payment_information .radio {margin-bottom: 12px;}
.payment_information .radio .box {padding: 20px 24px 20px 56px;}
.payment_information .radio input[type="radio"]:checked + span {padding: 19px 23px 19px 55px;}
.payment_information .txt_box {margin-top: 56px; padding: 40px; border: 1px solid #E5E5E5;}
.payment_information .txt_box .tit {margin-bottom: 24px; font-size: 20px; letter-spacing: -0.05em; font-weight: 500;}
.payment_information .txt_box dl > div {margin-top: 24px;}
.payment_information .txt_box dl > div:first-child {margin-top: 0;}
.payment_information .txt_box dl dt {margin-bottom: 8px; font-weight: 500;}
.payment_information .txt_box dl dd {line-height: 24px; color: #555;}
.payment_information .txt_box dl dd ul li {margin-top: 4px; padding-left: 10px; line-height: 24px; position: relative;}
.payment_information .txt_box dl dd ul li:first-child {margin-top: 0;}
.payment_information .txt_box dl dd ul li:after {content: ''; display: block; width: 4px; height: 4px; border-radius: 50%; background-color: #D9D9D9; position: absolute; left: 0; top: 11px;}
.payment_information .payment_box {width: 400px; padding: 40px; border-radius: 20px; border: 1px solid #E5E5E5; background-color: #fff; position: absolute; right: 0; top: 0; box-sizing: border-box; z-index: 1;}
.payment_information .payment_box .subtitle {margin-bottom: 0; border-bottom: 0 solid #fff;}
.payment_information .payment_box dl {margin-bottom: 40px;}
.payment_information .payment_box dl > div {margin-top: 16px; overflow: hidden;}
.payment_information .payment_box dl > div:first-child {margin-top: 0;}
.payment_information .payment_box dl dt {float: left; font-size: 18px; color: #111;}
.payment_information .payment_box dl dd {float: right; font-size: 18px; color: #111; position: relative; top: -2px;}
.payment_information .payment_box dl dd strong {display: inline-block; margin-right: 2px; font-family: 'Montserrat'; font-weight: 600;}
.payment_information .payment_box dl .total {padding-top: 24px; border-top: 1px dashed #DDDDDD;}
.payment_information .payment_box dl .total dt {font-size: 20px; font-weight: 700;}
.payment_information .payment_box dl .total dd {font-size: 16px;}
.payment_information .payment_box dl .total dd strong {font-size: 28px; font-weight: 600;}
.payment_information .payment_box .btn_box .btn62 {width: 100%; margin-top: 8px;}
.payment_information .payment_box .btn_box .btn62:first-child {margin-top: 0;}
.payment_information .payment_box .btn_switch {display: none;}

.payment_list_01 {width: 1200px; margin: 0 auto; padding: 0 0 160px;}
.payment_list_01 .title {margin-bottom: 80px; font-size: 38px; letter-spacing: -0.05em;}
.payment_list_01 .subtitle {padding-bottom: 24px; margin-bottom: 32px; font-size: 24px; letter-spacing: -0.05em; border-bottom: 2px solid #111;}
.payment_list_01 .info_box {width: calc(100% + 40px); margin-bottom: 64px; overflow: hidden;}
.payment_list_01 .info_box > div {width: calc(50% - 40px); margin-right: 40px; float: left;}
.payment_list_01 .info_box .info > div {min-height: 23px; margin-top: 24px; padding-left: 152px; letter-spacing: -0.05em; position: relative;}
.payment_list_01 .info_box .info dt {font-weight: 500; position: absolute; left: 0; top: 0;}
.payment_list_01 .total_box {margin-bottom: 40px; padding: 25px 0 55px; border-bottom: 1px solid #e5e5e5; overflow: hidden;}
.payment_list_01 .total_box > div {width: calc(100% / 3); height: 140px; padding: 0 40px; text-align: center; border-left: 1px dashed #ddd; float: left; box-sizing: border-box;}
.payment_list_01 .total_box > div:first-child {border-left: 0 solid #fff;}
.payment_list_01 .total_box dt {margin-bottom: 12px; font-size: 20px; font-weight: 500; letter-spacing: -0.05em; color: #111;}
.payment_list_01 .total_box dd .price {display: block; color: #111;}
.payment_list_01 .total_box dd .price.cRed {color: #111 !important;}
.payment_list_01 .total_box dd .price strong {display: inline-block; margin-right: 2px; font-family: 'Montserrat'; font-size: 28px; font-weight: 600; position: relative; top: 3px;}
.payment_list_01 .total_box dd .txt {display: block; margin-top: 16px; padding: 14px 20px; background-color: #f8f8f8; text-align: left;}
.payment_list_01 .total_box dd .txt em {display: inline-block; padding-left: 12px; font-size: 14px; color: #333; position: relative;}
.payment_list_01 .total_box dd .txt em::after {content: ''; display: block; width: 4px; height: 4px; border-radius: 50%; background-color: #333; position: absolute; left: 0; top: 8px;}
.payment_list_01 .caution_box {margin-bottom: 40px;}
.payment_list_01 .btn_box {text-align: center;}
.payment_list_01 .btn_box .btn62 {margin: 0 4px;}

.payment_list_02 {width: 960px; margin: 0 auto; padding: 0 0 160px;}
.payment_list_02 .title {margin-bottom: 80px; font-size: 38px; text-align: center; letter-spacing: -0.05em;}
.payment_list_02 .subtitle {margin-bottom: 32px; padding-bottom: 24px; font-size: 24px; letter-spacing: -0.05em; border-bottom: 2px solid #111;}
.payment_list_02 .info_box {margin-bottom: 40px; padding: 64px; border: 1px solid #e5e5e5;}
.payment_list_02 .info_box > div {margin-bottom: 56px;}
.payment_list_02 .info_box > div:last-child {margin-bottom: 0;}
.payment_list_02 .info_box .info > div {min-height: 24px; margin-top: 20px; padding-left: 130px; letter-spacing: -0.05em; position: relative;}
.payment_list_02 .info_box .info dt {font-weight: 500; position: absolute; left: 0; top: 0;}
.payment_list_02 .info_box .total_box > div {min-height: 30px; margin-top: 20px; padding-left: 130px; position: relative;}
.payment_list_02 .info_box .total_box dt {line-height: 30px; font-weight: 500; letter-spacing: -0.05em; position: absolute; left: 0; top: 0;}
.payment_list_02 .info_box .total_box dd .price {color: #333;}
.payment_list_02 .info_box .total_box dd .price strong {display: inline-block; margin-right: 2px; font-family: 'Montserrat'; font-size: 20px; font-weight: 600; position: relative; top: 1px;}
.payment_list_02 .info_box .total_box dd .txt {display: inline-block; margin-left: 4px; font-size: 14px; color: #666;}
.payment_list_02 .info_box .total_box .total {padding-top: 20px; border-top: 1px solid #E5E5E5; overflow: hidden;}
.payment_list_02 .info_box .total_box .total dt {font-size: 20px; top: 26px;}
.payment_list_02 .info_box .total_box .total dd {float: right;}
.payment_list_02 .info_box .total_box .total dd .price strong {font-size: 28px;}
.payment_list_02 .caution_box {margin: 0 0 80px; border: 0 solid #fff; background-color: #f8f8f8;}
.payment_list_02 .btn_box {text-align: center;}
.payment_list_02 .btn_box .btn62 {margin: 0 4px;}

.product_purchase {padding: 200px 0;}
.product_purchase .header {width: 100%; height: 198px; position: fixed; left: 0; top: 100px; background-color: #fff; z-index: 5; transition: all 0.3s;}
.product_purchase.scroll .header {box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);}
.product_purchase .header .both_area {width: 1200px; margin: 0 auto;}
.product_purchase .header .cont-top {margin-bottom: 80px;}
.product_purchase .header .share-area .sns-list {top: 50px;}
.product_purchase .header .share-btn {display: block; width: 48px; height: 48px; background: url(../../resources/images/ico_share.svg) center no-repeat; border: 0 solid #fff; box-shadow: none;}
.product_purchase .header .title_box {padding: 0 140px;}
.product_purchase .header .title {font-size: 38px; letter-spacing: -0.05em;}
.product_purchase .contents {width: 1200px; margin: 0 auto; padding-right: 440px; box-sizing: border-box; position: relative;}
.product_purchase .subtitle {margin-bottom: 8px; padding-bottom: 24px; font-size: 24px; letter-spacing: -0.05em; border-bottom: 2px solid #111;}
.product_purchase .input_form.mb {margin-bottom: 56px;}
.product_purchase .input_form > div {padding-left: 150px; min-height: 71px; border-top: 1px solid #E5E5E5; position: relative;}
.product_purchase .input_form > div:first-child {border-top: 0 solid #fff;}
.product_purchase .input_form dt {font-weight: 500; letter-spacing: -0.05em; position: absolute; left: 0; top: 36px;}
.product_purchase .input_form dd {padding: 24px 0; letter-spacing: -0.05em; color: #333;}
.product_purchase .radio_box {width: calc(100% + 12px); overflow: hidden;}
.product_purchase .radio {width: calc(50% - 12px); margin: 0 12px 12px 0; float: left;}
.product_purchase .radio:nth-last-child(-n+2) {margin: 0 12px 0 0;}
.product_purchase .radio .box {padding: 20px 24px 20px 56px;}
.product_purchase .radio input[type="radio"]:checked + span {padding: 19px 23px 19px 55px;}
.product_purchase .txt_box {margin-top: 56px; padding: 40px; border: 1px solid #E5E5E5;}
.product_purchase .txt_box .tit {margin-bottom: 24px; font-size: 20px; letter-spacing: -0.05em; font-weight: 500;}
.product_purchase .txt_box dl > div {margin-top: 24px;}
.product_purchase .txt_box dl > div:first-child {margin-top: 0;}
.product_purchase .txt_box dl dt {margin-bottom: 8px; font-weight: 500;}
.product_purchase .txt_box dl dd {line-height: 24px; color: #555;}
.product_purchase .txt_box dl dd ul li {margin-top: 4px; padding-left: 10px; line-height: 24px; position: relative;}
.product_purchase .txt_box dl dd ul li:first-child {margin-top: 0;}
.product_purchase .txt_box dl dd ul li:after {content: ''; display: block; width: 4px; height: 4px; border-radius: 50%; background-color: #D9D9D9; position: absolute; left: 0; top: 11px;}
.product_purchase .payment_box {width: 400px; padding: 40px; border-radius: 20px; border: 1px solid #E5E5E5; background-color: #fff; position: absolute; right: 0; top: 0; box-sizing: border-box; z-index: 1;}
.product_purchase .payment_box .subtitle {margin-bottom: 0; border-bottom: 0 solid #fff;}
.product_purchase .payment_box dl {margin-bottom: 40px;}
.product_purchase .payment_box dl > div {margin-top: 16px; overflow: hidden;}
.product_purchase .payment_box dl > div:first-child {margin-top: 0;}
.product_purchase .payment_box dl dt {float: left; font-size: 18px; color: #111;}
.product_purchase .payment_box dl dd {float: right; font-size: 18px; color: #111; position: relative; top: -2px;}
.product_purchase .payment_box dl dd strong {display: inline-block; margin-right: 2px; font-family: 'Montserrat'; font-weight: 600;}
.product_purchase .payment_box dl .total {padding-top: 24px; border-top: 1px dashed #ddd;}
.product_purchase .payment_box dl .total dt {font-size: 20px; font-weight: 700;}
.product_purchase .payment_box dl .total dd {font-size: 16px;}
.product_purchase .payment_box dl .total dd strong {font-size: 28px; font-weight: 600;}
.product_purchase .payment_box .btn_box .btn62 {width: 100%; margin-top: 8px;}
.product_purchase .payment_box .btn_box .btn62:first-child {margin-top: 0;}
.product_purchase .payment_box .btn_switch {display: none;}
.product_purchase .product_info_area {margin-bottom: 65px;}
.product_purchase .product_info_area .list li {padding: 24px 0; border-bottom: 1px solid #E5E5E5; overflow: hidden;}
.product_purchase .product_info_area .list li:last-child {border-bottom: 0 solid #fff;}
.product_purchase .product_info_area .list li .title_box {float: left;}
.product_purchase .product_info_area .list li .title_box span {display: block;}
.product_purchase .product_info_area .list li .title {margin-bottom: 4px; font-weight: 500; font-size: 18px; color: #111;}
.product_purchase .product_info_area .list li .title .badge {display: inline-block; width: 52px; height: 26px; margin-right: 5px; line-height: 26px; color: #fff; font-weight: 900; font-size: 12px; text-align: center; background: #111; border-radius: 26px; position: relative; top: -2px;}
.product_purchase .product_info_area .list li .code {font-weight: 500; font-size: 14px; color: #999;}
.product_purchase .product_info_area .list li .code em {display: inline-block; margin-left: 8px; padding-left: 9px; font-family: 'Montserrat'; position: relative;}
.product_purchase .product_info_area .list li .code em::after {content: ''; display: block; width: 1px; height: 8px; background-color: #999; position: absolute; left: 0; top: calc(50% - 4px);}
.product_purchase .product_info_area .list li .price_box {float: right;}
.product_purchase .product_info_area .list li .price_box span {display: block; font-family: 'Montserrat'; text-align: right;}
.product_purchase .product_info_area .list li .price_box .price_01 {font-weight: 500; font-size: 14px; color: #B6B6B6;}
.product_purchase .product_info_area .list li .price_box .price_01 em {font-size: 16px; text-decoration: line-through;}
.product_purchase .product_info_area .list li .price_box .price_02 {font-size: 14px; font-weight: 600; color: #111;}
.product_purchase .product_info_area .list li .price_box .price_02 em {font-size: 18px; font-weight: 700;}
.product_purchase .product_info_area .option_box {margin-bottom: 30px; padding: 24px 20px 24px 104px; background: #F8F8F8; border-radius: 10px; position: relative;}
.product_purchase .product_info_area .option_box .title {font-weight: 500; color: #111; position: absolute; left: 20px; top: 26px;}
.product_purchase .product_info_area .option_box .option {overflow: hidden;}
.product_purchase .product_info_area .option_box .option li {height: 29px; line-height: 27px; margin-right: 8px; padding: 0 10px; font-weight: 500; font-size: 14px; color: #333; float: left; background: #fff; border: 1px solid #999; border-radius: 4px;}
.product_purchase .product_info_area .message_box {padding-left: 160px; position: relative;}
.product_purchase .product_info_area .message_box .title {font-weight: 500; color: #111; position: absolute; left: 0; top: 15px;}
.product_purchase .payment_info_area {margin-bottom: 65px;}
.product_purchase .payment_info_area .list li {padding: 9px 0; overflow: hidden;}
.product_purchase .payment_info_area .list li .title {font-weight: 500; color: #111; float: left;}
.product_purchase .payment_info_area .list li .price {font-family: 'Montserrat'; font-size: 14px; color: #111; float: right;}
.product_purchase .payment_info_area .list li .price em {font-size: 18px;}
.product_purchase .payment_info_area .list li .detail_box {width: 100%; margin-top: 9px; padding: 20px; background: #F8F8F8; border-radius: 10px; float: left; box-sizing: border-box;}
.product_purchase .payment_info_area .list li .detail_box > div {margin-bottom: 8px; overflow: hidden;}
.product_purchase .payment_info_area .list li .detail_box > div:last-child {margin-bottom: 0;}
.product_purchase .payment_info_area .list li .detail_box .title {font-size: 14px; color: #666;}
.product_purchase .payment_info_area .list li .detail_box .price {font-weight: 500; color: #666;}
.product_purchase .payment_info_area .list li.sum .price em {font-weight: 600;}
.product_purchase .payment_info_area .list li.total {margin-top: 30px; padding-top: 30px; border-top: 1px solid #E5E5E5;}
.product_purchase .payment_info_area .list li.total .price em {font-size: 28px; font-weight: 600;}
.product_purchase .payment_method_area {margin-top: 20px;}
.product_purchase .payment_method_area .tab_button {margin-bottom: 20px; overflow: hidden;}
.product_purchase .payment_method_area .tab_button .radiotab {width: calc(100% / 4); float: left;}
.product_purchase .payment_method_area .tab_cont {margin-bottom: 30px; padding: 30px; background: #F8F8F8; border-radius: 10px;}
.product_purchase .payment_method_area .tab_cont .list > li {margin-bottom: 20px; padding-left: 130px; position: relative;}
.product_purchase .payment_method_area .tab_cont .list > li:last-child {margin-bottom: 0;}
.product_purchase .payment_method_area .tab_cont .list > li .title {color: #111; position: absolute; left: 0; top: 10px;}
.product_purchase .payment_method_area .tab_cont .tab_card {width: calc(100% + 8px); overflow: hidden;}
.product_purchase .payment_method_area .tab_cont .tab_card .radiotab {width: calc(100% / 2 - 8px); margin-right: 8px; float: left;}
.product_purchase .product_info_list {margin-top: 25px;}
.product_purchase .product_info_list > li {margin-bottom: 32px;}
.product_purchase .product_info_list > li:last-child {margin-bottom: 0;}
.product_purchase .product_info_list .product {height: 104px; margin-bottom: 24px; padding: 0 220px 0 96px; border-bottom: 1px solid #E5E5E5; position: relative;}
.product_purchase .product_info_list .product .checkbox {position: absolute; left: 0; top: 30px;}
.product_purchase .product_info_list .product_img {display: block; width: 80px; height: 80px; border: 1px solid #eee; box-sizing: border-box; position: absolute; left: 0; top: 0;}
.product_purchase .product_info_list .product_img img {width: 100%; height: 100%; object-fit: cover;}
.product_purchase .product_info_list .product_name {display: block; margin-bottom: 2px; padding-top: 15px; font-size: 18px; font-weight: 500; color: #111; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.product_purchase .product_info_list .product_code {display: block; font-size: 14px; font-weight: 500; color: #999;}
.product_purchase .product_info_list .product_code .code {display: inline-block; margin-left: 8px; padding-left: 8px; font-family: 'Montserrat'; position: relative;}
.product_purchase .product_info_list .product_code .code::after {content: ''; display: block; width: 1px; height: 8px; background-color: #999; position: absolute; left: 0; top: 6px;}
.product_purchase .product_info_list .qty {color: #111; position: absolute; right: 160px; top: 17px;}
.product_purchase .product_info_list .qty_price .price {font-size: 20px; color: #111; font-weight: 600; font-family: 'Montserrat'; position: absolute; right: 0; top: 13px;}
.product_purchase .product_info_list .qty_price .price em {font-size: 14px; position: relative; top: -2px;}
.product_purchase .product_info_list .item_list li {margin-bottom: 16px; position: relative;}
.product_purchase .product_info_list .item_name {margin-bottom: 5px; padding-right: 200px; font-size: 18px; font-weight: 500; color: #111; word-break: break-all;}
.product_purchase .product_info_list .item_name .badge {display: inline-block; height: 26px; margin-right: 4px; padding: 0 10px; line-height: 26px; font-size: 12px; font-weight: 900; border-radius: 26px; background-color: #111; color: #fff;}
.product_purchase .product_info_list .item_code {font-size: 14px; font-weight: 500; color: #999;}
.product_purchase .product_info_list .item_code .code {display: inline-block; margin-left: 8px; padding-left: 8px; font-family: 'Montserrat'; position: relative;}
.product_purchase .product_info_list .item_code .code::after {content: ''; display: block; width: 1px; height: 8px; background-color: #999; position: absolute; left: 0; top: 6px;}
.product_purchase .product_info_list .item_price {font-family: 'Montserrat'; text-align: right; position: absolute; right: 0; top: 6px;}
.product_purchase .product_info_list .item_price .price_01 {margin-bottom: 2px; color: #B6B6B6; font-weight: 500;}
.product_purchase .product_info_list .item_price .price_01 em {font-size: 14px; position: relative; top: -1px;}
.product_purchase .product_info_list .item_price .price_02 {font-size: 18px; font-weight: 600; color: #111;}
.product_purchase .product_info_list .item_price .price_02 em {font-size: 14px; position: relative; top: -2px;}
.product_purchase .product_info_list .option_box {padding: 24px 24px 24px 124px; background-color: #F8F8F8; border-radius: 10px; position: relative;}
.product_purchase .product_info_list .option_box .tit {font-weight: 500; color: #111; position: absolute; left: 24px; top: 27px;}
.product_purchase .product_info_list .option_list {overflow: hidden;}
.product_purchase .product_info_list .option_list li {margin-right: 8px; float: left;}
.product_purchase .product_info_list .option_list .badge {display: inline-block; height: 29px; padding: 0 10px; line-height: 27px; font-size: 14px; font-weight: 500; color: #333; background-color: #fff; border-radius: 4px; border: 1px solid #999; box-sizing: border-box;}

.adasia_accommodation {min-width: 1200px; margin-top: 80px;}
.adasia_accommodation .title {margin-bottom: 40px; font-size: 38px; color: #000;}
.adasia_accommodation .title span {display: inline-block; position: relative;}
.adasia_accommodation .title span::after {content: ''; display: block; width: 12px; height: 12px; border-radius: 12px; background-color: #C22634; position: absolute; right: -15px; top: 0;}
.adasia_accommodation .txt_list {margin-top: 20px;}
.adasia_accommodation .txt_list li {margin-bottom: 4px; padding-left: 20px; font-size: 16px; color: #868686; position: relative;}
.adasia_accommodation .txt_list li::after {content: '＊'; display: block; position: absolute; left: 0; top: 0;}
.adasia_accommodation .txt_list li:last-child {margin-bottom: 0;}
.adasia_accommodation .list {margin-top: 80px; padding-top: 80px; border-top: 4px solid #000;}
.adasia_accommodation .list ul {width: calc(100% + 40px); margin-top: 80px; padding-top: 80px; border-top: 1px solid #e5e5e5; overflow: hidden;}
.adasia_accommodation .list ul:first-child {margin-top: 0; padding-top: 0; border-top: 0 solid #fff;}
.adasia_accommodation .list ul li {width: calc(100% / 3 - 40px); margin-right: 40px; float: left;}
.adasia_accommodation .list ul li .img {display: block; margin-bottom: 24px;}
.adasia_accommodation .list ul li .img img {width: 100%;}
.adasia_accommodation .list ul li .badge {display: inline-block; height: 27px; margin-bottom: 4px; padding: 0 14px; line-height: 27px; color: #fff; font-size: 12px; text-align: center; border-radius: 27px; font-weight: 700; background-color: #000;}
.adasia_accommodation .list ul li .name {display: block; margin-bottom: 20px; font-size: 22px; color: #000; font-weight: 700;}
.adasia_accommodation .list ul li .info_box {height: 500px; margin-bottom: 34px; border-bottom: 1px solid #e5e5e5;}
.adasia_accommodation .list ul li .info > div {margin-bottom: 16px; padding-left: 28px;}
.adasia_accommodation .list ul li .info dt {margin-bottom: 8px; font-size: 18px; color: #111; font-weight: 500; position: relative;}
.adasia_accommodation .list ul li .info div dt::after {content: ''; display: block; width: 24px; height: 24px; position: absolute; left: -28px; top: 2px;}
.adasia_accommodation .list ul li .info div:nth-child(1) dt::after {background: url(../../resources/images/ico_tel.png) center no-repeat; background-size: 24px;}
.adasia_accommodation .list ul li .info div:nth-child(2) dt::after {background: url(../../resources/images/ico_address.png) center no-repeat; background-size: 24px;}
.adasia_accommodation .list ul li .info div:nth-child(3) dt::after {background: url(../../resources/images/ico_flag.png) center no-repeat; background-size: 24px;}
.adasia_accommodation .list ul li .info div:nth-child(4) dt::after {background: url(../../resources/images/ico_time.png) center no-repeat; background-size: 24px;}
.adasia_accommodation .list ul li .info div:nth-child(5) dt::after {background: url(../../resources/images/ico_apply.png) center no-repeat; background-size: 16px;}
.adasia_accommodation .list ul li .info dd {font-size: 16px; color: #333;}
.adasia_accommodation .list ul li .info dd .txt {font-size: 14px; color: #868686;}
.adasia_accommodation .list ul li .btn_box {width: calc(100% + 8px); overflow: hidden;}
.adasia_accommodation .list ul li .btn_box .btn52 {width: calc(50% - 8px); margin-right: 8px; border-radius: 0; float: left;}

.purchase_history_detail {width: 960px; margin: 0 auto 160px;}
.purchase_history_detail .head_title {margin-bottom: 80px; font-size: 38px; font-weight: 700;}
.purchase_history_detail .subtitle {margin-bottom: 30px; padding-bottom: 24px; border-bottom: 2px solid #111; font-size: 24px; color: #111;}
.purchase_history_detail section {margin-bottom: 40px; padding: 64px; border: 1px solid #E5E5E5;}
.purchase_history_detail .section_01 .info {margin-bottom: 56px;}
.purchase_history_detail .section_01 .info:last-child {margin-bottom: 0;}
.purchase_history_detail .section_01 .info > div {margin-bottom: 20px; padding-left: 130px; position: relative;}
.purchase_history_detail .section_01 .info > div:last-child {margin-bottom: 0;}
.purchase_history_detail .section_01 .info dt {font-weight: 500; position: absolute; left: 0; top: 0;}
.purchase_history_detail .section_01 .info dd {color: #333;}
.purchase_history_detail .section_02 .list {margin-bottom: 10px;}
.purchase_history_detail .section_02 .list li {margin-bottom: 24px; padding: 24px 0; border-bottom: 1px solid #E5E5E5; overflow: hidden;}
.purchase_history_detail .section_02 .list li.item {margin-bottom: 0; padding: 8px 0; border-bottom: 0 solid #fff;}
.purchase_history_detail .section_02 .list li:last-child {border-bottom: 0 solid #fff;}
.purchase_history_detail .section_02 .list li .title_box {float: left;}
.purchase_history_detail .section_02 .list li .title_box span {display: block;}
.purchase_history_detail .section_02 .list li .title {margin-bottom: 4px; font-weight: 500; font-size: 18px; color: #111;}
.purchase_history_detail .section_02 .list li .title .badge {display: inline-block; width: 52px; height: 26px; margin-right: 5px; line-height: 26px; color: #fff; font-weight: 900; font-size: 12px; text-align: center; background: #111; border-radius: 26px; position: relative; top: -2px;}
.purchase_history_detail .section_02 .list li .code {font-weight: 500; font-size: 14px; color: #999;}
.purchase_history_detail .section_02 .list li .code em {display: inline-block; margin-left: 8px; padding-left: 9px; font-family: 'Montserrat'; position: relative;}
.purchase_history_detail .section_02 .list li .code em::after {content: ''; display: block; width: 1px; height: 8px; background-color: #999; position: absolute; left: 0; top: calc(50% - 4px);}
.purchase_history_detail .section_02 .list li .price_box {float: right;}
.purchase_history_detail .section_02 .list li .price_box span {display: block; font-family: 'Montserrat'; text-align: right;}
.purchase_history_detail .section_02 .list li .price_box .price_01 {font-weight: 500; font-size: 14px; color: #B6B6B6;}
.purchase_history_detail .section_02 .list li .price_box .price_01 em {font-size: 16px; text-decoration: line-through;}
.purchase_history_detail .section_02 .list li .price_box .price_02 {font-size: 14px; font-weight: 600; color: #111;}
.purchase_history_detail .section_02 .list li .price_box .price_02 em {font-size: 18px; font-weight: 700;}
.purchase_history_detail .section_02 .list li .price_box .price_03 {font-weight: 500; font-size: 14px; color: #B6B6B6;}
.purchase_history_detail .section_02 .list li .price_box .price_03 em {font-size: 16px;}
.purchase_history_detail .section_02 .option_box {margin-bottom: 30px; padding: 24px 20px 24px 104px; background: #F8F8F8; border-radius: 10px; position: relative;}
.purchase_history_detail .section_02 .option_box .title {font-weight: 500; color: #111; position: absolute; left: 20px; top: 26px;}
.purchase_history_detail .section_02 .option_box .option {overflow: hidden;}
.purchase_history_detail .section_02 .option_box .option li {height: 29px; line-height: 27px; margin-right: 8px; padding: 0 10px; font-weight: 500; font-size: 14px; color: #333; float: left; background: #fff; border: 1px solid #999; border-radius: 4px;}
.purchase_history_detail .section_02 .message_box {padding: 24px 0 0 160px; position: relative; border-top: 1px solid #E5E5E5;}
.purchase_history_detail .section_02 .message_box .title {font-weight: 500; color: #111; position: absolute; left: 0; top: 26px;}
.purchase_history_detail .section_02 .message_box .message {color: #333; line-height: 27px;}
.purchase_history_detail .section_03 {margin-bottom: 80px;}
.purchase_history_detail .section_03 .list li {padding: 9px 0; overflow: hidden;}
.purchase_history_detail .section_03 .list li .title {font-weight: 500; color: #111; float: left;}
.purchase_history_detail .section_03 .list li .price {font-family: 'Montserrat'; font-size: 14px; color: #111; float: right;}
.purchase_history_detail .section_03 .list li .price em {font-weight: 600; font-size: 20px;}
.purchase_history_detail .section_03 .list li .detail_box {width: 100%; margin-top: 9px; padding: 20px; background: #F8F8F8; border-radius: 10px; float: left; box-sizing: border-box;}
.purchase_history_detail .section_03 .list li .detail_box > div {margin-bottom: 8px; overflow: hidden;}
.purchase_history_detail .section_03 .list li .detail_box > div:last-child {margin-bottom: 0;}
.purchase_history_detail .section_03 .list li .detail_box .title {font-size: 14px; color: #666;}
.purchase_history_detail .section_03 .list li .detail_box .price {font-weight: 500; color: #666;}
.purchase_history_detail .section_03 .list li.total {margin-top: 20px; padding-top: 20px; border-top: 1px solid #E5E5E5;}
.purchase_history_detail .section_03 .list li.total .title {font-size: 20px;}
.purchase_history_detail .section_03 .list li.total .price em {font-size: 28px;}
.purchase_history_detail .btn_box {text-align: center;}
.purchase_history_detail .btn_box .btn62 {margin: 0 4px;}
.purchase_history_detail .product_info_list > li {margin-bottom: 32px; word-break: break-all;}
.purchase_history_detail .product_info_list > li:last-child {margin-bottom: 0;}
.purchase_history_detail .product_info_list .product {height: 104px; margin-bottom: 24px; padding: 0 280px 0 96px; border-bottom: 1px solid #E5E5E5; position: relative;}
.purchase_history_detail .product_info_list .product .checkbox {position: absolute; left: 0; top: 30px;}
.purchase_history_detail .product_info_list .product_img {display: block; width: 80px; height: 80px; border: 1px solid #eee; box-sizing: border-box; position: absolute; left: 0; top: 0;}
.purchase_history_detail .product_info_list .product_img img {width: 100%; height: 100%; object-fit: cover;}
.purchase_history_detail .product_info_list .product_name {display: block; margin-bottom: 2px; padding-top: 15px; font-size: 18px; font-weight: 500; color: #111; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.purchase_history_detail .product_info_list .product_code {display: block; font-size: 14px; font-weight: 500; color: #999;}
.purchase_history_detail .product_info_list .product_code .code {display: inline-block; margin-left: 8px; padding-left: 8px; font-family: 'Montserrat'; position: relative;}
.purchase_history_detail .product_info_list .product_code .code::after {content: ''; display: block; width: 1px; height: 8px; background-color: #999; position: absolute; left: 0; top: 6px;}
.purchase_history_detail .product_info_list .qty {margin-right: 8px; color: #111;}
.purchase_history_detail .product_info_list .qty_price {position: absolute; right: 0; top: 17px;}
.purchase_history_detail .product_info_list .qty_price .price {font-size: 20px; color: #111; font-weight: 600; font-family: 'Montserrat';}
.purchase_history_detail .product_info_list .qty_price .price em {font-size: 14px; position: relative; top: -2px;}
.purchase_history_detail .product_info_list .item_list li {margin-bottom: 16px; position: relative;}
.purchase_history_detail .product_info_list .item_list .i_qr {width: 140px; position: absolute; right: 250px; top: 3px;}
.purchase_history_detail .product_info_list .item_name {margin-bottom: 5px; padding-right: 250px; font-size: 18px; font-weight: 500; color: #111; word-break: break-all;}
.purchase_history_detail .product_info_list .m_qr_view .item_name {padding-right: 400px;}
.purchase_history_detail .product_info_list .item_name .badge {display: inline-block; height: 26px; margin-right: 4px; padding: 0 10px; line-height: 26px; font-size: 12px; font-weight: 900; border-radius: 26px; background-color: #111; color: #fff;}
.purchase_history_detail .product_info_list .item_code {font-size: 14px; font-weight: 500; color: #999;}
.purchase_history_detail .product_info_list .item_code .code {display: inline-block; margin-left: 8px; padding-left: 8px; font-family: 'Montserrat'; position: relative;}
.purchase_history_detail .product_info_list .item_code .code::after {content: ''; display: block; width: 1px; height: 8px; background-color: #999; position: absolute; left: 0; top: 6px;}
.purchase_history_detail .product_info_list .item_price {font-family: 'Montserrat'; text-align: right; position: absolute; right: 0; top: 6px;}
.purchase_history_detail .product_info_list .item_price .price_01 {margin-bottom: 2px; color: #B6B6B6; font-weight: 500;}
.purchase_history_detail .product_info_list .item_price .price_01 em {font-size: 14px; position: relative; top: -1px;}
.purchase_history_detail .product_info_list .item_price .price_02 {font-size: 18px; font-weight: 600; color: #111;}
.purchase_history_detail .product_info_list .item_price .price_02 em {font-size: 14px; position: relative; top: -2px;}
.purchase_history_detail .product_info_list .option_box {padding: 24px 24px 24px 124px; background-color: #F8F8F8; border-radius: 10px; position: relative;}
.purchase_history_detail .product_info_list .option_box .tit {font-weight: 500; color: #111; position: absolute; left: 24px; top: 27px;}
.purchase_history_detail .product_info_list .option_list {overflow: hidden;}
.purchase_history_detail .product_info_list .option_list li {margin-right: 8px; float: left;}
.purchase_history_detail .product_info_list .option_list .badge {display: inline-block; height: 29px; padding: 0 10px; line-height: 27px; font-size: 14px; font-weight: 500; color: #333; background-color: #fff; border-radius: 4px; border: 1px solid #999; box-sizing: border-box;}
.purchase_history_detail .message_area {margin-top: 40px; padding: 40px 0 0 130px; border-top: 1px solid #E5E5E5; position: relative;}
.purchase_history_detail .message_area dt {position: absolute; left: 0; top: 40px; line-height: 27px; font-weight: 500; color: #111;}
.purchase_history_detail .message_area dd {line-height: 27px; color: #333;}

.register_product {width: 1200px; margin: 0 auto 200px;}
.register_product_header {margin-bottom: 76px;}
.register_product_header::after {content: ''; display: block; clear: both;}
.register_product_header .photo_area {width: 558px; float: left;}
.register_product_header .photo_area .slider_for {height: 517px; margin-bottom: 20px;}
.register_product_header .photo_area .slider_for img {width: 558px; height: 517px; border-radius: 10px; object-fit: cover;}
.register_product_header .photo_area .slider_nav {height: 64px;}
.register_product_header .photo_area .slider_nav img {width: 64px; height: 64px; border-radius: 5px; object-fit: cover;}
.register_product_header .info_area {width: 588px; float: right;}
.register_product_header .info_area .code {margin-bottom: 4px; color: #B2B2B2; font-size: 16px; font-weight: 500;}
.register_product_header .info_area .code em {display: inline-block; margin-left: 8px; padding-left: 9px; font-family: 'Montserrat'; position: relative;}
.register_product_header .info_area .code em::after {content: ''; display: block; width: 1px; height: 8px; background-color: #ccc; position: absolute; left: 0; top: calc(50% - 4px);}
.register_product_header .info_area .title {margin-bottom: 4px; font-size: 32px; font-weight: 700;}
.register_product_header .info_area .price_box {margin-bottom: 15px;}
.register_product_header .info_area .price_box span {display: inline-block; font-family: 'Montserrat'; letter-spacing: -0.05em;}
.register_product_header .info_area .price_box .price_01 {margin-right: 8px; font-size: 20px; font-weight: 500; color: #B2B2B2; position: relative; top: -2px;}
.register_product_header .info_area .price_box .price_01 em {font-size: 14px; position: relative; top: -2px;}
.register_product_header .info_area .price_box .price_02 {font-size: 28px; font-weight: 600; color: #111;}
.register_product_header .info_area .price_box .price_02 em {font-size: 14px; position: relative; top: -4px;}
.register_product_header .info_area .price_box .sale {margin-right: 4px; font-size: 28px; font-weight: 600; color: #FF4218;}
.register_product_header .info_area .badge {margin-bottom: 16px; overflow: hidden;}
.register_product_header .info_area .badge li {margin: 0 6px 4px 0; padding: 5px 14px; font-size: 14px; color: #333; border: 1px solid #999; border-radius: 5px; font-weight: 500; float: left;}
.register_product_header .info_area .comment {margin-bottom: 30px; padding-bottom: 30px; line-height: 27px; color: #555; text-align: left; position: relative;}
.register_product_header .info_area .comment::after {content: ''; display: block; width: 100%; height: 1px; background-color: #E5E5E5; position: absolute; left: 0; bottom: 0;}
.register_product_header .info_area .title_option {margin-bottom: 12px; font-size: 16px; font-weight: 500;}
.register_product_header .option_total .btn_switch {display: none;}
.register_product_header .option_box {margin-bottom: 32px;}
.register_product_header .option_box > div {margin-bottom: 24px;}
.register_product_header .option_box > div:last-child {margin-bottom: 0;}
.register_product_header .select {margin-bottom: 10px; position: relative;}
.register_product_header .select .trigger {height: 52px; padding: 0 0 0 20px; border: 1px solid #ccc; border-radius: 5px; overflow: hidden; box-sizing: border-box;}
.register_product_header .select.open .trigger {border: 1px solid #111; border-radius: 5px 5px 0 0;}
.register_product_header .select .trigger input[type=text] {width: 100%; height: 50px; padding: 0; background-color: #fff; border: none;}
.register_product_header .select .trigger input[type=text]::placeholder {color: #C6C6C6;}
.register_product_header .select .arrow {display: block; width: 52px; height: 52px; background: url(../../resources/images/arrow_04.svg) center no-repeat; position: absolute; right: 0; top: 0; transform: rotate(0);}
.register_product_header .select.open .arrow {transform: rotate(-180deg);}
.register_product_header .select .options {display: none; width: 100%; border-radius: 0 0 5px 5px; border: 1px solid #111; background-color: #fff; overflow: hidden; position: absolute; left: 0; top: 51px; z-index: 10;}
.register_product_header .select.open .options {display: block;}
.register_product_header .select .option_list li {padding: 22px 20px 16px; border-bottom: 1px solid #E5E5E5;}
.register_product_header .select .option_list li:has(input:checked) {background-color: #F8F8F8;}
.register_product_header .select .option_list li:last-child {border-bottom: none;}
.register_product_header .select .checkbox {margin-bottom: 11px; padding: 0 0 0 27px; position: relative;}
.register_product_header .select .checkbox em {position: absolute; left: 0; top: 0;}
.register_product_header .select .checkbox span {padding-left: 0; color: #111; font-weight: 500; word-break: break-all;}
.register_product_header .select .option_price_box {display: block; text-align: right;}
.register_product_header .select .option_price_01 {display: inline-block; margin-right: 5px; font-size: 15px; color: #999; font-family: 'Montserrat';}
.register_product_header .select .option_price_01 em {font-weight: 500;}
.register_product_header .select .option_price_02 {font-size: 14px; font-family: 'Montserrat'; font-weight: 500; color: #111;}
.register_product_header .select .option_price_02 strong {font-size: 20px; font-weight: 600;}
.register_product_header .select .options_title,
.register_product_header .select .btn60,
.register_product_header .select .btn_box,
.register_product_header .select .btn_box_01,
.register_product_header .select .btn_close {display: none;}
.register_product_header .selected_options {margin-top: 12px; padding: 30px 28px; background: #F8F8F8; border-radius: 10px;}
.register_product_header .selected_options .option_title {margin-bottom: 9px; padding-bottom: 14px; border-bottom: 1px solid #ddd; font-weight: 500;}
.register_product_header .selected_options .option_title .btn30 {margin-left: 5px;}
.register_product_header .selected_options .option_price {text-align: right;}
.register_product_header .selected_options .option_price span {display: inline-block;}
.register_product_header .selected_options .option_price .price_01 {margin-right: 5px; font-size: 15px; color: #999; font-weight: 500;}
.register_product_header .selected_options .option_price .price_01 span {font-family: 'Montserrat'; font-weight: 400;}
.register_product_header .selected_options .option_price .price_01 span strong {font-weight: 500;}
.register_product_header .selected_options .option_price .price_02 {font-family: 'Montserrat'; font-size: 14px; font-weight: 500;}
.register_product_header .selected_options .option_price .price_02 strong {font-size: 20px; font-weight: 600;}
.register_product_header .selected_options .list li {margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #ddd; position: relative;}
.register_product_header .selected_options .list li:last-child {margin-bottom: 0; padding-bottom: 0; border-bottom: none;}
.register_product_header .selected_options .list li span {display: inline-block;}
.register_product_header .selected_options .list_title {padding: 0 200px 0 0; font-weight: 500; word-break: break-all;}
.register_product_header .selected_options .list_price {font-family: 'Montserrat'; font-size: 14px; font-weight: 500; letter-spacing: -0.05em; position: absolute; right: 36px; top: -4px;}
.register_product_header .selected_options .list_price strong {font-size: 20px; font-weight: 600; position: relative; top: 2px;}
.register_product_header .selected_options .i_qty {display: flex; margin-top: 16px; justify-content:space-between; padding-right: 40px; position: relative;}
.register_product_header .selected_options .i_price {font-family: 'Montserrat'; font-size: 14px; line-height: 36px; font-weight: 500; letter-spacing: -0.05em;}
.register_product_header .selected_options .i_price strong {font-size: 20px; font-weight: 600; position: relative; top: 2px;}
.register_product_header .selected_options .list .btn_del {display: block; width: 24px; height: 24px; background: url(../../resources/images/ico_close.png) center no-repeat; position: absolute; right: 0; top: 0;}
.register_product_header .selected_options .list .i_del {display: block; width: 36px; height: 36px; background: url(../../resources/images/ico_close.png) center no-repeat; position: absolute; right: 0; top: 0;}
.register_product_header .total_btn {padding-top: 28px; position: relative; border-top: 2px solid #111;}
.register_product_header .total_btn .total_box {margin-bottom: 44px; text-align: right; position: relative;}
.register_product_header .total_btn .total_box .i_tit {font-weight: 600; position: absolute; left: 0; top: 14px;}
.register_product_header .total_btn .total_title {margin-right: 24px; font-weight: 500; color: #999; letter-spacing: -0.05em;}
.register_product_header .total_btn .total_price {font-family: 'Montserrat'; font-size: 14px; letter-spacing: -0.05em; font-weight: 600;}
.register_product_header .total_btn .total_price strong {font-size: 32px; position: relative; top: 4px; font-weight: 600;}
.register_product_header .total_btn .btn_box {width: calc(100% + 8px); overflow: hidden;}
.register_product_header .total_btn .btn_box .btn62 {width: calc(100% / 2 - 8px); margin-right: 8px; float: left;}
.register_product_header .total_btn .input_qty_box .price {display: none;}
.register_product_header .total_btn .input_qty {width: 192px; height: 52px; padding: 0 52px; position: absolute; left: 0; top: 28px; z-index: 1;}
.register_product_header .total_btn .input_qty .qty_minus,
.register_product_header .total_btn .input_qty .qty_plus {width: 52px; height: 52px;}
.register_product_header .total_btn .input_qty .qty_it {height: 52px;}
.register_product_header .i_items_box {margin-top: 12px; padding: 20px; line-height: 1.8em; background: #F8F8F8; border-radius: 10px;}
.register_product_cont .cont {margin-bottom: 60px; padding-bottom: 80px; border-bottom: 1px solid #ccc;}
.register_product_cont .btn_area {text-align: center;}

.kgic_registration {max-width: 1200px; margin: 0 auto; text-align: center;}
.kgic_registration .title {margin-bottom: 1.25vw; padding-bottom: 1.66vw; font-size: 3vw; font-weight: 700; color: #231815; position: relative;}
.kgic_registration .title::after {content: ''; display: block; width: 40vw; height: 1px; background-color: #4F8BCA; position: absolute; left: calc(50% - 20vw); bottom: 0;}
.kgic_registration .subtitle {margin-bottom: 2.16vw; font-size: 1.5vw; color: #040000;}
.kgic_registration .btn_link {display: inline-block; width: 43.58vw; height: 7.91vw; margin-bottom: 2.5vw; line-height: 7.91vw; color: #fff; font-size: 3.16vw; font-weight: 700; background: url(../../resources/images/btn_bg_01.png) 0 0 no-repeat; background-size: 43.58vw;}
.kgic_registration .table_box {padding: 2vw 3.08vw 3.08vw;}
.kgic_registration .table_title {margin-bottom: 0.83vw; font-size: 3.16vw; font-weight: 700; color: #231815; position: relative;}
.kgic_registration .table_subtitle {margin-bottom: 1.66vw; font-size: 1.5vw; color: #040000;}
.kgic_registration .table {border-top: 1px solid  rgba(79, 138, 202, 0.5);}
.kgic_registration .table tbody th,
.kgic_registration .table tbody td {padding: 1.25vw 0.83vw; font-size: 2vw; font-weight: 400; color: #040000; background-color: #fff; word-break: break-all; border-bottom: 1px solid  rgba(79, 138, 202, 0.5); border-right: 1px solid  rgba(79, 138, 202, 0.5);}
.kgic_registration .table tbody td:last-child {border-right: 0 solid #fff;}
.kgic_registration .table tbody td a {display: inline-block; min-width: 16.66vw; padding-right: 5vw; color: #231815; background: url(../../resources/images/ico_mail.png) right center no-repeat; background-size: 3.2vw;}

.product_list {width: 1200px; padding: 80px 0 200px;}
.product_list .search_area {margin-bottom: 50px; padding-bottom: 40px; border-bottom: 1px solid #E5E5E5;}
.product_list .search_area::after {content: ''; display: block; clear: both;}
.product_list .search_area select {width: 200px; height: 52px; margin-right: 5px; color: #111; border-radius: 5px;}
.product_list .search_area .btn_reset {font-size: 16px; color: #999;}
.product_list .search_area .btn_reset span {display: inline-block; padding-left: 20px; background: url(../../resources/images/ico_reset.png) 0 center no-repeat;}
.product_list .input_search {position: relative;}
.product_list .input_search input[type=text] {width: 383px; height: 52px; padding: 0 52px 0 10px; border-radius: 5px; border: 1px solid #ccc;}
.product_list .input_search .btn_search {display: block; width: 52px; height: 52px; background: url(../../resources/images/ico_search.svg) center no-repeat; position: absolute; right: 0; top: 0;}
.product_list .category_title {margin-bottom: 8px; font-size: 24px; color: #111;}
.product_list .category_subtitle {margin-bottom: 40px; font-size: 18px; color: #333;}

.cart {width: 1200px; padding: 100px 0 160px; letter-spacing: -0.05em;}
.cart .title {margin-bottom: 60px; font-size: 38px;}
.cart .list_area {margin-bottom: 64px;}
.cart .list_title {margin-bottom: 24px; font-size: 24px; color: #111;}
.cart .list_title .count {font-size: 16px; font-weight: 400;}
.cart .list_title .count strong {font-weight: 700;}
.cart .list {margin-bottom: 20px;}
.cart .list .head {overflow: hidden; border-top: 2px solid #111; border-bottom: 1px solid #ccc;}
.cart .list .head > div {padding: 20px 0; font-weight: 500; text-align: center;}
.cart .list .head .checkbox span {display: none;}
.cart .list .body li {padding: 40px 0; border-bottom: 1px solid #E5E5E5; overflow: hidden;}
.cart .list .body li > div {display: flex; height: 80px; align-items: center; justify-content: center; text-align: center;}
.cart .list .head > div,
.cart .list .body li > div {float: left;}
.cart .list .head > div:nth-child(1),
.cart .list .body li > div:nth-child(1) {width: 40px;}
.cart .list .head > div:nth-child(2),
.cart .list .body li > div:nth-child(2) {width: 420px;}
.cart .list .head > div:nth-child(3),
.cart .list .body li > div:nth-child(3) {width: 140px;}
.cart .list .head > div:nth-child(4),
.cart .list .body li > div:nth-child(4) {width: 160px;}
.cart .list .head > div:nth-child(5),
.cart .list .body li > div:nth-child(5) {width: 140px;}
.cart .list .head > div:nth-child(6),
.cart .list .body li > div:nth-child(6) {width: 160px;}
.cart .list .head > div:nth-child(7),
.cart .list .body li > div:nth-child(7) {width: 140px;}
.cart .list li > div.info_box {padding-left: 96px; position: relative; justify-content: start; box-sizing: border-box;}
.cart .list li > div.info_box.m_noimg {padding-left: 0;}
.cart .list .info_box span {display: block; width: 100%; text-align: left;}
.cart .list .info_box .img {width: 80px; height: 80px; border: 1px solid #eee; position: absolute; left: 0; top: 0;}
.cart .list .info_box .img img {width: 100%; height: 100%; object-fit: cover;}
.cart .list .product_name {margin-bottom: 4px; font-size: 18px; color: #111; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.cart .list .product_code {font-size: 14px; color: #999; font-weight: 700;}
.cart .list .product_code .code {display: inline-block; margin-left: 4px; padding-left: 6px; font-weight: 500; font-family: 'Montserrat'; position: relative;}
.cart .list .product_code .code::after {content: ''; display: block; width: 1px; height: 8px; background-color: #999; position: absolute; left: 0; top: 5px;}
.cart .list .price_box span {display: block;}
.cart .list .del_price {margin-bottom: 2px; font-size: 14px; color: #B6B6B6; font-weight: 500; font-family: 'Montserrat';}
.cart .list .price {font-size: 20px; font-weight: 600; color: #111; font-family: 'Montserrat';}
.cart .list .price em {font-size: 14px; position: relative; top: -2px;}
.cart .list .option {display: block; margin-bottom: 8px; color: #333;}
.cart .list .btn_box .btn40 {width: 100px; margin-top: 8px;}
.cart .list .btn_box .btn40:first-child {margin-top: 0;}
.cart .total_area {margin-bottom: 60px;}
.cart .total_area .total_title {display: none;}
.cart .total_area .total_box {overflow: hidden; border-top: 2px solid #111; border-bottom: 1px solid #ccc;}
.cart .total_area .total_box > div {width: calc(100% / 3); padding: 55px 0; text-align: center; float: left; position: relative;}
.cart .total_area .total_box > div:last-child {background-color: #F8F8F8;}
.cart .total_area .total_box > div:nth-child(2)::after,
.cart .total_area .total_box > div:last-child::after {display: block; width: 36px; height: 36px; font-size: 30px; border-radius: 36px; font-weight: 500; line-height: 34px; text-align: center; background-color: #111; color: #fff; position: absolute; left: -18px; top: calc(50% - 18px);}
.cart .total_area .total_box > div:nth-child(2)::after {content: '-';}
.cart .total_area .total_box > div:last-child::after {content: '=';}
.cart .total_area .total_box dt {margin-bottom: 4px; color: #111; font-weight: 500;}
.cart .total_area .total_box dd {font-size: 28px; font-weight: 600; font-family: 'Montserrat';}
.cart .total_area .total_box dd em {font-size: 14px; position: relative; top: -4px;}
.cart .btn_area {overflow: hidden;}
.cart .btn_area .fr button {float: left; margin-left: 12px;}
.cart .btn_area .btn_switch,
.cart .btn_area .price_info {display: none;}
.cart .none {padding: 160px 0 0; text-align: center;}
.cart .none .txt_01 {margin-bottom: 10px; font-size: 38px; font-weight: 700;}
.cart .none .txt_02 {margin-bottom: 40px; font-size: 25px;}
.cart .i_head {overflow: hidden; border-top: 2px solid #111; border-bottom: 1px solid #ccc;}
.cart .i_head > div {padding: 20px 0; font-weight: 500; text-align: center;}
.cart .i_head .checkbox span {display: none;}
.cart .i_body li {padding: 40px 0; border-bottom: 1px solid #E5E5E5; overflow: hidden;}
.cart .i_body li > div {display: flex; min-height: 80px; align-items: center; justify-content: center; text-align: center;}
.cart .i_head > div,
.cart .i_body li > div {float: left;}
.cart .i_head > div:nth-child(1),
.cart .i_body li > div:nth-child(1) {width: 40px;}
.cart .i_head > div:nth-child(2),
.cart .i_body li > div:nth-child(2) {width: 440px;}
.cart .i_head > div:nth-child(3),
.cart .i_body li > div:nth-child(3) {width: 380px;}
.cart .i_head > div:nth-child(4),
.cart .i_body li > div:nth-child(4) {width: 200px;}
.cart .i_head > div:nth-child(5),
.cart .i_body li > div:nth-child(5) {width: 140px;}
.cart .i_body .i_option_box {display: block !important; min-height: auto !important; padding: 15px; background-color: #F8F8F8; text-align: left !important; justify-content: left !important; border-radius: 5px;}
.cart .i_body .i_option {display: block; padding-right: 35px; color: #333; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; position: relative;}
.cart .i_body .i_option + .i_option {margin-top: 10px; padding-top: 10px; border-top: 1px solid #ddd;}
.cart .i_body .i_option .i_qty {position: absolute; right: 0;}
.cart .i_body .btn_box {flex-direction: column; gap: 5px;}
.cart .i_name {margin-bottom: 4px; font-size: 18px; color: #111; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.cart .i_code {font-size: 14px; color: #999; font-weight: 700;}
.cart .i_code .code {display: inline-block; margin-left: 4px; padding-left: 6px; font-weight: 500; font-family: 'Montserrat'; position: relative;}
.cart .i_code .code::after {content: ''; display: block; width: 1px; height: 8px; background-color: #999; position: absolute; left: 0; top: 5px;}

.payment_detail {width: 960px; margin: 0 auto; padding: 0 0 160px; letter-spacing: -0.05em;}
.payment_detail > .title {margin-bottom: 80px; font-size: 38px;}
.payment_detail .info_area {margin-bottom: 40px; padding: 64px; border: 1px solid #E5E5E5;}
.payment_detail .info_title {margin-bottom: 32px; padding-bottom: 24px; font-size: 24px; color: #111; border-bottom: 2px solid #111;}
.payment_detail .price {font-size: 20px; color: #111; font-weight: 600; font-family: 'Montserrat';}
.payment_detail .price em {font-size: 14px; position: relative; top: -2px;}
.payment_detail .product_info_list > li {margin-bottom: 32px;}
.payment_detail .product_info_list > li:last-child {margin-bottom: 0;}
.payment_detail .product_info_list .product {height: 104px; margin-bottom: 24px; padding: 0 220px 0 96px; border-bottom: 1px solid #E5E5E5; position: relative;}
.payment_detail .product_info_list .product.m_checkbox {padding: 0 220px 0 132px;}
.payment_detail .product_info_list .product .checkbox {position: absolute; left: 0; top: 30px;}
.payment_detail .product_info_list .product_img {display: block; width: 80px; height: 80px; border: 1px solid #eee; box-sizing: border-box; position: absolute; left: 0; top: 0;}
.payment_detail .product_info_list .product.m_checkbox .product_img {left: 36px;}
.payment_detail .product_info_list .product_img img {width: 100%; height: 100%; object-fit: cover;}
.payment_detail .product_info_list .product_name {display: block; margin-bottom: 2px; padding-top: 15px; font-size: 18px; font-weight: 500; color: #111; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.payment_detail .product_info_list .product_code {display: block; font-size: 14px; font-weight: 500; color: #999;}
.payment_detail .product_info_list .product_code .code {display: inline-block; margin-left: 8px; padding-left: 8px; font-family: 'Montserrat'; position: relative;}
.payment_detail .product_info_list .product_code .code::after {content: ''; display: block; width: 1px; height: 8px; background-color: #999; position: absolute; left: 0; top: 6px;}
.payment_detail .product_info_list .qty {color: #111; position: absolute; right: 160px; top: 17px;}
.payment_detail .product_info_list .qty_price .price {position: absolute; right: 0; top: 13px;}
.payment_detail .product_info_list .item_list li {margin-bottom: 16px; position: relative;}
.payment_detail .product_info_list .item_name {margin-bottom: 5px; font-size: 18px; font-weight: 500; color: #111;}
.payment_detail .product_info_list .item_name .badge {display: inline-block; height: 26px; margin-right: 4px; padding: 0 10px; line-height: 26px; font-size: 12px; font-weight: 900; border-radius: 26px; background-color: #111; color: #fff;}
.payment_detail .product_info_list .item_code {font-size: 14px; font-weight: 500; color: #999;}
.payment_detail .product_info_list .item_code .code {display: inline-block; margin-left: 8px; padding-left: 8px; font-family: 'Montserrat'; position: relative;}
.payment_detail .product_info_list .item_code .code::after {content: ''; display: block; width: 1px; height: 8px; background-color: #999; position: absolute; left: 0; top: 6px;}
.payment_detail .product_info_list .item_price {font-family: 'Montserrat'; text-align: right; position: absolute; right: 0; top: 6px;}
.payment_detail .product_info_list .item_price .price_01 {margin-bottom: 2px; color: #B6B6B6; font-weight: 500;}
.payment_detail .product_info_list .item_price .price_01 em {font-size: 14px; position: relative; top: -1px;}
.payment_detail .product_info_list .item_price .price_02 {font-size: 18px; font-weight: 600; color: #111;}
.payment_detail .product_info_list .item_price .price_02 em {font-size: 14px; position: relative; top: -2px;}
.payment_detail .product_info_list .option_box {padding: 24px 24px 24px 124px; background-color: #F8F8F8; border-radius: 10px; position: relative;}
.payment_detail .product_info_list .option_box .tit {font-weight: 500; color: #111; position: absolute; left: 24px; top: 27px;}
.payment_detail .product_info_list .option_list {overflow: hidden;}
.payment_detail .product_info_list .option_list li {margin-right: 8px; float: left;}
.payment_detail .product_info_list .option_list .badge {display: inline-block; height: 29px; padding: 0 10px; line-height: 27px; font-size: 14px; font-weight: 500; color: #333; background-color: #fff; border-radius: 4px; border: 1px solid #999; box-sizing: border-box;}
.payment_detail .message_area {margin-top: 40px; padding: 40px 0 0 130px; border-top: 1px solid #E5E5E5; position: relative;}
.payment_detail .message_area dt {position: absolute; left: 0; top: 40px; line-height: 27px; font-weight: 500; color: #111;}
.payment_detail .message_area dd {line-height: 27px; color: #333;}
.payment_detail .input_area > div {margin-bottom: 32px; padding-left: 130px; position: relative;}
.payment_detail .input_area > div:last-child {margin-bottom: 0;}
.payment_detail .input_area dt {font-weight: 500; color: #111; position: absolute; left: 0; top: 0;}
.payment_detail .input_area .checkbox {margin: 0 15px 12px 0;}
.payment_detail .input_area textarea {width: 100%; height: 160px; border-radius: 5px;}
.payment_detail .input_area .count {font-size: 14px; font-weight: 500; color: #B2B2B2; font-family: 'Montserrat'; text-align: right;}
.payment_detail .price_area div {margin-bottom: 12px; overflow: hidden;}
.payment_detail .price_area dt {float: left; font-weight: 500; color: #111;}
.payment_detail .price_area dd {float: right;}
.payment_detail .price_area .type_01 {margin-bottom: 20px; padding: 20px; border-radius: 10px; background-color: #F8F8F8;}
.payment_detail .price_area .type_01 div {margin-bottom: 8px;}
.payment_detail .price_area .type_01 div:last-child {margin-bottom: 0;}
.payment_detail .price_area .type_01 dt {font-size: 14px; color: #666;}
.payment_detail .price_area .type_01 dd {position: relative; top: -3px;}
.payment_detail .price_area .type_01 .price {font-size: 14px; color: #666; font-weight: 500;}
.payment_detail .price_area .type_01 .price em {top: 0;}
.payment_detail .price_area .btn_more {display: inline-block; margin-left: 6px; padding-left: 20px; font-size: 14px; color: #999; font-weight: 500; position: relative; top: -1px;}
.payment_detail .price_area .btn_more::after {content: '!'; display: block; width: 16px; height: 16px; line-height: 16px; border-radius: 16px; background-color: #FF4218; color: #fff; position: absolute; left: 0; top: 3px;}
.payment_detail .price_area .type_02 {margin-bottom: 20px; padding: 20px; border-radius: 10px; background-color: #F8F8F8;}
.payment_detail .price_area .type_02 dt {margin-bottom: 8px; color: #333; font-weight: 500; float: none;}
.payment_detail .price_area .type_02 dd {float: none; font-size: 14px; color: #555;}
.payment_detail .price_area .type_02 .txt {display: inline-block; padding-left: 12px; position: relative;}
.payment_detail .price_area .type_02 .txt::after {content: ''; display: block; width: 4px; height: 4px; border-radius: 4px; background-color: #CBCBCB; position: absolute; left: 0; top: 8px;}
.payment_detail .price_area .total {padding-top: 26px; border-top: 1px solid #E5E5E5;}
.payment_detail .price_area .total dt {padding-top: 5px; font-size: 20px;}
.payment_detail .price_area .total .price {font-size: 28px;}
.payment_detail .price_area .total .price em {top: -5px;}
.payment_detail .caution_area {padding: 40px; background-color: #F8F8F8;}
.payment_detail .caution_area .article_title {margin-bottom: 24px; padding-bottom: 0; font-size: 20px; font-weight: 500; border-bottom: 0 solid #fff;}
.payment_detail .caution_area .tit {margin-bottom: 8px; font-weight: 500; color: #111;}
.payment_detail .caution_area .txt {margin-bottom: 24px;}
.payment_detail .caution_area .txt li {padding-left: 12px; margin-bottom: 4px; color: #555; font-weight: 400; position: relative;}
.payment_detail .caution_area .txt li::after {content: ''; display: block; width: 4px; height: 4px; border-radius: 4px; background-color: #CBCBCB; position: absolute; left: 0; top: 10px;}
.payment_detail .btn_area {margin-top: 80px; text-align: center;}
.payment_detail .alert_box {margin-bottom: 20px; padding: 16px 16px 16px 44px; color: #555; font-weight: 500; background-color: #F8F8F8; position: relative;}
.payment_detail .alert_box::after {content: '!'; display: block; width: 20px; height: 20px; border-radius: 20px; line-height: 20px; text-align: center; background-color: #FF4949; color: #fff; position: absolute; left: 16px; top: 18px;}
.payment_detail .info_dl > div {margin-top: 20px; padding-left: 130px; position: relative;}
.payment_detail .info_dl > div:first-child {margin-top: 0;}
.payment_detail .info_dl dt {font-weight: 500; color: #111; position: absolute; left: 0; top: 0;}
.payment_detail .info_dl dd {color: #333;}
.payment_detail .info_dl > div.division {margin-top: 32px; padding-top: 32px; border-top: 1px solid #E5E5E5;}
.payment_detail .info_dl > div.division dt {top: 32px;}

.purchase_history_wrap {width: 960px; margin: 0 auto; padding: 0 0 160px; letter-spacing: -0.05em;}
.purchase_history_wrap .tab_btn {margin-bottom: 80px;}
.purchase_history_wrap .tab_btn a {margin: 0 16px; font-size: 38px; font-weight: 500; color: #111; opacity: 0.3; position: relative;}
.purchase_history_wrap .tab_btn a.on {opacity: 1; font-weight: 700;}
.purchase_history_wrap .tab_btn a.on::after {content: ''; display: block; width: 100%; height: 4px; background-color: #111; cursor: default; position: absolute; left: 0; bottom: -12px;}
.purchase_history_wrap .count {margin-bottom: 24px;}

.companion_application .i_txt_01 {margin-bottom: 15px; font-size: 14px; color: #666; text-align: center;}
.companion_application .i_txt_02 {margin-bottom: 30px; font-size: 14px; color: #E83124; text-align: center;}
.companion_application .i_del {display: inline-block; width: 23px; height: 23px; background: url(../../resources/images/ico_close_02.png) center no-repeat; vertical-align: top; position: relative; top: 3px;}
.companion_application .i_del {display: inline-block; width: 23px; height: 23px; background: url(../../resources/images/ico_close_02.png) center no-repeat; vertical-align: top; position: relative; top: 3px;}
.companion_application .i_btn_box {margin-top: 40px; text-align: center;}
.companion_application .i_btn_box .btn52 {width: 100%; max-width: 430px;}

/* 매칭 희망 신청 */
.matching_wish_search .i_download_box .btn {height: auto; padding: 10px 20px; line-height: 1.2;}
.matching_wish_search .scroll_x {margin: 24px 0;}
.matching_wish_search .pagination {margin-top: 20px;}
.matching_wish_search .i_percent {margin-top: 50px;}
.matching_wish_search .i_percent .i_graph {display: inline-block; width: 388px; height: 10px; border-radius: 10px; background-color: #DFE1E2; position: relative;}
.matching_wish_search .i_percent .i_graph > div {height: 100%; border-radius: 10px; background-color: #000; position: absolute; left: 0; top: 0;}
.matching_wish_search .i_percent .i_graph span {display: block; width: 36px; height: 36px; line-height: 30px; font-weight: 500; font-size: 16px; text-align: center; color: #757575; border-radius: 36px; background-color: #fff; border: 3px solid #DFE1E2; position: absolute; top: calc(50% - 18px);}
.matching_wish_search .i_percent .i_graph span.on {background-color: #000; color: #fff; border: 3px solid #fff;}
.matching_wish_search .i_percent .i_graph span:nth-child(1) {left: 79px;}
.matching_wish_search .i_percent .i_graph span:nth-child(2) {left: 176px;}
.matching_wish_search .i_percent .i_graph span:nth-child(3) {left: 273px;}
.matching_wish_search .i_percent .i_graph span:nth-child(4) {left: 372px;}
.matching_wish_search .i_percent .tootip {margin-left: 25px; top: -19px;}
.matching_wish_search .i_fold .board_top_area .fl_r {margin-top: 8px;}
.matching_wish_search .i_fold .btn_right_area {margin-top: 16px;}
.matching_wish_search .i_floating .i_cont {width: 180px; padding: 30px 15px; background-color: #fff; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3); position: fixed; left: calc(50% - 840px); top: 400px; z-index: 1;}
.matching_wish_search .i_floating .i_tit {margin-bottom: 20px;}
.matching_wish_search .i_floating .i_list li + li {margin-top: 15px;}
.matching_wish_search .i_floating .i_rank {display: block; margin-bottom: 10px; font-size: 14px; font-weight: 500;}
.matching_wish_search .i_floating .i_graph_box {padding-right: 60px; position: relative;}
.matching_wish_search .i_floating .i_graph {display: block; width: 100%; height: 5px; border-radius: 5px; background-color: #E9E8EB; position: relative;}
.matching_wish_search .i_floating .i_graph em {display: block; height: 5px; border-radius: 5px; background-color: #6600CC; position: absolute; left: 0; top: 0;}
.matching_wish_search .i_floating .i_count {font-size: 14px; position: absolute; right: 0; top: -8px;}
.matching_wish_search .i_floating .i_count em {color: #6600cc;}
.matching_wish_search .i_floating .i_mo_chk {display: none;}

/* 매칭 승인 관리 */
.matching_approval_management .i_info_01 {overflow: hidden;}
.matching_approval_management .i_info_01 > div {float: left;}
.matching_approval_management .i_info_01 > div + div {margin-left: 28px; padding-left: 28px; position: relative;}
.matching_approval_management .i_info_01 > div + div::after {content: ''; display: block; width: 1px; height: 18px; background-color: #bbb; position: absolute; left: 0; top: calc(50% - 9px);}
.matching_approval_management .i_info_01 dt {margin-right: 16px; font-weight: 500; font-size: 16px; color: #666; float: left;}
.matching_approval_management .i_info_01 dd {font-weight: 600; font-size: 16px; color: #111; float: left;}
.matching_approval_management .i_count_box {width: calc(100% + 25px); margin-top: 22px; overflow: hidden;}
.matching_approval_management .i_count_box > div {width: calc(25% - 25px); margin-right: 25px; padding: 20px 30px; border-radius: 5px; border: 1px solid #A0A7AC; float: left;}
.matching_approval_management .i_count_box dt {margin-bottom: 35px; font-size: 16px; font-weight: 700; color: #444; position: relative;}
.matching_approval_management .i_count_box dt span {color: #666; font-size: 14px; font-weight: 400; position: absolute; left: 0; top: 24px;}
.matching_approval_management .i_count_box dd {font-size: 28px; font-weight: 800; color: #111;}
.matching_approval_management .board_top_area {margin-top: 40px;}
.matching_approval_management .board_top_area .fl_r {padding-top: 38px;}
.matching_approval_management .scroll_x {margin-top: 20px;}

/* 미팅 스케줄 관리 */
.table_calendar {margin-bottom: 16px; padding-left: 55px; position: relative;}
.table_calendar .i_time_list {width: 55px; border: 1px solid #A0A7AC; border-left: 0 solid #fff; position: absolute; left: 0; top: 79px; background-color: #fff;}
.table_calendar .i_time_list::after {content: ''; display: block; width: 55px; height: 40px; background-color: #fff; border-top: 1px solid #A0A7AC; position: absolute; left: 0; top: -41px;}
.table_calendar .i_time_list::before {content: ''; display: block; width: 55px; height: 40px; background-color: #fff; border-top: 1px solid #A0A7AC; position: absolute; left: 0; top: -80px;}
.table_calendar .i_time_list > div {height: 83px; line-height: 83px; color: #666; font-size: 13px; font-weight: 500; text-align: center;}
.table_calendar .i_time_list > div:first-child {height: 82px; line-height: 82px;}
.table_calendar .i_list {display: flex; overflow-x: auto; white-space: nowrap;}
.table_calendar .i_list > li {flex: 0 0 auto; border-right: 1px solid #A0A7AC; background-color: #fff;}
.table_calendar .i_list .i_date {height: 40px; line-height: 38px; text-align: center; font-weight: 500; color: #222; border-top: 1px solid #A0A7AC; border-bottom: 1px solid #A0A7AC;}
.table_calendar .i_item_wrap {overflow: hidden;}
.table_calendar .i_item_wrap .i_th {height: 40px; line-height: 40px; text-align: center; border-bottom: 1px solid #A0A7AC;}
.table_calendar .i_item_wrap > div {width: 195px; border-bottom: 1px solid #A0A7AC; float: left;}
.table_calendar .i_item_wrap > div + div li {border-left: 1px dotted #A0A7AC;}
.table_calendar .i_item_wrap ol > li {padding: 16px;}
.table_calendar .i_item_wrap ol > li + li {border-top: 1px dotted #A0A7AC;}
.table_calendar .i_item {display: flex; align-items: center; height: 50px; padding: 0 12px; border: 1px solid #A0A7AC; background-color: #fff; border-radius: 3px; position: relative;}
.table_calendar .i_item .checkbox {position: absolute; left: 12px; top: 14px;}
.table_calendar .i_item .checkbox em {background-color: #fff;}
.table_calendar .i_item.m_confirm,
.table_calendar .i_item.m_standby,
.table_calendar .i_item.m_cancel {padding: 12px 12px 12px 40px; border: 1px solid #F1F2F3; background-color: #F1F2F3;}
.table_calendar .i_item .i_time {display: block; padding-left: 14px; font-size: 14px; font-weight: 500; position: relative;}
.table_calendar .i_item.m_empty .i_time {padding-left: 0;}
.table_calendar .i_item.m_confirm .i_time::after,
.table_calendar .i_item.m_standby .i_time::after,
.table_calendar .i_item.m_cancel .i_time::after,
.table_calendar .i_item.m_disabled .i_time::after {content: ''; display: block; width: 10px; height: 10px; border-radius: 10px; background-color: #23A46C; position: absolute; left: 0; top: 5px;}
.table_calendar .i_item.m_confirm .i_time::after {background-color: #23A46C;}
.table_calendar .i_item.m_standby .i_time::after {background-color: #0082D3;}
.table_calendar .i_item.m_cancel .i_time::after {background-color: #D35353;}
.table_calendar .i_item.m_disabled .i_time::after {background: url(../../resources/images/ico_disabled.svg) 0 0 no-repeat; background-size: 10px;}

/* 미팅 현황 관리 */
.meeting_current_management .i_total {margin-bottom: 16px; padding-left: 45px; position: relative;}
.meeting_current_management .i_total .i_tit {font-size: 16px; font-weight: 700; color: #000; position: absolute; left: 0; top: 15px;}
.meeting_current_management .i_total .i_dl {display: inline-block; padding: 14px; color: #fff; background-color: #000; border-radius: 5px; overflow: hidden;}
.meeting_current_management .i_total .i_dl > div {float: left;}
.meeting_current_management .i_total .i_dl > div + div {margin-left: 16px; padding-left: 16px; position: relative;}
.meeting_current_management .i_total .i_dl > div + div::after {content: ''; display: block; width: 1px; height: 30px; background-color: #fff; position: absolute; left: 0; top: calc(50% - 15px); opacity: 0.5;}
.meeting_current_management .i_total .i_dl dt {margin-right: 12px; line-height: 24px; font-size: 13px; font-weight: 500; float: left;}
.meeting_current_management .i_total .i_dl dd {float: left; font-size: 24px; line-height: 24px; font-weight: 800;}
.meeting_current_management .cont-tab {margin-top: 40px;}
.meeting_current_management .board_top_area .fl_r {padding-top: 38px;}
.meeting_current_management .pagination {margin-top: 20px;}
.meeting_current_management .table_style_07 +.table_style_07 {margin-top: -1px;}
.meeting_current_management .state_list {margin-bottom: 16px;}

.table_calendar_01 {margin-bottom: 16px; padding-left: 55px; position: relative;}
.table_calendar_01 .i_time_list {width: 55px; border: 1px solid #A0A7AC; border-left: 0 solid #fff; position: absolute; left: 0; top: 39px;}
.table_calendar_01 .i_time_list::after {content: ''; display: block; width: 55px; height: 1px; background-color: #A0A7AC; position: absolute; left: 0; top: -40px;}
.table_calendar_01 .i_time_list > div {height: 161px; padding-top: 24px; color: #666; font-size: 13px; font-weight: 500; text-align: center;}
.table_calendar_01 .i_time_list > div:first-child {height: 160px;}
.table_calendar_01 .i_list {display: flex; overflow-x: auto; white-space: nowrap;}
.table_calendar_01 .i_list > li {flex: 0 0 auto; width: 189px;}
.table_calendar_01 .i_list > li + li .i_item_wrap li {border-left: 1px dotted #A0A7AC;}
.table_calendar_01 .i_list .i_date {height: 40px; line-height: 38px; text-align: center; font-weight: 500; color: #222; border-top: 1px solid #A0A7AC; border-bottom: 1px solid #A0A7AC;}
.table_calendar_01 .i_item_wrap {border-bottom: 1px solid #A0A7AC;}
.table_calendar_01 .i_item_wrap > li {padding: 16px;}
.table_calendar_01 .i_item_wrap > li + li {border-top: 1px dotted #A0A7AC;}
.table_calendar_01 .i_item {height: 128px; padding: 8px; border: 1px solid #A0A7AC; background-color: #fff; border-radius: 3px; position: relative;}
.table_calendar_01 .i_item span {display: block; margin-top: 2px; font-size: 14px; font-weight: 400; color: #000;}
.table_calendar_01 .i_item .i_time {margin: 0 0 9px; padding-left: 14px; font-weight: 500; position: relative;}
.table_calendar_01 .i_item.m_online .i_time::after,
.table_calendar_01 .i_item.m_offline .i_time::after {content: ''; display: block; width: 10px; height: 10px; border-radius: 10px; background-color: #23A46C; position: absolute; left: 0; top: 5px;}
.table_calendar_01 .i_item.m_online .i_time::after {background-color: #000;}
.table_calendar_01 .i_item.m_offline .i_time::after {background-color: #bbb;}

#wrap_error {min-width: 700px; text-align: center; font-family: 'Pretendard';}
#wrap_error .i_contents {padding: 120px 0 85px;}
#wrap_error .i_contents .i_logo {margin-bottom: 130px;}
#wrap_error .i_contents .i_logo a {display: inline-block; width: 220px;}
#wrap_error .i_contents .i_title {margin-bottom: 100px; font-size: 50px; color: #444; font-weight: 800; text-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);}
#wrap_error .i_contents .i_txt {margin-bottom: 85px; font-weight: 500; font-size: 20px; line-height: 1.55;}
#wrap_error .i_contents .i_txt strong {font-weight: 700;}
#wrap_error .i_newsletter {height: 460px; padding-top: 55px; color: #fff; background: url(../../resources/images/newsletter_bg.png) center 0 no-repeat;}
#wrap_error .i_newsletter .i_inner {width: 576px; margin: 0 auto;}
#wrap_error .i_newsletter .i_title {margin-bottom: 24px; font-size: 24px;}
#wrap_error .i_newsletter .i_txt {margin-bottom: 30px; font-weight: 500; font-size: 18px;}
#wrap_error .i_newsletter .i_input {text-align: left;}
#wrap_error .i_newsletter .i_input_button {margin-bottom: 14px; padding-right: 153px; position: relative;}
#wrap_error .i_newsletter .i_input_button .i_it {width: 100%; height: 52px; line-height: 50px; border-radius: 2px; color: #fff; border: 1px solid #aaa; background-color: transparent;}
#wrap_error .i_newsletter .i_input_button .i_btn {display: block; width: 145px; height: 52px; line-height: 52px; border-radius: 2px; text-align: center; font-weight: 600; font-size: 18px; background-color: #fff; color: #000; position: absolute; right: 0; top: 0;}
#wrap_error .i_newsletter .checkbox em {width: 22px; height: 22px; border: 1px solid #aaa; border-radius: 2px;}
#wrap_error .i_newsletter .checkbox input[type="checkbox"]:checked + em {background:url(../../resources/images/check.png) 0 0 no-repeat; border:solid 0 #fff;}
#wrap_error .i_newsletter .checkbox span {line-height: 22px; color: #ddd;}
#wrap_error .i_newsletter .i_checkbox .i_link {color: #ddd; position: relative; top: -2px;}
#wrap_error .i_newsletter .i_checkbox .i_link::after {content: ''; display: block; width: 100%; height: 1px; background-color: #ddd; position: absolute; left: 0; bottom: 0;}
#wrap_error .i_error {padding: 110px 0;}
#wrap_error .i_error .i_title_01 {margin-bottom: 70px; padding-top: 225px; font-size: 50px; font-weight: 800; color: #444; background: url(../../resources/images/error_update.png) center 107px no-repeat; position: relative;}
#wrap_error .i_error .i_title_02 {margin-bottom: 56px; padding-top: 100px; font-size: 50px; font-weight: 800; color: #444; background: url(../../resources/images/error_warning.png) center 0 no-repeat;}
#wrap_error .i_error .i_title_01::after {content: ''; display: block; width: 100%; height: 84px; position: absolute; left: 0; top: 0; background: url(../../resources/images/error_loader.gif) center 0 no-repeat;}
#wrap_error .i_error .i_txt_01 {font-size: 20px; line-height: 1.55;}
#wrap_error .i_error .i_txt_02 {margin: 56px 0 0; font-size: 14px; line-height: 1.55; position: relative;}
#wrap_error .i_error .i_txt_02 a {font-weight: 600;}
#wrap_error .i_error .i_txt_03 {margin-bottom: 56px; font-size: 20px; font-weight: 500; color: #666; line-height: 1.55;}
#wrap_error .i_error .i_time {margin: 77px 0 65px;}
#wrap_error .i_error .i_time > div {display: inline-block; position: relative;}
#wrap_error .i_error .i_time > div::after {content: ':'; font-weight: 500; font-size: 24px; color: #000; position: absolute; left: 83px; top: 0;}
#wrap_error .i_error .i_time > div::before {content: ':'; font-weight: 500; font-size: 24px; color: #000; position: absolute; left: 172px; top: 0;}
#wrap_error .i_error .i_time .i_it {width: 65px; height: 40px; line-height: 38px; margin: 0 10px; text-align: center; border: 1px solid #5A5A5A; font-weight: 500; font-size: 20px;}
#wrap_error .i_error .i_link {display: inline-block; width: 300px; height: 52px; line-height: 52px; font-size: 18px; font-weight: 600; background-color: #000; color: #fff;}
#wrap_error .i_error .i_link_01 {display: inline-block; width: 300px; height: 52px; line-height: 50px; font-size: 18px; font-weight: 600; background-color: #fff; color: #000; border: 1px solid #B9BFC2;}

/* popup */
.invoice_popup .inner_box {width: 898px; max-height: calc(100vmin - 100px); overflow: hidden; overflow-y: auto; position: relative;}
.invoice_popup .title {font-size: 30px;}
.invoice_popup .header {width: calc(100% + 20px); margin-bottom: 5px; overflow: hidden;}
.invoice_popup .header > div {width: calc(50% - 20px); margin-right: 20px; float: left;}
.invoice_popup .subtitle {height: 34px; line-height: 34px; text-align: center; font-weight: 500; background-color: #000; color: #fff;}
.invoice_popup .header .right .txt {height: 34px; line-height: 34px; text-align: center;}
.invoice_popup .footer {padding: 0 0 40px; position: relative;}
.invoice_popup .footer .txt {margin-bottom: 40px;}
.invoice_popup .footer .sign {width: 200px; border: 1px solid #000; text-align: center; position: absolute; right: 0; top: 0;}
.invoice_popup .footer .sign dt {padding: 5px 10px; background-color: #ddd; border-bottom: 1px solid #000;}
.invoice_popup .footer .sign dd {padding: 20px 10px;}
.invoice_popup .footer .date {margin-bottom: 40px; text-align: center;}
.invoice_popup .footer .name {text-align: center;}
.invoice_popup .footer .logo {width: 150px; position: absolute; right: 0; bottom: 0;}

.invoice_popup_01 {max-height: calc(100vmin - 100px); color: #000; overflow: hidden; overflow-y: auto;}
.invoice_popup_01 .inner_box {padding: 85px 90px 20px; background: url(../../resources/images/adasia_invoice_bg_01.png) 0 40px no-repeat; background-size: cover;}
.invoice_popup_01 .title {margin: 0 0 40px; font-family: 'Inter', sans-serif; letter-spacing: -0.05em; font-weight: 700; font-size: 55px;  text-align: center;}
.invoice_popup_01 .subtitle {margin-bottom: 5px; padding-left: 23px; font-family: 'Inter', sans-serif; letter-spacing: -0.05em; font-weight: 700; font-size: 27px; position: relative;}
.invoice_popup_01 .subtitle::after {content: ''; display: block; width: 17px; height: 17px; background-color: #000; position: absolute; left: 0; top: 8px;}
.invoice_popup_01 .table {margin-bottom: 30px; border-top: 1px solid #000;}
.invoice_popup_01 .table tbody th {text-align: left;}
.invoice_popup_01 .table tbody td {border-left: 1px solid #000;}
.invoice_popup_01 .table tfoot th {background-color: #D9D9D9;}
.invoice_popup_01 .table tfoot td {border-left: 1px solid #000; background-color: #D9D9D9;}
.invoice_popup_01 .table tfoot th,
.invoice_popup_01 .table tfoot td,
.invoice_popup_01 .table tbody th,
.invoice_popup_01 .table tbody td {padding: 10px 20px 5px; font-family: 'Inter', sans-serif; letter-spacing: -0.05em; font-weight: 700; font-size: 23px; border-bottom: 1px solid #000;}
.invoice_popup_01 .txt_list {margin-bottom: 25px; padding-top: 15px; border-top: 1px solid #000;}
.invoice_popup_01 .txt_list li {padding-left: 20px; font-family: 'Inter', sans-serif; letter-spacing: -0.05em; font-weight: 700; font-size: 22px; position: relative;}
.invoice_popup_01 .txt_list > li::after {content: '•'; display: block; position: absolute; left: 0; top: 0;}
.invoice_popup_01 .copyright {margin: 50px 0 0; font-family: 'Inter', sans-serif; letter-spacing: -0.05em; font-weight: 700; font-size: 22px; text-align: center;}
.pop-invoice .btn1 {position: absolute; right: 60px; top: 10px;}

.popup_option .inner_box {width: 480px; padding: 40px;}
.popup_option .title_01 {margin-bottom: 24px; padding-bottom: 13px; font-size:25px; color: #111; border-bottom: 2px solid #111; font-weight:500;}
.popup_option .title_02 {margin-bottom: 12px; font-weight: 500;}
.popup_option .product_info {margin-bottom: 16px; padding: 0 0 24px 96px; border-bottom: 1px solid #E5E5E5; position: relative;}
.popup_option:has(.checkbox) .product_info {padding: 0 0 24px 116px;}
.popup_option .product_info .checkbox {position: absolute; left: 0; top: 0;}
.popup_option:has(.checkbox) .product_img {left: 25px;}
.popup_option .product_img {display: block; width: 80px; height: 80px; border: 1px solid #eee; position: absolute; left: 0; top: 0;}
.popup_option .product_img img {width: 100%; height: 100%; object-fit: cover;}
.popup_option .product_name {margin-bottom: 4px; font-size: 18px; font-weight: 700; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.popup_option .product_code {margin-bottom: 6px; font-size: 14px; font-weight: 700; color: #999;}
.popup_option .product_code em {display: inline-block; margin-left: 8px; padding-left: 8px; font-family: 'Montserrat'; font-weight: 400; position: relative;}
.popup_option .product_code em::after {content: ''; display: block; width: 1px; height: 8px; background-color: #999; position: absolute; left: 0; top: 5px;}
.popup_option .product_price {font-family: 'Montserrat';}
.popup_option .del_price {font-size: 14px; font-weight: 500; color: #B6B6B6; position: relative; top: -2px;}
.popup_option .price {font-size: 20px; color: #111; font-weight: 600;}
.popup_option .price em {font-size: 14px; position: relative; top: -2px;}
.popup_option .option_box {margin-bottom: 16px; padding-bottom: 24px; border-bottom: 1px solid #E5E5E5;}
.popup_option .option_box select {width: 100%; border-radius: 5px;}
.popup_option .qty_box {margin-bottom: 16px; padding-bottom: 24px; border-bottom: 1px solid #E5E5E5; position: relative;}
.popup_option .input_qty {width: 176px; height: 44px; padding: 0 44px;}
.popup_option .input_qty .qty_it {height: 44px;}
.popup_option .input_qty .qty_minus,
.popup_option .input_qty .qty_plus {width: 44px; height: 44px;}
.popup_option .qty_box .price {font-family: 'Montserrat'; position: absolute; right: 0; bottom: 30px;}
.popup_option .total {margin-bottom: 24px; text-align: right; color: #999; font-weight: 500;}
.popup_option .total .price {display: inline-block; margin-left: 15px; font-size: 32px; font-family: 'Montserrat'; position: relative; top: 3px;}
.popup_option .total .price em {top: -6px;}
.popup_option .btn_box {display: flex; gap: 10px;}
.popup_option .btn_box .btn52 {flex: 1;}
.popup_option .i_selected_options {margin-bottom: 20px; padding: 0 20px 20px 20px; background-color: #F8F8F8; border-radius: 10px;}
.popup_option .i_selected_options li {padding-top: 20px; position: relative;}
.popup_option .i_selected_options li + li {margin-top: 20px; border-top: 1px solid #ddd;}
.popup_option .i_selected_options .i_del {display: block; width: 30px; height: 30px; background: url(../../resources/images/ico_close.png) center no-repeat; position: absolute; right: 0; top: 10px;}
.popup_option .i_selected_options .i_options {margin-bottom: 10px; font-size: 14px;}

.popup_refund .inner_box {width: 480px; padding: 40px;}
.popup_refund .title {margin-bottom: 16px; font-size: 24px; color: #111;}
.popup_refund .col_01 {width: 45%;}
.popup_refund .col_02 {width: auto;}

.popup_bookizcon_01 .inner_box {width: 1200px; min-height: 1070px; padding: 215px 70px 120px; border-radius: 0; background: url(../../resources/images/bookizcon_popup_bg.png) 0 0 no-repeat; background-size: cover;}
.popup_bookizcon_01 .i_logo {position: absolute; right: 45px; top: 50px;}
.popup_bookizcon_01 .i_title {margin-bottom: 29px; font-weight: 700; font-size: 64px; color: #222;}
.popup_bookizcon_01 .i_txt_01 {font-weight: 700; font-size: 36px; color: #222;}
.popup_bookizcon_01 .i_txt_02 {font-weight: 700; font-size: 32px; color: #E71A10;}
.popup_bookizcon_01 .i_step_box {margin: 30px 0 5px; padding: 30px; border: 1px solid #000; background-color: #fff;}
.popup_bookizcon_01 .i_step_box ol {overflow: hidden;}
.popup_bookizcon_01 .i_step_box li {width: calc(100% / 3); min-height: 360px; padding-top: 156px; float: left; text-align: center; position: relative;}
.popup_bookizcon_01 .i_step_box li::before {content: ''; display: block; width: 120px; height: 120px; position: absolute; left: calc(50% - 60px); top: 20px;}
.popup_bookizcon_01 .i_step_box li:nth-child(1)::before {background: url(../../resources/images/bookizcon_popup_ico_01.svg) 0 0 no-repeat;}
.popup_bookizcon_01 .i_step_box li:nth-child(2)::before {background: url(../../resources/images/bookizcon_popup_ico_02.svg) 0 0 no-repeat;}
.popup_bookizcon_01 .i_step_box li:nth-child(3)::before {background: url(../../resources/images/bookizcon_popup_ico_03.svg) 0 0 no-repeat;}
.popup_bookizcon_01 .i_step_box li + li::after {content: ''; display: block; width: 1px; height: 100%; background-color: #C4C9D2; position: absolute; left: 0; top: 0;}
.popup_bookizcon_01 .i_step_box span {display: block;}
.popup_bookizcon_01 .i_step_box .i_no {margin-bottom: 34px; font-weight: 800; font-size: 36px; color: #72B4DC;}
.popup_bookizcon_01 .i_step_box .i_txt {font-weight: 500; font-size: 32px; color: #222;}
.popup_bookizcon_01 .i_txt_03 {font-weight: 700; font-size: 24px; text-align: right;}

.popup_bookizcon_02 .inner_box {width: 1200px; min-height: 1070px; padding: 215px 150px 120px; border-radius: 0; background: url(../../resources/images/bookizcon_popup_bg.png) 0 0 no-repeat; background-size: cover;}
.popup_bookizcon_02 .i_logo {position: absolute; right: 45px; top: 50px;}
.popup_bookizcon_02 .i_title {margin-bottom: 29px; font-weight: 700; font-size: 50px; color: #222;}
.popup_bookizcon_02 .i_category_list li {height: 205px; margin-bottom: 26px; padding: 0 4.16vw; border: 1px solid #000; border-radius: 7px; background-color: #fff; box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); position: relative;}
.popup_bookizcon_02 .i_category_list .i_tit {display: block; height: 205px; padding-left: 205px; line-height: 205px; font-weight: 700; font-size: 40px; color: #222; position: relative;}
.popup_bookizcon_02 .i_category_list .i_tit::after {content: ''; display: block; width: 205px; height: 205px; position: absolute; left: 0; top: 0;}
.popup_bookizcon_02 .i_category_list li:nth-child(1) .i_tit::after {background: url(../../resources/images/bookizcon_popup_ico_05.svg) center no-repeat;}
.popup_bookizcon_02 .i_category_list li:nth-child(2) .i_tit::after {background: url(../../resources/images/bookizcon_popup_ico_04.svg) center no-repeat;}
.popup_bookizcon_02 .i_category_list li:nth-child(3) .i_tit::after {background: url(../../resources/images/bookizcon_popup_ico_06.svg) center no-repeat;}
.popup_bookizcon_02 .i_category_list .i_btn {display: inline-block; width: 212px; height: 82px; line-height: 82px; border-radius: 7px; font-size: 32px; font-weight: 700; color: #222; border: 1px solid #000; box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); text-align: center; position: absolute; right: 100px; top: calc(50% - 41px);}

.popup_matching_01 .inner_box {width: 554px; padding: 75px 70px 45px;}
.popup_matching_01 .i_logo {margin-bottom: 57px; text-align: center;}
.popup_matching_01 .i_logo img {height: 70px;}
.popup_matching_01 .i_info > div {padding-left: 148px; position: relative;}
.popup_matching_01 .i_info > div + div {margin-top: 16px;}
.popup_matching_01 .i_info dt {color: #666; position: absolute; left: 0; top: 0;}
.popup_matching_01 .i_info dd {font-weight: 600;;}
.popup_matching_01 .i_btn_box {margin-top: 50px; text-align: center;}
.popup_matching_01 .i_btn_box .btn + .btn {margin-left: 5px;}

.popup_matching_02 .inner_box {width: 554px; padding: 75px 70px;}
.popup_matching_02 .i_logo {margin-bottom: 43px; text-align: center;}
.popup_matching_02 .i_logo img {height: 70px;}
.popup_matching_02 .i_txt {margin-bottom: 24px; font-size: 14px; color: #666;}
.popup_matching_02 .i_rdo {margin-bottom: 24px;}
.popup_matching_02 .i_rdo .radiobox + .radiobox {margin-left: 20px;}
.popup_matching_02 .i_input {margin-bottom: 32px;}
.popup_matching_02 .i_input > div + div {margin-top: 24px;}
.popup_matching_02 .i_input dt {margin-bottom: 7px; font-size: 16px; font-weight: 500; color: #222;}
.popup_matching_02 .i_input textarea {width: 100%; height: 137px; border-radius: 5px;}
.popup_matching_02 .i_btn_box {text-align: center;}


/* 미팅 현황 관리 */
.meeting_current_management .i_total {margin-bottom: 16px; padding-left: 45px; position: relative;}
.meeting_current_management .i_total .i_tit {font-size: 16px; font-weight: 700; color: #000; position: absolute; left: 0; top: 15px;}
.meeting_current_management .i_total .i_dl {display: inline-block; padding: 14px; color: #fff; background-color: #000; border-radius: 5px; overflow: hidden;}
.meeting_current_management .i_total .i_dl > div {float: left;}
.meeting_current_management .i_total .i_dl > div + div {margin-left: 16px; padding-left: 16px; position: relative;}
.meeting_current_management .i_total .i_dl > div + div::after {content: ''; display: block; width: 1px; height: 30px; background-color: #fff; position: absolute; left: 0; top: calc(50% - 15px); opacity: 0.5;}
.meeting_current_management .i_total .i_dl dt {margin-right: 12px; line-height: 24px; font-size: 13px; font-weight: 500; float: left;}
.meeting_current_management .i_total .i_dl dd {float: left; font-size: 24px; line-height: 24px; font-weight: 800;}
.meeting_current_management .cont-tab {margin-top: 40px;}
.meeting_current_management .board_top_area .fl_r {padding-top: 38px;}
.meeting_current_management .pagination {margin-top: 20px;}
.meeting_current_management .table_style_07 +.table_style_07 {margin-top: -1px;}
.meeting_current_management .state_list {margin-bottom: 16px;}
.table_calendar_01 {margin-bottom: 16px; padding-left: 55px; position: relative;}
.table_calendar_01 .i_time_list {width: 55px; border: 1px solid #A0A7AC; border-left: 0 solid #fff; position: absolute; left: 0; top: 39px;}
.table_calendar_01 .i_time_list::after {content: ''; display: block; width: 55px; height: 1px; background-color: #A0A7AC; position: absolute; left: 0; top: -40px;}
.table_calendar_01 .i_time_list > div {height: 161px; padding-top: 24px; color: #666; font-size: 13px; font-weight: 500; text-align: center;}
.table_calendar_01 .i_time_list > div:first-child {height: 160px;}
.table_calendar_01 .i_list {display: flex; overflow-x: auto; white-space: nowrap;}
.table_calendar_01 .i_list > li {flex: 0 0 auto; width: 189px;}
.table_calendar_01 .i_list > li + li .i_item_wrap li {border-left: 1px dotted #A0A7AC;}
.table_calendar_01 .i_list .i_date {height: 40px; line-height: 38px; text-align: center; font-weight: 500; color: #222; border-top: 1px solid #A0A7AC; border-bottom: 1px solid #A0A7AC;}
.table_calendar_01 .i_item_wrap {border-bottom: 1px solid #A0A7AC;}
.table_calendar_01 .i_item_wrap > li {padding: 16px;}
.table_calendar_01 .i_item_wrap > li + li {border-top: 1px dotted #A0A7AC;}
.table_calendar_01 .i_item {height: 128px; padding: 8px; border: 1px solid #A0A7AC; background-color: #fff; border-radius: 3px; position: relative;}
.table_calendar_01 .i_item span {display: block; margin-top: 2px; font-size: 14px; font-weight: 400; color: #000;}
.table_calendar_01 .i_item .i_time {margin: 0 0 9px; padding-left: 14px; font-weight: 500; position: relative;}
.table_calendar_01 .i_item.m_online .i_time::after,
.table_calendar_01 .i_item.m_offline .i_time::after {content: ''; display: block; width: 10px; height: 10px; border-radius: 10px; background-color: #23A46C; position: absolute; left: 0; top: 5px;}
.table_calendar_01 .i_item.m_online .i_time::after {background-color: #000;}
.table_calendar_01 .i_item.m_offline .i_time::after {background-color: #bbb;}

.popup_aigf_intro {display: block; width: 100%; height: 100vh; background: url(../../resources/images/aigf_landing_bg_01.jpg) center 0 no-repeat; background-size: cover; position: fixed; left: 0; top: -100%; z-index:300; transition: all 0.3s;}
.popup_aigf_intro.open {top:0;}
.popup_aigf_intro::after {content: ''; display: block; width: 100%; height: 100vh; background: url(../../resources/images/aigf_landing_bg_02.jpg) center 0 no-repeat; background-size: cover; position: absolute; left: 0; top: 0; opacity: 0; transition: all 0.6s;}
.popup_aigf_intro.bg_change::after {opacity: 1;}
.popup_aigf_intro .inner_box {width: 1064px; height: 100vh; margin: 0 auto; position: relative; z-index: 1;}
.popup_aigf_intro .i_txt_box {position: relative;}
.popup_aigf_intro .i_txt_box::after {content: ''; display: block; width: 100%; height: 240px; background: url(../../resources/images/aigf_landing_img_01.png) center no-repeat; position: absolute; left: 0; top: calc(50vh - 120px);}
.popup_aigf_intro .i_txt_box div {width: 301px; height: 240px; position: absolute; top: calc(50vh - 120px);}
.popup_aigf_intro .i_txt_box div:nth-child(1) {background: url(../../resources/images/aigf_landing_text_01.png) left 0 no-repeat; left: 20px;}
.popup_aigf_intro .i_txt_box div:nth-child(2) {background: url(../../resources/images/aigf_landing_text_02.png) right 0 no-repeat; right: 20px;}
.popup_aigf_intro .i_btn_box {width: 100%; position: absolute; left: 0; top: calc(50vh + 160px); text-align: center;}
.popup_aigf_intro .i_btn_box a {display: inline-block; width: 360px; height: 80px; margin: 23px; line-height: 80px; border-radius: 80px; font-size: 26px; text-align: center; font-weight: 700; color: #fff; opacity: 0.7; transition: all 0.7s;}
.popup_aigf_intro .i_btn_box a:hover {opacity: 1;}
.popup_aigf_intro .i_btn_box a:nth-child(1) {background-color: #08958F;}
.popup_aigf_intro .i_btn_box a:nth-child(2) {background-color: #DB6E85;}
.popup_aigf_intro .i_close {display: block; width: 200px; height: 50px; font-size: 16px; background-color: #000; border-radius: 10px; color: #fff; position: absolute; left: calc(50% - 100px); bottom: 40px; opacity: 0.7; transition: all 0.3s;}
.popup_aigf_intro .i_close:hover {opacity: 1;}

.main_visual_01 {display: flex; height: 770px; padding: 0 11.4vw; align-items: center; justify-content: center; flex-direction: column; background: radial-gradient(circle, var(--themesColor) 0%, var(--themesColor-1) 100%);}
.main_visual_01 img {width: 1140px;}
.main_visual_01 .i_txt_box {width: 1140px; max-width: 100%; margin-top: 40px;}
.main_visual_01 .i_title {color: #fff; font-size: 50px;}
.main_visual_01 .i_subtitle {margin-top: 8px; color: #fff; font-size: 26px;}

.main_search {padding: 60px 0;}
.main_search .i_inner {width: 80%; margin: 0 auto;}
.main_search .i_search_box {height: 64px; border-radius: 64px; padding-right: 160px; border: 2px solid var(--themesColor); overflow: hidden; position: relative;}
.main_search .i_search_box .i_it {width: 100%; height: 60px; padding: 0 40px; line-height: 60px; border: none;}
.main_search .i_search_btn {display: block; width: 160px; height: 60px; position: absolute; right: 0; top: 0; font-size: 16px; color: var(--themesColor); font-weight: 700; letter-spacing: 5px;}
.main_search .i_search_btn::after {content: ''; display: block; width: 1px; height: 40px; background-color: var(--themesColor); position: absolute; left: 0; top: 10px;}
.main_search .i_search_btn span {display: inline-block; padding-left: 33px; position: relative;}
.main_search .i_search_btn span::after {content: '⌕'; display: block; position: absolute; left: 0; top: -17px; font-size: 36px; transform: rotateY(180deg);}
.main_search .i_btn_box {display: flex; margin-top: 30px; gap: 20px;}
.main_search .i_btn_box a {display: block; flex: 1; height: 64px; line-height: 64px; border-radius: 64px; font-weight: 700; text-align: center; color: #fff; font-size: 20px; background-color: var(--themesColor);}
.main_search .i_btn_box a:nth-child(2) {background-color: var(--themesColor-1);}

.main_list_01 {padding: 40px 0 60px;}
.main_list_01 .i_inner {width: 70%; margin: 0 auto; position: relative;}
.main_list_01 .i_title {margin-bottom: 40px; font-size: 34px; text-align: center; font-weight: 900;}
.main_list_01 .i_list {margin-top: 40px;}
.main_list_01 .i_tab_cont > div {display: none;}
.main_list_01 .i_tab_cont > div.on {display: block;}
.main_list_01 .i_list a {display: inline-block; position: relative;}
.main_list_01 .i_list span {display: block; max-width: 220px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.main_list_01 .i_list .i_img {width: 220px; height: 220px; margin-bottom: 20px; border-radius: 220px; overflow: hidden;}
.main_list_01 .i_list .i_img img {width: 100%; height: 100%; object-fit: cover;}
.main_list_01 .i_list .i_badge {display: flex; width: 65px; height: 65px; align-items: center; justify-content: center; border-radius: 65px; background-color: var(--themesColor); color: #fff; font-weight: 700; position: absolute; left: 0; top: 0;}
.main_list_01 .i_list .i_category {font-size: 12px; color: var(--themesColor);}
.main_list_01 .i_list .i_name {font-size: 20px; font-weight: 700;}
.main_list_01 .i_list .i_brand {font-size: 14px;}
.main_list_01 .i_more_btn {display: inline-block; height: 26px; padding: 0 10px; line-height: 20px; border-radius: 26px; font-weight: 700; color: var(--themesColor); border: 1px solid var(--themesColor); position: absolute; right: 0; top: 20px;}
.main_list_01 .slick-initialized .slick-slide {text-align: center;}
.main_list_01 .slick-prev:before,
.main_list_01 .slick-next:before {color: #000;}
.main_list_01 .slick-prev,
.main_list_01 .slick-next {background-color: #fff; box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);}

.main_list_02 {padding: 60px 110px; background-color: var(--themesColor-3);}
.main_list_02 .i_inner {position: relative;}
.main_list_02 .i_title {margin-bottom: 40px; font-size: 34px; text-align: center; font-weight: 900;}
.main_list_02 .i_filter {margin-top: 20px; display: flex; justify-content: right; gap: 10px;}
.main_list_02 .i_filter button {display: block; height: 40px; padding: 0 20px; color: var(--themesColor); line-height: 38px; background-color: #fff; border-radius: 4px; border: 1px solid var(--themesColor);}
.main_list_02 .i_filter button.on {background-color: var(--themesColor); color: #fff;}
.main_list_02 .i_list {margin-top: 40px;}
.main_list_02 .i_tab_cont > div {display: none;}
.main_list_02 .i_tab_cont > div.on {display: block;}
.main_list_02 .i_list {display: flex; gap: 16px; justify-content: center;}
.main_list_02 .i_list li {width: calc(100% / 8 - 16px); flex: 1;}
.main_list_02 .i_list a {display: block; border-radius: 5px; overflow: hidden; background-color: #fff; box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2); position: relative; }
.main_list_02 .i_list span {display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.main_list_02 .i_list .i_img {width: 100%; padding-top: 10vw; position: relative;}
.main_list_02 .i_list .i_img img {width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0; top: 0;}
.main_list_02 .i_list .i_txt_box {padding: 8px; border-top: 1px solid #ddd;}
.main_list_02 .i_list .i_category {font-size: 12px;}
.main_list_02 .i_list .i_name {font-size: 18px; font-weight: 700;}
.main_list_02 .i_list .i_brand {font-size: 14px;}
.main_list_02 .i_more_btn {display: inline-block; height: 26px; padding: 0 10px; line-height: 20px; border-radius: 26px; font-weight: 700; color: var(--themesColor); border: 1px solid var(--themesColor); position: absolute; right: 0; top: 20px;}

.main_list_03 {padding: 60px 0;}
.main_list_03 .i_inner {width: 70%; margin: 0 auto; position: relative;}
.main_list_03 .i_title {margin-bottom: 40px; font-size: 34px; text-align: center; font-weight: 900;}
.main_list_03 .i_flex_box {display: flex; padding: 0 15px; flex-direction: column; gap: 30px;}
.main_list_03 .i_flex {display: flex; gap: 30px;}
.main_list_03 .i_flex a {display: block; max-height: 220px; flex: 1; border-radius: 1rem; overflow: hidden; position: relative;}
.main_list_03 .i_flex a::after {content: ''; display: block; width: 100%; height: 100%; background: linear-gradient(to top, rgba(0, 0, 0, 0.5), 40%, rgba(255, 255, 255, 0)); position: absolute; left: 0; top: 0;}
.main_list_03 .i_flex a.i_bg_color_01::after {width: 60%; background: linear-gradient(to right, var(--themesColor), 80%, transparent);}
.main_list_03 .i_flex a.i_bg_color_02::after {width: 60%; background: linear-gradient(to right, var(--themesColor-1), 80%, transparent);}
.main_list_03 .i_flex a.i_bg_color_03::after {width: 60%; background: linear-gradient(to right, var(--themesColor-4), 80%, transparent);}
.main_list_03 .i_flex a.i_bg_color_04::after {width: 60%; background: linear-gradient(to right, var(--themesColor-5), 80%, transparent);}
.main_list_03 .i_flex span {display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.main_list_03 .i_flex .i_img {width: 100%; padding-top: 100%; position: relative;}
.main_list_03 .i_flex .i_img img {width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0; top: 0;}
.main_list_03 .i_flex .i_txt_box {width: 100%; padding: 30px; position: absolute; left: 0; top: 0; text-align: left; z-index: 1; color: #fff;}
.main_list_03 .i_flex.m_small .i_txt_box {padding: 20px; top: auto; bottom: 0;}
.main_list_03 .i_flex .i_badge {display: inline-block; height: 26px; margin-bottom: 10px; padding: 0 10px; line-height: 26px; border-radius: 26px; background-color: #fff; font-weight: 700; color: #000;}
.main_list_03 .i_flex.m_small .i_badge {display: block; height: auto; margin-bottom: 0; padding: 0; line-height: 1.5; background-color: transparent; font-weight: 400; color: #fff; font-size: 14px;}
.main_list_03 .i_flex .i_category {font-size: 14px;}
.main_list_03 .i_flex.m_small .i_category {font-size: 16px;}
.main_list_03 .i_flex .i_name {font-size: 30px; font-weight: 700;}
.main_list_03 .i_flex.m_small .i_name {font-size: 18px; font-weight: 700;}
.main_list_03 .i_flex .i_bg_color_01 .i_badge {color: var(--themesColor);}
.main_list_03 .i_flex .i_bg_color_02 .i_badge {color: var(--themesColor-1);}
.main_list_03 .i_flex .i_bg_color_03 .i_badge {color: var(--themesColor-4);}
.main_list_03 .i_flex .i_bg_color_04 .i_badge {color: var(--themesColor-5);}
.main_list_03 .i_more_btn {display: inline-block; height: 26px; padding: 0 10px; line-height: 20px; border-radius: 26px; font-weight: 700; color: var(--themesColor); border: 1px solid var(--themesColor); position: absolute; right: 0; top: 20px;}
.main_list_03 .slick-prev:before,
.main_list_03 .slick-next:before {color: #000;}
.main_list_03 .slick-prev,
.main_list_03 .slick-next {background-color: #fff; box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);}

.intro {width: 100%; height: 100vh; position: relative;  background: url('../../resources/images/intro_background.png') 0 0 no-repeat; background-size: cover; }
.intro .i_lang { position: absolute; top: 50px; right: 50px; border-radius: 10px; background: rgba(0, 0, 0, 0.3); z-index: 5; }
.intro .i_lang select {height: auto; min-width: auto; padding:7px 20px; background: transparent; color: #fff; border-radius: 10px; font-size: 14px;}
.intro .i_site_box {display: flex; width: 100%; height: calc(100vh - 80px); align-items: center; justify-content: center; gap: 50px;}
.intro .i_site_box .i_link {width: 450px; height: 450px; padding: 60px 0; text-align: center; background: #fff; border-radius: 40px; border:3px solid #fff; }
.intro .i_site_box .i_link span {display: block;}
.intro .i_site_box .i_link:nth-child(1):hover {background: #3170d9;}
.intro .i_site_box .i_link:nth-child(2):hover {background: #11a9e1;}
.intro .i_site_box .i_link:hover .i_tit,
.intro .i_site_box .i_link:hover .i_txt {color: #fff;}
.intro .i_site_box .i_link:hover .i_logo img {filter: brightness(0) invert(1); }
.intro .i_site_box .i_link:hover .i_btn {background: #fff;}
.intro .i_site_box .i_link .i_logo {display: inline-block; width: 300px; height: 130px; margin-bottom: 30px;}
.intro .i_site_box .i_link .i_logo img {width: 100%; height: 100%; object-fit: contain;}
.intro .i_site_box .i_link .i_tit {margin-bottom: 10px; font-size: 30px; color: #191919; font-weight: 700;}
.intro .i_site_box .i_link .i_txt {margin-bottom: 30px; color: #555;}
.intro .i_site_box .i_link .i_btn {display: inline-block; height: 50px; line-height: 50px; padding: 0 30px; background: #ddd; color: #000; border-radius: 50px;}
.intro .i_footer {display: flex; width: 100%; height: 80px; padding: 20px 100px; justify-content: space-between; align-items: center; background: #fff; position: absolute; left: 0; bottom: 0;}
.intro .i_footer img {height: 30px; object-fit: contain;}
.intro .i_footer .i_left { display: flex; align-items: center; gap: 20px; }
.intro .i_footer .i_select {height: auto; min-width: auto; position: relative; padding: 7px 30px; border: 1px solid #ccc; background: none; border-radius: 10px; text-align: center; cursor: pointer; font-size: 14px;}

.main_visual_02 {padding: 150px 70px; background: url(../../resources/images/main_visual_spp_01.png) center no-repeat; background-size: cover;}
.main_visual_02 .i_inner {max-width: 1200px; margin: 0 auto; position: relative;}
.main_visual_02 .i_left {color: #fff;}
.main_visual_02 .i_left .i_logo {max-width: 460px; margin-bottom: 50px;}
.main_visual_02 .i_left .i_info li {font-size: 26px; font-weight: 700; position: relative;}
.main_visual_02 .i_left .i_info li div {display: inline-block; padding-left: 32px;  position: relative;}
.main_visual_02 .i_left .i_info li + li {margin-top: 20px;}
.main_visual_02 .i_left .i_info li .i_ico {position: absolute; left: 0; top: 3px;}
.main_visual_02 .i_left .i_txt_box {width: 590px; text-align: center;}
.main_visual_02 .i_left .i_txt {margin-top: 40px; padding-top: 40px; font-size: 22px; line-height: 1.5; font-weight: 700; position: relative;}
.main_visual_02 .i_left .i_txt::after {content: ''; display: block; width: 590px; height: 1px; background-color: rgba(255, 255, 255, 0.5); position: absolute; left: 0; top: 0;}
.main_visual_02 .i_right {width: 514px; padding: 50px; background-color: #fff; border-radius: 5px; position: absolute; right: 0; top: 0;}
.main_visual_02 .i_right dl {font-size: 16px;}
.main_visual_02 .i_right dl div {display: flex;}
.main_visual_02 .i_right dl div + div {margin-top: 25px;}
.main_visual_02 .i_right dt {min-width: 112px; color: var(--themesColor); font-weight: 500;}
.main_visual_02 .i_right dd {color: #000; font-weight: 500;}
.main_visual_02 .i_right .i_lt_01 {letter-spacing: 6px;}
.main_visual_02 .i_right .i_lt_02 {letter-spacing: -0.05em;}
.main_visual_02 .i_right .i_link {display: block; width: 100%; height: 68px; line-height: 68px; margin-top: 50px; border-radius: 68px; background-color: #55343C; color: #fff; font-weight: 500; font-size: 24px; text-align: center;}
.main_visual_02 .i_right .i_link span {display: inline-block; padding-right: 46px; background: url(../../resources/images/ico_registration.svg) right center no-repeat;}

.main_visual_03 {background: url(../../resources/images/main_visual_spp_2025.png) center no-repeat; background-size: cover;}
.main_visual_03 .i_inner {max-width: 1200px; height: 1080px; margin: 0 auto;}

.m_dark_theme .main_list_02 .i_title {color: #fff;}
.m_dark_theme .main_list_02 .i_more_btn {color: #fff; border: 1px solid #fff;}
.m_dark_theme .main_visual_02 .i_right .i_link {background-color: var(--themesColor);}
.m_dark_theme .main_visual_02 {background: url(../../resources/images/main/main_visual_02.png) center no-repeat; background-size: cover;}

.goods_list_area {display: flex;}
.goods_list_area .i_list {display: flex; flex-wrap: wrap; gap: 32px; width: calc(100% - 340px);}
.goods_list_area .i_list > li {width: calc(50% - 32px);}
.goods_list_area .i_list :is(a,button) {display: block; color: #111; font: inherit; text-align: left; letter-spacing: -0.05em; word-break: break-all;}
.goods_list_area .i_list .i_img {display: block; height: 350px; margin-bottom: 16px; border: 1px solid #eee;}
.goods_list_area .i_list .i_img img {width: 100%; height: 100%; object-fit: cover;}
.goods_list_area .i_list .i_img .i_txt {display: none;}
.goods_list_area .i_list .i_img.m_disabled {position: relative;}
.goods_list_area .i_list .i_img.m_disabled::after {content: ''; display: block; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.7); position: absolute; left: 0; top: 0;}
.goods_list_area .i_list .i_img.m_disabled .i_txt {display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; color: #fff; font-size: 32px; position: absolute; left: 0; top: 0; z-index: 1;}
.goods_list_area .i_list .i_name {display: block; margin-bottom: 8px; font-size: 20px; font-weight: 700; color: #111;}
.goods_list_area .i_list .i_date {display: block; margin-bottom: 8px; font-size: 16px;}
.goods_list_area .i_list .i_date span {display: block; margin-bottom: 8px; padding-left: 70px; color: #555; position: relative;}
.goods_list_area .i_list .i_date span em {color: #111; font-weight: 500; position: absolute; left: 0; top: 0;}
.goods_list_area .i_list .i_price_box {display: flex; flex-wrap: wrap; gap: 10px; align-items: center;}
.goods_list_area .i_list .i_price_box .i_sale {font-size: 24px; font-weight: 600; color: #FF4218;}
.goods_list_area .i_list .i_price_box .i_price {font-size: 24px; font-weight: 600; word-break: keep-all;}
.goods_list_area .i_list .i_price_box em {font-size: 14px; margin-left: 2px; position: relative; top: -3px;}
.goods_list_area .i_list .i_price_box del {color: #B2B2B2; font-size: 16px; font-weight: 500; margin-right: 2px;}
.goods_list_area .i_list .i_price_box del em {top: 0;}
.goods_list_area .i_payment_box {width: 340px; padding: 24px; border-radius: 20px; border: 1px solid #E5E5E5; background-color: #fff; align-self: flex-start; position: sticky; top: 120px;}
.goods_list_area .i_payment_box .i_tit {padding-bottom: 8px; font-size: 18px; font-weight: 600;}
.goods_list_area .i_payment_box .i_mo_btn {display: none;}
.goods_list_area .i_payment_box .i_cart_box {margin-bottom: 16px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc;}
.goods_list_area .i_payment_box .i_cart:has(li) {max-height: 250px; padding: 16px 0; overflow: auto;}
.goods_list_area .i_payment_box .i_cart li {position: relative;}
.goods_list_area .i_payment_box .i_cart li + li {margin-top: 16px; padding-top: 16px; border-top: 1px solid #eee;}
.goods_list_area .i_payment_box .i_name {margin-bottom: 10px; padding-right: 24px; font-size: 14px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.goods_list_area .i_payment_box .i_price {display: flex; height: 30px; line-height: 30px; align-items: center; gap: 5px; justify-content: flex-end; font-size: 14px; text-align: right;}
.goods_list_area .i_payment_box .i_price del {font-size: 14px; color: #B2B2B2;}
.goods_list_area .i_payment_box .i_price span {font-size: 16px; font-weight: 500;}
.goods_list_area .i_payment_box .i_price em {font-size: 12px; margin-left: 2px;}
.goods_list_area .i_payment_box .i_qty {display: flex; border: 1px solid #ccc; border-radius: 3px; position: absolute; left: 0; bottom: 0;}
.goods_list_area .i_payment_box .i_qty button {display: block; width: 30px; height: 30px;}
.goods_list_area .i_payment_box .i_qty input {width: 40px; height: 30px; font-size: 12px; text-align: center; background-color: #fff; border: 0; border-left: 1px solid #ccc; border-right: 1px solid #ccc;}
.goods_list_area .i_payment_box .i_del {display: block; width: 20px; height: 20px; line-height: 20px; text-align: center; position: absolute; right: 0; bottom: 40px;}
.goods_list_area .i_payment_box .i_total {display: flex; justify-content: space-between;}
.goods_list_area .i_payment_box .i_total dt {display: flex; align-items: center; font-size: 14px;}
.goods_list_area .i_payment_box .i_total dd {font-size: 20px; font-weight: 700;}
.goods_list_area .i_payment_box .i_btnbox {display: flex; gap: 8px; margin-top: 16px;}
.goods_list_area .i_payment_box :is(.i_btn_01,.i_btn_03) {min-width: auto; height: 54px; flex: 1; line-height: 50px; font-size: 16px;}
.goods_list_area .i_payment_box .i_empty_message {display: block; padding: 30px 0; font-size: 14px; text-align: center;}
.goods_list_area .i_payment_box .i_cart:has(li) + .i_empty_message {display: none;}

@media screen and (max-width: 1800px) {
    .matching_wish_search .i_floating::after {content: ''; display: none; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); position: fixed; left: 0; top: 0; z-index: 50;}
    .matching_wish_search .i_floating .i_cont {display: none; left: auto; top: auto; right: 210px; bottom: calc(5% + 140px); z-index: 55;}
    .matching_wish_search .i_floating .i_mo_chk {display: inline-block; position: fixed; right: 210px; bottom: calc(5% + 65px); z-index: 60;}
    .matching_wish_search .i_floating .i_mo_chk input[type="checkbox"] {width: 0px; height: 0px; overflow: hidden; border: solid 0px #fff; opacity: 0; appearance: none; position: absolute; left: 0; top: 0;}
    .matching_wish_search .i_floating .i_mo_chk em {display: inline-block; width: 60px; height: 60px; border-radius: 60px; background: url(../../resources/images/arrow_04_white.svg) center no-repeat #000; background-size: 25px;}
    .matching_wish_search .i_floating .i_mo_chk input[type="checkbox"]:checked + em {transform: rotate(180deg)}
    .matching_wish_search .i_floating:has(input[type="checkbox"]:checked)::after,
    .matching_wish_search .i_floating:has(input[type="checkbox"]:checked) .i_cont {display: block;}
}
@media screen and (max-width: 1300px) {
    .main_list_02 .i_list {flex-wrap: wrap;}
    .main_list_02 .i_list li {width: calc(100% / 4 - 16px);}
    .main_list_02 .i_list .i_img {padding-top: 15vw;}

    .main_visual_02 {padding: 75px 11.4vw;}
    .main_visual_02 .i_left {margin-bottom: 50px;}
    .main_visual_02 .i_left .i_txt_box {width: 100%;}
    .main_visual_02 .i_left .i_txt::after {width: 100%;}
    .main_visual_02 .i_left .i_br {display: none;}
    .main_visual_02 .i_right {width: 100%; margin: 0 auto; position: static;}
    .main_visual_02 .i_right dd br {display: none;}
}
@media screen and (max-width: 1200px) {
    .popup_bookizcon_02 .inner_box {padding: 215px 12.5vw 120px;}
    .popup_bookizcon_02 .i_category_list li {padding: 0 4.16vw; }
    .popup_bookizcon_02 .i_category_list .i_tit {padding-left: 17.08vw; font-size: 3.33vw;}
    .popup_bookizcon_02 .i_category_list .i_tit::after {width: 17.08vw;}
    .popup_bookizcon_02 .i_category_list .i_btn {width: 17.66vw; font-size: 2.66vw; right: 8vw;}
}
@media screen and (max-width: 1024px) {
    .popup_aigf_intro .i_txt_box::after {background-size: 300px;}
    .popup_aigf_intro .i_txt_box div {background-size: 240px !important;}
    .popup_aigf_intro .inner_box {width: 100%;}
    .popup_aigf_intro .i_btn_box a {width: 260px; height: 60px; margin: 23px; line-height: 60px; border-radius: 60px; font-size: 20px;}
}
@media screen and (max-width: 1000px) {
    .intro .i_site_box {gap: 20px;}
    .intro .i_site_box .i_link {width: 350px; height: 350px; padding: 50px 0;}
    .intro .i_site_box .i_link .i_logo {width: 200px; height: 100px; margin-bottom: 15px;}
    .intro .i_site_box .i_link .i_tit {font-size: 20px;}
    .intro .i_site_box .i_link .i_txt {margin-bottom: 15px;}
    .intro .i_footer {padding: 20px 50px;}

    .payment_information .header {top: 94px;}
    .payment_information .header .title_box {padding: 0 30px;}

    .product_purchase .header {top: 94px;}
    .product_purchase .header .title_box {padding: 0 30px;}

    .adasia_accommodation {min-width: 100%; margin-top: 40px;}
    .adasia_accommodation .title {margin-bottom: 20px; font-size: 32px;}
    .adasia_accommodation .txt_list {margin-top: 20px;}
    .adasia_accommodation .txt_list li {font-size: 14px;}
    .adasia_accommodation .list {margin-top: 40px; padding-top: 40px; border-top: 2px solid #000;}
    .adasia_accommodation .list ul {width: 100%; margin-top: 0; padding-top: 0; border-top: 0 solid #e5e5e5;}
    .adasia_accommodation .list ul li {width: 100%; margin: 0 0 40px;}
    .adasia_accommodation .list ul li .info_box {height: auto; margin-bottom: 20px;}
    .adasia_accommodation .list ul li .info dd {font-size: 14px; word-break: break-all;}
    .adasia_accommodation .list ul li .btn_box .btn52 {font-size: 14px;}

    .matching_wish_search .i_floating .i_cont {right: 10px; bottom: 220px;}
    .matching_wish_search .i_floating .i_mo_chk {right: 10px; bottom: 145px;}

    .main_visual_03 {background: url(../../resources/images/main_visual_spp_2025_mo.png) center no-repeat #0DAB86; background-size: 100% auto;}
    .main_visual_03 .i_inner {height: 211.11vw;}
}
@media screen and (max-width: 768px) {
    .register_01 {width: 100%; padding: 16.67vw 0 27.78vw;}
    .register_01 .title {margin-bottom: 30px; padding-bottom: 40px; font-size: 32px;}
    .register_01 .txt_02 {text-align: left;}
    .register_01 .list {width: 100%; margin-bottom: 20px;}
    .register_01 .list li {width: 100%; margin: 0 0 12px 0;}
    .register_01 .list_select {width: 100%; margin-bottom: 20px;}
    .register_01 .list_select li {width: 100%; margin: 0 0 12px 0;}
    .register_01 .list_select li .radio {width: calc(73% - 5px);}
    .register_01 .list_select li select {width: 27%; height: 106.79px;}
    .register_01 .list_info > div {padding: 20px;}
    .register_01 .list_info dt {font-size: 18px;}
    .register_01 .list_info dt::after {top: 2px;}
    .register_01 .list_info dd br {display: none;}
    .register_01 .total {margin: 32px 0 40px; padding: 20px 0;}
    .register_01 .total .price {font-size: 16px;}
    .register_01 .total .price em {font-size: 16px;}
    .register_01 .total .price strong {font-size: 28px;}
    .register_01 .btn62 {width: 100%;}

    .register_02 {width: 100%; padding: 16.67vw 0 31.11vw;}
    .register_02 .title {margin-bottom: 30px; padding-bottom: 40px; font-size: 32px;}
    .register_02 .list {width: 100%;}
    .register_02 .list li {width: 100%; margin-right: 0; margin-bottom: 16px;}
    .register_02 .list li:last-child {margin-bottom: 0;}
    .register_02 .list li div {height: 253px;}
    .register_02 .list li .ico_01,
    .register_02 .list li .ico_02,
    .register_02 .list li .ico_03 {width: 100px; height: 100px; top: 24px; right: 24px;}
    .register_02 .list li .ico_01 {background-size: 58px;}
    .register_02 .list li .ico_02 {background-size: 72px;}
    .register_02 .list li .ico_03 {background-size: 72px;}
    .register_02 .list li .name {font-size: 20px; left: 24px; top: 144px;}
    .register_02 .list li .btn43 {left: 24px; top: 186px;}

    .payment_information {padding: 0 0 50px;}
    .payment_information .header {width: 100%; height: auto; margin-bottom: 40px; position: static;}
    .payment_information.scroll .header {box-shadow: none;}
    .payment_information .header .both_area {width: 100%;}
    .payment_information .header .cont-top {margin-bottom: 60px;}
    .payment_information .header .share-area {top: 3px;}
    .payment_information .header .share-area .sns-list {top: 50px;}
    .payment_information .header .share-btn {width: 40px; height: 40px; background-size: 40px;}
    .payment_information .header .title_box {padding: 0;}
    .payment_information .header .title {font-size: 32px;}
    .payment_information .contents {width: 100%; padding-right: 0;}
    .payment_information .subtitle {margin-bottom: 0;}
    .payment_information .input_form.mb {margin-bottom: 20px;}
    .payment_information .input_form .type_01 {padding-left: 100px;}
    .payment_information .input_form .type_02 {padding: 24px 0;}
    .payment_information .input_form .type_02 dt {position: static;}
    .payment_information .input_form .type_02 dd {padding: 12px 0 0 0;}
    .payment_information .radio:last-child {margin-bottom: 0;}
    .payment_information .txt_box {margin-top: 40px; padding: 24px;}
    .payment_information .txt_box .tit {margin-bottom: 16px; font-size: 18px;}
    .payment_information .payment_box {width: 100%; padding: 44px 20px 40px; border-radius: 20px 20px 0 0; border: 0 solid #fff; box-shadow: 0px -6px 10px rgba(0, 0, 0, 0.08); position: fixed; left: 0; top: auto; bottom: 0; z-index: 10;}
    .payment_information .payment_box .subtitle {display: none;}
    .payment_information .payment_box .btn_switch {display: block; width: 24px; height: 24px; background: url(../../resources/images/arrow_03.svg) center no-repeat; position: absolute; left: calc(50% - 12px); top: 12px;}
    .payment_information .payment_box.open .btn_switch {transform: rotate(180deg);}
    .payment_information .payment_box dl {margin-bottom: 8px;}
    .payment_information .payment_box dl > div {display: none; margin-top: 0; background: #F8F8F8;}
    .payment_information .payment_box.open dl > div {display: block;}
    .payment_information .payment_box dl > div:first-child {margin-top: 0;}
    .payment_information .payment_box dl > div:nth-child(1) {padding: 16px 16px 4px 16px;}
    .payment_information .payment_box dl > div:nth-child(2) {padding: 0 16px 16px 16px;}
    .payment_information .payment_box dl dt {font-size: 14px;}
    .payment_information .payment_box dl dd {font-size: 14px; top: 0;}
    .payment_information .payment_box dl .total {display: block; padding-top: 8px; border-top: 0 dashed #fff; background: #fff;}
    .payment_information .payment_box.open dl .total {padding-top: 18px;}
    .payment_information .payment_box dl .total dt {font-size: 16px; font-weight: 500;}
    .payment_information .payment_box dl .total dd {font-size: 16px; position: relative; top: -5px;}
    .payment_information .payment_box dl .total dd strong {font-size: 24px;}
    .payment_information .payment_box .btn_box {width: calc(100% + 8px); overflow: hidden;}
    .payment_information .payment_box .btn_box .btn62 {width: calc(50% - 8px); margin-top: 0; margin-right: 8px; float: left;}
    .payment_information .payment_box .btn_box .btn62:first-child {margin-top: 0; float: right;}

    .payment_list_01 {width: 100%; padding: 0 0 50px;}
    .payment_list_01 .title {font-size: 32px; margin-bottom: 40px;}
    .payment_list_01 .subtitle {padding-bottom: 16px; margin-bottom: 20px;}
    .payment_list_01 .info_box {width: 100%; margin-bottom: 0;}
    .payment_list_01 .info_box > div {width: 100%; margin: 0 0 32px;}
    .payment_list_01 .info_box .info > div {margin-top: 12px; padding-left: 100px;}
    .payment_list_01 .total_box {margin-bottom: 0; padding: 0; border-bottom: 0 solid #fff;}
    .payment_list_01 .total_box > div {width: 100%; height: auto; min-height: 28px; margin-bottom: 18px; padding: 0; text-align: left; border-left: 0 dashed #fff; position: relative;}
    .payment_list_01 .total_box > div:first-child {border-left: 0 solid #fff;}
    .payment_list_01 .total_box dt {margin-bottom: 0; font-size: 16px; position: absolute; left: 0; top: 3px;}
    .payment_list_01 .total_box dd {float: right; text-align: right;}
    .payment_list_01 .total_box dd .price {color: #333;}
    .payment_list_01 .total_box dd .price strong {margin-right: 2px; font-size: 20px; top: 1px; color: #111;}
    .payment_list_01 .total_box dd .txt {margin-top: 0; padding: 0; background-color: #fff;}
    .payment_list_01 .total_box dd .txt em {padding-left: 0; color: #666;}
    .payment_list_01 .total_box dd .txt em::after {display: none;}
    .payment_list_01 .total_box .total {margin-bottom: 0; padding-top: 20px; border-top: 1px solid #e5e5e5;}
    .payment_list_01 .total_box .total dt {top: 27px;}
    .payment_list_01 .total_box .total dd .price strong {font-size: 24px;}
    .payment_list_01 .total_box dd .price.cRed {color: #ff4949 !important;}
    .payment_list_01 .total_box dd .price.cRed strong {color: #ff4949;}
    .payment_list_01 .caution_box {margin-bottom: 0;}
    .payment_list_01 .btn_box {width: calc(100% + 12px); padding: 20px 20px 40px; background-color: #fff; box-sizing: border-box; overflow: hidden; position: fixed; left: 0; bottom: 0; z-index: 20;}
    .payment_list_01 .btn_box .btn62 {width: calc(50% - 12px); margin: 0 12px 0 0; float: left;}

    .payment_list_02 {width: 100%; padding: 30px 0 50px;}
    .payment_list_02 .title {margin-bottom: 40px; font-size: 32px;}
    .payment_list_02 .subtitle {margin-bottom: 20px; padding-bottom: 12px; font-size: 20px;}
    .payment_list_02 .info_box {margin-bottom: 24px; padding: 32px 24px;}
    .payment_list_02 .info_box .info > div {margin-top: 12px; padding-left: 100px;}
    .payment_list_02 .info_box .total_box > div {margin-top: 12px; padding-left: 80px;}
    .payment_list_02 .info_box .total_box dd {text-align: right;}
    .payment_list_02 .info_box .total_box dd .txt {display: inline-block; margin-left: 4px; font-size: 14px; color: #666;}
    .payment_list_02 .info_box .total_box .total {margin-top: 20px; padding-top: 20px; border-top: 1px solid #E5E5E5; overflow: hidden;}
    .payment_list_02 .info_box .total_box .total dt {font-size: 16px; top: 23px;}
    .payment_list_02 .info_box .total_box .total dd {float: right;}
    .payment_list_02 .info_box .total_box .total dd .price strong {font-size: 24px;}
    .payment_list_02 .caution_box {margin: 0;}
    .payment_list_02 .btn_box {width: calc(100% + 12px); padding: 20px 20px 40px; background-color: #fff; box-sizing: border-box; overflow: hidden; position: fixed; left: 0; bottom: 0; z-index: 20;}
    .payment_list_02 .btn_box .btn62 {width: calc(50% - 12px); margin: 0 12px 0 0; float: left;}

    .product_purchase {padding: 0 0 50px;}
    .product_purchase .header {width: 100%; height: auto; margin-bottom: 40px; position: static;}
    .product_purchase.scroll .header {box-shadow: none;}
    .product_purchase .header .both_area {width: 100%;}
    .product_purchase .header .cont-top {margin-bottom: 60px;}
    .product_purchase .header .share-area {top: 3px;}
    .product_purchase .header .share-area .sns-list {top: 50px;}
    .product_purchase .header .share-btn {width: 40px; height: 40px; background-size: 40px;}
    .product_purchase .header .title_box {padding: 0;}
    .product_purchase .header .title {font-size: 32px;}
    .product_purchase .contents {width: 100%; padding-right: 0;}
    .product_purchase .subtitle {margin-bottom: 0;}
    .product_purchase .input_form.mb {margin-bottom: 20px;}
    .product_purchase .input_form .type_01 {padding-left: 100px;}
    .product_purchase .input_form .type_02 {padding: 24px 0;}
    .product_purchase .input_form .type_02 dt {position: static;}
    .product_purchase .input_form .type_02 dd {padding: 12px 0 0 0;}
    .product_purchase .txt_box {margin-top: 40px; padding: 24px;}
    .product_purchase .txt_box .tit {margin-bottom: 16px; font-size: 18px;}
    .product_purchase .payment_box {width: 100%; padding: 44px 20px 40px; border-radius: 20px 20px 0 0; border: 0 solid #fff; box-shadow: 0px -6px 10px rgba(0, 0, 0, 0.08); position: fixed; left: 0; top: auto; bottom: 0; z-index: 10;}
    .product_purchase .payment_box .subtitle {display: none;}
    .product_purchase .payment_box .btn_switch {display: block; width: 24px; height: 24px; background: url(../../resources/images/arrow_03.svg) center no-repeat; position: absolute; left: calc(50% - 12px); top: 12px;}
    .product_purchase .payment_box.open .btn_switch {transform: rotate(180deg);}
    .product_purchase .payment_box dl {margin-bottom: 8px;}
    .product_purchase .payment_box dl > div {display: none; margin-top: 0; background: #F8F8F8;}
    .product_purchase .payment_box.open dl > div {display: block;}
    .product_purchase .payment_box dl > div:first-child {margin-top: 0;}
    .product_purchase .payment_box dl > div:nth-child(1) {padding: 16px 16px 4px 16px;}
    .product_purchase .payment_box dl > div:nth-child(2) {padding: 0 16px 16px 16px;}
    .product_purchase .payment_box dl dt {font-size: 14px;}
    .product_purchase .payment_box dl dd {font-size: 14px; top: 0;}
    .product_purchase .payment_box dl .total {display: block; padding-top: 8px; border-top: 0 dashed #fff; background: #fff;}
    .product_purchase .payment_box.open dl .total {padding-top: 18px;}
    .product_purchase .payment_box dl .total dt {font-size: 16px; font-weight: 500;}
    .product_purchase .payment_box dl .total dd {font-size: 16px; position: relative; top: -5px;}
    .product_purchase .payment_box dl .total dd strong {font-size: 24px;}
    .product_purchase .payment_box .btn_box {width: calc(100% + 8px); overflow: hidden;}
    .product_purchase .payment_box .btn_box .btn62 {width: calc(50% - 8px); margin-top: 0; margin-right: 8px; float: left;}
    .product_purchase .payment_box .btn_box .btn62:first-child {margin-top: 0; float: right;}
    .product_purchase .product_info_area {margin-bottom: 40px;}
    .product_purchase .product_info_area .list li .title {margin-bottom: 2px;}
    .product_purchase .product_info_area .list li .title .badge {display: inline-block; width: 52px; height: 26px; margin-right: 5px; line-height: 26px; color: #fff; font-weight: 900; font-size: 12px; text-align: center; background: #111; border-radius: 26px; position: relative; top: -2px;}
    .product_purchase .product_info_area .list li .code {margin-bottom: 12px;}
    .product_purchase .product_info_area .list li .price_box {float: left;}
    .product_purchase .product_info_area .list li .price_box span {text-align: left;}
    .product_purchase .product_info_area .message_box {padding-left: 0;}
    .product_purchase .product_info_area .message_box .title {display: block; margin-bottom: 12px; position: static;}
    .product_purchase .payment_info_area {margin-bottom: 40px;}
    .product_purchase .payment_info_area .list {margin-top: 17px;}
    .product_purchase .payment_info_area .list li {padding: 7px 0;}
    .product_purchase .payment_info_area .list li .detail_box {margin-top: 9px; padding: 20px 16px;}
    .product_purchase .payment_info_area .list li.total {margin-top: 24px; padding-top: 24px; border-top: 1px solid #E5E5E5;}
    .product_purchase .payment_info_area .list li.total .price em {font-size: 24px;}
    .product_purchase .payment_method_area .tab_button {margin-bottom: 16px;}
    .product_purchase .payment_method_area .tab_button .radiotab {width: calc(100% / 2);}
    .product_purchase .payment_method_area .tab_cont {margin-bottom: 24px; padding: 24px;}
    .product_purchase .payment_method_area .tab_cont .list > li {padding-left: 0;}
    .product_purchase .payment_method_area .tab_cont .list > li .title {display: block; margin-bottom: 12px; position: static;}
    .product_purchase .product_info_list .product {height: 120px; margin-bottom: 16px; padding: 0 0 0 80px;}
    .product_purchase .product_info_list .product .checkbox {top: 25px;}
    .product_purchase .product_info_list .product_img {width: 68px; height: 68px;}
    .product_purchase .product_info_list .product_name {margin-bottom: 2px; padding-top: 9px;}
    .product_purchase .product_info_list .qty {display: inline-block; margin-right: 8px; font-size: 18px; position: static;}
    .product_purchase .product_info_list .qty_price {position: absolute; left: 0; top: 80px;}
    .product_purchase .product_info_list .qty_price .price {font-size: 18px; position: static;}
    .product_purchase .product_info_list .price {font-size: 18px;}
    .product_purchase .product_info_list .item_name {margin-bottom: 3px; padding-right: 0;}
    .product_purchase .product_info_list .item_price {margin-top: 8px; text-align: left; position: static;}
    .product_purchase .product_info_list .item_price .price_01 {margin-bottom: 0;}
    .product_purchase .product_info_list .option_box {padding: 20px 20px 20px 88px;}
    .product_purchase .product_info_list .option_box .tit {left: 16px; top: 22px;}
    .product_purchase .product_info_list .option_list li {margin-right: 4px;}

    .purchase_history_detail {width: 100%; margin: 0 auto 100px;}
    .purchase_history_detail .head_title {margin-bottom: 30px; font-size: 32px;}
    .purchase_history_detail .subtitle {margin-bottom: 20px; padding-bottom: 12px; font-size: 20px;}
    .purchase_history_detail section {margin-bottom: 30px; padding: 24px;}
    .purchase_history_detail .section_01 .info {margin-bottom: 32px;}
    .purchase_history_detail .section_01 .info > div {margin-bottom: 12px; padding-left: 100px;}
    .purchase_history_detail .section_02 .list {margin-bottom: 0;}
    .purchase_history_detail .section_02 .list li {margin-bottom: 8px; padding: 16px 0;}
    .purchase_history_detail .section_02 .list li.item {margin-bottom: 0; padding: 8px 0;}
    .purchase_history_detail .section_02 .list li .title {margin-bottom: 2px;}
    .purchase_history_detail .section_02 .list li .code {margin-bottom: 8px;}
    .purchase_history_detail .section_02 .list li .price_box {width: 100%; float: left;}
    .purchase_history_detail .section_02 .list li .price_box span {text-align: left;}
    .purchase_history_detail .section_02 .list li .price_box .price_01 {font-weight: 500; font-size: 14px; color: #B6B6B6;}
    .purchase_history_detail .section_02 .list li .price_box .price_01 em {font-size: 16px; text-decoration: line-through;}
    .purchase_history_detail .section_02 .list li .price_box .price_02 {font-size: 14px; font-weight: 600; color: #111;}
    .purchase_history_detail .section_02 .list li .price_box .price_02 em {font-size: 18px; font-weight: 700;}
    .purchase_history_detail .section_02 .list li .price_box .price_03 {font-weight: 500; font-size: 14px; color: #B6B6B6;}
    .purchase_history_detail .section_02 .list li .price_box .price_03 em {font-size: 16px;}
    .purchase_history_detail .section_02 .option_box {margin-bottom: 16px; padding: 20px 20px 20px 88px;}
    .purchase_history_detail .section_02 .option_box .title {left: 16px; top: 20px;}
    .purchase_history_detail .section_02 .message_box {padding: 16px 0 0 0;}
    .purchase_history_detail .section_02 .message_box .title {margin-bottom: 4px; position: static;}
    .purchase_history_detail .section_03 {margin-bottom: 50px;}
    .purchase_history_detail .section_03 .list li .detail_box {margin-top: 4px; padding: 20px 16px;}
    .purchase_history_detail .section_03 .list li .detail_box > div {margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid #E5E5E5;}
    .purchase_history_detail .section_03 .list li .detail_box > div:last-child {margin-bottom: 0; padding-bottom: 0; border-bottom: 0 solid #fff;}
    .purchase_history_detail .section_03 .list li .detail_box > div span {display: block;}
    .purchase_history_detail .section_03 .list li .detail_box .price {width: 100%; margin-top: 4px; float: left;}
    .purchase_history_detail .section_03 .list li .detail_box .price.type {margin-top: 0; float: right;}
    .purchase_history_detail .section_03 .list li.total {margin-top: 10px; padding: 10px 0 0 0;}
    .purchase_history_detail .section_03 .list li.total .title {padding-top: 3px;}
    .purchase_history_detail .section_03 .list li.total .price em {font-size: 24px;}
    .purchase_history_detail .btn_box {width: calc(100% + 12px); overflow: hidden;}
    .purchase_history_detail .btn_box .btn62 {width: calc(100% / 2 - 12px); margin: 0 12px 0 0; float: left;}
    .purchase_history_detail .product_info_list .product {height: 120px; margin-bottom: 16px; padding: 0 0 0 80px;}
    .purchase_history_detail .product_info_list .product .checkbox {top: 25px;}
    .purchase_history_detail .product_info_list .product_img {width: 68px; height: 68px;}
    .purchase_history_detail .product_info_list .product_name {margin-bottom: 2px; padding-top: 9px;}
    .purchase_history_detail .product_info_list .qty {display: inline-block; font-size: 18px;}
    .purchase_history_detail .product_info_list .qty_price {right: auto; left: 0; top: 80px;}
    .purchase_history_detail .product_info_list .qty_price .price {font-size: 18px;}
    .purchase_history_detail .product_info_list .price {font-size: 18px;}
    .purchase_history_detail .product_info_list .item_list .i_qr {width: 140px; margin-top: 10px; position: static;}
    .purchase_history_detail .product_info_list .item_name {margin-bottom: 3px; padding-right: 0;}
    .purchase_history_detail .product_info_list .m_qr_view .item_name {padding-right: 0;}
    .purchase_history_detail .product_info_list .item_price {margin-top: 8px; text-align: left; position: static;}
    .purchase_history_detail .product_info_list .item_price .price_01 {margin-bottom: 0;}
    .purchase_history_detail .product_info_list .option_box {padding: 20px 20px 20px 88px;}
    .purchase_history_detail .product_info_list .option_box .tit {left: 16px; top: 22px;}
    .purchase_history_detail .product_info_list .option_list li {margin-right: 4px;}
    .purchase_history_detail .message_area {margin-top: 24px; padding: 24px 0 0;}
    .purchase_history_detail .message_area dt {margin-bottom: 4px; position: static;}

    .register_product {width: 100%; margin: 0 auto 100px;}
    .register_product_header {margin-bottom: 40px;}
    .register_product_header .photo_area {width: 100%; margin-bottom: 40px;}
    .register_product_header .photo_area .slider_for {height: 113.88vw; margin-bottom: 0; overflow: hidden;}
    .register_product_header .photo_area .slider_for img {width: 100%; min-height: 113.88vw; border-radius: 0; object-fit: cover;}
    .register_product_header .photo_area .slider_for .slick-dots {bottom: 18px;}
    .register_product_header .photo_area .slider_for .slick-dots li {width: auto; height: auto; margin: 0 2px;}
    .register_product_header .photo_area .slider_for .slick-dots li button {width: 4px; height: 4px; padding: 0; background-color: #fff; border-radius: 4px; opacity: 0.5;}
    .register_product_header .photo_area .slider_for .slick-dots li.slick-active button {width: 6px; height: 6px; opacity: 1;}
    .register_product_header .photo_area .slider_for .slick-dots li button:before {display: none;}
    .register_product_header .photo_area .slider_nav {display: none;}
    .register_product_header .info_area {width: 100%; padding: 0 20px; float: right; overflow: hidden;}
    .register_product_header .info_area .code {font-size: 14px;}
    .register_product_header .info_area .title {margin-bottom: 12px; font-size: 24px;}
    .register_product_header .info_area .price_box {margin-bottom: 20px;}
    .register_product_header .info_area .price_box .sale {font-size: 24px;}
    .register_product_header .info_area .price_box .price_01 {font-size: 16px;}
    .register_product_header .info_area .price_box .price_01 em {top: -1px;}
    .register_product_header .info_area .price_box .price_02 {font-size: 24px;}
    .register_product_header .info_area .price_box .price_02 em {top: -3px;}
    .register_product_header .info_area .badge {margin-bottom: 20px;}
    .register_product_header .info_area .comment {margin-bottom: 0;}
    .register_product_header .info_area .comment::after {width: 100vw; height: 8px; background-color: #E5E5E5; left: -20px;}

    .register_product_header .option_total {display: block; width: 100%; padding: 40px 20px 20px; border-radius: 20px 20px 0 0; box-shadow: 0px -6px 10px 0px rgba(0, 0, 0, 0.078); box-sizing: border-box; background-color: #fff; position: fixed; left: 0; bottom: 0; z-index: 20;}
    .register_product_header .option_total .btn_switch {display: block; width: 24px; height: 24px; background: url(../../resources/images/arrow_03.svg) center no-repeat; position: absolute; left: calc(50% - 12px); top: 8px;}
    .register_product_header .option_total.open .btn_switch {transform: rotate(180deg);}
    .register_product_header .option_box {display: none; height: 88.88vw; margin-bottom: 10px; padding-bottom: 20px; overflow: auto;}
    .register_product_header .option_total.open .option_box {display: block;}
    .register_product_header .option_box > div {margin-bottom: 16px;}
    .register_product_header .select .option_list li {padding: 9px 10px; position: relative; font-size: 15px;}
    .register_product_header .select .option_list li:has(.btn30) .checkbox {padding: 0 80px 0 27px;}
    .register_product_header .select .option_list li .btn30 {position: absolute; right: 16px; top: 7px;}
    .register_product_header .select .checkbox {margin-bottom: 6px;}
    .register_product_header .select .option_list li:last-child {border-bottom: none;}
    .register_product_header .select .option_title {display: block; margin-bottom: 11px; color: #111; font-weight: 500;}
    .register_product_header .select .option_price_01 {font-size: 14px;}
    .register_product_header .select .option_price_02 strong {font-size: 16px;}
    .register_product_header .selected_options {margin-top: 8px; padding: 16px; border-radius: 5px; position: relative;}
    .register_product_header .selected_options .option_title {margin-bottom: 5px; padding: 0 70px 0 0; border-bottom: 0 solid #fff;}
    .register_product_header .selected_options .option_title .btn30 {position: absolute; right: 16px; top: 12px;}
    .register_product_header .selected_options .option_price .price_01 {font-size: 14px;}
    .register_product_header .selected_options .option_price .price_02 strong {font-size: 16px;}
    .register_product_header .selected_options .list_title {padding: 0 50% 0 0;}
    .register_product_header .selected_options .list_price {top: 0;}
    .register_product_header .selected_options .list_price strong {font-size: 16px; top: 0;}
    .register_product_header .selected_options .i_price {top: 0;}
    .register_product_header .selected_options .i_price strong {font-size: 16px; top: 0;}
    .register_product_header .total_btn {padding-top: 0; border-top: 0 solid #fff;}
    .register_product_header .open .total_btn::after {content: ''; display: block; width: 100vw; height: 1px; background-color: #ccc; position: absolute; left: -20px; top: -10px;}
    .register_product_header .total_btn .total_box {display: none; margin-bottom: 12px;}
    .register_product_header .total_btn .total_box .i_tit {top: 6px;}
    .register_product_header .open .total_btn .total_box {display: block;}
    .register_product_header .total_btn .total_price strong {font-size: 24px; top: 3px;}
    .register_product_header .total_btn .btn_box .btn62 {height: 55px; line-height: 55px;}
    .register_product_header .total_btn .input_qty_box {display: none; margin-bottom: 8px; padding: 12px; background-color: #F6F6F6; position: relative;}
    .register_product_header .open .total_btn .input_qty_box {display: block;}
    .register_product_header .total_btn .input_qty_box .price {display: block; color: #111; font-weight: 600; font-family: 'Montserrat'; position: absolute; right: 12px; top: 18px;}
    .register_product_header .total_btn .input_qty_box .price em {font-size: 14px; position: relative; top: -1px;}
    .register_product_header .total_btn .input_qty {width: 112px; height: 32px; padding: 0 32px; position: relative; top: 0;}
    .register_product_header .total_btn .input_qty .qty_minus,
    .register_product_header .total_btn .input_qty .qty_plus {width: 32px; height: 32px;}
    .register_product_header .total_btn .input_qty .qty_it {height: 32px; font-size: 14px;}
    .register_product_cont {padding: 0 20px;}
    .register_product_cont .cont {margin-bottom: 60px; padding-bottom: 80px; border-bottom: 1px solid #ccc;}
    .register_product_cont .btn_area .btn62 {width: 100%;}

    .product_list {width: 100%; padding: 40px 20px 100px; box-sizing: border-box;}
    .product_list .search_area {margin-bottom: 40px; padding: 0 0 24px;}
    .product_list .search_area .fl,
    .product_list .search_area .fr {width: 100%;}
    .product_list .search_area .fl {margin-bottom: 12px; position: relative;}
    .product_list .search_area select {width: 40%; height: 40px; margin-right: 5px; vertical-align: top;}
    .product_list .search_area .btn_reset {width: 40px; height: 40px; border: 1px solid #ccc; border-radius: 5px; background: url(../../resources/images/ico_reset.svg) center no-repeat;}
    .product_list .search_area .btn_reset span {display: none;}
    .product_list .input_search input[type=text] {width: 100%; height: 40px; padding: 0 40px 0 10px;}
    .product_list .input_search .btn_search {width: 40px; height: 40px;}
    .product_list .category_title {margin-bottom: 4px;}
    .product_list .category_subtitle {margin-bottom: 30px;}
    .product_list .btn62 {width: 100%;}

    .cart {width: 100%; padding: 40px 0 80px;}
    .cart .title {margin-bottom: 40px; font-size: 32px;}
    .cart .list_area {margin-bottom: 40px;}
    .cart .list_title {margin-bottom: 12px; position: relative;}
    .cart .list_title .count {position: absolute; right: 0; top: 8px;}
    .cart .list_title .count strong {font-weight: 700;}
    .cart .list {margin-bottom: 20px;}
    .cart .list .head {border-top: 0 solid #fff; border-bottom: 2px solid #111;}
    .cart .list .head > div {padding: 5px 0 10px; display: none;}
    .cart .list .head > div:nth-child(1) {width: 100%; display: block; text-align: left;}
    .cart .list .head .checkbox span {display: inline-block; font-weight: 400;}
    .cart .list .body li {padding: 24px 0; position: relative;}
    .cart .list .body li > div {display: block; height: auto; text-align: left;}
    .cart .list .head > div,
    .cart .list .body li > div {float: none; width: auto !important;}
    .cart .list .chk_box {margin-bottom: 12px;}
    .cart .list li > div.info_box {padding: 3px 0 0 80px;}
    .cart .list .info_box .img {width: 68px; height: 68px;}
    .cart .list .product_name {width: 70vw !important; position: absolute; left: 32px; top: -38px;}
    .cart .list .product_code {margin-bottom: 4px;}
    .cart .list .price_box {position: absolute; right: 12px; top: 150px;}
    .cart .list .price_box span {display: inline-block;}
    .cart .list .price_box .price {font-size: 14px;}
    .cart .list .price_box .price em {font-size: 10px;}
    .cart .list .del_price {font-size: 8px; position: relative; top: -1px;}
    .cart .list .del_price del {font-size: 12px;}
    .cart .list .option_box {margin-bottom: 25px; padding-left: 80px;}
    .cart .list .option {display: inline-block; margin-right: 4px; font-size: 14px;}
    .cart .list .qty_box {padding: 28px 12px 12px; background-color: #F6F6F6; border-radius: 5px;}
    .cart .list .total_box {position: absolute; right: 12px; top: 174px;}
    .cart .list .btn_box {position: absolute; right: 0; top: 19px;}
    .cart .list .btn_box .btn40 {display: none;}
    .cart .list .btn_box .btn_delete {display: block; width: 24px; height: 24px; line-height: 24px; margin: 0; padding: 0; border: 0 solid #fff; position: relative;}
    .cart .list .btn_box .btn_delete::before {content: '✕'; display: block; width: 24px; height: 24px; font-size: 20px; line-height: 24px; text-align: center; color: #B6B6B6; position: absolute; left: 0; top: 0;}
    .cart .list .btn_box .btn_delete span {opacity: 0; font-size: 0;}
    .cart .list + .btn40 {display: none;}
    .cart .total_area {margin-bottom: 0;}
    .cart .total_area .total_title {display: block; margin-bottom: 12px; font-size: 24px;}
    .cart .total_area .total_box {padding-top: 24px; border-bottom: 0 solid #fff;}
    .cart .total_area .total_box > div {width: 100%; margin-bottom: 15px; padding: 0; text-align: left; overflow: hidden;}
    .cart .total_area .total_box > div:last-child {margin-bottom: 0; padding: 20px 0 0 0; background-color: #fff; border-top: 1px solid #ccc;}
    .cart .total_area .total_box > div:last-child dd {font-size: 24px;}
    .cart .total_area .total_box > div:nth-child(2)::after,
    .cart .total_area .total_box > div:last-child::after {display: none;}
    .cart .total_area .total_box dt {margin-bottom: 0; float: left; position: relative; top: 3px;}
    .cart .total_area .total_box dd {font-size: 20px; float: right;}
    .cart .total_area .total_box dd em {top: -4px;}
    .cart .btn_area {width: 100%; padding: 40px 20px; box-shadow: 0px -6px 10px 0px rgba(0, 0, 0, 0.08); border-radius: 20px 20px 0 0; box-sizing: border-box; position: fixed; left: 0; bottom: 0; background-color: #fff; z-index: 20;}
    .cart .btn_area .both_area {width: calc(100% + 8px);}
    .cart .btn_area .both_area > div {width: calc(100% / 2 - 8px); margin-right: 8px;}
    .cart .btn_area .both_area .btn62 {width: 100%;}
    .cart .btn_area .fr button {margin-left: 0;}
    .cart .btn_area .fr .btn62 {display: none;}
    .cart .btn_area .fr .btn62.white {display: block; background-color: #111; border: 1px solid #111; color: #fff;}
    .cart .btn_area .fr .btn62 .pc_hide {display: inline-block;}
    .cart .btn_area .btn_switch {display: block; width: 24px; height: 24px; background: url(../../resources/images/arrow_03.svg) center no-repeat; position: absolute; left: calc(50% - 12px); top: 12px;}
    .cart .btn_area.open .btn_switch {transform: rotate(180deg);}
    .cart .btn_area .price_info {display: block; margin-bottom: 12px;}
    .cart .btn_area .price_info > div {display: none; margin-top: 0; background: #F8F8F8; overflow: hidden;}
    .cart .btn_area.open .price_info > div {display: block;}
    .cart .btn_area .price_info > div:first-child {margin-top: 0;}
    .cart .btn_area .price_info > div:nth-child(1) {padding: 16px 16px 4px 16px;}
    .cart .btn_area .price_info > div:nth-child(2) {padding: 0 16px 16px 16px;}
    .cart .btn_area .price_info dt {float: left; font-size: 14px; font-weight: 400;}
    .cart .btn_area .price_info dd {float: right; font-size: 14px; font-weight: 600; font-family: 'Montserrat';}
    .cart .btn_area .price_info .total {display: block; background: #fff;}
    .cart .btn_area.open .price_info .total {padding-top: 18px;}
    .cart .btn_area .price_info .total dt {font-weight: 500;}
    .cart .btn_area .price_info .total dt strong {font-weight: 700;}
    .cart .btn_area .price_info .total dd {position: relative; top: -10px;}
    .cart .btn_area .price_info .total dd strong {font-size: 24px; position: relative; top: 3px;}
    .cart .none {padding: 80px 0 0;}
    .cart .none .txt_01 {margin-bottom: 5px; font-size: 20px;}
    .cart .none .txt_02 {margin-bottom: 20px; font-size: 16px;}
    .cart .none .btn62 {width: 50%;}
    .cart .i_head {border-top: 0 solid #fff; border-bottom: 2px solid #111;}
    .cart .i_head > div,
    .cart .i_body li > div {width: auto !important; min-height: auto; float: none;}
    .cart .i_head > div {display: none; padding: 5px 0 10px;}
    .cart .i_head > div:nth-child(1) {display: block; width: 100%; text-align: left;}
    .cart .i_head .checkbox span {display: inline-block; font-weight: 400;}
    .cart .i_body li {padding: 24px 0; position: relative;}
    .cart .i_body li > div {height: auto; text-align: left;}
    .cart .list .i_body .chk_box {position: absolute; left: 0; top: 24px; z-index: 1;}
    .cart .list .i_body li > div.info_box {height: 68px; margin-bottom: 20px; padding: 0 110px 0 100px;}
    .cart .list .i_body .info_box .img {left: 25px;}
    .cart .i_body .i_option_box {margin-bottom: 10px;}
    .cart .i_body .i_option {font-size: 14px;}
    .cart .i_body .i_total_box {justify-content: right;}
    .cart .i_body .btn_box .btn40 {display: block;}
    .cart .i_name {font-size: 14px;}
    .cart .i_code {font-size: 12px;}
    .cart .list .i_body .price_box {position: static; justify-content: right;}

    .payment_detail {width: 100%; padding: 0 0 100px;}
    .payment_detail .title {margin-bottom: 40px; font-size: 32px;}
    .payment_detail .info_area {margin-bottom: 24px; padding: 32px 24px;}
    .payment_detail .info_title {margin-bottom: 20px; padding-bottom: 12px; font-size: 20px;}
    .payment_detail .product_info_list > li {margin-bottom: 24px;}
    .payment_detail .product_info_list .product {height: 120px; margin-bottom: 16px; padding: 0 0 0 80px;}
    .payment_detail .product_info_list .product.m_checkbox {padding: 0 0 0 95px;}
    .payment_detail .product_info_list .product .checkbox {top: 25px;}
    .payment_detail .product_info_list .product_img {width: 68px; height: 68px; left: 0;}
    .payment_detail .product_info_list .product.m_checkbox .product_img {left: 23px;}
    .payment_detail .product_info_list .product_name {margin-bottom: 2px; padding-top: 9px;}
    .payment_detail .product_info_list .qty {display: inline-block; margin-right: 8px; font-size: 18px; position: static;}
    .payment_detail .product_info_list .qty_price {position: absolute; left: 0; top: 80px;}
    .payment_detail .product_info_list .qty_price .price {font-size: 18px; position: static;}
    .payment_detail .product_info_list .price {font-size: 18px;}
    .payment_detail .product_info_list .item_name {margin-bottom: 3px;}
    .payment_detail .product_info_list .item_price {margin-top: 8px; text-align: left; position: static;}
    .payment_detail .product_info_list .item_price .price_01 {margin-bottom: 0;}
    .payment_detail .product_info_list .option_box {padding: 20px 20px 20px 88px;}
    .payment_detail .product_info_list .option_box .tit {left: 16px; top: 22px;}
    .payment_detail .product_info_list .option_list li {margin-right: 4px;}
    .payment_detail .message_area {margin-top: 24px; padding: 24px 0 0;}
    .payment_detail .message_area dt {margin-bottom: 4px; position: static;}
    .payment_detail .input_area > div {margin-bottom: 10px; padding-left: 0;}
    .payment_detail .input_area dt {margin-bottom: 12px; position: static;}
    .payment_detail .input_area textarea {height: 320px;}
    .payment_detail .price_area .btn_more {display: block; margin: 5px 0 0; top: 0;}
    .payment_detail .price_area .btn_more::after {content: '!'; display: block; width: 16px; height: 16px; line-height: 16px; border-radius: 16px; background-color: #FF4218; color: #fff; position: absolute; left: 0; top: 3px;}
    .payment_detail .price_area .total {padding-top: 12px;}
    .payment_detail .price_area .total dt {padding-top: 0;}
    .payment_detail .price_area .total .price {font-size: 24px; position: relative; top: 10px;}
    .payment_detail .price_area .total .price em {top: -3px;}
    .payment_detail .price_area .type_01 div:last-child {padding-top: 8px; border-top: 1px solid #ddd;}
    .payment_detail .btn_area {margin-top: 50px;}
    .payment_detail .btn_area .btn62 {width: 100%;}
    .payment_detail .info_dl > div {margin-top: 12px; padding-left: 120px;}
    .payment_detail .info_dl > div.division {margin-top: 20px; padding-top: 20px;}
    .payment_detail .info_dl > div.division dt {top: 20px;}
    .payment_detail .info_dl > div.type_01 {padding-left: 0;}
    .payment_detail .info_dl > div.type_01 dt {margin-bottom: 4px; position: static;}
    .payment_detail .info_dl > div.type_01 dd {line-height: 27px;}

    .purchase_history_wrap {width: 100%; padding: 0 0 120px;}
    .purchase_history_wrap .tab_btn {margin-bottom: 60px;}
    .purchase_history_wrap .tab_btn a {margin: 0 12px; font-size: 32px;}

    .matching_wish_search .i_download_box.dv_grp {display: block; width: calc(100% + 10px); overflow: hidden;}
    .matching_wish_search .i_download_box.dv_grp .dv {width: calc(50% - 10px); margin-left: 0; margin-right: 10px; margin-bottom: 10px; float: left;}
    .matching_wish_search .i_percent {position: relative;}
    .matching_wish_search .i_percent .i_graph {width: 360px;}
    .matching_wish_search .i_percent .i_graph span:nth-child(1) {left: 72px;}
    .matching_wish_search .i_percent .i_graph span:nth-child(2) {left: 162px;}
    .matching_wish_search .i_percent .i_graph span:nth-child(3) {left: 252px;}
    .matching_wish_search .i_percent .i_graph span:nth-child(4) {left: 342px;}
    .matching_wish_search .i_percent .tootip {margin-left: 0; position: absolute; left: 0; top: -35px;}

    .matching_approval_management .i_count_box {width: calc(100% + 10px);}
    .matching_approval_management .i_count_box > div {width: calc(50% - 10px); margin-right: 10px; margin-bottom: 10px;}

    /* popup */
    .invoice_popup {overflow: auto;}
    .invoice_popup_01 {overflow: auto;}
    .invoice_popup_01 .inner_box {width: 1240px; padding: 0;}

    .popup_option {top:auto; bottom: 100%;}
    .popup_option.open {top:auto; bottom: 0;}
    .popup_option .outter_box {padding: 0;}
    .popup_option .inner_box {width: 100%; margin: 0 auto; padding: 40px 20px 20px;}
    .popup_option .title_01 {margin-bottom: 10px; padding-bottom: 0; font-size: 16px; font-weight: 700; border-bottom: 0 solid #fff;}
    .popup_option .title_02 {margin-bottom: 10px; font-size: 14px;}
    .popup_option .i_selected_options {margin-bottom: 10px; padding: 0 10px 10px 10px;}
    .popup_option .i_selected_options li {padding-top: 10px;}
    .popup_option .option_box {margin-bottom: 10px; padding-bottom: 10px;}

    .popup_refund .inner_box {width: calc(100% - 40px); padding: 40px 24px;}
    .popup_refund .title {font-size: 20px;}
    .popup_refund .col_01 {width: 40%;}

    .popup_bookizcon_01 .inner_box {width: 100%; max-width: 360px; min-height: 100%; padding: 50px 20px 20px; background: linear-gradient(0, rgba(220,235,246,1) 0%, rgba(202,213,234,1) 100%);}
    .popup_bookizcon_01 .i_logo {margin-bottom: 40px; position: static;}
    .popup_bookizcon_01 .i_title {font-weight: 700; font-size: 24px;}
    .popup_bookizcon_01 .i_txt_01 {margin-bottom: 5px; font-size: 20px;}
    .popup_bookizcon_01 .i_txt_02 {font-size: 16px;}
    .popup_bookizcon_01 .i_step_box {margin: 20px 0 5px; padding: 0 20px;}
    .popup_bookizcon_01 .i_step_box li {width: 100%; min-height: 100%; padding: 130px 0 30px;}
    .popup_bookizcon_01 .i_step_box li::before {width: 90px; height: 90px; left: calc(50% - 45px); background-size: 90px !important;}
    .popup_bookizcon_01 .i_step_box li + li::after {width: 100%; height: 1px;}
    .popup_bookizcon_01 .i_step_box .i_no {margin-bottom: 10px; font-size: 30px;}
    .popup_bookizcon_01 .i_step_box .i_txt {font-size: 25px;}
    .popup_bookizcon_01 .i_txt_03 {font-size: 15px;}

    .popup_bookizcon_02 .inner_box {width: 100%; max-width: 360px; min-height: 100%; padding: 50px 20px 20px; background: linear-gradient(0, rgba(220,235,246,1) 0%, rgba(202,213,234,1) 100%);}
    .popup_bookizcon_02 .i_logo {margin-bottom: 40px; position: static;}
    .popup_bookizcon_02 .i_title {font-size: 28px;}
    .popup_bookizcon_02 .i_category_list li {height: 100%; margin-bottom: 30px; padding: 25px 20px;}
    .popup_bookizcon_02 .i_category_list .i_tit {height: auto; margin-bottom: 20px; padding: 50px 0 0 0; line-height: 1.5; font-size: 28px;}
    .popup_bookizcon_02 .i_category_list .i_tit::after {width: 90px; height: 90px; background-size: 85px !important; left: auto; right: 0;}
    .popup_bookizcon_02 .i_category_list .i_btn {width: 180px; height: 70px; line-height: 70px; font-size: 28px; position: static;}

    .popup_aigf_intro {background-size: auto 100% !important;}
    .popup_aigf_intro:after {background-size: auto 100% !important;}
    .popup_aigf_intro .inner_box {width: 100%;}
    .popup_aigf_intro .i_txt_box::after {top: 30vh; background-size: 200px;}
    .popup_aigf_intro .i_txt_box div {width: 100%; background-size: 200px !important; background-position: center 0 !important;}
    .popup_aigf_intro .i_txt_box div:nth-child(1) {left: 0; top: 5vh;}
    .popup_aigf_intro .i_txt_box div:nth-child(2) {right: 0; top: 60vh;}
    .popup_aigf_intro .i_btn_box {position: static;}
    .popup_aigf_intro .i_btn_box a {width: 200px; height: 40px; margin: 0; line-height: 40px; border-radius: 40px; font-size: 16px; position: absolute; left: calc(50% - 100px);}
    .popup_aigf_intro .i_btn_box a:nth-child(1) {top: calc(5vh + 170px);}
    .popup_aigf_intro .i_btn_box a:nth-child(2) {top: calc(60vh + 160px);}
    .popup_aigf_intro .i_close {width: 100%; border-radius: 0; left: 0; bottom: 0; font-size: 14px;}

    .register_product_header .select .trigger {height: 40px; padding: 0 0 0 10px;}
    .register_product_header .select .trigger input[type=text] {height: 40px; line-height: 40px; font-size: 15px;}
    .register_product_header .select .arrow {width: 40px; height: 40px;}
    .register_product_header .select .options {top: 39px;}
    .register_product_header .info_area .title_option {font-size: 15px;}
    .register_product_header .selected_options .list .i_options {font-size: 15px;}

    .main_visual_01 {height: 60vh; padding: 0 40px;}
    .main_visual_01 img {width: 90vw;}
    .main_visual_01 .i_txt_box {width: 90vw; margin-top: 20px;}
    .main_visual_01 .i_title {font-size: 1.5rem;}
    .main_visual_01 .i_subtitle {margin-top: 4px; font-size: 14px;}

    .main_visual_02 {padding: 50px 20px;}
    .main_visual_02 .i_left {margin-bottom: 30px;}
    .main_visual_02 .i_left .i_logo {max-width: 80%; margin-bottom: 30px;}
    .main_visual_02 .i_left .i_info li {font-size: 18px;}
    .main_visual_02 .i_left .i_info li div {padding-left: 32px;}
    .main_visual_02 .i_left .i_info li + li {margin-top: 10px;}
    .main_visual_02 .i_left .i_info li .i_ico {top: 0px;}
    .main_visual_02 .i_left .i_txt {margin-top: 20px; padding-top: 20px; font-size: 16px; font-weight: 500;}
    .main_visual_02 .i_right {padding: 25px;}
    .main_visual_02 .i_right dl div + div {margin-top: 25px;}
    .main_visual_02 .i_right dt {min-width: 90px;}
    .main_visual_02 .i_right .i_link {height: 60px; margin-top: 30px; line-height: 60px; border-radius: 60px; font-size: 18px;}

    .main_search {padding: 40px 16px;}
    .main_search .i_inner {width: 100%;}
    .main_search .i_search_box {height: 50px; border-radius: 50px; padding-right: 100px;}
    .main_search .i_search_box .i_it {height: 46px; padding: 0 20px; line-height: 46px;}
    .main_search .i_search_btn {width: 100px; height: 46px; font-size: 14px;}
    .main_search .i_search_btn::after {height: 28px;}
    .main_search .i_search_btn span {padding-left: 33px;}
    .main_search .i_search_btn span::after {top: -20px;}
    .main_search .i_btn_box {margin-top: 16px; gap: 10px;}
    .main_search .i_btn_box a {height: 50px; line-height: 50px; border-radius: 50px; font-size: 16px;}

    .main_list_01 {padding: 40px 16px;}
    .main_list_01 .i_inner {width: 100%;}
    .main_list_01 .i_title {margin-bottom: 20px; padding-right: 80px; font-size: 24px; text-align: left;}
    .main_list_01 .i_list {margin: 40px -16px 0 -16px;}
    .main_list_01 .i_list a {padding: 0 16px;}
    .main_list_01 .i_list span {max-width: 40vw;}
    .main_list_01 .i_list .i_img {width: 40vw; height: 40vw; border-radius: 40vw;}
    .main_list_01 .i_list .i_badge {width: 15vw; height: 15vw; font-size: 14px;}
    .main_list_01 .i_more_btn {height: 20px; line-height: 16px; top: 10px; font-size: 12px;}
    .main_list_01 .slick-prev {left: 16px; z-index: 1;}
    .main_list_01 .slick-next {right: 16px;}
    .main_list_01 .slick-prev,
    .main_list_01 .slick-next {width: 40px; height: 40px;}
    .main_list_01 .slick-slide {filter:blur(1px); transition: all 0.3s;}
    .main_list_01 .slick-slide.slick-current {filter:blur(0);}

    .main_list_02 {padding: 40px 16px;}
    .main_list_02 .i_title {margin-bottom: 20px; padding-right: 80px; font-size: 24px; text-align: left;}
    .main_list_02 .i_list {margin-top: 20px;}
    .main_list_02 .i_list {gap: 8px;}
    .main_list_02 .i_list li {width: calc(100% / 2 - 16px);}
    .main_list_02 .i_list .i_img {padding-top: 30vw;}
    .main_list_02 .i_more_btn {height: 20px; line-height: 16px; top: 10px; font-size: 12px;}

    .main_list_03 {padding: 40px 16px;}
    .main_list_03 .i_inner {width: 100%;}
    .main_list_03 .i_title {margin-bottom: 20px; padding-right: 80px; font-size: 24px; text-align: left;}
    .main_list_03 .i_list {margin: 0 -16px;}
    .main_list_03 .i_flex_box {gap: 16px; padding: 0 8px;}
    .main_list_03 .i_flex {gap: 16px;}
    .main_list_03 .slick-prev {left: 16px; z-index: 1;}
    .main_list_03 .slick-next {right: 16px;}
    .main_list_03 .slick-prev,
    .main_list_03 .slick-next {width: 40px; height: 40px;}
    .main_list_03 .i_more_btn {height: 20px; line-height: 16px; top: 10px; font-size: 12px;}

    .intro .i_lang {top: 16px; right: 16px;}
    .intro .i_site_box {height: calc(100vh - 100px); flex-direction: column; align-items: center; gap: 10px;}
    .intro .i_site_box .i_link {width: 220px; height: 220px; padding: 16px 0;}
    .intro .i_site_box .i_link .i_logo {width: 120px; height: 70px; margin-bottom: 10px;}
    .intro .i_site_box .i_link .i_tit {margin-bottom: 5px; font-size: 18px;}
    .intro .i_site_box .i_link .i_txt {font-size: 14px;}
    .intro .i_site_box .i_link .i_btn {height: 30px; line-height: 30px; padding: 0 15px; font-size: 14px;}
    .intro .i_footer {height: 100px; padding: 20px; flex-direction: column; gap: 10px;}
    .intro .i_footer img {height: 20px;}
    .intro .i_footer .i_select {padding: 5px 15px;}

    .goods_list_area .i_list {width: 100%; gap:16px;}
    .goods_list_area .i_list > li {width: calc(50% - 8px);}
    .goods_list_area .i_list .i_img {height: calc(50vw - 24px); margin-bottom: 8px;}
    .goods_list_area .i_list .i_img.m_disabled .i_txt {font-size: 16px;}
    .goods_list_area .i_list .i_name {margin-bottom: 4px; font-size: 16px;}
    .goods_list_area .i_list .i_date {margin-bottom: 4px; font-size: 14px;}
    .goods_list_area .i_list .i_date span {margin-bottom: 4px; padding-left: 60px;}
    .goods_list_area .i_list .i_price_box {gap: 5px;}
    .goods_list_area .i_list .i_price_box .i_sale {font-size: 16px;}
    .goods_list_area .i_list .i_price_box .i_price {font-size: 16px;}
    .goods_list_area .i_list .i_price_box em {font-size: 10px; top: 0;}
    .goods_list_area .i_list .i_price_box del {font-size: 12px;}
    .goods_list_area .i_list .i_price_box del em {top: 0;}
    .goods_list_area .i_payment_box {width: 100%; padding: 32px 16px 16px; border-radius: 20px 20px 0 0; box-shadow: 0 0 16px rgba(0, 0, 0, 0.2); position: fixed; top: auto; left: 0; bottom: 0; z-index: 10;}
    .goods_list_area .i_payment_box .i_tit {display: none;}
    .goods_list_area .i_payment_box .i_mo_btn {display: block; width: 20px; height: 20px; position: absolute; left: calc(50% - 10px); top: 8px;}
    .goods_list_area .i_payment_box .i_mo_btn input[type="checkbox"] {width:0px; height:0px; margin-right: 0; overflow:hidden; border:solid 0px #fff; opacity:0; appearance:none;}
    .goods_list_area .i_payment_box .i_mo_btn em {display: block; width: 8px; height: 8px; border-top: 2px solid #000; border-left: 2px solid #000; transform: rotate(45deg); position: absolute; left: calc(50% - 4px); top: calc(50% - 4px);}
    .goods_list_area .i_payment_box .i_mo_btn input[type="checkbox"]:checked + em {transform: rotate(225deg); top: calc(50% - 6px);}
    .goods_list_area .i_payment_box :is(.i_btn_01,.i_btn_03) {height: 46px; line-height: 42px;}
    .goods_list_area .i_payment_box .i_cart_box {display: none;}
    .goods_list_area .i_payment_box .i_mo_btn:has(input[type="checkbox"]:checked) ~ .i_cart_box {display: block;}
}