/*테마 공용 css*/
/*프리텐다드*/
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
/*Gwendolyn*/
@import url('https://fonts.googleapis.com/css2?family=Gwendolyn:wght@400;700&display=swap');
/*italiana*/
@import url('https://fonts.googleapis.com/css2?family=Italiana&display=swap');
/*경기바탕 400, 700 */
@font-face {
    font-family: 'Gyeonggi_Batang';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2410-3@1.0/Batang_Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Gyeonggi_Batang';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2410-3@1.0/Batang_Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
/*지마켓산스 300, 500, 700*/
@font-face {
    font-family: 'GmarketSans';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSans';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSans';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
.gwendolyn-regular {
    font-family: "Gwendolyn", cursive;
    font-weight: 400;
    font-style: normal;
}
.gwendolyn-bold {
    font-family: "Gwendolyn", cursive;
    font-weight: 700;
    font-style: normal;
}
.italiana-regular {
    font-family: "Italiana", sans-serif;
    font-weight: 400;
    font-style: normal;
}


/*var*/
:root{
    --color-1: #E3DED6;
    --color-2: #FFFBF6;
    --color-3: #fff;
    --color-4: #AAA49A;
    --color-5: #000;
    --color-6 : #6D665A;
    --color-7 : #3F362D; /*모바일 서브네비*/
    --color-8 : #2c2309; /*본문*/

    --e-main-font-1 : '';
    --e-deco-font-1 : 'Gwendolyn';
    --e-deco-font-2 : "Italiana", sans-serif;
    --k-main-font-1 : 'Pretenard';
    --k-main-font-2 : 'Gyeonggi_Batang';
    --k-main-font-3 : 'GmarketSans';


    --f-size-1 : 1rem; /*16*/
    --f-size-2 : 0.88rem; /*14*/
    --f-size-3 : 0.75rem; /*12*/
    --f-size-4 : 0.63rem; /*10*/

}

::selection{
    background-color: var(--color-6);
    color: var(--color-2);
}


::-webkit-scrollbar{
    width: 10px;
}
::-webkit-scrollbar-thumb {
    background-color: var(--color-6);
    border-radius: 100px;
}
::-webkit-scrollbar-track{
    padding: 3px;
    background-color: var(--color-2);
}

html{
    font-size: 16px;
}
body{
    color: var(--color-8);
}
@media(width < 1400px){
}
@media(width < 1024px){
    html{
        font-size: 14px;
    }
}
@media(width < 768px){
    html{
        font-size: 12px;
    }
}
@media(width < 576px){
}


/*s: gnb*/
/*헤더전체*/
.header-back{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    pointer-events: none;
    z-index: 2;
}
.header {
    position:fixed;
    display: flex;
    z-index: 100;
    width: 100%;
    max-height: 100px;
    background-color: var(--color-1);
    font-family: var(--k-main-font-2);
    font-weight: 400;
    padding-bottom: 0;
    transition: all 0.5s;
}
.header.open{
    max-height: 500px;
    padding-bottom: clamp(10px, 3vw, 50px);
}
.header > .wrap {
    width: 100%;
    display: flex;
    padding-left: clamp(0px, 10vw, 188px);
    padding-right: clamp(0px, 10vw, 188px);
}

/*로고*/
.logo{
    position: relative;
    margin-right: auto;
    height: 100px;
    padding: 10px;
    z-index: 10;
    padding-left: 0;
    display: flex;
    align-items: center;
}
.logo a{
    display: inline-block;
    width: 100%;
    height: 100%;
    max-height: 35px;
}
.logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/*gnb*/
.gnb{
    position: relative;
    height: 100%;
    align-self: center;
    display: flex;
}
.social-link{
    padding-left: 50px;
    padding-right: 25px;
    display: flex;
    gap: 5px;
    a{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100px;
        padding: 10px;
    }
    a > .img{
        width: 18px;
        height: 18px;
        object-fit: contain;
        color: var(--color-8);
        fill: var(--color-8);
    }
}

.gnb-1d-ul{
    height: 100%;
    display: flex;
    column-gap: 100px;
}
.gnb-1d-li{
    color: var(--colorPick-5);
    text-transform: capitalize;
    padding-right: 30px;
}
.gnb-1d-a{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100px;
    max-width: 100%;
}
.gnb-2d-ul{
    width: 0;
    transition: all 0.5s;
    opacity: 0;
}
.open .gnb-2d-ul{
    opacity: 1;
    transform: translateY(-1rem);
}
.gnb-2d-li{
    width: max-content;
    pointer-events: none;
    font-size: var(--f-size-2);
}
.gnb-2d-a{
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 3px;
}
.open .gnb-2d-li{
    pointer-events: auto;
}
/*메뉴버튼*/
.menu-btn{
    display: flex;
    align-items: center;
    width: 27px;
    height: 100px;
    max-width: 100%;
}
.menu-btn .menu-btn-wrap{
    /*버튼스타일죽이기*/
    border:unset;
    padding: unset;
    background: unset;
    color: var(--color-8);
    /**/
    position: relative;
    transition: color 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    padding: 10px 0;
    width: 100%;
    height: 100%;
}
.menu-btn .menu-btn-line{
    display: block;
    background-color: var(--color-8);
    height: 1px;
    width: 100%;
    transition: all 0.5s;
}
.open .menu-btn .menu-btn-line:nth-child(1){
    transform: translateX(7px);
}
.open .menu-btn .menu-btn-line:nth-child(3){
    transform: translateX(-7px);
}
/*스크롤탑*/
.side{
    position: fixed;
    right: 35px;
    bottom: 70px;
    z-index: 100;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
    gap: 20px;
}
.go-insta,
.go-reserve{
    display: flex;
    justify-content: center;
    align-items: center;
}
.go-reserve,
.go-insta,
.go-top{
    width: 50px;
    height: 50px;
    border: 1px solid var(--color-1);
    border-radius: 50%;
    background-color: var(--color-1);
    color: var(--color-8);
    font-size: 1rem;
    padding: 15px;
    transition: all 0.5s;
}
.go-reserve:hover,
.go-insta:hover{
    background-color: var(--color-2);
    color: var(--color-8);
}
.go-top{
    background-color: var(--color-2);
}
.go-top:hover{
    background-color: var(--color-1);
}
/*e:header*/

/*s:footer*/
.footer{
    background-color: var(--color-1);
    color: var(--color-8);
    font-size: var(--f-size-3);
    font-family: var(--k-main-font-1);
    font-weight: 300;
}
.footer>.wrap{
    display: flex;
    justify-content: space-between;
    padding-top: clamp(0px, 9.5vw, 158px);
    padding-bottom: clamp(0px, 9.5vw, 158px);
    padding-left: clamp(0px, 10vw, 188px);
    padding-right: clamp(0px, 10vw, 188px);
}
.footer-content{
    display: flex;
    flex-direction: column;
    gap: 38px;
}
.footer-content li{
    line-height: 2;
}
/*펜션명*/
.footer-title{
    font-size: 1.5rem;
    font-family: var(--k-main-font-1);
    font-weight: 400;
    text-transform: uppercase;
}
.footer .logo{
}
.footer-info ul:nth-child(1){
    padding-bottom: 1rem;
}
/* 관리자메뉴 */
.copyright-wrap{
    display: flex;
}
.footer-copyright{
    color: var(--color-6);
}
.copyright-wrap{
    word-break: auto-phrase;
    align-items: start
}
.footer-copyright a{
    padding-left: 5px;
    padding-right: 5px;
    font-size: var(--f-size-3);
    vertical-align: top;
}
.footer-copyright a:nth-child(1){
    padding-left: 0;
}
/*푸터 메뉴*/
.footer-gnb-ul{
    display: flex;
    justify-content: end;
    font-family: var(--k-main-font-2);
    font-weight: 400;
    font-size: var(--f-size-2);
    text-transform: capitalize;
}
.footer-gnb-a{
    padding: 0 clamp(0px,1.1vw,22px);
}
.footer-gnb-a:after{
    content: '';
    display: block;
    width: 0;
    margin-top: 1px;
    height: 1px;
    background-color: var(--color-8);
    transition: all 0.5s;
}
.footer-gnb-a:hover:after{
    width: 100%;
}

.footer a{
    display: inline-block;
    height: 35px;
}
.footer a>img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

@media(width < 1400px){
}
@media(width < 1024px){
    .header-back.open{
        opacity: 1;
        pointer-events: auto;
    }
    .header{
        background-color: unset;
        height: unset;
    }
    .header .wrap{
        padding-top: 30px; /*60*/
        padding-left: 30px;
        padding-right: 30px;
        transition:  .5s all;
        transition-delay: 0.2s;
    }
    .logo{
        max-width: 80px;
        max-height: 35px;
        padding: 0;
        height: unset;
        align-items: unset;
    }
    .logo a{
        padding-right: 10px;
        padding-bottom: 10px;
        height: unset;
    }
    .logo a img{
        object-position: left;
    }
    .gnb{
        opacity: 0;
        pointer-events: none;
        width: 100%;
        height: 100%;
        text-align: center;
        font-size: 1.4rem;
        padding-top: 20vw;
        color: var(--color-7);
        display: unset;
    }
    .social-link{
        padding: 0;
        display: unset;
        a{
            height: auto;
            padding: 10px;
        }
    }
    .gnb-1d-ul{
        flex-direction: column;
        gap: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        height: auto;
    }
    .gnb-2d-ul{
        display: none;
    }
    .gnb-1d-a{
        height: auto;
        padding: 10px;
        justify-content: center;
    }
    .gnb-1d-li{
        padding: 0;
    }
    .menu-btn{
        justify-content: end;
        align-items: start;
        width: 100%;
    }
    .menu-btn .menu-btn-wrap {
        justify-content: start;
        width: 25px;
        /*height: max-content;*/
        gap: 4px;
        padding-top: 0;
        padding-bottom: 2px;
    }
    .menu-btn .menu-btn-wrap span{
        background-color: #fff;
    }
    .menu-btn .menu-btn-wrap span:last-child{
        /*background-color: #fff;*/
        margin-bottom: 1px;
    }
    .open.header .wrap{
        background-color: var(--color-1);
        height: auto;
        padding-bottom: 20vw;
    }
    .open.header{
        background-color: var(--color-1);
        max-height: max-content;
    }
    .open .logo{
        display: none;
        opacity: 0;
        pointer-events: none;
    }
    .open .gnb{
        opacity: 1;
        pointer-events: auto;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .open .social-link{
        display: flex;
        gap: 2.5vw;
        padding-top: 30px;
        justify-content: center;
    }
    .open .social-link .img{
        width: 17px;
        height: 17px;
        object-fit: contain;
    }

    .open .menu-btn .menu-btn-wrap {
    }
    .open .menu-btn .menu-btn-wrap span{
        background-color: var(--color-7);
    }
    .side {
        right: 20px;
        bottom: 50px;
    }
    .go-top,
    .go-insta,
    .go-reserve{
        width: 30px;
        height: 30px;
        padding: 5px;
    }
    .footer-title p{
        font-size: 1rem;
    }
    .footer .wrap{
        padding-top: 127px; /*127*/
        padding-bottom: 127px; /*127*/
        padding-left: 7.5vw; /*30*/
        padding-right: 7.5vw; /*30*/
        font-weight: 400 ;
    }
    .footer a{
        display: inline-block;
        height: 35px;
        padding-right: 10px;
        padding-bottom: 10px;
    }
    .footer-content{
        gap: 25px;
    }
    .footer-info ul{
        grid-template-columns: repeat(2, auto);
        row-gap: 10px;
    }
    .footer-gnb{
        display: none;
    }
    .footer-copyright{
        font-weight: 300;
    }
}
@media(width < 768px){
}
@media(width < 576px){
}

/*include*/
.hero-slider{
    position: relative;
}
.hero-swiper{
    height: 100dvh;
    position: relative;
}
.hero-swiper .swiper-slide{
    background-position: center;
}
.sub-swiper .swiper-slide{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}
.hero-swiper .hero-swiper-pagination,
.swiper-pagination-fraction{
    color: #fff !important;
    padding-bottom: 30px;
    font-family: var(--e-deco-font-2);
    font-size: 1.5rem;
    text-align: center;
    margin-top: -50px;
    position: relative;
    z-index: 5;
}
.page-title{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
    color: var(--color-3);
    font-size: 4rem;
    z-index: 5;
    text-transform: uppercase;
    font-style: italic;
}
.swiper-button-prev,
.swiper-button-next{
    color: var(--color-3);
    bottom: 20px;
    top: unset;
}
.swiper-button-prev{
    left: 50%;
    transform: translateX(-300%);
}
.swiper-button-next{
    right: 50%;
    transform: translateX(300%);
}
.swiper-button-prev:after,
.swiper-button-next:after{
    font-size: 1.5rem;
}

@media(width < 1400px){
}
@media(width < 1024px){
    .hero-swiper{
        height: unset;
        aspect-ratio: 3/2;
    }
    .page-title{
        font-size: 2.5rem;
    }
}
@media(width < 768px){
}
@media(width < 576px){
}

/*common*/

.section .wrap{
    padding-top: clamp(100px, 10vw, 180px);
    padding-left: clamp(0px, 11vw, 188px);
    padding-right: clamp(0px, 11vw, 188px);
    font-family: var(--k-main-font-1);
}
.section:last-child{
    padding-bottom: clamp(120px, 10vw, 180px);
}

@media(width < 1400px){
}
@media(width < 1024px){
    .section .wrap{
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}
@media(width < 768px){
}
@media(width < 576px){
}

