@charset "utf-8";

#ditail {
}
#ditail .pagetitle {
  background-color: #e5f0fb;
  text-align: center;
  padding: 50px 0;
  margin-bottom: 100px;
}
#ditail .pagetitle .bg {
  background-image: repeating-linear-gradient(
    -45deg,
    #bdd9ed,
    #bdd9ed 1px,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 6px
  );
  padding: 70px 0 58px;
}
#ditail .pagetitle .circle {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(0, 75, 182) 0%,
    rgb(0, 109, 215) 99%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(0, 75, 182) 0%,
    rgb(0, 109, 215) 99%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(0, 75, 182) 0%,
    rgb(0, 109, 215) 99%
  );
  border-radius: 17px;
  padding: 7px 30px 7px 30px;
  margin-bottom: 24px;
}
#ditail .pagetitle .circle span {
  font-size: 20px;
  font-family: din-2014, sans-serif;
  font-weight: 600;
}
#ditail .pagetitle h2 {
  font-size: 48px;
  line-height: 1.5;
  font-weight: 700;
}

#ditail .headline {
  width: 100%;
  font-size: 30px;
  color: #0156bc;
  font-weight: 700;
  background-color: #fff;
  border: 2px solid #0156bc;
  border-radius: 10px;
  box-shadow: 11.698px 14.972px 20px 0px rgba(0, 0, 0, 0.2);
  padding: 56px 0 55px;
  margin-bottom: 80px;
  text-align: center;
}
/* #ditail .step { margin-bottom: 50px; border-bottom: 1px solid #000;} */
/* #ditail .step:last-child { margin-bottom: 90px; border-bottom: 0px;} */
/* #ditail .step:last-child .text:last-child { margin-bottom: 0; } */

#ditail .magazine {
  padding-bottom: 50px;
}

#ditail .step .step_img {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
#ditail .step .circle {
  display: inline-block;
  font-size: 16px;
  font-family: "Metropolis-SemiBold", sans-serif;
  color: #fff;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(0, 75, 182) 0%,
    rgb(0, 109, 215) 99%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(0, 75, 182) 0%,
    rgb(0, 109, 215) 99%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(0, 75, 182) 0%,
    rgb(0, 109, 215) 99%
  );
  border-radius: 17px;
  padding: 10px 43px 8px;
  margin-bottom: 20px;
}
#ditail .step .bold {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 15px;
}
#ditail .step .text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
}

#ditail .tips {
  padding: 100px 0;
  background: url(../images/application/detail/bg_tips.jpg) no-repeat center
    center / cover;
  color: #fff;
}
#ditail .tips h4 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 60px;
}
#ditail .tips h4 span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  font-family: "Metropolis-SemiBold", sans-serif;
  margin-bottom: 10px;
}
#ditail .tips .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#ditail .tips .left {
  width: 400px;
  height: auto;
}
#ditail .tips .right {
  width: 670px;
}
#ditail .tips .bold {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 15px;
}
#ditail .tips .text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
  font-feature-settings: "palt";
}

#others {
  padding: 100px 0;
}
#others h4 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 41px;
}
#others h4 span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #0156bc;
  font-family: "Metropolis-SemiBold", sans-serif;
  margin-bottom: 4px;
}

#others .slider {
  margin-bottom: 170px;
}

#others p.none_list {
  text-align: center;
  font-size: 18px;
  padding: 40px 0 80px;
}

#others .slider .slide_item {
  position: relative;
  display: block;
  width: 480px;
}
#others .slider .slick-track {
  float: none;
  display: flex;
  gap: 100px;
  left: -580px;
}
#others .slider .slide_item .thumb {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 41px;
  border-radius: 10px;
  box-shadow: 10px 17.321px 30px 0px rgba(24, 25, 46, 0.2);
}
#others .slider .slide_item .title {
  position: absolute;
  top: 20px;
  left: 0;
}
#others .slider .slide_item .title .sub {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  padding: 5px 32px 6px;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(0, 75, 182) 0%,
    rgb(0, 109, 215) 99%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(0, 75, 182) 0%,
    rgb(0, 109, 215) 99%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(0, 75, 182) 0%,
    rgb(0, 109, 215) 99%
  );
  border-radius: 0 30px 30px 0;
  margin-bottom: 20px;
}
#others .slider .slide_item .title h3 {
  margin-left: 30px;
}
#others .slider .slide_item .title h3 span {
  display: inline-block;
  font-weight: 700;
  padding: 12px 20px;
  background: #fff;
  border: 1px solid #000;
  margin-bottom: 10px;
}
#others .slider .slide_item .title h3 span:last-child {
  margin-bottom: 0;
}
#others .slider .slide_item .content {
  font-size: 16px;
  line-height: 2;
}

#others .slick-prev,
#others .slick-next {
  width: 80px;
  height: 80px;
  z-index: 5;
}
#others .slick-prev {
  left: 0;
  left: calc(50% - 380px);
}

#others .slick-next {
  right: 0;
  right: calc(50% - 380px);
}

#others .slick-arrow:before {
  content: "" !important;
  width: 80px !important;
  height: 80px !important;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
#others .slick-next:before {
  background: url(../images/common/arrow_r.jpg) no-repeat !important;
  background-size: 100% !important;
}
#others .slick-prev:before {
  background: url(../images/common/arrow_l.jpg) no-repeat !important;
  background-size: 100% !important;
}
#others .slide-dots {
  margin: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
#others .slide-dots li {
  display: inline-block;
  margin: 0 10px;
}
#others .slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
#others .slide-dots li button::before {
  position: absolute;
  content: "";
  cursor: pointer;
  width: 10px;
  height: 10px;
  background-color: #c9c9c9;
  border-radius: 50%;
  top: 0;
  left: 0;
}
#others .slide-dots li.slick-active button::before {
  background-image: -moz-linear-gradient(
    0deg,
    rgb(0, 75, 182) 0%,
    rgb(0, 109, 215) 99%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(0, 75, 182) 0%,
    rgb(0, 109, 215) 99%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(0, 75, 182) 0%,
    rgb(0, 109, 215) 99%
  );
}

/* ----------------------------- mobile ------------------------------- */
@media only screen and (max-width: 768px) {
  #ditail {
  }
  #ditail .pagetitle {
    padding: 30px 0;
    margin-bottom: 50px;
  }
  #ditail .pagetitle .bg {
    padding: 30px 0 20px;
  }
  #ditail .pagetitle .circle {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border-radius: 50px;
    padding: 7px 46px 7px 28px;
    margin-bottom: 16px;
  }
  #ditail .pagetitle .circle span {
    font-size: 16px;
    font-family: din-2014, sans-serif;
    font-weight: 600;
  }
  #ditail .pagetitle h2 {
    font-size: 20px;
  }

  #ditail .magazine {
    padding-bottom: 20px;
  }

  #ditail .headline {
    width: 100%;
    font-size: 20px;
    padding: 24px 0;
    margin-bottom: 40px;
  }
  #ditail .step {
    margin-bottom: 30px;
  }
  /* #ditail .step:last-child { margin-bottom: 60px; border-bottom: 0px;} */

  #ditail .step .step_img {
    margin-bottom: 30px;
  }
  #ditail .step .circle {
    font-size: 13px;
    border-radius: 30px;
    padding: 8px 30px 6px;
    margin-bottom: 15px;
  }
  #ditail .step .bold {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #ditail .step .text {
    font-size: 13px;
    line-height: 1.9;
    margin-bottom: 24px;
  }

  #ditail .tips {
    padding: 50px 0;
  }
  #ditail .tips h4 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-align: center;
    margin-bottom: 60px;
  }
  #ditail .tips h4 span {
    font-size: 13px;
    margin-bottom: 5px;
  }
  #ditail .tips .flex {
    display: block;
  }
  #ditail .tips .left {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
  }
  #ditail .tips .right {
    width: 100%;
  }
  #ditail .tips .bold {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  #ditail .tips .text {
    font-size: 13px;
    line-height: 1.9;
    margin-bottom: 0;
  }

  #others {
    padding: 50px 0;
  }
  #others h4 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  #others h4 span {
    display: block;
    font-size: 13px;
    margin-bottom: 4px;
  }

  #others .slider {
    margin-bottom: 70px;
  }

  #others p.none_list {
    padding: 30px 0 60px;
    font-size: 14px;
  }

  #others .slider .slide_item {
    width: 270px;
    margin: 0 12px;
  }
  #others .slider .slick-track {
    float: left;
    display: block;
    gap: 0;
    left: 0;
  }

  #others .slider .slide_item .thumb {
    margin-bottom: 14px;
  }
  #others .slider .slide_item .title {
    position: absolute;
    top: 15px;
    left: 0;
  }
  #others .slider .slide_item .title .sub {
    font-size: 12px;
    padding: 4px 20px 5px;
    margin-bottom: 8px;
  }
  #others .slider .slide_item .title h3 {
    font-size: 15px;
    margin-left: 15px;
  }
  #others .slider .slide_item .title h3 span {
    padding: 6px 10px;
    margin-bottom: 5px;
    font-size: 12px;
  }
  #others .slider .slide_item .content {
    font-size: 13px;
    line-height: 1.9;
  }

  #others .slick-prev,
  #others .slick-next {
    width: 40px;
    height: 40px;
  }

  #others .slick-prev {
    left: 0;
  }

  #others .slick-next {
    right: 0;
  }

  #others .slick-arrow:before {
    width: 40px !important;
    height: 40px !important;
  }

  #others .slide-dots {
    bottom: -50px;
  }
  #others .slide-dots li {
    margin: 0 7px;
  }
  #others .slide-dots li button::before {
    width: 8px;
    height: 8px;
  }
}
