#section1 {
  background: url("../imgs/digitalDisplay/section1-bg.png") no-repeat center;
  background-size: cover;
  height: 598px;
}
#section1 .left {
  display: block;
}
#section1 .left h2 {
  margin-top: 110px;
  color: #303030;
}
#section1 .left p {
  margin: 32px 0 0 0;
  width: 556px;
  font-size: 20px;
  line-height: 2;
  color: #303030;
}
#section1 .right img {
  padding: 0;
}

.section-title {
  text-align: center;
}

.section-title h2 {
  position: relative;
  display: inline-block;
  letter-spacing: 3px;
  color: #000000;
  font-size: 34px;
  line-height: 1;
}

.section-title h2::before,
.section-title h2::after {
  content: "";
  background-size: 100% 100%;
  position: absolute;
  width: 282px;
  height: 7px;
  top: 50%;
}
.section-title h2::before {
  background: url("../imgs/digitalDisplay/title-left.png");
  left: -335px;
  transform: translateY(-50%);
}
.section-title h2::after {
  background: url("../imgs/digitalDisplay/title-right.png");
  right: -335px;
  transform: translateY(-50%);
}
.section-title .section-subtitle {
  margin-top: 36px;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 2px;
  color: #999;
  font-weight: normal;
}
.section-title .section-abstract {
  width: 1073px;
  margin: 54px auto 0;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 2px;
  color: #999;
}
.section {
  padding: 90px 0 9px 0;
}
.section .section-main {
  margin-top: 40px;
}
.section .section-main img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.section-second {
  padding: 106px 0 0;
}
.section-second .section-main {
  margin-top: 69px;
}
.section-second .section-main .item-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-second .section-main .item {
  width: 546px;
  height: 302px;
  background-color: #000000;
  box-shadow: 4px 8px 5px 0px rgba(42, 42, 42, 0.48);
}
.section-second .section-main .item + .item {
  margin-left: 46px;
}
.section-second .section-main .item img {
  width: 100%;
  height: 100%;
}
#section10 .section-main {
  margin-top: 152px;
}
#section10 .item {
  width: 576px;
	height: 736px;
  box-shadow: none;
  border-radius: 10px;
  overflow: hidden;
}
#section10 .item + .item {
  margin-left: 48px;
}

#section11 .item {
  width: 580px;
  height: 434px;
}
#section11 .section-main {
  margin-top: 144px;
}

#section14 {
  padding-bottom: 116px; 
}

@media screen and (max-width: 1200px) {
  #section1 .left p {
    width: auto;
  }
  .section-title h2 {
    font-size: 30px;
  }
  .section-title h2::before {
    left: -300px;
  }
  .section-title h2::after {
    right: -300px;
  }
  .section-title .section-subtitle {
    font-size: 24px;
  }
  .section-title .section-abstract {
    width: 804px;
  }
  .section-second .section-main .item {
    width: 410px;
    height: 226px;
  }
  #section10 .item {
    width: 432px;
    height: 552px;
  }
  #section10 .item + .item {
    margin-left: 30px;
  }
  #section11 .item {
    width: 435px;
    height: 325.5px;
  }
  .section-second .section-main .item + .item {
    margin-left: 26px;
  }
}

@media screen and (max-width: 960px) {
  .section-title h2 {
    font-size: 26px;
  }
  .section-title h2::before,
  .section-title h2::after {
    display: none;
  }
  .section {
    padding-top: 80px;
  }
  .section-title .section-subtitle {
    margin-top: 20px;
  }
  .section-title .section-abstract {
    margin-top: 20px;
    width: 620px;
  }
  .section-second {
    padding-top: 90px;
  }
  #section10 .section-main {
    margin-top: 120px;
  }
  #section11 .section-main {
    margin-top: 110px;
  }
}

@media screen and (max-width: 768px) {
  #section1 {
    height: 500px;
  }
  #section1 .left h2 {
    margin-top: 40px;
  }
  .section-second {
    padding-top: 40px;
  }
  .section-second .section-main {
    margin-top: 20px;
  }
  .section {
    padding-top: 40px;
  }
  .section-title .section-subtitle {
    line-height: 1.25;
  }
  .section-title .section-abstract {
    width: 278px;
  }
  .section-second .section-main .item-box {
    flex-wrap: wrap;
  }
  .section-second .section-main .item {
    width: 100%;
    height: auto;
  }
  .section-second .section-main .item img {
    width: 100%;
    height: auto;
  }
  .section-second .section-main .item + .item {
    margin: 20px 0 0 0;
  }
  #section10 .section-main {
    margin-top: 20px;
  }
  #section10 .item {
    width: 100%;
    height: auto;
  }
  #section10 .item + .item {
    margin: 20px 0 0;
  }
  #section11 .item {
    width: 100%;
    height: auto;
  }
  #section11 .section-main {
    margin-top: 20px;
  }
  #section14 {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 375px) {
  #section1 .left p {
    font-size: 16px;
  }
  .section-title h2 {
    font-size: 18px;
  }
  .section-title .section-subtitle {
    font-size: 16px;
  }
  .section-title .section-abstract {
    font-size: 14px;
    width: 240px;
  }
}