@charset "utf-8";
@import "basic.css";

body{
	min-width:1560px;
	position:relative;
}
br{font-family:dotum,'돋움';}

/* 스킵네비게이션 { */
#skipToContent{overflow:hidden; position:absolute;left:0;top:0; width:100%; z-index:9999999;}
#skipToContent dt,#skipToContent dd{margin-left:0;}
#skipToContent .hid { position: absolute; left: 0; top: -90px;}
a.skip01,a.skip02 {display:block; font-size:0; height: 1px; line-height:0; margin:0 -1px -1px 0; overflow:hidden;text-align:center; width:1px;}
a.skip01:hover,a.skip01:focus,a.skip01:active,a.skip02:hover,a.skip02:focus,a.skip02:active {background:#182d4c; color:#ffffff; font-size:12px; font-weight:bold; margin:0; height:20px; line-height:20px; margin:0; padding:4px 0; width:auto;}
/* } 스킵네비게이션 */

/* 메인 팝업레이어 { */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:1200px;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff;}
.hd_pops img{max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding: 0;background:#000;color:#fff;text-align:left;position:relative;}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding: 10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject{background:#000;text-align:left}
.hd_pops_footer .hd_pops_close{background:#393939;position:absolute;top:0;right:0}
/* } 메인 팝업레이어 */

/* wrap { */
.wrap {
	min-width:1450px;
	padding-left:230px;
}
/* } wrap */

/* 콘테이너 { */
.container:after {
	content: '';
	display:block;
	clear:both;
}
/* } 콘테이너 */

/* 헤더 { */
#header {
	width:230px;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	overflow-y:auto;
}
.header_inner {
	padding:40px 20px;
}
.logo {
}
.logo a {
	display:block;
	text-align:center;
}

#gnb {
	margin-top:25px;
}
.depth1 + .depth1 {
	margin-top:8px;
}
.depth1 a {
	position:relative;
	display:block;
	padding-left:10px;
	font-family:"noto-sans-scott-r";
	font-size:17px;
	line-height:50px;
	color:#444444;
}
.depth1.on a:after, .depth1.focus a:after {
	content:'';
	display:block;
	width:100%;
	height:2px;
	background:#427cba;
	position:absolute;
	left:0;
	bottom:0;
}
/* } 헤더 */

/* 푸터 { */
#footer {
	background:#222222;
}
.footer_inner {
	padding:36px 0;
}

.footer_tit {
	margin-bottom:16px;
	font-family:"noto-sans-scott-m";
    font-size:16px;
    line-height:16px;
	color:#aaaaaa;
	text-align:center;
}
#footer .footer_detail {
	font-size:0;
	text-align:center;
}
#footer .footer_detail + .footer_detail {
	margin-top:10px;
}
#footer .footer_detail span {
	display:inline-block;
	vertical-align:top;
    position:relative;
	padding-left:15px;
	font-family:"noto-sans-scott-dl";
    font-size:13px;
    line-height:13px;
	color:#666666;
}

#footer .footer_detail span:before {
    content:'';
    position:absolute;
    top:50%;
    left:7px;
    width:1px;
    height:13px;
    margin-top:-7px;
    background:#666666;
}

#footer .footer_detail span:first-child {
    padding: 0;
}

#footer .footer_detail span:first-child:before {
    display: none;
}

#footer .copy {
	margin-top:16px;
	font-family:"noto-sans-scott-dl";
    font-size:12px;
    line-height:12px;
	color:#808080;
	text-align:center;
}

.btn_portfolio {
	display:block;
	width:100%;
	padding:30px 0;
	text-align:center;
	background:#1a1a1a;
}
/* } 푸터 */

/* 카카오버튼 { */
.kakao_btn {
	display:block;
	position:fixed;
	right:80px;
	bottom:100px;
}
/* } 카카오버튼 */