html {
  width: 100%;
  overflow-x: hidden;
}
.blog-detail-page {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
.blog-detail-page * {
  box-sizing: border-box;
}
.blog-detail-page .container-max {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1500px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.blog-detail-page .container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
}
@media screen and (max-width: 1400px) {
  .blog-detail-page .container {
    width: 80%;
  }
}
@media screen and (max-width: 1200px) {
  .blog-detail-page .container {
    width: 100%;
  }
}
.blog-detail-page .bg {
  position: absolute;
  z-index: -1;
}
.blog-detail-page .bg.bg-1 {
  top: 37%;
  left: 0;
  max-width: 332px;
}
.blog-detail-page .bg.bg-2 {
  top: 13%;
  right: 0;
  max-width: 545px;
}
.blog-detail-page .bg img {
  width: 100%;
}
.blog-detail-page .rich-text {
  margin-top: 270px;
  margin-bottom: 128px;
  display: flex;
  flex-direction: column;
  color: #1B1C26;
}
@media screen and (max-width: 1400px) {
  .blog-detail-page .rich-text {
    margin-top: 240px;
  }
}
@media screen and (max-width: 1200px) {
  .blog-detail-page .rich-text {
    margin-top: 210px;
  }
}
@media screen and (max-width: 992px) {
  .blog-detail-page .rich-text {
    margin-top: 180px;
  }
}
@media screen and (max-width: 750px) {
  .blog-detail-page .rich-text {
    margin-top: 150px;
  }
}
@media screen and (max-width: 576px) {
  .blog-detail-page .rich-text {
    margin-top: 120px;
  }
}
.blog-detail-page .rich-text h1 {
  margin-bottom: 75px;
  font-size: 64px;
  line-height: 1.22;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .blog-detail-page .rich-text h1 {
    margin-bottom: 65px;
    font-size: 54px;
  }
}
@media screen and (max-width: 1200px) {
  .blog-detail-page .rich-text h1 {
    margin-bottom: 55px;
    font-size: 44px;
  }
}
@media screen and (max-width: 992px) {
  .blog-detail-page .rich-text h1 {
    margin-bottom: 45px;
    font-size: 34px;
  }
}
@media screen and (max-width: 750px) {
  .blog-detail-page .rich-text h1 {
    margin-bottom: 35px;
    font-size: 28px;
  }
}
@media screen and (max-width: 576px) {
  .blog-detail-page .rich-text h1 {
    margin-bottom: 25px;
    font-size: 24px;
  }
}
.blog-detail-page .rich-text .contact-list {
  display: flex;
}
@media screen and (max-width: 750px) {
  .blog-detail-page .rich-text .contact-list {
    flex-wrap: wrap;
  }
}
.blog-detail-page .rich-text .contact-list .contact-box {
  width: 33.33%;
}
@media screen and (max-width: 750px) {
  .blog-detail-page .rich-text .contact-list .contact-box {
    width: 100%;
    display: flex;
    align-items: baseline;
  }
}
.blog-detail-page .rich-text .contact-list .contact-box h6 {
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .blog-detail-page .rich-text .contact-list .contact-box h6 {
    margin-bottom: 0;
    line-height: 1;
  }
}
@media screen and (max-width: 750px) {
  .blog-detail-page .rich-text .contact-list .contact-box p {
    margin-left: 20px;
    margin-bottom: 0;
    line-height: 1;
  }
}
.blog-detail-page .rich-text h6 {
  margin-top: 38px;
  margin-bottom: 28px;
  font-weight: bold;
  font-size: 30px;
}
@media screen and (max-width: 1200px) {
  .blog-detail-page .rich-text h6 {
    margin-top: 34px;
    font-size: 24px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 750px) {
  .blog-detail-page .rich-text h6 {
    margin-top: 22px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.blog-detail-page .rich-text p {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1.56;
}
@media screen and (max-width: 1200px) {
  .blog-detail-page .rich-text p {
    margin-top: 0px;
  }
}
@media screen and (max-width: 750px) {
  .blog-detail-page .rich-text p {
    margin-top: 0px;
  }
}
.blog-detail-page .rich-text .btn-con {
  display: flex;
  justify-content: center;
}
.blog-detail-page .rich-text .btn-con a {
  border-radius: 30px;
  padding: 18px 54px;
  background-color: #FFC807;
  color: #333333;
  font-size: 16px;
  line-height: 1.1875;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .blog-detail-page .rich-text .btn-con a {
    padding: 14px 36px;
  }
}
.blog-detail-page .c-footer {
  margin-top: 0;
}
