.ctn1 {
  margin-top: 100px;
  background: #f7f7f7;
}
.ctn1 .text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ctn1 .text .left {
  display: flex;
}
.ctn1 .text .left p {
  color: #777;
}
.ctn1 .text .left p span {
  color: #222;
}
.ctn1 .text .left p:not(:first-child) {
  margin-left: 50px;
}
.ctn2 .text p {
  color: #777;
  line-height: 1.8;
}
.ctn2 .text p strong {
  color: #222;
  font-family: Outfit-Bold;
}
.ctn2 .text p a {
  color: var(--blue);
  text-decoration: underline;
}
.ctn2 .text p img {
  max-width: 100%;
}
.ctn2 .text ul {
  display: flex;
  flex-wrap: wrap;
}
.ctn2 .text ul li {
  width: 50%;
  position: relative;
  padding-left: 24px;
  padding-right: 10px;
}
.ctn2 .text ul li:before {
  content: '';
  width: 2px;
  height: 8px;
  background: var(--blue);
  position: absolute;
  left: 3px;
  top: 8px;
}
.ctn2 .text ul li:after {
  content: '';
  width: 8px;
  height: 2px;
  background: var(--blue);
  position: absolute;
  left: 0;
  top: 11px;
}
.ctn2 .text ul li:nth-child(n+3) {
  margin-top: 14px;
}
.ctn2 .download-list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ctn2 .download-list ul li a {
  display: block;
  position: relative;
  padding-left: 26px;
  color: var(--blue);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .download-list ul li a:before {
  content: '\e606';
  font-family: iconfont;
  font-size: 16px;
  color: var(--blue);
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .download-list ul li:not(:first-child) {
  margin-top: 10px;
}
.ctn2 .download-list ul li:hover a {
  color: var(--color);
  text-decoration: underline;
  font-family: Outfit-Bold;
}
.ctn2 .download-list ul li:hover a:before {
  color: var(--color);
}
.ctn2 .btn-list {
  position: relative;
}
.ctn2 .btn-list .btn {
  width: calc(100% - 180px);
}
.ctn2 .btn-list .btn .box a {
  display: flex;
}
.ctn2 .btn-list .btn .box a span {
  width: 96px;
  color: #777;
}
.ctn2 .btn-list .btn .box a .txt {
  color: #222;
  width: calc(100% - 96px);
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .btn-list .btn .box a:hover .txt {
  color: var(--color);
  text-decoration: underline;
}
.ctn2 .btn-list .btn .next {
  margin-top: 10px;
}
.ctn2 .btn-list .s-mores {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1600px) {
  .ctn1 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1440px) {
  .ctn2 .text ul li {
    padding-left: 20px;
  }
  .ctn2 .text ul li:before {
    top: 6px;
  }
  .ctn2 .text ul li:after {
    top: 9px;
  }
  .ctn2 .text ul li:nth-child(n+3) {
    margin-top: 10px;
  }
  .ctn2 .btn-list .btn {
    width: calc(100% - 160px);
  }
  .ctn2 .btn-list .btn .box a span {
    width: 80px;
  }
  .ctn2 .btn-list .btn .box a .txt {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 1200px) {
  .ctn1 {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .ctn1 {
    margin-top: 60px;
  }
  .ctn1 .text {
    display: block;
  }
  .ctn1 .text .left {
    display: block;
  }
  .ctn1 .text .left p:not(:first-child) {
    margin-left: 0;
  }
  .ctn1 .text .s-mores {
    margin-top: 5vw;
  }
  .ctn2 .text p {
    line-height: 1.6;
  }
  .ctn2 .text ul li {
    width: 100%;
    padding-right: 0;
  }
  .ctn2 .text ul li:not(:first-child) {
    margin-top: 10px!important;
  }
  .ctn2 .btn-list .btn {
    width: 100%;
  }
  .ctn2 .btn-list .btn .box a span {
    width: 70px;
  }
  .ctn2 .btn-list .btn .box a .txt {
    width: calc(100% - 70px);
  }
  .ctn2 .btn-list .s-mores {
    position: relative;
    margin-top: 8vw;
    display: flex;
    justify-content: center;
  }
}

