@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;
    padding-top:65px;
}
.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:40px}
.form-wrap .form-inp dl + dl,
.form-wrap .form-inp dd + dd{margin-top:10px}
.form-wrap [class*='tab-'] + .form-box{padding-top:40px}
.form-wrap .form-box + .form-box{padding-top:40px}
.join .form-wrap .form-box + .form-box{padding-top:10px}
.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:16px;
    color:#fff;
    padding:20px 40px;
    display:flex;
    align-items: center;
    justify-content: center;
    min-width:500px;
    min-height:100px;
    background:rgba(0,0,0,.8);
    border-radius: 8px;
}

/** Login **/
.login .tab-nav{padding:0 0 10px;}
.login .reserve-box{padding:12px 0 20px}
.login .form-btns{margin-top:17px}
.login .form-btns .btn-login{margin-top:48px}
.login .form-btns .btn-login + .btn-login{margin-top:15px;}
.login .btn-reserve{margin-top:40px}
.login .sns-login{margin-top:10px}
.login .sign-up{
    margin-left:25px;
    font-weight: 700;
}
.login .sign-up:before{display:none}
.login .find-id dl{margin-top:20px}
.login .certified .panel-box{margin-top:40px}
.login .certified .panel{
    position: relative;
    display:flex;
    align-items: center;
    flex-direction: column;
    flex:1;
    padding-top:5px;
}
.login .certified .panel:before{
    content: '';
    display:inline-block;
    width:65px;
    height:53px;
    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:nth-child(1){
    border-right:1px solid #ccc;
}
.login .certified .panel-box.pw .panel:nth-child(1){
    border-right:0;
}
.login .certified .panel span{
    font-size:16px;
    line-height:1.47;
    letter-spacing: -0.75px;
    color:#000;
    margin-top:20px;
}
.login .etc-txt{margin-top:55px}
.login .bg-box{margin-top:80px}

.login .btn-wrap.row > * + * {
    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{
    margin-top:80px;
    width:700px;
    padding: 0 30px 34px;
    margin-left:-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 img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.login .swiper-button-next,
.login .swiper-button-prev{
    width:60px;
    height:60px;
    margin-top: -64px;
    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-button-next::after {background-image: url('../../images/icon_arrow_next.svg'); background-position: left center;}
.login .swiper-button-prev::after {background-image: url('../../images/icon_arrow_prev.svg'); background-position: right center;}
.login .swiper-button-next:hover::after {animation: leftArrowCircle 1s infinite alternate ease-in-out;}
.login .swiper-button-prev:hover::after {animation: rightArrowCircle 1s infinite alternate ease-in-out;}
.login .swiper-button-next{right:0; background-image: none;}
.login .swiper-button-prev{left:0; background-image: none;}
/*.login .swiper-banner:hover .swiper-button-next,*/
/*.login .swiper-banner:hover .swiper-button-prev{display:block}*/
.login .swiper-pagination{
    bottom:0 !important;
    display:flex;
    justify-content: center;
}
.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 .swiper-pagination-login-bnr {
    padding-top: 20px;
    text-align: center;
}

/* login popup */
.account-on p.md-text-1 + p{margin-top:15px}
.form-txt-area{padding-bottom:30px;}
.form-txt-area > strong{
    display:block;
    font-size:23px;
    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:33.3%;
    padding:5px 0;
    font-weight: 500
}

/** Join **/
.join{/*padding-top:65px*/}
.join .sns-login{margin-top:30px}
.join .txt-imp{margin-top:40px}
.join .step-nav{
    padding:0 0 58px
}
.join .step-nav ul{
    display:flex;
    align-items: center;
}
.join .step-nav li{
    flex:none;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -2.4px;
    color: #e5e5e5;
    position:relative;
    line-height: 1.0;
}
.join .step-nav li + li:before{
    content: '';
    display:inline-block;
    width:28px;
    height:28px;
    background:url('../../images/icon_arrow_right_03.svg') 52% 50%/10px no-repeat;
    opacity: .15;
}
.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:9px;
    height:9px;
    background:#e43d30;
    border-radius: 10px;
    position:absolute;
    top:-17px;
    left:calc(50% - 5px);
}
.join .step-nav li + .selected:after{left:calc(50% + 12px);}
.join .form-box .btn-wrap{margin-top:20px}
.join .form-box.join-2 .btn-wrap {margin-top: 10px;}
.join .terms-box{margin-top:30px;}
.join .terms-box .check-all > .label{
    font-size:20px;
    letter-spacing: -0.84px;
}
.join .terms-list {
    margin-top: 20px;
    padding: 14px 0;
    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 {
    border-bottom: 1px solid #666;
    color: #666;
    font-size: 13px;
    line-height:1.3;
    font-weight: 400;
}
.join .terms-list .more:hover button {font-weight: 700;}
.join .btn-wrap{margin-top:80px}
.join .complete-box{
    text-align: center;
    padding-top:40px;
}
.join .complete-box:before{
    content: '';
    width:82px;
    height:74px;
    display:inline-block;
    margin:0 auto 20px;
    background:url('../../images/icon_smile.png') 50% 50%/100% no-repeat;
}
.join .complete-box > strong{
    display:block;
    font-size:24px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: -1.2px;
}
.join .complete-box p{
    margin-top:20px;
    line-height: 1.43;
}
.join .complete-box em{
    font-family: 'TourEasyT';
    font-weight: normal;
    color:#e43d30;
}
.join .form-grid + .terms-box{margin-top:70px}

.join-1 {
    position: relative;
}
.join .separator {
    position: relative;
    margin-top: 40px;
    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: flex;
    justify-content: center;
    padding: 30px 0;
}
.join .cjone-link-wrap .btn-cjone-link {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 23.17px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}
.join .cjone-link-wrap .btn-cjone-link:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background: url("../../images/icon/ico-info.png") no-repeat center / contain;
}
.join .cjone-link-wrap .btn-cjone-link:after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 22px;
    margin-left: 10px;
    background: url("../../images/etc-logo/cj-one-02.png") no-repeat center / contain;
}
.join .retention-intro {
    padding: 30px 0 10px;
}
.join .retention-intro ul {
    display: flex;
    width: 100%;
    gap: 13px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.join .retention-intro ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: calc(25% - 9.75px);
    height: 170px;
}
.join .retention-intro ul li:before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 45px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.join .retention-intro ul li:nth-child(1):before {
    background-image: url("../../images/normal/icon/join-ico-01.svg");
}
.join .retention-intro ul li:nth-child(2):before {
    background-image: url("../../images/normal/icon/join-ico-02.svg");
}
.join .retention-intro ul li:nth-child(3):before {
    margin-top: 15px;
    background-image: url("../../images/normal/icon/join-ico-03.svg");
}
.join .retention-intro ul li:nth-child(4):before {
    background-image: url("../../images/normal/icon/join-ico-04.svg");
}
.join .retention-intro ul li:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -7px;
    transform: translateY(-50%);
    width: 1px;
    height: 130px;
    background-color: #e5e5e5;
}
.join .retention-intro ul li:last-child:after {
    display: none;
}
.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: 40px;
    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:fixed;
    left:0;
    bottom:0;
    width:100%;
    background:#fff;
    border-top:1px solid #666;
    z-index:8;
    min-width:1280px;
}
.sub-menu .menu-area{
    height: 84px;
    display:flex;
    align-items: center;
    justify-content: center;
}
.sub-menu .item{
    min-width:90px;
    height:100%;
    display:flex;
    align-items: center;
    justify-content: center;
    position:relative;
}
.sub-menu .item > a{
    font-size:13px;
    letter-spacing: -0.42px;
    color:#999;
    display: flex;
    flex-direction: column;
    align-items: center;
    white-space: nowrap;
}
.sub-menu .item > a:before{
    content: '';
    display:block;
    width:28px;
    height:28px;
    background-size:95%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-bottom:6px;
}
.sub-menu .item:hover > a,
.sub-menu .item > a.selected{
    color:#1c1c1c;
    font-weight: 700;
}
.sub-menu .item + .item{margin-left:40px}
.sub-menu .item .item-list{
    position:absolute;
    bottom:75px;
    left:calc(50% - 90px);
    background:#fff;
    width:180px;
    border:1px solid #666;
    margin-bottom:10px;
    height:0;
    overflow: hidden;
    opacity: 0;
    z-index:-1
}
.sub-menu .item .item-list:before{
    position:absolute;
    bottom:-8px;
    left:0;
    content: '';
    display:block;
    width: 100%;
    height: 8px;
    background:url(../../images/ico_gnb_arrow_down.png) no-repeat 0 0;

}
.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 .item .item-list a{
    width:100%;
    height:46px;
    display:flex;
    align-items: center;
    justify-content: center;
    color:#666;
    position:relative;
}
.sub-menu .item .item-list a:hover,
.sub-menu .item .item-list .selected{
    color:#1c1c1c;
    background:#f7f7f7;
    font-weight: 500;
}
.sub-menu .item .item-list a span{
    display:inline-block;
    position:relative;
    letter-spacing: -0.42px;
}
.sub-menu .item .item-list a:hover span:after{
    content: '';
    display:block;
    position:absolute;
    right:-15px;
    top:calc(50% - 7px);
    width:7px;
    height:14px;
    background:url('../../images/icon_arrow_right_04.svg') 50% 50%/14px no-repeat;
    background-size: 100%;
}
.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:150px 0 140px;
    display:flex;
    flex-direction: column;
    align-items: center;
}
.cont-none p{
    font-size:16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing:-0.8px;
    text-align: center
}
.cont-none:before{
    content: '';
    display:block;
    width:60px;
    height:89px;
    /*background-color: #f0f0f0;*/
    background-size:100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-bottom:16px
}
.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:66px;
    height:68px;
    background-image: url('../../images/emoji/emoji-memo.svg');
    background-size:127%;
}
.cont-none.magnify:before{
    width:72px;
    height:72px;
    background-image: url('../../images/emoji/emoji-magnifying-glass-tilted-left.svg');
    background-size:100%;
}
.cont-none.clapper:before{
    width:71px;
    height:73px;
    background-image: url('../../images/emoji/emoji-youtube.svg');
    background-size:100%;
}
.cont-none.admission:before{
    width:87px;
    height:77px;
    background-image: url('../../images/emoji/emoji-admission.svg');
    background-size:100%;
}
.tb-default .cont-none{padding:100px 0}
.cont-none.coin:before{
    width:72px;
    height:72px;
    background-image: url('../../images/emoji/emoji-coin.svg');
    background-size:130%;
}
.cont-none.question:before{
    width:43px;
    height:68px;
    background-image: url('../../images/emoji/emoji-question-mark.svg');
    background-size:200%;
}
.cont-none.clipboard:before{
    width:56px;
    height:76px;
    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:100px 0;
    border-top:1px solid #1c1c1c;
    border-bottom:1px solid #e5e5e5;
}
.cont-none.compliment:before {
    width: 62px;
    height: 60px;
    background-image: url('../../images/emoji/emoji-raising-hands-light-skin-tone.svg');
}
.customer .cont-none {display: none;}
.list-none .cont-none {display: flex;}

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

.btn-top {
    position:fixed; bottom:40px; right:40px; 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: 125px;
    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: 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;}

@media screen and (max-width:720px) {
    .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;}
    .btn-top {bottom: 65px; right: 15px;}
    .btn-top>.go-top-position {right: 15px; bottom: 67px;}
    .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) and (max-width: 1023px){
    .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;
}
.my-page .main-heade + .main-body .panel-item{padding-top:30px;}
.my-page .main-header .my-style .tit{
    font-size:50px;
    line-height: 40px;
    letter-spacing: -1.5px;
    font-weight: 100;
}
.my-page .main-header .my-style .tit .btn-underline{
    font-size:50px;
    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:40px;}
.my-page .main-header .my-style .txt p{
    font-size:24px;
    line-height:48px;
    font-weight: 500;
    letter-spacing: -1.2px;
}
.my-page .main-header .my-style .txt strong{
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -1.2px;
}
.my-page .main-header .my-style .txt strong em{
    font-size:24px;
    letter-spacing: -1.2px;
}
.my-page .main-header .my-style .txt .icon{
    display:none;
    vertical-align: bottom;
}
.my-page .main-header .btn-wrap{margin-top:20px}
.my-page .main-header .my-icon{
    display: flex;
    justify-content: end;
    align-items: center;
    width:259px;
    height:259px;
    position:relative;
}
.my-page .main-header .my-icon span{
    display: block;
    width:259px;
    height:auto;
}
.my-page .main-header .my-icon .btn-setting{
    position:absolute;
    right:-20px;
    bottom:-30px;
    width:60px;
    height:60px;
    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:20px}
.my-page .panel-item{padding-top:90px}
.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:26px;
    letter-spacing: -0.78px;
    line-height: 28px;
}
.my-page .panel-item .item-tit .btn-cont-more{
    margin-left:30px;
}
.my-page .panel-item .item-tit + .item-cont{margin-top:18px}
.my-page .panel-item .item-cont .inquiry-box a .cont p {word-break:break-word;}
.my-page .panel-box.default > div{flex:1}
.my-page .panel-box.default > div + div{margin-left:20px}

.my-page .my-travel-style{max-width:1180px;}
.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 .tit{
    font-size:24px;
    font-weight: 500;
    letter-spacing: -1.2px;
}
.my-page .my-style-txt .tit strong{
    font-family: 'TourEasyT';
    font-size: 32px;
    font-weight: normal;
    letter-spacing: 0
}
.my-page .my-style-txt .txt{
    font-size:23px;
    font-weight: 500;
    letter-spacing: -1.15px;
    padding-top:10px
}
.my-page .my-style-icon{
    width:220px;
    height:210px;
    position:absolute;
    right:0;
    top:0;
}
.my-page .my-style-icon img{width:100%; height:auto}
.my-page .my-style-list{
    padding:120px 0 30px;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}
.my-page .my-style-list .item{
    flex:none;
    width:25%;
    display:flex;
    align-items: start;
    justify-content: center;
}
.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:-60px}
.my-page .my-style-list .item-03{align-items: center}
.my-page .my-style-list .item-05{width:75%;}
.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-07,
.my-page .my-style-list .item-08{min-height:200px; margin-top:-91px; margin-right:25%;}
.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%;}
.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:150px;
    position: relative;
}
.my-page .inp-style-check .img{
    width:100%;
    height:150px;
    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:16px;
    font-weight:700;
    line-height:1.25;
    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:136px}
.my-page .inp-style-check.type-1 .img{width:120px; height:120px }
.my-page .inp-style-check.type-2{width:170px }
.my-page .inp-style-check.type-2 .img{ height:170px }
.my-page .inp-style-check.type-3{width:200px;}
.my-page .inp-style-check.type-3 .img{height:200px }
.my-page .inp-style-check.type-4{width:154px;}
.my-page .inp-style-check.type-4 .img{height:215px; border-radius: 75px}
.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%/48px auto no-repeat;
    position:absolute;
    left:0;
    top:0;
}

.banner-box{
    display:flex;
    justify-content: space-between;
    align-items: center;
    min-height:120px;
    padding:20px 60px
}
.banner-box .text{
    font-size:17px;
    line-height: 32px;
    color:#666
}

/* 예약내역 */
.list-reserve{
    display:flex;
}
.item-reserve{
    /* width:calc(50% - 10px); */
    border:1px solid #ccc;
    display:flex;
    position:relative;
    border-radius: 10px;
    overflow:hidden;
    min-height:350px;
}
.item-reserve .item-area{
    display:flex;
    flex:1
}
.item-reserve .item-img{
    flex:none;
    width:290px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size:cover;
}
.item-reserve .item-info{
    flex:1;
    padding:22px 30px 30px;
    border-left:1px solid #ccc
}
.item-reserve .item-info .no{margin-bottom:42px}
.item-reserve .item-info .no dl{
    display:flex;
    position:relative;
}
.item-reserve .item-info .no dt,
.item-reserve .item-info .no dd{
    font-size:18px;
    font-weight:700;
    letter-spacing:-0.72px;
    line-height:28px;
}
.item-reserve .item-info .no dt{width:80px}
.item-reserve .item-info .label{margin-bottom:18px;}
.label-state{
    display:inline-block;
    color:#666;
    font-size:12px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: -0.36px;
    padding: 3.21px 5px 3.21px;
    border-radius: 3px;
    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-radius: 3px;
    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-radius: 3px;
    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:#006f80 !important;
    border-color: #006f80 !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-radius: 3px;
    border-color: #A775CA !important;
    background-color: #fff !important;
    color:#A775CA !important;
}
.label-state.easyplus-logo {
    position: relative;
    width: 56px;
    height: 20px;
    padding: 0;
    border: none !important;
    background: url(../../images/normal/icon/ico-easyplus-logo.svg) no-repeat center / contain;
}
.label-state.easyplus {
    border-radius: 3px;
    border-color: #E53E30 !important;
    color: #E53E30 !important;
}
.label-state.prime-logo {
    position: relative;
    width: 45px;
    height: 14px;
    margin-top: 3px !important;
    padding: 0;
    border-radius: 0 !important;
    border: none !important;
    background: url(../../images/normal/icon/ico-prime-logo.svg) no-repeat center / contain;
}
.label-state.topclass-logo {
    position: relative;
    width: 64px;
    height: 14px;
    margin-top: 3px !important;
    padding: 0;
    border-radius: 0 !important;
    border: none !important;
    background: url(../../images/normal/icon/ico-topclass-logo.svg) no-repeat center / contain;
}
.item-reserve .item-info .tit{
    font-size:20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    max-height: 2.6em;
}
.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;
    line-height:26px;
}
.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:26px;
    letter-spacing: normal;
}
.item-reserve .item-info .price em{
    font-size:16px;
    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}
.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{
    position:absolute;
    top:calc(50% - 40px);
    z-index:1
}
.swiper-reserve .btn-round-arrow.prev{left:-60px; cursor: pointer; background-image: none;}
.swiper-reserve .btn-round-arrow.next{right:-60px; cursor: pointer; background-image: none;}
.swiper-reserve .btn-round-arrow.prev::after{content: ""; display: block; position: absolute; top: 50%; left: 50%; margin-left: -18px; width: 37px; height: 20px; background: url('../../images/icon_arrow_prev.svg') no-repeat center; background-position: right center; transform: translate(0, -50%);}
.swiper-reserve .btn-round-arrow.next::after{content: ""; display: block; position: absolute; top: 50%; left: 50%; margin-left: -18px; width: 37px; height: 20px; background: url('../../images/icon_arrow_next.svg') no-repeat center; background-position: left center; transform: translate(0, -50%);}
.swiper-reserve .btn-round-arrow.prev:hover::after {animation: rightArrowCircle 1s infinite alternate ease-in-out;}
.swiper-reserve .btn-round-arrow.next:hover::after {animation: leftArrowCircle 1s infinite alternate ease-in-out;}
.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
}
.list-reserve.type-row > .item-reserve + .item-reserve{margin-top:40px}
.list-reserve.type-row .item-reserve .item-info{padding:35px 30px 37px}
.list-reserve.type-row .no{display:flex; align-items: center}
.list-reserve.type-row .no dt{width:auto; margin-right:15px}
.list-reserve.type-row .no dl + dl{padding-left:41px;}
.list-reserve.type-row .no dl + dl:before{
    content: '';
    display:block;
    width:1px;
    height:14px;
    background:#ccc;
    position:absolute;
    left:21px;
    top:calc(50% - 7px);
}
.list-reserve.type-row .price{
    position:absolute;
    right:0;
    bottom:38px;
    text-align: right;
    padding-right:150px;
}
.list-reserve.type-row .item-btn{
    left:initial;
    right:30px;
    bottom:37px
}

/* 20220711 만족도조사 버튼 추가 */
.list-reserve.type-row .item-btn.satisfaction {
    bottom: inherit;
    top: 35px;
}
.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;
}
.list-header{
    margin-bottom: 20px;
    position:relative;
    display: flex;
    align-items: center;
}
.list-header.flex-type-2 {
    justify-content: space-between;
    align-items: flex-end;
}
.list-header.mg-none{padding:0}
.list-header .total{
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    color:#666;
}
.list-header .leftbox {
    display: flex;
    align-items: center;
    gap: 15px;
}
.list-header .rightbox {

}
.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: 16px;
    background: #ccc;
    position:absolute;
    left:0;
    top:calc(50% - 8px)
}
.list-header .rank .btn-rank {
    position: relative;
    color: #666;
    font-size: 14px;
    font-weight: 300;
}
.list-header .rank .btn-rank + .btn-rank {
    margin-left: 10px;
    padding-left: 10px;
}
.list-header .rank .btn-rank.selected{
    font-weight: 700;
    color:#1c1c1c;
}
.list-header .rank [class*=btn-rank]:hover{color:#1c1c1c; font-weight: 700;}

/* 예약 리스트 */
.my-reserve{padding-top:40px}
.my-reserve .cont-none{padding-top:210px}
.detail-reserve{
    max-width: 640px;
    margin:0 auto;
    position:relative;
}
.detail-reserve + .detail-reserve{margin-top:60px}
.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 .modify-traveller-info:hover {
    border: 1px solid #666;
}
.detail-reserve .item-tit{
    font-size:20px;
    font-weight: 500;
    line-height: 1.0;
    letter-spacing: -0.8px;
    padding-bottom:18px;
}
.detail-reserve .item-cont{
    padding:35px 40px;
    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; height:130px; font-size:16px;}

.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 .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:10px}
.detail-reserve .date > * + *{margin-left:10px;}
.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: 20px;
    font-weight: 500;
    line-height: 20px;
}
.detail-reserve.receipt-cash .item-tit .tooltip .view {
    width: 20px;
    height: 20px;
}
.detail-reserve.receipt-cash .item-tit .tooltip .view .tooltip-area .txt {
    text-align: left;
}
.detail-reserve.receipt-cash .item-tit .tooltip .view .tooltip-area.location {
    top: 25px;
    left: 105px;
    width: 390px;
}
.detail-reserve.receipt-cash .btn-view-receipt-cash {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    width: auto;
    min-height: 30px;
    margin-left: 110px;
    padding: 0 10px;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 400;
}
.detail-reserve.receipt-cash .btn-view-receipt-cash:hover {
    border: 1px solid #666;
}
.popup-receipt-cash .modal-content .modal-header {
    align-items: center;
    border-radius: 0;
}
.popup-receipt-cash .modal-header:before {
    display: none;
}
.popup-receipt-cash .modal-content .modal-header .modal-title {
    display: flex;
    align-items: center;
    font-family: 'NotoSansCJKkr';
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
}
.popup-receipt-cash .modal-content .modal-header .modal-title .sel-base {
    margin-left: 14px;
}
.popup-receipt-cash .modal-content .modal-header .btn-md-close {
    margin-top: 5px;
}
.popup-receipt-cash .modal-content .modal-body {
    margin-top: 10px;
}
.popup-receipt-cash .modal-content .modal-body .history-receipt-cash .con {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}
.popup-receipt-cash .modal-content .modal-body .history-receipt-cash .con iframe {
    width: 456px;
    height: 477px;
}

.detail-reserve .associate-cjone button {
    font-weight: 500;
}

@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:30px;}
.detail-reserve .list .item-box{display:flex;}
.detail-reserve .list .item-box + .item-box{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 dt:before{
    content: '-';
    margin-right:5px
}
.detail-reserve .list dd{
    flex:1;
    font-size:16px;
    line-height:20px;
}
.form-title {
    font-size:20px;
    font-weight: 500;
    letter-spacing: -0.8px;
    padding-bottom: 30px;
}
.form-title > .txt{margin-top:8px}
.inp-pay {
    display:flex;
    flex-wrap: wrap;
    padding-top: 10px;
}
.inp-pay > *{
    flex:1;
    height:60px;
    border:1px solid #e5e5e5;
    position:relative;
    display:flex;
    align-items: center;
    justify-content: center;
    z-index:0;
}
.inp-pay > * + *{margin-left:-1px}
.inp-pay > *:hover,
.inp-pay > *.selected{
    border-color:#1c1c1c;
    z-index:1
}
.inp-pay + label{margin-top:10px}
.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 {
    flex: unset;
    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: 20px;
    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 img {
    width: 640px;
    height: 90px;
}
.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 + .form-box{padding-top:80px}
.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;}

/* 예약내역-제휴포인트 */
.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: 14px 20px;
    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 .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: 25px 15px 25px 20px;
    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%;
}
.associatedpoint-list-wrap .associatedpoint-item .acco-detail .tit {
    flex-shrink: 0;
    color: #666666;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    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;
    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: 205px;
    height: 100%;
    padding-left: 15px;
}
.associatedpoint-list-wrap .associatedpoint-item .acco-detail .input-group .inp-base {
    padding-right: 48px;
    text-align: right;
}
.associatedpoint-list-wrap .associatedpoint-item .acco-detail .input-group .won {
    position: absolute;
    top: 50%;
    right: 35px;
    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: 15px;
    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 {
    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: 10px;
    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: 20px;
    color: #666666;
    font-family: 'Noto Sans KR';
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: -0.45px;
}

/* 예약내역-결제 상세 */
.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;
    padding: 0 30px;
}
.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 20px 20px 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: 15px;
}
.payment-detail-form .acco-body .item.pseudo-dashed:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 45px);
    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 30px 20px;
    border-bottom: 1px solid #e5e5e5;
}

.mb-join-box{margin-top:10px; }
.mb-join-box a{
    padding:10px;
    border: solid 1px #fbe2e0;
    background: #fef5f4;
    border-radius: 2px;
    display:flex;
    align-items: center;
    justify-content: center;}
.mb-join-box .icon-01:before{content: '';display:block; width:20px; height:20px; 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:10px}
.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-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{padding-bottom:30px}
.mod-airplane .result-box{
    margin-top:30px;
    border-top:1px solid #1c1c1c;
}
.mod-airplane .result-box .item{
    display:flex;
    align-items: center;
    min-height:70px;
    padding:15px 30px;
    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:30px}
.mod-airplane .result-box .item .txt strong,
.mod-airplane .result-box .item .price{font-weight: 500}
.mod-airplane .result-box .item .price{
    width:80px;
    text-align: right;
}
.mod-airplane .result-box .item .txt p{color:#999; padding-top:4px}
.mod-airplane .result-box .item .verification{
    margin-top: 4px;
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: 0;
    padding-left: 52px
}
.mod-airplane .result-box .item .verification input{
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 5px 20px;
    width: 100%;
    margin-left: 100px;
}

/* 예약내역-예약접수 취소 */
.cancel-reservation .modal-body .body-content .guide-txt {
    padding-bottom: 18px;
    border-bottom: 1px solid #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.8px;
}
.cancel-reason-area .item-box {
    display: flex;
    align-items: center;
    padding: 23.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: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.7px;
    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;
    gap: 5px;
}
.service-box + .service-box {
    margin-top: 5px;
}
.service-box > *{
    width: calc(25% - 5px);
    height:140px;
    display:flex;
    align-items: center;
    justify-content: center;
    border:1px solid #ccc;
}
.service-box span{
    font-size:18px;
    line-height: 24px;
    text-align: center;
}
.service-box a{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.service-box a:before{
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    margin-bottom: 8px;
}
.service-box a:nth-child(6):before {
    margin-bottom: 10px;
}
.service-box a:hover{border-color:#666;}
.service-box .icon-heart:before{background: url('../../images/icon_s_heart.svg') 50% 50%/31px 26px no-repeat;}
.service-box .icon-point:before{background: url('../../images/icon_s_point.svg') 50% 50%/31px 31px no-repeat;}
.service-box .icon-coupon:before{background: url('../../images/icon_s_coupon.svg') 50% 50%/36px 23px no-repeat;}
.service-box .icon-modify:before{background: url('../../images/icon_s_doc.svg') 50% 50%/32px 32px no-repeat;}
.service-box .icon-sns:before{background: url('../../images/icon_s_sns.svg') 50% 50%/18px 18px no-repeat;}
.service-box .icon-membership:before{background: url('../../images/icon_s_membership.svg') 50% 50%/39px 27px no-repeat;}
.service-box .icon-cjone:before{background: url('../../images/icon_s_cjone.svg') 50% 50%/36px 34px no-repeat;}
.service-box .icon-honeymoon:before{background: url('../../images/icon_s_honeymoon.svg') 50% 50%/32px 32px no-repeat;}
.service-box .icon-coupon-2:before{background: url('../../images/normal/icon/ico-s-coupon-2.svg') 50% 50%/36px 26px no-repeat;}

.service-box .icon-heart:before{background: url('../../images/icon_s_heart.svg') no-repeat center / contain}
.service-box .icon-point:before{background: url('../../images/icon_s_point.svg') no-repeat center / contain}
.service-box .icon-coupon:before{background: url('../../images/icon_s_coupon.svg') no-repeat center / contain}
.service-box .icon-modify:before{background: url('../../images/icon_s_doc.svg') no-repeat center / contain}
.service-box .icon-sns:before{background: url('../../images/icon_s_sns.svg') no-repeat center / contain}
.service-box .icon-membership:before{background: url('../../images/icon_s_membership.svg') no-repeat center / contain}
.service-box .icon-cjone:before{background: url('../../images/icon_s_cjone.svg') no-repeat center / contain}
.service-box .icon-honeymoon:before{background: url('../../images/icon_s_honeymoon.svg') no-repeat center / contain}
.service-box .icon-coupon-2:before{background: url('../../images/normal/icon/ico-s-coupon-2.svg') no-repeat center / contain}

.service-box .icon-travelreview:before{
    background: url('../../images/normal/icon/ico-s-travelreview.svg') no-repeat center / 36px auto;
}
.service-box .icon-productreview:before{
    background: url('../../images/normal/icon/ico-s-productreview.svg') no-repeat center / 36px auto;
}
.service-box .icon-complement:before{
    background: url('../../images/normal/icon/ico-s-compliment.svg') no-repeat center / 36px auto;
}
.service-box a.point:after {
    content: "Point +";
    display: inline-block;
    margin-top: 10px;
    padding: 2px 10px 3px;
    border-radius: 7px;
    background-color: #E53E30;
    color: #fff;
    font-size: 12px;
    line-height: 10px;
    font-weight: 500;
}

/* wish list */
.my-wish{padding-top:40px}
.my-wish .paging-wrap{margin:0}
.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{padding-top:40px}
.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 .list-header {
    justify-content: space-between;
    align-items: flex-end;
}
.my-review .review-hdr{padding-bottom: 25px}
.my-review .review-cont p {word-break:break-word;}
.my-review .review-cont .image img {max-width:100%;}
.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;
}
.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 .item-review {
    position:relative;
    padding: 15px 0;
    border-top: 1px solid #E5E5E5;
    z-index:0
}
.list-review .item-review:last-child {
    border-bottom: 1px solid #E5E5E5;
}
.list-review .item-review .item-area{
    display:flex;
    align-items: center;
    position:relative;
    z-index:1
}
.list-review .item-img{
    flex:none;
    margin-left:auto;
    width: 210px;
    height:130px;
    border-radius: 4px;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
}
.list-review .item-info {
    max-width: 890px;
    padding: 13px 0;
}
.list-review .item-info .tit,
.list-review .item-info .cont,
.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;
    /*max-height: 2.4em;*/
    overflow-wrap: anywhere;
    word-break: keep-all;
}
.list-review .item-info .tit {
    font-size: 15px;
    font-weight: 500;
    -webkit-line-clamp: 1;
}
.list-review .item-info .tit.best:before {
    content: "";
    display: inline-block;
    vertical-align: sub;
    width: 20px;
    height: 22px;
    margin-right:10px;
    background: url(../../images/normal/icon/ico-cust-travelreview.svg) no-repeat center / contain;
}
.list-review .item-info .cont {
    margin-top: 12px;
    line-height: 20px;
    font-weight: 300;
}
.list-review .item-info .area {
    display: flex;
    align-items: center;
    margin-top: 13px;
}
.list-review .item-info .scope + *{margin-left:20px}
.list-review .item-info .period + .date {
    margin-left: 10px;
    padding-left: 10px;
}
.list-review .item-info .period + .date:before{
    content: '';
    width:1px;
    height:12px;
    background:#ccc;
    position:absolute;
    left:0;
    top:calc(50% - 6px)
}
.list-review .item-info .area > div {
    position: relative;
    color:#999;
    font-size: 14px;
    font-weight: 300;
}
.list-review .item-info .area .user-id {
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
}
.list-review .item-info .user-id + .date {
    margin-left: 12px;
    padding-left: 12px;
}
.list-review .item-info .user-id + .date:before {
    content: '';
    position: absolute;
    top: calc(50% - 6px);
    left: 0;
    width: 1px;
    height: 12px;
    background: #e5e5e5;
}
.list-review .item-info .area > div.reply{
    margin-left: 10px;
    padding-left: 38px;
    color: #1c1c1c;
    background: url(../../images/emoji/emoji-memo.svg) left 7px center / 24px 25px no-repeat;
}
.list-review .item-info .area > div.reply:before {
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    left: 0px;
    width: 1px;
    height: 12px;
    background: #ccc;
}
.scope{
    position:relative;
    width:86px;
    height:14px;
    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% 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% repeat-x;
}
.scope.type-1:after{width:14px}
.scope.type-2:after{width:32px}
.scope.type-3:after{width:50px}
.scope.type-4:after{width:68px}
.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{align-items: start}
.inp-box.m-row > div{flex:1}
.inp-box.m-row > div + button{flex:none}

/* 이용안내 */
.notice-box{margin-top:80px}
.notice-box.mg-none{margin-top:0}
.notice-box.mg-type1{margin-top:20px}
.notice-box .notice-header{pointer-events: none;}
.notice-box .notice-body{margin-top:16px}
.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}

/* 허니문-이용동의 */
.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:20px}
.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;
}
.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}

.tb-earn-points [class*="date"] {
    width: 200px;
}
.tb-earn-points .tb-body .cont {
    justify-content: center;
}

.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 .txt {margin-top: 10px; font-size: 14px; color: #e43d30;}
.my-connect-sns .cont.link-cunnect + .cont {margin-top: 22px;}

/* 회원탈퇴 */
.my-withdrawal .bg-box{
    padding:38px 40px;
    margin-bottom:60px
}
.my-withdrawal .bg-box > .tit{
    font-size:23px;
    font-weight: 500;
    letter-spacing: -1.15px;
    line-height: 26px;
}
.my-withdrawal .bg-box > .txt{
    font-weight: 500;
    margin-top:18px;
}
.my-withdrawal .radio-area .item{
    flex:none;
    width:20%;
}
.my-withdrawal .inp-check.type3 > .label{
    font-size:14px;
    color:#1c1c1c
}
.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;
}

/* 고객 서비스 개선 제안*/
.inp-textarea{
    width:100%;
    font-size:15px;
    font-weight: 500;
    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 dd{
    display:none;
    flex-wrap: wrap;
    padding: 15px 0 0;
    margin-bottom:-8px;
}
.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:8px}
.toggle-area.line{
    padding:0;
    border-top:1px solid #1c1c1c;
}
.toggle-area.line .item-toggle-box{
    border-bottom:1px solid #e5e5e5;
    padding:25px 20px
}
.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:8px}
.inp-ck-txt span{
    display:block;
    font-size:13px;
    font-weight: 500;
    height:28px;
    line-height: 28px;
    padding:0 15px;
    letter-spacing: -0.4px;
    background:#f3f3f3;
    border:1px solid transparent;
}
.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:80px;}
.agree-box .txt{margin-top:10px}
.agree-box .inp-agree{
    padding:40px 0 0;
    text-align: center;
}

/* 설문조사 */
.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;
    margin-right:27px;
    /*width:20%*/
}
.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:20px}
.my-poll .form-grid .default+ .form-grid-item.default,
.my-poll .form-grid .in + .form-grid-item.default{margin-top:70px}
.my-poll .form-grid-item.in > .label{font-size:18px; color:#666}
.my-poll .form-grid-item.in > .label em{padding-left:33px}
.my-poll textarea.inp-base{width:100%; height:150px;}
.my-poll .search-item{
    padding-bottom:50px;
}
.my-poll .search-item .inp-box > * + *,
.inp-box.inp-srh > * + *{margin-left:6px}
.my-poll .search-item .cont .inp-box + *,
.inp-box.inp-srh + *{margin-top:10px}

.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 {
    margin: 0;
    padding: 0;
    font-size: 0;
}
.my-poll .radio-area.radio-type-2 .item + .item {
    margin-left: 13px;
}
.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: 46px;
    height: 46px;
    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-check + .inp-check,
.my-poll .radio-area.radio-type-2 .inp-radio + .inp-radio {
    margin-left: 13px;
}
.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 .inp-radio .label:hover {
    border-color: #E53E30;
    color: #E53E30;
}
.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: 500;
    line-height: 1;
}

.my-poll .survey .form-grid-item .radio-area .item .item-txt {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.48px;
}
.my-poll .survey .form-grid .form-grid-item + .form-grid-item {
    margin-top: 70px;
}
.my-poll .survey .inp-box.radio-area.column .item + .item {
    margin-top: 30px;
}
.my-poll .survey .form-grid-item .radio-area .item:first-child .item-txt {
    margin-top: 6px;
}
.my-poll .survey .radio-area .item .star-rating-wrap {
    padding: 24px 0 0;
    font-size: 0;
}
.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/normal/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/normal/button/star-on.svg") no-repeat center / 36px auto;
}
.my-page .survey-completed {
    position: relative;
    max-width: 640px;
    margin: 0 auto;
}
.my-page .survey-completed .txt-small {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.56px;
    text-align: center;
}
.my-page .survey-completed .txt-small.another-style {
    margin-top: 70px;
}
.my-page .survey-completed .txt-small.another-style .emphasis  {
    font-weight: 500;
}
.my-page .survey-completed .txt-big {
    margin-top: 26px;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.8px;
    text-align: center;
}
.my-page .survey-completed .btn-wrap {
    margin-top: 40px;
}
.my-page .survey-completed .btn-wrap .appdown {
    width: 100%;
    height: 55px;
}
.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: 147px;
    height: 36px;
    background-size: 147px auto;
    background-image: url("../../images/normal/icon/logo-app-android.svg");
}
.my-page .survey-completed .btn-wrap .appdown.apple:before {
    width: 131px;
    height: 35px;
    background-size: 131px auto;
    background-image: url("../../images/normal/icon/logo-app-apple.svg");
}
.my-page .survey-completed .btn-wrap .appdown:after {
    width: 16px;
    height: 15.78px;
    margin-left: 14px;
    background: url("../../images/normal/icon/ico-down-white.svg") no-repeat center / 16px auto;
}
.my-page .survey-completed .btn-wrap .qrcode-group {
    text-align: center;
}
.my-page .survey-completed .btn-wrap .qrcode-group + .qrcode-group {
    margin-left: 60px;
}
.my-page .survey-completed .btn-wrap .qrcode-group .qrcode {
    margin-top: 10px;
}

    /* search */
.search-area{
    display:flex;
    align-items: center;
    justify-content: center;
}
.search-area > *{flex:none}
.search-area .sel-search{width:160px}
.search-area .inp-search{
    width:576px;
    display:flex;}
.search-area > * + *{margin-left:6px}
.search-area .inp-base{
    flex:1;
}
.search-area .sel-base{
    width:100%;
}
.search-area .btn-type-s.search{
    flex:none;
    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:60px}
.list-btn{
    position:absolute;
    right:0;
    bottom:0;
}
.list-none + .list-btn{display:none}
.list-none .paging-wrap{display:none}
.list-none + .paging-wrap{display:none}
.tb-complain .area{
    flex:none;
    width:200px
}
.customer .list-none .paging-wrap{visibility: hidden; display:block !important; }

/* 회원정보 확인 */
.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:1250px; padding-top:0}
.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-label > div {
    font-size: 0;
}
.detail .item-label > div span + span {
    margin-left: 3px;
}
.detail .item-label .easyplus-logo {
    top: 5px;
}
.detail .item-label .prime-logo,
.detail .item-label .topclass-logo {
    top: 2px;
}
.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{
    padding-right:340px;
    position:relative;
    padding-top:5px
}
.detail .detail-area{padding-top:25px;}
.detail .item-photo{
    position: relative;
    width:100%;
    height:512px;
    background:#ccc;
}
.detail .swiper-photo{
    width:100%;
    height:100%;
}
.detail .swiper-photo .swiper-slide{
    background-size:cover;
    background-repeat: no-repeat;
}
.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: 70px;
    height: 70px;
}
.detail .swiper-photo .swiper-button-next,
.detail .swiper-photo .swiper-button-prev{
    width:60px;
    height:60px;
    background-color:rgba(0,0,0,.6);
    background-image: none;
    border-radius: 100%;
}
.detail .swiper-photo .swiper-button-prev:before,
.detail .swiper-photo .swiper-button-prev:after,
.detail .swiper-photo .swiper-button-next:before,
.detail .swiper-photo .swiper-button-next:after{display:none}
.detail .swiper-photo .swiper-button-next{
    background:rgba(0,0,0,.6) url('../../images/icon_list_next_white.svg') 55% 50%/30% no-repeat;
}
.detail .swiper-photo .swiper-button-prev{
    background:rgba(0,0,0,.6) url('../../images/icon_list_prev_white.svg') 45% 50%/30% no-repeat;
}
.detail .swiper-photo.type-1 .swiper-button-next:after,
.detail .swiper-photo .swiper-button-prev:after{}
.detail .swiper-photo .swiper-pagination{
    position:absolute;
    right:10px;
    bottom:10px;
    color:#fff;
    font-size:15px;
    line-height: 1.0;
    z-index:1;
    width:auto;
    display: flex;
    align-items: center;
    left:inherit;
}
.detail .swiper-photo .swiper-pagination-goodsDetailSwipe {
    position:absolute;
    right:20px;
    bottom:20px;
    color:#fff;
    font-size:15px;
    line-height: 1.0;
    z-index:1;
    width:auto;
    display: flex;
    align-items: center;
    left:inherit;
}
.detail .swiper-photo .swiper-pagination-current{
    font-family: 'TourEasyT';
    margin-right:3px;
}
.detail .swiper-photo .swiper-pagination-total{
    font-family: NotoSansCJKkr;
    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{
    margin-top:28px;
    display:flex;
    justify-content: space-between;
}
.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:35px}
.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-coupon * {
    position: relative;
}
.detail .item-coupon {
    margin-top: 50px;
}
.detail .item-coupon .tit {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.72px;
}
.detail .item-coupon .coupon-list {
    display: block;
    margin-top: 0;
    padding-top: 21px;
}
.detail .item-coupon .coupon-list li {
    width: 910px;
    min-height: 110px;
    background: url(../../images/normal/bg-img/detail-coupon-bg.png) no-repeat center / contain;
}
.detail .item-coupon .coupon-list li + li {
    margin-top: 10px;
}
.detail .item-coupon .coupon-list .coupon-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 18px 40px;
}
.detail .item-coupon .coupon-list .coupon-info:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px;
    min-height: 109.2px;
    background-color: #E53E30;
}
.detail .item-coupon .coupon-list .coupon-info .left-area {
    display: flex;
    align-items: center;
    width: 89%;
    padding-right: 5%;
    gap: 40px;
}
.detail .item-coupon .coupon-list .coupon-info .left-area:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 65px;
    border-right: 1px dashed #ccc;
}
.detail .item-coupon .coupon-list .coupon-info .left-area .value {
    width: 150px;
    color: #E53E30;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}
.detail .item-coupon .coupon-list .coupon-info .left-area .value .small {
    font-size: 16px;
    font-weight: 500;
}
.detail .item-coupon .coupon-list .coupon-info .left-area .tit span {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.48px;
}
.detail .item-coupon .coupon-list .coupon-info .left-area .tit .emphasis {
    color: #E53E30;
    font-weight: 700;
}
.detail .item-coupon .coupon-list .coupon-info .left-area .date {
    margin-top: 6px;
    color: #999;
    font-size: 14px;
    font-weight: 350;
    line-height: normal;
}
.detail .item-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-coupon .coupon-list .coupon-info .right-area {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}
.detail .item-coupon .coupon-list .coupon-info .right-area .btn-coupon-down:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-bottom: 7px;
    background: url("../../images/normal/icon/ico-coupon-down.svg") no-repeat center / contain;
}
.detail .item-coupon .coupon-list .coupon-info .right-area .btn-coupon-down {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 8px;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.3px;
}
.detail .item-coupon .coupon-list + .sub-txt {
    margin-top: 5px;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.7px;
}

.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: 55px;
    padding-top:70px;
    position:relative;
}
.detail .tab-detail{
    width:100%;
    background:#fff;
    position:absolute;
    top:0;
    z-index:9;
}
.detail .tab-detail.fix{
    position:fixed;
    width:910px;
    top:0 !important;
    margin:0 auto -170Px;
}
.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 #ccc;
    background-color: #1c1c1c;
    color: #fff;
    font-weight: 700;
    z-index: 1;
    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 > .cont-box {
    padding: 40px 0;
}
.detail .cont-box.product {
    position: relative;
    padding-bottom: 0;
}
.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;}
.detail .cont-box [class*='item-box'].column{flex-direction: column}
.detail .cont-box [class*='item-box']:not(.swiper-slide) {
    padding-bottom: 50px;
}
.detail .item-box-event{
    align-items: center;
    border:1px solid #e5e5e5;
}
.detail .item-box-event .a-link {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 26px;
}
.detail .item-box-event .img {
    flex-shrink: 0;
    width: 108px;
    height: 129px;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color:#e5e5e5;
    margin-right:63px;
    overflow: hidden;
}
.detail .item-box-event .img img {
    width: 108px;
    height: 129px;
}
.detail .item-box-event .txt{position:relative}
.detail .item-box-event .txt .tit {
    margin-top: 0;
    color: #1c1c1c;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.4px;
}
.detail .item-box-event .txt p {
    color: #1c1c1c;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 300;
    letter-spacing: -0.35px;
}
.detail .item-box-event .txt p + p {
    margin-top: 15px;
}
.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: 44px;
    border-top:1px solid #1c1c1c
}
.detail .point-list .item{
    display:flex;
    align-items: center;
    border-bottom:1px solid #e5e5e5;
    padding:30px 0;
    min-height:90px;
}
.detail .point-list .item .label{
    flex:none;
    font-size:16px;
    width:220px;
    padding-left:50px;
    display:flex;
    align-items: center;
}
.detail .point-list .label:before{
    content: '';
    width:30px;
    height:30px;
    background-position: 50% 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right:20px
}
.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;
}
.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: 55px;
    padding-bottom: 56.25%;
}
.detail .embedded-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.detail .img-view-box {
    max-height: 840px;
    text-align: center;
    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;
    text-align: center;
}
.detail .tourplan-intro-box .tourplan-intro-img {
    max-width: 910px;
    width: 100%;
    height: auto;
}
.detail .tourplan-intro-box .link-tourplan-intro-detail {
    display: inline-block;
    position: absolute;
    bottom: 360px;
    right: 15px;
    width: 460px;
    height: 65px;
    background-color: transparent;
}
.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;
    justify-content: space-between;
    align-items: baseline;
    border-top:1px solid #1c1c1c;
    border-bottom: 1px solid #e5e5e5;
}
.detail .leader-info .item{
    display:flex;
    width: calc(50% - 10px);
    flex-wrap: wrap;
    align-items: baseline;
    position:relative;
    padding:30px 0;
}
.detail .leader-info span {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: 10px;}
.detail .leader-info span.txt {display: block; width: 100%; margin: 0; margin-top: 5px;}
.detail .included-list{
    margin-top:40px;
    border-top:1px solid #1c1c1c;
}
.detail .included-list .item{
    display:flex;
    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 - 여행일정 */
._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:absolute;
    right:30px;
    top:calc(50% - 25px);
}
.detail .item-plan-info {
    margin-top: 30px;
}
.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:107px;
    padding:0 20px 0 30px;
    font-size:16px;
    font-weight: 500;
    box-sizing: border-box;
}
.detail .plan-header .date{
    font-weight: 700;
    font-size:20px;
    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{
    display:flex;
    justify-content: flex-start;
    margin-left:20px
}
.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{
    font-size:20px;
    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-time{ width:350px; text-align: center; padding-bottom:15px;}
.detail .plan-airplane .air-time > *{flex:none}
.detail .plan-airplane .air-time strong{font-weight: 500}
.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:100%;
    height: 1px;
    background:#1c1c1c;
    position:absolute;
    left:0;
    bottom:4px;
    z-index:1;
}

.detail .plan-airplane + .plan-time{margin-top:58px}
.detail .plan-time{padding:0 0 20px 50px}
.detail .plan-time .time-info{
    position:relative;
    padding-left:57px;
}
.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:35px}

.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:-61px; top:35px}
.detail .plan-time .time-info + .time-info:before{top:42px;}
.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:42px;}
.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.start.location:before{top:calc(50% - 16px);}
.detail .plan-time .time-info.end.location:before{top:30px;}
.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:30px;
}
.detail .plan-box{
    border-top:1px solid #e5e5e5;
    padding:30px 30px 30px 87px;
    position:relative;
    min-height:80px
}
.detail .plan-box:before{
    content: '';
    display:block;
    width:30px;
    height:30px;
    position: absolute;
    left:30px;
    top:calc(50% - 15px);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.detail .plan-box.hotel .name{display:flex; align-items: center; width: 100%;}
.detail .plan-box.hotel .label-state{margin-right: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:30px; padding-right: 0;}
.detail .plan-box.hotel.toggle .box-header{max-height:45px; height:auto; overflow:hidden; 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: 45px; width: 100%; margin-bottom:10px;}
.detail .plan-box.hotel.toggle .box-header .btn-arrow2{display:block; right:20px; top:7px; width: 30px; height:30px;}
.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:28px;
    height:30px;
    position: absolute;
    left:0;
    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 .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:8px;
}
.detail .plan-box.meal{display:flex; align-items: center}
.detail .plan-box.meal > * + *{padding-left:120px}
.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-top:1px solid #1c1c1c;}
.detail .tb-detail .item-cell{
    display:flex;
    border-bottom:1px solid #e5e5e5;
}
.detail .tb-detail .item-cell > *{
    flex:1;
    padding:20px 30px;
}
.detail .tb-detail .item-cell > * + *{border-left:1px solid #e5e5e5}
.detail .tb-detail .item-cell > .label {
    flex:none;
    padding:20px 0;
    min-width:180px;
    font-size:16px;
    font-weight: 500;
}
.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 .cont-box.inquiry{}
.detail .inquiry-bg-box{
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding:28px 30px;
    background:#f7f7f7
}
.detail .inquiry-bg-box .txt strong{
    font-size:18px;
    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: 0 5px 0 10px;
    background: url('../../images/normal/emoji/emoji-smiling-face.png') no-repeat center / contain;
}
.detail .inquiry-bg-box .txt p {
    font-weight: 300;
}
.detail .inquiry-bg-box .txt strong + p {
    margin-top: 6px;
}

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

/* detail - 해외안전정보 */
.detail .cont-box.safety{}
.detail .safety-box{
    border:1px solid #e5e5e5;
    min-height:233px;
    padding-left:170px;
    position:relative;
}
.detail .safety-box .img{
    position:absolute;
    left:0;
    top:0;
    width:170px;
    height:100%;
    background:#e5f0f2;
    display:flex;
    align-items: center;
    justify-content: center;
}
.detail .safety-box .cont{padding:38px 30px 30px;}
.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:30px;
    border:1px solid #e5e5e5;
    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;
}
.detail .info-body .img{
    flex:none;
    display:flex;
    align-items:center;
    flex-wrap: wrap;
}
.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 + .photo{margin-left:10px;}
.detail .info-body .img .photo:nth-child(3n + 1){margin-left:0}
.detail .info-body .area{flex:1; padding:0 20px;}
.detail .info-body.type1{display:block;}
.detail .info-body.type1 .img{width:100%; margin-right:-10px}
.detail .info-body.type1 .area{padding:5px 0 0 0}
.detail .info-body .list{padding:14px 0 0}
.detail .info-body dl{display:flex; padding: 0 5px}
.detail .info-body dl + dl{margin-top:11px}
.detail .info-body dt{min-width:60px; margin-right:25px;}
.detail .info-body dt:before{content:'·'; margin-right:2px}
.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:4px;
    vertical-align: top;
    background:url('../../images/icon_info.svg') 50% 50%/ 20px no-repeat;
}
.tooltip .btn-q:before {
    background: url(../../images/icon_question.svg) no-repeat center / 20px auto;
}
.tooltip .view {
    position:relative;
    height: 20px;
}
.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;
}
.associatedpoint .tooltip .view .tooltip-area.location-a {
    top: 25px;
    left: 130px;
    width: 480px;
}
.associatedpoint .tooltip .view .tooltip-area.location-b {
    width: 470px;
    top: 20px;
    left: -195px;
}
.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: 500;
    line-height: 1.0;
    letter-spacing: -0.8px;
}
.form-wrap .form-title .tooltip .btn-q:before {
    width: 20px;
    height: 20px;
    margin-top: -1.5px;
    background: url(../../images/icon_info.svg) no-repeat center / 20px auto;
}
.detail .option-area{
    width:290px;
    position:absolute;
    right:0;
    top:0;
    padding-top:25px;
    padding-bottom:40px;
    z-index:9
}
.detail .option-area.fix{
    position:fixed;
    left:calc(50% + 335px);
}
@media (max-width: 1280px) {
    .detail .option-area.fix{left:960px !important;}
}
.detail .option-area.bottom{
    top:initial !important;
    bottom:0 !important;
}
.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: 8px;
    height: 8px;
    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: 20px;
    border-radius: 15px;
}
.detail .banner-sliders-common .slick-dots li.slick-active button {
    background-color: #1C1C1C;
}
.detail .item-bottomPrice-banner {
    width: 100%;
    margin-top: 25px;
}
.detail .item-bottomPrice-banner .banner-sliders-common .slider {
    display: block;
    width: 290px;
    height: 65px;
}
.detail .item-bottomGoodsInfo-banner {
    width: 100%;
    height: 150px;
    margin: 50px 0;
}
.detail .item-bottomGoodsInfo-banner .banner-sliders-common .slider {
    display: block;
    width: 910px;
    height: 150px;
    -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 .cont-box.review .panel-wrap {
    padding-bottom: 30px;
}
.detail .cont-box.notification .panel-wrap {
    padding-bottom: 30px;
}
.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 li:last-child a {
    border-right: 1px solid #ccc;
}
.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 #000;
    background: #fff;
    color: #666;
    font-weight: 300;
    line-height: 21.72px;
}
.detail .panel-wrap .panel-titles a.active {
    border: 1px solid #000;
    border-bottom: none;
    color: #1c1c1c;
    font-weight: 500;
}
.detail .panel-wrap .panel-titles li:last-child a.active {
    border-right: 1px solid #000;
}
.detail .panel-wrap .panel-titles a.active .number-counting {
    color: #E53E30;
}
.detail .panel-wrap .panel-contents .panel-content {
    display: none;
    padding-top: 40px;
}
.detail .panel-wrap .panel-contents .panel-content.active {
    display: block;
}
.detail .panel-wrap .panel-contents .panel-content .panel-area-1-1 .list-review .item-info {
    max-width: 680px;
}
.detail .panel-wrap .panel-contents .panel-content .cont-area .list-header {
    justify-content: space-between;
    margin-bottom: 25px;
}
.detail .panel-wrap .panel-contents .panel-content .cont-area .list-header .inp-check > .label {
    cursor: pointer;
}
.detail .panel-wrap .panel-contents .panel-content .cont-area .list-header a {
    width: 100px;
    min-height: 36px;
    padding: unset;
    font-size: 13px;
    font-weight: 400;
}
.detail .panel-wrap .panel-contents .panel-content .cont-area .paging-wrap {
    margin-top: 30px;
}
.detail .panel-wrap .panel-contents .panel-content .cont-area .paging-wrap .paging {
    padding: 0;
}
.detail .panel-content .panel-area-1-2 .tb-detail .item-cell,
.detail .panel-content .panel-area-1-3 .tb-detail .item-cell {
    flex-direction: column;
}
.detail .panel-content .panel-area-1-2 .tb-detail .item-cell  .acco-show-line,
.detail .panel-content .panel-area-1-3 .tb-detail .item-cell  .acco-show-line {
    width: 100%;
    overflow: hidden;
}
.detail .panel-content .panel-area-1-2 .tb-detail .item-cell .btn-toggle,
.detail .panel-content .panel-area-1-3 .tb-detail .item-cell .btn-toggle {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 30px;
    padding: 24px 20px;
    overflow: hidden;
}
.detail .panel-content .panel-area-1-2 .tb-detail .item-cell .btn-toggle .review-acco-arrow,
.detail .panel-content .panel-area-1-3 .tb-detail .item-cell .btn-toggle .review-acco-arrow {
    flex-shrink: 0;
    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 .panel-content .panel-area-1-2 .tb-detail .item-cell .btn-toggle.up .review-acco-arrow,
.detail .panel-content .panel-area-1-3 .tb-detail .item-cell .btn-toggle.up .review-acco-arrow {
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
}
.detail .panel-content .panel-area-1-2 .tb-detail .item-cell  > .label.d-hide + .area,
.detail .panel-content .panel-area-1-3 .tb-detail .item-cell  > .label.d-hide + .area {
    display: none;
}
.detail .panel-content .panel-area-1-2 .list-review .item-review,
.detail .panel-content .panel-area-1-3 .list-review .item-review {
    border-bottom: none;
}
.detail .panel-wrap .panel-contents .panel-content .panel-area-1-2 .list-review .item-review,
.detail .panel-wrap .panel-contents .panel-content .panel-area-1-3 .list-review .item-review {
    padding: 0;
}
.detail .item-price .item-box .panel-content .panel-area-1-2 .label,
.detail .item-price .item-box .panel-content .panel-area-1-3 .label {
    font-weight: 300;
}
.detail .panel-wrap .panel-contents .panel-content .panel-area-1-2 .tb-detail .item-cell > .label.d-show + .area,
.detail .panel-wrap .panel-contents .panel-content .panel-area-1-3 .tb-detail .item-cell > .label.d-show + .area {
    padding: 30px;
    border: none;
    border-top: 1px solid #E5E5E5;
    background-color: #F7F7F7;
}
.detail .panel-wrap .panel-contents .panel-content .panel-area-1-2 .tb-detail .item-cell > .label,
.detail .panel-wrap .panel-contents .panel-content .panel-area-1-3 .tb-detail .item-cell > .label {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 0;
}
.detail .panel-wrap .panel-contents .panel-content .panel-area-1-2 .tit,
.detail .panel-wrap .panel-contents .panel-content .panel-area-1-3 .tit {
    margin-right: 60px;
    font-size: 15px;
    line-height: 21.72px;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.detail .panel-wrap .panel-contents .panel-content .panel-area-1-2 .tb-detail .item-cell > .label.d-show .tit,
.detail .panel-wrap .panel-contents .panel-content .panel-area-1-3 .tb-detail .item-cell > .label.d-show .tit {
    font-weight: 500;
}
.detail .panel-wrap .panel-contents .panel-content .panel-area-1-2 .user-info-box,
.detail .panel-wrap .panel-contents .panel-content .panel-area-1-3 .user-info-box {
    display: flex;
    align-items: center;
}
.detail .panel-wrap .panel-contents .panel-content .panel-area-1-2 .user-info-box .user-id,
.detail .panel-wrap .panel-contents .panel-content .panel-area-1-3 .user-info-box .user-id {
    flex-shrink: 0;
    margin-left: auto;
    color: #999;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}
.detail .panel-wrap .panel-contents .panel-area-1-2 .star {
    display: flex;
    align-items: center;
    margin-right: 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}
.detail .panel-wrap .panel-contents .panel-area-1-2 .star:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background: url("../../images/normal/star-alone.svg") no-repeat center / 20px auto;
}
.detail .panel-wrap .panel-contents .panel-area-1-2 .star-rating-by-item {
    display: flex;
    align-items: center;
}
.detail .panel-wrap .panel-contents .panel-area-1-2 .star-rating-by-item dl {
    display: flex;
    align-items: center;
    gap: 10px;
}
.detail .panel-wrap .panel-contents .panel-area-1-2 .star-rating-by-item dl dt {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}
.detail .panel-wrap .panel-contents .panel-area-1-2 .star-rating-by-item dl dd {
    flex-shrink: 0;
    margin-right: 20px;
    line-height: normal;
}
.detail .panel-wrap .panel-contents .panel-area-1-2 .star-rating-by-item dl:last-child dd {
    margin-right: 0;
}
.detail .panel-wrap .panel-contents .panel-area-1-2 .star-rating-by-item .star-rating {
    display: inline-block;
    vertical-align: middle;
}
.detail .panel-wrap .panel-contents .panel-area-1-2 .star-rating-by-item .star-rating input {
    display: none;
}
.detail .panel-wrap .panel-contents .panel-area-1-2 .star-rating-by-item .star-rating label {
    float: right;
    margin-right: 5px;
    line-height: 1;
}
.detail .panel-wrap .panel-contents .panel-area-1-2 .star-rating-by-item .star-rating label:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../../images/normal/star-readonly-off.svg) no-repeat center / 14px auto;
}
.detail .panel-wrap .panel-contents .panel-area-1-2 .star-rating-by-item .star-rating input:checked ~ label:before {
    background: url(../../images/normal/star-readonly-on.svg) no-repeat center / 14px auto;
}
.detail .panel-wrap .panel-contents .panel-area-1-2 .con-txt {
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}
.detail .panel-wrap .panel-contents .panel-area-1-3 .con-txt {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
}
.detail .panel-wrap .panel-contents .panel-area-1-3 .compliment-reply {
    padding-top: 16px;
}
.detail .panel-wrap .panel-contents .panel-area-1-3 .compliment-reply .manager {
    display: flex;
    font-size: 14px;
    line-height: 20.27px;
    font-weight: 700;
}
.detail .panel-wrap .panel-contents .panel-area-1-3 .compliment-reply .manager:before {
    content: "";
    flex-shrink: 0;
    display: inline-block;
    width: 12px;
    height: 10px;
    margin-top: 1px;
    margin-right: 8px;
    background: url("../../images/normal/icon/ico-reply.svg") no-repeat center / 12px auto;
}
.detail .panel-wrap .panel-contents .panel-area-1-3 .compliment-reply .txt {
    padding: 5px 0 0 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}
.detail .panel-wrap .panel-contents #panel1-1 .noData-page .noData-page-inner,
.detail .panel-wrap .panel-contents #panel1-2 .noData-page .noData-page-inner,
.detail .panel-wrap .panel-contents #panel1-3 .noData-page .noData-page-inner {
    padding: 60px 0 30px;
}
.detail .panel-wrap .panel-contents #panel1-1 .noData-page .txt-message,
.detail .panel-wrap .panel-contents #panel1-2 .noData-page .txt-message,
.detail .panel-wrap .panel-contents #panel1-3 .noData-page .txt-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    text-align: center;
    word-break: keep-all;
}
.detail .panel-wrap .panel-contents #panel1-1 .noData-page .txt-message:before,
.detail .panel-wrap .panel-contents #panel1-2 .noData-page .txt-message:before,
.detail .panel-wrap .panel-contents #panel1-3 .noData-page .txt-message:before {
    content: "";
    display: inline-block;
    width: 62px;
    height: 89px;
    background: url(../../images/normal/icon/ico-carrier.svg) no-repeat center / 62px auto;
}
.detail .panel-wrap .panel-contents #panel1-1 .noData-page .btn-box,
.detail .panel-wrap .panel-contents #panel1-2 .noData-page .btn-box,
.detail .panel-wrap .panel-contents #panel1-3 .noData-page .btn-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}
.detail .panel-wrap .panel-contents #panel2-3 .cont-box .item-box .tit-1 {
    font-size: 19px;
}
.detail .panel-wrap .panel-contents #panel2-3 .cont-box .item-box .tab-default.sub > * {
    font-size: 18px;
}

.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;
    margin: 60px auto 0;
}
.my-reserve-pay .banner-myReservation .banner-sliders-common .slider {
    display: block;
    width: 640px;
    height: 100px;
    -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%;
    margin-top: 60px;
}
.booking .banner-booking .banner-sliders-common .slider {
    display: block;
    width: 1180px;
    height: 150px;
    -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 .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}
.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{
    flex:none;
    width:120px;
    min-width:120px;
    background:#f7f7f7;
}
.tourist-area .tb-detail .item-cell > .label,
.tourist-area .tb-detail .item-cell > .cell{
    font-size:14px;
    padding:12px 20px;
    display:flex;
    align-items: center;
}
.tourist-area .photo-list{
    width:100%;
    height:560px;
    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 .swiper-pagination-dt-pop-1,
.tourist-area .swiper-pagination-dt-pop-2 {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 20px;
    left:inherit;
    right: 20px;
    width:auto;
    padding: 8px 13px;
    border-radius: 30px;
    background: rgba(0, 0, 0, .4);
    color:#fff;
    font-size:15px;
    line-height: 1.0;
    z-index:1;
}
.tourist-area .swiper-photo .swiper-pagination-current{
    font-family: 'TourEasyT';
    margin-right:3px;
}
.tourist-area .swiper-photo .swiper-pagination-total{
    font-family: NotoSansCJKkr;
    font-weight: 400;
    margin-left:3px;
}
.tourist-area .swiper-photo .swiper-pagination-current:before,
.tourist-area .swiper-photo .swiper-pagination-total:before{
    content: '0';
}
.tourist-area .info-box{
    margin-top:30px;
    padding:28px 30px;
    border: 1px solid #e5e5e5;
}
.tourist-area .info-box dl{display: flex}
.tourist-area .info-box dl + dl{margin-top:11px}
.tourist-area .info-box dt{
    flex:none;
    width:100px;
    padding-left:13px;
    position:relative;
}
.tourist-area .info-box dt:before{
    content: '・';
    display:inline-block;
    position:absolute;
    top:1px;
    left:0;
    font-size:11px;
    line-height: 16px;
}
.tourist-area .info-box dd{flex:1}
.tourist-area.type2 .photo-area{display:flex}
.tourist-area.type2 .photo-list{
    flex:none;
    width:364px;
    height:300px
}
.tourist-area.type2 .photo-txt{flex:1; margin: 0 0 0 20px}
.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{/*flex:1;*/width:calc(33.33% - 30px);}
.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 2차 사업이라 우선 여백제거 */
.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 220px;
    background:#f7f7f7;
    padding:65px 220px 65px 0;
}
@media (max-width: 1500px) {
    .agency-inquiry{margin-left:50px; padding-right:50px}
}
.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}

/* 고객센터 */
.bbs-hdr .date{align-self: center}

/*개인정보 수진/이용동의 안내 */
.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}

/* kjw */
/* master-list */
.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;}

/* 위치보기 - 팝업 */
.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: auto;
    max-height: 300px;
    margin: 0 auto;
}
.location-area.detail .plural-location .item .btn-acco-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 13px 30px;
    border-top: 1px solid #1c1c1c;
    border-bottom: 1px solid #e5e5e5;
    background-color: #F7F7F7;
}
.location-area.detail .plural-location .item .btn-acco-header .tit {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    font-size: 14px;
    font-weight: 500;
}
.location-area.detail .plural-location .item .btn-acco-header .arrow {
    display: inline-block;
    width: 14px;
    height: 8px;
    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: 30px 0;
}
.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;}

.detail .print-font .plan-header .no {
    font-size: 25px;
}
.detail .print-font .plan-header .date {
    font-size: 30px;
}
.detail .print-font .plan-airplane .air-info strong {
    font-size: 26px;
}
.detail .print-font .cont-box p {
    font-size: 20px;
}
.detail .print-font .plan-airplane .air-time strong {
    font-size: 19px;
}
.detail .print-font .plan-time .time-info .tit {
    font-size: 27px;
    line-height: normal;
}
.detail .print-font .plan-time .time-info .tit + .txt {
    padding-top: 10px;
    font-size: 21px;
}
.detail .print-font .info-body .list {
    font-size: 22px;
}
.detail .print-font .info-header .tit > * + * {
    font-size: 18px;
}
.detail .print-font .info-body dt,
.detail .print-font .info-body dd {
    font-size: 22px;
}
.detail .print-font .plan-box .etc-txt {
    margin-top: 10px;
}
.detail .print-font .plan-box.hotel strong {
    font-size: 22px;
}
.detail .print-font .plan-time .time-info .tit {
    font-size: 25px;
    line-height: normal;
}
.detail .print-font .info-header .txt {
    font-size: 23px;
}
.detail .print-font .plan-box.hotel .label-state {
    flex-shrink: 0;
    font-size: 19px;
}
.detail .print-font .plan-box.meal span {
    flex-shrink: 0;
    font-size: 21px;
}

/* search-filter */
.master-list.search-filter .sc-hdr .filter-wrap{position:relative; width: 100%;}
.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 .list-header{padding-top:40px;}
.my-page .my-point-wrap {margin-top:80px;}

/*나의 포인트 합산*/
.my-page .my-point-wrap .apply-info-process {display:flex; justify-content:space-around; flex-wrap:wrap; margin-top:40px;}
.my-page .my-point-wrap .apply-info-process li {width:295px; display:flex; position:relative; justify-content:center; flex-direction:column; text-align:center;}
.my-page .my-point-wrap .apply-info-process li:after {content:''; position:absolute; top:50%; left:0; transform:translateY(-50%); background:url(../../images/icon/ico_next.png) center no-repeat; width:11px; height:22px;}
.my-page .my-point-wrap .apply-info-process li:first-child:after {display:none;}
.my-page .my-point-wrap .apply-info-process li .ico {display:block; height:70px;}
.my-page .my-point-wrap .apply-info-process li .ico:before {content:''; width:70px; height:70px; background:url(../../images/icon/ico_satisfaction.svg) no-repeat 50% 50%; background-size:70px; display:block; margin:0 auto;}
.my-page .my-point-wrap .apply-info-process li .ico.family:before {background-image:url(../../images/icon/ico_family_relation_certificate.svg);}
.my-page .my-point-wrap .apply-info-process li .ico.email:before {background-image:url(../../images/icon/ico_complain.svg);}
.my-page .my-point-wrap .apply-info-process li .ico.point:before {background-image:url(../../images/icon/ico_point2.svg);}
.my-page .my-point-wrap .apply-info-process li .dt {margin-top:10px; margin-bottom:15px; font-size:20px; font-weight:700; line-height:26px; text-align:center;}
.my-page .my-point-wrap .apply-info-process li .dd {font-size:14px; line-height:20px;  text-align:center;}
.my-page .my-point-wrap .btn-wrap.my-point {margin-top:80px;}
.my-page .my-point-wrap .btn-wrap.my-point .btn-type-1 {height:55px; line-height:55px; width:510px; flex:none;}

/* 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: 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;
}
.my-page .list-header{padding-top:0;}

/* 회원 정보 변경 */
.profile-box{display:flex;flex-wrap:wrap;padding-top:10px}
.profile-box .item{flex:none; width:95px; text-align: center; position:relative; padding-top:75px;}
.profile-box .item + .item{margin-left:14px}
.profile-box .item .inp-radio{position:static;}
.profile-box .item .inp-radio > .label:before{margin:0}
.profile-box .item .pf-img{width:65px;height:65px;position:absolute;left:calc(50% - 32px);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}
@media (max-width:1280px){
    .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:none; width:0; height:0;}
.pc-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{
    font-size:23px;
    font-weight: 700;
    letter-spacing: -1.2px;
    border:1px solid #1c1c1c;
    padding:35px;
    text-align:center;
}
.p-guide-cont .line-br{display:block}
.p-guide-cont .item-list{margin-top:48px}
.p-guide-cont .item-list .tit{
    font-size:23px;
    font-weight: 700;
    letter-spacing: -1.2px;
    padding-bottom:16px
}
.p-guide-cont .item-list .cont,
.p-guide-cont .item-list ul li{
    color:#1c1c1c;
    font-weight: 400;
    line-height: 23px;
}
.p-guide-cont .item-list li + li{margin-top:4px}
.p-guide-cont .item-list ul + ul{margin-top:20px}
.p-guide-cont .btn-wrap{margin-top:80px}
.p-guide-cont .btn-wrap .btn-type-1{flex:none;width:270px;}
.exhi-cont + .btn-wrap {margin-top: 80px;}

/* 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: 1180px; margin: 0 auto;}
.corporate-group .corporate-item .inner {width: 1180px; margin: 0 auto;}
.corporate-group .corporate-item .tit {margin-bottom: 50px; letter-spacing: -2.4px; font-weight: 600; font-size: 40px;}
.corporate-group .corporate-item .txt {font-size: 18px; font-weight: 500;}
.corporate-group .corporate-item.mice .corporate-content {margin: 70px 0 130px;}
.corporate-item.mice .corporate-content ul {display: flex; flex-wrap: wrap;}
.corporate-item.mice .corporate-content ul li {display: flex; position: relative; flex-direction: column; align-items: center; width: 25%;}
.corporate-item.mice .corporate-content ul li::after {content: ""; display: block; position: absolute; top: 0; right: 0; width: 1px; height: 100%; 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: 100px; height: 100px; 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: center;}
.corporate-item.mice .corporate-content ul li .txt span {text-align: center; font-size: 16px; line-height: 26px; font-weight: 400; letter-spacing: -.4px;}
.corporate-item.mice .corporate-content ul li .txt strong {padding: 45px 0 25px; font-family: 'TourEasyT'; font-size: 22px; font-weight: 200;}
.corporate-group .corporate-item.business-trip {width: auto; padding: 30px 0 40px; border-top: 1px solid #1c1c1c; border-bottom: 1px solid #1c1c1c;}
.corporate-group .corporate-item.business-trip .tit {padding-top: 70px;}
.corporate-group .corporate-item.business-trip .inner {display: flex; justify-content: space-between;}
.corporate-group .corporate-item.business-trip .corporate-content {width: 894px; margin-right: -294px;}
.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: calc(50% - 10px);}
.corporate-group .corporate-item.business-trip .corporate-content ul li strong {display: block; padding: 20px 0 30px; font-size: 23px; font-weight: 600;}
.corporate-group .corporate-item.business-trip .corporate-content ul li:nth-child(3) strong,
.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: 100px;}
.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: 15px 30px; font-family: 'TourEasyT'; font-size: 23px; font-weight: 200;}
.corporate-item.overseas-study .corporate-content ul li a::after {content: ""; display: block; position: absolute; top: 50%; right: 26px; width: 27px; height: 12px; 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: 34px; width: 12px; height: 22px; 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 {display: flex; justify-content: space-between; padding: 75px 70px; margin-top: 50px; background-color: #f7f7f7;}
.corporate-item.inquiry > div .tit-1 {font-size: 20px; font-weight: 600;}
.corporate-item.inquiry > div .txt {display: flex; align-items: center; font-size: 16px; font-weight: 400; margin-top: 15px;}
.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: 190px;}
.corporate-item.inquiry > div ul li:nth-child(2) {width: calc(100% - 190px); padding-left: 25px;}
.corporate-item.inquiry > div ul li h4 {font-size: 14px; font-weight: 500;}
.corporate-item.inquiry > div ul li strong {display: block; margin-top: 15px; font-family: 'TourEasyT'; font-size: 23px; font-weight: 200;}
.corporate-item.inquiry > div ul li a {display: block; position: relative; padding: 18px 40px 18px 30px; border: 1px solid #1c1c1c; background-color: #fff; min-width: 270px;}
.corporate-item.inquiry > div ul li a::after {content: ""; display: block; position: absolute; top: 50%; right: 30px; width: 8px; height: 11px; background: url(../../images/icon_arrow_right_04.svg) no-repeat center; background-size: 100%; transform: translateY(-50%);}

@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;}
}

/* 여행 전 준비사항 */
/* 여행유형 */
.tour-info{overflow:hidden;}
.tour-info .tab-container .prep1-1 .txt img{width:41px}

.my-page .common-insurance{margin-top:30px;}
.my-page .common-insurance .table-header{display:none;}

/* fullpage 회사소개 */
.company_info_wrap {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; z-index: 9999;}
.company_info_wrap .first_dis {position: absolute !important; top: 0; left: 0;}
.company_info_wrap .info_img {overflow: hidden; position: absolute !important; top: 0; left: 0; width: 100%; height: 100%; z-index: 10;}
.company_info_wrap .company_bg_top.on .info_img::after {content: ""; display: block; width: 10%; height: 100%; position: absolute; top: 0; right: 0;background-color: #fff;}
.company_info_wrap .info_img .top_bg {width: 100%; height: 100%; transition: 3s; animation: bg_big_small 3s forwards;}
.company_info_wrap .info_img .top_bg_02 {position: absolute; top: 0; left: 0; width: 100%; height: 100%; transform: translateX(200%)}
@keyframes bg_big_small {0% {transform: scale(1.2);} 100% {transform: scale(1);}}

.company_info_wrap .section.first.active .info_img .top_bg {width: 100%; height: 100%; animation: bg_left_01 3s forwards; animation-delay: 4.1s;}
@keyframes bg_left_01 {0% {transform: translateX(0);} 100% {transform: translateX(-100%);}}

.company_info_wrap .section.first.active .info_img .top_bg_02 {animation: bg_left_02 3s forwards; animation-delay: 4.1s;}
@keyframes bg_left_02 {0% {transform: translateX(100%);} 100% {transform: translateX(0);}}
.company_info_wrap .info_title p {display: flex;position: absolute; top: 50%; left: 50%; justify-content: center; text-indent: -9999em; transform: translate(-50%, -50%); z-index: 11;}

.company_info_wrap .info_title p span.brand {overflow: hidden; display: block; width: 329px;}
.company_info_wrap .info_title p span.story {overflow: hidden; display: block; width: 297px; margin-left: 50px;}
.company_info_wrap .info_title p span.brand strong {display:block; width: 329px; height: 98px; background: url(../../images/company_info/Brand.png);}
.company_info_wrap .info_title p span.story strong {display:block; width: 297px; height: 106px; background: url(../../images/company_info/story.png);}

.company_info_wrap .section.first .info_title p span.brand strong {animation: title-ani .5s forwards ease-in-out;}
.company_info_wrap .section.first .info_title p span.story strong {animation: title-ani .7s forwards ease-in-out;}
@keyframes title-ani {0% {transform: translateX(-100%); clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);} 100% {transform: translateX(0); clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);}}

.company_info_wrap .scroll_line {display: block; position: absolute; bottom: 0; left: 50%; width: 1px; height: 120px; z-index: 15;}
.company_info_wrap .scroll_line::before {content: ""; display: block; position: absolute; top: 0; left: 0; width: .5px; height: 100%; background-color: #fff; z-index: 15; animation: scroll_line 2.5s ease-out infinite;}
.company_info_wrap .scroll_line::after {content: ""; display: block; position: absolute; top: 0; left: 0; width: .5px; height: 100%; background-color: #fff; z-index: 15; animation: scroll_line 2.5s ease-out infinite;}
@keyframes scroll_line {
    0%{
        transform-origin: top;
        transform: scaleY(0);
    }
    30%{
        transform-origin: top;
        transform: scaleY(1);
    }
    50%{
        transform-origin: bottom;
        transform: scaleY(1);
    }
    100%{
        transform-origin: bottom;
        transform: scaleY(0);
    }
}
.company_info_wrap .company_bg_top .info_img .mask_bg {position: absolute; top: 0; right: 0; width: 100%; height: 100%; transition: 1s; opacity: 0; image-rendering: -webkit-optimize-contrast; transform: translateZ(0); backface-visibility: hidden;}
.company_info_wrap .company_bg_top.on .info_img .mask_bg {animation: logo_ani 2.5s forwards; opacity: 0; transform: scale(2.5) translate(-2%, 0); transform-origin: right center;}
.company_info_wrap .company_bg_top.on .info_title p {display: none;}
@keyframes logo_ani {
    0% {
        opacity: 0;
        transform: scale(2.5) translateX(0);
    }
    20% {
        opacity: 1;
        transform: scale(2.5) translateX(0);
    }
    100% {
        opacity: 1;
        transform: scale(2.5) translateX(15%);
    }
}

.company_info_wrap .section_txt {display: none;}
.company_info_wrap .company_bg_top.on + .section_txt {display: block;}
.company_info_wrap .section_txt {position: absolute; top: 50%; left: 10%; transform: translateY(-50%); z-index: 15;}
.company_info_wrap .section_txt h2 {font-size: 60px; font-weight: 600; letter-spacing: -1.8px;}
.company_info_wrap .section_txt dt {margin-bottom: 30px;}
.company_info_wrap .section_txt dd {font-size: 16px; line-height: 26px;}
.company_info_wrap .section_txt dd:nth-child(3) {margin-bottom: 30px;}

.company_info_wrap .section.second img {position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.company_info_wrap .section.second.active img {animation: bg_big_small 3s forwards;}
.company_info_wrap .section.second dl {position: absolute; top: 50%; left: 50%; width: 100%; transform: translate(-50%, -50%);}
.company_info_wrap .section.second dl dt,
.company_info_wrap .section.second dl dd {text-align: center;}
.company_info_wrap .section.second dl dt {margin-bottom: 20px;}
.company_info_wrap .section.second dl dt h2 {display: flex; justify-content: center; align-items: center; font-size: 80px; font-weight: 400; font-family: 'TourEasyT'; color: #fff;}
.company_info_wrap .section.second dl dt h2 span:nth-child(2) {margin-left: 10px;}
.company_info_wrap .section.second dl dt h2 span:nth-child(4) {margin-left: 15px;}
.company_info_wrap .section.second dl dd {font-size: 20px; font-weight: 500; line-height: 28px; color: #fff;}
.company_info_wrap .section.second dl dt h2 span {display: block; overflow: hidden;}
.company_info_wrap .section.second dl dt h2 span:nth-child(1) {width: 200px;}
.company_info_wrap .section.second dl dt h2 span:nth-child(2) {width: 156px;}
.company_info_wrap .section.second dl dt h2 span:nth-child(3) {width: 356px;}
.company_info_wrap .section.second dl dt h2 span strong {display: block; transform: translateX(-100%); clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%); white-space: nowrap; font-weight: 400; letter-spacing: -4px;}
.company_info_wrap .section.second dl dt h2 span:nth-child(1) strong {transition: transform .35s ease-in-out, clip-path .5s ease-in-out; transition-delay: .5s;}
.company_info_wrap .section.second dl dt h2 span:nth-child(2) strong {transition: transform .35s ease-in-out, clip-path .5s ease-in-out; transition-delay: .7s;}
.company_info_wrap .section.second dl dt h2 span:nth-child(3) strong {transition: transform .35s ease-in-out, clip-path .5s ease-in-out; transition-delay: .9s;}
.company_info_wrap .section.second.active dl dt h2 span strong {transform: translateX(0); clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);}
.company_info_wrap .section.second dl dd {margin: 0 auto; overflow: hidden;}
.company_info_wrap .section.second dl dd:nth-child(2) {width: 412px;}
.company_info_wrap .section.second dl dd:nth-child(3) {width: 368px;}
.company_info_wrap .section.second dl dd:nth-child(2) > span {transition: transform .35s ease-in-out, clip-path .5s ease-in-out; transition-delay: 1.8s;}
.company_info_wrap .section.second dl dd:nth-child(3) > span {transition: transform .35s ease-in-out, clip-path .5s ease-in-out; transition-delay: 2.1s;}
.company_info_wrap .section.second dl dd > span {display: block; transform: translateX(-100%); clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);}
.company_info_wrap .section.second.active dd > span {transform: translateX(0); clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);}

.company_info_wrap .section.third {}
.company_info_wrap .section.third .brand-story-wrap {display: flex; flex-wrap: wrap; height: 100%; overflow: hidden;}
.company_info_wrap .brand-story-wrap .video {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.company_info_wrap .brand-story-wrap .video video {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1;}
.company_info_wrap .brand-story-wrap .video::after {content: ""; display: block; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4);}
.company_info_wrap .section.third .list {display: flex; flex-wrap: wrap; align-items: baseline; width: 70%; height: 100%; transform: translateY(28%);}
.company_info_wrap .section.third .list dl {display: flex; position: relative; flex-direction: column; align-items: center; justify-content: center; width: 33.33%;}
.company_info_wrap .section.third .list dl::before {content: "";}
.company_info_wrap .section.third .list dl dt {display: flex; flex-direction: column; width: 100%; color: #fff;}
.company_info_wrap .section.third .list dl dt span {display: block; font-size: 25px; letter-spacing: 10px; font-family: 'TourEasyE';}
.company_info_wrap .section.third .list dl dt span:nth-child(1) {display: block; font-size: 25px; letter-spacing: 10px; font-family: 'TourEasyE';}
.company_info_wrap .section.third .list dl dt span:nth-child(3) {display: block; position: absolute; top: 50%; left: -50px; width: 188px; text-align: center; font-size: 14px; font-weight: 500; letter-spacing: 5px; color: rgba(255,255,255,.5); transform: translateY(-50%) rotate(-90deg);}
.company_info_wrap .section.third .list dl dt strong {display: block; font-size: 40px; font-weight: 100; letter-spacing: -1.2px; word-break: keep-all; font-family: 'TourEasyT'; margin-top: 75px;}
.company_info_wrap .section.third .list dl dd {width: 100%;}
.company_info_wrap .section.third .list dl dd p {display: flex; font-size: 16px; line-height: 28px; letter-spacing: -.8px; margin-top: 33px; color: #fff;}
.company_info_wrap .section.third .list dl dt span:nth-child(1),
.company_info_wrap .section.third .list dl dt strong,
.company_info_wrap .section.third .list dl dd p {padding-left: 109px; padding-right: 30px;}
.company_info_wrap .section.third .btn {display: flex; flex-direction: column; width: 30%; height: 100%; justify-content: center;}
.company_info_wrap .section.third .btn ul {padding-left: 40px; max-width: 270px;}
.company_info_wrap .section.third .btn li a {display: block; position: relative; width: 100%; padding: 24px 0; border-top: 1px solid #fff; font-size: 16px; color: #fff;}
.company_info_wrap .section.third .btn li a::after {content: ""; display: block; }
.company_info_wrap .section.third .btn li:last-child a {border-bottom: 1px solid #fff;}
.company_info_wrap .section.third .btn li a span {display: block; position: absolute; top: 50%; right: 0; width: 28px; height: 14px; background: url(../../images/icon-next-fff-2-px.svg) no-repeat center; transform: translateY(-50%); animation: third-arrow 1s infinite ease-out;}
@keyframes third-arrow {0%{transform: translateY(-50%) translateX(-10px);} 50%{transform: translateY(-50%) translateX(0)} 100%{transform: translateY(-50%) translateX(-10px)}}
.company_info_wrap .section.third .line {display: flex; position: absolute; width: 70%; height: 100%;}
.company_info_wrap .section.third .line span {display: block; width: 33.33%; height: 0; border-right: 1px solid rgba(255,255,255,.6);}
.company_info_wrap .section.third.active .line span {animation: third-line 2s forwards; animation-delay: 1.5s;}
@keyframes third-line {0%{height: 0;} 100%{height: 100%;}}

.company_info_wrap .section.fourth .identity-wrap {display: flex; flex-wrap: wrap; width: 1182px; margin: 0 auto;}
.company_info_wrap .section.fourth .identity-wrap dl:nth-child(1) {width: 100%; padding-bottom: 120px;}
.company_info_wrap .section.fourth .identity-wrap dl:nth-child(1) dt h2 {font-size: 20px; font-family: 'TourEasyT'; font-weight: 500;}
.company_info_wrap .section.fourth .identity-wrap dl:nth-child(1) dd {padding-top: 40px; line-height: 30px; letter-spacing: -0.9px; font-size: 18px;}
.company_info_wrap .section.fourth .identity-wrap dl:nth-child(2),
.company_info_wrap .section.fourth .identity-wrap dl:nth-child(3) {width: 50%;}
.company_info_wrap .section.fourth .identity-wrap dl:nth-child(2) dt,
.company_info_wrap .section.fourth .identity-wrap dl:nth-child(3) dt {font-size: 18px; font-weight: 600; padding-bottom: 60px;}
.company_info_wrap .section.fourth .identity-wrap .btn {display: flex; justify-content: flex-end; width: 100%; padding-top: 85px;}
.company_info_wrap .section.fourth .identity-wrap .btn a {display: flex; position: relative; width: 430px; border-top: 1px solid #1c1c1c; border-bottom: 1px solid #1c1c1c; padding: 21px 0; font-size: 16px; font-weight: 600;}
.company_info_wrap .section.fourth .identity-wrap .btn a span {display: flex; flex-wrap: wrap; justify-content: center; position: absolute; top: 50%; right: 0; width: 18px; height: 25px; transform: translateY(-50%);}
.company_info_wrap .section.fourth .identity-wrap .btn a span::before {content: ""; display: block; width: 13px; height: 21px; background: url(../../images/company_info/icon_down_arrow.svg) no-repeat center; animation: fourth-arrow 1.2s infinite ease-out;}
.company_info_wrap .section.fourth .identity-wrap .btn a span::after {content: ""; display: block; width: 18px; height: 1px; background: url(../../images/company_info/icon_bar.svg) no-repeat center; padding-top: 10px;}
@keyframes fourth-arrow {0%{transform: translateY(-5px);} 50%{transform: translateY(0);} 100%{transform: translateY(-5px);}}

.company_info_wrap .section.fifth .font-wrap {padding: 84px 0; border-top: 1px solid #1c1c1c; border-bottom: 1px solid #1c1c1c;}
.company_info_wrap .section.fifth .font-wrap .font-content {display: flex; flex-wrap: wrap; width: 1182px; margin: 0 auto;}
.company_info_wrap .font-content dl:nth-child(1) {width: 100%;}
.company_info_wrap .font-content dl:nth-child(2),
.company_info_wrap .font-content dl:nth-child(3) {width: 50%;}
.company_info_wrap .font-content dl dt h2 {font-size: 20px; font-family: 'TourEasyT'; color: #000;}
.company_info_wrap .font-content dl dt {font-size: 18px; font-weight: 500; color: #000;}
.company_info_wrap .font-content dl:nth-child(1) {margin-bottom: 119px;}
.company_info_wrap .font-content dl:nth-child(1) dt {margin-bottom: 40px;}
.company_info_wrap .font-content dl:nth-child(1) dd {font-size: 18px; letter-spacing: -.9px; line-height: 30px;}
.company_info_wrap .font-content dl:nth-child(2) dd,
.company_info_wrap .font-content dl:nth-child(3) dd {font-size: 16px; letter-spacing: -.6px; padding-top: 40px;}
.company_info_wrap .font-content dl:nth-child(2) dd span {display: block; font-size: 70px; letter-spacing: -2px; font-family: 'TourEasyT';}
.company_info_wrap .font-content dl:nth-child(3) dd span {display: block; font-size: 70px; letter-spacing: -2px; font-family: 'TourEasyE';}
.company_info_wrap .font-content dl:nth-child(2) dd:nth-child(2),
.company_info_wrap .font-content dl:nth-child(3) dd:nth-child(2) {height: 206px;}
.company_info_wrap .font-content dl dd .btn a {display: block; position: relative; width: 430px; padding: 22px 0; border-top: 1px solid #1c1c1c; font-weight: 600;}
.company_info_wrap .font-content dl dd .btn li:nth-child(2) a {border-bottom: 1px solid #1c1c1c;}
.company_info_wrap .font-content dl dd .btn a span {display: flex; flex-wrap: wrap; justify-content: center; position: absolute; top: 50%; right: 0; width: 18px; height: 25px; transform: translateY(-50%);}
.company_info_wrap .font-content dl dd .btn a span::before {content: ""; display: block; width: 13px; height: 21px; background: url(../../images/company_info/icon_down_arrow.svg) no-repeat center; animation: fourth-arrow 1.2s infinite ease-out;}
.company_info_wrap .font-content dl dd .btn a span::after {content: ""; display: block; width: 18px; height: 1px; background: url(../../images/company_info/icon_bar.svg) no-repeat center; padding-top: 10px;}

.company_info_wrap .section.sixth .history-wrap {height: 100%;}
.company_info_wrap .history-wrap > .cont-tab-wrap {padding-top: 120px;}
.company_info_wrap .history-wrap > .cont-tab-wrap .tab-default {padding-bottom: 110px;}
.company_info_wrap .history-2depth-content .cont-tab-wrap .tab-default {padding-bottom: 0; margin-top: -100px; padding-top: 20px; padding-bottom: 55px;}
.company_info_wrap .history-2depth-content .cont-tab-wrap .tab-default > * {font-size: 18px; letter-spacing: -0.72px; font-weight: 500; line-height: inherit; color: #1c1c1c;}
.company_info_wrap .history-2depth-content .cont-tab-wrap .tab-default > *:hover,
.company_info_wrap .history-2depth-content .cont-tab-wrap .tab-default > *.selected {color: #e53e30;}
.company_info_wrap .history-2depth-content .cont-tab-wrap .tab-default > *.selected::after {width: 100%; height: 3px; border-radius: 0; top: inherit; bottom: -4px; left: 0;}
.company_info_wrap .history_img {position: relative; width: 1340px; margin: 0 auto;}
.company_info_wrap .history_img .txt {display: flex; position: absolute; bottom: -2px; left: 80px; height: 101px;}
.company_info_wrap .history_img .txt span {overflow: hidden; display: flex; align-items: center; height: 100%;}
.company_info_wrap .history_img .txt span:nth-child(odd) img {height: 100%;}
.company_info_wrap .history_img .txt span + span {margin-left: 40px;}
.company_info_wrap .history_img .txt span img {display: block; transform: translateY(200%);}
.company_info_wrap .history_img .txt span:nth-child(2) img {transform: translateY(400%);}

.company_info_wrap .section.sixth.active .history_img .txt span:nth-child(1) img {animation: txt_up_02 1s 1s forwards ease-in-out; animation-delay: .5s;}
.company_info_wrap .section.sixth.active .history_img .txt span:nth-child(2) img {animation: txt_up_02 1s 1s forwards ease-in-out; animation-delay: .6s;}
.company_info_wrap .section.sixth.active .history_img .txt span:nth-child(3) img {animation: txt_up_02 1s 1s forwards ease-in-out; animation-delay: .7s;}
@keyframes txt_up {0% {transform: translateY(300%); clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);} 100% {transform: translateX(0); clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);}}
@keyframes txt_up_02 {0% {transform: translateY(300%); clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);} 100% {transform: translateX(0); clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);}}

.company_info_wrap .history_txt {display: flex; flex-direction: column; align-items: flex-end; width: 1340px; margin: 0 auto; padding: 120px 0 200px;}
.company_info_wrap .history_txt > dl {width: 40%; padding-bottom: 100px;}
.company_info_wrap .history_txt > dl > dt {font-size: 40px; letter-spacing: -2px; font-weight: 500; font-family: 'TourEasyT';}
.company_info_wrap .history_txt > dl > dd dl {display: flex; flex-wrap: wrap; align-items: baseline; padding-top: 30px;}
.company_info_wrap .history_txt > dl > dd dl dt {width: 58px; font-weight: 600; font-size: 20px;}
.company_info_wrap .history_txt > dl > dd dl dd {width: calc(100% - 58px); font-size: 20px; letter-spacing: -1px; line-height: 30px;}

.company_info_wrap .section.seventh {clip-path: circle(300px at 50% 50%); transition: clip-path 1.3s 2s cubic-bezier(0.860, 0.000, 0.070, 1.000);}
.company_info_wrap .section.seventh.active {clip-path: circle(100% at 50% 50%);}
.company_info_wrap .message-wrap { width: 100%; height: 100%; background: url(../../images/company_info/img_ceo_02.jpg) no-repeat center; background-size: 100% 100%;}
.company_info_wrap .message-wrap .tit-img {display: flex; align-items: center; justify-content: center; position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.company_info_wrap .section.seventh.active .message-wrap .tit-img {animation: message_ani 1s forwards; animation-delay: 2.3s;}
@keyframes message_ani {0% {opacity: 1;} 100% {transform: scale(2); opacity: 0;}}
.company_info_wrap .message-wrap .tit-img span {color: transparent; font-size: 64px; font-family: 'TourEasyT'; -webkit-text-stroke: .5px #fff;}
.company_info_wrap .message-wrap .tit-img span:nth-child(1) {overflow: hidden; display: block; width: 190px;}
.company_info_wrap .message-wrap .tit-img span:nth-child(2) {overflow: hidden; display: block; width: 288px;}
.company_info_wrap .message-wrap .tit-img span img {display: block; transform: translateX(-100%); clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);}
.company_info_wrap .message-wrap .tit-img span:nth-child(1) img {transition: transform .35s ease-in-out, clip-path .5s ease-in-out; transition-delay: 1s;}
.company_info_wrap .message-wrap .tit-img span:nth-child(2) img {transition: transform .35s ease-in-out, clip-path .5s ease-in-out; transition-delay: 1.1s;}
.company_info_wrap .message-wrap .tit-img span + span {margin-left: 20px; margin-top: 24px;}
.company_info_wrap .section.seventh.active .message-wrap .tit-img span img {transform: translateX(0); clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);}

.company_info_wrap .message-content {position: absolute; top: 50%; left: 50%; width: 50%; margin-top: -298px;}
.company_info_wrap .message-content dl dt,
.company_info_wrap .message-content dl dd {color: #fff;}
.company_info_wrap .message-content dl dt {padding-bottom: 30px; letter-spacing: -1.8px; font-weight: 600; font-size: 60px;}
.company_info_wrap .message-content dl dd {padding-bottom: 30px; letter-spacing: -0.48px; line-height: 26px; font-size: 16px;}
.company_info_wrap .message-content dl dd:last-child {display: flex; align-items: center; padding-top: 50px; padding-bottom: 0;}
.company_info_wrap .message-content dl dd:last-child .sign {display: block; width: 82px; height: 82px; background: url(../../images/company_info/sign.png) no-repeat center; margin-left: 20px;}

.company_info_wrap .section.eighth > div > div {height: 100%;}
.company_info_wrap .section.eighth .bg_img {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.company_info_wrap .section.eighth .bg_img img {width: 100%; height: 100%;}
.company_info_wrap .section.eighth.active .bg_img {animation: bg_big_small 3s forwards;}
.company_info_wrap .section.eighth .img {position: absolute; bottom: 4%; left: 50%; margin-left: -177px;}
.company_info_wrap .section.eighth dl {display: flex; position: absolute; top: 50%; left: 50%; flex-direction: column; align-items: center; transform: translate(-50%, -50%);}
.company_info_wrap .section.eighth dl dt {display: flex; padding-bottom: 40px}
.company_info_wrap .section.eighth dl dt span {display: block; overflow: hidden;}
.company_info_wrap .section.eighth dl dt span:nth-child(1) {width: 245px;}
.company_info_wrap .section.eighth dl dt span:nth-child(2) {width: 279px;}
.company_info_wrap .section.eighth dl dt span img {display: block; transform: translateX(-100%); clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);}
.company_info_wrap .section.eighth dl dt span:nth-child(1) img {transition: transform .35s ease-in-out, clip-path .5s ease-in-out; transition-delay: 1.5s;}
.company_info_wrap .section.eighth dl dt span:nth-child(2) img {transition: transform .35s ease-in-out, clip-path .5s ease-in-out; transition-delay: 1.6s;}
.company_info_wrap .section.eighth.active dl dt span img {transform: translateX(0); clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);}

.company_info_wrap .section.eighth dl dd {line-height: 32px; letter-spacing: -1.15px; text-align: center; font-size: 23px; color: #fff;}
.company_info_wrap .section.eighth dl dd:nth-child(2) {display: flex; flex-direction: column; align-items: center;}
.company_info_wrap .section.eighth dl dd span {display: inline-block; overflow: hidden;}
.company_info_wrap .section.eighth dl dd span:nth-child(1) {width: 127px;}
.company_info_wrap .section.eighth dl dd span:nth-child(2) {width: 243px;}
.company_info_wrap .section.eighth dl dd span:nth-child(3) {width: 270px;}
.company_info_wrap .section.eighth dl dd span:nth-child(4) {width: 239px;}

.company_info_wrap .section.eighth dl dd span strong {display: block; transform: translateX(-100%); clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);}
.company_info_wrap .section.eighth dl dd span:nth-child(1) strong {transition: transform .35s ease-in-out, clip-path .5s ease-in-out; transition-delay: 2s;}
.company_info_wrap .section.eighth dl dd span:nth-child(2) strong {transition: transform .35s ease-in-out, clip-path .5s ease-in-out; transition-delay: 2s;}
.company_info_wrap .section.eighth dl dd span:nth-child(3) strong {transition: transform .35s ease-in-out, clip-path .5s ease-in-out; transition-delay: 2s;}
.company_info_wrap .section.eighth dl dd span:nth-child(4) strong {transition: transform .35s ease-in-out, clip-path .5s ease-in-out; transition-delay: 2s;}

.company_info_wrap .section.eighth.active dl dd span strong {transform: translateX(0); clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);}

.company_info_wrap .section.eighth dl dd .btn {padding-top: 50px; padding-bottom: 140px;}
.company_info_wrap .section.eighth dl dd .btn a {display: block; position: relative; padding: 24px 0; width: 360px; border-top: 1px solid #fff; border-bottom: 1px solid #fff; text-align: left; font-size: 16px; letter-spacing: -0.48px; color: #fff;}
.company_info_wrap .section.eighth dl dd a span {display: block; position: absolute; top: 50%; right: 0; width: 28px !important; height: 14px; background: url(../../images/icon-next-fff-2-px.svg) no-repeat center; transform: translateY(-50%); animation: third-arrow 1s infinite ease-out;}

.company_info_wrap .close {position: absolute; top: 50px; right: 65px; z-index: 100;}
.company_info_wrap .close a {display: block; width: 42px; height: 42px; text-indent: -9999em;}
.company_info_wrap .close.close_b a {background: url(../../images/company_info/btn_close_b.png) no-repeat center;}
.company_info_wrap .close.close_w a {background: url(../../images/company_info/btn_close_w.png) no-repeat center;}

.company_info_wrap ~ #fp-nav {z-index: 99999 !important;}
.company_info_wrap ~ #fp-nav ul li,
.company_info_wrap ~ .fp-slidesNav ul li {margin: 26px !important;}
.company_info_wrap ~ #fp-nav ul li.rem {display: none;}
.company_info_wrap ~ #fp-nav ul li a span {border-radius: 0 !important; background-color: transparent; border: 1px solid #1c1c1c;}
.company_info_wrap ~ #fp-nav.white ul li a span {border-color: #fff;}
.company_info_wrap ~ #fp-nav ul li .fp-tooltip {font-family: 'NotoSansCJKkr'; font-size: 14px; font-weight: 400; color: #1c1c1c;}
.company_info_wrap ~ #fp-nav.white ul li .fp-tooltip {color: #fff;}
.company_info_wrap ~ #fp-nav ul li:hover .fp-tooltip,
.company_info_wrap ~ #fp-nav.fp-show-active a.active + .fp-tooltip {right: 0 !important;}
.company_info_wrap ~ #fp-nav ul li:hover a span {display: none;}
.company_info_wrap ~ #fp-nav ul li a.active span {display: none;}
.company_info_wrap ~ #fp-nav ul li a.active + .fp-tooltip {opacity: 1 !important; width: auto; right: 0 !important;}

@media screen and (max-width:1540px) {
    .company_info_wrap .section.third .list dl dt span:nth-child(1),
    .company_info_wrap .section.third .list dl dt strong,
    .company_info_wrap .section.third .list dl dd p {padding-left: 40px; font-size: 14px;}
    .company_info_wrap .section.third .list dl dt span:nth-child(1) {font-size: 18px;}
    .company_info_wrap .section.third .list dl dt span:nth-child(3) {left: -72px; font-size: 13px;}
    .company_info_wrap .section.third .list dl dt strong {font-size: 30px;}
    .company_info_wrap .section.third .btn ul {padding-left: 30px; max-width: 68%;}
    .company_info_wrap .section.third .btn li a {padding: 15px 0; font-size: 13px;}

    .company_info_wrap .section.fourth .identity-wrap {width: 100%; padding: 0 85px 0 30px; justify-content: space-between;}
    .company_info_wrap .section.fourth .identity-wrap dl:nth-child(2),
    .company_info_wrap .section.fourth .identity-wrap dl:nth-child(3) {width: calc(50% - 20px);}
    .company_info_wrap .section.fourth .identity-wrap dl:nth-child(2) dd img {width: 100%; max-width: 352px}
    .company_info_wrap .section.fourth .identity-wrap dl:nth-child(3) dd img {width: 100%;}
    .company_info_wrap .section.fourth .identity-wrap .btn a {width: 45%;}

    .company_info_wrap .section.fifth .font-wrap {width: 100%; padding: 84px 80px 84px 40px;}
    .company_info_wrap .section.fifth .font-wrap .font-content {width: 100%; justify-content: space-between;}
    .company_info_wrap .font-content dl:nth-child(1) {width: 100%; }
    .company_info_wrap .font-content dl:nth-child(2),
    .company_info_wrap .font-content dl:nth-child(3) {width: calc(50% - 20px);}
    .company_info_wrap .font-content dl:nth-child(2) dd span,
    .company_info_wrap .font-content dl:nth-child(3) dd span {font-size: 50px;}
    .company_info_wrap .font-content dl dd .btn a {width: 100%;}

    .company_info_wrap .history_img {width: 80%;}
    .company_info_wrap .history_img img {width: 100%;}
    .company_info_wrap .history_txt {width: 80%;}
    .company_info_wrap .history_txt > dl > dt {font-size: 30px;}
    .company_info_wrap .history_txt > dl > dd dl {padding-top: 15px;}
    .company_info_wrap .history_txt > dl > dd dl dt {font-size: 16px;}
    .company_info_wrap .history_txt > dl > dd dl dd {font-size: 16px;}

    .company_info_wrap .message-content {left: 30%; width: 65%; padding-right: 90px;;}
}

/* 오픈준비중 페이지 css */
.ready_wrap {position: relative; width: 100%; height: 100%;}
.ready_wrap header {padding: 40px 30px;}
.ready_wrap h1 {display: block; width: 106px; height: 31px; 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%);}
.home_ready dt {letter-spacing: -2px; text-align: center; font-family: 'TourEasyT'; font-size: 40px; margin-bottom: 5px;}
.home_ready dt span {display: block; width: 76px; height: 92px; 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.8px; font-size: 16px;}

.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 {width: 1180px; 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: 60%;}

/* 멤버쉽 소개 */
.membership-intro .pc-hidden {display: none !important;}
.membership-intro .pc-hidden.type_02 {display: none !important;}
.membership-intro .mo-hidden {display: flex !important;}
.membership-intro .mo-hidden.type_02 {display: block !important;}
.contents.membership {width: auto; margin: 0 auto; padding-top: 0;}
.contents.membership .cont-header {display: none;}
.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: calc(100vh + 185px);}
.membership-intro .mb-visual .visual-img {display: flex; overflow: hidden; justify-content: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%;}
.membership-intro .mb-visual .visual-img .visual-over {}
.membership-intro .mb-visual .visual-img .visual-over video {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 980px; object-fit: fill;}
.membership-intro .mb-visual .visual-txt {display: flex; flex-direction: column; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.membership-intro .mb-visual .visual-txt em {font-size: 30px; font-weight: 400; letter-spacing: -1.5px; text-align: center; color: #fff;}
.membership-intro .mb-visual .visual-txt strong {font-family: 'TourEasyT'; font-size: 80px; letter-spacing: -4px; color: #fff;}
.membership-intro .mb-cont{margin-top:120px; padding-top:169px; position:relative; margin-left:10%;}
.membership-intro .mb-menu{position: absolute; top:0; left:0; width:100%; border-bottom:1px solid #1c1c1c;height:169px;display:flex;align-items:center; z-index: 10;}
.membership-intro .mb-menu.fixed{position:fixed;top:0;left:10%;width:calc(100% - 10%);min-width:1238px; background-color: #fff;}
.membership-intro .mb-menu.fixed::after {content: ""; display: block; position: absolute; top: 0; left: -13%; width: 13%; height: 168px; background-color: #fff;}
.membership-intro .mb-tab{display:flex; flex:none}
.membership-intro .mb-tab button + button{margin-left:65px}
.membership-intro .mb-tab button{display:block;background:transparent;font-size:40px;font-weight:700;line-height:1.2;letter-spacing: -2.4px;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: #1c1c1c;}
.membership-intro .mb-tab button.selected:before{width:9px;height:9px; background:#e43d30}
.membership-intro .mb-info{position: absolute; right:50px;top:0;}
.membership-intro .info-box{padding:18px 0 21px;text-align: right}
.membership-intro .info-box > *{background:transparent;transition: .2s;}
.membership-intro .info-box > *:hover {color: #e53e30;}
.membership-intro .info-box > * + *{padding-left:29px; margin-left:29px; position: relative}
.membership-intro .info-box > * + *:before{content:''; display: block; width:1px; height:11px; background:#1c1c1c; position:absolute; left:0; top:calc(50% - 5px)}
.membership-intro .mb-join{display:block; position: relative; background:#e53e30;color:#fff; font-size:18px;letter-spacing: -0.07px;border-radius: 4px; padding:24px 105px 24px 30px;}
.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: calc(180px + 180px); padding-bottom: 178px;}
.membership-intro .sec-tit span {display: block; font-size: 20px; letter-spacing: -0.8px;}
.membership-intro .sec-tit strong {display: block; padding-top: 90px; font-family: 'TourEasyT'; font-weight: 400; font-size: 70px; letter-spacing: -2.8px; line-height: 80px;}
.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: 200px;}
.membership-intro .sec-01 .benefits dl {display: flex; position: relative; height: 500px;}
.membership-intro .sec-01 .benefits li:nth-child(even) dl dt {left: 0;}
.membership-intro .sec-01 .benefits li:nth-child(even) dl dd {left: 220px;}
.membership-intro .sec-01 .benefits dl dt {position: absolute; top: 0; right: 480px; width: 500px; height: 145px; margin-left: -270px; font-size: 145px; font-weight: 600; letter-spacing: -9px; transform: rotate(90deg) translate(176px, -145px);}
.membership-intro .sec-01 .benefits dl dd {position: absolute; top: 0; right: 0; padding: 85px 74px; box-sizing: border-box; border: 1px solid; border-radius: 5px; width: 500px; height: 500px; line-height: 80px; font-size: 66px; letter-spacing: -3.96px;}
.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: 120px; height: 90px; position: absolute; bottom: 0; right: 0; background: no-repeat center right; padding: 50px;}
.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 .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: flex-end; padding-right: 50px;}
.membership-intro .membership-benefit-wrap .membership-benefit-list .info {position: relative; width: 350px; height: 450px; 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: 30px;}
.membership-intro .membership-benefit-wrap .membership-benefit-list .info .txt {margin-top: 25px; letter-spacing: -2.4px; line-height: 48px; font-size: 40px;}
.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 {right: 40px; bottom: 60px;}
.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: 17px 11px 45px 39px rgb(0 0 0 / 28%); z-index: -1;}
.membership-intro .membership-benefit-wrap .membership-benefit-list ul .info.coupon .ico::after {box-shadow: 4px 11px 45px 51px rgb(0 0 0 / 28%);}
.membership-intro .membership-benefit-wrap .membership-benefit-list ul .info.coupon .ico {width: 119px; height: 62px; background: url(../../images/emoji/emoji-admission.svg) no-repeat center; background-size: 100%;}
.membership-intro .membership-benefit-wrap .membership-benefit-list ul .info.discount .ico {width: 86px; height: 90px; 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: 101px; height: 81px; 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: 100px; height: 99px; background: url(../../images/emoji/emoji-key.svg) no-repeat center; background-size: 100%;}
.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; box-sizing: border-box; margin-left: -11.1%; padding-left: 11.1%; padding-top: 169px; padding-bottom: 100px; background: url(../../images/bg_coupon.jpg) no-repeat center; background-size: cover;}
.membership-intro .sec-02 .sec-02-wrap > .inner {display: flex; justify-content: space-between; width: 1230px; flex-wrap: wrap;}
.membership-intro .sec-02 .sec-02-wrap > .inner > .left {padding-top: 50px; box-sizing: border-box;}
.membership-intro .sec-02 .sec-02-wrap > .inner > .left .tit span {display: block; line-height: 35px; font-size: 20px; letter-spacing: -0.8px; color: #fff;}
.membership-intro .sec-02 .sec-02-wrap > .inner > .left .tit strong {display: block; margin-top: 40px; line-height: 90px; letter-spacing: -3.5px; font-family: 'TourEasyT'; font-weight: 400; font-size: 70px; color: #fff;}
.membership-intro .sec-02 .sec-02-wrap > .inner >  dl {width: 100%; margin-top: -214px;}
.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; margin-top: 265px;}
.membership-intro .sec-02 .sec-02-wrap > .inner > .right .coupon-box .left {position: relative; padding: 40px 30px; box-sizing: border-box; width: 430px; height: 320px; 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: 18px; font-weight: 600; color: #e53e30;}
.membership-intro .sec-02 .sec-02-wrap > .inner > .right .coupon-box .left strong {display: block; margin-top: 20px; font-family: 'TourEasyT'; font-size: 50px; line-height: 59px; letter-spacing: -1.25px; color: #e53e30;}
.membership-intro .sec-02 .sec-02-wrap > .inner > .right .coupon-box .left em {display: block; margin-top: 60px; font-size: 14px; letter-spacing: -0.42px;}
.membership-intro .sec-02 .sec-02-wrap > .inner > .right .coupon-box .right {width: 92px; height: 320px; border-radius: 10px; background: url(../../images/coupon_logo.png) no-repeat center; background-color: #fff; box-shadow: -4px 0px 46px 7px rgb(0 0 0 / 79%);}
.coupon-link {display: flex; justify-content: center; padding-top: 60px;}
.coupon-link a {display: flex; position: relative; width: 360px; padding: 22px 0; border-top: 1px solid #fff; border-bottom: 1px solid #fff; font-size: 18px; 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-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 {background: url(../../images/icon_error.svg) no-repeat 0 2px; background-size: 16px; padding-left: 20px; margin-bottom: 30px;}
.membership-intro .sec-03 .sec-03-list-wrap ul {display: flex; justify-content: flex-end;}
.membership-intro .sec-03 .sec-03-list-wrap ul li {width: 280px;}
.membership-intro .sec-03 .sec-03-list-wrap ul li + li {margin-left: 50px;}
.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 {width: 100%; height: 280px; 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: 25px 0; letter-spacing: -0.72px; font-size: 18px; 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: 14px; 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 strong {font-family: 'TourEasyT'; font-weight: 300; font-size: 35px; 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: 23px; font-weight: 600;}
.membership-intro .sec-03 .sec-03-list-wrap ul li .price .price-box span {color: #999;}
.sec-03-banner {margin-left: -5.5%; width: 100%; margin-top: 180px;}
.sec-03-banner a {display: block;}
.sec-03-banner a img {width: 100%;}

.membership-intro .sec-04 .sec-tit {padding-top: 260px;}
.sec-04-cont .inner {display: flex; flex-direction: column; align-items: flex-end;}
.sec-04-cont ul {display: flex; flex-wrap: wrap; justify-content: flex-end; padding-right: 50px;}
.sec-04-cont ul li .order {display: flex; position: relative; width: 530px; 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: 27px; color: #e53e30; transform: translate(-90px, 32px) rotate(-90deg);}
.sec-04-cont ul li:nth-child(2) .order::before {content: "OFFLINE"; transform: translate(-90px, 40px) 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: 90px;}
.sec-04-cont ul li dl + dl::before {content: ""; display: block; position: absolute; top: -70px; left: 50%; width: 1px; height: 50px; background-color: #fff;}
.sec-04-cont ul li dl dt {display: flex; justify-content: center; width: 80px; border-radius: 3px; padding: 3px 0; border: 2px solid #fff; font-family: 'TourEasyT'; font-size: 14px; letter-spacing: -0.7px; color: #fff;}
.sec-04-cont ul li dl dd {width: 100%; margin-top: 15px; text-align: center; font-size: 23px; font-weight: 300; line-height: 28px; letter-spacing: -1.15px; color: #fff;}
.sec-04-cont ul li + li {margin-left: 168px;}
.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: 144px; height: 128px; background: url(../../images/emoji/emoji-membership-crown.png) no-repeat center; background-size: 100%;}
.sec-04-cont .sec-04-link dl dd {}
.sec-04-cont .sec-04-link dl dd strong {display: block; width: 100%; font-family: 'TourEasyT'; font-weight: 500; font-size: 35px; letter-spacing: -1.4px; color: #1c1c1c;}
.sec-04-cont .sec-04-link dl dd a {display: inline-block; position: relative; margin-top: 15px; font-size: 20px; letter-spacing: -0.6px;}
.sec-04-cont .sec-04-link dl dd a span {display: block; position: absolute; right: -47px; 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.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: 260px;}
.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; justify-content: flex-end; padding-bottom: 110px; padding-right: 50px;}
.membership-intro .sec-05 .sec-05-wrap ul li {position: relative; width: 405px; height: 368px; padding: 50px 40px; box-sizing: border-box;}
.membership-intro .sec-05 .sec-05-wrap ul li + li {margin-left: 27px;}
.membership-intro .sec-05 .sec-05-wrap ul li strong {display: block; margin-bottom: 25px; font-size: 36px; letter-spacing: -1.08px; line-height: 42px;}
.membership-intro .sec-05 .sec-05-wrap ul li span {font-size: 23px; letter-spacing: -1.61px;}
.membership-intro .sec-05 .sec-05-wrap ul li:nth-child(1) {background: url(../../images/box-yellow.svg) no-repeat center; background-size: 100%;}
.membership-intro .sec-05 .sec-05-wrap ul li:nth-child(2) {background: url(../../images/box-green.svg) no-repeat center; background-size: 100%;}
.membership-intro .sec-05 .sec-05-wrap ul li:nth-child(3) {background: url(../../images/box-red.svg) no-repeat center; background-size: 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 {display: block; position: relative; width: 50px; height: 50px; position: absolute; bottom: 50px; right: 31px; }
.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: 64px; right: 45px; width: 10px; height: 10px; transform: translate(-50%, -50%); box-shadow: 6px 14px 20px 7px rgb(0 0 0 / 28%);}

@media screen and (max-width:1600px) {
    .membership-intro .mb-cont {margin: 0 60px;}
    .membership-intro .mb-menu {width: calc(100% + 60px);}
    .membership-intro .mb-menu.fixed {left: 60px; width: calc(100% - 60px);}
    .membership-intro .mb-tab button {font-size: 32px;}
    .membership-intro .mb-tab button + button {margin-left: 40px;}
    .membership-intro .info-box {padding: 15px 0;}
    .membership-intro .sec-tit {padding-top: 180px; padding-bottom: 50px}
    .membership-intro .sec-tit strong {font-size: 70px; letter-spacing: -2.8px;}

    .membership-intro .membership-benefit-wrap .membership-benefit-list .info {width: 265px; height: 350px;}
    .membership-intro .membership-benefit-wrap .membership-benefit-list .info .name {font-size: 22.5px;}
    .membership-intro .membership-benefit-wrap .membership-benefit-list .info .txt {font-size: 30.5px; letter-spacing: -1.83px; line-height: 36.5px;}
    .membership-intro .membership-benefit-wrap .membership-benefit-list ul {padding-right: 0; justify-content: space-between;}
    .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.coupon .ico {width: 91px; height: 48px;}
    .membership-intro .membership-benefit-wrap .membership-benefit-list ul .info.discount .ico {width: 65px; height: 68px;}
    .membership-intro .membership-benefit-wrap .membership-benefit-list ul .info.vip .ico {width: 77px; height: 61px;}
    .membership-intro .membership-benefit-wrap .membership-benefit-list ul .info.special .ico {width: 76px; height: 75px;}
    .membership-intro .membership-benefit-wrap .membership-benefit-list ul li+li {margin-left: 30px;}
    .membership-intro .membership-benefit-wrap .membership-benefit-list ul .info .ico::after {box-shadow: 6px 18px 38px 28px rgb(0 0 0 / 19%);}
    .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 .sec-02 .sec-02-wrap {margin: 0 -60px; padding: 169px 60px 100px;}

    .membership-intro .sec-03 .sec-tit {padding-top: 260px;}
    .membership-intro .sec-03 .sec-03-list-wrap .sec-03-list {width: 100%; padding-right: 0;}
    .sec-03-banner {margin: 0 -60px; padding: 0 60px; margin-top: 180px; width: calc(100% + 120px);}

    .sec-04-cont .inner {align-items:flex-start;}
    .sec-04-cont ul {padding-left: 57px; flex-wrap:nowrap; padding-right: 0; justify-content: space-between;}
    .sec-04-cont ul li .order {width: 500px;}
    .sec-04-cont ul li + li {margin-left: 118px;}

    .membership-intro .sec-05 .sec-05-wrap {margin: 0 -60px; padding: 0 60px;}
    .membership-intro .sec-05 .sec-05-wrap ul {padding: 0 0 110px 0; justify-content: space-between;}
    .membership-intro .sec-05 .sec-05-wrap ul li {width: 355px;}
    .membership-intro .sec-05 .sec-05-wrap ul li:nth-child(1) {background: url(../../images/box-yellow-s.svg) no-repeat center; background-size: 100%;}
    .membership-intro .sec-05 .sec-05-wrap ul li:nth-child(2) {background: url(../../images/box-green-s.svg) no-repeat center; background-size: 100%;}
    .membership-intro .sec-05 .sec-05-wrap ul li:nth-child(3) {background: url(../../images/box-red-s.svg) no-repeat center; background-size: 100%;}
}

/* 조승우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%;}
.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%;}

/* mz pick 이벤트 */
.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;}
}

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


/* S: 마이페이지-내쿠폰함 */
.my-page .my-coupon .mycoupon-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    gap: 50px 65px;
}
.my-page .my-coupon .mycoupon-list ul li {
    width: calc(33.3333% - 43.3333px);
}
.my-page .my-coupon .mycoupon-list ul li .coupon-info-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    width: 350px;
    height: 180px;
    padding-left: 26px;
}
.my-page .my-coupon .mycoupon-list ul li .coupon-info-1.type-person {
    background: url(../../images/normal/bg-img/mypage-coupon-red.png) no-repeat center / contain;
}
.my-page .my-coupon .mycoupon-list ul li .coupon-info-1.type-price {
    background: url(../../images/normal/bg-img/mypage-coupon-green.png) no-repeat center / contain;
}
.my-page .my-coupon .mycoupon-list ul li .coupon-info-1 .type-discount {
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.42px;
    opacity: 0.8;
}
.my-page .my-coupon .mycoupon-list ul li .coupon-info-1 .price {
    margin-top: 10px;
    font-family: 'TourEasyT';
    font-size: 38px;
    line-height: 38px;
    letter-spacing: -1.2px;
}
.my-page .my-coupon .mycoupon-list ul li .coupon-info-1.type-person .type-discount,
.my-page .my-coupon .mycoupon-list ul li .coupon-info-1.type-person .price {
    color: #E53E30;
}
.my-page .my-coupon .mycoupon-list ul li .coupon-info-1.type-price .type-discount,
.my-page .my-coupon .mycoupon-list ul li .coupon-info-1.type-price .price {
    color: #006F80;
}
.my-page .my-coupon .mycoupon-list ul li .coupon-info-1 .price .small {
    font-family: 'NotoSansCJKkr';
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.72px;
}
.my-page .my-coupon .mycoupon-list ul li .coupon-info-1 .guide-txt-type-discount {
    margin-top: 10px;
    color: #666;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    letter-spacing: -1.2px;
}
.my-page .my-coupon .mycoupon-list ul li .coupon-info-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-top: 20px;
}
.my-page .my-coupon .mycoupon-list ul li .coupon-info-2 .txt-location {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.45px;
}
.my-page .my-coupon .mycoupon-list ul li .coupon-info-2 .date {
    color: #666;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -0.42px;
}
.my-page .my-coupon .mycoupon-list ul li .coupon-info-2 [class*="btn-type-"] {
    flex-shrink: 0;
}
.my-page .my-coupon .mycoupon-list.completed ul li .coupon-info-1:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 1;
}
.my-page .my-coupon .mycoupon-list.completed ul li .coupon-info-1:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 62px;
    height: 62px;
    background: url(../../images/normal/bg-img/mypage-coupon-completed.png) no-repeat center / contain;
    z-index: 9;
}
.my-page .my-coupon .mycoupon-list.completed ul li .coupon-info-2:before {
    content: "사용완료";
    display: inline-block;
    position: absolute;
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.48px;
    z-index: 9;
}
.my-page .my-coupon .mycoupon-list.expired ul li .coupon-info-1 .type-discount,
.my-page .my-coupon .mycoupon-list.expired ul li .coupon-info-1 .price {
    color: #CCC !important;
}
.my-page .my-coupon .mycoupon-list.expired ul li .coupon-info-1 {
    background-image: url("../../images/normal/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: 16px;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: -2.4px;
}
.my-page .my-coupon .mycoupon-list.no-data .txt:before {
    content: "";
    display: inline-block;
    width: 70px;
    height: 42px;
    background: url(../../images/normal/mypage-coupon-noData.png) no-repeat center / contain;
}
.my-page .my-coupon .notice-box .coupon-guide {
    padding: 0 30px 30px;
    background-color: #F7F7F7;
}
.my-page .my-coupon .notice-box .coupon-guide .list-tit {
    padding-top: 30px;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.42px;
}
.my-page .my-coupon .notice-box .coupon-guide .list-type-2 {
    padding-left: 5px;
}
.my-page .my-coupon .notice-box .coupon-guide .list-type-2 li {
    padding-left: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.42px;
}
.my-page .my-coupon .notice-box .coupon-guide .list-type-2 li + li {
    margin-top: 0;
}
.my-page .my-coupon .notice-box .coupon-guide .list-type-2 li:before {
    top: 4px;
}
.my-page .my-coupon .paging-wrap {
    margin-top: 100px;
}
.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: 150px;
    margin: 0 auto;
    padding-left: 35px;
}
.modal.coupon-detail .modal-body .coupon-detail-info .img-box.type-person {
    background: url(../../images/normal/bg-img/mypage-coupon-red.png) no-repeat center / contain;
}
.modal.coupon-detail .modal-body .coupon-detail-info .img-box.type-price {
    background: url(../../images/normal/bg-img/mypage-coupon-green.png) no-repeat center / contain;
}
.modal.coupon-detail .modal-body .coupon-detail-info .img-box .type-discount {
    font-size: 14px;
    line-height: 18px;
    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: 38px;
    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;
    font-weight: 500;
    line-height: 24px;
    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;
    font-weight: 300;
    line-height: 14px;
    letter-spacing: -1.2px;
}
.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: normal;
    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: normal;
    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: 14px;
    letter-spacing: -0.21px;
}
.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: normal;
    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: -0px;
    font-weight: bold;
}
.modal.coupon-detail .modal-body .coupon-detail-info .table-type-1 table .condition-using ul li + li {
    margin-top: 5px;
}
/* E: 마이페이지-내쿠폰함 */






/* S: 여행이지플러스-fullpage */
.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/normal/traveleasy-plus/section01-bg-01.png");
}
.traveleasy-plus .section-01 .mainvisual-bg-wrap .mainvisual-bg .bg-item:nth-child(2) {
    background-image: url("../../images/normal/traveleasy-plus/section01-bg-02.png");
}
.traveleasy-plus .section-01 .mainvisual-bg-wrap .mainvisual-bg .bg-item:nth-child(3) {
    background-image: url("../../images/normal/traveleasy-plus/section01-bg-03.png");
}
.traveleasy-plus .section-01 .mainvisual-bg-wrap .mainvisual-bg .bg-item:nth-child(4) {
    background-image: url("../../images/normal/traveleasy-plus/section01-bg-04.png");
}
.traveleasy-plus .section-01 .mainvisual-bg-wrap .mainvisual-bg .bg-item:nth-child(5) {
    background-image: url("../../images/normal/traveleasy-plus/section01-bg-05.png");
}
.traveleasy-plus .section-01 .mainvisual-bg-wrap .mainvisual-bg .bg-item:nth-child(6) {
    background-image: url("../../images/normal/traveleasy-plus/section01-bg-06.png");
}
.traveleasy-plus .section-01 .mainvisual-slider-wrap .mainvisual-txt-wrap {
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.traveleasy-plus .section-01 .mainvisual-slider-wrap .mainvisual-txt-wrap .main-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.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-bottom: 10px;
}
.traveleasy-plus .section-01 .mainvisual-slider-wrap .mainvisual-txt-wrap .logo img {
    width: 273px;
    height: 60px;
}
.traveleasy-plus .section-01 .mainvisual-slider-wrap .mainvisual-txt-wrap .txt-front,
.traveleasy-plus .section-01 .mainvisual-slider-wrap .mainvisual-txt-wrap .txt-back {
    flex-shrink: 0;
    padding-bottom: 12px;
    color: #fff;
    font-family: 'LeferiPointWhite';
    font-size: 70px;
    line-height: normal;
    letter-spacing: 4px;
}
.traveleasy-plus .section-01 .mainvisual-slider-wrap .mainvisual-txt-wrap .txt-front {
    margin-right: 35px;
}
.traveleasy-plus .section-01 .mainvisual-slider-wrap .mainvisual-txt-wrap .txt-back {
    margin-left: 35px;
}
.traveleasy-plus .section-01 .mainvisual-slider-wrap .mainvisual-txt-wrap .mainvisual-txt {
    width: 355px;
    height: 130px;
    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: 99.57px;
    line-height: 1.2;
    letter-spacing: 2.5px;
    text-align: center;
}
.traveleasy-plus .section-02 .brand-intro-wrap {
    width: 100%;
    height: 100vh;
    background: url("../../images/normal/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: 50px;
    line-height: normal;
    text-align: center;
}
.traveleasy-plus .section-02 .brand-intro .txt-01 .emphasis {
    position: relative;
    top: -2px;
    right: -8px;
    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: 65px;
    color: #fff;
    font-size: 40px;
    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: 38px;
    color: #fff;
    font-family: 'TourEasyT';
    font-size: 78px;
    line-height: normal;
    text-align: center;
}
.traveleasy-plus .section-02 .brand-intro .txt-04 {
    margin-top: 30px;
    color: #fff;
    font-size: 17px;
    line-height: normal;
    font-weight: 300;
    text-align: center;
}
.traveleasy-plus .section-03 .five-tastes-intro .question {
    color: #1c1c1c;
    font-size: 30px;
    line-height: normal;
    font-weight: 300;
    text-align: center;
}
.traveleasy-plus .section-03 .five-tastes-intro .txtbox {
    display: flex;
    justify-content: center;
    align-items: center;
}
.traveleasy-plus .section-03 .five-tastes-intro .txtbox .txt-01 {
    display: flex;
    color: #1c1c1c;
    font-family: 'LeferiPointWhite';
    font-size: 45px;
    line-height: normal;
}
.traveleasy-plus .section-03 .five-tastes-intro .txtbox .txt-01:before {
    content: "";
    display: inline-block;
    position: relative;
    top: -10px;
    width: 169px;
    height: 61px;
    background: url("../../images/normal/traveleasy-plus/logo-black.png") no-repeat center / 169px auto;
}
.traveleasy-plus .section-03 .five-tastes-intro .txtbox .txt-02 {
    margin-left: 5px;
    color: #e53e30;
    font-family: 'LeferiPointBlack';
    font-size: 45px;
    line-height: normal;
}
.traveleasy-plus .section-03 .five-tastes-intro .txtbox .txt-03 {
    margin-left: 5px;
    color: #1c1c1c;
    font-family: 'LeferiPointWhite';
    font-size: 45px;
    line-height: normal;
}
.traveleasy-plus .section-03 .five-tastes-intro .imgbox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 55px;
}
.traveleasy-plus .section-03 .five-tastes-intro .imgbox .img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 265px;
    height: 525px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.traveleasy-plus .section-03 .five-tastes-intro .imgbox .inner + .inner {
    margin-left: 10px;
}
.traveleasy-plus .section-03 .five-tastes-intro .imgbox .img-01 {
    background-image: url("../../images/normal/traveleasy-plus/section03-img-01.png");
}
.traveleasy-plus .section-03 .five-tastes-intro .imgbox .img-02 {
    background-image: url("../../images/normal/traveleasy-plus/section03-img-02.png");
}
.traveleasy-plus .section-03 .five-tastes-intro .imgbox .img-03 {
    background-image: url("../../images/normal/traveleasy-plus/section03-img-03.png");
}
.traveleasy-plus .section-03 .five-tastes-intro .imgbox .img-04 {
    background-image: url("../../images/normal/traveleasy-plus/section03-img-04.png");
}
.traveleasy-plus .section-03 .five-tastes-intro .imgbox .img-05 {
    background-image: url("../../images/normal/traveleasy-plus/section03-img-05.png");
}
.traveleasy-plus .section-03 .five-tastes-intro .imgbox .number {
    color: #fff;
    font-family: 'OmniGothic';
    font-size: 21px;
    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: 43px;
    line-height: normal;
    text-align: center;
}
.traveleasy-plus .section-04 .swiper-taste {
    width: 100%;
    height: 100%;
}
.traveleasy-plus .section-04 .swiper-taste .swiper-slide {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.traveleasy-plus .section-04 .swiper-taste .slide-01 {
    background-image: url("../../images/normal/traveleasy-plus/section04-bg-01.png");
}
.traveleasy-plus .section-04 .swiper-taste .slide-02 {
    background-image: url("../../images/normal/traveleasy-plus/section04-bg-02.png");
}
.traveleasy-plus .section-04 .swiper-taste .slide-03 {
    background-image: url("../../images/normal/traveleasy-plus/section04-bg-03.png");
}
.traveleasy-plus .section-04 .swiper-taste .slide-04 {
    background-image: url("../../images/normal/traveleasy-plus/section04-bg-04.png");
}
.traveleasy-plus .section-04 .swiper-taste .slide-05 {
    background-image: url("../../images/normal/traveleasy-plus/section04-bg-05.png");
}
.traveleasy-plus .section-04 .guide-indicator {
    position: absolute;
    top: 21%;
    left: 6.3%;
    width: 46px;
    height: 30px;
    background: url(../../images/normal/traveleasy-plus/section04-guide-indicator.png) no-repeat center / 46px auto;
    animation: traveleasy-plus-bounce2 2s ease infinite;
    z-index: 99;
}
@keyframes traveleasy-plus-bounce2 {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-7px);
    }
    60% {
        transform: translateY(-3.5px);
    }
}
.traveleasy-plus .section-04 .swiper-pagination {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 6.25%;
}
.traveleasy-plus .section-04 .swiper-pagination .swiper-pagination-bullet {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #efe3cd;
    color: #bba988;
    font-family: 'OmniGothic';
    font-size: 16px;
    line-height: normal;
}
.traveleasy-plus .section-04 .swiper-pagination.swiper-pagination-bullets {
    width: unset;
}
.traveleasy-plus .section-04 .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
}
.traveleasy-plus .section-04 .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-top: 25px;
}
.traveleasy-plus .section-04 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 0;
}
.traveleasy-plus .section-04 .swiper-pagination .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active {
    background-image: url("../../images/normal/traveleasy-plus/section04-pagination-01-on.png");
}
.traveleasy-plus .section-04 .swiper-pagination .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active {
    background-image: url("../../images/normal/traveleasy-plus/section04-pagination-02-on.png");
}
.traveleasy-plus .section-04 .swiper-pagination .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active {
    background-image: url("../../images/normal/traveleasy-plus/section04-pagination-03-on.png");
}
.traveleasy-plus .section-04 .swiper-pagination .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active {
    background-image: url("../../images/normal/traveleasy-plus/section04-pagination-04-on.png");
}
.traveleasy-plus .section-04 .swiper-pagination .swiper-pagination-bullet:nth-child(5).swiper-pagination-bullet-active {
    background-image: url("../../images/normal/traveleasy-plus/section04-pagination-05-on.png");
}
.traveleasy-plus .section-04 .txt-box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.traveleasy-plus .section-04 .tit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 18.23%;
    width: 265px;
    height: 800px;
    padding-bottom: 50px;
}
.traveleasy-plus .section-04 .slide .tit {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.traveleasy-plus .section-04 .slide-01 .tit {
    background-image: url("../../images/normal/traveleasy-plus/section04-bg-s-01.png");
}
.traveleasy-plus .section-04 .slide-02 .tit {
    background-image: url("../../images/normal/traveleasy-plus/section04-bg-s-02.png");
}
.traveleasy-plus .section-04 .slide-03 .tit {
    background-image: url("../../images/normal/traveleasy-plus/section04-bg-s-03.png");
}
.traveleasy-plus .section-04 .slide-04 .tit {
    background-image: url("../../images/normal/traveleasy-plus/section04-bg-s-04.png");
}
.traveleasy-plus .section-04 .slide-05 .tit {
    background-image: url("../../images/normal/traveleasy-plus/section04-bg-s-05.png");
}
.traveleasy-plus .section-04 .tit .number {
    color: #fff;
    font-family: 'OmniGothic';
    font-size: 21px;
    line-height: normal;
}
.traveleasy-plus .section-04 .tit .taste {
    margin-top: 10px;
    color: #fff;
    font-family: 'TourEasyT';
    font-size: 43px;
    line-height: normal;
}
.traveleasy-plus .section-04 .slogan-con-wrap {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(0, -50%);
}
.traveleasy-plus .section-04 .slogan {
    color: #1c1c1c;
    font-family: 'TourEasyT';
    font-size: 40px;
    line-height: normal;
}
.traveleasy-plus .section-04 .slide-01 .slogan .emphasis {
    color: #e53e30;
}
.traveleasy-plus .section-04 .slide-02 .slogan .emphasis {
    color: #7c36d4;
}
.traveleasy-plus .section-04 .slide-03 .slogan .emphasis {
    color: #3261c8;
}
.traveleasy-plus .section-04 .slide-04 .slogan .emphasis {
    color: #efa31d;
}
.traveleasy-plus .section-04 .slide-05 .slogan .emphasis {
    color: #15a1b4;
}
.traveleasy-plus .section-04 .con {
    margin-top: 50px;
    color: #1c1c1c;
    font-size: 20px;
    line-height: 34px;
}
.traveleasy-plus .section-04 .txt-motion {
    transform: translate(-100%, -50%);
    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 .swiper-slide-active .txt-motion {
    transform: translate(0, -50%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.traveleasy-plus .section-05 .together-wrap {
    width: 100%;
    height: 100%;
    padding-top: 135px;
    background: url("../../images/normal/traveleasy-plus/section05-bg.png") no-repeat center / cover;
}
.traveleasy-plus .section-05 .together .txt-01 {
    text-align: center;
}
.traveleasy-plus .section-05 .together .txt-01 .logo {
    display: inline-block;
    position: relative;
    top: 3px;
    width: 127px;
    height: 46px;
    background: url(../../images/normal/traveleasy-plus/logo-black.png) no-repeat center / 127px auto;
}
.traveleasy-plus .section-05 .together .txt-01 .txt {
    color: #1c1c1c;
    font-family: 'LeferiPointWhite';
    font-size: 30px;
    line-height: normal;
}
.traveleasy-plus .section-05 .together .txt-01 .emphasis {
    margin: 0 6px;
    font-family: 'LeferiPointBlack';
    font-size: 30px;
    line-height: normal;
    letter-spacing: -1px;
}
.traveleasy-plus .section-05 .together .txt-01 .emphasis:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 4px;
    width: 93px;
    height: 6px;
    margin-left: 10px;
    background: url(../../images/normal/traveleasy-plus/section05-dots.png) no-repeat center / 93px auto;
}
.traveleasy-plus .section-05 .together .txt-02 {
    margin-top: 30px;
    color: #e43c2f;
    font-family: 'TourEasyT';
    font-size: 50px;
    line-height: normal;
    text-align: center;
}
.traveleasy-plus .section-05 .together .txt-03 {
    color: #1c1c1c;
    font-family: 'LeferiPointWhite';
    font-size: 40px;
    line-height: normal;
    text-align: center;
}
.traveleasy-plus .section-05 .together .txt-04 {
    margin-top: 15px;
    color: #1c1c1c;
    font-family: 'LeferiPointWhite';
    font-size: 16px;
    line-height: normal;
    text-align: center;
}
.traveleasy-plus .section-05 .together .txt-05 {
    margin-top: 55px;
    color: #1c1c1c;
    font-size: 21px;
    line-height: 35px;
    font-weight: normal;
    text-align: center;
}
.traveleasy-plus .section-06 .saving-point-wrap {
    width: 100%;
    height: 100%;
    padding-top: 150px;
    background: url(../../images/normal/traveleasy-plus/section06-bg.png) no-repeat center / cover;
}
.traveleasy-plus .section-06 .saving-point {
    position: relative;
    width: 1200px;
    height: 650px;
    margin: 0 auto;
}
.traveleasy-plus .section-06 .saving-point .inner-flex {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 50px;
    background-color: #fff;
}
.traveleasy-plus .section-06 .saving-point .left-area,
.traveleasy-plus .section-06 .saving-point .right-area {
    position: relative;
    width: 50%;
}
.traveleasy-plus .section-06 .saving-point .tit-img-box  {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 463px;
    height: 490px;
    margin: 0 auto;
}
.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: -8%;
    left: 7%;
    width: 43px;
    height: 30px;
    background-image: url("../../images/normal/traveleasy-plus/section06-coin-l-up.png");
}
.traveleasy-plus .section-06 .saving-point .coin-group .coin-l-down {
    top: 29%;
    left: 1%;
    width: 66px;
    height: 68px;
    background-image: url("../../images/normal/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: 24%;
    right: 8%;
    width: 61px;
    height: 54px;
    background-image: url("../../images/normal/traveleasy-plus/section06-coin-r-up.png");
    animation-duration: 1.4s;
}
.traveleasy-plus .section-06 .saving-point .coin-group .coin-r-down {
    top: 41%;
    right: 18%;
    width: 79px;
    height: 77px;
    background-image: url("../../images/normal/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: 500px;
    height: 237px;
    margin: 0 auto;
    background-color: #f8f8f8;
}
.traveleasy-plus .section-06 .saving-point .event-info .date {
    position: relative;
    left: -30px;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: -1px;
}
.traveleasy-plus .section-06 .saving-point .event-info .date .emphasis {
    font-weight: 700;
}
.traveleasy-plus .section-06 .saving-point .event-info ul {
    margin-top: 25px;
}
.traveleasy-plus .section-06 .saving-point .event-info ul li {
    font-size: 20px;
    line-height: 1;
    letter-spacing: -1px;
}
.traveleasy-plus .section-06 .saving-point .event-info ul li + li {
    margin-top: 20px;
}
.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 {
    margin: 0 auto;
    padding-top: 55px;
    padding-left: 20px;
}
.traveleasy-plus .section-06 .saving-point .event-notice ul li {
    padding: 0 10px 0 25px;
    color: #777777;
    font-size: 16px;
    line-height: 35px;
    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  {
    position: relative;
    max-width: 1520px;
    margin: 0 auto;
}
.traveleasy-plus .section-07 .title {
    font-size: 40px;
    line-height: 50px;
    color: #1c1c1c;
    font-family: 'TourEasyT';
}
.traveleasy-plus .section-07 .taggoods-swiper2 .display-list {
    flex-wrap: nowrap;
}
.traveleasy-plus .section-07 .sc-cont.taggoods-swiper2 {
    overflow: hidden;
    position: relative;
    width: calc(100% + 60px);
    margin-top: 20px;
    padding: 0 30px 30px;
}
.traveleasy-plus .section-07 .btn-box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.traveleasy-plus .section-07 .btn-box .btn-more-view {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 640px;
    height: 60px;
    border-radius: 2px;
    background-color: #1c1c1c;
    color: #fff;
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
}
.traveleasy-plus-wrap .close {
    position: fixed;
    top: 50px;
    right: 50px;
    z-index: 999;
}
.traveleasy-plus-wrap .close a {
    display: block;
    width: 42px;
    height: 42px;
    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/normal/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/normal/traveleasy-plus/btn-close-white.png);
}
.traveleasy-plus-wrap .close a:before {
    content: "";
    position: fixed;
    top: 55px;
    right: 105px;
    width: 88px;
    height: 30px;
    background: url("../../images/normal/traveleasy-plus/btn-view-product.png") no-repeat center / 88px auto;
}
.traveleasy-plus-wrap .img-scroll {
    display: block;
    position: fixed;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    text-indent: -9999em;
    transition: all .5s ease-out;
    z-index: 999;
    animation: traveleasy-pluse-bounce .65s ease infinite alternate;
}
.traveleasy-plus-wrap .img-scroll.dark {
    background-image: url(../../images/normal/traveleasy-plus/img-scroll-dark.png);
    overflow: hidden;
}
.traveleasy-plus-wrap .img-scroll.bright {
    background-image: url(../../images/normal/traveleasy-plus/img-scroll-bright.png);
}
@keyframes traveleasy-pluse-bounce {
    100% {
        bottom: 42px;
    }
}
@media screen and (max-width: 1590px) {
    .traveleasy-plus .section-06 .saving-point {
        left: -3vw;
    }
    .traveleasy-plus .section-06 .saving-point .inner-flex {
        transform: scale(0.8);
    }
    .traveleasy-plus .section-07 .recommend-product {
        transform: scale(0.8);
    }
}
@media screen and (max-width: 1368px) {
    .traveleasy-plus .section-01 .mainvisual-slider-wrap .mainvisual-txt-wrap {
        transform: translate(-65%, -50%);
    }
    .traveleasy-plus .section-02 .brand-intro {
        left: -2%;
    }
    .traveleasy-plus .section-02 .brand-intro .txt-04 {
        font-size: 20px;
    }
    .traveleasy-plus .section-03 .five-tastes-intro .question {
        margin-left: -6%;
        font-size: 36px;
    }
    .traveleasy-plus .section-03 .five-tastes-intro .txtbox {
        margin-left: -4%;
        margin-top: 10px;
    }
    .traveleasy-plus .section-03 .five-tastes-intro .txtbox .txt-01,
    .traveleasy-plus .section-03 .five-tastes-intro .txtbox .txt-02,
    .traveleasy-plus .section-03 .five-tastes-intro .txtbox .txt-03 {
        font-size: 40px;
    }
    .traveleasy-plus .section-03 .five-tastes-intro .imgbox {
        margin-left: -5%;
    }
    .traveleasy-plus .section-03 .five-tastes-intro .imgbox .img {
        width: 175px;
        height: 453px;
    }
    .traveleasy-plus .section-03 .five-tastes-intro .imgbox .number {
        font-size: 30px;
    }
    .traveleasy-plus .section-05 .together-wrap .together {
        position: absolute;
        left: 23%;
    }
}
@media screen and (max-width: 1281px) {
    .traveleasy-plus .section-01 .mainvisual-slider-wrap .mainvisual-txt-wrap {
        transform: translate(-75%, -50%);
    }
    .traveleasy-plus .section-02 .brand-intro {
        left: -5%;
    }
    .traveleasy-plus .section-03 .five-tastes-intro .question {
        margin-left: -12%;
        font-size: 36px;
    }
    .traveleasy-plus .section-03 .five-tastes-intro .txtbox {
        margin-left: -8%;
        margin-top: 10px;
    }
    .traveleasy-plus .section-03 .five-tastes-intro .txtbox .txt-01,
    .traveleasy-plus .section-03 .five-tastes-intro .txtbox .txt-02,
    .traveleasy-plus .section-03 .five-tastes-intro .txtbox .txt-03 {
        font-size: 40px;
    }
    .traveleasy-plus .section-03 .five-tastes-intro .imgbox {
        margin-left: -9%;
    }
    .traveleasy-plus .section-03 .five-tastes-intro .imgbox .img {
        width: 175px;
        height: 453px;
    }
    .traveleasy-plus .section-03 .five-tastes-intro .imgbox .number {
        font-size: 30px;
    }
    .traveleasy-plus .section-05 .together-wrap .together {
        position: absolute;
        left: 20%;
    }
}
@media screen and (max-width: 1181px) {
    .traveleasy-plus .section-01 .mainvisual-slider-wrap .mainvisual-txt-wrap {
        transform: translate(-87%, -50%);
    }
    .traveleasy-plus .section-02 .brand-intro {
        left: -9%;
    }
    .traveleasy-plus .section-03 .five-tastes-intro .question {
        margin-left: -20%;
        font-size: 36px;
    }
    .traveleasy-plus .section-03 .five-tastes-intro .txtbox {
        margin-left: -19%;
        margin-top: 10px;
    }
    .traveleasy-plus .section-03 .five-tastes-intro .txtbox .txt-01,
    .traveleasy-plus .section-03 .five-tastes-intro .txtbox .txt-02,
    .traveleasy-plus .section-03 .five-tastes-intro .txtbox .txt-03 {
        font-size: 40px;
    }
    .traveleasy-plus .section-03 .five-tastes-intro .imgbox {
        margin-left: -20%;
    }
    .traveleasy-plus .section-03 .five-tastes-intro .imgbox .img {
        width: 175px;
        height: 453px;
    }
    .traveleasy-plus .section-03 .five-tastes-intro .imgbox .number {
        font-size: 30px;
    }
    .traveleasy-plus .section-04 .tit {
        transform: translateY(-57%);
        left: 15.23%;
        width: 217px;
    }
    .traveleasy-plus .section-04 .tit .number {
        font-size: 29px;
    }
    .traveleasy-plus .section-04 .tit .taste {
        margin-top: 15px;
    }
    .traveleasy-plus .section-04 .slogan-con-wrap {
        top: 47%;
        left: 36%;
    }
    .traveleasy-plus .section-04 .slogan {
        font-size: 45px;
    }
    .traveleasy-plus .section-04 .con {
        margin-top: 50px;
        font-size: 24px;
        line-height: 34px;
    }
    .traveleasy-plus .section-04 .swiper-pagination .swiper-pagination-bullet {
        width: 55px;
        height: 55px;
        font-size: 20px;
    }
    .traveleasy-plus .section-04 .swiper-pagination {
        transform: translateY(-37%);
    }
    .traveleasy-plus .section-04 .guide-indicator {
        top: 28%;
        left: 6.8%;
        width: 50px;
        height: 34px;
    }
    .traveleasy-plus .section-05 .together-wrap {
        padding-top: 160px;
    }
    .traveleasy-plus .section-05 .together-wrap .together {
        position: absolute;
        left: 12%;
    }
    .traveleasy-plus .section-05 .together .txt-04 {
        margin-top: 30px;
        font-size: 21px;
    }
    .traveleasy-plus .section-05 .together .txt-05 {
        margin-top: 55px;
        font-size: 27px;
        line-height: 50px;
    }
    .traveleasy-plus .section-06 .saving-point {
        left: -7vw;
    }
    .traveleasy-plus .section-06 .saving-point .inner-flex {
        transform: scale(0.67);
    }
}
@media screen and (max-width: 1181px) {
    .traveleasy-plus .section-06 .saving-point {
        left: -13vw;
    }
}
@media screen and (max-width: 1024px) {
    .traveleasy-plus .section-06 .saving-point-wrap {
        background-color: #efeef3;
        background-image: none;
    }
    .traveleasy-plus .section-06 .saving-point {
        left: -11vw;
    }
    .traveleasy-plus .section-06 .saving-point .inner-flex {
        display: flex;
        flex-direction: column;
        background-color: transparent;
        transform: scale(1.25);
    }
}
@media screen and (max-width: 900px) {
    .traveleasy-plus .section-06 .saving-point {
        left: -27vw;
    }
    .traveleasy-plus .section-06 .saving-point .inner-flex {
        display: flex;
        flex-direction: column;
        background-color: transparent;
        transform: scale(1);
    }
}
/* E: 여행이지플러스-fullpage */

/* 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 {
    margin-left: 22px;
    font-size: 15px;
    line-height: 23.17px;
    font-weight: 500;
    line-height: 21.72px;
}
.common-scope-star .radio-area .item .star-rating-wrap {
    padding: 14px 0 0 25px;
    font-size: 0;
}
.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: 12px;
    cursor: pointer;
}
.common-scope-star .radio-area .item .star-rating label:before {
    content: "";
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url("../../images/normal/button/star-off.svg") no-repeat center / 38px auto;
}
.common-scope-star .radio-area .item .star-rating input:checked ~ label:before {
    width: 38px;
    height: 38px;
    background: url("../../images/normal/button/star-on.svg") no-repeat center / 38px auto;
}
.productreview .productreview-view .title {
    font-size: 30px;
    line-height: 43.44px;
    font-weight: 700;
}
.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: 18px;
}
.productreview .productreview-view .customer-scope-star .item .tit {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}
.productreview .productreview-view .customer-scope-star .item .star {
    display: flex;
    align-items: center;
    margin-top: 3px;
    margin-left: 5px;
}
.productreview .productreview-view .customer-scope-star .item .star .star-rating {
    display: inline-block;
}
.productreview .productreview-view .customer-scope-star .item .star .star-rating input {
    display: none;
}
.productreview .productreview-view .customer-scope-star .item .star .star-rating label {
    float: right;
    margin-right: 5px;
}
.productreview .productreview-view .customer-scope-star .item .star .star-rating label:before {
    content: "";
    display: inline-block;
    width: 14.81px;
    height: 14px;
    background: url("../../images/normal/star-readonly-off.svg") no-repeat center / 14.81px auto;
}
.productreview .productreview-view .customer-scope-star .item .star .star-rating input:checked ~ label:before {
    width: 14.81px;
    height: 14px;
    background: url("../../images/normal/star-readonly-on.svg") no-repeat center / 14.81px auto;
}
.productreview .productreview-view .customer-txt {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #1C1C1C;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
/* 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-name input,
.pax-info .traveller-info .item-birth input {
    width: 210px;
}
.pax-info .traveller-info .item-gender .label {
    font-size: 14px;
    font-weight: 300;
}
.pax-info .traveller-info .info-title {
    margin-bottom: 40px;
    font-size: 26px;
    line-height: normal;
    font-weight: 700;
}
.pax-info .traveller-info .personal-info {
    padding-top: 80px;
}
.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: 15px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
}
.pax-info .traveller-info .table-type-3 .item-info-th {
    width: 160px;
}
.pax-info .traveller-info .table-type-3 tbody th {
    padding: 25px 20px;
}
.pax-info .traveller-info .table-type-3 tbody td {
    font-weight: 300;
}
.pax-info .terms-wrap {
    padding-top: 80px;
}
.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;
}
.pax-info .terms-list .more:hover button {
    font-weight: 700;
}
.popup-when-going-travel .modal-body,
.popup-agreement-marketing-2 .modal-body,
.popup-agreement-marketing-3 .modal-body {
    padding-top: 0 !important;
}
.popup-when-going-travel .txt-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.popup-when-going-travel .txt-box .txt-1 {
    font-size: 16px;
    line-height: 23.17px;
    font-weight: 300;
}
.popup-when-going-travel .txt-box .txt-1 .emphasis {
    font-weight: 500;
}
.popup-when-going-travel .txt-box .txt-2 {
    flex-shrink: 0;
    color: #E53E30;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
}
.choosing-when-month {
    padding: 25px 0 20px;
}
.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 .txt-box {
    display: flex;
    justify-content: center;
}
.popup-agreement-marketing-2 .txt-box .txt-1 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    text-align: center;
}
.popup-agreement-marketing-2 .txt-box .txt-1 .emphasis {
    font-weight: 700;
    text-decoration: underline;
}
.popup-agreement-marketing-2 .img-megacoffee {
    width: 176px;
    height: 256px;
    margin: 26px auto 23px;
    background: url("../../images/normal/bg-img/retention-coffee.svg") no-repeat center / 176px auto;
    text-align: center;
}
.popup-agreement-marketing-3 .retention-intro {
    padding: 20px 0 0;
}
.popup-agreement-marketing-3 .txt-box .txt-1 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
}
.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/normal/icon/join-ico-01.svg");
}
.popup-agreement-marketing-3 .retention-intro ul li:nth-child(2):before {
    background-image: url("../../images/normal/icon/join-ico-02.svg");
}
.popup-agreement-marketing-3 .retention-intro ul li:nth-child(3):before {
    margin-top: 15px;
    background-image: url("../../images/normal/icon/join-ico-03.svg");
}
.popup-agreement-marketing-3 .retention-intro ul li:nth-child(4):before {
    background-image: url("../../images/normal/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: 170px;
}
.popup-agreement-marketing-3 .retention-intro ul li:nth-child(3),
.popup-agreement-marketing-3 .retention-intro ul li:nth-child(4) {
    height: 176px;
}
.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 */