@charset "utf-8";

a:hover{text-decoration:none} /* 지우지말것 */

/*메인레이어팝업*/
.mainPopup{z-index:1000;width:500px;background:#fff;color:#333333;position:absolute; top:132px; left:100px; text-align:center;-webkit-transition:all .3s ease; box-shadow: 0px 0px 30px rgb(0 0 0 / 44%);display:none}
.mainPopup .bt-m-pop{position:relative;display:block;width:100%}
.mainPopup .bt-m-pop img{max-width:100%;width:100%}
.mainPopup .btn-close{display:inline-block;position:absolute;top:0;right:0;color:#fff;background-color:#444;padding:2px 10px}
.mainPopup .btn-today{display:block;text-align:center;color:#fff;background-color:#444;padding:5px 10px}

/*오늘의 식단 캘린더*/
.board-calendar-tab .b-viewmode-box .b-view-cal.active{background-image:none !important;}
.board-calendar-tab .b-viewmode-box .b-view-cal{background-image:none !important;}
.b-view-cal-lst{background-image:none !important;}

#gnb > ul > li > a{padding:0 45px;}

.mConBox1 .board-date{position:inherit;}
.tbl-color tbody th:nth-child(4){border-right:none;}
.img-flexbox li:nth-child(4n){margin-right:10px !important;}

.today.new .title-wrap{background: url(/_res/tongmyong/_share/img/ico_gal.png) left center no-repeat;}

@media screen and (max-width: 640px){
	.img-flexbox li:nth-child(2n){margin-right: 0 !important;}
	.img-flexbox li:nth-child(5n) {margin-right: 7.5px;}
}