@import"https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap";@import"https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&display=swap";*{padding:0;margin:0;box-sizing:border-box}html{scroll-behavior:smooth}:root{--primary-clr: #1b581e;--secondary-clr: #187a1d;--accent-clr: #99db9c;--bg-clr: #0f1c0f;--bg-semi-clr: #0f1c0f;--bg-lgt-clr: #070707;--font-clr: #ccd8cc;--body-clr: #eaeaea;--bg-dark-clr: #0c0c0c;--border-lgt-clr: #ffffff36}body{font-family:"Noto Serif KR",serif;font-optical-sizing:auto;font-weight:400;font-style:normal;background-color:#eaeaea}.screen{display:flex;flex-direction:column;justify-content:space-between;min-height:100vh}.wrapper{max-width:1200px;margin:0 auto;width:100%}.img-container{position:relative}img{width:100%;height:100%;position:absolute;object-fit:cover}a{cursor:pointer;text-decoration:none}button{cursor:pointer}h2{color:#fff;font-size:3em;position:relative;width:fit-content}.container{display:flex;flex-direction:column}.design-dot{width:2rem;height:4px;background-color:#ffffff7c;margin:0 auto;border-radius:4px}@media (max-width: 700px){body{font-size:.95rem}}@media (max-width: 470px){body{font-size:.9rem}}.footer{background-color:var(--bg-dark-clr);color:#fff;padding:4em 1em;border-top:1px solid #ffffff28}.footer__container{display:flex;justify-content:space-between;margin-bottom:3em;gap:1rem}.footer__content{display:flex;flex-direction:column;gap:1em;font-style:normal}.footer__content h2{font-size:1.2em;padding:0;margin:0}.footer__content section:nth-of-type(1){font-size:1.1em}.footer__content section:nth-of-type(2){font-size:1em;color:#d7d7d7;margin-bottom:auto}@media (max-width: 800px){.footer__container{flex-direction:column;gap:3rem}}.nav-header{padding:0 1rem;position:absolute;z-index:99;top:0;left:0;width:100%;background-color:transparent;border-bottom:1px solid var(--border-lgt-clr)}.nav{position:relative;display:flex;align-items:center;gap:1rem;padding:.25rem 0}.nav .img-container{width:4rem;aspect-ratio:1}.nav-header--active{border-bottom:1px solid var(--bg-clr);background-color:var(--bg-clr)}.nav-header--active .nav .img-container{width:4rem}.nav__links{display:flex;justify-content:end;margin-left:auto;height:4rem;align-items:center;gap:2rem}.nav__links li{list-style-type:none}.nav__links li a{color:#f0f0f0;font-size:1em;text-transform:uppercase;border-bottom:1px solid transparent;transition:border-bottom .3s;letter-spacing:1.5px}@media (hover: hover){.nav__links li a:hover{border-bottom:1px solid #ffffff71}}.nav__menu-btn{position:absolute;right:1rem;height:1rem;z-index:9999;width:2.4rem;height:2.4rem;display:none;background-color:transparent;border:none;outline:none}.nav__aside{position:fixed;right:100%;top:0;width:100%;height:100%;background-color:var(--bg-clr);display:flex;justify-content:center;align-items:center;padding:2rem;transition:right .3s}.nav__aside--active{right:0}.nav__aside-links{list-style:none;display:flex;flex-direction:column;gap:1rem}.nav__aside-links a{color:#fff;font-size:1.2rem;padding:.5rem;display:flex;text-transform:uppercase}.nav__block{height:16px;width:2px;background-color:#ffffff3f}.nav__order{color:#9bee78!important}@media (max-width: 1000px){.nav__links{gap:1.5rem}}@media (max-width: 750px){.nav__menu-btn{display:flex;margin-left:auto}.nav__links{display:none}}.home{background-color:var(--bg-dark-clr);display:flex;flex-direction:column;gap:10rem}.home>section:not(:nth-child(1)){opacity:0;transition:opacity 1s}.section--active{opacity:1!important}.hero{position:relative;width:100%;aspect-ratio:16/9;max-height:100vh;min-height:30rem;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem}.hero:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(to bottom,transparent 80%,var(--bg-dark-clr))}.hero img{filter:brightness(50%)}.hero__content{position:relative;z-index:2;color:#f0f0f0;padding:1rem;display:flex;flex-direction:column;width:100%;letter-spacing:1.5px;align-items:center;text-align:center}.hero__content span{display:block;font-size:.5em;color:#dfdfdf}.hero h1{color:#dfdfdf;font-size:4em;text-transform:uppercase}.hero h1{transition:opacity .3s}.hero--active h1{opacity:0;pointer-events:none}.hero__links{position:absolute;bottom:0;width:100%;border-top:1px solid var(--border-lgt-clr);height:89px}@media (min-width: 1640px){.hero h1{font-size:4em}}@media (max-width: 700px){.hero h1{font-size:3em}}@media (max-width: 500px){.hero h1{font-size:2.5em}}@media (max-width: 400px){.hero h1{font-size:2.1em}}.about{padding:1rem 1rem 8rem;position:relative}.about .wrapper{display:flex;flex-direction:column}.about__content{color:#dcdcdc;display:flex;flex-direction:column;gap:4rem}.about__card{display:flex;gap:2rem;line-height:2rem}.about__card:nth-of-type(2){flex-direction:row-reverse}.about__card .img-container{max-width:40rem;width:100%;aspect-ratio:12/8;overflow:hidden;flex:1 1 100%;margin-bottom:auto}.about__card:nth-child(1) .img-container img{transform:scale(1.07)}.about__card:nth-of-type(2) .img-container{max-width:40rem;width:100%;aspect-ratio:12/8;overflow:hidden;flex:1 1 100%}.about__card img{border-radius:4px}.about__desc{padding:1rem;display:flex;flex-direction:column;gap:1rem;flex:1 1 100%;max-width:40rem}.about h2{position:sticky;top:0;background-color:var(--bg-dark-clr);width:100%;padding:.5rem 0;z-index:2;font-weight:400;letter-spacing:2px;font-size:2.5em}.about__desc h3{border-bottom:1px solid #ffffff28;padding-bottom:1rem;font-size:1.3em}.about p{color:var(--font-clr)}@media (max-width: 800px){.about__card{flex-direction:column!important}.about__card .img-container{max-width:100%!important}.about__desc{padding:0}}.intro{padding:1rem}.intro__container{display:flex;flex-direction:column;gap:6rem}.intro__img-box{display:grid;width:100%;grid-template-columns:repeat(2,1fr);gap:.5em}.intro__content{display:flex;gap:6rem;align-items:center}.intro__content .img-container{max-width:30rem;height:100%;width:100%;aspect-ratio:1;min-width:180px}.intro__content .img-container:nth-child(2) img{object-position:65% 50%}.intro__content .img-container:nth-child(3) img{object-position:0% 50%}.intro__content .img-container:nth-child(4) img{object-position:50% 75%}.intro__text{display:flex;flex-direction:column;gap:1em}.intro__text a{margin-top:2rem}.intro header{position:relative}.intro header .img-container{position:absolute;width:6rem;height:6rem;top:0;right:0}.intro h2{font-weight:400;letter-spacing:2px;font-size:2.8em}.intro p{color:var(--font-clr);font-size:1em;line-height:2rem}@media (max-width: 900px){.intro__content{gap:2rem}.intro__text a{margin-top:0}}@media (max-width: 800px){.intro__content{flex-direction:column}.intro__text{align-items:center;text-align:center;max-width:36rem}.intro__content .img-container{min-width:initial}.intro p{color:var(--font-clr);font-size:1em;line-height:1.5rem}}.buttonlink{width:fit-content;padding:.75em 2em;border:1px solid #fff;font-size:1.1em;color:#fff;font-weight:700;display:block}.buttonlink:hover{background-color:#fff;color:var(--bg-clr)}.online{display:flex;padding:1rem}.online-container{display:flex;gap:2rem;color:#fff;flex-direction:column;justify-content:center;align-items:center;text-align:center}.online h2{font-weight:400;letter-spacing:2px;font-size:2.5em}.online p{color:var(--font-clr);font-size:1.1em}.online-links{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));width:100%;max-width:900px}.online-links__item{display:flex;gap:1.2rem;align-items:center;cursor:pointer;padding:.25rem 1rem;border-radius:1rem;justify-content:center}.online-links__item .img-container{width:2.6rem;aspect-ratio:1;display:flex}.online-links__item img{border-radius:50%;box-shadow:0 0 4px #0006}.online-links__name{color:#fff;font-weight:500}.online-links__item svg{width:1.5rem;height:1.5rem;stroke:#fff}.online-links__item:hover .online-links__name{text-decoration:underline}@media (max-width: 800px){.online-links{flex-direction:column}}.menupage{padding:5rem 1rem;min-height:100vh}.menulist{display:flex;flex-direction:column;gap:3rem}.menupage h1{text-align:center;padding:2rem;color:#344e34;font-size:2.3em;letter-spacing:1.5px}.menulist__categories{display:flex;width:100%;margin:auto}.menulist__category-btn{width:100%;background-color:var(--body-clr);background-color:#dbdbdb;border:none;color:#000;font-weight:700;padding:1em;white-space:nowrap;font-size:1em;font-family:"Noto Serif KR",serif}.menulist__category-btn span{display:none}.menulist__category-btn--active{background-color:#344e34;color:#fff}.menulist__list{display:flex;flex-direction:column;gap:2.5rem;font-family:Nanum Myeongjo,serif}.menulist__item{display:flex;justify-content:space-between;position:relative;gap:2rem;margin:auto;width:100%}.menulist h2{display:flex;gap:.5rem;font-size:1.2em;color:var(--bg-clr);position:relative;z-index:2;width:fit-content;flex-wrap:wrap;margin:0;padding-right:.6rem}.menulist h2 span{background-color:#eaeaea}.menulist h2 span:nth-of-type(1){padding-right:.5rem}.menulist__name span{width:fit-content}.menulist__text{display:flex;flex-direction:column}.menulist__dash{border:dashed 1px #c4c4c4;position:absolute;width:100%;top:12px}.menulist__price{display:flex;flex-direction:column;position:relative;background-color:#eaeaea;z-index:2;padding-left:.6rem;font-weight:700;font-size:1.2em}.menulist__price div{word-break:keep-all;width:max-content}.menulist__price-group{display:flex;flex-direction:column;gap:.5em}.menulist__price-ko{font-weight:700}.menulist__price-en{color:#646464;font-size:.9em;font-weight:400}.menulist__desc{font-style:italic;color:#737373;font-size:1.1em;font-family:"Noto Serif KR",serif}.menulist__message{color:#cc1717}.menulist__pagenumber{margin:auto;padding:2rem}@media (max-width: 770px){.menulist__categories{flex-direction:column}.menulist__category-btn{text-align:left}.menulist__category-btn span{display:inline}}@media (max-width: 540px){.menulist__item{gap:1rem}.menulist h2{padding-right:0}.menulist__dash{display:none}.menulist__price{padding-left:0}.menulist__price-group span:nth-of-type(1){display:none}}.loading .img-container{width:6rem;height:6rem;position:fixed;left:50%;top:50%;transform:translate(-50%,-50%)}.loading .img-container img{animation:1s loading infinite ease-in-out}@keyframes loading{50%{opacity:.3}to{opacity:1}}.admin{padding:8rem 1rem 1rem}.admin__head{display:flex;justify-content:space-between}.admin__head button{padding:.25rem .5rem}.admin__container{display:flex;flex-direction:column;gap:2rem}.admin__edit{display:flex;flex-direction:column;gap:1rem}.admin__tabs{display:flex;gap:1rem;flex-wrap:wrap}.admin__tabs-btn{padding:.5rem 1rem;background-color:var(--bg-clr);color:#fff;border:none;outline:none;border-radius:4px}.admin__tabs-btn--active{background-color:red}.admin__menu{display:flex;flex-direction:column;gap:1rem}.admin__card{background-color:#e1e1e1;border:1px solid #d3d3d3;padding:1em;border-radius:4px}.admin__card--active{background-color:#e4d5ea}.admin__card-flex{display:flex;justify-content:space-between;gap:1em}.admin__card-btns{display:flex;gap:1rem;align-items:center}.admin__card-content{display:flex;flex-direction:column;gap:.5rem;width:100%;max-width:50rem}.admin__card label{display:flex;width:100%;word-break:keep-all;gap:1em;align-items:center}.admin__card label>div{min-width:4rem}.admin__card input{width:100%;padding:.25em;font-size:1em;border:1px solid #c2c2c2}.admin__card-prices{display:flex;flex-direction:column;align-items:start;gap:.5rem}.admin__card-price label{width:auto;gap:.5rem}.admin__card-price label div{min-width:2rem!important}.admin__card-price{display:flex;gap:.5rem}.admin__card-price label:nth-of-type(1) input{width:3rem}.admin__card-price label:nth-of-type(2){width:100%}.admin__card-price label:nth-of-type(2) input{width:5rem}.admin-btn{padding:.25em 1em;outline:none;border-radius:4px;background-color:#fff;border:1px solid #bdbdbd;word-break:keep-all}.admin-btn--delete{background-color:#3f3f3f;color:#fff}.admin-add-btn{width:fit-content}.admin-btn--remove{margin-top:auto}.admin-add-new{font-size:2rem;border-radius:50%;border:none;background-color:#358b35;color:#fff;width:3rem;height:3rem;margin:auto}.admin-modal{position:fixed;left:0;top:0;width:100%;height:100%;z-index:9999;display:flex;justify-content:center;align-items:center;background-color:#00000059;cursor:pointer}.admin-modal__container{display:flex;flex-direction:column;gap:1rem;max-width:20rem;width:100%;background-color:#fff;padding:2rem;align-items:center;border-radius:4px;cursor:auto}.admin-modal__container-btns{display:flex;gap:1rem}.admin-modal__container-btns button{width:4.5rem;padding:.25rem .5rem}.admin-modal__container-btns .admin-btn--delete{background-color:red}@media (max-width: 660px){.admin__card-flex{flex-direction:column}.admin__card-btns button{width:100%}.admin__card label{gap:.25rem}}@media (max-width: 350px){.admin__card label{flex-direction:column;align-items:start}}.login{background-color:var(--bg-clr);padding:5rem 1rem 1rem;width:100%;min-height:40rem;display:flex;flex:1 1 100%;align-items:center}.login h1{color:#fff}.login__container{display:flex;margin:auto;flex-direction:column;gap:2em;max-width:30rem;width:100%}.login form{display:flex;flex-direction:column;gap:2em;width:100%;margin-top:2rem}.login__form-group{display:flex;flex-direction:column;gap:2em}.login__label-group{display:flex;flex-direction:column;gap:1em}.login__label-group label{color:#fff}.login__label-group input{padding:1em;outline:none;border:none;width:100%;font-size:1em;letter-spacing:2px}.login__label-group input:focus{background-color:#e4ffdb}.login__btn{width:fit-content;padding:.5em 2em;font-size:1.1em;background:#fff;border:none;outline:none;margin:auto}.login__error{color:#ff3b3b;height:2rem}.contact{display:flex;flex-direction:column;padding:7rem 1rem 8rem;background-color:#e1e1e1;gap:4rem}.location{position:relative}.location .container{display:flex;flex-direction:column;gap:1rem}.location h2{color:#344e34;font-size:2.3em;letter-spacing:1.5px}.location__content{display:flex;gap:2.5rem;color:#344e34}.location__map-container{width:100%}.location__details{display:flex;flex-direction:column;gap:1rem}.location h3{font-size:1.5rem}.location address{font-style:normal;font-size:1.2em;color:var(--bg-clr)}.location__map-link{color:#344e34;border:1px solid #344e34;padding:.5rem 1.5rem;width:max-content;display:flex;gap:.5rem;font-weight:700}.location__map-link:hover{background-color:#344e34;color:#e1e1e1}.location__group{display:flex;flex-direction:column;gap:2rem;flex:1 1 100%;max-width:26rem}.location section{display:flex;flex-direction:column;gap:1rem;color:#344e34}.open__content{font-size:1.2em;color:var(--bg-clr)}@media (max-width: 800px){.location__content{flex-direction:column}}.parking .wrapper{display:flex;flex-direction:column;gap:1rem}.parking h2{color:#344e34;font-size:2.3em;letter-spacing:1.5px}.parking__content{display:flex;gap:2rem;flex-direction:column;color:#344e34}.parking__content .img-container{width:100%;aspect-ratio:16/5;min-height:20rem;filter:grayscale(20%)}.parking__card{display:flex;flex-direction:column;gap:2rem}.parking__desc{display:flex;flex-direction:column;gap:.5rem}.parking__desc h3{font-size:1.3em}.parking__desc p{font-size:1.2em;color:var(--bg-clr)}@media (max-width: 700px){.parking__content{flex-direction:column;gap:2rem}}.gallery{padding:5rem 0;background-color:#080808}.gallery__container{display:flex;flex-direction:column}.gallery header{display:flex;flex-direction:column;gap:1em;padding:2rem;text-align:center}.gallery h1{color:#fff;font-weight:400;font-size:2.3em;letter-spacing:1.5px}.gallery span{color:var(--font-clr);font-size:.9em}.gallery__group{column-count:3;gap:.5em}.gallery__group .img-container{cursor:pointer;transition:filter .3s;margin-bottom:.25em}.gallery__group .img-container img{position:relative;object-fit:contain;width:100%;height:100%}.gallery__modal{position:fixed;width:100%;height:100%;left:0;top:0;background-color:#000000e4;z-index:9999;display:flex;justify-content:center;align-items:center}.gallery__modal-close{position:absolute;right:1rem;top:1rem;display:flex;cursor:pointer}.gallery__modal-container{display:flex;cursor:default;max-width:40rem;width:100%;align-items:center;gap:.5rem;pointer-events:none;position:relative}.gallery__modal-container>*{pointer-events:auto}.gallery__modal .img-container img{object-fit:contain;position:relative}.gallery__arrow{cursor:pointer;padding:.5rem;border-radius:8px;display:flex;background-color:transparent;border:none}.gallery__arrow:disabled{pointer-events:none;opacity:0}@media (max-width: 640px){.gallery__group{column-count:2}}@media (max-width: 500px){.gallery__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:99;background-color:#0000006c}.gallery__arrow svg{width:18px;height:18px}.gallery__arrow--left{left:0}.gallery__arrow--right{right:0}}@media (hover: hover){.gallery__group:hover .img-container{filter:brightness(40%);transform:scale(1)}.gallery__group .img-container:hover{filter:brightness(100%);z-index:1}.gallery__arrow:hover{background-color:#ffffff34}}.error{padding:6rem 1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;gap:1rem}.error h1 span{font-size:4em;color:var(--bg-clr)}.error h1{color:#3d3d3d}.error p{font-size:1.2em;color:#464646}
