@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;
}
@font-face {
    font-family: 'Cafe24Ssurround';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-POP.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@font-face {
	src: url("./font/Recipekorea.ttf");
	font-family: "recipe";
}
@font-face {
    font-family: 'Cafe24Ssurround';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/Cafe24Ssurround.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GangwonEdu_OTFBoldA';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/GangwonEdu_OTFBoldA.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.header .logo a{
line-height: 1px;
}
#map{
    height: 100%;
    min-height: 490px;
}
.notosanskr{ 
 font-family: 'Noto Sans KR', sans-serif !important;
}
html {
    height: 100%;
}
body {
    font-family: 'Cafe24Oneprettynight';
    height: 100%;
    overflow: hidden;
    /* animation: start 1s linear 0s 1 forwards; */
 
    /* opacity: 0; */
}
.go_group{
    position: fixed;
    right: 25px;
    bottom: 95px;
    z-index: 100;
    text-align: right;
}
.ntt{
    width: 80px !important;
    margin: 0 auto !important;
}
.go_img a img{
    width: 100%;
}
/* @keyframes start {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
} */
.swiper-button-next, .swiper-button-prev{
    display: none;
}
.wrap {
    position: relative;
    height: 100% !important;
}
/* 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 {
    flex-direction: row !important;
    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: 120px;
  
}
/* 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;
}
/* gnb 메인 */
.header .content .gnb .gnb_menu {

}
.header .content .gnb .gnb_menu .menu_item {
    position: relative;
    float: left;
}
.header .content .gnb .gnb_menu .menu_item > h3 {
    cursor: pointer;
    height: 60px;
    line-height: 30px;
    /* font-family: 'Spoqa Han Sans Neo', 'sans-serif'; */
    font-family: 'Cafe24Ssurround';
    font-size: 1.4em;
    color: #000;
    padding: 15px;
    box-sizing: border-box;
}
.header .content .gnb .gnb_menu .menu_item .drop {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: max-content;
    padding: 5px 0;
    color: #fff;
    background-color: #294d32;
    line-height: 24px;
}
.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: 'Spoqa Han Sans Neo', 'sans-serif'; */
    font-family: 'Noto Sans KR';
    font-size: 1.3em;
}
.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: #74685c;
    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-size: 1.3em;
    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;
}
/* 사이드메뉴 open */
.header .content .gnb .burgur_menu {
    position: relative;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 9991;
    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 .text {
    position: absolute;
    top: 307px;
    right: 330px;
    z-index: 10;
}
.main .text > h2 {
    font-family: 'Cafe24Ssurround';
    font-size: 5em;
    color: #fff;
    text-shadow: 0 0 5px #626262;
    white-space: nowrap;
}
.main .text p {
    font-family: 'Noto Sans KR', 'sans-serif';
    font-size: 1.5em;
    color: #fff;
    text-align: right;
    text-shadow: 0 0 3px #626262;
}

.main .visual_swiper {
    height: 100%;
}
.main .visual_swiper img {
    height: 100%;
    object-fit: cover;
}
.main .visual_swiper .visual_prev,
.main .visual_swiper .visual_next {
    position: absolute;
    top: 50%;
    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: absolute;
    left: -60px;
    bottom: -130px;
    width: 290px;
    height: 290px;
    border-radius: 100%;
    color: #fff;
    background-color: #001809;
}
.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: #74685c;
}
.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: #74685c;
}
.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: #001809
}
.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.2em;
    text-align: center;
    background-color: #001809;
    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: #74685c;
    border-radius: 100%;
    border: 1px solid #74685c;
    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 5%;
    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: 'GowunDodum-Regular';
    font-weight: 400;
    font-size: 1.4em;
}
.content .sub_info .text .sub_title1{
    position: relative;
    font-family: 'GowunDodum-Regular';
    font-weight: 400;
    font-size: 1.4em;
}
.content .sub_info .text .sub_title1:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 95px;
    transform: translate(0, -50%);
    width: 100px;
    height: 1px;
    background-color: #fff;
}
.content .sub_info .text .sub_title:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 110px;
    transform: translate(0, -50%);
    width: 120px;
    height: 1px;
    background-color: #000;
}

.content .sub_info .text .title {
    margin-top: 20px;
    font-family: 'Cafe24Ssurround';
    font-weight: 500;
    font-size: 2.5em;
    line-height: 48px;
}
.content .sub_info .text .title span {
    display: block;
}
.content .sub_info .text > p {
    margin-top: 27px;
    font-family: 'Cafe24Ssurround';
    font-weight: 400;
    font-size: 1.3em;
    line-height: 24px;
}
/* 메인정보 */
.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: 40%;left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9999;
    font-size: 50px;
    color: #fff;
}

.tour img{

width: 100%;
height: 100%;
}
/* 모바일 */
@media (max-width: 768px) {
    #map{
        max-height: 400px;
        min-height: 400px;
    }
    /* header */
    .header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 100;
    }
    .header .content {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        width: 100%;
        height: 60px;
        padding: 0 20px;
    }
    .header .content .logo {
        position: relative;
        width: 140px;
  
        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;
        justify-content: center;
        align-items: center;
        flex-flow: column;
        width: 100%;
        background-color: #fff;
        z-index: 9991;
        transition: 0.5s;
    }
    .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 {
        width: 100%;
        height: auto;
        line-height: initial;
        color: #000;
    }
    .header .content .gnb .gnb_menu .menu_item .drop {
        display: none;
        position: static;
        width: 100%;
        line-height: 24px;
    }
    .header .content .gnb .gnb_menu .menu_item .drop .drop_item {
        width: 100%;
        text-align: center;

    }
    .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: 50%;
        left: 50%;
        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;
    }
    .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: 10px;
        bottom: 20px;
        width: 60px;
        height: 60px;
        z-index: 9989;
    }
    .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;
    }
    .content .sub_info .text .title {
        margin: 20px auto 0 auto;
        font-size: 2.0em !important;
        line-height: 36px;
        writing-mode: tb-rl;
    }
    .content .sub_info .text .title span {
        display: inline-block;
    }
    .content .sub_info .text > p {
        display: none;
        line-height: 21px;
    }
    /* 메인 정보 */
    .about_wrap .content .main_info {
        width: calc(100% - 60px);
        padding-top: 0;
    }
    .swiper h1{
        top: 45%;
        font-size: 26px;
    }
}
@media(max-width:500px){
    .swiper h1{
        
        top:50%;
    }
    .header .logo a{
        width: 50%;
    }
}

@media(max-width:320px){
    .swiper h1{
        
        font-size: 22px;
    }
}


