@charset "UTF-8";

/* ProjectSetIntro.cshtml */
body .bg-img {
  display: none;
}
body .se-1 {
  background: url(../images/events/mainbg.png) no-repeat top center;
  width: 100%;
  height: 546px;
}
body .se-1 .wrap {
  position: relative;
  max-width: 1170px;
  width: 100%;
  margin: auto;
  height: 100%;
  overflow: hidden;
}
body .se-1 .wrap .site-breadcrumb {
  color: #fff;
  padding: 10px;
}
body .se-1 .wrap .site-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .se-1 .wrap .site-breadcrumb a {
  color: #fff;
  display: inline-block;
  font-size: 14px;
}
body .se-1 .wrap .set {
  position: absolute;
  top: 110px;
  left: 410px;
}
body .se-1 .wrap .txt-box {
  position: relative;
  width: 40%;
  top: 130px;
  left: 50px;
}
body .se-1 .wrap .txt-box .sg {
  margin-bottom: 20px;
}
body .se-1 .wrap .txt-box .sg .rwd-pd,
body .se-1 .wrap .txt-box .sg .rwd-mb {
  display: none;
}
body .se-1 .wrap .txt-box .txt {
  line-height: 30px;
  font-size: 17px;
  color: #434343;
}
@media screen and (min-width: 769px) and (max-width: 1169px) {
  body .se-1 {
    background: url(../images/events/mainbg-t.png) no-repeat top center;
  }
  body .se-1 .wrap .set {
    right: -30%;
    left: 0;
    margin: auto;
    width: 700px;
    top: inherit;
    bottom: 0;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  body .se-1 .wrap .set img {
    width: 100%;
  }
  body .se-1 .wrap .txt-box {
    width: 236px;
    top: 90px;
    right: 0;
    left: -26%;
    margin: auto;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  body .se-1 .wrap .txt-box .sg .rwd-pc {
    display: none;
  }
  body .se-1 .wrap .txt-box .sg .rwd-pd {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  body .se-1 {
    background: none;
    position: relative;
    height: auto;
  }
  body .se-1 .bg-img {
    display: block;
    width: 100%;
  }
  body .se-1 .bg-img img {
    width: 100%;
    vertical-align: top;
  }
  body .se-1 .wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  body .se-1 .wrap .site-breadcrumb,
  body .se-1 .wrap .set {
    display: none;
  }
  body .se-1 .wrap .txt-box {
    width: 100%;
    top: inherit;
    left: inherit;
    padding: 6%;
  }
  body .se-1 .wrap .txt-box .sg .rwd-pd,
  body .se-1 .wrap .txt-box .sg .rwd-pc {
    display: none;
  }
  body .se-1 .wrap .txt-box .sg .rwd-mb {
    display: block;
  }
  body .se-1 .wrap .txt-box .txt {
    font-size: 4vw;
    line-height: 6vw;
  }
}
body .se-2 {
  background: url(../images/events/s1bg.png) no-repeat top center;
  width: 100%;
  height: 975px;
}
body .se-2 .wrap {
  position: relative;
  max-width: 1050px;
  width: 100%;
  margin: auto;
  /*height: 100%;*/
  height: auto;
  padding-top: 50px;
  padding-bottom: 100px;
}
body .se-2 .wrap .se-title {
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  text-shadow: 1px 1px 2px #416c21;
  text-align: center;
  margin-bottom: 50px;
}
body .se-2 .wrap .grid-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
body .se-2 .wrap .grid-box .box {
  position: relative;
  height: 100%;
}
body .se-2 .wrap .grid-box .box .bg-card {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(235, 235, 235)), to(rgb(186, 186, 186)));
  background: linear-gradient(180deg, rgb(235, 235, 235) 0%, rgb(186, 186, 186) 100%);
  border: 1px solid #d0d0d0;
  -webkit-box-shadow: 0 0 5px 0 #435635;
          box-shadow: 0 0 5px 0 #435635;
  position: absolute;
  z-index: 0;
  border-radius: 8px;
  padding: 20px;
  height: calc(100% - 40px);
  width: calc(100% - 20px);
}
body .se-2 .wrap .grid-box .box .bg-card .title {
  margin-bottom: 15px;
}
body .se-2 .wrap .grid-box .box .bg-card .title span {
  color: #fff;
  background-color: #adadad;
  border-radius: 15px;
  padding: 5px 20px;
  font-size: 12px;
}
body .se-2 .wrap .grid-box .box .bg-card ul li {
  font-size: 16px;
  color: #434343;
  line-height: 24px;
}
body .se-2 .wrap .grid-box .box .bg-card ul.list-style {
  margin-left: 20px;
}
body .se-2 .wrap .grid-box .box .bg-card ul.list-style li {
  list-style: disc;
}
body .se-2 .wrap .grid-box .box .font-card {
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  margin: 110px 0px 0px 20px;
  padding: 20px;
  height: calc(100% - 110px);
}
body .se-2 .wrap .grid-box .box .font-card .title {
  margin-bottom: 15px;
  position: relative;
}
body .se-2 .wrap .grid-box .box .font-card .title span {
  border-radius: 15px;
  padding: 6px 15px 6px 40px;
  color: #fff;
  background-color: #ffa600;
  font-size: 14px;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
body .se-2 .wrap .grid-box .box .font-card .title img {
  width: 30px;
  position: absolute;
  left: 5px;
}
body .se-2 .wrap .grid-box .box .font-card .sub-title {
  font-size: 22px;
  color: #4c8123;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
}
body .se-2 .wrap .grid-box .box .font-card .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body .se-2 .wrap .grid-box .box .font-card .flex-box ul {
  margin-left: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body .se-2 .wrap .grid-box .box .font-card .flex-box ul li {
  font-size: 15px;
  line-height: 24px;
  list-style: disc;
  color: #4c8123;
}
body .se-2 .wrap .grid-box .box .font-card .flex-box .img {
  width: 165px;
}
body .se-2 .wrap .grid-box .box .font-card .flex-box .img img {
  vertical-align: bottom;
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1169px) {
  body .se-2 {
    background: #43721f url(../images/events/s1bg-t.png) no-repeat top center;
    min-height: 1100px;
  }
  body .se-2 .wrap {
    width: 90%;
  }
  body .se-2 .wrap .grid-box {
    gap: 120px 80px;
  }
  body .se-2 .wrap .grid-box .box .font-card {
    margin-top: 130px;
    height: calc(100% - 130px + 70px);
  }
  body .se-2 .wrap .grid-box .box .font-card .flex-box .img {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 20px;
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  body .se-2 {
    background: none;
    background-color: #4c8123;
    height: auto;
  }
  body .se-2 .wrap {
    width: 90%;
  }
  body .se-2 .wrap .se-title {
    font-size: 30px;
  }
  body .se-2 .wrap .grid-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 100px;
  }
  body .se-2 .wrap .grid-box .box .bg-card .title span {
    font-size: 14px;
  }
  body .se-2 .wrap .grid-box .box .font-card {
    margin-top: 110px;
    height: calc(100% - 110px + 70px);
  }
  body .se-2 .wrap .grid-box .box .font-card .title span {
    font-size: 15px;
  }
  body .se-2 .wrap .grid-box .box .font-card .sub-title {
    font-size: 19px;
  }
  body .se-2 .wrap .grid-box .box .font-card .flex-box .img {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: auto;
    height: 70px;
  }
}
@media screen and (max-width: 500px) {
  body .se-2 .wrap {
    padding-bottom: 140px;
  }
  body .se-2 .wrap .grid-box {
    gap: 110px;
  }
  body .se-2 .wrap .grid-box .box .font-card {
    margin-top: 130px;
    height: calc(100% - 120px + 70px);
  }
}
body .se-3 {
  background: url(../images/events/s2bg.png) no-repeat top center;
  width: 100%;
  height: 808px;
}
body .se-3 .wrap {
  position: relative;
  max-width: 1170px;
  width: 100%;
  margin: auto;
  padding-top: 70px;
}
body .se-3 .wrap .se-title {
  font-size: 36px;
  color: #4c8123;
  font-weight: bold;
  text-shadow: 1px 1px 2px #fff;
  text-align: center;
  margin-bottom: 20px;
}
body .se-3 .wrap .se-sub-title {
  font-size: 16px;
  color: #434343;
  text-align: center;
}
body .se-3 .wrap .img {
  max-width: 500px;
  margin: auto;
  padding-top: 30px;
}
body .se-3 .wrap .img img {
  width: 100%;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  body .se-3 {
    background: none;
    position: relative;
    height: auto;
  }
  body .se-3 .bg-img {
    display: block;
    width: 100%;
  }
  body .se-3 .bg-img img {
    width: 100%;
    vertical-align: top;
  }
  body .se-3 .wrap {
    width: 90%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
  body .se-3 .wrap .se-sub-title {
    line-height: 1.6;
  }
  body .se-3 .wrap .img {
    width: 100%;
    padding-top: 5%;
  }
}
body .se-4 {
  background: url(../images/events/s3bg.jpg) no-repeat top center;
  width: 100%;
  height: 730px;
}
body .se-4 .wrap {
  position: relative;
  max-width: 1170px;
  width: 100%;
  margin: auto;
  padding-top: 50px;
}
body .se-4 .wrap .info-box {
  width: 620px;
}
body .se-4 .wrap .se-title {
  font-size: 36px;
  color: #4c8123;
  font-weight: bold;
  text-shadow: 1px 1px 2px #fff;
  text-align: center;
  margin-bottom: 20px;
}
body .se-4 .wrap .se-sub-title {
  font-size: 16px;
  color: #434343;
  text-align: center;
  margin-bottom: 10px;
}
body .se-4 .wrap .img {
  width: 100%;
  max-width: 560px;
  text-align: center;
  margin: 0 auto 10px;
}
body .se-4 .wrap .img .rwd-mb {
  display: none;
}
body .se-4 .wrap .btn-row {
  text-align: center;
  margin: 10px 0;
}
body .se-4 .wrap .btn-row .btn {
  display: inline-block;
  background-color: #ffa600;
  padding: 15px 30px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 6px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
body .se-4 .wrap .btn-row .btn:hover {
  background-color: #ff8400;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
@media screen and (min-width: 769px) and (max-width: 1169px) {
  body .se-4 .wrap {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  body .se-4 {
    background: none;
    position: relative;
    height: auto;
  }
  body .se-4 .bg-img {
    display: block;
    width: 100%;
  }
  body .se-4 .bg-img img {
    width: 100%;
    vertical-align: top;
  }
  body .se-4 .wrap {
    width: 90%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
  body .se-4 .wrap .se-title {
    line-height: 1.4;
  }
  body .se-4 .wrap .info-box {
    width: 100%;
  }
  body .se-4 .wrap .info-box .img .rwd-pc {
    display: none;
  }
  body .se-4 .wrap .info-box .img .rwd-mb {
    display: block;
    width: 100%;
    vertical-align: top;
  }
  body .se-4 .wrap .btn-row .btn {
    font-size: 17px;
  }
}