/*-------------------------------------------------------------
	메인 NEW상품              
-------------------------------------------------------------*/
.mNew {padding:70px 0; background:#f6f7fb;}
.mBest ~ .mNew {background-color:transparent;}
.mNew .m_title {display:block;font-size:30px;line-height:1;color:#333;font-weight:400; margin-bottom:70px; text-align: center;}
.mNew .m_title:before {content: ''}
.mNew .m_title .more {float:right; font-size:12px; color:#999;}
.mNew .m_title .more:after {content:"";display:inline-block;background:url("../_img/main/more_arrow.png") no-repeat;width:7px;height:11px;vertical-align:middle;margin-top:-3px;margin-left:7px;}

.mNew ul {display: inline-flex; width:100%; flex-wrap: wrap;}
.mNew ul li {position:relative; float:left; background:#fff; border-radius:3px; overflow: hidden; transition: 0.3s;}
.mNew ul li:last-child {margin-right:0;}
.mNew ul li:hover {box-shadow:2px 2px 3px rgba(0,0,0,0.1);}
.mNew ul li .pod-img {display:block; width:100%; padding-bottom:70%; background-size:cover; background-position: center;}
.mNew ul li .pod-name {display:block; padding:30px 15px; text-align: center;}
.mNew ul li .pod-name .ttl {display:block;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:18px;line-height:1;color:#333;margin-bottom:20px; font-weight: 300;}
.mNew ul li .pod-name .link {display:block;font-size:12px;line-height:1;color:var(--major-color); font-weight: 300; text-decoration: underline;}

.mNew .new00 {padding:0 30px;}
.mNew .new00 li {width:calc((100% - 60px) / 3); margin-right:30px;}

.mNew .new10 li {width:calc((100% - 80px) / 5); margin-right:20px;}
.mNew .new10 li .pod-name {padding:20px 15px;}

.mNew .new20 li {width:calc((100% - 90px) / 7); margin-right:15px;}
.mNew .new20 li .pod-name {padding:15px;}
.mNew .new20 li .pod-name .ttl {margin-bottom:15px;}

.mNew .new30 {margin-bottom:-20px;}
.mNew .new30 li {width:calc((100% - 80px) / 5); margin-right:20px; margin-bottom:20px;}
.mNew .new30 li:nth-child(5n) {margin-right:0;}

.mNew .new40 {margin-bottom:-15px;}
.mNew .new40 li {width:calc((100% - 90px) / 7); margin-right:15px; margin-bottom:15px;}
.mNew .new40 li:nth-child(7n) {margin-right:0;}
.mNew .new40 li .pod-name {padding:15px;}