/* 공통 */
.sub_con {width:100%; padding:0 15px;}
.sub_title1 {font-size:16px; font-weight: 600; color:#006dbb; font-family: 'Raleway', sans-serif;}
.sub_title1::after {content: ''; display: block; width:1px; height:40px; margin: 20px auto 0; background: #006dbb;}

/*Content CSS*/
#about {text-align: center; padding:50px 0 80px 0;}
.about_txt {width:calc(100% - 30px); margin:0 auto; position: relative; padding:40px 30px; z-index: 1;}
.a_edge {position: absolute; left:0; top:0; width:100%; height:100%; z-index: -1;}
.a_edge span {position: absolute; width:42px; height:42px; background: url('../img/a_edge.png') 50% 50% no-repeat; display: block;}
.a_edge span:nth-child(1) {left:0; top:0;}
.a_edge span:nth-child(2) {right:0; top:0; transform: rotate(90deg);}
.a_edge span:nth-child(3) {left:0; bottom:0; transform: rotate(270deg);}
.a_edge span:nth-child(4) {right:0; bottom:0; transform: rotate(180deg);}
.about_txt h1 {font-size:20px; line-height: 35px; color:#2a2a2a; font-family: 'NEXON Lv1 Gothic OTF'; word-break: keep-all;}
.about_txt h1 span {color:#006dbb;}
.about_txt h2 {font-size:15px; color:#2a2a2a; line-height: 25px; letter-spacing: -.5px; }
.about_txt h2 span {color:#006dbb;}
.about_txt p {font-size:14px; font-weight: 300; color:#3a3a3a; letter-spacing: -.5px; line-height: 22px; margin:20px 0 25px 0; word-break: keep-all;}

/* about-slider */
.about_slider_wr {position: relative; margin-top:70px; padding:0 15px;}
#about-slider .slick-slide {margin:0; outline: none; }
#about-slider .slick-slide img {width:100%;}
#about-slider .slick-slide p {font-size:15px; font-weight: 400; color:#2a2a2a; margin-top:20px;}
.a_arrow {position: absolute; left:0; width:100%; bottom:46px; border:0px solid red; height:0;}
.a_arrow li {position: absolute; top:0; display: block; padding:12px; font-size:30px; color:#808080; cursor: pointer;}
.a_prev {left:0;}
.a_next {right:0;}



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

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

}

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

}

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

}
