@charset "UTF-8";
/*-------------------------*/
/* $Font import 
---------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900|Roboto:100,300,400,500,700,900");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-family: 'Univers-Condensed';
    src: url('../../../webfonts/webfonts/Univers-Condensed.woff') format("woff"),
        url('../../../webfonts/webfonts/Univers-Condensed.ttf') format("truetype"),
        url('../../../webfonts/webfonts/Univers-Condensed.woff2') format('woff2'),
        url('../../../webfonts/webfonts/Univers-Condensed.eot') format("embedded-opentype");
}

body {
    margin-top: -68px;
    background-color: #faf8f8;
    font-family: "Noto Sans TC", "Noto Sans SC", "Microsoft Yahei", "Microsoft Jhenghei", "Roboto", "Roboto Condensed", "Univers-Condensed", "Noto Sans JP", "Helvetica Neue", Arial, Helvetica, "Font Awesome 5 Free", "Font Awesome 5 Pro", sans-serif;
}

body, html {
    font-size: 16px;
    margin: 0;
    padding: 0;
}

:root:lang(zh-TW) {
    /* 1rem = 16px */
    --font-size-h1: clamp(2.00rem, 1.50rem + 2.0vw, 4.125rem); /* 32px ~ 40px (縮放感強) */
    --font-size-h2: clamp(1.75rem, 1.40rem + 1.5vw, 2.25rem); /* 28px ~ 36px */
    --font-size-h3: clamp(1.50rem, 1.30rem + 1.0vw, 1.85rem); /* 24px ~ 30px */
    --font-size-h4: clamp(1.25rem, 1.20rem + 0.5vw, 1.50rem); /* 20px ~ 24px (縮放感弱) */
    --font-size-h5: clamp(1.10rem, 1.05rem + 0.3vw, 1.25rem); /* 17.6px ~ 20px */
    --font-size-h6: 1rem; /* H6 通常不需縮放 */
    --font-size-p: 1rem; /* 內文固定大小對閱讀最友善 */
    /* 行高變數：建議大標題緊湊一點，內文鬆散一點 */
    --lh-tight: 1.2; /* 適用於 H1, H2 */
    --lh-normal: 1.4; /* 適用於 H3, H4 */
    --lh-loose: 1.6; /* 適用於 P (內文閱讀最舒適) */
}

:root:lang(en-US) {
    /* 1rem = 16px */
    --font-size-h1: clamp(2.00rem, 1.50rem + 2.0vw, 2.5rem); /* 32px ~ 40px (縮放感強) */
    --font-size-h2: clamp(1.75rem, 1.40rem + 1.5vw, 2.25rem); /* 28px ~ 36px */
    --font-size-h3: clamp(1.50rem, 1.30rem + 1.0vw, 1.85rem); /* 24px ~ 30px */
    --font-size-h4: clamp(1.25rem, 1.20rem + 0.5vw, 1.50rem); /* 20px ~ 24px (縮放感弱) */
    --font-size-h5: clamp(1.10rem, 1.05rem + 0.3vw, 1.25rem); /* 17.6px ~ 20px */
    --font-size-h6: 1rem; /* H6 通常不需縮放 */
    --font-size-p: 1rem; /* 內文固定大小對閱讀最友善 */
    /* 行高變數：建議大標題緊湊一點，內文鬆散一點 */
    --lh-tight: 1.2; /* 適用於 H1, H2 */
    --lh-normal: 1.4; /* 適用於 H3, H4 */
    --lh-loose: 1.6; /* 適用於 P (內文閱讀最舒適) */
}

h1 {
    font-size: var(--font-size-h1);
    line-height: var(--lh-tight);
    margin-bottom: 0.5em;
    font-weight: 500;
}

h2 {
    font-size: var(--font-size-h2);
    line-height: var(--lh-tight);
    margin-bottom: 0.5em;
    font-weight: 500;
}

h3 {
    font-size: var(--font-size-h3);
    line-height: var(--lh-normal);
    margin-bottom: 0.5em;
    font-weight: 500;
}

h4 {
    font-size: var(--font-size-h4);
    line-height: var(--lh-normal);
    margin-bottom: 1rem;
    font-weight: 500;
}

h5 {
    font-size: var(--font-size-h5);
    line-height: var(--lh-loose);
    font-weight: 500;
}

h6 {
    font-size: var(--font-size-h6);
    line-height: var(--lh-loose);
    line-height: 1.875rem
}

p {
    font-size: var(--font-size-p);
    line-height: var(--lh-loose);
}

ul li, ol li {
    font-size: var(--font-size-h5);
    line-height: var(--lh-loose);
    font-weight: 500;
    margin-bottom: 16px;
}

.ft-SGS {
    padding-right: 5px;
    font-family: "Univers-Condensed", sans-serif;
}

input {
    font: initial;
}

.footer {
    padding-top: 0;
}

.ft-orange {
    color: #f60;
}

.ft-green {
    color: #71be43;
}

.ft-size20 {
    font-size: 20px;
}

.ft-size56 {
    font-size: 56px;
}

.inno-idea.row,
.row-clear {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.inno-idea [class*=col-],
.row-clear [class*=col-],
.form-horizontal {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.form-control,
.form-control[readonly] {
    padding: 10px 12px;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.4;
    height: 42px;
    border-radius: 4px;
    color: #666;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
}

.form-control[readonly] {
    cursor: pointer;
}

.form-control:focus {
    border-color: #ff6600;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control::-webkit-input-placeholder {
    color: #aaa;
}

.form-control::-moz-placeholder {
    color: #aaa;
}

.form-control::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    border-color: #ccc;
    background-color: #e6e6e6;
    color: #999;
    cursor: not-allowed;
    opacity: .7;
}

select.form-control::-ms-expand {
    display: none;
}

.form-control:not([type=checkbox]):not([type=radio]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}

.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form textarea {
    padding: 8px 16px;
    display: inline-block;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 16px;
    background-color: inherit;
    color: #fefefe;
}

.form textarea {
    resize: none;
}

.form input[type="text"]:focus,
.form input[type="tel"]:focus,
.form input[type="email"]:focus,
.form textarea:focus {
    outline: 0;
    border: 1px solid #e881a7;
}

.form label {
    margin-bottom: 8px;
    display: inline-block;
    vertical-align: middle;
    color: #fefefe;
}

.form__btn-group {
    margin-top: 32px;
}

.form-horizontal label {
    font-size: 16px;
}

.radio input {
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #aaa;
    color: #f00;
}

input[type="submit"] {
    font-family: 'Noto Sans TC', 'Microsoft YaHei', 'Roboto', sans-serif;
}

input[type="button"] {
    font-family: 'Noto Sans TC', 'Microsoft YaHei', 'Roboto', sans-serif;
}

/*tip*/
.tip {
    font-size: 14px;
    color: #ef7a70;
}


/* link */
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #363636;
    text-decoration: none;
    transition: all .3s;
}

a:hover,
a:active,
a:focus {
    color: #ff6600;
    text-decoration: none;
}

a.agree {
    color: #337ab7;
}

a.agree:hover {
    color: #1e5b91;
}

.btn-orange {
    background-color: #f60;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 1px 3px rgba(70, 70, 70, 0.1), 0 1px 2px rgba(70, 70, 70, 0.1);
    box-shadow: 0 1px 3px rgba(70, 70, 70, 0.1), 0 1px 2px rgba(70, 70, 70, 0.1);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.btn-orange:hover,
.btn-orange:focus {
    color: #fff;
    background-color: #f4a638;
    background-position: 0 -15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-orange:active {
    color: #fff;
    background-color: #f4a638;
    border-color: #f60;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-del {
    background-color: #e7511e;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 1px 3px rgba(70, 70, 70, 0.1), 0 1px 2px rgba(70, 70, 70, 0.1);
    box-shadow: 0 1px 3px rgba(70, 70, 70, 0.1), 0 1px 2px rgba(70, 70, 70, 0.1);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.btn-del:hover,
.btn-del:focus {
    color: #fff;
    background-color: #e7511e;
    background-position: 0 -15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-del:active {
    color: #fff;
    background-color: #e7511e;
    border-color: #f60;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-hov {
    -webkit-transition: .5s;
    -webkit-transform: scale(1);
    cursor: pointer;
}

.btn-hov:hover {
    -webkit-transform: scale(0.95);
}

/* i */
label i {
    /*width: 25px;*/
    font-size: 16px;
    line-height: 14px;
    font-weight: 400;
    color: #666;
    text-align: center;
    padding-right: 6px;
}

/* list */
/*ul {
    list-style: none;
    margin: 0;
    padding: 0;
}*/

.text-danger {
    color: #ef7a70 !important;
}

.text-danger2 {
    color: #ef7a70 !important;
    font-size: 14px !important;
    font-weight: 400;
}


.imgbox {
    width: 100%;
    overflow: hidden;
}

.imgbox-inner {
    width: 100%;
    padding-top: calc(100% * 2 / 3);
    height: 0;
    position: relative;
}

.imgbox .image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.img-lg {
    -webkit-transition: .5s;
    -webkit-transform: scale(1);
    cursor: pointer;
}

.img-lg:hover {
    -webkit-transform: scale(1.2);
    opacity: 0.6;
}

.form-horizontal .control-label {
    text-align: left;
}

.site-logo .img-logo {
    max-width: 60px;
    margin: 6px 0;
}

.site-logo .img-logo img {
    max-width: 100%;
}

.nav .inno-idea {
    margin-top: 70px;
  }
  .nav .inno-idea #header-global {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    line-height: 1;
    margin-top: -70px;
    z-index: 100;
  }
  .nav .inno-idea #header-global .cont-header .logo {
    width: 117px;
    height: 70px;
    position: absolute;
    top: 0;
    z-index: 10;
  }
  .nav .inno-idea #header-global .cont-header .logo img {
    max-width: 100%;
    height: auto;
    width: auto;
    display: inline-block;
  }
  .nav .inno-idea #header-global .cont-header .h1 {
    position: absolute;
    top: 20px;
    z-index: 10;
    font-size: 19px;
    color: #fff;
    margin: 0 0 0 140px;
    line-height: 1.5em;
    letter-spacing: 0px;
  }
  
  .navbar-orange {
    background-color: #ec5c2e;
  }
  
  @media (max-width: 1140px) {
    .nav .inno-idea #header-global .cont-header .h1 {
      top: 21px;
      font-size: 17px;
    }
  }
  @media (max-width: 992px) {
    .nav .inno-idea #header-global .cont-header .h1 {
      font-size: 16px;
    }
  }
  @media (min-width: 769px) {
    .inno-idea .cont-header {
      min-width: 1160px;
    }
  }
  @media (min-width: 320px) and (max-width: 576px) {
    .nav .inno-idea #header-global .cont-header .logo {
      width: 70px;
    }
    .nav .inno-idea #header-global .cont-header .h1 {
      line-height: 1.8;
      margin-left: 88px;
    }
  }


.feature-cover {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
    position: absolute;
}

.mark {
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    /*overflow: hidden;
    position: relative;*/
    justify-content: center;
    align-items: center;
    opacity: .3;
}

@media (min-width: 320px) {
    .wrp-scroll {
        position: absolute;
        z-index: 1;
        bottom: 0px;
        left: 50%;
        height: 0px;
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 0;
    }

    .txt-scroll {
        /*-webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;*/
        height: 40px;
        font-family: 'Roboto', sans-serif;
        font-weight: 400 !important;
        color: #f60;
        font-size: 16px;
        letter-spacing: 0.06em;
        margin-top: -82px;
    }

    .txt-scroll {
        font-size: 12px !important;
    }

    .bd-scroll {
        width: 12px;
        height: 50px;
        overflow: hidden;
        position: absolute;
        top: -50px;
        left: 2.6em;
    }

    .bd-scroll:before,
    .bd-scroll:after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 1px;
        height: 100%;
        content: '';
    }

    .bd-scroll:before {
        z-index: 10;
        -ms-animation: scroll 2.4s infinite normal;
        -moz-animation: scroll 2.4s infinite normal;
        -webkit-animation: scroll 2.4s infinite normal;
        -o-animation: scroll 2.4s infinite normal;
        animation: scroll 2.4s infinite normal;
        background: #fff;
    }

    .bd-scroll:after {
        background: #f60;
    }


    @-o-keyframes scroll {
        0% {
            -o-transform: translate3d(0, -100%, 0)
        }

        15% {
            -o-transform: translate3d(0, -98%, 0)
        }

        85% {
            -o-transform: translate3d(0, 98%, 0)
        }

        100% {
            -o-transform: translate3d(0, 100%, 0)
        }
    }

    @-moz-keyframes scroll {
        0% {
            -moz-transform: translate3d(0, -100%, 0)
        }

        15% {
            -moz-transform: translate3d(0, -98%, 0)
        }

        85% {
            -moz-transform: translate3d(0, 98%, 0)
        }

        100% {
            -moz-transform: translate3d(0, 100%, 0)
        }
    }

    @-webkit-keyframes scroll {
        0% {
            -webkit-transform: translate3d(0, -100%, 0)
        }

        15% {
            -webkit-transform: translate3d(0, -98%, 0)
        }

        85% {
            -webkit-transform: translate3d(0, 98%, 0)
        }

        100% {
            -webkit-transform: translate3d(0, 100%, 0)
        }
    }

    @keyframes scroll {
        0% {
            transform: translate3d(0, -100%, 0)
        }

        15% {
            transform: translate3d(0, -98%, 0)
        }

        85% {
            transform: translate3d(0, 98%, 0)
        }

        100% {
            transform: translate3d(0, 100%, 0)
        }
    }

}

.jumbotron {
    background-size: cover;
    height: 100vh;
    min-height: 100vh;
    background-position: center bottom;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-radius: 0;
}

#sec01 {
    position: relative;
}

#sec01 .wrap {
    position: relative;
    /*max-width: 1170px;*/
    margin: 0 auto;
    height: 100vh;
}

@media screen and (min-width: 650px) {
    .Prologue__screen02 {
        left: -16vh;

        -o-transition: all 1.3s cubic-bezier(.04, .65, .08, 1) 2.1s;
        transition: all 1.3s cubic-bezier(.04, .65, .08, 1) 2.1s;
        -webkit-transform: skewX(-17deg);
        -ms-transform: skewX(-17deg);

        width: calc(100% + 32vh);
        height: 100%;

        -webkit-transition: all 1.3s cubic-bezier(.04, .65, .08, 1) 2.1s;
        transform: skewX(-17deg);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
    }

    .Prologue__screen02 {
        left: calc(-75.5% - 32vh);
    }

}

@media screen and (max-width: 650px) {
    .jumbotron {
        height: 60vh;
    }

    .Prologue__screen02 {
        position: fixed;
        bottom: -26.79vw;

        width: 100%;
        height: calc(100vh + 26.79vw);

        -webkit-transition: all 1.2s cubic-bezier(.04, .65, .08, 1) 2s;
        -o-transition: all 1.2s cubic-bezier(.04, .65, .08, 1) 2s;
        transition: all 1.2s cubic-bezier(.04, .65, .08, 1) 2s;
        -webkit-transform: skewY(-15deg);
        -ms-transform: skewY(-15deg);
        transform: skewY(-15deg);
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;

    }

    .Prologue__screen02 {
        bottom: auto;

        -webkit-transform: translateY(calc(-100% + 130px)) skewY(-15deg);
        -ms-transform: translateY(calc(-100% + 130px)) skewY(-15deg);
        transform: translateY(calc(-100% + 130px)) skewY(-15deg);
    }
}


.Prologue__screen02 {
    position: absolute;
    z-index: 3;
    background-color: #ec5c2e;
    mix-blend-mode: multiply;
}

#sec01 .txt {
    position: absolute;
    left: 8.33333333%;
    bottom: 100px;
    color: #fff;
    z-index: 4;
}

#sec01 h1{
    font-weight: 600;
}

#sec02 h2,
#sec03 h2,
#sec04 h2{
    font-weight: 600;
}

#sec01 .en,
#sec01 h1 {
    -ms-text-shadow: 0 1px 8px rgba(0, 0, 0, .3);
    -webkit-text-shadow: 0 1px 8px rgba(0, 0, 0, .3);
    -moz-text-shadow: 0 1px 8px rgba(0, 0, 0, .3);
    -o-text-shadow: 0 1px 8px rgba(0, 0, 0, .3);
    text-shadow: 0 1px 8px rgba(0, 0, 0, .3);
}

#sec01 .en {
    padding-left: 10px;
}

#sec01 .jumbotron {
    background-image: url('../../SEMI_Cleanliness/_images/bg_sec01.jpg');
    background-position: center;
    border-radius: 0;
}

.sec-outside {
    margin-top: 80px;
}

.zindex {
    z-index: 2;
}

.bg {
    box-shadow: 20px 20px 40px rgba(133, 87, 74, 0.2);
}

.image img {
    border-radius: 5px;
}


.sec-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
}

.sec-col {
    padding: 60px;
    /*background-color: #fff;*/
    border-radius: 5px;
}

@media(max-width: 991px) {
    .sec-col {
        padding: 20px;
    }

    .sec-row {
        flex-direction: column;
    }
}

@media(max-width: 320px) {
    .sec-row {
        display: block;
    }
}

.global {
    /*background-color: rgba(255, 102, 0, .05);*/
    height: 403px;
    padding-top: 41px;
    padding-bottom: 10px;

    position: relative;
    z-index: 20;
}

.bg-anim {
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 80px;
}

.bg-anim::before {
    content: '';
    display: block;
    background-color: #ec5c2e;
    height: 280px;
    width: 730px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.-reverse::before {
    left: auto;
    right: 0;
}

@media(max-width: 767px) {
    .bg-anim::before {
        width: 100%;
    }
}

/*#sec02*/

.sec-li {
    margin-top: 20px;
}

.sec-li li {
    margin-bottom: 6px;
}

.about-list {
    width: 100%;
    /*margin: 0;
    padding: 0;*/
    column-count: 2;
    column-rule: 1px solid #eee;
}

@media(max-width: 768px){
    .about-list {
        column-count: 1;
    }
}

.sec-li li::marker {
    color: #f60;
    font-style: italic;
}

ul.ft-size20 li {
    list-style-position: inside;
    list-style: disc;
    margin-left: 30px;
}

ul.ft-size20 li {
    /*display: inline-block;*/
    line-height: 1.5em;
}

#sec05 .h3{
    margin-top: 0;
}

#sec05 .-mt-20 {
    margin-top: -20px;
}

.sec-col.bg .h4 {
    margin: 0;
}

.sec-col.bg .round::before {
    content: "\f111";
    color: rgba(113, 190, 67, 0.6);
    font-size: 50px;
}

.sec-col.bg h4 .txt {
    margin-left: -25px;
}

p {
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
}

#sec06 {
    color: #fff;
    padding: 30px 0;
}

#sec06 .sec-col {
    padding: 20px;
}

#sec06 .flex{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /*flex-wrap: nowrap;*/
    /*height: 180px;*/
    margin-top: 1rem;
    padding: 1rem;
    justify-content: flex-start;
}

#sec06 .item{
    flex-grow: 1;
}

#sec06 .item:nth-child(2) {
    padding-left: 15px;
}

#sec06 .item-1{
    flex-grow: 2;
}

#sec06 .txt{
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.5;
    text-align: center;
    margin: 0;
}

#sec06 .small{
    font-size: 1rem;
}

#sec06 .h2 {
    margin: 30px 0 40px;
}

#sec06 .h5{
    margin-bottom: 13px;
    letter-spacing: 1px;
}

.bg-white {
    background-color: #fff;
}

.bg-gray {
    background-color: #444141;
}

.br-3 {
    border-radius: 10px;
    padding: 1.2rem;
    background-color: rgba(255, 255, 255, 0.1);
}

.typ>span {
    opacity: 0;
    white-space: nowrap;
    display: inline-block;
}

@media(max-width: 480px){
    #sec06 .flex{
        display: flex;
        flex-direction: column;
        justify-content: initial;
        align-items: initial;
        .item:nth-child(2){
            padding-left: 0;
        }
        .item.w-75{
            margin-top: 16px;
            width: 100% !important;
        }
    }
}