.note-border{
    margin-top:50px;
    font-family: 'Noto Sans TC', sans-serif;
    width: 100%;
    letter-spacing: 1px;
    margin-bottom: 80px;
}
a.phone-link {
    color: #11232D; /* 设置链接颜色 */
    text-decoration: none; /* 移除下划线 */
    font-weight: bold; /* 设置粗体 */
    text-decoration: underline; 
}
.note-informaiton-title{
    margin-top:120px;
    color: #ffc440;
    font-size: 90px;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    transform: skew(-10deg);
    margin-bottom: 30px;
}
.note-main{
    max-width: 1200px;
    width: 80%;
    min-width: 320px;   
}
.note-information-border{
    background-color: #ffc440;
    display: flex;
    clip-path: polygon(0 0, 100% 0%, 98% 100%, 0% 100%);
    margin-bottom: 15px;
}
.note-information-header{
    color:#ffc440;
    padding: 5px 10px;
    border-right: #11232D solid 2px;
}
.note-informaiotn-header-label{
    background-color: #11232D;
    width: 75px;
    height: 30px;
    line-height: 30px;
    letter-spacing: 3px;
}
.note-information-detail{
    padding:5px 10px 5px 10px;
    color:#11232D;
    text-align: left;
}

@media (max-width:768px){
    .note-informaiton-title{
        font-size: 65px;
    }
}
@media (max-width:576px){
    a.phone-link {
        color: #ffc440; /* 设置链接颜色 */
    }
    .note-informaiton-title{
        font-size: 45px;
    }
    .note-information-border{
        background-color: #11232D;
        display: block;
    }
    .note-information-header{
        color:#11232D;
        border-right: none;
    }
    .note-informaiotn-header-label{
        background-color: #ffc440;
        clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    }
    .note-information-detail{
        color:#ffc440;
        text-align: center;
    }
}