@charset "UTF-8";


.link_section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 80px;
    background-color: #F4FCFC;
}

.section_icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 10px);
}

.link_title {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 80px;
}

.link_title h6 {
    font-size: 40px;
    color: #222222;
    font-weight: 700;
    margin-bottom: 20px;
}

.link_title p {
    font-size: 18px;
    color: #666666;
    line-height: 1.8;
}

.link {
    display: flex;
    width: 100%;
    max-width: 1350px;
    gap: 30px;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
}

.link_box {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}

.link .link_box1 {
    flex: 1;
    background: #4D6FEE;
    border-radius: 20px;
    padding: 50px 60px;
    box-sizing: border-box;
    color: #FFFFFF;
    position: relative;
    cursor: pointer;
}

.link .link_box h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px;
}

.link .link_box .sub_info {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 60px;
    line-height: 1.6;
}

.link .link_box1:after {
    content: "";
    background: url("../img/homePageImg/mentoring.svg");
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 25px;
    width: 250px;
    height: 190px;

}

.link .link_box2:after {
    content: "";
    background: url("../img/homePageImg/explorer.svg");
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 25px;
    width: 224px;
    height: 222px;
}

.link .link_box1 a {
    background-color: #32B5FF;
    display: flex;
    box-sizing: border-box;
    padding: 8px 24px;
    width: 200px;
    height: 40px;
    border-radius: 20px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 17px;
}

.link .link_box1 a span {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
}

.link .link_box2 a {
    background-color: #8E65FF;
    display: flex;
    box-sizing: border-box;
    padding: 8px 24px;
    width: 200px;
    height: 40px;
    border-radius: 20px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 17px;
}

.link .link_box2 a span {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
}

.link .link_box2 {
    flex: 1;
    background: #5626B6;
    border-radius: 20px;
    padding: 50px 60px;
    box-sizing: border-box;
    color: #FFFFFF;
    position: relative;
    cursor: pointer;
}

.link .link_box2:after {
    content: "";
}

.link_section .apply_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #222222;
    width: 290px;
    height: 60px;
    border-radius: 30px;
    background-color: #FFFFFF;
    border: 2px solid #222222;
    font-size: 20px;
    font-weight: 700;
    transition: all 0.2s;
}

.link_section .apply_btn:hover {
    background: rgb(1, 182, 150);
    background: linear-gradient(140deg, rgba(1, 182, 150, 1) 0%, rgba(103, 64, 242, 1) 100%);
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
}

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

.link .card_sub p {

}

.link .card_sub .card_circle {
    width: 5px;
    min-width: 5px;
    height: 5px;
    border-radius: 51%;

}

.link_box1 .card_circle {
    background-color: #7E99FF;
}

.link_box2 .card_circle {
    background-color: #917EEC;
}

#slider-div1 .slick-slide.slick-center {
    transform: scale(1.05);
    transition: all 0.3s;
}

#slider-div1 .slick-slide {
    /*margin: 0 10px;*/
    transform: scale(0.85);
    transition: all 0.3s;
}

@media (max-width: 480px) {
    #slider-div1 .slick-slide {
        transform: scale(1);
    }

    #slider-div1 .slick-slide {
        margin: 0 10px;
    }

    #slider-div1 .slick-list {
        margin: 0 -10px;
    }
}

#slider-div1 .slick-track {
    padding: 50px 0;
}

#slider-div1 .slick-list {
    /*margin: 0 -10px;*/
}

.slick-slider1 .slick-center .sliderbox {
    /*min-height: 473px;
    max-height: 473px;*/
    margin-top: 0;
}

#slider-div1 .slick-slide .sliderbox:before {
    display: none;
}

.faq {
    width: 100%;
    max-width: 1345px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 120px 20px 150px 20px;
}

.faq_content {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.faq_tab_box {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}

.faq_tab {
    flex: 1;
    border-top: 1px solid #C8D8D8;
    border-bottom: 1px solid #C8D8D8;
    border-right: 1px solid #C8D8D8;
    background-color: #E9F0F1;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #222222;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    padding: 0 5px;
}

.faq_tab:first-child {
    border-left: 1px solid #C8D8D8;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.faq_tab:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.faq_tab.active {
    background-color: #222222;
    border-color: #222222;
    color: #FFFFFF;
    font-weight: 700;
}


.arc_box {
    height: auto;
    transition: all 0.3s ease-out;
    width: 100%;
    border-bottom: 1px solid #CBD0DE;
}

.content_title_box {
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: start;
    /*height: 80px;*/
    gap: 12px;
    color: #222222;
    padding: 30px 0;
}

.content_title_box p {
    font-size: 20px;
    font-weight: 700;
}

.answer {
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    line-height: 1.4;
}

.arc_box.expanded .answer {
    height: auto;
    color: #666666;
    font-size: 16px;
}

.faq_circle {
    width: 8px;
    min-width: 8px;
    height: 8px;
    border-radius: 51%;
    background-color: #00B88C;
    margin-top: 6px;
}

.faq_title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 60px;
}

.faq_title h2 {
    font-size: 40px;
    color: #222222;
}

.faq_title p {
    font-size: 16px;
    color: #666666;
}

.video_section {
    width: 100%;
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
    padding: 200px 0 100px 0;
}

.video_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
}

.video_title h1 {
    color: #222222;
    font-size: 40px;
    font-weight: 900;
    text-align: center;
}

.video_title h1 span {
    position: relative;
    overflow: hidden;
}

.video_title h1 span:before {
    content: "";
    width: 100%;
    height: 9px;
    background: #FFCFBB;
    border-radius: 4.5px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    animation-name: underline_animation;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-duration: 2s;
    transform-origin: center left;
}

@keyframes underline_animation {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.video_title p {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    margin-top: 18px;
    text-align: center;
}

.video_wrap {
    position: relative;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    cursor: pointer;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 비율 */
    height: 0;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.advantage {
    background-color: #E9F0F0;
    width: 100%;
}

.ad_wrap {
    width: 100%;
    max-width: 1345px;
    margin: 0 auto;
    padding: 180px 0;
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 120px;
    position: relative;
}

.ad_title {
    width: fit-content;
}

.ad_title h2 {
    font-size: 40px;
    color: #222222;
    font-weight: 900;
    margin-bottom: 20px;
    line-height: 1.4;
}

.ad_title p {
    color: #666666;
    font-size: 18px;
    font-weight: 300;
}

.ad_card_wrap {
    display: flex;
    gap: 20px;
    flex: 1;
    align-items: center;
    max-width: 950px;
    margin: 0 auto;
    overflow: hidden;
}

.ad_card_wrap > div {
    width: 100%;
    position: relative;
    gap: 20px;
}

.slide_advantage .slick-slide {
    position: relative;
    margin: 0 10px;
}

.slide_advantage .slick-list {
    margin: 0 -10px;
}

.slide_advantage h2 img {
    display: inline-block;
}


.ad_card {
    background: #FFFFFF;
    flex: 1;
    min-height: 400px;
    border-radius: 15px;
    box-shadow: 4px 4px 4px 0 rgba(190, 190, 190, 0.1);
}

#progress-container {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    background-color: #E9F0F0;
    height: 5px;
    position: relative;
    border-radius: 2.5px;
    cursor: pointer;
}

#progress-bar {
    width: 0;
    height: 100%;
    background-color: #00C09E;
    transition: width 0.2s ease;
    border-radius: 2.5px;
}

.n_hover_box {
    box-sizing: border-box;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 15px;
}

.opacity_box {
    position: absolute;
    background-color: #5356E0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    transform: rotateY(180deg);
    border-radius: 15px;
}

.opacity_box .t_box {
    width: 100%;
    flex: auto;
    box-sizing: border-box;
    padding: 30px 30px 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 25px;
    align-items: start;
}

.opacity_box .p_box {
    width: 100%;
    height: 80px;
    background-color: #4517CF;
    display: flex;
    box-sizing: border-box;
    padding: 20px 30px;
    gap: 10px;
    align-items: center;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.opacity_box .p_box p {
    color: #FFFFFF;
    font-size: 18px;
}

.ad_b {
    font-size: 20px;
    color: #222222;
    line-height: 1.42;
    word-break: keep-all;
}

.ad_w {
    font-size: 20px;
    color: #FFFFFF;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.42;
    word-break: keep-all;
}

.ad_p {
    font-size: 15px;
    color: #D4D5FE;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    line-height: 1.42;
}

.flip {
    flex: 1;
    perspective: 1100px;
    position: relative;
}

.ad_card {
    position: relative;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    transform-style: preserve-3d;
}

.flip:hover .ad_card {
    transform: rotateY(180deg);
}




.applfloater {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    gap: 5em;
    height: 80px;
    border-radius: 8px;
    background: linear-gradient(90deg, #12224F 0%, #141D37 51.44%, #161713 100%);
    left: 50%;       /* 가로 기준 50% (정중앙) */
    transform: translateX(-50%); /* 정중앙으로 보정 */
    bottom: 50px;
    box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.1);
    z-index: 10;
    display: none;
    color: #fff;
}

.float_text {
    font-size: 18px;
    text-align: left;
    font-weight: 600;
    display: flex;
    gap: 0.2em;
}
.float_text span {
    display: block;
    color: #41C5E5;
}

.float_button {
    display: block;
    width: 200px;
    padding: 14px 24px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    background: linear-gradient(90deg, #0844FF 0%, #052999 100%);
    transition: all 0.3s;
    cursor: pointer;
}
.float_button:hover {
    background: linear-gradient(90deg, #0c36b6 0%, #041e70 100%);
}
.float_button_disable {
    background: #4F4F59;
    color: #e4e4e4;
    pointer-events : none;
}
.float_button_disable:hover {
    background: #4F4F59;
}
@media (max-width: 1024px) {
    .applfloater {
        gap: 2em;
        max-width: 800px;
    }
}
@media (max-width: 768px) {
    .applfloater {
        bottom: 0;
        border-radius: 0;
        background: linear-gradient(90deg, rgba(18, 34, 79, 0.8) 0%, rgba(20, 29, 55, 0.8) 90%, rgba(22, 23, 19, 0.8) 100%);
        backdrop-filter: blur(30px);
        flex-direction: column;
        gap: 12px;
        height: 120px;
        padding: 20px;
    }
    .float_text {
        font-size: 16px;
    }
    .float_button {
        width: 100%;
        font-size: 14px;
    }
}
@media (max-width: 580px) {
    .applfloater {
        height: auto;
    }
    .float_text {
        font-size: 14px;
    }
    .float_button {
        padding: 6px 24px;
        font-size: 13px;
    }
}
@media (max-width: 480px) {
    .float_text {
        font-size: 13px;
    }
    .float_button {
        font-size: 13px;
    }
}

.floater {
    position: fixed;
    display: flex;
    width: 100px;
    height: 260px;
    border-radius: 50px;
    background-color: #FFFFFF;
    right: 100px;
    bottom: 50px;
    flex-direction: column;
    box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.1);
    z-index: 9;
}

.float_top {
    width: 100%;
    flex: 1;
    border-bottom: 1px solid #DDDDDD;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    text-align: center;
}

.float_top p {
    color: #444444;
    font-size: 18px;
    padding-top: 8px;
}

.float_bot {
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    text-align: center;
}

.float_bot p {
    color: #444444;
    font-size: 18px;
    padding-top: 8px;
}

.data_section {
    width: 100%;
}

.data_section_wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 0 120px 0;
    gap: 80px;
}

.data_title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 18px;
}

.data_title h2 {
    color: #222222;
    font-size: 40px;
}

.data_title p {
    font-size: 18px;
    color: #666666;
}

.data_flex_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: url("../img/homePageImg/data_content.svg");
    background-repeat: no-repeat;
    background-size: cover;
    gap: 20px;
}

.data_content {
    width: calc(50% - 10px);
    height: 150px;
    background-color: #7656F6;
    border-radius: 75px;
    display: flex;
    box-sizing: border-box;
    padding: 40px 45px;
    gap: 28px;
    color: #FFFFFF;
}

.data_content.c_2 {
    align-self: end;
    width: calc(50% + 10px);
}

.type_circle {
    width: 68px;
    height: 68px;
    border-radius: 51%;
    background-color: #FFFFFF;
    color: #6949EA;
    font-weight: 900;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "NanumSquareacEB";
}

.type_circle h6 {
    font-family: "NanumSquareacEB";
}

.data_content h6 {
    font-size: 26px;
    line-height: 1.42;
    font-weight: 300;
}

/*
*/

.growth_section {
    width: 100%;
    position: relative;
    background-color: #E9F0F0;
    height: 940px;
}

.growth_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    background: url("../img/homePageImg/growth_bg.svg") no-repeat;
    background-position: 50% 50%;
    overflow: hidden;
}

.growth_title {
    position: absolute;
    top: 80px;
    left: 0;
}

.growth_title h2 {
    font-size: 40px;
    color: #222222;
    line-height: 1.42;
    margin-bottom: 10px;
}

.growth_title h2 span {
    position: relative;
    z-index: 1;
}

.growth_title h2 span:before {
    content: "";
    width: 100%;
    height: 9px;
    background-color: #00E424;
    border-radius: 4.5px;
    position: absolute;
    bottom: 0;
    z-index: -1;
    left: 0;

}

.growth_title h2 span.under_1:before {
    animation-name: underline_animation1;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.growth_title h2 span.under_2:before {
    animation-name: underline_animation2;
    animation-duration: 2s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

/*.aspect-box {
    aspect-ratio: 3 / 2;
}

.aspect-ul {
    display: grid;
 grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
 gap: 20px;
 max-width: 90vw;
 padding: 0;
 margin: 32px auto;
 list-style-type: none;
}

.aspect-li {
    aspect-ratio: 4 / 3;
}

.aspect-li img {
    display: block;
 width: 100%;
 height: 100%;
 object-fit: cover;
}*/

@keyframes underline_animation1 {
    0% {
        width: 0;
    }

    25% {
        width: 100%;
    }

    50% {
        width: 100%;
    }

    100% {
        width: 100%;
    }
}

@keyframes underline_animation2 {
    0% {
        width: 0;
    }

    50% {
        width: 0;
    }

    75% {
        width: 100%;
    }

    100% {
        width: 100%;
    }
}

.growth_title p {
    font-size: 18px;
    color: #666666;
}

.growth_content_wrap {
    display: flex;
    gap: 50px;
    justify-self: end;
    justify-content: end;
    position: relative;
    right: 0;
    width: 100%;
}

.growth_card {
    width: 290px;
    height: 470px;
    min-height: 470px;
    box-sizing: border-box;
    padding: 48px 30px;
    background-color: #FFFFFF;
    border-radius: 15px;
    box-shadow: 0 5px 5px 0 rgba(225, 235, 233, 1);
    overflow: visible;
    margin-top: 40px;
}

.growth_content {
    display: flex;
    flex-direction: column;
}

.growth_card h6 {
    word-break: keep-all;
    color: #111111;
    font-size: 20px;
    margin-bottom: 15px;
}

.growth_card p {
    word-break: keep-all;
    color: #555555;
    font-size: 17px;
    margin-bottom: 17px;
    line-height: 1.42;
}

.gc_1 {
    width: 290px;
    position: absolute;
    animation-name: slideup;
    animation-iteration-count: infinite;
    animation-duration: 28s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    z-index: 9;
}

.gc_2 {
    width: 290px;
    position: absolute;
    animation-name: slideup;
    right: calc(0% + 330px);
    animation-iteration-count: infinite;
    animation-duration: 36s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    z-index: 9;
}

.g_card_1 {
    background-image: url("../img/homePageImg/g_card_1.svg");
    background-repeat: no-repeat;
    background-position: right 20px bottom;
}

.g_card_2 {
    background-image: url("../img/homePageImg/g_card_2.svg");
    background-repeat: no-repeat;
    background-position: right 20px bottom 40px;
}

.g_card_3 {
    background-image: url("../img/homePageImg/g_card_3.svg");
    background-repeat: no-repeat;
    background-position: right 50px bottom;
}

.g_card_4 {
    background-image: url("../img/homePageImg/g_card_4.svg");
    background-repeat: no-repeat;
    background-position: right 20px bottom;
}

.g_card_5 {
    background-image: url("../img/homePageImg/g_card_5.svg");
    background-repeat: no-repeat;
    background-position: right 20px bottom;
}

.g_card_6 {
    background-image: url("../img/homePageImg/g_card_6.svg");
    background-repeat: no-repeat;
    background-position: right 20px bottom;
}

.g_card_7 {
    background-image: url("../img/homePageImg/g_card_7.svg");
    background-repeat: no-repeat;
    background-position: right 20px bottom;
}

.g_card_8 {
    background-image: url("../img/homePageImg/g_card_8.svg");
    background-repeat: no-repeat;
    background-position: right 20px bottom;
}

.g_card_9 {
    background-image: url("../img/homePageImg/g_card_9.svg");
    background-repeat: no-repeat;
    background-position: right 20px bottom;
}

/*****************************************************************************************************



24.06.17 스타일 추가

*/

@keyframes slideup {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%);
    }
}

.data_content h6 {
    font-family: 'Pretendard-500';
}

.type_circle {
    font-family: 'Pretendard-900';
}

.data_mo_img {
    display: none;
}

.data_inner {
    display: flex;
    gap: 18px;
}

.link_section .section_icon {
    display: none;
}

/*
@media (max-width: 1660px) {
    .boost_box .box04_rect:after {
        right: 15%;
    }
}*/

@media (max-width: 1420px) {
    .ad_wrap {
        padding: 180px 20px;
    }

    /*.boost_box .box04_rect:after {
        right: 10%;
    }*/
}

@media (max-width: 1320px) {
    header figure {
        margin-left: 0;
        padding: 0 24px;
    }

    /* header .menu .nav nav > ul > li {
        padding: 0 24px;
    } */
}

@media (max-width: 1210px) {
    .link_section {
        padding: 150px 20px 80px 20px;
    }

    .link {
        flex-direction: column;
        padding-bottom: 50px;
    }

    .link .link_box {
        width: 100%;
    }

    .link .link_box1:after, .link .link_box2:after {
        z-index: -1;
    }

    .link_title {
        padding-bottom: 50px;
    }

    .video_section {
        padding: 80px 20px;
    }

    .ad_wrap {
        padding: 90px 60px;
        flex-direction: column;
        gap: 70px;
    }

    .ad_title h2 br {
        display: none;
    }

    .ad_card_wrap {
        width: 100%;
    }

    .boost_box .box04_rect {
        padding: 40px 20px;
    }

    .box03 {
        padding: 100px 0;
    }

    .content.main .inner > div.box03 > p {
        margin-bottom: 30px;
    }
}

@media (max-width: 1080px) {
    .data_flex_box {
        background-image: none;
    }

    .data_content {
        width: 100%;
        justify-content: space-between;
        padding: 10px 30px;
    }

    .data_content.c_2 {
        width: 100%;
        background-color: #00C09E;
    }

    .data_content.c_2 .type_circle {
        color: #00C09E;
    }

    .data_mo_img {
        display: inline-flex;
    }

    .data_inner {
        display: flex;
        gap: 20px;
        align-items: center;
    }

    .data_title h2 {
        font-size: 2.5em;
        word-break: keep-all;
        text-align: center;
    }

    .data_section_wrap {
        gap: 60px;
        padding: 80px 20px;
    }

    .main_video .heading .title span {
        font-size: 26px;
    }

    .main_video .heading .title h1 {
        font-size: 44px;
    }

    .link_section {
        padding: 80px 20px;
    }

    .link_title h6 {
        text-align: center;
    }

    .link_title p {
        text-align: center;
    }

    .faq {
        padding: 80px 20px;
    }

    /*.boost_box .box04_rect:after {
        right: 20px;
    }*/
    #slider-div1 .slick-slide {
        height: fit-content !important;
    }

    #progress-container {
        margin-top: 50px;
    }

    #slider-div1 .slick-list {
        overflow: hidden;
    }

    .slick-slider1 .sliderbox {
        /*box-shadow: none;*/
    }

    .slick-slider1 .slick-track {
        padding: 20px 0;
    }

}

@media (max-width: 1140px) {
    .growth_content_wrap {
        padding: 0 20px;
    }

    .growth_title {
        left: 20px;
    }
}


@media (max-width: 1000px) {
    .growth_section {
        height: auto;
    }

    .growth_title {
        position: relative;
        top: 0;
        margin-bottom: 30px;
        left: 0;
    }

    .growth_wrap {
        flex-direction: column;
        padding: 80px 20px;
    }

    .growth_content_wrap {
        flex-direction: column;
        gap: 20px;
        padding: 0;
    }

    .growth_content {
        display: none;
    }

    .growth_mo_content {
        display: flex;
    }


    .growth_mo_content .slick-slide {
        position: relative;
        margin: 0 10px;
    }

    .growth_mo_content .slick-list {
        margin: 0 -10px;
    }

    .growth_mo_content .growth_card {
        height: 300px;
        min-height: 0px;
    }

    .growth_mo_content .g_card_2 {
        background-position: right 20px bottom;
    }

    /*.boost_box .box04_rect:after {
        display: none;
    }*/
    .boost_box .box04_rect {
        min-height: 0;
        padding: 40px 60px;
    }


}

@media (max-width: 991px) {
    /* header::before {
        height: 60px;
        background-color: transparent;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    header .menu {
        display: flex;
        align-items: center;
    }

    header .all {
        margin: 0;
    }

    header .menu > h1 {
        display: flex;
        justify-content: start;
        align-items: center;
        width: 100%;
        padding-left: 20px;
    }

    header .menu > h1 a {
        display: flex;
        justify-content: center;
        align-items: center;
    } */

    .main_video .heading .title h1 {
        font-size: 44px;
        margin: 5px 0;
    }

    .video_title h1 span:before {
        display: none;
    }

    .video_section {
        padding: 60px 20px;
    }

    .floater {
        right: 5%;
        bottom: 5%;
    }
}


@media (max-width: 868px) {
    .ad_wrap {
        padding: 60px 20px;
    }

    .ad_title {
        margin: 0 auto;
    }

    .ad_title h2 {
        text-align: center;
    }

    .ad_title p {
        text-align: center;
    }
}

@media (max-width: 750px) {
    .content.main .inner > div.box03 {
        padding: 60px 20px;
        padding-bottom: 0;
    }

    .content.main .inner > div.box03 > p {
        margin-bottom: 10px;
    }
}

@media (max-width: 720px) {
    .boost_box .box04 h2 > span {
        font-size: 18px;
        font-family: 'Pretendard-400';
        line-height: 1.42;
    }

    .boost_box .box04 h2 {
        font-size: 24px;
        line-height: 1.42;
    }


    .growth_title h2 {
        font-size: 30px;
    }

    .faq_title {
        gap: 8px;
    }
}

.dis_mo {
    display: none;
}

@media (max-width: 680px) {
    .data_mo_img {
        display: none;
    }

    .data_title h2 {
        font-size: 1.8em;
    }

    .data_title {
        gap: 10px;
    }

    .data_title p {
        word-break: keep-all;
        text-align: center;
        font-size: 16px;
    }

    .data_inner h6 {
        font-size: 20px;
        font-family: 'Pretendard-500';
    }

    .data_inner h6 br {
        display: none;
    }

    .data_content {
        height: fit-content;
        padding: 17px 22px;
    }

    .type_circle {
        width: 46px;
        height: 46px;
        min-width: 46px;
        font-size: 20px;
    }

    .data_section_wrap {
        gap: 40px;
        padding: 60px 20px;
    }

    .main_video .heading .title span {
        font-size: 22px;
    }

    .main_video .heading .title h1 {
        font-size: 30px;
    }

    .link .link_box1:after {
        width: 143px;
        height: 108px;
        background-size: cover;
    }

    .link .link_box2:after {
        width: 130px;
        height: 128px;
        background-size: cover;
    }

    .link_title h6 {
        font-size: 30px;
    }

    .link_title p {
        font-size: 16px;
        line-height: 1.42;
    }

    .link_section {
        padding: 60px 20px;
    }

    .link .link_box .sub_info {
        margin-bottom: 50px;
    }

    .video_title {
        margin-bottom: 30px;
    }

    .video_title h1 {
        font-size: 30px;
    }

    .video_title p {
        font-size: 16px;
    }

    .ad_title h2 {
        margin-bottom: 8px;
        font-size: 30px;
    }

    .faq_tab {
        font-size: 16px;
        text-align: center;
        padding: 10px;
        border-left: 1px solid #C8D8D8;
    }

    .content_title_box p {
        font-size: 18px;
    }

    .faq_tab_box {
        flex-direction: column;
    }

    .faq_tab:first-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 10px;
        border-bottom: none;
    }

    .faq_tab:last-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: 10px;
        border-top: none;
    }

    .faq {
        padding: 60px 20px;
    }

    /*.faq:active {
        border: 1px solid #222222;
    }*/
    .n_hover_box {
        padding: 30px;
    }

    .ad_b {
        text-align: center;
    }

    .opacity_box {
        text-align: center;
    }

    .growth_wrap {
        padding: 60px 20px;
    }

    .growth_mo_content .growth_major {
        display: inline-block;
        /*margin-top: 6px;*/
    }

    .boost_box .box04_rect {
        padding: 40px 20px;
    }

    .content.main .inner > div.box03 > h2 {
        margin-bottom: 6px;
    }

    .floater {
        width: 60px;
        height: fit-content;
    }

    .floater img {
        width: 40px;
        height: 40px;
    }

    .floater p {
        font-size: 15px;
    }

    .float_top {
        padding: 10px 0;
    }

    .float_bot {
        padding: 10px 0;
    }

    .dis_pc {
        display: none;
    }

    .dis_mo {
        display: block;
    }

    .growth_mo_content .growth_card {
        height: 300px;
        min-height: 0;
    }
}

@media (max-width: 670px) {
    .link .link_box {
        padding: 20px 30px;
    }

    .link_section .apply_btn {
        width: 100%;
    }
}

.box03 .section_icon {
    display: none;
}

.nav_mo_sns {
    display: none;
}


@media (max-width: 991px) {
    /* .header_link {
        display: none;
    }

    header .menu .nav.on {
        overflow-y: auto;
        overflow-x: hidden;
    }

    header .menu .nav.on nav > ul {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: start;
        align-items: start;
        gap: 30px;
    }

    header .menu .nav.on nav {
        padding: 30px 0;
        /*overflow-y: auto !important;
        overflow-x: hidden !important;*/
    }
/*
    header .menu .nav.on nav > ul > li {
        width: 100%;
        text-align: left;
        position: relative;
        margin-left: 40px;
        border-bottom: none;
        font-family: 'Pretendard-900';
    }

    header .menu .nav.on nav > ul > li:before {
        content: "";

    }

    header .menu .nav.on nav > ul > li:nth-child(1):before {
        background-image: url("../img/homePageImg/about_mo.svg");
        background-repeat: no-repeat;
        width: 31px;
        height: 31px;
        background-size: contain;
        position: absolute;
        left: -15px;
        top: 50%;
        transform: translateY(-50%);
    }

    header .menu .nav.on nav > ul > li:nth-child(2):before {
        background-image: url("../img/homePageImg/camp_mo.svg");
        background-repeat: no-repeat;
        width: 45px;
        height: 45px;
        background-size: contain;
        position: absolute;
        left: -21px;
        top: 0px;
    }

    header .menu .nav.on nav > ul > li a {
        font-size: 30px;
        font-family: 'Pretendard-500';
    }

    header .menu .nav.on nav .dropdown-content li {
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 10px;
    }

    header .menu .nav nav > ul ul li {
        line-height: 1;
    }

    header .menu .nav.on nav > ul ul {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 8px;
    }

    header .menu .nav.on nav .dropdown-content li a {
        font-size: 20px;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #EFEFEF;
        border-radius: 25px;
        padding: 13px 20px;
    }

    header .menu .nav.on nav > ul > li:nth-child(3):before {
        background-image: url("../img/homePageImg/news_mo.svg");
        background-repeat: no-repeat;
        width: 36px;
        height: 36px;
        background-size: contain;
        position: absolute;
        left: -21px;
        top: 50%;
        transform: translateY(-50%);
    }

    header .menu .nav.on nav > ul > li:nth-child(4):before {
        background-image: url("../img/homePageImg/faq_mo.svg");
        background-repeat: no-repeat;
        width: 31px;
        height: 31px;
        background-size: contain;
        position: absolute;
        left: -18px;
        top: 50%;
        transform: translateY(-50%);
    }

    header .menu .nav.on nav > ul > li:nth-child(5):before {
        background-image: url("../img/homePageImg/apply_mo.svg");
        background-repeat: no-repeat;
        width: 35px;
        height: 35px;
        background-size: contain;
        position: absolute;
        left: -16px;
        top: 50%;
        transform: translateY(-50%);
    }

    .nav_mo_sns {
        display: flex;
        gap: 40px;
        margin-left: 20px;
    }

    .nav_mo_sns .apply_mo {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        gap: 8px;
    }

    .nav_mo_sns .kakao_mo {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        gap: 8px;
    }

    header::before {
        transition: all 0.3s;
    }

    header.active::before {
        background-color: #FFFFFF;
    } 
}
*/
.shape {
    position: absolute;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    will-change: transform;
    pointer-events: none;
}

.highlighted {
    font-weight: bold;
    color: black;
}


/*.triangle1 {
    width: 258px;
    height: 258px;
    background-image: url("../img/homePageImg/triangle1.svg");
    background-repeat: no-repeat;
}*/
.rectangle {
    width: 446px;
    height: 159px;
    background-color: #6542F0;
}

.rectangle2 {
    width: 200px;
    height: 80px;
    background-color: #01D6C9;
}

.half_circle {
    width: 307px;
    height: 154px;
}

.half_circle3 {
    width: 410px;
    height: 205px;
}

.half_circle4 {
    width: 175px;
    height: 87px;
}

.circle1 {
    width: 314px;
    height: 314px;
    background-color: #61DD00;
    border-radius: 50%;
}

.triangle1 {
    width: 347px;
    height: 302px;
}

.triangle2 {
    width: 314px;
    height: 360px;
}

.square1 {
    width: 304px;
    height: 304px;
    background-color: #02B1FF;
}

.square2 {
    width: 202px;
    height: 202px;
    background-color: #FFCD1C;
}

.square3 {
    width: 150px;
    height: 150px;
    background-color: #FA8244;
}

.square4 {
    width: 174px;
    height: 174px;
}

.circle2 {
    width: 306px;
    height: 306px;
    background-color: #1D6AFF;
    border-radius: 50%;
}

.circle3 {
    width: 311px;
    height: 311px;
    background-color: #1D26FF;
    border-radius: 50%;
}

.circle4 {
    width: 205px;
    height: 205px;
}


@media (max-width: 1920px) {

    .half_circle3 {
        width: 306px;
        height: 153px;
    }

    .half_circle4 {
        width: 130px;
        height: 65px;
    }

    .rectangle {
        width: 348px;
        height: 119px;
        background-color: #6542F0;
    }

    .rectangle2 {
        width: 200px;
        height: 80px;
        background-color: #01D6C9;
    }

    .half_circle {
        width: 307px;
        height: 154px;
    }

    .triangle1 {
        width: 259px;
        height: 225px;
    }

    .triangle2 {
        width: 234px;
        height: 268px;
    }


    .square1 {
        width: 227px;
        height: 227px;
        background-color: #02B1FF;
    }

    .square2 {
        width: 190px;
        height: 190px;
        background-color: #FFCD1C;
    }

    .square3 {
        width: 150px;
        height: 150px;
        background-color: #FA8244;
    }

    .square3 {
        width: 130px;
        height: 130px;
    }

    .circle1 {
        width: 234px;
        height: 234px;
        background-color: #61DD00;
        border-radius: 50%;
    }

    .circle2 {
        width: 306px;
        height: 306px;
        background-color: #1D6AFF;
        border-radius: 50%;
    }

    .circle3 {
        width: 232px;
        height: 232px;
        background-color: #1D26FF;
        border-radius: 50%;
    }

    .circle3 {
        width: 153px;
        height: 153px;
    }


}


.s1 {
    background-image: url("../img/homePageImg/shape_1.svg");
    background-repeat: no-repeat;
    background-position: center center;
}

.s2 {
    background-image: url("../img/homePageImg/shape_2.svg");
    background-repeat: no-repeat;
    background-position: center center;
}

.s3 {
    background-image: url("../img/homePageImg/shape_3.svg");
    background-repeat: no-repeat;
    background-position: center center;
}

.s5 {
    background-image: url("../img/homePageImg/shape_5.svg");
    background-repeat: no-repeat;
    background-position: center center;
}

.s6 {
    background-image: url("../img/homePageImg/shape_6.svg");
    background-repeat: no-repeat;
    background-position: center center;
}

.s7 {
    background-image: url("../img/homePageImg/shape_7.svg");
    background-repeat: no-repeat;
    background-position: center center;
}


.main_video {
    height: 100vh;
    min-height: 850px;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../img/homePageImg/edu_main_bg.svg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.main_video video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    max-width: 1920px;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #24233d;
    object-fit: cover;
}

.main_video .heading {
    z-index: 3;
    text-align: center;
    width: 100%;
    height: 60%;
}

.main_video .heading .title {
    width: 80%;
    color: #ffffff;
    margin: 0 auto;
}

.main_video .heading .title span {
    color: #15FFD6;
    font-size: 30px;
    font-weight: 500;
}


@media (max-width: 1380px) {
    .rectangle {
        width: 261px;
        height: 89px;
    }

    .circle1 {
        width: 176px;
        height: 176px;
    }

    .circle2 {
        width: 173px;
        height: 173px;
    }

    .triangle1 {
        width: 173px;
        height: auto;
    }
}

@media (max-width: 1080px) {
    .main_video {
        height: 700px;
        min-height: 700px;
        background-image: url('../img/homePageImg/edu_main_bg_320.svg');
        background-position: center center;
        background-repeat: no-repeat;
    }

    .square1 {
        width: 169px;
        height: 169px;
    }

    .half_circle {
        width: 229px;
        height: 114px;
    }

    .triangle2 {
        width: 200px;
        height: auto;
    }

    .square2 {
        width: 113px;
        height: 113px;
    }
}

@media (max-width: 860px) {
    .main_video {
        height: 700px;
        min-height: 700px;
        background-image: url('../img/homePageImg/edu_main_bg_320.svg');
        background-position: center center;
        background-repeat: no-repeat;
    }

    .shape {
        background-size: 50px;
    }

    .square3 {
        width: 89px;
        height: 89px;
    }

    .circle3 {
        width: 115px;
        height: 115px;
        background-size: 50px 50px;
    }

    .half_circle3 {
        width: 150px;
        height: 75px;
    }

    .square2 {
        width: 75px;
        height: 75px;
        background-size: 50px 50px;
    }

    .triangle2 {
        width: 140px;
        height: auto;
    }

    .square1 {
        width: 111px;
        height: 111px;

    }

    .rectangle {
        width: 170px;
        height: 58px;
    }

    .s12 {
        width: 150px;
        height: 75px;
    }

    .circle1 {
        width: 115px;
        height: 115px;

    }

    .circle4 {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 480px) {
    .main_video {
        height: 600px;
        min-height: 600px;
        background-image: url('../img/homePageImg/edu_main_bg_320.svg');
        background-position: center center;
        background-repeat: no-repeat;
    }

    .shape {
        background-size: 30px;
    }

    .rectangle {
        width: 150px;
        height: 50px;
    }

    .rectangle2 {
        display: none;
    }

    .half_circle.s9 {
        display: none;
    }

    .square3 {
        display: none;
    }

    .circle1 {
        width: 100px;
        height: 100px;
    }

    .triangle1 {
        width: 112px;
        height: 97px;
    }

    .circle2 {
        width: 100px;
        height: 100px;
    }

    .triangle2 {
        width: 128px;
        height: 112px;
    }

    .circle3 {
        width: 65px;
        height: 65px;
    }

    .square4 {
        width: 65px;
        height: 65px;
    }

    .square1 {
        width: 65px;
        height: 65px;
    }

    .half_circle3 {
        width: 75px;
        height: 37.5px;
    }

    .circle4 {
        width: 50px;
        height: 50px;
    }

    .half_circle4 {
        display: none;
    }

    .growth_mo_content .slick-slide {
        background-size: 35%;
    }

    .main_video .heading .title {
        margin: 0;
        width: 100%;
    }

    .main_video .heading .title span {
        font-size: 20px;
    }

    .main_video .heading {
        padding-top: 0;
    }

    .sub_info br {
        display: none;
    }

    .link .link_box {
        padding: 40px;
    }

}

@media (max-width: 320px) {
    .shape {
        background-size: 25px;
    }

    .s12 {
        width: 88px;
        height: 44px;
    }

    .main_video {
        height: 465px;
        min-height: 0;
        background-image: url('../img/homePageImg/edu_main_bg_320.svg');
        background-position: center center;
        background-repeat: no-repeat;
    }

    .square1 {
        width: 65px;
        height: 65px;
    }

    .circle1 {
        width: 68px;
        height: 68px;
    }

    .circle2 {
        width: 68px;
        height: 68px;
    }

    .circle3 {
        width: 68px;
        height: 68px;
    }

    .rectangle {
        width: 100px;
        height: 34px;
    }

    .triangle1 {
        width: 74px;
        height: 65px;
    }

    .triangle2 {
        width: 86px;
        height: 75px;
    }

    .square2 {
        width: 44px;
        height: 44px;
    }
}

.boost_box .box04_rect {
    background: url('../img/homePageImg/boost_bg.svg') no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    padding: 40px 0;
    background-color: #4D6FEE;
    min-height: 350px;
    display: flex;
    align-items: center;
}


.boost_box .box04 {
    width: 100%;
    max-width: 1150px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.boost_box .box04 h2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 36px;
    line-height: 46px;
    font-weight: 800;
    text-align: left;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
}

.boost_box .box04 h2 > span {
    display: inline-block;
    color: #FFFFFF;
    margin-bottom: 0.6em;
    font-size: 22px;
    font-weight: 400;
}

.boost_box .box04 h2 em {
    color: #E0FF66;
    display: inline-block;
}


.boost_box .box04_rect:after {
    content: "";
    background: url('../img/homePageImg/boost_icon.svg') no-repeat;
    background-position: 50% 50%;
    width: 481px;
    height: 261px;
    position: absolute;
    right: 18%;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.box04.view_p {
    position: relative;
}

.boost_svg_1 {
    position: absolute;
    right: 0;
    transition: all 1s;
    animation-name: boost_svg_1;
    animation-iteration-count: infinite;
    animation-duration: 15s;
    animation-timing-function: linear;

}

.boost_svg_2 {
    position: absolute;
    right: 150px;
    top: -47px;
    transition: all 1s;
}

.boost_svg_2.on {
    transform: translateY(10%);
}

.boost_svg_3 {
    position: absolute;
    right: 200px;
    top: 50%;
    transition: all 1s;
}

.boost_svg_3.on {
    transform: rotate(-30deg);
}

.boost_svg_4 {
    position: absolute;
    right: 300px;
    top: 50%;
    transition: all 1s;
}

.boost_svg_4.on {
    transform: rotate(-30deg) scale(0.8);
}

.boost_svg_5 {
    position: absolute;
    right: 40%;
    top: 40%;
    transition: all 1s;
}

.boost_svg_5.on {
    transform: rotate(30deg);
}

@keyframes boost_svg_1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes boost_svg_1_mo {
    0% {
        transform: rotate(0deg) scale(0.6);
    }

    100% {
        transform: rotate(360deg) scale(0.6);
    }
}

.ani_icon {
    filter: drop-shadow(5px 5px 0px rgba(8, 4, 4, 0.1));
}

.ani_shape {
    position: absolute;
    transition: all 1s;
    filter: drop-shadow(5px 5px 0px rgba(8, 4, 4, 0.1));
}

.main_icon_1 {
    top: 35%;
    left: 528px;
}

.main_icon_1.on {
    transform: rotate(30deg);
}

.main_icon_2 {
    top: 48%;
    left: 547px;
}

.main_icon_2.on {
    transform: rotate(-60deg);
}

.main_icon_3 {
    top: 52%;
    left: 392px;
}

.main_icon_3.on {
    transform: rotate(30deg) scale(1.2);
}

.main_icon_4 {
    top: 20%;
    right: 550px;
}

.main_icon_4.on {
    transform: rotate(60deg);
}

.main_icon_5 {
    top: 30%;
    right: 320px;
    transform: translate(10%, -10%);
}

.main_icon_5.on {
    transform: translate(0, 0) scale(0.8) rotate(-5deg);
}

.main_icon_6 {
    top: 52%;
    right: 540px;
}

.main_icon_6.on {
    transform: scale(1.4);
}

.main_icon_7 {
    top: 50%;
    right: 640px;
    transform: rotate(60deg);
}

.main_icon_7.on {
    transform: scale(1.2) rotate(0deg);
}

@media (max-width: 1700px) {
    .main_icon_1 {
        left: 300px;
        top: 30%;
    }

    .main_icon_2 {
        left: 350px;
        top: 40%;
    }

    .main_icon_3 {
        left: 280px;
    }

    .main_icon_4 {
        right: 20%;
    }

    .main_icon_5 {
        right: 10%;
    }

    .main_icon_6 {
        right: 27%;
        top: 80%;
    }

    .main_icon_7 {
        right: 20%;
    }
}

@media (max-width: 1080px) {
    .main_icon_1 {
        left: 10%;
    }

    .main_icon_2 {
        top: 15%;
        left: 15%;
    }

    .main_icon_3 {
        left: 22%;
    }

    .main_icon_7 {
        transform: scale(0.6) rotate(60deg);
    }

    .main_icon_7.on {
        transform: scale(0.8) rotate(0deg);
    }
}

@media (max-width: 680px) {
    .main_icon_6 {
        top: 70%;
    }

    .main_icon_7 {
        top: 80%;
    }

    .play-button {
        width: 80px;
        height: 80px;
    }
}

.heading .title span {
    transition-duration: 1s;
}

.main_title_ani_1 {
    transform: translate3d(0, 100px, 0);
    opacity: 0;
    transition-duration: 1s;
    transition-delay: 0.3s;
}

.main_title_ani_2 {
    transform: translate3d(0, 100px, 0);
    opacity: 0;
    transition-duration: 1s;
    transition-delay: 0.45s;
}

.main_title_ani_3 {
    transform: translate3d(0, 100px, 0);
    opacity: 0;
    transition-duration: 1s;
    transition-delay: 0.55s;
}

.main_title_ani_1.on, .main_title_ani_2.on, .main_title_ani_3.on {
    opacity: 1;
    transform: translateZ(0);
}

.t_ani_1 {
    transition: all 1s;
    opacity: 0;
    transform: translateY(100%);
}

.t_ani_2 {
    transition: all 1s;
    transition-delay: 0.3s;
    opacity: 0;
    transform: translateY(100%);
}

.t_ani_3 {
    transition: all 1s;
    transition-delay: 0.45s;
    opacity: 0;
    transform: translateY(100%);
}

.t_ani_4 {
    transition: all 1s;
    opacity: 0;
    transform: translateY(100%);
}

.t_ani_5 {
    transition: all 1s;
    transition-delay: 0.3s;
    opacity: 0;
    transform: translateY(100%);
}

.t_ani_6 {
    transition: all 1s;
    opacity: 0;
    transform: translateY(100%);
}

.t_ani_7 {
    transition: all 1s;
    transition-delay: 0.3s;
    opacity: 0;
    transform: translateY(100%);
}

.t_ani_8 {
    transition: all 1s;
    opacity: 0;
    transform: translateY(100%);
}

.t_ani_9 {
    transition: all 1s;
    transition-delay: 0.3s;
    opacity: 0;
    transform: translateY(100%);
}

.t_ani_10 {
    transition: all 1s;
    opacity: 0;
    transform: translateY(100%);
}

.t_ani_11 {
    transition: all 1s;
    transition-delay: 0.3s;
    opacity: 0;
    transform: translateY(100%);
}

@media (max-width: 430px) {
    .t_ani_11 {
        font-size: 30px;
        line-height: normal;
        font-family: 'Pretendard-300';
    }

}

.t_ani_12 {
    transition: all 1s;
    opacity: 0;
    transform: translateY(100%);
}

.t_ani_13 {
    transition: all 1s;
    transition-delay: 0.3s;
    opacity: 0;
    transform: translateY(100%);
}

.t_ani_14 {
    transition: all 1s;
    opacity: 0;
    transform: translateY(100%);
}

.t_ani_15 {
    transition: all 1s;
    transition-delay: 0.3s;
    opacity: 0;
    transform: translateY(100%);
}

.t_ani_16 {
    transition: all 1s;
    opacity: 0;
    transform: translateY(100%);
}

.t_ani_17 {
    transition: all 1s;
    transition-delay: 0.3s;
    opacity: 0;
    transform: translateY(100%);
}


.story_title {
    font-size: 40px !important;
    color: #222222;
    font-weight: 900;
    margin-bottom: 20px;
    line-height: 1.4;
}

.story_sub_title {
    color: #666666 !important;
    font-size: 18px !important;
    font-weight: 300 !important;
}

.story {
    width: 100%;
    position: relative;
}

.story_wrap {
    width: 100%;
    display: flex;
}

.story_box {
    width: 100%;
    padding: 150px 20px 50px 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.header_link_wrap:hover .header_link_hoveract {
    opacity: 1;
    visibility: visible;
}

figure {
    position: relative;
}

.header_link_hoveract {
    display: flex;
    box-sizing: border-box;
    background-color: #F2F9F9;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .05);
    position: absolute;
    padding: 20px;
    justify-content: start;
    align-items: center;
    width: max-content;
    border-radius: 5px;
    bottom: -10px;
    transform: translateY(100%);
    left: -30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    margin-top: 20px;
}

.header_link_hoveract div {
    display: flex;
    flex-direction: column;
    word-break: keep-all;
    width: fit-content;
    text-align: left;
    gap: 3px;
}

.header_link_hoveract a {
    word-break: keep-all;
    color: #222222;
    font-size: 16px;
    line-height: 1.42;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
    padding-right: 20px;
    font-family: 'Pretendard-300';
}

.header_link_hoveract a span {
    background-color: #311772;
    width: 4px;
    height: 4px;
    min-width: 4px;
    border-radius: 51%;

}

@media (max-width: 1260px) {
    .boost_box .box04_rect {
        padding: 40px 20px;
    }

    .boost_svg_1 {
        animation-name: boost_svg_1_mo;
        right: 20px;
    }

    .boost_svg_2 {
        top: -80px;
        transform: scale(0.8);
    }

    .boost_svg_2.on {
        transform: scale(0.9) rotate(30deg);
    }

    .boost_svg_3 {
        transform: scale(0.8);
    }

    .boost_svg_4 {
        transform: scale(0.6);
    }

    .boost_svg_4.on {
        transform: scale(0.7) rotate(-30deg);
    }

    .boost_svg_5 {
        transform: scale(0.5);
        top: 0;
    }

    .boost_svg_5.on {
        transform: scale(0.5) rotate(30deg);
        top: 0;
    }
}

@media (max-width: 1080px) {
    .boost_svg_1 {
        right: 30px;
    }
}

@media (max-width: 1020px) {
    .boost_svg_1 {
        top: -40px;
    }

    .boost_svg_4 {
        right: 70px;
    }

    .boost_svg_5 {
        right: 30%;
    }
}

@media (max-width: 860px) {
    .boost_box .box04_rect {
        min-height: 0;
    }

    .boost_svg_box {
        display: none;
    }
}

.growth_profile {
    display: flex;
    align-items: center;
    gap: 6px;
}

@media (max-width: 480px) {

    .boost_box .box04 h2 {
        font-size: 28px;
        line-height: normal;
    }

    .faq_tab {
        padding: 15px 10px;
    }
}