@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
/* color */
body {
    /* background:#fdf9f7; */
}
/*TXT */
/* -------  */
.info {
    position: relative;
}
/*------------ number ------------*/
.number-sect {
    padding-top: 60px;
    padding-bottom: 30px;
}
.number-sect .n-row {
    display: flex;
    margin: auto;
    justify-content: center;
}
.number-sect .n-col {
    width: 420px;
    position: relative;
    padding: 0px 40px;
}
.number-sect .n-box {
    max-width: 500px;
    position: relative;
    text-align: center;
}
.number-sect .n-col:nth-child(1) .n-box {
    margin-right: auto;
}
.number-sect .n-col:nth-child(2) .n-box,
.number-sect .n-col:nth-child(3) .n-box {
    margin-left: 0;
}
.number-sect .n-col:nth-child(4) .n-box {
    margin-left: auto;
}
.number-sect .n-number {
    font-family: 'Poppins', sans-serif;
    color: #363636;
    font-size: 80px;
    line-height: 50px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    border-bottom: 5px solid #000;
}
.number-sect .n_title {
    position: relative;
    margin: auto;
    text-align: center;
}
.n_title .en_title,
.c_title .en_title {
    font-family: 'Poppins', sans-serif;
    font-size: 80px;
    line-height: 1.2;
    margin: 0;
}
.n_title .tw_title,
.c_title .tw_title {
    font-size: 2.7vh;
    margin-top: 0;
    margin: 0;
    letter-spacing: .1em;
}
.number-sect .n-text {
    font-size: 2vh;
    letter-spacing: .1em;
    padding-top: 30px;
}
.odometer {
    position: relative;
}
.odometer-inside {
    padding: 0;
    font-size: 80px;
    font-weight: 800;
    letter-spacing: 0px;
    border-bottom: 8px solid #000;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
}
.odometer-digit:last-child {
    margin-right: 20px;
}
.odometer-formatting-mark {
    margin-right: 20px;
}
/*------------ number ------------*/
.box_sect {
    position: relative;
    display: flex;
    max-width: 1670px;
    margin: auto;
    align-items: unset;
    padding: 20vh 0;
    justify-content: center;
}
.box_sect .n_arrow {
    display: block;
    position: absolute;
    width: 30px;
    height: 29px;
    right: 15%;
    bottom: 25%;
}
.box_sect .n_arrow:after {
    content: "";
    display: block;
    position: absolute;
    right: calc(50% - 91px);
    width: 191px;
    height: 191px;
    top: -275%;
    background: url(../images/index/arrow.png) 50% 50% no-repeat;
    -webkit-animation: 30s round linear both infinite;
    animation: 30s round linear both infinite;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 2;
}
@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes round {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.box_sect .n_title {
    margin-bottom: 50px;
}
.box_sect .index-box {
    margin: 0 0 30px;
    padding: 0px;
    width: calc(72% / 2);
}
.box_sect .index-box .lb-copy {
    margin: initial;
    position: relative;
    order: 2;
    width: 395px;
    padding: 0;
}
.box_sect .lb-hero {
    display: block;
    width: 1000px;
    margin: auto;
    left: auto;
}
.case-sect {
    position: relative;
    overflow: hidden;
    max-width: -webkit-fill-available;
}
.case-sect .more-box {
    position: absolute;
    right: 10%;
    top: 2%;
}
.case-sect .more-box a {}
.case_box {
    position: relative;
    padding-top: 10vh;
}
.case-sect .lb-hero {
    left: auto;
    display: block;
    margin: auto;
}
.case-txt {
    white-space: nowrap;
    line-height: 1;
    font-size: 60px;
    font-weight: bold;
    color: #000;
    -webkit-animation: homeAccessDecoration 20s linear infinite;
    animation: homeAccessDecoration 20s linear infinite;
    position: relative;
    right: 0px;
    padding: 30px 0;
    width: 100%;
}
.case-txt .en_txt {
    font-family: 'Poppins', sans-serif;
}
.case-txt i {
    margin: 0 10px;
}
.case-txt i img {
    width: 46px;
    height: 35px;
}
.case-sect .c_title {
    position: relative;
    display: block;
    text-align: center;
    margin: 0 0 50px;
}
.c_title .tw_title {}
.case-sect .c-case {
    position: relative;
    display: block;
}
.c-case-list,
.banner-list {
    display: flex;
    justify-content: center;
}
.c-case-list .item {
    width: max-content;
}
.c-case-list .item .box {
    transition: all 600ms cubic-bezier(0.4, 0, 0.25, 1.01);
    display: block;
    position: relative;
    margin: 0px 80px 40px 0;
}
.c-case-list .item:nth-child(2n) .box {
    margin-top: 60px;
}
.c-case-list .item .box .pic {
    position: relative;
    overflow: hidden;
    transition: .7s ease-out;
    -webkit-transition: .7s ease-out;
    -moz-transition: .7s ease-out;
    -ms-transition: .7s ease-out;
    -o-transition: .7s ease-out;
}
.c-case-list .item .box .pic:before {
    content: "了解更多";
    font-size: 18px;
    line-height: calc(50% - -397px);
    color: #fff;
    display: block;
    position: absolute;
    box-sizing: border-box;
    opacity: 0;
    text-align: center;
    letter-spacing: 3px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    -moz-transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -moz-transition: -moz-transform 0.5s, opacity 0.5s;
    -o-transition: -o-transform 0.5s, opacity 0.5s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    z-index: 2;
}
.c-case-list .item .box .pic:after {
    content: "";
    width: 0px;
    height: 1px;
    background: #DDDDDD;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 55%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    z-index: 6;
}
.c-case-list .item .box:hover .pic:after {
    opacity: 1;
    width: 72px;
}
.c-case-list .item .box:hover .pic:before {
    opacity: 0.9;
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.c-case-list .item .img {
    display: block;
    overflow: hidden;
}
.c-case-list .item .img img {
    width: 100%;
    height: auto;
    transition: .7s ease-out;
    -webkit-transition: .7s ease-out;
    -moz-transition: .7s ease-out;
    -ms-transition: .7s ease-out;
    -o-transition: .7s ease-out;
}
.c-case-list .item .box:hover .img img {
    transform: scale(1.2);
}
.c-case-list .item .txt-wrap {
    transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    padding: 0;
    width: 100%;
    z-index: 1;
}
.c-case-list .item .name {
    font-weight: 400;
    font-size: 18px;
    border-left: 12px solid #666;
    padding-left: 10px;
}
.c-case-list .item .catch {
    font-size: 3vh;
    font-weight: 700;
    line-height: 1.5;
    margin: 17px 0 10px;
}
.c-case-list .item .tool {
    color: #666;
    font-size: 16px;
}
.c-case-list .item .name span {
    letter-spacing: .07em;
    font-size: 16px;
    color: #222;
    padding-bottom: 5px;
}
.c-case-list .item .name b {
    font-weight: bolder;
    font-size: 18px;
    position: absolute;
    right: 0px;
    font-family: 'Poppins', sans-serif;
    padding: 0px;
    letter-spacing: 0px;
    border-bottom: 1px solid #666;
}
.case_box_icon {
    position: relative;
}
.case_box_icon1 {
    -webkit-animation: homeAccessDecoration_1 20s linear infinite;
    animation: homeAccessDecoration_1 20s linear infinite;
    position: absolute;
    right: 0;
    bottom: calc(50% - 156px);
    padding: 30px 0;
    width: max-content;
    display: flex;
    transition: all 0.5s ease;
}
.case_box_icon1 .img_h,
.case_box_icon2 .img_h {
    display: none;
    transition: all 0.5s ease;
}
.case_box_icon1 .box,
.case_box_icon2 .box {
    margin: 0px 36px;
    display: block;
    position: relative;
    transition: all 0.5s ease;
    height: 60px;
}
.case_box_icon1 .box:hover .img,
.case_box_icon2 .box:hover .img {
    display: none;
    transition: all 0.5s ease;
}
.case_box_icon1 .box:hover .img_h,
.case_box_icon2 .box:hover .img_h {
    display: block;
    transition: all 0.5s ease;
}
.case_box_icon2 {
    -webkit-animation: homeAccessDecoration_2 20s linear infinite;
    animation: homeAccessDecoration_2 20s linear infinite;
    position: absolute;
    left: 0%;
    bottom: calc(50% - 243px);
    padding: 30px 0;
    width: max-content;
    display: flex;
    transition: all 0.5s ease;
}
.slide-right {
    position: relative;
    text-align: left;
}
.slide-right .txt_link a {
    font-size: 0px;
}
.lb-hero {
    max-width: 1600px;
    position: relative;
    margin: auto;
    left: auto;
}
.lb-hero .lb-copy.left-justify {
    text-align: left;
    width: auto;
}
.lb-hero .num {
    position: absolute;
    font-size: 160px;
    left: -120px;
    top: -120px;
    z-index: -1;
    display: block;
    color: #f2f2f2;
    font-family: 'EB Garamond';
}
.lb-copy {
    padding: 35px 0 60px;
    margin: 100px 0 auto;
}
.number-sect .more-box {
    position: relative;
    z-index: 9999;
    margin: 30px auto;
    width: fit-content;
}
.index-box .right-pic {
    text-align: right;
    position: relative;
    overflow: hidden;
    transition: 0.7s ease-out;
    -webkit-transition: 0.7s ease-out;
    -moz-transition: 0.7s ease-out;
    -ms-transition: 0.7s ease-out;
    -o-transition: 0.7s ease-out;
    display: block;
    max-width: 500px;
}
.index-box .lb-hero:hover .right-pic {
    /* transform: scale(0.95); */
}
.index-box .right-pic span {
    position: relative;
}
.index-box .right-pic img {
    transition: 0.7s ease-out;
    -webkit-transition: 0.7s ease-out;
    -moz-transition: 0.7s ease-out;
    -ms-transition: 0.7s ease-out;
    -o-transition: 0.7s ease-out;
}
.index-box .lb-hero:hover .right-pic img {
    transform: scale(1.2);
}
.end_box {
    position: relative;
}
.end_box .end_light_box1 {
    position: absolute;
    top: calc(50% - 530px);
}
.end_box .end_light_box1:before,
.end_box .end_light_box2:before,
.end_box .end_light_box1:after,
.end_box .end_light_box2:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: -2px;
    width: -webkit-fill-available;
    height: 1px;
    background: #e9e9e9;
}
.end_box .end_light_box1:after {
    top: 118px;
}
.end_box .end_light_box2:after {
    top: auto;
    bottom: 0px;
}
.end_box .end_light_box2 {
    position: absolute;
    bottom: calc(50% - 576px);
}
.mainWrapper section.end .textBlock {
    margin: 0;
}
.contact {
    position: relative;
    max-width: 500px;
    margin: auto;
    top: 70%;
    left: calc(50% - 280px);
}
.contact h4 {
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    position: absolute;
    left: auto;
    text-align: center;
    width: 500px;
    left: 23%;
    bottom: 28%;
}
.contact ul {
    position: absolute;
    left: 30%;
    width: 500px;
    margin-top: -17px;
}
.contact li {
    font-size: 16px;
    line-height: 1.5;
}
.mainWrapper section.end {
    display: inline-block;
}
.end_box .footer_logo video {
    width: 550px;
    height: 145px;
}
.end_box .footer_logo {
    position: absolute;
    top: calc(50% - 109px);
    left: calc(50% - 301px);
    margin-bottom: auto !important;
}
.txt_big {
    font-size: 2.7vh;
    color: #303030;
    padding: 0 0 20px;
    margin: 0;
    border-bottom: 1px solid #aaa;
}
.txt_p {
    color: #3a3a3a;
    font-size: 16px;
    margin: 0px 0 10px;
    line-height: 25px;
    letter-spacing: 1px;
    z-index: 2;
    text-align: left;
    overflow: hidden;
    height: 113px;
}
.txt_p span {
    display: block;
    padding: 10px 0 0;
}
.txt_p1 {
    color: #a2a2a2;
    font-size: 2vh;
    line-height: 25px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 0px;
    padding-left: 5px;
}
.t:before {
    width: 35px;
    height: 1px;
    position: relative;
    content: '';
    display: block;
    background-color: #a2a2a2;
    top: 14px;
    left: 110px;
}
.b {
    padding-left: 55px;
}
.textBlock small {
    color: #444444;
    font-family: 'Montserrat';
    font-weight: lighter;
    font-size: 18px;
    letter-spacing: 1px;
}
.fp-viewing-0 .sidebar nav ul li a,
.viewing-0 .sidebar nav ul li a {
    /* color: #ffffff; */
}
.index-box {
    position: relative;
    display: block;
    margin: auto;
    padding: 0;
}
.top_title {
    position: relative;
}
.top02_title {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 53vh;
    z-index: 1;
}
.top02_title .text {
    line-height: 1.5;
    position: relative;
}
.top02_title .style02 .st02 {
    /* margin-top: 85px; */
    letter-spacing: 0.1em;
    font-size: 2.7vh;
    color: #fff;
    padding-top: 0;
    margin: 50px auto 0;
    position: relative;
}
.top02_title .style01.text {
    font-family: 'Roboto', serif;
    font-size: 20px;
    letter-spacing: 2;
}
.top02_title .style02 .big-txt {
    font-size: 68px;
    font-family: 'EB Garamond', serif;
    letter-spacing: 0.05em;
}
.top02_title .style02 .txt2 {
    margin: 0 20px;
    font-weight: 100;
    font-style: normal;
}
.top-messages {
    text-align: left;
    font-size: 28px;
    color: #fff;
    line-height: 1.6;
    left: 0;
    top: calc(50% - -61px);
    width: 1200px;
    right: 0;
    margin: 0px 0 0 150px;
    position: absolute;
    transition: opacity 1s 1.5s ease-in;
    overflow: hidden;
}
.top-messages span {
    display: block;
    overflow: hidden;
}
.top-messages span>span {
    display: block;
}
.top-messages>span:nth-child(2) {
    transition: transform 0.8s 0.2s ease-in-out;
}
.top-messages>span:nth-child(2)>span {
    transition: transform 0.8s 0.2s ease-in-out;
}
.top-messages>span:nth-child(3) {
    transition: transform 0.8s 0.3s ease-in-out;
}
.top-messages>span:nth-child(3)>span {
    transition: transform 0.8s 0.3s ease-in-out;
}
.top-messages>span:nth-child(4) {
    transition: transform 0.8s 0.4s ease-in-out;
}
.top-messages>span:nth-child(4)>span {
    transition: transform 0.8s 0.4s ease-in-out;
}
body:not(.loaded) .top-messages span {
    transform: translate3d(-100%, 0, 0);
}
body.loaded .top-messages>span {
    transform: translate3d(0%, 0, 0);
}
body.loaded .top-messages>span>span {
    transform: translate3d(0%, 0, 0);
}
.right-pic .block {
    width: 100%;
    height: 100%;
    background: #000000;
    position: absolute;
    display: flex;
    z-index: 5;
    left: 0;
}
.fp-completely .right-pic .block {
    animation: mainBlock 1s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
}
@keyframes mainBlock {
    0% {
        width: 100%;
        left: 0;
    }
    100% {
        width: 0;
        left: 100%;
    }
}
.grey-box:before {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    background-color: #f5f3f0;
}
.grey-box {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
    -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    -webkit-transition-property: -webkit-transform;
    https: //mine.nidweb.com.tw/web.php
        transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    z-index: -1;
}
body.loaded .grey-box {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
@media all and (max-width:1926px) {
    .box_sect {
        /* width: 1189px; */
        padding: 11vh 0;
    }
}
@media all and (max-width:1700px) {
    .top-messages {
        width: 595px;
        top: calc(50% - -46px);
    }
    .number-sect .n-row {
        justify-content: center;
        max-width: 800px;
    }
    .case-sect .c_title {
        -webkit-justify-content: left;
        justify-content: left;
        /* display: flex; */
    }
    .box_sect .index-box {
        width: calc(88% / 2);
    }
    .top-messages {
        font-size: 25px;
        margin: 0px 0 0 150px;
    }
    .n_title .en_title,
    .c_title .en_title {
        font-size: 50px;
    }
    .n_title .tw_title,
    .c_title .tw_title {
        font-size: 3.5vh;
    }
    .number-sect .n-text {
        font-size: 2.5vh;
    }
    .lb-copy {
        margin: 20px 0 auto;
    }
    .index-box .right-pic {
        max-width: 350px;
    }
    .box_sect {
        width: 1000px;
    }
    .box_sect .n_title {
        display: none;
    }
    .box_sect .n_arrow {
        bottom: 20%;
        right: 15%;
        z-index: 5;
    }
    .txt_p1,
    .txt_big {
        font-size: 3vh;
    }
    .c-case-list .item {
        width: 450px;
    }
    .case_box_icon1 {
        bottom: calc(50% - 71px);
    }
    .case_box_icon2 {
        display: flex;
    }
    .c-case-list .item:nth-child(2n) .box {
        margin-top: 40px;
    }
    .c-case-list .item .box .pic:before {
        line-height: calc(50% - -216px);
    }
    .end_box .footer_logo video {
        width: 350px;
        height: 92px;
    }
    .end_box .footer_logo {
        top: calc(50% - 109px);
        left: calc(50% - 225px);
    }
}
@media (max-width: 1430px) {
    .lb-hero {
        left: auto;
        right: 0px;
        margin: auto;
    }
    .box_sect .index-box {
        margin: 0px 30px;
        width: calc(99% / 2);
        margin: auto;
    }
    .number-sect .more-box {
        right: auto;
    }
    .box_sect {
        width: auto;
        padding: 14vh 0;
    }
    .number-sect .n-row {
        display: block;
    }
    .number-sect .n-col {
        width: auto;
        margin-bottom: 40px;
    }
    .number-sect .n-col:nth-child(1) .n-box,
    .number-sect .n-col:nth-child(2) .n-box,
    .number-sect .n-col:nth-child(3) .n-box {
        margin: auto;
    }
    .box_sect:after {
        right: calc(50% - 65px);
        bottom: 0%;
        width: 9%;
        background-size: contain;
    }
    .contact {
        top: 46%;
        left: calc(50% - 262px);
    }
    .end_box .footer_logo {
        top: calc(50% - 179px);
        left: calc(50% - 225px);
    }
}
@media all and (max-width:1200px) {
    .top02_title {
        background: transparent;
    }
    .top-messages {
        width: 459px;
        height: 1000px;
        top: calc(50% - -111px);
        position: relative;
        /* display: grid; */
        margin: 117px auto;
        color: #fff;
        font-size: 22px;
    }
    .top02_title .style02 .st02 {
        color: #fff;
    }
    .top-messages {
        margin: 0 139px;
        width: auto;
        display: block;
        position: fixed;
    }
    .number-sect .n-col {
        /* width: 241px; */
    }
    .txt_big {
        font-size: 3.4vh;
    }
    .case-sect .more-box {
        position: relative;
        right: auto;
        top: auto;
        margin: 50px auto;
        width: fit-content;
    }
    .odometer-inside {
        font-size: 60px;
    }
    .mainWrapper section.info {
        padding-top: 8vh;
    }
    .lb-copy {
        margin: 0 auto;
        padding: 40px 0 0;
    }
    .box_sect{
        padding: 0vh;
    }
}
@media all and (max-width:1100px) {
    .index-box {
        padding: 0px;
    }
    .number-sect .n_title {
        -webkit-justify-content: space-around;
        justify-content: center;
        margin: 0 0 50px;
    }
    .case_box_icon1 {
        top: calc(50% - -5px);
        height: auto;
    }
    .case_box_icon2 {
        bottom: calc(50% - 41px);
        top: auto;
    }
    .c-case-list,
    .banner-list {
        display: block;
    }
    .c-case-list .item {
        width: 100%;
    }
    .c-case-list .item .box {
        margin: 50px auto;
        width: max-content;
    }
    .number-sect .more-box {
        position: relative;
        margin: auto;
        text-align: center;
        width: fit-content;
        display: block;
        bottom: auto;
        right: auto;
        top: auto;
    }
    .box_sect .lb-hero {
        margin: 30px auto;
        justify-content: center;
        display: flex;
        width: auto;
        align-items: center;
    }
    .index-box .right-pic {
        width: auto;
        min-width: 200px;
        max-width: none;
    }
    .top02_title {
        position: relative;
        z-index: 2;
        width: auto;
        margin: 50px;
        bottom: 0px;
        justify-items: flex-end;
    }
    .right-pic .block {
        display: none;
    }
    .top-messages {
        margin: auto;
    }
    .top-messages {
        width: 93%;
        margin: auto;
        bottom: -159px;
        height: auto;
        position: absolute;
        top: auto;
        /* display: contents; */
    }
    .top02_title .style02 .st02 {
        font-size: 21px;
    }
    .box_sect {
        display: grid;
        width: 100%;
        overflow: hidden;
        padding-bottom: 25%;
    }
    .box_sect .index-box {
        margin: 0px auto;
        display: block;
        padding: 0 30px;
        width: auto;
    }
    .lb-copy {
        padding: 0px;
        margin: auto;
        margin-left: auto;
    }
    .txt_p span {
        font-size: 14px;
    }
    .case-sect .more-box {
        position: relative;
        margin: 30px auto;
        left: auto;
        width: max-content;
        right: auto;
    }
    .contact h4,
    .contact ul {
        left: auto;
        width: auto;
        position: relative;
        display: inherit;
        text-align: center;
        margin: 15px auto;
        padding: 0px;
        bottom: 0;
    }
    .index-box {
        padding: 40px 0px 0;
    }
    .n_title .en_title,
    .c_title .en_title {
        font-size: 30px;
    }
    .box_sect .n_title {
        text-align: center;
    }
    .case_box {
        padding-top: 0px;
    }
    .txt_big {
        font-size: 2.8vh;
    }
    .box_sect:after {
        right: calc(50% - 18px);
        bottom: -3%;
    }
    .box_sect .index-box .lb-copy {
        margin-left: 50px;
    }
        .contact {
        top: 30%;
        left: calc(50% - 173px);
    }
}
@media all and (max-width:1000px) {
    .end_box .footer_logo video {
        display: none !important;
    }

}
@media all and (max-width:800px) {
    .box_sect .n_arrow {
        bottom: -2px;
        right: calc(50% - 24px);
    }
    .case_box_icon2 {
        display: flex;
    }
    .case_box_icon {
        padding-bottom: 25vh;
    }
    .box_sect .index-box .lb-copy {
        margin: auto;
        width: auto;
    }
    .case-sect .c_title {
        display: block;
    }
    .slide-right {
        width: auto;
        float: none;
        margin-bottom: 20px;
    }
    .number-sect .n_title {
        display: block;
    }
    .box_sect .lb-hero {
        display: grid;
        width: auto;
        align-items: flex-end;
    }
    .number-sect .n-col {
        width: auto;
        margin-bottom: 40px;
    }
    .number-sect .n-row {
        display: block;
    }
    .top02_title {
        bottom: 29%;
    }
    .txt_p {
        margin: 0px;
    }
    .end_box .footer_logo video {
        width: 50%;
        top: -113px;
        display: none !important;
        position: relative;
    }
    .c-case-list .item .box {
        width: auto;
    }
}