.smart_sub_menu_title {
	font-size:15px;
	font-family: 'Gothic A1', sans-serif;
	font-weight: bold;
	color: red;
}

.smart_help_txt_1 {
	border: 0px;
	font-family: 'Gothic A1', sans-serif;
	font-size: 14px;
	color: #000000;
	letter-spacing: -1px;	
}

.smart_help_txt_2 {
	border: 0px;
	font-family: 'Gothic A1', sans-serif;
	font-size: 12px;
	color: #000000;
	letter-spacing: -1px;	
}

.smart_help_txt_3 {
	border: 0px;
	font-family: 'Gothic A1', sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	letter-spacing: -1.5px;	
}

.smart_help_txt_4 {
	border: 0px;
	font-family: 'Gothic A1', sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	letter-spacing: -1px;	
	margin-top:5px;
	margin-bottom:5px;
}

.smart_help_txt_mj {
	border: 0px;
	font-family: 'Nanum Myeongjo', sans-serif;
	font-size: 12px;
	color: #434343;
	letter-spacing: -1px;
}

.smart_help_title_btm {
	width:100%;
	height: 1px;
	background: linear-gradient(to right, #FFFFFF, #000000, #FFFFFF);
}

.smart_btn_req {
	width: 159px;
	height: 31px;
	padding-top: 7px;
	border: 1px solid #a6a4a4;
	font-family: 'Gothic A1', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2424f8;
	cursor: pointer;
}

/* ¹«¾ùÀÌµç ¹°¾îº¸¼¼¿ä ÆË¾÷ */
#smart_faq_pop {
	position:absolute; 
	border-radius : 15px;
	border:1px solid #000;
	top: 20px;
	left: 20px;
	width: 100px;
	height: 150px;
	background-color: #fff;
	display: none;
	z-index: 999;
}

.smart_faq_pop_btn {
	cursor: pointer;
}

#smart_faq_pop_scroll::-webkit-scrollbar { width: 2.5px; }
#smart_faq_pop_scroll::-webkit-scrollbar-track { background-color:#FFFFFF; }
#smart_faq_pop_scroll::-webkit-scrollbar-thumb { background: #9e9e9e; }
#smart_faq_pop_scroll::-webkit-scrollbar-thumb:hover { background: #404040; }
#smart_faq_pop_scroll::-webkit-scrollbar-thumb:active { background: #808080; }
#smart_faq_pop_scroll::-webkit-scrollbar-button { display: block; }
/* ¹«¾ùÀÌµç ¹°¾îº¸¼¼¿ä ÆË¾÷ END. */