@charset "UTF-8";
/*event.scss*/
/*_buttons.scss*/
/*_colors.scss*/
/*_mixins.scss*/
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*_placeholder.scss*/
a.board_link_btn {
  padding: 8px 30px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
}
a.board_link_btn.blue {
  background: #0b71b9;
}

/*_forms.scss*/
div.layer_pop, div.layer_pop_m {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: url(../../../img//all_bg.png) repeat;
}

div.pop_wrap {
  width: 970px;
  height: 550px;
  overflow-y: auto;
  padding: 30px;
  background: #ebecee;
}
@media (max-width: 960px) {
  div.pop_wrap {
    width: 100%;
    height: auto;
    padding: 10px;
  }
}

/*_icons.scss*/
span.top_alarm {
  display: inline-block;
  background: #5391d5;
  width: 20px;
  height: 20px;
  color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  text-align: center;
  vertical-align: middle;
  margin: 0 0 0 3px;
}

span.ico_border_co1 {
  display: inline-block;
  padding: 3px 10px 5px 10px;
  border: 1px solid #21b1ea;
  background: none;
  color: #21b1ea;
}
@media (max-width: 960px) {
  span.ico_border_co1 {
    padding: 5px 10px 4px 10px;
    font-size: 11px;
  }
}
span.ico_border_co1 {
  font-size: 12px;
}
@media (max-width: 960px) {
  span.ico_border_co1 {
    width: 50px;
    text-align: center;
    margin: 0 0 3px 0;
    padding: 3px 0 2px 0;
    font-size: 11px;
  }
}

span.ico_border_co2 {
  display: inline-block;
  padding: 3px 10px 5px 10px;
  border: 1px solid #f26c4f;
  background: none;
  color: #f26c4f;
}
@media (max-width: 960px) {
  span.ico_border_co2 {
    padding: 5px 10px 4px 10px;
    font-size: 11px;
  }
}
span.ico_border_co2 {
  font-size: 12px;
}
@media (max-width: 960px) {
  span.ico_border_co2 {
    width: 50px;
    text-align: center;
    margin: 0 0 3px 0;
    padding: 3px 0 2px 0;
    font-size: 11px;
  }
}

span.ico_back_co1 {
  display: inline-block;
  padding: 3px 10px 5px 10px;
  border: 1px solid #f26c4f;
  background: #f26c4f;
  color: #fff;
}
@media (max-width: 960px) {
  span.ico_back_co1 {
    padding: 5px 10px 4px 10px;
    font-size: 11px;
  }
}
span.ico_back_co1 {
  font-size: 12px;
}
@media (max-width: 960px) {
  span.ico_back_co1 {
    width: 50px;
    text-align: center;
    margin: 0 0 3px 0;
    padding: 3px 0 2px 0;
    font-size: 11px;
  }
}

span.ico_back_co2 {
  display: inline-block;
  padding: 3px 10px 5px 10px;
  border: 1px solid #21b1ea;
  background: #21b1ea;
  color: #fff;
}
@media (max-width: 960px) {
  span.ico_back_co2 {
    padding: 5px 10px 4px 10px;
    font-size: 11px;
  }
}
span.ico_back_co2 {
  font-size: 12px;
}
@media (max-width: 960px) {
  span.ico_back_co2 {
    width: 50px;
    text-align: center;
    margin: 0 0 3px 0;
    padding: 3px 0 2px 0;
    font-size: 11px;
  }
}

/*_buttons1.scss*/
/*_colors1.scss*/
/*_mixins1.scss*/
/*_buttons2.scss*/
/*_colors2.scss*/
/*_mixins2.scss*/
/*_placeholder2.scss*/
/*_buttons3.scss*/
/*_colors3.scss*/
/*_icons3.scss*/
/*_mixins3.scss*/
/* Sub-section comment block
   ========================================================================== */
/* Usage */
/* svg element
 ========================================================================== */
/* maring-and-padding-spacing
  ========================================================================== */
/*_placeholder3.scss*/
div.chuseok_260902 ul li {
  float: none;
  width: 100%;
}

div.chuseok_260902 {
  color: #2c1b18;
}

@keyframes chuseok-sway {
  0%, 100% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(4deg);
  }
}
@keyframes chuseok-fly {
  0%, 100% {
    transform: translate(0, 0) rotate(-3deg);
  }
  25% {
    transform: translate(12px, -14px) rotate(5deg);
  }
  50% {
    transform: translate(-8px, -20px) rotate(-2deg);
  }
  75% {
    transform: translate(10px, -8px) rotate(4deg);
  }
}
@keyframes chuseok-fly-r {
  0%, 100% {
    transform: translate(0, 0) rotate(3deg);
  }
  25% {
    transform: translate(-14px, -10px) rotate(-5deg);
  }
  50% {
    transform: translate(8px, -18px) rotate(2deg);
  }
  75% {
    transform: translate(-10px, -6px) rotate(-4deg);
  }
}
@keyframes chuseok-pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}
@keyframes chuseok-song-glow {
  0%, 100% {
    opacity: 0.35;
    transform: translate(-50%, -50%) scale(0.9);
  }
  50% {
    opacity: 0.95;
    transform: translate(-50%, -50%) scale(1.1);
  }
}
@keyframes chuseok-song-shine {
  0%, 100% {
    filter: drop-shadow(0 0 4px rgba(255, 236, 200, 0.35)) drop-shadow(0 0 10px rgba(255, 210, 150, 0.2));
  }
  50% {
    filter: drop-shadow(0 0 8px rgba(255, 248, 220, 0.75)) drop-shadow(0 0 18px rgba(255, 200, 120, 0.45)) drop-shadow(0 0 28px rgba(240, 109, 74, 0.2));
  }
}
div.chuseok_260902 {
  font-family: "Pretendard Variable", "Pretendard", "Noto Sans KR", "맑은고딕", "Malgun Gothic", sans-serif, "돋음", "dotum";
  word-break: keep-all;
  letter-spacing: -0.5px;
  background: #f0eadf;
}
div.chuseok_260902 .wrap_1024 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
div.chuseok_260902 section.header {
  position: relative;
  overflow: hidden;
  height: 890px;
  min-height: 890px;
  background: #f0eadf;
  text-align: center;
}
div.chuseok_260902 section.header .roof {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  background: url("/wowpass/img/event/chuseok_260902/roof.png") center top/auto 65px repeat-x;
  pointer-events: none;
  z-index: 3;
}
div.chuseok_260902 section.header .wrap_1024 {
  position: relative;
  width: 1000px;
  max-width: 100%;
  height: 750px;
  margin: 140px auto 0;
  padding: 0;
  z-index: 2;
}
div.chuseok_260902 section.header .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
div.chuseok_260902 section.header .title h2 {
  margin: 0;
  width: 100%;
  max-width: 1000px;
}
div.chuseok_260902 section.header .title h2 img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
div.chuseok_260902 section.header .title .date {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: #6b5a55;
  letter-spacing: 0;
}
div.chuseok_260902 section.header .title .cta {
  margin: 0;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  color: #685d58;
  letter-spacing: 0;
}
div.chuseok_260902 section.header .song-container {
  position: absolute;
  left: 50%;
  top: 369px;
  z-index: 2;
  width: 516px;
  height: 516px;
  margin-left: -258px;
  overflow: visible;
  background: #f8f8f8;
  border: 1px solid #fff;
  border-radius: 500px;
}
div.chuseok_260902 section.header .song-bubble {
  position: absolute;
  left: -21.7054263566%;
  top: -7.7519379845%;
  z-index: 4;
  width: 180px;
}
@media (max-width: 960px) {
  div.chuseok_260902 section.header .song-bubble {
    width: 156px;
  }
}
@media (max-width: 760px) {
  div.chuseok_260902 section.header .song-bubble {
    width: 116px;
  }
}
@media (max-width: 480px) {
  div.chuseok_260902 section.header .song-bubble {
    width: 96px;
  }
}
div.chuseok_260902 section.header .song-bubble {
  height: auto;
  pointer-events: none;
  user-select: none;
}
div.chuseok_260902 section.header .song {
  position: absolute;
  width: 48.4496124031%;
  height: 24.8062015504%;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  appearance: none;
  transform-origin: 0 0;
  overflow: visible;
}
div.chuseok_260902 section.header .song::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 58%;
  z-index: 0;
  width: 130%;
  height: 150%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 245, 220, 0.9) 0%, rgba(255, 220, 160, 0.45) 38%, rgba(240, 109, 74, 0.12) 62%, transparent 78%);
  animation: chuseok-song-glow 3s ease-in-out infinite;
  pointer-events: none;
}
div.chuseok_260902 section.header .song img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: 50% 70%;
  animation: chuseok-sway 2.6s ease-in-out infinite, chuseok-song-shine 3s ease-in-out infinite;
}
div.chuseok_260902 section.header .song:hover, div.chuseok_260902 section.header .song:focus-visible {
  z-index: 3;
}
div.chuseok_260902 section.header .song:hover img, div.chuseok_260902 section.header .song:focus-visible img {
  animation-play-state: paused, running;
}
div.chuseok_260902 section.header .song--strawberry {
  left: 25.7751937984%;
  top: 2.519379845%;
}
div.chuseok_260902 section.header .song--strawberry::before {
  animation-delay: 0s;
}
div.chuseok_260902 section.header .song--strawberry img {
  animation-duration: 2.4s, 3s;
  animation-delay: 0s, 0s;
}
div.chuseok_260902 section.header .song--mugwort {
  left: -2.1007751938%;
  top: 17.1046511628%;
  transform: rotate(12.0789deg);
}
div.chuseok_260902 section.header .song--mugwort::before {
  animation-delay: 0.4s;
}
div.chuseok_260902 section.header .song--mugwort img {
  animation-duration: 2.8s, 3.2s;
  animation-delay: 0.2s, 0.4s;
}
div.chuseok_260902 section.header .song--rice {
  left: 2.1317829457%;
  top: 49.9205426357%;
  transform: rotate(-9.1118deg);
}
div.chuseok_260902 section.header .song--rice::before {
  animation-delay: 0.8s;
}
div.chuseok_260902 section.header .song--rice img {
  animation-duration: 2.9s, 3.1s;
  animation-delay: 0.1s, 0.8s;
}
div.chuseok_260902 section.header .song--pumpkin {
  left: 50%;
  top: 27.8720930233%;
  transform: rotate(-17.896deg);
}
div.chuseok_260902 section.header .song--pumpkin::before {
  animation-delay: 1.2s;
}
div.chuseok_260902 section.header .song--pumpkin img {
  animation-duration: 2.5s, 2.8s;
  animation-delay: 0.4s, 1.2s;
}
div.chuseok_260902 section.header .song--gardenia {
  left: 55.9554263566%;
  top: 39.3410852713%;
  transform: rotate(20.4538deg);
}
div.chuseok_260902 section.header .song--gardenia::before {
  animation-delay: 0.6s;
}
div.chuseok_260902 section.header .song--gardenia img {
  animation-duration: 2.7s, 3.3s;
  animation-delay: 0.35s, 0.6s;
}
div.chuseok_260902 section.header .bg-object {
  position: absolute;
  left: 50%;
  top: 557px;
  z-index: 1;
  width: 2144px;
  height: 345px;
  margin-left: -1072px;
  pointer-events: none;
}
div.chuseok_260902 section.header .damun {
  position: absolute;
  left: 50%;
  top: 41px;
  z-index: 0;
  width: 1382px;
  height: 196px;
  transform: translateX(-50%);
  opacity: 0.7;
  pointer-events: none;
  background: url("/wowpass/img/event/chuseok_260902/header_damun.png") center top/1382px auto no-repeat;
}
div.chuseok_260902 section.header .deco {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
div.chuseok_260902 section.header .deco--left {
  left: 531px;
  top: 76px;
  width: 316px;
  height: auto;
}
div.chuseok_260902 section.header .deco--right {
  left: 1297px;
  top: 0;
  width: 382px;
  height: auto;
}
@media (max-width: 960px) {
  div.chuseok_260902 section.header {
    height: auto;
    min-height: 0;
  }
  div.chuseok_260902 section.header .wrap_1024 {
    height: auto;
    width: 100%;
    margin: 80px auto 0;
    padding: 0 4% 80px;
  }
  div.chuseok_260902 section.header .title {
    width: 100%;
    gap: 16px;
  }
  div.chuseok_260902 section.header .title .date {
    font-size: 14px;
  }
  div.chuseok_260902 section.header .title .cta {
    font-size: 18px;
  }
  div.chuseok_260902 section.header .bg-object {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 220px;
    margin-left: 0;
    left: 0;
  }
  div.chuseok_260902 section.header .damun {
    width: 100%;
    height: 120px;
    background-size: 900px auto;
  }
  div.chuseok_260902 section.header .song-container {
    position: relative;
    left: auto;
    top: auto;
    width: 340px;
    height: 340px;
    margin: 24px auto 0;
  }
  div.chuseok_260902 section.header .deco--left {
    width: 220px;
    left: 0;
    top: auto;
    bottom: 0;
  }
  div.chuseok_260902 section.header .deco--right {
    width: 260px;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 760px) {
  div.chuseok_260902 section.header .wrap_1024 {
    padding: 0 4% 60px;
  }
  div.chuseok_260902 section.header .title .date {
    font-size: 13px;
  }
  div.chuseok_260902 section.header .title .cta {
    font-size: 16px;
  }
  div.chuseok_260902 section.header .bg-object {
    height: 140px;
  }
  div.chuseok_260902 section.header .damun {
    height: 80px;
    background-size: 640px auto;
  }
  div.chuseok_260902 section.header .song-container {
    width: 260px;
    height: 260px;
  }
  div.chuseok_260902 section.header .deco--left,
  div.chuseok_260902 section.header .deco--right {
    display: none;
  }
}
@media (max-width: 480px) {
  div.chuseok_260902 section.header .roof {
    height: 40px;
    background-size: auto 40px;
  }
}
div.chuseok_260902 section.more_sc {
  position: relative;
  overflow: visible;
  background: #e9d9c2;
  text-align: center;
  padding: 160px 40px 0;
}
div.chuseok_260902 section.more_sc::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.12;
  background: url("/wowpass/img/event/chuseok_260902/header_brick.svg") repeat;
  background-size: 640px 286px;
}
div.chuseok_260902 section.more_sc .roof {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  background: url("/wowpass/img/event/chuseok_260902/roof.png") center top/auto 65px repeat-x;
  pointer-events: none;
  z-index: 3;
}
div.chuseok_260902 section.more_sc .wrap_1024 {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
div.chuseok_260902 section.more_sc .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
}
div.chuseok_260902 section.more_sc .title h2 {
  margin: 0;
  width: 100%;
}
div.chuseok_260902 section.more_sc .title h2 img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
div.chuseok_260902 section.more_sc .more_cta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #685d58;
  letter-spacing: 0;
}
div.chuseok_260902 section.more_sc .more_cta em {
  font-style: normal;
  color: #f06d4a;
}
div.chuseok_260902 section.more_sc .more_cta .imoge {
  display: block;
  width: 60px;
  height: 53px;
  margin-left: 4px;
  object-fit: contain;
}
div.chuseok_260902 section.more_sc .gam-container {
  position: relative;
  align-self: flex-start;
  width: 100%;
  max-width: 1000px;
  margin-top: 110px;
  margin-left: -41px;
  margin-bottom: 0;
  line-height: 0;
  overflow: visible;
}
div.chuseok_260902 section.more_sc .gam-container .branch {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  vertical-align: bottom;
}
div.chuseok_260902 section.more_sc .gam-bubble {
  position: absolute;
  right: 16%;
  top: -1.1494252874%;
  z-index: 3;
  width: 180px;
}
@media (max-width: 960px) {
  div.chuseok_260902 section.more_sc .gam-bubble {
    width: 156px;
  }
}
@media (max-width: 760px) {
  div.chuseok_260902 section.more_sc .gam-bubble {
    width: 116px;
  }
}
@media (max-width: 480px) {
  div.chuseok_260902 section.more_sc .gam-bubble {
    width: 96px;
  }
}
div.chuseok_260902 section.more_sc .gam-bubble {
  height: auto;
  pointer-events: none;
  user-select: none;
}
div.chuseok_260902 section.more_sc .gam {
  position: absolute;
  width: 20%;
  height: 38.3141762452%;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  appearance: none;
  z-index: 2;
  overflow: visible;
}
div.chuseok_260902 section.more_sc .gam::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 55%;
  z-index: 0;
  width: 120%;
  height: 120%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 245, 220, 0.9) 0%, rgba(255, 220, 160, 0.45) 38%, rgba(240, 109, 74, 0.12) 62%, transparent 78%);
  animation: chuseok-song-glow 3s ease-in-out infinite;
  pointer-events: none;
}
div.chuseok_260902 section.more_sc .gam img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: 50% 80%;
  animation: chuseok-sway 2.6s ease-in-out infinite, chuseok-song-shine 3s ease-in-out infinite;
}
div.chuseok_260902 section.more_sc .gam:hover, div.chuseok_260902 section.more_sc .gam:focus-visible {
  z-index: 3;
}
div.chuseok_260902 section.more_sc .gam:hover img, div.chuseok_260902 section.more_sc .gam:focus-visible img {
  animation-play-state: paused, running;
}
div.chuseok_260902 section.more_sc .gam--1 {
  left: -0.1%;
  top: 1.3409961686%;
}
div.chuseok_260902 section.more_sc .gam--1::before {
  animation-delay: 0s;
}
div.chuseok_260902 section.more_sc .gam--1 img {
  animation-duration: 2.6s, 3s;
  animation-delay: 0s, 0s;
}
div.chuseok_260902 section.more_sc .gam--2 {
  left: 39%;
  top: 6.3218390805%;
}
div.chuseok_260902 section.more_sc .gam--2::before {
  animation-delay: 0.4s;
}
div.chuseok_260902 section.more_sc .gam--2 img {
  animation-duration: 2.9s, 3.1s;
  animation-delay: 0.15s, 0.4s;
}
div.chuseok_260902 section.more_sc .gam--3 {
  left: 56.8%;
  top: 35.0574712644%;
}
div.chuseok_260902 section.more_sc .gam--3::before {
  animation-delay: 0.8s;
}
div.chuseok_260902 section.more_sc .gam--3 img {
  animation-duration: 2.4s, 2.9s;
  animation-delay: 0.3s, 0.8s;
}
div.chuseok_260902 section.more_sc .gam--4 {
  left: 77.8%;
  top: 50.9578544061%;
}
div.chuseok_260902 section.more_sc .gam--4::before {
  animation-delay: 1.2s;
}
div.chuseok_260902 section.more_sc .gam--4 img {
  animation-duration: 2.7s, 3.2s;
  animation-delay: 0.45s, 1.2s;
}
div.chuseok_260902 section.more_sc .gam--5 {
  left: 23%;
  top: 56.5134099617%;
}
div.chuseok_260902 section.more_sc .gam--5::before {
  animation-delay: 0.6s;
}
div.chuseok_260902 section.more_sc .gam--5 img {
  animation-duration: 2.5s, 3.3s;
  animation-delay: 0.1s, 0.6s;
}
div.chuseok_260902 section.more_sc .deco {
  position: absolute;
  z-index: 4;
  pointer-events: none;
}
div.chuseok_260902 section.more_sc .deco--dragonfly-left {
  left: calc(50% - 515px);
  bottom: 45px;
  width: 78px;
  height: auto;
  animation: chuseok-fly 6.5s ease-in-out infinite;
}
div.chuseok_260902 section.more_sc .deco--dragonfly-right {
  left: calc(50% + 395px);
  top: 449px;
  width: 108px;
  height: auto;
  animation: chuseok-fly-r 7.2s ease-in-out infinite;
  animation-delay: 0.8s;
}
@media (max-width: 960px) {
  div.chuseok_260902 section.more_sc {
    padding: 100px 40px 0;
  }
  div.chuseok_260902 section.more_sc .title {
    gap: 20px;
  }
  div.chuseok_260902 section.more_sc .more_cta {
    font-size: 28px;
  }
  div.chuseok_260902 section.more_sc .more_cta .imoge {
    width: 40px;
    height: 35px;
  }
  div.chuseok_260902 section.more_sc .gam-container {
    margin-top: 40px;
    margin-left: 0;
    padding: 0 4%;
  }
  div.chuseok_260902 section.more_sc .deco--dragonfly-left {
    width: 53px;
    left: 4%;
    bottom: 24px;
  }
  div.chuseok_260902 section.more_sc .deco--dragonfly-right {
    width: 73px;
    left: auto;
    right: 4%;
    top: 280px;
  }
}
@media (max-width: 760px) {
  div.chuseok_260902 section.more_sc {
    padding: 80px 40px 0;
  }
  div.chuseok_260902 section.more_sc .more_cta {
    font-size: 20px;
  }
  div.chuseok_260902 section.more_sc .more_cta .imoge {
    width: 32px;
    height: 28px;
  }
  div.chuseok_260902 section.more_sc .gam-container {
    margin-top: 24px;
  }
  div.chuseok_260902 section.more_sc .deco--dragonfly-left {
    display: block;
    width: 43px;
    left: 4%;
    bottom: 16px;
  }
  div.chuseok_260902 section.more_sc .deco--dragonfly-right {
    display: block;
    width: 59px;
    left: auto;
    right: 4%;
    top: 52%;
  }
}
@media (max-width: 480px) {
  div.chuseok_260902 section.more_sc .roof {
    height: 40px;
    background-size: auto 40px;
  }
  div.chuseok_260902 section.more_sc .more_cta {
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  div.chuseok_260902 section.more_sc .gam-bubble {
    right: -3.6%;
    top: -6.1302681992%;
  }
}
div.chuseok_260902 {
  /*_placeholder.scss*/
}
div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab .card_ul, div.chuseok_260902 section.curriculum_sc div.wrap_1024 .btn_wrap .btn_ul {
  *zoom: 1;
}
div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab .card_ul:before, div.chuseok_260902 section.curriculum_sc div.wrap_1024 .btn_wrap .btn_ul:before, div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab .card_ul:after, div.chuseok_260902 section.curriculum_sc div.wrap_1024 .btn_wrap .btn_ul:after {
  content: "";
  display: table;
}
div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab .card_ul:after, div.chuseok_260902 section.curriculum_sc div.wrap_1024 .btn_wrap .btn_ul:after {
  clear: both;
}
div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab .card_ul > li > a .txt, div.chuseok_260902 section.curriculum_sc {
  color: #0b1431;
}
div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab .card_ul > li {
  background-color: #fff;
}
div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab .card_ul > li > a .emblem {
  color: #fdd04f;
}
div.chuseok_260902 section.curriculum_sc div.title_wrap {
  padding: 0;
  text-align: center;
}
div.chuseok_260902 section.curriculum_sc div.title_wrap h4.title {
  font-size: 36px;
  margin: 0 0 20px 0;
  font-family: "Pretendard Variable", "Pretendard", "Noto Sans KR", "Malgun Gothic", "Dotum", "DroidFont", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -1.2px;
}
div.chuseok_260902 section.curriculum_sc div.title_wrap h4.title.black {
  color: #4d382e;
}
div.chuseok_260902 section.curriculum_sc div.title_wrap h4.title.black em {
  color: #004deb;
}
div.chuseok_260902 section.curriculum_sc div.title_wrap h4.title.white {
  color: #fff;
}
div.chuseok_260902 section.curriculum_sc div.title_wrap h4.title.white em {
  color: #47f4ff;
}
div.chuseok_260902 section.curriculum_sc div.title_wrap p.sm_text {
  font-size: 24px;
  font-size: 1.56rem;
}
div.chuseok_260902 section.curriculum_sc div.title_wrap p.sm_text.white {
  color: #fff;
}
@media (max-width: 960px) {
  div.chuseok_260902 section.curriculum_sc div.title_wrap h4.title {
    font-size: 36px;
    margin: 0 0 10px 0;
    line-height: 1.2;
    letter-spacing: -0.8px;
  }
  div.chuseok_260902 section.curriculum_sc div.title_wrap p.sm_text {
    font-size: 22px;
    font-size: 1.43rem;
  }
}
@media (max-width: 480px) {
  div.chuseok_260902 section.curriculum_sc div.title_wrap h4.title {
    font-size: 24px;
    margin: 0 0 10px 0;
    line-height: 1.2;
    letter-spacing: -0.8px;
  }
  div.chuseok_260902 section.curriculum_sc div.title_wrap p.sm_text {
    font-size: 19px;
    font-size: 1.235rem;
    margin: 20px 0 0 0;
  }
}
div.chuseok_260902 section.curriculum_sc {
  background: #f0eadf;
  padding: 160px 0;
}
@media (max-width: 960px) {
  div.chuseok_260902 section.curriculum_sc {
    padding: 100px 20px;
  }
  div.chuseok_260902 section.curriculum_sc div.title_wrap h4.title {
    margin: 0;
    color: #4d382e;
  }
}
@media (max-width: 480px) {
  div.chuseok_260902 section.curriculum_sc {
    padding: 80px 20px;
  }
}
div.chuseok_260902 section.curriculum_sc div.wrap_1024 .btn_wrap {
  width: 100%;
  margin: 110px 0 0 0;
}
div.chuseok_260902 section.curriculum_sc div.wrap_1024 .btn_wrap .btn_ul .btn_li {
  float: left;
  width: 50%;
  border-bottom: 1px solid #7b7b7a;
  text-align: center;
  cursor: pointer;
}
div.chuseok_260902 section.curriculum_sc div.wrap_1024 .btn_wrap .btn_ul .btn_li > p {
  font-size: 24px;
  font-size: 1.56rem;
  color: #7b7b7a;
  font-weight: 400;
  padding: 0 10px 20px;
}
div.chuseok_260902 section.curriculum_sc div.wrap_1024 .btn_wrap .btn_ul .btn_li.active {
  border-bottom: 3px solid #000;
}
div.chuseok_260902 section.curriculum_sc div.wrap_1024 .btn_wrap .btn_ul .btn_li.active > p {
  color: #000;
  font-weight: 700;
  padding: 0 10px 18px;
}
@media (max-width: 960px) {
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .btn_wrap {
    margin: 60px 0 0 0;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .btn_wrap .btn_ul .btn_li > p {
    font-size: 20px;
    font-size: 1.3rem;
    padding: 0 5px 18px;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .btn_wrap .btn_ul .btn_li.active > p {
    padding: 0 5px 16px;
  }
}
@media (max-width: 760px) {
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .btn_wrap .btn_ul .btn_li > p {
    font-size: 17px;
    font-size: 1.105rem;
    padding: 0 5px 16px;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .btn_wrap .btn_ul .btn_li.active > p {
    padding: 0 5px 14px;
  }
}
@media (max-width: 480px) {
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .btn_wrap .btn_ul .btn_li {
    height: 54px;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .btn_wrap .btn_ul .btn_li:before {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    content: " ";
    height: 100%;
    vertical-align: middle;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .btn_wrap .btn_ul .btn_li > p {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    font-size: 16px;
    font-size: 1.04rem;
    vertical-align: middle;
    padding: 0 5px 0;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .btn_wrap .btn_ul .btn_li.active > p {
    padding: 0 5px 0;
  }
}
div.chuseok_260902 section.curriculum_sc div.wrap_1024 .btn_conts {
  margin: 60px 0 0 0;
}
div.chuseok_260902 section.curriculum_sc div.wrap_1024 .btn_conts .each_btn {
  display: none;
}
div.chuseok_260902 section.curriculum_sc div.wrap_1024 .btn_conts .each_btn.active {
  display: block;
}
div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_wrap {
  width: 100%;
}
div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_wrap .tab_ul {
  position: relative;
  display: block;
  text-align: center;
}
div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_wrap .tab_ul .tab_li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  width: auto;
  margin: 0 2px;
  text-align: center;
  z-index: 2;
  cursor: pointer;
}
div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_wrap .tab_ul .tab_li > p {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  font-size: 15px;
  font-size: 0.975rem;
  border: 1px solid #d4d4d4;
  background: #f3f3f3;
  color: #989898;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 6px;
  letter-spacing: 0;
}
div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_wrap .tab_ul .tab_li.active > p {
  border: 1px solid #f06d4a;
  background: #f06d4a;
  color: #fff;
  font-weight: 700;
}
div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab {
  display: none;
  margin-top: 20px;
}
div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab.active {
  display: block;
}
div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab .card_ul > li {
  width: 24%;
  height: 230px;
  position: relative;
  float: left;
  margin: 1% 0.5% 0;
}
div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab .card_ul > li > a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  border: 1px solid #f9f6ee;
}
div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab .card_ul > li > a .thum_img > img {
  width: 100%;
}
div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab .card_ul > li > a .txt {
  padding: 23px 20px;
  text-align: left;
}
div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab .card_ul > li > a .txt .subject {
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 15px;
  font-size: 0.975rem;
  font-weight: 500;
  letter-spacing: 0;
}
div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab .card_ul > li > a .txt .price {
  font-size: 20px;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: 0;
  margin-top: 4px;
}
div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab .card_ul > li > a .emblem {
  width: 35px;
  height: 35px;
  background: #2e180f;
  border: 1px solid;
  position: absolute;
  border-radius: 3px;
  text-align: center;
  bottom: 55.5px;
  right: 4.5px;
  padding-top: 4px;
}
div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab .card_ul > li > a .emblem > p {
  font-size: 11.2px;
  font-size: 0.728rem;
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: 400;
}
div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab .card_ul > li > a:hover {
  border: 1px solid #2e180f;
  transition: 0.3s;
}
@media (max-width: 960px) {
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 {
    margin-top: 70px;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_wrap .tab_ul .tab_li {
    margin: 2px;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_wrap .tab_ul .tab_li > p {
    font-size: 16px;
    font-size: 1.04rem;
    padding: 8px 20px;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab {
    margin-top: 50px;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab .card_ul > li {
    height: 190px;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab .card_ul > li > a .txt {
    padding: 20px 18px;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab .card_ul > li > a .txt .subject {
    font-size: 14.4px;
    font-size: 0.936rem;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab .card_ul > li > a .txt .price {
    font-size: 18px;
    font-size: 1.17rem;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab .card_ul > li > a .emblem {
    width: 34px;
    height: 34px;
    bottom: 2%;
    right: 4px;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab .card_ul > li > a .emblem > p {
    font-size: 11px;
    font-size: 0.715rem;
  }
}
@media (max-width: 760px) {
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 {
    margin-top: 55px;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_wrap .tab_ul .tab_li {
    margin: 3px 1px;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_wrap .tab_ul .tab_li > p {
    font-size: 15px;
    font-size: 0.975rem;
    padding: 7px 15px;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab {
    margin-top: 40px;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab .card_ul > li {
    width: 31.3%;
    height: auto;
    margin: 1%;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab .card_ul > li .txt {
    height: 108px;
    padding: 18px 15px;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab .card_ul > li .txt .subject {
    font-size: 14.4px;
    font-size: 0.936rem;
    word-break: break-all;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab .card_ul > li .txt .price {
    font-size: 16px;
    font-size: 1.04rem;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab .card_ul > li .emblem {
    width: 32px;
    height: 32px;
    bottom: 2%;
    right: 4px;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab .card_ul > li .emblem > p {
    font-size: 11px;
    font-size: 0.715rem;
  }
}
@media (max-width: 600px) {
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 {
    margin-top: 45px;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_wrap .tab_ul {
    padding: 0 5%;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_wrap .tab_ul .tab_li {
    margin: 3px 1px;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_wrap .tab_ul .tab_li > p {
    font-size: 14.6px;
    font-size: 0.949rem;
    padding: 7px 18px;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab {
    margin-top: 30px;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab .card_ul > li > a .txt {
    height: 100px;
    padding: 20px 12px 0;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab .card_ul > li > a .txt .subject {
    font-size: 13.8px;
    font-size: 0.897rem;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab .card_ul > li > a .txt .price {
    font-size: 16px;
    font-size: 1.04rem;
    margin-top: 4px;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab .card_ul > li > a .emblem {
    width: 50px;
    height: 22px;
    bottom: 39%;
    right: 4px;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab .card_ul > li > a .emblem > p {
    font-size: 11px;
    font-size: 0.715rem;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab .card_ul > li > a .emblem > p br {
    display: none;
  }
}
@media (max-width: 500px) {
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab {
    margin-top: 25px;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab .card_ul > li > a .txt {
    height: 90px;
    padding: 18px 10px 0 13px;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab .card_ul > li > a .subject {
    font-size: 13.8px;
    font-size: 0.897rem;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab .card_ul > li > a .price {
    font-size: 14px;
    font-size: 0.91rem;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab .card_ul > li > a .emblem {
    width: 47px;
    height: 19px;
    bottom: 43%;
    right: 4px;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab .card_ul > li > a .emblem > p {
    font-size: 10.6px;
    font-size: 0.689rem;
  }
}
@media (max-width: 440px) {
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 {
    margin-top: 35px;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_wrap .tab_ul {
    padding: 0 3%;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_wrap .tab_ul .tab_li {
    margin: 3px 1px;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_wrap .tab_ul .tab_li > p {
    font-size: 13.6px;
    font-size: 0.884rem;
    padding: 5px 13px 6px;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab {
    margin-top: 15px;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab .card_ul > li {
    width: 48%;
    height: auto;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab .card_ul > li > a .txt {
    padding: 20px 10px 0 12px;
    height: 90px;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab .card_ul > li > a .txt .subject {
    font-size: 13.4px;
    font-size: 0.871rem;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab .card_ul > li > a .txt .price {
    font-size: 14.6px;
    font-size: 0.949rem;
    margin-top: 3px;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .cont_01 .tab_conts .each_tab .card_ul > li > a .emblem {
    bottom: 38%;
  }
}
div.chuseok_260902 section.curriculum_sc div.wrap_1024 .btn_conts .each_btn .cont_02 {
  margin-top: 60px;
  text-align: center;
}
div.chuseok_260902 section.curriculum_sc div.wrap_1024 .btn_conts .each_btn .cont_02 .tit {
  font-size: 33px;
  font-size: 2.145rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.4;
  color: #0b1431;
}
div.chuseok_260902 section.curriculum_sc div.wrap_1024 .btn_conts .each_btn .cont_02 .tit > em {
  font-weight: 800;
}
div.chuseok_260902 section.curriculum_sc div.wrap_1024 .btn_conts .each_btn .cont_02 div.item_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 60px 0 0 0;
}
div.chuseok_260902 section.curriculum_sc div.wrap_1024 .btn_conts .each_btn .cont_02 div.item_wrap div.item {
  width: 30%;
  padding: 30px 20px;
  border: 3px solid #6097fe;
  border-radius: 30px;
  background: #fff;
  box-shadow: 2px 0 20px rgba(9, 39, 94, 0.2);
  text-align: center;
}
div.chuseok_260902 section.curriculum_sc div.wrap_1024 .btn_conts .each_btn .cont_02 div.item_wrap div.item div.img > img {
  max-width: 100%;
  margin: 0 auto;
}
div.chuseok_260902 section.curriculum_sc div.wrap_1024 .btn_conts .each_btn .cont_02 div.item_wrap div.item div.txt {
  font-size: 17px;
  font-size: 1.105rem;
  margin-top: 20px;
  font-weight: 400;
  line-height: 1.4;
}
div.chuseok_260902 section.curriculum_sc div.wrap_1024 .btn_conts .each_btn .cont_02 div.item_wrap div.item div.txt > em {
  font-size: 20px;
  font-size: 1.3rem;
  display: block;
  margin: 0 0 6px 0;
  font-weight: 700;
}
div.chuseok_260902 section.curriculum_sc div.wrap_1024 .btn_conts .each_btn .cont_02 div.btn_wrap {
  margin: 100px 0 0 0;
  text-align: center;
}
div.chuseok_260902 section.curriculum_sc div.wrap_1024 .btn_conts .each_btn .cont_02 div.btn_wrap a.btn_wafull {
  font-size: 25px;
  font-size: 1.625rem;
  display: inline-block;
  width: 400px;
  height: 80px;
  border-radius: 100px;
  border: 0;
  background: linear-gradient(to bottom, #1c6efb, #154ecc);
  box-shadow: 0 5px 10px rgba(27, 56, 151, 0.5);
  color: #fff;
  line-height: 80px;
  font-weight: 700;
  transition: all ease-in-out 0.3s;
}
div.chuseok_260902 section.curriculum_sc div.wrap_1024 .btn_conts .each_btn .cont_02 div.btn_wrap a.btn_wafull:hover {
  transform: translateY(8px);
}
@media (max-width: 960px) {
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .btn_conts .each_btn .cont_02 .tit {
    font-size: 30px;
    font-size: 1.95rem;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .btn_conts .each_btn .cont_02 div.item_wrap {
    margin: 50px 0 0 0;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .btn_conts .each_btn .cont_02 div.item_wrap div.item {
    width: 32%;
    padding: 20px;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .btn_conts .each_btn .cont_02 div.item_wrap div.item div.img > img {
    max-width: 70%;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .btn_conts .each_btn .cont_02 div.item_wrap div.item div.txt {
    line-height: 1.3;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .btn_conts .each_btn .cont_02 div.btn_wrap {
    margin: 60px 0 0 0;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .btn_conts .each_btn .cont_02 div.btn_wrap a.btn_wafull {
    font-size: 22px;
    font-size: 1.43rem;
    width: 400px;
    height: 80px;
    line-height: 80px;
  }
}
@media (max-width: 480px) {
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .btn_conts .each_btn .cont_02 .tit {
    font-size: 20px;
    font-size: 1.3rem;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .btn_conts .each_btn .cont_02 div.item_wrap {
    flex-wrap: wrap;
    gap: 10px;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .btn_conts .each_btn .cont_02 div.item_wrap div.item {
    width: 100%;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .btn_conts .each_btn .cont_02 div.item_wrap div.item div.img > img {
    width: 80px;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .btn_conts .each_btn .cont_02 div.item_wrap div.item div.txt {
    font-size: 15px;
    font-size: 0.975rem;
    margin-top: 10px;
    line-height: 1.3;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .btn_conts .each_btn .cont_02 div.btn_wrap {
    margin: 40px 0 0 0;
  }
  div.chuseok_260902 section.curriculum_sc div.wrap_1024 .btn_conts .each_btn .cont_02 div.btn_wrap a.btn_wafull {
    font-size: 18px;
    font-size: 1.17rem;
    width: 85%;
    height: 60px;
    line-height: 60px;
  }
}
div.chuseok_260902 section.curriculum_sc [data-aos] {
  opacity: 1;
  transform: none;
}
div.chuseok_260902 section.wafull_sc {
  background: #fbf9f2;
  padding: 100px 0;
}
@media (max-width: 960px) {
  div.chuseok_260902 section.wafull_sc {
    padding: 80px 4%;
  }
}
@media (max-width: 760px) {
  div.chuseok_260902 section.wafull_sc {
    padding: 60px 4%;
  }
}
@media (max-width: 480px) {
  div.chuseok_260902 section.wafull_sc {
    padding: 40px 4%;
  }
}
div.chuseok_260902 section.wafull_sc div.wrap_1024 .wafull_wrap {
  position: relative;
}
div.chuseok_260902 section.wafull_sc div.wrap_1024 .wafull_wrap .wafull {
  display: block;
  width: 870px;
  max-width: 100%;
  margin: 0 auto;
}
div.chuseok_260902 section.wafull_sc div.wrap_1024 .wafull_wrap .subject {
  position: absolute;
  left: 50%;
  background: #0d6e38;
  padding: 15px 28px;
  border-radius: 10px;
}
div.chuseok_260902 section.wafull_sc div.wrap_1024 .wafull_wrap .subject > p {
  font-size: 25px;
  font-size: 1.625rem;
  font-weight: 700;
  color: #fff;
}
div.chuseok_260902 section.wafull_sc div.wrap_1024 .wafull_wrap .subject.posi1 {
  animation: chuseok-pulse 2.5s ease-in-out infinite 0s;
  top: 135px;
  margin-left: -180px;
}
div.chuseok_260902 section.wafull_sc div.wrap_1024 .wafull_wrap .subject.posi2 {
  animation: chuseok-pulse 2s ease-in-out infinite 0.3s;
  top: 162px;
  margin-left: 30px;
}
div.chuseok_260902 section.wafull_sc div.wrap_1024 .wafull_wrap .subject.posi3 {
  animation: chuseok-pulse 2.3s ease-in-out infinite 0s;
  top: 261px;
  margin-left: -251px;
}
div.chuseok_260902 section.wafull_sc div.wrap_1024 .wafull_wrap .subject.posi4 {
  animation: chuseok-pulse 2s ease-in-out infinite 0.7s;
  top: 200px;
  margin-left: 150px;
}
@media (max-width: 960px) {
  div.chuseok_260902 section.wafull_sc div.wrap_1024 .wafull_wrap .wafull {
    width: 100%;
  }
  div.chuseok_260902 section.wafull_sc div.wrap_1024 .wafull_wrap .subject {
    padding: 13px 25px;
  }
  div.chuseok_260902 section.wafull_sc div.wrap_1024 .wafull_wrap .subject > p {
    font-size: 22px;
    font-size: 1.43rem;
  }
  div.chuseok_260902 section.wafull_sc div.wrap_1024 .wafull_wrap .subject.posi1 {
    top: 25%;
    margin-left: -26%;
  }
  div.chuseok_260902 section.wafull_sc div.wrap_1024 .wafull_wrap .subject.posi2 {
    top: 23%;
    margin-left: 2%;
  }
  div.chuseok_260902 section.wafull_sc div.wrap_1024 .wafull_wrap .subject.posi3 {
    top: 41%;
    margin-left: -30%;
  }
  div.chuseok_260902 section.wafull_sc div.wrap_1024 .wafull_wrap .subject.posi4 {
    top: 34%;
    margin-left: 11%;
  }
}
@media (max-width: 760px) {
  div.chuseok_260902 section.wafull_sc div.wrap_1024 .wafull_wrap .subject {
    padding: 10px 15px;
    border-radius: 7px;
  }
  div.chuseok_260902 section.wafull_sc div.wrap_1024 .wafull_wrap .subject > p {
    font-size: 16px;
    font-size: 1.04rem;
  }
  div.chuseok_260902 section.wafull_sc div.wrap_1024 .wafull_wrap .subject.posi1 {
    top: 24%;
    margin-left: -26%;
  }
  div.chuseok_260902 section.wafull_sc div.wrap_1024 .wafull_wrap .subject.posi2 {
    top: 22%;
    margin-left: 2%;
  }
  div.chuseok_260902 section.wafull_sc div.wrap_1024 .wafull_wrap .subject.posi3 {
    top: 41%;
    margin-left: -30%;
  }
  div.chuseok_260902 section.wafull_sc div.wrap_1024 .wafull_wrap .subject.posi4 {
    top: 33%;
    margin-left: 11%;
  }
}
@media (max-width: 480px) {
  div.chuseok_260902 section.wafull_sc div.wrap_1024 .wafull_wrap .subject {
    padding: 5px 10px;
    border-radius: 5px;
  }
  div.chuseok_260902 section.wafull_sc div.wrap_1024 .wafull_wrap .subject > p {
    font-size: 12.4px;
    font-size: 0.806rem;
    font-weight: 600;
  }
  div.chuseok_260902 section.wafull_sc div.wrap_1024 .wafull_wrap .subject.posi1 {
    top: 22%;
    margin-left: -26%;
  }
  div.chuseok_260902 section.wafull_sc div.wrap_1024 .wafull_wrap .subject.posi2 {
    top: 22%;
    margin-left: 7%;
  }
  div.chuseok_260902 section.wafull_sc div.wrap_1024 .wafull_wrap .subject.posi3 {
    top: 41%;
    margin-left: -30%;
  }
  div.chuseok_260902 section.wafull_sc div.wrap_1024 .wafull_wrap .subject.posi4 {
    top: 33%;
    margin-left: 11%;
  }
}
div.chuseok_260902 section.wafull_sc div.wrap_1024 .btn_ul {
  margin-top: 8px;
  text-align: center;
}
div.chuseok_260902 section.wafull_sc div.wrap_1024 .btn_ul .btn_02 {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
div.chuseok_260902 section.wafull_sc div.wrap_1024 .btn_ul .btn_02 > img {
  display: block;
  width: 480px;
  max-width: 100%;
  margin: 0 auto;
}
div.chuseok_260902 section.wafull_sc div.wrap_1024 .btn_ul .btn_02:hover {
  transform: translateY(5px);
}
@media (max-width: 960px) {
  div.chuseok_260902 section.wafull_sc div.wrap_1024 .btn_ul {
    margin-top: 0;
  }
  div.chuseok_260902 section.wafull_sc div.wrap_1024 .btn_ul .btn_02 > img {
    width: 48%;
  }
}
@media (max-width: 480px) {
  div.chuseok_260902 section.wafull_sc div.wrap_1024 .btn_ul {
    margin-top: 8px;
  }
  div.chuseok_260902 section.wafull_sc div.wrap_1024 .btn_ul .btn_02 > img {
    width: 80%;
  }
}
div.chuseok_260902 section.notice_sc {
  background: #555555;
  padding: 100px 0;
  letter-spacing: -1.2px;
}
@media (max-width: 960px) {
  div.chuseok_260902 section.notice_sc {
    padding: 80px 4%;
  }
}
@media (max-width: 760px) {
  div.chuseok_260902 section.notice_sc {
    padding: 60px 4%;
  }
}
@media (max-width: 480px) {
  div.chuseok_260902 section.notice_sc {
    padding: 40px 4%;
  }
}
div.chuseok_260902 section.notice_sc .notice-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
div.chuseok_260902 section.notice_sc .notice-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
div.chuseok_260902 section.notice_sc .notice-item .notice_tit {
  flex: 0 0 200px;
  width: 200px;
  margin: 0;
  font-size: 20px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
}
div.chuseok_260902 section.notice_sc .notice-item ul {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding-left: 21px;
  list-style: disc;
}
div.chuseok_260902 section.notice_sc .notice-item ul li {
  font-size: 14px;
  font-size: 0.91rem;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
}
@media (max-width: 760px) {
  div.chuseok_260902 section.notice_sc .notice-item {
    flex-direction: column;
    gap: 8px;
  }
  div.chuseok_260902 section.notice_sc .notice-item .notice_tit {
    flex: none;
    width: auto;
    font-size: 16px;
    font-size: 1.04rem;
  }
  div.chuseok_260902 section.notice_sc .notice-item ul li {
    font-size: 13px;
    font-size: 0.845rem;
  }
}
@media (max-width: 480px) {
  div.chuseok_260902 section.notice_sc .notice-item .notice_tit {
    font-size: 15px;
    font-size: 0.975rem;
  }
  div.chuseok_260902 section.notice_sc .notice-item ul li {
    font-size: 12px;
    font-size: 0.78rem;
  }
}
div.chuseok_260902 .chuseok_pop_layer,
div.chuseok_260902 .chuseok_wafull_pop_layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
div.chuseok_260902 .chuseok_pop_layer .dimBg,
div.chuseok_260902 .chuseok_wafull_pop_layer .dimBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
div.chuseok_260902 .chuseok_pop_layer .chuseok_pop,
div.chuseok_260902 .chuseok_wafull_pop_layer .chuseok_pop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  max-width: 448px;
  box-sizing: border-box;
  padding-top: 38px;
}
div.chuseok_260902 .chuseok_pop_layer .btn-layerClose,
div.chuseok_260902 .chuseok_wafull_pop_layer .btn-layerClose {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  display: block;
  width: 33px;
  height: 33px;
  padding: 0;
  border: 0;
  background-color: #fff;
  cursor: pointer;
  line-height: 0;
  text-decoration: none;
}
div.chuseok_260902 .chuseok_pop_layer .btn-layerClose img,
div.chuseok_260902 .chuseok_wafull_pop_layer .btn-layerClose img {
  display: block;
  width: 33px;
  height: 33px;
}
div.chuseok_260902 .chuseok_pop_layer .pop_inner,
div.chuseok_260902 .chuseok_wafull_pop_layer .pop_inner {
  overflow: hidden;
}
div.chuseok_260902 .chuseok_pop_layer .pop_body,
div.chuseok_260902 .chuseok_wafull_pop_layer .pop_body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 80px 40px 40px;
  background: #f0eadf;
  text-align: center;
}
div.chuseok_260902 .chuseok_pop_layer .pop_text,
div.chuseok_260902 .chuseok_wafull_pop_layer .pop_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
div.chuseok_260902 .chuseok_pop_layer .pop_text .pop_tit,
div.chuseok_260902 .chuseok_wafull_pop_layer .pop_text .pop_tit {
  margin: 0;
}
div.chuseok_260902 .chuseok_pop_layer .pop_text .pop_tit img,
div.chuseok_260902 .chuseok_wafull_pop_layer .pop_text .pop_tit img {
  display: block;
  width: 180px;
  height: auto;
  margin: 0 auto;
}
div.chuseok_260902 .chuseok_pop_layer .pop_text .pop_desc,
div.chuseok_260902 .chuseok_wafull_pop_layer .pop_text .pop_desc {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #2c1b18;
  letter-spacing: 0;
}
div.chuseok_260902 .chuseok_pop_layer .pop_text .pop_desc [data-chang_txt_type=id],
div.chuseok_260902 .chuseok_wafull_pop_layer .pop_text .pop_desc [data-chang_txt_type=id] {
  margin-right: 4px;
}
div.chuseok_260902 .chuseok_pop_layer .pop_text .pop_desc em,
div.chuseok_260902 .chuseok_wafull_pop_layer .pop_text .pop_desc em {
  font-style: normal;
  font-weight: 700;
  color: #f06d4a;
}
div.chuseok_260902 .chuseok_pop_layer .pop_coupon,
div.chuseok_260902 .chuseok_wafull_pop_layer .pop_coupon {
  width: 250px;
}
div.chuseok_260902 .chuseok_pop_layer .pop_coupon img,
div.chuseok_260902 .chuseok_wafull_pop_layer .pop_coupon img {
  display: block;
  width: 100%;
  height: auto;
}
div.chuseok_260902 .chuseok_pop_layer .pop_notice,
div.chuseok_260902 .chuseok_wafull_pop_layer .pop_notice {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 24px 40px;
  background: #685d58;
  color: #fff;
  text-align: left;
  box-sizing: border-box;
}
div.chuseok_260902 .chuseok_pop_layer .pop_notice .notice_tit,
div.chuseok_260902 .chuseok_wafull_pop_layer .pop_notice .notice_tit {
  margin: 0;
  flex: 0 0 auto;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}
div.chuseok_260902 .chuseok_pop_layer .pop_notice ul,
div.chuseok_260902 .chuseok_wafull_pop_layer .pop_notice ul {
  margin: 0;
  padding: 0 0 0 18px;
  flex: 1 1 auto;
  min-width: 0;
}
div.chuseok_260902 .chuseok_pop_layer .pop_notice ul li,
div.chuseok_260902 .chuseok_wafull_pop_layer .pop_notice ul li {
  list-style: disc;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  margin: 0 0 4px;
}
div.chuseok_260902 .chuseok_pop_layer .pop_notice ul li:last-child,
div.chuseok_260902 .chuseok_wafull_pop_layer .pop_notice ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 760px) {
  div.chuseok_260902 .chuseok_pop_layer .chuseok_pop,
  div.chuseok_260902 .chuseok_wafull_pop_layer .chuseok_pop {
    max-width: 360px;
    padding-top: 32px;
  }
  div.chuseok_260902 .chuseok_pop_layer .btn-layerClose,
  div.chuseok_260902 .chuseok_wafull_pop_layer .btn-layerClose {
    width: 28px;
    height: 28px;
  }
  div.chuseok_260902 .chuseok_pop_layer .btn-layerClose img,
  div.chuseok_260902 .chuseok_wafull_pop_layer .btn-layerClose img {
    width: 28px;
    height: 28px;
  }
  div.chuseok_260902 .chuseok_pop_layer .pop_body,
  div.chuseok_260902 .chuseok_wafull_pop_layer .pop_body {
    gap: 28px;
    padding: 56px 24px 28px;
  }
  div.chuseok_260902 .chuseok_pop_layer .pop_text .pop_tit img,
  div.chuseok_260902 .chuseok_wafull_pop_layer .pop_text .pop_tit img {
    width: 140px;
  }
  div.chuseok_260902 .chuseok_pop_layer .pop_text .pop_desc,
  div.chuseok_260902 .chuseok_wafull_pop_layer .pop_text .pop_desc {
    font-size: 14px;
  }
  div.chuseok_260902 .chuseok_pop_layer .pop_coupon,
  div.chuseok_260902 .chuseok_wafull_pop_layer .pop_coupon {
    width: 210px;
  }
  div.chuseok_260902 .chuseok_pop_layer .pop_notice,
  div.chuseok_260902 .chuseok_wafull_pop_layer .pop_notice {
    padding: 20px 24px;
  }
  div.chuseok_260902 .chuseok_pop_layer .pop_notice .notice_tit,
  div.chuseok_260902 .chuseok_wafull_pop_layer .pop_notice .notice_tit {
    font-size: 13px;
  }
  div.chuseok_260902 .chuseok_pop_layer .pop_notice ul li,
  div.chuseok_260902 .chuseok_wafull_pop_layer .pop_notice ul li {
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  div.chuseok_260902 .chuseok_pop_layer .chuseok_pop,
  div.chuseok_260902 .chuseok_wafull_pop_layer .chuseok_pop {
    max-width: none;
    width: calc(100% - 24px);
  }
  div.chuseok_260902 .chuseok_pop_layer .pop_body,
  div.chuseok_260902 .chuseok_wafull_pop_layer .pop_body {
    padding: 28px 16px 24px;
  }
  div.chuseok_260902 .chuseok_pop_layer .pop_notice,
  div.chuseok_260902 .chuseok_wafull_pop_layer .pop_notice {
    flex-direction: column;
    gap: 10px;
    padding: 16px;
  }
}
div.chuseok_260902 .chuseok_pop_layer.popup_show,
div.chuseok_260902 .chuseok_wafull_pop_layer.popup_show {
  display: block;
}
@media (prefers-reduced-motion: reduce) {
  div.chuseok_260902 .song img,
  div.chuseok_260902 .song::before,
  div.chuseok_260902 .gam img,
  div.chuseok_260902 .gam::before,
  div.chuseok_260902 .deco--dragonfly-left,
  div.chuseok_260902 .deco--dragonfly-right,
  div.chuseok_260902 .wafull_sc .subject {
    animation: none;
  }
}

/*# sourceMappingURL=chuseok_260902.css.map */
