BODY {
	padding:0px;
	margin:0px;
	/*overflow-x:hidden;*/
	background-color:#bcd3ef;
}

#bookshelf-container {
	border:0px solid black;
	width:1014px;
	min-width:1014px;
	margin:0px auto 0px auto;
}
.bookshelf-logo {
	border:0px solid black;
	background-image:url('/0.images/bookshelf-logo.png');
	/*background-size:100% 100%;
	*/
	background-position:center;
	background-repeat:no-repeat;
	background-size:auto 100%;
	width:1015px;
	min-width:1015px;
	height:109px;
	margin:50px auto 20px auto;
}
.bookshelf {
	border:0px solid black;
	background-size:100% 100%;
}
.bookshelf-foot {
	border:0px solid black;
	width:1015px;
	min-width:1015px;
	margin:10px auto 60px auto;
	font-size:20px;
	line-height:170%;
	text-align:center;
}


#frame_main {
	border:0px solid black;
	background-color:white;
	width:100%;
	min-width:1400px;
	min-height:450px;
	padding:50px 0px 100px 0px;
}

.page_subject {
	border:0px solid black;
	text-align:center;
	padding:0px 0px 30px 0px;
	font-size:30px;
}

.table1 {
	border-bottom:1px solid #ABABAB;
	border-right:1px solid #ABABAB;
}
.td1 {
	width:150px;
	text-align:center;
	background-color:#e7eff3;
	padding:10px 20px;
	border-top:1px solid #ABABAB;
	border-left:1px solid #ABABAB;
}
.td1-1 {
	text-align:center;
	background-color:#e7eff3;
	padding:10px 20px;
	border-top:1px solid #ABABAB;
	border-left:1px solid #ABABAB;
}
.td2 {
	padding:10px 20px;
	border-top:1px solid #ABABAB;
	border-left:1px solid #ABABAB;
}


.selectstyle {
	height:35px;
	font-size:15px;
	padding:0px 10px;
}
.textstyle {
	height:35px;
	font-size:15px;
	padding:0px 10px;
	font-family:'Malgun Gothic';
}
.filestyle {
	height:35px;
	font-size:15px;
	padding:0px 0px;
}
.buttonstyle {
	height:35px;
	font-size:15px;
	padding:0px 10px;
	min-width:100px;
}
.radiostyle {
	width: 25px;
	height: 25px;
	cursor: pointer;
}
.radiotext {
	cursor: pointer;
}
.radiobox {
	border:0px solid #000000;
	margin-right:30px;
	/*
	background-color:#EFEFEF;
	border-radius:20px;
	padding:5px 20px 5px 15px;
	margin-left:50px;
	*/
}


.anibtn {
	border:2px solid #246eb9;
	border-radius:3px;
	background-color:#246eb9;
	width:200px;
	padding:5px;
	margin:0px 10px;
	color:white;
	transition: all 0.1s linear;
	
	float:left;
	cursor:pointer;
	font-family: 'NanumSquareAcb';
	font-size:17px;
	text-align:center;
}
.anibtn:hover {
	border:2px solid #246eb9;
	background-color:white;
	width:250px;
	color:#246eb9;
	transition: all 0.1s linear;
}


