@charset "UTF-8";
@import url("normalize.css");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@1,900&display=swap");

* {
    font-family: "Wooridaum";
    font-weight: 100;
    letter-spacing: -0.5px;
    user-select: none;
}

.hide {
    display: none !important;
}

.headers {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    box-sizing: border-box;
}

.headers.nav-on .menu-btn img:nth-of-type(1) {
    display: none;
}

.headers.nav-on .menu-btn img:nth-of-type(2) {
    display: block;
}

.headers__inner {
    width: 100%;
    margin: 0px auto;
    box-sizing: border-box;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(255, 0, 0, 0));
}

.headers__left {
    display: flex;
    align-items: center;
}

.headers__left p {
    margin-left: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.headers__left p span {
    display: block;
    font-weight: 100;
    margin-bottom: 5px;
}

.headers__right h1 a {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}

.headers__right h1 a img {
  max-width: 150px;
}

.headers .menu-btn img:nth-of-type(1) {
    display: block;
}

.headers .menu-btn img:nth-of-type(2) {
    display: none;
}

@media screen and (max-width: 1100px) {
    headers {
        background: rgba(0, 0, 0, 0.77);
    }
}

@media (max-width: 576px) {
    .headers {
        height: 100px;
    }

    .headers__inner {
        padding: 20px;
    }

    .headers__left {
        display: flex;
        align-items: center;
    }

    .headers__left p {
        margin-left: 10px;
        font-size: 12px;
    }

    .headers__left p span {
        margin-bottom: 5px;
    }

    .headers__right h1 a {
        font-size: 26px;
    }

    .headers__right h1 a img {
      max-width: 97px;
    }

    .headers .menu-btn img {
        width: 50px;
    }

    .headers .banner-wrap .banner-dot,
    .banner-pg .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
}

.footer {
    position: relative;
    overflow: hidden;
}

.footer__inner {
    position: relative;
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 40px;
}

.footer__bg {
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translate(-50%);
    z-index: 0;
}

.footer__text {
    max-width: 470px;
    margin: 0px auto;
    position: relative;
    z-index: 1;
}

.footer__text p {
    word-break: keep-all;
    color: #fff;
    text-align: center;
    line-height: 1.8;
    font-size: 14px;
}

.main-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    z-index: -1;
    transform: translateZ(0);
    box-sizing: border-box;
}

.main-bg.on video {
    transform: scale(1) translateZ(0);
}

.main-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1) translateZ(0);
    transition: all 1s 0.1s;
}

.main01 {
    overflow: hidden;
    padding-bottom: 200px;
    box-sizing: border-box;
    position: relative;
    transform: scale(0.7);
    opacity: 0;
    transition: all 1.2s 0.2s;
}

.main01 .paging-box {
    width: 75%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.45s;
    opacity: 0;
}

.main01 .paging-box .prev,
.main01 .paging-box .next {
    width: 15%;
    max-width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    font-size: 120%;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
    aspect-ratio: 1/1;
}

.main01.on {
    transform: scale(1);
    opacity: 1;
}

.main01 .main01-slide-contain {
    padding-top: calc(101px + 5vw + 8px);
}

.main01 .main01-slide {
    display: block;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.main01 .main01-slide__container {
    width: 100%;
    box-sizing: border-box;
}

.main01 .main01-slide__wrapper {
    width: 100%;
}

.main01 .main01-slide__slide {
    width: 100%;
}

.main01 .main01-slide__slide>a {
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    transition: all 0.5s;
}

.main01 .main01-slide__slide.swiper-slide-active a {
    transform: translateY(0%) scale(1);
    opacity: 1;
}

.main01 .main01-slide__slide.swiper-slide-active .main01-title {
    transform: translateY(0px);
    opacity: 1;
}

.main01 .main01-slide__slide.swiper-slide-active .main01-title p {
    margin-bottom: 0.5em;
}

.main01 .main01-slide__slide.swiper-slide-active dotlottie-player {
    transform: translate(-50%, -50%) scale(1.6);
    opacity: 0.8;
}

.main01 .main01-slide__slide.swiper-slide-active .main-next {
    opacity: 1;
}

.main01 .main01-slide__slide.swiper-slide-active .paging-box {
    opacity: 1;
}

.main01 .main01-slide__slide.swiper-slide-prev a {
    transform: translateY(20%) scale(0.8) rotate(-10deg);
}

.main01 .main01-slide__slide.swiper-slide-next a {
    transform: translateY(20%) scale(0.8) rotate(10deg);
}

.main01 .main01-slide__pagination-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.main01 .main01-slide__prev {
    cursor: pointer;
    font-size: 0;
}

.main01 .main01-slide__next {
    cursor: pointer;
    font-size: 0;
}

.main01 .main01-slide__pagination p {
    color: #fff;
    padding: 12px 26px;
    background-color: #333;
    border-radius: 30px;
    font-size: 22px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    margin: 0px 10px;
}

.main01-obj {
    display: flex;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.main01-obj dotlottie-player {
    cursor: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 100%;
    z-index: -1;
    opacity: 0;
    transition: all 1s 0.4s;
}

.main01-obj img {
    display: block;
    max-width: 100%;
}

.main01-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 50px;
    opacity: 0;
    transition: opacity 0.2s, transform 0.5s 0.2s;
    transform: translateY(100%);
}

.main01-title img {
    max-width: 100%;
}

.main01-title p {
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    word-break: keep-all;
}

.main01-title small {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    line-height: 1.3;
}

.main03 {
    padding-top: 140px;
    padding-bottom: 200px;
}

.main03.on .main03__title {
    transform: translateY(0);
    opacity: 1;
}

.main03__inner {
    max-width: 1100px;
    padding: 0px 30px;
    margin: 0px auto;
    box-sizing: border-box;
}

.main03__title {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
    transform: translateY(15%);
    opacity: 0;
    transition: all 1s;
}

.main03__title img {
    max-width: 100%;
}

.main03-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    font-size: 0;
}

.main03-list__text {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    padding: 25px;
    top: 0;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.25), transparent);
    font-size: 1rem;
    color: #fff;
}

.main03-list__text .category {
    width: max-content;
    font-size: 16px;
    font-weight: 900;
    padding: 10px 20px;
    border-radius: 50px;
    text-align: center;
    background-color: #333;
}

.main03-list__text span {
    font-size: 18px;
    word-break: keep-all;
}

.main03-list__text p {
    padding-bottom: 12px;
    font-size: 22px;
    font-weight: 900;
    word-break: keep-all;
    line-height: 1.3;
}

.main03-list li {
    width: calc(50% - 15px);
    opacity: 0;
    transform: translateY(15%);
    transition: transform 1s, opacity 1s, box-shadow 0.25s;
    box-sizing: border-box;
    pointer-events: none;
}

.main03-list li:hover a {
    box-shadow: 0 0 30px 5px rgba(255, 255, 255, 0.6);
}

.main03-list li img {
    width: 100%;
}

.main03-list li.on {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
}

.main03-list li a {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 26px;
    overflow: hidden;
}

.fixed-function {
    position: fixed;
    z-index: 7;
    bottom: 30px;
    right: 30px;
    transform: translateZ(0);
    transform: translate3d(0, 0, 0);
}

@media (max-width: 1024px) {
    .main01 {
        padding-bottom: 100px;
    }

    .main01 .main01-slide__slide.swiper-slide-prev a {
        transform: translateY(10%) scale(0.8) rotate(-10deg);
    }

    .main01 .main01-slide__slide.swiper-slide-next a {
        transform: translateY(10%) scale(0.8) rotate(10deg);
    }

    .main01 .main01-slide__pagination-wrap {
        margin-bottom: 30px;
    }

    .main01 .main01-slide__pagination p {
        color: #fff;
        padding: 10px 26px;
        font-size: 18px;
    }

    .main01-title {
        margin-bottom: 50px;
    }

    .main01-title p {
        font-size: 24px;
    }

    .main03 {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    .main03__inner {
        padding: 0px 30px;
    }

    .main03__title {
        margin-bottom: 70px;
    }

    .main03__title img {
        max-width: 100%;
    }

    .main03-list {
        display: flex;
    }

    .main03-list li {
        max-width: 48%;
        box-sizing: border-box;
    }

    .main03-list__img img {
        max-width: 100%;
    }

    .main03-list__text p {
        font-size: 18px;
    }

    .main03-list__text span {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .main01 .main01-slide__slide.swiper-slide-prev a {
        transform: translateY(5%) scale(0.8) rotate(-10deg);
    }

    .main01 .main01-slide__slide.swiper-slide-next a {
        transform: translateY(5%) scale(0.8) rotate(10deg);
    }

    .main01 .main01-slide__pagination-wrap {
        margin-bottom: 30px;
    }

    .main01 .main01-slide__pagination p {
        padding: 10px 26px;
        font-size: 18px;
    }

    .main01-title {
        margin-bottom: 50px;
    }

    .main01-title p {
        font-size: 24px;
    }

    .main03 {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .main03__inner {
        padding: 0px 20px;
    }

    .main03__title {
        padding: 0px 10px;
        margin-bottom: 50px;
    }

    .main03-list {
        display: flex;
        justify-content: center;
    }

    .main03-list li {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
    }

    .main03-list__text span {
        font-size: 14px;
    }

    .main03-list__text p {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .main01 {
        padding-bottom: 80px;
    }

    .main01 .main01-slide__pagination-wrap {
        margin-bottom: 30px;
    }

    .main01 .main01-slide__pagination p {
        padding: 10px 22px;
        font-size: 16px;
    }

    .main01-title {
        margin-bottom: 40px;
    }

    .main01-title p {
        font-size: 20px;
    }

    .main01-title small {
        font-size: 17px;
    }

    .main02 {
        padding-top: 0px;
        padding-bottom: 30px;
    }

    .main02__title {
        padding: 0px 30px;
        margin-bottom: 30px;
    }

    .main02__img img {
        border-radius: 17px;
    }

    .main03 {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .main03__inner {
        padding: 0px 20px;
    }

    .main03__title {
        padding: 0px 10px;
        margin-bottom: 30px;
    }

    .main03-list li {
        margin-bottom: 0;
    }

    .main03-list li:last-of-type {
        margin-bottom: 50px;
    }

    .main03-list__text {
        padding: 15px;
    }

    .main03-list__text .category {
        font-size: 13px;
        padding: 7px 12px;
    }

    .fixed-function {
        bottom: 10px;
        right: 10px;
    }

    .fixed-function img {
        width: 50px;
    }
}

.star {
    display: block;
    background-color: #fff;
    position: absolute;
    border-radius: 100%;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

#stars {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    transform: translateZ(0);
    transform: translate3d(0, 0, 0);
    /* background-color: #191F49; */
    font-size: 0;
}

#stars video {
    width: 100%;
    object-fit: cover;
}

@keyframes move_right {
    from {
        transform: rotate(0deg) translateX(8px) rotate(0deg);
    }

    to {
        transform: rotate(360deg) translateX(8px) rotate(-360deg);
    }
}

@keyframes move_left {
    from {
        transform: rotate(0deg) translateX(8px) rotate(0deg);
    }

    to {
        transform: rotate(-360deg) translateX(8px) rotate(360deg);
    }
}

:root {
    --layout-color: #88ccff;
}

body {
    overflow-x: hidden;
}

body.gold-layout {
    background-color: #261e1e;

    --layout-point-color: #FC7;
    --layout-gradient: linear-gradient(to right, #A73, #FC7);
}

body.green-layout {
    background-color: #002400;

    --layout-point-color: #0B8;
    --layout-gradient: linear-gradient(to right, #EF0, #0B8);
}

.float-frame {
    padding-top: 140px;
    padding-bottom: 200px;
}

.float-frame.on .float-frame__title {
    transform: scale(1);
    opacity: 1;
}

.float-frame__inner {
    max-width: 1300px;
    padding: 0px 30px;
    margin: 0px auto;
    box-sizing: border-box;
}

.float-frame__title {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
    transform: scale(0.7);
    opacity: 0;
    transition: all 1s;
}

.float-frame__title img {
    max-width: 100%;
}

.float-frame-list {
    /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px; */
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    font-size: 0;
}

.float-frame-list li {
    opacity: 0;
    transform: translateY(20%);
    transition: all 1s;
}

.float-frame-list li:nth-of-type(2n) {
    transition-delay: 0.2s;
    justify-content: end;
}

.float-frame-list li:nth-of-type(2n) .float-frame-list__img img:hover {
    transform: rotateY(-10deg) scale(0.9);
}

.float-frame-list li.on {
    opacity: 1;
    transform: translate(0);
}

.float-frame-list li {
    display: flex;
    justify-content: start;
    align-items: center;
}

.float-frame-list li.start {
    align-items: flex-start;
}

.float-frame-list li.end {
    align-items: flex-end;
}

.float-frame-list li a {
    display: block;
    position: relative;
    top: 0;
    left: 0;
}

.float-frame-list__img {
    perspective: 600px;
    /* margin-bottom: 30px; */
}

.float-frame-list__img img {
    max-width: 100%;
    transition: all 0.3s;
}

.float-frame-list__img img:hover {
    transform: rotateY(10deg) scale(0.95);
}

.float-frame-list__text>span {
    display: inline-block;
    padding: 10px 20px;
    background-color: #111;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}

.float-frame-list__text p {
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
}

.float-frame-list__text p small {
    color: #eee;
    font-size: 18px;
    font-weight: normal;
    font-family: "NanumSquareNeoLight";
}

@media (max-width: 1024px) {
    .float-frame {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    .float-frame__inner {
        padding: 0px 30px;
    }

    .float-frame__title {
        margin-bottom: 70px;
    }

    .float-frame__title img {
        max-width: 100%;
    }

    /* .float-frame-list {
    display: flex;
  } */
    /* .float-frame-list li {
    max-width: 48%;
    box-sizing: border-box;
  } */
    /* .float-frame-list li:nth-of-type(2) {
    padding-top: 200px;
  }
  .float-frame-list li:nth-of-type(3) {
    margin-top: -100px;
    display: flex;
    justify-content: center;
    flex: 1 0 auto;
  }
  .float-frame-list li:nth-of-type(4) {
    padding-top: 120px;
  }
  .float-frame-list li:nth-of-type(5) {
    margin-top: -300px;
  } */
    /* .float-frame-list__img {
    margin-bottom: 20px;
  } */
    .float-frame-list__img img {
        max-width: 100%;
    }

    .float-frame-list__text>span {
        padding: 10px 20px;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .float-frame-list__text p {
        font-size: 22px;
    }

    .float-frame-list__text p small {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .float-frame {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .float-frame__inner {
        padding: 0px 20px;
    }

    .float-frame__title {
        padding: 0px 10px;
        margin-bottom: 50px;
    }

    /* .float-frame-list {
    display: flex;
    justify-content: center;
  } */
    .float-frame-list li {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        /* margin-bottom: 50px; */
    }

    .float-frame-list li:nth-of-type(2) {
        padding-top: 0px;
    }

    .float-frame-list li:nth-of-type(3) {
        margin-top: 0px;
        display: flex;
        justify-content: center;
        flex: 1 0 auto;
    }

    .float-frame-list li:nth-of-type(4) {
        padding-top: 0px;
    }

    .float-frame-list li:nth-of-type(5) {
        margin-top: 0px;
    }

    .float-frame-list__text>span {
        padding: 10px 20px;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .float-frame-list__text p {
        font-size: 22px;
    }

    .float-frame-list__text p small {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .float-frame {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .float-frame__inner {
        padding: 0px 20px;
    }

    .float-frame__title {
        padding: 0px 10px;
        margin-bottom: 30px;
    }

    .float-frame-list {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .float-frame-list__text>span {
        padding: 10px 20px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .float-frame-list__text p {
        font-size: 20px;
    }

    .float-frame-list__text p small {
        font-size: 14px;
    }
}

.sub-page-layout main {
    position: relative;
}

.sub-page-layout .health-check-list ul {
    margin-bottom: 30px;
}

.sub-page-layout .health-check-list p {
    display: flex;
    align-items: center;
    gap: 1em;
}

.sub-page-layout .health-check-list li {
    position: relative;
    padding: 15px 0;
}

.sub-page-layout .health-check-list li::before {
    content: "";
    width: 100%;
    height: 1.1px;
    display: block;
    background: linear-gradient(to right, transparent, 10%, #fff, 90%, transparent);
    position: absolute;
    left: 0;
    bottom: 0;
}

.sub-page-layout .health-check-list label {
    cursor: pointer;
    flex: 1;
    word-break: keep-all;
    text-align: left;
    text-wrap: balance;
}

.sub-page-layout .health-check-list .styled-checkbox {
    width: max-content;
    height: max-content;
    display: block;
    position: relative;
}

.sub-page-layout .health-check-list .wrap {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    border: 3px solid #fff;
    border-radius: 2px;
    z-index: 2;
    background-color: #191F49;
}

.sub-page-layout .health-check-list input[type="checkbox"] {
    width: 1.5em;
    height: 1.5em;
    cursor: pointer;
    display: block;
}

.sub-page-layout .health-check-list input[type="checkbox"]:checked+.wrap {
    display: none;
}

.sub-page-layout .return-box {
    padding: 30px 20px;
    gap: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sub-page-layout .return-box p {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    font-weight: 700;
}

.sub-page-layout .t-gradient {
    width: max-content !important;
    max-width: 100%;
    padding-right: 5px;
    display: inline-block;
    color: transparent !important;
    background: linear-gradient(to right, #8cf, #fc0);
    background-clip: text;
    word-break: break-word;
    -webkit-background-clip: text;
    -moz-background-clip: text;
}

.sub-page-layout .t-gradient-center {
    color: transparent !important;
    background: linear-gradient(to right, #8cf, #fc0);
    background-clip: text;
    word-break: break-word;
    -webkit-background-clip: text;
    -moz-background-clip: text;
}

.sub-page-layout .inner-wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 30px;
}

.sub-page-layout main {
    padding-top: calc(5vw + 8px);
}

.sub-page-layout main section {
    width: 100%;
}

.sub-page-layout main .sing-area {
    padding: 120px 0;
}

@media (max-width: 768px) {
    .sub-page-layout main .sing-area {
        padding: 60px 0;
    }
}

.sub-page-layout main .sing-area .img {
    padding: 80px 0;
}

@media (max-width: 768px) {
    .sub-page-layout main .sing-area .img {
        padding: 60px 0;
    }
}

.sub-page-layout main .sing-area .img:last-child {
    padding-bottom: 0;
}

.sub-page-layout main .sing-area .img.b-pad {
    padding: 150px 0;
}

@media (max-width: 768px) {
    .sub-page-layout main .sing-area .img.b-pad {
        padding: 60px 0;
    }
}

.sub-page-layout main .shadw-dot-title {
    font-size: 22px;
    font-weight: 700;
    padding-left: 5px;
    color: #8accff !important;
    padding-bottom: 22px;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .sub-page-layout main .shadw-dot-title {
        font-size: 18px;
        word-break: keep-all;
    }
}

.sub-page-layout main .shadw-dot-title::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #8accff;
    box-shadow: 0 0 8px 5px #7ab3e1;
    display: inline-block;
    margin-right: 6px;
}

.color-layout.sub-page-layout main .shadw-dot-title {
    color: var(--layout-point-color);
    line-height: 1.5;
    text-align: left;
}

.color-layout.sub-page-layout main .shadw-dot-title::before {
    background-color: var(--layout-point-color);
    box-shadow: 0 0 5px 5px rgba(255, 204, 119, 0.4), 0 0 10px 5px rgba(255, 204, 119, 0.3);
}

.green-layout.sub-page-layout main .shadw-dot-title::before {
    background-color: var(--layout-point-color);
    box-shadow: 0 0 5px 5px #11bb886c, 0 0 10px 5px #11bb882d;
}

.sub-page-layout main .qa-box .glow-box {
    margin-bottom: 70px;
}

.sub-page-layout main .qa-box .glow-box:last-child {
    margin-bottom: 0;
}

.sub-page-layout main .glow-box {
    width: 100%;
    padding: 40px;
    flex-direction: column;
    gap: 1em;
    position: relative;
    border: 2px solid var(--layout-color, #88ccff);
    border-radius: 25px;
}

.sub-page-layout main .glow-box.pd-half {
    padding: 20px 40px;
}

.color-layout.sub-page-layout main .glow-box {
    border: 2px solid var(--layout-point-color);
    box-shadow: 0 0 5px 5px rgba(255, 204, 119, 0.2), 0 0 10px 5px rgba(255, 204, 119, 0.1);
}

.green-layout.sub-page-layout main .glow-box {
    border: 2px solid #9D6;
    box-shadow: 0 0 5px 5px #eeff0570, 0 0 10px 5px #eeff053d;
}

.sub-page-layout main .glow-box.qna {
    padding: 30px;
    color: #fff;
    font-style: normal;
    line-height: 2;
    font-size: 17px;
}

@media (max-width: 768px) {
    .sub-page-layout main .glow-box.qna {
        font-size: 15px;
    }
}

.sub-page-layout main .glow-box.pad-type2 {
    padding: 80px;
}

@media (max-width: 768px) {
    .sub-page-layout main .glow-box.pad-type2 {
        padding: 40px;
    }
}

.sub-page-layout main .glow-box.pad-type2 * {
    font-style: normal;
    color: #fff;
    text-align: center;
}

.sub-page-layout main .glow-box.pad-type2 h4 {
    font-size: 30px;
    color: var(--layout-color, #88ccff);
    margin-bottom: 15px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .sub-page-layout main .glow-box.pad-type2 h4 {
        font-size: 22px;
    }
}

.sub-page-layout main .glow-box.play-list {
    padding: 0;
    overflow: hidden;
    margin-bottom: 36px;
}

.sub-page-layout main .glow-box.play-list * {
    font-style: normal;
    color: #fff;
}

.sub-page-layout main .glow-box.play-list img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.sub-page-layout main .glow-box.play-list .play {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    align-items: center;
    background-color: #222;
}

.sub-page-layout main .glow-box.play-list .play p {
    line-height: 1.2;
}

.sub-page-layout main .glow-box.play-list .play p.sing-name {
    font-weight: 700;
}

.sub-page-layout main .glow-box.play-list .play p.human-name {
    font-size: 13px;
}

.sub-page-layout main .glow-box.play-list .play .time p span {
    font-weight: 700;
}

@media (max-width: 768px) {
    .sub-page-layout main .glow-box {
        padding: 30px;
    }

    .sub-page-layout main .glow-box.pd-half {
        padding: 15px 30px;
    }
}

.sub-page-layout main .glow-box .sub-txt {
    padding-bottom: 12px;
}

.sub-page-layout main .glow-box .sub-txt,
.sub-page-layout main .glow-box .main-txt {
    display: block;
}

.sub-page-layout main .glow-box .main-txt {
    color: var(--layout-color, #88ccff);
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 4px;
}

@media (max-width: 768px) {
    .sub-page-layout main .glow-box .main-txt {
        font-size: 16px;
    }
}

.sub-page-layout main .glow-box .main-txt:last-child {
    padding-bottom: 0;
}

.sub-page-layout main .glow-box::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 4px solid var(--layout-color, #88ccff);
    border-radius: 25px;
    filter: blur(8px);
    pointer-events: none;
}

.color-layout.sub-page-layout main .glow-box::after {
    border-color: var(--layout-point-color);
}

.green-layout.sub-page-layout main .glow-box::after {
    border-color: rgba(154, 221, 102, 0.432);
}

.sub-page-layout main .glow-box.no-after::after {
    display: none;
}

.sub-page-layout main .glow-box.type-flex01 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px;
}

.sub-page-layout main .glow-box.type-flex01.rank-head {
    border: 0;
    padding: 0 30px 0 55px;
    margin-bottom: 0.5em;
    gap: 0 48px;
}

.sub-page-layout main .glow-box.type-flex01.rank-head.badge-gap {
    margin-bottom: 4em;
}

@media (max-width: 768px) {
    .sub-page-layout main .glow-box.type-flex01 {
        flex-direction: column;
    }

    .sub-page-layout main .glow-box.type-flex01.rank-head.badge-gap {
        margin-bottom: 0.5em;
    }

    .sub-page-layout main .glow-box.type-flex01.rank-head {
        padding: 0 30px;
    }

    .glow-box.no-after {
        display: none;
    }
}

.sub-page-layout main .glow-box.type-flex01:last-child {
    margin-bottom: 0;
}

.sub-page-layout main .glow-box.type-flex01 * {
    font-style: normal;
}

.sub-page-layout main .glow-box.type-flex01 .rank img {
    max-width: 120px;
    display: block;
}

.sub-page-layout main .glow-box.type-flex01 .name {
    flex: 1;
}

.sub-page-layout main .glow-box.type-flex01 .name p {
    line-height: 1.2;
    width: max-content;
    margin: 0;
    font-size: 24px;
    padding-bottom: 0;
    font-weight: 500;
    color: var(--layout-color, #88ccff);
    padding-bottom: 5px;
    position: relative;
}

.sub-page-layout main .new::after {
    content: "";
    width: 120px;
    height: 120px;
    background: url(../img/sub_new.png) no-repeat center/contain;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(40%, -50%);
}

.sub-page-layout main .wow::after {
    content: "";
    width: 120px;
    height: 120px;
    background: url(../img/sub_wow.png) no-repeat center/contain;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(40%, -50%);
}

.fx-start {
    display: flex;
    justify-content: start;
}

.fx-center {
    display: flex;
    justify-content: center;
}

.fx-end {
    display: flex;
    justify-content: end;
}

@media (max-width: 1024px) {

    .sub-page-layout main .new::after,
    .sub-page-layout main .wow::after {
        width: 80px;
        height: 80px;
        transform: translate(20%, -50%);
    }

    .sub-page-layout main .new.new-break1024 {
        margin-bottom: 0 !important;
    }

    .sub-page-layout main .new.new-break1024::after {
        padding-top: 60px;
        transform: translate(0);
        position: static;
    }
}

@media (max-width: 768px) {
    .sub-page-layout main .glow-box.type-flex01 .name p {
        font-size: 20px;
    }

    .gallery img {
        width: auto !important;
        max-width: 100% !important;
    }

    .fx-start {
        justify-content: center;
    }

    .fx-end {
        justify-content: center;
    }
}

.sub-page-layout main .glow-box.type-flex01 .name span {
    width: 100%;
    display: block;
    text-align: left;
    font-size: 19px;
    color: #fff;
}

@media (max-width: 768px) {
    .sub-page-layout main .glow-box.type-flex01 .name span {
        text-align: center;
        font-size: 15px;
    }
}

.sub-page-layout main .glow-box.type-flex01 .point {
    color: var(--layout-color, #88ccff);
    font-weight: 500;
    font-size: 19px;
}

.sub-page-layout main .visual {
    padding: 50px 0;
    position: relative;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.sub-page-layout main .visual .visual-img-box {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

.sub-page-layout main .visual .visual-img-box img {
    width: 100%;
}

.sub-page-layout main .visual .circle01 {
    top: 60%;
    bottom: auto;
    z-index: -1;
}

.sub-page-layout main .visual .circle02 {
    top: 65%;
    bottom: auto;
    z-index: -1;
}

.sub-page-layout main .pg-box {
    margin-bottom: 30px;
}

.sub-page-layout main .category {
    min-width: var(--category-width);
    background-size: cover;
    padding: 12px 26px;
    margin: 0 10px;
    border-radius: 30px;
    line-height: 1.15;
}

.sub-page-layout main h1 {
    margin-bottom: 16px;
}

.sub-page-layout main .intro .intro-txt {
    max-width: 800px;
    margin: 0 auto 3.6em;
    text-align: center;
    font-weight: 100;
    line-height: 1.8;
    color: var(--layout-color, #88ccff);
}

.sub-page-layout main .intro .line {
    width: 100%;
    height: 1.1px;
    min-height: 1px;
    display: block;
    position: relative;
    background: linear-gradient(to right, transparent, 10%, var(--layout-color, #88ccff), 90%, transparent);
}

.line-right {
    border-right: 1px solid var(--layout-color, #88ccff);
}

.sub-page-layout main .intro .line::after {
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.8;
    background: linear-gradient(to right, transparent, 10%, var(--layout-color, #88ccff), 90%, transparent);
    filter: blur(7px);
}

.color-layout.sub-page-layout main .intro .intro-txt {
    color: var(--layout-point-color);
}

.color-layout.sub-page-layout main .intro .line {
    background: linear-gradient(to right, transparent, 10%, var(--layout-point-color), 90%, transparent);
}

.sub-page-layout main .intro .line::after {
    background: linear-gradient(to right, transparent, 10%, var(--layout-point-color), 90%, transparent);
}

.sub-page-layout main .intro .writer-box {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 12em;
    text-align: center;
}

.color-layout.sub-page-layout main .intro .writer-box {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 12em;
    text-align: center;
}

.sub-page-layout main .intro .ico-box {
    padding: 25px 0;
    gap: 10px 40px;
    color: var(--layout-color, #88ccff);
}

.color-layout.sub-page-layout main .intro .ico-box {
    color: var(--layout-point-color);
}

.sub-page-layout main .intro .ico-box>.flex {
    align-items: flex-start;
}

.sub-page-layout main .intro .ico-box b {
    white-space: nowrap;
}

@media (max-width: 768px) {
    .sub-page-layout main .intro .ico-box {
        flex-direction: column;
    }

    .line-right {
        border-bottom: 1px solid var(--layout-color, #88ccff);
        border-right: none;
    }
}

.sub-page-layout main .intro .ico-box i {
    margin-right: 10px;
}

.sub-page-layout main .cont-area {
    text-align: center;
    padding-bottom: 120px;
}

.sub-page-layout main .reverse .cont-area p {
    text-align: right;
}

.sub-page-layout main .reverse .t-right {
    text-align: right;
}

@media (max-width: 1024px) {
    .sub-page-layout main .reverse .t-right {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .sub-page-layout main .cont-area {
        padding-bottom: 70px;
    }

    .sub-page-layout main .reverse .cont-area p {
        text-align: left;
    }
}

.sub-page-layout main .cont-area .flex {
    align-items: flex-start;
    margin-bottom: 60px;
}

.sub-page-layout main .cont-area .flex:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .sub-page-layout main .cont-area .flex {
        flex-wrap: wrap;
    }
}

.sub-page-layout main .cont-area .tit,
.sub-page-layout main .cont-area .tit2 {
    margin-bottom: 1.5em;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--layout-color, #88ccff);
}

.color-layout.sub-page-layout main .cont-area .tit,
.color-layout.sub-page-layout main .cont-area .tit2 {
    color: var(--layout-point-color);
}

.sub-page-layout main .cont-area .tit2 img {
    margin-bottom: 1em;
    max-width: 100%;
}

.sub-page-layout main .cont-area .tit::before {
    content: "";
    width: 12px;
    height: 12px;
    margin-bottom: 1em;
    display: block;
    border-radius: 50%;
    background-color: var(--layout-color, #88ccff);
    box-shadow: 0 0 5px 5px rgba(136, 204, 255, 0.4), 0 0 10px 5px rgba(136, 204, 255, 0.3);
    filter: blur(1px);
}

.sub-page-layout main .cont-area .tit.no-before::before {
    display: none;
}

.sub-page-layout main .cont-area .tit.fire::before {
    content: "";
    width: 80px;
    height: 80px;
    margin-bottom: 1em;
    display: block;
    border-radius: 0;
    background-color: transparent;
    background-image: url(../img/fire_dot.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: none;
    filter: none;
}

.sub-page-layout main .cont-area .tit.sub07::before {
    content: "";
    width: 80px;
    height: 80px;
    margin-bottom: 1em;
    display: block;
    border-radius: 0;
    box-shadow: none;
    filter: none;
}

.sub-page-layout main .cont-area .tit.sub07_ico01::before {
    background-color: transparent;
    background-image: url(../img/sub07_icon01.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.sub-page-layout main .cont-area .tit.sub07_ico02::before {
    background-color: transparent;
    background-image: url(../img/sub07_icon02.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.sub-page-layout main .cont-area .tit.sub07_ico03::before {
    background-color: transparent;
    background-image: url(../img/sub07_icon03.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.sub-page-layout main .cont-area .award_photo_title .tit {
    text-wrap: pretty;
}

.sub-page-layout main .cont-area .award_photo_title p {
    color: #fff;
}

@media screen and (max-width: 768px) {
    .sub-page-layout main .cont-area .award_photo_title p {
        text-align: center;
    }
}

.color-layout.sub-page-layout main .cont-area .tit::before {
    background-color: var(--layout-point-color);
    box-shadow: 0 0 5px 5px rgba(255, 204, 119, 0.4), 0 0 10px 5px rgba(255, 204, 119, 0.3);
}

.sub-page-layout main .cont-area .tit.row {
    flex-direction: row;
    text-align: left;
}

.sub-page-layout main .cont-area .tit.row::before {
    margin-bottom: 0;
    margin-right: 1em;
}

.sub-page-layout main .cont-area h4 {
    font-size: 29px;
    font-weight: 700;
    padding-bottom: 15px;
    text-align: left;
    color: #fff;
}

@media (max-width: 768px) {
    .sub-page-layout main .cont-area h4 {
        font-size: 22px;
    }

    .sub-page-layout main .cont-area h4.center768 {
        text-align: center !important;
    }
}

.sub-page-layout main .cont-area h5 {
    font-size: 24px;
    color: #fff;
    padding-bottom: 15px;
    font-weight: 700;
    text-align: left;
}

.sub-page-layout main .cont-area h5.tag {
    padding-bottom: 10px;
    color: #000;
    font-size: 17px;
}

@media (max-width: 768px) {
    .sub-page-layout main .cont-area h5 {
        font-size: 19px;
    }
}

.sub-page-layout main .cont-area p {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    line-height: 2;
    color: #fff;
    text-align: justify;
    font-size: 1.125rem;
    padding-bottom: 30px;
    word-break: break-all;
}

.sub-page-layout main .cont-area .img {
    padding-bottom: 40px;
}

.sub-page-layout main .cont-area p:last-child:not(.need-pb) {
    padding-bottom: 0;
}

.sub-page-layout main .cont-area p.pb {
    padding-bottom: 100px;
}

.sub-page-layout main .img-area {
    padding: 8em 0;
    display: flex;
    align-items: center;
}

.sub-page-layout main .img-area img {
    width: auto;
    max-width: 100%;
}

.sub-page-layout main .img-area .left {
    max-width: 48%;
    margin-bottom: 18vw;
    justify-self: start;
}

.sub-page-layout main .img-area .right {
    max-width: 48%;
    margin-top: 18vw;
    justify-self: end;
}

.sub-page-layout main .img-area.img-two {
    justify-content: space-between;
}

.sub-page-layout main .img-area.img-solo {
    justify-content: center;
    overflow: hidden;
}

.sub-page-layout main .img-area.img-solo img {
    min-width: 800px;
    margin: 0 auto;
}

.sub-page-layout main .img-area.img-solo-small img {
    min-width: auto;
}

.sub-page-layout main .marquee-wrap {
    margin-top: 8em;
}

.sub-page-layout main .epilogue {
    min-height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    margin-bottom: 120px;
}

.sub-page-layout main .epilogue .ep-txt {
    max-width: 80%;
    font-weight: 700;
    text-wrap: balance;
}

.sub-page-layout main .epilogue .ring {
    width: auto;
    max-width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.sub-page-layout main .interview {
    padding: 150px 0;
    color: #fff;
}

.sub-page-layout main .interview h4 {
    margin-bottom: 0.5em;
}

.sub-page-layout main .interview .interview-box {
    max-width: 1000px;
    margin: 0 auto;
}

.sub-page-layout main .interview .interview-box .flex.zig {
    gap: 30px;
    align-items: flex-start;
}

.sub-page-layout main .interview .interview-box .flex.zig .interview-cont:nth-child(2) {
    margin-top: 60px;
}

.sub-page-layout main .interview .interview-box .flex.zig .interview-cont.add-mt {
    margin-top: 120px;
}

@media (max-width: 1024px) {
    .sub-page-layout main .interview .interview-box .flex.zig .interview-cont:nth-child(2) {
        margin-top: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .sub-page-layout main .epilogue {
        margin-bottom: 70px;
    }
}

.sub-page-layout main .interview .interview-box .flex.zig .interview-cont .glow-box {
    padding: 32px 28px;
}

.sub-page-layout main .interview .interview-box .flex.zig .interview-cont .glow-box span {
    text-wrap: unset;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}

.sub-page-layout main .interview .interview-box .flex.zig .interview-cont .glow-box span.main-txt {
    font-size: 17px;
    line-height: 1.7;
}

.sub-page-layout main .interview li {
    margin-bottom: 6em;
}

.sub-page-layout main .interview .interview-cont {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.sub-page-layout main .interview .reverse {
    flex-direction: row-reverse;
}

.sub-page-layout main .interview .reverse .interview-cont {
    align-items: flex-end;
    text-align: right;
}

.sub-page-layout main .interview .photo {
    margin: 0 60px;
}

.sub-page-layout main .interview .comment {
    padding-bottom: 1em;
    line-height: 1.85;
    /* text-wrap: balance; */
    word-break: break-all;
    text-align: justify;
}

@media (max-width: 768px) {
    .sub-page-layout main .interview .comment {
        width: 100%;
    }
}

.sub-page-layout main .interview .glow-box::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 4px solid var(--layout-color, #88ccff);
    border-radius: 25px;
    pointer-events: none;
    filter: blur(8px);
}

.color-layout.sub-page-layout main .interview .glow-box::after {
    border-color: var(--layout-point-color);
}

.sub-page-layout main .comment-wrap {
    position: relative;
    z-index: 1;
}

.sub-page-layout main .comment-wrap .inner-wrap {
    flex-direction: column;
    align-items: flex-start;
}

.sub-page-layout main .comment-wrap h3 {
    margin-bottom: 1em;
    color: var(--layout-color, #88ccff);
}

.sub-page-layout main .comment-wrap h3 i {
    margin-right: 5px;
    transform: rotateY(180deg);
}

.sub-page-layout main .comment-wrap textarea {
    width: 100%;
    padding: 20px;
    margin-bottom: 1em;
    height: 180px;
    resize: none;
    border: none;
    outline: none;
    border-radius: 5px;
    line-height: 1.5;
}

.sub-page-layout main .comment-wrap .nickname {
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 3em;
    outline: none;
    border: none;
    border-radius: 5px;
}

.sub-page-layout main .comment-wrap button {
    margin-bottom: 5em;
    padding: 10px 60px;
    align-self: center;
    outline: none;
    border: none;
    border-radius: 20vw;
    background-color: var(--layout-color, #88ccff);
    color: #000;
    cursor: pointer;
}

.sub-page-layout main .prevnext {
    margin-bottom: 3em;
    color: #fff;
}

.sub-page-layout main .prevnext .prev .btn-border {
    margin-right: 10px;
}

.sub-page-layout main .prevnext .next .btn-border {
    margin-left: 10px;
}

.sub-page-layout main .prevnext .line-wrap {
    padding: 3rem 1.5rem;
    border: 1px solid #fff;
    border-width: 1px 0 1px 0;
    justify-content: space-between;
}

.sub-page-layout main .prevnext * {
    color: #fff;
}

.sub-page-layout main .prevnext a .btn-border {
    font-size: 14px;
    font-weight: 100 !important;
    display: inline-block;
    color: inherit;
    border: 1px solid #fff;
    padding: 5px 10px;
}

.sub-page-layout main .prevnext a:hover .btn-border {
    background-color: #fff;
    color: #191F49;
    font-weight: 700;
    transition: all 0.35s;
}

.sub-page-layout main .prevnext .page-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sub-page-layout main .prevnext .page-btn span {
    font-weight: 700;
}

.sub-page-layout main .old-page-wrap {
    color: #fff;
    margin-bottom: 8em;
    position: relative;
    z-index: 10;
}

.sub-page-layout main .old-page-wrap .inner-wrap {
    flex-direction: column;
}

.sub-page-layout main .old-page-wrap h3 {
    width: 100%;
    margin-bottom: 1em;
    font-weight: 600;
    color: var(--layout-color, #88ccff);
    text-align: left;
}

.color-layout.sub-page-layout main .old-page-wrap h3 {
    color: var(--layout-point-color);
}

.sub-page-layout main .old-page-wrap h3 i {
    margin-right: 10px;
}

.sub-page-layout main .old-page-wrap a {
    padding: 20px 10px;
    display: block;
    display: flex;
    align-items: center;
    align-items: flex-start;
    gap: 1em;
    text-decoration: none;
    color: inherit;
    word-break: keep-all;
    line-height: 1.5;
}

.sub-page-layout main .old-page-wrap ul {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    /* grid-template-rows: auto; */
    gap: 0 60px;
}

.sub-page-layout main .old-page-wrap li {
    width: 100%;
    border-bottom: 1px solid #fff;
}

.sub-page-layout main .old-page-wrap .border-t {
    height: 100%;
    border-top: 1px solid #fff;
}

.safari-browser.sub-page-layout main .old-page-wrap .border-t {
    height: auto;
}

/* .sub-page-layout main .old-page-wrap .border-t span {
  width: 100%;
  max-width: 340px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
} */

@media screen and (max-width: 1024px) {
    .sub-page-layout main .inner-wrap {
        padding: 0 20px;
    }

    .sub-page-layout main .interview .each {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .sub-page-layout main .interview li {
        margin-bottom: 6em;
    }

    .sub-page-layout main .interview .interview-cont {
        align-items: center;
    }

    .sub-page-layout main .interview .interview-cont.mo-align-left {
        align-items: flex-start;
    }

    .sub-page-layout main .interview .reverse .interview-cont {
        align-items: center;
        text-align: center;
    }

    .sub-page-layout main .interview .photo {
        width: 90%;
    }

    .sub-page-layout main .interview .photo img {
        width: auto;
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {

    .sub-page-layout main .img-area .left,
    .sub-page-layout main .img-area .right {
        max-width: 80%;
    }

    .sub-page-layout main .img-area.img-two {
        display: flex;
        flex-direction: column;
    }

    .sub-page-layout main .img-area.img-two img {
        margin-top: 2em;
        margin-bottom: 2em;
    }

    .sub-page-layout main .img-area.img-two .left {
        align-self: flex-start;
    }

    .sub-page-layout main .img-area.img-two .right {
        align-self: flex-end;
    }

    .sub-page-layout main .intro .writer-box {
        margin-bottom: 6em;
    }

    .sub-page-layout main .img-area,
    .sub-page-layout main .interview {
        padding: 70px 0;
    }

    .sub-page-layout main .old-page-wrap ul {
        grid-template-columns: 1fr;
    }

    .sub-page-layout main .old-page-wrap .border-t {
        height: auto;
    }

    /* .sub-page-layout main .old-page-wrap .border-t span {
    max-width: none;
    white-space: normal;
  } */
}

.flex.flex-s-c {
    justify-content: start;
    align-items: start;
}

.flex.flex-s-c>span {
    padding-top: 0.5ex;
}

@media screen and (max-width: 576px) {
    .sub-page-layout main {
        padding-top: 16vw;
    }

    .sub-page-layout main .prevnext .page-btn .btn-title {
        display: none;
    }

    .break576 {
        flex-direction: column;
    }

    .flex.flex-s-c {
        justify-content: center;
        align-items: start;
    }

    .flex.flex-s-c>span {
        padding-top: 0;
    }
}

.marquee {
    width: 100%;
    padding-top: 150px;
    overflow: hidden;
}

.marquee-wrapper {
    width: max-content;
    display: flex;
    justify-content: start;
    will-change: transform;
}

.marquee-wrapper img {
    width: auto;
}

@media screen and (max-width: 768px) {
    .marquee {
        padding-top: 70px;
    }

    .marquee-wrapper img {
        width: 1993px;
    }
}

.list-box01 ul {
    border: 1px solid #fff;
    padding: 50px 10px 30px 10px;
    position: relative;
}

.list-box01 ul .title {
    position: absolute;
    left: 10px;
    top: 0;
    transform: translateY(-50%);
    background-color: #8accff;
    padding: 15px 20px;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
}

.list-box01 ul h6 {
    font-weight: 500;
    font-size: 20px;
    color: var(--layout-color, #88ccff);
    text-align: left;
    padding-bottom: 20px;
}

.list-box01 ul li {
    display: flex;
    color: #fff;
    padding-bottom: 10px;
}

.list-box01 ul li:last-child {
    padding-bottom: 0;
}

.list-box01 ul li span {
    color: #fff;
    line-height: 1.5;
    text-align: left;
}

.list-box01 ul li span:nth-child(1) {
    margin-right: 10px;
}

.img {
    width: 100%;
    max-width: unset !important;
}

.img img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.img small {
    text-align: center;
    color: #fff;
    display: block;
    padding-top: 7px;
    line-height: 1.5;
}

.img.left img {
    margin: 0;
}

.flex {
    width: 100%;
}

@media (max-width: 768px) {
    .flex .epilogue-flex {
        flex-wrap: wrap;
    }

    .flex .epilogue-flex span {
        width: 100% !important;
        margin-bottom: 100px;
    }

    .flex .epilogue-flex span:last-child {
        margin-bottom: 0;
    }
}

.flex .span {
    margin-right: 5%;
}

@media (max-width: 768px) {
    .flex .span {
        max-width: 100% !important;
        width: 100%;
        margin-right: 0;
        display: block;
    }
}

.flex .span:last-child {
    margin-right: 0;
}

.new-year {
    padding-bottom: 80px;
}

@media (max-width: 768px) {
    .new-year .flex {
        flex-direction: column;
    }
}

.new-year .flex li {
    padding: 120px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 768px) {
    .new-year .flex li {
        padding: 40px 0;
    }
}

.new-year .flex li:nth-child(1) {
    padding-right: 80px;
    border-right: 1px solid #fff;
}

@media (max-width: 768px) {
    .new-year .flex li:nth-child(1) {
        padding-right: 0;
        border-right: 0;
        border-bottom: 1px solid #fff;
    }
}

.new-year .flex li:nth-child(2) {
    padding-left: 80px;
}

@media (max-width: 768px) {
    .new-year .flex li:nth-child(2) {
        padding-left: 0;
    }
}

.new-year .flex li .img img {
    width: 100%;
}

.new-year .flex li .name {
    margin-top: 70px;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.08rem;
}

@media (max-width: 768px) {
    .new-year .flex li .name {
        font-size: 20px;
        margin-top: 30px;
    }
}

.new-year .flex li .view-btn {
    margin-top: 24px;
    font-size: 20px;
    width: max-content;
    max-width: 100%;
    margin-bottom: 2em;
    color: #000;
    padding: 10px 20px;
    display: block;
    background: linear-gradient(to right, #8cf, #fc0);
    border-radius: 20vw;
    cursor: pointer;
    font-weight: 700;
}

@media (max-width: 768px) {
    .new-year .flex li .view-btn {
        font-size: 16px;
    }
}

.new-pop {
    display: none;
    position: fixed;
    transform: translateZ(0);
    transform: translate3d(0, 0, 0);
    z-index: 102;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

.new-pop.active {
    display: block;
}

.new-pop video {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1) translateZ(0) translate3d(0, 0, 0);
}

.new-pop p {
    color: #f5f5f5;
    font-size: 19px;
    line-height: 1.7;
    padding-bottom: 80px;
}

@media (max-width: 768px) {
    .new-pop p {
        font-size: 16px;
        padding-bottom: 40px;
    }
}

.new-pop p.small {
    font-size: 15px;
    text-align: center;
    padding: 20px 0;
    margin: 0 auto;
}

.new-pop small {
    font-size: 14px;
    display: block;
    color: #bbb;
}

.new-pop .close-btn {
    position: fixed;
    right: 50px;
    top: 60px;
    cursor: pointer;
    z-index: 9;
    transform: translate3d(0, 0, 0);
}

.new-pop .pop-cont {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 150px 15px 30px;
    z-index: 2;
    max-width: 1190px;
    margin: 0 auto;
}

.new-pop .pop-cont .title {
    display: flex;
    margin-bottom: 90px;
}

@media (max-width: 768px) {
    .new-pop .pop-cont .title {
        flex-direction: column;
        margin-bottom: 40px;
    }
}

.new-pop .pop-cont .title .img {
    margin-right: 30px;
}

@media (max-width: 768px) {
    .new-pop .pop-cont .title .img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.new-pop .pop-cont .title .img img {
    display: block;
}

@media (max-width: 768px) {
    .new-pop .pop-cont .title .img img {
        width: 100%;
        margin: 0 auto;
        max-width: 500px;
    }
}

.new-pop .pop-cont .title h4,
.new-pop .pop-cont .title p {
    text-align: left;
}

.new-pop .pop-cont h4 {
    text-align: center;
    font-size: 32px;
    color: #8accff;
    font-weight: 700;
    line-height: 1.4;
    padding-bottom: 50px;
}

@media (max-width: 768px) {
    .new-pop .pop-cont h4 {
        font-size: 24px;
        padding-bottom: 30px;
    }
}

.new-pop .pop-cont .sub-title {
    text-align: center;
    line-height: 1.5;
    font-weight: 700;
    font-size: 26px;
    color: transparent !important;
    background: linear-gradient(to right, #8cf, #fc0);
    background-clip: text;
    word-break: break-word;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    padding-bottom: 80px;
}

@media (max-width: 768px) {
    .new-pop .pop-cont .sub-title {
        font-size: 20px;
    }
}

.new-pop .pop-cont .box01 {
    text-align: center;
    border-radius: 20px;
    color: #fff;
    background-color: #2185d1;
    padding: 10px;
    margin: 0 auto;
    font-weight: 500;
    line-height: 2;
}

.sub-page-layout main .tag {
    width: max-content;
    max-width: 100%;
    margin-bottom: 2em;
    color: #000;
    padding: 10px 20px;
    display: block;
    background: linear-gradient(to right, #8cf, #fc0);
    border-radius: 20vw;
    font-weight: 700;
    font-size: 1.125rem;
}

.sub-page-layout main .tag.click-hand {
    padding-right: 10px;
}

.sub-page-layout main .tag.tag-small {
    font-size: 1rem;
    padding: 5px 15px;
}

.sub-page-layout main .tag.inline {
    display: inline-block;
    margin: 0 6px;
}

.sub-page-layout main .tag.zig {
    margin: 0 auto 60px auto;
}

@media (max-width: 768px) {
    .sub-page-layout main .tag.zig {
        margin: 0 auto 35px auto;
    }
}

.sub-page-layout main .small-title {
    font-size: 22px;
    font-weight: 700;
    color: #8accff;
    padding: 30px 0;
    display: block;
    text-align: left;
}

@media (max-width: 768px) {
    .sub-page-layout main .small-title {
        font-size: 18px;
    }
}

.sub-page-layout main .interview.even .interview-box.type2 li:last-child {
    margin-bottom: var(--interview-even-y);
}

@media (max-width: 768px) {
    .sub-page-layout main .interview.even .interview-box.type2 li:last-child {
        margin-bottom: 10px;
    }
}

.sub-page-layout main .interview .interview-box.type2.type3 li {
    width: calc(50% - 25px);
    padding: 20px;
}

@media (max-width: 768px) {
    .sub-page-layout main .interview .interview-box.type2.type3 li {
        width: 100%;
    }
}

.sub-page-layout main .interview .interview-box.type2.type3 li:nth-child(even) {
    margin-left: 50px;
    transform: translateY(200px);
}

@media (max-width: 768px) {
    .sub-page-layout main .interview .interview-box.type2.type3 li:nth-child(even) {
        margin-left: 0;
        transform: translateY(0);
    }
}

.sub-page-layout main .interview .interview-box.type2.type3 li:last-child {
    margin-bottom: 200px;
}

.sub-page-layout main .interview .interview-box.type2.type3.type4 li {
    width: calc(50% - 5px);
    padding: 0;
}

@media (max-width: 768px) {
    .sub-page-layout main .interview .interview-box.type2.type3.type4 li {
        width: 100%;
    }
}

.sub-page-layout main .interview .interview-box.type2.type3.type4 li:nth-child(even) {
    margin-left: 10px;
    transform: translateY(200px);
}

@media (max-width: 768px) {
    .sub-page-layout main .interview .interview-box.type2.type3.type4 li:nth-child(even) {
        margin-left: 0;
        transform: translateY(0);
    }
}

.sub-page-layout main .interview .transform-bt {
    margin-bottom: 250px;
}

@media (max-width: 768px) {
    .sub-page-layout main .interview .transform-bt {
        margin-bottom: 0;
    }
}

.sub-page-layout main .interview .interview-box.type2 {
    display: flex;
    flex-wrap: wrap;
}

.sub-page-layout main .interview .interview-box.type2 li {
    margin-bottom: 100px;
    width: calc(50% - 15px);
}

@media (max-width: 768px) {
    .sub-page-layout main .interview .interview-box.type2 li {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .sub-page-layout main .interview .interview-box.type2 li {
        padding-bottom: 0;
    }

    .sub-page-layout main .interview .interview-box.type2 li .interview-cont h4 {
        /* text-align: center; */
        text-align: left;
        word-break: keep-all;
    }
}

.sub-page-layout main .interview .interview-box.type2 li:nth-child(even) {
    margin-left: 30px;
    transform: translateY(var(--interview-even-y));
}

@media (max-width: 768px) {
    .sub-page-layout main .interview .interview-box.type2 li:nth-child(even) {
        margin-left: 0;
        transform: translateY(0);
    }
}

.sub-page-layout main .interview .interview-box.type2 li:last-child {
    margin-bottom: 0;
}

.sub-page-layout main .interview .interview-box.type2 li .photo {
    width: 100%;
    margin: 0 0 20px 0;
}

.sub-page-layout main .interview .interview-box.type2 li .photo img {
    width: 100%;
    max-width: 100%;
}

.sub-page-layout main .interview .interview-box.type2 li .interview-cont {
    text-align: left;
}

.sub-page-layout main .interview .interview-box.type2 li .interview-cont h4 {
    width: 100%;
    word-break: keep-all;
}

.sub-page-layout .float-wrapper {
    display: flow-root;
}

.sub-page-layout .float-wrapper .float-left {
    width: 100%;
    max-width: var(--max-width, 450px);
    float: left;
    margin-right: 20px;
}

.sub-page-layout .float-wrapper .float-right {
    width: 100%;
    max-width: var(--max-width, 450px);
    float: right;
    margin-left: 20px;
}

@media screen and (max-width: 1024px) {
    .sub-page-layout .float-wrapper {
        display: block;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .sub-page-layout .float-wrapper .float-left,
    .sub-page-layout .float-wrapper .float-right {
        width: auto;
        max-width: 100% !important;
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.thmb-slide img {
    width: 100%;
    display: block;
}

.thmb-slide .slide-top {
    position: relative;
    overflow: hidden;
}

.thmb-slide .slide-top .swiper-slide p.news-text {
    text-align: center;
    background-color: #fff;
    min-height: 110px;
    padding: 20px 15px 60px 15px;
}

.thmb-slide .slide-top .swiper-slide p.news-text span {
    color: #000;
}

.thmb-slide .slide-top .swiper-slide p.news-text span.date {
    font-weight: 700;
    padding-right: 10px;
    margin-right: 5px;
    position: relative;
}

.thmb-slide .slide-top .swiper-slide p.news-text span.date::after {
    content: "";
    width: 1px;
    height: 12px;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #000;
}

.thmb-slide .slide-top .swiper-pagination {
    bottom: 20px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.thmb-slide .slide-top .swiper-pagination .swiper-pagination-bullet {
    margin: 0 2px;
    opacity: 1;
    background-color: #ccc;
    transition: all 0.2s;
}

.thmb-slide .slide-top .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000;
}

.thmb-slide .slide-bottom {
    overflow: hidden;
    margin-top: 30px;
}

.thmb-slide .slide-bottom .swiper-slide::after {
    box-shadow: 0 0 0 0 inset #108eff;
    transition: all 0.2s;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.thmb-slide .slide-bottom .swiper-slide.swiper-slide-thumb-active {
    position: relative;
}

.thmb-slide .slide-bottom .swiper-slide.swiper-slide-thumb-active::after {
    box-shadow: 0 0 0 3px inset #108eff;
}

.table01 {
    width: 100%;
    border-spacing: 0;
}

.table01 th,
.table01 td {
    border-right: 1px solid #8992a3;
    color: #fff;
    padding: 10px;
    font-size: 16px;
}

.table01 th:last-child,
.table01 td:last-child {
    border-right: 0;
}

.table01 thead th {
    background-color: #1a6a9f;
    border-top: 1px solid #8992a3;
    border-bottom: 1px solid #8992a3;
    font-weight: 700;
}

.table01 tbody tr.even {
    background-color: rgba(255, 255, 255, 0.1);
}

.table01 tbody tr td {
    border-bottom: 1px solid #8992a3;
    font-size: 15px;
}

.table01 tbody tr td.even {
    background-color: rgba(255, 255, 255, 0.1);
}

.table01 tbody tr td:nth-child(1) {
    font-size: 16px;
    font-weight: 700;
}

.table01 tbody tr td:last-child {
    font-size: 15px;
    font-weight: 300;
    text-align: left;
}

.scroll {
    transform: translateY(30px);
    transition: all 0.8s;
    opacity: 0;
}

.scroll.scroll-on {
    transform: translateY(0);
    opacity: 1;
}

.opacity-video {
    width: 100%;
    margin-bottom: 100px;
    /* padding: 0 15px; */
    position: relative;
}

.opacity-video::before,
.opacity-video::after {
    content: "";
    width: 100%;
    left: 0;
    height: 200px;
    position: absolute;
    /* display: none; */
}

.opacity-video::before {
    top: 0;
    transform: translateY(-50%);
    background: linear-gradient(180deg, #18204b, #18204b, #18204b, transparent);
}

.opacity-video::after {
    bottom: 0;
    transform: translateY(50%);
    background: linear-gradient(360deg, #18204b, #18204b, #18204b, transparent);
}

.opacity-video video {
    width: 100%;
}

.audioWrap {
    position: relative;
    background-color: #f2f2f2;
}

.audioWrap .con {
    position: absolute;
    top: 28px;
    left: 30px;
    display: flex;
    align-items: center;
    width: calc(100% - 220px);
}

.audioWrap .con img {
    margin-right: 10px;
}

.audioWrap.audioWrap__white .con img {
    margin-right: 10px;
    filter: brightness(0) invert(1);
}

.audioWrap .con .tit {
    font-size: 20px;
    color: #69513e;
    font-family: "WooridaumB";
    font-weight: bold;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: keep-all;
    overflow: hidden;
}

.audioWrap .con p {
    font-size: 16px !important;
    line-height: 1.4 !important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: keep-all;
    overflow: hidden;
}

.audioplayer {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    box-sizing: border-box;
    margin: 0 0 1em;
    padding: 0 24px;
    width: 100%;
    height: 96px;
    align-items: center;
    position: relative;
}

.audioplayer-playpause {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
    content: "";
    justify-content: center;
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 12px solid transparent;
    border-right: none;
    border-bottom: 12px solid transparent;
    border-left: 18px solid #69513e;
}

.audioplayer-playing .audioplayer-playpause a {
    content: "";
    display: flex;
    justify-content: space-between;
    width: 16px;
    height: 20px;
}

.audioWrap__white .audioplayer-playing .audioplayer-playpause a::before,
.audioWrap__white .audioplayer-playing .audioplayer-playpause a::after {
    content: "";
    width: 5px;
    height: 20px;
    background-color: #fff;
}

.audioplayer-playing .audioplayer-playpause a::before,
.audioplayer-playing .audioplayer-playpause a::after {
    content: "";
    width: 5px;
    height: 20px;
    background-color: #69513e;
}

.audioplayer-time {
    display: flex;
    width: 40px;
    justify-content: center;
    font-size: 16px;
    color: #69513e;
    font-family: "WooridaumL";
}

.audioplayer-time-current {
    position: relative;
    margin-left: 10px;
    margin-right: 12px;
}

.audioplayer-time-current::before {
    content: "/";
    position: absolute;
    display: block;
    color: #69513e;
    right: -8px;
}

.audioWrap__white .audioplayer-time-current::before {
    content: "/";
    position: absolute;
    display: block;
    color: #fff;
    right: -8px;
}

.audioplayer-time-duration {
    margin-right: 10px;
    font-family: "WooridaumB";
}

.audioplayer-bar {
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 99;
    width: 100%;
}

.audioplayer-bar::before {
    content: "";
    position: absolute;
    top: 5px;
    width: 100%;
    left: 0;
    height: 4px;
    background-color: #DDE2E6;
}

.audioplayer-bar>div {
    position: absolute;
    left: 0;
    top: 5px;
}

.audioplayer-bar-loaded {
    z-index: 1;
    height: 4px;
    background: #BEC8D2;
}

.audioplayer-bar-played {
    flex-direction: row-reverse;
    z-index: 2;
    height: 4px;
    background: -webkit-linear-gradient(left, #0059FF, #09B1FA);
}

.audioplayer-bar-played::after {
    display: flex;
    position: absolute;
    content: "";
    box-sizing: border-box;
    top: -9px;
    right: -11px;
    margin-right: -5px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 10px;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-bar-played::after {
    border: 2px solid #BEC8D2;
}

.audioplayer-playing .audioplayer-bar-played::after {
    border: 2px solid #0059FF;
}

.audioplayer-volume {
    display: none;
}

.audioplayer-volume-button {
    display: flex;
    align-items: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.audioplayer-volume-button a {
    display: flex;
    width: 6px;
    height: 8px;
    background-color: #9A9FB0;
    position: relative;
}

.audioplayer-volume-button a:before,
.audioplayer-volume-button a:after {
    content: "";
    position: absolute;
}

.audioplayer-volume-button a:before {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 9px solid #9A9FB0;
    border-bottom: 8px solid transparent;
    border-left: none;
    top: -4px;
}

.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
    left: 10px;
    top: -2px;
    width: 6px;
    height: 6px;
    border: 6px double #9A9FB0;
    border-width: 6px 6px 0 0;
    border-radius: 0 12px 0 0;
    transform: rotate(45deg);
}

.audioplayer-mute .audioplayer-volume-button a {
    background-color: #FD4F1A;
}

.audioplayer-mute .audioplayer-volume-button a:before {
    border-right: 9px solid #FD4F1A;
}

.audioplayer-volume-adjust {
    display: flex;
    align-items: center;
    margin-left: 8px;
}

.audioplayer-volume-adjust>div {
    position: relative;
    display: flex;
    width: 60px;
    height: 2px;
    cursor: pointer;
    background-color: #BEC8D2;
}

.audioplayer-volume-adjust div div {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    background-color: #0059FF;
}

/* responsive | you can change the max-width value to match your theme */
@media (max-width: 575.98px) {
    .audioplayer {
        padding: 0 15px;
        height: 70px;
    }

    .audioWrap .con {
        top: 15px;
        left: 15px;
        width: calc(100% - 80px);
    }

    .audioWrap .con img {
        width: 30px;
    }

    .audioWrap .con .tit {
        font-size: 18px;
    }

    .audioWrap .con p {
        font-size: 13px !important;
    }

    .audioplayer-playpause {
        width: 30px;
        height: 30px;
    }

    .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
        border-top: 10px solid transparent;
        border-right: none;
        border-bottom: 10px solid transparent;
        border-left: 16px solid #69513e;
    }

    .audioplayer-time {
        display: none;
    }
}

.comment-page {
    margin-bottom: 5em;
}

.comment-page * {
    color: #fff;
}

.comment-page .nickname {
    margin-bottom: 1em;
    font-weight: 900;
}

.comment-page .comment-cont {
    line-height: 1.5;
}

.comment-page ul li {
    padding: 20px 10px;
    border-bottom: 1px solid #fff;
}

.comment-page ul li:first-of-type {
    border-top: 1px solid #fff;
}

.comment-page .comment-paging {
    gap: 10px;
    margin: 1em 0 2em;
    flex-wrap: wrap;
}

.comment-page .comment-paging a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    font-weight: 900;
    border: 1px solid #fff;
}

.comment-page .comment-paging .page-center {
    background-color: #fff;
    color: #191F49;
}

.comment-page .comment-paging .page-center.active {
    background-color: var(--layout-color, #88ccff);
    border-color: var(--layout-color, #88ccff);
    color: #191F49;
}

.comment-page .comment-paging :not(.page-center):hover {
    background-color: #fff;
    color: #191F49;
}

@font-face {
    font-family: "Wooridaum";
    font-style: normal;
    font-weight: 700;
    src: url("../../../font/WooridaumB.woff");
    src: local("☺"), url("../../../font/WooridaumB.ttf") format("truetype"), url("../../../font/WooridaumB.otf") format("otf");
}

@font-face {
    font-family: "Wooridaum";
    font-style: normal;
    font-weight: 400;
    src: url("../../../font/WooridaumR.woff");
    src: local("☺"), url("../../../font/WooridaumR.ttf") format("truetype"), url("../../../font/WooridaumR.otf") format("otf");
}

@font-face {
    font-family: "Wooridaum";
    font-style: normal;
    font-weight: 100;
    src: url("../../../font/WooridaumL.woff");
    src: local("☺"), url("../../../font/WooridaumL.ttf") format("truetype"), url("../../../font/WooridaumL.otf") format("otf");
}

* {
    box-sizing: border-box;
}

body {
    background-color: #191F49;
    font-family: "Wooridaum";
    overflow-x: hidden;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid {
    display: grid;
    grid-template-rows: auto;
    place-items: center;
}

.mb0 {
    margin-bottom: 0 !important;
}

@media screen and (max-width: 1024px) {
    .mb0-1024 {
        margin-bottom: 0 !important;
    }
}

.before-none::before {
    display: none !important;
}

.inner-wrap {
    width: 100%;
    padding: 0 30px;
}

.br-mo,
.mo {
    display: none !important;
}

.font-heavy {
    font-weight: 700;
}

.font-light {
    font-weight: 100;
}

@media (max-width: 1024px) {
    .pc1024 {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .br-pc {
        display: none !important;
    }
}

@media (max-width: 576px) {
    .pc {
        display: none !important;
    }

    .br-mo,
    .mo {
        display: block !important;
    }
}

html,
body {
    font-size: 16px;
}

.font-h1 {
    font-size: 3.25rem;
    word-break: keep-all;
    line-height: 1.5;
    text-wrap: balance;
    word-break: keep-all;
}

.font-h2 {
    font-size: 2.5rem;
    word-break: keep-all;
    line-height: 1.5;
    text-wrap: balance;
    word-break: keep-all;
}

.font-h3 {
    font-size: 2.5rem;
    word-break: keep-all;
    line-height: 1.5;
    text-wrap: balance;
    word-break: keep-all;
}

.font-h4 {
    font-size: 2rem;
    word-break: keep-all;
    line-height: 1.5;
    text-wrap: balance;
    word-break: keep-all;
}

.font-h5 {
    font-size: 1.5rem;
    word-break: keep-all;
    line-height: 1.5;
    text-wrap: balance;
    word-break: keep-all;
}

.font-h6 {
    font-size: 1.375rem;
    line-height: 1.5;
    text-wrap: balance;
    word-break: keep-all;
}

.font-h7 {
    font-size: 1.125rem;
    line-height: 1.5;
    text-wrap: balance;
    word-break: keep-all;
}

@media screen and (max-width: 1200px) {

    html,
    body {
        font-size: 15px;
    }
}

@media screen and (max-width: 768px) {

    html,
    body {
        font-size: 14px;
    }

    .inner-wrap {
        padding: 0 20px;
    }
}

@media screen and (max-width: 475px) {

    html,
    body {
        font-size: 13px;
    }

    .font-h1 {
        font-size: 3rem;
    }

    .font-h2 {
        font-size: 2.25rem;
    }

    .font-h3 {
        font-size: 2.25rem;
    }

    .font-h4 {
        font-size: 1.75rem;
    }

    .font-h5 {
        font-size: 1.25rem;
    }

    .font-h6 {
        font-size: 1.175rem;
    }

    .font-h7 {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 320px) {

    html,
    body {
        font-size: 12px;
    }
}

.banner-wrap {
    width: 95%;
    font-size: 0;
    margin: 0 auto;
    margin-top: 101px;
    position: relative;
    overflow: hidden;
}

.banner-wrap .banner-pg {
    width: 100%;
    height: 100%;
    padding: 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 50%;
    z-index: 1;
}

.banner-wrap.two-slides .banner-pg {
    display: none;
}

.banner-wrap .banner-pg ul,
[data-banner-render="N"] .banner-wrap .banner-pg {
    padding-top: 8px;
    gap: 8px;
}

.banner-wrap ul {
    display: flex;
    width: 100%;
}

.banner-wrap li {
    border-radius: 10px;
    overflow: hidden;
}

.banner-wrap a {
    display: block;
}

.banner-wrap .banner-dot,
.banner-pg .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    transition: background-color 0.25s;
    background-color: #333;
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
}

.banner-wrap .banner-dot.active,
.banner-pg .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}

.banner-wrap img {
    width: 100%;
}

@media screen and (max-width: 576px) {
    .banner-wrap {
        margin-top: 77px;
    }
}

@media screen and (max-width: 475px) {
    .banner-wrap.two-slides .banner-pg {
        display: flex;
    }
}

.t-ellipsis {
    max-width: 100%;
    max-width: 100vw;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.scr-message {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%) translate3d(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
    padding: 15px 30px;
    border-radius: 20vw;
    color: #fff;
    border: 2px solid #fff;
    backdrop-filter: blur(5px);
    animation: moveTopBottom 0.45s infinite alternate;
    z-index: 50;
}

@keyframes moveTopBottom {
    from {
        transform: translate(-50%, 10%);
    }

    to {
        transform: translate(-50%, -10%);
    }
}

.loading {
    box-sizing: border-box;
    position: fixed;
    transform: translate3d(0, 0, 0);
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #191f49;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 99;
    padding: 0px 30px;
}

.loading.on .loading__text path {
    stroke-dashoffset: 0px;
}

.loading.on .loading__text path.path-white {
    fill: #fff;
}

.loading.on .loading__text path.path-yellow {
    fill: #f5c620;
}

.loading.on .loading__text path.path-blue {
    fill: #3691d0;
}

.loading.on .loading__circle path {
    stroke-dashoffset: 0px;
}

.loading.on .loading__star:nth-of-type(1) {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

.loading.on .loading__star:nth-of-type(2) {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

.loading.on .loading__star:nth-of-type(3) {
    opacity: 1;
    transform: scale(0.6) rotate(0deg);
}

.loading__ani {
    position: relative;
    margin-bottom: 120px;
}

.loading__text {
    max-width: 100%;
    position: relative;
    z-index: 1;
}

.loading__text path {
    fill: transparent;
    stroke-width: 1px;
    stroke-dasharray: 500px;
    stroke-dashoffset: 500px;
    transition: stroke-dashoffset 2.2s, fill 1s 1s;
    will-change: stroke-dashoffset;
}

.loading__text path.path-white {
    stroke: #fff;
}

.loading__text path.path-yellow {
    stroke: #f5c620;
}

.loading__text path.path-blue {
    stroke: #3691d0;
}

.loading__circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(33deg) scale(2.8);
    width: 100%;
    height: 100%;
    z-index: 0;
}

.loading__circle path {
    stroke-dasharray: 220px;
    stroke-dashoffset: 220px;
    transition: stroke-dashoffset 0.7s 1.3s;
    will-change: stroke-dashoffset;
}

.loading__star {
    position: absolute;
}

.loading__star:nth-of-type(1) {
    top: -90px;
    right: 40px;
    opacity: 0;
    transform: scale(0) rotate(180deg);
    transition: all 0.5s 1.7s;
}

.loading__star:nth-of-type(2) {
    bottom: -130px;
    left: 50px;
    opacity: 0;
    transform: scale(0) rotate(180deg);
    transition: all 0.5s 1.9s;
}

.loading__star:nth-of-type(3) {
    bottom: -100px;
    left: 0px;
    opacity: 0;
    transform: scale(0) rotate(180deg);
    transition: all 0.5s 2s;
}

.loading__logo {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 1024px) {
    .loading__logo {
      position: absolute;
      bottom: 80px;
      left: 50%;
      transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    .loading {
        padding: 0px 30px;
    }

    .loading__circle {
        transform: translate(-50%, -50%) rotate(33deg) scale(2.8);
    }

    .loading__star {
        position: absolute;
    }

    .loading__star:nth-of-type(1) {
        top: -45%;
        right: -10px;
    }

    .loading__star:nth-of-type(2) {
        bottom: -130px;
        left: 50px;
    }

    .loading__star:nth-of-type(3) {
        bottom: -100px;
        left: 0px;
    }
}

@media (max-width: 576px) {
    .loading {
        padding: 0px 20px;
    }

    .loading__circle {
        transform: translate(-50%, -50%) rotate(33deg) scale(1.7);
    }

    .loading__star {
        position: absolute;
    }

    .loading__star:nth-of-type(1) {
        top: -25%;
        right: -10px;
    }

    .loading__star:nth-of-type(2) {
        bottom: -90px;
        left: 50px;
    }

    .loading__star:nth-of-type(3) {
        bottom: -60px;
        left: 0px;
    }
}

.gnb {
    position: fixed;
    top: 0;
    width: 100%;
    /* max-width: 600px; */
    height: 100%;
    min-height: 100vh;
    box-sizing: border-box;
    /* background: linear-gradient(to right, black, transparent); */
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 98;
    display: flex;
    /* transform: translateX(-102%); */
    transition: transform 0.35s, opacity 0.25s;
    opacity: 0;
    /* align-items: center; */
    align-items: flex-start;
    /* padding-top: 0; */
    /* padding-top: 120px; */
    overflow: hidden;
    overflow-y: scroll;
    pointer-events: none;
    backdrop-filter: blur(4px);
}

.gnb * {
    font-weight: 100;
}

.gnb.on {
    /* transform: translateX(0); */
    opacity: 1;
    pointer-events: all;
}

.gnb::-webkit-scrollbar {
    display: none;
}

.gnb__inner {
    box-sizing: border-box;
    padding: 0px 30px;
    background-color: rgba(0, 0, 0, 0.77);
    min-height: 100%;
}

.gnb__list {
    padding-top: 120px;
}

.gnb__list>li {
    display: flex;
    flex-direction: column;
    margin-bottom: 45px;
}

.gnb__list>li h5 {
    display: flex;
    height: 32px;
    margin-bottom: 25px;
    margin-right: 100px;
    align-items: center;
}

.gnb__list>li h5 img {
    height: 100%;
}

.gnb__list>li:last-child {
    margin-bottom: 0;
}

.gnb__list ul {
    width: 100%;
    display: grid;
    grid-template-columns: min-content auto;
    grid-template-columns: 1fr 1fr;
    gap: 12px 37px;
}

.gnb__list ul li {
    width: max-content;
    font-size: 0px;
}

.gnb__list ul li a {
    color: #fff;
    font-size: 18px;
}

.gnb__list .nav-last ul {
    display: flex;
    margin-top: 20px;
    margin-bottom: 150px;
    transform: translateX(-10px);
    flex-direction: column;
}

.gnb__list .nav-last li {
    margin-bottom: 0;
}

.gnb__list .nav-last a {
    display: flex;
    align-items: center;
}

.gnb__list .nav-last img {
    height: 45px;
    margin-right: 5px;
}

@media (max-width: 1100px) {
    .gnb {
        width: 100%;
        max-width: none;
        align-items: start;
        backdrop-filter: none;
    }

    .gnb__inner {
        padding: 0px 30px;
    }

    .gnb__list>li {
        display: flex;
        margin-bottom: 50px;
    }

    .gnb__list>li h5 {
        display: flex;
        margin-right: 30px;
        align-items: start;
    }

    .gnb__list>li:last-child {
        margin-bottom: 0;
    }

    .gnb__list ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .gnb__list ul li {
        width: 50%;
        font-size: 0px;
        margin-bottom: 10px;
    }

    .gnb__list ul li a {
        color: #fff;
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .gnb__list>li {
        flex-wrap: wrap;
    }

    .gnb__list>li h5 {
        display: flex;
        justify-content: center;
        width: 100%;
        min-width: auto;
        margin-right: 0px;
    }

    .gnb__list ul li {
        display: flex;
        justify-content: center;
        width: 100%;
        font-size: 0px;
    }

    .gnb__list ul li a {
        color: #fff;
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .gnb {
        background: rgba(0, 0, 0, 0.77);
    }

    .gnb__list>li h5 {
        margin-bottom: 30px;
    }

    .gnb__list>li h5 img {
        height: 24px;
    }

    .gnb__list ul li {
        width: 100%;
    }

    .gnb__list ul li a {
        font-size: 18px;
    }
}

.circle01 {
    width: 3000px;
    height: 3000px;
    border: 5px solid #fff;
    position: absolute;
    top: 55%;
    left: 50%;
    margin: auto;
    border-radius: 50%;
    z-index: 0;
    transform: translateX(-50%);
}

.circle01-obj {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    margin: auto;
    animation: circle01 15s cubic-bezier(0.01, 0.42, 1, 0.21) infinite;
}

@keyframes circle01 {
    0% {
        transform: rotate(0deg) translate(-1500px) rotate(0deg);
    }

    100% {
        transform: rotate(360deg) translate(-1500px) rotate(-360deg);
    }
}

@keyframes circle03 {
    0% {
        transform: rotate(0deg) translate(-1470px) rotate(0deg);
    }

    100% {
        transform: rotate(360deg) translate(-1470px) rotate(-360deg);
    }
}

.circle02 {
    width: 2945px;
    height: 2945px;
    border: 2px solid #fff;
    position: absolute;
    top: 60%;
    left: 50%;
    margin: auto;
    border-radius: 50%;
    z-index: 0;
    transform: translateX(-50%);
}

.circle02-obj {
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    left: 50%;
    overflow: hidden;
    margin: auto;
    animation: circle02 15s cubic-bezier(0.01, 1.09, 0.99, 0.6) infinite;
}

.circle03 {
    width: 2945px;
    height: 2945px;
    border: 5px solid #fff;
    position: absolute;
    bottom: 15%;
    left: 50%;
    margin: auto;
    border-radius: 50%;
    z-index: -1;
    transform: translateX(-50%);
}

.circle03-obj {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    margin: auto;
    animation: circle03 15s cubic-bezier(0, 1.18, 1, 0.87) infinite;
}

.circle04 {
    width: 3000px;
    height: 3000px;
    border: 2px solid #fff;
    position: absolute;
    bottom: -5%;
    left: 50%;
    margin: auto;
    border-radius: 50%;
    z-index: -1;
    transform: translateX(-50%);
}

.circle04-obj {
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    margin: auto;
    animation: circle02 15s cubic-bezier(0, 0.51, 0.99, 0.6) infinite;
}

@keyframes circle02 {
    0% {
        transform: rotate(0deg) translate(-1500px) rotate(0deg);
    }

    100% {
        transform: rotate(-360deg) translate(-1500px) rotate(360deg);
    }
}

@media screen and (max-width: 1200px) {
    .circle01 {
        top: 65%;
    }

    .circle02 {
        top: 70%;
    }
}

@media (max-width: 1024px) {
    .circle01-obj {
        width: 30px;
        height: 30px;
    }

    .circle02-obj {
        width: 15px;
        height: 15px;
    }
}

@media screen and (max-width: 768px) {
    .circle01 {
        top: 65%;
    }

    .circle02 {
        top: 70%;
    }
}

:root {
    accent-color: #fc0;
    --interview-even-y: 280px;
}

@media (orientation: landscape) {
    .main-pop {
        align-items: flex-start !important;
    }
}

input[type=checkbox] {
    outline: none;
    border: 0;
}

button {
    outline: none;
    border: 0;
    cursor: pointer;
}

.tag-gradient {
    width: max-content;
    max-width: 100%;
    color: #000;
    padding: 10px 20px;
    display: block;
    background: linear-gradient(to right, #8cf, #fc0);
    border-radius: 20vw;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1;
    outline: none;
}

.btn-gradient {
    width: max-content;
    max-width: 100%;
    color: #000;
    padding: 20px 40px;
    display: block;
    background: linear-gradient(to right, #8cf, #fc0);
    border-radius: 20vw;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1;
    outline: none;
    margin: 0 auto;
}

.point-color {
    color: var(--layout-color, #88ccff);
}

.event-top {
    width: 100%;
}

.event-top .tag-gradient {
    margin-bottom: 0.5em;
}

.event-top .color-down {
    color: #9ebad2;
}

.multi-choice h3 {
    margin-bottom: 2em;
}

.multi-choice .tag-gradient {
    margin: 0 auto;
    margin-bottom: 1em;
}

.multi-choice .choice-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 20px;
}

.multi-choice .choice-each {
    padding: 20px 25px;
    position: relative;
    border-radius: #777;
    color: #777;
    border: 2px solid #777;
    border-radius: 25px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    text-align: left;
}

.multi-choice .choice-each.active {
    color: var(--layout-color, #88ccff);
    border-color: var(--layout-color, #88ccff);
    box-shadow: 0 0 5px 5px rgba(136, 204, 255, 0.3), inset 0 0 5px 5px rgba(136, 204, 255, 0.3);
    transition: all 0.25s;
}

.multi-choice .choice-each.inner-label {
    padding: 0;
}

.multi-choice .choice-each.inner-label label {
    padding: 20px 25px;
    display: block;
    font-weight: inherit;
    cursor: pointer;
}

.crossword-puzzle {
    position: relative;
}

.crossword-puzzle .puzzle-grid {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    position: absolute;
    top: 0;
    left: 0;
}

.crossword-puzzle .puzzle-grid li {
    width: 100%;
    aspect-ratio: 1 / 1;
    cursor: pointer;
}

.crossword-puzzle .puzzle-grid li img {
    width: 100%;
    height: 100%;
    display: none;
    object-fit: contain;
}

.crossword-puzzle .fail-img {
    max-width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .1s;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
}

.answer-no img {
    width: auto;
    max-width: 90%;
}

.answer-no h3 {
    margin-bottom: 1em;
}

.answer-yes img {
    width: auto;
    max-width: 90%;
    margin: 1em 0;
}

.answer-yes h3 {
    margin-bottom: 2em;
}

.answer-yes h5 {
    text-align: left;
    margin-bottom: 1em;
    color: #fff;
    font-weight: 900;
}

.comment_box01 {
    width: 100%;
    margin-bottom: 2em;
}

.comment_box01 * {
    color: #fff;
}

.comment_box01>span {
    width: 100%;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.comment_box01>span input {
    flex: 1;
    padding: 20px;
    outline: none;
    color: #333;
}

.comment_box01 textarea {
    width: 100%;
    min-height: 200px;
    resize: none;
    padding: 20px;
}

.agree_box {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 30px 40px;
    backdrop-filter: blur(4px);
}

.check-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

#check01 {
    width: 1.5em;
    height: 1.5em;
    margin: 2em 0;
}

[for=check01] {
    color: #fff;
}

@media screen and (max-width: 768px) {
    .agree_box {
        padding: 30px 20px;
    }

    .event-top {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sub-page-layout main .cont-area .event-top p {
        text-align: center;
    }

    .comment_box01>span {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .comment_box01>span input {
        width: 100%;
    }

    .multi-choice .choice-group {
        grid-template-columns: 1fr;
    }

    .sub-page-layout main .cont-area h5 {
        text-align: center;
    }

    .multi-choice .choice-each {
        padding: 15px 15px;
        font-size: 16px;
    }

    .event-layout main .cont-area {
        padding-bottom: 40px;
    }

    .event-layout main .epilogue {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 475px) {
    .agree_box {
        padding: 30px 20px;
    }
}

.select-coupon {
    display: flex;
    gap: 20px;
}

.select-coupon li {
    width: 100%;
    aspect-ratio: 1/1;
    position: relative;
}

.select-coupon li a img,
.select-coupon li button img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.25s;
}

/* .select-coupon li a img:first-of-type,
.select-coupon li button img:first-of-type {
  opacity: 1;
}
.select-coupon li a img:last-of-type,
.select-coupon li button img:last-of-type {
  opacity: 0;
} */
/* .select-coupon li:hover a img:first-of-type,
.select-coupon li:hover button img:first-of-type {
  opacity: 0;
}
.select-coupon li:hover a img:last-of-type,
.select-coupon li:hover button img:last-of-type {
  opacity: 1;
} */

.flex-gap {
    gap: 10px;
}

.sub-page-layout main .cont-area .al-st-475 {
    align-items: center;
}

@media screen and (max-width: 768px) {
    .select-coupon {
        width: 80%;
        margin: 0 auto;
        flex-direction: column;
    }

    .sub-page-layout main .cont-area .flex-col768 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 475px) {
    .sub-page-layout main .cont-area .flex-gap {
        gap: 30px 10px;
    }

    .sub-page-layout main .cont-area .flex-col475 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    /* .sub-page-layout main .cont-area .al-st-475 {align-items: flex-start;} */
}

.loading-img {
    max-width: 100%;
    padding: 50px;
    border-radius: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
}

.loading-img img {
    width: 100%;
    padding: 0;
}

@media screen and (max-width: 768px) {
    .loading-img {
        width: 80%;
    }
}

@media screen and (max-width: 475px) {
    .loading-img {
        width: 90%;
        padding: 40px 20px;
    }
}

.safari-browser .gnb {
    /* padding-top: 120px; */
    align-items: flex-start;
}

.safari-browser .gnb__list ul {
    grid-template-columns: 1fr;
}

/* back */
.old-body * {
    color: #fff;
    text-align: center;
}

.old-body .headers__left p {
    text-align: left;
}

.old-body .sub .content.content-top {
    padding-top: 150px;
    padding-bottom: 100px;
}

.old-body .sub .content .inner .old li .text p {
    padding-bottom: 20px;
}

.old {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.old .font-h3 {
    color: #fff;
}

.old li {
    width: 20%;
    box-sizing: border-box;
    margin-right: 6%;
    margin-bottom: 100px;
}

.old li:nth-of-type(4n) {
    margin-right: 0;
}

.old li .img {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #aaa;
    padding: 10px;
    margin-bottom: 20px;
}

.old li .img>img {
    display: block;
    width: 100%;
}

.old .link>a {
    display: block;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    max-width: 150px;
    margin: 0px auto;
    color: #fff;
    font-weight: bold;
    font-family: "WooridaumL";
    margin-bottom: 10px;
}

.old .link>a:hover {
    color: #191F49;
    background-color: #fff;
    transition: background-color .25s, color .25s;
}

@media (max-width: 580px) {
    .old-body .sub .content.content-top {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .old li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 30px;
    }

    .old li:nth-of-type(2n) {
        margin-right: 0;
    }

    .old .link>a {
        font-size: 14px;
    }
}

/* 서버 적용 이후 추가 */

.sub-page-layout main .intro .ico-box>.flex.byline-img-wrap {
    align-items: center;
}

.sub-page-layout main .intro .ico-box>.flex.byline-img-wrap span {
    line-height: 1.7;
}

.byline-img-wrap .byline-img {
    width: 90px;
    margin-left: 20px;
}

@media screen and (max-width: 768px) {
    .byline-img-wrap {
        flex-direction: column;
        gap: 5px;
    }

    .byline-img-wrap .byline-img {
        margin-left: 0;
        margin-top: 20px;
    }
}

/* 찾기 이벤트(한난에서 가져옴) */
.find_event {
    position: absolute;
    right: 5%;
    top: 30%;
    z-index: 10;
    pointer-events: none;
}

.find_event .find-event-form,
.find_event .find_img {
    pointer-events: all;
}

.find_event.stamp-position1 {
    top: auto;
    bottom: 15%;
    right: 5%;
}

.find_event.stamp-position2 {
    top: auto;
    bottom: 7%;
    left: 5%;
}

.find_event.stamp-position3 {
    top: 90%;
    left: 5%;
}

.find_event .find_img {
    display: block;
    width: 150px;
    cursor: pointer;
}

.find_event .find_img img {
    display: block;
    width: 100%;
}

.find_event .find_input {
    display: none;
    /* overflow: hidden; */
}

.find_event .find_input ul {
    display: inline-block;
    float: left;
    backdrop-filter: blur(10px);
    width: 441px;
    max-width: 90%;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    border-radius: 1rem;
    border: 2px solid var(--layout-color, #88ccff);
    /* background-color: #fff; */
}

.find_event .find_input ul li {
    margin-bottom: 0.7em;
}

.find_event .find_input ul li input {
    display: inline-block;
    width: 49%;
    padding: 0.85em 0.5em;
    font-size: 0.9em;
    background-color: #fff;
    /* border: 1px solid #999; */
    border: none;
    border-radius: 2px;
    margin-bottom: 2px;
    outline: none;
}

.find_event .find_input ul li input[type='checkbox'] {
    gap: 1em;
    margin: 0 !important;
    /* display: none; */
}

/* 
.find_event .find_input ul li input[type='checkbox'] + label {
  display: inline-block;
  font-size: 0.85rem;
  line-height: 1;
  cursor: pointer;
}

.find_event .find_input ul li input[type='checkbox'] + label::before {
  display: inline-block;
  content: '';
  float: left;
  width: 14px;
  height: 14px;
  margin-right: 0.5rem;
  border: 1px solid #959595;
  cursor: pointer;
}

.find_event .find_input ul li input[type='checkbox']:checked + label::before {
  background-image: url('/common/images/check.jpg');
  background-size: 100%;
} */

.find_event .find_input ul li label {
    font-size: 0.85rem;
    cursor: pointer;
}

.find_event .find_input ul li p {
    padding: 0.5rem;
    font-size: 0.9em;
    line-height: 1.5;
    word-break: keep-all;
    text-align: center;
}

.find_event .find_input ul li p.detail {
    /* background-color: #fff; */
    color: #fff;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 2px;
    text-align: left;
}

.find_event .find_input ul .btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.find_event .find_input ul .btn_wrap button {
    display: inline-block;
    width: 120px;
    height: 40px;
    margin-right: 0.5rem;
    font-size: 0.95rem;
    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: rgba(255, 255, 255, 0.2);
}

.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: 0.75rem;
    background-color: transparent;
    background-image: url('/common/images/close03.png');
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.find_event .find_input .find_close span {
    display: none;
}

@media screen and (max-width: 1024px) {
    .find_event .find_input {
        position: fixed;
        transform: translate3d(0, 0, 0);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.8);
        backdrop-filter: blur(5px);
        z-index: 999;
    }

    .find_event .find_input ul {
        font-size: 15px;
        display: block;
        float: none;
        margin: 46% auto 1rem;
        backdrop-filter: blur(20px);
    }

    .find_event .find_input ul li p {
        padding: 0.5rem 0;
    }

    .find_event .find_input ul li p.detail {
        padding: 0.5rem;
    }

    .find_event .find_input .find_close {
        display: block;
        float: none;
        margin: 0 auto 1rem;
    }

    .find_event .find_img {
        width: 100px;
    }
}

@media screen and (max-width: 576px) {

    /* .find_event {
    left: 50%;
  } */
    .find_event .find_input ul li input {
        width: 100%;
        margin-bottom: 0.25em;
    }

    .find_event .find_input ul li input[type='checkbox']+label {
        font-size: 0.9em;
    }

}

.sub-page-layout main .subjective-quiz .glow-box {
    padding: 20px 0;
    padding-right: 20px;
    flex-direction: row;
    align-items: center;
}

.subjective-quiz .quiz-wrap {
    position: relative;
}

.subjective-quiz .quiz-wrap .yesno {
    width: 100%;
    height: 100%;
    display: flex;
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.subjective-quiz .quiz-wrap .yesno img {
    max-width: 100%;
    display: none;
}

.subjective-quiz .glow-box input {
    width: 100%;
    padding: 0 20px 0 20px;
    flex: 1;
    background-color: transparent;
    border: none;
    outline: none;
    color: #fff;
}

.subjective-quiz .quiz-wrap [data-curr-hint="0"] .prev {
    display: none;
}

.subjective-quiz .quiz-wrap [data-curr-hint="3"] .next {
    display: none;
}

.subjective-quiz .glow-box input::placeholder {
    color: #fff;
}

.subjective-quiz li {
    margin-bottom: 120px;
}

.subjective-quiz .line-box {
    margin-bottom: 60px;
}

.subjective-quiz .quiz-img {
    width: auto;
    max-width: 90%;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .subjective-quiz li {
        margin-bottom: 80px;
    }
}

.before-circle-wrapper {
    display: flex;
    gap: 10px 20px;
    margin-bottom: 20px;
}

.before-circle-wrapper span {
    word-break: break-all;
}

.before-circle {
    width: 1.6em;
    min-width: 1.6em;
    height: 1.6em;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(0.5ex);
    border-radius: 50%;
    background-color: var(--layout-color, #88ccff);
    color: #124;
    font-weight: 900;
}

@media screen and (max-width: 576px) {
    .before-circle-wrapper {
        gap: 10px;
    }
}

.table-overflow {
    width: 100%;
    /* overflow-y: hidden;
  overflow-x: auto; */
}

.table-type-basic {
    width: 100%;
    color: #fff;
    border-collapse: collapse;
    line-height: 1.5;
}

.table-type-basic th {
    background-color: rgba(0, 0, 0, 0.3);
}

.table-type-basic tr,
th,
td {
    border: 1px solid #fff;
}

.table-type-basic th,
td {
    padding: 10px;
}

.table-type-basic .table-tag {
    width: max-content;
    padding: 7px 20px;
    display: block;
    margin: 0 auto;
    background: var(--layout-gradient);
    margin-bottom: 1ex;
    border-radius: 20vw;
    color: #000;
    font-weight: 900;
}

.layout-tag {
    width: max-content;
    min-width: 120px;
    max-width: 100%;
    padding: 7px 20px;
    display: block;
    margin: 0 auto;
    background: var(--layout-gradient);
    margin-bottom: 1ex;
    border-radius: 20vw;
    color: #000;
    font-weight: 900;
}

.green-layout .layout-tag {
    color: #112244;
}

.sub-page-layout main .cont-area .cont-before-dot {
    display: flex;
    padding-bottom: 0;
}

.color-layout.sub-page-layout main .cont-area .glow-box.add-circle {
    display: flex;
    flex-direction: row;
}

.color-layout.sub-page-layout main .cont-area .glow-box.add-circle .circle-box {
    width: max-content;
}

.color-layout.sub-page-layout main .cont-area .glow-box.add-circle .circle {
    width: 120px;
    min-width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: var(--layout-gradient);
    box-shadow: 2px 2px rgba(0, 0, 0, 0.2);
    color: #000;
    font-weight: 900;
}

@media screen and (max-width: 768px) {
    .color-layout.sub-page-layout main .cont-area .glow-box.add-circle {
        flex-direction: column;
    }

    .color-layout.sub-page-layout main .cont-area .glow-box.add-circle .point-txt {
        text-align: center !important;
    }
}

.pos-rel {
    position: relative;
    z-index: 1;
}

.firecracker {
    width: 20%;
    min-width: 100px;
    max-width: 280px;
    aspect-ratio: 1 / 1;
    position: absolute;
    z-index: -1;
}

.firecracker-small {
    width: 16%;
    min-width: 80px;
    max-width: calc(280px * 0.8);
}

.firecracker img {
    width: 100%;
    opacity: 0.6;
}

.firecracker-left {
    top: 10%;
    left: 5%;
}

.firecracker-right {
    bottom: 10%;
    right: 5%;
}

.side-img.side-img-left {
    justify-content: start;
}

.side-img.side-img-right {
    justify-content: end;
}

.side-img .side-wrapper {
    max-width: 70%;
}

.side-img.side-img-left .firecracker {
    bottom: 25%;
    left: auto;
    right: 5%;
}

.side-img.side-img-left .firecracker-small {
    top: 15%;
    left: auto;
    right: 15%;
}

.side-img.side-img-right .firecracker {
    bottom: 25%;
    right: auto;
    left: 5%;
}

.side-img.side-img-right .firecracker-small {
    top: 15%;
    right: auto;
    left: 15%;
}

@media screen and (max-width: 475px) {
    .side-img .side-wrapper {
        max-width: 90%;
    }
}

.grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(var(--start-fr, 1), 1fr);
}

.fr-5 {
    --start-fr: 5;
}

.fr-4 {
    --start-fr: 4;
}

.fr-3 {
    --start-fr: 3;
}

.fr-2 {
    --start-fr: 2;
}

@media screen and (max-width: 1200px) {
    .fr-step1-1200 {
        grid-template-columns: repeat(calc(var(--start-fr) - 1), 1fr);
    }

    .fr-step2-1200 {
        grid-template-columns: repeat(calc(var(--start-fr) - 2), 1fr);
    }

    .fr-step3-1200 {
        grid-template-columns: repeat(calc(var(--start-fr) - 3), 1fr);
    }
}

@media screen and (max-width: 1024px) {
    .fr-step1-1024 {
        grid-template-columns: repeat(calc(var(--start-fr) - 1), 1fr);
    }

    .fr-step2-1024 {
        grid-template-columns: repeat(calc(var(--start-fr) - 2), 1fr);
    }

    .fr-step3-1024 {
        grid-template-columns: repeat(calc(var(--start-fr) - 3), 1fr);
    }
}

@media screen and (max-width: 768px) {
    .fr-step1-768 {
        grid-template-columns: repeat(calc(var(--start-fr) - 1), 1fr);
    }

    .fr-step2-768 {
        grid-template-columns: repeat(calc(var(--start-fr) - 2), 1fr);
    }

    .fr-step3-768 {
        grid-template-columns: repeat(calc(var(--start-fr) - 3), 1fr);
    }
}

@media screen and (max-width: 640px) {
    .fr-step1-640 {
        grid-template-columns: repeat(calc(var(--start-fr) - 1), 1fr);
    }

    .fr-step2-640 {
        grid-template-columns: repeat(calc(var(--start-fr) - 2), 1fr);
    }

    .fr-step3-640 {
        grid-template-columns: repeat(calc(var(--start-fr) - 3), 1fr);
    }
}

@media screen and (max-width: 475px) {
    .fr-step1-475 {
        grid-template-columns: repeat(calc(var(--start-fr) - 1), 1fr);
    }

    .fr-step2-475 {
        grid-template-columns: repeat(calc(var(--start-fr) - 2), 1fr);
    }

    .fr-step3-475 {
        grid-template-columns: repeat(calc(var(--start-fr) - 3), 1fr);
    }
}

@media screen and (max-width: 375px) {
    .fr-step1-375 {
        grid-template-columns: repeat(calc(var(--start-fr) - 1), 1fr);
    }

    .fr-step2-375 {
        grid-template-columns: repeat(calc(var(--start-fr) - 2), 1fr);
    }

    .fr-step3-375 {
        grid-template-columns: repeat(calc(var(--start-fr) - 3), 1fr);
    }
}

@media screen and (max-width: 320px) {
    .fr-step1-320 {
        grid-template-columns: repeat(calc(var(--start-fr) - 1), 1fr);
    }

    .fr-step2-320 {
        grid-template-columns: repeat(calc(var(--start-fr) - 2), 1fr);
    }

    .fr-step3-320 {
        grid-template-columns: repeat(calc(var(--start-fr) - 3), 1fr);
    }
}

.indent-dot {
    display: flex;
    gap: 0.5em;
}

.indent-dot::before {
    content: "ㆍ";
}

.dot-font {
    display: flex;
    gap: 0.5em;
    align-items: center;
}

.dot-font::before {
    content: "";
    width: 1em;
    height: 1em;
    display: block;
    border-radius: 50%;
    background-color: var(--dot-color);
}

.border-opacity * {
    border-color: #173730;
}

@media screen and (max-width: 768px) {
    .championship-course .event-top {
        width: max-content;
        align-items: flex-start;
    }
}

.blossom {
    width: 100%;
    height: 100%;
    height: 100lvh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    pointer-events: none;
}

.img-zig-tb {
    --tb-size: 80px;
}

.img-zig-tb.img-zig-tb-160 {
    --tb-size: 160px;
}

.img-zig-tb .top {
    margin-bottom: var(--tb-size);
}

.img-zig-tb .bottom {
    margin-top: var(--tb-size);
}

@media screen and (max-width: 768px) {

    .img-zig-tb,
    .img-zig-tb.img-zig-tb-160 {
        --tb-size: 0;
    }
}

.timer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    /* position: absolute;
	top: 12%;
	right: 0%; */
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(323deg) brightness(102%) contrast(101%);
    width: 120px;
    height: 120px;
    padding-top: 5px;
    background-image: url(/page/vol327/img/timer.png);
    background-size: contain;
    font-weight: 600;
    z-index: 5;
    background-repeat: no-repeat;
}

.timer>span {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 8px;
}

.ceo-quiz .board {
    /* max-width: 500px; */
    margin: 30px auto;
    position: relative;
}

.ceo-quiz .ready {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.ceo-quiz .start-btn {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    outline: none;
    border: none;
    background-color: transparent;
}

.ceo-quiz .retry {
    width: auto;
    max-width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 10;
}

.ceo-quiz .answer {
    width: 70px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    overflow: visible;
}

.ceo-quiz .answer.answer1 {
    width: 25%;
    height: 14%;
    top: 4.5%;
    left: auto;
    right: 0;
}

.ceo-quiz .answer.answer2 {
    width: 16%;
    height: 19%;
    top: 31.5%;
    left: 28%;
}

.ceo-quiz .answer.answer3 {
    width: 17%;
    height: 19%;
    top: 56%;
    left: 55%;
}

.ceo-quiz .answer img {
    display: none;
}

.ceo-quiz .answer img.on {
    display: block;
}

.ceo-quiz .answer.answer1 img {
    width: 110%;
    height: auto;
}

.ceo-quiz .answer.answer2 img,
.ceo-quiz .answer.answer3 img {
    width: auto;
    height: 100%;
}

.ceo-quiz {
    cursor: pointer;
}

.ceo-quiz .board .start,
.ceo-quiz .board .ready {
    width: 100%;
}

.ceo-quiz .start-btn img {
    width: auto;
    max-width: 70%;
}

/* pink */
.pink-layout.sub-page-layout {
    --layout-theme: #dd3872;
    --layout-color: #fff;
}

.pink-layout.sub-page-layout main .cont-area .tit::before {
    box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.4), 0 0 10px 5px rgba(255, 255, 255, 0.3);
}

.pink-layout.sub-page-layout main .comment-wrap button {
    background-color: var(--layout-theme);
    color: #fff;
}

.sub-page-layout .t-gradient.pink {
    width: max-content !important;
    max-width: 100%;
    padding-right: 5px;
    display: inline-block;
    color: transparent !important;
    background: linear-gradient(to right, #ff0, #ff0);
    background-clip: text;
    word-break: break-word;
    -webkit-background-clip: text;
    -moz-background-clip: text;
}

/* gold */
.gold-layout.sub-page-layout main .shadw-dot-title {
    color: var(--gold-color);
    line-height: 1.5;
    text-align: left;
}

.gold-layout.sub-page-layout main .shadw-dot-title::before {
    background-color: var(--gold-color);
    box-shadow: 0 0 5px 5px rgba(255, 204, 119, 0.4), 0 0 10px 5px rgba(255, 204, 119, 0.3);
}

.gold-layout.sub-page-layout main .glow-box {
    border: 2px solid var(--gold-color);
    box-shadow: 0 0 5px 5px rgba(255, 204, 119, 0.2), 0 0 10px 5px rgba(255, 204, 119, 0.1);
}

.gold-layout.sub-page-layout main .glow-box::after {
    border-color: var(--gold-color);
}

.gold-layout.sub-page-layout main .intro .intro-txt {
    color: var(--gold-color);
}

.gold-layout.sub-page-layout main .intro .line {
    background: linear-gradient(to right, transparent, 10%, var(--gold-color), 90%, transparent);
}

.gold-layout.sub-page-layout main .intro .writer-box {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 12em;
    text-align: center;
}

.gold-layout.sub-page-layout main .intro .ico-box {
    color: var(--gold-color);
}

.gold-layout.sub-page-layout main .cont-area .tit,
.gold-layout.sub-page-layout main .cont-area .tit2 {
    color: var(--gold-color);
}

.gold-layout.sub-page-layout main .cont-area .tit::before {
    background-color: var(--gold-color);
    box-shadow: 0 0 5px 5px rgba(255, 204, 119, 0.4), 0 0 10px 5px rgba(255, 204, 119, 0.3);
}

.gold-layout.sub-page-layout main .old-page-wrap h3 {
    color: var(--gold-color);
}

.gold-layout.sub-page-layout main .interview li.flex {
    align-items: flex-start;
}

body.gold-layout {
    background-color: #261e1e;

    --gold-color: #FC7;
    --gold-gradient: linear-gradient(to right, #A73, #FC7);
}

.gold-tag {
    width: max-content;
    min-width: 120px;
    padding: 7px 20px;
    display: block;
    margin: 0 auto;
    background: var(--gold-gradient);
    margin-bottom: 1ex;
    border-radius: 20vw;
    color: #000;
    font-weight: 900;
}

.gold-layout.sub-page-layout main .cont-area .glow-box.add-circle {
    display: flex;
    flex-direction: row;
}

.gold-layout.sub-page-layout main .cont-area .glow-box.add-circle .circle-box {
    width: max-content;
}

.gold-layout.sub-page-layout main .cont-area .glow-box.add-circle .circle {
    width: 120px;
    min-width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: var(--gold-gradient);
    box-shadow: 2px 2px rgba(0, 0, 0, 0.2);
    color: #000;
    font-weight: 900;
}

@media screen and (max-width: 768px) {
    .gold-layout.sub-page-layout main .cont-area .glow-box.add-circle {
        flex-direction: column;
    }

    .gold-layout.sub-page-layout main .cont-area .glow-box.add-circle .point-txt {
        text-align: center !important;
    }

    .gold-layout.sub-page-layout main .interview li.flex {
        align-items: center;
    }
}

.sub-page-layout main .cont-area.cut6-area>.inner-wrap>div>.flex .tag-gradient {
    min-width: 108px;
}

@media screen and (max-width: 640px) {
    .sub-page-layout main .cont-area.cut6-area.reverse>.inner-wrap {
        flex-direction: column-reverse;
    }

    .sub-page-layout main .cont-area.cut6-area>.inner-wrap>.img {
        width: 100% !important;
    }

    .sub-page-layout main .cont-area.cut6-area>.inner-wrap>div {
        width: 100%;
    }
}


@media screen and (max-width: 475px) {
    .sub-page-layout main .cont-area.cut6-area>.inner-wrap>div>.flex {
        flex-wrap: nowrap;
    }

    .sub-page-layout main .cont-area.cut6-area>.inner-wrap>div>.flex .tag-gradient {
        min-width: 95px;
    }

    .sub-page-layout main .cont-area.cut6-area>.inner-wrap>div>.flex p {
        text-align: left;
        word-break: keep-all;
    }
}

@media screen and (max-width: 475px) {
    .book-img {
        margin-inline: auto;
    }

    .book-img img {
        max-width: 220px !important;
    }
}

.eat-game {
    position: relative;
}

.eat-game>img {
    width: 100%;
}

.eat-frame {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

.eat-game .start-btn,
.eat-game .answer-no img {
    width: 300px;
    height: 300px;
    background-color: transparent;
}

.eat-game .start-btn img {
    width: 100%;
}

.eat-game .answer-no {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.eat-game .game-board {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    position: relative;
}

.eat-game .game-board li {
    width: 25%;
    position: absolute;
    bottom: 40px;
    left: 0;
    transition: transform 0.5s linear;
}

.eat-game .game-board li:nth-of-type(1) {
    transform: translateX(0);
}

.eat-game .game-board li:nth-of-type(2) {
    transform: translateX(100%);
}

.eat-game .game-board li:nth-of-type(3) {
    transform: translateX(200%);
}

.eat-game .game-board li:nth-of-type(4) {
    transform: translateX(300%);
}

.eat-game .game-board li button {
    width: 100%;
    background-color: transparent;
}

.eat-game .game-board li button img {
    width: 100%;
}

@media screen and (max-width: 475px) {

    .eat-game .start-btn,
    .eat-game .answer-no img {
        width: 180px;
        height: 180px;
    }
}

.rsp_game {
    position: relative;
    font-size: 0;
}

.rsp_game img {
    width: 100%;
}

.rsp_game button {
    background-color: transparent;
    border: none;
    outline: none;
}

.rsp_game .stage {
    display: none;
    position: relative;
    overflow: hidden;
}

.rsp_game .stage .char {
    width: auto;
    max-width: 50%;
    position: absolute;
    bottom: 40%;
    left: 50%;
    transform: translate(-50%, 50%);
}

.rsp_game .stage .bubble {
    position: absolute;
    top: 0;
    left: 0;
}

.rsp_game .stage .rsp_btn_wrap {
    width: 80%;
    display: flex;
    justify-content: center;
    gap: 20px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, calc(100% + 20px));
    transition: transform .35s;
}

.rsp_game .stage .rsp_btn_wrap.active {
    transform: translateX(-50%);
}

.rsp_game .stage .rsp_btn_wrap button:hover,
.rsp_game .step_btn_wrap button:hover {
    filter: brightness(0.8);
}

.rsp_game .stage .bubble {
    opacity: 0;
}

.rsp_game .stage .bubble.active {
    opacity: 1;
    transition: opacity .25s;
}

.rsp_game .step_btn_wrap {
    width: 100%;
    max-width: 50%;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    opacity: 0;
    transition: opacity .25s;
}

.rsp_game .step_btn_wrap.active {
    opacity: 1;
    pointer-events: all;
}

.rsp_game .step_btn_wrap button {
    display: none;
}

.input_white input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background-color: #fff;
  border: none;
  border-radius: 2px;
}

.input_white input:focus {
  outline-color: var(--layout-color);
}

.game-counter {
  width: 100%;
  max-width: 200px;
  padding: 7px 20px;
  margin-inline: auto;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ff3d00;
  color: #fff;
  font-weight: 600;
  border-radius: 20vw;
}