@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 FUND Common Style **/

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;  width: 100%; max-width: 1300px; 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:after{display:block; content:''; clear:both;}
#tnb { position: static; float: right; background-color: transparent; border-bottom: 0; }
#tnb ul { float: left; height: auto; }
#tnb li { position: static; padding: 0; width:78px; height:78px;}
#tnb li a:before,
#tnb li a:after { content: none; }

#tnb .tnb-login li > a { margin-right: 15px; font-size: 0.8125em; padding-top:15px;}
#tnb .tnb-login li > a > img{display:block; margin:0 auto; margin-bottom:12px;}
#tnb .tnb-login li:last-child > a { margin-right: 0; }
#tnb .tnb-login li > a > span { font-weight: 500; vertical-align: middle; font-size:15px; font-weight:300;color:#fff; display:block; text-align: center;}
#tnb .login-icon{background-color:#ffb606;transition:.3s all linear;}
#tnb .login-icon:hover{background-color:#e09f03;transition:.3s all linear;}
#tnb .univ-icon{background-color:#0ecc3b;transition:.3s all linear;}
#tnb .univ-icon:hover{background-color:#0b992c;transition:.3s all linear;}

#tnb .tnb-site li a { margin-top: 18px; margin-left: 25px; }
#tnb .sitemap-icon{background-color:#2688ff;transition:.3s all linear;}
#tnb .sitemap-icon:hover{background-color:#1f6dcb; transition:.3s all linear;}


#site_search_box { display: none; }

/************************************************
	Header
*************************************************/
.mobile-header{display:none;}
header { position: absolute; min-height: 0; border-bottom: 0; background: transparent; padding-top: 0; z-index: 10; }
header h1 { position: static; z-index: auto; }

#header .header-top { padding-bottom: 15px;  }
	#header .header-top.on{background-color:#fff;}
#header .header-bottom h1 { float: left; padding:20px 0px 20px 20px; width:25%}
#header .header-bottom h1 a { display: block; float: left; }
#header .header-bottom h1 a img{width:51%; height:auto;}
#header .header-bottom h1 a span{float:right; display: block; color:#1ba1ff; font-size:1.8em; font-weight:400; line-height:45px;}
#header .header-bottom h1 a span:before{display:block; float:left; content:''; width:1px; height:33px; background-color:#adadac; margin-top:7px; margin-right:17px; margin-left:-10px;}

#header .header-bottom { position: relative; background-color:transparent; width:100%; float:left; }
#header .header-bottom .btn-gnb-view { display: none; }

/************************************************
	Footer
*************************************************/
footer { margin-top: 0; padding: 0; border-top: 0; text-align: left; }
#footer { background-color: #292929; padding: 0 0 30px 0; }
#footer .footer-border{border-bottom:1px solid #c1c1c1; width:100%; margin-bottom:30px;}
#footer .footer-top{padding:10px}
#footer .footer-top:after{display:block; content:""; clear:both;}
#footer .footer-top-left { float: left; }
#footer .footer-top-left a{color:#fff; margin-right:30px; line-height:3;}
#footer .footer-top-right { float: right; }
#footer .footer-top-right select{border-radius:0; border:1px solid #c1c1c1 !important; padding:10px; background:transparent; color:#c1c1c1; height:auto;}
#footer .footer-top-right select option{color:#000;}
#footer .footer-left { float: left; }
#footer .footer-right { float: right; }
#footer .footer-left p span{margin-right:20px;}
#footer .footer-left address p{display: inline-block; margin-right:30px;}
#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; border:1px solid #c1c1c1;}
.fsitelink-wr .fsitelink:last-child {margin:0}
.fsitelink-wr .fsitelink .tit{padding-left:0; background:none;margin-bottom: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; color:#c1c1c1}
.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/biz/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}

@media all and (max-width:906px) {
	#footer .footer-top-left{float:none; text-align: center; margin-bottom:20px;}
	#footer .footer-top-left a{line-height:1}
	.fsitelink-wr{float:none;}
	.fsitelink-wr .fsitelink{float:none; margin-bottom:10px; width:100%;}
}

/************************************************
	GNB Menu Style
*************************************************/
#gnb { position: static; margin-top:25px; float:left; width:59%; }
#header .header-bottom #gnb > ul > li > a:hover #header .header-bottom{background-color:#fff;}
#gnb li { position: static; }
#gnb > ul > li { float: left; width: calc(100%/6); position: relative; }
#gnb > ul > li > a { display: block; color: #000; text-align: center; line-height: 50px; font-size:22px; }
#gnb > ul > li > a.on { background-color:#fff; }

.gnb-bg,
#gnb .has-sub-menu > ul { background-color: #fff; position: absolute; width: 100%; }
.gnb-bg { top: 75px; z-index: 5; }
#gnb .has-sub-menu > ul { height: 0; overflow: hidden; z-index: 7;}
#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
*************************************************/
.lnb_warp {position: relative;margin: 0 auto;width: auto;width:100%;padding-top: 169px;}
.lnb_warp:before{height:59px;background:rgba(0,45,161,.84);content:"";margin-left:0px;position:absolute;top: 169px;left: 0;right:0;}
#lnb > .fix-layout > ul > .check a{position: relative;float: left;width: 170px;height: 60px;max-width: 33.33%;font-size: 16px;border-left: 0;line-height: 60px;color: #fff;font-weight: 100;}
.lnb-item a{height:60px; line-height:0; padding-top:30px;}
.lnb-item > ul{padding-top:60px; z-index: 30;}
.lnb-item > ul .check{height:60px;}
#lnb .lnb-item .check > a{border-left:0 !important;}
.lnb-item .check > a:after{top:20px;}
#lnb .home{float:left; width:60px; height:60px; }
#lnb .home > a{padding:18px 0; text-align: center; color:#fff; height:100%; position:relative;}
#lnb a {display: block;border: solid #6f80ab;border-width: 0 1px;}
.lnb-item{position:relative; float:left; width:170px; height:100%; max-width:33.33%; font-size:16px;}
.sub-page #lnb { height:60px; top:430px; left:0; width:100%; max-width:1240px}
.sub-page #lnb:after{display:block; content:""; clear:both;}
#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/fund/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/fund/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 FUND 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; }



@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:1579px) {
	#header .header-bottom h1{padding:30px 0 20px 0; width:20%;}
	#header .header-bottom h1 a span{font-size:1.3em; line-height:35px;}
	#header .header-bottom h1 a span:before{margin:0px -12px; margin-top:3px;}
	#gnb > ul > li > a {font-size:20px;}
}

@media all and (max-width:1410px) {
	/* pageTop */
	#pageTop {right: 0%;}
	#pageTop a {width: 78px;height: 78px;}
	#pageTop a > i { font-size: 1.2em;}
	#pageTop a > span { font-size: 18px;}
}

@media all and (max-width: 1200px) { 

	/************************************************
		Site Menu
	*************************************************/
	#gnb{display:none;}
	.header-bottom > h1{display:none !important;}
	.mobile-header{display:block; }
	#tnb .tnb-login,
	#header .header-bottom { position: absolute; right: 0; width: 255px; z-index: 3; }
	#tnb .tnb-login { display: block; float: none; top: -77px; background-color: #2c57b9; }
	#tnb .tnb-login li {width: 33%;he;height: 79px;}
	#tnb .tnb-login li:first-child a span{display:none;}
	#tnb .tnb-login li:first-child a{padding-top:27px;}
	#tnb .tnb-login li:last-child{width:34%;}
	#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; }
	#lnb{z-index:9}
	
	/************************************************
		Header
	*************************************************/
	#header { position: relative; }
	#header .header-top{padding-bottom:0}
	#header .header-top h1 { margin-top:0px; padding:20px 20px; background:#fff; }
	#header .header-top h1 img { width: 170px; height: auto; display:inline;}
	#header .header-top h1 a span{font-size:1.5em; font-weight:500; padding:20px 15px 12px 15px;color:#1ba1ff}
	#header .header-top h1 .h1-text { font-size: 1.1575em; line-height: 2.16; }
	
	#header .header-bottom { top: 77px; display: block; background-color: #717171; border-bottom: 0; }
	#header .header-bottom h1 { display:none;}
	#header .header-bottom h1 a{ float:none;}
	#header .header-bottom h1 a span:before{display:none;}
	#header .header-bottom h1 a span{float:none; display: block; color:#060606; font-size:1.5em; text-align: center;}
	/************************************************
		Footer
	*************************************************/
	#footer { padding: 15px 20px; }
	
	
	/************************************************
		GNB Menu Style
	*************************************************/
	#gnb{width:100%; margin-top:5px; float:none;}
	#gnb > ul > li { float: none; width: auto; }
	#gnb > ul > li > a { background: url(/resources/images/fund/common/gnb_icon_m.png) no-repeat 90% center; border-bottom : 1px solid #6b6b6b; border-right: 0; padding: 18px 10px 18px 27px; line-height: 1; text-align: left; color:#fff; font-size:18px;}
	#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: #f7f7f7; 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/fund/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/fund/common/gnb_bullet_m_hover.gif)}
	#gnb .has-sub-menu > ul a:hover { background-color: #ffffff; color: #cf1e1e; }

	/************************************************
		LNB Menu Style
	*************************************************/
	.lnb_warp{padding-top:108px;}
	.lnb_warp:before{top:109px;}
	#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 FUND Common Style Responsive **/
	.pc-view { display: none !important; }
	.mobile-view { display: block !important; }
	.btn-gnb-close { display: block; }
	
}

@media all and (max-width: 1000px) {
.sub-page #lnb{top:109px;}
	
}


@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{background-color:transparent;}
	#tnb .tnb-login li > a { font-size: 0.9285em; }
	#tnb .tnb-login li{width:62.5px; height:62.5px; float:none; position:absolute;}
	#tnb .tnb-login li:first-child{right:-62.5px; width:62.5px; top:14px}
	#tnb .tnb-login li:nth-child(2){right:-62.5px; width:62.5px; top:76.5px}
	#tnb .tnb-login li:last-child{right:-62.5px; width:62.5px; top:139px;}
	#tnb .tnb-login li a span{display:none;}
	#tnb .tnb-login li:first-child a{padding-top:19px;}
	#tnb .tnb-login li > a{padding-top:19px;}

	/************************************************
		Header
	*************************************************/
	#header .header-top { border-bottom: 1px solid #c3c3c3; }
	#header .header-top h1{padding:10px 10px; }
	#header .header-top h1 .h1-text { padding-left: 7px ;font-size: 1.101em; line-height: 2.2; }
	#header .header-bottom{right:62.5px; top:63px;}
	#header .header-bottom h1{display:none;}
	
	/************************************************
		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; }
	.btn-gnb-close{bottom:20px; right:84.5px;}
	
	/************************************************
		LNB Menu Style
	*************************************************/
	.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*/
#header .header-top h1 a span{font-size:1.2em;}
#header .header-top h1 img{width:125px; padding:6px 0;}
.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}
#footer .footer-top-left a{margin-right:10px; font-size:13px;}
.fsitelink-wr .fsitelink .tit a{font-size:13px;}
}

 
/* 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; }
