html {
  scroll-behavior: smooth;
}

.visual_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: #1c5c41;
  overflow: hidden;
}
.visual_wrap .page_down {
  position: absolute;
  bottom: 13%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 20;
}
.visual_wrap .page_down:hover {
  animation-name: bounce;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.visual_wrap .visual {
  width: 100%;
  height: 100vh;
  padding: 0;
  margin: 0;
}
.visual_wrap .swiper {
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.visual_wrap .swiper-slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.2s;
}
.visual_wrap .swiper-pagination {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  bottom: 5%;
  left: 5%;
  width: auto;
  /* transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%); */
}
.visual_wrap .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px dashed rgb(255, 255, 255);
  opacity:.6;
  transition-duration:.3s;
}
.visual_wrap .swiper-pagination-bullet-active {
  width: 25px;
  height: 25px;
  background: transparent;
  border: 3px dotted rgb(255, 208, 0);
  opacity:1;
  transition-duration:.7s;
  transform: rotate( 360deg );
}
.visual_wrap .swiper-button-prev,
.visual_wrap .swiper-button-next {
  display: none;
}
.visual_wrap .swiper-slide .bg {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1);
  transition: 0.5s;
  position: relative;
}
.visual_wrap .swiper-slide .bg::after {  
  position: absolute;
  content:'';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 30%);
  z-index:2;
}
.visual_wrap .swiper-slide .ca_wrap {
  display: flex;
  gap: 1rem;
  position: absolute;
  bottom: 10%;
  left: 50%;
  padding: 0;
  margin: 3rem auto 0 auto;
  opacity: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: 0.5s;
}
.visual_wrap .swiper-slide .ca_wrap img {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.visual_wrap .swiper-slide .ca_wrap > div:hover img {
  margin-top: -2rem;
  padding-bottom: 2rem;
}
.visual_wrap .swiper-slide .ca_wrap h2 {
  font-family: system-ui, -apple-system, "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  color: #fff;
  letter-spacing: 0;
  padding: 0;
  margin: 1rem 0 0 0;
}
.visual_wrap .swiper-slide .ca_wrap p {
  font-family: "Jost", "Roboto", system-ui, -apple-system, "Noto Sans",
    sans-serif;
  font-size: 0.9rem;
  color: rgb(255, 255, 255, 0.5);
  padding: 0;
  margin: 0;
}
.visual_wrap .swiper-slide .center_wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  /* height: 50vh; */
  text-align: center;
  padding: 0;
  margin: 0 auto;
  color: #fff;
  word-break: keep-all;
  word-wrap: break-word;
  transition: 0.5s;
  z-index: 2;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}
.visual_wrap .swiper .center_wrap h1 {
  font-family: "GmarketSansMedium", "Roboto", system-ui, -apple-system, "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  text-align: center;
  padding: 0;
  margin: 2rem auto;
  opacity: 0;
  transition: 0.5s;
}
.visual_wrap .swiper .center_wrap h1 span {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.7);
}
.visual_wrap .swiper .center_wrap .con {
  width: 100%;
  font-family: system-ui, -apple-system, "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 1);
  line-height: 1.2;
  text-align: center;
  padding: 0;
  margin: 2rem auto;
  opacity: 0;
  transition: 0.5s;
}
.visual_wrap .swiper .center_wrap .con2 {
  width: 100%;
  font-family: system-ui, -apple-system, "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.2;
  text-align: center;
  padding: 0;
  margin: 2rem auto;
  opacity: 0;
  transition: 0.5s;
}
.visual_wrap .swiper-slide .text_wrap {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: absolute;
  top: 50%;
  left: 5%;
  width: 50%;
  height: 50vh;
  text-align: left;
  color: #fff;
  word-break: keep-all;
  word-wrap: break-word;
  transition: 0.5s;
  z-index: 2;
}
.visual_wrap .swiper .text_wrap h1 {
  font-family: "GmarketSansMedium", "Roboto", system-ui, -apple-system, "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  color: #fff;
  margin-top: 3rem;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.visual_wrap .swiper .text_wrap h1 strong {
  font-weight: 600;
  font-size: 5rem;
}
.visual_wrap .swiper .text_wrap .con {
  position: relative;
  font-family:  "Jost", system-ui, -apple-system, "Noto Sans", sans-serif;
  font-weight: 200;
  font-size: 3rem;
  color: rgba(255, 255, 255, 1);
  padding: 0 0 0 0;
  margin-top: 3rem;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.visual_wrap .swiper .text_wrap .con strong {
  display: block;
  font-weight: 600;
  font-size: 1.1rem;
  color: rgb(12, 32, 105, 0.8);
  margin-bottom: 0.5rem;
}
.visual_wrap .swiper .text_wrap .con2 {
  position: relative;
  font-weight: 400;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  padding: 2rem 0 0 0;
  margin-top: 3rem;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.visual_wrap .swiper .text_wrap .bt {
  padding-top: 2rem;
  margin-top: 3rem;
  opacity: 0;
}
.visual_wrap .swiper .text_wrap a {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 1);
  background-color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 1.5rem;
  padding: 0.5rem 2rem;
  transition: all 0.2s;
}
.visual_wrap .swiper .text_wrap a:hover {
  color: rgba(255, 255, 255, 1);
  background-color: #0c2069;
  border: 1px solid #0c2069;
}
.visual_wrap .swiper-slide .img_wrap {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
  padding-left: 0;
  opacity: 0;
  transition: all 0.3s ease-out;
  z-index: 1;
}
.visual_wrap .swiper-slide-active .bg {
  transform: scale(1.15);
  transition-duration: 2s;
  transition-delay: 2.5s;
}
.visual_wrap .swiper-slide-active .center_wrap h1 {
  opacity: 1;
  margin: 0 auto;
  transition-duration: 1s;
  transition-delay: 1s;
}
.visual_wrap .swiper-slide-active .center_wrap .con {
  opacity: 1;
  margin: 0 auto;
  transition-duration: 1s;
  transition-delay: 1.5s;
}
.visual_wrap .swiper-slide-active .center_wrap .con2 {
  opacity: 1;
  margin: 0 auto;
  transition-duration: 1s;
  transition-delay: 2s;
}
.visual_wrap .swiper-slide-active .center_wrap {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition-duration: 0.5s;
  transition-delay: 2.5s;
}
.visual_wrap .swiper-slide-active .ca_wrap {
  opacity: 1;
  margin-top: 0;
  transition-duration: 1s;
  transition-delay: 1.5s;
}
.visual_wrap .swiper-slide-active .text_wrap h1 {
  opacity: 1;
  margin-top: 0;
  transition-duration: 1s;
  transition-delay: 0.5s;
}
.visual_wrap .swiper-slide-active .text_wrap .con {
  opacity: 1;
  margin-top: -20px;
  transition-delay: 1s;
  transition-duration: 1s;
}
.visual_wrap .swiper-slide-active .text_wrap .con2 {
  opacity: 1;
  margin-top: 0;
  transition-delay: 1.5s;
  transition-duration: 1s;
}
.visual_wrap .swiper-slide-active .text_wrap .bt {
  opacity: 1;
  margin-top: 0;
  transition-delay: 1.5s;
  transition-duration: 1s;
}
.visual_wrap .swiper-slide-active .img_wrap {
  opacity: 1;
  padding-left: 55%;
  transition-delay: 1.5s;
  transition-duration: 1s;
}
@media (max-width: 991.98px) {
  .visual_wrap .swiper-slide .center_wrap {
    width: 70%;
  }
  .visual_wrap .swiper-slide .text_wrap {
    left: 5%;
    width: 70%;
  }
  .visual_wrap .swiper-slide .img_wrap img {
    transform: scale(0.8);
  }
  .visual_wrap .swiper-slide-active .img_wrap {
    padding-left: 40%;
  }
  .visual_wrap .swiper-slide .ca_wrap {
    width: 98%;
    gap: 0.5rem;
  }
  .visual_wrap .swiper-slide .ca_wrap img {
    width: 100%;
  }
  .visual_wrap .swiper-slide .ca_wrap h2 {
    font-size: 0.9rem;
  }
  .visual_wrap .swiper-slide .ca_wrap p {
    font-size: 0.7rem;
  }
}
@media (max-width: 767.98px) {
  .visual_wrap .swiper-slide .center_wrap {
    top: 45%;
    width: 100%;
    padding: 0 1.5rem;
  }
  .visual_wrap .swiper-slide .center_wrap h1 {
    font-size: 1.8rem;
  }
  .visual_wrap .swiper-slide .center_wrap .con br,
  .visual_wrap .swiper-slide .center_wrap .con2 br{
    display: none;
  }
  .visual_wrap .swiper-slide .ca_wrap {
    width: 95%;
    bottom: 20%;
  }
  .visual_wrap .swiper-slide .text_wrap {
    width: 100%;
    top: 55%; 
    padding:0;
  }
  .visual_wrap .swiper-slide .text_wrap h1 {
    font-size: 2.5rem;
  }
  .visual_wrap .swiper-slide .text_wrap h1 strong {
    font-size: 2rem;
  }
  .visual_wrap .swiper-slide .text_wrap > div {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .visual_wrap .swiper-slide .text_wrap .con {
    width: 100%;
    padding: 1rem 0 0 0;
    font-size: 1.5rem;
  }
  .visual_wrap .swiper-slide .text_wrap .con2 {
    width: 100%;
  }
  .visual_wrap .swiper-slide .text_wrap .con2 br{
    display: none;
  }
  .visual_wrap .swiper-slide .img_wrap {
    bottom: -15%;
    margin-bottom: 0;
  }
  .visual_wrap .swiper-slide .img_wrap img {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
  }
  .visual_wrap .swiper-slide-active .img_wrap {
    justify-content: center;
    text-align: center;
    padding-left: 0;
    margin: 0 auto;
  }
  .visual_wrap .page_down {
    display: none;
  }
}


.business_wrap{
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 3rem 1rem;
  margin: 0 auto;
  background-color: #eceae8;
}
.business_wrap .wrap{
  display: flex;
  gap: 50px;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1100px;
  padding: 0;
  margin: 0;
}
.business_wrap .box{
  background-color: #fff;
  padding: 2rem;
  margin: 0;
  border-radius: 1rem;
}
.business_wrap h5{
  font-family: "GmarketSansMedium", "Roboto", system-ui, -apple-system, "Noto Sans", sans-serif;
  font-size: 1.2rem;
  color: #111;
  padding-bottom: 1rem;
}
.business_wrap .box .items{
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  text-align: center;
}
.business_wrap .box .items .pic{
  border-radius: .8rem 0;
  overflow: hidden;
}
.business_wrap .box .items .pic img{
  width: 140px;
  height: 90px;
  object-fit: cover;
  transition: .3s;
}
.business_wrap .box .items p{
  font-family: "GmarketSansMedium", "Roboto", system-ui, -apple-system, "Noto Sans", sans-serif;
  font-size: .88rem;
  font-weight: 500;
  padding: 1rem 0 0 0;
  margin: 0;
}
.business_wrap .box .items>div:hover img{
  scale: 1.1;
}
.business_wrap .box .items a:hover,
.business_wrap .box .items>div:hover p a{
  color: #1c5c41;
  transition: .3s;
}
@media (max-width: 1099px) {
  .business_wrap .wrap{
    flex-wrap: wrap;
    gap: 20px;
  }
  .business_wrap .box{
    width: 100%;
  }
  .business_wrap .box .items{
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .business_wrap .box .items{
    flex-wrap: wrap;
    gap: 1rem;
  }
  .business_wrap .box .items>div{
    width: calc(50% - 0.5rem);
  }
  .business_wrap .box .items .pic img{
    width: 100%;
    height: auto;
  }
}


.donation_wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5rem 1rem;
  margin: 0 auto;
  background-color: #1c5c41;
}
.donation_wrap h1{
  font-family: "GmarketSansLight", "Roboto", system-ui, -apple-system, "Noto Sans", sans-serif;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
}
.donation_wrap h1 strong{
  font-family: "GmarketSansMedium", "Roboto", system-ui, -apple-system, "Noto Sans", sans-serif;
}
.donation_wrap .tt_sub{
  display: inline;
  background-color: #19523a;
  border: 1px dashed #658477;
  border-radius: 2rem;
  padding: .5rem 1.5rem;
  font-size: .7rem;
  color: #86a497;
}
.donation_wrap .chart_wrap{
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: flex-start;
  margin-top: 3rem;
}
.donation_wrap .chart_wrap>div{
  padding: 3rem 2rem 5rem 2rem;
  transition: all .3s;
}
.donation_wrap .chart_wrap>div:hover{
  background: #fffee7;
  border-radius: 7rem 7rem 0 7rem;
}
.donation_wrap .chart_wrap .t1{
  font-family: "GmarketSansMedium", "Roboto", system-ui, -apple-system, "Noto Sans", sans-serif;
  font-size: 1.1rem;
  color: #9ecfba;
  text-align: center;
  margin-top: 3rem;
}
.donation_wrap .chart_wrap>div:hover .t1{
  font-family: "GmarketSansBold", "Roboto", system-ui, -apple-system, "Noto Sans", sans-serif;
  color: #2b7d5a;
}
.donation_wrap .chart_wrap .t2{  
  font-family: "Roboto", system-ui, -apple-system, "Noto Sans", sans-serif;
  font-weight: 300;
  font-size: .7rem;
  color: rgb(158, 207, 186, .4);
  text-align: center;
}
.donation_wrap .chart_wrap>div:hover .t2{
  color: #9fbebe;
}
.donation_wrap .chart_wrap .circleChart_text{
  font-family: "GmarketSansBold", "Roboto", system-ui, -apple-system, "Noto Sans", sans-serif;
  color: #fff;
}
.donation_wrap .chart_wrap .circleChart_text span{
  font-family: "GmarketSansLight", "Roboto", system-ui, -apple-system, "Noto Sans", sans-serif;
  font-size: .95rem;
}
.donation_wrap .chart_wrap .circle1:hover .t1,
.donation_wrap .chart_wrap .circle1 .circleChart,
.donation_wrap .chart_wrap .circle1 .circleChart_text{
  color: #ff7200;
}
.donation_wrap .chart_wrap .circle2:hover .t1,
.donation_wrap .chart_wrap .circle2 .circleChart,
.donation_wrap .chart_wrap .circle2 .circleChart_text{
  color: #39b42c;
}
.donation_wrap .chart_wrap .circle3:hover .t1,
.donation_wrap .chart_wrap .circle3 .circleChart,
.donation_wrap .chart_wrap .circle3 .circleChart_text{
  color: #986af5;
}
.donation_wrap .chart_wrap .circle4:hover .t1,
.donation_wrap .chart_wrap .circle4 .circleChart,
.donation_wrap .chart_wrap .circle4 .circleChart_text{
  color: #00baff;
}
.donation_wrap .chart_wrap .circle5:hover .t1,
.donation_wrap .chart_wrap .circle5 .circleChart,
.donation_wrap .chart_wrap .circle5 .circleChart_text{
  color: #f66277;
}
@media (max-width: 767.98px) {
  .donation_wrap h1{
    font-size: 1.4rem;
  }
  .donation_wrap .chart_wrap{
    /* flex-direction: column; */
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: 1rem;
  }
  .donation_wrap .chart_wrap>div{
    padding: 1.5rem 1rem;
    width: 45%;
  }
  .donation_wrap .chart_wrap .t1{
    margin-top: 1.5rem;
  }
}


.bbs_wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5rem 1rem;
  margin: 0 auto;
}
.bbs_wrap h1{
  font-family: "GmarketSansLight", "Roboto", system-ui, -apple-system, "Noto Sans", sans-serif;
  font-size: 1.6rem;
  color: #111;
  text-align: center;
}
.bbs_wrap h1 img{
  padding: 0 0 1rem 0;
}
.bbs_wrap h1 strong{
  font-family: "GmarketSansMedium", "Roboto", system-ui, -apple-system, "Noto Sans", sans-serif;
}
.bbs_wrap .tt_sub{
  display: inline;
  border: 1px dashed #e7e7e6;
  border-radius: 2rem;
  padding: .5rem 1.5rem;
  font-size: .7rem;
  color: #858585;
}
.bbs_items{
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  width: 100%;
  max-width: 1180px;
  padding: 0;
  margin: 4rem auto 0 auto;
}
.bbs_items>div{
  width: calc(50% - 2rem);
  padding: 0;
  margin: 0;
}
.bbs_items .tt{
  font-family: "GmarketSansMedium", "Roboto", system-ui, -apple-system, "Noto Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0;
  margin: 0 0 .5rem 0;
}
.bbs_items .list{
  display: flex;
  flex-direction: column;
  gap: .5rem;
  padding: 0;
  margin: 0;
}
.bbs_items .list a{
  display: block;
  width: 100%;
  padding: 1rem 1.5rem;
  margin: 0;
  font-family: "GmarketSansMedium", "Roboto", system-ui, -apple-system, "Noto Sans", sans-serif;
  font-size: .95rem;
  color: #666;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: .5rem;
  box-shadow: 0px 8px 6px -6px #979797;
  transition: all 0.2s; 
}
.bbs_items .list a:hover{
  color: #fff;
  background-color: #1c5c41;
  border: 1px solid rgb(28, 92, 65, .6);
  box-shadow: 0px 8px 6px -6px rgb(28, 92, 65, .6);
}
@media (max-width: 767.98px) {
  .bbs_items>div{
    width: 100%;
  }
}


.media_wrap {
  width: 100%;
  /* height: 100%; */
  padding: 5rem 0 3rem 0;
  margin: 0 auto;
  display: flex;  
  justify-content: center;
  align-items: center;
  /* background: #eff3f5; */
  background: #151515;
}
.media_wrap .media_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  max-width: 1100px;
  padding: 0;
  margin: 0;
}

.vod_wrap {
  float: left;
  width: 100%;
  margin: auto;
  padding: 0px 0px 30px 0px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.vod_wrap .video {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: auto;
  text-align: center;
  overflow: hidden;
}
.vod_wrap iframe,
.vod_wrap object,
.vod_wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
.vod_wrap .vod_play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .media_wrap {
    padding: 3rem 0 1.5rem 0;
  }
  .media_wrap .media_box {
    flex-direction: column;
    width: 90%;
    max-width: 90%;
  }
}
