/* 공통  */
.sub_con {width: 1300px; margin:0 auto; position: relative; }
.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;}
.s_title2 h2 {font-size:18px; font-weight: 400; color:#e60012; text-transform: uppercase; letter-spacing: 3px; font-family: 'Montserrat'; margin: 0 0 10px; }
.s_title2 h1 {font-size:40px; font-weight: 600; color:#000; }
.s_title2 p {font-size: 18px; font-weight: 300; color:#666; line-height: 35px; margin:30px 0 0;}

/*Content CSS*/
#ci {text-align: center; padding:80px 0 140px; }
/* section1 */
#ci_sec1 .logo {display: flex; justify-content: space-between; margin:50px 0 0;}
#ci_sec1 .logo li {width: 629px; border:1px solid #e0e0e0; height: 280px; overflow: hidden; }

/* section2 */
#ci_sec2 {text-align: left; margin-top:60px;}
#ci_sec2 .box h1 {font-size:28px; font-weight: 600; color:#333; border-bottom: 1px solid #ddd; padding-bottom: 20px; margin-bottom: 20px; padding-left:32px; position: relative; }
#ci_sec2 .box h1 span {font-family: 'Montserrat'; font-weight:700; font-size:32px; }
#ci_sec2 .box h1::before {content: ''; display: block; width: 18px; height: 18px; background: #fff; border:4px solid #e60012; position: absolute; left:0; top:12px ;
border-radius: 50%; }
#ci_sec2 .box p {font-size:16px; font-weight: 300; color:#666; line-height: 35px ;}
#ci_sec2 > .box:nth-child(2) {margin-top:60px; }












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

}

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

}

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

}

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

}
