/* -----------------------------------
 
 ----------------------------------- */
.page-contents {
  width: 100%;
  height: auto;
  margin-bottom: 80px;
  position: relative;
  color: #fff;
}

.page-contents .btn {
  margin: 0;
  text-align: center;
}

.page-contents .sec_ineer {
  width: 850px;
  height: 550px;
  margin: 0 auto;
  text-align: left;
  background: url(../images/photo/photo03.png) center no-repeat;
  background-size: cover;
}

.page-contents .sec_txt {
  position: absolute;
  bottom: -20%;
  left: 10%;
  background-color: rgb(102, 90, 26, 0.9);
  padding: 5%;
}

.page-contents .sec_txt p {
  padding-bottom: 25px;
}

.page-contents h2 {
  font-size: 55px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #fff;
  margin: 0 auto;
  text-align: center;
}

.page-contents h3 {
  text-align: center;
  font-size: 18px;
  padding-left: 5px;
  padding-bottom: 10px;
  letter-spacing: 0.15em;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 0;
}

.page-contents h3::after {
  content: "";
  display: block;
  width: 8.0rem;
  height: 5px;
  pointer-events: none;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .page-contents {
    width: 100%;
    height: 80vh;
  }

  .page-contents .sec_ineer {
    width: 95%;
    margin: 0 auto;
  }

  .page-contents .sec_ineer {
    width: 98%;
    margin: 0 auto;
    height: 100%;
    background-size: 100%;
    background-position: top;
  }

  .page-contents h2 {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    margin: 0 auto;
  }

  .page-contents .sec_img {
    width: 100%;
  }

  .page-contents .sec_txt {
    width: 90%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    top: 35%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(102, 90, 26, 0.8);
  }

  .page-contents h3 {
    padding: 0;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    justify-content: flex-start;
  }

  .page-contents h3::after {
    width: 8.0rem;
    height: 3px;
  }

  .page-contents .sec_txt p {
    text-align: left;
    padding: 30px 0;
  }
}

/* -----------------------------------
 
 ----------------------------------- */
.page-content2 {
  width: 100%;
  height: auto;
  margin-bottom: 80px;
  position: relative;
}

.page-content2 .sec_ineer {
  width: 80%;
  margin: 0 auto;
  padding: 5%;
  background-color: rgb(255, 255, 255, 0.8);
  border-radius: 15px;
}


.page-content2 .sec_ineer .item {
  margin: 15px auto;
  color: #333;
}

.page-content2 .sec_ineer .item .title {
  font-weight: bold;
  padding-bottom: 5px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .page-content2{
    padding-top: 150px;
  }
  .page-content2 .sec_ineer {
    width: 95%;
  }

  .page-content2 .sec_ineer .item .title {
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 1.6rem;
    text-indent: -2em;
    padding-left: 2em;
  }
}