@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 > br,
.topmarginLay_a{display: none;}

/*메인 & 서브 상단 마진*/
.container{position:relative;}
.container_slide,.sub-layout{margin-top: 95px;}

/*------ 상단 메뉴 설정 -------*/
.navbar-inverse{
	margin: 0; padding: 0;
    background: #fff;
    border-bottom: none;
}
/*로고*/
.navbar-inverse .navbar-brand {
    padding: 0;
    margin: 13px 0 0!important;
}
.navbar-inverse .navbar-brand img {
	margin-top:-0 !important;
}

/* 메인메뉴 */
.navbar-inverse .navbar-nav {
    z-index: 100;
}
.navbar-inverse .navbar-nav > li{
	/* padding-bottom: 30px; */
}
.navbar-inverse .navbar-nav > li > a {
    padding: 38px 16px 38px;
    font-size: 16px;
    font-weight: 600;
    color: #222;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	color: #1b87da;
	background-color: rgba(0,0,0,0);
}
.navbar-inverse .navbar-nav>.open>a, 
.navbar-inverse .navbar-nav>.open>a:focus, 
.navbar-inverse .navbar-nav>.open>a:hover{
	color: #1b87da;
	background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a span {
    line-height: 0;
}

/* 상단 서브 메뉴 설정 시작*/
@media screen and (min-width: 768px) {
  	.navbar-inverse .navbar-nav .dropdown-menu {
		background-color: #fafafa;
		border: none;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		padding: 0;
		left: 50%;
		right: auto;
		transform: translate(-50%, 0);
		box-shadow: none;
	}
	
	/* .navbar-inverse .navbar-nav .dropdown-menu > li {		border-bottom: 1px solid rgba(255, 255, 255, .1);	} */
	
	.navbar-inverse .navbar-nav .dropdown-menu > li:last-child {		border-bottom: 0;	}
	
	.navbar-nav .dropdown-menu > li > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		text-align: center;
		color: #333;
		padding: 13px 15px;
		font-weight: 500;
		font-size: 14px;
		border-top: 1px solid #ebebeb;
		line-height: 1;
		text-align: left;
		transition:all ease 0.2s;
	}
	
	.navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
		color: #fff;
		background-color: #1b87da;
	}
}
/* 상단 서브 메뉴 설정 끝*/
/*------ //상단 메뉴 설정 ------*/
/*------ CAROUSEL ------*/
.container_slide{
	width:100%;
	padding:0;
}
    .container_slide > .fill,
    .carousel-inner .item .fill{
        height: 680px;
    }
.carousel,
.carousel-inner{
	position: relative;
}
.carousel-caption {
    position: absolute;
    margin: 0;
    padding: 60px 0;
    top: 20%;
    left: 20%;
    bottom: auto;
    text-align: left;
    max-width: 650px;
    width: 100%;
}
.carousel-caption h1 {
    margin: 0;
}
.carousel-caption h1 span {
	font-size: 68px;
	margin: 0 0 20px;
	color: #fff;
	font-weight: 700;
	line-height: 1.3;
}
.carousel-caption p {
    font-size: 20px;
    font-weight: 400;
    color: #ddd;
    margin: 10px 0 0;
    letter-spacing: -0.7px;
    line-height: 1.5;
}
.carousel-caption h1 span,
.carousel-caption p span{
	background: transparent;
	opacity: 1;
	text-shadow: none;
	padding: 0;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .glyphicon-chevron-left{
	display:none
}

/*------ //CAROUSEL ------*/
/*------ 메인페이지------*/
.container_contents{
    width: 100%;
    padding: 0;
}

/* 메인버튼 */
@media (min-width:768px){
.main-btn{
    position: absolute;
    width: calc(100% - 30px);
    bottom: 1px;
    /* background-color: rgba(7, 53, 112, 0.8); */
	}
}
.btn-wrap .btn {
	width: 20%;
    height: 160px;
	padding: 30px 0 0;
	color: #fff;
	transition-duration: 0.3s;
	background: rgb(11, 26, 76, 0.8);
	border-radius: 0;
	border: none;
	border-right: 1px solid rgba(255,255,255,0.2);
}
.btn-wrap .btn:hover {
    background-color: rgba(39, 66, 161, 0.8);
}
.btn-wrap .btn:last-child{
    border: 0 none;
}
.btn-wrap .btn h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.5px;
    text-align: left;
    padding-left: 50px;
    position: relative;
}
.btn-wrap .btn h4 span {
    display: inline-block;
    border-radius: 50%;
    font-weight: 400;
    margin-right: 2px;
    color: #70f3ff;
    font-size: 22px;
    left: 9%;
    top: -3px;
    position: absolute;
}
.btn-wrap .btn > span {
    display: block;
    font-size: 14px;
    opacity: 0.8;
    line-height: 1.3;
    font-weight: 300;
    margin: 0;
    padding: 6px 0 0 51px;
    text-align: left;
}

/* 메인 게시판영역 */
@media (min-width:768px){
.intro-board-widget-layout{
    width: 1170px;
    margin: 0;
}
.intro-boardbox{
	width: 50%;
	padding: 0;
}
.intro-boardbox-type-bbs:nth-of-type(1) {
    padding-right: 30px;
}
.intro-boardbox-type-bbs:nth-of-type(2) {
    padding-left: 30px;
}
}
.intro-boardbox .page-header {
    margin: 0 0 15px;
    border-top: 1px solid #85878c;
    border-bottom: 1px solid #ddd;
    padding: 15px 3px;
}
.intro-boardbox .page-header h4 {
    margin: 0;
    font-size: 20px;
    letter-spacing: -1px;
    font-weight: 500;
    color: #222;
}
.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 h6{
    padding-bottom: 8px;
}
.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: 14px;
}
.label-danger{
    padding: 1px 4px;
}
.dh-front-list2-words{
    padding: 0;
	margin-top: 12px;
}
.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: 3px;
}
.fa-plus:before {
    content: url(/skin/img/main/board-plus-icon.png);
}
.btn.active, .btn:active {
	box-shadow:none;
}
/*------//메인페이지------*/
/*----- 서브페이지 공통 ----- */
.dh-board,.dh-view-box,#insertForm,#mailForm,.bbs-list-view-layout + .row,.bbs-blog-view-layout + .row,#mod_type_formForm{
	visibility:hidden;
}
.sub-layout {
    padding: 0;
    width: 100%;
}
.subpage .subheader {
    position: relative;
    height: 200px;
    background: url(/skin/img/sub/subtop.jpg) no-repeat center / cover;
}
.subpage .subheader:after {
    content: "페라이트 코아의 생산 / 소재기술을 기반으로 하는 전자 부품 전문 회사";
    position: absolute;
    display: block;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%);
    color: rgba(255,255,255,0.55);
    font-size: 21px;
    letter-spacing: -0.05em;
    font-weight: 400;
}
.subpage .subheader + div{
    padding-bottom: 100px;
}
/* subpage left menu */
.snb {
    padding-right: 50px;
}
a.snb-top{
    display: block;
    padding: 46px 24px;
    font-size: 26px;
    color: #fff;
    font-weight: 500;
    background: #1b87da url(/skin/img/sub/left_menu_bg.png) no-repeat left top;
    text-decoration: none;
}
.snb ul {
    padding: 0;
}
.snb ul li{
	position: relative;
}
.snb ul li:before{
	content: '';
	position: absolute;
	width: 6px;
	height: 1px;
	background: #666;
	top: 48%;
	left: 9%;
}
.snb > ul > li > a {
    display: block;
    /* border: 1px solid #d2d2d2; */
    border-top:none;
    border-bottom: 1px solid #ddd;
    padding: 10px 19px;
    padding-left: 32px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    letter-spacing: -0.034em;
}
.snb ul li:last-child a {
    border-bottom: 1px solid #d2d2d2;
}
.snb > ul > li > a:hover {
    color: #333;
    text-decoration: none;
    font-weight: 500;
	background: #f5f5f5;
}
.snb > ul > li.active > a {
    color: #fff;
    font-weight: 500;
    background: #1b87da url(/skin/img/sub/menu_bg.png) no-repeat left top;
    border-color: #1b87da;
}
.snb > ul > li.active > a:after {
	content: "\276F";
	float: right;
}
/* //subpage left menu */
/* subpage breadcrumb */
.sub-title{
    width: 100%;
    margin-bottom: 40px;
    padding: 70px 0 20px;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.sub-title h2{
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    color: #222;
	letter-spacing:-1px;
}
.sub-title .breadcrumb {
    background: transparent;
    position: absolute;
    bottom: 10px;
    right: 0;
    padding: 0;
    margin: 15px 0 0;
}
.breadcrumb > li {
    font-size: 12px;
    color: #999;
}
.breadcrumb>.active {
    color: #333;
}
/* //subpage breadcrumb */

.sub-content {
    font-size: 15px;
    letter-spacing: -0.03em;
    color: #555;
    line-height: 1.75;
}
.content-wrap h4 {
    font-size: 22px;
    letter-spacing: -1px;
    color: #333;
    margin: 0 0 20px;
    padding-left: 18px;
    position: relative;
}

.content-wrap h4:before {
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 3px;
    border: 3px solid #1b87da;
    position: absolute;
    left: 0;
    top: 6px;
}
/*-----// 서브페이지 공통 ----- */
/*-----블로그 타입 B형 게시판 ----- */

/* 검색버튼 */
#insertForm[action="./index.php"], #insertForm>div.text-right{
    float: right;
    padding: 0;
    margin-bottom: 20px;
}
.bbs-blog2-index-layout .bbs-area > .dh-board {
    margin-left: -8px;
    margin-right: -8px;
}


@media (min-width: 768px){
	.bbs-blog2-index-layout .dhb-txt-box-type-b{
        width: 33.3333%;
    }
}

.bbs-blog2-index-layout .dhb-txt-box-type-b {
    margin: 0 0 16px;
    padding: 0 8px 0;
    border: none;
    background-color: #fff;
}
.dhb-txt-box-type-b > .row {
    margin: 0;
    border: 1px solid #ddd;
}

.dhb-txt-box-type-b > .row > div {
    padding: 0;
}
.dhb-txt-box-type-b-img-layout .thumb-hidden {
	max-height: 200px;
    height: 200px;
    box-shadow: none;
    border: none;
}
.thumb-hidden>a>img {
    width: 100%;
    height: 100%
}
.dhb-txt-box-type-b-text-layout h4 {
    font-size: 16px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #333;
    margin: 0;
    padding: 15px 20px;
}
.dhb-txt-box-type-b-text-layout h4:before{
	content:none;
}
.dhb-txt-box-type-b-text-layout h4 strong{
    font-weight: 500;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b:hover .row{
    border-color:#2887cf;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b:hover img {
    opacity: 0.8;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b .thumb-hidden {
    background: #000;
}

.bbs-blog2-index-layout > p,
.txt-box-footer,
.txt-box-footer .regdate{
    display:none;
}
.dh-margin-top{
    margin-top: 30px;
}
.pagination > li > a,
.pagination > li > span {
    border: 1px solid #fff;
    border-radius: 4px !important;
    margin-top: 0;
    margin-bottom: 0;
    color: #555 !important;
    font-size: 16px;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 33px;
    font-weight:500;
    text-align: center;
}

.pagination > li:first-child > a,
.pagination > li:last-child > a {
    border: 1px solid #d1d1d1;
    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 #2887cf;
    font-weight: 500;
    background: #2887cf !important;
    color: #fff !important;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    border-color: #f0f0f0;
    background: #f0f0f0;
    color:#111;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover{
    border-color:#aaa
}
.row.dh-margin-top {
    margin-top: 25px;
}

.bbs-blog2-index-layout .bbs-area .dh-margin-top {
    margin-left: -8px;
    margin-right: -8px;
}

#insertForm .input-group .btn {
    border-color: #d1d1d1;
}

#insertForm .input-group .form-control {
    box-shadow: none;
    border-color: #d1d1d1;
}

#insertForm .input-group #btnNew {
    background: #333;
    border: 1px solid #333;
    color: #fff;
}

/* 게시글 */
.text-wrap .big-title{
    font-size:22px;
    font-weight:600;
}
.img-wrap img{
	margin-bottom: 10px;
}
.img-wrap .title,
.text-wrap .title,
.text-wrap .detail{
	font-size: 17px;
	padding-left: 10px;
}
.img-wrap .title,
.text-wrap .title{
	font-weight: 600;
	position: relative;
}
.img-wrap .title:before,
.text-wrap .title:before{
	content: '';
	width: 3px;
	height: 16px;
	left: 0;
	top: 7px;
	background: #2887cf;
	position: absolute;
}
.fig-wrap img{
	width: 100%;
	margin: 0 auto;
	border: 1px solid #eaeaea;
}
.fig-wrap img + p{
    text-align: center;
    margin: 0;
	padding: 10px 0 30px;
	font-size: 15px;
	font-weight: 500;
    color: #555;
}
.table-wrap img{
	margin-bottom: 20px;
}
@media (min-width:768px){
.table-wrap img{
    width: 100%;
}
}

.example .col-sm-4 img{
    margin-top: 30px;
}

.bbs-area .dh-view-box .dh-attach+div{padding: 0 20px !important;}
.bbs-area .dh-view-box .dh-attach+div>div{padding:10px;}

.dh-view-box>.row>.page-header {
    background: #fff;
    padding: 0 0 15px;
    margin: 0;
    border: none;
    color: #333;
}
.dh-view-box>.row>.page-header h4 {
    line-height: 1;
    margin: 0;
    padding:0;
    font-weight: 500;
    font-size: 27px;
    color: #222;
    letter-spacing: -2px;
    padding-left: 15px;
	position: relative;
}
.dh-view-box>.row>.page-header h4:before{
	content:'';
	width: 6px;
	height: 20px;
	left: 2px;
	top: 4px;
	border-radius: 2px;
	background: #5984a5;
	position: absolute;
}
.dh-attach,
.dh-view-box>.row>.dh-view-info {
    display: none;
}

/* .dh-view-box>.row>.dh-view-info {
    background: #ffffff;
    padding: 12px 15px 25px;
    border-bottom: 1px solid #e1e1e1;
} */


.sns-box{
	display: none;
}
.dh-view-box>.row>.dh-view-info>span {
    padding: 0 15px 0 0;
    color: #aaa;
}
.dh-view-box>.row>.dh-view-info>span>strong {
    color: #888;
    padding: 0 5px 0 0;
    font-weight: 500;
}
.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 0 40px !important;
}


/*-----//블로그 타입 B형 게시판 ----- */
/*-----텍스트 리스트 게시판 ----- */
.dh-board .table-hover {
    margin: 0;
    border-top: 1px solid #444;
    border-bottom:1px solid #333;
}
.dh-board .table-hover thead tr th, .dh-board .table-hover tbody tr th, .dh-board .table-hover tbody tr td {
    padding: 13px 15px;
    font-size: 15px;
    color: #666;
    letter-spacing: -0.5px;
    line-height: 1.6;
    border-bottom: 1px solid #e1e1e1;
}
.dh-board .table-hover thead tr th,
.dh-board .table-hover tbody tr th {
    color: #333;
    background: #f3f3f3;
    padding: 14px 15px;
}
.dh-board .table-hover .subject strong a {
    font-weight: 400;
    color: #666;
}

.dh-board .table-hover tr:hover {
    background: #fff;
}

.dh-board .table-hover .subject strong a:hover{
	text-decoration:underline;
	color:#222;
}

.table-style {
	margin: 0 0 20px;
	border-top: 2px solid #444;
}

.table-style tr th,
.table-style tr td {
    padding: 5px 10px !important;
	border-bottom: 1px solid #e1e1e1 !important;
	letter-spacing: -0.5px;
	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;
}
/*-----//텍스트 리스트 게시판 ----- */

/*------- 푸터 --------*/
.footer_copy > div {
    padding: 0;
}

#footer {
    background-color: #eee;
    font-size: 14px;
    text-align: left;
}
#footer ul {
	margin: 0; 
	padding: 30px 0;
}
#footer ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
    line-height: 1.7;
    color: #999;
}
#footer .hl-mt-10 {
    margin: 5px 0 5px;
}
#footer .hl-mt-10 small {
    font-size: 12px;
    opacity: 0.6;
    color: #666;
}
/*------- //푸터 --------*/


/* login */

.login-layout,
.id-find-layout,
.pw-find-layout{
    background: #f7f7f7;
    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: #3a83dc;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
    float: none;
    width: 100%;
    height: 50px;
    background: #3a83dc;
    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: #0859bc;
}
.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){
    /*모바일 메인 & 서브 상단 마진*/
    .container_slide,.sub-layout{margin-top: 58px;}
    
    /* 모바일 상단메뉴 */
	.lang-wrap >div{padding:0;}
	.navbar-header .navbar-brand{
        margin: 0 !important;
    }
	.navbar-inverse .navbar-brand{
		font-size: 27px;
	}
	.navbar-inverse .navbar-toggle {
   		padding: 5px 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 > li:nth-child(8),
	.navbar-inverse .navbar-nav > li:nth-child(9){display:none;}
    .navbar-inverse .navbar-nav > li > a {
        margin: 0;
        padding: 14px 15px;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        background: #2b4e73;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        letter-spacing: -0.03em;
        text-shadow: none;
    }
	.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: #4f8ccd;
        border-bottom: 1px solid #444;
    }
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        padding: 8px 25px;
        font-size: 15px;
        color: #fff;
		background: #253342;
        letter-spacing: -0.03em;
        text-align: left;
    }
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav>.open .dropdown-menu>li>a:hover{
		background: #253342;
	}
    /* 모바일 배너이미지 */
    .intro-html-layout .col-sm-12{padding:0;}
    .container_slide > .fill, .carousel-inner .item{height: 240px;}
	.carousel-caption {
		padding: 0;
   		top: 27%;
	}
    .carousel-caption h1 span {
	    margin: 0;
  		font-size: 45px;
	}
	.carousel-caption p span {
		display: block;
		font-size: 15px;
		line-height: 1.5;
	}
    /* 모바일 메인페이지 */
	.container_contents .row {margin: 0;width: 100%;}
	
	.btn-wrap{padding:0;}
	.btn-wrap .btn {
		width: 50%;
		height: auto;
	    margin-right: -2px;
    	margin-bottom: 1px;
		padding: 25px 0 25px 0;
	}
	.btn-wrap .btn h4 {font-size: 18px;}
	.btn-wrap .btn > span {font-size: 12px;}
	
	.intro-boardbox-7 .page-header{margin-top: 10px;}
	.intro-boardbox .page-header h4 {font-size: 20px;}
	
    /* 모바일 서브페이지 공통 */
    .subpage .subheader{height: 130px;}
    .subheader h2 {
		height: 130px;
		line-height: 130px;
    	font-size: 30px;
    	text-align: center;
	}
    .sub-content{padding: 30px 15px 50px;}
    #patent .sub-content,
    #brand .sub-content{padding: 50px 15px;}
    .sub-content >h3{font-size: 25px;margin: 0;}
    .snb{display:none;}
    .sub-content{margin: 0;}
    .con-top > h3 {font-size:25px;}
	.breadcrumb{margin-top: 25px;}
	.breadcrumb li:nth-child(2){display:none;}
	
	.greeting .gr_text {padding: 30px 20px 0;}
	.greeting p {font-size: 15px;}
	
	[id^="fridge"] .content-wrap > h4,
	.content-wrap h4 {font-size: 18px;}
	
	/* 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); 
    }
	
	.bbs-area .table .hits{display: none;}
	
	/* 모바일 로그인 */
    .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;
    }
}


.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 50px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
	margin-bottom: 10px;
}

.maintenance .big-cont {
	display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}
.dh-view-box img{
    display: block;
    max-width: 100%;
    height: auto;
}