/* ��Ư��ȭ���� Ȩ������ */
.container {overflow: hidden;}
.container dl {float: left; width: 23%; margin-right: 2%; position: relative; padding: 0.8rem; border: 1px solid #165071; border-radius: 0.8rem; text-align: center; margin-top: 1rem;}
.container dl:hover {box-shadow:3px 0px 10px rgba(22, 80, 113, 0.35); animation-duration:10s;}
.container dl:nth-of-type(4) {margin-right: 0;}
.container dl dd:nth-of-type(1){font-size: .9rem; font-weight: 700;}
.container dl dd:nth-of-type(2){font-size: 0.7rem; color:#c1c1c1;}

/* �Ĵ� css �߰� */
.foodLst_wrap .bbs_WriteA td {vertical-align:top;}

@media screen and (max-width :950px) {
	.container dl dt img {width:100%;}
}

@media screen and (max-width :730px) {
	.container dl {width: 46%; margin-right: 2%;}
	.container dl dt img {width:100%;}
}

/* ���� */
.sung_box {overflow: hiddent; position: relative; margin-top: 1rem;}
.sung_box dl {width: 100%; margin-bottom: 1rem; position: relative; padding: 2rem; border: 1px dashed #ccc;}
.sung_box dl:nth-last-of-type(1) {margin-bottom: 0;}
.sung_box dl dt {float: left; margin-right: 1.2rem;}
.sung_box dl dt img {max-height: 130px;}
.sung_box dl dd:nth-of-type(1) {font-weight: 700; color: #ff4400;}


/* 학습도움사이트 */
.site_box { overflow:hidden;}
.site_box dl { float:left; width:29%; margin:2%; }
.site_box dl dt {text-align:center; }
.site_box dl dd.tit { background:#1963d1; margin:.5rem 0 0; padding:.5rem; border-radius:1rem 1rem 0 0; color:#fff; text-align:center; font-weight:600; ;}
.site_box dl dd.tit span {display:block; }
.site_box dl dd.txt { background:#f1f1f1; padding:1rem 1rem 1rem; border-radius:0 0 1rem 1rem;  }
.site_box dl a {display:block;}
.site_box dl a dd { border:1px solid #fff; }
.site_box dl a:hover dd { border:1px solid #1963d1; }

@media screen and (max-width:580px){ 
	
	/* 학습도움사이트 */
	.site_box dl { width:100%; margin:2% 0;}
	
}