/************************************************************************************/
/************************************* Font *************************************/
/************************************************************************************/
/************************************************************************************/
/************************************* Colors *************************************/
/************************************************************************************/
:root {
  --white: #fff;
  --black: #000;
  --red: #9B0000;
  --blue: #0F0078;
  --light-blue: #5163c0;
  --deep-blue: #05014a;
  --orange: #ff9644;
  /* color */
  --font-color: #040404;
  --primary: #4D1FF2;
  --primary400: #2b379e;
  --primary300: #3a49b4;
  --primary200: #7680ca;
  --primary100: #c4c7e9;
  --primary000: #e7e9f6;
  --secondary: #FB6B4D;
  --gray100: #F1F1F1;
  --gray200: #e2e2e2;
  --gray300: #CED4DA;
  --gray400: #ADB5BD;
  --gray500: #767676;
  --brd-c1: #E9ECEF;
  --brd-c2: #CED4DA;
  --c-red: #ec0000;
  --btn-gray: #6c757d;
  --mc: #2e55e7;
  --footer-bg: #202020;
  /* theme_color */
  --theme01: #ffffeb;
  --theme02: #ffffff;
  --theme02-s: #f8f8f8;
  --theme03: #eafff9;
  --theme04: #FFF8E4;
}

/* font-size */
/* absolute-center */
/* transition */
/* common */
html {
  font-size: 62.5%;
}

body {
  font-family: "Pretendard Variable", "Pretendard", "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Apple SD Gothic Neo", "Malgun Gothic", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  word-break: keep-all;
  letter-spacing: -0.025em;
  color: var(----font-color);
  font-size: 1.8rem;
}
@media (max-width: 1280px) {
  body {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}
body a {
  color: var(--black);
  text-decoration: none;
}
body:has(#modal.show) {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

a,
input,
button,
select {
  outline-offset: 2px;
  outline-color: var(--black);
}

/* ----------------------------------------
* common
* ----------------------------------------*/
:root {
  --header-height: 100px;
}
@media (max-width: 1280px) {
  :root {
    --header-height: 80px;
  }
}
@media (max-width: 767px) {
  :root {
    --header-height: 68px;
  }
}
/* table */
table {
  width: 100%;
}

.wrap-in {
  max-width: 1416px;
  margin: 0 auto;
}
@media (max-width: 1460px) {
  .wrap-in {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .wrap-in {
    max-width: 92%;
  }
}
@media (max-width: 480px) {
  .wrap-in {
    max-width: 90%;
  }
}

.wrap-in2 {
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .wrap-in2 {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .wrap-in2 {
    max-width: 92%;
  }
}
@media (max-width: 480px) {
  .wrap-in2 {
    max-width: 90%;
  }
}

header {
  width: 100%;
  padding-inline: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 102;
  height: var(--header-height);
}
header.fixed {
  position: fixed;
  -webkit-animation: headerSlideDown 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: headerSlideDown 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
header a {
  text-decoration: none;
  color: var(--black);
}
header .jeho {
  font-size: 1.6rem;
  font-weight: 600;
}
@media (max-width: 1280px) {
  header .jeho {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  header .jeho {
    font-size: 1.4rem;
  }
}
header .jeho a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
header .jeho a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 400;
}
header .jeho a > span span {
  margin-left: 10px;
}
header .jeho a > span::after {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1;
  background: url("../images/common/arw.svg") no-repeat center/100% 100%;
}
header .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
header .logo a {
  display: block;
  width: 239px;
  height: 34px;
  background: url("../images/common/logo2.svg") no-repeat center/100% 100%;
}
header nav {
  position: relative;
  width: 500px;
  height: 100vh;
  background: var(--white);
  padding: var(--nav-padding);
  position: fixed;
  top: 0;
  bottom: 0;
  right: -500px;
  z-index: 104;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
}
header nav.--open {
  right: 0;
  height: 100vh;
}
header nav .nav-header {
  width: var(--header-height);
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: 20px;
}
header nav .nav-header .nav-close {
  position: absolute;
  width: 36px;
  aspect-ratio: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
header nav .nav-header .nav-close::before, header nav .nav-header .nav-close::after {
  content: "";
  height: 2px;
  border-bottom: 2px solid var(--black);
  display: block;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
header nav .nav-header .nav-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 1px;
}
header nav .nav-header .nav-close::after {
  margin-top: -1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header nav ul {
  padding-inline: 1em;
  font-size: 2.4rem;
}
@media (max-width: 1280px) {
  header nav ul {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  header nav ul {
    font-size: 1.8rem;
  }
}
header nav ul a {
  color: var(--font-color);
  text-decoration: none;
  display: block;
  padding: 1em 1em;
  border-bottom: 1px solid var(--font-color);
  background: url("../images/common/arw.svg") no-repeat center right 1em/16px 16px;
}
header .burger-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: var(--header-height);
  aspect-ratio: 1;
  cursor: pointer;
}
header .burger-wrap .cont-in {
  width: 48px;
  height: 12px;
  aspect-ratio: 1;
}
header .burger-wrap .cont-in span {
  width: 100%;
  height: 1px;
  border-bottom: 2px solid var(--black);
  display: block;
  position: absolute;
  left: 0;
  background-color: var(--black);
}
header .burger-wrap .cont-in span:nth-child(1) {
  top: 0;
}
header .burger-wrap .cont-in span:nth-child(2) {
  bottom: 0;
}
@media (max-width: 1280px) {
  header {
    padding-inline: 36px 20px;
  }
  header .logo a {
    width: 191px;
    height: 27px;
  }
  header nav .nav-header {
    margin-right: 10px;
  }
  header nav .nav-header .nav-close {
    width: 32px;
  }
  header .burger-wrap .cont-in {
    width: 40px;
    height: 10px;
  }
}
@media (max-width: 767px) {
  header {
    padding-inline: 4% 2%;
  }
  header .logo a {
    width: 143px;
    height: 20px;
  }
  header nav {
    width: 100%;
    right: -100%;
  }
  header nav .nav-header .nav-close {
    width: 28px;
  }
  header .burger-wrap .cont-in {
    width: 36px;
    height: 10px;
  }
}
@media (max-width: 480px) {
  header {
    padding-inline: 4% 1%;
  }
  header .jeho {
    font-size: 1.2rem;
  }
  header .jeho a {
    display: block;
  }
  header .jeho a > span {
    margin-top: -4px;
    gap: 5px;
  }
  header .jeho a > span::after {
    width: 12px;
    margin-top: -1px;
  }
  header nav .nav-header {
    margin-right: 0;
  }
  header nav .nav-header .nav-close {
    width: 24px;
  }
  header .burger-wrap .cont-in {
    width: 32px;
    height: 10px;
  }
}

footer {
  color: var(--white);
  background: var(--footer-bg);
  padding: 3.56em 4.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
footer .logo {
  width: 202px;
  margin-right: 5.63em;
}
footer .logo .logo01 {
  width: 202px;
  height: 85px;
  margin-bottom: 1.1em;
  background: url("../images/common/logo_b.png") no-repeat center/100% 100%;
}
footer .logo .logo02 {
  width: 202px;
  height: 43px;
  background: url("../images/common/logo_bscf.svg") no-repeat center/100% 100%;
}
footer .txt-cont {
  margin-top: 1.1em;
  font-size: 1.6rem;
  color: var(--gray200);
}
@media (max-width: 1280px) {
  footer .txt-cont {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  footer .txt-cont {
    font-size: 1.4rem;
  }
}
footer .txt-cont .notice {
  opacity: 0.8;
  font-size: 1.4rem;
  margin-block: 0.6em 1em;
  font-weight: 300;
}
@media (max-width: 1280px) {
  footer .txt-cont .notice {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  footer .txt-cont .notice {
    font-size: 1.2rem;
  }
}
footer .txt-cont .copyright {
  margin-top: 1.78em;
}
footer .txt-cont .sns {
  margin-top: 1.78em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
footer .txt-cont .sns a {
  width: 64px;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .txt-cont .sns a img {
  height: 30px;
}
footer .txt-cont .sns a:first-child {
  margin-left: 0;
}
footer .issue-wrap {
  margin-left: auto;
}
footer .issue {
  color: var(--white);
  text-decoration: none;
  border: 1px solid var(--gray200);
  padding-block: 0.89em;
  padding-inline: 1.78em 1.33em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-left: auto;
}
footer .issue::after {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1;
  background: url("../images/common/arw_link.svg") no-repeat center/100% 100%;
}
@media (max-width: 1280px) {
  footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .logo {
    width: 20.63vw;
  }
  footer .logo .logo01 {
    width: 20.63vw;
    height: 8.67vw;
  }
  footer .logo .logo02 {
    width: 20.63vw;
    height: 2.89vw;
  }
  footer .txt-cont {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  footer .issue-wrap {
    width: 100%;
    margin-top: 2em;
    margin-left: calc(19.22vw + 5.63em);
  }
}
@media (max-width: 767px) {
  footer {
    padding: 2.1em 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .logo {
    width: 100%;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5em 2em;
  }
  footer .logo .logo01 {
    width: clamp(101px, 15.78vw, 121px);
    height: clamp(42px, 6.65vw, 51px);
    margin-bottom: 0;
  }
  footer .logo .logo02 {
    margin-top: -0.2em;
    width: clamp(123px, 23.99vw, 184px);
    height: clamp(21px, 3.26vw, 25px);
  }
  footer .txt-cont {
    margin-top: 2em;
    text-align: center;
  }
  footer .txt-cont .sns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .txt-cont .sns a {
    width: 40px;
  }
  footer .txt-cont .sns a img {
    height: 20px;
  }
  footer .issue-wrap {
    margin-left: 0;
    text-align: center;
  }
  footer .issue {
    min-width: 120px;
    padding-block: 0.6em;
    padding-inline: 1.6em 1.1em;
  }
}

@-webkit-keyframes headerSlideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes headerSlideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/************************************************************************************/
/************************************* visual *************************************/
/************************************************************************************/
:root {
  --border-width: 15px;
}

.main-visual-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1920/820;
  overflow: hidden;
  margin-top: var(--header-height);
}
.main-visual-wrap .visual-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 100;
}
@media (max-width: 1100px) {
  .main-visual-wrap {
    height: auto;
    aspect-ratio: auto;
    overflow: auto;
  }
  .main-visual-wrap .visual-wrap {
    overflow: auto;
  }
}
@media (max-width: 480px) {
  .main-visual-wrap {
    min-height: auto;
  }
}

.main-visual {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150vh;
  height: 100%;
  background: #f9f1de;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
  min-width: 100%;
}
.main-visual div {
  position: absolute;
  pointer-events: none;
}
.main-visual div img {
  width: 100%;
}
.main-visual .grain-bg {
  width: 100%;
  height: 100%;
  background: url("../images/default/bg_grain.png");
  mix-blend-mode: multiply;
}
.main-visual .floor {
  width: 100%;
  aspect-ratio: 1920/80;
  background: url("../images/default/floor.jpg");
  bottom: 0;
}
.main-visual .cat {
  width: 13.4375%;
  bottom: 0;
  left: 35%;
}
.main-visual .cat .tail {
  width: 12.015503876%;
  left: 36%;
  bottom: 20%;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-animation: tailWag 2s infinite ease-in-out;
          animation: tailWag 2s infinite ease-in-out;
}
.main-visual .windows {
  border-radius: 1em;
  overflow: hidden;
}
.main-visual .windows .bg-img {
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main-visual .window-center-wrap {
  width: 33.3333333333%;
  aspect-ratio: 640/660;
  top: 5.9756097561%;
  left: 33.28125%;
}
.main-visual .window-center-wrap .curtain {
  width: 20.46875%;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.main-visual .window-center-wrap .curtain.curtain-left {
  top: 0;
  left: 0;
  -webkit-transform: translateX(-39%);
          transform: translateX(-39%);
  -webkit-animation: curtainSwayLeft 5s infinite ease-in-out;
          animation: curtainSwayLeft 5s infinite ease-in-out;
}
.main-visual .window-center-wrap .curtain.curtain-right {
  top: 0;
  right: 0;
  -webkit-transform: translateX(37%);
          transform: translateX(37%);
  -webkit-animation: curtainSwayRight 5.5s infinite ease-in-out;
          animation: curtainSwayRight 5.5s infinite ease-in-out;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.main-visual .window-center-wrap .window-center {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main-visual .window-center-wrap .bg-img {
  background: url("../images/default/window_center_img.jpg") no-repeat center center/cover;
}
.main-visual .window-center-wrap .cloud01 {
  width: 15.390625%;
  top: 10%;
  left: 35%;
  -webkit-animation: cloud01Move 6s infinite ease-in-out;
          animation: cloud01Move 6s infinite ease-in-out;
}
.main-visual .window-center-wrap .cloud02 {
  width: 11.328125%;
  top: 14%;
  left: 73%;
  -webkit-animation: cloud02Move 8s infinite ease-in-out;
          animation: cloud02Move 8s infinite ease-in-out;
}
.main-visual .window-center-wrap .galmegi01 {
  width: 4.296875%;
  top: 15%;
  left: 55%;
  -webkit-animation: galmegi01Fly 6s infinite ease-in-out;
          animation: galmegi01Fly 6s infinite ease-in-out;
}
.main-visual .window-center-wrap .galmegi02 {
  width: 4.296875%;
  top: 12%;
  left: 65%;
  -webkit-animation: galmegi02Fly 8s infinite ease-in-out;
          animation: galmegi02Fly 8s infinite ease-in-out;
}
.main-visual .window-center-wrap .note01 {
  width: 1.40625%;
  left: 78%;
  opacity: 0;
  --start-top: 58%;
  --end-top: 40%;
  -webkit-animation: noteFloat 3s infinite linear;
          animation: noteFloat 3s infinite linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.main-visual .window-center-wrap .note02 {
  width: 3.125%;
  left: 75%;
  opacity: 0;
  --start-top: 58%;
  --end-top: 40%;
  -webkit-animation: noteFloat 3s infinite linear;
          animation: noteFloat 3s infinite linear;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.main-visual .window-center-wrap .note03 {
  width: 3.28125%;
  left: 80%;
  opacity: 0;
  --start-top: 58%;
  --end-top: 40%;
  -webkit-animation: noteFloat 3s infinite linear;
          animation: noteFloat 3s infinite linear;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.main-visual .window-left-top,
.main-visual .window-right-bottom {
  width: 23.1770833333%;
  aspect-ratio: 427/384;
}
.main-visual .window-left-bottom,
.main-visual .window-right-top {
  width: 23.1770833333%;
  aspect-ratio: 427/204;
}
.main-visual .window-left-top {
  top: 5.9756097561%;
  left: 4.2708333333%;
}
.main-visual .window-left-top .bg-img {
  background: url("../images/default/window_left_top_bg.jpg") no-repeat center center/cover;
}
.main-visual .window-left-top .heart {
  width: 40.0468384075%;
  top: 17.8385416667%;
  left: 10.3044496487%;
  -webkit-animation: heartBeat 1.2s infinite ease-in-out;
          animation: heartBeat 1.2s infinite ease-in-out;
}
.main-visual .window-left-bottom {
  top: 60.8536585366%;
  left: 4.2708333333%;
}
.main-visual .window-left-bottom .bg-img {
  background: url("../images/default/window_left_bottom_bg.jpg") no-repeat center center/cover;
}
.main-visual .window-left-bottom .light {
  width: 71.1943793911%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: lightBlink 3s infinite step-end;
          animation: lightBlink 3s infinite step-end;
}
.main-visual .window-left-bottom .nodak {
  width: 55.9718969555%;
  top: 18%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: nodakTilt 2s infinite step-end;
          animation: nodakTilt 2s infinite step-end;
}
.main-visual .window-left-bottom .chair {
  width: 70.2576112412%;
  right: 50%;
  bottom: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.main-visual .window-right-top {
  top: 5.9756097561%;
  right: 4.2708333333%;
}
.main-visual .window-right-top .bg-img {
  background: url("../images/default/window_right_top_bg.jpg") no-repeat center center/cover;
}
.main-visual .window-right-top .waddama {
  width: 43.8228438228%;
  top: 10%;
  left: 10%;
  -webkit-animation: waddamaFly 4s infinite ease-in-out;
          animation: waddamaFly 4s infinite ease-in-out;
}
.main-visual .window-right-bottom {
  top: 38.6585365854%;
  right: 4.2708333333%;
}
.main-visual .window-right-bottom .bg-img {
  width: 100%;
  height: 100%;
  background: url("../images/default/window_right_bottom_bg.jpg") no-repeat center center/cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main-visual .window-right-bottom .plant {
  width: 38.6946386946%;
  top: 9.375%;
  right: 1.1655011655%;
}
.main-visual .window-right-bottom .stem {
  width: 20.0466200466%;
  top: 24.7395833333%;
  right: 17.3403263403%;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation: stemSway 3s infinite ease-in-out;
          animation: stemSway 3s infinite ease-in-out;
}
@media screen and (max-width: 1100px) {
  .main-visual {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    display: grid;
    grid-template-columns: 8.203125% 1fr 1fr 8.203125%;
    grid-template-rows: 150px auto auto auto auto auto;
    row-gap: 2rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
  .main-visual .windows {
    position: relative;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }
  .main-visual .window-center-wrap {
    width: 100%;
    aspect-ratio: 642/478;
    grid-column: 2/4;
    grid-row: 3;
    position: relative;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }
  .main-visual .window-center-wrap .bg-img {
    background: url(../images/default/window_center_img_port.jpg) no-repeat center center/cover;
  }
  .main-visual .window-center-wrap .curtain {
    width: 14.5%;
  }
  .main-visual .window-center-wrap .cloud01 {
    width: 11.5264797508%;
    top: 3%;
    left: 40%;
  }
  .main-visual .window-center-wrap .cloud02 {
    width: 8.5669781931%;
    top: 8%;
    left: 70%;
  }
  .main-visual .window-center-wrap .galmegi01 {
    left: 50%;
  }
  .main-visual .window-center-wrap .galmegi02 {
    top: 6%;
    left: 60%;
  }
  .main-visual .window-center-wrap .note01 {
    width: 1.4018691589%;
    left: 73%;
    --start-top: 51%;
    --end-top: 35%;
  }
  .main-visual .window-center-wrap .note02 {
    width: 2.6479750779%;
    left: 67%;
    --start-top: 51%;
    --end-top: 35%;
  }
  .main-visual .window-center-wrap .note03 {
    width: 3.1152647975%;
    left: 74%;
    --start-top: 51%;
    --end-top: 35%;
  }
  .main-visual .window-left-top {
    width: 100%;
    aspect-ratio: 321/231;
    grid-column: 2;
    grid-row: 4;
  }
  .main-visual .window-left-top .heart {
    top: 10%;
  }
  .main-visual .window-left-bottom {
    width: 100%;
    aspect-ratio: 321/231;
    grid-column: 2;
    grid-row: 5;
  }
  .main-visual .window-left-bottom .bg-img {
    background: url(../images/default/window_left_bottom_bg_mo.jpg) no-repeat center center/cover;
  }
  .main-visual .window-left-bottom .nodak {
    top: 25%;
  }
  .main-visual .window-left-bottom .chair {
    width: 80%;
  }
  .main-visual .window-right-top {
    width: 100%;
    aspect-ratio: 642/204;
    grid-column: 2/4;
    grid-row: 2;
  }
  .main-visual .window-right-top .bg-img {
    background: url(../images/default/window_right_top_bg_land.jpg) no-repeat center center/cover;
  }
  .main-visual .window-right-top .waddama {
    width: 35.5140186916%;
    top: 5%;
  }
  .main-visual .window-right-bottom {
    width: 100%;
    aspect-ratio: 303/450;
    grid-column: 3;
    grid-row: 4/6;
  }
  .main-visual .window-right-bottom .bg-img {
    background: url(../images/default/window_right_bottom_bg_port.jpg) no-repeat center center/cover;
  }
  .main-visual .window-right-bottom .plant {
    width: 51.8272425249%;
    top: 25.5%;
  }
  .main-visual .window-right-bottom .stem {
    width: 27.2425249169%;
    top: 38%;
    right: 22.3403263403%;
  }
  .main-visual .floor {
    position: relative;
    top: auto;
    left: auto;
    aspect-ratio: 768/79;
    grid-column: 1/5;
    grid-row: 6;
  }
  .main-visual .cat {
    width: 33.59375%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 480px) {
  .main-visual {
    grid-template-columns: 0 1fr 1fr 0;
    grid-template-rows: 100px auto auto auto auto auto;
  }
  .main-visual .window-right-bottom {
    aspect-ratio: 303/470;
  }
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  28% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  28% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes lightBlink {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0.1;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightBlink {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0.1;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes nodakTilt {
  0%, 100% {
    -webkit-transform: translateX(-50%) rotate(-3deg) scale(0.97);
            transform: translateX(-50%) rotate(-3deg) scale(0.97);
  }
  50% {
    -webkit-transform: translateX(-50%) rotate(3deg) scale(1.03);
            transform: translateX(-50%) rotate(3deg) scale(1.03);
  }
}
@keyframes nodakTilt {
  0%, 100% {
    -webkit-transform: translateX(-50%) rotate(-3deg) scale(0.97);
            transform: translateX(-50%) rotate(-3deg) scale(0.97);
  }
  50% {
    -webkit-transform: translateX(-50%) rotate(3deg) scale(1.03);
            transform: translateX(-50%) rotate(3deg) scale(1.03);
  }
}
@-webkit-keyframes waddamaFly {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  35% {
    -webkit-transform: translate(10px, -15px) rotate(3deg);
            transform: translate(10px, -15px) rotate(3deg);
  }
  70% {
    -webkit-transform: translate(20px, -5px) rotate(-2deg);
            transform: translate(20px, -5px) rotate(-2deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes waddamaFly {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  35% {
    -webkit-transform: translate(10px, -15px) rotate(3deg);
            transform: translate(10px, -15px) rotate(3deg);
  }
  70% {
    -webkit-transform: translate(20px, -5px) rotate(-2deg);
            transform: translate(20px, -5px) rotate(-2deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@-webkit-keyframes stemSway {
  0%, 100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
@keyframes stemSway {
  0%, 100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
@-webkit-keyframes cloud01Move {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
}
@keyframes cloud01Move {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
}
@-webkit-keyframes cloud02Move {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(12px);
            transform: translateX(12px);
  }
}
@keyframes cloud02Move {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(12px);
            transform: translateX(12px);
  }
}
@-webkit-keyframes galmegi01Fly {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
            transform: translate(0, 0) rotate(0deg) scale(1);
  }
  35% {
    -webkit-transform: translate(12px, -15px) rotate(4deg) scale(0.95);
            transform: translate(12px, -15px) rotate(4deg) scale(0.95);
  }
  70% {
    -webkit-transform: translate(25px, -5px) rotate(-2deg) scale(1.02);
            transform: translate(25px, -5px) rotate(-2deg) scale(1.02);
  }
}
@keyframes galmegi01Fly {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
            transform: translate(0, 0) rotate(0deg) scale(1);
  }
  35% {
    -webkit-transform: translate(12px, -15px) rotate(4deg) scale(0.95);
            transform: translate(12px, -15px) rotate(4deg) scale(0.95);
  }
  70% {
    -webkit-transform: translate(25px, -5px) rotate(-2deg) scale(1.02);
            transform: translate(25px, -5px) rotate(-2deg) scale(1.02);
  }
}
@-webkit-keyframes galmegi02Fly {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
            transform: translate(0, 0) rotate(0deg) scale(1);
  }
  40% {
    -webkit-transform: translate(-15px, -10px) rotate(-3deg) scale(1.05);
            transform: translate(-15px, -10px) rotate(-3deg) scale(1.05);
  }
  75% {
    -webkit-transform: translate(-5px, 5px) rotate(3deg) scale(0.98);
            transform: translate(-5px, 5px) rotate(3deg) scale(0.98);
  }
}
@keyframes galmegi02Fly {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
            transform: translate(0, 0) rotate(0deg) scale(1);
  }
  40% {
    -webkit-transform: translate(-15px, -10px) rotate(-3deg) scale(1.05);
            transform: translate(-15px, -10px) rotate(-3deg) scale(1.05);
  }
  75% {
    -webkit-transform: translate(-5px, 5px) rotate(3deg) scale(0.98);
            transform: translate(-5px, 5px) rotate(3deg) scale(0.98);
  }
}
@-webkit-keyframes noteFloat {
  0% {
    top: var(--start-top);
    opacity: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  15% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(-5px) rotate(5deg);
            transform: translateX(-5px) rotate(5deg);
  }
  85% {
    opacity: 1;
  }
  100% {
    top: var(--end-top);
    opacity: 0;
    -webkit-transform: translateX(5px) rotate(-5deg);
            transform: translateX(5px) rotate(-5deg);
  }
}
@keyframes noteFloat {
  0% {
    top: var(--start-top);
    opacity: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  15% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(-5px) rotate(5deg);
            transform: translateX(-5px) rotate(5deg);
  }
  85% {
    opacity: 1;
  }
  100% {
    top: var(--end-top);
    opacity: 0;
    -webkit-transform: translateX(5px) rotate(-5deg);
            transform: translateX(5px) rotate(-5deg);
  }
}
@-webkit-keyframes tailWag {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
}
@keyframes tailWag {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
}
@-webkit-keyframes curtainSwayLeft {
  0%, 100% {
    -webkit-transform: translateX(-39%) rotate(0deg);
            transform: translateX(-39%) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(-39%) rotate(3deg);
            transform: translateX(-39%) rotate(3deg);
  }
}
@keyframes curtainSwayLeft {
  0%, 100% {
    -webkit-transform: translateX(-39%) rotate(0deg);
            transform: translateX(-39%) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(-39%) rotate(3deg);
            transform: translateX(-39%) rotate(3deg);
  }
}
@-webkit-keyframes curtainSwayRight {
  0%, 100% {
    -webkit-transform: translateX(37%) rotate(0deg);
            transform: translateX(37%) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(37%) rotate(-3deg);
            transform: translateX(37%) rotate(-3deg);
  }
}
@keyframes curtainSwayRight {
  0%, 100% {
    -webkit-transform: translateX(37%) rotate(0deg);
            transform: translateX(37%) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(37%) rotate(-3deg);
            transform: translateX(37%) rotate(-3deg);
  }
}
/* ================================================================== */
/* Author : Design Geulggol
/* Date	: 2026-3-20
/* ================================================================== */
/* ----------------------------------------
* common
* ----------------------------------------*/
:root {
  --header-height: 100px;
}
@media (max-width: 1280px) {
  :root {
    --header-height: 80px;
  }
}
@media (max-width: 767px) {
  :root {
    --header-height: 68px;
  }
}
.opening-post {
  top: var(--header-height);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  padding: 1.78em 2.67em;
  background-color: var(--white);
  z-index: 101;
  text-align: center;
}
.opening-post span {
  display: block;
  white-space: nowrap;
}
.opening-post::before {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1;
  background: url("../images/default/plus.svg") no-repeat center/100% 100%;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 110;
}
@media (max-width: 767px) {
  .opening-post {
    padding: 1.4em 2em;
  }
  .opening-post::before {
    width: 16px;
  }
}
@media (max-width: 480px) {
  .opening-post {
    width: 90%;
    padding: 1.2em 1.6em;
    font-size: 1.4rem;
  }
  .opening-post span {
    display: inline;
    white-space: wrap;
  }
  .opening-post::before {
    width: 12px;
  }
}

.default-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.default-content .cont {
  border: 1px solid var(--black);
  border-width: 0 0 1px 0;
  padding: 2.22em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 25%;
  border-width: 1px 1px 0 0;
  aspect-ratio: 1/1;
}
.default-content .cont a {
  width: 100%;
  color: var(--black);
  text-decoration: none;
  display: block;
}
.default-content .cont a .cate {
  font-family: "Rebecca";
  font-size: clamp(2rem, 1.46vw, 2.8rem);
  margin-bottom: 1.14em;
}
.default-content .cont a h2 {
  font-size: clamp(2.2rem, 1.46vw, 2.8rem);
  font-weight: 500;
  word-break: keep-all;
  margin-bottom: 6px;
}
.default-content .cont a h2 span {
  font-size: 0.85em;
  display: block;
}
.default-content .cont a .writer {
  font-size: clamp(1.6rem, 1.2vw, 2rem);
}
.default-content .cont a .icon {
  width: 6.46vw;
  aspect-ratio: 1;
  position: absolute;
  top: 2.22em;
  right: 2.22em;
  margin-top: 10px;
}
.default-content .cont a .icon.icon01 {
  background: url("../images/default/icon01.svg") no-repeat center/100% 100%;
}
.default-content .cont a .icon.icon02 {
  width: 3.5vw;
  background: url("../images/default/icon02.svg") no-repeat center/100% 100%;
}
.default-content .cont a .icon.icon03 {
  background: url("../images/default/icon03.svg") no-repeat center/100% 100%;
}
.default-content .cont:nth-child(1) {
  border-top-width: 0;
  background: var(--theme01);
}
.default-content .cont:nth-child(2) {
  position: relative;
  border-top-width: 0;
  aspect-ratio: 1/1;
}
.default-content .cont:nth-child(2)::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/default/main_img01.jpg") no-repeat center/cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.default-content .cont:nth-child(3) {
  background: var(--theme02);
  border-top-width: 0;
}
.default-content .cont:nth-child(4) {
  background: var(--theme03);
  border-top-width: 0;
}
.default-content .cont:nth-child(5) {
  background: var(--theme02);
}
.default-content .cont:nth-child(6) {
  background: var(--theme03);
}
.default-content .cont:nth-child(7) {
  background: var(--theme01);
}
.default-content .cont:nth-child(8) {
  position: relative;
  aspect-ratio: 1/1;
}
.default-content .cont:nth-child(8)::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/default/main_img02.jpg") no-repeat center/cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.default-content .cont:nth-child(4n) {
  border-right-width: 0;
}
@media (max-width: 1280px) {
  .default-content .cont {
    padding: 1.78em;
  }
  .default-content .cont a .icon {
    top: 1.78em;
    right: 1.78em;
  }
}
@media (max-width: 960px) {
  .default-content .cont {
    width: 50%;
  }
  .default-content .cont a .icon {
    width: 12.92vw;
  }
  .default-content .cont:nth-child(2n) {
    border-right-width: 0;
  }
  .default-content .cont:nth-child(-n+4) {
    border-top-width: 1px;
  }
  .default-content .cont:nth-child(5) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    border-right-width: 0;
  }
  .default-content .cont:nth-child(6) {
    border-right-width: 1px;
  }
  .default-content .cont:nth-child(7) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
    border-right-width: 1px;
  }
  .default-content .cont:nth-child(8) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
    border-right-width: 0;
  }
}
@media (max-width: 480px) {
  .default-content .cont {
    width: 100%;
    aspect-ratio: auto;
    padding-block: 3.2em;
  }
  .default-content .cont:nth-child(n) {
    border-right-width: 0;
  }
  .default-content .cont a .icon {
    margin-left: auto;
    position: static;
    width: clamp(80px, 16.15vw, 124px);
  }
  .default-content .cont:nth-child(5) {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    border-right-width: 0;
  }
}
