/* 웹폰트 Import */
@import url('/skin/notokr/notokr.css');

/* 스크롤 설정 */
html {overflow-x: hidden; overflow-y: scroll;}
body {background-color: #fff;}

/* 폰트 설정 */
* {font-family: 'notokr', 'Malgun Gothic', sans-serif !important; word-break : keep-all;}
h1, h2, h3, h4, h5, h6, p {font-family: 'notokr','Malgun Gothic', sans-serif !important;word-break : keep-all;}
.fa {font-family: 'FontAwesome' !important;}
.glyphicon {font-family: 'Glyphicons Halflings' !important;}
ol, ul, li {list-style: none; padding : 0;}
a{
    text-decoration : none;
    color : #000;
}
.container_contents{
    padding : 0;
    margin : 0;
    width : 100%;
}
.modal-name{
    color : #000;
}
/* 메뉴 설정 시작 */
.navbar-inverse {
    background : rgb(255, 255, 255);
    padding: 0;
    margin: 0;
    border : none;
    position: static;
    top: auto;
}
.navbar-inverse .divider-vertical, .footer-social-layout {display: none;}
.navbar~ br {display: none;}
.topmarginLay_a {display: none;}

/*===== 로고 설정 =====*/
.navbar-inverse .navbar-brand {
    padding: 0;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    margin-top: 23px;
    margin-left: 0 !important;
}
.navbar-inverse .navbar-brand img {
    margin-top: 0;
    margin-right: 8px;
    float: left;
}
.navbar-inverse .navbar-brand:after {
    content: "아성교역";
    color: #224a7c;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.5px;
    float: left;
    margin-top: 3px;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {color: #333; background-color: rgba(0,0,0,0);}
/*===== 메인 메뉴 설정 =====*/
@media screen and (min-width: 768px) {
	.navbar-nav>li>.dropdown-menu {
		left: 0;
		right: auto;
		animation-fill-mode: both;
		animation-duration: .5s;
		animation-name: fadeInRight;
		-webkit-border-radius: 0;
		border: none;
		background-color: rgb(0, 0, 0);
        padding:0;
	}

	.divider-vertical+li .dropdown-menu {
		left: auto;
		right: 0;
	}
}
@media screen and (min-width: 768px) {
	.navbar-inverse .navbar-nav>li {
		text-align: center;
	}
	.navbar-inverse .navbar-nav>li>a {
		padding: 31px 26px;
		color: #222;
		font-size: 18px;
		font-weight: 600;
		letter-spacing: -0.5px;
		line-height: 1;
		-webkit-text-shadow: none;
		text-shadow: none;
	}
	.navbar-inverse .navbar-nav>li>a:hover,
	.navbar-inverse .navbar-nav>li>a:focus,
	.navbar-inverse .navbar-nav>li:hover>a,
	.navbar-inverse .navbar-nav>li:focus>a,
	.navbar-inverse .navbar-nav>.open>a,
	.navbar-inverse .navbar-nav>.open>a:hover,
	.navbar-inverse .navbar-nav>.open>a:focus,
	.navbar-inverse .navbar-nav>.active>a,
	.navbar-inverse .navbar-nav>.active>a:hover,
	.navbar-inverse .navbar-nav>.active>a:focus {
		-webkit-box-shadow: none;
		box-shadow: none;
		background: none;
		color: #000;
	}
}

.navbar-nav .caret {
    display: none;
}

@media screen and (min-width: 768px) {
	.navbar-nav>li>.dropdown-menu {
		animation-fill-mode: both;
		animation-duration: .5s;
		animation-name: fadeInRight;
		-webkit-border-radius: 2px;
		border-radius: 0;
		border: 1px solid #eee;
		background-color: #fff;
		box-shadow: 0 0 0 rgba(0, 0, 0, 0);
		padding: 10px 15px;
	}
}
.navbar-inverse .dropdown-menu>li>a {
    padding: 9px 5px;
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 1;
    color: #222;
    text-transform: uppercase;
    position: relative;
}

.navbar-inverse .dropdown-menu>li>a:hover,
.navbar-inverse .dropdown-menu>li>a:focus {
    background-color: #f1f7ff;
    color: #225390;
    font-weight: 500;
}

.navbar-right {
    position : relative;
    height: 80px;
    padding: 0px 0;
}
.container_slide{
    width : 100%;
    padding : 0;
}
.fill{
    height : 760px;
}
.fill h1 {
    margin: 0 0 40px;
    text-align: left;
}
.fill h1 span {
    background: none;
    opacity: 1;
    font-size: 85px;
    font-weight: 600;
    display: block;
    text-shadow: none;
}
.fill h1 span span {
    font-size: 32px;
    font-weight: 600;
    padding: 0;
    display: block;
    margin-bottom: 10px;
}
.fill p span {
    background: none;
    opacity: 1;
    font-size: 32px;
    display: block;
    text-align: left;
    font-weight: 300;
    letter-spacing: -1px;
    text-shadow: none;
}
.carousel-caption {
    top: 34%;
    padding: 0;
    bottom: auto;
}

.carousel-control {
	display:none;
}
.carousel-indicators li{
    width: 11px;
    height: 11px;
    border: none;
    background: #fff;
    margin: 0 4px !important;
    box-shadow:0 1px 2px rgba(0,0,0,0.15)
}
.carousel-indicators li.active{
    width: 12px;
    height: 12px;
    border: none;
    background: #ff3636;
    margin:  0 4px !important;
}
.glyphicon-chevron-right:before{
    content: "";
    background: url(/skin/img/main/arrow_next.png) no-repeat;
    position: absolute;
    width: 100px;
    height: 100px;
    top: -100%;
}
.glyphicon-chevron-left:before{
    content: "";
    background: url(/skin/img/main/arrow_prev.png) no-repeat;
    position: absolute;
    width: 100px;
    height: 100px;
    top: -100%;
}
@media (min-width: 768px){
    .col-sm-125{
        width : 12.5%;
    }
    .col-sm-20 {
        width: 20%;
    }
    .col-sm-1425{
        width : 14.25%;
    }
    .col-sm-20, .col-sm-125, .col-sm-1425 {
        float : left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .col-sm-1425{
        padding : 30px 0; 
    }
}
/*main-page*/
.main-se{
    padding : 80px 0 ;
}
.main-se2 {
    padding: 65px 0 65px 0;
    background: #f5f5f5;
}
.main-area01 .pro-box {
    text-decoration: none;
    display: block;
}
.main-area01 .pro-box a {
    display: block;
    margin: auto;
}
.main-area01 .pro-box p {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #333;
    margin: 0;
    letter-spacing: -0.5px;
    padding: 13px 0 0;
    border-top: none;
    transition: all ease .3s;
    line-height: 1;
}
.main-area01 .main-txt span {
    display: block;
    font-size: 17px;
    margin: 0 0 10px;
    font-weight: 500;
    color: #999;
    line-height: 1;
    letter-spacing: -0.5px;
}
.main-area01 .main-txt h3 {
    font-size: 54px;
    margin: 0;
    padding: 0px 0 30px 0;
    position: relative;
    color: #222;
    letter-spacing: -1px;
    line-height: 1;
}
.main-area01 .main-txt h3::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #000;
}
.main-area01 .main-txt p {
    padding-top: 30px;
    font-size: 15px;
    line-height: 1.75;
    color: #333;
    letter-spacing: -0.3px;
    margin: 0;
}
.main-area01 .pro-box img{
    border : 1px solid #ddd;
    width : 100%;
}
.main-con-wrap{
    display: block;
    width: 100%;
    height: 240px;
    background: #fff;
    padding: 15px 0;
}
.online-form div,.mail-form div {
    height: 210px;
    margin: auto;
    text-align: center;
    padding: 30px 0;
    background: #fff;
    position : relative;
}
.online-form div a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.online-form a {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin: 0 0 10px;
    /* display: table-cell; */
    /* vertical-align: middle; */
    width: 150px;
    height: 150px;
    margin: auto;
    padding: 43px 0;
}
.online-form a i,.mail-form i, .custom-center i{
    padding-right : 10px;
}
.online-form a small{
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #969696;
}
.online-form p {
    color: #333;
    font-size: 15px;
    margin-bottom: 0;
    letter-spacing: -0.8px;
}
.online-form span {
    color: #db1b22;
    border: 1px solid;
    width: 170px;
    height: 45px;
    display: inline-block;
    line-height: 43px;
    font-size: 15px;
    margin-top: 28px;
}
.online-form:hover a {
    color: #333;
}

.online-form:hover  span {
    background: #db1b22;
    color: #fff;
}
.mail-form > div:before{
    content : "";
    position : absolute;
    width : 1px;
    height : 20%;
    left : -15px;
    top : 50%;
    transform : translateY(-50%);
    background : #ddd;
}
.mail-form > div:after{
    content : "";
    position : absolute;
    width : 1px;
    height : 20%;
    right : -15px;
    top : 50%;
    transform : translateY(-50%);
    background : #ddd;
}
.mail-form h4{
    font-size : 24px;
    text-align : center;
    margin : 0;
    padding: 43px 0 0 0;
}
.mail-form p, .custom-center p{
    font-size : 24px;
    text-align : center;
    margin: 0;
    padding: 10px;
}
.custom-center{
}
.custom-center > div {
    background: #fff;
    height: 210px;
    margin: auto;
    text-align: center;
    padding: 30px 0 0;
}
.custom-center h4{
    padding : 43px 0 0 0;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin: 0;
}
.custom-center p {
    font-size : 24px;
    text-align : center;
    margin: 0;
    padding: 10px;
    color: #db1b22;
}
.custom-center span {
    position: relative;
    display: block;
    font-size: 36px;
    color: #db1b22;
    font-weight: 300;
    letter-spacing: -0.5px;
}
/* subpage setting */
.sub-layout{
    width : 100%;
    padding : 0;
    margin : 0;
}
.pageheader {
    height : 350px;
    /*margin-top : 171px;*/
    background: #000 url("/skin/img/sub/subTop.jpg") no-repeat center / cover;
}
.pageheader .container{
	position:relative;
	height:100%;
}
.pageheader h2 {
    margin: 150px 0 10px;
    font-size: 50px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.01em;
}
.pageheader p{
    text-align : center;
    color : #fff;
}
.breadcrumb {
    padding: 0;
    background: transparent;
    font-size: 14px;
    margin: 12px 0 0;
    color: #fff;
    text-align: center;
}
.breadcrumb li{
    opacity: 0.7;
}
.breadcrumb .active{
	color : #fff;
	opacity: 1;
}
.snb {
    background: #f3f3f3
}
.snb ul {
    margin: 0 auto;
    width:100%;
    max-width: 1140px;
    /*box-shadow: 0px 6px 8px rgba(0,0,0,0.08);*/
	display:flex;
}
.snb ul:after{
	content:'';
	display:block;
	clear:both;
}
.snb li{
	/* float:left; */
	width:100%;
	position : relative;
}

.snb li:last-child::before{
    content : none;
}
.snb a {
    display: block;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-weight: 400;
    color: #888;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: -0.5px;
}
.snb .active a {
    font-weight: 500;
    color: #1d477b;
}
/*subpage*/

.subpage-content .title h3 {
    font-size: 40px;
    color: #222;
    font-weight: 500;
    margin: 60px 0;
    position: relative;
    text-align: Center;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
    letter-spacing: -0.5px;
}
.subpage-content .title h3::after {
    content: '';
    display: block;
    width: 20%;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
    background: #225390;
}
.subpage-content .con-area{
    margin-bottom : 40px;
}
.subpage-content .con-area h4 {
    font-size: 26px;
    padding-left: 15px;
    position: relative;
    margin: 0 0 20px;
    letter-spacing: -0.8px;
}
.subpage-content .con-area h4::before{
    content : "";
    width : 8px;
    height : 8px;
    border-radius : 200px;
    position : absolute;
    left : 0;
    top : 50%;
    transform : translateY(-50%);
    background : #225390;
}
#pro04 .con-area h4{
    margin-bottom : 30px;
}
.subpage-content .con-area h5 {
    text-align: center;
    font-size: 30px;
    background: #f4fbfd;
    margin: 0;
    padding: 14px;
    letter-spacing: 1.7px;
    border: 1px solid #ddd;
}
.subpage-content .con-area > .row{
    display: flex;
    flex-direction: column;
    flex-flow: wrap;
}
.subpage-content .con-area > .row > .col-sm-12{
    flex-grow : 1;
}
.subpage-content .con-area > .row > .col-sm-6{
    float : none;
}
.subpage-content .con-area > .row > .col-sm-6:nth-child(2) {
    /* border: 1px solid #ddd; */
    /*margin: 0 15px;*/
    /*inline-size: calc(50% - 30px);*/
    /* padding: 40px; */
}
.subpage-content .con-area > .row > .col-sm-6:nth-child(2) img {
    margin: 20px auto;
}
.subpage-content .con-area > .row > .col-sm-6:nth-child(2) .col-sm-12 + .col-sm-12 img {
    margin-top: 0 !important;
}


.sub-layout {
    /* padding: 0 0 100px; */
    margin: 0;
    width: 100%;
}
.subpage-content {
    padding-bottom: 100px;
}
/*table*/
.table {
    width: 100%;
    height: 100%;
    border: none;
    border-top: 2px solid #333;
    border-bottom: 1px solid #333;
    margin: 0;
}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    vertical-align: middle;
    padding: 10px 15px !important;
    color: #666;
    font-size: 15px;
    letter-spacing: -0.5px;
    line-height: 1.55;
    border: none;
    border-bottom: 1px solid #ddd
}

.table>tbody>tr>th {
	background: #f6f6f6;
	white-space : nowrap;
}

.table>thead>tr>th,
.table>tbody>tr>th {
    color: #333;
}

.dh-board .table {
    height: auto;
    margin: 0;
    border-top: 2px solid #333;
    border-bottom: 1px solid #333;
}
.dh-board thead tr th {
    background: #f6f6f6;
    font-weight: 500;
    font-size: 16px;
}
.dh-board thead tr th,
.dh-board tbody tr td {
    padding: 15px !important;
}

.dh-board tbody tr td strong a {
    font-weight: 400;
}

.dh-board tbody tr td strong a:hover{
    color:#222 !important;
    text-decoration:underline;
}

.dh-board tbody tr:hover {
    background: #fff;
}

.dh-margin-top {
    margin-top: 30px;
}

.pagination > li > a,
.pagination > li > span {
    border: 1px solid #fff;
    border-radius: 0 !important;
    margin-top: 0;
    margin-bottom: 0;
    color: #555 !important;
    font-size: 16px;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 33px;
    text-align: center;
}

.pagination > li:first-child > a,
.pagination > li:last-child > a {
    border: 1px solid #ddd;
    font-size: 13px;
}

.pagination > li:last-child > a {
    margin-left: 10px;
}

.pagination > li:first-child > a {
    margin-right: 10px;
}

.pagination > .active > a,
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    border: 1px solid #225390;
    background: #225390 !important;
    font-weight: 600;
    color: #fff !important;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    border-color: #fff;
    background: #fff;
}

#insertForm .input-group .btn {
    border-radius: 0;
    border-color: #ddd;
}

#insertForm .input-group .form-control {
    box-shadow: none;
    border-color: #ddd;
}

#insertForm .input-group #btnNew {
    background: #333;
    border: 1px solid #333;
    color: #fff;
}


.dh-board .label {
    background: rgba(0,0,0,0) !important;
    font-size: 12px;
}

.dh-board .label-danger {
    color: #d9534f;
}

.dh-board .label-default {
    color: #888;
}

.dh-board .label-primary {
    color: #2976c3;
}
/*intro hello*/
.hello p {
    font-size: 18px;
    padding-bottom: 2px;
    letter-spacing: -0.5px;
    color: #666;
    line-height: 1.65;
    font-weight: 350;
}
.hello .quote {
    color: #225390;
    letter-spacing: -1px;
    font-size: 30px;
    margin: 0 0 20px;
    font-weight: 500;
    line-height: 1;
}

.hello p span {
    color: #008a12;
    font-weight: 500;
}
.hello p:nth-last-child(1) {
    font-size: 24px;
    font-weight: 500;
    color: #333;
    margin: 20px 0 0;
    text-align: right;
}
.history-table {
    background: #fff;
    margin: 0px auto 0;
    max-width: 900px;
    border-top: none;
    border-bottom: none;
}
.history-table.table-style tr th {
    position: relative;
    border-right: 2px solid #e1e9f4;
    font-size: 33px;
    color: #b3c8e2;
    font-weight: 300;
    text-align: center;
    border-bottom: none;
    background: none;
    font-style: italic;
}
.history-table.table-style tr th:after {
    content: '';
    display: block;
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translatey(-50%);
    width: 14px;
    height: 14px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    background: #719dda;
}
.history-table.table-style tr td {
    font-size: 16px;
    border-bottom: none;
    padding: 10px 35px !important;
}
.history-table.table-style .li-dot{
    margin : 0;
}
/*contact-page*/
.location-li{
    border-top: 2px solid #222;
    margin: 20px 0 0;
}
.location-li li {
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    letter-spacing: -0.5px;
    color: #555;
}
.location-li span {
    display: inline-block;
    margin-right: 5px;
    min-width: 160px;
    font-weight: 500;
    color: #222;
    height: 100%;
    padding: 15px;
}
.location-li span i {
    margin-right: 10px;
    color: #225390;
    display: inline-block;
    width: 15px;
    text-align: center;
}
/*product-page*/
#pro03 .se3 .con-area .table{
    height : auto;
}
#pro03 .se4 .con-area h5 {
    background: rgba(0,0,0,0);
    font-size: 15px;
    margin: 13px 0 25px;
    padding: 0;
}
#pro03 .se4 .con-area .inner {
    border: 1px solid #ddd;
}
#pro04 .ex-p{
    font-size : 20px;
    margin : 0;
    height : 250px;
    display : table;
    border-top: 2px solid #222;
}
#pro04 .ex-p p{
    display : table-cell;
    vertical-align : middle;
}
#pro04 .ex-p p:before{
    content : "·";
    padding-right : 10px;
}
#pro04 .ex-list,.ad-list{
    margin : 0 0 20px 0;
    font-size : 20px;
    border-top: 2px solid #222;
}
#pro04 .ex-list li,.ad-list li{
    margin-bottom : 10px;
    padding-top : 10px;
}
#pro04 .ex-list li:before{
    content : "·";
    padding-right : 10px;
}
#pro04 .ad-list li:first-child{
    font-weight : 500;
    padding-left : 15px;
}
#pro04 .ad-list li:not(:first-child):before{
    content : "-";
    padding-right : 10px;
}
#pro04 .table-style tr > th{
    background: #f6f6f6;
}
#pro04 .table{
    margin-top : 30px;
}
#pro05 .con-area .con-list ul {
    margin: 15px 0 0 15px;
}
#pro05 .con-area .con-list ul li {
    font-size: 17px;
    font-weight: 400;
    padding-bottom: 10px;
}
#pro05 .con-area .con-list ul li:first-child {
    font-weight: 600;
    font-size: 22px;
    margin: 0;
}
#pro05 .inner {
    border: 1px solid #ddd;
}
#pro05 .inner-wrap .col-sm-4{
    padding : 0 5px;
}
#pro05 .inner-wrap .col-sm-4:nth-child(n+4) .inner{
    margin-top : 30px;
}
#pro05 .pro5-title img{
    height : 200px;
}
/*result-page*/
.result-img img {
    border: 1px solid #e0e0e0;
    padding: 10px 60px;
    margin-bottom: 30px;
}
#result .sub-title {
    padding: 70px 0 0;
}
#result .sub-title h4 {
    font-size: 26px;
    padding-left: 15px;
    position: relative;
    margin: 0 0 20px;
    letter-spacing: -0.8px;
}
#result .sub-title h4::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 200px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #225390;
}
#result .sub-list{
}
#result .sub-list ul {
    background: #f7f7f7;
    padding: 30px 35px 25px;
    display: flex;
    flex-flow: wrap;
    margin: 0;
}
#result .sub-list ul li {
    width: 50%;
    font-size: 15px;
    letter-spacing: -0.5px;
    padding-bottom: 6px;
    padding-left: 10px;
    color: #555;
    position: relative;
}
#result .sub-list ul li::before {
    content: "";
    width: 2px;
    height: 2px;
    background: #444;
    position: absolute;
    left: 3px;
    top: 10px;
}
/*cert-page*/
#cert .cert-img > div{
    margin-bottom : 30px;
}
#cert .cert-img img {
    border: 1px solid #eee;
    padding: 7px 7px;
    cursor : pointer;
}
#cert .cert-img h4{
    margin : 15px 0 0 0;
    text-align : center;
}
/*submit-page*/
#mailForm {
    max-width: 800px;
    margin: 0 auto;
}

#mailForm .checkbox {
    margin-bottom: 30px;
}
#mailForm label[for='mail_agree'] {
    font-size: 13px;
    color: #666;
    font-weight: 400;
    margin: 0;
}
#mailForm .btn-primary {
    font-weight: 500;
    margin: 50px auto 0;
    border-radius: 0;
    width: 170px;
    height: 50px;
    border: none;
    color: #fff;
    background: #1b65c1;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    transition: all ease 0.3s;
    line-height: 1;
}
#mailForm .btn-primary:hover,
#mailForm .btn-primary:focus {
    background: #225390;
}

.form-group label {
    font-size: 1.1em;
    letter-spacing: -0.02em;
    font-weight: 500;
    color: #424242;
    margin: 0 0 10px;
}
.form-group .form-control {
    box-shadow: none;
    border-color: #ddd;
    height: auto;
    padding: 8px 12px;
    border-radius: 0;
}
.form-group .form-control:focus {
    border-color: #1b65c1;
}
.form-group textarea.form-control {
    height: 200px !important;
}
/*footer*/
.footer-img {
    padding-bottom: 30px;
}
.footer_copy > div {
    text-align: left;
    background: #333;
    color: rgba(255,255,255,0.7);
    font-weight: 400;
    font-size: 13px;
    padding: 40px 0;
    letter-spacing: -0.3px;
}
.footer_copy ul {
    margin: 0;
    padding: 0;
    text-align: center;
    display : flex;
    flex-wrap : wrap;
    justify-content: center;
}
.footer_copy ul li {
    margin-bottom: 5px;
    padding: 0 6px;
}
.footer_copy .copy {
    margin: 3px 0 0;
    opacity: 0.7;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0;
}
.footer_copy .container + br {
    display: none;
}
/*board-css*/

.dh-view-box {
    margin-top: 0;
}
.sns-box{display: none;}
.dh-view-box>.row>.page-header {
    border-top: 2px solid #333;
    border-bottom: 1px solid #ddd;
    padding: 15px 20px;
    margin: 0;
    background: #f6f6f6;
}
.dh-view-box>.row>.page-header>h4 {
    color: #222;
    margin: 0;
    font-size: 26px;
    letter-spacing: -0.8px;
}
.dh-view-box>.row>.dh-view-info {
    border-bottom: 1px solid #ddd;
    background: transparent;
    padding: 8px 20px 8px;
    color: #888;
}
.dh-view-box>.row>.dh-view-info>span{padding: 0 15px 0 0;}
.dh-view-box>.row>.dh-view-info>span>strong{color: #555; padding: 0 5px 0 0;}
.dh-view-box .dh-attach h6{margin: 0 0 0; padding: 5px 5px 0;}
.dh-view-box>.row:nth-child(2)>div:nth-child(3){padding: 15px 20px 40px !important;}
/*lang-btn*/
.lang-btn-box{
    display: inline-block;
    position: absolute;
    right: -40%;
    top: 22px;
    line-height: 32px;
}
.lang-btn-box ul li button {
    padding: 9px 5px;
    border-bottom: none;
    border-top: none;
    font-size: 13px;
    color: #999;
    line-height: 1;
    font-weight: 600;
    border: none;
    background: rgba(0,0,0,0);
    letter-spacing: -0.3px;
}
.lang-btn-box ul{
    display : flex;
    margin : 0;
	border: 1px solid #bbb;
    border-radius: 50px;
    padding: 0 15px;
}
.lang-btn-box .lang-e-btn{
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-left: none;
}
.lang-btn-box .lang-k-btn{
    /* border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-right: none; */
}
.lang-btn-box ul li button:hover,
.lang-btn-box ul li button:focus{
    background: #fff;
    color: #222;
}
.lang-btn-box ul li button.active {
    color: #3468b3;
}
.lang-btn-box ul li button[disabled="disabled"]:hover{
    background: #0c5ab9;
    color: #fff;
}
/*page-reading*/
.maintenance {
    padding: 0px 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: 15px;
    letter-spacing: -0.03em;
    color: #666;
    margin-bottom: 30px;
}

.maintenance .btn {
    border: none;
    width: 170px;
    height: 47px;
    border-radius: 0;
    line-height: 45px;
    font-size: 15px;
    font-weight: 500;
    padding: 0;
    background: #1b65c1;
    color: #fff;
}

/* login */

.login-layout,
.id-find-layout,
.pw-find-layout{
    background: #f5f5f5;
    padding: 100px 15px;
	margin-top:-30px;
}
.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel{
    box-shadow: none;
    max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 0px;
}
.login-layout .panel hr,
.id-find-layout .panel hr,
.pw-find-layout .panel hr{
    display: none;
}
.login-layout .panel .panel-body,
.id-find-layout .panel .panel-body,
.pw-find-layout .panel .panel-body{
    padding: 0;
}
.login-layout .panel-body > div.col-sm-12,
.id-find-layout .panel-body > div.col-sm-12,
.pw-find-layout .panel-body > div.col-sm-12 {
    float: none;
}
.login-layout .panel-body > div.col-sm-12 h2,
.id-find-layout .panel-body > div.col-sm-12 h2,
.pw-find-layout .panel-body > div.col-sm-12 h2{
    text-align: center;
    margin: 0 0 15px;
    line-height: 1;
    color: #222;
    font-size: 32px;
}
.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 30px;
    padding: 0;
}
.inner-box-msg p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #555;
    margin: 0;
}
.inner-box-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}
.login-layout label,
.id-find-layout label,
.pw-find-layout label{
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}
.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control{
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #ddd;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
}
.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus{
    border-color: #1b65c1;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
    float: none;
    width: 100%;
    height: 50px;
    background: #1b65c1;
    border-radius: 0px;
    border: none;
    font-size: 15px;
    letter-spacing: -0.03em;
    box-shadow: none;
    margin-top: 15px;
    transition: all ease 0.3s;
}
.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover{
    background: #225390;
}
.login-layout form > div > p,
.id-find-layout form > div > p,
.pw-find-layout form > div > p{
    width: 50%;
    margin: 0;
    float: left;
    text-align: center;
    line-height: 1;
}
.login-layout form > div > p + p,
.id-find-layout form > div > p + p,
.pw-find-layout form > div > p + p {
    border-left: 1px solid #ccc;
}
.login-layout form > div > p > a,
.id-find-layout form > div > p > a,
.pw-find-layout form > div > p > a{
    font-size: 14px;
    color: #555;
    letter-spacing: -0.03em;
    display: block;
    padding: 2px 0;
}

/* mobile */
@media (max-width:768px){
	/*모바일 메인 & 서브 상단 마진*/
	/* .container_slide,.sub-layout{margin-top: 89px;} */

	/* 모바일 상단메뉴 */
	.navbar-header{background: #fff;}
	.navbar-header .navbar-brand{
		margin-top: 10px;
		padding: 10px 15px;
	}
	.navbar-brand img{
		margin: 0;
	}
	.navbar-inverse .navbar-brand:after {
		top: 21px;
		left: 52px;
		font-size: 23px;
		margin-left: 0;
	}
	.navbar-inverse .navbar-toggle {
		margin: 17px 20px;
		background: #fff;
		border: none;
	}
	.navbar-inverse .navbar-toggle:focus, 
	.navbar-inverse .navbar-toggle:hover {
		background: #fff;
	}
	.navbar-inverse .navbar-toggle .icon-bar {
		width: 28px;
		height: 2px;
		background-color: #555;
	}
	.navbar-inverse .navbar-toggle:focus .icon-bar{
		background-color: #555;
	}
	.navbar-toggle .icon-bar+.icon-bar {margin-top: 6px;}
	.navbar-right {height: auto;}
	/* 모바일 드롭다운메뉴 */
	.navbar-nav .open .dropdown-menu {padding: 0;}
	.navbar-fixed-top .navbar-collapse{max-height: 370px;}
	.navbar-inverse .navbar-nav{margin: 0 -15px;padding: 0;display: block;}
	.navbar-inverse .navbar-nav > li:nth-child(7),
	.navbar-inverse .navbar-nav > li:nth-child(8){display:none;}
	.navbar-inverse .navbar-nav > li > a {
		margin: 0;
		/* padding: 14px 15px; */
		font-size: 18px;
		font-weight: 500;
		color: #fff;
		background: #436490;
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
		letter-spacing: -0.03em;
		text-shadow: none;
		text-align: left;
	}
	.navbar-inverse .navbar-nav>.open>a,
	.navbar-inverse .navbar-nav>.open>a:focus,
	.navbar-inverse .navbar-nav>.open>a:hover,
	.navbar-inverse .navbar-nav>li>a:focus,
	.navbar-inverse .navbar-nav>li>a:hover {
		color: #fff;
		background-color: #224a7c;
		border-bottom: 1px solid #444;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		font-size: 15px;
		color: #fff;
		padding: 5px 25px;
		letter-spacing: -0.03em;
		text-align: left;
		background: #45576f;
		line-height: 30px;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-inverse .navbar-nav>.open .dropdown-menu>li>a:hover{
		background: #45576f;
	}
	
	/* 모바일 배너이미지 */
	.container_contents .col-sm-12{padding:0;}
	.fill{background: url(/skin/img/slide/slide01.jpg) no-repeat center / cover !important;}
	.fill, .carousel-inner .item{height: 250px!important;}
	
	.carousel-caption {top: 28%; left: 10%;}
	.carousel-caption h1 span,
	.carousel-caption h1 span b {font-size: 30px;}
	.fill h1 {margin: 0 0 15px;}
	.fill p span {font-size: 17px;}
	
	/* 모바일 메인페이지 */
	.intro-html-layout section {
		margin-top: 30px;
		padding: 0 20px;
	}
	.main-txt{
		margin-bottom: 15px;
		text-align: center;
	}
	.main-area01 .main-txt h3 {
		padding: 0px 0 20px 0;
		font-size: 25px;
	}
	.main-area01 .main-txt h3::after {left: 47%;}
	.main-area01 .main-txt p {
		padding-top: 20px;
		font-size: 15px;
	}
	.main-area01 .main-txt p br{display:none;}
	.main-area01 .pro-box p {
    	padding: 15px 0 30px;
		font-size: 18px;
		text-align: center;
	}
	.main-con-wrap {
		height: auto;
		padding: 15px 0 40px;
	}
	.online-form div{height: auto;padding: 0;}
	.online-form a {padding:0;}
	.online-form br{display:none;}
	.online-form a small {padding-left: 10px;}
	
	.mail-form div {
		height: auto;
		padding: 0;
	}
	.mail-form h4 {
		font-weight: 600;
		padding: 25px 0 0 0;
	}
	.custom-center h4 {padding: 0;}
	.custom-center > div {
		height: auto;
		padding: 3px 0 0;
	}
	
	.mail-form h4, .mail-form p, .custom-center h4, .custom-center p{display: inline-block;}
	.online-form div, .mail-form div, .custom-center > div{text-align: left;}
	.online-form a, .mail-form h4, .custom-center h4{font-size: 18px;}
	.mail-form p, .custom-center p{font-size: 16px;}

	/* 모바일 서브페이지 공통*/
	.sub_left{display:none;}
	.subpage .pageheader {height: 165px;}
	.subpage .pageheader h2 {
		margin: 50px 0 0;
    	font-size: 33px;
	}
	.breadcrumb {margin: 7px 0 0; font-size: 13px;}
	.snb a{font-size: 15px; font-weight: 500; letter-spacing: -1px;}
	.subpage-content {padding-bottom: 50px;}
	.subpage-content .title h3 {
		margin: 20px 0 30px;
		padding-bottom: 25px;
		font-size: 25px; 
	}
	

/* 회사소개 */
	/* 인사말 */
	#intro01 .hello .quote {font-size: 17px;}
	#intro01 .hello p {
		font-size: 16px;
		padding-bottom: 0;
		line-height: 1.5;
	}
	#intro01 .hello .col-sm-5{display:none;}

	/* 연혁 */
	#intro02 .history-table.table-style tr th {
	    font-size: 23px;
	}
	#intro02 .history-table.table-style tr td {
    	font-size: 16px;
    	padding: 10px 0 0 15px !important;
	}
	
	/* 오시는길 */
	#contact iframe{height: 250px;}
	#contact .location-li span {
		margin-right: 0;
		min-width: 105px;
		padding: 10px 5px;
	}
	#contact .location-li span i {
    	margin-right: 7px;
	}
/* 제품소개 */
	/* 경보장치 */
	.subpage-content .con-area h4, #result .sub-title h4{
		font-size: 18px;
		margin:0;
	}
	.subpage-content .con-area > .row > .col-sm-6:nth-child(2) img {
    margin: 20px auto;
    width: 100%;
}
	.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {padding: 5px 10px !important;}
	
	.con-area >div>.col-sm-6{
		margin: 0 auto;
	}
	#pro02 .con-area >div>div:nth-of-type(3){
		width: 100%;
	}
	#pro04 .ex-list, .ad-list{
    	margin: 20px 0;
		font-size: 16px;
	}
	#pro04 .ex-p {
    	height: auto;
		padding: 10px;
		margin: 20px 0 0;
	}
	#pro05 .subpage-content .con-area h4 {
	    margin-bottom: 15px;
	}
/* 납품실적 */
	#result .result-img img {
    	padding: 0 10px;
		margin-bottom: 10px;
	}
	#result .result-img .col-xs-6:nth-of-type(2n-1){padding-right: 5px;}
	#result .result-img .col-xs-6:nth-of-type(2n){padding-left: 5px;}
	#result .sub-title {padding: 30px 0 0;}
	#result .sub-list ul {padding: 15px 8px 0;}
	
	
/* 모바일 로그인 */
.login-layout,
.id-find-layout,
.pw-find-layout {
	padding: 20px 15px;
}
.login-layout .panel,
.id-find-layout .panel,
.id-find-layout .panel {
	padding: 40px;
}
.login-layout .panel-body > div.col-sm-12 h2,
.id-find-layout .panel-body > div.col-sm-12 h2,
.pw-find-layout .panel-body > div.col-sm-12 h2{
	font-size: 24px;
}
.inner-box-msg p {
	font-size: 12px;
}
.login-layout label,
.id-find-layout label,
.pw-find-layout label {
	font-size: 14px;
}
.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control{
	font-size: 13px;
	height: 36px;
}
.login-layout form > div > p > a,
.id-find-layout form > div > p > a,
.pw-find-layout form > div > p > a{
	font-size: 12px;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
	height: 45px;
	font-size: 14px;
	margin-top: 10px;
}
}