@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

.material-symbols-outlined {}

:root{
  --color-main: #ed5300;
}

html {overflow-x: hidden;overflow-y: scroll;}
#site {background-color: #fff;word-break: keep-all !important;padding-top: 10rem;}
#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;}
 */

@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.navbar-inverse .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar.navbar-inverse .container:before,
.navbar.navbar-inverse .container:after{display: none;}
.navbar-header .navbar-brand{display: block;padding: 0;font-size: 2.0rem;margin-left: 0 !important;height: auto;}
.navbar-header .navbar-brand img{margin-top: 0;display: inline-block;/* width: 80px; */}
.navbar-inverse .navbar-collapse{
    flex: 1;
}
.nav.navbar-nav{
    display: flex;
    align-items: stretch;
    gap: 0 2.2rem;
}
.nav.navbar-nav > li{}
.nav.navbar-nav > li > a{display: block;height: 100%;padding: 4rem 4.8rem;font-size: 1.9rem;color: #333;font-weight: 700;letter-spacing: -0.034em;}
.on .nav.navbar-nav > li > a{}
.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(--color-main);background: none;}
.nav.navbar-nav li .dropdown-menu{left: 0;
    right: 0;
    text-align: center;
    border-radius: 0;
    border: 0;
    padding: 0;
    overflow: hidden;
    transition: all .3s ease;
    height: 0;
    box-shadow: none;
    min-width: auto;
    background: none;
    padding-top: 12px;}
.nav.navbar-nav li .dropdown-menu li a{padding: 0.75rem 0;text-align: center;font-size: 1.6rem;color: #000;letter-spacing: -0.02em;font-weight: 500;}
.nav.navbar-nav li .dropdown-menu li a:hover{
    background: none;
    text-decoration: underline;
    color: var(--color-main);
}

#navbar-bg{transition: all .3s ease;height: 0;}
.container + #navbar-bg {
    border-top: 1px solid #ddd;
}

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

    .navbar.navbar-inverse .container {
        display: block;
    }
    
    .navbar-header .navbar-brand {
        margin-top: 5px;
        margin-left: 15px !important;
        width: 100px;
    }

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

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #666;
        transition: ease-in-out .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 {
        display: block;
    }
    .nav.navbar-nav > li > a {
        padding: 2rem 1rem;
        font-size: 2.1rem;
        text-align: center;
    }
    .nav.navbar-nav li .dropdown-menu {
        height: auto;
        padding-top: 0;
        background: #f8f8f8;
    }
    .nav.navbar-nav li .dropdown-menu li a {
        font-size: 1.9rem;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    #site{padding-top: 7.7rem;}
    .navbar-header .navbar-brand {
        width: 10rem;
    }
    .nav.navbar-nav {
        gap: 0 0rem;
    }
    .nav.navbar-nav > li > a {
        padding: 2.8rem 3rem;
        font-size: 1.6rem;
    }
    .nav.navbar-nav li .dropdown-menu li a {
        font-size: 1.2rem;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    #site{}
    .navbar-header .navbar-brand {
        width: 13rem;
    }
    .nav.navbar-nav {
        gap: 0 1.4rem;
    }
    .nav.navbar-nav > li > a {
        padding: 4rem 3.4rem;
        font-size: 1.8rem;
    }
}

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

/* 슬라이드 영역 */
#mainCarousel .carousel-inner .item{
    height: 65rem;
}
#mainCarousel .carousel-inner .item:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.3;
}
#mainCarousel .carousel-inner .item:nth-child(2)::before {
    opacity: 0;
}
#mainCarousel .carousel-inner .item .carousel-caption{padding: 0;left: calc((100% - 114.0rem) / 2);right: calc((100% - 114.0rem) / 2);text-shadow: none;text-align: left;}
#mainCarousel .carousel-inner .item h1{
    font-size: 7rem;
    font-weight: 700;
    letter-spacing: -0.03rem;
    margin: 0 0 2rem;
}
#mainCarousel .carousel-inner .item h1 span{display: block;}
#mainCarousel .carousel-inner .item p{
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.35em;
}
#mainCarousel .carousel-inner .item p a{
    display: block;
    margin-top: 4rem;
    background: #000;
    color: #ff9f6b;
    width: 23rem;
    padding: 0 0.7rem;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.02rem;
    text-align: center;
    border-radius: 0.2rem;
}
#mainCarousel .carousel-inner .item p a:hover{
    text-decoration: none;
    color: #ff7e38;
}

@media (max-width: 767px){
    .carousel-control{display: none;}
    #mainCarousel .carousel-inner .item .carousel-caption{left: 15px;right: 15px;}
}
@media (min-width: 768px) and  (max-width: 991px){
    #mainCarousel .carousel-inner .item .carousel-caption{left: 15%;right: 15%;}
}
@media (min-width: 992px) and  (max-width: 1199px){
    #mainCarousel .carousel-inner .item .carousel-caption{left: 15%;right: 15%;}
}
/* //슬라이드 영역 */

/* 메인 중단영역 */

.main-section#main01{
    padding: 10rem 0 13rem;
}
.main-section#main01 h3{
    text-align: center;
    font-size: 4.5rem;
    margin: 0 0 6rem;
    font-weight: 700;
}
.main-section#main01 .row{
    margin-left: -30px;
    margin-right: -30px;
}
.main-section#main01 .row > div{
    padding-left: 30px;
    padding-right: 30px;
}
.main-section#main01 .main-link{
    display: block;
    position: relative;
    overflow: hidden;
}

a.main-link {}
.main-section#main01 .main-link::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background: #000;
    transition: all cubic-bezier(0.27, 0.51, 0.38, 1.01) 0.35s;
    opacity: 0.4;
    z-index: 100;
}
.main-section#main01 .main-link:hover::before {
    opacity: 0.1;
}
.main-section#main01 .main-link:hover{
    text-decoration: none;
}
.main-section#main01 .main-link img{
    transform: scale(1);
    transition: all cubic-bezier(0.27, 0.51, 0.38, 1.01) 0.35s;
}
.main-section#main01 .main-link:hover img {
    transform: scale(1.1);
}
.main-section#main01 .main-link .caption{
    display: block;
    line-height: 1.4;
    padding: 0 5rem;
    font-size: 3rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    top: 50%;
    left: 50%;
    width: 100%;
    position: absolute;
    transform: translate(-50%,-50%);
    z-index: 110;
}
.main-section#main01 .row > div:nth-child(3) .main-link .caption {
    font-size: 2.4rem;
}
.main-section#main01 .main-link:hover .caption{}
.main-section#main02{
    position: relative;
    /* padding-bottom: 10rem; */
    padding-bottom: 0;
    overflow: hidden;
}
.main-section#main02 iframe{margin-bottom: -0.5rem;/* height: 400px; */}
.main-section#main02 .main-location{
    position: absolute;
    top: 0;
    bottom: 0;
    background: #fff;
    right: calc((100% - 114rem) / 2);
    padding: 2.5rem 1.2rem;
    right: 0;
    width: auto;
    /* height: 400px; */
    box-shadow: 0px 0px 30px -15px;
}
.main-section#main02 .main-location .location{margin: 0 0 3rem;}
.main-section#main02 .main-location .location dt{
    font-size: 2.4rem;
    margin: 0 0 2.5rem;
    line-height: 1;
    color: #fff;
    display: inline-block;
    font-weight: 500;
}
.main-section#main02 .main-location .location dd{
    display: flex;
    align-items: center;
    gap: 0 0.8rem;
    font-size: 1.6rem;
    margin-top: 0.5rem;
    color: #fff;
}
.main-section#main02 .main-location .location dd::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
}
.main-section#main02 .main-location .location dd .material-symbols-outlined{
    color: #fff;
    display: none;
}
.main-section#main02 .main-location .time{
    margin: 0;
    padding: 2.2rem 2.5rem;
    background: rgb(183, 79, 0);
    width: 32rem;
    color: #fff;
    border-radius: 0.2rem;
}
.main-section#main02 .main-location .time dt{
    font-size: 1.7rem;
    margin: 0 0 1rem;
    font-weight: 500;
}
.main-section#main02 .main-location .time dd{
    font-size: 1.5rem;
    margin: 0.3rem 0 0;
}
.main-section#main02 .main-location .time dd b{
    margin-right: 0.8rem;
    color: #fff;
}

@media (max-width: 767px){
    .main-section#main01 .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .main-section#main01 .row > div {
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-section#main02 .main-location{
        position: static;
        box-shadow: none;
        margin-top: 1.5rem;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    .main-section#main01 .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .main-section#main01 .row > div {
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-section#main01 .main-link .caption {
        font-size: 2rem;
    }
    .main-section#main01 .row > div:nth-child(3) .main-link .caption {
        font-size: 1.8rem;
    }
    .main-section#main02 .main-location{
        position: static;
        box-shadow: none;
        margin-top: 1.5rem;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    .main-section#main01 .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .main-section#main01 .row > div {
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-section#main02 .main-location{width: 33%;top: 50%;transform: translateY(-50%);}
}

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

/* 서브페이지 */

.subHeader {height: 30.0rem;background-image: url(/public/img/sub/sub_title.jpg);background-size: cover;background-repeat: no-repeat;background-position: center;position: relative;}
.subHeader::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    position: absolute;
}
.subHeader .container{height: 100%;position: relative;}
.subHeader .container h2{text-align: center;color: #fff;font-size: 5.4rem;margin: 0;position: absolute;left: 1.5rem;top: 52%;transform: translateY(-50%);font-weight: 700;}
.subHeader .container .breadcrumb{padding: 0;margin: 0;background: none;position: absolute;left: 1.5rem;top: 72%;transform: translateY(-50%);}
.subHeader .container .breadcrumb > li > a,
.subHeader .container .breadcrumb > li.active{color:#fff;opacity: 0.7;}

.subMenu{
    background: #000;
}
.subMenu .nav{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 8rem;
}
.subMenu .nav::before,
.subMenu .nav::after{display: none;}
.subMenu .nav > li{float: none;}
.subMenu .nav > li > a{
    background: none;
    color: #ff904c;
    font-size: 1.8rem;
    padding: 0;
    opacity: 0.9;
    font-weight: 500;
}
.subMenu .nav > li > a:hover,
.subMenu .nav > li > a:focus{
    opacity: 1;
    background: none;
    color: #fff;
}
.subMenu .nav > li.active > a{
    font-weight: 600;
    background: none;
    padding: 1.7rem 0;
    letter-spacing: 0.02em;
    color: #fff;
}
.subMenu .nav > li + li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #ff904c;
    border-radius: 50%;
    position: absolute;
    left: -43px;
    top: 50%;
    transform: translateY(-50%);
}

.subContent{padding-top: 10rem;}
.subContent_title{}
.subContent_title h3{
    text-align: left;
    margin: 0 0 7rem;
    font-size: 4.2rem;
    font-weight: 700;
    color: #000;
    letter-spacing: -0.02em;
}
.subContent_title h3 small{
    display: block;
    color: #000;
    /* font-weight: 300; */
    font-size: 2.1rem;
    margin: 2rem 0 0;
    color: var(--page-danger-color);
    position: relative;
    padding-left: 7rem;
}
.subContent_title h3 small::before{
    content: '';
    display: block;
    width: 5rem;
    height: 1px;
    background: #ccc;
    position: absolute;
    top: 1rem;
    left: 0;
}
.subContent .content, .bbs-section{padding-bottom: 8.0rem;}
.subContent .content:last-child {
    margin-bottom: 7rem;
}
.bbs-area .board_wrapper{margin-top: 0;}
.subContent .content h4{
    font-size: 3.4rem;
    font-weight: 700;
    color: #000;
    position: relative;
    margin: 0 0 5rem;
    letter-spacing: -0.02em;
}
.subContent .content h4::before{content: '';display: block;width: 0.5rem;height: 1.7rem;background: var(--color-main);position: absolute;top: 1.2rem;left: 0;display: none;}

[id^="curriculum0"] h4 {
    border-bottom: 2px solid #000;
    padding-bottom: 2rem;
}

.greeting{
    display: flex;
}
.greeting .text{
    width: calc(100% - 40rem);
    padding-right: 15rem;
}
.greeting .text p{
    font-size: 1.7rem;
    margin: 0 0 3rem;
    color: #333;
    text-align: justify;
    padding-right: 20px;
}
.greeting .text p.intro{
    font-size: 2.9rem;
    font-weight: 600;
    color: var(--color-main);
    margin: 0 0 4rem;
    line-height: 1.4;
    padding-right: 0;
}
.greeting .text p:last-child{}
.greeting .image{
    width: 40rem;
    margin-top: 2em;
}
.greeting .image img{
    /* box-shadow: 15px 15px 0 0 #ff8d4f; */
}

.member{
    display: flex;
    align-items: flex-end;
    border: 5px solid #eee;
    padding: 25px;
}
.member .left{
    width: 20rem;
}
.member .left img{
}
.member .right{
    width: calc(100% - 24rem);
    padding-left: 9rem;
}
.member .right .name{
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;
    color: #000;
    margin-bottom: 3rem;
    letter-spacing: -0.02em;
}
.member .right .name small{
    display: inline-block;
    font-size: 1.7rem;
    font-weight: 700;
    color: var(--color-main);
    margin: 0 0 0 1.2rem;
    letter-spacing: 0;
}
.member .right .career{
    margin: 0 0 2.5rem;
}
.member .right .career:last-child{margin-bottom: 0;}
.member .right .career > li{
    margin-top: 0.3rem;
    font-size: 1.6rem;
    color: #000;
    position: relative;
}
.member .right .career > li::before{
    content: '';
    display: block;
    width: 0.6rem;
    height: 0.3rem;
    background: #333;
    position: absolute;
    top: 1.1rem;
    left: 0;
    display: none;
}

.location-wrap{
    margin-top: 6rem;
}
.location-wrap .location{
    position: relative;
    padding-left: 20rem;
}
.location-wrap dt{
    position: absolute;
    left: 0;
    font-size: 2.6rem;
    font-weight: 500;
    letter-spacing: -0.034em;
}
.location-wrap .location dd{
    font-size: 1.7rem;
    display: flex;
    margin-top: 0.9rem;
    align-items: center;
    gap: 0 1rem;
}
.location-wrap .location dd:first-of-type{padding-top: 7px;margin-top: 0;}
.location-wrap .location dd span{
    color: #fff;
    background: #f1874c;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    font-size: 0.9em;
    text-align: center;
    padding-top: 6px;
    font-variation-settings: 'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48;
}
.location-wrap .time{
    position: relative;
    padding-left: 14rem;
    margin: 0;
}
.location-wrap .time dt{
}
.location-wrap .time dd{
    font-size: 1.5rem;
    margin-bottom: 0.4rem;
    font-weight: 500;
    background: #f6f6f6;
    padding: 5px 0 4px;
}
.location-wrap .time dd b{
    margin-right: 1.2rem;
    background: #333;
    color: #fff;
    padding: 7px 12px;
    font-size: 1.4rem;
    letter-spacing: 0.034em;
    font-weight: 500;
}


.curr-intro{
    display: flex;
    align-items: stretch;
}
.curr-intro .image{
    width: 60rem;
    background: #333;
}
#curriculum01 .curr-intro .image {
    display: flex;
}
.curr-intro .image img{
    margin: 0;
}
.curr-intro .text{
    width: calc(100% - 60rem);
    padding: 3rem 5rem;
    background: #095699;
}
#curriculum01 .curr-intro .text {
    padding: 2.5rem 3.5rem;
}

.curr-intro .text h5{
    color: #fff;
    font-size: 2.4rem;
    margin: 1rem 0 2rem;
}
.curr-intro .text .row{}
.curr-intro .text .row > div{}
.curr-intro .text .row > div + div {
    padding-top: 0.5rem;
}
.curr-intro .text .row + p {
    color: #fff;
    font-size: 1.5rem;
    margin-top: 30px;
}
.curr-intro .text .box{
    text-align: center;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
}
#curriculum04 .curr-intro .text .box{
    margin-top: 5rem;
}
.curr-intro .text .box .icon{
    margin: 0;
}
.curr-intro .text .box .icon span{
    font-size: 2.4rem;
    color: #c6e0ff;
    line-height: 1.4;
}
.curr-intro .text .box .caption{display: flex;margin: 0;}
#curriculum04 .curr-intro .text .box .caption{display: block;}
.curr-intro .text .box.needs .caption{
    display: block;
}
.curr-intro .text .box .caption dt{
    font-size: 1.6rem;
    font-weight: 700;
    color: #b8d8ff;
    width: 90px;
    text-align: left;
    padding-left: 1rem;
}
.curr-intro .text .box .caption dd{
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.5;
}
#curriculum04 .curr-intro .text .box .caption dd{text-align: left;padding-left: 1.3rem;position: relative;}
#curriculum04 .curr-intro .text .box .caption dd::before{content: '';display: block;background: #fff;width: 0.5rem;height: 0.1rem;position: absolute;top: 1.2rem;left: 0;}
.curr-intro .text .box.needs{
    align-items: flex-start;
}
.curr-intro .text .box.needs dt{
    width: auto;
    padding-top: 0.5rem;
    margin-bottom: 0.7rem;
}
.curr-intro .text .box.needs dd{
    text-align: left;
    padding-left: 1.4rem;
    position: relative;
    margin-top: 0.5rem;
    line-height: 1.4;
    margin-left: -1.9rem;
    font-size: 1.5rem;
    letter-spacing: 0.01em;
}
.curr-intro .text .box.needs dd::before{
    content: '';
    display: block;
    width: 0.5rem;
    height: 0.1rem;
    background: #fff;
    position: absolute;
    top: 1rem;
    left: 0;
}

.curr-box{
    margin-bottom: 5rem;
    padding-bottom: 5rem;
    border-bottom: 2px dotted #ddd;
    display: flex;
    align-items: flex-start;
    gap: 80px;
}
.curr-box:first-child {
    border-top: 2px solid #000;
    padding-top: 5rem;
}
.curr-box:last-child{padding: 0;margin: 0;border: 0;}
.curr-box .title{width: 23%;}
.curr-box .title h5{
    font-size: 2.8rem;
    font-weight: 700;
    color: #333;
    display: inline-block;
    line-height: 1.2;
    margin: 0;
}
.curr-box .title h5 small {
    display: block;
    line-height: 1.35em;
    margin-top: 5px;
    color: #333;
    font-weight: 500;
    letter-spacing: -0.02em;
}
.curr-box .description{
    width: calc(77% - 80px);
}
.curr-box .description p{
    font-size: 1.7rem;
    color: #000;
    margin: 0 0 2.5rem;
    line-height: 1.6em;
}
.curr-box .description p:last-child{margin-bottom: 0;}
.curr-box .description p a{
    color: var(--color-main);
    border-bottom: 1px solid;
}
.curr-box .description p a:hover{}
.curr-box .description .inner-lv1{
    margin-bottom: 5rem;
}
.curr-box .description .inner-lv1:last-child {
    margin-bottom: 2rem;
}
.curr-box .description .inner-lv2{
    margin: 5rem 0;
}
.curr-box .description .inner-lv1 h6{margin: 0 0 2rem;font-size: 2.2rem;line-height: 1;font-weight: 700;color: #333;letter-spacing: 0;padding-left: 1.2rem;position: relative;}
.curr-box .description .inner-lv1 h6:before{
    content: '';
    display: block;
    width: 0.5rem;
    height: 1.8rem;
    background: #e45100;
    position: absolute;
    top: 0.2rem;
    left: 0;
}
.curr-box .description .inner-lv1 h6 small {
    color: #333;
    font-weight: 500;
    margin-left: 1rem;
}
.curr-box .description .inner-lv2 .tit{
    font-weight: 700;
    color: var(--color-main);
    font-size: 1.9rem;
    margin-bottom: 2rem;
}
.curr-box .description .inner-lv2 .tit + p {
    font-size: 1.6rem;
}
.curr-box .description .img-wrap{
    /* padding: 1.5rem; */
    /* border: 1px solid #ddd; */
    margin: 0 0 3rem;
}
.curr-box .description .img-wrap img{
    margin-left: 0;
}
.curr-box .description p.teacher{
    text-align: right;
    font-style: italic;
    font-size: 1.5rem;
    color: #999;
}
.curr-box .description p.source{
    font-weight: 500;
    color: #000;
}
.curr-box .description p.source a{}
.curr-box .description .inner-lv1 .test-time{
    position: relative;
    padding: 2rem;
    padding-left: 17rem;
    margin: 0 0 5rem;
    background: #f2f2f2;
}
.curr-box .description .inner-lv1 .test-time dt{
    font-size: 1.8rem;
    line-height: 1;
    position: absolute;
    top: 30px;
    left: 5rem;
}
.curr-box .description .inner-lv1 .test-time dt::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #333;
    position: absolute;
    left: -11px;
    top: 6px;
    border-radius: 50%;
}
.curr-box .description .inner-lv1 .test-time dd{
    font-size: 1.6rem;
    margin-top: 0.5rem;
    position: relative;
    padding-left: 1.4rem;
}
.curr-box .description .inner-lv1 .test-time dd::before{
    content: '';
    display: block;
    width: 0.5rem;
    height: 0.1rem;
    background: #999;
    position: absolute;
    top: 1.2rem;
    left: 0;
}
.curr-box .description p.loca{
    margin: -1rem 0 0;
    padding: 0.8rem 1.5rem;
    background: #333;
    display: flex;
    gap: 0 0.7rem;
    color: #fff;
}
.curr-box .description p.loca span{
    font-size: 2rem;
    padding-top: 0.2rem;
}

table.table-style{
    width: 100%;
    border-top: 2px solid var(--color-main);
    margin: 0 0 3rem;
}
table.table-style tr{
    border-bottom: 1px solid #ddd;
}
table.table-style tr th,
table.table-style tr td{
    font-size: 1.5rem;
    padding: 1.2rem 1.5rem;
    border-left: 1px solid #ddd;
    text-align: center;
}
table.table-style tr th:last-child,
table.table-style tr td:last-child{
    border-right: 1px solid #ddd;
}
table.table-style tr th{
    background: #f8f8f8;
}
table.table-style tr td{}
.li-boarding{
    margin: 0 0 3rem;
}
.li-boarding > li{
    font-size: 1.7rem;
    margin: 1rem 0 0;
    position: relative;
    padding-left: 5rem;
}
.li-boarding > li .num{
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    color: #db4f00;
    background: #f9e4d8;
    width: 4rem;
    line-height: 2.3rem;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2rem;
}

.li-admission{
    display: flex;
    align-items: flex-start;
    gap: 0 1.5rem;
}
.li-admission > li{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.65rem;
    color: #000;
    font-weight: 500;
    line-height: 1.3;
    flex-direction: column;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    aspect-ratio: 1;
    padding: 3rem;
    border: 7px solid #eee;
}
.li-admission > li .num{
    display: block;
    font-size: 2.7rem;
    font-weight: 700;
    color: var(--color-main);
    margin: 1.2rem 0 1rem;
}

.li-online{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.li-online > li{
    font-size: 1.7rem;
    margin: 1rem 0 0;
    position: relative;
    padding-left: 1.4rem;
}
.li-online > li::before{
    content: '';
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    background: #fe7325;
    border-radius: 50%;
    position: absolute;
    top: 1rem;
    left: 0;
}

.li-intro{
    display: grid;
    padding: 3rem 4rem;
    background: #f4f4f4;
    justify-items: start;
    align-items: start;
    /* grid-template-columns: 1fr 1fr; */
    gap: 0.5rem;
}
.li-intro li{
    font-size: 1.5rem;
    padding-left: 1.2rem;
    position: relative;
}
.li-intro li::before{
    content: '';
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    background: #333;
    position: absolute;
    top: 0.9rem;
    left: 0;
}

.li-dot{}
.li-dot li{
    font-size: 1.7rem;
    margin: 1rem 0 0;
    position: relative;
    padding-left: 1.3rem;
}
.li-dot li::before{
    content: '';
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    background: #000;
    position: absolute;
    top: 1rem;
    left: 0;
}

.dl-introduce{display: flex;align-items: flex-start;gap: 0 5rem;background: #f4f4f4;padding: 3rem 4rem;border-radius: 0.5rem;}
.dl-introduce + .dl-introduce {
    margin-top: -1rem;
}
.dl-introduce dt{
    font-size: 1.7rem;
    color: #db4f00;
}
.dl-introduce dd{
    font-size: 1.6rem;
}

#form_contact #list_btn{display: none;}
@media (max-width: 767px){
    .subMenu .nav {
        display: block;
    }
    .subMenu .nav > li + li:before{display: none;}
    .subMenu .nav > li > a {
        font-size: 1.8rem;
        padding: 1rem 0;
    }
    .subMenu .nav > li.active > a {
        padding: 1rem 0;
    }

    .greeting {
        display: block;
    }
    .greeting .text {
        width: 100%;
        padding-right: 0;
    }
    .greeting .text p.intro{
        font-size: 2.5rem;
        text-align: left;
    }
    .greeting .image {
        width: 100%;
        margin-top: 2em;
    }
    .member {
        display: block;
    }
    .member .left {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    .member .right {
        width: 100%;
        padding-left: 0;
    }
    .location-wrap .location {
        position: relative;
        padding-left: 0;
    }
    .location-wrap dt {
        position: static;
    }
    .location-wrap .time {
        position: relative;
        padding-left: 0;
        margin: 0;
    }

    .curr-intro {
        display: block;
    }
    .curr-intro .image {
        width: 100%;
    }
    .curr-intro .text {
        width: 100%;
        padding: 3rem 3rem;
    }

    .curr-box {
        display: block;
    }
    .curr-box .title {
        width: 100%;
    }
    .curr-box .title h5 {
        margin: 0 0 2rem;
    }
    .curr-box .description {
        width: 100%;
    }
    
    .curr-box .description .inner-lv1 .test-time {
        position: relative;
        padding: 1.5rem;
        padding-left: 13rem;
    }
    .curr-box .description .inner-lv1 .test-time dt {
        font-size: 1.8rem;
        line-height: 1;
        position: absolute;
        top: 2.5rem;
    }
    .curr-box .description .inner-lv1 .test-time dt::before {
        top: 3px;
    }

    .li-admission {
        display: flex;
        align-items: flex-start;
        gap: 1.5rem;
        flex-wrap: wrap;
    }
    .li-admission > li {
        flex: 0 0 calc(50% - 0.75rem);
        display: flex;
        justify-content: center;
    }
    .li-admission > li .num {
        margin: 0rem 0 1rem;
    }
    
    .li-online{grid-template-columns: 1fr;}
    .table.table_default tr .num,
    .table.table_default tr .regdate,
    .table.table_default tr .hits,
    .table.table_default tr .writer{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){
    .subMenu .nav > li > a {
        font-size: 1.5rem;
    }
    .greeting .image {
        width: 20rem;
    }
    .greeting .text {
        width: calc(100% - 20rem);
        padding-right: 15rem;
    }
    .greeting .text p.intro {
        font-size: 2.7rem;
        text-align: left;
    }
    .location-wrap dt {
        position: static;
    }
    .location-wrap .location {
        position: relative;
        padding-left: 0;
    }
    .location-wrap .location dd {
        font-size: 1.5rem;
    }
    .location-wrap .time {
        position: relative;
        padding-left: 0;
        margin: 0;
    }
    .curr-intro {
        display: block;
    }
    .curr-intro .image {
        width: 100%;
    }
    .curr-intro .image img{width: 100%;}
    .curr-intro .text {
        width: 100%;
        /* padding: 1rem 2rem; */
    }

    .curr-box .title {
        width: 20%;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    .greeting .text {
        width: calc(100% - 40rem);
        padding-right: 10rem;
    }
}
/* //서브페이지 */

/* 푸터 */

footer {text-align: left;padding: 4.5rem 0 6rem;border-top: 1px solid #ddd;}
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{}
footer .footer-text p{
    font-size: 16px;
    margin-bottom: 5px;
    color: #666;
}
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.6;}
footer .footer-text ul li.f-toefl{
    margin: 1rem 0 0;
    width: 100%;
    line-height: 1;
    font-size: 1.2rem;
    opacity: 0.6;
}
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;color: #999;}

.login-li{
    display: flex;
    gap: 0 2rem;
}
.login-li li{
    display: inline;
}
.login-li li a{
    display: block;
    color: #666;
    opacity: 0.6;
    text-align: ri;
}
.login-li li a:hover,
.login-li li a:focus{
    opacity: 1;
}

.quick-sns{
    z-index: 1000;
    position: fixed;
    right: 40px;
    bottom:40px;
    width: 168px;
}
.quick-sns li{
    margin-left:auto;
    margin-bottom: 2px;
    width: fit-content;
    font-size: 14px;
    font-weight: 700;
}
.quick-sns li a{
    display: flex;
    align-items: center;
    width: 56px;
    height: 56px;
    padding: 15px;
    border-radius: 500px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    transition: 0.5s ease-in-out;
}
.quick-sns li a:hover{
    width: 165px;
    text-decoration: none;
}
.quick-sns .kakao a {
    background: #ffd400;
}
.quick-sns .blog a {
    background: #3ec730;
}
.quick-sns .tel a {
    background: #ff6c1f;
}
.quick-sns .kakao a:hover {
    width: 145px;
}
.quick-sns .blog a:hover {
    width: 110px;
}
.quick-sns li img{
    margin-right: 7px;
}
.quick-sns li a span{
    opacity: 0;
    color: #fff;
    transition: 0.5s ease-in-out;
}
.quick-sns li a:hover span{
    opacity:1;
}


@media (max-width: 767px){
    .quick-sns{bottom: 15px; right: 15px;}
}
@media (min-width: 768px) and  (max-width: 991px){}
@media (min-width: 992px) and  (max-width: 1199px){}
/* //푸터 */


.maintenance {padding: 10rem 2.5rem;text-align: center;background: #f6f6f6;}
.maintenance .icon {display: block;line-height: 1;font-size: 8rem;margin-bottom: 3rem;color: #999;}
.maintenance .big-cont {display: block;line-height: 1;font-size: 2.5rem;font-weight: bold;margin-bottom: 2.1rem;color: #666;}
.maintenance .small-cont {display: block;line-height: 1.5;font-size: 1.6rem;color: #818181;margin-bottom: 2.0rem;}
.member_wrapper {max-width: 117.0rem;}