<style >
/*공통레이아웃*/

.n-site-tit {}

.n-site-tit h2 {
    font-size: 35px;
    font-weight: 600;
    border-bottom: 2px solid;  padding-bottom: 20px;
    margin-bottom: 50px;
}

.n-site-tit p {font-size: 17px;
    color: #777;
    margin-top: 5px;}

.text-right {
    text-align: right;

}

.intro-wrap {
    margin-top: 50px;
}

.base-td{
    width: 100%;
    border-collapse: collapse;
}

.base-td th,td{
    border: 1px solid #ededed;
    padding: 10px;
    box-sizing: border-box;
}

.base-td .border-top{border-top: 2px solid #181818;}

.img-box{width:100%; text-align: center;}

.tit{font-size: 30px;}
.sub-in{font-size: 20px;margin-bottom: 10px;}
.sub-tit{
    font-size: 25px;
    border-left: 6px solid #01a0f2;
    line-height: 1;
    padding-left: 10px;
    margin: 40px 0 20px 0;
}

.sub-tit-2{
    font-size: 20px;
    color: #004097;
}

.in-list > li{list-style: inside;}

.in-list > li > ul{padding-left: 20px;margin: 10px 0;}
.in-list > li > ul > li{line-height: 1.8;}

/*교육원소개 공통레이아웃 끝*/

/*원장인사말*/

.s-intro-wrap p span {
    color: #0279c2;
    font-size: 27px;
    font-weight: 500;
}

.s-intro-wrap img {
    display: inline-block;
    width: 40%;
    vertical-align: top;
}
.s-intro-wrap div {
    display: inline-block;
    width: 55%;
    padding: 0 20px;
}

.s-intro-wrap p strong{
    font-size: 18px;
}


/*원장인사말 끝*/

/*연혁*/

.h-intro-wrap img {
    display: inline-block;
    width: 30%;
    vertical-align: top;
}
.h-intro-wrap .history {
    display: inline-block;
    width: 60%;
    padding: 0 20px;
}
.history{padding-left: 300px;}
.history h2 {position: relative; font-size: 33px color: #000; line-height: 1;}
.history h2:before {
    content:""; position: absolute;
    left:-48px; top:50%; transform: translateY(-50%);
    width: 17px; height: 17px; border-radius: 100%;
    background:#fff; border: 5px solid #0279c2;
    box-sizing: border-box;}
.history div {position: relative; padding: 0 0 0 48px;}
.history div:before { content:""; position:absolute; left:8px; top:0;
          width: 2px; height:100%; background:#ddd;}
.history div:first-child:before { top:10px; height:calc(100% - 10px);}


.history ol { padding: 20px 0 74px;list-style: none; }
.history li {font-size: 17px; color:#000; line-height: 29px;  }
/*연혁 끝*/


/*조직도*/
.intro-wrap .org img{
    width: 70%;
}

/*

.intro-wrap .img-box{
    display: inline-block;
    width: 46%;
    vertical-align: top;
}

.intro-wrap .map-list{
    display: inline-block;
    width: 53%;
    vertical-align: top;
}
*/

/*오시는길*/

.map-list dt{    
    font-weight: 700;
    vertical-align: top;
    color: #004097;
    display: inline-block;
    width: 15%;
    font-size: 18px;
}
.map-list dd{display: inline-block; width:84%;    margin-bottom: 25px;}
.img-box-bn{padding: 50px;border: 1px solid #ededed;box-sizing: border-box; margin: 30px 0;text-align: center;}


/*교육일정*/

.con_txt{
    
}

.con_txt > ul{
    padding-left: 20px;
   
}

.con_txt ul li{
     margin: 4px 0;
}

.con_txt > ul > li{
    list-style: disc;
}

.con_txt > ul > li span{
    font-weight: 700;
}

.con_txt > ul > li > ul{
     margin: 10px 0;
}

.con_txt > ul > li > ul > li{
    
}

.tbl-1{
    width: 100%;
}

/* 2022.05.03 이수봉 폰트 14 -> 16*/
.tbl-1 th {
    padding: 10px 10px 10px 10px;
    border: 1px solid #d4d4d4;
    background: #f2f2f2;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    letter-spacing: -0.03em;
    word-break: break-all;
}

/* 2022.05.03 이수봉 폰트 14 -> 16*/
.tbl-1 td {
    padding: 10px 10px 10px 10px;
    border: 1px solid #d4d4d4;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    line-height: 22px;
    letter-spacing: -0.03em;
    word-break: keep-all;
    word-wrap: break-word;
}

.tab_ov .tab li a{padding: 17px;}


/*대국민안전교육추진계획*/
.ch-j .sub-in span{
       background: #b9e4ff;
    padding: 1px 15px;
    font-size: 18px;
    color: #005fca;
    position: absolute;
    top: 0;
    right: 40%;

}

.ch-j .sub-in{
    margin-bottom: 20px;
}

.ch-j{
        border: 1px solid #ededed;
    padding: 30px 0;
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-right: 1%;
    min-height: 200px;
    text-align: center;
    position: relative;
}

.ch-j h6{
    font-size: 15px;
    color: #979797;
}

</style >
