/* -------------------------- */
/* content */
/* -------------------------- */
/* contents_head */
.contents_head {
  background-image: url(/images/products/faq/bg_header.jpg);
}

/* faq_box */
.faq_box {
  margin: 0 0 25px;
  background: #EAF3F9;
  box-shadow: 0 2px 6px 2px rgba(10, 10, 10, 0.1);
}

.faq_box dt {
  min-height: 70px;
  cursor: pointer;
  display: flex;
  position: relative;
}

.faq_box dt span {
  width: 70px;
  background: #00A0E8;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.faq_box dt em {
  padding: 21px 60px 21px 23px;
  color: #00A0E8;
  font-style: normal;
  font-size: 2rem;
  font-weight: bold;
  flex: 1;
  line-height: 1.4;
}

.faq_box dd {
  margin: 0px;
  padding: 25px 30px 0;
}

.faq_box dd .faq_box_a {
  background: #fff;
}

.faq_box dd .faq_box_a .faq_box_title {
  min-height: 70px;
  margin: 0;
  display: flex;
  position: relative;
}

.faq_box dd .faq_box_a .faq_box_title span {
  width: 70px;
  min-height: 70px;
  background: #006EC2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.faq_box dd .faq_box_a .faq_box_a_inner {
  margin-top: -50px;
  padding: 0 25px 30px 90px;
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
}

.faq_box dd .faq_box_a .faq_box_a_inner img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

.faq_box dd .btn_close {
  width: calc(100% + 60px);
  height: 47px;
  margin: 30px 0 0 -30px;
  background: #97C5E3;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s;
}

.faq_box dd .btn_close .icon {
  margin-left: 10px;
  fill: #fff;
}

.faq_box dd .btn_close:hover {
  opacity: 0.7;
}

/* pager */
.pager {
  margin-top: 30px;
}

.pager .pager_list li {
  list-style: none;
}

.pager .pager_list li a {
  text-decoration: none;
}

/* contact_us */
.contents_wrap + .contact_us {
  padding-top: 30px;
  border-top: 1px solid #d1d1d1;
}
@media screen and (max-width: 1279px) {
  .contents_head {
    min-height: 170px !important;
  }
  .contents_wrap .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .breadcrumb .container {
    padding: 0 30px !important;
  }
  .faq_box dt em {
    padding: 12px 30px 12px 15px !important;
  }
  .faq_box dd {
    padding-bottom: 0 !important;
  }
  .faq_box dd .faq_box_a .faq_box_title span {
    min-height: 45px !important;
  }
  .faq_box dd .faq_box_a .faq_box_a_inner {
    margin-top: -30px !important;
    font-size: 1.4rem !important;
  }
  .faq_box dd .btn_close {
    width: calc(100% + 30px) !important;
    margin: 15px 0 0 -15px !important;
    font-size: 1.4rem !important;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb .container {
    padding: 0 15px !important;
  }
}
@media screen and (min-width: 1280px) {
  .pager {
    margin-top: 90px;
  }
  .contents_wrap + .contact_us {
    padding-top: 100px;
  }
}

/*# sourceMappingURL=map/products_faq.css.map */
