#sec1 .pin-spacer {
  overflow: hidden !important;
}
#sec1 .content_box {
  overflow: hidden !important;
  height: clamp(640px, 33.33vw, 640px) !important;
  max-height: clamp(640px, 33.33vw, 640px) !important;
}
#sec1 .content_box .content_bg {
  height: 100%;
  position: relative;
  transition: all 1s;
  overflow: hidden;
}
#sec1 .content_box .content_bg img {
  height: 100%;
}
#sec1 .content_box .content_bg img:nth-child(2) {
  display: none;
}
#sec1 .content_box .content_bg .content_description {
  /*width: 740px;*/
	width:100%;
  position: absolute;
  left: 50%;
	top:50%;
  transform: translateX(-50%) translateY(-50%);
}
#sec1 .content_box .content_bg .content_description p {
  font-size: clamp(36px, 2.4vw, 46px);
  color: #fff;
}
#sec1 .content_box .content_bg .content_description p span {
  font-weight: 700;
  background: #1A49DB;
}
#sec1 .txt_area {
  width: 96%;
  margin: 0 auto;
}
#sec1 .txt_area p {
  font-size: clamp(22px, 1.35vw, 26px);
  line-height: 1.5;
}
#sec1 .txt_area p span {
  font-weight: 700;
}
#sec1 .info_wrapper {
  background-color: #f5f5f5;
}
#sec1 .cont_info .top > span {
  font-size: clamp(18px, 1.04vw, 20px);
  font-weight: 700;
  color: #1a49db;
}
#sec1 .cont_info .top h3 {
  font-size: clamp(45px, 2.6vw, 50px);
  font-weight: 700;
}
#sec1 .cont_info .top p {
  font-size: clamp(18px, 1.04vw, 20px);
  color: #666;
  line-height: 1.7;
}
#sec1 .info_list ul li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
#sec1 .info_list ul li h4 {
  width: clamp(125px, 9.38vw, 180px);
  font-size: clamp(30px, 2.08vw, 40px);
  font-weight: 700;
  padding-left: clamp(15px, 1.56vw, 30px);
  position: relative;
  margin-right: clamp(80px, 6.25vw, 120px);
  height: fit-content;
  line-height: 1;
}
#sec1 .info_list ul li h4::before {
  content: "";
  width: 4px;
  height: 100%;
  background-color: #1a49db;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#sec1 .info_list ul li p {
  font-size: clamp(16px, 0.94vw, 18px);
  color: #444;
  line-height: 1.7;
  width: calc(100% - clamp(205px, 15.63vw, 300px));
}
#sec1 .brochure {
  border: 1px solid #ddd;
  padding: clamp(40px, 3.33vw, 64px) clamp(30px, 2.6vw, 50px);
  background-color: #fff;
}
#sec1 .brochure p {
  font-size: clamp(20px, 1.77vw, 34px);
  font-weight: 700;
}
#sec1 .brochure p span {
  font-size: clamp(18px, 1.04vw, 20px);
  color: #666;
  font-weight: 300;
  margin-left: 60px;
  position: relative;
}
#sec1 .brochure p span::before {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #d9d9d9;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
}
#sec1 .brochure a {
  font-size: clamp(15px, 0.94vw, 18px);
  font-weight: 700;
  color: #fff;
  background-color: #1a49db;
  width: clamp(130px, 8.33vw, 160px);
  padding: clamp(10px, 0.78vw, 15px) 0;
}
#sec1 .brochure a::after {
  content: "";
  width: 14px;
  height: 15px;
  background-image: url(../img/download_icon.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin-left: 20px;
}

@media (max-width: 750px) {
  #sec1 .pin-spacer {
    width: calc(100% - 12.26vw) !important;
    margin: 0 auto !important;
  }
  #sec1 .content_box {
    max-height: 1100px !important;
    height: clamp(550px, 146.67vw, 1100px) !important;
  }
  #sec1 .content_box .content_bg {
    width: 100%;
  }
  #sec1 .content_box .content_bg img:first-child {
    display: none;
  }
  #sec1 .content_box .content_bg img:nth-child(2) {
    display: block;
  }
  #sec1 .content_box .content_bg .content_description {
    width: clamp(260px, 69.33vw, 520px);
  }
  #sec1 .content_box .content_bg .content_description p {
    font-size: clamp(25px, 6.67vw, 50px);
    line-height: 1.5;
  }
  #sec1 .txt_area {
    width: calc(100% - 12.26vw);
  }
  #sec1 .txt_area p {
    font-size: clamp(18px, 4vw, 30px);
  }
  #sec1 .cont_info .top > span {
    font-size: clamp(12px, 3.2vw, 24px);
  }
  #sec1 .cont_info .top h3 {
    font-size: clamp(24px, 6.4vw, 48px);
  }
  #sec1 .cont_info .top p {
    font-size: clamp(14px, 3.73vw, 28px);
  }
  #sec1 .cont_info .img_wrapper {
    height: clamp(150px, 40vw, 300px);
  }
  #sec1 .cont_info .img_wrapper img {
    height: 100%;
    object-fit: cover;
  }
  #sec1 .cont_info .info_list ul li {
    flex-direction: column;
    border-bottom: 0;
  }
  #sec1 .cont_info .info_list ul li h4 {
    width: auto;
    margin-right: 0;
    font-size: clamp(24px, 5.33vw, 40px);
    padding-left: clamp(18px, 4.67vw, 35px);
  }
  #sec1 .cont_info .info_list ul li p {
    font-size: clamp(14px, 4vw, 30px);
    width: 100%;
    word-break: break-all;
  }
  #sec1 .cont_info .brochure {
    flex-direction: column;
    padding: clamp(30px, 8vw, 60px) clamp(20px, 5.33vw, 40px);
  }
  #sec1 .cont_info .brochure p {
    flex-direction: column;
    font-size: clamp(22px, 5.33vw, 40px);
  }
  #sec1 .cont_info .brochure p span {
    margin-left: 0;
    font-size: clamp(15px, 4vw, 30px);
  }
  #sec1 .cont_info .brochure p span::before {
    display: none;
  }
  #sec1 .cont_info .brochure a {
    width: 100%;
    font-size: clamp(18px, 4vw, 30px);
    padding: clamp(18px, 5.6vw, 42px) 0;
  }
  #sec1 .cont_info .brochure a::after {
    width: clamp(16px, 3.47vw, 26px);
    height: clamp(16px, 3.47vw, 26px);
    margin-left: clamp(10px, 2.67vw, 20px);
  }
}