.under_mv {
  background: url("../images/mv_wifi.jpg") center center/cover;
}
.under_mv h1 {
  padding: 115px 0;
}
@media all and (max-width: 767px) {
  .under_mv {
    background: url("../images/mv_wifi_sp.jpg") center center/cover;
  }
  .under_mv h1 {
    padding: 47px 0;
  }
}

.bn1 {
  max-width: 550px;
  width: 90%;
  margin: 0 auto;
  display: block;
  transition: all 0.3s ease;
}
.bn1:hover {
  opacity: 0.7;
}
.bn1 img {
  width: 100%;
}
@media all and (max-width: 767px) {
  .bn1 {
    width: calc(100% - 30px);
  }
}

.coat1 {
  margin: 120px 0 0 0;
}
.coat1 .c2 {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-items: center;
}
.coat1 .bx {
  background: #F8F8F8;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
.coat1 h3 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
}
.coat1 h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 12px;
  background: #E6F4F1;
  z-index: 2;
}
.coat1 h3 i {
  position: relative;
  z-index: 3;
}
.coat1 .txt {
  text-align: left;
}
.coat1 .inc2 {
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: center;
  gap: 0 20px;
}
@media all and (max-width: 1120px) {
  .coat1 .c2 {
    grid-template-columns: 1fr;
  }
  .coat1 h3 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .coat1 {
    margin: 40px 0 0 0;
  }
  .coat1 .bx {
    padding: 15px;
  }
  .coat1 h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .coat1 .inc2 {
    grid-template-columns: 100px 1fr;
    gap: 0 15px;
    line-height: 1.5;
    font-size: 1.6rem;
  }
}

.coat2 {
  margin: 120px 0 0 0;
}
.coat2 .tbtx {
  display: none;
}
@media all and (max-width: 1120px) {
  .coat2 .tbtx {
    display: block;
    width: 82px;
    margin: 10px 0 0 auto;
  }
  .coat2 .tbtx img {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .coat2 {
    margin: 60px 0 0 0;
  }
}

.coat3 {
  margin: 120px 0 0 0;
}
@media all and (max-width: 767px) {
  .coat3 {
    margin: 60px 0 0 0;
  }
}

.fqb {
  margin: 20px 0 0 0;
}

.faq_bx {
  border-radius: 5px;
  border: 2px solid #0994D4;
  box-sizing: border-box;
  margin-top: 10px;
}
.faq_bx .q {
  display: grid;
  position: relative;
  grid-template-columns: 100px 1fr;
  gap: 0 40px;
  cursor: pointer;
}
.faq_bx .q .qtx {
  padding: 20px 0 20px 0;
  box-sizing: border-box;
}
.faq_bx .q .num {
  background: #0994D4;
  color: white;
  font-size: 2rem;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
}
.faq_bx .q .num i {
  width: 100%;
  text-align: center;
}
.faq_bx .q .num:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -1px;
  width: 40px;
  height: 2px;
  background: #E6F4F1;
}
.faq_bx .q .plus {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  right: 20px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #0994D4;
  transition: all 0.3s ease;
}
.faq_bx .q .plus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -8px;
  width: 16px;
  height: 2px;
  border-radius: 100px;
  background: white;
  transition: all 0.3s ease;
}
.faq_bx .q .plus:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -1px;
  width: 2px;
  height: 16px;
  border-radius: 100px;
  background: white;
  transition: all 0.3s ease;
}
.faq_bx .q.open .plus {
  transform: rotate(270deg);
}
.faq_bx .q.open .plus:before {
  opacity: 0;
}
.faq_bx .a {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 0 40px;
  padding-right: 20px;
}
.faq_bx .a .atx {
  padding: 20px 0 20px 40px;
  box-sizing: border-box;
}
.faq_bx .a .num {
  background: #0994D4;
  color: white;
  font-size: 2rem;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
}
.faq_bx .a .num:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -1px;
  width: 40px;
  height: 2px;
  background: #E6F4F1;
}
.faq_bx .a .num i {
  width: 100%;
  text-align: center;
}
.faq_bx .a .conts {
  padding: 15px 0;
  box-sizing: border-box;
  border-top: 2px dashed #0994D4;
}
.faq_bx .a .links1 {
  display: block;
}
.faq_bx .a .links1 a {
  text-decoration: none;
  color: #3A4856;
  padding-left: 25px;
  box-sizing: border-box;
  display: inline-block;
  background: url("../images/arw_faq.png") center left no-repeat;
  background-size: 16px auto;
  transition: all 0.3s ease;
}
.faq_bx .a .links1 a:hover {
  opacity: 0.6;
}
@media all and (max-width: 767px) {
  .faq_bx .q {
    grid-template-columns: 64px 1fr;
    gap: 0;
  }
  .faq_bx .q .qtx {
    padding: 10px 40px 10px 20px;
    line-height: 1.4;
    font-weight: 500;
  }
  .faq_bx .q .num {
    font-size: 1.6rem;
  }
  .faq_bx .q .num:before {
    right: -12px;
    width: 24px;
  }
  .faq_bx .q .plus {
    top: 50%;
    margin-top: -16px;
    right: 13px;
    width: 24px;
    height: 24px;
  }
  .faq_bx .a {
    grid-template-columns: 64px 1fr;
    gap: 0;
    padding: 0;
  }
  .faq_bx .a .atx {
    padding: 20px 0 20px 40px;
    box-sizing: border-box;
  }
  .faq_bx .a .num {
    font-size: 1.6rem;
  }
  .faq_bx .a .num:before {
    right: -12px;
    width: 24px;
  }
  .faq_bx .a .conts {
    line-height: 1.5;
    padding: 10px 10px 10px 20px;
    box-sizing: border-box;
    border-top: 2px dashed #0994D4;
  }
}

.sld_fix {
  background: #E6F4F1;
  border-radius: 20px;
}

.tbl_v2 th {
  text-align: center;
}
.tbl_v2 td {
  text-align: center;
}
.tbl_v2 .txl {
  text-align: left;
}

/*# sourceMappingURL=coating.css.map */
