﻿@charset "utf-8";

body {font-size:0.93em;margin:0;padding:0;font-family:"esamanru";color:#000;font-weight:300;}
input, select, button, textarea{font-family:"esamanru"; font-size:0.93em;}
h1, h2, h3, h4, h5, h6, bold, strong, dt, th, b{ font-weight:300; }

a{text-decoration:none;color:#444;border:none;margin:0;padding:0;}
a:visited{text-decoration:none;border:none;}
a:active{text-decoration:none;border:none;}
a:hover{text-decoration:none;border:none;}

em, i, address{ font-style:normal;}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
div, p, ul, ol, li, img, a, table, td, th, tr, h1, h2, h3, h4, h5, h6, form, input, span, iframe, dl, dt, dd, caption  {margin:0;padding:0;border:none;}

img, input.image, button {border:0 none; vertical-align:middle; }
table{border-collapse:collapse; vertical-align:middle;}

a, button, submit{transition: .2s ease-out}
input[type=text], input[type=password], input[type=tel], input[type=email]{padding:0 2%;border-radius: 5px;line-height:40px;}
input[type=button], input[type=submit], button{ cursor:pointer;}
input[type=radio]{vertical-align:middle;  border:none !important; height:auto !important;}
input[type=checkbox] { vertical-align:middle;  border:none !important;width:20px; height:20px;}

select::-ms-expand {display:none !important;}
select {-moz-appearance:none !important; /* Firefox */
 -webkit-appearance:none !important; /* Safari and Chrome */
 appearance:none !important;}
select{ background:#fff url("/images/board/select_arrow.png") 90% center no-repeat; padding-left:10px; padding-right: 30px; border: 1px solid #ddd;}
	
fieldset{border:none;margin:0; padding:0;}
form, input{margin:0;padding:0;}
legend{display:none; margin:0; padding:0;}
caption{overflow:hidden;width:0;height:0;line-height:0;text-indent:-9999px;}
ul,ol,li {list-style:none;}

hr{visibility:hidden;overflow:hidden;position:absolute;width:0;height:0;font-size:0;line-height:0;}

h1 { font-size: 200%; }
h2 { font-size: 180%; }
h3 { font-size: 160%; }
h4 { font-size: 140%; }
h5 { font-size: 120%; }
h6 { font-size: 100%; }

#container h4{background: url("../images/inc/bullet01.png") left 8px no-repeat;padding-left: 20px;font-size: 20px;letter-spacing: -0.01em;margin-bottom: 20px; font-weight: 500;}


/* Customize the label (the container) */
.form_guide{display:inline-block;position: relative; vertical-align: middle; padding-left: 35px; cursor: pointer; font-size: 16px; -webkit-user-select: none; -moz-user-select: none;  -ms-user-select: none;user-select: none; margin-right: 20px; height: 30px; line-height: 30px;}

/* Hide the browser's default checkbox */
.form_guide input { position: absolute;opacity: 0;cursor: pointer;height: 0;width: 0; left:0;}

/* Create a custom checkbox */
.form_guide .checkmark {position: absolute;top: 0;left: 0;height: 30px;width: 30px;background-color: #fff;border: 1px solid #ddd; display: inline-block; line-height: 30px; z-index: 5;}
.check .checkmark {border-radius: 5px;}
.radio .checkmark {border-radius: 50%;}

/* On mouse-over, add a grey background color */
.form_guide:hover input ~ .checkmark {background-color: #ccc;}

/* When the checkbox is checked, add a blue background */
.form_guide input:checked ~ .checkmark {background-color: #3848ad;border: none; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {content: "";position: absolute;display: none;}

/* Show the checkmark when checked */
.form_guide input:checked ~ .checkmark:after {display: block;}

/* Style the checkmark/indicator */
.check .checkmark:after {left: 11px;top: 7px;width: 5px;height: 10px;border: solid white;border-width: 0 3px 3px 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
.radio .checkmark:after {top: 9px;left: 9px;width: 12px;height: 12px;border-radius: 50%;background: white;}

	/* 체크 라디오 사용방법
<label class="form_guide check">
<input type="checkbox">
<span class="checkmark"></span>
</label>


<label class="form_guide radio">
  <input type="radio" name="radio">
  <span class="checkmark"></span>
		위 내용에 동의합니다.
</label>
		
		*/



::selection {
  background: #e4780b;
  color: #FFF;
  text-shadow: none;
}