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

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

.white {
    color: white !important;
}

.textAlignLeft {
    text-align: left !important;
}

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

.titleStyleTwo {
    color: #74E7BD;
    font-weight: 700;
    font-size: 28px;
    line-height: 150%;
    text-align: center;
}

.titleStyleThree {
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    color: #2B7A77;
    text-align: center;
    /*margin-bottom: 10px;*/
}

.titleStyleFour {
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    display: flex;
    text-align: left;
    color: #3AAFA9;
}

.titleStyleFive {
    font-weight: 700;
    font-size: 36px;
    line-height: 53px;
    text-align: center;
    color: #74E7BD;
}

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

.infoStyleThree {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #717784;;
}

.infoStyleFour {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 80px;
    margin-top: 30px;
}

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

.section:nth-child(2){
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../../img/menu/3/3-2/img-1.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    /*height: 640px;*/
}

.sectionContain {
    width: 1080px;
    margin: auto;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.sectionContain.wheel {
    margin: unset !important;
    height: 100%;
    overflow: hidden;
    width: calc((100% - 1080px)/ 2 + 1080px);
}

.sectionSubTitle {
    width: 100%;
    font-weight: 700;
    overflow: hidden;
}

.table32 tr th:last-child,
.table32 tr td:last-child {
    border-right: 2px solid #4AC8C1;
    font-weight: 400;
}

.table32 tr th:first-child,
.table32 tr td:first-child {
    border-left: 2px solid #4AC8C1;
}

.table32 tr th {
    border-top: 2px solid #4AC8C1;
}

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

.table32 tr:first-child th {
    border: 2px solid #4AC8C1;
}

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

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

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

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

.table32 {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

.table32 td, .table32 th {
    border: 1px solid #dddddd;
    text-align: center;
    padding: 20px 30px;
    color: #264E58;
}

.table32 td h3 {
    color: #264E58;
    font-weight: 700;
    font-size: 20px;
}

.table32 tr:nth-child(odd){
    background-color: #EEF8F7;
}

.table32 tr:nth-child(even){
    background-color: white;
}

.table32 tr:nth-child(1) {
    background-color: #4AC8C1;
}

.table32 tr:nth-child(1) th {
    color: white !important;
    white-space:nowrap;
    font-size: 20px;
}

.rateForm, .categoryForm, .recycleForm {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
}

.categoryForm {
    position: relative;
}

.categoryFormTable td:first-child{
    width: 270px;
}

.categoryFormTable td:last-child {
    text-align: left;
    line-height: 150%;
}

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

.categoryFormTable tr:first-child th:first-child {
    background-color: #4AC8C1;
}

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

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

.gearViewContain {
    width: 100%;
    height: 400px;
    position: relative;
}

.gearView {
    width: 260px;
    height: 260px;
    background-image: url("../../../img/menu/3/3-2/icon_gear.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    display: grid;
    align-items: center;
    text-align: center;
    color: #264E58;
    position: absolute;
}

.gearView h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
}

#gear1 {
    left: 0;
    top: 0;
}

#gear2 {
    left: calc(25% - 65px);
    bottom: 0;
}

#gear3 {
    left: calc(50% - 130px);
    top: 0;
}

#gear4 {
    left: calc(75% - 195px);
    bottom: 0;
}

#gear5 {
    right: 0;
    top: 0;
}

.rmiFlowBody {
    width: 100%;
    height: 530px;
    overflow-x: auto;
    font-size: 20px;
}

.rmiFlowView {
    width: 100%;
    height: calc(100%);
    position: relative;
}

.rmiFlowItem {
    width: 160px;
    padding: 10px;
    display: inline-block;
    background-color: #FFB636;
    border-radius: 15px;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.04em;
    text-align: center;
    opacity: 0.8;
    min-height: 85px;
    vertical-align: middle;
}

.rmiFlowItem p:first-child {
    margin: 0 0 10px 0;
    font-weight: 700;
}

.rmiFlowItem p:last-child {
    font-size: 16px;
    margin: 0;
    line-height: 24px;
}

.rmiFlowItemCenter {
    margin-top: 17px;
    font-weight: 400;
}

.rmiFlowItem.skinColor {
    background-color: #FFDEC7B2;
    width: calc(100% / 4 - 20px);
}

.rmiFlowSub {
    display: inline-block;
    border: 3px solid #FFB636;
    border-radius: 20px;
    height: 80%;
    padding: 15px;
    margin-top: 80px;
    position: relative;
    width: calc(100% - 392px);
    vertical-align: middle;
}

.rmiFlowNext {
    display: inline-block;
    width: 20px;
    position: relative;
    height: 20px;
    vertical-align: middle;
}

.rmiFlowImgNext {
    display: inline-block;
    position: relative;
    height: 30px;
    width: 20px;
    vertical-align: middle;
    object-fit: contain;
}

.rmiFlowImgNext.orange {
    width: 30px;
}

.rmiFlowSubView {
    width: calc(100% - 20px);
    position: absolute;
    left: 0;
    top: 40%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-left: 10px;
}

.rmiFlowArrowLine {
    border-top: 4px solid #FFEEDA;
}

.rmiFlowArrowLine.orange {
    border-top: 4px solid #FFB636;
}

.rmiFlowArrowLine.blue {
    border-top: 4px solid #B8E9E6;
}

.rmiFlowArrowLine:nth-child(1) {
    position: absolute;
    top: 3px;
    right: -2px;
    width: 90%;
    border-radius: 5px;
    transform: rotate(45deg);
}

.rmiFlowArrowLine:nth-child(2) {
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    border-radius: 5px;
}

.rmiFlowArrowLine:nth-child(3) {
    width: 90%;
    transform: rotate(-45deg);
    position: absolute;
    bottom: 3px;
    right: -2px;
    border-radius: 5px;
}

#topRmiFlowItem {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
    opacity: 1;
    background-color: #e8ad4a;
    width: 230px;
}

.rmiRejectFlow {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #FFEEDA;
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 190px;
    padding: 10px;
    text-align: center;
    background-image: url("../../../img/menu/3/3-2/arrow_3.svg");
    background-repeat: no-repeat;
    background-size: auto;
}

.rmiFlowUp {
    transform: rotate(-90deg);
    position: absolute;
    left: -12px;
    top: -1px;
}

.closeItem {
    background-color: #B8E9E6;
    opacity: 1;
    margin-top: 90px;
}

.rmiCloseFlow {
    position: absolute;
    top: 52%;
    left: 63%;
    transform: translate(-50%, 0);
    width: 50%;
    height: 170px;
}

.rmiCloseArrow {
    display: inline-block;
    width: 160px;
    height: 145px;
    vertical-align: top;
    position: relative;
    background-image: url("../../../img/menu/3/3-2/arrow_4.svg");
    background-repeat: no-repeat;
    background-size: auto;
}

.rmiFlowLeft {
    transform: rotate(-180deg);
    position: absolute;
    left: -1px;
    bottom: -12px;
}

.mobileGraphScrollBtn {
    display: none;
}

.smeltersContain {
    margin-top: 40px;
}

.sectionGraphView {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 40px;
    padding-bottom: 20px;
}

.canvasOut {
    width: 100%;
    height: calc(100% - 0px);
    overflow-x: auto;
    position: relative;
}

.canvasIn {
    background-color: white;
    border: 2px solid #4AC8C1;
    border-radius: 20px;
    width: 100%;
    height: calc(100% - 0px);
    position: relative;
    padding: 10px 50px;
}

.sectionGraph{
    width: 100%;
    position: relative;
    margin-top: 30px;
    height: 500px;
    padding-bottom: 70px;
}

.smeltersGraph {
    height: 450px;
    padding-bottom: 20px;
}

.smeltersScrollBtn {
    top: 6px !important;
    left: 20px !important;
}

.chartDate {
    text-align: center;
    color: #717784;
    font-size: 16px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px;
}

.smeltersGlobalPie, .smeltersGlobalInfo {
    display: flex;
    height: 400px;
}

.smeltersGlobalPieWidth {
    display: inline-block;
    width: 100%;
    position: absolute;
}

.smeltersGlobalView {
    width: 420px;
    position: relative;
}

#smeltersGlobalPieChart {
    position: absolute;
    background: #F9F7F4;
}

.smeltersGlobalPieChartView {
    width: 100%;
    position: absolute;
    text-align: center;
    margin-top: calc(44%);
}

.smeltersTitle {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #4a4a4a;
}

.smeltersDesc {
    color: #4a4a4a;
    font-size: 24px;
}

.smeltersGlobalInfoView {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.smeltersGlobalTable{
    font-size: 16px;
}

.smeltersGlobalTable tr:nth-child(1) th {
    font-size: 16px;
}

.smeltersGlobalTable td, .smeltersGlobalTable th {
    padding: 10px;
    min-width: 80px;
}

.smeltersGlobalInfoView .titleStyleThree {
    text-align: left;
    padding-bottom: 20px;
}

.globalItemView {
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    color: #40474A;
}

.blockBg {
    width: 15px;
    height: 15px;
    display: inline-block;
}

.blockBg.Oceania {
    background-color: #B8E9E6;
}

.blockBg.Africa {
    background-color: #4AC8C1;
}

.blockBg.Americas {
    background-color: #3AAFA9;
}

.blockBg.Asia {
    background-color: #008CDB;
}

.blockBg.Europe {
    background-color: #45D2FF;
}

.globalItem {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
}

/*******************Mobile*************************/
@media only screen and (max-width: 1080px) {

    .section {
        padding: 30px 0;
    }

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

    .titleStyleOne {
        font-size: 24px;
    }

    .titleStyleTwo {
        font-size: 24px;
    }

    .titleStyleThree {
        font-size: 20px;
    }

    .titleStyleFive {
        font-size: 24px;
        line-height: 130%;
    }

    .titleStyleFour {
        font-size: 24px;
        line-height: unset;
        text-align: center;
    }

    .infoStyleOne {
        font-size: 16px;
        padding-top: 20px;
    }

    .infoStyleThree {
        font-size: 16px;
    }

    .infoStyleFour {
        font-size: 16px;
    }

    .gearViewContain {
        height: 650px;
        margin-top: 40px;
    }

    .gearView {
        width: 55%;
        height: 180px;
        font-size: 16px;
    }

    .gearView h3 {
        font-size: 16px;
    }

    #gear1 {
        left: 0;
        top: 0;
    }

    #gear2 {
        right: 0;
        top: calc(25% - 25%/3);
        left: unset;
        bottom: unset;
    }

    #gear3 {
        top: calc(50% - (25%/3)*2);
        left: 0;
    }

    #gear4 {
        top: calc(75% - (25%/3)*3);
        right: 0;
        left: unset;
        bottom: unset;
    }

    #gear5 {
        left: 0;
        top: calc(100% - (25%/3)*4);
        right: unset;
    }

    .rmiFlowView {
        width: 1080px;
    }

    .rmiFlowItem.skinColor {
        width: calc(100% / 4 - 23px);
    }

    .rmiFlowItem {
        padding: 10px 15px;
        min-height: 68px;
        font-size: 16px;
    }

    .rmiFlowItemCenter {
        margin-top: 13px;
    }

    .table32 td, .table32 th {
        padding: 15px;
        font-size: 16px;
    }

    .table32 td h3 {
        line-height: 140%;
        font-size: 16px;
    }

    .rateForm, .categoryForm, .recycleForm {
        margin-bottom: 20px;
    }

    .categoryFormTableView {
        width: 1000px;
    }

    .categoryForm p {
        font-size: 15px;
        padding-bottom: 20px;
    }

    .categoryForm {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .categoryFormContain {
        overflow-y: hidden;
        overflow-x: scroll;
    }

    .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: 135px;
        top: 48px;
        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: 5;
    }

    .rmiFlowSub {
        margin-top: 50px;
    }

    .rmiFlowSubView {
        top: 35%;
    }

    .closeItem {
        margin-top: 60px;
    }

    #topRmiFlowItem {
        top: 10px;
    }

    .rmiCloseFlow {
        position: absolute;
        height: 130px;
        top: 48%;
    }

    .rmiRejectFlow {
        top: 48%;
        font-size: 16px;
    }

    .rmiFlowBody {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
        height: 400px;
        font-size: 16px;
    }

    .rmiFlowBody::-webkit-scrollbar {
        display: none; /* for Chrome, Safari, and Opera */
    }

    .categoryFormTable td:first-child{
        width: 150px;
    }

    .rmiCloseArrow {
        background-position-y: -43px;
    }

    .canvasOut {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .canvasOut.shorter {
        height: calc(100% - 55px);
    }

    .canvasIn {
        padding: 20px 5px 0 5px;
        width: 800px;
    }

    .canvasIn.smelters {
        width: 500px;
    }

    .chartDate {
        bottom: 22px;
        font-size: 14px;
        left: 20%;
    }

    .sectionGraphView {
        flex-direction: column-reverse;
        gap: 0;
        padding: 0;
    }

    .smeltersGlobalPie, .smeltersGlobalInfo {
        height: 270px;
        justify-content: center;
    }

    .smeltersGlobalView {
        width: 270px;
    }

    .smeltersGlobalTableView {
        overflow-x: auto;
    }

    .smeltersGlobalInfoView .titleStyleThree {
        text-align: center;
        padding: 0;
    }

    .globalItemView {
        justify-content: center;
        width: 210px;
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .smeltersGraph {
        height: 380px;
        padding-bottom: 0;
        margin-top: 0;
    }

    .smeltersTitle, .smeltersDesc {
        font-size: 18px;
        font-weight: bold;
        color: #4a4a4a;
    }

    .smeltersGlobalTable td, .smeltersGlobalTable th {
        padding: 8px;
        min-width: 60px;
    }

    .smeltersGlobalPieChartView {
        margin-top: calc(43%);
    }
}