body {
    /*網頁背景*/
    /*    background-color: #EFEAE9;*/
    box-sizing: border-box;
}

/*標題*/
ul,
ol {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

ul > li,
ol > li {
    padding: 0.5rem;
    line-height: 1.7em;
}

ul > li {
    list-style-type: disc;
}

p {
    margin-bottom: 1rem;
    line-height: 1.7em;
}

article > section {
    position: relative;
    z-index: 0;
}

/*
article > section:not(.bgcolor):not(:first-of-type):after {
    content: '';
    background-color: #fcedd0;
    position: absolute;
    width: 70%;
    height: 70%;
    bottom: 0;
    right: 0;
    border-radius: 999em 0 0 0;
    z-index: -1;
}*/

article > section > blockquote {
    margin: 0;
}

article > section > blockquote table {
    margin: 1.5em auto;
}

article > section > blockquote table > tbody > tr > td {
    padding: 1em 0.5em;
    vertical-align: middle;
}

#wrap {
    /*主內容背景*/
    max-width: none;
    background-color: #fff;
}

header > h1 > img {
    max-width: 100%;
}

article {
    margin: 0;
    padding: 0;
}

article section {
    margin: 0;

    padding-top: 4em;
    padding-bottom: 5em;

    position: relative;
    background-color: transparent;
}

article section:first-child {
    padding: 6em 1.5em;
}

@media screen and (max-width:768px) {
    article section:first-child {
        padding: 3em 1.5em;
    }
}

.container {
    max-width: 1170px;
    margin: 0 auto;
}

.bgcolor {
    background-color: #fff9ec;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

/*list-ol*/

.list-ol {
    margin-left: auto;
}

.list-ol > li {
    list-style-type: none;
}

.list-ol.style1 {
    margin-left: auto;
}

.list-ol.style1 > li {
    counter-increment: section;
}

/*(國字)*/
.list-ol.style1 > li {
    counter-increment: section2;
}

.list-ol.style1 > li:before {
    content: "("counter(section2) ")";
    /*上方for IE用*/
    content: "("counter(section2, cjk-ideographic) ")";
    background-color: transparent;
    color: #333;
    margin-right: 0.5rem;
}

.list-ol > li {
    margin: 2rem 0;
}

.list-ol.style1 > li > ul {
    margin-left: 3.5rem;
}

h2 {
    font-size: 1.8rem;
    line-height: 1.7em;
    position: relative;
}

h3 {
    font-size: 1.5rem;
    line-height: 1.7em;
    font-weight: bold;
}

h3 > span {
    display: block;
    font-size: 1.2rem;
    color: #888;
    position: relative;
}

h3 > span:after {
    content: '';
    height: 1px;
    width: 22px;
    background-color: #888;
    transform: rotate(-45deg);
    display: block;
    position: absolute;
    top: 70%;
    left: 20px;
}

h2:before {
    content: url(../image/icon.png);
    display: block;
    position: absolute;
    top: -1.2em;
    left: -0.5em;
    width: 30px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.col-3,
.col-9 {
    box-sizing: border-box;
}

.col-3 {
    padding: 1rem 1.5rem;
    flex: 0 0 30%;
    max-width: 30%;
}

.col-9 {
    padding: 1rem;
    flex: 0 0 70%;
    max-width: 70%;
    position: relative;
    z-index: 0;
}

article > section .col-9:after {
    content: '';
    background-color: #ffe2a9;
    position: absolute;
    right: 0;
    top: 0;
    width: 90%;
    height: 90%;
    z-index: -1;
}

article > section .col-9:before {
    content: '';
    background-color: #fadf6a;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90%;
    height: 90%;
    z-index: -1;
}

@media screen and (max-width:991px) {

    .col-3,
    .col-9 {
        flex: 100%;
        max-width: 100%;
    }

    .video-container iframe,
    .video-container object,
    .video-container embed {
        width: 90%;
        height: 90%;
    }

    article > section .col-9:before {
        left: 5%;
        bottom: 8%;
        width: 80%;
        height: 80%;
    }

    article > section .col-9:after {
        right: 5%;
        width: 80%;
        height: 80%;
    }
}

@media screen and (max-width:768px) {

    .video-container iframe,
    .video-container object,
    .video-container embed {
        width: 100%;
        height: 100%;
    }

    article > section .col-9:before {
        left: 0;
        bottom: 0;
        width: 90%;
        height: 90%;
    }

    article > section .col-9:after {
        right: 0;
        width: 90%;
        height: 90%;
    }
}

.even {
    justify-content: center;
    flex-flow: row-reverse;
}

@media screen and (max-width:991px) {
    .even {
        flex-flow: wrap;
    }
}

#More {
    background-color: #fcedd0;
}

#More * {
    text-align: center;
}

#More a {
    color: #333;
    background-color: #fadf6a;
    padding: 1rem 2rem;
    border-radius: 10px;
    display: inline-block;
    border-bottom: 5px solid #f6c392;
    transition: .2s all ease;
}

#More a:hover {
    transform: translate(0, 5px);
}

#rwdMenuBar {
    display: none;
}

/*footer*/

footer {
    /*footer背景色*/
    background-color: #0f2d53;
}
