
@media only screen and (min-width: 1001px) {
    .sub-title {
        height: 198px;
        background-image: url("/image/sub/tit-img01.png");
        background-position: center -2px;
        background-repeat: no-repeat;
        background-color: #010205;
    }
}


div.sub-menu {
    display:none;
}

.sub-menu, .sub-menu > ul {
    display: flex;
    justify-content: center;
}

.sub-menu {
    flex-direction: column;
    align-items: center;
}
.sub-menu > ul {
    align-items: center;
    height: 62px;
}

.sub-menu > ul > li {
    margin: 0 7px;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    z-index: 1;
}

.sub-menu > ul > li.active {
    border-bottom: 4px solid #007bbf;
}
.sub-menu > ul > li.active > a { color: #007bbf; font-weight:500;}
.sub-menu > ul > li.active > a:visited { color: #007bbf; }

.sub-menu > ul > li > a { color: #212121; font-weight:400; font-size:16px;}
.sub-menu > ul > li > a:visited { color: #212121; }



/*main*/
/* kr-en분리
    h2 {
    color: #212121;
    margin-top: 64px;
    font-size: 2.75rem;
    font-weight: 400;
} */

main > section:first-of-type {
    margin-top: 40px;
}
main > section {
    margin-top: 30px;
}

h3 {
    color: #212121;
    align-items: flex-start;
    font-size: 1.5rem;
    line-height: 2.8rem;
}

h3:before {
    content: '';
    width: 20px;
    height: 4px;
    display: block;
    background-color: #007bbf;
}

h4 {
    color: #212121;
    font-weight:500;
    align-items: flex-start;
    font-size: 1.2rem;
    margin:30px 0px 10px 5px;
}

.sub-content-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-width: 1000px;
}

.sub-content-wrap > dl {
    margin-block-end: 30px;
    width: 255px;
}

dl > dt > img {
    width: 255px;
    height: 260px;
    /* border :1px solid #ededed; */
    object-fit : contain;
    margin-top : 14px;

}

.sub-content-wrap > dl > dd {
    margin: 30px 0 0 0;
}

.sub-content-wrap > dl > dd > ul > li {
    text-align: center;
}

.sub-content-wrap dd li.name-kor, .sub-content-wrap dd li.from, .sub-content-wrap dd li.lab, .sub-content-wrap dd li.email {
    color: #212121;
    font-size: 14px;
}
.sub-content-wrap dd li.name-kor {
    font-size: 15px;
    font-family: NanumSquare;
}
.sub-content-wrap dd li.name-eng {
    display: flex;
    flex-direction: column;
    color: #212121;
    font-size: 20px;
    font-weight: 500;
}
.sub-content-wrap dd li.person-info-btn-list {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.sub-content-wrap dd li.person-info-btn-list > a {
    width: 23px;
    height: 23px;
    background-position: center center;
    background-repeat: no-repeat;
}
.sub-content-wrap dd li.person-info-btn-list > .person {
    background-image: url("/image/sub/icon-person.png");
}
.sub-content-wrap dd li.person-info-btn-list > .email {
    background-image: url("/image/sub/icon-mail.png");
}
.sub-content-wrap dd li.person-info-btn-list > .lab {
    background-image: url("/image/sub/icon-lab.png");
}
.sub-content-wrap dd li.from {
    margin-top: 20px;
    font-weight: 400;
}
.sub-content-wrap dd li.lab, .sub-content-wrap dd li.email {
    text-decoration: underline;
}

.sub-content-wrap dd li.lab {
    margin-top: 5px;
}

.sub-content-wrap dd li.email {
    margin-top: 15px;
    font-size:12px;
    color:#666666;
    margin-bottom:20px;

}

.link-btn {
    margin-left: auto;
    width: 78px;
    height: 45px;
    background-image: url("/image/sub/icon-circle-arrow.png");
    cursor:pointer;
}

dl .title {
    color: #000000;
}

/*0102*/
.table-course {
    width: 100%;
}
/* kr-en 분리 */
.table-course td {
    padding: 30px 40px 35px 40px;
    font-size: 14px;
}
.table-course tbody tr:last-of-type > td {
    border-bottom: 1px solid #dedede;
}
/*0102_2*/
.back {
    margin-right: 10px;
    align-self: flex-end;
    cursor: pointer;
}
/*0203*/

.syllabus {
    width: 15px;
    height: 15px;
    background-image: url("/image/sub/icon-link.png");
    background-repeat: no-repeat;
    background-position: center center;
}


.bar-center {
    font-size:30px;
}


.bar-center:before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -10px);
}
.info-paragraph {
    text-align: center;
    line-height: 24px;
}
.brochure {
    cursor:pointer;
}

.m-brochure {
    display: none;
}

/*0601*/
.location {
    margin: 40px 0 0 0;
}
.location > dt {
    font-size: 18px;
    color: #000000;
}
.location > dt:nth-of-type(n + 2) {
    margin-top: 40px;
}
.location dd {
    margin: 15px 0 0 0;
    font-size: 14px;
    color: #555555;
}
.location img {
    margin-right: 10px;
    width: initial;
    height: initial;
}

.board h3 {
    font-size: 17px;
    line-height: 17px;
}
.board h3:before {
    content: '';
    width: 0;
    height: 0;
    display: initial;
    background: none;
}

.board > header {
    align-items: center;
    padding: 15px 10px;
    border-top: 1px solid #2b4365;
    border-bottom: 1px solid #dee1e6;
}

.board > header > span {
    font-size: 13px;
}
.separator {
    padding: 0 15px;
    font-size: 9px;
    line-height: 9px;
    color: #979797;
}

.board div.detail {
    padding: 20px;
    min-height: 400px;
    line-height: 22px;

}

.board + div > a, .btn {
    background-color: #333333;
    color: white;
    line-height: 1;
    padding: 12px 18px;
    font-size: 14px;
    border: 0;
}

.board + div > a.func {
    background-color: white;
    color: #333333;
}

.board-btn {
    margin-top:20px;
}

/* 교육목표 */
.goal {
    display:none;
}
.course {
    display:inline;
}
main .tab {
    text-align:right;
    margin-top:10px;
}

.goal-content {
    margin-bottom:100px;
}
.goal-content p {
    padding-top:10px;
    font-size:20px;
    color:#2453a5;
    letter-spacing:-1px;
}
.goal-content ul {
    margin-top:20px;
    line-height:30px;
}
.goal-content ul li {
    font-size:15px;
    color:#666666;
    font-weight:400;
    display:flex;
    align-items:center;
    /*letter-spacing:1px;*/
}
.goal-content ul li img {
    margin-right: 10px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.goal .width-center img {
    cursor:pointer;
}
.course .width-center img {
    cursor:pointer;
}

/* MOBILE */
/*
    margin-top: 31px; => 31 / 3.75 => 8.2666vw
    font-size: 20px; =? 20 / 3.75 => 5.333vw
*/
@media only screen and (max-width: 1000px) {


    main .tab {
        text-align:center;
    }

/*    .goal-content {
        padding-left:100px;
    }
*/

    main h2 {
        margin-top: 8.2666vw;
        font-size: 5.333vw;
    }

    main h3:before {
        width: 5.333vw;
        height: 1.0666vw;
    }
    main > section {
        margin-top: 16vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        min-width: calc(100% - 60px);
    }
    main > section > h3 {
        align-self: flex-start;
        font-size: 1.25rem;
        line-height: 50px;
        color: #000000;
        font-weight:500;
    }

    div.sub-menu {
        display: none !important;
    }

    .sub-title {
        height: 20vw;
        background-image: url("/image/sub/m-tit-img01.png");
        background-size: cover;
        background-position: center;
    }
    .sub-content-wrap > dl {
        width: 68vw;
    }
    .sub-content-wrap {
        flex-direction: column;
        min-width: initial;
    }
    .sub-content-wrap dd li.name-eng {
        font-size: 5.333vw;
    }
    .sub-content-wrap dd li.name-kor,
    .sub-content-wrap dd li.from,
    .sub-content-wrap dd li.lab,
    .sub-content-wrap dd li.email {
        font-size: 3.733vw;
    }

    .table-course td {
        padding: 10px 10px 10px 30px;
        font-size: 14px;
    }

    .mobile-table-wrap {
        overflow-x: scroll;
    }


    dl > dt > img {
        width: 68vw;
        height: 69.3vw;
    }

    /*교육목표*/

    .goal-content ul li {
        display:block;
        }

    .goal-content ul li img {
        margin-right: 10px;
        display:inline;

    }

}