@charset "utf-8";
/*-------------------------------------------------
Layout Style Sheet
Version : 1.0
Author : myeong-hee park
Create date : 2014. 11. 27.
Last update : 2014. 11. 27.
-------------------------------------------------*/

/* Layout STYLE
-------------------------------------------------*/ 
#wrap {
	width: 100%;
	margin: 0 auto;
	background: #f0f2f5;
	}
#header {
	clear: both;
	position: relative;		
	width: 1000px;
	height: 102px;
	margin: 0 auto 10px;
	padding-top: 30px;
	}		
/* LOGO, tside NAVIGATION STYLE
-------------------------------------------------*/
/* 로고 */	
.logo {
	float: left;
	height: 58px;
	overflow: hidden;
	}
.logo a {
	display: block;
	}	
.tsidemenu {
	float: right;
	margin-top: 17px;
	font-size: 0.9em;
	font-weight: bold;
	}
.tsidemenu > li {
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	background: url(../../images/eps/common/tside_ba.gif) no-repeat 0 center;
	}
.tsidemenu > li:first-child {
	background: none;
	}
.tsidemenu > li a {	
	color: #6c6d70;
	}
		
#header nav {
	float: left;
	width: 100%;
	height: 42px;
	background: #434a54;
	border-bottom: solid 2px #12151c; 
	}	
#gnavigation {
	position: relative;
	clear: both;
	width: 100%;
	font-size: 1.1em;
	font-weight: bold;
	z-index: 90;
	}	
#gnavigation > li {
	float: left;
	text-align: center;
	}
#gnavigation > li > a {
	display: block;
	padding: 10px 24px 9px;	
	border-left: solid 1px #565c65;
	color: #fff;
	}	
#gnavigation > li:hover,	
#gnavigation > li.on {
	background: #fff;
	border-top: solid 1px #434a54;
	}
#gnavigation > li:hover > a,
#gnavigation > li.on > a {
	border-bottom: solid 1px #e3e4e8;
	color: #000;
	}
#gnavigation > li .depth2 {
	display: none;
	position: absolute;
	margin: 0;
	padding: 15px 24px;
	background: #fff;
	border: solid 1px #434a54;
	border-top: none;
	text-align: left;
	font-size: 0.85em;
	font-weight: normal;
	}	
#gnavigation > li:hover .depth2 {
	display: block;
	}	
#gnavigation > li .depth2 a {
	display: block;
	padding: 4px 0;
	color: #6c6d70
	}
/* 본문 Style
-------------------------------------------------*/
#body_layout {
	padding-bottom: 20px;
	background: #f0f2f5;
	}
#body {	
	clear: both;
	position: relative;		
	width: 1000px;
	margin: 0 auto 20px;
	overflow: hidden;
	}
/* side STYLE */	
#side {
	float: left;
	width: 200px;
	margin-right: 10px;
	}	
#side .snb_title {
	padding: 35px 0 20px 27px;
	background: #434a54 url(../../images/common/layout/side_titleBa.png) no-repeat 25px 26px;
	border-bottom: solid 2px #3c424c;
	color: #fff;
	line-height: 1;	
	font: normal 1.5em Constantia;
	}	
#snavigation {
	width: 150px;
	margin-bottom: 8px;
	padding: 18px 25px 20px;
	background: #fff;
	border-bottom: solid 2px #e4e5e8;
	}	
#snavigation > ul {
	width: 100%;
	font-size: 1.05em;
	}	
#snavigation > ul > li {	
	padding: 6px 0 7px;
	border-top: solid 1px #e3e4e8;
	line-height: 1.4;
	font-weight: bold;
	}
#snavigation > ul > li:first-child {
	border-top: none;
	}	
#snavigation > ul > li > a {
	display: block;
	padding: 3px 0;
	color: #464646;
	}	
#snavigation > ul > li.on > a {
	padding-right: 23px;
	background: url(../../images/common/layout/side_depth2_orange.gif) no-repeat right 5px;
	color: #da3d00;
	}	
#snavigation .depth3 {
	margin: 7px 0 6px;
	padding: 9px 0 0 1px;
	border-top: solid 1px #e3e4e8;
	font-size: 0.9em;
	font-weight: normal;
	}	
#snavigation .depth3 > li {
	margin-top: 5px;
	}
#snavigation .depth3 > li:first-child {
	margin-top: 0;
	}	
#snavigation .depth3 > li.on {
	font-weight: bold;
	}		
#snavigation .depth3 > li > a {
	padding-left: 6px;
	background: url(../../images/gfi/side/depth3_arrow.gif) no-repeat 0 8px;
	color: #757577;
	}	
#snavigation .depth3 > li.on > a {
	background: url(../../images/gfi/side/depth3_on.gif) no-repeat 0 4px;
	color: #464646;
	}		

/* content STYLE */	
#content {
	float: right;
	width: 730px;
	min-height: 655px;
	padding: 25px 30px 70px;
	background: #fff;
	border-bottom: solid 2px #e4e5e8;
	overflow: hidden;
	}	
#content .location {
	margin-bottom: 11px;
	line-height: 1.3;
	color: #696f74;
	}	
#content .stitle {
	margin-bottom: 33px;
	color: #252525;
	font: normal 2em Constantia;
	line-height: 1;	
	}	
/* 탭메뉴 */
.tab_menu {
	display: table;
	position: relative;
	top: 0;
	width: 100%;
	margin: 0 0 30px -4px;
	}
.tab_menu:before,		
.tab_menu:after {	
	display: table;
	content: " ";
	clear: both;
	}	
.tab_menu > li {
	display: table-cell;
	position: relative;
	font-weight: bold;
	}
.tab_menu > li > a {
	position: relative;
	display: block;
	margin-left: 4px;
	padding: 12px 0 12px 40px;
	background: url(../../images/common/layout/icon_tabmenu.png) no-repeat 19px 15px;	
	border: solid 1px #e3e4e8;
	color: #45474d;
	}
.tab_menu > li.on > a {
	background-color: #6e747c;
	border-color: #6e747c;
	color: #fff;
	z-index: 1;
	}	
.conTab_menu {
	position: relative;
	width: 100%;
	border-bottom: solid 1px #e9e9e9;
	}
.conTab_menu:before,		
.conTab_menu:after {	
	display: table;
	content: " ";
	clear: both;
	}	
.conTab_menu > li {
	position: relative;
	float: left;
	margin-bottom: -1px;
	}
.conTab_menu > li > a {
	position: relative;
	display: block;
	margin-right: -1px;
	padding: 7px 15px 8px;
	background: #fafafb;
	border: solid 1px #e9e9e9;
	color: #767676;
	line-height: 1.6;
	font-weight: normal;
	}
.conTab_menu > li.on > a {
	margin: -1px 0 0;
	background: #fff;
	border: solid 2px #45474d;
	border-bottom-color: transparent;	
	color: #45474d;
	font-weight: bold;
	}	
#detail_content {
	position: relative;
	overflow: hidden;
	}
/* 콘텐츠 아래 기타 STYLE
--------------------------------- */	
.content-footer {
	clear: both; 
	padding-top: 50px;
	overflow: hidden;
	}	
/* 연관콘텐츠 */	
.relation_content {
	width: 100%;
	margin-bottom: 10px;
	line-height: 1.2;
	overflow: hidden; 
	}
.relation_content dt {
	float: left; 
	width: 78px;
	padding: 6px 0 10px 30px; 
	background: url(../../images/common/icon/icon_strip.png) no-repeat 0 -319px;
	color:#367bb9; 
	font-weight: bold; 
	}
.relation_content dd {
	float: left; 
	width: 617px;
	margin-top: 6px;
	overflow: hidden;
	}
/* 하단 SNS */
.sns_share {
	float: left;
	padding: 6px 12px;
	background: #fdfdfd;
	border: solid 1px #dddedf;
	border-bottom-color: #c9cacc;
	overflow: hidden;
	line-height: 1.2;
	}
.sns_share > li {
	float: left;
	margin-left: 8px;
	}
.sns_share > li:first-child {	
	margin-left: 0;
	}
.sns_share > li a {
	display: block;
	padding-left: 28px;
	background: url(../../images/common/icon/icon_strip.png) no-repeat 0 -21px;
	line-height: 1.3;
	}
.sns_share > li:first-child a {	
	padding-left: 20px;
	}
.sns_share > li.facebook a {
	background-position: 0 -41px;
	}
.sns_share > li.kakao a {
	background-position: 0 -64px;
	}
.sns_share > li.band a {
	background-position: 0 -86px;
	}
.sns_share > li.rss a {
	background-position: 0 -106px;
	}	
.sns_share > li.email a {
	background-position: 0 -365px;
	}	
.sns_share > li.src a {
	background-position: 0 -385px;
	}	
.sns_share > li.url a {
	background-position: 0 -405px;
	}	
/* 스크랩, 프린트, 맨위로 */
.list_toolbar {
	float: right;
	}
.list_toolbar > li {
	float: left;
	width: 80px;
	margin-left: 4px;
	padding: 5px 0 4px;
	background: #f0f2f5;
	border-bottom: solid 2px #d7d9df;
	border-radius: 2px;
	text-align: center;
	}
.list_toolbar > li a {	
	padding-left: 17px;
	background: url(../../images/common/icon/icon_strip.png) no-repeat -88px -18px;
	}
.list_toolbar > li.close a {
	background-position: -88px -76px;
	}	
.list_toolbar > li.print a {
	background-position: -88px -36px;
	}
.list_toolbar > li.top a {
	background-position: -88px -53px;
	}
/* 소스 카피 */	
.pop-layer {
	display:none; 
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background:#000;
    opacity: 0.7;	
	z-index: 100;
	}
.pop-container {
	display:none; 
	position: absolute;
	bottom: 100px;
	left: 50%;
	width: 370px;
	margin-left: -185px;
	padding: 40px 30px;
	background: #f0f2f5 url(../../images/kps/popup/mail_popBg.gif) no-repeat right 0;
	z-index: 100;
	}	
.pop-container .ctxt {
	width: 100%;
	color: #666;
	overflow: hidden;
	}	
.pop-container .ctxt textarea {
	width: 98%;
	height: 185px;
	margin-bottom: 15px;
	}	
.pop-container .btn-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 25px;
	height: 25px;
	background: url(../../images/kps/common/btn_close_attech.png) no-repeat center;
	text-indent: -9999px;
	}

/* 만족도, 정보관리 실명제 */
.confooter_box {
	margin-top: 10px; 
	padding: 17px 35px;
	border: solid 1px #eee;
	overflow: hidden;
	letter-spacing: -0.7px;
	overflow: hidden;
	}
.confooter_box h2 {
	float: left;
	width: 45px;
	margin-top: 17px;
	padding-left: 42px;
	background: url(../../images/common/icon/icon_strip.png) no-repeat -66px -202px;
	color: #6d7483;
	line-height: 1.4;
	font-weight: normal;
	}	
.confooter_box .float_right {
	width: 530px;
	line-height: 1.5;
	}	
.confooter_box .float_right p:first-child {
	margin-bottom: 5px;
	}
.confooter_box .float_right strong {
	color: #000;
	}	
.confooter_box .float_right p span {
	color:#186fb3;
	}
.satisfy_choice {/* 만족도 평가 */
	margin: 0 0 5px -5px;
	overflow: hidden;
	}
.satisfy_choice li {
	float: left;
	}	
.satisfy_choice li label {	
	margin-right: 10px;
	padding-left: 43px;
	background: url(../../images/common/icon/icon_strip.png) no-repeat 0 -122px;
	}
.satisfy_choice li label.satisfy04 {
	background-position: 0 -138px;
	}	
.satisfy_choice li label.satisfy03 {
	background-position: 0 -154px;
	}
.satisfy_choice li label.satisfy02 {
	background-position: 0 -170px;
	}
.satisfy_choice li label.satisfy01 {
	background-position: 0 -186px;
	}		
.confooter_box .title_relaname {
	width: 65px;
	background-position: -66px -243px;
	}	
.confooter_box .float_right .input_mid {
	float: left;
	width: 450px;
	}	
.confooter_box .float_right .btn_assess {
	float: right;
	width: 66px;
	height: 24px;
	background: url(../../images/common/layout/satisfaction_btn.gif) no-repeat 0 0;
	text-indent: -9999px;
	}	
		
/* Footer Style
-------------------------------------------------*/
#footer	{
	clear: both;
	position: relative;
	width: 100%;
	padding: 25px 0;
	background: #fff;
	}
#footer .float_wrap {
	width: 1000px;
	margin: auto;
	}	
#footer .contact {
	margin-left: 5px;
	padding-left: 12px;
	background: url(../../images/eps/icon/icon_mail.gif) no-repeat 0 8px;
	color: #f05e22;
	}
.banner_list {
	float: right;
	height: 40px;
	margin-left: 0px;
	overflow: hidden;	
	}
.banner_list li {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	}	
	
	
.sns_link {
	display: inline-block;
    height: 32px;
    vertical-align: middle;
    overflow: hidden;
	}
.sns_link a {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	margin-left: 4px;
    background: url(/resources/images/kps/new_layout/icon_sns.png) no-repeat 0 0;
	color: transparent;
	overflow: hidden;
	}
.sns_link .youtube {
    background-position: 0 0;
	}
.sns_link a.facebook {
    background-position: -36px 0;
	}
.sns_link .blog { 
    background-position: -73px 0;
	}	
.sns_link .instagram { 
    background-position: -109px 0;
	}	