@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&family=Noto+Serif+TC:wght@400;500;700;900&family=Roboto:wght@100;500&display=swap");

.d-flex{
    display:flex;
}
.white-nowrap{
    white-space:nowrap;
}
.s1 {
    margin-bottom: 88px
}

@media (max-width:767px) {
    .s1 {
        margin-bottom: 44px
    }
}

:root .s2 {
    --linecolor: #9cb3cf;
    --color1: #5c88a8;
    --color1bg: #62b0ff4d;
    --color2: #477628;
    --color2bg: #a1b9724d;
    --color3: #924898;
    --color3bg: #c29fd84d;
    --color4: #b06d0a;
    --color4bg: #b884564d;
    --color5: #f6ab00;
    --color5bg: #fcd67266;
}

.s2 {
    margin-bottom: 50px
}

    .s2 .imgwrap {
        width: 50%;
        margin: 0 auto
    }

    .s2 .wrapper {
        /*padding-bottom: 100px;*/
    }

    .s2 .block {
        z-index: 1;
        position: relative;
    }

        .s2 .block:before {
            content: "";
            position: absolute;
            height: calc(100% + 0px);
            width: 2px;
            background-color: var(--linecolor);
            left: calc(50% - 1px);
            /*margin-top: 90px;*/
        }

    .s2 .linedot {
        /*font: bold 42px/52px Open Sans Condensed, sans-serif;*/
        text-align: center;
        /*padding: 20px;*/
        margin: 0 auto;
        transition: all 0.8s ease-in-out;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background-color: var(--linecolor);
    }

        .s2 .linedot:nth-child(3) {
            margin-top: 100px;
        }

    .s2 .each-event {
        /*color: #777;*/
        margin: 20px;
        width: 48%;
        position: relative;
        border-radius: 4px;
        box-sizing: border-box;
        transition: all 0.3s ease-in-out;
    }

    .s2 .event-description {
        background-color: var(--color1bg);
        /*color: #777;*/
        padding: 15px;
        /*width: 550px;*/
        /*position: relative;*/
        border-radius: 4px;
        /*box-sizing: border-box;*/
        transition: all 0.3s ease-in-out;
    }

    .s2 .dot {
        content: "";
        position: absolute;
        /*top: calc(50% - 8px);*/
        top: 10px;
        left: calc(-4% - 12px);
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: #eee;
        box-shadow: 0 4px 20px -4px rgba(64, 64, 64, 0.8);
        border: 4px solid var(--color1);
    }

    .s2 .event-left .dot {
        left: auto;
        right: calc(-4% - 12px);
    }

    .s2 .dot::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #eee;
        position: absolute;
        transform: translate(25px, 25px);
        border-radius: 50%;
        border: 2px solid var(--color1);
        top: -22px;
        right: 28px;
    }

    .s2 .each-event.event-right {
        margin-left: calc(52%);
    }

    .s2 .each-event.event-left {
        /*margin-left: calc(50% - 571px);*/
        margin-left: 0;
    }

        .s2 .each-event.event-left:before {
            left: calc(100% + 8px);
        }

    .s2 .each-event:nth-child(2) {
        margin-top: -490px;
    }

    .s2 .each-event:nth-child(3) {
        margin-top: -155px;
    }

    .s2 .each-event:nth-child(4) {
        margin-top: -340px;
    }

    .s2 .each-event:nth-child(5) {
        margin-top: 40px;
    }


    .s2 .title.non-focus {
        font-size: 24px;
        line-height: 34px;
        transition: all 0.8s ease-in-out;
    }

    .s2 .each-event.non-focus .event-description {
        color: #d2d2d2;
        margin-top: 50px;
        transition: all 0.8s ease-in-out;
        filter: grayscale(70%);
    }

    .s2 .each-event.non-focus .dotlist:before {
        background-color: #d2d2d2 !important;
    }

    .s2 .each-event.event-right.non-focus {
        transform: rotateZ(15deg);
    }

    .s2 .each-event.event-left.non-focus {
        transform: rotateZ(-15deg);
    }

    .s2 .each-event.non-focus .dot {
        opacity: 0;
        background-color: #aaa;
    }

    .s2 .each-event year {
        width: 100%;
        display: inline-block;
        font: bold 42px/52px Open Sans Condensed, sans-serif;
        padding: 0px 20px;
        transition: all 0.8s ease-in-out;
        color: var(--color1);
        white-space: nowrap;
    }

    .s2 .each-event.non-focus year {
        color: #d2d2d2 !important;
        font-size: 20px;
    }

    .s2 .each-event.event-right.non-focus year {
        transition: padding 2s;
        padding-left: 75%;
    }

    .s2 .each-event.event-left.non-focus year {
        transition: padding 2s;
        padding-right: 75%;
    }

    .s2 .each-event.event-left year {
        text-align: right;
    }

    .s2 .each-event:nth-child(1) .dotlist:before {
        background-color: var(--color1);
    }

    .s2 .each-event:nth-child(2) year, .s2 .each-event:nth-child(2) .dot, .s2 .each-event:nth-child(2) .dot:before {
        color: var(--color2);
        border-color: var(--color2);
    }

    .s2 .each-event:nth-child(2) .dotlist:before {
        background-color: var(--color2);
    }

    .s2 .each-event:nth-child(2) .event-description {
        background-color: var(--color2bg);
    }

    .s2 .each-event:nth-child(3) year, .s2 .each-event:nth-child(3) .dot, .s2 .each-event:nth-child(3) .dot:before {
        color: var(--color3);
        border-color: var(--color3);
    }

    .s2 .each-event:nth-child(3) .dotlist:before {
        background-color: var(--color3);
    }

    .s2 .each-event:nth-child(3) .event-description {
        background-color: var(--color3bg);
    }

    .s2 .each-event:nth-child(4) year, .s2 .each-event:nth-child(4) .dot, .s2 .each-event:nth-child(4) .dot:before {
        color: var(--color4);
        border-color: var(--color4);
    }

    .s2 .each-event:nth-child(4) .dotlist:before {
        background-color: var(--color4);
    }

    .s2 .each-event:nth-child(4) .event-description {
        background-color: var(--color4bg);
    }

    .s2 .each-event:nth-child(5) year, .s2 .each-event:nth-child(5) .dot, .s2 .each-event:nth-child(5) .dot:before {
        color: var(--color5);
        border-color: var(--color5);
    }

    .s2 .each-event:nth-child(5) .dotlist:before {
        background-color: var(--color5);
    }

    .s2 .each-event:nth-child(5) .event-description {
        background-color: var(--color5bg);
    }


@media (max-width:991px) {
    .s2 .each-event.event-right {
        /*margin-left: calc(17%);*/
    }

    .s2 .each-event:nth-child(2) {
        margin-top: -520px;
    }

    .s2 .each-event:nth-child(3) {
        margin-top: -560px;
    }

    .s2 .each-event:nth-child(4) {
        margin-top: -279px;
    }

    .s2 .each-event:nth-child(5) {
        margin-top: 55px;
    }
}

@media (max-width:767px) {
    .s2 {
        /*margin-bottom: 25px*/
    }

        .s2 .imgwrap {
            width: 80%;
        }

        .s2 .linedot {
            position: absolute;
            left: calc(6% - 8px);
        }
            .s2 .linedot:nth-child(3) {
                margin-top: auto;
            }

        .s2 .block {
            padding-top: 10px;
        }

            .s2 .block:before {
                left: calc(6% - 1px);
            }

        .s2 .each-event.event-right.non-focus year {
            padding-left: 60%;
        }

        .s2 .each-year {
            padding-bottom: 10px;
        }

        .s2 .each-event {
            width: 90%;
        }

            .s2 .each-event.event-right {
                margin-left: calc(10% - 1px);
            }

            .s2 .each-event:nth-child(2) {
                margin-top: auto;
            }

            .s2 .each-event:nth-child(3) {
                margin-top: auto;
            }

            .s2 .each-event:nth-child(4) {
                margin-top: auto;
            }

            .s2 .each-event:nth-child(5) {
                margin-top: auto;
            }
}

.s3 {
    margin-bottom: 110px
}

    .s3 .imgwrap {
        width: 85%;
        margin: 0 auto
    }

@media (max-width:767px) {
    .s3 {
        margin-bottom: 55px
    }
}

.s4 {
    margin-bottom: 86px
}

    .s4 .form {
        margin-bottom: 44px;
        overflow-x: auto
    }

    .s4 .form-detail {
        width: 1168px
    }

    .s4 .form-content ul, .s4 .form-title ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        color: black;
        font-weight: 500
    }

        .s4 .form-content ul li:not(:last-child), .s4 .form-title ul li:not(:last-child) {
            border-right: 4px solid white
        }

        .s4 .form-content ul .l1, .s4 .form-title ul .l1 {
            /*width: 17.3%*/
            width: 15%;
        }

        .s4 .form-content ul .l2, .s4 .form-title ul .l2 {
            /*width: 38.35%*/
            width: 20%;
        }

        .s4 .form-content ul .l3, .s4 .form-title ul .l3 {
            /*width: 44.35%*/
            width: 30%;
        }

        .s4 .form-content ul .l4, .s4 .form-title ul .l4 {
            /*width: 44.35%*/
            width: 35%;
        }

    .s4 .form-title {
        background-color: #4ebc12;
        border-bottom: 4px solid white
    }

        .s4 .form-title li {
            text-align: center;
            padding: 10px 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .s4 .form-content {
        background-color: #caeab8
    }

        .s4 .form-content li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            /*justify-content: center;*/
            line-height: 30px
        }

            .s4 .form-content li.l1 {
                /* -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center*/
                /*padding: 20px 40px*/
                padding: 20px 25px
            }

            .s4 .form-content li.l2 {
                /*padding: 20px 40px*/
                padding: 20px 25px
            }

            .s4 .form-content li.l3 {
                /*padding: 20px 35px*/
                padding: 20px 25px
            }

            .s4 .form-content li.l4 {
                /*padding: 20px 35px*/
                padding: 20px 25px
            }

    .s4 .icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 25px 60px 0
    }

        .s4 .icons li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .s4 .icons li img {
                margin-bottom: 18px
            }

            .s4 .icons li span {
                color: black
            }

@media (max-width:767px) {
    .s4 {
        margin-bottom: 43px
    }

        .s4 .icons {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            padding: 0
        }

            .s4 .icons li {
                margin-bottom: 15px;
                width: 45%
            }
}

.s5 {
    margin-bottom: 135px
}

    .s5 .btitle {
        margin-bottom: 0;
        text-align: center
    }

    .s5 .scontent {
        text-align: center
    }

    .s5 .form {
        overflow-x: auto
    }

    .s5 .form-detail {
        /*width: 660px;*/
        margin: 0 auto
    }

    .s5 .form-content ul, .s5 .form-title ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        color: black;
        font-weight: 700
    }

        .s5 .form-content ul li:not(:last-child), .s5 .form-title ul li:not(:last-child) {
            border-right: 4px solid white
        }

        .s5 .form-content ul .l1, .s5 .form-title ul .l1 {
            width: 28%
        }

        .s5 .form-content ul .l2, .s5 .form-title ul .l2 {
            width: 36%
        }

        .s5 .form-content ul .l3, .s5 .form-title ul .l3 {
            width: 36%
        }
        .s5 .form-content ul .l4, .s5 .form-title ul .l4 {
            width: 36%
        }




    .s5 .form-title {
        background-color: #f3cb32;
        border-bottom: 4px solid white
    }

        .s5 .form-title li {
            text-align: center;
            padding: 10px 0
        }

    .s5 .form-content:not(:last-child) {
        border-bottom: 4px solid white
    }

    .s5 .form-content li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        line-height: 106px;
        height: 106px
    }

        .s5 .form-content li.l1 {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background-color: rgba(243,203,50,0.5)
        }

        .s5 .form-content li.l2 {
            background-color: rgba(230,230,230,0.5)
        }

        .s5 .form-content li.l3 {
            background-color: rgba(230,230,230,0.5)
        }
        .s5 .form-content li.l4 {
            background-color: rgba(230,230,230,0.5)
        }

    .s5 .pdfdownload {
        height: 48px;
        display: inline-block;
        background: url(../image/01corpGov/pdf.png) left/37px no-repeat;
        padding-left: 53px;
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease
    }

@media (min-width:768px) {
    .s5 .pdfdownload:hover {
        background: url(../image/01corpGov/pdf_hover.png) left/37px no-repeat
    }
}

@media (max-width:767px) {
    .s5 {
        margin-bottom: 100px
    }
}

.s6 {
    margin-bottom: 86px
}
    .s6 tr:nth-child(1) {
        background-color: #4ebc12;
        text-align:center;
    }
    .s6 tr:nth-child(1)>td:nth-child(1) {
        width:43%;
    }
        .s6 tr:nth-child(1) > td:nth-child(2) {
            width: 18%;
        }
    .s6 tr:nth-child(2), .s6 tr:nth-child(4) {
        background-color: #caeab8;
    }
    .s6 tr:nth-child(3), .s6 tr:nth-child(5) {
        background-color: #e2efd9;
    }
    .s6 tr:nth-child(2) > td:nth-child(2),
    .s6 tr:nth-child(3) > td:nth-child(2),
    .s6 tr:nth-child(4) > td:nth-child(2),
    .s6 tr:nth-child(5) > td:nth-child(2)
    {
        text-align:center;
    }
    .s6 td {
        padding: 1%;
    }
    .s6 table{
        color:black;
        font-weight:500;
    }
@media (max-width:767px) {
    .s6 {
        margin-bottom: 43px
    }

        .s6 .icons {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            padding: 0
        }

            .s6 .icons li {
                margin-bottom: 15px;
                width: 45%
            }
}