@font-face {
    font-family: 'GowunBatang-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/GowunBatang-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GowunDodum-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/GowunDodum-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html {
    height: 100%;
}
body {
    font-family: 'GowunBatang-Regular';
    height: 100%;
    overflow: hidden;
    /* animation: start 1s linear 0s 1 forwards; */
 
    /* opacity: 0; */
}
.btn2{
    width: 80% !important;
    margin: 0 auto !important;
    margin-top: 5% !important;
    display: block;
}
.go_group{
    position: fixed;
    right: 10px;
    bottom: 35px;
    z-index: 100;
    text-align: right;
}
.ntt{
    width: 80px !important;
    margin: 0 auto !important;
}
.go_img a img{
    width: 100%;
}
.block768 {
    display: none;
}
.none768 {
    display: block;
}
/* @keyframes start {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
} */
.swiper-button-next, .swiper-button-prev{
    display: none;
}
.wrap {
    position: relative;
    height: 100%;
}
/* header */
.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
}
.header.fixed {
    /* background-color: rgba(255,255,255, 0.8); */
}
.header .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    height: 125px;
    padding: 0 100px;
    box-sizing: border-box;
}
 .header .content .logo {
    width: 150px;
  
}
/* gnb 공용 */
.header .content .gnb {
    display: flex;
}
.header .content .gnb > ul > li {
    margin-left: 25px;
}
.header .content .gnb > ul li a {
    padding: 15px;
    box-sizing: border-box;
}
.header .content .gnb > ul li a:hover {
   /* background-color: #fff; */
}
/* gnb 메인 */
.header .content .gnb .gnb_menu {

}
.header .content .gnb .gnb_menu .menu_item {
    position: relative;
    float: left;
    width: 130px;
}
.header .content .gnb .gnb_menu .menu_item > h3 {
    height: 60px;
    line-height: 30px;
    /* font-family: 'ROKAFSansMedium'; */
    font-family: 'GowunDodum-Regular', 'sans-serif';
    font-weight: bold;
    font-size: 1.6em;
    color: #000;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
}
.header .content .gnb .gnb_menu .menu_item .drop {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: max-content;
    min-width: 100%;
    padding: 5px 0;
    color: #fff;
    background-color: #485f47;
}
.header .content .gnb .gnb_menu .menu_item .drop .drop_item {
    width: max-content;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
    font-family: 'GowunDodum-Regular', 'sans-serif';
    font-weight: bold;
    font-size: 1.4em;
}
.header .content .gnb .gnb_menu .menu_item .drop .drop_item a {
    padding: 0;
    text-align: center;
}
/* 마우스 hover 시 */
.header .content .gnb .gnb_menu .menu_item.on h3 {
    color: #485f47;
    background-color: #fff;
    text-shadow: none;
}
.header .content .gnb .gnb_menu .menu_item.on .drop {
    display: block;
}
/* gnb 서브 (실시간예약) */
.header .content .gnb .reser {
    /* font-family: 'ROKAFSansMedium'; */
    font-family: 'GowunDodum-Regular', 'sans-serif';
    font-weight: bold;
    font-size: 1.6em;
    height: 60px;
    line-height: 30px;
    color: #000;
}
.header .content .gnb .reser span {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.header .content .gnb .reser span::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/images/common/reser02.png") no-repeat center;
    background-size: contain;
}
@media(min-width:769px){
    .header .content .gnb .reser a:hover {
        background-color: #fff;
    }
    .header .content .gnb .reser a:hover span::before {
        content: "";
        display: inline-block;
        width: 24px;
        height: 24px;
        background: url("/images/common/reser02_green.png") no-repeat center;
        background-size: contain;
    }
    .header .content .gnb .reser a:hover span {
        color:#485f47;
    }
}



/* 사이드메뉴 open */
.header .content .gnb .burgur_menu {
    position: relative;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 11;
    width: 18px;
    height: 18px;
}
.header .content .gnb .burgur_menu li {
    width: 100%;
}
.header .content .gnb .burgur_menu li span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 3px 0;
    background-color: #000;
}
.header .content .gnb .burgur_menu.open li span {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #000;
}
.header .content .gnb .burgur_menu.open li span:nth-child(1) {
    transform: translate(-50%,-50%) rotate(45deg);
}
.header .content .gnb .burgur_menu.open li span:nth-child(2) {display: none;}
.header .content .gnb .burgur_menu.open li span:nth-child(3) {
    transform: translate(-50%,-50%) rotate(-45deg);
}

/* 메인 */
.main {
    height: 100%;
}
.main .intro {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    /* background: url(/images/main/01_01.jpg) no-repeat; */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    filter: grayscale(1) brightness(0.8);
    /* animation: intro 3.5s forwards;
    animation-delay: 0.5s; */
}
.main .intro.start {
    animation: intro 3.5s forwards;
    animation-delay: 0.5s;
}
.main .intro .intro00 {
    opacity: 0;
}
/* @keyframes intro{
    0% { background: url(/images/main/01_01.jpg) no-repeat; background-size: contain;}
    25% { background: url(/images/main/01_01.jpg) no-repeat; background-size: contain; }
    45% { background: url(/images/main/intro01.png) no-repeat; background-size: contain;}
    65% { background: url(/images/main/intro02.png) no-repeat; filter: grayscale(1) brightness(0.8); background-size: contain;}
    100% { background: url(/images/main/01_01.jpg) no-repeat; filter: grayscale(0) brightness(1); background-size: contain;}
} */

@keyframes intro {
    0%{
        background-image: url(/images/main/01_01.jpg);
    }
    25% {
        background-image: url(/images/main/intro01.png);
    }
    45% {
        background-image: url(/images/main/intro02.png);
    }
    65% {
        background-image: url(/images/main/01_01.jpg);
    }
    100% {
        filter: grayscale(0) brightness(1);
    }
}

@media(max-width:768px){
    .main .intro {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        height: 100vh;
        background-repeat: no-repeat;
        background-size: auto 100vh;
        background-position: top right;
        filter: grayscale(1) brightness(0.8);
    }
    .main .intro .intro00 {
        opacity: 0;
    }
    @keyframes intro{
        0% { background-image: url(/images/main/m/01_01.jpg); background-position: top right;}
        45% { background-image: url(/images/main/m/intro01.png); background-position: top right;}
        75% { 
            background-image: url(/images/main/m/intro02.png);
            background-position: top left;
        }
        99% {
            background-image: url(/images/main/m/01_01.jpg); background-position: top left;
        }
        100% {filter: grayscale(0) brightness(1); background-position: top left;}
    }
}
.main .text {
    position: absolute;
    top: 27%;
    right: 28.5%;
    z-index: 11;
    writing-mode: vertical-lr;
    opacity: 0;
    transform: translateY(-30px);
    animation: textFadeIn 1.5s ease-out forwards;
    animation-delay: 0.5s;
}
@keyframes textFadeIn {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.main .text > h2 {
    font-family: 'GowunBatang-Regular';
    font-size: 5em;
    color: #fff;
    text-shadow: 0 0 5px #626262;
    white-space: nowrap;
}
.main .text p {
    margin-top: 45px;
    font-family: 'GowunDodum-Regular', 'sans-serif';
    font-size: 1.5em;
    color: #fff;
    text-shadow: 0 0 3px #626262;
}

.main .visual_swiper {
    height: 100%;
}
.main .visual_swiper ul img {
    height: 100%;
    object-fit: cover;
    width: 100% !important;  
    filter: grayscale(1);
    animation: grayscale 3.5s forwards;
    animation-delay: 0.5s;
}
@keyframes grayscale{
    0% { filter: grayscale(1); }
    100% { filter: grayscale(0); }
}
@media (max-width:768px){
    .main .visual_swiper ul img {
        height: 100vh;
        object-position: 100% 50%;
        filter: grayscale(1) brightness(0.8);
        /* animation: main_mo_img 3.5s forwards; */
    }
    .main .visual_swiper ul img.start {
        animation: main_mo_img 3.5s forwards;
        animation-delay: 0.5s;
    }
    @keyframes main_mo_img{
        0% { object-position: 100% 50%; filter: grayscale(1) brightness(0.8);}
        45% { object-position: 100% 50%;}
        75% { object-position: 0% 50%;}
        100% {object-position: 0% 50%; filter: grayscale(0) brightness(1);}
    }
}

.main .visual_swiper .visual_prev,
.main .visual_swiper .visual_next {
    position: absolute;
    top: 42%;
    transform: translate(0, -50%);
    z-index: 10;
    cursor: pointer;
}
.main .visual_swiper .visual_prev {
    left: 35px;
}
.main .visual_swiper .visual_next {
    right: 35px;
}
.main .visual_swiper .visual_pagination {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 0);
    width: max-content;
    z-index: 10;
}
.main .visual_swiper .visual_pagination .swiper-pagination-bullet {
    background: transparent;
    border: 1.5px solid #fff;
    opacity: 1;
}
.main .visual_swiper .visual_pagination .swiper-pagination-bullet-active {
    background: #fff;
}

/* 세스코 */
.main .cont_cesco {
    position: absolute;
    right: 100px;
    bottom: 40px;
    z-index: 30;
}
.main .cont_cesco .pc {
    max-width: 100px;
}
.main .cont_cesco .mo {
    display: none;
}

/* footer */
.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
}
/* 간략한 정보 */
.footer .simple_cont {
    display: none;
    position: fixed;
    left: -45px;
    bottom: -130px;
    width: 290px;
    height: 290px;
    border-radius: 100%;
    color: #fff;
    background-color: #485f47;
}
.footer .simple_cont.show {
    display: block;
}
.footer .simple_cont .mo_open {
    display: none;
}
.footer .simple_cont .more {
    position: relative;
    width: 110px;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 1.3em;
    text-align: center;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    font-family: 'GowunDodum-Regular'!important;
}
.footer .simple_cont .more::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 12px;
    height: 12px;
    background: url("../images/common/open01.png") no-repeat center;
   
}
.footer .simple_cont .more .newclass:after{
    content:'';
    background: url("../images/common/open03.png") no-repeat center;
}
.footer .simple_cont .simple_info {
    position: absolute;
    left: 60px;
    bottom: 140px;
    padding: 0 0 20px 15px;
    box-sizing: border-box;
}
.footer .simple_cont .simple_info .info {
    margin-top: 10px;
    font-family: 'Kim jung chul Gothic', 'sans-serif';
}

.footer .simple_cont .simple_info .info .tel {
    font-size: 1.8em;
    font-weight: 700;
    line-height: 22px;
}
.footer .simple_cont .simple_info .info li:nth-child(2n){
    font-size: 1.5em;
}
/* 디테일한 정보 */
.footer .detail_cont {
    display: none;
}
.footer .detail_cont.show {
    display: block;
}
.footer .detail_cont .detail_info {
    background-color: #fff;
    padding: 50px 30px;
}
.footer .detail_cont .detail_info .info {}
.footer .detail_cont .detail_info .info .info01 {}
.footer .detail_cont .detail_info .info .info01 .title {
    margin-bottom: 2px;
    font-family: 'Kim jung chul Gothic';
    font-weight: 700;
    color: #485f47;
}
.footer .detail_cont .detail_info .info .info01 p {
    font-family: 'Kim jung chul Gothic', 'sans-serif';
}
.footer .detail_cont .detail_info .info .info02 {
    margin-top: 20px;
}
.footer .detail_cont .detail_info .info .info02 .title {
    margin-bottom: 2px;
    font-family: 'Kim jung chul Gothic';
    font-weight: 700;
    color: #485f47;
}
.footer .detail_cont .detail_info .info .info02 .tel {
    font-family: 'Kim jung chul Gothic', 'sans-serif';
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.0em;
}
.footer .detail_cont .detail_info .info .info02 .company {
    font-family: 'Kim jung chul Gothic', 'sans-serif';
}
.footer .detail_cont .detail_info .info .info02 .business_number {
    font-family: 'Kim jung chul Gothic', 'sans-serif';
}
.footer .detail_cont .detail_info .info .info03 {
    margin-top: 20px;
    font-family: 'Kim jung chul Gothic', 'sans-serif';
}
.footer .detail_cont .detail_info .close {
    position: absolute;
    top: -85px;
    right: -30px;
    width: 130px;
    height: 130px;
    border-radius: 100%;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
    background-color: #485f47;
}
.footer .detail_cont .detail_info .close > .pc_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    padding-left: 13px;
    box-sizing: border-box;
    font-size: 1.4em;
    text-align: center;
    background-color: #485f47;
    font-family: 'GowunDodum-Regular'!important;
}
.footer .detail_cont .detail_info .close > .pc_btn::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 30%;
    height: 1px;
    left: 6px;
    background-color: #fff;top: 90%;left: 42%;
}
.footer .detail_cont .detail_info .close > .pc_btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translate(0, -50%);
    width: 12px;
    height: 12px;
    background: url("/images/common/open01.png") no-repeat center;
}
.footer .detail_cont .detail_info .close > .mo_btn {
    display: none;
    width: 60px;
    height: 60px;
    background-color: #fff;
    color: #485f47;
    border-radius: 100%;
    border: 1px solid #485f47;
    font-size: 1.2em;
    font-weight: 700;
    text-align: center;
    line-height: 60px;
    box-sizing: border-box;
}


/* 메인컨텐츠 공용 */
.content {
    display: flex;

}
/* 서브정보 */
.content .sub_info {
    width: 27%;
    padding: 0 2% 0 6%;
    box-sizing: border-box;
}
.content .sub_info .img {
    width: 100%;
}
.content .sub_info .text {
    margin-top: 40px;
}
.content .sub_info .text .sub_title {
    position: relative;
    font-family: 'GowunBatang-Regular';
    font-weight: 400;
    font-size: 1.4em;
}
.content .sub_info .text .sub_title1{
    position: relative;
    font-family: 'GowunBatang-Regular';
    font-weight: 400;
    font-size: 1.4em;
}
.content .sub_info .text .sub_title1:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 65px;
    transform: translate(0, -50%);
    width: 120px;
    height: 1px;
    background-color: #181818;
}
.content .sub_info .text .sub_title:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 65px;
    transform: translate(0, -50%);
    width: 120px;
    height: 1px;
    background-color: #000;
}

.content .sub_info .text .title {
    margin-top: 20px;
    font-family: 'GowunDodum-Regular';
    font-weight: 700;
    font-size: 3.3em;
    line-height: 48px;
}
.content .sub_info .text .title span {
    display: block;
}
.content .sub_info .text > p, .content .sub_info .text > ul {
    margin-top: 43px;
    font-family: 'GowunBatang-Regular';
    font-weight: 400;
    font-size: 1.3em;
    letter-spacing: 0;
    word-break: keep-all;
}
.content .sub_info .text > ul li {
    -webkit-text-stroke: 0.2px;
}
.content .sub_info .text > ul li::before {
    content: "# ";
    margin-left: -14px;
}
.content .sub_info .text > p {
    margin-top: 43px;
    font-family: 'GowunBatang-Regular';
    font-weight: 400;
    font-size: 1.3em;
    -webkit-text-stroke: 0.3px #000;
    letter-spacing: 0;
    
}
.content .sub_info .text > p.stroke_black {
    -webkit-text-stroke: 0.3px #000;
}
/* 메인정보 */
.content .main_info {
    width: 73%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 155px;
    box-sizing: border-box;
}

.swiper h1{
    position: absolute;
    top: 50%;left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9999;
    font-size: 50px;
    color: #fff;
    text-shadow: 3px 3px 3px #666;
}

.tour img{

width: 100%;
height: 100%;
object-fit: cover;
}

/* 모바일 */
@media (max-width: 768px) {
    .block768 {
        display: block;
    }
    .none768 {
        display: none;
    }
    /*캠프닉*/
    .tour {height: auto !important;}

    /* header */
    .header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 100;
    }
    .header .content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 80px;
        padding: 0 20px;
    }
    .header .content .logo {
        position: relative;
        width: 100px;
  
        z-index: 11;
    }
    /* gnb 공용 */
    .header .content .gnb {
        align-items: center;
        gap: 20px;
    }
    .header .content .gnb > ul {
    }
    .header .content .gnb > ul > li {
        margin-left: 0;
    }
    .header .content .gnb > ul li a {
        padding: 0;
    }
    /* gnb 메인 */
    .header .content .gnb .gnb_menu {
        position: fixed;
        top: 0;
        right: -100%;
        bottom: 0;
        display: flex;
        gap: 1%;
        justify-content: center;
        align-items: center;
        flex-flow: column;
        width: 100%;
        background-color: #fff;
        z-index: 10;
        transition: 0.5s;
        overflow-y: hidden;
        touch-action: none;
    }
    .header .content .gnb .gnb_menu.open {
        right: 0;
    }
    .header .content .gnb .gnb_menu .menu_item {
        width: 100%;
        float: none;
        text-align: center;
    }
    .header .content .gnb .gnb_menu .menu_item > h3 {
        position: relative;
        width: 100%;
        height: auto;
        line-height: initial;
        color: #000;
    }
    .header .content .gnb .gnb_menu .menu_item > h3::after {
        content: "";
        position: absolute;
        bottom: 3px;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        width: 42px;
        height: 2px;
        background-color: #485f47;
    }
    .header .content .gnb .gnb_menu .menu_item .drop {
        display: block;
        position: relative;
        width: 100%;
        top: 0;
        color: #485f47;
        background-color: #fff;
    }
    .header .content .gnb .gnb_menu .menu_item .drop .drop_item {
        width: 100%;
        text-align: center;
        padding: 2px 20px;
    }
    .header .content .gnb .gnb_menu .menu_item .drop .drop_item a {
        padding: 0;
        text-align: center;
    }
    /* gnb 서브 (실시간예약) */
    .header .content .gnb .reser {
        font-size: 1em;
        height: auto;
        line-height: normal;
    }
    .header .content .gnb .reser a i {
        width: 20px;
    }
    /* 사이드메뉴 open */
    .header .content .gnb .burgur_menu {
        display: flex;
    }
    /* 메인 */
    .main .text {
        position: absolute;
        top: 20%;
        left: 55%;
        right: auto;
        transform: translate(-50%, -50%);
    }
    .main .text > h2 {
        font-size: 3.2em;
        text-align: center;
    }
    .main .text p {
        text-align: center;
    }
    .main .visual_swiper .visual_prev,
    .main .visual_swiper .visual_next {
        width: 25px;
        top: 46%;
    }
    .main .visual_swiper .visual_prev {
        left: 10px;
    }
    .main .visual_swiper .visual_next {
        right: 10px;
    }
    /* 세스코 */
    .main .cont_cesco {
        right: 20px;
        bottom: 20px;
    }
    .main .cont_cesco .pc {
        display: none;
    }
    .main .cont_cesco .mo {
        display: block;
    }

    .main .content .visual_pagination {
        position: absolute;
        left: 50%;
        bottom: 10px;
        transform: translate(-50%, 0);
        width: max-content;
        font-family: 'GowunDodum-Regular';
        font-size: 1.3em;
        color: #fff;
        z-index: 50;
        text-shadow: 1px 1px 2px rgb(0,0,0,0.5);
    }
    .main .content .visual_pagination .swiper-pagination-bullet {
        background: transparent;
        border: 2px solid #fff;
        opacity: 1;
    }
    .main .content .visual_pagination .swiper-pagination-bullet-active {
        background: #fff;
    }
    /* 모바일상태 swiper */
    .main .content .visual_pagination .swiper-pagination-current {
        font-size: 1.4em;
    }
    /* footer */
    /* 간략한 정보 */
    .footer .simple_cont {
        display: none;
        position: absolute;
        left: 20px;
        bottom: 20px;
        width: 60px;
        height: 60px;
    }
    .footer .simple_cont .mo_open {
        display: block;
        margin: 12px auto;
        font-size: 1.2em;
        text-align: center;
        line-height: 18px;
    }
    .footer .simple_cont .simple_info {
        display: none;
    }
    /* 디테일한 정보 */
    .footer .detail_cont .detail_info .close {
        top: -35px;
        right: -30px;
        width: 60px;
        height: 60px;
    }
    .footer .detail_cont .detail_info .close > .pc_btn {
        display: none;
    }
    .footer .detail_cont .detail_info .close > .mo_btn {
        display: block;
    }

    /* 메인컨텐츠 공용 */
    /* 서브 정보 */
    .content .sub_info {
        position: relative;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        width: 60px;
        padding: 0;
        z-index: 30;
    }
    .content .sub_info .img {
        display: none;
    }
    .content .sub_info .text {
        margin-top: 100px;
    }
    .content .sub_info .text .sub_title {
        font-size: 1.2em;
    }
 
    .content .sub_info .text .sub_title:after {
        left: 55px;
        width: 60px;
        height: 0;
    }
    .content .sub_info .text .title {
        margin: 20px auto 0 auto;
        font-size: 2.4em;
        line-height: 36px;
        writing-mode: tb-rl;
        letter-spacing: 6px;
    }
    .content .sub_info .text .title span {
        display: inline-block;
    }
    .content .sub_info .text > p, .content .sub_info .text > ul {
        display: none;
        line-height: 21px;
    }
    .content .sub_info .text > p {
        -webkit-text-stroke: 0px #000;
    }
    /* 메인 정보 */
    .about_wrap .content .main_info {
        width: calc(100% - 60px);
        padding-top: 0;
    }
    .swiper h1{
        top: 45%;
        font-size: 30px;
    }
}

@media(max-width:500px){
    .go_group{
        bottom: 20px;
    }

}
