@charset "UTF-8";

#detail .main_height_detail {
  min-height: 1200px;
}
#detail .section_title h2{
  padding-top: 80px;
}
#detail .detail_text_img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#detail .detail_text_1 {
  text-align: center;
  margin-bottom: 30px;
}
#detail .detail_text_1 .text_1 {
  background-color: #fff;
  border-radius: 10px;
  opacity: 0.9;
  padding: 30px 30px;
}
#detail .detail_text_2 {
  text-align: left;
  margin-bottom: 60px;
}
#detail .detail_text_2 .text_2 {
  background-color: #fff;
  border-radius: 10px;
  opacity: 0.9;
  padding: 30px 30px;
}
#detail .detail_text_3 {
  text-align: center;
  margin-top: 60px;
}
#detail .detail_text_3 .text_3 {
  background-color: #fff;
  border-radius: 10px;
  opacity: 0.9;
  padding: 30px 30px;
}
#detail .detail_img img {
  width: 700px;
  height: 300px;
  object-fit: contain;
}
#detail .all_text {
  font-size: 20px;
  line-height: 1.7;
}
#detail .all_text span {
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #detail .main_height_detail {
    min-height: 1000px;
  }
  #detail .detail_text_img {
    margin-top: 30px;
  }
  #detail .detail_img img {
    height: 200px;
    object-fit: contain;
  }
  #detail .all_text {
    font-size: 16px;
  }
  #detail .detail_text_1 .text_1 {
    padding: 10px 10px;
  }
  #detail .detail_text_2 .text_2 {
    padding: 10px 5px;
  }
  #detail .detail_text_3 .text_3 {
    padding: 10px 10px;
    letter-spacing: 0em;
  }
}

@media only screen and (max-width: 375px) {
  #detail .main_height_detail {
    min-height: 800px;
  }
  #detail .section_title h2 {
    padding-top: 45px;
  }
  #detail .detail_text_img {
    margin-top: -10px;
  }
  #detail .detail_img img {
    height: 100px;
  }
  #detail .detail_text_1 .text_1 {
    padding: 10px 5px;
    letter-spacing: -0.1em;
  }
  #detail .detail_text_2 .text_2 {
    letter-spacing: -0.1em;
  }
  #detail .detail_text_3 .text_3 {
    padding: 10px 5px;
    letter-spacing: 0.13em;
  }
  #detail .detail_text_3 .text_3 br{
    display: none;
  }
}
