/* SUB SLIDE */

.sub #mainslide .swiper-slide .img{
    width: 100%;
    padding-top: 100vh;
}
.sub .subSwiper .swiper-slide .img{
    width: 100%;
    padding-top: 100vh;
}
.sub.reservation #mainslide .swiper-slide .img{
    padding-top: 56.25%;
}
.special #section2 .subSwiper .swiper-slide .img{
    filter: grayscale(100%) brightness(70%);
}
.sub .specialSwiper .swiper-slide a{
    display: block;
    width: 100%;
}
.sub .specialSwiper .swiper-slide .img{
    width: 100%;
    padding-top: 100%;
}
.sub .specialSwiper .swiper-slide.on .img::before{
    animation: fadeOutGradient 1.5s ease-in-out forwards;
}
.specialSwiper .swiper-slide .img::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    background: linear-gradient(0deg,rgba(255, 255, 255, 0),#FFF 20%, #FFF);
}


@keyframes fadeOutGradient {
    0% {
        opacity: 1;
        height: 125%;
        top: 0;
    }

    90% {
        opacity: 1;
        height: 0%;
        top: 0;
  }
  
    100% {
        opacity: 0;
        height: 0%;
        top: 0;
  }
}

.sub.special .specialSwiper.swiper{
    height: unset;
    padding-top: 10%;
}
.sub .specialSwiper .swiper-slide .txtwrap{
    margin-top: 55px;
    font-size: 15px;
    text-align: left;
}

/* SUBCOMPONENTS */
.font-wrapper{
    position: absolute;
    width: 73.9%;
    height: 100%;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%);
    top: 0;
    z-index: 15;
    pointer-events: none;
}
.font-wrapper2{
    position: absolute;
    width: 68.75%;
    height: 100%;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%);
    top: 0;
    z-index: 10;
    pointer-events: none;
}
.typo-left{
    left: 0;
}
.typo-right{
    right: 0;
}
.typo-top1{
    top: 23.1%;
}
.typo-top2{
    top: 61.1%;
}
.btn-component{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #404040;
    color: #fff;
    border-radius: 100%;
    font-size: 12px;
    font-weight: 700;
}
.circle1{
    margin-right: 20px;
}
.cramps{
    margin: 0 25px 0 10px;
}
.fix{
    position: fixed;
    left: 13.02%;
    bottom: 10.1%;
    z-index: 400;
}
.onemore-price-wrapper{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform: translateY(200%);
    transition: all 1s ease;
    overflow: auto;
    z-index: 300;
}
.onemore-price-inner{
    padding: 50px;
}
.onemore-price-wrapper.on{
    transform: translateY(30%);
}
.close-btn{
    position: absolute;
    left: 2%;
    top: 2%;
    font-size: 15px;
    z-index: 20;
    cursor: pointer;
}
.btn-component.on{
    display: none;
}
.up-screen2{
    position: absolute;
    left: 0;
    right: 0;
    top: -10%;
    height: 30%;
    z-index: 10;
    pointer-events: none;
    display: none;
}
.m_up-screen2{
    display: none;
}
.down-screen2{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, #fff, 90%, transparent);
    height: 50%;
    z-index: 10;
}

.font30{
    font-family: 'Noto Serif KR', sans-serif;
    font-size: 30px;
    line-height: 2;
    font-weight: 700;
}
.font25{
    font-family: 'Noto Serif KR', sans-serif;
    font-size: 25px;
}
.font22{
    font-size: 22px;
}
.font20{
    font-family: 'Noto Serif KR', sans-serif;
    font-size: 20px;
}
.font18{
    font-size: 18px;
    line-height: 1.66;
}

@media screen and (max-width: 1024px) {
    .font30{
        font-size: 20px;
    }
    .font25{
        font-size: 16px;
    }
    .font22{
        font-size: 15px;
    }
    .font20{
        font-size: 14px;
    }
    .font18{
        
    }
}

@media screen and (max-width: 768px) {
    .font30{
        font-size: 20px;
        font-weight: 400;
    }
    .font25{
        font-size: 14px;
    }
    .font22{
        font-size: 13px;
    }
    .font20{
        font-size: 12px;
    }
   
}

@media screen and (max-width: 560px) {
    .font30{
        font-size: 15px;
        line-height: 1.5;
    }
    .font18{
        font-size: 14px;
    }
}

/* SUBSECTION START */

/* ABOUT */
.sub-main-typo-wrapper{
    position: absolute;
    left: 13.03%;
    top: 50%;
    transform: translateY(-30%);
    z-index: 10;
    color: #fff;
    font-family: 'Lato', 'Noto Serif KR', sans-serif;
}
.sub-main-typo1{
    font-size: 70px;
    margin-bottom: 55px;
    text-transform: uppercase;
    font-weight: 500;
}
.sub-main-typo2{
    font-size: 13px;
    display: flex;
    align-items: center;
    color: #404040;
}
.down-cramps{
    transform: rotate(90deg);
}

.sub-typo-wrapper{
    position: absolute;
    margin: 0 auto;
}
.sub-typo1{
    margin-bottom: 70px;
}
.about-image{
    padding-top: 100vh;
}
.sub-last-typo-wrapper{
    position: absolute;
    left: 0;
    top: 30.5%;
    display: inline-block;
    padding: 100px 115px 100px 120px;
    background-color: #fff;
    opacity: 0;
    transition: all 2s ease;
}
.sub-last-typo-wrapper.on{
    opacity: 1;
}
.sub-last-typo1{
    font-size: 45px;
    font-weight: 700;
    line-height: 1.44;
    margin-bottom: 30px;
}
.sub-last-typo2{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.44;
}
.sub-typo2{
    pointer-events: all;
    font-weight: 700;
}
/* LANDSCAPE */
.land-typo-wrap{
    font-family: 'Noto Sans KR', sans-serif;
    height: 100%;
    padding-top: 13.8%;
}
.land-typo1{
    margin-bottom: 85px;
    font-weight: 400;
}
.land-typo2{
    display: block;
    margin-bottom: 200px;
    font-weight: 700;
}
.btn-component-wrapper{
    display: flex;
    cursor: pointer;
}
.sub-land-typo1{
    margin-bottom: 40px;
}
/* MAP */
#map{
    width: 100%;
    height: 100%;
}
.image-map{
    width: 25px;
    height: 20px;
    margin-right: 20px;
    align-self: baseline;
    padding-top: 20px;
    width: 4%;
}
.image-map img{
    width: 25px;
}
.traffic-wrapper{
    display: flex;
    align-items: center;
    margin-bottom: 95px;
}
.traffic-wrapper:nth-child(1) .image-map img{
    width: 40px;
}
.traffic-all-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.nav-wrapper{
    position: absolute;
    right: 12.5%;
    top: 22.2%;
    z-index: 10;
    text-align: right;
}
.nav-typo2{
    line-height: 2.4;
    font-weight: 300;
}
.nav-tour-link{
    line-height: 3;
    font-weight: 700;
}
.map-screen{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.title1 .tit{
    margin-bottom: 25px;
}
.title1{
    width: 96%;
}
.title1 .txt{
    font-weight: 300;
}
/* TOUR */
.tour-typo-wrapper{
    margin-left: 50%;
    padding: 140px 0;
}
.tour-typo-item{
    width: 100%;
}
.tour-typo-item1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 0;
}
.tour-time-wrapper{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.tour-time-image-wrapper{
    width: 30px
}
.tour-time-typo{
    font-size: 15px;
    font-weight: 700;
}
.tour-item{
    margin-bottom: 100px;
}
/* ROOMPREVIEW */

.viewmap-item{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.viewmap-item.on{
    z-index: 10;
}

.view-map-typo-wrapper{
    position: absolute;
    right: 0;
    top: 12.96%;
}
.viewmap-tit-list{
    position: absolute;
    left: 50%;
    bottom: 12.03%;
    transform: translate(-50%, 0);
    width: 100%;
    cursor: pointer;
    display: flex;
    width: 100%;
    justify-content: center;
    z-index: 20;
    flex-wrap: wrap;
}
.view-map-typo1{
    margin-bottom: 75px;
}
.view-map-typo2{
    font-family: "myriad-variable", sans-serif;
    font-style: italic;
    font-weight: 700;
}
.viewmap-tit-item{
    cursor: pointer;
}
.viewmap-tit-item.on{
    text-decoration: line-through;
    font-weight: 700;
}
.viewmap-tit-item::after{
    content: '|';
    display: inline-block;
    margin: 0 15px;
}
.viewmap-tit-item:last-child::after{
    display: none;
}


/* ROOM */
.sub-room-typo-wrapper{
    top: 12%;
}
.sub-room-typo1{
    display: block;
    margin-bottom: 80px;
    font-weight: 700;
    pointer-events: all;
}
.sub-room-image-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 26px;
}
.sub-room-short-cut{
    width: 41.4%;
    padding-top: 41.4%;
    margin-bottom: 13.02%;
    position: relative;
}
.sub-room-short-cut img{
    height: 100%;
}
.sub-room-short-cut-item{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.section-wrapper{
    padding:13.02% 0;
}
.sub-room-short-cut:nth-of-type(2n){
    top: -250px;
}
.section-wrapper .sub-room-typo2{
    margin-bottom: 40px;
}
.section-wrapper .sub-room-typo1{
    margin-bottom: 140px;
}


/* SPECAIL */
.sub-special-typo-wrapper{
    top: 12.03%;
}
.sub-special-typo1{
    display: block;
    margin-bottom: 80px;
}
.special4050 .sub-special-typo2 p:last-child{
    font-size: 25px;
    font-weight: 300;
}
.special-typo3{
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.1em;
    line-height: 1.2;
}
.special-typo4{

}
.special-typo-wrapper2{
    width: 68.75%;
    margin: 0 auto;
    padding-top: 20px;
}
.txt4{
    color: #b8b8b8;
    font-family: 'Noto Sans KR', sans-serif;
}

.special1-btn-component{
    position: absolute;
    left: 13.02%;
    bottom: 10.1%;
    pointer-events: all;
    z-index: 41;
}
.special-btn-component{
    position: absolute;
    left: 0;
    bottom: 10.1%;
    pointer-events: all;
}



/* RESERVATION */

.reservation .screen{
    bottom: -45%;
}

.reser-typo-wrapper{
    position: absolute;
    width: 77.6%;
    right: 50%;
    bottom: 10.83%;
    z-index: 12;
    transform: translate(50%, 0);
    text-align: right;
    color: #ccc;
}
.reser-tit{
    display: block;
    margin-bottom: 80px;
    display: none;
}
.reser-typo1{
    margin-bottom: 25px;
}
.infobox{
    margin-bottom: 85px;
}
.infobox .tit{
    margin-bottom: 50px;
    font-weight: 700;
}
.infobox .txt_wrap{
    line-height: 2;
}
.infobox table td p{
    padding: 5px;
}
.all-price-inner{
    padding: 50px 0;
}
.reservation .top-btn{
    display: none;
}
.reservation .top-btn.on{
    display: flex;
}
.about2040 .top-btn{
    display: none;
}
.reservation .top-btn.on{
    display: flex;
}



@media screen and (max-width:1366px) {
    .up-screen2{
        top: 0;
    }
}



@media screen and (max-width:1024px) {
    .font-wrapper2{
        width: 85%;
    }
    .sub.reservation #mainslide .swiper-slide .img{
        padding-top: 75%;
    }
    .sub #mainslide .swiper-slide .img{
        padding-top: 75%;
    }
    .sub .subSwiper .swiper-slide .img{
        padding-top: 75%;
    }
    .sub-main-typo{
        font-size: 50px;
    }
    .sub-typo1{
        margin-bottom: 15px;
    }
    .sub-last-typo-wrapper{
        padding: 70px 85px 70px 80px;
    }
    .about #section5{
        overflow: hidden;
    }
    .sub-typo-wrapper{
        opacity: 0;
    }
    /* LANDSCAPE */
    .land-typo-wrap{
        padding-bottom: 13.8%;
        opacity: 0;
    }
    .land-typo2{
        margin-bottom: 70px;
    }
    .land-sec2-wrapper{
        padding: 30px 0;
    }
    /* MAP */
    #map{
        width: 100%;
        height: 56.25vh;
    }
    .traffic-all-wrapper{
        padding: 100px 0;
    }
    /* ROOMPREVIEW */
    .viewmap-item{
        padding-top: 56.25%;
    }
    .view-map-typo1{
        margin-bottom: 20px;
    }
    .roompre #section2{
        height: 40.25vh !important;
    }
    /* SPECIAL */
    .sub-special-typo1{
        margin-bottom: 40px;
    }
    .special4050 .sub-special-typo2 p:last-child{
        font-size: 18px;
    }
    /* RESERVATION */
    .reser-tit{
        margin-bottom: 40px;
    }
    .reservation .screen{
        bottom: -60%;
    }
    .onemore-price-inner{
        padding: 100px 10px;
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    .sub #mainslide .swiper-slide .img{
        padding-top: 56.25%;
    }
    .sub .subSwiper .swiper-slide .img{
        padding-top: 56.25%;
    }
}

@media screen and (max-width:768px){
    .traffic-wrapper{
        margin-bottom: 40px;
    }
    .image-map{
        padding-top: 10px;
    }
    .tour-typo-wrapper{
        margin-left: inherit;
        padding: 50px 0;
    }
    .special-typo-wrapper2{
        width: 87.75%;
        padding-top: 30px;
    }
    .sub-room-typo-wrapper2{
        opacity: 0;
    }
    .special4050 .sub-special-typo2 p:last-child{
        font-size: 14px;
    }
    .onemore-price-wrapper.on{
        transform: translateY(10%);
    }
    .view-map-typo-wrapper{
        display: none;
    }
    .up-screen2{
        display: none;
    }
    .m_up-screen2{
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 0%;
        height: 30%;
        z-index: 10;
        pointer-events: none;
    }

}

@media screen and (max-width:560px){
    .font-wrapper{
        width: 90%;
    }
    .font-wrapper2{
        width: 90%;
    }
    .sub-main-typo2{
        display: none;
    }
    .typo-top2{
        top: 50%;
    }
    .sub-last-typo-wrapper{
        padding: 30px 40px 30px 40px;
    }
    .land-typo1{
        margin-bottom: 40px;
    }
    .land-typo2{
        margin-bottom: 40px;
    }
    .sub-land-typo1{
        margin-bottom: 15px;
    }
    .nav-wrapper{
        right: 6.5%;
        top: 9%;
    }
    .traffic-all-wrapper{
        padding: 40px 0;
    }
    .view-map-typo-wrapper{
        top: 6%;   
    }
    .viewmap-item{
        padding-top: 70.5%;
    }
    .sub-room-typo1{
        margin-bottom: 20px;
    }
    .sub-room-image-wrapper{
        margin: 0;
    }
    .sub-room-short-cut{
        width: 45%;
    }
    .section-wrapper .sub-room-typo1{
        margin-bottom: 65px;
    }
    .sub-room-short-cut:nth-of-type(2n){
        top: 0;
    }
    .sub-last-typo1{
        font-size: 20px;
    }
    .sub-last-typo2{
        font-size: 12px;
    }
    .about-image{
       padding-top: 70vh;
    }
    /* MAP */
    .image-map{
        width: 10%;
        padding-top: 0;
    }
    /* TOUR */
    .tour-time-typo{
        font-size: 12px;
    }
    .sub-main-typo1{
        margin-bottom: 0;
    }
    .viewmap-tit-item{
        width: calc(100%/3);
        text-align: center;
        margin-bottom: 10px;
        padding: 0;
    }
    .viewmap-tit-item::after{
        display: none;   
    }
    .viewmap-tit-list{
        bottom: 0%;
        justify-content: unset;
    }
    .tour-typo-item1{
        flex-direction: column;
        align-items: flex-start;
    }
    .sub .specialSwiper .swiper-slide .txtwrap{
        margin-top: 20px;
    }
    /* SPECIAL */
    .sub-special-typo1{
        margin-bottom: 10px;
    }
    .special4050 .sub-special-typo2 p:last-child{
        font-size: 12px;
    }
    /* RESERVATION */
    .reser-tit{
        margin-bottom: 15px;
        display: none;
    }
    .reser-typo1{
        margin-bottom: 10px;
    }
    .reser-typo-wrapper{
        bottom: 0;
        position: relative;
        display: none;
    }
    .reservation .screen{
        bottom: -40%;
    }
    
}