/* common.css */

@font-face{font-family:'NanumSquareR';src:url('../font/NanumSquareR.ttf');}
@font-face{font-family:'NanumSquareR';src:url('../font/NanumSquareR.woff');}
body{font-size:15px;font-family:'NanumSquareR',sans-serif,'돋움';color: #666;}
a,span,dd{text-decoration:none;color:#666;}
p{line-height: 1.5;}

/* layout */
body{position:relative;width:100%;}
body > header{z-index: 100; position:fixed;top:0;left: 0; width:100%;height:122px;background-color:transparent;transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;border-bottom:1px solid #2b8cc2;}
body > header > div.head_inner{width:940px;height:122px;margin:0 auto;}
body > .main_wrap{width:100%;height:800px;}
body > .main_wrap > section{position:relative;top:-4px;/*width:1200px;*/width:100%;margin:0 auto;overflow:hidden;background:#f0f0f0;}
	#qlab_content{width:100%;margin:0 auto;margin-top:40px;}
	#content{width:940px;margin:0 auto;margin-top:40px;margin-bottom: 160px;}
.content_inner{width:940px;margin:0 auto;margin-bottom: 80px;}
body > footer{height:160px;background:#333;}
		.foot_inner{width:940px;margin:0 auto;padding-top:47px;}

/* header */
/* 로고 */
body > header > div.head_inner > h1{float: left;width:87px;height:87px;z-index: 900; position:relative;bottom:-28px;left:0;}

/* 탑메뉴 */
.topMenu{float:right;}
.topMenu > dd{float:left;margin-top:3px;}
.topMenu > dd a{color:#fff;font-size:11px;}
.topMenu > dd a:hover{color:#2b8cc2;}
.topMenu > dd:nth-of-type(1){margin-right:9px;padding-right:9px;background:url(../images/bar.jpg) no-repeat 100% 50%;}
/*.topMenu > dd:nth-of-type(3){margin-left:21px;margin-top:0;width:174px;height:21px;background:#e8e8e8;}*/

/* 주메뉴 */
.gnb{padding:77px 0 0 260px;}
.gnb:after{content:"";display:block;clear:both;}
.gnb > ul > li{float:left;height:50px;font-size:18px;padding-left:40px;}
.gnb > ul > li > a{display:block;color:#fff;font-weight: 800;}
/*.gnb > ul > li:hover > a{color:#0083ca;}*/

/* 주메뉴하위 */
.gnb_inner{display:none;z-index:50;position:absolute;left:0;top:123px;width:100%;height:60px;background:#006297;/*opacity: 0.9;*/}
.gnb_inner1{z-index:60;position:relative;width:940px;height:60px;margin:0 auto;}

.gnb > ul > li > ul li.gnb_inner1 > ul{z-index:60;position:absolute;right:0;top:0;height:60px;}
.gnb > ul > li:nth-of-type(1) > ul li.gnb_inner1 > ul{position:absolute;right:377px;}
.gnb > ul > li:nth-of-type(2) > ul li.gnb_inner1 > ul{position:absolute;right:352px;}
.gnb > ul > li:nth-of-type(3) > ul li.gnb_inner1 > ul{position:absolute;right:72px;}
.gnb > ul > li:nth-of-type(4) > ul li.gnb_inner1 > ul{position:absolute;right:66px;}

.gnb > ul > li > ul li.gnb_inner1 > ul > li{float:left;padding-left:40px;line-height:60px;}
.gnb > ul > li > ul li > a{color:#fff;font-size:15px;}
.gnb > ul > li > ul li > a:hover{border-bottom:1px solid #fff;}

/*.gnb_inner1 > ul > li a{font-size:13px;line-height:2.2;}
.gnb_inner1 > ul > li a:hover{color:#0083ca;}*/

/* footer */
.foot_inner > div:after{content:"";display:block;clear:both;}

/* 하단로고 */
.foot_inner > .f_logo{float:left;padding-right:20px;}

/* 주소 */
.foot_inner > address{float:left;color:#777;padding:18px 0 0 15px;}
.foot_inner > p{float:left;color:#777;padding:5px 0 0 15px;}

/* header scrolled */
.scrolled{position: fixed;top: 0;width: 100%;height: 50px;background: #000;}
.header.scrolled {height: 100px;background: #000;border-bottom: none;}
body > header.scrolled > div.head_inner{width:940px;height:100px;margin:0 auto;}
body > header.scrolled > div.head_inner > h1{float: left;width:70px;z-index: 900; position:relative;top: 15px;left:0;}
.header.scrolled .gnb{padding:40px 0 0 260px;}
.header.scrolled .gnb > ul > li{float:left;height:100px;font-size:18px;padding-left:40px;}
.header.scrolled .gnb > ul > li > a{display:block;color:#fff;font-weight: 800;}
body > header.scrolled .gnb_inner{display:none;z-index:50;position:absolute;left:0;top:100px;width:100%;height:60px;background:#006297;}
