@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/Univers-Condensed.woff') format("woff"),
        url('../../webfonts/Univers-Condensed.ttf') format("truetype"),
        url('../../webfonts/Univers-Condensed.woff2') format('woff2'),
        url('../../webfonts/Univers-Condensed.eot') format("embedded-opentype");
}

body {
    font-size: 16px;
    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;
}


html {
    font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 1em;
    margin-bottom: .6em;
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    .jumbotron h1,h1 {
        font-size: 2.8rem;
        font-weight: 700;
        letter-spacing: 0.8px;
        line-height: 3.5rem;
    }

    h2 {
        font-size: 2rem;
        font-weight: 600;
        letter-spacing: 0.8px;
        line-height: 3.5rem;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 767px) {
    .jumbotron h1,h1 {
        font-size: 3.5rem;
        font-weight: 700;
        letter-spacing: 0.8px;
        line-height: 4.5rem;
    }

    h2 {
        font-size: 2.5rem;
        font-weight: 600;
        letter-spacing: 0.8px;
        line-height: 3.5rem;
    }

    h3 {
        font-size: 2rem;
        font-weight: 600;
        letter-spacing: 0.8px;
        line-height: 2.5rem;
    }

    h4 {
        font-size: 1.4rem;
        font-weight: 500;
        letter-spacing: 0.8px;
        line-height: 2.4rem;
    }

    h5 {
        font-size: 1rem;
        font-weight: 400;
        letter-spacing: 0.8px;
        line-height: 2rem;
    }

    h6 {
        font-size: 1rem;
        font-weight: 400;
        letter-spacing: 0.8px;
        line-height: 2rem;
    }

    p {
        font-size: 1.5rem;
        font-weight: 400;
        letter-spacing: 0.8px;
        line-height: 2.5rem;
    }

}

/* Small Devices, Tablets */
@media only screen and (min-width : 992px) {
    .jumbotron h1,h1 {
        font-size: 4rem;
        font-weight: 700;
        letter-spacing: 0.8px;
        line-height: 5rem;
    }

    h2 {
        font-size: 3rem;
        font-weight: 600;
        letter-spacing: 0.8px;
        line-height: 4rem;
    }

    h3 {
        font-size: 2.5rem;
        font-weight: 600;
        letter-spacing: 0.8px;
        line-height: 3.3rem;
    }

    h4 {
        font-size: 1.55rem;
        font-weight: 500;
        letter-spacing: 0.8px;
        line-height: 2.55rem;
    }

    h5 {
        font-size: 1.5rem;
        font-weight: 500;
        letter-spacing: 0.8px;
        line-height: 2.5rem;
    }

    h6 {
        font-size: 1rem;
        font-weight: 400;
        letter-spacing: 0.8px;
        line-height: 2rem;
    }

    p {
        font-size: 1.5rem;
        font-weight: 400;
        letter-spacing: 0.8px;
        line-height: 2.5rem;
    }

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .jumbotron h1,h1 {
        font-size: 3.5rem;
        font-weight: 700;
        letter-spacing: 0.8px;
        line-height: 4.5rem;
    }

    h2 {
        font-size: 2.5rem;
        font-weight: 600;
        letter-spacing: 0.8px;
        line-height: 3.5rem;
    }

    h3 {
        font-size: 2.3rem;
        font-weight: 600;
        letter-spacing: 0.8px;
        line-height: 3.3rem;
    }
    h4 {
        font-size: 1.75rem;
        font-weight: 500;
        letter-spacing: 0.8px;
        line-height: 2.75rem;
    }

    h5 {
        font-size: 1.5rem;
        font-weight: 500;
        letter-spacing: 0.8px;
        line-height: 2.5rem;
    }

    h6 {
        font-size: 1rem;
        font-weight: 400;
        letter-spacing: 0.8px;
        line-height: 2rem;
    }

    p {
        font-size: 1.5rem;
        font-weight: 400;
        letter-spacing: 0.8px;
        line-height: 2.5rem;
    }
}

.ft-SGS {
    padding-right: 5px;
    text-transform: uppercase;
    font-family: "Univers-Condensed", sans-serif;
}

.ft-en {
    font-family: 'Roboto', sans-serif;
}

input {
    font: initial;
}


.ft-orange {
    color: #f60;
}

.ft-green {
    color: #71be43;
}

.bg-orange {
    background-color: rgba(255, 102, 0, .05);
}

.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%;
}

.inno-idea {
    margin-top: 70px;
    margin-bottom: 30px;
    /* transition */
    /* Fixed */
}

.inno-idea img {
    max-width: 100%;
    height: auto;
    width: auto;
    display: inline-block;
}

.inno-idea .cont-header {
    max-width: 1170px;
    margin: 0 auto;
}

.inno-idea #header-global {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    line-height: 1;
    background-color: #ec5c2e;
    margin-top: -70px;
    z-index: 100;
}

.inno-idea #header-global:after {
    content: "";
    display: block;
    width: 100%;
    margin: 70px auto 0;
}

.inno-idea #header-global,
.inno-idea #header-global:after,
.inno-idea #header-global .logo,
.inno-idea #header-global p,
.inno-idea #global-nav ul li,
.inno-idea #global-nav ul li a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.inno-idea #header-global.fixed-header {
    background: #ec5c2e;
    z-index: 101;
    margin-top: -70px;
}

.inno-idea #header-global.fixed-header:after {
    width: 100%;
    margin-top: 70px;
}

.inno-idea .logo {
    width: 117px;
    height: 70px;
    position: absolute;
    top: 0;
    z-index: 10;
}

.inno-idea .txt p {
    position: absolute;
    top: 20px;
    margin-left: 100px;
    z-index: 10;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    width: 70%;
    line-height: 1.5;
    letter-spacing: inherit;
}

.inno-idea .txt2 h4 {
    position: absolute;
    top: 20px;
    margin-left: 1250px;
    z-index: 10;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    width: 100%;
    line-height: 1.5;
}

@media (max-width: 992px) {
    .inno-idea .txt p {
        margin-left: 80px;
        font-size: 16px;
    }

    .inno-idea .txt2 h4 {
        margin-left: 280px;
        font-size: 12px;
    }
}


.inno-idea #header-global.fixed-header .logo {
    width: 70px;
    height: 70px;
}

.inno-idea #header-global.fixed-header p {
    margin-left: 84px;
}

@media (min-width: 769px) {
    .inno-idea .cont-header {
        min-width: 1160px;
    }
}

.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: #fff;
        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: #000;
    }


    @-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)
        }
    }

}

.inno-idea .h1 {
    position: absolute;
    top: 20px;
    z-index: 10;
    font-size: 1.2em;
    color: #fff;
    margin: 0 0 0 140px;
    line-height: 1.5em;
}

@media (max-width: 480px) {
    .inno-idea .h1 {
        font-size: 1.3em;
    }
}

@media (max-width: 320px) {
    .inno-idea .h1 {
        font-size: 1em;
        top: 13px;
    }
}

.slick-dots li.slick-active button:before{
    color: #f60;
}
/*slick*/
@media(min-width: 768px){
    .slick-dots {
        bottom: 0;
        right: 0px;
        width: inherit;
    }

    .slick-dots li {
        display: block;
        margin: 10px;
    }

    .slick-dots li button:before {
        color: #fff;
        opacity: 1;
        font-size: 18px;
    }

}

@media(max-width: 767px){
    .slick-dots {
        bottom: inherit;
    }
}

.notices{
    margin-bottom: 20px;
}

.notices > ul{
    list-style: disc;
    margin-left: 36px;
}

.hr {
    font-family: "Noto Sans TC", "Microsoft Jhenghei", "Roboto Condensed", Roboto, "Open Sans", 新細明體, Arial, Helvetica, sans-serif;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(219, 219, 219);
}
.hr_w100 {
    display: inline-block;
    border-bottom: 1px solid #f60;
    margin-bottom: -1px;
}
.hr h1 {
    font-size: 20px;
    letter-spacing: 1px;
    color: #484848;
    padding: 15px 10px 0px 10px;
    font-weight: 500;
}

.jumbotron {
    background-size: cover;
    height: 100vh;
    min-height: 100vh;
    /*background-position: center top;*/
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-radius: 0;
}

.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;
    padding: 100px 0;
}

@media(max-width: 970px) {
    .sec-col {
        padding: 20px;
    }

    .sec-row {
        flex-direction: column;
        padding: 10px 0 50px 0;
    }
}

.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;
}*/

.-reverse::before {
    left: auto;
    right: 0;
}

@media(max-width: 767px) {
    .bg-anim::before {
        width: 100%;
    }
}


.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);
}

.num{
    -webkit-transform: translateX(-50%);
    align-items: center;
    background-color: #71be43;
    border-radius: 100px;
    color: #fff;
    display: flex;
    font-size: 2rem;
    font-weight: 700;
    width: 6rem;
    height: 6rem;
    justify-content: center;
    left: 50%;
    line-height: 1.2;
    position: relative;
    text-align: center;
    top: -3rem;
    transform: translateX(-50%);
}

/*.num::after{
    -webkit-transform: translateX(-50%);
    border-bottom: 0 solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -.5rem;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0
}

.num.yellow::after{
    border-top: 10px solid #d9b64e;
}*/

.num .icon{
    width: 4rem;
    height: 4rem;
}

.typ>span {
    opacity: 0;
    white-space: nowrap;
    display: inline-block;
}

.mb30{
    margin-bottom: 30px;
}

/*sec01*/
#sec01{
    position: relative;
}

#sec01 .wrap {
    position: relative;
    margin: 0 auto;
    height: 100vh;
}

#sec01 .scope{
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
    height: 100vh;
    min-height: 100vh;
}

#sec01 .jumbotron {
    background-image: url('../_images/bg_sec01.jpg');
    background-position: center bottom;
    border-radius: 0;
}

#sec01 .sub{
    position: absolute;
    bottom: 50px;
    left: 15px;
    -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 h1{
    font-size: 5.2rem;
    line-height: 6rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 18px;                    
}

#sec01 p{
    font-size: 2.5rem;
    color: #fff;
}

#sec01 small{
    font-size: 3.4rem;
    font-weight: 600;
    color: #fff;
    padding-right: 10px;
}

@media(max-width: 768px){
    #sec01 .sub{
        bottom: 100px;
    }
    #sec01 h1{
        font-size: 3.2rem;
        line-height: 4.5rem;
    }
    #sec01 p{
        font-size: 1.2rem;
    }
    #sec01 small{
        font-size: 2.2rem;
    }
}



#sec02 ul.list {
    margin-top: 20px;
    list-style: disc;
    list-style-position: inside;
}

#sec02 ul.list li::marker {
    color: #f60;
}

#sec02 ul.list li {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.sub {
    position: relative;
    margin-bottom: 80px;
}

.underline::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0px;
    left: calc(50% - 12px);
    /*background-color: #ff6600;*/
    background: #f60;
    width: 30px;
    height: 3px;
}

.sub p {
    font-size: 1.6rem;
    font-weight: 500;
    padding-left: 5px;
    margin: 0 0 8px;
    letter-spacing: 1px;
}

.sub h1 {
    margin-top: 0;
}

.sub-line {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #71be43;
}

.sub-line::after {
    content: '';
    display: block;
    height: 1px;
    width: 8rem;
    margin-left: 1rem;
    background-color: #71be43;
}

#sec01 .sub-line::after {
    background-color: #fff;
}

.sub-line-green{
    border-radius: 50px;
    border: 1px solid #71be43;
    padding: 2px 12px 4px;
    color: #71be43;
    font-weight: 500;
}

/*sec10*/
#sec10{
    color: #fff;
    padding-bottom: 40px;
}

#sec10 .item{
    margin-top: 15px;
}

#sec10 h4{
    margin-top: 0;
}

#sec10 .txt{
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.5;
    margin: 0;
}

    #sec10 .a-bottom a {
        color: #ffffff;
    }

        #sec10 .a-bottom a:hover {
            color: #f60;
        }

.flex-row{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    align-content: stretch;
}

.flex-row h4{
    text-align: center;
}

.flex-row .mb1em{
    margin-bottom: 1em;
}

@media(max-width: 768px){
    .flex-row{
        flex-direction: column;
    }
}
@media(max-width: 1200px){
    #sec10 .item{
        margin-bottom: 15px;
    }
}

#sec03 img,
#sec02 .image,
#sec04 img,
#sec06 img, 
#sec07 img,
#sec08 img, 
#sec09 img {
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
}


.bg-section {
    padding: 80px 0;
    position: relative;
    overflow: hidden
}

#sec07.bg-section{
    padding-top: 20px;
}

.bg-section .g-section__bg {
    background-color: rgba(255, 102, 0, .05);
    width: 120%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -10%;
    z-index: -10;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg)
}

@media screen and (max-width: 767px) {
    .bg-section {
        padding: 50px 0;
    }

    .bg-section .g-section__bg {
        -webkit-transform: initial;
        transform: initial;
        width: 100%;
        left: 0;
    }
}

.bg-section .g-section__bg::after,
.bg-section .g-section__bg::before {
    width: 50%;
    height: 28px;
    position: absolute;
    background-color: #faf8f8;
    content: "";
}

.bg-section .g-section__bg::before {
    display: block;
    bottom: 0;
    left: -1.7%;
    -webkit-transform: none;
    transform: none;
}

@media screen and (max-width: 767px) {
    .bg-section .g-section__bg::before {
        display: none;
    }
}

.bg-section .g-section__bg::after {
    display: block;
    top: 0;
    right: -1.7%;
    -webkit-transform: none;
    transform: none;
}

@media screen and (max-width: 767px) {
    .bg-section .g-section__bg::after {
        display: none;
    }
}


/*footer*/
.footer {
    font-family: 'Roboto', 'Roboto Condensed', "Helvetica Neue", Arial, Helvetica, 'Noto Sans TC', 'Noto Sans SC', 'Microsoft Yahei', 'Microsoft Jhenghei', "Font Awesome 5 Free", sans-serif;
    background-color: #212121;
    line-height: 1.5em;
    color: #fff;
}

.footer a {
    color: #fff;
}
.footer a:hover,
.footer a:active,
.footer a:focus {
    color: #ff6600;
    text-decoration: none;
}

.copyright-wrapper {
    border-top: 1px solid #666666;
}

    .copyright-wrapper p {
        font-size: 13px;
        margin: 20px 0;
    }




/* $Affix
---------------------------*/
.panel-affix {
    min-width: 225px;
}

.topic_menu{
    width: calc(66 /1366*100vw);
}

.topic_menu>li{
    cursor: pointer;
    width: 100%;
    height: calc(66 /1366*100vw);
    background: white;
    border: calc(2 /1366*100vw) solid #71be43;
    border-radius: 4vw;
    position: relative;
    margin-bottom: calc(38 /1366*100vw);
    transition: 0.3s ease-out;
    color: #fff;
}

.topic_menu>li::after{
    content: "";
    position: absolute;
    width: calc(2 /1366*100vw);
    height: calc(40 /1366*100vw);
    background: #71be43;
    top: calc(64 /1366*100vw);
    left: calc(30 /1366*100vw);
}

.topic_menu>li:last-child::after{
    display: none;
}
.topic_menu>li.active a {
    background: transparent;
    color: #fff;
}

.topic_menu li {
    font-size: 1.9rem;
    line-height: 3rem;
    font-weight: 700;
}

.topic_menu>li.active {
    background: #71be43;
    color: #f60;
}

.topic_menu>li>a:hover {
    background: transparent;
}

.topic_menu>li>a:focus{
    background: transparent;
}

.topic_menu>li>a{
    height: calc(66 /1366*100vw);
    font-family: 'Roboto', 'Roboto Condensed', "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 3rem;
    font-weight: 500;
    background: transparent;
    text-align: center;
}

.topic_menu span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


#sec04 h2{
    font-size: 2.8rem;
    letter-spacing: 2px;
    margin-top: 10px;
}

#sec04 .txt{
    font-size: 2.3rem;
    font-weight: 500;
    margin-top: 40px;
    line-height: 3rem;
}

@media(min-width: 769px){
    #sec04 h2 .num{
        display: none;
    }
}

@media(max-width: 768px){
    #sec04 .num{
        top: -1rem;
    }
    #sec04 .txt{
     margin: 20px 0 30px 0;
    }
}

#sec02 h1{
    margin-bottom: 10px;
}

#sec02 .item {
    margin-top: 40px;
}

#sec02 .sub{
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 0;
}

#sec02 .txt {
    text-align: center;
    line-height: 1.5;
    font-size: 1.8rem;
    font-weight: 600;
}

@media(max-width: 768px){
    #sec02 .txt {
        font-size: 2.5rem;
        margin-top: -15px;
    }
}

@media(max-width: 320px){
    #sec02 .txt {
        font-size: 2rem;
    }
}

#sec10 .sec-col {
    padding: 20px;
}

#sec10 .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;
}

#sec10 .item{
    flex-grow: 1;
}

#sec10 .item:nth-child(2) {
    padding-left: 15px;
}

#sec10 .item-1{
    flex-grow: 2;
}

#sec10 .txt{
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.5;
    text-align: center;
    padding: 5px 0px;
    margin: 0;
}

#sec10 .small{
    padding-left: 10px;
    font-size: 1.4rem;
}


#sec10 .h5{
    margin-bottom: 13px;
    letter-spacing: 1px;
    font-size: 2rem;
}

/*-------------------------*/
/* checkbox
---------------------------*/
/* The chk */
.chk {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.7em;
}

    /* Hide the browser's default checkbox */
    .chk input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.chk:hover input ~ .checkmark {
    background-color: #ffffff;
    border: 1px solid #f60;
    transition: all 0.5s;
}

/* When the checkbox is checked, add a blue background */
.chk input:checked ~ .checkmark {
    background-color: #f60;
    border: 1px solid #f60;
    transition: all 0.5s;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.chk input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.chk .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*-------------------------*/
/* send
---------------------------*/
.send {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 35px;
    padding-left: 85px;
}

@media(max-width: 768px) {
    .icon-SandData {
        position: absolute;
        color: #fff;
        z-index: 2;
        cursor: pointer;
        left: 135px;
        bottom: 13px;
        font-size: 18px;
        top: 13px;
    }
}

@media (min-width: 992px) {
    .icon-SandData {
        position: absolute;
        color: #fff;
        z-index: 2;
        cursor: pointer;
        top: 12px;
        left: 124px;
        font-size: 18px;
        border-radius: 50px;
    }
}

.a-footer a {
    color: #fff;
    text-decoration: underline;
}

*:focus {
    outline: none !important;
}

/*-------------------------*/
/* alertUI
---------------------------*/
.no-titlebar .ui-dialog-titlebar {
    display: none;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
    font-size: 14px;
    font-family: 微軟正黑體, 新細明體, 標楷體, Arial Unicode MS;
    background-color: #f60;
    border-style: none;
    color: White;
    font-weight: bolder;
    border-radius: 5px;
    padding: 6px 12px;
    outline: none;
}

.ui-dialog,
ui-corner-all,
ui-widget,
ui-widget-content,
ui-front,
no-titlebar,
ui-dialog-buttons,
ui-draggable {
    width: 350px !important;
    padding: 0px;
    margin: 0px;
}

    .ui-dialog .ui-dialog-content {
        padding: 2px 2px 2px 2px !important;
        font-family: 微軟正黑體, 新細明體, 標楷體, Arial Unicode MS !important;
        font-size: 16px !important;
        height: 200px !important;
        font-weight: 600;
    }

.currectStyle:hover {
    background-color: #e87325 !important;
    border-color: #e87325 !important;
}

/*-------------------------*/
/* popup
---------------------------*/

.modal-header {
    border-radius: 10px 10px 0 0;
}

.modal-content {
    border-radius: 10px;
}

#popup {
    position: relative;
    text-align: center;
    height: 65vh;
}


    #popup .jumbotron {
        background-size: cover;
        height: 65vh;
        min-height: 65vh;
        /* background-position: center top; */
        overflow: hidden;
        margin: 0;
        padding: 0;
        border-radius: 10px;
    }

    #popup .topic-inner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        overflow: hidden;
        width: 80vh;
    }

    #popup .imgbox {
        width: 50%;
        margin: 0 auto;
    }

    #popup .h1 {
        font-size: 4.5em;
        font-weight: 750;
        line-height: 0.8em;
        letter-spacing: 6px;
        font-family: 'Roboto', sans-serif;
    }

#modal_popup .sending {
    border-color: #facea8;
    color: #f8bb86;
    font-size: 70px;
}

#modal_popup .modal-content {
    border-radius: 10px;
}

#popup p {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 0px;
}

#popup::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    transform: skew(0, -6.28deg);
    z-index: 0;
    /*background-image: url('../images/title_bg07.jpg');
    background-position: center bottom;
    background-repeat: repeat-x;*/
}

#popup .btn-lg {
    font-size: 24px;
    padding: 18px 26px;
    margin-top: 20px;
}

@media (max-width: 768px) {
    #popup {
        height: 45vh;
    }

        #popup .jumbotron {
            background-size: cover;
            height: 45vh;
            min-height: 45vh;
        }

        #popup .imgbox {
            margin: 10px auto 0px;
        }

        #popup .h1 {
            font-size: 3em;
        }

        #popup .topic-inner {
            width: 50vh;
        }

    #modal_popup .modal-content {
        width: 50vh;
    }

    #popup p {
        font-size: 20px;
    }

    #popup .btn-lg {
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .animation :focus, .animation:hover, .animation:active {
        color: #fff !important;
        background: linear-gradient(to bottom, #f60 0, #f60 100%) !important;
        transform: translate3d(0, -3px, 0) !important;
        -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23) !important;
        -moz-box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23) !important;
        box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23) !important;
        border-radius: 6px;
    }
}


.form-control:hover, .form-control:focus {
    border-color: #ff6600 !important;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal .check {
    color: #ef7a70;
    border: 1px solid #ef7a70;
    border-radius: 3px;
    padding: 1px 3px 2px 3px;
    margin-left: 10px;
}