@charset "utf-8";
/* CSS Document */
@import url('/common/fonts/titilliumweb/TitilliumWeb.css');
@import url('pulldown-menu.css');

/* bootstrap override */
:root {
    --danger: #FF1400;
    --border: #dee2e6;
}

/* 
::placeholder {
  font-size: 0.875rem;
}
 */
body {
    color: #3a4148;
    /* letter-spacing: -0.025rem; */
    line-height: 1.5;
    font-family: 'Noto Sans', 'NotoSansKR', sans-serif;
}

ol, ul {
    list-style-type: none;
    word-break: keep-all;
}

.btn {
    margin-bottom: 0.25rem;
}

.form-group .btn {
    margin-bottom: 0;
}

/* btn color */
.btn-primary {
    background-color: #094CB2;
    border-color: #094CB2;
}

.btn-primary:hover {
    background-color: #003DA3;
    border-color: #003DA3;
}

.btn-outline-primary {
    color: #094CB2;
    border-color: #094CB2;
}

.btn-outline-primary:hover {
    color: #fff;
    border-color: #003DA3;
    background-color: #003DA3;
}

.btn-secondary {
    background-color: #6C757D;
    border-color: #6C757D;
}

.btn-secondary:hover {
    background-color: #545E67;
    border-color: #545E67;
}

.btn-outline-secondary {
    color: #6C757D;
    border-color: #6C757D;
}

.btn-outline-secondary:hover {
    color: #fff;
    border-color: #545E67;
    background-color: #545E67;
}

.btn-point {
    color: #fff;
    background-color: #3390FC;
    border: solid 1px #3390FC;
}

.btn-point:hover {
    color: #fff;
    background-color: #1280FF;
    border: solid 1px #1280FF;
}

.btn-outline-point {
    color: #3390FC;
    border: solid 1px #3390FC;
}

.btn-outline-point:hover {
    color: #fff;
    border-color: #1280FF;
    background-color: #1280FF;
}

.btn-light {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light:hover {
    color: #212529;
    background-color: #c4c8cc;
    border-color: #c4c8cc;
}

.btn-outline-light {
    color: #212529;
    border-color: #E3E6EF;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #E3E6EF;
    border-color: #E3E6EF;
}

.btn-outline-white {
    color: #fff;
    border-color: #fff;
}

.btn-outline-white:hover {
    color: #E3E6EF;
    border-color: #E3E6EF;
}

/* bootstrap icon setting */
.btn-sm .bi {
    position: relative;
}

.btn-sm .bi::before {
    font-size: 16px;
    line-height: 0;
    display: inline-block;
}

.badge {
    letter-spacing: normal;
}

.badge-primary, .badge-1 {
    color: #fff;
    background-color: #124fb6;
    border: solid 1px #124fb6;
}

.badge-1:hover {
    color: #fff;
    background-color: #0440a5;
    border: solid 1px #0440a5;
}

.badge-1-light {
    color: #fff;
    background-color: #1280FF;
    border: solid 1px #1280FF;
}

.badge-1-light:hover {
    color: #fff;
    background-color: #3390fc;
    border: solid 1px #3390fc;
}

.badge-2 {
    color: #fff;
    background-color: #007aa7;
    border: solid 1px #007aa7;
}

.badge-2-light {
    color: #fff;
    background-color: #189fba;
    border: solid 1px #189fba;
}

.badge-3 {
    color: #fff;
    background-color: #1b9345;
    border: solid 1px #1b9345;
}

.badge-3-light {
    color: #fff;
    background-color: #2bb25a;
    border: solid 1px #2bb25a;
}

.badge-4 {
    color: #fff;
    background-color: #985111;
    border: solid 1px #985111;
}

.badge-4-light {
    color: #fff;
    background-color: #be6d19;
    border: solid 1px #be6d19;
}

.badge-regular {
    /* color: #C90027;
	border: solid 1px #C90027;
	background-color: #fff; */
    color: #fff;
    background-color: #C10000;
    border: solid 1px #C10000;
}

.badge-irregular {
    /* color: #FF6C00;
	border: solid 1px #FF7341;
	background-color: #fff; */
    color: #fff;
    background-color: #FF4E00;
    border: solid 1px #FF4E00;
}

.text-primary {
    color: #124fb6 !important;
}

.text-point {
    color: #3390FC !important;
}

.text-danger {
    color: #ff1400 !important;
}

.text-regular {
    color: #343a40;
}

.text-irregular {
    color: #6c757d;
}

.bg-point-light {
    background-color: #EBF1FA !important;
}

.border-light {
    border-color: #E3E6EF !important;
}

/* btn style */
/* .btn {
	padding: 0.25rem 0.5rem;
	letter-spacing: -0.05rem;
 } */
.btn-lg, .btn-group-lg > .btn {
    font-size: 1.125rem;
    padding: 0.5rem 1rem;
    /* letter-spacing: -0.05rem; */
}

/* bg-color */
.bg-gray {
    background-color: #F2F3F5 !important;
}

/* category */
[class*='category-0'] {
    color: #fff;
    margin-left: -1px;
    margin-right: -1px;
    margin-top: -1px;
}

/* 
[class*='category-0'] .badge {
	box-shadow:0 0 4px rgba(0, 0, 0, 0.4);
}
 */
.category-01 {
    background-color: #003399 !important;
}

.category-02 {
    background-color: #3390fc !important;
}

.category-03 {
    background-color: #23B5AF !important;
}

.category-04 {
    background-color: #FF6600 !important;
}

.category-05 {
    background-color: #7BB31A !important;
}

.category-06 {
    background-color: #009A31 !important;
}

.category-07 {
    background-color: #994e0d !important;
}

.category-08 {
    background-color: #8B88FF !important;
}

.category-09 {
    background-color: #660099 !important;
}

.opacity-25 {
    opacity: 0.25;
}

.opacity-50 {
    opacity: 0.5;
}

.opacity-75 {
    opacity: 0.75;
}

.badge-ongoing, .badge-scheduled, .badge-completed {
    position: relative;
    padding: 0.25rem 0;
}

.badge-ongoing::before, .badge-ongoing::after, .badge-scheduled::before, .badge-scheduled::after, .badge-completed::before, .badge-completed::after {
    content: '';
    display: inline-block;
    height: 2px;
    position: absolute;
    left: 0;
    top: -3px;
}

.badge-ongoing::after {
    width: 50%;
    left: 25%;
    background-color: #fff;
}

.badge-scheduled::after {
    width: 20%;
    background-color: #fff;
}

.badge-completed::after {
    width: 100%;
    background-color: #fff;
}

/*****************************************************
	Common
*****************************************************/
html {
    overflow-x: hidden;
}

/* h1, h2, h3, h4, h5, h6 {
	margin: 0px;
} */
p {
    word-break: keep-all;
    /* margin: 0; */
}

.layout {
    display: flex;
}

.layout.between {
    justify-content: space-between;
}

.layout.between .ly-item:first-child {
    flex: 1 0 auto;
}

@media(min-width: 1200px) {
    .layout.between .ly-item:first-child {
        flex: inherit;
    }
}

/* 
.container {
	padding-right: 15px;
	padding-left: 15px;
}
.row {
	margin-right: -8px;
	margin-left: -8px;
}
.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
		padding-right: 8px;
		padding-left: 8px;
} */


/* 기타 */
.mark {
    padding: 0;
    background-color: transparent;
}

/*****************************************************
	Include
*****************************************************/
/***** Header *****/
#header {
    border-bottom: 1px solid #d7d7d7;
}
#header .top-main {
	padding:0;
}
#header .site-title {
    margin-bottom: 0;
}

#header .site-logo {
    display: block;
    width: 38px;
    height: 40px;
    background-image: url("/site/resource/bhu_hive/images/logo-symbol.png");
    background-repeat: no-repeat;
    background-position: 0 15px;
    background-size: 38px auto;
    font-size: 0;
    margin-right: 8px;
}

#header.fixed .site-logo {
    background-image: url("/site/resource/bhu_hive/images/logo-symbol.png");
}

#header.top .site-logo {
    background-image: url("/common/images/logo-w.png");
}

#header .site-title .site-link {
    display: flex;
    align-items: center;
    margin: 0;
}

#header .sub-site-title {
    position: relative;
    font-weight: 400;
    font-size: 15px;
    line-height: 48px;
    letter-spacing: -0.05rem;
    /* 
	width: 40px;
	overflow: hidden;
	white-space: nowrap; 
	*/
}

@media(min-width: 576px) {
    #header .site-logo {
        margin-right: 8px;
    }

    #header .sub-site-title {
        font-size: 16px;
        padding-top: 6px;
        padding-left: 8px;
    }

    #header .sub-site-title::before {
        content: '';
        display: inline-block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 1px;
        height: 14px;
        background-color: #E3E6EF;
        margin-top: 4px;
    }
}

/* fixed */
#header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.32);
}

#header.fixed .menubar > li > a {
    color: #333D4B;
}

#header .dropdown-menu.show a {
    color: #333D4B;
}

@media (min-width: 576px) {
    #header .site-logo {
        width: 140px;
        height: 40px;
        background-image: url(../images/logo.png);
        background-size: 140px auto;
        background-position: 0 13px;
    }

    #header.fixed .site-logo {
        background-image: url(../images/logo.png);
    }
}
@media (max-width: 575px) {
    #header .site-logo {
        background-position: 0 13px;
    }

    #header.fixed .site-logo {
        background-image: url(../images/logo.png);
    }
}

@media (min-width: 1200px) {
    /* #header.top-main {
		border-bottom: 0;
		padding-top: 10px;
	} */#header .site-title {
        margin-top: -6px;
        line-height: 44px;
    }

    #header .site-logo {
        width: 160px;
        height: 44px;
        background-size: 160px auto;
        margin-right: 10px;
    }

    #header .sub-site-title {
        font-size: 16px;
        padding-left: 10px;
        width: auto;
    }

    #header .sub-site-title::before {
        height: 14px;
    }

    #header .top-main .header-bg {
        min-height: 250px;
    }
}

@media (min-width: 1400px) {
    #header .site-title {
        margin-top: -8px;
    }

    #header .sub-site-title {
        font-size: 18px;
        padding-left: 10px;
        width: auto;
    }
}

/* for main page only */
.fp-viewing-intro #header {
    background-color: #fff;
}

.fp-viewing-intro #header .sub-site-title {
    color: #4c4c4c;
}

.fp-viewing-intro #header .nav-bg-fostrap .navbar-fostrap span {
    background-color: #333D4B;
}

@media (min-width: 576px) {
    .fp-viewing-intro #header .site-logo {
        background-image: url(../images/logo.svg);
    }
}

@media (min-width: 1200px) {
    .fp-viewing-intro #header:hover {
        background-color: #fff;
    }

    .fp-viewing-intro #header:hover .site-logo {
        background-image: url(../images/logo.svg);
    }

    .fp-viewing-intro #header:hover .sub-site-title {
        color: #333D4B;
    }

    .fp-viewing-intro #header .menubar > li > a {
        color: #333D4B;
    }

    .fp-viewing-intro #header:hover .menubar > li > a {
        color: #333D4B;
    }
}

/* header sns-link */
#header .sns-link {
    display: none;
}

@media(min-width: 576px) {
    #header .sns-link {
        display: inline-flex;
        align-items: center;
    }

    #header .sns-link [class*='sns-icon-'] {
        display: inline-block;
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 18px;
        margin-right: 5px;
        transition: 0.3s;
    }

    #header .sns-link [class*='sns-icon-']:last-child {
        margin-right: 0;
    }

    #header .sns-icon-facebook {






        background-image: url(../../../../common/images/sns/facebook-white.svg);
    }

    #header .sns-icon-twitter {
        background-image: url(../../../../common/images/sns/twitter-white.svg);
        background-size: 17px !important;
    }

    #header .sns-icon-linkedin {
        background-image: url(../../../../common/images/sns/linkedin-white.svg);
        background-size: 20px !important;
    }

    #header .sns-icon-youtube {
        background-image: url(../../../../common/images/sns/youtube-white.svg);
    }

    #header .sns-icon-instagram {
        background-image: url(../../../../common/images/sns/instagram-white.svg);
    }

    #header .sns-icon-line {
        background-image: url(../../../../common/images/sns/line-white.svg);
    }

    #header .sns-icon-naverblog {
        background-image: url(../../../../common/images/sns/naverblog-white.svg);
        background-size: 16px !important;
    }

    #header .sns-icon-facebook:hover {
        background-image: url(../../../../common/images/sns/facebook-light.svg);
    }

    #header .sns-icon-twitter:hover {
        background-image: url(../../../../common/images/sns/twitter-light.svg);
    }

    #header .sns-icon-linkedin:hover {
        background-image: url(../../../../common/images/sns/linkedin-light.svg);
    }

    #header .sns-icon-youtube:hover {
        background-image: url(../../../../common/images/sns/youtube-light.svg);
    }

    #header .sns-icon-instagram:hover {
        background-image: url(../../../../common/images/sns/instagram-light.svg);
    }

    #header .sns-icon-naverblog:hover {
        background-image: url(../../../../common/images/sns/naverblog-light.svg);
    }
}

/* bell */
#header .memo-link {
    position: relative;
    padding: 0 0 0 22px;
    background-image: url(../../../../common/images/envelope-fill-white.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 16px 13px;
    transition: 0.3s;
}

#header .memo-link:hover {
    background-image: url(../../../../common/images/envelope-fill-light.svg);
}

#header .count {
    font-weight: 700;
    text-align: center;
}

/* profile */
.profile {
    background: url(../../../../common/images/lock-fill-white.svg) no-repeat left center;
    background-size: 12px 14px;
    padding-left: 16px;
}

.profile:hover {
    background: url(../../../../common/images/lock-fill-light.svg) no-repeat left center;
}

@media (min-width: 1400px) {
    #header .profile {
        display: inline-flex;
        align-items: center;
    }
}

/* Footer */
.main-container #footer {
    bottom: 0;
    width: 100%;
}

#footer {
    background: #252930;
    padding: 2rem 0 3rem;
    /* border-top: 1px solid #d9d9d9; */
}

.footer-menu {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 0.4rem;
}

.footer-menu > ul {
}

.footer-menu > ul > li {
    float: left;
}

.footer-menu > ul > li > a {
    position: relative;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    padding: 0.1rem 1rem;
}

.footer-menu > ul > li > a:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 11px;
    background: #6f6e6e;
    top: 8px;
    left: 0;
}

.footer-menu > ul > li:first-child > a:before {
    display: none;
}

.footer-menu > ul > li > a:hover, .footer-menu > ul > li > a:focus {
    text-decoration: underline;
}

.footer-menu > ul > li:first-child > a {
    color: #5d91ff;
    padding-left: 0;
}

#footer address {
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}

#footer address > span {
    display: inline-block;
    margin-right: 1.4rem;
    color: #e6e4e4;
    font-size: 0.9231rem;
}

#footer small {
    display: block;
    margin-bottom: 1.65rem;
    color: #8a8a8a;
}

#footer button {
    position: relative;
    width: 50%;
    display: block;
    text-align: left;
    color: #b1b1b1;

    background-color: transparent;
    border: 1px solid #4f5358;
}

#footer button > i {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 2.375rem;
    padding: 0;
    color: #b7b7b7;
    text-align: center;
    line-height: 2.188rem;
}

@media (min-width: 576px) {
    #header .gnb {
        height: 2rem;
    }

    #header .gnb .header-util {
        float: right;
    }

    /*#header .nav-bg-fostrap .navbar-fostrap {
			top: 5px;
			right: 15px;
	}*/
    #header .navbar .navbar-brand > img {
        width: auto;
    }

    #header .navbar .navbar-brand > span {
        font-size: 1.071rem;
    }
}

@media (min-width: 768px) {
    #footer button {
        float: right;
        width: auto;
        min-width: 190px;
        font-size: 0.9231rem;
    }
}

@media (min-width: 768px) {
    #footer .address, #footer .tel-fax {
        display: inline-block;
    }

    #footer .address {
        margin-right: 20px;
    }

    #footer .tel-fax .tel a, #footer .tel-fax .fax a {
        display: inline-block;
        position: relative;
    }

    #footer .tel-fax .tel a::before, #footer .tel-fax .fax a::before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 50%;
        left: -6px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 3px;
        height: 3px;
        background-color: #465cbd;
    }

    #footer .tel-fax .fax a::before {
        left: -7.5px;
    }
}

@media (min-width: 992px) {
    .main-container #footer {
        text-align: left;
        top: inherit;
        bottom: 0;
    }

    #footer > .container {
        width: 100%;
        max-width: 100%;
    }

    #footer .footer-menu {
        text-align: left;
    }

    #footer .sns-list {
        margin-bottom: 15px;
    }

    #footer .sns-list a {
        width: 32px;
        height: 32px;
        padding: 4px 0;
        text-align: center;
        display: block;
        transition: 0.2s;
        background: #717171;
        border-radius: 300px;
    }

    #footer .sns-list a:hover, #footer .sns-list a:focus {
        background: #909090;
    }
	#footer .dropup {
		float:right
	}
}

@media (min-width: 1200px) {
    #footer > .container {
        padding-left: 30px;
        padding-right: 30px;
        max-width: 1140px;
    }

    #footer .sns-list {
        margin-bottom: 0;
        margin-right: 1rem;
    }
}

@media (min-width: 1300px) {
    #footer > .container {
        padding-left: 0;
        padding-right: 0;
        max-width: 1300px;
    }
}

/* banners ci */
.banners.ci {
    background: #ECEEF4;
    padding: 1rem 0;
    margin: 0 0 1.5rem;
    font-size: 1.125rem;
    font-weight: 500;
}

/* 
@media(min-width: 375px) {
	#footer {
		margin-bottom: 2rem;
	}
	.main-container .banners.ci {
		bottom: 0;
	}
} 
*/
/*****************************************************
	Main
*****************************************************/
.main-container {
    font-family: 'Titillium Web', 'Noto Sans' ,'NotoSansKR', sans-serif;
    margin-top: 50px;
    margin-bottom: 50px;
}

/*****************************************************
	fullpage setting
*****************************************************/
/* section visual */
section[class*='bg-'] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    font-family: 'Titillium Web', 'Noto Sans' ,'NotoSansKR', sans-serif;
}

section.bg-01 {
}

section.bg-02 {
    padding: 50px 0;
    /* background-image: url(../images/main-visual-02.jpg); */
}

section.bg-03 {
    background-image: url("../images/main-visual-04.jpg");
}

section.bg-04 {
    background-image: url("../images/main-visual-04.jpg");
}

section.bg-04 .title01 {
    color: #fff;
}

@media all and (max-width: 1200px) {
    section#section5 {
        height: auto !important;
    }
}

/* font-size setting */
.main-container [class*='bg-0'] .container {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 87.5%;
    line-height: 1.2;
}

@media(min-width: 768px) {
    .main-container [class*='bg-0'] .container {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 93.75%;
    }
}

@media(min-width: 992px) {
    .main-container [class*='bg-0'] .container {
        font-size: 100%;
    }
}

/* title setting fot all section */
.main-container .title01, .mv-box .mv-title {
    font-size: 25px;
    font-weight: 700;
}

.main-container .btn-outline-white {
    border-radius: 0;
    padding: 12px 40px;
}

/* fp-tooltip */
#fp-nav ul li .fp-tooltip {
    color: #333D4B;
    color: #0ACFFE;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background-color: #0e3192;
}

/* bg-01 */
.bg-01 {
    color: #fff;
}

@media(min-width: 768px) {
    .main-container .title01, .mv-box .mv-title {
        font-size: 28px;
    }
}

/***** Main Visual *****/
#main-visual {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

#main-visual, .mv-box, .mv-box [class*='mv-carousel'], .mv-box [class*='owl-stage'], .mv-box [class*='owl-item'], .mv-box .item, .mv-box .item .item-img {
}

.mv-box {
    position: relative;
}

.mv-carousel-box .item {
    padding-top: 150px;
}

.mv-carousel-box .item .item-img {
    width: 100%;
    background-image: url("../images/main-visual-0101_1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.mv-box .owl-dots-wrapper {
    position: absolute;
    bottom: 8rem;
    margin-top: 0;
}

.mv-text-box {
    width: 100%;
    height: 180px;
    background: rgb(0,73,170);
    background: linear-gradient(329deg, rgba(0,73,170,1) 0%, rgba(100,194,0,9) 100%);
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
}

.mv-box .mv-title-box {
    width: 100%;
    text-align: center;
}

.mv-box .mv-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: -0.15rem;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
    word-break: keep-all;
}

.mv-box .mv-tagline {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
    display: block;
    margin-bottom: 10px;
}

.main-container .owl-carousel.mv-carousel .owl-nav-wrapper {
    display: none;
}

@media(min-width: 992px) {
    .mv-carousel-box .item {
        padding-top:0
    }

    .mv-text-box {
        width: 50%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        opacity: 0;
        animation: fadeInText 2s ease-out forwards;
    }

    .mv-box .mv-title-box {
        width: calc(100% - 20%);
        text-align: left;
        float: right;
        opacity: 0;
        animation: fadeInText 2s ease-out forwards;
    }

    .mv-box .mv-title {
        font-size: 50px;
    }

    .mv-box .mv-tagline {
        font-size: 24px;
    }

    .mv-box .mv-tagline small {
        font-size: 200%;
    }

    .mv-box .mv-tagline strong {
        font-size: 300%;
    }
}

@media(min-width: 1200px) {
    .mv-box .mv-title-box {
        width: 600px;
    }
}

@keyframes fadeInText {
    100% {
        opacity: 0.9;
    }
}

/* bg-02 */
.bg-02 .title01 {
    margin-bottom: 20px;
}

/* curri-carousel */
.curri-carousel .item {
    position: relative;
    margin-bottom: 20px;
    line-height: 1.5;
    transition: all 0.25s ease 0s;
}

@media(min-width: 992px) {
    .curri-warp {
        padding-left:30px
    }

    .curri-carousel .item .item-link::after {
        display: none;
    }

    .curri-carousel .item:hover .item-link::after {
        content: '';
        display: block;
        width: 40px;
        height: 40px;
        transform: translateY(40px);
        position: absolute;
        right: 0;
        bottom: 20px;
        background: #0e3192 url(/common/images/plus-lg.svg) no-repeat center;
        z-index: 40;
    }
}

.curri-carousel .item, .curri-carousel .item-header {
    height: 250px;
}

.curri-carousel .item-header {
    background-color: rgba(0, 0, 0, 0.4);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.curri-carousel .item-header::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.curri-carousel .item-body {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 30;
    padding: 40px 15px;
    color: #fff;
}

.curri-carousel .item-title {
    font-weight: 700;
}

.curri-carousel .item-desc {
    display: none;
}

@media(min-width: 768px) {
	.curri-carousel .item, .curri-carousel .item-header {
	    height: 160px;
}
}

/* text-truncate */
/* 제목은 4줄로 한정 */
.curri-carousel .item:hover [class*='item-'] .title {
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    max-height: 7.6rem;
    overflow: hidden;
}

/* 설명은 6줄로 한정 */
.curri-carousel .item .item-title ul > li {
    display: -webkit-box !important;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    max-height: 9.6rem;
    overflow: hidden;
}

/* 교육내용은 각 li가 3줄, 각 li마다 ...으로 한정 */
.curri-carousel .item:hover .item-desc ul > li {
    display: -webkit-box;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-height: 1.6rem;
    overflow: hidden;
    width: 100%;
}

.curri-carousel .item:hover .item-desc ul > li:nth-child(3) ~ li {
    display: none;
}

@media(min-width: 992px) {
    /* item height */ .curri-carousel .item:hover .item-title {
        position: relative;
        left: 0;
        right: 0;
        bottom: auto;
    }

    /* hover setting */
    .curri-carousel .item::before {
        opacity: 0;
        z-index: 21;
    }

    .curri-carousel .item:hover::before {
        opacity: 1;
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        background: rgba(0, 0, 0, 0.8);
    }

    .curri-carousel .item-desc {
        display: block;
        opacity: 0;
    }

    .curri-carousel .item:hover .item-desc {
        opacity: 1;
        color: #fff;
        font-size: 93.75%;
        font-weight: 500;
        margin-top: 2rem;
    }
}

.curri-carousel .title {
    font-size: 17px;
    margin-bottom: 1rem;
    padding-top: 0.75rem;
    position: relative;
}

@media(min-width: 992px) {
    .curri-carousel .item:hover .title {
    }
}

.curri-carousel .item-desc .title {
    font-size: 112.5%;
    margin-bottom: 1rem;
}

.curri-carousel .title::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2rem;
    height: 4px;
    background-color: #fff;
}

.curri-carousel .item-desc .title::before {
    width: 1rem;
    height: 2px;
}

.curri-carousel .item ul {
    list-style: none;
    margin: 0;
    padding: 0;
    word-break: break-all;
}

/* owl-nav */
/*
.main-container .owl-carousel .owl-nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 2px 10px;
    border-radius: 100px;
    width: 140px;
    margin: 0 auto;
}
.owl-carousel .owl-nav {
    display: inline-flex;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    position: relative;
}

.owl-carousel .owl-nav button > span {
    display: inline-block;

    width: 100%;
    height: 100%;
    opacity: 0;
}
.owl-carousel .owl-nav button::before {
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/common/images/btn-prev.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.owl-carousel .owl-nav button.owl-next::before {
    content: '\F285';
    left: inherit;
    right: 0;
    background-image: url(/common/images/btn-next.svg);
}

.owl-carousel .owl-nav button:hover::before {
    background-image: url(/common/images/btn-prev-hover.svg);
}

.owl-carousel .owl-nav button.owl-next:hover::before {
    background-image: url(/common/images/btn-next-hover.svg);
}
*/

/* bg-03 */
.bg-03 .container {
    color: #fff;
}

.bg-03 .row {
    flex-direction: column-reverse;
}

.bg-03 .row > div {
    margin-bottom: 2rem;
}

.bg-03 .title01 {
    margin-bottom: 1rem;
}

.bg-03 .text {
    font-size: 112.5%;
    line-height: 1.6;
    margin-bottom: 1rem;
}

@media(min-width: 992px) {
    .bg-03 .row {
        flex-direction: row;
    }

    .bg-03 .row > div {
        margin-bottom: 0;
    }

    .bg-03 .title01, .bg-03 .text {
        margin-bottom: 2.5rem;
    }
}

@media(min-width: 1400px) {
    .bg-03 .video-box, .bg-03 .video-img {
        height: 540px;
    }
}

/* video-box */
.video-box {
    box-shadow: -8px -8px 24px rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 24vh;
    position: relative;
    padding: 0;
    overflow: hidden;
}

.video-img {
    height: 24vh;
    background-image: url("/common/images/logo.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: scale(1);
    transition: transform 0.5s;
}

.video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 80px;
    height: 80px;
    background: url(/common/images/video-play.svg) no-repeat center;
}

@media(min-width: 768px) {
    .video-box, .video-img {
        height: 40vh;
    }
}

@media(min-width: 992px) {
    .video-box, .video-img {
        height: 36vh;
    }
}

/* bg-04 */
.bg-04 .title01 {
    margin-bottom: 2rem;
    text-align: center;
}

@media(min-width: 992px) {
    .bg-04 .title01 {
        margin-bottom: 3rem;
    }
}

@media(min-width: 1200px) {
    .bg-04 .title01 {
        margin-bottom: 4rem;
    }
}



/* Main */
.main-container .sec-tit {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
}
.main-container .main-banner .sec-tit, .main-container .main-notice .sec-tit {
    justify-content: space-between;
}
.main-container .sec-tit h3 {
    font-size: 18px;
    margin-bottom: 0;
}
.main-container .sec-tit .more {
    margin-left: 10px;
}
@media (min-width: 576px) {
	.main-container .sec-tit {justify-content: space-between;}
	.main-container .sec-tit h3 {font-size:21px;}
}

.sec1, .sec2, .sec3 {
	margin-bottom: 60px;
}
@media (min-width: 992px) {
	.sec1, .sec2, .sec3 {margin-bottom: 80px;}
}

@media (min-width: 992px) {
	.sec1 .sec1-wrap {display:flex;justify-content: space-between;}
}


/* main-notice */
.main-notice {
}
.main-notice .list ul {
    border-top: 1px solid #E4E4E4;
}
.main-notice .list ul > li {
    border-bottom: 1px solid #E4E4E4;
}
.main-notice .list ul > li > a {
    position: relative;
    display: flex;
    padding: 15px 10px 35px;
    transition: 0.3s;
    align-items: center;
}
.main-notice .list ul > li > a:hover, .main-notice .list ul > li > a:focus {
    background-color: #f8f9fc;
}
.main-notice .list ul > li > a .title {
    display: inline-block;
    max-width: calc(100% - 40px);
    margin-right: 7px;
    white-space: nowrap;
    overflow: hidden;

    text-overflow: ellipsis;
    font-size: 17px;
    color: #000;
}
.main-notice .list ul > li > a:hover .title, .main-notice .list ul > li > a:focus .title {}
.main-notice .list ul > li > a .new {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #084A8F;
    color: #fff;
    font-size: 13px;
    width: 25px;
    height: 25px;
    border-radius: 25px;
}
.main-notice .list ul > li > a .date {
    position: absolute;
    bottom: 15px;
    left: 10px;
    font-size: 15px;
    color: #A2A2A2;
}
@media (min-width: 992px) {
	.main-notice {width: calc(100% - 450px - 40px);}
	.main-notice .list ul > li > a {padding: 12px 10px;}
	.main-notice .list ul > li > a .title {max-width: calc(100% - 150px);}
	.main-notice .list ul > li > a .date {left:inherit;right:10px;bottom:inherit;top: 14px;}
}
@media (min-width: 1200px) {
	.main-notice {width: calc(100% - 570px - 40px);}
	.main-notice .list ul > li > a {padding: 20px 10px;}
	.main-notice .list ul > li > a .date {left:inherit;right:10px;bottom:inherit;top: 22px;}
}


/* main-banner */
.main-banner {
    margin-bottom: 50px;
}
.main-container .main-banner .mb-carousel {
    padding: 0;
}
.main-container .main-banner .mb-carousel .item {
    border-radius: 10px;
    overflow: hidden;
}
.main-banner .owl-dots-wrapper {
    position: absolute;
    top: -40px;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 6px;
}
.main-banner .owl-dots-wrapper .play-pause-btn {
    padding: 0;
}
.main-banner .owl-dots-wrapper .play-pause-btn .material-icons {
    line-height: 1.5;
    color: #ccc;
    font-size: 16px;
}
.main-banner .owl-dots {
    display: flex;
    align-items: center;
    gap: 6px;
}
.main-banner .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.main-banner .owl-dots .owl-dot span {
    display: block;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 50%;
}
.main-banner .owl-dots .owl-dot.active span, .main-banner .owl-dots .owl-dot:hover span {
    border-color: #084a8f;
    background-color: #084a8f;
}

@media(min-width: 768px) {
    .main-banner .owl-dots-wrapper {gap: 10px;}
    .main-banner .owl-dots {gap: 10px;}
}
@media(min-width: 992px) {
	.main-banner {width: 450px;margin-bottom:0;}
}
@media(min-width: 1200px) {
	.main-banner {width: 570px;}
    .main-banner .owl-dots-wrapper {justify-content: flex-end;}
}

/* owl */
.main-container .owl-carousel {
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
}
.main-container .owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    margin-top: -52px;
}
.main-container .owl-carousel .owl-nav button:after {
	display:inline-block;
	font-family: bootstrap-icons;
	font-size: 30px;
}
.main-container .owl-carousel .owl-nav button.owl-prev {
	left: 0;
}
.main-container .owl-carousel .owl-nav button.owl-prev:after {
	content:'\F284';	
}
.main-container .owl-carousel .owl-nav button.owl-next {
	right: 0;
}
.main-container .owl-carousel .owl-nav button.owl-next:after {
	content:'\F285';	
}
.main-container .owl-carousel .owl-nav button > span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
@media (min-width: 576px) {
	.main-container .owl-carousel {padding:0;}
	.main-container .owl-carousel .owl-nav button.owl-prev {left: -40px;}
	.main-container .owl-carousel .owl-nav button.owl-next {right: -40px;}
}
@media (min-width: 768px) {
	.main-container [class*='sec'] h3 {text-align: left;}
}
@media (min-width: 1100px) {
	.main-container .owl-carousel .owl-nav button.owl-prev {left: -50px;}
	.main-container .owl-carousel .owl-nav button.owl-next {right: -50px;}
}

/* lecture-list */
.lecture-list {}
.lecture-list .owl-dots-wrapper {
	display:none;
}
.lecture-list .item {
    position: relative;
}
.lecture-list .item a {}
.lecture-list .item [class*='stage'] {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    font-size: 14px;
    background: #9f9f9f;
    color: #fff;
    padding: 2px 10px;
    border-radius: 4px;
}
.lecture-list .item .stage1 {
    background: #26CBA4;
}
.lecture-list .item .stage2 {
    background: #0A8CFF;
}
.lecture-list .item .stage3 {
    background: #FB2178;
}
.lecture-list .item .img-box {
    display: block;
    height: 170px;
    overflow: hidden;
    border: 1px solid transparent;
    background-image: var(--hover-style1);
    background-origin: border-box;
    background-clip: content-box, border-box;
    background: #f8f9fa url(/common/images/thumb-image.png) no-repeat center center;
    border-radius: 10px;
    background-size: cover;
    margin-bottom: 20px;
    transition: 0.5s;
}
.lecture-list .item a:hover .img-box, .lecture-list .item a:focus .img-box {
	border: 1px solid transparent;
	/* background-image:  var(--hover-style2); */
	/* background-origin: border-box; */
	/* background-clip: content-box, border-box; */
}
.lecture-list .item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease,transform 0.8s ease;
}
.lecture-list .item a:hover .img-box img, .lecture-list .item a:focus .img-box img {
    transform: scale(1.05);
}
.lecture-list .item .item-info {}
.lecture-list .item .item-info ul {
    display: flex;
    margin-bottom: 0;
}
.lecture-list .item .item-info ul li {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 8px;
    padding-left: 8px;
    font-weight: 500;
    color: #000;
}
.lecture-list .item .item-info ul li:first-child {
    margin-left: 0;
    padding-left: 0;
}
.lecture-list .item .item-info ul li:after {
	content:'';
	position: absolute;
	left: 0;
	top: 5px;
	width: 1px;
	height: 13px;
	background: #ccc;
}
.lecture-list .item .item-info ul li:first-child:after {
	display:none;
}
.lecture-list .item .item-info ul li img {
    width: auto;
    margin-right: 3px;
}
.lecture-list .item .item-title {
    height: 52px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
}
.lecture-list .item a:hover .item-title, .lecture-list .item a:focus .item-title {
	color:var(--color-style2);
}
.lecture-list .item .item-category {}
.lecture-list .item .item-category > span {
    display: inline-block;
    background: #E9EBED;
    padding: 2px 7px;
    border-radius: 4px;
    font-size: 14px;
    color: #747474;
    margin-right: 5px;
    margin-bottom: 5px;
}
.non-page.board {
    margin: 0;
    min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.non-page.board h3 {
    position: relative;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    font-size: 27px;
}
.non-page.board h3:after, .non-page.board h3:before {
	content:'';
	display: inline-block;
	width: 3.5rem;
	height: 2.5rem;
	left: -1rem;
	position: absolute;
	position: relative;
	background-image: url(/common/images/icon-quote.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px;
}
.non-page.board h3:after {
    transform: rotateZ(180deg);
    right: -1rem;
		top: 4px;
    left: inherit;
}
.non-page.board:before {
    display: none;
}



/*****************************************************
	Sub Common
*****************************************************/
.sub-container #content {
    margin-bottom: 2rem;
}

@media (min-width: 992px) {
    .sub-container #content {
        margin-top: 1.5rem;
        margin-bottom: 4rem;
				min-height: 710px;
    }
}

/* msg-box */
.msg-box {
    text-align: center;
    padding: 30px 20px;
}
.msg-box h4 {
    color: #0049aa;
}

/* page-navi */
.page-navi {
    position: relative;
    background-color: #2f3540;
}

.page-navi:before {
    content: '';
    position: absolute;
    display: inline-block;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #d6d6d6;
}

.page-navi .navbar {
    padding: 0;
    border-left: 1px solid #64676d;
    border-right: 1px solid #64676d;
}

.page-navi .navbar .navbar-nav {
    width: 100%;
    display: inline-block;
}

.page-navi .navbar .navbar-nav>.nav-item {
    position: inherit;
    width: 50%;
    float: left;
    border-right: 1px solid #64676d;
    border-bottom: 1px solid #64676d;
    margin-bottom: 1px;
}

.page-navi .navbar .navbar-nav>.nav-item .nav-link {
    position: relative;
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    color: #c3c3c3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-navi .navbar .navbar-nav>.nav-item .nav-link:before {
    content: '\f282';
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 1rem;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
}

.page-navi .navbar .navbar-nav>.nav-item:first-child, .page-navi .navbar .navbar-nav>.nav-item .home {
    display: none;
}

.page-navi .navbar .navbar-nav>.nav-item:nth-child(3), .page-navi .navbar .navbar-nav>.nav-item:nth-child(5), .page-navi .navbar .navbar-nav>.nav-item:nth-child(7), .page-navi .navbar .navbar-nav>.nav-item:nth-child(9), .page-navi .navbar .navbar-nav>.nav-item:nth-child(11) {
    border-right: none;
}

.sub-top .page-navi .navbar .navbar-nav>.nav-item:first-child {
    display: none;
}

.page-navi .navbar .navbar-nav>.nav-item .nav-link:hover, .page-navi .navbar .navbar-nav>.nav-item .nav-link:focus {
    color: #fff;
    text-decoration: underline;
}

.page-navi .navbar .navbar-nav>.nav-item .dropdown-toggle::after {
    display: none;
}

.page-navi .navbar .navbar-nav>.nav-item .dropdown-menu {
    position: absolute;
    width: 100%;
    border-radius: 0;
    margin-top: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

.page-navi .navbar .navbar-nav>.nav-item .dropdown-menu .dropdown-item {
    padding: 0.5rem 1rem;
    color: #666;
    white-space: inherit;
}

.page-navi .navbar .navbar-nav>.nav-item .dropdown-menu .dropdown-item.active {
    background-color: #124FB6;
    color: #fff;
    font-weight: 600;
}

.page-navi .navbar .navbar-nav>.nav-item .dropdown-menu .dropdown-item:hover, .page-navi .navbar .navbar-nav>.nav-item .dropdown-menu .dropdown-item:focus {
    color: #124FB6;
    font-weight: 600;
}

.page-navi .navbar .navbar-nav>.nav-item .dropdown-menu .dropdown-item.active:hover, .page-navi .navbar .navbar-nav>.nav-item .dropdown-menu .dropdown-item.active:focus {
    color: #fff;
    background-color: #113e9e;
}

/* sub-top */
.sub-top {
    display: none;
}

.sub-top .container {
    position: relative;
    height: 100%;
}

.sub-top .sub-ment {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-family: 'Titillium Web', 'Noto Sans', 'NotoSansKR', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: right;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
    /* sub-top */ .sub-top {
        position: relative;
        background-color: #f7f5f6;
        border-top: 0;
        display: block;
        height: 140px;
        background-position: top center;
        background-repeat: no-repeat;
    }

    .sub-top .sub-top-txt {
        text-align: right;
        padding-top: 6rem;
    }

    .sub-top .sub-top-txt > h2 {
        color: #253a50;
        font-size: 2.1rem;
        margin: 0;
        padding-left: 2.2rem;
    }

    .sub-top .sub-top-txt > p {
        color: #908e87;
        font-size: 0.9rem;
        margin: 0;
        padding-left: 2.2rem;
    }

    /* snb */
    .sub-container .snb {
        margin-bottom: 70px;
        margin-top: -70px;
    }

    .sub-container .snb-title {
        display: flex;
        align-items: center;
        justify-content: center;
        display: -ms-flexbox;
        -ms-flex-align: center;
        -ms-flex-pack: center;
        padding: 2rem 0 0;
        min-height: 150px;
        text-align: center;
        /* background-color: #004CB2; */
        background-color: #0049AA;
        color: #fff;
        /*font-size: 2rem;*/
        font-size: 28px;
        font-weight: 700;
        border-radius: 0;
    }

    .sub-container .snb-title span {
        position: relative;
        display: inline-block;
        padding-top: 12px;
    }

    .sub-container .snb-title span:after {

        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 28px;
        height: 4px;
        background: #1DB1D0;
    }

    .sub-container .snb ul {
        list-style-type: none;
        padding: 0;
    }

    .sub-container .snb .snb-list > li {
        background: none;
        border-bottom: 1px solid #E3E6EF;
        padding: 0;
        margin: 0;
    }

    .sub-container .snb .snb-list >li > a {
        display: block;
        padding: 20px;
        font-size: 1rem;
        color: #333D4B;
        text-transform: uppercase;
        position: relative;
    }

    .sub-container .snb .snb-list > li > a::after {
        content: '\F285';
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        font-family: bootstrap-icons !important;
        font-style: normal;
        font-weight: normal !important;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        vertical-align: -0.125em;
        -webkit-font-smoothing: antialiased;
        color: #333D4B;
    }

    .sub-container .snb .snb-list > li.active > a::after, .sub-container .snb .snb-list > li:hover > a::after {
        color: #1d50bd;
    }

    .sub-container .snb .snb-list >li.active > a {
        background: #E3E6EF;
        color: #1d50bd;
        font-weight: 600;
    }

    .sub-container .snb .snb-list > li > a:hover, .sub-container .snb .snb-list > li > ul >li > a:focus {
        color: #1d50bd;
        font-weight: 600;
    }

    .sub-container .snb .snb-list > li.active > a:hover, .sub-container .snb .snb-list > li > ul >li.active > a:focus {
        color: #1d50bd;
        text-decoration: underline;
    }

    .sub-container .snb .snb-list > li > ul {
        display: none;
        margin: 0;
        padding: 10px 0;
        background: #f9f9fd;
    }

    .sub-container .snb .snb-list > li.active > ul {
        display: block;
    }

    .sub-container .snb .snb-list > li > ul > li {
        margin: 0;
        padding: 10px 30px;
        font-size: 1rem;
        text-transform: uppercase;
        border-bottom: 1px dotted #E3E6EF;
    }

    .sub-container .snb .snb-list > li > ul > li:first-child {
        padding-top: 0;
    }

    .sub-container .snb .snb-list > li > ul > li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .sub-container .snb .snb-list > li > ul > li > a {
        font-size: 0.9375rem;
        color: #555;
        transition: 0.4s;
        display: block;
        position: relative;
    }

    /* 
		.sub-container .snb .snb-list > li > ul > li.active > a::after {
			content: '\F285';
			display: inline-block;
			position: absolute;
			top: 50%;
			right: 0;
			transform: translateY(-50%);
			
			font-family: bootstrap-icons !important;
			font-style: normal;
			font-weight: normal !important;
			font-variant: normal;
			text-transform: none;
			line-height: 1;
			vertical-align: -0.125em;
			-webkit-font-smoothing: antialiased;
			color: #333D4B;
		}
 */
    .sub-container .snb .snb-list >li > ul > li.active > a {
        color: #094CB2;
        font-weight: 600;
    }

    .sub-container .snb .snb-list >li > ul > li > a:hover, .sub-container .snb .snb-list >li > ul > li > a:focus {
        color: #094CB2;
        font-weight: 600;
    }

    .sub-container .snb .snb-list >li > ul > li.active > a:hover, .sub-container .snb .snb-list >li > ul > li.active > a:focus {
    }

    .sub-container .snb .snb-list >li > ul > li ul {
        display: none;
    }

    .service-link {
    }

    .service-link h3 {
        text-align: center;
        background-color: #0e2657;
        background-image: none;
        padding: 0.7rem 0;
        margin: 0;
        font-size: 1.063rem;
        color: #fff;
        font-weight: 100;
    }

    .service-link a {
        position: relative;
        display: block;
        padding: 1rem 3.1rem 1rem 1.3rem;
        background: #f3f7ff;
        margin-top: 2px;
        transition: 0.3s;
    }

    .service-link a:hover, .service-link a:focus {
        background: #e6ecf9;
        color: #2f446f;
        font-weight: 600;
    }

    .service-link a > img {
        position: absolute;
        top: 1rem;
        right: 1rem;
    }

    /* cont-top */
    /* .sub-container .cont-top {margin-top:0;}
		.sub-container .cont-top .cont-title {text-align: left;font-size: 2.375rem;margin-top: 4rem;}
		.sub-container .cont-top .cont-btns {display:block;position: absolute;top: 0;right: 0;}
		.sub-container .cont-top .cont-btns button {border: 0;border-radius: 0;background: transparent;-webkit-appearance: none;color: #788190;cursor: pointer;transition: 0.5s;}
		.sub-container .cont-top .cont-btns button .material-icons {font-size:1.5rem;} */
    .sub-container .snb .snb-list > li.snb-focus > a {
        background-color: #0074E0 !important;
    }

    .sub-container .snb .snb-list > li.snb-focus > a::after, .sub-container .snb .snb-list > li.snb-focus > a {
        color: #fff;
    }
}

@media (min-width: 1200px) {
    .sub-container > .row > [class*='col-']:first-child {
        max-width: 240px;
    }

    /* 
	.sub-container .snb {
		max-width: 260px;
	} */
    .sub-container > .row > [class*='col-']:last-child {
        flex: 0 0 calc(100% - 240px);
        max-width: calc(100% - 240px);
    }
}

@media (min-width: 1200px) {
    .page-navi {
        display:none;
    }
}

@media (min-width: 1400px) {
    #header .container, .sub-top .container, .sub-container {
        max-width: 1370px;
    }

    .sub-container > .row > [class*='col-']:first-child {
        max-width: 270px;
    }

    .sub-container .snb {
        max-width: 240px;
    }

    .sub-container > .row > [class*='col-']:last-child {
        flex: 0 0 calc(100% - 270px);
        max-width: calc(100% - 270px);
    }
}

/* error */
.error {
    color: #094CB2;
    text-align: center;
    margin-top: 16vh;
    font-size: 2rem;
}

.error .title {
    font-family: 'Titillium Web', 'Noto Sans', 'NotoSansKR', sans-serif;
    font-size: 100%;
    font-weight: 700;
    margin-bottom: 2rem;
}

.error .title.number {
    font-size: 200%;
    color: #094CB2;
}

.error p {
    font-size: 43.75%;
    font-family: 200;
    position: relative;
    padding-bottom: 8rem;
    margin-bottom: 3rem;
}

.error p::after {
    content: '';
    width: 1px;
    height: 64px;
    background-color: #094CB2;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.error .btn {
    margin-top: 2rem;
    border-radius: 0;
    padding: .75rem 5rem;
}

@media(min-width: 768px) {
    .error {
        font-size: 3rem;
    }
}

@media(min-width: 992px) {
    .error {
        font-size: 5rem;
    }

    .error .title.text::before, .error .title.text::after {
        content: '';
        display: inline-block;
        width: 3.5rem;
        height: 2.5rem;
        position: absolute;
        position: relative;
        background-image: url(/common/images/icon-quote.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 48px;
    }

    .error .title.text::before {
        top: -3rem;
        left: -1rem;
    }

    .error .title.text::after {
        transform: rotateZ(180deg);
        top: -2rem;
        right: -1rem;
    }

    .error .title.number::before, .error .title.number::after {
        display: none;
    }
}


/* 20230706hp 수강신청*/
.card-item01 .item01-listbox {
    display: flex;
    flex-direction: column;
}
@media(min-width: 1200px) {
    .card-item01 .item01-listbox {
        flex-direction: row;
    }
}

/* 20240105 sm */
.site-wrap {
    display: flex;
    flex-direction: column;
    gap: 80px;
    font-family: 'Noto Sans', 'NotoSansKR', sans-serif;
}
.site-wrap .site-map {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.site-wrap .site-map .site-title {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/site/resource/bhu_hive/images/title-bg.png),linear-gradient(90deg, #00AEFB 0%, #0069E2 51%, #0043C8 100%);
    background-position: center,center;

    font-size: 21px;
    font-weight: bold;
    color: #fff;
}

.site-map .accordion {
    display: flex;
    gap: 24px 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-family: 'Noto Sans', 'NotoSansKR', sans-serif;
}
.site-map .accordion .card {
    width: calc(20% - 16px);
    border: none;
}
.site-map .card-header {
    width: 100%;
    padding: 0;
    border-bottom: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.site-map .accordion > .card > .card-header {
    border-radius: 4px 4px 0 0;
}
.site-map .card-header h2 {
    width: 100%;
}
.site-map .card-header .s-2depth {
    background-color: #E9F2FF;
    color: #3a3a3a;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    justify-content: center;
    border-radius: 4px 4px 0 0;
}
.site-map .card-header .s-2depth:not(.collapsed) {
    background-color: #0069E2;
    color: #fff;
}

.site-map .site-box {
    max-width: 250px;
    width: 100%;
    border-radius: 0 0 4px 4px;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
.site-map .card-body .site-list li {
    padding-left: 10px;
    position: relative;
}
.site-map .card-body .site-list li + li {
    margin-top: 4px;
}
.site-map .card-body .site-list li:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #5a5a5a;
    position: absolute;
    left: 0;
    top: 10px;
}
.site-map .card-body .site-list li:hover:before {
    background-color: #004BBE;
}
.site-map .card-body .site-list li:hover a,
.site-map .card-body .site-list li:focus a {
    color: #004BBE;
}
.site-map .card-body .site-list li a {
    color: #5a5a5a;
    font-size: 16px;
}

@media (min-width:500px) {
    .collapse:not(.show) {
        display: block;
        height: 100%;
    }
    .card-header .s-2depth {
        pointer-events: none;
    }
}

@media (max-width:1199px) {
    .site-map .accordion .card {
        width: calc(25% - 15px);
    }
}
@media (max-width:991px) {
    .site-map .accordion .card {
        width: calc(34% - 18px);
    }
}
@media (max-width:767px) {
    .site-map .accordion {
        gap: 24px 10px;
    }
    .site-map .accordion .card {
        width: calc(50% - 5px);
    }
}
@media (max-width:499px) {
    .site-wrap {
        gap: 40px;
    }
    .site-wrap .site-map {
        gap: 12px;
    }
    .site-wrap .site-map .site-title {
        height: auto;
        padding-left: 10px;
        background-image: none;
        color: #0069E2;
        justify-content: unset;
        position: relative;
        font-size: 19px;
    }
    .site-wrap .site-map .site-title:before {
        content: "";
        display: block;
        width: 3px;
        height: 15px;
        background-color: #0069E2;
        position: absolute;
        left: 0;
    }
    .site-map .site-box {
        max-width: unset;
    }
    .site-map .accordion {
        gap: 8px;
    }
    .site-map .accordion [data-toggle="collapse"]::after {
		content: "\F282";
		position: absolute;
		top: 5px;
		right: 12px;
		display: block;
		font-family: bootstrap-icons;
		transition: transform .2s ease-in-out;
    }
    .site-map .accordion [aria-expanded="true"]::after {
        content:'\F286';
    }
    .site-map .accordion > .card > .card-header:hover button{
        text-decoration: none;
        background-color: #0069E2;
        color: #fff;
    }
    .site-map .accordion .card {
        width: 100%;
    }
    .site-map .card-header .s-2depth {
        font-size: 17px;
        justify-content: unset;
    }
    .site-map .card-body .site-list li a {
        font-size: 15px;
    }
}