@charset "utf-8";

.motzip-latest {}
.motzip-card-wrapper {font-family:'Noto Sans', "Helvetica Neue", Helvetica, Arial, '돋움', 'Dotum', sans-serif !important; font-size: 16px; letter-spacing: -1px; }
.motzip-card {padding: 10px; position: relative; z-index: 10; }
.motzip-card .thumb-left {padding-right: 95px; }
.motzip-card .thumb-right {position: absolute; top: 10px; right: 10px; width: 90px; height: 80px; }
.motzip-card .thumb-overlay {position: absolute; top: 0px; left: 0px; width: 100%; height: 90px; z-index: 11; }
.motzip-card .thumb-overlay a {width: 100%; height: 100%; display: block; }
.motzip-card .title {font-size: 20px; font-weight: 500; color: #2196f3; height: 30px; line-height: 30px; }
.motzip-card .title a {color: #2196f3; }
.motzip-card .title .numbering {font-weight: 700; letter-spacing: 1px; margin-right: 5px; }
.motzip-card .menu {line-height: 30px; }
.motzip-card .menu .btn-group {height:auto; overflow: hidden; }
.motzip-card .menu .btn {margin-right: 5px; margin-bottom: 5px; font-size: 12px; }
.motzip-card .feature {font-size: 14px; min-height: 24px; max-height: 48px; line-height: 24px; overflow: hidden; }
.motzip-card .url {font-size: 14px; margin-top: 5px; }
.naver-reserve {font-size: 18px; vertical-align: -3px; }
.mwb-bg-naver {background-color: #0EC838 !important; color: #fff !important; }
.mwb-bg-etc i {font-size: 18px; vertical-align: -1px; }

/*.motzip-latest .motzip-card-wrapper {float: left; }*/
.motzip-latest .motzip-card-wrapper:nth-child(3n+1) { clear: both; }

/* responsive style design */
@media (min-width:440px) { /* 440px 보다 클 경우 */
}

@media (min-width:768px) { /* 768px 보다 클 경우 */
}

@media (min-width:992px) { /* 992px 보다 클 경우 */

}

@media (min-width:1200px) { /* 1200px 보다 클 경우 */

}

@media (max-width:1199px) { /* 1199px 보다 작을 경우 */
	.motzip-latest .motzip-card-wrapper:nth-child(2n+1) { clear: both; }
	.motzip-latest .motzip-card-wrapper:nth-child(3n+1) { clear: none; }
}

@media (max-width:991px) { /* 991px 보다 작을 경우 */
	.motzip-latest .motzip-card-wrapper:nth-child(2n+1) { clear: none; }
}

@media (max-width:767px) { /* 767px 보다 작을 경우 */
}

@media (max-width:439px) { /* 439px 보다 작을 경우 */
}

@media (min-width:440px) and (max-width:767px) {
}

@media (min-width:768px) and (max-width:991px) {
}

@media (min-width:992px) and (max-width:1199px) {
}