﻿@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/csinwol-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;}

/* 학교시설물개방안내 */
.sch_rule h2 {font-size:30px; line-height:35px; font-family:"NotoM"; color:#111; text-align:center; border-top:2px solid #333; border-bottom:1px solid #333; padding:10px 0}
.sch_rule dt {font-size:16px; line-height:24px; font-family:"NotoM"; color:#3d70cb; margin-top:30px}
.sch_rule dd {font-size:13px; line-height:20px; font-family:"NotoR"; color:#111; margin-bottom:15px; border:1px solid #d0d6df; border-radius:5px; background:#f1f4f9; padding:10px; word-break:keep-all}



@media screen and (max-width :490px) {

/* 학교안내도 */
.img_guide_map .btn_st{top:175px;}
}