@charset "utf-8";
@import url(https://use.fontawesome.com/releases/v5.13.0/css/all.css);
@import url(https://use.fontawesome.com/releases/v5.13.0/css/v4-shims.css);
@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=Roboto+Slab:wght@100;200;300;400;500;600;700;800;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;}
.body-layout {background-color: #fff;}
#site {padding-top:0px; font-size: 16px;}
/* 폰트 설정 */
h1, h2, h3, h4, h5, h6, input, textarea, button, .subPage, #site { font-family: 'Roboto', 'Roboto Slab', 'notokr',  "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif, 'Nanum Myeongjo', serif; }
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol, ul, li {
	list-style: none;
	list-style-position: inside;
	padding:0
}
.container {
    width: 1180px;
}
.intro-board-widget-layout,
.dh-board,
.dh-view-box,
.bbs-list-view-layout + .row,
#mailForm,
#insertForm{
	width:100%;
	max-width:1170px;
	margin:0 auto;
}
.search_wrap .form-control {
    height: 45px;
    font-size: 16px;
}
.board_wrapper{margin-top: 0;}
.search_wrap{margin-bottom: 0;}
*{word-break:keep-all}

a:hover{text-decoration:none}

.li-dash > li,
.li-dot > li,.li-dash >dd,
.li-dot > dd{padding-left:20px; position:relative;}
.li-dash > li:before,
.li-dot > li:before,.li-dash > dd:before,
.li-dot > dd:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}
.li-dot > li:before,.li-dot > dd:before{
	content:'·';
}

/* 불필요 항목 삭제 */
.navbar .caret{display:none;}
.subContent ul{padding:0;margin: 10px 0 30px;}

/* 상단 메뉴 */
.navbar-inverse{background:#fff;position: relative;margin-bottom:0;border:0;    padding: 0;}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{margin: 0;padding:0}
.navbar>.container .navbar-brand{height: auto;padding:10px 0}
.navbar-inverse .navbar-nav > li > a{font-size: 20px;font-weight: 700;color:#222;letter-spacing: 0;}
.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a:focus{background: #fff;
    color: #1366c1;
    border: none;}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle{background: #fff;
    color: #1366c1;
    border: none;}

@media (max-width: 767px) {
 /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
 .navbar-inverse .navbar-toggle{border:0;padding:18px 0;}
 .navbar-inverse .navbar-toggle .icon-bar{background-color:#666;transition:ease-in-out .15s all;opacity:1;position:relative;}
 .navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background:none;border-color:#315883;}
 .navbar-inverse .navbar-toggle:hover .icon-bar,.navbar-inverse .navbar-toggle:focus .icon-bar{background-color:#315883;}
 .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{border-color:transparent;}

 .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(1){transform:rotate(45deg);top:6px;}
 .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(2){opacity:0;}
 .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(3){transform:rotate(-45deg);top:-6px;}
}

@media (min-width: 768px) {
 .navbar-inverse .navbar-nav .dropdown-menu{
    left: 50%;
    right: auto;
    transform: translate(-50%,0);
    border-radius: 0;
    border: 1px solid #155398;
    padding: 6px 6px;
    -webkit-box-shadow: 0px 4px 8px rgba(0,0,0,.125);
    box-shadow: 0px 4px 8px rgba(0,0,0,.125);
    background: rgb(21,83,152,0.78);
}
 .navbar-inverse .navbar-nav .dropdown-menu>li>a{
    padding: 10px 10px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    letter-spacing: -0.034em;
}
 .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
 .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus{
     font-weight: 400;
     background: #003f82;
     color: #fff;
 }
 .navbar-inverse .navbar-nav > li > a{padding: 45px 40px;}
}

@media (min-width: 992px) {
 .navbar-inverse .navbar-right{margin-right:-30px;}
 .navbar-inverse .navbar-nav > li > a::after {
    content: '';
    bottom: -8px;
    left: 45%;
    position: absolute;
    border-left: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid transparent;
    border-width: 7px;
    transform: rotate(-45deg);
}
.navbar-inverse .navbar-nav > li.open > a::after {
    border-right-color: #155398;
    border-top-color: #155398;
}
}
/* 하단 카피라이트 설정 시작*/
#site footer{
    margin-top:0px;
    background: #474d58;
    font-size: 13px;
    color: #c9c9c9;
    }
#site footer .footer-info{    padding: 60px 0 50px;}
#site footer .footer-info ul{position:relative;margin:0;padding: 0 0 0 30px;font-size:0;}
#site footer .footer-info ul li{list-style:none;display:inline-block;font-size: 15px;margin-right:15px;line-height: 25px;}
#site footer .footer-info ul li:last-child {
    font-size: 12px;
    opacity: 0.7;
    letter-spacing: 0;
    margin-top: 12px;
}
#site footer .footer-info ul li strong {
    font-size: 17px;
    font-weight: 500;
    color: rgb(255,255,255,0.8);
    display: block;
    margin-bottom: 12px;
}

/* 슬라이드 공통 */
.carousel-control{text-shadow:0px 2px 6px rgba(0, 0, 0, .125);transition:ease-in-out .15s all;}
.carousel-control.left .glyphicon::before{content:'\f053';font-family:'Font Awesome 5 Free';font-weight:900;}
.carousel-control.right .glyphicon::before{content:'\f054';font-family:'Font Awesome 5 Free';font-weight:900;}
.carousel-indicators li{width:12px;height:12px;background-color:rgba(255,255,255,.1);border:1px solid #fff;margin:0 8px;border-radius:0;transition:ease-in-out .15s all;}
.carousel-indicators li.active{width:12px;height:12px;background-color:#fff;margin:0 8px;box-shadow:0px 2px 6px rgba(0, 0, 0, .125);transform:rotate(45deg);}
#mainCarousel .carousel-inner .item{/* height: calc(100vh - 110px); */height: 530px; background-position:center 70%;}
.carousel-caption{top: 65%;text-shadow: none;text-align: left;text-shadow: 3px 3px 10px rgba(0,0,0,0.5);}
.carousel-caption h1 {
    font-size: 50px;
    margin-bottom: 30px;
    font-weight: 600;
}
.carousel-caption p {
    font-size: 18px;
    font-weight: 500;
}

/*main*/
.main_con01{
    position: absolute;
    left: 50%;
    bottom: 130px;
    transform: translateX(-50%);
    }
.main_con01 .row {
    margin: 0 20px;
}    
.main_con01 a{
	width: 260px;
	height: 260px;
	display: block;
	text-align: center;
	transition: all ease .3s;
	background: rgb(0,0,0,0.7);
	padding: 60px 0;
	border-radius: 50%;
	margin: auto;
	}
.main_con01 .col-md-3:last-child a{border-right: none;}
.main_con01 a img{
	transition: all ease .3s;
	width: 90px;
	}
.main_con01 a p{
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.02em;
    margin-top: 25px;
    }
.main_con01 a:hover{background: #186abf;}
.main_con01 a:hover img{transform: translateY(-10px);}
@media(min-width:768px){
	.main_con01 .col-md-3{padding:0;}
}


.main_con02 {
    padding: 100px 0;
}
.bbs_snb{width:100%;max-width: 800px;margin: 0 auto 60px;}
.bbs_snb ul{overflow: hidden;}
.bbs_snb ul li{float: left;width:calc(100% / 4);}
.bbs_snb ul li a{display: block;
    text-align: center;
    border: 1px solid #ddd;
    border-right: none;
    padding: 15px 0;
    font-weight: 500;
    color: #333;}
.bbs_snb ul li:last-child a{border-right: 1px solid #ddd;}
.bbs_snb ul li a:hover{background: #87c713;
    color: #fff;
    border-color: #87c713;}
.board_box_blog2 {
    margin-bottom: 0 !important;
}

.main_bbs .page-header {
    margin: 0 0 30px;
    border-bottom: none;
    padding: 0;
    text-align: center;
}

.main_bbs .page-header a {
    display: none;
}

.main_bbs .page-header h4 {
    font-size: 40px;
    text-align: center;
    margin: 0;
    padding: 0;
    letter-spacing: -0.025em;
    color: #222;
}
.board_box_blog2 .inner .bottom .title{padding:0;margin: 0;text-align: center;}
.board_box_blog2 .inner .bottom .title a {
    font-size: 19px;
    font-weight: 500;
    display: block;
    padding: 15px;
}
.board_box_blog2 .inner .bottom{padding: 0;}
.board_box_blog2 .inner .bottom .info {
    display: none;
}
/* .board_box_blog2 .inner .top {
    border: 1px solid transparent;
} */
.board_box_blog2 .inner:hover .top {
    border-color: #3da0cc;
}
.board_box_blog2 .inner:hover .bottom .title {
    color: #007ab0;
}
.main_bbs ul {
    width: 90%;
    margin: 0 auto;
}

.main_bbs+a {
    display: block;
    max-width: 150px;
    text-align: center;
    margin: 30px auto 0;
    background: #fff;
    padding: 10px 0;
    color: #333;
    font-size: 17px;
    letter-spacing: 0;
    transition: all 0.3s;
    border: 2px solid #333;
    font-weight: 500;
}

.main_bbs+a:hover {
    background: #333;
    color: #fff;
}


.main_con03{
    padding: 80px 0;
    background: #007ab0;
    text-align: center;
    color: #fff;
    }
.main_con03 h3{    margin: 0 0 50px;
    font-size: 50px;
    letter-spacing: -0.02em;}
.main_con03 h3:after{    content: "";
    display: block;
    width: 90px;
    height: 1px;
    background: #fff;
    margin: 40px auto 0;}
.main_con03 h3 span{    display: block;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 0.2em;
    margin-bottom: 10px;}
.main_con03 p{    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.034em;
    line-height: 1.75;
    margin: 0;}
.main_con03 p strong{    font-weight: 500;}


/*sub*/
.subTop{
	height: 180px;
	background: url(/public/img/sub/subTop.jpg) no-repeat center / cover;
}
.subContent{    padding: 70px 0 120px;}
.sub_left{padding-right: 50px;}
.snb_title {
	text-align: center;
}
.snb_title h2 {
    font-size: 28px;
    letter-spacing: -0.06em;
    margin: 0;
    color: #1e6b08;
    border: 8px solid #b9d2b2;
    font-weight: 700;
    padding: 40px 0 30px;
}
.snb_title h2:after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: #999;
    margin: 15px auto 0;
}
.snb {
	text-align: center;
	padding: 0;
	margin-top: 15px;
}
.snb li{
    display: inline-block;
    min-width: 100%;
    line-height: 0;
    margin: 0 -2px;
    position: relative;}
.snb li a{
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	text-align: left;
	letter-spacing: -0.05em;
	padding: 18px 0 18px 20px;
	border-bottom: 1px solid #ddd;
	line-height: 1;
	position: relative;
	background: #fff;
}    
.snb li a::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #ddd;
}
.snb li a:hover{
	z-index:1;
    color: #1b7700;}    
.snb li a:hover:before {
	color: #85d26e;
}
.snb li.active a{
	background: #66a253;
	color: #fff;
	border-color: #66a253;
}
.snb li.active::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
	background: #66a253;
	width: 100%;
	height: 2px;
	z-index: 1;
}
.snb li.active a::before {
    color: #fff;
}
.subTitle{    position: relative;
    margin-bottom: 60px;
    margin-top: 35px;
}
.subTitle h3{
    margin: 0;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -0.05em;
}
.subTitle .breadcrumb {
    position: absolute;
    right: 0;
    top: 20px;
    text-align: center;
    background: none;
    padding: 0;
    margin: 0;
    color: #888;
    font-size: 13px;
}
.subTitle .breadcrumb .active {
	color: #266;
	font-weight: 500;
}
.subTitle .breadcrumb li + li::before {
    content: '\f105';
    width: 10px;
    height: 10px;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    padding: 0 8px;
}
.subContent p{font-size: 17px;letter-spacing: -0.034em;line-height: 1.65;}
.subContent h4{
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.05em;
    margin: 0 0 20px;
    color: #006b9a;
    line-height: 1.3em;
}
.subContent .con{margin-bottom: 80px;}
.subContent .con:last-child,.subContent p:last-child{margin-bottom: 0 !important;}
.subContent .con h5{
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.06em;
    border-left: 2px solid #333;
    padding-left: 10px;
    margin: 0 0 30px;
    line-height: 1em;
}
.subContent .con h5 small{
    margin-left:10px;
}

    
/* .subTop .breadcrumb{    position: absolute;
    left: 20%;
    top: 15px;
    background: transparent;
    padding: 0;
    border-radius: 0;
    margin: 0;}
.subTop .breadcrumb li{color: #fff;font-size: 12px;}
.subTop .breadcrumb >li+li:before{
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #fff;
    font-size: 11px;
    padding: 0 8px;
    opacity: 0.8;
    }
.subTop h2{
    text-align: center;
    color: #fff;
    font-size: 46px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.85);
    margin: 0;
    font-weight: 600;
    letter-spacing: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    } */
/*table*/
.subContent .table.table-type03 {margin: 0; border-top: 2px solid #333;}
.subContent .table.table-type03 tr th, .subContent .table.table-type03 tr td {padding:10px 12px !important;border-bottom: 1px solid #dedede !important;letter-spacing: -0.034em;word-break: keep-all;vertical-align: middle !important;font-size: 16px;text-align: center;}
.subContent .table.table-type03 tr th {color: #333;font-weight: 500;background: #fafafa;font-size: 15px;}
.subContent .table.table-type03 tbody tr th{background:#fff;}
.subContent .table.table-type03 tr td {font-size: 15px;color: #333;font-weight: 500;/* font-family: 'Nanum Myeongjo', serif; */padding: 10px 15px !important;}
/*company*/
.history_con{
    margin-bottom: 70px;
}
.history_con:last-child{margin-bottom: 0;}
.subContent .history_con h5{
    font-size: 28px;
    line-height: 1;
    padding-left: 8px;
    font-weight: 700;
    color: #66a253;
    float: left;
    width: 15%;
    border: 0;
    border-top: 1px solid #66a253;
    padding-top: 20px;
    margin: 0;
    margin-right: 5%;
}
.subContent .history_con p{
    font-size: 16px;
    letter-spacing: -0.034em;
    line-height: 1.65;
    position: relative;
    padding-left: 70px;
    padding-top: 5px;
    margin: 0 0 6px;
    float: right;
    width: 80%;
}
#company01 .con1 > div {
    width: 100% !important;
    margin: 0;
}
.history_con::after {content: '';display: block;clear: both;}
.subContent .history_con p:nth-child(2) {
    border-top: 1px solid #333;
    padding-top: 25px;
}
.subContent .history_con p:nth-child(2) span {
    top: 25px;
}
.history_con p span{
    position: absolute;
    left: 0;
    top: 5px;
    font-weight: 500;
    letter-spacing: -0.06em;
    color: #333;
}
.history_con .row{margin: 20px -15px;}
.subContent .history_con p + .row {
    width: 70.5%;
    float: right;
}    
.history_con .row p{
    text-align: center;
    font-weight: 500;
    margin: 0;
    padding-left: 0;
    padding-top: 10px !important;
    font-size: 15px;
    border-top: 0 !important;
    float: none;
    width: 100%;
    font-weight: 500;
    color: #002d79;
    }


#company02 .con2 .clearfix{margin-bottom: 50px;border-bottom: 1px solid #fff;padding-bottom: 40px;}
#company02 .con li{    font-size: 17px;
    letter-spacing: -0.06em;
    margin-bottom: 7px;}
#company02 .con li:last-child{margin-bottom: 0;}
#company02 .con1 p, #company02 .con3 p {
    text-align: center;
    margin-bottom: 30px;
    font-size: 18px;
    padding: 0 70px;
    line-height: 1.75em;
}
#company02 .con2{
	padding: 40px 20px;
	background: #f2f4f5;
	margin: 0 50px 80px;
	border-top: 2px solid;
	border-bottom: 1px solid #999;
}
#company02 .con2 .col-md-3 {
    width: 30%;
    padding-right: 80px;
}
#company02 .con2 .col-md-9 {
    width: 70%;
}
#company02 .con2 h4 + p{font-weight: 500;color:#444;line-height: 1.4em;}
#company02 .con2 .histroy li{margin-bottom: 18px;padding-left: 120px;padding-right: 40px;}
#company02 .con2 ul li:last-child{margin-bottom: 0;}
#company02 .con2 .histroy span{font-weight: 500;margin-right: 15px;display: inline-block;position: absolute;left: 20px;color: #1a6b8e;letter-spacing: -0.02em;font-size: 16px;line-height: 1.65em;}
#company03 .con1 > div {
    width: 100%;
}
.location-li {
    border-top: 2px solid #333;
    margin: 60px 0 0;
}
.location-li li {
    border-bottom: 1px solid #e3e3e3;
    padding: 20px 20px;
    margin: 0;
    font-size: 19px;
    color: #555;
    width: 50%;
    float: left;
}
.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 200px;
    font-weight: 700;
    color: #0062c5;
    border-radius: 4px;
    font-size: 17px;
    letter-spacing: -0.06em;
}
@media(max-width:767px) {
    .location-li span {
        display: block;
    }
}
.location-li span i {
    margin-right: 15px;
    background: #3485D7;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    border-radius: 50%;
    font-size: 22px;
}
.location-li li:first-child{width: 100%;float: none;}

/*field*/
/* #field01 .con1 p:first-child{    text-align: center;
    padding: 20px;
    font-size: 17px;
    border: 1px solid #ddd;
    box-shadow: 4px 4px 0 rgba(0,0,0,0.1);
    font-weight: 500;
    margin-bottom: 20px;}
#field01 .con1 h4 + p {
    font-size: 34px;
    font-family: 'Nanum Myeongjo', serif;
    font-weight: 700;
    letter-spacing: -0.034em;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 30px;
}
#field01 .con1 h4 {
    font-size: 19px;
    text-align: center;
    color: #004c8e;
    font-weight: 400;
    margin-bottom: 30px;
} */
#field01 .con1 h4 + p::after {content: '';display: block;width: 80px;height: 1px;background: #333;margin: 20px auto 50px;}
#field01 .con2,
#field01 .con1 {
    padding-bottom: 50px;
    border-bottom: 2px dotted #eee;
}
#field01 .con dl {
    margin-bottom: 30px;
}    
#field01 dl:last-child {
    margin-bottom: 0;
}
#field01 .con dl dt{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    letter-spacing: -0.06em;
    color: #004c9c;
    }
#field01 .con dl dd{
    font-size: 17px;
    letter-spacing: -0.034em;
    line-height: 1.65;
    }
#field01 .con ul li{
    font-size: 16px;
    letter-spacing: -0.034em;
    line-height: 1.65;
    margin-bottom: 25px;
    position: relative;
    padding-left: 50px;
    padding-right: 60px;
    }
#field01 .con ul li span{
    font-weight: 200;
    color: #0663b3;
    position: absolute;
    left: 0px;
    font-size: 33px;
    top: -11px;
    display: block;
    font-family: 'Roboto Slab';
    font-style: italic;
    }
/* #field01 .con p{
    font-size: 17px;
    letter-spacing: -0.06em;
    margin-top: 50px;
    } */
#field01 .con3 h5{
    line-height:1.2;
}
#field01 .con3 dl{
    margin:30px 0;
}
#field01 .con3 dd{
    margin-bottom:20px;
}
#field01 .con3 p:last-of-type{
    margin-bottom:40px;
}
#field01 .subContent .con h5 small{
    display:block;
    margin-top:20px;
    font-size:16px;
}
#field01 .con h6{
    margin-top:40px;
    margin-bottom:20px;
    font-size:24px;
    font-weight:bold;
}
#field01 .con .table.table_default tbody .subject a, #community05 .con .table.table_default tbody .subject a{font-size: 16px;}
#field01 .con .board_data_view .header_wrap .title, #community05 .con .board_data_view .header_wrap .title{font-size: 22px;}
#field01 .con .table.table_default tr td, #field01 .con .table.table_default tr td, #community05 .con .table.table_default tr td, #community05 .con .table.table_default tr td{padding:15px}
span.numbering{
    margin-right:10px;
}
#field02 .con{padding-bottom: 60px;margin-bottom: 60px;}
#field02 .con:last-child{padding-bottom: 0;margin-bottom: 0;border-bottom:none}
#field02 .con > div:first-child > div:nth-child(1) {
    padding: 0;
}
#field02 .con > div:first-child > div img {
    margin-left: 0;
}
/* .field02_inner02{border: 3px solid #333} */
#field02 .con .col-md-9 ul{
    padding: 45px 0px 0 20px;
    position: relative;
}
#field02 .con .col-md-9 ul li{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    }
#field02 .con .col-md-9 ul li:first-child {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 25px;
}
#field02 .con .col-md-9 ul li:last-child{margin-bottom: 0;}
#field02 .con .col-md-9 ul:before {
    content: "";
    width: 50px;
    height: 50px;
    border-top: 5px solid #007ab0;
    border-right: 5px solid #97c93c;
    position: absolute;
    right: -3px;
    top: -3px;
    display: none;
}#field02 .con .col-md-9 ul:after {
    content: "";
    width: 50px;
    height: 50px;
    border-bottom: 5px solid #007ab0;
    border-left: 5px solid #97c93c;
    position: absolute;
    left: -3px;
    bottom: -3px;
    display: none;
}
#field02 .con .clearfix{margin-bottom: 70px;}
.trait-dl,
#field02 .con dl{
    margin-bottom: 50px;
}
.trait-dl:after,
#field02 .con dl::after {content: '';display: block;clear: both;}
.trait-dl dt,
#field02 .con dl dt{
    float: left;
    width: 25%;
    font-size: 20px;
    border-top: 1px solid;
    margin-bottom: 15px;
    padding-top: 10px;
}
.trait-dl dd,
#field02 .con dl dd{
    font-size: 15px;
    letter-spacing: -0.02em;
    margin-bottom: 5px;
    float: right;
    width: 72%;
    margin-left: 3%;
}
#field02 .con1 div:nth-child(7) dl dd::before, #field02 .con2 div:nth-child(4) dl dd::before {
    display: none;
}
#field02 .con1 div:nth-child(7) dl dd, #field02 .con2 div:nth-child(4) dl dd {
    margin: 0;
    padding: 0;
}
.field02_inner{padding: 30px 40px;background: #f8f8f8;}
.field02_inner p {
    font-size: 15px;
    margin-bottom: 20px;
}
/*준비중*/
.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;
}
/* board 추가 css */
.board_wrapper {
    margin-top: 0;
}
.board_data_view .header_wrap .title {
    font-size: 32px;
    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: 16px;
}
.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: 19px;
    color: #333;
    letter-spacing: -0.034em;
    font-weight: 500;
}
.table.table_default tr th, .table.table_default tr td {
    font-size: 17px;
    border-bottom: 1px solid #ddd;
}
.text-muted {
    font-size: 15px !important;
    margin-top: 8px !important;
    letter-spacing: -0.06em;
}
.checkbox label, .radio label {
    font-size: 16px;
    letter-spacing: -0.06em;
}
.custom_checkbox+span a {
    font-weight: 500;
}
.table_blog2 dd .inner {
    border: none;
}
.member_wrapper h1 {
    border: none;
    margin-top: 0;
}
.privacy_body {
    font-size: 16px;
    line-height: 1.6em;
    padding: 0 100px;
}
.table.table_default thead th {
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-weight: 700;
}
.table_default {
    border-top: 3px solid #333;
}
.table.table_default tbody .subject {
    padding: 22px 15px;
}
.table.table_default tr td {
    color: #777;
    padding: 22px 15px;
}
.badge {
    padding: 6px 6px;
    border-radius: 2px;
    font-weight: 400;
    font-size: 13px;
    margin-right: 3px;
}
.btn {
    font-size: 16px !important;
}
.subContent .board_wrapper h4 {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin: 10px 0;
}
.custom_radio+span {
    font-size: 17px;
    letter-spacing: -0.06em;
}
.radio-inline {
    margin: 2px 27px 2px 0 !important;
    width: 260px;
}
/* board 추가 css end */
#mainCarousel .carousel-inner .item:nth-child(1)::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,0.2);
}
#mainCarousel .carousel-inner .item:nth-child(2)::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,0.2);
}
.table_blog2 dd .inner .bottom{    padding: 10px 0 0;}
.table_blog2 dd .inner .bottom .info{display: none;}
.table_blog2 dd .inner .bottom .title a {
    font-weight: 500;
}
.greet .right-con{
    padding-right:60px;
}
.vision p,
.greet p{
    margin-bottom:20px;
}
.greet .quote{
    margin:20px 0;
    font-size:24px;
    font-weight:300;
    color:#111;
    letter-spacing: -0.03em;
    line-height:1.4;
}
.greet .quote span{
    font-weight:500;
}
.emp{
    font-weight:600;
    color:#004c9c
}

.greet p.small-quote{
    display:inline-block;
    font-weight:600;
    color:#666;
    border-bottom:1px solid #888;
}
.greet p.name{
    margin-top:40px;
    font-size:26px;
    text-align:right;
    font-weight: 500;
}
.greet p.name small{
    margin-right:10px;
    font-size:16px;
}
.vision p strong{
    border-bottom:1px solid #888;
}
.trait-dl dt{    font-size: 18px;}
.field03_inner{border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 25px;
    background: #f8f8f8;}
.field03_inner h6{    font-size: 22px;
    font-weight: 500;
    color: #2f8813;}
.field03_inner p{    font-size: 16px;}
.board_box_list .info span.writer, .board_box_list .info span.hits{display: none;}
.board_box_list{margin-bottom: 0 !important;
    padding: 30px;
    background: #f9f9f9;
    min-height: 290px;}
.board_box_list .page-header{    margin: 0 0 20px;}
.board_box_list ul li a{width: 80%;}
#inquiry tr td input + span.won{    margin: 10px 0 0 15px;
    display: inline-block;
    font-weight: 500;}
#inquiry .down_btn{    display: inline-block;
    font-size: 15px;
    padding: 10px;
    border-radius: 5px;
    background: #66a253;
    color: #fff;}
#inquiry .radio-inline{width: 100%;max-width: 110px;}
#inquiry .con2 dl{    padding: 30px;
    background: #e8f1e5;
    border: 1px solid #b9d2b2;
    overflow: hidden;}
#inquiry .con2 dl dt{       font-size: 23px;
    margin-bottom: 15px;
    width: 20%;
    float: left;
    color: #34821c;}
#inquiry .con2 dl dd{    width: 80%;
    float: left;
    margin-bottom: 5px;}
#inquiry .con2 dl dd span{    font-size: 17px;
    font-weight: 700;
    width: 100px;
    display: inline-block;}
.board_box_blog2 .page-header{display: none;}
.main_con02 h3{    margin: 0 0 30px;
    font-size: 40px;
    letter-spacing: -0.02em;
    font-weight: 700;
    text-align: center;}
.main_con02 .clearfix{margin-bottom: 60px;}

@media(max-width:767px){
    #mainCarousel .carousel-inner .item{height: 400px;}
    .carousel-control{display: none}
    .carousel-caption{    left: 5%;
        right: 5%;
        top: 50%;}
    .carousel-caption h1{font-size: 40px;}
    .container{width:100%}
    .carousel-caption p{    font-size: 16px;
        font-weight: 400;
        letter-spacing: -0.034em;}
    .carousel-caption p br{display: none;}
    .main_con03{    padding: 50px 0;}
    .main_con03 h3{margin: 0 0 30px;
        font-size: 40px;}
    .main_con03 h3:after{    margin: 30px auto 0;}
    .main_con03 h3 span{    font-size: 18px;}
    .main_con03 p{font-size: 15px;}
    .main_con02{padding:50px 0}
    .main_con02 h3{    margin: 0 0 20px;
        font-size: 34px;}
    .board_box_list{min-height: auto;}
    .main_bbs02 .board_box_list{padding-top: 0;}
    .board_box_list ul li a{width:65%}
    .navbar>.container .navbar-brand{    padding: 10px;
        width: 150px;}
    .navbar-inverse .navbar-toggle{padding:29px 0}
    .navbar-inverse .navbar-nav > li > a{    padding: 30px 30px 10px;
        font-size: 18px;
        font-weight: 500;}
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a{padding:5px 30px}
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#333}

    .sub_left{display: none;}
    .subTitle h3{   text-align: center;}
    .subTitle .breadcrumb{position: static;
        margin-top: 10px;}
    .greet .right-con{padding-right: 15px;}
    .greet .quote{    font-size: 20px;}
    .subContent p{font-size: 16px;}
    .greet p.small-quote{border-bottom: none;}
    .subContent{padding:30px 0 80px}

    .subContent .history_con h5{float: none;width: 100%;}
    .subContent .history_con p{float: none;
        padding-left: 41px;
        width: 100%;
        margin-top: 20px;}

    #field02 .con .col-md-9 ul{    padding: 20px 0;}
    #field02 .con .col-md-9 ul li:first-child{    font-size: 25px;}
    .trait-dl dt, #field02 .con dl dt{    width: 100%;
        float: none;}
    .trait-dl dd, #field02 .con dl dd{    float: none;
        width: 100%;
        margin-left: 0;}

    .search_wrap .write_btn_wrap{right: 0;}
    .search_wrap #search_kind, .search_wrap #search_query, .search_wrap #search_btn{    float: left;}
    .search_wrap #search_kind{    width: 25%;}
    .search_wrap #search_query{    width: 60%;}
    .search_wrap #search_btn{       width: 15%;
        padding: 10px 10px 11px;}
    .search_wrap #write_btn{    float: right;
        width: 40%;
        margin-top: 10px;}
    .board_wrapper .table colgroup, .board_wrapper .table tr .num, .board_wrapper .table tr .hits{display: none;}
    .table.table_default tr th, .table.table_default tr td{    font-size: 14px;    padding: 12px;}
    .board_wrapper .table .subject{width:55%}
    .board_wrapper .table .writer{width:20%}
    .board_wrapper .table .regdate{width:25%}
    .board_data_view .header_wrap .title{    font-size: 16px;
        padding: 0 15px;}
    #field01 .con .table.table_default tbody .subject a, #community05 .con .table.table_default tbody .subject a{    font-size: 14px;}
    .table_video dd .inner .top a .thumb, .table_blog2 dd .inner .top a .thumb{height: 110px;}
    .table_blog2 dd .inner .bottom .title a{font-size: 15px;}

    .board_wrapper .table.board_write_table .input-group, .board_wrapper .table.board_write_table .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%;}
    #frm_data_1, #frm_data_2, #frm_data_3{    width: 83%;}
    #inquiry .down_btn{font-size: 13px;
        margin: 10px 0;
        padding: 8px;}
    .board_wrapper .text-center .btn.btn-lg {
        padding-left: 60px;
        padding-right: 60px;
    }
    #inquiry .con2 dl dt{    width: 100%;
        float: none;}
    #inquiry .con2 dl dd{width: 100%;
        float: none;}

    #site footer .footer-info{    padding: 25px 0 20px;}
    #site footer .footer-info ul{    padding: 0;    text-align: center;
        margin-top: 15px;}
    #site footer .footer-info ul li{font-size: 13px;}
}