@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");
@font-face {
    font-family: 'SDMiSaeng';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/SDMiSaeng.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.material-symbols-outlined {
}

html {
    overflow-x: hidden;
    overflow-y: scroll;
}
#site {
    background-color: #fff;
    word-break: keep-all !important;
    padding-top: 8.8rem;
    letter-spacing: -0.025em;
}

#site > .container {
    width: 100%;
    padding: 0;
}

/* 폰트 설정 */
#site,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: "Pretendard Variable", "notokr", "Apple SD Neo Gothic", "Malgun Gothic", "Gulim", sans-serif;
}

/* 구글 아이콘 가변 폰트
span.material-symbols-outlined {
    transition: font-variation-settings .3s;
    font-variation-settings: var(--gms200_Out);
}

.item:hover span.material-symbols-outlined {
    font-variation-settings: var(--gms300_Fill);
} 
*/

ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-position: inside;
}

/* 닷홈 빌더 설정
.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {display: none;}
 */

:root {
    --page-point-color: #096cb7;
    --page-point-color-hover: #053e68;
    --page-danger-color: #f34825;
    --page-danger-color-hover: #ce4825;
    --page-dark-color: #000000;
    --page-dark-color-hover: #333;
    --page-grey-color: #d5d5d5;
    --page-grey-color-hover: #c4c4c4;
    
    /* google-material-symbols */
    --gms: "Material Symbols Outlined";
    --gms-grad-low: "GRAD" -25;
    --gms-grad-zero: "GRAD" 0;
    --gms-grad-high: "GRAD" 200;
    --gms-opsz: "opsz" 48;
    /* fill icon */
    --gms-100-fill: "FILL" 1, "wght" 100, var(--gms-opsz);
    --gms-200-fill: "FILL" 1, "wght" 200, var(--gms-opsz);
    --gms-300-fill: "FILL" 1, "wght" 300, var(--gms-opsz);
    --gms-400-fill: "FILL" 1, "wght" 400, var(--gms-opsz);
    --gms-500-fill: "FILL" 1, "wght" 500, var(--gms-opsz);
    --gms-600-fill: "FILL" 1, "wght" 600, var(--gms-opsz);
    --gms-700-fill: "FILL" 1, "wght" 700, var(--gms-opsz);
    /* outlined icon */
    --gms-100-out: "FILL" 0, "wght" 100, var(--gms-opsz);
    --gms-200-out: "FILL" 0, "wght" 200, var(--gms-opsz);
    --gms-300-out: "FILL" 0, "wght" 300, var(--gms-opsz);
    --gms-400-out: "FILL" 0, "wght" 400, var(--gms-opsz);
    --gms-500-out: "FILL" 0, "wght" 500, var(--gms-opsz);
    --gms-600-out: "FILL" 0, "wght" 600, var(--gms-opsz);
    --gms-700-out: "FILL" 0, "wght" 700, var(--gms-opsz);
}

@media (min-width: 768px) {
    .col-sm-20 {
        width: 20%;
    }
    .col-sm-40 {
        width: 40%;
    }
    .col-sm-60 {
        width: 60%;
    }
    .col-sm-80 {
        width: 80%;
    }
}
@media (min-width: 992px) {
    .col-md-20 {
        width: 20%;
    }
    .col-md-40 {
        width: 40%;
    }
    .col-md-60 {
        width: 60%;
    }
    .col-md-80 {
        width: 80%;
    }
}
@media (min-width: 1200px) {
    .col-lg-20 {
        width: 20%;
    }
    .col-lg-40 {
        width: 40%;
    }
    .col-lg-60 {
        width: 60%;
    }
    .col-lg-80 {
        width: 80%;
    }
}

/* 상단 네비게이션 */

.navbar.navbar-inverse {
    background-color: #fff;
    border-bottom: 0;
}
.navbar-header .navbar-brand {
    display: block;
    padding: 0;
    font-size: 2rem;
    margin-top: 1.8rem;
    margin-left: 0 !important;
    height: auto;
    width: 22rem;
}
.navbar-header .navbar-brand img {
    margin-top: 0;
    display: inline-block;
}

.nav.navbar-nav {
    display: flex;
    align-items: center;
    gap: 0 5.5rem;
}
.nav.navbar-nav::before,
.nav.navbar-nav::after {
    display: none;
}
.nav.navbar-nav > li {
}
.nav.navbar-nav > li > a {
    display: block;
    height: 100%;
    padding: 0;
    font-size: 1.8rem;
    color: #000;
    font-weight: 600;
    margin: 3.4rem 0;
}
.nav.navbar-nav > li > a .caret {
    display: none;
}
.nav.navbar-nav > li:hover > a,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li:focus > a,
.nav.navbar-nav > li > a:hover,
.nav.navbar-nav > li > a:focus,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li.open > a:hover,
.nav.navbar-nav > li.open > a:focus {
    color: var(--page-point-color1);
    background: none;
}
.nav.navbar-nav li .dropdown-menu {
    left: 50%;
    right: auto;
    border-radius: 0;
    border: 0;
    padding: 0;
    transform: translateX(-50%);
}
.nav.navbar-nav li .dropdown-menu li a {
    padding: 1rem 1.5rem;
    text-align: center;
    font-size: 1.6rem;
}
.nav.navbar-nav li .dropdown-menu li a:hover {
    background: var(--page-point-color-hover);
    color: #fff;
}

@media (max-width: 767px) {
    html{font-size: 2vw;}
    #site {padding-top: 49px;}

    .navbar-header .navbar-brand {
        margin-top: 5px;
        margin-left: 15px !important;
        width: 170px;
    }

    /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 9px 0;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #666;
        transition: ease-in-out 0.15s all;
        opacity: 1;
        position: relative;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: none;
        border-color: #222;
    }

    .navbar-inverse .navbar-toggle:hover .icon-bar,
    .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #222;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
    }

    .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(1) {
        transform: rotate(45deg);
        top: 6px;
    }

    .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(2) {
        opacity: 0;
    }

    .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(3) {
        transform: rotate(-45deg);
        top: -6px;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #e6e6e6;
    }

    .nav.navbar-nav {
        flex-direction: column;
    }
    .nav.navbar-nav > li {
        width: 100%;
        text-align: center;
    }
    .nav.navbar-nav > li > a {
        font-size: 2rem;
        margin: 1.9rem 0;
    }
    .nav.navbar-nav li .dropdown-menu {
        transform: translateX(0%);
        background: #f8f8f8;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, 
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{
        background: var(--page-point-color-hover);
        color: #fff;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #site {}
    .navbar-header .navbar-brand {
        width: 18rem;
    }
    .nav.navbar-nav {
        gap: 0 2.9rem;
    }
    .nav.navbar-nav > li > a {
        font-size: 1.6rem;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #site {}
}

/* //상단 네비게이션 */

/* 슬라이드 영역 */
#mainCarousel .carousel-inner .item {
    height: 70rem;
}
#mainCarousel .carousel-inner .item:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    /* background: linear-gradient(to bottom, black, transparent); */
    opacity: 0.3;
}
#mainCarousel .carousel-inner .item .carousel-caption {
    padding: 0;
    left: calc((100% - 114rem) / 2);
    right: calc((100% - 114rem) / 2);
    text-shadow: none;
    text-align: center;
}
#mainCarousel .carousel-inner .item h1 {
    margin: 0;
    position: relative;
}
#mainCarousel .carousel-inner .item h1 small{
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 3.6rem;
    margin: 3rem 0 0;
}
#mainCarousel .carousel-inner .item h1 span{
    font-size: 7.2rem;
    font-weight: 700;
}
#mainCarousel .carousel-inner .item h1 span::after {
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    background: #fff;
    margin: 20px auto 40px;
    opacity: 0.7;
}
#mainCarousel .carousel-indicators li,
#mainCarousel .carousel-indicators li.active{
    width: 1.2rem;
    height: 1.2rem;
    border: 2px solid #fff;
    margin: 0 0.3rem;
}
#mainCarousel .carousel-indicators li.active{}
#mainCarousel .carousel-control{/* display: none; */}

@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item {
        height: 50rem;
    }
    #mainCarousel .carousel-inner .item .carousel-caption {
        left: 15px;
        right: 15px;
    }
    #mainCarousel .carousel-inner .item h1 span {
        font-size: 5.2rem;
    }
    #mainCarousel .carousel-inner .item h1 small {
        font-size: 1.9rem;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #mainCarousel .carousel-inner .item .carousel-caption {
        left: calc((100% - 75rem) / 2);
        right: calc((100% - 75rem) / 2);
    }
    #mainCarousel .carousel-inner .item h1 small {
        font-size: 2.6rem;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #mainCarousel .carousel-inner .item .carousel-caption {
        left: calc((100% - 97rem) / 2);
        right: calc((100% - 97rem) / 2);
    }
}
/* //슬라이드 영역 */

/* 메인 중단영역 */

.main-section {
    padding: 11rem 0 13rem;
}
#main_wrapper h2 {
    font-size: 5rem;
    text-align: center;
    font-weight: 700;
    color: #000;
    margin: 0 0 8rem;
}
.main-link-wrap{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 3rem;
    width: 98rem;
    margin: auto;
}
.main-link-wrap .main-link{}
.main-link-wrap .main-link img{}
.main-link-wrap .main-link .icon {
    width: 210px;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-weight: 300;
    color: #71b0c3;
    border-radius: 50%;
    border: 15px solid #c7ecf5;
}
.main-link-wrap .main-link:nth-child(2) .icon {
    color: #598cbd;
    border-color: #c2dcf6;
}
.main-link-wrap .main-link:nth-child(3) .icon {
    color: #7079d1;
    border-color: #ccd6ef;
}
.main-link-wrap .main-link .icon span {
    font-size: 8rem;
}
.main-link-wrap .main-link .caption{
    text-align: center;
    display: block;
    font-size: 2.2rem;
    padding: 2.2rem 0 0;
    font-weight: 700;
    color: #333;
    line-height: 1;
    margin-top: 10px;
}
.main-link-wrap .main-link:hover{
    text-decoration: none;
}
.main-link-wrap .main-link:hover img{}
.main-link-wrap .main-link:hover .caption{
}

.main-section#main02 {
    padding: 0;
    display: flex;
}
.main-support{
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(/public/img/main/main-support01.jpg) no-repeat center / cover;
    padding: 8rem 0;
}
.main-support:hover{text-decoration: none;}
.main-support::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(7,108,183,0.3);
}
.main-support:nth-child(1){}
.main-support:nth-child(2){
    background: url(/public/img/main/main-support02.jpg) no-repeat center / cover;
}
.main-support::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.main-support:nth-child(1)::after{
    background: rgba(0, 0, 0, 0.5);
}
.main-support:nth-child(2)::after{
    background: rgba(2, 33, 52, 0.6);
}
.main-support .text{
    z-index: 1;
    text-align: center;
}
.main-support .tit{
    font-size: 3.2rem;
    font-weight: 600;
    color: #fff;
    margin: 0 0 2rem;
    letter-spacing: 0.034em;
}
.main-support .des{}
.main-support .more{
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: #fff;
    padding: 1rem 1.8rem;
    letter-spacing: 0.02em;
    font-size: 1.3rem;
}
.main-support:nth-child(2):hover{}
.main-support:hover .tit{}
.main-support:hover .des{}
.main-support:hover .more{}



@media (max-width: 767px) {
    .main-link-wrap {
        grid-template-columns: repeat(3, 1fr);
        width: auto;
    }
    .main-link-wrap .main-link .icon{
        width: 100px;
        height: 100px;
        border: 10px solid #c7ecf5;
    }
    .main-link-wrap .main-link .icon span {
        font-size: 5rem;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .main-link-wrap {
        width: auto;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .main-link-wrap {
        width: auto;
    }
}

/* //메인 중단영역 */

/* 서브페이지 */

.subHeader {
    height: 34rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
[id^="about"] .subHeader{background-image: url(/public/img/sub/sub_title01.jpg);}
[id^="admission"] .subHeader{background-image: url(/public/img/sub/sub_title02.jpg);}
[id^="curriculum"] .subHeader{background-image: url(/public/img/sub/sub_title03.jpg);}
[id^="career"] .subHeader{background-image: url(/public/img/sub/sub_title04.jpg);}
[id^="support"] .subHeader{background-image: url(/public/img/sub/sub_title05.jpg);}
.subHeader::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    opacity: 0.35;
}
.subHeader .container {
    height: 100%;
    position: relative;
}
.subHeader .container h2 {
    text-align: center;
    color: #fff;
    font-size: 5.2rem;
    margin: 0;
    position: absolute;
    left: 1.5rem;
    top: 55%;
    font-weight: 700;
    transform: translateY(-50%);
}
.subHeader .container .breadcrumb {
    padding: 0;
    margin: 0;
    background: none;
    position: absolute;
    bottom: 8rem;
    left: 15px;
}
.subHeader .container .breadcrumb > li > a,
.subHeader .container .breadcrumb > li.active {
    color: #fff;
    opacity: 0.7;
    font-size: 1.5rem;
}
.subPage .breadcrumb > li:first-child::before {
    content: "\f015";
    top: 0;
    left: -10px;
    position: absolute;
    font-size: 12px;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
}
.breadcrumb > li + li:before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 11px;
    padding: 0 8px;
}
.subMenu {
    margin-top: 40px;
}
.subMenu .nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
}
.subMenu .nav:before,
.subMenu .nav:after{display: none;}
.subMenu .nav > li {
    display: flex;
    align-items: center;
    width: auto;
    max-width: none;
    min-height: 1px;
    border-bottom: 0;
    transition: border-color .3s;
}
.subMenu .nav > li:not(:last-child):after {
    content: '';
    display: block;
    position: relative;
    right: 0;
    width: 1px;
    height: 15px;
    background-color: #eee;
    top: -1px;
    margin: 0 30px;
    transform: none;
}
.subMenu .nav > li > a {
    font-size: 1.8rem;
    color: #666;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: color .3s;
    height: auto;
    padding: 0 0 6px;
    font-weight: 500;
}
.subMenu .nav > li > a:hover,
.subMenu .nav > li > a:focus,
.subMenu .nav > li.active > a {
    background: none;
    color: var(--page-point-color);
}
.subMenu .nav > li.active > a {
    font-weight: 700;
    border-color: var(--page-point-color);
}
.subMenu .nav > li > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 0;
    background-color: var(--page-point-color);
    transition: opacity .3s;
}
.subMenu .nav > li.active > a::after {
    opacity: 1;
}
.subContent {
    padding-top: 10rem;
}
.subContent_title {
}
.subContent_title h3 {text-align: left;margin: 0 0 8rem;font-size: 4.2rem;font-weight: 700;line-height: 1;}
.subContent .content,
.bbs-section {
    padding-bottom: 8rem;
}
.subContent .content:last-child {
    padding-bottom: 15rem;
}
.bbs-area .board_wrapper {
    margin-top: 0;
}
.table.table_default thead th {
    background: transparent;
    font-size: 1.6rem;
}

.table.table_default tbody .subject a {
    font-size: 1.7rem;
}

.board_wrapper .table.board_write_table tbody tr th {
    width: 200px;
    font-size: 1.5rem;
}

.checkbox label, .radio label {
    font-size: 1.5rem;
}

.subContent .content h4 {font-size: 2.5rem;font-weight: 700;margin: 0 0 2.5rem;letter-spacing: -0.02em;}
.subContent .content h4::before {
    content: "";
}
.subContent .content h4::after {
    content: "";
    display: inline-block;
    position: relative;
    width: 8px;
    height: 8px;
    margin-left: 9px;
    border-radius: 50%;
    background-color: #00a2e2;
}
.h5_box {
    padding: 3rem;
    margin-bottom: 3rem;
    background: #fafafa;
}
.h5_box h5 {
    margin: 0 0 1rem;
    font-size: 1.7rem;
}
.subContent .content h6 {
    font-size: 2rem;
    font-weight: 700;
    margin: 1.5rem 0;
}
.subContent .intro{
    margin: 0 0 6rem;
}
.subContent .intro p{
    margin: 0;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.6;
}
.subContent .intro p strong{
    color: var(--page-point-color);
}

.li-dot{}
.li-dot li{
    position: relative;
    padding-left: 1.2rem;
    font-size: 1.6rem;
    line-height: 1.6;
}
.li-dot li::before{
    content: '';
    position: absolute;
    top: 1rem;
    left: 0;
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    background: #333;
    border-radius: 50%;
}

.li-dot li + li {
    margin-top: 0.7rem;
}

.li-dash{
}
.li-dash li{
    position: relative;
    padding-left: 1.2rem;
    font-size: 1.6rem;
    margin-top: 0.3rem;
}
.li-dash li::before{
    content: '';
    position: absolute;
    top: 1rem;
    left: 0;
    display: block;
    width: 0.5rem;
    height: 0.1rem;
    background: #999;
}
.li-dash li b {
    font-weight: 600;
}

.li-num{
    counter-reset: li-num 0;
}
.li-num li{
    position: relative;
    counter-increment: li-num;
    font-size: 1.6rem;
    padding-left: 3rem;
    margin-top: 0.5rem;
}
.li-num li::before{
    content: counter(li-num);
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 500;
    width: 2rem;
    display: block;
    text-align: center;
    background: #e4f4ff;
    border-radius: 50%;
    font-size: 1.4rem;
    font-weight: 700;
}

.table-style{
    width: 100%;
    border-top: 1px solid #333;
}
.table-style tr{
    border-bottom: 1px solid #ddd;
}
.table-style tr th,
.table-style tr td{
    font-size: 1.6rem;
    padding: 1.2rem 2.4rem;
    border-left: 1px solid #ddd;
    background: #fff;
}
.table-style tr th:last-child,
.table-style tr td:last-child{
    border-right: 1px solid #ddd;
}
.table-style thead tr th{
    background: #f6f6f6;
    text-align: center;
}
.table-style tbody tr th{
    font-weight: 500;
}
.table-style tbody tr td {
    text-align: center;
}
.table-style tr td .li-dash{margin: 0;}
.table-style tr td li{}

.greeting{
    display: flex;
    gap: 10rem;
    align-items: flex-start;
}
.greeting .image{
    width: 35rem;
}
.greeting .image img{}
.greeting .text{
    flex: 1;
}
.greeting .text p{
    font-size: 1.7rem;
    margin: 0 0 2.5rem;
}
.greeting .text p.intro{
    font-size: 3.2rem;
    color: var(--page-point-color);
    font-weight: 600;
    border-bottom: 2px dotted #ddd;
    padding-bottom: 3rem;
    margin-bottom: 5rem;
}
.greeting .text p.epil{
    font-weight: 600;
    color: #000;
    font-size: 1.7rem;
    text-align: right;
    margin: 0;
}
.greeting .text p.epil .name{font-family: 'SDMiSaeng';font-size: 3.9rem;display: inline-block;font-weight: 500;margin: 0 1rem 0 1rem;}

.mission{
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    margin: 0 0 6rem;
    gap: 1.5rem;
}
.mission p{
    margin: 0;
    display: flex;
    gap: 3rem;
    align-items: center;
    background: #f7fafb;
}
.mission p .tit{
    font-size: 2rem;
    font-weight: 700;
    aspect-ratio: 1;
    background: #0b7fd8;
    padding: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 5px 20px rgba(0, 53, 151, 0.15);
}
.mission p .des{
    font-size: 2rem;
    font-weight: 600;
    color: #004085;
}
.mission p:last-child{}

.dl-box-wrap{
    display: grid;
    /* grid-template-columns: repeat(3, 1fr); */
    gap: 5rem;
}
.dl-box-wrap .dl-box{
    margin: 0;
}
.dl-box-wrap .dl-box dt{
    font-size: 2.6rem;
    margin: 0 0 1rem;
    font-weight: 700;
}
.dl-box-wrap .dl-box dd{
    position: relative;
    padding-left: 1.2rem;
    font-size: 1.7rem;
    margin-top: 0.5rem;
}
.dl-box-wrap .dl-box dd::before{
    content: '';
    position: absolute;
    top: 1rem;
    left: 0;
    display: block;
    width: 0.5rem;
    height: 0.1rem;
    background: #999;
}

.teacher-wrap{
    display: flex;
    flex-flow: wrap;
    gap: 10rem 0;
}
.teacher-wrap .row::before,.teacher-wrap .row::after{
    display: none;
}
.teacher-wrap .row{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10rem 5rem;
    margin: 0;
}
.teacher-wrap .row2{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.teacher-wrap .row .teacher{
    display: flex;
    gap: 4rem;
    align-items: flex-start;
}
.teacher-wrap .teacher .image{
    width: 35%;
    border: 1px solid #ddd;
}
.teacher-wrap .teacher .image img{}
.teacher-wrap .teacher .text{
    flex: 1;
}
.teacher-wrap .teacher .text .name{
    padding-bottom: 0.5rem;
    font-size: 2rem;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
}
.teacher-wrap .teacher .text .name .txt{}
.teacher-wrap .teacher .text .name .position{
    /* font-size: 1.8rem; */
    font-weight: 600;
    color: var(--page-point-color);
    letter-spacing: 0;
    margin-left: 0.4rem;
}
.teacher-wrap .teacher .text .li-career{}
.teacher-wrap .teacher .text .li-career li{
    position: relative;
    margin-top: 0.3rem;
    font-size: 1.6rem;
    padding-left: 1.2rem;
}
.teacher-wrap .teacher .text .li-career li::before{
    content: '';
    position: absolute;
    top: 0.9rem;
    left: 0;
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    background: var(--page-point-color);
}

[class*="process-type"] {
    display: flex;
    /* padding: 25px 20px; */
    /* border: 7px solid #eee; */
    justify-content: center;
    align-items: center;
}
[class*="process-type"] .step {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
[class*="process-type"] .step .num {
    font-size: clamp(13px, 2vw, 14px);
    font-weight: 500;
}
[class*="process-type"] .step p {
    font-size: clamp(17px, 2vw, 20px);
    font-weight: 500;
    margin-bottom: 0;
}
[class*="process-type"] .num + p {text-align: center;}

.process-type01 {
    margin: 0 0 8rem;
}
.process-type01 .step {
    flex: 1;
    background: #2f6bae;
    border-radius: 60px;
    height: 90px;
}
.process-type01 .step * {
    color: #fff;
}
.process-type01 .num {
}
.process-type01 .arrow {
    color: #74baef;
    font-size: 35px;
    min-width: 40px;
    padding-left: 0.4rem;
}
.process-type01 p {}

.location iframe {
    margin-bottom: -6px;
    background-color: #e5e3df;
    height: clamp(260px, 40vw, 450px);
}
.location p.addr {
    font-size: clamp(14px, 3vw, 18px);
    line-height: clamp(24px, 5vw, 36px);
    letter-spacing: -0.03em;
    font-weight: 500;
    margin-block: clamp(20px, 5vw, 30px) 10px;
}
.location p.addr strong{margin-right: 1rem;}
.li-location {
    display: flex;
    gap: clamp(20px, 3vw, 40px);
}
.li-location li {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
    letter-spacing: -0.015em;
    color: #333;
    font-size: clamp(15px, 3vw, 17px);
}
.li-location strong {
    color: inherit;
}
.li-location li::before {
    display: flex;
    justify-content: center;
    align-items: center;
    width: clamp(23px, 3vw, 27px);
    aspect-ratio: 1;
    border-radius: 9999px;
    background-color: var(--page-point-color);
    font-variation-settings: var(--gms-400-fill);
    font-family: var(--gms);
    color: #fff;
}
.li-location li.tel::before {
    content: "\e0b0";
}
.li-location li.fax::before {
    content: "\ead8";
}
.li-location li.mail::before {
    content: "\e158";
}

.scholarship-wrap{
    margin-top: 3rem;
}
.scholarship-wrap h5{
    font-size: 2.4rem;
    font-weight: 600;
    color: var(--page-point-color);
    margin: 0 0 1.5rem;
}
.scholarship-wrap .dl-scholar{
    margin: 3rem 0 0;
    display: flex;
    gap: 2rem;
    align-items: center;
}
.scholarship-wrap .dl-scholar dt{
    font-size: 1.9rem;
    line-height: 1;
    color: var(--page-point-color);
}
.scholarship-wrap .dl-scholar dd{
    font-size: 1.6rem;
    line-height: 1;
}

.curri-time{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}
.curri-time .step{
    flex: 1;
    padding: 3rem 0;
    border-radius: 10rem;
    background: #6092c9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.curri-time .step p{
    font-size: 1.8rem;
    text-align: center;
    margin: 0;
    font-weight: 500;
    letter-spacing: 0;
}
.curri-time .material-symbols-outlined{
    font-size: 4.3rem;
    color: var(--page-point-color);
}

.curri-subject{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}
.curri-subject .box{
    padding: 3rem;
    display: flex;
    align-items: flex-start;
    background: #f7fafb;
}
.curri-subject .box .tit{
    margin: 0;
    width: 36%;
    font-size: 2rem;
    font-weight: 700;
    color: var(--page-point-color);
    letter-spacing: -0.02em;
}
.curri-subject .box .des{
    flex: 1;
    font-size: 1.7rem;
    margin: 0;
}

.subContent .content .lv2{}
#career01 .subContent .content .lv2{margin-top: 3rem;}
.subContent .content .lv2 h5{
    font-size: 2rem;
    font-weight: 700;
    color: var(--page-point-color-hover);
    margin: 0 0 1.5rem;
}
.subContent .content .lv3{
    padding: 3rem;
    background: #f8f8f8;
    margin: 3rem 0 0;
}
.subContent .content .lv3 h6{
    margin: 0 0 1.2rem;
    font-size: 2.0rem;
    font-weight: 700;
}
#curriculum01 h6 {
    padding-top: 2rem;
}
.btn-down{
    display: flex;
    width: 24rem;
    line-height: 5.8rem;
    margin: 6rem auto 0;
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
    font-weight: 600;
    background: #000;
    letter-spacing: 0.02em;
    align-items: center;
    justify-content: center;
    gap: 1.1rem;
}
.btn-down:hover,
.btn-down:focus{
    text-decoration: none;
    color: #fff;
    background: var(--page-point-color);
    border-color: var(--page-point-color);
}
h4 + ul, h4 + ol {
    background: #fafafa;
    padding: 2.5rem;
}

#curriculum02 .table-responsive + p {
    font-size: 1.5rem;
    margin-top: 1.5rem;
    color: #777;
}
.board_data_view .header_wrap .info,
:where(.table_video, .table_blog2, .table_pd) .bottom .info{display: none;}

#admission01 img{margin-top: 3rem;margin-bottom: 3rem;}
.main_popup_contents{padding:0}

@media (max-width: 767px) {
    .subHeader {
        height: 27rem;
    }
    .subHeader .container .breadcrumb {
        bottom: 6rem;
    }
    .subMenu .nav > li:not(:last-child):after {
        margin: 0 13px;
    }

    .greeting {
        gap: 5rem;
        flex-direction: column;
    }
    .greeting .image {
        width: auto;
    }

    .li-location {
        flex-direction: column;
    }
    .teacher-wrap .row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 5rem 2rem;
    }
    [class*="process-type"] {
        flex-direction: column;
    }
    .process-type01 .step {
        border-radius: 50%;
        height: auto;
        width: 30%;
        aspect-ratio: 1;
    }
    .process-type01 .arrow{transform: rotate(90deg);}

    .curri-subject .box {
        flex-direction: column;
    }
    .curri-subject .box .tit {
        margin: 0 0 0.5rem;
        width: 100%;
    }





    .table.table_default tr .num,
    .table.table_default tr .regdate,
    .table.table_default tr .hits {
        display: none;
    }
    .board_wrapper .table.board_write_table tbody tr td .btn,
    .board_wrapper .table.board_write_table tbody tr td .form-control,
    .board_wrapper .table.board_write_table .input-group.input-group-big,
    .board_wrapper .table.board_write_table .form-control.form-control-big {
        width: 100%;
    }

    #list_btn {
        display: none;
    }
    #write_btn {
        margin: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
}
/* //서브페이지 */

/* 푸터 */

footer {
    text-align: left;
    padding: 5rem 0;
    background: #282c2f;
    color: #909090;
}
footer .footer-logo {
}
footer .footer-logo h1 {
    margin: 0;
}
footer .footer-logo h1 > a {
    display: block;
}
footer .footer-logo h1 > a > img {
    display: block;
}
footer .footer-text {position: relative;}
footer .call_box{
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    color: #fff;
    gap: 20px;
}
footer .call_box i{
    background: #598cbd;
    padding: 13px;
    border-radius: 50px;
    font-size: 18px;
}
footer .call_box p:nth-child(1){
    margin-bottom: 2px;
    font-weight: 500;
    font-size: 17px;
}
footer .call_box p:nth-child(2){
    margin: 0;
    font-size: 26px;
    font-weight: 600;
}
footer .footer-text .login-li{
    /* position: absolute;
    right: 0; */
    margin-top: 10px;
}
footer .footer-text .login-li li{
    /* float: none; */
    /* text-align: right; */
    display: block;
}
.login-li li a{
    color: #fff;
    opacity: 0.6;
    font-weight: 300;
}
.login-li li a:hover,
.login-li li a:focus{
    opacity: 1;
}
footer .footer-text ul {
    padding-left: 0;
    margin-bottom: 0;
}
footer .footer-text ul:after {
    content: "";
    clear: both;
    display: table;
}
footer .footer-text ul li {
    float: left;
    margin-right: 1.5rem;
    line-height: 1.4;
    font-size: 1.5rem;
    display: flex;
    gap: 0.8rem;
    align-items: center;
}
footer .footer-text ul + ul {
    margin-top: 0.5rem;
}

footer .footer-text ul li b {
    font-size: 1.3rem;
}
footer .footer-text ul li address {
    margin-bottom: 0;
    line-height: 1.4;
}
footer .footer-text .copyrights {
    display: block;
    font-size: 1.2rem;
    margin-top: 1.5rem;
    opacity: 0.7;
    letter-spacing: 0;
}

@media (max-width: 767px) {
    footer .footer-text .login-li{
        /* position: static;
        display: flex;
        margin: 0 0 2rem; */
        margin: 2rem 0 0;
    }
    footer .footer-text .login-li li{}
    .login-li li a{}
      footer .call_box{
        position: static;
        margin: 0 0 2rem;
    }
    footer .call_box i{
        padding: 8px;
        font-size: 12px;
    }
    footer .call_box p:nth-child(1){font-size: 14px;}
    footer .call_box p:nth-child(2){font-size: 18px;}
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
}
/* //푸터 */

.maintenance {
    margin-top: 0.5rem;
    border: 7px solid #e5e5e5;
    padding: 5rem 2.5rem;
    text-align: center;
}
.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 6.4rem;
    margin-bottom: 1rem;
}
.maintenance .big-cont {
    display: block;
    line-height: 1;
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 2rem;
}
.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 1.4rem;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 2rem;
}
.member_wrapper {
    max-width: 117rem;
}

/* 240514 */
.ve_box{margin-top: 40px;}
.ve_box ul+h5{margin-top: 20px;}
@media (max-width: 767px) {
    .main_popup_contents img{width: 100%;}
}