@charset "utf-8";

.latest-notice {list-style:none; margin:0; padding:0; }
.latest-notice li {float:left; }
/*.latest-notice {width:66.66666%; }
.latest-notice {width:33.33333%; }*/
.latest-notice img, .latest-notice img {width:100%; height:auto; }
.notice-content {margin:10px 10px 0 10px; border:1px #dadada solid; padding:5px; position:relative; }
.notice-content .desc h5 {position:absolute; top:20px; left:20px; text-align:center; color:#fff; font-size:24px; }
.notice-content .desc h5 {position:absolute; top:20px; right:20px; text-align:center; color:#fff; font-size:24px; }
.notice-content .desc h5 {padding:5px 10px; background:url(img/mwb-bg-black60.png) repeat; border-radius:3px; color:#fff; }
.notice-content .desc .wr-content {padding:5px 10px; background:none !important; border-radius:3px; color:#fff; font-size:16px; line-height:26px; position: absolute; top: 80px; left: 10%; width: 80%; }
.notice-content .desc .wr-content {font-weight: bold; max-height: 260px; overflow-y: scroll; }
.notice-content .desc .wr-content a {color: #fff; text-shadow: 0px 0px 5px #000; }
.notice-content .desc .wr-content.list-notice-left-desc2 {}
.notice-content .desc .wr-content.list-notice-right-desc2 {left: auto; right: 10%; }
@media (max-width: 1199px) { /* 1199px 보다 작을 경우 */
	.notice-content .desc .wr-content {top: 70px; }
	.notice-content .desc .wr-content {max-height: 200px; }
}
@media (max-width: 991px) { /* 991px 보다 작을 경우 */
	.notice-content .desc h5 {font-size: 14px; }
	.notice-content .desc .wr-content {top: 60px; }
	.notice-content .desc .wr-content {max-height: 140px;font-size: 14px; }
}
@media (max-width: 767px) { /* 767px 보다 작을 경우 */
	.notice-content .desc h5 {font-size: 16px; }
	.notice-content .desc .wr-content {max-height: 70%;font-size: 16px; }
}
@media (max-width: 439px) { /* 439px 보다 작을 경우 */
	.notice-content .desc h5 {top: 10px; }
	.notice-content .desc .wr-content {top: 50px; }
	.notice-content .desc .wr-content {max-height: 60%;font-size: 14px; }
}