/* 서브페이지 SNS공유버튼 스타일 */
.share_sns_btn_wrap {
	padding:10px;
	min-width:300px;
	text-align:right;
	font-size:14px;
}
.share_sns_btn_wrap .twitter_btn {
	width:26px;
	height:26px;
	border:0;
	vertical-align:middle;
}
.share_sns_btn_wrap .facebook_btn {
	cursor:pointer;
	width:26px;
	height:26px;
	border:0;
	vertical-align:middle;
}
/* 서브페이지 SNS공유버튼 스타일 */


/* 메뉴 위젯 > 전체 메뉴 출력 시 디자인편집 시 기본 50px 적용된 왼쪽 여백을 없애는 스타일 */
.all_menu_skin_edit_padding {
	padding-right:0px !important;
}
/* 메뉴 위젯 > 전체 메뉴 출력 시 디자인편집 시 기본 50px 적용된 왼쪽 여백을 없애는 스타일 */


/* table 사용자 기본 스타일*/
.list_table_dashboard > table > tbody > tr:hover svg {
	color:var( --main-color-10 );
}

.list_table_dashboard > table > tbody > tr:hover .none_color svg {
	color:#ffffff;
}

.list_btn_st > ul > li > a{
	box-shadow:none;
	-webkit-box-shadow:none;
	border:none;
	background-color:transparent;
	border-radius:unset;
}

.list_more_st {
	color:#333333;
	cursor:pointer;
}

.list_more_st:hover, .list_more_st.uk-open, .list_more_st:focus {
	color:var( --main-color-10 );
}
/* table 사용자 기본 스타일*/


/* 모바일 퀵메뉴 */
.quick_naver_wrap {
	position:fixed;
	z-index:9998;
	left:10px;
	bottom:10px;
	width:40px;
}

.quick_naver_wrap .quick_naver{
	padding:2px 2px;
	width:38px;
	height:38px;
	display:block;
	border:1px solid rgba(0,199,60,1);
	border-radius:3px;
	color:#ffffff;
	-webkit-box-shadow: 1px 1px 1px 0 rgb(0 0 0 / 12%);
	box-shadow: 1px 1px 1px 0 rgb(0 0 0 / 12%);
	background-color:rgba(0,199,60,0.9);
}


.quick_menu_wrap {
	position:fixed;
	z-index:9998;
	right:10px;
	bottom:10px;
	width:40px;
}



.quick_menu_wrap .quick_menu{
	padding:7px 8px;
	width:38px;
	height:38px;
	display:block;
	border:1px solid #cecece;
	border-radius:3px;
	background:rgba(255,255,255,0.8);
	color:#333333;
	-webkit-box-shadow: 1px 1px 1px 0 rgb(0 0 0 / 12%);
	box-shadow: 1px 1px 1px 0 rgb(0 0 0 / 12%);
	cursor:pointer;
	margin-top:5px;
}

.quick_menu_wrap .quick_menu[aria-expanded="true"]{
	color:var( --main-color-10 );
	border:1px solid var( --main-color-10 );
}

.quick_menu_wrap .uk-dropdown.uk-open{
	display:block !important;
}

.quick_menu_wrap .uk-dropdown{
	width:180px !important;
}

.quick_menu_wrap .uk-dropdown .list_btn_icon{
	margin-right:5px;
}

.quick_menu_wrap .uk-dropdown .list_btn_icon svg{
	margin-top:-3px;
}

.quick_menu_wrap .uk-dropdown .uk-dropdown-nav > li > a {
	font-size:16px !important;
}



.quick_menu_send_sms_wrap {
	position:fixed;
	width:100%;
	height:100%;
	right:0px;
	left:0px;
	top:0px;
	bottom:0px;
	z-index:9999;
	background-color:rgba(245,245,245,1);
}


.quick_menu_keyword_wrap {
	position:fixed;
	width:100%;
	height:100%;
	right:0px;
	left:0px;
	top:0px;
	bottom:0px;
	z-index:9999;
	background-color:rgba(245,245,245,1);
	overflow:auto;
}

.quick_menu_keyword_wrap .keyword_area{
	width:100%;
	text-align:left;
	position:relative;
}

.quick_menu_keyword_wrap .keyword_area .title_wrap {
	position:relative;
}

.quick_menu_keyword_wrap .keyword_area .title_wrap .title{
	text-align:center;
	color:#000000;
	font-size:18px;
	padding:15px 0;
	border-bottom:1px solid #cecece;
	margin-bottom:20px;
	background-color:rgba(255,255,255,1);
}

.quick_menu_keyword_wrap .keyword_area .title_wrap .keyword_pop_close_wrap {
	position:absolute;
	top:14px;
	right:15px;
}

.quick_menu_keyword_wrap .keyword_area .title_wrap .keyword_pop_close_wrap .keyword_pop_close {
	color:rgba(0,0,0,1);
	cursor:pointer;
}


.quick_menu_keyword_wrap .keyword_area .chart_wrap{
	padding:0 15px 15px 15px;
}

.quick_menu_keyword_wrap .keyword_area .chart_wrap .list .list_in{
	position:relative;
	margin-bottom:15px;
}

.quick_menu_keyword_wrap .keyword_area .chart_wrap .list .list_in:last-child{
	margin-bottom:0px !important;
}

.quick_menu_keyword_wrap .keyword_area .chart_wrap .list .list_in .keyword{
	display:block;
	height:25px;
	width:100%;
}

.quick_menu_keyword_wrap .keyword_area .chart_wrap .list .list_in .keyword .rank_cnt{
	float:left;
	display:inline-block;
	min-width:27px;
	min-height:23px;
	line-height:1.2;
	padding:3px;
	font-style: normal;
	font-size:16px;
	margin-right:5px;
	text-align: center;
	color:#ffffff;
}

.quick_menu_keyword_wrap .keyword_area .chart_wrap .list .list_in .keyword .keyword_wrap{
	float:left;
	display:inline-block;
	width:calc(100% - 85px);
	line-height:1.4 !important;
	font-size:18px;
	color:#333;
}

.quick_menu_keyword_wrap .keyword_area .chart_wrap .list .list_in .icon{
	position: absolute;
	top:-1px;
	right:0;
	display:inline-block;
	vertical-align:top;
	min-width:50px;
	text-align:right;
	color:#333;
}

.quick_menu_keyword_wrap .keyword_area .chart_wrap .list .list_in .icon .new_icon{
	margin-right:-4px;
}
/* 모바일 퀵메뉴 */




/* 비회원 주문조회 레이어 */
.quick_order_pop_wrap {
	position:fixed;
	top:0;
	left:0;
	z-index:9999999;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.8);
	font-size:14px;
}

.quick_order_pop_wrap .quick_order_pop {
	max-width:500px;
	min-width:300px;
	margin:100px auto;
	padding:0 10px;
	position:relative;
}

.quick_order_pop_wrap .quick_order_pop .quick_order_form_wrap {
	text-align:left;
	padding:10px 0;
}

.quick_order_pop_wrap .quick_order_pop .quick_order_form_wrap .quick_order_form {
	padding:0 10px;
	background-color:transparent;
	height:50px;
	border:none;
	color:#ffffff;
	width:100%;
	font-size:26px;
	outline:none;
}

.quick_order_pop_wrap .quick_order_pop .quick_order_form_wrap input[type="text"]::placeholder,
.quick_order_pop_wrap .quick_order_pop .quick_order_form_wrap input[type="password"]::placeholder
{
	color:#ffffff !important;
	opacity:1 !important;
}

.quick_order_pop_wrap .quick_order_pop .quick_order_form_wrap input[type="text"]::-moz-placeholder,
.quick_order_pop_wrap .quick_order_pop .quick_order_form_wrap input[type="password"]::-moz-placeholder
{
	color:#ffffff !important;
	opacity:1 !important;
}

.quick_order_pop_wrap .quick_order_pop .quick_order_form_wrap input[type="text"]::-ms-input-placeholder,
.quick_order_pop_wrap .quick_order_pop .quick_order_form_wrap input[type="password"]::-ms-input-placeholder
{
	color:#ffffff !important;
	opacity:1 !important;
}

.quick_order_pop_wrap .quick_order_pop .quick_order_pop_close_wrap {
	position:absolute;
	top:-60px;
	right:calc(50% - 30px);
}

.quick_order_pop_wrap .quick_order_pop .quick_order_pop_close_wrap .quick_order_pop_close {
	color:#ffffff;
	cursor:pointer;
}
/* 비회원 주문조회 레이어 */




/* 팝업배너 */
.popup_banner_wrap {
	position:fixed;
	z-index:10000;
}

.popup_banner_wrap .banner_img{
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border:1px solid #e6e6e6;
	border-bottom:0;
	background:#f6f6f6;
	min-width:230px;
	overflow:hidden;
}
.popup_banner_wrap .banner_img img{
	max-width:100%;
	height:auto;
}

.popup_banner_wrap .close_info{
	width:100%;
	background:#f6f6f6;
	padding:8px;
	position:relative;
	border:1px solid #e6e6e6;
	border-top:0;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}

.popup_banner_wrap .close_btn{
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
}

/* 팝업페이지 */
.popup_page_wrap {
	width:100%;
	min-height:100%;
	font-size:14px;
	padding-bottom:15px;
}


.popup_page_wrap .popup_page_header {
	position:relative;
}

.popup_page_wrap .popup_page_header .popup_page_header_title{
	text-align:left;
	color:#000000;
	font-size:18px;
	padding:15px;
	border-bottom:1px solid #cecece;
	margin-bottom:0px;
	background:#ffffff;
	width:100%;
}

.popup_page_wrap .popup_page_header .popup_page_header_more {
	position:absolute;
	top:14px;
	right:15px;
}

.popup_page_wrap .popup_page_header .popup_page_header_more .popup_page_header_close {
	color:rgba(0,0,0,1);
	cursor:pointer;
}

.popup_page_wrap .popup_contents {
	padding:15px;
	border-bottom:1px solid #cccccc;
	background-color:rgba(245,245,245,1);
}

.popup_page_wrap .popup_contents .dojang_img img{
	max-width:100% !important;
	height:auto;
}

/* 팝업페이지 */



