
/* 공통 */
.sub_con {width: 100%; margin:0 auto; padding: 0 15px; }
.sub_title h2 {font-size:17px; font-weight: 700; color:#1f9fae; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 10px; font-family: 'NanumSquare',sans-serif;}
.sub_title h1 {font-size:24px; font-weight: 700; color:#333; font-family: 'NanumSquare',sans-serif;}
.sub_title p {font-size:15px; font-weight: 400; color:#666; font-family: 'NanumSquare',sans-serif; margin:20px 0 0; line-height: 26px; word-break: keep-all; }
.sub_p {font-size:14px; font-weight: 300; color:#666; line-height: 24px; letter-spacing: -.7px; word-break: keep-all;}

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

.step {width: 100%; border-top:1px solid #000; text-align: left; }
.step li {padding:10px 0; border-bottom: 1px solid #ddd; display: flex; align-items: flex-start; }
.step li span {display: block; width: 28px ;height: 28px; border-radius: 50%; background: #1f9fae; text-align: center; line-height: 28px; font-size: 13px; font-weight: 600;
color:#fff;  margin-right:15px; min-width: 28px ; min-height: 28px;  }
.step li p {font-size:13px; font-weight: 300; color:#666; letter-spacing: -.7px; line-height: 22px; position: relative; top:2px; word-break: keep-all; }
.step li:nth-child(even) span {background-color: #333; }

/*Content CSS*/
#policy7 {text-align: center; padding:40px 0 0;}
#policy7 .sub_title { padding:0 15px; }
#policy7 .step { margin: 30px auto; }
#policy7 .sub_con > p { text-align: right; line-height: 1; font-size: 16px; color: #333; font-family: 'NanumSquare',sans-serif; }

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