/* A            A A                 :                   A                   :                   A                   :                   A                   :                   */
/* lending1 */
.line_bar6px {
  width: 100%;
  height: 6px;
  background: #fff;
  display: inline-block;
}

#lending1 {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 45%;
  text-align: center;
  background-image: url("../../../Image/lending_section1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#lending1 .centerWrap {
  width: 100%;
  height: 100%;
  max-width: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

#lending1 .centerWrap .textWrap {
  width: 100%;
  height: auto;
  margin-bottom: clamp(20px, 2.5vw, 80px);
  text-align: center;
}

#lending1 .centerWrap .textWrap .text {
  font-size: clamp(20px, 2.5vw, 32px);
  color: #fff;
  font-weight: 500;
  line-height: 1.8em;
}

#lending1 .centerWrap .textWrap .text span {
  font-size: inherit;
  color: #fff000;
}

#lending1 .centerWrap .textWrap .text span.strong_text {
  padding: 3px 8px;
  background: #980000;
  line-height: 2em;
}

#lending1 .centerWrap .textWrap .text span.large_text {
  font-size: clamp(20px, 3.3vw, 50px);
  text-shadow: 5px 5px 5px #000;
}

#lending1 .centerWrap .textWrap .text span.big_blue {
  font-size: clamp(20px, 3.3vw, 50px);
  color: #50D1FF;
  text-shadow: 3px 3px 3px #000;
  font-weight: 600;
}

#lending1 .centerWrap .subText {
  font-size: clamp(15px, 2.5vw, 26px);
  color: #fff000;
  font-weight: 400;
  line-height: 1.8em;
  width: 100%;
}

#lending1 .centerWrap .telWrap {
  padding: 10px 20px;
  background: #7AB8FF;
  color: #fff;
  font-weight: 600;
  font-size: clamp(15px, 2.5vw, 26px);
  display: inline-block;
  margin-top: clamp(7px, 1.5%, 13px);
  box-shadow: 3px 3px 3px #333;
}

#lending1 .centerWrap .telWrap span {
  font-size: clamp(15px, 2.5vw, 26px);
}

#lending1 .centerWrap .telWrap svg {
  transform: rotate(-45deg);
  margin-right: 8px;
}

#lending1 .centerWrap .circleWrap {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#lending1 .centerWrap .circleWrap .divisionWrap {
  width: 40%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 500px;
}

#lending1 .centerWrap .circleWrap .divisionWrap .circle {
  width: clamp(160px, 13vw, 200px);
  height: clamp(160px, 13vw, 200px);
  border-radius: 50%;
  background: #ffffffad;
  display: flex;
  align-items: center;
  justify-content: center;
}

#lending1 .centerWrap .circleWrap .divisionWrap .circle p {
  font-size: clamp(17px, 1.5vw, 22px);
  font-weight: 500;
  text-align: center;
}

#lending1 .centerWrap .circleWrap .divisionWrap .circle p span {
  font-size: inherit;
  color: #e61e25;
}

/* lending2 */
/* A            A A                 :                   A                   :                   A                   :                   A                   :                   */
#lending2 {
  width: 100%;
  height: auto;
  background: #777777;
  text-align: center;
  padding: clamp(40px, 5vw, 80px) 10px;
}

#lending2 .sectionWrap {
  width: 100%;
  height: auto;
  max-width: 1000px;
  display: inline-block;
}

#lending2 .sectionWrap .textWrap {
  width: 100%;
  height: auto;
  display: inline-block;
  border: 0px solid #494645;
  padding: clamp(20px, 2vw, 40px) clamp(60px, 6vw, 110px);
}

#lending2 .sectionWrap .textWrap p {
  font-size: clamp(17px, 2vw, 35px);
  font-weight: 500;
  text-align: center;
  color: #fff;
}

#lending2 .sectionWrap .textWrap p.big {
  font-size: clamp(20px, 3.3vw, 50px);
  font-weight: 600;
  text-align: center;
  color: #fff000;
}

#lending2 .sectionWrap .textWrap p.subText {
  font-size: clamp(17px, 1.5vw, 22px);
  color: #fff;
  font-weight: 400;
  margin: 1em 0 0.5em;
}

#lending2 .sectionWrap .textWrap p.subText .yellowColor {
  font-size: inherit;
  color: #fff000;
  font-weight: 500;
}

#lending2 .sectionWrap .textWrap .backWrap {
  width: 80%;
  margin: 0 auto;
  background: #fff;
  padding: 0.5em 20px;
  font-size: clamp(17px, 1.5vw, 22px);
}

#lending2 .sectionWrap .textWrap .backWrap p {
  font-size: clamp(17px, 1.5vw, 22px);
  color: #333;
  font-weight: 400;
}

#lending2 .sectionWrap .textWrap .backWrap p span {
  font-size: clamp(17px, 1.5vw, 22px);
  color: #980000;
  font-weight: 600;
}

#lending2 .sectionWrap .qnaWrap {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#lending2 .sectionWrap .qnaWrap p {
  font-size: clamp(17px, 2vw, 35px);
  font-weight: 500;
  margin-right: clamp(20px, 5vw, 90px);
}

#lending2 .sectionWrap .qnaWrap p:last-child {
  margin-right: 0;
}

/* lending3 */
#lending3 {
  width: 100%;
  height: auto;
  text-align: center;
  padding: clamp(40px, 8vw, 80px) 20px;
}

#lending3 .sectionTitBox {
  width: 100%;
  height: auto;
  margin-bottom: clamp(40px, 8vw, 80px);
}

#lending3 .sectionTitBox .tit {
  font-size: clamp(28px, 2vw, 35px);
  font-weight: 500;
  text-align: center;
  color: #494645;
}

#lending3 .sectionMainImgWrap {
  width: 100%;
  height: auto;
  display: flex;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(40px, 8vw, 80px) 0px 0;
}

#lending3 .sectionMainImgWrap.first {
  padding: 0;
}

#lending3 .sectionMainImgWrap .imgBox {
  width: 40%;
  height: auto;
}

#lending3 .sectionMainImgWrap .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#lending3 .sectionMainImgWrap .textBox {
  width: 60%;
  height: auto;
  background: #F7F7F7;
  text-align: left;
  display: flex;
  align-content: center;
  flex-direction: column;
  padding: clamp(20px, 3vw, 30px) clamp(20px, 3vw, 50px);
}

#lending3 .sectionMainImgWrap .textBox .tit {
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 500;
  word-break: keep-all;
  line-height: 1em;
  margin-bottom: 0.8em;
}

#lending3 .sectionMainImgWrap .textBox .text {
  font-size: clamp(18px, 1.5vw, 20px);
  word-break: keep-all;
  color: #666;
  line-height: 2em;
  margin-left: 1.7em;
  text-indent: -1em;
}

#lending3 .sectionMainImgWrap .textBox .text span {
  font-size: xx-small;
  margin-right: 0.6em;
}

/* lending3_b */
#lending3_b {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: clamp(60px, 7vw, 120px) 0;
  background-image: url(../../../Image/leding3_b.jpg);
  background-size: cover;
  background-position: center center;
}

#lending3_b .centerWrap {
  width: 100%;
  height: auto;
  max-width: 1000px;
  text-align: center;
}

#lending3_b .centerWrap .textWrap {
  width: 100%;
  max-width: 1000px;
  height: auto;
  text-align: center;
}

#lending3_b .centerWrap .textWrap p {
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 600;
  color: #fff;
}

#lending3_b .centerWrap .box_ct {
  width: 80%;
  max-width: 400px;
  margin: 10px 10%;
  background: #7AB9FF;
  text-align: center;
  display: inline-block;
  padding: 8px 0;
  border-radius: 20px;
}

#lending3_b .centerWrap .box_ct:last-child {
  margin: 10px 10% 0 10%;
}

#lending3_b .centerWrap .box_ct p {
  font-size: clamp(20px, 2vw, 26px);
  color: #fff;
  font-weight: 500;
}

/* lending3_b */
#lending4 {
  width: 100%;
  height: auto;
  padding: clamp(60px, 12vw, 120px) 0;
  text-align: center;
}

#lending4 h1 {
  display: none;
}

#lending4 .centerWrap {
  width: 100%;
  max-width: 1000px;
  display: inline-block;
  height: auto;
}

#lending4 .centerWrap .textWrap {
  width: 100%;
  height: auto;
}

#lending4 .centerWrap .textWrap .text {
  font-size: clamp(20px, 2.5vw, 35px);
  color: #0068B5;
  font-weight: 600;
  line-height: 1.5em;
}

#lending4 .centerWrap .hrefWrap {
  border: 4px solid #333;
  display: inline-block;
  margin-top: clamp(10px, 3vw, 20px);
  transition: 0.6s;
}

#lending4 .centerWrap .hrefWrap a {
  font-size: clamp(20px, 2vw, 30px);
  color: #333;
  display: inline-block;
  padding: 0.5em 1.2em;
  transition: 0.6s;
}

#lending4 .centerWrap .hrefWrap:hover {
  background: #333;
  color: #fff;
  transition: 0.6s;
}

#lending4 .centerWrap .hrefWrap:hover a {
  color: #fff;
}

@media (min-width: 641px) and (max-width:1024px) {

  /* **************************************************************************************************************************************************************************** */
  /*                                                                                                                                                                              */
  /*                                                                                                                                                                              */
  /*                                                                             1ë‹¨ ë°°ê²½ Fixed                                                                                   */
  /*                                                                                                                                                                              */
  /*                                                                                                                                                                              */
  /* **************************************************************************************************************************************************************************** */
  /* A            A A                 :                   A                   :                   A                   :                   A                   :                   */
  .line_bar6px {
    width: 85%;
  }

  #lending1 {
    padding-top: 60%;
  }

  #lending1 .centerWrap .textWrap {
    margin-bottom: 30px;
  }

  #lending1 .centerWrap .circleWrap .divisionWrap .circle {
    width: clamp(140px, 13vw, 250px);
    height: clamp(140px, 13vw, 250px);
  }

  #lending1 .centerWrap .circleWrap .divisionWrap .circle p {
    font-size: clamp(15px, 1.5vw, 25px);
  }

  #lending3 .sectionMainImgWrap {
    flex-direction: column;
    align-items: center;
  }

  #lending3 .sectionMainImgWrap .imgBox {
    width: 75%;
  }

  #lending3 .sectionMainImgWrap .textBox {
    width: 75%;
  }

  #lending1 .centerWrap .circleWrap .divisionWrap {
    width: 45%;
  }

  #lending1 .centerWrap .circleWrap .divisionWrap .circle {
    width: clamp(140px, 15vw, 250px);
    height: clamp(140px, 15vw, 250px)
  }
}

@media (max-width: 640px) {

  /* **************************************************************************************************************************************************************************** */
  /*                                                                                                                                                                              */
  /*                                                                                                                                                                              */
  /*                                                                             1ë‹¨ ë°°ê²½ Fixed                                                                                   */
  /*                                                                                                                                                                              */
  /*                                                                                                                                                                              */
  /* **************************************************************************************************************************************************************************** */
  /* A            A A                 :                   A                   :                   A                   :                   A                   :                   */
  .line_bar6px {
    width: 100%;
    height: 4px;
  }

  #lending1 {
    padding: 15% 2%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #lending1 .centerWrap {
    top: unset;
    left: unset;
    transform: unset;
    position: relative;
  }

  #lending1 .centerWrap .textWrap {
    margin-bottom: 30px;
  }

  #lending1 .centerWrap .textWrap .text {
    width: 95%;
    word-break: keep-all;
    font-size: 17px;
    margin: 0 auto;
  }

  #lending1 .centerWrap .circleWrap {
    flex-direction: column;
  }

  #lending1 .centerWrap .circleWrap .divisionWrap {
    width: 100%;
    justify-content: center;
  }

  #lending1 .centerWrap .circleWrap .divisionWrap:last-child {
    margin-top: 20px;
  }

  #lending1 .centerWrap .circleWrap .divisionWrap .circle {
    width: 130px;
    height: 130px;
  }

  #lending1 .centerWrap .circleWrap .divisionWrap .circle:first-child {
    margin-right: 10px;
  }

  #lending1 .centerWrap .circleWrap .divisionWrap .circle p {
    font-size: 14px;
  }

  #lending2 .sectionWrap .textWrap {
    padding: 0;
    margin-bottom: 0;
  }

  #lending2 .sectionWrap .textWrap p {
    font-size: 18px;
    word-break: keep-all;
  }

  #lending2 .sectionWrap .textWrap p.subText {
    font-size: 16px;
  }

  #lending2 .sectionWrap .textWrap .backWrap {
    width: 90%;
    margin: 0 auto;
    padding: 0.5em 10px;
    font-size: 16px;
  }

  #lending2 .sectionWrap .textWrap .backWrap p {
    font-size: 16px;
  }

  #lending2 .sectionWrap .qnaWrap {
    flex-direction: column;
  }

  #lending3_b {
    padding: clamp(40px, 5vw, 80px) 10px;
  }

  #lending3_b .centerWrap .textWrap p {
    font-size: 16px;
  }

  #lending3_b .centerWrap .box_ct p {
    font-size: 16px;
  }

  #lending3 .sectionTitBox .tit {
    font-size: 20px;
  }

  #lending3 .sectionMainImgWrap {
    flex-direction: column;
    align-items: center;
  }

  #lending3 .sectionMainImgWrap .imgBox {
    width: 100%;
  }

  #lending3 .sectionMainImgWrap .textBox {
    width: 100%;
  }

  #lending3 .sectionMainImgWrap .textBox {
    padding: 20px 10px;
  }

  #lending3 .sectionMainImgWrap .textBox .text {
    font-size: 14px;
  }

  #lending4 {
    padding: clamp(40px, 5vw, 80px) 10px;
  }

  #lending4 .centerWrap .hrefWrap a {
    font-size: 16px;
  }
}

/* 2025-09-30 ì—…ë°ì´íŠ¸ */
/* A            A A                 :                   A                   :                   A                   :                   A                   :                   */
/* article2 */
#article2 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(1.6vw, 18px);
  padding: 8em 20em;
  background-image: url("/../Image/article2Back.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

#article2 .wrap {
  width: 90%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-size: inherit;
  gap: 1em;
  max-width: 1400px;
}

#article2 .wrap .innerWrap {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-size: inherit;
  gap: 1em;
  margin-top: 50px;
}

#article2 .wrap .titWrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-size: inherit;
}

#article2 .wrap .titWrap img {
  font-size: inherit;
  width: auto;
  height: 4em;
}

#article2 .wrap .titWrap .titBox {
  width: 100%;
  height: auto;
  line-height: 1em;
  font-size: 2.5em;
  font-weight: 600;
  color: #fff;
  flex-direction: column;
  display: flex;
}

#article2 .wrap .titWrap .titBox .tit {
  font-size: inherit;
  font-weight: inheirt;
  line-height: 1.5em;
  word-break: keep-all;
  display: flex;
}

#article2 .wrap .line {
  width: 100%;
  height: 1px;
  background: #fff;
}

#article2 .wrap .text {
  color: #fff;
  font-size: inherit;
  word-break: keep-all;
}

#article2 .wrap .telBtn {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0.5em 1em;
  background: #2fa599;
  transition: .2s;
  margin-top: 0.3em;
}

#article2 .wrap .telBtn:hover {
  background: #007d70;
  transition: .2s;
}

#article3,
#article3 img {
  width: 100%;
  height: auto;
}

#article4 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(1.6vw, 18px);
  padding: 5em 0 8em;
}

#article4 .wrap {
  width: 95%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: inherit;
  gap: 1em;
  max-width: 1400px;
}

#article4 .wrap .innerWrap {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: inherit;
  gap: 1.5em;
}

#article4 .wrap .innerWrap .topText {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: inherit;
}

#article4 .wrap .innerWrap .topText p {
  font-size: 1.3em;
  text-align: center;
  color: #555;
}

#article4 .wrap .innerWrap .telWrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: inherit;
  gap: 0.7em;
}

#article4 .wrap .innerWrap .telWrap p,
#article4 .wrap .innerWrap .telWrap a {
  font-size: 1.8em;
  line-height: 1em;
  color: #1c8376;
  font-weight: 600;
}

#article4 .wrap .innerWrap .link {
  font-size: 2em;
  line-height: 1em;
  border: 4px solid #1c8376;
  color: #1c8376;
  font-weight: 500;
  padding: 0.5em 1em;
  margin-top: 0.5em;
  transition: .2s;
}

#article4 .wrap .innerWrap .link:hover {
  background: #1c8376;
  color: #fff;
  transition: .2s;
}

@media(max-width: 1024px) {

  /* A            A A                 :                   A                   :                   A                   :                   A                   :                   */
  #article2,
  #article4 {
    font-size: min(2.4vw, 16px);
  }

  #article2 {
    padding: 6em 0 8em;
  }

  #article2 .wrap .titWrap img {
    height: 3em;
  }

  #article2 .wrap .titWrap .titBox {
    font-size: 2em;
  }

  #article2 .wrap .telBtn {
    font-size: 1.2em;
  }
}

@media(max-width: 640px) {

  /* A            A A                 :                   A                   :                   A                   :                   A                   :                   */
  #article2,
  #article4 {
    font-size: max(14px, 2.8vw);
  }

  #article4 .wrap .innerWrap .link {
    font-size: 1.5em;
  }
}