@charset "utf-8";

@import url('https://cdn.jsdelivr.net/gh/fonts-archive/Pretendard/Pretendard.css');

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

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

/* 제목, 내용 등 기본 폰트 */
body {
	font-size:14px !important;
	font-family: 'Pretendard', sans-serif;
	line-height:1.5;
}

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

.btn {font-size: 13px !important;}
.font-14 {font-size: 14px !important;}

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

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

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

/* 위젯 목록 라인 */
.na-list li {
	line-height:1.9;
}

/* 위젯 목록 랭크 아이콘 */
.na-list li .rank-icon {
	position:relative;
	top:0;
}

.is-line .na-list li {
	line-height:1.9;
	padding-bottom:0.25rem;
	margin-bottom:0.25rem;
	border-bottom:1px solid #efefef;
}

/* 리스트형 스킨 목록 간격 */
.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;
	}
}

/* 그리드 간격 */
.na-row {
	margin-left:-13px !important;
	margin-right:-13px !important;
}

.na-col {
	padding-left:13px !important;
	padding-right:13px !important;
}

@media (max-width:1200px) {
	.na-col {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
}
