/* 공통 */
.sub_con {width: 1300px; margin:0 auto; position: relative; overflow: hidden;}
.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*/
#about_wr .sub_title h2 { margin:0 0 50px; }


#about {height: 871px; padding-bottom: 80px; background: url('../img/about_bg.jpg')no-repeat 0 0;}
#about .title {width:487px; height: 487px; border-radius: 50%; position: absolute; top: 155px; left: 44px; text-align: center; display: flex; flex-direction: column; justify-content: center; background: #fff;}
#about .title .logo {font-size: 0; margin-bottom: 30px;}
#about .title h1 {font-family: 'NanumSquare',sans-serif; font-size: 46px; font-weight: 900; color:#000; margin-bottom: 25px;}
#about .title p {font-size: 16px; font-weight: 300; color:#666; line-height: 28px;}

#about .about_box {display: flex; align-items: center;}
#about .about_box .icon {width: 172px; height: 172px; border-radius: 50%; text-align: center; font-size: 0; line-height: 172px;}
#about .about_box .icon img {transition: all 0.5s;}
#about .about_box .txt {width: calc(100% - 172px); padding-left: 86px;}
#about .about_box h2 {font-family: 'Montserrat'; font-weight: 500; font-size: 14px; margin-bottom: 5px;}
#about .about_box h1 {font-family: 'NanumSquare',sans-serif; font-weight: 700; font-size: 24px; color:#000;  margin-bottom: 15px;}
#about .about_box h3 {font-weight: 500; font-size: 14px; color:#666;  margin-bottom: 15px;}
#about .about_box p {font-weight: 300; font-size: 14px; color:#8b8b8b; line-height: 24px;}

#about .about_box.box1 h2 {color:#8e969b}
#about .about_box.box2 h2 {color:#61bd50}
#about .about_box.box3 h2 {color:#0768af}

#about .about_box.box1 { position: absolute; left: 607px; top: 29px ;}
#about .about_box.box2 { position: absolute; left: 725px; top: 314px;}
#about .about_box.box3 { position: absolute; left: 607px; top: 601px;}

#about .about_box:hover .icon img {transform: rotateY(180deg);}


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

}

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

}

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

}

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

}
