@CHARSET "UTF-8";

input[type="radio"] {appearance: none; -webkit-appearance: none; -moz-appearance: none; margin: 0; position: absolute; top: -2px; left: -2px; width: 1px; height: 1px; opacity: 0.01;}
.radio-wrap {position: relative;}
input[type="radio"] + label {border: 1px solid #c0c0c0; box-sizing: border-box; text-align: center; font-size: 12px; color: #828282; display: inline-block;}
input[type="radio"]:checked + label {border: 2px solid #434343; color: #505050;}

/* .cart-menu input, .cart-menu label, .cart-menu span {vertical-align: middle;} */
.cart-menu input.chk {float: left; margin-right: 10px; margin-top: 2px;}
.cart-item input.chk {position: absolute; top: 0; left: 0; margin-right: 5px;}
.cart-menu label {line-height: 26px;}

.event-title {
    position: absolute;
    top: 15%;
    left: 10%;
    text-align: left;
}
.event-title .title {font-size: 26px; font-weight: bold;}
.event-title .desc {font-size: 14px; margin-top: 20px;}


.page-info {
    position: absolute;
    bottom: 30px;
    left: 10%;
    z-index: 2;
    font-size: 14px;
    font-weight: bold;
}
.page-info i {margin-right: 5px; vertical-align: middle;}

.buy-step {padding: 16px 3% 14px; overflow: hidden; background-color: #f5f5f5; display: flex; display: -webkit-flex; flex-direction: row; -webkit-flex-direction: row; align-items: center; justify-content: space-around; -webkit-justify-content: space-around;}
.buy-step li {float: left; text-align: center; font-size: 14px; line-height: 1.45em; color: #666;}
/*
.buy-step li:nth-child(1) {width: 15%;}
.buy-step li:nth-child(3) {width: 30%;}
.buy-step li:nth-child(5) {width: 35%;}
.buy-step li:nth-child(7) {width: 20%;}
*/
.buy-step li:nth-child(2n+2) {display: inline-block; width: 7px; height: 12px; margin-top: -2px; content: ''; background-image: url('/resources/image/arrow_step.png'); background-size: 7px 12px; background-position: center; background-repeat: no-repeat;}
.buy-step li.on {color: #2bb673; font-weight: bold;}
.buy-step li.on + li {background-image: url('/resources/image/arrow_step_on.png');}

.container {background-color: #fff; overflow: hidden; padding: 0 25px;}

.no-cart {padding: 120px 0 117px; font-size: 15px; font-weight: bold; text-align: center;}

.cart-menu {margin: 22px 0; font-size: 13px; overflow: hidden;}
.cart-menu button.sel-del-btn {width: 61px; height: 26px; font-size: 12px; float: right; background-color: #f2f2f2; line-height: 28px;}
.cart-count {display: inline-block; font-weight: bold;}

.cart-buy-btn {}
.cart-buy-btn:after{display:block;clear:both;content:''}
.cart-buy-btn li {width: 100%; float: left; list-style: none; box-sizing: border-box;}
.cart-buy-btn li:first-child {padding-right: 6px;}
.cart-buy-btn li:last-child {padding-left: 6px;}
.cart-buy-btn button {height: 55px; font-size: 18px; font-weight: bold;}

.cart-notice {font-size: 11px; color: #7a7a7a; margin-top: 16px; padding-left: 7px; line-height: 17px; letter-spacing: -0.05em;}
.cart-notice li {position: relative;}
.ps-circle {height: 17px; font-size: 14px; font-weight: bold; position: absolute; top: 1px; left: -11px;}

.cart-list {border-width: 1px 0; border-style: solid; border-color: #ebebeb; padding-bottom: 30px;}
.cart-list .cart-item {margin-top: 70px; position: relative;}
.cart-list .cart-item:first-child {margin-top: 35px;}
.cart-list .cart-item:last-child {margin-bottom: 35px;}

.del-item-icon {width: 11px; height: 11px; position: absolute; top: 6px; right: 0; background-color: transparent;}
.del-item-icon::before, .del-item-icon::after {
    content: '';
    background-color: #000;
    height: 2px;
    width: 100%;
    top: 40%;
    left: 0;
    position: absolute;
}
.del-item-icon::before {-webkit-transform: rotate(45deg); transform: rotate(45deg);}
.del-item-icon::after {-webkit-transform: rotate(-45deg); transform: rotate(-45deg);}

.cart-item {padding-left: 30px;}
.cart-item-title {font-size: 16px; font-weight: bold; padding-top: 1px; padding-right: 11px; letter-spacing: -0.05em; line-height: 20px;}
.cart-item-title .icon_list{text-align:left;}
.cart-item-title .text_title{margin-top:5px;display:block}
.option-title, .option-price {font-size: 11px; font-weight: normal;}
.cart-item-detail {margin-top: 12px; font-size: 14px; overflow: hidden;}
.cart-item-detail > div {float: left;}
.detail-img {width: 54px; margin-right: 15px;}
.detail-img img {border: 1px solid #dbdbdb; vertical-align: middle;}
.detail-txt {font-weight: bold; line-height: 100%;}
.detail-txt div:first-child {margin-top: 5px;}
.detail-txt div:nth-child(2) {margin-top: 5px;}
.detail-txt div:last-child {margin-top: 20px; font-size: 18px;}
.detail-txt div:last-child span.won {font-size: 12px; display: inline-block; margin-top: 1px;}
.detail-txt span.won {font-size: 10px; margin-left: 2px; vertical-align: top;}
.detail-txt span.bonus-txt, .option-price {vertical-align: top;}
span.bonus-txt {font-size: 11px; color: #ff2e2e; font-weight: normal;}
/* .item-buy {position: absolute; bottom: -1px; right: 0; font-size: 0;} */
.item-buy {position: absolute; right: 0; font-size: 0; margin-top: 20px;}
.item-buy span {font-size: 12px; line-height: 20px; margin-right: 10px; padding-top: 5px; display: inline-block; vertical-align: top;}
.buy-now-btn {width: 61px; height: 26px; background-color: #000; color: #fff; font-size: 12px; line-height: 28px; margin-left: 24px;}


.cart-total {margin-bottom: 26px; border-width: 2px 0; border-style: solid; border-color: #000;}
.cart-total > div {display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between;}
.cart-total > div span:last-child {letter-spacing: 0; font-weight: bold;}
.total-item {font-size: 14px; padding-top: 27px; font-size: 13px; letter-spacing: -0.05em;}
.total-mileage {font-size: 14px; padding-bottom: 27px; margin-top: 10px; border-bottom: 1px solid #767676; font-size: 13px; letter-spacing: -0.05em;}
.total-price {font-size: 17px; line-height: 30px; font-weight: bold; margin: 34px 0 30px;}
.total-price #lastPayments {font-size: 30px;}


.order-title {margin-bottom: 25px; font-size: 16px; font-weight: bold; color: #000;}




a.default {text-decoration: underline;}

.non-mem {padding-bottom: 23px; margin-top: 25px; border-bottom: 1px solid #ebebeb;}
.non-mem div p {margin: -3px 0 0; font-size: 13px; color: #3b3b3b; letter-spacing: -0.06em; line-height: 21px;}
.non-mem div p, .non-mem div span {flex: 1; -webkit-flex: 1;}
.chk-agree {position: relative; font-size: 13px; font-weight: bold; line-height: 21px;}
.chk-agree .rchk {float: right; margin-top: -3px;}
.chk-agree input {position: absolute; top: 25%; left: 50%; z-index: -1;}
.chk-agree label {width: 100%; height: 34px; line-height: 34px; border: 1px solid #c0c0c0; display: inline-block; text-align: center; font-size: 13px; color: #828282; letter-spacing: -0.05em;}
.non-mem-content {display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between;}
.non-mem-box div.non-mem-content {align-items: center; margin-bottom: 15px;}
.non-mem-box div.non-mem-content:first-child {align-items: flex-start; padding-bottom: 25px; margin-bottom: 27px; border-bottom: 1px solid #ebebeb;}
.non-mem-box div.non-mem-content:last-child {margin-bottom: 0;}
a.link-join-btn {display: inline-block; width: 62px; height: 33px; line-height: 33px; background-color: #000; color: #fff; font-size: 13px; text-align: center; margin-left: 14px;}


.order-list {margin-top: 30px; border-bottom: 2px solid #000;}
.order-table {width: 100%; font-size: 13px; padding-bottom: 25px; border-bottom: 1px solid #ebebeb;}
.order-table th {height: 33px; color: #7f7f7f; font-weight: normal; vertical-align: top;}
.order-table td {padding: 5px 0; vertical-align: top;}
.order-table .book-title {text-align: left;}
.order-table .book-title .icon_list{text-align: left;}
.order-table .book-title .text_title{display:block;margin-top:5px}
.order-table .book-count {width: 15%; text-align: center;}
.order-table .book-price {width: 15%; min-width: 70px; text-align: right; font-weight: bold;}
.order-table tr.text_green{color:#2bb673}

.order-total {padding-bottom: 30px; margin-top: 30px; font-size: 15px; font-weight: bold;}
.order-total > div {display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between; margin-top: 20px;}
.order-total > div:first-child {margin-top: 0;}
.order-total > div span:last-child {text-align: right;}
.order-total .text_rex{color:#ff2e2e}
.order-total p{color:#ff2e2e;border-top:1px solid #ebebeb;padding-top:15px;font-size:13px;font-weight: normal;}
.order-total .txt_red{text-align:left;display:block;color:#ff2e2e;font-size:12px;line-height:15px;    font-weight: normal;margin: 5px 0;}

.order-customer {margin-top: 37px; padding-bottom: 43px; border-bottom: 2px solid #000;}
.customer-info {width: 100%;}
.customer-info div.info-phone {margin-top: 20px;}
.info-phone {font-size: 0;}
.info-phone .select-wrap {vertical-align: bottom;}
.info-phone .select-wrap, .info-phone input {width: 30%;}
.info-phone input {margin-left: 5%;}
.order-subtitle {margin: 37px 0 20px; font-size: 16px; font-weight: bold;}
.post-input-wrap {overflow: auto;}
.post-input-wrap > input, .post-input-wrap > div {margin-top: 15px;}
.post-select {display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between;}
.post-select input[type="radio"] + label {width: 33.33%; height: 26px; line-height: 26px; box-sizing: border-box; margin-left: 4%;}
.post-select input[type="radio"]:checked + label {line-height: 25px;}
.post-select input[type="radio"]:first-child + label {margin-left: 0;}
.order-discount {margin-top: 35px; padding-bottom: 43px; border-bottom: 2px solid #000;}
.order-discount > div {margin-top: 25px;}
.order-discount > div:first-child {margin-top: 0px;}
.discount-txt {font-size: 13px; color: #323232;}
.discount-input {display: flex; display: -webkit-flex; justify-content: flex-end; -webkit-justify-content: flex-end;}
.discount-input input {width: 50px; flex: 1; margin-right: 4px;}
.discount-input .won {display: inline-block; vertical-align: top; margin-top: 7px; line-height: 13px;}
.discount-input .box-green-txt {font-size: 13px; min-width: 113px; height: 13px; line-height: 13px; padding: 4px 5px; background-color: #2bb673; color: #fff; margin-left: 1%; margin-top: 3px;}
.order-discount > div span:first-child {width: 33.33%; display: inline-block; float: left; line-height: 27px;}
.order-discount .select-wrap {width: 66.66%;}
.order-discount .bonus-txt {margin-left: 4%; line-height: 26px;} 
.mileage, .balance {font-size: 13px; color: #999;}
.mileage .txt_red{text-align: left;display: block;color: #ff2e2e;font-size: 12px;line-height: 15px;font-weight: normal;margin: 5px 0;}

.order-discount .discount-total {margin-top: 40px;}
.discount-total > div {display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between; margin-top: 16px;}
.discount-total > div:first-child {margin-top: 0;}


.pay {margin-top: 30px; padding-bottom: 21px; border-bottom: 2px solid #000;}
.pay-select {overflow: hidden;}
.pay-select label {width: 48%; height: 36px; float: left; line-height: 34px; margin-bottom: 9px;}
.pay-select label:nth-child(4n-2) {margin-right: 4%;}
.pay-select input[type="radio"]:checked + label {line-height: 32px;}

.pay-type > div {display: none;}
.pay-title {font-size: 13px; margin-top: 20px;}
.pay-desc li {margin-top: 14px; font-size: 12px; color: #222; text-indent: -0.36em; padding-left: 0.36em;}
.pay-desc li::before {content: '-';}

.pay-total {display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between; font-size: 17px; margin-top: 70px; line-height: 31px; font-weight: bold; overflow: hidden; clear: both;}
.pay-total .pay-price {font-size: 31px;}

.agree-pay {padding-bottom: 30px; border-bottom: 2px solid #000; font-size: 12px;}
.agree-pay p {color: #222; margin-top: 30px; margin-bottom: 15px;}
.agree-pay input {float: right;}

.cart-buy-btn {margin: 36px 0;}


.result-title {font-size: 20px; font-weight: bold; line-height: 30px; text-align: center; margin-top: 28px; margin-bottom: 38px;}
.result-title-sub {padding: 20px 0; border-width: 2px 0; border-style: solid; border-color: #000; font-size: 17px; color: #222; text-align: center; margin-bottom: 27px;}


.result-list .result-box {padding-bottom: 23px; margin-top: 25px; border-bottom: 1px solid #ebebeb;}
.result-list .result-box .text_red{color:#ff2e2e}
.result-list .result-box:last-child {border-bottom: 2px solid #000;}
.result-box > div {overflow: hidden; margin-top: 18px;}
.result-box > div:first-child {margin-top: 0px;}
.result-box > div > div {float: left;}
.result-box > div > div:first-child {width: 38.88%; color: #1e1e1e;}
.result-box > div > div:last-child {width: 61.1%;}

.result-btn {margin-top: 20px;}
.result-btn button {width: 100%;}



#mem .non-mem {display: none;}
#no-mem .post-select input[type="radio"] + label {width: 50%; box-sizing: border-box; margin-left: 4%;}
#no-mem .post-select input[type="radio"]:first-child + label {margin-left: 0;}
#no-mem input#deliveryType2 {display: none;}
#no-mem input#deliveryType2 + label {display: none;}
#no-mem .order-discount {display: none;}
#mem #ordPasswd {display: none;}
#mem .cart-buy-btn li.buy-non-btn {display: none;}
#mem .cart-buy-btn li.buy-mem-btn {width: 100%; padding: 0; float: none;}
#mem .cart-buy-btn li.buy-mem-btn input{-webkit-appearance: none;-webkit-border-radius: 0; background: #2bb673;color:#fff;font-size: 18px;text-align: center;line-height: 3.5em;display: block;border-radius: 3px;font-weight: bold;width: 100%;border: 0 none;}

.customer-btn a:first-child {margin-left: 0;}
.customer-btn a {width: 48%;margin-left: 4%;height: 50px;line-height: 50px;float: left;font-size: 14px;letter-spacing: -0.05em;}

.coupon-popup {width: 90%; height:500px; display: none; background-color: #fff; overflow: hidden;}
.coupon-popup .close_modal {width: 20px; height: 20px; position: absolute; top: 21px; right: 17px; background-color: transparent; -webkit-backface-visibility: hidden; backface-visibility: hidden;}
.coupon-popup .close_modal:before, .coupon-popup .close_modal:after {background-color: #fff;}
.close_modal:before, .close_modal:after {content: '';background-color: #000;height: 1px;width: 100%;top: 50%;left: 0;position: absolute;}
.close_modal:before {-webkit-transform: rotate(45deg); transform: rotate(45deg);}
.close_modal:after {-webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
.coupon-popup > h2 {width: 100%; height: 65px; line-height: 65px; margin: 0; padding-left: 11px; color: #fff; background-color: #2bb673; font-size: 16px; letter-spacing: -0.025em; font-weight: bold; position: absolute; top: 0; z-index: 2; box-sizing: border-box;}
.coupon-wrap {width: 100%; height: 100%; position: absolute; padding-top: 65px; padding-bottom: 25px; overflow-y: scroll; box-sizing: border-box;}
.coupon-select {padding: 0 11px; margin-top: 25px; font-size: 13px; display: flex; display: -webkit-flex;}
.coupon-select .select-txt {width: 65px; display: inline-block; line-height: 26px;}
.coupon-select .select-wrap {flex: 1;}
.coupon-select .select-wrap select{border: 1px solid #ebebeb;padding-left: 5px;}
#coupon-list {overflow: hidden; margin-top: 25px;padding:0 10px;}
.coupon {overflow: hidden;padding: 10px;}
.coupon .coupon-left {margin-bottom:15px}
.coupon .coupon-type, .coupon .coupon-day {height: 32px; line-height: 32px; text-align: center; font-size: 13px; color: #fff;display: inline-block;padding: 0 10px;}
.coupon .coupon-day {margin-top: 1px;}
.coupon .coupon-type {background-color: #fd7f21;}
.coupon .coupon-day {background-color: #2bb673;}
.coupon.sale {background-color: #fff1e6;}
.coupon.free {background-color: #e5f2f2;}
.coupon.sale .coupon-type {background-color: #fd7f21;}
.coupon.free .coupon-type {background-color: #10c0bb;}
.coupon .coupon-name {height: 52px;line-height: 25px;font-size: 20px;font-weight: bold;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2; /* 라인수 */	-webkit-box-orient: vertical;word-wrap:break-word;}
.coupon .coupon-link {margin-top: 22px; display: inline-block;}
.coupon-desc {margin-top: 5px; margin-left: 11px;}
.coupon-desc > li {font-size: 13px;color: #999;letter-spacing: -0.025em;line-height: 18px;}
a.coupon-dl {width: 130px;height: 50px;line-height: 50px;margin-top: 20px;background-color: #000;color: #fff;font-size: 14px;letter-spacing: -0.05em;}
.tac {text-align: center;}