@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500&display=swap');

:root {
    --color1: #0076a9;
    --color2: #343460;
    --color3: #774497;
    --color4: #60345f;
    --color5: #323a8c;
    --color6: #333333;
    --color7: #cde5ee;
    --color8: #fafafa;
}

body {
    font-family: 'Noto Sans TC';
    font-weight: 300;
    line-height: 1.8em;
}

a {
    color: var(--color1);
}

a:hover {
    color: var(--color1);
}

img {
    width: 100%;
    max-width: 100%;
}

h2 {
    font-size: 4.2em;
    margin-bottom: 30px;
}

h3 {
    font-size: 1.2em;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-top: 30px;
    line-height: 1.4em;
}

h3::before {
    position: absolute;
    left: 0;
    top: -2px;
    content: "▮";
}

h4 {
    font-size: 1.1em;
    line-height: 1.4em;
}

.main {
    text-align: center;
    height: 100vh;
    width: 100%;
    position: relative;
}

.main .hands {
    width: 20%;
    position: absolute;
    top: 25%;
    left: 0;
}

.main .hand-right {
    left: auto;
    right: 0;
    transform: rotate(180deg);
}

.main .slogn {
    position: absolute;
    width: 40%;
    top: 20%;
    left: calc(50% - 20%);
}

.main .uni {
    position: absolute;
    width: 80%;
    bottom: 5%;
    left: 0;
    left: calc(50% - 40%);
}

.thedream {
    padding: 100px 0;
    background: var(--color1);
    color: white;
}

.concept {
    position: relative;
    padding: 100px 0 300px;
    background: url(../images/01.jpg) center no-repeat;
    background-size: cover;
    color: white;
}

.concept .container,
.theway .container {
    position: relative;
    z-index: 1;
}

.concept h4 {
    margin-bottom: 30px;
}

.concept::before {
    position: absolute;
    content: "";
    background: rgba(0, 118, 169, .5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.concept::after {
    position: absolute;
    content: "";
    background: url(../images/logo.svg) center no-repeat;
    background-size: contain;
    width: 150px;
    height: 150px;
    left: calc(50% - 75px);
    bottom: 80px;
}

.owl-carousel img {
    border-radius: 0 0 30px 0;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--color1);
}

.theway {
    padding: 100px 0;
    background: url(../images/02.jpg) center no-repeat;
    background-size: cover;
    color: white;
    position: relative;
}

.theway::before {
    position: absolute;
    content: "";
    background: rgba(119, 68, 151, .5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.map {
    padding: 100px 0;
}

.minipic {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.minipic li {
    flex: 0 0 18%;
    margin: 5px;
    border-radius: 10px;
    height: 120px;
    position: relative;
    margin-bottom: 50px;
    cursor: pointer;
}

.minipic li span {
    position: absolute;
    width: 100%;
    color: white;
    display: block;
    text-align: center;
    bottom: 0;
    border-radius: 0 0 10px 10px;
    background: var(--color4);
    opacity: .8;
}

.minipic li:hover span {
    opacity: 1;
}

.minipic li p {
    position: absolute;
    top: 105%;
    line-height: 1.4em;
    font-size: 13px;
}

.minipic li:nth-child(1) span,
.minipic li:nth-child(2) span,
.minipic li:nth-child(5) span,
.minipic li:nth-child(6) span,
.minipic li:nth-child(10) span,
.minipic li:nth-child(22) span {
    background: var(--color2);
}

.minipic li:nth-child(3) span,
.minipic li:nth-child(14) span,
.minipic li:nth-child(18) span {
    background: var(--color3);
}

.minipic li:nth-child(11) span,
.minipic li:nth-child(15) span,
.minipic li:nth-child(19) span,
.minipic li:nth-child(20) span,
.minipic li:nth-child(21) span {
    background: var(--color5);
}

.sop {
    padding: 100px 0;
    background: var(--color1);
    color: white;
}

.step {
    padding: 0;
    margin-top: 50px;
    list-style: none;
}

.step li {
    padding-left: 160px;
    min-height: 130px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px dashed white;
}

.step li:nth-child(1) {
    background: url(../images/step1.svg) left top no-repeat;
    background-size: 130px;
}

.step li:nth-child(2) {
    background: url(../images/step2.svg) left top no-repeat;
    background-size: 130px;
}

.step li:nth-child(3) {
    background: url(../images/step3.svg) left top no-repeat;
    background-size: 130px;
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}

ol.circle li {
    background: none !important;
    padding: 0;
    margin: 0;
    min-height: auto !important;
    border-bottom: 0;
    position: relative;
    list-style: none;
}

ol.circle li::after {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    border-radius: 50em;
    top: 6px;
    left: -25px;
    background: white;
}

ol.circle li::before {
    position: absolute;
    content: "";
    top: 0;
    left: -20px;
    font-size: 12px;
    color: var(--color1);
    z-index: 1;
}

ol.circle li:nth-child(1):before {
    content: "1";
}

ol.circle li:nth-child(2):before {
    content: "2";
}

ol.circle li:nth-child(3):before {
    content: "3";
}

ol.circle li:nth-child(4):before {
    content: "4";
}

ol.circle li:nth-child(5):before {
    content: "5";
}

.guide {
    padding: 100px 0;
    color: var(--color1);
}

.keyword {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    background: url(../images/handup.svg) right bottom no-repeat;
    background-size: 80px;
}

.keyword li {
    flex: 0 0 18%;
    margin: 5px;
    height: 120px;
    position: relative;
    margin-bottom: 50px;
    padding-left: 30px;
    color: var(--color6);
    border-bottom: 1px solid #eee;
}

.keyword li span {
    position: absolute;
    height: 100%;
    left: 0;
    color: white;
    font-weight: 500;
    padding: 0 2px;
    background: var(--color3);
}

.keyword li:nth-child(2n+1) span {
    background: var(--color1);
}

.keyword p {
    font-size: 14px;
    line-height: 1.4em;
}

.keyword a {
    color: black;
}

.keyword a:hover {
    color: var(--color1);
}

.content {
    padding-bottom: 100px;
}

.accordion-item {
    margin-bottom: 10px;
    border-radius: 0 0 10px 10px !important;
}

.accordion-button,
.accordion-button:not(.collapsed) {
    color: white;
    background-color: var(--color2);
    box-shadow: none;
    padding-top: 3px;
    padding-bottom: 3px;

}

.city .accordion-button,
.city .accordion-button:not(.collapsed) {
    background-color: var(--color3);

}

.east .accordion-button,
.east .accordion-button:not(.collapsed) {
    background-color: var(--color5);

}

.south .accordion-button,
.south .accordion-button:not(.collapsed) {
    background-color: var(--color4);

}

.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.accordion-body {
    padding-bottom: 50px;
    background: var(--color8);

}

.accordion-body h2 {
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    margin: 0;
    display: block;
    font-size: 3.6em;
    float: right;
}

.accordion-body h2 span {
    font-size: 22px;
    display: block;
    letter-spacing: 2px;
    line-height: 1.4em;
}

.accordion-body .info {
    margin-top: 40px;
}

.icons {
    background: url(../images/icons.svg) 30px bottom no-repeat;
    background-size: 80px;
}

.city .icons {
    background: url(../images/icons-city.svg) 30px bottom no-repeat;
    background-size: 80px;
}

.south .icons {
    background: url(../images/icons-south.svg) 30px bottom no-repeat;
    background-size: 80px;
}

.east .icons {
    background: url(../images/icons-east.svg) 30px bottom no-repeat;
    background-size: 80px;
}

.qa {
    margin-bottom: 40px;
    line-height: 2em;
}

.qa span {
    background: yellow;
}

.join {
    padding: 100px 0;
    background: url(../images/03.jpg) center bottom no-repeat;
    background-size: cover;
    color: white;
    position: relative;
}

.join .container {
    padding-bottom: 50px;
    background: url(../images/totem.svg) right bottom no-repeat;
    background-size: 200px;
    color: white;
    position: relative;
    z-index: 1;
}

.join::before {
    position: absolute;
    content: "";
    background: rgba(0, 118, 169, .5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

footer {
    padding: 50px 0;
}

footer a {
    color: black;
}

.ins {
    width: 22px;
}

.info .ins {
    margin-right: 15px;
}

.btn {
    background: var(--color7);
    color: var(--color1);
    padding: 5px 10px 8px;
    line-height: 1em;
    display: inline-block;
}

.btn:hover {
    background: white;
    color: var(--color1);
    padding: 5px 10px 8px;
    line-height: 1em;
}

header.show {
    opacity: 1;
}

header {
    position: fixed;
    z-index: 3;
    right: 0;
    float: right;
    transition: .3s;
    opacity: 1;
}

header .btn {
    margin: 5px 5px 0;
}

header .collapse {
    position: relative;
}

.card-body {
    padding: 0;
    border: 0;
    background: none;
}

.links {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 5px;
}

.links li {
    height: 25px;
}

.links li a {
    padding: 5px 5px 5px 10px;
    width: 130px;
    display: block;
    background-color: var(--color7);
    color: var(--color1);
    text-decoration: none;
    border-radius: 8px 0 0 8px;
    font-size: 13px;
    line-height: 1em;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.links li a:hover {
    background-color: var(--color1);
    color: white;
}

.gotop {
    position: fixed;
    background: var(--color7);
    padding: 0 10px 6px;
    border-radius: 50em;
    right: 10px;
    bottom: 20px;

}

@media (max-width: 991px) {

    .keyword li {
        flex: 0 0 31%;
    }

    .accordion-body h2 {
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        float: none;
        margin-bottom: 30px;
        margin-right: 40px;
    }

    .icons,
    .city .icons,
    .south .icons,
    .east .icons {
        background-position: 100% top;
        background-size: 56px;
    }

    .accordion-body h2 span {
        margin-top: 10px;
    }

    .minipic {
        margin-bottom: 40px;
    }

    .main {
        height: 50vh;
        overflow: hidden;
    }

    .main .hands {
        width: 30%;
        left: -10%;
    }

    .main .hand-right {
        left: auto;
        right: -10%;
    }

    .main .slogn {
        width: 60%;
        left: calc(50% - 30%);
    }

    .main .uni {
        width: 90%;
        left: calc(50% - 45%);
    }
}

@media (max-width: 768px) {


    .keyword {
        background: none;
    }
}

@media (max-width: 767px) {

    .main .hands {
        top: 30%;
    }

    .main .slogn {
        top: 25%;
    }

    h2,
    .accordion-body h2 {
        font-size: 2.2em;
    }

    .minipic li {
        flex: 0 0 47%;
    }

    .keyword li {
        flex: 0 0 47%;
        margin-bottom: 10px;
    }

    .keyword p {
        font-size: 12px;
    }

    .guide {
        padding-bottom: 50px;
    }

    .join .container {
        background-position: center bottom;
    }

    .accordion-body h2 span,
    .qa {
        font-size: 16px;
    }

    .step li:nth-child(1),
    .step li:nth-child(2),
    .step li:nth-child(3) {
        background-size: 100px;
    }

    .step li {
        padding-left: 120px;
    }
}