@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 visual Common Style **/
html, body {width:100%;overflow-x:hidden;}
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box;  box-sizing: border-box; }
body { position: relative; color: #333333; font-size: 16px; font-family: Noto Sans KR, sans-serif; font-weight: 400; line-height: 1; letter-spacing:-0.5px ; }
section { position: static;}
.fix-layout { /* position: static;*/ position: relative;  width: 100%; max-width: 1600px; 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 { position: static; float: right; background-color: transparent; border-bottom: 0; }
#tnb ul { float: left; /* height: auto;*/ }
#tnb li { position: static; padding: 0; }
#tnb li a:before,
#tnb li a:after { content: none; }
#tnb li a { color:#fff}
#tnb .tnb-login li > a { margin-top: 30px; margin-right: 15px; font-size: 0.8125em; }
#tnb .tnb-login li:last-child > a { margin-right: 0; }
#tnb .tnb-login li > a > span { padding-left: 6px; font-weight: 500; vertical-align: middle; }
#tnb .tnb-login li > a > span:after {display:inline-block;position:absolute;top:4px;right:3px;width:1px;height:12px;background:#fff;content:'';}
#tnb .tnb-login li:last-child a > span:after { width:0px;}
#tnb .login-icon > span { color: #fff; }
#tnb .univ-icon > span { color: #fff; }

#tnb .tnb-site li a { clear:both; top:0; margin-left: 25px;}
#tnb .search-icon > span,
#tnb .sitemap-icon > span { display: none; }
#tnb .sitemap-icon { position:absolute; top: 25px; display:inline-block; background: url(/resources/images/sport/common/sitemap.png) no-repeat top center; font-size:0; width:26px; height:29px}

#site_search_box { display: none; }

/************************************************
	Header
*************************************************/
header { /* position: static;*/ position: absolute; min-height: 0; border-bottom: 0; background: transparent; padding-top: 0; /* z-index: auto;*/ z-index: 100; }
header h1 { position: static; z-index: auto; }

#header { position: absolute; top: 0; left: 0; width: 100%; height: 13.3rem; margin: 0 auto; background-color: transparent;  border-bottom: 0px solid #eee; z-index: 95;}
#header::before { position: absolute; top: 5rem; left: 0; width: 100%; height: 0px; background-color: #eee;	content: '';	} 

#header .header-top { background-color: transparent; padding-bottom: 40px; }
#header .header-top h1 { float: left; margin-top: 15px; }
#header .header-top h1 a { display: block; float: left; }
#header .header-top h1 .h1-text { padding-left: 15px; color: #010101; font-size: 1.5625em; font-weight: 500; line-height: 2.16; }

#header .header-top #logo{display:inline-block;position:absolute;/* z-index:9999;*/ top:0px;left:0px;width:300px;line-height:35px;}
#header .header-top #logo a{display:inline;width:auto;height:100%;color:#fff; font-size:20px;font-weight:500;text-indent:0;letter-spacing:-.05em;line-height:40px;}
#header .header-top #logo a span{display:inline-block;position:relative;width:130px;height:50px;margin-right:20px;background-position:-2px 0px;font-size:0; vertical-align: middle;}
#header .header-top #logo a span:after{display:inline-block;position:absolute;top:12px;right:-10px;width:1px;height:22px;background:#cacaca;content:'';}

.lay_logo{background: url(/resources/images/sport/common/logo.png) no-repeat;}

#header .header-bottom { position: relative;/* background-color: #2763bb;*/  }
#header .header-bottom .btn-gnb-view { display: none; }


/************************************************
	Footer
*************************************************/
/* footer { margin-top: 0; padding: 0; border-top: 0; text-align: left; }
#footer { background-color: #404853; padding: 30px 0 20px; }
#footer .fix-layout {}
#footer .footer-left { float: left; }
#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-wrap {display:block;background:#222222;color:#fff;}
#footer-wr #fservice-wr {position:relative;max-width:1600px;margin:0 auto}
#footer-wr #fservice-wr:before {content:"";display:block;position:absolute;width:2000px;height:1px;background:#494949;left:50%;bottom:0;margin:0 0 0 -1000px}
#footer-wr #fservice-wr:after {content:"";display:block;clear:both}
#footer-wr .ftoplink {padding:10px 250px 25px 0; /*float:left*/}
#footer-wr .ftoplink ul {overflow:hidden}
#footer-wr .ftoplink ul li {float:left; display:inline-block}
#footer-wr .ftoplink ul li a {position:relative;display:block;font-size:16px;padding:5px 31px 5px 25px;color:#fff;transition:all .3s ease}
#footer-wr .ftoplink ul li a:after {content:"";display:block;position:absolute;top:50%;right:0;background:#fff;border-radius:50%;margin-top:-7px;width:0px;height:15px}
#footer-wr .ftoplink ul li:last-child a:after {display:none}
#footer-wr .ftoplink ul li a span {display:block;line-height:1.2;letter-spacing:-.05em}
#footer-wr .ftoplink ul li a:hover,#footer-wr .ftoplink ul li a:active,#footer-wr .ftoplink ul li a:focus { color: #fff !important; text-decoration: none; }
#footer-wr .ftoplink ul li:first-child a {padding-left:32px;color:#fff}
#footer-wr .ftoplink ul li:first-child a:before {content:"";display:block;position:absolute;top:50%;left:1px;margin-top:-9px;width:21px;height:21px;border-radius:0;background:url() no-repeat 0px 0px}
#footer-wr .ftoplink ul li a:hover,
#footer-wr .ftoplink ul li a:focus,
#footer-wr .ftoplink ul li a:active {text-decoration:underline;color:#fff}
#footer-wr .ftopUtil {display:block;box-sizing:border-box;position:absolute; right:0; padding:0}
#footer-wr .fsns-wr {position:absolute;top:0px;right:0}
#footer-wr .fsns-wr .fban {display:block;height:100%;overflow:hidden}
#footer-wr .fsns-wr .fban li {display:block;float:left;height:100%; margin-left: 12px;}
#footer-wr .fsns-wr .fban li a {display:block;position:relative;width:45px;height:45px;border-radius:50%;background:rgba(255, 255, 255, 1);box-sizing:border-box;transition:all .3s ease}
#footer-wr .fsns-wr .fban li a:after {content:"";display:block;position:absolute;width:37px;height:37px;top:0;right:0;bottom:0;left:0;margin:auto;background:url(/resources/images/sport/common/footer_sns.png) no-repeat}
#footer-wr .fsns-wr .fban li.ico-fb a:after {background-position:6px 3px}
#footer-wr .fsns-wr .fban li.ico-insta a:after {background-position:-32px 3px}
#footer-wr .fsns-wr .fban li.ico-nb a:after {background-position:-67px 3px}
#footer-wr .fsns-wr .fban li.ico-youtb a:after {background-position:-105px 3px}
/* #footer-wr .fsns-wr .fban li a:focus:after,
#footer-wr .fsns-wr .fban li a:hover:after {background-position-y:-78px}*/

#footer-wr .fcopyright {position:relative;max-width:1600px;margin:28px auto 0;text-align:left;padding:8px 440px 40px 40px;box-sizing:border-box}
#footer-wr .fcopyright:after {content:"";display:block;clear:both}
#footer-wr .fcopyright .flogo {display:block;position:absolute;left:0;top:0px}
#footer-wr .fcopyright .pinfo-campus {box-sizing:border-box}
#footer-wr .fcopyright .pinfo-campus .pinfo {position:relative;font-size:16px;font-weight:300; text-align:left}
#footer-wr .fcopyright .pinfo-campus .pinfo .paddr { font-size:16px; color:#9b9ea0;}
#footer-wr .fcopyright .pinfo-campus .pinfo .paddr span { display:block; line-height:30px; }

#footer-wr .fcopyright .pinfo-campus .pinfo .pinfo-tel {display:inline}
#footer-wr .fcopyright .pinfo-campus .pinfo .pinfo-tel .ptel {display:inline}
#footer-wr .fcopyright .pinfo-campus .pinfo .pinfo-tel .ptel2 {display:none}
#footer-wr .fcopyright .pinfo-campus .pcopyright {display:block;font-size:14px;font-weight:400;color:#9b9ea0;margin:3px 0 0; text-align:left; padding-bottom:20px}
#footer-wr .futil-wr {position:absolute;right:0;top:20px}
#footer-wr .futil-wr .inPkg {position:relative;box-sizing:border-box;padding:0}
#footer-wr .fsitelink-wr {margin:0 auto;text-align:left;box-sizing:border-box}
#footer-wr .fsitelink-wr:after {clear:both;content:"";display:block}
#footer-wr .fsitelink-wr .fsitelink {display:block;width:205px;position:relative;float:left;box-sizing:border-box;z-index:200;margin:0 13px 0 0}
#footer-wr .fsitelink-wr .fsitelink:last-child {margin:0}
#footer-wr .fsitelink-wr .fsitelink h5 { background:none; padding-left:0px}
#footer-wr .fsitelink-wr .fsitelink .tit a {display:block;position:relative;background-color:#434343;border:1px solid #636363;padding:15px 96px 15px 19px;color:#b2b3af;font-size:16px;font-weight:300;white-space:nowrap;letter-spacing:-.05em}
#footer-wr .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; }
#footer-wr .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}
#footer-wr .fsitelink-wr .fsitelink .tit a:after {content:"";display:block;position:absolute;/* right:50px;*/ right:15px;top:50%;transform:translateY(-50%);background:url(/resources/images/sport/common/footer_btn01.png) no-repeat 0px 0;width:12px;height:12px;transition:all .3s ease}
#footer-wr .fsitelink-wr .fsitelink.is-open .tit a:after {transform:rotate(45deg);margin-top:-3px}
#footer-wr .fsitelink-wr .fsitelink .fsitelink-cate-box {position:absolute;bottom:100%;left:0;background:#434343;width:100%;height:0;overflow:hidden;box-sizing:border-box;transition:all .3s ease}
#footer-wr .fsitelink-wr .fsitelink.is-open .fsitelink-cate-box {display:block;height:261px;overflow-y:auto;border:1px solid #636363;border-bottom:0}
#footer-wr .fsitelink-wr .fsitelink .fsitelink-cate-box .inwr {height:240px;margin:10px;box-sizing:border-box}
#footer-wr .fsitelink-wr .fsitelink .fsitelink-cate-box ul {margin:0px 10px}
#footer-wr .fsitelink-wr .fsitelink .fsitelink-cate-box li {margin:1px 0}
#footer-wr .fsitelink-wr .fsitelink .fsitelink-cate-box li a {display:block;padding:2px 0}
#footer-wr .fsitelink-wr .fsitelink .fsitelink-cate-box li a span {font-size:14px;color:#bfa89c;transition:all .3s ease}
#footer-wr .fsitelink-wr .fsitelink .fsitelink-cate-box li a:hover span,
#footer-wr .fsitelink-wr .fsitelink .fsitelink-cate-box li a:focus span,
#footer-wr .fsitelink-wr .fsitelink .fsitelink-cate-box li a:active span {text-decoration:underline;color:#fff}
@media all and (max-width:1200px) {
	#footer-wrap { padding-left:0px}
	#footer-wr #fservice-wr {margin:0 20px}
	#footer-wr .fcopyright {margin:28px 20px 0;padding:0 440px 40px 110px}
	#footer-wr .fcopyright .pinfo-campus .pinfo .pinfo-tel {display:block}
	#footer-wr .fcopyright .pinfo-campus .pinfo .paddr {line-height:1.2}
	#footer-wr .fcopyright .pinfo-campus .pinfo .pinfo-tel {line-height:1.2}
	#footer-wr .fcopyright .pinfo-campus .pcopyright {font-size:14px;font-weight:400;line-height:1.3;margin:10px 0 0}
	#footer-wr .fcopyright .pinfo-campus .pcopyright span {display:block}
	#footer-wr .futil-wr {top:7px}
}
@media all and (max-width:1100px) {
	#footer-wr .fsns-wr {margin:0}
}
@media all and (max-width:999px) {
	#footer-wr #fservice-wr:before {width:100%;left:0;margin:0}
	#footer-wr .ftoplink {padding:10px 0}
	#footer-wr .ftoplink ul li a {padding:5px 19px 5px 15px}
	#footer-wr .ftoplink ul li:first-child a {padding-left:28px}
	#footer-wr .ftopUtil {height:50px}
	#footer-wr .ftopUtil .topBt {width:50px}
	#footer-wr .ftopUtil .topBt em {top:12px;padding:12px 0 0;font-size:14px}
	#footer-wr .fcopyright {padding:0 0 40px 110px}
	#footer-wr .fcopyright .pinfo-campus .pinfo .pinfo-tel {display:inline}
	#footer-wr .fcopyright .pinfo-campus .pcopyright {margin:0}
	#footer-wr .fcopyright .pinfo-campus .pcopyright span {display:inline}
	#footer-wr .futil-wr {position:relative;right:auto;top:auto;margin:10px 0 0}

}
@media all and (max-width:699px) {
	#footer-wr #fservice-wr {padding:0 0 10px;border-bottom:1px solid rgba(0, 0, 0, .2)}
	#footer-wr #fservice-wr:before {display:none}
	#footer-wr .ftoplink {float:none}
	#footer-wr .ftoplink ul {display:block;text-align:center}
	#footer-wr .ftoplink ul li {display:inline-block;float:none}
	#footer-wr .ftopUtil {float:none;text-align:center}
	#footer-wr .fsns-wr {display:inline-block;float:none; position:relative}
	#footer-wr .ftopUtil .topBt {display:inline-block;float:none}
	#footer-wr .fcopyright {margin:0 20px;padding:15px 0 20px;text-align:center;border-top:1px solid rgba(255, 255, 255, .2)}
	#footer-wr .fcopyright .flogo {position:relative;left:auto;top:auto;margin:0 auto;}
	#footer-wr .fcopyright .pinfo-campus {margin:10px 0 0;}
	#footer-wr .fsitelink-wr .fsitelink {width:49%;margin:0;}
	#footer-wr .fsitelink-wr .fsitelink.dep-link00 {float:left;}
	#footer-wr .fsitelink-wr .fsitelink.dep-link01 {float:right;}
}
@media all and (max-width:599px) {
	#footer-wr .fcopyright .pinfo-campus .pinfo .paddr {display:block;line-height:1.3;word-wrap:break-word;word-break:keep-all;white-space:normal}
	#footer-wr .fcopyright .pinfo-campus .pinfo .pinfo-tel .ptel {display:block;margin:5px 0 0;}
	#footer-wr .ftoplink ul li a:after {display:none}
	#footer-wr .fcopyright .pinfo-campus .pcopyright {margin:10px 0 0;font-size:12px}
	#footer-wr .fcopyright .pinfo-campus .pcopyright span {display:block;}
	#footer-wr .fsitelink-wr .fsitelink .tit a {padding:10px 96px 10px 10px;font-size:14px;}
	#footer-wr .fsitelink-wr .fsitelink .tit a:after {right:15px;}
	#footer-wr .fsitelink-wr .fsitelink .tit a .gogo {padding:10px 5px 0;}
	#footer-wr .fsitelink-wr .fsitelink .fsitelink-cate-box ul {margin:0;}
	#footer-wr .fsitelink-wr .fsitelink .fsitelink-cate-box li a {display:block;padding:5px 0;}
	#footer-wr .fsitelink-wr .fsitelink .fsitelink-cate-box li a span {display:block;line-height:1.2}
}
@media all and (max-width:399px) {
	#footer-wr .fsitelink-wr .fsitelink .tit a .gogo {display:none}
	#footer-wr .fsitelink-wr .fsitelink .tit a:after {right:10px;}
}





/************************************************
	GNB Menu Style
*************************************************/
#gnb { position: static; }
#gnb li { position: static; }
#gnb > ul > li { float: left; width: 16.4%; position: relative; }
#gnb > ul > li > a { display: block; border-right: 0px solid #122d54; color: #ffffff; text-align: center; line-height: 50px; font-size:1.425em }
#gnb > ul > li:first-child  > a{ border-left: 0px solid #122d54; }
#gnb > ul > li > a.on { /*background-color: #03a1ac;*/ color:#000 }

.gnb-bg,
#gnb .has-sub-menu > ul { background-color: #fff; position: absolute; width: 100%;}
.gnb-bg { /* top: 50px; z-index: 5; border-top: 1px solid #eee;*/ }
#gnb .has-sub-menu > ul { border-right: 0px solid #e1e1e1; height: 0; overflow: hidden; z-index: 7; }
#gnb .has-sub-menu:first-child > ul { border-left: 0px 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.925em; font-weight: 400; text-align: center; }
#gnb .has-sub-menu > ul a:hover { background-color: #224ebe; 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; }
#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/sport/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/sport/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 visual 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: 100px; 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; }


/* 마우스 오버시 */
#header.active { background-color: #fff;  border-bottom: 0px solid #eee;}
#header.active::before {  border-bottom: 0px solid #eee; }
#header.active #logo a { background: url(../../main/img/layout/logo.svg) no-repeat 0 center / contain;}
#header.active #gnb > ul > li > a { color:#000}
#header.active #tnb li a { color:#858588}
#header.active #tnb .tnb-login li > a > span:after {background:#696969;content:'';}
#header.active #tnb .login-icon > span { color: #858588; }
#header.active #tnb .univ-icon > span { color: #858588; }
#header.active #tnb .sitemap-icon { position:absolute; top: 25px; display:inline-block; background: url(/resources/images/sport/common/sitemap_on.png) no-repeat; font-size:0; width:26px; height:29px}

#header.active .gnb-bg,
#header.active #gnb .has-sub-menu > ul { border-top: 1px solid #eee; }
#header.active .gnb-bg { /* top: 50px; z-index: 5;*/ border-top: 1px solid #eee; }

#header.active .header-top #logo{display:inline-block;position:absolute;/* z-index:9999;*/ top:0px;left:0px;width:300px;line-height:35px;}
#header.active .header-top #logo a{display:inline;width:auto;height:100%;color:#000; font-size:20px;font-weight:500;text-indent:0;letter-spacing:-.05em;}
#header.active .header-top #logo a span{display:inline-block;position:relative;width:130px;height:50px;margin-right:20px;background-position:-2px 0px;font-size:0; vertical-align: middle;}
#header.active .header-top #logo a span:after{display:inline-block;position:absolute;top:12px;right:-10px;width:1px;height:22px;background:#cacaca;content:'';}
#header.active .lay_logo{background: url(/resources/images/sport/common/logo_on.png) no-repeat;}

@media (max-width:767px){
	
	#header .header-top #logo{top:3px;width:auto;}
	#header .header-top #logo a{font-size:20px;}
	#header .header-top #logo a span{ /* width:83px;height:27px;margin-right:20px; */}
	#header .header-top #logo a span:after{display:inline-block;position:absolute;/* top:5px;*/right:-10px;width:1px;height:22px;background:#7f7f7f;content:'';}
}



@media all and (max-width:1700px) {
	/* pageTop */
	#pageTop a {position: fixed;bottom: 100px;right: 15px !important;z-index: 9999;margin-bottom: 0;}
}

@media all and (max-width: 1600px) {
	#header .header-top #logo { margin-left:15px}
}

@media all and (max-width:1410px) {
	/* pageTop */
	#pageTop {right: 0%;}
	#pageTop a {width: 78px;height: 78px;}
	#pageTop a > span { font-size: 18px; line-height: 1; }
	#pageTop a > i { font-size: 1.2em;}

}

@media all and (max-width: 1200px) { 

	/************************************************
		Site Menu
	*************************************************/
	#tnb { margin-right:20px}
	#tnb ul { height:65px}
	#tnb .tnb-login,
	#header .header-bottom { position: absolute; right: 0; width: 255px; z-index: 3; }
	#tnb .tnb-login li > a > span:after {display:none;}
	#tnb .tnb-login { display: none; float: none; top: 0; background-color: #06a1b0; }
	#tnb .tnb-login li { width: 30%; }
	#tnb .tnb-login li > a { margin: 0; margin: 18px 0 20px; text-align: center; }
	#tnb .tnb-login li > a { border-right: 1px solid #ffffff; }
	#tnb .tnb-login li:last-child > a { border-right: 0px solid #ffffff; }
	#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: 0px; margin-left: 17px; }
	#tnb .tnb-site li:first-child a { margin-left: 0; }
	#tnb .sitemap-icon { position: relative; top: 0px;}
	
	/************************************************
		Header
	*************************************************/
	header { position:relative}
	#header { position: relative; background-color: #000; height:auto}
	#header .header-top { /* padding: 7px 20px 14px;*/ padding-bottom: 0px;}
	#header .header-top h1 { margin-top:0px; padding-top:5px  }
	#header .header-top h1 img { width: 220px; height: auto; }
	#header .header-top h1 .h1-text { font-size: 1.1575em; line-height: 2.16; }
	#header .header-top #logo { margin-left:20px}
	
	#header .header-bottom { top: 54px; display: none; background-color: #2f2e37; border-bottom: 0; }
	
	/************************************************
		Footer
	*************************************************/
	#footer { padding: 15px 20px; }
	
	
	/************************************************
		GNB Menu Style
	*************************************************/
	#gnb > ul > li { float: none; width: auto; }
	#gnb > ul > li > a { font-size: 1.0em; background: url(/resources/images/sport/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; }
	#gnb > ul > li.open > a { background-color: #717171; 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/sport/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/sport/common/gnb_bullet_m_hover.gif)}
	#gnb .has-sub-menu > ul a:hover { background-color: #ffffff; color: #008693; }

	/************************************************
		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 visual 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
	*************************************************/
	#tnb .tnb-login li > a { font-size: 0.9285em; }

	/************************************************
		Header
	*************************************************/
	#header .header-top { border-bottom: 0px solid #c3c3c3; }
	#header .header-top h1 img { width:210px }
	#header .header-top h1 .h1-text { padding-left: 7px font-size: 1.101em; line-height: 2.2; }
    #header .header-top h1 { padding-top:0px;} 
	
	/************************************************
		Footer
	*************************************************/
	#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
	*************************************************/
	.lnb_warp,.sub-page #lnb { display: none; }
	
	
	/* pageTop */
	#pageTop { opacity:0.3; }
	#pageTop a {padding-top:0;width:50px;height:50px;right: 25px !important;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}

}

 
/* 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; top: 0; }


/************************************************
	LNB Menu Style
*************************************************/
.lnb_warp { position: relative; margin: 0 auto; width: auto;  width:100%; padding-top:0px; background-color: rgba(3, 20, 141, 0.9); height:60px}
.lnb_warp:before{height:59px; content:"";margin-left:0px;position:absolute;top:0px;left: 0;right:0;}

.sub-page #lnb { height:60px; top:0px; left:0; width:100%;}
.sub-page #lnb:after{display:block; content:""; clear:both;}

#lnb {top: 0; height: 60px;  /*bottom: 0; right: 10px; z-index: 20; top: 170px;*/}
/*#lnb:after	{ content: ""; display: block; position: relative; clear: both; }*/
#lnb a {display: block;/* border:solid #ebeff3;border-width:0 1px */}
#lnb i[class*="xi-"]{display:block;font-size:1.125em;line-height:1em;color:#000}
#lnb .home {float: left; width: 59px; height: 100%; text-align:center; border-left: 0px solid #4d4d4d; background:#00094a}
#lnb .home i {background: url('/resources/images/sport/common/ico-lnb-home.png') no-repeat 50% 50%; height:23px; display:block;}
#lnb .home > a {padding: 18px 0; text-align: center;}
#lnb .home > a:hover{border-color:#dfe5eb;background:#dfe5eb}
/* #lnb p {margin: 0;} */

.lnb-item {width: 245px; height: 60px; font-weight: 400; border-left: 0px solid #394184; border-right: 1px solid #394184; z-index:1 }
.lnb-item:nth-child(3),.lnb-item:nth-child(4) {border-left: 0px solid #ddd !important;}
.lnb-item > ul {padding-top: 59px;}
.lnb-item > ul .check {height: 60px;}
.lnb-item > ul .check.open a{ color: #fff ; font-weight: 400; background:#020a45; text-decoration:none}
.lnb-item > ul .check.open a:active, .lnb-item > ul .check.open a:focus { color: #ffffff ; text-decoration:none}
.lnb-item > ul .check:hover {background:rgba(0, 0, 0, 0.9); }

.lnb-item a	{height: 60px; line-height: 60px; color: #ffffff;}
.lnb-item a:hover {color: #fff;}
.lnb-item .check > a {bottom: 0;}
.lnb-item .check > a:after {content: ""; display: block; position: absolute; width: 29px; height: 29px; border-radius:29px; background:#0e1968 url('/resources/images/sport/common/ico-lnb-open.png') no-repeat 50% 50%; right: 10px; top: 15px; }
.lnb-item .check.open > a:after	{width: 29px; height: 29px; border-radius:29px; background:#000 url('/resources/images/sport/common/ico-lnb-close.png') no-repeat 50% 50%; right: 10px; top: 15px;}
.lnb-item ul > li {background: rgba(40, 40, 40, 0.7);}
.lnb-item ul > li a:hover {color: #fff; text-decoration:underline}

/*.lnb-item.first > ul		{ top: -50px; font-size: 25px;}*/
.lnb-item.first {}
.lnb-item.first a			{ border-left-width: 1px; }
.lnb-item.first a:after		{ /*display: none;*/ }
.lnb-item.first > a:after		{ content: ""; display: block; position: absolute; width: 30px; height: 30px; background: url('/resources/images/sport/common/ico-lnb-open.png') no-repeat 50% 50%; right: 0px; top: 5px; }
.lnb-item.first.open > a:after	{ background-image: url('/resources/images/sport/common/ico-lnb-close.png'); }

@media all and (max-width: 1200px) {
	#lnb		{ top:0px;/* background: rgba(255, 255, 255, 0.21); */ }
	
}


@media all and (max-width: 1000px) {
	.lnb_warp { border-bottom: 0px solid #ddd;}
	#lnb		{ position: absolute;; clear: both; right: auto; left: auto; margin: 0 ; /*bottom:0; top:auto; background: rgba(255, 255, 255, 0.21); */ }
	#lnb:before	{ content: ""; display: block; position: absolute; bottom: 0px; left: 0; right: 0; height: 1px; background: #dadada; }
}

@media all and (max-width: 640px) {
	#lnb		{ display:none;}
}