:root {
    font-family: "微軟正黑體", "5FAE8EDF6B639ED19AD4", "Microsoft JhengHei", "PingFang TC", "Hiragino Sans CNS", sans-serif;
    color: #222222;
}

.phone_only {
    display: none
}

.content {
    width: 1164px;
    margin: auto;
    padding: 0px 0 100px 0;
    color: #222222;
}

.content h1 {
    font-size: 34px;
    font-weight: bold;
    color: #222222;
    padding: 0 0 47px 0;
    margin: 0 !important;
    line-height: normal;
}

.content>hr {
    height: 2.5px;
    margin: 44px 0 21px 0;
    background: #444;
}

.mtT20 {
    margin-top: -12px !important;
}

.paLR_10 {
    padding: 10px 15px 0 15px;
}

ul.a_name {
    display: flex;
    gap: 100px;
    width: calc(100% - 30px);
    margin: auto;
}

ul.a_name li {
    flex: 1;
    font-weight: bold;
    color: #222;
    list-style-type: none;

}

ul.a_name li a {
    display: block;
    width: fit-content;
    position: relative;
    color: #222 !important;
    text-decoration: none;
    font-size: 22px;
	white-space: nowrap;
}

ul.a_name li a:hover {
    color: #222 !important;
    text-decoration: underline !important;
}


ul.a_name li a::after {
    content: "";
    position: absolute;
    right: -23px;
    top: 41%;
    width: 8px;
    height: 8px;
    border-top: #222 solid 2px;
    border-right: #222 solid 2px;
    transform: rotate(45deg)
}

.box3 {
    display: flex;
    gap: 100px;
    margin-top: 10px;
}

.box3 div {
    flex: 1;
}

.box3 div h2 {
    display: none
}

.box3 div h3 {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    padding: 20px 0 19px 0;
    margin-bottom: 18px;
    border-bottom: #ccc solid 1px;
}

.box3 div a {
    display: block;
    color: #0072ef;
    padding: 0 0 15px 0;
    text-decoration: none;
    font-size: 15px;
}

.box3 div a:hover {
    text-decoration: underline;
    color: #00bbff !important
}

@media only screen and (max-width: 768px) {
    .phone_only {
        display: block
    }

    .paLR_10 {
        padding: 20px 15px 0 20px;
    }

    .content {
        width: auto;
        max-width: inherit;
        margin: auto;
        padding: 0px 15px 30px 15px;
        color: #222222;
    }

    .content>hr {
        height: 2px;
        margin: 44px 0 0px 0;
        border: none;
    }

    .content>h1 {
        font-size: 34px;
        font-weight: 700;
        color: #222222;
        padding: 0 0 47px 0;
        margin: 0 !important;
        line-height: normal;
        letter-spacing: -1.2px;
    }

    .mtT20 {
        margin-top: 0px !important;
    }

    ul.a_name {
        display: flex;
        gap: 0;
        margin-top: 5vw;
        padding-bottom: 6vw;
        position: relative;
        width: auto;
    }

    ul.a_name:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 8px;
        background: linear-gradient(to bottom, rgb(0 0 0 / 4%) 0%, rgba(0, 0, 0, 0) 100%);
        bottom: -4vw;
    }

    ul.a_name li {
        flex: 1;
        font-weight: bold;
        color: #222;
        list-style-type: none;
        text-align: center;
    }

    ul.a_name li:first-child {
        flex: 1.25;
    }

    ul.a_name li:last-child a:before {
        background: none
    }

    ul.a_name li a {
        display: block;
        width: 100%;
        position: relative;
        color: #0072ef !important;
        text-decoration: none;
        font-size: 3.4vw;
        text-align: center;
        white-space: nowrap;
        line-height: 1.5;
        pointer-events: none;
		white-space: nowrap
    }

    ul.a_name li a:hover {
        color: #0072ef !important;
        text-decoration: none !important;
    }

    ul.a_name li a::before {
        content: "";
        position: absolute;
        background: url(/top/assets/img/item_border.webp)no-repeat;
        background-size: auto 100%;
        width: 1px;
        height: 19vw;
        top: -2vw;
        right: 0;
    }

    ul.a_name li a::after {
        content: "";
        position: absolute;
        right: calc(50% - 1.75vw);
        top: inherit;
        bottom: -4vw;
        width: 2.5vw;
        height: 2.5vw;
        border-top: #222 solid 2px;
        border-right: #222 solid 2px;
        transform: rotate(135deg);
    }

    .box3 {
        display: flex;
        gap: 0;
        flex-direction: column;
        width: calc(100% - 30px);
        margin: auto;
    }

    .box3 div {
        flex: 1;
        position: relative;
        padding-bottom: 2vw;
        margin-bottom: 2vw
    }

    .box3 div:after {
        position: absolute;
        content: "";
        width: 110%;
        height: 1px;
        background: #222;
        left: -5%;
        bottom: -1vw;
    }

    .box3 div:last-child:after {
        background: none
    }

    .box3 div h2 {
        display: block;
        width: fit-content;
        font-size: 5vw;
        margin-top: 6.5vw;
        margin-left: -32px;
        position: relative;
		white-space: nowrap
    }

    .box3 div h2:after {
        content: "";
        position: absolute;
        width: 2vw;
        height: 2vw;
        border-top: #222 solid 2px;
        border-right: #222 solid 2px;
        transform: rotate(45deg);
        top: calc(50% - 1vw);
        right: -5vw;
    }

    .box3 div h3 {
        font-size: 18px;
        font-weight: bold;
        color: #222;
        padding: 20px 0 19px 0;
        margin-bottom: 18px;
        border-bottom: #ccc solid 1px;
    }

    .box3 div a {
        display: block;
        color: #0072ef;
        padding: 0 0 15px 0;
        text-decoration: none;
        font-size: 15px;
    }

    .box3 div a:hover {
        text-decoration: underline;
    }
}