/* 태블릿 이용시 */
@media (max-width:1750px) {
	.wrap {
		min-width:1600px !important;
	}
	.container {
		margin:0 auto !important;
	}
	.container .contents_block_quick{
		display:none !important;
	}
}
/* 태블릿 이용시 */

/* 서브페이지 SNS공유버튼 스타일 */
.share_sns_btn_wrap {
	padding:20px 0;
	width:var( --main-width-1 );;
	margin:0 auto;
	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_order_pop_wrap {
	position:fixed;
	top:0;
	left:0;
	z-index:9999999;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.8)
}

.quick_order_pop_wrap .quick_order_pop {
	max-width:500px;
	min-width:330px;
	margin:100px auto 0 auto;
	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 .quick_order_form_btn {
	color:#ffffff;
}

.quick_order_pop_wrap .quick_order_pop .quick_order_pop_close_wrap {
	position:absolute;
	top:-60px;
	right:-60px;
}

.quick_order_pop_wrap .quick_order_pop .quick_order_pop_close_wrap .quick_order_pop_close {
	color:#ffffff;
	cursor:pointer;
}

.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;
}
/* 비회원 주문조회 레이어 */


/* 팝업배너 */
.popup_banner_wrap {
	position:fixed;
	z-index:10000;
}

.popup_banner_wrap .banner_img_wrap{
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	/*border:1px solid #e6e6e6;*/
	border-bottom:0;
	background:#ffffff;
	/*min-width:230px;*/
	overflow:hidden;
	table-layout:fixed;
	display:table;
}

.popup_banner_wrap .banner_img_wrap .banner_img {
	vertical-align:middle;
	text-align:center;
	display:table-cell;
	position:relative;
}

.popup_banner_wrap .banner_img_wrap .banner_img a{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}


.popup_banner_wrap .banner_img_wrap .banner_img img{
	max-width:100%;
	height:auto;
}

.popup_banner_wrap .close_info{
	width:100%;
	background:#ffffff;
	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%;
	background-color:#ffffff;
	padding:10px 15px 15px 15px;
	font-size:14px;
}


.popup_page_wrap .popup_page_header {
	margin-bottom:10px;
	position:relative;
	padding-bottom:10px;
	border-bottom:1px solid #dddddf;
}

.popup_page_wrap .popup_page_header .popup_page_header_title {
	position:relative;
	font-family:'Noto Sans KR' !important;
	font-weight:500 !important;
	font-size:18px;
	cursor:pointer;
	color:#000000;
	padding-left:25px;
}

.popup_page_wrap .popup_page_header .popup_page_header_title svg{
	left:0px;
	position:absolute;
	top:5px;
}

.popup_page_wrap .popup_page_header .popup_page_header_more{
	position: absolute;
	right:0px;
	top:2px;
	cursor: pointer;
}

/* 팝업페이지 */


/* 시작페이지로 안내 */
.startpage_view_tab_wrap{
	display: flex;
	flex-wrap: wrap;
	margin-left:0px;
	list-style: none;
	padding:5px 15px 15px 0px;
	border-bottom:1px solid #eee;
}


.startpage_view_tab_wrap > *:first-child {
	padding-left: 0px;
}
.startpage_view_tab_wrap > * {
	flex: none;
	padding-left: 8px;
	position: relative;
	outline:none;
}

.startpage_view_tab_wrap > .startpage_view_tab_on > a {
	background-color:var( --main-color-10 );
	color: #fff;
	outline:none;
}

.startpage_view_tab_wrap > .startpage_view_tab_off:hover > a {
	background-color:var( --main-color-6 );
	color: #fff;
	outline:none;
}


.startpage_view_tab_wrap > * > :first-child {
	padding: 8px 17px;
	background-color: #efefef;
	color: #999;
}

.startpage_view_tab_wrap > * > :first-child {
	display: block;
	color: #999;
	font-size: 15px;
	transition: 0.1s ease-in-out;
	transition-property: color, background-color;
	border-radius: 25px;
}
/* 시작페이지로 안내 */