@charset "utf-8";

/* CSS Document */
/************************************************************************************
RESET
*************************************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a, img {
  border: none;
}

a {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}

.clean {
    clear: both;
}

.clearfix {
    overflow: auto;
}

img {
    max-width: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}

* {
    box-sizing: border-box;
}

/************************************************************************************
STRUCTURE 主要區塊
*************************************************************************************/

body {
    font-family: "微軟正黑體", "黑體", Arial, Helvetica, sans-serif;
}

#web-outer {
    max-width: 2000px;
    overflow: hidden;
    font-size: 15px;
    color: #000000;
    background-color: #f1f1f1;
}

/*======================
====Main CSS=====
=======================*/

a {
    text-decoration: none;
}

.et-hero-tabs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: relative;
    background: #eee;
    text-align: center;
    padding: 0 2em;
    transition: all 0.5s ease-in;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.et-slide {
    padding-top: 7rem;
    margin-top: -7rem;
    overflow: hidden;
}

.info {
    width: 320px;
    height: 320px;
    background: #84329b;
    color: #fff;
    z-index: 10;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.info>p:first-child {
    font-size: 34px;
    letter-spacing: 2px;
    border-bottom: 1px solid #fff;
    line-height: 40px;
    padding-bottom: 3px;
}

.info>.country {
    width: 100%;
    font-size: 80px;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 86px;
    padding-top: 14px;
}

.info>.country2 {
    width: 100%;
    font-size: 64px;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 86px;
    padding-top: 14px;
}

.info>.country-en {
    font-size: 44px;
    letter-spacing: 2px;
    line-height: 56px;
}

.et-hero-tabs-container {
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    z-index: 10;
}

.et-hero-tabs-container--top {
    position: fixed;
    top: 40px;
}

.et-hero-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    color: #000;
    letter-spacing: 0.1rem;
    transition: all 0.5s ease;
    font-size: 1rem;
    font-weight: bold;
}

.et-hero-tab:hover {
    color: white;
    background: rgba(132, 50, 155, 0.5);
    transition: all 0.5s ease;
    text-decoration: none;
}

.et-hero-tab-slider {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 6px;
    background: #84329b;
    transition: left 0.3s ease;
}

@media (max-width: 1400px) {
    .et-hero-tab span {
        font-size: 0.9rem;
    }
}

@media (max-width: 1024px) {
    .et-hero-tab span {
        width: 60%;
        line-height: 1.4em;
        font-size: 1rem;
    }
}

@media (max-width: 900px) {
    .et-hero-tab span {
        font-size: 0.9rem;
    }
}

@media (max-width: 820px) {
    .et-hero-tab span {
        width: 65%;
    }
}

@media (max-width: 768px) {
    .et-hero-tabs-container {
        display: none;
    }
}

.ct {
    height: 95.8vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

}

/*======================
====nav CSS=====
=======================*/

#main-content {
    max-width: 960px;
    margin: 0 auto;
}

#main-content {
    margin-top: 60px;
    margin-bottom: 90px;
}

#content {
    padding: 15px;
    margin-left: 15px;
    color: #aaaaaa;
    margin-left: 215px;
}

#sidebar,
#sidebar2,
#sidebar3,
#sidebar4,
#sidebar5,
#sidebar6,
#sidebar7,
#sidebar8,
#sidebar9,
#sidebar10,
#sidebar11,
#sidebar12,
#sidebar13 {
    float: left;
    width: 200px;
    color: #333333;
    will-change: min-height;
}

.sidebar__inner {
    padding: 10px;
    position: relative;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

.tabs-name {
    background: #fff;
    border-top: 5px solid #84329b;
    width: 175px;
    height: 160px;
}

.tabs-name>h4 {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
}

.tabs-name>p {
    padding: 16px 0;
    margin: 0;
    text-align: center;
}

/*-----文字規則-------*/

#content {
    line-height: 2em;
    text-align: left;
}

h5 {
    font-size: 24px;
    font-weight: bold;
    color: #84329b;
    letter-spacing: 1px;
    border-left: 5px solid #84329b;
    padding: 4px;
    margin: 0 0 6px 0;
}

h6 {
    margin-left: 15px;
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    letter-spacing: 1px;
    padding: 4px 0;
    margin: 14px 0;
}

h6 span {
    background: url(../images/line.jpg) left bottom repeat-x;
}

p {
    margin-left: 15px;
}

.list {
    margin-left: 15px;
    border-left: 1px solid #9a9a9a;
    font-size: 15px;
    font-weight: normal;
    color: #000000;
}

.list ol,
.list ul {
    margin-left: 30px;
}

.list ol span,
.list ul span {
    font-weight: bold;
    color: #d40f7d;
}

.list ol p,
.list ul p {
    margin-left: 0px;
}

.list a {
    color: #00a3e0;
    display: inline-block;
    word-break: break-all;
}

/*------------*/


/*------media query----------*/

@media only screen and (max-width:768px) {
    .et-slide {
        padding-top: 0rem;
        margin-top: 0rem;
    }
}

@media only screen and (max-width:600px) {
    #content {
        margin-left: 120px;
    }

    #sidebar,
    #sidebar2,
    #sidebar3,
    #sidebar4,
    #sidebar5,
    #sidebar6,
    #sidebar7,
    #sidebar8,
    #sidebar9,
    #sidebar10,
    #sidebar11,
    #sidebar12,
    #sidebar13 {
        width: 120px
    }

    .tabs-name {
        width: 100px;
    }

    .tabs-name>h4 {
        font-size: 20px;
    }
}

@media only screen and (max-width:480px) {
    .list {
        font-size: 17px;
    }

    #content {
        margin-left: 80px;
    }

    #sidebar,
    #sidebar2,
    #sidebar3,
    #sidebar4,
    #sidebar5,
    #sidebar6,
    #sidebar7,
    #sidebar8,
    #sidebar9,
    #sidebar10,
    #sidebar11,
    #sidebar12,
    #sidebar13 {
        width: 80px
    }

    .tabs-name {
        width: 60px;
        margin: 0 auto;
        height: 220px;
    }

    .tabs-name>h4 {
        font-size: 24px;
        -webkit-writing-mode: vertical-lr;
        writing-mode: vertical-lr;
        padding: 0 13px;
    }

    .tabs-name>p img {
        max-width: 80px;
    }
}

@media only screen and (max-width:360px) {
    #content {
        margin-left: 10px;
    }

    #sidebar,
    #sidebar2,
    #sidebar3,
    #sidebar4,
    #sidebar5,
    #sidebar6,
    #sidebar7,
    #sidebar8,
    #sidebar9,
    #sidebar10,
    #sidebar11,
    #sidebar12,
    #sidebar13 {
        display: none;
    }
}
.pushy,
#footer-webpages{
    ol, ul{
        list-style: none;
    }
}
#dm-footer {
    box-shadow: 0 0 4px hsl(0deg 0.99% 52.21% / 30%);
}