@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 {
	margin: 0; 
	padding: 0; 
	font-size: 12px; 
	font-family: Arial,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
	min-width: 300px; 
	color: #000;
	background: #fff;
	-webkit-text-size-adjust: none;
	letter-spacing: -0.5px;
}
input,select,button {
  vertical-align: middle;
}
img {
  vertical-align: top;
  -webkit-perspective: 1;
}
i, em, address {
  font-style: normal;
}
label, button {
  cursor: pointer;
}
a {
  color: #000;
  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;
}
button {
	background: transparent;
	font-family: inherit;
	padding: 0;
	font-size: 12px;
	font-weight: 500;
	-webkit-tap-highlight-color: transparent;
	color: #000;
}
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: #9198A4;
}
input[type=text]:-moz-placeholder,
input[type=button]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #9198A4;
	opacity: 1;
}
input[type=text]::-moz-placeholder,
input[type=button]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
	color: #9198A4;
	opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=button]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #9198A4;
}
select {
	position: relative;
  width: 100%;
  height: 23px;
  padding: 0 10px;
  box-sizing: border-box;
  font-family: inherit;
  background: #fff url('../images/ico-down.png') no-repeat 95% 50% / 10px;
  border: 0;
  font-size: 16px;
  font-weight: 400;
  color: #414853;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
select option {
	color: #000;
}
select.on {
	color: #000;
}
select::-ms-expand {
    display: none;
}
.hidden {
	display: none!important;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.taL {
	text-align:left!important; 
}
.taC {
	text-align:center!important; 
}
.taR {
	text-align:right!important; 
}
.table {
	display: table;
}
.row {
	display: table-row;
}
.cell {
	display: table-cell;
}
.f0 {
	font-size: 0!important;
}
.clear:after {
	content: '';
	display: block;
	clear: both;
}
.vaT {
	vertical-align: top;
}
.vaM {
	vertical-align: middle;
}
.vaB {
	vertical-align: bottom;
}
.w100 {
	width: 100%!important;
}
.block {
	display: block;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.flex_col {
	flex-direction: column;
}
.flex_col > * {
	width: 100%;
	box-sizing: border-box;
}
.flex_js {
	justify-content: space-between;
}
.ag_c {
	align-items: center;
}
.gray_btn {
	background-color: #4F5E85!important;
	color: #fff!important;
	border-radius: 5px;
}
.blue_btn {
	background-color: #0047FF!important;
	color: #fff!important;
	border-radius: 5px;
}
.blue_line_btn {
	border: 1px solid #0047FF!important;
	background-color: #fff!important;
	color: #0047FF!important;
	border-radius: 5px;
}
.mint_btn {
	background-color: #00AC69!important;
	color: #fff;
	border-radius: 5px;
}
.red_btn {
	background-color: #E81500!important;
	color: #fff;
	border-radius: 5px;
}
.green_btn {
	background: #00AC69!important;
	color: #fff;
	border-radius: 5px;
}
.green_line_btn {
	border: 1px solid #00AC69!important;
	background-color: #fff!important;
	color: #00AC69!important;
	border-radius: 5px;
}
.txt_red {
	color: #CE0000!important;
}
.txt_blue {
	color: #0F79AF!important;
}
.txt_blue2 {
	color: #0047FF!important;
}
.grid {
	display: grid;
}
.radio_group input[type=radio] {
	display: none;
}
.radio_group input[type=radio] + label {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    padding-left: 25px;
}
.radio_group input[type=radio] + label:before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	border: 1px solid #A5AEBC;
	border-radius: 50%;
	box-sizing: border-box;
	position: absolute;
    left: 0;
}
.radio_group input[type=radio]:checked + label:before {
	border: 4px solid #0047FF;
}
.blue_txt {
	color: #0047FF!important;
}
.gray_txt {
	color: #284285!important;
}
.txt_green {
	color: #00AC69!important;
}
.btn_blue {
	background: #0047FF!important;
	color: #fff!important;
}
.btn_red {
	background: #f00!important;
	color: #fff!important;
}
.btn_gray {
	background: #777!important;
	color: #fff!important;
}
.txt_red {
	color: #f00!important;
}