/* * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input,
textarea {
    -webkit-user-select: auto;
} */

*,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a {
    /* font-family: Microsoft JhengHei; */
    font-family: 'Noto Sans TC', sans-serif;
    
}

* {
    /* -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease; */
    word-wrap: break-word;
    -webkit-overflow-scrolling: touch;
}

button:focus {
    outline: 0;
}

[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus,
.form-control:focus {
    border: none;
    box-shadow: none;
}

html {
    font-size: 16px;
    height: inherit;
}

img {
    width: 100%;
    height: auto;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
i {
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none;
}

body {
    min-width: 320px;
    min-height: 568px;
    overflow-x: hidden;
    overflow-y: scroll;
}

/* body.homepage {
    overflow-x: hidden;
    overflow-y: hidden;
}
 */
.mb-5pct {
    margin-bottom: 5%;
}

/* goTop start*/
a.goTop {
    display: none;
    position: fixed;
    bottom: 1.8rem;
    right: .6rem;
    background-color: #1d2087;
    text-decoration: none;
    color: #fff;
    z-index: 20;
    text-align: center;
    padding: .75rem .75rem;
}

a.goTop:hover {
    background-color: #1d2087;
}

a.goTop i {
    font-size: 1.5rem;

}


/* RWD-style-strat///////////////////////////////////////////////////////////////////////////////// */
/* p,
h1,
h2,
h3,
h4,
h5,
h6,
i {
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none;
} */

.articleEditorBox .dp_none {
    display: none !important;
}

.articleEditorBox .no_mb_spacing {
    margin-bottom: 0px !important;
}

/* .articleEditorBox .no_content{
    display: none !important;
}
 */

.articleEditorBox .imgBox>img {
    width: 100%;
    height: auto;
}

.articleEditorBox img {
    /* width: 100%; */
    width: auto;
    height: auto;
}

.editor_mtSpacing {
    margin-top: 2rem;
}

.editor_mbSpacing {
    margin-bottom: 2rem;
}


/* article box content */

.articleEditorBox .articleBox h4 {
    font-size: 1.5rem;
    color: #4d4d4d;
    font-weight: 600;
    text-align: justify;
    word-wrap: break-word;
    line-height: 2.25rem;
}


.articleEditorBox .articleBox h4.titleMbSpacing {
    margin-bottom: 1.5rem;
}


.articleEditorBox .articleBox p {
    font-size: 1.125rem;
    color: #777;
    text-align: justify;
    word-wrap: break-word;
    line-height: 1.875rem;
    margin-bottom: 1.5rem;
}

.articleEditorBox .articleBox {
    margin-bottom: 5rem;
}


/* img box content */
.articleEditorBox .articleBox .textBox {
    padding: .6rem;
}

.articleEditorBox .articleBox .imgBox h4 {
    font-size: 1.25rem;
    color: #4d4d4d;
    font-weight: 600;
    text-align: justify;
    word-wrap: break-word;
    line-height: 1.75rem;
}

.articleEditorBox .articleBox .imgBox h4.titleMbSpacing {
    margin-bottom: .3rem;
}

.articleEditorBox .articleBox .imgBox p {
    font-size: 1rem;
    color: #777;
    text-align: justify;
    word-wrap: break-word;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;

}

@media (max-width: 767px) {
    .editor_mtSpacing {
        margin-top: 2rem;
    }

    .editor_mbSpacing {
        margin-bottom: 2rem;
    }

    .articleEditorBox .articleBox {
        margin-bottom: 2.5rem;
    }

    .articleEditorBox .articleBox h4.titleMbSpacing {
        margin-bottom: 0rem;
    }
}


/* 新增樣式layout */
.articleEditorBox .articleBox p {
    margin-bottom: .2rem;
}

.articleEditorBox .articleBox .textBox {
    padding: 0px .6rem;
}

.articleEditorBox .articleBox h4 {
    padding-top: .6rem;
}

.articleEditorBox .articleBox p {
    padding-bottom: .6rem;
}

.articleEditorBox .articleBox h4.p_mb_spacing {
    margin-bottom: 1rem;
}

.articleEditorBox .articleBox p.p_mb_spacing {
    margin-bottom: 2rem;
}

/* //////////////////////////////////////////////////////// */
.articleEditorBox img {
    width: auto;
    height: auto;
}

.articleEditorBox ul {
    margin-bottom: .25rem;
    list-style: initial;
}

.articleEditorBox a {
    text-decoration: none;
}

.articleEditorBox iframe {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.articleEditorBox .articleBox .textBox {
    padding: 0px;
}

/* //////////////////////////////////////////////////////// */

/* RWD-style-end///////////////////////////////////////////////////////////////////////////////// */

.container-fluid.containerMax {
    max-width: 1920px;
    margin: 0px auto;
    padding: 0px;
}


/* @media (min-width: 1024px) {
    .container.containerMax {
        max-width: 991px;
    }
}

@media (min-width: 1280px) {
    .container.containerMax {
        max-width: 1080px;
    }
}

@media (min-width: 1440px) {
    .container.containerMax {
        max-width: 1280px;
    }
}

@media (min-width: 1660px) {
    .container.containerMax {
        max-width: 1440px;
    }
}

@media (min-width: 1780px) {
    .container.containerMax {
        max-width: 1600px;
    }
    .container.containerMax.header {
        max-width: 1920px;
    }
} */