.mt-30{margin-top:30px;}
.contentTop{padding: 30px 0;background: #f9f5f5;border-bottom: 1px solid #d0d0d0;}
.contentTop .sub_tit{display: flex;justify-content: center;align-items: center;font-size:16px;font-weight: 500;font-family: 'Noto Sans KR';}
.cont_ncsGuide_wrap{
  min-width: 360px;
}
.tab_list {background-color: #fff;
  box-shadow: 0px 2px 6px 0 rgb(69 31 119 / 20%);
  width: 100%;}
.tab_list .swiper-slide{
    width: fit-content;
}
.tab_list .swiper-slide a{
  display: block;
  padding: 10px 20px;
  color: #242424;
  text-align: center;
  font-size: 16px;
}
.tab_list .swiper-slide.swiper-slide-thumb-active a{
  color: #9c57f5;
  font-weight: 600;
  border-bottom: 3px solid #9c57f5;
}
.tab_content {
    padding-bottom: 30px;
  max-width: 1080px;
  margin: 0 auto;
}
.tab_content .swiper-slide .inner{padding: 5px 14px;}
.tab_content .swiper-slide .inner img{width:100%;}
.tab_content .swiper-slide .inner .tit{
    position: relative;
    margin-bottom: 10px;
    padding-left: 8px;
    color: #242424;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
.tab_content .swiper-slide .inner .tit:before{content:'';display: block;position: absolute;top: 0px;left: 0px;width: 1px;height: 18px;line-height: 22px;border-left: 2px solid #7876fe;}
.tab_content .swiper-slide .inner .desc{
}
.tab_content .swiper-slide .inner .desc .correct{
	color:#7f7f7f;
}
.tab_content .swiper-slide .inner .desc p+p{
	margin-top: 10px;
}
.tab_content .swiper-slide .inner .sub_tit{
	position: relative;
	margin-bottom:10px;
	padding-left: 12px;
	font-size: 14px;
	line-height: 22px;
}
.tab_content .swiper-slide .inner .sub_tit:before{content: '';display: block;position: absolute;top: 9px;left: 0;width: 6px;height: 6px;border-radius: 10px;background-color: #bbb;}
.tab_content .swiper-slide .inner .reception{
}
.get_credit li{
  margin-bottom: 20px;
}
.reception table{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
}
.reception thead {
  text-align: center;
  color: #7a7a7a;
  background: #f5f5f5;
}
.reception table td{
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 1px;
  font-size: 12px;
  overflow: hidden;
  padding: 15px 5px;
  word-break: normal;
  line-height: 1.5;
 text-align:left;
}
.reception table td.reception_title{
  text-align: center;
  font-weight: bold;
}

.reception table th {
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  font-weight: normal;
  /* overflow: hidden; */
  text-align: center;
  padding: 10px 5px;
  word-break: normal;
  font-weight: bold;
}
.target_use_wrap{
  position: relative;
  width:100%;
  height: 100%;
  display: flex;
  margin-top: 20px;
}
.target_use_wrap > ul{
  flex:1;
  
}
.target_use_wrap > ul ~ ul{
 margin-left: 30px;
}
.target_use_wrap > ul li{
  padding: 10px;
  background: #fcf3f3;
  border-radius: 6px;
  margin-bottom: 10px;
}
.target_use_wrap > ul li em{
  position: relative;
  display: inline-block;
  background: #f07777;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  margin-right: 8px;
  float: left;
}
.target_use_wrap > ul li em::after,
.target_use_wrap > ul li em::before{
  content: '';
  position: absolute;
  display: block;
  border: solid 1px #fcf3f3;
  background: #fcf3f3;
  height: 7px;
  top: 9px;
  left: 6px;
  transform: rotate(-45deg);
}
.target_use_wrap > ul li em::after{
  height: 10px;
  top: 6px;
  left: 11px;
  transform: rotate( 45deg);
}

.process_rating .process_elem_wrap{
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  justify-content: space-between;
  align-items: center;
}
.process_rating .process_elem{
  padding: 8px 10px;
  flex: 1;
  border: solid 1px #c3c3c3;
  border-radius: 10px;
  text-align: center;
  font-size: 15px;
}
.process_rating .process_elem+.process_elem{
	margin-left:30px;
}
.process_rating .process_elem.result{
  background:#9c57f5;
  font-weight: bold;
  color:#fff;
  border:none;
}

.process_rating .process_elem_wrap > div:nth-child(1):before{
  position: absolute;
  left: 50%;
  content: "+";
  font-size: 40px;
  top: 0;
  color: #ccc;
  display: block;
  width: 24px;
  height: 40px;
  line-height: 34px;
  margin: 0 0 0 -12px;
}

.process_rating .process_elem_wrap:before{
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 54px;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  line-height: 35px;
  color: #fff;
  background: #d7d7d7;
  font-style: normal;
  font-size: 15px;
  padding-left: 10px;
}
.process_rating .process_elem_wrap:after{
  border-bottom: 14px solid #d7d7d7;
  border-left: 14px solid transparent;
  border-right: 14.5px solid transparent;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 54px;
  width: 0;
  margin-left: -14px;
  transform: rotate(180deg)translate(0,-50%);
}
.box_tit{
	background: #f5f5f5;
	border-radius: 30px;
	font-style: normal;
	padding: 2px 20px;
	margin: 0 0 10px;
	display: inline-block;
}