body.bodyBgSetting {
    background: #fff;
    background-image: url(../../img/woman-bg3.jpg);
    background-size: cover;
    min-height: 120vh;
}

body.heightScroll {
    height: 100% !important;
    overflow-x: hidden;
    overflow-y: auto;
}

input::placeholder {
    color: rgba(80, 80, 80, 0.72);
    font-size: 15px;
    font-weight: 500;
}

/*------- 版頭 -------*/
.headerSetting {
    background: #fff;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/*------- 選單 -------*/
img.borderPic {
    border: 1px solid #dee2e6;
    height: auto;
}

.card {
    border: none;
}

.desktop-menu ul {
    justify-content: flex-end !important;
}

.desktop-menu ul li.mainMenuBox:last-child a {
    padding: 33px 0 33px 12px;
}

.desktop-menu ul li.mainMenuBox:hover a.mainMenu {
    color: orangered;
    font-weight: 800;
    transform: scale(1.1);
}

.desktop-menu li a.mainMenu {
    color: #6e6e6e;
    cursor: pointer;
    font-family: "Microsoft JhengHei";
    font-size: 1rem;
    font-weight: 500;
    line-height: 0.95rem;
    text-align: center;
}

.desktop-menu li.menuBox {
    position: relative;
    width: 14%;
}

ul.dropDownMenuUI {
    box-shadow: 0 .2px 2.6px rgba(0, 0, 0, .2);
    opacity: 1;
    position: absolute;
    top: 90px;
    transition: all .18s ease-out 0s;
    visibility: hidden;
    width: 100px;
    z-index: 100;
}

ul.dropDownMenuUI li {
    background: #fff;
    text-align: center;
}

ul.dropDownMenuUI li a {
    color: #6e6e6e;
    display: block;
    padding: 10px 14px 0 14px !important;
}

ul.dropDownMenuUI li:last-child a {
    padding: 10px 14px 10px 14px !important;
}

.desktop-menu li:hover ul.dropDownMenuUI {
    opacity: 1;
    top: 80px;
    visibility: visible;
}

ul.dropDownMenuUI li {
    width: 100%;
}

ul.dropDownMenuUI li a:hover {
    color: orangered !important;
    font-weight: 800;
}

.newsTitleBox {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.newsTabContent {
    display: none;
}

.newsTabContent.selected {
    display: inherit;
}

.fontSize24 {
    font-size: 24px;
}

.mobileLogoPic {
    display: block;
    height: auto;
    margin: 0 auto 11px;
    max-width: 244px;
    text-align: center;
}

.mobile-navigation .mobileSubMenuContent {
    display: none;
}

.mobile-menu {
    border-top: 1px solid #e2e2e2;
    margin-top: 12px;
}

.mobile-menu li a {
    padding: 16px 16px 16px 32px !important;
    width: 100%;
}

.mobile-menu li .mobileSubMenuContent li {
    border-bottom: 1px solid #dcdcdc;
    padding: 0;
    padding-left: 8px;
    width: 100%;
}

.mobile-menu li .mobileSubMenuContent li a {
    font-family: "Noto Sans TC", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
}

a.mobileMainMenu {
    padding: 4px 15px;
    width: 100%;
}

a.mobileMainMenu.selected {
    background: #34914a;
    color: #fff !important;
    display: block;
    height: 46px;
    line-height: 46px;
    padding: 0 0 0 32px !important;
}

.menuArrowIcon {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #313332;
    bottom: 0;
    height: 0;
    margin: auto;
    position: absolute;
    right: -18px;
    top: 0;
    width: 0;
}

.menuArrowIcon.rotate {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    transform: rotate(180deg);
}

.mobile-menu li a.fw700 {
    font-family: "Noto Sans TC", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
}

.mobile-menu li .mobileSubMenuContent li.selected {
    background: #f0f0f0;
}

.mobile-menu li .mobileSubMenuContent li.selected a {
    color: #333;
}

/*------- 首頁跑馬燈區 -------*/
.sBannerContentBox {
    padding: 26px 20px 0;
    width: 100%;
}

.sBannerContentBox .sBannerBox {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1138px;
    width: 100%;
}

.sBannerContentBox .sBannerBox li {
    margin-right: 2.28%;
    width: 31.81%;
}

.sBannerContentBox .sBannerBox li:last-child {
    margin-right: 0;
}

.sBannerContentBox .sBannerBox li a {
    display: block;
    width: 100%;
}

.sBannerContentBox .sBannerBox li img {
    border: 1px solid rgba(220, 220, 220, .64);
    height: auto;
    opacity: 1;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
}

/*------- 公告訊息頁 -------*/
.newsTabUI {
    background: rgba(36, 143, 61, .2);
    border-radius: 4px;
    display: flex;
}

.newsTabUI li.newsTabBtn {
    cursor: pointer;
    display: block;
    padding: 14px;
    position: relative;
    text-align: center;
    width: 100px;
}

.newsTabUI li.newsTabBtn:after {
    content: "";
    background: rgba(0, 0, 0, .16);
    bottom: 0;
    display: block;
    height: 26px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    z-index: 100;
}

.newsTabUI li.newsTabBtn:last-of-type:after {
    display: none;
}

.newsTabUI li.newsTabBtn a {
    color: #495057;
    display: block;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 15px;
    font-weight: 800;
}

.newsTabUI li.newsTabBtn a.newsSelected {
    color: #248f3d;
}

.newsTableUI {
    background: White;
    border-color: #CCCCCC;
    border-collapse: collapse;
    border-style: None;
    border-width: 1px;
    color: Black;
}

.newsTableUI tbody tr:nth-child(odd) {
    background: #edf1f0;
}

.newsTableUI th {
    font-size: 18px;
}

.newsTableUI th.greenTh {
    background: #248f3d;
    color: #fff;
}

.newsTableUI td {
    font-size: 16px;
    line-height: 24px;
}

.newsTableUI td.greenText {
    color: #248f3d;
}

.newsTableUI td a.greenALink {
    color: #248f3d;
    font-weight: 500;
}

.newsTableUI td a.blackALink {
    color: #000;
    font-weight: 500;
}

.pageNavigationUI {
    display: flex;
    justify-content: center;
}

.newsTabContent.selected {
    display: block;
}

span.fw500 {
    font-weight: 500;
}

span.relativePlaced {
    position: relative;
}

/*------- 關於我們頁 -------*/
.index_title.customTitle {
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 8px;
    text-align: justify;
}

.context_style p {
    text-align: justify;
}

/*------- 服務產品項目介紹頁 -------*/
.pageBannerUI {
    background: linear-gradient(90deg, rgba(36, 143, 61, 1) 0%, rgba(53, 154, 71, 1) 42%, rgba(80, 172, 86, 1) 72%, rgba(130, 205, 114, 1) 100%);
}

.pageBannerUI .container {
    margin: 0 auto;
    max-width: 1170px;
    padding: 84px 0;
    width: 100%;
}

.pageBannerUI .container h2 {
    color: #fff;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
}

.pageContainer {
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
}

.breadCrumbUI {
    padding-top: 16px;
    width: 100%;
}

.breadCrumbUI p {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}

.breadCrumbUI p a {
    color: #333;
    letter-spacing: 0;
    opacity: 1;
    text-decoration: none;
    transition: opacity .4s ease-out;
}

.breadCrumbUI p span {
    padding: 0 4px;
}

.introUI {
    margin-top: 42px;
}

.introUI h3 {
    color: #353b39;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 36px;
    text-align: justify;
}

.introUI h3.relativePlaced {
    padding: 28px 0;
    position: relative;
}

.introUI h3.relativePlaced:after {
    content: "Product";
    color: #eff2f9;
    font-size: 120px;
    font-weight: 800;
    left: -8px;
    position: absolute;
    top: 24%;
    z-index: -10;
}

.introUI span.greenText {
    color: #25903d;
    margin-left: 1px;
}

.introUI p {
    font-family: "Noto Sans TC", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    padding-top: 20px;
    text-align: justify;
}

.serviceList {
    margin-top: 30px;
}

.serviceList .serviceFrame {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.serviceList .serviceItem {
    cursor: pointer;
    margin-bottom: 4.2%;
    margin-right: 7.8%;
    opacity: 1;
    transition: all .4s ease-in-out 0s;
}

.serviceList .serviceItem:hover {
    opacity: .82;
}

.serviceList .serviceItem:nth-child(4n+4) {
    margin-right: 0;
}

.serviceList .serviceItem h4 {
    font-family: "Noto Sans TC", sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-top: 18px;
    text-align: center;
}

.serviceList .ballUI {
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    display: block;
    height: 224px;
    margin: 0 auto;
    position: relative;
    width: 224px;
}

.serviceList .markUI {
    background: linear-gradient(320deg, rgba(98, 183, 96, 1) 0%, rgba(81, 172, 86, 1) 42%, rgba(78, 170, 84, 1) 72%);
    border-radius: 50%;
    display: block;
    height: 66px;
    position: absolute;
    width: 66px;
    z-index: 60;
}

.serviceList .markUI .content {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.serviceList .markUI p {
    color: #fff;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
}

.serviceList .ballUI img.icon {
    bottom: 0;
    height: auto;
    left: 50%;
    margin: auto;
    max-width: 80%;
    position: relative;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*------- 商家登入/聯絡我們/註冊登入頁 -------*/
.formUIFixed {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-22.8%);
    z-index: 50;
}

.formUIFixed.noFixed {
    position: relative;
}

/*------- 聯絡我們頁 -------*/
span.markIcon {
    color: #ff0000;
    font-weight: 700;
}

.contactUsCheckBoxUI {
    margin: 0 auto;
    max-width: 80px;
}

.contactUsCheckBoxUI .custom-control-label {
    padding-left: 0 !important;
}

.formUIFixed.formUISetting {
    transform: translateY(10.8%);
}

.form-label-group>label.labelSetting {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
    padding: 0;
    position: static;
    text-align: left;
}

.formTitle h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 11px;
    text-align: left;
}

.form-label-group>input.inputSetting {
    padding: 8.8px 10px !important;
}

.off-canvas-wrapper .off-canvas-overlay {
    height: 100vh !important;
}

.mobile-menu {
    padding-right: 0 !important;
    width: 100%;
}

/*------- 密碼欄位的眼睛功能 -------*/
.passwordWrapper {
    display: inline-block;
    position: relative;
    width: 100%;
}

.passwordWrapper.widthAuto {
    width: auto;
}

.passwordWrapper input {
    display: block;
    height: 58px;
    margin: 10px 0 20px;
    padding: 0 14px;
    width: 100% !important;
}

.passwordWrapper input.heightAuto {
    height: auto;
}

.passwordWrapper .togglePassword {
    cursor: pointer;
    margin: auto;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-66%);
}

/*------- 彈窗 -------*/
.modalWrapper {
    display: none;
    height: 100%;
    padding: 12px;
    width: 100%;
}

.modalWrapper.mask {
    background: rgba(0, 0, 0, .6);
    position: fixed;
    z-index: 1000;
}

.modalWrapper img.modalPic {
    animation: picBounceIn 1s ease-out, picSwing .6s ease-in-out 1s;
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.off-canvas-wrapper.wrapperSetting {
    /* display: none; */
    height: 100%;
    position: relative;
    transform: translateY(-54px);
}

.off-canvas-wrapper .off-canvas-inner-content {
    padding: 6px 0 0 0 !important;
}

.off-canvas-wrapper .off-canvas-inner-content {
    display: block;
    height: 100vh !important;
    position: fixed !important;
}

.mobile-menu {
    margin-top: 0 !important;
}

.mobile-header {
    padding-bottom: 4px;
}

.mobile-logo {
    max-width: 100% !important;
}

.mobile-logo img {
    height: auto;
    max-width: 244px;
}

.card {
    border-radius: 10px;
}

.todd-card-body.customSetting {
    padding: 1.203rem 1.25rem 1.203rem;
}

.loginForm {
    padding: 0 1.25rem;
}

/*------- 動畫特效 -------*/
@keyframes picBounceIn {
    0% {
        opacity: 0;
        transform: scale(.3)
    }

    50% {
        opacity: .9;
        transform: scale(1.1)
    }

    80% {
        opacity: 1;
        transform: scale(.81)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes picSwing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

/*------- 平板/手機版 -------*/
@media screen and (max-width: 1180px) {
    .pageBannerUI .container {
        margin: 0 auto;
        max-width: 1024px;
        padding: 72px 16px;
    }

    .breadCrumbUI {
        margin: 0 auto;
        max-width: 1024px;
        padding: 10px 16px 0;
        width: 100%;
    }

    .introUI {
        margin: 42px auto 0 auto;
        max-width: 1024px;
        padding: 0 16px;
        width: 100%;
    }

    .serviceList {
        margin: 30px auto 0 auto;
        max-width: 1024px;
        padding: 0 16px 20px;
        width: 100%;
    }

    .serviceList .serviceItem {
        margin-bottom: 6.6%;
        margin-right: 6.6%;
        width: 20%;
    }

    .serviceList .ballUI {
        height: 200px;
        margin: 0 auto;
        width: 100%;
    }

    .serviceList .markUI {
        height: 64px;
        width: 64px;
    }

    .serviceList .ballUI img.icon {
        max-width: 72%;
    }
}

@media screen and (max-width: 1100px) {
    .serviceList .serviceItem {
        width: 28.9%;
    }

    .serviceList .serviceItem:nth-child(3n+3) {
        margin-right: 0;
    }

    .serviceList .serviceItem:nth-child(4n+4) {
        margin-right: 6.6%;
    }

    .serviceList .serviceItem.mobileMb0 {
        margin-bottom: 0;
    }

    .serviceList .ballUI {
        height: 200px;
        margin: 0 auto;
        width: 200px;
    }
}

@media screen and (max-width: 1024px) {
    body.heightNoScroll {
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .formUIFixed {
        top: auto;
        transform: translateY(0);
    }

    .introUI h3 {
        font-size: 26px;
    }

    .pageBannerUI .container h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 1022px) {
    .sBannerContentBox .sBannerBox li {
        margin-bottom: 6px;
        margin-right: 2.82%;
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .desktopHeader {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .newsTableUI th.TCenter.mobileHide,
    .newsTableUI td.TCenter.mobileHide {
        display: none;
    }

    .newsTableUI th.TCenter.mobileW30 {
        width: 30%;
    }

    .newsTableUI th.TCenter.mobileW70 {
        width: 70%;
    }

    .videoBox {
        margin-top: 40px !important;
    }
}

@media screen and (max-width: 768px) {
    .mobileDBlock {
        display: flex !important;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .contactUsCheckBoxUI {
        margin: 0;
        margin-right: 4%;
        max-width: none;
        width: 29%;
    }

    .contactUsCheckBoxUI label {
        text-align: left;
    }
}

@media screen and (max-width: 732px) {
    .pageBannerUI .container {
        padding: 62px 16px;
    }

    .pageBannerUI .container h2 {
        font-size: 28px;
    }

    .introUI {
        margin: 6px auto 0 auto;
    }

    .introUI h3 {
        font-size: 24px;
    }

    .introUI h3.relativePlaced:after {
        display: none;
    }

    .introUI h3.relativePlaced {
        padding-bottom: 0;
        padding-top: 20px;
    }

    .introUI p {
        font-size: 15px;
        line-height: 25px;
        padding-top: 10px;
    }

    .serviceList {
        flex-wrap: nowrap;
        margin: 18px auto 0 auto;
    }

    .serviceList .serviceFrame {
        overflow-x: scroll;
        overflow-y: hidden;
        padding-bottom: 16px;
    }

    .serviceFrame.scrollUI::-webkit-scrollbar-track {
        background: #e4e4e4;
        height: 2px;
    }

    .serviceFrame.scrollUI::-webkit-scrollbar {
        background: #e4e4e4;
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
        height: 5.4px;
        width: 5.4px;
    }

    .serviceFrame.scrollUI::-webkit-scrollbar-thumb {
        background: #4fab55;
    }
}

@media screen and (max-width: 728px) {
    .serviceList .serviceItem {
        width: 28.9%;
    }
}

@media screen and (max-width: 650px) {
    .serviceList .serviceFrame {
        flex-wrap: nowrap;
    }

    .serviceList .serviceItem {
        margin-bottom: 0;
        width: 46.7%;
    }

    .serviceList .serviceItem,
    .serviceList .serviceItem:nth-child(3n+3) {
        margin-right: 24px;
    }

    .serviceList .serviceItem:last-child {
        margin-right: 0;
    }

    .serviceList .serviceItem h4 {
        font-size: 17px;
        margin-top: 13px;
    }

    .serviceList .ballUI {
        height: 146px;
        width: 146px;
    }

    .serviceList .markUI {
        height: 46px;
        width: 46px;
    }

    .serviceList .markUI p {
        font-size: 13px;
        line-height: 17px;
    }

    .serviceList .ballUI img.icon {
        max-width: 62%;
    }
}

@media screen and (max-width: 560px) {
    .newsTitleBox {
        display: block;
    }

    .newsTabUI {
        display: block;
        margin-top: 12px;
        width: 100%;
    }

    .newsTabUI li.newsTabBtn {
        display: inline-block;
        width: 32.4%;
    }

    .newsTabUI li.newsTabBtn a {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .introUI {
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px) {
    .mobileDBlock {
        display: flex !important;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .contactUsCheckBoxUI {
        margin: 0;
        margin-right: 4%;
        max-width: none;
        width: 29%;
    }

    .contactUsCheckBoxUI label {
        text-align: left;
    }
}

@media screen and (max-width: 375px) {
    .sBannerContentBox .sBannerBox {
        display: block;
    }

    .sBannerContentBox .sBannerBox li {
        margin-bottom: 4%;
        margin-right: 0;
        width: 100%;
    }
}

@media screen and (max-width: 360px) {
    .contactUsCheckBoxUI {
        width: 46%;
    }
}

@media screen and (max-width: 346px) {
    .newsTabUI li.newsTabBtn {
        width: 32%;
    }
}