/* sub01 페이지 공통 */
.pc_show {
    display: block;
}
.mo_show {
    display: none;
}
.sub_sec1 {
    padding: 5.05vw 0;
}
.sub_sec1 .text_wrap {
    color: var(--white);
    text-align: center;
}
.sub_sec1 .text_wrap .title {
    font-size: 3rem;
    font-weight: var(--bold);
}
.sub_sec1 .text_wrap .desc {
    margin-top: 30px;
    font-size: 2rem;
    line-height: 150%;
    word-break: keep-all;
}
/** 마스코트 공통 **/
.training .mascot,
.training .mascot_wrap {
    position: absolute;
    top: 0;
    right: 0;
}
.training .mascot + .text_wrap {
    width: max-content;
    margin-bottom: 56px;
}
.training .mascot + .text_wrap .desc {
    display: block;
    font-size: 1.4rem;
    color: #AAA;
}
.training .mascot + .text_wrap .name {
    font-size: 1.6rem;
    font-weight: var(--heavy);
    color: var(--blue);
}
.training .mascot .shadow {
    width: 9.27vw;
    margin: 25px 0 0 20px;
}
.training .sub_sec1 .mascot {
    width: 11.35vw;
    top: -10.05vw;
    right: 21.97vw;
}
.training .sub_sec2 .mascot {
    position: static;
    transform: translateX(50px);
}
/* K-하이테크플랫폼 */
.platform .sub_sec1 {
    background-image: url(../img/sub01/platform_sec1_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.platform .sub_sec2 {
    padding: 6.3vw 0 4.16vw;
    background-color: var(--white);
}
.platform .sub_sec2 .picto_area {
    position: relative;
}
.platform .sub_sec2 .center {
    position: relative;
    width: 50.36vw;
    height: 49.06vw;
    margin: auto;
    background-image: url(../img/sub01/platform_sec2_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.platform .sub_sec2 .center .text_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: var(--white);
}
.platform .sub_sec2 .center .text_wrap .title {
    font-size: 1.45vw;
    font-weight: var(--bold);
}
.platform .sub_sec2 .center .text_wrap .desc {
    margin-top: 20px;
    font-size: 1.04vw;
    font-weight: var(--medi);
    line-height: 150%;
    word-break: keep-all;
}
.platform .sub_sec2 .picto_area .floating {
    position: absolute;
}
.platform .sub_sec2 .picto_area .floating.img01 {
    width: 3.17vw;
    height: 3.17vw;
    top: -1.30vw;
    left: 51.51vw;
}
.platform .sub_sec2 .picto_area .floating.img02 {
    width: 9.79vw;
    height: 9.79vw;
    top: -1.30vw;
    right: 32.39vw;
}
.platform .sub_sec2 .picto_area .floating.img03 {
    width: 17.81vw;
    height: 18.43vw;
    top: 4.53vw;
    right: 14.32vw;
}
.platform .sub_sec2 .picto_area .floating.img04 {
    width: 11.25vw;
    height: 11.25vw;
    top: 17.96vw;
    right: 23.64vw;
}
.platform .sub_sec2 .picto_area .floating.img05 {
    width: 8.64vw;
    height: 8.64vw;
    bottom: 9.68vw;
    right: 19.68vw;
}
.platform .sub_sec2 .picto_area .floating.img06 {
    width: 12.6vw;
    height: 12.6vw;
    bottom: 2.13vw;
    right: 30.31vw;
}
.platform .sub_sec2 .picto_area .floating.img07 {
    width: 3.17vw;
    height: 3.17vw;
    bottom: 0;
    left: 39.94vw;
}
.platform .sub_sec2 .picto_area .floating.img08 {
    width: 15.41vw;
    height: 15.41vw;
    bottom: 5vw;
    left: 22.08vw;
}
.platform .sub_sec2 .picto_area .floating.img09 {
    width: 3.17vw;
    height: 3.17vw;
    bottom: 22.29vw;
    left: 30.41vw;
}
.platform .sub_sec2 .picto_area .floating.img10 {
    width: 24.59vw;
    height: 24.59vw;
    top: 6.71vw;
    left: 9.68vw;
}
.platform .sub_sec2 .picto_area .floating.img11 {
    width: 13.75vw;
    height: 13.75vw;
    top: -1.66vw;
    left: 28.85vw;
}
.platform .sub_sec2 .picto_area .floating.img12 {
    width: 9.79vw;
    height: 9.79vw;
    top: 4.06vw;
    left: 39.47vw;
}
.platform .sub_sec2 .picto_area .floating.img01.animated {
    opacity: 0; transition: all 200ms ease-in-out;
}
.platform .sub_sec2 .picto_area .floating.img02.animated {
    opacity: 0; transition: all 600ms ease-in-out;
}
.platform .sub_sec2 .picto_area .floating.img03.animated {
    opacity: 0; transition: all 1000ms ease-in-out;
}
.platform .sub_sec2 .picto_area .floating.img04.animated {
    opacity: 0; transition: all 1400ms ease-in-out;
}
.platform .sub_sec2 .picto_area .floating.img05.animated {
    opacity: 0; transition: all 1800ms ease-in-out;
}
.platform .sub_sec2 .picto_area .floating.img06.animated {
    opacity: 0; transition: all 2200ms ease-in-out;
}
.platform .sub_sec2 .picto_area .floating.img07.animated {
    opacity: 0; transition: all 2600ms ease-in-out;
}
.platform .sub_sec2 .picto_area .floating.img08.animated {
    opacity: 0; transition: all 3000ms ease-in-out;
}
.platform .sub_sec2 .picto_area .floating.img09.animated {
    opacity: 0; transition: all 3400ms ease-in-out;
}
.platform .sub_sec2 .picto_area .floating.img10.animated {
    opacity: 0; transition: all 3800ms ease-in-out;
}
.platform .sub_sec2 .picto_area .floating.img11.animated {
    opacity: 0; transition: all 4200ms ease-in-out;
}
.platform .sub_sec2 .picto_area .floating.img12.animated {
    opacity: 0; transition: all 4600ms ease-in-out;
}
.platform .sub_sec2 .picto_area .floating.img01.animated.in-view,
.platform .sub_sec2 .picto_area .floating.img02.animated.in-view,
.platform .sub_sec2 .picto_area .floating.img03.animated.in-view,
.platform .sub_sec2 .picto_area .floating.img04.animated.in-view,
.platform .sub_sec2 .picto_area .floating.img05.animated.in-view,
.platform .sub_sec2 .picto_area .floating.img06.animated.in-view,
.platform .sub_sec2 .picto_area .floating.img07.animated.in-view,
.platform .sub_sec2 .picto_area .floating.img08.animated.in-view,
.platform .sub_sec2 .picto_area .floating.img09.animated.in-view,
.platform .sub_sec2 .picto_area .floating.img10.animated.in-view,
.platform .sub_sec2 .picto_area .floating.img11.animated.in-view,
.platform .sub_sec2 .picto_area .floating.img12.animated.in-view {
    opacity: 1;    
    transform: translateY(0);
}
.platform .sub_sec3 {
    padding: 30px 0 90px;
    background-color: #f6f6f6;
}
.platform .sub_sec3 .table_area {
    margin: 0 0 60px 0;
    padding: 40px 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.platform .sub_sec3 .table_area:first-child {
    border: 0;
}
.platform .sub_sec3 .table_area table td {
    background-color: var(--white);
}
/* K-디지털 트레이닝 */
.training .sub_sec1 {
    position: relative;
    background-image: url(../img/sub01/training_sec1_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.training .sub_sec2 {
    position: relative;
    padding: 4.16vw 0 5.20vw;
}
.training .sub_sec2 .mascot_wrap {
    top: 8.22vw;
    right: 78vw;
    display: flex;
    align-items: flex-end;
    gap: 0 10px;
}
.training .sub_sec2 .mascot>img {
    width: 14.687vw;
    max-width: max-content;
    animation-duration: 800ms;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
    animation-name: moving;
}
@keyframes moving {
    from {
        transform: translateY(-10%);
    }
    to {
        transform: translateY(0);
    }
}
.training .sub_sec3 .mascot {
    width: 17.34vw;
    top: 23.69vw;
    right: 5.2vw;
    z-index: 100;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
    animation-name: rotating;
}
@keyframes rotating {
    from {
        rotate: 10deg;
    }
    to {
        rotate: -10deg;
    }
}
.training .sub_sec2 .guide_area {
    display: flex;
    gap: 0 7.60vw;
}
.training .sub_sec2 .guide_area .guide_wrap {
    width: calc(100% - 97px - 7.60vw);
    display: flex;
    flex-direction: column;
    gap: 55px;
}
.training .sub_sec2 .guide_area .guide_wrap .guide_charts {
    display: flex;
    gap: 0 52px;
}
.training .sub_sec2 .guide_area .guide_wrap .guide_charts + .append {
    text-align: right;
}
.training .sub_sec2 .guide_area .guide_wrap .chart {    
    flex: 1;
}
.training .sub_sec2 .guide_area .guide_wrap .chart .sub_title {
    display: block;
    padding-bottom: 10px;
    border-bottom: 2px solid #E6E6E6;
    font-size: 2rem;
    font-weight: var(--bold);
}
.training .sub_sec2 .guide_area .guide_wrap .chart .desc_wrap {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px 0;
    counter-reset: number 0;
}
.training .sub_sec2 .guide_area .guide_wrap .chart .desc {
    font-size: 1.8rem;
    line-height: 150%;
}
.training .sub_sec2 .guide_area .guide_wrap .chart li::before {
    counter-increment: number 1;
    content: counter(number) ')';
    margin-right: 5px;
}
.training .sub_sec2 .guide_area .guide_wrap .chart li:not(:first-child) {
    margin-top: 10px;
}
.training .sub_sec2 .append {
    display: inline-block;
    font-size: 1.6rem;
    color: #999;
}
.training .sub_sec3 {
    position: relative;
    background-image: url(../img/sub01/training_sec3_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.training .sub_sec3 .benefit_area {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4.16vw 0;
}
.training .sub_sec3 .title,
.training .sub_sec4 .title {
    color: var(--white);
}
.training .sub_sec3 .benefit_wrap {
    margin-top: 4.06vw;
    color: var(--white);
}
.training .sub_sec3 .benefit_wrap .benefits {
    display: flex;
    justify-content: center;
}
.training .sub_sec3 .benefit_wrap .benefit {
    width: 15.88vw;
    height: 11.19vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px 0;
    padding: 0.78vw;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.training .sub_sec3 .benefit_wrap .benefit:last-child {
    border: 0;
}
.training .sub_sec3 .benefit_wrap .picto {
    width: 4.63vw;
    min-width: 89px;
    height: 4.63vw;
}
.training .sub_sec3 .benefit_wrap .desc {
    font-size: 2rem;
    font-weight: var(--bold);
    line-height: 150%;
    text-align: center;
    word-break: keep-all;
}
.training .sub_sec3 .benefit_wrap .line_wrap {
    height: 30px;
    display: flex;
    gap: 0 1.56vw;
    padding: 15px;
}
.training .sub_sec3 .benefit_wrap .line_wrap .line {
    width: 14.32vw;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.training .sub_sec4 {
    position: relative;
    padding: 4.16vw 0 7.81vw;
    background-color: #0B2552;
}
.training .sub_sec4 .title_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px 0;
}
.training .sub_sec4 .procedure_area {
    width: 66%;
    margin: auto;
}
.training .sub_sec4 .picto {
    width: 60px;
    height: 60px;
}
.training .sub_sec4 .procedures {
    display: flex;
    gap: 0 4.60vw;
    padding: 50px 0;
}
.training .sub_sec4 .procedure {
    position: relative;
    width: 13.02vw;
    height: 13.02vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px 0;
    border-radius: 100%;
    background-color: #1E4079;
}
.training .sub_sec4 .procedure:not(:last-child):after {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: calc(13.02vw + 40px);
    transform: translate(-50%, -50%);
    background-image: url(../img/arrow_right.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.training .sub_sec4 .procedure .desc {
    font-size: 2rem;
    font-weight: var(--bold);
    color: var(--white);
}
.training .sub_sec4 .append {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    line-height: 150%;
}
.training .radius_btn {
    width: fit-content;
    max-width: 240px;
    margin: auto;
    padding: 15px 50px;
}
.training .radius_btn:hover {
    background-color: var(--white);
}
.training .radius_btn:hover span {
    color: var(--blue);
}
.training .radius_btn:hover .icon {
    background-image: url(../img/move.png);
}
/* 찾아오시는 길 */
.address .sub_sec2 {
    padding: 4.68vw 0 7.81vw;
}
.address .sub_sec2 .map_area {
    aspect-ratio: 72/31 ;
    background-color: #999;
}
.address .sub_sec2 .map_area .map {
    height: 100%;
}
.address .sub_sec2 .info_area {
    margin-top: 50px;
}
.address .sub_sec2 .info_area .title_wrap {
    padding: 30px;
    background-color: var(--blue);
    color: var(--white);
    text-align: center;
}
.address .sub_sec2 .info_area .title.red_cap {
    margin: auto;
}
.address .table_area table thead .th_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 15px;
    padding: 10px 0;
}
.address .table_area table td {
    padding: 30px;
    text-align: left;
}
.address .table_area table tbody .td_wrap {
    display: flex;
    margin-top: 25px;
}
.address .table_area table tbody .td_wrap:first-child,
.address .table_area table tbody .td_wrap:has(.desc:only-child) {
    margin-top: unset;
}
.address .table_area table td .text {
    min-width: 63px;
    font-size: 2rem;
    font-weight: var(--bold);
}
.address .table_area table td .desc {
    width: calc(100% - 63px);
    font-size: 1.8rem;
    line-height: 150%;
    color: var(--dark_gray);
    text-align: left;
    word-break: keep-all;
}
.address .table_area table td .desc:only-child {
    width: 100%;
    text-align: center;
}


@media screen and (max-width: 1200px) {
    .pc_show {
        display: none;
    }
    .mo_show {
        display: block;
    }
    .sub01.platform .th_wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0 10px;
    }
}

@media screen and (max-width: 1240px) {
    /* K-트레이닝 */
    .training .sub_sec2 .mascot_wrap {
        top: unset;
        bottom: 10vw;
        right: 75vw;
        gap: 0 50px;
    }
    .training .mascot + .text_wrap .desc,
    .training .mascot + .text_wrap .name {
        font-size: 1rem;
    }
    .training .sub_sec3 .benefit_wrap .benefit{
        min-width: 200px;
        margin: auto;
        gap: 35px 0;
    }
    .training .sub_sec3 .benefit_wrap .line_wrap {
        margin: auto;
    }
    .training .sub_sec3 .benefit_wrap .line_wrap .line {
        min-width: calc(200px - 1.56vw);
    }
    .training .sub_sec4 .procedure_area {
        width: 100%;
    }
    .training .sub_sec4 .procedures {
        justify-content: center;
    }
    .training .sub_sec4 .procedure {
        width: 205px;
        height: 205px;
    }
    .training .sub_sec4 .procedure:not(:last-child):after {
        left: 100%;
        transform: translate(0, -50%);
    }
    /* 찾아오는 길 */
    .address .sub_sec2 .info_area .title_wrap {
        padding: 30px 10px;
    }
    .address .sub_sec2 .title.red_cap {
        font-size: 2rem;
    }
    .address .table_area table td {
        padding: 25px;
    }
    .address .table_area .th_wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0 10px;
    }    
    .address .table_area table tr:nth-child(even) td {
        padding-bottom: 35px;
    }
    .modify {
        display: flex;
        flex-direction: column;
    }
    .modify .td_wrap {
        flex: 1;
    }
    .address .table_area table tbody .modify .td_wrap {
        align-items: center;
        justify-content: center;
    }
    .address .table_area table tbody .modify .td_wrap:last-child {
        margin: 0;
    }
    .address .table_area table tbody .modify .td_wrap .text {
        min-width: unset;
        text-align: center;
    }
    .address .table_area table tbody .modify .td_wrap .desc {
        width: auto;
        padding-left: 10px;
    }
}

@media screen and (max-width: 1024px) {
    /* K-트레이닝 */
    .training .sub_sec2 .mascot_wrap {
        top: unset;
        bottom: 8vw;
        right: 70vw;
        gap: 0 50px;
    }
    .training .mascot + .text_wrap {
        margin-bottom: -10px;
    }
    .training .mascot + .text_wrap .desc,
    .training .mascot + .text_wrap .name {
        font-size: 1.3rem;
    }
    .training .sub_sec3 .benefit_area {
        padding: 13.16vw 0;
    }
    .training .sub_sec3 .benefit_wrap .benefit {
        min-width: 300px;
        gap: 40px 0;
    }
    .training .sub_sec3 .benefit_wrap .line_wrap .line {
        min-width: calc(300px - 1.56vw);
    }
    .training .sub_sec3 .benefit_wrap .desc {
        line-height: normal;
    }
    .training .sub_sec3 .mascot {
        top: 50vw;
        right: 1vw;
    }
    .training .sub_sec4 .procedure {
        width: 170px;
        height: 170px;
    }
}

@media screen and (max-width: 990px) {
    .training .sub_sec1 .mascot {
        right: 15vw;
    }
}

@media screen and (max-width: 768px) {
    /* sub01 공통 */
    .sub_sec1 {
        min-height: 300px;
        padding: 112px 42.5px;
    }
    .sub_sec1 .text_wrap .title {
        word-break: keep-all;
    }
    .address .sub_sec2 .title.red_cap {
        font-size: 24px;
    }
    
    /* 마스코트 공통 */
    .training .sub_sec1 .mascot {
        width: 161.59px;
        height: 131px;
        top: -142px;
        right: 10px;
    }
    .training .sub_sec2 .mascot_wrap {
        width: 100%;
        bottom: 72px;
        left: -10px;
    }
    .training .sub_sec2 .mascot>img {
        width: 141px;
        height: 162px;
    }
    .training .mascot .shadow {
        width: 160px;
        transform: translateX(-50px);
    }
    .training .mascot + .text_wrap .desc {
        font-size: 14px;
        word-break: keep-all;
    }
    .training .mascot + .text_wrap .name {
        font-size: 20px;
    }
    .training .sub_sec3 .mascot {
        width: 282px;
        top: unset;
        bottom: -105px;
        right: 50%;
        transform: translateX(50%);
    }
    .training .sub_sec2 .guide_area .guide_wrap .chart .desc_wrap {
        gap: 2.5px 0;
    }
    /* K-플랫폼 */
    .platform .sub_sec2 {
        height: 100vh;
        padding: 0;
        margin: 6.3vw 0 4.16vw;
    }
    .platform .sub_sec2 .picto_area {
        height: 100%;
    }
    .platform .sub_sec2 .center {
        width: 100%;
        height: 100%;
        background-image: url(../img/sub01/platform_sec2_bg_mo.png);
        background-repeat: no-repeat;
        background-size: 580px;
        background-position: center;
    }
    .platform .sub_sec2 .center .text_wrap {
        width: 65%;
        padding-top: 45px;
    }
    /* K-디지털 트레이닝 */
    .training .sub_sec2 {
        padding: 34px 0 330px;
    }
    .training .sub_sec2 .guide_area {
        flex-direction: column;
    }
    .training .sub_sec2 .guide_area .guide_wrap {
        margin-top: 20px;
        width: 100%;
    }
    .training .sub_sec2 .guide_area .guide_wrap .guide_charts {
        flex-wrap: wrap;
        gap: 50px 16px;
    }
    .training .sub_sec2 .guide_area .guide_wrap .guide_charts.mo_col1 {
        flex-wrap: wrap;
        gap: 55px 0;
    }
    .training .sub_sec2 .guide_area .guide_wrap .guide_charts.mo_col1 .chart {
        flex: 1 1 100%;
    }
    .training .sub_sec2 .guide_area .guide_wrap .guide_charts + .append {
        margin-top: -25px;
    }
    .training .sub_sec3 .benefit_area.pc {
        display: none;
    }
    .training .sub_sec3 .benefit_area.mo {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        padding: 60px 0 225px;
    }
    .training .sub_sec3 .benefit_wrap {
        width: 100%;
    }
    .training .sub_sec3 .benefit_wrap .benefit {
        width: 50%;
        height: 215px;
    }
    .training .sub_sec3 .benefit_wrap .picto {
        height: auto;
    }
    .training .sub_sec3 .benefit_wrap .line_wrap {
        width: calc(100% - 16px);
        height: 40px;
        gap: 0 16px;
        margin: auto;
        padding: 20px;
    }
    .training .sub_sec3 .benefit_wrap .line_wrap .line {
        width: 362px;
    }
    .training .sub_sec4 {
        padding: 155px 0 150px;
    }
    .training .sub_sec4 .procedures {
        flex-direction: column;
        align-items: center;
        gap: 88.5px 0;
        padding: 60px 0 100px;
    }
    .training .sub_sec4 .procedure {
        width: 300px;
        height: 300px;
        gap: 10px 0;
    }
    .training .sub_sec4 .procedure:not(:last-child):after {
        rotate: 90deg;
        top: calc(100% + 27.25px);
        left: calc(25% + 30px);
    }
    /* 찾아오는 길 */
    .address .sub_sec2 .info_area .title_wrap .red_cap {
        width: 100%;
        word-break: keep-all;
    }
    .address .red_cap::after {
        right: 30px;
    }
}

@media screen and (max-width: 540px) {
    /* 마스코트 모음 */
    .training .mascot + .text_wrap {
        transform: translateX(-40px);
        margin-bottom: 0;
    }
    
    .platform .sub_sec1{
        padding: 85px 20px;
    }
    .platform .sub_sec2 {
        margin: 0;
    }
    .platform .sub_sec3 {
        padding-bottom: 30px;
    }
    .platform .sub_sec3 .table_area {
        padding-top: 30px;
        margin-bottom: 30px;
    }
    .training .sub_sec1 {
        padding: 110px 20px;
    }
    .training .sub_sec1 .mascot {
        width: 70px;
        height: 88px;
        top: -62px;
        right: 0;
    }
    .training .sub_sec4 .procedure {
        width: 200px;
        height: 200px;
        gap: 10px 0;
    }
    .training .sub_sec4 .procedure:not(:last-child):after {
        left: 25%;
    }
    .training .sub_sec2 .guide_area .guide_wrap .guide_charts + .append {
        text-align: left;
    }
    .training .sub_sec3 .benefit_wrap .benefit {
        min-width: unset;
    }
    .training .sub_sec3 .benefit_wrap .line_wrap {
        width: 100%;
    }
    .training .sub_sec3 .benefit_wrap .line_wrap .line {
        min-width: unset;
    }
    .training .sub_sec4 {
        padding-bottom: 50px;
    }
    .training .sub_sec4 .procedures {
        padding-bottom: 50px;
    }
    .address .sub_sec2 .info_area {
        margin-top: 30px;
    }
    .address .red_cap::after {
        right: 10px;
    }
}