@charset "utf-8";

/********************************************************
■ PC 폰트
********************************************************/

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");

/* 기준 폰트 */
html {
	font-size:13px;
}

/* 제목, 내용 등 기본 폰트 */
body {
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
	font-weight: 400;
	letter-spacing: -1px;
}
button, input, optgroup, select, textarea {
	font-size:13px;
}

.title_text {font-weight: 500; font-size: 14px;}

a {font-weight: 400; color: rgb(73, 80, 86);}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 1;
}

h1 {font-size: 26px;}
h2 {font-size: 16px;}
h3 {font-size: 16px;}

.font-title {font-size: 24px;}
.font-menu {font-size: 18px; padding: 20px 0;}
.font-date,.font-cmt {font-size: 13px;}

.font-addition {font-size: 13px; font-weight: 400;}

.font-11 {font-size: 11px !important;}
.font-12 {font-size: 12px !important;}
.font-13 {font-size: 13px !important;}
.font-14 {font-size: 14px !important;}
.font-15 {font-size: 15px !important;}
.font-18 {font-size: 18px !important;}

.font-1rem {font-size: 1.2rem;}
