@charset "euc-kr";

/* popup */
#popup_box {
	clear: left;
	border-top: 3px solid #506aac;
	width: 382px;
	padding: 0 10px;
}

#popup_box h1 { display: block;}

#popup_box .popup_con {
	border: 2px solid #889dcb;
	background-color: #fffee8;
	padding: 28px 0;
	text-align: center;
}

#popup_box .popup_con .text_c01 { color: #42629c;}
#popup_box .popup_con .text_c02 { color: #0d7adf;}
#popup_box .popup_con .text_c03 { color: #ee5201;}

#popup_box .popup_con .font_g { font-family: "Gulim", Arial, Helvetica, sans-serif;}

#popup_box table.zip_table {
	margin-top: 13px;
	border-top: 2px solid #889dcb;
}

#popup_box table.zip_table th {
	background-color: #f1f1f1;
	color: #627cb7;
	padding: 8px 0 7px 0;
	border-bottom: 1px solid #c1c1cb;
}

#popup_box table.zip_table td {
	color: #49495d;
	padding: 5px 6px 4px 6px;
	border-bottom: 1px solid #c1c1cb;
}

#popup_box table.zip_table td.center { text-align: center;}

#popup_box2 {
	clear: left;
	width: 674px;
	padding: 25px 14px 0 12px;
}

#popup_box2 h1 { 
	display: block;
	background: #7cb9c4 url(none);
	color: #ffffff;
	padding: 7px 10px 6px 17px;
	font-size: 100%;
	margin-bottom: 18px;
}

table.question_table {
	background-color: #88c1cb;
	margin-top: 7px;
}

table.question_table th {
	background-color: #fffee8;
	color: #03a19f;
	padding: 3px 6px 2px 6px;
}

table.question_table td {
	background-color: #f8f8f8;
	padding: 3px 6px 2px 6px;
	text-align: center;
}

table.question_table td.left {
	text-align: left;
	padding: 3px 6px 2px 10px;
}



/* CSS Document */

body {
	font-size: 75%;
	line-height: 140%;
	color: #4b4b4b;
	width: 100%;
	height: 100%;
}

body, div, p, ul, li, a, table, td, tr, h1, h2, h3, h4, h5, h6, form, input, span, iframe, select {
	margin: 0;
	padding: 0;
	font-family: "Dotum", Arial, Helvetica, sans-serif;
}

img {
	border: 0;
	vertical-align: top;
	padding: 0;
}

table, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

th {
	font-weight: bold;
	text-align: center;
}

h1, h2, h3 {
	display:none;
}

h1, h2, h3, h4, h5 ,h6 {
	line-height: 140%;
}

h1 {font-size: 200%;}
h2 {font-size: 180%;}
h3 {font-size: 160%;}
h4 {font-size: 140%;}
h5 {font-size: 120%;}
h6 {font-size: 100%;}

a { 
	font-size: 100%;
	line-height: 140%;
}

a:link, a:visited {
	color: #4b4b4b;
	text-decoration: none;
}

a:active, a:hover {
	color: #2789ce;
	text-decoration: none;
}

div { 
	font-size: 100%;
}

ul { 
	font-size: 100%;
}

li {	
	font-size: 100%; 
	line-height: 140%;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
}

p {
	font-size: 100%;
	line-height: 140%;
}

legend {
	display: none;
}

label {
	display: inline;
}

label.radio_chkbox_label {
	display: none;
}

hr { 
	display: none;
}

caption {
	display: none;
}

span.button, 
img.button, 
a.button {
	/*cursor: pointer;*/
	vertical-align: middle;
}

.hide{
	visibility: hidden;
	width: 0;
	height: 0;
}

em { font-style: normal;}

.content_box h3 { display: block;}