@charset "utf-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

/*-------------------------------------------------
Author : SB,Kim
Create date : 2023. 04. 18.
-------------------------------------------------*/

/* ========================================== RESET */
body {overflow-x: hidden !important;   font-family: 'Pretendard', sans-serif; line-height: 1; color: #3b3b3b; 
    word-break: keep-all;}
body.hidden {overflow: hidden !important;}
* {margin: 0; padding: 0; box-sizing: border-box;}
ul,ol {list-style: none;}
hr {display: none;}
h1 {margin: 0;}
a {text-decoration: none; color: #3b3b3b;}
b {font-weight: 700;}
button {border: none; background: none; cursor: pointer;}
img {border: none;}
html {font-size: 0.625em;}
.clear:after {content: ""; clear: both; display: block;}
.blind {position: absolute; top: -9999px; left: -9999px;}
table {width: 100%; border-spacing: 0;}
table caption {
    position: absolute;
    width: 1px; height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
}
.font-bt {font-family: 'Gowun Batang', serif;}
.pc {display: none;}
i.img, i.icon {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-indent: -9999px;
    overflow: hidden;
}
input, select{font-family: 'Pretendard', sans-serif;}
/* ================================================ MOBILE */
/* =============== HEADER */
main {padding-top: 55px;}
.navWrap {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 65px;
    border-bottom: 1px solid #ddd;
    z-index: 999;
    transition: .35s;
    background: #fff;
}
.navWrap h1 {padding-top: 14px;}
.navWrap h1 a {
    display: block;
    width: 130px; height: 39px;
    background: url(/img/logo.png) no-repeat center/contain;
    text-indent: -9999px;
    overflow: hidden;
    transition: .65s;
}
.navWrap button {
    position: absolute;
    top: 50%; right: 4.533%; transform: translateY(-50%);
    width: 26px; height: 22px;
}
.navWrap button span {
    display: block;
    width: 100%; height: 3px;
    background: #15291b;
    transition: .35s;
    border-radius: 6px;
}
.navWrap button span:nth-child(2) {margin: 6px 0; width: 21px;}

/* ======= NAV */
.nav-before {
    visibility: hidden;
    transform: scaleX(0);
    transform-origin: left;
    position: absolute;
    content: '';
    top: 65px; left: 0;
    width: 100vw; height: calc(100vh - 65px);
    background: rgba(0,0,0,.3);
    z-index: 1;
}
.navInner {
    visibility: hidden;
    transform: translateX(100%);
    position: absolute;
    top: 65px; right: 0;
    width: 78.66%; height: calc(100vh - 65px);
    background: #fff;
    z-index: 2;
}
.gnb {
    height: 73vh;
    overflow-y: scroll;
}
.gnb > li > a {
    position: relative;
    display: block;
    padding: 20px 8.666%;
    font-size: 1.7rem;
    font-weight: 700;
    border-bottom: 1px solid #d3d3d3;
}
.gnb > li > a:after {
    position: absolute;
    content: '';
    right: 18px; top: 50%; transform: translateY(-50%);
    width: 13px; height: 8px;
    background: url(../../img/icon_arrow_down.png) no-repeat center/contain;
}
.gnb > li > a.on:after {background-image: url(../../img/icon_gnb-arrow_on.png);}
.lnb {display: none;}
.lnb li a {
    display: block;
    padding: 18px 10.466%;
    font-size: 1.6rem; color: #062502;
}
.lnb li a.pc {display: none;}
.lnb li a:before {
    display: inline-block;
    content: '';
    margin-right: 6px;
}

/* ======= navWrap.active */
.navWrap.scroll, .navWrap.active {
    background: #fff;
    border-bottom: 1px solid #dbdbdb;
}
.navWrap.active button span {position: absolute; width: 100%;}
.navWrap.active button span:nth-child(2) {opacity: 0;}
.navWrap.active button span:first-child {transform: rotate(-45deg);}
.navWrap.active button span:last-child {transform: rotate(45deg);}
/* === navWrap.active NAV */
.navWrap.active .nav-before {
    visibility: visible;
    transform: scaleX(1);
    transition: 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.navWrap.active .navInner {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    transition: 1s .1s;
}

/* =============== FOOTER */
.footer-reservation {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50vh;
    background: url(/img/m_footer_3.jpg) no-repeat center/cover;
}
.footer-reservation .rsv-txt {text-align: center;}
.footer-reservation .rsv-txt span {font-size: 3.2rem; color: #fff;}
.footer-reservation .rsv-txt p {
    margin-top: 12px;
    font-size: 3.2rem; color: #fff;
}
.footer-reservation .rsv-txt p.sub{font-size:1.5rem; line-height:23px;}
.footer-reservation a {
    display: block;
    margin: 35px auto 0;
    width: 220px; height: 46px;
    font-size: 1.6rem; color: #ccbda0;
    line-height: 45px;
    background: #000;
    box-shadow: 0px 4px 8.73px 0.27px rgba(117, 77, 96, 0.46);
}
.footer-infos .footer-logo {
    position: relative;
    margin: 26px 0 32px;
}
.footer-infos .footer-logo:before, .footer-infos .footer-logo:after {
    position: absolute;
    content: '';
    top: 45px; left: 0;
    width: 32%; height: 1px;
    background: #ccbda0;
}
.footer-infos .footer-logo:after {left: auto; right: 0;}
.footer-infos .footer-logo i {
    position: relative;
    display: block;
    width: 151px; height: 90px;
    margin: 0 auto;
    background: url(/img/logo.png) no-repeat center/contain;
}
.footer-infos .info {
    padding: 12px 4.533% 26px;
    text-align: center;
}
.footer-infos .info p.number {
	white-space: pre-line;
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
	line-height: 1.3;
}
.footer-infos .info p.name {
    margin: 20px 0 13px;
    font-size: 1.8rem;
    font-weight: 700;
}
.footer-infos .info p.detail {
    font-size: 1.4rem; color: #666;
    line-height: 1.5;
    white-space: pre-line;
}
.footer-infos .info p span{
	font-style:italic;
	font-size:1.3rem;
	color:#c5c5c5;
}
.footer-infos .copy {
	padding: 16px 0;
	font-size: 1.5rem; color: #fff;
	font-weight:300;
	text-align: center;
	background: #0e1b12;
}
/* ================================================ PC */
@media screen and (min-width:1084px){
    /* ========================================== RESET */
    .pc {display: block;}
    .mobile {display: none !important;}
    /* =============== HEADER */
    main {padding-top: 90px;}
    .navWrap {width: 100%; height: 100px;}
    .navWrap button {display: none;}
    .navWrap h1 {
        position: absolute;
        width: 146px; height: 34px;
        top: 34px; left: 70px;
        padding: 0;
    }
    .navWrap h1 a {
        position: relative;
        width: 146px; height: 34px;
        margin: 0;
        z-index: 10;
    }
    .navWrap .callBox {
        position: absolute;
        top: 30px; right: 235px;
    }
    .navWrap .callBox .txt {font-size: 1.6rem;}
    /* .navWrap .callBox .txt .icon {
        display: inline-block;
        width: 20px; height: 20px;
        margin-left: 6px;
        vertical-align: -4px;
        background: url(../../img/icon_header-call.png) no-repeat center/contain;
    } */
    .navWrap .callBox .numb {
        margin-top: 5px;
        font-size: 2.4rem;
        font-weight: 700;
    }
    
    /* ======= NAV */
    .nav-before {display: none;}
    .navInner {
        visibility: visible;
        transform: translateX(0);
        position: static;
        width: auto; height: auto;
        background: none;
    }
    .gnb {
        width: 560px;
        height: auto;
        margin: 0 0 0 auto;
        overflow-y: visible;
    }
    .gnb > li {
        width: 20%;
        float: left;
        text-align: center;
    }
    .gnb > li > a {
        width: auto; height: 100px;
        padding: 0;
        line-height: 99px;
        font-size: 1.7rem;
        font-weight: 700;
        border-bottom: none;
    }
    .gnb > li > a:after {display: none;}
    .lnbWrap {
        display: none;
        position: absolute;
        top: 100px; left: 0;
        width: 100vw; height: 350px;
        background: #f5f5f5;
        z-index: -1;
    }
    .gnb > li:first-child .lnb {border-left: 1px solid #dbdbdb;}
    .lnb {
        width: 100%; height: 350px;
        padding-top: 15px;
        background: #f5f5f5;
        border-right: 1px solid #dbdbdb;
    }
    .lnb.active {
        border-top: 4px solid #ccbda0;
        background: #fff;
    }
    .lnb li a {
        display: block;
        height: 50px;
        padding: 0;
        font-size: 1.6rem; color: #02251f;
        font-weight: 300;
        line-height: 49px;
        text-align: center;
    }
    .lnb li a:hover {
        color: #02251f;
        font-weight: 700;
    }
	.lnb li a.pc {display: block;}
    .lnb li a:before {display: none;}

}

/* ============= SUBCOMMON === */
/* ======= VISUAL-INNER === */
.sub-visual-inner {
    position: relative;
    margin-top: 104px;
    height: 255px;
    background: url(/img/m_notice_bg.jpg) no-repeat center/cover;
}
.sub-visual-inner:before,
.sub-visual-inner:after {
    position: absolute;
    content: '';
    top: 0; left: 0;
    width: 34.62%; height: 100%;
   /*  background: #fff; */
    transform-origin: left;
    transform: scaleX(1);
}
.sub-visual-inner:after {
    left: auto; right: 0;
    transform-origin: right;
}
#visual.loaded .sub-visual-inner:before,
#visual.loaded .sub-visual-inner:after {
    transform: scaleX(0);
    transition: all .8s cubic-bezier(0.65, 0, 0.35, 1);
}
.sub-visual-inner .txt-box {
    position: absolute;
    left: 50%; top: -45px; transform: translateX(-50%);
    text-align: center;
    z-index: 2;
}
.sub-visual-inner .txt-box .eng {
    display: block;
    margin-bottom: 10px;
    font-size: 1.4rem; color: #919191;
	font-style:italic;
	font-weight:600;
	letter-spacing:0.3rem;
}
.sub-visual-inner .txt-box h3 {
	transform: translateX(-40%);
    font-size: 5rem; color: #2f3942;
    font-weight: 900;
   /*  text-shadow: 3px 4px 5.39px rgba(27, 27, 27, 0.17); */
}
/* .sub-visual-inner .txt-box :is(.eng, h3) {
    opacity: 0;
    transform: translateY(30px);
 */
#visual.loaded .sub-visual-inner .txt-box :is(.eng, h3) {
    opacity: 1;
    transform: translateY(0);
    transition: all .6s .2s;
}
#visual.loaded .sub-visual-inner .txt-box h3 {transition-delay: .4s !important;}
.sub-visual-inner .snb-area {
    position: absolute;
    bottom: 0; left: 50%; transform: translate(-50%,50%);
    width: calc(100% - 32px); height: 50px;
    padding: 0 25px;
    background: #fff;
}
.sub-visual-inner .snb-area :is(.page-depth1, .snb li) {display: none;}
.sub-visual-inner .snb-area .snb .now-page {
    display: block;
}
.sub-visual-inner .snb-area .snb li a {
    display: block;
    font-size: 1.6rem; color: #919191;
    line-height: 49px;
    border-bottom: 1px solid var(--point);
}
/* ======= COMMON-INNER === */
.sub-common-inner {padding: 60px 16px 90px;}
/* ===== title-area === */
.sub-common-inner .title-area {
    margin-bottom: 26px;
    text-align: center;
}
.sub-common-inner .title-area h3 {
    margin-bottom: 5px;
    font-size: 2.6rem;
    font-weight: 700;
}
.sub-common-inner .title-area .cont {font-size: 1.6rem;}
/* ===== paging === */
.sub-common-inner .paging-area {margin-top: 36px;}
.sub-common-inner .paging-area ul {
    display: flex;
    justify-content: center;
}
.sub-common-inner .paging-area ul li {width: 34px;}
.sub-common-inner .paging-area ul li:nth-child(n+2) {margin-left: 4px;}
.sub-common-inner .paging-area ul li a {
    position: relative;
    display: block;
    font-size: 1.6rem;
    height: 34px;
    line-height: 33px;
    text-align: center;
}
.sub-common-inner .paging-area ul li.active a {
    color: var(--point);
    font-weight: 700;
}
.sub-common-inner .paging-area ul li.active a:after {
    position: absolute;
    content: '';
    left: 50%; bottom: 0; transform: translateX(-50%);
    width: 24px; height: 2px;
    background: var(--point);
}
.sub-common-inner .paging-area ul li.page-arrow a {line-height: 37px;}
.sub-common-inner .paging-area ul li.next-page a img {transform: rotate(180deg);}
.sub-common-inner .paging-area ul li a img {width: 10px;}
.sub-common-inner .paging-area ul .page-most-arrow a img {width: 17px;}

/* ================================== PC  */
@media screen and (min-width:1440px){
    .gnb {width: 1000px;}
    .gnb > li > a {font-size: 1.8rem;}
    .navWrap h1 {
        width: 178px; height: 41px;
        top: 24px;
    }
    .navWrap h1 a {width: 533px; height: 59px;}

    /* =============== FOOTER */
    footer {min-height: 860px;}
	.footer-reservation {
		background: url(/img/footer_3.jpg) no-repeat center/cover;
	}
    .footer-reservation {height: 50vh; min-height: 430px;}
    .footer-reservation .rsv-txt {padding-top: 38px;}
    .footer-reservation .rsv-txt p {
        margin-top: 23px;
        font-size: 4.2rem;
    }
    .footer-reservation a {
        margin-top: 63px;
        height: 48px;
        line-height: 47px;
    }
    .footer-infos {
        position: relative;
        padding-top: 32px;
		/* height: 50vh; */
        min-height: 430px;
    }
    .footer-infos .footer-logo {margin: 0 0 18px;}
    .footer-infos .footer-logo:before, .footer-infos .footer-logo:after {
        top: 87px;
        width: 42%;
    }
    .footer-infos .footer-logo i {width: 219px; height: 160px;}
    .footer-infos .info {
        padding: 0 0 87px 110px;
        text-align: left;
    }
    .footer-infos .info p.number {
		font-size: 2.8rem;
		line-height: 1;
		white-space: normal;
	}
	.footer-infos .info p.number:after {
		position: absolute;
		content: '';
		bottom: -3px; left: 50%; transform: translateX(-50%);
		width: 103%; height: 18px;
		opacity: 0.5;
		z-index: -1;
	}
    .footer-infos .info p.name {
        margin: 40px 0 26px;
        font-size: 2rem;
        font-weight: 400;
    }
    .footer-infos .info p.detail {
        font-size: 1.4rem;
        line-height: 22px;
    }
	/* .footer-infos .copy {
		position: absolute;
		bottom: 0; left: 0;
		width: 100%;
	} */

	/* ============= SUBCOMMON === */
    /* ======= VISUAL-INNER === */
    .sub-visual-inner {
        margin-top: 0px;
        height: 500px;
        background-image: url(/img/m_notice_bg.jpg);
    }
    .sub-visual-inner .txt-box {top: 100px;left: 30%;}
    .sub-visual-inner .txt-box .eng {
        margin-bottom: 15px;
        font-size: 2rem; font-weight:600;
		letter-spacing:1rem;
    }
    .sub-visual-inner .txt-box h3 {font-size: 7rem;transform: translateX(-44%);}
    .sub-visual-inner .snb-area {
        position: absolute;
        display: flex;
        bottom: 0; left: 50%; transform: translate(-50%, 0);
        width: 1184px; height: 150px;
        margin: 0 auto;
        padding: 0 0 0 75px;
        justify-content: space-between;
        z-index: 3;
    }
    .sub-visual-inner .snb-area:before {
        position: absolute;
        top: 101px; left: 75px;
        content: '';
        width: 100vw; height: 1px;
        background: #cfd7d7;
    }
    .sub-visual-inner .snb-area:after {
        position: absolute;
        top: 0; right: 0; transform: translateX(100%);
        content: '';
        width: 50vw; height: 100%;
        background: #fff;
        z-index: -1;
    }
    .sub-visual-inner .snb-area :is(.page-depth1, .snb li) {display: block;}
    .sub-visual-inner .snb-area .page-depth1 {
        font-size: 2.5rem; color: #919191;
        font-weight: 700;
        line-height: 149px;
    }
    .sub-visual-inner .snb-area .snb {display: flex;}
    .sub-visual-inner .snb-area .snb li a {
        position: relative;
        padding: 0 30px;
        font-size: 2rem;
        line-height: 149px;
        border-bottom: 0;
    }
    .sub-visual-inner .snb-area .snb .now-page a {color: var(--point);}
    .sub-visual-inner .snb-area .snb .now-page a:after {
        position: absolute;
        bottom: 46px; left: 0;
        content: '';
        width: 100%; height: 2px;
        background: var(--point);
    }
    /* ======= COMMON-INNER === */
    .sub-common-inner {
        padding: 54px 0 120px;
        width: 1200px;
        margin: 0 auto;
    }
    /* ===== title-area === */
    .sub-common-inner .title-area {margin-bottom: 47px;}
    .sub-common-inner .title-area h3 {
        margin-bottom: 15px;
        font-size: 3.6rem;
    }
    .sub-common-inner .title-area .cont {font-size: 1.6rem;}
    /* ===== paging === */
    .sub-common-inner .paging-area {margin-top: 52px;}
    .sub-common-inner .paging-area ul li {width: 36px;}
    .sub-common-inner .paging-area ul li:nth-child(n+2) {margin-left: 5px;}
    .sub-common-inner .paging-area ul li a {
        height: 36px;
        line-height: 35px;
    }
	/* ======= fullpage Nav */
    #fp-nav.right {right: 0;}
    #fp-nav ul li, .fp-slidesNav ul li {
        width: 32px;
        margin: 18px 0;
        margin-right: 0;
    }
    #fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span, #fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
        width: 100%; height: 2px;
        margin: 0;
        border-radius: 0;
    }
    #fp-nav ul li a span, .fp-slidesNav ul li a span {
        top: 0; left: auto; right: 8px;
        width: 50%; height: 2px;
        margin: 0;
        border-radius: 0;
        background: #f2f2f2;
        box-shadow: 1px 2px 1.6px 0.2px rgba(9, 0, 90, 0.22);
    }

}

/* ================================================ FLOATING CONTACT BUTTONS */
/* 둥둥 뜨는 애니메이션 */
@keyframes floating {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

.floating-contact {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.floating-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease;
    text-decoration: none;
    flex-direction: column;
    gap: 3px;
    animation: floating 3s ease-in-out infinite;
}

.floating-btn:nth-child(2) {
    animation-delay: 0.5s;
}

.floating-btn:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    animation: none;
}

.floating-btn i {
    font-size: 24px;
    line-height: 1;
}

.floating-btn .btn-text {
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    margin-top: 2px;
}

/* 카카오톡 버튼 */
.kakao-btn {
    background: #FAE100;
    color: #3c1e1e;
}

.kakao-btn:hover {
    background: #F7D900;
}

/* 전화 버튼 */
.tel-btn {
    background: #4CAF50;
    color: #fff;
}

.tel-btn:hover {
    background: #45a049;
}

/* 모바일 최적화 */
@media screen and (max-width: 768px) {
    .floating-contact {
        bottom: 15px;
        right: 15px;
        gap: 10px;
    }
    
    .floating-btn {
        width: 56px;
        height: 56px;
    }
    
    .floating-btn i {
        font-size: 22px;
    }
    
    .floating-btn .btn-text {
        font-size: 9px;
    }
}

/* 아주 작은 화면에서 */
@media screen and (max-width: 480px) {
    .floating-contact {
        bottom: 166px;
        right: 15px;
        gap: 10px;
    }
    
    .floating-btn {
        width: 54px;
        height: 54px;
    }
    
    .floating-btn i {
        font-size: 21px;
    }
    
    .floating-btn .btn-text {
        font-size: 8.5px;
    }
}

/* PC에서도 표시 */
@media screen and (min-width: 1084px) {
    .floating-contact {
        bottom: 100px;
        right: 100px;
        gap: 14px;
    }
    
    .floating-btn {
        width: 66px;
        height: 66px;
    }
    
    .floating-btn i {
        font-size: 26px;
    }
    
    .floating-btn .btn-text {
        font-size: 11px;
    }
}