
/* 공통 */
.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; word-break: keep-all;}

.w_bg {padding:100px 0 ; background: #fff;}
.g_bg {padding:100px 0 ; background: url('../img/dot_bg.jpg') 50% 50% repeat;}

.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*/
#policy7 {text-align: center; padding:80px 0 0;}
#policy7 .step { display: flex; margin: 40px auto 35px; }
#policy7 .step li { flex:1; }
#policy7 .sub_con > p { text-align: right; line-height: 1; font-size: 17px; color: #333; font-family: 'NanumSquare',sans-serif; }

#policy7 .bot_bg { margin: 80px 0 0; width:100%; height: 500px; background:url('../img/policy7_bg.jpg') no-repeat center / cover; }
