@charset "UTF-8";

/*----------------------------------------
eri2 충북대 교육개발연구소 - TEMPLATE 6
----------------------------------------*/
/* gnb menu */
.gnb__wrap>ul>li:nth-child(3) .gnb__depth2 ul {left: 0%; margin-left: -10rem;}
.gnb__wrap>ul>li:nth-child(4) .gnb__depth2 ul {left: 0%; margin-left: -2rem;}
.gnb__wrap>ul>li:nth-child(5) .gnb__depth2 ul {left: 0%; margin-left: 25rem;}

.gnb__wrap>ul>li>a:before {background: #ff640f;}
.gnb__depth2 li a:hover {color: #4e8ece;}
.gnb__depth2 li a:hover::after {background: #4e8ece;}

/* all menu */
.all_depth1_item>a {border-bottom-color: #ff640f;}
.all_depth2 li a:hover {color: #4e8ece;}

@media (max-width: 991.98px) {
    .all_depth1_item>a:hover {background: #336699; color: #fff;}
    .all_depth2 li a:hover {color: #4e8ece;}
    .all_depth2 .m2.selected>a {color: #336699;}
    .depth1.on {background: #336699; color: #fff;}
    .depth1.on:hover {color: #fff;}
}

/* sub - lnb-basic */
.lnb_depth a:hover {color: #4e8ece;}
.lnb_depth .m2.selected {background-color: #336699;}
.lnb_depth .m3.selected3 {color: #336699;}

/* sub - lnb-style1 */
.lnb_depth.lnb-style1 h2 {background-color: #336699; color: #FFF;}
.lnb_depth.lnb-style1 .m2.selected>a {color: #336699; border-bottom: none;}
.lnb_depth.lnb-style1 .m2.selected>a:hover {color: #4e8ece;}

/* main-banner */
.main-banner {
    /*background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5)), url(../../_site/image/main.jpg);*/
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 37.5rem;
}

.main-banner .caption {bottom: 5rem; color: #FFF;}

/* sub-banner */
.sub-banner {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5)), url(../../_site/image/main.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 10rem;
}

/* main - quick-btn */
.quick-btn {margin-top: -10rem; margin-bottom: 2.5rem;}
.quick-btn .quick-btn-wrap {padding: 2.5rem;  background: #ededed;}
.quick-btn .quick-btn-img {color: #fff; background: #336699; width: 100px; height: 100px;}

.quick-btn .quick-btn-list:hover .quick-btn-img  {color: #336699; background: #e5edf6;}
.quick-btn .quick-btn-list:hover .quick-btn-text {color: #336699; text-decoration: none;}

/* main - bbs-widgets */
.bbs-widgets {/*background-color: #f8f8f8;*/}

/* page-wrap
.page-title h3 {color: #fff;}
.page-title .location {color: #fff;}
.page-title .location a:hover {color: #fff;} */


/*----------------------------------------
eri2 충북대 교육개발연구소 - page-content
----------------------------------------*/
/* history */
.years h4 {color: #336699;}
.years h4:after {border: 1px solid #336699; background-color: #336699;}

/* rule */
@media (min-width: 992px) {
    .rull-amendment li {width: -webkit-fill-available;}
}