@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@font-face {
    font-family: 'GmarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

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: 15px; 
	font-family: "Noto Sans KR",-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	min-width: 300px; 
	color: #222;
	-webkit-text-size-adjust: 100%;
	background: url("../images/bg.png")no-repeat 0 0 / cover;
	background-attachment: fixed;
}
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: 24px;
}
a {
  color: #222;
  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: #A8A8A8;
	font-weight: 400;
}
input[type=text]:-moz-placeholder,
input[type=button]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #A8A8A8;
	opacity: 1;
	font-weight: 400;
}
input[type=text]::-moz-placeholder,
input[type=button]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
	color: #A8A8A8;
	opacity: 1;
	font-weight: 400;
}
input[type=text]:-ms-input-placeholder,
input[type=button]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #A8A8A8;
	font-weight: 400;
}
select {
	width: 100%;
	padding: 15px 20px;
	font-family: inherit;
	background: url('../images/ico-down.png') no-repeat 97% 50% / 24px;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 16px;
	color: #000;
	cursor: pointer;
	border: 0.5px solid rgba(0, 0, 0, 0.3);
}
select::-ms-expand {
	display: none;
}
select option {
	color: #000;
}
button {
	border: 0;
	padding: 0;
	font-family: inherit;
	background: transparent;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.ta_l {
	text-align:left!important; 
}
.ta_c {
	text-align:center!important; 
}
.ta_r {
	text-align:right!important; 
}
.block {
	display: block;
}
.fwb {
	font-weight: bold;
}
.table {
	display: table;
}
.row {
	display: table-row;
}
.cell {
	display: table-cell;
}
.clear:after {
	content: '';
	display: block;
	clear: both;
}
.hidden {
	display: none;
}
.va_t {
	vertical-align: top;
}
.va_m {
	vertical-align: middle;
}
.va_b {
	vertical-align: bottom;
}
.w100 {
	width: 100%;
}
.flex {
	display: flex;
}
.y_btn {
	background: #F3AF3C!important;
	color: #fff!important;
	border: 1px solid #F3AF3C!important;
	box-sizing: border-box;
}
.y_line_btn {
	background: #FFF!important;
	color: #F3AF3C!important;
	border: 1px solid #F3AF3C!important;
	box-sizing: border-box;
}