﻿@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/tyjampo-s/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; }
    /* sub : 입학안내 */
.entry_info .sub_icon { padding: 30px 30px 30px 200px; background: url(/images/sch/schl/tyjampo-s/sub/sub0108_ico.png) no-repeat 50px center; }
.entry_info .sub_icon_txt span { font-size: 14px; display: block; } 
.entry_info .table_st table { margin-bottom: 5px; }
.entry_info .list_st2 { margin-top: 0; margin-bottom: 20px; }
.entry_info .list_st4 { margin-top: 10px;  }
    /* sub : 버스노선 */
.bus_line .table_st table { width: 49%; float: left; margin-right: 1%; }
.bus_line .table_st .table_bgcolor thead th { background: #fdeff7; }
.bus_line p.txt_h3 { margin-left: 0; font-size: 14px; font-family: "NotoR"; color: #111; }
    /* sub : 추천사이트 */
.recommend_site li { color: #111; font-family: "NotoR"; }
.recommend_site li.box_st2:hover,
.recommend_site li.box_st2:active,
.recommend_site li.box_st2:focus { border: 1px solid #00539f; }
.recommend_site li.box_st2 { padding: 15px 20px; }
.recommend_site li ul { display: inline-block; vertical-align: middle; margin-left: 20px; }
.recommend_site li ul li span { font-family: "NotoDL"; color: #555; margin-right: 10px;  }



@media screen and (max-width :550px) {

    /* sub : 버스노선 */
.bus_line .table_st table { width: 100%; float: none; margin-right: 0; }

    /* sub : 추천사이트 */
.recommend_site img { display: block; margin: 0 auto; }
.recommend_site li ul { display: block; margin: 20px auto 10px; }

}

@media screen and (max-width :490px) {

/* 학교안내도 */
.img_guide_map .btn_st{top:175px;}

    /* sub : 입학안내 */
.entry_info .sub_icon { padding: 20px 20px 20px 150px; background-position-x: 25px; }

}