@charset "utf-8";
/* CSS Document */

/* common ----------------------------------------------------------------- */
body {
	font-family: '나눔고딕', sans-serif;
	font-size: 16px;
	color: #333;
	margin: 0;
	padding: 0;
}
table { border-collapse: collapse; }
div, ul, li, button, img, ol, h3, h4, h5, h6, input, section, p {
	padding: 0;
	margin: 0;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
input[type="radio"], input[type="checkbox"], button { cursor: pointer; }
img, button { border: 0; }
b { font-weight: 600; }
.color_r { color: red; }
.color_b { color: blue; }
/*01.약관동의*****************************************************/
#MainTable {
	width: 100%;
	height: auto;
}
#MainTable h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 60px;
}
#MainTable h4 span { font-size: 14px; }
.sign_nav {
	margin-bottom: 20px;
	display: flex;
}
.sign_nav > li {
	float: left;
	width: 33.3%;
	padding: 20px 0;
	text-align: center;
	border-bottom: 3px solid #ddd;
}
.sign_nav > li::after {
	content: ">";
	float: right;
	color: #aaa;
}
.sign_nav > li:last-child::after { content: none; }
.on {
	border-bottom: 3px solid #1761a9 !important;
	font-weight: 600;
	color: #1761a9;
}
.all_check > div {
	margin-bottom: 40px;
	background: #e9e9e9;
	text-align: center;
	padding: 15px 0;
	font-weight: 600;
}
.all_check input[type="checkbox"] {
	width: 18px;
	height: 18px;
	padding: 0;
	vertical-align: middle;
}
.con_box {
	border: 1px solid #ddd;
	height: 200px;
	overflow-y: scroll;
}
.con_box > article {
	padding: 0 30px 30px 30px;
	background: #f7f7f7;
}
#contents_section {
	font-size: 15px;
	line-height: 130%;
}
#contents_section h3 {
	font-weight: 500;
	border-bottom: 1px dotted #1e558c;
	padding: 60px 0 15px 0;
}
#contents_section h4 {
	font-size: 16px;
	margin-top: 40px;
}
#contents_section ol { padding-left: 30px; }
#contents_section ol li {
	margin: 5px;
	color: #104b85;
}
#contents_section li {
	margin-bottom: 10px;
	color: #000;
}
.listyle_none { list-style: none; }
.down_link { padding-bottom: 10px; }
.con_choose ul {
	display: flex;
	margin: 10px 0;
	justify-content: flex-end;
}
.con_choose ul li { padding-right: 15px; }
.list {
	list-style: disc;
	padding-left: 30px;
}
/*테이블****************************************************/
.table01 {
	border-top: 2px solid #1761a9;
	width: 100%;
}
.table01 tr { border-bottom: 1px solid #ddd; }
.table01 th {
	background: #f7f7f7;
	text-align: center;
	padding: 0;
	font-weight: 500;
	width: 25%;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.table01 td {
	padding: 15px;
	word-break: keep-all;
	border-right: 1px solid #ddd;
}
.th_use {
	padding: 15px !important;
	width: auto !important;
}
.table02 {
	border-top: 2px solid #1761a9;
	border-bottom: 2px solid #1761a9;
	width: 100%;
	background: #fff;
}
.table02 tr { border-bottom: 1px solid #ddd; }
.table02 th {
	text-align: center;
	padding: 10px;
	font-weight: 500;
	width: 25%;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.table02 td {
	padding: 5px;
	word-break: keep-all;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.btn_wrap {
	width: 100%;
	text-align: center;
	margin-top: 60px;
}
.btn_sub01 {
	width: 200px;
	padding: 15px 0;
	border: 1px solid #1761a9;
	background: #fff;
	color: #1761a9;
	font-size: 18px;
}
.btn_sub02 {
	width: 200px;
	padding: 15px 0;
	border: 1px solid #1761a9;
	background: #1761a9;
	color: #fff;
	font-size: 18px;
	margin: 0 5px;
}
/*02.회원정보입력*****************************************************/
.btn_form {
	padding: 5px 10px;
	background: #1761a9;
	color: #fff;
	border-radius: 3px;
	font-size: 15px;
	border: 0;
}
.tip_from {
	font-size: 15px;
	color: red;
	padding: 6px 0;
}
.sign_ctn02 input[type=text], .sign_ctn02 input[type=password] {
	border: 1px solid #bbb;
	padding: 6px;
	color: #666666;
	font-size: 15px;
}
.sign_ctn02 select {
	border: 1px solid #bbb;
	padding: 6px;
	color: #666666;
	font-size: 15px;
	width: 300px;
}
.t_no {
	color: #ff5d15;
	background: url(../../images/tno.png) no-repeat top;
	padding-top: 12px;
}
.t_ok {
	color: #00b20d;
	background: url(../../images/tok.png) no-repeat top;
	padding-top: 12px;
}
.t_Rlist label { margin-right: 20px; }
/*03 가입완료**********************************************************/
.sign_ctn03 > div {
	text-align: center;
	width: 100%;
}
.sign_ctn03 div > p {
	font-weight: 500;
	font-size: 25px;
	color: #0591de;
	padding: 300px 0 10px 0;
	background: url(../../images/sign_ctn03_top1.png) no-repeat center 50px;
}
/*도로명 주소찾기*******************************************************/
.mtd1 {
	color: #777777;
	font-size: 15px;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px 0 10px 0;
}
input[type="text"], select {
	padding: 5px 0;
	font-size: 15px;
}
.mtd2 {
	color: #666666;
	border-bottom: 1px solid #DDDDDD;
	padding: 5px 20px 5px 20px;
}
.textbox { padding: 5px 10px 5px 10px; }
.fs9pt { font-size: 14px; }
.pop_table strong { font-weight: 500; }
#schm12, #schm21, #schm32, #schm32, #schm72, #schm41 { padding-left: 15px; }
#schm22, #schm42, #schm92 { padding-left: 25px; }
.mg_t15 { margin-top: 15px; }
.tabel_ss {
	font-family: '나눔고딕', sans-serif;
	font-size: 16px;
	color: #333;
	margin: 0;
	padding: 0;
}
.p_in {
	color: blue;
	font-size: 14px;
}
/* 웹접근성 적용 */
.alt_hiddenbox {
	display: block;
	height: 0;
	width: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.wa_hidden {
	font-size: 0 !important;
	width: 0 !important;
	height: 0 !important;
	display: none;
}
/* 회원가입 약관동의 체크박스 *****************************************************/
#agree_box h4 {
	border-bottom: 2px solid #1761a9;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#agree_box ul {
	margin: 0 auto;
	margin-top: 20px;
	width: 96%;
	float: none;
}
#agree_box ul li {
	border: 1px solid #999;
	border-radius: 10px;
	padding: 13px;
	margin-bottom: 8px;
	width: 97%;
}
#agree_box ul li a {
	display: inline-block;
	float: right;
	text-decoration: none;
	color: #fff;
	background: #aaa;
	border-radius: 5px;
	padding: 5px;
	font-size: 14px;
	margin-top: -3px;
}
#agree_box ul li a:hover { background: #1761a9; }
#agree_box label { cursor: pointer; }
#agree_box input[type=checkbox] {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 10px;
}
#agree_box .color_r { font-weight: 600; }
/* 회원가입 약관 레이어 *****************************************************/
.layer_box {
	display: none;
	position: fixed;
	width: 76%;
	height: 56%;
	top: 20%;
	left: 10%;
	background: #fff;
	border: 3px solid #000;
	border-radius: 30px;
	padding: 2%;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.layer_box article {
	width: 100%;
	height: 84%;
	overflow-y: auto;
	font-size: 15px;
	line-height: 130%;
}
.layer_box article h3 {
	font-weight: 500;
	border-bottom: 1px dotted #1e558c;
	padding: 60px 0 15px 0;
}
.layer_box article h4 {
	font-size: 16px;
	margin-top: 40px;
}
.layer_box article ol { padding-left: 30px; }
.layer_box article ol li {
	margin: 5px;
	color: #104b85;
}
.layer_box article li {
	margin-bottom: 10px;
	color: #000;
}
.layer_box .layer_close {
	position: absolute;
	display: block;
	top: 15px;
	right: 15px;
	width: 48px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	color: #333;
	font-family: Gmarket_S_B;
	font-size: 28px;
	text-decoration: none;
}
#openLayer2 { height: 29%; }
#openLayer3 { height: 53%; }
#openLayer4 { height: 40%; }
#openLayer5 { height: 46%; }
