@import 'font.css';
/* Reset */
html {
    -webkit-text-size-adjust: none;
    scroll-behavior: smooth;
}

html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
p,
strong,
span,
em,
a,
table,
th,
td,
caption,
input,
button,
textarea,
label,
form,
legend,
fieldset,
select,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
img,
figure {
    padding: 0;
    margin: 0;
    border: 0;
    color: inherit;
    background: none;
    line-height: inherit;
    font-size: inherit;
    font-family: inherit;
}

html,
body {
    height: 100%;
    min-height: 100%;
    background: #fff9f0;
    font-size: 16px;
    color: #625547;
    font-weight: 300;
    line-height: 1.56;
    font-family: 'MaruBuri', HelveticaNeue-Light, AppleSDGothicNeo-Light, 'Malgun Gothic', sans-serif !important;
    word-break: keep-all;
}

html {
    height: -webkit-fill-available;
}

body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: 400;
}

*,
:after,
:before {
    box-sizing: border-box;
    vertical-align: top;
}

header,
footer,
nav {
    display: block;
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

th,
td {
    vertical-align: middle;
}

input,
select,
button {
    font-weight: 300;
}

input {
    border-radius: 0;
    color: #625547;
}

select,
button {
    cursor: pointer;
}

ul,
ol {
    list-style: none;
}

img {
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

i,
em {
    font-style: normal;
}

textarea {
    resize: vertical;
}

textarea ul,
textarea ol {
    list-style: disc;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
}

select::-ms-expand {
    display: none;
}

input,
textarea,
button,
select {
    border-radius: 0;
    box-shadow: none;
    outline: none;
}

b {
    font-weight: 700;
}

*,
:after,
:before {
    box-sizing: border-box;
}

/* common */
body.overflowLock {
    overflow: hidden;
}

.blind {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    font-size: 1px;
    line-height: 0;
    overflow: hidden;
    opacity: 0;
}

.mo {
    display: none;
}

.ogg {
    font-family: 'ogg', 'MaruBuri', sans-serif;
    letter-spacing: 0;
}

#wrap {
    overflow: hidden;
    animation: fadeIn 2s forwards;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.inner {
    max-width: 1600px;
    margin: 0 auto;
}
@media screen and (max-width: 1640px) {
    .inner {
        padding: 0 20px;
    }
}

.list_link {
    display: flex;
    gap: 30px;
}
.list_link a {
    display: block;
    width: 25px;
    height: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0;
    text-indent: -9999px;
    filter: invert(23%) sepia(29%) saturate(437%) hue-rotate(352deg) brightness(100%) contrast(86%);
}
.list_link .link_booking a {
    background-image: url(../img/common/icon_book.svg);
}
.list_link .link_blog a {
    background-image: url(../img/common/icon_blog.svg);
}
.list_link .link_instagram a {
    background-image: url(../img/common/icon_instagram.svg);
}

/* header & gnb */
#header {
    transition: 1s;
}
#header .hd_inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    mix-blend-mode: difference;
    z-index: 10;
    transition: 0.4s;
}
#header .hd_inner .inner {
    position: relative;
}
#header .hd_inner #h1 {
    display: inline-flex;
    align-items: center;
    width: 161px;
    height: 100px;
}
#header .hd_inner .right {
    position: absolute;
    top: 50%;
    right: 0;
    display: flex;
    align-items: center;
    transform: translateY(-50%);
}
#header .hd_inner .btn_reservation {
    display: inline-block;
    line-height: 50px;
    margin-right: 35px;
    padding: 0 10px;
    color: #797979;
    font-size: 20px;
}
#header .hd_inner .btn_gnb {
    position: relative;
    width: 75px;
    height: 75px;
    font-size: 0;
}
#header .hd_inner .btn_gnb:before,
#header .hd_inner .btn_gnb:after,
#header .hd_inner .btn_gnb span {
    position: absolute;
    left: 50%;
    width: 44px;
    height: 3px;
    background: #797979;
    border-radius: 3px;
    transition: 0.3s;
    content: '';
}
#header .hd_inner .btn_gnb:before {
    top: 20px;
    margin-left: -22px;
}
#header .hd_inner .btn_gnb:after {
    bottom: 20px;
    margin-left: -22px;
}
#header .hd_inner .btn_gnb span {
    top: 50%;
    transform: translateY(-50%);
    margin-left: -16px;
}
@media screen and (min-width: 1440px) {
    #header .hd_inner .btn_gnb:hover span {
        margin-left: -22px;
    }
}
@media screen and (max-width: 1640px) {
    #header .hd_inner .right {
        right: 16px;
    }
}
@media screen and (max-width: 1024px) {
    #header .hd_inner {
        text-align: left;
    }
    #header .hd_inner #h1 {
        width: 103px;
        height: 50px;
    }
    #header .hd_inner .btn_reservation {
        margin-right: 10px;
        font-size: 14px;
    }
    #header .hd_inner .btn_gnb {
        width: 45px;
        height: 45px;
    }
    #header .hd_inner .btn_gnb:before,
    #header .hd_inner .btn_gnb:after,
    #header .hd_inner .btn_gnb span {
        width: 28px;
        height: 2px;
    }
    #header .hd_inner .btn_gnb:before {
        top: 11px;
        margin-left: -14px;
    }
    #header .hd_inner .btn_gnb:after {
        bottom: 11px;
        margin-left: -14px;
    }
    #header .hd_inner .btn_gnb span {
        margin-left: -8px;
    }
}

#gnb {
    position: fixed;
    top: -100vh;
    left: 0;
    right: 0;
    height: 100vh;
    overflow: hidden;
    z-index: 9;
}
#gnb .gnb_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: #fff9f0;
    overflow-y: auto;
    transition: 0.5s;
    opacity: 0;
}
#gnb .gnb_inner:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../img/menu_bg.png) no-repeat left center/auto 100%;
    transition: 2s;
    content: '';
}
#gnb.bg2 .gnb_inner:before {
    transform: rotate(3.3deg);
}
#gnb #menu {
    position: relative;
    width: 100%;
    max-height: 752px;
    opacity: 0;
    transition: 0.5s;
}
#gnb .d1 {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.65s;
}
#gnb .d1:not(:last-child) {
    border-bottom: 1px solid rgba(83, 70, 55, 0.3);
}
#gnb .d1 .inr_menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px 0;
    transition: 0.65s;
}
#gnb .tit {
    display: inline-block;
    font-size: 40px;
    font-weight: 500;
    font-family: 'ogg', 'MaruBuri', sans-serif;
    letter-spacing: 0;
}
#gnb .sub {
    transition: 0.65s;
    overflow: hidden;
}
#gnb .sub li {
    opacity: 0;
    transition: 0.8s;
}
#gnb .sub a {
    display: inline-block;
    margin-top: 12px;
    font-size: 18px;
}
#gnb .img {
    position: absolute;
    top: 50%;
    right: 0;
    width: 700px;
    max-width: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: 0.65s;
}
#gnb .img img {
    width: 100%;
    height: 0;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.65s;
}
#gnb .d1:hover .sub li,
#gnb .d1.active .sub li {
    opacity: 1;
}
#gnb .d1:hover .img,
#gnb .d1.active .img {
    opacity: 1;
}
#gnb .d1:hover .img img,
#gnb .d1.active .img img {
    height: 250px;
}
@media screen and (min-width: 1024px) {
    #gnb .d1:hover:nth-child(1) .inr_menu,
    #gnb .d1.active:nth-child(1) .inr_menu {
        padding: 63px 0;
    }
    #gnb .d1:hover:nth-child(2) .inr_menu,
    #gnb .d1.active:nth-child(2) .inr_menu {
        padding: 84px 0;
    }
    #gnb .d1:hover:nth-child(3) .inr_menu,
    #gnb .d1.active:nth-child(3) .inr_menu {
        padding: 35px 0;
    }
    #gnb .d1:hover:nth-child(4) .inr_menu,
    #gnb .d1.active:nth-child(4) .inr_menu {
        padding: 84px 0;
    }
    #gnb .d1:not(:hover):not(.active) .sub {
        height: 1px !important;
    }
}
#gnb .list_link {
    position: absolute;
    bottom: 0;
    right: 0;
    align-items: center;
    height: 102px;
}
#gnb #menu:has(.d1.active:last-child) .list_link {
    height: auto;
    transform: translateY(100%);
}
@media screen and (max-width: 1640px) {
    #gnb .list_link {
        right: 20px;
    }
}
@media screen and (max-height: 800px) and (min-width: 1024px) {
    #gnb .gnb_inner {
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        height: auto;
        max-height: 100vh;
        transform: translateY(-50%);
        padding: 40px 0;
    }
}
@media screen and (max-width: 1024px) {
    #gnb #menu {
        min-height: 100vh;
        max-height: none;
        padding: 50px 20px 100px;
    }
    #gnb .gnb_inner {
        display: block;
    }
    #gnb .gnb_inner:before {
        display: none;
    }
    #gnb .d1 {
        display: block;
        padding: 15px 0 !important;
        transition: unset;
    }
    #gnb .d1 .inr_menu {
        display: block;
        transition: unset;
        min-height: 0;
        padding: 0;
    }
    #gnb .d1.on .sub {
        display: block;
    }
    #gnb .tit {
        pointer-events: none;
        font-size: 30px;
    }
    #gnb .img {
        display: none;
    }
    #gnb .sub {
        display: none;
        overflow: unset;
        height: auto;
        transition: unset;
    }
    #gnb .sub a {
        margin-top: 0;
        padding: 5px 0;
        font-size: 14px;
    }
    #gnb .list_link {
        bottom: 50px;
        height: auto !important;
        left: 20px;
        justify-content: center;
        transform: unset !important;
    }
}

#header.active_gnb .hd_inner #h1,
#header.active_gnb .hd_inner .btn_reservation {
    opacity: 0;
}
#header.active_gnb .hd_inner .btn_gnb span {
    opacity: 0;
    transform: unset !important;
}
#header.active_gnb .hd_inner .btn_gnb:before,
#header.active_gnb .hd_inner .btn_gnb:after {
    top: 50%;
    margin-left: 0 !important;
}
#header.active_gnb .hd_inner .btn_gnb:before {
    transform: translate(-50%, -50%) rotate(45deg);
}
#header.active_gnb .hd_inner .btn_gnb:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
#header.active_gnb .gnb_inner {
    opacity: 1;
}
#header.active_gnb #gnb {
    top: 0;
}
#header.active_gnb #gnb #menu {
    opacity: 1;
}

#wrap {
    padding-bottom: 630px;
    background: #cfae88;
}

#container {
    position: relative;
    background: #fff9f0;
    border-bottom: 1px solid #fff;
    z-index: 2;
}

#footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #cfae88;
    color: #fff;
}
#footer .ft_conts {
    text-align: center;
}
#footer .ft_conts .inner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 630px;
}
#footer .ft_conts .inner > div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
#footer .ft_menu li + li {
    margin-top: 18px;
}
#footer .ft_menu a {
    display: inline-block;
    font-size: 24px;
    font-weight: 300;
    transition: 0.3s;
}
@media screen and (min-width: 1024px) {
    #footer .ft_menu a:hover {
        font-weight: bold;
    }
}
#footer .ft_info .call {
    display: inline-block;
    margin-bottom: 22px;
    font-size: 24px;
    font-weight: 600;
}
#footer .ft_info span {
    display: block;
    font-size: 18px;
}
#footer .ft_info span + span {
    margin-top: 4px;
}
#footer .ft_info .list_link {
    justify-content: center;
    margin-top: 30px;
}
#footer .ft_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-family: 'Lato';
}
#footer .ft_bottom .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 48px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#footer .ft_bottom .copyright {
    font-size: 14px;
    font-weight: 300;
}
#footer .ft_bottom .copyright a {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    padding-left: 32px;
}
#footer .ft_bottom .copyright a:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    font-size: 24px;
    color: #fff9f0;
    font-family: 'Glyphter';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: 'B';
    opacity: 0.5;
}
#footer .ft_bottom .link_admin {
    font-size: 14px;
    text-decoration: underline;
}
#footer .list_link a {
    filter: invert(100%) sepia(95%) saturate(0%) hue-rotate(200deg) brightness(105%) contrast(106%);
}

@media screen and (max-width: 1440px) {
    #wrap {
        padding-bottom: 43vw;
    }
    #footer {
        padding-bottom: 95px;
    }
    #footer .ft_conts .inner {
        height: calc(43vw - 95px);
    }
}
@media screen and (max-width: 1024px) {
    #footer .ft_menu li + li {
        margin-top: 12px;
    }
    #footer .ft_menu a {
        font-size: 16px;
    }
    #footer .ft_info .call {
        font-size: 18px;
    }
    #footer .ft_info span {
        font-size: 16px;
    }
    #footer .ft_bottom .copyright {
        font-size: 12px;
    }
    #footer .ft_bottom .copyright a {
        margin-left: 6px;
        padding-left: 24px;
    }
    #footer .ft_bottom .copyright a:before {
        font-size: 16px;
        width: 16px;
        height: 16px;
    }
}
@media screen and (max-width: 768px) {
    #wrap {
        padding-bottom: 428px;
    }
    #footer {
        padding-bottom: 0;
    }
    #footer .ft_menu {
        display: none !important;
    }
    #footer .ft_conts .inner {
        height: auto;
        padding: 44px 20px;
    }
    #footer .ft_info .call {
        margin-bottom: 25px;
    }
    #footer .ft_info .list_link {
        margin-top: 32px;
    }
    #footer .ft_bottom {
        position: relative;
    }
    #footer .ft_bottom .inner {
        display: block;
        padding: 30px 20px;
        text-align: center;
    }
    #footer .ft_bottom .copyright > span {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #footer .ft_bottom .copyright a {
        margin: 6px 0 0;
    }
    #footer .ft_bottom .link_admin {
        display: inline-block;
        margin-top: 20px;
    }
}
.link_oval {
    position: relative;
    display: inline-block;
    height: 48px;
    border: 1px solid #cfae88;
    border-radius: 100%;
    overflow: hidden;
}
.link_oval:before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 46px;
    border-radius: 100%;
    background-color: #cfae88;
    transition: 0.2s;
    content: '';
}
.link_oval .inr {
    display: block;
    position: relative;
    transform: translateY(-50%);
    transition: 0.2s;
}
.link_oval .inr span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 118px;
    height: 46px;
    font-size: 16px;
    color: #cfae88;
}
.link_oval .inr .clone {
    color: #fff;
}
@media screen and (min-width: 1440px) {
    .link_oval:hover:before {
        top: 0;
    }
    .link_oval:hover .inr {
        transform: translateY(0);
    }
}
@media screen and (max-width: 768px) {
    .link_oval {
        margin-top: 18px;
        background: #cfae88;
    }
    .link_oval .inr .lab {
        color: #fff;
    }
}

.tab_vertical .slick-dots li,
.tab_vertical .list_tab li {
    display: block;
}
.tab_vertical .slick-dots li + li,
.tab_vertical .list_tab li + li {
    margin-top: 42px;
}
.tab_vertical .slick-dots button,
.tab_vertical .list_tab button {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 50px;
    padding: 0 1em 0 160px;
    border-radius: 0 50px 50px 0;
    text-align: left;
}
.tab_vertical .slick-dots .slick-active button,
.tab_vertical .slick-dots .active button,
.tab_vertical .list_tab .slick-active button,
.tab_vertical .list_tab .active button {
    background-color: #625547;
    color: #fff;
}
@media screen and (max-width: 1640px) {
    .tab_vertical .slick-dots button,
    .tab_vertical .list_tab button {
        padding-left: 40px;
    }
}

/* slick */
.slick-slider {
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-dots {
    font-size: 0;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots button {
    display: block;
    font-size: 0;
    line-height: 0;
    transition: 0.2s;
}

[class*='swiper'] .pager .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
}
[class*='swiper'] .pager .arrows {
    flex-shrink: 0;
}
[class*='swiper'] .pager .slick-arrow {
    display: inline-flex;
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40px;
    font-size: 0;
    opacity: 0.7;
    transition: 0.3s;
}
@media screen and (min-width: 1440px) {
    [class*='swiper'] .pager .slick-arrow:hover {
        opacity: 1;
    }
}
[class*='swiper'] .pager .slick-prev {
    background-image: url(../img/common/icon_arrow1_left.png);
}
[class*='swiper'] .pager .slick-next {
    margin-left: 40px;
    background-image: url(../img/common/icon_arrow1_right.png);
}
[class*='swiper'] .pager .slick-dots {
    position: relative;
    display: flex !important;
    margin-right: 110px;
    height: 1px;
    flex-grow: 1;
    background: rgba(255, 255, 255, 0.3);
}
[class*='swiper'] .pager .slick-dots li {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
[class*='swiper'] .pager .slick-dots button {
    width: 0;
    height: 1px;
    border-radius: 0;
    opacity: 1;
    background: #fff;
    transition-duration: 4.4s;
    transition-timing-function: linear;
}
[class*='swiper'] .pager .slick-dots .num {
    position: absolute;
    top: 50%;
    right: -110px;
    transform: translateY(-50%);
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    opacity: 0;
    transition: 0.4s;
}
[class*='swiper'] .pager .slick-dots .slick-active {
    opacity: 1;
}
[class*='swiper'] .pager .slick-dots .slick-active .num {
    opacity: 1;
}
[class*='swiper'] .pager .slick-dots.start .slick-active button,
[class*='swiper'] .pager .slick-dots.on .slick-active button {
    width: 100%;
}
@media screen and (max-width: 1024px) {
    [class*='swiper'] .pager .inner {
        gap: 30px;
    }
    [class*='swiper'] .pager .slick-arrow {
        width: 45px;
        height: 45px;
    }
    [class*='swiper'] .pager .slick-next {
        margin-left: 10px;
    }
}
@media screen and (max-width: 540px) {
    [class*='swiper'] .pager .slick-dots {
        background: none;
    }
    [class*='swiper'] .pager .slick-dots button {
        display: none;
    }
}
