@import"https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&family=Host+Grotesk:wght@300..800&display=swap";
@import"https://fonts.cdnfonts.com/css/rosehot-free-version";
@import"https://fonts.googleapis.com/css2?family=Reem+Kufi:wght@400..700&display=swap";

@font-face {
    font-family: "HakgyoansimAllimjangTTF-R";
    src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2408-5@1.0/HakgyoansimAllimjangTTF-R.woff2") format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "HakgyoansimAllimjangTTF-B";
    src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2408-5@1.0/HakgyoansimAllimjangTTF-B.woff2") format("woff2");
    font-weight: 700;
    font-style: normal
}

html,
body {
    font-family: "Pretendard", sans-serif;
    font-size: 16px;
    background: #fff;
    color: #0f0f0f;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: normal;
    overflow-x: clip;
    scroll-behavior: smooth;
    letter-spacing: -0.3px
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
input,
nav,
textarea,
select,
header,
section,
article,
aside,
footer,
form,
button,
table,
thead,
tbody,
tr,
td,
th,
ul,
li,
ol,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

ul,
ol {
    list-style: none
}

a {
    text-decoration: none;
    color: inherit;
    display: block
}

a,
input,
button {
    outline: 0
}

img {
    vertical-align: middle;
    max-width: 100%
}

figure {
    margin: 0
}

p {
    word-break: keep-all
}

span {
    display: inline-block;
    word-break: keep-all
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(/resources/img/select-arrow.svg) no-repeat center right 25px;
    background-size: 14px
}

select::-ms-expand {
    display: none
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input {
    font-family: inherit;
    font-size: inherit;
    border: 0;
    outline: 0;
    color: inherit;
    cursor: pointer
}

select {
    font-family: inherit;
    font-size: inherit;
    border: 0;
    outline: 0;
    color: inherit;
    cursor: pointer
}

button {
    font-family: inherit;
    background: none;
    border: 0;
    color: inherit;
    cursor: pointer
}

button:disabled {
    border-color: #aaa !important;
    color: #aaa !important;
    pointer-events: none !important
}

input:not([type=checkbox], [type=radio]),
select,
textarea {
    width: 100%;
    height: 68px;
    padding: 0 20px;
    color: inherit;
    font-size: inherit;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

input:disabled {
    background-color: #e6e6e6
}

textarea {
    width: 100%;
    min-height: 330px;
    font-family: inherit;
    font-size: inherit;
    resize: none;
    outline: 0;
    color: inherit;
    line-height: 1.5
}

textarea::-webkit-scrollbar {
    width: 7px
}

textarea::-webkit-scrollbar-track {
    background-color: #f1f1f1
}

textarea::-webkit-scrollbar-thumb {
    background-color: #ddd
}

textarea::-webkit-scrollbar-thumb:hover {
    background: #ccc
}

textarea::-webkit-scrollbar-button:start:decrement,
textarea::-webkit-scrollbar-button:end:increment {
    width: 3px;
    height: 0px;
    background: rgba(0, 0, 0, 0)
}

*::placeholder {
    font-family: inherit;
    font-size: inherit;
    color: #aaa
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

label {
    padding-left: 44px;
    display: flex;
    align-items: center;
    background: url(/resources/img/checkbox-default.png) no-repeat center left 0;
    background-size: 34px;
    height: 34px;
    line-height: 34px;
    cursor: pointer
}

input:checked+label {
    background-image: url(/resources/img/checkbox-checked.png)
}

[popover] {
    border: none;
    padding: 0;
    margin: 0;
    left: auto
}

:focus {
    outline: none
}

.br-wrapper,
.br-1240,
.br-1024,
.br-768,
.br-540,
.smPc-only,
.tab-only,
.mo-only,
.link-wrap.mo-only,
.moSm-only {
    display: none
}

@media screen and (max-width: 1640px) {
    .br-wrapper {
        display: block
    }

    .br-wrapper-none {
        display: none !important
    }
}

@media screen and (max-width: 1240px) {

    .br-1240,
    .smPc-only {
        display: block
    }

    .br-1240_none,
    .smPc-none {
        display: none !important
    }
}

@media screen and (max-width: 1024px) {
    .br-1024 {
        display: block
    }

    .br-1024-none {
        display: none
    }
}

@media screen and (max-width: 768px) {

    html,
    body {
        font-size: 15px
    }

    .br-768,
    .tab-only {
        display: block
    }

    .br-768-none,
    .tab-none {
        display: none !important
    }
}

@media screen and (max-width: 540px) {

    html,
    body {
        font-size: 14px
    }

    .br-540,
    .mo-only {
        display: block
    }

    .link-wrap.mo-only {
        display: flex
    }

    .br-540-none,
    .mo-none {
        display: none !important
    }
}

@media screen and (max-width: 414px) {
    .moSm-only {
        display: block
    }
}

html.stop-scroll,
body.stop-scroll {
    min-height: 100%;
    overflow: hidden !important;
    touch-action: none
}

.pre {
    font-family: "Pretendard", sans-serif !important
}

.hakR {
    font-family: "HakgyoansimAllimjangTTF-R", sans-serif !important
}

.hakB {
    font-family: "HakgyoansimAllimjangTTF-B", sans-serif !important
}

.reem {
    font-family: "Reem Kufi", sans-serif !important
}

.eng {
    font-size: 1rem;
    font-family: "Reem Kufi", sans-serif;
    color: #ff020e;
    font-weight: 700
}

@media screen and (max-width: 1240px) {
    .eng {
        font-size: 1.29vw
    }
}

@media screen and (max-width: 768px) {
    .eng {
        font-size: 13px
    }
}

.red {
    color: #ff020e
}

.white {
    color: #fff
}

.black {
    color: #0f0f0f
}

.yellow {
    color: #ffe102
}

.purple {
    color: #9747ff
}

.bg-white {
    background-color: #fff
}

.medi {
    font-weight: 500 !important
}

.bold {
    font-weight: 700 !important
}

.ex-bold {
    font-weight: 800 !important
}

.txt-center {
    text-align: center
}

.main-title {
    font-size: 3.75rem;
    font-family: "HakgyoansimAllimjangTTF-B", sans-serif;
    word-break: keep-all
}

@media screen and (max-width: 1240px) {
    .main-title {
        font-size: 4.838vw
    }
}

@media screen and (max-width: 768px) {
    .main-title {
        font-size: 30px
    }
}

.page-title {
    font-size: 3.125rem;
    font-family: "HakgyoansimAllimjangTTF-B", sans-serif;
    word-break: keep-all
}

@media screen and (max-width: 1240px) {
    .page-title {
        font-size: 4.032vw
    }
}

@media screen and (max-width: 768px) {
    .page-title {
        font-size: 26px
    }
}

.sub-title {
    font-size: 2.5rem;
    font-family: "HakgyoansimAllimjangTTF-B", sans-serif;
    word-break: keep-all
}

@media screen and (max-width: 1240px) {
    .sub-title {
        font-size: 3.226vw
    }
}

@media screen and (max-width: 768px) {
    .sub-title {
        font-size: 24px
    }
}

.med-title {
    font-size: 2.25rem;
    font-family: "Pretendard", sans-serif;
    word-break: keep-all
}

@media screen and (max-width: 1240px) {
    .med-title {
        font-size: 2.903vw
    }
}

@media screen and (max-width: 768px) {
    .med-title {
        font-size: 20px
    }
}

.sec-title {
    font-size: 2rem;
    font-family: "HakgyoansimAllimjangTTF-R", sans-serif;
    word-break: keep-all
}

@media screen and (max-width: 1240px) {
    .sec-title {
        font-size: 2.58vw
    }
}

@media screen and (max-width: 768px) {
    .sec-title {
        font-size: 18px
    }
}

.txt-lg {
    font-size: 1.875rem;
    word-break: keep-all
}

@media screen and (max-width: 1240px) {
    .txt-lg {
        font-size: 2.419vw
    }
}

@media screen and (max-width: 768px) {
    .txt-lg {
        font-size: 16px
    }
}

.txt-big {
    font-size: 1.625rem;
    word-break: keep-all
}

@media screen and (max-width: 1240px) {
    .txt-big {
        font-size: 2.097vw
    }
}

@media screen and (max-width: 768px) {
    .txt-big {
        font-size: 16px
    }
}

.txt-m {
    font-size: 1.5rem;
    word-break: keep-all
}

@media screen and (max-width: 1240px) {
    .txt-m {
        font-size: 1.935vw
    }
}

@media screen and (max-width: 768px) {
    .txt-m {
        font-size: 16px
    }
}

.txt-default {
    font-size: 1.25rem;
    word-break: keep-all
}

@media screen and (max-width: 1240px) {
    .txt-default {
        font-size: 1.613vw
    }
}

@media screen and (max-width: 768px) {
    .txt-default {
        font-size: 14px
    }
}

.txt-s {
    font-size: 1.125rem;
    word-break: keep-all;
    display: flex;
    align-items: center;
    color: #666;
}

@media screen and (max-width: 1240px) {
    .txt-s {
        font-size: 1.452vw
    }
}

@media screen and (max-width: 768px) {
    .txt-s {
        font-size: 13px
    }
}

.txt-xs {
    font-size: 1rem;
    word-break: keep-all
}

@media screen and (max-width: 1240px) {
    .txt-xs {
        font-size: 1.29vw
    }
}

@media screen and (max-width: 768px) {
    .txt-xs {
        font-size: 13px
    }
}

.txt-mc {
    font-size: .875rem;
    word-break: keep-all
}

@media screen and (max-width: 1240px) {
    .txt-mc {
        font-size: 1.129vw
    }
}

@media screen and (max-width: 768px) {
    .txt-mc {
        font-size: 12px
    }
}

section.sec1 {
    padding-top: 5.2vw
}

section:last-child {
    padding-bottom: 10.41vw
}

.wrapper {
    width: 100%;
    max-width: 1560px;
    padding: 0 20px;
    margin: 0 auto
}

.inner {
    width: 100%;
    max-width: 1920px;
    padding: 0 20px;
    margin: auto
}

.inner-noPl {
    width: 100%;
    max-width: 1920px;
    padding: 0 20px 0 0;
    margin: auto
}

.flex-r {
    display: flex;
    align-items: center
}

.flex-r.reverse {
    flex-direction: row-reverse
}

.flex-item {
    flex: 1
}

.flex-c {
    display: flex;
    flex-direction: column
}

.align-top {
    align-items: flex-start !important
}

.flex-center {
    justify-content: center;
    align-items: center
}

.invisible {
    opacity: 0 !important;
    pointer-events: none
}

.opa-70 {
    opacity: .7
}

.opa-20 {
    opacity: .2
}

.ani-up {
    transform: translateY(60px);
    opacity: 0;
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity .8s cubic-bezier(0.215, 0.61, 0.8, 1)
}

.ani-left {
    transform: translateX(-80px);
    opacity: 0;
    transition: transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.8, 1)
}

.ani-fade {
    opacity: 0;
    transition: transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.8, 1)
}

.animate .ani-up {
    transform: translateY(0);
    opacity: 1
}

.animate .ani-left {
    transform: translateX(0);
    opacity: 1
}

.animate .ani-fade {
    opacity: 1
}

.delay1 {
    transition-delay: .15s
}

.delay2 {
    transition-delay: .3s
}

.delay3 {
    transition-delay: .45s
}

.delay4 {
    transition-delay: .6s
}

.delay5 {
    transition-delay: .75s
}

.delay6 {
    transition-delay: .9s
}

.delay7 {
    transition-delay: 1.05s
}

.delay8 {
    transition-delay: 1.3s
}

.delay9 {
    transition-delay: 1.45s
}

.delay10 {
    transition-delay: 1.6s
}

.delay11 {
    transition-delay: 1.75s
}

.delay12 {
    transition-delay: 1.9s
}

.delay13 {
    transition-delay: 2.05s
}

[class^=swiper-button] {
    width: 58px;
    height: 58px
}

[class^=swiper-button].svg-line {
    position: relative;
    overflow: visible
}

[class^=swiper-button].svg-line svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 1px;
    stroke: #ff020e;
    fill: none;
    stroke-dashoffset: calc(182px*(1 - var(--progress)));
    stroke-dasharray: 182;
    transition: stroke-dashoffset .5s ease
}

[class^=swiper-button].svg-line:hover svg {
    --progress: 1
}

.btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center
}

.btn {
    height: 68px;
    min-width: 156px;
    padding: 0 15px;
    border-radius: 10px;
    border: 1px solid #ff020e;
    text-align: center;
    font-weight: 700;
    font-size: 1.25rem;
    color: #ff020e
}

@media screen and (max-width: 1240px) {
    .btn {
        font-size: 1.613vw
    }
}

@media screen and (max-width: 768px) {
    .btn {
        font-size: 14px
    }
}

.btn.black {
    border-color: #0f0f0f;
    color: #0f0f0f
}

.modal-open-btn {
    margin-left: 10px;
    color: #999;
    font-size: 1rem;
    text-decoration: underline;
    text-underline-offset: 3px
}

@media screen and (max-width: 1240px) {
    .modal-open-btn {
        font-size: 1.29vw
    }
}

@media screen and (max-width: 768px) {
    .modal-open-btn {
        font-size: 13px
    }
}

.radius_btn {
    font-size: 1rem;
    padding: 12px 20px;
    border-radius: 100px;
    font-weight: 700
}

@media screen and (max-width: 1240px) {
    .radius_btn {
        font-size: 1.29vw
    }
}

@media screen and (max-width: 768px) {
    .radius_btn {
        font-size: 13px
    }
}

.radius_btn.btn_clear {
    background: rgba(15, 15, 15, .06);
    color: #0f0f0f
}

.radius_btn.btn_clear.on {
    background: rgba(255, 255, 255, .1);
    color: #fff
}

.radius_btn.btn_clear.on img {
    filter: invert(1)
}

.radius_btn.btn_red {
    background: #ff020e;
    color: #fff
}

.slide_btn_wrap {
    position: relative
}

.slide_btn_wrap .swiper {
    position: static
}

[class^=swiper-button] {
    position: static;
    margin-top: 0
}

[class^=swiper-button]::after {
    display: none
}

.popup_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 9999;
    display: none
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    max-width: calc(100% - 40px);
    height: 65vh;
    max-height: 90vh;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
    padding: 50px;
    z-index: 10000;
    overflow: hidden;
    display: none;
    -ms-overflow-style: none
}

.popup .x_btn {
    position: absolute;
    right: 50px;
    top: 50px;
    cursor: pointer
}

.popup .popup_title {
    font-size: 1.625rem;
    font-weight: 700
}

@media screen and (max-width: 1240px) {
    .popup .popup_title {
        font-size: 2.097vw
    }
}

@media screen and (max-width: 768px) {
    .popup .popup_title {
        font-size: 16px
    }
}

.popup .txt_area {
    height: calc(100% - 50px);
    margin-top: 20px;
    padding: 15px;
    border-radius: 20px;
    background-color: #e6e6e6;
    overflow-y: scroll
}

.popup .txt_area p {
    font-size: 20px
}

.popup.location {
    width: 1264px;
    height: 668px;
    padding: 80px 5.2vw 5.2vw 5.2vw
}

.popup.location .sec-title {
    margin-bottom: 30px;
    padding-bottom: 20px;
    display: flex;
    align-items: center
}

.popup.location .red-dot::after {
    display: none
}

.popup.location .red-dot::before {
    width: calc(100% + 35px);
    left: -35px
}

.popup.location .txt-wrap {
    display: flex;
    align-items: center;
    gap: 4.16vw
}

.popup.location .grey {
    margin-right: 20px;
    color: #999
}

.popup.location .img-area {
    height: calc(100% - 152px);
    margin-top: 50px;
    display: flex;
    align-items: flex-start;
    gap: 20px
}

.popup.location .map-area {
    width: 38%;
    height: 100%;
    align-items: center;
    justify-content: center;
    border: 1px solid #666;
    border-radius: 20px;
    overflow: hidden
}

.popup.location .swiper-area {
    position: relative;
    width: 60%;
    height: 100%;
    border: 1px solid #666;
    border-radius: 20px;
    overflow: hidden
}

.popup.location .swiper-area .mapSwiper {
    height: 100%
}

.popup.location .swiper-area img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.popup.location [class^=swiper-button] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.popup.location [class^=swiper-button].swiper-button-prev {
    left: 20px
}

.popup.location [class^=swiper-button].swiper-button-next {
    right: 20px
}

.badge {
    padding: 6px 12px;
    font-size: .875rem;
    letter-spacing: 0;
    font-family: "HakgyoansimAllimjangTTF-R", sans-serif;
    background: #0f0f0f;
    color: #fff;
    border-radius: 50px;
    width: fit-content;
    font-weight: normal
}

@media screen and (max-width: 1240px) {
    .badge {
        font-size: 1.129vw
    }
}

@media screen and (max-width: 768px) {
    .badge {
        font-size: 12px
    }
}

.badge.green {
    background-color: #6ada72
}

.badge.blue {
    background-color: #1a85ff
}

.badge.orng {
    background-color: #f80
}

.badge.l-blue {
    background-color: #32d3ff
}

.badge.l-green {
    background-color: #6ada72
}

.badge.red {
    background-color: #ff020e
}

.badge.reem {
    padding: 2px 9px;
    background-color: #ff020e
}

.mandatory {
    position: relative;
    width: fit-content
}

.mandatory::after {
    content: "*";
    position: absolute;
    width: 7px;
    height: 7px;
    top: -8px;
    right: -12px;
    color: #ff020e
}

.more-btn {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ff020e;
    font-family: "Reem Kufi", sans-serif;
    display: flex;
    align-items: center;
    column-gap: 10px;
    width: fit-content;
    cursor: pointer
}

@media screen and (max-width: 1240px) {
    .more-btn {
        font-size: 1.935vw
    }
}

@media screen and (max-width: 768px) {
    .more-btn {
        font-size: 16px
    }
}

.more-btn .icon {
    width: 20px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #fff2f3;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 300ms ease-in-out
}

.more-btn:hover .icon {
    background-color: #ff020e
}

.more-btn:hover .icon img {
    content: url("/resources/img/more-icon-wh.svg")
}

.link-wrap {
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.link-wrap .link {
    position: relative;
    padding: 20px 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #fff;
    transition: all 300ms ease-in-out
}

.link-wrap .link .eng {
    font-size: 1.875rem;
    font-weight: 500;
    margin-bottom: 0
}

@media screen and (max-width: 1240px) {
    .link-wrap .link .eng {
        font-size: 2.419vw
    }
}

@media screen and (max-width: 768px) {
    .link-wrap .link .eng {
        font-size: 16px
    }
}

.link-wrap .link .icon {
    width: 24px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #ff020e;
    display: flex;
    justify-content: center;
    align-items: center
}

.link-wrap .link.square {
    position: relative;
    border: 1px solid #ffdbdd;
    padding: 30px 40px;
    border-radius: 20px
}

.link-wrap .link.square::after {
    content: "";
    position: absolute;
    top: -1.5px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 2px solid #ff020e;
    border-radius: 20px;
    opacity: 0;
    transition: all 300ms ease-in-out;
    z-index: 10
}

.link-wrap .link.border-red {
    margin-bottom: 20px;
    border-color: #ff020e
}

.link-wrap .link.border-red:hover {
    border-color: rgba(0, 0, 0, 0);
    box-shadow: 0 0 10px 0 rgba(255, 2, 14, .2)
}

.link-wrap .link.border-red:hover::after {
    opacity: 1
}

.link-wrap .link svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.link-wrap .link .border-animation {
    --progress: 0;
    stroke-dasharray: 550;
    stroke-dashoffset: calc(550*(1 - var(--progress)));
    transition: stroke-dashoffset .5s ease
}

.link-wrap .link:hover .border-animation {
    --progress: 1
}

.top-sec {
    padding-top: 8.85vw;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end
}

.top-sec .title-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px
}

.top-sec .txt-default {
    margin-bottom: 0
}

.tabs {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px
}

.tabs .tab {
    padding: 10px 10px 8px 10px;
    opacity: .5;
    transition: all 300ms ease-in-out
}

.tabs .tab.active {
    color: #ff020e;
    font-weight: 700;
    opacity: 1;
    border-bottom: 2px solid #ff020e
}

.tabs .tab:hover {
    opacity: 1
}

.deco-txt {
    position: relative;
    width: fit-content;
    padding: 0 35px;
    font-family: "Reem Kufi", sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #ff020e
}

.deco-txt.kr {
    padding: 7px 40px
}

.deco-txt::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: -2px;
    top: -1px;
    border-bottom: 38.5px solid #ff020e;
    border-top: 38.5px solid #fff;
    border-left: 13px solid #fff;
    border-right: 13px solid #ff020e
}

.deco-txt::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: -2px;
    top: 0;
    border-bottom: 38.5px solid #fff;
    border-top: 38.5px solid #ff020e;
    border-left: 13px solid #ff020e;
    border-right: 13px solid #fff
}

.round-title {
    width: fit-content;
    padding: 8px 40px;
    background-color: #ff020e;
    color: #fff;
    border-radius: 50px
}

.round-title:has(.objet) {
    display: flex;
    justify-content: center;
    align-items: center
}

.round-title .objet {
    width: 17px;
    margin-left: 10px
}

.deco-line {
    margin: 55px 0 35px;
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 1
}

.deco-line img {
    width: 118px;
    object-fit: cover
}

.deco-line::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-top: 1px solid #e6e6e6;
    z-index: -2
}

.sec-title:has(.red-dot) {
    position: relative;
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6
}

.red-dot {
    position: relative;
    padding: 0 25px
}

.red-dot::after {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #ff020e;
    border-radius: 50%;
    transform: translateY(-50%)
}

.red-dot::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -25px;
    background-color: #ff020e
}

.dot-aside {
    width: fit-content;
    max-width: calc(100% - 30px);
    position: relative;
    margin: auto;
    padding: 0 20px;
    text-align: center
}

.dot-aside::after {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #ff020e;
    border-radius: 50%;
    transform: translateY(-50%)
}

.dot-aside::before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    right: 0;
    top: 50%;
    background-color: #ff020e;
    border-radius: 50%;
    transform: translateY(-50%)
}

form {
    padding: 30px 34px 0 34px
}

form .form-wrap {
    display: flex;
    align-items: flex-start
}

form .form-wrap.half>div {
    flex: 1
}

form .form-wrap.full {
    flex-direction: column;
    gap: 23px
}

form .form-row {
    display: flex;
    justify-content: space-between;
    align-items: center
}

form .form-row:has(.line2) {
    align-items: flex-start
}

form .form-row:has(.line2) .txt-default {
    transform: translateY(15px)
}

form .form-row>input,
form .form-row>select {
    width: calc(100% - 165px)
}

form .form-row .half .form-box,
form .form-row .half>select,
form .form-row .half input {
    flex: 1
}

form .form-row .line2 {
    width: calc(100% - 165px);
    display: flex;
    flex-direction: column;
    gap: 10px
}

form .form-row .line2 .input-wrap {
    gap: 15px
}

form .form-row .input-wrap {
    width: 100%;
    display: flex
}

form .form-row .input-wrap.half {
    width: calc(100% - 165px);
    gap: 10px
}

.checkbox-wrap {
    display: flex;
    align-items: center
}
.checkbox-wrap.last {
    margin: 15px 0 5.2vw;
}
.search-box {
    background: #fff url(/resources/img/search-icon.svg) no-repeat center right 20px;
    background-size: 22px
}

.pager {
    margin-top: 5.2vw;
    display: flex;
    justify-content: center;
    align-items: center
}

.pager .pager-btn {
    width: 58px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #ffdbdd
}

.pager .pager-btn.svg-line {
    position: relative;
    overflow: visible
}

.pager .pager-btn.svg-line svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 1px;
    stroke: #ff020e;
    fill: none;
    stroke-dashoffset: calc(182px*(1 - var(--progress)));
    stroke-dasharray: 182;
    transition: stroke-dashoffset .5s ease
}

.pager .pager-btn.svg-line:hover svg {
    --progress: 1
}

.pager .pager-btn.pager-prev {
    margin-right: 80px
}

.pager .pager-btn.pager-next {
    margin-left: 80px
}

.pager .page {
    padding: 5px 20px;
    color: #ccc
}

.pager .page.active {
    color: #ff020e
}

#header {
    padding: 30px 70px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 300ms ease-in-out
}

#header .logo {
    height: 34px;
    clip-path: polygon(0 100%, 65px 100%, 65px 0, 0 0);
    transition: clip-path .3s
}

#header .logo.on {
    filter: invert(1)
}

#header .logo:hover {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0)
}

#header .logo img {
    max-height: 100%
}

#header #category {
    font-size: 1rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

@media screen and (max-width: 1240px) {
    #header #category {
        font-size: 1.29vw
    }
}

@media screen and (max-width: 768px) {
    #header #category {
        font-size: 13px
    }
}

#header #category .depth1_wrap {
    column-gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 0 20px;
    width: fit-content
}

#header #category .depth1_wrap>li {
    position: relative
}

#header #category .depth1_wrap>li .depth1 {
    padding: 12px 20px;
    font-weight: 500;
    position: relative
}

#header #category .depth1_wrap>li .depth1::before {
    content: "";
    display: block;
    width: 55px;
    height: 1px;
    background: #0f0f0f;
    opacity: 0;
    transition: opacity .3s;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 7px
}

#header #category .depth1_wrap>li .depth1:hover {
    font-weight: 700
}

#header #category .depth1_wrap>li .depth1:hover::before {
    opacity: 1
}

#header #category .depth1_wrap>li .depth2_wrap {
    position: absolute;
    top: calc(100% + 15px);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-content: center;
    column-gap: 15px;
    display: none
}


.header_rt {
    display: flex;
    align-items: center;
    column-gap: 30px;
    position: fixed;
    top: 30px;
    right: 70px;
    z-index: 1001
}

.header_rt .btn-wrap {
    column-gap: 10px
}

.header_rt.smPc-only {
    display: none;
    gap: 15px
}

.header_rt.smPc-only .radius_btn {
    width: 46px;
    height: 46px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

.hamburger {
    width: 34px;
    height: 32px;
    cursor: pointer;
    position: relative
}

.hamburger.make-white {
    filter: invert(1)
}

.hamburger::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #0f0f0f;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: width .2s
}

.hamburger .line {
    width: 100%;
    height: 2px;
    background: #0f0f0f;
    border-radius: 10px;
    transform-origin: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: transform .2s
}

.hamburger .line:nth-child(1) {
    transform-origin: left center;
    top: 6px
}

.hamburger .line:nth-child(2) {
    transform-origin: left center;
    top: 25px
}

.hamburger.open::after {
    width: 0
}

.hamburger.open .line:nth-child(1) {
    transform: rotate(45deg) translateX(-50%);
    top: 50%
}

.hamburger.open .line:nth-child(2) {
    transform: rotate(-45deg) translateX(-50%);
    top: 50%
}

#hamWrap {
    padding: 50px;
    border-radius: 20px;
    width: max-content;
    display: none;
    position: fixed;
    right: 70px;
    top: 103px;
    z-index: 1001;
    background: #fff
}

#hamWrap.open {
    top: 0
}

#hamWrap #hamCategory .depth1_wrap {
    row-gap: 50px;
    display: flex;
    flex-direction: column
}

#hamWrap #hamCategory .depth1_wrap>li:hover .depth1 {
    border-color: #0f0f0f
}

#hamWrap #hamCategory .depth1_wrap .depth1 {
    font-size: 1.625rem;
    font-weight: 700;
    width: fit-content;
    position: relative;
    padding: 4px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    transition: border .2s
}

@media screen and (max-width: 1240px) {
    #hamWrap #hamCategory .depth1_wrap .depth1 {
        font-size: 2.097vw
    }
}

@media screen and (max-width: 768px) {
    #hamWrap #hamCategory .depth1_wrap .depth1 {
        font-size: 16px
    }
}

#hamWrap #hamCategory .depth1_wrap .depth2_wrap {
    margin-top: 20px;
    column-gap: 15px;
    display: flex;
    align-content: center
}

#hamWrap #hamCategory .depth1_wrap .depth2_wrap .depth2 {
    padding: 10px 20px;
    font-weight: 700;
    background: #fff;
    border: 1px solid #0f0f0f;
    border-radius: 50px;
    width: max-content;
    transition: background .2s, color .2s
}

#hamWrap #hamCategory .depth1_wrap .depth2_wrap .depth2:hover {
    background: #0f0f0f;
    color: #fff
}

#hamWrap .sns_wrap {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-top: 50px
}

#hamWrap .sns_wrap a {
    opacity: .2;
    transition: opacity .3s
}

#hamWrap .sns_wrap a:hover {
    opacity: 1
}

.backdrop {
    opacity: 0;
    transition: all 300ms ease-in-out
}

.backdrop.on {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    opacity: 1;
    z-index: 1000
}

#quick {
    position: fixed;
    right: 30px;
    bottom: 100px;
    z-index: 999
}

#quick ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px
}

#quick ul li a {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s
}

#quick ul li:nth-child(2) a {
    padding: 13px
}

#quick ul li:not(:last-child) a {
    position: relative;
    background: #0f0f0f
}

#quick ul li:not(:last-child) a p {
    padding-left: 20px;
    width: 0;
    height: 100%;
    position: absolute;
    right: 29px;
    z-index: -1;
    background: #fff;
    border: 1px solid #ff020e;
    color: #ff020e;
    border-radius: 50px 0 0 50px;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: all .3s;
    width: 0;
    padding-left: 0;
    opacity: 0;
    text-indent: -30px
}

#quick ul li:not(:last-child):hover a {
    background: #ff020e
}

#quick ul li:not(:last-child):hover a p {
    width: calc(100% + 56px);
    padding-left: 20px;
    opacity: 1;
    text-indent: 0
}

#quick ul li:last-child a {
    padding: 18px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25)
}

#footer {
    padding: 60px 80px 100px;
    font-size: 1rem;
    background-color: #181818;
    color: #fff
}

@media screen and (max-width: 1240px) {
    #footer {
        font-size: 1.29vw
    }
}

@media screen and (max-width: 768px) {
    #footer {
        font-size: 13px
    }
}

#footer .footer_top {
    padding-bottom: 100px;
    margin-bottom: 30px;
    border-bottom: 1px solid #222;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap
}

#footer .footer_top .footer_cont {
    column-gap: 80px;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

#footer .footer_top .footer_cont .footer_txt {
    row-gap: 10px;
    line-height: 1.1;
    display: flex;
    flex-direction: column
}

#footer .footer_top .footer_cont .footer_txt ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

#footer .footer_top .footer_cont .footer_txt ul li:not(:last-child) {
    display: flex;
    align-items: center
}

#footer .footer_top .footer_cont .footer_txt ul li:not(:last-child)::after {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    margin: 0 15px;
    background: #222
}

#footer .footer_top .footer_cont .footer_txt ul li span {
    margin-right: 10px;
    color: #333;
    font-weight: 700
}

#footer .footer_top .footer_sns {
    column-gap: 30px;
    display: flex;
    align-items: center
}

#footer .footer_top .footer_sns a {
    opacity: .2;
    transition: opacity .3s
}

#footer .footer_top .footer_sns a:hover {
    opacity: 1
}

#footer .footer_bt {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-weight: 500
}

#footer .footer_bt .lt {
    color: #333
}

#footer .footer_bt .rt {
    display: flex;
    align-items: center;
    column-gap: 80px
}

#footer .footer_bt .rt .link {
    color: #666;
    transition: color .3s;
    cursor: pointer
}

#footer .footer_bt .rt .link:hover {
    color: #999
}

@media screen and (max-width: 1240px) {
    .deco-txt {
        height: 75px;
        line-height: 75px
    }

    .deco-txt.kr {
        line-height: 63px
    }

    .popup.location {
        height: 85vh
    }

    .popup.location .img-area {
        flex-direction: column
    }

    .popup.location .img-area .map-area {
        width: 100%
    }

    .popup.location .img-area .swiper-area {
        width: 100%
    }

    form {
        padding: 30px 15px 0 15px
    }

    form .form-wrap.half {
        flex-direction: column;
        gap: 15px
    }

    form .form-wrap.half .form-box {
        width: 100%
    }

    #header #category .depth1_wrap>li .depth1 {
        padding: 10px 15px
    }

    .header_rt.smPc-only {
        display: flex
    }
}

.success .txt-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.success .title-wrap {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px
}

.success .title-wrap .icon {
    width: 32px
}

.success .link-wrap {
    margin-top: 6.25vw;
    justify-content: center
}

@media screen and (max-width: 1024px) {

    input:not([type=checkbox], [type=radio]),
    select {
        height: 50px
    }

    .btn {
        height: 50px
    }

    .top-sec {
        padding-top: 150px
    }

    .round-title .objet {
        width: 1.3vw
    }

    .popup {
        padding: 30px 20px
    }

    .popup .x_btn {
        width: 20px;
        height: 20px;
        top: 30px;
        right: 20px
    }

    .popup .popup_title {
        font-size: 24px
    }

    .popup .txt_area {
        border-radius: 10px
    }

    .popup .txt_area p {
        font-size: 14px
    }

    .pager {
        margin-top: 100px
    }

    .pager .pager-btn {
        width: 45px
    }

    .pager .pager-btn.pager-prev {
        margin-right: 40px
    }

    .pager .pager-btn.pager-next {
        margin-left: 40px
    }

    #footer .footer_top {
        padding-bottom: 25px;
        margin-bottom: 15px;
        flex-direction: column;
        gap: 25px
    }

    #footer .footer_top .footer_cont {
        width: 100%
    }

    #footer .footer_top .footer_cont .footer_txt {
        width: 100%
    }

    #footer .footer_logo {
        width: 80px
    }
}

@media screen and (max-width: 768px) {
    form {
        padding: 30px 0 0 0
    }

    form .form-row>input,
    form .form-row>select,
    form .form-row .line2,
    form .form-row .input-wrap.half {
        width: calc(100% - 115px)
    }

    .top-sec {
        padding-top: 100px
    }

    .tabs {
        margin-top: 30px;
        gap: 30px
    }

    .deco-txt {
        height: 50px;
        line-height: 50px
    }

    .deco-txt::before {
        border-bottom: 13.5px solid #ff020e;
        border-top: 38.5px solid #fff;
        border-left: 4px solid #fff;
        border-right: 13px solid #ff020e
    }

    .deco-txt::after {
        border-bottom: 13.5px solid #fff;
        border-top: 38.5px solid #ff020e;
        border-left: 4px solid #ff020e;
        border-right: 13px solid #fff
    }

    .deco-txt.kr {
        line-height: 35px
    }

    .sec-title:has(.red-dot) {
        padding-bottom: 10px
    }

    .red-dot::before {
        bottom: -10px
    }

    .link-wrap .link {
        padding: 14px 20px
    }

    .link-wrap .link:after {
        display: none
    }

    .link-wrap .link.square {
        padding: 15px 20px;
        border-radius: 10px
    }

    .popup {
        border-radius: 10px
    }

    .popup .x_btn {
        width: 16px;
        height: 16px;
        z-index: 100
    }

    .popup.location {
        height: 90dvh;
        padding: 30px 16px 16px 16px
    }

    .popup.location .sec-title {
        padding-bottom: 10px;
        margin-bottom: 15px
    }

    .popup.location .img-area {
        height: calc(100% - 100px);
        margin-top: 25px;
        gap: 10px
    }

    .popup.location .img-area .map-area {
        border-radius: 10px
    }

    .popup.location .img-area .swiper-area {
        border-radius: 10px
    }

    .popup.location .icon {
        width: 20px
    }

    .popup.location .red-dot {
        padding: 0 15px
    }

    .popup.location .red-dot::before {
        width: calc(100% + 15px);
        left: -20px
    }

    #header {
        padding: 22px 15px
    }

    #header .logo {
        height: 31.5px
    }

    .header_rt.smPc-only {
        top: 22px;
        right: 15px
    }

    #footer {
        padding: 25px 20px 62.5px
    }

    #footer .footer_top .footer_cont {
        flex-direction: column;
        align-items: flex-start
    }

    #footer .footer_top .footer_cont .footer_txt ul {
        gap: 7.5px
    }

    #footer .footer_top .footer_sns {
        column-gap: 15px
    }

    #footer .footer_top .footer_sns a {
        width: 30px
    }

    #footer .footer_logo {
        width: 45px;
        margin-bottom: 25px
    }

    #footer .footer_bt {
        flex-direction: column;
        align-items: flex-start
    }

    #footer .footer_bt .rt {
        margin-top: 30px;
        column-gap: 20px
    }

    .success .title-wrap {
        margin-bottom: 15px;
        gap: 10px
    }

    .success .link-wrap {
        margin-top: 60px;
        justify-content: center
    }
}

@media screen and (max-width: 540px) {
    .inner-noPl {
        padding: 0
    }

    section.sec1 {
        padding-top: 60px
    }

    section:last-child {
        padding-bottom: 100px
    }

    select {
        background: #fff url(/resources/img/select-arrow.svg) no-repeat center right 15px;
        background-size: 10px
    }

    .txt-lg {
        line-height: 130%
    }

    .txt-m {
        line-height: 130%
    }

    .txt-default {
        line-height: 130%
    }

    .txt-s {
        line-height: 130%
    }

    .txt-xs {
        line-height: 130%
    }

    .txt-mc {
        line-height: 130%
    }

    .top-sec {
        padding-top: 130px
    }

    .top-sec .title-wrap {
        gap: 10px
    }

    [class^=swiper-button] {
        width: 30px;
        height: 30px
    }

    .popup .popup_title {
        font-size: 20px
    }

    form {
        padding: 30px 0 0 0
    }

    form .form-wrap.full {
        gap: 10px
    }

    form .form-row {
        flex-direction: column;
        align-items: flex-start
    }

    form .form-row:has(.line2) .txt-default {
        transform: translateY(0)
    }

    form .form-row .line2 .input-wrap {
        gap: 10px
    }

    form .form-row>input,
    form .form-row>select,
    form .form-row .line2,
    form .form-row .input-wrap.half {
        margin-top: 10px;
        width: 100%
    }

    input~.btn {
        min-width: 110px
    }

    label {
        padding-left: 25px;
        background-size: 25px;
        height: 25px;
        line-height: 25px;
        background-size: 18px
    }

    .tabs {
        gap: 15px
    }

    .round-title {
        padding: 12px 20px
    }

    .round-title .objet {
        width: 10px
    }

    .deco-txt {
        height: 40px;
        line-height: 40px;
        padding: 0 10px
    }

    .deco-txt::before {
        border-bottom: 13.5px solid #ff020e;
        border-top: 27.5px solid #fff;
        border-left: 3px solid #fff;
        border-right: 6px solid #ff020e
    }

    .deco-txt::after {
        border-bottom: 13.5px solid #fff;
        border-top: 27.5px solid #ff020e;
        border-left: 3px solid #ff020e;
        border-right: 6px solid #fff
    }

    .deco-txt.kr {
        padding: 0 10px;
        line-height: 40px
    }

    .dot-aside {
        max-width: unset;
        padding: 0 20px
    }

    .link-wrap .link {
        gap: 5px
    }

    .link-wrap .link .icon {
        width: 16px;
        height: 16px
    }

    .link-wrap .txt-s img {
        width: 14px;
        margin-right: 5px
    }

    .pager {
        margin-top: 60px
    }

    .pager .pager-btn {
        width: 35px;
        height: 35px;
        padding: 12px
    }

    .pager .pager-btn.pager-prev {
        margin-right: 20px
    }

    .pager .pager-btn.pager-next {
        margin-left: 20px
    }

    .pager .page {
        padding: 5px 10px
    }

    .modal-open-btn {
        margin-left: 5px
    }

    #hamWrap {
        width: calc(100vw - 30px);
        padding: 25px;
        right: 15px;
        border-radius: 10px;
        top: 75px
    }

    #hamWrap #hamCategory .depth1_wrap {
        row-gap: 40px
    }

    #hamWrap #hamCategory .depth1_wrap .depth1 {
        padding: 0
    }

    #hamWrap #hamCategory .depth1_wrap .depth2_wrap {
        margin-top: 12px;
        column-gap: 10px
    }

    #hamWrap #hamCategory .depth1_wrap .depth2_wrap .depth2 {
        padding: 8px 14px
    }

    #hamWrap .sns_wrap {
        column-gap: 10px
    }

    .hamburger {
        width: 28px;
        height: 20px
    }

    .hamburger .line:nth-child(1) {
        top: 0
    }

    .hamburger .line:nth-child(2) {
        top: 19px
    }

    .header_rt.smPc-only {
        top: 13px;
        gap: 10px
    }

    .header_rt.smPc-only .btn_wrap {
        column-gap: 5px
    }

    .header_rt.smPc-only .radius_btn {
        width: 43px;
        height: 43px
    }

    #header .logo {
        height: 25px
    }

    #footer .footer_top .footer_cont .footer_txt ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 7.5px
    }

    #footer .footer_top .footer_cont .footer_txt ul li:not(:last-child)::after {
        display: none
    }

    #quick {
        right: 20px;
        bottom: 20px
    }

    #quick ul {
        row-gap: 5px
    }

    #quick ul li a {
        width: 43px;
        height: 43px;
        padding: 12px
    }

    #quick ul li:nth-child(2) a {
        padding: 11px
    }

    #quick ul li:last-child a {
        padding: 15px
    }
}

input[type=date] {
    position: relative;
    background: url(/resources/img/cal-icon.png) no-repeat right 10px center/25px auto;
    color: #999 !important;
    text-align: left !important
}

input[type=date]::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
    cursor: pointer
}

input[type=date]::before {
    content: attr(placeholder);
    width: 100%;
    height: 100%
}

input[type=date]:valid::before {
    display: none
}

.program .tab-only {
    display: none !important
}

.program .title-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px
}

.program .title-area .page-title {
    position: relative
}

.program .title-area .page-title::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -39px;
    left: 77px;
    border-bottom: 20px solid rgba(0, 0, 0, 0);
    border-top: 20px solid red;
    border-left: 12px solid rgba(0, 0, 0, 0);
    border-right: 12px solid rgba(0, 0, 0, 0)
}

.program .content-area {
    margin: 7.81vw 0
}

.program .content-area .index1 {
    transform: translateY(-2.6vw)
}

.program .content-area .index2 {
    transform: translate(-2.6vw, -3.38vw)
}

.program .content-area .index3 {
    transform: translate(2.6vw, -3.38vw)
}

.program .content-area .index4 {
    transform: translate(4.16vw, 2.08vw)
}

.program .content-area .index5 {
    transform: translate(-4.16vw, 2.08vw)
}

.program .sub-title {
    display: flex;
    justify-content: center;
    align-items: center
}

.program .sub-title .icon {
    margin: 0 20px;
    width: 13px
}

.program .sub-title .objet {
    width: 17px
}

.program .icon-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.program .icon-wrap.reverse {
    flex-direction: column-reverse
}

.program .circle-container {
    position: relative;
    width: min(288px, 15.1vw);
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #e6e6e6
}

.program .circle-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.program .circle-stroke {
    fill: none;
    stroke: #ff020e;
    stroke-width: .5;
    stroke-dasharray: 157 314;
    stroke-dashoffset: 157;
    transform: rotate(-90deg);
    transform-origin: center;
    transition: stroke-dashoffset 1.5s ease
}

.program .index1 .depth2 {
    border-color: #ff020e !important
}

.program .index1 .badge {
    background-color: #ff020e
}

.program .index2 .depth2 {
    border-color: #f80 !important
}

.program .index2 .badge {
    background-color: #f80
}

.program .index3 .depth2 {
    border-color: #45cb4e !important
}

.program .index3 .badge {
    background-color: #45cb4e
}

.program .index4 .depth2 {
    border-color: #1a85ff !important;
    left: unset;
    right: 0
}

.program .index4 .badge {
    background-color: #1a85ff
}

.program .index5 .depth2 {
    border-color: #9747ff !important;
    left: unset;
    right: 0
}

.program .index5 .badge {
    background-color: #9747ff
}

.program .sec1 .content-wrap {
    position: relative;
    width: 75.36vw;
    max-width: 1447px;
    height: 43vw;
    max-height: 827px;
    margin: 50px auto -55px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2
}

.program .sec1 .content {
    width: min(15.94vw, 306px);
    padding: 25px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    border-radius: 20px;
    border: 1px solid #666;
    background-color: #fff;
    text-align: center;
    overflow: hidden
}

.program .sec1 .content:first-child {
    grid-column: 1/span 2
}

.program .sec1 .txt-wrap {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    row-gap: 9.47vw;
    z-index: 1
}

.program .sec1 .img-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 39vw;
    max-width: 750px;
    height: 37vw;
    max-height: 714px;
    margin: auto
}

.program .sec1 .rect {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.program .sec1 .rect.logo {
    width: min(10.16vw, 195px);
    height: auto;
    aspect-ratio: 97/76;
    top: calc(50% + 35px);
    left: 50%;
    transform: translate(-50%, -50%)
}

.program .sec1 .goal {
    position: relative;
    width: min(23.1vw, 442px);
    padding: 50px 10px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    border: 2px solid #ff020e;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(255, 2, 14, .2);
    z-index: 2
}

.program .sec1 .goal .objet-wrap {
    display: flex;
    align-items: center
}

.program .sec1 .goal .icon {
    width: 9px;
    margin: 0 10px
}

.program .sec1 .goal .objet {
    width: 15px
}

.program .sec1 .dashed-line {
    position: relative;
    width: 100%;
    height: 105px
}

.program .sec1 .dashed-line .line {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-right: 1px dashed #666
}

.program .sec2 .contents {
    width: 45.9vw;
    max-width: 880px;
    margin: 30px auto 7.81vw;
    border: 1px solid #666;
    border-radius: 20px
}

.program .sec2 .content {
    padding: 35px 70px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.program .sec2 .content .txt-wrap {
    width: calc(100% - 140px)
}

.program .sec2 .content:not(:last-child) {
    border-bottom: 1px solid #e6e6e6
}

.program .sec2 .icon {
    width: 72px;
    height: 98px;
    display: flex;
    justify-content: center;
    align-items: center
}

.program .sec2 .icon img {
    object-fit: contain
}

.program .sec2 .badge {
    padding: 6px 18px;
    margin-bottom: 20px;
    font-size: 1.25rem
}

@media screen and (max-width: 1240px) {
    .program .sec2 .badge {
        font-size: 1.613vw
    }
}

@media screen and (max-width: 768px) {
    .program .sec2 .badge {
        font-size: 14px
    }
}

.program .sec3 .contents {
    margin: 30px 0 17.18vw;
    display: flex;
    gap: 20px
}

.program .sec3 .content {
    position: relative;
    flex: 1;
    border: 1px solid #e6e6e6;
    border-radius: 20px;
    cursor: pointer
}

.program .sec3 .content.hovered .depth1::after {
    opacity: 1
}

.program .sec3 .content.hovered .depth2 {
    opacity: 1
}

.program .sec3 .content .depth1 {
    position: relative;
    padding: 35px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px
}

.program .sec3 .content .depth1::after {
    opacity: 0;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 16px solid rgba(0, 0, 0, 0);
    border-top: 16px solid rgba(0, 0, 0, 0);
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    transition: all 300ms ease-in-out
}

.program .sec3 .content .depth2 {
    opacity: 0;
    position: absolute;
    width: min(32.19vw, 618px);
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 20px 0 40px;
    left: 0;
    bottom: calc(-100% - 12px);
    border: 1px dashed rgba(0, 0, 0, 0);
    border-radius: 20px;
    transition: all 300ms ease-in-out;
    pointer-events: none
}

.program .sec3 .content .depth2 .pre {
    padding-top: 30px
}

.program .sec3 .content .depth2 .txt-big {
    color: rgba(0, 0, 0, 0)
}

.program .sec3 .index1.hovered {
    border-color: #ff020e;
    box-shadow: 0px 0px 10px 0px rgba(255, 2, 14, .2)
}

.program .sec3 .index1.hovered .depth1::after {
    border-top: 16px solid #ff020e
}

.program .sec3 .index1.hovered .txt-big {
    color: #ff020e
}

.program .sec3 .index2.hovered {
    border-color: #f80;
    box-shadow: 0px 0px 10px 0px rgba(255, 136, 0, .2)
}

.program .sec3 .index2.hovered .depth1::after {
    border-top: 16px solid #f80
}

.program .sec3 .index2.hovered .txt-big {
    color: #f80
}

.program .sec3 .index3.hovered {
    border-color: #45cb4e;
    box-shadow: 0px 0px 10px 0px rgba(69, 203, 78, .2)
}

.program .sec3 .index3.hovered .depth1::after {
    border-top: 16px solid #45cb4e
}

.program .sec3 .index3.hovered .txt-big {
    color: #45cb4e
}

.program .sec3 .index4.hovered {
    border-color: #1a85ff;
    box-shadow: 0px 0px 10px 0px rgba(26, 133, 255, .2)
}

.program .sec3 .index4.hovered .depth1::after {
    border-top: 16px solid #1a85ff
}

.program .sec3 .index4.hovered .depth2 {
    left: unset;
    right: 0
}

.program .sec3 .index4.hovered .txt-big {
    color: #1a85ff
}

.program .sec3 .index5.hovered {
    border-color: #9747ff;
    box-shadow: 0px 0px 10px 0px rgba(151, 71, 255, .2)
}

.program .sec3 .index5.hovered .depth1::after {
    border-top: 16px solid #9747ff
}

.program .sec3 .index5.hovered .depth2 {
    left: unset;
    right: 0
}

.program .sec3 .index5.hovered .txt-big {
    color: #9747ff
}

.program .sec3 .sub-wrap {
    text-align: center
}

.program .sec3 .sub-wrap .txt-xs {
    color: #999
}

.program .sec4 {
    padding-bottom: 15.46vw
}

.program .sec4 .road-maps {
    margin-top: 7.1vw;
    display: flex;
    flex-direction: column;
    align-items: center
}

.program .sec4 .road {
    position: relative
}

.program .sec4 .road .depth1 {
    position: relative;
    width: min(288px, 15.1vw);
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #e6e6e6
}

.program .sec4 .road .depth1 .txt-xs {
    color: #999
}

.program .sec4 .road .depth1::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: calc(50% - 20px);
    left: 0;
    transform: translate(-100%, -50%);
    border-bottom: 9px solid rgba(0, 0, 0, 0);
    border-top: 9px solid rgba(0, 0, 0, 0);
    border-left: 16px solid rgba(0, 0, 0, 0);
    border-right: 16px solid #ff020e;
    opacity: 0;
    transition: all 300ms ease-in-out
}

.program .sec4 .road .depth2 {
    position: absolute;
    left: -100%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(24.3vw, 465px);
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border: 1px dashed #ff020e;
    border-radius: 20px
}

.program .sec4 .flag-wrap {
    display: flex
}

.program .sec4 .flag-wrap .icon {
    width: 30px
}

.program .sec4 .flag-wrap>div {
    display: flex;
    align-items: center;
    gap: 16px
}

.program .sec4 .flag-wrap .ko {
    padding-right: 24px;
    margin-right: 24px;
    border-right: 1px solid #e6e6e6
}

.program .sec4 .lists li {
    position: relative;
    padding-left: 20px;
    color: #333;
    line-height: 130%
}

.program .sec4 .lists li::after {
    content: "·";
    color: #333;
    position: absolute;
    left: 0;
    top: 0
}

.program .sec4 .lists li:not(:last-child) {
    margin-bottom: 16px
}

.program .sec4 .index1 .icon-wrap {
    position: absolute;
    top: -38px;
    left: 50%;
    transform: translateX(-50%)
}

.program .sec4 .index2 .depth1::after {
    left: unset;
    right: 0;
    transform: translate(100%, -50%);
    border-bottom: 9px solid rgba(0, 0, 0, 0);
    border-top: 9px solid rgba(0, 0, 0, 0);
    border-left: 16px solid #f80;
    border-right: 16px solid rgba(0, 0, 0, 0)
}

.program .sec4 .index2 .depth2 {
    left: unset;
    right: -100%;
    transform: translate(50%, -50%)
}

.program .sec4 .index2 .circle-stroke {
    stroke: #f80;
    transform: rotate(-90deg)
}

.program .sec4 .index3 .depth1::after {
    border-right: 16px solid #45cb4e
}

.program .sec4 .index3 .circle-stroke {
    stroke: #45cb4e
}

.program .sec4 .index4 .depth1::after {
    left: unset;
    right: 0;
    transform: translate(100%, -50%);
    border-bottom: 9px solid rgba(0, 0, 0, 0);
    border-top: 9px solid rgba(0, 0, 0, 0);
    border-left: 16px solid #1a85ff;
    border-right: 16px solid rgba(0, 0, 0, 0)
}

.program .sec4 .index4 .depth2 {
    left: unset;
    right: -100%;
    transform: translate(50%, -50%)
}

.program .sec4 .index4 .circle-stroke {
    stroke: #1a85ff;
    transform: rotate(-90deg)
}

.program .sec4 .index5 .depth1::after {
    border-right: 16px solid #9747ff
}

.program .sec4 .index5 .circle-stroke {
    stroke: #9747ff
}

.program .sec4 .index5 .icon-wrap {
    position: absolute;
    bottom: -38px;
    left: 50%;
    transform: translateX(-50%)
}

.program .sec4 .tab-only .road .depth1 {
    width: auto;
    border: 0;
    aspect-ratio: unset
}

.program .sec4 .tab-only .road .depth1::after {
    display: none
}

.program .sec4 .tab-only .road .depth2 {
    padding: 30px;
    position: relative;
    width: 100%;
    left: unset;
    right: unset;
    transform: translate(0, 0)
}

.program .sec4 .animate .circle-stroke {
    stroke-dashoffset: 0
}

.program .sec4 .animate.road .depth1::after {
    opacity: 1
}

.program .road.lt .circle-svg {
    transform: scaleX(-1)
}

.certi .title-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px
}

.certi .badge {
    padding: 7px 16px;
    background-color: #0f0f0f;
    font-size: 1.25rem
}

@media screen and (max-width: 1240px) {
    .certi .badge {
        font-size: 1.613vw
    }
}

@media screen and (max-width: 768px) {
    .certi .badge {
        font-size: 14px
    }
}

.certi .sec1 .content-wrap {
    margin-top: 4.16vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 2.6vw
}

.certi .sec1 .content {
    flex: 1
}

.certi .sec1 .img-wrap {
    width: 100%;
    height: min(17.19vw, 330px);
    aspect-ratio: 43/30;
    border-radius: 20px;
    border: 1px solid #e6e6e6;
    overflow: hidden
}

.certi .sec1 .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.certi .sec1 .txt-wrap {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.certi .sec1 .txt-wrap p {
    color: #333;
    line-height: 130%
}

.certi .sec2 {
    margin-top: 7.81vw
}

.certi .sec2 .content-wrap {
    margin-bottom: 30px;
    overflow-y: scroll
}

.certi .sec2 .content-wrap::-webkit-scrollbar {
    display: none
}

.certi .sec2 .contents.mo-none {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.6vw
}

.certi .sec2 .contents.mo-only {
    display: none
}

.certi .desc-wrap {
    display: flex;
    align-items: center
}

.certi .desc-wrap .desc {
    padding: 60px 10px 55px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.187vw;
    text-align: center
}

.certi .desc-wrap .desc:nth-child(2) {
    border: 1px solid #e6e6e6;
    border-top-style: hidden;
    border-bottom-style: hidden
}

.certi .desc-wrap .desc .txt-default {
    margin-top: 30px
}

.enterance .sub-title {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center
}

.enterance .sub-title .icon {
    width: 45px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center
}

.enterance .sub-title .hakR {
    margin-right: 10px
}

.enterance .content-area {
    margin: 5.2vw 0 7.81vw
}

.enterance .content-wrap {
    display: flex;
    gap: 20px
}

.enterance .content {
    flex: 1
}

.enterance .content:last-child .inner-content {
    display: flex;
    align-items: flex-start
}

.enterance .content:last-child .inner-content>div {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.enterance .content:last-child .inner-content .icon {
    margin: 14px 0 20px;
    width: min(6.36vw, 122px);
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #666
}

.enterance .content .badge {
    background-color: #ff020e
}

.enterance .inner-content {
    margin-top: 30px
}

.enterance .inner-content:has(.badge) {
    text-align: center
}

.enterance .inner-content .txt-default {
    color: #333;
    line-height: 130%
}

.enterance .inner-content .txt-s {
    margin-top: 20px;
    display: flex;
    align-items: center
}

.enterance .inner-content .txt-m {
    margin-bottom: 20px
}

.enterance .inner-content .cursor .icon {
    position: relative
}

.enterance .inner-content .cursor .icon::after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    right: -75px;
    top: 50%;
    transform: translate(0, -50%);
    background-image: url(/resources/img/sub01/process-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.enterance .thumbnail {
    width: min(610px, 31.78vw);
    aspect-ratio: 61/33;
    border-radius: 20px
}

.enterance .thumbnail~.txt-wrap {
    margin-top: 20px
}

.enterance .thumbnail~.txt-wrap .icon {
    width: 19px;
    margin-right: 10px
}

.enterance .thumbnail~.txt-wrap .txt-s {
    color: #666
}

.enterance form .top {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 35px
}

.enterance form .top .form-box {
    width: calc(50% - 3.85vw);
}

.enterance form .half {
    padding-top: 50px
}

.enterance form .half .form-box:first-child {
    padding-right: 3.85vw;
    margin-right: 3.85vw;
    border-right: 1px solid #e6e6e6
}

.enterance form .badge {
    padding: 8px 20px;
    margin-bottom: 20px;
    font-size: 1.25rem
}

@media screen and (max-width: 1240px) {
    .enterance form .badge {
        font-size: 1.613vw
    }
}

@media screen and (max-width: 768px) {
    .enterance form .badge {
        font-size: 14px
    }
}

.enterance form .form-row:not(:last-child) {
    margin-bottom: 20px
}

.enterance form .form-sm .input-wrap {
    width: calc(100% - 165px)
}

.enterance form .form-sm input {
    width: 50%
}

.enterance form .deco-line {
    margin: 55px 0 35px
}

.enterance form .deco-line img {
    height: 30px
}

.enterance form .last {
    margin: 15px 0 5.2vw
}

.enterance form .link-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px
}

.enterance form .link-wrap a {
    margin-bottom: 20px
}

.enterance form .link-wrap .txt-s {
    display: flex;
    align-items: center;
    color: #666
}

.enterance form .link-wrap .txt-s .icon {
    width: 19px
}

@media screen and (min-width: 1921px) {
    .program .sec1 .content:first-child {
        transform: translateY(10px)
    }

    .program .sec1 .content.index4 {
        transform: translateY(-10px)
    }

    .program .sec1 .content.index5 {
        transform: translateY(-10px)
    }
}

@media screen and (max-width: 1640px) {
    .program .sec1 .content-area .index1 {
        transform: translateY(-0.6vw)
    }

    .program .sec1 .content-area .index2 {
        transform: translate(0.4vw, -0.38vw)
    }

    .program .sec1 .content-area .index3 {
        transform: translate(-0.4vw, -0.38vw)
    }

    .program .sec1 .content-area .index4 {
        transform: translate(9.16vw, 8.08vw)
    }

    .program .sec1 .content-area .index5 {
        transform: translate(-9.16vw, 8.08vw)
    }

    .program .sec1 .dashed-line {
        margin-top: 7.62vw
    }

    .program .sec1 .rect.logo {
        top: 70%
    }

    .program .sec1 .content-wrap {
        margin-top: 65px;
        width: 100%;
        height: auto
    }

    .program .sec1 .content {
        width: auto;
        padding: 20px;
        justify-content: center
    }

    .program .sec1 .img-wrap {
        width: 50%;
        aspect-ratio: 125/119
    }

    .program .sec1 .goal {
        width: 400px;
        padding: 30px 10px
    }

    .program .sec4 .road-maps {
        margin-top: 150px
    }

    .program .sec4 .road .depth1 {
        width: 18vw
    }

    .program .sec4 .road .depth2 {
        width: 30vw;
        padding: 20px;
        gap: 12px
    }

    .program .sec4 .lists li:not(:last-child) {
        margin-bottom: 8px
    }
}

@media screen and (max-width: 1440px) {
    .program .sec2 .contents {
        width: 60%
    }

    .program .sec2 .content {
        padding: 18px 35px
    }

    .program .sec3 .contents {
        margin-bottom: 300px;
        gap: 10px
    }

    .program .sec3 .content .depth1 {
        padding: 17px 5px;
        gap: 10px
    }

    .program .sec3 .content .depth2 {
        width: 50vw;
        padding: 20px;
        bottom: -140%
    }
}

@media screen and (max-width: 1240px) {
    .program .sec3 .content .depth1 {
        padding: 17px 10px;
        gap: 10px
    }

    .enterance .content:last-child .inner-content .icon {
        width: 70px;
        padding: 10px
    }

    .enterance .content:last-child .inner-content .icon::after {
        right: -55px
    }

    .enterance form .top .form-box {
        width: 100%;
        max-width: unset
    }

    .enterance form .half {
        padding-top: 25px;
        gap: 30px
    }

    .enterance form .half .form-box:first-child {
        padding-right: 0;
        margin-right: 0;
        border: 0
    }
}

@media screen and (max-width: 1024px) {
    .program .sub-title .icon {
        margin: 0 1.95vw
    }

    .program .sub-title .objet {
        width: 1.3vw
    }

    .program .sec3 .content .depth2 {
        height: 150px;
        bottom: -130%
    }

    .program .sec3 .content .depth2 .pre {
        padding-top: 15px
    }

    .program .sec4 .road .depth1 {
        width: 22vw
    }

    .program .sec4 .road .depth2 {
        border-radius: 10px
    }

    .program .sec4 .lt .depth2 {
        left: calc(-100% + 30px)
    }

    .program .sec4 .rt .depth2 {
        right: calc(-100% + 30px)
    }

    .enterance .content:last-child .inner-content .icon::after {
        right: calc(-50% - 10px)
    }
}

@media screen and (max-width: 768px) {
    .program .content-area {
        margin: 80px 0
    }

    .program .tab-only {
        display: flex !important
    }

    .program .sec1 .content-area .index1 {
        transform: translateY(30px)
    }

    .program .sec1 .content-area .index2 {
        transform: translate(-30px, 7.81vw)
    }

    .program .sec1 .content-area .index3 {
        transform: translate(30px, 7.81vw)
    }

    .program .sec1 .content-area .index4 {
        transform: translate(10px, 17.57vw)
    }

    .program .sec1 .content-area .index5 {
        transform: translate(-10px, 17.57vw)
    }

    .program .sec1 .content-wrap {
        width: calc(100% - 30px);
        margin-top: 0
    }

    .program .sec1 .content {
        width: 175px;
        padding: 20px 5px
    }

    .program .sec1 .img-wrap {
        width: 70%
    }

    .program .sec1 .rect.logo {
        width: 16.27vw;
        top: 90%
    }

    .program .sec1 .dashed-line {
        height: 27vw
    }

    .program .sec2 .contents {
        width: calc(100% - 40px);
        margin: 20px auto 80px;
        border-radius: 10px
    }

    .program .sec2 .content {
        padding: 17px
    }

    .program .sec2 .content .txt-wrap {
        width: calc(100% - 80px)
    }

    .program .sec2 .content .txt {
        line-height: 150%
    }

    .program .sec2 .icon {
        width: 45px;
        height: 65px
    }

    .program .sec2 .badge {
        margin-bottom: 10px
    }

    .program .sec3 .contents {
        flex-wrap: wrap;
        margin: 20px auto 80px
    }

    .program .sec3 .content {
        flex: 1 1 45%;
        border: 0
    }

    .program .sec3 .content .depth1 {
        position: relative;
        border: 1px solid #e6e6e6;
        border-radius: 10px;
        transition: all 300ms ease-in-out
    }

    .program .sec3 .content .depth2 {
        width: auto;
        max-height: 0;
        position: relative;
        padding: 0 20px;
        margin-bottom: 12px;
        opacity: 1;
        visibility: hidden;
        bottom: 0;
        border-radius: 10px;
        overflow: hidden
    }

    .program .sec3 .content.hovered {
        box-shadow: none
    }

    .program .sec3 .content.hovered .depth1 {
        margin-bottom: 24px;
        border-color: #ff020e;
        box-shadow: 0px 0px 10px 0px rgba(255, 2, 14, .2)
    }

    .program .sec3 .content.hovered .depth1::after {
        opacity: 1
    }

    .program .sec3 .content.hovered .depth2 {
        height: auto;
        max-height: 200px;
        padding: 25px;
        visibility: visible
    }

    .program .sec3 .content.index1.hovered {
        border: 0;
        box-shadow: unset
    }

    .program .sec3 .content.index2.hovered .depth1 {
        border-color: #f80 !important;
        box-shadow: 0px 0px 10px 0px rgba(255, 136, 0, .2)
    }

    .program .sec3 .content.index3.hovered .depth1 {
        border-color: #45cb4e !important;
        box-shadow: 0px 0px 10px 0px rgba(69, 203, 78, .2)
    }

    .program .sec3 .content.index4.hovered .depth1 {
        border-color: #1a85ff !important;
        box-shadow: 0px 0px 10px 0px rgba(26, 133, 255, .2)
    }

    .program .sec3 .content.index5.hovered .depth1 {
        border-color: #9747ff !important;
        box-shadow: 0px 0px 10px 0px rgba(151, 71, 255, .2)
    }

    .program .sec4 {
        padding-bottom: 200px;
        position: relative
    }

    .program .sec4 .road-maps.tab-only {
        position: relative;
        margin-top: 50px;
        z-index: 2
    }

    .program .sec4 .road-maps.tab-only .road {
        width: calc(100% - 30px);
        margin-top: 20px;
        padding-top: 15px;
        background-color: #fff
    }

    .program .sec4 .road-maps.tab-only .depth1 .sec-title {
        margin: 10px 0 5px
    }

    .program .sec4 .road-maps.tab-only .depth2 {
        margin-top: 10px;
        padding: 20px;
        border-radius: 10px;
        gap: 12px
    }

    .program .sec4 .road-maps.tab-only .depth2 .badge {
        margin: 0
    }

    .program .sec4 .road-maps.tab-only .deco {
        position: relative;
        width: 100px;
        height: 45px
    }

    .program .sec4 .road-maps.tab-only .deco .line {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 100%;
        border-right: 1px solid #e6e6e6
    }

    .program .sec4 .index1 .badge {
        margin-top: 15px
    }

    .program .sec4 .index5 .icon-wrap {
        bottom: -80px
    }

    .program .sec4 .deco.tab-only {
        position: absolute;
        width: 100%;
        height: calc(100% - 400px);
        bottom: 150px;
        z-index: 1
    }

    .program .sec4 .deco.tab-only .line {
        position: absolute;
        width: 2px;
        height: 100%;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        border-right: 1px solid #e6e6e6
    }

    .program .sec4 .flag-wrap>div {
        gap: 8px
    }

    .program .sec4 .flag-wrap .ko {
        padding-right: 15px;
        margin-right: 15px
    }

    .certi .desc-wrap .desc {
        padding: 30px 10px
    }

    .certi .sec2 .contents.mo-none {
        display: flex;
        width: max-content;
        justify-content: flex-start;
        gap: 2.6vw
    }

    .certi .sec2 .contents.mo-none::-webkit-scrollbar {
        display: none
    }

    .certi .sec2 .content {
        width: 60vw
    }

    .enterance .content-area {
        margin: 50px 0 100px
    }

    .enterance .inner-content {
        margin-top: 15px
    }

    .enterance .content-wrap {
        flex-direction: column;
        gap: 50px
    }

    .enterance .thumbnail {
        width: 70vw;
        border-radius: 10px
    }

    .enterance .content:last-child .inner-content .icon::after {
        right: -100%
    }

    .enterance form .form-sm .input-wrap {
        width: calc(100% - 115px)
    }
}

@media screen and (max-width: 540px) {
    .program .sub-title .objet {
        width: 10px
    }

    .program .sec1 .content-area .index1 {
        transform: translateY(50px)
    }

    .program .sec1 .content-area .index2 {
        transform: translate(-30px, 12.81vw)
    }

    .program .sec1 .content-area .index3 {
        transform: translate(30px, 12.81vw)
    }

    .program .sec1 .content-area .index4 {
        transform: translate(10px, 17.57vw)
    }

    .program .sec1 .content-area .index5 {
        transform: translate(-10px, 17.57vw)
    }

    .program .sec1 .content-wrap {
        margin-top: -30px
    }

    .program .sec1 .img-wrap {
        width: 80%
    }

    .program .sec1 .content {
        width: 150px
    }

    .program .sec1 .goal {
        width: 250px
    }

    .program .sec2 .content {
        flex-direction: column;
        align-items: flex-start
    }

    .program .sec2 .content .txt-wrap {
        width: 100%
    }

    .program .sec3 .contents {
        gap: 0
    }

    .program .sec3 .content {
        flex: 1 0 100%
    }

    .program .sec4 .lists li {
        padding-left: 12px
    }

    .certi .round-title {
        font-size: 25px
    }

    .certi .sec1 .content-wrap {
        margin-top: 30px;
        flex-direction: column;
        gap: 30px
    }

    .certi .sec1 .title-area .txt-m {
        text-align: center
    }

    .certi .sec1 .content {
        width: 100%
    }

    .certi .sec1 .content:first-child img {
        object-fit: contain
    }

    .certi .sec1 .content:nth-child(2) img {
        object-fit: contain
    }

    .certi .sec1 .img-wrap {
        height: 200px
    }

    .certi .sec1 .txt-wrap {
        margin-top: 15px;
        gap: 8px
    }

    .certi .sec2 {
        margin-top: 60px
    }

    .certi .sec2 .contents.mo-none {
        display: none
    }

    .certi .sec2 .contents.mo-only {
        position: relative;
        width: auto;
        padding-bottom: 20px;
        display: flex;
        gap: 0
    }

    .certi .sec2 .contents.mo-only .swiper-pagination {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%)
    }

    .certi .sec2 .contents.mo-only .swiper-pagination-bullet {
        transition: all 300ms ease-in-out
    }

    .certi .sec2 .contents.mo-only .swiper-pagination-bullet-active {
        width: 20px;
        border-radius: 10px;
        background-color: #ff020e
    }

    .certi .sec2 .content-wrap {
        margin-bottom: 10px
    }

    .certi .sec2 .desc-wrap {
        flex-direction: column
    }

    .certi .sec2 .desc-wrap .desc {
        width: 100%;
        padding: 30px 10px
    }

    .certi .sec2 .desc-wrap .desc:nth-child(2) {
        border-top-style: solid;
        border-bottom-style: solid;
        border-left-style: hidden;
        border-right-style: hidden
    }

    .certi .sec2 .desc-wrap .desc .txt-default {
        margin-top: 15px
    }

    .certi .sec2 .desc-wrap .img-wrap {
        width: 50px
    }

    .enterance .sub-title .icon {
        width: 35px;
        margin-right: 10px
    }

    .enterance .inner-content .txt-m {
        margin-bottom: 10px
    }

    .enterance .thumbnail {
        width: 100%
    }

    .enterance .thumbnail {
        width: 100%
    }

    .enterance .thumbnail~.txt-wrap .txt-s {
        margin-top: 10px
    }

    .enterance .content:last-child .inner-content .icon {
        width: 50px;
        margin: 10px 0
    }

    .enterance form .half {
        gap: 20px
    }

    .enterance form .half .form-box:first-child {
        padding-bottom: 20px;
        border-bottom: 1px solid #e6e6e6
    }

    .enterance form .badge {
        padding: 6px 10px
    }

    .enterance form .top {
        padding-bottom: 20px
    }

    .enterance form .badge {
        margin-bottom: 10px
    }

    .enterance form .form-sm .input-wrap {
        width: 100%
    }

    .enterance form .form-sm input {
        width: 100%;
        margin-top: 10px
    }

    .enterance form .last {
        margin: 5px 0 30px
    }

    .enterance form .link-wrap {
        gap: 5px;
        align-items: flex-start
    }

    .enterance form .link-wrap .link {
        margin: 0 auto 5px
    }
}

@media screen and (max-width: 414px) {
    .program .sec1 .content-area .index1 {
        transform: translateY(50px)
    }

    .program .sec1 .content-area .index2 {
        transform: translate(-22px, 14.81vw)
    }

    .program .sec1 .content-area .index3 {
        transform: translate(22px, 14.81vw)
    }

    .program .sec1 .content-area .index4 {
        transform: translate(0px, 27.57vw)
    }

    .program .sec1 .content-area .index5 {
        transform: translate(0px, 27.57vw)
    }

    .program .sec1 .rect.logo {
        width: 16.27vw;
        top: 125%
    }

    .program .sec1 .img-wrap {
        width: 90%
    }

    .program .sec1 .content {
        width: 130px;
        padding: 10px 5px;
        border-radius: 10px
    }

    .program .sec1 .dashed-line {
        height: 180px
    }

    .program .sec1 .goal {
        border-radius: 10px
    }

    .enterance .content:last-child .inner-content .icon::after {
        width: 16px;
        height: 16px;
        right: -75%
    }
}