@charset "utf-8";
/*-------------------------------------------------
Layout Style Sheet / Author : myeong-hee park / Create date : 2016. 11. 22.
--------------------------------------------------------------------------*/
body {
	letter-spacing: -0.05em;
	font-size: 93.8%;
	}
body#print:before {
	background: none;
	}
.wrap_con {
    width: 1260px;
    margin: 0 auto;
	}
#wrap {
	position: relative;
	width: 100%;
    min-width: 1260px;	
    height: 100%;
	margin: 0;
	overflow:hidden;
	}
#wrap::before {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
    height: 152px;
	background: url(../../images/kps/new_main/bg.gif) no-repeat 0 0;
    z-index: -1;
	content:'';
	}	
/* header */
.header_wrap {
	position: relative;
	width: 100%;
	height: 152px;
    transition:  .2s ease;
	z-index: 95;
	}
.header_wrap:before {
	display: block;
	position: absolute;
	top: 50px;
	width: 100%;
	height: 1px;
	background-color: #e3e3e3;
    z-index: 1;
	content: '';
	}	
#header {
	width: 1260px;
    min-height: 152px;
	margin: 0 auto;
	transition: height 0.3s ease;
	}
/*상단 바로가기*/	
.top_service {	
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
	height: 51px;
	margin-bottom: 25px;
	line-height: 1.3;
	font-size: 0.867em;
	}
.top_service a {
	color: #555;
	}
.top_service a.point01 {
	color: #fc6719;
	} 	
.khidi_hm {
	position: relative;
	height: 50px;
	line-height: 1.5;
	overflow: hidden;
	}	
.khidi_hm > li {
	float: left;
	height: 100%;
    white-space: nowrap;	
	overflow: hidden;
	}
.khidi_hm > li + li {
	margin-left: 15px;
	}
.khidi_hm > li > a {
	position: relative;
	display: block;
	padding: 14px 0 17px 25px;
	background: url(../../images/kps/new_layout/khidi_hm.png) no-repeat 0 0;
	} 
.khidi_hm > li.qna a {
	background-position: 0 -50px;
	}
.khidi_hm > li.contentsMap a {
	background-position: 0 -50px;
	}
.khidi_hm > li.event a {
	background-position: 0 -100px;
	}
.khidi_hm > li.nutrition a {
	background-position: 0 -150px;
	} 
.khidi_hm > li.nutrition02 a {
	background-position: 0 -100px;
	} 
	
.khidi_hm > li .on,
.khidi_hm > li a:hover {
	width: auto;
	color:#fc6719;
	} 
.khidi_hm > li > .on:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fc6719;
	content:'';
	}
.khidi_hm > li.home .on,
.khidi_hm > li.home a:hover  {
	background-position: 0 -200px;
	}	
.khidi_hm > li.contentsMap .on,
.khidi_hm > li.contentsMap a:hover  {
	background-position: 0 -250px;
	}
.khidi_hm > li.qna .on,
.khidi_hm > li.qna a:hover  {
	background-position: 0 -250px;
	}
.khidi_hm > li.event .on,
.khidi_hm > li.event a:hover  {
	background-position: 0 -300px;
	}
.khidi_hm > li.nutrition .on,
.khidi_hm > li.nutrition a:hover  {
	background-position: 0 -350px;
	}
.khidi_hm > li.nutrition02 .on,
.khidi_hm > li.nutrition02 a:hover  {
	background-position: 0 -300px;
	}
.khidi_hm > li.regulation a {
	background: none;
	}
.khidi_hm > li.regulation a::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    color: #989898;
    line-height: 1;
    transform: translateY(-50%);
    font-size: 20px;
    font-family: xeicon;
    content: "\e9be";
	}
.khidi_hm > li.regulation a:hover::after,
.khidi_hm > li.regulation a.on::after {
    color: #fc6719;
	}
.gov {
	float: left;
	margin-top: 8px;
	}		
/* 로그인, 회원가입, 사이트맵 바로가기 */	
.session_time {
	display: block;
	float: left;
    margin: 16px 10px 0 0;
	}
.tsidemenu {
	float: left;
	margin-top: 16px;
	letter-spacing: -0.08em;
	}
.tsidemenu > li {
	float: left;
	margin-right: 10px;
	}
.tsidemenu > li:last-child {
	letter-spacing: 0;
	}
/* 산업별 지원정보 */	
.view_divisional {
	float: left;
	display: block;
    margin-left: 28px;
    padding: 12px 0 16px;
    color: #4a515f;
    text-align: center;
    letter-spacing: -0.08em;
    line-height: 1.4;
    font-size: 1.267em;
    font-weight: bold;
	}
.divisional_area {/* 사업별페이지 바로가기 */
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: auto;
    padding: 20px 0;
	background-color: #fff;
    font-size: .867em;
    visibility: hidden;
    overflow: hidden;
	opacity: 0;
	}
.divisional_area::after {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	content: '';
	}	
.divisional_area.active {
	display: block;
    visibility: visible;
    overflow: inherit;
	opacity: 1;
	z-index: 100;
	}	
.divisional_area::after {
	position: absolute;
	top: 0;
	left: 50%;
	width: 200%;
	height: 100%;
	background-color: #fff;
	border-bottom: 1px solid #424556;
	transform: translateX(-50%);
	z-index: -1;
	content: '';
	}
.divisional_area .divisional_list {
    width: 1260px;
    margin: 0 auto;
    overflow: hidden;
	}
.divisional_area .divisional_list li {
	float: left;
	width: calc((100% / 9) - 6px);
	height: 62px;
	margin: 3px;
	line-height: 60px;
	text-align: center;
	overflow: hidden;
	}
.divisional_area .divisional_list li.long {
	line-height: 1.6;
	}	
.divisional_area .divisional_list li a {
	display: block;
	color: #333;
	border: 1px solid #ddd;
	}
.divisional_area .divisional_list li.long a {
	padding: 9px 0;
	}	
.divisional_area .divisional_list li a:hover {
	background: #fc6719; 
	border-color: transparent;
	color: #fff; 
	transition: all .3s ease;
	text-decoration: none;
 	}		
.divisional_area .btn_close {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: 630px;
    overflow: hidden;
	}
.close {
	display: block;
	width: 35px;
	height: 35px;
	background-color: #424554;
	text-indent: 100%;
	overflow: hidden;
	color: transparent;
	}
.close span {
    display: block;
    background-color: #fff;
    border-radius: 3px;
    transform: rotate(45deg);
    transition: all 400ms cubic-bezier(0.8, -1.1, 0.5, 1.9);
	}
.close span.vertical {
    position: absolute;
    top: 8px;
    left: 16px;
    width: 2px;
    height: 18px;
	}
.close span.horizon {
    position: absolute;
    top: 16px;
    left: 8px;
    width: 18px;
    height: 2px;
	}
.close:hover span {
	background-color: #fff;
	transform: rotate(-45deg); 
	}
.btn_cos {
	float: right;
	width: 54px;
	height: 51px;
	background-color: #E36719;
    letter-spacing: 0.03em;
    line-height: 51px;
    text-align: center;
	font-family: 'Myriad Pro';
    font-weight: bold;
	}
.btn_cos a {
	display: block;
	color: #fff;
	}
	
/* 로고 */	
.logo {
	float: left;
	height: 56px;
	margin-right: 86px;
    line-height: 1;
	}
.logo a:first-child {
	display: inline-block;
	width: 108px;
  	height: 100%;
	background: url(../../images/kps/new_layout/logo.png) no-repeat 0 0;
	text-indent: -9999px;
	font-size: 1em;
	vertical-align: middle;
	}	
.logo img {
	vertical-align: middle;
	}	
.logo span {
	display: inline-block;
    margin-top: -1px;
    color: #313131;
    letter-spacing: -0.08em;
	vertical-align: middle;
    font-weight: normal;
	font-size: 1.067em;
	}	
/* NAVIGATION STYLE
-------------------------------------------------*/
.header_wrap nav {
	float: left;
	margin-top: 2px;
	}
.fixTitle {
	display: none;
    position: absolute;
    top: 73px;
    left: 238px;
	width: 460px;
	color: #313131;	
	text-overflow: ellipsis; 
	white-space: nowrap;
    font-weight: normal;
	font-size: 1.333em;
	overflow: hidden;
	z-index: 95;
	}	
#gnavigation {
	clear: both;
	position: relative;
	width: 100%;
	}	
#gnavigation > li {
	position: relative;
	float: left;
	margin-left: 28px;
	white-space: nowrap;
	}
#gnavigation > li:first-child {
	margin-left: 0;
	}	
#gnavigation > li > a {
	position: relative;
	display: block;
	padding: 12px 0 16px;
	color: #4a515f;
	text-align: center;
    letter-spacing: -0.08em;
    line-height: 1.2;
    font-size: 1.267em;/* 19font */
    font-weight: bold;
	}
#gnavigation > li > a:after {
	display: block;
	position: absolute;
	bottom: 4px;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #fc6719;
	transition: width .3s ease-in-out;
	content:'';
	}
#gnavigation li:hover a {
	text-decoration: none;
	}
#gnavigation > li >a.active:after,
#gnavigation > li:hover > a:after {
	width: 100%;
	}
#gnavigation > li:hover > a:after{
	opacity:0.5;
	}
#gnavigation > li .depth2 {
	display: none;
	position: absolute;
	top: 50px;
	left: 50%;
	width: 200px;
	padding: 19px 13px;
	background: #fff;
	border: 1px solid #434555;
	box-sizing: border-box;
	line-height: 1.3;
	letter-spacing: -0.05em;
	transform: translateX(-50%);
	font-size: 0.867em;
	overflow: hidden;
	}	
#gnavigation > li:hover .depth2 {
	opacity: 1;
	transition: all 0.3s ease;
	}
#gnavigation > li .depth2 > li {
	margin-top: 6px;
	}	
#gnavigation > li .depth2 > li:first-child {
	margin-top: 0;
	}
#gnavigation > li .depth2 a {
	display: block;
	padding: 5px 6px;
	color: #313131;
	line-height: 1.1;
	}
#gnavigation > li .depth2 a:hover {	
	background: #fc6719;
	color: #fff;
	}
#gnavigation > li > a[href^="http://"] {
	padding-right: 14px; 
	background: url(../../images/common/icon/icon_newlayer.gif) no-repeat right 5px;
	}
	
.allmenu {
	float: right;
	width: 45px;
	height: 44px;
	margin-top: 5px;
	padding: 13px;
	color: transparent;
	overflow: hidden;
	}	
.allmenu span[class*="bar"] {
    display: block; 
    width: 75%; 
    height: 2px; 
    margin-top: 5px;
    background-color: #4a515f;
    border-radius: 1px;
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden; 
	}
.allmenu span.bar1 {
	margin-top: 0;
	}
.allmenu:hover .bar1,
.allmenu:hover .bar3 {
	width: 100%;
	}
.allmenu span.bar2,
.allmenu:hover .bar2 {
	width: 100%;
	}	
.allmenu_layer {
	display:none;
	position: absolute;
	top: 51px;
	left: 0;
	width: 100%;	
	height : 0;
	z-index: 90;
	transition:height .4s;
	}	
.allmenu_layer:before {
	position:absolute;
	left:-5000%;
	top:0;
	width:9999%;
	height:100%;
	background: #fff;
	content:'';
	}
.all_nav {
	position: relative;
	display: flex;
	flex-flow: row wrap;
	width: 1260px;
	height: 0;
	margin: auto;
	background: url(../../images/kps/layout/allmenu_bg.png) no-repeat right bottom;
	overflow: hidden;
	transition: height .4s;
	}	
.all_nav > li {
	position: relative;
	width: 14.28%;
	padding: 0 10px;
	box-sizing: border-box;
	overflow: hidden;
	}
.all_nav > li:hover {
	background: #fdfdfd;
    transition: all 0.3s ease;
	}	
.all_nav > li:before,
.all_nav > li:last-child:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: #ddd;
	content:'';
	}
.all_nav > li:last-child:after {
	left: inherit;
	right: 0;
	}	
.all_nav a {
	color: #313131;
	}
.all_nav > li > span,
.all_nav > li > a {
	display: block;
	margin-top: 30px;
	line-height: 1;
	font-size: 1.2em;
	}
.all_nav .depth2 {
	margin: 20px 0 30px;
	font-size: 0.933em;
	}
.all_nav .depth2 > li {
	margin-top: 5px;
	}		
.all_nav .depth2 > li:first-child {
	margin-top: 0;
	}
.all_nav .depth2 a {
    display: block;
    padding: 3px 0 5px;
    color: #313131;
    line-height: 1.1;
	}
.all_nav .depth2 a:hover {	
	background: #fc6719;
	color: #fff;
	text-decoration: none;
	}	
.allmenu_close {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 auto;
	text-align: right;
	opacity: 0;
	}
.allmenu_close button {
	display: block;
	width: 54px;
	height: 54px;
	background: #434555;
	text-indent: 100%;
	}
.allmenu_layer.active .allmenu_close {
	opacity: 1;
	}	
	
#header .allmenu_close span.vertical {
	top: 12px;
    left: 26px;
    width: 2px;
    height: 30px;
	}
#header .allmenu_close span.horizon	{
	top: 26px;
    left: 12px;
    width: 30px;
    height: 2px;
	}
.allmenu_layer.active,
.allmenu_layer.active .all_nav {
	height: auto;
	}
.allmenu_layer.active:before {
	border-bottom: 2px solid #434555;
	}
.btn_searchOpen {
	position: absolute;
	top: 77px;
	right: 0;
    height: 44px;
	color: #fc6719;
	letter-spacing: -0.05em;
	font-size: 1.133em;
	font-weight: bold;
	vertical-align: top;
	}
.btn_searchOpen i {
    font-size: 23px;
    vertical-align: middle;
	}
.total_search {
    position: relative;
	width: 380px;
    margin-top: 5px;
    font-size: 0.933em;
	}	
.total_search .multi_font {
	display: block;
	float: left;
	margin-right: 35px;
	color: #fff;
	line-height: inherit;
	font-size: 2.533em;
	font-weight: bold;
	}
.total_search .multi_font span {
    font-weight: normal;	
	}	
.total_search .searchbox {
	float: left;
	position: relative;
    width: calc(100% - 40px);	
	background-color: #fff;
    border: 3px solid #E36719;
	box-sizing: border-box;
	font-size: 1.267em;
	vertical-align: top;
	overflow: hidden;
	}	
.total_search .search_keyword {
	width: calc(100% - 20px);
    height: 32px;
    min-height: auto;
	padding: 6px 4px;
    border-color: transparent;
    box-sizing: border-box;
    font-size: 0.789em;
    letter-spacing: -0.05em;
	}
.total_search .btn_search {
	width: 40px;
	height: 38px;
	background-color: #E36719;
	color: #fff;
	vertical-align: top;
	}
.total_search .btn_search i {
	display: block;
	font-size: 23px;
	}
.total_search .close {
	float: right;
	width: auto;
	height: 30px;
	margin-top: 12px;
	padding-left: 33px;
	background: none;
	color: #fff;
	text-indent: 0;
	letter-spacing: -0.05em;
	font-size: 1.333em;
	}	
.total_search .close span.vertical {
	top: 6px;
    left: 16px;
    height: 22px;
	}	
.total_search .close span.horizon {
	top: 16px;
    left: 6px;
    width: 22px;
	}
.total_search .btn_arrow  {/*자동추천 열기 버튼 */
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 25px;
	height: 32px;
	overflow: hidden;
	}	
.total_search .btn_arrow button  {
	width: 100%;
    height: 100%;
    background: url(../../images/kps/search/searchbox_more.gif) no-repeat center 0;
    color: transparent;
	vertical-align: top;
	}
.total_search .btn_arrow.close {
	margin-top: 0;
	padding-left: 0;
	}
.total_search .btn_arrow.close button  {
    background-position: center -34px;
	}	
.suggest_layers {/* 자동완성*/
	position: absolute;
	top: 39px;
	left: 0;
	width: 99.5%;
    background-color: #fff;
    border: 1px solid #fc6719;
	overflow: hidden;
	z-index: 100;
	}
.list_suggest {
    padding: 12px 19px;
	line-height: 1.4;
	overflow: hidden;
	}
.suggest_footer {
	padding: 8px 19px; 
	background: #fafbfd;
	border-top: 1px solid #e9eaee;	
	overflow: hidden;
	}		
.top_service .display_flex {
	display: block;
	}
	
/* 핫이슈 */
.hotissue_area {
	position: absolute;
	top: 83px;
    right: 0;
	width: 195px;
	height: 20px;
	padding: 16px 0 20px 16px;
	box-sizing: border-box;
    transition:height .3s;
	overflow: hidden;
    z-index: 10;
	}
.rolling_issue {
	height: 323px;
	background: #fff;
	border: 1px solid #f95319;
	}
.title_issue {
	display: none;
	}		
.rolling_issue .title_issue {
	display: block;
	margin-bottom: 14px;
	color: #313131;
	line-height: 1.1;
	font-size: 1.067em;
	}
.title_issue span {
	color: #f95319;
	}	
.realtime_list {
	font-size: 0.867em;
	}	
.realtime_list > li {
	margin-top: 6px;
	overflow: hidden;
	}		
.realtime_list > li:first-child {
	margin-top: 0;
	}
.realtime_list > li span, 
.realtime_list > li strong {
    float: left;
    display: block;
	}	
.realtime_list .rank {
    width: 18px;
	color: #fff;
    letter-spacing: -0.1em;
    font-style: italic;
	font-weight: bold;
	}
.realtime_list > li strong {
	width: 100px;
	margin-right: 8px;
	text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    overflow: hidden;
	}
.realtime_list a {
	color: #fff;
	}			
.realtime_list .blind {
	position: relative;
	width: 9px;
	height: 11px;
	margin-top: 5px;
	padding-left: 4px;
	background: url(../../images/kps/common/icon_strip.png) no-repeat 0 0;
	text-indent: -9999px;
	}
.realtime_list .down {
	background-position: -24px 0;
	}	
.realtime_list .new {
	width: 21px;
	background-position: -50px 0;
	}
.realtime_list .equal {
	width: 26px;
	background-position: -75px 0;
	}
.realtime_list .num {
	color: #fff;
	font-size: 1em;
	letter-spacing: -0.03em;
	line-height: 1.5;
	font-weight: normal;
	}
.rolling_issue .rank {
    color: #707685;
    font-weight: normal
	}			
.rolling_issue a {
	color: #333;
	}
.rolling_issue .num {
	color: #6c7a88;
	}
	
/* 상단 스크롤링시 STYLE */
.header_wrap.fixed {
	position: fixed;
	top: 0;
	height: auto;
	margin-top: -51px;
	background: #fff;	
	border-bottom: 2px solid rgba(67, 74, 84, .23);
	background-clip: padding-box;
	}	
.header_wrap.fixed #header {
    position: relative;
	min-height: auto;
	}	
.header_wrap.fixed + #body {
	margin-top: 172px;
	}	
.header_wrap.fixed .top_service {
	margin-bottom: 25px;
	}	
.header_wrap.fixed .logo {
	height: 46px;
	margin-left: 20px;
	}	
.header_wrap.fixed .logo a:first-child {
	width: 73px;
	height: 20px;
	background: url(../../images/kps/layout/logo02.png) no-repeat 0 0;
    vertical-align: top;
	}
.header_wrap.fixed nav,
.header_wrap.fixed .view_divisional {
	display: none;
	height: 0;
	opacity: 0;
	}
.header_wrap.fixed .fixTitle {
	display: block;
	}
.header_wrap.fixed .allmenu {
	float: right;
    margin-top: -13px;
	margin-right: 0;
	}	
.header_wrap.fixed .allmenu span[class*="bar"] {
	background: #434a54;
	}
.header_wrap.fixed .allmenu_layer {
	top: 122px;
	}
.header_wrap.fixed .allmenu_layer.active:after {
	position:absolute;
	top:0;
	left:-5000%;
	width:9999%;
	height: 1px;
	border-top: 1px solid #434555;
	content:'';
	}
.header_wrap.fixed .total_search {
	display: none;
	}
.header_wrap.fixed .hotissue_area {
	margin-top: -23px;
	}
	
.snsTop {
    float: none;	
	display: none;
	position: absolute;
    top: 65px;
    right: 75px;
	}	
.fixed .snsTop {
	display: block;
	}
/* 흰색 bg 일경우 */
#wrap.wrap_min:before {
	height: 51px;
	}
.wrap_min .header_wrap {
	height: 131px;
    border-bottom: 2px solid rgba(67, 74, 84, .23);
	}	
.wrap_min .top_service {
	margin-bottom: 0;
	}		
.wrap_min .logo {
	height: 30px;
	margin: 25px 0;
	}	
.wrap_min .logo a:first-child {
	width: 79px;
	background: url(../../images/kps/layout/logo02.gif) no-repeat 0 2px;
	}
.wrap_min .btn_searchOpen {
	top: 69px;
	}	
.wrap_min .hotissue_area {
	top: 64px;
	}
.wrap_min .allmenu {
	margin-top: 19px;
	}	
.wrap_min .allmenu span[class*="bar"] {
	background: #434555;
	}
.wrap_min .realtime_list .rank,
.wrap_min .realtime_list a,
.wrap_min .realtime_list .num,
.fixed .realtime_list .rank,
.fixed .realtime_list a,
.fixed .realtime_list .num {
	color: #313131;
	}
.wrap_min .header_wrap.fixed  {
	height: 122px;
	}
.wrap_min .fixed .logo {
	height: 30px;
    margin: 0 0 0 20px;
	}
.wrap_min .fixed .logo span {
	margin-top: -5px;
	}		
.wrap_min .fixed  .hotissue_area {
	margin-top: -3px;
	}	
	
/* 본문 Style
-------------------------------------------------*/
#body {	
	clear: both;
	position: relative;	
	width: 1260px;
	margin: 0 auto 60px;
	padding-top: 20px;
	overflow: hidden;
	}
#side {
	float: left;
	width: 200px;
	margin-right: 40px;
	word-break: keep-all; 
	overflow: hidden;
	}
.snb_title {
	margin-bottom: 10px;
	padding: 45px 0;
	background: url(../../images/kps/new_layout/snb_bg.gif) no-repeat 0 0;
	color: #000;
	text-align: center;
	font-size: 1.467em;
	}	
.snb_title a {
	color: #fff;
	}	
#snavigation {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
	font-size: 0.933em;
	overflow: hidden;
	}	
#snavigation > li {
	border-bottom: 1px solid #ddd; 
	}
#snavigation > li > a {
	display: block;
	position: relative;
	padding: 11px 45px 15px 20px;
	color: #333;
	}
#snavigation > li > a:after {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	width: 28px;
	height: 50px;
	background: url(../../images/kps/layout/side_depth2.png) no-repeat right 0;
	content:'';
	overflow: hidden;
	} 	
#snavigation > li > a[href^="http://"]:after {
	background: url(../../images/kps/layout/newWindows.png) no-repeat right 0;
	}	
#snavigation > li.on {
	margin-top: -1px;
	background-color: #E36719;
	border-bottom: none;
	}
#snavigation > li.on > a {
	color: #fff;
	}	
#snavigation > li.on > a:after {
	background-position: right -50px;
	}
#snavigation > li.plus > a:after {
	background-position: right -100px;
	}	
#snavigation > li.on.plus > a:after {
	background-position: right -150px;
	}
#snavigation .depth3 {
	display: none;
	padding: 12px 19px 15px;
	background: #fafbfd;
	border-top: 1px solid #ddd;
	border-left: 1px solid #f6f6f8;
	border-right: 1px solid #f6f6f8;
	font-size: 0.929em;
	overflow: hidden;
	}	
#snavigation > li.on .depth3 {
	display: block;
	border-top: none;
	border-bottom: 1px solid #ddd;
	}
#snavigation .depth3 > li {
	margin-top: 8px;
	padding-left: 9px;
	background: url(../../images/kps/layout/side_depth3.gif) no-repeat 0 10px;
	}
#snavigation .depth3 > li:first-child {
	margin-top: 0;
	}
#snavigation .depth3 > li.on {
	background: url(../../images/kps/layout/side_depth3_on.gif) no-repeat 0 10px;
	}
#snavigation .depth3 > li > a {
	color: #737477;
	}	
#snavigation .depth3 li.on > a {
	color: #E36719;
	font-weight: bold;
	}
#snavigation .depth4 {
	margin-top: 8px;
	}	
#snavigation .depth4 > li {
	margin-top: 8px;
	padding-left: 8px;
	background: url(../../images/kps/layout/side_depth4.gif) no-repeat 0 11px;
	}	
#snavigation .depth4 > li:first-child {
	margin-top: 0;
	}
#snavigation .depth4 > li.on {
	background: url(../../images/kps/layout/side_depth4_on.gif) no-repeat 0 11px;
	}	
	
.aside_linksite {
	margin-bottom: 15px;
	overflow: hidden;
	}	
.aside_linksite li {
	line-height: 0;
	}	
.quick_link {/* 3개 아이콘 */
	width: 100%;
	letter-spacing: -0.05em;
	font-size: 0.933em;
	overflow: hidden;
	}
.quick_link li {
	border: 1px solid #ddd;
	border-top: none;
	}
.quick_link li:first-child {
	border-top: 1px solid #ddd;
	}
.quick_link li a {
	display: block;
	padding: 19px 36px;
	color: #313131;
	}
.quick_link li a:hover {
	text-decoration: none;
	}	
.quick_link li i {
	display:inline-block;
	width: 25px;
	height: 25px;
	margin-right: 13px;
	background: url(../../images/kps/common/icon_strip.png) no-repeat 0 -312px;
	vertical-align: middle;
	}
.quick_link li:nth-child(2) i {
	background-position: 0 -356px;
	}		
.quick_link li:last-child i {
	background-position: 0 -401px;
	}
/* content STYLE */	
#content {
	float: left;
	width: 1020px;
	margin-bottom: 60px;
	overflow: hidden;
	}	
.stitle {
	margin: 35px 0 2px;
	color: #000;
	letter-spacing: -0.08em;
	line-height: 1.2;
	font-size: 1.8em;
	}	
.path_wrap {
	margin-bottom: 58px;
	padding-bottom: 26px;
	border-bottom: 1px solid #e8e8e8;
	font-size: 0.933em;
	overflow: hidden;
	}	
.path_wrap .path {
	float: left;
	margin-top: 7px;
	line-height: 1.2;
	}
.path_wrap .xi-home {
    color: #909090;
	}
.path_wrap .xi-caret-down-min {
    width: 15px;
    height: 13px;
    color: #909090;
    transform: rotate(-90deg);
    vertical-align: top;
    font-size: 11px;
    }
.path_wrap .black_bold {
	color: #fc6719;
	}
    
.path_wrap .float_right {
	background: url(../../images/kps/layout/setup_control.gif) no-repeat right 0;
	}	
.font_setup {
	float: left;
	overflow: hidden;
	}	
.font_setup dt {
	float: left;
	height: 28px;
	margin-right: 12px;
	}	
.font_setup dd {
	float: left;
	height: 28px;
	overflow: hidden;
	}	
.path_wrap button {
	float: left;
	width: 40px;
	height: 28px;
	text-indent: -9999px;
	overflow: hidden;
	}
.path_wrap .fs_sm {
	width: 41px;
	background-position: -40px 0;
	}
.path_wrap .print {
	background-position: -81px 0;
	}	
/* 추천 키워드 */	
.keyword_area .txt_title {
	margin-bottom: 18px;
	}
.keyword_area .mCustomScrollbar {	
	display: none;
	width: 102%;
	height: 125px;
	letter-spacing: -0.05em;
	line-height: 1.8;
	overflow: hidden;
	}
.keyword_area .subject_title,
.keyword_area .subject_title02 {
	position: absolute;
    top: 18px;
    right: 80px;
    width: 58px;
    height: 14px;
    line-height: 1;
    font-size: 0.95em;
    font-weight: normal;
	}
.keyword_area .subject_title02 {
    right: 20px;
    width: 40px;
	padding-left: 10px;
	border-left: 1px solid #e0e0e0;
	}		
.keyword_area .on .subject_title {
    width: 66px;
	}
.keyword_area .on .subject_title02 {
    width: 48px;
	}	
.keyword_area .on h3 a {
	display: block;
    padding-right: 8px;
    background: url(/resources/images/kps/mypage/txtTitle_arrow.gif) no-repeat right 6px;
	font-weight: bold;
	}
.keyword_area .on .mCustomScrollbar {
	display: block;
	}
.keyword {
	margin: -5px 0 0 -5px;
	font-size: 0.933em;
	}	
.keyword li {
	display: inline-block;
	margin: 5px 0 0 5px;
    vertical-align: middle;
	}		
.keyword a {
	display: inline-block;
    line-height: 1.4;
	color: #757577;
	}	
.keyword .ranking01 {
	color: #f56a16;
	font-size: 1.429em;
	font-weight: bold;
	}
.keyword .ranking02 {
	color: #333;
	font-size: 1.286em;
	font-weight: bold;
	}	
.keyword .ranking03 {
	padding: 0 4px 1px;
	background: #da3d00;
	color: #fff;
	}	
.keyword .ranking04 {
	padding: 0 5px 1px;
	background: #41495d;
	color: #fff;
	}
.keyword .ranking05 {
	padding: 0 5px 1px;
	background: #6d7483;
	color: #fff;
	}	
.keyword .ranking06 {
	color: #da3d00;
	}	
.keyword .ranking07 {
	color: #333;
	}	
.keyword .ranking08 {
	color: #037bc1;
	}	
.keyword .ranking09 {
	color: #0d4c99;
	}
		
/* 탭메뉴 STYLE */	
.tab_menu {
    display: flex;
	display: -webkit-flex; 
	position: relative;
	top: 0;
	width: 100%;
	margin-bottom: 20px;
	padding: 0 1px 10px 0;
    box-sizing: border-box;
	letter-spacing: -0.1em;
	table-layout: fixed;
    flex-flow: row wrap;
	}
.tab_menu:before,		
.tab_menu:after {	
	display: table;
	clear: both;
	content: " ";
	} 
.tab_menu > li {
	position: relative;
    width: calc(100% / 5);
    margin-right: -1px;
	border: 1px solid #ddd; 
	border-bottom-color: #685b55; 
    box-sizing: border-box;
	text-align: center; 
	vertical-align: middle; 
	}
.tab_menu > li > a {
	display: flex; display: -webkit-flex; flex-flow: row wrap; align-items: center; align-content: center;  justify-content: center;
	position: relative;
	height: 100%;
	padding: 10px 5px;	
	color: #333; 	
	word-break: keep-all;
	box-sizing: border-box;
	}
.tab_menu > li.on {
	background-color: #685b55;
	border: none;
	}
.tab_menu > li.on a {
	color:#fff;
	}
.tab_menu .on:before {
	position: absolute;
    bottom: -5px;
    left: 50%;
	width: 0;
	height: 0;
    margin-left: -5px;
	border-top: 5px solid #685b55;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	content: '';
	z-index: 1;
	}
.tab_menu .on:after {
	position: absolute; 
	top: 1px;
	right: -15px; 
	width: 15px;
	height: 45px; 
	background: url(../../images/kps/common/tabmenu_bg.png) no-repeat right 0; 
	content: '';
	}
.conTab_menu {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #45474d;
	}
.conTab_menu:before,		
.conTab_menu:after {
	clear: both;
	display: table;
	content: " ";
	}	
.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;
	border: 1px solid #eaeaea;
	color: #767676;
	line-height: 1.6;
	font-weight: normal;
	}
.conTab_menu > li.on > a {
	margin: -1px 0 0;
	background: #fafafb;
	border: 2px solid #45474d;
	border-bottom-color: transparent;	
	color: #45474d;
	line-height: 1.6;
	font-weight: bold;
	}
.normal_tab {
	position: relative;
	width: 100%;
	padding: 0 20px;
	background: #9f8972;
	box-sizing: border-box;
	font-size: 0.933em;
	overflow: hidden;
	}	
.normal_tab > li {
	float: left;
	}	
.normal_tab > li > a {
	display: block;
	padding: 8px 20px 9px;
	color: #fff;
	}
.normal_tab > li.on > a {
	background: #7f6c58;
	text-decoration: underline;
	}
			
.my_scrap {
	margin-top: 8px;
	margin-bottom: 2px;
	}	
#detail_content {
	position: relative;
	min-height: 500px;
    word-break: keep-all;
	overflow: hidden;
	}
/* 콘텐츠 아래 기타 STYLE
--------------------------------- */	
.content-footer {
	clear: both; 
	margin-left: 240px;
	overflow: hidden;
	}
.content-footer:before {
	display: block;
	/* margin-top: 60px; */
	content: '';
	}			
/* 연관콘텐츠 */	
.relation_content {
	float: left;
	width: 850px;
	margin-top: 3px;
	line-height: 1.2;
	overflow: hidden; 
	}
.relation_content dt {
	float: left;
	margin-right: 13px;
	color:#313131;
	font-size: 1.067em;
	}
.relation_content dt:after {
	display: inline-block;
	width: 1px;
	height: 15px;
	margin-left: 13px;
	background: #e8e8e8;
	content:'';
	}	
.relation_content .icon-relation {
	display: inline-block;
	width: 43px;
	height: 37px;
	background: url(../../images/kps/layout/icon_relation.gif) no-repeat 0 0;
	}
.relation_content dd {
	position: relative;
	margin-top: 6px;
	font-size: 0.867em;
	overflow: hidden;
	}
.relation_content dd a {
	display: inline-block;
	margin-bottom: 5px;
    padding: 2px 10px 3px;	
	background: #707685;
	color: #fff;
	}	
/* 하단 SNS */
.sns_share {
	float: right;
	overflow: hidden;
	line-height: 1.2;
	}
.sns_share > li {
	float: left;
	width: 40px;
	height: 40px;
	margin-left: 6px;
	background: url(../../images/kps/layout/sns_sharing.gif) no-repeat 0 0;
	text-indent: -9999px;
	}
.sns_share > li:first-child {	
	margin-left: 0;
	}
.sns_share > li a {
	display: block;
	height: 100%;
	}
.sns_share > li.facebook {
	background-position: -46px 0;
	}
.sns_share > li.email {
	background-position: -92px 0;
	}	
.sns_share > li.url {
	background-position: -138px 0;
	}	
.sns_share > li.htmlCopy {
	background-position: -184px 0;
	}		
.sns_share > li.scrap {
	background-position: -230px 0;
	}
.sns_share > li.top {
	background-position: -276px 0;
	}
.sns_share > li.rss {
	background-position: -322px 0;
	}
/* 스크랩, 프린트, 맨위로 */
.list_toolbar {
	float: right;
	}
.list_toolbar > li {
	float: left;
	width: 80px;
	margin-left: 4px;
	padding: 5px 0 4px;
	background: #f0f2f5;
	border-bottom: 2px solid #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;
	}	
/* 만족도, 정보관리 실명제 */
.confooter_box {
	margin-top: 10px; 
	padding: 17px 35px; 
	border: 1px solid #eee;
	overflow: hidden;
	letter-spacing: -0.7px;
	overflow: hidden;
	}
.confooter_box h2 {
	float: left;
	min-height: 30px;
	margin-right: 30px;
    padding: 7px 0 0 42px;
	background: url(../../images/common/icon/icon_strip.png) no-repeat -66px -202px;
	color: #6d7483;
	line-height: 1.4;
	font-weight: normal;
	}		
.confooter_box .title_relaname {	
	background-position: -66px -243px;
	}	
.confooter_box .float_right {
	float: none;
	position: relative;
	line-height: 1.5;
	overflow: hidden;
	}	
.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 input {
    margin-top: -3px;
	}
.satisfy_choice li label {
	margin-right: 10px;
	line-height: 1;
	}
.satisfy_choice li label::before {
	display: inline-block;
	width: 43px;
	height: 17px;
	margin-top: -4px;
	background: url(../../images/common/icon/icon_strip.png) no-repeat 0 -125px;
	vertical-align: middle;
	content: '';
	}
.satisfy_choice li label.satisfy04::before {
	background-position: 0 -141px;
	}	
.satisfy_choice li label.satisfy03::before {
	background-position: 0 -157px;
	}
.satisfy_choice li label.satisfy02::before {
	background-position: 0 -173px;
	}
.satisfy_choice li label.satisfy01::before {
	background-position: 0 -189px;
	}	
.satisfy_choice +  .txt {
	overflow: hidden;
	}
.satisfy_choice +  .txt .input_long {
    width: calc(100% - 100px);
    vertical-align: top;
	}
.satisfy_choice +  .txt .input_smallBlack {
	height: 31px;
	}
/* 소스 카피 */	
.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: fixed;
    top: 50%;
    left: 50%;
    width: 370px;
	padding: 40px 30px;
	background: #f0f2f5 url(../../images/kps/popup/mail_popBg.gif) no-repeat right 0;
    transform: translate(-50%, -50%);
	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;
	}
.pop-container .btn-close button {
    display: block;
    width: 100%;
    height: 100%;
	text-indent: -9999px;
	}
		
/* Footer Style
-------------------------------------------------*/
/* 배너존 */
.banner_wrap {
    background: #f0f2f5;
	}
#banner_zone {	
	position: relative;
	width: 1260px;
	height: 35px;
	margin: auto;
	padding: 24px 0 26px;
	background: #f0f2f5;
	overflow: hidden;
	}	
#banner_zone .banner_control {
	float: left;
	width: 55px;
	margin: 9px 16px 0 0;
	overflow: hidden;
	}	
#banner_zone .banner_control a {
	display: block;
	float: left;
	width: 17px;
	height: 19px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../../images/common/banner/btn_control.gif) no-repeat 0 0;
	}	
#banner_zone .banner_control .btn_before {		
	margin-left: 1px;
	}
#banner_zone .banner_control .btn_pause {	
	background-position: -18px 0;
	}
#banner_zone .banner_control .btn_next {	
	background-position: -36px 0;
	border-right: 1px solid #ccc;
	}
#banner_zone .banner_control .btn_play {	
	background-position: -54px 0;
	}	
#banner_zone .wrapper {
	position: relative;
	height: 40px;
	overflow: hidden;
	}
.banner_list {
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	overflow: hidden;	
	}
.banner_list li {
	float: left;
	margin-left: 15px;
	}
#footer	{
	display: block;
    width: 1260px;
	height: 170px;
	margin: 0 auto;
	padding: 35px 0 0 150px;
	background: url(../../images/kps/new_layout/flogo.png) no-repeat 0 35px;
	box-sizing: border-box;
	color: #bdbdbd;
	font-size: 0.933em;
	}
#footer::before	{
	width: 200%;
	background-color: #3c3c3c;
	}
/* 바로가기 메뉴 */		
.fsidemenu {
	margin-bottom: 15px;
	line-height: 1.2;
	letter-spacing: -1px;
	overflow: hidden;
	}
.fsidemenu li {
	float: left;
	margin-left: 15px;
	padding-left: 15px;
	background: url(../../images/common/layout/fmenu_ba.gif) no-repeat 0 4px;		
	}
.fsidemenu li:first-child {
	margin-left: 0;
	padding-left: 0;
	background: none;
	}	
.fsidemenu li a	{
	color: #fff;
	}
.fsidemenu li a.point01	{    
	color: #FFBE15;
    text-decoration: underline;
    font-size: 1.286em;
    font-weight: bold;
	}		
#footer address {
	font-size: 0.933em;
	font-style: normal;
	}
#footer address a {
	color: rgba(255,255,255, .8);
	}
#footer	.copyright {
	letter-spacing: 0;
	}
#footer .sns_certificate {
	margin-top: -17px;
	text-align: right;
	}	
/* 링크사이트 */			
.select_link {
    position: absolute;
    top: 40px;
    right: 0;
    width: 165px;
    z-index: 90;
	}
.select_link > .link_title {
	height: 26px;	
	border: 1px solid rgba(154,154,167, .5);
	letter-spacing: 0;
	font-size: 0.929em;
	font-weight: normal;
	}
.select_link > .link_title a {
	display: block;
	position: relative;
	padding: 0 10px;
	line-height: 2;
	}
.select_link > .link_title a i {
	position: absolute;
    right: 10px;
    bottom: 7px;
    font-size: 13px;
	}
.select_link > .link_site {
	display: none;
	position: absolute;
	bottom: 28px;
	width: 100%;
	padding: 10px;
	background-color: #3c3c3c;
    box-sizing: border-box;
	line-height: 1.8;
	font-size: 0.929em;
	}
.select_link a {
	display: block;
	color: #fff;
	}			
/* sns */			
.sns_link {
	display: inline-block;
    height: 32px;
    margin-right: 70px;
    vertical-align: middle;
    overflow: hidden;
	}
.sns_link a {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	margin-left: 4px;
    background: url(../../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;
	}	
#footer .certificate {
	display: inline-block;
    vertical-align: middle;
	}
#goodContentLayer {
	position: absolute; 
	bottom: 100px;
	right: 10%;
	height: 0;
	background-color: #fff;
    transition: all 0.3s ease;
	overflow: hidden;
	z-index: 90;
	}
#goodContentLayer.active {
	display: block;
	height: auto;
	padding: 30px 15px 15px;
	border: 1px solid #ddd;
	}
#goodContentLayer .btn_close {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	font-size: 20px;
	}
/* 로그아웃 안내 */
html.all-scrollFixed {
	overflow: hidden;
	}
.all-scrollFixed::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, .6);
    z-index: 99;
	content: '';
	}	
.logout_extend {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 500px;
	padding: 50px 25px;
	background-color: #fff;
	border: solid 1px #ddd;
	text-align: center;
	transform: translate(-50%, -50%);
    z-index: 100;
	}	
.logout_extend > i:first-child {
	font-size: 35px;
	}	
.logout_extend .subject {	
	margin: 10px 0 15px;    
    color: #000;
	letter-spacing: -0.08em;
    font-size: 1.467em;
	}
.logout_extend p {	
	margin-bottom: 20px;
	font-size: 0.933em;
	}	
.logout_extend .btn_close {
	position: absolute;
	top: 0;
	right: 0;
    width: 50px;
    height: 50px;
    font-size: 20px;
	}