/*********** ¸®½ºÆ® ÇÏ´Ü ÆäÀÌÂ¡ ½ÃÀÛ ***************/
.list_paging {
	width: 100%;
	margin: 30px auto;
	text-align: center;
}

.list_paging a {
	font-size: 14px;
	border: 1px solid #a7a7a7;
	padding: 5px 10px;
	line-height: 100%;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e7e7e7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e7e7e7));
	background: -webkit-linear-gradient(top, #ffffff 0%, #e7e7e7 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #e7e7e7 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #e7e7e7 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #e7e7e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e7e7e7, GradientType=0);
}

.list_paging a.active {
	color: #F00;
	font-weight: bold;
}

.list_paging a.prev,
#list_paging a.next {
	color: #F00;
	font-weight: bold;
}

/*********** ¸®½ºÆ® ÇÏ´Ü ÆäÀÌÂ¡ Á¾·á ***************/

/*********** ·Î±×ÀÎ ½ÃÀÛ ***************/
.m_login_wrap {
	background-color: rgba(255, 255, 255, 0.6);
	text-align: center;
	max-width: 800px;
	margin: 0px auto;
}

.m_login_wrap h2 {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.3em;
	margin: 20px 0 0 0;
}

.m_login_wrap h2 span {
	font-weight: bold;
}

.m_login_title {
	font-size: 35px;
	color: #04619e;
	font-weight: 600;
	display: block;
	padding-bottom: 15px;
	border-bottom: 1px solid #e4e5e6;
}

.m_login_sbtitle {
	color: #04619e;
}

.m_login_sbtitle_cont {
	font-size: 14px;
	line-height: 20px;
	padding: 10px 0 30px 0;
	display: block;
	color: #888888;
}

.m_login_inputwrap {
	width: 350px;
	margin: 0 auto;
}

.m_login_box {
	width: 100%;
	margin-bottom: 10px;
	padding: 0px 13px;
	height: 48px;
	border: 1px solid #a8afb3;
}

.m_login_inputwrap .m_login_box:nth-child(2n) {
	margin-bottom: 0px;
}

.m_login_butsty {
	background: #04619e;
	color: #FFF;
	margin-top: 28px;
	font-size: 16px;
	padding: 0 15px;
	letter-spacing: 1px;
}

@media screen and (max-width: 500px) {

	.m_login_inputwrap {
		width: 100%;
	}

}

/*********** ·Î±×ÀÎ Á¾·á ***************/

/*********** ±Û¾²±â ½ÃÀÛ ***************/
.m_writingbut_wrap {
	text-align: center;
	padding-top: 15px;
}
.m_writingbut {
	min-width: 100px;
	font-size: 1.1em !important;
	font-weight: normal !important;
	margin: 0px 3px;
	border: 0;
	padding: 10px;
	background: #04619e;
	color: #fff;
	cursor: pointer;
	border-radius: 3px;
}

.m_writing_table input[type=text] {
	padding: 5px;
	border-radius: 4px;
	border: 1px solid rgb(204, 204, 204);
	border-image: none;
	height: 32px;
	color: rgb(51, 51, 51);
	line-height: 1.4285;
	letter-spacing: 0px;
	font-size: 14px;
	box-sizing: border-box;
	background-image: none;
	background-color: rgb(255, 255, 255);
}

.m_writing_table {
	line-height: 24px;
}

.m_writing_table th {
	padding: 10px 5px 10px 12px;
}

.m_writing_table td {
	padding: 10px 5px 10px 12px;
}

.m_writing_table .m_wr_bgcolor1 {
	background: #eff1f5;
}

.m_wr_line_bottom {
	border-bottom: 1px solid #dee1ce;
}

.m_wr_line_top {
	border-top: 3px solid #04619e
}

.m_wr_button_box {
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	color: #FFF;
}

.m_wr_butcolor1 {

	border: 1px solid #04619e;
	background: #04619e;

}

.m_wr_butcolor2 {

	border: 1px solid #5e5e5e;
	background: #5e5e5e;

}
/*********** ±Û¾²±â Á¾·á ***************/

