@charset "utf-8";
/* Webfonts */

@font-face {
	font-family: 'ria';
	font-weight: 400;
	font-display: swap;
	src: url('/font/RiaSans-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'ria';
	font-weight: 700;
	font-display: swap;
	src: url('/font/RiaSans-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'ria';
	font-weight: 900;
	font-display: swap;
	src: url('/font/RiaSans-ExtraBold.ttf') format('truetype');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	font-display: swap;
	src: url('/font/Pretendard-Thin.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	font-display: swap;
	src: url('/font/Pretendard-ExtraLight.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-display: swap;
	src: url('/font/Pretendard-Light.woff2') format('woff2');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src: url('/font/Pretendard-Regular.woff2') format('woff2');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: swap;
	src: url('/font/Pretendard-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: swap;
	src: url('/font/Pretendard-SemiBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src:url('/font/Pretendard-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-display: swap;
	src:url('/font/Pretendard-ExtraBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	font-display: swap;
	src:url('/font/Pretendard-Black.woff2') format('woff2');
}
@font-face{
	font-family:'Noto Sans KR';
	font-style:normal;
	font-weight:300;
	font-display:swap;
	src:local('Noto Sans KR Light'), local('NotoSansKR-Light'), url('../font/NotoSansKR-Light.ttf') format('woff2');
}
@font-face{
	font-family:'Noto Sans KR';
	font-style:normal;
	font-weight:400;
	font-display:swap;
	src:local('Noto Sans KR Regular'), local('NotoSansKR-Regular'), url('../font/NotoSansKR-Regular.ttf') format('woff2');
}
@font-face{
	font-family:'Noto Sans KR';
	font-style:normal;
	font-weight:500;
	font-display:swap;
	src:local('Noto Sans KR Medium'), local('NotoSansKR-Medium'), url('../font/NotoSansKR-Medium.ttf') format('woff2');
}
@font-face{
	font-family:'Noto Sans KR';
	font-style:normal;
	font-weight:700;
	font-display:swap;
	src:local('Noto Sans KR Bold'), local('NotoSansKR-Bold'), url('../font/NotoSansKR-Bold.ttf') format('woff2');
}

@font-face{
	font-family:'the Jamsil';
	font-style:normal;
	font-weight:300;
	font-display:swap;
	src:local('the Jamsil Light'), local('theJamsil2Light'), url('../font/theJamsil2Light.ttf') format('woff2');
}
@font-face{
	font-family:'the Jamsil';
	font-style:normal;
	font-weight:400;
	font-display:swap;
	src:local('the Jamsil Regular'), local('theJamsil3Regular'), url('../font/theJamsil3Regular.ttf') format('woff2');
}
@font-face{
	font-family:'the Jamsil';
	font-style:normal;
	font-weight:500;
	font-display:swap;
	src:local('the Jamsil Medium'), local('theJamsil4Medium'), url('../font/theJamsil4Medium.ttf') format('woff2');
}
@font-face{
	font-family:'the Jamsil';
	font-style:normal;
	font-weight:700;
	font-display:swap;
	src:local('the Jamsil Bold'), local('theJamsil5Bold'), url('../font/theJamsil5Bold.ttf') format('woff2');
}

/* Reset */
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    word-break: break-all;
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
html {
    /* font-size: 62.5%; */
    font-family: 'Noto Sans KR';
    letter-spacing: -0.04rem;
    margin: 0;
    padding: 0;
}

blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
select,
td,
textarea,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}
body {
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}
button,
input,
label,
select,
textarea {
    vertical-align: middle;
}
strong {
    display: inline-block;
}
fieldset,
iframe,
img {
    border: 0 none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}
textarea {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
address,
em {
    font-style: normal;
}
a {
    text-decoration: none;
    background-color: transparent;
    vertical-align: middle;
    -webkit-text-decoration-skip: objects;
    word-break: break-word;
}
a:active,
a:focus,
a:hover {
    text-decoration: none;
}
li,
menu {
    list-style: none;
}
s {
    text-decoration: none;
}
button {
    padding: 0;
    margin: 0;
    overflow: visible;
    cursor: pointer;
    vertical-align: middle;
    text-transform: none;
    border: none;
    background: none;
    font-family: 'Noto Sans KR';
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: none;
}
hr {
    display: block;
}
address,
em,
i {
    font-style: normal;
}
label {
    cursor: pointer;
}
input[type="checkbox"],input[type="radio"] {position:absolute; left:0; top:0;  width:0; height:0; margin:0; padding:0; opacity:0;}
span{
    display: inline-block;
}


