@charset "UTF-8";
html,
body {
    width: 100%;
    height: 100%;
    font-family: "Microsoft JhengHei", "微軟正黑體", sans-serif;
}

body {
    position: relative;
    background: #21365b;
    color: #fff;
}

.list-img {
    height: 269px;
    overflow: hidden;
}

.letters.chs p:first-letter {
    font-size: 32px;
}

.list-text img {
    display: table;
    margin: 10px auto;
    max-width: 100%;
    height: auto !important;
    /* float: left;
    margin-right: 30px;
    margin-bottom: 30px; */
}

.top-btn {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.banner img {
    width: 100%;
}

.banner .pc {
    display: none;
}

.title {
    position: relative;
    margin: -40px auto 0;
    font-size: 34px;
    text-align: center;
    line-height: 74px;
    color: #fff;
}

.title span {
    display: inline-block;
    padding: 0 28px;
    height: 74px;
    letter-spacing: 3px;
    background: url("../images/m/about/title-bg.jpg");
}

.container {
    margin: 20px auto 0;
    padding: 0 55px;
    font-size: 22px;
}

.container .container-wrap {
    margin: 0 auto;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

img {
    display: block;
}

element.style {
    display: none;
}

#m-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 999;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#m-header .logo {
    position: absolute;
    width: 107px;
    height: 49px;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto 0;
}

#m-header .menu-btn {
    position: absolute;
    width: 82px;
    height: 80px;
    right: 0;
}

#m-header .menu-btn a {
    display: block;
    width: 100%;
    height: 100%;
}

#m-header .menu-btn img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#pc-header {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 88px;
    z-index: 999;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#pc-header .pc-menu {
    width: 100%;
    text-align: center;
}

#pc-header .pc-menu .logo a {
    padding: 12px 20px;
}

#pc-header .pc-menu a {
    display: block;
    color: #fff;
    line-height: 88px;
    padding: 0 20px;
    font-size: 18px;
}

#pc-header .pc-menu li {
    display: inline-block;
    vertical-align: top;
}

#pc-header .language {
    position: absolute;
    top: 0;
    right: 34px;
}

#pc-header .language:hover li {
    display: block;
}

#pc-header .language li {
    height: 88px;
}

#pc-header .language li:first-child {
    position: relative;
}

#pc-header .language li:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    display: block;
    width: 1px;
    height: 38px;
    background: #fff;
}

#pc-header .language li~li {
    display: none;
    height: 44px;
    background: rgba(0, 0, 0, 0.8);
}

#pc-header .language li~li a {
    line-height: 44px;
}

#pc-header .language li a {
    position: relative;
    display: block;
    height: 100%;
    line-height: 88px;
    color: #fdf0ea;
    text-align: center;
    padding: 0 14px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#pc-header .language li a:hover {
    color: #fff;
}

#pc-header .language li span img {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
}

#pc-header .language li.active span img {
    display: block;
}

#footer {
    margin-top: 126px;
    background: #000;
}

#footer .content {
    position: relative;
    height: 98px;
}

#footer .content .signature {
    position: absolute;
    width: 102px;
    height: 47px;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

#footer .content .icon-list {
    position: absolute;
    height: 57px;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    font-size: 0;
}

#footer .content .icon-list li {
    display: inline-block;
}

#footer .content .icon-list li~li {
    margin-left: 16px;
}

#footer .copyright {
    border-top: 1px solid #303030;
    text-align: right;
    padding: 12px 20px 12px 0;
    color: #9a9a9a;
}

#cover {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

.popup .signature {
    position: absolute;
    top: 16px;
    left: 20px;
}

.popup .popup-close {
    position: absolute;
    top: 0;
    right: 0;
}

.popup .content {
    width: 100%;
    height: 100%;
    font-size: 34px;
    overflow-y: auto;
}

.popup .content a {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
}

.popup .content .item {
    padding-top: 105px;
}

.popup .content .item li a {
    padding: 25px 0;
}

.popup .content .language {
    margin-top: 10px;
    padding-bottom: 80px;
}

.popup .content .language li a {
    padding: 12px 0;
}

.popup .content .language li span {
    position: relative;
    display: inline-block;
}

.popup .content .language li span img {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -22px;
    margin: auto 0;
}

.popup .content .language li.active span img {
    display: block;
}

@media only screen and (min-width: 990px) {
    #m-header {
        display: none !important;
    }
    #pc-header {
        display: block;
    }
    .popup.menu {
        display: none !important;
    }
    .container {
        font-size: 18px;
    }
    .container .intro {
        font-size: 18px;
    }
    .container .intro span {
        font-size: 32px;
    }
    .container .intro p {
        line-height: 34px;
    }
    .container .intro .text {
        float: right;
        width: 60%;
    }
    .container .intro .text .name {
        font-size: 46px;
    }
    .container .intro .text .highlight {
        line-height: 28px;
    }
    .container .intro .text .highlight .h-text {
        font-size: 14px;
        margin-top: -20px;
    }
    .container .intro .img {
        float: left;
        width: 35%;
        margin: 0;
    }
    .banner .mobile {
        display: none;
    }
    .banner .pc {
        display: block;
    }
}