h1, h2, h3, h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
}

h1, h2, h3, p, h1, h2, h3, p, h4, h5, h6, hr {
    margin: 0;
    color: #40474A;
}

hr {
    height: 0;
    color: #C8CBD0;
    border-top-width: 1px;
    margin: 10px 30px 10px 30px;
}

section {
    padding-top: 25px;
    padding-bottom: 50px;
}

.text-white {
    color: #FFFFFF;
}

.text-\[\#3AAFA9\] {
    color: #3AAFA9 !important;
}

.text-\[\#40474A\] {
    --tw-text-opacity: 1;
    color: rgba(64, 71, 74, var(--tw-text-opacity));
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-18px {
    font-size: 18px;
    line-height: 1;
}

.text-28px {
    font-size: 28px;
    line-height: 1;
}

.text-40px {
    font-size: 40px;
    line-height: 1;
}

.font-extrabold {
    font-weight: 800;
}

.font-black {
    font-weight: 700;
}

.h-20px {
    height: 20px;
}

.padding-0px {
    padding: 0px !important;
}

.pl-5 {
    padding-left: 1.25rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.bg-\[\#EEF8F7\] {
    background: #EEF8F7 !important;
}

.bg-white {
    background: #FFF; !important;
}

.bg-\[\#4AC8C1\] {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 200, 193, var(--tw-bg-opacity));
}

.font-bold {
    font-weight: 700 !important;
}

.pb-60px {
    padding-bottom: 60px;
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
}

.grid {
    display: -ms-grid;
    display: grid;
}

img, img, iframe, svg {
    display: block;
    vertical-align: middle;
}

img, img {
    /*     border-style: solid; */
    max-width: 100%;
    height: auto;
}

body {
    /*   padding: 50px; */
    /*   background: #e3e3e3; */
}

.icon-30px {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.icon-quote-left {
    background: url("../../../img/general/icon-quote-left.svg") no-repeat;
    background-position: center;
}

.icon-quote-right {
    background: url("../../../img/general/icon-quote-right.svg") no-repeat;
    background-position: center;
}

.esg-banner-container {
    max-width: 1100px;
    width: 100%;
    margin: auto;
}

.quote-block {
    width: 100%;
    padding: 50px 0px 50px 0px;
    background-image: url(../../../img/general/icon-quote-bg.jpg);
    background-size: cover;
    background-position: 20%;
    background-repeat: no-repeat;
    position: relative;
}
.quote-block:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
}
.quote-block .esg-banner-container .quote-inner {
    position: relative;
    z-index: 99;
    display: flex;
    flex-direction: column;
}
.quote-block .esg-banner-container .quote-inner p {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    color: #f69e2c;
    text-align: center;
    padding: 0 30px;
}
.quote-block .esg-banner-container .quote-inner .icon-quote-right {
    margin-left: auto;
}


.esg__container {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    padding-left: 14px;
    padding-right: 14px;
}

.sec-title {
    font-size: 24px;
    font-weight: 400;
    color: #3AAFA9;
    text-align: center;
    margin-bottom: 30px;
    /*font-family: 'Microsoft JhengHei';*/
    font-style: normal;
    font-weight: 700;
}

.pyramid {
    width: 370px;
    height: 330px;
    display: flex;
    flex-direction: column;
    animation: fadeIn 3s;
    background:
            linear-gradient(to bottom, #b8e9e6 95%, transparent 100%, transparent 100%) center 0%,
            linear-gradient(to bottom, #b8e9e6 95%, transparent 100%, transparent 100%) center 50%,
            linear-gradient(to bottom, #b8e9e6 95%, transparent 100%, transparent 100%) center 100%;
    background-size: 100% 33%;
    background-repeat: no-repeat;
    clip-path: polygon(50% 0, 100% 100%, 0% 100%);
}

/* 測試用 */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#L1, #L2, #L3, #L4, #L5  {
    /*font-family: 'Microsoft JhengHei';*/
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 100%;
    text-align: center;
    color: #40474A;
    margin-top: 2px;
    line-height: 13px;
    padding-top: 16px;
}


.L5-L2-bg {
    background:
            linear-gradient(to bottom, #F7F7F7 95%, transparent 100%, transparent 100%) center 0%,
            linear-gradient(to bottom, #b8e9e6 95%, transparent 100%, transparent 100%) center 50%,
            linear-gradient(to bottom, #b8e9e6 95%, transparent 100%, transparent 100%) center 100%;
    background-size: 100% 33%;
    background-repeat: no-repeat;
    clip-path: polygon(50% 0, 100% 100%, 0% 100%) !important;
}

.L5-L3-bg {
    background:
            linear-gradient(to bottom, #F7F7F7 95%, transparent 100%, transparent 100%) center 0%,
            linear-gradient(to bottom, #F7F7F7 95%, transparent 100%, transparent 100%) center 50%,
            linear-gradient(to bottom, #b8e9e6 95%, transparent 100%, transparent 100%) center 100%;
    background-size: 100% 33%;
    background-repeat: no-repeat;
    clip-path: polygon(50% 0, 100% 100%, 0% 100%) !important;
}

/*.L5-L4-bg {*/
/*    background:*/
/*            linear-gradient(to bottom, #F7F7F7 95%, transparent 100%, transparent 100%) center 0%,*/
/*            linear-gradient(to bottom, #F7F7F7 95%, transparent 100%, transparent 100%) center 25%,*/
/*            linear-gradient(to bottom, #F7F7F7 95%, transparent 100%, transparent 100%) center 50%,*/
/*            linear-gradient(to bottom, #b8e9e6 95%, transparent 100%, transparent 100%) center 75%,*/
/*            linear-gradient(to bottom, #b8e9e6 95%, transparent 100%, transparent 100%) center 100%;*/
/*    background-size: 100% 20%;*/
/*    background-repeat: no-repeat;*/
/*    clip-path: polygon(50% 0, 100% 100%, 0% 100%) !important;*/
/*}*/

/*.L5-bg {*/
/*    background:*/
/*            linear-gradient(to bottom, #F7F7F7 95%, transparent 100%, transparent 100%) center 0%,*/
/*            linear-gradient(to bottom, #F7F7F7 95%, transparent 100%, transparent 100%) center 25%,*/
/*            linear-gradient(to bottom, #F7F7F7 95%, transparent 100%, transparent 100%) center 50%,*/
/*            linear-gradient(to bottom, #F7F7F7 95%, transparent 100%, transparent 100%) center 75%,*/
/*            linear-gradient(to bottom, #b8e9e6 95%, transparent 100%, transparent 100%) center 100%;*/
/*    background-size: 100% 20%;*/
/*    background-repeat: no-repeat;*/
/*    clip-path: polygon(50% 0, 100% 100%, 0% 100%) !important;*/
/*}*/

.Hide {
    visibility: hidden !important;
}

.pyramid >div{
    flex-basis: 33%;
    text-align: center;
    font-size: 20px;
    color: rgba(255,255,255,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.L1:hover{
    background: linear-gradient(to bottom, #F4D242 95%, transparent 100%, transparent 100%) center 100%;
}

.L2:hover{
    background: linear-gradient(to bottom, #F4D242 95%, transparent 100%, transparent 100%) center 100%;
}

.L3:hover{
    background: linear-gradient(to bottom, #F4D242 95%, transparent 100%, transparent 100%) center 100%;
}

/*.L4:hover{*/
/*    background: linear-gradient(to bottom, #F4D242 95%, transparent 100%, transparent 100%) center 100%;*/
/*}*/

/*.L5:hover{*/
/*    background: linear-gradient(to bottom, #F4D242 95%, transparent 100%, transparent 100%) center 100%;*/
/*}*/

.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 1, 1, .5);
    z-index: 100;
}

.tipView {
    display: none;
    padding: 30px;
    position: absolute;
    width: 360px;
    height: auto;
    left: 450px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 6%);
    border-radius: 20px;
    z-index: 101;
    top: 100px;
    text-align: center;
}

.tipTitle {
    /*padding: 10px;*/
    width: 300px;
    height: 45px;
    background: #F7F7F7;
    border-radius: 10px;
    color: #264E58;
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 45px;
}

.tipSubTitle {
    width: auto;
    height: 30px;
    /*font-family: 'Microsoft JhengHei';*/
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #3AAFA9;
}

.tipContent {
    width: auto;
    /*height: 27px;*/
    /*font-family: 'Microsoft JhengHei';*/
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #40474A;
}


.circle_L1{
    width: 160px;
    height: 160px;
    background-color: rgba(74, 200, 193, 0.6);
    border-radius: 50%;
}

.circle_L1.green{
    background-color: rgba(74, 200, 193, 0.6);
    animation: fadeIn 5s;
}

.circle_L1.purple{
    background-color: rgba(187, 178, 247, 0.6);
    animation: fadeIn 5s;
}

.circle_L1.blue{
    background-color: rgba(69, 200, 255, 0.6);
    animation: fadeIn 5s;
}

.line {
    position: absolute;
    width: 215px;
    height: 0px;
    left: 138px;
    top: 102.44px;
    border: 1px solid #3AAFA9;
}

.line.green {
    left: 119px;
    top: 88px;
    border: 1px solid #3AAFA9;
}

.line.purple {
    left: 119px;
    top: 88px;
    border: 1px solid #BBB2F7;
}

.line.blue {
    left: 119px;
    top: 88px;
    border: 1px solid #008CDB;
}

.content {
    width: 150px;
    position: absolute;
    left: 200px;
    top: 68px;
    /*font-family: 'Roboto';*/
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 22px;
    text-align: right;
    color: #2B7A77;
    width: max-content;
}

.content.green {
    left: 185px;
    top: 60px;
    color: #2B7A77;
}

.content.purple {
    left: 185px;
    top: 60px;
    color: #7A6FBE;
}

.content.blue {
    left: 185px;
    top: 60px;
    color: #008CDB;
}

.circle_L2{
    position: relative;
    width: 80px;
    height: 80px;
    background-color: #4AC8C1;
    border-radius: 50%;
    top: 40px;
    left: 40px;
}

.circle_L2.green{
    background-color: #4AC8C1;
}

.circle_L2.purple{
    background-color: rgba(187, 178, 247, 1);
}

.circle_L2.blue{
    background-color: rgba(69, 200, 255, 1);
}

/* 圓標內容 */
.circle_L2>div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    /*font-family: 'Roboto';*/
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}



.factoryTitle {
    width: 48px;
    height: 36px;
    /*font-family: 'Roboto';*/
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color: #3AAFA9;
    margin-right: 10px;
}

.factoryMenuBtn {
    display: inline-block;
    padding: 10px 10px 10px 10px;
    width: 100px;
    background: #3AAFA9;
    border-radius: 40px;
    color: white;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
}

.factoryMenuBtn.selected{
    transition: all 0.7s;
    background-color: #264E58 !important;
    color: white;
}

.factoryMenuBtn:hover {
    transition: all 0.7s;
    background-color: #2b7a77 !important;
}

.switchBtn {
    width: 300px;
    /*height: 35px;*/
    padding: 10px 10px 10px 10px;
    border-radius: 20px;
    /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);*/
    border: solid 1px #ffffff;
    color: black;
    font-size: 15px;
    background: white;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    vertical-align: middle;
    margin-top:0;
    width: 20px;
    height: 20px;
    background: #fff;
    border: #fff solid 1px;
    border-radius: 3px;
    /*box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);*/
    cursor: pointer;
}

input.manCheckBox[type="checkbox"] {
    -webkit-appearance: none;
    vertical-align: middle;
    margin-top:0;
    width: 20px;
    height: 20px;
    background: #fff;
    border: #61C6FF solid 1px;
    border-radius: 3px;
    /*box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);*/
    cursor: pointer;
}

input.womanCheckBox[type="checkbox"] {
    -webkit-appearance: none;
    vertical-align: middle;
    margin-top:0;
    width: 20px;
    height: 20px;
    background: #fff;
    border: #F97098 solid 1px;
    border-radius: 3px;
    /*box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);*/
    cursor: pointer;
}

input.manCheckBox[type="checkbox"]:checked {
    background: #61C6FF;
}
input.manCheckBox[type=checkbox]:checked::after {
    content: '';
    margin-top: 3px;
    margin-left: 2px;
    display: block;
    background: transparent;
    border: white solid 2px;
    border-top: none;
    border-right: none;
    height: 5px;
    width: 12px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input.womanCheckBox[type="checkbox"]:checked {
    background: #F97098;
}
input.womanCheckBox[type=checkbox]:checked::after {
    content: '';
    margin-top: 3px;
    margin-left: 2px;
    display: block;
    background: transparent;
    border: white solid 2px;
    border-top: none;
    border-right: none;
    height: 5px;
    width: 12px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.dashed-y {
    width: 2px;
    height: 50px;
    /* 原理： #000-12px 12px-transparent 从top 到 bottom 12px为止都为黑色 12px到最后为透明*/
    background: linear-gradient(to bottom, #FFFFFF, #FFFFFF 3px, transparent 3px, transparent);
    /* 图片背景插入时 宽度为100% 高度为24px */
    /* 未设置no-repeat 所以将会在x、y轴上循环铺设背景 达到仿造虚线的效果 */
    background-size: 100% 7px;
}

.dashed-x {
    width: 95px;
    height: 2px;
    background: linear-gradient(to right, #FFFFFF, #FFFFFF 3px, transparent 3px, transparent);
    background-size: 7px 100%;
}


.circle{
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    margin-top: 45px;
    position: absolute;
}

.overflow-x-scroll {
    overflow-x: scroll;
}

.total-hour-block-view {
    display: inline-block;
    margin-left: 20px;
    position: relative;
    margin-bottom: 35px;
}

.total-hour-view {
    width: max-content;
    height: 25.61px;
    /*font-family: 'Roboto';*/
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #40474A;
    margin-top: 15px;
    padding-left: 55px;
}

.icon-close {
    display: none;
    width: 35px;
    height: 35px;
    background: url(../../../img/menu/5/5-2/icon-close.svg) no-repeat;
    background-position: center;
    /*background-size: 50% 50%;*/
    vertical-align: top;
    cursor: pointer;
}

.icon-close:hover {
    opacity: 0.7;
}

.sect3-web-view {
    display: none;
}

.sect3-mobile-view {
    display: block;
}

.sect4-bottom{
    bottom: 50px;
}

.selector-view {
    display: block;
    width: auto;
    margin-right: 0px;
}

.factory-menu-view {
    display: none;
}

.infoSelect {
    height: 44px;
    display: inline-block;
    text-align: left;
    color: #3AAFA9;
    vertical-align: top;
    cursor: pointer;
    position: relative;
    /*box-shadow: 1px 3px 4px 0px rgb(0 0 0 / 50%);*/
    padding: 10px 20px;
    border: 1px solid #3AAFA9;
    border-radius: 40px;
    background-color: #FFFFFF;
}

.selectHighLight {
    background-color: #3AAFA9 !important;
}

.selectIcon {
    float: right;
    width: 20px;
    height: 20px;
    margin-top: 8px;
    background: url(../../../img/menu/5/5-2/icon-arrow-down.svg) no-repeat;
}

.arrow-up {
    background: url(../../../img/menu/5/5-2/icon-arrow-up.svg) no-repeat;
}

.select {
    /*position: absolute;*/
    position: relative;
    z-index: 3;
    width: -webkit-fill-available;
    height: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border: 1px solid #979797;
    background-color: #ffffff;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    line-height: 40px;
    cursor: pointer;
    height: 28px;
    padding: 3px;
    text-align: center;
    color: #4a4a4a;
    vertical-align: top;


}

.selectOption {
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    line-height: 40px;
    cursor: pointer;
    padding: 3px;
    text-align: center;
    color: #4a4a4a;
    margin-top: 10px;
    width: -webkit-fill-available;
    position: absolute;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 2px 6px rgb(0 0 0 / 10%);
    border-radius: 20px;
}

.selectOptionItem {
    display: contents;
    line-height: 35px;
    border-radius: 20px;
    outline: 0;
    background-color: #FFFFFF;
    /*font-family: 'Roboto';*/
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    color: #717784;
    height: 35px;
    padding-left: 20px;
}

.selectOptionItem:hover {
    background-color: #EEF8F7;
    border-radius: 6px;
}

.selectIcon-rotate {
    margin-top: -3px;
    margin-right: 5px;
    transform: rotate(180deg);
    transition: all 0.3s;
}

.section3-title {
    /*font-family: 'Roboto';*/
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 70px;
    text-align: center;
    color: #3AAFA9;
}

#sec1-content, #sec2-content, #sec3-content-1-1, #sec3-content-1-2 {
    font-size: 16px;
    line-height: 30px;
}

#sec1-content-2, #sec1-content-4 {
    display: block;
}

.unit_for_web {
    visibility: hidden;
}

.unit_for_mobile {
    display: block;
}

.canvas_view {
    width: 680px;
}

.mobileGraphScrollBtn {
    position: absolute;
    background-image: url(../../../img/menu/5/5-3/icon-next-btn.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 35px;
    height: 35px;
    left: 95px;
    margin-top: -14px;
    border-radius: 50%;
    border: 1px solid #ABABAB;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    background-color: white;
    display: block;
    z-index: 1;
}

.sec3-width {
    width: auto;
}

#pyramidBottomView {
    width: auto;
    height: 50px;
}

#pyramidBottomViewDesc {
    font-size: 12px;
    line-height: 50px;
}

#indicatorView_web {
    display: none;
}

#indicatorView_mobile {
    display: block;
}

.icon-pyramid-top {
    width: 165px;
    height: 131px;
    background: url(../../../img/menu/5/5-2/icon-pyramid-top-mobile.svg) no-repeat;
    background-position: center;
    vertical-align: top;
    cursor: pointer;
    margin-bottom: 5px;
    z-index: 10;
}

.icon-pyramid-top:hover {
    background: url(../../../img/menu/5/5-2/icon-pyramid-top-hover-mobile.svg) no-repeat;
}

.icon-pyramid-middle {
    width: 265px;
    height: 81px;
    background: url(../../../img/menu/5/5-2/icon-pyramid-middle-mobile.svg) no-repeat;
    background-position: center;
    vertical-align: top;
    cursor: pointer;
    margin-bottom: 5px;
    z-index: 10;
    position: relative;
}

.icon-pyramid-middle:hover {
    background: url(../../../img/menu/5/5-2/icon-pyramid-middle-hover-mobile.svg) no-repeat;
}

.icon-pyramid-bottom {
    width: 342px;
    height: 76px;
    background: url(../../../img/menu/5/5-2/icon-pyramid-bottom-mobile.svg) no-repeat;
    background-position: center;
    vertical-align: top;
    cursor: pointer;
    margin-bottom: 5px;
    z-index: 10;
    position: relative;
}

.icon-pyramid-bottom:hover {
    background: url(../../../img/menu/5/5-2/icon-pyramid-bottom-hover-mobile.svg) no-repeat;
}

#pyramid-title1 {
    line-height: 18px;
    font-size: 12px;
    padding-top: 22px;
}

#pyramid-title2 {
    line-height: 18px;
    font-size: 12px;
    padding-top: 0px;
}

#pyramid-title3 {
    line-height: 18px;
    font-size: 12px;
    padding-top: 8px;
}

.common-14 {
    color: white;
    margin-top: 10px;
    font-size: 16px;
}

@media (min-width: 800px) {
    section {
        padding-top: 50px;
    }

    .sec-title {
        font-size: 36px;
    }

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

    .pyramid {
        width: 620px;
        height: 540px;
    }

    #L1, #L2, #L3, #L4, #L5 {
        font-size: 16px;
        margin-top: 0px;
        line-height: 20px;
    }

    #L1 {
        padding-top: 20px;
    }

    .circle_L1 {
        width: 180px;
        height: 180px;
    }

    .circle_L2{
        top: 50px;
        left: 50px;
    }

    .line.green, .line.purple, .line.blue {
        left: 120px;
        top: 95px;
    }

    .content.green, .content.purple, .content.blue {
        left: 200px;
        top: 68px;
    }

    .total-hour-block-view {
        margin-left: 60px;
    }

    .sect3-web-view {
        display: block;
    }

    .sect3-mobile-view {
        display: none;
    }

    .sect4-bottom{
        bottom: 135px;
    }

    .selector-view {
        display: none;
    }

    .factory-menu-view {
        display: block;
    }

    .section3-title {
        font-size: 28px;
        line-height: 100px;
    }

    #sec1-content, #sec2-content, #sec3-content-1-1, #sec3-content-1-2 {
        font-size: 20px;
    }

    #sec1-content-2, #sec1-content-4 {
        display: inline-block;
    }

    .unit_for_web {
        visibility: visible;
    }

    .unit_for_mobile {
        display: none;
    }

    .canvas_view {
        width: 1080px;
    }

    .mobileGraphScrollBtn {
        display: none;
    }

    .sec3-width {
        width: calc(50% - 20px);
    }

    #pyramidBottomView {
        width: 700px;
        height: 100px;
    }

    #pyramidBottomViewDesc {
        font-size: 20px;
        line-height: 100px;
    }

    #indicatorView_web {
        display: block;
    }

    #indicatorView_mobile {
        display: none;
    }

    .tipTitle {
        font-size: 24px;
    }

    .tipContent {
        font-size: 18px;
    }

    .icon-pyramid-top {
        width: 290px;
        height: 240px;
        background: url(../../../img/menu/5/5-2/icon-pyramid-top.svg) no-repeat;
        margin-bottom: 10px;
    }

    .icon-pyramid-top:hover {
        background: url(../../../img/menu/5/5-2/icon-pyramid-top-hover.svg) no-repeat;
    }

    .icon-pyramid-middle {
        width: 470px;
        height: 145px;
        background: url(../../../img/menu/5/5-2/icon-pyramid-middle.svg) no-repeat;
        margin-bottom: 10px;
    }

    .icon-pyramid-middle:hover {
        background: url(../../../img/menu/5/5-2/icon-pyramid-middle-hover.svg) no-repeat;
    }

    .icon-pyramid-bottom {
        width: 620px;
        height: 135px;
        background: url(../../../img/menu/5/5-2/icon-pyramid-bottom.svg) no-repeat;
        margin-bottom: 10px;
    }

    .icon-pyramid-bottom:hover {
        background: url(../../../img/menu/5/5-2/icon-pyramid-bottom-hover.svg) no-repeat;
    }


    #pyramid-title1 {
        line-height: 30px;
        font-size: 20px;
        padding-top: 60px;
    }

    #pyramid-title2 {
        line-height: 30px;
        font-size: 20px;
        padding-top: 15px;
    }

    #pyramid-title3 {
        line-height: 30px;
        font-size: 20px;
        padding-top: 30px;
    }

    .common-14 {
        color: white;
        margin-top: 10px;
        font-size: 18px;
    }
}