#llc {
  font-size: 15px;
  line-height: 1.3;
  color: #11193e;
}
#llc p.read {
  margin-bottom: 24px;
}
#llc section {
  padding: 14vh 0;
}
#llc section .inner {
  max-width: 900px;
}
#llc section .sectionTitle {
  text-align: center;
  margin-bottom: 7vh;
}
#llc section .sectionTitle h2 {
  font-size: 2vw;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #llc section .sectionTitle h2 {
    font-size: 8vw;
  }
}
#llc section .sectionTitle p {
  font-weight: bold;
}
#llc section .mainImg {
  width: 100%;
  margin-bottom: 10vh;
  height: 320px;
  overflow: hidden;
}
#llc section .mainImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#llc section h3 {
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: bold;
}
#llc section ul li {
  font-size: 90%;
  padding-left: 12px;
  position: relative;
  margin-top: 12px;
}
#llc section ul li:first-child {
  margin-top: 0;
}
#llc section ul li::after {
  position: absolute;
  left: 0;
  top: 2px;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #2c345c;
}
#llc section .twoBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#llc section .twoBox .img {
  width: 30%;
  padding-right: 0;
  overflow: hidden;
  height: 180px;
}
@media only screen and (max-width: 767px) {
  #llc section .twoBox .img {
    width: 100%;
  }
}
#llc section .twoBox .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#llc section .twoBox .contents {
  width: 65%;
}
@media only screen and (max-width: 767px) {
  #llc section .twoBox .contents {
    width: 100%;
  }
}
#llc section .twoBox .contents h4 {
  font-weight: bold;
  font-weight: 17px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  #llc section .twoBox .contents {
    width: 100%;
    padding-top: 16px;
  }
}
#llc section .topics {
  background-color: #e4e5e9;
  padding: 32px;
  box-sizing: border-box;
  margin-top: 5vh;
}
#llc section .topics .twoBox .img {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  #llc section .topics .twoBox .img {
    width: 100%;
  }
}
#llc section .topics .twoBox .contents {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  #llc section .topics .twoBox .contents {
    width: 100%;
  }
}
#llc section .threeBox {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#llc section .threeBox .box {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  #llc section .threeBox .box:last-child {
    margin-bottom: 0;
  }
}
#llc section .threeBox .box .img {
  margin-bottom: 12px;
  width: 100%;
  height: 180px;
  overflow: hidden;
}
#llc section .threeBox .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#llc section .threeBox .box h4 {
  font-size: 17px;
  margin-bottom: 12px;
  font-weight: bold;
}
#llc section .threeBox .box:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  #llc section .threeBox .box {
    margin-right: 0;
    width: 100%;
  }
}
#llc section .productsBox {
  margin-top: 7vh;
}
#llc #kv {
  background-color: #2c345c;
  height: 60vh;
  margin-top: 60px;
  background-image: url(../images/llckv.jpeg);
  background-size: cover;
  background-position: right center;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #llc #kv {
    background-image: url(../images/llckvsp.jpg);
    height: 50vh;
  }
}
#llc #kv .kvTitle {
  max-width: 1280px;
  padding: 0 20vw;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 5;
  text-align: left;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #llc #kv .kvTitle {
    padding: 0 14vw;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  #llc #kv .kvTitle .title {
    padding-top: 10vh;
  }
}
#llc #kv .kvTitle h1 {
  font-size: 6vw;
  font-weight: bold;
  text-shadow: #11193e 3px 0 10px;
  width: 100%;
  text-align: left;
}
#llc #kv .kvTitle h1 img {
  width: 600px;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.9));
}
@media only screen and (max-width: 767px) {
  #llc #kv .kvTitle h1 img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #llc #kv .kvTitle h1 {
    font-size: 13vw;
  }
}
#llc #kv .kvTitle p {
  font-weight: bold;
  font-size: 2vw;
  text-shadow: #11193e 3px 0 10px;
}
@media only screen and (max-width: 767px) {
  #llc #kv .kvTitle p {
    font-size: 4vw;
  }
}
#llc #kv .kvTitle .kvBtn a {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  background-color: #A61C14;
  width: 240px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
#llc #background {
  background-image: url(../images/prob.jpeg);
  background-size: cover;
  position: relative;
  color: #fff;
}
#llc #background::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 18, 67, 0.7294117647);
  left: 0;
  top: 0;
  z-index: 0;
  backdrop-filter: blur(12px);
}
#llc #background .inner {
  position: relative;
  z-index: 1;
}
#llc #background .inner .read {
  margin-bottom: 7vh;
}
#llc #background .inner .read h2 {
  font-weight: bold;
  margin-bottom: 32px;
  font-weight: bold;
  font-size: 2.8vw;
}
@media only screen and (max-width: 767px) {
  #llc #background .inner .read h2 {
    font-size: 8vw;
  }
}
#llc #background .inner .read p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}
#llc #background .inner .problemList {
  margin-top: 5vh;
}
#llc #background .inner .problemList ol {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  #llc #background .inner .problemList ol {
    margin-top: 32px;
  }
}
#llc #background .inner .problemList ol li {
  background-color: #fff;
  padding: 16px;
  color: #11193e;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  #llc #background .inner .problemList ol li {
    width: 100%;
    margin-top: 8px;
  }
  #llc #background .inner .problemList ol li:first-child {
    margin-top: 0;
  }
}
#llc .pointWrap dl {
  display: flex;
  justify-content: flex-start;
  border: 1px solid #11193e;
  margin-top: 16px;
}
#llc .pointWrap dl:first-child {
  margin-top: 0;
}
#llc .pointWrap dl dt {
  font-weight: bold;
  width: 140px;
  background-color: #11193e;
  padding: 16px;
  color: #fff;
}
#llc .pointWrap dl dd {
  padding: 16px;
}
#llc #products {
  padding-top: 0;
  background-color: #e8ecf6;
}
#llc #pickup {
  background-color: #11193e;
  color: #fff;
}
#llc #pickup .threeBox .box {
  background-color: #fff;
  color: #11193e;
  padding: 16px;
  box-sizing: border-box;
  border-radius: 10px;
}
#llc #pickup .threeBox .box h4 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 8px;
}
#llc .featureList .twoBox {
  margin-top: 5vh;
}
#llc .featureList .twoBox:first-child {
  margin-top: 0;
}
#llc .safety {
  border: 1px solid #11193e;
  padding: 32px;
  margin-bottom: 7vh;
  margin-top: 7vh;
}/*# sourceMappingURL=llc.css.map */