/* 공통 */
.sub_con {width: 1300px; margin:0 auto; position: relative; }
.w_box {background: #fff; position: relative; z-index: 2;   box-shadow: 0 0 13px 0 rgba(21, 21, 21, 0.08);}
.bot_bg {width: 100%; height: 314px; position: relative; z-index: 1; background: url('../img/ab_bot_bg.jpg') 50% 50% no-repeat; background-size:cover; }
.sub_p {font-size: 16px; font-weight: 300; color:#666; line-height: 32px; word-break: keep-all; }



/*Content CSS*/
#about {text-align: center; padding:100px 0 0; }
#about .bot_bg {margin-top: -160px; }
/* sec */
#ab_s1 .w_box {padding:90px 0 100px;}
#ab_s1 .line_box {padding:20px 80px; position: relative; display: inline-block ;}
#ab_s1 .line_box::before {content: ''; display: block; width: 32px ;height: 120px; background: url('../img/ab_line_left.png') 50% 50% no-repeat; position: absolute;left: 0; top:50%; transform:translateY(-50%);}
#ab_s1 .line_box::after {content: ''; display: block; width: 32px ;height: 120px; background: url('../img/ab_line_right.png') 50% 50% no-repeat; position: absolute;right: 0; top:50%; transform:translateY(-50%);}
#ab_s1 .line_box h2 {font-size: 24px ;font-weight: 300; color:#333; font-family: 'NanumSquare',sans-serif;}
#ab_s1 .line_box h1 {font-size: 40px; font-weight: 800; color:#000; margin-top: 20px; font-family: 'NanumSquare',sans-serif;}
#ab_s1 .line_box h1 span {color: #dcaf3c; }
#ab_s1 .sub_p {margin-top: 50px; }

/* sectio2 (History)*/
#ab_s2 {text-align: center; margin-top: 100px; }
#ab_s2 .article {padding:0 90px 120px; background: #fff; position: relative; z-index: 3;}
#ab_s2 .article .tit h2 {font-size:16px; font-weight: 600; color:#dcaf3c; letter-spacing: 9.6px; margin-bottom: 30px; font-family: 'Montserrat'; }
#ab_s2 .article .tit h1 {font-size:36px; font-weight: 800; color:#333; font-family: 'NanumSquare',sans-serif;}
#ab_s2 .article > h1::before {content: ''; display: block; width: 30px; height: 3px; background: #dcaf3c; margin:0 auto 20px;}
.his_list_wr {width: 100%; position: relative; margin:70px 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: 200px; }
.his_list_wr > li:last-child {margin-bottom: 100px; }
.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 #dcaf3c; border-radius: 50%; }
.his_list_wr .his_dot::before {content: ''; display: block ;width: 70px; height: 1px; background: #dcaf3c; }
/* 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:#dcaf3c; 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: 300; color:#8d8d8d; line-height: 24px;}




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

}


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

}

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

}
