@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Italiana&display=swap');
/*  font-family: "Bodoni Moda", serif; */
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&display=swap');
@font-face {
    font-family: 'NexonLv1Gothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF Light.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'NexonLv1Gothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: 'NexonLv1Gothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF Bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}
html, body { overflow-x: hidden; }

* { margin: 0; padding: 0; list-style: none; box-sizing: border-box; word-break: keep-all; transition: all .3s ease-in-out; } 
body { font-family: 'NexonLv1Gothic'; font-size: 14px; line-height: 1.5em; color: #555; background: #fff; } 
h1 { font-family: "Italiana", sans-serif; font-size: 64px; line-height: 1.5em; color: #8F9985; font-weight: 400; } 
h2 { font-family: "Italiana", sans-serif; font-size: 32px; line-height: 1.5em; color: #949890; font-weight: 400; } 
a:link { text-decoration: none; color: #555; } 
a:visited { color: #555; } 
ul li { list-style: none; } 
section { position: relative; padding: 100px 0; margin: 0 auto; }
.imgbox { background-size: cover; background-position: center; background-repeat: no-repeat; }
.c1280 { width: 1280px; margin: 0 auto; }

header { position: fixed; left: 0; right: 0; top: 0; width: 100%; z-index: 9999; padding: 20px 40px; display:flex; justify-content: space-between; align-items: center;}
header.on { background: #fff; }
header .logo { display: block; width: 160px; }
header .logo img { width: 100%; object-fit: cover; filter: invert(100%); }
header.on .logo img { filter: invert(0%); }
header .hambtn { width: 60px; height: 60px; border-radius: 50%; background: #fafafa;  line-height: 60px; text-align: center; color: #5E6855; cursor: pointer; }
header .hambtn.on { background: #8F9985; color: #FDFDFC; }
header .hambtn:hover { background: #8F9985; color: #FDFDFC; }
header .menubox { position: absolute; left: 100px; top: 89px; display: flex; justify-content: center; align-items: center; width: 100%; height: calc(100vh - 89px); background: #fff; transition: opacity .3s ease-in; opacity: 0; pointer-events: none; }
header .menubox.on {  left: 0; opacity: 1; pointer-events: all; }
header .menubox> div { display: flex; align-items: center; }
header .menubox .c1280> div { display: flex; justify-content: center; align-items: center; width: 50%; }
header .menubox div .lefts .imgbox { width: 400px; aspect-ratio: 3/4; background-image: url(../img/sub1/image4.jpg); background-position: 60%;}
header .menubox div .rights ul { width: 100%; }
header .menubox div .rights ul> li> a { display: block; position: relative; padding: 15px 30px; font-size: 20px; font-weight: 600; color: #5E6855; font-family: "Italiana", sans-serif; }
header .menubox div .rights ul> li> a:link, header .menubox ul> li> a:visited { color: #5E6855; }
header .menubox div .rights ul> li a i { position: absolute; left: 180px; }
header .menubox div .rights ul> li a.active i { transform: rotate(180deg); }
header .menubox div .rights ul> li .submenu { max-height: 0; overflow: hidden; transition: max-height .3s ease-in-out; margin-left: 40px; }
header .menubox div .rights ul> li .submenu li a { padding: 8px 15px; font-size: 15px; color:#8F9985; font-weight: 400; font-family: 'NexonLv1Gothic'; }
header .menubox div .rights ul> li .submenu li a:hover { opacity: .5; } 
header .reserv-button { display: none; }


main { position: relative; width: 100%; height: 100vh; }
main .main-slide { width: 100%; height: 100%; overflow: hidden; }
main .controls { position: absolute; right: 40px; bottom: 20px; display: flex; filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.25)); z-index: 1; }
main .controls .swiper-button-prev, main .controls .swiper-button-next { position: static; margin: 0; width: auto; height: auto; color: #fff; font-family: "Italiana", sans-serif; }
main .controls .swiper-button-prev::after, main .controls .swiper-button-next::after { content: ""; }
main .controls .swiper-button-prev { margin-right: 30px; }
main .controls .swiper-button-prev i { font-size: 12px; }
main .controls .swiper-button-prev span { display: inline-block; margin-left: 10px; }


footer> :not(:first-child) { border-top: 1px solid #DBDBDB;  }
footer .f-con { background: #F5F5F5; padding: 60px 0 80px; margin-top: 75px; }
footer .f-con> ul { display: flex; }
footer .f-con> ul> li { width: 50%; }
footer .f-con> ul li .imgbox { position: relative; width: 62.5%; aspect-ratio: 1/1; border-radius: 50%; background-image: url(../img/sub1/image3.jpg); background-position: 70%; margin: -95px auto 0; }
footer .f-con ul li h1 { margin-bottom: 20px; }
footer .f-con ul li ul li { line-height: 2em; }
footer .s-con .c1280 { display: flex; justify-content: space-between; align-items: center; padding: 20px 40px; border-left: 1px solid #DBDBDB; border-right: 1px solid #DBDBDB; }
footer .s-con div .lefts ul { display: flex; }
footer .s-con div .lefts ul> :not(:last-child) { margin-right: 40px; }
footer .s-con div .lefts ul li a { color: #949890; font-size: 24px; font-family: "Italiana", sans-serif;  }
footer .s-con div .rights { display: flex; align-items: center; }
footer .s-con div .rights a { position: relative; color: #5E6855; font-family: "Bodoni Moda", serif; font-size: 24px; font-style: italic; margin-right: 40px; }
footer .s-con div .rights a:hover { margin-right: 50px; }
footer .s-con div .rights a::after { position: absolute; top: 50%; right: -10px; transform: translate(100%,-50%); content: ""; width: 50px; height: 1px; background: #fafafa; filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.1)); }
footer .s-con div .rights a:hover::after { width: 70px;  }
footer .s-con div .rights span { display: block; width: 40px; height: 40px; border-radius: 50%; background: #DFE3DB; }
footer .l-con { padding: 20px 0; text-align: center;  }
footer .l-con li .vline { display: inline-block; width: 1px; height: 14px; background:#555; vertical-align: middle; margin: 0 8px; }
footer .l-con li .who span { color: #ff5a53; }
footer .l-con li .who:hover { color: #ff5a53; }

@media screen and (max-width: 1366px) {
    .c1280 { width: 100%; padding: 0 40px; }
}

@media screen and (max-width: 1024px) {
    header .menubox div .lefts .imgbox { width: 320px; }

    footer .f-con { padding: 30px 0; }
    footer .f-con> ul { align-items: center; }
    footer .f-con> ul> :first-child { width: 40%; }
    footer .f-con> ul li .imgbox { width: 60%; margin: 0 auto; }
    footer .f-con> ul> :last-child { width: 60%; padding-left: 30px; }
    footer .s-con .c1280 { padding: 10px 40px; }
    footer .s-con div .lefts ul li a { font-size: 20px; }
    footer .s-con div .rights a { font-size: 20px; }
    footer .l-con { padding: 10px 0; }
}
@media screen and (max-width: 820px) {
    h1 { font-size: 48px; } 
    h2 { font-size: 24px; } 
    section { padding: 60px 0; }
    .c1280 { width: 100%; padding: 0 3%; }

    header { padding: 10px 3%; }
    header .logo { width: 130px; }
    header .menubox { top: 80px; height: calc(100vh - 80px); }
    header .reserv-button { display: block; position: absolute; right: 100px; top: 50%; transform: translateY(-50%); width: 60px; height: 60px; border-radius: 50%; background: #fafafa; cursor: pointer; text-align: center; }
    header .reserv-button i {font-size: 24px; line-height: 60px; line-height: 60px; color: #5E6855; }
    
    main { height: 65vh; }
    main .controls { right: 3%; }
    
    footer .f-con { margin: 0; }
    footer .f-con> ul { flex-direction: column; align-items: center; }
    footer .f-con ul li h1 { text-align: center; }
    footer .f-con> ul li .imgbox { display: none; }
    footer .f-con> ul> :last-child { padding: 0; width: 80%; }
    footer .s-con .c1280 { padding: 10px 3%; }
    footer .s-con div .lefts ul> :not(:last-child) { margin-right: 20px; }
    footer .s-con div .lefts ul li a { font-size: 16px; }
    footer .s-con div .rights a { font-size: 16px; }
    footer .l-con { font-size: 13px; }
}

@media screen and (max-width: 601px) {
    h1 { font-size: 32px; } 
    .none-mobile { display: none; }

    header .menubox { align-items: start; }
    header .menubox div .lefts { display: none; }
    header .menubox div .rights { padding-top: 20px; }
    header .menubox div .rights ul> li> a { padding: 15px 30px; font-size: 18px; font-weight: 600;  }
    header .menubox div .rights ul> li .submenu li a { padding: 12px 15px; font-size: 14px; }
    header .reserv-button { right: 80px; }

    footer .f-con> ul> :last-child { width: 90%; }
    footer .f-con ul li ul { font-size: 13px; }
    footer .s-con .c1280 { display: none; }
}


@media screen and (max-width: 360px) {
    footer .f-con> ul> :last-child { width: 100%; }
}