.arshine-about {
  padding: clamp(30px, 4.166667vw, 80px) 0 0;
}
.arshine-about h1 {
  font-size: clamp(24px, 1.88vw, 36px);
  color: var(--color-primary);
  line-height: 1;
  font-family: var(--font-family1);
  text-align: center;
  font-weight: bold;
}
.arshine-about h1::after {
  content: "";
  background: var(--color-primary);
  width: 40px;
  height: 4px;
  margin: 11px auto 0;
  display: block;
}

.arshine-about .txt {
  margin: 50px 0 0;
  line-height: 24px;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
}

.arshine-about .txt p{
  line-height: 30px;
  font-size: clamp(14px, 0.94vw, 18px);
  color: #666666;
  font-weight: 400;
}

.arshine-about .txt p ~ p {
  margin-top: 15px;
}
.arshine-about .v {
  width: 44.5%;
  position: relative;
  display: block;
  overflow: hidden;
  float: right;
  margin: 0 0 20px 30px;
}
.arshine-about .v img {
  width: 100%;
  display: block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.arshine-about .v .play{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.arshine-about .v:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}



@media screen and (max-width: 991px) {

  .arshine-about .txt {
    margin: 20px 0;
  }
  .arshine-about .txt p ~ p {
    margin-top: 10px;
  }
  .arshine-about .v {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
}




.arshine2-indicator_card {
  padding: 30px 0 clamp(30px, 4.166667vw, 80px) 0;
}

.arshine2-indicator_card ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.arshine2-indicator_card ul li {
  text-align: center;
}

.arshine2-indicator_card ul li h5 {
  color: var(--color-primary);
  display: inline-block;
  position: relative;
}

.arshine2-indicator_card ul li h5 span{
  font-size: clamp(24px, 3.13vw, 60px);
  line-height: 1;
  color: var(--color-primary);
}

.arshine2-indicator_card ul li h5::after {
  content: attr(date-txt);
  position: relative;
  left: 10px;
  top: 0px;
  color: var(--color-primary);
  font-size: clamp(16px, 1.25vw, 24px);
}

.arshine2-indicator_card ul li p {
  font-size: clamp(14px, 0.94vw, 18px);
  color: #333;
  line-height: 24px;
  margin: 5px 0 0;
}








@media screen and (max-width:992px) {
  .arshine2-indicator_card ul li p {
  line-height: 20px;
  }
}

@media screen and (max-width:991px) {



  .arshine2-indicator_card ul li {
    width: 50%;
    padding: 15px 0;
  }

}




.arshine-cert-list {
  padding: clamp(30px, 4.166667vw, 80px) 0;
}
.arshine-cert-list h3 {
  font-size: clamp(24px, 1.88vw, 36px);
  color: var(--color-primary);
  line-height: 1;
  font-family: var(--font-family1);
  text-align: center;
  font-weight: bold;
}
.arshine-cert-list h3::after {
  content: "";
  background: var(--color-primary);
  width: 40px;
  height: 4px;
  margin: 11px auto 0;
  display: block;
}

.arshine-cert-list .list {
  margin-top: 50px;
  position: relative;
}
.arshine-cert-list .list a {
  height: 278px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.arshine-cert-list .list .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}

.arshine-cert-list .swiper-button-prev,
.arshine-cert-list .swiper-button-next {
  width: 46px;
  height: 46px;
  background: none;
  color: #919191;
  margin-top: -23px;
  text-align: center;
}
.arshine-cert-list .swiper-button-prev::after,
.arshine-cert-list .swiper-button-next::after {
  display: none;
}
.arshine-cert-list .swiper-button-prev i,
.arshine-cert-list .swiper-button-next i {
  font-size: 40px;
  line-height: 46px;
  color: inherit;
}
.arshine-cert-list .swiper-button-prev,
.arshine-cert-list .swiper-container-rtl .swiper-button-next {
  left: -60px;
  right: auto;
}
.arshine-cert-list .swiper-button-next,
.arshine-cert-list .swiper-container-rtl .swiper-button-prev {
  right: -60px;
  left: auto;
}
.arshine-cert-list .swiper-button-prev:hover,
.arshine-cert-list .swiper-button-next:hover {
  color: var(--color-primary);
}

.arshine-cert-list .swiper-pagination {
  display: none;
  position: static;
  width: 100%;
  margin-top: 25px;
}
.arshine-cert-list .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  background: #e0e0e0;
  margin: 0 4px;
  border-radius: 50%;
  opacity: 1;
}
.arshine-cert-list .swiper-pagination-bullet-active {
  background: #999;
}



@media screen and (max-width: 1367px) {

  .arshine-cert-list .swiper-button-prev,
  .arshine-cert-list .swiper-button-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  .arshine-cert-list .swiper-button-prev i,
  .arshine-cert-list .swiper-button-next i {
    font-size: 30px;
    line-height: 40px;
  }
  .arshine-cert-list .swiper-button-prev,
  .arshine-cert-list .swiper-container-rtl .swiper-button-next {
    left: -50px;
  }
  .arshine-cert-list .swiper-button-next,
  .arshine-cert-list .swiper-container-rtl .swiper-button-prev {
    right: -50px;
  }
}

@media screen and (max-width: 1281px) {
  .arshine-cert-list h3 {
  }

  .arshine-cert-list .swiper-button-prev,
  .arshine-cert-list .swiper-button-next {
    display: none;
  }
  .arshine-cert-list .swiper-pagination {
    display: block;
  }
}



@media screen and (max-width: 991px) {

  .arshine-cert-list .list {
    margin-top: 25px;
  }
  .arshine-cert-list .list a {
    height: 200px;
  }
}



@media screen and (max-width: 480px) {

  .arshine-cert-list ul li {
    width: 50%;
  }
}





.arshine-pic-list {
  padding: clamp(30px, 4.166667vw, 80px) 0;
}
.arshine-pic-list h3 {
    font-size: clamp(24px, 1.88vw, 36px);
    color: var(--color-primary);
    line-height: 1;
    font-family: var(--font-family1);
    text-align: center;
    font-weight: bold;
}
.arshine-pic-list h3::after {
  content: "";
  background: var(--color-primary);
  width: 40px;
  height: 4px;
  margin: 11px auto 0;
  display: block;
}

.arshine-pic-list .list {
  position: relative;
  margin: 50px 0 0;
}
.arshine-pic-list .list .swiper-slide a {
  display: block;
  width: 100%;
}
.arshine-pic-list .list .swiper-slide a img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.arshine-pic-list .swiper-pagination {
  position: static;
  width: 100%;
  margin-top: 35px;
  font-size: 0;
}
.arshine-pic-list .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 10px;
  background: #e0e0e0;
  border-radius: 50%;
  opacity: 1;
}
.arshine-pic-list .swiper-pagination-bullet-active {
  background: #999;
}





@media screen and (max-width: 991px) {

  .arshine-pic-list .list {
    margin: 25px 0 0;
  }
  .arshine-pic-list .swiper-pagination {
    margin-top: 25px;
  }
  .arshine-pic-list .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 4px;
  }
}

.arshine-partner {
  padding: clamp(30px, 4.166667vw, 80px) 0;
}
.arshine-partner h3 {
    font-size: clamp(24px, 1.88vw, 36px);
    color: var(--color-primary);
    line-height: 1;
    font-family: var(--font-family1);
    text-align: center;
    font-weight: bold;
}
.arshine-partner h3::after {
  content: "";
  background: var(--color-primary);
  width: 40px;
  height: 4px;
  margin: 11px auto 0;
  display: block;
}

.arshine-partner ul {
  margin: 30px -20px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.arshine-partner ul li {
  width: 20%;
  padding: 20px;
  box-sizing: border-box;
}
.arshine-partner ul li .pic {
  box-sizing: border-box;
  cursor: pointer;
}
.arshine-partner ul li .pic img {
  display: inline-block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}



.arshine-about {
  padding: clamp(30px, 4.166667vw, 80px) 0 0;
}
.arshine-about h1 {
  font-size: clamp(24px, 1.88vw, 36px);
  color: var(--color-primary);
  line-height: 1;
  font-family: var(--font-family1);
  text-align: center;
  font-weight: bold;
}
.arshine-about h1::after {
  content: "";
  background: var(--color-primary);
  width: 40px;
  height: 4px;
  margin: 11px auto 0;
  display: block;
}

.arshine-about .txt {
  margin: 50px 0 0;
  line-height: 24px;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
}

.arshine-about .txt p{
  line-height: 30px;
  font-size: clamp(14px, 0.94vw, 18px);
  color: #666666;
  font-weight: 400;
}

.arshine-about .txt p ~ p {
  margin-top: 15px;
}
.arshine-about .v {
  width: 44.5%;
  position: relative;
  display: block;
  overflow: hidden;
  float: right;
  margin: 0 0 20px 30px;
}
.arshine-about .v img {
  width: 100%;
  display: block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.arshine-about .v .play{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.arshine-about .v:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}



@media screen and (max-width: 991px) {

  .arshine-about .txt {
    margin: 20px 0;
  }
  .arshine-about .txt p ~ p {
    margin-top: 10px;
  }
  .arshine-about .v {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
}




.arshine2-indicator_card {
  padding: 30px 0 clamp(30px, 4.166667vw, 80px) 0;
}

.arshine2-indicator_card ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.arshine2-indicator_card ul li {
  text-align: center;
}

.arshine2-indicator_card ul li h5 {
  color: var(--color-primary);
  display: inline-block;
  position: relative;
}

.arshine2-indicator_card ul li h5 span{
  font-size: clamp(24px, 3.13vw, 60px);
  line-height: 1;
  color: var(--color-primary);
}

.arshine2-indicator_card ul li h5::after {
  content: attr(date-txt);
  position: relative;
  left: 10px;
  top: 0px;
  color: var(--color-primary);
  font-size: clamp(16px, 1.25vw, 24px);
}

.arshine2-indicator_card ul li p {
  font-size: clamp(14px, 0.94vw, 18px);
  color: #333;
  line-height: 24px;
  margin: 5px 0 0;
}








@media screen and (max-width:992px) {
  .arshine2-indicator_card ul li p {
  line-height: 20px;
  }
}

@media screen and (max-width:991px) {



  .arshine2-indicator_card ul li {
    width: 50%;
    padding: 15px 0;
  }

}




.arshine-cert-list {
  padding: clamp(30px, 4.166667vw, 80px) 0;
}
.arshine-cert-list h3 {
  font-size: clamp(24px, 1.88vw, 36px);
  color: var(--color-primary);
  line-height: 1;
  font-family: var(--font-family1);
  text-align: center;
  font-weight: bold;
}
.arshine-cert-list h3::after {
  content: "";
  background: var(--color-primary);
  width: 40px;
  height: 4px;
  margin: 11px auto 0;
  display: block;
}

.arshine-cert-list .list {
  margin-top: 50px;
  position: relative;
}
.arshine-cert-list .list a {
  height: 278px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.arshine-cert-list .list .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}

.arshine-cert-list .swiper-button-prev,
.arshine-cert-list .swiper-button-next {
  width: 46px;
  height: 46px;
  background: none;
  color: #919191;
  margin-top: -23px;
  text-align: center;
}
.arshine-cert-list .swiper-button-prev::after,
.arshine-cert-list .swiper-button-next::after {
  display: none;
}
.arshine-cert-list .swiper-button-prev i,
.arshine-cert-list .swiper-button-next i {
  font-size: 40px;
  line-height: 46px;
  color: inherit;
}
.arshine-cert-list .swiper-button-prev,
.arshine-cert-list .swiper-container-rtl .swiper-button-next {
  left: -60px;
  right: auto;
}
.arshine-cert-list .swiper-button-next,
.arshine-cert-list .swiper-container-rtl .swiper-button-prev {
  right: -60px;
  left: auto;
}
.arshine-cert-list .swiper-button-prev:hover,
.arshine-cert-list .swiper-button-next:hover {
  color: var(--color-primary);
}

.arshine-cert-list .swiper-pagination {
  display: none;
  position: static;
  width: 100%;
  margin-top: 25px;
}
.arshine-cert-list .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  background: #e0e0e0;
  margin: 0 4px;
  border-radius: 50%;
  opacity: 1;
}
.arshine-cert-list .swiper-pagination-bullet-active {
  background: #999;
}



@media screen and (max-width: 1367px) {

  .arshine-cert-list .swiper-button-prev,
  .arshine-cert-list .swiper-button-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  .arshine-cert-list .swiper-button-prev i,
  .arshine-cert-list .swiper-button-next i {
    font-size: 30px;
    line-height: 40px;
  }
  .arshine-cert-list .swiper-button-prev,
  .arshine-cert-list .swiper-container-rtl .swiper-button-next {
    left: -50px;
  }
  .arshine-cert-list .swiper-button-next,
  .arshine-cert-list .swiper-container-rtl .swiper-button-prev {
    right: -50px;
  }
}

@media screen and (max-width: 1281px) {
  .arshine-cert-list h3 {
  }

  .arshine-cert-list .swiper-button-prev,
  .arshine-cert-list .swiper-button-next {
    display: none;
  }
  .arshine-cert-list .swiper-pagination {
    display: block;
  }
}



@media screen and (max-width: 991px) {

  .arshine-cert-list .list {
    margin-top: 25px;
  }
  .arshine-cert-list .list a {
    height: 200px;
  }
}



@media screen and (max-width: 480px) {

  .arshine-cert-list ul li {
    width: 50%;
  }
}





.arshine-pic-list {
  padding: clamp(30px, 4.166667vw, 80px) 0;
}
.arshine-pic-list h3 {
    font-size: clamp(24px, 1.88vw, 36px);
    color: var(--color-primary);
    line-height: 1;
    font-family: var(--font-family1);
    text-align: center;
    font-weight: bold;
}
.arshine-pic-list h3::after {
  content: "";
  background: var(--color-primary);
  width: 40px;
  height: 4px;
  margin: 11px auto 0;
  display: block;
}

.arshine-pic-list .list {
  position: relative;
  margin: 50px 0 0;
}
.arshine-pic-list .list .swiper-slide a {
  display: block;
  width: 100%;
}
.arshine-pic-list .list .swiper-slide a img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.arshine-pic-list .swiper-pagination {
  position: static;
  width: 100%;
  margin-top: 35px;
  font-size: 0;
}
.arshine-pic-list .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 10px;
  background: #e0e0e0;
  border-radius: 50%;
  opacity: 1;
}
.arshine-pic-list .swiper-pagination-bullet-active {
  background: #999;
}





@media screen and (max-width: 991px) {

  .arshine-pic-list .list {
    margin: 25px 0 0;
  }
  .arshine-pic-list .swiper-pagination {
    margin-top: 25px;
  }
  .arshine-pic-list .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 4px;
  }
}

.arshine-partner {
  padding: clamp(30px, 4.166667vw, 80px) 0;
}
.arshine-partner h3 {
    font-size: clamp(24px, 1.88vw, 36px);
    color: var(--color-primary);
    line-height: 1;
    font-family: var(--font-family1);
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}
.arshine-partner h3::after {
  content: "";
  background: var(--color-primary);
  width: 40px;
  height: 4px;
  margin: 11px auto 0;
  display: block;
}



.arshine-partner .swiper-slide{position:relative;height:101px;background:#fff;border:1px solid #E1E1E1;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;}
.arshine-partner .swiper-slide img{display:block;max-width:100%;max-height:100%;transition:transform .5s;-webkit-transition:transform .5s;}
.arshine-partner .swiper-slide:hover{box-shadow:0 0 10px rgba(0,0,0,0.16);}

.arshine-partner .swiper-wrapper{
  transition-timing-function:linear!important;
}










