@charset "utf-8";

/********************************************************
■ 모바일 폰트
********************************************************/

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

/*모바일 탭 컨텐츠등 */
@media (max-width:486px){
html {
	font-size:15px;
}
}

/* 내용 등 기본 폰트 : 13px */
body {
	font-size:0.94rem !important; 
	font-family: "dotum", sans-serif !important;
	line-height:1.9;
}

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

/* 메뉴바의 주메뉴 등 : 20px */
.f-md {
	font-size:1.2rem !important;
	line-height:1.5 !important;
	font-family: "dotum", sans-serif;
	padding-top:1rem;
	padding-bottom:0.5rem;
}

/* 모바일 헤더(텍스트 로고) 등 : 20px */
.f-mo {
	font-size:1.2rem !important;
	line-height:1.8 !important;
	font-family: "dotum", sans-serif;
	padding-top:0.7rem;
	padding-bottom:0.7rem;
}

/* 일반 위젯 타이틀 등 : 18px */
.f-lg {
	font-size:1.20rem !important;
	line-height:1.7 !important;
	font-family: "dotum", sans-serif;
	margin-bottom:0.25rem !important;
}

/* 특수 위젯 타이틀 등 : 22px */
.f-xl {
	font-size:1.47rem !important;
	line-height:1.5 !important;
	font-family: "dotum", sans-serif;
	font-weight:bold;
	margin-bottom:0.25rem !important;
}

/* 커스텀 위젯 등 : 14px */
.widget-list-content-box-custom {
	font-size:14px !important;
}

.widget-post-content-box {
	font-size:14px !important;
}

.widget-list-webzine-content-box {
	font-size:14px !important;
}

.work-wr-post-webzine .post-text {
	font-size:11px !important;
}

.widget-list-content-box {
	font-size:14px !important;
}

.side-qna .qna-board {
	font-size:14px !important;
}