.bread {
  background: rgba(115, 115, 115, 0.38);
  top: 0;
  padding-top: 18px;
}
.bread .con {
  padding-bottom: 18px;
}
.ctn1 {
  background: #ccc;
  position: relative;
  margin-top: 85px;
}
.ctn1 #container {
  height: calc(100vh - 85px);
}
.ctn1 #container * {
  transition: none;
}
.ctn1 .text {
  position: absolute;
  width: 635px;
  max-width: 90%;
  border-radius: 20px;
  background: rgba(52, 115, 69, 0.9);
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
  padding: 40px 60px;
}
.ctn1 .text h2 {
  line-height: 1.2;
}
.ctn1 .text h2 a {
  color: #fff;
}
.ctn1 .text ul {
  margin: 20px 0 40px;
  border-top: 1px solid #61966F;
  border-bottom: 1px solid #61966F;
  padding: 30px 0;
}
.ctn1 .text ul li {
  display: flex;
}
.ctn1 .text ul li a {
  color: #fff;
}
.ctn1 .text ul li a:hover {
  text-decoration: underline;
}
.ctn1 .text ul li p {
  line-height: 1.3;
}
.ctn1 .text ul li p:first-child {
  margin-right: 20px;
}
.ctn1 .text ul li:not(:first-child) {
  margin-top: 20px;
}
.ctn1 .text .tu {
  width: 38%;
}
.ctn1 .text .tu img {
  width: 100%;
}
@media screen and (max-width: 1680px) {
  .ctn1 .text {
    width: 580px;
  }
}
@media screen and (max-width: 1600px) {
  .ctn1 {
    margin-top: 75px;
  }
  .ctn1 #container {
    height: calc(100vh - 75px);
  }
  .ctn1 .text {
    padding: 2vw 3vw;
  }
  .ctn1 .text ul {
    margin: 1vw 0 2vw;
    padding: 1.5vw 0;
  }
  .ctn1 .text ul li:not(:first-child) {
    margin-top: 14px;
  }
}
@media screen and (max-width: 1440px) {
  .ctn1 .text {
    width: 480px;
  }
}
@media screen and (max-width: 1200px) {
  .ctn1 .text {
    left: 5%;
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .bread {
    background: rgba(115, 115, 115, 0.38);
    top: 0;
    padding-top: 10px;
  }
  .bread .con {
    padding-bottom: 10px;
  }
  .ctn1 {
    margin-top: 60px;
    background: #fff;
    padding-bottom: 40px;
  }
  .ctn1 #container {
    height: 300px;
  }
  .ctn1 .text {
    position: relative;
    top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    padding: 20px;
    border-radius: 8px;
    margin-top: 30px;
  }
  .ctn1 .text h2 {
    line-height: 1.5;
  }
  .ctn1 .text ul {
    padding: 14px 0 20px;
    margin: 14px 0 20px;
  }
  .ctn1 .text ul li p:first-child {
    margin-right: 14px;
  }
}