@import "./common.css";
@import "./kys.css";
@import "./esc.css";
@import "../common/aos.css";
@import "./event.css";

/** Form Wrap : width:640px **/
.form-wrap {
    max-width: 640px;
    margin: 0 auto;
    color: #1c1c1c;
}
.form-wrap.mg-none{padding-top:0;}
.form-wrap.full{max-width:100%;}
.form-wrap .form-inp{padding-top:20px;}
.login .form-wrap .form-inp{padding-top:15px;}
.form-wrap .form-inp dl + dl,
.form-wrap .form-inp dd + dd{margin-top:10px;}
.form-wrap [class*='tab-'] + .form-box{padding-top:28px}
.form-box .title-6{
    font-size:18px;
    font-weight: 700;
}
.form-wrap .form-box + .form-box{padding-top:40px;}
.join .form-wrap .form-box + .form-box{padding-top:20px;}
.form-wrap .form-box [class*='title-'] + .txt-1{margin-top:10px;}
.form-wrap [class*='txt-'] + .form-grid{margin-top:30px;}
.toast-msg{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    align-items: center;
    justify-content: center;
    z-index:1041;
    display:none;
    opacity:0;
}
.toast-msg.show{
    display:flex;
    animation: toast-show 2.6s ease-in-out forwards;
}
@keyframes toast-show {
    0% {opacity:0;}
    17% {opacity:1;}
    83% {opacity:1;}
    100% {opacity: 0;}
}
.toast-msg .msg{
    position:relative;
    font-size:14px;
    color:#fff;
    margin: 0 20px;
    padding:20px 40px;
    display:flex;
    align-items: center;
    justify-content: center;
    min-width:calc(100% - 40px);
    min-height:60px;
    background:rgba(0,0,0,.8);
    border-radius: 6px;
}

/** Login **/
.cont-body.login{padding-top:30px}
.login .reserve-box{padding:12px 0 20px}
.login .form-btns{position:relative; margin-top:17px; padding-bottom:45px;}
.login .form-btns .btn-login{margin-top:20px}
.login .form-btns .btn-login + .btn-login{margin-top:15px;}
.login .list_inline{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    justify-content: center;
}
.login .list_inline > *{
    font-size:13px;
    color:#000;
    letter-spacing: -0.85px;
}
.login .list_inline > * + *:before{
    content: '';
    width:1px;
    height:10px;
    display:inline-block;
    vertical-align: middle;
    background:rgb(204,204,204);
    margin:0 16px;
}
.login .btn-reserve{margin-top:30px}
.login .sns-login{margin-top:30px; font-size: 16px;}
.login .sign-up{
    font-weight: 700;
}
.login .sns-login em{
    width:0;
    height:0;
    font-size:0;
    line-height: 0;
    text-indent: -9999px;
}
.login .find-id dl{margin-top:20px}
.login .certified .panel-box{flex-direction: column; margin-top:40px;}
.login .certified .panel-box .panel{
    width:100%;
    display:flex;
    flex-direction: initial;
    align-items: center;
    padding: 31px 24px;
    background:rgb(247,247,247);
}
.login .certified .panel{
    position: relative;
    display:flex;
    align-items: center;
    flex-direction: column;
    flex:1;
    padding-top:5px;
}
.login .certified .panel + .panel{margin-top:10px}
.login .certified .panel:before{
    content: '';
    display:inline-block;
    width:28px;
    height:28px;
    margin-right:24px;
    background-size: 100% auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.login .certified .phone:before{background-image:url('../../images/icon_phone_02.svg')}
.login .certified .member:before{background-image:url('../../images/icon_member.svg')}
.login .certified .panel-box.pw .panel:nth-child(1){
    border-right:0;
}
.login .certified .panel:after,
.login .certified .panel + .panel:after{
    content: '';
    display:block;
    position: static;
    width:38px;
    height:38px;
    background:url('../../images/icon_arrow_next.svg') 50% 50%/100% no-repeat;
    margin-left:auto;
}
.login .certified .panel span{
    font-size:16px;
    line-height:1.47;
    letter-spacing: -0.75px;
    color:#000;
}
.login .certified .panel span:before{margin-right:auto}
.login .etc-txt{
    margin-top:40px;
    font-size:13px;
    font-weight: 400;
    color:#999
}
.login .etc-txt em{display:none}
.login .inp-radio > .label {color: #ccc;}
.login .tab-nav > * {color: #ccc; border-color: #ccc !important;}
.login .tab-nav > *.selected {color: rgb(28,28,28); border-color: rgb(28,28,28) !important;}
.login .bg-box{margin-top:40px; padding:0; background:none;}
.login .list-type-1 li{
    font-size:13px;
    color:#999
}

.login .btn-wrap.row > * + * {
    min-height: 50px;
    margin-top: 10px;
}


    /* Sns Login */
.sns-login .btn-sns-login{
    display:flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 60px;
    border: 1px solid #ccc;
    background-color: #fff;
}
.sns-login .btn-sns-login:before{
    content: '';
    width:20px;
    height:20px;
    display:inline-block;
    background-size:100% auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-bottom: 1px;
    margin-right: 5px;
}
.sns-login .btn-sns-login:hover {
    border-color: #1c1c1c;
}
.sns-login .btn-sns-login.naver:before{background-image: url('../../images/v2-icon-login-naver.svg')}
.sns-login .btn-sns-login.apple:before{background-image: url('../../images/v2-icon-login-apple.svg')}
.sns-login .btn-sns-login em{
    font-size:15px;
    font-weight: 500;
    margin-top:10px;
    letter-spacing: -0.6px;
}
.sns-login .btn-sns-login + .btn-sns-login{
    margin-top: 10px;
}

/** Login Swiper */
.login .swiper-banner{
    /*width:calc(100% + 20px);*/
    width: 100%;
    margin:55px 0 0 0;
    padding:0 0 30px
}
.login .swiper-banner:before,
.login .swiper-banner:after{
    content: '';
    width:30px;
    height:100%;
    background:#fff;
    position:absolute;
    top:0;
    z-index:2
}
.login .swiper-banner:before{left:0}
.login .swiper-banner:after{right:0}
.login .swiper-banner .swiper-wrapper{
    max-width:640px;
    max-height:200px;
}
.login .swiper-banner .swiper-slide{
    /*width:calc(100% - 20px)*/
    width: 100%;
}
.login .swiper-banner .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.login .swiper-button-next,
.login .swiper-button-prev{
    width:60px;
    height:60px;
    margin-top:-47px;
    z-index:5;
    border-radius: 50px;
    border: solid 1px #000;
    background-color:#fff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 31px auto;
    display:none
}
.login .swiper-button-next::after,
.login .swiper-button-prev::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 37px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 30px 16px;
    margin-left: -18px;
    transform: translate(0, -50%);
}
.login .swiper-banner .swiper-button-next,
.login .swiper-banner .swiper-button-prev,
.login .swiper-banner:before,
.login .swiper-banner:after,
.login .swiper-banner:hover .swiper-button-next,
.login .swiper-banner:hover .swiper-button-prev{display:none}

.login .swiper-pagination{
    bottom:0 !important;
    display:flex;
    justify-content: center;
    left:0 !important;
    width:calc(100% - 54px) !important;
}
.login .swiper-pagination-progressbar-fill{background:#000 !important;}
.login .swiper-pagination-bullet{
    background:#1c1c1c;
    opacity: .1;
    text-align:left;
    justify-self: flex-start;
}
.login .swiper-pagination-bullet-active{
    width:20px;
    border-radius:10px;
    transition: all .2s ease-out;
    opacity:1
}
.login .swiper-banner .custom-pagination{
    right:22px;
    font-size:12px;
}
.login .swiper-banner .swiper-pagination-login-bnr {
    padding-top: 2.78vw;
    text-align: center;
}

.account-on p.md-text-1 + p{
    margin-top:10px;
    color:#999
}
.form-txt-area{padding-bottom:30px;}
.form-txt-area > strong{
    display:block;
    font-size:20px;
    font-weight: 500;
    letter-spacing: -1.4px;
}
.form-txt-area > strong em{color:#e43d30}
.form-txt{
    margin-top:30px;
    color:#999;
    letter-spacing: -0.7px;
}

/* 업체 리스트 */
.list-airplane ul{
    display:flex;
    flex-wrap: wrap;
}
.list-airplane li{
    flex:none;
    width:50%;
    padding:5px 0;
    font-weight: 500
}

/** Join **/
.join{padding-top:40px;}
.join .btn-type-3,
.join .btn-type-4 {
    min-height: 55px;
}
.join .sns-login{text-align: center}
.join .sns-login em{
    font-size:12px;
    font-weight: 400;
    /*width:50px;*/
    word-break: keep-all;
}
.join .sns-login .btn-sns-login:before {
    width: 22px;
    height: 22px;
}
.join .sns-login .btn-sns-login + .btn-sns-login {
    margin-top: 5px;
}
.join .txt-imp{margin-top:20px; padding-bottom:50px; color:#999;}
.join .join-1 .btn-type-3{font-size:16px}
.join .join-2 + .txt-imp{margin-top:30px}
.join .step-nav{padding: 0 0 40px}
.join .step-nav ul{
    display:flex;
    align-items: center;
}
.join .step-nav li{
    flex:none;
    font-size:20px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #e5e5e5;
    position:relative;
    line-height: 1.0;
}
.join .step-nav li:first-child:before{
    display: none;
}
.join .step-nav li + li:before{
    content: '';
    display:inline-block;
    width:18px;
    height:18px;
    background:url('../../images/icon_arrow_right_03.svg') 52% 50%/6px 9px no-repeat;
    opacity: .15;
}
@media screen and (max-width: 370px){
    .join .step-nav li {
        font-size: 16.5px;
    }
    .join .step-nav li + li:before{
        width:15px;
        height:15px;
        margin-top: 4.5px;
        background-size: 4px 8px;
    }
    .join .step-nav li:first-child:before{
        content: '';
        display:inline-block;
        width:18px;
        height:18px;
        margin-left: -20px;
        opacity: 0;
    }
}
.join .step-nav li.selected + li:before,
.join .step-nav li.complete + li:before { opacity: 1;}
.join .step-nav .complete,
.join .step-nav .selected{
    color:#1c1c1c;
}
.join .step-nav .selected:after{
    content: '';
    width:5px;
    height:5px;
    background:#e43d30;
    border-radius: 10px;
    position:absolute;
    top:-11px;
    left:calc(50% - 2px);
}
.join .step-nav li + .selected:after{left:calc(50% + 9px);}
.join .form-box .btn-wrap{margin-top:20px}
.join .form-box.join-2 .btn-wrap {margin-top: 5px;}
.join .terms-box{margin-top:30px;}
.join .terms-box .check-all > .label{
    font-size:18px;
    letter-spacing: -0.54px;
}
.join .terms-box .inp-check.type2 > .label{font-size:14px}
.join .terms-list{
    margin-top:20px;
    padding:12px 20px 12px 13px;
    border-top:1px solid #333;
    border-bottom:1px solid #ccc;
}
.join .terms-list .list-item{
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding:11px 0;
}
.join .terms-list .label-box .label{word-break: keep-all}
.join .terms-list .label-box.no-check .label:before {display:none;}
.join .terms-list .label-box.no-check .inp-check {margin-left:29px;}
.join .terms-list .more{flex:none; margin-left:20px}
.join .terms-list .more button{
    font-size:13px;
    font-weight: 500;
    color:#666;
    border-bottom:1px solid #666;
    line-height:1.3;
}
.join .terms-list .more:hover button {font-weight: 700;}
.join .btn-wrap{margin-top:80px}
.join .complete-box{
    text-align: center;
    padding:50px 15px 0;
}
.join .complete-box:before{
    content: '';
    width:82px;
    height:74px;
    display:inline-block;
    margin:0 auto 30px;
    background:url('../../images/icon_smile.png') 50% 50%/100% no-repeat;
}
.join .complete-box > strong{
    display:block;
    font-size:18px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -1.2px;
}
.join .complete-box p{
    margin-top:10px;
    line-height: 1.43;
}
.join .complete-box em{
    font-family: 'TourEasyT';
    font-weight: normal;
    color:#e43d30;
}
.join .complete-box + .btn-wrap{margin-top:45px}

.join .form-grid + .terms-box{margin-top:70px}

.join-1 {
    position: relative;
}
.join .separator {
    position: relative;
    margin-top: 20px;
    text-align: center;
}
.join .separator::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
}
.join .separator .txt {
    position: relative;
    padding: 0 8px;
    background-color: #fff;
    color: #1c1c1c;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.45px;
}
.join .cjone-link-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    padding: 23px 0;
}
.join .cjone-link-wrap .btn-cjone-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20.27px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}
.join .cjone-link-wrap .btn-cjone-link:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    background: url(../../images/icon/ico-info.png) no-repeat center / contain;
}
.join .cjone-link-wrap .btn-cjone-link:after {
    content: "";
    display: inline-block;
    width: 60px;
    height: 14.55px;
    margin-left: 7px;
    background: url(../../images/etc-logo/cj-one-02.png) no-repeat center / contain;
}
.join .retention-intro {
    padding: 20px 0;
}
.join .retention-intro ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
}
.join .retention-intro ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: calc(50% - 5px);
    border-radius: 15px;
    border: 1px solid #E5E5E5;
}
.join .retention-intro ul li:before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 45px;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.join .retention-intro ul li:nth-child(1):before {
    background-image: url("../../images/mobile/icon/join-ico-01.svg");
}
.join .retention-intro ul li:nth-child(2):before {
    background-image: url("../../images/mobile/icon/join-ico-02.svg");
}
.join .retention-intro ul li:nth-child(3):before {
    margin-top: 15px;
    background-image: url("../../images/mobile/icon/join-ico-03.svg");
}
.join .retention-intro ul li:nth-child(4):before {
    background-image: url("../../images/mobile/icon/join-ico-04.svg");
}
.join .retention-intro ul li:nth-child(1),
.join .retention-intro ul li:nth-child(2) {
    height: 144px;
}
.join .retention-intro ul li:nth-child(3),
.join .retention-intro ul li:nth-child(4) {
    height: 158px;
}
.join .retention-intro ul li .txt-first,
.join .retention-intro ul li .txt-second {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    text-align: center;
}
.join .retention-intro ul li .emphasis {
    font-weight: 500;
    text-decoration: underline;
}
.join .retention-intro ul li .small {
    color: #666;
    font-size: 12px;
    font-weight: 300;
}
.join .retention-intro ul li .txt-second .txt-second-child {
    text-align: center;
}

.login .separator {
    position: relative;
    margin-top: 15px;
    text-align: center;
}
.login .separator::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
}
.login .separator .txt {
    position: relative;
    padding: 0 8px;
    background-color: #fff;
    color: #1c1c1c;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.45px;
}

/* sub menu */
.sub-menu{
    position:relative;
    width:100%;
    background:#fff;
    transition: all .25s cubic-bezier(0.0, 0.0, 0.2, 1);
    box-shadow: 0 11px 10px rgba(0, 0, 0, .06);
    z-index:8;
    overflow: hidden;
}
.sub-menu .menu-area{
    height:75px;
    display:flex;
    align-items: center;
    justify-content: flex-start;
    position:relative;
    padding-left:25px;
    overflow-y:hidden;
    overflow-x:auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    z-index:3
}
.sub-menu .menu-area::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}
.sub-menu .item{
    flex:none;
    display:flex;
    align-items: center;
    justify-content: center;
    position: static;
    height:100%;
    padding-right:25px;
}
.sub-menu .item > a{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size:12px;
    letter-spacing: -0.42px;
    color:#999;
    flex-direction: column;
    align-items: center;
    white-space: nowrap;
}
.sub-menu .item > a:before{
    content: '';
    display:block;
    width:30px;
    height:30px;
    background-size:95%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-bottom:8px;
}
.sub-menu .item:hover > a{
    color:#999;
    font-weight: 400;
}
.sub-menu .item > a.selected{
    color:#1c1c1c;
    font-weight: 700;
}
.sub-menu .item .item-list a + a{margin-left:25px;}
.sub-menu .item .item-list{
    display:none;
    opacity: 0;
    position:absolute;
    top:75px;
    left:0;
    width:100%;
    height:40px;
    border-top:1px solid #e5e5e5;
    background:#fff;
    overflow: hidden;
    z-index:-1;
}
.sub-menu .item:hover .item-list,
.sub-menu .item .item-list:hover{
    overflow: initial;
    opacity: 1;
    height:auto;
    z-index: 1;
    bottom:81px;
    transition: all .2s ease-out;
}
.sub-menu.show{
    overflow: auto;
    padding-bottom:40px;
    transition: all .25s cubic-bezier(0.0, 0.0, 0.2, 1);
}
.sub-menu.show .selected + .item-list{
    opacity: 1;
    z-index:1;
    top:75px;
    border-top:1px solid #e5e5e5;
    display:flex !important;
    overflow-x:auto;
    height:40px;
    justify-content:flex-start;
    padding:0 20px;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.sub-menu.show .menu-area{position:static}
.sub-menu.show .selected + .item-list::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}
.sub-menu .item .item-list a{
    width:auto;
    height:auto;
    flex:none;
    display:flex;
    align-items: center;
    justify-content: center;
    position:relative;
    margin:0;
    padding:0;
    color:#666;
    font-size:15px;
}
.sub-menu .item .item-list a:hover,
.sub-menu .item .item-list .selected{
    color:#1c1c1c;
    font-weight: 500;
}
.sub-menu .item .item-list a span{
    display:inline-block;
    position:relative;
    letter-spacing: -0.42px;
}
.sub-menu .item.membership {width: auto; margin: 0; margin-left: 40px;}
.sub-menu .home > a:before{background-image: url('../../images/emoji/emoji-house.svg')}
.sub-menu .reserve > a:before{background-image: url('../../images/emoji/emoji-ok-hand-emoji.svg')}
.sub-menu .airline > a:before{background-image: url('../../images/emoji/emoji-airplane-departure.svg')}
.sub-menu .activity >  a:before{background-image: url('../../images/emoji/emoji-woman-lifting-weights.svg')}
.sub-menu .mileage > a:before{background-image: url('../../images/emoji/emoji-gem-stone.svg')}
.sub-menu .member > a:before{background-image: url('../../images/emoji/emoji-woman-tipping-hand.svg')}
.sub-menu .customer > a:before{background-image: url('../../images/emoji/emoji-telephone.svg')}
.sub-menu .membership > a:before{background-image: url('../../images/emoji/emoji-crown.svg')}
.sub-menu .coupon > a:before{background-image: url('../../images/emoji/emoji-coupon.svg')}

/* data none */
.cont-none{
    padding:110px 0 140px;
    display:flex;
    flex-direction: column;
    align-items: center;
}
.cont-none p{
    font-size:15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing:-0.8px;
    text-align: center;
}
.cont-none:before {
    content: '';
    display:block;
    width:60px;
    height:89px;
    margin-bottom: 20px;
    background-size:100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.cont-none.icon-none:before{display:none}
.cont-none.reserve:before{
    background-image: url('../../images/emoji/emoji-luggage.svg');
    background-size:170%;
}
.cont-none.wish:before{
    width:72px;
    height:80px;
    background-image: url('../../images/emoji/emoji-shopping-bags.svg');
    background-size:124%;
}
.cont-none.memo:before{
    width:47px;
    height:50px;
    background-image: url('../../images/emoji/emoji-memo.svg');
    background-size:127%;
}
.cont-none.magnify:before{
    width:47px;
    height:47px;
    background-image: url('../../images/emoji/emoji-magnifying-glass-tilted-left.svg');
    background-size:100%;
}
.cont-none.clapper:before{
    width:42px;
    height:44px;
    background-image: url('../../images/emoji/emoji-youtube.svg');
    background-size:100%;
}
.cont-none.admission:before{
    width:51px;
    height:45px;
    background-image: url('../../images/emoji/emoji-admission.svg');
    background-size:100%;
}
.tb-default .cont-none{padding:100px 0}
.cont-none.coin:before{
    width:47px;
    height:47px;
    background-image: url('../../images/emoji/emoji-coin.svg');
    background-size:130%;
}
.cont-none.inquiry:before{
    width:29px;
    height:47px;
}
.cont-none.question:before{
    width:30px;
    height:48px;
    background-image: url('../../images/emoji/emoji-question-mark.svg');
    background-size:200%;
}
.cont-none.clipboard:before{
    width:36px;
    height:51px;
    background-image: url('../../images/emoji/emoji-clipboard.svg');
    background-size:155%;
}
.cont-none.event:before{
    width:72px;
    height:80px;
    background-image: url('../../images/emoji/emoji-partying-face.svg');
    background-size:100%;
}
.cont-none p + .btn{margin-top:40px}
.cont-none.line {
    padding: 150px 0;
    border-top:1px solid #1c1c1c;
    border-bottom:1px solid #e5e5e5;
}
.cont-none.compliment:before {
    width:48.5px;
    height:47px;
    background-image: url('../../images/emoji/emoji-raising-hands-light-skin-tone.svg');
}
.cont-none .btn{display:none}
.cont-none .show{display:inherit}
.customer .cont-none {display: none;}
.list-none .cont-none {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

/* my page */
.cont-inner{
    width:100%;
    margin:0 auto;
    position:relative;
}
.cont-inner.sub-main,
.cont-inner.contract,
.cont-inner .form-wrap{padding-top:0}

.btn-top {
    position:fixed; bottom: 80px; right: 15px; display:none; z-index:100;
}
.btn-top>.go-top-position {width:40px; height:40px; display:inline-block; border-radius:25px; background:#fff url(../../images/icon/ico_top_btn.png) no-repeat 50% 50%; background-size:12px 16px; box-shadow:0 5px 12px 3px rgba(0,0,0,.15); transform:translateY(35px); transition: all .3s;}
.btn-top>.go-top-position.on {transform:translateY(0);}
.cont-body.my-page + .btn-top,
.cont-body.customer + .btn-top,
.cont-body.full2 + .btn-top,
.cont-body.tour-info.magazine-view + .btn-top {bottom: 120px;}

/*상품상세(MO)_여행일정버튼*/
.btn-schedule {
    position: fixed;
    bottom: 135px;
    right: 15px;
    z-index: 100;
}
.btn-schedule > .go-to-schedule {
    display: inline-block;
    width: 40px;
    height: 40px;
    box-shadow: 0 5px 12px 3px rgba(0, 0, 0, .15);
    border-radius: 100px;
    background: #1c1c1c url(../../images/icon/ico-schedule.png) no-repeat center / 15px auto;
    color: #fff;
    font-size: 0;
    text-indent: 6px;
    transform: translateY(55px);
    transition: all .3s;
}
.btn-schedule > .go-to-schedule::after {
    content: "";
    display: none;
    position: absolute;
    right: 14.5px;
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(315deg);
}
.btn-schedule > .go-to-schedule.on {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    background-position: left 12.5px center;
    font-size: 12px;
    transform: translateY(0);
}
.btn-schedule > .go-to-schedule.on::after {
    display: inline-block;
}

/*마이 페이지 계약서*/
.cont-inner.contract .contract-btn-wrap {display:flex; justify-content:space-between; margin-bottom:30px;}
.cont-inner.contract .contract-btn-wrap>div>.btn-type-1 {width:auto;}
.cont-inner.contract .contract-btn-wrap>div:last-child {display:inline-flex;}
.cont-inner.contract .contract-btn-wrap>div:last-child .btn-type-1+.btn-type-1 {margin-left:20px;}
.cont-inner.contract .txt-1 {margin-top:20px;}
.cont-inner.contract .table-type-3 th {text-align:center;}
.cont-inner.contract .table-type-3 td .term_contract_info {margin-top:10px;}
.cont-inner.contract .table-type-3 td .term_contract_info ul li {line-height:24px;}
.cont-inner.contract .table-type-3 td .term_contract_info ul li.tar>.btn-type-inner {min-height:40px;}
.cont-inner.contract .table-type-3 td .term_contract_info ul li .inline-wrap {display:inline-block; vertical-align:middle;}
.cont-inner.contract .table-type-3 td .term_contract_info ul li .inline-wrap .s-tit>span {display:inline-block; width:270px;}
.cont-inner.contract .table-type-3 td .term_contract_info ul li .inline-wrap.tit {margin-top:9px;}
.cont-inner.contract .table-type-3 td .term_contract_info ul li .inline-wrap+.inline-wrap {margin-left:30px;}
.cont-inner.contract .table-type-3 td .term_contract_info ul li .inline-wrap:first-child {vertical-align:top;}
.cont-inner.contract .table-type-3 td .term_contract_info ul li .inline-wrap.vam {vertical-align:middle;}
.cont-inner.contract .table-type-3 td .term_contract_info ul li .inline-wrap>div+div {margin-top:10px;}
.cont-inner.contract .table-type-3 td .term_contract_info ul li .inline-wrap>div>.btn-type-inner {margin-left:20px; min-height:40px;}
.cont-inner.contract .table-type-3 td .s-tit-wrap .s-tit {display:inline-block; vertical-align:middle; margin-right:30px;}
.cont-inner.contract .table-type-3 td .tour_fee span {display:inline-block; width:20%; margin-right:100px;}
.cont-inner.contract .table-type-3 td .tour_fee .total {margin-top:10px;}
.cont-inner.contract .table-type-3 td .flex-column div+div {margin-top:10px;}
.cont-inner.contract .table-type-3 td.vam {vertical-align:top;}
.cont-inner.contract .table-type-3 td .inp-radio .label {font-size:15px;}
.cont-inner.contract .check_term_wrap {text-align:right; margin-top:20px;}
.cont-inner.contract .terms-box .terms_desc {margin-bottom:30px; margin-top:20px;}
.cont-inner.contract .table-type-3 td .sp {display:inline-block; width:100px;}
.cont-inner.contract .terms-list .list-item .label-box .inp-check+.term_txt {margin-top:5px; margin-left:30px;}
.cont-inner.contract .table-type-3 td .inp-check .label .contract-inp-box {display:inline-block; position:relative; top:-3px; margin:0 5px;}
.cont-inner.contract .table-type-3 td .inp-check .label .contract-inp-box .inp-base {min-height:30px; height:30px; line-height:28px; padding:5px 10px;}
.cont-inner.contract .table-type-3 td .inp-check .label .contract-inp-box .inp-base.short-inp {width:30px;}
.cont-inner.contract .table-type-3 td .text-area-wrap>textarea {width:100%; min-height: 100px; padding: 12px 20px; box-sizing: border-box; border:1px solid #e5e5e5; border-radius: 5px; resize:none;}
.cont-inner.contract .agree_date {text-align:center; margin-top:20px;}
.cont-inner.contract .agree_date .txt {font-size:15px; display:inline-block; width:200px; text-align:left;}

.cont-inner.contract .table-type-3 td .tour_fee span {display:block; width:auto; margin-right:0;}
.cont-inner.contract .table-type-3 td .s-tit-wrap .s-tit {margin-right:15px;}
.cont-inner.contract .table-type-3 td .term_contract_info ul li .inline-wrap {display:block; text-align:center;}
.cont-inner.contract .table-type-3 td .term_contract_info ul li .inline-wrap>div>.btn-type-inner {margin-left:0; min-height:auto; display:block; margin-top:10px;}
.cont-inner.contract .table-type-3 td .term_contract_info ul li .btn-type-inner.t2 {min-height:auto; width:100%;}
.cont-inner.contract .table-type-3 td .inp-form-mo .inp-check:nth-child(odd) {margin-left:0;}
.cont-inner.contract .table-type-3 td .inp-form-mo .inp-check {margin-top:10px;}
.cont-inner.contract .table-type-3 td .inp-form-mo .inp-check:nth-child(1), .cont-inner.contract .table-type-3 td .inp-form-mo .inp-check:nth-child(2) {margin-top:0;}
.cont-inner.contract .table-type-3 td .flex-clear .inp-check > .label {display:unset;}
.cont-inner.contract .table-type-3 td .flex-clear .inp-check + .inp-check  {margin-left:0; margin-top:10px;}
.cont-inner.contract .tour_sign_wrap .txt + .txt {margin-top:15px; margin-bottom:20px;}
.tour_sign_wrap .sign_area_wrap>div .tit {width:130px;}
.tour_sign_wrap .sign_area_wrap>div .info .ceo:after {right: 120px; top:-15px;}
.cont-inner.contract .table-type-3 td .sp {display:inline-block; width:100px}
.cont-inner.contract .table-type-3 td .sp1 {display:inline-block; width:25px;}
.cont-body.mo .cont-inner.contract .table-type-3 table td .inp-form-mo {display:flex; flex-wrap:wrap;}
.cont-body.mo .cont-inner.contract .table-type-3 table td .inp-form-mo .inp-check {width:50%;}
.cont-body.mo .cont-inner.contract .table-type-3 table td .inp-form-mo .inp-check.wd100 {width:100%;}
.cont-body.mo .cont-inner.contract .table-type-3 table td .inp-form-mo .inp-check+.inp-check {margin-left:0;}
.cont-body.mo .cont-inner.contract .table-type-3 td .term_contract_info ul li .btn-type-inner {min-height:auto; display:block;}
.cont-body.mo .cont-inner.contract .table-type-3 td .flex-clear .inp-check .label .space {display:block; margin-left:30px;}
.cont-inner.contract .agree_date {text-align:left; margin-top:30px;}
.cont-inner.contract .agree_date .txt {display:unset; width:auto; font-size:14px;}
.cont-body.my-page + .btn-top,
.cont-body.customer + .btn-top,
.cont-body.tour-info.magazine-view + .btn-top {right: 15px; bottom: 67px;}
@media (min-width:481px) {
    .cont-body.mo {padding:40px 20px 50px;}
    .cont-body.mo .cont-inner.contract {width:100%;}
    .cont-body.mo .cont-inner.contract .table-type-3 table td .inp-form-mo {display:flex; flex-wrap:wrap;}
    .cont-body.mo .cont-inner.contract .table-type-3 table td .inp-form-mo .inp-check {width:50%;}
    .cont-body.mo .cont-inner.contract .table-type-3 table td .inp-form-mo .inp-check+.inp-check {margin-left:0;}
    .cont-body.mo .cont-inner.contract .table-type-3 td .inp-form-mo .inp-check {margin-top:10px;}
    .cont-body.mo .cont-inner.contract .table-type-3 td .inp-form-mo .inp-check.wd100 {width:100%;}
    .cont-body.mo .cont-inner.contract .table-type-3 table td .inp-form-mo .inp-check+.inp-check:nth-child(2) {margin-top:0;}
    .cont-body.mo .cont-inner.contract .table-type-3 td .inp-form-mo .inp-check:nth-child(1), .cont-inner.contract .table-type-3 td .inp-form-mo .inp-check:nth-child(2) {margin-top:0;}
    .cont-body.mo .cont-inner.contract .table-type-3 td .term_contract_info ul li .inline-wrap {display:unset;}
    .cont-body.mo .cont-inner.contract .table-type-3 td .term_contract_info ul li .inline-wrap div:first-child {margin-top:10px; text-align:center;}
    .cont-body.mo .cont-inner.contract .table-type-3 td .term_contract_info ul li .inline-wrap>div+div {text-align:center;}
    .cont-body.mo .cont-inner.contract .table-type-3 td .term_contract_info ul li .inline-wrap .btn-type-inner {margin-left:0; display:block; min-height:auto;}
    .cont-body.mo .cont-inner.contract .table-type-3 td .term_contract_info ul li .btn-type-inner {min-height:auto; display:block;}
    .cont-body.mo .btn-wrap.fix {width: 100%; position: fixed; left: 0; bottom: 0; margin: 0 !important; padding: 0; z-index: 15;}
    .cont-body.mo .cont-inner.contract .table-type-3 td .flex-clear .inp-check .label .space {display:inline-block; margin-left:10px; vertical-align:middle;}
    .cont-body.mo .cont-inner.contract .table-type-3 td .flex-clear .inp-check+.inp-check {margin-left:0; margin-top:10px; display:block;}
    .cont-inner.contract .agree_date {text-align:left;  margin-top:30px;}
    .cont-inner.contract .agree_date .txt {display:unset; width:auto; font-size:14px;}
}
.my-page .main-header{
    display:flex;
    justify-content: space-between;
    position:relative;
    padding-top:30px;
}
.my-page .main-heade + .main-body .panel-item{padding-top:30px;}
.my-page .main-header .my-style .tit{
    font-size:40px;
    line-height: 46px;
    letter-spacing: -0.9px;
    font-weight: 100;
}
.my-page .main-header .my-style .tit em{display:block}
.my-page .main-header .my-style .tit .btn-underline{
    font-size:40px;
    line-height: 40px;
    letter-spacing: -1.5px;
    font-weight: 100;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}
.my-page .main-header .my-style .txt{margin-top:30px;}
.my-page .main-header .my-style .txt p{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size:17.8px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: -1.2px;
}
.my-page .main-header .my-style .txt p + p{margin-top:5px}
.my-page .main-header .my-style .txt p span{
    display:block;
    padding-bottom:10px
}
.my-page .main-header .my-style .txt strong{
    margin: 0 0 0 4px;
    font-family: 'NotoSansCJKkr';
    font-size:18px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: -1.2px;
}
.my-page .main-header .my-style .txt strong em{
    margin: 0 1px 0 1px;
    font-size:18px;
    letter-spacing: -1.2px;
}
.my-page .main-header .my-style .txt .icon {display: none;}
.my-page .main-header .my-style .txt .icon img{width:auto; height:27px;}
.my-page .main-header .btn-wrap{
    margin-top:30px;
}
.my-page .main-header .btn-wrap > *{
    flex:1;
    padding:10px;
    font-size:14px
}
.my-page .main-header .btn-wrap > * + *{
    margin-left:5px
}
.my-page .main-header .my-icon{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: end;
    align-items: center;
    position:absolute;
    right:-10px;
    top:0;
    width:135px;
    height:135px
}
.my-page .main-header .my-icon span{
    display: block;
    width:135px;
    height:135px;
}
.my-page .main-header .my-icon .btn-setting{
    position:absolute;
    right:-10px;
    bottom:-25px;
    width:50px;
    height:50px;
    background:url('../../images/icon_setting.svg') 50% 50%/100% no-repeat;
    font-size:0;
    line-height: 0;
    overflow: hidden;
    text-indent: -999px;
}
.my-page .main-header .my-icon img{width:100%}
.my-page .paging-wrap{margin-top:30px}
.my-page .panel-item{padding-top:60px}
.my-page .panel-item .item-tit{
    display:flex;
    justify-content: space-between;
    align-items: flex-end;
}
.my-page .panel-item .item-tit .tit{
    font-size:20px;
    letter-spacing: -0.78px;
    line-height: 28px;
}
.my-page .panel-item .item-tit .btn-cont-more{
    margin-left:20px;
}
.my-page .panel-item .item-tit + .item-cont{margin-top:14px}
.my-page .panel-item .item-cont .inquiry-box a .cont p {word-break:break-word;}
.my-page .panel-box.default{
    flex-direction: column;
    align-items: start;
}
.my-page .panel-box.default > div{flex:1; width:100%;}
.my-page .form-wrap .form-box [class*='title-'] + .txt-1{font-weight: 400;}
.my-page .my-travel-style{max-width:1180px;}
.my-page .my-travel-style .btn-wrap > * {flex:1; min-width:inherit}
.my-page .my-travel-style .btn-wrap{margin-top:20px}
.my-page .modal-body{padding-top:0}
.my-page .my-sytle-header{
    display:flex;
    justify-content: space-between;
    align-items: center;
    position:relative;
}
.my-page .my-style-txt .info{padding-right:150px;}
.my-page .my-style-txt .tit{
    font-size:18px;
    font-weight: 500;
    letter-spacing: -1.2px;
}
.my-page .my-style-txt .tit > span{display:block}
.my-page .my-style-txt .tit strong{
    font-family: 'TourEasyT';
    font-size: 23px;
    font-weight: normal;
    letter-spacing: 0;
}
.my-page .my-style-txt .txt{
    font-size:15px;
    font-weight: 500;
    letter-spacing: -1.15px;
    padding-top:10px;
}
.my-page .my-style-icon{
    position:absolute;
    top:calc(50% - 80px);
    right:0;
    width:160px;
    height:auto;
}
.my-page .my-style-icon img{width:100%; height:auto}
.my-page .my-style-list{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    margin:0 -20px;
    padding:65px 0 30px;
}
.my-page .my-style-list .item{
    flex:none;
    display:flex;
    align-items: start;
    justify-content: center;
    width:33%;
    min-height: 110px;
    margin:0;
}
.my-page .my-style-list .item-01,
.my-page .my-style-list .item-02,
.my-page .my-style-list .item-03,
.my-page .my-style-list .item-04{min-height:263px;}
.my-page .my-style-list .item-02{margin-top:-30px;}
.my-page .my-style-list .item-03{align-items: center;}
.my-page .my-style-list .item-04{margin-top:24px;}
.my-page .my-style-list .item-05,
.my-page .my-style-list .item-06{min-height:263px; margin-top:-46px;}
.my-page .my-style-list .item-05{width:75%; margin-top:-38px;}
.my-page .my-style-list .item-06{margin-top:14px;}
.my-page .my-style-list .item-07,
.my-page .my-style-list .item-08{min-height:200px; margin-top:-91px; margin-right:25%;}
.my-page .my-style-list .item-07 .inp-style-check .img{width:75px; height:75px;}
.my-page .my-style-list .item-08{margin-top:-48px;}
.my-page .my-style-list .item-09,
.my-page .my-style-list .item-10{min-height:220px; margin-top:-46px;}
.my-page .my-style-list .item-09{width:75%; margin-top:25px;}
.my-page .my-style-list .item-10{width:100%; margin-top:-17px;}
.my-page .inp-style-check > input{
    position: absolute;
    left:-999999px;
    width:0;
    height:0;
    opacity: 0;
}
.my-page .inp-style-check{
    display:flex;
    flex-direction: column;
    width:100px;
    position: relative;
}
.my-page .inp-style-check .img{
    width:100%;
    height:100px;
    border-radius: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #f0f0f0;
    position:relative;
    margin:0 auto;
}
.my-page .inp-style-check .txt{
    margin-top:8px;
    font-size:13px;
    line-height: 15px;
    font-weight: 400;
    letter-spacing:-0.64px;
    text-align: center;
    word-break: keep-all;
}
.my-page .inp-style-check .txt em{display:block;}
.my-page .inp-style-check.type-1{width:100px;}
.my-page .inp-style-check.type-1 .img{width:60px; height:60px;}
.my-page .inp-style-check.type-2{width:120px;}
.my-page .inp-style-check.type-2 .img{width:85px; height:85px;}
.my-page .inp-style-check.type-3{width:110px;}
.my-page .inp-style-check.type-3 .img{width:75px; height:75px;}
.my-page .inp-style-check.type-4{width:90px;}
.my-page .inp-style-check.type-4 .img{width:77px; height:108px;}
.my-page .inp-style-check > input:checked +.img:after{
    content: '';
    width:100%;
    height:100%;
    background:rgba(229, 62, 48,.9) url('../../images/icon_check_white.svg') 50% 50%/30px auto no-repeat;
    position:absolute;
    left:0;
    top:0;
}
.banner-box{
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    position: relative;
    min-height:140px;
    padding:104px 25px 50px;
    border-radius: 6px;
}
.banner-box .text{
    font-size: 15px;
    line-height:20px;
    color:#666;
}
.banner-box .btn{margin-top:15px}
.banner-box .btn-type-inner:before,
.banner-box .btn-type-inner:after{display:none}
.banner-box .btn-type-inner{
    border:0;
    font-size:14px;
    padding:0 26px 0 0;
    min-height:inherit;
    background:url('../../images/icon_arrow_right_05.svg') 100% 50%/16px auto no-repeat
}
.banner-box .icon{
    position:absolute;
    left:25px;
    top:inherit;
    bottom:120px;
}

/* 예약내역 */
.list-reserve{
    display:flex;
}
.item-reserve{
    width:100% !important;
    display:flex;
    position:relative;
    overflow:hidden;
}
.item-reserve .item-area{
    display:flex;
    flex:1
}
.item-reserve .item-img{
    flex:none;
    position:absolute;
    top:56px;
    width:100%;
    height:calc(100% - 56px);
    border-radius: 6px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size:cover;
}
.item-reserve .item-img:after{
    content:'' ;
    display:block;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,.15);
}
.item-reserve .item-info{
    flex:1;
    position:relative;
    padding:0 0 54px !important;
    border:0;
    z-index:1;
}
.item-reserve .item-info dl + dl{margin-top:5px;}
.item-reserve .item-info .no{margin-bottom:42px; padding-bottom:15px;}
.item-reserve .item-info .no dl{
    display:flex;
    position:relative;
}
.item-reserve .item-info .no dt,
.item-reserve .item-info .no dd{
    font-size:15px;
    line-height:18px;
    font-weight: 400;
    letter-spacing:-0.72px;
}
.item-reserve .item-info .no dt{
    width:80px;
    min-width:65px;
    padding-right:10px;
    margin-right:0;
    font-weight: 700;
}
.item-reserve .item-info .label{
    position:absolute;
    top:86px;
    left:25px;
    margin-bottom:18px;
}
.label-state{
    display:inline-block;
    color:#666;
    font-size:12px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: -0.36px;
    padding: 2.2px 5px;
    border-radius:2px;
    border:solid 1px #666;
    text-align: center;
    box-sizing: border-box;
}
.label-state.in{width: auto}
.label-state.on{
    color:#006f80 !important;
    border-color: #006f80 !important;
}
.label-state.cancel,
.label-state.confirmed{
    color:#e53e30 !important;
    border-color: #e53e30 !important;
}
.label-state.default{
    color:#999 !important;
    border-color: #999 !important;
}
.label-state.shopping,
.label-state.tip,
.label-state.option,
.label-state.slim,
.label-state.safety,
.label-state.special {
    border-color: #50b4a5 !important;
    color: #50b4a5 !important;
}
.label-state.can {
    border-color: transparent !important;
    background: rgba(0, 126, 255, 0.15);
    color:#007EFF !important;
}
.label-state.can.on {
    color: #fff !important;
    border-color: #007EFF !important;
    background-color: #007EFF !important;
}
.label-state.depart{
    border-color: transparent !important;
    background: rgba(229, 62, 48, 0.15);
    color: #E53E30 !important;
}
.label-state.depart.on {
    color: #fff !important;
    border-color: #E53E30 !important;
    background-color: #E53E30 !important;
}
.label-state.select{
    color:#77b327 !important;
    border-color: #77b327 !important;
}
.label-state.reserve-on{
    color:#cb0e74 !important;
    border-color: #cb0e74 !important;
}
.label-state.reserve-off{
    color:#999 !important;
    border-color: #999 !important;
}
.label-state.complete{
    color:#fff !important;
    border-color: #fff !important;
}
.label-state.yellow{
    color:#fcc33c !important;
    border-color: #fcc33c !important;
}
.label-state.psnz-who,
.label-state.psnz-where,
.label-state.psnz-what {
    display: inline-block !important;
    border-color: #A775CA !important;
    background-color: #fff !important;
    color:#A775CA !important;
}
.label-state.easyplus-logo {
    position: relative;
    /*top: 10px;*/
    width: 49px;
    height: 18px;
    padding: 0;
    border: none !important;
    background: url(../../images/mobile/icon/ico-easyplus-logo.svg) no-repeat center / contain;
}
.label-state.easyplus {
    border-color: #E53E30 !important;
    color: #E53E30 !important;
}
.label-state.prime-logo {
    position: relative;
    top: 3px;
    width: 32px;
    height: 10px;
    padding: 0;
    border-radius: 0 !important;
    border: none !important;
    background: url(../../images/mobile/icon/ico-prime-logo.svg) no-repeat center / contain;
}
.label-state.topclass-logo {
    position: relative;
    top: 3px;
    width: 46px;
    height: 10px;
    padding: 0;
    border-radius: 0 !important;
    border: none !important;
    background: url(../../images/mobile/icon/ico-topclass-logo.svg) no-repeat center / contain;
}
.item-reserve .item-info .label-state{
    color:#fff;
    border-color: #fff;
    padding:3px 5px 4px;
}
.item-reserve .item-info .tit{
    max-height:3.6em;
    margin-top:102px;
    padding:0 44px;
    color: #fff;
    font-size:30px;
    line-height:1.2em;
    font-weight: 700;
    letter-spacing: -1.8px;
    text-align: center;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.item-reserve .item-info .cont{
    margin-top:13px;
    letter-spacing:-0.42px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    max-height: 2.6em;
    margin-bottom:62px;
}
.item-reserve .item-info .price{
    margin-top:32px;
    color:#fff;
    line-height: 14px;
}
.item-reserve .item-info .price strong{
    font-family: 'TourEasyT';
    font-weight: normal;
    font-size:20px;
    letter-spacing: normal;
}
.my-reserve .item-reserve .item-info .price strong{
    font-family: 'TourEasyT';
    font-weight: normal;
    font-size:14px;
    line-height: 14px;
    letter-spacing: normal;
}
.item-reserve .item-info .price em{
    font-size:12px;
    font-weight: 500;
}
.item-reserve .item-btn{
    position:absolute;
    left:320px;
    bottom:30px;
}
.coupon-view .item-btn{
    display:flex;
    justify-content: flex-end;
    margin-bottom:20px
}
.modal .coupon-view .item-btn{
    position:static;
}
.coupon-view .item-btn > * + *{margin-left: 10px}
.coupon-view .item-img{
    width:100%;
    min-height:150px;
    border:1px solid #e5e5e5;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction:column;
}
.coupon-view .item-img img{max-width:100%; height:auto; border-radius: 10px;}
.coupon-print-list ul {border-top: 1px solid #1c1c1c;}
.coupon-print-list li {display: flex; justify-content: space-between; align-items: center; padding: 19px 0; border-bottom: 1px solid #e5e5e5;}
.coupon-print-list li strong {display: block; width: calc(100% - 100px); font-size: 14px; line-height: 20px; font-weight: 400; color: #1c1c1c;}
.coupon-print-list li a {display: flex; justify-content: space-between; align-items: center; padding: 5px 10px; width: 70px; border-radius: 2px; border: 1px solid #ccc; box-sizing: border-box; font-size: 13px;}
.coupon-print-list li a::after {content: ""; display: block; width: 11px; height: 14px; background: url(../../images/icon-down.svg) no-repeat center;}
.coupon-print-list li a:hover {border: 1px solid #1c1c1c;}

/* swiper reserve */
.my-page .sub-main .cont-none.reserve{
    padding:111px 0;
    border:1px solid #ccc;
    border-radius: 8px;
}
.swiper-reserve{position:relative}
.swiper-reserve .swiper-button-disabled{display:none}
.swiper-reserve .btn-round-arrow{
    display: none;
}
.swiper-reserve .swiper-slide{
    display:flex;
    justify-content: space-between;
}

.list-reserve.type-row{margin:0}
.list-reserve.type-row{flex-direction: column}
.list-reserve.type-row .item-reserve{
    width:100%;
    margin:0;
    min-height:320px
}
.item-reserve + .item-reserve,
.list-reserve.type-row > .item-reserve + .item-reserve{margin-top:45px;}
.list-reserve.type-row .item-reserve .item-info{padding:35px 30px 37px}
.list-reserve.type-row .no{
    display:flex;
    flex-direction: column;
    align-items: start;
}
.list-reserve.type-row .no dt{width:auto; margin-right:15px}
.list-reserve.type-row .no dl + dl{padding: 0;}
.list-reserve.type-row .no dl + dl{padding:0}
.list-reserve .price,
.list-reserve.type-row .price{
    position:static;
    bottom:auto;
    right:auto;
    text-align: center;
    padding:0;
    margin-top:25px
}
.list-reserve .item-btn,
.list-reserve.type-row .item-btn{
    right:0;
    left:inherit;
    bottom:inherit;
    top:5px;
    z-index:2;
}

/* 20220711 만족도조사 버튼 추가 */
.list-reserve.type-row .item-btn.satisfaction {
    top: 5px;
    right: 65px;
}
.list-reserve.type-row .item-btn.satisfaction .btn-type-1 {
    width: auto;
    min-height: 30px;
    font-size: 13px;
    letter-spacing: -0.52px;
    padding: 0 10px;
    border-color: #ccc;
}
.list-reserve.type-row .item-btn.satisfaction .btn-type-1:hover,
.list-reserve.type-row .item-btn.satisfaction .btn-type-1:focus {
    border-color: #666;
}

.list-header{
    margin-bottom:10px;
    position:relative;
    display: flex;
    align-items: center;
}
.list-header.mg-none{padding:0}
.list-header .total{
    color:#1c1c1c;
    font-size:12px;
    line-height: 14px;
    font-weight: 500;
}
.list-header .btn{
    position:absolute;
    bottom:0;
    right:0;
}
.list-header .rank{
    display:flex;
    align-items: center;
}
.list-header .rank > * + *:before{
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    background: #ccc;
    position: absolute;
    left: 0;
    top: calc(50% - 6px);
}
.list-header .rank .btn-rank{
    font-size: 16px;
    font-weight: 500;
    color:#666;
    position:relative;
}
.list-header .rank .btn-rank + .btn-rank{
    margin-left: 8px;
    padding-left: 8px;
}
.list-header .rank .btn-rank.selected{
    font-weight: 700;
    color:#1c1c1c;
}
.list-header .rank:before{
    height:12px;
    margin:0 15px;
}
.list-header .rank [class*=btn-rank]{font-size:14px}
.list-header .rank [class*=btn-rank]:hover{color:#1c1c1c; font-weight: 700;}

/* 예약 리스트 */
.my-reserve{padding-top:40px}
.my-reserve .cont-none{padding-top:110px}
.detail-reserve{
    max-width: 640px;
    margin:0 auto;
    position:relative;
}
.detail-reserve + .detail-reserve{margin-top:48px}
.detail-reserve .modify-traveller-info {
    display: flex;
    align-items: center;
    height: 30px;
    position: absolute;
    top: -5px;
    right: 0;
    padding: 0 10px;
    border-radius: 2px;
    border: 1px solid #ccc;
    font-size: 13px;
    line-height: normal;
    letter-spacing: -0.5px;
    cursor: pointer;
}
.detail-reserve .item-tit{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.0;
    letter-spacing: -0.8px;
    padding-bottom:18px;
}
.detail-reserve .item-cont{
    padding:28px 30px;
    border:1px solid #ccc;
    border-radius: 8px;
}
.detail-reserve .item-cont.no-data {padding:0;}
.detail-reserve .item-cont.no-data>div {display:flex; align-items:center; justify-content:center; width:100%; height:150px; font-size:15px;}
.detail-reserve .item-cont.scroll{padding:15px 10px 15px 30px;}
.detail-reserve .item-cont.scroll .list{ max-height:225px;}
.detail-reserve .item-cont.scroll .item-row{
    padding:15px 20px 28px 0;
}
.detail-reserve .item-cont.scroll .item-row + .item-row{padding-top:28px}
.detail-reserve .item-cont .date{
    flex-direction: column;
    align-items: flex-start;
}
.detail-reserve .list .item-row + .item-row{
    margin-top:28px;
    padding-top:28px;
    border-top:1px solid #ccc
}
.detail-reserve .tit,
.detail-reserve .name{
    font-size:18px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.8px;
    margin-bottom:10px;
}
.detail-reserve .tit{margin-bottom:22px}
.detail-reserve .name{font-size:16px; line-height: 1.1;}
.detail-reserve .item-traveler + .item-traveler {
    margin-top: 18px;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
}
.detail-reserve .info,
.detail-reserve .date,
.detail-reserve .date > *{
    display:flex;
    align-items: center;
}
.detail-reserve .date .txt{
    font-size:14px;
    font-weight: 500;
}
.detail-reserve .date .label-state{margin-right:6px}
.detail-reserve .date > * + *{margin:8px 0 0 0;}
.detail-reserve .info > * {flex:none}
.detail-reserve .btn-view-plan{
    display:flex;
    align-items: center;
    height:30px;
    line-height: 30px;
    padding:0 10px;
    border-radius: 2px;
    border:1px solid #ccc;
    font-size:13px;
    letter-spacing: -0.5px;
    margin-left:30px;
    cursor: pointer;
    position:absolute;
    right:0;
    top:-5px;
}
.detail-reserve .btn-view-plan:hover {border: 1px solid #666;}
.detail-reserve.receipt-cash {
    display: flex;
    flex-direction: column;
}
.detail-reserve.receipt-cash .item-tit .tooltip span {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.8px;
}
.detail-reserve.receipt-cash .item-tit .tooltip .view {
    width: 20px;
    height: 20px;
}
.detail-reserve.receipt-cash .item-tit .tooltip .view .tooltip-area .txt,
.detail-reserve.receipt-cash .tooltip .view .tooltip-area.show,
.detail-reserve.receipt-cash .tooltip .view:hover .tooltip-area {
    text-align: left;
}
.detail-reserve.receipt-cash .btn-view-receipt-cash {
    flex-shrink: 0;
    min-height: unset;
    width: 97px;
    height: 30px;
    margin-left: 110px;
    padding: 0;
    border-radius: 2px;
    border: 1px solid #CCC;
    color: #1c1c1c;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
}
.popup-receipt-cash .modal-content {
    height: 100%;
    padding-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    z-index: 999;
}
.popup-receipt-cash .modal-content .modal-header {
    align-items: center;
    border-radius: 0;
}
.popup-receipt-cash .modal-content .modal-header .modal-title {
    margin-top: 10px;
    font-family: 'NotoSansCJKkr';
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
}
.popup-receipt-cash .modal-content .modal-header .btn-md-close {
    margin-top: 5px;
}
.popup-receipt-cash .history-receipt-cash .tit {
    font-size: 15px;
    font-weight: 500;
}
.popup-receipt-cash .history-receipt-cash .sel-base {
    margin-top: 8px;
}
.popup-receipt-cash .history-receipt-cash .con {
    padding-top: 40px;
}
.detail-reserve .associate-cjone button {
    font-weight: 500;
}

.booking .detail-reserve .btn-view-plan{margin-top:0;}
@media screen and (min-width:481px) {
    .booking .detail-reserve{display:flex; max-width:100%; padding: 50px 70px; border: 1px solid #ccc; border-radius: 8px;}
    .booking .detail-reserve .item-tit{flex:1; max-width:300px; font-size:26px; letter-spacing:-0.08px; font-weight: bold;}
    .booking .detail-reserve .item-cont{border:none; padding:0; flex:1;}
    .booking .detail-reserve .btn-view-plan{position:static;}
    .booking .detail-reserve .tit, .booking .detail-reserve .name{font-weight: bold;}
    .booking .detail-reserve .list .item-box + .item-box{margin-top: 24px;}
    .booking .detail-reserve .date .txt{font-weight: bold;}
}
.detail-reserve .btn-view-plan:after{
    content: '';
    width:14px;
    height:15px;
    background:url('../../images/icon_calender2.svg') 50% 50%/100% no-repeat;
    margin-left:5px;
}
.detail-reserve .info + .list{margin-top:22px;}
.detail-reserve .list .item-box{display:flex; flex-direction: column;}
.detail-reserve .list .item-box + .item-box{margin-top:10px;}
.detail-reserve .list .item-box + .item-box,
.detail-reserve .list .item-box dl + dl{margin-top:10px}
.detail-reserve .list dl{flex:1; display:flex;}
.detail-reserve .list dt{
    flex:none;
    width:110px;
    font-weight: 500;
    line-height: 16px;
    padding-top:3px;
    color:#999;
}
.detail-reserve .list dd{
    flex:1;
    font-size:15px;
    line-height:20px;
}
.form-title{
    font-size:20px;
    font-weight: 500;
    letter-spacing: -0.8px;
    padding-bottom:20px
}
.form-title > .txt{margin-top:8px}
.inp-pay {
    display:flex;
    flex-wrap: wrap;
    padding-top: 10px;
}
.inp-pay > *{
    flex:none;
    width:50%;
    height:50px;
    border:1px solid #e5e5e5;
    position:relative;
    display:flex;
    align-items: center;
    justify-content: center;
    z-index:0;
}
.inp-pay > * + *{margin-left:0;}
.inp-pay > *:hover,
.inp-pay > *.selected{
    border-color:#1c1c1c;
    z-index:1;
}
.inp-pay > *:nth-child(2n){margin-left:-1px;}
.inp-pay > *:nth-child(n + 3){margin-top:-1px;}
.inp-pay + label{margin-top:15px;}
.inp-pay .kpay,
.inp-pay .npay,
.inp-pay .payco,
.inp-pay .chai,
.inp-pay .tpay{
    font-size:0;
    line-height: 0;
    text-indent: -999px;
}
.inp-pay .kpay{background:url('../../images/icon_kakopay.svg') 50% 50%/56px 24px no-repeat}
.inp-pay .npay{background:url('../../images/icon_naverpay.svg') 50% 50%/60px 24px no-repeat}
.inp-pay .payco{background:url('../../images/icon_payco.svg') 50% 50%/60px 14px no-repeat}
.inp-pay .chai{background:url('../../images/icon_chai.jpg') 50% 50%/57px 20px no-repeat}
.inp-pay .tpay{background:url('../../images/icon_tosspay.png') 50% 50%/82px 46px no-repeat}
.inp-pay .quick-account {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}
.inp-pay .quick-account .percent {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -10px;
    left: 10px;
    width: 78px;
    height: 20px;
    border-radius: 15px;
    background-color: #E53E30;
    color: #fff;
    font-family: Noto Sans CJK KR;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
}
.common-banner-wrap {
    padding-top: 20px;
}
.common-banner-wrap .hyundaicard {
    max-width: 640px;
}
.common-banner-wrap .hyundaicard img {
    max-width: 100%;
    height: auto;
}
.quick-account-subtxt {
    padding: 15px 0 10px;
}
.quick-account-subtxt span {
    font-size: 14px;
    line-height: 20.27px;
}
.quick-account-subtxt span + span:before {
    content: "\00B7";
    display: inline-block;
    margin: 0px 3px;
    color: #1C1C1C;
}
.quick-account-subtxt span:first-child {
    color: #1C1C1C;
    font-weight: 500;
}
.quick-account-subtxt span:last-child {
    color: #666;
    font-weight: 400;
}

.my-reserve-pay .notice-box {
    margin-top: 50px;
}
.my-reserve-pay .notice-header{pointer-events:none}
.my-reserve-pay .notice-header:after{display:none}
.my-reserve-pay .notice-body{background:none; padding:6px 20px 0}
.my-reserve-pay .notice-box + .form-box{padding-top:50px}
.my-reserve-pay .title-8{
    font-size:18px;
    font-weight: 700;
    line-height: 1.1
}
.my-reserve-pay [class*="title-"] + .form-grid{
    margin-top:24px;
    padding-bottom:60px
}
.my-reserve-pay .form-wrap{margin-top:60px}
.my-reserve-pay .form-grid .form-grid-item >.label .price{padding-left:5px; font-weight: 400;}
.my-reserve-pay .form-title{
    font-size:18px;
    font-weight: 700
}

/* 예약내역-제휴포인트 */
.associatedpoint-list-wrap .associatedpoint-item .btn-acco {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 18px 10px;
    border-bottom: 1px solid #E5E5E5;
}
.associatedpoint-list-wrap .associatedpoint-item .btn-acco.active {
    border-bottom: 1px solid #E5E5E5;
    background-color: #F5F5F5;
}
/*.associatedpoint-list-wrap .associatedpoint-item + .associatedpoint-item .btn-acco.active:first-child {*/
/*    border-top: 1px solid #1c1c1c;*/
/*}*/
.associatedpoint-list-wrap .associatedpoint-item .btn-acco .tit {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: -0.45px;
}
.associatedpoint-list-wrap .associatedpoint-item .btn-acco .arrow {
    display: inline-block;
    width: 15px;
    height: 7.41px;
    background: url('../../images/icon/ico-arrow-down-01.svg') no-repeat center / 15px auto;
}
.associatedpoint-list-wrap .associatedpoint-item .btn-acco .arrow.active {
    transform: rotate(180deg);
}
.associatedpoint-list-wrap .associatedpoint-item .acco-detail {
    display: none;
    padding: 15px 0 30px;
    border-bottom: 1px solid #E5E5E5;
}
.associatedpoint-list-wrap .associatedpoint-item .acco-detail .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    padding-bottom: 65px;
}
.associatedpoint-list-wrap .associatedpoint-item .acco-detail .tit {
    flex-shrink: 0;
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: -0.45px;
}
.associatedpoint-list-wrap .associatedpoint-item .acco-detail .coordinate-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
}
.associatedpoint-list-wrap .associatedpoint-item .acco-detail .input-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
}
.associatedpoint-list-wrap .associatedpoint-item .acco-detail .input-group .inp-base {
    padding-right: 40px;
    text-align: right;
}
.associatedpoint-list-wrap .associatedpoint-item .acco-detail .input-group .won {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-49%);
    color: #ccc;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
}
.associatedpoint-list-wrap .associatedpoint-item .acco-detail .input-group .won.after {
    color: #1c1c1c;
}
.associatedpoint-list-wrap .associatedpoint-item.point .acco-detail .input-group .inp-base.color-red,
.associatedpoint-list-wrap .associatedpoint-item.point .acco-detail .input-group .inp-base.color-red::placeholder,
.associatedpoint-list-wrap .associatedpoint-item.point .acco-detail .input-group .won.color-red,
.associatedpoint-list-wrap .associatedpoint-item.point .acco-detail .input-group .won.after {
    color: #e53e30 !important;
    font-weight: 500;
}
.associatedpoint-list-wrap .associatedpoint-item .acco-detail .input-group .btn-delete-point {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-49%);
    width: 15px;
    height: 15px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: none;
    background-color: #e5e5e5;
}
.associatedpoint-list-wrap .associatedpoint-item .acco-detail .input-group .btn-delete-point:before,
.associatedpoint-list-wrap .associatedpoint-item .acco-detail .input-group .btn-delete-point:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(50% - 0.5px);
    left: calc(50% - 2.95px);
    width: 6.5px;
    height: 1px;
    background-color: #1c1c1c;
}
.associatedpoint-list-wrap .associatedpoint-item .acco-detail .input-group .btn-delete-point:before {
    transform: rotate(45deg);
}
.associatedpoint-list-wrap .associatedpoint-item .acco-detail .input-group .btn-delete-point:after {
    transform: rotate(-45deg);
}
.associatedpoint-list-wrap .associatedpoint-item .acco-detail .btn-using-all {
    flex-shrink: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 115px;
    height: 50px;
    margin-left: 5px;
    border-radius: 2px;
    border: 1px solid #666666;
    background: #FFFFFF;
    color: #1E1E1E;
    font-size: 15px;
    font-weight: 400;
}
.associatedpoint-list-wrap .associatedpoint-item .acco-detail .btn-using-all:disabled {
    opacity: .4;
    pointer-events: none;
}
.associatedpoint-list-wrap .associatedpoint-item .acco-detail .btn-using-all.used {
    border: 1px solid #E5E5E5;
    color: #ccc;
}
.associatedpoint-list-wrap .associatedpoint-item .acco-detail .point-available {
    margin-left: auto;
    font-size: 14px;
    line-height: 20px;
    font-weight: 350;
    letter-spacing: -0.45px;
    text-align: right;
}
.associatedpoint-list-wrap .associatedpoint-item .acco-detail .subtxt {
    margin-top: 11px;
    color: #666666;
    font-family: 'Noto Sans KR';
    font-size: 12px;
    line-height: 12px;
    font-weight: 300;
    letter-spacing: -0.45px;
}
.associatedpoint-item.voucher .acco-detail .input-group .inp-base {
    text-align: left;
}

/* 예약내역-결제 상세 */
.payment-detail-form * {
    position: relative;
}
.payment-detail-form {
    padding-top: 50px;
}
.payment-detail-form .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.payment-detail-form .item-tit,
.payment-detail-form .item-value {
    color: #1C1C1C;
    font-size: 14px;
    line-height: 20.27px;
    font-weight: 300;
}
.payment-detail-form .item-tit.emphasis,
.payment-detail-form .item-value.emphasis {
    font-size: 15px;
    line-height: 21.72px;
    font-weight: 500;
}
.payment-detail-form .item-tit.color-grey,
.payment-detail-form .item-value.color-grey {
    color: #666;
}
.payment-detail-form .item-tit.color-red,
.payment-detail-form .item-value.color-red {
    color: #E53E30;
}
.payment-detail-form .item-tit.pt {
    padding-top: 5px;
}
.payment-detail-form .btn-acco-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 10px 18px 0;
    border-bottom: 1px solid #1c1c1c;
}
.payment-detail-form .btn-acco-header .tit {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
}
.payment-detail-form .btn-acco-header .arrow {
    display: inline-block;
    width: 15px;
    height: 7.41px;
    background: url(../../images/icon/ico-arrow-down-01.svg) no-repeat center / 15px auto;
}
.payment-detail-form .btn-acco-header .arrow.active {
    transform: rotate(180deg);
}
.payment-detail-form .acco-body {
    display: none;
}
.payment-detail-form .acco-body.active {
    display: block;
}
.payment-detail-form .acco-body .item.pseudo-dashed {
    padding-bottom: 10px;
}
.payment-detail-form .acco-body .item.pseudo-dashed:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #ccc;
}
.payment-detail-form .acco-body .item-tit.bulletpoint::before {
    content: "";
    display: inline-block;
    position: relative;
    top: -4px;
    width: 6px;
    height: 6px;
    margin: 0 5px;
    background: url(../../images/icon/ico-bulletpoint.png) no-repeat center / contain;
}
.payment-detail-form .total-price {
    padding: 10px 0 20px;
    border-bottom: 1px solid #e5e5e5;
}

.mb-join-box{margin-top:10px; }
.mb-join-box a{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding:12px;
    border-radius: 2px;
    border: solid 1px #fbe2e0;
    background: #fef5f4;
    font-size:15px;
}
.mb-join-box .icon-01:before{content: '';display:block; width:24px; height:24px; background:url('../../images/icon_smile.png') 0 1px/100% no-repeat;margin-right:6px;}
.mb-join-box .icon-02:after{content: '';display:block; width:10px; height:20px; background:url('../../images/icon_arrow_right_04.svg') 50% 70%/10px auto no-repeat;margin-left:6px;}
.mb-join-box em{margin-left:5px;color:#e53e30; font-weight: 500;}
.mb-join-box span{display:flex;align-items: center;}
.mb-join-box span + span{margin-top: 5px; margin-left:10px; font-weight: 500;}

.mb-join-box.size--s a{padding:13px; flex-direction: column;}
.mb-join-box.size--s .icon-02:after{margin-left:6px;}
.mb-join-box.size--s span + span{margin-top:5px;}
.mod-airplane .result-box{
    margin-top:40px;
    border-top:1px solid #1c1c1c;
}
.mod-airplane .result-box .item{
    display:flex;
    align-items: center;
    min-height:70px;
    padding:15px 0;
    border-bottom:1px solid #e5e5e5;
}
.mod-airplane .result-box .item > *{flex:none;}
.mod-airplane .result-box .item > .txt{flex:1;}
.mod-airplane .result-box .item > * + *{margin-left:15px;}
.mod-airplane .result-box .item .txt strong,
.mod-airplane .result-box .item .price{font-weight: 500;}
.mod-airplane .result-box .item .txt strong{font-size:16px;}
.mod-airplane .result-box .item .price{
    width:85px;
    font-size:16px;
    letter-spacing: -0.9px;
    text-align: right;
}
.mod-airplane .result-box .item .txt p{padding-top:4px; color:#999; font-size:12px;}
.mod-airplane .result-box .item .verification{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 4px;
    margin-left: 0;
    padding-left: 37px
}
.mod-airplane .result-box .item .verification input{
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 5px 20px;
    width: 100%;
    margin-left: 100px;
}

/* 나의 여행 내역 */
.list-history > p{padding-bottom:20px; font-size:12px;}
.list-history .item-area{position: relative;}
.list-history .item-area + .item-area{margin-top:20px;}
.list-history .item-area .img{
    width:90px;
    height:90px;
    margin-right:20px;
}
.list-history .item-area .cont {
    flex:none !important;
    width: calc(100% - 168px);
}
.list-history .item-area .date{font-size:12px;}
.list-history .item-area .tit{font-size:14px;}
.list-history .item-area .btn{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:0;
    margin:0;
}
.list-history .btn-type-s.sel{
    width:100%;
    height:100%;
    font-size:0;
    line-height: 0;
    padding:0;
    border:0;
    background:none;
    justify-content: flex-start;
}
.list-history .selected .btn-type-s.sel:after{
    content: '';
    display:block;
    width:90px;
    height:90px;
    border-radius: 100%;
    background:rgba(229, 62, 48,.9) url('../../images/icon_check_white.svg') 50% 50%/30px auto no-repeat;
}
.list-history .item-area .date + .tit{margin-top:5px;}

/* 예약내역-예약접수 취소 */
.cancel-reservation .modal-body .body-content .guide-txt {
    padding-bottom: 20px;
    border-bottom: 1px solid #333;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.8px;
}
.cancel-reason-area .item-box {
    display: flex;
    align-items: center;
    padding: 24.5px 0;
    border-bottom: 1px solid #E5E5E5;
}
.cancel-reason-area .inp-radio > input + .label {
    color: #1C1C1C;
}
.cancel-reason-area .inp-radio > input:checked + .label {
    color: #1C1C1C;
}
.cancel-reason-area .item-box .label {
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.75px;
    cursor: pointer;
}
.cancel-reason-area .item-box .label .emphasis {
    margin-right: 3px;
    color: #E53E30;
}

/* 문의 하기 */
.inquiry-box{
    display:flex;
}
.inquiry-box > *{flex:1}
.inquiry-box > * + *{margin-left:10px}
.inquiry-box .item-inquiry {
    display:block;
    border:1px solid #ccc;
    padding:30px 30px 50px 30px;
    position:relative;
    min-height:284px;
    overflow-wrap: anywhere;
    word-break: keep-all;
}
.inquiry-box .item-inquiry:hover {border: 1px solid #666;}
.inquiry-box .date{
    font-size:14px;
    font-weight: 500;
    line-height:1.43;
    letter-spacing:-0.42px;
    color: #999;
}
.inquiry-box .state.complete{
    padding-left:21px;
    color:#e53e30;
    background:url('../../images/icon_check_01_incorrect.svg') 0 50% no-repeat ;
}
.inquiry-box .tit{
    min-height:48px;
    margin-top:18px;
    font-size:18px;
    font-weight:500;
    letter-spacing: -0.72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    max-height: 2.6em;
}
.inquiry-box .cont{
    margin-top:16px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    max-height: 3.9em;
}
.inquiry-box .state{
    position:absolute;
    bottom:20px;
    font-size:14px;
    letter-spacing: -0.42px;
    color:#666
}
.state-txt{
    font-size:14px;
    font-weight: 400;
    color:#666;
    display:inline-block;
    vertical-align: top;
}
.state-txt.complete{
    color:#e53e30;
    padding-left:20px;
    background:url('../../images/icon_check_01_incorrect.svg') 0 50%/16px no-repeat;
}
.state-txt.ing{color:#006f80}
.my-page .item-cont.inquiry .cont-none{
    border:1px solid #ccc;
    padding:131px 0
}

/* 서비스 바로가기 */
.service-box{
    display: flex;
    flex-wrap: wrap;
    margin:0;
    padding:0;
}
.service-box + .service-box {
    margin-top: 5px;
}
.service-box > *{
    width: calc(25% - 5px);
    height: 95px;
    display:flex;
    align-items: center;
    justify-content: center;
    margin:0 0 10px;
    border:1px solid #e5e5e5;
}
.service-box span{
    font-size:12px;
    line-height: 12px;
    text-align: center;
}
.service-box a{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: calc(33.3333% - 10px);
    word-break: keep-all;
}
.service-box a + a {
    margin-left: 10px;
}
.service-box a:nth-child(3n-2) {
    margin-left: 0;
}
.service-box a:before{
    content: '';
    display:block;
    width: 31px;
    height: 31px;
    margin-bottom: 7px;
}
.service-box a:hover{position: relative; border-color:#666;}
.service-box .icon-heart:before{background: url('../../images/icon_s_heart.svg') no-repeat center / 28px auto;}
.service-box .icon-point:before{background: url('../../images/icon_s_point.svg') no-repeat center / 25px auto;}
.service-box .icon-coupon:before{background: url('../../images/icon_s_coupon.svg') no-repeat center / 30px auto;}
.service-box .icon-modify:before{background: url('../../images/icon_s_doc.svg') no-repeat center / 27px auto;}
.service-box .icon-sns:before{background: url('../../images/icon_s_sns.svg') no-repeat center / 21px auto;}
.service-box .icon-membership:before{background: url('../../images/icon_s_membership.svg') no-repeat center / 31px auto;}
.service-box .icon-cjone:before{background: url('../../images/icon_s_cjone.svg') no-repeat center / 28.5px auto;}
.service-box .icon-honeymoon:before{background: url('../../images/icon_s_honeymoon.svg') no-repeat center / 26px auto;}
.service-box .icon-coupon-2:before{
    background: url('../../images/mobile/icon/ico-s-coupon.svg') no-repeat center / 26px auto;
}
.service-box .icon-travelreview:before{
    background: url('../../images/mobile/icon/ico-s-travelreview.svg') no-repeat center / 31px auto;
}
.service-box .icon-productreview:before{
    background: url('../../images/mobile/icon/ico-s-productreview.svg') no-repeat center / 31px auto;
}
.service-box .icon-complement:before{
    background: url('../../images/mobile/icon/ico-s-compliment.svg') no-repeat center / 31px auto;
}
.service-box a.point:after {
    content: "Point +";
    display: inline-block;
    position: absolute;
    top: 10px;
    padding: 1px 5px;
    border-radius: 50px;
    background-color: #E53E30;
    color: #fff;
    font-size: 8px;
    line-height: 10px;
    font-weight: 500;
}

/* wish list */
.my-wish .paging-wrap{margin:0}
.my-wish .paging-wrap .btn{padding-top:0}
.my-wish .list-header{display:block}
.my-wish .list-header .btn{position: static}
.my-wish .btn-type-s.m-full{
    width:100%;
    border-color: #1c1c1c;
    min-height:40px
}
.my-wish .list-header + .list-wish{margin-top:30px}
.list-wish{display:flex; flex-wrap: wrap;}
.list-wish .item-wish{
    width:calc(33.3% - 23px);
    border-radius:10px;
    border:solid 1px #e5e5e5;
    overflow: hidden;
    position:relative;
    margin-bottom:30px;
    margin-left:35px;
}
.list-wish .item-wish > a{display: block}
.list-wish .item-wish:nth-child(3n+1){margin-left:0}
.list-wish .item-img{
    height:310px;
    background-position: 50% 50%;
    background-size: cover;
}
.list-wish .item-info{
    padding:18px 30px 78px;
}
.list-wish .item-info .start{
    font-weight: 500;
    color:#006f80;
    margin-bottom:2px;
}
.list-wish .item-info .no{}
.list-wish .item-info .tit{
    margin-top:12px;
    font-size:20px;
    letter-spacing: -0.8px;
}
.list-wish .item-info .cont{
    margin-top:10px;
    color:#999;
}
.list-wish .item-info .tit,
.list-wish .item-info .cont{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    max-height: 2.6em;
}
.list-wish .item-info .price {
    display: flex;
    align-items: end;
    font-size:16px;
    font-weight: 500;
    line-height:20px;
    position:absolute;
    bottom:27px;
}
.list-wish .item-info .price strong{
    font-family: 'TourEasyT';
    font-size:23px;
    line-height: 23px;
    font-weight: normal;
    letter-spacing: 0;
}
.list-wish .btn-cont-close{
    position:absolute;
    top:20px;
    right:20px;
}
.list-history{overflow:hidden}
.list-history .item-area{
    display:flex;
    align-items: center;
}
.list-history .item-area + .item-area{margin-top:30px}
.list-history .item-area > div{flex:none}
.list-history .item-area > div.cont{flex:1}
.list-history .item-area .img{
    width:130px;
    height:130px;
    overflow: hidden;
    border-radius: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right:38px;
}
.list-history .item-area .btn{margin-left:40px;}
.list-history .item-area .date{
    font-weight: 500;
    color:#999;
}
.list-history .item-area .tit{
    font-size:16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    max-height: 2.6em;
}
.list-history .item-area .date + .tit{margin-top:7px}

/* review list */
.my-review{
    display:flex;
    flex-direction: column;
}
.my-review .name{margin:0}
.my-review .review-hdr .date{letter-spacing: -0.8px}
.my-review .review-hdr .date + .date{
    padding-left:8px;
    margin-left:9px;
    position:relative;
}
.my-review .review-hdr .area{flex:none}
.my-review .review-hdr .date + .date:before{
    content: '';
    display:block;
    width:1px;
    height:12px;
    background:#ccc;
    position:absolute;
    left:0;
    top:calc(50% - 5px);
}
.my-review .cont-none{padding-top:110px}
.my-review .list-header{justify-content: space-between}
.my-review .list-review + .list-review{margin-top:15px;}
.my-review .review-hdr{padding-bottom: 25px}
.my-review .review-cont{border-bottom:1px solid #e5e5e5}
.my-review .review-cont p {word-break:break-word;}
.my-review .review-cont .image img {max-width:100%;}
.my-review .cont-none,
.my-review .list-header,
.my-review .list-review,
.my-review .paging-wrap{order:1;}
.my-review .etc-box{padding:30px 0 0 7px;}
.my-review .etc-box .tit{
    display:block;
    font-size:15px;
    font-weight: 500;
    padding-bottom:7px;
    letter-spacing: -0.7px;
}
.my-review .etc-box .txt{margin-top:10px;color:#666}
.event-area{
    background:#d9eaec;
    margin:30px 0 100px;
}
.event-inner{
    padding:69px 0 30px;
    text-align: center;
}
.event-inner .mo-blind {display:block;}
.event-inner .pc-blind {display:none;}
.event-inner .tit{
    font-size:42px;
    font-weight: 400;
    letter-spacing: -2px;
    line-height: 1.0em;
}
.event-inner .txt{
    font-size:18px;
    letter-spacing: -.7px;
    color:#333;
}
.event-inner .tit + .txt{margin-top:26px;}
.event-inner .txt-2{
    margin-top:40px;
    letter-spacing: -0.6px;
    color:#333
}
.event-inner .coupon-item{position:relative}
.event-inner .coupon-item:after{content:''; display:block; position:absolute; width:10px; height:20px; right:0; top:50%; margin-top:-10px; background:#d9eaec; z-index:1; border-radius: 20px 0 0 20px;}
.event-inner .coupon-box{
    margin:0 auto;
    width:860px;
    margin-top:71px;
    display:flex;
    align-items: center;
    justify-content: center;
    position:relative;
    flex-wrap:wrap;
}
.event-inner .coupon-box > * + *{margin-left:116px}
.event-inner .coupon-box .rank{
    font-size:20px;
    font-weight: 500;
    letter-spacing: -1px;
    width:62px;
    height:62px;
    background:#fff;
    display:flex;
    align-items: center;
    justify-content: center;
    box-shadow: 3px 7px 30px 9px rgba(0, 0, 0, 0.07);
    border-radius: 100%;
    position:absolute;
    top:-31px;
    left:-31px;
    z-index:2
}
.event-inner .coupon-box .rank.txt{font-size:16px}
.event-inner .coupon-box .point{
    width:190px;
    height:100px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background:#1c1c1c;
    position: relative;
    z-index:1;
}
.event-inner .coupon-box .point > *{
    color:#fff;
    width:100%;
    text-align: center;
}
.event-inner .coupon-box .point strong{
    font-size:32px;
    font-family: 'TourEasyT';
    font-weight: normal;
    letter-spacing: -0.6px;
    line-height: 1.2em;
}
.event-inner .coupon-box .point span{
    margin-top:5px;
    font-size:11px;
    font-weight: 700;
    letter-spacing: 1.1px;
}
.event-inner .coupon-box .point.type2{
    align-items: flex-start;
    padding:0 27px 0 38px;
}
.event-inner .coupon-box .point.type2 strong{
    font-size:22px;
    text-align:left
}
.event-inner .coupon-box .point.type2 strong + strong{text-align: right}
.event-inner .coupon-item.size-b .point{
    width:234px;
    height:122px;
}
.event-inner .coupon-item.size-b .point strong{font-size:38px;}
.event-inner .coupon-item.size-b .point span{font-size:16px}
.event-inner .coupon-info{width:860px; text-align: left; margin:0 auto;}
.event-inner .coupon-info .tit{font-size:16px; margin-bottom:5px; font-weight: 500; letter-spacing: -0.64px;}
.event-inner .coupon-info .txt{font-size:14px; line-height:30px; color:#1c1c1c; letter-spacing: -0.64px; font-weight: 500;}
.event-inner .coupon-info .list-type-1 > li{color:#1c1c1c; line-height:30px; margin-top: 0; font-weight: 500;}
.info-review.cont-inner{width:100%;}
.info-review.cont-inner .notice-box{width:1180px; margin:70px auto 0 ;}
.info-review.cont-inner .cont-area{
    width:1180px;
    margin:0 auto;
    position:relative;
}
.info-review.cont-inner .paging-wrap{margin-top:20px}

.review-hdr{align-items: flex-end}
.review-hdr .category{
    font-size:16px;
    margin-bottom:13px;
}
.review-hdr .category em{color:#006f80}
.review-hdr .category > * + *{margin-left:10px}
.review-hdr .area.in > * + *{margin-left:20px}
.review-reply .info {
    display:flex;
    flex-direction: column;
}
.review-reply .info .name{margin:0}
.prdt-list-row .item-img{background-position:50% 50%}
.review-other{margin:50px 0 0}
.review-other dl{
    display:flex;
    padding:17px 20px;
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
    margin-top:-1px
}
.review-other dt{
    flex:none;
    width:50px;
    color:#666;
}
.review-other dd{flex:1;}
.review-other dd a{
    display:block;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    max-height: 1.3em;
}

.list-review{border-top:1px solid #1c1c1c}
.list-review .item-review{
    position:relative;
    padding: 16px 0 17px;
    border-bottom:1px solid #e5e5e5;
    z-index:0;
}
.list-review .cont-none.line{border-top:0;}
.list-review .item-review .item-area{
    display:flex;
    align-items: center;
    position:relative;
    z-index:1;
}
.list-review .item-img{
    flex:none;
    width: 110px;
    height: 140px;
    margin-left:auto;
    margin-right:15px;
    border-radius: 8px;
    background-position: 50% 50%;
    background-size: cover;
    order:0;
    overflow: hidden;
}
.list-review .item-info{
    flex:1;
    order:1;
    max-width: inherit;
    overflow:hidden;
    text-overflow:ellipsis;
}
.list-review .item-info .cont > p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.2em;
}
.list-review .item-info .tit{
    display: block;
    vertical-align: middle;
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    letter-spacing: -0.48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-review .item-info .tit.best:before {
    content: "";
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 22px;
    margin-right: 5px;
    background: url("../../images/icon/ico_cust_travelreview.png") no-repeat center / contain;
}
.list-review .item-info .cont {
    margin-top: 5px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: -0.32px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.list-review .item-info .cont.line-two {
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: unset;
}
.list-review .item-info .area{
    display:flex;
    flex-direction: column;
    align-items: flex-start;
}
.list-review .item-info .area .user-id {
    margin-top: 10px;
    color: #999;
    font-size: 12px;
    line-height: normal;
    font-weight: 400;
    letter-spacing: -0.24px;
}
.list-review .item-info .scope + *{margin-left:20px}
.list-review .item-info .period {
    margin-top: 6px !important;
}
.list-review .item-info .period + .date {
    margin: 2px 0 0 0;
}
.list-review .item-info .area div{
    position: relative;
    color:#999;
    font-size: 12px;
    font-weight: 300;
}
.list-review .item-info .area .fixed-width {
    display: inline-block;
    width: 44px;
    margin-right: 10px;
}
.list-review .item-info .area > div.reply{
    margin: 10px 0 0 -3px;
    padding-left:28px;
    background:url('../../images/emoji/emoji-memo.svg') 0 50%/24px 25px no-repeat;
    color:#1c1c1c;
    font-weight: 400;
}
.list-review .item-info .area > div + div{
    margin: 5px 0 0 0
}
.scope{
    position:relative;
    width:81px;
    height:13px;
    font-size:0 !important;
    line-height: 0 !important;
    text-indent: -9999px !important;
    overflow: hidden !important;
    background:url('../../images/icon_star_off_s.svg') 0 50%/17px 13px repeat-x;
}
.scope:after{
    content: '';
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:0;
    height:100%;
    background:url('../../images/icon_star_on_s.svg') 0 50%/17px 13px repeat-x;
}
.scope.type-1:after{width:13px}
.scope.type-2:after{width:34px}
.scope.type-3:after{width:47px}
.scope.type-4:after{width:64px}
.scope.type-5:after{width:100%}

/* review write*/
.inp-box.star button{
    width:24px;
    height:23px;
    font-size:0;
    line-height: 0;
    text-indent: -9999px;
    background:url('../../images/icon_star_off.svg') 50% 50% no-repeat;
}
.inp-box.star button + button{margin-left:6px;}
.inp-box.star button.selected{background-image: url('../../images/icon_star_on.svg');}
.inp-box.m-row{flex-direction: column; align-items: start;}
.inp-box.m-row > div{flex:1}
.inp-box.m-row > div + button{flex:none;}
.inp-box.m-row > * {width:100%}
.inp-box.m-row > * + button{margin:8px 0 0 0;}

/* 이용안내 */
.notice-box{margin-top:55px;}
.notice-box.mg-none{margin-top:0;}
.notice-box.mg-type1{margin-top:20px;}
.notice-box .notice-header{
    position:relative;
    padding:10px 0;
    pointer-events: auto;
}
.notice-box .notice-header:after{
    content: '';
    display:block;
    width:40px;
    height:40px;
    background:url('../../images/icon_arrow_down_02.svg') 50% 50%/18px 12px no-repeat;
    position:absolute;
    top:0;
    right:0;
    margin-right:-10px;
    z-index:1;
    transform: rotate(180deg) !important;
}
.notice-box .notice-header.on:after{transform: rotate(180deg) !important;}
.notice-box .notice-header.off:after{transform: rotate(0deg) !important;}
.notice-box .notice-header .title-8{font-size:16px;}
.notice-box .notice-body{
    margin: 0 -20px;
    padding: 20px 25px;
    background:#f7f7f7;
}
.notice-box + .form-box,
.notice-box + .search-area{padding-top:60px;}
.notice-box.honeymoon + .form-box {padding-top: 40px;}
.notice-box + .point-header{margin-top:40px;}
.notice-box.m-blind + .form-box{padding-top:0;}
.notice-box.m-default .notice-header{pointer-events: none;}
.notice-box.m-default .notice-box .notice-header .title-8{font-size:18px;}
.notice-box.m-default .notice-header:after{display:none;}
.notice-box.m-default .notice-body{background:none;padding:0 20px;}
.notice-box .notice-body .coupon-guide .list-tit {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.6px;
}
.notice-box .notice-body .coupon-guide .list-type-2 > li + li {
    margin-top: 2px;
}

/* 허니문-이용동의 */
.honeymoon-agree-box {
    margin-top: 30px;
}
.honeymoon-agree-box .honeymoon-agree-title {
    font-size: 20px;
    line-height: 20px;
}
.honeymoon-agree-box .honeymoon-agree-txt {
    margin-top: 15px;
}
.honeymoon-agree-box .honeymoon-agree-txt p {
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
}
.form-grid .form-grid-item.honeymoon .inp-check {
    margin: 10px 20px 0 0;
}

/* 허니문-view */
.honeymoon-view-wrap {
    max-width: 645px;
    margin: 0 auto;
}
.honeymoon-view-wrap + .btn-wrap.center .btn-type-1 {
    width: 206px;
}
.honeymoon-view-group {
}
.honeymoon-view-group + .honeymoon-view-group {
    margin-top: 40px;
}
.honeymoon-view-group .honeymoon-view-tit {
    font-size: 23px;
    line-height: 33px;
    font-weight: 500;
    letter-spacing: -0.7px;
}
.honeymoon-view-group .honeymoon-view-conbox {
    margin-top: 15px;
    border-top: 1px solid #1C1C1C;
}
.honeymoon-view-group .honeymoon-view-conbox .row-type-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
}
.honeymoon-view-group .honeymoon-view-conbox .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px solid #E5E5E5;
}
.honeymoon-view-group .honeymoon-view-conbox .row-type-two .row {
    width: 50%;
}
.honeymoon-view-group .honeymoon-view-conbox .con-item {
    flex-shrink: 0;
    width: 120px;
    padding: 25px 10px 25px 20px;
    background-color: #F7F7F7;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
}
.honeymoon-view-group .honeymoon-view-conbox .con-text {
    width: calc(100% - 120px);
    padding: 25px 10px 25px 20px;
    background-color: #ffffff;
    font-family: 'NotoSansCJKkr';
    font-size: 14px;
    line-height: normal;
    font-weight: 300;
    word-wrap: break-word;
}
.honeymoon-view-group .honeymoon-view-conbox .con-text.receipt {
    color: #006F80;
}
.honeymoon-view-group .honeymoon-view-conbox .con-text.completion {
    color: #E53E30;
}

/* editor hover */
.editor-area{height:460px}

/* 나의 마일리지 */
.point-header{
    display:flex;
    justify-content: space-between;
    align-items: center;
    background:#f7f7f7;
    padding:36px 50px 40px;
}
.point-header .point-total{
    font-size:26px;
    font-weight: 500;
    letter-spacing: -1.3px;
}
.point-header .point-total span{
    display:flex;
    align-items: end;
    padding-top:10px
}
.point-header .point-total .mileage{
    font-family: 'TourEasyT';
    font-weight: normal;
    font-size:32px;
    line-height: 32px;
    padding-left:48px;
    position:relative;
    margin-right:3px;
    letter-spacing: 0;
}
.point-header .point-total .mileage:before{
    content: '';
    display:block;
    width:36px;
    height:36px;
    background:url('../../images/icon_mileage.svg') 50% 50%/36px no-repeat;
    position:absolute;
    left:0;
    top:0;
}
.point-header .point-total .mileage em{font-size:25px;}
.point-header .point-info{
    flex:none;
    min-width:272px;
}
.point-header .point-info dl{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.point-header .point-info dl + dl{margin-top:22px}
.point-header .point-info dt{
    font-size:16px;
    font-weight: 500;
    letter-spacing: -0.48px;
    color:#666;
    padding-right:40px;
}
.point-header .point-info dd{
    font-family: 'TourEasyT';
    font-size:25px;
    line-height: 26px;
    letter-spacing: -1.25px;
}

/* table default */
.tb-default{
    border-top:1px solid #1c1c1c;
    border-bottom:1px solid #e5e5e5;
}
.tab-default + .tb-default{margin-top:15px;}
.tb-default .item-cell{
    display:flex;
    position: relative;
    width:100%;
    border-top:1px solid #e5e5e5;
    align-self: center;
}
.tb-default .cell-area,
.tb-default .cell-row{display:flex}
.tb-default .cell-row{flex:none;}
.tb-default .cell-area,
.tb-default .cell-row.full{flex: 1}
.agency-intro-wrap .tb-default .item-cell {
    border-top: none;
}
.agency-intro-wrap .tb-default .cell-area {
    border-top: 1px solid #e5e5e5;
}
.tb-default .cell{
    flex:none;
    padding:24px 15px;
    font-size:15px;
    line-height:20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align:center;
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 1;*/
    /*overflow: hidden;*/
    /*-webkit-box-orient: vertical;*/
}
.tb-default.tb-honeymoon .cell {
    font-weight: 300;
}
.tb-default .tb-header .cell{
    font-size:15px;
    font-weight: 500;
    padding:15px;
}
.tb-default .cont{flex:1; }
.tb-default .tb-body .cont {
    justify-content: start;
    text-align: left;
    overflow-wrap: anywhere;
    word-break: keep-all;
}
.tb-default [class*="date"]{width:110px}
.tb-default .state{width:110px}
.tb-default .apply{width:150px}
.tb-default .type{width:220px}
.tb-default .country{width:170px}
.tb-default .point{width:130px}
.tb-default .writer{width:130px}

.list-point .tb-body{display:none}
.list-point .tb-body.show{display:block}

/* 개인정보 변경 password 확인 */
.my-check-password .form-grid-item + .form-grid-item{margin-top:10px}
.my-check-password .form-grid-item .cont{margin-top:0}

/* SNS 계정 연결 */
.my-connect-sns .btn-type-3 span {display: flex; position: relative; align-items: center; padding-left: 35px;}
.my-connect-sns .btn-type-3 span::before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 5PX;
    width: 20px;
    height: 20px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: translateY(-50%);
}
.my-connect-sns .btn-type-3.sns-kakao {
    border: none;
    background-color: #FEE500;
}
.my-connect-sns .btn-type-3.sns-naver span::before{background-image: url('../../images/icon_naver.svg')}
.my-connect-sns .btn-type-3.sns-kakao span::before{background-image: url('../../images/icon_kakao.svg')}
.my-connect-sns .cont.link-cunnect .btn-type-3 span::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    background: rgba(0,0,0,.5) url(../../images/icon-link.svg) no-repeat center;
    background-size: 18px;
    border-radius: 50%;
    transform: translateY(-50%);
}
.my-connect-sns .cont.link-cunnect {}
.my-connect-sns .cont.link-cunnect .txt {margin-top: 10px; font-size: 14px; color: #e43d30;}
.my-connect-sns .cont.link-cunnect + .cont {margin-top: 22px;}

/* 회원탈퇴 */
.my-withdrawal .bg-box{
    padding:20px 25px;
    margin-bottom:40px;
}
.my-withdrawal .bg-box > .tit{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -1.17px;
    line-height: 26px;
}
.my-withdrawal .bg-box > .txt{
    margin-top:10px;
    font-size:12px;
    line-height: 20px;
    font-weight: 500;
}
.my-withdrawal .radio-area .item{
    flex:none;
    width:50%;
}
.my-withdrawal .inp-check.type3 > .label{
    font-size:14px;
    color:#1c1c1c
}
.my-withdrawal .form-wrap .form-box + .form-box{padding-top:20px}
.my-withdrawal .form-box .label > em{
    font-size:16px;
    font-weight: 400;
    color:#999;
}

/* 문의내역 */
.tb-inquiry .state{width:120px}
.my-board .tb-default .tb-body .cont span{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    line-height: 1.2em;
    max-height: 1.2em;
}
.my-board,
.my-board .form-wrap{
    display:flex;
    flex-direction: column
}
.my-board .notice-box{
    order:4;
    margin-top:50px
}
.my-board .check-list{order:3}
.my-board .search-area{
    order:1;
    width:100%;
    padding-top:25px !important;
}
.my-board .list-view{
    order:2;
    padding-top:20px;
}
.my-board .list-btn{
    order:0;
    position:static
}
.my-board .list-btn .btn-type-inner {
    min-height: 40px;
}
.my-board .notice-box + .list-view{padding-top:30px}
.my-board .notice-box.mg-none + .form-box{padding-top:0}
.my-board .form-box{padding-bottom:45px;}
.my-board .form-wrap{
    width:100%;
    max-width:initial;
    padding-bottom:5px
}
.my-board .form-wrap .form-box{padding-bottom:50px}
.my-board .form-wrap .notice-box{margin-top:0}
.my-board .list-type-2 a{font-size:12px}

/* 고객 서비스 개선 제안*/
.my-complain-detail{padding-bottom:60px}
.inp-textarea{
    width:100%;
    font-size:15px;
    font-weight: 300;
    line-height: 20px;
    outline:none;
    border:1px solid #e5e5e5;
    border-radius: 2px;
    padding:20px;
    min-height:150px;
    background:#f7f7f7
}
.inp-textarea.scroll{
    height:150px;
    overflow-y: auto;
}
.toggle-area{padding:7px 0}
.my-page textarea{min-height:150px}
.item-toggle-box dt{
    padding:0;
    position:relative;
}
.item-toggle-box .btn-arrow{right:-10px}
.item-toggle-box dd{
    display:none;
    flex-wrap: wrap;
    margin-bottom:-10px;
    padding: 15px 0 0;
}
.item-toggle-box + .item-toggle-box{margin-top:20px}
.item-toggle-box.d-show dd{display:flex}
.item-toggle-box.d-hide dd{display:none}
.item-toggle-box .inp-ck-txt{margin-bottom:10px;}
.toggle-area.line{
    padding:0;
    border-top:1px solid #1c1c1c;
}
.toggle-area.line .item-toggle-box{
    border-bottom:1px solid #e5e5e5;
    padding:14px 15px 15px;
}
.toggle-area.line .item-toggle-box dd{display:flex;}
.toggle-area.line .item-toggle-box + .item-toggle-box{margin-top:0;}
.inp-ck-txt{display:flex; margin-right:10px;}
.inp-ck-txt span{
    display:block;
    height:33px;
    padding:0 10px;
    border:1px solid transparent;
    background:#f3f3f3;
    font-size:13px;
    line-height: 33px;
    font-weight: 400;
    letter-spacing: -0.4px;
}
.inp-ck-txt.checked > span,
.inp-ck-txt input:checked + span,
.inp-ck-txt input.checked:disabled + span{
    background:#fff;
    border-color:#1c1c1c;
}
.inp-ck-txt input{
    width:0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    position:absolute;
    left:-9999px;
}
.agree-box{ margin-top:40px;}
.agree-box .txt{margin-top:10px; font-size:12px;}
.agree-box .inp-agree{
    padding:18px 0 0;
    text-align:left;
}
.agree-box [class*='title-']{
    font-size: 18px;
    font-weight: 500
}

/* 설문조사 */
.my-poll .form-grid-item.column > .label{
    font-weight: 500;
    align-items: flex-start;
}
.my-poll .form-grid-item.column > .label em{
    padding-left:25px;
    display: block;
}
.my-poll .form-grid-item.column > .required:after{display:none;}
.my-poll .required > span:after{
    content: '*';
    display: inline;
    margin-left:4px;
    font-size: inherit;
    font-weight: 600;
    color:#e43d30;
}
.my-poll .radio-area .item{
    flex:none;
    width:50%;
    margin-right:27px;
}
.my-poll .radio-area .item .inp-radio .label{
    color:#1c1c1c;
    letter-spacing: -1px;
}
.my-poll .radio-area .item .inp-radio .label:before{margin-right:7px;}
.my-poll .form-grid .default + .form-grid-item{margin-top:30px;}
.my-poll .form-grid .default+ .form-grid-item.default,
.my-poll .form-grid .in + .form-grid-item.default{margin-top:50px;}
.my-poll .form-grid-item.in > .label{font-size:16px; color:#666;}
.my-poll .form-grid-item.in > .label em{display: block; padding-left:5px;}
.my-poll .form-grid-item.in{padding-left:0;}
.my-poll textarea.inp-base{width:100%; height:150px;}
.my-poll .search-item{
    padding-bottom:50px;
}
.inp-box.inp-srh > * + *,
.my-poll .search-item .inp-box > * + *{margin:10px 0 0 0;}
.my-poll .search-item .cont .inp-box + *,
.inp-box.inp-srh + *{margin-top:10px;}
.my-poll .search-item .cont{width:100%;}
.my-poll .form-wrap .form-box + .form-box{padding-top:20px;}
.my-poll .form-grid-item .radio-area{margin-bottom:-15px;}
.my-poll .form-grid-item .radio-area.column{margin-bottom:0;}
.my-poll .search-item .cont .inp-box.type-review {
    padding-top: 0;
}
.my-poll .search-item .btn-type-inner.search,
.inp-box.inp-srh .btn-type-inner.search{
    position:absolute;
    top:0;
    left:0;
    margin:0;
}
.my-poll .search-item .cont .inp-box,
.inp-box.inp-srh-pt{
    position:relative;
    padding-top:60px;
}
.my-poll .form-box{padding-bottom:55px;}
.my-poll .inp-box.radio-area > *{padding-bottom:15px;}

.my-poll .form-grid-item .radio-area.radio-type-2 {
    gap: 10px;
    margin-bottom: 0;
}
.my-poll .radio-area.radio-type-2 .inp-radio .label:before,
.my-poll .radio-area.radio-type-2 .inp-radio .label:after {
    display: none;
}
.my-poll .radio-area.radio-type-2 .item {
    flex: unset;
    width: 50px;
    margin: 0;
    padding: 0;
    font-size: 0;
    gap: 10px;
}
.my-poll .radio-area.radio-type-2 .inp-check .label,
.my-poll .radio-area.radio-type-2 .inp-radio .label {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    box-sizing: border-box;
    cursor: pointer;
}
.my-poll .radio-area.radio-type-2 .inp-radio input:checked + .label,
.my-poll .radio-area.radio-type-2 .inp-radio.checked input + .label {
    color: #000;
}
.my-poll .radio-area.radio-type-2 .inp-radio input:checked + .label {
    border-color: #E53E30;
    background-color: #E53E30;
    color: #fff;
}
.my-poll .radio-area.radio-type-2 + .standard-txt {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}
.my-poll .radio-area.radio-type-2 + .standard-txt .txt {
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
}

.my-poll .form-box.survey {
    padding-bottom: 0;
}
.my-poll .survey .form-grid .form-grid-item + .form-grid-item {
    margin-top: 50px;
}
.my-poll .survey .form-grid-item .radio-area .item .item-txt {
    margin-top: 30px;
    padding: 0 10%;
    color: #666;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.48px;
}
.my-poll .survey .form-grid-item .radio-area .item:first-child .item-txt {
    margin-top: 22px;
}
.my-poll .survey .inp-box.radio-area.column .item {
    margin: 0;
}
.my-poll .survey .radio-area .item .star-rating-wrap {
    padding: 18px 0 0;
    font-size: 0;
    text-align: center;
}
.my-poll .survey .radio-area .item .star-rating {
    display: inline-block;
}
.my-poll .survey .radio-area .item .star-rating input {
    display: none;
}
.my-poll .survey .radio-area .item .star-rating label {
    float: right;
    margin-left: 10px;
    cursor: pointer;
}
.my-poll .survey .radio-area .item .star-rating label:before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url("../../images/mobile/button/star-off.svg") no-repeat center / 36px auto;
}
.my-poll .survey .radio-area .item .star-rating input:checked ~ label:before {
    width: 36px;
    height: 36px;
    background: url("../../images/mobile/button/star-on.svg") no-repeat center / 36px auto;
}
.my-page .survey-completed .txt-small {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.98px;
    text-align: center;
}
.my-page .survey-completed .txt-big {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: -0.72px;
    text-align: center;
}
.my-page .survey-completed .btn-wrap.row .btn-type-inner {
    display: flex;
    justify-content: space-around;
    width: 100%;
    gap: 40px;
}
.my-page .survey-completed .btn-wrap.row .btn-type-inner.apple {
    margin: 20px 0 0 0;
}
.my-page .survey-completed .btn-wrap .appdown:before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
}
.my-page .survey-completed .btn-wrap .appdown.android:before {
    width: 121px;
    height: 30px;
    background-size: 121px auto;
    background-image: url("../../images/mobile/icon/logo-app-android.svg");
}
.my-page .survey-completed .btn-wrap .appdown.apple:before {
    width: 111px;
    height: 29px;
    background-size: 111px auto;
    background-image: url("../../images/mobile/icon/logo-app-apple.svg");
}
.my-page .survey-completed .btn-wrap .appdown:after {
    width: 16px;
    height: 15.78px;
    margin-left: 14px;
    background: url("../../images/mobile/icon/ico-down-white.svg") no-repeat center / 16px auto;
}



/* search */
.search-area{
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items:flex-start;
}
.search-area > *{flex:none}
.search-area .sel-search{width:100%;}
.search-area .inp-search{
    width:100%;
    display:flex;
}
.search-area > * + *{margin:10px 0 0;}
.search-area .inp-base{
    width:calc(100% - 56px);
}
.search-area .sel-base{
    width:100%;
}
.search-area .btn-type-s.search{
    flex:none;
    width:50px;
    margin-left:6px;
}
.search-area + .list-view{padding-top:40px}
.my-complain.my-board .list-header{padding-top:0;}

/* 1:1 고객불편신고 */
.list-view{padding-top:40px;}
.list-btn{
    position:absolute;
    right:0;
    bottom:0;
}
.list-none + .list-btn{display:block}
.list-none .paging-wrap{display:none}
.list-none + .paging-wrap{display:none}
.tb-complain .area{
    flex:none;
    width:200px
}
.tb-complain .type{flex:none}
.customer .list-none .paging-wrap {
    display: none;
}

/* 회원정보 확인 */
.tb-userinfo.table-type-2 {margin: 20px 0;}
.tb-userinfo.table-type-2.table-type-2 tbody th,
.tb-userinfo.table-type-2 tbody td {padding: 20px 15px; text-align: center;}
.tb-userinfo .userdate {white-space: nowrap;}
.tb-userinfo .inp-radio > .label:before {margin-right: 0;}

/* 고객만족도조사 */
.tb-research .tit{
    flex:none;
    width:750px
}
.tb-research .tb-body .tit{text-align:left}
.marketing_use, .member-info{margin-top:40px}
.marketing_use .cont,
.member-info .cont{margin-top:0}
.marketing_use .tit,
.member-info .tit{
    font-size:20px;
    font-weight: 500;
    letter-spacing: -1.2px;
    padding-bottom:25px;
}
.marketing_use dl,
.member-info dl{
    display:flex;
    align-items: center;
}
.marketing_use dl + dl{margin-top:20px;}
.marketing_use dt,
.member-info dt{
    flex:none;
    width:140px;
    font-size:16px;
    font-weight: 500;
    letter-spacing: -1px;
}
.marketing_use dd,
.member-info dd{flex:1}
.marketing_use dd label + label{margin-left:28px}
.marketing_use dd .label{font-size:15px}

.member-info .tit{padding-bottom:14px;}
.member-info dt{width:auto;margin-right:20px;}
.member-info dd{display:flex;align-items: center;}
.member-info dd > * {flex:none}
.member-info dd span{font-size:15px; letter-spacing: -0.75px}
.member-info .btn-type-s{min-height:30px;padding:0 9px 0 11px; margin-left:20px}
.member-info .btn-type-s.arrow:after{margin-left:5px}

/* 제품 상세 */
.detail .cont-inner{width:100%}
.detail .detail-header{
    position:relative;
    border-bottom:1px solid #1c1c1c;
    padding-bottom:15px;
}
.detail .item-label{margin-bottom:18px;}
.detail .item-label > * + *{margin-left:3px}
.detail .item-text{padding-right:150px;}
.detail .item-text .tit{
    font-size:32px;
    font-weight: 700;
    letter-spacing: -1.28px;
    line-height: 1;
}
.detail .item-text .txt{
    margin-top:8px;
    font-weight: 500;
    color:#999;
    line-height: 1.2;
}
.detail .item-func{
    display:flex;
    align-items: center;
    justify-content: space-between ;
    position:absolute;
    right:0;
    bottom:10px;
    width:106px;
}
.detail .item-func div > *{
    display:block;
    font-size:0;
    text-indent: -9999px;
}
.detail .item-func div > *:before{
    content: '';
    display:block;
    width:24px;
    height:24px;
}
.detail .talk *:before{background:url('../../images/icon_talk.svg') 50% 50%/24px 24px no-repeat}
.detail .share *:before{background:url('../../images/icon_share.svg') 50% 50%/18px 20px no-repeat}
.detail .print *:before{background:url('../../images/icon_print.svg') 50% 50%/22px 19px no-repeat}
.detail .mail *:before{background:url('../../images/icon_message.svg') 50% 50%/23px 16px no-repeat}
.detail .share-all .btn-share-contents {
    background-size: 18px 20px;
}
.detail .detail-body{
    position:relative;
    margin:0;
    padding:0;
}
.detail .detail-area{width:100%; padding:0 20px}
.detail .item-photo{
    position: relative;
    width:calc(100% + 40px);
    height:340px;
    margin: 0 -20px;
    background:#ccc;
}
.detail .swiper-photo{
    width:100%;
    height:100%;
}
.detail .swiper-photo .swiper-slide{
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
}
.detail .goodsDetail .badge-group {
    display: flex;
    flex-direction: row-reverse;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.detail .goodsDetail .badge-group .ambassador {
    width: 50px;
    height: 50px;
}
.detail .swiper-photo .swiper-button-prev,
.detail .swiper-photo .swiper-button-next{display:none}
.detail .swiper-photo .swiper-pagination,
.detail .swiper-photo .swiper-pagination-goodsDetailSwipe {
    position:absolute;
    right:10px;
    bottom:10px;
    color:#fff;
    font-size: 12px;
    line-height: 1.0;
    z-index:1;
    width:auto;
    display: flex;
    align-items: center;
    left:inherit;
    padding: 6px 13.5px;
    border-radius: 16px;
    background:rgba(0,0,0,.4);
}
.detail .swiper-photo .swiper-pagination-current{
    margin-right: 4px;
    margin-top: 1px;
    font-family: 'TourEasyT';
    font-size: 11px;
}
.detail .swiper-photo.swiper-dt-pop-1 .swiper-pagination-current,
.detail .swiper-photo.swiper-dt-pop-2 .swiper-pagination-current {
    margin-top: 0;
}
.detail .swiper-photo .swiper-pagination-total{
    font-family: NotoSansCJKkr;
    font-size: 12px;
    font-weight: 400;
    margin-left:3px;
}
.detail .swiper-photo .swiper-pagination-current:before,
.detail .swiper-photo .swiper-pagination-total:before{
    content: '0';
}
.detail .item-view{
    display:block;
    position:relative;
}
.detail .item-view dl{
    flex:none;
    display: flex;
    align-items: center;
}
.detail .item-view dl > *{flex:none}
.detail .item-view dl + dl{margin-left:20px}
.detail .item-view .label{padding-right:10px;}
.detail .view-reserve,
.detail .view-review,
.detail .view-reserve .cont{
    display:flex;
    align-items: center
}
.detail .view-reserve .label{
    font-size:18px;
    letter-spacing: -0.72px;
}
.detail .view-reserve .cont .txt{
    font-size:18px;
    font-weight: 500;
}
.detail .view-reserve .cont em{font-weight: 500}
.detail .view-reserve .manager-info{
    display:flex;
    align-items: center;
    margin-left:20px;
}
.detail .view-reserve .manager-info > .btn-info{
    display:block;
    padding: 0 23px 0 0;
    background:url('../../images/icon_info.svg') 100% 100%/18px no-repeat;
}
.detail .view-review .label{font-weight: 500}
.detail .view-review dd,
.detail .view-review dd a{
    font-weight: 500;
    color:#666
}

.detail .item-price{margin-top:60px}
.detail .item-price > .txt{
    font-weight: 500;
    color:#999;
    margin-top:10px
}
.detail .tb-price{
    border:1px solid #e5e5e5;
    border-top:1px solid #1c1c1c;
}
.detail .tb-price{display:flex}
.detail .tb-price .tit{
    border-bottom:1px solid #e5e5e5;
    height:68px;
    font-weight: 500;
    padding:15px 29px;
    display:flex;
    align-items: center;
    justify-content: flex-end;
    min-height:68px
}
.detail .tb-price .default .tit {justify-content: flex-start}
.detail .tb-price .default .cont{text-align: left}
.detail .tb-price .cont{
    text-align: right;
    padding:20px 29px 18px
}
.detail .won{
    font-family: 'TourEasyT';
    font-weight: normal;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    line-height: 1.0;
}
.detail .won em{
    font-family: "NotoSansCJKkr";
    font-weight: 500;
    font-size:14px;
    margin-left:2px;
    padding-bottom:2px
}
.detail .tb-price .cont > p{
    margin-top:6px;
    font-size:11px;
    line-height: 16px;
    color:#999
}
.detail .tb-price .cell.default{
    flex:none;
    width:200px
}
.detail .tb-price .cell.default .tit{justify-content: flex-start;}
.detail .tb-price .cell{flex:1}
.detail .tb-price .won{font-size:18px; justify-self: flex-end}

.detail .item-traffic{
    margin-top:25px;
    padding:30px;
    border:1px solid #e5e5e5;
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.detail .item-traffic .tit strong{
    font-size:16px;
    font-weight: 700;
}
.detail .item-traffic .tit .area{
    display:flex;
    align-items: center;
}
.detail .item-traffic .tit .area .img-logo{margin-right:9px;}
.detail .item-traffic .tit strong + .area{margin-top:8px}
.detail .item-traffic .cont{display:flex;}
.detail .item-traffic .cont dl,
.detail .item-traffic .cont dd{
    display:flex;
    align-items: center;
}
.detail .item-traffic .cont dd:before{
    content: '';
    width:2px;
    height:12px;
    background: #e5e5e5;
    margin:0 10px;
}
.detail .item-traffic .cont > div + *{margin-left:45px}
.detail .item-traffic .cont .label-state{margin-left:10px}
.label-state.traffic{
    border-color:#006f80;
    color:#006f80
}

/* 20220713 항공편 텍스트 노이미지 클래스 추가 */
.label-state.traffic.none {background: url(../../images/logo.png) no-repeat center; width: 45px; height: 21px; background-size: 90%; border-color: #1c1c1c;}
.detail .item-traffic .info-box{flex:none}
.detail .item-traffic dl + dl{margin-top:15px}
.detail .item-traffic .btn{
    width:100%;
    margin-top:24px;
    display: flex;
    justify-content: flex-end;
}
.detail .item-traffic .btn * + *{margin-left:10px;}
.detail .item-detail{
    margin-top:50px;
    padding-top:80px;
    position:relative;
    min-height:630px;
}
.detail .tab-detail{
    width:calc(100% + 40px);
    background:#fff;
    position:absolute;
    top:0;
    margin:0 -20px;
    padding:10px 0 0;
    align-items: flex-end;
    z-index:9;
}
.detail .tab-detail.fix{
    position:fixed;
    width:100%;
    top:55px !important;
    margin:0 -20px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    z-index:111;
}
.detail .tab-detail.fix .tab-d-scroll{border-bottom:0}
.detail .tab-detail.fix:before{
    content: '';
    display:block;
    width:100%;
    height:10px;
    position:absolute;
    top:-10px;
    left:0;
    background:#fff;
    z-index:1;
}
.tab-detail .tab-d-area{display:flex;}
.tab-detail .tab-d-area button{
    flex:1;
    font-size:18px;
    letter-spacing: -0.72px;
    padding:10px 0;
    display:flex;
    align-items: center;
    justify-content: center;
    height:70px;
    border:1px solid #ccc;
    position:relative;
    z-index:0;
}
.tab-detail .tab-d-area button + button{margin-left:-1px}
.tab-detail .tab-d-area .selected{
    border:1px solid #1c1c1c;
    z-index:1;
    font-weight: 700;
    transition: border .5s ease-in-out;
}
.tab-detail .tab-d-area button:hover{
    border:1px solid #1c1c1c;
    z-index:1;
    transition: border .5s ease-in-out;
}
.tab-detail.fix .tab-d-area .selected{
    background:#1c1c1c;
    color:#fff
}
.cont-detail > .cont-box{display:none}
.cont-detail > .cont-box.show{display:block}

/* detail - 상품 핵심포인트 */
.detail .cont-detail {
    padding-top: 5px;
}
/*.detail .cont-detail > .cont-box{padding: 0 0 40px;}*/
.detail .cont-box.product{position: relative;}
.detail .cont-box .item-box > [class*='tit-']{
    font-size:26px;
    font-weight: 700;
    padding-bottom:40px;
    line-height: 1.1;
    letter-spacing: -1.15px;
}
.detail .cont-box [class*='tit-'] > strong + .txt-imp{margin-top:14px}
.detail .txt-imp{
    color:#e53e30;
    padding-left:24px;
    background-size:18px;
    margin-bottom:20px;
}
.detail .cont-box .item-box .tit-2{
    font-size:23px;
    padding-bottom:20px;
}
.detail .cont-box .item-box .tit-3{
    font-size:16px;
    font-weight: 500;
    line-height: 18px;
}
.detail .cont-box [class*='item-box']{
    display:flex;
    flex-direction: column;
    align-items: flex-start;
}
.detail .cont-box [class*='item-box'].column{flex-direction: column}
.detail .cont-box [class*='item-box'] + [class*='item-box']{margin-top:50px}
.detail .cont-box [class*='item-box']:not(.swiper-slide){margin-bottom:60px;}
.detail .cont-box [class*='item-box'] .cont{width:100%}
.detail .item-box-event{
    align-items: center;
    padding:26px;
    border:1px solid #e5e5e5;
}
.detail .item-box-event .a-link {
    max-width: 910px;
    width: 100%;
    padding: 0;
}
.detail .item-box-event .img {
    background-size:cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color:#e5e5e5;
}
.detail .item-box-event .txt {
    position: relative;
    padding: 0 10px;
}
.detail .item-box-event .txt .tit {
    margin-top: 0;
    color: #1c1c1c;
    font-size: 16px;
    font-weight: 500;
}
.detail .item-box-event .txt p {
    color: #1c1c1c;
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
}
.detail .item-box-event .txt p + p {
    margin-top: 10px;
}
.detail .item-box-event .txt:before{
    content: '';
    display:block;
    width:1px;
    height:143px;
    background:#e5e5e5;
    position:absolute;
    left:-37px;
    top:calc(50% - 71px);
}
.detail .point-list {
    margin-top: 30px;
    border-top:1px solid #1c1c1c;
}
.detail .point-list .item{
    display:flex;
    align-items: center;
    border-bottom:1px solid #e5e5e5;
    padding:20px 0;
    min-height:90px;
}
.detail .point-list .item .label{
    flex:none;
    font-size:16px;
    width:80px;
    margin-right:20px;
    padding:0 15px;
    display:flex;
    flex-direction: column;
    align-items: center;
}
.detail .point-list .label:before{
    content: '';
    width:30px;
    height:30px;
    background-position: 50% 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.detail .point-list .traffic:before{background-image: url('../../images/icon_detail_point_vejicle.svg')}
.detail .point-list .meal:before{background-image: url('../../images/icon_detail_point_meal.svg')}
.detail .point-list .stay:before{background-image: url('../../images/icon_detail_point_hotel.svg')}
.detail .point-list .tourism:before{background-image: url('../../images/icon_detail_point_tour.svg')}
.detail .point-list .etc:before{background-image: url('../../images/icon_detail_point_etc.svg')}
.detail .point-list .insurance:before{
    background-size: 26px 30px;
    background-image: url('../../images/icon_detail_point_insure.svg')
}

.detail .point-list .area > p{
    line-height:1.3;
    padding-left:12px;
    position:relative;
    margin-top: 5px;
    color: #999;
}
.detail .point-list .area > p:before{
    content: '・';
    position:absolute;
    left:0;
    text-align: left;
}
.detail .embedded-video {
    position: relative;
    width: 100%;
    height: 0;
    margin-top: 50px;
    padding-bottom: 56.25%;
}
.detail .embedded-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.detail .img-view-box {
    max-height: 520px;
    overflow: hidden;
}
.detail .img-view-box img{max-width:100%; height:auto}
.detail .img-view-box > div + div{margin-top:20px}
.detail .img-view-box.show {
    max-height: unset;
    height:auto;
}
.detail .tourplan-intro-box {
    position: relative;
    max-width: 780px;
    width: 100%;
}
.detail .tourplan-intro-box .tourplan-intro-img {
    max-width: 780px;
    width: 100%;
    height: auto;
}
.detail .tourplan-intro-box .link-tourplan-intro-detail {
    display: inline-block;
    position: absolute;
    bottom: 31.9%;
    right: 4vw;
    max-width: 351px;
    max-height: 117px;
    width: 45%;
    height: 15vw;
    background-color: transparent;
}
@media screen and (min-width: 820px){
    .detail .tourplan-intro-box .link-tourplan-intro-detail {
        bottom: 1100.35px;
        right: 32.8px;
    }
}
.detail .btn-view{
    width:100%;
    background:#f7f7f7;
    margin-top:30px;
    height:50px;
    display:flex;
    align-items: center;
    justify-content: center;
}
.detail .btn-view span{
    font-size:16px;
    font-weight: 500
}
.detail .btn-view:after{
    content: '';
    margin-left:8px;
    width:15px;
    height:6px;
    background:url('../../images/icon_arrow_down.svg') 50% 50%/100% auto no-repeat;
}
.detail .img-view-box.show + .btn-view:after{
    transform: rotate(-180deg);
    transition: all 0.5s ease-in-out;
}
.detail .leader-info{
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
    width:100%;
    padding:18px 0 28px;
    border-top:1px solid #1c1c1c;
    border-bottom: 1px solid #e5e5e5;
}
.detail .leader-info .item{
    display:flex;
    width: auto;
    flex-wrap: wrap;
    align-items: baseline;
    position:relative;
    padding:0 0 10px 0;
    border:0;
}
.detail .leader-info span {margin-left:5px; color:#666}
.detail .leader-info .cont {margin-right:10px;}
.detail .leader-info .label-state.leader{
    color:#006f82;
    border-color: #006f82;
}
.detail .leader-info .label-state.guide{
    color:#e53d32;
    border-color: #e53d32;
}
.detail .leader-info .label-state.free{
    color:#1c1c1c;
    border-color: #1c1c1c;
}
.detail .leader-info .label-state + .label-state {margin-left: 5px;}
.detail .leader-info span.txt {display: block; width: 100%; margin: 0; margin-top: 5px;}
.detail .included-list{margin-top:50px}
.detail .included-list{
    margin-top:40px;
    border-top:1px solid #1c1c1c;
}
.detail .included-list .item{
    display:flex;
    flex-direction: column;
    align-items: center;
    border-bottom:1px solid #e5e5e5;
}
.detail .included-list .item .label:before{content: '';}
.detail .included-list .check .label:before{
    width:20px;
    height:16px;
    margin-right:5px;
    background:url('../../images/icon_check_txt.svg') 50% 50%/100% no-repeat;
}
.detail .included-list .no-check .label:before{
    width:16px;
    height:17px;
    margin-right:9px;
    background:url('../../images/icon_nocheck_txt.svg') 50% 50%/100% no-repeat;
}
.detail .included-list .label{
    flex:none;
    width: 250px;
    font-size:16px;
    font-weight: 500;
    display:flex;
    align-items: center;
    justify-content: center;
}
.detail .included-list .area{
    flex:1;
    padding:20px 30px;
    line-height: 26px;
    border-left:1px solid #e5e5e5;
}
.detail .included-list .item > * {
    width:100%;
    border:0;
    padding:0
}
.detail .included-list .item .label{
    padding:16px 0;
    border-bottom:1px solid #e5e5e5;
    justify-content: flex-start;
}
.detail .included-list .item .area{padding:16px 0}

/* detail - 여행일정 */
._schDayHD1,
._schDayHD2,
._schDayHD3,
._schDayHD4,
._schDayHD5,
._schDayHD6,
._schDayHD7,
._schDayHD8 {scroll-margin-top: 70px;}
.detail .cont-box.plan{}
.detail .item-box-meeting{
    border:1px solid #e5e5e5;
    padding:28px 190px 28px 30px;
    position:relative;
    justify-content: flex-start;
}
.detail .item-box-meeting .tit{
    font-weight: 500;
    font-size:20px;
    letter-spacing: -0.72px;
    margin-right:20px
}
.detail .item-box-meeting .txt.area.pc{ padding-left: 60px;}
.detail .item-box-meeting .txt strong{
    font-weight: 500;
    font-size:18px;
    letter-spacing: -0.72px;
}
.detail .item-box-meeting .btn-type-inner{
    position:static;
}
.detail .item-plan-info{padding-top:55px;position: relative}
.detail .plan-header{
    display:flex;
    align-items: center;
    height:70px;
    background:#f7f7f7;
    border-top:1px solid #1c1c1c;
    position:relative;
}
.detail .plan-header .no{
    min-width:68px;
    padding:0 20px 0 10px;
    font-size:16px;
    font-weight: 500;
    box-sizing: border-box;
}
.detail .plan-header .date{
    font-weight: 700;
    font-size:20px;
    line-height: 22px;
    letter-spacing: -0.8px;
}
.btn-arrow{
    display:block;
    width:50px;
    height:50px;
    font-size:0;
    line-height: 0;
    text-indent: -9999px;
    background:#ff0000;
    position:absolute;
    right:10px;
    top:calc(50% - 25px);
    background:url('../../images/icon_arrow_down.svg') 50% 50%/20px auto no-repeat;
    transform: rotate(-180deg);
    transition : all .2s ease-in-out;
}
.menu-all-wrap .cont-tit .btn-arrow-right,
.menu-all-wrap .cont-box .btn-arrow-right {
    display: block;
    height: 18px;
    font-size:0;
    line-height: 0;
    text-indent: -9999px;
    transition: all .2s ease-in-out;
}
.menu-all-wrap .cont-tit .btn-arrow-right {
    width: 8px;
    background: url('../../images/icon/ico-sidemenu-arrow-01.svg') no-repeat center / contain;
}
.menu-all-wrap .cont-box .btn-arrow-right {
    width: 7px;
    background: url('../../images/icon/ico-sidemenu-arrow-02.svg') no-repeat center / contain;
}
.menu-all-wrap .cont-box .acco-sidemenu {
    display: inline-block;
    transition : all .2s ease-in-out;
}
.menu-all-wrap .cont-box .acco-sidemenu .ico {
    display: inline-block;
    width: 11.5px;
    height: 11.5px;
    margin-right: 15px;
    background:url('../../images/icon/ico-sidemenu-plus.png') no-repeat center / 11.5px auto;
    font-size: 0;
    text-indent: -9999px;
}
.menu-all-wrap .cont-box .acco-sidemenu.on .ico {
    width: 11.5px;
    height: 1.5px;
    background: url('../../images/icon/ico-sidemenu-minus.png') no-repeat center / 11.5px auto;
}
.d-hide .btn-arrow{
    transform: rotate(0);
    transition : all .2s ease-in-out;
}
.detail .item-plan-info .plan-area + .plan-area{margin-top:-1px}
.detail .plan-header.d-hide + .plan-body{
    height:0;
    overflow: hidden;
    transition : all .2s ease-in-out;
}
.detail .plan-header.d-show + .plan-body{
    height:auto;
    transition : all .2s ease-in-out;
}
.detail .plan-body{
    border-bottom:1px solid #e5e5e5;
}
.detail .plan-box.air{padding-left:0}
.detail .plan-box.air:before{display:none}
.detail .plan-airplane{
    position: relative;
    display:flex;
    align-items: stretch;
    justify-content: center;
    margin: 0;
}
.detail .plan-airplane + .plan-airplane{margin-top:58px}
.detail .plan-airplane > div{flex:none;position:relative}
.detail .plan-airplane > div p span {display: block;}
.detail .plan-airplane .air-info:before{
    content: '';
    display:block;
    width:10px;
    height:10px;
    background:#e53e30;
    border-radius: 100%;
    position:absolute;
    bottom:0;
    z-index:2;
}
.detail .plan-airplane .air-info strong{
    display:block;
    padding-bottom:5px;
    font-size:18px;
    font-family: 'TourEasyT';
    font-weight: normal;
}
.detail .plan-airplane .start{text-align:right; padding-right:20px}
.detail .plan-airplane .start:before{right:-10px}
.detail .plan-airplane .arrive{padding-left:20px}
.detail .plan-airplane .arrive:before{left:-10px}
.detail .plan-airplane .air-info,
.detail .plan-airplane .air-time{
    display:flex;
    width:auto;
    flex-direction: column;
    justify-content: space-between;
    padding:0;
    padding-right: 24px;
}
.detail .plan-airplane .air-time{
    margin:10px 0 28px;
    padding-left:20px;
    text-align: left;
}

.detail .plan-airplane .air-time > *{flex:none}
.detail .plan-airplane .air-time strong{
    padding:30px 0;
    font-weight: 500;
    text-align: left;
}
.detail .plan-airplane .air-time p{color:#666; line-height:1.2}
.detail .plan-airplane .air-time strong.schAirLine:before{
    content: '';
    display:block;
    margin:0 auto 4px;
    width:36px;
    height:25px;
    background:url('../../images/icon_airplane_line.svg') 50% 50%/100% no-repeat;
}
.detail .plan-airplane .air-time strong.schShipLine:before{
    content: '';
    display:block;
    margin:0 auto 4px;
    width:36px;
    height:25px;
    background:url('../../images/icon_ship_line.svg') 50% 50%/100% no-repeat;
}
.detail .plan-airplane .air-time:after{
    content: '';
    display:block;
    width:1px;
    height:calc(100% - 16px);
    background:#1c1c1c;
    position:absolute;
    top:8px;
    left:0;
    bottom:4px;
    z-index:1;
}
.detail .plan-airplane + .plan-time{margin-top:58px}
.detail .plan-time{padding:0 0 20px 23px}
.detail .plan-time .time-info{
    position:relative;
    padding-left:42px;
}
.detail .plan-time .time-info.end {padding-bottom:35px;}
.detail .plan-time .time-info.box +.time-info.box.end:after {height:72px;}
.detail .plan-time .time-info + .time-info{padding-top:45px}
.detail .plan-time .time-info .tit{
    font-weight: 500;
    font-size:16px;
    line-height:18px
}
.detail .plan-time .time-info .tit + .txt{padding-top:5px;}
.detail .plan-time .time-info:before,
.detail .plan-time .time-info:after,
.detail .plan-time .item-info-box:before{
    content: '';
    display:block;
    position:absolute;
    left:0;
}


.detail .plan-time .time-info:after{
    width:1px;
    height:100%;
    top:0;
    background:#e5e5e5;
    z-index:1
}
.detail .plan-time .time-info:before,
.detail .plan-time .item-info-box:before{
    width:8px;
    height:8px;
    background:#e53e30;
    left:-4px;
    top:calc(50% - 4px);
    border-radius: 100%;
    z-index:2;
}
.detail .plan-time .item-info-box:before{left:-47px; top:28px}
.detail .plan-time .time-info + .time-info:before{top:52px;}
.detail .plan-time .time-info.start:after{top:8px;}
.detail .plan-time .time-info.start:before{top:7px}
.detail .plan-time .time-info.end:after{height:52px}
.detail .plan-time .time-info.end:before{top:42px}
.detail .plan-time .time-info.location:before{
    left:-14px;
    top:calc(50%);
    width:29px;
    height:33px;
    background:url('../../images/icon_location.svg') 50% 50%/100% no-repeat;
}
.detail .plan-time .time-info.end.location:before{top:30px;}
.detail .plan-time .time-info.start.location:before{top:-3px}
.detail .plan-time .time-info.box:before{display:none}
.detail .plan-time .item-info-tit{
    font-size:16px;
    font-weight: 500;
    padding-bottom:16px
}
.detail .plan-box{
    border-top:1px solid #e5e5e5;
    padding:25px 10px 25px 64px;
    position:relative;
    min-height:80px;
}
.detail .plan-box:before{
    content: '';
    display:block;
    width:30px;
    height:30px;
    position: absolute;
    left:10px;
    top:calc(50% - 15px);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.detail .plan-box.hotel .name{display:flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; width: 100%;}

.detail .plan-box.hotel .label-state{margin-right:5px; margin-bottom: 5px; vertical-align: middle}
.detail .plan-box.hotel strong{
    display: block;
    width: calc(100% - 50px);
    font-size:16px;
    font-weight: 500
}
.detail .box-header{position:relative; padding-right:30px}
.detail .plan-box.hotel.toggle{padding-left: 0; padding-right: 0;}
.detail .plan-box.hotel.toggle .box-header{max-height:none; height:auto; overflow:visible; transition:all .4s;}
.detail .plan-box.hotel.toggle .box-header.show-toggle{max-height:none;}
.detail .plan-box.hotel.toggle .name{position:relative; padding-left:57px; height:auto; width: 100%; margin-bottom:10px;}
.detail .plan-box.hotel.toggle .box-header .btn-arrow2{display:block; right:0; top:0; width: 30px; height:50px;}
.detail .plan-box.hotel .box-header .btn-arrow2{display:none;}
.detail .plan-box.hotel.toggle:before{
    content: none;
}
.detail .plan-box.hotel.toggle .name:before{
    content: '';
    display:block;
    width:30px;
    height:30px;
    position: absolute;
    left:10px;
    top:calc(50% - 15px);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('../../images/icon_detail_point_hotel.svg');
}
.btn-arrow2{
    display:block;
    width:50px;
    height:50px;
    font-size:0;
    line-height: 0;
    text-indent: -9999px;
    background:#ff0000;
    position:absolute;
    right:10px;
    top:calc(50% - 25px);
    background:url('../../images/icon_arrow_down.svg') 50% 50%/20px auto no-repeat;
    transform: rotate(0deg);
    transition : all .2s ease-in-out;
}
.btn-arrow2.up{
    transform: rotate(-180deg);
}
.detail .plan-box.hotel.toggle .box-header .name{display:none;}
.detail .plan-box.hotel.toggle strong{display:flex;}
.detail .plan-box.hotel.toggle .etc-txt{display:none;}
.detail .plan-box.hotel.toggle .box-header .name:first-of-type{display:flex;}
.detail .plan-box.hotel.toggle .box-header.show-toggle .name:nth-of-type(n+2){display:flex;}
.detail .plan-box.hotel.toggle .box-header.show-toggle  .etc-txt{display:block;}
.detail .box-body{padding:20px 0 }
.detail .box-header.d-hide + .box-body{display:none}
.detail .box-header.d-show + .box-body{display:block}
.detail .plan-box .box-header .btn-arrow{right:-20px}
.detail .plan-box.hotel:before{background-image: url('../../images/icon_detail_point_hotel.svg');}
.detail .plan-box.meal:before{ background-image: url('../../images/icon_detail_point_meal.svg');}
.detail .plan-box .etc-txt{
    font-size:11px;
    color:#999;
    margin-top:3px;
}
.detail .plan-box.meal{display:flex; flex-direction: column; justify-content: flex-start; align-items: flex-start;}
.detail .plan-box.meal > * + *{padding: 5px 0 0}
.detail .item-box-banner{margin-top:0 !important;}
.detail .item-box-banner .swiper-banner{
    width:calc(100% + 60px);
    margin-right:-30px
}
.detail .item-box-banner .swiper-wrapper{
    max-width:100%;
    max-height:150px;
}

/* detail - 예약안내사항 */
.detail .cont-box.notice{}
.detail .tb-detail{border:0;}
.detail .tb-detail .item-cell{
    display:flex;
    flex-direction: column;
    border:0;
}
.detail .tb-detail .item-cell > *{
    flex:1;
    padding: 0;
}
.detail .tb-detail .item-cell > * + *{border:0}
.detail .tb-detail .item-cell > .label{
    flex:none;
    display:flex;
    justify-content: space-between;
    padding: 16px 0;
    min-width:180px;
    border-bottom:1px solid #e5e5e5;
    font-size:16px;
    font-weight: 500;
}
.detail .tb-detail .item-cell > .area{
    padding:18px 0 28px;
}
.detail .tb-detail .item-cell > .label.d-show + .area{display:block}
.detail .tb-detail .item-cell > .label.d-hide + .area{display:none}
.detail .list-type-1 > li, .detail .list-type-2 > li{font-size:14px}
.cont-box.term .tb-detail .item-cell > .label {border-left:0;}
.detail .cont-box .text-area + .text-area{margin-top:26px;}
.detail .cont-box .text-area strong{font-weight: 500}
.detail .cont-box p {margin-top:2px}
.detail .cont-box ul{margin:0}
.detail .cont-box ul li{margin:0}
.detail .cont-box ul.list-type-2 li{font-weight: 400;}
.detail .cont-box ul.list-type-1{padding:3px 0}
.detail .cont-box ul.list-type-1 li{font-weight: 500; color:#1c1c1c}
.detail .cont-box ul.list-mg > li + li{margin-top:26px}
.detail .cont-box ul.type-red > li {color:#e43d30}

/* detail - 상품문의 */
.detail .inquiry-bg-box-wrap {
    padding: 60px 20px;
    background-color: #F7F7F7;
}
.detail .inquiry-bg-box{
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background:none;
}
.detail .inquiry-bg-box .txt strong{
    font-size: 14px;
    line-height: 20.27px;
    font-weight: 500;
    letter-spacing: -0.72px;
}
.detail .inquiry-bg-box .txt .icon:after{
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 22px;
    height: 22px;
    margin-left: 7px;
    background: url('../../images/mobile/emoji/emoji-smiling-face.png') no-repeat center / contain;
}
.detail .inquiry-bg-box .txt strong + p {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    text-align: left;
}
.detail .inquiry-bg-box > *{
    width: 100%;
    text-align: left;
}
.detail .inquiry-bg-box .btn{
    margin-top: 20px;
    text-align: center;
}

/* detail - 약관정보 */
.detail .cont-box.term{}

/* detail - 해외안전정보 */
.detail .term .item-cell .label{font-size:18px}
.detail .term .item-cell .cell{display:block}
.detail .term .text-area strong{font-weight: 500}
.detail .safety-box{position: relative; min-height: 233px; border:0; padding:0}
.detail .safety-box .img{
    position: static;
    width: 170px;
    height: 100%;
    margin: 20px auto 30px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.detail .safety .cont{padding:0 !important;}
.detail .safety-box .cont strong,
.detail .safety-box .cont a{font-weight: 500}
.detail .safety-box .cont strong + p{margin-top:15px;}
.detail .safety-box .btn{margin-top:35px; text-align: right;}

/* detail - 기타 */
.detail .cont-box.etc tbody th,
.detail .cont-box.etc tbody td{text-align: center}
.detail .cont-box.etc tbody .align--top{vertical-align: top}
.detail .cont-box.etc tbody .align--left{text-align: left}
.detail .cont-box.etc .table-header{
    display:flex;
    justify-content:space-between;
    padding:18px 0 15px
}
.detail .item-info-box{
    padding:20px 0;
    border-top:1px solid #1c1c1c;
    position:relative;
}
.detail .item-info-box + .item-info-box{margin-top:30px}
.detail .info-header{position:relative;}
.detail .info-header .tit{display:flex; align-items: center}
.detail .info-header .tit > * + *{margin-left:10px}
.detail .info-header .tit > .label-state + .label-state{margin-left:6px}
.detail .info-header .txt{margin-top:6px}
.detail .info-header .btn-cont-more{
    position:absolute;
    top:0;
    right:0
}
.detail .info-body{
    display:flex;
    flex-wrap: wrap;
    margin-top:18px;
    padding-bottom:20px;
}
.detail .info-body .img{
    flex:none;
    display:flex;
    align-items:center;
    flex-wrap: wrap;
    width:100%;
    height:200px;
    border-radius: 6px;
    overflow: hidden;
}
.detail .info-body .img .photo{
    width:230px;
    height:190px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom:10px;
}
.detail .info-body .img .photo:nth-child(3n + 1){margin-left:0}
.detail .info-body .area{flex:1; padding:15px 0 0;}
.detail .info-body.type1{display:block;}
.detail .info-body.type1 .img{width:100%; margin-right:-10px}
.detail .info-body.type1 .area{padding:15px 0 0 0}
.detail .info-body .list{padding:20px 0 0}
.detail .info-body dl{display:flex; flex-direction: column; padding: 0;}
.detail .info-body dl + dl{margin-top:20px;}
.detail .info-body dt{min-width:60px; margin-right:25px; padding-bottom:5px; font-weight: 500;}
.detail .info-body .btn-type-inner.arrow{min-height: 40px}
.detail .shopping-plan{margin-top:30px;}
.detail .shopping-plan > * + .shopping-plan-list{margin-top:16px}
.detail .shopping-plan-list .item-cell{
    display:flex;
    align-items: center;
}
.detail .shopping-plan-list .cell{
    text-align:center;
    width:13%;
    padding:7px;
    display:flex;
    align-items: center;
    justify-content: center;
}
.detail .shopping-plan-list .cell.no{width:10%}
.detail .shopping-plan-list .cell.subject{width:35%}
.detail .shopping-plan-list .cell.location{width:29%}
.detail .shopping-plan-list .shopping-body .cell.refund{
    font-weight: 500;
    color: #e43d30
}
.detail .shopping-plan-list .shopping-header{margin:0}
.detail .shopping-plan-list .shopping-header .cell{font-weight: 500; min-height:50px}
.detail .shopping-plan-list .shopping-header .item-cell{
    border-top:1px solid #1c1c1c;
    border-bottom:1px solid #1c1c1c;
}
.detail .shopping-plan-list .shopping-body .cell{padding:10px; min-height:70px;}
.detail .shopping-plan-list .shopping-body .item-cell{border-bottom:1px solid #e5e5e5}

/* 여행일정 */
.detail .item-luggage {
    padding: 40px 0;
}
.detail .item-luggage .txt{padding-bottom:20px; font-size:16px; font-weight: 500; letter-spacing: -.8px}
.detail .item-luggage .tb-tit{padding-bottom:10px; display:flex;}
.detail .item-luggage .tb-tit .logo{margin-right:10px;}
.detail .item-luggage .tb-tit .logo img{width:18px; height:auto}
.detail .item-luggage .tb-tit .airline{font-weight: 500;}
.detail .item-luggage .cell{}
.detail .item-luggage .item-cell > .label{font-size:14px; letter-spacing: -.8px}
.detail .item-luggage [class*='list-type']{margin-top:20px;}

/* tooltip icon */
.tooltip{
    display:flex;
    align-items: center
}
.tooltip span{
    font-size:14px;
    font-weight: 500;
    color:#1c1c1c;
    letter-spacing: -0.56px;
    line-height: 16px;
}
.tooltip .btn-info,
.tooltip .btn-q{
    font-size:0;
    line-height: 0;
    text-indent: -9999px;
}
.tooltip .btn-info:before,
.tooltip .btn-q:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 3px;
    vertical-align: top;
    background: url(../../images/icon_question.svg) 50% 100% / 20px 20px no-repeat;
}
.tooltip .view{position:relative; height:16px;}
.tooltip .tooltip-area{display:none; color:#1c1c1c;}
.tooltip .view:hover .tooltip-area{
    position:absolute;
    top:30px;
    left:calc(50% + 4px);
    background:#fff;
    transform: translateX(-50%);
    width:210px;
    display:block;
    border:1px solid #1c1c1c;
    padding:12px 15px;
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.2);
    z-index:10
}
.associatedpoint .tooltip .view .tooltip-area .txt {
    text-align: left;
}
.associatedpoint .tooltip .view .tooltip-area {
    top: 20px;
}
.tooltip-wrap{position:relative;}
.tooltip-wrap .tooltip-area{display:none;}
.tooltip-wrap:hover .tooltip-area{
    position:absolute;
    top:100%;
    margin-top:12px;
    left:calc(50% + 4px);
    background:#fff;
    transform: translateX(-50%);
    width:210px;
    display:block;
    border:1px solid #1c1c1c;
    padding:12px 15px;
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.2);
    z-index:10
}
.tooltip-wrap .tooltip-area:before{
    position:absolute;
    top:-10px;
    left:calc(50% - 5px);
    content: '';
    display:block;
    width: 0;
    height: 0;
    border-bottom: 10px solid #666666;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.tooltip-wrap .tooltip-area:after{
    position:absolute;
    top:-8px;
    left:calc(50% - 5px);
    content: '';
    display:block;
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.form-wrap .form-title .tooltip span {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.0;
    letter-spacing: -0.8px;
}
.form-wrap .form-title .tooltip .btn-q:before {
    width: 20px;
    height: 20px;
    margin-top: -2px;
    margin-left: 3px;
    background: url(../../images/icon_info.svg) no-repeat center / 20px auto;
}

.detail .option-area{
    position:fixed;
    top:initial !important;
    bottom:-450px;
    right:0;
    left:0;
    width:100%;
    height:530px;
    background:transparent;
    z-index:113;
    opacity: 0;
}
.detail .option-area.fix{
    position:fixed;
}
.detail .option-area.bottom{
    top:initial !important;
    bottom:0 !important;
}
.detail .option-area.show:before{
    content: '';
    display:block;
    position:fixed;
    width:100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:1;
    pointer-events:none;
    background:rgba(0,0,0,.3);
}
.detail .option-area.show{
    animation: opt_action_show .3s ease-out forwards;
}
.detail .option-area.hide{
    top:initial !important;
    bottom:-450px !important;
    animation: opt_action_hide .3s ease-out forwards;
}
@keyframes opt_action_show{
    0% {opacity: .6;}
    70% {opacity: .9; }
    100% {opacity: 1; bottom:0;}
}
@keyframes opt_action_hide{
    0% {opacity: 1; bottom:0; }
    70% {opacity: .9;}
    100% {opacity: 0; bottom:-450px;}
}
.detail .option-area .btn-opt-close{
    width:calc(100% - 30px);
    height:40px;
    position:absolute;
    top:0;
    left:15px;
    font-size:0;
    line-height: 0;
    text-indent: -9999px;
    background:#fff url('../../images/icon_detail_down.png') 50% 50%/34px 10px no-repeat;
    z-index:3
}
.detail .option-scroll{
    width:100%;
    height:100%;
    overflow: auto;
    position:relative;
    z-index:2;
    background:#fff;
    padding:50px 20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.detail .option-area dl{
    display:flex;
    flex-wrap: wrap;
    align-items: center;
}
.detail .option-area dl > *{flex:none}
.detail .option-area dl dt{
    font-weight: 500;
    padding-right:22px
}
.detail .option-area dl dt.blind{padding:0}
.detail .item-code dd{
    font-family: 'NotoSansCJKkr';
    font-weight: 600;
    font-size:16px;
}
.detail .item-plan{margin-top:12px}
.detail .item-plan dd{
    flex:1;
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.detail .item-plan-sel{margin-top:20px}
.detail .item-plan-sel dd{flex:1}
.detail .item-quantity{
    margin-top:30px;
    padding:30px 0;
    border-top:1px solid #e5e5e5;
}
.detail .item-quantity dl{
    flex-direction: column;
    align-items: flex-start;
}
.detail .item-quantity dl + dl{margin-top:35px}
.detail .item-quantity dt{line-height: 1.0}
.detail .item-quantity dd{
    width:100%;
    display:flex;
    align-items: flex-end;
    justify-content: space-between;
}
.detail .item-quantity .won{
    font-family: inherit;
    font-weight: 700;
    font-size:23px
}
.detail .item-view-anotherdate .item-button {
    width: 100%;
    margin-top: 20px;
}
.detail .item-view-anotherdate .item-button button {
    width: 100%;
    min-height: 50px;
}
.inp-box.quantity button{
    width:40px;
    height:40px;
    border:1px solid #e5e5e5;
    margin:0 !important;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size:0;
    text-indent: -9999px;
    position:relative;
}
.inp-box.quantity button:hover {
    border: 1px solid #666;
}
.inp-box.quantity button:disabled:hover {border: 1px solid #e5e5e5;}
.inp-box.quantity button:before{
    content:'' ;
    width:17px;
    height:1px;
    background:#1c1c1c;
}
.inp-box.quantity .btn-plus:after{
    content:'' ;
    height:16px;
    width:1px;
    background:#1c1c1c;
    position:absolute;
    top:calc(50% - 8px);
    left:49%;
}
.inp-box.quantity input[type='text']{
    width:50px;
    height:40px;
    font-size:18px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    border:1px solid #e5e5e5;
    margin: 0 -1px;
}
.inp-box.quantity button:disabled{background:#f7f7f7}
.inp-box.quantity button:disabled:before,
.inp-box.quantity button:disabled:after{background:#e5e5e5}
.detail .item-total{
    border-top:1px solid #e5e5e5;
    padding-top:25px;
}
.detail .item-total dt{font-size:18px;width:100%}
.detail .item-total dd{
    flex:1;
    margin-top:30px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.detail .item-total .won{font-size:30px}
.detail .item-total .won em{font-size:16px}
.detail .item-total .txt{
    font-weight: 500;
    color:#666;
    margin-top:6px
}
.detail .item-btn{margin-top:25px}
.detail .mb-join-box,
.detail .mb-coupon-box{margin-top:28px}
.detail .mb-join-box + .item-btn,
.detail .mb-coupon-box + .item-btn{margin-top:14px}
.detail .item-point{
    margin-top:18px;
    position: relative
}
.detail .item-point dl{
    align-items: flex-start;
    justify-content: space-between;
    align-items: center;
}
.detail .item-point dt{color:#666}
.detail .item-point dt em{
    display:block;
    color:#999
}
.detail .item-point dd{
    display: flex;
    align-items: center;
}
.detail .item-point dd span{
    font-size:18px;
    font-weight: 500;
}
.detail .item-point dd:after{
    content: 'P';
    font-family: 'TourEasyT';
    font-size:14px;
    line-height:18px;
    text-align: center;
    width:18px;
    height:18px;
    border:1px solid #1c1c1c;
    margin-left:10px
}
.detail .item-point .tooltip > span{color:#666}
.detail .item-point .tooltip .view:hover .tooltip-area{
    width:290px;
    left:calc(50% + 14px);
}
.detail .item-point .tooltip .tooltip-area:before,
.detail .item-point .tooltip .tooltip-area:after{left:calc(50% - 15px);}

.detail .banner-sliders-common .slider img {
    max-width: 100%;
    height: auto;
}
.detail .banner-sliders-common .slick-dots {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
}
.detail .banner-sliders-common .slick-dots li {
    display: inherit;
}
.detail .banner-sliders-common .slick-dots li button {
    width: 6px;
    height: 6px;
    border-radius: 100px;
    background-color: #DADADA;
    font-size: 0;
    line-height: 0;
    transition: all 0.2s ease-in;
}
.detail .banner-sliders-common .slick-dots li + li {
    margin-left: 8px;
}
.detail .banner-sliders-common .slick-dots li.slick-active button {
    width: 16px;
    border-radius: 15px;
    background-color: #1C1C1C;
}
.detail .item-bottomPrice-banner {
    width: 100%;
    margin-top: 50px;
}
.detail .item-bottomPrice-banner .banner-sliders-common .slider {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.detail .item-bottomPrice-banner .banner-sliders-common .slider img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.detail .item-bottomGoodsInfo-banner {
    width: 100%;
    height: auto;
    margin: 40px 0 25px;
}
.detail .item-bottomGoodsInfo-banner .banner-sliders-common .slider {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.detail .item-bottomGoodsInfo-banner .banner-sliders-common .slider img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/* 여행후기 노출 개선에 따른 상품 상세 추가 건-2408 */
.detail .panel-wrap {
    width: 100%;
    margin: 0 auto;
}
.detail .panel-wrap .panel-titles {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
}
.detail .panel-wrap .panel-titles li {
    width: 100%;
}
.detail .panel-wrap .panel-titles a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 55px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fff;
    color: #ccc;
    font-size: 15px;
    line-height: normal;
    font-weight: 500;
}
.detail .panel-wrap .panel-titles li:last-child a {
    border-right: 1px solid #ccc;
}
.detail .panel-wrap .panel-titles a .number-counting {
    font-size: 14px;
    font-weight: 400;
}
.detail .panel-wrap .panel-titles a.active {
    background: #1c1c1c;
    color: #fff;
}
.detail .panel-wrap .panel-titles a.active .number-counting {
    color: #E53E30;
}
.detail .panel-wrap .panel-contents .panel-content {
    display: none;
    padding-top: 30px;
}
.detail .panel-wrap .panel-contents .panel-content.active {
    display: block;
}
.detail .panel-wrap .panel-contents .panel-area-1 .list-review .item-info .tit{
    display: block;
}
.detail .panel-wrap .panel-contents .panel-area-1 .list-review .item-info .cont {
    padding-top: 0;
}
.detail .common-detail-infomation-wrap {
    padding: 50px 20px 0;
    background-color: #fff;
}
.detail .common-detail-infomation-tit {
    position: relative;
    color: #1c1c1c;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: -.9px;
}
.detail .panel-content .panel-area-2 .list-review .item-review,
.detail .panel-content .panel-area-3 .list-review .item-review {
    border-bottom: none;
}
.detail .panel-wrap .panel-contents .panel-content .panel-area-2 .list-review .item-review,
.detail .panel-wrap .panel-contents .panel-content .panel-area-3 .list-review .item-review {
    padding: 0;
}
.detail .item-price .item-box .panel-content .label {
    font-weight: 300;
}
.detail .panel-wrap .panel-contents .panel-content .tb-detail .item-cell > .label.d-show + .area {
    padding: 16px 20px;
    border-bottom: 1px solid #E5E5E5;
    background-color: #F7F7F7;
}
.detail .panel-wrap .panel-contents .panel-content .tb-detail .item-cell > .label {
    align-items: center;
    gap: 30px;
}
.detail .panel-wrap .panel-contents .panel-content .panel-area-2 .tit,
.detail .panel-wrap .panel-contents .panel-content .panel-area-3 .tit {
    font-weight: 500;
}
.detail .panel-wrap .panel-contents .panel-content .panel-area-2 .tit {
    margin-top: 8px;
}
.detail .panel-wrap .panel-contents .panel-content .user-info-box {
    display: flex;
    align-items: center;
}
.detail .panel-wrap .panel-contents .panel-content .user-info-box .user-id {
    color: #999;
    font-size: 12px;
    font-weight: 400;
}
.detail .panel-wrap .panel-contents .panel-content .panel-area-2 .user-info-box .user-id {
    margin-left: 10px;
}
.detail .panel-wrap .panel-contents .panel-content .panel-area-3 .user-info-box {
    padding-top: 8px;
}
.detail .panel-wrap .panel-contents .panel-area-2 .star {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
}
.detail .panel-wrap .panel-contents .panel-area-2 .star:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    background: url("../../images/mobile/star-alone.svg") no-repeat center / 16px auto;
}
.detail .panel-wrap .panel-contents .panel-area-2 .star-rating-by-item .row {
    display: flex;
    align-items: center;
    gap: 25px;
}
.detail .panel-wrap .panel-contents .panel-area-2 .star-rating-by-item .row dl dt {
    text-align: right;
}
.detail .panel-wrap .panel-contents .panel-area-2 .star-rating-by-item .row dl:first-child dt {
    width: 70px;
}
.detail .panel-wrap .panel-contents .panel-area-2 .star-rating-by-item .row dl:last-child dt {
    width: 25px;
}
.detail .panel-wrap .panel-contents .panel-area-2 .star-rating-by-item .row dl {
    display: flex;
    align-items: center;
    gap: 10px;
}
.detail .panel-wrap .panel-contents .panel-area-2 .star-rating-by-item .row dl dt {
    font-size: 12px;
    line-height: 0.9;
    font-weight: 500;
}
.detail .panel-wrap .panel-contents .panel-area-2 .star-rating-by-item .row dl dd {
    flex-shrink: 0;
    line-height: normal;
}
.detail .panel-wrap .panel-contents .panel-area-2 .star-rating-by-item .star-rating {
    display: inline-block;
}
.detail .panel-wrap .panel-contents .panel-area-2 .star-rating-by-item .star-rating input {
    display: none;
}
.detail .panel-wrap .panel-contents .panel-area-2 .star-rating-by-item .star-rating label {
    float: right;
    margin-right: 3px;
    line-height: 0.7;
}
.detail .panel-wrap .panel-contents .panel-area-2 .star-rating-by-item .star-rating label:before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../../images/mobile/star-readonly-off.svg) no-repeat center / 13px auto;
}
.detail .panel-wrap .panel-contents .panel-area-2 .star-rating-by-item .star-rating input:checked ~ label:before {
    background: url(../../images/mobile/star-readonly-on.svg) no-repeat center / 13px auto;
}
.detail .panel-wrap .panel-contents .panel-area-2 .con-txt {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
}
.detail .panel-wrap .panel-contents .panel-area-3 .con-txt {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
}
.detail .panel-wrap .panel-contents .panel-area-3 .compliment-reply {
    padding-top: 16px;
}
.detail .panel-wrap .panel-contents .panel-area-3 .compliment-reply .manager {
    display: flex;
    font-size: 16px;
    line-height: 23.17px;
    font-weight: 500;
}
.detail .panel-wrap .panel-contents .panel-area-3 .compliment-reply .manager:before {
    content: "";
    flex-shrink: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background: url("../../images/mobile/icon/ico-reply.svg") no-repeat center / 20px auto;
}
.detail .panel-wrap .panel-contents .panel-area-3 .compliment-reply .txt {
    padding: 8px 0 0 28px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
}
.detail .panel-wrap .panel-contents .noData-page .noData-page-inner  {
    padding: 150px 0 90px;
}
.detail .panel-wrap .panel-contents .noData-page .txt-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 0;
    font-size: 15px;
    line-height: 21.72px;
    font-weight: 300;
    text-align: center;
    word-break: keep-all;
}
.detail .panel-wrap .panel-contents .noData-page .txt-message:before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url("../../images/mobile/icon/ico-carrier.svg") no-repeat center / 50px auto;
}
.detail .panel-wrap .panel-contents .noData-page .btn-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}
.detailview-travelreview .modal-content {
    max-height: unset;
    height: 100%;
    padding-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.detailview-travelreview .modal-content .modal-header {
    top: 0;
    align-items: center;
    margin-top: 0;
    border-radius: 0;
}
.detailview-travelreview .modal-content .modal-header .modal-title {
    margin-top: 10px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
}
.detailview-travelreview .modal-content .modal-body {
    flex: 1;
    height: calc(100% - 55px);
    padding-top: 55px;
}
.detailview-travelreview .modal-content .btn-md-close {
    margin-top: 5px;
}

/* 나의예약 */
.my-reserve-pay .banner-sliders-common .slider img {
    max-width: 100%;
    height: auto;
}
.my-reserve-pay .banner-sliders-common .slick-dots {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
}
.my-reserve-pay .banner-sliders-common .slick-dots li {
    display: inherit;
}
.my-reserve-pay .banner-sliders-common .slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background-color: #DADADA;
    font-size: 0;
    line-height: 0;
    transition: all 0.2s ease-in;
}
.my-reserve-pay .banner-sliders-common .slick-dots li + li {
    margin-left: 8px;
}
.my-reserve-pay .banner-sliders-common .slick-dots li.slick-active button {
    width: 20px;
    border-radius: 15px;
}
.my-reserve-pay .banner-sliders-common .slick-dots li.slick-active button {
    background-color: #1C1C1C;
}
.my-reserve-pay .banner-myReservation {
    width: 100%;
    max-width: 640px;
    height: 37.33vw;
    margin: 50px auto 6.67vw;
}
.my-reserve-pay .banner-myReservation .banner-sliders-common .slider {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.my-reserve-pay .banner-myReservation .banner-sliders-common .slider img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.booking .banner-sliders-common .slider img {
    max-width: 100%;
    height: auto;
}
.booking .banner-sliders-common .slick-dots {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
}
.booking .banner-sliders-common .slick-dots li {
    display: inherit;
}
.booking .banner-sliders-common .slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background-color: #DADADA;
    font-size: 0;
    line-height: 0;
    transition: all 0.2s ease-in;
}
.booking .banner-sliders-common .slick-dots li + li {
    margin-left: 8px;
}
.booking .banner-sliders-common .slick-dots li.slick-active button {
    width: 20px;
    border-radius: 15px;
}
.booking .banner-sliders-common .slick-dots li.slick-active button {
    background-color: #1C1C1C;
}
.booking .banner-booking {
    width: 100%;
    height: 37.33vw;
    margin-top: 50px;
    margin-bottom: 6.67vw;
}
.booking .banner-booking .banner-sliders-common .slider {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.booking .banner-booking .banner-sliders-common .slider img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/* 프린트하기 */
.print-area{}
.print-area .prt-header{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom:20px;
}
.print-area .prt-header .txt strong{
    font-size: 20px;
    font-weight: 500;
    display:block;
    padding-bottom:6px;
}
.prt-search .tb-detail .item-cell > .cell{padding:6px 20px}
.prt-search .tb-detail .item-cell > .label{
    min-width:120px;
    font-size:14px;
    background: #f7f7f7;
    line-height:22px;
    padding:9px 20px
}
.prt-search .tb-detail .item-cell .cell .label{font-size:14px; margin:3px 20px 2px 0}
.prt-search .tb-detail .item-cell label + label{margin:0}
.prt-body{padding-top:60px}
.prt-body .item-tit{
    font-size:32px;
    font-weight: 700;
    letter-spacing: -1.28px;
    padding:0 50px 55px 0;
}
.prt-body .item-box + .item-box{margin-top:40px}
.prt-body .item-box [class*="tit-"]{ font-weight: 500}
.prt-body .item-box .tit-1{
    font-size:23px;
    padding-bottom:26px;
    letter-spacing: -1.2px;
}
.prt-body .item-box .tit-2{
    font-size: 20px;
    padding-bottom:18px;
    letter-spacing: -1.2px;
}
.prt-body .tb-pr-info .item-cell > .label{
    width:177px;
    font-size:14px;
    font-weight: 500;
    background:#f7f7f7
}
.prt-body .tb-pr-info .item-cell > .label,
.prt-body .tb-pr-info .item-cell > .cell{padding: 27px 20px}
.prt-body .included-list.row{display:flex;}
.prt-body .included-list.row .item{
    flex:1;
    flex-direction: column;
    align-items: flex-start;
}
.prt-body .included-list.row .item + .item{border-left:1px solid #e5e5e5}
.prt-body .included-list.row .label{
    width: 100%;
    align-self: center;
    padding:22px 0;
    border-bottom:1px solid #e5e5e5;
}
.prt-body .included-list.row .area{
    border-left:0;
    padding:20px;
}
.prt-body .terms-prt-cont{display:none;}
.prt-body .terms-prt-cont.active{display:block;}
.btn-prt-more{
    margin:40px auto;
    width:10px;
    display:flex;
    flex-direction: column;
}
.btn-prt-more span{
    font-size:0;
    line-height: 0;
    text-indent: -9999px;
    margin:10px 0;
}
.btn-prt-more:before,
.btn-prt-more:after,
.btn-prt-more span{
    content: '';
    width:10px;
    height:10px;
    background:#1c1c1c;
    border-radius: 100%;
}
.prt-footer{
    border-top:2px solid #1c1c1c;
    display:flex;
    justify-content: space-between;
    padding:20px 0 40px;
    border-bottom:solid 1px #e5e5e5;
}
.prt-footer .logo{
    width:136px;
    height:40px;
    font-size:0;
    line-height: 0;
    text-indent: -9999px;
    background:url('../../images/logo.png') 50% 50%/100% auto no-repeat;
}
.prt-footer .logo-prt{
    width:136px;
    height:auto;
    -webkit-print-color-adjust:exact;
}
.prt-footer .info p{
    font-size:11px;
    line-height: 1.4;
    text-align: right;
}
.prt-footer .info p + p{margin-top:0}

/* 메일보내기 */
.mail-to-area{padding-top:0}

/* 여행상품 핵심정보 */
.travel-dt-info .info-header{
    display:flex;
    padding-bottom:10px
}
.travel-dt-info .info-header .btn{margin-left:auto}
.travel-dt-info .table-header{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.travel-dt-info .table-header strong{
    font-size:18px;
    font-weight: 500;
    letter-spacing: -0.72px;
}
.travel-dt-info .tb-box{margin-bottom:30px;}
.travel-dt-info .table-type-1 th{text-align: center; padding:10px 20px}
.travel-dt-info .table-type-1 tbody td{padding:10px 20px}
.travel-dt-info .table-type-1 .align--right{text-align: right}
.travel-dt-info [class*='step-']{display:flex; align-items: center}
.travel-dt-info [class*='step-']:before{
    content: '';
    flex:none;
    width:6px;
    height:6px;
    border-radius: 100%;
    overflow: hidden;
    margin-right:5px;
}
.travel-dt-info .step-1:before{background:#2e507c}
.travel-dt-info .step-2:before{background:#fcc33c}
.travel-dt-info .step-3:before{background:#c82613}
.travel-dt-info .step-4:before{background:#292929}

/* 담당자 정보 */
.manager-info-area .inquiry-box-s{
    margin-top:10px;
    padding:80px 0 100px;
    flex-direction: column;
}
.manager-info-area .inquiry-box-s .txt{
    text-align: center;
    line-height: 24px;
}
.manager-info-area .inquiry-box-s .btn{margin-top:26px;}
.inquiry-box-s .txt .icon:before{
    width:22px;
    height:22px;
    margin:0 3px;
    background-image: url('../../images/emoji/emoji-smiling.png');
}
.manager-info-area .tb-detail .item-cell > .label{
    flex:none;
    width:120px;
    min-width:120px;
    background:#f7f7f7;
}
.manager-info-area .tb-detail .item-cell > .label,
.manager-info-area .tb-detail .item-cell > .cell{
    font-size:14px;
    padding:12px 20px;
    min-height:60px;
    display:flex;
    align-items: center;
}
.inquiry-box-s{
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.inquiry-box-s .txt .icon:before{
    content: '';
    display:inline-block;
    width:16px;
    height:20px;
    vertical-align: top;
    background:url('../../images/emoji/emoji-smiling-face.png') 50% 50%/100% no-repeat
}

/* 항공편 변경 */
.flight-area .item-box{
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
}
.flight-area .item-box .label{font-size: 14px; margin-right: 10px}
.flight-area .item-box .price{flex:none;}
.flight-area > * + *{margin-top:20px}

/* 다른 출발일 보기 */
.calendar-view{}
.calendar-view .cal-header{
    display:flex;
    align-items: center;
    justify-content: center;
    padding-bottom:30px;
}
.calendar-view .cal-header strong{
    font-family: 'TourEasyT';
    font-weight: normal;
    font-size:28px;
    margin:0 25px;
}
.calendar-view .cal-header [class*="btn-cal-"]{
    width: 30px;
    height:30px;
}
.calendar-view .cal-header .btn-cal-prev{ background:url('../../images/icon_arrow_left.svg') 50% 50%/100% no-repeat;}
.calendar-view .cal-header .btn-cal-next{ background:url('../../images/icon_arrow_right.svg') 50% 50%/100% no-repeat;}
.calendar-view .tit .sun,
.calendar-view .sun .day{color:#e53e30}
.calendar-view .tit .sat,
.calendar-view .sat .day{color:#006f80}
.calendar-view .cell-row{display:flex;}
.calendar-view .cell{
    flex:none;
    width:14.2%
}
.calendar-view .cell > * {
    width:100%;
    min-height:180px;
    padding:8px 0 20px;
    position:relative;
    display:flex;
    flex-direction: column;
    align-items: center;
    font-size:11px;
    line-height: 12px;
    letter-spacing: -0.16px;
}
.calendar-view .tit .cell{
    display: inline;
    padding:0 0 8px;
    min-height:0;
    font-size:12px;
    font-weight: 500;
    text-align: center;
}
.calendar-view .day{
    display: block;
    width:36px;
    height:36px;
    border:1px solid transparent;
    border-radius: 100%;
    font-size:20px;
    font-weight: 500;
    line-height: 36px;
}
.calendar-view .today .day{
    border-color:#e53e30 ;
}
.calendar-view .icon{
    margin-top:3px;
    padding:1px 3px;
    color: #e53e30;
    border:1px solid #e53e30;
    border-radius: 2px;
    font-weight: 500;
}
.calendar-view .number{
    margin-top:3px;
    font-weight: 700
}
.calendar-view .txt{
    color:#999;
    margin-top:3px;
    font-weight: 500;
}
.calendar-view .airplane-no{
    margin-top:4px;
    line-height: 15px;
}
.calendar-view .on:before{
    content: '';
    display:block;
    width:6px;
    height:6px;
    background:#e53e30;
    border-radius: 100%;
    overflow: hidden;
    position:absolute;
    left:calc(50% - 3px);
    top:0;
}
.calendar-view .selected .day{
    background:#e53e30;
    color:#fff
}
.calendar-view button:disabled,
.calendar-view .disabled{opacity: .4}
.modal-departure{max-width:1196px; min-width:1196px; max-height:628px}
.modal-departure .modal-body{height:537px; overflow-y: hidden}
.calendar-departure{ display:flex;}
.calendar-departure > * {flex:none}
.calendar-full .datepicker-inline .datepicker{border:0; padding:0; width:100%}
.calendar-full .datepicker--nav{padding:0}
.calendar-full .datepicker--nav-title{font-size:28px; line-height:1.0}
.calendar-full .datepicker--content{margin:35px 0 0}
.calendar-full div.datepicker--cell-day{
    font-size:20px;
    position:relative;
    font-weight: 400;
    letter-spacing: -0.6px;
    align-items: start;
    padding:20px 0 30px;
    margin:0;
    min-height:72px;
}
.calendar-full div.datepicker--cell-day.on {position:relative;}
.calendar-full div.datepicker--cell-day.on:before {content:''; position:absolute; top:12px; left:calc(50% - 2px); width:4px; height:4px; border-radius:50%; background:#e53e30;}
.calendar-full .datepicker--cell.-selected-::before,
.calendar-full .datepicker--cell.-current-::before{
    width:36px;
    height:36px;
    top:calc(50% - 19px);
    left:calc(50% - 17px);
    border-radius: 100%;
}
.calendar-full .datepicker--cell.-selected-::before{
    top:calc(50% - 18px);
    left:calc(50% - 18px);
}
.calendar-full .datepicker--cell .on{
    display:block;
    width:5px;
    height:5px;
    border-radius: 10px;
    position:absolute;
    top:5px;
    left:calc(50% - 2px);
    background: #e53e30;
    font-size:0;
    line-height:0;
    overflow: hidden;
}
.calendar-full .datepicker--cell.-current-::after{bottom:0}
.calendar-full .datepicker--day-name,
.calendar-full .datepicker--days-names{margin:0}
.calendar-departure .item-calendar{flex:1; margin-right:30px}
.calendar-departure .item-table{
    width:648px;
    padding-right:7px;
    height:450px;
}
.calendar-departure .mCSB_inside > .mCSB_container{
    margin-right:10px;
}
.tb-airplane{
    width:638px;
    border:0;
    position:relative;
}
.tb-airplane td{text-align:center}
.tb-airplane thead th,
.tb-airplane tbody td{
    padding:9px 10px;
    height:40px
}
.tb-airplane thead,
.tb-airplane tbody{
    display:block;
    width:638px;
}
.tb-airplane thead:before{
    content: '';
    width:100%;
    height:1px;
    background:#1c1c1c;
    display:block;
    position:absolute;
    left:0;
    top:0;
}
.tb-airplane thead{
    position:absolute;
    left:0;
    top:0;
    z-index:1
}
.tb-airplane tbody{
    height:440px;
    width:648px;
    overflow-y: auto;
}
.tb-airplane tbody tr:hover td{background:#f7f7f7; cursor: pointer}
.tb-airplane tbody .mCustomScrollBox{padding-top:39px;height:440px}
.tb-airplane .t-airplane > span{
    display:inline-block;
    vertical-align: middle;
}
.tb-airplane .t-airplane .icon{
    width:14px;
    height:14px;
    margin-right:5px;
    vertical-align: top;
}
.tb-airplane .t-airplane .txt{
    max-width:80px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.tb-airplane .t-airplane .icon img{width:14px; height:14px}
.tb-airplane tbody .t-price{text-align:right}
.tb-airplane .t-start{width:119px}
.tb-airplane .t-arrival{width:119px}
.tb-airplane .t-airplane{width:129px}
.tb-airplane .t-date{width:79px}
.tb-airplane .t-price{width:109px}
.tb-airplane .t-reserve{width:83px}

/* 관광지, 호텔, 골프장 */
.tourist-area .item-header{padding-bottom:15px;}
.tourist-area .item-header strong{
    font-size:18px;
    font-weight: 500;
}
.tourist-area .item-header strong em{
    color:#999;
    font-size:16px;
    font-weight: 500;
    margin-left:5px;
}
.tourist-area .item-header .txt{padding-top:5px}
.tourist-area .tb-detail{margin-top:30px;}
.tourist-area .tb-detail .item-cell > .label,
.tourist-area .tb-detail .item-cell > .cell{
    font-size:14px;
    display:block;
}
.tourist-area .tb-detail .item-cell > .label{
    flex:none;
    width:120px;
    min-width:120px;
    padding:0 0 7px 0;
    border:0;
    background: none;
    font-weight: 500;
}
.tourist-area .photo-list{
    width:100%;
    height:248px;
    border-radius: 10px;
    overflow: hidden;
}
.tourist-area .photo-txt{margin-top:30px}
.tourist-area .swiper-photo .swiper-pagination{
    padding:8px 13px;
    border-radius: 30px;
    background:rgba(0,0,0,.4)
}
.tourist-area .info-box{
    margin-top:30px;
    padding:0;
    border:0;
}
.tourist-area .info-box{border:0; padding:0}
.tourist-area .info-box dl{display: flex; flex-direction: column;}
.tourist-area .info-box dl + dl{margin-top:26px}
.tourist-area .info-box dt{
    flex:none;
    width:100px;
    padding:0 0 7px 0;
    position:relative;
    font-weight: 500;
}
.tourist-area .info-box dd{flex:1}
.tourist-area.type2 .photo-area{display:flex; flex-direction: column;}
.tourist-area.type2 .photo-list{
    flex:none;
    width:100%;
    height:248px;
}

.tourist-area.type2 .photo-txt{flex:1; margin:20px 0 0 0;}
.tourist-area.type2 .swiper-photo .swiper-button-next,
.tourist-area.type2 .swiper-photo .swiper-button-prev{
    width:39px;
    height:39px;
}
.tourist-area.type2 .swiper-photo .swiper-button-next{
    background:rgba(0,0,0,.6) url('../../images/icon_list_next_white.svg') 16px 50%/12px no-repeat;
}
.tourist-area.type2 .swiper-photo .swiper-button-prev{
    background:rgba(0,0,0,.6) url('../../images/icon_list_prev_white.svg') 11px 50%/12px no-repeat;
}
.tourist-area.type2 .swiper-photo .custom-pagination{font-size:14px}

/* form */
.my-page .form-grid .form-grid-item > .label span,
.detail .form-grid .form-grid-item > .label span,
.join .form-grid .form-grid-item > .label span,
.login .form-grid .form-grid-item > .label span{margin-left:0}
.modal-body .body-content [class*='msg-'] + [class*='msg-']{margin-top:6px}

/* customer paging */
.customer .paging-wrap{margin-top:20px;}

/* magazine */
.magazine-view .magazine-bnr.review .item-img::before{padding-top:315px;}
.magazine-view .magazine-bnr.movie {flex-wrap: wrap;}
.magazine-view .magazine-bnr.movie > .item{width:100% !important; margin-right:0;}
.magazine-view .magazine-bnr.movie > * {margin-right:45px;}
.magazine-view .magazine-bnr.movie > *:nth-child(3n) {margin-right: 0;}
.magazine-view .magazine-bnr.movie .item span{display:block}
.magazine-view .magazine-bnr.movie .img{
    width:100%;
    height:315px;
    border-radius: 10px;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
}
.magazine-view .magazine-bnr.movie .txt{
    margin-top:20px;
    font-size:22px;
    font-weight: 500;
    line-height: 26px;
    color:#1c1c1c;
    letter-spacing: -1.1px;
}
.magazine-view .cont-inner .area:first-of-type{padding:0}
.magazine-view .cont-inner .area{padding:150px 0 0}
.magazine-view .cont-inner .area + .area{
    margin-top:150px;
    border-top:1px solid #1c1c1c
}
.magazine-view .cont-inner .area + .area .magazine-hdr{padding-top:0}
.magazine-view .magazine-hdr .title-9 + .wrap-stl-01{margin-top:10px}
.magazine-view .magazine-hdr .sub-txt{
    margin-top:0;
    line-height: 1.0;
}

/* 대리점 */
.agency-lnb .agency-list .agency-item dl{padding:25px 20px}
.agency-lnb .agency-list .agency-item:hover,
.agency-lnb .agency-list .agency-item.active{background: #1c1c1c}
.agency-lnb .agency-list .agency-item:hover dt,
.agency-lnb .agency-list .agency-item:hover dd,
.agency-lnb .agency-list .agency-item.active dt,
.agency-lnb .agency-list .agency-item.active dd{color:#fff}
.agree-terms{text-align:left}
.agency-guide.cont-inner{width:100%}
.agency-guide .item-tit{
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -2px;
    padding-bottom:56px;
    transition: .2s;
    animation-name: fade_up;
    animation-duration: .6s;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
}
@keyframes fade_up {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.agency-guide .agency-area > *{padding-bottom:130px;}
.agency-guide .agency-area{
    border-bottom:1px solid #1c1c1c;
    margin-bottom:110px;
}
.agency-add-info{padding-left:calc((100% - 1180px) / 2)}
.agency-add-info .item-cont{
    display:flex;
    animation-name: fade_up;
    animation-duration: .6s;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
}
.agency-add-info .item-cont:before{
    flex:none;
    content: '';
    display:block;
    width:570px;
    height:400px;
    background:url('../../images/photo/img_condition.png') 0 0/100% 100% no-repeat;
    margin-right:70px;
}
.agency-add-info ul{
    flex:1;
    border-top:1px solid #1c1c1c;
    transform: translateX(250px);
    opacity: 0;
    animation-name: fade_left;
    animation-duration: .6s;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}
.agency-add-info ul li{
    font-size:16px;
    line-height: 22px;
    border-bottom:1px solid #1c1c1c;
    padding:17px 10px 17px 70px;
    background: url('../../images/icon_check_01_hover.svg') 30px 20px/20px auto no-repeat;
    word-break: keep-all;
    transform: translateX(250px);
    opacity: 0;
    animation-name: fade_left;
    animation-duration: .6s;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}
.agency-add-info ul li:nth-child(1) {animation-delay: 0s;}
.agency-add-info ul li:nth-child(2) {animation-delay: .2s;}
.agency-add-info ul li:nth-child(3) {animation-delay: .4s;}
.agency-add-info ul li:nth-child(4) {animation-delay: .6s;}
.agency-add-info ul li:nth-child(5) {animation-delay: .8s;}
.agency-add-info ul li:nth-child(6) {animation-delay: 1s;}
.agency-add-info ul li:nth-child(7) {animation-delay: 1.2s;}
.agency-add-info ul li:nth-child(8) {animation-delay: 1.4s;}
@keyframes fade_left {
    0% {
        transform: translateX(250px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.agency-inquiry{
    margin:100px 0 0 50px;
    background:#f7f7f7;
    padding:65px 50px 65px 0;
}
.agency-inquiry .inquiry-guide{
    width:640px;
    margin:0 auto;
    display:flex;
    justify-content: space-between;
}
.agency-inquiry .item-txt .tit{
    font-size:20px;
    letter-spacing: -0.8px;
}
.agency-inquiry .item-txt .tit + p{margin-top:10px}
.agency-inquiry .item-txt p{
    font-size:16px;
    font-weight: 500;
    line-height:20px;
    letter-spacing: -0.06px;
    position: relative;
}
.agency-inquiry .item-txt p:after{
    content: '';
    display:inline-block;
    vertical-align: top;
    width:22px;
    height:22px;
    margin-left:5px;
    background:url('../../images/e_smiling_face.gif') 50% 50%/22px no-repeat;
}
.agency-inquiry .item-number .tit{
    display:block;
    font-weight: 500;
    padding:5px 0 7px;
}
.agency-inquiry .item-number .number{
    font-family: 'TourEasyT';
    font-size:23px;
}
.agency-hdr .photo{
    position: relative;
}
.agency-hdr .img{height:100%}
.agency-hdr .photo [class*='btn-view-']{
    position:absolute;
    top:calc(50% - 30px);
}
.agency-hdr .photo .btn-view-prev{left:20px;}
.agency-hdr .photo .btn-view-next{right:20px;}

.agency-add-step{width:1180px;margin:0 auto}
.agency-add-step .item-cont ul{
    margin-top:20px;
    display:flex;
}
.agency-add-step .item-cont li{
    min-width:55px;
    padding-top:83px;
    text-align: center;
    flex:none;
    width:214px;
    position:relative;
}
.agency-add-step .item-cont li:first-child{width:135px; text-align: left}
.agency-add-step .item-cont li + li:before{
    content: '';
    width:11px;
    height:22px;
    display:block;
    position:absolute;
    left:-5px;
    top:calc(50% - 11px);
    background:url('../../images/icon_arrow_right_06.svg') 50% 50%/11px 22px no-repeat;
}
.agency-add-step .item-cont li span{
    font-size:18px;
    letter-spacing: -0.7px;
    line-height:20px;
}
.agency-add-step .step-1{background: url('../../images/icon_sp_step_1.svg') 0 0/51px 50px no-repeat}
.agency-add-step .step-2{background: url('../../images/icon_sp_step_2.svg') 50% 0/51px 50px no-repeat}
.agency-add-step .step-3{background: url('../../images/icon_sp_step_3.svg') 50% 0/54px 55px no-repeat}
.agency-add-step .step-4{background: url('../../images/icon_sp_step_4.svg') 50% 0/55px 54px no-repeat}
.agency-add-step .step-5{background: url('../../images/icon_sp_step_5.svg') 50% 0/41px 49px no-repeat}
.agency-add-step .step-6{background: url('../../images/icon_sp_step_6.svg') 50% 0/54px 57px no-repeat}
.agency-support{width:1180px; margin:0 auto}
.agency-support .item-cont{display: flex}
.agency-support .item{flex:1;}
.agency-support .item .tit{
    width:100%;
    height:240px;
    display:flex;
    align-items: center;
    justify-content: center;
}
.agency-support .item .tit > strong{
    font-size:40px;
    font-weight: 500;
    letter-spacing: -2px;
    line-height: 1.2;
    color:#fff
}
.agency-support .item .tit em{display:block}
.agency-support .item + .item{margin-left:70px}
.agency-support .sp-1 .tit{background:url('../../images/photo/img_pr_support.png') 50% 50%/100% no-repeat}
.agency-support .sp-2 .tit{background:url('../../images/photo/img_operation.png') 50% 50%/100% no-repeat}
.agency-support .sp-3 .tit{background:url('../../images/photo/img_management.png') 50% 50%/100% no-repeat}
.agency-support .sp-4 .tit{background:url('../../images/photo/img_reward.png') 50% 50%/100% no-repeat}
.agency-support .item ul{
    margin-top:45px;
    margin-right:-10px
}
.agency-support .item li{
    font-size:16px;
    line-height: 26px;
    position:relative;
    padding-left:10px;
    letter-spacing: -0.4px;
}
.agency-support .item li:before{
    content: '-';
    position:absolute;
    left:0
}
.agency-support .sp-3 ul{
    margin-left:-14px;
    margin-right:-14px;
}
.pay-view-img{
    margin:73px auto 0;
    max-width:680px;
}
.pay-view-img img{width:100%}
.pay-credit-step.mg-none li{padding-bottom: 0}

/*개인정보 수진/이용동의 안내 */
.terms-check{margin-top:75px;}
.terms-check.mg-none{margin-top:0}
.terms-check .tit{
    font-size:20px;
    font-weight: 500;
    letter-spacing: -0.6px;
    line-height:1.1
}
.terms-check .cont{padding-top:16px}
.terms-check .cont .txt{padding-bottom:7px}
.terms-check .cont li + li{margin-top:3px}
.terms-check .agree-terms{margin-bottom:0}

/* master-list */
.master-list .display-list-row .dtl-list{background:none; padding:15px 0;}
.master-list .display-list-row .list-item > .list-inner{position:relative;display:flex;border:solid 1px #ccc;border-radius:10px;}
.master-list .display-list-row .dtl-view-left{position:absolute;right:260px;bottom:30px;}
.master-list .display-list-row .dtl-view-left button{width:210px}
.master-list .display-list-row .dtl-view-left button::after{content:'';display:inline-block;width:18px;height:28px;width:6px;height:6px;border-top:solid 2px #fff;border-right:solid 2px #fff;margin-left:10px;transform:rotate(135deg);margin-top:-3px}
.master-list .display-list-row .dtl-view-left button.active::after{transform:rotate(-45deg);margin-top:3px}
.master-list .display-list-row .dtl-view-left button em + em{display:none}
.master-list .display-list-row .dtl-view-left button.active em{display:none}
.master-list .display-list-row .dtl-view-left button.active em + em{display:block}

/* formchk-wrap */
.formchk-wrap .formchk-cont {margin-top:30px}
.formchk-wrap .formchk-cont + .form-grid-item {margin-top:30px}
.formchk-cont{display:none;}
.formchk-cont.active{display:block;}

/* 위치보기 - 팝업 */
.popup-location .modal-content {
    max-height: 100%;
    height: 100%;
    padding-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    z-index: 999;
}
.popup-location .modal-content .modal-header {
    margin-top: 0;
    align-items: center;
    border-radius: 0;
}
.popup-location .modal-content .modal-header .modal-title {
    margin-top: 10px;
    font-weight: 400;
}
.popup-location .modal-content .modal-header .btn-md-close {
    margin-top: 5px;
}
.popup-location .modal-content .modal-body {
    padding-top: 85px;
}
.location-area{width:100%;}
.location-area.detail .form-title,
.location-area.detail .form-title strong {
    font-size: 16px;
    line-height: 23.17px;
    font-weight: 500;
}
.location-area.detail .form-title {
    padding-bottom: 25px;
}
.location-area.detail .single-location img,
.location-area.detail .plural-location img {
    display: block;
    width: 100%;
    height: auto;
}
.location-area.detail .plural-location .item .btn-acco-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
}
.location-area.detail .plural-location .item .btn-acco-header .tit {
    font-size: 14px;
    font-weight: 500;
}
.location-area.detail .plural-location .item .btn-acco-header .arrow {
    display: inline-block;
    width: 10.5px;
    height: 5px;
    background: url(../../images/icon/ico-arrow-down-01.svg) no-repeat center / contain;
}
.location-area.detail .plural-location .item .btn-acco-header .arrow.active {
    transform: rotate(180deg);
}
.location-area.detail .plural-location .item .acco-body {
    display: none;
    padding: 25px 0 50px;
}
.location-area.detail .plural-location .item .acco-body.active {
    display: block;
}

/* 행사 상세 - 인쇄 팝업 */
.print-area.detail .travel-dt-info {padding-bottom:30px;}
.print-area.detail .travel-dt-info .info-body{display:block;}

/* search-filter */
.master-list.search-filter .sc-hdr .filter-wrap{position:relative; width: 100%; overflow:hidden;}
.master-list.search-filter .sc-hdr .filter-wrap .filter-reset{position:absolute; right:0; top:0;}
.master-list.search-filter .sc-hdr .filter-wrap .filter-item{width:auto;}

/* my-page */
.cont-header.fix + .my-page .cont-inner{padding-top:170px !important;}

/*나의 포인트 합산*/
.my-page .my-point-wrap {margin-top:30px;}
.my-page .my-point-wrap .apply-info-process {display:block; margin-top:15px;}
.my-page .my-point-wrap .apply-info-process li { display: block; position:relative; width:100%; padding-bottom:0; background:#f7f7f7; text-align:left; margin-bottom:20px;}
.my-page .my-point-wrap .apply-info-process li:after {content:''; position:absolute; top:100%; left:0; background:url(../../images/icon/ico_next.png) center no-repeat; transform:rotate(90deg); background-size:6px; width:100%; height: 22px; display:block;}
.my-page .my-point-wrap .apply-info-process li:first-child:after {display:block;}
.my-page .my-point-wrap .apply-info-process li:last-child:after {display:none;}
.my-page .my-point-wrap .apply-info-process li .apply-info-process-box {padding:25px 20px 25px 107px;}
.my-page .my-point-wrap .apply-info-process li .ico {display:unset; height:52px;}
.my-page .my-point-wrap .apply-info-process li .ico:before {content:''; display: block; position:absolute; left:30px; top:45px; width:52px; height:52px; margin: 0 auto; background:url(../../images/icon/ico_satisfaction_mo.png) no-repeat 50% 50%;}
.my-page .my-point-wrap .apply-info-process li .ico.family:before {background-image:url(../../images/icon/ico_family_relation_certificate_mo.png);}
.my-page .my-point-wrap .apply-info-process li .ico.email:before {background-image:url(../../images/icon/ico_complain_mo.png);}
.my-page .my-point-wrap .apply-info-process li .ico.point:before {background-image:url(../../images/icon/ico_point2_mo.png);}
.my-page .my-point-wrap .apply-info-process li .dt {margin-top:10px; margin-bottom:15px; font-size:16px; font-weight:700; line-height:23px; text-align:left;}
.my-page .my-point-wrap .apply-info-process li .dd {font-size:14px; line-height:22px; letter-spacing:-0.9px; text-align:left;}
.my-page .my-point-wrap .apply-info-process li .dd .br {display:block;}
.my-page .my-point-wrap .apply-info-process li .dd .sp {display:none;}
.my-page .my-point-wrap .btn-wrap.my-point {margin-top:40px;}
.my-page .my-point-wrap .btn-wrap.my-point .btn-type-1 {flex:none; height:55px; line-height:55px; width:auto; width:100%;}

/* CJ ONE 정보 제공 동의 안내 */
.cj-agreement .check-all .label {
    align-items: center;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: -1px;
}
.cj-agreement .terms-list:first-child {
    margin-top: 20px;
    border-top: 1px solid #333;
}
.cj-agreement .terms-list .cj-alignbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    padding: 25px 0;
    border-bottom: 1px solid #D9D9D9;
}
.cj-agreement .terms-box .terms-list.border-top {
    margin-top: 20px;
    border-top: 1px solid #333;
}
.cj-agreement .terms-list .btn-arrow {
    flex-shrink: 0;
    position: relative;
    top: unset;
    width: 20px;
    height: 20px;
    transform: unset;
}
.cj-agreement .terms-list .btn-arrow.active {
    transform: rotate(-180deg);
}
.cj-agreement .cj-detail-txt {
    max-height: 200px;
    overflow-y: auto;
}
.cj-agreement .cj-detail-txt p:first-child,
.cj-agreement .cj-detail-txt figure.table {
    margin-top: 20px;
}
.cj-agreement .cj-detail-txt figure.table tbody td {
    text-align: center;
}

/* CJ ONE 정보 제공 동의 안내 */
.cj-agreement .check-all .label {
    font-size: 15px;
}
.cj-agreement .terms-list:first-child {
    margin-top: 20px;
    border-top: 1px solid #333;
}
.cj-agreement .terms-list .cj-alignbox {
    padding: 15px 0;
}
.cj-agreement .terms-list .btn-arrow {
    width: 20px;
    height: 20px;
    margin-left: 15px;
    top: 3px;
    transform: unset;
}
.cj-agreement .terms-list .btn-arrow.active {
    transform: rotate(-180deg);
}
.cj-agreement .inp-check.type2 > .label {
    font-size: 15px;
}
.cj-agreement .cj-detail-txt figure.table tbody td {
    padding: 10px;
    font-size: 12px;
}
.cjone-agreement .modal-footer {
    padding: 0;
}
.cjone-agreement .modal-footer [class*="btn-type"] {
    border-color: #ccc;
    border-radius: 0;
}
.cjone-agreement .modal-footer [class*="btn-type"] + * {
    margin-left: 0;
}

/* 회원 정보 변경 */
.profile-box{display:flex;flex-wrap:wrap;padding-top:10px; margin-bottom:-15px;}
.profile-box .item{flex:none; width:calc(100%/3); text-align: center; position:relative; padding:70px 0 15px;}
.profile-box .item + .item{margin-left:0;}
.profile-box .item .inp-radio{position:static;}
.profile-box .item .inp-radio > .label:before{margin:0;}
.profile-box .item .pf-img{width:60px;height:60px;position:absolute;left:calc(50% - 30px);top:0;}
.profile-box .item .pf-img img{width:100%; height:100%;}

/* 리스트 내역 없을때 처리 */
.list-research.list-none .tb-header,
.list-research.list-none .tb-body,
.list-research.list-none .list-header{display:none;}
.list-research .cont-none{display:none;}
.list-research.list-none .cont-none{display:flex;}
.list-inquiry.list-none .tb-header,
.list-inquiry.list-none .tb-body,
.list-inquiry.list-none .list-header{display:none;}
.list-inquiry .cont-none{display:none;}
.list-inquiry.list-none .cont-none{display:flex;}
.list-point.list-none .tb-header,
.list-point.list-none .tb-body,
.list-point.list-none .list-header{display:none;}
.list-point .cont-none{display:none;}
.list-point.list-none .cont-none{display:flex;}
.list-point.list-none .tb-default{margin-top:20px}
.list-point.list-none .cont-box{display:none;}
.list-review.list-none .paging-wrap{display:none;}
.list-review.list-none .list-btn{display:none;}
.customer.list-none .cont-tab-wrap{display:none;}
.my-review.info-review .list-none{display:block;}
.my-review.info-review .list-none + .paging-wrap{display:none;}
.youtube-list.list-none{display:flex; align-items:center; justify-content:center;}
.coupon-list.list-none{display:flex; align-items:center; justify-content:center;}
.my-reserve.list-none .list-header{display:none;}
.list-none .master-list .display-list-row{display:none;}
.list-none .master-list .paging-wrap{display:none;}
.master-list + .cont-none{display:none;}
.list-none .master-list + .cont-none{display:flex;}

/* filter-layer */
.search-filter .filter-layer .filter-layer-inner{max-height:630px;}
.search-filter .filter-layer {padding-right:0;}
.search-filter .filter-layer .btn-wrap{padding-right:30px;}
.search-filter .filter-layer .filter-toggle{padding-right:30px;}
.search-filter .filter-layer .mCSB_inside > .mCSB_container{margin-right:0;}
.filter-layer .form-grid-item .cont {height: 40px;}
.filter-layer .form-grid-item .cont .inp-box {height: 100%;}
.filter-layer .form-grid-item .cont .inp-box span {height: 100%;}
.filter-layer .form-grid-item .cont .inp-box span.bar {display: flex; align-items: center;}
.filter-layer .form-grid-item .cont .inp-box span input {height: 100%; min-height: 0;}
.filter-layer .form-grid-item .cont .inp-box .btn-type-inner {display: flex; height: 100%; min-height: 0; padding: 0 20px;}
.filter-layer .form-grid-item .cont .inp-box .btn-type-inner span {display: flex; align-items: center;}

/* master-list */
.compare-products{position:fixed; display:flex; flex-direction: column; left:0; bottom:-340px; width:100%; min-width:1280px; height:340px; background:#f7f7f7; border-top:solid 2px #1c1c1c; transition:all .5s; z-index:100;}
.compare-products.active{display:flex; bottom:0;}
.compare-products .compare-header{position:relative; display:flex; justify-content:space-between; flex-wrap:wrap; max-width:1180px; width:100%; padding:25px 0 10px; margin:0 auto;}
.compare-products .compare-header .compare-products-btn{display:flex; justify-content:space-between; align-items:center;}
.compare-products .compare-header .compare-products-btn .btn-type-1{min-width:130px; min-height:40px; font-size:13px; padding:10px 25px;}
.compare-products .compare-header .compare-products-btn * + * {margin-left:10px;}
.compare-products .compare-header .compare-products-btn .btn-type-1 .xi-refresh{margin-left:5px;}
.compare-products .compare-header .compare-header-txt{display:flex; flex-direction:column; justify-content:center;}
.compare-products .compare-header .compare-header-txt .tit{font-size:18px; color:#1c1c1c; margin-bottom:3px;}
.compare-products .compare-header .compare-header-txt .cont{font-size:14px; font-weight: 500; color:#999;}
.compare-products .compare-header .btn-md-close {
    position:absolute;
    right:-67px;
    top:7px;
    width:52px;
    height:52px;
    font-size:0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    background:url('../../images/icon_close_popup.svg') 50% 50%/22px 22px no-repeat;
}
.compare-products .swiper-button-next,
.compare-products .swiper-button-prev{
    width:60px;
    height:60px;
    border-radius: 100%;
    z-index:3;
    margin-top:-30px
}
.compare-products .swiper-button-next {right:5px; background:rgba(0,0,0,.6) url('../../images/icon_list_next_white.svg') 55% 50%/30% no-repeat}
.compare-products .swiper-button-prev {left:5px; background:rgba(0,0,0,.6) url('../../images/icon_list_prev_white.svg') 55% 50%/30% no-repeat}
.compare-products .swiper-button-disabled{display:none}
.compare-products .compare-cont:before,
.compare-products .compare-cont:after{
    content: '';
    position:absolute;
    width:25px;
    height:100%;
    background:#f7f7f7;
    left:0;
    top:0;
    z-index:2;
}
.compare-products .compare-cont:after{right:0;left:initial}
.compare-products .compare-header{min-width:1180px; padding-right:67px;}
.compare-products .compare-header .btn-md-close{right:0;}
.compare-cont{position:relative; width:100%; margin:0 auto; max-width:1250px; display:flex; height:236px; padding:15px 35px 21px 35px; overflow:hidden;}
.compare-cont.active-off .compare-item{opacity: .6}
.compare-cont.active-off .compare-item.active{opacity:1}
.compare-cont .cotent-blank{display:none;}
.compare-cont.compare-none{justify-content:center;}
.compare-cont.compare-none .cotent-blank{display:flex; justify-content:center; align-items:center; flex-direction:column;}
.compare-cont.compare-none .cotent-blank > p{font-size:16px; margin-top:20px;}
.compare-cont.compare-none .cotent-blank:before{
    content:'';
    display:block;
    width:72px;
    height:80px;
    background-image: url('../../images/emoji/emoji-shopping-bags.svg');
    background-size:124%;
}
.compare-cont.compare-none .swiper-wrapper{display:none;}
.compare-cont.compare-none .swiper-scrollbar{display:none;}
.compare-cont .compare-item{position:relative; width:380px; box-sizing:border-box; border:solid 1px #ccc; background:#fff; padding:20px 20px;}
.compare-cont .compare-item.active{border:solid 1px #e53e30;}
.compare-cont .compare-item .compare-number{display:none; position:absolute; right:-11px; top:-11px; width:22px; height:22px; border-radius:50%; background:#e53e30; color:#fff; font-family:'TourEasyT'; font-size:12px; color:#fff; text-align: center; line-height:22px;}
.compare-cont .compare-item.active .compare-number{display:block;}
.compare-cont .compare-item .btn-md-close{
    position:absolute;
    right: 2px;
    top: 6px;
    width: 40px;
    height: 40px;
    font-size:0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    background:url('../../images/icon_close_popup.svg') 50% 50%/12px 12px no-repeat;
}
.compare-item .tit{max-width:313px; height:2.6em; font-size:18px; font-weight:500; color:#1c1c1c; line-height:1.3em; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.compare-item .period{position:relative;padding-left:22px;margin:14px 0;}
.compare-item .period::before{content:'';position:absolute;left:0;top:50%; margin-top:-7.5px; width:14px;height:15px;background:url(../../images/icon/ico_cal3.png) no-repeat}
.compare-item .period .period-date{font-size:14px;}
.compare-item .period .period-date > span{margin-left:10px;}
.compare-item .flight{display:flex; margin-bottom:25px;}
.compare-item .flight > li{position:relative; padding-left:22px; height:16px; text-indent:-999px; overflow:hidden;}
.compare-item .flight > li > img{position:absolute; left:0; top:0; width:14px; height:14px;}
.compare-item .bot{display:flex; justify-content:space-between; align-items:center; width:100%;}
.compare-item .bot .status{width:55px; height:21px; text-align: center; font-size:12px; border-radius:3px;}
.compare-item .bot .status.able{border:solid 1px #cb0e74; color:#cb0e74;}
.compare-item .bot .status.start{border:solid 1px #17b398; color:#17b398;}
.compare-item .bot .price strong{font-size:24px; font-family: 'TourEasyT';}
.compare-item .bot .price em{display:inline-block; font-size:16px; font-weight: 500; margin-top:4px;}

/* prep4-2 ls */
.prep4-2 td{letter-spacing:-0.7px;}

/* emoji icon */
.emoji-airplane{width:28px;}
.emoji-luggage02{width:28px;}
.emoji-thong-sandal{width:32px;}
.emoji-sunglasses{width:44px;}
.emoji-pill{width:26px;}
.emoji-camera{width:34px;}
.emoji-shield{width:29px;}

/* my-research-main */
.my-research-main .wrap{display:flex; flex-direction:column; align-items:center;}
.my-research-main .cont{display:flex; flex-direction:column; align-items:center; max-width:1180px; width:100%; box-sizing:border-box; padding:100px 0; border:solid 1px #1c1c1c; margin-bottom:20px;}
.my-research-main .cont .title{font-size:40px; font-family:'NotoSansCJKkr'; font-weight:500; letter-spacing: -2.1px; margin-bottom:30px; text-align: center;}
.my-research-main .cont .txt{font-size:16px; letter-spacing: -0.48px; line-height:22px; font-weight: 500; margin-bottom:40px; text-align: center;}
.my-research-main .banner{display:flex; justify-content:center; align-items:center; max-width:1180px; width:100%; background:#f2f8f5; box-sizing:border-box; padding:35px 0;}
.my-research-main .banner .icon_starbucks{width:89px; height:79px; background:url('../../images/icon_starbucks.png') 0 0/100% 100% no-repeat; margin-right:40px;}
.my-research-main .banner .txt-1{line-height:24px;}
.my-research-main .banner .color_starbucks{color:#007042; font-weight:500;}
.mo-br{display:block; width:0; height:0;}

/* error 페이지 */
.error-page-wrap{width:550px; margin:180px auto 120px; padding:102px 0;background:url('../../images/emoji/emoji-sad-but-relieved-face.svg') 50% 0/96px auto no-repeat;}
.error-page-wrap .title-4{margin-bottom:20px; text-align: center;}
.error-page-wrap p{margin-bottom:80px; text-align: center;}

/* point guide */
.p-guide-cont .item-line-box{
    padding:20px;
    border:1px solid #1c1c1c;
    font-size:18px;
    font-weight: 700;
    letter-spacing: -1.2px;
    word-break: keep-all;
    text-align:center;
}
.p-guide-cont .item-line-box + .item-list{margin-top:26px}
.p-guide-cont .line-br{display: inline;}
.p-guide-cont .item-list{margin-top:48px}
.p-guide-cont .item-list .tit{
    padding-bottom:12px;
    font-size:18px;
    font-weight: 700;
    letter-spacing:-1px;
}
.p-guide-cont .item-list .cont,
.p-guide-cont .item-list ul li{
    color:#1c1c1c;
    font-weight: 400;
    line-height:20px;
}
.p-guide-cont .item-list li + li{margin:0;}
.p-guide-cont .item-list ul + ul{margin-top:20px;}
.p-guide-cont .btn-wrap{margin-top:50px;}
.p-guide-cont .btn-wrap .btn-type-1{flex:none;width:270px;}
.p-guide-cont .item-list + .item-list{margin-top:36px;}
.exhi-cont + .btn-wrap {margin-top: 80px;}

.my-research-main .cont{max-width:none;padding:0 0 50px; border:none; margin-bottom:20px;}
.my-research-main .cont .title{font-size:30px; font-family:'NotoSansCJKkr'; font-weight:bold; letter-spacing: -2.4px; margin-bottom:20px;}
.my-research-main .cont .txt{font-size:14px; letter-spacing: -0.48px; line-height:22px; font-weight: 400; margin-bottom:50px; text-align: center;}
.my-research-main .cont .txt > em{display:inline-block; padding-top:22px;}
.my-research-main .cont .btn-wrap{margin:0 auto;}
.my-research-main .banner{display:flex; justify-content:center; align-items:center; max-width:1180px; width:100%; background:#f2f8f5; box-sizing:border-box; padding:35px 0;}
.my-research-main .banner .icon_starbucks{width:71px; height:62px; background:url('../../images/icon_starbucks_m.png') 0 0/100% 100% no-repeat; margin-right:16.5px;}
.my-research-main .banner .txt-1{font-size:12px; line-height:17px; font-weight:normal; letter-spacing:-0.48px;}
.my-research-main .banner .color_starbucks{color:#007042; font-weight:500;}
.error-page-wrap{width:100%; margin:110px auto 0; padding:74px 0 100px;background:url('../../images/emoji/emoji-sad-but-relieved-face.svg') 50% 0/60px auto no-repeat;}
.error-page-wrap .title-4{font-size:20px; line-height:22px; letter-spacing: -1px;}
.error-page-wrap p{font-weight: 500; line-height:22px; letter-spacing: -0.7px; margin-bottom:50px;}

/* tour_safety */
.tour-safety{overflow:hidden;}
.tour-safety .clean .tab-cont-header{width:100%; padding:50px 225px 127px; box-sizing:border-box;}
.tour-safety .clean .tab-cont-header .tit{display:block; font-family:'TourEasyT'; font-size:80px; line-height:64.5px; letter-spacing:-4px; margin-bottom:20px;}
.tour-safety .clean .tab-cont-header .tit-1{display:block; font-size:60px; line-height:80px; letter-spacing:-4.5px; margin-bottom:50px;}
.tour-safety .clean .tab-cont-header .txt{display:block; font-size:23px; line-height:36px; letter-spacing: -1.15px; margin-bottom:127px;}
.tour-safety .clean .tab-cont-item{display:flex; position:relative; min-width:1280px; justify-content:space-between; width:100%; padding:0 12% 140px 12%; box-sizing:border-box; border-top:solid 1px #1c1c1c;}
.tour-safety .clean .tab-cont-item.bg-gray{background:#f7f7f7; border-top:none;}
.tour-safety .clean .tab-cont-item.right{padding-left:60%;}
.tour-safety .clean .tab-cont-item .tab-cont-inner{display:flex; position:relative; flex-direction:column;}
.tour-safety .clean .tab-cont-item.right .tab-cont-inner{align-items:flex-end;}
.tour-safety .clean .tab-cont-item .ver-txt{position:absolute; transform:rotate(-90deg); top: 400px; right: 445px; transform-origin: 100% 100%; font-weight: 500; letter-spacing: 6px;text-align: left;}
.tour-safety .clean .tab-cont-item.bg-gray .tab-cont-inner{width:100%; min-width:1000px; padding-top:105px; padding-left:141px; box-sizing:border-box;}
.tour-safety .clean .tab-cont-item.bg-gray .tab-cont-inner .tit-3:nth-child(1){position:relative;}
.tour-safety .clean .tab-cont-item.bg-gray .tab-cont-inner .tit-3:nth-child(1):before{content:''; display:block; position:absolute; left:-141px; top:0; width:95px; height:103px; background-image:url('../../images/icon/icon_info_hotel.svg');}
.tour-safety .clean .tab-cont-item.right .tab-cont-inner{}
.tour-safety .clean .tab-cont-item .tit-2{position:relative; display:block; font-size:50px; letter-spacing:-3.5px;}
.tour-safety .clean .tab-cont-item .tit-2:before{content:''; display:block; background-position:0 0; background-size:100% auto; background-repeat:no-repeat;  margin-bottom:20px;}
.tour-safety .clean .tab-cont-item.hotel .tit-2:before{width:95px; height:103px; background-image:url('../../images/icon/icon_info_hotel.svg');}
.tour-safety .clean .tab-cont-item .tit-3{display:block; font-size:40px; letter-spacing: -2.8px;}
.tour-safety .clean .tab-cont-item .permission-wrap{display:flex; position:absolute; right:-185px; top:91px;}
.tour-safety .clean .tab-cont-item .permission-wrap > li{text-align:center; margin-left:62px;}
.tour-safety .clean .tab-cont-item .permission-wrap > li.ban{color:#ccc;}
.tour-safety .clean .tab-cont-item .permission-wrap > li:first-child{margin-left:0;}
.tour-safety .clean .tab-cont-item .permission-wrap > li > em{display:flex; justify-content:center; align-items:center; width:138px; height:138px; margin:0 auto; font-size:40px; font-family:'TourEasyT'; border:solid 2px #1c1c1c; border-radius: 50%;}
.tour-safety .clean .tab-cont-item .permission-wrap > li.ban em{border-color:#ccc;}
.tour-safety .clean .tab-cont-item .permission-wrap > li > span{display:block; font-size:30px; line-height:38px; letter-spacing:-1.8px; margin-top:30px;}
.tour-safety .clean .tab-cont-item .permission-wrap > li > span > strong{font-weight:700;}
.tour-safety .clean .tab-cont-item .tab-cont-info{padding-top:60px; width:100%;}
.tour-safety .clean .tab-cont-item .tab-cont-info > li{font-size:18px; line-height:34px; letter-spacing:-0.72px;}
.tour-safety .clean .tab-cont-item .tab-cont-info > li.light-txt{color:#999;}

/* 숙박 */
.tour-safety .clean .tab-cont-item.hotel:not(.bg-gray){padding-top:105px; padding-bottom:319px;}
.tour-safety .clean .tab-cont-item.hotel:not(.bg-gray):before{content:''; display:block; position:absolute; right:70px; top:0; width:700px; height:400px; background:url('../../images/photo/img_info_1.jpg') 0 0/100% auto no-repeat; z-index:1;}
.tour-safety .clean .tab-cont-item.hotel:not(.bg-gray):after{content:''; display:block; position:absolute; top:334px; right:502px; width:470px; height:300px; background:url('../../images/photo/img_info_2.jpg') 0 0/100% auto no-repeat;}

/* 식당 */
.tour-safety .clean .tab-cont-item.restaurant:not(.bg-gray){padding-top:201px; padding-bottom:403px;}
.tour-safety .clean .tab-cont-item.restaurant:not(.bg-gray):before{content:''; display:block; position:absolute; left:0; top:0; width:600px; height:600px; background:url('../../images/photo/img_info_3.jpg') 0 0/100% auto no-repeat; z-index:1;}
.tour-safety .clean .tab-cont-item.restaurant:not(.bg-gray):after{content:''; display:block; position:absolute; top:371px; left:520px; width:400px; height:280px; background:url('../../images/photo/img_info_4.jpg') 0 0/100% auto no-repeat;}
.tour-safety .clean .tab-cont-item.restaurant:not(.bg-gray) > img{position:absolute; top:541px; left:140px; width:400px; height:290px; background:url('../../images/photo/img_info_4.jpg') 0 0/100% auto no-repeat;}
.tour-safety .clean .tab-cont-item.bg-gray.restaurant .tab-cont-inner{padding-top:119px; padding-left:144px;}
.tour-safety .clean .tab-cont-item.bg-gray.restaurant .tab-cont-inner .tit-3:nth-child(1):before{content:''; display:block; position:absolute; left:-144px; top:0; width:98px; height:119px; background-image:url('../../images/icon/icon_info_restaurant.svg');}
.tour-safety .clean .tab-cont-item.restaurant .tit-2:before{width:98px; height:119px; background-image:url('../../images/icon/icon_info_restaurant.svg');}
.tour-safety .clean .tab-cont-item.restaurant .ver-txt{top: 660px; right: auto; left:720px}

/* 가이드 */
.tour-safety .clean .tab-cont-item.tourguide:not(.bg-gray){padding-top:127px; padding-bottom:486px;}
.tour-safety .clean .tab-cont-item.tourguide:not(.bg-gray):before{content:''; display:block; position:absolute; right:70px; top:0; width:700px; height:700px; background:url('../../images/photo/img_info_6.jpg') 0 0/100% auto no-repeat;}
.tour-safety .clean .tab-cont-item.tourguide:not(.bg-gray):after{content:''; display:block; position:absolute; top:570px; right:0; width:360px; height:280px; background:url('../../images/photo/img_info_7.jpg') 0 0/100% auto no-repeat; z-index:1;}
.tour-safety .clean .tab-cont-item.tourguide .tit-2:before{width:93px; height:131px; background-image:url('../../images/icon/icon_info_tourguide.svg');}
.tour-safety .clean .tab-cont-item.tourguide .ver-txt{top: 510px; right: 820px;}

/* 차량 */
.tour-safety .clean .tab-cont-item.vehicle:not(.bg-gray){padding-top:117px;}
.tour-safety .clean .tab-cont-item.vehicle .tit-2:before{width:103px; height:86px; background-image:url('../../images/icon/icon_info_vehicle.svg');}
.tour-safety .clean .tab-cont-item.vehicle:not(.bg-gray){padding-top:201px; padding-bottom:403px;}
.tour-safety .clean .tab-cont-item.vehicle:not(.bg-gray):before{content:''; display:block; position:absolute; top:0; left:129px; width:600px; height:600px; background:url('../../images/photo/img_info_9.jpg') 0 0/100% auto no-repeat;}
.tour-safety .clean .tab-cont-item.vehicle:not(.bg-gray):after{content:''; display:block; position:absolute; left:0; top:-170px; width:360px; height:280px; background:url('../../images/photo/img_info_8.jpg') 0 0/100% auto no-repeat; z-index:1;}
.tour-safety .clean .tab-cont-item.vehicle .tit-2:before{width:103px; height:86px; background-image:url('../../images/icon/icon_info_vehicle.svg');}
.tour-safety .clean .tab-cont-item.vehicle .ver-txt{top: 245px; right: auto; left: -260px;}
.tour-safety .clean .tab-cont-item.vehicle.bg-gray .tab-cont-info{position:absolute; right:0; top:101px; width:auto;}
.tour-safety .clean .tab-cont-item.vehicle .vehicle-img{display:flex; justify-content:space-between; text-align: center;}
.tour-safety .clean .tab-cont-item.vehicle .vehicle-img li {padding-top: 120px;}
.tour-safety .clean .tab-cont-item.vehicle .vehicle-img li > img{display:block; width:100%;}
.tour-safety .clean .tab-cont-item.vehicle .vehicle-img li:first-child{margin-right:53px;}

/* 해외안전정보 */
.tour-safety .tab-cont-header{width:1180px; margin:0 auto;}
.tour-safety .tab-cont-header .tit{font-size:30px; line-height:38px; letter-spacing: -1.5px;}
.tour-safety .tab-cont-header .txt{font-size:14px; line-height:20px; letter-spacing: -0.42px;}
.tour-safety .tab-cont-header .txt a{display:inline-block; position:relative; margin-left:15px; padding-right:26px; font-size:16px; color:#006f80; letter-spacing: -0.64px;}
.tour-safety .tab-cont-item{width:1180px; margin:0 auto;}
.tour-safety .tab-cont-item > dl{display:flex; padding:50px 0;}
.tour-safety .tab-cont-item > dl > dt{width:100px;}
.tour-safety .tab-cont-item .btn-cont-more{margin-top: 30px;}
.tour-safety .safety-info .tab-cont-header .tit {letter-spacing: -2px; font-weight: 600;}
.tour-safety .safety-info .tab-cont-header .txt {margin-top: 20px;}
.tour-safety .safety-info .tab-cont-header .txt span {font-size: 18px;}
.tour-safety .safety-info .tab-cont-item > dl {flex-wrap: wrap; padding: 55px 0; border-bottom: 1px solid #e5e5e5;}
.tour-safety .safety-info .tab-cont-item > dl > dt {display: flex; flex-direction: column; width: 150px; align-items: center; justify-content: center; font-size: 18px; font-weight: 600; text-align: center;}
.tour-safety .safety-info .tab-cont-item > dl > dt::before {content: ""; display: block; background: no-repeat center top; background-size: 100%; width: 60px; height: 70px; margin-bottom: 10px;}
.tour-safety .safety-info .tab-cont-item > dl > dd {display: flex; width: calc(100% - 150px); box-sizing: border-box; flex-wrap: wrap; align-items: center; padding-left: 100px; box-sizing: border-box; line-height: 24px; font-size: 18px;}
.tour-safety .safety-info .tab-cont-item .btn-cont-more {display: block; margin: 0;}
.tour-safety .safety-info .tab-cont-item > dl > dd span {display: block; width: 100%; word-break: keep-all;}
.tour-safety .safety-info .tab-cont-item > dl > dd strong {font-weight: 600; margin-bottom: 10px;}
.tour-safety .safety-info .tab-cont-item:nth-child(5) dl dl {display: flex; flex-wrap: wrap; width: 100%; padding: 15px 0;}
.tour-safety .safety-info .tab-cont-item:nth-child(5) dl dl dt {width: 80px; font-size: 18px; font-weight: 400; margin-top: 15px;}
.tour-safety .safety-info .tab-cont-item:nth-child(5) dl dl dd {width: calc(100% - 80px); font-size: 18px; font-weight: 600; margin-top: 15px;}
.tour-safety .safety-info .tab-cont-item:nth-child(5) .btn-cont-more {margin-top: 20px;}
.tour-safety .safety-info.safety .tab-cont-item:nth-child(2) > dl > dt::before {background-image: url('../../images/icon_safe_red.svg');}
.tour-safety .safety-info.safety .tab-cont-item:nth-child(3) > dl > dt::before {background-image: url('../../images/icon_safe_shield.svg');}
.tour-safety .safety-info.safety .tab-cont-item:nth-child(4) > dl > dt::before {background-image: url('../../images/icon_safe_application.svg');}
.tour-safety .safety-info.safety .tab-cont-item:nth-child(5) > dl > dt::before {background-image: url('../../images/icon_safe_call.svg');}
.tour-safety .safety-info.safety .tab-cont-item:nth-child(6) > dl > dt::before {background-image: url('../../images/icon_safe_manual.svg');}
.tour-safety .safety-info.disease .tab-cont-item:nth-child(2) > dl > dt::before {background-image: url('../../images/icon_safe_disease.svg');}
.tour-safety .safety-info.disease .tab-cont-item:nth-child(3) > dl > dt::before {background-image: url('../../images/icon_safe_vaccination.svg');}
.tour-safety .safety-info.disease .tab-cont-item:nth-child(4) > dl > dt::before {background-image: url('../../images/icon_safe_data.svg');}
.tour-safety .safety-info.recent .tab-cont-item:nth-child(2) > dl > dt::before {background-image: url('../../images/icon_safe_departure.svg');}

/* 국가별 안전가이드 */
.tour-safety .guide .tab-cont-header .tit {letter-spacing: -2px; font-weight: 600;}
.tour-safety .guide .tab-cont-header .txt {margin-top: 20px;}
.tour-safety .guide .tab-cont-header .txt span {display: block; font-size: 14px;}
.tour-safety .guide .tab-cont-item ul {display: flex; flex-wrap: wrap; justify-content: center; margin: 70px auto 0;}
.tour-safety .guide .tab-cont-item ul li {display: flex; flex-wrap: wrap; justify-content: center; width: 440px;}
.tour-safety .guide .tab-cont-item ul li:nth-child(even) {margin-left: 100px;}
.tour-safety .guide .tab-cont-item ul li:nth-child(3),
.tour-safety .guide .tab-cont-item ul li:nth-child(4) {margin-top: 100px;}
.tour-safety .guide .tab-cont-item ul li .guide-img {display: block; overflow: hidden; width: 440px; height: 440px; border-radius: 10px;}
.tour-safety .guide .tab-cont-item ul li .guide-img img {transition: .3s;}
.tour-safety .guide .tab-cont-item ul li:hover .guide-img img {transform: scale(1.05);}
.tour-safety .guide .tab-cont-item ul li strong {display: block; width: 100%; margin-top: 15px; text-align: center; font-size: 23px; font-weight: 500; letter-spacing: -1.15px;}
.tour-safety .guide .tab-cont-item ul li strong span {display: block; font-size: 20px; font-weight: 500;}
.tour-safety .guide .tab-cont-item ul li a {display: inline-block; padding: 14px 45px 14px 30px; letter-spacing: -0.45px; background: #fff url(../../images/icon_down.svg) no-repeat 93px center; margin-top: 30px; border: 1px solid #666; border-radius: 2px; font-size: 15px;}

/* 기업/단체문의 */
.corporate-group .corporate-item {width: 100%; margin: 0 auto;}
.corporate-group .corporate-item .inner {width: 100%; margin: 0 auto;}
.corporate-group .corporate-item .tit {margin-bottom: 30px; letter-spacing: -2px; font-weight: 600; font-size: 30px;}
.corporate-group .corporate-item .txt {font-size: 15px; font-weight: 500; word-break: keep-all;}
.corporate-group .corporate-item.mice .corporate-content {margin: 30px 0;}
.corporate-item.mice .corporate-content ul {display: flex; flex-wrap: wrap;}
.corporate-item.mice .corporate-content ul li {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; position: relative; width: 100%; padding: 35px 15px;}
.corporate-item.mice .corporate-content ul li::after {content: ""; display: block; position: absolute; left: 0; bottom: 0; width: 100%;  height: 1px; background-color: #e5e5e5;}
.corporate-item.mice .corporate-content ul li:last-child::after {display: none;}
.corporate-item.mice .corporate-content ul li .corporate-img {display: block; width: 60px; height: 60px; background: no-repeat center; background-size: 100%;}
.corporate-item.mice .corporate-content ul li:nth-child(1) .corporate-img {background-image: url(../../images/icon_incentive.svg);}
.corporate-item.mice .corporate-content ul li:nth-child(2) .corporate-img {background-image: url(../../images/icon_meeting.svg);}
.corporate-item.mice .corporate-content ul li:nth-child(3) .corporate-img {background-image: url(../../images/icon_events_exhibition.svg);}
.corporate-item.mice .corporate-content ul li:nth-child(4) .corporate-img {background-image: url(../../images/icon_convention.svg);}
.corporate-item.mice .corporate-content ul li .txt {display: flex; flex-direction: column; align-items: flex-start; width: calc(100% - 60px - 25px);}
.corporate-item.mice .corporate-content ul li .txt span {text-align: left; font-size: 14px; line-height: 22px; font-weight: 400; letter-spacing: -.7px;}
.corporate-item.mice .corporate-content ul li .txt strong {padding: 0 0 10px; font-family: 'TourEasyT'; font-size: 20px; font-weight: 200;}
.corporate-group .corporate-item.business-trip {width: auto; margin: 0 -20px; padding: 50px 20px; border-top: 1px solid #1c1c1c; border-bottom: 1px solid #1c1c1c;}
.corporate-group .corporate-item.business-trip .inner {display: flex; flex-wrap: wrap; justify-content: space-between;}
.corporate-group .corporate-item.business-trip .inner > div .txt br {display: none;}
.corporate-group .corporate-item.business-trip .corporate-content {width: 100%;; padding-top: 50px;}
.corporate-group .corporate-item.business-trip .corporate-content ul {display: flex; flex-wrap: wrap; justify-content: space-between;}
.corporate-group .corporate-item.business-trip .corporate-content ul li {width: 100%;}
.corporate-group .corporate-item.business-trip .corporate-content ul li strong {display: block; padding: 20px 0 40px; font-size: 16px; font-weight: 600; letter-spacing: -1px;}
.corporate-group .corporate-item.business-trip .corporate-content ul li span img {width: 100%;}
.corporate-group .corporate-item.business-trip .corporate-content ul li:nth-child(3) strong {padding-bottom: 40px;}
.corporate-group .corporate-item.business-trip .corporate-content ul li:nth-child(4) strong {padding-bottom: 0;}
.corporate-group .corporate-item.overseas-study .tit {margin-top: 70px;}
.corporate-item.overseas-study .corporate-content {margin: 0 -20px;}
.corporate-item.overseas-study .corporate-content ul li {border-bottom: 1px solid #1c1c1c;}
.corporate-item.overseas-study .corporate-content ul li:first-child {border-top: 1px solid #1c1c1c;}
.corporate-item.overseas-study .corporate-content ul li a {display: block; position: relative; padding: 13px 20px; font-family: 'TourEasyT'; font-size: 18px; font-weight: 200;}
.corporate-item.overseas-study .corporate-content ul li a::after {content: ""; display: block; position: absolute; top: 50%; right: 18px; width: 16px; height: 6px; background: url(../../images/icon_arrow_down.svg) no-repeat center; background-size: 100%; transform: translateY(-50%); transition: .2s;}
.corporate-item.overseas-study .corporate-content ul li.active a {background-color: #1c1c1c; color: #fff;}
.corporate-item.overseas-study .corporate-content ul li.active a::after {right: 20px; width: 7px; height: 17px; background: url(../../images/icon_list_next_white.svg) no-repeat center; background-size: 100%; transform: translateY(-50%) rotate(-90deg);}
.overseas-list {display: none; justify-content: center; padding: 40px 0;}
.overseas-list > div + div {margin-left: 100px;}
.overseas-list > div dl {display: block; width: 420px;}
.overseas-list > div dl::after {content: ""; display: block; clear: both;}
.overseas-list > div dl dt {float: left; width: 60px; line-height: 50px; font-family: 'TourEasyT'; font-size: 16px; font-weight: 200;}
.overseas-list > div dl dd {float: right; width: calc(100% - 60px); line-height: 50px; font-size: 16px;}
.overseas-list > div dl dd span {font-weight: 500; color: #006f80;}
.corporate-item.inquiry {padding: 35px 20px; margin-top: 50px; background-color: #f7f7f7;}
.corporate-item.inquiry > div .tit-1 {font-size: 18px; font-weight: 600;}
.corporate-item.inquiry > div .txt {display: flex; align-items: center; margin-top: 15px; font-size: 13px; font-weight: 400; letter-spacing: -0.84px;}
.corporate-item.inquiry > div .txt::after {content: ""; display: block; width: 22px; height: 22px; margin-left: 7px; border-radius: 100px; background: url(../../images/e_smiling_face.gif) no-repeat center; background-size: 100%;}
.corporate-item.inquiry > div ul {display: flex; flex-wrap: wrap;}
.corporate-item.inquiry > div ul li {display: flex; flex-direction: column; justify-content: center;}
.corporate-item.inquiry > div ul li:nth-child(1) {width: 100%; padding: 35px 0 0 0;}
.corporate-item.inquiry > div ul li:nth-child(2) {width: 100%; padding: 10px 0 0 0;}
.corporate-item.inquiry > div ul li h4 {font-size: 14px; font-weight: 500;}
.corporate-item.inquiry > div ul li strong {display: block; margin-top: 10px; font-family: 'TourEasyT'; font-size: 18px; font-weight: 200;}
.corporate-group .corporate-item.inquiry {flex-wrap: wrap; width: 100%; margin-top: 50px; padding: 35px 20px;}
.corporate-group .corporate-item.inquiry > div {width: 100%;}
.corporate-item.inquiry > div ul li a {display:flex; justify-content: center; align-items: center; position: relative; width: 100%; padding: 17.5px 0; border: 1px solid #1c1c1c; background-color: #fff;}
.corporate-item.inquiry > div ul li a::after {content: ""; display: block; width: 8px; height: 11px; margin-left: 10px; background: url(../../images/icon_arrow_right_04.svg) no-repeat center; background-size: 100%;}

@media screen and (max-width:1500px) and (min-width:481px){
    .tour-safety{min-width:1280px;}
    .tour-safety .clean .tab-cont-header .tit{display:block; font-family:'TourEasyT'; font-size:60px; line-height:64.5px; letter-spacing:-4px; margin-bottom:20px;}
    .tour-safety .clean .tab-cont-header .tit-1{display:block; font-size:40px; line-height:60px; letter-spacing:-4.5px; margin-bottom:30px;}
    .tour-safety .clean .tab-cont-header .txt{display:block; font-size:23px; line-height:36px; letter-spacing: -1.15px; margin-bottom:90px;}
    .tour-safety .clean .tab-cont-item{padding-right:100px;}
    .tour-safety .clean .tab-cont-item .tit-2{position:relative; display:block; font-size:35px; letter-spacing:-3.5px;}
    .tour-safety .clean .tab-cont-item
    .tab-cont-info{padding-top:40px;}
    .tour-safety .clean .tab-cont-item .permission-wrap{position:relative; top:0; right: inherit; left: 0; margin-top:30px;}
    .tour-safety .clean .tab-cont-header {padding: 50px 6% 127px;}
    /* 숙박 */
    .tour-safety .clean .tab-cont-item.hotel:not(.bg-gray){padding-bottom:200px;}
    .tour-safety .clean .tab-cont-item.hotel:not(.bg-gray):before{right:0;}
    .tour-safety .clean .tab-cont-item.hotel:not(.bg-gray):after{right:432px;}
    .tour-safety .clean .tab-cont-item .ver-txt{right:375px;}
    .tour-safety .clean .tab-cont-item {padding: 0 6% 140px 6%;}
    /* 식당 */
    .tour-safety .clean .tab-cont-item.restaurant:not(.bg-gray):after{content:none;}
    .tour-safety .clean .tab-cont-item.right {padding-left: 51%;}
    .tour-safety .clean .tab-cont-item.restaurant .ver-txt {left: 413px;}
    /* 차량 */
    .tour-safety .clean .tab-cont-item.vehicle.bg-gray .tab-cont-info{position:relative; top:0;}
    .tour-safety .clean .tab-cont-item.vehicle .vehicle-img {flex-wrap: wrap;}
    .tour-safety .clean .tab-cont-item.vehicle .vehicle-img li{width: 100%; padding-top:50px;}
    .tour-safety .clean .tab-cont-item.vehicle .vehicle-img li > img {margin-bottom: 30px; width: auto;}
    .tour-safety .clean .tab-cont-item.vehicle .vehicle-img li span {display: block; font-size: 26px; text-align: left; text-indent: 40px;}
    .tour-safety .clean .tab-cont-item.vehicle:not(.bg-gray):before {width: 500px; height: 500px;}
}

@media (max-width:720px){
    .toggle-btn{position:relative; cursor:pointer; margin:-30px -20px; padding:30px 20px;}
    .toggle-btn:before{content:''; display:block; position:absolute; right:10%; top:0; width:20px; height:100%; background:url('../../images/icon_arrow_down.svg') 50% 50%/20px 20px no-repeat;}
    .toggle-btn.active:before{transform:rotate(-180deg);}
    .toggle-wrap{display:none;}
    .tour-safety{margin:0 -20px; min-width:320px;}
    .tour-safety > #prep1{margin-bottom: -124px;}
    .tour-safety .tab-cont-header{padding:40px 20px 0;}
    .tour-safety .tab-cont-header .tit{font-size:20px; letter-spacing:0; line-height:inherit; margin-bottom:15px;}
    .tour-safety .tab-cont-header .tit-1{display:block; font-size:30px; line-height:40px; letter-spacing:-3px; margin-bottom:30px;}
    .tour-safety .tab-cont-header .txt{display:block; font-size:15px; line-height:19px; letter-spacing: -0.75px; margin-bottom:0;}
    .tour-safety .tab-cont-header .emoji-shield{width:24px;}
    .tour-safety .tab-cont-item{display:block; position:relative; justify-content:space-between; width:100%; padding:0; box-sizing:border-box; border-top:none; min-width:auto;}
    .tour-safety .tab-cont-item:not(.bg-gray){margin:50px 0;}
    .tour-safety .tab-cont-item.right{padding-left:0;}
    .tour-safety .tab-cont-item .tit-2{font-size:20px; font-weight:bold; letter-spacing: -1.4px;}
    .tour-safety .tab-cont-item .tit-2:before{position:absolute; left:-72px; top:-30px;}
    .tour-safety .tab-cont-item .tab-cont-info{padding-top:25px; padding-left:5px;}
    .tour-safety .tab-cont-item:not(.bg-gray) .tab-cont-info{margin-bottom:30px;}
    .tour-safety .tab-cont-item.bg-gray .tab-cont-info{padding-top:0; padding-left:5px;}
    .tour-safety .tab-cont-item .tab-cont-info > li{font-size:14px; line-height:25px; letter-spacing: -0.7px;}
    .tour-safety .tab-cont-item .tit-3{display:inline-block; font-size:20px; letter-spacing: -1.4px;}
    .tour-safety .tab-cont-item.bg-gray.hotel .tab-cont-inner,
    .tour-safety .tab-cont-item.bg-gray.restaurant .tab-cont-inner,
    .tour-safety .tab-cont-item.bg-gray.tourguide .tab-cont-inner,
    .tour-safety .tab-cont-item.bg-gray.vehicle .tab-cont-inner{display:block; padding:30px 20px;}
    .tour-safety .tab-cont-item .tab-cont-inner{padding:36px 15% 30px 25%;}
    .tour-safety .tab-cont-item.right .tab-cont-inner{align-items:flex-start;}
    .tour-safety .tab-cont-item.hotel .ver-txt,
    .tour-safety .tab-cont-item.restaurant .ver-txt,
    .tour-safety .tab-cont-item.tourguide .ver-txt,
    .tour-safety .tab-cont-item.vehicle .ver-txt{position:relative; top:30px; right:auto; left:0; transform:none; font-weight: 500; letter-spacing: 6px;text-align: left; transform:none; padding-left:25%; font-size:12px; letter-spacing: normal;}
    .tour-safety .clean .tab-cont-header {padding: 0 20px;}
    .tour-safety .clean .tab-cont-header .tit {line-height: 20px; margin-bottom: 15px; font-size: 20px; letter-spacing: -1px;}
    .tour-safety .clean .tab-cont-header .tit-1 {font-size: 30px; line-height: 40px;}
    .tour-safety .clean .tab-cont-header .tit-1 span {display: block;}
    .tour-safety .clean .tab-cont-header .txt {font-size: 15px; line-height: 19px; margin-bottom: 0;}
    .tour-safety .clean .tab-cont-item.bg-gray .tab-cont-inner {min-width: auto;}
    /* 숙박 */
    .tour-safety .tab-cont-item.hotel .tit-2:before{width:54px; height:59px;}
    .tour-safety .tab-cont-item.hotel:not(.bg-gray){padding-top:0; padding-bottom:0;}
    .tour-safety .tab-cont-item.hotel:not(.bg-gray):before{content:''; display:block; position:static; right:auto; top:auto; width:100%; height:auto; padding-bottom:57.33%; background:url('../../images/photo/img_info_1.jpg') 0 0/100% auto no-repeat; z-index:1;}
    .tour-safety .tab-cont-item.hotel:not(.bg-gray):after{content:''; display:block; position:relative; top:0; left:25%; right:12%; width:63%; height:0; padding-bottom:40%; background:url('../../images/photo/img_info_2.jpg') 0 0/100% auto no-repeat;}
    .tour-safety .tab-cont-item.hotel.bg-gray .tab-cont-inner{display:block; padding:30px 20px;}
    .tour-safety .tab-cont-item.bg-gray .tab-cont-inner{min-width:auto;}
    .tour-safety .tab-cont-item.bg-gray .tab-cont-inner .tit-3:nth-child(1){display:inline-block; padding-right:6.5px;}
    .tour-safety .tab-cont-item.bg-gray .tab-cont-inner .tit-3:nth-child(1):before{content:none;}
    .tour-safety .tab-cont-item.bg-gray .tab-cont-info > li{padding-top:0;font-size: 14px;position:relative; padding-left:7px;line-height: 22px;}
    .tour-safety .tab-cont-item.bg-gray .tab-cont-info > li + li {margin-top: 5px;}
    .tour-safety .tab-cont-item.bg-gray .tab-cont-info > li:before{content:'-'; display:block; position:absolute; left:-2px; top:0;}
    .tour-safety .tab-cont-item .permission-wrap{position:static; display:flex; justify-content:space-between; flex-wrap: wrap; margin:50px auto;}
    .tour-safety .tab-cont-item .permission-wrap li{width:50%; margin-left:0; margin-top:30px;}
    .tour-safety .tab-cont-item .permission-wrap li:nth-child(-n + 2){margin-top:0;}
    .tour-safety .tab-cont-item .permission-wrap li > span{font-size:15px; line-height:22px; letter-spacing: -0.75px; margin-top:15.5px;}
    .tour-safety .tab-cont-item .permission-wrap > li > em{font-size:20px; width:71px; height:71px;}
    .tour-safety .clean .tab-cont-item.hotel:not(.bg-gray):before {position: inherit; width: 100%; right: 0; height: auto;}
    .tour-safety .clean .tab-cont-item {display: flex; flex-wrap: wrap; min-width: auto;}
    .tour-safety .clean .tab-cont-item.hotel:not(.bg-gray) {padding: 0;}
    .tour-safety .clean .tab-cont-item .tit-2 {font-size: 20px; letter-spacing: -1.4px; line-height: 25px;}
    .tour-safety .clean .tab-cont-item.hotel .tit-2:before {width: 57px; height: 65px;}
    .tour-safety .clean .tab-cont-item.hotel:not(.bg-gray):after {top: inherit; bottom: 0; right: 0; width: 66%; height: auto;}
    .tour-safety .tab-cont-item:not(.bg-gray) .tab-cont-info {padding-top: 25px; padding-bottom: 185px; margin-bottom: 0;}
    .tour-safety .tab-cont-item:not(.bg-gray) .tab-cont-info li {font-size: 14px; line-height: 25px;}
    .tour-safety .clean .tab-cont-item {padding: 0;}
    .tour-safety .tab-cont-item.hotel.bg-gray .tab-cont-inner {width: 100%; box-sizing: border-box;}
    .toggle-btn {display: flex; margin: 0; padding: 0;}
    .toggle-btn:before {right: 0;}
    .tour-safety .clean .tab-cont-item .permission-wrap {position: inherit; flex-wrap: wrap;}
    .tour-safety .clean .tab-cont-item .permission-wrap li {width: 50%; margin-left: 0;}
    .tour-safety .clean .tab-cont-item .permission-wrap > li > em {width: 70px; height: 70px; font-size: 20px;}
    .tour-safety .clean .tab-cont-item .permission-wrap > li > span {font-size: 15px; line-height: 22px;}
    .tour-safety .clean .tab-cont-item .tit-3 {font-size: 20px; letter-spacing: -1.4px;}
    /* 식당 */
    .tour-safety .tab-cont-item.restaurant:not(.bg-gray){padding-top:0; padding-bottom:0;}
    .tour-safety .tab-cont-item.restaurant:not(.bg-gray):before{position:relative; width:100%; height:0; padding-bottom:100%;}
    .tour-safety .tab-cont-item.restaurant:not(.bg-gray):after{position:relative; top:0; left:25%; width:54%; right:21%; height:0; padding-bottom:37.33%;}
    .tour-safety .tab-cont-item.restaurant .tit-2:before{position:absolute; left:-72px; top:-30px; width:58px; height:70px;}
    .tour-safety .clean .tab-cont-item.restaurant:not(.bg-gray):before {position: inherit; width: 100%; height: auto;}
    .tour-safety .clean .tab-cont-item.restaurant:not(.bg-gray) {padding: 0;}
    .tour-safety .clean .tab-cont-item.restaurant .tit-2:before {width: 58px; height: 71.5px; top: -10px;}
    .tour-safety .clean .tab-cont-item.right .tab-cont-inner {width: 100%; padding-top: 44px;}
    .tour-safety .clean .tab-cont-item .tit-2 {width: 100%;}
    .tour-safety .clean .tab-cont-item.restaurant:not(.bg-gray):after {position: absolute; width: 53%; height: auto; top: inherit; bottom: 0; left: 26%;}
    .tour-safety .clean .tab-cont-item.bg-gray.restaurant .tab-cont-inner {padding: 30px 20px;}
    .tour-safety .clean .tab-cont-item.restaurant .ver-txt {top: 43px; left: 0;}
    .tour-safety .tab-cont-item.tourguide .tit-2:before {left: 0;}
    /* 가이드 */
    .tour-safety .tab-cont-item.tourguide:not(.bg-gray){padding:0;}
    .tour-safety .tab-cont-item.tourguide:not(.bg-gray):before{position:relative; right:0; top:0; width:100%; height:0; padding-bottom:100%;}
    .tour-safety .tab-cont-item.tourguide:not(.bg-gray):after{position:relative; top:0; left:25%; width:49%; right:26%; height:0; padding-bottom:37.33%;}
    .tour-safety .tab-cont-item.tourguide .tit-2:before{position:absolute; left:-72px; top:-30px; width:56px; height:79px;}
    .tour-safety .clean .tab-cont-item.tourguide:not(.bg-gray) {padding: 0;}
    .tour-safety .clean .tab-cont-item.tourguide:not(.bg-gray):before {position: inherit; width: 100%; height: auto; right: 0;}
    .tour-safety .clean .tab-cont-item.tourguide .ver-txt {position: absolute; top: 412px; left: 0; right: inherit;}
    .tour-safety .clean .tab-cont-item.tourguide .tit-2:before {width: 55.5px; height: 78.5px; top: -22px;}
    .tour-safety .clean .tab-cont-item.tourguide .tab-cont-inner {padding-top: 55px;}
    .tour-safety .tab-cont-item:not(.bg-gray) .tab-cont-info {padding-bottom: 205px;}
    .tour-safety .clean .tab-cont-item.tourguide:not(.bg-gray):after {width: 60%; height: auto; top: inherit; bottom: 0; padding-bottom: 47%;}
    /* 차량 */
    .tour-safety .tab-cont-item.vehicle:not(.bg-gray){padding:0;}
    .tour-safety .tab-cont-item.vehicle:not(.bg-gray):before{position:relative; left:0; top:0; width:100%; height:0; padding-bottom:100%;}
    .tour-safety .tab-cont-item.vehicle:not(.bg-gray):after{content:none;}
    .tour-safety .tab-cont-item.vehicle .tit-2:before{position:absolute; left:-72px; top:-30px; width:63px; height:53px;}
    .tour-safety .tab-cont-item .tab-cont-inner{padding-bottom:0;}
    .tour-safety .tab-cont-item.vehicle.bg-gray .tab-cont-info{position:static; margin:0 -10px 0;}
    .tour-safety .tab-cont-item.bg-gray .tab-cont-info > li{padding-left:5px;}
    .tour-safety .tab-cont-item.bg-gray .tab-cont-info > .light-txt{padding-left:5px; text-indent:-5px;}
    .tour-safety .tab-cont-item.bg-gray .tab-cont-info > .light-txt:before{content:none;}
    .tour-safety .tab-cont-item.vehicle .vehicle-img{display:block; margin:0 -20px;}
    .tour-safety .tab-cont-item.vehicle .vehicle-img li{font-size:14px; letter-spacing: -0.7px; line-height:22px; padding-top:0;  margin:50px auto;}
    .tour-safety .tab-cont-item.vehicle .vehicle-img li:first-child{margin-right:0;}
    .tour-safety .tab-cont-item.vehicle .vehicle-img li img{margin-bottom:15px;}
    .tour-safety .tab-cont-item.vehicle .vehicle-img li:nth-child(2){max-width:246px;}
    .tour-safety .clean .tab-cont-item.vehicle:not(.bg-gray) {padding: 0;}
    .tour-safety .clean .tab-cont-item.vehicle:not(.bg-gray):after {display: none;}
    .tour-safety .clean .tab-cont-item.vehicle:not(.bg-gray):before {position: inherit; left: 0; width: 100%; height: auto;}
    .tour-safety .clean .tab-cont-item.vehicle .tit-2:before {width: 62.5px; height: 51.5px; top: -23px;}
    .tour-safety .clean .tab-cont-item.vehicle .ver-txt {top: 41px; right: inherit; left: 0;}
    .tour-safety .tab-cont-item.vehicle:not(.bg-gray) .tab-cont-info {padding-bottom: 0;}

    .tour-safety .clean .tab-cont-item.vehicle .vehicle-img {padding: 0; margin: 0;}
    .tour-safety .clean .tab-cont-item.vehicle.bg-gray .tab-cont-info {position: inherit; top: 0;}
    .tour-safety .clean .tab-cont-item.vehicle .vehicle-img {flex-wrap: wrap; justify-content: center; margin-bottom: 30px;}
    .tour-safety .clean .tab-cont-item.vehicle .vehicle-img li {width: 100%; padding: 0; margin: 0; padding-top: 20px;}
    .tour-safety .clean .tab-cont-item.vehicle .vehicle-img li:first-child {margin-right: 0;}
}

/* 여행 전 준비사항 */
/* 여행유형 */
.tour-info{overflow:hidden;}
.tour-info .tab-container .prep1-1 .txt img{width:41px}
.tour-info .tab-container{margin:0 -20px;}
.tour-info .tab-container .tab-cont{padding:0 20px;}
.tour-info .tab-container .tit{font-size:30px; letter-spacing: -2.1px; line-height:40px;  margin-top:40px; padding:0 20px;}
.tour-info .tab-container .txt{font-size:14px; letter-spacing: -0.7px; line-height:22px; margin-top:20px; padding:0 20px; font-weight: 400;}
.tour-info .tab-container .txt2{width:100%;padding:0 20px;}
.tour-info .tab-container .txt2 dt{font-size:16px; letter-spacing: -1px; line-height:23px; font-weight: 500;}
.tour-info .tab-container .txt2 dd a{display:block; font-size:15px; letter-spacing: -0.75px; line-height:50px; font-weight: 500; color:#1c1c1c; border:solid 1px rgb(102,102,102); background:#fff; text-align: center; height:50px; margin-top:15px;}
.tour-info .tab-container .list-type-1{padding:0 20px; margin-top:0;}
.tour-info .tab-container .list-type-1 > li{font-size:14px; line-height:22px; letter-spacing:-0.7px; margin-top:20px; font-weight: 400;}
.tour-info .tab-container [class^='prep']{padding:0; margin:50px -20px 100px; border-top: 0;}
.tour-info .tab-container [class^='prep']:last-child{margin-bottom:20px;}
.tour-info .tab-container [class^='prep']:first-child{margin-top:50px; margin-bottom:75px;}

/* 여행유형 */
.tour-info .tab-container .prep1-1{padding:0; margin-top:40px;}
.tour-info .tab-container .prep1-1 .tit{font-size:30px; font-weight: 700; letter-spacing: -2.3px; line-height:40px;}
.tour-info .tab-container .prep1-1 .txt{font-size:16px; letter-spacing: -1px; line-height:23px; font-weight: 400;}
.tour-info .tab-container .prep1-1 .txt img{width:27px}
.tour-info .tab-container .prep1-2{position: relative;}
.tour-info .tab-container .prep1-2:before{content: ''; display:block; position:static; width:100%; height:0; padding-bottom:100%; background:url('../../images/photo/img_prep1_2_m.png') 0 0/100% auto no-repeat;}
.tour-info .tab-container .prep1-3:before{content: ''; display:block; position:static; width:100%; height:0; padding-bottom:148.27%; background:url('../../images/photo/img_prep1_3_m.png') 0 0/100% auto no-repeat;}
.tour-info .tab-container .prep1-4:before{content: ''; display:block; position:static; width:100%; height:0; padding-bottom:118.93%; background:url('../../images/photo/img_prep1_4_m.png') 0 0/100% auto no-repeat;}

/* 여권발급 */
.tour-info .tab-container .prep2-1 .txt{font-size:16px;}
.tour-info .tab-container .prep2-2{padding-top:20px; padding-bottom:75px;}
.tour-info .tab-container .prep2-2:before{display:block; position:static; width:100%; height:0; padding-bottom:133.33%; background:url('../../images/photo/img_prep2_2_m.png') 0 0/100% auto no-repeat;}
.tour-info .tab-container .prep2-2 .txt{padding:0 30px;}
.tour-info .tab-container .prep2-3{display:block;}
.tour-info .tab-container .prep2-3 .tit{display:block; position:static; left:auto; top:auto;}
.tour-info .tab-container .prep2-3 .table-type-2{width:100%; box-sizing:border-box; padding:0 20px 0; margin-top: 20px; border-top:none;}
.tour-info .tab-container .prep2-3 .table-type-2 tbody tr{display: table-row; width:100%; border-bottom:solid 1px #1c1c1c;}
.tour-info .tab-container .prep2-3 .table-type-2 tbody tr:nth-child(1){border-top:solid 1px #1c1c1c;}
.tour-info .tab-container .prep2-3 .table-type-2 th{width:35%; font-weight: 700; letter-spacing: -0.64px; font-size:16px; line-height:25px; border-bottom:none; vertical-align:top;}
.tour-info .tab-container .prep2-3 .table-type-2 tr:nth-child(1) th{padding:25px 10px 25px 42px; background:url('../../images/icon_location.svg') 5px 17px/32px auto no-repeat;}
.tour-info .tab-container .prep2-3 .table-type-2 tr:nth-child(2) th{padding:25px 10px 25px 42px; background:url('../../images/icon/ico_cash_bag.png') 8px 20px/24px auto no-repeat;}
.tour-info .tab-container .prep2-3 .table-type-2 tr:nth-child(3) th{padding:25px 10px 25px 42px; background:url('../../images/icon/ico_document.png') 8px 20px/24px auto no-repeat;}
.tour-info .tab-container .prep2-3 .table-type-2 td{width:65%; border-bottom:none; font-size:14px; color:#1c1c1c; line-height:22px; letter-spacing: -0.84px; padding:25px 25px 20px 0; font-weight: 400;}

/* 비자발급 */
.tour-info .tab-container .prep3-1 .txt{font-size:16px;}
.tour-info .tab-container .prep3-2 .txt{font-size:16px;}
.tour-info .tab-container .prep3-img{position:relative;}
.tour-info .tab-container .prep3-img:before{content:''; display:block; width:100%; padding:0 20px; height:0; padding-bottom:53.33%; box-sizing:border-box; background:url('../../images/photo/img_prep3_1_m.png') 0 0/100% auto no-repeat;}
.tour-info .tab-container .prep3-img img{display:none;}
.tour-info .tab-container .prep3-2{display:block;}
.tour-info .tab-container .prep3-2 .tit{display:block; position:static; left:auto; top:auto;}
.tour-info .tab-container .prep3-2 .txt{display:block; position:static; left:auto; top:auto;}
.tour-info .tab-container .prep3-2 .table-type-2{margin-top:20px; padding:0 20px; box-sizing:border-box; width:100%; border-top:none;}
.tour-info .tab-container .prep3-2 .table-type-2 tbody tr{display: table-row; width:100%; border-bottom:solid 1px #1c1c1c;}
.tour-info .tab-container .prep3-2 .table-type-2 tbody tr:nth-child(1){border-top:solid 1px #1c1c1c;}
.tour-info .tab-container .prep3-2 .table-type-2 th{width:30%; font-weight: 700; letter-spacing: -0.64px; font-size:16px; border-bottom:none; vertical-align:top; padding:25px 10px 25px;}
.tour-info .tab-container .prep3-2 .table-type-2 td{width:70%; border-bottom:none; font-size:14px; color:#1c1c1c; line-height:22px; letter-spacing: -0.84px; padding:25px 25px 20px 0; font-weight: 400;}
.tour-info .tab-container .prep3-2 .table-type-2 td strong{line-height:28px;}

/* 여행준비 */
.tour-info .tab-container .prep4-1 .txt{font-size:16px;}
.tour-info .tab-container .prep4-2 .txt{font-size:16px;}
.tour-info .tab-container .prep4-1 img{width:27px;}
.tour-info .tab-container .prep4-2:before{display:block; position:static; width:100%; height:0; padding-bottom:77.33%; background:url('../../images/photo/img_prep4_2_m.png') 0 0/100% auto no-repeat;}
.tour-info .tab-container .prep4-2 .table-type-2{margin-top:20px; padding:0 20px; box-sizing:border-box; width:100%; border-top:none;}
.tour-info .tab-container .prep4-2 .table-type-2 tbody tr{display: table-row; width:100%; border-bottom:solid 1px #1c1c1c;}
.tour-info .tab-container .prep4-2 .table-type-2 tbody tr:nth-child(1){border-top:solid 1px #1c1c1c;}
.tour-info .tab-container .prep4-2 .table-type-2 th{width:30%; font-weight: 700; letter-spacing: -0.64px; font-size:16px; border-bottom:none; vertical-align:top; padding:20px 0 20px;}
.tour-info .tab-container .prep4-2 .table-type-2 td{border-bottom:none; font-size:14px; color:#1c1c1c; line-height:22px; letter-spacing: -0.7px; padding:20px 25px 20px 0; font-weight: 400; vertical-align:top;}
.tour-info .tab-container .prep4-2 .table-type-2 td:first-child{width:14%; padding:20px 0; text-align: center !important;}
.tour-info .tab-container .prep4-2 .table-type-2 td:first-child > img{vertical-align:top;}
.tour-info .tab-container .prep4-2 .table-type-2 tbody tr:nth-child(1) td:first-child img{width:24px; padding-top:2px;}
.tour-info .tab-container .prep4-2 .table-type-2 tbody tr:nth-child(2) td:first-child img{width:27px; padding-top:7px;}
.tour-info .tab-container .prep4-2 .table-type-2 tbody tr:nth-child(3) td:first-child img{width:27px; padding-top:6px;}
.tour-info .tab-container .prep4-2 .txt2{color:#666; font-weight: 400;}
.tour-info .tab-container .prep4-3{padding:40px 0 50px;}
.tour-info .tab-container .prep4-3:before{display:block; position:static; width:100%; height:0; padding-bottom:77.33%; background:url('../../images/photo/img_prep4_3_m.png') 0 0/100% auto no-repeat;}
.tour-info .tab-container .prep4-4:before{display:block; position:static; width:100%; height:0; padding-bottom:106.67%; background:url('../../images/photo/img_prep4_4_m.png') 0 0/100% auto no-repeat;}
.tour-info .tab-container .prep4-4 .emoji-airplane{width:19px;}
.tour-info .tab-container .prep4-4 .emoji-luggage02{width:23px;}
.tour-info .tab-container .prep4-4 .emoji-thong-sandal{width:23px;}
.tour-info .tab-container .prep4-4 .emoji-sunglasses{width:30px;}
.tour-info .tab-container .prep4-4 .emoji-pill{width:20px;}
.tour-info .tab-container .prep4-4 .emoji-camera{width:25px;}

/* 출국준비 */
.tour-info .tab-container #prep5 .txt{font-size:14px;}
.tour-info .tab-container #prep5 .prep5-1 .txt{font-size:16px;}
.tour-info .tab-container #prep5 .prep5-4 .tit{margin-top: 73.5px;}
.tour-info .tab-container .prep5-2{padding:40px 0 50px;}
.tour-info .tab-container .prep5-2::before{display:block; position:static; width:100%; height:0; padding-bottom:76%; background:url('../../images/photo/img_prep5_2_m.png') 0 0/100% auto no-repeat;}
.tour-info .tab-container .prep5-3::before{display:block; position:static; width:100%; height:0; padding-bottom:71%; background:url('../../images/photo/img_prep5_3_m.png') 0 0/100% auto no-repeat;}
.tour-info .tab-container .prep5-4::before{display:block; position:static; width:100%; height:0; padding-bottom:206.67%; background:url('../../images/photo/img_prep5_4_m.png') 0 0/100% auto no-repeat;}
.tour-info .tab-container .prep5-5::before{display:block; position:static; width:100%; height:0; padding-bottom:60.8%; background:url('../../images/photo/img_prep5_5_m.png') 0 0/100% auto no-repeat;}
.tour-info .tab-container .prep5-6::before{display:block; position:static; width:100%; height:0; padding-bottom:77.34%; background:url('../../images/photo/img_prep5_6_m.png') 0 0/100% auto no-repeat;}
.tour-info .tab-container .prep5-7::before{display:block; position:static; width:100%; height:0; padding-bottom:88.54%; background:url('../../images/photo/img_prep5_7_m.png') 0 0/100% auto no-repeat;}
.tour-info .tab-container .prep5-8::before{display:block; position:static; width:100%; height:0; padding-bottom:78.67%; background:url('../../images/photo/img_prep5_8_m.png') 0 0/100% auto no-repeat;}
.tour-info .tab-container .prep5-9::before{display:block; position:static; width:100%; height:0; padding-bottom:128.54%; background:url('../../images/photo/img_prep5_9_m.png') 0 0/100% auto no-repeat;}
.tour-info .tab-container .prep5-10::before{display:block; position:static; width:100%; height:0; padding-bottom:72.54%; margin-top:40px; background:url('../../images/photo/img_prep5_10_m.png') 0 0/100% auto no-repeat;}
.tour-info .tab-container .prep5-4 .table-type-2{margin-top:20px; padding:0 20px; box-sizing:border-box; width:100%; border-top:none;}
.tour-info .tab-container .prep5-4 .table-type-2 tbody tr{display: table-row; width:100%; border-bottom:solid 1px #1c1c1c;}
.tour-info .tab-container .prep5-4 .table-type-2 tbody tr:nth-child(1){border-top:solid 1px #1c1c1c;}
.tour-info .tab-container .prep5-4 .table-type-2 th{width:14%; font-weight: 700; letter-spacing: -0.64px; font-size:20px; text-align:left; border-bottom:none; vertical-align:top; padding:25px 10px 25px;}
.tour-info .tab-container .prep5-4 .table-type-2 td{width:86%; border-bottom:none; font-size:14px; color:#1c1c1c; line-height:22px; letter-spacing: -0.7px; padding:25px 25px 20px 0; font-weight: 400;}
.tour-info .tab-container .prep5-4 .table-type-2 td strong{line-height:28px;}
.tour-info .tab-container .prep5-4 .table-type-2 td strong{line-height:28px;}
.tour-info .tab-container .prep5-7{margin-bottom:0; padding-bottom:50px;}
.tour-info .tab-container .prep5-8{margin-top:0;}
.tour-info .tab-container .prep5-10{padding-top:40px; padding-bottom:70px;}
.tour-info .tab-container #prep5{margin-bottom: -144px;}

/* 입국준비 */
.tour-info .tab-container #prep6{margin-bottom: -144px;}
.tour-info .tab-container #prep6 .txt{font-size:14px;}
.tour-info .tab-container #prep6 .prep6-1 .txt{font-size:16px;}
.tour-info .tab-container #prep6 .prep6-2 .txt{font-size:16px;}
.tour-info .tab-container .prep6-2::before{display:block; position:static; width:100%; height:0; padding-bottom:57.07%; background:url('../../images/photo/img_prep6_2_m.png') 0 0/100% auto no-repeat;}
.tour-info .tab-container .prep6-2 .table-type-2{margin-top:20px; padding:0 20px; box-sizing:border-box; width:100%; border-top:none;}
.tour-info .tab-container .prep6-2 .table-type-2 tbody tr{display: table-row; width:100%; border-bottom:solid 1px #1c1c1c;}
.tour-info .tab-container .prep6-2 .table-type-2 th{width:27%; font-weight: 700; letter-spacing: -0.64px; font-size:16px; border-bottom:none; vertical-align:top; padding:20px 0 20px;}
.tour-info .tab-container .prep6-2 .table-type-2 td{border-bottom:none; font-size:14px; color:#1c1c1c; line-height:22px; letter-spacing: -0.7px; padding:20px 25px 20px 0; font-weight: 400; vertical-align:top;}
.tour-info .tab-container .prep6-2 .table-type-2 td:first-child{width:14%; padding:17px 0; text-align: center !important;}
.tour-info .tab-container .prep6-2 .table-type-2 td:first-child > img{vertical-align:top; width:24px;}
.tour-info .tab-container .prep6-3{padding-bottom:75px;}
.tour-info .tab-container .prep6-3::before{display:block; position:static; width:100%; height:0; padding-bottom:63.47%; background:url('../../images/photo/img_prep6_3_m.png') 0 0/100% auto no-repeat;}
.tour-info .tab-container .prep6-4::before{display:block; position:static; width:100%; height:0; padding-bottom:70.4%; background:url('../../images/photo/img_prep6_4_m.png') 0 0/100% auto no-repeat;}
.tour-info .tab-container .prep6-5{padding-bottom: 75px;}
.tour-info .tab-container .prep6-5::before{display:block; position:static; width:100%; height:0; padding-bottom:106.27%; background:url('../../images/photo/img_prep6_5_m.png') 0 0/100% auto no-repeat;}
.tour-info .tab-container .prep6-6::before{display:block; position:static; width:100%; height:0; padding-bottom:92%; background:url('../../images/photo/img_prep6_6_m.png') 0 0/100% auto no-repeat;}
.tour-info .tab-container .prep6-7{padding-bottom: 75px;}
.tour-info .tab-container .prep6-7::before{display:block; position:static; width:100%; height:0; padding-bottom:70.67%; background:url('../../images/photo/img_prep6_7_m.png') 0 0/100% auto no-repeat;}

@media (max-width: 720px) {
    .tour-safety .tab-cont-header {padding: 0;}
    /* 해외안전정보 */
    .tour-safety .safety-info {padding: 0 20px;}
    .tour-safety .safety-info .tab-cont-item:not(.bg-gray) {margin: 0;}
    .tour-safety .safety-info .tab-cont-header {width: auto;}
    .tour-safety .safety-info .tab-cont-header .tit {font-size: 30px;}
    .tour-safety .safety-info .tab-cont-header .txt span {display: block; font-size: 15px;}
    .tour-safety .safety-info .tab-cont-header .txt .btn-cont-more {margin-left: 0; font-size: 15px; margin-top: 15px;}
    .tour-safety .safety-info .tab-cont-item > dl {display: flex; flex-direction: column; padding: 35px 0;}
    .tour-safety .safety-info .tab-cont-item:nth-child(2) > dl {margin-top: 35px; border-top: 1px solid #e5e5e5;}
    .tour-safety .safety-info .tab-cont-item > dl > dt {position: relative; padding-left: 65px; width: 100%; box-sizing: border-box; text-align: left; align-items: flex-start;}
    .tour-safety .safety-info .tab-cont-item > dl > dt::before {position: absolute; top: 0; left: 0; width: 40px; height: 50px; background-size: 100%; margin: 0;}
    .tour-safety .safety-info .tab-cont-item > dl > dd {padding-left: 65px; width: 100%; margin-top: 15px; font-size: 14px;}
    .tour-safety .safety-info .tab-cont-item .btn-cont-more {margin-top: 15px;}
    .tour-safety .safety-info .tab-cont-item:nth-child(5) dl dl dt {font-size: 15px; margin-bottom: 10px;}
    .tour-safety .safety-info .tab-cont-item:nth-child(5) dl dl dd {padding: 0; width: 100%; margin-top: 0;font-size: 15px;}
    .tour-safety .safety-info .tab-cont-item > dl > dd span br {display: none;}
    .tour-safety .safety-info .tab-cont-item > dl > dt br {display: none;}

    /* 국가별 안전가이드 */
    .tour-safety .guide .tab-cont-header {width: 100%; padding: 0 20px;}
    .tour-safety .guide .tab-cont-header .tit {font-size: 30px;}
    .tour-safety .guide .tab-cont-header .txt {margin-top: 0;}
    .tour-safety .guide .tab-cont-header .txt span {font-size: 15px; line-height: 22px;}
    .tour-safety .guide .tab-cont-item {width: 100%; padding: 0 20px; margin-top: 50px;}
    .tour-safety .guide .tab-cont-item ul {margin: 0;}
    .tour-safety .guide .tab-cont-item ul li:nth-child(even) {margin: 0;}
    .tour-safety .guide .tab-cont-item ul li:nth-child(3) {margin: 0;}
    .tour-safety .guide .tab-cont-item ul li:nth-child(4) {margin: 0;}
    .tour-safety .guide .tab-cont-item ul li {width: 100%; align-items: center;}
    .tour-safety .guide .tab-cont-item ul li:nth-child(1),
    .tour-safety .guide .tab-cont-item ul li:nth-child(2),
    .tour-safety .guide .tab-cont-item ul li:nth-child(3),
    .tour-safety .guide .tab-cont-item ul li:nth-child(4) {margin-bottom: 40px;}
    .tour-safety .guide .tab-cont-item ul li .guide-img {width: 100%; height: auto; margin-bottom: 20px;}
    .tour-safety .guide .tab-cont-item ul li .guide-img img {width: 100%;}
    .tour-safety .guide .tab-cont-item ul li strong {width: calc(100% - 100px); font-size: 16px; text-align: left; margin-top: 0;}
    .tour-safety .guide .tab-cont-item ul li strong span {margin-top: 5px; font-size: 12px; letter-spacing: 0;}
    .tour-safety .guide .tab-cont-item ul li a {display: flex; align-items: center; justify-content: center; padding: 0 25px 0 10px; background-position: 60px center; margin-top: 0; height: 30px; font-size: 13px;}

    .overseas-list {padding: 30px 20px; flex-wrap: wrap;}
    .overseas-list > div {width: 100%;}
    .overseas-list > div + div {margin-left: 0;}
    .overseas-list > div dl {width: 100%;}
    .overseas-list > div dl dt {width: 50px; font-family: 'NotoSansCJKkr'; font-weight: 500;}
    .overseas-list > div dl dd {width: calc(100% - 50px);}
    .overseas-list > div dl dt,
    .overseas-list > div dl dd {line-height: 35px; font-size: 15px; letter-spacing: -0.75px;}
}
/* 허니문-이용동의 */
.honeymoon-agree-box {
    margin-top: 30px;
}
.honeymoon-agree-box .honeymoon-agree-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.honeymoon-agree-box .honeymoon-agree-txt {
    margin-top: 10px;
}
.honeymoon-agree-box .honeymoon-agree-txt p {
    font-size: 12px;
    line-height: 20px;
}
.form-grid .form-grid-item.honeymoon .inp-check + .inp-check {
    margin-left: 0;
}
.form-grid .form-grid-item.honeymoon .inp-check > .label {
    margin-right: 10px;
}
.form-grid .form-grid-item.honeymoon .inp-check:nth-child(n) {
    margin-top: 10px;
}

/* 허니문-view */
.honeymoon-view-wrap {
    max-width: unset;
    width: 100%;
}
.honeymoon-view-group + .honeymoon-view-group {
    margin-top: 40px;
}
.honeymoon-view-group .honeymoon-view-tit {
    font-size: 16px;
    line-height: 10px;
    letter-spacing: -0.8px;
}
.honeymoon-view-group .honeymoon-view-conbox .row-type-two {
    display: block;
}
.honeymoon-view-group .honeymoon-view-conbox .row-type-two .row {
    width: 100%;
}
.honeymoon-view-group .honeymoon-view-conbox .row-type-two .row:last-child {
    border-bottom: none;
}
.honeymoon-view-group .honeymoon-view-conbox .con-item {
    width: 113.5px;
    padding: 15px;
    background-color: #F7F7F7;
    font-size: 15px;
    line-height: 21.72px;
    font-weight: 400;
}
.honeymoon-view-group .honeymoon-view-conbox .con-text {
    width: calc(100% - 113.5px);
    padding: 15px;
    background-color: #ffffff;
    font-family: 'NotoSansCJKkr';
    font-size: 15px;
    line-height: 21.72px;
}

 /* my page - common */
.my-page .notice-box .notice-header:after{transform: rotate(180deg);}

/*  마일리지 */
.my-point{}
.my-point .point-header{order:0; margin-top:0}
.my-point .notice-body{
    background:#fff;
    padding:0 0 25px 0;
    margin:0;
}
.point-header{margin:0 -20px; padding:35px 25px}
.point-header .point-total{font-size:14px;}
.point-header .point-total > em{display:none}
.point-header .point-total .mileage{
    font-size:24px;
    line-height:24px;
    padding-left:42px;
}
.point-header .point-info{min-width:120px}
.point-header .point-total span{
    margin-top:5px;
    word-break: break-all;
}
.point-header .point-total .mileage:before{bottom:initial; top:-10px}
.point-header .point-total .mileage em{font-size:18px}
.point-header .point-info dt{
    font-size:12px;
    padding-right:5px;
}
.point-header .point-info dd{
    font-size:15px;
    line-height:16px
}
.point-header .point-info dl + dl{
    margin-top:10px;
    padding-top:10px;
    border-top:1px solid #e5e5e5;
}
.tb-default .tb-header{display:none}
.tb-default .item-cell{
    justify-content: space-between;
    padding:20px 0;
}
.tb-default .cell-area{
    flex:1;
    flex-direction: column;
}
.tb-default .cell-row{flex:1}
.tb-default .cell-row + .cell-row {
    padding-top: 12px;
}
.tb-default .cell{
    width:auto;
    flex:none;
    padding:0;
    font-size:12px;
    line-height: 14px;
    justify-content: start;
    align-items: start;
    position:relative;
    color:#999
}
.tb-default .cell span{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.tb-default .apply,
.tb-default .area,
.tb-default .country,
.tb-default .cont{flex:1;}
.tb-default .type{flex:none;max-width:60%}
.tb-default .bar{
    padding-left:16px;
}
.tb-default .bar:before{
    content: '';
    display:block;
    width:1px;
    height:8px;
    background:#e5e5e5;
    position:absolute;
    left:8px;
    top:calc(50% - 3px);
}
.tb-default .cont span{
    font-size:16px;
    font-weight: 500;
    line-height: 20px;
    color:#1c1c1c;
    letter-spacing: -0.96px;
}
.tb-default .item-cell > div.cell{
    align-self:center;
    justify-content: flex-end;
    padding-left:10px;
    text-align: right;
    min-width:94px
}
.tb-default .state + .cont{padding-left:8px}
.tb-default .point{
    font-size:16px;
    font-weight: 500;
    letter-spacing: -0.96px;
    color:#1c1c1c;
}

/* table-마일리지 */
.tb-earn-points .date-2 span,
.tb-earn-points .date-3 span{margin-right:5px}

/* table-문의내역 */
.tb-inquiry{}

/* 허니문 */
.tb-honeymoon .cell.state {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.tb-honeymoon .cell-area {
    padding-right: 50px;
}

/* state text */
.state-txt{font-size:12px; line-height: 1.0}
.state-txt.complete{
    padding-left:15px;
    background:url('../../images/icon_check_01_incorrect.svg') 0 50%/12px auto no-repeat;
}
/* 개인정보 변경, password 확인 or 수정 */
.my-page .form-box > .txt-3{font-weight: 700}
.my-check-password,
.my-modify-pw,
.my-withdrawal,
.my-modify-profile{padding-bottom:55px}
.my-withdrawal .form-wrap .form-box .form-grid .form-grid-item.column .cont .inp-box {height:auto !important;}

/* SNS 계정 연결 */
.my-connect-sns .form-grid-item .cont{
    flex:none;
}
.my-connect-sns .btn-type-3{
    display: flex;
    padding:0;
    margin:0;
    min-height: 50px;
    border:0;
    font-size:12px;
    font-weight: 500;
    letter-spacing: -0.46px;
}
.my-connect-sns .btn-type-3 span {padding-left: 7.5px; font-size: 16px; font-weight: 500;}
.my-connect-sns .btn-type-3 {
    border: solid 1px #ccc;
}
.my-connect-sns .btn-type-3 span::before{
    content: '';
    position: inherit;
    top: inherit;
    left: inherit;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    margin-right: 10px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: translateY(0);
}
.my-connect-sns .cont.link-cunnect .btn-type-3 span::after {
    top: 50%;
    left: 2px;
    width: 30px;
    height: 30px;
    background-size: 17px 15.5px;
    background-color: rgba(0,0,0,.5);
    transform: translateY(-50%);
}
.my-connect-sns .cont.link-cunnect .txt {margin-top: 5px;font-size: 12px; letter-spacing: -.6px;}
.my-connect-sns .cont.link-cunnect + .cont {
    margin-top: 6px;
}

/* editor hover */
.editor-area{height:250px}
.editor-area .ck-content.ck-editor__editable{height:210px !important;}

/* 문의하기 */
.list-wish {justify-content: space-between;}
.list-wish .item-wish{
    width:calc(50% - 7.5px);
    border-radius:0;
    border:0;
    margin-left: 0;
    margin-bottom:50px;
    justify-content: space-between;
}
.list-wish .item-img{
    height:180px;
    border-radius:10px;
}
.list-wish .item-info{
    padding:13px 0 38px;
    font-size:12px
}
.list-wish .item-info .start,
.list-wish .item-info .no{font-size:13px}
.list-wish .item-info .tit{
    font-size:15px;
    font-weight: 500;
    letter-spacing: -0.6px;
    margin-top:9px;
}
.list-wish .item-info .cont{
    font-size:12px;
    color:#999;
    margin-top:8px
}
.list-wish .item-info .tit,
.list-wish .item-info .cont {
    line-height: 1.2em;
    max-height: 2.4em;
}
.list-wish .item-info .price{
    font-size:12px;
    bottom:0;
}
.list-wish .item-info .price strong{
    font-size:15px;
    line-height: 20px;
}
.list-wish .btn-cont-close{
    width:30px;
    height:30px;
    top:15px;
    right:15px;
    background-size: 14px 14px;
    z-index:1;
}
.list-wish .paging-wrap{margin-top:0}

/* review list */
.my-review .list-btn{ margin-bottom:30px}
.my-review .etc-box .tit{font-size:14px;}
.my-review .form-wrap {width: 100%; max-width: initial; padding-bottom: 5px;}
.info-review.cont-inner .cont-area{width:100%;}
.info-review.cont-inner .list-review .item-area{align-items: center}
.info-review.cont-inner{margin-top:-40px}
.info-review.cont-inner .notice-box{margin-bottom:40px}
.info-review.cont-inner .notice-box,
.event-inner .coupon-box,
.event-inner .coupon-info{width:100%;}
.info-review .cont-area{display:flex; flex-direction: column}
.info-review .cont-area .notice-box{order:0}
.info-review .cont-area .list-btn2{order:1}
.info-review .cont-area .search-area {
    order:2;
    margin: 0 0 40px;
}
.info-review .cont-area .tab-default,
.info-review .cont-area > div{order:3}
.info-review .cont-area .list-header{margin-top:8px !important;}
.event-area{margin:0 -20px 40px;}
.event-inner{padding:40px 10px}
.event-inner .mo-blind {display:none;}
.event-inner .pc-blind {display:block;}
.event-inner .tit{font-size:30px;}
.event-inner .tit em{display:block; padding-bottom:5px}
.event-inner .txt{font-size:14px;}
.event-inner .tit + .txt{margin-top:18px;}
.event-inner .txt-2{margin-top:20px}
.event-inner .coupon-box{
    margin-top:34px;
    align-items: flex-end;
}
.event-inner .coupon-item:after{content:''; display:block; position:absolute; width:5px; height:10px; right:0; top:50%; margin-top:-5px; background:#d9eaec; z-index:1; border-radius: 10px 0 0 10px;}
.event-inner .coupon-box > * + *{margin-left:19px}
.event-inner .coupon-box .rank,
.event-inner .coupon-box .rank.txt{
    width:32px;
    height:32px;
    font-size: 8px;
    letter-spacing: -0.5px;
    top:-12px;
    left:-12px;
}
.event-inner .coupon-box .point{
    width:95px;
    height:50px;
    padding-top:5px
}
.event-inner .coupon-box .point strong{
    font-size:16px;
    letter-spacing: -0.3px;
}
.event-inner .coupon-box .point span{
    font-size: 5px;
    letter-spacing: 0.5px;
    margin-top:0;
}
.event-inner .coupon-box .point.type2{
    padding: 0 16px 0 20px;
}
.event-inner .coupon-box .point.type2 strong{font-size:11px;}
.event-inner .coupon-item.size-b .point{
    width:117px;
    height:61px;
}
.event-inner .coupon-item.size-b .point strong{font-size:19px;}
.event-inner .coupon-item.size-b .point span{font-size:8px}
.my-review .etc-box{padding:20px 50px 0 7px;}
.event-inner .coupon-info .tit{font-size:14px; letter-spacing: -0.48px; margin-bottom:0;}
.event-inner .coupon-info .txt{font-size:12px; line-height:23px; letter-spacing: -0.48px; padding-left:7px; text-indent:-7px;}
.event-inner .coupon-info .list-type-1 > li{font-size:12px; line-height:23px; letter-spacing: -0.48px;}
.event-inner img {width: 100%;}
.review-hdr{
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 15px !important;
}
.review-hdr .tit{
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -1.17px;
}
.review-hdr .tit.best {
    padding-left: 25px;
    text-indent: -27px;
}
.review-hdr .tit.best:before {
    content: "";
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 22px;
    margin-right: 3px;
    background: url("../../images/icon/ico_cust_travelreview.png") no-repeat center / contain;
}
.review-hdr .category{
    font-size:14px;
    margin-bottom:3px
}
.review-hdr .area{margin-top:10px}
.review-hdr .area .user-id,
.review-hdr .area .date {
    position: relative;
    color: #999;
    font-size: 12px;
    line-height: normal;
    font-weight: 400;
}
.review-hdr .area .user-id + .date {
    margin-left: 8px;
    padding-left: 8px;
}
.review-hdr .area .user-id + .date:before {
    content: '';
    position: absolute;
    top: calc(50% - 6px);
    left: 0;
    width: 1px;
    height: 12px;
    background: #e5e5e5;
}

.review-hdr .reply{color:#666}
.review-hdr .name,
.review-hdr .date{font-size:12px; line-height:1.0}
.review-hdr .name{margin: 0 0 0 10px}
.review-hdr .name + .date{
    padding-left:8px;
    margin-left:9px;
    position:relative;
}
.review-hdr .name + .date:before{
    content: '';
    display:block;
    width:1px;
    height:9px;
    background:#ccc;
    position:absolute;
    left:0;
    top:calc(50% - 4px)
}
.review-cont{
    border-color:#1c1c1c;
    padding:20px 0 30px
}
.review-cont .image img {width: 100%;}
.prdt-list-row .list-item{
    border-radius: 4px;
    overflow: hidden
}
.prdt-list-row .list-item a{
    background-size:13px 28px;
    background-position: calc(100% - 12px) 50%;
}
.prdt-list-row .item-info .tit{
    -webkit-line-clamp:2;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
}
.prdt-list-row .item-img{
    width:90px;
    height: 120px;
    border-radius:0;
}
.prdt-list-row .item-info {
    padding: 24px 56px 20px 15px;
}
.prdt-list-row .item-info .price {
    display: flex;
    align-items: center;
    margin-top:10px;
    text-align:left
}
.prdt-list-row .item-info .price strong,
.prdt-list-row .item-info .price em{font-size:15px}
.review-reply{
    margin-top: 30px;
    background:#f7f7f7
}
.review-reply .reply-hdr{
    padding:0 20px
}
.review-reply .reply-hdr .name,
.review-reply .reply-hdr .date{
    font-size: 15px;
    line-height: 1.1;
    font-weight: 500;
}
.review-reply .info .date{margin:6px 0 0 0}
.review-reply .reply-cont {
    padding: 10px 20px 30px;
    border-bottom: solid 1px #e5e5e5;
}
.review-reply + .review-other{margin-top:0}
.review-other{margin:50px -20px 0}

.btn-wrap.m-inline{width:100%}
.btn-wrap.m-inline > *{width:auto !important; flex:1 !important;}
.btn-wrap.mgt-type1{margin-top:40px}

/* 문의하기 */
.inquiry-box{
    flex-direction: column;
    border-top:1px solid #1c1c1c;
}
.inquiry-box > * + *{margin:0}
.inquiry-box .item-inquiry{
    padding:25px 0 20px;
    border:0;
    border-bottom:1px solid #1c1c1c;
    min-height:inherit;
}
.inquiry-box .item-inquiry:hover {border: none;border-bottom:1px solid #1c1c1c;}
.inquiry-box .date{font-size:12px}
.inquiry-box .tit{
    min-height:inherit;
    margin-top:10px
}
.inquiry-box .cont{
    margin-top:8px;
    font-size:14px;
}
.inquiry-box .state{
    position:static;
    margin-top:20px;
    line-height:14px
}

/* My page main */
.sub-main .swiper-reserve{
    width:100%;
    height: 360px;
    overflow: hidden;
}
.sub-main .item-reserve .item-info{
    padding:0 25px 60px !important;
    min-height:360px
}
.sub-main .item-reserve .item-img{top:0}
.sub-main .item-reserve .item-info .no{
    width:calc(100% - 100px);
    margin:0 -25px;
    padding:0;
    position:absolute;
    bottom:0;
}
.sub-main .list-reserve .item-btn{
    top:inherit;
    bottom:5px;
}
.sub-main .item-reserve .item-img{
    height:calc(100% - 60px);
}
.sub-main .item-reserve .item-info .label{
    top:35px;
    left:25px;
}
.sub-main .item-reserve .item-info .tit{
    padding:0;
    text-align: left;
}
.sub-main .item-reserve .item-info .price{
    margin-top:20px;
    text-align: left;
}

/* 회원정보 확인 */
.tb-userinfo.table-type-2 {position: relative;}
.tb-userinfo.table-type-2 table {display: flex;}
.tb-userinfo.table-type-2 colgroup {display: flex;flex-wrap: wrap;}
.tb-userinfo.table-type-2 colgroup col {width: 100%;}
.tb-userinfo.table-type-2 thead tr {display: flex; flex-direction: column;}
.tb-userinfo.table-type-2 thead tr th {padding: 5px; border-bottom: none; text-align: left; font-size: 12px;}
.tb-userinfo.table-type-2 tbody {display: flex; flex-direction: column; width: 100%;}
.tb-userinfo.table-type-2 tbody tr {position: relative; width: 100%; padding: 0 0 8px 80px; box-sizing: border-box;}
.tb-userinfo.table-type-2 tbody tr td {padding: 5px;}
.tb-userinfo.table-type-2 tbody tr td::before {content: ""; display: inline-block; width: 80px; font-size: 13px; color: #1c1c1c;}
.tb-userinfo.table-type-2 tbody tr td.tb-userid::before {content: "아이디";}
.tb-userinfo.table-type-2 tbody tr td.tb-username::before {content: "이름";}
.tb-userinfo.table-type-2 tbody tr td.tb-userdate::before {content: "가입일";}
.tb-userinfo.table-type-2 tbody tr td.tb-usercategory::before {content: "가입유형";}
.tb-userinfo.table-type-2 tbody tr td.tb-userstate::before {content: "상태";}
.tb-userinfo.table-type-2 tbody tr td.tb-userpoint::before {content: "포인트";}
.tb-userinfo.table-type-2 tbody tr td.tb-usercase::before {content: "예약건수";}
.tb-userinfo.table-type-2 tbody tr td.tb-userselect::before {display: none;}
.tb-userinfo .inp-radio {position: absolute; top: 50%; left: 15px;}

/* tooltip mobile common */
.tooltip .view{position: static}
.tooltip .view .tooltip-area.show,
.tooltip .view:hover .tooltip-area{
    display: none;
    position:absolute;
    top:inherit;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width:100% !important;
    max-width: 640px;
    padding:12px 50px 12px 15px;
    border-radius: 4px;
    border:1px solid #1c1c1c;
    background:#fff;
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    z-index:10;
}
.tooltip .view .tooltip-area.show{display:block}
.tooltip .btn-close-area{
    width:15px;
    height:15px;
    position:absolute;
    top:14px;
    right:15px;
    background:url('../../images/icon_close_popup.svg') 50% 50%/15px no-repeat;
    font-size:0;
    line-height: 0;
    text-indent: -9999px;
}

/* detail */
.cont-body.detail{padding:0}
.detail .item-top{padding-top:20px}
.detail .item-t-info{
    display:flex;
    padding-bottom:15px;
    position:relative;
}
.detail .item-t-info .btn{flex:none; margin:0 0 0 20px; position:absolute; top:-9px; right:0;}
.detail .t-info-box .code{
    font-weight: 500;
    padding-bottom:10px
}
.detail .t-info-box .label-state{margin: 0 3px 6px 0;}
.detail .t-info-box .label-state.easyplus-logo {
    top: 10px;
}
.detail .t-info-box .label-state.prime-logo,
.detail .t-info-box .label-state.topclass-logo {
    top: 5px;
}
.detail .item-t-tit{
    font-size:20px;
    font-weight: 500;
    letter-spacing: -1.4px;
    line-height: 25px;
    padding-bottom:24px;
    margin-bottom:26px;
    border-bottom:1px solid #1c1c1c
}
.detail .item-t-tit .review{
    display: block;
    font-size:14px;
    font-weight: 500;
    margin-top:16px;
    line-height:1.1
}
.detail .item-t-tit .review strong{
    font-weight: 500;
    margin-right:5px
}
.detail .item-t-tit .review a{
    color:#666
}
.detail .item-view .tit{
    font-size:16px;
    letter-spacing: -0.9px;
}
.detail .item-view .cont{margin-top:12px}
.detail .item-view .btn-type-inner.arrow.m-full{
    min-height:40px;
    margin-top:12px;
}
.detail .item-view + .item-view{margin-top:30px}
.detail .item-view.plans .cont{display:flex;}
.detail .item-view.plans .cont strong{
    flex:none;
    color:rgba(0,111,128)
}
.detail .item-view.plans .cont strong + strong{
    position:relative;
    margin-left:10px;
    padding-left:11px;
}
.detail .item-view.plans .cont strong + strong:before{
    content: '';
    display:block;
    width:1px;
    height: 11px;
    background: #999;
    position:absolute;
    left:0;
    top:calc(50% - 5px);
}
.detail .item-view.traffic dl{display:block}
.detail .item-view.traffic dl + dl{margin:26px 0 0 0}
.detail .item-view.traffic dt{padding-bottom: 12px}
.detail .item-view.traffic dt .label-state{
    margin-left:5px;
    vertical-align: top
}
.detail .item-view.traffic dd + dd{margin-top:5px}
.detail .item-view.traffic dd span{margin-left:15px}
.detail .item-view.reserve em{color:#e53e30}
.detail .item-view.reserve .total{font-weight: 700}
.detail .item-view.manager .cont{
    margin-top:3px;
    display: flex;
    width:100%;
    justify-content: space-between;
}
.detail .item-view.manager .cont .btn-type-inner{
    margin-top:-24px;
    min-height:40px
}
.detail .item-view.manager .cont > *{flex:none}

.detail .item-view.coupon * {
    position: relative;
}
.detail .item-view.coupon {
    margin-top: 50px;
}
.detail .item-view.coupon .coupon-list {
    display: block;
    margin-top: 0;
}
.detail .item-view.coupon .coupon-list li {
    width: 100%;
    max-width: 350px;
    height: 140px;
    background: url(../../images/mobile/bg-img/detail-coupon-bg.png) no-repeat center / contain;
}
.detail .item-view.coupon .coupon-list li + li {
    margin-top: 10px;
}
.detail .item-view.coupon .coupon-list .coupon-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 16px 0 25px;
}
.detail .item-view.coupon .coupon-list .coupon-info:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px;
    height: 100%;
    background-color: #E53E30;
}
.detail .item-view.coupon .coupon-list .coupon-info .left-area {
    width: 87%;
    padding-right: 5%;
}
.detail .item-view.coupon .coupon-list .coupon-info .left-area:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 90%;
    border-right: 1px dashed #ccc;
}
.detail .item-view.coupon .coupon-list .coupon-info .left-area .value {
    display: inline-block;
    vertical-align: middle;
    padding: 2px 5px;
    border-radius: 2px;
    background-color: #E53E30;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
}
.detail .item-view.coupon .coupon-list .coupon-info .left-area .tit {
    width: 100%;
    margin-top: 6px;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.48px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.detail .item-view.coupon .coupon-list .coupon-info .left-area .date {
    margin-top: 6px;
    color: #999;
    font-size: 14px;
    font-weight: 350;
    line-height: normal;
}
.detail .item-view.coupon .coupon-list .coupon-info .left-area .btn-view-detail {
    margin-top: 6px;
    color: #666;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.26px;
    text-decoration-line: underline;
    text-underline-position : under;
}
.detail .item-view.coupon .coupon-list .coupon-info .right-area {
    display: flex;
    width: calc(13% - 15px);
    flex-direction: column;
}
.detail .item-view.coupon .coupon-list .coupon-info .right-area .btn-coupon-down {
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.26px;
}
.detail .item-view.coupon .coupon-list .coupon-info .right-area .btn-coupon-down:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: 8px;
    background: url("../../images/mobile/icon/ico-coupon-down.svg") no-repeat center / contain;
}
.detail .item-view.coupon .coupon-list + .sub-txt {
    margin-top: 5px;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.7px;
}
@media screen and (max-width: 390px) {
    .detail .item-view.coupon .coupon-list li {
        max-width: 89.74vw;
        height: 35.9vw;
    }
    .detail .item-view.coupon .coupon-list .coupon-info {
        padding: 0 4.1vw 0 6.41vw;
    }
    .detail .item-view.coupon .coupon-list .coupon-info:before {
        height: 35.86vw;
    }
    .detail .item-view.coupon .coupon-list .coupon-info .left-area:after {
        height: 20.96vw;
    }
    .detail .item-view.coupon .coupon-list .coupon-info .left-area .value {
        padding: 0.51vw 1.28vw;
        font-size: 3.33vw;
    }
    .detail .item-view.coupon .coupon-list .coupon-info .left-area .tit {
        margin-top: 1.54vw;
        font-size: 4.1vw;
    }
    .detail .item-view.coupon .coupon-list .coupon-info .left-area .date {
        margin-top: 1.54vw;
        font-size: 3.59vw;
    }
    .detail .item-view.coupon .coupon-list .coupon-info .left-area .btn-view-detail {
        margin-top: 1.54vw;
        font-size: 3.33vw;
    }
    .detail .item-view.coupon .coupon-list .coupon-info .right-area {
        width: calc(13% - 3.85vw);
    }
    .detail .item-view.coupon .coupon-list .coupon-info .right-area .btn-coupon-down {
        font-size: 3.33vw;
        line-height: normal;
    }
    .detail .item-view.coupon .coupon-list .coupon-info .right-area .btn-coupon-down:after {
        width: 5.13vw;
        height: 5.13vw;
        margin-top: 2.05vw;
    }
    .detail .item-view.coupon .coupon-list + .sub-txt {
        marign-top: 1.28vw;
        font-size: 3.59vw;
        line-height: 6.41vw;
    }
}
@media screen and (max-width: 320px) {
    .detail .item-view.coupon .coupon-list .coupon-info:before {
        height: 34.86vw;
    }
}
.detail .item-price .tit{
    font-size:16px;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.detail .btn-toggle{
    width:22px;
    height:22px;
    font-size:0;
    line-height: 0;
    text-indent: -9999px;
    background:url('../../images/icon_arrow_down.svg') 50% 50%/18px auto no-repeat;
    transform: rotate(-180deg);
    transition: all 0.2s ease-in-out;
}
.detail .btn-toggle.up{
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
}
.detail .item-price .cont {
    padding-top: 15px;
}
.detail .item-price .item-box{
    display:flex;
    justify-content: space-between;
    position:relative;
}
.detail .item-price .d-hide + .cont{display:none}
.detail .item-price .d-show + .cont{display:block}
.detail .item-price .item-box + .item-box{margin-top:28px}
.detail .item-price .item-box .label,
.detail .item-price .tooltip span{
    font-size:15px;
    font-weight: 700;
}
.detail .item-price .item-box .label > span{
    display:block;
    font-size:14px;
    font-weight: 400;
    color:#666;
    margin-top:5px;
    text-align: center;
}
.detail .item-price .won{font-size:18px}
.detail .item-price .won em{font-size:15px}
.detail .tooltip .view{position: static}
.detail .tooltip .view .tooltip-area.show,
.detail .tooltip .view:hover .tooltip-area {
    display: none;
    position:absolute;
    top:inherit;
    left:0 !important;
    width:100% !important;
    transform: unset !important;
    border-radius: 4px;
    text-align: center;
    background:#fff;
    border:1px solid #1c1c1c;
    padding:12px 50px 12px 15px;
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.2);
    z-index:10
}
.detail .tooltip .view .tooltip-area.show{display:block}
.detail .tooltip .btn-close-area{
    width:15px;
    height:15px;
    position:absolute;
    right:15px;
    top:calc(50% - 7px);
    background:url('../../images/icon_close_popup.svg') 50% 50%/15px no-repeat;
    font-size:0;
    line-height: 0;
    text-indent: -9999px;
}
.detail .tab-detail .tab-d-scroll{
    width:100%;
    overflow-y:hidden;
    overflow-x:auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    background:#fff;
    display:flex;
    scroll-behavior:smooth;
    border-bottom:1px solid #1c1c1c
}
.detail .tab-d-scroll::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}
.detail .tab-detail .tab-d-area{
    flex:none;
    padding:0 20px;
    height:50px;
    border:0;
    display:flex;
    justify-content:flex-start;
    align-items: center;
    position:relative;
}
.detail .tab-detail .sub-area > * + * {margin-left:15px;}
.detail .tab-detail.on .tab-d-area{
    position:relative;
    padding-bottom:40px;
}
.detail .tab-detail .tab-d-area button {
    flex:none;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -.9px;
    padding:0;
    border:0;
    height:auto;
    position:relative;
    color:#1c1c1c;
    font-weight: 700;
}
.detail .tab-detail .tab-d-area > * + *{margin-left:10px}
.detail .tab-detail .tab-d-area .selected{
    border:0;
    background:#fff !important;
}
.detail .tab-detail .tab-d-area button.selected {
    color:#e53e30;
    border:0;
    background:transparent;
}
.detail .tab-detail .tab-d-area button.selected:before{
    content: '';
    width:6px;
    height:6px;
    border-radius: 50px;
    background:#e53e30;
    position:absolute;
    top:-6px;
    left:calc(50% - 4px)
}
.detail .tab-detail-sub{
    width:calc(100% + 40px);
    height:50px;
    margin: 0 -20px;
    background:#fff;
    position:absolute;
    padding-top:10px;
    top:0;
    left:0;
    box-sizing: border-box;
}
.detail .tab-sub-scroll{
    width:100%;
    padding:0 20px;
    overflow-y:hidden;
    overflow-x:auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    display:flex;
    scroll-behavior:smooth;
}
.detail .tab-sub-scroll::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}
.detail .tab-detail-sub .sub-area{
    flex:none;
    display:flex;
    justify-content: flex-start;
}
.detail .tab-detail-sub .sub-area > *{
    flex:none;
    font-size:20px;
    font-weight: 700;
    color:#ccc;
    letter-spacing: -1.4px;
}
.detail .tab-detail-sub .sub-area > .selected{color:#1c1c1c}
.detail .tab-detail-sub .sub-area > * + *{margin-left:15px}
.detail .tab-detail-sub.fix{
    position:fixed;
    top:115px;
    left:0;
    width:100%;
    z-index:112;
    margin:0;
    height:50px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
}
.detail .tab-detail-sub.fix:before{
    content: '';
    display:block;
    width:100%;
    height:10px;
    position:absolute;
    top:-6px;
    left:0;
    background:#fff;
    z-index:1
}
.detail .item-box-event{
    padding:0;
    border:0
}
.detail .item-box-event .img,
.detail .item-box-event .img img {
    width: 100%;
    height: auto;
}
.detail .item-box-event .img + .txt {
    margin-top: 15px;
}
.detail .item-box-event > *{padding-left:10px; padding-right:10px}
.detail .item-box-event .icon-txt{font-weight: 500;}
.detail .icon-txt{
    padding-left:10px;
    position: relative;
}
.detail .icon-txt:before{
    content: '-';
    height:auto;
    position:absolute;
    left:0;
}
.detail .cont-box [class*='tit-'] > .m-blind + .txt-imp{margin-top:0}
.detail .item-box-meeting{
    border:0;
    padding:28px 30px;
    background: #f7f7f7;
}
.detail .item-box-meeting .txt,
.detail .item-box-meeting .txt p{margin-top:12px}
.detail .item-box-meeting .btn-type-inner.location{
    width:100%;
    min-height:40px;
    margin-top:28px;
    align-items: center;
}
.detail .item-box-meeting .location:before{
    content: '';
    width:18px;
    height:20px;
    margin-right:6px;
    background:url('../../images/icon_location.svg') 50% 100%/100% auto no-repeat;
}
.detail .tab-plan{display:flex}
.detail .tab-plan > *{
    font-size:20px;
    font-weight: 700;
    letter-spacing: -1.3px;
    line-height: 22px;
    color:#e5e5e5;
}
.detail .tab-plan > *.selected{color:#1c1c1c}
.detail .tab-plan > * + *{margin-left:15px;}
.detail .plan-header .btn-arrow{
    width:40px;
    right:0
}
.detail .plan-airplane .air-info .schDepartTime,
.detail .plan-airplane .air-info .schArrivalTime {
    position: absolute;
    padding-bottom: 0;
}
.detail .plan-airplane .air-info .schDepartTime {
    top: 12%;
    right: 20%;
}
.detail .plan-airplane .air-info .schArrivalTime {
    bottom: 8%;
    right: 20%;
}
.detail .plan-airplane .air-info:before{display:none}
.detail .plan-airplane .air-info .start{padding:0; text-align: left}
.detail .plan-airplane .air-info .arrive{padding:0}
.detail .plan-airplane .air-time em{display:block; color:#666}
.detail .plan-airplane .air-time > span{
    position:relative;
    font-size:15px;
    font-weight: 500;
}
.detail .plan-airplane .air-time > span:before{
    content: '';
    display:block;
    width:10px;
    height:10px;
    border-radius: 50px;
    background:#e53e30;
    position:absolute;
    left:-25px;
    top:calc(50% - 5px);
    z-index:2
}
.detail .plan-airplane .air-time strong:before{ margin:0 0 6px 0 !important;}
.detail .plan-time .time-info.location:before,
.detail .plan-time .time-info + .time-info.location:before{top:42px}
.detail .item-info-box .info-header strong,
.detail .item-info-box .info-header .txt{font-weight: 500}
.detail .cont-box.etc .info-header,
.detail .cont-box.etc .info-body{padding-left:32px;padding-right:32px}
.detail .cont-box.etc .item-box .tit-2{
    width:100%;
    font-size:16px;
    display: flex;
    justify-content: space-between;
    border-bottom:1px solid #e5e5e5;
    padding:18px 0;
}
.detail .cont-box.etc .item-box .cont{padding:20px 0 30px}
.detail .cont-box.etc .cont strong{font-weight: 500}
.detail .cont-box.etc .btn-type-inner.arrow{margin-top:20px}
.detail .cont-box.etc .info-body + .btn-type-inner.arrow{margin:20px 32px 0;width:calc(100% - 64px)}
.detail .etc .item-box {margin:0 !important;}
.detail .etc .item-info-box{border:0; padding:0}
.detail .etc .item-info-box + .item-info-box{margin-top:50px}
.detail .etc .item-info-box .info-body{padding-top:0;padding-bottom:0}
.detail .etc .d-show + .cont{display:block}
.detail .etc .d-hide + .cont{display:none}
.detail .shopping-plan-list{border-top:1px solid #1c1c1c}
.detail .shopping-plan-list .item-cell{
    flex-direction: column;
    position:relative;
    border-bottom:1px solid #e5e5e5;
    padding:18px 0 18px 80px
}
.detail .shopping-plan .shopping-plan-list .cell{
    width:100%;
    display:block;
    text-align: left;
    min-height:0;
    padding:0;
}
.detail .shopping-plan-list .cell + .cell{margin-top: 18px}
.detail .shopping-plan-list .cell.subject{margin-top:0}
.detail .shopping-plan-list .shopping-body .cell.refund{color:#1c1c1c}
.detail .shopping-plan-list .no{
    width: auto !important;
    font-size:15px;
    font-weight: 700;
    position:absolute;
    left:0;
    top:18px;
}
.detail .shopping-plan-list .item-cell .cell strong{
    font-weight: 700;
    padding-bottom:5px;
    display:block
}
.detail .item-luggage .tb-detail{border-top:1px solid #1c1c1c}
.detail .item-luggage .item-cell{flex-direction: row}
.detail .item-luggage .item-cell > .cell{
    flex:1;
    padding:15px 0;
    border-bottom:1px solid #e5e5e5
}
.detail .item-luggage .item-cell > .label{flex:none; min-width:160px;}
.detail .item-quantity{
    margin:0;
    padding:0 0 40px 0;
    border:0
}
.detail .option-area dl{
    border:0;
    padding:0;
}
.detail .item-quantity dl + dl{margin-top:24px}
.detail .item-quantity dl dd{margin-top:-15px}
.detail .option-area dl dt,
.detail .item-quantity .won,
.detail .item-quantity .won em{
    color:#1c1c1c;
    font-size:15px;
    font-weight: 400;
    padding-bottom:0;
}
.detail .option-area dl.item-total{align-items: flex-start}
.detail .item-total dd{justify-content: flex-start; margin-top:0}
.detail .item-total .won{
    font-size:20px;
}
.detail .item-total .won em{font-size:15px}
.detail .option-area dl.item-point dt{font-size:14px}
.detail .item-point dd span{font-size:16px; font-weight: 700}
.detail .item-point .tooltip .view .tooltip-area.show{text-align: left}
.detail .mb-join-box{margin:20px 0 30px}
.detail .mb-coupon-box{margin:20px 0 30px}
.app .detail .mb-coupon-box .sel-base.nice-select.open:before{display:none}
.app .detail .mb-coupon-box .sel-base.nice-select.open .list{bottom:55px; box-shadow:0 4px 12px rgba(0,0,0,.3);}

.btn-wrap.detail.fix{align-items: flex-start; z-index:114}
.btn-wrap.detail.fix > * {
    padding:10px;
    min-height:calc(env(safe-area-inset-bottom) + 55px);
}
.btn-wrap.detail.fix .tel{
    flex:none;
    width:120px;
}
.btn-wrap.detail.fix .tel:before{
    content: '';
    width:21px;
    height:21px;
    background:url('../../images/icon_board_write.svg') 50% 50%/20px no-repeat;
    margin-right:4px;
}
.detail .item-box-banner .swiper-banner{
    width:calc(100% + 20px)
}
.detail .item-box-banner .swiper-wrapper{max-height:140px}
.detail .cont-box .swiper-photo{border-radius: 5px}

.detail .snackbar {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 3%;
    position: fixed;
    bottom: 16%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    min-height: 59px;
    padding: 0 5%;
    border-radius: 8px;
    background-color: rgba(28, 28, 28, 0.8);
    z-index: 999;
}
.detail .snackbar.off {
    display: none !important;
}
.detail .snackbar .txt {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.8px;
}
.detail .snackbar .btn-close-snackbar {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}
.detail .snackbar .btn-close-snackbar:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-top: 1px;
    background:url('../../images/mobile/button/btn-close-snackbar.png') no-repeat center / contain;
}
@media screen and (max-width: 390px) {
    .detail .snackbar {
        bottom: 34.63vw;
        min-height: 15.13vw;
    }
    .detail .snackbar .txt {
        font-size: 4.1vw;
    }
}
@media screen and (max-width: 320px) {
    .detail .snackbar {
        bottom: 126.816px;
    }
}

.tourist-area .tb-detail .item-cell + .item-cell{margin-top:26px}
.calendar-view .cal-header{padding-bottom: 25px}
.calendar-view .cell > *{
    font-size:10px;
    min-height:158px;
    padding:8px 0
}
.calendar-view .cell .airplane-no{font-size:12px}
.calendar-view .cal-header strong{
    font-size:20px;
    margin: 0 18px
}
.calendar-view .on:before{
    width:4px;
    height:4px;
    left:calc(50% - 2px)
}
.calendar-view .day{
    font-size:16px;
    width:26px;
    height:26px;
    line-height: 26px;
}
.manager-info-area .tb-detail .item-cell {flex-direction: row}
.manager-info-area .tb-detail .item-cell > .label{
    width:85px;
    padding:0;
    background:none;
    border:0;
    font-size:16px;
    font-weight: 700;
    min-height:0;
    align-items: flex-start;
}
.manager-info-area .tb-detail .item-cell > .cell{
    display:block;
    padding:0;
    min-height:0
}
.manager-info-area .tb-detail .item-cell + .item-cell{margin-top:24px}
.travel-dt-info .table-type-1 th{
    text-align: left;
    padding:10px 14px;
    word-break: keep-all;
}
.travel-dt-info .table-type-1 td{text-align:left}
.travel-dt-info  .btn-type-inner.m-full{margin:15px 0 20px}
.travel-dt-info .tb-box + .btn-type-inner.m-full{margin-top:-15px}
.travel-dt-info .table-sub-header{
    font-size: 15px;
    font-weight: 500;
    padding:0 0 8px;
}
.travel-dt-info .table-type-1 + .table-sub-header{margin-top:20px}

/* customer paging */
.customer .paging-wrap{margin-top:30px;}

/* magazine */
.magazine-view .magazine-tit{padding:0 20px}
.magazine-view .magazine-bnr.movie .img{height:188px;}
.magazine-view .magazine-bnr.movie .txt{font-size:16px}
.magazine-view .magazine-bnr.movie > * + *{margin:45px 0 0}
.magazine-view .cont-inner .area .magazine-hdr{padding-top:0}
.magazine-view .cont-inner .area:first-of-type{margin-top:70px;}
.magazine-view .cont-inner .area{padding:70px 0 0}
.magazine-view .cont-inner .area + .area{border:0; margin:0}
.magazine-view .magazine-bnr.movie .txt{margin-top:10px}
.magazine-view .magazine-bnr.review .item-img::before{padding-top:242px}
.customer .search-area + .cont-tab-wrap{padding-top:10px;}
.customer .search-area + .cont-tab-wrap .tab-default {padding-bottom: 15px;}

/*개인정보 수진/이용동의 안내 */
.terms-check{margin-top:35px;}
.terms-check .tit{
    font-size:18px;
    letter-spacing: -1px;
}
.terms-check .cont{padding-top:10px}
.terms-check .cont .txt{padding-bottom:4px;}

/* 행사 상세 - 인쇄 팝업 */
.print-area.detail .prt-header {display:none}
.print-area.detail .prt-search .item-cell > .label{
    background:none;
    padding:0;
    border:0
}
.print-area.detail .prt-search .item-cell > .cell{
    padding:10px 0 20px;
    display:flex;
    flex-direction: column;
}
.print-area.detail .prt-body{padding-top:30px}
.print-area.detail .prt-body .item-tit{font-size:26px; padding:0 0 20px}
.print-area.detail .tb-pr-info{border-top:1px solid #1c1c1c}
.print-area.detail .tb-pr-info .item-cell{
    flex-direction: row;
    border-bottom:1px solid #e5e5e5
}
.print-area.detail .tb-pr-info .item-cell .cell{padding:10px 20px}
.print-area.detail .tb-pr-info .item-cell > .label{
    flex:none;
    width:120px;
    min-width:120px;
    border:0;
    padding:10px 20px;
    align-items: center;
}
.modal-departure{
    max-width:100%;
    min-width:100%;
    max-height:calc(100% - 20px);
}
.modal-departure .modal-body{height:auto; overflow-y: auto}
.calendar-departure{display:block;}
.calendar-departure .item-table{width:100%; padding:0; height:auto}
.calendar-departure .item-calendar{margin:0; padding-bottom:20px;}

.calendar-full .datepicker--nav-title{font-size:20px}
.calendar-full .datepicker--content{margin:10px 0 0}
.calendar-full div.datepicker--cell-day{
    font-size:16px;
    padding:15px 0 0;
    min-height:55px;
}
.calendar-full .datepicker--cell.-selected-::before,
.calendar-full .datepicker--cell.-current-::before{
    width:28px;
    height:28px;
    top:calc(50% - 14px);
    left:calc(50% - 14px)
}
.calendar-full .datepicker--cell .on{
    width:4px;
    height:4px;
}
.calendar-full .datepicker--cell.-current-::after{bottom:-3px}

/* point guide */
.agency-guide{display: flex;flex-direction: column}
.agency-guide > *{order:0}
.agency-guide .form-wrap{order:1}
.agency-guide .form-wrap .agree-terms{margin-bottom:0}
.agency-guide .form-wrap .notice-box{margin-top:30px}
.agency-guide .item-tit{
    font-size:30px;
    font-weight: 500;
    letter-spacing: -2px;
    padding-bottom:28px
}
.agency-guide .agency-area{border:0;margin-bottom:0}
.agency-guide .agency-area > *{padding-bottom:75px;}
.agency-add-info .item-cont{flex-direction: column}
.agency-add-info .item-cont:before{
    width:335px;
    height:235px;
    background-size: cover;
    margin:0 0 40px
}
.agency-add-info ul li{
    font-size:15px;
    padding:15px 10px 15px 40px;
    background: url('../../images/icon_check_01_hover.svg') 10px 20px/20px auto no-repeat;
}
.agency-add-step{width:100%}
.agency-add-step .item-tit{padding-bottom:3px}
.agency-add-step .item-cont li:first-child,
.agency-add-step .item-cont li{
    width:calc(100% / 3);
    padding-top:47px;
    margin-top:25px;
    text-align:center
}
.agency-add-step .item-cont li + li:before{
    background:url('../../images/icon_arrow_right_04.svg') 50% 50%/11px auto no-repeat;
}
.agency-add-step .item-cont li.step-4:before,
.agency-add-step .item-cont li.step-5:before{
    transform: rotate(-180deg);
}
.agency-add-step .item-cont li:last-child:before{display:none}
.agency-add-step .item-cont li span{font-size:15px}
.agency-add-step .item-cont ul{margin:0 -10px; flex-wrap: wrap;}
.agency-add-step .step-1{background-size:33px 33px; background-position:50% 0;order:0}
.agency-add-step .step-2{background-size:33px 33px; order:0}
.agency-add-step .step-3{background-size:34px 33px; order:0}
.agency-add-step .step-4{background-size:33px 33px; order:3}
.agency-add-step .step-5{background-size:27px 33px; order:2}
.agency-add-step .step-6{background-size:31px 33px; order:1}

.agency-support{width:100%}
.agency-support .item-cont{
    flex-direction: column;
}
.agency-support .item + .item{margin:30px 0 0}
.agency-support .item{display:flex;align-items: center}
.agency-support .item .tit{
    flex:none;
    width:150px;
    height:150px;
}
.agency-support .item .tit > strong{font-size: 30px}
.agency-support .item ul{margin:0 0 0 20px}
.agency-inquiry{
    margin:-25px -20px 50px;
    padding:30px 20px;
    order:0;
}
.agency-support .item li{
    font-size:14px;
    line-height: 24px;
    letter-spacing: -0.7px;
    word-break: keep-all
}
.agency-inquiry .inquiry-guide{
    width:100%;
    flex-direction: column;
    justify-content: flex-start;
}
.agency-inquiry .item-txt .tit{
    font-size:18px;
    font-weight: 500;
}
.agency-inquiry .item-txt p{
    font-size:14px;
    letter-spacing: -0.8px;
}
.agency-inquiry .item-number{margin-top:25px;}
.agency-inquiry .item-txt p:after{
    position:absolute;
    right:-5px;
    top:0;
}
.agency-inquiry .item-number .number{font-size:18px}

/* 회원 정보 변경 */
.member-info dl{max-width:335px}
.member-info dt{margin-right:15px}
.member-info dd{justify-content: space-between;}
.member-info .btn-type-s{margin-left:5px;}
.my-page .common-insurance{margin-top:30px;}
.my-page .common-insurance .table-header{display:none;}

/** fullpage 회사소개 **/
#fp-nav {z-index: 99999 !important;}
#fp-nav ul li,
.fp-slidesNav ul li {margin: 26px !important;}
#fp-nav ul li.rem {display: none;}
#fp-nav ul li a span {border-radius: 0 !important; background-color: transparent; border: 1px solid #fff;}
#fp-nav.white ul li a span {border-color: #fff;}
#fp-nav ul li .fp-tooltip {font-family: 'NotoSansCJKkr'; font-size: 14px; font-weight: 400; color: #1c1c1c;}
#fp-nav.white ul li .fp-tooltip {color: #fff;}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {right: 0 !important;}
#fp-nav ul li:hover a span {display: none;}
#fp-nav ul li a.active span{
    width:4px !important;
    height:4px !important;
    margin:-2px 0 0 -2px !important;
    background:#fff;
    display:block
}
#fp-nav.type-black li a span{
    border-color:#1c1c1c;
    transition: border .3s ease-in-out;
}
#fp-nav.type-black li a.active span{background:#1c1c1c}
#fp-nav ul li a.active + .fp-tooltip {opacity: 1 !important; width: auto; right: 0 !important;}
#fp-nav.right{right:3px !important;}
#fp-nav > ul > li{margin:5px !important;}
.brand-view .fp-scroller{width:100%; min-height:100%;}
.brand-view .fp-tableCell{vertical-align: top}
.brand-view .fp-tableCell .iScrollVerticalScrollbar{width:3px !important;}
.brand-view .fp-tableCell .iScrollIndicator{opacity: .5}
.brand-close{
    display:block;
    font-size:0;
    line-height: 0;
    overflow: hidden;
    width:21px;
    height:21px;
    position:fixed;
    top:25px;
    right:20px;
    background:url(../../images/company_info/btn_close_b.png) 50% 50%/100% no-repeat;
    transition: all .5s ease-out;
}
.brand-close.type-white{
    background-image:url(../../images/company_info/btn_close_w.png);
}
.brand-view .section{position:relative; min-height:100%}
.brand-view .txt-area.action{width:100%; display:flex; justify-content: center}
.brand-view .txt-area.action .txt{
    transform: translateX(-100%);
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
    transition: transform .2s ease-in-out, clip-path 1s ease-in-out;
}
.brand-view .txt-area.action .txt + .txt{
    margin-left:14px;
    transform: translateX(-50%);
}
.brand-view .on .txt-area.action .txt{
    transition-delay: .2s;
    transform: translateX(0);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.brand-view .on .txt-area.action .txt + .txt{transition-delay: 1s;}
.brand-view .bg{
    width:100%;
    height:100%;
    position:relative;
    z-index:0;
}
.brand-view .bg img{object-fit: cover; width:100%; height:100%}
.brand-view .sec-all{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    width:100%;
    height:100%;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* sec - 1 */
.brand-view .sec-01{
    position:fixed;
    background:url('../../images/company_info/m_img_sec01_bg.png') 50% 50%/120% auto no-repeat;
    transition: all 4s ease-out
}
.brand-view .sec-01.on{
    background-size:100%;
}
.brand-view .sec-01 .txt-area{width:0;height:0;overflow: hidden}
.brand-view .sec-01.on .txt-area{
    display:flex;
    justify-content: center;
    width:100%;
    height:auto;
    position:absolute;
    top:calc(50% - 28px);
    z-index:1;
}
.brand-view .sec-01 .txt-area .txt{
    font-size:50px;
    color:transparent;
    font-family:'TourEasyT';
    -webkit-text-stroke: 1px #fff;
}

/* sec - 2 */
.brand-view .sec-02{background:transparent;}

.brand-view .sec-02 .txt-area{width:0;height:0;overflow:hidden}
.brand-view .sec-02 .bg{
    z-index:1;
    background:#fff;
    clip-path: circle(0 at 50% 50%);
    opacity: .2;
}
.brand-view .sec-02.on .bg{
    opacity: 0;
    clip-path: circle(100% at 50% 50%);
    transition: all .5s  ease-in-out , clip-path .5s ease-in-out;
}
.brand-view .sec-02 .bg-02{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
    clip-path: circle(0 at 50% 50%);
    opacity: .1;
    background:url('../../images/company_info/m_img_sec02_mask_logo_02.svg') 90% 86%/220% no-repeat;
}
.brand-view .sec-02.on .bg-02{
    opacity: 1;
    background-size: 100%;
    clip-path: circle(100% at 50% 50%);
    transition: all .25s .2s ease-out , clip-path .5s ease-in-out
}
.brand-view .sec-02.on .txt-area{
    width:100%;
    height:auto;
    position:absolute;
    top:8%;
    left:0;
    z-index:2;
    padding-left:39px;
}
.brand-view .sec-02 .tit{
    font-size:30px;
    letter-spacing: -1px;
    font-weight: 700;
}
.brand-view .sec-02 .txt{padding-top:27px}
.brand-view .sec-02 .txt p{
    font-size:14px;
    line-height: 22px;
    letter-spacing: -0.7px;
}
.brand-view .sec-02 .txt p + p{margin-top:15px}

/* sec - 3*/
.brand-view .sec-03{
    background:url('../../images/company_info/m_img_sec03_bg.jpg') 50% 50%/120% auto no-repeat;
    transition: all 4s ease-in-out;
}
.brand-view .sec-03.on {background-size:100%}
.brand-view .sec-03 .txt-area{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position:absolute;
    width:100%;
    height:100%
}
.brand-view .sec-03 .txt-area.action{
    display:flex;
    flex-direction: row;
    height:auto;
    position:static;
}
.brand-view .sec-03 .txt-area .txt{
    font-size:35px;
    font-family:'TourEasyT';
    color:#fff;
    letter-spacing: -1.8px;
    position:relative;
}
.brand-view .sec-03 .txt-area.action .txt{transition: transform .2s ease-in-out, clip-path .4s ease-in-out;}
.brand-view .sec-03.on .txt-area.action .txt + .txt{transition-delay: .8s;}
.brand-view .sec-03 p{
    margin-top:13px;
    color:#fff;
    text-align: center;
    line-height: 22px;
    transform: translateY(60%);
    opacity: 0;
}
.brand-view .sec-03.on p{
    transform: translateX(0);
    opacity: 1;
    transition: all .8s 1.5s ease-in-out
}

/* sec - 4 */
.brand-view .sec-04 .area{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:1;
    padding:100px 0;
    display:flex;
    flex-direction: column;
    justify-content:space-between;
}
.brand-view .sec-04 .slide-wrap{width:100%}
.brand-view .sec-04 .slide-wrap .fp-slides{height:350px}
.brand-view .sec-04 .slide-wrap .fp-controlArrow{display:none}
.brand-view .sec-04 .slide-box{
    position:relative;
    padding-left:75px;
    overflow: hidden;
}
.brand-view .sec-04 .txt-action{
    transform: translateX(-100%);
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
    transition: transform .25s ease-in-out, clip-path 1s ease-in-out;
}
.brand-view .sec-04 .txt-top.txt-action{ transition-delay: .3s;}
.brand-view .sec-04 .tit.txt-action{transition-delay: .6s;  }
.brand-view .sec-04 .cont.txt-action{transition-delay: 1.1s;}
.brand-view .sec-04.on .fp-slide.active .txt-action{
    transform: translateX(0);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.brand-view .sec-04 .txt-top{
    font-size:19px;
    font-family:'TourEasyE';
    letter-spacing: 8px;
    color:#fff
}
.brand-view .sec-04 .txt-left{
    width:200px;
    position:absolute;
    left:0;
    top:155px;
    font-size: 12px;
    font-weight: 500;
    text-align: right;
    letter-spacing: 5px;
    color: rgba(255,255,255,.5);
    transform: translateX(-37%) rotate(-90deg);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
    transition: opacity 2s ease-in-out, clip-path 1.5s ease-out 1.5s;
}
.brand-view .sec-04.on .fp-slide.active .txt-left{
    opacity: 1;
    clip-path: inset(0 0 0 0);
}
.brand-view .sec-04 .tit{
    font-family:'TourEasyT';
    font-size:30px;
    color:#fff;
    letter-spacing: -1px;
    line-height: 36px;
    margin-top:40px;
}
.brand-view .sec-04 .cont{
    color:#fff;
    line-height: 22px;
    letter-spacing: -0.7px;
    margin-top:30px;
}
.brand-view .link-area{
    clip-path: inset(0 100% 0 0);
    transition: clip-path 1.5s ease-out;
}
.brand-view .sec-04 .link-area{
    margin-top:50px;
    transition-delay: 2.5s;
}
.brand-view .on .link-area{
    clip-path: inset(0 0 0 0);
}
.brand-view .link-area a{
    display:flex;
    height:60px;
    align-items: center;
    border-top:1px solid rgba(255,255,255,.2);
    border-bottom:1px solid rgba(255,255,255,.2);
    padding-left:75px;
    color:#fff;
    font-weight: 700;
    letter-spacing: -.8px;
    position:relative;
}
.brand-view .link-area a:after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 25px;
    width: 20px;
    height: 10px;
    background: url(../../images/icon-next-fff-2-px.svg) 50% 50%/20px auto no-repeat ;
    transform: translateY(-50%);
    animation: third-arrow 1s infinite ease-out;
}
.brand-view .link-area a + a{border-top:0}
.brand-view .sec-04 video{
    height:100%;
    transform: translateX(-30%);
}
.brand-view .sec-04 .bg:after{
    content: "";
    display: block;
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.brand-view .sec-04 .fp-slidesNav.top{top:430px}
.brand-view .sec-04 .fp-slidesNav ul{display:flex;padding-left:75px}
.brand-view .sec-04 .fp-slidesNav ul li{margin:0 !important; width:10px; height:10px;}
.brand-view .sec-04 .fp-slidesNav ul li a span{background:#fff;width:10px;margin:0;height:10px;border-radius: 100%;left:0;top:0;}
.brand-view .sec-04 .fp-slidesNav ul li + li{margin-left:13px !important;}
.brand-view .sec-04 .fp-slidesNav ul li a.active span{background:#e53e30;}

/* sec - 5,6 */
.brand-view .txt-box{margin: 0 40px}
.brand-view .txt-box .tit{
    font-family: 'TourEasyT';
    font-size:20px;
    letter-spacing: -.6px;
}
.brand-view .txt-box .cont{
    line-height:22px;
    letter-spacing: -.7px;
    margin-top:12px;
}

.brand-view .logo-box {margin:60px 40px 0}
.brand-view .logo-box .tit{
    font-size:13px;
    font-weight: 700;
}
.brand-view .logo-box .cont{margin-top:20px}
.brand-view .logo-box .logo-01 img{width:176px; height:70px}
.brand-view .logo-box .logo-02 img{width:282px; height:52px}

.brand-view .font-box{margin:60px 40px 0}
.brand-view .font-box .name{
    font-size:13px;
    font-weight: 700;
}
.brand-view .font-box .font{
    font-family:'TourEasyT' ;
    font-size:35px;
    margin-top:15px
}
.brand-view .font-box .font.trust{font-family:'TourEasyT'}
.brand-view .font-box .font.easy{font-family:'TourEasyE'}
.brand-view .font-box .cont{
    margin-top:5px;
    font-size:12px;
    line-height: 20px;
    letter-spacing: -0.8px;
}
.brand-view .link-area.down-load a{
    color:#1c1c1c;
    border-color:#1c1c1c;
    padding-left:0;
}
.brand-view .link-area.down-load a:before{
    content: '';
    height:1px;
    width:11px;
    background:#1c1c1c;
    position:absolute;
    right:15px;
    bottom:15px;
}
.brand-view .link-area.down-load a:after{
    width: 11px;
    height:17px;
    top:calc(50% - 9px);
    right:15px;
    background: url('../../images/company_info/icon_down_arrow.svg') 50% 50%/11px auto no-repeat;
    transform: translateY(-50%);
    animation: fourth-arrow 1.2s infinite ease-out
}
.brand-view .sec-05 .link-area.down-load{margin:75px 40px 0}
.brand-view .sec-06 .link-area.down-load{margin-top:16px}
.sec-06-cont {padding: 40px 0 80px; box-sizing: border-box;}

.brand-view .sec-05 > div {vertical-align: top;}
.brand-view .sec-06 .sec-06-cont > * {width: 100%; padding: 0 40px; box-sizing: border-box; margin: 0;}
.brand-view .sec-06 .sec-06-cont > * + * {padding-top: 40px;}
.sec-05-cont {display: flex; flex-direction: column; min-height:667px; height: 100%;  padding:50px 0 70px}

/* sec - 7,8,9 */
.brand-view .cont-img{height:310px;}
.brand-view .tab-sec{
    position:absolute;
    top: 65px;
    left:0;
    width:100%;
    display:flex;
    justify-content: center;
    background-color: #fff;
    z-index: 10;
}
.brand-view .tab-sec::after {content: ""; display: block; position: absolute; top: -65px; left: 0; width: 100%; height: 104px; background-color: #fff; z-index: -1;}
.brand-view .tab-sec a{
    font-size:17px;
    font-weight: 700;
    color:#ccc;
}
.brand-view .tab-sec a.on{color:#1c1c1c}
.brand-view .tab-sec a + a{margin-left:15px}
.brand-view .sec-cont .cont-img{
    background-position:50%;
    background-repeat: no-repeat;
    background-size:cover;
    height:310px;
    display:flex;
    align-items: flex-end;
    padding-left:30px;
    transition: transform .3s ease-in-out, clip-path 1s ease-out;
}
.brand-view .sec-cont {padding-top: 0; box-sizing: border-box;}
.brand-view .sec-07.on .sec-cont .cont-img,
.brand-view .sec-08.on .sec-cont .cont-img,
.brand-view .sec-09.on .fp-slide.active .cont-img{
    transform: translateX(0);
}
.brand-view .sec-cont .cont-img {margin-top: 140px; overflow: hidden}
.brand-view .sec-cont .cont-img .txt{margin-bottom:-5px}
.brand-view .sec-cont .cont-img .txt span{
    display:block;
    font-size:75px;
    letter-spacing: -4.5px;
    color:transparent;
    font-family:'TourEasyT';
    -webkit-text-stroke: 1px #fff;
    line-height:1;
}
.brand-view .sec-07 .cont-img .txt span,
.brand-view .sec-08 .cont-img .txt span,
.brand-view .sec-09 .fp-slide .txt span{
    opacity: 0;
    transform: translateX(-50%);
}
.brand-view .sec-07.on .cont-img .txt span,
.brand-view .sec-08.on .cont-img .txt span,
.brand-view .sec-09.on .fp-slide.active .txt span{
    opacity: 1;
    transform: translateX(0);
    transition: all .4s .2s ease-in-out;
}
.brand-view .sec-07.on .cont-img .txt span + span,
.brand-view .sec-08.on .cont-img .txt span + span,
.brand-view .sec-09.on .fp-slide.active .txt span + span{transition-delay: .6s}
.brand-view .sec-cont .cont-txt{
    padding:0 30px 100px;
    opacity: 0;
    transform: translateY(50px);
    transition: all .8s 1.2s ease-in-out;
}
.brand-view .sec-07.on .sec-cont .cont-txt,
.brand-view .sec-08.on .sec-cont .cont-txt,
.brand-view .sec-09.on .fp-slide.active .cont-txt{
    opacity: 1;
    transform: translateY(0);
}
.brand-view .sec-cont .list-box{margin-top:34px}
.brand-view .sec-cont .list-box + .list-box{margin-top:50px}
.brand-view .sec-cont .list-box .year{
    font-size:25px;
    font-family: 'TourEasyT';
    letter-spacing: -1px;
}
.brand-view .sec-cont .list-box ul{margin-top:14px}
.brand-view .sec-cont .list-box li{
    display:flex;
    font-size:15px;
    letter-spacing: -0.7px;
}
.brand-view .sec-cont .list-box li strong{
    flex:none;
    width:55px;
    font-weight: 700;
}
.brand-view .sec-cont .list-box li .txt{flex:1;}
.brand-view .sec-cont .list-box li p + p{margin-top:12px}
.brand-view .sec-cont .list-box li + li{margin-top:10px;}
.brand-view .sec-07 .sec-cont .cont-img{background-image:url('../../images/company_info/m_img_sec07_bg.png');}
.brand-view .sec-08 .sec-cont .cont-img{background-image:url('../../images/company_info/m_img_sec08_bg.png');}
.brand-view .sec-09 .sec-cont .cont-img.bg-01{background-image:url('../../images/company_info/m_img_sec09_bg01.png');}
.brand-view .sec-09 .sec-cont .cont-img.bg-02{background-image:url('../../images/company_info/m_img_sec09_bg02.png');}
.brand-view .sec-09 .sec-cont .cont-img.bg-03{background-image:url('../../images/company_info/m_img_sec09_bg03.png');}
.brand-view .sec-09 .sec-cont .cont-img.bg-04{background-image:url('../../images/company_info/m_img_sec09_bg04.png');}
.brand-view .sec-09 .fp-controlArrow{display:none}
.brand-view .sec-09 .fp-slidesNav.top{padding:10px; top:90px; background-color: #fff;}
.brand-view .sec-09 .fp-slidesNav{width:100%; overflow-x:auto; margin-top:40px}
.brand-view .sec-09 .fp-slidesNav ul{display:flex; justify-content: center}
.brand-view .sec-09 .fp-slidesNav li{width:88px; height:auto; text-align:center; margin:0 !important;}
.brand-view .sec-09 .fp-slidesNav li span{display:none}
.brand-view .sec-09 .fp-slidesNav li a:before{
    content: '';
    font-size:15px;
    letter-spacing: -0.8px;
    color:#1c1c1c;
    font-weight: 400;
}
.brand-view .sec-09 .fp-slidesNav li a:after{
    content: '';
    display:block;
    width:0;
    height:3px;
    background:#e53e30;
    position:absolute;
    left:6px;
    bottom:-4px;
    overflow: hidden;
    transition: all .3s ease-out;
}
.brand-view .sec-09 .fp-slidesNav li:nth-child(1) a:before{ content: '2019~2015'}
.brand-view .sec-09 .fp-slidesNav li:nth-child(2) a:before{ content: '2014~2010'}
.brand-view .sec-09 .fp-slidesNav li:nth-child(3) a:before{ content: '2009~2005'}
.brand-view .sec-09 .fp-slidesNav li:nth-child(4) a:before{ content: '2004~1998'}
.brand-view .sec-09 .fp-slidesNav li a.active:before{font-weight: 700; color:#e53e30}
.brand-view .sec-09 .fp-slidesNav li a.active:after{ width:calc(100% - 12px);}

/* sec - 10 */
.brand-view .sec-10{background:#000}
.brand-view .sec-10.on{}
.brand-view .sec-10 .fp-tableCell{vertical-align: top}
.brand-view .sec-10 .cont-01{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:1;
    display:flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: all .7s .3s ease-out;
}
.brand-view .sec-10.on .cont-01 .tit{opacity: 0}
.brand-view .sec-10 .cont-01 .tit{
    font-size:35px;
    color:transparent;
    font-family:'TourEasyT';
    -webkit-text-stroke: 1px #fff;
    letter-spacing: -1.8px;
    text-align: center;
    position:relative;
    z-index:1;
    opacity: .6;
    transition: all .3s .2s ease-in-out;
}
.brand-view .sec-10.on .cont-01 .tit{
    opacity: 0;
    transform: scale(2.5);
}
.brand-view .sec-10 .cont-01 .bg{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:0;
    background:url('../../images/company_info/m_img_sec09_bg.png') 50% 50%/cover no-repeat;
    clip-path: circle(140px at 50% 50%);
    opacity: .3;
    transition: all 1s .5s ease-in-out , clip-path 1s ease-in-out;
}
.brand-view .sec-10.on .cont-01 .bg{
    opacity: 1;
    clip-path: circle(100% at 50% 50%);
}
.brand-view .sec-10 .cont-02 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position:relative;
    min-height:667px;
    padding:50px 0 100px;
    opacity: 0;
    z-index:1;
    transform: translateY(10%);
    transition: all 1s 1s ease-out;
}
.brand-view .sec-10.on .cont-02{
    opacity:1;
    transform: translateY(0);
}
.brand-view .sec-10 .cont-02 .tit{
    font-size:30px;
    font-weight: 700;
    letter-spacing: -1px;
    color:#fff;
}
.brand-view .sec-10 .cont-02 .txt{margin-top:20px;position:relative}
.brand-view .sec-10 .cont-02 .txt p{
    line-height: 22px;
    letter-spacing: -0.9px;
    color:#fff;
    word-break: keep-all;
}
.brand-view .sec-10 .cont-02 .txt p + p{margin-top:10px}
.brand-view .sec-10 .cont-02 .txt > p:last-child{margin-top:60px}
.brand-view .sec-10 .cont-02 .sign{
    display:block;
    width:70px;
    height:70px;
    background:url('../../images/company_info/m_img_sec10_sign.png') 50% 50%/cover no-repeat;
    position:absolute;
    left:0;
    margin-left:165px;
    margin-top:-45px;
    clip-path: inset(0 100% 0 0);
    transition: clip-path 1s 2s ease-out;
}
.brand-view .sec-10.on .cont-02 .sign{ clip-path: inset(0 0 0 0);}

/* sec - 11 */
.brand-view .sec-11{
    background:url('../../images/company_info/m_img_sec11_bg.png') 50% 50%/120% no-repeat;
    transition: all 6s ease-in-out
}
.brand-view .sec-11.on{background-size:100%}
.brand-view .sec-11 .fp-tableCell{ padding:110px 40px 0; vertical-align: top}
.brand-view .sec-11 .tit{
    font-size:60px;
    color:transparent;
    font-family:'TourEasyT';
    -webkit-text-stroke: 1px #fff;
    letter-spacing: -3px;
    text-align: center;
}
.brand-view .sec-11 .txt{
    margin-top:30px;
    font-size:16px;
    line-height: 23px;
    color:#fff;
    letter-spacing: -.9px;
    text-align: center;
    transform: translateY(15%);
    opacity: 0;
    transition: all 1.5s .7s ease-out;
}
.brand-view .sec-11.on .txt{
    opacity: 1;
    transform: translateY(0);
}
.brand-view .sec-11 .link-area{
    position:absolute;
    left:40px;
    right:40px;
    bottom:95px;
    transition-delay: 1.5s;
}
.brand-view .sec-11 .link-area a{padding-left:30px}

/* 오픈준비중 페이지 css */
.ready_wrap {position: relative; width: 100%; height: 100%;}
.ready_wrap header {padding: 20px 25px;}
.ready_wrap h1 {display: block; width: 85px; height: 25px; background: url(../../images/icon/logo_bk.png) no-repeat center; background-size: 100%; text-indent: -999em;}
.ready_wrap dl {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; box-sizing: border-box; padding: 0 33px;}
.home_ready dt {letter-spacing: -1.5px; text-align: center; font-family: 'TourEasyT'; font-size: 30px; margin-bottom: 5px;}
.home_ready dt span {display: block; width: 52px; height: 67px; background: url(../../images/emoji/emoji-woman-construction-worker.svg) no-repeat center; background-size: 100%; margin: 0 auto;}
.home_ready dd {text-align: center; letter-spacing: -0.7px; font-size: 14px; word-break: keep-all;}
.filter-toggle li div #datepicker {padding:20px 0;}

/* 광고 게시판 이미지 정렬 */
.image-style-align-center {text-align: center;}
.image-style-align-left {text-align: left;}
.image-style-side {text-align: right;}

/* 멤버쉽 */
.membership {idth: 100%; margin: 0 auto;}
.membership .title-8 {margin-top: 70px;}
.membership .term {overflow-y: auto; background-color: #f7f7f7; padding: 10px; box-sizing: border-box; height: 300px; margin: 30px 0;}
.membership .term .term-cont {padding: 20px;}
.membership .terms-box .inp-check {display: flex; justify-content: center; width: 100%;}
.membership .terms-box .btn-wrap {margin-top: 80px; width: 100%;}
.membership .terms-box .btn-wrap button:nth-child(1) {display: none;}
.membership .terms-box .mCSB_scrollTools .mCSB_draggerRail {background: #fff;}

/* 멤버쉽 소개 */
.membership-intro .pc-hidden {display: flex !important;}
.membership-intro .pc-hidden.type_02 {display: block !important;}
.membership-intro .mo-hidden {display: none !important;}
.membership-intro .mo-hidden.type_02 {display: none !important;}
.contents.membership {width: auto; margin: 0 auto; padding-top: 0;}
.contents.membership .cont-header {display: block;}
.cont-body.membership-intro{padding:0}
.membership-intro,
.membership-intro .cont-inner{min-width:100%; padding-top: 0;}
.membership-intro .mb-visual{display: flex; position: relative; align-items: center; justify-content: center; height: 500px;}
.membership-intro .mb-visual .visual-img {display: flex; overflow: hidden; justify-content: center; position: inherit; width: 100%; height: 100%;}
.membership-intro .mb-visual .visual-img .visual-over video {width: 100%; height: 100%; object-fit: cover;}
.membership-intro .mb-visual .visual-txt {display: flex; flex-direction: column; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%;}
.membership-intro .mb-visual .visual-txt em {font-size: 20px; font-weight: 500; letter-spacing: -1px; text-align: center; color: #fff;}
.membership-intro .mb-visual .visual-txt strong {margin-top: 15px; font-family: 'TourEasyT'; font-size: 45px; letter-spacing: -2.25px; color: #fff; text-align: center;}
.membership-intro .mb-cont{position:relative; padding:140px 20px 0 20px;}
.membership-intro .mb-menu{position: absolute; top:0; left:20px; width:calc(100% - 20px); height:auto; padding:20px 20px 15px 0; border-bottom:1px solid #1c1c1c;display:flex; flex-direction: column; align-items:center; z-index: 10;}
.membership-intro .mb-menu.fixed{position:fixed;top:55px;left:20px;width:calc(100% - 20px);min-width:0; background-color: #fff;}
.membership-intro .mb-menu.fixed::after {content: ""; display: block; position: absolute; top: 0; left: -12.7%; width: 13%; height: 113px; background-color: #fff;}
.membership-intro .mb-tab{display:flex; flex:none; width:100%;}
.membership-intro .mb-tab button + button{margin-left:14px;}
.membership-intro .mb-tab button{display:block;background:transparent;font-size:14px;font-weight:500;line-height:1.2;letter-spacing: -0.7px;color:#ccc;text-align: left;position: relative;transition: all .2s ease-in-out;}
.membership-intro .mb-tab button em{display: block;}
.membership-intro .mb-tab button.selected{color:#1c1c1c; transition: all .2s ease-in-out;}
.membership-intro .mb-tab button:before{content: '';display:block;width:1px;height:1px;background:transparent;border-radius: 100%;position:absolute;left:2px;top:-10px;transition: all .2s ease-in-out;}
.membership-intro .mb-tab button:hover{color:#ccc;}
.membership-intro .mb-tab button.selected:before{top:0; width:5px; height:5px; margin-top:-8px; background:#e43d30;}
.membership-intro .mb-info{position:static; width:100%; padding:0 0 25px 0;}
.membership-intro .info-box{padding:0; text-align: right}
.membership-intro .info-box > *{background:transparent;font-size:13px; text-decoration: underline; transition: .2s;}
.membership-intro .info-box > *:hover {color: #e53e30;}
.membership-intro .info-box > * + *{margin-left:20px; position: relative}
.membership-intro .mb-join{display:block; position: fixed; left:0; bottom:0; width:100%; background:#e53e30;color:#fff; font-size:18px; letter-spacing: -0.07px; padding:24px 105px 24px 30px; z-index: 10;}
.membership-intro .mb-join::after {content: ''; position: absolute; right: 20px; top: 50%; transform: translate(0,-50%); width: 37px; height: 20px; margin-left: -18px; background-position: 0 0; background-repeat: no-repeat; background-size: 100%; background-image: url(../../images/icon_arrow_next_w.svg);}
.membership-intro .mb-join:hover::after {animation:rightArrowCircle 1s infinite alternate ease-in-out}
.membership-intro .sec-01 {position: relative;}
.membership-intro .mb-menu.fixed + .sec-01 .sec-tit {padding-top: 42px}
.membership-intro .mb-menu.fixed + .sec-01 .sec-tit:nth-child(3) {padding-top: 200px;}
.membership-intro .sec-tit {padding-top: 45px; padding-bottom: 178px;}
.membership-intro .sec-tit span {display: block; font-size: 12px; letter-spacing: -0.4px;}
.membership-intro .sec-tit strong {display: block; padding-top: 35px; font-family: 'TourEasyT'; font-weight: 400; font-size: 30px; letter-spacing: -1.4px; line-height: 40px;}
.membership-intro .sec-01 .sec-tit strong {font-size: 35px;}
.membership-intro .sec-01 .benefits {max-width: 1180px;}
.membership-intro .sec-01 .benefits li {position: relative;}
.membership-intro .sec-01 .benefits li + li {margin-top: 80px;}
.membership-intro .sec-01 .benefits dl {display: flex; position: relative; width: 100%; height: 200px;}
.membership-intro .sec-01 .benefits li:nth-child(even) dl dt {left: 136px; right: inherit; transform: rotate(90deg) translate(0, 0);}
.membership-intro .sec-01 .benefits li:nth-child(even) dl dd {left: 77px;}
.membership-intro .sec-01 .benefits dl dt {position: absolute; top: 0; right: 0; width: 200px; height: 200px; margin-left: -270px; font-size: 59px; font-weight: 600; letter-spacing: -4px; transform: rotate(90deg) translate(-3px, 202px);}
.membership-intro .sec-01 .benefits dl dd {position: absolute; top: 0; right: 0; padding: 25px; box-sizing: border-box; border: 1px solid; border-radius: 5px; width: 200px; height: 200px; line-height: 32px; font-size: 26px; letter-spacing: -1.59px;}
.membership-intro .sec-01 .benefits li:nth-child(1) dl dd {border-color: #e53e30; color: #e53e30;}
.membership-intro .sec-01 .benefits li:nth-child(2) dl dd {border-color: #69cd30; color: #69cd30;}
.membership-intro .sec-01 .benefits li:nth-child(3) dl dd {border-color: #ffcd19; color: #ffcd19;}
.membership-intro .sec-01 .benefits li:nth-child(4) dl dd {border-color: #999; color: #999;}
.membership-intro .sec-01 .benefits li dl dd span {display: block; width: 66px; height: 30px; position: absolute; bottom: 0; right: 0; padding: 20px 0 20px 20px; background: no-repeat center right; background-size: 100%; }
.membership-intro .sec-01 .benefits li:nth-child(1) dl dd span {background-image: url(../../images/emoji/emoji-membership-admission.png);}
.membership-intro .sec-01 .benefits li:nth-child(2) dl dd span {background-image: url(../../images/emoji/emoji-membership-shopping-bags-green.png);}
.membership-intro .sec-01 .benefits li:nth-child(3) dl dd span {background-image: url(../../images/emoji/emoji-membership-crown.png);}
.membership-intro .sec-01 .benefits li:nth-child(4) dl dd span {background-image: url(../../images/emoji/emoji-membership-key.png);}
.membership-intro .sec-01 .sec-tit:nth-child(4),
.membership-intro .sec-01 .membership-benefit-wrap {display: none;}
.membership-intro .membership-benefit-wrap {margin-top: 0; padding-bottom: 100px;}
.membership-intro .membership-benefit-wrap .membership-benefit-list {margin-top: 0;}
.membership-intro .membership-benefit-wrap .membership-benefit-list ul {justify-content: space-between; padding-right: 0; padding-right: 50px;}
.membership-intro .membership-benefit-wrap .membership-benefit-list .info {position: relative; width: 265px; height: 350px; background: transparent;}
.membership-intro .membership-benefit-wrap .membership-benefit-list .info::before {content: "";}
.membership-intro .membership-benefit-wrap .membership-benefit-list .info .name {font-size: 22.5px;}
.membership-intro .membership-benefit-wrap .membership-benefit-list .info .txt {margin-top: 25px; font-size: 30.5px; line-height: 36.5px; letter-spacing: -1.83px;}
.membership-intro .membership-benefit-wrap .membership-benefit-list .info.coupon .txt {color: #e6483b;}
.membership-intro .membership-benefit-wrap .membership-benefit-list .info.discount .txt {color: #59c819;}
.membership-intro .membership-benefit-wrap .membership-benefit-list .info.vip .txt {color: #ffcd19;}
.membership-intro .membership-benefit-wrap .membership-benefit-list .info.special .txt {color: #ccc;}
.membership-intro .membership-benefit-wrap .membership-benefit-list .info .bg {display: block; position: absolute; top: 0; left: 0; border-radius: 5px; width: 0; height: 100%; z-index: -1; transition: .5s;}
.membership-intro .membership-benefit-wrap .membership-benefit-list .info.coupon .bg {background-color: #e6483b;}
.membership-intro .membership-benefit-wrap .membership-benefit-list .info.discount .bg {background-color: #59c819;}
.membership-intro .membership-benefit-wrap .membership-benefit-list .info.vip .bg {background-color: #ffcd19;}
.membership-intro .membership-benefit-wrap .membership-benefit-list .info.special .bg {background-color: #ccc;}
.membership-intro .membership-benefit-wrap .membership-benefit-list ul.on .info .txt {color: #fff !important;}
.membership-intro .membership-benefit-wrap .membership-benefit-list ul.on .info.coupon .bg {animation: card-bg 1s forwards;}
.membership-intro .membership-benefit-wrap .membership-benefit-list ul.on .info.discount .bg {animation: card-bg 1s forwards;}
.membership-intro .membership-benefit-wrap .membership-benefit-list ul.on .info.vip .bg {animation: card-bg 1s forwards;}
.membership-intro .membership-benefit-wrap .membership-benefit-list ul.on .info.special .bg {animation: card-bg 1s forwards;}
@keyframes card-bg {
    0% {width: 0%;}
    100% {width: 100%;}
}
.membership-intro .membership-benefit-wrap .membership-benefit-list ul .info .ico {bottom: 35px; right: 30px;}
.membership-intro .membership-benefit-wrap .membership-benefit-list ul .info .ico::after {content: ""; display: block; position: absolute; top: 50%; left: 50%; width: 10px; height: 10px; transform: translate(-50%, -50%); box-shadow: 6px 18px 38px 28px rgb(0 0 0 / 19%); z-index: -1;}
.membership-intro .membership-benefit-wrap .membership-benefit-list ul .info.coupon .ico {width: 91px; height: 48px; background: url(../../images/emoji/emoji-admission.svg) no-repeat center; background-size: 100%;}
.membership-intro .membership-benefit-wrap .membership-benefit-list ul .info.coupon .ico::after {box-shadow: 4px 11px 45px 38px rgb(0 0 0 / 19%);}
.membership-intro .membership-benefit-wrap .membership-benefit-list ul .info.discount .ico {width: 65px; height: 68px; background: url(../../images/emoji/emoji-shopping-bags-green.svg) no-repeat center; background-size: 100%;}
.membership-intro .membership-benefit-wrap .membership-benefit-list ul .info.vip .ico {width: 77px; height: 61px; background: url(../../images/emoji/emoji-crown.svg) no-repeat center; background-size: 100%;}
.membership-intro .membership-benefit-wrap .membership-benefit-list ul .info.special .ico {width: 76px; height: 75; background: url(../../images/emoji/emoji-key.svg) no-repeat center; background-size: 100%;}
.membership-intro .membership-benefit-wrap .membership-benefit-list ul li+li {margin-left: 30px;}
.membership-intro .membership-benefit-wrap .membership-benefit-list .info::before {content:''; display: block; position:absolute; bottom: -60px; left: 50%; width:40px; height:40px; box-sizing: border-box; border:solid 1px #1c1c1c; border-radius:20px; text-indent:-999em; z-index:3; margin-left: -20px; cursor: pointer;}
.membership-intro .membership-benefit-wrap .membership-benefit-list .info::after {content:''; position:absolute; left: 50%; bottom: -42px; width: 10px; height: 10px; border-top:solid 1px #1c1c1c; border-left: solid 1px #1c1c1c; box-sizing: border-box; margin-left: -5px; transform:rotate(-135deg);}
.membership-intro .membership-benefit-wrap .membership-benefit-list .info:hover::after {animation: card-arrow 1s ease-in-out infinite;}
@keyframes card-arrow {
    0% {transform: rotate(-135deg) translate(0);}
    50% {transform: rotate(-135deg) translate(-5px, -5px);}
    100% {transform: rotate(-135deg) translate(0);}
}
.membership-intro .sec-02 .sec-02-wrap {display: flex; position: relative; width: calc(100% + 40px); height: auto; box-sizing: border-box; margin: 0 -20px; padding: 169px 20px 0; background: url(../../images/membership_visual.png) no-repeat top center / 100%;}
.membership-intro .sec-02 .sec-02-wrap::after {content: ""; display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 50%; background-color: #000; z-index: -1;}
.membership-intro .sec-02 .sec-02-wrap > .inner {display: flex; flex-direction: column; justify-content: space-between; width: 100%; flex-wrap: wrap;}
.membership-intro .sec-02 .sec-02-wrap > .inner > .left {padding-top: 0; box-sizing: border-box;}
.membership-intro .sec-02 .sec-02-wrap > .inner > .left .tit span {display: block; line-height: 20px; font-size: 12px; letter-spacing: -0.48px; color: #1c1c1c;}
.membership-intro .sec-02 .sec-02-wrap > .inner > .left .tit strong {display: block; margin-top: 30px; margin-bottom: 50px; line-height: 38px; letter-spacing: -1.2px; font-family: 'TourEasyT'; font-weight: 400; font-size: 30px; color: #fff;}
.membership-intro .sec-02 .sec-02-wrap > .inner > dl {width: calc(100% + 40px); margin: 0 -20px; padding: 30px 20px 63.5px;}
.membership-intro .sec-02 .sec-02-wrap > .inner >  dl dt {font-size: 18px; letter-spacing: -1.08px; color: #fff;}
.membership-intro .sec-02 .sec-02-wrap > .inner >  dl dd {padding-top: 20px;}
.membership-intro .sec-02 .sec-02-wrap > .inner >  dl dd ul li {position: relative; padding-left: 15px; font-size: 14px; letter-spacing: -.42px; color: #fff;}
.membership-intro .sec-02 .sec-02-wrap > .inner >  dl dd ul li + li {margin-top: 10px;}
.membership-intro .sec-02 .sec-02-wrap > .inner >  dl dd ul li::before {content: "·"; position: absolute; top: 0; left: 0;}
.membership-intro .sec-02 .sec-02-wrap > .inner >  dl dd ul li span {display: block; margin-top: 10px;}
.membership-intro .sec-02 .sec-02-wrap > .inner > .right .coupon-box {display: flex; justify-content: center;}
.membership-intro .sec-02 .sec-02-wrap > .inner > .right .coupon-box .left {position: relative; padding: 21.5px 0 21.5px 17.5px; box-sizing: border-box; width: 225px; height: 169.5px; border-radius: 10px; background-color: #fff; box-shadow: -57px 0px 46px 7px rgb(0 0 0 / 79%);}
.membership-intro .sec-02 .sec-02-wrap > .inner > .right .coupon-box .left::after {content: ""; display: block; position: absolute; top: 0; right: 0; width: 1px; height: calc(100% - 20px); margin-top: 12px; background: url(../../images/bg_coupon_bar.jpg);}
.membership-intro .sec-02 .sec-02-wrap > .inner > .right .coupon-box .left span {display: block; font-size: 10.5px; font-weight: 600; color: #e53e30;}
.membership-intro .sec-02 .sec-02-wrap > .inner > .right .coupon-box .left strong {display: block; margin-top: 15px; font-family: 'TourEasyT'; font-size: 26.3px; line-height: 32px; letter-spacing: -0.66px; color: #e53e30;}
.membership-intro .sec-02 .sec-02-wrap > .inner > .right .coupon-box .left em {display: block; margin-top: 30px; font-size: 9.5px; letter-spacing: -0.42px;}
.membership-intro .sec-02 .sec-02-wrap > .inner > .right .coupon-box .right {width: 48px; height: 169.5px; border-radius: 10px; background: url(../../images/coupon_logo.png) no-repeat center / 28px 95px; background-color: #fff; box-shadow: -4px 0px 46px 7px rgb(0 0 0 / 79%);}
.membership-intro .sec-02 .sec-02-wrap > .inner > dl dt {font-size: 16px;}
.membership-intro .sec-02 .sec-02-wrap > .inner > dl dd ul li {font-weight: 300; font-size: 12px;}
.coupon-link {display: flex; justify-content: center; padding: 35px 0;}
.coupon-link a {display: flex; position: relative; width: 273px; padding: 16px 0; border-top: 1px solid #fff; border-bottom: 1px solid #fff; font-size: 14px; color: #fff;}
.coupon-link.black a {border-color: #1c1c1c; font-weight: 600; color: #1c1c1c; letter-spacing: -0.84px;}
.coupon-link a::after {content: ''; position: absolute; right: 0; top: 50%; transform: translate(0,-50%); width: 27px; height: 12px; margin-left: -18px; background-position: 0 0; background-repeat: no-repeat; background-size: 100% 100%; background-image: url(../../images/icon_arrow_next_w.svg);}
.coupon-link.black a::after {background-image: url(../../images/icon_arrow_next.svg);}
.coupon-link a:hover::after {animation: rightArrowCircle 1s infinite alternate ease-in-out}
.membership-intro .sec-03 .sec-tit {padding-top: calc(138px + 44.5px);}
.membership-intro .sec-03 .sec-03-list-wrap {display: flex; justify-content: flex-start;}
.membership-intro .sec-03 .sec-03-list-wrap .sec-03-list {display: flex; flex-direction: column; padding-right: 50px; width: 1320px;}
.membership-intro .sec-03 .sec-03-list-wrap .sec-03-list p {max-width: 240px; background: url(../../images/icon_error.svg) no-repeat 0 2px; background-size: 16px; padding-left: 20px; margin-bottom: 15px; font-size: 12px;}
.membership-intro .sec-03 .sec-03-list-wrap ul {display: flex; flex-wrap: wrap; justify-content: flex-start;}
.membership-intro .sec-03 .sec-03-list-wrap ul li {width: calc(50% - 12.5px); margin-top: 30px;}
.membership-intro .sec-03 .sec-03-list-wrap ul li + li {margin-left: 25px;}
.membership-intro .sec-03 .sec-03-list-wrap ul li:nth-child(2n + 1) {margin-left: 0;}
.membership-intro .sec-03 .sec-03-list-wrap ul li:nth-child(1),
.membership-intro .sec-03 .sec-03-list-wrap ul li:nth-child(2) {margin-top: 0;}
.membership-intro .sec-03 .sec-03-list-wrap ul li a {display: block;}
.membership-intro .sec-03 .sec-03-list-wrap ul li a .img {display: flex; align-items: center; width: 100%; height: 155px; background: #f9f9f9 url('../../images/icon-no-img.svg') 50% 50%/60% auto no-repeat;}
.membership-intro .sec-03 .sec-03-list-wrap ul li a .img img {display: block; width: 100%; background-color: #f9f9f9;}
.membership-intro .sec-03 .sec-03-list-wrap ul li a .tit {min-height: 80px; margin: 15px 0; letter-spacing: -0.72px; font-size: 14px; font-weight: 500; color: #1c1c1c;}
.membership-intro .sec-03 .sec-03-list-wrap ul li a .tit span {display: block; margin-bottom: 10px; font-size: 12px; letter-spacing: -0.56px; font-weight: 300; color: #999;}
.membership-intro .sec-03 .sec-03-list-wrap ul li .price .cost {display: block; text-decoration: line-through; font-size: 14px; color: #666;}
.membership-intro .sec-03 .sec-03-list-wrap ul li .price .price-box {display: flex; align-items: baseline;}
.membership-intro .sec-03 .sec-03-list-wrap ul li .price .price-box strong {font-family: 'TourEasyT'; font-weight: 300; font-size: 16px; letter-spacing: -0.88px; color: #1c1c1c;}
.membership-intro .sec-03 .sec-03-list-wrap ul li .price .price-box strong em {font-family: 'NotoSansCJKkr',Helvetica,sans-serif; font-size: 13px; font-weight: 600;}
.membership-intro .sec-03 .sec-03-list-wrap ul li .price .price-box span {margin-left: 5px; color: #999; font-size: 12px;}
.membership-intro .sec-03 .sec-03-list-wrap ul li .price .price-box span span {display: none;}
.membership-intro .sec-03 .sec-03-list-wrap .coupon-link {padding-top: 60px;}
.sec-03-banner {width: calc(100% + 40px); margin: 80 -20px 0; padding: 0;}
.sec-03-banner a {display: block;}
.sec-03-banner a img {width: 100%;}
.membership-intro .sec-04 .sec-tit {padding-top: calc(138px + 44.5px);}
.sec-04-cont .inner {display: flex; flex-direction: column; align-items:flex-start;}
.sec-04-cont ul {display: flex; flex-wrap: wrap; justify-content: flex-end; padding-left: 25.5px;}
.sec-04-cont ul li .order {display: flex; position: relative; width: 100%; flex-wrap: wrap; justify-content: center; padding: 55px 0; box-sizing: border-box; border-radius: 5px; background-color: #e53e30;}
.sec-04-cont ul li .order::before {content: "ONLINE"; display: block; position: absolute; top: 0; left: 0; font-family: 'TourEasyT'; font-size: 21px; color: #e53e30; transform: translate(-64px, 25px) rotate(-90deg);}
.sec-04-cont ul li:nth-child(2) .order::before {content: "OFFLINE"; transform: translate(-70px, 32px) rotate(-90deg);}
.sec-04-cont ul li dl {display: flex; position: relative; flex-wrap: wrap; justify-content: center; width: 100%;}
.sec-04-cont ul li dl + dl {margin-top: 50px;}
.sec-04-cont ul li dl + dl::before {content: ""; display: block; position: absolute; top: -40px; left: 50%; width: 1px; height: 30px; background-color: #fff;}
.sec-04-cont ul li dl dt {display: flex; justify-content: center; width: 58px; border-radius: 3px; padding: 3px 0; border: 2px solid #fff; font-family: 'TourEasyT'; font-size: 11px; letter-spacing: -0.7px; color: #fff;}
.sec-04-cont ul li dl dd {width: 100%; margin-top: 15px; text-align: center; font-size: 15px; font-weight: 300; line-height: 19px; letter-spacing: -1.15px; color: #fff;}
.sec-04-cont ul li + li {margin-top: 30px;}
.sec-04-cont .sec-04-link {width: 1280px; margin-top: 200px; margin-bottom: 100px;}
.sec-04-cont .sec-04-link dl {display: flex; flex-wrap: wrap;}
.sec-04-cont .sec-04-link dl dt {width: 95px; height: 70px; background: url(../../images/emoji/emoji-membership-crown.png) no-repeat 7px -8px / 100%;}
.sec-04-cont .sec-04-link dl dd strong {display: block; width: 100%; font-family: 'TourEasyT'; font-weight: 500; font-size: 17.5px; letter-spacing: -0.7px; color: #1c1c1c;}
.sec-04-cont .sec-04-link dl dd a {display: inline-block; position: relative; margin-top: 6px; font-size: 12px; letter-spacing: -0.72px;}
.sec-04-cont .sec-04-link dl dd a span {display: block; position: absolute; right: -29px; top: 50%; transform: translate(0,-50%); width: 17px; height: 10px; margin-left: -18px; background-position: 0 0; background-repeat: no-repeat; background-size: 100% 100%; background-image: url(../../images/icon_arrow_next.svg);}
.sec-04-cont .sec-04-link dl dd a:hover span {animation: rightArrowCircle 1s infinite alternate ease-in-out}
.membership-intro .sec-05 .sec-tit {padding-top: calc(138px + 44.5px);}
.membership-intro .sec-05 .sec-05-wrap {margin-left: -11%; padding-left: 11%; min-height: 100vh; background-color: #f7f7f7;}
.membership-intro .sec-05 .sec-05-wrap ul {display: flex; flex-wrap: wrap; justify-content: flex-end; padding-bottom: 110px; padding-right: 50px;}
.membership-intro .sec-05 .sec-05-wrap ul li {position: relative; width: 100%; height: 213px; padding: 36.5px 29px; box-sizing: border-box;}
.membership-intro .sec-05 .sec-05-wrap ul li + li {margin-top: 25px;}
.membership-intro .sec-05 .sec-05-wrap ul li strong {display: block; margin-bottom: 25px; font-size: 25.8px; letter-spacing: -0.77px; line-height: 30px;}
.membership-intro .sec-05 .sec-05-wrap ul li span {display: block; width: 95%; font-size: 16.5px; line-height: 24.3px; letter-spacing: -1.16px; word-break: keep-all;}
.membership-intro .sec-05 .sec-05-wrap ul li span br {display: none;}
.membership-intro .sec-05 .sec-05-wrap ul li:nth-child(1) {background: url(../../images/boxYellow.png) no-repeat center; background-size: auto 100%;}
.membership-intro .sec-05 .sec-05-wrap ul li:nth-child(2) {background: url(../../images/boxGreen.png) no-repeat center; background-size: auto 100%;}
.membership-intro .sec-05 .sec-05-wrap ul li:nth-child(3) {background: url(../../images/boxRed.png) no-repeat center; background-size: auto 100%;}
.membership-intro .sec-05 .sec-05-wrap ul li:nth-child(1) * {color: #f5c000;}
.membership-intro .sec-05 .sec-05-wrap ul li:nth-child(2) * {color: #59c819;}
.membership-intro .sec-05 .sec-05-wrap ul li:nth-child(3) * {color: #e53e30;}
.membership-intro .sec-05 .sec-05-wrap ul li .ico {position: relative; width: 30px; height: 33px; position: absolute; bottom: 36px; right: 23px; background-size: 100% !important;}
.membership-intro .sec-05 .sec-05-wrap ul li:nth-child(1) .ico {background: url(../../images/emoji/icon-bell.svg) no-repeat center;}
.membership-intro .sec-05 .sec-05-wrap ul li:nth-child(2) .ico {background: url(../../images/emoji/emoji-shopping-bags-green.svg) no-repeat center;}
.membership-intro .sec-05 .sec-05-wrap ul li:nth-child(3) .ico {background: url(../../images/emoji/icon-alarm-clock.svg) no-repeat center;}
.membership-intro .sec-05 .sec-05-wrap ul li .bg {display: block; position: absolute; bottom: 44px; right: 33px; width: 5px; height: 5px; transform: translate(-50%, -50%); box-shadow: 6px 14px 20px 7px rgb(0 0 0 / 28%);}

/* 조승우pick 마이크로페이지 css */
.mzpick-event-wrap {margin:0; padding:0; border:0;}
.mzpick-event-wrap ol, ul {list-style:none;}
.mzpick-event-wrap a{text-decoration:none; color:inherit;}
.mzpick-event-wrap .hide{position:absolute; left:-1px; top:-1px; width:1px; height:1px; text-indent:-99999px; overflow:hidden;}
.mzpick-event-wrap input[type="checkbox"] {-webkit-appearance: none;-moz-appearance: none;-ms-appearance: none;-o-appearance: none;appearance: none;}

/* 공통 */
.mzpick-event-wrap .mzpick-event-cont a{cursor:pointer;}
.mzpick-event-wrap .img-wrap{position:relative;width:100%;}
.mzpick-event-wrap .img-wrap > img{display:block;width:100%;}

/* 동영상 부분 */
.mzpick-event-wrap .cont01{height:1330px;background:#ce3b33 url(https://img-kyowontour.kyowontour.com/hp/micro/jswpick_pc/mzpick-event01-bg01.jpg) no-repeat 50%;}
.mzpick-event-wrap .cont01 .logo{position:absolute;left:50%;top:127px;margin-left:-528px;}
.mzpick-event-wrap .cont01 .video-wrap{width:980px;height:509px;margin:0 auto;padding-top:705px;}
.mzpick-event-wrap .cont01 .video-wrap video{display:block;width:100%;}

/* 추천상품 보기 */
.mzpick-event-wrap .cont02{position:relative;height:880px;background:#fff url(https://img-kyowontour.kyowontour.com/hp/micro/jswpick_pc/mzpick-event02-bg.jpg) no-repeat 50%;}
.mzpick-event-wrap .cont02 ul{width:1180px;margin:0 auto;padding-top:210px;}
.mzpick-event-wrap .cont02 ul::after{content:'';display:block;clear:both;}
.mzpick-event-wrap .cont02 ul li{float:left;width:580px;padding:0 5px;box-sizing:border-box;}
.mzpick-event-wrap .cont02 ul li a{display:block;}
.mzpick-event-wrap .cont02 ul li a img{width:100%;}

/* 당신의 선택은? */
.mzpick-event-wrap .cont03{position:relative;height:650px;background:#384c9e url(https://img-kyowontour.kyowontour.com/hp/micro/jswpick_pc/mzpick-event03.jpg) no-repeat 50%;}
.mzpick-event-wrap .cont03 ul{width:1180px;margin:0 auto;padding-top:440px;}
.mzpick-event-wrap .cont03 ul::after{content:'';display:block;clear:both;}
.mzpick-event-wrap .cont03 ul li{float:left;width:calc(50% - 64px);border-radius:20px;background:#fff;box-sizing:border-box;}
.mzpick-event-wrap .cont03 ul .spain{margin:0 20px 0 44px;padding-right:55px;}
.mzpick-event-wrap .cont03 ul .newyork{margin:0 44px 0 20px;padding-left:30px;}
.mzpick-event-wrap .cont03 .mz-form-wrap{display:block;position:relative;}
.mzpick-event-wrap .cont03 .mz-form-wrap input[type="radio"]{position:absolute;top:50%;left:50%;margin:-3px 0 0 -70px;}
.mzpick-event-wrap .cont03 .mz-form-wrap input[type="radio"]+label{display:block;width:100%;font-family:'TourEasyT';font-size:50px;line-height:120px;text-align:center;cursor:pointer;}
.mzpick-event-wrap .cont03 .mz-form-wrap input[type="radio"]+label::before{content:'';display:inline-block;position:relative;width:33px;height:33px;margin-right:25px;background:url(https://img-kyowontour.kyowontour.com/hp/micro/jswpick_pc/mzpick-event03-checkoff.png) no-repeat 0 0 / 33px;vertical-align:middle;}
.mzpick-event-wrap .cont03 .mz-form-wrap input[type="radio"]:checked+label::before{background:url(https://img-kyowontour.kyowontour.com/hp/micro/jswpick_pc/mzpick-event03-checkon.png) no-repeat 0 0 / 33px;}
.mzpick-event-wrap .cont03 .spain .mz-form-wrap input[type="radio"]{margin-left:-85px;}
.mzpick-event-wrap .cont03 .btn-vote{position:absolute;left:50%;bottom:113px;margin-left:-146px;padding:20px 48px;border-radius:40px;background:#ce3b33;font-family:'TourEasyT';font-size:50px;color:#fff;line-height:36px;}
.mzpick-event-wrap .cont03.result ul li{font-family:'TourEasyT';font-size:50px;line-height:120px;text-align:center;}
.mzpick-event-wrap .cont03.result ul li span{padding-left:15px;font-family:'NotoSansCJKkr';font-size:60px;font-weight:700;color:#ce3b33;line-height:36px;vertical-align:middle;}
.mzpick-event-wrap .cont03.result ul li span span{padding-left:0;font-size:30px;}
.mzpick-event-wrap .cont03.result .btn-vote{background:#5d74d2;}

/* 취향대로 갈수있는  */
.mzpick-event-wrap .cont04{height:830px;background:#f7d06f url(https://img-kyowontour.kyowontour.com/hp/micro/jswpick_pc/mzpick-event04.jpg) no-repeat 50%;}

/* 이게 바로 MZ PICK! */
.mzpick-event-wrap .cont05{position:relative;height:985px;background:#fff url(https://img-kyowontour.kyowontour.com/hp/micro/jswpick_pc/mzpick-event05.jpg) no-repeat 50%;}
.mzpick-event-wrap .cont05 ul{width:1180px;margin:0 auto;padding-top:260px;}
.mzpick-event-wrap .cont05 ul::after{content:'';display:block;clear:both;}
.mzpick-event-wrap .cont05 ul li{float:left;padding:0 12px;}
.mzpick-event-wrap .cont05 .btn-wrap a{position:absolute;right:50%;bottom:99px;width:72px;height:72px;}
.mzpick-event-wrap .cont05 .btn-wrap .btn-kakao{margin-right:-179px;}
.mzpick-event-wrap .cont05 .btn-wrap .btn-url{margin-right:-270px;}

/* 이벤트 유의사항 */
.mzpick-event-wrap .cont06{height:727px;margin-top:-1px;background:#dcdcdc url(https://img-kyowontour.kyowontour.com/hp/micro/jswpick_pc/mzpick-event-info.jpg) no-repeat 50%;}

/* mz pick 이벤트 */
.mzpick-event-wrap-mb {margin:0; padding:0; border:0;}
.mzpick-event-wrap-mb ol, ul {list-style:none;}
.mzpick-event-wrap-mb a{text-decoration:none; color:inherit;}
.mzpick-event-wrap-mb .hide{position:absolute; left:-1px; top:-1px; width:1px; height:1px; text-indent:-99999px; overflow:hidden;}
.mzpick-event-wrap-mb input[type="checkbox"] {-webkit-appearance: none;-moz-appearance: none;-ms-appearance: none;-o-appearance: none;appearance: none;}
.mzpick-event-wrap-mb input[type="radio"] {-webkit-appearance: none;-moz-appearance: none;-ms-appearance: none;-o-appearance: none;appearance: none;}
.mzpick-event-wrap-mb em{font-style:normal;}
.mzpick-event-wrap-mb {width:100%; overflow:hidden; font: 10px 'Noto Sans CJK KR', Noto Sans KR, sans-serif;  font-size:1.2rem;}
.mzpick-event-wrap-mb .micro-event-cont{width:100%; position:relative;}
.mzpick-event-wrap-mb .img-wrap{position:relative; width:100%;}
.mzpick-event-wrap-mb .img-wrap > img{display:block; width:100%;}
.mzpick-event-wrap-mb .mzpick-event-cont{overflow:hidden;position:relative}
.mzpick-event-wrap-mb .mzpick-event-cont ul{position:absolute;padding:0 20px;}

/* mz pick 이벤트 01 */
.mzpick-event-wrap-mb .mzpick-event-cont.cont01 .logo{position:absolute;top:12px;left:16px}
.mzpick-event-wrap-mb .cont01 .video-wrap{position:absolute;left:50%;top:50%;width:100%;height:50%;margin-top:-7.5%;padding:0 4.7% 32.7%;box-sizing:border-box;transform:translateX(-50%);}
.mzpick-event-wrap-mb .cont01 .video-wrap video{display:block;width:100%;}

/* mz pick 이벤트 02 */
.mzpick-event-wrap-mb .mzpick-event-cont.cont02 ul{display:flex;justify-content:space-around;width:calc(100% - 40px);bottom:35px;}
.mzpick-event-wrap-mb .mzpick-event-cont.cont02 ul li img{width:100%}

/* mz pick 이벤트 03 */
.mzpick-event-wrap-mb .mzpick-event-cont.cont03 ul{overflow:hidden;width:100%;bottom:53px;}
.mzpick-event-wrap-mb .mzpick-event-cont.cont03 li{position:relative;width:calc(50% - 30px);float:left;border-radius:10px;background:#fff;text-align:center;}
.mzpick-event-wrap-mb .mzpick-event-cont.cont03 .spain{margin-right:20px;}
.mzpick-event-wrap-mb .mzpick-event-cont.cont03 li span{display:block;}
.mzpick-event-wrap-mb .mzpick-event-cont.cont03 li label{display:block;font-family: 'TourEasyT';font-size:21px;line-height:50px;}
.mzpick-event-wrap-mb .mzpick-event-cont.cont03 .btn-vote{position:absolute;left:50%;bottom:61px;padding:7px 12px;border-radius:40px;background:#ce3b33;font-family: 'TourEasyT';font-size:21px;text-align:center;color:#fff;transform: translate(-50%, 0);}
.mzpick-event-wrap-mb .mzpick-event-cont.cont03 ul li .mz-form-wrap input[type="radio"]{position:absolute;width:100%;box-sizing:border-box;}
.mzpick-event-wrap-mb .mzpick-event-cont.cont03 ul .spain .mz-form-wrap input[type="radio"]+label{padding-right:20%;}
.mzpick-event-wrap-mb .mzpick-event-cont.cont03 ul li .mz-form-wrap input[type="radio"]+label::before{content:'';display:inline-block;width:17px;height:17px;margin-right:7px;vertical-align:middle;}
.mzpick-event-wrap-mb .mz-form-wrap input[type="radio"]+label::before{background:url(https://img-kyowontour.kyowontour.com/hp/micro/jswpick_mb/mzpick-event03-radio-off.png)no-repeat 50%/17px;}
.mzpick-event-wrap-mb .mz-form-wrap input[type="radio"]:checked+label::before{background:url(https://img-kyowontour.kyowontour.com/hp/micro/jswpick_mb/mzpick-event03-radio-on.png)no-repeat 50%/17px;}

.mzpick-event-wrap-mb .mzpick-event-cont.cont03.result li{font-family: 'TourEasyT';font-size:20px;line-height:48px;box-sizing:border-box;letter-spacing:-.3px;}
.mzpick-event-wrap-mb .mzpick-event-cont.cont03.result .spain{padding-left:9px;text-align:left;}
.mzpick-event-wrap-mb .mzpick-event-cont.cont03.result .newyork{padding-right:14px;text-align:right;}
.mzpick-event-wrap-mb .mzpick-event-cont.cont03.result ul span{display:inline-block;padding-left:3px;font-family:'NotoSansCJKkr';font-size:25px;font-weight:700;color:#ce3b33;vertical-align:middle;}
.mzpick-event-wrap-mb .mzpick-event-cont.cont03.result ul span span{padding:0;font-size:12.5px;}
.mzpick-event-wrap-mb .mzpick-event-cont.cont03.result .btn-vote{background:#5d74d2;}

/* mz pick 이벤트 05 */
.mzpick-event-wrap-mb .mzpick-event-cont.cont05 ul{display:flex;justify-content:space-around;flex-wrap:wrap;position:relative;z-index:10;}
.mzpick-event-wrap-mb .mzpick-event-cont.cont05 ul li{width:calc(50% - 5px);padding-bottom:50px;}
.mzpick-event-wrap-mb .mzpick-event-cont.cont05 ul li a{display:block;text-align:center;}
.mzpick-event-wrap-mb .mzpick-event-cont.cont05 ul li img{width:calc(100% - 10px);}
.mzpick-event-wrap-mb .mzpick-event-cont.cont05 .btn-wrap{position:absolute;left:0;top:0;width:100%;height:100%;}
.mzpick-event-wrap-mb .mzpick-event-cont.cont05 .btn-wrap .btn-cont05-01{position:absolute;right:30.3%;top:81.55%;width:8.2%;height:5.2%;}
.mzpick-event-wrap-mb .mzpick-event-cont.cont05 .btn-wrap .btn-cont05-02{position:absolute;right:20%;top:81.6%;width:8.2%;height:5.2%;}

/* mz pick 이벤트 06 */
.mzpick-event-wrap-mb .mzpick-event-cont.cont06 .hide{overflow:hidden;position:absolute;left:-1px;top:-1px;width:1px;height:1px;color:transparent;}

@media screen and (min-width:479px) {
    .mzpick-event-wrap-mb{font-size:12px;}
}
@media (max-width: 375px) {
    .mzpick-event-wrap-mb .mzpick-event-cont.cont03 ul{bottom:47px;}
    .mzpick-event-wrap-mb .mzpick-event-cont.cont03 .newyork label{padding-left:10px;}
    .mzpick-event-wrap-mb .mzpick-event-cont.cont03 .btn-vote{bottom:55px;}
}
@media (max-width: 360px) {
    .mzpick-event-wrap-mb .mzpick-event-cont.cont03 ul{bottom:44px;}
    .mzpick-event-wrap-mb .mzpick-event-cont.cont03 .btn-vote{bottom:52px;}

    .mzpick-event-wrap-mb .mzpick-event-cont.cont03.result li{font-size:17px;}
    .mzpick-event-wrap-mb .mzpick-event-cont.cont03.result ul span{font-size:20px;}
    .mzpick-event-wrap-mb .mzpick-event-cont.cont03.result ul span span{font-family:'NotoSansCJKkr';font-size:14px;}
}
@media (max-width: 320px) {
    .mzpick-event-wrap-mb .mzpick-event-cont.cont03 ul{bottom:35px;}
    .mzpick-event-wrap-mb .mzpick-event-cont.cont03 li label{font-size:15px;line-height:48px;}
    .mzpick-event-wrap-mb .mzpick-event-cont.cont03 .btn-vote{bottom:46px;font-size:14px;}

    .mzpick-event-wrap-mb .mzpick-event-cont.cont03.result .newyork{padding-right:20px;}
    .mzpick-event-wrap-mb .mzpick-event-cont.cont03.result li{font-size:15px;}
    .mzpick-event-wrap-mb .mzpick-event-cont.cont03 ul .spain{position:relative;}
    .mzpick-event-wrap-mb .mzpick-event-cont.cont03.result ul span{font-size:18px;}
    .mzpick-event-wrap-mb .mzpick-event-cont.cont03.result ul span span{font-family:'NotoSansCJKkr';font-size:12px;}
}
@media (min-width: 717px) {
    .mzpick-event-wrap-mb .mzpick-event-cont.cont03 li label{font-size:35px;line-height:100px;}
    .mzpick-event-wrap-mb .mzpick-event-cont.cont03 .btn-vote{bottom:71px;padding:12px 16px;border-radius:40px;font-size:36px;}
    .mzpick-event-wrap-mb .mzpick-event-cont.cont03 ul li .mz-form-wrap input[type="radio"]+label::before{content:'';width:36px;height:36px;margin-right:10px;}
    .mzpick-event-wrap-mb .mz-form-wrap input[type="radio"]+label::before{background:url(https://img-kyowontour.kyowontour.com/hp/micro/jswpick_mb/mzpick-event03-radio-off.png)no-repeat 50%/24px;}
    .mzpick-event-wrap-mb .mz-form-wrap input[type="radio"]:checked+label::before{background:url(https://img-kyowontour.kyowontour.com/hp/micro/jswpick_mb/mzpick-event03-radio-on.png)no-repeat 50%/24px;}
    .mzpick-event-wrap-mb .mzpick-event-cont.cont03.result li{font-size:35px;line-height:100px;}
    .mzpick-event-wrap-mb .mzpick-event-cont.cont03.result .spain{padding-left:45px;}
    .mzpick-event-wrap-mb .mzpick-event-cont.cont03.result .newyork{padding-right:60px;}
    .mzpick-event-wrap-mb .mzpick-event-cont.cont03.result ul span{padding-left:3px;font-size:40px;}
    .mzpick-event-wrap-mb .mzpick-event-cont.cont03.result ul span span{font-size:20px;}
}

/* S: 허니문 견적문의-희망지역 체크박스 */
.form-grid .form-grid-item.honeymoon .box-1 .inp-check {
    width: calc(25% - 10px);
}
@media screen and (max-width: 450px) {
    .form-grid .form-grid-item.honeymoon .box-1 .inp-check {
        width: calc(33.33% - 10px);
    }
}
@media screen and (max-width: 300px) {
    .form-grid .form-grid-item.honeymoon .box-1 .inp-check {
        width: calc(50% - 10px);
    }
}
/* E: 허니문 견적문의-희망지역 체크박스 */

/* S: 여행이지플러스-fullpage */
.traveleasy-plus .section {
    position: relative;
    min-height: 100%;
}
.traveleasy-plus .fp-scroller {
    width: 100%;
    min-height: 100%;
}
.traveleasy-plus .fp-tableCell .iScrollVerticalScrollbar {
    width: 3px !important;
}
.traveleasy-plus .fp-tableCell .iScrollIndicator {
    opacity: .5;
}
.traveleasy-plus  .section-01 .mainvisual-bg-wrap .mainvisual-bg .bg-item {
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.traveleasy-plus .section-01 .mainvisual-slider-wrap {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}
.traveleasy-plus .section-01 .mainvisual-bg-wrap .mainvisual-bg .bg-item:nth-child(1) {
    background-image: url("../../images/mobile/traveleasy-plus/section01-bg-01.png");
}
.traveleasy-plus .section-01 .mainvisual-bg-wrap .mainvisual-bg .bg-item:nth-child(2) {
    background-image: url("../../images/mobile/traveleasy-plus/section01-bg-02.png");
}
.traveleasy-plus .section-01 .mainvisual-bg-wrap .mainvisual-bg .bg-item:nth-child(3) {
    background-image: url("../../images/mobile/traveleasy-plus/section01-bg-03.png");
}
.traveleasy-plus .section-01 .mainvisual-bg-wrap .mainvisual-bg .bg-item:nth-child(4) {
    background-image: url("../../images/mobile/traveleasy-plus/section01-bg-04.png");
}
.traveleasy-plus .section-01 .mainvisual-bg-wrap .mainvisual-bg .bg-item:nth-child(5) {
    background-image: url("../../images/mobile/traveleasy-plus/section01-bg-05.png");
}
.traveleasy-plus .section-01 .mainvisual-bg-wrap .mainvisual-bg .bg-item:nth-child(6) {
    background-image: url("../../images/mobile/traveleasy-plus/section01-bg-06.png");
}
.traveleasy-plus .section-01 .mainvisual-slider-wrap .mainvisual-txt-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.traveleasy-plus .section-01 .mainvisual-slider-wrap .mainvisual-txt-wrap .mainvisual-txt {
    text-align: center;
}
.traveleasy-plus .section-01 .mainvisual-slider-wrap .mainvisual-txt-wrap .logo {
    margin-top: 12px;
}
.traveleasy-plus .section-01 .mainvisual-slider-wrap .mainvisual-txt-wrap .logo img {
    width: 158.5px;
    height: 34.5px;
}
.traveleasy-plus .section-01 .mainvisual-slider-wrap .mainvisual-txt-wrap .txt-front,
.traveleasy-plus .section-01 .mainvisual-slider-wrap .mainvisual-txt-wrap .txt-back {
    color: #fff;
    font-family: 'LeferiPointWhite';
    font-size: 37.5px;
    letter-spacing: 4px;
}
.traveleasy-plus .section-01 .mainvisual-slider-wrap .mainvisual-txt-wrap .txt-back {
    margin-top: 24px;
}
.traveleasy-plus .section-01 .mainvisual-slider-wrap .mainvisual-txt-wrap .mainvisual-txt {
    margin-top: 8.5px;
    border: 1px solid #ac9992;
    background-color: rgba(0, 0, 0, 0.25);
}
.traveleasy-plus .section-01 .mainvisual-slider-wrap .mainvisual-txt-wrap .mainvisual-txt .txt-item {
    color: #fff;
    font-family: 'TourEasyT';
    font-size: 52.5px;
    letter-spacing: 2.5px;
    text-align: center;
}
@media screen and (max-width: 359px) {
    .traveleasy-plus .section-01 .mainvisual-slider-wrap .mainvisual-txt-wrap .mainvisual-txt {
        width: 55.71vw;
    }
    .traveleasy-plus .section-01 .mainvisual-slider-wrap .mainvisual-txt-wrap .mainvisual-txt .txt-item {
        padding: 1.2vw 0;
        font-size: 12vw;
    }
}
@media screen and (min-width: 450px) {
    .traveleasy-plus .section-01 .mainvisual-slider-wrap .mainvisual-txt-wrap .mainvisual-txt {
        width: 200px;
    }
}
.traveleasy-plus .section-02 .brand-intro-wrap {
    width: 100%;
    height: 100vh;
    background: url("../../images/mobile/traveleasy-plus/section02-bg.png") no-repeat center / cover;
}
.traveleasy-plus .section-02 .brand-intro {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.traveleasy-plus .section-02 .brand-intro .txt-01 {
    color: #fff;
    font-family: 'LeferiPointWhite';
    font-size: 22.5px;
    line-height: normal;
    text-align: center;
}
.traveleasy-plus .section-02 .brand-intro .txt-01 .emphasis {
    position: relative;
    top: -1px;
    font-family: 'TourEasyT';
}
.traveleasy-plus .section-02 .brand-intro .txt-01 .emphasis .another-font {
    font-family: 'LeferiPointWhite';
}
.traveleasy-plus .section-02 .brand-intro .txt-02 {
    margin-top: 40px;
    color: #fff;
    font-size: 20px;
    line-height: normal;
    font-weight: 300;
    text-align: center;
}
.traveleasy-plus .section-02 .brand-intro .txt-02 .emphasis {
    font-weight: 700;
}
.traveleasy-plus .section-02 .brand-intro .txt-03 {
    margin-top: 20px;
    color: #fff;
    font-family: 'TourEasyT';
    font-size: 40px;
    line-height: 52.5px;
    text-align: center;
}
.traveleasy-plus .section-02 .brand-intro .txt-04 {
    margin-top: 20px;
    color: #fff;
    font-size: 12px;
    line-height: 19px;
    font-weight: 300;
    text-align: center;
}
.traveleasy-plus .section-03 .five-tastes-intro .txtbox .txt-01 {
    color: #1c1c1c;
    font-family: 'LeferiPointWhite';
    font-size: 20px;
    line-height: 38px;
    text-align: center;
}
.traveleasy-plus .section-03 .five-tastes-intro .txtbox .txt-01:before {
    content: "";
    display: inline-block;
    width: 82px;
    height: 29.5px;
    background: url("../../images/mobile/traveleasy-plus/logo-black.png") no-repeat center / 82px auto;
}
.traveleasy-plus .section-03 .five-tastes-intro .txtbox .txt-02 {
    color: #e53e30;
    font-family: 'LeferiPointBlack';
    font-size: 30px;
    line-height: 39.5px;
    text-align: center;
}
.traveleasy-plus .section-03 .five-tastes-intro .txtbox .txt-03 {
    color: #1c1c1c;
    font-family: 'LeferiPointWhite';
    font-size: 25px;
    line-height: 36.5px;
    text-align: center;
}
.traveleasy-plus .section-03 .five-tastes-intro .imgbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 22.5px;
}
.traveleasy-plus .section-03 .five-tastes-intro .imgbox .img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 310px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.traveleasy-plus .section-03 .five-tastes-intro .imgbox .img + .img {
    margin-top: 5px;
}
.traveleasy-plus .section-03 .five-tastes-intro .imgbox .img-01 {
    background-image: url("../../images/mobile/traveleasy-plus/section03-img-01.png");
}
.traveleasy-plus .section-03 .five-tastes-intro .imgbox .img-02 {
    background-image: url("../../images/mobile/traveleasy-plus/section03-img-02.png");
}
.traveleasy-plus .section-03 .five-tastes-intro .imgbox .img-03 {
    background-image: url("../../images/mobile/traveleasy-plus/section03-img-03.png");
}
.traveleasy-plus .section-03 .five-tastes-intro .imgbox .img-04 {
    background-image: url("../../images/mobile/traveleasy-plus/section03-img-04.png");
}
.traveleasy-plus .section-03 .five-tastes-intro .imgbox .img-05 {
    background-image: url("../../images/mobile/traveleasy-plus/section03-img-05.png");
}
.traveleasy-plus .section-03 .five-tastes-intro .imgbox .number {
    color: #fff;
    font-family: 'OmniGothic';
    font-size: 10.5px;
    line-height: normal;
    text-align: center;
}
.traveleasy-plus .section-03 .five-tastes-intro .imgbox .txt {
    margin-top: 8px;
    color: #fff;
    font-family: 'TourEasyT';
    font-size: 21.5px;
    line-height: normal;
    text-align: center;
}
.traveleasy-plus .section-04 .slide-wrap .slide {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.traveleasy-plus .section-04 .slide-wrap .slide-01 {
    background-image: url("../../images/mobile/traveleasy-plus/section04-bg-01.png");
}
.traveleasy-plus .section-04 .slide-wrap .slide-02 {
    background-image: url("../../images/mobile/traveleasy-plus/section04-bg-02.png");
}
.traveleasy-plus .section-04 .slide-wrap .slide-03 {
    background-image: url("../../images/mobile/traveleasy-plus/section04-bg-03.png");
}
.traveleasy-plus .section-04 .slide-wrap .slide-04 {
    background-image: url("../../images/mobile/traveleasy-plus/section04-bg-04.png");
}
.traveleasy-plus .section-04 .slide-wrap .slide-05 {
    background-image: url("../../images/mobile/traveleasy-plus/section04-bg-05.png");
}
.traveleasy-plus .section-04 .slide-wrap .fp-controlArrow {
    display: none;
}
.traveleasy-plus .section-04 .fp-slidesNav.bottom {
    bottom: 40px;
}
.traveleasy-plus .section-04 .fp-slidesNav ul {
    display: flex;
    justify-content: center;
    transform: translateX(-100%);
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
    transition: transform .25s ease-in-out, clip-path 1s ease-in-out;
    transition-delay: 1s;
}
.traveleasy-plus .section-04 .fp-slidesNav ul li {
    width: 10px;
    height: 10px;
    margin: 0 !important;
}
.traveleasy-plus .section-04 .fp-slidesNav ul li + li {
    margin-left: 15px !important;
}
.traveleasy-plus .section-04 .fp-slidesNav ul li a span {
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    margin: 0;
    border-radius: 100%;
    background: #fff;
}
.traveleasy-plus .section-04 .fp-slidesNav ul li a.active span {
    background: #e53e30;
}
.traveleasy-plus .section-04 .txt-box {
    position: relative;
    top: -75px;
    padding-left: 13.89vw;
    overflow: hidden;
}
.traveleasy-plus .section-04 .tit .number {
    color: #fff;
    font-family: 'OmniGothic';
    font-size: 20px;
    line-height: normal;
}
.traveleasy-plus .section-04 .tit .taste {
    color: #fff;
    font-family: 'TourEasyT';
    font-size: 22.5px;
    line-height: normal;
}
.traveleasy-plus .section-04 .slogan {
    margin-top: 60px;
    color: #fff;
    font-family: 'TourEasyT';
    font-size: 35px;
    line-height: 45px;
}
.traveleasy-plus .section-04 .con {
    margin-top: 32px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.traveleasy-plus .section-04 .txt-motion {
    transform: translateX(-100%);
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
    transition: transform .2s ease-in-out, clip-path 0.8s ease-in-out;
}
.traveleasy-plus .section-04 .tit.txt-motion {
    transition-delay: .2s;
}
.traveleasy-plus .section-04 .slogan.txt-motion {
    transition-delay: .4s;
}
.traveleasy-plus .section-04 .con.txt-motion {
    transition-delay: 0.8s;
}
.traveleasy-plus .section-04.on .fp-slide.active .txt-motion,
.traveleasy-plus .section-04.on .fp-slidesNav ul {
    transform: translateX(0);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.traveleasy-plus .section-05 .together-wrap {
    width: 100%;
    height: 100%;
    padding-top: 100px;
    background: url("../../images/mobile/traveleasy-plus/section05-bg.png") no-repeat center / cover;
}
.traveleasy-plus .section-05 .together .txt-01 {
    color: #1c1c1c;
    font-family: 'LeferiPointWhite';
    font-size: 20px;
    line-height: normal;
    text-align: center;
}
.traveleasy-plus .section-05 .together .txt-01:before {
    content: "";
    display: inline-block;
    width: 82px;
    height: 29.5px;
    background: url(../../images/mobile/traveleasy-plus/logo-black.png) no-repeat center / 82px auto;
}
.traveleasy-plus .section-05 .together .txt-02 {
    margin-top: 10px;
    color: #1c1c1c;
    font-family: 'LeferiPointWhite';
    font-size: 20px;
    line-height: 38px;
    text-align: center;
}
.traveleasy-plus .section-05 .together .txt-02 .emphasis {
    font-family: 'LeferiPointBlack';
    font-size: 25px;
    line-height: normal;
    letter-spacing: -1px;
}
.traveleasy-plus .section-05 .together .txt-02 .emphasis:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -3px;
    width: 75.5px;
    height: 5px;
    margin-left: 10px;
    background: url(../../images/mobile/traveleasy-plus/section05-dots.png) no-repeat center / 75.5px auto;
}
.traveleasy-plus .section-05 .together .txt-03 {
    margin-top: 15px;
    color: #e43c2f;
    font-family: 'TourEasyT';
    font-size: 45px;
    line-height: normal;
    text-align: center;
}
.traveleasy-plus .section-05 .together .txt-03 .quote {
    color: #dee9f3;
}
.traveleasy-plus .section-05 .together .txt-04 {
    margin-top: 20px;
    color: #1c1c1c;
    font-family: 'LeferiPointWhite';
    font-size: 22.5px;
    line-height: normal;
    text-align: center;
}
.traveleasy-plus .section-05 .together .txt-05 {
    margin-top: 10px;
    color: #1c1c1c;
    font-family: 'LeferiPointWhite';
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}
.traveleasy-plus .section-05 .together .txt-06 {
    margin-top: 20px;
    color: #1c1c1c;
    font-size: 14px;
    line-height: 23px;
    font-weight: normal;
    text-align: center;
}
.traveleasy-plus .section-06 .saving-point-wrap {
    width: 100%;
    height: 100%;
}
.traveleasy-plus .section-06 .saving-point {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
}
.traveleasy-plus .section-06 .saving-point .tit-img-box  {
    width: 272.5px;
    height: auto;
    margin: 0 auto;
    z-index: 9;
}
.traveleasy-plus .section-06 .saving-point .tit-img-box img {
    max-width: 100%;
    height: auto;
}
.traveleasy-plus .section-06 .saving-point .coin-group .coin {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    animation: coin-floating-1 1.3s infinite alternate;
}
.traveleasy-plus .section-06 .saving-point .coin-group .coin-l-up {
    top: 4%;
    left: 8%;
    width: 25.5px;
    height: 18.5px;
    background-image: url("../../images/mobile/traveleasy-plus/section06-coin-l-up.png");
}
.traveleasy-plus .section-06 .saving-point .coin-group .coin-l-down {
    top: 14%;
    left: 8%;
    width: 46px;
    height: 47.5px;
    background-image: url("../../images/mobile/traveleasy-plus/section06-coin-l-down.png");
    animation-duration: 1.6s;
    animation-name: coin-floating-2;
}
.traveleasy-plus .section-06 .saving-point .coin-group .coin-r-up {
    top: 14%;
    right: 8%;
    width: 36px;
    height: 32.5px;
    background-image: url("../../images/mobile/traveleasy-plus/section06-coin-r-up.png");
    animation-duration: 1.4s;
}
.traveleasy-plus .section-06 .saving-point .coin-group .coin-r-down {
    top: 23%;
    right: 23%;
    width: 51px;
    height: 50px;
    background-image: url("../../images/mobile/traveleasy-plus/section06-coin-r-down.png");
    animation-duration: 1.2s;
    animation-name: coin-floating-2;
}
.traveleasy-plus .section-06 .saving-point .event-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80.5%;
    height: 140px;
    margin: 0 auto;
    background-color: #f8f8f8;
}
.traveleasy-plus .section-06 .saving-point .event-info .date {
    font-size: 17.5px;
    line-height: 1;
    letter-spacing: -1px;
    text-align: center;
}
.traveleasy-plus .section-06 .saving-point .event-info .date .emphasis {
    font-weight: 700;
}
.traveleasy-plus .section-06 .saving-point .event-info ul {
    margin-top: 12px;
}
.traveleasy-plus .section-06 .saving-point .event-info ul li {
    font-size: 14px;
    line-height: 1;
    letter-spacing: -1px;
}
.traveleasy-plus .section-06 .saving-point .event-info ul li + li {
    margin-top: 12px;
}
.traveleasy-plus .section-06 .saving-point .event-info ul li:before {
    content: "";
    display: inline-block;
}
.traveleasy-plus .section-06 .saving-point .event-info ul li .emphasis-black {
    font-weight: 700;
}
.traveleasy-plus .section-06 .saving-point .event-info ul li .emphasis-red {
    color: #e53e30;
    font-weight: 700;
}
.traveleasy-plus .section-06 .saving-point .event-notice {
    width: 80.5%;
    margin: 0 auto;
    padding-top: 15px;
}
.traveleasy-plus .section-06 .saving-point .event-notice ul li {
    padding: 0 10px 0 25px;
    color: #777777;
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    text-indent: -5px;
}
.traveleasy-plus .section-06 .saving-point .event-notice ul li:before {
    content: "※";
    display: inline-block;
    position: relative;
    left: -3px;
}
@keyframes coin-floating-1 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(0, -10px);
    }
}
@keyframes coin-floating-2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(0, 10px);
    }
}
.traveleasy-plus .section-07 .recommend-product {
    padding: 0 6.5%;
}
.traveleasy-plus .section-07 .title {
    font-family: 'TourEasyT';
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -1.4px;
}
.traveleasy-plus .section-07 .sub_category_list {
    margin-top: 20px;
}
.traveleasy-plus .section-07 .sub_category_list:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 95px;
    height: 24px;
    margin-top: -15px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.traveleasy-plus .section-07 .slide_rolling .swiper-slide {
    width: 280px !important;
    overflow: hidden;
}
.traveleasy-plus .section-07 .slide_rolling .swiper-slide a {
    display: block;
}
.traveleasy-plus .section-07 .slide_rolling .img_area {
    overflow: hidden;
    position: relative;
    padding-bottom: 100%;
    border-radius: 10px 10px 0 0;
}
.traveleasy-plus .section-07 .slide_rolling .img_area img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.traveleasy-plus .section-07 .slide_rolling .txt_area {
    height: 125px;
    padding: 20px;
    border-radius: 0 0 10px 10px;
    border: 1px solid #eaeaea;
    border-top: none;
    box-sizing: border-box;
    overflow: hidden;
}
.traveleasy-plus .section-07 .slide_rolling .txt_area .tit {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42;
    letter-spacing: -0.8px;
    overflow: hidden;
}
.traveleasy-plus .section-07 .slide_rolling .txt_area .price {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    overflow: hidden;
}
.traveleasy-plus .section-07 .slide_rolling .txt_area strong {
    font-size: 20px;
}
.traveleasy-plus .section-07 .slide_rolling .swiper-scrollbar {
    display: block;
    top: auto;
    bottom: 20.75%;
    left: 50%;
    transform: translateX(-50%);
    width: 45%;
    height: 4px;
    border-radius: 10px;
    background-color: #e8e8e8;
    overflow: hidden;
    opacity: 1 !important;
    z-index: 1;
}
.traveleasy-plus .section-07 .slide_rolling .swiper-pagination-progressbar-fill {
    background-color: #000;
    border-radius: 10px;
}
.traveleasy-plus .section-07 .btn-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    padding: 0 5%;
}
.traveleasy-plus .section-07 .btn-box .btn-more-view {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 325px;
    height: 55px;
    border-radius: 2px;
    background-color: #1c1c1c;
    color: #fff;
    font-size: 16.5px;
    line-height: normal;
    font-weight: 500;
    text-align: center;
}
.traveleasy-plus-wrap .close {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 999;
}
.traveleasy-plus-wrap .close a {
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    text-indent: -9999em;
}
.traveleasy-plus-wrap .close.close-black a {
    display: block;
    background-image: url(../../images/mobile/traveleasy-plus/btn-close-black.png);
    font-size: 0;
    line-height: 0;
    transition: all .5s ease-out;
    overflow: hidden;
}
.traveleasy-plus-wrap .close.close-white a {
    background-image: url(../../images/mobile/traveleasy-plus/btn-close-white.png);
}
.traveleasy-plus-wrap .close a:before {
    content: "";
    position: fixed;
    top: 18px;
    right: 45px;
    width: 76.5px;
    height: 25px;
    background: url("../../images/mobile/traveleasy-plus/btn-view-product.png") no-repeat center / 76.5px auto;
}
@media screen and (max-height: 680px) {
    .traveleasy-plus .section-03 .five-tastes-intro-wrap {
        position: relative;
    }
    .traveleasy-plus .section-03 .five-tastes-intro .txtbox .txt-01 {
        font-size: 2vh;
        line-height: normal;
    }
    .traveleasy-plus .section-03 .five-tastes-intro .txtbox .txt-01:before {
        width: 11vh;
        height: 3.45vh;
        background-size: contain;
    }
    .traveleasy-plus .section-03 .five-tastes-intro .txtbox .txt-02 {
        font-size: 3.3vh;
        line-height: normal;
    }
    .traveleasy-plus .section-03 .five-tastes-intro .txtbox .txt-03 {
        font-size: 2.75vh;
        line-height: normal;
    }
    .traveleasy-plus .section-03 .five-tastes-intro .imgbox {
        margin-top: 2.2vh;
    }
    .traveleasy-plus .section-03 .five-tastes-intro .imgbox .img {
        width: 40vh;
        height: 11vh;
    }
    .traveleasy-plus .section-03 .five-tastes-intro .imgbox .number {
        font-size: 11px;
    }
    .traveleasy-plus .section-03 .five-tastes-intro .imgbox .txt {
        margin-top: 0.5vh;
        font-size: 5vw;
    }
    .traveleasy-plus .section-05 .together-wrap {
        padding-top: 7.7vh;
    }
    .traveleasy-plus .section-05 .together .txt-01 {
        font-size: 2.94vh;
    }
    .traveleasy-plus .section-05 .together .txt-01:before {
        width: 12vh;
        height: 4.34vh;
        background-size: 12vh auto;
    }
    .traveleasy-plus .section-05 .together .txt-02 {
        margin-top: 1.4vh;
        font-size: 2.9vh;
        line-height: 5.5vh;
    }
    .traveleasy-plus .section-05 .together .txt-02 .emphasis {
        font-size: 3.6vh;
    }
    .traveleasy-plus .section-05 .together .txt-02 .emphasis:before {
        top: -0.44vh;
        width: 11.1vh;
        height: 0.74vh;
        margin-left: 1.47vh;
        background-size: 11.1vh auto;
    }
    .traveleasy-plus .section-05 .together .txt-03 {
        margin-top: 2.21vh;
        font-size: 6vh;
    }
    .traveleasy-plus .section-05 .together .txt-04 {
        margin-top: 2.2vh;
        font-size: 3.31vh;
    }
    .traveleasy-plus .section-05 .together .txt-05 {
        margin-top: 1.47vh;
        font-size: 1.76vh;
        line-height: 2.65vh;
    }
    .traveleasy-plus .section-05 .together .txt-06 {
        margin-top: 2.94vh;
        font-size: 2.06vh;
        line-height: 3.38vh;
    }
    .traveleasy-plus .section-06 .saving-point .tit-img-box  {
        width: 40.07vh;
    }
    .traveleasy-plus .section-06 .saving-point .coin-group .coin-l-up {
        width: 3.75vh;
        height: 2.72vh;
    }
    .traveleasy-plus .section-06 .saving-point .coin-group .coin-l-down {
        width: 6.76vh;
        height: 6.98vh;
    }
    .traveleasy-plus .section-06 .saving-point .coin-group .coin-r-up {
        width: 5.29vh;
        height: 4.78vh;
    }
    .traveleasy-plus .section-06 .saving-point .coin-group .coin-r-down {
        width: 7.5vh;
        height: 7.35vh;
    }
    .traveleasy-plus .section-06 .saving-point .event-info {
        height: 20.59vh;
    }
    .traveleasy-plus .section-06 .saving-point .event-info .date {
        font-size: 2.57vh;
    }
    .traveleasy-plus .section-06 .saving-point .event-info ul {
        margin-top: 1.76vh;
    }
    .traveleasy-plus .section-06 .saving-point .event-info ul li {
        font-size: 2.06vh;
    }
    .traveleasy-plus .section-06 .saving-point .event-info ul li + li {
        margin-top: 1.76vh;
    }
    .traveleasy-plus .section-06 .saving-point .event-notice {
        padding-top: 2.21vh;
    }
    .traveleasy-plus .section-06 .saving-point .event-notice ul li {
        padding: 0 1.47vh 0 3.68vh;
        font-size: 1.76vh;
        line-height: 2.94vh;
        text-indent: -0.74vh;
    }
    .traveleasy-plus .section-06 .saving-point .event-notice ul li:before {
        left: -0.44vh;
    }
    .traveleasy-plus .section-07 .title {
        font-size: 3.5vh;
    }
    .traveleasy-plus .section-07 .sub_category_list {
        margin-top: 2.94vh;
    }
    .traveleasy-plus .section-07 .sub_category_list:before {
        top: 0;
        width: 7.97vh;
        height: 4.52vh;
        margin-top: 0;
    }
    .traveleasy-plus .section-07 .sub_category_list ul li button {
        font-size: 2.45vh;
    }
    .traveleasy-plus .section-07 .sub_category_list .category_open {
        width: 4.12vh;
        height: 4.12vh;
        background-size: contain;
    }
    .traveleasy-plus .section-07 .slide_rolling .swiper-slide {
        width: 31vh !important;
    }
    .traveleasy-plus .section-07 .slide_rolling .img_area {
        border-radius: 1.47vh 1.47vh 0 0;
    }
    .traveleasy-plus .section-07 .slide_rolling .txt_area {
        height: 18.38vh;
        padding: 2.94vh;
        border-radius: 0 0 1.47vh 1.47vh;
    }
    .traveleasy-plus .section-07 .slide_rolling .txt_area .tit {
        font-size: 2.35vh;
    }
    .traveleasy-plus .section-07 .slide_rolling .txt_area .price {
        margin-top: 2.21vh;
        font-size: 2.65vh;
    }
    .traveleasy-plus .section-07 .slide_rolling .txt_area strong {
        font-size: 2.94vh;
    }
    .traveleasy-plus .section-07 .slide_rolling .swiper-scrollbar {
        height: 0.58vh;
        border-radius: 1.47vh;
    }
    .traveleasy-plus .section-07 .slide_rolling .swiper-pagination-progressbar-fill {
        border-radius: 1.47vh;
    }
    .traveleasy-plus .section-07 .btn-box {
        margin-top: 4.82vh;
    }
    .traveleasy-plus .section-07 .btn-box .btn-more-view {
        max-width: 47.79vh;
        height: 7vh;
        font-size: 2.2vh;
    }
    .traveleasy-plus .section-07 .sub_category_list {
        margin-bottom: 2.94vh;
    }
    .traveleasy-plus .section-07 .sub_category_list ul {
        margin: -0.73vh 0 0;
        padding-right: 6vh;
    }
    .traveleasy-plus .section-07 .sub_category_list ul li {
        margin: 0.73vh 1.18vh 0.73vh 0;
    }
}
@media screen and (min-width: 1000px) {
    .traveleasy-plus .section-06 .saving-point .tit-img-box {
        width: 535.5px;
    }
    .traveleasy-plus .section-06 .saving-point .event-info {
        height: 190px;
    }
    .traveleasy-plus .section-06 .saving-point .event-info .date {
        font-size: 27.5px;
    }
    .traveleasy-plus .section-06 .saving-point .event-info ul li {
        font-size: 21px;
    }
    .traveleasy-plus .section-06 .saving-point .event-notice {
        padding-top: 25px;
    }
    .traveleasy-plus .section-06 .saving-point .event-notice ul li {
        font-size: 24px;
        line-height: normal;
    }
    .traveleasy-plus .section-06 .event-notice-tablet {
        display: none;
    }
}
/* E: 여행이지플러스-fullpage */

/* S: 앱알림 */
.app-notification-contents .top-area {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #1C1C1C;
}
.app-notification-contents .top-area span {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
}
.app-notification-contents .top-area span:last-child {
    text-indent: -2.5px;
}
.app-notification-contents.data-no .mid-area {
    padding: 45vw 0;
}
.app-notification-contents.data-no .mid-area {
    text-align: center;
}
.app-notification-contents.data-no .mid-area .message-no-alarm:before {
    content: "";
    display: inline-block;
    width: 87px;
    height: 85px;
    background: url('../../images/img-bell.svg') no-repeat center / 87px auto;
}
.app-notification-contents.data-no .mid-area .message-no-alarm p {
    margin-top: 16px;
    font-size: 15px;
    font-weight: 300;
}
.app-notification-contents .bottom-area {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 2px solid #E5E5E5;
}
/* E: 앱알림 */

/* S: 앱마케팅-플로팅배너, 예약하기팝업배너, 모달팝업 */
.floating-banner {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 100px;
    left: 20px;
    width: 41.33vw;
    height: 22.67vw;
    padding: 0 2.4vw;
    border-radius: 1.33vw;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9;
}
.floating-banner.showing {
    transform: translate(0);
    transition: all 0.4s ease;
}
.floating-banner.hiding {
    transform: translate(-150%);
    transition: all 0.4s ease;
}
.floating-banner .link-event-appdownload {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.floating-banner .link-event-appdownload img {
    flex-shrink: 0;
    width: 10.67vw;
    height: 10.67vw;
}
.floating-banner .link-event-appdownload p {
    flex-shrink: 0;
    margin: 0 2vw 0 2.8vw;
    color: #fff;
    font-size: 3.73vw;
}
.floating-banner .link-event-appdownload p .emphasis {
    color: #E53E30;
}
.floating-banner .btn-close-floating-banner {
    flex-shrink: 0;
    width: 4.8vw;
    height: 4.8vw;
    background: url('../../images/icon/btn-close-appmarketing.svg') no-repeat center / 4.8vw;
}
.floating-banner.app {
    padding: 0 1.6vw;
}
.floating-banner.app .link-event-appdownload p {
    margin: 0 2.2vw 0 2.3vw;
}
.link-benefit-app {
    padding: 30px 0;
}
.link-benefit-app a {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 100%;
    height: 45px;
    padding: 0 28px;
    border-radius: 7px;
    background-color: #E43D30;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.96px;
}
.link-benefit-app a:before {
    content: "";
    flex-shrink: 0;
    display: inline-block;
    width: 37.5px;
    height: 20px;
    margin-right: 10px;
    background: url(../../images/icon/ico-benefit-app.svg) no-repeat center / contain;
}
.link-benefit-app a:after {
    content: "";
    flex-shrink: 0;
    display: inline-block;
    width: 7px;
    height: 18px;
    margin-left: auto;
    background: url(../../images/icon/ico-arrow-right-07.svg) no-repeat center / contain;
}
.modal-event-appCustomer {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.modal-event-appCustomer .backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.modal-event-appCustomer .contents-area {
    position: fixed;
    top: 21%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 305px;
    width: 80%;
    z-index: 10;
}
.modal-event-appCustomer .option-box {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 12.5px;
}
.modal-event-appCustomer .option-box .btn-close-modal {
    background-color: transparent;
}
.modal-event-appCustomer .option-box .btn-close-modal:after {
    content: "";
    display: inline-block;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    background: url(../../images/icon/btn-close-appmarketing.svg) no-repeat center / 18px;
}
.modal-event-appCustomer .img-box {
    display: block;
    width: 100%;
    height: 100%;
}
.modal-event-appCustomer .img-box img {
    max-width: 100%;
    height: auto;
}
/* E: 앱마케팅-플로팅배너, 예약하기팝업배너, 모달팝업 */

/* S: 마이페이지-내쿠폰함 */
.my-page .my-coupon .mycoupon-list ul li {
    display: flex;
    justify-content: center;
    align-items: center;
}
.my-page .my-coupon .mycoupon-list ul li + li {
    margin-top: 30px;
}
.my-page .my-coupon .mycoupon-list ul li .coupon-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    width: 100%;
    max-width: 330px;
    height: 175px;
    padding-left: 20px;
}
.my-page .my-coupon .mycoupon-list ul li .coupon-info.type-person {
    background: url("../../images/mobile/bg-img/mypage-coupon-red.png") no-repeat center / 100% 100%;
}
.my-page .my-coupon .mycoupon-list ul li .coupon-info.type-price {
    background: url("../../images/mobile/bg-img/mypage-coupon-green.png") no-repeat center / 100% 100%;
}
.my-page .my-coupon .mycoupon-list ul li .coupon-info .type-discount {
    position: absolute;
    top: 17%;
    right: 24%;
    font-size: 14px;
    font-weight: 500;
    opacity: 0.8;
}
.my-page .my-coupon .mycoupon-list ul li .coupon-info.type-person .type-discount {
    color: #E53E30;
}
.my-page .my-coupon .mycoupon-list ul li .coupon-info.type-price .type-discount {
    color: #006F80;
}
.my-page .my-coupon .mycoupon-list ul li .coupon-info .price {
    font-family: 'TourEasyT';
    font-size: 28px;
    line-height: 1;
    letter-spacing: -0.84px;
}
.my-page .my-coupon .mycoupon-list ul li .coupon-info.type-person .price {
    color: #E53E30;
}
.my-page .my-coupon .mycoupon-list ul li .coupon-info.type-price .price {
    color: #006F80;
}
.my-page .my-coupon .mycoupon-list ul li .coupon-info .price .small {
    font-family: 'NotoSansCJKkr';
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.6px;
}
.my-page .my-coupon .mycoupon-list ul li .coupon-info .txt-location {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.42px;
}
.my-page .my-coupon .mycoupon-list ul li .coupon-info .guide-txt-type-discount {
    margin-top: 10px;
    color: #666;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
}
.my-page .my-coupon .mycoupon-list ul li .coupon-info .date {
    margin-top: 5px;
    color: #666;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.42px;
}
.my-page .my-coupon .mycoupon-list ul li .coupon-info .btn-view-detail {
    margin-top: 10px;
    color: #666;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.26px;
}
.my-page .my-coupon .mycoupon-list ul li .coupon-info .btn-view-detail.txt-underline {
    text-decoration-line: underline;
}
.my-page .my-coupon .mycoupon-list ul li .coupon-info .txt-completed,
.my-page .my-coupon .mycoupon-list ul li .coupon-info .txt-expired {
    margin-top: 10px;
    font-size: 14px;
    line-height: normal;
    letter-spacing: -0.42px;
}
.my-page .my-coupon .mycoupon-list.completed .control-seeing + .btn-view-detail-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
}
.my-page .my-coupon .mycoupon-list.expired .control-seeing + .btn-view-detail-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.my-page .my-coupon .mycoupon-list.completed .control-seeing + .btn-view-detail-2:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 62px;
    height: 62px;
    background: url(../../images/mobile/bg-img/mypage-coupon-completed.png) no-repeat center / contain;
}
.my-page .my-coupon .mycoupon-list.completed .control-seeing + .btn-view-detail-2:after {
    content: "사용완료";
    display: inline-block;
    position: absolute;
    bottom: 25%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.48px;
}
.my-page .my-coupon .mycoupon-list.expired * {
    color: #CCC !important;
}
.my-page .my-coupon .mycoupon-list.expired ul li .coupon-info {
    background-image: url("../../images/mobile/bg-img/mypage-coupon-grey.png");
}
.my-page .my-coupon .mycoupon-list.no-data {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 350px;
}
.my-page .my-coupon .mycoupon-list.no-data .txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17px;
    font-size: 15px;
    font-weight: 300;
    line-height: 15px;
    letter-spacing: -0.36px;
}
.my-page .my-coupon .mycoupon-list.no-data .txt:before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 31px;
    background: url(../../images/mobile/mypage-coupon-noData.png) no-repeat center / contain;
}
.modal.coupon-detail .modal-body .coupon-detail-info .img-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    width: 100%;
    max-width: 310px;
    height: 165px;
    margin: 0 auto;
    padding-left: 25px;
}
.modal.coupon-detail .modal-body .coupon-detail-info .img-box.type-person {
    background: url(../../images/mobile/bg-img/mypage-coupon-red.png) no-repeat center / 100% 100%;
}
.modal.coupon-detail .modal-body .coupon-detail-info .img-box.type-price {
    background: url(../../images/mobile/bg-img/mypage-coupon-green.png) no-repeat center / 100% 100%;
}
.modal.coupon-detail .modal-body .coupon-detail-info .img-box .type-discount {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.48px;
    opacity: 0.8;
}
.modal.coupon-detail .modal-body .coupon-detail-info .img-box .price {
    margin-top: 10px;
}
.modal.coupon-detail .modal-body .coupon-detail-info .img-box .price span:first-child {
    font-family: 'TourEasyT';
    font-size: 38px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -1.08px;
}
.modal.coupon-detail .modal-body .coupon-detail-info .img-box.type-person .type-discount,
.modal.coupon-detail .modal-body .coupon-detail-info .img-box.type-person .price {
    color: #E53E30;
}
.modal.coupon-detail .modal-body .coupon-detail-info .img-box.type-price .type-discount,
.modal.coupon-detail .modal-body .coupon-detail-info .img-box.type-price .price {
    color: #006F80;
}
.modal.coupon-detail .modal-body .coupon-detail-info .img-box .price .small {
    font-family: 'NotoSansCJKkr';
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.72px;
}
.modal.coupon-detail .modal-body .coupon-detail-info .img-box .guide-txt-type-discount {
    margin-top: 10px;
    color: #666;
    font-size: 14px;
    line-height: 1;
    font-weight: 300;
}
.modal.coupon-detail .modal-body .coupon-detail-info .table-type-1 {
    margin-top: 30px;
    border-top-color: #1c1c1c;
}
.modal.coupon-detail .modal-body .coupon-detail-info .table-type-1 table tbody tr th {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.7px;
}
.modal.coupon-detail .modal-body .coupon-detail-info .table-type-1 table tbody tr td {
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.7px;
    text-align: left;
}
.modal.coupon-detail .modal-body .coupon-detail-info .table-type-1 table tbody tr:nth-child(3) th,
.modal.coupon-detail .modal-body .coupon-detail-info .table-type-1 table tbody tr:nth-child(3) td {
    border-bottom: 1px solid #1C1C1C;
}
.modal.coupon-detail .modal-body .coupon-detail-info .table-type-1 table tbody tr:nth-child(4) {
    vertical-align: top;
}
.modal.coupon-detail .modal-body .coupon-detail-info .table-type-1 .sub-txt {
    margin-top: 10px;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.7px;
}
.modal.coupon-detail .modal-body .coupon-detail-info .table-type-1 table .condition-using {
    position: relative;
}
.modal.coupon-detail .modal-body .coupon-detail-info .table-type-1 table .condition-using ul {
    padding-left: 15px;
}
.modal.coupon-detail .modal-body .coupon-detail-info .table-type-1 table .condition-using ul li {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -0.42px;
}
.modal.coupon-detail .modal-body .coupon-detail-info .table-type-1 table .condition-using ul li:before {
    content: "· ";
    position: absolute;
    left: 0;
    font-weight: bold;
}
.modal.coupon-detail .modal-body .coupon-detail-info .table-type-1 table .condition-using ul li + li {
    margin-top: 5px;
}
@media screen and (max-width: 390px) {
    .my-page .my-coupon .mycoupon-list ul li {
        height: 44.72vw;
    }
    .my-page .my-coupon .mycoupon-list ul li + li {
        margin-top: 8.13vw;
    }
    .my-page .my-coupon .mycoupon-list ul li .coupon-info {
        max-width: 100%;
        height: 44.87vw;
        padding-left: 5.13vw;
    }
    .my-page .my-coupon .mycoupon-list ul li .coupon-info .type-discount {
        font-size: 3.59vw;
    }
    .my-page .my-coupon .mycoupon-list ul li .coupon-info .price {
        font-size: 7.59vw;
        line-height: 7.59vw;
    }
    .my-page .my-coupon .mycoupon-list ul li .coupon-info .price .small {
        font-size: 5.42vw;
    }
    .my-page .my-coupon .mycoupon-list ul li .coupon-info .txt-location {
        margin-top: 2.56vw;
        font-size: 3.59vw;
    }
    .my-page .my-coupon .mycoupon-list ul li .coupon-info .guide-txt-type-discount {
        margin-top: 2.56vw;
        font-size: 3.59vw;
    }
    .my-page .my-coupon .mycoupon-list ul li .coupon-info .date {
        margin-top: 1.28vw;
        font-size: 3.59vw;
    }
    .my-page .my-coupon .mycoupon-list ul li .coupon-info .control-seeing {
        line-height: 1;
    }
    .my-page .my-coupon .mycoupon-list ul li .coupon-info .btn-view-detail {
        margin-top: 2.56vw;
        font-size: 3.33vw;
    }
    .my-page .my-coupon .mycoupon-list ul li .coupon-info .txt-completed,
    .my-page .my-coupon .mycoupon-list ul li .coupon-info .txt-expired {
        margin-top: 2.71vw;
        font-size: 3.79vw;
    }
    .my-page .my-coupon .mycoupon-list.completed .control-seeing + .btn-view-detail-2:before {
        top: 8.94vw;
        width: 16.80vw;
        height: 16.80vw;
    }
    .my-page .my-coupon .mycoupon-list.completed .control-seeing + .btn-view-detail-2:after {
        bottom: 11.18vw;
        font-size: 4.34vw;
    }
    .modal.coupon-detail .modal-body .coupon-detail-info .img-box {
        height: 42.31vw;
        padding-left: 6.41vw;
    }
    .modal.coupon-detail .modal-body .coupon-detail-info .img-box .type-discount {
        font-size: 3.59vw;
    }
    .modal.coupon-detail .modal-body .coupon-detail-info .img-box .price span:first-child {
        font-size: 9.74vw;
    }
    .modal.coupon-detail .modal-body .coupon-detail-info .img-box .price .small {
        font-size: 5.13vw;
    }
    .modal.coupon-detail .modal-body .coupon-detail-info .img-box .guide-txt-type-discount {
        margin-top: 2.56vw;
        font-size: 3.59vw;
    }
    .modal.coupon-detail .modal-body .coupon-detail-info .table-type-1 {
        margin-top: 8.13vw;
    }
    .modal.coupon-detail .modal-body .coupon-detail-info .table-type-1 table tbody tr th {
        font-size: 3.79vw;
    }
    .modal.coupon-detail .modal-body .coupon-detail-info .table-type-1 table tbody tr td {
        font-size: 3.79vw;
    }
    .modal.coupon-detail .modal-body .coupon-detail-info .table-type-1 .sub-txt {
        margin-top: 2.71vw;
        font-size: 3.79vw;
    }
    .modal.coupon-detail .modal-body .coupon-detail-info .table-type-1 table .condition-using ul {
        padding-left: 3.85vw;
    }
    .modal.coupon-detail .modal-body .coupon-detail-info .table-type-1 table .condition-using ul li {
        font-size: 3.59vw;
    }
    .modal.coupon-detail .modal-body .coupon-detail-info .table-type-1 table .condition-using ul li + li {
        margin-top: 1.28vw;
    }
}
/* E: 마이페이지-내쿠폰함 */

/* S: 여행후기 */
.common-scope-star {
    padding-top: 12px;
}
.common-scope-star .form-grid-item .radio-area .item .item-txt {
    margin-top: 30px;
    padding: 0 10%;
    color: #666;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.48px;
}
.common-scope-star .radio-area.column .item {
    margin: 0;
}
.common-scope-star .radio-area.column .item + .item {
    margin-top: 20px;
}
.common-scope-star .radio-area.column .item .item-txt {
    font-size: 16px;
    line-height: 23.17px;
    font-weight: 500;
}
.common-scope-star .radio-area .item .star-rating-wrap {
    padding: 14px 0 0;
    font-size: 0;
    text-align: center;
}
.common-scope-star .radio-area .item .star-rating {
    display: inline-block;
}
.common-scope-star .radio-area .item .star-rating input {
    display: none;
}
.common-scope-star .radio-area .item .star-rating label {
    float: right;
    margin-right: 10px;
    cursor: pointer;
}
.common-scope-star .radio-area .item .star-rating label:before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url("../../images/mobile/button/star-off.svg") no-repeat center / 36px auto;
}
.common-scope-star .radio-area .item .star-rating input:checked ~ label:before {
    width: 36px;
    height: 36px;
    background: url("../../images/mobile/button/star-on.svg") no-repeat center / 36px auto;
}
.productreview .productreview-view {

}
.productreview .productreview-view .title {
    font-size: 18px;
    line-height: 26.06px;
    font-weight: 500;
}
.productreview .productreview-view .customer-scope-star {
    display: flex;
    align-items: center;
    margin-top: 16px;
}
.productreview .productreview-view .customer-scope-star .item {
    display: flex;
    align-items: center;
}
.productreview .productreview-view .customer-scope-star .item + .item {
    margin-left: 16px;
}
.productreview .productreview-view .customer-scope-star .item .tit {
    font-size: 12px;
    line-height: 17.38px;
    font-weight: 500;
}
.productreview .productreview-view .customer-scope-star .item .star {
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.productreview .productreview-view .customer-scope-star .item .star:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    background: url("../../images/mobile/star-alone.svg") no-repeat center / 16px auto;
}
.productreview .productreview-view .customer-txt {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
}
/* E: 여행후기 */

/* S: 리텐션-2025 */
.pax-info .notice-box .list-type-3 {
    margin-top: 0;
}
.pax-info .traveller-info {
    padding-top: 40px;
}
.pax-info .traveller-info .item-gender .label {
    font-size: 14px;
    font-weight: 300;
}
.pax-info .traveller-info .info-title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: normal;
    font-weight: 700;
}
.pax-info .traveller-info .personal-info {
    padding-top: 50px;
}
.pax-info .traveller-info .group + .group,
.pax-info .traveller-info .group .person + .person {
    margin-top: 30px;
}
.pax-info .traveller-info .group .sub-title {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
}
.pax-info .traveller-info .booking-info .table-type-3 .item-info-th {
    width: 80px;
}
.pax-info .traveller-info .booking-info .table-type-3 tbody th {
    padding: 16px 10px 16px 0;
    border-right: 0;
    font-size: 14px;
    line-height: 22px;
}
.pax-info .traveller-info .booking-info .table-type-3 tbody td {
    padding-left: 0;
    font-weight: 300;
}
.pax-info .traveller-info .personal-info .table-type-2 th {
    padding: 0;
    border: none;
}
.pax-info .traveller-info .personal-info .table-type-2 tbody tr {
    padding: 7.5px 0;
    border: none;
}
.pax-info .traveller-info .personal-info .table-type-2 tbody tr.item-name {
    padding-top: 20px;
}
.pax-info .traveller-info .personal-info .table-type-2 tbody td {
    margin-top: 10px;
}
.pax-info .traveller-info .personal-info .group + .group,
.pax-info .traveller-info .personal-info .group .person + .person {
    margin-top: 30px;
}
.pax-info .traveller-info .personal-info .group .person .item {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
}
.pax-info .traveller-info .personal-info .group .person .item-gender td {
    display: flex;
    align-items: center;
}
.pax-info .traveller-info .personal-info .group .person .inp-radio-gender {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.pax-info .traveller-info .personal-info .group .person .inp-radio-gender .label {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border: 1px solid #ccc;
    font-size: 15px;
    line-height: 21.72px;
    font-weight: 500;
    text-align: center;
}
.pax-info .traveller-info .personal-info .group .person .inp-radio-gender input:checked + .label {
    border: 1px solid #E53E30;
    color: #E53E30;
}
.pax-info .traveller-info .personal-info .group .person .required:after {
    top: -0.5px;
}
.pax-info .terms-wrap {
    padding: 50px 0;
}
.pax-info .terms-wrap .title-7 {
    font-weight: 700;
}
.pax-info .terms-list {
    margin-top: 25px;
    padding: 14px 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #ccc;
}
.pax-info .terms-list .list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 0;
}
.pax-info .terms-list .label-box .label {
    word-break: keep-all;
}
.pax-info .terms-list .label-box.no-check .label:before {
    display: none;
}
.pax-info .terms-list .label-box.no-check .inp-check {
    margin-left: 29px;
}
.pax-info .terms-list .more {
    flex: none;
    margin-left: 20px;
}
.pax-info .terms-list .more button {
    border-bottom: 1px solid #666;
    color: #666;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 400;
}
.popup-when-going-travel .modal-body,
.popup-agreement-marketing-2 .modal-body,
.popup-agreement-marketing-3 .modal-body {
    padding-top: 0;
    padding-bottom: 20px;
}
.popup-when-going-travel .txt-box,
.popup-agreement-marketing-2 .txt-box {
    display: flex;
}
.popup-when-going-travel .txt-box {
    justify-content: space-between;
    align-items: flex-end;
}
.popup-agreement-marketing-2 .txt-box {
    justify-content: center;
}
.popup-when-going-travel .txt-box .txt-1,
.popup-agreement-marketing-2 .txt-box .txt-1 {
    font-size: 16px;
    line-height: 23.17px;
    font-weight: 300;
}
.popup-when-going-travel .txt-box .txt-1 .emphasis,
.popup-agreement-marketing-2 .txt-box .txt-1 .emphasis {
    font-weight: 500;
}
.popup-agreement-marketing-2 .txt-box .txt-1 {
    text-align: center;
}
.popup-agreement-marketing-2 .txt-box .txt-1 .emphasis {
    text-decoration: underline;
}
.popup-when-going-travel .txt-box .txt-2 {
    flex-shrink: 0;
    color: #E53E30;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
.choosing-when-month {
    padding: 20px 0 15px;
}
.choosing-when-month .row {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 0 10px;
}
.choosing-when-month .row + .row {
    margin-top: 10px;
}
.choosing-when-month .checkbox-month {
    width: 33.3333%;
}
.choosing-when-month .checkbox-month input {
    display: none;
}
.choosing-when-month .checkbox-month input + .label {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 2px;
    border: 1px solid #666;
    background-color: #fff;
    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.64px;
    font-weight: 500;
    cursor: pointer;
}
.choosing-when-month .checkbox-month input:checked + .label {
    border: 1px solid #E53E30;
    background-color: #E53E30;
    color: #fff;
}
.popup-agreement-marketing-2 .img-megacoffee {
    width: 162px;
    height: 236px;
    margin: 24px auto;
    background: url("../../images/mobile/bg-img/retention-coffee.svg") no-repeat center / 162px auto;
    text-align: center;
}
.popup-agreement-marketing-3 .retention-intro {
    padding: 20px 0;
}
.popup-agreement-marketing-3 .retention-intro ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
}
.popup-agreement-marketing-3 .retention-intro ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: calc(50% - 5px);
    border-radius: 15px;
    border: 1px solid #E5E5E5;
}
.popup-agreement-marketing-3 .retention-intro ul li:before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 45px;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.popup-agreement-marketing-3 .retention-intro ul li:nth-child(1):before {
    background-image: url("../../images/mobile/icon/join-ico-01.svg");
}
.popup-agreement-marketing-3 .retention-intro ul li:nth-child(2):before {
    background-image: url("../../images/mobile/icon/join-ico-02.svg");
}
.popup-agreement-marketing-3 .retention-intro ul li:nth-child(3):before {
    margin-top: 15px;
    background-image: url("../../images/mobile/icon/join-ico-03.svg");
}
.popup-agreement-marketing-3 .retention-intro ul li:nth-child(4):before {
    background-image: url("../../images/mobile/icon/join-ico-04.svg");
}
.popup-agreement-marketing-3 .retention-intro ul li:nth-child(1),
.popup-agreement-marketing-3 .retention-intro ul li:nth-child(2) {
    height: 144px;
}
.popup-agreement-marketing-3 .retention-intro ul li:nth-child(3),
.popup-agreement-marketing-3 .retention-intro ul li:nth-child(4) {
    height: 158px;
}
.popup-agreement-marketing-3 .retention-intro ul li .txt-first,
.popup-agreement-marketing-3 .retention-intro ul li .txt-second {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    text-align: center;
}
.popup-agreement-marketing-3 .retention-intro ul li .emphasis {
    font-weight: 500;
    text-decoration: underline;
}
.popup-agreement-marketing-3 .retention-intro ul li .small {
    color: #666;
    font-size: 12px;
    font-weight: 300;
}
.popup-agreement-marketing-3 .retention-intro ul li .txt-second .txt-second-child {
    text-align: center;
}
/* E: 리텐션-2025 */

/* S: 앱푸시고도화 팝업-250527 */
.apppush-agree-benefit .modal-content .modal-body {
    padding: 60px 35px 50px;
}
.apppush-agree-benefit .con-area {
    text-align: left;
}
.apppush-agree-benefit .main-txt {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    line-height: normal;
    font-weight: 700;
}
.apppush-agree-benefit .main-txt:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-bottom: 20px;
    background: url("../../images/mobile/icon/ico-apppush-topbell.svg") no-repeat center / contain;
}
.apppush-agree-benefit .ico-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    padding: 0 4px;
}
.apppush-agree-benefit .ico-box .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    text-align: center;
}
.apppush-agree-benefit .ico-box .item:before {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 100px;
    background-color: #E53E30;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}
.apppush-agree-benefit .ico-box .item:nth-child(1):before {
    background-image: url("../../images/mobile/icon/ico-apppush-01.svg");
}
.apppush-agree-benefit .ico-box .item:nth-child(2):before {
    background-image: url("../../images/mobile/icon/ico-apppush-02.svg");
}
.apppush-agree-benefit .ico-box .item:nth-child(3):before {
    background-image: url("../../images/mobile/icon/ico-apppush-03.svg");
}
.apppush-agree-benefit .check-box {
    padding-top: 40px;
}
.apppush-agree-benefit .check-box .inp-check > .label {
    font-size: 13px;
}
.apppush-allow-access .modal-content .modal-body {
    padding: 50px 35px;
}
.apppush-allow-access .con-area {
    text-align: left;
}
.apppush-allow-access .main-txt {
    font-size: 20px;
    line-height: normal;
    font-weight: 700;
}
.apppush-allow-access .sub-txt {
    margin-top:  10px;
    color: #666;
    font-size: 12px;
    line-height: normal;
    font-weight: 400;
}
.apppush-allow-access .ico-txt {
    margin-top:  30px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
}
.apppush-allow-access .ico-box {
    margin-top: 20px;
}
.apppush-allow-access .ico-box .item {
    display: flex;
}
.apppush-allow-access .ico-box .item:before {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: 14px;
    border-radius: 100px;
    background-color: #E53E30;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}
.apppush-allow-access .ico-box .item:nth-child(1):before {
    background-image: url("../../images/mobile/icon/ico-apppush-04.svg");
}
.apppush-allow-access .ico-box .item:nth-child(2):before {
    background-image: url("../../images/mobile/icon/ico-apppush-05.svg");
}
.apppush-allow-access .ico-box .item + .item {
    margin-top: 20px;
}
.apppush-allow-access .ico-box .item .txt-01 {
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
}
.apppush-allow-access .ico-box .item .txt-02 {
    margin-top: 3px;
    color: #666;
    font-size: 12px;
    line-height: normal;
    font-weight: 400;
}
/* E: 앱푸시고도화 팝업-250527 */