.mb {
    display: none !important;
}
.pms {
    max-width: 1200px;
    margin: 0 auto 5vw;
}
.pms_kv {
    display: flex;
    flex-wrap: wrap;
}
.pms_kv h1 {
    font-family: "Microsoft JhengHei Light",微軟正黑體 Light,HelveticaNeueLT,Arial,Helvetica,sans-serif,"Noto Sans TC","Microsoft YaHei"!important;
}
.pms_kv-txt {
    width: 50%;
    background-color: black;
    color: white;
    padding: 0 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pms_kv-txt .tit {
    display: flex;
    align-items: center;
    font-size: 54px;
    line-height: 1.25;
    margin-bottom: 1rem;
    justify-content: space-between;
}
.pms_kv-txt .tit img {
    width: auto;
    height: 54px;
}
.pms_kv-txt .tit span {
    font-weight: bold;
}
.pms_kv-txt p {
    font-size: 18px;
    text-align: justify;
    line-height: 1.35;
}
.pms_kv-img {
    width: 50%;
}
.pms_kv-img img {
    width: 100%;
}
.pms_tit {
    margin: 3em 0;
}
.pms_tit h2 {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.25;
}
.pms_list {
    display: flex;
    gap: 1.5em;
    padding: 0 40px;
}
.pms_list .box {
    flex: 1;
}
.pms_list .box .box_img {
    border: 1px solid #aaa;
    display: block;
    width: 100%;
    margin-bottom: 1em;
}
.pms_list .box h3 {
    font-size: 1.75em;
    font-weight: bold;
    text-align: center;
}
.box_price {
    text-align: center;
    font-size: 18px;
    margin: 10px 0;
}
.box_price b {
    font-weight: bold;
}
.box_price small {
    display: block;
    font-size: 80%;
    color: #666;
    margin-top: 6px;
}
.box_txt {
    font-size: 16px;
    line-height: 1.25;
    padding: 0 8%;
}
.box_btn {
    font-size: 18px;
    display: block;
    text-align: center;
    padding: .375em 1.5em;
    margin: 1em auto;
    border: 1px solid black;
    max-width: 60%;
}
.pms a.box_btn {
    text-decoration: none;
}
.article-links {
    width: 90%;
    max-width: 880px;
    border-top: 1px solid #aaa;
    margin: 2rem auto;
    padding: 1.5rem 0;
    line-height: 1.5;
}
.article-links h3 {
    font-size: 1.25em;
    text-align: left;
    font-weight: 600;
    margin-bottom: 1rem;
}
.article-links ul li {
    list-style-type: square;
    margin-left: 1.25em;
}
.article-links a:hover {
    text-decoration-line: underline;
}

@media (max-width:1200px) {
    .pms_kv-txt .tit {
        font-size: 4.5vw;
        margin-bottom: .75rem;
    }
    .pms_kv-txt .tit img {
        height: 4.5vw;
    }
    .pms_kv-txt p {
        font-size: 1.5vw;
    }
}
@media (max-width:800px) {
    .pc {
        display: none !important;
    }
    .mb {
        display: block !important;
    }
    .pms_kv-img {
        width: 100%;
        order: 0;
    }
    .pms_kv-txt {
        width: 100%;
        padding: 7%;
        order: 1;
    }
    .pms_tit h2 {
        font-size: 6vw;
    }
    .pms_kv-txt .tit {
        font-size: 9.4vw;
        margin-bottom: .5rem;
    }
    .pms_kv-txt .tit img {
        height: 9.4vw;
    }
    .pms_kv-txt p {
        font-size: 3.25vw;
    }
    .pms_list {
        flex-direction: column;
        padding: 0 8%;
        align-items: center;
        max-width: 540px;
        margin: auto;
    }
}