@charset "UTF-8";

html {
    scroll-behavior: smooth;
}

footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-family: Noto Sans KR, Apple SD Gothic Neo, Malgun Gothic, 맑은 고딕, Dotum, 돋움, Arial, sans-serif;
}

#container {
    max-width: 100% !important;
    padding-top: 60px;
    text-align: center;
}

#container img {
    width: 100%;
    height: auto;
}

body,
button {
    font-family: "pretendard", "Noto Sans KR", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", Arial, sans-serif;
}

section+section,
nav+section {
    margin-top: 200px;
}

@media (max-width: 985px) {

    section+section,
    nav+section {
        margin-top: 100px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

iframe {
    pointer-events: none;
}

main {
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

main section {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1240px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.font_primary {
    color: #f6330a;
}

.card .description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.ico_emblem {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg fill='none' viewBox='0 0 355 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m117.41 92.312c-11.007-6.0691-23.612-9.5885-37.025-9.7501l47.673-82.562h-46.416l-68.448 118.58c-7.344 11.959-12.497 27.617-12.497 42.682 0 43.489 35.248 78.737 78.737 78.737 28.514 0 53.491-15.155 67.299-37.851 21.889 23.307 52.971 37.851 87.464 37.851 66.276 0 120-53.724 120-120 0-66.276-53.724-120-120-120-56.741 0-104.27 39.378-116.79 92.312zm-37.977 109.08c-22.122 0-40.132-18.01-40.132-40.132s18.01-40.132 40.132-40.132c22.122 0 40.132 18.01 40.132 40.132s-18.01 40.132-40.132 40.132zm154.76 0.143c-36.684 0-67.766-24.348-77.983-57.728-0.574-1.868-1.077-3.771-1.526-5.71-1.329-5.818-2.029-11.887-2.029-18.1 0-44.962 36.576-81.52 81.538-81.52s81.538 36.576 81.538 81.52c0 44.944-36.576 81.52-81.538 81.52v0.018z' fill='%23F6330A'/%3E%3Cpath d='m315.74 120c0 44.962-36.577 81.52-81.539 81.52-36.684 0-67.765-24.348-77.982-57.728 1.274 5.62 1.939 11.456 1.939 17.471 0 14.975-4.184 28.963-11.438 40.886 21.888 23.307 52.97 37.851 87.464 37.851 66.275 0 120-53.724 120-120h-38.48 0.036z' fill='url(%23b)' style='mix-blend-mode:darken'/%3E%3Cpath d='m39.305 161.86v-0.592c0-22.122 18.01-40.132 40.132-40.132 18.495 0 34.099 12.569 38.731 29.61-5.009-18.477-5.279-39.773-0.754-58.429-11.007-6.0691-23.612-9.5885-37.025-9.7501l47.673-82.562h-46.416l-68.448 118.58s-0.0359 0.054-0.0359 0.072l-0.8799 1.509c-0.2154 0.359-0.4309 0.718-0.6464 1.077-6.3744 11.366-10.756 25.515-10.935 39.252v1.113 0.251h38.605z' fill='url(%23a)' style='mix-blend-mode:darken'/%3E%3Cdefs%3E%3ClinearGradient id='b' x1='144.04' x2='268.8' y1='121.83' y2='174.42' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-opacity='.8' offset='0'/%3E%3Cstop stop-opacity='0' offset='.58'/%3E%3Cstop stop-opacity='0' offset='.59'/%3E%3C/linearGradient%3E%3ClinearGradient id='a' x1='24.85' x2='143.45' y1='60.745' y2='121.31' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-opacity='0' offset='.51'/%3E%3Cstop stop-opacity='.8' offset='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}

.wrapping {
    width: 100vw;
}

.header .pop_hide {
    display: block !important;
}

.header .nav_wrap {
    transition: opacity 0.5s ease-in-out;
    z-index: 30;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    width: fit-content;
}

@media (max-width: 985px) {
    .header .nav_wrap {
        display: none;
        left: 50%;
        top: 0;
        transform: translate(-50%, 0);
        position: fixed;
        height: 60px;
        background-color: #18181D;
        z-index: 600;
        padding: 18px 0;
        width: 100%;
        justify-content: center;
    }

    .header .nav_wrap.fade_in {
        display: flex;
    }

    .header .nav_wrap.fade_out {
        display: none;
    }
}

.header .nav_wrap .nav_link {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-family: Noto Sans KR;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    height: 100%;
    margin: 0 20px;
}

@media (max-width: 985px) {
    .header .nav_wrap .nav_link {
        margin: 0 10px;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.400000006px;
    }
}

.header .nav_wrap .nav_link::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 4px;
    background-color: #fff;
    transition: width 0.3s ease;
}

@media (max-width: 985px) {
    .header .nav_wrap .nav_link::after {
        transform: translateY(18px);
    }
}

.header .nav_wrap .nav_link.active {
    font-weight: 700;
    color: #fff;
}

.header .nav_wrap .nav_link.active::after {
    width: 100%;
}

.header .full_popup.bg_white,
.header .full_popup.menu_popup {
    z-index: 601;
}

.header .nav_container {
    width: 100%;
    display: block;
    width: max-content;
}

.header .fade_out {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.header.black_type img {
    display: none;
}

.header .header_option_area {
    /* flex-direction: row-reverse; */
    margin-left: 0;
}

.header .btn_shortcut {
    margin-left: 10px;
    margin-right: 10px;
}

.header .ico_share {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='28' height='28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='14' r='14' fill='%23fff' fill-opacity='.2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m14.592 5.61 2.204 2.205-.601.6-1.727-1.726-.013 5.802h-.926l.013-5.83-1.765 1.764-.606-.606 2.214-2.213.601-.601.606.606ZM8.628 9.685h3.034v.996H9v9.24h10v-9.24h-2.662v-.996h3.06c.292 0 .602.236.602.607v10.025a.606.606 0 0 1-.602.607H8.628A.605.605 0 0 1 8 20.316V10.291c0-.305.236-.607.628-.607Z' fill='%23fff'/%3E%3C/svg%3E");
}

.header .btn_share,
.header .btn_share i {
    height: 30px;
    width: 30px;
    padding: 0;
    margin: 0;
}

.header .btn_share {
    margin-left: 10px;
    margin-right: 10px;
}

.header .layer_share {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    height: 126px;
    padding: 12px 12px 21px 18px;
    right: 0;
    top: 39px;
    width: 300px;
}

.header .layer_share [class*=ico] {
    height: 24px;
    width: 24px;
    margin-right: 0;
}

.header .layer_share .btn_close,
.header .layer_share .ico_close {
    height: 20px;
    width: 20px;
}

.header .layer_share .btn_close {
    position: absolute;
    right: 12px;
    top: 12px;
}

.header .layer_share .btn_close .ico_close {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h20v20H0z'/%3E%3Cpath fill='%231D1D1D' d='m16.718 2.6.707.707-6.718 6.718 6.718 6.717-.707.707L10 10.732l-6.718 6.717-.707-.707 6.718-6.717-6.718-6.718.707-.707L10 9.318 16.718 2.6z'/%3E%3C/g%3E%3C/svg%3E");
}

.header .share_list {
    display: flex;
    margin-top: 0;
    padding-top: 20px;
    width: 100%;
}

.header .share_list li {
    width: 25%;
    height: 52px;
}

.header .share_list li:not(:first-child) {
    margin-left: 10px;
}

.header .share_list .btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 0;
}

.header .share_list span {
    margin-top: 7px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #999;
}

.header .share_list .ico_sns_ktalk {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='m7 17-3-2C1 12 1 8 5 5s10-3 14 0c4 4 4 8 0 11-3 2-5 3-8 2l-1 1-4 2v-1l1-3' fill='%23F8DF02' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.header .share_list .ico_sns_face {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='m16 13 1-3h-3V7c0-1 0-2 2-2h1V2h-3c-2 0-4 2-4 5v3H7v3h3v9a11 11 0 0 0 4 0v-9h2z' fill='%233255A4' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.header .share_list .ico_sns_twt {
    background-size: 19px !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' fill='none'%3E%3Cpath d='M12.308 9.041 19.38 1h-1.676l-6.142 6.982L6.658 1H1l7.418 10.558L1 19.99h1.676l6.486-7.373 5.18 7.373H20L12.307 9.041Zm-2.296 2.61L9.26 10.6 3.28 2.234h2.575l4.826 6.751.751 1.052 6.273 8.775h-2.574l-5.12-7.16v-.001Z' fill='%23000' stroke='%23000' stroke-width='.5'/%3E%3C/svg%3E");
}

.header .share_list .ico_sns_url {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' d='M-1606-419H134V885h-1740z'/%3E%3Cpath d='M0 0h24v24H0z'/%3E%3Cpath fill='%231D1D1D' fill-rule='nonzero' d='m7.293 9.636 1.414 1.414-2.827 2.83a2.998 2.998 0 0 0 0 4.242 2.998 2.998 0 0 0 4.242 0l2.829-2.828 1.414 1.414-2.828 2.829a5.002 5.002 0 0 1-7.072 0 5.002 5.002 0 0 1 0-7.072l2.829-2.828zM13.75 8.8l1.414 1.414-4.95 4.95L8.8 13.75l4.95-4.95zm5.786-4.336a5.001 5.001 0 0 1 .172 6.89l-.172.182-2.829 2.828-1.414-1.414 2.828-2.829a2.999 2.999 0 0 0-4.098-4.377l-.144.135-2.829 2.828-1.414-1.414 2.828-2.829a5.002 5.002 0 0 1 7.072 0z'/%3E%3C/g%3E%3C/svg%3E");
}

@media (max-width: 985px) {
    .header .uh {
        justify-content: space-between;
        width: 100%;
    }
}

.header .uh .header_right_area {
    display: flex !important;
    position: relative !important;
    top: auto;
    transform: translate(0);
    margin-left: 0;
    min-width: 249px;
}

@media (max-width: 985px) {
    .header .uh .header_right_area {
        min-width: auto;
        margin-left: auto;
        right: 0;
    }
}

.header .uh .header_right_area.pop_hide {
    display: none !important;
}

.header.black_type:not(.position_fi) .logo .emblem {
    margin-top: 0;
}

[data-animate] {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

@media (min-width: 690px) {
    [data-animate] {
        transform: scale(0.95);
    }
}

[data-animate].animated {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

@media (min-width: 690px) {
    [data-animate].animated {
        transform: scale(1);
    }
}

[data-animate=slide-left] {
    transform: translateX(-20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

[data-animate=slide-left] .animated {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

[data-animate=slide-right] {
    transform: translateX(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

[data-animate=slide-right] .animated {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

[data-animate=slide-up] {
    transform: translateY(-20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

[data-animate=slide-up] .animated {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

[data-animate=slide-down] {
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

[data-animate=slide-down] .animated {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

[data-animate=fade-in] {
    opacity: 0;
    transition: opacity 0.5s ease;
}

[data-animate=fade-in] .animated {
    opacity: 1;
}

[data-animate=fade-out] {
    opacity: 1;
    transition: opacity 0.5s ease;
}

[data-animate=fade-out] .animated {
    opacity: 0;
}

.keyvisual_wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    max-width: 100vw;
    padding-left: 0;
    padding-right: 0;
    /* 화살표 */
}

.keyvisual_wrap::after,
.keyvisual_wrap::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.keyvisual_wrap::after {
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
}

.keyvisual_wrap::before {
    top: auto;
    z-index: 1;
    width: 36px;
    height: 36px;
    bottom: 36px;
    margin-left: -18px;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 21L18 33M18 33L30 21M18 33L18 3' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    animation: bounce 1.75s infinite;
}

@media (max-width: 985px) {
    .keyvisual_wrap::before {
        bottom: -66px;
        background-image: url("data:image/svg+xml,%0A%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.6001 20.6L18.0001 31M18.0001 31L28.4001 20.6M18.0001 31L18.0001 5' stroke='%23999999' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    }
}

@media (max-width: 985px) {
    .keyvisual_wrap {
        /* 화살표 미노출 */
    }

    .keyvisual_wrap.off::before {
        content: none;
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-20px);
    }

    60% {
        transform: translateY(-10px);
    }
}

@media (max-width: 985px) {
    .keyvisual_wrap {
        padding-top: 133.3333333333%;
    }
}

@media (min-width: 690px) and (max-width: 985px) {
    .keyvisual_wrap {
        padding-top: 56.25%;
    }

    .keyvisual_wrap .sm_hidden {
        display: block !important;
    }

    .keyvisual_wrap .lg_hidden {
        display: none !important;
    }
}

.keyvisual_wrap .keyvisual {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border: 0;
    transform: translate(-50%, -50%);
    margin-top: -1px;
}

.secene_wrap {
    z-index: 1;
    position: absolute;
    max-width: 616px;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 985px) {
    .secene_wrap {
        max-width: 232px;
    }
}

.secene_wrap .comma {
    max-width: 17.26px;
    width: 100%;
    display: block;
}

@media (max-width: 985px) {
    .secene_wrap .comma {
        max-width: 6.51px;
        margin-left: 4.89px;
        margin-bottom: -4.73px;
    }
}

@media (min-width: 986px) {
    .secene_wrap .comma {
        max-width: 11.94px;
        margin-left: 8.89px;
        margin-bottom: -10.92px;
    }
}

@media (min-width: 1280px) {
    .secene_wrap .comma {
        max-width: 17.26px;
        margin-left: 12px;
        margin-bottom: -12.57px;
    }
}

.secene_wrap .counter {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    position: relative;
    opacity: 0;
}

@media (max-width: 985px) {
    .secene_wrap .counter {
        height: 40.84px;
    }
}

@media (min-width: 986px) {
    .secene_wrap .counter {
        height: 75.15px;
    }
}

@media (min-width: 1280px) {
    .secene_wrap .counter {
        height: 100px;
    }
}

.secene_wrap .counter {
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

.secene_wrap .title1 {
    width: 100%;
    display: block;
}

@media (max-width: 985px) {
    .secene_wrap .title1 {
        max-width: 79.61px;
    }
}

@media (min-width: 986px) {
    .secene_wrap .title1 {
        max-width: 142.36px;
    }
}

@media (min-width: 1280px) {
    .secene_wrap .title1 {
        max-width: 205px;
    }
}

.secene_wrap .unit_year {
    width: 100%;
    display: block;
}

@media (max-width: 985px) {
    .secene_wrap .unit_year {
        max-width: 33.82px;
    }
}

@media (min-width: 986px) {
    .secene_wrap .unit_year {
        max-width: 62.05px;
    }
}

@media (min-width: 1280px) {
    .secene_wrap .unit_year {
        max-width: 89px;
    }
}

.secene_wrap .digit {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
}

@media (max-width: 985px) {
    .secene_wrap .digit {
        max-height: 40.84px;
        max-width: 32.67px;
    }
}

@media (min-width: 986px) {
    .secene_wrap .digit {
        max-width: 56.27px;
        max-height: 70.55px;
    }
}

@media (min-width: 1280px) {
    .secene_wrap .digit {
        max-width: 80px;
        max-height: 100px;
    }
}

.secene_wrap .digit>div {
    position: absolute;
    top: 50%;
    width: fit-content;
    left: 50%;
    transform: translate(-50%, -50%);
}

.secene_wrap .numbers {
    display: inline-flex;
    max-width: 80px;
    width: 100%;
    height: 100%;
}

@media (max-width: 985px) {
    .secene_wrap .numbers {
        max-height: 38.84px;
        max-width: 32.67px;
    }
}

@media (min-width: 986px) {
    .secene_wrap .numbers {
        max-width: 56.27px;
        max-height: 70.55px;
    }
}

@media (min-width: 1280px) {
    .secene_wrap .numbers {
        max-width: 80px;
        max-height: 100px;
    }
}

@media (max-width: 985px) {
    .secene_wrap .tens {
        margin-left: 10.81px;
    }
}

@media (min-width: 986px) {
    .secene_wrap .tens {
        margin-left: 19.84px;
    }
}

@media (min-width: 1280px) {
    .secene_wrap .tens {
        margin-left: 28.7px;
    }
}

@media (max-width: 985px) {
    .secene_wrap .units {
        margin-right: 3.89px;
        margin-left: -1.9px;
    }
}

@media (min-width: 986px) {
    .secene_wrap .units {
        margin-right: 7.13px;
    }
}

@media (min-width: 1280px) {
    .secene_wrap .units {
        margin-right: 10.31px;
    }
}

.secene_wrap .number {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}

@media (max-width: 985px) {
    .secene_wrap .number {
        max-height: 40.84px;
        max-width: 30.67px;
    }
}

@media (min-width: 986px) {
    .secene_wrap .number {
        max-width: 56.27px;
        max-height: 70.55px;
    }
}

@media (min-width: 1280px) {
    .secene_wrap .number {
        max-width: 80px;
        max-height: 100px;
    }
}

.secene_wrap #word1 {
    opacity: 0;
    display: contents;
}

.secene_wrap #word2 {
    opacity: 0;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 985px) {
    .secene_wrap #word2 {
        max-width: 232px;
        margin-top: -13px;
    }
}

@media (min-width: 986px) {
    .secene_wrap #word2 {
        max-width: 426px;
    }
}

@media (min-width: 1280px) {
    .secene_wrap #word2 {
        max-width: 616px;
        max-height: 114px;
        margin-top: 0px;
    }
}

.keymsg_wrap {
    margin-top: 0;
    padding-top: 200px;
}

@media (max-width: 985px) {
    .keymsg_wrap {
        padding-top: 106px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .keymsg_wrap::before {
        bottom: -66px;
        background-image: url("data:image/svg+xml,%0A%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.6001 20.6L18.0001 31M18.0001 31L28.4001 20.6M18.0001 31L18.0001 5' stroke='%23999999' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    }

    .keymsg_wrap.off::before {
        content: none;
    }
}

.keymsg_wrap .header_wrap {
    margin-bottom: 200px;
}

@media (min-width: 690px) and (max-width: 985px) {
    .keymsg_wrap .header_wrap {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 985px) {
    .keymsg_wrap .header_wrap {
        margin-bottom: 100px;
    }
}

.keymsg_wrap .header_wrap .title {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.keymsg_wrap .card_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 100px;
}

@media (max-width: 985px) {
    .keymsg_wrap .card_list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 60px;
        grid-template-rows: auto;
    }
}

.keymsg_wrap .card {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 40px;
    grid-template-columns: 80px auto;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.2px;
    text-align: left;
}

@media (max-width: 985px) {
    .keymsg_wrap .card {
        grid-template-columns: 40px auto;
        column-gap: 20px;
        font-size: 13px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: -0.2px;
    }
}

.keymsg_wrap .card .headline {
    margin-bottom: 14px;
    font-size: 30px;
    font-weight: 600;
    line-height: 35.8px;
    letter-spacing: -0.02em;
}

@media (max-width: 985px) {
    .keymsg_wrap .card .headline {
        font-size: 18px;
        font-weight: 700;
        line-height: 23px;
        letter-spacing: -0.02em;
        margin-bottom: 10px;
    }
}

@media (min-width: 690px) and (max-width: 985px) {
    .keymsg_wrap .card1 .lg_hidden {
        display: none;
    }
}

.keymsg_wrap .ico {
    width: 80px;
    height: 80px;
}

@media (max-width: 985px) {
    .keymsg_wrap .ico {
        width: 40px;
        height: 40px;
    }
}

.keymsg_wrap .ico1 {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg fill='none' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m100 50.002c0-27.614-22.386-50-50-50v50h50z' fill='url(%23d)'/%3E%3Cpath d='m50 50c0-27.614-22.386-50-50-50l-5.9624e-7 50h50z' fill='url(%23c)'/%3E%3Cpath d='m50 100c0-27.614-22.386-50-50-50l-6.5567e-6 50h50z' fill='url(%23b)'/%3E%3Cpath d='m100 100c0-27.614-22.386-50-50-50v50h50z' fill='url(%23a)'/%3E%3Cdefs%3E%3ClinearGradient id='d' x1='50' x2='100' y1='25.002' y2='25.002' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F32A00' offset='0'/%3E%3Cstop stop-color='%23FFC9C9' offset='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='2.9812e-7' x2='50' y1='25' y2='25' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F32A00' offset='0'/%3E%3Cstop stop-color='%23FFC9C9' offset='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='3.2784e-6' x2='50' y1='75' y2='75' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F32A00' offset='0'/%3E%3Cstop stop-color='%23FFC9C9' offset='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='a' x1='50' x2='100' y1='75' y2='75' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F32A00' offset='0'/%3E%3Cstop stop-color='%23FFC9C9' offset='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}

.keymsg_wrap .ico2 {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg fill='none' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m50-2.1856e-6c0 27.614 22.386 50 50 50v-50l-50-2.1856e-6z' fill='url(%23d)'/%3E%3Cpath d='m50 100c0-27.614-22.386-50-50-50l-6.5567e-6 50h50z' fill='url(%23c)'/%3E%3Cpath d='m0 50c27.614 0 50-22.386 50-50h-50v50z' fill='url(%23b)'/%3E%3Cpath d='m100 50c-27.614 0-50 22.386-50 50h50v-50z' fill='url(%23a)'/%3E%3Cdefs%3E%3ClinearGradient id='d' x1='100' x2='50' y1='25' y2='25' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F32A00' offset='0'/%3E%3Cstop stop-color='%23FFC9C9' offset='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='3.2784e-6' x2='50' y1='75' y2='75' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F32A00' offset='0'/%3E%3Cstop stop-color='%23FFC9C9' offset='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x2='50' y1='25' y2='25' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F32A00' offset='0'/%3E%3Cstop stop-color='%23FFC9C9' offset='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='a' x1='50' x2='100' y1='75' y2='75' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFC9C9' offset='0'/%3E%3Cstop stop-color='%23F32A00' offset='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}

.keymsg_wrap .ico3 {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg fill='none' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0-2.1856e-6c-1.2071e-6 27.614 22.386 50 50 50v-50l-50-2.1856e-6z' fill='url(%23d)'/%3E%3Cpath d='m0 50c-1.2071e-6 27.614 22.386 50 50 50v-50h-50z' fill='url(%23c)'/%3E%3Cpath d='m100 50c0-27.614-22.386-50-50-50v50h50z' fill='url(%23b)'/%3E%3Cpath d='m100 100c0-27.614-22.386-50-50-50v50h50z' fill='url(%23a)'/%3E%3Cdefs%3E%3ClinearGradient id='d' x1='50' x2='-1.0928e-6' y1='25' y2='25' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F32A00' offset='0'/%3E%3Cstop stop-color='%23FFC9C9' offset='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='50' x2='-1.0928e-6' y1='75' y2='75' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F32A00' offset='0'/%3E%3Cstop stop-color='%23FFC9C9' offset='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='50' x2='100' y1='25' y2='25' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F32A00' offset='0'/%3E%3Cstop stop-color='%23FFC9C9' offset='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='a' x1='50' x2='100' y1='75' y2='75' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F32A00' offset='0'/%3E%3Cstop stop-color='%23FFC9C9' offset='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}

.keymsg_wrap .ico4 {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg fill='none' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.6403e-4 3.6446e-4c-9.66e-7 22.091 17.909 40 40 40v-40l-40-1.749e-6z' fill='url(%23d)'/%3E%3Cpath d='m80 80c0-22.091-17.908-40-40-40v40h40z' fill='url(%23c)'/%3E%3Cpath d='m0 80c22.091 0 40-17.908 40-40h-40v40z' fill='url(%23b)'/%3E%3Cpath d='m80-8.3923e-5c-22.091 7.022e-7 -40 17.909-40 40h40v-40z' fill='url(%23a)'/%3E%3Cdefs%3E%3ClinearGradient id='d' x1='40' x2='.00016316' y1='20' y2='20' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F32A00' offset='0'/%3E%3Cstop stop-color='%23FFC9C9' offset='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='40' x2='80' y1='60' y2='60' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F32A00' offset='0'/%3E%3Cstop stop-color='%23FFC9C9' offset='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='20' x2='20' y1='40' y2='80' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F32A00' offset='0'/%3E%3Cstop stop-color='%23FFC9C9' offset='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='a' x1='60' x2='60' y1='40' y2='-8.3288e-5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F32A00' offset='0'/%3E%3Cstop stop-color='%23FFC9C9' offset='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}

.skipping_nav {
    width: 100%;
    height: 84px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.0392156863);
}

@media (max-width: 985px) {
    .skipping_nav {
        height: 60px;
        background-color: #18181D;
    }
}

@media (max-width: 985px) {
    .skipping_nav .skipping_link {
        font-size: 14px;
        font-weight: 700;
        line-height: 24px;
    }
}

.skipping_nav.position_fi {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    z-index: 300;
    height: 60px;
    display: flex;
    width: 100%;
    background-color: #fff;
    width: 100%;
}

@media (max-width: 985px) {
    .skipping_nav.position_fi {
        top: 60px;
        width: 100%;
    }
}

.skipping_nav.position_fi .skipping_link {
    position: relative;
    font-family: Noto Sans KR;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #666;
    background-color: #fff;
}

.skipping_nav.position_fi .skipping_link::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 4px;
    background-color: #000;
    transition: width 0.3s ease;
}

.skipping_nav.position_fi .skipping_link.active {
    font-weight: 700;
    color: #000;
}

.skipping_nav.position_fi .skipping_link.active::after {
    width: 100%;
}

.skipping_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 80px;
    align-items: center;
    width: fit-content;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.skipping_link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: Noto Sans KR;
    height: 100%;
    line-height: 1;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    color: #666;
    position: relative;
}

.skipping_link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    background-color: #000;
    transition: width 0.3s ease;
}

.skipping_link.active {
    font-weight: 700;
    color: #000;
}

.skipping_link.active::after {
    width: 100%;
}

.emblem_wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 0;
}

.emblem_wrap .md_hidden {
    display: block;
}

@media (min-width: 690px) and (max-width: 985px) {
    .emblem_wrap .md_hidden {
        display: none;
    }
}

@media (min-width: 986px) {
    .emblem_wrap .md_hidden {
        display: none;
    }

    .emblem_wrap .md_hidden.lg_shown {
        display: block;
    }
}

.emblem_wrap>.header_wrap {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.emblem_wrap>.header_wrap .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    padding-top: 12px;
}

@media (max-width: 985px) {
    .emblem_wrap>.header_wrap .title {
        padding-top: 13px;
        font-size: 13px;
        font-weight: 700;
        line-height: 16px;
    }
}

.emblem_wrap .ico_emblem {
    width: 353.6px;
    height: 240px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

@media (max-width: 985px) {
    .emblem_wrap .ico_emblem {
        width: 100%;
        height: 136px;
        background-size: 200px auto;
        margin-bottom: 40px;
    }
}

.emblem_wrap .btn_square {
    display: inline-flex;
    padding: 16px 24px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    border-radius: 0;
    margin-top: 60px;
}

@media (max-width: 985px) {
    .emblem_wrap .btn_square {
        padding: 13px 20px;
        margin-top: 40px;
        font-size: 15px;
        line-height: 20px;
    }
}

.emblem_wrap .btn_square .ico_arrow {
    width: 16px;
    height: 16px;
    margin-left: 12px;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 1H15V13' stroke='white' stroke-width='2'/%3E%3Cpath d='M14 2L1 15' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}

@media (max-width: 985px) {
    .emblem_wrap .btn_square .ico_arrow {
        width: 12px;
        height: 12px;
        margin-left: 8px;
    }
}

.emblem_wrap .card {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 0;
    direction: rtl;
    margin-top: 180px;
    column-gap: 50px;
    text-align: center;
    direction: ltr;
}

@media (max-width: 985px) {
    .emblem_wrap .card {
        margin-top: 100px;
    }
}

.emblem_wrap .card .headline {
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
}

@media (max-width: 985px) {
    .emblem_wrap .card .headline {
        font-size: 24px;
        font-weight: 700;
        line-height: 31.97px;
    }
}

.emblem_wrap .card .desc {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 30px;
}

@media (max-width: 985px) {
    .emblem_wrap .card .desc {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        text-align: center;
        margin-top: 20px;
    }
}

@media (max-width: 985px) {
    .emblem_wrap .card .header_wrap {
        order: 2;
    }
}

.video_wrap {
    padding: 202px 0 203px;
    max-width: 100vw;
    width: 100%;
    height: 100%;
    background-color: #111;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 985px) {
    .video_wrap {
        padding: 0;
    }
}

.video_wrap video,
.video_wrap iframe {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 1200px;
    max-height: 675px;
    width: 100%;
    height: 100%;
    border: 0;
    pointer-events: all;
    outline: none;
    transform: translateX(-50%);
}

.player_area {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    height: 675px;
    margin-right: auto;
}

@media (max-width: 985px) {
    .player_area {
        padding-top: 56.25%;
        height: auto;
    }
}

.promotion_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
}

@media (max-width: 985px) {
    .promotion_list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 40px;
        grid-template-rows: auto;
    }
}

.promotion_list.row1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 0px;
}

@media (max-width: 985px) {
    .promotion_list.row1 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 40px;
        grid-template-rows: auto;
    }
}

.promotion_wrap {
    max-width: 1200px;
    width: 100%;
    margin-top: 0;
    padding-top: 200px;
    padding-bottom: 200px;
}

@media (max-width: 985px) {
    .promotion_wrap {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.promotion_wrap .ico_arrow_right_top {
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 1H15V13' stroke='white' stroke-width='2'/%3E%3Cpath d='M14 2L1 15' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.promotion_wrap .md_hidden {
    display: block;
}

@media (min-width: 690px) and (max-width: 985px) {
    .promotion_wrap .md_hidden {
        display: none;
    }
}

@media (min-width: 986px) {
    .promotion_wrap .md_hidden {
        display: none;
    }

    .promotion_wrap .md_hidden.lg_shown {
        display: block;
    }
}

.promotion_wrap>.header_wrap .headline {
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
    text-align: center;
}

@media (max-width: 985px) {
    .promotion_wrap>.header_wrap .headline {
        font-size: 22px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: -0.02em;
    }
}

.promotion_wrap>.header_wrap .desc {
    font-size: 26px;
    font-weight: 400;
    line-height: 40px;
}

@media (max-width: 985px) {
    .promotion_wrap>.header_wrap .desc {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
    }
}

.promotion_wrap>.header_wrap .headline+.desc {
    margin-top: 30px;
}

@media (max-width: 985px) {
    .promotion_wrap>.header_wrap .headline+.desc {
        margin-top: 20px;
    }
}

.promotion_wrap .info_wrap {
    margin-top: 80px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 19px 40px 17px;
}

@media (max-width: 985px) {
    .promotion_wrap .info_wrap {
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        width: fit-content;
        padding: 13px 20px;
    }
}

.promotion_wrap .info_wrap .font_primary {
    font-size: 20px;
    font-weight: 700;
    line-height: 23.87px;
    letter-spacing: -0.02em;
}

@media (max-width: 985px) {
    .promotion_wrap .info_wrap .font_primary {
        font-weight: 800;
    }
}

.promotion_wrap .btn_square {
    display: inline-flex;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.48px;
    color: #fff;
    padding: 0;
    border: 0;
}

@media (max-width: 985px) {
    .promotion_wrap .btn_square {
        font-size: 15px;
        line-height: 20px;
    }
}

.promotion_wrap .btn_square .ico_arrow_right {
    width: 16px;
    height: 16px;
    margin-left: 20px;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 1H15V13' stroke='white' stroke-width='2'/%3E%3Cpath d='M14 2L1 15' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}

@media (max-width: 985px) {
    .promotion_wrap .btn_square .ico_arrow_right {
        width: 12px;
        height: 12px;
        margin-left: 8px;
    }
}

.accordion {
    width: 100%;
    margin-top: 80px;
    padding-left: 0;
    padding-right: 0;
}

.accordion>.header_wrap {
    border-bottom: 4px solid #000;
    padding-bottom: 16px;
    margin-bottom: 60px;
    text-align: left;
    margin-top: 120px;
    padding-left: 0;
}

.accordion>.header_wrap:nth-of-type(1) {
    margin-top: 60px;
}

@media (max-width: 985px) {
    .accordion>.header_wrap {
        margin-bottom: 40px;
        padding-bottom: 12px;
        margin-top: 80px;
    }
}

.accordion .title {
    font-size: 20px;
    font-weight: 800;
    line-height: 23.87px;
    letter-spacing: -0.02em;
}

@media (max-width: 985px) {
    .accordion .title {
        font-size: 13px;
        font-weight: 700;
        line-height: 16px;
    }
}

.accordion .badge_outline {
    display: inline-flex;
    padding: 6px 12px;
    border: 1px solid #f6330a;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.48px;
    color: #f6330a;
    border-radius: 52px;
}

@media (max-width: 985px) {
    .accordion .badge_outline {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 12px;
        font-weight: 600;
        line-height: 14.32px;
        text-align: left;
    }
}

.accordion .badge_outline+.meta {
    margin-top: 16px;
}

@media (max-width: 985px) {
    .accordion .badge_outline+.meta {
        margin-top: 10px;
    }
}

.promotion_list {
    row-gap: 60px;
    column-gap: 120px;
}

@media (max-width: 985px) {
    .promotion_list {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 40px;
    }
}

.promotion_list.row1 {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 120px;
}

@media (max-width: 985px) {
    .promotion_list.row1 {
        grid-template-columns: repeat(1, 1fr);
    }
}

.accordion_item {
    height: 100%;
    width: 100%;
    text-align: left;
    color: #000;
    grid-template-rows: 80px 1fr;
    grid-auto-flow: dense;
}

.accordion_item:not(:nth-of-type(1), :nth-of-type(2)) {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    padding-top: 60px;
}

@media (max-width: 985px) {
    .accordion_item:not(:nth-of-type(1), :nth-of-type(2)) {
        border-top: 0;
        padding: 0;
    }
}

.accordion_item .meta {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.01em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media (max-width: 985px) {
    .accordion_item .meta {
        font-size: 13px;
        font-weight: 700;
        line-height: 14px;
    }
}

.accordion_item .accordion_button {
    width: 100%;
    text-align: left;
    cursor: default;
}

@media (max-width: 985px) {
    .accordion_item .accordion_button {
        cursor: pointer;
    }
}

.accordion_item .headline {
    position: relative;
    display: block;
    margin-top: 12px;
    font-size: 36px;
    font-weight: 600;
    line-height: 42.96px;
    letter-spacing: -0.02em;
    text-align: left;
}

@media (max-width: 985px) {
    .accordion_item .headline {
        margin-top: 8px;
        font-size: 22px;
        font-weight: 700;
        line-height: 26.25px;
    }
}

.accordion_item .headline a:not(class):hover {
    opacity: 0.6;
    transition: all 0.3s ease;
}

@media (max-width: 985px) {
    .accordion_item .headline a:not(class) {
        pointer-events: none;
    }
}

.accordion_item .desc {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.01em;
}

@media (max-width: 985px) {
    .accordion_item .desc {
        margin-top: 20px;
        font-size: 13px;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: -0.01em;
    }
}

@media (max-width: 985px) {
    .accordion_item .btn_square {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 10px;
        padding: 13px 20px;
        font-weight: 600;
        color: #fff;
        background-color: #000;
        letter-spacing: 0;
    }

    .accordion_item .btn_square .ico_arrow_right_top {
        width: 12px;
        height: 12px;
        margin-left: 8px;
    }
}

.accordion_body {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: all 0.5s cubic-bezier(0.4, 0.1, 0.2, 1);
}

.accordion_body.active {
    opacity: 1;
    visibility: visible;
    max-height: 500px;
}

.accordion_button {
    position: relative;
}

@media (max-width: 985px) {
    .accordion_button .headline::after {
        content: "";
        position: absolute;
        top: 5px;
        right: 0;
        width: 16px;
        height: 16px;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center;
    }

    .accordion_button[aria-expanded=false] .headline::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 7.85938H16' stroke='%23111111' stroke-width='3'/%3E%3Cpath d='M8 0L8 16' stroke='%23111111' stroke-width='3'/%3E%3C/svg%3E%0A");
    }

    .accordion_button[aria-expanded=true] .headline::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='4' viewBox='0 0 16 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 2H16' stroke='%23111111' stroke-width='3'/%3E%3C/svg%3E%0A");
    }
}

.share_wrap {
    background-color: #f4f5fa;
    padding-top: 62px;
    padding-bottom: 60px;
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    max-width: 100vw;
}

@media (max-width: 985px) {
    .share_wrap {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

.share_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 20px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 985px) {
    .share_list {
        gap: 16px;
    }
}

.share_list .btn {
    padding: 0;
    width: 60px;
    height: 60px;
}

@media (max-width: 985px) {
    .share_list .btn {
        width: 48px;
        height: 48px;
    }
}

.share_list [class*=ico_] {
    margin-right: 0px;
    width: 60px;
    height: 60px;
}

@media (max-width: 985px) {
    .share_list [class*=ico_] {
        width: 48px;
        height: 48px;
    }
}

.share_list .ico_kakao {
    background-image: url("https://assets.joongang.co.kr/images/event/event005/img_share_kakao.png");
}

.share_list .ico_facebook {
    background-image: url("https://assets.joongang.co.kr/images/event/event005/img_share_facebook.png");
}

.share_list .ico_x {
    background-image: url("https://assets.joongang.co.kr/images/event/artSeminar/icon-x.min.png");
}

.share_list .ico_url {
    background-image: url("https://assets.joongang.co.kr/images/event/event005/img_share_share.png");
}