.banner-container {
    position: relative;
    height: 18.75rem;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

    .banner-container .full-bg {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
    }

    .banner-container .banner-wrapper {
        position: absolute;
        width: 91.92708333333333%;
        padding-left: 0;
        padding-right: 0;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

        .banner-container .banner-wrapper .title {
            color: #ffffff;
            letter-spacing: 0.5rem;
            font-weight: 500;
            font-size: 1.75rem;
            padding-top: 1.4em;
        }

        .banner-container .banner-wrapper .description {
            margin-top: 0.875rem;
            width: 10.625rem;
            color: #ffffff;
            letter-spacing: 0.09375rem;
            line-height: 1.5;
        }

.main {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 91.92708333333333%;
}

    .main .breadcrumb-container {
        margin: 3rem auto 0;
        color: #000000;
        letter-spacing: 0.0625rem;
    }

        .main .breadcrumb-container .breadcrumb-list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 0.5rem;
        }

            .main .breadcrumb-container .breadcrumb-list li a {
                color: #000000;
            }

    .main .text-container {
        position: relative;
        margin-top: 3.75rem;
        margin-bottom: 6.5625rem;
        padding: 0 0 2.5rem;
    }

        .main .text-container::after {
            position: absolute;
            right: 0;
            bottom: 0;
            left: 0;
            display: block;
            height: 0.125rem;
            background-color: #000000;
            content: '';
        }

        .main .text-container .description {
            margin-bottom: 3.75rem;
            color: #494949;
            letter-spacing: 0.05625rem;
            line-height: 2.13;
            font-weight: 300;
            text-align: justify;
            text-indent: 2.1125rem;
        }

        .main .text-container .text-list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            gap: 3.75rem;
        }

            .main .text-container .text-list .text-item .title {
                margin-bottom: 0.9375rem;
                letter-spacing: 0.125rem;
                font-weight: 500;
                font-size: 1.25rem;
            }

            .main .text-container .text-list .text-item .text {
                color: #494949;
                letter-spacing: 0.05625rem;
                line-height: 2.13;
                font-size: 1rem;
                font-weight: 300;
                text-align: justify;
                text-indent: 2.1125rem;
            }

                .main .text-container .text-list .text-item .text:not(:last-of-type) {
                    /*margin-bottom: 1.875rem;*/
                }

div.ul-text {
    color: #494949;
    text-align: justify;
    letter-spacing: 0.05625rem;
    font-size: 1rem;
    line-height: 2.13;
    font-weight: 300;
}

    div.ul-text ul {
        padding-left: 2rem;
    }

        div.ul-text ul li {
            list-style: trad-chinese-informal;
        }

            div.ul-text ul li .sub-text ul {
                padding-left: 2rem;
            }

                div.ul-text ul li .sub-text ul li {
                    list-style: upper-latin;
                }

.main .text-container .text-list .text-item .text.comment {
    text-indent: 0;
    font-size: 0.75rem;
}

@media screen and (min-width: 577px) {
    .banner-container .banner-wrapper {
        width: 93.5546875%;
    }

        .banner-container .banner-wrapper .description {
            width: 14.375rem;
        }

    .main {
        width: 93.5546875%;
    }

        .main .text-container {
            margin-bottom: 7.5rem;
            padding: 0 0 7.5rem;
        }

            .main .text-container .description {
                line-height: 2.25;
                letter-spacing: normal;
            }

            .main .text-container .text-list .text-item .text {
                letter-spacing: normal;
            }
}

@media screen and (min-width: 1025px) {
    .banner-container {
        height: 25rem;
    }

        .banner-container .banner-wrapper {
            width: 81.625rem;
        }

            .banner-container .banner-wrapper .title {
                font-size: 2.625rem;
            }

            .banner-container .banner-wrapper .description {
                width: 20rem;
                width: 26.875rem;
                font-size: 1.125rem;
            }

    .main {
        width: 81.625rem;
    }

        .main .text-container {
            margin: 6.25rem auto 24.0625rem;
            padding: 0 0 5rem;
        }

            .main .text-container .description {
                margin-bottom: 5rem;
                letter-spacing: 0.15625rem;
                font-size: 1.5rem;
                line-height: 1.83;
                text-indent: 3.3125rem;
            }

            .main .text-container .text-list {
                gap: 5rem;
            }

                .main .text-container .text-list .text-item .title {
                    letter-spacing: 0.1875rem;
                    font-size: 2rem;
                    line-height: 2;
                }

                .main .text-container .text-list .text-item .text {
                    letter-spacing: 0.15625rem;
                    font-size: 1.5rem;
                    line-height: 1.83;
                    text-indent: 3.3125rem;
                }

    div.ul-text {
        letter-spacing: 0.15625rem;
        font-size: 1.5rem;
        line-height: 1.83;
        font-weight: 300;
    }

        div.ul-text ul {
            padding-left: 3.3125rem;
        }

            div.ul-text ul li {
                list-style: trad-chinese-informal;
            }

                div.ul-text ul li .sub-text ul {
                    padding-left: 3.3125rem;
                }

                    div.ul-text ul li .sub-text ul li {
                        list-style: upper-latin;
                    }
}
