/* 상품 장바구니 숨김 */
.products00 .cart, .products .cart {
	display: none !important;
}

/* 20.04.16 메인 추가 */
.Header-Bg {
	display: none !important;
}
header {
    height: 239px !important;
}


.product-list-new-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-new-1 .goPage {
    display: inline-block;
    font-size: 28px;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -0.8px;
    color: #231f20;
    line-height: 1;
}
.goPage {
    display: inline-block;
    font-size: 28px;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -0.8px;
    color: #231f20;
    line-height: 1;
}



.product-list-new-1 .product-list-new-ul {
    position: relative;
	display: block;
	width: 100%;
	max-width: 1200px;
	height: auto;
	margin-top: 43px;
}

.product-list-new-1 .product-list-new-ul li {
	float: left;
	position: relative;
	width: 285px;
	margin-right: 20px;
	
	
	height: 474px;
}

.product-list-new-1 .product-list-new-ul li:nth-child(4n) {
	margin-right: 0;
}

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

.product-list-new-1 .product-list-new-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-new-1 .product-list-new-ul li a.Thumb:hover {
    transform: scale(1.03);
}

.product-list-new-ul .product-info-div .infoText  {
	text-align: left;
	padding-left: 2px;
}

.product-list-new-ul .product-info-div .infoText .name a span {
    display: inline-block;
    font-size: 24px;
    letter-spacing: -0.4px;
    color: #231f20;
    line-height: 130%;
    width: 100%;
    font-weight: 700;
    margin-top: -1px;
	height: 46px;
	overflow: hidden;
	
	font-family:'Nanum Square', sans-serif;
	font-size: 17px;
	letter-spacing: -0.6px;
	color: #3d3d3d;
	padding-left: 4px;
	
	
}

.product-list-new-ul .product-info-div .infoText .price .dc_price {
	font-size: 24px;
	color: #202020;
	font-weight: bold;
	
	margin-top: 9px;
	padding-left: 4px;
	letter-spacing: -0.9px;
}

.product-list-new-ul .product-info-div .infoText .price .original_price {
	font-size: 18px;
	color: #878787;
	font-weight: bold;
	letter-spacing: -0.9px;
	margin-top: 13px;
	padding-left: 4px;
}

.product-list-new-ul .product-info-div .infoText .price .original_price:after {
	top: 9px;
	background: #cacaca;
	width: calc(100% + 10px);
}

.cartIc_new {
	position: absolute;
	z-index: 50;
	right: 0;
	bottom: 0;
	display: block;
	width: 45px;
	height: 34px;
	background: url(/images/common/cartIc_new.png)no-repeat center center;
	background-size: 100%;
}


.product-list-new-1.product-list-new-2 .product-list-new-ul {
	margin-top: 68px;
}

/* .product-list-new-1 .product-list-new-ul li .itemCate {
	position: relative;
	display: block;
	width: 185px;
	height: 59px;
	line-height: 59px;
	margin: 0 auto;
	margin-bottom: 44px;
	font-size: 25px;
	letter-spacing: -0.5px;
	color: #000000;
	font-weight: 700;
	text-align: center;
}
 */
/* .product-list-new-1 .product-list-new-ul li .itemCate span.line1 {
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	z-index: 50;
	left: 0;
	top: 0;
}

.product-list-new-1 .product-list-new-ul li .itemCate span.line1:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	background: #dcebda;
}

.product-list-new-1 .product-list-new-ul li .itemCate span.line1:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	z-index: 50;
	left: 0;
	top: 5px;
	background: #dcebda;
}

.product-list-new-1 .product-list-new-ul li .itemCate span.line2 {
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	z-index: 50;
	left: 0;
	bottom: 0;
}

.product-list-new-1 .product-list-new-ul li .itemCate span.line2:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	z-index: 50;
	left: 0;
	bottom: 0;
	background: #dcebda;
}

.product-list-new-1 .product-list-new-ul li .itemCate span.line2:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	z-index: 50;
	left: 0;
	bottom: 5px;
	background: #dcebda;
} */

.bestPhotoDiv {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	background: #f7f7f7;
	background: #fff;
	/* margin-top: 100px;
 */
}


/* .bestPhotoDiv .goPage {
    display: inline-block;
    font-size: 28px;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -0.8px;
    color: #231f20;
    line-height: 1;
	padding-top: 40px;
	padding-bottom: 75px;
}
 */
.bestPhotoDiv .goPage .cameraIc {
	display: inline-block;
	width: 52px;
	height: 39px;
	background: url(/images/common/cameraIc.png)no-repeat center center;
	background-size: auto 100%;
	margin-top: -8px;
}

.bestPhotoDivIn {
	position: relative;
	display: block;
	width: 100%;
	height:  auto;
	background: #f7f7f7;
	padding-top: 55px;
	padding-bottom: 65px;
	margin-top: 58px;
}

.bestPhotoInner {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	height: auto;
}

.bestPhoto {
	float: left;
	position: relative;
	display: block;
	width: 231px;
	height: 231px;
	border-radius: 100%;
	background: #fff;
	margin-right: 11px;
	overflow: hidden;
}

.bestPhoto:last-child {
	margin-right: 0;
}

.bestPhoto span {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}


div .goPage.todaysNew {
	margin: 0 !important;
	font-size: 0;
	width: 170px;
	height: 34px;
	display: block;
	margin: 0 auto !important;
	background: url(/images/main/title/todaysNew2.png)no-repeat center center;
	margin-top: 70px !important;
}

div .goPage.timeSale {
	margin: 0 !important;
	font-size: 0;
	width: 422px;
	height: 43px;
	display: block;
	margin: 0 auto !important;
	background: url(/images/main/title/timeSale2.png)no-repeat center center;
	margin-top: 105px !important;
}

div .goPage.bestbest {
	margin: 0 !important;
	font-size: 0;
	width: 168px;
	height: 33px;
	display: block;
	margin: 0 auto !important;
	background: url(/images/main/title/bestbest2.png)no-repeat center center;
	margin-top: 75px !important;
}

div .goPage.recommend {
	margin: 0 !important;
	font-size: 0;
	width: 621px;
	height: 34px;
	display: block;
	margin: 0 auto !important;
	background: url(/images/main/title/recommend.png)no-repeat center center;
	margin-top: 105px !important;
}

div .goPage.photoReview {
	margin: 0 !important;
	font-size: 0;
	width: 257px;
	height: 34px;
	display: block;
	margin: 0 auto !important;
	background: url(/images/main/title/photoReview.png)no-repeat center center;
	margin-top: 165px !important;
}

div .goPage.producttitleimg {
	margin: 0 !important;
	font-size: 0;
	width: 134px;
	height: 34px;
	display: block;
	margin: 0 auto !important;
	background: url(/images/main/title/producttitleimg.png)no-repeat center center;
	margin-top: 70px !important;
}

/* 20.04.16 메인 추가 end */





/* 오늘만이가격타임세일 */

.timeSaleDivInner {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	min-height: 50px;
	background: #f1f1f1;
	margin-top : 46px;
}

.timeSaleDivInner>div {
	position: relative;
	display: block;
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 52px 0;
}
.timeSaleDivInner>div:after {
	display: block;
	content: "";
	clear: both;
}

.timeSaleDivInner>div .left {
	display: block;
	position: relative;
	float: left;
	width: 610px;
	height: 405px;
	font-size: 0;
}

.timeSaleDivInner>div .left span.timeImg {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.timeSaleDivInner>div .left span.timeImg:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 50;
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
	opacity: 0.4;
	box-sizing: border-box;
}

.timeSaleDivInner>div .right {
	float: left;
	position: relative;
	display: block;
	width: calc(100% - 610px);
	height: auto;
	font-size: 0;
}

.timeSaleDivInner>div .right .saleTxt {
	position: absolute;
	left: 95px;
	top: 155px;
	z-index: 60;
	display: block;
	width: 467px;
	height: auto;
}


.timeSaleDivInner>div .right .saleTxt .timeIc {
	display: block;
	width: 38px;
	height: 43px;
	background: url(/images/main/titmeIc.png)no-repeat center center;
	margin-left: 20px;
}

.timePrice {
	position: relative;
	display: inline-block;
	font-size: 38px;
	font-weight: 400;
	color: #929292;
	letter-spacing: -1.2px;
	margin-top: 15px;
	margin-left: 5px;
}

.timePrice:after {
	font-family: 'Noto Sans KR', sans-serif;
	position: absolute;
	left: -10px;
	top: 18px;
	display: inline-block;
	padding: 0 10px;
	width: calc(100% + 20px);
	height: 2px;
	background: #929292;
	content: "";
	z-index: 50;
}

.salePrice {
	font-family: 'Noto Sans KR', sans-serif;
	position: relative;
	display: block;
	font-size: 50px;
	font-weight: 500;
	color: #3e3e3e;
	letter-spacing: -1.2px;
	margin-top: 18px;
	margin-left: 5px;
}

.saleTxt .buyBtn {
	font-size: 0;
	display: block;
	width: 238px;
	height: 54px;
	background: url(/images/main/timeBuy.png)no-repeat center center;
	margin-top: 32px;
}


.itemCate {
	position: relative;
	display: block;
	width: 100%;
	height: 61px;
	border: 1px solid #e9e9e9;
	font-size: 20px;
	letter-spacing: -0.8px;
	text-align: center;
	line-height: 59px;
	color:#3e3e3e;
	font-weight: 600;
	
	font-family:'Nanum Square', sans-serif;
	transition: all 0.2s ease-in-out;
}

.product-list-new-1 .product-list-new-ul li:hover .itemCate {
	background: #606060;
	border-color: #606060;
	color: #fff;
}





/* 오늘만이가격타임세일 end */

/* titmeIc.png */








/* 푸터 변경 */

.footNew {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	background: #fff;
	padding-top: 115px;
}

.footNewInner {
	position: relative;
	display: block;
	max-width: 1200px;
	margin: 0 auto;
}

.footNewInner:after {
	display: block;
	content: "";
	clear: both;
}
.mainFoot {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}


.mainFoot:after {
	display: block;
	content: "";
	clear: both;
}

.mainFoot1 {
	float: left;
	width: 555px;
	height: auto;
	padding-left: 24px;
	font-size: 0;
	box-sizing: border-box;
}
.mainFoot1 h4 {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	line-height: 100%;
	color: #333;
	font-size: 20px;
	letter-spacing: -0.6px;
	font-family:'Nanum Square', sans-serif;
	font-weight: 700;
	padding-bottom: 30px;
}

.footMainNum {
	font-family:'Nanum Square', sans-serif;
	font-size: 33px;
	font-weight: 700;
	color: #000;
	letter-spacing: -2px;
	display: inline-block;
	vertical-align: top;
	line-height: 100%;
	padding-bottom: 23px;
}

.mainFoot1 .line1 {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.mainFoot1 .line1 .footMainBtn {
	position: relative;
	display: inline-block;
	width: 140px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	font-size: 16px;
	text-align: center;
	font-weight: 700;
	color: #000;
	vertical-align: middle;
}

.mainFoot1 .line1 p {
	font-size: 16px;
	letter-spacing: -0.6px;
	color: #232323;
	display: inline-block;
	vertical-align: middle;
	font-weight: 500;
	padding-left: 20px;
	font-family:'Nanum Square', sans-serif;
	line-height: 130%;
}

.mainFoot1 .line1.line2 {
	margin-top: 20px;
	padding-bottom: 60px;
}
.mainFoot1 .line1.line2 p {
	color: #999;
}

.mainFoot1 .line1 p b {
	color: #232323;
	font-weight: bold;
}

.mainFoot2 {
	float: left;
	position: relative;
	display: block;
	width: calc(100% - 555px);
	height: auto;
}

.footLink1 {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	font-size: 0;
	padding-bottom: 24px;
	box-sizing: border-box;
}

.footLink1 a {
	font-family: 'Noto Sans KR', sans-serif;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	font-weight: 500;
	color: #232323;
	letter-spacing: -0.9px;
	margin-right: 21px;
}

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

.mainFootInfoTxt span {
	font-size: 14px;
	font-weight: 500;
	color: #787878;
	letter-spacing: -0.9px;
	display: inline-block;
	vertical-align: top;
	line-height: 215%;
}

.mainFootInfoTxt span a {
	font-weight: bold;
	vertical-align: top;
	margin-left: 5px;
}

.questionTxt {
	display: block;
	width: 100%;
	line-height: 120%;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1px;
	color: #787878;
	margin-top: 6px;
}

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

.footBtnSns a {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	overflow: hidden;
	margin-top: 22px;
}

.footBtnSns a.ins {
	background: url(/images/common/ins.png)no-repeat center center;
}
.footBtnSns a.face {
	background: url(/images/common/face.png)no-repeat center center;
}
.footBtnSns a.blog {
	background: url(/images/common/blog.png)no-repeat center center;
}
.footBtnSns a.naver {
	background: url(/images/common/naver.png)no-repeat center center;
}
.footBtnSns a.youtube {
	background: url(/images/common/youtube.png)no-repeat center center;
}
.footBtnSns a.kakaoS {
	background: url(/images/common/kakaoS.png)no-repeat center center;
}

.bottomFoot {
	display: none;
	border-top: 1px solid #eeeeee;
	position: relative;
	display: block;
	width: 100%;
	height: 81px;
	background: url(/images/common/bottomFoot2.png)no-repeat top left 24px;
}

/* 푸터 변경 end */

/* footBtnSns.png */



/* 상품 리스트 추가 20.04.28 */

.product-list-new-1.product-list-new-2 .product-list-new-ul li:nth-child(4n) {
	margin-right: 0;
}

.product-list-new-1.product-list-new-2 .product-list-new-ul li:nth-child(n+5) {
	margin-top: 50px;
}






.product-list-new-1.product-list-new-3 {
	width: 935px;
}
.product-list-new-1.product-list-new-3 .product-list-new-ul li:nth-child(3n) {
	margin-right: 0;
}

.product-list-new-1.product-list-new-3 .product-list-new-ul li:nth-child(n+4) {
	margin-top: 50px;
}

/* 상품 리스트 추가 20.04.28 end */



























































































































































































































































































































































































































