@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Arya:wght@400;700&display=swap");
@import url(//fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
@import url("normalize.css");

@font-face {
  font-family: "PyeongChangPeace-Bold";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2206-02@1.0/PyeongChangPeace-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "NanumSquareNeo-Variable";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/NanumSquareNeo-Variable.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CWDangamAsac-Bold";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/CWDangamAsac-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "양진체";
  src: url("https://cdn.jsdelivr.net/gh/supernovice-lab/font@0.9/yangjin.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SeoulNamsanM";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/SeoulNamsanM.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SEBANG-Gothic";
  src: url("../font/SEBANG Gothic.woff2") format("woff2"), url("../font/SEBANG Gothic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "SEBANG-Gothic";
  src: url("../font/SEBANG Gothic Bold.woff2") format("woff2"), url("../font/SEBANG Gothic Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

* {
  font-family: "NanumSquareNeo-Variable", sans-serif;
  letter-spacing: -0.5px;
}

.gnb {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: transparent;
  -webkit-clip-path: circle(120px at right 0px);
  clip-path: circle(120px at right 0px);
  transition: all 0.5s;
  z-index: 101;
}

.gnb .gnb_top {
  padding: var(--page-border);
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.gnb.on .gnb_top {
  background-color: var(--main-color-soft);
  transition: background-color .25s;
  transition-delay: 0.5s;
}

.gnb .gnb_core {
  font-size: 18px;
}

.gnb .gnb_core .gnb_core_depth01 {
  padding: 40px var(--page-border);
}

.gnb .gnb_core .gnb_core_depth02 li {
  margin-bottom: 30px;
}

.gnb .gnb_core .gnb_core_depth02 li:last-of-type {
  margin-bottom: 0;
}

.gnb .gnb_core .gnb_core_depth02 a {
  display: flex;
  flex-direction: column;
  color: #000;
}

.gnb .gnb_core .gnb_core_depth02 .gnb_category {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.gnb .gnb_core .gnb_core_depth02 .gnb_title {
  font-weight: 300;
  letter-spacing: -1px;
  word-break: keep-all;
  line-height: 1.5;
}

.gnb .gnb_core .gnb_category h3 {
  padding: var(--page-border);
  font-size: 32px;
  color: var(--main-color);
}

.gnb .gnb_core .gnb_category .line {
  width: 100%;
  height: 4px;
  background-color: var(--main-color);
}

.gnb__logo-box {
  display: none;
}

.gnb.on .gnb__logo-box {
  display: flex;
  align-items: center;
}

.gnb__logo-box .vol_img {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-left: 10px;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}

.gnb__logo-box .vol_img span {
  font-size: 11px;
  font-weight: 300;
  color: #fff;
}

.gnb__logo-box .vol_img b {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

.gnb__logo-box h1 {
  font-size: 0;
}

.gnb__logo-box p {
  margin-left: 10px;
}

.gnb__logo-box p span {
  display: block;
}

.gnb__logo-box p span:nth-of-type(2) {
  font-weight: bold;
}

.gnb::-webkit-scrollbar {
  display: none;
}

.gnb__btn-contain {
  /* position: absolute;
  top: 80px;
  right: 180px; */
  display: none;
  /* opacity: 0;
  transition: all 1s; */
}

.gnb__btn-contain a {
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  border: 1px solid #333;
  font-size: 14px;
  color: #333;
  border-radius: 20vw;
  margin-right: 5px;
}

.gnb__btn-contain a img {
  margin-right: 5px;
  width: auto;
  height: 0.9em;
}

.gnb.on {
  background-color: var(--main-color-soft) !important;
  -webkit-clip-path: circle(150% at right 0px);
  clip-path: circle(150% at right 0px);
  overflow: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
}

.gnb.on .gnb__btn {
  top: 80px;
  right: 100px;
  width: auto;
  height: auto;
  position: static;
  line-height: 1;
  text-align: right;
  box-sizing: border-box;
  padding-right: 0;
  background-color: transparent;
}

.gnb.on .gnb__btn span {
  display: none;
}

.gnb.on .gnb__btn span:nth-of-type(1) {
  display: none;
}

.gnb.on .gnb__btn span:nth-of-type(2) {
  display: inline;
}

.gnb.on .gnb__dep1>li {
  opacity: 1;
  transform: translateY(0);
}

.gnb.on .gnb__btn-contain {
  opacity: 1;
  margin-bottom: 50px;
  display: flex;
  gap: 10px;
}

.gnb__btn {
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  line-height: 100px;
  text-align: right;
  box-sizing: border-box;
  padding-right: 25px;
  background-color: var(--main-color);
  border-bottom-left-radius: 100%;
}

.gnb__btn span {
  display: none;
}

.gnb__btn span:nth-of-type(1) {
  display: inline;
}

.gnb__inner {
  max-width: 1500px;
  margin: 0px auto;
  box-sizing: border-box;
  padding: 0px 30px;
}

.gnb__dep1 {
  display: flex;
  justify-content: space-between;
  /* padding-top: 220px; */
}

.gnb__dep1>li {
  transition: all 0.5s;
  opacity: 0;
  transform: translateY(10%);
  padding-left: 20px;
}

.gnb__dep1>li>img {
  display: block;
  margin-bottom: 30px;
}

.gnb__dep1>li:nth-of-type(1) {
  transition-delay: 0.2s;
}

.gnb__dep1>li:nth-of-type(2) {
  transition-delay: 0.4s;
}

.gnb__dep1>li:nth-of-type(3) {
  transition-delay: 0.6s;
}

.gnb__dep1>li:nth-of-type(4) {
  transition-delay: 0.8s;
}

.gnb__title {
  color: #333;
  font-size: 30px;
  margin-bottom: 15px;
  padding-left: 10px;
}

.gnb__dep2>li {
  padding-left: 10px;
  margin-bottom: 15px;
}

.gnb__dep2>li>a {
  font-size: 16px;
}

.gnb__dep2>li:last-child {
  margin-bottom: 0;
}

.gnb__dep2>li>a {
  color: #333;
  font-size: 18px;
}

/* small pc */
@media screen and (max-width: 1400px) {
  .gnb__dep1>li>img {
    max-width: 250px;
  }
}

/* tablet */
@media screen and (max-width: 1179px) {
  .tablet {
    display: none !important;
  }

  .gnb__logo-box img {
    width: 150px;
  }

  .gnb__logo-box p {
    font-size: 14px;
    margin-left: 10px;
  }

  .gnb__btn-contain {
    /* top: 120px;
    right: auto;
    left: 20px; */
    padding: var(--page-border);
    display: block;
  }

  .gnb__btn-contain a {
    padding: 10px 20px;
    font-size: 18px;
    margin-right: 5px;
  }

  .gnb.on .gnb__btn {
    top: 40px;
    right: 30px;
  }

  .gnb.on .gnb__btn span:nth-of-type(2) img {
    width: 30px;
  }

  .gnb__btn {
    width: 120px;
    height: 120px;
    line-height: 100px;
    padding-right: 25px;
  }

  .gnb__inner {
    box-sizing: border-box;
    padding: 0px 30px;
  }

  .gnb__dep1 {
    justify-content: space-between;
    /* padding-top: 200px; */
    flex-wrap: wrap;
  }

  .gnb__dep1>li {
    width: 50%;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding-left: 9%;
  }

  .gnb__dep1>li>img {
    max-width: 230px;
    margin-bottom: 20px;
  }

  .gnb__title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .gnb__dep2>li {
    margin-bottom: 10px;
  }

  .gnb__dep2>li>a {
    color: #333;
    font-size: 16px;
  }
}

/* c.p */
@media screen and (max-width: 580px) {

  .gnb {
    -webkit-clip-path: circle(80px at right 0px);
    clip-path: circle(80px at right 0px);
  }

  .gnb__logo-box {
    top: 20px;
    left: 20px;
  }

  /* .gnb__logo-box img {
    width: 90px;
  } */

  .gnb__logo-box p {
    font-size: 10px;
    margin-left: 10px;
    position: relative;
    top: 3px;
  }

  .gnb__btn-contain {
    top: 85px;
    right: auto;
    left: 20px;
  }

  .gnb__btn-contain {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    box-sizing: border-box;
  }

  .gnb__btn-contain a {
    width: 100%;
    flex: 1;
    margin-right: 5px;
    box-sizing: border-box;
  }

  .gnb.on .gnb__btn {
    top: 20px;
    right: 20px;
  }

  .gnb.on .gnb__btn span:nth-of-type(2) img {
    width: 25px;
  }

  .gnb__btn {
    width: 80px;
    height: 80px;
    line-height: 75px;
    padding-right: 15px;
  }

  .gnb__btn span:nth-of-type(1) img {
    width: 30px;
  }

  .gnb__inner {
    padding: 0px 20px;
  }

  .gnb__dep1 {
    justify-content: space-between;
    padding-top: 150px;
    flex-wrap: wrap;
  }

  .gnb__dep1>li {
    width: 47%;
    margin-bottom: 30px;
    margin-right: 6%;
    padding-left: 0;
  }

  .gnb__dep1>li:nth-of-type(2n) {
    margin-right: 0;
  }

  .gnb__dep1>li>img {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .gnb__title {
    font-size: 20px;
    margin-bottom: 15px;
    padding-left: 10px;
  }

  .gnb__dep2>li {
    padding-left: 10px;
    margin-bottom: 15px;
  }

  .gnb__dep2>li>a {
    color: #333;
    font-size: 16px;
  }
}

.section02 {
  display: flex;
  align-items: center;
  height: 100vh;
  box-sizing: border-box;
  padding: 80px 0px;
  background-color: #57c099;
}

.section02-more {
  display: none;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding-top: 20px;
}

.section02-more a {
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
}

.section02-more a img {
  max-width: 50px;
}

.section02.on .section02__title {
  opacity: 1;
  transform: translateY(0);
}

.section02.on .section02-slide {
  opacity: 1;
  transform: translateY(0);
}

.section02__inner {
  width: 100%;
  box-sizing: border-box;
  padding: 0px 30px;
}

.section02__title {
  text-align: center;
  transform: translateY(30%);
  opacity: 0;
  transition: all 0.5s;
  margin-bottom: 50px;
}

.section02__title h4 {
  padding-top: 10px;
  font-family: "CWDangamAsac-Bold";
  font-size: 60px;
  color: #fff;
  letter-spacing: -1px;
  font-weight: normal;
}

.section02__title h4 span {
  font-family: "CWDangamAsac-Bold";
  color: #fff2d5;
}

.section02-slide {
  display: block;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  opacity: 0;
  transform: translateY(10%);
  transition: all 0.5s;
  transition-delay: 0.3s;
}

.section02-slide__container {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  padding-bottom: 30px;
}

.section02-slide__text-box {
  width: 100%;
  height: 50%;
  box-sizing: border-box;
  padding: 30px 30px 0px 30px;
  position: relative;
}

.section02-slide__text-box>span {
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  background-color: #7257c0;
  border-radius: 10px;
  font-size: 16px;
  margin-bottom: 20px;
}

.section02-slide__text-box>h5 {
  font-weight: normal;
  line-height: 1.3;
  font-size: 22px;
  color: #333;
  word-break: keep-all;
}

.section02-slide__text-box>h5 span {
  font-size: 18px;
  display: block;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}

.section02-slide__text-box>h5 small {
  display: block;
  padding-top: 5px;
}

.section02-slide__text-box i {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #333;
  font-size: 25px;
}

.section02-slide__img-box {
  width: 100%;
  height: 50%;
  box-sizing: border-box;
  overflow: hidden;
}

.section02-slide__img {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.section02-slide__img img {
  width: 100%;
}

.section02-slide .section02-slide__wrapper {
  width: 100%;
}

.section02-slide .section02-slide__slide {
  height: 450px;
  box-sizing: border-box;
  opacity: 0.4;
  transform: translateY(5%);
  transition: all 0.5s;
  padding: 10px;
}

.section02-slide .section02-slide__slide>a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}

.section02-slide .section02-slide__slide>a:hover {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}

.section02-slide .section02-slide__slide.swiper-slide-active {
  opacity: 1;
  transform: translateY(0%);
}

.section02-slide .section02-slide__slide.swiper-slide-next {
  opacity: 1;
  transform: translateY(0%);
}

.section02-slide .section02-slide__slide.swiper-slide-prev {
  opacity: 1;
  transform: translateY(0%);
}

.section02-slide .section02-slide__prev {
  position: absolute;
  bottom: -67px;
  left: calc(50% - 100px);
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  cursor: pointer;
  border-radius: 25px;
  text-align: center;
  line-height: 52px;
  opacity: 0.6;
}

.section02-slide .section02-slide__prev:hover {
  opacity: 1;
}

.section02-slide .section02-slide__prev i {
  color: #fff;
  font-size: 20px;
}

.section02-slide .section02-slide__next {
  position: absolute;
  bottom: -67px;
  right: calc(50% - 100px);
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  cursor: pointer;
  border-radius: 25px;
  text-align: center;
  line-height: 52px;
  opacity: 0.6;
}

.section02-slide .section02-slide__next:hover {
  opacity: 1;
}

.section02-slide .section02-slide__next i {
  color: #fff;
  font-size: 20px;
}

.section02-slide .section02-slide__pagination {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.section01 {
  width: 100%;
  height: 100vh;
  padding: 50px 0px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #FDEAE3;
  /* background-position: top -50px center; */
  /*background-image: url(../img/section01_bg.jpg);*/
}

.section01 .snow {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-image: url("https://cdn.discordapp.com/attachments/744182992037216260/990023034524033105/snow1.png"), url("https://cdn.discordapp.com/attachments/744182992037216260/990023034758922250/snow2.png"), url("https://cdn.discordapp.com/attachments/744182992037216260/990023034951827556/snow3.png");
  animation: snow 20s linear infinite;
}

.section01 .left-bottom-img {
  position: absolute;
  bottom: 20px;
  left: 0;
  opacity: 0;
  transform: translateY(10%);
  transition: all 0.5s;
  transition-delay: 0.4s;
  width: 100%;
}

.section01 .left-bottom-img.on {
  opacity: 1;
  transform: translateY(0%);
}

.section01 .left-bottom-img.ani01 {
  transition-delay: 1s;
  animation: bounce02 1s linear 1s infinite alternate;
}

/* .section01 .left-bottom-img.ani02 {
    transition-delay: 1s;
    animation: bounce02 1s linear 1s infinite alternate
} */

.section01__inner {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0px 30px;
  display: flex;
  justify-content: start;
}

.section01__left {
  width: 40%;
  margin-left: 5%;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}

.section01__logo-box {
  display: flex;
  align-items: flex-end;
  margin-bottom: 80px;
  position: relative;
  z-index: 9;
}

.section01__logo-box h1 {
  font-size: 0;
}

.section01__logo-box p {
  margin-left: 10px;
}

.section01__logo-box p span {
  display: block;
}

.section01__logo-box p span:nth-of-type(2) {
  font-weight: bold;
}

.section01__title {
  font-family: "PyeongChangPeace-Bold";
  font-weight: 700;
  color: #bc3c40;
  font-size: 70px;
  opacity: 0;
  transform: translateY(15%);
  transition: all 1s;
  transition-delay: 0.6s;
  position: relative;
  z-index: 9;
}

.section01__title.on {
  opacity: 1;
  transform: translateY(0%);
}

.section01__img-box {
  margin-top: 0px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  transition: all 0.5s;
}

.section01__img-box.on img {
  opacity: 1;
  transform: translateY(0%);
}

.section01__img-box img {
  transition: all 0.5s;
  opacity: 0;
  transform: translateY(15%);
}

.section01__img-box .ob1 {
  position: absolute;
  top: 50%;
  left: 0%;
  transition-delay: 1s;
  animation: bounce02 1s linear 1s infinite alternate;
}

.section01__img-box .ob2 {
  position: absolute;
  top: 80%;
  left: 0;
  width: 15%;
  transition-delay: 0.5s;
}

.section01__img-box .ob3 {
  position: absolute;
  top: 50%;
  right: 25%;
  width: 15%;
  transition-delay: 0.6s;
  animation: mainob 1s linear 1s infinite alternate;
}

.section01__right {
  width: 55%;
  box-sizing: border-box;
  margin-top: 60px;
}

.section01__right-inner {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.section01 .section01-slide {
  display: block;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  opacity: 0;
  transform: translateY(10%);
  transition: all 0.5s 1s;
}

.section01 .section01-slide.on {
  transform: translateY(0);
  opacity: 1;
}

.section01 .section01-slide__container {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  padding: 20px 0px 20px 20px;
}

.section01 .section01-slide__wrapper {
  width: 100%;
}

.section01 .section01-slide__slide {
  width: 100%;
  height: 500px;
  box-sizing: border-box;
  border: 1px solid #aaa;
  transition: all 0.5s;
  filter: grayscale(100%);
  opacity: 0.7;
}

.section01 .swiper-slide-active {
  background-color: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  filter: grayscale(0%);
  opacity: 1;
}

.section01 .section01-slide__slide>a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.section01__caption {
  width: 100%;
  height: 60%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 0;
  overflow: hidden;
}

.section01__caption img {
  width: 100%;
  max-width: 100%;
}

.section01__text {
  width: 100%;
  height: 40%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 20px;
  background-color: #fff;
}

.section01__text p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  color: #222;
}

.section01__text span {
  display: inline-block;
  font-size: 18px;
  color: #da6039;
  margin-bottom: 10px;
}

.section01__text span>span {
  display: block;
  width: 70px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #801fa2;
  color: #fff;
  font-size: 16px;
  margin-bottom: 5px;
}

.section01 .section01-slide__prev {
  position: absolute;
  top: -80px;
  right: calc(48% - 50px);
  width: 50px;
  height: 50px;
  border: 1px solid #aaa;
  cursor: pointer;
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
}

.section01 .section01-slide__prev:hover {
  background-color: #fff;
}

.section01 .section01-slide__next {
  position: absolute;
  top: -80px;
  right: calc(48% - 110px);
  width: 50px;
  height: 50px;
  border: 1px solid #aaa;
  cursor: pointer;
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
}

.section01 .section01-slide__next:hover {
  background-color: #fff;
}


.snowflake {
  color: #fff;
  font-size: 1em;
  font-family: Arial;
  text-shadow: 0 0 1px #000;
}

@-webkit-keyframes snowflakes-fall {
  0% {
    top: -10%
  }

  100% {
    top: 100%
  }
}

@-webkit-keyframes snowflakes-shake {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
  }

  50% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px)
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
  }
}

@keyframes snowflakes-fall {
  0% {
    top: -10%
  }

  100% {
    top: 100%
  }
}

@keyframes snowflakes-shake {
  0% {
    transform: translateX(0px)
  }

  50% {
    transform: translateX(80px)
  }

  100% {
    transform: translateX(0px)
  }
}

.snowflake {
  position: absolute;
  top: -10%;

  z-index: 9;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-animation-name: snowflakes-fall, snowflakes-shake;
  -webkit-animation-duration: 10s, 3s;
  -webkit-animation-timing-function: linear, ease-in-out;
  -webkit-animation-iteration-count: infinite, infinite;
  -webkit-animation-play-state: running, running;
  animation-name: snowflakes-fall, snowflakes-shake;
  animation-duration: 10s, 3s;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: infinite, infinite;
  animation-play-state: running, running
}

.snowflake:nth-child(odd) {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
}

.snowflake:nth-child(even) {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.snowflake:nth-of-type(1) {
  left: 10%;
  -webkit-animation-delay: 1s, 1s;
  animation-delay: 1s, 1s;
}

.snowflake:nth-of-type(2) {
  left: 20%;
  -webkit-animation-delay: 6s, .5s;
  animation-delay: 6s, .5s
}

.snowflake:nth-of-type(3) {
  left: 30%;
  -webkit-animation-delay: 4s, 2s;
  animation-delay: 4s, 2s
}

.snowflake:nth-of-type(4) {
  left: 40%;
  -webkit-animation-delay: 2s, 2s;
  animation-delay: 2s, 2s
}

.snowflake:nth-of-type(5) {
  left: 50%;
  -webkit-animation-delay: 8s, 3s;
  animation-delay: 8s, 3s
}

.snowflake:nth-of-type(6) {
  left: 60%;
  -webkit-animation-delay: 6s, 2s;
  animation-delay: 6s, 2s
}

.snowflake:nth-of-type(7) {
  left: 70%;
  -webkit-animation-delay: 2.5s, 1s;
  animation-delay: 2.5s, 1s
}

.snowflake:nth-of-type(8) {
  left: 80%;
  -webkit-animation-delay: 1s, 0s;
  animation-delay: 1s, 0s
}

.snowflake:nth-of-type(9) {
  left: 90%;
  -webkit-animation-delay: 3s, 1.5s;
  animation-delay: 3s, 1.5s
}

@keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }

  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px;
  }
}

@keyframes mainob {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

@keyframes mainob02 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(2deg);
  }
}

@keyframes lighting {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateY(-5px);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translateY(5px);
  }
}

@keyframes bounce02 {
  0% {
    transform: translateY(0px);
  }

  14.2% {
    transform: translateY(-35px);
  }

  28.5% {
    transform: translateY(-60px);
  }

  42.8% {
    transform: translateY(-75px);
  }

  57.1% {
    transform: translateY(-80px);
  }

  71.4% {
    transform: translateY(-75px);
  }

  85.7% {
    transform: translateY(-60px);
  }

  100% {
    transform: translateY(-35px);
  }
}

@keyframes ball {
  0% {
    transform: translate(0, 0);
  }

  5% {
    transform: translate(8px, -14px);
  }

  10% {
    transform: translate(15px, -10px)
  }

  17% {
    transform: translate(23px, -24px)
  }

  20% {
    transform: translate(30px, -20px)
  }

  27% {
    transform: translate(38px, -34px)
  }

  30% {
    transform: translate(45px, -30px)
  }

  37% {
    transform: translate(53px, -44px)
  }

  40% {
    transform: translate(60px, -40px)
  }

  50% {
    transform: translate(60px, 0)
  }

  57% {
    transform: translate(53px, -14px)
  }

  60% {
    transform: translate(45px, -10px)
  }

  67% {
    transform: translate(37px, -24px)
  }

  70% {
    transform: translate(30px, -20px)
  }

  77% {
    transform: translate(22px, -34px)
  }

  80% {
    transform: translate(15px, -30px)
  }

  87% {
    transform: translate(7px, -44px)
  }

  90% {
    transform: translate(0, -40px)
  }

  100% {
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 1400px) {
  .section01__img-box {
    padding-bottom: 80%;
  }
}

/* small pc */
/* tablet */
@media screen and (max-width: 1179px) {


  .section01__img-box {
    margin-left: 40px;
    margin-top: -50px;
  }

  .section01__img-box .ob1 {
    top: 10%;
    left: 10%;
    width: 80%;
  }

  .section01__img-box .ob2 {
    top: 10%;
    left: 8%;
    width: 15%;
  }

  .section01__img-box .ob3 {
    top: 20%;
    right: 25%;
    width: 15%;
  }

  .section01 {
    height: auto;
    padding: 50px 0px 100px;
  }

  .section01 .left-bottom-img {
    width: 80%;
    bottom: 0%;
    left: 10%;
  }

  .section01__inner {
    height: auto;
    padding: 0px 0px;
    flex-wrap: wrap;
  }

  .section01__left {
    width: 100%;
    margin-left: 0%;
    height: auto;
    padding: 0px 30px;
  }

  .section01__logo-box {
    margin-bottom: 80px;
    max-width: 60%;
  }

  .section01__logo-box img {
    width: 150px;
  }

  .section01__logo-box p {
    font-size: 14px;
    margin-left: 10px;
  }

  .section01__title {
    font-size: 70px;
  }

  .section01__right {
    margin-top: 0;
    width: 100%;
  }

  .section01__right-inner {
    height: auto;
    box-sizing: border-box;
  }

  .section01 .section01-slide__container {
    padding: 50px 0px 20px 20px;
  }

  .section01 .section01-slide__slide {
    height: 500px;
  }

  .section01__caption {
    height: 60%;
  }

  .section01__text span {
    font-size: 16px;
  }

  .section01__text p {
    font-size: 24px;
    line-height: 1.4;
  }

  .section01 .section01-slide__prev {
    top: auto;
    bottom: -60px;
    right: auto;
    right: 51%;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    background-color: #fff;
  }

  .section01 .section01-slide__next {
    top: auto;
    bottom: -60px;
    left: 51%;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    background-color: #fff;
  }

  .section01 .section01-slide__pagination {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
  }

  .section01 .section01-slide__pagination .swiper-pagination-bullet-active {
    background-color: #000;
  }

  .section01 .section01-slide__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0px 5px;
  }

  .section02 {
    padding: 80px 0px 110px;
    height: auto;
  }

  .section02__inner {
    padding: 0px 0px;
  }

  .section02__title {
    margin-bottom: 50px;
  }

  .section02__title h4 {
    padding-top: 10px;
    font-size: 50px;
  }

  .section02-slide__container {
    padding: 0px 30px 30px;
  }

  .section02-slide .section02-slide__slide {
    height: 50vw;
  }

  .section02-slide .section02-slide__slide>a {
    border-radius: 20px;
  }

  .section02-slide .section02-slide__slide.swiper-slide-next {
    opacity: 0.4;
    transform: translateY(5%);
  }

  .section02-slide .section02-slide__slide.swiper-slide-prev {
    opacity: 0.4;
    transform: translateY(5%);
  }

  .section02-slide__text-box {
    padding: 20px 20px 0px 20px;
  }

  .section02-slide__text-box>span {
    display: inline-block;
    padding: 5px 20px;
    font-size: 14px;
    margin-bottom: 15px;
  }

  .section02-slide__text-box>h5 {
    line-height: 1.3;
    font-size: 18px;
  }

  .section02-slide__text-box>h5 span {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .section02-slide__text-box>h5 small {
    padding-top: 5px;
  }

  .section02-slide__text-box i {
    top: 20px;
    right: 20px;
    font-size: 25px;
  }

  .section02-slide .section02-slide__prev {
    bottom: -67px;
    left: calc(50% - 100px);
    width: 50px;
    height: 50px;
    border-radius: 25px;
    line-height: 52px;
    opacity: 1;
  }

  .section02-slide .section02-slide__prev i {
    font-size: 20px;
  }

  .section02-slide .section02-slide__next {
    bottom: -67px;
    right: calc(50% - 100px);
    width: 50px;
    height: 50px;
    border-radius: 25px;
    line-height: 52px;
    opacity: 1;
  }

  .section02-slide .section02-slide__next i {
    font-size: 20px;
  }

  .section02-slide .section02-slide__pagination {
    bottom: -50px;
    font-size: 18px;
  }

  .snowflake {
    top: -20%;
  }
}

/* c.p */
@media screen and (max-width: 580px) {
  .mo_column {
    flex-direction: column-reverse;
  }

  .ob8 {
    right: -18%;
    bottom: -60px;
  }

  .section01 {
    padding: 20px 0px 100px;
  }

  .section01 .left-bottom-img {
    width: 90%;
    bottom: -10%;
    left: 5%;
  }

  .section01__left {
    padding: 0px 20px;
  }

  .section01__logo-box {
    margin-bottom: 50px;
    max-width: 80%;
  }

  .section01__logo-box img {
    width: 90px;
  }

  .section01__logo-box p {
    font-size: 10px;
    margin-left: 10px;
    position: relative;
    top: 3px;
  }

  .section01__title {
    font-size: 44px;
  }

  .section01__img-box {
    margin-top: 0px;
    margin-left: 0;
  }

  .section01__img-box .ob1 {
    top: 20%;
    left: 0;
    width: 100%;
  }

  .section01__img-box .ob2 {
    top: 20%;
    left: 15%;
    width: 15%;
  }

  .section01__img-box .ob3 {
    top: 20%;
    right: 20%;
    width: 15%;
  }

  .section01 .section01-slide__container {
    padding: 50px 0px 20px 20px;
  }

  .section01 .section01-slide__slide {
    height: 95vw;
  }

  .section01__caption {
    height: 60%;
  }

  .section01__text span {
    font-size: 14px;
  }

  .section01__text span>span {
    width: 50px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    margin-bottom: 5px;
  }

  .section01__text p {
    font-size: 18px;
  }

  .section01 .section01-slide__prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .section01 .section01-slide__next {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .section02 {
    padding: 60px 0px 100px;
  }

  .section02-more {
    display: none;
  }

  .section02__title {
    margin-bottom: 20px;
  }

  .section02__title img {
    width: 40px;
  }

  .section02__title h4 {
    padding-top: 10px;
    font-size: 40px;
  }

  .section02-slide__container {
    padding: 0px 30px 30px;
  }

  .section02-slide .section02-slide__slide {
    height: 100vw;
    opacity: 1;
  }

  .section02-slide .section02-slide__slide>a {
    border-radius: 20px;
  }

  .section02-slide__text-box {
    padding: 20px 20px 0px 20px;
  }

  .section02-slide__text-box>span {
    display: inline-block;
    padding: 5px 20px;
    font-size: 14px;
    margin-bottom: 15px;
  }

  .section02-slide__text-box>h5 {
    line-height: 1.3;
    font-size: 18px;
  }

  .section02-slide__text-box>h5 span {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .section02-slide__text-box>h5 small {
    padding-top: 5px;
  }

  .section02-slide__text-box i {
    top: 20px;
    right: 20px;
    font-size: 25px;
  }

  .section02-slide .section02-slide__prev {
    width: 40px;
    height: 40px;
    line-height: 42px;
  }

  .section02-slide .section02-slide__prev i {
    font-size: 16px;
  }

  .section02-slide .section02-slide__next {
    width: 40px;
    height: 40px;
    line-height: 42px;
  }

  .section02-slide .section02-slide__next i {
    font-size: 16px;
  }

  .section02-slide .section02-slide__pagination {
    bottom: -55px;
  }
}

.sub-top {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  position: relative;
  background-color: #000;
  overflow: hidden;
}

.sub-top--layout2 {
  height: 400px;
}

.sub-top--layout2 .sub-top__left {
  padding: 0;
  padding-top: 5%;
}

.sub-top__back-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: url(../img/back.jpg) no-repeat center;
  background-size: cover;
  opacity: 0.4;
}

.sub-top__logo-box {
  position: absolute;
  top: 50px;
  left: calc(5% + 27px);
  display: flex;
  align-items: flex-end;
  z-index: 3;
}

.sub-top__logo-box.balck h1 img {
  filter: none;
}

.sub-top__logo-box.balck p {
  color: #333;
}

.sub-top__logo-box h1 {
  font-size: 0;
}

.sub-top__logo-box h1 img {
  filter: brightness(0) invert(1);
}

.sub-top__logo-box p {
  margin-left: 10px;
  color: #fff;
}

.sub-top__logo-box p span {
  display: block;
}

.sub-top__logo-box p span:nth-of-type(2) {
  font-weight: bold;
}

.sub-top__inner {
  max-width: 1400px;
  height: 100%;
  box-sizing: border-box;
  margin: 0px auto;
  display: flex;
  position: relative;
  z-index: 2;
}

.sub-top__left {
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: #fff;
}

.sub-top__left.on .sub-top__caption {
  opacity: 1;
  transform: translateY(0);
  font-family: 'SEBANG-Gothic', sans-serif;
}

.sub-top__left.on h1 {
  opacity: 1;
  transform: translateY(0);
  /* font-family: 'Pretendard', sans-serif; */
  font-family: 'SEBANG-Gothic', sans-serif;
}

.sub-top__left.on p {
  opacity: 1;
  transform: translateY(0);
}

.sub-top__left h1 {
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(15%);
  transition: all 0.5s;
  transition-delay: 0.2s;
  word-break: keep-all;
}

.sub-top__left h1 small {
  font-weight: normal;
  font-family: inherit;
}

.sub-top__left p {
  padding-left: 5px;
  opacity: 0;
  transform: translateY(30%);
  transition: all 0.5s;
  transition-delay: 0.4s;
  line-height: 1.5;
}

.sub-top__caption {
  display: inline-block;
  padding: 7px 15px;
  background-color: var(--main-color);
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(50%);
  transition: all 0.5s;
}

.sub-top__right {
  width: 50%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.sub-top__img-box {
  font-size: 0;
  max-width: 610px;
  position: relative;
}

.sub-top__img-box.on::before {
  opacity: 0.4;
}

.sub-top__img-box.on::after {
  opacity: 0.4;
}

.sub-top__img-box::before {
  content: "";
  display: block;
  position: absolute;
  top: 14.5%;
  left: -163.1%;
  width: 200%;
  height: 1px;
  background-color: #aaa;
  transform: rotate(45deg);
  opacity: 0;
  transition: all 0.5s;
  transition-delay: 0.5s;
}

.sub-top__img-box::after {
  content: "";
  display: block;
  position: absolute;
  top: 82.5%;
  left: 60.4%;
  width: 200%;
  height: 1px;
  background-color: #aaa;
  transform: rotate(45deg);
  opacity: 0;
  transition: all 0.5s;
  transition-delay: 0.5s;
}

.sub-top__img-box img {
  width: 100%;
  transform: scale(0.95);
  transition: all 0.5s;
}

.sub-top__img-box.on svg circle {
  stroke-dashoffset: 0;
}

.sub-top__img-box.on img {
  transform: scale(1);
}

.sub-top__img-box svg {
  display: block;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110%;
  height: 110%;
  fill: transparent;
  stroke: #aaa;
  stroke-width: 0.2px;
  opacity: 0.4;
}

.sub-top__img-box svg circle {
  transition: all 1s;
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  stroke-linecap: butt;
}

.sub-content {
  width: 100%;
  box-sizing: border-box;
  background-color: #f2f4ff;
  padding: 80px 0px;
}

.sub-content p {
  line-height: 1.8;
  margin-bottom: 50px;
  font-size: 18px;
  text-align: justify;
  word-break: break-all;
}

.sub-content h2 {
  line-height: 1.5;
  font-size: 30px;
  word-break: keep-all;
  margin-bottom: 10px;
  color: var(--main-color);
  /* font-family: 'Pretendard', sans-serif; */
  font-family: 'SEBANG-Gothic', sans-serif;
  letter-spacing: -0.75px;
}

.sub-content h4 {
  font-size: 28px;
  line-height: 1.5;
  color: #49c1c1;
  word-break: keep-all;
}

.sub-content h4.ep01 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
  text-wrap: balance;
  word-break: keep-all;
}

.sub-content h3 {
  line-height: 1.4;
  font-size: 28px;
  margin-bottom: 50px;
  color: var(--main-color);
  text-align: center;
  font-family: "Nanum Myeongjo", serif;
  font-weight: 900;
  word-break: keep-all;
}

.sub-content h3.small {
  font-size: 24px;
}

.sub-content h5 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.sub-content .qr-box {
  display: block;
  text-align: center;
  color: #000;
}

.sub-content .qr-box img {
  max-width: 200px;
  margin: 0 auto;
}

.sub-content .qr-box span {
  text-align: center;
  margin-top: 10px;
  display: block;
}

.sub-content__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0px auto 30px;
  box-sizing: border-box;
  display: flex;
}

.sub-content__left {
  width: 25%;
  margin-right: 3%;
  box-sizing: border-box;
}

.sub-content__right {
  width: 77%;
  box-sizing: border-box;
}

.sub-content .content-sns h2 {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}

.sub-content .content-sns h2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0px 20px;
  background-color: #f7f8f8;
}

.sub-content .content-sns h2::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #1920ac;
  z-index: 0;
}

.sub-content .content-sns__inner {
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.sub-content .content-sns__inner>div {
  width: 22%;
}

.sub-content .content-sns__inner span {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding: 10px 30px;
  transform: translateY(50%);
  background-color: #ff2a2a;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}

.sub-content .content-sns__contain {
  width: 100%;
  background-color: #eee;
  border-radius: 30px;
  padding: 60px 40px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.sub-content .content-sns__contain a {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
  background-color: #88abda;
  color: #fff;
  padding: 15px 0px;
}

.sub-content .content-sns__img-box {
  box-sizing: border-box;
  padding: 20px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.sub-content .content-sns__img-box img {
  width: 90%;
  max-width: 100%;
}

.font-sebang {
  font-family: 'SEBANG-Gothic', sans-serif !important;
}

.sub-nav {
  /* background-color: #2f388b; */
  background-color: var(--main-color);
}

.sub-nav * {
  font-family: 'SEBANG-Gothic', sans-serif;
}

.sub-nav__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sub-nav__left {
  width: calc(100% - 75px);
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.sub-nav__left>span {
  font-size: 20px;
  color: #fff;
}

.sub-nav__left a {
  display: flex;
  align-items: center;
}

.sub-nav__prev {
  color: #fff;
  font-size: 18px;
  opacity: 0.7;
}

.sub-nav__prev i {
  font-size: 18px;
  position: relative;
  top: -1px;
  margin-right: 3px;
}

.sub-nav__prev:hover {
  opacity: 1;
}

.sub-nav__next {
  color: #fff;
  font-size: 18px;
  opacity: 0.7;
}

.sub-nav__next i {
  font-size: 18px;
  position: relative;
  top: -1px;
  margin-left: 3px;
}

.sub-nav__next:hover {
  opacity: 1;
}

.sub-nav__top {
  text-align: center;
  padding: 20px;
  /* background-color: #0f164d; */
  background-color: var(--main-color-deep);
  color: #fff;
  font-size: 16px;
}

.sub-nav__top span {
  display: block;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 1400px) {
  .sub-top__left {
    box-sizing: border-box;
    padding-left: 7%;
  }

  .sub-top__right {
    padding-right: 50px;
  }

  .sub-content__inner {
    width: 100%;
    padding: 0px 30px;
  }
}

@media screen and (max-width: 1179px) {
  .sub-top {
    height: auto;
  }

  .sub-top--layout2 {
    height: 38vw;
  }

  .sub-top--layout2 .sub-top__left {
    padding-top: 7%;
  }

  .sub-top__back-img {
    width: 100%;
    height: 100%;
  }

  .sub-top__logo-box {
    position: absolute;
    top: 50px;
    left: 30px;
    display: flex;
    align-items: flex-end;
  }

  .sub-top__logo-box img {
    width: 150px;
  }

  .sub-top__logo-box p {
    font-size: 14px;
    margin-left: 10px;
  }

  .sub-top__inner {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 30px;
    flex-wrap: wrap;
  }

  .sub-top__left {
    width: 100%;
    padding: 180px 0px 60px;
  }

  .sub-top__left h1 {
    font-size: 34px;
    line-height: 1.3;
    margin-bottom: 40px;
  }

  .sub-top__left p {
    font-size: 16px;
  }

  .sub-top__caption {
    display: inline-block;
    padding: 7px 15px;
    margin-bottom: 30px;
    font-size: 16px;
  }

  .sub-top__right {
    width: 100%;
    align-items: center;
    padding-right: 0;
    padding-bottom: 60px;
  }

  .sub-top__img-box {
    width: 90%;
    box-sizing: border-box;
    margin: 0px auto;
  }

  .sub-content {
    width: 100%;
    padding: 50px 0px;
  }

  .sub-content p {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .sub-content h2 {
    font-size: 28px;
  }

  .sub-content h4 {
    font-size: 28px;
    line-height: 1.5;
    color: #d74245;
    word-break: keep-all;
  }

  .sub-content h3 {
    font-size: 28px;
    margin-bottom: 50px;
  }

  .sub-content h5 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .sub-content__inner {
    width: 100%;
    flex-wrap: wrap;
    padding: 0px 30px;
  }

  .sub-content__left {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
  }

  .sub-content__right {
    width: 100%;
  }

  .sub-content .content-sns h2 {
    margin-bottom: 20px;
  }

  .sub-content .content-sns h2 span {
    padding: 0px 0px;
  }

  .sub-content .content-sns h2::after {
    display: none;
  }

  .sub-content .content-sns__inner {
    flex-wrap: wrap;
  }

  .sub-content .content-sns__inner>div {
    width: 47%;
  }

  .sub-content .content-sns__inner span {
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 20px;
  }

  .sub-content .content-sns__contain {
    border-radius: 30px;
    padding: 50px 30px;
  }

  .sub-content .content-sns__contain a {
    padding: 15px 0px;
  }

  .sub-content .content-sns__img-box {
    display: inline-block;
    width: auto;
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 20px;
  }

  .sub-content .content-sns__img-box img {
    width: auto;
  }

  .sub-content .content-sns .flex {
    flex-wrap: wrap;
  }

  .sub-content .content-sns .flex>div {
    width: 48%;
  }
}

@media screen and (max-width: 580px) {
  .sub-top {
    height: auto;
  }

  .sub-top--layout2 {
    height: 75vw;
  }

  .sub-top--layout2 .sub-top__left {
    padding-top: 10%;
  }

  .sub-top__logo-box {
    top: 20px;
    left: 20px;
  }

  .sub-top__logo-box img {
    width: 90px;
  }

  .sub-top__logo-box p {
    font-size: 10px;
    margin-left: 10px;
    position: relative;
    top: 3px;
  }

  .sub-top__inner {
    padding: 0px 20px;
  }

  .sub-top__left {
    width: 100%;
    padding: 120px 0px 60px;
  }

  .sub-top__left h1 {
    font-size: 26px;
    margin-bottom: 40px;
  }

  .sub-top__left p {
    font-size: 14px;
  }

  .sub-top__caption {
    padding: 7px 15px;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .sub-top__right {
    width: 100%;
    align-items: center;
    padding-bottom: 60px;
  }

  .sub-top__img-box {
    width: 90%;
  }

  .sub-content {
    padding: 50px 0px;
  }

  .sub-content p {
    margin-bottom: 25px;
    font-size: 16px;
  }

  .sub-content h2 {
    font-size: 24px;
  }

  .sub-content h4 {
    text-align: center;
    font-size: 22px;
  }

  .sub-content h4.ep01 {
    font-size: 16px;
  }

  .sub-content h3 {
    font-size: 22px;
    margin-bottom: 30px;
    text-align: center !important;
  }

  .sub-content h5 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .sub-content .tag05 {
    font-size: 15px !important;
    padding-top: 8px !important;
  }

  .sub-content__inner {
    width: 100%;
    flex-wrap: wrap;
    padding: 0px 20px;
  }

  .sub-content__left {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
  }

  .sub-content__right {
    width: 100%;
  }

  .sub-content .content-sns__contain {
    border-radius: 30px;
    padding: 35px 20px;
  }

  .sub-content .content-sns__contain a {
    padding: 10px 0px;
  }

  .sub-content .content-sns__img-box {
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 20px;
  }

  .sub-content .content-sns__img-box img {
    width: auto;
  }

  .sub-nav__left {
    width: calc(100% - 55px);
    display: flex;
    justify-content: space-around;
  }

  .sub-nav__left>span {
    font-size: 14px;
  }

  .sub-nav__prev {
    font-size: 14px;
  }

  .sub-nav__prev i {
    font-size: 14px;
    margin-top: -2px;
  }

  .sub-nav__next {
    font-size: 14px;
  }

  .sub-nav__next i {
    font-size: 14px;
    margin-top: -2px;
  }

  .sub-nav__top {
    padding: 20px 15px;
    font-size: 12px;
  }
}

.sub-content .mini-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.sub-content .mini-title h4 {
  background-color: #f7f8f8;
  font-weight: normal;
  position: relative;
  z-index: 2;
  padding-right: 20px;
}

.sub-content .mini-title h4 span:nth-of-type(1) {
  color: var(--main-color);
}

.sub-content .mini-title h4 span:nth-of-type(2) {
  color: #888;
}

.sub-content .mini-title__img-box {
  background-color: #f7f8f8;
  font-size: 0;
  z-index: 2;
  padding-left: 20px;
}

.sub-content .mini-title__img-box img {
  width: auto;
  max-width: 45px;
}

.sub-content .mini-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #518ad5;
  z-index: 0;
}

.sub-content .mini-title.green::after {
  background-color: #49c1c1;
}

.sub-content .mini-interview {
  background-color: #e8f1fd;
  padding: 100px 0px 10px;
  position: relative;
}

.sub-content .arrow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.sub-content .arrow span {
  display: block;
  height: 26px;
  overflow: hidden;
}

.sub-content .arrow span::before {
  display: inline-block;
  float: left;
  content: "";
  width: calc(32% + 32px);
  height: 100%;
  border-radius: 0 0 36px 0;
  background-color: #f7f8f8;
}

.sub-content .arrow span::after {
  display: inline-block;
  float: left;
  content: "";
  width: calc(100% - (32% + 32px));
  height: 100%;
  border-radius: 0 0 0 36px;
  background-color: #f7f8f8;
}

.sub-content .arrow.arrow-01 span::before {
  background-color: #e8f1fd;
}

.sub-content .arrow.arrow-01 span::after {
  background-color: #e8f1fd;
}

.sub-content .q {
  display: flex;
  justify-content: start;
  align-items: start;
  margin-bottom: 40px;
}

.sub-content .q>div {
  box-sizing: border-box;
  margin-right: 20px;
}

.sub-content .q>div span {
  /* display: inline-block; */
  font-family: 'SEBANG-Gothic', sans-serif;
  display: flex;
  justify-content: center;
  align-items: start;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background-color: var(--main-color);
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}

.sub-content .q h5 {
  box-sizing: border-box;
  margin-bottom: 0;
  word-break: keep-all;
}

.sub-content .border-map {
  border: 1px solid var(--main-color);
  box-sizing: border-box;
  padding: 40px 30px;
}

.sub-content .border-map p {
  margin-bottom: 20px;
  color: var(--main-color);
}

.sub-content .border-map h2 {
  margin-bottom: 20px;
  color: var(--main-color);
}

.sub-content .border-map i {
  color: #404cb4;
  font-size: 20px;
  position: relative;
  top: 1px;
  margin-right: 5px;
}

.sub-content .border-map span {
  width: 75px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 5px 0px;
  background-color: var(--main-color);
  box-sizing: border-box;
  margin-bottom: 5px;
}

.sub-content .map-btn {
  display: inline-block;
  padding: 3px 6px;
  background-color: #404cb4;
  border-radius: 5px;
  color: #fff;
  font-size: 10px;
  position: relative;
  top: -2px;
  margin-left: 5px;
}

.sub-content .title01 {
  position: relative;
  width: 90%;
  height: auto;
  background-position: left;
  background-repeat: repeat-x;
  margin: 0px auto 70px;
  text-align: center;
  text-transform: uppercase;
}

.sub-content .title01 h2 {
  display: inline-block;
  padding: 10px 25px;
  color: var(--main-color);
  text-align: center;
  background-color: #f2f4ff;
  margin-bottom: 0;
}

.sub-content .map01 {
  margin-bottom: 100px;
}

.sub-content .map01 p {
  color: var(--main-color);
  margin-bottom: 0;
}

.sub-content .map01 .map01_title {
  display: flex;
  justify-content: start;
  align-items: flex-end;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--main-color);
  margin-bottom: 15px;
  width: 100%;
  box-sizing: border-box;
}

.sub-content .map01 .map01_title h5 {
  margin-bottom: 0;
  margin-right: 20px;
  color: var(--main-color);
}

.sub-content .map01 .map01_title i {
  color: #404cb4;
  font-size: 20px;
  position: relative;
  top: 1px;
  margin-right: 5px;
}

.sub-content .map01 .from {
  font-size: 22px;
  text-align: start;
  font-weight: 400;
  font-style: italic;
  color: var(--main-color);
  margin-top: 30px;
}

.sub-content .map01:last-child {
  margin-bottom: 0;
}

.sub-content .btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #ff0000;
  color: #fff;
  font-size: 16px;
}

.sub-content .img-bg-box {
  box-sizing: border-box;
  padding: 80px;
  background-color: #fde8e7;
}

.sub-content .title02 {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
}

.sub-content .title02 span {
  display: inline-block;
  padding: 10px;
  color: #fff;
  background-color: var(--main-color);
  margin-right: 15px;
  font-size: 20px;
}

.sub-content .title02 h5 {
  font-weight: normal;
  color: #0ca182;
  margin-bottom: 0;
  word-break: keep-all;
}

.sub-content .border01 {
  border: 1px solid #373f80;
  box-sizing: border-box;
  padding: 30px;
}

.sub-content .border01::after {
  content: "";
  display: block;
  clear: both;
}

.sub-content .border02 {
  border: 1px solid #000;
  padding: 10px 24px;
  border-radius: 5px;
}

.sub-content .food {
  background-color: #f9ffea;
  padding: 100px 0px;
}

.sub-content .food__img-box>div {
  position: relative;
}

.sub-content .food__img-box>div span {
  position: absolute;
  top: 10px;
  left: calc(50% - 145px);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 50%;
  background-color: #b3e537;
}

.sub-content .food__img-box>div p {
  width: 100%;
  text-align: center;
}

.sub-content .speech-bubble {
  float: right;
  display: inline-block;
  padding: 12px 20px;
  background-color: #faa633;
  color: #fff;
  font-size: 16px;
  border-radius: 20px;
  position: relative;
}

.sub-content .speech-bubble::after {
  content: "";
  position: absolute;
  width: 17.5px;
  height: 25px;
  border: 0 solid #faa633;
  border-width: 0 20px;
  border-radius: 50%;
  clip: rect(0, 25px, 12px, 0);
  display: block;
  z-index: 0;
  left: -37px;
  top: 4px;
  transform: scaleX(-1);
}

.sub-content .speech-bubble02 {
  background-color: var(--sub-color);
  color: #222;
}

.sub-content .speech-bubble02::after {
  content: "";
  position: absolute;
  width: 17.5px;
  height: 25px;
  border: 0 solid var(--sub-color);
  border-width: 0 20px;
  border-radius: 50%;
  clip: rect(0, 25px, 12px, 0);
  display: block;
  z-index: 0;
  left: -37px;
  top: 4px;
  transform: scaleX(-1);
}

.sub-content .quiz {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 50px;
}

.sub-content .quiz__inner {
  padding: 60px;
  box-sizing: border-box;
  background-color: #fff;
  border-left: 5px solid #81bdc4;
  border-right: 5px solid #81bdc4;
}

.sub-content .quiz::before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: url(../img/quiz_top.png) repeat;
  filter: var(--main-filter);
}

.sub-content .quiz::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: url(../img/quiz_bottom.png) repeat;
  filter: var(--main-filter);
}

.sub-content .quiz-btn {
  display: block;
  margin: 0px auto;
  width: 300px;
  height: 60px;
  line-height: 60px;
  background-color: #fb892c;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 50px;
  font-size: 20px;
}

.sub-content .news {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #333;
}

.sub-content .news:last-child {
  border-bottom: none;
}

.sub-content .news__caption {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 0.25rem;
  background-color: #4a9009;
  color: #fff;
  font-size: 16px;
  position: relative;
  margin-bottom: 20px;
  font-family: 'SEBANG-Gothic', sans-serif;
}

.sub-content .news__caption::after {
  position: absolute;
  bottom: -18px;
  left: 17px;
  content: "";
  border-top: 9px solid #4a9009;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid transparent;
  z-index: 1;
}

.sub-content .news__caption--02 {
  background-color: #0466ad;
}

.sub-content .news__caption--02::after {
  border-top: 9px solid #0466ad;
}

.sub-content .news__caption--03 {
  background-color: #b38a74;
}

.sub-content .news__caption--03::after {
  border-top: 9px solid #b38a74;
}

.sub-content .news__title-box {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}

.sub-content .news__day {
  margin: 0;
  text-align: left;
  justify-content: start !important;
}

.sub-content .news__day span {
  display: inline-block;
  width: 58px;
  height: 58px;
  font-weight: 500;
  line-height: 56px;
  border: 1px solid #333333;
  text-align: center;
  box-sizing: border-box;
  font-size: 14px;
}

.sub-content .news__title {
  width: 100%;
  box-sizing: border-box;
}

.sub-content .news__title h5 {
  width: 100%;
  margin-bottom: 0;
  font-family: 'SEBANG-Gothic', sans-serif;
}

.sub-content .news__content {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
}

.sub-content .news__content .flex {
  align-items: start;
}

.sub-content .news__content .flex p {
  width: 100%;
  padding-right: 0;
}



.sub-content .news__content p {
  width: 60%;
  box-sizing: border-box;
  padding-right: 40px;
  margin-bottom: 0;
}

.sub-content .news__img-box {
  width: 40%;
}

.sub-content .news__img-box img {
  max-width: 100%;
}

.sub-content .cartoon-num {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  background-color: #333;
  border-radius: 50%;
  text-align: center;
}

.sub-content .video {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 50px;
}

.sub-content .video iframe {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.sub-content .tag01 {
  display: block;
  padding: 5px 15px;
  box-sizing: border-box;
  width: fit-content;
  color: #fff;
  padding-top: 3px;
  margin-bottom: 5px;
  font-size: 20px;
}

.sub-content .tag02 {
  border-radius: 30px;
  padding: 8px 15px;
  box-sizing: border-box;
  width: fit-content;
  font-size: 20px;
  font-weight: 500;
}

.sub-content .tag03 {
  padding: 8px 15px;
  box-sizing: border-box;
  width: fit-content;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  border: 1px solid #000;
}

.sub-content .tag04 {
  padding: 3px 20px;
  box-sizing: border-box;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 10px;
  border-radius: 30px;
  color: #000;
}

.sub-content .tag05 {
  display: block;
  padding: 8px 20px;
  box-sizing: border-box;
  width: fit-content;
  color: #000;
  padding-top: 3px;
  font-size: 18px;
}

.sub-content .tag06 {
  display: block;
  padding: 8px 20px;
  box-sizing: border-box;
  width: fit-content;
  color: #fff;
  font-size: 18px;
}

.sub-content .btn-link {
  border: 1px solid #000;
  padding: 10px 20px;
  box-sizing: border-box;
  color: #000;
  display: block;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 40px;
  font-weight: 600;
}

.sub-content .btn-link02 {
  color: #000;
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  word-break: keep-all;
  cursor: pointer;

}

.sub-content .list-box li {
  padding: 10px 5px;
  box-sizing: border-box;
  color: #095b8d;
  border-bottom: 1px solid #095b8d;
}

.sub-content .list-box li:first-child {
  border-top: 1px solid #095b8d;
}

.sub-content .list-box li p {
  text-align: center;
  margin-bottom: 0;
  font-weight: 600;
  text-wrap: balance;
  word-break: keep-all;
}

.card-wrap {
  margin-bottom: 20px;
}

.card-wrap .cardbox {
  background: #fff;
  padding: 40px 50px;
  box-sizing: border-box;
  align-content: flex-start !important;
  width: 49%;
  border: 1px solid #e1e5f8;
  -webkit-box-shadow: 10px 9px 28px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 10px 9px 28px 3px rgba(0, 0, 0, 0.07);
  box-shadow: 10px 9px 28px 3px rgba(0, 0, 0, 0.07);
}

.card-wrap .cardbox h5 {
  font-size: 22px;
  color: #1e26ce;
  position: relative;
  width: fit-content;
  z-index: 1;
  margin-bottom: 45px;
  white-space: nowrap;
}

.card-wrap .cardbox h5::before {
  content: '';
  height: 8px;
  width: 100%;
  background: #b9f3ea;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.card-wrap .cardbox p {
  text-align: center;
  margin-bottom: 40px;
}

.card-wrap .cardbox h6 {
  color: #1e26ce;
  font-size: 18px;
  position: relative;
  z-index: 1;
}

.card-wrap .cardbox h6::before {
  content: '';
  height: 8px;
  width: 100%;
  background: #b9f3ea;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  white-space: nowrap;
}

.infobox {
  margin-bottom: 20px;
}

.infobox figure {
  display: flex;
  align-items: center;
  justify-content: center;
}

.infobox figure .infobox-img {
  margin-right: 30px;
  width: 400px;
}

.infobox figure .infobox-img img {
  width: 100%;
}

.infobox figure .infobox-img p {
  text-align: center;
  margin-bottom: 0;
  background: #308066;
  color: #fff;
  padding: 5px 25px;
  margin: 0 auto;
  width: fit-content;
}

.infobox figure figcaption {
  width: 500px;
}

.infobox figure figcaption .border {
  width: 100%;
  display: block;
  height: 1px;
  background: #308066;
  margin: 35px 0;
}

.infobox figure figcaption .infobox-text p {
  margin-bottom: 0;
  color: #308066;
  line-height: 1.3;
  font-weight: 500;
}

.infobox figure figcaption .infobox-text p b {
  margin-bottom: 5px;
  display: block;
}

.infobox figure figcaption .infobox-text span {
  margin-top: 15px;
  display: block;
  font-size: 16px;
}

.infobox figure figcaption .infobox-text-lg p {
  font-size: 20px;
}

.infobox figure figcaption .infobox-text-lg span {
  font-size: 18px;
}

.box-item-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box-item-flex .box-item {
  width: 25%;
  box-sizing: border-box;
  padding: 15px;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 5px;
  margin-right: 20px;
}

.box-item-flex .box-item:last-child {
  margin-right: 0;
}

.box-item-flex .box-item p {
  margin-bottom: 0;
  text-align: center;
}

.box01 {
  padding: 60px 30px;
  box-sizing: border-box;
}

.box02 {
  padding: 30px;
  box-sizing: border-box;
}

.tablebox {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.tablebox table {
  width: 100%;
  border: 1px solid black;
  border-collapse: collapse;
  min-width: 800px;
}

.tablebox table thead {
  background-color: #e2e3e3;
}

.tablebox table tbody {
  background-color: #fff;
}


.tablebox table th,
.tablebox table td {
  padding: 15px 10px;
  box-sizing: border-box;
  border: 1px solid black;
  border-collapse: collapse;
}

.tablebox table .solt {
  text-align: center;
  background-color: #e6f4f3;
  word-break: keep-all;
}

.tablebox table td ul li {
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
}

.tablebox table td ul li:last-child {
  margin-bottom: 0;
}

.item-box {
  padding: 30px 20px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  width: 100%;
  margin-bottom: 30px;
}

@media screen and (max-width: 800px) {
  .card-wrap {
    margin-bottom: 0 !important;
  }

  .card-wrap .cardbox {
    width: 100%;
    margin-bottom: 20px;
    padding: 40px 20px;
  }

  .infobox-flex {
    flex-direction: column;
    margin-bottom: 0 !important;
  }

  .infobox-flex .infobox-item {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .infobox figure {
    flex-direction: column;
  }

  .infobox figure figcaption {
    margin-top: 30px;
  }

  .infobox figure figcaption .infobox-text-lg p {
    font-size: 18px;
  }

  .infobox figure figcaption .infobox-text-lg span {
    font-size: 16px;
  }

  .box-item-flex {
    flex-direction: column;
  }

  .box-item-flex .box-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .box-item-flex .box-item:last-child {
    margin-bottom: 0;
  }

  .box-item-flex .box-item p {
    margin-bottom: 0;
    text-align: center;
  }

}

@media screen and (max-width: 580px) {
  .card-wrap .cardbox h5 {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .card-wrap .cardbox p {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .card-wrap .cardbox h6 {
    font-size: 16px;
  }

  .infobox figure .infobox-img {
    margin-right: 0;
    width: 100%;
  }

  .infobox figure .infobox-img p {
    font-size: 16px;
  }

  .infobox figure figcaption {
    width: 100%;
  }

  .infobox figure figcaption .infobox-text p {
    font-size: 16px;
  }

  .infobox figure figcaption .infobox-text span {
    font-size: 15px;
  }

  .infobox figure figcaption .infobox-text-lg p {
    font-size: 16px;
  }

  .infobox figure figcaption .infobox-text-lg span {
    font-size: 15px;
  }

  .sub-content .flex-reverse {
    flex-direction: column-reverse;
  }

  .sub-content .flex-reverse>div:last-child {
    margin-bottom: 20px !important;
  }

  .box01 {
    padding: 60px 30px !important;
  }

  .sub-content .btn-link02 {
    font-size: 15px;
  }
}

@media screen and (max-width: 1179px) {

  .sub-content .video {
    margin-bottom: 50px;
  }

  .sub-content .video iframe {
    width: 100%;
    height: 100%;
  }

  .sub-content .news__caption {
    padding: 10px 20px;
    font-size: 16px;
    margin-bottom: 20px;
  }

  .sub-content .news__title-box {
    margin-bottom: 20px;
  }

  .sub-content .news__day span {
    width: 58px;
    height: 58px;
    line-height: 56px;
    font-size: 14px;
  }

  .sub-content .news__content {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
  }

  .sub-content .news__content p {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 30px;
  }

  .sub-content .news__img-box {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }

  .sub-content .quiz {
    margin-bottom: 30px;
  }

  .sub-content .quiz__inner {
    padding: 50px 30px;
  }

  .sub-content .quiz-btn {
    width: 300px;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    margin-bottom: 30px;
    font-size: 20px;
  }

  .sub-content .food {
    padding: 60px 0px;
  }

  .sub-content .food__img-box>div span {
    top: 10px;
    left: 0px;
  }

  .sub-content .food__img-box>div p {
    margin-bottom: 10px;
  }

  .sub-content .mini-title h4 {
    padding-right: 20px;
  }

  .sub-content .mini-title__img-box {
    padding-left: 20px;
  }

  .sub-content .mini-title__img-box img {
    max-width: 40px;
  }

  .sub-content .mini-interview {
    padding: 70px 0px;
  }

  .sub-content .arrow span::before {
    width: calc(2% + 32px);
  }

  .sub-content .arrow span::after {
    width: calc(100% - (2% + 32px));
  }

  .sub-content .q {
    margin-bottom: 30px;
  }

  .sub-content .q>div {
    margin-right: 20px;
  }

  .sub-content .q>div span {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
  }

  .sub-content .img-bg-box {
    padding: 50px;
  }
}

@media screen and (max-width: 580px) {
  .sub-content .border01 {
    padding: 20px;
  }

  .sub-content .title02 {
    flex-wrap: wrap;
  }

  .sub-content .video {
    margin-bottom: 30px;
  }

  .sub-content .cartoon-num {
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }

  .sub-content .news__caption {
    padding: 10px 20px;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .sub-content .news__title-box {
    margin-bottom: 20px;
  }

  .sub-content .news__day span {
    width: 58px;
    height: 58px;
    line-height: 56px;
    font-size: 14px;
  }

  .sub-content .news__content {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
  }

  .sub-content .news__content p {
    width: 100%;
    margin-bottom: 30px;
  }

  .sub-content .news__img-box {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0px;
  }

  .sub-content .quiz {
    margin-bottom: 0px;
  }

  .sub-content .quiz__inner {
    padding: 30px 15px;
  }

  .sub-content .quiz-btn {
    width: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    margin-bottom: 30px;
    font-size: 18px;
  }

  .sub-content .food__img-box>div span {
    top: 10px;
    left: calc(50% - 145px);
  }

  .sub-content .food__img-box>div p {
    margin-bottom: 10px;
    text-align: center;
  }

  .sub-content .title02 span {
    padding: 8px;
    margin-right: 10px;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .sub-content .mini-title h4 {
    padding-right: 10px;
  }

  .sub-content .mini-title__img-box {
    padding-left: 10px;
  }

  .sub-content .mini-title__img-box img {
    max-width: 30px;
  }

  .sub-content .mini-interview {
    padding: 50px 0px 10px;
  }

  .sub-content .q {
    margin-bottom: 30px;
  }

  .sub-content .q>div {
    margin-right: 20px;
  }

  .sub-content .q>div span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }

  .sub-content .q h5 {
    font-size: 18px;
  }

  .sub-content .border-map {
    padding: 40px 20px;
  }

  .sub-content .title01 {
    width: 100%;
    margin: 0px auto 50px;
  }

  .sub-content .title01 h2 {
    padding: 8px;
  }

  .sub-content .map01 {
    margin-bottom: 70px;
  }

  .sub-content .map01 .map01_title {
    flex-wrap: wrap;
  }

  .sub-content .map01 .map01_title h5 {
    margin-bottom: 5px;
  }

  .sub-content .map01 .from {
    font-size: 18px;
  }

  .sub-content .map01 .map01_title i {
    color: #404cb4;
    font-size: 16px;
    margin-right: 1px;
  }

  .sub-content .img-bg-box {
    padding: 20px;
  }
}

.grid-wrap {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 30px;
}

.grid-wrap .grid-cell {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: space-between;
}

.grid-wrap .grid-cell>img {
  width: 100%;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
}

.flex.flex-reverse {
  flex-wrap: nowrap;
}

.flex.center {
  justify-content: center;
}

.flex .center {
  justify-content: center;
  align-items: center;
}

.flex .auto {
  text-align: center;
  margin: 0px auto;
}

.flex .auto img {
  width: auto;
  max-width: 100%;
}

.flex small {
  display: block;
  text-align: center;
  font-size: 14px;
  padding: 10px 0px;
}

.flex img {
  display: block;
  width: 100%;
}

.flex>div {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: center;
}

.flex02 {
  flex-wrap: nowrap;
  gap: 20px;
}

.flex02>div {
  width: auto;

}

.flex .caption {
  margin-top: 20px;
  display: block;
  font-size: 15px;
}

.flex .w1 {
  width: 0%;
}

.flex .w2 {
  width: 1%;
}

.flex .w3 {
  width: 2%;
}

.flex .w4 {
  width: 3%;
}

.flex .w5 {
  width: 4%;
}

.flex .w6 {
  width: 5%;
}

.flex .w7 {
  width: 6%;
}

.flex .w8 {
  width: 7%;
}

.flex .w9 {
  width: 8%;
}

.flex .w10 {
  width: 9%;
}

.flex .w11 {
  width: 10%;
}

.flex .w12 {
  width: 11%;
}

.flex .w13 {
  width: 12%;
}

.flex .w14 {
  width: 13%;
}

.flex .w15 {
  width: 14%;
}

.flex .w16 {
  width: 15%;
}

.flex .w17 {
  width: 16%;
}

.flex .w18 {
  width: 17%;
}

.flex .w19 {
  width: 18%;
}

.flex .w20 {
  width: 19%;
}

.flex .w21 {
  width: 20%;
}

.flex .w22 {
  width: 21%;
}

.flex .w23 {
  width: 22%;
}

.flex .w24 {
  width: 23%;
}

.flex .w25 {
  width: 24%;
}

.flex .w26 {
  width: 25%;
}

.flex .w27 {
  width: 26%;
}

.flex .w28 {
  width: 27%;
}

.flex .w29 {
  width: 28%;
}

.flex .w30 {
  width: 29%;
}

.flex .w31 {
  width: 30%;
}

.flex .w32 {
  width: 31%;
}

.flex .w33 {
  width: 32%;
}

.flex .w34 {
  width: 33%;
}

.flex .w35 {
  width: 34%;
}

.flex .w36 {
  width: 35%;
}

.flex .w37 {
  width: 36%;
}

.flex .w38 {
  width: 37%;
}

.flex .w39 {
  width: 38%;
}

.flex .w40 {
  width: 39%;
}

.flex .w41 {
  width: 40%;
}

.flex .w42 {
  width: 41%;
}

.flex .w43 {
  width: 42%;
}

.flex .w44 {
  width: 43%;
}

.flex .w45 {
  width: 44%;
}

.flex .w46 {
  width: 45%;
}

.flex .w47 {
  width: 46%;
}

.flex .w48 {
  width: 47%;
}

.flex .w49 {
  width: 48%;
}

.flex .w50 {
  width: 49%;
}

.flex .w51 {
  width: 50%;
}

.flex .w52 {
  width: 51%;
}

.flex .w53 {
  width: 52%;
}

.flex .w54 {
  width: 53%;
}

.flex .w55 {
  width: 54%;
}

.flex .w56 {
  width: 55%;
}

.flex .w57 {
  width: 56%;
}

.flex .w58 {
  width: 57%;
}

.flex .w59 {
  width: 58%;
}

.flex .w60 {
  width: 59%;
}

.flex .w61 {
  width: 60%;
}

.flex .w62 {
  width: 61%;
}

.flex .w63 {
  width: 62%;
}

.flex .w64 {
  width: 63%;
}

.flex .w65 {
  width: 64%;
}

.flex .w66 {
  width: 65%;
}

.flex .w67 {
  width: 66%;
}

.flex .w68 {
  width: 67%;
}

.flex .w69 {
  width: 68%;
}

.flex .w70 {
  width: 69%;
}

.flex .w71 {
  width: 70%;
}

.flex .w72 {
  width: 71%;
}

.flex .w73 {
  width: 72%;
}

.flex .w74 {
  width: 73%;
}

.flex .w75 {
  width: 74%;
}

.flex .w76 {
  width: 75%;
}

.flex .w77 {
  width: 76%;
}

.flex .w78 {
  width: 77%;
}

.flex .w79 {
  width: 78%;
}

.flex .w80 {
  width: 79%;
}

.flex .w81 {
  width: 80%;
}

.flex .w82 {
  width: 81%;
}

.flex .w83 {
  width: 82%;
}

.flex .w84 {
  width: 83%;
}

.flex .w85 {
  width: 84%;
}

.flex .w86 {
  width: 85%;
}

.flex .w87 {
  width: 86%;
}

.flex .w88 {
  width: 87%;
}

.flex .w89 {
  width: 88%;
}

.flex .w90 {
  width: 89%;
}

.flex .w91 {
  width: 90%;
}

.flex .w92 {
  width: 91%;
}

.flex .w93 {
  width: 92%;
}

.flex .w94 {
  width: 93%;
}

.flex .w95 {
  width: 94%;
}

.flex .w96 {
  width: 95%;
}

.flex .w97 {
  width: 96%;
}

.flex .w98 {
  width: 97%;
}

.flex .w99 {
  width: 98%;
}

.flex .w100 {
  width: 100%;
}

.flex .mb0 {
  margin-bottom: 0 !important;
}

.flex .mb1 {
  margin-bottom: 1%;
}

.flex .mb2 {
  margin-bottom: 2%;
}

.flex .mb3 {
  margin-bottom: 3%;
}

.flex .mb4 {
  margin-bottom: 4%;
}

.flex .mb5 {
  margin-bottom: 5%;
}

.flex .mb10 {
  margin-bottom: 10px;
}

.flex .mb15 {
  margin-bottom: 15px;
}

.flex .mb20 {
  margin-bottom: 20px;
}

.flex .mb25 {
  margin-bottom: 25px;
}

.flex .mb30 {
  margin-bottom: 30px;
}

.flex .mb40 {
  margin-bottom: 40px;
}

.flex .mb50 {
  margin-bottom: 50px;
}

.flex .mt20 {
  margin-top: 20px;
}

.flex .mr30 {
  margin-right: 30px;
}

.on .sns {
  opacity: 1;
  transform: translateY(0%);
}

.div_sns-center .sns ul {
  justify-content: center;
}

.sns {
  opacity: 0;
  transform: translateY(15%);
  transition: all 0.5s;
  transition-delay: 0.6s;
  padding-top: 30px;
}

.sns ul {
  display: flex;
  justify-content: start;
}

.sns ul li {
  margin-right: 10px;
}

.sns ul li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #eee;
  border-radius: 50%;
  line-height: 37px;
  text-align: center;
}

.sns ul li a:hover {
  background-color: #fff;
}

.sns ul li a img {
  max-width: 100%;
}

.marker {
  background: linear-gradient(to top, #ffd8a8 40%, transparent 30%);
}

.mo {
  display: none !important;
}

.pl20 {
  box-sizing: border-box;
  padding-left: 20px;
}

.on .share {
  opacity: 1;
  transform: translateY(0%);
}

.share {
  display: flex;
  padding-top: 30px;
  opacity: 0;
  transform: translateY(15%);
  transition: all 0.5s;
  transition-delay: 0.6s;
}

.share a {
  font-size: 0;
  display: inline-block;
  text-align: center;
  background-color: #333;
  padding: 10px;
  border-radius: 5px;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.text-center {
  text-align: center !important;
}

.keep-all {
  word-break: keep-all !important;
}

.text-balance {
  text-wrap: balance !important;
}

@media screen and (max-width: 1179px) {
  .mx-auto-md {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .mx-auto-md {
    margin-right: auto;
    margin-left: auto;
  }

  .flex-column {
    flex-direction: column;
  }

  .flex-column .item {
    margin-bottom: 30px;
    width: 100% !important;
  }
}

@media screen and (max-width: 580px) {
  .share {
    padding-top: 25px;
  }

  .share a {
    padding: 10px;
    border-radius: 5px;
  }

  .share a img {
    max-width: 18px;
  }

  .mo {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  .flex {
    margin-bottom: 30px;
    justify-content: center;
  }

  .side_img {
    margin-bottom: 0;
  }

  .flex.flex-reverse {
    flex-direction: column-reverse;
  }

  .flex small {
    font-size: 12px;
    padding: 0px 0px 10px 0px;
  }

  .flex img {
    width: 100% !important;
    margin-bottom: 15px !important;
  }

  .flex .bottom-img {
    margin-top: 0;
  }

  .flex>div {
    width: 100% !important;
    margin-bottom: 15px !important;
    justify-content: center !important;
  }

  .flex>div>img:last-child {
    margin-bottom: 0 !important;
  }

  .flex>div:last-child {
    margin-bottom: 0 !important;
  }

  .flex .auto {
    max-width: 100%;
  }

  .flex img.auto {
    width: auto !important;
    max-width: 100%;
  }

  .flex .auto>img {
    width: auto !important;
  }

  .flex02 {
    flex-direction: column;
  }

  .flex02>div {
    width: 100%;
    margin-bottom: 0 !important;

  }

  .grid-wrap {
    grid-template-columns: 1fr !important;
  }

  .pl20 {
    padding-left: 0px;
  }

  .w70-sm {
    width: 70% !important;
  }

  .flex .w50-sm {
    width: 50% !important;
  }

  .mb0-sm {
    margin-bottom: 0 !important;
  }
}

.footer {
  background-color: #222;
  padding: 50px 0px;
}

.footer__inner {
  max-width: 1500px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #c9c9c9;
}

.footer__inner h1 {
  font-size: 0;
}

.footer__inner ul {
  display: flex;
  align-items: center;
}

.footer__inner ul li {
  margin-right: 10px;
}

.footer__inner ul li:nth-of-type(1) a {
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 15px;
  border-radius: 30px;
}

.footer__inner ul li a {
  display: inline-block;
  font-size: 0;
}

.footer__inner ul li a img {
  max-width: 40px;
}

.footer__inner ul li :last-child {
  margin-right: 0;
}

.footer__inner p {
  font-size: 14px;
}

.footer__inner p span {
  margin-left: 10px;
}

.footer__inner .footer_mo {
  display: none;
}

@media screen and (max-width: 1179px) {
  .footer {
    padding: 50px 0px;
  }

  .footer h1 {
    margin-bottom: 20px;
  }

  .footer__inner {
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
    padding: 0px 30px;
  }

  .footer__inner ul {
    display: flex;
  }

  .footer__inner ul li {
    margin-right: 10px;
  }

  .footer__inner ul li :last-child {
    margin-right: 0;
  }

  .footer__inner p {
    font-size: 14px;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 20px;
  }

  .footer__inner p span {
    margin-left: 0px;
  }

  .footer__inner .footer_mo {
    display: block;
  }

  .footer__inner .footer_pc {
    display: none;
  }
}

.mg_30 {
  margin: 0px 30px;
}

/* c.p */
@media screen and (max-width: 580px) {
  .footer h1 {
    margin-bottom: 20px;
  }

  .footer__inner {
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
    padding: 0px 30px;
  }

  .footer__inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer__inner ul li {
    margin-right: 10px;
  }

  .footer__inner ul li:nth-of-type(1) {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .footer__inner ul li:nth-of-type(1) a {
    font-size: 12px;
  }

  .footer__inner ul li a img {
    max-width: 45px;
  }

  .footer__inner ul li :last-child {
    margin-right: 0;
  }

  .footer__inner p {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .footer__inner .footer_mo {
    display: block;
  }

  .footer__inner .footer_pc {
    display: none;
  }
}

.t_800 {
  display: none !important;
}

@media screen and (max-width: 1000px) {
  .t_w100 {
    width: 100% !important;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 800px) {
  .t_800 {
    display: block !important;
  }

  .mg_30 {
    margin: 0px 20px;
  }
}

@media screen and (max-width: 580px) {
  .mg_30 {
    margin: 0px 10px;
  }
}

/* 2025 */
:root {
  --main-color: #49c1c1;
  --main-color-deep: #49c1c1;
  --main-color-soft: #d8eeeb;
  --sub-color: #61e8e8;
  --swiper-theme-color: #222;
  --main-filter: invert(68%) sepia(46%) saturate(460%) hue-rotate(131deg) brightness(88%) contrast(98%);
  --black-filter: invert(8%) sepia(13%) saturate(0%) hue-rotate(232deg) brightness(98%) contrast(88%);
  --white-filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(55deg) brightness(104%) contrast(102%);
}
.year2025 {
  --swiper-navigation-size: 36px;
  --page-border: 20px;
  background-color: #222;
}

.year2025.mainpage {
  padding: var(--page-border);
  padding-bottom: 0;
}

.year2025 header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.year2025 header,
.year2025 header *,
.gnb * {
  font-family: 'SEBANG-Gothic', sans-serif;
}

.year2025 header .gap {
  width: 100%;
  height: var(--page-border);
  background-color: #222;
}

.year2025 header .nav_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.year2025 header .nav_wrap .tri_left,
.year2025 header .nav_wrap .tri_right {
  font-size: 0;
  position: relative;
}

.year2025 header .nav_wrap .tri_left img,
.year2025 header .nav_wrap .tri_right img {
  filter: invert(11%) sepia(1%) saturate(0%) hue-rotate(178deg) brightness(99%) contrast(93%);
}

.year2025 header .nav_wrap .tri_left {
  transform: translateX(60%);
}

.year2025 header .nav_wrap .tri_right {
  transform: translateX(-60%);
}

.year2025 header .nav_wrap nav {
  padding-bottom: 15px;
  background-color: #222;
  position: relative;
  z-index: 2;
}


.year2025 header .nav_wrap nav ul {
  display: flex;
  color: #fff;
}

.year2025 header .nav_wrap nav ul li a {
  width: 140px;
  padding-inline: var(--page-border);
  display: block;
  transition: color .25s;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

.year2025 header .nav_wrap nav ul li a:hover {
  color: var(--main-color);
}

.year2025 .pc_nav {
  width: 100%;
  position: absolute;
  bottom: -15px;
  left: 0;
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
  border-radius: 10px;
  overflow: hidden;
}

.year2025 .nav_wrap .pc_nav ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background-color: #222;
}

.year2025 .pc_nav.on {
  opacity: 1;
  transition: opacity .25s;
  pointer-events: all;
}

.year2025 .pc_nav .bar {
  width: 100%;
  height: 5px;
  background-color: var(--main-color);
}

.year2025 .pc_nav ul li a {
  width: 100%;
  padding: 20px 10px;
  display: block;
  text-align: center;
}

.year2025 header .menu_bar {
  padding-inline: calc(var(--page-border) + 40px);
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.year2025.subpage header.gradient {
  padding-bottom: 30px;
  background: linear-gradient(to bottom, #fff, 90%, transparent);
}


.year2025 header .menu_bar .vol_img {
  width: 65px;
  height: 65px;
  font-size: 0;
  background-color: #222;
  border-radius: 50%;
  transition: all .2s;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.year2025 header .menu_bar .vol_img span {
  transition: all .2s;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.year2025 header .menu_bar .vol_img b {
  color: #fff;
  font-weight: 700;
  transition: all .2s;
  font-size: 13px;
}

/* .year2025 header .menu_bar {
  padding-top: 20px;
} */

.year2025 header .logo_wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}

.year2025 header .logo_wrap .logo {
  filter: var(--black-filter);
  transition: all .2s;
}

.year2025 header .logo_wrap h1 {
  width: 60px;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  background-color: #222;
}

.year2025 header .logo_wrap h1 span {
  font-weight: 400;
}

.year2025 .sns_bar ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

.year2025 .sns_bar ul li a img {
  max-width: 40px;
}


.year2025 .sns_bar .button a {
  padding: 10px 20px;
  display: block;
  text-align: center;
  background-color: #222;
  color: #fff;
  border-radius: 20vw;
  transition: all .2s;
}

.year2025 header.white .logo_wrap .logo {
  filter: var(--white-filter);
}

.year2025 header.white .menu_bar .vol_img {
  background-color: #fff;
}

.year2025 header.white .menu_bar .vol_img span {
  font-weight: 400;
}

.year2025 header.white .menu_bar .vol_img span,
.year2025 header.white .menu_bar .vol_img b {
  color: #222;
}

.year2025 header.white .sns_bar .button a {
  background-color: #fff;
  font-weight: 600;
  color: #222;
}

.year2025 .sns_bar .button a:hover {
  filter: brightness(0.9);
}

.year2025 .container section {
  width: 100%;
  aspect-ratio: 16 / 7.45;
  border-radius: 30px;
  overflow: hidden;
}

.year2025 .container .section_top {
  position: relative;
  margin-bottom: 30px;
}

.year2025 .container .section_top .swiper {
  height: 100%;
}

.year2025 .container .section_top .swiper-slide {
  position: relative;
}

.year2025 .container .section_top .swiper-slide.cover .star {
  width: 100px;
  margin-bottom: 40px;
}

.year2025 .container .section_top .swiper-pagination-bullet {
  opacity: 0.7;
  filter: brightness(0.5);
}

.year2025 .container .section_top .swiper-pagination-bullet-active {
  filter: brightness(1);
}

.year2025 .container .section_top .swiper-slide .inner_wrap {
  --padding-top: 150px;
  width: 90%;
  max-width: 1200px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px 40px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.year2025 .container .section_top .half_side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.year2025 .container .section_top .cover .half_side.img_side {
  margin-right: 30px;
}

.year2025 .container .section_top .img_side img {
  width: 100%;
}

.year2025 .container .section_top .img_side:has(.end_img) {
  justify-content: end;
  align-items: end;
}

.year2025 .container .section_top .img_side .end_img {
  width: auto;
  height: 80%;
}

.year2025 .container .section_top .pg_box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  position: absolute;
  bottom: 0;
  transform: translateY(-50%);
  z-index: 2;
}

.year2025 .container .section_top .pg_box .swiper-button-prev,
.year2025 .container .section_top .pg_box .swiper-button-next {
  margin-top: 0;
  position: static;
  color: #fff;
  font-weight: 900;
}

.year2025 .container .section_top .swiper-pagination {
  width: max-content;
  position: static;
  transform: translate(0);
}

.year2025 .container .section_top .swiper-pagination .mo_bullet {
  display: none;
}

.year2025 .container .section_bottom {
  position: relative;
}

.year2025 .container .section_bottom .pg_box {
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  z-index: 10;
}

.year2025 .container .section_bottom .pg_box {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding-block: 10px;
}

.year2025 .container .section_bottom .pg_box .dot {
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
}

.year2025 .container .section_bottom .pg_box .dot.active {
  background-color: var(--main-color);
}

@media screen and (max-width: 1024px) {
  .year2025 .container .section_bottom .pg_box {
    bottom: 10px;
  }

  .year2025 .container .section_top .cover .half_side.img_side {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .year2025 .container .section_bottom .pg_box {
    position: static;
  }
}

.year2025 .container .section_top .txt_side h2 {
  margin-bottom: 20px;
  font-size: 36px;
  letter-spacing: -1px;
  line-height: 1.3;
  font-weight: 900;
  font-family: 'SEBANG-Gothic', sans-serif;
}

.year2025 .container .section_top .txt_side h2 small {
  font-weight: 400;
  font-family: 'SEBANG-Gothic', sans-serif;
}

.year2025 .container .section_top .txt_side p {
  margin-bottom: 1em;
  font-size: 17px;
  line-height: 1.7;
  word-break: keep-all;
  font-family: 'SEBANG-Gothic', sans-serif;
}

.year2025 .container .section_top .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 1600px) {
  .year2025 .container section {
    aspect-ratio: 16 / 9;
  }
}

@media screen and (max-width: 1280px) {
  .year2025 .container section {
    aspect-ratio: auto;
  }

  .year2025 header .menu_bar {
    padding-top: 20px;
  }

  .year2025 .container .section_top .swiper-wrapper {
    align-items: stretch;
  }

  .year2025 .container .section_top .swiper-slide {
    height: auto;
  }

  .year2025 .container .section_top .swiper-slide .inner_wrap {
    height: calc(100% - var(--padding-top));
    padding-top: var(--padding-top);
  }

  .year2025 .container .section_top .bg {
    position: absolute;
    top: 0;
    left: 0;
  }

  .year2025 .container .section_top .swiper-slide .inner_wrap {
    margin-inline: auto;
    position: static;
    transform: translate(0);
  }

  .year2025 .container .section_top .swiper-slide .txt_side {
    padding-bottom: 100px;
  }

  .year2025 .container .section_top .txt_side h2 {
    font-size: 28px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 1024px) {
  .gnb {
    display: block;
  }

  .year2025 .container .section_top .pg_box .swiper-button-prev,
  .year2025 .container .section_top .pg_box .swiper-button-next {
    display: none;
  }

  .year2025 .container .section_top .swiper-pagination-bullet img {
    display: none;
  }

  .year2025 .container .section_top .swiper-slide .txt_side {
    /* padding-bottom: 50px; */
    flex: 0;
  }

  .year2025 .container .section_top .swiper-slide.cover .img_side img {
    margin-right: 0;
  }

  .year2025 .container .section_top .swiper-slide.cover .half_side {
    align-items: end;
    text-align: right;
  }

  .year2025 .container .section_top .swiper-slide.cover .star {
    width: 50px;
  }

  .year2025 .container .section_top .img_side .end_img {
    width: 40%;
    height: auto;
  }

  .year2025 .container .section_top .swiper-slide .inner_wrap {
    flex-direction: column;
  }

  .year2025 .container .section_top .img_side img {
    width: auto;
    max-width: 60%;
    margin-inline: auto;
  }

  .year2025 header .gap,
  .year2025 header .nav_wrap,
  .year2025 .sns_bar {
    display: none;
  }

  .year2025 header .menu_bar {
    padding-top: 35px;
    padding-inline: calc(var(--page-border) + 20px);
  }

  .year2025.subpage header .menu_bar {
    padding-block: 20px;
    padding-inline: var(--page-border);
    /* background: linear-gradient(to bottom, #fff, 70%, transparent); */
  }

  .year2025.subpage header.white .menu_bar {
    background: transparent;
  }

  .year2025 header .menu_bar .logo {
    height: 45px;
  }

  .year2025 header .logo_wrap {
    gap: 10px;
  }

  .year2025 header .menu_bar .vol_img {
    width: 60px;
    height: 60px;
  }

  .year2025 header .menu_bar .vol_img span {
    font-size: 11px;
  }

  .year2025 header .menu_bar .vol_img b {
    font-size: 12px;
  }

  .year2025 header .nav_wrap nav ul li a {
    padding-inline: 10px;
    font-size: 15px;
  }
}

@media screen and (min-width: 1025px) {
  .year2025 .container .section_top .swiper-pagination-bullet {
    width: auto;
    height: auto;
    background: transparent;
  }
}

@media screen and (max-width: 768px) {
  .year2025 .container .section_top .pg_box {
    bottom: 20px;
  }

  .year2025 .container .section_top .swiper-slide .txt_side {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 475px) {
  .year2025 .container .section_top .swiper-slide .inner_wrap {
    --padding-top: 60px;
    padding-bottom: 60px;
  }

  .year2025 .container .section_top .img_side img {
    max-width: 85%;
  }

  .year2025 .container .section_top .half_side {
    flex: 0;
  }

  .year2025 .container .section_top .img_side .end_img {
    width: 100%;
    max-width: 60%;
  }

  .year2025 .container .section_top .swiper-slide .txt_side {
    padding-bottom: 20px;
  }

  .year2025 .container .section_top .txt_side h2 {
    font-size: 22px;
    line-height: 1.5;
  }

  .year2025 .container .section_top .txt_side p {
    font-size: 16px;
    line-height: 1.7;
  }
}

.year2025.mainpage .container .section_bottom {
  position: relative;
  background: linear-gradient(to right, #ebdfc6, #eeeeee);
}

.year2025.mainpage .container .section_bottom * {
  font-family: 'SEBANG-Gothic', sans-serif;
}

.year2025.mainpage .container .section_bottom .bg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
}

.year2025.mainpage .container .section_bottom .inner_wrap {
  width: 100%;
  position: absolute;
  top: 65%;
  left: 0;
  transform: translateY(-50%);
}

.year2025.mainpage .container .section_bottom .inner_wrap {
  font-size: 0;
}

.year2025.mainpage .container .section_bottom .inner_wrap img {
  width: 100%;
}

.year2025.mainpage .container .section_bottom .inner_wrap .row_box {
  display: flex;
}

.year2025.mainpage .container .section_bottom .inner_wrap .row_box > * {
  flex: 1;
}

.year2025.mainpage .container .section_bottom .inner_wrap .col_box {
  display: flex;
  flex-direction: column;
}

.year2025.mainpage .container .section_bottom .inner_wrap .col_box > * {
  flex: 1;
}

.year2025.mainpage .container .section_bottom .swiper-slide a {
  display: block;
  position: relative;
}

.year2025.mainpage .container .section_bottom .swiper-slide a .txt_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  border-radius: 50%;
  font-size: 1rem;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity .25s;
}

.year2025.mainpage .container .section_bottom .swiper-slide a.ell .txt_wrap {
  border-radius: 20vw;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  word-break: keep-all;
  line-height: 1.5;
}

.year2025.mainpage .container .section_bottom .swiper-slide a .txt_wrap img {
  transition: filter .25s;
}

.year2025.mainpage .container .section_bottom .swiper-slide a .txt_wrap .category_name {
  font-size: 14px;
  font-weight: 400;
  /* background-color: rgba(255, 255, 255, 0.1); */
  padding: 8px 10px;
  border-radius: 20vw;
  letter-spacing: -1px;
  text-shadow: 0 0 2px #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
}

.year2025.mainpage .container .section_bottom .swiper-slide a .txt_wrap .title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}

.year2025.mainpage .container .section_bottom .swiper-slide a .txt_wrap .subtitle {
  text-align: center;
}

.year2025.mainpage .container .section_bottom .bg {
  pointer-events: none;
}
.year2025.mainpage .container .section_bottom .bg.bg_mo {
  display: none;
}

@media screen and (min-width: 769px) {
  .year2025.mainpage .container .section_bottom .swiper-slide a:hover .txt_wrap {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .year2025.mainpage {
    padding-inline: 10px;
  }

  .year2025.mainpage .container .section_bottom .bg.bg_pc {
    display: none;
  }

  .year2025.mainpage .container .section_bottom .bg.bg_mo {
    display: block;
  }

  .year2025.mainpage .container .section_bottom .bg {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .year2025.mainpage .container .section_bottom .inner_wrap {
    padding-top: 150px;
    padding-bottom: 60px;
    position: static;
    transform: translate(0);
  }
}

.year2025.subpage .post_grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px;
}

.year2025.subpage .post_grid .gray_box {
  height: 100%;
}

.year2025.subpage .post_grid li {
  width: calc((100% / 3) - 30px);
}

@media screen and (max-width: 1024px) {
  .year2025.subpage .post_grid li {
    width: calc((100% / 2) - 30px);
  }
}

@media screen and (max-width: 768px) {
  .year2025.subpage .post_grid li {
    width: 100%;
  }
}