@charset "utf-8";

html, body{ height: 100%;}
body {margin:0;padding:0;font-family:"Pretendard"; font-size:0.93em;color:#111;font-weight:400; letter-spacing:-0.02em;}
input, select, button, textarea{font-family: 'Pretendard';font-weight: 400; font-size:1em;}
h1, h2, h3, h4, h5, h6, bold, strong, dt, th, b{ font-weight:600;}

a{text-decoration:none;color:#000;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;}


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{border:1px solid #ddd; height:35px; line-height:35px;border-radius: 5px;vertical-align: middle;}
input[type=button], input[type=submit], button{ cursor:pointer;border-radius: 5px;}
input[type=radio]{vertical-align:top;  border:none !important; height:auto !important;}
input[type=checkbox] { border:none !important;width:auto!important; height:auto!important;border-radius: 2px; vertical-align: middle;}

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") right center no-repeat; padding-left:10px !important; padding-right: 30px !important;border-radius: 5px;}
	
fieldset{border:none;margin:0; padding:0;}
form, input{margin:0;padding:0;}
legend{display:none !important; margin:0; padding:0;}
caption{overflow:hidden;width:0;height:0;line-height:0;text-indent:-9999px;}
ul,ol,li {list-style:none;}
em, i{font-style: normal;}


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%; }



/* Customize the label (the container) */
.form_guide{display: inline-block ;position: relative; vertical-align: middle; cursor: pointer; padding-left: 40px; font-size: 1em; line-height: 30px; margin: 1px 0; margin-right: 10px; -webkit-user-select: none; -moz-user-select: none;  -ms-user-select: none; user-select: none; box-sizing: border-box;}
.form_guide:first-child{margin-left:0px;}

/* Hide the browser's default checkbox */
.form_guide input { /*position: absolute;*/opacity:0;/*height: 0;width: 0;cursor: pointer; left: 0; top: 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;}
.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: #ff9600;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: 5px;width: 6px;height: 11px;border: solid white;border-width: 0 4px 4px 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
.radio .checkmark:after {top: 8px;left: 8px;width: 14px;height: 14px;border-radius: 50%;background: white;}


::selection {
  background: #e4780b;
  color: #FFF;
  text-shadow: none;
}