@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff; padding-right:0!important;}

/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'Noto Sans KR', "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif; }
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol, ul, li {
	list-style: none;
	list-style-position: inside;
}

.RevisedImg{
	padding-bottom : 20px;
}

.navbar .caret, 
.navbar .divider-vertical, 
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
	display: none;
}
.navbar-inverse {
    background-color: #3a3d42;
    border: none;
    margin-bottom: 0;
    position: static;
}

.navbar-inverse .navbar-brand {
	display:none;
}
.navbar-inverse .navbar-right{
	width:100%;
}

@media screen and (min-width: 768px) {
	.navbar-inverse .navbar-nav > li{
		width:calc(100% / 8);
	}
	.navbar-inverse .navbar-nav > li > a {
        color: #fff;
        -webkit-text-shadow: none;
        text-shadow: none;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        padding: 17px 15px 14px;
        border-bottom: 3px solid #3a3d42;
    }
  
 	.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-color: #26282b;
        border-bottom: 3px solid #f37620;
        color: #fff;
    }
}
@media screen and (min-width: 768px) {
  	.navbar-inverse .navbar-nav .dropdown-menu {
        background-color: #F7901E;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        padding: 0;
        border: none;
        background: #fff;
        left: 0 !important;
        right: auto;
        min-width:100%;
    }
	
	.navbar-inverse .navbar-nav .dropdown-menu > li:last-child {
		border-bottom: 0;
	}
	
	.navbar-inverse .navbar-nav .dropdown-menu > li > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #888;
        padding: 15px 20px;
        font-size: 14px;
        line-height: 1;
        text-align: left;
        border-bottom: 1px solid #ddd;
	}
	
	.navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
		color: #222;
        background-color: #f3f3f3;
	}
}
.table-style {margin: 0 0 20px; border-top: 2px solid #5f6773;}
.table-style tr th, .table-style tr td {padding: 16px 12px !important; border-bottom: 1px solid #ddd !important; letter-spacing: -0.2px; word-break: keep-all; vertical-align: middle !important;}
.table-style tr th {color: #333;}
.table-style thead tr th {background: #f3f3f3;}
.table-style tr td {color: #666;}

/* personal setting 0.35v */
/* layout */
.mt-20{margin-top:20px!important;}
.mt-30{margin-top:30px!important;}
.mt-40{margin-top:40px!important;}
.mt-80{margin-top:80px!important;}
.mb-10{margin-bottom:10px!important;}
.mb-20{margin-bottom:20px!important;}
.mb-30{margin-bottom:30px!important;}
.mb-40{margin-bottom:40px!important;}
.mb-80{margin-bottom:80px!important;}
.ml-20{margin-left:20px!important;}
.ml-30{margin-left:30px!important;}
.ml-40{margin-left:40px!important;}
.mr-20{margin-right:20px!important;}
.mr-30{margin-right:30px!important;}
.mr-40{margin-right:40px!important;}
.mt-0{margin-top:0!important;}
.mb-0{margin-bottom:0!important;}
.mg-0{margin:0!important;}
.pd-0{padding:0!important;}

/* img */
@media(min-width:768px){
	.max-90{
		width:90%!important;
		margin:0 auto;
		display:block;
	}
	
}
.img-bordered{border:1px solid #ddd;}

/* align */
.absolute-center{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	padding:0;
	margin:0;
}
.horizontal-center{
	position:relative;
	left:50%;
	transform:translateX(-50%);
	padding:0;
	margin:0;
}

.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td{
	text-align:center!important;
	vertical-align:middle!important;
}
/* font */
.font-12{font-size:12px!important;}
.font-14{font-size:14px!important;}
.font-16{font-size:16px!important;}
.font-18{font-size:18px!important;}
.font-20{font-size:20px!important;}
.font-22{font-size:22px!important;}
.text-bold{font-weight:bold!important;}

/*list style*/
.li-none > li{list-style:none!important; margin-left:20px;}
/* .li-disc > li{list-style:disc!important; margin-left:20px;} */
.li-disc > li {
    font-size: 16px;
    color: #666;
    position: relative;
    list-style: none !important;
    margin: 0 !important;
    padding-left: 13px;
}
.li-disc > li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #666;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
}
.li-circle > li{list-style:circle!important; margin-left:20px;}
.li-square > li{list-style:square!important; margin-left:20px;}
.li-dash > li{margin-left:10px; padding-left:20px; position:relative;}
.li-dash > li:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}
.process-li:after{
	content:'';
	display:block;
	clear:both;
}
.process-li > li{
	position:relative;
	float:left;
	width:18%;
	height:50px;
	line-height:42px;
	border-radius:50px;
	border:4px solid #555;
	margin:5px 1%;
	text-align:center;
	font-size:16px;
}
.process-li > li:after{
	content:'\f059';
	font-family:'fontawesome';
	font-size:30px;
	color:#bbb;
	position:absolute;
	right:-25px;
	top:50%;
	transform:translatey(-50%);
}
.process-li > li:last-child:after{
	display:none;
}
.location-li li {
    padding: 3px 5px 3px;
    font-size: 14px;
    color: #666;
}
.location-li .fa{
	margin-right:10px;
}
/* component */
.card{
	display:block;
	position:relative;
	padding:15px;
	margin-bottom:20px;
	border:1px solid #ddd;
	min-height:max-content;
}
.column-2{
	padding:15px;
	column-count:2;
	column-rule:1px solid #ddd;
	column-gap:30px;
	border:1px solid #ccc;
}
.quote-box{
	margin:20px auto;
	padding:25px;
	border:2px solid #ccc;
}
.quote-box p:last-of-type{
	margin:0!important;
	font-size:16px;
	line-height:2;
}
.subpage-content p.quote {
    margin: 30px 0;
    font-size: 22px;
    font-weight: 400;
    color: #5f6773;
    line-height: 1.4;
}
.subpage-content p.quote span{
	font-weight:600;
}
/* custom setting */
.container_contents,
.footer_copy > div,
.sub-layout{
	width:100%;
	padding:0;
}
ul,dl,ol{padding:0;}
.body-layout{overflow-x:hidden;}
p,li,dt,dd{line-height:1.6;}
*{
	box-sizing:border-box;
	word-break:keep-all;
}
/* personal setting 0.35v end */
/* navigation setting */
.menu-top{
	background:#fff;
	text-align:center;
}
.menu-top h1 {
    margin: 20px 0;
}
.menu-top img {
    max-width: 100px;
	vertical-align:bottom;
}
.logo{
	font-family:'arial'!important;
	color: #f37620!important;
    font-weight: bold;
    font-style: italic;
	font-size:32px;
}
.logo:hover,
.logo:active,
.logo:focus{
	text-decoration:none;
}
@media(max-width:767px){
	
}
/* mainpage setting */
.carousel-caption{
	margin: -5px 0 0;
    padding: 15px;
    left: 10%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translatey(-50%);
    text-align: left;
    text-shadow: none;
}
.item1 .carousel-caption{
	background:rgba(239, 240, 234, 0.5);
}
.item2 .carousel-caption{
	background:rgba(226, 227, 231, 0.5);;
}
.item3 .carousel-caption{
	background:rgba(255, 255, 255, 0.5);
}
.item4 .carousel-caption{
	background:rgba(73, 3, 5, 0.5);
}
.carousel-caption span {
    color: #f37620;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.1px;
    display: inline-block;
    border-bottom: 2px solid #f37620;
}
.carousel-caption p {
    margin-top: 20px;
    font-size: 42px;
    color: #222;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: -0.5px;
    margin: 25px 0 0;
}

.item4 .carousel-caption p {
    color: #fff;
}


.carousel-control {
    width: 60px;
    height: 60px;
    display: inline-block;
    background: rgba(80,80,80,0.6);
    top: 50%;
    margin-top: -40px;
    transition: 0.3s;
    opacity: 0.6;
}

.carousel-control span {
    margin: 0 !important;
    top: 18px !important;
    left: 15px !important;
    text-shadow: none !important;
    font-size: 20px !important;
}

.carousel-indicators {
    bottom: 35px;
}

.carousel-indicators li {
    width: 13px;
    height: 13px;
    border: none;
    background: rgba(0,0,0,0.3);
    margin: 0 4px 0;
}

.carousel-indicators li.active {
    width: 13px;
    height: 13px;
    background: #f37620;
    margin: 0 4px 0;
}

.main-intro {
    padding: 60px 0;
    text-align: center;
}
.main-intro h3 {
    margin: 0 0 30px;
    color: #222222;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -0.2px;
}
.main-intro .column-3 {
    column-count: 2;
    column-gap: 30px;
    text-align: left;
}
.main-intro p {
    font-size: 18px;
    color: #666;
    letter-spacing: -0.2px;
    line-height: 1.7;
}
.main-video{
	padding:70px 0;
	background:#f5f5f5;
}
@media(max-width:767px){
	
}
/* footer setting */
.footer_copy > div {
    padding: 50px 15px;
    background: #333;
    color: #888;
    font-size: 14px;
}
.footer_copy .name {
    font-weight: 600;
    margin-bottom: 5px;
}
.footer_copy ul:after{
	content:'';
	display:block;
	clear:both;
}
.footer_copy li {
    float: left;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid rgba(255,255,255,0.2);
}
.footer_copy li:last-of-type{
	border-right:none;
}
.footer_copy .copy {
    margin-bottom: 0;
}
@media(max-width:767px){
	
}
/* subpage setting */
.subpage .pageheader{
	width:100%;
	height:200px;
	background:#000 url(/skin/img/sub/subtop-bg2.jpg) no-repeat center;
	background-size:cover;
}
.pageheader .container{
	position:relative;
	height:100%;
}
.pageheader h2{
	margin-top:50px;
	font-size:48px;
	color:#fff;
}
.pageheader .breadcrumb {
    margin: 15px 0 0;
    padding: 0;
    background: transparent;
    font-size: 14px;
    color: #ccc;
}
.breadcrumb .active{
	color:#fff;
}
.subpage-content p > span,
.subpage-content li > span{
	font-size:1.1em;
	font-weight:500;
	color:#f15f22;
}
.subpage-content{
	padding-top:60px;
	padding-bottom:90px;
}
.subpage-content h3 {
    position: relative;
    font-size: 40px;
    color: #222;
    margin: 0px 0 40px;
}
.subpage-content .title h4{
	margin-top:0;
}
/*
.subpage-content h3:before{
	content:'';
	display:block;
	width:40px;
	height:3px;
	background:#f15f22;
	position:absolute;
	left:0;
	top:-10px;
}
*/
.subpage-content h4 {
    margin: 30px 0 20px;
    padding-left: 32px;
    font-size: 26px;
    color: #222;
    position: relative;
}
.subpage-content h4:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    border: 6px solid #f37620;
    font-size: 16px;
    border-radius: 50%;
    margin-right: 10px;
    left: 0;
    top: 2px;
}
.subpage-content h5 {
    font-size: 22px;
    font-weight: 600;
    color: #f15f22;
    margin: 20px 0 15px;
}

.subpage-content p {
    font-size: 16px;
    color: #666;
}

.dh-board,.dh-view-box,#insertForm,#mailForm,.bbs-list-view-layout + .row{
	display: none;
}
.img-caption {
    margin-top: 10px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #666;
}
.li-check li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #666;
}
.li-check li:before {
    content: '\f00c';
    font-family: 'fontawesome';
    margin-right: 10px;
    color: #5f6773;
}
.arrow-right{
	position:relative;
}
.scout01-process .card:after,
.arrow-right:after{
	content:'\f061';
	font-family:'fontawesome';
	font-size:35px;
	color:#aaa;
	position:absolute;
	right:-15px;
	top:50%;
	transform:translatey(-50%);
}

.card > h5{
	margin-top:0;
}
.card > img{
	margin-bottom:10px;
}
/* subpage scout */
.scout-system {
	margin:10px -15px 40px;
}
.scout-system .img-caption {
    border-top: 1px solid #ddd;
    padding-top: 5px;
}
.scout-system .system1:after{
	content:'\f067';
	font-family:'fontawesome';
	font-size:35px;
	color:#aaa;
	position:absolute;
	right:-15px;
	top:50%;
	transform:translatey(-50%);
}
.scout01-se1{
	margin:40px -15px;
}
.scout01-compare {
    margin: 40px 0;
    border: 1px solid #ddd;
}
.scout01-compare .col-sm-6:last-child {
    border-left: 1px solid #ddd;
}
.scout01-compare > div {
    padding: 0;
}
.scout01-compare > div img {
    padding: 0 30px;
}
.scout01-compare > div ul {
    margin: 10px 0 30px;
    padding: 0 40px;
}
.scout01-compare h5 {
    background: #f3f3f3;
    padding: 15px;
    text-align: center;
    margin: 0 0 15px;
}
.scout01-compare h6{
 	text-align: center;
	font-size:20px;
	color:#f15f22;
}
.scout01-process .card {
    padding: 0;
    color: #666;
    font-size: 16px;
    border: none;
}
.scout01-process .card:after {
    content: "\f105";
    right: -23px;
}
.scout01-process .card > h5 {
    margin-top: 0;
    font-size: 18px;
    text-align: center;
    background: #3a3d42;
    color: #fff;
    padding: 13px;
    margin: 0;
}
.scout01-process .card .numbering {
    color: #f37620;
}
.scout01-process .card img {
    margin-bottom: 20px;
}
.scout01-process .col-sm-4:last-of-type .card:after{
	display:none;
}
.scout01-process .card p {
    margin: 10px 0 0;
    line-height: 1.5;
    font-size: 15px;
}
.scout02-se1 ul {
    margin-top: 20px;
}
.scout02-se1,
.scout03-se1 {
    margin: 20px 0;
    padding: 30px 0;
    border: 1px solid #ddd;
}
.scout02-se1 li, 
.scout03-se1 li {
    margin-bottom: 10px;
    font-size: 15px;
    color: #666;
}
.scout04-se1 div{
	margin-bottom:10px;
}
.scout04-se1 img{
	border:1px solid #ddd;
}

/* subpage product */
.product-box table {
    margin-top: 20px;
}
.product-box table th, 
.product-box table td {
    padding: 10px 12px !important;
}

.subpage-content .product-box h5 {
    margin-top: 0;
    display: inline-block;
}

.box-datasheet {
    margin-top: 80px;
    text-align: center;
}
.box-datasheet a {
    width: 210px;
    height: 58px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    color: #555;
    letter-spacing: -0.03em;
    background: #eee;
    border-radius: 0;
}
.box-datasheet a::before {
    content: '\f15c';
    font-size: 80%;
    font-weight: 900;
    font-family: 'FontAwesome';
    margin-right: 7px;
}
.box-datasheet a:hover {
    color: #fff;
    background: #f37620;
    border-color: #f37620;
}

.video-btn {
    display: inline-block;
    padding: 6px 30px;
    margin-left: 12px;
    color: #fff;
    background: #5f6773;
    border-radius: 2px;
    font-size: 13px;
    line-height: 1;
}
.video-btn:hover {
    color: #fff;
    background: #f37620;
    border-color: #f37620;
    text-decoration: none;
}

/* subpage application */
#application .product-box {
    margin: 40px 0 40px;
}

#application .product-box h5 {
    margin-top: 30px;
}

/* subpage support */
.branch {
    margin-top: 30px;
}
.branch .card {
    min-height: 190px;
    border: none;
    border-top: 2px solid #5f6773;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
    margin-bottom: 30px;
}
.branch .card > h5 {
    font-size: 16px;
    margin: 20px 0 10px;
    color: #3a3d42;
}

/* subpage board */
.dh-board .table > thead > tr > th,
.dh-board .table > tbody > tr > th,
.dh-board .table > tfoot > tr > th,
.dh-board .table > thead > tr > td,
.dh-board .table > tbody > tr > td,
.dh-board .table > tfoot > tr > td {
    padding: 13px 18px;
    color: #666;
    font-size: 15px;
}
.dh-board .table > thead > tr > th {
    background: #f3f3f3;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    letter-spacing: -0.2px;
}
.dh-board .table > tbody > tr > td {
    border-bottom: 1px dotted #dedede;
}
.dh-board .table > tbody > tr > td > strong > a {
    color: #666;
    font-weight: 400;
}
.dh-board > .table-hover {
    border-top: 2px solid #5f6773;
    border-bottom: 1px solid #ccc;
    margin: 0px 0 30px;
}
.table-hover>tbody>tr:hover {
    background: #fff;
}
.dh-board > .table-hover > tbody > tr > td > strong > a:hover {
    color: #f37620;
    text-decoration: underline;
}
.dh-margin-top{
    margin-top: 0; 
    display: inline-block;
}
/* 게시판 하단 */
.dh-board .dh-margin-top .pagination { 
	margin-top: 0; 
}
.pagination>li>a,
.pagination>li>span {
	border: 1px solid #ddd;
	border-radius: 0 !important;
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 0;
	color: #666 !important;
}

.pagination>li:last-child>a {
	margin-left: 15px;
}

.pagination>li:first-child>a {
	margin-right: 15px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background: #f3f3f3;
    border: 1px solid #ddd;
    color: #5f6773 !important;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	border-color: #bbb;
	background: #fff;
}

#insertForm .input-group .btn {
	border-radius: 0;
	font-size: 15px;
	border-color: #ddd;
}

#insertForm .input-group .form-control {
	height: 35px;
	box-shadow: none;
	border-color: #ddd;
}

#btnNew {
    color: #fff;
    background: #5f6773;
    border-color: #5f6773!important;
}

.label-danger {
    background: #fff;
    color: #f37620;
}


.dh-view-box{
    margin-top:0;
}

.subpage-content .bbs-area h4 {
    margin: 0;
    padding: 0;
}

.subpage-content .bbs-area h4:before {
    content: none;
}

.dh-view-box>.row>.page-header {
    border-top: 2px solid #5f6773;
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 15px;
}

.dh-view-box>.row>.dh-view-info {
    display: none;
}
.footer_copy > div .copy + a {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #999;
    border: 1px solid;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 13px;
    letter-spacing: -0.034em;
}

/* login */

.login-layout,
.id-find-layout,
.pw-find-layout{
    padding: 100px 15px;
}
.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;
    background: #f8f8f8;
}
.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: #aaa;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
    float: none;
    width: 100%;
    height: 50px;
    background: #333;
    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: #ec2a2d;
}
.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;
}

@media (max-width:768px){
    .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;
    }
}
@media(max-width:767px){
	
}

/* 게시판영역 */
/*BBS*/
.dh-board .table > thead > tr > th, .dh-board .table > tbody > tr > th, .dh-board .table > tfoot > tr > th, .dh-board .table > thead > tr > td, .dh-board .table > tbody > tr > td, .dh-board .table > tfoot > tr > td {padding: 16px 20px; color: #666; font-size: 14px;}
.dh-board .table > thead > tr > 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 > tbody > tr > td {border-bottom: 1px dotted #dedede;}
.dh-board .table > tbody > tr > td > strong > a {color: #555; font-size: 16px}
.dh-board > .table-hover {border-top: 2px solid #2d2d2d; border-bottom: 1px solid #ccc; margin: 0px 0 30px;}
.dh-board > .table-hover > tbody > tr:hover td {background-color: #fff;}
.dh-board > .table-hover > tbody > tr:hover > td > strong > a {color: #000;}
.dh-margin-top{margin-top: 40px; display: inline-block;}


.txt-box-footer em {display: none;}
.txt-box-footer em > span.regdate{font-style: normal; color: #666; font-size: 13px;}
.txt-box-footer em > 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: 0 0 50px;
}
.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>.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: #ff000b !important;
    font-size: 13px !important;
    padding: 0;
    font-weight: 500;
    position: absolute;
    top: 18px;
}
.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;
}

/*2020-11-23*/
#application .section1 .clearfix{margin-bottom: 40px;}