#battery {
  line-height: 1.5;
}
#battery h2 {
  font-size: 28px;
}
#battery h4 {
  font-size: 20px;
  font-weight: bold;
  color: #2c345c;
  margin-bottom: 32px;
}
#battery section {
  padding: 0vh 0 16vh 0;
}
#battery section.gray {
  background-color: #f3f5f6;
}
#battery section.gray .title span::after {
  background-color: #f3f5f6;
}
#battery section .title {
  text-align: center;
  padding-bottom: 5vh;
  display: flex;
  justify-content: center;
  margin-bottom: 8vh;
}
#battery section .title span {
  background-color: #2c345c;
  width: 60px;
  height: 60px;
  position: relative;
}
#battery section .title span::after {
  content: "";
  top: 0;
  left: 0px;
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 0 30px 0 0;
}
#battery section .title span:last-child::after {
  border-radius: 30px 0 0 0;
}
#battery section .title h3 {
  padding: 0px 60px;
  background-color: #2c345c;
  height: 80px;
  line-height: 80px;
  color: #fff;
  display: inline-block;
  position: relative;
  border-radius: 0 0 30px 30px;
  font-size: 24px;
}
#battery #guarantee .twoBox .img {
  width: 30%;
}
#battery #guarantee .twoBox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#battery #guarantee .twoBox .contents {
  width: 65%;
}
#battery #guarantee .twoBox .contents h4 {
  margin-top: 24px;
  font-weight: bold;
  color: #2c345c;
  font-size: 110%;
  margin-bottom: 8px;
  padding-left: 8px;
  line-height: 1;
  border-left: 3px solid #2c345c;
}
#battery #guarantee .twoBox .contents h4:first-child {
  margin-top: 0;
}
#battery .inner {
  max-width: 900px;
}
#battery .inner .twoBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#battery .inner .standardTable tr {
  border-bottom: 1px solid #5f6069;
  text-align: left;
  font-size: 95%;
}
#battery .inner .standardTable tr:first-child {
  border-top: 1px solid #5f6069;
}
#battery .inner .standardTable tr th {
  padding: 8px;
  font-weight: bold;
}
#battery .inner .standardTable tr th.thead {
  background-color: #2c345c;
  color: #fff;
}
#battery .inner .standardTable tr td {
  padding: 8px;
}
#battery .inner .productName {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24Px;
}
#battery .inner .productName p {
  font-weight: bold;
}
#battery .inner .productName p:first-child {
  font-size: 120%;
  color: #2c345c;
  padding-right: 24px;
}
#battery .inner .productName p:last-child {
  font-size: 85%;
}
#battery .inner .point {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#battery .inner .point .pointBox {
  width: 49%;
  background-color: #f3f5f6;
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 2%;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #battery .inner .point .pointBox {
    width: 100%;
  }
}
#battery .inner .point .pointBox h4 {
  font-weight: bold;
  color: #2c345c;
  margin-bottom: 8px;
  font-size: 105%;
}
#battery .inner .point .pointBox ol li {
  font-size: 90%;
  padding-left: 12px;
  position: relative;
}
#battery .inner .point .pointBox ol li::after {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #2c345c;
}
#battery #concept {
  background-image: url(../images/under/battery/conceptback.png);
  background-size: cover;
  padding-top: 25vh;
}
#battery #concept h2 {
  font-size: 2.8vw;
  font-weight: bold;
  color: #fff;
  margin-bottom: 5vh;
}
#battery #concept .read {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
#battery #concept .contentsWrap {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 24px;
  border-radius: 8px;
  margin-top: 12vh;
}
#battery #concept .contentsWrap .contents {
  margin-top: 32px;
}
#battery #concept .contentsWrap .contents:first-child {
  margin-top: 0;
}
#battery #concept .contentsWrap .contents h3 {
  background-color: #2c345c;
  color: #fff;
  padding: 8px 16px;
  margin-bottom: 16px;
  font-size: 120%;
}
#battery #concept .contentsWrap .contents .twoBox p {
  width: 50%;
}
#battery #concept .contentsWrap .contents .twoBox p .small {
  font-size: 70%;
}
#battery #concept .contentsWrap .contents .twoBox .img {
  width: 45%;
}
#battery #products .functionList {
  margin-top: 5vh;
}
#battery #products .functionList ol li {
  margin-top: 24px;
}
#battery #products .functionList ol li h5 {
  font-weight: bold;
  color: #2c345c;
  margin-bottom: 8px;
}
#battery #products .functionList ol li:first-child {
  margin-top: 0;
}
#battery #products .twoBox {
  margin-bottom: 8vh;
  justify-content: center;
  margin-top: 10vh;
}
#battery #products .twoBox .img {
  width: 50%;
  padding-right: 5%;
}
#battery #products .twoBox .info {
  width: 25%;
}
#battery #products .twoBox .info dl {
  margin-top: 16px;
}
#battery #products .twoBox .info dl:first-child {
  margin-top: 0;
}
#battery #products .twoBox .info dl dt {
  font-weight: bold;
}
#battery #products .twoBox .info dl dd {
  font-size: 85%;
}
#battery #batteryKv {
  background-color: #000;
  background-image: url(../images/under/battery/kvback.webp);
  background-size: cover;
  width: 100%;
  padding-top: 13vh;
  position: relative;
}
#battery #batteryKv .mainread {
  max-width: 400px;
  color: #fff;
  margin-bottom: 5vh;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 24px;
  font-weight: bold;
}
#battery #batteryKv .logo {
  max-width: 400px;
  margin: 0 auto;
}
#battery #batteryKv .product {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  transform: translateY(6vh);
}
#battery #batteryKv .product img {
  max-width: 480px;
}/*# sourceMappingURL=battery.css.map */