@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;700&display=swap');
@charset "utf-8";
/* CSS Document */

html, body {
	width: 100%;
	margin: 0px;
}
body {
	width: 100%;
	font-weight: 500;
	margin: 0px;
	font-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background-color: #ffffff;
	font-size: 16px;
	color: #000;
	font-family: 'Oxygen', sans-serif;
}
a {
	outline: none;
	text-decoration: none;
}
ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
li {
	vertical-align: top;
}
i {
	font-style: normal;
}
h1, h2, h3, h4, h5, p {
	padding: 0;
	margin: 0;
}
img {
	border: none;
	max-width: 100%;
}
input, select, textarea {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	font-family: 'Oxygen', sans-serif;
}
button, input[type=button], input[type=submit], input[type=reset] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/* ---------------- clear fix ---------------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/*-------------------------------------------------------------------------------------*/
/* LAYOUT */

#wrap {
	width: 100%;
	min-width: 1170px;
	background-color: #ffffff;
	position: relative;
	z-index: 1000;
	overflow: hidden;
}
#wrap .container {
	width: 100%;
	max-width: 1320px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0px auto;
	position: relative;
	box-sizing: border-box;
	display: block;
}
#wrap .overlay {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5000;
	width: 0;
	height: 0;
	background-color: rgba(0,0,0,0.3);
	opacity: 0;
}
#wrap .back_to_top {
	position: fixed;
	right: 25px;
	bottom: 50px;
	display: none;
	z-index: 999;
}
#wrap .back_to_top a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #f4f4f4;
	border-radius: 100%;
	text-align: center;
	line-height: 50px;
	font-size: 32px;
	color: #333333;
	font-weight: bold;
}
#wrap .back_to_top a:hover {
	background-color: #9f9f9f;
	color: #ffffff;
}
#wrap .wrap {
	min-height: 50vh;
}
#toolbar {
	background-color: #ea9383;
}
#toolbar .container {
	height: 36px;
	line-height: 16px;
	font-size: 12px;
	color: #ffffff;
}
#toolbar .promo {
	float: left;
	width: 460px;
}
#toolbar .promo p {
	line-height: 36px;
	font-size: 16px;
}
#toolbar .lang_area {
	float: left;
	width: 120px;
	margin-left: -10px;
	position: relative;
	display: none;
}
#toolbar .lang_area p {
	padding-left: 10px;
	line-height: 36px;
	cursor: pointer;
}
#toolbar .lang_area i {
	float: right;
	padding-right: 10px;
	font-size: 14px;
	font-style: normal;
	vertical-align: middle;
}
#toolbar .lang_list {
	position: absolute;
	left: 0;
	top: 35px;
	z-index: 2000;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #000000;
	box-sizing: border-box;
	display: none;
}
#toolbar .lang_list a {
	display: block;
	width: 100%;
	padding: 4px 10px;
	background-color: transparent;
	box-sizing: border-box;
	color: #333333;
	transition: all 0.2s ease;
}
#toolbar .lang_list a:hover {
	background-color: #9f9f9f;
	color: #ffffff;
}
#toolbar .member_area {
	float: right;
	padding: 10px 0;
	margin-right: -10px;
}
#toolbar .member_area ul {
	font-size: 0;
	text-align: right;
}
#toolbar .member_area ul li {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: top;
	height: 16px;
	padding: 0 10px;
	position: relative;
	border-left: 1px solid #ffffff;
	font-size: 12px;
}
#toolbar .member_area ul li:first-child {
	border-left: none;
}
#toolbar .member_area ul li > a {
	color: #000000;
}
#toolbar .member_area ul li > p {
	cursor: pointer;
}
#toolbar .member_area ul li.social {
	font-size: 0;
}
#toolbar .member_area ul li.social img {
	margin: -4px 4px;
}
#toolbar .member_area span {
	padding-right: 4px;
	font-size: 14px;
	vertical-align: top;
}
#toolbar .my_account_option {
	position: absolute;
	left: 0;
	top: 25px;
	z-index: 2000;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #000000;
	box-sizing: border-box;
	display: none;
	text-align: left;
}
#toolbar .my_account_option a {
	display: block;
	width: 10%;
	padding: 4px 10px;
	background-color: transparent;
	box-sizing: border-box;
	font-size: 12px;
	color: #333333;
	transition: all 0.2s ease;
}
#toolbar .my_account_option a:hover {
	background-color: #9f9f9f;
	color: #ffffff;
}
#top {
	padding: 30px 0 10px 0;
	background-color: #ffffff;
	transition: all 0.2s linear;
}
#top .logo {
	width: 267px;
	padding: 0 10px;
	margin: 0 auto;
}
#top .logo img {
	width: 163px;
}
#top .search_area {
	position: absolute;
	right: 15px;
	bottom: 45px;
	width: 260px;
	height: 38px;
	background-color: #fbfbfb;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	border-radius: 2px;
	font-size: 0;
	overflow: hidden;
}
#top .search_area input[type=text] {
	width: 100%;
	height: 36px;
	padding: 0 44px 0 14px;
	border: none;
	box-sizing: border-box;
	outline: none;
}
#top .search_area select {
	width: 125px;
	height: 32px;
	padding: 0 5px;
	border: none;
	vertical-align: top;
	border-right: 1px solid #cccccc;
	outline: none;
	display: none;
}
#top .search_area button {
	position: absolute;
	right: 0;
	top: 0;
	width: 38px;
	height: 36px;
	background-color: transparent;
	border: none;
	box-sizing: border-box;
	outline: none;
	font-size: 14px;
	color: #777777;
	cursor: pointer;
}
#top .mobile_btn {
	position: absolute;
	right: 15px;
	top: 50%;
	display: none;
	margin-top: -21px;
}
#top .mobile_btn a {
	display: block;
	width: 42px;
	height: 42px;
	background-color: #0f66ce;
	box-sizing: border-box;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	color: #ffffff;
	line-height: 42px;
}
#top .mobile_btn a i {
	margin-right: 6px;
}
#top .menu_area {
	width: 100%;
	margin-top: 7px;
	box-sizing: border-box;
}
#top ul.menu_list {
	vertical-align: middle;
	font-size: 0;
}
#top ul.menu_list > li {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: middle;
	padding: 0 13px;
	position: relative;
}
#top ul.menu_list > li:first-child {
	padding-left: 0;
}
#top ul.menu_list > li.mobile_only {
	display: none;
}
#top ul.menu_list > li a.lv1 {
	display: block;
	padding: 8px 19px;
	background-color: transparent;
	box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
	text-decoration: none;
	font-family: 'Oxygen', sans-serif;
}
#top ul.menu_list > li > a.lv1 i {
	display: none;
}
#top ul.menu_list > li:hover a.lv1, #top ul.menu_list > li a.lv1:hover, #top ul.menu_list > li.onMenu a.lv1 {
	background-color: #000000;
	color: #ffffff;
}
#top ol.menu_sub_list {
	position: absolute;
	left: 0px;
	top: 32px;
	z-index: 9;
	width: 200px;
	padding: 4px 0;
	background-color: #9f9f9f;
	box-sizing: border-box;
	text-align: left;
}
#top ol.menu_sub_list > li {
}
#top ol.menu_sub_list > li > a.lv2 {
	display: block;
	padding: 4px 13px;
	font-size: 14px;
	color: #ffffff;
}
#top ol.menu_sub_list > li > a.lv2:hover {
    background-color: #0559bf;
    color: #fff;
}
#top .fallback {
	display: none;
}
#top ul.menu_list > li:hover > ol.fallback {
	display: block;
}
#top1.fixedTop {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2000;
	width: 100%;
	padding: 10px 0;
	box-shadow: 0 3px 5px rgba(0,0,0,0.3);
}
#top1.fixedTop .logo {
	width: 193px;
	transition: all 0.2s linear;
}
#top1.fixedTop .search_area {
	display: none;
}
#top1.fixedTop .menu_area {
	margin-top: 18px;
	box-sizing: border-box;
	transition: all 0.2s linear;
}
#mobile_menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	visibility: hidden;
	width: 280px;
	height: 100%;
	background-color: #990000;
	transition: all 0.3s ease;
	overflow: hidden;
	box-sizing: border-box;
	display: none;
}
#mobile_menu.haveSearch {
	padding-top: 50px;
}
#mobile_menu.haveSocial {
	padding-bottom: 36px;
}
#mobile_menu.haveLang {
	padding-bottom: 36px;
}
#mobile_menu.haveLang.haveSocial {
	padding-bottom: 72px;
}
#mobile_menu.haveLang.haveSocial .social_area {
	bottom: 36px;
}
#mobile_menu .menu_area {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	box-sizing: border-box;
	background: none;
}
#mobile_menu .menu_area ul.menu_list {
}
#mobile_menu .menu_area ul.menu_list > li {
	display: block;
	border-bottom: 1px solid #aaaaaa;
	position: relative;
	box-sizing: border-box;
}
#mobile_menu .menu_area ul.menu_list > li > a.lv1 {
	display: block;
	padding: 15px 65px 15px 15px;
	margin: 0;
	background-color: #990000;
	box-sizing: border-box;
	position: relative;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #ffffff;
	line-height: 20px;
}
#mobile_menu .menu_area ul.menu_list > li > a.lv1 i {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	color: #ffffff;
	font-style: normal;
}
#mobile_menu .menu_area ol.menu_sub_list {
	border-top: 1px solid #aaaaaa;
	display: none;
}
#mobile_menu .menu_area ol.menu_sub_list > li {
	display: block;
	position: relative;
}
#mobile_menu .menu_area ol.menu_sub_list > li > a.lv2 {
	display: block;
	padding: 10px 15px;
	margin: 0;
	background-color: #990000;
	box-sizing: border-box;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #ffffff;
}
#mobile_menu .menu_area ol.menu_sub_list > li > a.lv2 i {
	width: 12px;
	font-size: 14px;
	color: #ffffff;
	font-style: normal;
}
#mobile_menu .search_area {
	width: 100%;
	height: 50px;
	padding: 10px 8px;
	background-color: #990000;
	border-bottom: 1px solid #aaaaaa;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
}
#mobile_menu .search_area form {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}
#mobile_menu .search_area input[type=text] {
	width: 100%;
	height: 100%;
	padding: 3px 34px 3px 5px;
	background-color: #ffffff;
	line-height: 19px;
	font-size: 14px;
	box-sizing: border-box;
	opacity: 1;
}
#mobile_menu .search_area button {
	position: absolute;
	right: 0;
	top: 0;
	width: 29px;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	background-color: transparent;
	font-size: 16px;
	color: #666666;
	cursor: pointer;
	transition: all 0.2s ease;
}
#mobile_menu .social_area {
	width: 100%;
	height: 36px;
	text-align: center;
	font-size: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #990000;
	border-top: 1px solid #990000;
	box-sizing: border-box;
}
#mobile_menu .social_area .social {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: top;
	width: 20%;
	height: 100%;
	border-left: 1px solid #aaaaaa;
	box-sizing: border-box;
	font-size: 22px;
	color: #ffffff;
	line-height: 36px;
}
#mobile_menu .social_area .social:first-child {
	border-left: none;
}
#mobile_menu .lang_area {
	width: 100%;
	height: 36px;
	padding: 6px 10px 6px 110px;
	text-align: center;
	font-size: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #9f9f9f;
	border-top: 1px solid #aaaaaa;
	box-sizing: border-box;
}
#mobile_menu .lang_area label {
	position: absolute;
	left: 15px;
	top: 5px;
	font-size: 16px;
	color: #ffffff;
	line-height: 24px;
}
#mobile_menu .lang_area select {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	border: 0;
}
#mobile_menu .lang_area option[disabled] {
	display: none;
}
#banner {
	padding-top: 20px;
	xpadding-bottom: 8px;
	border-top: 1px solid #dcdcdc;
}
#banner .banner_show {
	width: 100%;
	position: relative;
	overflow: hidden;
}
#banner .banner_show > img {
	width: 100%;
}
#banner .banner_item {
	width: 100%;
	height: 100%;
	display: block;
}
#banner .banner_item .banner {
	width: 100%;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#banner .banner_item .banner img {
	width: 100%;
}
#banner .banner_show .bnr_row {
	position: absolute;
	top: 50%;
	z-index: 1000;
	display: block;
	width: 44px;
	height: 44px;
	background-color: #ffffff;
	border-radius: 100%;
	box-sizing: border-box;
	margin-top: -22px;
	text-align: center;
	font-size: 36px;
	color: #333333;
	line-height: 42px;
	opacity: 0.8;
	cursor: pointer;
}
#banner .banner_show .bnr_row_prev {
	left: 8px;
	padding-right: 4px;
}
#banner .banner_show .bnr_row_next {
	right: 8px;
	padding-left: 2px;
}
#banner .banner_show .bnr_row:hover {
	background-color: #9f9f9f;
	color: #ffffff;
	opacity: 1;
}
#banner .inner_banner {
}
#banner .inner_banner img {
	max-width: 100%;
}
#main {
	padding-top: 10px;
	min-height: 60vh;
}
#main .container {
	padding-bottom: 40px;
}
#main .title_area {
	padding: 16px 0 8px 15px;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
	text-align: left;
}
#main .title {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: top;
	background-color: #ffffff;
	font-size: 25px;
	color: #000000;
	font-weight: bold;
	line-height: 1;
}
#main .page_row {
	position: absolute;
	right: 0;
	bottom: 8px;
	font-size: 0;
}
#main .page_row a {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: top;
	margin-left: 6px;
	font-size: 16px;
	color: #333333;
	line-height: 1;
}
#main .page_row a:hover {
	xcolor: #9f824a;
}
#main .direct_path_area {
	width: 100%;
	padding-left: 20px;
	padding-right: 300px;
	margin-bottom: 28px;
	display: block;
	box-sizing: border-box;
	position: relative;
}
#main .direct_path_area .direct_path {
	width: 100%;
	font-size: 16px;
	line-height: 22px;
}
#main .direct_path_area .direct_path span {
	color: #000000;
}
#main .direct_path_area .direct_path a {
	color: #000000;
}
#main .direct_path_area .direct_path a:after {
	content: ">";
	padding: 0 6px;
}
#main .direct_path_area .direct_path a:hover {
}
#main .direct_path_area .multipage {
	position: absolute;
	right: 0;
	top: 0;
}
#main .left_side {
	float: left;
	width: 240px;
	padding-top: 16px;
}
#main .cate_list_area {
	width: 100%;
	background-color: #fbfbfb;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}
#main .cate_title {
	width: 100%;
	padding: 8px 10px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #cccccc;
	box-sizing: border-box;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
#main .cate_list {
	padding: 6px 10px 10px 10px;
}
#main .cate_list ul {
}
#main .cate_list ul li {
	padding: 4px 0;
}
#main .cate_list ul li a {
	font-size: 14px;
	color: #777777;
}
#main .cate_list ul li a:hover {
	color: #000000;
}
#main .cate_list ul li.lv2 {
	padding: 3px 0 3px 20px;
}
#main .cate_list ul li.lv2 a {
	font-size: 12px;
}
#main .right_side {
	float: right;
	width: 1020px;
}
#main .content_area {
	padding: 0 20px;
}
#main .multipage {
	margin: 0 -4px;
	text-align: right;
	font-size: 0;
}
#main .multipage i {
	font-style: normal;
}
#main .multipage a {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: top;
	min-width: 22px;
	height: 22px;
	padding: 0 1px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	margin: 0 4px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}
#main .multipage a.onpage, #main .multipage a:hover {
	background-color: #9f9f9f;
	color: #ffffff;
}
#footer {
	border-top: 4px solid #cccccc;
	background-color: #ea9383;
}
#footer .footer_sitemap {
	padding: 20px 0;
	background-color: #ea9383;
}
/*
#footer .footer_sitemap > .container { display:table; }
#footer .footer_sitemap .sitemap_area { display:table-cell; padding-right:20px; vertical-align:top; width:55%; box-sizing:border-box; }
#footer .footer_sitemap .sitemap_area ul { display:inline-block; padding-right:20px; vertical-align:top; max-width: 45%; box-sizing:border-box; }
#footer .footer_sitemap .sitemap_area ul li { padding-top:10px; }
#footer .footer_sitemap .sitemap_area ul li:first-child { padding-top:0; }
#footer .footer_sitemap .sitemap_area ul li a { font-size:14px; color:#828385; transition:all 0.1s ease; }
#footer .footer_sitemap .sitemap_area ul li a:hover { text-decoration:underline; }
*/
#footer .footer_sitemap .sitemap_area {
	width: 100%;
}
#footer .footer_sitemap .sitemap_row {
	xfloat: left;
	xpadding-right: 163px;
	box-sizing: border-box;
}
#footer .footer_sitemap .sitemap_row.sitemap_address {
	float: left;
}
#footer .footer_sitemap .sitemap_row.sitemap_contact {
	float: right;
	text-align: right;
}
#footer .footer_sitemap .sitemap_row span {
	font-size: 16px;
	color: black;
	font-weight: bold;
}
#footer .footer_sitemap .sitemap_row span a {
	color: black;
}
#footer .footer_sitemap .sitemap_row span a:hover {
	text-decoration: underline;
}
#footer .footer_sitemap .sitemap_row h3 {
	margin-right: 10px;
	float: left;
	font-size: 16px;
	color: #f9f9f9;
	font-weight: bold;
}
#footer .footer_sitemap .sitemap_row h3 a {
	color: black;
}
#footer .footer_sitemap .sitemap_row h3 a:hover {
	text-decoration: underline;
}
#footer .footer_sitemap .sitemap_row p {
	padding-top: 12px;
	font-size: 13px;
	color: #f9f9f9;
}
#footer .footer_sitemap .sitemap_row a {
	color: black;
	transition: all 0.1s ease;
}
#footer .footer_sitemap .sitemap_row a:hover {
	text-decoration: underline;
}
#footer .footer_sitemap .sitemap_row ul {
	padding-top: 4px;
}
#footer .footer_sitemap .sitemap_row ul li {
	padding-top: 8px;
}
#footer .footer_sitemap .sitemap_row ul li a {
	font-size: 13px;
}
#footer .footer_sitemap .sitemap_row ul li a:hover {
	text-decoration: underline;
}
#footer .footer_sitemap .sitemap_row ol {
	padding-top: 4px;
}
#footer .footer_sitemap .sitemap_row ol li {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: top;
	padding-left: 14px;
	padding-top: 8px;
	position: relative;
}
#footer .footer_sitemap .sitemap_row ol li:first-child {
	padding-left: 0;
}
#footer .footer_sitemap .sitemap_row ol li a {
	font-size: 13px;
	cursor: pointer;
}
#footer .footer_sitemap .sitemap_row ol li i.fa {
	display: block;
	width: 32px;
	height: 32px;
	background-color: #000000;
	border-radius: 100%;
	text-align: center;
	line-height: 32px;
	font-size: 18px;
	color: black;
	font-style: normal;
}
#footer .footer_sitemap .sitemap_row ol li a img {
	position: absolute;
	right: -198px;
	top: 32px;
	z-index: 10;
	width: 200px;
	height: 200px;
	display: none;
}
#footer .footer_sitemap .sitemap_row p+ol {
	padding-top: 0;
}
#footer .footer_sitemap .sitemap_payment {
	padding-right: 0;
}
#footer .footer_sitemap .sitemap_brand {
	width: 100%;
	padding-top: 30px;
	padding-right: 0;
	text-align: center;
}
#footer .footer_sitemap .sitemap_brand_logo {
	padding-top: 12px;
	font-size: 0;
	text-align: center;
}
#footer .footer_sitemap .sitemap_brand_logo img {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: middle;
	padding: 5px 12px;
}
#footer .newsletter_area {
	width: 400px;
	padding-left: 40px;
	border-left: 1px solid #828385;
	box-sizing: border-box;
	color: #828385;
	display: table-cell;
	vertical-align: middle;
	display: none;
}
#footer .newsletter_area h3 {
	padding-bottom: 6px;
	font-size: 20px;
	font-weight: normal;
}
#footer .newsletter_area p {
	padding-bottom: 4px;
	font-size: 13px;
	color: #828385;
}
#footer .newsletter_area p span#newsletter_error {
	color: #FF0000;
	padding-left: 15px;
	display: none;
}
#footer .newsletter_area form {
	width: 100%;
	padding-bottom: 10px;
	font-size: 0;
}
#footer .newsletter_area input[type=email], #footer .newsletter_area input[type=text] {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: top;
	width: calc(100% - 38px);
	height: 32px;
	padding: 0 10px;
	line-height: 32px;
	background-color: #ffffff;
	border: none;
	outline: none;
	box-sizing: border-box;
}
#footer .newsletter_area input[type=submit], #footer .newsletter_area input[type=button] {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: top;
	width: 32px;
	height: 32px;
	margin-left: 6px;
	background-color: #9f824a;
	border: none;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 32px;
	color: #ffffff;
	cursor: pointer;
}
#footer .footer_copyright {
	padding: 10px 0;
	font-size: 12px;
	line-height: 1;
	color: #f9f9f9;
	font-weight: bold;
}
#footer .copyright {
	float: left;
	width: 50%;
	text-align: left;
}
#footer .designby {
	float: right;
	width: 50%;
	text-align: right;
}
#footer .designby a {
	color: #f9f9f9;
}
#footer .designby a:hover {
	text-decoration: underline;
}
.openResponsive, .openResponsive body {
	height: 100%;
	overflow: hidden;
}
.openResponsive #wrap {
	position: fixed;
	transform: translate3d(280px, 0, 0);
	-webkit-transform: translate3d(280px, 0, 0);
	-moz-transform: translate3d(280px, 0, 0);
}
.openResponsive #wrap .overlay {
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
}
.openResponsive #mobile_menu {
	visibility: visible;
	transition: all 0s ease;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
}
/*-------------------------------------------------------------------------------------*/
/* INDEX */

.index_prd_list {
}
/*-------------------------------------------------------------------------------------*/
/* PRODUCT */

form.product-search {
	width: 100% !important;
	margin-top: 0;
	transform: none !important;
	background: #f4f4f4;
	border: 0;
	padding: 5px 10px;
	border-radius: 0;
}
.product-search #searchforms {
	position: absolute;
	right: 15px;
	top: 6px;
	color: #000;
	font-size: 16px;
}
 .search-box input::placeholder {
 color: #000;
}
.search-box {
	display: flex;
	width: 100%;
}
.search-box input {
	border: 0;
	background: transparent;
	width: 95%;
	padding: 2px 5px;
	color: #000;
	font-size: 16px;
}
.search-box button {
	border: 0;
	background: transparent;
	font-size: 16px;
}
.prd_content {
	padding-bottom: 24px;
}
.prd_content .prd_cate_name {
	padding-right: 300px;
	padding-bottom: 4px;
	font-size: 18px;
	line-height: 18px;
}
.prd_content .prd_cate_name+.multipage {
	position: absolute;
	right: 15px;
	top: 0;
}
.prd_list {
	padding: 6px 0 16px 0;
	margin: 0 -10px;
}
.prd_list .prd_item {
	float: left;
	width: 259px;
	padding: 10px;
	box-sizing: border-box;
	display: inline-flex;
	min-height: 292px;
}
.header .container {
	padding-top: 9px;
}
.prd_list .prd {
	width: 100%;
	text-align: center;
}
.prd_list .prd_photo {
	width: 100%;
	position: relative;
}
.prd_list .prd_photo > img {
	width: 100%;
}
.prd_list .prd_photo .photo {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}
.prd_list .prd_photo .photo:after {
	content: "";
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: middle;
	height: 100%;
}
.prd_list .prd_photo .photo img {
	max-width: 100%;
	vertical-align: middle;
	z-index: 1;
	object-fit: contain;
	height: 150px;
	width: 100%;
}
.prd_list .prd_title {
	height: 40px;
	padding-top: 10px;
	padding-bottom: 6px;
	background: url(../img/prd_title_line.png) no-repeat center bottom;
	font-size: 15px;
	color: #000000;
	line-height: 19px;
	overflow: hidden;
}
.prd_list .prd_price {
	padding: 10px 0;
	font-size: 20px;
	color: #333333;
	font-weight: 600;
}
.prd_list .prd_btn {
	padding: 5px 0;
	text-align: center;
}
.prd_list .prd_btn a {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: top;
	height: 32px;
	padding: 0 8px;
	background-color: #9f824a;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
}
.prd_list .prd_btn a:hover {
	background-color: #ffffff;
	color: #333333;
}
.prd_detail {
	padding-bottom: 24px;
}
.prd_detail .prd_detail_photo {
	float: left;
	width: 430px;
}
.prd_detail .prd_detail_photo .large_photo {
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
.prd_detail .prd_detail_photo .large_photo > img {
	width: 100%;
}
.prd_detail .prd_detail_photo .large_photo .photo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
	font-size: 0;
}
.prd_detail .prd_detail_photo .large_photo .photo:after {
	content: "";
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: middle;
	height: 100%;
}
.prd_detail .prd_detail_photo .large_photo .photo img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.prd_detail .prd_detail_photo .photo_enlarge {
	text-align: center;
	padding-top: 8px;
	font-size: 16px;
}
.prd_detail .prd_detail_photo .photo_enlarge i {
	font-size: 20px;
	font-style: normal;
}
.prd_detail .prd_detail_photo .photo_enlarge a {
	color: #333333;
}
.prd_detail .prd_detail_photo .photo_enlarge a:hover {
	xcolor: #9f824a;
}
.prd_detail .prd_detail_photo .sub_photo_list {
	padding-top: 16px;
	margin: 0 -3px;
}
.prd_detail .prd_detail_photo .sub_photo {
	float: left;
	width: 103px;
	margin: 0 3px;
	box-sizing: border-box;
	position: relative;
}
.prd_detail .prd_detail_photo .sub_photo > img {
	width: 100%;
}
.prd_detail .prd_detail_photo .sub_photo .photo {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	font-size: 0;
	text-align: center;
}
.prd_detail .prd_detail_photo .sub_photo .photo:after {
	content: "";
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: middle;
	height: 100%;
}
.prd_detail .prd_detail_photo .sub_photo .photo img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.prd_detail .prd_detail_info {
	float: right;
	width: calc(100% - 480px);
	padding: 0 10px 8px 10px;
	box-sizing: border-box;
	font-size: 14px;
	color: #333333;
}
.prd_detail .prd_detail_header {
	padding: 6px 10px;
	margin: 0 -10px;
	border-bottom: 1px solid #cccccc;
	color: #333333;
}
.prd_detail .prd_detail_name {
	font-size: 28px;
	font-weight: bold;
	color: #333333;
}
.prd_detail .prd_detail_cate {
	font-size: 18px;
}
.prd_detail .prd_detail_code {
	font-size: 18px;
}
.prd_detail .prd_detail_desc {
	padding: 15px 0;
}
.prd_detail .prd_detail_youtube {
	padding: 15px 0;
}
.prd_detail .prd_detail_youtube iframe {
	width: 100%;
	height: 360px;
	border: 0;
}
.prd_detail .prd_detail_price {
	height: 24px;
	padding: 15px 0;
	font-size: 18px;
	line-height: 24px;
}
.prd_detail .prd_detail_price .select_area {
	padding-bottom: 20px;
}
.prd_detail .prd_detail_color {
	height: auto;
	padding: 10px 0;
	font-size: 18px;
	line-height: 30px;
}
.prd_detail .prd_detail_size {
	height: auto;
	padding: 10px 0;
	font-size: 18px;
	line-height: 30px;
}
.prd_detail .prd_detail_color span.label, .prd_detail .prd_detail_size span.label {
	margin-right: 100%;
}
.prd_detail .prd_detail_color select, .prd_detail .prd_detail_size select {
	width: 100%;
	max-width: 200px;
	height: 30px;
	vertical-align: top;
	padding: 4px;
	box-sizing: border-box;
}
.prd_detail .prd_detail_qty {
	height: 24px;
	padding: 15px 0;
	font-size: 18px;
	line-height: 24px;
}
.prd_detail .prd_detail_qty label {
	vertical-align: top;
}
.prd_detail .prd_detail_qty input[type=text], .prd_detail .prd_detail_qty input[type=number] {
	width: 100px;
	height: 100%;
	vertical-align: top;
	padding-left: 6px;
}
.prd_detail .prd_detail_btn {
	padding: 15px 0;
}
.prd_detail .prd_detail_btn a {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: top;
	height: 36px;
	padding: 0 20px;
	background-color: #000000;
	margin: 0 auto;
	border: 0;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 36px;
	color: #ffffff;
}
.prd_detail .prd_detail_btn a:hover {
	background-color: #085cc1;
	color: #ffffff;
}
.prd_detail .prd_detail_other {
	float: left;
	width: 100%;
	padding: 18px 0;
	border-top: 1px solid #cccccc;
}
.prd_detail .prd_detail_other img {
	max-width: 100%;
}
.prd_detail .desc_img {
	xpadding: 10px 0;
	xmargin: 0;
	width: 100%;
	display: inline-block;
}
.prd_detail .desc_img img {
	max-width: 100%;
	margin-top: 20px;
}
.prd_detail_sp_price {
	color: red;
}
#invalid_color_msg {
	display: none;
	color: #FF0000;
	font-size: 12px;
}
#invalid_size_msg {
	display: none;
	color: #FF0000;
	font-size: 12px;
}
/*-------------------------------------------------------------------------------------*/
/* COMMON CONTENT */

.common_title {
	padding: 0 20px 12px 20px;
	margin: 0 -20px;
	background: url(../img/title_line.png) no-repeat right bottom;
	font-size: 26px;
	color: #333333;
	line-height: 1;
	font-weight: bold;
}
.common_content {
	min-height: 400px;
	padding: 20px 0;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
}
.common_content h3 {
	padding-bottom: 4px;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}
.common_content p {
}
.common_content a {
	color: #333333;
}
.common_content a:hover {
}
/*-------------------------------------------------------------------------------------*/
/* LOGIN & REGISTER  */

.login_content {
}
.login_content .common_title {
	margin: 0;
}
.login_area {
	min-height: 400px;
	padding: 20px 0;
	margin: 0 -15px;
	font-size: 14px;
	color: #333333;
	line-height: 18px;
}
.login_area .login_item {
	float: left;
	width: 50%;
	padding: 15px;
	box-sizing: border-box;
}
.login_area .login_item:first-child {
	padding: 15px;
}
.login_area .login_box {
	width: 100%;
	padding: 20px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}
.login_area .login_box_title {
	padding-bottom: 20px;
	font-size: 18px;
	color: #333333;
}
.login_area .login_box_content {
	min-height: 260px;
	font-size: 14px;
	color: #333333;
}
.login_area .login_box_content p {
}
.login_area .login_box_content label {
	display: block;
	padding-top: 14px;
}
.login_area .login_box_content input[type=password], .login_area .login_box_content input[type=email], .login_area .login_box_content input[type=text] {
	display: block;
	width: 100%;
	height: 26px;
	padding: 0 5px;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	margin-top: 4px;
	box-sizing: border-box;
	line-height: 26px;
	font-size: 14px;
	color: #333333;
}
.login_area .login_box_content a {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: top;
	padding-top: 4px;
	font-size: 12px;
	color: #333333;
}
.login_area .login_box_content a:hover {
	text-decoration: underline;
}
.login_area .login_box_content .login_error_statement {
	color: #FF0000;
	font-size: 12px;
	padding-left: 15px;
	display: none;
}
.login_area .login_box_content img.btn_login_fb {
	cursor: pointer;
	max-width: 100%;
}
.login_area .login_box_btn {
	text-align: center;
}
.login_area .login_box_btn button, .login_area .login_box_btn input[type=submit], .login_area .login_box_btn a {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: top;
	width: 200px;
	height: 36px;
	border: none;
	background-color: transparent;
	margin: 0 auto;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 34px;
	color: #333333;
	cursor: pointer;
}
.login_area .login_box_btn button:hover, .login_area .login_box_btn input[type=submit]:hover, .login_area .login_box_btn a:hover {
	background-color: #9f9f9f;
	color: #ffffff;
}
.forgot_pwd_area {
}
.forgot_pwd_area .msg_box {
	padding: 0px 20px 50px 20px;
	box-sizing: border-box;
}
.forgot_pwd_area .msg_box .msg_change_error {
	color: #FF0000;
}
.forgot_pwd_area .login_item {
	float: none;
	width: 70%;
	margin: 0 auto;
}
.forgot_pwd_area .login_box_content {
	min-height: 120px;
}
.register_area {
	width: 100%;
	max-width: 620px;
	min-height: 400px;
	padding: 20px 10px;
	margin: 0 auto;
	box-sizing: border-box;
}
.register_area .register_row {
	text-align: center;
}
.register_area .register_row label {
	display: block;
	padding-top: 14px;
	text-align: left;
}
.register_area .register_row label span {
	color: #ff0000;
}
.register_area .register_row input[type=password], .register_area .register_row input[type=number], .register_area .register_row input[type=email], .register_area .register_row input[type=date], .register_area .register_row input[type=tel], .register_area .register_row input[type=text], .register_area .register_row textarea {
	display: block;
	width: 100%;
	border: 1px solid #cccccc;
	margin-top: 4px;
	box-sizing: border-box;
	outline: none;
	font-size: 14px;
	color: #333333;
}
.register_area .register_row input[type=password], .register_area .register_row input[type=number], .register_area .register_row input[type=email], .register_area .register_row input[type=date], .register_area .register_row input[type=tel], .register_area .register_row input[type=text] {
	height: 26px;
	padding: 0 5px;
	line-height: 26px;
}
.register_area .register_row input[type=number], .register_area .register_row input[type=email], .register_area .register_row input[type=date], .register_area .register_row input[type=tel], .register_area .register_row input[type=text][readonly=readonly] {
	color: #cccccc;
}
.register_area .register_row textarea {
	height: 78px;
	padding: 5px;
	line-height: normal;
	resize: none;
	font-size: 14px;
}
.register_area .register_row textarea[readonly=readonly] {
	color: #cccccc;
}
.register_area .register_btn {
	padding: 22px 0;
	margin: 0 -4px;
	font-size: 0;
}
.register_area .register_row input[type=button], .register_area .register_btn input[type=button], .register_area .register_btn input[type=submit] {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: top;
	width: 200px;
	height: 36px;
	border: none;
	background-color: transparent;
	margin: 8px 4px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 34px;
	color: #333333;
	cursor: pointer;
}
.register_area .register_row input[type=button]:hover, .register_area .register_btn input[type=button]:hover, .register_area .register_btn input[type=submit]:hover {
	background-color: #9f9f9f;
	color: #ffffff;
}
.register_area .register_row span.registration_error {
	color: #FF0000;
	display: none;
	font-size: 12px;
	padding-left: 15px;
}
.register_area .group_password_entry_show {
	display: none;
}
.register_area .group_edit {
	display: none;
}
/*-------------------------------------------------------------------------------------*/
/* CHECKOUT  */

.checkout_content {
	min-height: 400px;
}
.checkout_content .common_title {
	margin: 0;
}
.checkout_content .msg_box {
	padding: 20px 20px 50px 20px;
	min-height: 300px;
	box-sizing: border-box;
}
.checkout_area {
	padding: 20px 0;
}
.checkout_area .checkout_box {
	width: 100%;
	padding: 20px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	color: #333333;
}
.checkout_area .checkout_box .item_field {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: middle;
	box-sizing: border-box;
	position: relative;
	text-align: center;
}
.checkout_area .checkout_topic {
	padding: 0 15px 10px 15px;
	border-bottom: 1px solid #cccccc;
	box-sizing: border-box;
	font-size: 0;
}
.checkout_area .checkout_topic .item_field {
	font-size: 18px;
}
.checkout_area .checkout_item_list {
	width: 100%;
}
.checkout_area .checkout_item {
	min-height: 100px;
	padding: 15px;
	border-top: 1px dashed #cccccc;
	box-sizing: border-box;
	font-size: 0;
}
.checkout_area .checkout_item:after {
	content: "";
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: middle;
	height: 100px;
}
.checkout_area .checkout_item:first-child {
	border-top: none;
}
.checkout_area .checkout_item .item_field {
	font-size: 14px;
}
.checkout_area .checkout_item .item_field b {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	font-weight: bold;
}
.checkout_area .checkout_item .item_field span {
}
.checkout_area .checkout_item_photo {
	width: 90px;
	height: 70px;
	padding-right: 20px;
	text-align: left;
}
.checkout_area .checkout_item_photo img {
	max-width: 100%;
	max-height: 100%;
}
.checkout_area .checkout_item_info {
	width: 948px;
	text-align: left !important;
	font-size: 0 !important;
}
.checkout_area .checkout_item_name {
	xwidth: calc(100% - 358px);
	width: calc(100% - 568px);
	text-align: left !important;
}
.checkout_area .checkout_item_name a {
	color: #333333;
}
.checkout_area .checkout_item_color {
	width: 120px;
}
.checkout_area .checkout_item_size {
	width: 90px;
}
.checkout_area .checkout_item_price {
	width: 125px;
}
.checkout_area .checkout_item_qty {
	width: 108px;
}
.checkout_area .checkout_item_qty .qty_field {
	width: 100%;
	max-width: 108px;
	position: relative;
}
.checkout_area .checkout_item_qty .qty_field input[type=number], .checkout_area .checkout_item_qty .qty_field input[type=text] {
	width: 100%;
	height: 30px;
	padding: 0 28px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	outline: none;
	line-height: 28px;
	text-align: center;
}
.checkout_area .checkout_item_qty .qty_field a {
	position: absolute;
	top: 0;
	width: 28px;
	height: 30px;
	background-color: #cccccc;
	color: #ffffff;
	line-height: 30px;
	font-size: 24px;
	text-align: center;
}
.checkout_area .checkout_item_qty .qty_field a.qty_plus {
	right: 0;
}
.checkout_area .checkout_item_qty .qty_field a.qty_less {
	left: 0;
}
.checkout_area .checkout_item_qty .qty_field a:hover {
}
.checkout_area .checkout_item_total {
	width: 125px;
}
.checkout_area .checkout_item_delete {
	width: 30px;
	padding-left: 6px;
}
.checkout_area .checkout_item_delete a {
	display: block;
	width: 24px;
	height: 24px;
	background-color: #aaaaaa;
	border-radius: 4px;
	color: #ffffff;
	line-height: 24px;
	text-align: center;
	font-size: 18px;
}
.checkout_area .checkout_topic .checkout_item_photo {
	height: auto;
}
.checkout_area .checkout_total_side {
	padding: 10px 15px 0 753px;
	border-top: 1px solid #cccccc;
	box-sizing: border-box;
	position: relative;
}
.checkout_area .checkout_discount_row {
	position: absolute;
	left: 15px;
	top: 0;
	width: calc(100% - 370px);
	height: 100%;
	padding-top: 10px;
	box-sizing: border-box;
	font-size: 0;
}
.checkout_area .checkout_discount_row:after {
	xcontent: "";
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: middle;
	height: 100%;
}
.checkout_area .checkout_discount_row form {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: middle;
	width: 100%;
}
.checkout_area .checkout_discount_row label {
	display: block;
	padding-bottom: 6px;
	font-size: 18px;
}
.checkout_area .checkout_discount_row input[type=text], .checkout_area .checkout_discount_row input[type=button], .checkout_area .checkout_discount_row input[type=submit] {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: bottom;
	height: 26px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	font-size: 14px;
	color: #333333;
	line-height: 26px;
}
.checkout_area .checkout_discount_row input[type=text] {
	width: calc(100% - 204px);
	max-width: 300px;
	padding: 0 5px;
	margin-right: 4px;
}
.checkout_area .checkout_discount_row input[type=button], .checkout_area .checkout_discount_row input[type=submit] {
	width: 160px;
	background-color: transparent;
	cursor: pointer;
}
.checkout_area .checkout_discount_row input[type=button]:hover, .checkout_area .checkout_discount_row input[type=submit]:hover {
	background-color: #9f9f9f;
	color: #ffffff;
}
.checkout_area .checkout_discount_row .remarks {
	font-size: 12px;
}
.checkout_area .checkout_price_area {
	width: 100%;
	min-height: 96px;
	padding-left: 40px;
	border-left: 1px solid #cccccc;
	box-sizing: border-box;
}
.checkout_area .checkout_price_calc {
	width: 100%;
	font-size: 0;
	color: #333333;
}
.checkout_area .checkout_price_calc span {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: top;
	width: 40%;
	height: 24px;
	text-align: right;
	font-size: 16px;
	line-height: 24px;
}
.checkout_area .checkout_price_calc span:first-child {
	width: 60%;
	text-align: left;
}
.checkout_area .checkout_price_calc.total_price {
	color: #cc0000;
	font-weight: bold;
}
.checkout_area .checkout_btn_area {
	padding-top: 8px;
	text-align: right;
}
.checkout_area .checkout_btn_area input[type=button], .checkout_area .checkout_btn_area input[type=submit] {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: bottom;
	width: 160px;
	height: 36px;
	border: none;
	background-color: #000000;
	box-sizing: border-box;
	margin: 8px 0;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}
.checkout_area .checkout_btn_area input[type=button]:hover, .checkout_area .checkout_btn_area input[type=submit]:hover {
	background-color: #9f9f9f;
	color: #ffffff;
}
.checkout_area .checkout_info {
	padding-top: 30px;
	color: #333333;
}
.checkout_area .checkout_info_note {
	float: right;
	width: calc(100% - 700px);
	padding-left: 30px;
	box-sizing: border-box;
	text-align: justify;
	font-size: 14px;
	line-height: 22px;
}
.checkout_area .checkout_info_note h4 {
	font-size: 16px;
}
.checkout_area .checkout_info_note a {
	color: #333333;
	text-decoration: underline;
	word-break: break-all;
}
.checkout_area .checkout_info_note a:hover {
	color: #000000;
}
.checkout_area .checkout_info_delivery {
	float: left;
	width: 700px;
}
.checkout_area .checkout_info_section {
	width: 100%;
	padding-bottom: 15px;
}
.checkout_area .checkout_info_login {
	width: 100%;
	font-size: 16px;
	background-color: #9f9f9f;
	padding: 8px 20px;
	text-align: center;
	box-sizing: border-box;
}
.checkout_area .checkout_info_login:first-child {
	border-right: 1px solid #45627d;
}
.checkout_area .checkout_info_login a {
	color: #ffffff;
	font-weight: bold;
}
.checkout_area .checkout_info_login a:hover {
}
.checkout_area .checkout_info_login_text {
	padding: 30px 20px 10px 20px;
}
.checkout_area .checkout_info_login_text p {
	font-size: 25px;
	color: #333333;
	font-weight: 500;
	font-weight: bold;
	color: #9f824a;
}
.checkout_area .checkout_info_title {
	padding: 8px 20px;
	border-bottom: 1px solid #cccccc;
	font-size: 18px;
	color: #333333;
}
.checkout_area .checkout_info_form {
	padding: 8px 20px;
}
.checkout_area .checkout_info_row {
	padding: 8px 0;
	font-size: 0;
}
.checkout_area .checkout_info_row label {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: top;
	width: 200px;
	min-height: 26px;
	font-size: 14px;
	line-height: 26px;
}
.checkout_area .checkout_info_row label .essential_element {
	color: red;
}
.checkout_area .checkout_info_row input[type=number], .checkout_area .checkout_info_row input[type=email], .checkout_area .checkout_info_row input[type=date], .checkout_area .checkout_info_row input[type=tel], .checkout_area .checkout_info_row input[type=text], .checkout_area .checkout_info_row select, .checkout_area .checkout_info_row textarea {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: bottom;
	width: calc(100% - 200px);
	height: 26px;
	padding: 0 5px;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	line-height: 26px;
	font-size: 14px;
	color: #333333;
}
.checkout_area .checkout_info_row textarea {
	height: 60px;
	padding: 5px;
	resize: none;
	line-height: 16px;
}
.checkout_area .checkout_info_row input[type=button], .checkout_area .checkout_info_row input[type=submit] {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: bottom;
	width: 160px;
	height: 36px;
	border: none;
	background-color: #000000;
	box-sizing: border-box;
	margin-right: 10px;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}
.checkout_area .checkout_info_row input[type=button]:hover, .checkout_area .checkout_info_row input[type=submit]:hover {
	background-color: #9f9f9f;
	color: #ffffff;
}
.history_content {
}
.history_content .common_title {
	margin: 0;
}
.order_area {
	padding: 20px 0 40px 0;
}
.order_area .order_box {
	width: 100%;
	padding: 20px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	color: #333333;
}
.order_area .order_field {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: top;
	padding: 0 5px;
	box-sizing: border-box;
}
.order_area .order_topic {
	padding: 0 145px 10px 10px;
	border-bottom: 1px solid #cccccc;
	box-sizing: border-box;
	font-size: 0;
}
.order_area .order_topic .order_field {
	font-size: 18px;
}
.order_area .order_list {
	width: 100%;
}
.order_area .order {
	padding: 10px 145px 10px 10px;
	border-top: 1px dashed #cccccc;
	box-sizing: border-box;
	position: relative;
	font-size: 0;
}
.order_area .order:first-child {
	border-top: none;
}
.order_area .order .order_field {
	min-height: 36px;
	position: relative;
	font-size: 14px;
	line-height: 36px;
}
.order_area .order .order_field b {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	font-weight: bold;
}
.order_area .order .order_field span {
}
.order_area .order_code {
	width: 342px;
}
.order_area .order_date, .order_area .order_price, .order_area .order_status {
	width: 200px;
}
.order_area .order_btn {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 135px;
}
.order_area .order_btn a {
	display: block;
	width: 100%;
	height: 36px;
	padding: 0 20px;
	background-color: #000000;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 36px;
	color: #ffffff;
	text-align: center;
}
.order_area .order_btn a:hover {
	background-color: #9f9f9f;
	color: #ffffff;
}
.language_option {
	float: left;
}
.enquiry_form {
	width: 100%;
	max-width: 700px;
	padding-bottom: 26px;
}
.enquiry_form .form_area {
	width: 100%;
}
.enquiry_form .form_info {
	padding-bottom: 16px;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	word-spacing: 1.5px;
}
.enquiry_form .form_info span {
	xfont-size: 14px;
}
.enquiry_form .form_info em {
	color: #ff0000;
}
.enquiry_form .form_row {
	padding-bottom: 16px;
	xpadding-left: 150px;
	box-sizing: border-box;
	position: relative;
}
.enquiry_form .form_title {
	xposition: absolute;
	left: 0;
	top: 0;
	width: 150px;
	line-height: 30px;
	font-size: 16px;
	color: #0062a5;
	font-weight: bold;
}
.enquiry_form .form_title em {
	color: #ff0000;
}
.enquiry_form .form_field {
	width: 100%;
}
.enquiry_form .form_field input[type=number], .enquiry_form .form_field input[type=email], .enquiry_form .form_field input[type=date], .enquiry_form .form_field input[type=tel], .enquiry_form .form_field input[type=text], .enquiry_form .form_field select, .enquiry_form .form_field textarea {
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-sizing: border-box;
	outline: none;
	font-size: 16px;
	color: #333333;
}
.enquiry_form .form_field input[type=number], .enquiry_form .form_field input[type=email], .enquiry_form .form_field input[type=date], .enquiry_form .form_field input[type=tel], .enquiry_form .form_field input[type=text], .enquiry_form .form_field select {
	height: 30px;
	padding: 0 10px;
}
.enquiry_form .form_field textarea {
	height: 120px;
	padding: 6px 10px;
	resize: none;
}
.enquiry_form .form_field button, .enquiry_form .form_field input[type=submit], .enquiry_form .form_field input[type=reset], .enquiry_form .form_field input[type=button] {
	width: 126px;
	height: 36px;
	background-color: #ea9383;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	color: #0061a5;
	font-weight: bold;
	line-height: 36px;
	cursor: pointer;
}
.enquiry_form .form_field button:hover, .enquiry_form .form_field input[type=submit]:hover, .enquiry_form .form_field input[type=reset]:hover, .enquiry_form .form_field input[type=button]:hover {
	background-color: #0061a5;
	color: #ffffff;
}
/*------------------------------------*\
	        HEADER
\*------------------------------------*/

.img {
	max-width: 100%;
}
a:hover {
	text-decoration: none;
}
.header {
	position: relative;
	background: rgb(255 255 255 / 40%);
	z-index: 9;
	width: 100%;
}
#top .logo img, #top .logo {
	width: auto;
}
#top {
	padding-top: 0;
}
#top ul.menu_list > li {
	padding: 0;
}
#top ul.menu_list > li a.lv1 {
	font-size: 16px;
	color: #000000;
}
div#toolbar, #top {
	background: transparent;
}
#toolbar .member_area ul li a .fa {
	font-size: 18px;
}
#toolbar .member_area ul li {
	padding: 0 5px;
}
#top ul.menu_list > li:hover a.lv1, #top ul.menu_list > li a.lv1:hover, #top ul.menu_list > li.onMenu a.lv1, #top ol.menu_sub_list {
	background-color: #0f66ce;
}
#toolbar .member_area ul li {
	border: 0;
	vertical-align: middle;
}
#toolbar .member_area ul li select {
	background: transparent;
	border: 0;
	color: #000;
}
i.fa.fa-globe {
	color: #000;
}
#toolbar .member_area ul li select option {
	background: #000;
}
/* #footer {color:black; padding-top:40px; background:url(../img/foot-bg.png) no-repeat center; background-size:cover; background-position:center;} */
#footer {
	color: black;
	padding-top: 40px;
	background-color: white;
	box-shadow: inset 0 -4px 10px #555;
}
#footer a {
	color: black;
}
h3.pagetitle {
	font-size: 19px;
	line-height: 26px;
	font-weight: 700;
}
#footer ul li {
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
}
#footer p {
	margin-bottom: 0 !important;
}
#footer ul {
	padding-top: 10px;
}
.faddress, .f-address p {
	font-size: 13px;
}
.faddress i {
	font-size: 24px;
	padding-right: 10px;
}
.f-address p i {
	font-size: 16px;
	padding-right: 10px;
}
#footer .copyright {
	color: black;
	width: 100%;
}
/*------------------------------------*\
	        HOME
\*------------------------------------*/

.home-slider .slider-content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
	max-width: 1140px;
	padding: 0 15px;
	margin: 0 auto;
}
.home-slider .slider-content h2 {
	font-family: 'Cormorant';
	text-transform: uppercase;
	font-size: 44px;
	color: #000;
}
.home-slider .slider-content h3 {
	font-weight: 500;
	font-size: 22px;
}
.owl-controls .owl-dots {
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: right;
	max-width: 1140px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.owl-dots .owl-dot {
	display: inline-block;
	margin: 0 5px;
}
.owl-dots .owl-dot span {
	display: block;
	width: 13px;
	height: 13px;
	background: #fff;
	border-radius: 100%;
}
.owl-dots .owl-dot.active span {
	background: #ffff00;
	padding: 0;
}
.section-title {
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 25px;
}
/* .section-title:after, #main .title:after {
	content: '';
	display: block;
	width: 60px;
	height: 4px;
	background: #ffff00;
} */
.section-title.text-center:after, #main .title:after {
	margin: 10px auto;
}
a.btn {
	border: 1px solid #000;
	border-radius: 0;
	transition: all .3s;
}
a.btn:hover {
	background: #000;
	color: #fff;
}
.owl-theme .owl-nav {
	display: flex;
	width: 100%;
	max-width: 1140px;
	justify-content: space-between;
	position: absolute;
	top: 45%;
	font-size: 26px;
	color: #818181;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.owl-theme .owl-nav > div {
	width: 40px;
	height: 40px;
	border: 1px solid #a5a5a5;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pro-section {
	/* background:url(../img/pro-bg.png) no-repeat center;
    background-size:cover; */
	background-color: #3e505d;
}
.pro-section .prd_list .prd {
	background: #fff;
}
#main .title_area {
	border: 0;
}
#main .title {
	background: transparent;
	color: #fff;
	text-transform: uppercase;
	display: block;
	text-align: center;
	margin-bottom: 30px;
}
.pro-section a.btn {
	color: #fff;
	border-color: #fff;
}
.pro-section:before {
	content: '';
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
	border-top: 25px solid #fff;
	display: inline-block;
	width: auto;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -12px;
}
.cat-icon {
	height: 180px;
	width: 180px;
	display: flex;
	align-items: center;
	margin: 0 auto;
	justify-content: center;
	background: #2a274c;
	border-radius: 100%;
}
.cat-item {
	text-align: center;
}
.cat-item h4 {
	font-size: 18px;
	padding: 15px 0;
}
.cat-item {
	margin-bottom: 30px;
}
.category-title {
	background: #000;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border-radius: 25px;
	padding: 10px 35px;
	display: table;
	margin: 0 auto;
}
/*------------------------------------*\
	        SUBPAGE
\*------------------------------------*/
.banner {
	position: relative;
}
.banner img {
	height: 290px;
	width: 100%;
	object-fit: cover;
}
.bread {
	font-size: 16px;
	color: gainsboro;
}
.bread a {
	color: white;
}
#wrap .page-title {
	position: absolute;
	bottom: 118px;
	max-width: 1140px;
	margin: 0 auto;
	width: 100%;
	right: 0;
	left: 0;
	padding: 0 15px;
	text-align: center;
}
.page-title h1 {
	text-transform: uppercase;
	font-size: 30px;
	line-height: 34px;
	color: white;
	font-weight: 700;
	padding: 10px 0px;
	text-align: center !important;
}
p:not(:last-child) {
	margin-bottom: 25px;
}
.pagination {
	display: block;
	margin: 0px;
}
.pagination .link {
	padding-top: 7px;
}
.pagination a {
	display: inline-block;
	color: #000;
	height: 30px;
	width: 30px;
	vertical-align: middle;
	text-align: center;
	line-height: 30px;
	margin: 0 4px;
}
.pagination a.active {
	background: #433d83;
	color: #fff;
}
.pagination a i {
	height: 30px;
	line-height: 30px;
}
#main .cate_title {
	background-image: linear-gradient(to right, #136cc8, #46ab78);
	color: #fff;
}
.news-item {
	background: #fff;
	border: 1px solid #c2c0e5;
	margin-bottom: 25px;
}
.news-item h3 {
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
.news-date {
	font-size: 18px;
	font-weight: bold;
	color: #ff8b34;
	display: block;
	padding-bottom: 10px;
}
.news-left {
	padding-right: 30px;
	min-width: 30%;
}
.news-right {
	min-width: 70%;
	padding: 20px 0;
}
.news-right p {
	margin-bottom: 20px;
}
.news-right a {
	margin: 0;
	border: 0;
	color: #433d83;
	font-weight: 700;
	font-style: italic;
	display: block;
	border-top: 1px solid #ddd;
	text-align: left;
	padding: 10px 0;
}
.single-post .date {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: #433d83;
	display: inline-block;
	padding: 4px 12px;
}
.single-post h3 {
	color: #000;
	font-size: 24px;
	font-weight: 600;
	line-height: 26px;
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 2px solid #ddd;
}
/* .prd_list .prd_price del {
	display: none;
} */
.prd_list .prd_title {
	height: auto;
	background: transparent;
}
.prd_detail_sp_price {
	color: #000;
	font-size: 16px;
}
.prd_list .prd_title {
	color: #333333;
	font-weight: 600;
	margin-top: 2px;
	font-size: 15px;
}
.prd_list .prd_price {
	padding: 0;
}
.prd_list .prd_photo > img, .prd_detail .prd_detail_photo .large_photo > img {
	display: none !important;
}
.prd_list .prd_photo .photo, .prd_detail .prd_detail_photo .large_photo .photo {
	position: relative;
}
.pro-cat {
	font-size: 33px;
	text-transform: uppercase;
	font-family: 'Cormorant', serif;
}
.prd_detail .prd_detail_btn a {
	background-color: #0f66ce;
	font-weight: 600;
	padding: 0 30px;
}
.prd_detail .prd_detail_qty {
	height: auto;
}
.prd_detail .prd_detail_qty input[type=number] {
	padding: 2px 5px;
}
.prd_detail .prd_detail_header {
	border-bottom: 1px solid #b6b3cd;
	padding: 10px 0;
}
.prd_detail .prd_detail_price {
	height: auto;
	padding-bottom: 0;
}
.pro-slider.prd_list .prd_photo .photo img {
	width: auto;
}
.prd_list .prd {
	text-align: center;
	border: 1px solid #ddd;
	padding: 15px;
}
.sec-title {
	color: #0f66ce;
	font-weight: bold;
	font-size: 29px;
	font-family: 'Oxygen', sans-serif;
}
.prd_detail .prd_detail_name {
	color: #003399;
	line-height: 30px;
}
.prd_detail .prd_detail_photo .large_photo, .prd_detail .prd_detail_photo .sub_photo .photo {
	border: 1px solid #ddd;
}
#main .cate_list ul li a {
	font-size: 14px;
	color: #000;
	font-weight: 700;
}
#main .cate_list ul li a:before {
	content: "\f105";
	font-family: 'FontAwesome';
	padding-right: 8px;
}
#main .cate_list ul li a:hover {
	color: #1b1464;
}
.banner_stlye_1 {
	max-height: 70vh;
}
 @media (min-width:1025px) {
#top ul.menu_list {
	/* padding-left: 108px; */
	margin-top: 0px;
}
}
@media (max-width:1400px) {
.banner_stlye_1 {
	max-height: 50vh;
}
}
@media (max-width:1024px) {
.logo.text-center {
	max-width: 250px;
	margin-bottom: 15px;
}
#top .container {
	position: initial;
}
#top .mobile_btn {
	top: 45px;
	margin-top: 0;
}
.news-section .news-right {
	padding: 15px 0;
}
.pro-slider .owl-stage-outer {
	padding: 0;
}
.home-slider .slider-content h2 {
	font-size: 30px;
}
.home-slider .slider-content h3 {
	font-size: 20px;
}
.home-slider.owl-carousel .owl-item img {
	min-height: 250px;
	object-fit: cover;
}
.banner img {
	min-height: 180px;
	object-fit: cover;
}
.page-title h1 {
	font-size: 26px;
}
.banner_stlye_1 {
	max-height: 40vh;
}
}
 @media (max-width:767px) {
.news-left {
	padding: 0;
	width: 100%;
	text-align: center;
}
.banner_stlye_1 {
	max-height: 30vh;
}
}
.news-right {
	padding: 20px 15px;
}
}
 @media (max-width:520px) {
.pro-slider.prd_list .prd_item {
	width: 100%;
}
.banner_stlye_1 {
	max-height: 20vh;
}
}
/****** search box ******/
.expanding-search-form .search-label:focus {
	outline: 0;
}
.expanding-search-form .search-input:focus {
	outline: 0;
}
.expanding-search-form .search-dropdown button.dropdown-toggle:focus {
	outline: 0;
}
.member_area ul li a p.p-texts {
	display: inline-block;
	margin-left: 8px;
}
.member_area ul li a p.p-texts strong {
	font-family: 'Oxygen', sans-serif;
	font-weight: bold;
	font-size: 17px;
	color: #444;
}
li.cart-wrapp {
	list-style: none;
}
li.cart-wrapp p.p-texts {
	margin-bottom: 0px;
	font-size: 14px;
	color: #676767;
}
li.cart-wrapp span.cart-no {
	background: #e8eff4;
	width: 23px;
	height: 23px;
	color: #000;
	display: inline-block;
	text-align: center;
	border-radius: 40px;
	font-size: 19px;
	line-height: 23px;
}
li.cart-wrapp .fa-shopping-cart {
	color: #444444;
	font-size: 20px;
	margin-right: 2px;
}
li.cart-wrapp {
	list-style: none;
	margin-top: 41px;
	float: right;
}
li.cart-wrapp span.fa.fa-shopping-bag {
	font-size: 20px;
	margin-right: 2px;
	color: #444444;
}
li.cart-wrapp a:hover {
	text-decoration: none;
}
.wrapper-search-row {
	width: 100%;
	float: left;
	margin-top: 63px;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.expanding-search-form {
	position: relative;
	top: 0;
	left: 0;
	display: flex;
	height: 34px;
	width: 100%;
}
.expanding-search-form .search-label {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px solid #e7e7e7;
	z-index: 2;
	cursor: pointer;
	border-radius: 3px;
	height: 47px;
}
.expanding-search-form .search-input {
	position: relative;
	top: 0;
	display: inline-block;
	height: 48px;
	width: 100%;
	float: left;
	border: 0;
	font-size: 16px;
	z-index: 2;
	box-shadow: none;
	border-radius: 0;
	padding-left: 13px;
}
.expanding-search-form .search-input:focus + .search-label {
	border-color: #2299ff;
}
.expanding-search-form .button {
	position: relative;
	top: 0;
	display: inline-block;
	float: left;
	padding: 0 22px;
	color: #fff;
	border: 1px solid transparent;
	background-color: #0f66ce;
	text-align: center;
	height: 45px !important;
}
.expanding-search-form .search-dropdown button.dropdown-toggle {
	background: none;
	color: #444444;
	font-weight: 600;
	font-size: 13px;
	border-left: solid 1px #e7e7e7;
}
.expanding-search-form .button:hover {
	background-color: #0080ee;
}
.expanding-search-form .search-dropdown {
	position: relative;
	top: 0;
	display: inline-block;
	float: left;
	padding: 3px;
}
.expanding-search-form .search-dropdown.open .dropdown-menu {
	display: block;
}
.expanding-search-form .dropdown-toggle {
	height: 28px;
	font-size: 12px;
	line-height: 28px;
	border-radius: 2px;
	z-index: 3;
}
.expanding-search-form .dropdown-menu {
	position: absolute;
	top: 46px;
	display: none;
	margin: 0;
	padding: 5px;
	list-style: none;
	background-color: #fff;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	z-index: 3;
}
.expanding-search-form .dropdown-menu > li > a {
	display: block;
	padding: 4px 12px;
	color: #2299ff;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	border-radius: 2px;
	transition: 250ms all ease-in-out;
}
.expanding-search-form .dropdown-menu > li > a:hover {
	color: #fff;
	background-color: #2299ff;
}
.expanding-search-form .dropdown-menu > .menu-active {
	display: none;
}
.expanding-search-form .search-button {
	height: 34px;
	z-index: 3;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.expanding-search-form .search-button .icon {
	font-size: 20px;
}
.row.row-banner-rr {
	margin-top: 19px;
}
/****** Newsletter and footer ******/
.email-subscribe-wrapper {
	padding: 0px;
	padding-bottom: 25px;
	background: #f9f9f9;
}
.newsletter-footer {
	display: flex;
	margin: 0px auto;
	width: 70%;
	padding-top: 27px;
	padding-bottom: 5px;
}
.newsletter-footer .email-subscribe-foo {
	width: 63%;
	display: flex;
	margin-left: 16px;
}
.email-subscribe-foo form{
display: inline-flex;
width: 100%;
}
.copyright {
	color: #fff;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 11px;
}
.copyright p {
	margin-bottom: 0;
}
.newsletter-footer h3 {
	font-size: 18px;
	padding-bottom: 0;
	font-weight: bold;
	text-align: left;
	display: inline-block;
	margin-top: 12px;
}
.newsletter-footer .email-subscribe-foo .input-wrapper {
	height: 49px;
	padding: 3px 7px;
	font-size: 15px;
	width: 100%;
}
.newsletter-footer .email-subscribe-foo .button-wrapper {
	background: #0f66ce;
	color: #fff;
	border: none;
	/*padding: 8px 43px;*/
	font-size: 13px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	padding: 10px;
   	width: 100px;
}
.newsletter-footer .email-subscribe-foo .input-wrapper:focus {
	outline: 0;
}
.newsletter-footer .email-subscribe-foo .button-wrapper:hover {
	background: #800000;
}
.footer-wrapper {
	background-color: #f9f9f9;
	padding-top: 59px;
	padding-bottom: 20px;
	border-top: solid 1px #bebebe;
}
.footer-text {
	width: 100%;
	float: left;
}
.footer-text ul {
	padding: 0px;
	margin: 0px;
}
.footer-text ul li {
	list-style: none;
}
.footer-text ul li a {
	color: #333333;
	font-size: 15px;
	line-height: 26px;
	text-decoration: none;
	font-weight: normal;
}
.footer-text h3 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}
.footer-text ul li {
	line-height: 34px;
	font-size: 14px;
}
.footer-text ul li span {
	padding-left: 11px;
}
.container {
	padding-top: 29px;
}
.footer-wrapper p {
	color: #000000;
	font-size: 14px;
}
.footer-menu1 ul li a {
	font-weight: bold;
	text-transform: uppercase;
}


/*****Mobile Layout*****/
@media only screen and (max-width: 767px) {
.footer-box .col-md-2 {
	margin-bottom: 30px;
}
.header-row-wrapper .col-md-2 {
	max-width: 68%;
	flex: auto;
}
.newsletter-footer {
	width: 100%;
	display: inherit;
}
.newsletter-footer .email-subscribe-foo {
	width: 100%;
	display: flex;
	margin-left: 0;
	margin-top: 11px;
}
.footer-logo {
	margin-bottom: 22px;
}
.banner-img-wrapper img {
	height: 240px;
	object-fit: cover;
}
.wrapper-search-row {
	display: none;
}
.header-row-wrapper .col-md-2 {
	max-width: 68%;
	flex: auto;
}
.header-row-wrapper .member_area {
	display: none;
}
}
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
.prd_list .prd_item {
	min-height: 321px;
}
}
