::-webkit-scrollbar:horizontal {
    height: 4px !important;
}

.allDiv {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.frame {
    width: 100%;
}

.frameDiv {
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px;

    display: flex;
    flex-direction: column;
    gap: 30px;
}

.frameDiv.noTop {
    padding-top: 0;
}

#workplaceFrameDiv {
    padding-top: 0;
}

#policyFrame {
    background-color: white;
}

.policyDiv {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.policyTag {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #4AC8C1;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 7px;
}

#foodContentDiv .policyTag {
    margin-bottom: 3px;
}

.policyContent {
    display: inline-block;
    width: calc(100% - 16px);
}

#workplaceFrame,#healthFrame {
    background-color: #F9F7F4;
}

#foodFrame {
    background-size: cover;
    background-image: url("../../../img/menu/5/5-5/食安管理背景.jpg");
 }

#healthFrame {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

#trainFrame {
    background-color: #F9F7F4;
}

.caption {
    font-style: normal;
    font-weight: bold;
    font-size: 36px !important;
    line-height: 53px;
    color: #3AAFA9;
}

.captionBr {
    display: none;
}

.smallCaption {
    font-style: normal;
    font-weight: bold;
    font-size: 28px !important;
    line-height: 150%;
    letter-spacing: 1px;
    color: #2B7A77;
}

#workplaceCaption {
    margin-bottom: 0;
}

.contentDiv {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 30px;
    width: 100%;
    flex: none;
    flex-grow: 0;
    position: relative;
}

#madeAreaContentDiv {
    gap: 10px;
}

.imageBlockScrollDiv {
    width: 100%;
    overflow-x: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.imageBlock {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
    gap: 20px;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
}

.imageBlock img {
    max-width: 530px;
    height: auto;
}

#workplaceContentDiv .imageBlock img,#foodContentDiv .imageBlock img {
    max-width: 340px;
}

#foodContentDiv .imageContent {
    color: white;
}

.leftImg,.rightImg {
    width: 50px;
    height: 50px;
    position: absolute;
    top: calc(50% - 25px);
    z-index: 2;
    cursor: pointer;
    display: none;
}

.leftImg {
    left: -10px;
}

.rightImg {
    right: -10px;
}

.imageBlockSelectDiv {
    /*display: flex;*/
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    height: 10px;
}

.imageBlockSelectDiv div {
    width: 8px;
    height: 8px;
    background-color: #4AC8C1;
    border-radius: 10px;
    cursor: pointer;
}

.imageBlockSelectDiv div.focus {
    background-color: #F4D242;
}

.contentDiv span,.contentDoc, .imageContent {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    text-align: justify;
    letter-spacing: 0.4px;
    color: #40474A;
}

.tableDiv {
    width: 100%;
    overflow-x: auto;
    position: relative;
    border-radius: 10px;
    border: 2px solid  #4AC8C1;
}

.tableArrow {
    width: 45px;
    height: 45px;
    position: absolute;
    left: 216px;
    top: 54px;
    z-index: 2;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    width: 1080px;
    margin: 0;
    padding: 0;
}

#trainContentDiv td {
    border-right: 1px solid #C8CBD0;
    border-bottom: 1px solid #C8CBD0;
}

th, td {
    font-size: 20px;
    line-height: 150%;
    height: 76px;
    letter-spacing: 0.4px;
}

th {
    font-weight: bold;
    background-color: #3AAFA9;
    color: white;
}

td {
    font-weight: normal;
    color: #264E58;
}

#trainContentDiv th:nth-child(1), #trainContentDiv td:nth-child(1) {
    width: 20% !important;
}
#trainContentDiv th:nth-child(2), #trainContentDiv td:nth-child(2) {
    width: 31.48% !important;
}
#trainContentDiv th:nth-child(3), #trainContentDiv td:nth-child(3) {
    width: 31.48% !important;
}
#trainContentDiv td:nth-child(1), #trainContentDiv td:nth-child(4){
    /*font-weight: 700;*/
    font-weight: bold;
}

#healthTableDiv table th:first-child, #healthTableDiv table td:first-child {
    width: 20% !important;
    position: sticky;
    left: 0;
    z-index: 2;
}

th:first-child {
    border-radius: 10px 0 0 0;
}
th:last-child {
    border-radius: 0 10px 0 0;
}
/*tr:last-child td:first-child {*/
/*    border-radius: 0 0 0 10px;*/
/*}*/
/*tr:last-child td:last-child {*/
/*    border-radius: 0 0 10px 0;*/
/*}*/
/*tr:last-child td {*/
/*    border-bottom: 2px solid  #4AC8C1 !important;*/
/*}*/
/*tr:last-child td:first-child {*/
/*    border-left: 2px solid  #4AC8C1 !important;*/
/*}*/
/*td:first-child {*/
/*    border-left: 2px solid  #4AC8C1 !important;*/
/*}*/
/*td:last-child {*/
/*   border-right: 2px solid  #4AC8C1 !important;*/
/*}*/



.tableFoot {
    width: 100%;
    text-align: right;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #717784;
    margin-bottom: 30px;
}

#healthCardDiv {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: Space-between;
    gap: 40px;
}

.manageCard {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    gap: 30px;

    width: 520px;
    height: 520px;

    background: #FFFFFF;
    border-radius: 20px;
}

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

.manageCard span {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    text-align: justify;
    letter-spacing: 0.02em;
    color: #40474A;
}

.madeAreaBlock1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px;
    gap: 10px;

    width: 100%;
    border-radius: 10px;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
}

.madeAreaBlock2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    gap: 30px;

    width: 100%;
    height: auto;
    background: #EEF8F7;
    border-radius: 20px;

    flex: none;
    order: 5;
    flex-grow: 0;
}

.madeAreaBlock2 img {
    max-width: 480px;
}

.madeAreaBlockNumber {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;

    width: 41px;
    height: 42px;

    background-color: #4AC8C1;
    border-radius: 40px;

    flex: none;
    flex-grow: 0;
    color: white !important;

    font-style: normal;
    font-weight: normal !important;
    font-size: 20px;
    line-height: 150%;
}

.madeAreaBlock1Title {
    font-style: normal;
    font-weight: normal !important;
    font-size: 20px;
    line-height: 150%;

    text-align: justify;
    letter-spacing: 0.02em;
    color: #40474A;
    flex: none;
    flex-grow: 1;

    width: calc(100% - 90px);
}

.madeAreaBlock2Content {
    font-style: normal;
    font-weight: normal !important;
    font-size: 18px;
    line-height: 150%;

    text-align: justify;
    letter-spacing: 0.02em;
    color: #40474A;

    flex: none;
    align-self: stretch;
    flex-grow: 0;
    width: 100%;
}

.madeAreaBlock2Div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    gap: 10px;

    width: calc(100% - 510px);
    max-width: 510px;
    flex: none;
    flex-grow: 1;
}

.madeAreaBlock2TitleDiv {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: 10px;

    height: 42px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.madeAreaBlock2Title {
    height: 30px;

    font-style: normal;
    font-weight: normal !important;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.02em;

    color: #40474A;
    flex: none;
    flex-grow: 0;
}

#madeAreaContentDiv .onFocus {
    background-color: #FFFDEB;
    font-weight: bold !important;
}

.madeAreaBlock1.onFocus span,.madeAreaBlock2.onFocus span {
    font-weight: bold !important;
}

.madeAreaBlockNumber.onFocus {
    background-color: #FFB636 !important;
}

.captionContent {
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;

    text-align: justify;
    letter-spacing: 0.02em;

    color: #40474A;

    flex: none;
    flex-grow: 0;
}

#contractorDiv {
    justify-content: center;
    align-items: center;
}

#contractorDiv a:link {
    text-decoration: none;
    width: 453px;
    max-width: calc(100% - 30px);
    height: 50px;
}

#contractorMore {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    background-color: #3AAFA9;
    cursor: pointer;
}
#contractorMore span {
    color: white;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: 150%;
}

#otherFrame {
    background-color: #F9F7F4;
}

.tableArrow {
    display: none;
    cursor: pointer;
}

.icon-sec1-bg-1 {
    background: url("../../../img/menu/5/5-6/綠色講座1.png") no-repeat;
    /*background-position: center;*/
    background-size: cover;
}

.icon-sec1-bg-2 {
    background: url("../../../img/menu/5/5-6/綠色講座2.png") no-repeat;
    /*background-position: center;*/
    background-size: cover;
}

.sec1-pic1 {
    width: 50%;
    max-width: 525px;
    height: 300px;
    border-radius: 20px;
    background: url("../../../img/menu/5/5-6/綠色講座1.png") no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

.sec1-pic2 {
    width: 50%;
    max-width: 525px;
    height: 300px;
    border-radius: 20px;
    background: url("../../../img/menu/5/5-6/綠色講座2.png") no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

.icon-sec2-bg-1 {
    background: url("../../../img/menu/5/5-6/各廠區歡喜慶新年1.png") no-repeat;
    /*background-position: center;*/
    background-size: cover;
}

.icon-sec2-bg-2 {
    background: url("../../../img/menu/5/5-6/各廠區歡喜慶新年2.png") no-repeat;
    /*background-position: center;*/
    background-size: cover;
}

.icon-sec2-bg-3 {
    background: url("../../../img/menu/5/5-6/各廠區歡喜慶新年3.png") no-repeat;
    /*background-position: center;*/
    background-size: cover;
}

.icon-sec2-bg-4 {
    background: url("../../../img/menu/5/5-6/各廠區歡喜慶新年4.png") no-repeat;
    /*background-position: center;*/
    background-size: cover;
}

.sec2-pic1 {
    width: 50%;
    max-width: 525px;
    height: 300px;
    border-radius: 20px;
    background: url("../../../img/menu/5/5-6/各廠區歡喜慶新年1.png") no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

.sec2-pic2 {
    width: 50%;
    max-width: 525px;
    height: 300px;
    border-radius: 20px;
    background: url("../../../img/menu/5/5-6/各廠區歡喜慶新年2.png") no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

.sec2-pic3 {
    width: 50%;
    max-width: 525px;
    height: 300px;
    border-radius: 20px;
    background: url("../../../img/menu/5/5-6/各廠區歡喜慶新年3.png") no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

.sec2-pic4 {
    width: 50%;
    max-width: 525px;
    height: 300px;
    border-radius: 20px;
    background: url("../../../img/menu/5/5-6/各廠區歡喜慶新年4.png") no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

.icon-prev-btn {
    width: 40px;
    height: 40px;
    background: url("../../../img/menu/5/5-3/icon-prev-btn.svg") no-repeat;
    background-position: center;
    cursor: pointer;
    opacity: 0.7;
}

.icon-prev-btn:hover {
    opacity: 1;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.icon-next-btn {
    width: 40px;
    height: 40px;
    background: url("../../../img/menu/5/5-3/icon-next-btn.svg") no-repeat;
    background-position: center;
    cursor: pointer;
    opacity: 0.7;
}

.icon-next-btn:hover {
    opacity: 1;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.sec4-pic1-desc {
    margin-right: 20px;
    width: 50%;
    max-width: 525px;
    height: 300px;
    display: inline-block;
}

.sec4-pic1 {
    width: 50%;
    max-width: 525px;
    height: 300px;
    border-radius: 20px;
    background: url("../../../img/menu/5/5-6/菲律賓廠-地球日-1.png") no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

.sec4-pic2-desc {
    margin-right: 20px;
    width: calc(50% - 35px);
    max-width: 525px;
    height: 300px;
    display: inline-block;
}

.sec4-pic2 {
    width: 50%;
    max-width: 525px;
    height: 300px;
    border-radius: 20px;
    background: url("../../../img/menu/5/5-6/墨西哥廠-地球日-1.png") no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

.sec4-pic2-mobile {
    display: none;
}

.sub-title {
    /*font-family: 'Roboto';*/
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #2B7A77;
}

.icon-sec5-bg-1 {
    background: url("../../../img/menu/5/5-6/永續市集1.png") no-repeat;
    /*background-position: center;*/
    background-size: cover;
}

.icon-sec5-bg-2 {
    background: url("../../../img/menu/5/5-6/永續市集2.png") no-repeat;
    /*background-position: center;*/
    background-size: cover;
}

.sec5-pic1 {
    width: 50%;
    max-width: 525px;
    height: 300px;
    border-radius: 20px;
    background: url("../../../img/menu/5/5-6/永續市集1.png") no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

.sec5-pic2 {
    width: 50%;
    max-width: 525px;
    height: 300px;
    border-radius: 20px;
    background: url("../../../img/menu/5/5-6/永續市集2.png") no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

.sec5-title-view {
    display: inline-block;
    width: 18%;
    margin-top: 100px;
    float: left;
}

.sec5-desc {
    display: inline-block;
    width: 80%;
}

.icon-sec6-bg-1 {
    background: url("../../../img/menu/5/5-6/電池1.png") no-repeat;
    /*background-position: center;*/
    background-size: cover;
}

.icon-sec6-bg-2 {
    background: url("../../../img/menu/5/5-6/電池2.png") no-repeat;
    /*background-position: center;*/
    background-size: cover;
}

.sec6-title-view {
    display: inline-block;
    width: 20%;
    margin-top: 25px;
    float: left;
}

.sec6-desc {
    display: inline-block;
    width: 80%;
    padding-left: 20px;
}

.sec6-pic1 {
    width: 50%;
    max-width: 525px;
    height: 300px;
    border-radius: 20px;
    background: url("../../../img/menu/5/5-6/電池1.png") no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

.sec6-pic2 {
    width: 50%;
    max-width: 525px;
    height: 300px;
    border-radius: 20px;
    background: url("../../../img/menu/5/5-6/電池2.png") no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

.icon-sec7-bg-1 {
    background: url("../../../img/menu/5/5-6/守護地球1.png") no-repeat;
    /*background-position: center;*/
    background-size: cover;
}

.icon-sec7-bg-2 {
    background: url("../../../img/menu/5/5-6/守護地球2.png") no-repeat;
    /*background-position: center;*/
    background-size: cover;
}

.sec7-title-view {
    display: inline-block;
    width: 30%;
    margin-top: 10px;float: left;
}

.sec7-desc {
    display: inline-block;
    width: 70%;
    padding-left: 20px;
}

.sec7-pic1 {
    width: 50%;
    max-width: 525px;
    height: 300px;
    border-radius: 20px;
    background: url("../../../img/menu/5/5-6/守護地球1.png") no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

.sec7-pic2 {
    width: 50%;
    max-width: 525px;
    height: 300px;
    border-radius: 20px;
    background: url("../../../img/menu/5/5-6/守護地球2.png") no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

.icon-sec8-bg-1 {
    background: url("../../../img/menu/5/5-6/綠色建築講座1.png") no-repeat;
    /*background-position: center;*/
    background-size: cover;
}

.icon-sec8-bg-2 {
    background: url("../../../img/menu/5/5-6/綠色建築講座2.png") no-repeat;
    /*background-position: center;*/
    background-size: cover;
}

.sec8-title-view {
    display: inline-block;
    width: 20%;
    margin-top: 50px;
    float: left;
}

.sec8-desc {
    display: inline-block;
    width: 80%;
    padding-left: 20px;
}

.sec8-pic1 {
    width: 50%;
    max-width: 525px;
    height: 300px;
    border-radius: 20px;
    background: url("../../../img/menu/5/5-6/綠色建築講座1.png") no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

.sec8-pic2 {
    width: 50%;
    max-width: 525px;
    height: 300px;
    border-radius: 20px;
    background: url("../../../img/menu/5/5-6/綠色建築講座2.png") no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

.sec9-pic1 {
    margin-right: 20px;
    margin-top: 20px;
    float: left;
    width: 50%;
    max-width: 525px;
    height: 300px;
    border-radius: 20px;
    background: url("../../../img/menu/5/5-6/歌唱比賽.png") no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

.sec9-pic1-mobile {
    display: none;
}

.sec9-desc {
    margin-right: 20px;
    width: calc(50% - 35px);
    max-width: 525px;
    height: 300px;
    display: inline-block;
}

.sec9-title-view {
    margin-top: 50px;
}

.icon-sec10-bg-1 {
    background: url("../../../img/menu/5/5-6/公開表揚優秀作品.png") no-repeat;
    /*background-position: center;*/
    background-size: cover;
}

.icon-sec10-bg-2 {
     background: url("../../../img/menu/5/5-6/優秀媽媽票選活動.png") no-repeat;
     /*background-position: center;*/
     background-size: cover;
}

.icon-sec10-bg-3 {
    background: url("../../../img/menu/5/5-6/職場媽媽選美比賽.png") no-repeat;
    /*background-position: center;*/
    background-size: cover;
}

.sec10-pic1 {
    width: 100%;
    max-width: 320px;
    height: 200px;
    border-radius: 20px;
    background: url("../../../img/menu/5/5-6/公開表揚優秀作品.png") no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

.sec10-pic2 {
    width: 100%;
    max-width: 320px;
    height: 200px;
    border-radius: 20px;
    background: url("../../../img/menu/5/5-6/優秀媽媽票選活動.png") no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

.sec10-pic3 {
    width: 100%;
    max-width: 320px;
    height: 200px;
    border-radius: 20px;
    background: url("../../../img/menu/5/5-6/職場媽媽選美比賽.png") no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

.pic-desc {
    width: auto;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    background-color: #FFFFFF;
    color: #3AAFA9;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    float: right;
    margin-top: -20px;
    position: relative;
}

.icon-sec11-bg-1 {
    background: url("../../../img/menu/5/5-6/父親節活動1.png") no-repeat;
    /*background-position: center;*/
    background-size: cover;
}

.icon-sec11-bg-2 {
    background: url("../../../img/menu/5/5-6/父親節活動2.png") no-repeat;
    /*background-position: center;*/
    background-size: cover;
}

.sec11-title-view {
    display: inline-block;
    width: 30%;
    margin-top: 70px;
    float: left;
}

.sec11-desc {
    display: inline-block;
    width: 70%;
    padding-left: 20px;
}

.sec11-pic1 {
    width: 50%;
    max-width: 525px;
    height: 300px;
    border-radius: 20px;
    background: url("../../../img/menu/5/5-6/父親節活動1.png") no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

.sec11-pic2 {
    width: 50%;
    max-width: 525px;
    height: 300px;
    border-radius: 20px;
    background: url("../../../img/menu/5/5-6/父親節活動2.png") no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

.icon-sec12-bg-1 {
    background: url("../../../img/menu/5/5-6/夏日大作戰1.png") no-repeat;
    /*background-position: center;*/
    background-size: cover;
}

.icon-sec12-bg-2 {
    background: url("../../../img/menu/5/5-6/夏日大作戰2.png") no-repeat;
    /*background-position: center;*/
    background-size: cover;
}

.sec12-pic1 {
    width: 50%;
    max-width: 525px;
    height: 300px;
    border-radius: 20px;
    background: url("../../../img/menu/5/5-6/夏日大作戰1.png") no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

.sec12-pic2 {
    width: 50%;
    max-width: 525px;
    height: 300px;
    border-radius: 20px;
    background: url("../../../img/menu/5/5-6/夏日大作戰2.png") no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

.icon-sec13-bg-1 {
    background: url("../../../img/menu/5/5-6/步步高升1.png") no-repeat;
    /*background-position: center;*/
    background-size: cover;
}

.icon-sec13-bg-2 {
    background: url("../../../img/menu/5/5-6/步步高升2.png") no-repeat;
    /*background-position: center;*/
    background-size: cover;
}

.sec13-pic1 {
    width: 50%;
    max-width: 525px;
    height: 300px;
    border-radius: 20px;
    background: url("../../../img/menu/5/5-6/步步高升1.png") no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

.sec13-pic2 {
    width: 50%;
    max-width: 525px;
    height: 300px;
    border-radius: 20px;
    background: url("../../../img/menu/5/5-6/步步高升2.png") no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

.icon-sec14-bg-1 {
    background: url("../../../img/menu/5/5-6/綠建築1.png") no-repeat;
    /*background-position: center;*/
    background-size: cover;
}

.icon-sec14-bg-2 {
    background: url("../../../img/menu/5/5-6/綠建築2.png") no-repeat;
    /*background-position: center;*/
    background-size: cover;
}

.sec14-pic1 {
    width: 50%;
    max-width: 525px;
    height: 300px;
    border-radius: 20px;
    background: url("../../../img/menu/5/5-6/綠建築1.png") no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

.sec14-pic2 {
    width: 50%;
    max-width: 525px;
    height: 300px;
    border-radius: 20px;
    background: url("../../../img/menu/5/5-6/綠建築2.png") no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

.icon-sec15-bg-1 {
    background: url("../../../img/menu/5/5-6/運動賽事1.png") no-repeat;
    /*background-position: center;*/
    background-size: cover;
}

.icon-sec15-bg-2 {
    background: url("../../../img/menu/5/5-6/運動賽事2.png") no-repeat;
    /*background-position: center;*/
    background-size: cover;
}

.icon-sec15-bg-3 {
    background: url("../../../img/menu/5/5-6/運動賽事3.png") no-repeat;
    /*background-position: center;*/
    background-size: cover;
}

.sec15-pic1 {
    width: 100%;
    max-width: 320px;
    height: 200px;
    border-radius: 20px;
    background: url("../../../img/menu/5/5-6/運動賽事1.png") no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

.sec15-pic2 {
    width: 100%;
    max-width: 320px;
    height: 200px;
    border-radius: 20px;
    background: url("../../../img/menu/5/5-6/運動賽事2.png") no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

.sec15-pic3 {
    width: 100%;
    max-width: 320px;
    height: 200px;
    border-radius: 20px;
    background: url("../../../img/menu/5/5-6/運動賽事3.png") no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

.icon-sec16-bg-1 {
    background: url("../../../img/menu/5/5-6/捐血活動1.png") no-repeat;
    /*background-position: center;*/
    background-size: cover;
}

.icon-sec16-bg-2 {
    background: url("../../../img/menu/5/5-6/捐血活動2.png") no-repeat;
    /*background-position: center;*/
    background-size: cover;
}

.sec16-pic1 {
    width: 50%;
    max-width: 525px;
    height: 300px;
    border-radius: 20px;
    background: url("../../../img/menu/5/5-6/捐血活動1.png") no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

.sec16-pic2 {
    width: 50%;
    max-width: 525px;
    height: 300px;
    border-radius: 20px;
    background: url("../../../img/menu/5/5-6/捐血活動2.png") no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

#caption_3_bg {
    background: linear-gradient(0deg, rgba(58, 161, 175, 0), rgba(58, 161, 175, 0)), url(../../../img/menu/5/5-6/EarthHour關燈一小時.png) center center / cover no-repeat;
    background-size: 100% 100%;
}

/*------------------------------------------------*/
@media only screen and (max-width: 1080px) {
    .contentDiv, .contentDoc {
        padding-left: 15px;
        padding-right: 15px;
    }

    .captionContent {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 16px;
        line-height: 140%;
    }

    #healthCardDiv {
        justify-content: center;
    }

    .manageCard {
        height: auto;
    }
}
/*------------------------------------------------*/
@media only screen and (max-width: 920px) {
    .madeAreaBlock2 {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 20px;
        padding: 20px;
    }

    .madeAreaBlock2Div {
        width: 100%;
        max-width: 100%;
    }
}
/*------------------------------------------------*/
@media only screen and (max-width: 550px) {
    .madeAreaBlock2 img {
        max-width: 100%;
    }
}
/*------------  512px 以下，就認為是手機 -----------------*/
@media only screen and (max-width: 512px) {
    .imageBlockScrollDiv {
        width: calc(100% - 30px);
    }

    .imageBlockSelectDiv {
        display: flex;
    }

    .rightImg {
        display: block;
    }

    .frameDiv {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .caption {
        font-size: 24px !important;
        line-height: 32px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .smallCaption {
        font-size: 24px !important;
    }

    .captionBr {
        display: inline-block;
    }

    .contentDiv {
        gap: 20px;
    }

    .captionContent {
        font-size: 16px;
        line-height: 140%;
    }

    .policyDiv, .contentDiv span, .contentDoc, #contractorMore span, .policyContent, .imageContent {
        font-size: 16px !important;
        line-height: 140% !important;
        letter-spacing: 0.32px !important;
    }

    th, td {
        font-size: 16px;
        line-height: 140%;
    }

    .manageCard {
        width: 100%;
        padding: 15px;
    }

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

    .tableFoot {
        font-size: 16px;
        line-height: 130%;
    }

    #healthTableDiv table {
        width: 720px;
    }

    #healthTableDiv .tableArrow {
        left: 144px;
    }

    #trainContentDiv table {
        width: 920px;
    }

    #trainContentDiv .tableArrow {
        left: 122px;
    }

    #trainContentDiv table th:first-child, #trainContentDiv table td:first-child {
        width: 12% !important;
        position: sticky;
        left: 0;
        z-index: 2;
    }

    #trainContentDiv table th:last-child, #trainContentDiv table td:last-child {
        width: 12% !important;
    }

    .tableArrow {
        display: block;
    }

    .policyTag {

    }

    .sub-title {
        font-size: 20px;
        line-height: 26px;
    }

    .sec4-pic1-desc {
        width: 100%;
        height: unset;
        max-width: unset;
        margin-bottom: 15px;
    }

    .sec4-pic1 {
        max-width: 320px;
        height: 200px;
        width: 100%;
    }

    .sec4-pic2-desc {
        margin-right: 20px;
        width: 100%;
        max-width: unset;
        height: unset;
        display: inline-block;
        margin-bottom: 15px;
    }

    .sec4-pic2 {
        display: none;
    }

    .sec4-pic2-mobile {
        width: 100%;
        max-width: 320px;
        height: 200px;
        border-radius: 20px;
        background: url("../../../img/menu/5/5-6/墨西哥廠-地球日-1.png") no-repeat;
        background-size: cover;
        background-repeat: no-repeat;
        display: inline-block;
    }

    .sec5-title-view {
        display: inline-block;
        margin-top: 0px;
        width: 100%;
        margin-bottom: 15px;
    }

    .sec5-desc {
        width: auto;
    }

    .sec6-title-view {
        display: inline-block;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .sec6-desc {
        width: auto;
        padding-left: 0px;
    }

    .sec7-title-view {
        display: inline-block;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .sec7-desc {
        width: auto;
        padding-left: 0px;
    }

    .sec8-title-view {
        display: inline-block;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .sec8-desc {
        width: auto;
        padding-left: 0px;
    }

    .sec9-pic1 {
        display: none;
    }

    .sec9-pic1-mobile {
        width: 100%;
        max-width: 320px;
        height: 200px;
        border-radius: 20px;
        background: url("../../../img/menu/5/5-6/歌唱比賽.png") no-repeat;
        background-size: cover;
        background-repeat: no-repeat;
        display: inline-block;
        margin-top: 15px;
        margin-left: 0px;
    }

    .sec9-desc {
        margin-right: 0px;
        width: 100%;
        max-width: 525px;
        height: auto;
        display: inline-block;
    }

    .sec9-title-view {
        margin-top: 0px;
    }

    .pic-desc {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }

    .sec11-title-view {
        display: inline-block;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .sec11-desc {
        width: auto;
        padding-left: 0px;
    }

    #caption_3_bg {
        background: linear-gradient(0deg, rgba(58, 161, 175, 0), rgba(58, 161, 175, 0)), url(../../../img/menu/5/5-6/EarthHour關燈一小時-mobile.png) center center / cover no-repeat;
        background-size: 100% 100%;
    }
}