/* 공통 */
.c_inner {width: 100%; margin:0 auto;}
.w_box {width: 100%; margin:0 auto 50px; padding:0 20px; background: #fff; position: relative; z-index: 2; }

.sub_title h2 {font-size:14px; font-weight: 600; color:#0053a5; letter-spacing: 7px; text-transform: uppercase; margin-bottom: 18px; font-family: 'Montserrat'; }
.sub_title h1 {font-size:28px; font-weight: 300; color:#333; font-family: 'NanumSquare',sans-serif; line-height: 40px; word-break: keep-all;}
.sub_title h1 b {font-weight: 700; }

.sub_p {font-size:14px; font-weight: 300; color:#666; line-height: 28px; word-break: keep-all;}
.sub_p span {color:#0053a5; }
.sub_bot_bg {width: 100%; height: 200px; background: url('../img/his_bg.jpg') 50% 50% no-repeat; background-size:cover; }

.apos_head {display: inline-block; position: relative; }
.apos_head > img {position: absolute; top:-35px; width: 35px;}
.apos_head > img.apos1 {left: -50px;}
.apos_head > img.apos2 {right: -50px;}

.sub_table {width: 100%; margin:0 auto; border-collapse: collapse; text-align: left; border-top:2px solid #0053a5; }
.sub_table th { font-size:13px; font-weight: 500; color:#333; padding: 15px; background: #f1f9ff; border-bottom: 1px solid #d6e7f3; width: 150px; word-break: keep-all;}
.sub_table td {padding: 15px; background: #fff; border-bottom: 1px solid #d6e7f3; font-size:13px; font-weight: 300; color:#8f8f8f;word-break: keep-all;}



/*Content CSS*/
#history {text-align: center;}
#history .w_box {width: 100%; }


.his_list_wr {width: 100%; position: relative; margin:50px 0 0; text-align: left; z-index: 1; padding:40px 0 0;}
.his_list_wr::before {content: ''; display: block; width: 1px; height: 100%; background: #ddd; position: absolute; top:0; left: 7px; z-index: -1; }
.his_list_wr > li {width: 100%; border:0px solid red; display: flex; flex-direction: row; align-items: flex-start; margin-bottom: 50px; justify-content: flex-start; text-align: left;  }


/* dots */
.his_list_wr .his_dot {display: flex; align-items: center; flex-direction: row-reverse; position: relative; top:-5px; }
.his_list_wr .his_dot::after { content: ''; display:block; width: 15px; height: 15px; background: #fff; border:3px solid #0053a5; border-radius: 50%; }
/* his_txt */
.his_txt {position: relative; top:-16px;}
.his_list_wr > li .his_txt {margin-left: 20px;}
.his_txt h1 {font-size:30px; font-weight: 700; color:#0053a5; font-family: 'Montserrat'; margin-bottom:20px; }
.his_txt .his_list > li {display: flex; align-items: flex-start; margin-bottom: 15px; width: 100%;}
.his_txt .his_list > li:last-child {margin-bottom: 0; }
.his_txt .his_list span {display: block; font-size:15px; font-weight: 700; color:#333; position: relative; top:0;width: 50px; min-width: 50px; }
.his_txt .his_list p {font-size:13px; font-weight: 300; color:#8d8d8d; line-height: 24px; word-break: keep-all;}
.his_txt .his_list > li > p, .his_txt .his_list > li > div {width:calc(100% - 50px);}
.his_txt .his_list div {width: 100%;}







@media screen and (max-width:1200px) {

}

@media screen and (max-width: 960px) {

}

@media screen and (max-width: 640px) {

}
