@font-face {
    font-family: 'Pretendard';
    font-weight: 900;
    font-display: swap;
    src: local('Pretendard Black'), url(../_css/static/woff2/Pretendard-Black.woff2) format('woff2'), url(../_css/static/woff/Pretendard-Black.woff) format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 800;
    font-display: swap;
    src: local('Pretendard ExtraBold'), url(../_css/static/woff2/Pretendard-ExtraBold.woff2) format('woff2'), url(../_css/static/woff/Pretendard-ExtraBold.woff) format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    font-display: swap;
    src: local('Pretendard Bold'), url(../_css/static/woff2/Pretendard-SemiBold.woff2) format('woff2'), url(../_css/static/woff/Pretendard-SemiBold.woff) format('woff');
}


@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    font-display: swap;
    src: local('Pretendard SemiBold'), url(../_css/static/woff2/Pretendard-SemiBold.woff2) format('woff2'), url(../_css/static/woff/Pretendard-SemiBold.woff) format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    font-display: swap;
    src: local('Pretendard Medium'), url(../_css/static/woff2/Pretendard-Medium.woff2) format('woff2'), url(../_css/static/woff/Pretendard-Medium.woff) format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    font-display: swap;
    src: local('Pretendard Regular'), url(../_css/static/woff2/Pretendard-Regular.woff2) format('woff2'), url(../_css/static/woff/Pretendard-Regular.woff) format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 300;
    font-display: swap;
    src: local('Pretendard Light'), url(../_css/static/woff2/Pretendard-Light.woff2) format('woff2'), url(../_css/static/woff/Pretendard-Light.woff) format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 200;
    font-display: swap;
    src: local('Pretendard ExtraLight'), url(../_css/static/woff2/Pretendard-ExtraLight.woff2) format('woff2'), url(../_css/static/woff/Pretendard-ExtraLight.woff) format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 100;
    font-display: swap;
    src: local('Pretendard Thin'), url(../_css/static/woff2/Pretendard-Thin.woff2) format('woff2'), url(../_css/static/woff/Pretendard-Thin.woff) format('woff');
}

* {
    font-family: 'Pretendard';
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    letter-spacing: -1px;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

body {
    background-color: #fff;
    overflow-x: hidden;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
}

nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 105px;
    border-bottom: 1px solid #b7b7b7;
    padding-left: 0;
    padding-right: 0px;
    /*border:1px solid red;*/
}

a, button:hover {
    cursor: pointer;
}

.logo a {
    margin-left: 20px;
}

.toggle-menu, .close-menu {
    display: none;
}

.nav-list {
    display: flex;
    align-items: center;
    /*margin-left: 330px;*/
}

.nav-item {
    margin: 0 2vw;
}

.nav-item:nth-child(2) {
    /*margin-left: 30px;*/
}

.nav-list .nav-item .item2 {
    width: 6vw;
    padding-top: 5px;
}

.nav-space {
    width: 5vw;
    margin: 0;
}

.nav-link {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    padding: 20px 10px 50px;
    border: 0px solid red;
    white-space: nowrap;
}

.nav-item:nth-child(4) {
    padding-top: 0;
}

.nav-link:hover {
    color: #F97316;
}

.util {
    width: 250px;
    display: flex;
    flex-direction: row;
}

.util-wrap {
    display: flex;
    flex-direction: row;
}

.util .util-item {
    margin: 0 0.5rem;
}

.util-item a {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

.megamenu {
    position: absolute;
    display: block;
    width: 100%;
    height: 460px;
    top: 104px;
    left: 0;
    background-color: #fff;
    box-shadow: 0 23px 23px -21px rgba(0, 0, 0, 0.2);
    z-index: -99;
    visibility: hidden;
    opacity: 0;
}

.header-megamenu {
    color: #3E66F3;
    font-weight: 900;
    font-size: 16px;
}

.megamenu-item a {
    font-size: 16px;
    color: #474747;
    font-weight: 500;
}

.megamenu-item a:hover {
    color: darkorange;
    text-decoration: underline;
}

.content-bar {
    border: 1px solid #ccc;
    height: 300px;
    margin: 40px 0vw;
}

.dropdown:hover .megamenu {
    visibility: visible;
    transition: all 0.3s ease;
    opacity: 1;

}

.content {
    margin: 40px 1.6vw;
    font-size: 0.9rem;
    font-weight: 500;
    left: 0;
    color: #474747;
}

.content:first-child {
    margin-right: 50px;
}

.content:nth-child(6) {
    margin-left: 50px;
}

.content li {
    padding: 10px 0;
}

.temp_img {
    display: flex;
    justify-content: center;
    width: 100%;
    align-content: center;
    margin: 98px auto;
}

/*
|------------------------------------------------------------------------------
|   공통 영역
|------------------------------------------------------------------------------
 */
.subtitle {
    display: flex;
    justify-content: left;
    width: 1400px;
    margin: 100px auto 5px;
    align-items: center;
}

.subtitle2 {
    display: flex;
    justify-content: left;
    width: 1280px;
    margin: 100px auto 25px;
}


.subtitle .title-name,
.subtitle2 .title-name {
    border-left: 5px solid #99A5C2;
    font-size: 44px;
    white-space: nowrap;
    font-weight: 700;
    letter-spacing: -3px;
    padding: 10px 35px;
    color: #3D4A4A;
}

.subtitle .title-comment,
.subtitle2 .title-comment {
    font-weight: 500;
    font-size: 17px;
    padding: 10px;
    color: #666;
    letter-spacing: -1px;
    line-height: 30px;
    text-align: left;
    margin-left: 80px;
}

.line1 {
    width: 1400px;
    margin: 0 auto 40px;
}

.line2 {
    width: 1280px;
    margin: 0 auto 40px;
}

.line3 {
    clear: both;
    width: 1400px;
    margin: 0 auto;
}

.cbox {
    min-height: 77px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 23px;
    letter-spacing: -2px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin: 10px;
    padding: 25px 35px;
}

.cbox:hover {
    border: 1px solid dodgerblue;
}

.cbox a:hover {
    text-decoration: underline;
    color: darkorange;
}

.cbox-large {
    width: 94%;
}

.cbox-small {
    width: 47%;
}

.cbox-small2 {
    width: 33%;
}

.cbox-small3 {
    width: 66%;
}

.cbox-small4 {
    width: 32%;
}

.cbox-small5 {
    width: 22%;
}

.cbox-white {
    background: #fff;
    border: 1px solid #B1B4BA;
    color: #3D4A4A;
    font-weight: 600;
}

.cbox-navy {
    background: #00358B;
    border: 1px solid #D4D8E0;
    color: #fff;
}

/*
|------------------------------------------------------------------------------
|   메인페이지
|------------------------------------------------------------------------------
 */

.slick-arrow {
    z-index: 10;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    transition: background 0.5s;

    &:hover {
        background: rgba(255, 255, 255, 0);

        &::before {
            color: rgba(255, 255, 255, 0.9);
        }
    }

    &::before {
        font-family: 'Font Awesome 6 Free';
        font-weight: 700;
        font-size: 60px;
        transition: all 0.5s;
        color: rgba(255, 255, 255, 0.3);
    }
}

.slick-prev {
    left: 30px;

    &::before {
        content: "\f053";
    }
}

.slick-next {
    right: 30px;

    &::before {
        content: "\f054";
    }
}


.main-content-01,
.main-content-02 {
    display: flex;
    justify-content: center;
}

.main-content-01 .box1,
.main-content-02 .box4 {
    background: #DDE7FF;
    display: flex;
    padding: 9px;
}

.main-content-01 .box2,
.main-content-02 .box3 {
    /*background: #EBF1FF;*/
    background: #C4D5FF;
    display: flex;
    padding: 9px;
}

.main-content-01 div div,
.main-content-02 div div {
    width: 327px;
    height: 371px;
    background: #fff;
    border: 1px solid #D4D8E0;
    border-radius: 30px;
    margin: 9px;
    padding: 40px 45px;
}

.main-content-01 div div:hover,
.main-content-02 div div:hover {
    border: 1px solid #0e2080;
}

.main-content-01 div div h2,
.main-content-02 div div h2 {
    margin: 20px 0;
    font-size: 30px;
    color: #3D4A4A;
}

.main-content-01 div div p,
.main-content-02 div div p {
    margin: 27px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #666;
}

.main-content-01 div div a,
.main-content-02 div div a {
    font-size: 17px;
    font-weight: 600;
    color: #00358B;
    letter-spacing: -2px;
}

.main-content-01 div div a:hover,
.main-content-02 div div a:hover {
    font-weight: 600;
    color: darkorange;
}


.main-content-01 div div span,
.main-content-02 div div span {
    margin-left: 17px;
}

.main-content-03 {
    width: 100%;
    height: 283px;
    background: #00358B;
    margin: 100px 0;
    text-align: center;
    padding: 64px;
    display: flex;
    flex-direction: column;
}

.main-content-03 p, a {
    margin: 0 auto 0;
    font-size: 20px;
    color: #fff;
}

.main-content-03 a {
    margin-top: 54px;
    border: 2px solid #fff;
    padding: 10px 30px;
    font-size: 17px;
}

.main-content-03 i {
    margin-left: 40px;
}

.main-content-04,
.main-content-05 {
    display: flex;
    justify-content: center;
    max-width: 1400px;
    margin: 0 auto;
}

.main-content-04 div,
.main-content-05 div {
    width: 50%;
    padding: 0 50px 20px 0;
    display: flex;
}

.main-content-04 div .content-text,
.main-content-05 div .content-text {
    display: flex;
    flex-direction: column;
}

.main-content-04 div .content-text h2,
.main-content-05 div .content-text h2 {
    font-size: 30px;
    color: #3D4A4A;
    letter-spacing: -3px;
}

.main-content-04 div .content-text p,
.main-content-05 div .content-text p {
    font-size: 16px;
    color: #8B8B8B;
    font-weight: 600;
    margin-top: 15px;
    line-height: 30px;
}

.main-content-04 div .content-text div,
.main-content-05 div .content-text div {
    display: block;
    text-align: right;
    width: 100%;
    padding-right: 0;
    margin-top: 30px;
}

.main-content-04 div .content-text div a,
.main-content-05 div .content-text div a {
    font-size: 14px;
    color: #00358B;
    border: 1px solid #00358B;
    padding: 5px 20px;
    margin: 20px 0;
}

.main-content-04 div .content-text div i,
.main-content-05 div .content-text div i {
    margin-left: 20px;
}

.main-content-06 {
    background: url(../_images/main_content_img_05-1.png);
    max-width: 1400px;
    height: 581px;
    margin: 0 auto;
}

.main-content-06 a {
    position: relative;
    top: 500px;
    left: 130px;
    background: #0061FC;
    color: #fff;
    padding: 15px 30px 15px 30px;
    font-size: 21px;
    font-weight: 700;
}

.main-content-06 span {
    margin-left: 140px;
}

#main_wrap_01 {
    background: #EDF2FF;
    padding-top: 5px;
    padding-bottom: 100px;
    margin-top: 100px;
}

.main-content-07 {
    display: flex;
    flex-wrap: wrap;
    width: 1420px;
    margin: 0 auto;
}

.main-content-07 img {
    margin: 3px;
}

/*
|------------------------------------------------------------------------------
|   c1. AI Master
|------------------------------------------------------------------------------
 */

.c1-roadmap-01 {
    background: #DDE7FF;
    max-width: 1400px;
    height: 113px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
}

.c1-roadmap-02 {
    background: #FFF;
    max-width: 1400px;
    height: 113px;
    margin: 20px auto 20px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #fff;
}

.roadmap-section {
    display: flex;
    width: 1400px;
    margin: 0 auto;
    padding: 10px;
}

.c1-roadmap-03 {
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    border: 1px solid #fff;
}

.c1-roadmap-03 .part1 {
    width: 50%;
    padding: 0px;
    margin: 0;

}

.c1-roadmap-03 .part1 .part1-1 {
    background: #DDE7FF;
    padding: 10px 10px 30px;
}

.c1-roadmap-03 .part1 .part1-2 {
    background: #EDF2FF;
    padding: 10px 10px 30px;
}

.c1-roadmap-03 .part1 .part1-1 h3,
.c1-roadmap-03 .part1 .part1-2 h3 {
    text-align: center;
    font-size: 23px;
    color: #00358B;
    padding: 17px;
}

.c1-roadmap-03 .part1 .part1-2 div,
.c1-roadmap-03 .part1 .part1-1 div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.c1-roadmap-03 .part2,
.c1-roadmap-03 .part3 {
    width: 25%;
    padding: 10px;
    background: #D8DDEA;
}

.c1-roadmap-03 .part2 div:nth-child(2) {
    height: 200px;
}

.c1-roadmap-03 .part2 div:last-child {
    height: 170px;
    margin-top: 130px;
}

.c1-roadmap-03 .part3 div:nth-child(3) {
    margin-top: 10px;
}

.c1-roadmap-03 .part3 div:nth-child(5) {
    margin-top: 37px;
}

.div-space1 {
    height: 61px;
    width: 100%;
}

.div-space2 {
    height: 200px;
}

.div-space3 {
    height: 84px;
}

.div-space4 {
    height: 30px;
    width: 100%;
    margin: 0 auto;
}

.div-space5 {
    height: 85px;
}

.div-space6 {
    height: 30px;
}

.div-space7 {
    height: 30px;
}

.c1-roadmap-04 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px;
    background: #DDE7FF;
}

.c1-roadmap-04 .part1 {
    width: 97%;
    padding: 10px;
    background: #DDE7FF;
    display: flex;
    justify-content: center;
}

.c1-roadmap-04 h3 a {
    font-size: 26px;
    font-weight: 600;
}


/*
|------------------------------------------------------------------------------
|   c2. Data Master
|------------------------------------------------------------------------------
 */

.c2-roadmap-02 {
    background: #FFF;
    max-width: 1400px;
    height: 113px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.c2-roadmap-02 .part1,
.c2-roadmap-02 .part2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px;
    background: #fff;
}

.c2-roadmap-02 .part1 {
    width: 66.67%
}

.c2-roadmap-02 .part2 {
    width: 33.33%
}

.c2-roadmap-03 {
    max-width: 1400px;
    /*width: calc(100% - 65px);*/
    width: 1400px;
    margin: 0 auto;
    display: flex;
    padding: 0;
}

.c2-roadmap-03 .part1 {
    width: 66.67%;
    background: #DDE7FF;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
}

.c2-roadmap-03 .part1 .cbox-small {
    width: 46%
}

.c2-roadmap-03 .part2 {
    width: 33.33%;
    background: #D8DDEA;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}

.c3-roadmap-02 {
    background: #FFF;
    width: calc(100% - 130px);
    max-width: 1400px;

    margin: 0 auto 10px;
    display: flex;
    justify-content: center;
    padding: 10px;
}

.c3-roadmap-03 .part1 {
    max-width: 1400px;
    background: #DDE7FF;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
}

.c4-roadmap-03 {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    padding: 0;
}

.c4-roadmap-02 {
    background: #fff;
    max-width: 1400px;
    height: 100px;
    margin: 0 auto 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
}

.c4-roadmap-02-1 {
    background: #DDE7FF;
    max-width: 1400px;
    height: 200px;
    margin: 20px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
}

.c4-roadmap-02-1 div {

}

.c4-roadmap-02-1 .h3 {

}

.c4-roadmap-02-1 h3 {
    width: 100%;
    text-align: center;
    font-size: 23px;
    color: #00358B;
    padding-top: 20px;
}

.c4-roadmap-03 {
    max-width: 1400px;
    margin: 0 auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 10px 30px;
    background: #EDF2FF;
}

.c4-roadmap-03 div h3 {
    width: 100%;
    text-align: center;
    font-size: 23px;
    color: #00358B;
    padding: 17px;
}

.c4-roadmap-03 .c4-roadmap-03-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 93%;
    background: #D8DDEA;
    margin: 0 auto 30px;
}

.c4-roadmap-03 .c4-roadmap-03-wrap h3 {
    padding: 30px 0 10px;
}

.c4-roadmap-03 .c4-roadmap-03-wrap .part1 {
    width: 100%;
    background: #D8DDEA;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0 50px 30px;
}

.c4-roadmap-03 .part2 {
    width: 95%;
    background: #D8DDEA;
    padding: 10px 10px 50px 30px;
}

.c4-roadmap-04 {
    background: #DDE7FF;
    margin: 0 auto;
    max-width: 1400px;
}

.c4-roadmap-04 div {
    margin: 0 auto;
}

.c4-roadmap-04 div h3,
.c4-roadmap-05 div h3 {
    width: 100%;
    text-align: center;
    font-size: 23px;
    color: #00358B;
    padding: 17px;
}

.c4-roadmap-05 {
    background: #D8DDEA;
    margin: 0 auto;
    max-width: 1400px;
}

.c4-roadmap-05 div {
    margin: 0 auto;
}

.c4-roadmap-05 div div {
    display: flex;
    padding: 0 33px;
    justify-content: space-around;
}

.c4-roadmap-05 div div .cbox-small2,
.c4-roadmap-06 div div .cbox-small2 {
    width: 32%;
    height: 100px;
}

.c4-roadmap-06 {
    background: #EDF2FF;
    margin: 0 auto;
    max-width: 1400px;
}

.c4-roadmap-06 div {
    margin: 0 auto;
}

.c4-roadmap-06 div h3 {
    width: 100%;
    text-align: center;
    font-size: 23px;
    color: #00358B;
    padding: 17px;
}

.c4-roadmap-06 div div {
    display: flex;
    padding: 0 33px;
    justify-content: space-around;
}

.c4-roadmap-07 {
    background: #EDF2FF;
    margin: 0 auto;
    max-width: 1400px;
}

.c4-roadmap-07 div {
    margin: 0 auto;
}

.c4-roadmap-07 div h3 {
    width: 100%;
    text-align: center;
    font-size: 23px;
    color: #00358B;
    padding: 17px;
}

.c4-roadmap-07 div div {
    display: flex;
    padding: 0 30px;
    flex-direction: column;
    justify-content: center;
}

.c4-roadmap-07 div div div {
    margin: 10px auto;

}

.c4-roadmap-07 div .sub-box1 {
    padding: 0 20px;
}

.c4-roadmap-07 div .sub-box2 {
    display: flex;
    flex-direction: row;
    padding: 0 40px;
}

.c4-roadmap-07 div .sub-box .cbox-large {
    width: 100%;
    border: 1px solid red;
}

.c4-roadmap-04 {
    background: #DDE7FF;
    margin: 0 auto;
    max-width: 1400px;
}

.c4-roadmap-04 div {
    margin: 0 auto;
}

.c4-roadmap-04 div h3 {
    width: 100%;
    text-align: center;
    font-size: 23px;
    color: #00358B;
    padding: 17px;
}

.c4-roadmap-04 div div {
    display: flex;
    padding: 0 30px;
    justify-content: space-around;
}

.c5-roadmap-05 div h3 {
    width: 100%;
    text-align: center;
    font-size: 23px;
    color: #00358B;
    padding: 17px;
}

.c5-roadmap-05 {
    background: #D8DDEA;
    margin: 0 auto;
    max-width: 1400px;
    text-align: center;
}

.c5-roadmap-05 div {
    margin: 0 auto;
}

.c5-roadmap-05 div div {
    display: flex;
    padding: 0 20px;
    flex-direction: column;
    justify-content: center;
}

.c4-roadmap-05 div h3 {
    width: 100%;
    text-align: center;
    font-size: 23px;
    color: #00358B;
    padding: 17px;
}

.c5-roadmap-05 div .div-div {
    display: flex;
    padding: 0;
    margin: 10px;
}

.c5-roadmap-05 div .div-div div {
    margin-top: 20px;
}

.c7-roadmap-02 {
    background: #FFF;
    max-width: 1400px;
    height: 113px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.c7-roadmap-02 .part1,
.c7-roadmap-02 .part2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px;
    background: #fff;
}

.c7-roadmap-02 .part1 {
    width: 50%
}

.c7-roadmap-02 .part2 {
    width: 50%
}

.c7-roadmap-03 .part1 {
    max-width: 1400px;
    background: #EDF2FF;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
}

.c7-roadmap-03 div h3 {
    width: 100%;
    text-align: center;
    font-size: 23px;
    color: #00358B;
    padding: 30px 17px 0;
    background: #EDF2FF;
}

.c7-roadmap-04 .part1 {
    max-width: 1400px;
    background: #DDE7FF;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
}

.c7-roadmap-03 .subtitle,
.c7-roadmap-04 .subtitle {
    max-width: 1400px;
    margin: 0 auto;
}

.c7-roadmap-04 div h3 {
    width: 100%;
    text-align: center;
    font-size: 23px;
    color: #00358B;
    padding: 30px 17px 0;
    background: #DDE7FF;
}

.c7-roadmap-05 {
    width: 1400px;
    margin: 0 auto;
    background: #EDF2FF;
    padding: 0;
}

/*
|------------------------------------------------------------------------------
|  추천 대상
|------------------------------------------------------------------------------
 */

.recommand-1, .recommand-2, .feature-1 {
    max-width: 1400px;
    margin: 0 auto 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.recommand-1 div, .feature-1 div {
    width: 380px;
    overflow: hidden;
}

.recommand-2 div {
    width: 310px;
    overflow: hidden;
}

.recommand-1 div img, .recommand-2 div img, .feature-1 div img {
    transition: all 0.2s linear;
    width: 100%;
}

.recommand-1 div img:hover, .recommand-2 div img:hover, .feature-1 div img:hover {
    transform: scale(1.1);
    overflow: hidden;
}


.recommand-1 div h3, .recommand-2 div h3, .feature-1 div h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 30px 0 10px;
    width: 100%;
    text-align: center;
}

.recommand-1 div p, .recommand-2 div p, .feature-1 div ul li, .feature-1 div p {
    font-size: 16px;
    font-weight: 600;
    margin: 0px auto 0;
    line-height: 24px;
    color: #737887;
    list-style-type: unset;
    width: 85%;
    text-align: left;
}


.process-1 {
    max-width: 1400px;
    margin: 0 auto;
}

.process-1 .title {
    width: 344px;
    height: 56px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: #DDE7FF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 23px;
    color: #00358B;
}

.process-1 .body-box {
    width: 1400px;
    background: #DDE7FF;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 40px;
}

.process-1 .body-title {
    width: 245px;
    height: 58px;
    background: #D8DDEA;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 23px;
    color: #00358B;
}

.process-1 p {
    padding: 20px 0 0 50px;
    font-size: 20px;
}

.body {
    display: flex;
}

.process-1 .part1 {
    width: 1024px;
    background: #D8DDEA;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

.process-1 .body-box .body .part1 .card1,
.process-1 .body-box .body .part1 .card2,
.process-1 .body-box .body .part1 .card3,
.process-1 .body-box .body .part2 .card4 {
    width: 274px;
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    margin: 40px 0 50px;
}

.process-1 .body-box .body .part1 .card1 {
    margin-left: 40px;
}

.process-1 .body-box .body .part1 .card2 {

}

.process-1 .body-box .body .part1 .card3 {
    margin-right: 40px;
}

.process-1 .body-box .body .part2 .card4 {
    margin-left: 40px;
}

.process-1 .body-box .body .part1 .card1 h2,
.process-1 .body-box .body .part1 .card2 h2,
.process-1 .body-box .body .part1 .card3 h2,
.process-1 .body-box .body .part2 .card4 h2 {
    font-size: 30px;
    margin: 40px 0 50px;
}

.process-1 .body-box .body .part1 .card1 li,
.process-1 .body-box .body .part1 .card2 li,
.process-1 .body-box .body .part1 .card3 li,
.process-1 .body-box .body .part2 .card4 li {
    line-height: 30px;
    list-style-type: unset;
    margin-top: 10px;
}

.process-1 .body-box .body .part1 .arrow1 {
    width: 24px;
    height: 28px;
    background: url(../_images/arrow1.png);
    list-style-type: unset;;
    margin-top: 230px;
}

.page-title {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 408px;
    align-content: center;
    margin: 85px auto 0;
    overflow: hidden;
    background: #011A57;
}

.temp_img {
    overflow: hidden;
}

.review .slider h2 {
    margin: 0 auto;
    color: #fff;
    font-size: 30px;
}

.review .slider {
    width: 100%;
    height: 479px;
    background: #0D181E;
    background: url(../_images/review_bg.png);
    padding: 60px;
    text-align: center
}

.review .slider .slick {
    width: 1400px;
    margin: 0 auto;
    color: #fff;
}

.review .slider .slick div {
    width: 100%;
    height: 479px;
    color: #fff;
}

.review .slider .slick div .review-slide {
    width: 400px;
    height: auto;
    padding: 30px 40px;
    background: #fff;
    margin: 50px;
    border-radius: 20px;
    color: #888888;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
}

.review .slider .slick div .review-slide h4 {
    text-align: right;
    margin-top: 20px;
    font-size: 18px;
    color: #141D38;
    display: block;
}

.curriculum {
    max-width: 1400px;
    height: auto;
    background: #EDF2FF;
    margin: 0 auto;
    padding: 45px 50px;
}

.curriculum .lecture {
    max-width: 1355px;
    background: #fff;
    border: 2px solid #EDF2FF;
    border-radius: 20px;
    padding: 45px 55px;
    margin-bottom: 50px;
}

.curriculum .lecture:hover {
    border: 2px solid #0061FF;
}

.curriculum .lecture .wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.curriculum .lecture .wrap .lec-title h2 {
    font-size: 30px;
}

.curriculum .lecture .wrap .lec-title h3 {
    font-size: 20px;
    color: #0061FC;
}

.curriculum .lecture .wrap .lec-btn {
    min-width: 300px;
    text-align: right;
    padding-top: 10px;
}

.curriculum .lecture .wrap .lec-btn a {
    background: #0061FC;
    color: #fff;
    padding: 10px 35px;
    margin: 0 5px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    white-space: nowrap;
    cursor: pointer;
}

.curriculum .lecture .wrap .lec-btn .disabled {
    background: #aaa;
    cursor: default;
}

.curriculum .lecture div a {
    color: #000;
    height: 35px;
}

.curriculum .lecture .summary {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    color: #8B8B8B;
    margin-bottom: 30px;
    max-width: 860px;
}

.curriculum .lecture .summary li {
    list-style-type: unset;
}

.curriculum .lecture .keyword {
    word-spacing: 20px;
}

.footer {
    width: 100%;
    height: 200px;
    background: #001941;
    /*margin-top: 200px;*/
}

.footer .wrap {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    color: #99A3B3;
}

.footer .wrap .bottom-left {
    padding: 45px 0 0 50px;
}

.footer .wrap .bottom-left th {
    font-size: 20px;
    text-align: right;
}

.footer .wrap .bottom-left td {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 3px 30px;
}

.footer .wrap .bottom-right {
    text-align: right;
}

.footer .wrap .bottom-right .bottom-link {
    margin: 28px 0 20px;
}

.footer .wrap .bottom-right .bottom-sns {

}

.footer .wrap .bottom-right .bottom-sns a {
    margin: 10px;
}

.footer .wrap .bottom-right .bottom-address {
    margin-top: 20px;
    font-size: 16px;
}

.footer .wrap .bottom-right .bottom-copyright {
    font-size: 14px;
}

.c7-roadmap-03 .part1, .c7-roadmap-04 .part1 {
    padding-bottom: 50px;
}


/*
|------------------------------------------------------------------------------
| s1 - 서비스 소개
|------------------------------------------------------------------------------
 */


.g1-content-01 {
    background: #EDF2FF;
    max-width: 1285px;
    margin: 0 auto;
    padding: 65px;
    display: flex;
    flex-wrap: wrap;

}

.g1-content-01 .img-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.g1-content-01 .part1 {
    width: 573px;
    height: 290px;
    padding: 17px 36px;
}

.g1-content-01 .part1 h3 {
    font-size: 32px;
    font-weight: 600;
    color: #070C18;
}

.g1-content-01 .part1 p {
    font-size: 20px;
    font-weight: 500;
    color: #070C18;
    margin-top: 35px;
    line-height: 30px;
}

.g1-content-01 .part1,
.g1-content-01 .part2,
.g1-content-01 .part3,
.g1-content-01 .part4 {
    margin: 0;
}

.g1-content-02 p {
    width: 1280px;
    text-align: center;
    font-size: 26px;
    font-weight: 300;
    color: #00296A;
    margin: 60px auto 0;
}

.g1-content-03 {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.g1-content-03 .part1 {
    font-size: 34px;
    font-weight: 600;
    margin: 85px 0 15px;
}

.g1-content-03 .part3 {
    max-width: 1275px;
    height: 287px;
    background: #DDE7FF;
    margin: 0;
    border: 0;
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.g1-content-03 .part3 .item1,
.g1-content-03 .part3 .item2,
.g1-content-03 .part3 .item3,
.g1-content-03 .part3 .item4 {
    background: #fff;
    border: 1px solid #D4D8E0;
    height: 248px;
    width: 295px;
    margin: 10px;
    border-radius: 26px;
    font-size: 30px;
    font-weight: 600;
    padding: 33px 10px 10px 44px;
}

.g1-content-03 .part3 img {
    margin-bottom: 10px;
}

.g2-content-02 {
    width: 1280px;
    margin: 100px auto 145px;
    padding-left: 170px;
    display: flex;
    flex-direction: row;
}

.g2-content-02 .center {
    font-size: 40px;
    font-weight: 500;
    margin: 0 50px;
    line-height: 60px;
}

.g2-content-02 .right {
    display: flex;
    align-items: end;
}

.g2-content-03 {
    width: 1280px;
    margin: 100px auto 145px;
    padding-left: 170px;
    display: flex;
    flex-direction: column;
}

.g2-content-03 .content {
    font-size: 22px;
    line-height: 50px;
}

.g2-content-03 .ceo-sign {
    margin-left: 600px;
}

.g3-content-01 {
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    margin: 100px auto 0;
}

.g3-content-01 .record {
    display: flex;
    flex-direction: row;
    margin-left: 120px;
}

.g3-content-01 .record .year {
    font-size: 30px;
    font-weight: 600;
    margin-right: 25px;
    width: 80px;
}

.g3-content-01 .record .dot {
    min-height: 66px;
    padding-top: 5px;
    background: url(../_images/g3_line_01.png) no-repeat 68px;

}

.g3-content-01 .record .history {
    font-size: 16px;
    font-weight: 500;
    color: #242A35;
    padding-top: 0;
    margin-left: 50px;
    line-height: 30px;
    padding-bottom: 30px;
    letter-spacing: 0;

}

.g4-content-01 {
    margin: 50px auto;
    max-width: 1280px;
    display: flex;
    justify-content: center;
}

.g5-content-01, .g5-content-02 {
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 0 0 85px;
}

.g5-content-01 div {
    font-size: 26px;
    font-weight: 300;
    color: #00296A;
    line-height: 40px;
    margin-bottom: 35px;
}

.g5-content-02 {
    margin-top: 50px;
}

.g5-content-02 div {
    display: flex;
    flex-direction: row;
}

.g5-content-02 div .sub1 {
    font-family: Poppins;
    font-weight: 100;
    font-size: 58px;
    width: 437px;
}

.g5-content-02 div .sub2 {
    background: #00358B;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    width: 670px;
    height: 102px;
    padding: 28px;
    line-height: 25px;
}

.g5-content-03 {
    background: #DDE7FF;
    width: 1280px;
    height: 412px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    padding: 10px;
}

.g5-content-03 div {
    border: 1px solid #D4D8E0;
    background: #fff;
    border-radius: 26px;
    width: 296px;
    height: 371px;
    margin: 10px;
    padding: 35px 30px;
}

.g5-content-03 div h2 {
    font-size: 30px;
    font-weight: 600;
    color: #3D4A4A;
    margin: 30px 0 20px;
}

.g5-content-03 div p {
    font-size: 16px;
    font-weight: 500;
    color: #8B8B8B;
    line-height: 26px;
}

.g5-content-04 {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.g5-content-04 div ul {
    padding-left: 30px;
    padding-top: 20px;
}

.g5-content-04 div li {
    list-style-type: unset;
}

.g5-content-05 {
    width: 1280px;
    margin: 0 auto;
    padding: 30px;
}

.g5-content-05 li {
    font-size: 30px;
    font-weight: 500;
    color: #3D4A4A;
    margin: 20px;
    line-height: 40px;
}

.g5-content-06 {
    width: 1280px;
    padding: 30px;
    font-size: 26px;
    font-weight: 300;
    color: #00296A;
    line-height: 40px;
    margin: 0 auto 35px;
    text-align: center;
}

.g5-content-06 .email {
    color: #00296A;
}

.g5-content-06 .job-ment {
    width: 972px;
    height: 288px;
    background: #EDF2FF;
    padding: 50px;
    margin: 0 auto;
}

.g5-content-07 {
    width: 1280px;

    margin: 0 auto;
    background: #DDE7FF;
    display: flex;
    flex-direction: row;
    padding: 10px;
}

.g5-content-07 div {
    width: 230px;
    height: 270px;
    background: #fff;
    border: 1px solid #D4D8E0;
    border-radius: 26px;
    margin: 10px;
    text-align: center;
}

.g5-content-07 div h2 {
    font-size: 26px;
    font-weight: 600;
    color: #00358B;
    margin-top: 50px;
}

.g5-content-07 div hr {
    color: #B7B7B9;
    width: 80px;
    margin: 20px auto;
}

.g5-content-07 div p {
    font-size: 24px;
    font-weight: 500;
    color: #3D4A4A;
    margin-top: 20px;
}

.g6-content-01 {
    max-width: 1280px;
    margin: 0 auto;
    padding: 55px 0 0 85px;
}

.g6-content-01 div .title {
    display: flex;
    flex-direction: row;
}

.g6-content-01 div .title h2 {
    align-self: flex-end;
    color: #141D38;
    font-size: 30px;
    font-weight: 600;
    margin-left: 45px;
}

.g6-content-01 div h3 {
    margin: 27px 0 0 125px;
    font-size: 24px;
    font-weight: 500;
}

.g6-content-01 div .address {
    margin: 27px 0 0 125px;
    font-size: 24px;
    font-weight: 300;
    display: flex;
    flex-direction: row;
}

.g6-content-01 div .address img {
    margin-right: 10px;
}

.g6-content-01 .part2 {
    margin-top: 60px;
}

.g6-content-01 .map {
    margin-top: 80px
}

.s5-content-01 {
    max-width: 1400px;
    margin: 60px auto;
}

.s5-content-01 div {
    font-size: 26px;
    font-weight: 300;
    color: #00296A;
    text-align: center;
}

.s5-content-02 {
    margin: 0 auto;
}

.s5-content-02 .part1 {
    width: 1435px;
    height: 581px;
    margin: 0 auto;
    background: url(../_images/s5_content_bg_1.png);
    padding: 87px 0 0 126px;
}

.s5-content-02 .part1 p {
    font-size: 18px;
    font-weight: 500;
    margin: 35px 0 135px;
    line-height: 28px;
}

.s5-content-02 .part1 a {
    width: 375px;
    height: 60px;
    background: #0061FC;
    color: #fff;
    padding: 18px 207px 17px 34px;
    margin-top: 135px;
    font-size: 21px;
    font-weight: 600;
}

.s5-content-03 {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}

.s5-content-03 .content {
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin-top: 0;
}

.s5-content-03 .content h2 {
    text-align: center;
    margin-top: 10px;
    font-size: 24px;
    font-weight: 500;
}

.s5-content-04 {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}

.s5-content-04 .content {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.s5-content-04 .content h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    margin-top: 35px;
    margin-bottom: 20px;
}

.s5-content-04 .content li {
    list-style-type: unset;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 200%;
    margin: 0;
    padding: 0;
}

.s5-content-05 {
    width: 1400px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 120px auto 0;
}

.s5-content-05 .s5-btn {
    width: 337px;
    height: 66px;
    background: #0061FC;
    color: #fff;
    font-size: 22px;
    border: 1px solid #0061FC;
    margin: 10px;
}

.s4-content-01 {
    width: 1400px;
    height: 900px;
    margin: 10px auto 100px;
    background-repeat: no-repeat;
    background-position: 290px center;
    background-image: url(../_images/s4_content_img_01.png);
    background-color: #E6EFFF;
    display: flex;
}

.s4-content-01 p {
    padding: 120px 0 0 85px;
    font-size: 24px;
    font-weight: 300;
    color: #141D38;
    line-height: 34px;
}

.s4-content-02 {
    width: 1400px;
    height: 1000px;
    margin: 0 auto;
    background: #E6EFFF;
    display: flex;
    flex-direction: column;
    padding: 90px;
    justify-content: center;
    align-items: center;
}

.s4-content-02 p {
    font-size: 26px;
    font-weight: 300;
    color: #00296A;
    margin-top: 90px;
    margin-bottom: 75px;
    text-align: center;
    line-height: 34px;
}

.s4-content-02 .small-text {
    font-size: 20px;
}

.s4-content-03 {
    width: 1400px;
    margin: 80px auto 120px;
    display: flex;
    justify-content: center;
}

.s4-content-04 {
    max-width: 1400px;
    margin: 60px auto;
}

.s4-content-04 div {
    font-size: 26px;
    font-weight: 300;
    color: #00296A;
    text-align: center;
}

.s4-content-05 {
    max-width: 1400px;
    min-height: 400px;
    background: #E6EFFF;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 10px;
    align-items: center;
    justify-content: center;
}

.s4-content-05 div {
    width: 315px;
    height: 157px;
    background: #fff;
    color: #141D38;
    font-size: 24px;
    font-weight: 600;
    border-radius: 20px;
    margin: 0 10px;
    border: 1px solid #A8B3C7;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.s3-content-01 {
    width: 1400px;
    height: 180px;
    margin: 0 auto;
    background: #DDE7FF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.s3-content-01 p {
    font-size: 24px;
    font-weight: 300;
}

.s3-content-02 {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-left: 35px;
}

.s3-content-02 p {
    font-size: 18px;
    line-height: 30px;
    margin: 20px 0;
    text-align: center;
}

.s3-content-03 {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 0 60px;
}

.s3-content-03 .subtitle3 {
    width: 280px;
    background: #00358B;
    border-radius: 5px;
    padding: 30px 40px;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

.s3-content-03 .subtitle3 h2 {
    font-size: 30px;
    font-weight: 600;
    margin-left: 24px;
    flex-wrap: nowrap;
}

.s3-content-03 p {
    font-size: 18px;
    margin-top: 20px;
    line-height: 30px;
}

.s3-content-03 .content {
    margin: 60px 0 0;
    display: flex;
    flex-direction: row;
}

.s3-content-03 .content .right {
    margin-left: 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: space-between;
}

.s3-content-03 .content .right h2 {
    font-size: 30px;
    font-weight: 600;
}

.s3-content-03 .content .right p {
    font-size: 18px;
    font-weight: 500;
}

.s3-content-03 .content .right ul {
    margin-top: 15px;
}

.s3-content-03 .content .right li {
    font-size: 18px;
    font-weight: 500;
    list-style-type: unset;
    height: 35px;
    margin-left: 25px;
}

.s3-content-03 .content .right .line {
    display: flex;
    align-items: baseline;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #7a7a7a;
}

.btn-inquiry {
    width: 337px;
    height: 66px;
    background: #0061FC;
    border-radius: 5px;
    border: 1px solid #0061FC;
    margin: 160px auto;
    color: #fff;
    font-size: 22px;
}

.btn-apply {
    width: 337px;
    height: 66px;
    background: #0061FC;
    border-radius: 5px;
    border: 1px solid #0061FC;
    margin: 160px 20px;
    color: #fff;
    font-size: 22px;
}

.s3-content-04 {
    width: 1400px;
    margin: 0 auto;
    text-align: center;
}

.s2-content-01 {
    width: 1402px;
    height: 240px;
    margin: 0 auto;
    background: #DDE7FF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.s2-content-01 p {
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    line-height: 40px;
}

.s2-content-02 {
    width: 1400px;
    margin: 0 auto;
    padding-left: 8px;
}

.s2-content-03 {
    width: 1420px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.s2-content-04 {
    width: 1400px;
    height: 412px;
    margin: 0 auto;
    background: #DDE7FF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 40px 20px;
}

.s2-content-04 div {
    width: 257px;
    height: 370px;
    background: #fff;
    border-radius: 25px;
    border: 1px solid #D4D8E0;
    margin: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.s2-content-04 div h2 {
    font-size: 36px;
    font-weight: 700;
    margin-top: 60px;
}

.s2-content-04 div hr {
    width: 60px;
    margin-top: 40px;
}

.s2-content-04 div h3 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 40px;
}

.s2-content-04 div p {
    width: 160px;
    font-size: 16px;
    font-weight: 600;
    color: #737887;
    margin-top: 20px;
    line-height: 28px;
    text-align: center;
}

.s1-wrap-1 {

}

.s1-content-01-1 {
    margin: 0 auto;
    padding: 0;
    width: 1438px;
    position: relative;
    top: 15px;
}

.s1-content-01-2 {
    margin: 10px auto;
    width: 1438px;
    display: flex;
    flex-direction: row;
}

.s1-content-01-2 .part1 {
    width: 86px;
}

.s1-content-01-2 .part2 {
    width: 1043px;
}

.s1-content-01-2 .part2 .row1 {
    height: 437px;
    display: flex;
    flex-direction: row;
}

.s1-content-01-2 .part2 .row1 .col1 {
    width: 467px;
    background: #E5E3E3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.s1-content-01-2 .part2 .row1 .col1 div {
    margin: 25px;
    background: #fff;
    width: 420px;
    height: 392px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.s1-content-01-2 .part2 .row1 .col1 div h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    width: 280px;
}

.s1-content-01-2 .part2 .row1 .col1 div li {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    color: #8B8B8B;
    width: 280px;
    list-style-type: unset;
    margin: 5px 0;
}

.s1-content-01-2 .part2 .row1 .col2 .col2row1 {
    width: 576px;
    height: 218px;
    background: #EEE9E9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s1-content-01-2 .part2 .row1 .col2 .col2row1 div {
    margin: 25px;
    background: #fff;
    width: 525px;
    height: 172px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}

.s1-content-01-2 .part2 .row1 .col2 .col2row1 div h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 10px 50px;
    width: 280px;
}

.s1-content-01-2 .part2 .row1 .col2 .col2row1 div li {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    color: #8B8B8B;
    width: 280px;
    list-style-type: unset;
    margin: 5px 50px;
}

.s1-content-01-2 .part2 .row1 .col2 .col2row2 {
    width: 576px;
    height: 219px;
    background: #D9D9D9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s1-content-01-2 .part2 .row1 .col2 .col2row2 div {
    margin: 25px;
    background: #fff;
    width: 525px;
    height: 172px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.s1-content-01-2 .part2 .row1 .col2 .col2row2 div h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 10px 50px;
    width: 280px;
}

.s1-content-01-2 .part2 .row1 .col2 .col2row2 div li {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    color: #8B8B8B;
    width: 380px;
    list-style-type: unset;
    margin: 5px 50px;
}

.s1-content-01-2 .part2 .row2 {
    height: 237px;
    background: #EEE9E9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s1-content-01-2 .part2 .row2 div {
    margin: 25px;
    background: #fff;
    width: 994px;
    height: 194px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}

.s1-content-01-2 .part2 .row2 div h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 10px 50px;
    width: 280px;
}

.s1-content-01-2 .part2 .row2 div li {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    color: #8B8B8B;
    width: 780px;
    list-style-type: unset;
    margin: 5px 50px;
}

.s1-content-01-2 .part3 {
    background: #E5E3E3;
    width: 309px;
    height: 674px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s1-content-01-2 .part3 div {
    margin: 25px;
    background: #fff;
    width: 264px;
    height: 625px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}

.s1-content-01-2 .part3 div h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 10px 50px;
    width: 280px;
}

.s1-content-01-2 .part3 div li {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    color: #8B8B8B;
    width: 780px;
    list-style-type: unset;
    margin: 5px 50px;
}

.s1-content-02 {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: left;
    padding: 0 40px;
}

.s1-content-02 .content4 {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}

.s1-content-02 .subtitle4 {
    width: 580px;
    background: #00358B;
    border-radius: 5px;
    padding: 30px 40px;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: baseline;

}

.s1-content-02 .content4 .subtitle4 h2 {
    font-size: 30px;
    font-weight: 600;
    margin-left: 24px;
    flex-wrap: nowrap;
}

.s1-content-02 .content4 .center-part {
    display: flex;
    justify-content: space-between;
    margin: 33px 33px 38px 0;
}

.s1-content-02 .content4 .center-part img {
    margin-right: 33px;
}

.s1-content-02 .content4 .center-part div h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0;
}

.s1-content-02 .content4 .center-part div p {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    line-height: 28px;
    color: #737887;
}

.s1-content-02 .content4 .center-part button {
    width: 160px;
    height: 95px;
    font-size: 20px;
    font-weight: 600;
    background: #0061FC;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 7px;

}

.s1-content-02 .content4 .keyword {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 45px;
}

.s1-content-02 .content4 .keyword div {
    padding: 8px 18px;
    border: 1px solid #A5A5A5;
    margin-right: 15px;
    border-radius: 5px;
}

.board-tbl0 {
    max-width: 1440px;
    width: 1210px;
    border: 0;
    border-collapse: collapse;
    border: #fff;
    line-height: 48px;
    margin: 0 auto;
}

.board-tbl0 .num {
    font-size: 16px;
    font-weight: 400;
    padding-right: 30px;
    color: #242A35;

}

.board-tbl0 a {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: #242A35;
}

.board-tbl0 .date {
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: #242A35;
}

.board-page {
    margin-top: 60px;
}

.board-page .page-nav {
    text-align: center;
    word-spacing: 15px;
    font-size: 18px;
    margin-top: 80px;
    color: #333;
}

.board-page .page-nav button {
    background: black;
    width: 27px;
    height: 27px;
    color: #fff;
    font-size: 16px;
}

.board-page .page-nav a {
    width: 27px;
    height: 27px;
    color: #333;
    font-size: 16px;
}

.board-tbl0 .title2 {
    font-size: 30px;
    font-weight: 600;
}

.board-tbl0 .boardReadHeader {
    border: 0;
}

.board-tbl0 .idate {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 50px;
}

.boardReadBody {
    border-collapse: unset;

}

#content {
    max-width: 1400px;
    margin: 0 auto;
}

#content .con_inner .join-container .join_box {
    display: flex;
    flex-direction: row;
    width: 1400px;
}

#content .con_inner .join-container .join_box .register_from {
    width: 50%;
    border: 0;
}

#content .con_inner .join-container .join_box .register_from .input_wrap {
    display: flex;
    flex-direction: row;
}

#content .con_inner .join-container .join_box .register_from .input_wrap div:first-child {
    width: 120px;
    display: flex;
    align-items: start;
    padding-top: 20px;
}

#content .con_inner .join-container .join_box .register_from .input_wrap div select,
#content .con_inner .join-container .join_box .register_from .input_wrap div input {
    height: 35px;
    margin-right: 10px;
    margin-top: 20px;
}

#content .con_inner .join-container .join_box .register_from .clause_content {
    height: 300px;
    display: block;
    overflow: scroll;
    font-weight: 400;
    margin: 20px;
    border: 1px solid #ccc;
    padding: 20px;
}

#phone1, #phone2, #phone3, #email2 {
    width: 80px;
}

legend {
    font-size: 30px;
    margin: 20px 0 20px 30px;
}

.top_gray_text {
    padding: 20px;
}

div.confirm {
    margin: 0 0 30px 50px;
    word-spacing: 10px;
}

div.clause_title {
    margin: 30px 0 0 40px;
    font-size: 24px;
}

div.register_btn_wrap {
    text-align: center;
    margin: 50px 0 200px;
}

a.lecture-link {
    color: #3D4A4A;
    margin: 0;
    padding: 0;
    font-size: 23px;
    cursor: pointer;
}

.c4-roadmap-08 {
    width: 1400px;
    margin: 0 auto;
    background: #D8DDEA;
    display: flex;
    flex-direction: column;
}

.c4-roadmap-08 h3 {
    color: #00358B;
    margin: 35px auto 22px;
    font-size: 23px;
    font-weight: 700;
}

.c4-roadmap-08 div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}


.skyblue {
    background: #DDE7FF;
}

.lightblue {
    background: #EDF2FF;
}

.c6-detail {
    display: flex;
    flex-direction: column;
    margin: 15px 50px;
}

.c6-detail ul {
    margin-top: 20px;
    text-align: center;
}

.c6-detail li {
    font-size: 18px;
    font-weight: 400;
    height: 28px;
}

.tall-box {
    height: 200px;
}

#content0301 {
    border: 1px solid red;
    display: flex;

}

.content-wrap {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}

.content-wrap .part-left {
    margin-left: 65px;
}

.content-wrap .part-right {
    margin-left: 130px;
}

.content-wrap .part-right h4 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 40px;
}

.content-wrap .part-right dl {
    display: flex;
    flex-direction: row;
    margin: 20px 0;
}

.content-wrap .part-right dt {
    font-size: 20px;
    width: 140px;
}

.content-wrap .part-right dd {
    font-size: 20px;
}

.content-wrap .part-right dd select {
    width: 240px;
    height: 35px;
    background: #e9e9e9;
    font-size: 16px;
}

.content-wrap .part-right dl .cours_all_btn {
    background: #aaa;
    padding: 10px 35px;
    border-radius: 5px;
}

.content-wrap .part-right dl .cours_btn {
    background: #3E66F3;
    padding: 10px 35px;
    border-radius: 5px;
    margin-left: 10px;
}

.content-wrap .part-right dl .btn_area {
    margin-top: 30px;
    margin-bottom: 60px;
}

.prog_con {
    width: 1280px;
    margin: 0 auto;
    padding: 0 0 50px 60px;
}

.prog_con h4 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}

.prog_con p {
    width: 1000px;
    font-size: 16px;
    line-height: 30px;
    color: #7A7777;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 50px auto;
    padding: 20px;
    border: 1px solid #888;
    width: 779px;
    height: 1018px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-content h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 50px auto 0;
    text-align: center;
    color: #141D38;
}

.modal-content h3 {
    font-size: 26px;
    font-weight: 600;
    color: #141D38;
    margin: 50px 0 0 100px;
}

.modal-content h4 {
    font-size: 22px;
    font-weight: 500;
    color: #262424;
    margin: 30px 0 0 100px;
}

.modal-content p {
    width: 560px;
    padding: 25px 33px;
    margin: 17px auto;
    color: #7A7777;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
}

.modal-content p.intro-ment {
    border: 1px solid #D9D9D9;
}

.modal-content div {
    margin: 20px 0 0 100px;
}

.modal-content div .label {
    display: inline-block;
    width: 165px;
    font-size: 22px;
    font-weight: 300;
}

.modal-content div input {
    width: 280px;
    height: 50px;
    border: 1px solid #C1C0C0;
    padding-left: 10px;
}

.modal-content div input::placeholder {
    color: #d9d9d9;
}

.btn-cancel {
    width: 175px;
    height: 50px;
    background: #B0AFAF;
    color: #fff;
    border: 0;
    font-size: 16px;
    font-weight: 700;
}

.btn-agree {
    width: 378px;
    height: 50px;
    background: #00358B;
    color: #fff;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    margin-left: 10px;
}

.inquiry-section {
    width: 1280px;
    margin: 0 auto;
    padding: 0 60px;
}

/* Hide the default checkbox */
input[type="checkbox"] {
    display: none;
}

input[type="text"] {
    font-size: 16px;
}

/* Style the label as the custom checkbox */
.clabel {
    position: relative;
    display: inline-block;
    padding-left: 35px; /* Add space for the custom checkbox */
    padding-right: 30px;
    cursor: pointer;
    font-size: 16px;
}

/* Style the pseudo-element as the custom checkbox */
.clabel::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: 1px solid #aaa;
    border-radius: 0;
    font-size: 16px;
}

/* Style the checked state of the pseudo-element */
input[type="checkbox"]:checked + .clabel::before {
    background-color: #000;
}

.rlabel {
    font-size: 16px;
    line-height: 1.2rem;
    padding: 0 0.4em 0.3em;
}

[type="radio"] {
    vertical-align: middle;
    appearance: none;
    border: max(2px, 0.1em) solid gray;
    border-radius: 50%;
    width: 1.25em;
    height: 1.25em;
}

[type="radio"]:checked {
    border: 0.7em solid #000;
}

.inquiry-section2 {
    width: 1280px;
    height: 440px;
    background: #F4F2F2;
    margin: 50px auto;
    padding: 1px 50px;
}

.inquiry-section2 h2,
.inquiry-section h2 {
    font-size: 26px;
    font-weight: 300;
    margin: 50px 0 0 0;
}

.inquiry-section2 p,
.inquiry-section p {
    font-size: 16px;
    font-weight: 500;
    margin-top: 16px;
}

span.star {
    color: #CC1919;
    font-size: 20px;
    font-weight: 600;
}

.inquiry-section p {
    margin-bottom: 30px;
}

.inquiry-section div label {
    display: inline-block;
    width: 140px;
    font-size: 22px;
    font-weight: 300;
    vertical-align: top;

}

.inquiry-section div label.sub-title {
    padding-top: 25px;
}

.inquiry-section div label.clabel {
    font-size: 16px;
    font-weight: 500;
}

.inquiry-section div input[type="text"] {
    width: 845px;
    height: 52px;
    margin-top: 16px;
    padding: 10px;
    border: 1px solid #B7B7B7;
}

.inquiry-section div textarea {
    width: 845px;
    height: 280px;
    margin-top: 16px;
    padding: 10px;
    border: 1px solid #B7B7B7;
}

.inquiry-section div.c-list {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}

.inquiry-section2 div {
    margin-top: 20px;
}

.inquiry-section2 div.part1 {
    padding-left: 30px;
}

.inquiry-section2 div.part1 p {
    color: #D70C0C;
}

.inquiry-section2 div.part1 .part2 {
    padding-left: 30px;
}

.show-btn {
    width: 57px;
    height: 24px;
    background: #606C6C;
    border: 0;
    color: #fff;
}

.inquiry-btn-large {
    width: 400px;
    height: 80px;
    background: #242929;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.inquiry-section3 {
    text-align: center;
    margin: 90px;
}

.inquiry-top-btn {
    width: 92px;
    height: 28px;
    background: #3E66F3;
    color: #fff;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    margin-right: 30px;
}


/* main sticky menu */
#main-submenu-left {
    background-color: #eee;
    border: 1px solid #ccc;
    width: 150px;
    position: sticky;
    top: 120px;
    left: 0;
    z-index: 1;
    font-size: 14px;
    padding: 20px;
    border-radius: 10px;
    margin-top: 100px;
    float: left;
}

#main-submenu-left ul li a {
    text-decoration: none;
    color: #555;
    font-size: 16px;
    line-height: 26px;
    cursor: pointer;
}

#wrapper-right {
    width: calc(100% - 150px);
    float: left;
    position: relative;
    left: -75px;
    background: #fff;
}


tr td .detail a {
    font-size: 12px;
}

.c8-roadmap-01 {
    background: #DDE7FF;
    margin: 150px auto;
    max-width: 1400px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    padding: 90px;
}

.c8-roadmap-01 .part1,
.c8-roadmap-01 .part2,
.c8-roadmap-01 .part3 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 980px;
    margin: 0 auto;
    align-items: center;
}

.c8-roadmap-01 .part1 a,
.c8-roadmap-01 .part2 a,
.c8-roadmap-01 .part3 a {
    margin: 0;
}

.c8-roadmap-01 .part2 .center-box {
    width: 405px;
    height: 273px;
    background: #00358B;
    margin: 55px 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 600;
}

.modal1 {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal1-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 100px 100px;
    border: 1px solid #888;
    width: 80%;
    line-height: 30px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 30px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.btn-verify-ok {
    width: 80px;
}

.btn-verify-send {
    width: 90px;
}

.consent-order {
    list-style-type: decimal
}

.consent-tbl {
    border: 1px solid grey;
    width: 100%;
}

.consent-tbl th {
    text-align: center;
}

.consent-tbl td {
    text-align: center;
    border-top: 1px solid #666;
}

.footer .wrap .bottom-right .bottom-link a {
    font-size: 16px;
    color: #99a383;
    cursor: pointer;
}

.footer .wrap .bottom-right .bottom-link a:hover {
    color: #fff;
}

.mem-line1 {
    margin-top: 30px;
}

.pw-reset-btn {
    width: 450px;
    height: 45px;
    font-size: 20px;
}

.pw-reset-title {
    color: #141D38;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 34.01px; /* 113.367% */
    letter-spacing: -1.2px;
    margin: 100px auto 90px;
    text-align: center;

}

.pw-reset-wrap {
    display: flex;
    justify-content: center; /* Center horizontally */
}

.pw-label {
    color: #141D38;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 34.01px; /* 154.591% */
    letter-spacing: -0.88px;
}

.pw-input {
    width: 300px;
    height: 50px;
    margin: 10px 50px;
}

.pw-submit {
    width: 378px;
    padding: 12px 0px;
    align-items: center;
    background: #00358B;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 28px */
    margin-top: 100px;
}

.pw-submit-wrap {
    display: flex;
    justify-content: center;
}

#password-hint {
    margin-left: 200px;
    font-size: 16px;
}

.g7-content-01 {
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
    /*width: 1280px;*/
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 0 auto;
    max-width: 1280px;
}

.g7-content-01 .box {
    display: flex;
    flex-direction: column;
    flex-basis: calc((100% - 2 * 12px) / 3);
    text-align: center;
    align-content: flex-start;
}

.g7-content-01 .box h2 {
    margin-top: 30px;
}

.pricing-table {
    width: 1280px;
    margin: 20px auto;
    border-collapse: collapse;
}
.pricing-table th, .pricing-table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    font-size: 24px; /* Adjusted font size */
    height: 77px; /* Adjusted row height */
}
.pricing-table th {
    background-color: #e8edf7;
    color: #141D38;
}
.pricing-table td {
    background-color: #fff;
    color: #00296A;
}
.note {
    margin: 20px auto;
    width: 1280px;
    font-size: 1.5em;
    text-align: right;
}

.g7-content-03 {
    width: 1100px;
    margin: 70px auto;
}

.g7-content-03 ul li {
    color: #141D38;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px; /* 141.708% */
    list-style-type: disc;
}


.menu-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    left: -10px;
}

.k-digi-btn {
    width: 90px;
    height: 32px;
    flex-shrink: 0;
    color: #FFD56C;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background-color: black;
}

.g7-content-04 {
    width: 1100px;
    margin: 70px auto;
}

.g7-content-04 p {
    color: #141D38;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34.01px; /* 141.708% */
}

.a1-roadmap-03 {
    width: 1400px;
    margin: 0px auto 0;
    background: #EDF2FF;
    padding: 60px 40px;
    flex: 1;
    display: flex;
    justify-content: center;
}

.a1-roadmap-03 .part1 {
    background: #D8DDEA;
    width: 33%;
    padding: 20px 5px 20px 20px;
}

.a1-roadmap-03 .part2 {
    background: #DDE7FF;
    width: 34%;
    padding: 20px 5px;
}

.a1-roadmap-03 .part3 {
    background: #D8DDEA;
    width: 33%;
    padding: 20px 20px 20px 5px;
}

.rental-btn-wrap {
    margin: 100px auto 200px;
    text-align: center;
}

.rental-btn-wrap button {
    width: 337px;
    height: 66px;
    flex-shrink: 0;
    border-radius: 10px;
    background: var(--main, #0061FC);
    margin: 0 auto;

    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 34.01px; /* 154.591% */
    border: 0;
}

.link-trainocate {
    width: 100%;
    height: 100px;
    background: #EDF2FF;
    display: block;
}

.link-trainocate p {
    width: 1440px;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    color: #00358B;
    padding-top: 30px;
}

.link-trainocate p i {
    margin-right: 8px;
    margin-left: 50%;
}


.marquee {
    overflow: hidden;
    display: flex;
    white-space: nowrap;
    position: relative;
    margin: 0 auto;
}

.marquee-content {
    display: inline-block;
    animation: scroll 10s linear infinite;
}

.marquee-content::after {
    content: attr(data-text) " " attr(data-text);
}

@keyframes scroll {
    from {
        transform: translateX(0px);
    }
    to {
        transform: translateX(-131%);
    }
}


html {
    overflow-x: hidden;
}

body, .page-title, .mobile-page-title, .wrap, .container {
    overflow: visible;
}

#main-submenu-left {
    position: sticky;
    top: 120px;
    z-index: 10;
}

.h-110 {
    height: 110px;
}