.sec_visual{
  position: relative;
}
.sec_visual img{
  width: 100%;
  height: auto;
}
.sec_visual .cont{
  position: absolute;
  left: 8.8542vw;
  bottom: 0;
}
.sec_visual .cont p{
  position: absolute;
  bottom: 14.3750vw;
  left: 0;
  font-size: 3.3333vw;
  font-weight: 600;
  line-height: 154%;
  font-family: "Wanted Sans";
}
.sec_visual .cont h2{
  display: flex;
  font-family: "Wanted Sans";
}
.sec_visual .cont h2 span{
  font-size: 10.9375vw;
  font-weight: 800;
  line-height: 154%;
  /* min-width : 41.2500vw; */
  margin-right:1.0417vw;
}
.sec_visual .cont h2 em{
  font-size: 3.7500vw;
  font-weight: 600;
  line-height: 154%;
  padding-top : 8.0208vw;
}

.sec_result .tit{
  padding: 6.9792vw 0 7.8125vw;
  text-align: center;
  border-bottom: 0.2083vw solid #000;
}
.sec_result .list{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width : max-content;
  margin: 0 auto;
  padding: 11.1458vw 0 8.0208vw;
}
.sec_result .list::after{
  content: "";
  width : 0.1042vw;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec_result .list > div h4{
  position : relative;
  font-size: 3.7500vw;
  font-family: "Wanted Sans";
  font-weight: 500;
  color: #E4DBFF;
  transition: color .25s ease-in-out;
}
.sec_result .list > div strong{
  display : block;
  margin-top: -3.1771vw;
}
.sec_result .list > div span{
  font-size: 9.3750vw;
  font-family: "Wanted Sans";
  font-weight: 900;
  line-height: 180%;
  letter-spacing: -0.023666em;
  color: #E4DBFF;
  transition: color .25s ease-in-out;
}
.sec_result .list > div em{
  padding-left: 1.2500vw;
  font-size: 3.7500vw;
  font-family: "Wanted Sans";
  font-weight: 700;
  line-height: 140%;
  color: #E4DBFF;
  transition: color .25s ease-in-out;
}
.sec_result .list > div{
  width : 100%;
}
.sec_result .list > div:nth-child(odd){
  margin-left: 100%;
  padding-left: 5.4167vw;
}
.sec_result .list > div:nth-child(odd) h4::before{
  display: block;
  position : absolute;
  top: 1.3542vw;
  left: -6.3021vw;
  z-index : 10;
  content: "";
  width : 1.7708vw;
  height: 1.7708vw;
  border-radius: 50%;
}
.sec_result .list > div:nth-child(even){
  margin-right: 100%;
  padding-right: 5.4167vw;
  text-align: right;
}
.sec_result .list > div:nth-child(even) h4::before{
  display: block;
  position : absolute;
  top: 1.3542vw;
  right: -6.3021vw;
  z-index : 10;
  content: "";
  width : 1.7708vw;
  height: 1.7708vw;
  border-radius: 50%;
}
.sec_result .list > div h4::before{
  background-color: #E4DBFF;
  transition: background-color .25s ease-in-out;
}
.sec_result .list > div.on h4::before{background-color: #000;}
.sec_result .list > div.on h4{color: #000;}
.sec_result .list > div.on span{color: #000;}
.sec_result .list > div.on em{color: #000;}



.sec_links{
  padding: 7.8125vw 0 8.6458vw;
  border-top: 0.2083vw solid #000;
}
.sec_links .inner{
  width : calc(100% - 9.3750vw);
  max-width: 81.2500vw;
  margin: 0 auto;
}
.sec_links h2{
  font-size: 5.4167vw;
  font-family: "Pretendard";
  font-weight: 800;
  line-height: 142%;
  margin-right : 4.3750vw;
}
.sec_links p{
  font-size: 2.5000vw;
  font-weight: 500;
  line-height: 148%;
  color: #1c1c1c;
  font-family: "Pretendard";
  padding-top: 0.7292vw;
}
.sec_links .tit{
  margin-bottom : 6.4583vw;
}
.sec_links a{
  display: flex;
  align-items: center;
  gap: 0.5208vw;
  position: relative;
  width : 100%;
  height: 15.1042vw;
  padding: 0 4.0625vw;
  border-radius: 7.2917vw;
  color: #fff;
  transition: color .3s ease-in-out;
}
.sec_links a strong{
  font-size: 4.7917vw;
  font-weight: 700;
  line-height: 140%;
}
.sec_links a span{
  font-size: 3.3333vw;
  font-weight: 500;
  line-height: 140%;
}
.sec_links a:not(:last-of-type){
  margin-bottom: 5.4167vw;
}
.sec_links a svg{
  position: absolute;
  top: 50%;
  width : 5.3646vw;
  height: 5.3646vw;
  aspect-ratio: 1/1;
  right : 4.1667vw;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius:50%;
  transition: background-color .3s ease-in-out;
}
.sec_links a svg path{
  transition: stroke .3s ease-in-out;
}
.sec_links a:nth-of-type(1) svg path{stroke: #64BE52;}
.sec_links a:nth-of-type(2) svg path{stroke: #FF6F5C;}
.sec_links a:nth-of-type(3) svg path{stroke: #8D6EE6;}
.sec_links a:nth-of-type(4) svg path{stroke: #44B1E0;}
.sec_links a:hover{
  color: #000;
}
.sec_links a:hover svg{
  background-color: rgba(255,255,255,0);
}
.sec_links a:hover svg path{
  stroke: #000;
}

@media all and (max-width: 768px){
  .sec_visual .cont{
    left: 20px;
    bottom: 10px;
  }
  .sec_visual .cont p{
    bottom: 60px;
    font-size: 18px;
  }
  .sec_visual .cont h2 span{
    font-size: 42px;
    /* min-width : 152px; */
  }
  .sec_visual .cont h2 em{
    font-size: 20px;
    padding-top: 24px;
  }

  .sec_result .tit{
    padding: 35px 0 32px;
    border-width : 2px;
  }
  .sec_result .tit h2{
    font-size: 28px;
  }
  .sec_result .tit h3{
    font-size: 14px;
    margin-top: 5px;
  }
  .sec_result .list{
    padding: 54px 0 36px;
  }
  .sec_result .list::after{
    width : 1px;
  }
  .sec_result .list > div:nth-child(odd){padding-left: 24px;}
  .sec_result .list > div:nth-child(even){padding-right: 24px;}
  .sec_result .list > div:nth-child(odd) h4::before{
    left: -30px;
    top: 5px;
    width : 12px;
    height: 12px;
  }
  .sec_result .list > div:nth-child(even) h4::before{
    right: -30px;
    top: 5px;
    width : 12px;
    height: 12px;
  }
  .sec_result .list > div h4{
    font-size: 18px;
  }
  .sec_result .list > div span{
    font-size: 50px;
  }
  .sec_result .list > div em{
    padding-left: 6px;
    font-size: 22px;
  }

  .sec_links{
    padding: 40px 0 50px;
    border-width : 1px;
  }
  .sec_links .tit{
    margin-bottom: 40px;
  }
  .sec_links h2{
    font-size: 28px;
    margin-right : 0;
  }
  .sec_links p{
    padding-top: 5px;
    font-size: 14px;
  }
  .sec_links a{
    gap: 8px;
    height: 75px;
    padding: 0 24px 0 30px;
    border-radius: 80px;
  }
  .sec_links a strong{
    font-size: 23px;
  }
  .sec_links a span{
    font-size: 16px;
    padding-top: 3px;
  }
  .sec_links a svg{
    right : 24px;
    width : 22px;
    height: 22px;
  }
}