p {

    font-weight: 500;

}

div[name=top] {

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}

div[class=logo] {
    padding: 10px 0px;
    width: 265px;

}

.container[name=menu] {

    width: 100%;
    background-color: white;

}

[name=fixedStyle] {

    display: flex;
    align-items: center;
    justify-content: center;

}

location[name=banner] {

    height: 200px !important;

}

h1[name=banner-title] {

    text-shadow: 3px 3px 1px #000;

}

footer[name=footer] {

    color: #65D2E6;
    background-color: #438B99;

}

div[name=footerMenu] {

    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background-color: #397884;

}

div[name=FM] {

    padding: 8px 20px;
    transition: all 0.3s ease;
    cursor: pointer;

}

div[name=FM]:hover {

    color: white;

}

div[name=footerContent] {

    display: flex;
    align-items: center;
    justify-content: center;

}

div[name=footerContact] {

    padding: 50px 20px 20px 20px;
    margin: 0px auto;

}

div[name=footerContact] {

    color: #65D2E6;

}

div[name=othItem] {

    margin: 0px auto;

}

div[name=footerQuick] {

    display: flex;
    font-size: 22px;

}

div[name=subQuick] {

    display: flex;
    padding: 0px 10px;
    cursor: pointer;
    transition: all 0.3s ease;

}


div[name=subQuick] icon {

    padding: 0px 10px;
    font-family: fontAwesome;

}

div[name=subQuick]:hover {

    color: white;

}

div[name=statement] {

    text-align: center;

}

.flaticon-triangle-inside-circle:before {

    color: black !important;

}


.navbar-toggle {
    display: none;
}

.navItem a[name=notice] {

    color: #D13B56;
    /*font-weight: bold;*/

}

.navItem a[name=notice]:after {

    content: "*";
    margin-left: 5px;

}

@media screen and (max-width: 768px) {
    footer[name="footer"] {
        text-align: center;
        padding: 10px;
    }

    div[name="footerMenu"] {
        flex-direction: column;
        font-size: 16px;
    }

    div[name="FM"] {
        padding: 10px;
    }

    div[name="footerContent"] {
        flex-direction: column;
    }

    div[name="footerContact"] {
        padding: 20px 10px;
    }

    div[name="footerQuick"] {
        flex-direction: column;
        font-size: 18px;
        align-items: center;
    }

    div[name="subQuick"] {
        padding: 5px 0;
        font-size: 16px;
    }

    div[name="statement"] {
        font-size: 14px;
        padding: 10px;
    }
}

#mobileNav {
    display: none;
    background-color: #438B99;
    padding: 10px;
}

#mobileNavToggle {
    background-color: #397884;
    color: white;
    font-size: 18px;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

#mobileNavMenu {
    display: none;
    margin-top: 10px;
}

.navItem {
    margin-bottom: 8px;
}

.navItem a,
.dropdownToggle {
    color: white;
    text-decoration: none;
    display: block;
    padding: 10px;
    background-color: #4b9cac;
    border-radius: 5px;
    cursor: pointer;
}

.navItem a:hover,
.dropdownToggle:hover {
    background-color: #5bc0de;
}

/* 子選單 */
.dropdownMenu {
    display: none;
    padding-left: 10px;
    margin-top: 5px;
}

.dropdown.open .dropdownMenu {
    display: block;
}

/* 僅在手機顯示 */
@media screen and (max-width: 768px) {
    #mobileNav {
        display: block;
    }

    .mainmenu-area,
    .main-menu {
        display: none !important;
    }
}


.padding-0 {
    padding: 0;
}

.margin-0 {
    margin: 0;
}

.margin-bottom-2 {
    margin-bottom: 2px;
}

.cursor-pointer {
    cursor: pointer;
}

.color-d13b56 {
    color: #D13B56;
}

.bg-breadcrumb {
    background-image: url(../images/resources/breadcrumb-bg.jpg);
}

.ws-pw {
    white-space: pre-wrap;
}

.ws-pl {
    white-space: pre-line;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.grid-gap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.tac {
    text-align: center;
}

.w7 {
    width: 70%;
}

.w88 {
    width: 88%;
}

.w60 {
    width: 60%;
}

.w90 {
    width: 90%;
}

.w100 {
    width: 100%;
}

.w80 {
    width: 80%;
}

.mfwc {
    margin: 0px 5px;
    font-weight: normal;
    cursor: pointer;
}

.d-aj-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.b0 {
    border: 0;
}

.img-w-500 {
    width: 500px;
}

.whbc {
    width: 100%;
    height: 50px;
    background-color: #FCFCFC;
}

.d-flex {
    display: flex;
}

.d-none {
    display: none;
}

.bpm-0 {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

.mail-1 {
    position: static;
    max-width: 1200px;
    margin: 0 auto;
    background: #131d33;
    padding: 100px 15px;
    text-align: center;
}

.mail-2 {
    text-shadow: 11px 20px 8px rgb(0, 0, 0);
}

.mail-3 {
    background: #fff;
    padding-top: 200px;
    color: #fff;
}

.mail-4 {
    background: #ffffff;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    padding: 15px 30px;
    margin-top: 10px;
    display: inline-block;
}

.p-relative {
    position: relative;
}

.b-none {
    border: none;
}

.hai-50 {
    height: 50px;
    align-items: center;
}

.pt0 {
    padding-top: 0px
}

.cb {
    color: black;
}