.header {
  background: #ffffff;
}

.section .sec_top {
  padding: 82px 0 29px;
  background: #F8F8F8;
}
.section .sec_top .crumbs {
  background: #F4F4F4;
  padding: 18px 0;
}
.section .sec_top .crumbs .wrap {
  width: 1800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 4px;
}
.section .sec_top .crumbs .wrap a, .section .sec_top .crumbs .wrap span {
  display: block;
  font-weight: 300;
  font-size: 14px;
  text-transform: capitalize;
  color: rgba(26, 26, 26, 0.8);
  transition: 0.6s;
}
.section .sec_top .crumbs .wrap a:hover, .section .sec_top .crumbs .wrap a.on {
  color: #F17B13;
}
.section .sec_top .box {
  padding: 44px 0 0;
}
.section .sec_top .box .title {
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  margin-bottom: 27px;
}
.section .sec_top .box .date {
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
}
.section .sec_top .box .date .icon {
  width: 16px;
}
.section .sec_top .box .date .icon img {
  display: block;
  width: 100%;
  height: auto;
}
.section .sec_top .box .date p {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  color: rgb(85, 85, 85);
}
.section .content {
  padding: 76px 0 226px;
}
.section .content .wrap {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.section .content .wrap .ewm_box {
  position: absolute;
  height: 100%;
  top: 0;
  right: -260px;
}
.section .content .wrap .ewm_box .ewm {
  position: sticky;
  top: 140px;
  width: 144px;
  border-radius: 7px;
  border: 1px solid rgb(238, 238, 238);
  text-align: center;
  padding: 30px 0 20px;
}
.section .content .wrap .ewm_box .ewm p {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: rgb(102, 102, 102);
}
.section .content .wrap .ewm_box .ewm .img {
  width: 112px;
  margin: 11px auto 0;
}
.section .content .wrap .ewm_box .ewm .img img {
  display: block;
  width: 100%;
}
.section .content .wrap .content_box {
  width: 100%;
}
.section .content .wrap .content_box p {
  font-weight: 400;
  font-size: 16px;
  color: rgb(102, 102, 102);
}

@media screen and (max-width: 1919px) {
  .section .sec_top {
    padding: 4.2708333333vw 0px 1.5104166667vw;
  }
  .section .sec_top .crumbs {
    padding: 0.9375vw 0px;
  }
  .section .sec_top .crumbs .wrap {
    width: 93.75vw;
    gap: 0.2083333333vw;
  }
  .section .sec_top .crumbs .wrap a, .section .sec_top .crumbs .wrap span {
    font-size: 0.7291666667vw;
  }
  .section .sec_top .box {
    padding: 2.2916666667vw 0px 0px;
  }
  .section .sec_top .box .title {
    font-size: 1.875vw;
    margin-bottom: 1.40625vw;
  }
  .section .sec_top .box .date {
    gap: 0.625vw;
  }
  .section .sec_top .box .date .icon {
    width: 0.8333333333vw;
  }
  .section .sec_top .box .date p {
    font-size: 0.8333333333vw;
  }
  .section .content {
    padding: 3.9583333333vw 0px 11.7708333333vw;
  }
  .section .content .wrap {
    width: 52.0833333333vw;
  }
  .section .content .wrap .ewm_box {
    right: -13.5416666667vw;
  }
  .section .content .wrap .ewm_box .ewm {
    top: 7.2916666667vw;
    width: 7.5vw;
    border-radius: 0.3645833333vw;
    padding: 1.5625vw 0px 1.0416666667vw;
  }
  .section .content .wrap .ewm_box .ewm p {
    font-size: 0.625vw;
    line-height: 0.9375vw;
  }
  .section .content .wrap .ewm_box .ewm .img {
    width: 5.8333333333vw;
    margin: 0.5729166667vw auto 0px;
  }
  .section .content .wrap .content_box p {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .section .sec_top {
    padding: 60px 0 0;
  }
  .section .sec_top .crumbs {
    padding: 20px 0;
  }
  .section .sec_top .crumbs .wrap {
    width: 90%;
  }
  .section .sec_top .crumbs .wrap a, .section .sec_top .crumbs .wrap span {
    font-size: 14px;
  }
  .section .sec_top .crumbs .wrap a:nth-last-child(1) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .section .sec_top .box {
    padding: 30px 0 15px;
  }
  .section .sec_top .box .title {
    font-size: 20px;
    line-height: 1.4;
  }
  .section .sec_top .box .title br {
    display: none;
  }
  .section .sec_top .box .date {
    gap: 10px;
    margin: 20px 0 0;
  }
  .section .sec_top .box .date p {
    font-size: 14px;
  }
  .section .sec_top .box .date .icon {
    width: 14px;
  }
  .section .content {
    width: 100%;
    padding: 50px 0;
  }
  .section .content .wrap {
    width: 90%;
  }
  .section .content .wrap .content_box p {
    font-size: 15px;
    line-height: 1.8;
  }
  .section .content .wrap .ewm_box {
    display: none;
  }
}

/*# sourceMappingURL=eventInfo.css.map */
