.splide__custom__pagination.splide__pagination {
  display: none;
}
.step_wrap {
  margin-bottom: 50px;
}
.step_wrap * {
  transition-property: all;
  transition-duration: 300ms;
  transition-delay: 0ms;
  transition-timing-function: ease;
}
.step_wrap .items_wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.step_wrap .items_wrap .wrap_items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.step_wrap .items_wrap .wrap_items .items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.step_wrap .items_wrap .wrap_items .items > div {
  flex: 0 0 calc(33.3% - 30px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 8px;
  text-align: center;
  color: #000;
}
.step_wrap .items_wrap .wrap_items .items > div .top {
  font-size: 1.5vw;
  width: 100%;
  text-align: center;
}
.step_wrap .items_wrap .wrap_items .items > div .middle {
  overflow: auto;
}
@media (max-width: 960px) {
  .step_wrap .items_wrap .wrap_items .items > div {
    flex: 100%;
  }
}
.step_wrap .items_wrap .wrap_items .items img {
  max-height: 200px;
  object-fit: cover;
}
.step_wrap .items_wrap .wrap_items .items .frame {
  flex: 100%;
}
.step_wrap .items_wrap .wrap_items .btn_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  justify-content: flex-end;
}
.step_wrap .items_wrap .wrap_items .btn_wrap .btn_pop {
  border: 2px solid #E02109;
  padding: 1vw 2vw;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: #E02109;
  font-size: 1.1vw;
  font-weight: bold;
  cursor: pointer;
  background: #F2F2F2;
}
.step_wrap .items_wrap .wrap_items .btn_wrap .btn_pop:hover {
  color: #000;
}
.step_wrap .items_wrap .wrap_items .btn_wrap .btn_pop:hover svg path {
  fill: #000;
}
.step_wrap .items_wrap .wrap_items .btn_wrap .btn_pop svg {
  width: 1.4vw;
  height: 1.4vw;
}
.step_wrap .items_wrap .wrap_items .btn_wrap .next_btn {
  background: #E02109;
  padding: 1vw 2vw;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 1.1vw;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  position: relative;
  z-index: 2;
}
.step_wrap .items_wrap .wrap_items .btn_wrap .next_btn:hover {
  color: #D3F2FF;
}
.step_wrap .items_wrap .wrap_items .btn_wrap .next_btn:hover svg path {
  stroke: #D3F2FF;
}
.step_wrap .items_wrap .wrap_items .btn_wrap .next_new {
  border: 1px solid #050606;
  background: #F2F2F2;
  color: #000;
  max-height: 48px;
}
.step_wrap .items_wrap .wrap_items .btn_wrap .next_new .ic {
  transform: rotateY(180deg);
}
.step_wrap .items_wrap .wrap_items .btn_wrap .next_new:hover {
  color: #E02109;
}
.step_wrap .items_wrap .wrap_items .btn_wrap .next_new:hover svg path {
  stroke: #E02109;
}
.step_wrap .items_wrap .wrap_items .frame_btn {
  justify-content: center;
}
.step_wrap .items_wrap .wrap_items .frame_btn .ic {
  transform: rotate(180deg);
}
.step_wrap .items_wrap .first-block .left .top {
  font-weight: bold;
}
.step_wrap .items_wrap .first-block .center .top {
  font-size: 18px;
  font-weight: bold;
}
.step_wrap .items_wrap .first-block .center .middle {
  font-size: 18px;
  position: relative;
  padding-left: 18px;
  text-align: left;
}
.step_wrap .items_wrap .first-block .center .middle div {
  font-size: 1.1vw;
  text-align: center;
}
.step_wrap .items_wrap .first-block .center .middle:before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
  background: #FF0000;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.step_wrap .items_wrap .two-block .items {
  align-items: center;
}
.step_wrap .items_wrap .two-block .center .middle {
  overflow: initial;
  padding: 30px 20px 30px 20px;
  border-radius: 300px;
  background: #D3F2FF;
  font-size: 1.2vw;
  font-weight: bold;
  text-align: center;
}
.step_wrap .items_wrap .two-block .right {
  padding: 0 !important;
  background: none !important;
}
.step_wrap .items_wrap .two-block .right .item {
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 20px;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}
.step_wrap .items_wrap .two-block .right .item svg {
  width: 1.6vw;
  height: 1.6vw;
}
.step_wrap .items_wrap .two-block .right .item .body {
  background: #D3F2FF;
  padding: 30px 10px;
  font-size: 1.2vw;
  position: relative;
  font-weight: bold;
  margin-left: 36px;
  text-align: center;
}
.step_wrap .items_wrap .two-block .right .item .body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 100%;
  border-left: 18px solid #D3F2FF;
  border-top: 0px solid #D3F2FF;
  border-bottom: 0px solid #D3F2FF;
  border-right: 18px solid #D3F2FF;
  clip-path: polygon(-1% 0, 100% 50%, -1% 100%);
}
.step_wrap .items_wrap .two-block .right .item .body:after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 0;
  height: 100%;
  border-left: 18px solid #D3F2FF;
  border-top: 0px solid #D3F2FF;
  border-bottom: 0px solid #D3F2FF;
  border-right: 18px solid #D3F2FF;
  clip-path: polygon(101% 0, 0 50%, 101% 100%);
}
.step_wrap .items_wrap .ic_sep {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.step_wrap .items_wrap .bot {
  font-weight: normal;
  font-size: 1.1vw;
}
.step_wrap .items_wrap .left .bot {
  font-weight: bold;
}
.popup_instruction {
  display: none;
  margin-top: 30px;
}
.popup_instruction .popup_inner {
  max-width: 1300px;
  padding: 70px 30px 30px 30px;
  background: #fff;
  border-radius: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  position: relative;
}
.popup_instruction .popup_inner .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #E02109;
  padding-right: 30px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.6666 1.33331L1.33331 14.6666M1.33331 1.33331L14.6666 14.6666' stroke='%23E02109' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A") 100% 50% no-repeat;
}
.popup_instruction .popup_inner > div {
  flex: 1 1 calc(33.3% - 20px);
}
.popup_instruction .popup_inner > div .tit {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.popup_instruction .popup_inner > div .body {
  color: #000;
  text-align: center;
}
.popup_instruction .popup_inner .right .links {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.popup_instruction .popup_inner .right .links li a {
  display: block;
  padding: 13px 11px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding-left: 42px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='14' viewBox='0 0 24 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 7L1 7M1 7L7 13M1 7L7 1' stroke='%23E02109' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") 0 50%/22px no-repeat;
}
.popup_instruction .popup_inner .right .links li a:hover {
  color: #E02109;
}
.div--u-ir9ds80va {
  position: relative;
  top: auto;
}
.popup_instruction {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.popup_instruction .popup_inner {
  margin: 0 auto;
}
