body {
    width: 100%;
    height: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

::-webkit-scrollbar {
    display: block; /* Chrome Safari */
}

.main {
    overflow: hidden;
    width: 100%;
    height: auto;
    background-color: #F9F7F4;
    margin-top: -6px;
}

.white {
    color: white !important;
}

.textAlignCenter {
    text-align: center !important;
}

.titleStyleOne {
    color: #3AAFA9;
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    width: 100%;
    line-height: 130%;
}

.titleStyleTwo {
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    color: #4AC8C1;
    text-align: center;
}

.titleStyleThree {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    text-align: left;
    color: #2B7A77;
}

.infoStyleOne {
    padding-top: 40px;
    width: 100%;
    color: #40474A;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 150%;
    font-weight: 400;
    /*text-align: justify;*/
}

.infoStyleTwo {
    width: 100%;
    color: #40474A;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 150%;
    font-weight: 400;
    /*text-align: justify;*/
}

.section {
    width: 100%;
    padding: 50px 0;
    height: auto;
    overflow: auto;
    position: relative;
}

.sectionContain {
    width: 1080px;
    margin: auto;
    overflow: auto;
    position: relative;
}

.section:nth-child(2) {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    color: white;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../../../img/menu/4/4-2/img-1.jpeg");
}

.section:nth-child(3) {
    background-color: white;
}

.targetContain {
    height: 300px;
    width: 100%;
    margin: 30px 0;
    overflow: hidden;
}

.targetView {
    margin: auto;
    height: 100%;
    width: max-content;
}

.targetItem {
    width: 250px;
    height: 100%;
    background-color: #EEF8F7;
    border: 4px solid #4AC8C1;
    border-radius: 30px;
    padding: 10px;
    display: inline-block;
    opacity: 0;

}

.targetImg {
    width: 70px;
    height: 70px;
}

.targetImgView {
    margin: auto;
    width: 85px;
    padding: 10px;
}

.targetTitle {
    width: 100%;
    text-align: center;
}

.targetTitle.blue {
    color: #008CDB;
}

.targetTitle.orange {
    color: #FFA404;
}

.targetTitle.green {
    color: #44B54F;
}

.targetTitle.yellow {
    color: #C8B400;
}

.targetTitle p {
    margin: 0;
    display: inline-block;
    font-weight: 700;
    font-size: 32px;
    height: 50px;
    vertical-align: top;
    line-height: 45px;
    font-style: oblique;
}

.targetTitle p:last-child {
    font-size: 20px;
    line-height: 50px;
    font-style: normal;
}

.targetInfo {
    padding-left: 10px;
}

.targetInfo ul {
    padding-left: 0;
    margin: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.04em;
    color: #000000;
}

.targetInfo li {
    width: 100%;
    background: url("../../../img/menu/4/4-1/icon-5.svg") no-repeat 7px 4px transparent;
    list-style-type: none;
    padding: 0px 5px 5px 24px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.targetInfo li.dept {
    padding-bottom: 0;
}

.phase {
    font-size: 18px !important;
    line-height: 18px !important;
    height: 18px !important;
    font-weight: 500 !important;
    display: block !important;
}

.targetArrow {
    background-image: url("../../../img/menu/4/4-2/icon-arrow.svg");
    background-repeat: no-repeat;
    background-position: -2px center;
    width: 25px;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    opacity: 0;
}

.noteFloatView {
    top: 24px !important;
    opacity: 1 !important;
    transition: top 1s, margin-bottom 1s, opacity 1s;
    vertical-align: top;
}

.conductContain {
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.conductItem {
    margin-bottom: 30px;
    position: relative;
}

.conductImgView {
    display: inline-block;
    width: 80px;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.conductInfo {
    width: calc(100% - 0px);
    padding-left: 100px;
    padding-right: 25px;
}

.greenHouseForm {
    margin: 30px 0;
    position: relative;
}

.greenHouseReleaseFrom p {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #40474A;
}

.greenHouseFormTable tr th:last-child,
.greenHouseFormTable tr td:last-child,
.greenHouseReleaseFromTable tr th:last-child,
.greenHouseReleaseFromTable tr td:last-child{
    border-right: 2px solid #4AC8C1;
}

.greenHouseFormTable tr th:first-child,
.greenHouseFormTable tr td:first-child,
.greenHouseReleaseFromTable tr th:first-child,
.greenHouseReleaseFromTable tr td:first-child{
    border-left: 2px solid #4AC8C1;
    /*font-size: 16px;*/
}

.greenHouseFormTable tr:first-child th,
.greenHouseReleaseFromTable tr:first-child th{
    border-top: 2px solid #4AC8C1;
}

.greenHouseReleaseFromTable tr:first-child th{
    width: 200px;
}

.greenHouseFormTable tr:last-child td,
.greenHouseReleaseFromTable tr:last-child td{
    border-bottom: 2px solid #4AC8C1;
}

.greenHouseFormTable tr:first-child th:first-child,
.greenHouseReleaseFromTable tr:first-child th:first-child{
    border-top-left-radius: 10px;
}

.greenHouseFormTable tr:first-child th:last-child,
.greenHouseReleaseFromTable tr:first-child th:last-child{
    border-top-right-radius: 10px;
}

.greenHouseFormTable tr:last-child td:first-child,
.greenHouseReleaseFromTable tr:last-child td:first-child{
    border-bottom-left-radius: 10px;
}

.greenHouseFormTable tr:last-child td:last-child,
.greenHouseReleaseFromTable tr:last-child td:last-child{
    border-bottom-right-radius: 10px;
}

.greenHouseFormTable,
.greenHouseReleaseFromTable{
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

.greenHouseFormTable td, .greenHouseFormTable th,
.greenHouseReleaseFromTable td, .greenHouseReleaseFromTable th{
    border: 1px solid #dddddd;
    text-align: center;
    padding: 22px 8px;
    color: #264E58;
    white-space:nowrap;
    font-weight: 500;
    font-size: 20px;
}

.greenHouseReleaseFromTable td, .greenHouseReleaseFromTable th {
    font-weight: 600;
    font-size: 16px;
}


.greenHouseFormTable tr:nth-child(odd),
.greenHouseReleaseFromTable tr:nth-child(odd){
    background-color: white;
}

.greenHouseFormTable tr:nth-child(even),
.greenHouseReleaseFromTable tr:nth-child(even){
    background-color: #EEF8F7;
}

.greenHouseFormTable tr:nth-child(1), .greenHouseFormTable tr:last-child,
.greenHouseReleaseFromTable tr:nth-child(1){
    background-color: #4AC8C1;
}

.greenHouseFormTable tr:nth-child(2) {
    background-color: #3AAFA9;
}

.greenHouseFormTable tr:nth-child(1) th, .greenHouseFormTable tr:nth-child(2) th, .greenHouseFormTable tr:last-child td,
.greenHouseReleaseFromTable tr:nth-child(1) th{
    color: white !important;
    font-weight: 400;
}

.greenHouseFormTable tr:nth-child(2) th {
    /*font-size: 16px;*/
}

.greenHouseFormTable td:first-child,
.greenHouseReleaseFromTable td:first-child{
    width: 150px;
}

.greenHouseFormTable td:first-child {
    position:sticky;
    left: 0; /* 首行永遠固定於左 */
    z-index:4;
}
.greenHouseFormTable th:first-child {
    position:sticky;
    left: 0; /* 首行永遠固定於左 */
    z-index:4;
}

.greenHouseFormTable tr:first-child th:first-child,
.greenHouseReleaseFromTable tr:first-child th:first-child{
    background-color: #4AC8C1;
}

.greenHouseFormTable tr:nth-child(2) th:first-child {
    background-color: #3AAFA9;
}

.greenHouseFormTable tr:nth-child(odd) td:first-child{
    background-color: white;
}

.greenHouseFormTable tr:nth-child(even) td:first-child{
    background-color: #EEF8F7;
}

.greenHouseFormTable tr:last-child td:first-child{
    background-color: #4AC8C1;
}

#greenhouseFormRemark p {
    margin-bottom: 0;
    width: 50%;
    display: inline-block;
    color: #717784;
    font-size: 16px;
}

#greenhouseFormRemark p:last-child {
    text-align: right;
}

#greenhouseFormRemark{
}

.greenHouseGraph {
    width: 100%;
    margin-top: 30px;
    height: 450px;
}

.greenHouseLink {
    padding: 50px 0 30px 0;
    width: 100%;
}

.greenHouseReleaseFrom {
    position: relative;
    margin-top: 30px;
}

.greenHouseCanvas {
    background-color: white;
    width: 100%;
    height: 100%;
    border: 2px solid #4AC8C1;
    border-radius: 20px;
    padding: 30px 100px;
}

.mobileGraphScrollBtn {
    position: absolute;
    background-image: url("../../../img/menu/1/1-4/icon-arrow-right.svg");
    background-size: 9px;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    left: 40px;
    top: 52px;
    border-radius: 50%;
    border: 1px solid #ABABAB;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background-color: white;
    display: block;
    z-index: 99;
    cursor: pointer;
}

.mobileGraphScrollBtn.scrollToLeft {
    transform: rotateY(180deg);
}

.mobileGraphScrollBtn.greenHouseFormTableScroll {
    left: 80px;
}

.greenHouseFormTableView{
    overflow-y: hidden;
    overflow-x: scroll;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.pfdLinkBtn {
    font-size: 16px;
    font-weight: 400;
}

.formDate {
    text-align: right;
    color: #717784;
    font-size: 16px;
    margin-top: 20px;
}
/*******************Mobile*************************/
@media only screen and (max-width: 1080px) {

    ::-webkit-scrollbar {
        display: none; /* Chrome Safari */
    }

    .section {
        padding: 30px 0;
    }

    .sectionContain {
        width: 100%;
        padding: 0 15px;
    }

    .titleStyleOne {
        font-size: 20px;
    }

    .titleStyleTwo {
        font-size: 20px;
    }

    .titleStyleThree {
        font-size: 18px;
    }

    .infoStyleOne {
        font-size: 14px;
        padding-top: 15px;
        text-align: left !important;
    }

    .infoStyleTwo {
        font-size: 14px;
    }

    .greenHouseFormTable,
    .greenHouseReleaseFromTable{
        font-size: 16px;
    }

    .greenHouseFormTableView, .greenHouseReleaseFromTableView {
        overflow-y: hidden;
        overflow-x: scroll;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .greenHouseForm p, .greenHouseReleaseFrom p {
        font-size: 15px;
        padding-bottom: 20px;
    }

    .greenHouseGraph {
        overflow-x: auto;
        padding-bottom: 10px;
    }

    .greenHouseCanvas {
        padding: 30px 20px;
        width: 600px;
    }

    .pfdLinkBtn {
        max-width: 100% !important;
        font-size: 16px;
        padding: 7px 50px 7px 30px;
    }

    .mobileGraphScrollBtn {
        top: 48px;
    }

    .mobileGraphScrollBtn.greenHouseGraphScroll {
        top: -14px;
    }

    .greenHouseFormTableScroll {
        top: 50px;
        left: 80px !important;
    }

    .targetItem {
        width: 100%;
        display: block;
    }

    .targetArrow {
        background-position: center;
        display: block;
        width: 100%;
        height: 60px;
        transform: rotate(90deg);
    }

    .targetContain {
        height: auto;
    }

    .targetView {
        margin: 0 20px;
        width: calc(100% - 48px);
    }

    .targetInfo {
        padding-left: 0;
        margin: auto;
        width: max-content;
    }

    .targetInfo ul {
        font-weight: 700;
        font-size: 16px;
    }

    .targetInfo li {
        font-size: 14px;
        background-position: 5px 4px;
    }

    #greenhouseFormRemark p {
        width: 100%;
        padding-bottom: 0;
        text-align: left !important;
    }

    #greenhouseFormRemark p:last-child {
        margin-top: 0;
    }

    #greenhouseFormRemark .list{
        text-indent: -12px;
        margin-left: 15px;
    }

    .conductImgView {
        width: 50px;
    }

    .conductInfo {
        padding-left: 60px;
        padding-right: 0;
    }

    .conductContain {
        margin-top: 20px;
    }

    .conductImg {
        width: 50px;
        height: 50px;
    }

    .phase {
        font-size: 18px !important;
    }

    .pfdLinkBtn {
        font-size: 14px;
        line-height: 15px;
    }

    .formDate {
        text-align: left;
        font-size: 14px;
        margin-top: 10px;
    }

    .greenHouseFormTable td, .greenHouseFormTable th{
        font-size: 16px;
    }

    .greenHouseReleaseFromTable td, .greenHouseReleaseFromTable th{
        font-size: 14px;
    }

    #greenhouseFormRemark p {
        font-size: 14px;
    }

}