/*상단 */
.container2:before {
	display: none !important;
}

.Header {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	background: #fff;
	border-bottom: 1px solid #ddd;
}
.Header-Bg {
	width: 100%;
	height: 41px;
	line-height: 41px;
	background: #193b15;
	display: block;
	font-size: 0;
	text-align: center;
}
.Header-Bg a {
	color: #fff;
	font-weight: bold;
	font-size: 17px;
}

.Header .Header-inner {
	position: relative;
	display: block;
	width: 1200px;
	/* width: 1300px; */
	margin: 0 auto;
}

.Header .Header-inner .Top {
	position: relative;
	display: block;
	width: 100%;
	height: 43px;
	line-height: 43px;
	font-size: 0;
}
.Header .Header-inner .Top .link1 {
	position: absolute;
	left: 0;
	top: 9px;
	display: block;
	width: 181px;
	height: 25px;
	line-height: 23px;
	z-index: 10;
	background: #fff;
	border-radius: 25px;
	font-size: 0;
	text-align: center;
	border: 1px solid #d9dadc;
	box-sizing: border-box;
	vertical-align: middle;
}

.Header .Header-inner .Top .link1 span.span1 {
	color: #58595b;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	line-height: 1;
	letter-spacing: -0.4px;
}

.Header .Header-inner .Top .link1 span.span2 {
	color: #347a2c;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	line-height: 1;
	letter-spacing: -0.4px;
}

.Top-right {
	position: absolute;
	right: 0;
	top: 0;
	height: 43px;
	line-height: 43px;
	display: inline-block;
	font-size: 0;
}

.Top-right>div.div {
	display: inline-block;
	position: relative;
	font-size: 0;
}

.Top-right>div.div.myIc {
	padding-left: 19px;
	background: url(/images/common/myIc.png)no-repeat left 0 center;
	background-size: 15px;
}

.Top-right>div.div>a {
	display: inline-block;
	line-height: 1;
	font-size: 14px;
	font-weight: 700;
	color: #414042;
	letter-spacing: -0.4px;
	vertical-align: middle;
}
.Top-right>div.div>a.curr {
	color: #193b15;
}

.Top-right>span {
	display: inline-block;
	width: 1px;
	height: 13px;
	margin: 0 12px;
	background: #d1d3d4;
	font-size: 0;
	vertical-align: middle;
	line-height: 1;
}
.Top-right .sub_div {
	position: absolute;
	left: -13px;
	top: 40px;
	z-index: 20;
	background: #fff;
	border: 1px solid #f8f8f8;
	box-sizing: border-box;
	min-height: 10px;
	vertical-align: top;
	display: none;
	padding: 0 10px;
	text-align: left;
	height: auto;
	font-size: 0;
}
.Top-right .sub_div a {
	display: block;
	box-sizing: border-box;
	font-size: 13px;
	font-weight: 700;
	color: #414042;
	padding: 7px 0 ;
	line-height: 1;
	border-bottom: 1px solid #f8f8f8;
}

.Top-right>div.div.sub:after {
	display: inline-block;
	content: "";
	width: 14px;
	height: 5px;
	margin-left: 2px;
	vertical-align: middle;
	background: url(/images/H-arrow.png)no-repeat center center;
}

.Top-right>div.div.sub:hover .sub_div {
	display: block;
}

.logo_ko  {
	position: relative;
	display: block;
	text-align: center;
	font-size: 0;
	width: 100%;
	height: 115px;
	height: 88px;
}

.logo_ko a {
	display: block;
	width: 261px;
	height: 87px;
	/* background: url(/images/logo_c4.png)no-repeat center center; */
	/* background: url(/images/logo_c5.png)no-repeat center center; */
	background: url(/images/logo_c5_201015.png)no-repeat center center;
	margin: 0 auto;
	margin-top: 8px;
}

.nav-width-01 {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.Main-Nav {
	float: left;
	position: relative;
	display: block;
	width: 925px;
	height: auto;
	font-size: 0;
}

.Main-Nav ul li {
	position: relative;
	display: block;
	width: 140px;
	height: 99px;
	line-height: 99px;
	float: left;
	text-align: center;
	font-size: 0;
}

.Main-Nav ul li.First {
	position: relative;
	display: block;
	width: 180px;
	height: 99px;
	line-height: 99px;
	float: left;
	text-align:left;
}

.Main-Nav ul li.bar {
	position: relative;
	display: block;
	width: 1px;
	height: 17px;
	margin: 41px 0;
	line-height: 66px;
	float: left;
	background: #bcbec0;
}

.Main-Nav ul li a {
	position: relative;
	font-size: 17px;
	letter-spacing: -0.4px;
	color: #231f20;
	font-weight: 700;
	display: inline-flex;
	vertical-align: middle;
	height: 19px;
	line-height: 19px;
}

.Main-Nav ul li a:hover {
	color: #193b15;
}

.Main-Nav ul li a:hover:after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	z-index: 12;
	bottom: -5px;
	background: #193b15;
	left: 50%;
	transform: translateX(-50%);
}

.Main-Nav ul li.First a:hover:after {
	display: none;
}

/* .Main-Nav ul li.First a:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(/images/H-main-btn.png)no-repeat center center;
	background-size: 100%;
	display: inline-flex;
	vertical-align: middle;
	margin-right: 34px;
} */

.Main-Nav ul li.First a:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/images/H-main-btn.png)no-repeat center top 2px;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 40px;
}

.Main-sch {
	float: right;
	width: calc(100% - 1025px);
	width: calc(100% - 925px);
	height: 99px;
	/* padding:  0 11px; */
	font-size: 0;
}

.Main-sch>div {
	position: relative;
	display: inline-block;
	width: 271px;
	height: auto;
	font-size: 0;
	float: left;
	float: right;
	z-index: 999;
}

.Main-sch>div>input {
	padding: 0;
	margin: 0;
	border: 0;
	box-shadow: none;
	display: block;
	width: 100%;
	height: 44px;
	margin: 28px 0;
	padding: 0 55px 0 25px;
	box-sizing: border-box;
	background: url(/images/schBg.png)no-repeat center center;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.4px;
	color: #58595b;
	z-index: 1;
	vertical-align: top;
}

.Main-sch>div>input::placeholder {
	color: #58595b;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.4px;
}
.Main-sch>div>input::-webkit-input-placeholder {
	color: #58595b;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.4px;
}
.Main-sch>div>input:-ms-input-placeholder {
	color: #58595b;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.4px;
}

.Main-sch>div>button {
	position: absolute;
	z-index: 20;
	right: 11px;
	top: 35px;
	width: 30px;
	height: 30px;
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
	font-size: 0;
	cursor: pointer;
}
.Main-sch>div>button:active {
  border: 1px solid #193b15;
}

.Main-sch a {
	position: relative;
	display: block;
	width: 38px;
	height: 28px;
	float: left;
	margin: 18px 0;
	margin-left: 22px;
	background: url(/images/H-cart.png)no-repeat center center;
}

.Main-Sub-Nav {
	position: absolute;
	top: 245px;
	box-sizing: border-box;
	margin-top: 20px;
	left: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	transition: height 0.3s;
	background: #fff;
	z-index: 100;
}

.Main-Sub-Nav .inner {
	position: relative;
	display: block;
	/* width: 1373px; */
	width: 1200px;
	height: auto;
	min-height: 30px;
	margin: 0 auto;
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #d1d3d4;
	padding: 40px 72px 40px 37px;
}

.Main-Sub-Nav .inner ul {
	position: relative;
	display: block;
	width: 20%;
	height: auto;
	float: left;
}
.Main-Sub-Nav .inner ul li {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	line-height: 1;
	font-size: 0;
}
.Main-Sub-Nav .inner ul li:nth-child(n+2) {
	margin-top: 20px;
}

.Main-Sub-Nav .inner ul li a {
	display: inline-block;
	font-size: 14px;
	color: #58595b;
	font-weight: 500;
	letter-spacing: -0.5px;
}

.Main-Sub-Nav .inner ul li a:hover {
	text-decoration: underline;
}
.Main-Sub-Nav .inner ul li.cate0 a {
	display: inline-block;
	/* font-size: 25px; */
	font-size: 16px;
	color: #58595b;
	font-weight: 700;
	letter-spacing: -0.5px;
}
.Main-Sub-Nav .inner ul li.cate0 a:hover {
	text-decoration: none;
}

.Header.Header-fixed {
	position: fixed !important
}
.Header.Header-fixed .Header-Bg,
.Header.Header-fixed .Header-inner .Top,
.Header.Header-fixed .Header-inner .logo_ko {
	display: none !important;
}

.Header.Header-fixed .Main-Sub-Nav {
	top: 66px;
}

/* 상단 끝 */

/* 하단 */

footer {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	/* padding-top: 155px; */
	box-sizing: border-box;
}

.guarantee {
	position: relative;
	display: block;
	width: 100%;
	height: 85px;
	font-size: 0;
}

.guarantee>.inner {
	position: relative;
	display: block;
	width: 100%;
	height: 85px;
	font-size: 0;
}

.guarantee>.inner .Img{
	position: absolute;
	display: block;
	width: 1373px;
	width: 1066px;
	height: 93px;
	top: -18px;
	/* left: 50%; */
	left: 0;
	right: 0;
	margin: auto;
	/* transform: translateX(-50%); */
	background: url(/images/guarantee2.png)no-repeat center center;
	z-index: 12;
}
.left-color {
	position: absolute;
	z-index: 9;
	width: 50%;
	left: 0;
	top: 0;
	background: #296022;
	height: 62px;
	display: block;
}
.right-color {
	position: absolute;
	z-index: 9;
	width: 50%;
	right: 0;
	top: 0;
	background: #6e9843;
	height: 62px;
	display: block;
}

.footer {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	background: #193b15;
	z-index: 10;
}

.footer .footer-inner {
	position: relative;
	display: block;
	width: 1200px;
	margin: 0 auto;
	height: 240px;
	font-size: 0;
}

.footer .footer-inner .logo-div {
	position: relative;
	display: inline-block;
	width: 306px;
	height: auto;
	min-height: 10px;
	vertical-align: top;
	box-sizing: border-box;
	padding-top: 92px;
}
.footer .footer-inner .logo-div img {
}

.footer .footer-inner .f-info-div {
	position: relative;
	display: inline-block;
	width: calc(100% - 306px);
	height: auto;
	min-height: 10px;
	vertical-align: top;
}

.footer .footer-inner .f-info-div:after {
	content: "";
	display: block;
	clear: both;
}

.footer .footer-inner .f-info-div .inner1 {
	display: block;
	width: 830px;
	height: auto;
	position: relative;
	float: left;
}

.footer .footer-inner .f-info-div .inner1 .foot-link {
	position: relative;
	display: block;
	width: 100%;
	height: 100px;
	line-height: 100px;
}

.footer .footer-inner .f-info-div .inner1 .foot-link a {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.5px;
	color: #fff;
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}


.footer .footer-inner .f-info-div .inner1 .foot-link a:hover {
	text-decoration: underline;
}

.footer .footer-inner .f-info-div .inner1 .Info {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	font-size: 0;
}

.footer .footer-inner .f-info-div .inner1 .Info {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	font-size: 0;
}

.footer .footer-inner .f-info-div .inner1 .Info  p {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.7px;
	color: #fff;
	line-height: 1;
	margin-bottom: 10px;
}

.foot-link span {
	width: 1px;
	height: 18px;
	background: #fff;
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	margin: 0 33px;
}

.footer .footer-inner .f-info-div .inner2 {
	/* float: left; */
	position: absolute;
	z-index: 30;
	display: block;
	width: calc(100% - 580px);
	height: auto;
	box-sizing: border-box;
	/* padding-top: 83px; */
	font-size: 0;
	text-align: right;
	right: 0;
	top: 83px;
}

.footer .footer-inner .f-info-div .inner2 p {
	font-size: 30px;
	letter-spacing: -0.5px;
	color: #fff;
	font-weight: 500;
	display: block;
	line-height: 1;
	margin-bottom: 27px;
}

.footer .footer-inner .f-info-div .inner2 a {
	font-size: 25px;
	letter-spacing: -0.5px;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	line-height: 1;
}


/* 하단 끝 */

/* 메인 */

.Shop_mainBanner {
	min-width: 1200px;
}

.product_btns {
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 1px;
}

.product_btns>div {
	position: relative;
	display: block;
	width: 1200px;
	margin: 0 auto;
	height: 1px;
	font-size: 0;
}

.product_btns>div:after {
	display: block;
	content: "";
}
.product_btns>div>div {
	display: block;
	position: relative;
	height: 533px;
	width: 250px;
	float: right;
	font-size: 0;
}

.product_btns>div a {
	display: block;
	vertical-align: top;
	width: 100%;
	height: 12.5%;
	background: rgba(3,25,51,0.9);
}

.product_btns>div a:hover {
	background: #2968b7;
}

.product_btns>div a>div {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.product_btns>div a>div>div {
	position: relative;
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.product_btns>div a p {
	float: left;
	display: block;
	max-width: 165px;
	box-sizing: border-box;
	font-size: 16px;
	letter-spacing: -0.020em;
	font-weight: 300;
	color: #fff;
	padding-left: 20px;
	padding-right: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
	height: 24px;
	line-height: 24px;
}

.product_btns>div a span {
	float: right;
	font-size: 12px;
	width: 65px;
	height: 24px;
	text-align: center;
	line-height: 22px;
	color: #fff;
	font-size: 13px;
	letter-spacing: -0.020em;
	border: 1px solid #9fa7b0;
	border-radius: 3px;
	display: block;
	margin-right: 18px;
	box-sizing: border-box;
}


.mainBanner2 li {
	position: relative;
	display: block;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.product-list-type-1 {
	position: relative;
	display: block;
	width: 1200px;
	height: auto;
	background: #fff;
	margin: 0 auto;
	box-sizing: border-box;
	padding-top: 100px;
	padding-bottom: 40px;
	font-size: 0;
}

.product-list-type-1 .goPage {
	display: inline-block;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -0.8px;
	color: #231f20;
	line-height: 1;
}

.product-list-type-1 .product-list-ul {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin-top: 40px;
}

.product-list-type-1 .product-list-ul li {
	position: relative;
	display: block;
	width: 285px;
	height: auto;
	/* margin-right: 23px; */
	min-height: 30px;
/* 	background: #ccc; */
	float: left;
}

.product-list-type-1 .product-list-ul li:last-child {
	margin-right: 0;
}


.Thumb-div {
	position: relative;
	display: block;
	width: 100%;
	height: 355px;
	overflow: hidden;
}

.product-list-type-1 .product-list-ul li a.Thumb {
	width: 100%;
	height: 355px;
	position: relative;
	display: block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1;
	transform: scale(1);
	transition: all 0.3s;
}

.product-list-type-1 .product-list-ul li a.Thumb:hover {
	transform: scale(1.03);
}

.product-list-type-1 .product-list-ul li .save {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	display: block;
	width: 75px;
	height: 73px;
	background: #96b352;
	box-sizing: border-box;
	padding-left: 11px;
	padding-top: 11px;
}
.product-list-type-1 .product-list-ul li .save p.p1 {
	display: block;
	width: 100%;
	height: auto;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -0.4px;
	line-height: 1;
	vertical-align: middle;
}
.product-list-type-1 .product-list-ul li .save p.p2 {
	display: block;
	width: 100%;
	height: auto;
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -0.4px;
	line-height: 1;
	vertical-align: bottom;
	margin-top: 6px;
}
.product-list-type-1 .product-list-ul li .save p.p2 span {
	font-size: 16px;
	vertical-align: bottom;
	padding-bottom: 3px;
}


.product-list-type-1 .product-list-ul li .cart {
	position: absolute;
	z-index: 10;
	right: 8px;
	bottom: 11px;
	display: block;
	width: 48px;
	height: 48px;
	background: url(/images/product-cart.png)no-repeat center center;
	background-size: 100%;
	cursor: pointer;
}

.product-info-div {
	position: relative;
	display:block;
	width: 100%;
	height: auto;
	font-size: 0;
}

.product-info-div .infoText {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	float: right;
	text-align: left;
}
.product-info-div .infoText .name {
	position: relative;
	display: block;
	width: 100%;
	/* height: 23px; */
	height: auto;
}
.product-info-div .infoText .name a {
	display: inline-block;
	font-size: 0;
	letter-spacing: -0.4px;
	width: 100%;
	font-weight: 700;
}

.product-info-div .infoText .name a span{
	font-family: 'Nanum Square', sans-serif;
	display: inline-block;
	font-size: 18px;
	letter-spacing: -0.4px;
	color: #3d3d3d;
	line-height: 130%;
	width: 100%;
	font-weight: 700;
	margin-top: -2px;
}
.product-info-div .infoText .name a span:nth-child(n+2){
	margin-top: 2px;
}

.product-info-div .infoText .price {
	position: relative;
	display: block;
	width: 100%;
	width: calc(100% - 55px);
	height: auto;
	/* margin-top: 3px; */
}

.bestCartBtn {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	z-index: 20;
	right: -44px;
	top: 10px;
	background-image: url(/images/common/cartIc_new.png);
	background-size: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	/* background-color: red; */
}


.original_price {
	/* font-family: 'Nanum Square', sans-serif; */
	font-family:'Nanum Gothic', sans-serif;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 0 0;
	font-size: 16px;
	letter-spacing: -0.4px;
	color: #878787;
	font-weight: 700;
	margin-top: 8px;
}
.original_price:after {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 1px;
	font-size: 0;
	background: #58595b;
	content: "";
	left: 0;
	top: 9px;
}

.dc_price {
	font-family: 'Nanum Square', sans-serif;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	padding-left: 5px;
	padding-left: 0;
	font-size: 20px;
	letter-spacing: -0.5px;
	color: #202020;
	font-weight: 700;
	width: 100%;
	margin-top: 8px;
}

span.best1 {
	position: absolute;
	z-index: 20;
	left: 0;
	top: 0;
	display: block;
	width: 65px;
	height: 39px;
	background: url(/images/king.png)no-repeat center center;
	background-size: 100%;
}


.todays_product {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	font-size: 0;
	background: #fff;
}

.todays_product>div.Pr100 {
	position: relative;
	display: block;
	width: 1066px;
	width: 1200px;
	height: auto;
	margin: 0 auto;
	box-sizing: border-box;
	padding-top: 95px;
	padding-bottom: 100px;
}

.todays_product .t-p-1 {
	float: left;
	display: block;
	position: relative;
	width: 473px;
	box-sizing: border-box;
	padding-right: 44px;
	height: 505px;
	font-size: 0;
}

.todays_product .t-p-1 a {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	line-height: 1;
	color: #231f20;
	font-size: 28px;
	font-weight: 800;
	letter-spacing: -0.5px;
}

#mainContainer .todays_product .t-p-1>h3 {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	line-height: 1;
	color: #231f20;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -0.5px;
}

#mainContainer .todays_product .t-p-1>p {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	line-height: 1;
	color: #58595b;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.5px;
}

.today-product-price {
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 61px;
	font-size: 0;
	text-align: right;
	box-sizing: border-box;
	padding-right: 44px;
}

.today-product-price .t-p-dc_price {
	font-size: 28px;
	font-weight: 700;
	color: #284a19;
	letter-spacing: -0.5px;
	display: block;
	line-height: 1;
}

.today-product-price .t-p-original_price {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	color: #58595b;
	letter-spacing: -0.5px;
	display: inline-block;
	line-height: 1;
	margin-top: 7px;
}
.today-product-price .t-p-original_price:after {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 1px;
	font-size: 0;
	background: #58595b;
	content: "";
	left: 0;
	top: 11px;
}

.todays_product .t-p-1 .Img {
	position: relative;
	display: block;
	width: 100%;
	height: 245px;
	font-size: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 25px;
}


.todays_product .t-p-2 {
	float: left;
	display: block;
	position: relative;
	width: calc(100% - 473px);
	height: 505px;
	font-size: 0;
}

.todays_product .t-p-2 .Img2 {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
.todays_product .t-p-2 .Img2 a.Thumb {
	position: relative;
	display: block;
	width: 100%;
	height: 505px;
	box-sizing: border-box;
	border: 1px solid #d2d4d5;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 10;
}

.todays_product .t-p-2 .Img2 a.Thumb .save {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	display: block;
	width: 75px;
	height: 73px;
	background: #96b352;
	box-sizing: border-box;
	padding-left: 11px;
	padding-top: 11px;
}
.todays_product .t-p-2 .Img2 a.Thumb .save p.p1 {
	display: block;
	width: 100%;
	height: auto;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -0.4px;
	line-height: 1;
	vertical-align: middle;
}

.todays_product .t-p-2 .Img2 a.Thumb .save p.p2 {
	display: block;
	width: 100%;
	height: auto;
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -0.4px;
	line-height: 1;
	vertical-align: bottom;
	margin-top: 6px;
}

.todays_product .t-p-2 .Img2 a.Thumb .save p.p2 span {
	font-size: 16px;
	vertical-align: bottom;
	padding-bottom: 3px;
}

.cart-link {
	position: absolute;
	z-index: 10;
	left: 8px;
	bottom: 11px;
	display: block;
	width: 48px;
	height: 48px;
	background: url(/images/product-cart.png)no-repeat center center;
	background-size: 100%;
	cursor: pointer;
	font-size: 0;
}


.today_product_info {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin-top: 25px;
	font-size: 0;
}

.today_product_info .inner {
	position: relative;
	display: block;
	width: 800px;
	height: auto;
	padding-left: 13px;
	box-sizing: border-box;
}

.today_product_info .inner a {
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	color: #231f20;
	letter-spacing: -0.5px;
	line-height: 1;
}

.today_product_info .inner p {
	display: block;
	font-size: 20px;
	font-weight: 700;
	color: #a7a9ac;
	letter-spacing: -0.5px;
	line-height: 1;
	margin-top: 20px;
}

.today_product_info .inner span.price {
	display: block;
	font-size: 26px;
	font-weight: 900;
	color: #183b14;
	letter-spacing: -0.5px;
	line-height: 1;
	margin-top: 15px;
	box-sizing: border-box;
	padding-left: 10px;
}


























.product-list-type-2 {
	position: relative;
	display: block;
	width: 1200px;
	height: auto;
	background: #fff;
	margin: 0 auto;
	box-sizing: border-box;
	padding-top: 100px;
	padding-bottom: 40px;
	/* border-bottom: 1px solid #d2d3d5; */
	font-size: 0;
}

.product-list-type-2 .goPage {
	display: inline-block;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -0.8px;
	color: #231f20;
	line-height: 1;
}

.product-list-type-2 .product-list-ul {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin-top: 40px;
}

.product-list-type-2 .product-list-ul li {
	position: relative;
	display: block;
	width: 249px;
	height: auto;
	margin-right: 23px;
	min-height: 30px;
/* 	background: #ccc; */
	float: left;
}

.product-list-type-2 .product-list-ul li:last-child {
	margin-right: 0;
}



.product-list-type-2 .product-list-ul li a.Thumb {
	width: 100%;
	height: 355px;
	position: relative;
	display: block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1;
	transform: scale(1);
	transition: all 0.3s;
}

.product-list-type-2 .product-list-ul li a.Thumb:hover {
	transform: scale(1.03);
}



.product-list-type-2 .product-list-ul li .save {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	display: block;
	width: 87px;
	height: 87px;
	background: #96b352;
	box-sizing: border-box;
	padding-left: 11px;
	padding-top: 11px;
}
.product-list-type-2 .product-list-ul li .save p.p1 {
	display: block;
	width: 100%;
	height: auto;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -0.4px;
	line-height: 1;
	vertical-align: middle;
}
.product-list-type-2 .product-list-ul li .save p.p2 {
	display: block;
	width: 100%;
	height: auto;
	font-size: 33px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -0.4px;
	line-height: 1;
	vertical-align: bottom;
	margin-top: 6px;
}
.product-list-type-2 .product-list-ul li .save p.p2 span {
	font-size: 18px;
	vertical-align: bottom;
	padding-bottom: 3px;
}


.product-list-type-2 .product-list-ul li .cart {
	position: absolute;
	z-index: 10;
	right: 8px;
	bottom: 11px;
	display: block;
	width: 48px;
	height: 48px;
	background: url(/images/product-cart.png)no-repeat center center;
	background-size: 100%;
	cursor: pointer;
}

.product-info-div2 {
	position: relative;
	display:block;
	width: 100%;
	height: auto;
	font-size: 0;
}

.product-info-div2 .infoText {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	float: right;
	text-align: right;
}
.product-info-div2 .infoText .name {
	position: relative;
	display: block;
	width: 100%;
	/* height: 23px; */
	height: auto;
}
.product-info-div2 .infoText .name a {
	display: inline-block;
	font-size: 16px;
	letter-spacing: -0.4px;
	color: #231f20;
	line-height: 130%;
	width: 100%;
	font-weight: 700;
	margin-top: -2px;
	text-align: left;
	text-align: right;
	/* overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap; */
}

.product-info-div2 .infoText .price {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin-top: 3px;
}

span.product-new {
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	display: block;
	width: 80px;
	height: 79px;
	background: url(/images/pro-new.png)no-repeat center center;
	background-size: 100%;
	font-size: 0;
}

a.hash {
	position: relative;
	display: inline-block;
	padding: 0 45px;
	height: 30px;
	line-height: 30px;
	font-size: 17px;
	font-weight: 700;
	color: #58595b;
	letter-spacing: -0.5px;
	vertical-align: middle;
	background: #e7e8e9;
	border-radius: 30px;
	box-sizing: border-box;
}
a.hash+a.hash {
	margin-left: 10px;
}

a.hash.hash-active {
	background: #294d11;
	color: #fff;
}



















.product-list-type-3 {
	position: relative;
	display: block;
	width: 1373px;
	width: 1200px;
	height: auto;
	background: #fff;
	margin: 0 auto;
	box-sizing: border-box;
	/* padding-top: 100px; */
	padding-bottom: 40px;
	/* border-bottom: 1px solid #d2d3d5; */
	font-size: 0;
}

.product-list-type-3 .goPage {
	display: inline-block;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -0.8px;
	color: #231f20;
	line-height: 1;
}

.product-list-type-3 .product-list-ul {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin-top: 30px;
}

.product-list-type-3 .product-list-ul li {
	position: relative;
	display: block;
	width: 249px;
	height: auto;
	margin-right: 23px;
	min-height: 30px;
/* 	background: #ccc; */
	float: left;
}

.product-list-type-3 .product-list-ul li:last-child {
	margin-right: 0;
}

.Thumb-div3 {
	position: relative;
	display: block;
	width: 100%;
	height: 290px;
	height: 230px;
	overflow: hidden;
}

.product-list-type-3 .product-list-ul li a.Thumb {
	width: 100%;
	height: 290px;
	position: relative;
	display: block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1;
	transform: scale(1);
	transition: all 0.3s;
}

.product-list-type-3 .product-list-ul li a.Thumb:hover {
	transform: scale(1.03);
}

.product-list-type-3 .product-list-ul li a.Thumb .save {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	display: block;
	width: 87px;
	height: 87px;
	background: #96b352;
	box-sizing: border-box;
	padding-left: 15px;
	padding-top: 15px;
}
.product-list-type-3 .product-list-ul li a.Thumb .save p.p1 {
	display: block;
	width: 100%;
	height: auto;
	font-size: 21px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -0.4px;
	line-height: 1;
	vertical-align: middle;
}
.product-list-type-3 .product-list-ul li a.Thumb .save p.p2 {
	display: block;
	width: 100%;
	height: auto;
	font-size: 33px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -0.4px;
	line-height: 1;
	vertical-align: bottom;
}
.product-list-type-3 .product-list-ul li a.Thumb .save p.p2 span {
	font-size: 18px;
	vertical-align: bottom;
	padding-bottom: 3px;
}


.product-list-type-3 .product-list-ul li .cart {
	position: absolute;
	z-index: 10;
	right: 8px;
	bottom: 11px;
	display: block;
	width: 48px;
	height: 48px;
	background: url(/images/product-cart.png)no-repeat center center;
	background-size: 100%;
	cursor: pointer;
}

.product-info-div3 {
	position: relative;
	display:block;
	width: 100%;
	height: auto;
	font-size: 0;
}

.product-info-div3 .infoText {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	float: right;
	text-align: right;
}
.product-info-div3 .infoText .name {
	position: relative;
	display: block;
	width: 100%;
	/* height: 23px; */
	height: auto;
}
.product-info-div3 .infoText .name a {
	display: inline-block;
	font-size: 16px;
	letter-spacing: -0.4px;
	color: #231f20;
	line-height: 130%;
	width: 100%;
	font-weight: 700;
	margin-top: -2px;
	text-align: left;
	/* overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap; */
	text-align: center;
}

.main-banner-01 {
	position: relative;
	display: block;
	width: 1373px;
	width: 1200px;
	margin: 0 auto;
	height: auto;
	font-size: 0;
	margin: 0 auto;
	margin-top: 105px;
	margin-bottom: 40px;
}

.main-banner-01 img {
	width: 100%;
}

.main-banner-02 {
	position: relative;
	display: block;
	width: 1373px;
	width: 1200px;
	margin: 0 auto;
	height: auto;
	font-size: 0;
	padding-top: 100px;
	padding-bottom: 140px;
}

.main-banner-02 img {
	width: 100%;
}


.main-banner-03 {
	position: relative;
	display: block;
	width: 1373px;
	width: 1200px;
	margin: 0 auto;
	height: auto;
	font-size: 0;
	padding-top: 100px;
	padding-bottom: 140px;
}

.main-banner-03 img {
	width: 100%;
}



.product-list-type-slider-div .mong-viewport {
	height: auto !important;
}

.product-list-type-slider-div  .mong-prev {
	/* background: red !important; */
	background: url(/images/product-list-type-arrow-prev.png)no-repeat center center !important;
	width: 49px !important;
	height: 49px !important;
	margin-top: -24px !important;
	left: -24px !important;
	border-radius: 100% !important;
	box-shadow: 1px 1px 5px -2px grey !important;
}

.product-list-type-slider-div  .mong-next {
	/* background: red !important; */
	background: url(/images/product-list-type-arrow-next.png)no-repeat center center !important;
	width: 49px !important;
	height: 49px !important;
	margin-top: -24px !important;
	right: -24px !important;
	border-radius: 100% !important;
	box-shadow: 1px 1px 5px -2px grey !important;
}








































































