﻿@charset "utf-8";

/*교과서따라하기*/
.box_st4{width:43%; padding:20px; border:1px solid #ccc; border-radius:5px; float:left;}
.in_block{display:inline-block;}

/*학습사이트*/
.box_st5{width:25%; height:520px; padding:10px 20px; border:1px solid #ccc; border-radius:5px; float:left;}
.box_st5 a{color:#333;}

/*정보통신윤리교육*/
.box_st2 a{color:#333;}

@media screen and (max-width :980px) {	

/*교과서따라하기*/
.box_st4{width:100%; margin-left:0 !important; -webkit-box-sizing:border-box; , -moz-box-sizing:border-box; box-sizing:border-box;}

}

@media screen and (max-width :740px) {
	
/*학습사이트*/
.box_st5{width:100%; height:auto; margin-left:0 !important;  -webkit-box-sizing:border-box; , -moz-box-sizing:border-box; box-sizing:border-box;}
}

@media screen and (max-width :490px) {
	


}