/* 공통 */
.sub_con {width: 1300px; margin:0 auto; }
.s_title h1 {font-size:48px; font-weight: 700; color:#000; text-transform: uppercase; font-family: 'Montserrat', 'Noto Sans KR'; }
.s_title h1::before {content: ''; display: block; width: 72px; height: 4px; background: #e60012; margin:0 auto 40px;}
.sub_p {font-size:16px; font-weight: 300; color:#666; line-height: 30px; word-break: keep-all;}
.dot_bg {padding:100px 0; background: url('../img/dot_bg.jpg') 50% 50% repeat; }

/*Content CSS*/
#vision {text-align: center; }
/* section1 */
#vis_sec1 {padding:80px 0 50px;}
#vis_sec1 h2 {font-size:25px; font-weight: 300; color:#333; line-height: 60px; margin:0 0 0; }
#vis_sec1 h2 span {font-weight: 500; color:#000; }
#vis_sec1 .img {width: 100%; height: 340px; background: #333; margin:50px 0 0;}
#vis_sec1 .txt {background: #fff; padding:60px; position: relative; z-index:2; width: 1100px; margin:-60px auto 0; }

/* section2 */
#vis_sec2 {;}
#vis_sec2 .top p {font-size:20px; font-weight: 300; color:#333; margin:20px 0 60px; }
#vis_sec2 .list {display: flex; justify-content: space-between; }
#vis_sec2 .list li {width: 410px; background: #fff; text-align: center; padding:60px 30px;  min-height:420px; border:4px solid #eee; }
/* #vis_sec2 .list li:nth-child(2) {border-top-color: #333; } */
#vis_sec2 .list li .icon {width: 150px; height: 150px; display: flex; align-items: center; justify-content: center; background: #f8f8f8; border-radius: 50%;
margin:0 auto;}
#vis_sec2 .list li .icon i {font-size:70px; color:#333;}
#vis_sec2 .list li .icon img {transition: transform 500ms;}
#vis_sec2 .list li h2 {font-size:22px; font-weight: 300; color:#333; }
#vis_sec2 .list li h2::before {content: ''; display: block; width: 40px; height: 1px; background: #000; margin:40px auto 30px;}
#vis_sec2 .list li h2 b {font-weight: 500; color:#000; }

#vis_sec2 .list li: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) {

}
