#top_searchgoods_box {
	width: 176px;
	height: 32px;
	border-radius: 25px;
	border: 2px solid #000000;
}

.top_left_quick_txt {
	display : inline-block;
	/*font-family: 'Malgun Gothic', serif;*/
	font-family : 'Nanum Gothic', serif;
	color: #000000;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1.5px;
}

.top_right_login_txt {
	display : inline-block;
	font-family : 'Nanum Gothic', serif;
	color: #a1a1a1;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
}

.top_user_login_txt {
	display : inline-block;
	font-family : 'Nanum Gothic', serif;
	color: #a1a1a1;
	cursor: pointer;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: -1px;
}

.top_right_login_dash {
	display : inline-block;
	width:6px;
	margin-left:3px;
	margin-right:3px;
}

.top_gap {
	display : inline-block;
}

#top_search_inputbox {
	width: 100%;
	height: 25px;
	border: 0px;
	font-family: 'Gothic A1', sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #454545;
}


.top_login_right_txt2 {
	font-family : 'Nanum Gothic', serif;
	color: #4e4e4e;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top:-3px;
}


.top_login_right_txt3 {
	font-family : 'Nanum Gothic', serif;
	color: #4e4e4e;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-left: 5px;
	cursor: pointer;
}

.txt_dot2 {
	display : inline-block;
	width: 2px;
	height: 2px;
	border:0px solid #4e4e4e;
	background-color: #4e4e4e;
	margin-right: 3px;
}

.top_menu_txt2 {
	display : inline-block;
	font-size: 14px;
	font-family: 'Noto Sans KR', sans-serif;
	color: #4a4a4a;
	font-weight: bold;
	letter-spacing: -1.3px;
}

.top_menu_txt2_line1 {
	font-size: 16px;
	font-family: 'Noto Sans KR', sans-serif;
	color: #4a4a4a;
	font-weight: bold;
	letter-spacing: -1px;
}

.top_menu_txt2_line2 {
	width: 50px;
	height: 3px;
	background-image: url('/images/title_btm_line_small.png');
	background-size: 50px
}

.top_quick_txt {
	display : inline-block;
	font-family: 'Gothic A1', sans-serif;
	color: #4e4e4e;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
}



#top_search_box {
	width: 176px;
	height: 36px;
	border-radius: 25px;
	border: 2px solid #000000;
}

#top_search_inputbox:focus {
	outline: 0px;
}

.top_login_txt {
	display : inline-block;
	font-family : 'Nanum Gothic', serif;
	color: #a9a9a9;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
}

.top_login_dash {
	display : inline-block;
	width: 21px;
}

.top_login_txt2 {
	font-family : 'Nanum Gothic', serif;
	color: #4e4e4e;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top:3px;
}

.top_login_txt3 {
	font-family : 'Nanum Gothic', serif;
	color: #4e4e4e;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top:5px;
	margin-left: 5px;
	cursor: pointer;
}

.txt_dot {
	display : inline-block;
	width: 3px;
	height: 3px;
	border:1px solid #4e4e4e;
	background-color: #4e4e4e;
	margin-right: 5px;
}







.top_left_box {
	width: 100px;
	height: 26px;
	font-size: 12px;
	font-family: Malgun Gothic;
	background-color: #fbfcfc;
	padding-top: 5px;
	color: #727272;
}

.top_right_box {
	width: 100px;
	height: 26px;
	font-size: 12px;
	font-family: Malgun Gothic;
	padding-top: 5px;
	color: #727272;
}

.top_cafe_icon_box {
	width: 27px;
	height: 27px;
	background-color: white;
	border: 1px solid white;
	border-radius: 5px;
	display:block;
}

.top_small_txt {
	font-size: 12px;
	font-family: Malgun Gothic;
	color: #979797;
}


#top_mainmenu_line::-webkit-scrollbar { height: 1.5px; }
#top_mainmenu_line::-webkit-scrollbar-track { background-color:#FFFFFF; }
#top_mainmenu_line::-webkit-scrollbar-thumb { background: #545861; }
#top_mainmenu_line::-webkit-scrollbar-thumb:hover { background: #404040; }
#top_mainmenu_line::-webkit-scrollbar-thumb:active { background: #808080; }
#top_mainmenu_line::-webkit-scrollbar-button { display: none; }
