/*공통*/
.sub_con {width: 100%; margin: 0 auto; padding: 0 15px;}
.sub_title_txt {text-align: center;}
.sub_title_txt h1 {font-size: 28px; font-weight: 700;font-family: 'NanumSquare', sans-serif !important; color:#000; }
.sub_t_line_w {width: 70px; height: 2px; background: #fff; margin: 0 auto 15px auto;}
.sub_t_line {width: 70px; height: 2px; background: #0068d3; margin: 0 auto 15px auto;}
.orga_wrap {padding:50px 15px;}
.orga_img img {width:100%;}

/*Content CSS*/
.history_wrap {}
.sub_title_bg {width: 100%; height: 200px; background: url('../img/his_bg.jpg')no-repeat 50% 50%; background-size: cover; position: relative;}
.bg_mark {width: 100%; height: 100%; background: rgba(0,0,0,0.6); position: absolute; top: 0; left: 0; z-index: 1}
.history_wrap .sub_title_txt {position: absolute; top: 0; left: 0; z-index: 2; width: 100%; padding-top: 65px;}
.history_wrap .sub_title_txt h1 {color:#fff; }
.bg_box {width: 1280px; background: #fff; height: 200px; position: absolute; bottom: 0; left: 50%; margin-left: -640px; z-index: 3}

.organizationchart {width: 100%; position: relative;}
.his_gray_bg {width: 100%; background: #f7f7f7;}

.his_article_wrap {  position: relative; z-index: 5; text-align: center; width: 92%; margin: 0 auto; margin-top: -40px; background: #fff; padding: 40px 0 0 0;}

.his_article {position: relative; z-index: 2}
.his_article::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background: #ddd;
    top: 5px;
    left: 30px;
    z-index: -1;
}
.his_year { text-align: center; display: flex; flex-direction: row ; align-items: center;}
.his_year h1 {font-size: 25px; font-weight: 900;font-family: 'NanumSquare', sans-serif !important; color:#000; }
.his_y_round {width: 20px; height: 20px; background: #fff; border: 4px solid #0068d3; border-radius: 50%; margin: 0 15px 0 20px; }


.his_box_wrap {width: 100%; text-align: left; padding-left:25px; margin-top: 40px;}
.his_box {display: flex; flex-direction: row; align-items: center; margin-bottom: 50px;}
.his_m_round {width: 11px; height: 11px;  background: #0068d3; border-radius: 50%; min-width:11px;}
.his_m_line {width: 40px; height: 1px; border-top: 1px dashed #ddd; margin: 0 10px;}
.his_box h1 {font-size: 17px;font-family: 'NanumSquare', sans-serif !important; color: #0068d3; font-weight: 900; margin-right: 20px; min-width: 37px;}
.his_box ul li {margin-bottom: 8px; font-size: 14px; font-weight: 300; color:#666; padding-left: 15px; background: url('../img/s_blet.png')no-repeat 0 7px; letter-spacing: -.5px;
word-break: keep-all; line-height: 22px;}
.his_box ul li:last-child {margin-bottom: 0;}
/* .his_ul_box {display: flex; flex-direction: row; margin-top:90px;} */
@media screen and (max-width: 600px) {

}

@media screen and (max-width: 640px) {

}

@media screen and (max-width: 960px) {

}

@media screen and (max-width:1200px) {

}
