/* ==================================================================
	Defalt
===================================================================== */
html{
	width:100%;
	font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;
}


* {
    margin:0;padding:0;
}
body{
	width:100%;
	margin:0;
	padding:0;
	letter-spacing: 0;
	-webkit-overflow-scrolling: touch;
	scrollbar-face-color:#eeeeee;
	scrollbar-shadow-color:#cccccc;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#fafafa;
	scrollbar-darkshadow-color:#cccccc;
	scrollbar-track-color:#ffffff;
	scrollbar-arrow-color:#666666;
}
a{
	font-size:inherit;
	text-decoration:none;
	outline:none;
}
a:focus{
	outline:thin dotted
}
a:active,a:hover{
	outline:0;text-decoration:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
	table-layout:fixed;
}
span, strong, em, b, i, a {font-weight:inherit;font-size:inherit;color:inherit;}
strong {font-weight:bold;}
ul, ol {list-style: none;}
select {
	font-family:'Pretendard', 'Noto Sans KR', sans-serif;
    font-size:17px;
    font-weight:400;
    line-height:1.5;
    color:#222;
    letter-spacing: -0.04em;
}
button {border:none;cursor: pointer;background-color:transparent;}
input {padding:7px 10px;border:1px solid #E4E4E4;border-radius:3px;
	box-sizing:border-box;
	font-family:'Pretendard', 'Noto Sans KR', sans-serif;
    font-size:17px;
    font-weight:400;
    line-height:1.5;
    color:#222;
    letter-spacing: -0.04em;
}
input:disabled {padding:7px 10px;border:1px solid #E4E4E4;border-radius:3px;
	box-sizing:border-box;
	font-family:'Pretendard', 'Noto Sans KR', sans-serif;
    font-size:17px;
    font-weight:400;
    line-height:1.5;
    color:#222;
    letter-spacing: -0.04em;
}
/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

/* Firefox */
input[type="number"] {
-moz-appearance: textfield;
}
input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    width: 18px;
    height: 18px;
    background: url(https://russeldata.megastudy.net/campus/images/russel/m_russel/common/bg_radio.png) left top no-repeat;
    background-size: 18px 36px;
	background-color:transparent !important
}
input[type="radio"]:checked {
    background-position: 0 -18px;
}
textarea {border:1px solid #e4e4e4;background-color:#f6f6f6;padding:24px;
	box-sizing:border-box;
	font-family:'Pretendard', 'Noto Sans KR', sans-serif;
    font-size:17px;
    font-weight:400;
    line-height:1.5;
    color:#222;
    letter-spacing: -0.04em;
width:100%;}
textarea::placeholder {color:#888;font-weight:300;}