/*공통*/
.con1300 {width: 1300px; margin: 0 auto;}

.c_title {text-align: center;}
.c_title span {display: block; width: 80px; height: 3px; position: relative; background: #005ec0; margin:0 auto 30px;}
.c_title span::after {content: ''; display: block; position: absolute; top:0; right:0; width: 50%; height: 100%; background: #a1cc3a;}
.c_title h1 {font-size:34px; font-weight: 700; color:#333; font-family: 'paybooc-ExtraBold'; text-transform: uppercase;}

.sub_h1 {font-size: 24px; color:#333; font-family: 'paybooc-Bold'; padding-left: 15px; position: relative;}
.sub_h1::before {display: block; content: ""; text-align: left; width: 3px; height: 24px; background: #005ec0; position: absolute; top: 3px; left: 0;}
.ser_ul {width: 100%;}
.ser_ul li {width: 100%; position: relative; font-size: 14px; line-height: 24px; color:#888; word-break: keep-all; margin-bottom: 5px; padding-left: 15px;}
.ser_ul li::before {display: block; content: ""; width: 5px; height: 5px; background: #005ec0; position: absolute; top: 11px; left: 0;}
.ser_ul li:last-child {margin-bottom: 0;}

/*Content CSS*/
#service1 {padding-bottom: 120px;}
#ser_c1 {text-align: center;}
#ser_c1 p {font-size: 16px; color:#666; line-height: 28px; margin-top: 30px; font-weight: 300;}
#ser_c1 p span {font-weight: 500;color:#333;}

#ser_c2 {display: flex; flex-direction: row; justify-content: space-between; margin-top: 70px;}
#ser_c2 .img {width: 50%; background: red; background: url('../img/ser1_c1_img.jpg')no-repeat 50% 50%;}
#ser_c2 .txt {width: 50%; padding: 50px; border: 30px solid #f7f7f7; background: #fff;}
#ser_c2 .txt .ser_ul {margin-top: 30px; padding-top: 30px; border-top: 1px solid #ddd;}

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

}

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

}

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

}

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

}
