/* basic */
h1 {
	line-height: 60px;
}

a:link {
	color: rgba(255,255,255,0.8);
	text-decoration: none;
	overflow: hidden;
}
a:visited {
	color: rgba(255,255,255,0.7);
	text-decoration: none;
	overflow: hidden;
}
a:active {
	color: rgba(255,255,255,0.7);
	text-decoration: none;
	overflow: hidden;
}
a:hover {
	color: rgba(0,0,0,0.65);
	text-decoration: none;
	overflow: hidden;
}


/* move */
html, body {
	width: 100%;
	height: 100%;
}

.content {
	width: 100%;
	height: 100%;
	margin: 0px auto;
}

/* 메인페이지 */

#wrap {
	/* width: 100%; */
	text-align: left;
	position: absolute;
	top: calc((100% - 600px) / 2);
}

#stare-background {
	width: 100%;
	height: calc( 100% - 100px );
}

#main_title {
	margin:0 auto;
	width:980px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Malgun Gothic, 맑은고딕, Nanum Gothic, NanumGothic, 나눔고딕, NanumGothicWebc;
	background: rgba(255, 255, 255, 0.5);
	padding: 5px;
}

#main_contents {
	margin: 0 auto;
	width: 1000px;
	font-size: 30px;
	font-weight: 800;
	position: relative;
	vertical-align: middle;
}

#main_contents>div[class] {
	/*box-shadow: 0px 0px 2px 0px #999;*/
	border:rgba(0,0,0,0.0) 5px solid;
	 /* border-radius: 3px;2015-06-25 */
	text-align: left;
	padding: 14px 20px;
	margin: 10px;
	position: absolute;
	line-height: 0.5em;
}

#main_contents>div[class]:hover {
	border: rgba(255,255,255,0.3) 5px solid;
	position: absolute;
}

#footer {
	font-size:11px;
	position: absolute;
	right: 15px;
	top: 500px;
	font-family: Verdana, Malgun Gothic, 맑은고딕, Nanum Gothic, NanumGothic, 나눔고딕, NanumGothicWebc;
}


.login-b {
	/*box-shadow: 0px 0px 2px 0px #999;*/
	border:rgba(0,0,0,0.0) 5px solid;
	 /* border-radius: 3px;2015-06-25 */
	text-align: left;
	margin: 5px;
	line-height: 0.5em;
}
.login-b:hover{
	border: rgba(255,255,255,0.3) 5px solid;
}

.login-button{
	background: none;
	border: none;
}


/* 로그인폼 */

#login-box {
	font-family: Verdana, Malgun Gothic, 맑은고딕, Nanum Gothic, NanumGothic, 나눔고딕, NanumGothicWebc;
	width: 440px;
	height: 480px;
	background: rgba(0,0,0,0.6);
	padding: 20px;
	margin: 10px;
	text-align: left;
	border: rgba(0,0,0,0.0) 5px solid;
	/* border-radius: 5px; 2015-06-25 */
	position: absolute;
	top:0px;
	right:0;
}

#login-box:hover {
	border: rgba(255,255,255,0.3) 5px solid;	
}


#login-box input {
	font-size: 18px;
	color: #ccc;
	font-weight: 500;
	margin: 25px 0;
	padding: 0px 20px;
}
#login-box input:first-of-type {
	margin-top: 30px;
}

#login-box li {
	font-size: 16px;
	text-align: left;
	color: #fff;
	font-weight: normal;
}

/* 로그인 관리자 폼*/

#login-admin-box {
	font-family: Verdana, Malgun Gothic, 맑은고딕, Nanum Gothic, NanumGothic, 나눔고딕, NanumGothicWebc;
	width: 440px;
	height: 460px;
	background: rgba(0,0,0,0.6);
	padding: 20px;
	margin: 10px;
	text-align: left;
	border: rgba(0,0,0,0.0) 5px solid;
	/* border-radius: 5px; 2015-06-25 */
	position: absolute;
	top: 70px;
	left: 27%;
}

#login-admin-box:hover {
	border: rgba(255,255,255,0.3) 5px solid;	
}


#login-admin-box input {
	font-size: 18px;
	color: #ccc;
	font-weight: 500;
	margin: 25px 0;
	padding: 0px 20px;
}
#login-admin-box input:first-of-type {
	margin-top: 30px;
}

#login-admin-box li {
	font-size: 16px;
	text-align: left;
	color: #fff;
	font-weight: normal;
}

.btn-login {
	width: 100%;
	margin: 80px 0;
	text-align: center;
	display: inline-block;
	padding: 15px 30px;
	border: 2px solid #fff;
	text-transform: uppercase;
	letter-spacing: 0.015em;
	font-size: 23px;
	font-weight: 700;
	line-height: 1;
	border-radius: 0px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.4s;
		 -moz-transition: all 0.4s;
			 -o-transition: all 0.4s;
					transition: all 0.4s;
}
.btn-login:hover {
	color: #555;
	background: rgba(251,251,251,0.8);
}

.report-box{
	width: 100%;
    margin: 10px 0;
    text-align: center;
    display: inline-block;
    padding: 15px 30px;
    border: rgba(255,255,255,0.3) 5px solid;
    /* text-transform: uppercase; */
    letter-spacing: 0.015em;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

/* 로그인 페이지 */

.announce li a:link {
	color: rgba(255,255,255,0.7);
	text-decoration: none;
	overflow: hidden;
}
.announce li a:visited {
	color: rgba(255,255,255,0.7);
	text-decoration: none;
	overflow: hidden;
}
.announce li a:active {
	color: rgba(255,255,255,0.7);
	text-decoration: none;
	overflow: hidden;
}
.announce li a:hover {
	color: rgba(0,0,0,0.65);
	text-decoration: none;
	overflow: hidden;
}


.announce {
	float:left;
	position:relative;
	z-index: 101;
}

.announce ul {
/*	height: 100%;*/
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

/*
.announce li {
	color: rgba(255,255,255,0.7);
	text-decoration: none;
	background-position: center left;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	/*margin: 0px 0px 10px 0px;*/
/*	padding: 0px 0px 0px 0px;*/
	/*height: 13px;*/
/*	overflow: hidden;*/
/*	z-index: 10;
}
*/

.schedule {
	display: inline-block;
	position: absolute;
	left: -5px;
	top: -5px;
	width: 250px;
	height: 220px;
	border-radius:5px;
	overflow: hidden;
	z-index: 100;
	background: rgba(255,255,255,0.3);
}

.schedule:hover {
	width: 400px;
	height: 220px;
}

.faq,#main_contents>div[class] {
	width: 530px;
	height: 480px;
}

.faq,#main_contents>div[class],#login-box {
	border-radius: 1px;
}

.faq {
	display: inline-block;
	position: absolute;
	left: -5px;
	top: -5px;
	/* border-radius:5px; 2015-06-25 */
	overflow: hidden;
	background: rgba(255,255,255,0.3);
	margin: 0px 0px 15px 0px;
	padding: 45px 18px 0px 22px;
}

/*.faq:hover {
	width: 400px;
	height: 220px;
}2015-06-25 */

.faq li {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 12px;
}

.call-center {
	display: inline-block;
	position: absolute;
	left: -5px;
	top: -5px;
	width: 250px;
	height: 220px;
	border-radius:5px;
	padding: 25px;
	font-family: Verdana, Malgun Gothic, 맑은고딕, Nanum Gothic, NanumGothic, 나눔고딕, NanumGothicWebc;
}

#call-center {
	width: 250px;
	height: 220px;
	border: rgba(0,0,0,0.0) 5px solid;
	border-radius: 5px;
	text-align: left;
	padding: 20px;
	margin: 10px;
	position: absolute;
	z-index: 1;
}



/* 기본요소 */

.title {
	width: 100px;
	height: 30px;
	background-image: url('../img/text.png');
	background-size: 400%;
	margin: 0px 0px 0px 0px;
	text-align: right;
}

.title-text {
	width: 100%;
	height: 30px;
	margin: 15px 0px 5px 0px;
	text-align: left;
	font-family: Verdana, Malgun Gothic, 맑은고딕, Nanum Gothic, NanumGothic, 나눔고딕, NanumGothicWebc;
	color: #fff;
	font-size: 0.8em;
}

.title-add {
	width: 35px;
	height: 30px;
	position: absolute;
	top: 20px; 
	right: 20px;
	font-size: 11px;
	color: rgba(255,255,255,0.8);
	font-family: Verdana, Malgun Gothic, 맑은고딕, Nanum Gothic, NanumGothic, 나눔고딕, NanumGothicWebc;
}


/* 팝업 */
.t_view  {
	position: absolute; 
	left: 30%; 
	top: 80%; 
	z-index:100; 
	background: #fff; 
	border: 1px solid #dbdbde;
	border-radius: 5px;
	display: none; 
	padding: 10px;
}

  table {
	width: 100%; 
  }

.v_title {
	width: 100px;
	height: 30px;
	position: relative;
	float: left;
	background-image: url('../img/text.png');
  }

.b_close {
	position: absolute;
	top: 6px;
	right: 10px;
	width: 30px;
	height: 30px;
	background-image: url('../img/icon-white.png'); 
	background-position: -24px -154px;
	cursor: pointer;
  }

.layer-pop {
    position: absolute;
	top: 230px;
    left: 50px;
    z-index: 1000;
    background: #fff;
    display: none;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 480px;
	height: 620px;
}

.lang-radio{
	color: #ffffff;
    font-size: 22px;
    text-align: right;
    margin-bottom: 15px;
}

.login-paper-down {
	margin: 0;
}

.paper-down-btn {
    width: 100%;
	text-align: center;
    display: inline-block;
    padding: 17px 15px;
    border: none;
	border-bottom: 1px solid #56575D;
    text-transform: uppercase;
    letter-spacing: 0.015em;
/*    font-size: 23px;*/
    font-weight: 700;
/*    line-height: 1.09;*/
    border-radius: 0px;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 16px;
    line-height: 22px;
}

.paper-down-icon {	
	color: #56575D;
	background-color: rgba(255,255,255,0.5);
}

.school-find{
	line-height: 0px;	
}

.school-find a:visited{
	color: #56575D;
	background-color: rgba(255,255,255,0.5);
} 
.school-find a:link{
	color: #56575D;
	background-color: rgba(255,255,255,0.5);
} 

.school-find a:hover {
	color: #fff;
	background-color: rgba(86,87,93,1);
}


.login-notelist {
	margin-top: 20px;
}

#input-list table {
	height: 100px;
	background-color: rgba(86,87,93,0.1);
	margin-bottom: 10px;
}

#input-list td {
	font-size: 16px;
	font-weight: bold;
    line-height: 2;
	padding-left: 10px;
}

#input-list a{
	color: rgba(0,0,0,0.7);
}

#input-list tr{
	border-bottom: 1px solid #dddddd;
}
    
#input-list tr:hover {
    background-color: rgba(255,255,255,0.3);
    text-decoration: none;
    overflow: hidden;
}

#input-list tr:link {
    background-color: rgba(0,0,0,0.7);
    text-decoration: none;
    overflow: hidden;
}

.system-btm {
	margin-left: 3px;
	position: absolute;
    top: 258px;
	
}

/* 자료다운로드 */

.main-download {
	float: right;
	width: 20px;
    height: 20px;
    background: url("../img/icon-download.png") right no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 2px;
	margin-right: 8px;
}


/* 로그인 */

#login-button {
    position: relative;
    top: 334px;
	left: 5px;
}

.login-button {
    width: 245px;
	height: 120px;
    text-align: center;
    display: inline-block;
    padding: 15px 30px;

    text-transform: uppercase;
    letter-spacing: 0.015em;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;

    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}



.login-b {
    float: left;
}


.id-password-box {
    height: 50px;
	border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.find {
	width: 100%;
	float: left;
    color: #ffffff;
    font-size: 22px;
    text-align: left;
    list-style: none;
}

.find li {
	float: right;
}

.find a {
	margin: 30px;
}

/* 로그인 - 온라인 */
.login_box_2 {
    width: 100%;
    height: 100%;
    filter: alpha(opacity=100);
    opacity: 10;
    border-radius: 3px;
    padding: 30px 0px 0px 10px;
}

.login_box_2 ul {
    margin: 0;
    padding: 0;
/*    list-style: none;*/
}

.login_box_2 td {
    width: 50px;
	height: 36px;
	font-size: 14px;
	font-weight: bold;
    text-align: center;
	border-right: rgba(255,255,255,0.2) 1px solid;
	color: rgba(255, 255, 255, 0.7);
}

/* 로그인 - 온/오프라인 */

.login-offline-title-text {
    width: 100%;
    height: 36px;
    text-align: left;
/*    font-family: Verdana, Nanum Barun Gothic, 맑은고딕, Malgun Gothic, Dotum, sans-serif;*/
    color: #fff;
    font-size: 0.7em;
}

.login-offline_box {
    width: 100%;
    filter: alpha(opacity=100);
    opacity: 10;
    border-radius: 3px;
}



.login-offline_box ul {
	margin-bottom: 30px;
    padding: 0;
/*    list-style: none;*/
}

.login-offline_box td {
    width: 20%;
	height: 33px;
	font-weight: bold;
    text-align: center;
	border-right: rgba(255,255,255,0.2) 1px solid;
}

.offline-box {
	 width: 100%;
	 height: 100px;
	 margin-top: 20px;
}

.table-subject {
	background-color: rgba(255,255,255,0.2);
	color: rgba(255,255,255,0.7);
}

.table-subject td {
	border-right: rgba(255,255,255,0.2) 1px solid;
	border-bottom: rgba(255,255,255,0.2) 1px solid;
}



.id-password-box {
    height: 50px;
	border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}