@charset "utf-8";
/*-------------------------------------------------
Layout Style Sheet / 2016. 11. 22.
-------------------------------------------------*/
body {
    letter-spacing: -0.05em;
	}
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: 172px;
    content: '';
	}
/* header */
.header_wrap {
    width: 100%;
    height: 140px;
    border-bottom: 1px solid #ddd;
    transition: .2s ease;
    z-index: 95;
	}
.header_wrap:before {
    display: block;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 51px;
    background: #4c4f5b;
    content: '';
	}
#header {
    position: relative;
    width: 1260px;
    margin: 0 auto;
    transition: height 0.3s ease;
    z-index: 95;
	}
/*상단 바로가기*/
.top_service {
    height: 51px;
    margin-bottom: 22px;
    line-height: 1.3;
    font-size: 0.867em;
    overflow: hidden;
	}
.top_service a {
    display: block;
    color: #fff;
	}
.top_service a:hover {
    color: #fff;
	}
.khidi_hm {
    position: relative;
    float: left;
    height: 50px;
    line-height: 1.5;
    overflow: hidden;
	}
.khidi_hm .home {
    position: relative;
    float: left;
    width: 103px;
    height: 100%;
	}
.khidi_hm .home a {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    line-height: 60px;
    transform: translate(-50%, -50%);
    perspective: 600;
    font-size: 0;
    overflow: hidden;
	}
.khidi_hm .home a::before, .khidi_hm .home a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: url(/resources/images/common/khidi_logo.png) no-repeat 0 0;
}	
.khidi_hm .home + form {
    float: left;
	}	
.search_area {
    float: left;
    border-right: 1px solid #3f424c;
    padding: 0 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	}
.search_area .searchbox .search_keyword {
    width: 169px;
    height: 50px;
    padding: 0 10px;
    background-color: transparent;
    border: 0;
    color: #fff;
    line-height: 50px;
    vertical-align: middle;
    transition: all 0.3s ease;
    font-family: NotoL;
    font-size: 15px;
	}
.searchbox .search_btn {
    width: 19px;
    height: 18px;
    background: url(../..//images/common/search_icon.png);
    vertical-align: middle;
	}
.gov {
    float: left;
    margin-top: 8px;
	}
/* 로그인, 회원가입, 사이트맵 바로가기 */
.tsidemenu {
    float: left;
    margin-top: 16px;
    letter-spacing: -0.08em;
	}
.tsidemenu > li {
    float: left;
    margin: 0 10px;
	}
.tsidemenu > li:first-child {
    margin-left: 20px;
    background: none;
	}
.tsidemenu > li:last-child {
    letter-spacing: 0;
	}
.divisional {
    float: left;
    margin: 15px 19px 0 12px;
    letter-spacing: -0.08em;
	}
.divisional > a {
    display: block;
    padding-left: 18px;
    background: url(/resources/images/kps/layout/icon_divisional.png) no-repeat 0 4px;
	}
#divisional_area { /* 사업별페이지 바로가기 */
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #424556;
    opacity: 0;
    overflow: hidden;
    z-index: 100;
	}
#divisional_area .divisional_inner {
    position: relative;
    width: 1260px;
    margin: auto;
    padding: 20px 0;
	}
#divisional_area .divisional_list {
    margin: -7px 0 0 -7px;
    overflow: hidden;
	}
#divisional_area .divisional_list li {
    float: left;
    width: 172px;
    height: 62px;
    margin: 7px 0 0 7px;
    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: 8px 0;
	}
#divisional_area .divisional_list li a:hover {
    background: #01a3b8;
    border-color: #01a3b8;
    color: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    text-decoration: none;
	}
#divisional_area .btn_close {
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
	}
.close {
    display: block;
    width: 35px;
    height: 35px;
    background: #424554;
    text-indent: 100%;
    overflow: hidden;
	}
.close span {
    display: block;
    background: #fff;
    border-radius: 3px;
    transform: rotate(45deg);
    transition: all 400ms cubic-bezier(0.8, -1.1, 0.5, 1.9);
    -webkit-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: #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
	}
.btn_cos {
    float: right;
    height: 51px;
    position: relative;
    overflow: hidden;
	}
.btn_cos a::after {
    content: "";
    display: block;
    width: 20px;
    height: 250px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(-80px, -80px) rotate(45deg);
    transform: translate(-80px, -80px) rotate(45deg);
	}
.btn_cos a::before {
    content: "";
    display: block;
    width: 10px;
    height: 250px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(-80px, -80px) rotate(45deg);
    transform: translate(-80px, -80px) rotate(45deg);
	}
.btn_cos a:hover::after {
    -webkit-transform: translate(20px, 20px) rotate(45deg);
    transform: translate(20px, 20px) rotate(45deg);
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
	}
.btn_cos a:hover::before {
    -webkit-transform: translate(20px, 20px) rotate(45deg);
    transform: translate(20px, 20px) rotate(45deg);
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all .7s ease .3s;
    transition: all .7s ease .3s;
	}
.btn_searchOpen {
    float: right;
    height: 44px;
    margin-right: 211px;
    padding-left: 22px;
    background: url(/resources/images/kps/layout/icon_search.png) no-repeat 0 15px;
    color: #16b6c6;
    letter-spacing: -0.05em;
    font-size: 1.133em;
    font-family: NotoR;
    vertical-align: top;
	}
.khidi_search {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 123px;
    z-index: 80;
    overflow: visible !important;
	}
.khidi_search:before {
    position: absolute;
    top: 0;
    left: -5000%;
    width: 9999%;
    height: 100%;
    background: #00a3b7;
    content: '';
	}
.total_search {
    display: none;
    position: relative;
    width: 1046px;
    margin: 31px auto;
    font-size: 0.933em;
	}
.total_search .multi_font {
    float: left;
    display: inline-block;
    margin-right: 35px;
    color: #fff;
    letter-spacing: 0;
    line-height: normal;
    font-size: 2.533em;
    font-family: NotoM;
	}
.total_search .multi_font span {
    font-family: NotoL;
	}
.total_search .searchbox {
    float: left;
    position: relative;
    width: 713px;
    height: 60px;
    margin-right: 6px;
    padding: 0 37px;
    background: #fff;
    border-radius: 30px;
    box-sizing: border-box;
    font-size: 1.267em;
    vertical-align: top;
    overflow: hidden;
	}
.total_search .search_keyword {
    width: 98%;
    height: 100%;
    border: none;
    font-size: 0.933em;
	}
.search_keyword::-webkit-input-placeholder {
    color: #000;
	}
.total_search .btn_search {
    width: 60px;
    height: 60px;
    background: #007c99 url(/resources/images/kps/layout/icon_totalSearch.png) no-repeat 0 0;
    border-radius: 30px;
    color: transparent;
    vertical-align: top;
	}
.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: 13px;
    right: 9px;
    width: 25px;
    height: 34px;
    overflow: hidden;
	}
.total_search .btn_arrow button {
    width: 100%;
    height: 100%;
    background: url(/resources/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: 60px;
    left: 180px;
    width: 665px;
    background: #fff;
    border: 1px solid #007c99;
    overflow: hidden;
    z-index: 100;
	}
.list_suggest {
    padding: 12px 19px;
    line-height: 1.8;
    overflow: hidden;
	}
.suggest_footer {
    padding: 12px 19px 15px;
    background: #fafbfd;
    border-top: 1px solid #e9eaee;
    overflow: hidden;
	}
/* 핫이슈 */
.hotissue_area {
    position: absolute;
    top: 83px;
    right: 0;
    width: 195px;
    height: 20px;
    padding: 16px 0 20px 16px;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 10;
    transition: height .3s;
	}
.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;
    font-family: NotoM;
	}
.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(/resources/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;
    -webkit-background-clip: padding-box;
	}
.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(/resources/images/kps/layout/logo02.png) no-repeat 0 0;
    vertical-align: top;
	}
.header_wrap.fixed nav {
    display: none;
    height: 0;
    opacity: 0;
	}
.header_wrap.fixed .fixTitle {
    display: block;
	}
.header_wrap.fixed .allmenu {
    float: right;
    margin: -10px 205px 0 0;
	}
.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 .btn_searchOpen {
    display: none;
	}
.header_wrap.fixed .hotissue_area {
    margin-top: -23px;
	}
.snsTop {
    float: none;
    display: none;
    position: absolute;
    top: 65px;
    right: 270px;
	}
.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(/resources/images/kps/layout/logo02.gif) no-repeat 0 2px;
	}
.wrap_min .btn_searchOpen {
    margin-top: 17px;
	}
.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;
	}
#gnavigation li a {
    word-break: keep-all;
	}
/* 본문 Style
 -------------------------------------------------*/
#body {
    position: relative;
    width: 1260px;
    margin: 0 auto 60px;
    padding-top: 20px;
    font-family: NotoR;
	}
#body::before, #body::after {
    content: "";
    display: block;
    clear: both;
	}
#side {
    float: left;
    width: 200px;
    margin-right: 40px;
    overflow: hidden;
	}
.snb_title {
    display: table;
    width: 100%;
    height: 125px;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    font: bold 21px Square;
	}
.snb_title span {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    word-break: keep-all;
	}
.snb_title a {
    color: #fff;
	}
#snavigation {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    overflow: hidden;
	}
#snavigation li a {
    display: block;
    word-break: keep-all;
	}
#snavigation > li {
    border-bottom: 1px solid #ddd;
	}
#snavigation > li > a {
    display: block;
    position: relative;
    padding: 13px 45px 12px 20px;
    color: #333;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	}
#snavigation > li > a:hover {
    background-color: rgba(0, 0, 0, 0.05);
	}
#snavigation > li > a:after {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 50px;
    background: url(/resources/images/kps/layout/side_depth2.png) no-repeat right 0;
    content: '';
    overflow: hidden;
	}
#snavigation > li > a[href^="http"]:after,
#snavigation > li > a[href^="https"]:after {
    background: url(/resources/images/kps/layout/newWindows.png) no-repeat right 0;
	}
#snavigation > li.on {
    margin-top: -1px;
    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 {
    position: relative;
    margin-top: 8px;
	}
#snavigation .depth3 > li:first-child {
    margin-top: 0;
	}
#snavigation .depth3 > li a {
	display: block;
    position: relative;
    padding-left: 9px;
    color: #737477;
	}
#snavigation .depth3 > li > a:before,
#snavigation .depth4 > li > a:before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 2px;
    background-color: #737477;
    content: "";
	}
#snavigation .depth4 {
    margin-top: 8px;
	}
#snavigation .depth4 > li {
    margin-top: 8px;
    padding-left: 8px;
    letter-spacing: -0.02em;
	}
#snavigation .depth4 > li:first-child {
    margin-top: 0;
	}
#snavigation .depth4 > li > a::before {
	width: 3px; 
	height: 3px;
	}
	
.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(/resources/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: 28px 0 2px;
    color: #000;
    line-height: 1.2;
    font: bold 34px Square;
	}
.path_wrap {
    margin-bottom: 40px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 14px;
    color: #909090;
    overflow: hidden;
	}
.path_wrap .path {
    float: left;
    margin-top: 10px;
    line-height: 1.2;
	}
.path_wrap .path img {
    display: inline-block;
    vertical-align: top;
	}
.path_wrap .float_right,
.path_wrap .float-right {
    background: url(/resources/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;
    color: transparent;
    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;
	}
.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;
	}
/* 콘텐츠 아래 기타 STYLE
 --------------------------------- */
.content-footer {
    clear: both;
    margin-left: 240px;
    overflow: hidden;
	}
.content-footer:before {
    display: block;
    content: '';
	}
/* 연관콘텐츠 */
.relation_content {
    float: left;
    width: 680px;
    margin-top: 3px;
    line-height: 1.2;
    overflow: hidden;
	}
.relation_content dt {
    float: left;
    margin-right: 13px;
    color: #313131;
    font-size: 1.067em;
    font-family: NotoR;
	}
.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(/resources/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;
    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(/resources/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(/resources/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 {
    position: relative;
    margin-top: 60px;
    padding-top: 42px;
    background-color: #f7f9fa;
    border: 1px solid #b4b9bc;
    overflow: hidden;
	}
.confooter_box::after {
    clear: both;
    display: block;
    content: "";
	}
.confooter_box h2 {
    float: left;
    width: 190px;
    color: #383b40;
    font-size: 16px;
    font-weight: 400;
    height: 110px;
    text-align: center;
    padding-top: 70px;
    box-sizing: border-box;
    background: url(/resources/images/ghk/sub/img_idcard.gif) center 25px no-repeat;
	}
.confooter_box .float_right {
    width: calc(100% - 190px);
    padding-top: 25px;
	}
.confooter_box .float_right p:first-child {
    position: absolute;
    top: 0;
    left: -1px;
    width: calc(100% + 2px);
    height: 42px;
    background-color: #475063;
    color: #c0c6d4;
    text-align: center;
    padding: 10px 0;
    font-weight: 400;
	}
.confooter_box .float_right p:first-child strong {
    color: #fff;
    display: inline-block;
    margin: 0 4px;
	}
/* 만족도 평가 */
.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(/resources/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;
	}
/* 소스 카피 */	
.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;
    }
.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-color: #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(/resources/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 {
    position: relative;
    width: 1260px;
    height: 125px;
    margin: 0 auto;
    padding-top: 28px;
    font-size: 0.933em;
	}
#footer::before {
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 1px;
    background-color: #ddd;
    content: '';
	}
.banner_wrap + #footer::before {
    display: none;
	}
/* 바로가기 메뉴 */
.fsidemenu {
    margin: 10px 0 15px;
    line-height: 1.2;
    letter-spacing: -1px;
    overflow: hidden;
	}
.fsidemenu li {
    float: left;
	}
.fsidemenu li::before {
	display: inline-block;
	width: 1px;
	height: 12px;
    margin: 0 15px;
	background-color: #ebebeb;
	content:'';
	}
.fsidemenu li:first-child::before {
    display: none;
	}
.fsidemenu li a {
    color: #626262;
	}
.fsidemenu li.point02 a {
    color: #0071c1;
	}
#footer address {
    color: #6c6d70;
    font-size: 0.929em;
    font-style: normal;
	}
#footer .copyright {
    color: #6c6d70;
    letter-spacing: 0;
	}
/* 링크사이트 */
.select_link {
    position: relative;
    float: right;
    width: 140px;
    z-index: 90;
	}
.select_link > .link_title {
    height: 26px;
    padding: 0 10px;
    background: url(/resources/images/kps/layout/linksite_arrow.gif) no-repeat right center;
    border: 1px solid #dadadc;
    letter-spacing: 0;
    font-size: 0.929em;
    font-weight: normal;
	}
.select_link > .link_title a {
    display: block;
    line-height: 2;
	}
.select_link > .link_site {
    display: none;
    position: absolute;
    bottom: 27px;
    width: 118px;
    padding: 10px;
    background: #fff;
    border: 1px solid #dadadc;
    line-height: 1.8;
    font-size: 0.929em;
	}
.select_link a {
    color: #626262;
	}
/* sns */
.sns_link {
    float: left;
    width: 142px;
    height: 32px;
    margin: 13px 0 0 71px;
    overflow: hidden;
	}
.sns_link a {
	display: block;
	float: left;
	height: 20px;
	margin: 0 5px;
    background: url(../../images/common/layout/icon_sns.png) no-repeat 0 -25px;
    color: transparent;
	}
.sns_link .facebook {
	width: 18px;
    background-position: -22px 0;
	}
.sns_link .blog {	
    width: 23px;
    background-position: -46px 0;
	}
.sns_link .instagram {
    width: 17px;
    background-position: -86px 0;
	}
#footer .float_right {
    margin-top: 13px;
	}