/* 共用設定 */

* {
    box-sizing: border-box;
}

.section {
    position: relative;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-20px);
    }
}

/* ============================================================== */

/* ====================== index.php ============================= */

/* ============================================================== */

/* 套件調整 */

/* .section {
    height: auto !important;
    overflow: visible;
} */

/* .fp-tableCell{
    height: auto !important;
    overflow: visible;
} */

/* .fp-scrollable {
    height: 100% !important;
    overflow: visible;
} */

/* .fp-scroller {
    height: auto !important;
    overflow: visible;
} */

.section {
    overflow: visible !important;
}

.fp-tableCell {
    display: block !important;
    overflow: visible !important;
}

.fp-scrollable {
    display: block !important;
    overflow: visible !important;
}

.fp-scroller {
    display: block !important;
    overflow: visible !important;
}

.link,
.link2 {
    cursor: pointer;
}

/* 貫穿首頁的三條線 */

.line1 {
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25%;
    background-color: #e5e5e5;
    z-index: 0;
}

.line2 {
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    background-color: #e5e5e5;
    z-index: 0;
}

.line3 {
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 75%;
    background-color: #e5e5e5;
    z-index: 0;
}

/* 聯絡我們 */

.contactUs {
    width: 35px;
    height: 173px;
    background-color: #f1f1f1;
    border: 2px solid #e0e0e0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: fixed;
    top: 40%;
    right: 80px;
    z-index: 101;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}

.contactUs:hover {
    background-color: #e7e7e7;
}

.contactUs img {
    width: 19px;
    height: 129px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.fix_title {
    white-space: nowrap;
}

/* 錨點 */

.myMenu {
    width: 35px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    background-color: #f1f1f1;
    border: 2px solid #e0e0e0;
    position: fixed;
    top: 40%;
    left: 75px;
    /* padding-bottom: 20px; */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    z-index: 101;
}

.menu_li {
    width: 100%;
}

.menu_a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 35px;
}

.menu_a:hover .redot,
.active .redot {
    border: 2px solid #e60012;
    background-color: #f1f1f1;
}

.redot {
    width: 10px;
    height: 10px;
    background-color: #e60012;
    transition: all 0.4s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #f1f1f1;
}

.fullpage_div {
    width: 100%;
    position: relative;
}

/* header */

.header {
    position: fixed;
    top: 0;
    z-index: 100;
    display: flex;
    width: 100%;
    padding-left: 75px;
    padding-right: 63px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.95);
    /* background-color: white;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2); */
}

.logolink {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 340px;
    height: auto;
}

.logolink img {
    width: 100%;
    height: 100%;
}

.right_hamburger {
    display: block;
    margin-left: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #e60012;
    position: absolute;
    right: 63px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 299;
}

.right_hamburger .menu-toggle {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.right_hamburger .menu-toggle:hover {
    background-color: #c72421;
    border-radius: 50%;
}

.right_hamburger .menu-toggle .menu-trigger {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.right_hamburger .menu-toggle .menu-trigger .bar1,
.right_hamburger .menu-toggle .menu-trigger .bar2,
.right_hamburger .menu-toggle .menu-trigger .bar3 {
    width: 20px;
    height: 3px;
    background-color: white;
    margin: 4px 0;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    border-radius: 6px;
}

.right_hamburger .change .menu-trigger .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 5px);
    transform: rotate(-45deg) translate(-5px, 5px);
    background-color: white;
}

.right_hamburger .change .menu-trigger .bar2 {
    opacity: 0;
}

.right_hamburger .change .menu-trigger .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -5px);
    transform: rotate(45deg) translate(-5px, -5px);
    background-color: white;
}

.down_nav {
    display: none;
}

/* =====================sideMenu===================== */

.mask {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 300;
    background-color: #000000;
    opacity: 0.35;
}

.sideMenu {
    width: 34%;
    height: 100vh;
    overflow-y: auto;
    overflow-y: touch;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 310;
    transform: translateX(110%);
    background-color: white;
    padding: 30px 45px;
    padding-right: 63px;
    -webkit-box-shadow: 5px 17px 16px 12px rgb(132, 132, 132);
    -moz-box-shadow: 5px 17px 16px 12px rgb(132, 132, 132);
    box-shadow: 5px 17px 16px 12px rgb(132, 132, 132);
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}

.side_up {
    width: 100%;
    display: flex;
}

.side_logo {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
}

.side_logo img {
    width: 100%;
    height: 100%;
}

.rightoggle {
    width: 100%;
}

.rtBtn {
    position: relative;
    top: 0;
    right: 0;
    z-index: 350;
    transform: none;
}

.side_cont {
    width: 100%;
}

.cat_line {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
}

.cat_link {
    display: block;
    width: calc(100% - 40px);
    text-decoration: none;
    color: #3d3d3d;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.cat_link:hover {
    color: #ea2925;
}

.control {
    width: 26px;
    height: 26px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50px;
    right: 0;
    /* transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s; */
}

.show_cont {
    width: 100%;
    display: none;
}

.sc_link {
    width: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    color: #3d3d3d;
    margin-top: 30px;
}

.sc_link:hover {
    text-decoration: none;
    color: #e30613;
}

.sc_link:hover .left_link_line {
    background-color: #e30613;
}

.left_link {
    margin-right: 15px;
}

.left_link_txt {
    font-size: 18px;
    font-family: "OSans_Black", "Lato-black";
}

.left_link_line {
    width: 21px;
    height: 2px;
    background-color: #3d3d3d;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    margin-top: 8px;
}

.right_link_en {
    font-size: 26px;
    font-family: "OSans_Black", "Lato-black";
}

.right_link_ch {
    font-size: 20px;
    font-family: "Noto_Bold";
    margin-top: 8px;
}

.etxt {
    font-size: 38px;
    font-family: "OSans_Black", "Lato-black";
}

.zhtxt {
    font-size: 20px;
    font-family: "Noto_Bold";
    margin-top: 10px;
}

.side_info {
    margin-top: 50px;
    width: 100%;
}

.side_title {
    font-size: 24px;
    font-family: "Noto_Bold";
    color: #3d3d3d;
}

.side_lines {
    width: 100%;
    margin-top: 15px;
}

.side_line {
    width: 100%;
    display: flex;
}

.side_con {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    margin-bottom: 10px;
}

.side_con img {
    width: 100%;
    height: 100%;
}

.side_txt {
    font-weight: 600;
    color: #3d3d3d;
    font-size: 16px;
    font-family: "Noto_Regular";
}

@media only screen and (max-width:1024px) {
    .sideMenu {
        width: 100%;
    }
    .rightoggle {
        width: auto;
        margin-left: auto;
    }
    .rtBtn {
        right: 0 !important;
    }
    .side_logo {
        width: 442px;
        height: 65px;
    }
}

@media only screen and (max-width:768px) {
    .side_logo {
        width: calc(442px * 0.6);
        height: calc(65px * 0.6);
    }
}

@media only screen and (max-width:480px) {
    .sideMenu {
        padding: 20px 30px;
    }
    .side_logo {
        width: calc(442px * 0.5);
        height: calc(65px * 0.5);
    }
    .side_cont {
        margin-top: 30px;
    }
    .etxt {
        font-size: 30px;
    }
    .zhtxt {
        font-size: 18px;
        margin-top: 10px;
    }
    .side_info {
        margin-top: 30px;
    }
    .side_title {
        font-size: 18px;
    }
    .side_txt {
        font-size: 16px;
    }
    .cat_line {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .control {
        width: 20px;
        height: 20px;
        top: 27px;
    }
    .sc_link {
        margin-top: 15px;
    }
}

@media only screen and (max-width:374px) {
    .side_logo {
        width: calc(442px * 0.4);
        height: calc(65px * 0.4);
    }
}

@media only screen and (max-width:480px) {
    .side_logo {
        width: 75%;
        height: auto;
    }
    .side_cont {
        margin-top: 20px;
    }
    .etxt {
        font-size: 26px;
    }
    .zhtxt {
        font-size: 16px;
        margin-top: 8px;
    }
    .side_info {
        margin-top: 20px;
    }
    .side_title {
        font-size: 16px;
    }
    .side_txt {
        font-size: 14px;
        line-height: 20px;
    }
}

/* =====================section1===================== */

.sec1 {
    width: 100%;
    padding-left: 75px;
    padding-right: 63px;
}

.contH {
    width: 100%;
    height: 130vh;
}

.movelink {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    text-decoration: none;
    color: #e60012;
    position: absolute;
    left: 80px;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    width: 20px;
    bottom: 24px;
}

.moveimg {
    width: 16px;
    height: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

/* 灰字的css */

.h1font {
    position: relative;
    width: 100%;
    height: 250px;
    top: 43%;
    left: 5%;
}

/*
h1 {
    position: relative;
    left: 0%;
    top: 50px;
    width: 100%;
    height: auto;
    color: rgb(230, 230, 230);
    font-family: 'Source Code Pro', sans-serif;
    opacity: .2;
}
*/

h1 span {
    position: absolute;
    left: 0px;
    top: 0px;
    display: inline-block;
    transform-origin: 50% 250px;
    font-size: 260px;
    width: 100%;
    height: auto;
    line-height: 250px;
    text-align: center;
    text-shadow: 0 0 2px rgba(237, 237, 237, 0.9), 0 15px 25px rgba(0, 0, 0, 0.3), 0 5px 10px rgba(0, 0, 0, 0.3), 0 3px 4px rgba(255, 255, 255, 0.2), 0 0 20px rgba(255, 255, 255, 0.45);
    animation: loading 1s ease-in-out infinite alternate;
    font-family: "SC_Bold";
}

h1 span:nth-child(1) {
    left: -40%;
}

h1 span:nth-child(2) {
    animation-delay: .18s;
    left: -34%;
}

h1 span:nth-child(3) {
    animation-delay: .27s;
    left: -28%;
}

h1 span:nth-child(4) {
    animation-delay: .36s;
    left: -21%;
}

h1 span:nth-child(5) {
    animation-delay: .45s;
    left: -12%;
}

h1 span:nth-child(6) {
    animation-delay: .54s;
    left: -3.5%;
}

h1 span:nth-child(7) {
    animation-delay: .63s;
    left: 4%;
}

h1 span:nth-child(8) {
    animation-delay: .72s;
    left: 12%;
}

h1 span:nth-child(9) {
    animation-delay: .81s;
    left: 20%;
}

@keyframes loading {
    to {
        text-shadow: 0 0 2px rgba(204, 208, 212, 0.2), 0 0 3px rgba(0, 0, 0, 0.02), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(255, 255, 255, 0), 0 0 0px rgba(255, 255, 180, 0);
        color: transparent;
    }
}

h1 span:nth-child(1) {
    animation-delay: .09s;
}

h1 span:nth-child(2) {
    animation-delay: .18s;
}

h1 span:nth-child(3) {
    animation-delay: .27s;
}

h1 span:nth-child(4) {
    animation-delay: .36s;
}

h1 span:nth-child(5) {
    animation-delay: .45s;
}

h1 span:nth-child(6) {
    animation-delay: .54s;
}

h1 span:nth-child(7) {
    animation-delay: .63s;
}

h1 span:nth-child(8) {
    animation-delay: .72s;
}

h1 span:nth-child(9) {
    animation-delay: .81s;
}

h1 span:nth-child(10) {
    animation-delay: .92s;
}

h1 span:nth-child(11) {
    animation-delay: 1.01s;
}

/*Gin加上灰字修改 S*/

.bn_font {
    width: 76%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translateX(-50%);
}

.bn_font img {
    width: 100%;
    height: auto;
}

/*Gin加上灰字修改 E*/

.sec1_midbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    z-index: 30;
    width: 100%;
    display: flex;
    justify-content: center;
}

.big_agc {
    width: calc(568px * 0.8);
    height: calc(261px * 0.8);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.big_agc img {
    width: 100%;
    height: 100%;
}

.midbox_txt {
    font-size: 28px;
    font-family: "Noto_Bold";
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 28px;
    text-align: center;
}

.midbox_txt_en {
    font-size: 24px;
    /* font-family: "OSans_Semibold"; */
    font-family: 'Lato-black';
}

.arrow {
    position: absolute;
    left: calc(50% - 19px);
    /* transform: translateX(-50%); */
    bottom: 24px;
    width: 38px;
    height: 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.hide1200 {
    display: flex;
}

.show1200 {
    display: none;
}

.hide992 {
    display: flex;
}

.show992 {
    display: none;
}

@media only screen and (max-width:1500px) {
    .midbox_txt {
        font-size: 28px;
    }
    .midbox_txt_en {
        font-size: 22px;
    }
}

@media only screen and (max-width:1200px) {
    .header {
        background-color: white;
        background-color: rgba(255, 255, 255, 0.95);
    }
    .big_agc {
        width: calc(568px * 0.7);
        height: calc(261px * 0.7);
    }
    .midbox_txt {
        font-size: 24px;
    }
    .midbox_txt_en {
        font-size: 18px;
    }
    .hide1200 {
        display: none;
    }
    .show1200 {
        display: flex;
    }
    .arrow2 {
        display: none !important;
    }
}

@media only screen and (max-width:1199px) {
    .arrow {
        bottom: 93px;
    }
    .myMenu,
    .movelink {
        display: none;
    }
    .down_nav {
        width: 100%;
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        background-color: white;
        padding: 15px;
        z-index: 200;
        -webkit-box-shadow: 0px 0px 25px 0px rgba(45, 45, 45, 0.2);
        -moz-box-shadow: 0px 0px 25px 0px rgba(45, 45, 45, 0.2);
        box-shadow: 0px 0px 25px 0px rgba(45, 45, 45, 0.2);
    }
    .dn_num {
        display: flex;
        align-items: flex-end;
        font-family: "Lato-black", "Noto_Bold";
        color: #535353;
        font-size: 20px;
    }
    .now_index {
        font-size: 30px;
        margin-right: 5px;
    }
    .total_index {
        margin-left: 5px;
    }
    .mot {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: 1px solid #e5e5e5;
        border: 1px solid #e60012;
        cursor: pointer;
        margin-left: auto;
        transition: all 0.4s;
        background-color: #e60012;
    }
    /* .mot:hover {
        background-color: #e5e5e5;
    } */
    .mod {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: 1px solid #e5e5e5;
        border: 1px solid #e60012;
        cursor: pointer;
        margin-left: 15px;
        transition: all 0.4s;
        background-color: #e60012;
    }
    /* .mod:hover {
        background-color: #e5e5e5;
    } */
    .mot>span {
        display: block;
        width: 10px;
        height: 10px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border-top: 1px solid #575757;
        border-left: 1px solid #575757;
        border-top: 1px solid white;
        border-left: 1px solid white;
        margin-top: 15px;
        margin-left: 12px;
    }
    .mod>span {
        display: block;
        width: 10px;
        height: 10px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border-bottom: 1px solid #575757;
        border-right: 1px solid #575757;
        border-bottom: 1px solid white;
        border-right: 1px solid white;
        margin-left: 12px;
        margin-top: 11px;
    }
}

@media only screen and (max-width:1024px) {
    .big_agc {
        width: calc(568px * 0.6);
        height: calc(261px * 0.6);
    }
    .midbox_txt {
        font-size: 20px;
    }
}

@media only screen and (max-width:992px) {
    .h1font {
        display: none;
    }
    .section {
        height: 100vh;
    }
    .hide992 {
        display: none;
    }
    .show992 {
        display: flex;
    }
    .line1,
    .line2,
    .line3 {
        z-index: 0;
    }
}

@media only screen and (max-width:850px) {
    .midbox_txt {
        font-size: 18px;
    }
    .midbox_txt_en {
        font-size: 14px;
    }
}

@media only screen and (max-width:768px) {
    .sec1 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .header {
        padding: 20px 30px;
    }
    .logolink {
        width: calc(442px * 0.6);
        height: calc(65px * 0.6);
    }
    .right_hamburger {
        width: calc(68px * 0.6);
        height: calc(68px * 0.6);
        right: 30px;
    }
    .right_hamburger .menu-toggle {
        width: calc(68px * 0.6);
        height: calc(68px * 0.6);
        right: 30px;
        top: 36px;
    }
    .right_hamburger .menu-toggle .menu-trigger .bar1,
    .right_hamburger .menu-toggle .menu-trigger .bar2,
    .right_hamburger .menu-toggle .menu-trigger .bar3 {
        width: calc(30px * 0.6);
        height: 2px;
        margin: 3px 0;
        border-radius: 6px;
    }
    .right_hamburger .change .menu-trigger .bar1 {
        -webkit-transform: rotate(-45deg) translate(-4px, 4px);
        transform: rotate(-45deg) translate(-4px, 4px);
    }
    .right_hamburger .change .menu-trigger .bar3 {
        -webkit-transform: rotate(45deg) translate(-3px, -3px);
        transform: rotate(45deg) translate(-3px, -3px);
    }
    .big_agc {
        width: calc(568px * 0.5);
        height: calc(261px * 0.5);
    }
    .sec1_midbox {
        padding-left: 30px;
        padding-right: 30px;
    }
    .midbox_txt {
        font-size: 16px;
        text-align: center;
    }
    .myMenu {
        left: 30px;
    }
    .movelink {
        left: 35px;
    }
    .contactUs {
        display: none;
    }
    .bn_font {
        display: none;
    }
}

@media only screen and (max-width:480px) {
    .midbox_txt {
        font-size: 16px;
        line-height: 1.3;
    }
    .midbox_txt_en {
        font-size: 12px;
    }
}

@media only screen and (max-width:375px) {
    .sec1 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .header {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .logolink {
        width: calc(442px * 0.45);
        height: calc(65px * 0.45);
    }
    .big_agc {
        /* width: calc(568px * 0.35); */
        /* height: calc(261px * 0.35); */
    }
    .midbox_txt {
        font-size: 14px;
    }
}

/* =====================section2===================== */

#sec2 {
    background-color: #f8f8f8;
}

.sec2content {
    position: absolute;
    top: 16%;
    left: 14%;
    width: 72%;
    height: 100vh;
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overflow-y: touch !important;
    -webkit-overflow-scrolling: touch !important;
}

.s2 {
    width: 100%;
    display: flex;
    margin-top: -165px;
    margin-top: 30px;
}

.s2_left {
    width: 40%;
    margin-right: 5%;
}

.title_block {
    width: 100%;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.title_txt {
    font-size: 60px;
    font-size: 58px;
    font-family: "OSans_Black", "Lato-black";
    margin-bottom: 15px;
    color: #3d3d3d;
    line-height: 75px;
}

.title_sub {
    font-family: "Noto_Bold";
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #3d3d3d;
}

.red_line {
    width: 59px;
    height: 4px;
    display: block;
    background-color: #e60012;
}

.txt_block {
    margin-top: 45px;
}

.tb_title {
    font-family: "Noto_Bold";
    font-weight: bold;
    font-size: 24px;
    color: #3d3d3d;
    margin-bottom: 16px;
}

.tb_txt {
    font-weight: 600;
    font-size: 16px;
    color: #3d3d3d;
    font-family: Microsoft JhengHei;
    line-height: 1.6;
}

.s2_right {
    width: 56%;
    position: relative;
    padding-bottom: 100px;
}

.s2_pic {
    width: 100%;
    height: auto;
    /* background-position: center; */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.s2_pic_img {
    width: 100%;
}

.s2p_txtbox {
    width: 88%;
    /* height: 109px; */
    background-color: white;
    padding: 25px;
    position: absolute;
    bottom: -46px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.2);
}

.s2p_txtbox_title {
    font-size: 24px;
    font-family: Microsoft JhengHei;
    font-weight: bold;
    color: #222222;
    margin-bottom: 15px;
}

.s2p_txtbox_txt {
    font-weight: 600;
    font-size: 17px;
    font-family: Microsoft JhengHei;
    color: #222222;
}

@media only screen and (max-width:1300px) {
    .s2p_txtbox {
        bottom: -74px;
    }
}

@media only screen and (max-width:1200px) {
    .sec2content {
        top: 16%;
        width: 92%;
        left: 8%;
        height: 680px;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        overflow-y: touch !important;
        -webkit-overflow-scrolling: touch !important;
        padding-right: 16%;
    }
    .s2 {
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .s2_left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .s2_right {
        width: 100%;
    }
    .s2_pic {
        display: flex;
        /* flex-direction: column; */
        flex-wrap: wrap;
    }
    .s2_pic_img {
        display: block;
    }
    .s2p_txtbox {
        bottom: 0;
        position: relative;
        width: 100%;
    }
    .movelink2 {
        bottom: -24px;
    }
}

@media only screen and (max-width:1024px) {
    .sec2content {
        height: 580px;
    }
    .s2_right {
        padding-bottom: 120px;
    }
}

@media only screen and (max-width:768px) {
    .sec2content {
        width: calc(100% - 30px);
        height: calc(100vh - 200px);
        left: 30px;
        padding-right: 30px;
        top: 15%;
    }
    .title_txt {
        font-size: 50px;
        margin-bottom: 10px;
        line-height: 56px;
    }
    .title_sub {
        font-size: 28px;
    }
    .s2_right {
        padding-bottom: 100px;
    }
}

@media only screen and (max-width:480px) {
    .sec2content {
        /* top: 19%; */
        height: calc(100vh - 180px);
    }
}

@media only screen and (max-width:375px) {
    .sec2content {
        top: 15%;
        height: calc(100vh - 180px);
    }
    .title_txt {
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 10px;
    }
    .title_sub {
        font-size: 24px;
    }
    .tb_title {
        font-size: 20px;
    }
    .tb_txt {
        font-size: 14px;
    }
    .s2p_txtbox_title {
        font-size: 20px;
    }
    s2p_txtbox_txt {
        font-size: 14px;
        line-height: 1.2;
    }
}

@media only screen and (max-width:320px) {
    .sec2content {
        /* height: 500px; */
        left: 20px;
        padding-right: 20px;
        width: calc(100% - 30px);
        height: calc(100vh - 150px);
    }
}

/* =====================section3===================== */

.sec3content {
    position: absolute;
    top: 16%;
    width: 72%;
    left: 14%;
    display: flex;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.s3_left {
    width: 32%;
}

.s3_right {
    width: 68%;
    padding-left: 8%;
    display: flex;
    flex-wrap: wrap;
}

.sixO {
    width: 33.333%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 3%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

.six1,
.six2,
.six3,
.six5,
.six6 {
    cursor: pointer;
}

.sixbox {
    width: 264px;
    height: 245px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
    padding: 30px 20px;
    padding: 16px;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.sixbox:hover {
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.30);
}

.sixbox:hover .s_red {
    opacity: 1;
}
.sixbox:hover .s_order{
    color: #e60012;
}
.s_con {
    width: 45px;
    height: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.ssvg {
    width: 45px;
    height: 45px;
}

.s_title {
    font-size: 20px;
    font-weight: bold;
    font-family: Microsoft JhengHei;
    color: #303030;
    margin-bottom: 20px;
}

.s_txt {
    font-weight: 600;
    font-size: 16px;
    font-family: Microsoft JhengHei;
    color: #3d3d3d;
    line-height: 1.4;
}

.s_order {
    position: absolute;
    z-index: 1;
    color: #3d3d3d;
    font-size: 32px;
    font-family: "Lato-black";
    font-style: italic;
    right: 20px;
    top: 25px;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.s_red {
    width: 100%;
    height: 4px;
    background-color: #e60012;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media only screen and (max-width:1850px) {
    .s3_right {
        padding-left: 0%;
    }
}
@media only screen and (max-width:1700px) {
    .sixbox {
        width: 240px;
        height: 230px;
    }
}

@media only screen and (max-width:1650px) {
    .sec3content {
        flex-wrap: wrap;
    }
    .s3_left {
        width: 100%;
    }
    .s3_right {
        width: 100%;
        padding-top: 30px;
    }
    .s3_right {
        padding-left: 0%;
    }
    .sixbox {
        width: calc(274px * 0.8);
        height: calc(245px * 0.9);
        padding: 20px 15px;
    }
    .s_txt {
        font-size: 14px;
        line-height: 1;
    }
}

@media only screen and (max-width:1200px) {
    .sec3content {
        height: 680px;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        overflow-y: touch !important;
        -webkit-overflow-scrolling: touch !important;
        /* padding-bottom: 250px; */
        width: 92%;
        left: 8%;
    }
    .s3_right {
        width: 80%;
        padding-top: 30px;
        padding-bottom: 80px;
    }
    .sixO {
        justify-content: center;
    }
}

@media only screen and (max-width:1024px) {
    .sec3content {
        height: 580px;
    }
    .s3_right {
        padding-bottom: 130px;
    }
}

@media only screen and (max-width:992px) {
    .s3_right {
        justify-content: center;
        padding-bottom: 40px;
    }
    .sixO {
        width: 50%;
    }
}

@media only screen and (max-width:768px) {
    .sec3content {
        width: calc(100% - 40px);
        height: calc(100vh - 200px);
        left: 30px;
        /* padding-right: 30px;*/
        top: 15%;
    }
    .s3_right {
        /* padding-right: 20px; */
        width: 100%;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width:700px) {
    .sixO {
        width: 100%;
        margin-bottom: 30px;
    }
    .sixbox {
        width: calc(274px * 1);
        height: calc(245px * 1);
    }
    .s_txt {
        font-size: 16px;
        line-height: 1.4;
    }
}

@media only screen and (max-width:480px) {
    .sec3content {
        width: calc(100% - 30px);
        height: calc(100vh - 180px);
        left: 30px;
        padding-right: 30px;
        top: 12%;
    }
    .sixbox {
        width: 95%;
        height: auto;
    }
    .s_txt {
        font-size: 16px;
        line-height: 1.4;
    }
    .s3_right {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width:375px) {
    .s3_right {
        padding-bottom: 20px;
    }
    /* .sixbox {
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.32);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.32);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.32);
        width: calc(274px * 0.8);
        height: calc(245px * 0.8);
        padding: 15px;
    } */
    /* .s_txt {
        font-size: 14px;
        line-height: 1;
    } */
}

@media only screen and (max-width:320px) {
    .s3_right {
        padding-right: 5px;
        padding-bottom: 90px;
    }
    .sixbox {
        /* width: calc(274px * 0.78); */
        /* height: calc(245px * 0.78); */
        padding: 15px;
    }
}

/* =====================section4===================== */

#sec4 {
    background-color: #f8f8f8;
}

.sec4content {
    position: absolute;
    top: 16%;
    left: 14%;
    width: 78%;
    display: flex;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    flex-wrap: wrap;
}

.s4_top {
    width: 100%;
}

.s4_down {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

.pout {
    width: 25%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.pcon {
    /* width: 100%; */
    width: 280px;
    height: 90px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    margin-right: 2%;
}

.p1 {
    background-image: url('../images/p1.png');
}

.p1:hover {
    background-image: url('../images/p1_hov.png');
}

.p2 {
    background-image: url('../images/p2.png');
}

.p2:hover {
    background-image: url('../images/p2_hov.png');
}

.p3 {
    background-image: url('../images/p3.png');
}

.p3:hover {
    background-image: url('../images/p3_hov.png');
}

.p4 {
    background-image: url('../images/p4.png');
}

.p4:hover {
    background-image: url('../images/p4_hov.png');
}

.p5 {
    background-image: url('../images/p5.png');
}

.p5:hover {
    background-image: url('../images/p5_hov.png');
}

.p6 {
    background-image: url('../images/p6.png');
}

.p6:hover {
    background-image: url('../images/p6_hov.png');
}

.p7 {
    background-image: url('../images/p7.png');
}

.p7:hover {
    background-image: url('../images/p7_hov.png');
}

.p8 {
    background-image: url('../images/p8.png');
}

.p8:hover {
    background-image: url('../images/p8_hov.png');
}

.p9 {
    background-image: url('../images/p9.png');
}

.p9:hover {
    background-image: url('../images/p9_hov.png');
}

.p10 {
    background-image: url('../images/p10.png');
}

.p10:hover {
    background-image: url('../images/p10_hov.png');
}

.p11 {
    background-image: url('../images/p11.png');
}

.p11:hover {
    background-image: url('../images/p11_hov.png');
}

/* .pcon img{
    width: 100%;
    height: 100%;
} */

@media only screen and (max-width:1300px) {
    .pcon {
        width: calc(280px * 0.8);
        height: calc(90px * 0.8);
        /* text-align: center; */
    }
}

@media only screen and (max-width:1200px) {
    .sec4content {
        height: 680px;
        left: 8%;
        width: 92%;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        overflow-y: touch !important;
        -webkit-overflow-scrolling: touch !important;
        /* position: relative; */
    }
    .s4_down {
        padding-bottom: 60px;
    }
    .pout {
        width: 44%;
        text-align: center;
        margin-bottom: 40px;
        margin-right: 3%;
    }
    .pcon {
        width: 280px;
        height: 90px;
        /* text-align: center; */
    }
}

@media only screen and (max-width:1024px) {
    .sec4content {
        height: 580px;
    }
}

@media only screen and (max-width:992px) {
    #sec4 {
        /* height: auto; */
        /* padding-top: 200px; */
        /* padding-bottom: 60px; */
    }
    .sec4content {}
    .s4_down {
        /* justify-content: center; */
        padding-right: 7%;
    }
    .pout {
        width: 50%;
        margin-bottom: 34px;
        margin-right: 0;
    }
    /* .pcon {
        width: 50%;
        margin-bottom: 34px;
        margin-right: 0;
    } */
    .midbox_txt {
        line-height: 28px;
    }
}

@media only screen and (max-width:768px) {
    .sec4content {
        width: calc(100% - 40px);
        height: calc(100vh - 200px);
        top: 15%;
        left: 20px;
    }
    .s4_down {
        padding-right: 0px;
    }
}

@media only screen and (max-width:700px) {
    .pout {
        width: 100%;
        justify-content: center;
    }
}

@media only screen and (max-width:480px) {
    .sec4content {
        width: calc(100% - 40px);
        height: calc(100vh - 160px);
    }
    .s4_down {
        margin-top: 30px;
    }
    .pcon {
        /* width: 100%; */
        /* margin-top: 60px; */
    }
    .s5_right {
        padding-left: 0px;
    }
}

@media only screen and (max-width:375px) {
    .sec4content {
        position: absolute;
        height: 500px;
    }
}

@media only screen and (max-width:320px) {
    .sec4content {
        height: 420px;
    }
}

/* =====================section5===================== */

.sec5content {
    position: absolute;
    top: 16%;
    left: 14%;
    width: 72%;
    display: flex;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    justify-content: space-between;
}

.s5_left {
    width: 45%;
}

.corlocation {
    margin-top: 50px;
}

.corlocation_title {
    font-size: 24px;
    font-family: "Noto_Bold";
    color: #3d3d3d;
}

.cButtons {
    width: auto;
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
}

.cBtn {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f1f1;
    font-size: 18px;
    color: #3d3d3d;
    font-family: Microsoft JhengHei;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 20px;
    transition: all 0.4s;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.cBtn:hover {
    background-color: #e7e7e7;
}

.redthis {
    background-color: #e60012 !important;
    color: white !important;
}

.redthis:hover {
    background-color: #c72421 !important;
}

.info {
    width: 100%;
    margin-top: 20px;
}

.info_line {
    margin-bottom: 15px;
    width: 100%;
    display: flex;
}

.info_con {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.info_con img {
    width: 100%;
    height: 100%;
}

.info_txt {
    font-weight: 600;
    font-size: 16px;
    color: #3d3d3d;
    font-family: Microsoft JhengHei;
}

.free_rel {
    font-size: 18px;
    color: #3d3d3d;
    font-family: "Noto_Bold";
}

.s5_right {
    margin-left: auto;
    width: 55%;
    display: flex;
    justify-content: flex-end;
}

.contactform {
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    width: 100%;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    padding: 25px 25px;
}

.form_title {
    width: 100%;
    font-size: 30px;
    color: #3d3d3d;
    font-family: Microsoft JhengHei;
    font-weight: bold;
    margin-bottom: 20px;
}

.aform_group {
    height: 65px;
    margin-bottom: 35px;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    cursor: auto;
}

.aform_group input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 18px;
    display: flex;
    margin-left: auto;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    font-family: "Noto_Regular";
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.ag_name_input,
.ag_cor_name_input,
.ag_tel_input,
.ag_email_input {
    width: 48%;
}

.ag_name_input,
.ag_tel_input {
    margin-right: 1%;
}

.ag_label {
    font-weight: 600;
    width: 110px;
    font-size: 18px;
    font-family: Microsoft JhengHei;
    display: inline-flex;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}

/* focus動畫 */

.cthis .ag_input,
.cthis .ag_opinion {
    width: 100% !important;
}

.cthis .ag_label {
    font-size: 14px;
}

.cthis {
    border-bottom: 1px solid #444444;
}

.ag_opinion_input {
    width: 100%;
    height: auto;
    /* align-items: flex-start; */
}

.ag_opinion {
    outline: none;
    border: none;
    resize: none;
    height: auto;
    font-size: 18px;
    font-family: "Noto_Regular";
    overflow-y: hidden;
    width: 100%;
}

.ag_opinion_label {
    /* width: 100%; */
}

.ag_opinion {
    /* width: 100%; */
    /* margin-left: 0 !important; */
}

.needred {
    color: #e60012;
    align-items: flex-start;
}

.ep {
    font-size: 12px;
    position: absolute;
    bottom: -32px;
    color: #e60012;
    left: 0;
    width: 100%;
    height: 30px;
}

.footer {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    font-weight: bold;
    color: #3d3d3d;
    font-family: "Noto_Regular";
}

.footer1200 {
    display: none;
}

.form_Btns {
    width: 100%;
    display: flex;
}

.ag_btn {
    width: 165px;
    height: 43px;
    outline: none;
    border: none;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    font-size: 18px;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-family: Microsoft JhengHei;
    cursor: pointer;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.ag_cancel {
    background-color: #b9b9b9;
}

.ag_cancel:hover {
    background-color: #a5a5a5;
}

.ag_submit {
    background-color: #e53935;
    margin-right: 15px;
}

.ag_submit:hover {
    background-color: #c72421;
}

.c_location {
    position: relative;
    align-items: center;
    flex-wrap: wrap;
}

.info_pos {
    width: auto;
    display: flex;
    align-items: center;
}

.pos_google {
    width: 100px;
    height: 28px;
    padding: 5px;
    border-radius: 5px;
    background-color: #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    /* position: absolute;
    right: -24px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2; */
}

.pos_google:hover {
    background-color: #e7e7e7;
}

.pos_google img {
    width: 100%;
    height: 100%;
}

.c_tel {
    margin-top: -15px;
}

.index_body .header {
    background-color: transparent !important;
}

@media only screen and (max-width:1400px) {
    .cBtnOut {
        /* width: 50%; */
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
    }
    .pos_google {
        margin-left: 0;
    }
    .c_tel {
        margin-top: 0;
    }
    .info_pos {
        width: 100%;
    }
}

@media only screen and (max-width:1200px) {
    .sec5content {
        height: 680px;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        overflow-y: touch !important;
        -webkit-overflow-scrolling: touch !important;
        /* padding-right: 20px;*/
        flex-wrap: wrap;
        /* position: relative; */
        left: 8%;
        width: 92%;
        padding-bottom: 60px;
        top: 18%;
    }
    .s5_left {
        width: 100%;
    }
    .footer {
        display: none;
    }
    .footer1200 {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        color: #3d3d3d;
        font-family: "Noto_Regular";
        margin-top: 30px;
    }
    .s5_right {
        width: 100%;
        margin-top: 50px;
        justify-content: center;
        padding-right: 19%;
        padding-left: 8px;
    }
    .cBtnOut {
        width: auto;
    }
    .contactform {
        width: 100%;
        margin-left: 0;
    }
    .footer {
        position: absolute;
        text-align: center;
        bottom: 100px;
        width: 100%;
    }
    .ag_opinion {
        margin-top: 20px;
    }
    .form_title {
        margin-bottom: 30px;
    }
    .ag_name_input,
    .ag_cor_name_input,
    .ag_tel_input,
    .ag_email_input {
        width: 100%;
        /* padding-bottom: 10px; */
    }
    .sec5content .title_txt {
        /* font-size: 50px; */
    }
    .sec5content .title_sub {
        font-size: 28px;
    }
    .sec5content .corlocation_title {
        font-size: 20px;
    }
    .sec5content .info_txt {
        font-size: 14px;
    }
    .ag_label {
        font-size: 16px;
    }
    .sec5content {
        padding-bottom: 200px;
    }
    .index_body .header {
        background-color: white !important;
        background-color: rgba(#ffffff, 1) !important;
    }
}

@media only screen and (max-width:992px) {
    #sec5 {
        /* height: auto; */
        /* padding-top: 200px; */
    }
    .sec5content {
        /* position: relative;
        flex-wrap: wrap;
        justify-content: flex-start; */
        padding-bottom: 60px;
    }
    .s5_left {
        width: 100%;
    }
    .s5_right {
        width: 100%;
        justify-content: center;
        margin-top: 30px;
        padding-left: 10px;
    }
    .sec5content .title_txt {
        /* font-size: 70px; */
    }
    .sec5content .title_sub {
        font-size: 36px;
    }
    .cBtnOut {
        width: auto;
    }
    .sec5content .info_txt {
        font-size: 16px;
    }
    .contactform {
        /* width: 100%; */
        /* margin-left: 7px; */
    }
}

@media only screen and (max-width: 768px) {
    .sec5content {
        width: calc(100% - 40px);
        height: calc(100vh - 200px);
        left: 30px;
        padding-right: 30px;
        top: 15%;
        padding-bottom: 50px;
    }
    .sec5content .title_txt {
        /* font-size: 50px; */
    }
    .s5_right {
        padding-right: 5%;
    }
    .sec5content .title_sub {
        font-size: 28px;
    }
    .corlocation {
        margin-top: 35px;
    }
    .cButtons {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 480px) {
    .sec5content {
        /* height: 550px; */
        /* top: 19%; */
        width: calc(100% - 40px);
        height: calc(100vh - 180px);
    }
    .footer {
        display: none;
    }
    .cBtnOut {
        width: auto;
    }
    .cButtons {
        /* justify-content: center; */
    }
    .ag_label {
        font-size: 16px;
    }
    .aform_group {
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .aform_group input {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }
    .form_Btns {
        flex-wrap: wrap;
    }
    .ag_btn {
        width: 100%;
    }
    .ag_cancel {
        margin-right: 0;
    }
    .ag_submit {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .contactform {
        width: 95%;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
        padding: 20px 22px;
    }
    .form_title {
        font-size: 24px;
        margin-bottom: 24px;
    }
    .s5_right {
        padding-right: 0px;
        padding-left: 0px;
    }
    .footer1200 {
        padding-right: 20px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 375px) {
    .sec5content {
        /* height: 500px; */
        position: absolute;
    }
    .sec5content .title_txt {
        font-size: 40px;
    }
    .sec5content .title_sub {
        font-size: 24px;
    }
    .free_rel {
        font-size: 16px;
    }
}

@media only screen and (max-width: 370px) {
    .cBtn {
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #f1f1f1;
        font-size: 16px;
        color: #3d3d3d;
        font-family: Microsoft JhengHei;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        margin-right: 16px;
        transition: all 0.4s;
        cursor: pointer;
    }
}

/* ============================================================== */

/* ====================== index.php End ========================= */

/* ============================================================== */

/* ============================================================== */

/* ====================== t1.php Start ========================= */

/* ============================================================== */

.block {
    width: 500px;
    cursor: pointer;
    background-color: #f5f5f5;
    position: relative;
}

.c_line {
    width: 50px;
    height: 50px;
    background-color: red;
    cursor: pointer;
}

.b_indise {
    display: none;
    width: 100%;
}

.b_slide_real {
    width: calc(100% - 60px);
}

.b_slide {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.right {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.slick-dots {
    display: none !important;
}

/* ============================================================== */

/* ====================== t1.php End ========================= */

/* ============================================================== */

/* ============================================================== */

/* ====================== t2.php Start ========================= */

/* ============================================================== */

.t2block {
    width: 600px;
    height: 600px;
    margin: 0 auto;
    margin-top: 300px;
    background-color: pink;
    cursor: url(../images/dta.png), pointer;
}

/* ============================================================== */

/* ====================== t2.php End ========================= */

/* ============================================================== */

/* ============================================================== */

/* ====================== car_all_list.php Start ================ */

/* ============================================================== */

.cal {
    width: 100%;
    height: 100vh;
}

.cal .s3_left {
    width: 40%;
    width: 32%;
    
}

.cal .s3_right {
    width: 60%;
    width: 68%;
    padding-left: 0%;
}
.cal .s3_right.pl8 {
    padding-left: 8%;
}

.cal .sec3content {
    left: 10%;
    width: 80%;
    left: 14%;
    width: 72%;
    justify-content: space-between;
}

.backPrev {
    position: absolute;
    bottom: 30px;
    left: 75px;
    z-index: 999;
}
.backPrev.norback {
    position: relative;
    bottom: 0px;
    left: 0px;
    padding-bottom: 20px;
    padding-top: 40px;
}

.backPrev_link {
    display: flex;
    align-items: center;
    width: 81.5px;
    height: 15px;
    background-image: url('../images/back.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.backPrev_link:hover {
    background-image: url('../images/back_hov.png');
}

/* .backPrev_link img{
    display: block;
    width: 16px;
    height: 16px;
} */

/* .backPrev_txt{
    font-size: 18px;
    margin-left: 15px;
} */

.cal_foot {
    margin-top: 15px;
    font-family: "Noto_Regular";
    font-size: 16px;
    font-weight: bold;
}
@media only screen and (max-width:1850px) {
    .cal .s3_right.pl8 {
        padding-left: 0%;
    }
}
@media only screen and (max-width: 1650px) {
    .cal .s3_left {
        width: 100%;
    }
    .cal .s3_right {
        width: 100%;
    }
    .cal .sec3content {
        left: 14%;
        width: 72%;
    }
}

@media only screen and (max-width: 1450px) {
    .cal .sec3content {
        /* height: calc(85vh - 100px); */
        /* overflow-x: hidden !important; */
        /* overflow-y: auto !important; */
    }
}

@media only screen and (max-width: 1200px) {
    .cal .sec3content {
        /* height: calc(85vh - 100px); */
        /* overflow-x: hidden !important; */
        /* overflow-y: auto !important; */
        width: 92%;
        left: 8%;
    }
    .cal .s3_right {
        width: 80%;
        padding-top: 30px;
        padding-bottom: 80px;
    }
    .cal .title_txt {
        padding-right: 80px;
    }
}

@media only screen and (max-width: 992px) {
    .cal .sixO {
        width: 50%;
    }
    .cal .s3_right {
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 700px) {
    .cal .sixO {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .backPrev {
        left: 30px;
    }
    .cal .title_txt {
        padding-right: 60px;
    }
    .cal .s3_right {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .cal .sec3content {
        height: calc(85vh - 90px);
        width: calc(100% - 30px);
        left: 30px;
    }
    .backPrev {
        width: 72%;
    }
    .cal .title_txt {
        font-size: 50px;
        line-height: 50px;
    }
    .cal .sixbox {
        width: 95%;
        height: auto;
    }
    .cal_foot {
        font-size: 12px;
    }
    .cal .title_txt {
        padding-right: 40px;
    }
    .cal .s3_right {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 414px) {
    .cal .title_txt {
        font-size: 36px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 375px) {
    .cal .title_txt {
        font-size: 32px;
        line-height: 32px;
    }
}

/* ============================================================== */

/* ====================== car_all_list.php End ================== */

/* ============================================================== */

/* ============================================================== */

/* ====================== equip.php Start ======================= */

/* ============================================================== */

.eq_cont {
    width: 100%;
    padding-top: 107px;
    padding-left: 75px;
    padding-right: 63px;
}

.eq_back {
    margin-top: 15px;
    /* margin-left: 15px; */
}

.back_link {
    display: flex;
    align-items: center;
    width: 81.5px;
    height: 15px;
    background-image: url('../images/back.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.back_link:hover {
    background-image: url('../images/back_hov.png');
}

/* .back_link img {
    display: block;
    width: 16px;
    height: 16px;
}
.back_link_txt {
    font-size: 18px;
    margin-left: 15px;
} */

.eq_tb {
    width: 100%;
    /* margin-top: 20px; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.eq_bigen {
    font-size: 40px;
    font-family: "OSans_Black", "Lato-black";
    margin-bottom: 15px;
    text-align: center;
}

.eq_smch {
    font-size: 30px;
    font-family: "Noto_Bold";
    margin-bottom: 15px;
    text-align: center;
}

.eq_div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    /* margin-bottom: 60px; */
}

/* .eq_outer {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
} */

.eq_one {
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
    margin: 30px 0;
}

.eq_img {
    /* width: 400px; */
    /* height: 250px; */
    width: 100%;
    height: auto;
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    /* background-size: 100%; */
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
}

.eq_img img {
    width: 100%;
}

.eq_img:hover .eq_mask {
    opacity: 0.6;
}

.eq_img:hover .eqimgtag {
    opacity: 1;
}

.eq_mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    background-color: #000000;
    opacity: 0;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.eqimgtag {
    width: 59px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
    opacity: 0;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.eqimgtag img {
    width: 100%;
    height: 100%;
}

.eq_ch_txt {
    font-size: 20px;
    font-family: "Noto_Bold";
    margin-bottom: 10px;
}

.eq_en_txt {
    font-size: 20px;
    font-family: "OSans_Black", "Lato-black";
}

.eq_footer {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #3d3d3d;
    font-family: "Noto_Regular";
}

@media only screen and (max-width: 1800px) {
    .eq_one {
        /* width: 300px; */
        width: 33.33%;
    }
    .eq_img {
        /* width: calc(400px * 0.75); */
        /* height: calc(250px * 0.75); */
    }
}

@media only screen and (max-width: 1420px) {
    .eq_outer {
        /* width: 33.333%; */
    }
    .eq_one {
        width: 50%;
        /* margin: 30px auto; */
        margin: 30px 0;
    }
}

@media only screen and (max-width: 1100px) {
    .eq_outer {
        /* width: 50%; */
    }
}

@media only screen and (max-width: 768px) {
    .eq_cont {
        padding: 80px 30px 20px 30px;
    }
    .eq_bigen {
        font-size: 30px;
    }
    .eq_smch {
        font-size: 22px;
    }
}

@media only screen and (max-width: 700px) {
    .eq_outer {
        /* width: 100%; */
    }
}

@media only screen and (max-width: 600px) {
    .eq_one {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 480px) {
    .eq_bigen {
        font-size: 26px;
    }
    .eq_smch {
        font-size: 18px;
    }
    .eq_ch_txt,
    .eq_en_txt {
        font-size: 16px;
    }
    .eq_img {
        margin-bottom: 14px;
    }
    .eq_one {
        margin: 18px 0;
    }
}

@media only screen and (max-width: 414px) {
    .eq_one {
        /* width: 200px; */
    }
    .eq_img {
        /* width: calc(400px * 0.5); */
        /* height: calc(250px * 0.5); */
    }
}
@media only screen and (max-width: 375px) {
    .eq_cont {
        padding: 70px 30px 20px 30px;
    }
}


/* ============================================================== */

/* ====================== equip.php End ========================= */

/* ============================================================== */

/* ============================================================== */

/* ====================== eq_slider.php Start =================== */

/* ============================================================== */

.eq_slider_body {
    background-color: #f5f5f5;
}

.eq_slider_body .header {
    background-color: white;
}

.eq_slider_cont {
    padding-top: 0;
    margin-top: 107px;
}

.eq_slider_back {
    padding-top: 15px;
}

.eqs_title {
    width: 100%;
    display: flex;
    justify-content: center;
}

.eqs_title_box {
    display: flex;
    align-items: center;
}

.eqs_title_txt {
    color: #3d3d3d;
    margin-left: 40px;
    margin-right: 40px;
}

.eqs_title_ch {
    font-size: 28px;
    font-family: "Noto_Bold";
    margin-bottom: 15px;
    text-align: center;
}

.eqs_title_en {
    font-size: 24px;
    font-family: "OSans_Black", "Lato-black";
    text-align: center;
}

.eqs_slider_block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}

.eqs_sl {
    width: 17.3px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: rotate(0deg);
    background-image: url('../images/da.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    cursor: pointer;
}

.eqs_sr {
    width: 17.3px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: rotate(180deg);
    background-image: url('../images/da.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    cursor: pointer;
}
.eqs_sr:hover,
.eqs_sl:hover {
    background-image: url('../images/da_hover.png');
}
.eqs_sr img,
.eqs_sl img {
    width: 100%;
}

.eqs_slider_body {
    width: 85%;
    margin-bottom: 80px;
}

.eqs_slider_unit {
    width: 100%;
    display: block !important;
    outline: none !important;
    border: none !important;
    text-align: center;
}

.eqs_slider_pic {
    width: 540px;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}

.eqs_slider_pic img {
    width: 100%;
}

.eqs_sep {
    width: 100%;
    height: 1px;
    background-color: #464646;
    margin-top: 30px;
    margin-bottom: 20px;
}

.eqs_cont {
    width: 100%;
    margin-bottom: 50px;
}

.eqs_ctitle {
    display: flex;
    align-items: center;
    color: #3d3d3d;
    margin-bottom: 30px;
}

.eqs_ctitle_ch {
    font-size: 32px;
    font-family: "Noto_Bold";
}

.eqs_ctitle_vertical {
    width: 1px;
    height: 36px;
    background-color: #bababa;
    margin-left: 10px;
    margin-right: 10px;
}

.eqs_ctitle_en {
    font-size: 24px;
    font-family: "OSans_Black", "Lato-black";
}

.eqs_ctxt {
    width: 100%;
    color: #3d3d3d;
    font-size: 18px;
    font-family: "Noto_Regular";
    line-height: 1.5em;
    text-align: left;
    word-wrap: break-word;
}

.eqs_ctxt p {
    display: block;
    width: 100%;
    text-align: left;
    word-wrap: break-word;
}

.eqs_addcar {
    width: 181px;
    height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.foot {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #3d3d3d;
    font-family: "Noto_Regular";
    margin-bottom: 60px;
}

.red_line2 {
    width: 65px;
    height: 3px;
    background-color: #e30613;
}

@media only screen and (max-width: 991px) {
    .eqs_slider_pic {
        width: 80%;
    }
}

@media only screen and (max-width: 768px) {
    .eqs_slider_body {
        width: calc(100% - 100px);
    }
    .eqs_ctitle_ch {
        font-size: 28px;
    }
    .eqs_ctitle_en {
        font-size: 20px;
    }
    .backdiv {
        padding-top: 15px;
        padding-bottom: 30px;
    }
    .eqs_sl {
        width: 30px;
        height: 18px;
        margin-left: -6px;
    }
    .eqs_sr {
        width: 30px;
        height: 18px;
        margin-right: -6px;
    }
}

@media only screen and (max-width: 480px) {
    .eqs_ctitle {
        flex-wrap: wrap;
    }
    .eqs_ctitle_ch {
        width: 100%;
        font-size: 24px;
    }
    .eqs_ctitle_vertical {
        display: none;
    }
    .eqs_ctitle_en {
        width: 100%;
        font-size: 18px;
        margin-top: 15px;
    }
    .eqs_ctxt {
        font-size: 16px;
        text-align: center;
    }
    .eqs_ctxt p {
        text-align: center;
    }
    .eqs_addcar {
        width: calc(181px * 0.8);
        height: calc(43px * 0.8);
    }
    .eqs_slider_body {
        margin-bottom: 50px;
    }
    .foot {
        margin-bottom: 30px;
    }
    .eqs_title_ch {
        font-size: 24px;
    }
    .eqs_title_enP {
        font-size: 20px;
    }
    .eqs_title_txt {
        margin-left: 20px;
        margin-right: 20px;
    }
    .eqs_title {
        margin-top: 30px;
    }
}

/* ============================================================== */

/* ====================== eq_slider.php End ===================== */

/* ============================================================== */

/* ============================================================== */

/* ====================== carshow.php Start ===================== */

/* ============================================================== */

/* loading */

.load_box {
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.9;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.loader {
    margin: 0 0 2em;
    height: 100px;
    width: 20%;
    text-align: center;
    padding: 1em;
    margin: 0 auto 1em;
    display: inline-block;
    vertical-align: top;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

/*
  Set the color of the icon
*/

svg path,
svg rect {
    fill: #e60012;
}

.reel-preloader {
    opacity: 0 !important;
}

/* loading End*/

.cshow_mid {
    width: 100%;
    padding-top: 90px;
    padding-left: 75px;
    padding-right: 63px;
    z-index: 2;
    position: relative;
}

.cshows {
    width: 100%;
    /* height: auto !important; */
    height: calc(100vh - 100px);
    overflow-y: auto !important;
    overflow-y: touch !important;
    -webkit-overflow-scrolling: touch !important;
    overflow-x: hidden !important;
}

.carshowback {
    /* padding-top: 50px; */
}

.cshow_title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cshow_title_txt {
    display: flex;
    align-items: center;
    margin-left: 30px;
    margin-right: 30px;
}

.cshow_title_en {
    font-size: 36px;
    color: #3d3d3d;
    font-family: "OSans_Regular", "Lato-regular", "Noto_Regular";
}

.cshow_title_ch {
    font-size: 36px;
    color: #3d3d3d;
    font-family: "Noto_Regular";
}

.cshow_title_ch {
    font-size: 36px;
    color: #3d3d3d;
    font-family: "Noto_Regular";
}

.cshow_subtitle {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.cshow_subtitle_ch {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4px;
}

.cshow_subtitle_order {
    color: #e30613;
    font-size: 20px;
    font-family: "OSans_Regular",
    "Lato-regular",
    "Noto_Regular";
    margin-right: 15px;
}

.cshow_subtitle_txt {
    font-size: 20px;
    color: #3d3d3d;
    font-family: "Noto_Regular";
    line-height: 1.3;
}

.carshow_smallright{
    font-size: 12px;
    width: 100%;
    text-align: center;
    margin-top: 4px;
}

.carshow_outer {
    width: 100%;
}

.carshow_block {
    width: 100%;
    /* display: flex; */
    /* align-items: center; */
    /* flex-direction: column; */
    /* margin-top: 10px; */
}

.reel {
    max-width: 923px !important;
    position: relative;
    z-index: 2;
}

#reelimg-reel {
    /* margin: 0 auto; */
}

#reelimg {
    margin: 0 auto;
}

.td .carbg {
    display: none !important;
}

.td .reel {
    display: none !important;
}

.td .carshow_specification {
    margin-top: 30px !important;
}

.carbg {
    max-width: 923px;
    width: 100%;
    height: auto;
    position: relative;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translate(-50%,-80%);
    padding-left: 30px;
    padding-right: 30px;
}

.carbg img {
    width: 100%;
}

.i360 {
    width: 42px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -38px;
    left: 50%;
    transform: translateX(-50%);
}

.i360 img {
    width: 100%;
}

.carshow_specification {
    display: flex;
    justify-content: center;
    width: 100%;
    /* margin-top: -8%; */
    /* margin-top: 6%; */
    margin-top: 100px;
    
    font-size: 14px;
    font-family: "Noto_Light";
    color: #000000;
    line-height: 1.5;
    text-align: center;
}

.dis650 {
    display: block;
}

.show650 {
    display: none;
}

.carshow_body .line1,
.carshow_body .line2,
.carshow_body .line3 {
    position: fixed;
}

.one_pic {
    max-width: 923px;
    width: 100%;
    margin: 0 auto;
}

.one_pic img {
    width: 100%;
}
.breadlist{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.bread{
    font-size: 16px;
    text-decoration: none;
    color: #e53935;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    display: inline-flex;
    align-items: center;
    margin-right: 12px;
    cursor: pointer;
    margin-top: 15px;
    font-family: "Noto_Regular";
}
.bread:before {
    content: '';
    background-image: url('../images/arrow.png');
    display: block;
    width: 14px;
    height: 14px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 8px;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.bread:hover:before {
    background-image: url('../images/arrow.png');
}
.bread:hover {
    text-decoration: none;
    color: #c72421;
}
.notbread{
    color: black;
    cursor: default;
}
.notbread:before {
    background-image: url('../images/arrow_b.png');
}
.notbread:hover{
    color: black;
}
.notbread:hover:before {
    background-image: url('../images/arrow_b.png');
}
#reelimg-reel{
    cursor: url(../images/360mou.png ) ,
    move !important;
}
.reel-panning,
.reel-panning * {
    cursor: url(../images/360mou.png ),
    move !important;
}
@media only screen and (max-width: 991px) {
    .carshowback {
        /* padding-top: 180px; */
    }
    .cshow_title_txt{
        flex-wrap: wrap;
    }
    .cshow_title_en {
        width: 100%;
        text-align: center;
        margin-right: 0;
    }

    .cshow_title_ch {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .cshow_mid {
        padding-top: 100px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .cshow_title_en {
        font-size: 30px;
        /* margin-right: 30px; */
    }
    .cshow_title_ch {
        font-size: 30px;
    }
    .cshow_title_txt {
        margin-left: 20px;
        margin-right: 20px;
    }
    .cshow_subtitle {
        margin-top: 20px;
    }
    .cshow_subtitle_txt,
    .cshow_subtitle_order {
        font-size: 18px;
    }
}

@media only screen and (max-width: 650px) {
    .cshow_title_en {
        font-size: 20px;
        /* margin-right: 20px; */
    }
    .cshow_title_ch {
        font-size: 20px;
    }
    .cshow_title_txt {
        margin-left: 15px;
        margin-right: 15px;
    }
    .cshow_subtitle {
        margin-top: 15px;
    }
    .cshow_subtitle_txt,
    .cshow_subtitle_order {
        font-size: 16px;
    }
    .dis650 {
        display: none;
    }
    .show650 {
        display: block;
    }
    .carshowback {
        /* padding-top: 120px; */
    }
}

@media only screen and (max-width: 480px) {
    .backPrev.norback {
        width: 100%;
    }
    .carshowback {
        /* padding-top: 90px; */
    }
    .i360 {
        width: calc(42px * 0.8);
        height: calc(64px * 0.8);
    }
    .carshow_specification {
        margin-top: 90px;
    }
    .red_line2 {
        width: 45px;
    }
    .cshows {
        height: calc(100vh - 170px);
    }
}

@media only screen and (max-width: 375px) {
    .carshowback {
        /* padding-top: 60px; */
    }
    .cshows {
        height: calc(100vh - 220px);
    }
}

/* ============================================================== */

/* ====================== carshow.php End ======================= */

/* ============================================================== */

/* ============================================================== */

/* ====================== car_list.php Start ===================== */

/* ============================================================== */

.cali .s3_left {
    width: 42%;
    /* margin-right: auto; */
}

.cali .s3_right {
    width: auto;
    /* padding-left: 0; */
    /* margin-left: 150px; */
}

.cali .s3_right {
    transform: rotate(-45deg);
}

.intro_txt_block {
    /* max-width: 81%; */
    width: 100%;
    margin-top: 70px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
    padding: 30px 20px;
    margin-left: 8px;
    margin-right: 15px;
    position: relative;
}

.intro_txt {
    width: 100%;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.intro_txt_title {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.itt_order {
    color: #e30613;
    font-size: 24px;
    font-family: "OSans_Regular", "Lato-regular", "Noto_Regular";
    margin-right: 10px;
}

.itt_cont {
    color: #3d3d3d;
    font-size: 20px;
    font-family: "Noto_Regular";
    width: calc(100% - 40px);
    word-wrap: break-word;
}

.intro_txt_cont {
    width: 90%;
    font-size: 16px;
    font-family: "Noto_Light";
    color: #3d3d3d;
    line-height: 1.5;
    word-wrap: break-word;
}

.intro_txt_cont p {
    display: block;
    width: 100%;
    word-wrap: break-word;
}

.ac_group {
    margin-top: 15px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.ac_point {
    width: 24px;
    height: 24px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    position: relative;
    margin-right: 8px;
    cursor: pointer;
}

.ac_point.this {
    border: 1px solid #d6d6d6;
}

.ac_point.this .ac_inpoint {
    border: 1px solid #e30613;
    background-color: white;
}

.ac_point:hover {
    border: 1px solid #d6d6d6;
}

.ac_point:hover .ac_inpoint {
    border: 1px solid #e30613;
    background-color: white;
}

.ac_inpoint {
    width: 8px;
    height: 8px;
    border: none;
    border-radius: 50%;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    background-color: #e30613;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.right_red {
    width: 115px;
    height: 3px;
    background-color: #e30613;
    position: absolute;
    right: -67.5px;
    top: 50%;
    transform: translateY(-50%);
}

.morer {
    width: calc(402px * 0.3);
    height: calc(123px * 0.3);
    display: flex;
    background-image: url('../images/more_arrow.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    margin-top: 30px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

.morer:hover {
    background-image: url('../images/more_arrow_hov.png');
}

.cpgroup {
    width: 100%;
    height: 100%;
    position: absolute;
    top: lef;
    top: 0;
    left: 0;
    /* display: none; */
}

.cp {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    position: absolute;
    cursor: pointer;
}

.incp {
    width: 11px;
    height: 11px;
    border: none;
    border-radius: 50%;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    background-color: #3d3d3d;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cp.this {
    border: 1px solid #dcdcdc;
}

.cp.this .incp {
    border: 1px solid #3d3d3d;
    background-color: white;
}

.cp:hover {
    border: 1px solid #dcdcdc;
}

.cp:hover .incp {
    border: 1px solid #3d3d3d;
    background-color: white;
}

.cp.cp1:hover {
    border: none;
}

.cp.cp1:hover .incp {
    background-color: #3d3d3d;
    border: none;
}

.svg2 {
    display: none;
}

.cp1 {
    top: -3.1%;
    left: 46.5%;
}

/* 只有一台車／兩個點 */

.car1 .cp2 {
    top: 47%;
    left: -3.1%;
}

/* 兩台車／三個點 */

.car2 .cp2 {
    top: 82%;
    left: 81.8%;
}

.car2 .cp3 {
    top: 47%;
    left: -3.1%;
}

/* 三台車／四個點 */

.car3 .cp2 {
    top: 46.6%;
    left: 96.5%;
}

.car3 .cp3 {
    top: 96.5%;
    left: 47.25%;
}

.car3 .cp4 {
    top: 47%;
    left: -3.1%;
}

/* 四台車／五個點 */

.car4 .cp2 {
    top: 27.3%;
    left: 92.5%;
}

.car4 .cp3 {
    top: 81.6%;
    left: 82%;
}

.car4 .cp4 {
    top: 92.6%;
    left: 27.25%;
}

.car4 .cp5 {
    top: 47%;
    left: -3.1%;
}

/* 五台車／六個點 */

.car5 .cp2 {
    top: 17.6%;
    left: 87%;
}

.car5 .cp3 {
    top: 61.6%;
    left: 94.2%;
}

.car5 .cp4 {
    top: 93.8%;
    left: 62.25%;
}

.car5 .cp5 {
    top: 87%;
    left: 17.6%;
}

.car5 .cp6 {
    top: 47%;
    left: -3.1%;
}

/* 五台車／六個點 */

.car6 .cp2 {
    top: 11.8%;
    left: 82%;
}

.car6 .cp3 {
    top: 46.6%;
    left: 96.3%;
}

.car6 .cp4 {
    top: 82%;
    left: 81.7%;
}

.car6 .cp5 {
    top: 96.6%;
    left: 45.6%;
}

.car6 .cp6 {
    top: 82.4%;
    left: 12%;
}

.car6 .cp7 {
    top: 47%;
    left: -3.1%;
}

.sr_pic {
    width: 400px;
    height: 400px;
    position: absolute;
    top: 18%;
    left: 18%;
    transform: translate(-18%, -18%)rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    /* display: none; */
}

.op0 {
    opacity: 0;
}

.car1350 {
    display: none;
}

.car_over svg {
    display: none;
}

.car_over .cpgroup {
    display: none;
}

.s3_right.car_over {
    max-width: 650px;
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    transform: rotate(0);
    margin-left: 80px;
}

.car_over .sr_pic {
    width: 100%;
    height: auto;
    transform: translate(0, 0)rotate(0);
    position: relative;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 1650px) {
    .svg1 {
        display: none;
    }
    .svg2 {
        display: block;
        transform: translateY(27%);
    }
    .cp1 {
        top: 23.5%;
        left: 45.2%;
    }
    /* 只有一台車／兩個點 */
    .car1 .cp2 {
        top: 63%;
        left: -4.75%;
    }
    /* 兩台車／三個點 */
    .car2 .cp2 {
        top: 90%;
        left: 80.8%;
    }
    .car2 .cp3 {
        top: 63%;
        left: -4.75%;
    }
    /* 三台車／四個點 */
    .car3 .cp2 {
        top: 62.8%;
        left: 94.8%;
    }
    .car3 .cp3 {
        top: 102%;
        left: 45.25%;
    }
    .car3 .cp4 {
        top: 63%;
        left: -4.75%;
    }
    /* 四台車／五個點 */
    .car4 .cp2 {
        top: 47.6%;
        left: 90.8%;
    }
    .car4 .cp3 {
        top: 90.6%;
        left: 80.3%;
    }
    .car4 .cp4 {
        top: 98.8%;
        left: 25.9%;
    }
    .car4 .cp5 {
        top: 63%;
        left: -4.75%;
    }
    /* 五台車／六個點 */
    .car5 .cp2 {
        top: 40.2%;
        left: 85.8%;
    }
    .car5 .cp3 {
        top: 74.6%;
        left: 92.5%;
    }
    .car5 .cp4 {
        top: 100%;
        left: 60.25%;
    }
    .car5 .cp5 {
        top: 94%;
        left: 15.6%;
    }
    .car5 .cp6 {
        top: 63%;
        left: -4.75%;
    }
    /* 五台車／六個點 */
    .car6 .cp2 {
        top: 35.5%;
        left: 80.8%;
    }
    .car6 .cp3 {
        top: 63%;
        left: 95%;
    }
    .car6 .cp4 {
        top: 90%;
        left: 80.8%;
    }
    .car6 .cp5 {
        top: 101.9%;
        left: 45.6%;
    }
    .car6 .cp6 {
        top: 90.5%;
        left: 10%;
    }
    .car6 .cp7 {
        top: 63%;
        left: -4.75%;
    }
    .sr_pic {
        width: 300px;
        height: 300px;
        top: 37%;
        left: 16%;
    }
    .cali .s3_left {
        width: 55%;
    }
}

@media only screen and (max-width: 1350px) {
    .cali .s3_right,
    .right_red {
        display: none;
    }
    .cali .s3_left {
        width: 100%;
    }
    .intro_txt_block {
        /* max-width: calc(100% - 30px); */
        width: 81%;
    }
    .car1350 {
        width: calc(100% - 120px);
        height: auto;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 60px;
        padding-left: 20px;
        padding-right: 20px;
        margin-right: 10px;
        margin-left: 10px;
        transition: all 0.4s;
        -moz-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
    }
    .cali .sec3content {
        height: calc(85vh - 100px);
        width: 92%;
        left: 8%;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        overflow-y: touch !important;
        -webkit-overflow-scrolling: touch !important;
    }
    .morer {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .cali .sec3content {
        width: 100%;
        left: 0;
        padding-left: 30px;
        padding-right: 30px;
    }
    .intro_txt_block {
        margin: 60px auto;
        width: 100%;
        /* max-width: 95%; */
    }
    .car1350 {
        margin: 0px auto 60px auto;
        padding: 0;
    }
    /* .ac_point:hover {
        border: none;
    }

    .ac_point:hover .ac_inpoint {
        border: none;
        background-color: #e30613;
    } */
}

/* ============================================================== */

/* ====================== car_list.php End ======================= */

/* ============================================================== */