@charset "UTF-8";
@font-face {
    font-family: 'GangwonEducationTteontteon';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/GangwonEduPowerExtraBoldA.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}
html{min-width: 1900px;}
body {
	margin:0;
	padding:0;
    font-family: 'Noto Sans KR', 'Apple SD Gothic Neo', Arial, Helvetica, sans-serif;
    font-weight: normal;
	background:#090909;
    word-break: keep-all;
}

html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
menu,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select,
hr {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-weight: normal;
	font-size: 18px;
	font-family: 'Noto Sans KR', 'Apple SD Gothic Neo', Arial, Helvetica, sans-serif;
}

a {
    color: #121212;
    text-decoration: none;
	outline:none;
    letter-spacing: -0.6px;
}


button{
	outline:none;	
    cursor: pointer;
}


li {
    list-style: none;
}

fieldset, img {
    border: 0;
}

img{
	vertical-align:middle;
}

/* ie placeholder */
input{font-family: 'Noto Sans KR', 'Apple SD Gothic Neo', Arial, Helvetica, sans-serif;}
input:-ms-input-placeholder {
    font-family: 'Noto Sans KR', 'Apple SD Gothic Neo', Arial, Helvetica, sans-serif;
}

input::-ms-value {
    font-family: 'Noto Sans KR', 'Apple SD Gothic Neo', Arial, Helvetica, sans-serif;
}
input[type=button]{
    cursor: pointer;
    outline: none;
    background-color: #fff;
    border:0;
    font-family: 'Noto Sans KR', 'Apple SD Gothic Neo', Arial, Helvetica, sans-serif;
}
input{padding: 10px; height: 45px; box-sizing: border-box;}
input[type="checkbox"]{height: auto;}
textarea,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: none;
}

input, textarea, select:focus {
    outline: none;
    box-shadow: none!important;
    appearance: none;
    border: 0;
}
textarea{background: #fff; padding: 10px; display: block; width: 100%; box-sizing: border-box; resize: none; font-family: 'Noto Sans KR', 'Apple SD Gothic Neo', Arial, Helvetica, sans-serif;}
select{
    font-family: 'Noto Sans KR', 'Apple SD Gothic Neo', Arial, Helvetica, sans-serif;
    border: 0;
    height: 45px;
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Chrome, Safari */
    padding: 10px;
}
input[type='checkbox']{-webkit-appearance:checkbox}
input[type='radio']{-webkit-appearance:radio; height: auto;}


table, tr, th, td{
	border-collapse:collapse;
}
table, th, td{
	border-spacing: 0;
    font-weight: normal;
}



@media only screen and (max-width:767px){
    html{min-width: auto;}
}