@charset "utf-8";
@import url("common.css");

html, body  {width: 100%; height: 100%;}
div.wrapper {width: 100%; height: 100%;}
div.wrapper .link_btn {cursor: pointer;}


/*****************************************************
 *
 * TOP
 *
*****************************************************/
div.top {
	width: 100%;
	height: 100px;
	background-color: #fff;
	box-shadow: 0px 1px 7px 0px #333;
	position: relative;
	z-index: 1000;
}
div.top > div {width: 1200px; height: 100%; margin: 0 auto; position: relative;}
div.top > div > h1.logo {width: auto; height: auto; top: 18px; left: 0px; position: absolute; z-index: 1001;}

div.top_login {
	width: 100%;
	height: auto;
	top: 5px;
	left: 0px;
	line-height: 140%;
	text-align: right;
	color: #ccc;
	font-size: 10pt;
	font-family: "NotoKrR", sans-serif;
	position: absolute;
}
div.top_login span {cursor: pointer;}

/*****************************************************
 *
 * NAV
 *
*****************************************************/
div.nav {width: 100%; height: 100%; padding-top: 40px;}
div.nav > ul {width: auto; height: auto;}
div.nav > ul li {
	width: 126px;
	height: 20px;
	line-height: 20px;
	font-size: 13pt;
	text-align: center;
	color: #111;
	border-left: 1px solid #ebebeb;
	float: right;
}
div.nav > ul li:first-child {border-right: 1px solid #ebebeb;}
div.nav .nav_btn {cursor: pointer;}

div.sub_nav {width: 100%; height: auto; top: 88px; left: 0px; position: absolute; z-index: 1002;}
div.sub_nav > div.list {
	width: 126px;
	height: 0px;
	/*padding-top: 7px;*/
	overflow: hidden;
	float: right;

	-ms-filter: "alpha(Opacity=0)"; /* IE 8 */
	filter: alpha(opacity=0);       /* IE 5-7 */
	-moz-opacity: 0;                /* Netscape */
	-khtml-opacity: 0;              /* Safari 1.x */
	opacity: 0;                     /* Good browsers */
}
div.sub_nav > div.list > div.icon {width: 100%; height: 7px; /*margin-top: -7px;*/ text-align: center;}
div.sub_nav > div.list > div.line {width: 100%; height: 3px; background-color: #2e9fff;}
div.sub_nav > div.list > ul {width: auto; height: auto;}
div.sub_nav > div.list > ul li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color: #1a85e1;
	font-size: 12pt;
}
div.sub_nav > div.list > ul li:first-child {height: 50px; line-height: 40px; padding-top: 10px;}
div.sub_nav > div.list > ul li:last-child  {height: 50px; line-height: 40px; padding-bottom: 10px;}
div.sub_nav .sub_nav_btn {cursor: pointer;}

/*****************************************************
 *
 * FOOTER
 *
*****************************************************/
div.footer {width: 100%; height: 150px; margin-top: 85px; background-color: #002157;}
div.footer > div.footer_contents {width: 1200px; height: 100%; margin: 0 auto; padding-top: 50px;}
div.footer > div.footer_contents ul {width: auto; height: auto;}
div.footer > div.footer_contents ul li {
	width: 100%;
	height: auto;
	line-height: 180%;
	text-align: center;
	font-size: 11pt;
	font-family: "NotoKrR", sans-serif;
	color: #fff;
}