@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
input, button {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
  height: 100%;
  min-height: -webkit-fill-available
}
ul ,ol ,li {
  list-style: none;
}
body {
	height: 100%;
	margin: 0; 
	padding: 0; 
	font-size: 10px; 
	font-family: 'Noto Sans KR','Nanum Gothic',sans-serif; 
	min-width: 320px; 
	color: #363636;
	-webkit-text-size-adjust: 100%;
}
body { min-height:540px; }
body[orient="portrait"] { min-height:540px; }
body[orient="landscape"] { min-height:400px; }
input,select,button {
  vertical-align: middle;
}
img {
  vertical-align: top;
  -webkit-perspective: 1;
}
i, em, address {
  font-style: normal;
}
label, button {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  font-size: 12px;
}
a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
	text-decoration: none;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*:focus {
	outline: none;
}
input[type=text], 
input[type=button], 
input[type=password],
textarea, 
button {
	outline-style:none; 
	-webkit-appearance:none; 
	-webkit-border-radius:0;
	font-family: inherit;
}
input[type=text]::-webkit-input-placeholder,
input[type=button]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #C4C4C4;
	font-weight: 300;
}
input[type=text]:-moz-placeholder,
input[type=button]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #C4C4C4;
	opacity: 1;
	font-weight: 300;
}
input[type=text]::-moz-placeholder,
input[type=button]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
	color: #C4C4C4;
	opacity: 1;
	font-weight: 300;
}
input[type=text]:-ms-input-placeholder,
input[type=button]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #C4C4C4;
	font-weight: 300;
}
select {
	width: 100%;
	padding: 15px 20px;
	font-family: inherit;
	background: url('../images/ico-down.svg') no-repeat 98% 50%;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 18px;
	color: #000;
	cursor: pointer;
	border: 1px solid #e1e1e1;
}
select::-ms-expand {
	display: none;
}
select option {
	color: #000;
	font-size: 20px;
}
button {
	border: 0;
	padding: 0;
	font-family: inherit;
	background: transparent;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.ta_l {
	text-align:left; 
}
.ta_c {
	text-align:center; 
}
.ta_r {
	text-align:right; 
}
.block {
	display: block;
}
.table {
	display: table;
}
.row {
	display: table-row;
}
.cell {
	display: table-cell;
}
.clear:after {
	content: '';
	display: block;
	clear: both;
}
.hidden {
	display: none;
}
.w100 {
	width: 100%!important;
}
.fwb {
	font-weight: bold;
}
.fw800 {
	font-weight: 800;
}
.flex {
	display: flex;
}
.ch_box input {
	display: none;
}
.ch_box input + label {
	position: relative;
	font-size: 15px;
	cursor: pointer;
	letter-spacing: -1px;
}
.ch_box input + label:before {
	content: '';
	display: inline-block;
	vertical-align: -4px;
	width: 20px;
	height: 20px;
	background: #aaa url("../images/ico-check.png")no-repeat 50% 50% / auto 10px;
	border-radius: 5px;
	margin-right: 5px;
}
.ch_box input:checked + label:before {
	background-color: #f39c0f;
}
.ch_box input + label span {
	color: #d86e58;
}
.o_bg {
	background-color: #e83e00!important;
	color: #fff!important;
}