@charset "utf-8";

@import url('//fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

/********************************************************
■ PC 폰트
********************************************************/

/* 기준 폰트 */
html {
	font-size:14px;
}

/* 제목, 내용 등 기본 폰트 */
body {
	font-size:15px !important;
	font-family: 'Noto Sans KR', sans-serif !important;
	line-height:1.8;
	font-weight:400 !important;
}

/* 일반 기본 폰트 */
.f-de {
	font-size:15px !important;
}

/* 게시판 글제목 */
#bo_v_title {
    font-size: 22px !important;
	font-weight:500 !important;
}

/* 게시판 글내용 */
#bo_v_con {
	font-size:16px !important;
	line-height:1.7;
	font-weight:400 !important;
}

/* 주석 등 */
.f-xs {
	font-size:12px !important;
}

/* 정보(조회, 날짜) 등 */
.f-sm {
	font-size:14px !important;
}

/* 입력폼 */
.input-group-text {
	font-size:14px !important;
}

/* 주메뉴, 텍스트 로고 등 */
.f-md {
	font-size:18px !important;
	line-height:1.5 !important;
	font-family: 'Noto Sans KR', sans-serif !important;
	font-weight: 500 !important;
	padding-top:0.75rem;
	padding-bottom:0.75rem;
}

/* 모바일 헤더(텍스트 로고) 등 */
.f-mo {
	font-size:18px !important;
	line-height:1.5 !important;
	font-family: 'Noto Sans KR', sans-serif !important;
	font-weight: 300 !important;
	padding-top:0.75rem;
	padding-bottom:0.75rem;
}

/* 일반 위젯 타이틀 등 */
.f-lg {
	font-size:16px !important;
	line-height:1.7 !important;
	font-family: 'Noto Sans KR', sans-serif !important;
	margin-bottom:0.25rem !important;
	font-weight: 400 !important;
}

/* 특수 위젯 타이틀 등 */
.f-xl {
	font-size:20px !important;
	line-height:1.5 !important;
	font-family: 'Noto Sans KR', sans-serif !important;
	margin-bottom:0.25rem !important;
}

/* 각종 타이틀 */
h1, h2, h3, h4, h5, h6, .en { 
	font-family: 'Noto Sans KR', sans-serif !important;
}

/* bold 조절 */
small, .small, .form-control,
.btn, .btn-link, .dropdown-item,
.input-group-text, .custom-select,
.custom-file-label, .tooltip,
.popover, .font-weight-normal,
.btn-wset, .label-tack,
.label-band, .label-cap, .rank-icon, .tack-icon, .na-text,
.more-plus::before,
.new_win .win_total,
.sv_wrap, .sv_wrap .sv a,
#nt_lnb ul > li::after,
#nt_title .breadcrumb-item + .breadcrumb-item::before,
#nt_footer .nt-links ul > li::after,
#nt_menu .sub-2line,
.nt-menu .sub-1line,
.nt-menu-full .sub-1line {
	font-weight:400 !important;
}

kbd kbd, b, strong, dt, th,
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
.font-weight-bold, .badge, .alert-link, .close,
.na-table-head > div,
.sly-tab li.active a,
#captcha #captcha_key,
#captcha.m_captcha #captcha_key,
.cke_sc_def dt,
.new_win .win_ul .selected a,
.new_win .btn_submit,
.rg_em th label,
#nt_menu .sub-2dli:hover .sub-2da,
.nt-menu .sub-1dli:hover .sub-1da,
.nt-menu-full .sub-1dli:hover .sub-1da,
h3.h3,
.col-form-label,
#sns_login .txt { 
	font-weight:500 !important;
}

.font-weight-bolder {
	font-weight:700 !important;
}

.f-h1 {
	font-size:19px !important;
}

/* 분류탭 */
.sly-tab {
	font-size:14px !important;
}

/* 목록 헤드 */
.list-head,
.na-table-head > div {
	font-size:15px !important;
}

/* 리스트형 스킨 목록 간격 */
.na-flex .py-2 {
	padding-top:0.60rem !important;
	padding-bottom:0.60rem !important;
}

@media all and (min-width:768px) {
	.na-table .py-md-2 {
		padding-top:0.60rem !important;
		padding-bottom:0.60rem !important;
	}
}

@media all and (max-width:767px) {
	.na-table .py-2 {
		padding-top:0.60rem !important;
		padding-bottom:0.60rem !important;
	}
}

/* 체크박스, 라디오버튼 재지정 */
.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after,
.custom-radio .custom-control-label::before,
.custom-radio .custom-control-label::after {
	top:5px !important;
}

/* 스위치 버튼 재지정 */
.custom-switch .custom-control-label::before,
.custom-switch .custom-control-label::after {
	margin-top:2px !important;
}
