@charset "utf-8";
@import url(/public/font/NanumSquare/NanumSquare.css);

html {overflow-x: hidden; overflow-y: scroll;}
#site {background-color: #fff; word-break: keep-all !important; padding-top: 65px;}
#site > .container{width: 100%; padding: 0;}
/* 폰트 설정 */
#site, h1, h2, h3, h4, h5, h6, input, textarea, button {font-family: 'notokr', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif;}
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol, ul, li {
	list-style: none;
	list-style-position: inside;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
	display: none;
}
@media (min-width: 768px){
    .col-sm-20, .col-md-20, .col-lg-20{
        width: 20%;
    }
    .col-sm-40, .col-md-40, .col-lg-40{
        width: 40%;
    }
}

/* 상단 네비게이션 */

.navbar.navbar-inverse{
    background-color: #fff;
    border-bottom: 0;
    padding: 12px 0;
    box-shadow: 0px -8px 12px 1px #000;
}
.navbar-header .navbar-brand{
    display: block;
    padding: 0;
    font-size: 20px;
    margin-left: 0 !important;
    height: auto;
    width: 295px;
    margin-top: 10px;
}
.navbar-header .navbar-brand img{
    margin-top: 1px;
    display: inline-block;
    vertical-align: bottom;
}

.nav.navbar-nav > li > a{
    display: block;
    height: 100%;
    padding: 26px 32px 19px;
    font-size: 17px;
    color: #1F1511;
    font-weight: 500;
    letter-spacing: 0.03em;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: none; 
    background-color: transparent;
}
.nav.navbar-nav > li:hover > a,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li:focus > a{
    color: #1656A6 !important;
    background: none !important;
}
.nav.navbar-nav li .dropdown-menu{
    left: 0;
    right: auto;
    border-radius: 0;
    border: 0;
    padding: 0;
    border-top: 1px solid #00469d;
}
.nav.navbar-nav li .dropdown-menu li a{
    padding: 10px 15px;
}
.nav.navbar-nav li .dropdown-menu li:hover a{
    color: #fff;
    background: #1656A6;
}


@media (max-width: 767px){
    #site{
        padding-top: 58px;
    }
    .navbar.navbar-inverse{
        padding: 0;
        box-shadow: none;
        border-bottom: 1px solid #e6e6e6;
    }
    .navbar-header .navbar-brand {
        display: block;
        padding: 0;
        font-size: 20px;
        margin-left: 15px !important;
        height: auto;
        width: 240px;
        margin-top: 10px;
    }
    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background: #00489E;
        border-color: #00489E;
    }
    .navbar-inverse .navbar-toggle {
        border-color: #00489E;
        background: #00489E;
        border-radius: 0;
        margin: 12px 15px 12px 0;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #e6e6e6;
    }
    .navbar-nav {
        margin: 0px -15px;
    }
    .nav.navbar-nav > li > a {
        display: block;
        height: 100%;
        padding: 17px 32px 15px;
        font-size: 17px;
        color: #1F1511;
        font-weight: 500;
        letter-spacing: 0.03em;
        text-align: center;
    }
    .nav.navbar-nav li .dropdown-menu li a{
        text-align: center;
        background: #f8f8f8;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    #site{
        padding-top: 141px
    }
    .navbar.navbar-inverse .navbar-header {
        float: none;
        width: 295px;
        margin: 0 auto;
        display: block;
    }
    .nav.navbar-nav{
        text-align: center;
        float: none !important;
        margin: 0;
    }
    .nav.navbar-nav > li{
        float: none;
        display: inline-block;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    #site{
        
    }
    .nav.navbar-nav > li > a {
        display: block;
        height: 100%;
        padding: 26px 25px 19px;
    }
}

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

/* 슬라이드 영역 */
#mainCarousel .carousel-inner .item{
    height: 780px;
}
#mainCarousel .carousel-inner .item::before {
    content:'';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
}
#mainCarousel .carousel-inner .item .carousel-caption{
    padding: 0;
    left: calc((100% - 1140px) / 2);
    right: 50%;
    text-align: left;
    text-shadow: none;
    top: 49%;
}
#mainCarousel .carousel-inner .item .carousel-caption h1{
    font-size: 65px;
    font-weight: 500;
    letter-spacing: -0.045em;
}
#mainCarousel .carousel-inner .item .carousel-caption h1 small{
    color: #fff;
    /* background: #1656A6; */
    /* padding: 0px 10px; */
    font-size: 24px;
    margin-bottom: 0px;
    display: inline-block;
    line-height: 1.25;
    width: 630px;
    font-weight: 300;
    position:relative;
    letter-spacing: 0;
}
#mainCarousel .carousel-inner .item .carousel-caption h1 small::after {
    content:'';
    display:block;
    width: 45px;
    height:2px;
    background:rgba(255, 255, 255, 0.52);
    top:-30px;
    position:absolute;
}
#mainCarousel .carousel-indicators{
    left: 50%;
    right: auto;
    width: auto;
    margin: 0;
    transform: translateX(-50%);
}
#mainCarousel .carousel-indicators li{
    width: 100px;
    height: 5px;
    margin: 0;
    float: left;
    display: block;
    border-radius: 0;
    background: rgba(255,255,255,0.5);
    border: 0;
}
#mainCarousel .carousel-indicators li.active{
    background: rgba(255,255,255,1);
}

@media (max-width: 767px){
    #mainCarousel .carousel-inner .item {
        height: 500px;
    }
    #mainCarousel .carousel-inner .item .carousel-caption {
        padding: 0;
        left: 15px;
        right: 15px;
    }
    #mainCarousel .carousel-inner .item .carousel-caption h1 {
        font-size: 8vw;
    }
    #mainCarousel .carousel-inner .item .carousel-caption h1 small {
        color: #fff;
        /* background: #1656A6; */
        /* padding: 0px 10px; */
        font-size: 3.2vw;
    }
    #mainCarousel .carousel-control{
        display: none;
    }
    #mainCarousel .carousel-indicators li {
        width: 60px;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    #mainCarousel .carousel-inner .item {
        height: 580px;
    }
    #mainCarousel .carousel-inner .item .carousel-caption {
        padding: 0;
        left: calc((100% - 500px) / 2);
        right: calc((100% - 500px) / 2);
    }
    #mainCarousel .carousel-inner .item .carousel-caption h1 {
        font-size: 42px;
    }
    #mainCarousel .carousel-inner .item .carousel-caption h1 small {
        color: #fff;
        /* background: #1656A6; */
        /* padding: 0px 10px; */
        font-size: 17px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    #mainCarousel .carousel-inner .item .carousel-caption {
        padding: 0;
        left: calc((100% - 750px) / 2);
        right: calc((100% - 750px) / 2);
    }
    #mainCarousel .carousel-inner .item {
        height: 580px;
    }
    
}
/* //슬라이드 영역 */

/* 메인 중단영역 */

#main_wrapper > section{
    padding: 120px 0;
}
#section_03afdb {
    padding: 80px 0 55px!important;
}
#main_wrapper > section:nth-child(2n-1){
    background: #f8f8f8;
    padding: 120px 0 100px;
}
#main_wrapper > section h3{
    margin: 0;
    text-align: center;
    font-size: 41px;
    font-weight: 700;
    letter-spacing: -0.01em;
}
#main_wrapper > section h3::after{
    content: '';
    display: block;
    height: 4px;
    width: 45px;
    border-left: 15px solid #E70012;
    border-right: 15px solid #00489E;
    background: #00913A;
    margin: -70px auto 80px;
}

#About01 .greeting{
    padding-left: 80px;
}
#About01 .greeting p{
    font-size: 18px;
    margin-bottom: 20px;
}
#About01 .greeting p.intro{
    font-size: 24px;
    font-weight: 500;
    color: #6598d4;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
#About01 .greeting p.intro b{
    color: #00489E;
}
#About01 .greeting p.epil{
    font-size: 20px;
    font-weight: 500;
}
#About01 .greeting p.epil b{
    font-size: 25px;
    margin-top: 10px;
    display: inline-block;
    vertical-align: baseline;
}
#About01 .greeting .ol_greet{
    padding: 0;
    margin-bottom: 20px;
}
#About01 .greeting .ol_greet > li{
    position: relative;
    padding: 5px 0px 5px 35px;
    font-size: 18px;
}
#About01 .greeting .ol_greet > li > span{
    display: block;
    color: #fff;
    background: #00489E;
    border-radius: 50%;
    position: absolute;
    width: 25px;
    line-height: 25px;
    text-align: center;
    left: 0;
    top: 4px;
}
#About03 .member{
    background: #fff;
    padding: 25px;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    min-height: 360px;
}
#About03 .member img{
    box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.2);
}
#About03 .member h5{
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#About03 .member h5 small{
    display: inline-block;
    margin-left: 10px;
    font-size: 17px;
    font-weight: 500;
}
#About03 .member .li_mem{
    padding: 0;
    margin: 0;
}
#About03 .member .li_mem > li{
    position: relative;
    padding: 5px 0 5px 15px;
    font-size: 15px;
}
#About03 .member .li_mem > li::before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #2783f1;
    border-radius: 50%;
    position: absolute;
    top: 14px;
    left: 4px;
}


#main_wrapper > section#section_44f683 .board_box_list{
    width: 50%;
}
#main_wrapper > section#section_44f683 .board_box_list li{
    font-size: 17px;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.board_box_list ul li a {
    font-size: 16px !important;
}
.board_box_list .info span {
    font-size: 14px !important;
}
#main_wrapper > section#section_44f683 .board_box_list .info span.writer,
#main_wrapper > section#section_44f683 .board_box_list .info span.hits{
    display: none;
}
section#section_44f683 .board_box_list[data-bd-id="notice"]{
    padding-right: 30px;
}
section#section_44f683 .board_box_list[data-bd-id="issue"]{
    padding-left: 30px;
}
#main_wrapper > section .page-header{
    padding: 0;
    margin: 0;
    border: 0;
}
#main_wrapper > section .page-header h4{
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #333;
}
#main_wrapper > section .page-header a{
    display: none;
}
.board_box_video .inner .bottom .title a, .board_box_blog2 .inner .bottom .title a {
    font-size: 16px !important;
}
.board_box_video .inner:hover, .board_box_blog2 .inner:hover {
    border-color: #00913a;
}
.btn-group-sm>.btn, .btn-sm {
    padding: 10px 30px;
}
.board_box_video .inner .bottom, .board_box_blog2 .inner .bottom{
    background: #fff;
}
@media (min-width: 768px){
    #main_wrapper > section#section_03afdb .col-md-4{
        width: 25%;
    }
}

@media (max-width: 767px){
    #About01 .greeting {
        padding-left: 0;
        padding-top: 40px;
    }
    #About01 .greeting p {
        font-size: 4.8vw;
    }
    #About01 .greeting p.intro {
        font-size: 5vw;
    }
    #About01 .greeting .ol_greet > li {
        position: relative;
        padding: 5px 0px 5px 35px;
        font-size: 3.6vw;
    }
    #About01 .greeting p.epil {
        font-size: 4vw;
        font-weight: 500;
    }
    #About01 .greeting p.epil b {
        font-size: 4.8vw;
    }
    #About03 .member img{
        margin-bottom: 15px;
    }
    #main_wrapper > section#section_44f683 .board_box_list {
        width: 100%;
    }
    section#section_44f683 .board_box_list[data-bd-id="notice"] {
        padding-right: 15px;
    }
    section#section_44f683 .board_box_list[data-bd-id="issue"] {
        padding-left: 15px;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    #About01 .greeting {
        padding-left: 40px;
    }
    #About01 .greeting p.intro {
        font-size: 20px;
    }
    #About03 .member {
        min-height: 529px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    
}
/* //메인 중단영역 */

/* 서브페이지 */

.subHeader {
    height: 250px;
    background-image: url(/public/img/sub/sub_title.jpg);
    background-color: #333;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.subHeader .container{
    height: 100%;
    position: relative;
}
.subHeader .container h2{
    text-align: center;
    color: #fff;
    font-size: 45px;
    margin: 0;
    position: absolute;
    left: 15px;
    top: 56%;
    transform: translateY(-50%);
    font-weight: 500;
    letter-spacing: -0.035em;
}
.subHeader .container .breadcrumb{
    padding: 0;
    margin: 0;
    border-radius: 0;
    background: none;
    position: absolute;
    right: 15px;
    top: 10px;
}
.subHeader .container .breadcrumb > li{
    color: #fff;
}
.subHeader .container .breadcrumb > li > a{
    color: #fff;
    opacity: 0.8;
}

.subMenu{
    display: none;
}
#Biz01 .subMenu{
    display: block;
    border-bottom: 1px solid #ddd;
}
.subMenu .nav{
    
}
.subMenu .nav > li{
    width: calc(100% / 6);
    margin: 0;
}
.subMenu .nav > li > a{
    text-align: center;
    padding: 8px 15px;
    font-size: 15px;
    border-radius: 0;
    color: #999;
    border-bottom: 2px solid transparent;
}
.subMenu .nav > li:nth-child(2) > a{
    padding: 18px 15px;
}
.subMenu .nav > li.active > a{
    border-bottom: 2px solid #00489E;
    color: #00489E;
    background: none;
    font-weight: 500;
}
.subMenu .nav > li:hover > a{
    background: none;
    color: #00489E
}

.subContent{
    padding-top: 80px;
    padding-bottom: 80px;
}
.search_wrap {
    margin-bottom: 30px;
}
.subContent_title{
    text-align: center;
    font-size: 37px;
    margin: 0;
    font-weight: 700;
    margin-bottom: 100px;
}
.subContent_title::after{
    content: '';
    display: block;
    height: 5px;
    width: 45px;
    border-left: 15px solid #E70012;
    border-right: 15px solid #00489E;
    background: #00913A;
    margin: -60px auto 80px;
}
.subContent .content{
    padding-bottom: 80px;
}
#Biz01 .subContent .content{
    padding-top: 120px;
    padding-bottom: 0;
}
.content.con6 {
    padding-bottom: 0;
}
.subContent .content h4{
    margin: 0 0 20px;
    font-size: 26px;
    font-weight: 600;
    padding-left: 25px;
    position: relative;
    letter-spacing: -0.04em;
}
.subContent .content h4::before{
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    background: #ffffff;
    border-top: 5px solid #00913A;
    border-left: 5px solid #00913A;
    border-right: 5px solid #00489E;
    border-bottom: 5px solid #00489E;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 5px;
}

.li_biz{
    padding: 0;
    margin-bottom: 40px;
    margin-top: 20px;
}
.li_biz > li{
    font-size: 17px;
    position: relative;
    padding-left: 15px;
    line-height: 1.6;
    letter-spacing: 0.023em;
}
.li_biz > li::before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #044a9f;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
}

.img_wrap{
    padding: 40px 40px;
    border: 7px solid #ecf1f6;
}

.bbs-area .board_wrapper{
    margin: 0;
}
.btn.btn-primary {
    background-color: #fff;
    border: 1px solid #1857a6;
    color: #fff;
    background-color: #00469d;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
    background-color: #fff;
    color: #1857a6;
    border: 1px solid #1857a6;
}
.btn-group-lg>.btn, .btn-lg {
    padding-top: 13px;
    padding-bottom: 13px;
}
.btn.btn-outline-primary {
    background: none;
    border: 1px solid #00489e;
    color: #00469d;
}

.board_wrapper .table.board_write_table .files .fileInput .file_add {
    padding: 6px 8px;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
    background-color: #044a9f;
    color: #fff;
}
.table_video dd .inner:hover, .table_blog2 dd .inner:hover {
    border-color: #00913a;
}

@media (min-width: 768px){
    .table_video dd, .table_blog2 dd {
        width: 25%;
    }
}

@media (max-width: 767px){
    .subHeader {
        height: 150px;
    }
    .subHeader .container h2 {
        text-align: center;
        color: #fff;
        font-size: 35px;
    }
    #Biz01 .subMenu {
        display: none;
        border-bottom: 1px solid #ddd;
    }
    .img_wrap {
        padding-bottom: 10px;
    }
    .img_wrap img{
        margin-bottom: 30px;
    }
    .subContent .content h4 {
        margin: 0 0 20px;
        font-size: 22px;
    }
    .li_biz > li {
        font-size: 15px;
    }
    .li_biz > li::before {
        top: 9px;
    }
    .table_blog2 dd{
        width: 100%;
    }
    .table.table_default tr .num, .table.table_default tr .regdate, .table.table_default tr .hits{display: none;}
    .board_wrapper .table.board_write_table tbody tr td .btn, .board_wrapper .table.board_write_table tbody tr td .form-control, .board_wrapper .table.board_write_table .input-group.input-group-big, .board_wrapper .table.board_write_table .form-control.form-control-big{width: 100%;}
    #list_btn{display: none;}
    #write_btn{margin: 0;}
}
@media (min-width: 768px) and  (max-width: 991px){
    #Biz01 .subMenu {
        display: none;
        border-bottom: 1px solid #ddd;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    .subMenu .nav > li > a {
        text-align: center;
        padding: 8px 15px;
        font-size: 13px;
    }
    .subMenu .nav > li:nth-child(2) > a {
        padding: 17px 15px;
    }
}
/* //서브페이지 */

/* 푸터 */

footer {
    text-align: left;
    padding: 50px 0;
    background: #122c4c;
    color: #B2B2B2;
    font-size: 17px;
}
footer .footer-logo{
    
}
footer .footer-logo h1{
    margin: 0;
}
footer .footer-logo h1 > a{
    display: block;
}
footer .footer-logo h1 > a > img{
    display: block;
}
footer .footer-text{padding-left: 40px;}
footer .footer-text ul{
    padding-left: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: #8d949c;
}
footer .footer-text ul:after{
    content: '';
    clear: both;
    display: table;
}
footer .footer-text ul li{
    float: left;
    margin-right: 15px;
    line-height: 1.3;
    color: #8d949c;
}
footer .footer-text ul li address{
    margin-bottom: 0;
    line-height: 1.4;
}
footer .footer-text .copyrights{
    display: block;
    font-size: 12px;
    margin-top: 10px;
    color: #5d6977;
}
footer strong {
    font-size: 16px;
}
@media (max-width: 767px){
    footer .footer-logo h1 > a > img{
        width: 260px;
    }
    footer .footer-text{
        padding-left: 15px;
        padding-top: 30px
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    
}
@media (min-width: 992px) and  (max-width: 1199px){
    
}
/* //푸터 */


.maintenance {
    margin-top: 5px;
    padding: 90px 25px;
    text-align: center;
    background: #d5d5d5;
    color: #fff;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 90px;
    margin-bottom: 30px;
}

.maintenance .big-cont {
	display: block;
	line-height: 1;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: -0.05em;
	margin-bottom: 10px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.3;
    font-size: 17px;
    letter-spacing: -0.03em;
    color: #fff;
    margin-bottom: 20px;
}

.member_wrapper {
    max-width: 1170px;
    margin: 0 auto;
}