/************************************************************************************/
/************************************* 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: 700px) {
  .main-visual-wrap {
    min-height: auto;
    aspect-ratio: 768/1416;
  }
}

.main-visual {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100vw;
  height: 100%;
  background: #fef2e8;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
  min-width: 100%;
  display: grid;
  grid-template-columns: 4.42708% 34.84375% 4.27083% 51.97917% auto;
  grid-template-rows: 7.68293% auto 7.68293%;
}
.main-visual div {
  pointer-events: none;
}
.main-visual div img {
  width: 100%;
}
.main-visual .section-left {
  background: url("../images/default/left_bg_color.jpg") no-repeat center center/100%;
  aspect-ratio: 669/693;
  grid-column: 2/3;
  grid-row: 2;
  overflow: hidden;
}
.main-visual .section-left div {
  position: absolute;
}
.main-visual .section-left .sun {
  width: 19.0583%;
  top: 30.44733%;
  left: 63.30344%;
  -webkit-animation: riseSun 20s linear infinite;
          animation: riseSun 20s linear infinite;
}
.main-visual .section-left .ship {
  width: 6.27803%;
  top: 41.12554%;
  left: 76.15845%;
  -webkit-animation: floatShip 6s ease-in-out infinite;
          animation: floatShip 6s ease-in-out infinite;
}
.main-visual .section-left .man {
  width: 81.01644%;
  bottom: 4.0404%;
  left: 14.72347%;
  -webkit-animation: floatMan 5s ease-in-out infinite;
          animation: floatMan 5s ease-in-out infinite;
}
.main-visual .section-left .galmegi {
  width: 5.68012%;
}
.main-visual .section-left .galmegi.galmegi01 {
  top: 13.70851%;
  left: 40.88191%;
  -webkit-animation: flyGalmegi01 10s ease-in-out infinite;
          animation: flyGalmegi01 10s ease-in-out infinite;
}
.main-visual .section-left .galmegi.galmegi02 {
  top: 21.64502%;
  left: 47.60837%;
  -webkit-animation: flyGalmegi02 6s ease-in-out infinite;
          animation: flyGalmegi02 6s ease-in-out infinite;
}
.main-visual .section-left .galmegi.galmegi03 {
  top: 26.69553%;
  left: 80.19432%;
  -webkit-animation: flyGalmegi03 4s ease-in-out infinite;
          animation: flyGalmegi03 4s ease-in-out infinite;
}
.main-visual .section-left .cloud01 {
  width: 15.62033%;
  top: 9.37951%;
  left: 16.06876%;
  -webkit-animation: floatCloud01 12s ease-in-out infinite;
          animation: floatCloud01 12s ease-in-out infinite;
}
.main-visual .section-left .cloud02 {
  width: 20.47833%;
  top: 4.9062%;
  left: 67.93722%;
  -webkit-animation: floatCloud02 16s ease-in-out infinite;
          animation: floatCloud02 16s ease-in-out infinite;
}
.main-visual .section-left .cloud03 {
  width: 9.3423%;
  top: 19.19192%;
  left: 83.03438%;
  -webkit-animation: floatCloud03 14s ease-in-out infinite;
          animation: floatCloud03 14s ease-in-out infinite;
}
.main-visual .section-left .seaweeds01 {
  width: 20.17937%;
  top: 68.54257%;
  left: -5%;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-animation: swaySeaweed01 5s ease-in-out infinite;
          animation: swaySeaweed01 5s ease-in-out infinite;
}
.main-visual .section-left .seaweeds02 {
  width: 14.2003%;
  top: 82.68398%;
  left: 1.86846%;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-animation: swaySeaweed02 7s ease-in-out infinite;
          animation: swaySeaweed02 7s ease-in-out infinite;
}
.main-visual .section-left .seaweeds03 {
  width: 11.06129%;
  top: 90.04329%;
  left: 13.82661%;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-animation: swaySeaweed03 6s ease-in-out infinite;
          animation: swaySeaweed03 6s ease-in-out infinite;
}
.main-visual .section-left .bg {
  width: 100%;
}
.main-visual .section-right {
  aspect-ratio: 998/693;
  grid-column: 4/5;
  grid-row: 2;
  display: grid;
  grid-template-columns: 47.09419% auto 47.09419%;
  grid-template-rows: 49.20635% 4.329% 46.46465%;
}
.main-visual .section-right .section-right-top {
  background: #ffdacc url("../images/default/right_top_bg.jpg") no-repeat center center/100%;
  grid-column: 1/4;
  grid-row: 1;
  overflow: hidden;
}
.main-visual .section-right .section-right-top div {
  position: absolute;
}
.main-visual .section-right .section-right-top .nana_felix {
  width: 15.08016%;
  top: 4.10557%;
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
}
.main-visual .section-right .section-right-top .nana_felix.nana_felix01 {
  left: 9.31864%;
  -webkit-animation: slideUpDown 10s ease-in-out infinite;
          animation: slideUpDown 10s ease-in-out infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.main-visual .section-right .section-right-top .nana_felix.nana_felix02 {
  left: 25.2505%;
  -webkit-animation: slideUpDown 10s ease-in-out infinite;
          animation: slideUpDown 10s ease-in-out infinite;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.main-visual .section-right .section-right-top .nana_felix.nana_felix03 {
  left: 41.28257%;
  -webkit-animation: slideUpDown 10s ease-in-out infinite;
          animation: slideUpDown 10s ease-in-out infinite;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.main-visual .section-right .section-right-top .nana_felix.nana_felix04 {
  left: 57.26453%;
  -webkit-animation: slideUpDown 10s ease-in-out infinite;
          animation: slideUpDown 10s ease-in-out infinite;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.main-visual .section-right .section-right-top .nana_felix.nana_felix05 {
  left: 73.29659%;
  -webkit-animation: slideUpDown 10s ease-in-out infinite;
          animation: slideUpDown 10s ease-in-out infinite;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.main-visual .section-right .section-right-top .pot {
  width: 9.01804%;
  top: 45.45455%;
  right: 1.2024%;
}
.main-visual .section-right .section-right-bottom-left {
  background: #efe6f0 url("../images/default/right_bottom_left_bg.jpg") no-repeat center center/100%;
  aspect-ratio: 470/322;
  grid-column: 1/2;
  grid-row: 3;
  overflow: hidden;
}
.main-visual .section-right .section-right-bottom-left div {
  position: absolute;
}
.main-visual .section-right .section-right-bottom-left .plant {
  width: 34.68085%;
  top: 59.33735%;
  left: 19.3617%;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-animation: swayPlant 4s ease-in-out infinite;
          animation: swayPlant 4s ease-in-out infinite;
}
.main-visual .section-right .section-right-bottom-left .ice {
  width: 29.78723%;
  top: 48.19277%;
  left: 66.59574%;
}
.main-visual .section-right .section-right-bottom-right {
  background: #ffdacc;
  aspect-ratio: 470/322;
  grid-column: 3/4;
  grid-row: 3;
  overflow: hidden;
}
.main-visual .section-right .section-right-bottom-right div {
  position: absolute;
}
.main-visual .section-right .section-right-bottom-right .txt {
  width: 4.46809%;
  top: 17.3913%;
  left: 8.7234%;
}
.main-visual .section-right .section-right-bottom-right .img-left {
  width: 30.85106%;
  top: 6.21118%;
  left: 20.42553%;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-animation: kissLeft 4s ease-in-out infinite;
          animation: kissLeft 4s ease-in-out infinite;
}
.main-visual .section-right .section-right-bottom-right .img-right {
  width: 33.93617%;
  top: 6.21118%;
  left: 49.46809%;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-animation: kissRight 4s ease-in-out infinite;
          animation: kissRight 4s ease-in-out infinite;
}
.main-visual .section-right .section-right-bottom-right .optimism {
  width: 4.89362%;
  top: 81.0559%;
  left: 86.38298%;
}
.main-visual .grain-bg {
  width: 100%;
  height: 100%;
  background: url("../images/default/bg_grain.png");
  position: absolute;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 700px) {
  .main-visual {
    grid-template-columns: 4.94792% 90.10417% auto;
    grid-template-rows: 11.01695% 42.93785% 2.42424% 2.25989% 39.54802% auto;
  }
  .main-visual .section-left {
    aspect-ratio: 692/608;
    grid-column: 2/3;
    grid-row: 2;
  }
  .main-visual .section-left .man {
    width: 63.15029%;
    top: 50.82237%;
    left: 25.14451%;
  }
  .main-visual .section-left .ship {
    top: 46.05263%;
  }
  .main-visual .section-right {
    aspect-ratio: 692/560;
    grid-column: 2/3;
    grid-row: 4;
  }
  .main-visual .section-right .section-right-top .nana_felix {
    top: 11.27273%;
  }
  .main-visual .section-right .section-right-bottom-left {
    aspect-ratio: 334/270;
  }
  .main-visual .section-right .section-right-bottom-right {
    aspect-ratio: 328/270;
  }
  .main-visual .section-right .section-right-bottom-right .img-left {
    -webkit-animation-name: kissLeft-mobile;
            animation-name: kissLeft-mobile;
  }
  .main-visual .section-right .section-right-bottom-right .img-right {
    -webkit-animation-name: kissRight-mobile;
            animation-name: kissRight-mobile;
  }
}
@media screen and (max-width: 480px) {
  .main-visual .section-right .section-right-bottom-right .img-left {
    -webkit-animation-name: kissLeft-mobile2;
            animation-name: kissLeft-mobile2;
  }
  .main-visual .section-right .section-right-bottom-right .img-right {
    -webkit-animation-name: kissRight-mobile2;
            animation-name: kissRight-mobile2;
  }
}

@-webkit-keyframes floatCloud01 {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(15px, -4px);
            transform: translate(15px, -4px);
  }
}

@keyframes floatCloud01 {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(15px, -4px);
            transform: translate(15px, -4px);
  }
}
@-webkit-keyframes floatCloud02 {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-20px, 6px);
            transform: translate(-20px, 6px);
  }
}
@keyframes floatCloud02 {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-20px, 6px);
            transform: translate(-20px, 6px);
  }
}
@-webkit-keyframes floatCloud03 {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(10px, -5px);
            transform: translate(10px, -5px);
  }
}
@keyframes floatCloud03 {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(10px, -5px);
            transform: translate(10px, -5px);
  }
}
@-webkit-keyframes flyGalmegi01 {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(-25px, -15px) rotate(-6deg);
            transform: translate(-25px, -15px) rotate(-6deg);
  }
}
@keyframes flyGalmegi01 {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(-25px, -15px) rotate(-6deg);
            transform: translate(-25px, -15px) rotate(-6deg);
  }
}
@-webkit-keyframes flyGalmegi02 {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(20px, 15px) rotate(8deg);
            transform: translate(20px, 15px) rotate(8deg);
  }
}
@keyframes flyGalmegi02 {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(20px, 15px) rotate(8deg);
            transform: translate(20px, 15px) rotate(8deg);
  }
}
@-webkit-keyframes flyGalmegi03 {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(-8px, -20px) rotate(-3deg);
            transform: translate(-8px, -20px) rotate(-3deg);
  }
}
@keyframes flyGalmegi03 {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(-8px, -20px) rotate(-3deg);
            transform: translate(-8px, -20px) rotate(-3deg);
  }
}
@-webkit-keyframes riseSun {
  0% {
    -webkit-transform: translate(200px, 150px);
            transform: translate(200px, 150px);
  }
  25% {
    -webkit-transform: translate(60px, -15px);
            transform: translate(60px, -15px);
  }
  50% {
    -webkit-transform: translate(-80px, -70px);
            transform: translate(-80px, -70px);
  }
  75% {
    -webkit-transform: translate(-220px, -15px);
            transform: translate(-220px, -15px);
  }
  100% {
    -webkit-transform: translate(-360px, 150px);
            transform: translate(-360px, 150px);
  }
}
@keyframes riseSun {
  0% {
    -webkit-transform: translate(200px, 150px);
            transform: translate(200px, 150px);
  }
  25% {
    -webkit-transform: translate(60px, -15px);
            transform: translate(60px, -15px);
  }
  50% {
    -webkit-transform: translate(-80px, -70px);
            transform: translate(-80px, -70px);
  }
  75% {
    -webkit-transform: translate(-220px, -15px);
            transform: translate(-220px, -15px);
  }
  100% {
    -webkit-transform: translate(-360px, 150px);
            transform: translate(-360px, 150px);
  }
}
@-webkit-keyframes floatShip {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(3px) rotate(-1.5deg);
            transform: translateY(3px) rotate(-1.5deg);
  }
}
@keyframes floatShip {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(3px) rotate(-1.5deg);
            transform: translateY(3px) rotate(-1.5deg);
  }
}
@-webkit-keyframes floatMan {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-5px) rotate(1deg);
            transform: translateY(-5px) rotate(1deg);
  }
}
@keyframes floatMan {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-5px) rotate(1deg);
            transform: translateY(-5px) rotate(1deg);
  }
}
@-webkit-keyframes swaySeaweed01 {
  0%, 100% {
    -webkit-transform: rotate(0deg) skewX(0deg);
            transform: rotate(0deg) skewX(0deg);
  }
  50% {
    -webkit-transform: rotate(4deg) skewX(2deg);
            transform: rotate(4deg) skewX(2deg);
  }
}
@keyframes swaySeaweed01 {
  0%, 100% {
    -webkit-transform: rotate(0deg) skewX(0deg);
            transform: rotate(0deg) skewX(0deg);
  }
  50% {
    -webkit-transform: rotate(4deg) skewX(2deg);
            transform: rotate(4deg) skewX(2deg);
  }
}
@-webkit-keyframes swaySeaweed02 {
  0%, 100% {
    -webkit-transform: rotate(0deg) skewX(0deg);
            transform: rotate(0deg) skewX(0deg);
  }
  50% {
    -webkit-transform: rotate(-3deg) skewX(-1.5deg);
            transform: rotate(-3deg) skewX(-1.5deg);
  }
}
@keyframes swaySeaweed02 {
  0%, 100% {
    -webkit-transform: rotate(0deg) skewX(0deg);
            transform: rotate(0deg) skewX(0deg);
  }
  50% {
    -webkit-transform: rotate(-3deg) skewX(-1.5deg);
            transform: rotate(-3deg) skewX(-1.5deg);
  }
}
@-webkit-keyframes swaySeaweed03 {
  0%, 100% {
    -webkit-transform: rotate(0deg) skewX(0deg);
            transform: rotate(0deg) skewX(0deg);
  }
  50% {
    -webkit-transform: rotate(5deg) skewX(1deg);
            transform: rotate(5deg) skewX(1deg);
  }
}
@keyframes swaySeaweed03 {
  0%, 100% {
    -webkit-transform: rotate(0deg) skewX(0deg);
            transform: rotate(0deg) skewX(0deg);
  }
  50% {
    -webkit-transform: rotate(5deg) skewX(1deg);
            transform: rotate(5deg) skewX(1deg);
  }
}
@-webkit-keyframes swayPlant {
  0%, 100% {
    -webkit-transform: rotate(0deg) skewX(0deg);
            transform: rotate(0deg) skewX(0deg);
  }
  50% {
    -webkit-transform: rotate(3deg) skewX(1.5deg);
            transform: rotate(3deg) skewX(1.5deg);
  }
}
@keyframes swayPlant {
  0%, 100% {
    -webkit-transform: rotate(0deg) skewX(0deg);
            transform: rotate(0deg) skewX(0deg);
  }
  50% {
    -webkit-transform: rotate(3deg) skewX(1.5deg);
            transform: rotate(3deg) skewX(1.5deg);
  }
}
@-webkit-keyframes kissLeft {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  40%, 60% {
    -webkit-transform: translate(6px, 0px) rotate(1.5deg);
            transform: translate(6px, 0px) rotate(1.5deg);
  }
}
@keyframes kissLeft {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  40%, 60% {
    -webkit-transform: translate(6px, 0px) rotate(1.5deg);
            transform: translate(6px, 0px) rotate(1.5deg);
  }
}
@-webkit-keyframes kissRight {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  40%, 60% {
    -webkit-transform: translate(-6px, 0px) rotate(-1.5deg);
            transform: translate(-6px, 0px) rotate(-1.5deg);
  }
}
@keyframes kissRight {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  40%, 60% {
    -webkit-transform: translate(-6px, 0px) rotate(-1.5deg);
            transform: translate(-6px, 0px) rotate(-1.5deg);
  }
}
@-webkit-keyframes slideUpDown {
  0% {
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%);
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  85% {
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%);
  }
  100% {
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%);
  }
}
@keyframes slideUpDown {
  0% {
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%);
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  85% {
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%);
  }
  100% {
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%);
  }
}
@-webkit-keyframes kissLeft-mobile {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  40%, 60% {
    -webkit-transform: translate(3px, 0px) rotate(1deg);
            transform: translate(3px, 0px) rotate(1deg);
  }
}
@keyframes kissLeft-mobile {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  40%, 60% {
    -webkit-transform: translate(3px, 0px) rotate(1deg);
            transform: translate(3px, 0px) rotate(1deg);
  }
}
@-webkit-keyframes kissRight-mobile {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  40%, 60% {
    -webkit-transform: translate(-3px, 0px) rotate(-1deg);
            transform: translate(-3px, 0px) rotate(-1deg);
  }
}
@keyframes kissRight-mobile {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  40%, 60% {
    -webkit-transform: translate(-3px, 0px) rotate(-1deg);
            transform: translate(-3px, 0px) rotate(-1deg);
  }
}
@-webkit-keyframes kissLeft-mobile2 {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  40%, 60% {
    -webkit-transform: translate(2px, 0px) rotate(0.8deg);
            transform: translate(2px, 0px) rotate(0.8deg);
  }
}
@keyframes kissLeft-mobile2 {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  40%, 60% {
    -webkit-transform: translate(2px, 0px) rotate(0.8deg);
            transform: translate(2px, 0px) rotate(0.8deg);
  }
}
@-webkit-keyframes kissRight-mobile2 {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  40%, 60% {
    -webkit-transform: translate(-2px, 0px) rotate(-0.8deg);
            transform: translate(-2px, 0px) rotate(-0.8deg);
  }
}
@keyframes kissRight-mobile2 {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  40%, 60% {
    -webkit-transform: translate(-2px, 0px) rotate(-0.8deg);
            transform: translate(-2px, 0px) rotate(-0.8deg);
  }
}
/* ================================================================== */
/* 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/70% 70%;
}
.default-content .cont a .icon.icon02 {
  width: 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/90% 90%;
}
.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;
  }
}
