@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;200;300;400;500;600;700;800;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;
  scroll-behavior:smooth;
}
ul ,ol ,li {
  list-style: none;
}
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'Pretendard','Noto Sans SC',sans-serif;
	min-width: 300px;
	background: #ffffff;
	color: rgba(255,255,255,0.9);
	-webkit-text-size-adjust: none;
}
input,select,button {
  vertical-align: middle;
}
img {
  vertical-align: middle;
  -webkit-perspective: 1;
}
i, em, address {
  font-style: normal;
}
label, button {
  cursor: pointer;
}
a {
  color: rgba(0,0,0,0.9);
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
	text-decoration: none;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
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: 18px;
	font-weight: 500;
	-webkit-tap-highlight-color: transparent;
	color: #191919;
}
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: rgba(255,255,255,0.6);
}
input[type=text]:-moz-placeholder,
input[type=button]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
	color: rgba(255,255,255,0.6);
	opacity: 1;
}
input[type=text]::-moz-placeholder,
input[type=button]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
	color: rgba(255,255,255,0.6);
	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: rgba(255,255,255,0.6);
}
select {
	position: relative;
	width: 100%;
	height: 23px;
	padding: 0 10px;
	box-sizing: border-box;
	font-family: inherit;
	background: #fff url('../images/arrow-down.svg') no-repeat 95% 50% / 13px;
	border: 0;
	font-size: 18px;
	font-weight: 400;
	color: #555;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
select option {
	color: #000;
}
select option:first-child {
	color: #555;
}
select.on {
	color: rgba(255,255,255,0.9)!important;
}
select::-ms-expand {
    display: none;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.taL {
	text-align:left; 
}
.taC {
	text-align:center; 
}
.taR {
	text-align:right; 
}
.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%;
}
.block {
	display: block;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.t_purple {
	color: #BA49FF!important;
}
.btn {
	position: relative;
	padding: 12px 36px;
	border-radius: 50px;
}
.btn_purple {
	background: #BA49FF!important;
	color: #fff!important;
}
.btn_white {
	background: #fff!important;
	color: #974AED!important;
}


input[type=radio] {
	display: none;
}
input[type=radio] + label {
	font-size: 16px;
}
input[type=radio] + label:before {
	content: '';
	display: inline-block;
	vertical-align: -3px;
	width: 18px;
	height: 18px;
	border: 1px solid #000;
	margin-right: 10px;
}
input[type=radio]:checked + label {
	font-weight: 600;
}
input[type=radio]:checked + label:before {
	background: #019E83;
}

input[type=radio]:disabled + label {
	color: #555;
}
input[type=radio]:disabled + label:before {
	border: 1px solid #a0a0a0;
}



@media screen and (max-width: 380px){
	.btn {
		padding: 12px 30px;
	}
}