@charset "utf-8";
/* css setting start */
.sec-wrap,
.sec-header,
.sec-content,
.sec-footer {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/****************************************************** setting ******************************************************/
body {
    background: #0f120e;
    color: #fff;
    font-size: 18px;
    overflow-x: hidden;
}
li {
    list-style: none;
}
img {
    vertical-align: top;
}

section:not(.sec-footer, .sec-wrap) {
    z-index: 1;
    position: relative;
    background-color: #0f120e;
    width: 100vw;
}

/****************************************************** main ******************************************************/
.scroll-down {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    z-index: 3;
    transition: all ease 1s;
    animation: fadeIn 2s forwards;
    opacity: 0;
    animation-delay: 1.5s;
    width: 100pxhe;
}
.scroll-down button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: none;
    z-index: 2;
}
.scroll-down .scroll-img {
    width: 240px;
    height: 240px;
    animation: rotate 10s linear infinite;
    transition: transform 3s ease-out;
}
.scroll-down:hover .scroll-img {
    animation-play-state: running;
}
.scroll-down:not(:hover) .scroll-img {
    animation-play-state: paused; /* 마우스를 떼면 애니메이션을 일시 정지 */
}
.scroll-down:hover {
    bottom: 20px;
}

.sec-content {
    position: relative;
    z-index: 1;
    background: #0f120e;
}
.intro_section {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
}
.intro_section .intro-video {
    width: 250px;
    height: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
}
.intro_section .intro-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}
.intro_section .intro-aim {
    width: 290px;
    height: 290px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.intro_section .intro-aim:before {
    content: "";
    width: 34px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 0;
    background: url("/theme/basic/img/line_lt.png") no-repeat center center /
        cover;
}
.intro_section .intro-aim:after {
    content: "";
    width: 34px;
    height: 32px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("/theme/basic/img/line_rb.png") no-repeat center center /
        cover;
}
.intro_section .intro-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.intro_section .intro-title > p {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 20px;
    animation: fadeIn 2s forwards;
    opacity: 0;
    animation-delay: 1.5s;
}
/* .intro_section .intro-title h1{font-size: 60px; font-weight: 600; animation: fadeIn 2s forwards; opacity:0; animation-delay: 1.5s; line-height: 1.4;} */
.intro_section .intro-title h1 span {
    display: inline;
    font-size: 3.125vw;
    font-weight: 600;
    opacity: 0;
    line-height: 1.4;
    transition-duration: 0.2s;
}
@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.hide-txt {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.fade-clip {
    animation: fadeAnimation 1.2s forwards;
}
@keyframes fadeAnimation {
    0% {
        clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    }
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}
.sticky_content {
    position: sticky;
    top: 0;
    width: 100vw;
    height: 100vh;
    height: calc(var(--vh) * 100);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}
section .text_content {
    margin-left: 5.208vw;
}
section .text_content .pre_txt {
    font-size: 1.04vw;
    font-weight: 600;
    color: #df5655;
    line-height: 1.5;
    letter-spacing: 0;
}
section .text_content h3 {
    margin-top: 20px;
}
section .text_content h3 p {
    font-size: 3.3vw;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    color: white;
}
section .text_content .sub_txt {
    margin-top: 2.083vw;
    font-size: 1.25vw;
    color: #dddd;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
}
section .text_content .sub_txt span {
    display: block;
    font-size: 1.25vw;
    color: #dddd;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
}
.first_section {
    padding-top: 8.3vw;
    padding-bottom: 1.927083vw;
}
.first_section .progress_wrapper {
    height: 250vh;
    position: relative;
    background-color: #0f120e;
}
.first_section .raser_content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.4583vw 0;
    /* margin: 180px 100px 0; */
    /* padding:252px 0; */
}
.first_section .raser_content p {
    font-weight: 600;
    font-size: 4.14vw;
    line-height: 1.4;
}
/* .first_section .raser_content .first_txt {
    transform:translateX(-238px);
}

.first_section .raser_content .last_txt {
    transform:translateX(238px);
} */
.first_section .raser_content .line {
    position: absolute;
    z-index: -1;
    top: 50%;
    width: 100%;
    height: 1px;
    background: linear-gradient(
        90deg,
        #000000 0%,
        #d13130 25%,
        #d06666 50%,
        #d13130 75%,
        #000000 100%
    );
}
/* .second_section {
    display: flex;
    flex-direction: column;
    justify-content: center;
} */
.second_section .progress_wrapper {
    position: relative;
    height: 250vh;
}
.video_wrap {
    position: relative;
    width: 100%;
    height: 100%;
}
.video_wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.second_section .video_wrap.dark {
    opacity: 0.4;
}

.second_section .text_wrap {
    position: absolute;
    margin-left: 5.208vw;
}
.second_section .text_wrap .main_txt p {
    font-weight: 600;
    font-size: 3.3vw;
    color: white;
    line-height: 1.4;
}
.second_section .text_wrap .sub_txt {
    margin-top: 28px;
}
.second_section .text_wrap .sub_txt span {
    display: block;
    font-size: 24px;
    color: #dddd;
    font-weight: 600;
    line-height: 1.5;
}
.third_section {
    padding: 8.3vw 0 15.989583vw;
}
.third_section .info_content {
    margin: 5.208vw 5.208vw 0;
    border-top: 1px solid #333;
    display: flex;
    flex-direction: column;
    padding-left: 36%;
}
.third_section .info_content > li {
    display: flex;
    padding: 4.16vw 0 3.6458vw;
    border-bottom: 1px solid #333;
}
.third_section .info_content li .number {
    width: 450px;
    font-weight: 700;
    font-size: 96px;
    line-height: 1.4;
    letter-spacing: -0.05em;
}

.third_section .info_content .count_num_item_wrap {
    display: flex;
    width: 23.4375vw;
    align-items: center;
    font-size: 5vw;
    line-height: 1.4;
    height: 1.4em;
    overflow: hidden;
}
/* .count_num_item_wrap:first-child{margin-right:-4px;} */
.third_section .info_content .count_item .count_num_item_box {
    opacity: 0;
}
.third_section .info_content .count_item.active .count_num_item_box {
    opacity: 1;
    align-self: flex-start;
    animation: count-down-ani 1s forwards;
}
.third_section
    .info_content
    .count_item.active
    .count_num_item_box:nth-of-type(2) {
    animation-delay: 0.1s;
}
.third_section
    .info_content
    .count_item.active
    .count_num_item_box:nth-of-type(3) {
    animation-delay: 0.2s;
}
.third_section
    .info_content
    .count_item.active
    .count_num_item_box:nth-of-type(4) {
    animation-delay: 0.3s;
}
.third_section
    .info_content
    .count_num_item_wrap
    .count_num_item_box
    .count_num_item {
    font-size: 5vw;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: -0.025em;
    text-align: right;
}

.third_section .info_content li .number .plus_txt {
    vertical-align: initial;
    position: relative;
    bottom: 8px;
}
.third_section .info_content li .sm {
    position: relative;
    bottom: -0.83vw;
    margin-left: 0.83vw;
    font-size: 2.083vw;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.05em;
}
.third_section .info_content li .txt_wrap {
    margin-top: 23px;
    display: flex;
    flex-direction: column;
    gap: 32px 0;
}
.third_section .info_content li .txt_wrap .title {
    font-size: 1.4583vw;
    color: white;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: -0.05em;
}
.third_section .info_content li .txt_wrap .description {
    font-size: 0.9375vw;
    color: #ddd;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.025em;
}
.fourth_section .progress_wrapper {
    height: 250vh;
}
.fourth_section .video_wrap .background_gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #0f120e 0%, rgba(0, 0, 0, 0) 67.72%);
}
.fourth_section .text_content {
    position: absolute;
    bottom: 10.677vw;
}
.fourth_section .text_content h3 p {
    font-size: 2.916vw;
}
.fifth_section {
    position: relative;
}
.fifth_section .progress_wrapper {
    height: 500vh;
}
.fifth_section .content_box {
    display: flex;
    overflow: hidden;
    flex-wrap: nowrap;
    gap: 0 100px;
    width: max-content;
}
.fifth_section .content_box.moved {
    transform: translateX(-1933.421875px);
}
.fifth_section .content_box .text_content h3 {
    margin-top: 35.5px;
    font-size: 56px;
    line-height: 1.5;
}
.fifth_section .content_box ul {
    display: flex;
    align-items: stretch;
    gap: 0 40px;
}
.fifth_section .content_box ul li {
    max-width: 447px;
    width: 23.28125vw;
    /* width: 100%; */
}
.fifth_section .content_box ul li .img_wrap {
    aspect-ratio: 447/397;
}
.fifth_section .content_box ul li .img_wrap img {
    object-fit: cover;
}
.fifth_section .content_box ul .info_wrap {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
}
.fifth_section .content_box ul .info_wrap .type {
    font-size: 16px;
    color: white;
    font-weight: 600;
    line-height: 1.4;
}
.fifth_section .content_box ul .info_wrap .title {
    margin-top: 20px;
    font-size: 1.25vw;
    color: white;
    font-weight: 600;
    line-height: 1.4;
}
.fifth_section .content_box ul .info_wrap .description {
    margin-top: 12px;
    font-size: 0.9375vw;
    color: #ddd;
    font-weight: 500;
    line-height: 1.4;
}
.fifth_section .content_box ul li:last-child {
    position: relative;
    overflow: hidden;
}
@keyframes animate3 {
    0% {
        transform: translate(-50%, -50%) rotate(45deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(405deg);
    }
}
.fifth_section .content_box ul li:last-child::after {
    content: "";
    position: absolute;
    inset: 1px;
    background: black;
    z-index: -1;
}

.fifth_section .content_box ul li:last-child::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 300%;
    /* background: linear-gradient(249.63deg, #F34544 -11.29%, #D13130 26.66%, #475259 71.59%); */
    /* background:linear-gradient(90deg, rgba(34, 31, 31, 0) 0%, rgba(61, 255, 35, 1) 0%, rgba(81, 81, 84, 0) 0%, rgba(255, 114, 0) 70%, rgba(0, 0, 0, 0) 100%); */
    /* background: linear-gradient(90deg, #475259 0%, #D13130 50%, #F34544 100%); */
    background: linear-gradient(
        90deg,
        #475259 0%,
        #d13130 0%,
        rgba(81, 81, 84, 0) 0%,
        #d13130 50%,
        #f34544 70%,
        rgba(0, 0, 0, 0) 100%
    );
    transition: 0.5s;
    animation: animate3 8s linear infinite;
    opacity: 1;
    visibility: visible;
    z-index: -2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* content: "";
    position: absolute;
    inset: 0;
    padding: 1px; 
    border-radius: inherit;
    background: linear-gradient(208.99deg, #F34544 4.83%, #D13130 25.35%, #000000 88.59%);
    z-index: -1;
    -webkit-mask: linear-gradient(#fff 0 0) content-box,  linear-gradient(#fff 0 0);-webkit-mask-composite: xor;mask-composite: exclude; */
}
.fifth_section .content_box ul li:last-child .video_wrap {
    opacity: 0;
}
.fifth_section .content_box ul li:last-child .preview_txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: Pretendard;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}
.fixed_section {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    display: none;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh) * 100);
    width: 447px;
    height: 563px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid;
    border-image-source: linear-gradient(
        208.99deg,
        #f34544 4.83%,
        #d13130 25.35%,
        #000000 88.59%
    );
}
.fixed_section .video_wrap {
    position: absolute;
}
.fixed_section .video_wrap .video_dim {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.3;
}
.fixed_section .preview_txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: Pretendard;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}
.fixed_section .text_content {
    margin-bottom: 25px;
    z-index: 0;
}
.fixed_section .text_content .pre_txt {
    color: white;
}
.fixed_section .text_content h3 p {
    font-size: 2.5vw;
    font-weight: 600;
    line-height: 1.4;
}
.fixed_section .track_content {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-left: 16.14583vw;
    gap: 5.2083vw 0;
    padding: 3.64583vw 0 4.6875vw;
    z-index: 1;
}
.fixed_section .track_content .line {
    content: "";
    position: absolute;
    top: 0;
    left: 6px;
    width: 2px;
    height: 100%;
    z-index: -1;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        #d13130 35%,
        #d06666 60%,
        #d13130 85%,
        rgba(0, 0, 0, 0) 100%
    );
}
.fixed_section .track_content li {
    display: flex;
    gap: 0 2.864583vw;
}
/* .fixed_section .track_content .circle {
    position: relative;
    width: 42px;
    height: 42px;
    background: #D1313033;
    backdrop-filter: blur(4px);
    border-radius:100%;
}
.fixed_section .track_content .circle::after{
    content:"";
    position: absolute;
    left: 50%;
    top:50%;
    transform:translate(-50%, -50%);
    width: 14px;
    height: 14px;
    background: #D13130;
    border-radius: 100%;
} */
.fixed_section .track_content .circle {
    margin-top: 1.5625vw;
    position: relative;
    width: 14px;
    height: 14px;
    background: #d13130;
    border-radius: 100%;
}
.fixed_section .track_content li.active .circle::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 42px;
    height: 42px;
    background: #d1313033;
    backdrop-filter: blur(4px);
    border-radius: 100%;
    z-index: -1;
    animation: fade 2s linear infinite;
}
.fixed_section .track_content .text_wrap p {
    font-size: 2.5vw;
    color: white;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.02em;
}
.fixed_section .track_content .text_wrap span {
    margin-top: 20px;
    font-size: 1.0416vw;
    color: #ffffffcc;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.02em;
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.seventh_section {
    padding-top: 12.5vw;
    box-sizing: border-box;
}
.seventh_section .top_text_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 26px 0;
    text-align: center;
}
.seventh_section .top_text_content p {
    font-size: 20px;
    color: #df5655;
    font-weight: 600;
    line-height: 1.5;
}
.seventh_section .top_text_content h3 p {
    color: white;
    font-size: 2.5vw;
    font-weight: 600;
    line-height: 1.4;
}
.seventh_section .progress_wrapper {
    height: 250vh;
}

.seventh_section .video_contents {
    display: flex;
    align-items: center;
    gap: 0 40px;
    margin-left: calc(50vw - 33.3vw);
    width: max-content;
}
.seventh_section .video_contents.active {
    transform: translateX(-2520px);
}
.seventh_section .video_contents li {
    flex-shrink: 0;
}
.seventh_section .video_contents li .video_wrap {
    width: 66.6vw;
    aspect-ratio: 1280/640;
}
.seventh_section .video_contents li .video_wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.seventh_section .video_contents li .description {
    margin-top: 1.5625vw;
    font-family: Pretendard;
    font-size: 1.4583vw;
    color: #ddd;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}

.eighth_section {
    position: relative;
    padding-top: 160px;
}
.eighth_section .top_text_content {
    position: absolute;
    display: flex;
    flex-direction: column;
    margin-left: 100px;
}
.eighth_section .top_text_content .sm_title {
    font-size: 20px;
    color: #df5655;
    font-weight: 600;
    line-height: 1.5;
}
.eighth_section .top_text_content h3 {
    color: white;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.4;
}
.eighth_section .top_text_content .result_wrap {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
}
.eighth_section .top_text_content .result_wrap span {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    font-size: 24px;
    color: #ddd;
    font-weight: 600;
    line-height: 1.5;
}
.eighth_section .top_text_content .result_wrap .num {
    font-size: 80px;
    color: white;
    font-weight: 600;
    line-height: 1.4;
}
.eighth_section .img_wrap {
    width: 100%;
    height: 100%;
}
.eighth_section .img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(0% 0%, 0 0%, 0 100%, 0% 100%);
    transition: 0.7s ease-out;
}
.eighth_section .img_wrap.active img {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.nineth_section {
    padding-top: 12.5vw;
    position: relative;
}
.nineth_section .text_content {
    position: absolute;
    top: 9.7939583vw;
}
.nineth_section .text_content h3 {
    font-weight: 600;
    font-size: 48px;
    line-height: 1.4;
    letter-spacing: 0;
}
/* .nineth_section .content_wrap {
    position: relative;
    height: 1028px;
    margin-left: 360px;
} */
.nineth_section .content_wrap {
    position: relative;
    height: 47.864583vw;
    margin-left: 22.8125vw;
}
.nineth_section .content_wrap.active li {
    opacity: 1;
}
.nineth_section .content_wrap li {
    position: absolute;
    transition: all 0.7s ease-out;
    opacity: 0;
    transform-origin: left;
}
/* .nineth_section .content_wrap div:nth-child(1){
    bottom:128px;
}
.nineth_section .content_wrap div:nth-child(2){
    bottom: 114px;
    left: 731px;
    transition-delay: 0.8s;

}
.nineth_section .content_wrap div:nth-child(3){
    left: 77px;
    bottom: 8px;
    z-index: -1;
    transition-delay: 0.4s;

}
.nineth_section .content_wrap div:nth-child(4){
    left: 123px;
    bottom: 168px;
    transition-delay: 0.4s;
} */
.nineth_section .content_wrap li:nth-child(1) {
    bottom: 5.9375vw;
}
.nineth_section .content_wrap li:nth-child(1) img {
    width: 16.6vw;
}
.nineth_section .content_wrap li:nth-child(2) {
    bottom: 5.3125vw;
    right: 5.9375vw;
    transition-delay: 0.4s;
}
.nineth_section .content_wrap li:nth-child(2) img {
    width: 36.4583vw;
}
.nineth_section .content_wrap li:nth-child(3) {
    left: 3.59375vw;
    bottom: 0;
    z-index: -1;
    transition-delay: 0.3s;
}
.nineth_section .content_wrap li:nth-child(3) img {
    width: 72.8125vw;
}
.nineth_section .content_wrap li:nth-child(4) {
    left: 5.72916vw;
    bottom: 7.8125vw;
    transition-delay: 0.5s;
}
.nineth_section .content_wrap li:nth-child(4) img {
    width: 46.77083vw;
}
.tenth_section {
    padding-top: 220px;
    position: relative;
}
.tenth_section .progress_wrapper {
    height: 250vh;
}
.tenth_section .sticky_content {
    align-items: center;
}
.tenth_section .sticky_content .text_content {
    text-align: center;
    margin-left: 0;
    margin-bottom: 50px;
}
.tenth_section .sticky_content .text_content h3 p {
    font-weight: 600;
    font-size: 2.5vw;
    line-height: 1.4;
    text-align: center;
}
.tenth_section .sticky_content .container {
    position: absolute;
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    height: 100%;
}
.tenth_section .sticky_content .container .box {
    position: relative;
    /* transition:1s; */
}
.tenth_section .sticky_content .container .box img {
    position: absolute;
    /* transition:1s; */
    /* transition-delay: 0.1s; */
    transform: scale(0);
}
.tenth_section .sticky_content .container .box:nth-child(1) img {
    height: 12.39583vw;
    left: 3.3333vw;
    bottom: 6.4vw;
    aspect-ratio: 626/341;
    transform-origin: bottom right;
}
.tenth_section .sticky_content .container .box:nth-child(2) img {
    top: 0;
    right: 1.718vw;
    aspect-ratio: 768/419;
    height: 15.260416vw;
    transform-origin: bottom left;
}
.tenth_section .sticky_content .container .box:nth-child(3) img {
    height: 18.9583vw;
    bottom: 0;
    left: 0;
    aspect-ratio: 950/520;
    transform-origin: top right;
}
.tenth_section .sticky_content .container .box:nth-child(4) img:last-child {
    right: 17vw;
    height: 12.5vw;
    top: 9.375vw;
    aspect-ratio: 576/315;
    transform-origin: top left;
}
.tenth_section .sticky_content .container .box:nth-child(4) img:first-child {
    height: 10.572916vw;
    right: 0;
    top: 0;
    aspect-ratio: 530/290;
    transform-origin: top left;
}
.tenth_section .sticky_content .container .box:nth-child(1) {
    transform: translate(75%, 75%);
}
.tenth_section .sticky_content .container .box:nth-child(2) {
    transform: translate(-75%, 75%);
}
.tenth_section .sticky_content .container .box:nth-child(3) {
    transform: translate(75%, -75%);
}
.tenth_section .sticky_content .container .box:nth-child(4) {
    transform: translate(-75%, -75%);
}
.tenth_section .sticky_content .container.active .box {
    transform: translate(0, 0);
}
.tenth_section .sticky_content .container.active .box img {
    transform: scale(1);
}
.eleventh_section {
    padding-top: 11.09375vw;
    padding-left: 4.6875vw;
}
.eleventh_section .text_content .pre_txt {
    font-size: 1.25vw;
    line-height: 1.5;
    font-weight: 600;
}
.eleventh_section .progress_wrapper {
    height: 250vh;
}
.eleventh_section .progress_wrapper .sticky_content {
    flex-direction: row;
    align-items: center;
}
.eleventh_section .text_content h3 {
    margin-top: 40px;
}
.eleventh_section .content_box {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    gap: 2.60416vw 0;
    height: 100%;
    margin-left: 8.6vw;
    padding: 0 8.3vw 0 5.2083vw;
    background: #ffffff17;
    border-left: 1px solid transparent;
    border-image: linear-gradient(
            208.99deg,
            #f34544 4.83%,
            #d13130 25.35%,
            #000000 88.59%
        )
        1;
    border-image-slice: 1;
    backdrop-filter: blur(11.399999618530273px);
}
.eleventh_section .content_box .count_wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
}
.eleventh_section .content_box .count_wrapper .count_item {
    opacity: 0;
}
.eleventh_section .content_box .txt_box {
    display: flex;
    align-items: flex-end;
}
.eleventh_section .content_box .txt_box .name {
    font-size: 1.25vw;
    color: #ddd;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 16px;
}
.eleventh_section .count_num_item_wrap {
    display: flex;
    align-items: center;
    margin-left: auto;
    font-size: 3.90625vw;
    line-height: 1.4;
    height: 1.4em;
    overflow: hidden;
}
/* .count_num_item_wrap:first-child{margin-right:-4px;} */
.eleventh_section .count_item .count_num_item_box {
    opacity: 0;
}
.eleventh_section .count_item.active .count_num_item_box {
    opacity: 1;
    align-self: flex-start;
    animation: count-down-ani 1s forwards;
}
.eleventh_section .count_item.active .count_num_item_box:nth-of-type(2) {
    animation-delay: 0.1s;
}
.eleventh_section .count_item.active .count_num_item_box:nth-of-type(3) {
    animation-delay: 0.2s;
}
.eleventh_section .count_num_item_wrap .count_num_item_box .count_num_item {
    font-size: 3.90625vw;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: -0.025em;
    text-align: right;
}
@keyframes count-down-ani {
    0% {
        transform: translateY(-90%);
    }
    100% {
        transform: translateY(0);
    }
}
.eleventh_section .content_box .txt_box .num {
    font-size: 75px;
    color: white;
    font-weight: 600;
    line-height: 1.4;
}
.eleventh_section .content_box .txt_box span {
    font-size: 1.0416vw;
    font-weight: 600;
    line-height: 1.4;
    vertical-align: baseline;
    margin-left: 4px;
    margin-bottom: 20px;
}
.eleventh_section .content_box .txt_box .num span {
    font-size: 1.0416vw;
    font-weight: 600;
    line-height: 1.4;
    vertical-align: baseline;
}
.eleventh_section .content_box .bar_content {
    position: relative;
    margin-top: 5px;
    width: 100%;
    height: 1.0416vw;
    background: #313131;
    opacity: 0.75;
    border-radius: 80px;
}
.eleventh_section .content_box .bar_content .gage {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 2.239583vw;
    border-radius: 80px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) -2.29%, #d13130 86.23%);
    transition: width 1s;
}
.eleventh_section .content_box .count_item.active .bar_content .gage {
    width: 50%;
}
.eleventh_section
    .content_box
    .count_item.active:nth-child(2)
    .bar_content
    .gage {
    width: 20%;
}
.eleventh_section .content_box .notice {
    margin-top: 3.125vw;
    font-size: 0.9375vw;
    color: #ddd;
    font-weight: 600;
    line-height: 1.5;
    opacity: 0;
}
.eleventh_section .content_box.active .notice {
    opacity: 1;
}
.support_section {
    padding-top: 10.9375vw;
    padding-bottom: 4.16vw;
}
.support_section .text_content {
    text-align: center;
    margin-left: 0;
}
.support_section .progress_wrapper {
    height: 250vh;
}
.support_section .sticky_content .text_content {
    margin-left: 0;
    text-align: center;
}
.support_section .sticky_content .text_content .pre_txt {
    font-size: 1.25vw;
}
.support_section .sticky_content .text_content h3 {
    margin-top: 2.083vw;
}
.support_section .content_box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4.1666vw;
    margin: 5.2083vw 10.9vw 0;
}
.support_section .content_box li {
    flex: 1;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #000000bf;
    opacity: 0;
    transition: all 0.5s;
}
.support_section .content_box li .title {
    font-size: 1.4583vw;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    color: white;
}
.support_section .content_box li .description {
    margin-top: 2.083vw;
    font-size: 0.9375vw;
    color: #ffffff99;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
}
.support_section .content_box.active li {
    opacity: 1;
}
.support_section .content_box li:nth-child(2) {
    transition-delay: 0.3s;
}
.support_section .content_box li:nth-child(3) {
    transition-delay: 0.7s;
}
.real_case_section {
    position: relative;
}
.real_case_section .progress_wrapper {
    height: 350vh;
}
.real_case_section .sticky_background {
    position: sticky;
    top: 0;
    width: 100%;
}
.real_case_section .sticky_background img {
    position: absolute;
    width: 100%;
    aspect-ratio: 1920/1578;
    object-fit: cover;
}
.real_case_section .sticky_content {
    justify-content: flex-end;
}
.real_case_section .text_content {
    position: absolute;
    top: 80px;
}
.real_case_section .text_content .pre_txt {
    color: white;
}
.real_case_section .text_content h3 {
    margin-top: 1.35416vw;
}
.real_case_section .case_box {
    margin: 8.3vw 0 7.8125vw 28.125vw;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    gap: 0 20px;
    transform: translateX(100%);
}
.real_case_section .case_box li {
    display: flex;
    flex-direction: column;
    flex-basis: 23.28125vw;
    gap: 20px 0;
    padding: 3.125vw 2.7083vw 0;
    aspect-ratio: 447/320;
    background: #000000bf;
}
.real_case_section .case_box li .pre_txt {
    font-size: 0.83vw;
    color: white;
    font-weight: 600;
    line-height: 1.4;
}
.real_case_section .case_box li .title {
    font-size: 1.25vw;
    color: white;
    font-weight: 600;
    line-height: 1.4;
}
.real_case_section .case_box li .description,
.real_case_section .case_box li .name {
    font-size: 0.9375vw;
    color: #ddd;
    font-weight: 500;
    line-height: 1.4;
}
.meet_section {
    padding-top: 6.25vw;
}
.meet_section .progress_wrapper {
    height: 250vh;
}
.meet_section .sticky_content {
    overflow: hidden;
}
.meet_section .sticky_content .bg_top {
    position: absolute;
    width: 100%;
    aspect-ratio: 1920/937;
    /* max-height: 937px; */
    background: url(/theme/basic/img/left_bg.jpg) no-repeat 0 50% / 71.77%;
    /* transform: translate(0, -40%); */
    /* clip-path: polygon(0 0, 50% 0, 13.7% 100%, 0 100%); */
    clip-path: polygon(0 0, 71.77% 0, 28.07% 100%, 0 100%);
    /* transition: 0.9s ease-in-out; */
    z-index: 0;
}
.meet_section .sticky_content .bg_top .text_content {
    margin-top: 5.72916vw;
    margin-left: 5.2083vw;
}
.meet_section .sticky_content .bg_top .text_content .pre_txt {
    color: #ddd;
}
.meet_section .sticky_content .bg_top .text_content h3 {
    margin-top: 1.35416vw;
    font-size: 2.083vw;
}
.meet_section .sticky_content .bg_top .text_content h3 p {
    font-size: 2.083vw;
}
.meet_section .sticky_content .bg_top::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.33;
    z-index: -1;
}
.meet_section .sticky_content .bg_under {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    aspect-ratio: 1920/937;
    /* max-height: 937px; */
    background: url(/theme/basic/img/right_bg.jpg) no-repeat 100% 50% / 80%;
    transform: translateY(40%);
    /* clip-path: polygon(93.7% 0, 100% 0, 100% 100%, 50% 100%); */
    clip-path: polygon(71.77% 0, 100% 0, 100% 100%, 28.07% 100%);
    /* transition: 0.9s ease-in-out; */
    z-index: 0;
}
.meet_section .sticky_content .bg_under::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.33;
    z-index: -1;
}
.meet_section .sticky_content.active .bg_top {
    /* transform:translate(1px,0); */
    /* clip-path: polygon(0 0, 71.77% 0, 28.07% 100%, 0 100%); */
}
.meet_section .sticky_content.active .bg_under {
    transform: translate(0, 0);
    /* clip-path: polygon(71.77% 0, 100% 0, 100% 100%, 28.07% 100%); */
}
.meet_section .sticky_content .bg_under .info_content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 5.2083vw;
    margin-bottom: 5.2083vw;
}
.meet_section .sticky_content .bg_under .info_txt {
    font-size: 2.083vw;
    color: white;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: right;
}
.meet_section .sticky_content .bg_under .info_sub_txt {
    margin-top: 2.083vw;
    font-size: 1.25vw;
    color: #dddd;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
}
.meet_section .sticky_content .bg_under .link_btn {
    margin-top: 1.875vw;
    display: flex;
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    padding: 0 12px 0 28px;
    height: 60px;
    font-size: 18px;
    color: white;
    font-weight: 500;
    line-height: 1;
    background: #05050599;
    border-radius: 32.5px;
}
.meet_section .sticky_content .bg_under .link_btn img {
    margin-left: 3.75vw;
}
.last_section {
    position: relative;
    background-color: #050706 !important;
    padding: 9.375vw 0 7.3vw;
}
.last_section .progress_wrapper {
    height: 300vh;
    background-color: #050706 !important;
}
.last_section .sticky_content {
    align-items: center;
    background-image: url("/theme/basic/img/last_section_bg.png");
    background-position: center;
    background-repeat: no-repeat;
}
.last_section .sticky_content .first_item {
    position: absolute;
    margin-bottom: 4.5vw;
}
.last_section .sticky_content .first_item p span {
    display: block;
    color: white;
    font-weight: 700;
    font-size: 2.5vw;
    line-height: 1.5;
    text-align: center;
}
.last_section .sticky_content .second_item {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.6vw;
}
.last_section .sticky_content .second_item p span {
    display: block;
    color: white;
    font-weight: 700;
    font-size: 2.5vw;
    line-height: 1.5;
    text-align: center;
}
.last_section .sticky_content .second_item .btn_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 30px;
    margin-top: 5.72916vw;
}
.last_section .sticky_content .second_item .btn_wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 12px 0 28px;
    height: 60px;
    font-size: 18px;
    color: white;
    font-weight: 500;
    line-height: 1;
    background: #05050599;
    border-radius: 32.5px;
}
.last_section .sticky_content .second_item .btn_wrap a img {
    margin-left: 3.75vw;
}
.main-pointer {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #bc875c;
    aspect-ratio: 1;
    filter: blur(140px);
    border-radius: 50%;
    width: 120%;
    opacity: 0;
    z-index: -1;
}
.main-ovv {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.main-ovv li {
    position: relative;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.main-ovv li .img {
    width: 45%;
}
.main-ovv li .img img {
    opacity: 0.7;
}
.main-ovv li .cont {
    width: 55%;
    margin: 48px 0;
    padding-left: 10%;
    background: #0f120e;
}
.main-ovv li .cont h2 {
    font-size: 32px;
    margin-bottom: 32px;
}
.counter {
    position: absolute;
    left: 50%;
    top: 60px;
    margin-left: -10px;
    text-align: center;
    height: calc(100% - 120px);
    display: flex;
    align-items: flex-start;
    gap: 16px;
    display: none;
}
.counter .ball {
    background: #bc875c;
    aspect-ratio: 1;
    border-radius: 50%;
    width: 20px;
    position: sticky;
    top: 60px;
    z-index: 2;
    vertical-align: top;
}
.main-ovv li .num {
    position: absolute;
    left: 50%;
    top: 58px;
    height: 100vh;
    margin-left: 24px;
    font-size: 24px;
}
.main-ovv li .num span {
    display: block;
    position: sticky;
    top: 58px;
    line-height: 1;
    background: #0f120e;
}
.main-ovv li:last-child .num {
    height: calc(100% - 120px);
}

.main-card {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.main-card .card-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    z-index: -1;
    opacity: 0;
    font-weight: 500;
    filter: blur(4px);
    transform: scale(0.5);
}
.main-card .card-title strong {
    color: #bc875c;
}
.main-card .circle-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.3);
    opacity: 0;
    filter: blur(4px);
}
.main-card .circle-line .line {
    position: relative;
    aspect-ratio: 1;
    height: 90vh;
    border-radius: 50%;
    border: 4px solid rgb(188 135 92 / 30%);
    animation: rotate 10s linear infinite;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.main-card .circle-line .line:before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #bc875c;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -9px 0 0 -9px;
}
.main-card .card-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: -1;
    filter: blur(10px);
    transform: scale(0.5);
}
.main-card .card-list > li {
    width: 490px;
    aspect-ratio: 1.4 / 1;
    -ms-perspective: 800px;
    perspective: 800px;
}
.main-card .card-list > li.card-1 {
    transform: translateX(calc(100% + 40px));
}
.main-card .card-list > li.card-3 {
    transform: translateX(calc(-100% - 40px));
}
.main-card .card-list .card-item {
    width: 100%;
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    transition: transform 3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.4);
}
.main-card .card-list .card-item > div {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 20px;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -o-box-pack: center;
    justify-content: center;
    -o-box-align: center;
    align-items: center;
    -webkit-font-smoothing: antialiased;
    color: #bc875c;
    font-size: 24px;
    font-weight: 600;
}
.main-card .card-list .card-item .back {
    transform: rotateY(180deg);
}
.main-card .card-list .card-item.flipped {
    transform: rotateY(180deg);
    box-shadow: 0 0 20px rgb(188 135 92 / 30%);
}
.main-card .content {
    width: 100%;
    padding: 40px;
    text-align: left;
}
.main-card .content .cate {
    font-size: 16px;
    font-weight: 600;
    text-align: right;
    margin-bottom: 4px;
}
.main-card .content .people {
    font-size: 20px;
    color: #fff;
    text-align: right;
}
.main-card .content .people strong {
    font-size: 60px;
    vertical-align: baseline;
    margin-right: 10px;
}
.main-card .content .tit {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 700;
    margin: 40px 0 20px;
}
.main-card .content p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
}

.main-contact {
    position: relative;
    padding-top: 10.416vw;
}
.main-contact .bn-cont {
    width: 100%;
    height: 100vh;
    background: url("/theme/basic/img/contact-bg.jpg") no-repeat center center /
        cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.main-contact .ctt-title p {
    font-size: 2.916vw;
    font-weight: 700;
}
.main-contact .ctt-title p span {
    display: block;
    font-size: 2.916vw;
    font-weight: 700;
}
.main-contact .ctt-title p:first-child {
    font-size: 1.25vw;
    margin-bottom: 1.0416vw;
    font-weight: 500;
}
.main-contact .more-btn {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 240px;
    height: 64px;
    border-radius: 64px;
    background: rgb(5 5 5 / 60%);
    color: #fff;
    padding: 12px 12px 12px 28px;
    margin-top: 60px;
    transition: opacity 1.2s;
}
.main-contact .more-btn i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

/****************************************************** sub ******************************************************/
.inner {
    max-width: 1600px;
    width: 90%;
    margin: 0 auto;
}
.sub-tit h3 {
    font-size: 2.5vw;
    font-weight: 500;
    margin-bottom: 2.083vw;
}
.sub-tit h3 p {
    font-size: 2.5vw;
    font-weight: 500;
}
.sub-tit strong {
    color: #bc875c;
}
.sub-tit p {
    font-size: 1.0416vw;
    font-weight: 400;
    margin-bottom: 1.25vw;
}
.sub-tit p span {
    font-size: 1.0416vw;
    font-weight: 400;
}
.sub-visual {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    z-index: 1;
    background: black;
}
.sub-visual::after {
    content: "";
    position: absolute;
    /* background-image:url("/theme/basic/img/sub/sub-bg-overview.png"); */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0.6;
}
.sub-visual .visual-tit {
    font-size: 6.25vw;
    font-weight: 700;
    margin-top: 2.60416vw;
}
.sub-visual .visual-tit > div {
    line-height: 1;
    overflow: hidden;
}
.sub-visual .visual-tit span {
    line-height: 1;
    animation: slideUp 1s cubic-bezier(0.16, 1.08, 0.38, 0.98) forwards;
    animation-delay: 0.1s;
    transform: translateY(100%);
}
.breadcrumb {
    overflow: hidden;
}
.breadcrumb ul {
    display: flex;
    align-items: center;
    animation: slideUp 1s cubic-bezier(0.16, 1.08, 0.38, 0.98) forwards;
    transform: translateY(100%);
    gap: 16px;
}
.breadcrumb ul li a {
    color: #999;
    font-size: 0.9375vw;
    line-height: 1.14583vw;
}
.breadcrumb ul li {
    display: flex;
    align-items: center;
}
.breadcrumb ul li a {
    display: flex;
    align-items: center;
}
.breadcrumb i {
    vertical-align: baseline;
}
.breadcrumb ul li:last-child a {
    color: #fff;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}
.sec-content .main-contact {
    padding-top: 0;
}

/* overview */
.overview .sub-visual::after {
    background-image: url("/theme/basic/img/sub/sub-bg-overview.png");
}
.overview .sub-hero .sub-tit {
    max-width: 36.4583vw;
}
.overview .bn-cont {
    background-image: url("/theme/basic/img/contact-bg2.jpg");
}
.sub-hero {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding-bottom: 8.3vw;
}
.sub-hero .sub-tit {
    width: 45%;
    max-width: 500px;
}
.sub-hero .img {
    position: absolute;
    right: 0;
    top: 0;
    width: 55%;
    height: 100%;
    z-index: -1;
}
.sub-hero .img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sub-hero .block {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.sub-hero .block > span {
    width: 100%;
    height: 33.33%;
    background: #0f120e;
    transition: all cubic-bezier(0.16, 1.08, 0.38, 0.98) 1s;
}
.sub-hero.fix {
    position: fixed;
    top: 0;
    left: 0;
    transform: none !important;
    z-index: 0;
}
.sub-hero.active .block .b1 {
    width: 0%;
}
.sub-hero.active .block .b2 {
    width: 25%;
}
.sub-hero.active .block .b3 {
    width: 50%;
}

.ovv-organ {
    position: relative;
    padding: 8.3vw 0;
    background: #080a07;
}
.ovv-organ .img {
    margin-top: 6.77083vw;
    text-align: center;
}

.ovv-profile {
    position: relative;
    background: #0f120e;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.ovv-profile .sub-tit {
    flex-basis: 40.7%;
    align-self: start;
    position: sticky;
    top: 0;
    padding-top: 7.083vw;
    padding-left: calc(50vw - 41.6vw);
}
.ovv-profile .sub-tit h3 p {
    font-size: 2.083vw;
    letter-spacing: -0.0025em;
    line-height: 1.4;
    margin-bottom: 0;
}
.ovv-profile .profile-list {
    flex-basis: 59.3%;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.ovv-profile .profile-list > li {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.ovv-profile .profile-list > li .bg {
    position: absolute;
    right: -4.84375vw;
    top: 0;
    height: calc(100% - 8.02083vw);
}

.ovv-profile .profile-list > li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.ovv-profile .profile-list .info {
    color: #ddd;
    padding: 8.85416vw 0 4.16vw;
    margin-left: 5.72916vw;
}
.ovv-profile .profile-list .info .msg {
    font-size: 0.9375vw;
    line-height: 1.4;
    letter-spacing: -0.0025em;
    color: #bc875c;
    font-weight: 600;
}
.ovv-profile .profile-list .info .program {
    font-size: 2.083vw;
    line-height: 1.4;
    letter-spacing: -0.0025em;
    font-weight: 600;
    margin: 1.0416vw 0 1.25vw;
    color: #fff;
}
.ovv-profile .profile-list .info .history {
    margin-top: 6.25vw;
}
.ovv-profile .profile-list .info .history .name {
    display: flex;
    align-items: center;
    gap: 1.25vw;
    margin-bottom: 1.25vw;
    font-size: 0.83vw;
    line-height: 1.4;
    letter-spacing: -0.0025em;
}
.ovv-profile .profile-list .info .history .name strong {
    font-size: 1.25vw;
    color: #fff;
    font-weight: 400;
}
.ovv-profile .profile-list .info .history ul > li {
    position: relative;
    padding-left: 0.78125vw;
    font-size: 0.83vw;
    color: #ffffff99;
    line-height: 1.4;
    letter-spacing: -0.0025em;
}
.ovv-profile .profile-list .info .history ul > li + li {
    margin-top: 0.416vw12;
}
.ovv-profile .profile-list .info .history ul > li:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #aaa;
    position: absolute;
    left: 0;
    top: 0.625vw;
}
.ovv-profile .profile-list .img {
    position: absolute;
    right: 2.2916vw;
    width: 24.7916vw;
    bottom: 0;
}
.ovv-profile .profile-list .img img {
    object-fit: cover;
}
.ovv-partner {
    position: relative;
    padding: 8.3vw 0 13.5416vw;
    background: #080a07;
}
:root {
    --marquee-width: 100%;
    --marquee-elements-displayed: 8;
    --marquee-element-width: calc(
        var(--marquee-width) / var(--marquee-elements-displayed)
    );
    --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
}
.marquee {
    width: var(--marquee-width);
    color: #eee;
    overflow: hidden;
    position: relative;
    margin-top: 4.16vw;
}
.marquee:before,
.marquee:after {
    position: absolute;
    top: 0;
    width: 10rem;
    height: 100%;
    content: "";
    z-index: 1;
}
.marquee:before {
    left: 0;
    background: linear-gradient(to right, #111 0%, transparent 100%);
}
.marquee:after {
    right: 0;
    background: linear-gradient(to left, #111 0%, transparent 100%);
}
.marquee-content {
    list-style: none;
    height: 100%;
    display: flex;
    gap: 20px;
    animation: scrolling var(--marquee-animation-duration) linear infinite;
}
@keyframes scrolling {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(
            calc(-1 * var(--marquee-element-width) * var(--marquee-elements))
        );
    }
}
.marquee-content li {
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 2.5 / 1;
    flex-shrink: 0;
    width: var(--marquee-element-width);
    white-space: nowrap;
    background: #000;
    border-radius: 5px;
    padding: 10px;
    overflow: hidden;
}

.ovv-education {
    position: relative;
    background: #080a07;
    height: 100vh;
    overflow: hidden;
}
.ovv-education .sub-tit {
    width: 37.5%;
    padding-top: 10.416vw;
}
.ovv-education .img-list {
    position: absolute;
    width: 60.4%;
    right: 0;
    top: 0;
    height: 100%;
}
.ovv-education .img-list li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.ovv-education .img-list li:not(:first-child) {
    top: 100%;
}
.ovv-education .img-list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ovv-education .pre_txt {
    font-weight: bold;
}

.instructor .sub-visual::after {
    background-image: url("/theme/basic/img/sub/sub-bg-instructor.png");
}
.instructor .sub-hero .sub-tit {
    max-width: 37.5vw;
}
.instructor .introduce_section {
    position: relative;
    display: flex;
    padding: 7.2916vw 8.3vw 9.375vw;
    background: linear-gradient(180deg, #000000 0px, #000000 40%, #1b1e1a 100%);
}
.instructor .introduce_section.hero-next {
    min-height: 100vh;
}
.instructor .introduce_section .left_content {
    flex-basis: 25.417vw;
}
.instructor .introduce_section .left_content .select_wrapper {
    position: sticky;
    display: flex;
    top: 7.2916vw;
    flex-direction: column;
    gap: 1.14583vw 0;
}
.instructor .introduce_section .left_content .select_wrapper li {
    display: flex;
    align-items: center;
    padding-left: 0.72916vw;
    font-family: Pretendard;
    font-weight: 600;
    font-size: 1.14583vw;
    line-height: 1.4;
    letter-spacing: -0.0025em;
    cursor: pointer;
}
.instructor .introduce_section .left_content .select_wrapper li.active {
    color: #d13130;
    font-weight: 700;
}
.instructor .introduce_section .left_content .select_wrapper li.active::before {
    position: absolute;
    content: "";
    left: 0;
    width: 0.3125vw;
    height: 0.3125vw;
    background-color: #d13130;
    border-radius: 100%;
}
.instructor .introduce_section .right_content {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.instructor .introduce_section .right_content .title {
    font-family: Pretendard;
    font-size: 2.5vw;
    color: white;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.0025em;
}
.instructor .instructor_list_wrap {
    display: none;
    flex-direction: column;
}
.instructor .instructor_list_wrap:nth-of-type(1) {
    display: flex;
}
.instructor .introduce_section .right_content .instructors {
    margin-top: 2.083vw;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.083vw;
}
.instructor .introduce_section .right_content .instructors li {
    display: flex;
    display: none;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.instructor .introduce_section .right_content .instructors li.active {
    display: flex;
}
.instructor .introduce_section .right_content .instructors li img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    background-color: gray;
}
.instructor .introduce_section .right_content .instructors li .name {
    margin-top: 1.4583vw;
    font-family: Pretendard;
    font-size: 1.0416vw;
    color: white;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.0025em;
    text-align: center;
}
.instructor .introduce_section .right_content .instructors li .job {
    margin-top: 0.625vw;
    font-family: Pretendard;
    font-size: 0.83vw;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.0025em;
    text-align: center;
}
.instructor .introduce_section .view_more_btn {
    margin-top: 4.16vw;
    align-self: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px 0 28px;
    height: 3.3vw;
    background: #05050599;
    border-radius: 32.5px;
    font-family: Pretendard;
    font-size: 0.9375vw;
    color: white;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
}
.instructor .introduce_section .view_more_btn img {
    margin-left: 3.75vw;
}
.instructor .instructor_popup {
    position: fixed;
    display: flex;
    display: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 62.916vw;
    width: 100%;
    margin: 0 auto;
    background-color: black;
    z-index: 1000;
}
.instructor .instructor_popup .close_btn {
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: black;
}
.instructor .instructor_popup .left_content {
    display: flex;
    flex-direction: column;
    padding-bottom: 1.97916vw;
    flex-basis: 36.5%;
}
.instructor .instructor_popup .left_content img {
    width: 100%;
    aspect-ratio: 441/491;
    object-fit: cover;
    background-color: gray;
}
.instructor .instructor_popup .left_content .text_wrap {
    margin-left: 2.64016vw;
}
.instructor .instructor_popup .left_content .text_wrap .name {
    margin-top: 1.6vw;
    font-family: Pretendard;
    font-size: 1.6vw;
    color: white;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.0025em;
}
.instructor .instructor_popup .left_content .text_wrap .job {
    margin-top: 0.416vw;
    font-family: Pretendard;
    font-size: 1.0416vw;
    color: white;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.0025em;
}
.instructor .instructor_popup .right_content {
    padding: 4.16vw 6.15683vw 4.16vw 4.16vw;
}
.instructor .instructor_popup .right_content .info_wrap {
    display: flex;
    flex-direction: column;
}
.instructor .instructor_popup .right_content .info_wrap {
    margin-top: 2.083vw;
}
.instructor .instructor_popup .right_content .info_wrap:first-child {
    margin-top: 0;
}
.instructor .instructor_popup .right_content .info_wrap .info_title {
    font-family: Pretendard;
    font-weight: 600;
    font-size: 1.0416vw;
    line-height: 1.45;
    letter-spacing: 0;
    margin-bottom: 1.0416vw;
}
.instructor .instructor_popup .right_content .info_wrap ul {
    padding-top: 1.0416vw;
    border-top: 1px solid #ffffff33;
    flex-direction: column;
    gap: 0.416vw 0;
}
.instructor .instructor_popup .right_content .info_wrap ul li {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 0.83vw;
    font-family: Pretendard;
    font-weight: 400;
    font-size: 0.83vw;
    color: white;
    line-height: 1.5;
    letter-spacing: 0;
}
.instructor .instructor_popup .right_content .info_wrap ul li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    background: #d9d9d9;
    border-radius: 100px;
}
.instructor .dim {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #00000099;
    z-index: 999;
}
.instructor .dim.active {
    display: block;
}

.review .sub-visual::after {
    background-image: url("/theme/basic/img/sub/sub-bg-review.png");
}
.review .sub-hero .sub-tit {
    max-width: 39.16vw;
}

.review .sub-hero {
    padding-bottom: 12.7083vw;
}
.review .review_section {
    position: relative;
    padding: 6.5625vw 8.3vw 9.375vw;
    background: linear-gradient(180deg, #000000 0px, #000000 48%, #1b1e1a 100%);
    display: flex;
    flex-direction: column;
}
.review .review_section .title p {
    font-family: Pretendard;
    font-weight: 600;
    font-size: 2.5vw;
    color: white;
    line-height: 1.4;
    letter-spacing: 0;
}
.review .review_section .review_wrap {
    margin-top: 4.16vw;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4.11vw 1.875vw;
}
.review .review_section .review_wrap li {
    display: flex;
    display: none;
    flex-direction: column;
    aspect-ratio: 509/506;
}
.review .review_section .review_wrap li.active {
    display: flex;
}
.review .review_section .review_wrap li .review_box {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 3.125vw 2.64016vw;
    background: #ffffff14;
    overflow: hidden;
}
.review .review_section .review_wrap li .review_box .review_title {
    font-family: Pretendard;
    font-size: 1.25vw;
    font-weight: 700;
    color: white;
    line-height: 1.4;
    letter-spacing: 0;
    min-height: 2.8em;
    height: 2.8em;
}
.review .review_section .review_wrap li .review_box .line {
    margin: 1.5625vw 0;
    width: 100%;
    height: 1px;
    background: #ffffff33;
}
.review .review_section .review_wrap li .review_box .review_content {
    font-family: Pretendard;
    font-size: 0.9375vw;
    color: #dddddd;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0;
    overflow: auto;
    padding-right: 0.416vw;
}
.review
    .review_section
    .review_wrap
    li
    .review_box
    .review_content::-webkit-scrollbar {
    /* display: none; */
    width: 6px;
    border-radius: 20px;
}
.review
    .review_section
    .review_wrap
    li
    .review_box
    .review_content::-webkit-scrollbar-thumb {
    background: #ffffff14;
    border-radius: 20px;
}
.review
    .review_section
    .review_wrap
    li
    .review_box
    .review_content::-webkit-scrollbar-track {
    background: transparent;
}
.review .review_section .review_wrap li .date {
    margin-top: 1.6vw;
    font-family: Pretendard;
    font-size: 0.83vw;
    color: #ffffff66;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center;
}
.review .review_section .review_wrap li .student {
    margin-top: 1.0416vw;
    font-family: Pretendard;
    font-size: 1.25vw;
    color: white;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center;
}
.review .review_section .emphasize_txt {
    margin-top: 8.28125vw;
}
.review .review_section .emphasize_txt span {
    display: block;
    font-family: Pretendard;
    font-size: 2.916vw;
    font-weight: 700;
    color: white;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
}
.review .review_section .view_more_btn {
    margin-top: 3.125vw;
    align-self: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px 0 28px;
    height: 64px;
    background: #05050599;
    border-radius: 64px;
    font-family: Pretendard;
    font-size: 18px;
    color: white;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    width: 100%;
    max-width: 240px;
    /* transition: 1.2s; */
    /* opacity: 0; */
}
.review .review_section .view_more_btn img {
    margin-left: 3.75vw;
}

.inquiry .sub-visual::after {
    background-image: url("/theme/basic/img/sub/sub-bg-inquiry.png");
}
.inquiry .sub-hero .sub-tit {
    max-width: 31.25vw;
}

.inquiry .sub-hero {
    padding-bottom: 12.7083vw;
}

.inquiry .section1 {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: black;
    padding: 9.89583vw 8.3vw 5.2083vw;
}
.inquiry .section1 .title {
    font-family: Pretendard;
    font-size: 2.5vw;
    color: white;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
}
.inquiry .section1 .info_box_wrapper {
    margin: 5.2083vw 6.6vw 0 0;
    flex-basis: 25.417vw;
    align-self: flex-end;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    gap: 4.16vw 0;
}
.inquiry .section1 .info_box {
    display: flex;
    flex-direction: column;
}
.inquiry .section1 .info_box .info_title {
    font-family: Manrope;
    font-size: 1.4583vw;
    color: white;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.0025em;
}
.inquiry .section1 .info_box .info_description_wrap {
    margin-top: 1.0416vw;
    display: flex;
    flex-direction: column;
}
.inquiry .section1 .info_box .info_description_wrap li {
    position: relative;
    padding-left: 1.0416vw;
    display: flex;
    align-items: center;
    font-family: Pretendard;
    font-size: 0.9375vw;
    color: #ffffffcc;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: -0.05em;
}
.inquiry .section1 .info_box .info_description_wrap li::before {
    content: "";
    width: 3px;
    height: 3px;
    position: absolute;
    left: 0.416vw;
    background-color: #ffffffcc;
    border-radius: 100px;
}
.inquiry .form_section {
    position: relative;
    display: flex;
    padding: 5.2083vw 8.3vw 8.3vw;
    background: linear-gradient(180deg, #000000 0px, #000000 10%, #1b1e1a 100%);
}
.inquiry .form_section .left_content {
    flex-basis: 34.16vw;
    display: flex;
    align-items: flex-start;
}
.inquiry .form_section .left_content .title {
    font-family: Pretendard;
    font-size: 1.25vw;
    color: white;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
}
.inquiry .form_section .left_content .title p{
    font-size: 1.25vw;
    line-height: 1.4;
    letter-spacing: 0;
}
.inquiry .form_section .right_content {
    flex: 1;
}
.inquiry .form_section .right_content form {
    display: flex;
    flex-direction: column;
}
.inquiry .form_section .right_content form ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2.083vw;
}
.inquiry .form_section .right_content form ul li {
    flex-basis: calc(50% - 1.0416vw);
    display: flex;
    flex-direction: column;
    gap: 1.25vw 0;
}
.inquiry .form_section .right_content form ul li .name {
    display: flex;
    font-family: Pretendard;
    font-weight: 700;
    font-size: 0.9375vw;
    color: #ffffffcc;
    line-height: 1.45;
    letter-spacing: -0.05em;
}
.inquiry .form_section .right_content form ul li .name span {
    margin-left: 2px;
    position: relative;
    bottom: 2px;
}
.inquiry .form_section .right_content form ul li input {
    padding-bottom: 0.885416vw;
    width: 100%;
    font-family: Pretendard;
    font-weight: 400;
    font-size: 0.9375vw;
    color: #ffffffcc;
    line-height: 1.45;
    letter-spacing: -0.05em;
    outline: none;
    border: none;
    background: none;
    border-bottom: 1px solid white;
    height: auto;
    padding-left: 0;
}
.inquiry .form_section .right_content form ul li:nth-child(n + 5) {
    flex-basis: 100%;
}
.inquiry .form_section .right_content form ul li textarea {
    width: 100%;
    height: 10.72916vw;
    font-family: Pretendard;
    font-size: 0.9375vw;
    color: #ffffffcc;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: -0.05em;
    outline: none;
    resize: none;
    border: none;
    background: none;
    border-bottom: 1px solid white;
    padding-left: 0;
}
.inquiry .form_section .right_content form ul li .file_upload {
    display: flex;
    align-items: flex-end;
}
.inquiry .form_section .right_content form ul li .file_upload input {
    display: none;
}
.inquiry .form_section .right_content form ul li .file_upload span {
    display: block;
    flex: 1;
    padding-bottom: 0.885416vw;
    font-size: 0.9375vw;
    border-bottom: 1px solid white;
}
.inquiry .form_section .right_content form ul li .file_upload .input_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.8072916vw;
    margin-left: 1.5625vw;
    height: 2.96875vw;
    font-family: Pretendard;
    font-size: 0.9375vw;
    color: #ffffffcc;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: -0.05em;
    border: 1px solid #e0e0e0;
}
.inquiry
    .form_section
    .right_content
    form
    ul
    li
    .file_upload
    .input_wrapper
    img {
    margin-left: 5px;
}
.inquiry .form_section .right_content form ul li .file_notice {
    margin-top: 1.25vw;
    font-family: Pretendard;
    font-size: 0.9375vw;
    color: #ffffffcc;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: -0.05em;
}
.inquiry .form_section .right_content form .privacy_wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 4.16vw;
}
.inquiry .form_section .right_content form .privacy_wrapper .title {
    font-family: Pretendard;
    font-weight: 700;
    font-size: 0.9375vw;
    color: #ffffffcc;
    line-height: 1.45;
    letter-spacing: -0.05em;
}
.inquiry .form_section .right_content form .privacy_wrapper .content {
    margin-top: 1.25vw;
    width: 100%;
    height: 12.5vw;
    max-height: 12.5vw;
    overflow: auto;
    font-family: Pretendard;
    font-weight: 400;
    font-size: 0.83vw;
    color: #ffffffcc;
    line-height: 1.5;
    letter-spacing: -0.02em;
}
.inquiry
    .form_section
    .right_content
    form
    .privacy_wrapper
    .content::-webkit-scrollbar {
    /* display: none; */
    width: 6px;
    border-radius: 20px;
}
.inquiry
    .form_section
    .right_content
    form
    .privacy_wrapper
    .content::-webkit-scrollbar-thumb {
    background: #ffffff14;
    border-radius: 20px;
}
.inquiry
    .form_section
    .right_content
    form
    .privacy_wrapper
    .content::-webkit-scrollbar-track {
    background: transparent;
}
.inquiry .form_section .right_content form .privacy_wrapper .view_all_btn {
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 12px;
    font-family: Pretendard;
    font-weight: 700;
    font-size: 16px;
    color: white;
    line-height: 1.4;
    letter-spacing: -0.02em;
    background: none;
}
.inquiry .form_section .right_content form .privacy_wrapper .line {
    margin: 2.083vw 0 1.0416vw;
    width: 100%;
    height: 1px;
    background-color: white;
}
.inquiry .form_section .right_content form .privacy_wrapper .privacy_notice {
    font-family: Pretendard;
    font-weight: 400;
    font-size: 0.9375vw;
    color: #ffffffcc;
    line-height: 1.45;
    letter-spacing: -0.05em;
}
.inquiry .form_section .right_content form .privacy_wrapper .checkbox {
    margin-top: 0.83vw;
    display: flex;
    align-items: center;
    font-family: Pretendard;
    font-weight: 400;
    color: white;
    font-size: 0.9375vw;
    line-height: 1;
    letter-spacing: 0;
}
.inquiry
    .form_section
    .right_content
    form
    .privacy_wrapper
    .checkbox
    .custom-check {
    background-image: url("/theme/basic/img/check_box.png");
    width: 1.09375vw;
    height: 1.09375vw;
    background-repeat: no-repeat;
    margin-right: 0.625vw;
}
.inquiry
    .form_section
    .right_content
    form
    .privacy_wrapper
    .checkbox
    input[type="checkbox"]:checked
    + .custom-check {
    background-image: url("/theme/basic/img/check_box_on.png");
}
.inquiry
    .form_section
    .right_content
    form
    .privacy_wrapper
    .checkbox
    input[type="checkbox"] {
    display: none;
}
.inquiry .form_section .right_content form .inquiry_btn {
    margin-top: 4.69vw;
    display: flex;
    justify-content: space-between;
    align-self: flex-start;
    margin-left: 1.875vw;
    align-items: center;
    padding: 0 12px 0 28px;
    height: 64px;
    font-size: 18px;
    color: white;
    font-weight: 500;
    line-height: 1;
    background: #05050599;
    border-radius: 64px;
    max-width: 215px;
    width: 100%;
}
.inquiry .form_section .right_content form .inquiry_btn img {
    margin-left: 3.75vw;
}

.concept .sub-visual::after {
    background-image: url("/theme/basic/img/sub/sub-bg-concept.png");
}
.concept .sub-hero {
    padding-bottom: 11.4583vw;
}
.concept .sub-hero .sub-tit {
    max-width: 37.5vw;
}
.concept .notice_section {
    position: relative;
    padding: 8.3vw 0 10.72916vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: black;
}
.concept .notice_section .title,
.concept .notice_section .title p {
    font-family: Pretendard;
    font-size: 2.5vw;
    color: white;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
}
.concept .notice_section .content_wrapper {
    display: flex;
    margin: 0 auto;
    margin-top: 5.2083vw;
    max-width: 72.916vw;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.concept .notice_section .content_wrapper li {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    opacity: 0;
}
.concept .notice_section .content_wrapper li:nth-child(2) {
    transition-delay: 0.3s;
}
.concept .notice_section .content_wrapper li:nth-child(3) {
    transition-delay: 0.7s;
}

.concept .notice_section .content_wrapper li .name {
    margin-top: 2.2916vw;
    font-family: Pretendard;
    font-weight: 700;
    font-size: 1.4583vw;
    color: white;
    line-height: 1.4;
    letter-spacing: -0.0025em;
    text-align: center;
}
.concept .notice_section .content_wrapper li .description {
    margin-top: 2.135416vw;
    font-family: Pretendard;
    font-weight: 400;
    font-size: 0.9375vw;
    color: #ddd;
    line-height: 1.4;
    letter-spacing: -0.0025em;
    text-align: center;
}
.concept .review_section {
    position: relative;
    background: linear-gradient(180deg, #000000 0%, #1b1e1a 100%);
    display: flex;
    border: 1px solid #393939;
    border-left: none;
    border-right: none;
}
.concept .review_section .left_content {
    padding: 10.625vw 0 10.625vw 8.3vw;
    align-self: flex-start;
    flex-basis: 53.8vw;
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    gap: 2.083vw 0;
}
.concept .review_section .left_content h3,
.concept .review_section .left_content h3 p {
    font-family: Pretendard;
    font-size: 2.5vw;
    color: white;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.0025em;
}
.concept .review_section .left_content p,
.concept .review_section .left_content p span {
    display: block;
    font-family: Pretendard;
    font-weight: 400;
    font-size: 1.0416vw;
    color: #ddd;
    line-height: 1.4;
    letter-spacing: -0.0025em;
}
.concept .review_section .right_content {
    flex: 1;
    padding-top: 6.4583vw;
    border-left: 1px solid #393939;
    display: flex;
}
.concept .review_section .right_content ul {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.concept .review_section .right_content ul li {
    display: flex;
    flex-direction: column;
    gap: 1.0416vw 0;
    padding: 4.16vw 5.72916vw 4.16vw;
    border-bottom: 1px solid #393939;
}
.concept .review_section .right_content ul li .name {
    font-family: Manrope;
    font-weight: 700;
    font-size: 1.4583vw;
    color: white;
    line-height: 1.4;
    letter-spacing: -0.0025em;
}
.concept .review_section .right_content ul li .content {
    font-family: Pretendard;
    font-weight: 400;
    font-size: 0.9375vw;
    color: #ffffffcc;
    line-height: 1.45;
    letter-spacing: -0.05em;
}
.concept .main_program_section {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 10.46875vw 8.3vw 7.2916vw;
    background-image: url("/theme/basic/img/concept_main_program_bg.png");
    background-size: cover;
}
.concept .main_program_section .title,
.concept .main_program_section .title p {
    font-family: Pretendard;
    font-weight: 600;
    font-size: 2.5vw;
    color: white;
    line-height: 1.4;
    letter-spacing: 0;
}
.concept .main_program_section .sub_title {
    margin-top: 2.083vw;
    font-family: Pretendard;
    font-weight: 400;
    font-size: 1.0416vw;
    color: #ddd;
    line-height: 1.4;
    letter-spacing: -0.0025em;
}
.concept .main_program_section .sub_title span {
    display: block;
    font-family: Pretendard;
    font-weight: 400;
    font-size: 1.0416vw;
    color: #ddd;
    line-height: 1.4;
    letter-spacing: -0.0025em;
}
.concept .main_program_section .head_content {
    width: 100%;
    display: flex;
    margin-top: 6.927083vw;
    margin-bottom: 0.9375vw;
    padding: 3.75vw 0 3.75vw 6.25vw;
    background: #000000cc;
    border: 1px solid #ffffff33;
}
.concept .main_program_section .head_content p {
    font-family: Pretendard;
    font-weight: 700;
    font-size: 1.25vw;
    color: white;
    line-height: 1.4;
    letter-spacing: -0.02em;
}
.concept .main_program_section .main_content {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 5.677083vw 6.25vw;
    border: 1px solid #ffffff33;
    overflow: hidden;
    z-index: 1;
}
.concept .main_program_section .main_content:first-of-type {
    margin-top: 6.927083vw;
    margin-bottom: 1.0416vw;
}
.concept .main_program_section .main_content:first-of-type:hover::before {
    width: 25%;
    height: 400%;
}
.concept .main_program_section .main_content:hover::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 300%;
    /* background: linear-gradient(249.63deg, #F34544 -11.29%, #D13130 26.66%, #475259 71.59%); */
    /* background:linear-gradient(90deg, rgba(34, 31, 31, 0) 0%, rgba(61, 255, 35, 1) 0%, rgba(81, 81, 84, 0) 0%, rgba(255, 114, 0) 70%, rgba(0, 0, 0, 0) 100%); */
    /* background: linear-gradient(90deg, #475259 0%, #D13130 50%, #F34544 100%); */
    background: linear-gradient(
        90deg,
        #475259 0%,
        #d13130 0%,
        rgba(81, 81, 84, 0) 0%,
        #d13130 50%,
        #f34544 70%,
        rgba(0, 0, 0, 0) 100%
    );
    transition: 0.5s;
    animation: animate3 8s linear infinite;
    opacity: 1;
    visibility: visible;
    z-index: -2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@keyframes animate3 {
    0% {
        transform: translate(-50%, -50%) rotate(45deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(405deg);
    }
}
.concept .main_program_section .main_content::after {
    content: "";
    position: absolute;
    inset: 1px;
    background: black;
    z-index: -1;
}
.concept .main_program_section .main_content .lecture_title_wrap {
    display: flex;
    align-items: center;
    gap: 0 2.65625vw;
}
.concept .main_program_section .main_content .lecture_title_wrap p {
    font-family: Pretendard;
    font-weight: 600;
    font-size: 2.5vw;
    color: white;
    line-height: 1.4;
    letter-spacing: 0;
}
.concept .main_program_section .main_content .lecture_title_wrap a {
    display: flex;
    align-items: center;
    gap: 0 1.0416vw;
    font-family: Pretendard;
    font-weight: 500;
    font-size: 0.9375vw;
    color: white;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
}
.concept .main_program_section .main_content .lecture_list {
    margin-top: 4.48vw;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 56.875vw;
    gap: 4.69vw 6.875vw;
    width: 100%;
}
.concept .main_program_section .main_content .lecture_list.top_list {
    display: flex;
    gap: 4.69vw 5.72916vw;
}
.concept .main_program_section .main_content .lecture_list li {
    display: flex;
    flex-direction: column;
}
.concept .main_program_section .main_content .lecture_list li .lecture_name {
    font-family: Pretendard;
    font-weight: 700;
    font-size: 1.25vw;
    color: white;
    line-height: 1.4;
    letter-spacing: -0.02em;
    margin-bottom: 1.0416vw;
}
.concept .main_program_section .main_content .lecture_list li .description {
    font-family: Pretendard;
    font-weight: 400;
    font-size: 0.9375vw;
    color: #ffffffcc;
    line-height: 1.45;
    letter-spacing: -0.05em;
}
.concept .main_program_section .main_content .lecture_list li .environment {
    margin-top: 0.52083vw;
    display: flex;
    align-items: center;
}
.concept
    .main_program_section
    .main_content
    .lecture_list
    li
    .environment
    span {
    display: flex;
    align-items: center;
    margin-right: 1.0416vw;
    font-size: 0.9375vw;
}
.concept
    .main_program_section
    .main_content
    .lecture_list
    li
    .environment
    span:nth-child(n + 2)::before {
    content: "";
    height: 0.625vw;
    width: 1px;
    background-color: #d9d9d9;
    margin-right: 1.0416vw;
}
.concept .sub_program_section {
    position: relative;
    display: flex;
    padding: 7.2916vw 8.3vw 6.25vw;
    background: #00000094;
}
.concept .sub_program_section .left_content {
    display: flex;
}
.concept .sub_program_section .left_content h3.title,
.concept .sub_program_section .left_content h3.title p {
    font-family: Pretendard;
    font-weight: 600;
    font-size: 2.5vw;
    color: white;
    line-height: 1.4;
    letter-spacing: 0;
}
.concept .sub_program_section .right_content {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-top: 1.09375vw;
    margin-left: 15.677083vw;
}
.concept .sub_program_section .right_content .target {
    font-family: Pretendard;
    font-weight: 600;
    font-size: 1.4583vw;
    color: white;
    line-height: 1.4;
    letter-spacing: 0;
}
.concept .sub_program_section .right_content .target_list {
    margin-top: 2.083vw;
    display: flex;
    align-items: center;
}
.concept .sub_program_section .right_content .target_list li {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    border-radius: 100%;
    background-color: black;
    border: 1px solid #ffffff33;
    opacity: 0;
    transition-duration: 0.5s;
    z-index: 1;
}
.concept .sub_program_section .right_content .target_list li:nth-child(2) {
    transition-delay: 0.3s;
    z-index: 2;
}
.concept .sub_program_section .right_content .target_list li:nth-child(3) {
    transition-delay: 0.7s;
    z-index: 3;
}
.concept .sub_program_section .right_content .target_list li:nth-child(n + 2) {
    margin-left: -1.97916vw;
}
.concept .sub_program_section .right_content .target_list li img {
    height: 4.16vw;
    object-fit: cover;
}
.concept .sub_program_section .right_content .target_list li p {
    margin-top: 1.77083vw;
    font-family: Pretendard;
    font-weight: 400;
    font-size: 1.0416vw;
    color: white;
    line-height: 1.4;
    letter-spacing: -0.0025em;
    text-align: center;
}
.concept .process_section {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 7.2916vw 5.46875vw 10.416vw 8.3vw;
}
.concept .process_section h3.title,
.concept .process_section h3.title p {
    font-family: Pretendard;
    font-weight: 600;
    font-size: 2.5vw;
    color: white;
    line-height: 1.4;
    letter-spacing: 0;
}
.concept .process_section .process_top {
    margin-top: 6.71875vw;
    max-width: 68.3vw;
    width: 100%;
    display: flex;
}
.concept .process_section .process li {
    flex: 1;
    flex-direction: column;
}
.concept .process_section .process li .number_line {
    display: flex;
    align-items: center;
}
.concept .process_section .process li .number_line .round_num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.083vw;
    height: 2.083vw;
    font-family: Pretendard;
    font-weight: 700;
    font-size: 1.14583vw;
    color: white;
    line-height: 1.4;
    letter-spacing: -0.0025em;
    background: #000000;
    border-radius: 100%;
}
.concept .process_section .process li .number_line .progress {
    position: relative;
    flex: 1;
    height: 1px;
    background-image: repeating-linear-gradient(
        to right,
        #606060 0px,
        #606060 1px,
        transparent 1px,
        transparent 4px
    );
}
.concept .process_section .process li .number_line .progress span {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #d13130;
    transform: scaleX(0);
    transform-origin: left;
    z-index: 2;
}
.concept .process_section .process li.active .number_line .progress span {
    transform: scaleX(1);
}
.concept .process_section .process li.active .number_line .round_num {
    background: #d13130;
}
.concept .process_section .process li .content {
    margin-top: 3.125vw;
    display: flex;
    flex-direction: column;
}
.concept .process_section .process li .content:has(.pre_txt) {
    margin-top: 0.989583vw;
}
.concept .process_section .process li .content .pre_txt {
    font-family: Pretendard;
    font-weight: 700;
    font-size: 0.83vw;
    color: #d13130;
    line-height: 1.4;
    letter-spacing: -0.0025em;
    margin-bottom: 0.989583vw;
}
.concept .process_section .process li .content .name {
    font-family: Pretendard;
    font-weight: 700;
    font-size: 1.14583vw;
    color: white;
    line-height: 1.4;
    letter-spacing: -0.0025em;
}
.concept .process_section .process li .content .content {
    margin-top: 0.78125vw;
    font-family: Pretendard;
    font-weight: 400;
    font-size: 0.9375vw;
    color: white;
    line-height: 1.5;
    letter-spacing: -0.02em;
}

.concept .process_section .process_bottom {
    align-self: flex-end;
    display: flex;
    margin-top: 7.5vw;
    max-width: 51.25vw;
    width: 100%;
}
.concept .final_section {
    position: relative;
}
.concept .final_section .progress_wrapper {
    height: 250vh;
}
.concept .final_section .progress_wrapper .sticky_content {
    position: sticky;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("/theme/basic/img/concept_final_section_bg.png");
    background-size: cover;
}

.concept .final_section .progress_wrapper .sticky_content .first_item {
    position: absolute;
}
.concept .final_section .progress_wrapper .sticky_content .first_item p span {
    display: block;
    color: white;
    font-weight: 700;
    font-size: 2.5vw;
    line-height: 1.5;
    text-align: center;
}
.concept .final_section .progress_wrapper .sticky_content .second_item {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.6vw;
}
.concept .final_section .progress_wrapper .sticky_content .second_item p span {
    display: block;
    color: white;
    font-weight: 700;
    font-size: 2.5vw;
    line-height: 1.5;
    text-align: center;
}
.concept
    .final_section
    .progress_wrapper
    .sticky_content
    .second_item
    .go_link {
    margin-top: 5.625vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px 0 28px;
    height: 64px;
    font-size: 18px;
    color: white;
    font-weight: 500;
    line-height: 1;
    background: #05050599;
    border-radius: 64px;
    max-width: 240px;
    width: 100%;
}
.concept
    .final_section
    .progress_wrapper
    .sticky_content
    .second_item
    .go_link
    img {
    margin-left: 3.75vw;
}
/* brand */
.sub-visual.brand::after {
    background-image: url("/theme/basic/img/sub/sub-bg-brand.png");
}
.brd-platform {
    position: relative;
    background: #000;
    padding: 8.3vw 0;
}
.brd-platform .sub-tit {
    margin-bottom: 5.72916vw;
}
.brd-platform .platform-list {
    max-width: 72.916vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.brd-platform .platform-list .logo-circle {
    position: relative;
    width: 19.7916vw;
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 2.60416vw solid #130f0b;
}
.brd-platform .platform-list .logo-circle:before {
    content: "";
    width: 100%;
    height: 0;
    border: 1px dashed #bc875c;
    position: absolute;
    top: 50%;
}
.brd-platform .platform-list .logo-circle:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #bc875c;
    position: absolute;
    top: 50%;
    margin-top: -4px;
}
.brd-platform .platform-list .brd-logo {
    margin: 3.64583vw 0 2.60416vw;
}
.brd-platform .platform-list > li {
    width: 50%;
    overflow: hidden;
    transition: all 0.5s;
}

.brd-platform .platform-list > li:last-child {
    transition-delay: 0.3s;
}
.brd-platform .platform-list > li:first-child .logo-circle:before {
    right: -100%;
}
.brd-platform .platform-list > li:last-child .logo-circle:before {
    left: -100%;
}
.brd-platform .platform-list > li:first-child .logo-circle:after {
    right: -4px;
}
.brd-platform .platform-list > li:last-child .logo-circle:after {
    left: -4px;
}
.brd-platform .platform-list > li > p {
    font-size: 1.25vw;
    font-weight: 600;
    font-weight: 600;
}
.brd-platform .platform-list > li > ul {
    display: inline-block;
    width: 100%;
    max-width: 15.625vw;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    margin-top: 1.5625vw;
    padding: 1.4583vw 2.60416vw;
    font-size: 0.83vw;
    color: rgba(255, 255, 255, 0.6);
    text-align: left;
}
.brd-platform .platform-list > li > ul > li {
    position: relative;
    padding-left: 0.78125vw;
}
.brd-platform .platform-list > li > ul > li + li {
    margin-top: 0.416vw;
}
.brd-platform .platform-list > li > ul > li:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #aaa;
    position: absolute;
    left: 0;
    top: 0.46875vw;
}

.brd-service {
    position: relative;
    background-image: linear-gradient(180deg, #000, #1b1e1a);
    padding: 4.16vw 0 9.375vw;
    text-align: center;
}
.brd-service .svc-card {
    display: flex;
    justify-content: space-between;
}
.brd-service .svc-card > li {
    width: calc(33.33% - 1.5625vw);
    border-radius: 20px;
    background: #000;
    padding: 5.2083vw 2.083vw;
}
.brd-service .svc-card > li {
    opacity: 0;
    transition: all 0.5s;
}
.brd-service .svc-card > li:nth-child(2) {
    transition-delay: 0.3s;
}
.brd-service .svc-card > li:nth-child(3) {
    transition-delay: 0.7s;
}
.brd-service .svc-card > li p {
    color: #ddd;
}
.brd-service .svc-card > li h4 {
    font-size: 1.4583vw;
    font-weight: 700;
}
.brd-service .svc-card > li strong {
    display: block;
    font-size: 0.83vw;
    font-weight: 600;
    color: #bc875c;
    margin-bottom: 0.625vw;
}
.brd-service .svc-logo {
    width: 11.4583vw;
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2.083vw auto;
}

.fade_up {
    animation: fadeUp 0.3s forwards;
}
@keyframes fadeUp {
    0% {
        transform: translateY(20px);
        /* overflow: hidden; */
        /* transform:translateY(20px); */
        /* max-height: 0; */
    }
    100% {
        transform: translateY(0);

        /* transform:translateY(0%); */
        /* max-height: 1000px; */
    }
}
/* media size setting end */
@media all and (min-width: 1921px) {
    .meet_section .sticky_content .bg_top {
        height: 100%;
        background: url(/theme/basic/img/left_bg.jpg) no-repeat 0 50% / 82.77%;
    }
    .meet_section .sticky_content .bg_under {
        height: 100%;
        background: url(/theme/basic/img/right_bg.jpg) no-repeat 100% 50% / 86%;
    }
}

@media all and (max-width: 1919px) {
    .meet_section .sticky_content .bg_top {
        height: 100%;
        background-size: cover;
    }
    .meet_section .sticky_content .bg_under {
        height: 100%;
        background-size: cover;
    }
}
@media all and (max-width: 1024px) {
    .scroll-down {
        width: 16.6vw;
        height: 16.6vw;
        max-width: 100px;
        max-height: 100px;
    }
    .scroll-down button{
        width: 6.6vw;
        max-width: 30px;
    }
    .second_section .text_wrap .sub_txt span {
        font-size: 1.953vw;
    }
    section .text_content .sub_txt span {
        font-size: 1.953vw;
    }
    .second_section .text_wrap {
        margin-left: 9.76vw;
    }
    section .text_content .pre_txt {
        font-size: 1.7578vw;
    }
    .third_section .info_content li .txt_wrap .title {
        font-size: 2.34vw;
    }
    .third_section .info_content li .txt_wrap .description {
        font-size: 16px;
    }
    .fixed_section .track_content .text_wrap span {
        font-size: 16px;
    }
    .fifth_section .content_box ul .info_wrap .description {
        font-size: 16px;
    }
    .fifth_section .content_box ul .info_wrap .title {
        font-size: 20px;
    }
}

@media all and (max-width: 1024px) {
    .intro_section .intro-video {
        width: 33vw;
        height: 33vw;
    }
    .intro_section .intro-aim {
        width: 35vw;
        height: 35vw;
    }
    .intro_section .intro-aim::before {
        width: 6vw;
        height: 6.2vw;
    }
    .intro_section .intro-aim::after {
        width: 6vw;
        height: 6.2vw;
    }
    .intro_section .intro-title h1 span {
        font-size: 5.5vw;
    }
    section .text_content .pre_txt {
        font-size: 3.8vw;
    }
    section .text_content h3 {
        margin-top: 3.3vw;
    }
    section .text_content h3 p {
        font-size: 5vw;
    }
    .first_section {
        padding-top: 22.2vw;
        padding-bottom: 16px;
    }
    .second_section .progress_wrapper {
        height: 270vh;
    }
    .first_section .sticky_content {
        justify-content: flex-start;
        gap: 27.7vw 0;
    }
    .first_section .sticky_content .text_content.mobile {
        margin-top: 22.2vw;
    }
    .first_section .raser_content {
        gap: 3.3vw 0;
    }
    .first_section .raser_content p {
        font-size: 8.8vw;
    }
    .first_section .raser_content .line {
        width: 110%;
    }
    .second_section .progress_wrapper {
        height: 250vh;
        height: calc(var(--vh) * 250);
    }
    .second_section .text_wrap {
        margin-left: 5.208vw;
    }
    .second_section .text_wrap .main_txt p {
        font-size: 5.5vw;
    }
    .second_section .text_wrap .sub_txt span {
        font-size: 4.4vw;
    }
    .third_section {
        padding: 22.2vw 0 33.3vw;
    }
    section .text_content .sub_txt {
        margin-top: 4.4vw;
    }
    section .text_content .sub_txt span {
        font-size: 4.4vw;
    }
    .third_section .info_content {
        padding-left: 0;
        margin: 11.1vw 5.208vw 0;
    }
    .third_section .info_content .count_num_item_wrap {
        width: 33.3vw;
        min-width: 33.3vw;
        font-size: 6.1vw;
    }
    .third_section
        .info_content
        .count_num_item_wrap
        .count_num_item_box
        .count_num_item {
        font-size: 6.1vw;
    }
    .third_section .info_content > li {
        padding: 5vw 0 5.5vw;
    }
    .third_section .info_content li .txt_wrap {
        margin-top: 1.6vw;
        gap: 3.8vw 0;
    }
    .third_section .info_content li .txt_wrap .title {
        font-size: 4.72vw;
    }
    .third_section .info_content li .txt_wrap .description {
        font-size: 3.8vw;
    }
    .third_section .info_content li .sm {
        font-size: 4.4vw;
    }
    .fourth_section .text_content {
        top: 56%;
        transform: translateY(-50%);
        bottom: initial;
    }
    .fourth_section .text_content h3 p {
        font-size: 5vw;
    }
    .fifth_section .content_box {
        gap: 0 11.1vw;
    }
    .fifth_section .content_box ul li {
        width: 80vw;
    }
    .fifth_section .content_box ul .info_wrap {
        margin-top: 4.4vw;
    }
    .fifth_section .content_box ul .info_wrap .type {
        font-size: 3.8vw;
    }
    .fifth_section .content_box ul .info_wrap .title {
        margin-top: 3.3vw;
        font-size: 4.4vw;
    }
    .fifth_section .content_box ul .info_wrap .description {
        margin-top: 1.6vw;
        font-size: 4.16vw;
    }
    .fifth_section .content_box ul li:last-child .preview_txt {
        font-size: 4.4vw;
    }
    .fixed_section {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .fixed_section .text_content {
        margin-top: 18.8vw;
        margin-bottom: 11.1vw;
    }
    .fixed_section .text_content h3 p {
        font-size: 5vw;
    }
    .fixed_section .track_content {
        margin-left: 5.208vw;
        padding: 8.3vw 0 11.1vw;
        gap: 8.3vw 0;
    }
    .fixed_section .track_content .circle {
        width: 2.7vw;
        height: 2.7vw;
        margin-top: 2.2vw;
    }
    .fixed_section .track_content li {
        gap: 0 6.6vw;
    }
    .fixed_section .track_content li.active .circle::after {
        width: 8.3vw;
        height: 8.3vw;
    }
    .fixed_section .track_content .line {
        left: 1.1vw;
    }
    .fixed_section .track_content .text_wrap p {
        font-size: 5vw;
    }
    .fixed_section .track_content .text_wrap span {
        font-size: 3.8vw;
        margin-top: 3.3vw;
    }
    .seventh_section {
        padding-top: 27.7vw;
    }
    .seventh_section .sticky_content {
        justify-content: flex-start;
    }
    .seventh_section .top_text_content h3 p {
        font-size: 5vw;
    }
    .seventh_section .top_text_content {
        margin-top: 33.3vw;
        margin-bottom: 13.8vw;
    }
    .seventh_section .video_contents li .description {
        margin-top: 3.3vw;
        font-size: 4.4vw;
    }

    .seventh_section .video_contents li .video_wrap {
        width: 89.584vw;
    }
    .seventh_section .video_contents {
        margin-left: 5.208vw;
        gap: 3vw;
    }
    .nineth_section {
        padding-top: 22.2vw;
    }
    .nineth_section .text_content {
        top: 16.6vw;
    }
    .nineth_section .content_wrap {
        height: 88.16vw;
        margin-left: 5.5vw;
    }
    .nineth_section .content_wrap li:nth-child(1) img {
        width: 20.5vw;
    }
    .nineth_section .content_wrap li:nth-child(1) {
        bottom: 7.361vw;
    }
    .nineth_section .content_wrap li:nth-child(2) {
        bottom: 6.561vw;
        right: 7.361vw;
    }
    .nineth_section .content_wrap li:nth-child(2) img {
        width: 45vw;
    }
    .nineth_section .content_wrap li:nth-child(3) {
        left: 4.16vw;
    }
    .nineth_section .content_wrap li:nth-child(3) img {
        width: 90vw;
    }
    .nineth_section .content_wrap li:nth-child(4) {
        left: 7.07vw;
        bottom: 9.6vw;
    }
    .nineth_section .content_wrap li:nth-child(4) img {
        width: 57.72vw;
    }
    .tenth_section .progress_wrapper {
        height: 300vh;
        height: calc(var(--vh) * 300);
    }
    .tenth_section .sticky_content .text_content h3 p {
        font-size: 5vw;
    }
    .tenth_section .sticky_content .container .box:nth-child(1) img {
        height: 23.39583vw;
        left: 3.3333vw;
        bottom: 29.4vw;
    }
    .tenth_section .sticky_content .container .box:nth-child(2) img {
        top: 13vw;
        right: 1.718vw;
        height: 26.260416vw;
    }
    .tenth_section .sticky_content .container .box:nth-child(3) img {
        height: 27.9583vw;
        bottom: 0;
        left: 0;
    }
    .tenth_section
        .sticky_content
        .container
        .box:nth-child(4)
        img:first-child {
        height: 19.572916vw;
        right: 0;
        top: 6vw;
    }
    .tenth_section .sticky_content .container .box:nth-child(4) img:last-child {
        right: 23vw;
        height: 20.5vw;
        top: 23.375vw;
    }
    section .text_content {
        margin-left: 5.208vw;
    }
    .eleventh_section {
        padding-top: 22.2vw;
        padding-left: 0;
    }
    .eleventh_section .text_content .pre_txt {
        font-size: 3.8vw;
    }
    .eleventh_section .progress_wrapper {
        height: 240vh;
        height: calc(var(--vh) * 240);
    }
    .eleventh_section .progress_wrapper .sticky_content {
        flex-direction: column;
        align-items: flex-start;
    }
    .eleventh_section .progress_wrapper .sticky_content .text_content {
        margin-top: 22.2vw;
        margin-bottom: 13.8vw;
    }
    .eleventh_section .text_content .pre_txt {
        font-size: 3.8vw;
    }
    .eleventh_section .text_content h3 {
        margin-top: 4.4vw;
    }
    .eleventh_section .content_box {
        margin-left: 0;
    }
    .eleventh_section .content_box .count_wrapper {
        gap: 8.3vw 0;
    }
    .eleventh_section .content_box .txt_box .name {
        font-size: 5vw;
        margin-bottom: 3.3vw;
    }
    .eleventh_section .count_num_item_wrap {
        font-size: 6.6vw;
    }
    .eleventh_section .count_num_item_wrap .count_num_item_box .count_num_item {
        font-size: 6.6vw;
    }
    .eleventh_section .content_box .txt_box span {
        font-size: 3.8vw;
        margin-bottom: 1.1vw;
    }
    .eleventh_section .content_box .bar_content {
        height: 2.7vw;
    }
    .eleventh_section .content_box .bar_content .gage {
        height: 5.5vw;
    }
    .eleventh_section .content_box .notice {
        font-size: 3.3vw;
        margin-top: 3.3vw;
    }
    .support_section {
        padding: 22vw 0 30px;
    }
    .support_section .content_box {
        flex-direction: column;
        align-items: stretch;
        margin: 11.1vw auto 0;
        max-width: 80vw;
        gap: 8.8vw 0;
    }
    .support_section .content_box li .title {
        font-size: 4.4vw;
    }
    .support_section .content_box li .description {
        margin-top: 2.7vw;
        font-size: 3.8vw;
    }
    .real_case_section .sticky_content {
        justify-content: flex-start;
    }
    .real_case_section .sticky_background img {
        height: 120vh;
        height: calc(var(--vh) * 120);
    }

    .real_case_section .text_content {
        position: relative;
        top: 0;
        margin-top: 22.2vw;
    }
    .real_case_section .case_box {
        margin: 22.2vw 0 8.3vw 5.208vw;
        gap: 0 5.5vw;
        width: max-content;
    }
    .real_case_section .case_box li {
        flex-basis: 79vw;
        flex-shrink: 0;
        gap: 3.3vw 0;
        padding: 6.6vw 4.4vw;
    }
    .real_case_section .case_box li .pre_txt {
        font-size: 3.3vw;
    }
    .real_case_section .case_box li .title {
        font-size: 4.4vw;
    }
    .real_case_section .case_box li .description,
    .real_case_section .case_box li .name {
        font-size: 3.8vw;
    }
    .meet_section {
        padding-top: 0;
    }
    .last_section .sticky_content .first_item {
        margin: 0 5.5vw 4.5vw;
    }
    .last_section .sticky_content .first_item p span {
        font-size: 5vw;
    }
    .last_section .sticky_content .second_item p span {
        font-size: 5vw;
    }
    .last_section .sticky_content .second_item .btn_wrap {
        flex-direction: column;
    }
    .last_section .sticky_content .second_item .btn_wrap {
        margin-top: 8.3vw;
        gap: 5.5vw 0;
    }
    .last_section .sticky_content .second_item .btn_wrap a {
        justify-content: space-between;
        padding: 0 2.2vw 0 4.4vw;
        width: 61.1vw;
        height: 13.8vw;
        font-size: 3.8vw;
        border-radius: 8.3vw;
    }
    .last_section .sticky_content .second_item .btn_wrap a img {
        margin-left: 8.3vw;
        height: 8.8vw;
    }
    .meet_section .sticky_content .bg_top {
        position: relative;
        height: 50vh;
        height: calc(var(--vh) * 50);

        clip-path: initial;
    }
    .meet_section .sticky_content .bg_under {
        position: relative;
        height: 50vh;
        height: calc(var(--vh) * 50);

        clip-path: initial;
    }
    .meet_section .sticky_content .bg_top .text_content {
        margin-top: 22.2vw;
    }
    .meet_section .sticky_content .bg_top .text_content h3 {
        margin-top: 2.7vw;
    }
    .meet_section .sticky_content .bg_top .text_content h3 p {
        font-size: 4.72vw;
    }
    .meet_section .sticky_content .bg_under .info_content {
        margin-bottom: 8.3vw;
    }
    .meet_section .sticky_content .bg_under .info_txt {
        font-size: 4.72vw;
    }
    .meet_section .sticky_content .bg_under .info_sub_txt {
        font-size: 3.8vw;
        margin-top: 2.7vw;
    }
    .meet_section .sticky_content .bg_under .link_btn {
        margin-top: 4.4vw;
        padding: 0 2.2vw 0 4.4vw;
        font-size: 3.8vw;
        height: 13.8vw;
        border-radius: 8.3vw;
    }
    .meet_section .sticky_content .bg_under .link_btn img {
        margin-left: 8.3vw;
        height: 8.8vw;
    }
    .progress_wrapper {
        height: 200vh !important;
    }
    .fifth_section .progress_wrapper {
        height: 400vh !important;
    }
    .real_case_section .progress_wrapper {
        height: 250vh !important;
    }

    .sub-visual .visual-tit {
        font-size: 10vw;
        margin-top: 8.3vw;
    }
    .breadcrumb ul li a {
        font-size: 3.8vw;
        line-height: 5vw;
    }

    .sub-hero {
        padding: 0;
        flex-direction: column;
    }
    .sub-hero .inner {
        flex: 1;
        display: flex;
        flex-direction: column;
        margin: 0;
        width: auto;
    }
    .sub-hero .sub-tit h3 {
        font-size: 5vw;
    }
    .sub-hero .sub-tit p {
        font-size: 3.8vw;
        margin-bottom: 11.1vw;
    }

    .sub-hero .img {
        position: relative;
        width: 100%;
        height: auto;
        flex: 1;
    }
    .overview .sub-hero .sub-tit {
        max-width: none;
        width: 90%;
        margin: 22.2vw auto 0;
    }
    .sub-hero .sub-tit h3 {
        margin-bottom: 4.4vw;
    }
    .sub-hero.active .block .b2 {
        width: 33%;
    }
    .sub-hero.active .block .b3 {
        width: 66%;
    }
    .ovv-organ {
        padding: 22.2vw 0;
    }
    .sub-tit h3 {
        margin-bottom: 4.4vw;
    }
    .ovv-profile .sub-tit h3 {
        margin-bottom: 8.3vw;
    }
    .sub-tit h3 p {
        font-size: 5vw;
    }
    .sub-tit p span {
        font-size: 3.8vw;
    }
    .sub-tit p {
        margin-bottom: 8.3vw;
    }
    .ovv-profile {
        flex-direction: column;
    }
    .ovv-profile .sub-tit {
        position: relative;
        padding-top: 22.2vw;
        width: 90%;
        margin: 0 auto;
        padding-left: 0;
    }
    .ovv-profile .sub-tit h3 p {
        font-size: 5vw;
    }
    .ovv-profile .profile-list .info {
        margin-left: 5vw;
        padding: 13.8vw 0 8.3vw;
    }
    .ovv-profile .profile-list .info .msg {
        font-size: 3.61vw;
    }
    .ovv-profile .profile-list .info .program {
        font-size: 5vw;
        margin: 2.2vw 0 2.7vw;
    }
    .ovv-profile .profile-list .info .program_description {
        font-size: 3.3vw;
    }
    .ovv-profile .profile-list .info .history .name {
        font-size: 3.05vw;
        gap: 0 1.6vw;
    }
    .ovv-profile .profile-list .info .history .name strong {
        font-size: 3.8vw;
    }
    .ovv-profile .profile-list .info .history ul > li {
        padding-left: 2.2vw;
        font-size: 3.05vw;
    }
    .ovv-profile .profile-list .info .history ul > li:before {
        top: 1.5vw;
    }
    .ovv-profile .profile-list .img {
        right: -2vw;
        width: 50vw;
        top: initial;
        bottom: 0;
    }
    .ovv-profile .profile-list > li .bg{
        right: -15vw;
        width: 83vw;
        height: auto;
    }
    .ovv-partner .sub-tit > p {
        margin-bottom: 4.4vw;
    }
    .sub-tit p {
        font-size: 3.8vw;
    }
    .sub-tit h3 p {
        margin-bottom: 0;
    }
    .ovv-partner {
        padding: 22.2vw 0 27.7vw;
    }
    .marquee {
        margin-top: 11.1vw;
    }
    :root {
        --marquee-elements-displayed: 4;
    }
    .ovv-education .inner {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .ovv-education .pre_txt {
        margin-bottom: 2.7vw;
    }
    .ovv-education .sub-tit {
        padding-top: 22.2vw;
        width: 100%;
        margin-bottom: 8.3vw;
    }
    .ovv-education .sub-tit p {
        margin-bottom: 0;
    }
    .ovv-education .img-list {
        position: relative;
        width: 100%;
    }
    .main-contact .ctt-title p:first-child {
        font-size: 3.8vw;
        margin-bottom: 2.2vw;
    }
    .main-contact .ctt-title p span {
        font-size: 5vw;
    }
    .main-contact .more-btn {
        justify-content: space-between;
        padding: 0 2.2vw 0 4.4vw;
        width: 61.1vw;
        height: 12.8vw;
        font-size: 3.8vw;
        border-radius: 8.3vw;
    }
    .main-contact .more-btn img{
        width: 9vw;
    }
    .instructor .sub-hero .sub-tit {
        max-width: none;
        width: 90%;
        margin: 22.2vw auto 0;
    }
    .instructor .sub-hero .sub-tit {
        margin-left: 5vw;
    }
    .instructor .introduce_section {
        padding: 16.6vw 5vw 22.2vw;
        flex-direction: column;
    }
    .instructor .introduce_section .left_content .select_wrapper {
        position: static;
        flex-direction: row;
        gap: 0 1.6vw;
        margin-bottom: 5.5vw;
    }
    .instructor .introduce_section .left_content {
        flex-basis: 0;
        flex-direction: row;
        align-items: flex-end;
    }
    .instructor .introduce_section .left_content .select_wrapper li {
        font-size: 3.8vw;
    }
    .instructor .introduce_section .right_content .title {
        font-size: 5vw;
    }
    .instructor .introduce_section .right_content .instructors {
        margin-top: 4.4vw;
        grid-template-columns: repeat(2, 1fr);
        gap: 5.5vw;
    }
    .instructor .introduce_section .right_content .instructors li .name {
        margin-top: 2.2vw;
        font-size: 4.4vw;
    }
    .instructor .introduce_section .right_content .instructors li .job {
        margin-top: 1.6vw;
        font-size: 3.3vw;
    }
    .instructor .instructor_popup {
        max-width: none;
        width: 100%;
        height: 100vh;
        height: calc(var(--vh) * 100);
        flex-direction: column;
    }
    .instructor .instructor_popup .left_content {
        margin-left: 5vw;
    }
    .instructor .instructor_popup .left_content .text_wrap .name {
        font-size: 4.4vw;
        margin-top: 3.3vw;
    }
    .instructor .instructor_popup .left_content .text_wrap .job {
        font-size: 3.3vw;
        margin-top: 2.2vw;
    }
    .instructor .instructor_popup .right_content .info_wrap .info_title {
        font-size: 3.8vw;
        margin-bottom: 2.7vw;
    }
    .instructor .instructor_popup .right_content .info_wrap ul {
        padding-top: 2.7vw;
    }
    .instructor .instructor_popup .right_content .info_wrap ul li {
        font-size: 3.3vw;
        padding-left: 2vw;
    }
    .instructor .instructor_popup .close_btn {
        right: 4.4vw;
        top: 4.4vw;
        width: 8.8vw;
    }
    .instructor_popup .left_content {
        margin-top: 16.6vw;
        flex-direction: row;
    }
    .instructor .instructor_popup .left_content img {
        width: 50%;
    }
    .instructor .instructor_popup .left_content .text_wrap {
        margin-left: 6.6vw;
        margin-bottom: 2.7vw;
    }
    .instructor .instructor_popup .right_content {
        padding: 8.3vw 5vw;
    }
    .instructor .instructor_popup .right_content .info_wrap {
        margin-top: 4.4vw;
    }
    .sub-hero .sub-tit {
        width: 90%;
        margin: 22.2vw auto 0;
        max-width: none;
    }
    .brd-platform {
        padding: 22.2vw 0;
    }
    .brd-platform .platform-list {
        max-width: none;
        margin: 0;
    }
    .brd-platform .platform-list .logo-circle {
        width: 80%;
        border-width: 5.5vw;
        padding: 0 4.4vw;
    }
    .brd-platform .platform-list .logo-circle:after {
        width: 1.1vw;
        height: 1.1vw;
        margin-top: -0.27vw;
    }
    .brd-platform .platform-list > li:first-child .logo-circle:after {
        right: -0.5vw;
    }
    .brd-platform .platform-list > li:last-child .logo-circle:after {
        left: -0.5vw;
    }
    .brd-platform .platform-list .brd-logo {
        margin: 6.6vw 0 4.4vw;
    }
    .brd-platform .platform-list .brd-logo img {
        height: 5vw;
    }
    .brd-platform .platform-list > li > p {
        font-size: 4.16vw;
    }
    .brd-platform .platform-list > li > ul {
        max-width: none;
        width: 90%;
        margin-top: 2.7vw;
        padding: 2.2vw 3.1vw;
        font-size: 3.3vw;
    }
    .brd-platform .platform-list > li > ul > li {
        padding-left: 1.2vw;
    }
    .brd-platform .platform-list > li > ul > li:before {
        width: 0.5vw;
        height: 0.5vw;
        top: 2.2vw;
    }
    .brd-service {
        padding: 11.1vw 0 22.2vw;
        background-image: linear-gradient(
            180deg,
            #000000 0%,
            #1b1e1a 11%,
            #1b1e1a 100%
        );
    }
    .brd-service .sub-tit p {
        margin-bottom: 2.7vw;
    }
    .brd-service .sub-tit h3 {
        margin-bottom: 8.3vw;
    }
    .brd-service .svc-card {
        flex-direction: column;
        justify-content: flex-start;
        gap: 5.5vw 0;
    }
    .brd-service .svc-card > li {
        width: 100%;
        padding: 11.1vw 5.5vw;
    }
    .brd-service .svc-card > li strong {
        font-size: 3.3vw;
        margin-bottom: 1.1vw;
    }
    .brd-service .svc-card > li h4 {
        font-size: 4.4vw;
    }
    .brd-service .svc-logo {
        width: 33.3vw;
        padding: 0 16px;
        margin: 20px auto;
    }
    .brd-service .svc-card > li p {
        font-size: 3.8vw;
    }
    .concept .sub-hero .sub-tit {
        max-width: none;
    }
    .concept .sub-hero {
        padding-bottom: 0;
    }
    .concept .notice_section {
        padding: 22.2vw 0 27.7vw;
    }
    .concept .notice_section .content_wrapper {
        margin-top: 11.1vw;
        flex-direction: column;
        max-width: none;
        gap: 8.3vw 0;
    }
    .concept .notice_section .title,
    .concept .notice_section .title p {
        font-size: 5vw;
    }
    .concept .notice_section .content_wrapper li .name {
        margin-top: 4.4vw;
        font-size: 4.4vw;
    }
    .concept .notice_section .content_wrapper li .description {
        margin-top: 3.3vw;
        font-size: 3.8vw;
    }
    .concept .review_section .left_content h3,
    .concept .review_section .left_content h3 p {
        font-size: 5vw;
    }
    .concept .review_section .left_content p,
    .concept .review_section .left_content p span {
        font-size: 3.8vw;
    }
    .concept .review_section .right_content ul li .name {
        font-size: 4.4vw;
    }
    .concept .review_section .right_content ul li .content {
        font-size: 3.8vw;
    }
    .concept .review_section {
        flex-direction: column;
        background: linear-gradient(
            180deg,
            #000000 0%,
            #1b1e1a 10%,
            #1b1e1a 100%
        );
    }
    .concept .review_section .left_content {
        position: relative;
        padding: 22.2vw 5vw 11.1vw;
        gap: 3.3vw 0;
    }
    .concept .review_section .right_content ul li {
        gap: 2.2vw 0;
    }
    .concept .review_section .right_content ul li {
        padding: 7vw 5vw;
    }
    .concept .main_program_section {
        padding: 22.2vw 5vw 16.6vw;
    }
    .concept .main_program_section .title,
    .concept .main_program_section .title p {
        font-size: 5vw;
    }
    .concept .main_program_section .sub_title {
        margin-top: 4.4vw;
    }
    .concept .main_program_section .sub_title span {
        font-size: 3.8vw;
    }
    .concept .main_program_section .main_content .lecture_title_wrap p {
        font-size: 5vw;
    }
    .concept .main_program_section .main_content .lecture_list {
        margin-top: 5.5vw;
    }
    .concept
        .main_program_section
        .main_content
        .lecture_list
        li
        .lecture_name {
        font-size: 3.8vw;
        margin-bottom: 0;
    }
    .concept .main_program_section .main_content .lecture_list.top_list {
        flex-direction: column;
        gap: 5.5vw 0;
    }
    .concept .main_program_section .main_content {
        padding: 6.5vw 5vw;
    }
    .concept .main_program_section .main_content:first-of-type {
        margin-top: 11.1vw;
        margin-bottom: 3.3vw;
    }
    .concept .main_program_section .main_content .lecture_list li .description {
        font-size: 3.3vw;
        margin-top: 0.5vw;
    }
    .concept
        .main_program_section
        .main_content
        .lecture_list
        li
        .environment
        span {
        font-size: 3.3vw;
    }
    .concept .main_program_section .main_content .lecture_list {
        grid-template-columns: repeat(1, 1fr);
        gap: 7.2vw 0;
    }
    .concept .main_program_section .main_content .lecture_list li {
        gap: 2.2vw 0;
    }
    .concept .main_program_section .main_content .lecture_list li .environment {
        margin-top: 0;
    }
    .concept .sub_program_section .left_content h3.title,
    .concept .sub_program_section .left_content h3.title p {
        font-size: 5vw;
    }
    .concept .sub_program_section {
        flex-direction: column;
        padding: 22.2vw 5vw 16.6vw;
    }
    .concept .sub_program_section .right_content .target {
        font-size: 4.4vw;
        text-align: left;
    }
    .concept .sub_program_section .right_content .target_list {
        align-items: stretch;
        width: 72%;
        margin: 5.5vw auto 0;
    }
    .concept .sub_program_section .right_content .target_list li p {
        font-size: 3.8vw;
        margin-top: 2.7vw;
    }
    .concept .sub_program_section .right_content {
        margin-top: 11.1vw;
        margin-left: 0;
    }
    .concept .sub_program_section .right_content .target_list {
        flex-direction: column;
        gap: 5.5vw 0;
    }
    .concept .sub_program_section .right_content .target_list li img {
        height: 13.8vw;
    }
    .concept .process_section {
        padding: 22.2vw 5vw 25vw;
    }
    .concept .process_section h3.title,
    .concept .process_section h3.title p {
        font-size: 5vw;
    }
    .concept .process_section .process_top {
        margin-top: 11.1vw;
        max-width: none;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 11.1vw 4.4vw;
    }
    .concept .process_section .process li .number_line .progress {
        display: none;
    }
    .concept .process_section .process li .number_line .round_num {
        width: 8.8vw;
        height: 8.8vw;
        font-size: 4.4vw;
    }
    .concept .process_section .process li .content .pre_txt {
        font-size: 3.3vw;
    }
    .concept .process_section .process li .content .name {
        font-size: 3.8vw;
    }
    .concept .process_section .process li .content .content {
        font-size: 3.61vw;
    }
    .concept .process_section .process li .content:has(.pre_txt) {
        margin-top: 2.2vw;
    }
    .concept .process_section .process li .content .pre_txt {
        margin-bottom: 1.6vw;
    }
    .concept .process_section .process li .content {
        margin-top: 8.5vw;
    }
    .concept .process_section .process li:last-child .content .content{
        white-space: nowrap;
    }
    .concept .process_section .process_bottom {
        margin-top: 6.6vw;
        max-width: none;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 11.1vw 4.4vw;
    }
    .concept
        .final_section
        .progress_wrapper
        .sticky_content
        .first_item
        p
        span {
        font-size: 5vw;
    }
    .concept
        .final_section
        .progress_wrapper
        .sticky_content
        .second_item
        p
        span {
        font-size: 5vw;
    }
    
    .concept
        .final_section
        .progress_wrapper
        .sticky_content
        .second_item
        .go_link {
        margin-top: 11.1vw;
        justify-content: space-between;
        padding: 0 2.2vw 0 4.4vw;
        width: 61.1vw;
        height: 12.8vw;
        font-size: 3.8vw;
        border-radius: 8.3vw;
    }
      .concept
        .final_section
        .progress_wrapper
        .sticky_content
        .second_item
        .go_link img{
            width: 9vw;
        }
    .concept .final_section .progress_wrapper .sticky_content {
        background-position: center;
    }
    .review .sub-hero .sub-tit{
        max-width: none;
    }
    .review .sub-hero {
        padding-bottom: 0;
    }
    .review .review_section .title p{
        font-size: 4.72vw;
    }
    .review .review_section{
        padding: 13.8vw 5vw 22.2vw;
    }
    .review .review_section .title p{
        font-size: 4.72vw;
    }
    .review .review_section .review_wrap{
        margin-top: 10.5vw;
        grid-template-columns: repeat(1, 1fr);
        gap: 12.9638vw 0;
    }
    .review .review_section .review_wrap li .review_box{
        padding:7.38vw 6.472vw;
    }
    .review .review_section .review_wrap li .review_box .line{
        margin: 3.694vw 0 4.805vw;
    }
    .review .review_section .review_wrap li .review_box .review_title{
        font-size: 4.4vw;
        min-height: auto;
        height: auto;
    }
    .review .review_section .review_wrap li .review_box .review_content{
        font-size: 3.4vw;
        padding-right: 1.6vw;
    }
    .review .review_section .review_wrap li .date{
        margin-top: 5.38vw;
        font-size: 3.4vw;
    }
    .review .review_section .review_wrap li .student{
        margin-top: 0.83vw;
        font-size: 3.694vw
    }
    .review .review_section .emphasize_txt{
        margin-top: 8.8vw;
    }
    .review .review_section .emphasize_txt span{
        font-size: 5vw;
    }
    .review .review_section .view_more_btn{
        margin-top: 8.3vw;
        justify-content: space-between;
        padding: 0 2.2vw 0 4.4vw;
        width: 61.1vw;
        height: 12.8vw;
        font-size: 3.8vw;
        border-radius: 8.3vw;
    }
    .review .review_section .view_more_btn img {
        width: 9vw;
    }
    .inquiry .sub-hero .sub-tit{
        max-width: none;
    }
    .inquiry .sub-hero{
        padding-bottom: 0;
    }
    .inquiry .section1{
        padding: 22.2vw 5vw 11.1vw;
    }
    .inquiry .section1 .title{
        font-size: 5vw;
    }
    .inquiry .section1 .info_box_wrapper{
        margin: 6.6vw 0 0 0;
        gap: 4.4vw 0;
        flex-basis: 0;
    }
    .inquiry .section1 .info_box .info_title{
        font-size: 4.16vw;
    }
    .inquiry .section1 .info_box .info_description_wrap{
        margin-top: 2.2vw;
    }
    .inquiry .section1 .info_box .info_description_wrap li::before{
        left: 0.5vw;
        top:2.2vw;
    }
    .inquiry .section1 .info_box .info_description_wrap li{
        font-size: 3.61vw;
        padding-left: 2.2vw;
        align-items: flex-start;
    }
    .inquiry .form_section{
        flex-direction: column;
        gap: 6.6vw 0;
        padding:11.1vw 5vw 22.2vw;
    }
    .inquiry .form_section .left_content{
        flex-basis: 0;
    }
    .inquiry .form_section .left_content .title {
        font-size: 4.16vw;
    }
    .inquiry .form_section .left_content .title p {
        font-size: 4.16vw;
    }
    .inquiry .form_section .right_content form ul {
        flex-direction: column;
        flex-wrap: nowrap;
        gap:4.4vw 0;
    }
    .inquiry .form_section .right_content form ul li{
        flex-basis: 0;
        gap:2.7vw 0;
    }
    .inquiry .form_section .right_content form ul li .name{
        font-size: 3.8vw;
    }
    .inquiry .form_section .right_content form ul li input{
        font-size: 3.8vw;
        padding: 0 0 1.38vw;
    }
    .inquiry .form_section .right_content form ul li textarea{
        font-size: 3.8vw;
        height: 27.7vw;
    }
    .inquiry .form_section .right_content form ul li .file_upload span{
        font-size: 3.8vw;
        padding-bottom: 1.38vw;
    }
    .inquiry .form_section .right_content form ul li .file_upload .input_wrapper{
        margin-left: 3.3vw;
        font-size: 3.8vw;
        height: 8.8vw;
        padding: 0 1.1vw;
    }
    .inquiry .form_section .right_content form ul li .file_notice{
        margin-top: 3.3vw;
        font-size: 3.8vw;
    }
    .inquiry .form_section .right_content form .privacy_wrapper{
        margin-top: 8.3vw;
    }
    .inquiry .form_section .right_content form .privacy_wrapper .title{
        font-size: 3.8vw;
    }
    .inquiry .form_section .right_content form .privacy_wrapper .content{
        margin-top: 2.7vw;
        height: 27.7vw;
        max-height: 27.7vw;
        font-size: 3.3vw;
    }
    .inquiry .form_section .right_content form .privacy_wrapper .line{
        margin: 4.4vw 0 2.2vw;
    }
    .inquiry .form_section .right_content form .privacy_wrapper .privacy_notice{
        font-size: 3.8vw;
    }
    .inquiry .form_section .right_content form .privacy_wrapper .checkbox{
        margin-top: 2.2vw;
        font-size: 3.8vw;
    }
    .inquiry .form_section .right_content form .privacy_wrapper .checkbox .custom-check{
        width: 3.8vw;
        height: 3.8vw;
        background-size: cover;
        margin-right: 1.1vw;
    }
    .inquiry .form_section .right_content form .inquiry_btn{
        
        justify-content: space-between;
        padding: 0 2.2vw 0 4.4vw;
        width: 61.1vw;
        height: 12.8vw;
        font-size: 3.8vw;
        border-radius: 8.3vw;
        margin: 8.3vw auto 0;
    }
    .inquiry .form_section .right_content form .inquiry_btn img {
        width: 9vw;
    }

}
@media all and (max-width: 1024px) and (min-width: 768px) {
    .first_section .sticky_content .text_content.mobile {
        margin-top: 17.578125vw;
    }
    .first_section .sticky_content {
        gap: 14.64844vw 0;
    }
    .fixed_section .text_content {
        margin-top: 10.74219vw;
        margin-bottom: 5.859375vw;
    }
    .tenth_section .sticky_content .container .box:nth-child(2) img {
        top: 8vw;
    }
    .tenth_section .sticky_content .container .box:nth-child(1) img {
        bottom: 20.4vw;
    }
    .tenth_section
        .sticky_content
        .container
        .box:nth-child(4)
        img:first-child {
        top: 9vw;
    }
    .tenth_section .sticky_content .container .box:nth-child(4) img:last-child {
        right: 12vw;
        top: 26.375vw;
    }
    .real_case_section .case_box {
        margin: 18.2vw 0 8.3vw 5.208vw;
    }
    .overview .sub-hero .sub-tit{
        margin-top: 17.578125vw
    }
    .ovv-organ{
        padding:17.578125vw 0;
    }
    .ovv-profile .profile-list .info .program_description{
        font-size: 3.3vw;
    }
    .ovv-profile .sub-tit{
        padding-top: 17.578125vw;
    }
    .ovv-profile .profile-list .info .history ul > li{
        font-size: 2.8vw;
    }
    .ovv-partner{
        padding: 17.578125vw 0 22vw;
    }
    .ovv-education .sub-tit{
        padding-top: 17.578125vw;
    }
    .ovv-education .pre_txt{
        font-size: 2.7vw;
    }
    .sub-hero .sub-tit p{
        font-size: 3.5vw;
    }
    .ovv-profile .profile-list .info .msg{
        font-size: 3vw;
    }
    
    .sub-tit p span{
        font-size: 3.5vw;
    }
    .sub-hero .sub-tit h3{
        font-size: 4.3vw;
    }
    .sub-tit h3 p{
        font-size: 4.3vw;
    }
    .ovv-profile .sub-tit h3 p{
        font-size: 4.3vw;
    }
    .instructor_popup .left_content{
        margin-top: 13vw;
    }
    .instructor .instructor_popup .right_content{
        padding:6.3vw 5vw;
    }
    .instructor .instructor_popup .left_content img{
        width: 40%;
    }
    .instructor .instructor_popup .right_content .info_wrap ul li{
        font-size: 2.8vw;
    }
    .instructor .instructor_popup .right_content .info_wrap .info_title{
        font-size: 3.2vw;
    }
    .instructor .instructor_popup .right_content .info_wrap{
        margin-top: 3.4vw;
    }
    .instructor .instructor_popup .close_btn img{
        width: 100%;
    }
    .sub-hero .sub-tit{
        margin-top: 17.578125vw;
    }
    .brd-platform{
        padding: 17.578125vw 0;
    }
    .brd-platform .platform-list > li > ul{
        font-size: 3vw;
    }
    .brd-service .svc-logo img{
        width: 70%;
    }
    .concept .notice_section{
        padding:17.578125vw 0 22vw;
    }
    .concept .review_section .left_content{
        padding: 17.578125vw 5vw 11vw;
    }
    .concept .review_section .right_content ul li{
        border-width: 2px;
    }
    .concept .main_program_section{
        padding: 17.578125vw 5vw 16vw;
    }
    .concept .notice_section .content_wrapper li .img_wrapper{
        width: 100%;
        text-align: center;
    }
    .concept .notice_section .content_wrapper li .img_wrapper img {
        width: 100%;
        max-width: 160px;
        object-fit: cover;
    }
    .concept .final_section .progress_wrapper .sticky_content .first_item p span{
        font-size: 4.3vw;
    }
    .concept .final_section .progress_wrapper .sticky_content .second_item .go_link{
        max-width: 66.6vw;
    }
    .inquiry .form_section .right_content form ul li .file_upload .input_wrapper img{
        height: 50%;
        margin-left: 1vw;
    }

}
