﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');

:root {
   --main-color:#ccc;
}

body {
    font-family: 'Noto Sans TC', sans-serif;
}

.navbar .navbar-brand {
    background-size: 170px auto;
    margin: 14px 0 10px;
}
.navbar  .navbar-brand {
    background-position: left center;
}

.navbar > .navbar-mobile-wrapper > .navbar-brand  {
    background-position: center center;
}

.header .navbar {
    padding: 0 10px;
}

.modal-body .spec-box .btn-box.st {
    height: 100%;
}
.modal-body .spec-box .btn-box.st .btn {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.header .navbar > .container {
    max-width: 85vw;
}

h6.h3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}

h6.h3 .txt-en {
    color: #7e93c5;
    font-size: 18px;
    font-weight: 900;
}

h6.h3 .txt-tw {
    color:#fff;
    font-size: 32px;
    margin-top: 8px;
}

.home_main  {
    position: relative;
    padding: 80px 0 100px ;
    background: url('../images/all/right_bg.png')no-repeat, url('../images/all/right_bg2.png')no-repeat, url('../images/all/left_bg.png')no-repeat;
    background-position: right top, right bottom, left bottom;
}

.home_main .fivemain_bg {
    background-color: #1d3776;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 50px;
    z-index: -1;
    width: 70vw;
    border-radius: 0 0 30px 0;
    display: flex;
    align-items: center;
}

.home_main  .container {
    max-width: 85vw;
}

@keyframes major {
    0% { transform: scale(1); }
    100% { transform: scale(1.05); }
}

.spindle_card {
    display: flex;
    align-items: center;
    background: #fff;
    position: relative;
    height: 135px;
    width: 90%;
    margin: 40px 0;
    border-radius: 12px;
    box-shadow: 6px 6px 0px 0px #e87404;
}
.spindle_card:hover {
    box-shadow: 6px 6px 0px 0px #87a6e7;
}

.spindle_card:hover img {
    animation: major .5s ease-in infinite alternate;
}

.spindle_card:hover .number {
    background-color: #1d3776 ;
}

.spindle_card .number {
    background-color: #e87404;
    border-radius: 50px;
    color: #fff;
    border: 3px solid #fff;
    width: 70px;
    height: 70px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -18px;
    left: -16px;
    transition: .3s;
}

.spindle_card p {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 0;
    margin-left: 2.5vw;
    width: 50%;
}

.spindle_card img {
    position: absolute;
    right: -2vw;
    bottom: 0;
    margin: 0;
    height: 9vw;
}

.banner .slick-dots {
    bottom: 20px;
}

.home_main.aos-animate {

}

.slick .slick-dots .slick-active button {
    background: #1d3776;
}

.slick .slick-dots button {
    background: #fff;
    width: 12px;
    height: 12px;
}

.home_news {
    background: url('../images/all/left_bg2.png')no-repeat left -80px bottom -20px;
    position: relative;
    padding: 60px 0;
}

.home_news .main_bg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -2;
    height: 50vw;
}

.home_news h6.h3,
.home_glory h6.h3 {
    justify-content: start;
    align-items: start;
}
.home_news h6.h3 .txt-en,
.home_glory h6.h3 .txt-en {
    color: #1d3776;
}
.home_news h6.h3 .txt-tw, 
.home_glory h6.h3 .txt-tw {
    color: #000;
}

.home_glory h6.h3  {
    align-items: center;
}

.home_news .news_left {
    padding-left: 0vw;
    display: inline-block;
}

.home_news .tit_warp {
    display: flex;
    justify-content: end;
}

.btn.more {
    background: url('../images/all/more_arrow.png')no-repeat right 8px center;
    background-size: 18px;
    color: #000;
    padding: 0 30px 0 0;
    font-weight: 500;
    transition: .3s;
}

.btn.more:hover {
    background: url('../images/all/more_arrow.png')no-repeat right 0px center;
    background-size: 18px;
    letter-spacing: 2px;
}

.btn.more:before {
    display: none;
}

.article-horizontal-grid .pic {
    width: 40%;
    overflow: hidden;
}


.article-horizontal-grid .item .info .date {
    color: #515151;
    border: 1px solid #515151;
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 24px;
}

.article-horizontal-grid .item .info .title {
    font-size: 18px;
    border-bottom: 1px dashed #aeaeae;
}


.article-horizontal-grid .item .info {
    padding: 0 0 0 20px;
    width: 60%;
    font-weight: bold;
}

.article-horizontal-grid .item .info .title, .article-horizontal-grid .item .info .title a {
    white-space: pre-wrap;
    display: block;
    display: -webkit-box !important;
    max-width: 100%;
    max-height: 80px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 0 6px 0px;
    margin-bottom: 16px;
}

.slogan_warp ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.slogan_warp ul li img {
    width: 32px;
    height: 32px;
}

body.home .article-horizontal-grid {
    margin-right: 5vw;
}

.home_glory {
    background: url('../images/all/bg2.jpg')no-repeat center;
    padding: 60px 0 80px;
    background-attachment: fixed;
    background-size: cover;
}

.footer .footer_content {
    background: var(--main-color);
    padding: 40px 0 50px;
}

.footer a {
    display: block;
}

.copyrights {
    color: #9aa9ce;
    font-size: 14px;
    margin-top: 16px;
}

.footer ul {
    padding: 0;
    list-style: none;
}

.footer .tit {
    color: #e87404;
    font-size: 20px;
    margin-bottom: 8px;
}

.footer a {
    color: #fff;
    padding: 4px 0;
}


.footer .footer_content .sitemap > ul > li {
    margin: 2px;
}

.footer .footer_content .sitemap > ul > li > a {
    padding: 4px 16px 0 0;
}


.footer ul.info_warp{
    width: 60%;
}

.footer ul.info_warp a {
    padding: 4px 0 4px 18px;
}

.footer ul.info_warp li.tel a {
    background: url('../images/all/tel_icon.svg')no-repeat left;
    background-size: 12px;
}

.footer ul.info_warp li.address a {
    background: url('../images/all/map_icon.svg')no-repeat left;
    background-size: 12px;
}

.footer ul.list-inline {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 70px;
}

.footer .footer_content .sitemap > ul > li > a:hover {
    color: #436ed7;
}

.footer .question {
    position: fixed;
    right: 2%;
    bottom: 6.5%;
    transition: all 0.3s ease;
    z-index: 20;
}

.footer .question a {
    background: #e87404;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    color: #fff;
    line-height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
}

.gotop a {
    background: url('../images/all/top_arrow.png')no-repeat center top 8px #e87404;
}

.article-horizontal-grid .item .more-area {
    display: none;
}

.kind-info .txt-en ,.side .h3 .txt-en{
    display: none;
}

body.news .kind-info .h2 {
    margin-top: 40px;
}

.btn-info ,.btn-check:focus + .btn-info, .btn-info:focus{
    background-color: unset;
}
.btn-info:hover {
    background-color: unset;
    border-color: unset;
}
.article-horizontal-grid .item .info .desc {
    display: none;
}

body.news.show .page-link {
    border: 1px solid #ddd;
}

body.question .form-check {
    width: 20%;
    padding: 10px 10px 20px;    cursor: pointer;
    transition: .3s;
}

body.question .form-check:hover {
    background-color: #b4d8ee;
    border-radius: 12px;
}

body.question .form-check .form-check-input {
    margin-left: 0;
    cursor: pointer;
}


.major_check {
    display: flex;
    flex-wrap: wrap;
    /* background-color: #e2f4ff; */
    border-radius: 12px;
    padding: 20px 10px;
}

.major_check  .pic img {
    width: 100%;
}

body.question .form-label {
    color: var(--main-color);
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;    
}

body.question .h4 {
    font-weight: bold;
    color: #f18d21;
    margin-bottom: 20px;
    font-size: 20px;
    margin-top: 50px;
}

body.sdgs .tab-content > .tab-pane {
    padding: 30px 16px;
    border: 1px solid #dee2e6;
    border-top: 0;
}

body.sdgs .nav-tabs {
    margin-top: 50px;
}

body.sdgs .nav-item .nav-link {
    color: #515151;
}

body.sdgs .nav-item .nav-link.active {
    color: #436ed7;
    font-weight: bold;
}