/* FONT */

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&display=swap&subset=korean');

@font-face {
    font-family: 'S-CoreDream-1Thin';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-1Thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-2ExtraLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-3Light';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-4Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-5Medium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-6Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-7ExtraBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-8Heavy';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-9Black';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Slimicons';
    src: url('slimicons/Slimicons25cd.eot?ofrduu');
    src: url('slimicons/Slimicons25cd.eot?ofrduu#iefix') format('embedded-opentype'),
        url('slimicons/Slimicons25cd.ttf?ofrduu') format('truetype'),
        url('slimicons/Slimicons25cd.woff?ofrduu') format('woff'),
        url('slimicons/Slimicons25cd.svg?ofrduu#Slimicons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.footer .footer-title,
.footer-title span,
.header .header-title,
.header-nav .header-title,
.header-title span,
h1,
h1 *,
h2,
h2 *,
h3,
h3 *,
h4,
h4 *,
h5,
h5 *,
h6,
h6 * {
    font-family: 'Noto Sans KR', sans-serif;
}

*,
textarea {
    font-family: 'Noto Sans KR', sans-serif;
}

.s-dream-1 {
    font-family: 'S-CoreDream-1Thin', normal;
}

.s-dream-2 {
    font-family: 'S-CoreDream-2ExtraLight', normal;
}

.s-dream-3 {
    font-family: 'S-CoreDream-3Light', normal;
}

.s-dream-4 {
    font-family: 'S-CoreDream-4Regular', normal;
}

.s-dream-5 {
    font-family: 'S-CoreDream-5Medium', normal;
}

.s-dream-6 {
    font-family: 'S-CoreDream-6Bold', normal;
}

.s-dream-7 {
    font-family: 'S-CoreDream-7ExtraBold', normal;
}

.s-dream-8 {
    font-family: 'S-CoreDream-8Heavy', normal;
}

.s-dream-9 {
    font-family: 'S-CoreDream-9Black', normal;
}

#topnav .navigation-menu>li>a {
    font-family: 'S-CoreDream-4Regular', normal;
    font-weight: normal;
    font-size: 15px
}

.fw-100 {
    font-weight: 100;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-900 {
    font-weight: 900;
}

.fs-10 {
    font-size: 10px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-19 {
    font-size: 19px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-25 {
    font-size: 25px;
}

.fs-26 {
    font-size: 26px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

/* FONT */



/* 간격 */

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-l-5 {
    margin-left: 5px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-r-5 {
    margin-right: 5px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-r-20 {
    margin-right: 20px;
}

.line-height-25 {
    line-height: 2.5;
}


/* 간격 */



/* BM color */

/*.bg-BMlight {
    background: rgba(255, 209, 134, 0.12)
}*/

.text-BMyellow {
    color: #f39801;
}

.text-BMyellow-dark {
    color: #e37a00;
}

.text-BMblue {
    color: #91bed4;
}

.bg-BMyellow {
    background: #f39801;
    color: #fff;
}

.bg-BMyellow-dark {
    background: #e37a00;
}

.bg-BMlight {
    background: rgba(255, 221, 166, 0.12);
}

.bg-BMblue {
    background: #91bed4;
}

.text-black {
    color: black;
}

/* BM color */



/* navigation menu */

#topnav .navigation-menu > li:hover > a,
#topnav .navigation-menu > li.active > a {
    color: #f39801 !important;
}

/* navigation menu */



.back-to-top:hover {
    background-color: #f39801;
}

#preloader #status .spinner .double-bounce1, 
#preloader #status .spinner .double-bounce2 {
    background-color: #f39801;
}



/* BM btn */

.btn-BMyellow {
    background-color: #f39801 !important;
    border: 1px solid #f39801 !important;
    color: #ffffff !important;
    font-weight: normal;
    font-size: 14px;
}
.btn-outline-BMyellow {
    border: 1px solid #f39801;
    color: #f39801;
    background-color: transparent;
    font-weight: normal;
    font-size: 14px;
}

.btn-outline-BMyellow:hover,
.btn-outline-BMyellow:focus,
.btn-outline-BMyellow:active,
.btn-outline-BMyellow.active,
.btn-outline-BMyellow.focus,
.btn-outline-BMyellow:not(:disabled):not(.disabled):active {
    background-color: #f39801;
    border-color: #f39801;
    color: #ffffff;
}

.btn-primary-new {
    background-color: #2f55d4 !important;
    border: 1px solid #2f55d4 !important;
    color: #ffffff !important;
    font-size: 14px;
}

.btn-download {
    padding: 3px 15px;
    border-radius: 7px;
}

/* BM btn */



/* timeline, id="historyTimeline" */

#historyTimeline > h2 {
    margin-bottom: 10px;
    color: #f39801;
    font-weight: 400;
    text-align: center;
}

.timeline-footer > p {
    margin-bottom: 20px;
    color: #e37a00;
    font-size: 25px;
    font-weight: 600;
}

.timeline {
    list-style: none;
    padding: 10px 0;
    position: relative;
    font-weight: 300;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 2px;
    background: #f39801;
    left: 50%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 80px;
    position: relative;
    width: 50%;
    float: left;
    clear: left;
}

.timeline > li:before, .timeline > li:after {
    content:" ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before, .timeline > li:after {
    content:" ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: -webkit-calc(100% - 25px);
    float: left;
    border: 1px solid #dcdcdc;
    background: #ffffff;
    position: relative;
    border-radius: 8px;
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #dcdcdc;
    border-right: 0 solid #dcdcdc;
    border-bottom: 15px solid transparent;
    content:" ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #ffffff;
    border-right: 0 solid #ffffff;
    border-bottom: 14px solid transparent;
    content:" ";
}

.timeline > li > .timeline-badge {
    color: #ffffff;
    width: 24px;
    height: 24px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 16px;
    right: -12px;
    z-index: 100;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge > a {
    color: #ffffff !important;
}

.timeline-badge a:hover {
    color: #dcdcdc !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body {
    padding: 20px 20px;
    font-weight: 300;
}

.timeline-body > p, .timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p {
    line-height: 2.0;
}

.timeline-footer {
    padding: 5px 15px;
    background-color: rgba(252, 243, 228, 0.61);
}

.timeline-footer p { margin-bottom: 0; }
.timeline-footer > a {
    cursor: pointer;
    text-decoration: none;
}

.timeline > li.timeline-inverted {
    float: right;
    clear: right;
}

.timeline > li:nth-child(2) {
    margin-top: 60px;
}

.timeline > li.timeline-inverted > .timeline-badge {
    left: -12px;
}

.timeline > li:nth-child(odd) .timeline-body {
    text-align: right;
}

.no-float {
    float: none !important;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }
    
    ul.timeline > li {
        margin-bottom: 0px;
        position: relative;
        width:100%;
        float: left;
        clear: left;
    }
    
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 65px);
        width: -moz-calc(100% - 65px);
        width: -webkit-calc(100% - 65px);
    }
    
    ul.timeline > li > .timeline-badge {
        left: 28px;
        margin-left: 0;
        top: 16px;
    }
    
    ul.timeline > li > .timeline-panel {
        float: right;
    }
    
    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }
    
    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
    
    .timeline > li.timeline-inverted {
        float: left;
        clear: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    .timeline > li.timeline-inverted > .timeline-badge {
        left: 28px;
    }
    
    .timeline > li:nth-child(odd) .timeline-body {
        text-align: left;
    }
}

/* timeline, id="historyTimeline" */



.nav-pills .nav-link.active {
    background: #f39801;
}

.nav-pills {
    background: rgb(244, 244, 244);
}

#notice a {
    color: #212529;
}

.form-group label {
    font-weight: 500;
}

.page-next-level .title {
    font-size: 37px;
    font-weight: 400;
}

.section-title .title {
    font-size: 2.3rem;
    font-weight: 500;
    font-family: 'S-CoreDream-4Regular', normal !important;
}

.section-title .title span {
    font-family: 'S-CoreDream-5Medium', normal !important;
}

.title-heading .heading {
    font-size: 70px;
}

@media (max-width: 450px) {
    .title-heading .heading {
        font-size: 65px!important;
    }
    
    .title-heading .heading span {
        display: block;
    }
}

@media (min-width: 451px) and (max-width: 768px) {
    .title-heading .heading {
        font-size: 50px!important;
    }
}

@media (max-width: 767px) {
    #home .title-heading {
        margin-top: 8rem;
    }
    
    #home .title-heading h1 {
        line-height: 1.3;
    }
    
    .title-heading h1,
    .title-heading p,
    .title-heading span {
        text-align: center;
    }
    
}

@media (min-width: 768px) and (max-width: 1199px) {
    .title-heading .heading span {
        display: block;
    }
}

@media (max-width: 991px) {
    .fs-down {
        font-size: 17px;
    }
}

.alert.alert-light {
    background-color: #fff;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='orange' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='orange' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}



/* footer */

.footer {
    background: #f0f0f0;
    padding: 60px 0;
    position: relative;
    color: #7c7c7c;
}

.footer a {
    color: #f39801;
}

/* footer */






