@charset "utf-8";

/* 학교안내도 */
.img_guide_map{position: relative;overflow-x:hidden}
.img_guide_map .btn_st{position: absolute;top:195px;width: 100%;text-align: center;}
.img_guide_map .btn_st a{padding: 8px 30px;}
.img_pc {display:block;}
.img_mo {display:none;}

/* 정보공개실 */
.sub_icon {background: url(/images/sch/schl/wolsan-p/sub/sub11_01_ico.png) no-repeat 32px center;border: 6px solid #e8edf3;padding: 25px 25px 25px 160px;margin-bottom: 20px;}
.sub_icon_txt{font-size: 18px;line-height: 1.2;font-family: "NotoM";color: #0c3477;margin-bottom: 10px;}


/* sub */
.table_st table { margin-bottom: 30px; }
.table_st.long_width_pd th { padding: 13px 5px; }
.table_st.long_width_pd td { padding: 10px 5px; }

/* 유치원 학급 홈페이지 바로가기 */
.preschool { position: relative;}
.preschool img { width: 100%; }
.preschool .btn_st{position: absolute; top:35px; right: 5%;}
/* .preschool .btn_st a{padding: 8px 30px;} */
.preschool .btn_st a{padding: 10px 65px; font-size: 18px; color: #222; background: #fff; border:5px solid #222; border-radius: 15px; }
.preschool .btn_st li { width: 100%; margin-bottom: 10px; }
    .preschool .btn_st .c_sky { border-color: #2fa4cf; color: #1b82ab; }
    .preschool .btn_st .c_yellow { border-color: #e7983b ; color: #cd7d1e ; }
    .preschool .btn_st .c_pink { border-color: #dd54a4; color: #c53b90 ; }
    .preschool .btn_st .c_violet { border-color: #845bbb; color: #5e2e9b; }

.cntImg img{width:auto !important;} /*210329 추가 */

@media screen and (max-width :670px) {

/* 유치원 학급 홈페이지 바로가기 */
.preschool .btn_st a { padding: 5px 40px; }
.preschool .btn_st li { margin-bottom: 5px; }

} 
@media screen and (max-width :530px) {

/* 유치원 학급 홈페이지 바로가기 */
.preschool .btn_st a { padding: 5px 35px; }
.preschool .btn_st{ top:8px;}
}

@media screen and (max-width :490px) {

/* 학교안내도 */
.img_guide_map .btn_st{top:175px;}

/* 유치원 학급 홈페이지 바로가기 */
.preschool .btn_st{ position: static; margin-top: 15px; }
.preschool .btn_st li { float:left; width: 50%; }

}