.depart-contact.type5 .img img {
    background-image: url(https://isu35th.isu.edu.tw:8081/storage/images/80IERNikYKIDd1EZtHAJc4ccHIF4ds0HP0DlUJdd.png) !important;
}
.depart-explore.type5 .explore-img {
    aspect-ratio: 6 / 8 !important;
    width: 100%;
}
.block-container.type5 {
    column-gap: 0px !important;
    padding: 0px !important;
}
.depart-explore.type5 .explore-link:hover:before {
    height: 15% !important;
}
.deco3 {display:none;}
.ball {display:none;}
.depart-highlight {  background-image:url(https://isu35th.isu.edu.tw:8081/storage/images/XOxz00n59TCOiID0N4sqjmkPRJFGzxqMAJCJgCQw.webp) !important;}
body {
  background-image: 
 linear-gradient(to bottom, rgba(255,255,255,0.6), 
rgba(238,147,145,0.06));
background-position: center bottom;
background-repeat: no-repeat;
background-size:120%;
}
.depart-footer.type5 {
    background-color: #41bfbf !important;
}
.depart-explore.type5 .explore-link:before {
    background: #84d5de !important;
opacity: 0.8;
}
.depart-explore.type5 .explore-link:hover .explore-title {
    margin-bottom: 10px !important;
}
.depart-explore.type5 .explore-link {
    border-radius: 15px !important;
}
.depart_navBar .head .lang {
    background-color: #ee9391 !important;
	border-radius: 0px 0px 0px 20px !important;
}
.dropdown a:hover {
    color: #ffffff !important;
    background-color: #ffcc00 !important;
    padding: 3px;
}
.dropdown a {
    padding: 3px;
}
.depart-contact {display:none;}

.type5 .swiper-container .img img[data-v-5ff9fe25] {
    aspect-ratio: 1 / 0.45 !important;
}
/*最新消息背景*/
.block-container {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}
.depart-news {
    background: linear-gradient(135deg, #eaf9fb, #fceaea, #ffffff); /* 淡化主色系 */
    border-radius: 40px;
    padding: 20px;
    margin: 20px;
    box-shadow: 0 4px 12px rgba(132, 213, 222, 0.15); /* 淡藍綠陰影 */
    color: #444; /* 保持文字清晰但不刺眼 */
    font-family: 'Segoe UI', sans-serif;
}

.block-container.type5 {
max-width: 1500px !important;}
.depart-activity-container .swiper-wrapper {height:500px !important;}
 .depart-activity.type5 .activity-img img {
    border-radius: 20px !important;
    margin-top: 20px !important;
 }


/*手機尺寸*/
@media (max-width: 991px) {
    .type5[data-v-5ff9fe25] {
        margin-bottom: 50px;
        height: 80dvh;
        overflow: hidden;
        width: 100%;
    }
.type5 .swiper-container .img img {
	    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
}
.type5 .swiper-container .img {
        height: 80dvh !important;
    }
}
/*icon設計*/
.depart-news.type5 .news-category {
display:none;
}
.depart-news.type5 .btn-container .more {
  background-color: #eaf9fb !important; /* 淡藍綠，呼應主色系 */
  border: 2px solid #84d5de !important; /* 主色邊框 */
  border-radius: 50px !important;
  color: #003366 !important;
  display: inline-block !important;
  font-weight: 600 !important;
  letter-spacing: 0.05em !important;
  line-height: 1.5 !important;
  padding: 12px 40px !important;
  font-size: 1rem !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 10px rgba(132, 213, 222, 0.2) !important; /* 柔和陰影 */
}

.depart-news.type5 .btn-container .more:hover {
  background-color: #fceaea !important; /* 淡粉紅，呼應另一主色 */
  border-color: #ee9391 !important;
  color: #000 !important;
  box-shadow: 0 6px 14px rgba(238, 147, 145, 0.25) !important;
}
