/* 학교상징 */
.symbol.typeA .info > a.btn_bl {width:5rem;}
.symbol_list { margin-top:1rem; overflow:hidden; }
.symbol_list > img {float:left; width:1.3rem; height:1.2rem; margin-top:0.2rem;}
.symbol_list ul.list_st1 {float:left; margin-left:0.5rem; width:calc(100% - 4rem);}


/* 운영개요 */
.tbl_Wrap {overflow:hidden;}
.tbl_Wrap > .tbl_st {float:left; width:49%; margin-left:2%;}
.tbl_Wrap > .tbl_st.first {margin-left:0;}
.titBox.last:after {content:'▼'; display:block; position:relative; left:50%; transform:translateX(-50%); margin:1.2rem 0;color:#fff; background:#4f4f4f; width:1rem; height:1rem; text-align:center; line-height:1rem; border-radius:50%; font-size:0.3rem;}


@media screen and (max-width:1024px) {
	
	/* 운영개요 */
	.tbl_Wrap > .tbl_st {margin-left:0;}

	}




@media screen and (max-width:480px) {
	
	/* 학교상징 */
	.symbol_list > img { position:relative; left:50%; transform:translateX(-30px); }
	.symbol_list ul.list_st1 { width:100%; margin-left:0; padding-bottom:1rem; border-bottom:1px dotted #ccc; }

	}