<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('/skin/font/notokr/notokr.css');
@import url('https://use.fontawesome.com/releases/v5.8.2/css/all.css');
@import url('https://use.fontawesome.com/releases/v5.8.2/css/v4-shims.css');

/* 초기화 코드 */
html{ overflow-x: hidden; overflow-y: scroll;}
.body-layout{background-color: #fff;}
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { 
	font-family: 'notokr',  "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif; 
}
ol, ul, li{list-style: none;list-style-position: inside;}
p, li, dl, dt, td, th, h1, h2, h3, h4, h5{word-break:keep-all;}
a{text-decoration: none;}

.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center &gt; br,
.topmarginLay_a{display: none;}

/*메인 &amp; 서브 상단 마진*/
.container{position:relative;}
.container_slide,.sub-layout{margin-top: 95px;}

/*------ 상단 메뉴 설정 -------*/
.navbar-inverse{
	margin: 0; padding: 0;
    background: #fff;
    border-bottom: 1px solid #eee;
}

@media (min-width:768px){
    .navbar-inverse{
        min-height:95px
    }
}
/* 메뉴상단 */
.lang-wrap {
	background: #464a4e;
}

.lang-wrap ul {
    margin-bottom: 0;
    padding: 0;
    float: right;
}

.lang-wrap ul li {
    float: left;
    border-right: 1px solid #777;
}

.lang-wrap ul li:first-child {
    border-left: 1px solid #777;
}

.lang-wrap ul li a {
    color: #fff;
    padding: 2px 20px;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
}

.lang-wrap ul li a.active {
    background: #fff;
    color: #00a88e;
	font-weight:600;
}
/*로고*/
.navbar-inverse .navbar-brand {
    padding: 0;
    margin: 20px 0 0!important;
}
.navbar-inverse .navbar-brand img {
	margin-top:-0 !important;
}

/* 메인메뉴 */
.navbar-inverse .navbar-nav {
    z-index: 100;
}
/* .navbar-inverse .navbar-nav &gt; li{
	padding-bottom: 30px;
} */
.navbar-inverse .navbar-nav &gt; li &gt; a {
    padding: 47px 20px 27px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    letter-spacing: -0.5px;
}
/* [data-lang="en"] .navbar-inverse .navbar-nav &gt; li &gt; a{
    padding-left:10px;
    padding-right:10px;
} */
.navbar-inverse .navbar-nav &gt; li &gt; a:hover,
.navbar-inverse .navbar-nav &gt; li &gt; a:focus,
.navbar-inverse .navbar-nav&gt;.open&gt;a, 
.navbar-inverse .navbar-nav&gt;.open&gt;a:focus, 
.navbar-inverse .navbar-nav&gt;.open&gt;a:hover {
	color: #436ed2;
	background-color: rgba(0,0,0,0);
}
/* 상단 서브 메뉴 설정 시작*/
@media screen and (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        padding: 15px 15px;
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        background: #fff;
        border: none;
        border-top: 2px solid #436ed2;
    }
	
	.navbar-inverse .navbar-nav .dropdown-menu &gt; li:last-child {		border-bottom: 0;	}
	
    .navbar-inverse .navbar-nav .dropdown-menu &gt; li &gt; a, 
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a {
        text-align: center;
        color: #111;
        padding: 8px;
        font-size: 14px;
        line-height: 1;
        letter-spacing: -0.03em;
        text-align: center;
    }
	
    .navbar-inverse .navbar-nav .dropdown-menu &gt; li &gt; a:hover, 
    .navbar-inverse .navbar-nav .dropdown-menu &gt; li &gt; a:focus {
        color: #236ed6;
        background: rgba(0,0,0,0);
        text-decoration: underline;
    }
}
/* 상단 서브 메뉴 설정 끝*/
/*------ //상단 메뉴 설정 ------*/
/*------- CAROUSEL -------*/
.container_slide{
	width:100%;
	padding:0;
}
.container_slide &gt; .fill, 
.carousel-inner .item .fill {
    height: calc(100vh - 95px);
    min-height:700px;
}
.carousel,
.carousel-inner{
	position: relative;
}
.carousel-inner .item:nth-of-type(1) {
    background: url(/skin/img/slide/slide01.jpg) no-repeat center / cover;
}
.carousel-caption {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 23%;
    bottom: auto;
    text-align: left;
}
.carousel-caption h1 {
    margin: 0 0 30px;
}
.carousel-caption h1 &gt; span {
    font-size: 43px;
    font-weight: 500;
    letter-spacing: -0.04em;
    /* text-transform: capitalize; */
    line-height: 1.3;
}
.carousel-caption h1 .color {
    color: #75afff;
}
.carousel-caption p span {
    display: block;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1.7;
}
.carousel-caption h1 span,
.carousel-caption p span{
	background: transparent;
	opacity: 1;
	text-shadow: none;
	padding: 0;
}
.glyphicon.glyphicon-chevron-left,
.glyphicon.glyphicon-chevron-right{display:none;}

.carousel-indicators {
    /* transform: translateX(-50%); */
    text-align: left;
    height: auto;
    margin-bottom: 0;
    max-width: 1140px;
    bottom: 100px;
}
.carousel-indicators li {
    width: 12px;
    height: 6px;
    background: #fff;
    border: none;
    margin: 0 9px 0 0;
    opacity: 1;
    border-radius:0;
}
.carousel-indicators li.active {
	width:64px;
	height:6px;
    background: #f96421;
    margin: 0 9px 0 0 !important;
    position: relative;
}
/*------ //CAROUSEL ------*/
/*------ 메인페이지------*/
.container_contents {
    padding: 60px 15px;
}
.main-notice{
    position: absolute;
    z-index: 100;
    top: 21%;
    right: 20%;
    width: 600px;
    background: rgba(255,255,255,0.4);
    border-radius: 10px;
    border: 1px solid #333;
}
.main-btn {
    /* position: absolute; */
    /* width: 100%; */
    /* left: 50%; */
    /* bottom: 190px; */
    /* transform: translatex(-50%); */
    /* left: 0; */
    margin-top:80px;
    max-width: 500px;
}
.main-btn &gt; .row {
    margin: 0;
    /* padding: 0px 5px; */
}
.main-btn &gt; .row:nth-child(2) {
    padding: 0 15px;
}
.main-btn .col-sm-3 {
    padding: 0;
    width: 50%;
    margin-bottom: 15px;
}
.main-btn a {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none !important;
}
.main-btn a i {
    background: rgba(255, 255, 255, 0.18);
    border-radius: 100%;
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: #ffffff;
    font-size: 35px;
    margin: 0;
    text-shadow: none;
    float: left;
    background: #226ed6;

}
.main-btn a span {
    display: block;
    float: left;
    margin-top: 20px;
    margin-left: 20px;
    font-weight: 500;
    position: relative;
    font-size: 20px;
}
.main-btn a span:after {
    content: "";
    width: 0px;
    height: 1px;
    bottom: -2px;
    background: #fff;
    position: absolute;
    left: 0;
    transition: 0.3s;
}
.main-btn a:hover span:after {
    width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.main-btn {
		bottom: 6%;
	}
}
@media (max-width: 767px) {
	.main-btn {
        position: static;
		width: 100%;
        padding: 0;
        margin-bottom:30px;
	}
	.main-btn .col-sm-3 {
	    width: 25%;
        border-bottom: 1px solid rgba(255, 255, 255, 0);
        text-align: center;
	}
	.main-btn a {
        color: #fff;
        padding: 10px 5px;
        font-size: 13px;
	}
	.main-btn a i {
        display: block;
        float: none;
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 32px;
        margin: 0 auto;
        
	}
	
	.main-btn a span {
        font-size: 17px;
        margin: 10px 0 0;
        display: block;
        text-align: center;
        float: none;
	}
}

/* 게시판영역 */
/*BBS*/
.dh-board .table &gt; thead &gt; tr &gt; th, .dh-board .table &gt; tbody &gt; tr &gt; th, .dh-board .table &gt; tfoot &gt; tr &gt; th, .dh-board .table &gt; thead &gt; tr &gt; td, .dh-board .table &gt; tbody &gt; tr &gt; td, .dh-board .table &gt; tfoot &gt; tr &gt; td {padding: 16px 20px; color: #666; font-size: 14px;}
.dh-board .table &gt; thead &gt; tr &gt; th {background: #f8f8f8; vertical-align: middle; border-bottom: 1px dotted #bdbdbd; font-size: 15px; font-weight: 600; color: #333; letter-spacing: -0.03em;}
.dh-board .table &gt; tbody &gt; tr &gt; td {border-bottom: 1px dotted #dedede;}
.dh-board .table &gt; tbody &gt; tr &gt; td &gt; strong &gt; a {color: #555; font-size: 16px}
.dh-board &gt; .table-hover {border-top: 2px solid #2d2d2d; border-bottom: 1px solid #ccc; margin: 0px 0 30px;}
.dh-board &gt; .table-hover &gt; tbody &gt; tr:hover td {background-color: #fff;}
.dh-board &gt; .table-hover &gt; tbody &gt; tr:hover &gt; td &gt; strong &gt; a {color: #000;}
.dh-margin-top{margin-top: 40px; display: inline-block;}


.txt-box-footer em {display: none;}
.txt-box-footer em &gt; span.regdate{font-style: normal; color: #666; font-size: 13px;}
.txt-box-footer em &gt; span:last-child{display: none;}
.txt-box-footer small.hits{display: none;}
@media screen and (max-width: 767px) {
    .bbs-blog2-index-layout .dhb-txt-box-type-b {width: 100%; margin: 10px 0 20px;}
}


.intro-boardbox-type-bbs {
    padding-right: 30px;
}
.intro-boardbox .page-header {
    border-bottom: 2px solid #333;
    padding: 0 0 18px;
    margin: 0 0 3px;
}
.intro-boardbox .page-header h4 {
    margin: 0;
    font-size: 24px;
    letter-spacing: -0.03em;
    font-weight: 600;
}
.intro-boardbox .list-row-contents,
.panel-body .row-separator{
    display: none;
}
.intro-boardbox .front-panel&gt;.panel {
    padding: 0;
    border: none;
    border-radius: 0px;
    background: transparent;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.dh-alert {
    margin: 50px;
    font-size: 16px;
}
.dh-front-list2-words:first-child{
    margin-top:0;
}
.dh-front-list2 .list-row-subject{
    font-weight: 400;
    font-size: 15px;
    color: #333;
    letter-spacing: -1px;
}
.dh-front-list2 .list-row-regdate {
    float: right;
    font-weight: 400;
    color: #888;
    font-size: 15px;
}
.intro-boardbox .label-danger {
    background: rgba(0,0,0,0);
    color: #236ed6 !important;
    padding: 0;
    font-weight: 500;
    position: absolute;
    top: 20px;
}
.dh-front-list2-words {
    padding: 17px 10px 15px;
    margin: 0;
    border-bottom: 1px solid #e3e3e3;
}
.main-list{
    padding-top: 22px;
    border-radius: 5px;
    background: #f3f6fb;
    height: 140px;
    padding-left: 20px;
}
.main-list li{
	position: relative;
    padding-left: 15px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.85em;
    color: #222;
}
.main-list li:before {
    content: "";
    width: 3px;
    height: 8px;
    background: #659bff;
    position: absolute;
    left: 5px;
    top: 8px;
    transform: skew(-30deg);
}
.main-list li span {
    width: 65px;
    display: block;
    font-size: 14px;
    float: left;
	color: #0c4da2;
	font-weight: 600;
}
.dh-front-list2 .panel-body {
    padding: 0;
}
.fa-plus:before {
    content: url(/skin/img/main/board-plus-icon.png);
}
.btn.active, .btn:active {
	box-shadow:none;
}
.dh-front-list2-words h6 .list-row-subject{
    display: inline-block;
    max-width: 435px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*------//메인페이지------*/
/*----- 서브페이지 공통 ----- */
.dh-board,.dh-view-box,#insertForm,#mailForm,.bbs-list-view-layout + .row,.bbs-blog-view-layout + .row,#mod_type_formForm{
	visibility:hidden;
}
@media (min-width:768px){
.subpage&gt;div&gt;div&gt;.col-sm-3{width:25%;padding-right: 45px;}
[data-lang="en"] .subpage&gt;div&gt;div&gt;.col-sm-3{
    padding-right:20px;
}
[data-lang="jp"] .subpage&gt;div&gt;div&gt;.col-sm-3{
    padding-right:20px;
}
.subpage&gt;div&gt;div&gt;.col-sm-9{width:75%;}
}
.sub-layout {
    padding: 0;
    width: 100%;
}
.subpage .subheader {
    position: relative;
    height: 180px;
    background: url(/skin/img/sub/subtop.jpg) no-repeat center / cover;
}
.subpage .subheader:after {
    content: "idea to real with coexist technology";
    max-width: 1170px;
    margin: 0 auto;
    display: block;
    color: #fff;
    font-size: 18px;
    letter-spacing: inherit;
    padding-top: 125px;
    padding-left: 15px;
    font-weight: 800;
}
.subpage .subheader + div {
    padding: 65px 15px 100px;
}
.sub-title{
	position: relative;
	padding-bottom: 17px;
    margin-bottom: 40px;
	border-bottom: 1px solid #e3e3e3;
}
.sub-title h2 {
    margin: 0 0;
    font-size: 34px;
    font-weight: 700;
    color: #333;
    letter-spacing: -0.045em;
}
.sub-title .breadcrumb {
    position: absolute;
    right: 0px;
    top: 24px;
    background: transparent;
    font-size: 13px;
    margin: 0;
    padding: 0;
    color: #999;
}
.breadcrumb&gt;.active {
    color: #222;
}

/* snb */
.snb {
    padding-right: 30px;
}
.snb h3 {
    margin: 5px 0 0;
    font-size: 28px;
    letter-spacing: -0.05em;
    color: #111;
    font-weight: 500;
}
.snb &gt; ul {
    padding: 0;
    margin-top: 18px;
    border-top: 2px solid #333;
}
.snb &gt; ul &gt; li {
    border-bottom: 1px solid #ddd;
}
.snb &gt; ul &gt; li &gt; a {
    position: relative;
    display: block;
    padding: 11px 10px;
    font-size: 16px;
    color: #111;
    letter-spacing: -0.03em;
}
.snb &gt; ul &gt; li &gt; a:after {
    opacity: 0.2;
	content: "\276F";
	float: right;
}
.snb &gt; ul &gt; li.active &gt; a,
.snb &gt; ul &gt; li.active &gt; a:hover,
.snb &gt; ul &gt; li.active &gt; a:focus{
    background: #436ed2;
    color: #fff;
}
.snb &gt; ul &gt; li.active &gt; a:after {
	opacity:1;
}
.snb &gt; ul &gt; li:hover &gt; a{
    background: #f9f9f9;
    text-decoration: none;
}
.snb li a .fa {
    position: absolute;
    right: 15px;
    top: 20px;
    font-size: 10px;
}

.sub-content {
    font-size: 15px;
    color: #4f4f4f;
    line-height: 1.6;
    letter-spacing: -0.034em;
}
.con-wrap{
    margin-bottom: 80px;
}
.con-title {
    margin: 0 0 20px;
    font-size: 24px;
    color: #2f2f2f;
    letter-spacing: -0.05em;
    position: relative;
    padding-left: 14px;
}
.con-title:before {
    content: "";
    width: 5px;
    height: 22px;
    background: #436ed2;
    position: absolute;
    left: 0;
    top: 2px;
}
.con {
	margin-bottom: 50px;
}
.con &gt; ul{
	padding-left: 0;
	margin: 0;
}
.ul-style{
    margin: 0;
	padding:0;
}
.ul-style li{
	position: relative;
	padding: 0px 0 5px 10px;
}
.ul-style li:before{
    content: "";
    width: 3px;
    height: 3px;
    background: #666;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 11px;
}
.table-style {
	margin: 0 0 20px;
	border-top: 2px solid #555;
    text-align: center;
}
.table-style tr th,
.table-style tr td {
	padding: 15px 10px !important;
    border-bottom: 1px solid #ddd !important;
    letter-spacing: -0.02em;
    word-break: keep-all;
    vertical-align: middle !important;
}
.table-style tr th {
    padding:10px 30px!important;
	color: #333;
	text-align: center;
    white-space: nowrap;
}
.table-style thead tr th {
	background: #f8f8f8;
}
.table-style tr td {
	color: #666;
}

.p-top{    
    margin: 0;
    font-size: 24px;
    letter-spacing: -0.03em;
}
.p-top span {
    font-size: 28px;
    font-weight: 500;
    color: #0f99da;
}
/*------- //서브페이지 공통 --------*/
/*------- 회사소개 subpage --------*/
/* 인사말 */
.greet{
    position: relative;
}
.greet &gt; .p-top{
    padding: 15px 0 45px;
}
.greet &gt; img{
    position: absolute;
    width: 340px;
    right: 20px;
    top: 0px;
}
.greet .col-sm-9 p {
    margin-bottom: 20px;
}
.greet p:first-child{
    margin-top: 20px;
}

/* 기업이념 */
.vision &gt; .p-top {
    margin: 50px 0 35px;
    text-align: center;
    line-height: 1.46;
    font-size: 28px;
    letter-spacing: -0.045em;
    color: #2f2f2f;
}
.vision &gt; .p-top b {
    font-weight: 500;
}
.visio

/* 연혁 */
.timeline tr th {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #436ed2;
    letter-spacing: -0.034em;
}
.timeline tr td{
    text-align: left;
    font-size: 16px;
}
.timeline tr th,
.timeline tr td {
    padding: 28px 50px 28px 0 !important;
    border-bottom:1px dashed #ddd !important;
}
/* .timeline tr:first-child th,
.timeline tr:first-child td{
	padding-top: 0 !important;
} */

.partner img {
    border: 1px solid #ddd;
    border-radius: 5px;
}
/* 찾아오시는길 */
#about04 .root_daum_roughmap{
    margin-bottom:60px!important;
    width: 100%!important;
}

/*------- //회사소개 subpage --------*/
/*------- 사업소개 subpage --------*/
.img-wrap img {
    margin-bottom: 30px;
    border: 1px solid #e3e3e3;
    padding: 5px;
    border-radius: 4px;
}
#biz04 .con2 p &gt; span{
    display: block;
    font-size: 15px;
    color: #999;
}
#biz04 .con2 ul{
    margin-bottom: 15px;
}
/*------- //사업소개 subpage --------*/
/*------- 게시판 subpage --------*/

.dh-board&gt;.table-hover {
    border-top: 2px solid #333;
    border-bottom: 1px solid #ddd;
    margin:0;
    box-shadow:none;
}

.dh-board .table-hover tbody tr td {
    padding: 15px 15px;
    font-size: 15px;
    color: #4f4f4f;
    line-height: 1.6;
    border-bottom: 1px solid #e3e3e3;
}
.dh-board .table-hover thead tr th,
 .dh-board .table-hover tbody tr th {
    color: #333;
    padding: 15px 15px;
    border-bottom: 1px solid #ccc;
    background: #f6f6f6;
    font-size: 15px;
}
.dh-board .table-hover .subject strong a {
    font-weight: 400;
    color: #4f4f4f;
}

.dh-board .table-hover tr:hover {
    background: #fff;
}

.dh-board .table-hover .subject strong a:hover{
	text-decoration:underline;
	color:#111;
}

.dh-view-box {
    margin-top: 0;
}

.dh-view-box&gt;.row&gt;.page-header {
    border-top: 2px solid #333;
    border-bottom: 1px solid #eee;
    padding: 20px 15px;
    margin: 0;
}
.dh-view-box&gt;.row&gt;.page-header&gt;h4 {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    position: relative;
    letter-spacing: -0.05em;
}
.dh-view-box&gt;.row&gt;.dh-view-info {
    border-bottom: 1px solid #d6d6d6;
    background: #fff;
    color: #999;
}

.dh-view-box&gt;.row&gt;.dh-view-info strong {
    color: #999 !important;
}

.dh-view-box .dh-attach + div{padding: 20px 20px 50px !important;}

.dh-margin-top {
    margin-top: 30px;
}

.pagination &gt; li &gt; a,
.pagination &gt; li &gt; 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 &gt; li:first-child &gt; a,
.pagination &gt; li:last-child &gt; a {
    border: 1px solid #ddd;
    font-size: 13px;
}

.pagination &gt; li:last-child &gt; a {
    margin-left: 10px;
}

.pagination &gt; li:first-child &gt; a {
    margin-right: 10px;
}

.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; a:focus, 
.pagination &gt; .active &gt; a:hover, 
.pagination &gt; .active &gt; span, 
.pagination &gt; .active &gt; span:focus,
.pagination &gt; .active &gt; span:hover {
    border: 1px solid #237fdc;
    background: #237fdc !important;
    /* font-weight: 600; */
    color: #fff !important;
}

.pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; span:focus,
.pagination &gt; li &gt; 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;
}
.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;
}

button#btnNew {
    background: #444;
    border: 1px solid #444;
    color: #fff;
}
.dh-board .dhb-txt-box-type-b{
	border: 0;
	background: transparent;
	 transition:all ease 0.3s;
}
 .dh-board .dhb-txt-box-type-b .txt-box-footer{
	display: none;
}
 .dhb-txt-box-type-b-img-layout .thumb-hidden{
	border: 0;
	height: 200px;
	max-height: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
 .dhb-txt-box-type-b-img-layout .thumb-hidden &gt; a{
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 100%;
	 margin:0;
}
 /* .dhb-txt-box-type-b-img-layout .thumb-hidden &gt; a &gt; img{
	display: none;
} */

.dh-board .dhb-txt-box-type-b {
    border: 0;
    background: transparent;
    padding: 0 10px;
    margin: 0 0 20px;
}

.dh-board .dhb-txt-box-type-b &gt; .row {
    margin: 0;
    border: 1px solid #ddd;
}

.dh-board .dhb-txt-box-type-b &gt; .row:hover {
    border: 1px solid #187154;
}

.dh-board .dhb-txt-box-type-b &gt; .row &gt; div {
    padding: 0;
}

.dhb-txt-box-type-b-text-layout h4 {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
    padding: 16px 15px;
    font-size: 15px;
    color: #333;
    text-align: center;
}
.dhb-txt-box-type-b-text-layout h4 a {
    font-weight: 500;
}

/*------- 온라인문의 -------*/
#mailForm {
    background: #f6f6f6;
    margin: 0 auto;
    border-top: 2px solid #333;
    border-bottom: 1px solid #ccc;
    padding: 50px 100px;
}
#mailForm .form-group {
    margin-bottom: 15px;
}
#mailForm .form-group:after{
	content: '';
	clear: both;
	display: table;
}
#mailForm .form-group &gt; label {
    width: 20%;
    float: left;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin: 10px 0 0;
}
#mailForm .form-group &gt; .form-control {
    width: 80%;
    float: left;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    padding: 8px 12px;
}
#mailForm .form-group + .btn.btn-primary.btn-block {
    background: #436ed2;
    border-radius: 4px;
    max-width: 210px;
    height: 50px;
    font-size: 15px;
    border: none;
    margin: 20px auto 0;
}
#mailForm .form-group + .btn.btn-primary.btn-block:hover {
    background: #3458ad;
}
/*------- 푸터 --------*/
.footer_copy &gt; div {padding: 0;}
#footer {
    padding: 35px 0;
    background-color: #333;
    font-size: 13px;
    color: #aaa;
    text-align: left;
}
#footer ul {
    padding: 0;
    margin: 0;
}
#footer ul li {
    margin-right: 15px;
    line-height: 1.7;
    list-style: none;
}
#footer ul li:last-child{
    margin-top: 10px;
    font-size: 12px;
}
/*------- //푸터 --------*/

/* 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 {
    max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: 1px solid #e0e0e0;
    /* border-radius: 15px; */
    box-shadow: 0 3px 4px rgba(0,0,0,0.05);
}
.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 &gt; div.col-sm-12,
.id-find-layout .panel-body &gt; div.col-sm-12,
.pw-find-layout .panel-body &gt; div.col-sm-12 {
    float: none;
}
.login-layout .panel-body &gt; div.col-sm-12 h2,
.id-find-layout .panel-body &gt; div.col-sm-12 h2,
.pw-find-layout .panel-body &gt; 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: 3px;
    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: #436ed2;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: none;
    width: 100%;
    height: 50px;
    letter-spacing: -0.03em;
    box-shadow: none;
    margin-top: 15px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #436ed2;
    border: none;
    /* border-radius: 50px; */
    padding: 0;
    transition: all ease 0.3s;
}
.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover{
    background: #3458ad;
}
.login-layout form &gt; div &gt; p,
.id-find-layout form &gt; div &gt; p,
.pw-find-layout form &gt; div &gt; p{
    width: 50%;
    margin: 0;
    float: left;
    text-align: center;
    line-height: 1;
}
.login-layout form &gt; div &gt; p + p,
.id-find-layout form &gt; div &gt; p + p,
.pw-find-layout form &gt; div &gt; p + p {
    border-left: 1px solid #ccc;
}
.login-layout form &gt; div &gt; p &gt; a,
.id-find-layout form &gt; div &gt; p &gt; a,
.pw-find-layout form &gt; div &gt; p &gt; a{
    font-size: 14px;
    color: #555;
    letter-spacing: -0.03em;
    display: block;
    padding: 2px 0;
}
.text-primary{
    margin-top:15px;
}
.greet .left-con{
    margin-top:25px;
}

@media(min-width:768px) and (max-width:1199px){
    .navbar-inverse .navbar-nav &gt; li &gt; a {
        padding: 47px 15px 27px;
        font-size: 14px;
    }
    .navbar-right .menu-top {
        z-index:1200;
        position: absolute;
        right: 0;
        top: -40px;
    }
    .menu-top button{
        font-size:12px;
    }
    .snb &gt; ul &gt; li &gt; a{
        font-size:14px;
        letter-spacing: -0.03em;
    }
    .p-top span,
    .vision &gt; .p-top{
        font-size:24px;
    }
    .subpage&gt;div&gt;div&gt;.col-sm-3{
        padding-right:25px;
    }
    #mailForm{
        padding:50px;
    }
}
/* mobile */
@media (max-width:767px){
    /*모바일 메인 &amp; 서브 상단 마진*/
    .container_slide,.sub-layout{margin-top:64px;}
	.lang-wrap &gt; div{padding:0;}
    
    /* 모바일 상단메뉴 */
	.navbar-header .navbar-brand{margin: 13px 0 0 15px !important;}
    .navbar-inverse {border-bottom: 1px solid #e8e8e8;}
    .navbar-inverse .navbar-brand img {width: 130px;}
    .navbar-inverse .navbar-toggle {
        padding: 24px 18px;
        margin: 0;
        background: #fff;
        border: none;
    }
    .navbar-inverse .navbar-toggle:focus, 
    .navbar-inverse .navbar-toggle:hover {background: #fff;}
	.navbar-inverse .navbar-toggle .icon-bar {height: 2px; background-color: #555;}
    .navbar-inverse .navbar-toggle:focus .icon-bar{background-color: #555;}
	.navbar-toggle .icon-bar+.icon-bar {margin-top: 5px;}
	
    /* 모바일 드롭다운메뉴 */
    .navbar-fixed-top .navbar-collapse{max-height: 402px;}
	.navbar-inverse .navbar-nav{margin: 0 -15px; padding: 0;}
	.navbar-inverse .navbar-nav &gt; li:nth-child(7),
	.navbar-inverse .navbar-nav &gt; li:nth-child(8){display:none;}
    .navbar-inverse .navbar-nav &gt; li &gt; a {
        margin: 0;
        padding: 14px 15px;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        background: #436ed2;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        letter-spacing: -0.03em;
        text-shadow: none;
    }
	.navbar-inverse .navbar-nav&gt;.open&gt;a,
    .navbar-inverse .navbar-nav&gt;.open&gt;a:focus,
    .navbar-inverse .navbar-nav&gt;.open&gt;a:hover,
    .navbar-inverse .navbar-nav&gt;li&gt;a:focus,
    .navbar-inverse .navbar-nav&gt;li&gt;a:hover {
        color: #fff;
        background-color: #436ed2;
    	border-color: #436ed2;
    }
    .navbar-nav .open .dropdown-menu {padding: 0;}
	.navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a {
		padding: 8px 25px;
		font-size: 14px;
		color: #fff;
		background: #464a4e;
        letter-spacing: -0.03em;
        text-align: left;
    }
	.navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus,
    .navbar-inverse .navbar-nav&gt;.open .dropdown-menu&gt;li&gt;a:hover{
		background: #464a4e;
	}
    /* 모바일 배너이미지 */
    .intro-html-layout .col-sm-12{padding:0;}
    .container_slide &gt; .fill, .carousel-inner .item .fill{height: 300px;}
	.carousel-caption {width: 100%; top: 16%; left: 0; padding:0 15px;}
	.carousel-caption h1 span {display: inline-block; margin: 0; font-size: 30px; line-height: 1.2;}
	.carousel-caption h1 &gt; span &gt; p {margin: 0px 0 6px; font-size: 30px; letter-spacing: -0.04em;}
    .carousel-caption p span {margin: 0; font-size: 15px;}
    .main-btn &gt; .row{    margin: 0 -15px;
        padding: 0;}
	
    /* 모바일 메인페이지 */
    .container_contents{    padding: 30px 15px 50px;}
    .container_contents &gt; .row, .main-content &gt; .row{margin: 0; width: 100%;}
    .main-content {margin: 0;}
	.main-content .col-sm-6{padding: 0;}
    .intro-boardbox {width: 100%; padding: 0;}
    .page-header h4 {font-size: 20px;}
    .front-panel&gt;.panel {margin-bottom: 0;}
    .mail-board {margin-bottom: 50px;}
	.dh-front-list2-words h6 .list-row-subject {width: 74%;}
	.main-content .main-location{margin-bottom: 50px;}
	
    /* 모바일 서브페이지 공통 */
    .subpage .subheader{height: 120px;}
    .subpage .subheader + div{    padding: 65px 15px 80px;}
    .subpage .subheader:after{    padding-top: 80px;}
	.subheader h1 {margin: 0 0 70px; font-size: 30px;}
	.subheader p {margin: 30px 0 0; }
	.sub-title{font-size: 23px; margin: 0 0 30px;}
	.snb{display: none;}
	.breadcrumb &gt; li, .breadcrumb &gt; li.active, .breadcrumb&gt;li+li:before{color: #aaa;}
	.subpage .section {margin: 80px 0 100px; font-size: 15px;}
	.subpage .section .con {margin-bottom: 50px;}
	.con-title {margin: 0 0 30px; font-size: 18px; padding-left:25px;}
	.con-title:before {left: 3px; width: 16px; height: 16px; border: 3px solid #00a88e;}
    .p-box {font-size: 15px;}
    .con:last-child{margin-bottom: 0;}
	
	/* about us */
	#about01 .col-sm-5{ padding: 10px 15px;}
    #about01 .p-top {margin: 5px 0 15px; font-size: 19px; text-align: center;    padding: 100px 0 0;}
    .p-top span{    line-height: 1.4;}
    #about01 img {    margin: 0; padding: 0;}	
    #about01 .sub-content &gt; .greet &gt; img{left: 50%;
        margin: 0;
        max-width: 240px;
        right: auto;
        transform: translateX(-50%);}
	#about01 .table tr{font-size: 15px !important;}
	
	#about02 .philosophy {padding: 0; background: none; box-shadow: none; border: none;}
	#about02 .philosophy h3, #about02 .philosophy .col-sm-4 p{width: 100%;}
	#about02 .philosophy .col-sm-4 p:last-child, #about02 .philosophy .core dd:last-child {font-size: 15px;}
	#about02 .philosophy .mission + img{margin: 0 auto;}
	#about02 .philosophy .col-sm-8 {margin-top: 40px; padding-left: 15px;}
	#about02 .philosophy .core {padding-left: 5px;}
	#about02 .philosophy .core dt {font-size: 20px;}
	#about02 .philosophy .core dd {line-height: 1.5;}
	#about02 .ci h4 {margin: 0 0 20px;}
	#about02 .ci img{width: 55%;}
	#about02 .ci .col-sm-6:first-child p:nth-of-type(1) {margin: 30px 51px 10px;}
	#about02 .ci .col-sm-6:first-child p:nth-of-type(2) {font-size: 17px; margin-bottom: 50px;}
	
	#about03 .dl-timeline dt {width: auto; font-size: 23px; padding: 40% 0; margin-left: 5px;}
	#about03 .dl-timeline .month {padding-top: 27px; height: 50px;}
	#about03 .dl-timeline .month &gt; span {left: 30px; top: 20px; font-size: 20px;}
	#about03 .dl-timeline dd {padding: 15px 0 15px 70px; margin-left: 19%; font-size: 14px;}
	#about03 .dl-timeline dd &gt; span {font-size: 20px;}
	
	#location section iframe{height: 250px;}
	#location table th {width: 19%;padding-left: 5px;}
	#location table td {padding: 10px; font-size: 14px;}
    #location dl dd {margin-left: 0;}
    .root_daum_roughmap .wrap_map{    height: 250px !important;}
	
	/* 알앤디 */
	.tab-menu li a {padding: 10px 0;}
	#rnd02 .tab-content {margin-top: 40px;}
	#rnd02 #tab1 .con2 img{margin-bottom: 20px;}
	#rnd02 #tab2 .img-wrap{margin-bottom: 40px;}
	#rnd02 #tab2 .img-wrap:last-child{margin-bottom: 0;}
	#rnd02 #tab2 .con3 &gt; p {margin: 30px 0;}
	#rnd02 .tab-pane .con:last-child{margin: 0;}
	.div-box ul {height: auto !important; padding: 20px; margin: 0 0 20px;}
	#rnd03 .section {margin-bottom: 100px;}
	
	/* 제품 */
	#celp .con1 .col-sm-6:first-child{margin-bottom: 50px;}
	
	/* 서비스 */
	#service01 .div-box h4 {font-size: 18px;height: 45px;line-height: 45px;}
	
	/* 알림 */
	.dh-board .table .hits{display: none;}
	.dh-board .table &gt; thead &gt; tr &gt; th, .dh-board .table &gt; tbody &gt; tr &gt; th, .dh-board .table &gt; tfoot &gt; tr &gt; th, .dh-board .table &gt; thead &gt; tr &gt; td, .dh-board .table &gt; tbody &gt; tr &gt; td, .dh-board .table &gt; tfoot &gt; tr &gt; td {padding: 16px 17px;}
	.dh-board .table &gt; tbody &gt; tr &gt; td &gt; strong &gt; a {font-size: 15px;}
	
	
    /* Mobile 스크롤바 나타내기 */
	::-webkit-scrollbar {-webkit-appearance: none;}
    ::-webkit-scrollbar:vertical {width: 12px;}
    ::-webkit-scrollbar:horizontal {height: 12px;}
    ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .4);
        border-radius: 10px;
        border: 2px solid #eee;
    }
    ::-webkit-scrollbar-track {
        border-radius: 10px;  
        background-color: rgba(255,255,255,0.5); 
    }
	
	/* 모바일 푸터 */
	#footer img {width: 130px;}

	/* 모바일 로그인 */
    .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 &gt; div.col-sm-12 h2,
    .id-find-layout .panel-body &gt; div.col-sm-12 h2,
    .pw-find-layout .panel-body &gt; 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 &gt; div &gt; p &gt; a,
    .id-find-layout form &gt; div &gt; p &gt; a,
    .pw-find-layout form &gt; div &gt; p &gt; 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;
    }
    .sub-title .breadcrumb{
        position:static;
        margin-top:10px;
    }
    .dh-margin-top{
        text-align: center;
    }
    #mailForm{
        padding:50px 15px;
    }
}

.menu-top{
    display:none;
    z-index:2000;
    margin-top:43px;
    float:right;
    text-align: right;
}
.navbar-right .menu-top{
    display:block;
}
.menu-top button{
    margin-left: -1px;
    padding: 3px 15px;
    text-align: center;
    color: #e0e0e0;
    border: none;
    background: #888;
}
.menu-top button.active{
    color: #fff;
    background-color: #436ed2;
}
.menu-top button .flag{
    margin-left:5px;
    height:10px;
}
.location-ul{
    margin:10px 0 20px;
    padding:0 0 20px;
    border-bottom:1px solid #ddd;
}
.location-ul li{
    position:relative;
    margin:0 0 5px;
    padding-left:80px;
}
.location-ul li span{
    position:absolute;
    left:0;
    top:0;
    font-weight:600;
}
.nearby{
    margin-bottom:20px;
    padding:0 0 20px;
    border-bottom:1px solid #ddd;
}
.nearby dt{
    margin-bottom:5px;
}
.nearby dd{
    display:inline-block;
    margin-right:15px;
}
.nearby dd span{
    display:inline-block;
    margin-right:5px;
    width:20px;
    height:20px;
    line-height:20px;
    text-align:center;
    border:1px solid #666;
    border-radius:50%;
    font-size:12px;
}
    
.nearby dd small{
    display:inline-block;
    padding:2px 6px;
    color:#fff;
    background:rgb(0,174,171);
}
.nearby.bus dd{
    margin-right:10px;
    padding-right:10px;
    border-right:1px solid #ddd;
}
.nearby.bus dd:last-child{
    border:none;
}</pre></body></html>