﻿@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 msd 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: 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 { 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 span{color:#666; font-size:16px; }

#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 .login-icon > span { color: #343434; }
#tnb .tnb-site li a { margin-top: 18px; margin-left: 25px; }
#tnb .search-icon > span,
#tnb .sitemap-icon > span { display: none; }


/*tnb-site*/
#tnb li.m-search{display:none;}
#tnb li.mobile-site{display:none;}
#site_search_box{width:320px; position:relative; padding-top:20px;}
#tnb #site_search_box input[type="text"]{width:100%; border:none !important; border-bottom:1px solid #666 !important;}
#tnb #site_search_box input:focus{outline:none !important; }
#tnb #site_search_box button{position:absolute; right:10px; top:5px; background:url(/resources/images/msd/common/search_icon.png);
text-indent:-9999px; width:40px; height:40px; background-repeat:no-repeat; background-position:center;}

/************************************************
	Header
*************************************************/
header { position: static; min-height: 0; border-bottom: 0; background: transparent; padding-top: 0; z-index: auto; }
header h1 { position: static; z-index: auto; }
.sc-logo > img{width:50%; padding-top:20px;}
.dept-name{font-size:24px; font-weight:400; padding-top:45px; display:inline-block; vertical-align: middle; color:#161616}
@media all and (max-width:1440px) {
	.dept-name{font-size:20px;}
}

#header .header-top .m-logo{display:none;}
#header .header-top { background-color: #ffffff; padding-bottom: 15px; padding-top:10px; height:max-content;}
#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-bottom { position: relative; background-color: #fff;  }
#header .header-bottom h1{display:block; float:left; width:28%; margin-top:-60px;}
#header .header-bottom .btn-gnb-view { display: none; }

.school-mark {
  display: inline-block;
  position: absolute;
  top: -30px; /* 위치 조정 */
   /* left: 30%;로고 기준 위치 조정 */
  /*width: 110px;
  height: 60px;*/
  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%);
  z-index: 10;
}

@media (max-width: 1200px) {
	.school-mark { position:static; padding:0px 10px; font-size:14px !important; margin-left: 5px;}
}
/************************************************
	Footer
*************************************************/
footer { margin-top: 0; padding: 0; border-top: 0; text-align: left; }
#footer { background-color: #252525; }
#footer .footer-border{border-bottom:1px solid #c1c1c1; width:100%; margin-bottom:30px;}
#footer .footer-top{padding:40px 0px 30px 0px;}
#footer .footer-top:after{display:block; content:""; clear:both;}
#footer .footer-top-left { float: left; padding-left:160px; position:relative; }
#footer .footer-top-left:before{width:140px; display:block;content:''; background:url(/resources/images/msd/common/footer-logo.png) no-repeat; background-size:cover; height:37px; position:absolute; left:0; margin-top:-8px;}
#footer .footer-top-left a{color:#fff; line-height:1; float:left;}
#footer .footer-top-left a:after{width:1px; height:20px; background:#fff; display:inline-block; content:''; margin:0px 20px 0px 20px; float:right;}
#footer .footer-top-left a:last-child:after{display:none;}
#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; width:100%;}
#footer .footer-right { float: right; }
#footer .footer-left p span{margin-right:20px;}
#footer .footer-left address{border-bottom:1px solid #464646; width:100%; padding-bottom:30px; }
#footer .footer-left address p{display: inline-block; margin-right:30px; color:#7c7c7c;}
#footer .footer-left address p span{color:#a54231;}
#footer .footer-left p { color: #ffffff; font-size: 0.9375em; line-height: 1.46; }
#footer .footer-left .copyright { padding:30px 0; color: #626262; font-size: 16px; text-align: center; }
#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; margin-top:-40px;}
 .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 1px 0 0; }
.fsitelink-wr .fsitelink:last-child {margin:0}
.fsitelink-wr .fsitelink .tit a {display:block;position:relative;background-color:#2b2b2b;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 .tit{background:none; padding-left:0; margin-bottom:0;}
.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:1200px) {
	#footer .footer-top-left{float:none; text-align: center; margin-bottom:20px;}
	#footer .footer-top-left a{line-height:1}
	.fsitelink-wr{float:none; margin-top:50px;}
	.fsitelink-wr .fsitelink{float:none; margin-bottom:10px; width:100%;}
}


/************************************************
	GNB Menu Style
*************************************************/
#gnb { position: static; padding-bottom:20px !important }
#gnb li { position: static; }
#gnb > ul{width:70%; float:left;}
#gnb > ul > li { float: left; width: 16.6666%; position: relative; text-align:center; }
#gnb > ul > li > a { display: inline-block; color: #161616; text-align: center; line-height: 50px; font-size:22px; }
#gnb > ul > li > a.on {border-bottom:1px solid #161616;}

.gnb-bg,
#gnb .has-sub-menu > ul { background-color: #f7f7f7; position: absolute; width: 100%; top:75px; height:0;}
.gnb-bg { top: 70px; z-index: 5;  }
#gnb .has-sub-menu > ul { border-right: 1px solid #e1e1e1; height: 500; overflow: hidden; z-index: 7; display:none;}
#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; }

#gnb a.sitemap-icon{float:right; padding-top:13px; display:block;}

#gnb .open-sub-menu{position:absolute; top:100px;}

.btn-gnb-close { display: none; position: absolute; top: 13px; right: 262px; z-index: 3; }

/************************************************
	sub-gnb Style
*************************************************/
.header-sub{background-color:#f7f7f7; position:absolute; width:100%; z-index:1;  height:0; overflow:hidden;}
#sub-gnb > ul > li{float:left; width:16.6666%; padding:30px; border-right:1px solid #e6e6e6; height:100%; min-height:320px;}
#sub-gnb > ul > li:first-child{border-left:1px solid #e6e6e6;}
#sub-gnb > ul > li > a{font-size:22px; font-weight:500; cursor:default;}
#sub-gnb > ul > li > ul{margin-top: 24px; }
#sub-gnb > ul > li > ul > li > a{font-size:16px; line-height:1.8; padding:8px 0px 8px 0;}
#sub-gnb > ul > li:hover{background-color:#a53732;}
#sub-gnb > ul > li:hover > a{color:#fff;}
#sub-gnb > ul > li:hover > ul > li > a{color:#fff;}

/************************************************
	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/msd/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/msd/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 msd 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: 0px;right: 0 !important; z-index: 9999; margin-bottom: 0;}
}


@media all and (max-width:1410px) {
	/* pageTop */
	#pageTop {right: 0%;}
}

@media all and (max-width:1320px) {
	#header .header-bottom h1{width:25%;}
}


@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; background-color: #565656; }
	#tnb .tnb-login li { width: 50%; }
	#tnb .tnb-login li > a { margin: 0; margin: 18px 0 20px; text-align: center; }
	#tnb .tnb-login li:first-child > a { border-right: 1px 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: auto; height:22px; }
	#tnb .tnb-site li a { margin-top: 16px; margin-left: 17px; }
	#tnb .tnb-site li:first-child a { margin-left: 0; }
	#tnb li.mobile-site{display:block;}
	#gnb a.sitemap-icon{display:none;}
	
	#tnb li.m-search{display:block;}
	#tnb 	#site_search_box{display:none;}
	
	
	/************************************************
		Header
	*************************************************/
	#header { position: relative; }
	#header .header-top { padding: 7px 20px 14px; }
	#header .header-top .m-logo{display:block;}
	#header .header-top h1 { margin-top:0px; padding-top:5px  }
	#header .header-top .m-logo img { width: 70px; height: auto; margin-right:10px; }
	#header .header-top .m-logo span{line-height:40px; font-size:20px;}
	#header .header-top h1 .h1-text { font-size: 1.1575em; line-height: 2.16; }
	.header-sub{display:none;}
	#header .header-bottom { top: 54px; display: none; background-color: #373738; border-bottom: 0; }
	
	/************************************************
		Footer
	*************************************************/
	#footer { padding: 15px 20px; }
	
	
	/************************************************
		GNB Menu Style
	*************************************************/
	#gnb{padding-bottom:0px !important}
	#header .header-bottom h1{display:none;}
	#gnb > ul{width:100%;}
	#gnb > ul > li { float: none; width: auto; text-align:left;}
	#gnb > ul > li > a { display:block; background: url(/resources/images/msd/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; font-size:18px }
	#gnb > ul > li.open > a { background-color: #b91e09; 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/msd/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/msd/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 msd 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: 1px 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; }

	
	/************************************************
		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
	*************************************************/
	.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}
#footer .footer-top-left a{font-size:13px;}
.fsitelink-wr .fsitelink .tit a{font-size:13px;}
#footer .footer-top-left{padding-left:0;}
#footer .footer-top-left:before{display:none;}

#tnb .tnb-site li a {margin-top: 10px;}
#header .header-top .m-logo img { width: 50px; height: auto; margin-right:10px; }
#header .header-top .m-logo span { font-size: 18px; line-height:30px}
}

 
/* 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; }
