/********** Template CSS **********/
:root {
    --primary: #ff5a0f; /* #06BBCC -> #ff5a0f */
    --light: #F0FBFC;
    --dark: #181d38;
}

body {
    font-family: 'Nunito', 'Noto Sans KR', sans-serif; /* 폰트 추가 20230609 */
    color: #212529; /* color 추가 20231101 */
}

@media (max-width: 768px) {
    .container { width: 100%; 

}
}


@font-face { /* logo 폰트 추가 20230609 */
    font-family: 'eduful';
    src: url('../fonts/cm22000189.ttf') format('truetype');
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', 'Noto Sans KR', sans-serif; /* 'Noto Sans KR', 추가 20230509 */
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

/* logo PC, 이미지 모바일 사이즈 변경 20231218 */
.navbar-light img  {
    width: 150px;
}
@media (max-width: 768px) {
    .navbar-light img  {
        width: 120px;
    }
    .site-header .top-cs a, i {font-size: 11px;}
}
/* End */

@media (min-width: 1309px) { /* 992px -> 1309px 변경 992px에서 메뉴 간격이 너무 길어짐 20230512*/
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header carousel ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/carousel-5.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** Service ***/
.service-item {
    background: var(--light);
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Categories & Courses ***/
.category img,
.course-item img {
    transition: .5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    /* background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); */
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    /* background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); */
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


/* ul 추가 20230509 */
ul {
    line-height: 2em;
    font-size: 17px;
}
@media screen and (max-width:768px) {
    ul {
        line-height: 2em;
        font-size: 15px;
    }
}
/* End */

/* btn 추가 20230513 */
.btn-default1 {
	font-size: 17px; /*20200924 추가*/
    border-radius: 0px 10px 10px 10px ; /*20220520 추가*/
    border-color: #8d30fc;
    background-color: #8d30fc;
    box-shadow: inset 0 0 0 0 #7010f9;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.btn-default1:hover {
    box-shadow: inset 0 100px 0 0 #7010f9;
    border-color: #7010f9;
}
/* End */

    /*팝업*/
    .layer_popup {position:absolute; top:130px; left:0; right:0; margin:0 auto; z-index:99999999; width:501px; height:537px; border:1px solid rgb(255, 255, 255);}
    .layer_popup .footer {background:#000; color:#ccc; padding:4px 15px; overflow:hidden; width:501px; border:1px solid rgb(255, 255, 255);}
    .layer_popup .footer a { float:right; color:#fff;}
    .layer_popup .footer input {margin-right:4px;}

    @media all and (max-width: 768px) {

    /*팝업*/
    .layer_popup {max-width:100%; height:auto;} /* width:100%; -> max-width:100%; height:auto; 변경 20220408 */
    .layer_popup img {max-width:100%; height:auto;} /* width:100%; -> max-width:100%; height:auto; 변경 20220408 */
    .layer_popup .footer {max-width:100%; height:auto;} /* width:100%; -> max-width:100%; height:auto; 변경 20220408 */
    }

/* bb추가 20230515 */
.bb {color: #023047; font-size: 19px; font-weight:700; padding-right: 7px;}

/*---------------------------------------
    SITE HEADER 20230517
-----------------------------------------*/
.site-header {
    background: #f9fafd;
    padding-top: 5px;
    padding-bottom: 5px;
}

.site-header p,
.site-header p a,
.site-header .social-icon-link {
    color: var(--white-color);
    font-size: 14px;
}

.site-header .social-icon {
    text-align: right;
}

.site-header .social-icon-link {
    background: transparent;
    width: inherit;
    height: inherit;
    line-height: inherit;
    margin-right: 15px;
}

@media screen and (max-width: 991px) {
    .site-header .social-icon {
        text-align: left;
        margin-top: 5px;
    }
}
/* End */

/* notice 추가 20230522 */
.notice {
    padding-left: 50px;
}

@media screen and (max-width: 991px) {
    .notice {
        padding-left: 0px;
    }
}
/* End */

/* a 태그 마우스 오버시 설명 나오게 하기 20230616 */
.tags {
    display: inline;
    position: relative;
}

.tags:hover:after {
    background: #333;
    background: rgba(0, 0, 0, .8);
    border-radius: 5px;
    bottom: 5px;
    color: #fff;
    content: attr(data-gloss);
    right: 120%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 94px;
}

/* .tags:hover:before {
    border: solid;
    border-color: #333 transparent;
    border-width: 0 6px 6px 6px;
    bottom: -4px;
    content: "";
    right: 50%;
    position: absolute;
    z-index: 99;
} */
/* End */

    /* 과정 설명 바로가기 추가 20231008 */
    .info-menu {
        margin-bottom: 70px;
    }    
    .info-menu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        background-color: none;
    }
    .info-menu ul:after{
        content:'';
        display: block;
        clear:both;
    }
    .info-menu li {
        float: left;
        font-size: 25px;
        line-height: 36px;
        font-weight: 700;
    }
    .info-menu li a {
        display: block;
        color: #b3cfef; /* #076d64; -> #b8d0eb -> #b3cfef 변경 20221222 */
        text-align: center;
        padding: 10px 20px 7px 20px;
        text-decoration: none;
        
    }
    .info-menu>ul>li.active a {
        color: #01939A;
        font-size: 28px;
        box-shadow: 0px 0px 0px 3px #01939A inset;
        border-radius: 10px;
    }
    
    .info-menu li a:hover:not(.active) {
        background-color: #ddebea;
        border-radius: 10px;
    }
    .info-menu .active {
        background-color: #ddebea;
        border-radius: 10px;

    }

    @media screen and (max-width:768px) {
        .info-menu {
            margin-bottom: 40px;
        }    
        .info-menu li {
            float: left;
            font-size: 17px;
            line-height: 24px;
            font-weight: 700;
        }
        .info-menu li a {
            padding: 4px 7px 1px 7px;
        }
        .info-menu>ul>li.active a {
            font-size: 17px;
            box-shadow: 0px 0px 0px 2px #01939A inset;
            border-radius: 5px;
        }
    }
    /* 과정 설명 바로가기 끝 20231008 */

    .scrollmenu {
        background-color: #333;
        overflow: auto;
        white-space: nowrap;
    }
    .scrollmenu a {
        display: inline-block;
        color: #b3cfef;
        text-align: center;
        padding: 10px 20px 7px 20px;
        text-decoration: none;

        font-size: 25px;
        line-height: 36px;
        font-weight: 700;
        
    }
    .scrollmenu>span.active a {
        color: #01939A;
        font-size: 28px;
        box-shadow: 0px 0px 0px 3px #01939A inset;
        margin: 7px 20px 7px 20px;
        border-radius: 10px;
    }
    .scrollmenu a:hover:not(.active) {
        background-color: #ddebea;
        border-radius: 10px;
    }
    .scrollmenu .active a {
        background-color: #ddebea;
        border-radius: 10px;

    }
    .scrollmenu a:hover {
        background-color: #ddebea;
    }

    @media screen and (max-width:768px) {
        .scrollmenu a {
            font-size: 15px;
            line-height: 24px;
            font-weight: 700;
            padding: 4px 7px 1px 7px;
        }
        .scrollmenu>span.active a {
            font-size: 17px;
            box-shadow: 0px 0px 0px 2px #01939A inset;
            border-radius: 5px;
        }
    }

    /* scrollmenu 원본  */
    /* .scrollmenu {
        background-color: #333;
        overflow: auto;
        white-space: nowrap;
    }
    .scrollmenu a {
        display: inline-block;
        color: white;
        text-align: center;
        padding: 14px;
        text-decoration: none;
    }
    .scrollmenu a:hover {
        background-color: #777;
    } */

    /* Company 추가 20231101 */
    .page-section {
        padding: 6rem 0;
    }

    .page-section h2.section-heading,
    .page-section .section-heading.h2 {
        font-size: 2.5rem;
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .page-section h3.section-subheading,
    .page-section .section-subheading.h3 {
        font-size: 1rem;
        font-weight: 400;
        font-style: italic;
        font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        margin-bottom: 4rem;
    }

    section#contact .section-heading {
        color: #fff;
    }

    .page-section h3.section-subheading,
    .page-section .section-subheading.h3 {
        font-size: 1rem;
        font-weight: 400;
        font-style: italic;
        font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        margin-bottom: 4rem;
    }

    .timeline {
        position: relative;
        padding: 0;
        list-style: none;
    }

    .timeline:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 40px;
        width: 2px;
        margin-left: -1.5px;
        content: "";
        background-color: #e9ecef;
    }

    .timeline>li {
        position: relative;
        min-height: 50px;
        margin-bottom: 50px;
    }

    .timeline>li:after,
    .timeline>li:before {
        display: table;
        content: " ";
    }

    .timeline>li:after {
        clear: both;
    }

    .timeline>li .timeline-panel {
        position: relative;
        float: right;
        width: 100%;
        padding: 0 20px 0 100px;
        text-align: left;
    }

    .timeline>li .timeline-panel:before {
        right: auto;
        left: -15px;
        border-right-width: 15px;
        border-left-width: 0;
    }

    .timeline>li .timeline-panel:after {
        right: auto;
        left: -14px;
        border-right-width: 14px;
        border-left-width: 0;
    }

    .timeline>li .timeline-image {
        position: absolute;
        z-index: 100;
        left: 0;
        width: 80px;
        height: 80px;
        margin-left: 0;
        text-align: center;
        color: white;
        border: 7px solid #e9ecef;
        border-radius: 100%;
        background-color: #ffc800;
    }

    .timeline>li .timeline-image h4,
    .timeline>li .timeline-image .h4 {
        font-size: 10px;
        line-height: 14px;
        margin-top: 12px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 20px 0 100px;
        text-align: left;
    }

    .timeline>li.timeline-inverted>.timeline-panel:before {
        right: auto;
        left: -15px;
        border-right-width: 15px;
        border-left-width: 0;
    }

    .timeline>li.timeline-inverted>.timeline-panel:after {
        right: auto;
        left: -14px;
        border-right-width: 14px;
        border-left-width: 0;
    }

    .timeline>li:last-child {
        margin-bottom: 0;
    }

    .timeline .timeline-heading h4,
    .timeline .timeline-heading .h4 {
        margin-top: 0;
        color: inherit;
    }

    .timeline .timeline-heading h4.subheading,
    .timeline .timeline-heading .subheading.h4 {
        text-transform: none;
    }

    .timeline .timeline-body>ul,
    .timeline .timeline-body>p {
        margin-bottom: 0;
    }

    @media (min-width: 768px) {
        .timeline:before {
            left: 50%;
        }

        .timeline>li {
            min-height: 100px;
            margin-bottom: 100px;
        }

        .timeline>li .timeline-panel {
            float: left;
            width: 41%;
            padding: 0 20px 20px 30px;
            text-align: right;
        }

        .timeline>li .timeline-image {
            left: 50%;
            width: 100px;
            height: 100px;
            margin-left: -50px;
        }

        .timeline>li .timeline-image h4,
        .timeline>li .timeline-image .h4 {
            font-size: 13px;
            line-height: 18px;
            margin-top: 16px;
        }

        .timeline>li.timeline-inverted>.timeline-panel {
            float: right;
            padding: 0 30px 20px 20px;
            text-align: left;
        }
    }

    @media (min-width: 992px) {
        .timeline>li {
            min-height: 150px;
        }

        .timeline>li .timeline-panel {
            padding: 0 20px 20px;
        }

        .timeline>li .timeline-image {
            width: 150px;
            height: 150px;
            margin-left: -75px;
        }

        .timeline>li .timeline-image h4,
        .timeline>li .timeline-image .h4 {
            font-size: 18px;
            line-height: 26px;
            margin-top: 30px;
        }

        .timeline>li.timeline-inverted>.timeline-panel {
            padding: 0 20px 20px;
        }
    }

    @media (min-width: 1200px) {
        .timeline>li {
            min-height: 170px;
        }

        .timeline>li .timeline-panel {
            padding: 0 20px 20px 100px;
        }

        .timeline>li .timeline-image {
            width: 170px;
            height: 170px;
            margin-left: -85px;
        }

        .timeline>li .timeline-image h4,
        .timeline>li .timeline-image .h4 {
            margin-top: 40px;
        }

        .timeline>li.timeline-inverted>.timeline-panel {
            padding: 0 100px 20px 20px;
        }
    }

    .rounded-circle {
        border-radius: 50% !important;
    }
    /* Company End */

    /* formmail css 추가 */
/*서브 제목*/
.content_wrap {
	width: 100%;
}

/* .content_wrap .txtboard {
	max-width: 1350px;
	margin: 0 auto;
	padding: 20px 20px 50px 20px;
	font-size: 12px;
	line-height: 1.75;
	letter-spacing: -0.02em;
	font-weight: 300;
	color: #444;
	clear: both
} */

.clearfix:after {content: " "; visibility: hidden; display: block; height: 0; clear: both;}



.formmail input { height: 40px; background: #fff;border: 1px solid #ccc;font-size: 14px;box-sizing: border-box;transition: all 1s;}
.formmail h2 { width: 200px; float: left; font-size: 18px; font-weight: 500;color: #555; padding: 10px 10px 5px 0; margin-bottom: -3px;}

.formmail .clearfix {  padding:10px 0;}
.formmail .line { border-bottom:1px solid #ddd}
.formmail p {font-size: 16px; color: #555;}
.formmail .company .text { width:400px} 
.formmail #email_list { width:200px; margin-left:10px}
.formmail textarea { width: 900px; height: 130px; line-height: 1.5; padding: 5px;border: 1px solid #bbb; box-sizing: border-box;resize: none;}
.formmail span.bar { display: inline-block; width:20px; text-align: center; vertical-align: middle; line-height: 35px;}
.formmail .type label { font-size:16px; color:#555; margin-right: 20px;}
.formmail .type .radio { position: relative; width: 20px;height: 20px; border: 1px solid #ddd; background-color: #fff; margin: 7px 5px; color:#555; top: 4px; accent-color: #f35525;}
.formmail .btn_submit{ width: 180px; height: 55px;line-height: 55px; border: 0; color: #fff;font-size: 18px; text-align: center;}
.formmail .form-radio { display: inline-block; margin-right: 10px; line-height: 28px;}

.formmail .co_hp { width:15%}
.formmail .co_hp2 { width:15%}
.formmail .co_hp3 { width:15%}
.formmail .co_varchar_1 { width:15%}
.formmail .co_varchar_2 { width:15%}
.formmail #email_list { width:15%}


@media all and (max-width: 576px) { 

.formmail h2 { width:100%}
.formmail .co_hp { width:28%}
.formmail .co_hp2 { width:28%}
.formmail .co_hp3 { width:28%}
.formmail .company .text { width:100%}
.formmail .co_varchar_1 { width:28%}
.formmail .co_varchar_2 { width:28%}
.formmail #email_list { width:34%}
.formmail  .textarea { width:100%}

.content_wrap {
	width: 95%;
	margin-left: 7px;
}}

.inner { max-width:1300px; margin:0 auto;} /* 중요 : formmail 가로 넓이 */
/* End */
