@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap');
html {overflow-x: hidden; overflow-y: scroll;}
#site {background-color: #fff;word-break: keep-all !important;padding-top: 90px;}
#site > .container{width: 100%; padding: 0;}
/* 폰트 설정 */
#site, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'Roboto Slab', '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;
}@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap');
html {overflow-x: hidden; overflow-y: scroll;}
#site {background-color: #fff;word-break: keep-all !important;padding-top: 90px;}
#site > .container{width: 100%; padding: 0;}
/* 폰트 설정 */
#site, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'Roboto Slab', '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%;
    }
}
/* 상단 네비게이션 */

.navbar.navbar-inverse{
    background-color: #fff;
    border-bottom: 0;
}
.navbar-header .navbar-brand{
    display: block;
	padding: 0;
    font-size: 20px;
    margin-left: 0 !important;
    height: auto;
    margin-top: 11px;
}
.navbar-header .navbar-brand img{
    margin-top: 0;
    display: inline-block;
    vertical-align: bottom;
}

.nav.navbar-nav > li > a{
    display: block;
    height: 100%;
    padding: 35px 35px;
    font-size: 17px;
    color: #333;
    font-weight: 500;
}
.nav.navbar-nav > li:hover > a,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li:focus > a{
    color: #14a957 !important;
    background: none !important;
}
.nav.navbar-nav li .dropdown-menu{
    left: 50%;
    transform: translate(-50%,0);
    right: auto;
    border-radius: 0;
    border: 0;
    padding: 10px;
    background: rgba(0,0,0,0.7);
}
.nav.navbar-nav li .dropdown-menu li a{
    padding-top: 7px;
    padding-bottom: 7px;
    color: #fff;
    text-align: center;
    font-weight: 300;
}
.nav.navbar-nav li .dropdown-menu li:hover a{
    background: #14a957;
}


@media (max-width: 767px){
    #site{
        padding-top: 80px;
    }
    .navbar-header .navbar-brand {
        float: none;
        margin: 10px auto !important;
        width: 149px;
    }
    .navbar-inverse .navbar-toggle {
        border-color: #324697;
        background: #324697;
        margin-top: 27px;
        border-radius: 0;
    }
    .navbar-inverse .navbar-toggle:hover{
        border-color: #324697 !important;
        background: #324697 !important;
    }
    .nav.navbar-nav > li > a{
        text-align: center;
        padding: 25px 35px;
    }
    .nav.navbar-nav li .dropdown-menu{
        transform: translate(0);
    }
    .nav.navbar-nav li .dropdown-menu li a{
        padding: 10px 0;
        font-weight: 400;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    #site{
        
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    #site{
        
    }
}

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

/* 슬라이드 영역 */
#mainCarousel .carousel-inner .item{
    height: 800px;
}
#mainCarousel .carousel-inner .item .carousel-caption{
    padding: 0;
    text-shadow: none;
}
#mainCarousel .carousel-inner .item .carousel-caption h1{
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.034em;
    font-size: 54px;
    font-family: 'Nanum Myeongjo', serif;
}
#mainCarousel .carousel-inner .item .carousel-caption h1:after{
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #ffe209;
    margin: 30px auto 0;
}
#mainCarousel .carousel-inner .item .carousel-caption p{

}
#mainCarousel .carousel-control{
    display: none;
}
#mainCarousel .carousel-indicators{
    
}
#mainCarousel .carousel-indicators li{
    width: 12px !important;
    height: 12px !important;
    margin: 0 3px !important;
    border: 0;
    background: rgba(255,255,255,0.5);
}
#mainCarousel .carousel-indicators li.active{
    background: #6db2ff;
}


@media (max-width: 767px){
    #mainCarousel .carousel-inner .item {
        height: 400px;
    }
    #mainCarousel .carousel-inner .item .carousel-caption h1 {
        font-size: 7vw;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    #mainCarousel .carousel-inner .item {
        height: 600px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    #mainCarousel .carousel-inner .item {
        height: 600px;
    }
}
/* //슬라이드 영역 */

/* 메인 중단영역 */

.main-prod{
    padding: 110px 0;
}
.main-prod h3{
    margin: 0 0 70px;
    font-size: 40px;
    text-align: center;
    font-weight: 700;
}
.main-prod h3::after{
    content: '';
    display: block;
    width: 45px;
    height: 2px;
    background: #165193;
    margin: 26px auto;
    display: none;
}
.board_box_blog2 {
    width: 25%;
}
@media (min-width: 768px){
    .board_box_blog2 .col-md-4{
        width: 100%;
    }
}
.prod_bbs_wrap h4 {
    font-size: 20px;
    text-align: center;
}
.board_box_blog2 .inner{
    margin-top: 0;
    border: 0;
}
.board_box_blog2 .inner .top a {
    border: 1px solid #eee;
    transition: all 0.4s;
}
.board_box_blog2 .inner .top a:hover {
    border-color: #8da9df;
}
.board_box_blog2 .inner .bottom {
    padding: 50px 0 0;
}
.board_box_blog2 .inner .bottom .title{
    margin: 0;
    padding: 0;
}
.prod_bbs_wrap .page-header h4::after {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: -30px;
    top: 3px;
    font-size: 15px;
    display: none;
}
.board_box_blog2 .inner .bottom .title a{
    display: block;
    transition: all .3s ease;
    font-size: 16px;
    color: #666;
    display: none;
}
.board_box_blog2 .inner:hover{
    border-color: #165193;
}
.board_box_blog2 .inner:hover .bottom .title a{
    text-decoration: none;
    color: #2d4197;
}
.board_box_blog2 .inner .bottom .info{
    display: none;
}
.prod_bbs_wrap .page-header {
    position: absolute;
    top: 405px;
    left: 15px;
    right: 15px;
    transform: translateX(0);
    z-index: 10000;
    padding-top: 15px;
}
.prod_bbs_wrap {
    position: relative;
}
.prod_bbs_wrap .page-header h4 {
    font-size: 18px;
    position: relative;
    width: 100%;
    text-align: center;
    font-weight: 500 !important;
}
.prod_bbs_wrap .board_box_blog2:hover .page-header h4{
    color: #165193;
}
.prod_bbs_wrap h4 {
    text-align: center;
    font-size: 20px;
}
.prod_link_wrap{
    padding-top: 20px;
}
.prod_bbs_wrap > .row {
    /* margin: 0; */
}
.prod_link_wrap .row > div {
    /* padding: 0 5px; */
}
.prod_link_wrap .row {
    /* margin: 0 -5px; */
}
.prod_link_wrap .row > div:nth-child(1) .prod_link, .prod_link_wrap .row > div:nth-child(2) .prod_link, .prod_link_wrap .row > div:nth-child(3) .prod_link,.prod_link_wrap .row > div:nth-child(4) .prod_link, .prod_link_wrap .row > div:nth-child(5) .prod_link {
    border-top: 1px solid #999;
}
.prod_link_wrap .prod_link{
    display: block;
    padding: 0;
    color: #333;
    position: relative;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.23);
    transition: all .3s ease;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #999;
}
.prod_link_wrap .prod_link::before{
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 21px;
    right: 7px;
    color: #777;
    transition: all 0.4s;
}
.prod_link_wrap .prod_link:hover::before {
    color: #353c96;
    right: 2px;
}
.prod_link_wrap .prod_link:hover, .prod_link_wrap .prod_link:hover > a{
    text-decoration: none;
    color: #353c96;
}
.prod_link_wrap .prod_link h5, .prod_link_wrap .prod_link > a{
    margin: 0 0 0;
    font-size: 16px;
    font-weight: 500;
    display: block;
    color: #333;
    padding: 20px 0;
}

.bottom_prod_link .board_box_blog2 {
    width: 100%;
    padding: 0;
    margin-bottom: 0 !important;
}
.bottom_prod_link .board_box_blog2 .page-header{
    display: none;
}
.bottom_prod_link .board_box_blog2 .row{
    margin: 0;
}
.bottom_prod_link .board_box_blog2 .row > div{
    width: 100%;
    padding: 0;
}

.page-header{
    padding: 0;
    margin: 0;
    border: 0;
}
.page-header h4{
    margin: 0 0 20px;
    font-size: 25px;
    font-weight: 700;
    text-align: left;
    letter-spacing: -0.034em;
}
div[class^="board_box_"] .page-header .pull-right{
    color: inherit;
    margin-top: -2px;
    float: none !important;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100000;
}
.page-header a i{
    display: none;
}

#section_fe9fc2,
#section_fc490c{
    padding: 80px 0 50px;
}
#section_fe9fc2{
    padding-top: 0;
}
#section_fc490c{
    background: linear-gradient(0.4turn, #edfce9 0%, #f0f6fb 50%, #f0f6fb 100%);
}
#section_fc490c .row > div {
    padding: 0 15px;
}
#section_fc490c .row {
    margin: 0 -15px;
}
#section_fc490c .board_box_list {
    width: 50%;
}
.board_box_list .page-header h4{border-bottom: 1px solid #999;padding-bottom: 17px;}

#section_fc490c .board_box_list ul{
}
#section_fc490c .board_box_list ul li{
    font-size: 16px;
    padding: 5px 0;
}
#section_fc490c .board_box_list ul li a{
    font-size: 17px;
}
.board_box_list .info {
    font-size: 14px;
}
.main-contact{
    float: left;
}
.main-contact .m_contact{
    padding: 22px 30px;
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    background-image: url(/public/img/main/main_bg.jpg);
}
.main-contact .page-header{
    display: none;
}
.main-contact .m_contact::after{
    content: '';
    display: table;
    clear: both;
}
.main-contact .m_contact i{
    display: block;
    float: left;
    font-size: 40px;
    width: 80px;
    height: 80px;
    background: #165193;
    text-align: center;
    line-height: 80px;
    color: #fff;
    border-radius: 50%;
    margin-top: 22px;
    margin-right: 70px;
    display: none;
}
.main-contact .m_contact ul{
    float: left;
    padding: 0;
    margin: 0 0 0 210px;
    font-family: 'Roboto', 'notokr';
}
.main-contact .m_contact ul > li{
    font-size: 18px;
    padding: 3px 0;
}
.main-contact .m_contact ul > li > span{
    display: inline-block;
    font-weight: 600;
    width: 90px;
    font-size: 16px;
    color: #333;
}
.main-contact .m_contact ul > li:last-child{
    padding-left: 90px;
}
.board_box_video .inner .top a .thumb, .board_box_blog2 .inner .top a .thumb{
    height: 400px;
}

@media (max-width: 767px){
    .prod_bbs_wrap .board_box_blog2 {
        width: 100%;
    }
    .main-contact {
        float: left;
        width: 100%;
    }
    .main-contact .m_contact{
        
    }
    .main-contact .m_contact ul{
        margin: 0;
    }
    #section_fc490c .board_box_list{
        width: 100%;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    .main-contact .m_contact ul {
        margin: 0px 0 0 15px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    .main-contact .m_contact ul {
        margin: 0 0 0 115px;
    }
}
/* //메인 중단영역 */

/* 서브페이지 */

.subHeader {
    height: 240px;
    background-image: url(/public/img/sub/sub_title.jpg);
    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: 42px;
    margin: 0;
    letter-spacing: -0.034em;
    position: absolute;
    left: 50%;
    top: 58%;
    transform: translate(-50%, -50%);
}
.subHeader .container .breadcrumb{
    padding: 0;
    margin: 0;
    border-radius: 0;
    background: none;
    position: absolute;
    left: 50%;
    top: 74%;
    transform: translate(-50%, -50%);
}
.subHeader .container .breadcrumb li{
    color: #fff;
    font-size: 12px;
}
.subHeader .container .breadcrumb li > a{
    color: #fff;
    opacity: 0.9;
}

.subMenu{
    padding-top: 60px;
    margin-bottom: 60px;
}
.subMenu .nav{
    border-bottom: 1px solid #999;
}
.subMenu .nav > li{
    margin: 0;
}
[id^="About"] .subMenu .nav > li{
    width: 25%;
}
[id^="Prod"] .subMenu .nav > li{
    width: calc(100% / 7);
}
[id^="Contact"] .subMenu .nav > li{
    width: 50%;
}
.subMenu .nav > li > a{
    border-radius: 0;
    background: transparent;
    color: #777;
    text-align: center;
    font-size: 15px;
    padding: 20px 0;
    position: relative;
}
.subMenu .nav > li > a:hover {
    color: #333;
    font-weight: 500;
}
.subMenu .nav > li > a::after {
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    background: #ddd;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.subMenu .nav > li:last-child > a::after, .subMenu .nav > li:nth-child(7) > a::after {
    display: none;
}
.subMenu .nav > li.active > a{
    background: #353c96;
    color: #fff;
    border-color: #ffdd74;
    /* font-weight: 500; */
}

.subContent{
    padding-top: 30px;
}
.subContent > .container {
    padding-bottom: 70px;
}
.subContent_title{
    margin: 0;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: -0.04em;
}
.subContent_title::after{
    content: '';
    display: block;
    width: 50px;
    margin: 20px auto 100px;
    border-bottom: 10px dotted #14a957;
    /* border-bottom: 10px dotted #ffd454; */
}
.subContent .content{
    padding-bottom: 80px;
}
.subContent .content h4{
    
}
.subContent .content h4::before{
    content: '';
}
.subContent .content p{
    font-size: 16px;
}

.subContent .content .table.table_default{
    border-top: 1px solid #333;
}
.subContent .content .table.table_default tr{
    border-bottom: 1px solid #ddd;
}
.subContent .content .table.table_default tr th, .subContent .content .table.table_default tr td{
    padding: 16px 24px;
    border-top: 0;
    white-space: initial;
}
.subContent .content .table.table_default tr th{
    /* background: #f8f8f8; */
    font-weight: 500;
    text-align: left;
    padding: 16px 5px 16px 10px;
}
.subContent .content .table.table_default tr td{
    color: #333;
    border-top: 0;
    font-size: 16px;
}
#About01 .con1 {
}
#About01 .subContent .content .greeting{
    padding-right: 120px;
}
#About01 .subContent .content .greeting p{
    font-size: 18px;
    margin-bottom: 30px;
    letter-spacing: -0.034em;
    line-height: 1.6em;
    word-break: keep-all;
}
#About01 .subContent .content .greeting p.intro{
    color: #353c96;
    font-size: 37px;
    line-height: 1.4em;
    font-weight: 700;
    margin: 0 0 50px;
    letter-spacing: -0.034em;
    font-family: 'Nanum Myeongjo', serif;
}
#About01 .subContent .content .greeting p.intro::after {
    content: '';
    display: block;
    width: 120px;
    height: 1px;
    background: #999;
    margin: 30px 0;
}
#About01 .subContent .content .greeting p:last-child{
    margin-top: 40px;
    margin-bottom: 0;
    text-align: right;
}
#About01 .subContent .content .greeting p b{
    margin-left: 10px;
}
#About02 .con1 .row > div:nth-child(1) {
    padding-right: 100px;
}
#About02 .subContent .content .table.table_default tr td, #About04 .subContent .content .table.table_default tr td{
    text-align: left;
    letter-spacing: -0.034em;
}
#About04 .subContent .content .table.table_default tr td {
    border-color: #ddd;
    padding: 14px 24px;
}
#About02 .subContent .content img{
    box-shadow: 20px 30px 0px rgba(203,203,203,0.23);
}
#About02 .subContent .content .table.table_default tr th::before {
    content: '';
    top: 21px;
    left: 12px;
    height: 10px;
    position: absolute;
    border-left: 1px solid #5b7fbc;
    transform: rotate(26deg);
}
#About02 .subContent .content .table.table_default tr th {
    position: relative;
    padding-left: 25px;
    color: #165193;
    font-weight: 700;
}
#About03 .history{
    padding: 0;
}
#About03 .history .timeline{
    padding-top: 20px;
    border-top: 1px solid #ddd;
    width: 570px;
    margin: 30px auto 0;
}
#About03 .history .timeline::after{
    content: '';
    clear: both;
    display: table;
}
#About03 .history .timeline .year{
    display: inline-block;
    font-size: 37px;
    font-weight: 200;
    color: #333;
    padding-right: 40px;
    line-height: 1;
    margin: 0;
    width: 250px;
    position: relative;
}
#About03 .history .timeline .year::before {
    content: '';
    display: block;
    width: 200px;
    height: 1px;
    background: #999;
    position: absolute;
    top: -21px;
}
#About03 .history .timeline .li_history{
    display: inline-block;
    padding: 10px 0 0;
    margin: 0;
    text-align: left;
    vertical-align: top;
}
#About03 .history .timeline .li_history li{
    font-size: 17px;
    letter-spacing: -0.034em;
    padding-bottom: 5px;
}
#About03 .history .timeline .li_history li > span{
    display: inline-block;
    font-weight: 600;
    margin-right: 15px;
}
#About04 .con1 {
    padding-top: 30px;
}
#About04 .subContent .content .table.table_default{
    margin: 200px 0 0;
    border-top: 0;
}
#About04 .con1 .row > div:nth-child(1) {
    width: 60%;
}
#About04 .con1 .row > div:nth-child(2) {
    width: 40%;
    padding-left: 50px;
}
#About04 .subContent .content .table.table_default tr th {
    background: #fff;
    padding: 14px 0;
    text-align: left;
    border-color: #666;
    font-size: 15px;
}
@media (min-width: 768px){
    [id^="Prod"] .table_video dd, .table_blog2 dd{
        width: 20%;
        margin: 0 auto 30px;
    }
}
[id^="Prod"] .table_blog2 dd .inner .top a .thumb{
    height: 400px;
}

@media (max-width: 767px){
    .subMenu{
        display: none;
    }
    #About01 .subContent .content .greeting {
        padding-right: 0;
    }
    #About01 .subContent .content .greeting p.intro {
        font-size: 20px;
    } 
    #About01 .subContent .content .greeting p {
        font-size: 16px;
    }
    #About01 .subContent .content .greeting p:last-child{
        margin-bottom: 50px;
    }
    #About02 .con1 .row > div:nth-child(1){
        padding-right: 15px;
    }
    #About03 .history .timeline{
        width: auto;
    }
    #About03 .history .timeline .li_history{
        display: block;
    }
    #About04 .con1 .row > div:nth-child(1) {
        width: 100%;
    }
    #About04 .con1 .row > div:nth-child(2){
        padding: 0 15px;
        width: 100%;
    }
    #About04 .subContent .content .table-responsive{
        border: 0;
    }
    #About04 .subContent .content .table.table_default{
        margin: 30px 0 0;
    }

    .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){
    #About01 .subContent .content .greeting p.intro {
        color: #353c96;
        font-size: 26px;
    }
    #About01 .subContent .content .greeting p {
        font-size: 16px;
    }
    #About02 .con1 .row > div:nth-child(1) {
        padding-right: 0;
    }
    #About04 .subContent .content .table.table_default {
        margin: 90px 0 0;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    
}
/* //서브페이지 */

/* 푸터 */

footer {
    text-align: left;
    padding: 45px 0 50px;
    font-family: 'Roboto', 'notokr';
    border-top: 1px solid #eee;
}
footer .footer-logo{
    width: 20%;
}
footer .footer-logo h1{
    margin: 0;
}
footer .footer-logo h1 > a{
    display: block;
}
footer .footer-logo h1 > a > img{
    display: block;
    opacity: 0.6;
}
footer .footer-text{

}
footer .footer-text ul{
    padding-left: 0;
    margin-bottom: 3px;
}
footer .footer-text ul:after{
    content: '';
    clear: both;
    display: table;
}
footer .footer-text ul li{
    float: left;
    margin-right: 15px;
    line-height: 1.3;
}
footer .footer-text ul li address{
    margin-bottom: 0;
}
footer .footer-text .copyrights{
    display: block;
    font-size: 11px;
    margin-top: 15px;
    color: #999;
}

@media (max-width: 767px){
    footer .footer-text {
        margin-top: 30px;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    footer .footer-logo h1 > a > img{
        width: 100%;
    }
    footer .footer-text ul.footer-lower-list li:first-child{
        float: none;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    footer .footer-text ul li {
        margin-right: 8px;
    }
}
/* //푸터 */


.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 50px 25px;
    text-align: center;
}

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

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

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

.member_wrapper {
    max-width: 1170px;
}
/* board 추가 css */
.board_wrapper {
    margin-top: 0;
}
.board_data_view .header_wrap .title {
    font-size: 28px;
    letter-spacing: -0.06em;
}
.board_data_view .header_wrap {
    border-bottom: 1px solid #ddd;
    padding: 40px 0;
}
.board_data_view .contents_wrap p {
    font-size: 17px;
}
.board_wrapper .table.board_write_table tbody tr th {
    font-size: 14px;
}
.board_data_view {
    border-top: 1px solid #333;
}
.table.table_default tbody tr th.num {
    font-weight: normal;
}
.table.table_default tbody .subject a {
    font-size: 17px;
    color: #333;
}
.table.table_default tr th, .table.table_default tr td {
    font-size: 15px;
    border-bottom: 1px solid #ddd;
}
.text-muted {
    font-size: 14px !important;
    margin-top: 8px !important;
}
.checkbox label, .radio label {
    font-size: 15px;
    letter-spacing: -0.06em;
}
.custom_checkbox+span a {
    font-weight: 500;
}
.table_blog2 dd .inner {
    border: 1px solid transparent;
    padding: 10px;
    transition: all .3s ease;
}
.table_blog2 dd .inner:hover{
    border-color: #165193;
}
.member_wrapper h1 {
    border: none;
    margin-top: 0;
}
.privacy_body {
    font-size: 16px;
    line-height: 1.6em;
    padding: 0 100px;
}
.subContent .board_wrapper h4 {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin: 10px 0;
}
.table.table_default thead th {
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
}
.table_default {
    border-top: 1px solid #333;
}
.table.table_default tr td {
    color: #777;
}
.badge {
    padding: 6px 6px;
    border-radius: 2px;
    font-weight: 400;
    font-size: 13px;
    margin-right: 3px;
}
.table_blog2 dd .inner .bottom {
    padding: 15px 0 0;
    text-align: center;
}
.table_blog2 dd .inner .bottom .title {
    padding: 0;
    margin-bottom: 5px;
}
.table_blog2 dd .inner:hover .bottom .title{
    color: #165193;
}
.table_blog2 dd .inner .bottom .info span {
    padding: 0 5px 0 0;
    font-size: 13px;
}
.table_blog2 dd .inner .bottom .title a {
    font-size: 20px;
    font-weight: 500;
}
.table_blog2 dd .inner .bottom .title a:hover, .table_blog2 dd .inner .title a:focus {
    color: #a61325;
}
.btn.btn-primary {
    background-color: #2a4196;
    border: 1px solid #2a4196;
    color: #fff;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
    background-color: #333;
    border-color: #333;
}
/* board 추가 css end */

.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%;
    }
}
/* 상단 네비게이션 */

.navbar.navbar-inverse{
    background-color: #fff;
    border-bottom: 0;
}
.navbar-header .navbar-brand{
    display: block;
	padding: 0;
    font-size: 20px;
    margin-left: 0 !important;
    height: auto;
    margin-top: 11px;
}
.navbar-header .navbar-brand img{
    margin-top: 0;
    display: inline-block;
    vertical-align: bottom;
}

.nav.navbar-nav > li > a{
    display: block;
    height: 100%;
    padding: 35px 35px;
    font-size: 17px;
    color: #333;
    font-weight: 500;
}
.nav.navbar-nav > li:hover > a,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li:focus > a{
    color: #14a957 !important;
    background: none !important;
}
.nav.navbar-nav li .dropdown-menu{
    left: 50%;
    transform: translate(-50%,0);
    right: auto;
    border-radius: 0;
    border: 0;
    padding: 10px;
    background: rgba(0,0,0,0.7);
}
.nav.navbar-nav li .dropdown-menu li a{
    padding-top: 7px;
    padding-bottom: 7px;
    color: #fff;
    text-align: center;
    font-weight: 300;
}
.nav.navbar-nav li .dropdown-menu li:hover a{
    background: #14a957;
}


@media (max-width: 767px){
    #site{
        padding-top: 80px;
    }
    .navbar-header .navbar-brand {
        float: none;
        margin: 10px auto !important;
        width: 149px;
    }
    .navbar-inverse .navbar-toggle {
        border-color: #324697;
        background: #324697;
        margin-top: 27px;
        border-radius: 0;
    }
    .navbar-inverse .navbar-toggle:hover{
        border-color: #324697 !important;
        background: #324697 !important;
    }
    .nav.navbar-nav > li > a{
        text-align: center;
        padding: 25px 35px;
    }
    .nav.navbar-nav li .dropdown-menu{
        transform: translate(0);
    }
    .nav.navbar-nav li .dropdown-menu li a{
        padding: 10px 0;
        font-weight: 400;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    #site{
        
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    #site{
        
    }
}

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

/* 슬라이드 영역 */
#mainCarousel .carousel-inner .item{
    height: 800px;
}
#mainCarousel .carousel-inner .item .carousel-caption{
    padding: 0;
    text-shadow: none;
}
#mainCarousel .carousel-inner .item .carousel-caption h1{
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.034em;
    font-size: 54px;
    font-family: 'Nanum Myeongjo', serif;
}
#mainCarousel .carousel-inner .item .carousel-caption h1:after{
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #ffe209;
    margin: 30px auto 0;
}
#mainCarousel .carousel-inner .item .carousel-caption p{

}
#mainCarousel .carousel-control{
    display: none;
}
#mainCarousel .carousel-indicators{
    
}
#mainCarousel .carousel-indicators li{
    width: 12px !important;
    height: 12px !important;
    margin: 0 3px !important;
    border: 0;
    background: rgba(255,255,255,0.5);
}
#mainCarousel .carousel-indicators li.active{
    background: #6db2ff;
}


@media (max-width: 767px){
    #mainCarousel .carousel-inner .item {
        height: 400px;
    }
    #mainCarousel .carousel-inner .item .carousel-caption h1 {
        font-size: 7vw;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    
}
@media (min-width: 992px) and  (max-width: 1199px){
    
}
/* //슬라이드 영역 */

/* 메인 중단영역 */

.main-prod{
    padding: 110px 0;
}
.main-prod h3{
    margin: 0 0 70px;
    font-size: 40px;
    text-align: center;
    font-weight: 700;
}
.main-prod h3::after{
    content: '';
    display: block;
    width: 45px;
    height: 2px;
    background: #165193;
    margin: 26px auto;
    display: none;
}
.board_box_blog2 {
    width: 25%;
}
@media (min-width: 768px){
    .board_box_blog2 .col-md-4{
        width: 100%;
    }
}
.prod_bbs_wrap h4 {
    font-size: 20px;
    text-align: center;
}
.board_box_blog2 .inner{
    margin-top: 0;
    border: 0;
}
.board_box_blog2 .inner .top a {
    border: 1px solid #eee;
    transition: all 0.4s;
}
.board_box_blog2 .inner .top a:hover {
    border-color: #8da9df;
}
.board_box_blog2 .inner .bottom {
    padding: 50px 0 0;
}
.board_box_blog2 .inner .bottom .title{
    margin: 0;
    padding: 0;
}
.prod_bbs_wrap .page-header h4::after {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: -30px;
    top: 3px;
    font-size: 15px;
    display: none;
}
.board_box_blog2 .inner .bottom .title a{
    display: block;
    transition: all .3s ease;
    font-size: 16px;
    color: #666;
    display: none;
}
.board_box_blog2 .inner:hover{
    border-color: #165193;
}
.board_box_blog2 .inner:hover .bottom .title a{
    text-decoration: none;
    color: #2d4197;
}
.board_box_blog2 .inner .bottom .info{
    display: none;
}
.prod_bbs_wrap .page-header {
    position: absolute;
    top: 405px;
    left: 15px;
    right: 15px;
    transform: translateX(0);
    z-index: 10000;
    padding-top: 15px;
}
.prod_bbs_wrap {
    position: relative;
}
.prod_bbs_wrap .page-header h4 {
    font-size: 18px;
    position: relative;
    width: 100%;
    text-align: center;
    font-weight: 500 !important;
}
.prod_bbs_wrap .board_box_blog2:hover .page-header h4{
    color: #165193;
}
.prod_bbs_wrap h4 {
    text-align: center;
    font-size: 20px;
}
.prod_link_wrap{
    padding-top: 20px;
}
.prod_bbs_wrap > .row {
    /* margin: 0; */
}
.prod_link_wrap .row > div {
    /* padding: 0 5px; */
}
.prod_link_wrap .row {
    /* margin: 0 -5px; */
}
.prod_link_wrap .row > div:nth-child(1) .prod_link, .prod_link_wrap .row > div:nth-child(2) .prod_link, .prod_link_wrap .row > div:nth-child(3) .prod_link,.prod_link_wrap .row > div:nth-child(4) .prod_link, .prod_link_wrap .row > div:nth-child(5) .prod_link {
    border-top: 1px solid #999;
}
.prod_link_wrap .prod_link{
    display: block;
    padding: 0;
    color: #333;
    position: relative;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.23);
    transition: all .3s ease;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #999;
}
.prod_link_wrap .prod_link::before{
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 21px;
    right: 7px;
    color: #777;
    transition: all 0.4s;
}
.prod_link_wrap .prod_link:hover::before {
    color: #353c96;
    right: 2px;
}
.prod_link_wrap .prod_link:hover, .prod_link_wrap .prod_link:hover > a{
    text-decoration: none;
    color: #353c96;
}
.prod_link_wrap .prod_link h5, .prod_link_wrap .prod_link > a{
    margin: 0 0 0;
    font-size: 16px;
    font-weight: 500;
    display: block;
    color: #333;
    padding: 20px 0;
}

.bottom_prod_link .board_box_blog2 {
    width: 100%;
    padding: 0;
    margin-bottom: 0 !important;
}
.bottom_prod_link .board_box_blog2 .page-header{
    display: none;
}
.bottom_prod_link .board_box_blog2 .row{
    margin: 0;
}
.bottom_prod_link .board_box_blog2 .row > div{
    width: 100%;
    padding: 0;
}

.page-header{
    padding: 0;
    margin: 0;
    border: 0;
}
.page-header h4{
    margin: 0 0 20px;
    font-size: 25px;
    font-weight: 700;
    text-align: left;
    letter-spacing: -0.034em;
}
div[class^="board_box_"] .page-header .pull-right{
    color: inherit;
    margin-top: -2px;
    float: none !important;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100000;
}
.page-header a i{
    display: none;
}

#section_fe9fc2,
#section_fc490c{
    padding: 80px 0 50px;
}
#section_fe9fc2{
    padding-top: 0;
}
#section_fc490c{
    background: linear-gradient(0.4turn, #edfce9 0%, #f0f6fb 50%, #f0f6fb 100%);
}
#section_fc490c .row > div {
    padding: 0 15px;
}
#section_fc490c .row {
    margin: 0 -15px;
}
#section_fc490c .board_box_list {
    width: 50%;
}
.board_box_list .page-header h4{border-bottom: 1px solid #999;padding-bottom: 17px;}

#section_fc490c .board_box_list ul{
}
#section_fc490c .board_box_list ul li{
    font-size: 16px;
    padding: 5px 0;
}
#section_fc490c .board_box_list ul li a{
    font-size: 17px;
}
.board_box_list .info {
    font-size: 14px;
}
.main-contact{
    float: left;
}
.main-contact .m_contact{
    padding: 22px 30px;
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    background-image: url(/public/img/main/main_bg.jpg);
}
.main-contact .page-header{
    display: none;
}
.main-contact .m_contact::after{
    content: '';
    display: table;
    clear: both;
}
.main-contact .m_contact i{
    display: block;
    float: left;
    font-size: 40px;
    width: 80px;
    height: 80px;
    background: #165193;
    text-align: center;
    line-height: 80px;
    color: #fff;
    border-radius: 50%;
    margin-top: 22px;
    margin-right: 70px;
    display: none;
}
.main-contact .m_contact ul{
    float: left;
    padding: 0;
    margin: 0 0 0 210px;
    font-family: 'Roboto', 'notokr';
}
.main-contact .m_contact ul > li{
    font-size: 18px;
    padding: 3px 0;
}
.main-contact .m_contact ul > li > span{
    display: inline-block;
    font-weight: 600;
    width: 90px;
    font-size: 16px;
    color: #333;
}
.main-contact .m_contact ul > li:last-child{
    padding-left: 90px;
}
.board_box_video .inner .top a .thumb, .board_box_blog2 .inner .top a .thumb{
    height: 400px;
}

@media (max-width: 767px){
    .prod_bbs_wrap .board_box_blog2 {
        width: 100%;
    }
    .main-contact {
        float: left;
        width: 100%;
    }
    .main-contact .m_contact{
        
    }
    .main-contact .m_contact ul{
        margin: 0;
    }
    #section_fc490c .board_box_list{
        width: 100%;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    .main-contact .m_contact ul {
        margin: 0px 0 0 15px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    .main-contact .m_contact ul {
        margin: 0 0 0 115px;
    }
}
/* //메인 중단영역 */

/* 서브페이지 */

.subHeader {
    height: 240px;
    background-image: url(/public/img/sub/sub_title.jpg);
    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: 42px;
    margin: 0;
    letter-spacing: -0.034em;
    position: absolute;
    left: 50%;
    top: 58%;
    transform: translate(-50%, -50%);
}
.subHeader .container .breadcrumb{
    padding: 0;
    margin: 0;
    border-radius: 0;
    background: none;
    position: absolute;
    left: 50%;
    top: 74%;
    transform: translate(-50%, -50%);
}
.subHeader .container .breadcrumb li{
    color: #fff;
    font-size: 12px;
}
.subHeader .container .breadcrumb li > a{
    color: #fff;
    opacity: 0.9;
}

.subMenu{
    padding-top: 60px;
    margin-bottom: 60px;
}
.subMenu .nav{
    border-bottom: 1px solid #999;
}
.subMenu .nav > li{
    margin: 0;
}
[id^="About"] .subMenu .nav > li{
    width: 25%;
}
[id^="Prod"] .subMenu .nav > li{
    width: calc(100% / 7);
}
[id^="Contact"] .subMenu .nav > li{
    width: 50%;
}
.subMenu .nav > li > a{
    border-radius: 0;
    background: transparent;
    color: #777;
    text-align: center;
    font-size: 15px;
    padding: 20px 0;
    position: relative;
}
.subMenu .nav > li > a:hover {
    color: #333;
    font-weight: 500;
}
.subMenu .nav > li > a::after {
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    background: #ddd;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.subMenu .nav > li:last-child > a::after, .subMenu .nav > li:nth-child(7) > a::after {
    display: none;
}
.subMenu .nav > li.active > a{
    background: #353c96;
    color: #fff;
    border-color: #ffdd74;
    /* font-weight: 500; */
}

.subContent{
    padding-top: 30px;
}
.subContent > .container {
    padding-bottom: 70px;
}
.subContent_title{
    margin: 0;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: -0.04em;
}
.subContent_title::after{
    content: '';
    display: block;
    width: 50px;
    margin: 20px auto 100px;
    border-bottom: 10px dotted #14a957;
    /* border-bottom: 10px dotted #ffd454; */
}
.subContent .content{
    padding-bottom: 80px;
}
.subContent .content h4{
    
}
.subContent .content h4::before{
    content: '';
}
.subContent .content p{
    font-size: 16px;
}

.subContent .content .table.table_default{
    border-top: 1px solid #333;
}
.subContent .content .table.table_default tr{
    border-bottom: 1px solid #ddd;
}
.subContent .content .table.table_default tr th, .subContent .content .table.table_default tr td{
    padding: 16px 24px;
    border-top: 0;
    white-space: initial;
}
.subContent .content .table.table_default tr th{
    /* background: #f8f8f8; */
    font-weight: 500;
    text-align: left;
    padding: 16px 5px 16px 10px;
}
.subContent .content .table.table_default tr td{
    color: #333;
    border-top: 0;
    font-size: 16px;
}
#About01 .con1 {
}
#About01 .subContent .content .greeting{
    padding-right: 120px;
}
#About01 .subContent .content .greeting p{
    font-size: 18px;
    margin-bottom: 30px;
    letter-spacing: -0.034em;
    line-height: 1.6em;
    word-break: keep-all;
}
#About01 .subContent .content .greeting p.intro{
    color: #353c96;
    font-size: 37px;
    line-height: 1.4em;
    font-weight: 700;
    margin: 0 0 50px;
    letter-spacing: -0.034em;
    font-family: 'Nanum Myeongjo', serif;
}
#About01 .subContent .content .greeting p.intro::after {
    content: '';
    display: block;
    width: 120px;
    height: 1px;
    background: #999;
    margin: 30px 0;
}
#About01 .subContent .content .greeting p:last-child{
    margin-top: 40px;
    margin-bottom: 0;
    text-align: right;
}
#About01 .subContent .content .greeting p b{
    margin-left: 10px;
}
#About02 .con1 .row > div:nth-child(1) {
    padding-right: 100px;
}
#About02 .subContent .content .table.table_default tr td, #About04 .subContent .content .table.table_default tr td{
    text-align: left;
    letter-spacing: -0.034em;
}
#About04 .subContent .content .table.table_default tr td {
    border-color: #ddd;
    padding: 14px 24px;
}
#About02 .subContent .content img{
    box-shadow: 20px 30px 0px rgba(203,203,203,0.23);
}
#About02 .subContent .content .table.table_default tr th::before {
    content: '';
    top: 21px;
    left: 12px;
    height: 10px;
    position: absolute;
    border-left: 1px solid #5b7fbc;
    transform: rotate(26deg);
}
#About02 .subContent .content .table.table_default tr th {
    position: relative;
    padding-left: 25px;
    color: #165193;
    font-weight: 700;
}
#About03 .history{
    padding: 0;
}
#About03 .history .timeline{
    padding-top: 20px;
    border-top: 1px solid #ddd;
    width: 570px;
    margin: 30px auto 0;
}
#About03 .history .timeline::after{
    content: '';
    clear: both;
    display: table;
}
#About03 .history .timeline .year{
    display: inline-block;
    font-size: 37px;
    font-weight: 200;
    color: #333;
    padding-right: 40px;
    line-height: 1;
    margin: 0;
    width: 250px;
    position: relative;
}
#About03 .history .timeline .year::before {
    content: '';
    display: block;
    width: 200px;
    height: 1px;
    background: #999;
    position: absolute;
    top: -21px;
}
#About03 .history .timeline .li_history{
    display: inline-block;
    padding: 10px 0 0;
    margin: 0;
    text-align: left;
    vertical-align: top;
}
#About03 .history .timeline .li_history li{
    font-size: 17px;
    letter-spacing: -0.034em;
    padding-bottom: 5px;
}
#About03 .history .timeline .li_history li > span{
    display: inline-block;
    font-weight: 600;
    margin-right: 15px;
}
#About04 .con1 {
    padding-top: 30px;
}
#About04 .subContent .content .table.table_default{
    margin: 200px 0 0;
    border-top: 0;
}
#About04 .con1 .row > div:nth-child(1) {
    width: 60%;
}
#About04 .con1 .row > div:nth-child(2) {
    width: 40%;
    padding-left: 50px;
}
#About04 .subContent .content .table.table_default tr th {
    background: #fff;
    padding: 14px 0;
    text-align: left;
    border-color: #666;
    font-size: 15px;
}
@media (min-width: 768px){
    [id^="Prod"] .table_video dd, .table_blog2 dd{
        width: 20%;
        margin: 0 auto 30px;
    }
}
[id^="Prod"] .table_blog2 dd .inner .top a .thumb{
    height: 400px;
}

@media (max-width: 767px){
    .subMenu{
        display: none;
    }
    #About01 .subContent .content .greeting {
        padding-right: 0;
    }
    #About01 .subContent .content .greeting p.intro {
        font-size: 20px;
    } 
    #About01 .subContent .content .greeting p {
        font-size: 16px;
    }
    #About01 .subContent .content .greeting p:last-child{
        margin-bottom: 50px;
    }
    #About02 .con1 .row > div:nth-child(1){
        padding-right: 15px;
    }
    #About03 .history .timeline{
        width: auto;
    }
    #About03 .history .timeline .li_history{
        display: block;
    }
    #About04 .con1 .row > div:nth-child(1) {
        width: 100%;
    }
    #About04 .con1 .row > div:nth-child(2){
        padding: 0 15px;
        width: 100%;
    }
    #About04 .subContent .content .table-responsive{
        border: 0;
    }
    #About04 .subContent .content .table.table_default{
        margin: 30px 0 0;
    }

    .bbs-area .table.table_default tr td[colspan="5"].text-center{
        display: none;
    }

    .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){
    
}
@media (min-width: 992px) and  (max-width: 1199px){
    
}
/* //서브페이지 */

/* 푸터 */

footer {
    text-align: left;
    padding: 45px 0 50px;
    font-family: 'Roboto', 'notokr';
    border-top: 1px solid #eee;
}
footer .footer-logo{
    width: 20%;
}
footer .footer-logo h1{
    margin: 0;
}
footer .footer-logo h1 > a{
    display: block;
}
footer .footer-logo h1 > a > img{
    display: block;
    opacity: 0.6;
}
footer .footer-text{

}
footer .footer-text ul{
    padding-left: 0;
    margin-bottom: 3px;
}
footer .footer-text ul:after{
    content: '';
    clear: both;
    display: table;
}
footer .footer-text ul li{
    float: left;
    margin-right: 15px;
    line-height: 1.3;
}
footer .footer-text ul li address{
    margin-bottom: 0;
}
footer .footer-text .copyrights{
    display: block;
    font-size: 11px;
    margin-top: 15px;
    color: #999;
}

@media (max-width: 767px){
    footer .footer-text {
        margin-top: 30px;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    footer .footer-logo h1 > a > img{
        width: 100%;
    }
    footer .footer-text ul.footer-lower-list li:first-child{
        float: none;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    footer .footer-text ul li {
        margin-right: 8px;
    }
}
/* //푸터 */


.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 50px 25px;
    text-align: center;
}

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

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

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

.member_wrapper {
    max-width: 1170px;
}
/* board 추가 css */
.board_wrapper {
    margin-top: 0;
}
.board_data_view .header_wrap .title {
    font-size: 28px;
    letter-spacing: -0.06em;
}
.board_data_view .header_wrap {
    border-bottom: 1px solid #ddd;
    padding: 40px 0;
}
.board_data_view .contents_wrap p {
    font-size: 17px;
}
.board_wrapper .table.board_write_table tbody tr th {
    font-size: 14px;
}
.board_data_view {
    border-top: 1px solid #333;
}
.table.table_default tbody tr th.num {
    font-weight: normal;
}
.table.table_default tbody .subject a {
    font-size: 17px;
    color: #333;
}
.table.table_default tr th, .table.table_default tr td {
    font-size: 15px;
    border-bottom: 1px solid #ddd;
}
.text-muted {
    font-size: 14px !important;
    margin-top: 8px !important;
}
.checkbox label, .radio label {
    font-size: 15px;
    letter-spacing: -0.06em;
}
.custom_checkbox+span a {
    font-weight: 500;
}
.table_blog2 dd .inner {
    border: 1px solid transparent;
    padding: 10px;
    transition: all .3s ease;
}
.table_blog2 dd .inner:hover{
    border-color: #165193;
}
.member_wrapper h1 {
    border: none;
    margin-top: 0;
}
.privacy_body {
    font-size: 16px;
    line-height: 1.6em;
    padding: 0 100px;
}
.subContent .board_wrapper h4 {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin: 10px 0;
}
.table.table_default thead th {
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
}
.table_default {
    border-top: 1px solid #333;
}
.table.table_default tr td {
    color: #777;
}
.badge {
    padding: 6px 6px;
    border-radius: 2px;
    font-weight: 400;
    font-size: 13px;
    margin-right: 3px;
}
.table_blog2 dd .inner .bottom {
    padding: 15px 0 0;
    text-align: center;
}
.table_blog2 dd .inner .bottom .title {
    padding: 0;
    margin-bottom: 5px;
}
.table_blog2 dd .inner:hover .bottom .title{
    color: #165193;
}
.table_blog2 dd .inner .bottom .info span {
    padding: 0 5px 0 0;
    font-size: 13px;
}
.table_blog2 dd .inner .bottom .title a {
    font-size: 20px;
    font-weight: 500;
}
.table_blog2 dd .inner .bottom .title a:hover, .table_blog2 dd .inner .title a:focus {
    color: #a61325;
}
.btn.btn-primary {
    background-color: #2a4196;
    border: 1px solid #2a4196;
    color: #fff;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
    background-color: #333;
    border-color: #333;
}
/* board 추가 css end */