@charset "utf-8";

/* 로그인 (비회원 주문 조회) */
.loginWrap{
    padding: 0 2.4rem;
}
.loginWrap h1{
    display: flex;
    justify-content: center;
    margin-top: 2.4rem;
    margin-bottom: 4.8rem;
}
.loginWrap h1 img{
    width: 289px;
}
.loginWrap .loginMenu{
    display: flex;
}
.loginWrap .loginMenu li{
    width: calc(100% / 2);
    color: #8C949E;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    display: block;
    padding: 1.6rem 0;
    border-bottom: 1px solid #EFF0F5;
    cursor: pointer;
}
.loginWrap .loginMenu li.active{
    color: #1B45F5;
    border-bottom: 1px solid #1B45F5;
}
.loginWrap .p .qr_img{
    width: 100%;
    padding: 4rem 10rem;
}
.loginWrap .contentWrap{
    margin-top: 4.8rem;
}
.loginWrap .contentWrap .content{
    display: none;
}
.loginWrap .contentWrap .content.active{
    display: block;
}
.loginWrap .contentWrap .content#memberLogin{
    text-align: center;
}
.loginWrap .contentWrap .content#memberLogin a{
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    border: 1px solid #26282C;
    border-radius: 30px;
    padding: 1.5rem;
    margin-bottom: 3.2rem;
}
.loginWrap .contentWrap .content#memberLogin a::before{
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/images/app_icon.png") 0 0 no-repeat;
    background-size: 100%;
    vertical-align: middle;
    margin-right: 0.5rem;
}
.loginWrap .contentWrap .content#memberLogin span{
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 21px;
    color: #AAB0B8;
}
.loginWrap .contentWrap .content#memberLogin span em{
    font-weight: 600;
    border-bottom: 1px solid #26282C;
    color: #26282C;
}
.loginWrap .contentWrap .content#nonOrder .form_n_login{
    margin-bottom: 3.2rem;
}
.loginWrap .contentWrap .content#nonOrder .form_n_login label{
    font-size: 1.3rem;
    font-weight: 500;
}
.loginWrap .contentWrap .content#nonOrder .form_n_login div{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EFF0F5;
    padding-bottom: 3px;
}
.loginWrap .contentWrap .content#nonOrder .form_n_login div input{
    font-size: 2rem;
    font-weight: 500;
}
.loginWrap .contentWrap .content#nonOrder .form_n_login div button{
    color: #C5C9D6;
    font-size: 1.4rem;
    font-weight: 400;
    background: #EFF0F5;
    padding: 1rem 1.6rem;
}
.loginWrap .contentWrap .content#nonOrder .form_n_login div button.on{
    color: #fff;
    background: #1B45F5;
}
.loginWrap .contentWrap .content#nonOrder .form_n_login div .time{
    color: #F14A76;
    font-size: 1.4rem;
    font-weight: 300;
    margin-right: 1.6rem;
}
.contentWrap div.pw{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EFF0F5;
}
.contentWrap div.pw input{
    border-bottom: none!important;
}
.contentWrap div .pw_eyes{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/images/pw_icon1.png") 0 0 no-repeat;
    background-size: 100%;
}
.contentWrap div .pw_eyes.none{
    background: url("/images/pw_icon2.png") 0 0 no-repeat;
    background-size: 100%;
}
.loginWrap .contentWrap .content#nonOrder .n_login_btn{
    width: 100%;
    color: #C5C9D6;
    font-size: 1.7rem;
    font-weight: 600;
    background: #EFF0F5;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 3.2rem;
}
.loginWrap .contentWrap .content#nonOrder .n_login_btn.on{
    color: #fff;
    background: #1B45F5;
}
.loginWrap .contentWrap .content#nonOrder a{
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
}
.loginWrap .contentWrap .content#nonOrder a i{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/images/exc_icon2.png?v0001") 0 0 no-repeat;
    background-size: 100%;
    vertical-align: bottom;
    margin-right: 10px;
}
.loginWrap .contentWrap .content#nonOrder a span{
    border-bottom: 1px solid #26282C;
}

/* 마이페이지 */
.mypageWrap{
    padding: 1.6rem 2rem;
}
.mypageWrap .topWrap{
    padding: 2.4rem;
    border-radius: 20px;
    box-shadow: 0px 2px 16px 0px #00000014;
}
.mypageWrap .topWrap .name{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mypageWrap .topWrap .name p{
    font-size: 1.6rem;
    font-weight: 400;
}
.mypageWrap .topWrap .name p::before{
    content: '';
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url("/images/user_icon.png") 0 0 no-repeat;
    background-size: 100%;
    margin-right: 1.6rem;
}
.mypageWrap .topWrap .name .logOut{
    width: 16px;
    height: 16px;
    background: url("/images/logout_icon.png") 0 0 no-repeat;
    background-size: 100%;
}
.mypageWrap .topWrap .name + .balance{
    border-top: 1px solid #F4F6FB;
    margin-top: 1rem;
}
.mypageWrap .topWrap .balance{
    padding-top: 2.4rem;
}
.mypageWrap .topWrap .balance h3{
    font-size: 1.5rem;
    font-weight: 400;
    color: #8C949E;
    margin-bottom: 1rem;
}
.mypageWrap .topWrap .balance p{
    font-size: 2.1rem;
    font-weight: 500;
    margin-bottom: 2.4rem;
}
.mypageWrap .topWrap .balance p span{
    font-size: 2.8rem;
    font-weight: 700;
}
.mypageWrap .topWrap .balance .charge{
    width: 100%;
    border-radius: 12px;
    padding: 1.6rem 0;
    background: #EDF4FF;
    font-size: 1.6rem;
    font-weight: 500;
    color: #1B45F5;
}
.mypageWrap .topWrap .balance .charge::before{
    content: '';
    display: inline-block;
    width: 9px;
    height: 13px;
    background: url("/images/charge_icon.png") 0 0 no-repeat;
    background-size: 100%;
    margin-right: 0.8rem;
    vertical-align: middle;
}
.mypageWrap .topWrap + .contentWrap{
    margin-top: 4.8rem;
}
.mypageWrap .contentWrap #orderList p{
    font-size: 1.6rem;
    font-weight: 700;
}
.mypageWrap .contentWrap #orderList ul li{
    font-size: 1.7rem;
    font-weight: 500;
    margin-top: 2.4rem;
}
.mypageWrap .contentWrap #orderList ul li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}
.mypageWrap .contentWrap #orderList ul li a::before{
    content: '';
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 1.6rem;
}
.mypageWrap .contentWrap #orderList ul li:first-child a:before{
    background: url("/images/order_icon1.png") 0 0 no-repeat;
    background-size: 100%; 
}
.mypageWrap .contentWrap #orderList ul li:last-child a:before{
    background: url("/images/order_icon2.png") 0 0 no-repeat;
    background-size: 100%; 
}
.mypageWrap .contentWrap #orderList ul li a::after{
    content: '';
    display: inline-block;
    width: 7px;
    height: 11px;
    background: url("/images/arr_icon3.png") 0 0 no-repeat;
    background-size: 100%; 
    margin-right: 0.4rem;
}
.mypageWrap .contentWrap #orderList ul li a span{
    flex: 1;
}
/* 은행 목록 팝업 */
#bankPopup .bottom_sheet {
    height: 70%;
}
#bankPopup .bottom_sheet .bs_body{
    height: 100%;
}
#bankPopup .bottom_sheet .bs_body ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 90%;
    overflow: auto;
}
#bankPopup .bottom_sheet .bs_body ul li{
    width: calc(100% / 3 - 0.8rem);
    padding: 1.5rem 0;
    border-radius: 8px;
    background: #F7F8FB;
    margin: 0 0.8rem 0.8rem 0;
}
#bankPopup .bottom_sheet .bs_body ul li:nth-child(3n) {
    margin-right: 0;
}
#bankPopup .bottom_sheet .bs_body ul li img{
    width: 24px;
    height: 24px;
    margin-bottom: 0.8rem;
}
#bankPopup .bottom_sheet .bs_body h2{
    font-size: 2rem;
    font-weight: 700;
    text-align: left;
    margin-bottom: 3rem;
}

/* 충전 */
.chargeWrap .topWrap{
    width: 100%;
    background: #F7F8FB;
    padding: 2.4rem;
    margin-bottom: 3.6rem;
}
.chargeWrap .topWrap .balance{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3.2rem;
}
.chargeWrap .topWrap .balance i{
    width: 65px;
    height: 33px;
    background: url("/images/TripPAY.png") center center no-repeat;
    background-size: 100%;
}
.chargeWrap .topWrap .balance .amount::before{
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/images/coin_icon.png") 0 0 no-repeat;
    background-size: 100%;
    margin-right: 1rem;
}
.chargeWrap .topWrap .balance .amount{
    color: #171C61;
    font-size: 2.6rem;
    font-weight: 800;
}
.chargeWrap .topWrap .balanceBar{
    font-size: 1.3rem;
    color: #696E76;
}
.chargeWrap .topWrap .balanceBar .text{
    display: flex;
    justify-content: space-between;
    font-size: 1.3rem;
}
.chargeWrap .topWrap .balanceBar .text .charge{
    color: #171C61;
    font-weight: 700;
}
.chargeWrap .topWrap .balanceBar progress{
    width: 100%;;
}
.chargeWrap .topWrap .balanceBar #progress::-webkit-progress-bar {
    background: #EDF0F8;
    border-radius: 12px;
    width: 100%;
    height: 4px;
    overflow: hidden;
}
.chargeWrap .topWrap .balanceBar #progress::-webkit-progress-value {
    background: #60BF92;
}
.chargeWrap .contentWrap{
    padding: 0 2.4rem;
    margin-bottom: 2.4rem;
}
.chargeWrap #content1 h2{
    font-size: 2.1rem;
    margin-bottom: 1.2rem;
}
.chargeWrap #content1 p{
    font-size: 1.2rem;
    color: #B1BBC0;
    margin-bottom: 2rem;
}
.chargeWrap #content1 p::before{
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("/images/exc_icon.png") 0 0 no-repeat;
    background-size: 100%;
    margin-right: 0.6rem;
    vertical-align: middle;
}
.charging input{
    border-radius: 1.6rem;
    border: 1px solid #EFF0F5;
    padding: 1.6rem;
    font-size: 2.4rem;
    font-weight: 500;
    color: #171C61;
    text-align: right;
    background: url("/images/coin_icon.png") 16px center no-repeat;
    background-size: 2.4rem;
    margin-bottom: 0.8rem;
}
.charging input.ing{
    padding-right: 5rem;
}
.wrap input::placeholder {
    color: #DDE1E4;
}

.charging .inputWrap{
    position: relative;
}
.charging .amountClear{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-70%);
    width: 20px;
    height: 20px;
    background: url("/images/clear_btn.png?v0001") 0 0 no-repeat;
    background-size: 100%;
    display: none;
}
.charging ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.charging ul li{
    width: calc(100% / 3 - 0.8rem);
    border-radius: 8px;
    background: #F7F8FB;
    color: #476EFF;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: right;
    padding: 0.8rem 1.4rem;
    margin-bottom: 0.8rem;
    cursor: pointer;
}
.chargeWrap #content2{
    display: none;
}
.chargeWrap #content2::before{
    content: '';
    display: block;
    background: #F7F8FB;
    height: 8px;
    margin-bottom: 2.8rem;
}
.chargeWrap #content2 .pay_total{
    margin-bottom: 2rem;
}
.chargeWrap #content2 .pay_total dt{
    font-size: 1.8rem;
    font-weight: 700;
}
.chargeWrap #content2 .pay_total dt::before{
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("/images/card_icon.png") 0 0 no-repeat;
    background-size: 100%;
    margin-right: 0.8rem;
    vertical-align: middle;
}
.chargeWrap #content2 .pay_total dd{
    font-size: 1.5rem;
}
.chargeWrap #content2 .pay_total dd span{
    font-size: 1.7rem;
    font-weight: 700;
}
.chargeWrap #content2 .pay_charge,
.chargeWrap #content2 .pay_fee{
    font-size: 1.4rem;
    font-weight: 400;
    color: #8C949E;
    margin-bottom: 0.8rem;
}
.chargeWrap #content2 .pay_charge dt::before,
.chargeWrap #content2 .pay_fee dt::before{
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #8C949E;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 0.5rem;
}
.chargeWrap #content2 .pay_charge dd span,
.chargeWrap #content2 .pay_fee dd span{
    font-weight: 500;
}

/* 카드메인 */
.card_visual {
    position: relative;
}
.card_visual span {
    position: absolute;
    bottom: -28px;
    left: 50%;
    display: block;
    width: 120px;
    height: 192px;
    border-radius: 6px;
    transform: translateX(-50%);
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .25);
    overflow: hidden;
}
.cardMainWrap .topWrap::before{
    content: '';
    display: block;
    width: 100%;
    height: 260px;
    background: url(../images/card/card_bg.png) 0 0 no-repeat;
    background-size: 100%;
}
.cardMainWrap .topWrap .textWrap{
    padding: 7.4rem 2.4rem 4rem;
}
.cardMainWrap .topWrap .textWrap .text {
    margin-bottom: 3.5rem;
}
.cardMainWrap .topWrap .text span {
    font-size: 1.8rem;
    font-weight: 700;
}
.cardMainWrap .topWrap .text h2 {
    font-size: 2.8em;
    font-weight: 800;
}
.cardMainWrap .topWrap .price {
    padding-bottom: 3.5rem;
    border-bottom: 1px solid #EDF0F8;
}
.cardMainWrap .topWrap .price dt {
    font-size: 1.7rem;
    font-weight: 400;
}
.cardMainWrap .topWrap .price dd {
    font-size: 1.8rem;
    font-weight: 700;
    color: #266DFF;
}
.cardMainWrap .topWrap p {
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 28px;
    margin-top: 3.5rem;
}
.cardMainWrap .topWrap p em{
    font-size: 1.8rem;
    font-weight: 700;
}
.cardMainWrap .contentWrap .content{
    padding: 0 2.4rem;
}
.cardMainWrap #content1 ul li {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 22px 8px 22px 16px;
    background-color: #F4F6FB;
    border-radius: 12px;
}
.cardMainWrap #content1 ul li::before{
    content: '';
    display: inline-block;
    width: 48px;
    height: 48px;
    background: url(../images/card/i_features.png);
    background-size: auto 100%;
    overflow: hidden;
}
.cardMainWrap #content1 ul li:nth-child(2):before{
    background-position-x: -48px;
}
.cardMainWrap #content1 ul li:nth-child(3):before{
    background-position-x: -96px;
}
.cardMainWrap #content1 ul li:nth-child(4):before{
    background-position-x: -144px;
}
.cardMainWrap #content1 ul li:nth-child(5):before{
    background-position-x: -192px;
}
.cardMainWrap #content1 ul li:nth-child(6):before{
    background-position-x: -240px;
}
.cardMainWrap #content1 ul li:nth-child(7):before{
    background-position-x: -288px;
}
.cardMainWrap #content1 ul li:nth-child(8):before{
    background-position-x: -336px;
}
.cardMainWrap #content1 ul li dl{
    flex-direction: column;
}
.cardMainWrap #content1 ul li dt{
    margin-bottom: 6px;
    font-size: 1.5rem;
    font-weight: 700;
}
.cardMainWrap #content1 ul li dd {
    font-size: 1.3rem;
    color: #696E76;
}
.cardMainWrap #content1 ul li + li{
    margin-top: 1.2rem;
}
.cardMainWrap .content + .content{
    margin-top: 6rem;
}
.cardMainWrap .content h2{
    font-size: 2.1rem;
    font-weight: 700;
    margin-bottom: 2.4rem;
}
.cardMainWrap #content2 ul{
    margin-bottom: 4rem;
}
.cardMainWrap #content2 li p{
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 0.8rem;
}
.cardMainWrap #content2 li p em{
    font-weight: 600;
    text-decoration: underline;
}
.cardMainWrap #content2 li img{
    width: 100%;
    margin-left: -1.2rem;
}
.cardMainWrap #content2 li + li{
    margin-top: 4rem;
}
.cardMainWrap #content2 > p{
    font-size: 1.4rem;
    font-weight: 400;
    color: #F14A76;
}
.cardMainWrap #content2 > p::before{
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #F14A76;
    border-radius: 50%;
    margin-right: 0.5rem;
    vertical-align: super;
}
.cardMainWrap #content3 li img{
    width: calc(100% - 24px);
    margin-left: 1.3rem;
    margin-bottom: 1.6rem;
    border-radius: 16px;
}
.cardMainWrap #content3 li{
    position: relative;
    padding-top: 3rem;
}
.cardMainWrap #content3 li::before{
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: #171C61;
    border-radius: 50%;
    box-shadow: 0px 2px 4px 0px #00000033;
    position: absolute;
    top: 0;
    color: #fff;
    font-size: 2.6rem;
    font-weight: 800;
    text-align: center;
    line-height: 36px;
}
.cardMainWrap #content3 li:first-child:before{
    content: '1';
}
.cardMainWrap #content3 li:nth-child(2):before{
    content: '2';
}
.cardMainWrap #content3 li:nth-child(3):before{
    content: '3';
}
.cardMainWrap #content3 li p{
    font-size: 1.7rem;
    font-weight: 400;
    text-align: center;
}
.cardMainWrap #content3 li p em{
    font-size: 1.8rem;
}
.cardMainWrap #content3 li + li{
    margin-top: 5.6rem;
}
.cardMainWrap .infoWrap {
    position: relative;
    padding: 4rem 2.4rem;
    margin-top: 7rem;
}
.cardMainWrap .infoWrap::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 10px;
    background: #F7F8FB;
}
.cardMainWrap .infoWrap h2{
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 2rem;
}
.cardMainWrap .infoWrap li{
    color: #AAB0B8;
    font-weight: 600;
}
.cardMainWrap .infoWrap li::before{
    background: #AAB0B8;
}
.cardMainWrap .infoWrap li em{
    color: #F14A76;
    font-weight: 600;
}
/* 카드 결제 */
.cardPayWrap .topWrap{
    padding: 1.6rem 2.4rem 4rem;
}
.cardPayWrap .topWrap .card_name{
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}
.cardPayWrap .topWrap .card_name::before{
    content: '';
    display: inline-block;
    width: 80px;
    height: 80px;
    background: url("/images/card_img.png") 0 0 no-repeat;
    background-size: 100%;
}
.cardPayWrap .topWrap .card_name span{
    font-size: 1.4rem;
    font-weight: 400;
    margin-left: 2rem;
}
.cardPayWrap .topWrap .card_name span em{
    display: block;
    font-size: 2.1rem;
    font-weight: 700;
}
.cardPayWrap .topWrap .cardInfo{
    padding-bottom: 2.4rem;
    border-bottom: 1px solid #F4F6FB;
}
.cardPayWrap .topWrap .cardInfo dl{
    font-size: 1.4rem;
    font-weight: 400;
    color: #696E76;
}
.cardPayWrap .topWrap .cardInfo dl + dl{
    margin-top: 1rem;
}
.cardPayWrap .contentWrap{
    padding: 0 2.4rem;
}
.payWrap .contentWrap .content + .content{
    margin-top: 3.5rem;
}
.payWrap .contentWrap .content h2{
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.payWrap .contentWrap .content .method li{
    width: 100%;
    padding: 1.8rem 2rem;
    border-radius: 8px;
    border: 1px solid #F7F8FB;
    background: #F7F8FB;
    font-size: 1.6rem;
    font-weight: 500;
    cursor: pointer;
}
.payWrap .contentWrap .content .method li + li{
    margin-top: 0.8rem;
}
.payWrap .contentWrap .content .method li.check{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #26282C;
}
.payWrap .contentWrap .content .method li.check::after{
    content: '';
    display: inline-block;
    width: 13px;
    height: 10px;
    background: url("/images/check_icon.png") 0 0 no-repeat;
    background-size: 100%;
}
.payWrap #total_payment{
    display: none;
}
.payWrap .contentWrap #total_payment .pay_total dd{
    font-weight: 700;
}

/* 상품권 메인 */
.giftMainWrap .topWrap{
    position: relative;
}
.giftMainWrap .topWrap::before{
    content: '';
    display: block;
    width: 100%;
    height: 260px;
    background: url("/images/type3-3_en.png") 0 0 no-repeat;
    background-size: 100%;
}
.giftMainWrap .topWrap .textWrap{
    padding: 4rem 2.4rem;
}
.giftMainWrap .topWrap .text{
    margin-bottom: 3.5rem;
}
.giftMainWrap .topWrap .text span{
    font-size: 1.8rem;
    font-weight: 700;
}
.giftMainWrap .topWrap .text h2{
    font-size: 2.8em;
    font-weight: 800;
}
.giftMainWrap .topWrap .price{
    padding-bottom: 3.5rem;
    border-bottom: 1px solid #EDF0F8;
}
.giftMainWrap .topWrap .price dt{
    font-size: 1.7rem;
    font-weight: 400;
}
.giftMainWrap .topWrap .price dd{
    font-size: 1.8rem;
    font-weight: 700;
    color: #266DFF;
}
.giftMainWrap .topWrap p{
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 28px;
    margin-top: 3.5rem;
}
.giftMainWrap .topWrap::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1.4rem;
    width: 100%;
    height: 10px;
    background: #F7F8FB;
}
.giftMainWrap .content{
    padding: 5rem 2.4rem;
}
.giftMainWrap .content h2{
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 2rem;
}
#giftpayPopup .bs_body{
    text-align: left;
}
#giftpayPopup .bs_body h2{
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 3rem;
}
#giftpayPopup .bs_body .charging{
    margin-bottom: 2.4rem;
}
#giftpayPopup .bs_body ul.dot li em{
    font-weight: 700;
}

/* 상품권 구매 */
.giftPayWrap .topWrap{
    padding: 1.6rem 2.4rem 3.5rem;
}
.giftPayWrap .topWrap .gift_name{
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    font-size: 1.4rem;
    font-weight: 400;
    padding-bottom: 2.4rem;
}
.giftPayWrap .topWrap .gift_name span{
    font-size: 2.1rem;
    font-weight: 700;
}
.giftPayWrap .topWrap .gift_name::before{
    content: '';
    display: inline-block;
    width: 80px;
    height: 80px;
    background: url("/images/gift_img.png") 0 0 no-repeat;
    background-size: 100%;
    margin-right: 2rem;
}
.giftPayWrap .topWrap .dot{
    color: #696E76;
    margin-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #F4F6FB;
}
.giftPayWrap .topWrap .dot em{
    color: #26282C;
    font-weight: 700;
}
.giftPayWrap .contentWrap{
    padding: 0 2.4rem;
}
.giftPayWrap .contentWrap .terms{
    width: 100%;
    height: 200px;
    border: 1px solid #EDF0F8;
}

/* 상품권 주문내역 */
.giftlistWrap .topWrap{
    padding: 3rem 0 0;
    background: linear-gradient(70.48deg, #2CA6E0 0%, #266DFF 100%);
}
.giftlistWrap .topWrap .gift_name{
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-bottom: 3rem;
}
.giftlistWrap .topWrap .gift_name p{
    font-size: 2.1rem;
    font-weight: 500;
}
.giftlistWrap .topWrap .gift_name p span{
    font-size: 2.8rem;
    font-weight: 800;
}
.giftlistWrap .topWrap .gift_type{
    display: flex;
}
.giftlistWrap .topWrap .gift_type li{
    width: calc(100% / 2);
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 2rem 0;
    border-bottom: 4px solid transparent;
    cursor: pointer;
}
.giftlistWrap .topWrap .gift_type li.active{
    border-bottom: 4px solid #FFFFFF;
}
.giftlistWrap .ckbox input{
    display: none;
    position: relative;
}
.giftlistWrap .ckbox input + label{ 
    display: block;
    width:24px;
    height:24px;
    background: url("/images/check_off.png") 0 0 no-repeat; 
    background-size: 100%;
    margin-right: 1.5rem;
}
.giftlistWrap .ckbox input:checked + label{
    width:24px;
    height:24px;
    background: url("/images/check_on.png") 0 0 no-repeat; 
    background-size: 100%;
    margin-right: 0.5rem;
    margin-right: 1.5rem;
}
.giftlistWrap .content{
    display: none;
}
.giftlistWrap .content.active{
    display: block;
}
.giftlistWrap .gift_list {
    padding: 2.4rem;
}
.giftlistWrap .gift_list li{
    display: flex;
    align-items: center;
}
.giftlistWrap .gift_list li + li{
    margin-top: 2rem;
}
.giftlistWrap .gift_list li .gift_coupon{
    display: flex;
    width: 100%;
    color: #8C949E;
    border: 1px solid #8C949E;
    border-radius: 4px;
}
.giftlistWrap .gift_list li.on .gift_coupon{
    color: #1B45F5;
    border: 1px solid #1B45F5;
}
.giftlistWrap .gift_list li .gift_coupon > a,
.giftlistWrap .gift_list li .gift_coupon > div{
    padding: 1.6rem 2.4rem; 
    flex: 1;
}
.giftlistWrap .gift_list li .gift_coupon span{
    font-size: 1.5rem;
    font-weight: 500;
}
.giftlistWrap .gift_list li .gift_coupon p{
    font-size: 2.8rem;
    font-weight: 700;
}
.giftlistWrap .gift_list li .gift_coupon p em{
    font-size: 3.2rem;
    font-weight: 900;
}
.giftlistWrap .gift_list li .gift_coupon .gift_info{
    margin-top: 1.3rem;
}
.giftlistWrap .gift_list li .gift_coupon .gift_info p,
.giftlistWrap .gift_list li .gift_coupon .gift_info p em{
    font-size: 1.3rem;
    font-weight: 400;
}
.giftlistWrap .gift_list li .gift_coupon .gift_info p::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.3rem;
}
.giftlistWrap .gift_list li .gift_coupon .gift_info p.gift_issued::before{
    width: 13px;
    height: 14px;
    background: url("/images/gift_date_off.png");
    background-size: 100%;
}
.giftlistWrap .gift_list li.on .gift_coupon .gift_info p.gift_issued::before{
    background: url("/images/gift_date_on.png");
    background-size: 100%;
}
.giftlistWrap .gift_list li .gift_coupon .gift_info p.gift_period::before{
    width: 12px;
    height: 13px;
    background: url("/images/gift_time_off.png");
    background-size: 100%;
}
.giftlistWrap .gift_list li.on .gift_coupon .gift_info p.gift_period::before{
    background: url("/images/gift_time_on.png");
    background-size: 100%;
}
.giftlistWrap .gift_list li .gift_coupon::after{
    content: '';
    display: inline-block;
    width: 48px;
    height: 150px;
    background: url("/images/gift_off.png") 0 0 no-repeat;
    background-size: 100%;
}
.giftlistWrap .gift_list li.on .gift_coupon::after{
    background: url("/images/gift_on.png") 0 0 no-repeat;
    background-size: 100%;
}

.giftlistWrap #navaila .gift_list li .gift_coupon{
    color: #C5C9D6;
    border: 1px solid #C5C9D6;
}
.giftlistWrap #navaila .gift_list li .gift_coupon span{
    color: #C5C9D6;
}
.giftlistWrap #navaila .gift_list li .gift_coupon::after{
    background: url("/images/gift_n.png") 0 0 no-repeat;
    background-size: 100%;
}
.giftlistWrap #navaila .gift_list li .gift_coupon .gift_info p.gift_issued::before{
    background: url("/images/gift_date_n.png");
    background-size: 100%;
}
.giftlistWrap #navaila .gift_list li .gift_coupon .gift_info p.gift_period::before{
    background: url("/images/gift_time_n.png");
    background-size: 100%;
}

.giftlistWrap #navaila .gift_coupon{
    position: relative;
}
.giftlistWrap #navaila .gift_coupon .tag{
    position: absolute;
    bottom: 1.6rem;
    right: 7rem;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 0.6rem 0.8rem;
}
.tag.tag_cancel{
    color: #FC504F;
    background: #FFF5F4;
}
.tag.tag_refund{
    color: #FFF5F4;
    background: #FC504F;

}
.tag.tag_period{
    color: #696E76;
    background: #EFF0F5;
}
.tag.tag_gift{
    color: #70E9B7;
    background: #EFFFF8;
}

/* 상품권 주문 > 상품권 상세내역 */
.giftdetailWrap,
.giftdetailWrap .btnWrap{
    background: #F9FAFC; 
}
.giftdetailWrap .topWrap{
    background: #fff;
    padding-top: 2.4rem;
    text-align: center;
}
.giftdetailWrap .topWrap img{
    width: calc(100% / 3);
    margin-bottom: 1.6rem;
}
.giftdetailWrap .topWrap p{
    color: #AAB0B8;
    font-size: 1.2rem;
    font-weight: 600;
    padding-bottom: 2.4rem;
    border-bottom: 1px solid #F4F6FB;
}
.giftdetailWrap .contentWrap{
    background: #fff;
    padding: 0 2.4rem;
}
.giftdetailWrap .contentWrap .content{
    display: none;
    padding: 2.4rem 0;
    border-bottom: 1px solid #F4F6FB;
}
.giftdetailWrap .contentWrap .content:last-child{
    border-bottom: 0;
}
.giftdetailWrap .contentWrap .content > h2{
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.giftdetailWrap .contentWrap .content .title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.3rem;
    font-size: 1.6rem;
    font-weight: 700;
}
.giftdetailWrap .contentWrap .content .title .tag{
    width: 55px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
}
.giftdetailWrap .contentWrap .gift_charge dd{
    font-size: 1.6rem;
    font-weight: 700;
}
.giftdetailWrap .contentWrap .card_text{
    display: flex;
    color: #8C949E;
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 2.4rem;
}
.giftdetailWrap .contentWrap .card_text::before{
    content: '';
    display: block;
    width: 1.6rem;
    height: 1.7rem;
    background: url("/images/exc_icon5.png") 0 0 no-repeat;
    background-size: 100%;
    margin-right: 0.5rem;
}
.giftdetailWrap .contentWrap ol{
    list-style: auto;
    margin-bottom: 2.4rem;
}
.giftdetailWrap .contentWrap ol li{
    list-style: auto;
    margin-bottom: 0.3rem;
}
.giftdetailWrap .contentWrap .infoText{
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 1rem;
}
.giftdetailWrap .contentWrap .infoText em{
    font-weight: 600;
}
.giftdetailWrap .contentWrap ol{
    margin-left: 1rem;
    color: #696E76;
    font-size: 1.3rem;
    font-weight: 400;
}
.giftdetailWrap .contentWrap ol em{
    color: #1B45F5;
}
.giftdetailWrap .contentWrap ol p{
    display: flex;
    color: #696E76;
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 0.3rem;
}
.giftdetailWrap .contentWrap ol p span{
    display: block;
    margin-right: 0.5rem;
}
.giftdetailWrap .contentWrap #content3 > p{
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
}
.giftdetailWrap .contentWrap #content3 > p em{
    font-weight: 600;
}
.giftdetailWrap.complete .topWrap,
.giftdetailWrap.complete #content3{
    display: none;
}
.giftdetailWrap .termLink {
    display: block;
    position: relative;
    width: 100%;
    padding: 1.5rem 2.4rem;
    background: #F4F6FB;
    border-radius: 12px;
    font-size: 1.3rem;
    font-weight: 700;
    text-align: left;
}
.giftdetailWrap .termLink::before{
    content: '';
    display: inline-block;
    width: 16px;
    height: 18px;
    background: url("/images/terms_icon.png") 0 0 no-repeat;
    background-size: 100%;
    vertical-align: middle;
    margin-right: 0.8rem;
}
.giftdetailWrap .termLink::after{
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("/images/arr_icon2.png") 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    right: 2.4rem;
    top: 50%;
    transform: translateY(-50%);
}

/* 상품권 상세 내역 > 신용카드 구매 취소 */
.giftcardcancelWrap .topWrap{
    padding: 2.4rem 0 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.giftcardcancelWrap .topWrap::before{
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background: url("/images/card_icon2.png") 0 0 no-repeat;
    background-size: 100%;
    margin-bottom: 2.4rem;
}
.giftcardcancelWrap .topWrap p{
    font-size: 2.4rem;
    font-weight: 400;
    margin-bottom: 1.4rem;
    text-align: center;
}
.giftcardcancelWrap .topWrap p em{
    font-weight: 700;
}
.giftcardcancelWrap .topWrap span{
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
}
.giftcardcancelWrap .contentWrap{
    padding: 0 2.4rem;
}
.giftcardcancelWrap .contentWrap .content{
    border-top: 1px solid #F4F6FB;
    border-bottom: 1px solid #F4F6FB;
    padding: 4rem 0;    
}
.giftcardcancelWrap .contentWrap dl dt{
    color: #696E76;
    font-size: 1.5rem;
    font-weight: 400;
}
.giftcardcancelWrap .contentWrap dl dd{
    font-size: 1.6rem;
    font-weight: 500;
}
.giftcardcancelWrap .contentWrap dl dd span{
    font-size: 1.8rem;
    font-weight: 700;
}

/* 상품권 환불 */
.giftRefundWrap .contentWrap{
    padding: 2.4rem;
}
.giftRefundWrap .topWrap{
    position: relative;
    padding: 2.4rem;
}
.giftRefundWrap .topWrap::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1.4rem;
    width: 100%;
    height: 10px;
    background: #F7F8FB;
}
.giftRefundWrap .topWrap dt{
    color: #696E76;
}
.giftRefundWrap .topWrap .dot dt::before{
    background: #696E76;
}
.giftRefundWrap .topWrap dd{
    font-weight: 500;
}
.giftRefundWrap .topWrap .refund_total dd{
    color: #F14A76;
}
.giftRefundWrap .contentWrap .content + .content{
    margin-top: 4rem;
}
.giftRefundWrap .contentWrap .content .info h2{
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
}
.giftRefundWrap .contentWrap .content .info ul{
    padding: 2rem;
    background: #F7F8FB;
    border-radius: 16px;
    color: #696E76;
}
.giftRefundWrap .contentWrap .content .info ul li::before{
    background: #696E76;
}
.giftRefundWrap .contentWrap .content .rf_form_number p{
    font-size: 1.3rem;
    font-weight: 700;
    color: #C5C9D6;
    margin-top: 1.2rem;
}
.giftRefundWrap .contentWrap .content .rf_form_number p:before{
    content: '';
    display: inline-block;
    width: 14px;
    height: 16px;
    background: url("/images/exc_icon.png") 0 0 no-repeat;
    background-size: 100%;
    vertical-align: middle;
    margin-right: 0.6rem;
}
.giftRefundWrap .contentWrap .content .info{
    margin-top: 4.5rem;
}

/* 환불정보 재확인 */
.myRemit_save{
    align-items: center;
    margin-top: 3rem;
}
#switch{
    position: absolute;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: auto;
}
.switch_label {
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 48px;
    height: 28px;
    background: #EFF0F5;
    border-radius: 20px;
    transition: 0.2s;
}
.switch_label:hover {
    background: #efefef;
}
.onf_btn {
    position: absolute;
    top: 4px;
    left: 3px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #fff;
    transition: 0.2s;
}
#switch:checked+.switch_label {
    background: #C2F05F;
}
#switch:checked+.switch_label .onf_btn {
    left: 24px;
    background: #fff;
}

/* 선물하기 */
.giveWrap .topWrap{
    position: relative;
    padding: 1.6rem 2.4rem 2.4rem;
}
.giveWrap .topWrap h2{
    font-size: 1.4rem;
    font-weight: 400;
}
.giveWrap .topWrap p{
    font-size: 2.1rem;
    font-weight: 600;
}
.giveWrap .topWrap::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1.4rem;
    width: 100%;
    height: 10px;
    background: #F7F8FB;
}
.giveWrap .topWrap p span{
    font-size: 2.6rem;
    font-weight: 800;
}
.giveWrap .contentWrap{
    padding: 3rem 2.4rem 0;
}
#giftPopup .bottom_sheet .bs_body h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 2.6rem;
    font-weight: 700;
    color: #171C61;
    margin-bottom: 1rem;
}
#giftPopup .bottom_sheet .bs_body h2::before{
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background: url("/images/gift_icon.png") 0 0 no-repeat;
    background-size: 100%;
    margin-bottom: 2.5rem;
}

/* 선물하기 인증 */
.giveStepWrap{
    background: #F9FAFC;
    padding-top: 8rem;
}
.giveStepWrap .topWrap{
    text-align: center;
    margin-bottom: 4rem;
}
.giveStepWrap .topWrap h2{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.giveStepWrap.fail_time .topWrap h2,
.giveStepWrap.fail_refusal .topWrap h2{
    color: #F14A76;
}
.giveStepWrap.Waiting .topWrap h2::before{
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background: url("/images/give_icon1.png") 0 0 no-repeat;
    background-size: 100%;
    margin-bottom: 2rem;
}
.giveStepWrap.complete .topWrap h2::before{
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background: url("/images/give_icon2.png") 0 0 no-repeat;
    background-size: 100%;
    margin-bottom: 2rem;
}
.giveStepWrap.fail_time .topWrap h2::before{
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background: url("/images/give_icon3.png") 0 0 no-repeat;
    background-size: 100%;
    margin-bottom: 2rem;
}
.giveStepWrap.fail_refusal .topWrap h2::before{
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background: url("/images/give_icon4.png") 0 0 no-repeat;
    background-size: 100%;
    margin-bottom: 2rem;
}
.giveStepWrap .topWrap p{
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 1rem;
}
.giveStepWrap .topWrap .time{
    color: #F14A76;
    font-size: 1.6rem;
    font-weight: 300;
}
.giveStepWrap .contentWrap{
    padding: 0 1.6rem;
}
.giveStepWrap .contentWrap .content{
    background: #fff;
    padding: 3rem 2rem;
    box-shadow: 0px 2px 4px 0px #00000012;
    position: relative;
}
.giveStepWrap .contentWrap .content::after{
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    background: url(../images/give_outline.png) 0 0 repeat-x;
    background-size: contain;
    position: absolute;
    bottom: -7px;
    left: 0;
}
.giveStepWrap .contentWrap .content dl{
    font-size: 1.3rem;
    font-weight: 400;
}
.giveStepWrap.fail_time .contentWrap dl,
.giveStepWrap.fail_refusal .contentWrap dl{
    color: #BEBEC0;
}
.giveStepWrap .contentWrap .content dl + dl{
    margin-top: 1.5rem;
}
.giveStepWrap .contentWrap .content dl dd{
    font-size: 1.5rem;
    font-weight: 500;
}
.giveStepWrap .contentWrap .content dl.give_price dd{
    font-size: 1.6rem;
    font-weight: 600;
}
.giveStepWrap .contentWrap .content dl.give_price dd span{
    font-size: 1.8rem;
    font-weight: 700;
}
.giveStepWrap .btnWrap{
    background: transparent;   
}
.giveStepWrap.receive_ing .topWrap h2::before{
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background: url("/images/give_icon2.png") 0 0 no-repeat;
    background-size: 100%;
    margin-bottom: 2rem;
}
.giveStepWrap.receive_com .topWrap h2::before{
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background: url("/images/give_icon5.png") 0 0 no-repeat;
    background-size: 100%;
    margin-bottom: 2rem;
}
.giveStepWrap.receive_refusal .topWrap h2::before{
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background: url("/images/give_icon4.png") 0 0 no-repeat;
    background-size: 100%;
    margin-bottom: 2rem;
}
.giveStepWrap.receive_fail .topWrap h2::before{
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background: url("/images/give_icon3.png") 0 0 no-repeat;
    background-size: 100%;
    margin-bottom: 2rem;
}
.giveStepWrap.fullpage{
    height: 100%;
    background: #fff;
}
.giveStepWrap.fullpage .topWrap{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.giveStepWrap.fullpage .topWrap h2{
    color: #F14A76;

}

/* 가상계좌 */
.orgWrap{
    height: 90%;
    background: #F7F8FB;
}
.orgWrap .contentWrap{
    padding: 2rem 2.4rem 0;
}
.orgWrap .contentWrap .contentInner{
    background: #fff;
    padding: 0 2rem;
}
.orgWrap .contentWrap .content{
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #EDF0F8;
}
.orgWrap .contentWrap .content:last-child{
    border-bottom: 0;
}
.orgWrap .contentWrap .content + .content{
    margin-top: 2rem;
}
.orgWrap .contentWrap #content1{
    padding-top: 3rem;
    text-align: center;
}
.orgWrap .contentWrap #content1 > span{
    font-size: 1.4rem;
    font-weight: 400;
}
.orgWrap .contentWrap #content1 p{
    font-size: 1.8rem;
    font-weight: 500;
}
.orgWrap .contentWrap #content1 p span{
    font-size: 2.4rem;
    font-weight: 700;
}
.orgWrap .contentWrap .content h2{
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.orgWrap .contentWrap .content dl{
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
    font-weight: 400;
}
.orgWrap .contentWrap .content dl dt{
    color: #696E76;
}
.orgWrap .contentWrap .content dl dd{
    color: #26282C;
}

/* 입금계좌 안내 */
.depWrap .contentWrap #bankInfo{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3.6rem;
}
.depWrap .contentWrap #bankInfo img{
    width: 36px;
    height: 36px;
    margin-bottom: 1.3rem;
}
.depWrap .contentWrap #bankInfo span{
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.depWrap .contentWrap #bankInfo .acc_copy{
    display: flex;
    align-items: center;
}
.depWrap .contentWrap #bankInfo .acc_copy p{
    font-size: 1.6rem;
    font-weight: 400;
    margin-right: 0.4rem;
}
.depWrap .contentWrap #bankInfo .acc_copy .copyBtn{
    width: 16px;
    height: 16px;
    background: url(../images/copy_icon.png) 0 0 no-repeat;
    background-size: 100%;
}
.depWrap .contentWrap .text{
    margin-top: 2rem;
}

/* 주문내역 */
.orderWrap{
    height: calc(100% - 54px);
    background: #F7F8FB;
}
.orderWrap .content{
    width: 100%;
    height: 100%;
}
.orderWrap .order{
    width: 100%;
    padding: 3.2rem 2.4rem 2.4rem;
    background: #fff;
    margin-bottom: 1rem;
}
.orderWrap .order .date{
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 2rem;
}
.orderWrap .order dl{
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 1.8rem;
}
.orderWrap .order dl dd span{
    font-size: 1.6rem;
    font-weight: 700;
}
.orderWrap .order .detailBtn{
    width: 100%;
    color: #1B45F5;
    font-size: 1.5rem;
    font-weight: 400;
    border: 1px solid #EDF0F8;
}
.orderWrap .order .detailBtn a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 1.2rem 0;
}
.condition_total{
    display: flex;
    justify-content: space-between;
    padding: 2rem;
    font-size: 1.4rem;
    font-weight: 400;
}
.condition_total span{
    font-weight: 600;
}
.condition_total button.condition{
    font-size: 1.3rem;
    font-weight: 400;
}
.condition_total button.condition::after{
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("/images/condition_icon.png") 0 0 no-repeat;
    background-size: 100%;
    vertical-align: middle;
    margin-left: 0.3rem;
}
.condition_total .ckbox {
    display: flex;
    align-items: center;
}

/* 주문상세내역 */
.detailWrap .contentWrap #content1{
    position: relative;
    padding: 1.6rem 2.4rem 4rem;
}
.detailWrap #content1 h2{
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 3rem;
}
.detailWrap #content1 dl{
    font-size: 1.6rem;
    font-weight: 500;
    color: #696E76;
}
.detailWrap #content1 dl.order_price dd{
    font-weight: 1.8rem;
    font-weight: 600;
    color: #26282C;

}
.detailWrap #content1 dl.order_price dd span{
    font-size: 2.2rem;
    font-weight: 800;
}
.detailWrap .contentWrap #content1::after{
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    background: #F7F8FB;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.detailWrap .contentWrap #content2{
    padding: 4rem 2.4rem;
}
.detailWrap .contentWrap #content2 p{
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 3rem;
}
.detailWrap .contentWrap #content2 p::before{
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/images/barcode_icon.png") 0 0 no-repeat;
    background-size: 100%;
    vertical-align: middle;
    margin-right: 1rem;
}
.detailWrap .contentWrap #content2 span{
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    color: #1B45F5;
    margin-bottom: 1.2rem;
}
.detailWrap .contentWrap #content2 .barcode{
    padding: 0 2rem;
}
.detailWrap .contentWrap #content2 .barcode img{
    width: 100%;
}
.detailWrap .contentWrap #content2 .barcodeBtn{
    font-size: 1.9rem;
    font-weight: 700;
    color: #fff;
    width: 100%;
    padding: 1.4rem 0;
    background: #1B45F5;
    border-radius: 8px;
    margin-top: 6rem;
}
.barcodePopup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 4rem 4rem 2rem;
    z-index: 2;
    display: none;
}
.barcodePopup.active{
    display: block;
}
.barcodePopup .inner{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.barcodePopup p{
    font-size: 2.1rem;
    font-weight: 700;
    color: #1B45F5;
    text-align: center;
}
.barcodePopup img{
    width: 100%;
}
.barcodePopup .closeBtn{
    width: 52px;
    height: 52px;
    background: url("/images/close_btn.png") 0 0 no-repeat;
    background-size: 100%;
}

/* 비회원 본인 인증 */
.nmWrap .contentWrap{
    padding: 2.4rem;
}
.nmWrap #nm_info img{
    width: 80px;
    height: 80px;
    margin-bottom: 3rem;
}
.nmWrap #nm_info h2{
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
}
.nmWrap #nm_info p {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 3rem;
}
.nmWrap #nm_info a{
    display: block;
    position: relative;
    width: 100%;
    padding: 2.6rem 2.4rem;
    background: #F4F6FB;
    border-radius: 4px;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
}
.nmWrap #nm_info a::before{
    content: '';
    display: inline-block;
    width: 32px;
    height: 35px;
    background: url("/images/certi_icon.png") 0 0 no-repeat;
    background-size: 100%;
    vertical-align: middle;
}
.nmWrap #nm_info a::after{
    content: '';
    display: inline-block;
    width: 6px;
    height: 8px;
    background: url("/images/arr_icon.png") 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    right: 2.4rem;
    top: 50%;
    transform: translateY(-50%);
}
.nmWrap .contentWrap .pwinfo{
    color: #FC504F;
    font-size: 1.3rem;
    font-weight: 500;
    background: #FFF5F4;
    padding: 1.6rem;
    margin-top: 3rem;
    position: relative;
    padding-left: 4rem;
    border-radius: 16px;
}
.nmWrap .contentWrap .pwinfo::before{
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url("/images/exc_icon4.png") 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    left: 1.6rem;
}

/* lordPAY */
.lordPay_icon{
    width: 93px;
}
.lordPayWrap .topWrap{
    border-top: 1px solid #EFF0F5;
    border-bottom: 1px solid #EFF0F5;
    padding: 2.4rem;
}
.lordPayWrap .topWrap .textWrap{
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.lordPayWrap .topWrap .textWrap{
    font-size: 1.4rem;
    font-weight: 400;
}
.lordPayWrap .topWrap .textWrap div p{
    font-weight: 700;
    text-align: right;
}
.lordPayWrap .topWrap .textWrap img{
    width: 105px;
    margin-bottom: 1.5rem;
}
.lordPayWrap .contentWrap{
    padding: 3.2rem 2.4rem 0;
}
.lordPayWrap .contentWrap input{
    height: auto;
}
.lordPayWrap .contentWrap .inputs{
    display: flex;
    align-items: baseline;
}
.lordPayWrap .contentWrap .inputs .pay_cardNum{
    width: calc(100% / 4 );
    margin-right: 0.6rem;
    text-align: center;
}
.lordPayWrap .contentWrap .formFlex{
    display: flex;
    flex-wrap: wrap;
    margin-top: 3rem;
}
.lordPayWrap .contentWrap .formFlex > div{
    width: calc(100% / 2 - 10px);
    margin-top: 0!important;
}.lordPayWrap .contentWrap .formFlex > div:first-child{
    margin-right: 2rem;
}
.lordPayWrap .contentWrap .formFlex > div p{
    font-size: 1.2rem;
}
.lordPayWrap .contentWrap .inputs .pay_date{
    text-align: center;
}
.lordPayWrap .content.forms .formDiv .error.pw.on{
    margin-left: 52%;
}

#imsPopup .bottom_sheet {
    height: 50%;
}
#imsPopup .bottom_sheet .bs_body {
    height: 100%;
}
#imsPopup .bottom_sheet .bs_body h2{
    font-size: 2rem;
    font-weight: 700;
    text-align: left;
}
#imsPopup .bottom_sheet .bs_body ul{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 90%;
    overflow: auto;
}
#imsPopup .bottom_sheet .bs_body li{
    position: relative;
    font-size: 1.7rem;
    font-weight: 400;
    padding: 1.5rem 0;
    cursor: pointer;
}

#imsPopup .bottom_sheet .bs_body li.check{
    color: #266DFF;
}
#imsPopup .bottom_sheet .bs_body li.check::after{
    content: '';
    display: inline-block;
    width: 15px;
    height: 13px;
    background: url("/images/lordpay/check_icon.png") 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    right: 20px;
    top: 20px;
}
@media (min-width:580px){
    body{
        background:  #F9FAFC;
    }
    header{
        display: none;
    }
    .mn_mob{
        display: none;
    }
    .main_header{
        padding: 2.4rem;
        background: #fff;
        box-shadow: 0px 1px 0px 0px #EDF0F8;
    }
    .main_header .mn_pc .mn{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .main_header .mn_pc .mn label{
        display: inline-block;
        font-size: 1.8rem;
        font-weight: 500;
    }
    .main_header .mn_pc .mn label + label{
        margin-left: 6rem;
    }
    .main_header .mn_pc .mn .lang_mn{
        display: inline-block;
        margin-left: 6rem;
    }
    .wrap{
        position: relative;
        box-shadow: 0px 8px 24px 0px #A8AEC61A;
        /* overflow: auto; */
        margin-top: 2rem;
    }
    .wrap.loginWrap{
        height: 780px;
        margin-top: 11.4rem;
        padding: 4.8rem 8rem;
    }
    .wrap.loginWrap .m{
        display: none;
    }
    .wrap.loginWrap .p{
        display: block;
    }
    .layer_body{
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 580px;
    }
    .btnWrap{
        /* position: absolute; */
        position: static;
        width: 580px;
    }
    .btnWrap.inner{
        /* left: auto;
        right: auto; */
        width: calc(580px - 4.8rem);
        padding: 1.6rem 0;
    }
    .main .contentWrap .content{
        height: 460px;
    }

    .giftMainWrap .topWrap::before{
        height: 380px;
    }
    #bankPopup .bottom_sheet,
    #imsPopup .bottom_sheet {
        width: 580px;
        left: 50%;
        transform: translateX(-50%);
    }
    .giftPayWrap .contentWrap .terms{
        height: 300px;
    }
}

@media (max-width:579px) {
    html{
        font-size: 8px;
    }
    header{
        width: 100%;
    }
    .wrap{
        width: 100%; 
        padding-bottom: 150px;
    }
    .wrap.main{
        padding-bottom: 0;
    }
    .wrap.loginWrap .m{
        display: block;
    }
    .wrap.loginWrap .p{
        display: none;
    }
    .wrap.giftMainWrap,
    .wrap.cardMainWrap,
    .wrap.detailWrap{
        padding-bottom: 0;
    }
    .mn_pc{
        display: none;
    }
    .main_header{
        position: fixed;
        z-index: 2;
        background: #fff;
        width: 100%;
        position: relative;
        margin-bottom: 20px;
    }
    .main_header .mn_mob{
        /* position: fixed;
        width: 100%; */
    }
    .main_header .mn_mob .mn{
        display: flex;
        position: relative;
    }
    .main_header .mn_mob .mn .mn_btn {
        display: block;
        width: 2.8rem;
        height: 2.3rem;
        background: transparent;
        position: absolute;
        right: 0;
        cursor: pointer;
    }
    .main_header .mn_mob .mn .mn_btn span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 0.3rem;
        background-color: #26282C;
        border-radius: 4px;
        transition: all .4s;
    }
    .main_header .mn_mob .mn .mn_btn span:nth-of-type(1) {
        top: 0;
    }
    .main_header .mn_mob .mn .mn_btn span:nth-of-type(2) {
        top: 1rem;
    }
    .main_header .mn_mob .mn .mn_btn span:nth-of-type(3) {
        bottom: 0;
    }
    .main_header .mn_mob .mn .mn_btn.active span:nth-of-type(1) {
        -webkit-transform: translateY (1rem) rotate (-45deg);
        transform: translateY(1rem) rotate(-45deg);
    }
    .main_header .mn_mob .mn .mn_btn.active span:nth-of-type(2) {
        opacity: 0;
    }
    .main_header .mn_mob .mn .mn_btn.active span:nth-of-type(3) {
        -webkit-transform: translateY(1rem) rotate(45deg);
        transform: translateY(-1rem) rotate(45deg);
    }
    .main_header .mn_mob .menuWrap{
        display: none;
        padding: 2.4rem 0;
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        background: #fff;
    }
    .main_header .mn_mob .menuWrap.active{
        display: block;
    }
    .main_header .mn_mob .menuWrap li{
        font-size: 2.1rem;
        font-weight: 700;
        padding: 2rem 2.4rem;
    }
    .main_header .mn_mob .menuWrap .langwrap li{
        padding: 1rem 2rem;
    }
    .chargeWrap #content2::before{
        width: 100vw;
        margin-left: calc(-50vw + 50%);
    }
    .btnWrap{
        width: 100%;
    }
    .btnWrap.inner #agree + label span{
        /* left: 6rem; */
        line-height: normal;
    }

    .giftlistWrap .gift_list li .gift_coupon > div {
        padding: 2rem 2.4rem;
    }
    .giftlistWrap .gift_list li .gift_coupon::after{
        width: 42px;
        height: 130px;
    }

    footer .footer_info li span + span.m{
        margin-left: 0;
        display: block;
        line-height: 20px;
    }
}