/* A            A A                 :                   A                   :                   A                   :                   A                   :                   */
#introduce_BackgroundImg {
  width: 100%;
  height: clamp(400px, 36vw, 680px);
  text-align: center;
  padding: 0 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1920px;
  margin: clamp(30px, 5vw, 60px) auto;
}

#introduce_BackgroundImg .leftBackImg {
  width: auto;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#introduce_BackgroundImg .leftBackImg img {
  width: auto;
  height: 100%;
}

#introduce_BackgroundImg .rightBackImg {
  width: auto;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

#introduce_BackgroundImg .rightBackImg img {
  width: auto;
  height: 100%;
}

#introduce_BackgroundImg .sectionWrap {
  width: 100%;
  height: auto;
  max-width: 1500px;
  display: inline-block;
}

#introduce_BackgroundImg .contentWrap {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

#introduce_BackgroundImg .imgBox {
  width: 40%;
  height: auto;
  position: relative;
  margin-right: clamp(40px, 5vw, 100px);
}

#introduce_BackgroundImg .imgBox .mainImg {
  width: 100%;
  height: auto;
  filter: drop-shadow(2px 4px 8px #0008);
}

#introduce_BackgroundImg .imgBox .mainImgBack {
  width: clamp(130px, 21vw, 390px);
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-39%, -35%);
}

#introduce_BackgroundImg .textBox {
  width: 48%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

#introduce_BackgroundImg .subEngTit {
  font-size: clamp(20px, 2vw, 26px);
  color: #C9C9CA;
  font-weight: 500;
  line-height: 1.2em;
}

#introduce_BackgroundImg .engTit {
  font-size: clamp(25px, 2vw, 35px);
  color: #767777;
  font-weight: 700;
  line-height: 1.5em;
  word-break: keep-all;
}

#introduce_BackgroundImg .text {
  font-size: clamp(14px, 2vw, 17px);
  color: #595757;
  word-break: keep-all;
  margin: clamp(20px, 2vw, 30px) 0 clamp(10px, 2vw, 20px);
}

#introduce_BackgroundImg .text span {
  font-size: inherit;
  color: #72BE6F;
  font-weight: 500;
}

#introduce_BackgroundImg .link {
  font-size: clamp(14px, 2vw, 17px);
  line-height: 1em;
  display: inline-block;
  background: #FFFFFF;
  color: #CACAC9;
  padding: 0.7em 2em;
  border: 1px solid #CACAC9;
  display: flex;
  align-items: center;
  transition: .3s;
  border-radius: 10px;
}

#introduce_BackgroundImg .link:hover {
  background: #FF9900;
  color: #fff;
  transition: .3s;
  border: 1px solid #FF9900;
}

#introduce_BackgroundImg .link svg {
  margin-left: clamp(3px, 1vw, 5px);
}




@media (max-width:640px) {


  /* **************************************************************************************************************************************************************************** */
  /*                                                                                                                                                                              */
  /*                                                                                                                                                                              */
  /*                                                                             1단 배경 Fixed                                                                                   */
  /*                                                                                                                                                                              */
  /*                                                                                                                                                                              */
  /* **************************************************************************************************************************************************************************** */
  /* A            A A                 :                   A                   :                   A                   :                   A                   :                   */
  #introduce_BackgroundImg {
    height: auto;
    margin: 0;
    padding: clamp(30px, 5vw, 60px) 10px;
  }

  #introduce_BackgroundImg .leftBackImg,
  #introduce_BackgroundImg .rightBackImg {
    display: none;
  }

  #introduce_BackgroundImg .contentWrap {
    flex-direction: column;
  }

  #introduce_BackgroundImg .imgBox {
    width: 90%;
    margin-right: 0;
    margin-bottom: 25px;
  }

  #introduce_BackgroundImg .textBox {
    width: 100%;
  }

  #introduce_BackgroundImg .link {
    width: 120px;
    display: block;
    text-align: center;
  }





}