@charset "utf-8";
@import url('/skin/notokr/notokr.css');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff; word-break: keep-all !important; padding-top: 100px;}

/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'notokr', '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;
}



.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
	display: none;
}
.sub-layout{
}

/* 상단 네비게이션 */

.navbar-inverse{
	background-color: #fff;
	border-bottom: 1px solid #e0e0e0;
}
.navbar-header .navbar-brand {
    display: block;
    padding: 0;
    vertical-align: bottom;
    font-size: 20px;
    margin-left: 0 !important;
    margin-top: 20px;
}
.navbar-header .navbar-brand img{
    margin-top: 0;
    display: inline-block;
    vertical-align: bottom;
	margin-right: 10px;
}
.navbar-header .navbar-brand .logo-text{
	font-size: 27px;
    letter-spacing: -0.04em;
    color: #0082C9;
    font-weight: 600;
}
.nav.navbar-nav > li > a {
    display: block;
    height: 100%;
    letter-spacing: -0.01em;
    padding: 40px 25px;
    font-size: 17px;
    font-weight: 500;
    color: #222;
}
.nav.navbar-nav > li > a span {
    line-height: 0;
}

.nav.navbar-nav > li:hover > a, 
.nav.navbar-nav > li.open > a, 
.nav.navbar-nav > li:focus > a, 
.navbar-inverse .navbar-nav>.open>a, 
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #006eb4;
    background: rgba(0,0,0,0);
}
.nav.navbar-nav li .dropdown-menu{
    left: 0;
    right: auto;
    border-radius: 0;
    border: 0;
    padding: 0;
}
.nav.navbar-nav li .dropdown-menu li a {
    padding: 10px 20px;
    transition: 0.3s;
}
.nav.navbar-nav li .dropdown-menu li:hover a {
    background: #006eb4;
    color: #fff;
}
@media (max-width: 767px){
	.navbar-header .navbar-brand{
		margin-top: 10px;
		margin-left: 15px !important;
		margin-bottom: 10px;
	}
	.navbar-header .navbar-brand img{
		width: 63px;
	}
	.navbar-header .navbar-brand .logo-text{
		font-size: 18px !important;
	}
	.navbar-inverse .navbar-toggle{
		margin-top: 14px;
		border-color: #00559B;
		background: #00559B;
	}
	.navbar-inverse .navbar-toggle:hvoer{
		border-color: #00559B;
		background: #00559B;
	}
	.body-layout{
		padding-top: 59px;
	}
	.nav.navbar-nav > li > a{
		padding: 22px 25px;
		text-align: center;
	}
	.nav.navbar-nav li .dropdown-menu li a{
		padding: 10px;
		text-align: center;
	}
}
@media (min-width: 768px) and  (max-width: 991px){
	.navbar-header .navbar-brand img{
		width: 50px;
	}
	.navbar-header .navbar-brand .logo-text{
		font-size: 20px;
	}
	.nav.navbar-nav > li > a{
		font-size: 16px;
		padding: 27px 14px;
	}
	.body-layout{
		padding-top: 75px;
	}
}
@media (min-width: 992px) and  (max-width: 1199px){
	.navbar-header .navbar-brand .logo-text{
		font-size: 21px;
	}
	.nav.navbar-nav > li > a{
		padding: 50px 20px 15px;
	}
	.body-layout{
		padding-top: 86px;
	}
}
@media (min-width: 1200px){

}
/* //상단 네비게이션 */

/* 슬라이드 영역 */
.fill{
	height: 800px;
}
.container.container_slide{
	width: 100%;
	padding: 0;
}
.carousel-inner .item .carousel-caption {
    top: 45%;
    bottom: auto;
    transform: translateY(-50%);
    padding: 0;
	text-shadow: none;
}
.carousel-inner .item .carousel-caption h1,
.carousel-inner .item .carousel-caption p{

}
.carousel-inner .item .carousel-caption h1 span,
.carousel-inner .item .carousel-caption p span{
    background-color: transparent;
    text-shadow: none;
    opacity: 1;
	padding: 0;
}
.carousel-inner .item .carousel-caption h1 {
    font-size: 72px;
    font-weight: 500;
    margin: 0 0 20px;
}
.carousel-inner .item .carousel-caption h1 b{
	color: #79d0ff;
}
.fill h1 .top {
    display: block;
    max-width: 110px;
    font-size: 17px;
    letter-spacing: 0.1em;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 13px 0 !important;
    line-height: 1;
    font-weight: 500;
    opacity: 0.7 !important;
    margin: 0 auto 45px;
}

.carousel-inner .item .carousel-caption p {
    font-size: 28px;
    font-weight: 300;
    letter-spacing: -0.01em;
    margin: 0;
}
.carousel-inner .item .carousel-caption p > span > span{
	display: inline-block;
    margin-top: 15px;
    font-weight: 500;
	position: relative;
}
.carousel-inner .item .carousel-caption p > span > span:before, .carousel-inner .item .carousel-caption p > span > span:after{
	content: '';
	display: block;
	width: 50px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	opacity: 1;
}
.carousel-inner .item .carousel-caption p > span > span:before{
	left: 103%;
}
.carousel-inner .item .carousel-caption p > span > span:after{
	right: 103%;
}

.carousel-indicators {
    bottom: 40px;
}

.carousel-indicators li{
	width: 12px;
	height: 12px !important;
	border: 0 !important;
	margin: 0 5px !important;
	background: #fff;
}
.carousel-indicators li.active{
	background: #0099f3;
}


#myCarousel .carousel-control{
	opacity:0.3
}
.pull-center .carousel-control > span{
	display: none;
}
.pull-center .carousel-control.left{
	background: url('/skin/img/slide/arrow_prev.png') no-repeat center;
}
.pull-center .carousel-control.right{
	background: url('/skin/img/slide/arrow_next.png') no-repeat center;
}

@media (max-width: 767px){
	.fill{
		height: 350px;
	}
	.fill h1 .top{
		font-size: 12px;
		padding: 8px 0 !important;
		margin: 0 auto 30px !important;
	}
	.carousel-inner .item .carousel-caption h1{
		font-size: 30px;
	}
	.carousel-inner .item .carousel-caption p{
		font-size: 14px;
	}
	.carousel-inner .item .carousel-caption p > span > span:before,.carousel-inner .item .carousel-caption p > span > span:after{
		display: none;
	}
	#myCarousel .carousel-control{
		width: 10%;
		background-size: 80%;
	}
}
@media (min-width: 768px) and  (max-width: 991px){
	.fill{
		height: 600px;
	}
	.carousel-inner .item .carousel-caption h1{
		font-size: 60px;
	}
	.carousel-inner .item .carousel-caption p{
		font-size: 20px;
	}
}
@media (min-width: 992px) and  (max-width: 1199px){
	.fill{
		height: 600px;
	}
	.carousel-inner .item .carousel-caption h1{
		font-size: 60px;
	}
	.carousel-inner .item .carousel-caption p{
		font-size: 20px;
	}
}
@media (min-width: 1200px){

}
/* //슬라이드 영역 */

/* 메인 중단영역 */
.mobile-btn-layout-container{
	display: none;
}
.container_contents, .intro-html-layout, .intro-html-layout > .col-sm-12{
	width: 100%;
	margin: 0;
	padding: 0;
}
.main-top{
	padding:115px 0 100px;
}
.main-top .main-box {
    display: block;
    text-align: center;
    padding: 40px 10px 55px;
    color: #333;
    background: #fff;
    transition: all .3s ease;
}
.main-top .main-box span i {
    font-family: "FontAwesome";
    font-style: normal;
    font-size: 82px;
    color: #006eb4;
    display: block;
}

.main-top .main-box:hover {
    background: #f6f6f6;
    text-decoration:none;
}

.main-top .main-box h4 {
    font-size: 23px;
    margin-top: 0;
    margin: 14px 0 20px;
}
.main-top .main-box img{
	margin-bottom: 50px;
}
.main-top .main-box > .fa {
    display: inline-block;
    font-size: 20px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #006eb4;
    color: #006eb4;
    text-align: center;
    line-height: 24px;
}


.wrap-bbs {
    background: #f3f3f3;
}
.intro-board-widget-layout .wrap-bbs > .container {
    width: 100%;
}
.intro-board-widget-layout .wrap-bbs > .container > .row {
    margin: 0;
}

/* .intro-boardbox-1{
	width: 75%;
}
.board-bottom{
	width: 25%;
} */

.intro-boardbox-1 {
    max-width: 1170px;
    margin: 0 auto;
    padding: 80px 15px;
    float: none;
    width: 100%;
}
.board-bottom {
    /* width: 25%; */
    background: #006EB4 url(/skin/img/main/main-contact-bg.png) no-repeat 82% center;
    padding: 80px 0;
    color: #fff;
}

.board-bottom .main-box {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.board-bottom .main-box .page-header h4 {
    color: #fff;
}
.board-bottom .main-box p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 55px;
}
.board-bottom .main-box .contact-link {
    font-size: 16px;
    display: block;
    text-align: left;
    margin-bottom: 20px;
    width: 210px;
    height: 56px;
    line-height: 56px;
    color: #fff;
    margin: 0;
    padding: 0 20px;
    background: #00438a;
	transition:all ease 0.3s;
}
.board-bottom .main-box .contact-link i {
    float: right;
    line-height: 56px;
    font-size: 20px;
}

.board-bottom .main-box .contact-link:hover {
    text-decoration: none;
    color: #00438a;
    background: #fff;
}

.intro-boardbox .page-header {
    border-bottom: none;
    margin: 0;
    padding: 0 0 30px;
}

.intro-boardbox .page-header h4 {
    margin: 0;
    color: #222;
    font-size: 40px;
    font-weight: 600;
}
.intro-boardbox .page-header h4 .btn {
    padding: 0;
    margin: 10px 0 0;
    border: 0;
    width: 25px;
    height: 25px;
}
.intro-boardbox .page-header h4 .btn .fa-plus:before{content: url('/skin/img/main/btn-board-more.png');}
.intro-boardbox .banner-wrap {min-height: 100px;}
.intro-boardbox .banner-icon{display: inline-block; float: left; height: 100px; margin: 0 30px 0 15px;}
.banner-text{display: inline-block;}
.banner-text h5{margin: 6px 0 12px; font-size: 14px; font-weight: 500; color: #343434;}
.banner-wrap:last-child:hover .banner-text h5{text-decoration: underline;}
.banner-text h3{margin: 0 0 5px; color: #008470; font-size: 23px; font-weight: 500;}
.banner-text p{font-size: 13px; margin: 0 0 0; color: #666;}

.intro-boardbox .front-panel > .panel {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent !important;
    border: none;
	border-top:1px solid #333;
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.intro-boardbox .panel-body{padding: 0;}
.dh-front-list2-words {
    margin: 0 !important;
    padding: 20px 8px;
    border-bottom: 1px solid #ddd;
}
.dh-front-list2 h6 a, 
.dh-front-list2 h6 a span {
    color: #222;
    font-weight: 300;
    font-size: 15px;
}
.dh-front-list2 h6 a:hover span{text-decoration: none;}
.dh-front-list2 h6 a:hover .list-row-subject{color: #333; text-decoration: none;}
.dh-front-list2-words:first-child{margin: auto;}
.list-row-subject{float: left; text-overflow: ellipsis; overflow: hidden; max-width: 250px; white-space: nowrap;}
.row-separator{display: none;}
.list-row-regdate{float: right; color: #999 !important;}
.list-row-contents{display: none;}
.dh-front-list2 h6 a small > span{color: #004087 !important; background: none; font-size: 13px !important;}

@media (max-width: 767px){
	.main-top{
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.main-top .main-box h4{
		font-size: 20px;
	}
	.intro-boardbox .page-header h4{
		font-size: 25px;
	}
}
@media (min-width: 768px) and  (max-width: 991px){
	.intro-boardbox .page-header h4{
		font-size: 30px;
	}
}
@media (min-width: 992px) and  (max-width: 1199px){

}
@media (min-width: 1200px){

}
/* //메인 중단영역 */

/* 서브페이지 */

.container.sub-layout {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.subHeader {
    height: 250px;
    background-image: url(/skin/img/sub/sub_title.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.subHeader h2{
    text-align: center;
    color: #fff;
    font-size: 34px;
	line-height: 250px;
	margin: 0px;
}
.breadWrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    /*background: rgba(0, 82, 134, 0.8);*/
	/*display: none;*/
}
.subHeader .breadcrumb {
    background: none;
    border-radius: 0;
    padding: 18px 15px;
    max-width: 1170px;
    margin: 0 auto;
    font-size: 13px;
}
.subHeader .breadcrumb li a,
.breadcrumb>li+li:before{
    color: rgba(255,255,255,0.5);
}
.subHeader .breadcrumb li.active{
	color: #fff;
}
.subBody {
	padding-top: 80px;
	padding-bottom: 80px;
}
.subMenu .nav > li{
	margin: 0 !important;
	border-bottom: 1px solid #eee;
}
.subMenu .nav > li > a{
	color: #aaa;
	border-radius: 0;
}
.subMenu .nav > li.active > a{
	color: #fff;
	background: #004087;
}
.subContent_title {
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 43px;
    text-transform: uppercase;
    text-align: center;
}
.subContent_inner .content {
    margin-bottom: 100px;
}
.subContent_inner .content h4 {
    font-size: 26px;
    font-weight: 500;
    color: #006eb4;
    margin: 0 0 15px;
    letter-spacing: -0.02em;
}
.subContent_inner .content h5 {
    font-size: 20px;
    letter-spacing: -0.01em;
    font-weight: 600;
    position: relative;
    padding-left: 18px;
    margin: 0 0 10px;
}
.subContent_inner .content h5:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #006eb4;
    border: 3px solid #c4dcea;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 50%;
}
.subContent_inner .content p {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
}
.subContent_inner .content .content-inner {
    margin-bottom: 40px;
}
.subContent_inner .list-content {
    padding: 0;
}
.subContent_inner .content li {
    font-size: 15px;
    margin-bottom: 8px;
    padding-left: 12px;
    position: relative;
    color: #444;
}
.subContent_inner .content li:last-child{
	margin-bottom: 0;
}
.subContent_inner .content li:after{
	content: '';
	display: table;
	clear: both;
}
.subContent_inner .content li::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 3px;
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #888;
}

.img-box {
    background: #f8f8f8;
    padding: 70px 0;
    margin: 20px 0;
}

#Company01 .con1{
	text-align:center;
}
#Company01 .con1 p {
    margin-bottom: 20px;
    line-height: 1.55;
}
#Company01 h4{
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 40px;
}
#Company01 img {
    margin-top: 30px;
}
#Company01 img + span {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    line-height: 1.33;
}
#Company01 img + span > small{
	font-weight: 400;
}
#Company01 .content.con2{
    padding: 100px 80px 100px;
    border: 1px solid #ddd;
    background: #f8f8f8;
}
#Company01 .content.con2 h4{
    
}
#Company01 .content.con2 h4 > small{
    display: block;
    color: #A1C06E;
    font-weight: 600;
    margin-bottom: 8px;
}
#Company01 .content.con2 p{
    font-size: 16px;
    margin-bottom: 0;
}
#Company01 .content.con2 p > a{
    margin-left: 15px;
}
.global-box {
    background: #f6f6f6;
    position: relative;
    padding: 70px 0;
}
.global-content {
    position: absolute;
    max-width: 950px;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    width: 100%;
}

.global-content > div {
    padding: 0 8px;
}

#Company02 dl {
    margin: 8px 0;
    background: #878e94;
    padding: 20px 25px;
    color: #fff;
    min-height: 110px;
}

.global-content > div:nth-child(1) dl {
    background: #006eb4!important;
}

#Company02 dl dt {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
#Company02 dl dd {
    font-size: 14px;
}
#Company03 .location {
    padding: 0;
    border-top: 1px solid #333;
    margin: 30px 0 0;
}
#Company03 .location li {
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 15px;
}
#Company03 .location li > span {
    font-weight: 600;
    color: #222;
    display: inline-block;
    width: 100px;
}
#Company03 .location li:before {
    top: 24px;
    left: 6px;
    background: #444;
}
#Business01 .content .trading-process > .row > .col-xs-12:last-child .process-box:after{
	display: none;
}


#Business01 .content .trading-process > .row > .col-xs-12{
	width: 24%;
}
#Business01 .content .trading-process > .row > .col-xs-12:nth-child(2){
	width: 28%;
}


#Business01 .content .trading-process .process-box{
    position: relative;
    padding: 12px 15px;
    border: 1px solid #bfbfbf;
}
#Business01 .content .trading-process .process-box.point{
	border-color: #0082C9;
	background: #e7f5fd;
}
#Business01 .content .trading-process .process-box:after{
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -26px;
    font-size: 50px;
    color: #0082C9;
}
#Business01 .subContent_inner .content.con1{
	margin-bottom: 50px;
}
#Business01 .content .trading-process .process-box p{
	font-size: 20px;
	text-align: center;
}
#Business01 .content .trading-process .process-box p > span{
	color: #3A9DE3;
    margin-right: 10px;
    font-weight: 600;
}
#Business01 .content .trading-process .process-box img{
    height: 92px;
    width: auto;
}
#Business01 .content .trading-process .process-box .fa{
    font-size: 92px;
    display: block;
    text-align: center;
    color: #54A403;
}
#Business02 .con1 h4 {
    margin-top: 60px;
    margin-bottom: 20px;
}

#Business02 .con1 .col-md-9 {
    padding-left: 30px;
}

#Business02 .subContent_inner .list-content{
	margin-top: 30px;
	margin-bottom: 60px;
}
#Business02 .subContent_inner .con2 img, #Product02 .subContent_inner .con3 img{
	margin-bottom: 30px;
}
#Business02 .subContent_inner .con3 .thumbnail{
	border: 0;
	padding: 0;
}
#Business02 .subContent_inner .con3 .thumbnail .caption{
	text-align: center;
}
#Business02 .subContent_inner .con3 .thumbnail .caption > span{
	font-weight: 500;
	font-size: 16px;
}
#Business02 .subContent_inner .con4 .content-box {
    padding: 55px 50px 70px;
    background: #f8f8f8;
    margin: 30px 0;
}
#Business02 .subContent_inner .con4 .content-box img {
    margin-top: 35px;
}
#Product01 .con2 .chain{
	
}
#Product01 .con2 .chain:after{
	content: '';
	clear: both;
	display: table;
}
#Product01 .con2 .chain .chain-box{
	width: 20%;
	float: left;
	border: 1px solid #ccdce6;
}
#Product01 .con2 .chain .chain-box:last-child{
	width: 40%;
}
#Product01 .con2 .chain .chain-box span{
	display: block;
	    text-align: center;
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
	    background: #e4f2fb;
    color: #003e86;
	border-top: 1px solid #ccdce6;
}
#Product01 .con2 .table td {
    text-align: center;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 15px;
    color: #222;
    font-weight: 500;
}
#Product01 .con2 .table tbody tr:nth-child(2) td {
    background: #e4f2fb;
    border-color: #ccdce6;
    color: #003e86;
}

#Product01 .con2 dl {
    padding: 4px 0 4px 17px;
    border-left: 2px solid #c4dcea;
    margin-left: 6px;
}

#Product01 .con2 dl dt {
    margin: 15px 0 5px;
    font-size: 15px;
    line-height: 1.1;
}
#Product01 .con2 dl dd {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    padding-left: 18px;
}

#Product01 .con2 dl dd i {
    font-family: "FontAwesome";
    font-style: normal;
    color: #000;
    margin-right: 2px;
    font-size: 16px;
}
#Product01 .con3 .row{
	margin-bottom: 60px;
}
#Product01 .con3 .row .col-xs-12{
	position: relative;
}
#Product01 .con3 .row .col-xs-12:after{
    content: '\f054';
    position: absolute;
    font-family: FontAwesome;
    top: 39%;
    right: -24px;
    transform: translate(-50%, -50%);
    color: #70bff1;
    font-size: 30px;
}
#Product01 .con3 .row .col-xs-12:last-child:after{
	display: none;
}
@media (min-width: 768px){
	#Product01 .con3 .row .col-xs-12{
		width: 20%;
	}
}
#Product01 .con3 .thumbnail{
    min-height: 240px;
    border-radius: 0;
    border: 0;
    padding: 0;
}
#Product01 .con3 .thumbnail .caption{
    padding: 5px 0px;
    margin: 0;
}
#Product01 .con3 .thumbnail .caption dt{
	font-size: 17px;
    color: #006EB4;
    font-weight: 500;
    margin-bottom: 5px;
    min-height: 2.5em;
}
#Product01 .con3 .thumbnail .caption dd{
    font-size: 15px;
}
#Product01 .con3 p.contact{
	padding: 20px 30px;
	font-size: 28px;
	text-align: center;
	font-weight: 500;
	border: 1px solid #ddd;
}
#Product01 .con3 p.contact > b{
	color: #02558a;
}
#Product02 .subContent_inner .content {
    background: #f6f6f6;
    padding: 50px;
    margin: 0 0 20px;
}
#Product02 .subContent_inner .content img {
    border: 2px solid #eee;
    padding: 5px;
    width: 100%;
    background: #fff;
}
#Product02 .subContent_inner .content h4 {
    line-height: 1.3;
}
#Information01 .frameWrap {
    max-width: 800px;
    margin: 0 auto;
}

.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: 15px 10px;
    color: #444;
    font-size: 15px;
}
.table > thead > tr > th {
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
    color: #333;
    background: #f6f6f6;
}
.table > tbody > tr > td {
    border-bottom: 1px solid #ddd;
}


.dh-board > .table-hover td > strong > a {
    color: #444;
    font-weight: 400;
}
.dh-board > .table-hover {
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    margin: 0px 0 30px;
}
.dh-board > .table-hover > tbody > tr:hover td{
	background-color: #fff;
}
.dh-board > .table-hover > tbody > tr > td > strong > a:hover {
    color: #000;
    text-decoration: underline;
}

.dh-margin-top form#insertForm {width: 100%; max-width: 100%; display: block; margin: 0 0 0;}


.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 #006eb4;
    background: #006eb4 !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;
}


.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 !important;
    color: #fff;
}

.sns-box{
	display: none;
}
.dh-view-box {
    margin-top: 0;
}
.dh-view-box>.row>.page-header {
    border-top: 1px solid #444;
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 15px 18px;
    background: #f6f6f6;
}

.dh-view-box>.row>.page-header>h4 {
    margin: 0;
    font-size: 22px;
    color: #333;
    font-weight: 600;
}

.dh-view-box>.row>.dh-view-info {
    background: #fff;
    color: #999;
}

.dh-view-box>.row>.dh-view-info strong {
    color: #999 !important;
}

.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;}

#Contact .bbs-area{

}
#Contact .bbs-area #mailForm, #Contact .bbs-area #mod_type_formForm {
    margin: 0 auto;
    border-top: 2px solid #333;
    background: #f6f6f6;
    padding: 50px 100px;
}
#mailForm .form-group, #mod_type_formForm .q_number {
    margin-bottom: 15px;
}
#mailForm .form-group, #mod_type_formForm .q_number .fa{
	display: none;
}
#mailForm .form-group:after, #mod_type_formForm .q_number:after{
	content: '';
	clear: both;
	display: table;
}
#mod_type_formForm .q_number:nth-child(3) .col-sm-12:nth-child(2), #mod_type_formForm .q_number:nth-child(4) .col-sm-12:nth-child(2), #mod_type_formForm .q_number:nth-child(5) .col-sm-12:nth-child(2){
	display: none;
}
#mod_type_formForm .q_number:nth-child(6) .col-sm-12{
	width: 100% !important;
}
#mod_type_formForm .q_number:nth-child(6) .checkbox label{
	font-size: 12px;
	color: #666;
}
#mod_type_formForm .q_number:nth-child(6) .checkbox label:nth-child(2){
	display: none;
}
#mailForm .form-group > label, #mod_type_formForm .q_number .col-sm-12:first-child{
	width: 15%;
	float: left;
}
#mailForm .form-group > .form-control, #mod_type_formForm .q_number .col-sm-12:last-child {
    width: 85%;
    float: left;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    padding: 8px 12px;
}
#mod_type_formForm .q_number .col-sm-12:last-child .form-control{
	border-radius: 0;
}
#mod_type_formForm .btn-lg.btn-primary{
	float: none !important;
}
#mailForm .form-group + .btn.btn-primary.btn-block, #mod_type_formForm .btn-lg.btn-primary{
    background: #006eb4;
    border-radius: 0;
    max-width: 210px;
    height: 56px;
    font-size: 16px;
    border: none;
    margin: 20px auto 0;
}
#mod_type_formForm > .clearfix{
	display: none;
}
#mod_type_formForm:after{
	content: '';
	clear: both;
	display: table;
}
#mailForm .form-group + .btn.btn-primary.btn-block:hover {
    background: #004087;
}

@media (max-width: 767px){
	.subHeader{
		height: 140px;
	}
	.subHeader h2{
		line-height: 120px;
		font-size: 30px;
	}
	.subContent_title{
		font-size: 36px;
	}
	#Company01 h4{
		font-size: 20px;
	}
	.global-box{
		padding: 40px 0;
	}
	.global-box img{
		width: 100%;
	}
	#Company03 .con1 img{
		margin-bottom: 30px;
	}
	#Company03 .location li > span{
		display: block;
	}
	#Business01 .content .trading-process > .row > .col-xs-12{
		width: 100% !important;
	}
	#Business01 .content .trading-process .process-box{
		margin-bottom: 30px;
	}
	#Business01 .content .trading-process .process-box:after{
		top: auto;
		bottom: -53px;
		right: auto;
		left: 50%;
		transform: translateX(-50%) rotate(90deg);
	}
	.subContent_inner .content h4{
		font-size: 24px;
	}
	#Business02 .subContent_inner .con4 .content-box{
		padding: 30px 20px 40px;
	}
	#Business02 .subContent_inner .con4 .content-box img{
		width: 100%;
	}
	#Product01 .con2 .chain .chain-box{
		width: 100% !important;
	}
	.img-box{
		padding: 10px 15px;
	}
	#Product01 .con3 .row .col-xs-12{
		margin-bottom: 30px;
	}
	#Product01 .con3 .row .col-xs-12:after{
		top: auto;
		bottom: -40px;
		right: auto;
		left: 50%;
		transform: translateX(-50%) rotate(90deg);
	}
	#Product01 .con3 p.contact{
		font-size: 20px;
	}
	#Contact .bbs-area #mailForm{
		padding: 30px 15px;
	}
	#mailForm .form-group > label, #mailForm .form-group > .form-control{
		width: 100%;
	}
}
@media (min-width: 768px) and  (max-width: 991px){
	.global-box img{
		width: 100%;
	}
	#Business01 .content .trading-process{
		padding: 30px 50px;
	}
	#Business01 .content .trading-process > .row > .col-xs-12{
		    width: 50% !important;
    margin-bottom: 30px;
	}
	#Business02 .subContent_inner .con4 .content-box img{
		width: 100%;
	}
	#Contact .bbs-area #mailForm{
		padding: 50px 35px;
	}
}
@media (min-width: 992px) and  (max-width: 1199px){

}
@media (min-width: 1200px){

}
/* //서브페이지 */

/* 푸터 */

.footer_copy .text-center {
    background: #333;
    color: #999;
    padding: 50px 0;
    text-align: center;
    font-size: 13px;
}
.footer_copy .wrap-footer {

}
.footer_copy .wrap-footer .footer-text p {
    font-size: 15px;
    color: #bbb;
    margin-bottom: 20px;
    position: relative;
    width: 130px;
    margin: 0 auto 20px;
}
.footer_copy .wrap-footer .footer-text ul {
    padding-left: 0;
    margin-bottom: 1px;
    display: inline-block;
}
.footer_copy .wrap-footer .footer-text ul:after{
    content: '';
    clear: both;
    display: table;
}
.footer_copy .wrap-footer .footer-text ul li {
    float: left;
    margin: 0 7px;
}
.footer_copy .wrap-footer .footer-text ul li address{
    margin-bottom: 0px;
}
.footer_copy .wrap-footer .footer-text .copyrights {
    display: block;
    margin-top: 15px;
    opacity: 0.6;
}
.footer_copy .wrap-footer .login-link{
    font-size: 12px;
    display: inline-block;
    width: 60px;
    height: 25px;
    line-height: 23px;
    color: #888888;
    border: 1px solid #525252;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 120%;
    transform: translateY(-50%);
}
.footer_copy .wrap-footer .login-link:hover{
	text-decoration: none;
	color: #cccccc;
    background: #3e3e3e;
}

@media (max-width: 767px){
	.footer_copy .wrap-footer .footer-text ul li{
		font-size: 12px;
		float: none;
	}
}
@media (min-width: 768px) and  (max-width: 991px){
	.footer_copy .wrap-footer{
		text-align: left;
	}
	.footer_copy .wrap-footer .footer-text ul{
		display: block;
	}
}
@media (min-width: 992px) and  (max-width: 1199px){
	.footer_copy .wrap-footer{
		text-align: left;
	}
	.footer_copy .wrap-footer .footer-text ul{
		display: block;
	}
}
@media (min-width: 1200px){

}
/* //푸터 */


.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;
}


/* login */

.login-layout, 
.id-find-layout,
.pw-find-layout {
    background: #f6f6f6;
    padding: 100px 15px 100px;
    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;
    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: #006eb4;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
    float: none;
    width: 100%;
    height: 50px;
    background: #006eb4;
    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: #00438a;
}
.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;
    }
}
