@CHARSET "utf-8";

@font-face {
	font-family: 'NanumGothic';
	src: url(NanumFont_TTF_ALL/NANUMGOTHIC.ttf) format('truetype');
}

body{
	margin:0;
	padding:0;
	font-family: 나눔고딕,NanumGothic,NG,돋움, Dotum, Arial, Helvetica, sans-serif;
	width: 100%;
    height: 100vh;
    background: #0b2b4c;
}

p{
	margin:0;
}

/* a{
	text-decoration: none;
	color:#333;
} */
.yr_end{
   position: absolute;
    left: 100%;
    top: -30%;
}

.signin{
	width:500px;
	border: 1px solid #fff;
	border-radius: 15px;
	background:rgba(255, 255, 255, .6);
	margin: 0 auto;
	position: relative;
    top: 25%;
    padding: 30px 30px 10px 30px;
}

.q_btn{
	position: absolute;
	right:20px;
}

.login_header{
    padding: 5px 25px;
    text-align: center;
}

.login_body{
    max-height: 400px;
    padding: 10px 0;
}

.notice_tit{
	font-weight: bold;
}

.control-group{
	width: 95%;
	margin: 0 auto;
 }

 .login_t{
	font-size: 14px;
	text-align: center;
 }
 
 .login_t tr{
 	padding: 0;
    margin: 0;
 }
 
 .login_t td>input{
 	width: 100%;
    /*height: 30px;*/
    padding: 5px;
    background: rgba(255, 255, 255, .3);
    border: 1px solid #fff;
    font-size: 14pt;
 }

.login_t td>input.login_btn{
	width:100%; 
	height:38px;
    background: #fff;
    border: 1px solid #0b2b4c;
    color: #285c92;
    font-size: 16pt;
    font-weight:bold;
    line-height: 18pt;
	cursor: pointer;
}

.login_t td>input.find_btn{
	width:100%; 
	height:35px;
    background: #0b2b4c;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    line-height: 16pt;
    font-size: 12pt;
}

.txt_box{
	background: rgba(255, 255, 255, .7);
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 10px;
	margin-top:	10px;
	font-size: 12pt;
}

.personal_chk{
	padding: 15px;
    width: 90%;
    margin: 0 auto;
    font-size: 15pt;
}
.personal_chk th{
	border-bottom: 1px solid #c5c5c5;
	padding: 20px 0;
	font-size: 20pt;
}
.personal_chk td{
	border-left: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
	padding: 10px 5px;
	font-size: 14pt;
	line-height: 18pt;
}

.personal_chk tr:last-child td{
	border-left:none;
	border-right:none;
	border-top:1px solid #c5c5c5;
}
.personal_chk td.chk_agree,
.personal_chk td.date,
.personal_chk td.p_info,
.personal_chk td.btm_sch_sign{
	text-align: center;
}
.notice_tit{
	font-size: 11pt;
	font-weight: bold;
	margin: 10px 0;
}
.notice_conts{
	font-size: 11pt;
	line-height: 15pt;
	margin: 10px 0;
}
.personal_chk td.btm_sch_sign{
	font-size: 18pt;
    font-weight: bold;
    padding: 25px 0;
}