/* 導入【思源黑體】 */

body {
    padding: 0;
    margin: 0;
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft JhengHei", Roboto, "Helvetica Neue", Arial, sans-serif; */
    font-family: 'Noto Sans TC', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
    /* vertical-align: middle; */
    display: block;
}

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

a {
    text-decoration: none;
    transition: all .3s;
}
a:hover{
    opacity: .7;
}

*,
*::after,
*::before {
    box-sizing: border-box;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

/* 以上基本設定 */

/*------------------------------------*\
    $整體板塊
\*------------------------------------*/



.CP {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 100px;
    border-left: var(--light-second) solid thin;
    border-right: var(--light-second) solid thin;
    line-height: 2em;
}

#title {
    margin: 40px 0;
    text-align: start;
}

#title hr {
    margin-top: 16px;
}

.part p ,.part> img {
    margin-bottom: 40px;
}


.center{
    text-align: center;
    margin: 0 auto;
}
.videoControl{
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
}
.videoControl iframe{
    position: absolute;
    left: 0;
    top: 0;
}
@media screen and (max-width: 768px) {
    .CP {
        padding: 0 20px;
    }
    #title {
        margin: 20px 0;
        text-align: start;
    }
    .part p ,.part> img  {
        margin-bottom: 20px;
    }
}