/* 공통 */
.sub_con {width: 1300px; margin:0 auto;}
.sub_title h2 {font-size:18px; font-weight: 700; color:#1f9fae; letter-spacing: 6.3px; text-transform: uppercase; margin-bottom: 20px; font-family: 'NanumSquare',sans-serif;}
.sub_title h1 {font-size:48px; font-weight: 700; color:#333; font-family: 'NanumSquare',sans-serif;}
.sub_title p {font-size:17px; font-weight: 400; color:#666; font-family: 'NanumSquare',sans-serif; margin:20px 0 0; line-height: 36px; }
.sub_p {font-size:16px; font-weight: 300; color:#666; line-height: 30px; letter-spacing: -.5px; }
.w_bg {padding:100px 0 ; background: #fff;}
.g_bg {padding:100px 0 ; background: url('../img/dot_bg.jpg') 50% 50% repeat;}
.bullet_title {position: relative; font-size:24px; font-weight: 700; color:#333; font-family: 'NanumSquare',sans-serif; padding-left:30px; }
.bullet_title span {display: block; width: 3px; height: 24px; background: #1f9fae; position: absolute; left:0; top:7px; }
.bullet_title span::after {content: ''; display: inline-block; width: 3px; height: 24px; background: #4cd2e2; margin-left:8px; }
.step {width: 100%; border-top:1px solid #000; text-align: left; }
.step li {padding:16px 50px; border-bottom: 1px solid #ddd; display: flex; align-items: center; }
.step li span {display: block; width: 36px ;height: 36px; border-radius: 50%; background: #1f9fae; text-align: center; line-height: 36px; font-size: 18px; font-weight: 800;
color:#fff; font-family: 'NanumSquare',sans-serif;  margin-right: 24px; }
.step li p {font-size:16px; font-weight: 300; color:#666; }
.step li:nth-child(even) span {background-color: #333; }

/*Content CSS*/
#policy3 {text-align: center; padding:80px 0 120px;}
/* sec1 */
#pol3_sec1 .img {margin:45px 0 0;}
#pol3_sec1 .txt { width: 1100px;margin:50px auto 0; }
#pol3_sec1 .txt h2 {font-size:24px; font-weight: 700; color:#333; font-family: 'NanumSquare',sans-serif; width: 800px;  display: flex; align-items: center; justify-content: space-between; padding:0 30px; margin: 0 auto;}
#pol3_sec1 .txt h2 > span {width: 130px; height: 1px; position: relative; background: #19a0b0;}
#pol3_sec1 .txt h2 > span::before {content: ''; display: block; width: 1px; height: 30px; background: #19a0b0; position: absolute; top:-30px; }
#pol3_sec1 .txt h2 > span:first-child::before {left:0;}
#pol3_sec1 .txt h2 > span:last-child::before {right:0;}

/* 첫번째 ul */
.cer_list {display: flex; justify-content: space-between; width: 1200px; padding:70px 50px 0; background: #fff; margin:-70px auto 0; position: relative; z-index: 2;}
.cer_list li {width: calc(50% - 15px);}
.cer_list li a {display: block; position: relative; border:1px solid #f0f0f0;}
.cer_list li a > img {width: 100%; }
.cer_list li a .hv_plus {  position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: rgba(31,159,174,.8); transition: all .2s ease; opacity: 0; display: flex;
justify-content: center; align-items: center;}
.cer_list li a:hover .hv_plus {opacity: 1;}

/* 두번째 ul */
.cer_list.cl2 {width: 1200px; justify-content: flex-start; margin: 0 auto;}
.cer_list.cl2 li {margin-right: 33px;}






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

}

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

}

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

}

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

}
