/* 공통 */
.sub_con {width: 1300px; margin:0 auto; position: relative; }
.s_title h2 {font-size:24px; font-weight: 600; color:#0066d6; font-family: 'Montserrat'; }
.s_title h1 {font-size:48px; font-weight: 800; color:#000; font-family: 'NanumSquare',sans-serif; margin-top: 30px;}
.s_title p {font-size:18px; font-weight: 400; color:#666;  font-family: 'NanumSquare',sans-serif; margin-top: 20px ; line-height: 32px;}

.section {padding:90px 0;}
.section.gray {background-color: #fbfbfb; }

/* table */
.s_table table {border-collapse: collapse; width: 100%; border-top: 3px solid #0066d6; }
.s_table table thead th {padding:15px 10px; font-size:15px; font-weight: 500; color:#fff; background-color: #4472c4; border:1px solid rgba(255,255,255,.2);}
.s_table table tbody th {font-size:14px; font-weight: 400; color:#1b1dd1; border:1px solid #dce0e4; padding:15px 5px; text-align: center; background-color: #f8fbff;
line-height: 20px; letter-spacing: -.5px;}
.s_table table tbody td {font-size:14px; font-weight: 300; color:#333; border:1px solid #dce0e4; padding:15px 0; text-align: center;  background-color: #fff; letter-spacing: -.5px;}
.s_table table tbody th.tit {font-size:16px; font-weight: 500; color:#e157d4;}


/*Content CSS*/
#rnd2 {text-align: center ;padding:85px 0 120px;}
#rnd2 .article {margin-top: 70px;}
#rnd2 .s_table td .arrow_wr {width: 100%; height: 100%; position: relative; }
#rnd2 .s_table td .arrow {display: block; position: absolute; left: 0; top:50%; transform:translateY(-50%); height: 15px; width: 100px;
background-color: #e157d4; z-index: 2;}
#rnd2 .s_table td .arrow .tribox {position: absolute; width:30px; height:30px; right: -30px;  top:50%; transform:translateY(-50%);}

#rnd2 .s_table td .arrow.lead {width: 332px;}
#rnd2 .s_table td .arrow.hit {width: 78px;}
#rnd2 .s_table td .arrow.unknon {width: 159px}
#rnd2 .s_table td .arrow.three {width: 158px}
#rnd2 .s_table td .arrow.four {width: 158px}
#rnd2 .s_table td .arrow.five {width: 119px}

#rnd2 .tri{
  width: 0px;height: 0px;
  border-top:15px solid  transparent;
  border-bottom:15px solid  transparent;
  border-right: 15px solid none;
  border-left: 15px solid #e157d4;
}




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

}


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

}

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

}
