/* 獎助學金 */
.sti_box .sec_title{
    font-weight: unset;
}
.sti_bg{
    background: url(../images/sti_bg.png) right bottom no-repeat;
    margin-bottom: 3rem;
}
.sti_txt{
    width: 60%;
}
.sti_txt p{
    position: relative;
    padding: 0 0 0 4rem;
}
.sti_txt p::before{
    content: "";
    width: 50px;
    height: 25px;
    background: url(../images/icon_item.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.sti_dow{
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.left_icon{
    width: 80px;
    border-right: 1px solid #ccc;
    background: #fff;
    border-top-right-radius: 45%;
    border-bottom-right-radius: 45%;
    padding: 1.5rem 1rem;
    position: relative;
    z-index: 0;
}
.left_icon::before{
    content: "";
    width: 100%;
    height: 100%;
    border-right: 1px solid #ccc;
    border-top-right-radius: 45%;
    border-bottom-right-radius: 45%;
    padding: 1.5rem .5rem;
    position: absolute;
    left: 1rem;
    top: 0;
    z-index: -1;
}
.left_icon::after{
    content: "";
    width: 20px;
    height: 10px;
    background: #fff;
    position: absolute;
    top: 0px;
    right: -10px;
}
.sti_dow:hover{
    border: 1px solid #ff8552;
}
.sti_dow:hover .left_icon{
    border-right: 1px solid #ff8552;
    background: #ff8552;
}
.sti_dow:hover .left_icon::before{
    border-right: 1px solid #ff8552;
}
.sti_dow i{
    font-size: 2.5rem;
    background: linear-gradient(-135deg, #35a7e9, #737d8c);
    background: -webkit-linear-gradient(-135deg, #35a7e9, #737d8c);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.sti_dow:hover i{
    color: #fff;
}
.sti_dow h4{
    width: calc(100% - 80px);
    font-size: 1.125rem;
    padding: 1rem .5rem 1rem 2rem;
}
.sti_img i{
    font-size: 8rem;
    background: linear-gradient(-135deg, #35a7e9, #737d8c);
    background: -webkit-linear-gradient(-135deg, #35a7e9, #737d8c);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.sti_img:hover i{
    color: #35a7e9;
}
/* 活動資訊 */
.news_box::before{
    display: none;
}
.news_box.act_box{
    margin: 0 0 5rem 0;
    padding: 2rem 1.5rem;
    border-radius: 12px;
}
.act_box_img{
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 1rem;
}
.act_box_img img{
    width: 100%;
}
.act_year{
    color: #35A7E9;
    font-size: 1.125rem;
    margin-bottom: .5rem;
}
.act_title {
    position: relative;
    font-size: 1.375rem;
    padding: 0;
    margin-bottom: 2rem;
}
.act_box .act_title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}