/* 학교상징  */
.symbol.typeA .info > a.btn_bl {width:5rem;}
.symbol_list {margin-top:0.5rem; overflow:hidden;}
.symbol_list .imgWrap {float:left;}
.symbol_list > img {float:left;width: 0.8rem; height:0.75rem; margin-top:0.5rem;}
.symbol_list ul.list_st1 {float:left; margin-left:0.5rem; width:calc(100% - 4rem);}
.symbol_list img.ciimg { width:auto; height:auto; }

@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; }

	}