/* CSS Document */
body,
p,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
table,th,td,
form,fieldset,legend,input,textarea,
button,select {
	margin:0;padding:0;
	-webkit-text-size-adjust: none;
}

table{ margin-top: 7px;
}

body {
 line-height: 1.25em;
 font-size: 14px;
 color: #000;
}

hr { border-bottom-color:#d4d4d4;}

img { border: none; }

/* Á¦¸ñ »çÀÌÁî */	
h1 {
	font-weight:600;
	font-size: 19px;}
h2 {
	margin-left: 10px;
	font-weight:600;
	font-size: 17px;}
h3 {
	margin-left: 15px;
	font-weight:600;
	font-size: 14px;}
h4 {
	margin-left: 20px;
	font-weight:600;
	font-size: 13px;}

/* ÆùÆ® ±½°Ô */
.strong {
	font-weight:600;}

/* ÅØ½ºÆ® ¸µÅ© ½ºÅ¸ÀÏ*/
a:link,
a:visited{
	color: #383878;
	text-decoration: none;}
a:hover {
	color:#383878;}
a:active {
	color: #383878;}

/* ¸µÅ©ÀÌ¹ÌÁö */
.btn_img {
	cursor:pointer;}

/* form ½ºÅ¸ÀÏ */
input { 
	font-family:WF,Dotum,AppleGothic,sans-serif; 
	font-size: 13px;
	border: 1px solid #0099FF;
	height: 20px;
	padding: 0 7px 0 7px;
	vertical-align: middle;
}
input.tel {
	width: 40px;
}
input.name {
	width: 100px;
}
select { 
	font-family:WF,Dotum,AppleGothic,sans-serif; 
	font-size:12px;
	border: 1px solid #0099FF;
	height: 22px;
	padding: 0 0 0 7px;
}
textarea { 
	font-family:WF,Dotum,AppleGothic,sans-serif; 
	font-size: 13px;
	border: 1px solid #0099FF;
	padding: 0 7px 0 7px;
}

radio,
check {
	border:0px;}

/* Ç¥ÁØ Å×ÀÌºí(th »ó´Ü±¸Á¶) */
.df_table {
	border-collapse: collapse;
	border-top: 2px solid #506180;  /* Å×ÀÌºí À­ÁÙ */
	border-bottom: 2px solid #506180;  /* th Å×ÀÌºí ¹ØÁÙ */}
.df_table th {
	text-align: center;
	border-bottom: 2px solid #676767;  /* th ¹ØÁÙ */
	background-color:#617bab;  /* th ¹è°æ»ö */
	color: #ffffff; /* th ÆùÆ®»ö */
	height: 30px;}
.df_table td {
	padding: 7px;
	border-right: 1px dotted #4c4c4c;
	border-left: none;
	border-bottom: 1px dotted #4c4c4c;
}

/* Ç¥ÁØ Å×ÀÌºí(th ¿ìÃø±¸Á¶) */
.dfr_table {
	border-collapse: collapse;
	border-top: 2px solid #545b7a;  /* Å×ÀÌºí À­ÁÙ */
	border-bottom: 2px solid #5e5e5e;  /* th Å×ÀÌºí ¹ØÁÙ */}
.dfr_table th {
	text-align: center;
	border-bottom: 1px dotted #4c4c4c;  /* th ¹ØÁÙ */
	background-color:#000033;  /* th ¹è°æ»ö */
	color: #ffffff; /* th ÆùÆ®»ö */
	height: 30px;}
.dfr_table td {
	padding: 7px;
	border-right: 1px dotted #4c4c4c;
	border-left: none;
	border-bottom: 1px dotted #4c4c4c;
}

.lastTd {
	border-right: none !important;}

/* Å×ÀÌºí caption ½ºÅ¸ÀÏ */	
.caption {
	font-size:16px; font-weight:600; margin-bottom:15px;
}
.caption2 {
	font-size:14px; font-weight:600; margin-bottom:5px;
}

/* ¹öÆ° ±×·ì */
.btn_box{
	margin: 15px 0 0 0;
	width: 100%;
}
.btn_grop {
	width: 100%;
}
.btn_grop {
	text-align: right;
}

/* °Ë»ö ±×·ì */
.search_box {
	border: 3px solid #90adc4;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.search_box img {
	vertical-align: middle;
}

.ver_img {
	vertical-align: middle;
}

.mart_br { margin-top: 5px; }

.clearer { clear:both }

.pointer { cursor: pointer; }

.txtCenter { text-align: center; }