/*공통*/
.sub_con {width: 1280px; margin: 0 auto; padding: 100px 0;}
.sub_title_txt {text-align: center;}
.sub_title_txt h1 {font-size: 42px; 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;}


/*Content CSS*/
.history_wrap {}
.sub_title_bg {width: 100%; height: 400px; background: url('../img/his_bg.jpg')no-repeat 50% 100%; background-attachment: fixed; 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: 80px;}
.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: 1280px; margin: 0 auto; margin-top: -130px; background: #fff; padding: 80px;}
.his_article {width: 100%;display: flex; flex-direction: row; justify-content: space-between; align-items: center; margin-bottom: 70px;}
.his_img {width: 370px;}
.his_img ul li {margin-bottom: 20px;}
.his_img ul li:last-child {margin-bottom: 0;}
.his_img ul li img {width: 100%;}
.his_script {width: 700px; position: relative; }
.his_script::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background: #ddd;
    top: 0;
    left: 15px;
    z-index: -1;
}
.his_year { text-align: center; display: flex; flex-direction: row ;}
.his_year h1 {font-size: 36px; font-weight: 900;font-family: 'NanumSquare', sans-serif !important; color:#000; position: relative; top: -5px;}
.his_y_round {width: 30px; height: 30px; background: #fff; border: 5px solid #0068d3; border-radius: 50%; margin: 0 20px 0 0;}

.his_box_wrap {width: 100%; text-align: left; padding-left: 9px; margin-top: 50px;}
.his_box {display: flex; flex-direction: row; align-items: center; margin-bottom: 40px;}
.his_m_round {width: 13px; height: 13px;  background: #0068d3; border-radius: 50%;}
.his_m_line {width: 150px; height: 1px; border-top: 1px dashed #ddd; margin: 0 30px;}
.his_box h1 {font-size: 20px;font-family: 'NanumSquare', sans-serif !important; color: #0068d3; font-weight: 900; margin-right: 50px;}
.his_box ul li {margin-bottom: 10px; font-size: 16px; font-weight: 300; color:#666; padding-left: 15px; background: url('../img/s_blet.png')no-repeat 0 9px;}
.his_box ul li:last-child {margin-bottom: 0;}
.his_box:last-child {margin-bottom: 0;}
/* .his_ul_box {display: flex; flex-direction: row; margin-top:90px;} */

.orga_wrap {text-align: center; }
@media screen and (max-width: 600px) {

}

@media screen and (max-width: 640px) {

}

@media screen and (max-width: 960px) {

}

@media screen and (max-width:1200px) {

}
