@charset "UTF-8";

/*
Copyright (c) 2021 Kil Hyung-jin, with Reserved Font Name Pretendard.
https://github.com/orioncactus/pretendard

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
*/

@font-face {
	font-family: 'EBSHunminjeongeumSB';
	font-weight: 400;
	font-display: swap;
	src: local('EBSHunminjeongeumSB Regular'), url('/fonts/woff2/EBSHunminjeongeumSB.woff2') format('woff2'), url('/fonts/woff/EBSHunminjeongeumSB.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	font-display: swap;
	src: local('Pretendard Black'), url('/fonts/woff2/Pretendard-Black.woff2') format('woff2'), url('/fonts/woff/Pretendard-Black.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-display: swap;
	src: local('Pretendard ExtraBold'), url('/fonts/woff2/Pretendard-ExtraBold.woff2') format('woff2'), url('/fonts/woff/Pretendard-ExtraBold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src: local('Pretendard Bold'), url('/fonts/woff2/Pretendard-Bold.woff2') format('woff2'), url('/fonts/woff/Pretendard-Bold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: swap;
	src: local('Pretendard SemiBold'), url('/fonts/woff2/Pretendard-SemiBold.woff2') format('woff2'), url('/fonts/woff/Pretendard-SemiBold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: swap;
	src: local('Pretendard Medium'), url('/fonts/woff2/Pretendard-Medium.woff2') format('woff2'), url('/fonts/woff/Pretendard-Medium.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src: local('Pretendard Regular'), url('/fonts/woff2/Pretendard-Regular.woff2') format('woff2'), url('/fonts/woff/Pretendard-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-display: swap;
	src: local('Pretendard Light'), url('/fonts/woff2/Pretendard-Light.woff2') format('woff2'), url('/fonts/woff/Pretendard-Light.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	font-display: swap;
	src: local('Pretendard ExtraLight'), url('/fonts/woff2/Pretendard-ExtraLight.woff2') format('woff2'), url('/fonts/woff/Pretendard-ExtraLight.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	font-display: swap;
	src: local('Pretendard Thin'), url('/fonts/woff2/Pretendard-Thin.woff2') format('woff2'), url('/fonts/woff/Pretendard-Thin.woff') format('woff');
}


/* 초기화 */
html {overflow-x:hidden;overflow-y:scroll; font-size:10px; }
body {margin:0;padding:0;font-size:1.6rem;font-family:'Pretendard', dotum, sans-serif;background:#fff; font-weight:400; word-break:keep-all; }
html, body { height:100% }
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1.6rem;font-family:'Pretendard', dotum, sans-serif}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1.6rem}
input, button {margin:0;padding:0;font-family:'Pretendard', dotum, sans-serif;font-size:1.6rem}
input[type="submit"] {cursor:pointer}
button { cursor:pointer; outline:0; border:0; background-color: transparent; }

table { width:100%; border-collapse:collapse; }
td { padding:0; word-break:break-all;  }
textarea { resize:none; }
textarea, select {font-family:'Pretendard', dotum, sans-serif;font-size:1.6rem}
select {margin:0}
p {margin:0;padding:0;word-break:keep-all; line-height:2.5rem; }
hr {display:none}
pre {overflow-x:scroll;font-size:1.6rem}
a {color:#000;text-decoration:none}

*, :after, :before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

input[type=text],input[type=password], textarea {
-webkit-transition:all 0.30s ease-in-out;
-moz-transition:all 0.30s ease-in-out;
-ms-transition:all 0.30s ease-in-out;
-o-transition:all 0.30s ease-in-out;
outline:none;
}

input[type=text]:focus,input[type=password]:focus, textarea:focus,select:focus {
-webkit-box-shadow:0 0 5px #9ed4ff;
-moz-box-shadow:0 0 5px #9ed4ff;
box-shadow:0 0 5px #9ed4ff;
border:1px solid #558ab7 !important;
}

input::placeholder  {
	color: #8F9DA8;
	font-size:1.7rem;
	font-weight:300;
}
input::-webkit-input-placeholder  {
	color: #8F9DA8;
	font-size:1.7rem;
	font-weight:300;
}
input:-ms-input-placeholder  {
	color: #8F9DA8;
	font-size:1.7rem;
	font-weight:300;
}
textarea::placeholder  {
	color: #8F9DA8;
	font-size:1.7rem;
	font-weight:300;
}
textarea::-webkit-input-placeholder  {
	color: #8F9DA8;
	font-size:1.7rem;
	font-weight:300;
}
textarea:-ms-input-placeholder  {
	color: #8F9DA8;
	font-size:1.7rem;
	font-weight:300;
}
