@charset "UTF-8";

@font-face {
  font-family: "NanumSquareNeo";
  font-style: normal;
  font-weight: 300;
  src: local("NanumSquareNeo aLt"),
    url("/common/font/NanumSquareNeoTTF-aLt.woff2") format("woff2"),
    url("/common/font/NanumSquareNeoTTF-aLt.woff") format("woff"),
    url("/common/font/NanumSquareNeoTTF-aLt.eot") format("embedded-opentype");
}

@font-face {
  font-family: "NanumSquareNeo";
  font-style: normal;
  font-weight: 400;
  src: local("NanumSquareNeo bRg"),
    url("/common/font/NanumSquareNeoTTF-bRg.woff2") format("woff2"),
    url("/common/font/NanumSquareNeoTTF-bRg.woff") format("woff"),
    url("/common/font/NanumSquareNeoTTF-bRg.eot") format("embedded-opentype");
}

@font-face {
  font-family: "NanumSquareNeo";
  font-style: normal;
  font-weight: 700;
  src: local("NanumSquareNeo cBd"),
    url("/common/font/NanumSquareNeoTTF-cBd.woff2") format("woff2"),
    url("/common/font/NanumSquareNeoTTF-cBd.woff") format("woff"),
    url("/common/font/NanumSquareNeoTTF-cBd.eot") format("embedded-opentype");
}

@font-face {
  font-family: "NanumSquareNeo";
  font-style: normal;
  font-weight: 800;
  src: local("NanumSquareNeo dEb"),
    url("/common/font/NanumSquareNeoTTF-dEb.woff2") format("woff2"),
    url("/common/font/NanumSquareNeoTTF-dEb.woff") format("woff"),
    url("/common/font/NanumSquareNeoTTF-dEb.eot") format("embedded-opentype");
}

@font-face {
  font-family: "NanumSquareNeo";
  font-style: normal;
  font-weight: 900;
  src: local("NanumSquareNeo eHv"),
    url("/common/font/NanumSquareNeoTTF-eHv.woff2") format("woff2"),
    url("/common/font/NanumSquareNeoTTF-eHv.woff") format("woff"),
    url("/common/font/NanumSquareNeoTTF-eHv.eot") format("embedded-opentype");
}

@font-face {
  font-family: "GmarketSans";
  font-weight: 300;
  src: url("/common/2026/font/GmarketSansLight.woff2") format("woff2"), url("/common/2026/font/GmarketSansLight.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "GmarketSans";
  font-weight: 400;
  src: url("/common/2026/font/GmarketSansMedium.woff2") format("woff2"), url("/common/2026/font/GmarketSansMedium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "GmarketSans";
  font-weight: 700;
  src: url("/common/2026/font/GmarketSansBold.woff2") format("woff2"), url("/common/2026/font/GmarketSansBold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "GyeonggiBatang";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/GyeonggiBatang.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Cafe24Supermagic";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2307-2@1.0/Cafe24Supermagic-Bold-v1.0.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Cafe24Supermagic";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2307-2@1.0/Cafe24Supermagic-Regular-v1.0.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

:root {
  --header-height: 140px;
  --header-inner-height: 100px;
  --footer-outer-height: 196px;
  --footer-inner-height: 160px;

  --sec-theme01: #89c34a;
  --sec-theme02: #1b75d5;
  --sec-theme03: #6f5fb7;
}

html, body {
  font-family: "NanumSquareNeo", sans-serif;
}

.font-main {
  font-family: "GmarketSans", sans-serif;
}

.font-ep {
  font-family: "Cafe24Supermagic", sans-serif;
}

.h1 {
  font-size: 48px;
  line-height: 1.4;
  font-weight: 700;
  word-break: keep-all;
  text-align: left;
}

.h2 {
  font-size: 44px;
  line-height: 1.4;
  font-weight: 700;
  word-break: keep-all;
  text-align: left;
}

[data-page-type="sub"] .h2 {
  text-align: center;
}

.gnb .h2 {
  text-align: left;
}

.h3 {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  word-break: keep-all;
  text-align: left;
}

.h4 {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
  word-break: keep-all;
  text-align: left;
}

.h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -1px;
  word-break: keep-all;
  text-align: left;
  text-wrap: pretty;
}

.h6 {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: -1px;
  word-break: keep-all;
  text-align: left;
  text-wrap: pretty;
}

.ep-txt {
  font-family: "Cafe24Supermagic", sans-serif;
}

.line-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  vertical-align: text-bottom;
}

.line-inline::before,
.line-inline::after {
  content: "";
  width: 1px;
  height: 0.8em;
  display: block;
  position: relative;
  top: -0.25ex;
  background-color: var(--text-base);
}

@media screen and (max-width: 1024px) {
  .h1 {
    font-size: 40px;
  }
  .h2 {
    font-size: 36px;
  }
  .h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .h1 {
    font-size: 36px;
  }
  .h2 {
    font-size: 32px;
  }
  .h3 {
    font-size: 23px;
  }
  .h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 475px) {
  .h1 {
    font-size: 28px;
  }
  .h2 {
    font-size: 26px;
  }
  .h3 {
    font-size: 21px;
  }
  .h4 {
    font-size: 19px;
  }
  .h5 {
    font-size: 17px;
  }
}

/* layout */
/* header */
header {
  width: 100%;
  height: var(--header-height);
  padding: 0 60px;
  position: fixed;
  top: 0;
  left: 0;
  font-family: "GmarketSans", sans-serif;
  pointer-events: none;
  z-index: 100;
}

header.on,
header.scroll {
  background: linear-gradient(to bottom, #fff, 70%, transparent);
}

header .wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
}

header .logo-wrap {
  height: var(--header-inner-height);
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  pointer-events: all;
}

header .vol {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  line-height: 1;
  gap: 4px;
  letter-spacing: -0.5px;
}

header .vol span {
  display: block;
}

header .vol .volnum {
  font-weight: 900;
}

header .logo {
  width: 353px;
}

.menu {
  width: var(--header-inner-height);
  aspect-ratio: 1 / 1;
  position: relative;
  justify-content: center;
  align-self: center;
  pointer-events: all;
}

.menu .text {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  line-height: 1;
}

.menu .text .kr {
  font-size: 24px;
  font-weight: 700;
}

.menu .text .en {
  font-size: 13px;
}

.menu img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 1200px) {
  .menu:hover img {
    filter: brightness(0.95);
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --header-height: 100px;
    --header-inner-height: 80px;
  }

  header {
    padding-inline: var(--inner-gap);
  }

  header .logo-wrap {
    justify-content: center;
    flex-direction: column;
    align-items: start;
  }

  header .logo {
    width: 300px;
  }

  header .vol {
    flex-direction: row;
    font-size: 14px;
  }

  .menu .text .kr {
    font-size: 20px;
  }

  .menu .text .en {
    font-size: 11px;
  }
}

@media screen and (max-width: 475px) {
  :root {
    --header-height: 90px;
    --header-inner-height: 75px;
  }

  header .logo {
    width: 220px;
  }

  header .vol {
    font-size: 13px;
  }

  .menu .text .kr {
    font-size: 18px;
  }

  .menu .text .en {
    font-size: 10px;
  }
}

/* nav */
.gnb {
  width: 100%;
  height: 100%;
  height: 100vh;
  height: 100dvh;
  padding-top: calc(var(--header-height) * 1.5);
  padding-bottom: var(--header-height);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-y: auto;
  z-index: 99;
}

.gnb::-webkit-scrollbar {
  display: none;
}

.gnb.on {
  display: flex;
}

.gnb .inner-wrap {
  height: max-content;
}

.gnb h5 {
  font-weight: 300;
  line-height: 1.5;
  text-wrap: pretty;
}

.gnb_theme01 {
  --border-color: #8c4;
}
.gnb_theme02 {
  --border-color: #17d;
}
.gnb_theme03 {
  --border-color: #65b;
}

.gnb .img_frame {
  border: 1px solid transparent;
  transition: all .2s linear;
}
.gnb .img_frame:hover {
  border-width: 12px;
  border-color: var(--border-color);
}

@media screen and (max-width: 475px) {
  .gnb ul {
    margin-inline: auto;
  }

  .gnb ul h6 {
    font-size: 18px;
    margin-bottom: 0;
  }
}


.sec_title {
  font-family: "GmarketSans", sans-serif;
  vertical-align: middle;
}

.sec_theme01 {
  color: var(--sec-theme01);
}

.sec_theme02 {
  color: var(--sec-theme02);
}

.sec_theme03 {
  color: var(--sec-theme03);
}

.sec_bg01 {
  background-color: var(--sec-theme01);
}

.sec_bg02 {
  background-color: var(--sec-theme02);
}

.sec_bg03 {
  background-color: var(--sec-theme03);
}

.sec_title img {
  width: auto;
  height: 1em;
  display: inline;
  vertical-align: text-top;
}

/* footer */

footer {
  width: 100%;
  height: calc(var(--footer-outer-height) + var(--footer-inner-height));
  display: flex;
  align-items: end;
  position: relative;
  font-size: 15px;
  letter-spacing: -1px;
  overflow: hidden;
  line-height: 1.5;
  word-break: keep-all;
  text-wrap: pretty;
}

[data-page-type="main"] footer {
  background-color: #9d6;
}

.pd-header {
  padding-block: calc(var(--header-height) / 1.5);
}

.footer_sky footer,
.footer_sky .movement,
.footer_sky .bg_sky {
  background-color: #e5f1f8;
}

.footer_sky .movement {
  padding-bottom: var(--tb-gap-s);
}

footer .bg_img {
  width: auto;
  max-width: none;
  height: var(--footer-outer-height);
  position: absolute;
  bottom: calc(var(--footer-inner-height) - 30px);
  left: 50%;
  transform: translateX(-50%);
}

footer .bg_img_inner {
  width: auto;
  max-width: none;
  height: var(--footer-inner-height);
}

footer .bg_wrap {
  width: 100%;
  position: relative;
  z-index: 1;
}

footer .outer-wrap {
  display: flex;
  align-items: center;
  position: absolute;
  top: calc(50% + 1em);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

footer .left {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
}

footer .sns {
  display: flex;
  align-items: center;
}

footer .sns li {
  opacity: 0.5;
}

footer .sns li:hover {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  :root {
    --footer-outer-height: 160px;
    --footer-inner-height: 320px;
  }

  footer .outer-wrap,
  footer .left {
    flex-direction: column;
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  :root {
    --footer-outer-height: 120px;
  }

  footer .bg_img {
    transform: translateX(-68%);
  }
}

/* paging */
.movement .wrap {
  display: flex;
  align-items: center;
}

.movement .inner-wrap {
  width: 90%;
  padding-block: 20px;
  padding-inline: calc(var(--inner-gap) * 2);
  border: 1px solid #aaa;
  border-radius: 20vw;
  background-color: #fff;
}

.movement .paging {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 20px;
  color: #444;
}

.movement .paging a {
  display: flex;
  align-items: center;
  gap: 20px;
}

.movement .function ul {
  display: flex;
  align-items: center;
}

.movement .function ul li a {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  gap: 10px;
}

.movement .function ul li a img {
  width: auto;
  height: 1.5em;
}

/* mainpage */
.main_img_round {
  border-radius: 0 30px 30px 30px;
  overflow: hidden;
  position: relative;
}

.hover_scale {
  overflow: hidden;
}

.hover_scale img {
  transition: transform .25s;
}

.hover_scale:hover img {
  transform: scale(1.05);
}

.cover:hover ~ .hover_scale img {
  transform: scale(1.1);
}

.img-tag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* visual */
main {
  overflow-x: hidden;
}

.main_bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.sec00 {
  min-height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.sec00 canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}

.sec00 .mid-wrap {
  height: auto;
  padding-block: var(--header-height);
  /* padding-bottom: calc(var(--header-height) * 1.5); */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .sec00 {
    min-height: 95vh;
  }
  .sec00 .mid-wrap {
    padding-top: calc(var(--header-height) * 1.2);
    padding-bottom: calc(var(--header-height) * 1.5);
    justify-content: start;
  }
}

/* section01 */
.sec01 {
  position: relative;
}

.sec01 .mid-wrap {
  padding-block: var(--header-height);
  position: relative;
  z-index: 1;
}

.sec01 .cont-contain {
  display: flex;
  align-items: stretch;
  gap: 0 60px;
}

.sec01 .cont-contain .left {
  width: 60%;
  overflow: hidden;
}

.sec01 .cont-contain .left .swiper-slide {
  position: relative;
}

.sec01 .cont-contain .right {
  width: 40%;
  display: flex;
  flex-direction: column;
  padding-block: 60px;
  gap: 30px;
}

.sec01 .cont-contain .right .top {
  flex: 1;
}

.sec01 .cont-contain .right .bottom .pg_contain {
  max-width: 360px;
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 16px;
}

.sec01 .cont-contain .right .bottom .pg_contain .progress_wrap {
  width: calc(100% - 1em);
  display: flex;
  align-items: center;
  gap: 1em;
}

.sec01 .cont-contain .right .bottom .pg_contain .progress_wrap .curr,
.sec01 .cont-contain .right .bottom .pg_contain .progress_wrap .max {
  white-space: nowrap;
}

.sec01 .cont-contain .right .bottom .play {
  width: 1em;
  display: block;
}

.sec01 .cont-contain .right .bottom .play .play_btn,
.sec01 .cont-contain .right .bottom .play .pause_btn {
  display: block;
  cursor: pointer;
}

.sec01 .cont-contain .right .bottom .play .play_btn {
  display: none;
}

.sec01 .cont-contain .right .bottom .play.on .play_btn {
  display: block;
}

.sec01 .cont-contain .right .bottom .play.on .pause_btn {
  display: none;
}

.sec01 .cont-contain .swiper-pagination {
  height: 4px;
  position: static;
}

/* section01 */
@media screen and (max-width: 768px) {
  .sec01 .cont-contain {
    flex-direction: column;
  }

  .sec01 .cont-contain .left,
  .sec01 .cont-contain .right {
    width: 100%;
  }

  .sec01 .cont-contain .right {
    padding-block: 30px;
  }

  .sec01 .cont-contain .right .bottom .pg_contain {
    max-width: none;
  }
}

@media screen and (max-width: 475px) {
  .sec01 .mid-wrap {
    padding-bottom: calc(var(--header-height) / 2);
  }
}

/* section02 */
.sec02 {
  position: relative;
  padding-block: var(--header-height);
  background-color: #f2f2f2;
}

.sec02 .mid-wrap {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 475px) {
  .sec02 {
    padding-bottom: calc(var(--header-height) / 2);
  }
}

.btn_leaf .swiper-button-prev:after,
.btn_leaf .swiper-rtl .swiper-button-next:after,
.btn_leaf .swiper-button-next:after, 
.btn_leaf .swiper-rtl .swiper-button-prev:after {
  content: none;
}

.btn_leaf .swiper-button-prev,
.btn_leaf .swiper-button-next {
  width: 60px;
  height: 60px;
  top: calc(50% - 2em);
}

.btn_leaf .swiper-button-prev {
  left: 0;
  transform: translateX(-50%);
  background-image: url(/common/2026/img/arrow_left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.btn_leaf .swiper-button-next {
  right: 0;
  transform: translateX(50%);
  background-image: url(/common/2026/img/arrow_right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.btn_leaf .swiper-button-prev:hover,
.btn_leaf .swiper-button-next:hover {
  filter: brightness(0.9);
}

@media screen and (max-width: 1200px) {
  .btn_leaf .swiper-button-prev {
    left: 20px;
  }
  
  .btn_leaf .swiper-button-next {
    right: 20px;
  }
}

/* section03 */
.sec03 {
  position: relative;
  background-color: #9d6;
}

.sec03 .mid-wrap {
  padding-top: var(--header-height);
  padding-bottom: calc(var(--header-height) / 2);
  position: relative;
  z-index: 2;
}

.sec03 .marquee {
  --mq-gap: 0;
  background-color: #f2f2f2;
}

.sec03 .marquee img {
  transform: scale(1.001);
}

/* subpage */
.sub_top {
  position: relative;
}

.sub_top .bg_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.sub_top .text_area {
  min-height: 720px;
  padding-block: var(--header-height);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.sub_top .text_area > * {
  position: relative;
  z-index: 2;
}

.sub_top .id_card {
  width: 300px;
  position: absolute;
  top: 0;
  right: -10%;
  z-index: 1;
}

.sub_top .text_area .tag {
  line-height: 1.5;
}

.sub_content p {
  font-size: 18px;
  line-height: 1.8;
  word-break: break-all;
  text-align: justify;
  letter-spacing: -0.75px;
}

@media screen and (max-width: 1440px) {
  .sub_top .id_card {
    right: var(--inner-gap);
  }
}

@media screen and (max-width: 1024px) {
  .sub_top .id_card {
    width: 200px;
    position: static;
    margin-top: var(--tb-gap-m);
  }
}

@media screen and (max-width: 768px) {
  .sub_content p {
    font-size: 17px;
  }
}

@media screen and (max-width: 475px) {
  .sub_content p {
    font-size: 16px;
  }
}

.zigzag_odd {
  margin-bottom: var(--tb-gap-l);
}

.zigzag_even {
  margin-top: var(--tb-gap-l);
}

@media screen and (max-width: 768px) {
  .zigzag_odd {
    margin-bottom: 0;
  }
  
  .zigzag_even {
    margin-top: 0;
  } 
}

.playlist {
  border-top: 1px solid #ccc;
  font-size: 15px;
}

.playlist li {
  padding: 20px;
  border-bottom: 1px solid #ccc;
}

.playlist.gap-small li {
  padding-block: 10px;
}

.playlist .thumb {
  max-width: 120px;
}

.playlist .time {
  display: flex;
  align-items: center;
  gap: var(--tb-gap-s);
}

@media screen and (max-width: 768px) {
  .playlist .thumb {
    max-width: 90px
  }

  .playlist li {
    justify-content: space-between;
    padding-inline: 0;
    padding-block: 10px;
  }

  .playlist .time {
    width: 100%;
    font-size: 14px;
  }

  .playlist .h5 {
    font-size: 15px;
    margin-bottom: 5px;
  }

  .playlist .h6 {
    font-size: 15px;
    margin-bottom: 5px;
  }

  .playlist .flex-col-768 {
    gap: 0;
  }

}

.interview_title {
  min-height: 106px;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.interview_title > * {
  position: relative;
  word-break: keep-all;
  z-index: 1;
}

.interview_title::after {
  content: "";
  width: 96px;
  height: 106px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(/common/2026/img/Q.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/*minimum*/
@keyframes shake {
  0% {
    transform: rotate(5deg);
  }

  100% {
    transform: rotate(-5deg);
  }
}

@keyframes wave {
  0% {
    transform: translate3d(-47%, 0, 0);
  }

  100% {
    transform: translate3d(70%, 0, 0);
  }
}

.find_event {
  position: absolute;
  left: 65%;
  top: 5%;
  z-index: 90;
}

.find_event .stamp {
  text-align: right;
}

.find_event .stamp .find_img {
  display: inline-block;
  width: 210px;
  cursor: pointer;
}

.find_event .stamp .find_img img {
  display: block;
  width: 100%;
}

.find_event .find_input {
  display: none;
  overflow: hidden;
}

.find_event .find_input form {
  width: 400px;
}

.find_event .find_input ul {
  display: inline-block;
  float: left;
  width: 100%;
  padding: 30px 40px;
  background-color: #fff2b7;
}

.find_event .find_input ul li {
  font-size: 17px;
}

.find_event .find_input ul li p {
  padding: 10px;
  line-height: 1.3;
  font-family: "NanumSquareNeo";
  font-weight: 100;
  word-break: break-all;
  text-align: center;
}

.find_event .find_input ul li .notice {
  font-size: 15px;
  background-color: #fff;
}

.find_event .find_input ul li.input {
  display: flex;
  margin-bottom: 10px;
  margin-top: 10px;
}

.find_event .find_input ul li.input input {
  display: inline-block;
  width: calc(50% - 5px);
  padding: 10px 15px;
  background-color: #fff;
  margin-right: 10px;
}

.find_event .find_input ul li.input input:last-child {
  margin-right: 0;
}

.find_event .find_input ul li.input input::-moz-placeholder {
  color: #bababa;
}

.find_event .find_input ul li.input input::placeholder {
  color: #bababa;
}

.find_event .find_input ul .checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: #373737;
  margin-top: 10px;
}

.find_event .find_input ul .checkbox #check01 {
  margin-right: 5px;
}

.find_event .find_input ul .btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.find_event .find_input ul .btn_wrap button {
  display: inline-block;
  width: 120px;
  height: 40px;
  margin-right: 10px;
  font-size: 19px;
  line-height: 40px;
  border-radius: 50px;
  background-color: #f29126;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.find_event .find_input ul .btn_wrap button:last-child {
  margin: 0;
  background-color: #959595;
}

.find_event .find_input ul li:last-child {
  margin-bottom: 0;
}

.find_event .find_input .find_close {
  display: inline-block;
  float: left;
  width: 38px;
  height: 38px;
  margin-top: 18px;
  background-image: url("/common/img2025/close03.png");
  background-size: 100%;
  cursor: pointer;
}

.find_event .find_input .find_close span {
  display: none;
}

/* 이벤트 팝업 */
.event-popup.show {
  display: block;
}

.event-popup {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.event-popup .popup-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.event-popup .popup-inner .dropdown {
  width: 100vw;
  height: 100vh;
  background-color: #00000056;
  display: block;
}

.event-popup .popup-inner .popup-content {
  width: 100%;
  height: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.event-popup .popup-content .imgbox {
  position: relative;
  width: 100%;
}

.event-popup .popup-content .imgbox img {
  width: 100%;
}

.event-popup .popup-content .btn-wrap {
  position: absolute;
  top: 10px;
  right: 30px;
}

.event-popup .popup-content button {
  width: 35px;
  height: 35px;
  position: relative;
  cursor: pointer;
}

.event-popup .popup-content button span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(45deg);
  height: 4px;
  background-color: #000;
}

.event-popup .popup-content button span:last-child {
  transform: rotate(-45deg);
}

@media (max-width: 1024px) {
  .find_event {
    z-index: 96;
  }

  .find_event .find_input {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }

  .find_event .find_input form {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .find_event .find_input ul {
    display: block;
    position: absolute;
    float: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

/*mobile*/
@media (max-width: 475px) {
  .find_event {
    left: 44%;
    top: 2.5%;
  }

  .find_event .stamp .find_img {
    width: 120px;
  }

  .find_event .find_input form {
    width: 90%;
  }

  .find_event .find_input ul {
    padding: 20px;
  }

  .find_event .find_input ul li {
    font-size: 14px;
  }

  .find_event .find_input ul li .notice {
    font-size: 14px;
  }

  .find_event .find_input ul .checkbox {
    font-size: 13px;
  }

  .find_event .find_input ul .btn_wrap button {
    font-size: 16px;
    width: 110px;
  }
}

/* 전월호 페이지  */
.back-issue-list {
  width: 100%;
  margin-bottom: 40px;
  max-width: 940px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.back-issue-list li {
  width: 33.33%;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.back-issue-list li figure {
  width: 100%;
}

.back-issue-list li figure .imgbox {
  position: relative;
  width: 100%;
}

.back-issue-list li figure .imgbox img {
  width: 100%;
  display: block;
}

.back-issue-list li figure .imgbox a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  background-color: #005200;
  color: #fff;
  padding: 8px 30px;
  box-sizing: border-box;
  border-radius: 30px;
  display: none;
  white-space: nowrap;
}

.back-issue-list li figure .imgbox:hover a {
  display: block;
}

.back-issue-list li figure figcaption {
  font-size: 18px;
  margin-top: 10px;
  text-align: center;
  font-weight: 600;
}

@media (max-width: 768px) {
  .back-issue-list li {
    width: 50%;
  }

  .back-issue-list li figure .imgbox a {
    display: block;
  }
}

@media (max-width: 576px) {
  .back-issue-list li {
    width: 100%;
    padding: 10px;
  }
}

.floating {
  position: fixed;
  right: 0;
  bottom: 40%;
  transform: translate(0%, 50%);
  z-index: 101;
  display: none;
}

.floating .char {
  max-width: none;
  position: absolute;
  top: 0;
  right: 10px;
  transform: translateY(-70%);
  z-index: -1;
}

.floating.on {
  display: block;
  z-index: 98;
}

.floating .btn-wrap {
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 20px 0 0 0;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.floating .btn-wrap a {
  margin-bottom: 30px;
  text-align: center;
  color: #000;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transition: 0.2s;
  position: relative;
  font-weight: 500;
}

.floating .btn-wrap a:hover img {
  filter: invert(42%) sepia(14%) saturate(2142%) hue-rotate(80deg) brightness(85%) contrast(93%);
  transition: all .25s;
}

.floating .btn-wrap a:hover span {
  color: #273;
  transition: all .25s;
}

.floating .btn-wrap a::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  height: 1px;
  display: block;
  background-color: #ccc;
}

.floating .btn-wrap a:last-child {
  margin-bottom: 0;
}

.floating .btn-wrap a:last-child::after {
  display: none;
}

.floating .btn-wrap a:hover {
  color: #227733;
  font-weight: 500;
}

.floating .btn-wrap a img {
  width: -moz-fit-content;
  width: fit-content;
}

.floating .quick {
  background: #227733;
  padding: 10px 10px;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border-radius: 0 0 0 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.floating .quick * {
  color: inherit;
  font-weight: inherit;
}

@media screen and (max-width: 1200px) {
  .floating .char {
    display: none;
  }

  .floating {
    background: none;
    box-shadow: none;
    top: auto;
    bottom: 40px;
    right: 10px;
    transform: translateY(0);
  }

  .floating .btn-wrap {
    padding: 0;
    display: none;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
  }

  .floating .btn-wrap.on {
    display: block !important;
  }


  .floating .btn-wrap a {
    width: 60px;
    height: 60px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    font-size: 10px;
    margin-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    gap: 5px;
  }

  .floating .btn-wrap a:last-child {
    margin-bottom: 10px;
  }

  .floating .btn-wrap a::after {
    display: none;
  }

  .floating .btn-wrap a img {
    max-width: 18px;
  }

  .floating .quick {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  }

  .floating .quick p {
    font-size: 10px;
  }

}

.audio_grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 30px;
}

.audio_grid li {
  display: flex;
  flex-direction: column;
}

.audio_grid li .tag02 {
  width: max-content;
}

.audio_grid .thumb_area {
  position: relative;
  margin-bottom: 20px;
}

.audio_grid .thumb_area .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 2;
}

.audio_grid .thumb_area .btn_ico {
  position: absolute;
  bottom: 0;
  right: 0;
}

.audio_grid h3 {
  text-align: left !important;
  padding-bottom: 20px !important;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .audio_grid {
    grid-template-columns: 1fr;
  }

  .sub .sub-con img:not(.btn_ico) {
    width: 100%;
  }
}

/* 구버전 관련 이벤트 등 */
/* audio */
.audioplayer {
  height: 70px;
  padding: 0.75rem;
  margin: 0.25rem 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.sub:has(.audioplayer) .sub-con .con-bottom .box03 {
  margin-bottom: 20px;
}

.sub .sub-con .con-bottom .box03 + .audioplayer {
  margin-bottom: 50px;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
  border-color: #2b7338;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  border-left: 12px solid #2b7338;
}

.audioplayer-volume-adjust div div {
  background-color: #2b7338;
}

.audioplayer-bar-played {
  background: -webkit-gradient(linear, left top, right top, from(#2b7338), to(#2ece4b));
  background: linear-gradient(left, #2b7338, #2ece4b);
}

.audioplayer-playing .audioplayer-bar-played::after {
  border-color: #2b7338;
}

.audio_list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.audio_list > span {
  max-width: 100%;
  width: 100%;
  margin-right: 0;
}
.audio_list > span:first-child {
  padding-bottom: 1.5rem;
}

.audioplayer {
  height: 70px;
  padding: 0 0.5rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.audioplayer .audioplayer-time-current {
  margin-left: 0.5rem;
}
.audioplayer .audioplayer-time-duration {
  margin-right: 0.5rem;
}
.audioplayer .audioplayer-bar {
  margin: 0 0.5rem;
}

/* form */
.form_box {
  display: none;
}

.secure {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 0;
}

.secure .secureimage {
  display: inline-block;
  width: 100%;
  max-width: 160px;
  height: 55px;
  padding: 10px;
  border: 1px solid #c9c9c9;
  background-color: #fff;
}

.secure .secureimage>img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.secure>button {
  display: block;
  width: 55px !important;
  min-width: 55px;
  height: 55px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
  cursor: pointer;
  background-color: transparent !important;
}

.secure>input {
  display: inline-block;
  width: 100%;
  max-width: 160px;
  height: 55px;
  padding: 10px;
  font-size: 18px;
  border: 1px solid #c9c9c9;
  background-color: #fff;
}

input[type=text].event_input {
  width: 100%;
  height: 50px;
  padding-inline: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.event_agree_info {
  width: 100%;
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
  margin-bottom: 20px;
}

.event_agree_check_wrap {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: flex-start;
}

.event_agree_check_box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.event_agree_check_box label {
  cursor: pointer;
}

.event_agree_check_box input[type=checkbox] {
  accent-color: #2b7338;
  width: 1.3em;
  height: 1.3em;
}

.event_plus {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.event_plus li {
  background-color: #f7f8f8;
  padding: 40px 25px;
  border-radius: 20px;
}

.event_plus .full {
  grid-column: 1 / 5;
}

@media screen and (max-width: 1024px) {
  input[type=text].event_input.mo_mb {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .event_agree_check_wrap {
    flex-direction: column;
    gap: 20px;
  }

  .event_plus {
    grid-template-columns: 1fr;
  }

  .event_agree_check_wrap button {
    width: 70%;
    margin-inline: auto;
  }
}

.event_winner {
  display: flex;
  gap: 40px;
}

.event_winner .winner_wrap {
  width: 300px;
  padding: 40px;
  background-color: #fff;
}

.event_winner .winner_wrap .title-style {
  text-align: left;
}

.event_winner .review_wrap {
  flex: 1;
}

.event_winner .review_wrap ul {
  display: flex;
}

.event_winner .title-style {
  margin-bottom: 15px;
}

.event_winner .review_wrap ul li:first-of-type {
  padding-right: 30px;
  border-right: 1px solid #000;
}

.event_winner .review_wrap ul li:last-of-type {
  padding-left: 30px;
}

@media screen and (max-width: 1024px) {
  .event_winner {
    flex-direction: column;
  }

  .event_winner .winner_wrap {
    width: 100%;
    padding: 30px;
  }

  .event_winner .winner_wrap p {
    text-align: center !important;
  }
  
}

@media screen and (max-width: 640px) {
  .event_winner .review_wrap ul {
    flex-direction: column;
  }

  .event_winner .review_wrap ul li:first-of-type {
    border-right: 0;
    border-bottom: 1px solid #000;
    padding-right: 0;
    padding-bottom: 30px;
  }

  .event_winner .review_wrap ul li:last-of-type {
    padding-left: 0;
    padding-top: 30px;
  }
}