/* 공통 */
.sub_con {width: 1300px; margin:0 auto; position: relative; }
.section {padding: 100px 0;}
.s_title h2 {font-size:18px ;font-weight: 700; color:#0000ff; text-transform: uppercase; }
.s_title h1 {font-size:42px; font-weight: 700; color:#000; margin-top: 10px;}
.s_title.wh h2, .s_title.wh h1 {color:#fff;}

/*Content CSS*/
/* section */
#his_sec1 {text-align: center; }
#his_sec1 .list {margin-top: 40px ;width: 100%; border-top: 2px solid #000; display: flex; flex-wrap:wrap;text-align: left; }
#his_sec1 .list li {display: flex; line-height: 30px; align-items: flex-start; padding:25px 0; width: 50%; border-bottom: 1px solid #ddd;}
#his_sec1 .list li h2 {font-size:18px ;font-weight: 700; color:#000; margin-right: 55px; width: 121px; min-width: 121px;}
#his_sec1 .list li p {font-size:16px; font-weight: 300; color:#333;}


/* sec2 */
#his_sec2 {padding :0 0 100px;}
#his_sec2 .top {width: 100%; height: 450px ; text-align: center; padding:110px 0 0; background: url('../img/his_top.jpg') 50% 50% no-repeat; background-size:cover; position: relative; z-index: 1; }
#his_sec2 .w_box {padding:80px 0 0; position: relative; z-index: 2; background-color: #fff ; margin-top: -150px; }

.his_list_wr {width: 100%; position: relative; margin:0 0 0; text-align: left; z-index: 1; padding:40px 0 0;}
.his_list_wr::before {content: ''; display: block; width: 1px; height: calc(100% + 135px); background: #ddd; position: absolute; top:0; left:50%; transform:translateX(-50%); z-index: -1; }
.his_list_wr > li {width: 50%; border:0px solid red; display: flex; flex-direction: row-reverse; text-align: right; align-items: flex-start; margin-bottom: 109px; }
.his_list_wr > li:nth-child(odd) {margin-left:7px; }
.his_list_wr > li:nth-child(even) {justify-content: flex-start; text-align: left; margin-left:calc(50% - 7px);  flex-direction: row;}
/* dots */
.his_list_wr .his_dot {display: flex; align-items: center; }
.his_list_wr > li:nth-child(even) .his_dot {flex-direction: row-reverse; }
.his_list_wr .his_dot::after { content: ''; display:block; width: 15px; height: 15px; background: #fff; border:3px solid #0000ff; border-radius: 50%; }
.his_list_wr .his_dot::before {content: ''; display: block ;width: 70px; height: 1px; background: #0000ff; }
/* his_txt */
.his_txt {height: 0; position: relative; top:-16px;}
.his_list_wr > li:nth-child(odd) .his_txt {margin-right: 30px; }
.his_list_wr > li:nth-child(even) .his_txt {margin-left: 30px; }
.his_txt h1 {font-size:36px; font-weight: 700; color:#0000ff; font-family: 'Montserrat'; margin-bottom:20px; }
.his_txt .his_list > li {display: flex; align-items: flex-start; margin-bottom: 15px;}
.his_txt .his_list > li:last-child {margin-bottom: 0; }
.his_list_wr > li:nth-child(odd) .his_txt .his_list li {flex-direction: row-reverse;}
.his_list_wr > li:nth-child(odd) .his_txt .his_list span {margin-left:30px;}
.his_list_wr > li:nth-child(even) .his_txt .his_list span {margin-right:30px;}
.his_txt .his_list span {display: block; font-size:17px; font-weight: 700; color:#333; font-family: 'NanumSquare',sans-serif; position: relative; top:4px; width: 37px;}
.his_txt .his_list p {font-size:14px; font-weight: 400; color:#000; line-height: 24px;}








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

}


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

}

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

}
