@charset "utf-8";

@import url("font.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@import url("https://use.typekit.net/xne7hzu.css");

/* reset */
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

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, 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 {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
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;
}

/* a reset */
a:link{text-decoration:none; color:#333;}
a:visited{text-decoration:none; color:#333;}
a:hover{text-decoration:none; color:#333;}
a:active{text-decoration:none;}
a:focus{text-decoration:none;}

/* list style 제거 */
ul,ol,li{list-style:none;}

/* 기본 font 설정 */
body {font-size: 16px; font-weight: 400; color:#333; line-height: 1.35;}
body.kor {font-family: 'Pretendard', 'Noto sans KR', '맑은 고딕', '돋움', sans-serif;}
body.eng {font-family: 'Lato', 'Pretendard', sans-serif;}
body.kor button, input {font-family: 'Pretendard', 'Noto sans KR', '맑은 고딕', '돋움', sans-serif;}
body.eng button, input {font-family: 'Lato', 'Pretendard', sans-serif;}

.blind {overflow: hidden; position: absolute; top: 0; left: 0; width: 1px; height: 1px;font-size: 0; line-height: 0;}
.desc {color: #444;}

.text-light {font-weight: 300 !important;}
.text-regular {font-weight: 400 !important;}
.text-medium {font-weight: 500 !important;}
.text-semibold {font-weight: 600 !important;}
.text-bold {font-weight: 700 !important;}
.text-gray {color: #555 !important;}
.text-blue {color: #0091E7 !important;}
.text-underline {text-decoration: underline;}
.text-small {font-size: .875em;}

.bg-blue {background-color: #f7f8fa;}