.container_img {
  width: 80%;
  margin-left: 10%;
  position: relative;
}
@media screen and (max-width: 800px) {
  .container_img {
    width: 100vw;
    margin: 0;
  }
}
.container_img img {
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 800px) {
  .container_img img {
    width: 100vw;
    height: 35%;
  }
}
.container_img .title {
  text-align: center;
  position: absolute;
  top: 25%;
  left: 40%;
}
@media screen and (max-width: 800px) {
  .container_img .title {
    left: 5%;
    top: 20%;
  }
}
.container_img .title h2 {
  background-image: -webkit-linear-gradient(bottom, black, #ccc, red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 36px;
}
@media screen and (max-width: 800px) {
  .container_img .title h2 {
    font-size: 20px;
  }
}
.container_img .title h3 {
  font-weight: normal;
  color: #666666;
}
@media screen and (max-width: 800px) {
  .container_img .title h3 {
    display: none;
  }
}
.container_plan {
  width: 100vw;
  padding: 5% 0;
  text-align: center;
}
.container_plan h2 {
  font-size: 36px;
  font-weight: normal;
}
@media screen and (max-width: 800px) {
  .container_plan h2 {
    font-size: 20px;
  }
}
.container_plan .container_plan_detail {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .container_plan .container_plan_detail {
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  .container_plan .container_plan_detail .li img {
    width: 80vw;
    margin: 0 auto;
    height: 50vh;
  }
}
.container_plan .container_plan_detail p {
  background-color: #000;
  color: #fff;
  font-weight: normal;
  font-size: 24px;
  padding: 8% 0;
  margin-top: -3%;
}
@media screen and (max-width: 800px) {
  .container_plan .container_plan_detail p {
    margin: 0;
    width: 80vw;
    margin: -5px auto;
    padding: 5% 0;
    font-size: 16px;
  }
}
.container_bgImg {
  width: 100vw;
  text-align: center;
  background-color: #f5f5f5;
  position: relative;
}
@media screen and (max-width: 800px) {
  .container_bgImg {
    height: 35vh;
  }
  .container_bgImg img {
    width: 100%;
  }
}
.container_bgImg .container_bgImg_detail {
  position: absolute;
  left: 52%;
  top: 10%;
  text-align: center;
  width: 30%;
}
@media screen and (max-width: 800px) {
  .container_bgImg .container_bgImg_detail {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.container_bgImg .container_bgImg_detail h2 {
  font-size: 30px;
}
@media screen and (max-width: 800px) {
  .container_bgImg .container_bgImg_detail h2 {
    width: 50vw;
    font-size: 16px;
  }
}
.container_bgImg .container_bgImg_detail p {
  width: 70%;
  margin-left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  color: #666;
  text-align: left;
  letter-spacing: 10px;
  font-weight: normal;
}
@media screen and (max-width: 800px) {
  .container_bgImg .container_bgImg_detail p {
    display: none;
  }
}
.container_bgImg .container_bgImg_detail ul {
  width: 60%;
  transform: translateX(25%);
}
@media screen and (max-width: 800px) {
  .container_bgImg .container_bgImg_detail ul {
    display: flex;
    font-size: 12px;
    justify-content: space-around;
    flex-direction: column;
    width: 50vw;
    transform: translateX(0);
  }
}
.container_bgImg .container_bgImg_detail ul li {
  font-size: 20px;
  color: #bbb8b8;
  padding: 8% 0;
}
@media screen and (max-width: 800px) {
  .container_bgImg .container_bgImg_detail ul li {
    width: 50vw;
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 14px;
    letter-spacing: 2px;
  }
}
.container_custom {
  position: relative;
  padding: 8% 0;
  width: 80vw;
  margin-left: 10vw;
}
@media screen and (max-width: 800px) {
  .container_custom {
    margin: 0;
    width: 100vw;
  }
}
.container_custom img {
  width: 100%;
}
.container_custom .container_custom_title {
  position: absolute;
  top: 22%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 800px) {
  .container_custom .container_custom_title {
    top: 10%;
    left: 50%;
  }
}
.container_custom .container_custom_title h3 {
  color: #fff;
  font-size: 30px;
}
@media screen and (max-width: 800px) {
  .container_custom .container_custom_title h3 {
    font-size: 16px;
  }
}
.container_custom .container_custom_title p {
  color: #ccc;
}
@media screen and (max-width: 800px) {
  .container_custom .container_custom_title p {
    font-size: 12px;
  }
}
.container_box {
  width: 60vw;
  margin-left: 20vw;
  display: flex;
  flex-wrap: wrap ;
}
@media screen and (max-width: 800px) {
  .container_box {
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    margin-left: 0;
  }
}
.container_box .left {
  filter: blur(2px);
  text-align: center;
  width: 50%;
  background-color: #f5f5f5;
  transition: all 0.6s;
}
@media screen and (max-width: 800px) {
  .container_box .left {
    filter: blur(0);
    width: 100vw;
  }
}
.container_box .left h2 {
  margin-top: 25%;
}
.container_box .left h2 span {
  background-image: -webkit-linear-gradient(bottom, black, #ccc, red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 800px) {
  .container_box .left h2 {
    filter: blur(0);
    margin-top: 10%;
    font-size: 16px;
  }
}
.container_box .left p {
  color: #666;
  margin-left: 20%;
  width: 60%;
  font-size: 14px;
}
.container_box .left:hover {
  filter: blur(0);
  transform: scale(1.1);
  transition: all 0.6s linear;
}
.container_box .right {
  width: 50%;
}
@media screen and (max-width: 800px) {
  .container_box .right {
    width: 90vw;
    height: 30vh;
    border-radius: 20px;
    overflow: hidden;
    margin: 20px  auto 0 auto;
  }
}
.container_box .right img {
  width: 100%;
  height: 30vh;
}
.container_message {
  width: 100vw;
}
.container_message h2,
.container_message .news {
  text-align: center;
  font-size: 32px;
}
.container_message .news {
  text-align: center;
  font-size: 16px;
  color: #ccc;
}
.container_message .message_box {
  width: 80%;
  margin-left: 10%;
  display: flex;
}
@media screen and (max-width: 800px) {
  .container_message .message_box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.container_message .message_box .message_item {
  flex: 1;
  padding: 2% 0 3% 0;
  margin: 0 1%;
}
.container_message .message_box .message_item h3 {
  font-size: 24px;
  font-weight: 500;
  color: #618ce4;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5%;
}
.container_message .message_box .message_item div {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #999999;
}
.container_message .message_box .message_item div a {
  text-decoration: none;
  color: #999999;
}
.container_message .message_box .message_item div a:hover {
  cursor: pointer;
  text-decoration: underline;
}
.container_message .message_box .message_item div span {
  margin-left: 3% ;
}
li {
  list-style: none;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
