﻿@charset "utf-8";

/* font */
@font-face {
    font-family:'Noto Sans Korean';
    font-style:normal;
    font-weight:100;
    src:local('Noto Sans Thin'), local('NotoSans-Thin'),
    url(/resources/css/fonts/eot/NotoSansKR-Thin-Hestia.eot),
    url(/resources/css/fonts/eot/NotoSansKR-Thin-Hestia.eot?#iefix) format('embedded-opentype'),
    url(/resources/css/fonts/woff/NotoSansKR-Thin-Hestia.woff) format('woff'),
    url(/resources/css/fonts/otf/NotoSansKR-Thin-Hestia.otf) format('opentype');
}

@font-face {
    font-family:'Noto Sans Korean';
    font-style:normal;
    font-weight:300;
    src:local('Noto Sans Light'), local('NotoSans-Light'),
    url(/resources/css/fonts/eot/NotoSansKR-Light-Hestia.eot),
    url(/resources/css/fonts/eot/NotoSansKR-Light-Hestia.eot?#iefix) format('embedded-opentype'),
    url(/resources/css/fonts/woff/NotoSansKR-Light-Hestia.woff) format('woff'),
    url(/resources/css/fonts/otf/NotoSansKR-Light-Hestia.otf) format('opentype');
}

@font-face {
    font-family:'Noto Sans Korean';
    font-style:normal;
    font-weight:350;
    src:local('Noto Sans DemiLight'), local('NotoSans-DemiLight'),
    url(/resources/css/fonts/eot/NotoSansKR-DemiLight-Hestia.eot),
    url(/resources/css/fonts/eot/NotoSansKR-DemiLight-Hestia.eot?#iefix) format('embedded-opentype'),
    url(/resources/css/fonts/woff/NotoSansKR-DemiLight-Hestia.woff) format('woff'),
    url(/resources/css/fonts/otf/NotoSansKR-DemiLight-Hestia.otf) format('opentype');
}

@font-face {
    font-family:'Noto Sans Korean';
    font-style:normal;
    font-weight:400;
    src:local('Noto Sans Regular'), local('NotoSans-Regular'),
    url(/resources/css/fonts/eot/NotoSansKR-Regular-Hestia.eot),
    url(/resources/css/fonts/eot/NotoSansKR-Regular-Hestia.eot?#iefix) format('embedded-opentype'),
    url(/resources/css/fonts/woff/NotoSansKR-Regular-Hestia.woff) format('woff'),
    url(/resources/css/fonts/otf/NotoSansKR-Regular-Hestia.otf) format('opentype');
}

@font-face {
    font-family:'Noto Sans Korean';
    font-style:normal;
    font-weight:500;
    src:local('Noto Sans Medium'), local('NotoSans-Medium'),
    url(/resources/css/fonts/eot/NotoSansKR-Medium-Hestia.eot),
    url(/resources/css/fonts/eot/NotoSansKR-Medium-Hestia.eot?#iefix) format('embedded-opentype'),
    url(/resources/css/fonts/woff/NotoSansKR-Medium-Hestia.woff) format('woff'),
    url(/resources/css/fonts/otf/NotoSansKR-Medium-Hestia.otf) format('opentype');
}


/* nanum-myeongjo */
@font-face {
font-family: 'Nanum Myeongjo';
font-style: normal;
font-weight: 400;
src:url(/resources/css/fonts/NanumMyeongjo.eot); src: local(※),
url(/resources/css/fonts/NanumMyeongjo.eot) format('embedded-opentype'),
url(/resources/css/fonts/NanumMyeongjo.woff) format('woff'),
url(/resources/css/fonts/NanumMyeongjo.ttf) format('truetype');
}

/*  한국어 */
:lang(ko) { font-family:'Noto Sans Korean', FontAwesome, sans-serif; }

/** HOSEO swc Common Style **/

body { position: relative; color: #161616; font-size: 16px; font-family: Noto Sans KR, sans-serif; font-weight: 400; line-height: 1; letter-spacing:-1.3px ; }
section { position: static; float: right; width: calc(100% - 300px);}
.fix-layout { position: static;  width: 100%; max-width: 1500px; padding: 0 !important;}
* { -moz-box-sizing:border-box; -webkit-box-sizing:border-box;  box-sizing: border-box; }
a:hover,
a:focus { text-decoration: none; }

/************************************************
	Site Menu
*************************************************/
#tnb ul{float:none; height:auto;}
#tnb {background-color: transparent; border-bottom: 0; height:fit-content; }
#tnb li { position: static; padding: 0; float:none;}
#tnb li a{display:block; text-align:center; padding: 12px 0; width:100%; color:#fff;}
#tnb li a:hover{color:#fff;}

#tnb .tnb-login li:last-child > a { margin-right: 0; }
#tnb .login-icon {background-color:#292929;}
#tnb .univ-icon{background-color:#a43532;}

#tnb .tnb-site li a { margin-top: 18px; margin-left: 25px; }
#tnb .search-icon > span,
#tnb .sitemap-icon > span { display: none; }


#site_search_box { display: none; }

/************************************************
	Header
*************************************************/
header {position:fixed; width:300px; height:100vh; border-right:1px solid #f0f0f0;  left:0; top:0; background-color:#fff;}
header h1 { position: static; z-index: auto; }

#header .header-top { background-color: #ffffff;}
#header .header-top h1 {padding:20px 0; text-align:center;}
#header .header-top h1 a { display: block;}
#header .header-top h1 a span{font-size:32px; color:#161616; font-weight:400; display:block; margin-top:10px; } 
#header .header-top .btn-gnb-open{position: absolute;
    top: 10px;
    right: 15px;}

#header .header-bottom { position: relative;  border-top:1px solid #f0f0f0;}
#header .header-bottom .btn-gnb-view { display: none; }

.hex-flag {
  display: inline-block;
  background-color: #004b9b;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  line-height: 1;
  white-space: nowrap;
  clip-path: polygon(12% 0%, 88% 0%, 100% 50%, 88% 100%, 12% 100%, 0% 50%);
  margin-top: 10px;
}
/************************************************
	Footer
*************************************************/
footer { margin-top: 0; padding: 60px 60px; border-top: 0; text-align: left; float: right; width: calc(100% - 300px); background-color:#2b2b2b; }
#footer { max-width:1300px; margin:0 auto; }
#footer .tit{border-left:none; padding-left:0; margin-bottom:0 !important;}
#footer .footer-left { float: left; }
#footer .footer-left h1{display:inline-block; margin-right:24px;}
#footer .footer-left div{display:inline-block; vertical-align:top;}
#footer .footer-left div p{color:#555555; line-height:24px;}
#footer .footer-right { float: right; }
#footer .footer-left p { color: #ffffff; font-size: 0.9375em; line-height: 1.46; }
#footer .footer-left .copyright { margin-top: 10px; color: #a7a7a7; font-size: 0.75em; }
#footer .footer-right a { display: block; float: left; border: 1px solid #82878d; margin-left: 5px; padding: 8px 20px; color: #ffffff; font-size: 0.875em; }
footer-wr .futil-wr {position:absolute;right:0;top:20px}
 .futil-wr .inPkg {position:relative;box-sizing:border-box;padding:0}
 .fsitelink-wr {float:right;}
 .fsitelink-wr:after {clear:both;content:"";display:block}
.fsitelink-wr .fsitelink {display:block;width:200px;position:relative;float:left;box-sizing:border-box;z-index:200;margin:0 4px 0 0}
.fsitelink-wr .fsitelink:last-child {margin:0}
.fsitelink-wr .fsitelink .tit a {display:block;position:relative;background-color:#1f1f1f;padding:15px 96px 15px 19px;color:#525252;font-size:16px;font-weight:300;white-space:nowrap;letter-spacing:-.05em}
.fsitelink-wr .fsitelink .tit a:hover, #footer-wr .fsitelink-wr .fsitelink .tit a:active, #footer-wr .fsitelink-wr .fsitelink .tit a:focus { color: #fff !important; text-decoration: none; }
.fsitelink-wr .fsitelink .tit a .gogo {/* display:block;*/ display:none; position:absolute;box-sizing:border-box;right:0;top:0;height:100%;color:#4b403a;background:#fff;font-weight:500;line-height:1;padding:7px 11px 0 12px}
.fsitelink-wr .fsitelink .tit a:after {content:"";display:block;position:absolute;/* right:50px;*/ right:15px;top:50%;background:url(/resources/images/swc/common/footer_btn01.png) no-repeat 0px 0;width:12px;height:12px;transition:all .3s ease}
.fsitelink-wr .fsitelink.is-open .tit a:after {transform:rotate(180deg);margin-top:-7px}
.fsitelink-wr .fsitelink .fsitelink-cate-box {position:absolute;bottom:100%;left:0;background:#3e4549;width:100%;height:0;overflow:hidden;box-sizing:border-box;transition:all .3s ease}
.fsitelink-wr .fsitelink.is-open .fsitelink-cate-box {display:block;height:261px;overflow-y:auto;border:1px solid #fff;border-bottom:0}
.fsitelink-wr .fsitelink .fsitelink-cate-box .inwr {height:240px;margin:10px;box-sizing:border-box}
.fsitelink-wr .fsitelink .fsitelink-cate-box ul {margin:0px 10px}
.fsitelink-wr .fsitelink .fsitelink-cate-box li {margin:1px 0}
.fsitelink-wr .fsitelink .fsitelink-cate-box li a {display:block;padding:2px 0}
.fsitelink-wr .fsitelink .fsitelink-cate-box li a span {font-size:14px;color:#bfa89c;transition:all .3s ease}
.fsitelink-wr .fsitelink .fsitelink-cate-box li a:hover span,
.fsitelink-wr .fsitelink .fsitelink-cate-box li a:focus span,
.fsitelink-wr .fsitelink .fsitelink-cate-box li a:active span {text-decoration:underline;color:#fff}


/************************************************
	GNB Menu Style
*************************************************/
#gnb { position: static; }
#gnb li { position: static; }
#gnb > ul > li {}
#gnb > ul > li > a {padding:20px 32px;; display:block; width:100%; border-bottom:1px solid #f0f0f0; color:#161616; font-size:18px; }-
#gnb > ul > li > a.on { background-color: #03a1ac; }
#gnb > ul > li > ul{padding:12px 0 12px 32px; background-color:#f0f0f0; display:none;}
#gnb > ul > li > ul > li > a{line-height:24px; color:#161616;}
#gnb > ul > li > ul > li > a:hover{color:#2a5199;}

.gnb-bg,
#gnb .has-sub-menu > ul { background-color: #f2f2f2; position: absolute; width: 100%; }
.gnb-bg { top: 50px; z-index: 5; }
#gnb .has-sub-menu > ul { border-right: 1px solid #e1e1e1; height: 0; overflow: hidden; z-index: 7; }
#gnb .has-sub-menu:first-child > ul { border-left: 1px solid #e1e1e1; }
#gnb .has-sub-menu > ul > li:first-child { margin-top: 18px; }
#gnb .has-sub-menu > ul a { display: block; padding: 9px 0; color: #1a1a1a; font-size: 0.85em; font-weight: 400; text-align: center; }
#gnb .has-sub-menu > ul a:hover { background-color: #496da2; color: #ffffff; }

.btn-gnb-close { display: none; position: absolute; top: 13px; right: 262px; z-index: 3; }

/************************************************
	LNB Menu Style
*************************************************/
.sub-page #lnb { position: static; margin: 0 auto; width: auto; display:none;}
#lnb > ul { text-align:center }
#lnb > ul > li { position: static; border-bottom: 0; padding-bottom : 0; }
#lnb > ul > li > a { display: none; }
#lnb > ul > li > ul { width: 1200px; margin: 0 auto; }
#lnb > ul > li > ul > li { background: url(/resources/images/swc/sub/lnb_line.gif) no-repeat 99% center; height: 40px; padding-bottom: 5px; overflow: hidden; display:inline-block; }
#lnb > ul > li > ul > li:last-child { background: none; }
#lnb > ul > li > ul > li > a {  border: 1px solid #ffffff; border-radius: 20px; margin:0px 18px 0px 7px; padding: 8px 25px 8px 20px; color: #434343; font-size: 1.125em; display: block; font-weight: 400 }
#lnb > ul > li > ul > li > a:hover,
#lnb > ul > li > ul > li.check > a {  border-color: #2763bb; color: #2763bb; }
#lnb > ul > li > ul > li.check > a { position: relative; }
#lnb > ul > li > ul > li.check > a:after { content: ""; position: absolute; bottom: -5px; left: 50%; margin-left:-5px; background: url(/resources/images/swc/sub/lnb_check_icon.png) no-repeat center; width: 10px; height: 10px; }
#lnb .lnb-sub > ul { display: none; }

.jconfirm-box-container {width:35%; display:block; float:center; margin:0 auto; }/*알림메세지*/
/** HOSEO swc Common Style Responsive **/

/* tab */
.tab-list ul { position: relative; margin: 0; padding: 0; }
.tab-list li { float: left; }
.tab-list li a { position: relative; float: left; }
.tab-list li a > span { display: inline-block; cursor: pointer; }
.tab-list li ul { position: absolute; left: 0; display: none; width: 100%; margin: 0; padding: 0; }
.tab-list li li { position: relative; float: none; margin: 0 0 8px 0; color: #999; }
.tab-list li li.more { position: absolute; top: 0; right: 0; }

.mobile-view { display: none !important; }

.pageNavi > strong:before{ color:#333 !important; border:4px solid #333  !important}
.ui-btn.red{ background:#2763bb !important; border-color:#2763bb !important}

/* pageTop */
#pageTop {position: fixed; bottom: 20px; right: 1%; z-index: 9999; margin-bottom: 0; }
#pageTop a { background-color: #2763bb; color: #ffffff; display: block; width: 98px; height: 98px; text-align: center; padding-top: 17px; border:solid 1px #ffffff; }
#pageTop a > span { display: block; font-size: 1.65em; line-height: 1; }
#pageTop a > i { font-size: 1.5em; margin-right: 0 !important;}
#pageTop a:hover { text-decoration: none; opacity: 0.7; }



@media all and (max-width:1700px) {
	/* pageTop */
	#pageTop a { position: fixed; bottom: 0px;right: 0 !important; z-index: 9999; margin-bottom: 0;}
	footer{padding:40px;}
}


@media all and (max-width:1400px){
	header{width:230px;}
	section, footer{width:calc(100% - 230px);}
	#header .header-top h1 a span{font-size:24px;}
	#footer .footer-left h1{display:block; margin-bottom:24px;}
	
}

@media all and (max-width: 1200px) { 

	/************************************************
		Site Menu
	*************************************************/
	#tnb .tnb-login,
	#header .header-bottom { position: absolute; right: 0; width: 255px; z-index: 3; }
	#tnb .tnb-login { display: none; float: none; top: 0;}
	#tnb .tnb-login li { width: 100%; }
	#tnb .tnb-login li > a { margin: 0; text-align: center; }
	#tnb .tnb-login li > a > span { color: #ffffff; }
	#tnb .tnb-login .mobile-view { display: inline-block !important; }
	#tnb .tnb-site li img { width: 22px; height: auto; }
	#tnb .tnb-site li a { margin-top: 12px; margin-left: 17px; }
	#tnb .tnb-site li:first-child a { margin-left: 0; }
	
	/************************************************
		Header
	*************************************************/
	header{position:inherit; width:100%; height:auto; z-index:inherit;}
	#header { position: relative; }
	#header .header-top { padding: 0; }
	#header .header-top h1 { margin-top:0px; padding:14px 0;  }
	#header .header-top h1 a span{display:inline-block; vertical-align:middle;}
	#header .header-top h1 img { width:80px; height: auto; vertical-align:middle; marin-right:4px;}
	#header .header-top h1 .h1-text { font-size: 1.1575em; line-height: 2.16; }
	#header .header-top .btn-gnb-open{display:block; position:absolute; top:14px ;right:0;}
	#header .header-top .btn-gnb-open a{padding:16px; display:block; }	
	
	#header .header-bottom { top: 80px; display: none; background-color: #2f2e37; border-bottom: 0; border-top:none; }
	
	/************************************************
		Section
	*************************************************/
	section, footer { float:none; width:100%; }
	
	/************************************************
		Footer
	*************************************************/
	footer{position:relative; }
	#footer { padding: 15px 20px; }
	#footer .footer-left{float:none; text-align:center;}
	#footer .futil-wr{margin-top:24px;}
	.fsitelink-wr{float:none;}
	.fsitelink-wr .fsitelink{width:calc(50% - 4px);}
	
	
	/************************************************
		GNB Menu Style
	*************************************************/
	#gnb > ul > li { float: none; width: auto; }
	#gnb > ul > li > a { background: url(/resources/images/swc/common/gnb_icon_m.png) no-repeat 90% center; border-bottom : 1px solid #4b4a4f; border-right: 0; padding: 18px 10px 18px 27px; line-height: 1; text-align: left; color:#fff;}
	#gnb > ul > li.open > a { background-color: #049ca6; border-bottom: 1px solid #d7d8db; color: #ffffff; }
	#gnb > ul > li.open > ul { border-bottom: 1px solid #d7d8db; }
	#gnb > ul > li:first-child > a { border-left: 0; }
	
	#gnb .has-sub-menu > ul { display: none; position: static; height: auto; border-right: 0; padding: 6px 0; background-color: #ffffff; z-index: auto; }
	#gnb .has-sub-menu:first-child > ul { border-left: 0; }
	#gnb .has-sub-menu > ul > li:first-child { margin-top: 0; }

	#gnb .has-sub-menu > ul a { background: url(/resources/images/swc/common/gnb_bullet_m.gif) no-repeat 90% center; padding: 9px 10px 9px 25px; color: #252525; font-size: 0.875em; text-align: left; }
	#gnb .has-sub-menu > ul a:before {content: "-"; padding-right: 10px; color: #25539e; }
	#gnb .has-sub-menu > ul a:hover { background-image: url(/resources/images/swc/common/gnb_bullet_m_hover.gif)}
	#gnb .has-sub-menu > ul a:hover { background-color: #ffffff; color: #cf1e1e; }

	/************************************************
		LNB Menu Style
	*************************************************/
	#lnb > ul > li > ul { width: auto; padding: 11px 10px; }
	#lnb > ul > li > ul > li { height: 26px; padding-bottom: 0; }
	#lnb > ul > li > ul > li > a { border-color: #f2f2f2; padding: 5px 10px; margin: 0 12px; font-size: 0.8125em; }
	#lnb > ul > li > ul > li > a:hover,
	#lnb > ul > li > ul > li.check > a { position: static; background-color: #ffffff; }
	#lnb > ul > li > ul > li.check > a:after { content: none; }
	
	/** HOSEO swc Common Style Responsive **/
	.pc-view { display: none !important; }
	.mobile-view { display: block !important; }
}

@media all and (max-width: 767px) { 
	body { font-size: 14px; -webkit-text-size-adjust: 100%;}
	.jconfirm-box-container {width:80%;  }/*알림메세지*/
	/************************************************
		Site Menu
	*************************************************/

	/************************************************
		Header
	*************************************************/
	#header .header-top { border-bottom: 1px solid #c3c3c3; }
	#header .header-top h1 .h1-text { padding-left: 7px font-size: 1.101em; line-height: 2.2; }
	#header .header-top h1 a span{font-size:16px;}
	#header .header-bottom{top:76px;}

	
	/************************************************
		Footer
	*************************************************/
	footer{padding:12px 0;}
	#footer .footer-left,
	#footer .footer-right { float: none; width: auto; }
	
	#footer .footer-right a { margin-bottom: 10px; padding:8px 15px }
	#footer .footer-right a:first-child { margin-left: 0; }

	/************************************************
		GNB Menu Style
	*************************************************/
	#gnb > ul > li > a { font-size: 1.1428em; }
	#gnb .has-sub-menu > ul a { font-size: 1em; }
	
	
	/************************************************
		LNB Menu Style
	*************************************************/
	.sub-page #lnb { display: none; }
	
	
	/* pageTop */
	#pageTop { opacity:0.3; }
	#pageTop a { padding-top:0; width:50px; height:50px; background-color:#000000; }
	#pageTop a > span { display:none; }
	#pageTop a > i { margin-top:14px; font-size:2em; }
	/*
	#pageTop {display: none ;position: fixed;bottom: 0px;right: 13%;z-index: 9999;margin-bottom: 0;}
	#pageTop a {background-color: #be222f;color: #ffffff;display: none;width: 68px;height: 68px;text-align: center;padding-top: 14x;}
	#pageTop a > span {display: block;font-size: 1.3em;line-height: 1; margin-top: -10px;}
	#pageTop a > i { font-size: 1.5em; margin-right: 0 !important;}
	#pageTop a:hover { text-decoration: none; opacity: 0.7; }
	*/

	

}

@media all and (max-width: 640px) { 
/* 검색 btn style*/
.page-search-box button.ui-btn {height: 30px; padding: 0 8px;}
.page-search-box input { width: 80px;}
.page-search-box input,
.page-search-box select {height: 30px; }
.page-search-box select {padding:4px; }

.page-search-box select{ min-width:50px}
table.ui-list tbody td.num{ background-size:20px !important}
.fsitelink-wr .fsitelink{width:100%; margin-bottom:4px;}

}

 
/* blind */
.blind { position: absolute; overflow: hidden; clip: rect(0 0 0 0); margin: -1px; width: 1px; height: 1px; }


/* clearfix */
.clearfix { *zoom: 1; }
.clearfix:before,
.clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }

/* backdrop */
 .backdrop { background-color: rgba(0, 0, 0, 0.42); width: 100%; height: 100%; position: fixed; cursor: pointer; z-index: 2; }
