/* 공통 */
.sub_con {width: 1300px; margin:0 auto; position: relative; z-index: 1}
.sub_title {text-align: center;}
.sub_title h2 {    font-size: 14px; font-weight: 400; color: #0867ae; letter-spacing: 7px; font-family: 'Montserrat'; margin-bottom: 15px; text-transform: uppercase;}
.sub_title h1 {    font-size: 35px; font-weight: 400; color: #333; font-family: 'NanumSquare',sans-serif; line-height: 55px;}
.sub_title h1 b {font-weight: 800;}
.apos_head {display: inline-block; position: relative; text-align: center; }
.apos_head h1 {font-size:30px; font-weight: 400; color:#333; font-family: 'NanumSquare',sans-serif;}
.apos_head h1 span {font-weight: 800; color:#0867ae;}
.apos_head > img {position: absolute; top:-20px;}
.apos_head > img.apos1 {left:-75px;}
.apos_head > img.apos2 {right:-75px;}
.sub_p {font-size:15px; font-weight: 300; color:#666; letter-spacing: -.5px; line-height: 30px; word-break: keep-all;}
.sub_list {text-align: left;}
.sub_list li {font-size:14px; font-weight: 300; color:#666; letter-spacing: -.5px; margin-bottom: 10px; display: flex; align-items: flex-start;}
.sub_list li:last-child {margin-bottom: 0;}
.sub_list li::before {content: ''; display: block; width: 3px; height: 3px; background: #0867ae; margin-right: 8px; position: relative; top:9px;}


/*Content CSS*/
#histroy {padding-bottom: 120px;}
#histroy .img {width: 100%; height: 350px; text-align: center; padding-top: 110px; color:#fff; font-size: 40px;font-family: 'Montserrat';  font-weight: 600; background: url('../img/his_bg.jpg')no-repeat 50% 50%; background-size: cover;}

#histroy .article {position: relative; width: 1100px; background: #fff; padding: 100px 80px 0; margin: -70px auto 0;}
#histroy .article::before {width: 1px; height: 100%; background: #ddd; position: absolute; top: 0; left: 50%;  display: block; content: "";}
.his_box {width: 100%; position: relative;}
.his_box > div {width: 50%;  position: relative;}
.his_box h1 {font-family: 'NanumSquare',sans-serif; font-weight: 900; font-size: 36px; color:#333; text-align: left;}
.his_box ul {margin-top: 15px; }
.his_box ul li {position: relative; margin-bottom: 10px; font-size: 15px; color:#666; word-break: keep-all; padding-left: 80px; line-height: 26px;}
.his_box ul li:last-child {margin-bottom: 0;}
.his_box ul li span {color:#0768af; font-size: 17px; font-family: 'NanumSquare',sans-serif; font-weight: 900; width: 40px; position: absolute; top: 2px; left: 20px;}
.his_box ul li::before {width: 7px; height: 7px; background: #e0e5e9; display: block; content: ""; position: absolute;; top: 11px; left: 0;}


.his_box.left {display: flex; justify-content: flex-start;}
.his_box.right {display: flex; justify-content: flex-end; top: -30px;}
.his_box.left > div { padding-right:30px;}
.his_box.right > div {padding-left: 180px;}

/*line*/
#histroy .his_box.left > div::before {position: absolute; top: 22px; right: 0; content: ""; background: #ddd; width: 150px; height: 1px;}
#histroy .his_box.right > div::before {position: absolute; top: 22px; left: 0; content: ""; background: #ddd; width: 150px; height: 1px;}

#histroy .his_box.left > div::after {width: 15px; height: 15px; border: 3px solid #0768af; border-radius: 50%; display: block; content: ""; position: absolute; top: 15px; right: -8px; z-index: 2; background: #fff; }
#histroy .his_box.right > div::after {width: 15px; height: 15px; border: 3px solid #0768af; border-radius: 50%; display: block; content: ""; position: absolute; top: 15px; left: -8px; z-index: 2; background: #fff; }


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

}

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

}

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

}

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

}
