@charset "utf-8";
/* CSS Document */
.storeArea ul{
    padding-bottom:50px;
    background:#fff;
}
.storeArea ul li .item{
    padding:20px;
}
.storeArea ul.storelist li .item h3 {
    font-size:20px;
    color:#1d4760;
    padding-bottom:15px;
}
.storeArea ul.storelist li .item h3 a{
    color:#1d4760;
}
.storeArea ul.storelist li .item h3 a:hover{
    color:#bd3d39;
}
.storeArea ul.storelist li .item article{
        color: #526571;
    font-size: 15px;
    line-height: 20px;
}
.mainArea,
.innerMainArea {
    position: relative;
    z-index: 1;
}
.innerMainArea {
    background: url(../images/bg.jpg) top center;
    /*background-size: 70%;*/
}

.mainArea::before,
.mainArea::after,
.innerMainArea::before,
.innerMainArea::after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #e4e4e4;
    position: absolute;
    top: 0;
    left: 10%;
    z-index: -1;
}

.mainArea::after {
    left: 90%;
}

.innerMainArea::before {
    left: 30%;
}

.innerMainArea::after {
    left: 70%;
}


.bannerArea {
    clear: both;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.bannerArea .red {
    /* color: #e62c27;*/
}

.bannerBox {
    width: 100%;
}

.bannerBox .slick-list li.slick-active {}

.bannerBox li a {
    display: block;
}

.bannerBox img.mainPic {
    display: block;
    width: 100%;
}

.bannerBox li a {
    display: block;
}


.bannerBox .slick-list li {}

@-webkit-keyframes activemore {
    0% {
        transform: translate3d(0px, 0, 0);

    }

    100% {
        transform: translate3d(0px, 0, 0);

    }
}

/* Standard syntax */
@keyframes activemore {
    0% {
        transform: translate3d(0px, 0, 0);

    }

    100% {
        transform: translate3d(0px, 0, 0);

    }
}



@-webkit-keyframes mainTxtmore {
    0% {
        left: 10%;
        opacity: 1;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

/* Standard syntax */
@keyframes mainTxtmore {
    0% {
        left: 10%;
        opacity: 0;

    }

    100% {
        left: 10%;
        opacity: 1;
    }
}


.bannerBox .mainTxt {
    font-family: 'Exo', sans-serif;
    text-align: left;
    max-width: 580px;
}

.bannerBox .mainTxt .s_en {
    font-size: 20px;
    padding-left: 25px;
}

.bannerBox .mainTxt .b_en {
    font-size: 70px;
    text-transform: uppercase;
    line-height: 75px;
    padding-top: 10px;
    padding-left: 25px;
}


.bannerBox .mainTxt h1 {
    font-size: 23px;
    font-family: 'Noto Sans TC';
    font-weight: 400;
    padding-top: 20px;
}

.bannerBox .mainTxt h1:after {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background-color: #fff;
    position: relative;
    margin-top: 30px;
    margin-bottom: 25px;
    opacity: .5;
}

.bannerBox .bored_lef:after {
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
}

.bannerBox .bored_lef {
    position: relative;
}


.bannerBox .mainTxt .b_title {
    font-size: 15px;
    font-family: 'Noto Sans TC';
    font-weight: 200;
    line-height: 28px;
    letter-spacing: 1px;
}




.bannerBox .slick-list li.slick-active .mainTxt {
    left: 20%;
    opacity: 0;
    -webkit-animation-name: mainTxtmore;
    /* Chrome, Safari, Opera */
    -webkit-animation-duration: 1.5s;
    /* Chrome, Safari, Opera */
    -webkit-animation-delay: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-name: mainTxtmore;
    animation-duration: 1.5s;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
}


.bannerBox .mainTxt {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(0%, -50%);
    color: #fff;
    font-size: 33px;
    opacity: 1;
}

.bannerBox .mainTxt img {
    max-width: 100%;
    display: block;
}

/*aboutArea*/
.aboutArea {
    padding: 150px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.aboutArea::before {
    content: '';
    width: 1px;
    height: 100%;
    background: #e4e4e4;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
}

/*.aboutArea::after {
    content: '';
    width: 30%;
    height: 100%;
    background: #fbfbfb;
    position: absolute;
    top: 0;
    left: 70%;
    z-index: -2;
}*/

.aboutArea .wrap {
    max-width: 1920px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.aboutArea .leftBox {
    padding: 0 50px 0 calc(10% + 50px);
    width: 50%;
}

.aboutArea .rightBox {
    width: 50%;
}

.aboutArea .Txt {
    color: #666;
    font-size: 15px;
    line-height: 28px;
}

.aboutArea img {
    width: 100%;
}

.aboutArea .btn {
    margin-top: 50px;
}

.aboutArea .btn a {
    /*box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);*/
    background: transparent;
    /*border: 1px solid #1d4760;*/
    font-size: 15px;
    letter-spacing: 1.5px;
    color: #fff;
    width: 220px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    background-color: #826367;
}

.aboutArea .btn a:hover {
    /*color: #ffffff;*/
    background: #121314;
    letter-spacing: 4px;
    /*border: 1px solid #1d4760;*/
}

.aboutArea .btn a span {
    display: inline-block;
    font-style: normal;
}

.aboutArea .btn a:hover span {
    transform: rotateY(360deg);
    transition: 0.9s;
}

/*featureArea*/
.featureArea {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    /*background:url(../images/bg2.jpg);
    background-size: cover;*/
}

.featureArea::before {
    content: '';
    width: 1px;
    height: 100%;
    background: #e4e4e4;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
}

.featureArea::after {
    content: '';
    width: 70%;
    height: 100%;
    background: hsl(352deg 5% 86% / 70%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.featureArea .wrap {
    max-width: 1800px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative;
    z-index: 1;
}


.featureArea .rightBox {
    padding: 0 calc(10% - 20px) 0 0;
}

.featureArea h2.Title {
    text-align: right;
}

.featureArea h2.Title em {
    font-size: 50px;
}

.featureArea ul {}

.featureArea ul li {
    padding: 0 30px;
}

.featureArea ul li .Txt {
    padding: 20px 5px 10px;
    text-align: left;
}

.featureArea ul li .Txt h3 {
    font-size: 20px;
    /*font-weight: 600;*/
    color: #121314;
}

.featureArea ul li .Txt h3 a {
    color: #121314;
}

.featureArea ul li .Txt h3 a:hover {
    color: #826367;
}

.featureArea ul li .Txt p {
    margin-top: 10px;
    font-size: 15px;
    color: #666;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}

.featureArea ul li .Img img {
    width: 100%;
    display: block;
}

/*adArea*/
.adArea {
    background: #0c0806;
    text-align: center;
    padding: 30px 0;
    display: none;
}

.adArea li {
    display: inline-block !important;
    float: none;
}

.adArea li .item {
    padding: 20px;
}

.adArea li a img {
    width: 100%;
    display: block;
}

.adArea li a {
    display: block;
    transition: 0.9s;
}

.adArea li a:hover {
    transform: translateY(-15px);
    transition: 0.9s;
}

/*mapArea*/
.mapArea{
	position: relative;
    display:block;
    width:100%;
    max-width: 1400px;
    margin:0 auto;
    border:10px solid #fff;
}
@media (max-width: 780px) {
    .mapArea{
        border: 0;
    }
}
.mapArea iframe{
    margin: 0;
    width: 100%;
    height: 400px;
}
@media (max-width: 780px) {
.mapArea iframe{
    height: 300px;
}
}
.mapArea .copyright{
    color: #666;
    width: 45%;
    max-width: 450px;
    height: 100%;
    padding: 0;
    letter-spacing: 1px;
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
@media (max-width: 780px) {
    .mapArea .copyright{
        position: relative;
        width: 100%;
        max-width: 100%;
    }
}
.mapArea .copyright .Txt{
    width: 100%;
    min-height: 50%;
    padding: 30px 40px;
    background: #f9f9f9;
}
.mapArea .copyright h3{
    color: #121314;
    font-size: 28px;
    /*font-weight: 400;*/
    margin-bottom: 20px;
}
.mapArea .copyright h3 a{
    color: #121314;
}
.mapArea .copyright h3 a span{
    display: block;
    color: #826367;
}

/*contactArea*/
.contactArea {
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
    background-color: #fff;
}
/*@media (max-width: 780px) {
    .contactArea {
        margin: 0;
    }
}*/

/*.contactArea::before {
    content: '';
    width: 100%;
    height: 100%;
    max-width: 1400px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
}*/

.contactArea .wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1920px;
    padding: 0;
    margin: 0;
}

.contactArea .leftBox {
    width: 50%;
}
.contactArea .leftBox iframe {
    width: 100%;
    height: 100%;
    min-height: 350px;
}

.contactArea .rightBox {
    width: 50%;
    padding: 80px 50px;
    background-color: #fff;
}
@media (max-width: 640px){
    .contactArea .rightBox {
        padding: 50px 30px;
    }
}

.contactArea h2.Title em {
    font-size: 50px;
}

.thankInfo {
    padding: 0 0 40px 0;
    font-size: 14px;
    line-height: 26px;
    color: #555;
}

.thankInfo strong {
    color: #111;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    margin-right: 6px;
}

.formBox {
    padding: 15px 0 0;
    font-size: 13px;
}

.formBox form>div {
    padding: 0 5px 10px;
}

.formBox .left {
    margin-bottom: 5px;
}

.formBox label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #121314;
}

.formBox label em {
    color: #da224b;
    font-style: normal;
    font-weight: normal;
    font-family: "新細明體", Verdana, Geneva, sans-serif;
    margin-right: 5px;
}

.formBox input[type="text"],
.formBox input[type="tel"],
.formBox input[type="email"] {
    padding: 5px;
    background: none;
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: 0;
    border-bottom: 1px solid #cecece;
    border-radius: 0;
    box-sizing: border-box;
    transition: all .5s;
}

.formBox input[type="text"]:focus,
.formBox input[type="tel"]:focus,
.formBox input[type="email"]:focus,
.formBox textarea:focus {
    outline: none;
    border-color: #000;
}

.formBox select {
    display: block;
    background: none;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 5px;
    height: 40px;
    border: 1px solid #cecece;
    margin: 10px 0;
}

.formBox textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: none;
    width: 100%;
    height: 100px;
    padding: 5px;
    margin: 5px 0;
    border: 1px solid #cecece;
    border-radius: 0;
    transition: all .5s;
}

.formBox input[name="data_name"] {
    width: 160px;
}

.formBox label.radio {
    /*客製化radio*/

    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    position: relative;
    font-weight: normal;
    color: #666;
}

.formBox label.radio input[type="radio"] {
    display: none;
}

.formBox label.radio span {
    display: inline-block;
    vertical-align: middle;
}

.formBox label.radio span:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #bbb;
    margin-right: 5px;
    width: 25px;
    height: 25px;
    transition: all .5s;
}

/*被選取*/
.formBox label.radio input[type="radio"]:checked+span:before {
    background: #121314;
    border: 1px solid #121314;
}

.formBox label.radio input[type="radio"]:checked+span:after {
    content: "\f00c";
    font-family: 'FontAwesome';
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #FFF;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    position: absolute;
    left: 0;
    top: 0;
}

/*驗證碼*/

.checkArea {
    clear: both;
    margin: 20px 0 0;
}

.checkArea .sliderBox {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}

.checkArea p.note {
    /*向右滑動解鎖*/

    font-size: 15px;
    font-family: 微軟正黑體;
    color: #000;
    position: absolute;
    left: 55px;
    top: 7px;
}

.checkArea .btn {
    /*送出按鈕*/

    display: inline-block;
}

.checkArea .btn a {
    /*送出按鈕*/

    cursor: pointer;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
    font-size: 15px;
    color: #FFF;
    border-radius: 0;
}

.error {
    box-shadow: 0 0 10px #F00;
}

/*****************/
/** QapTcha CSS **/
/*****************/

.QapTcha {
    /*整個驗證碼區*/

    position: relative;
}

.QapTcha .clr {
    clear: both;
}

.QapTcha .bgSlider {
    /*滑軌*/

    width: 200px;
    height: 45px;
    float: left;
    background-color: #e0e0e0;
}

.QapTcha .Slider {
    /*按鈕*/

    cursor: pointer;
    width: 45px;
    height: 45px;
    background: transparent;
    position: relative;
    left: 0;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 99;
}

.QapTcha .Slider:after {
    content: '\f105';
    font-family: FontAwesome;
    line-height: 40px;
    position: absolute;
    left: 0;
    top: 1px;
    width: 100%;
    height: 44px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    background-color: #121314;
}

.checkArea p.note {
    /*向右滑動解鎖*/

    font-size: 15px;
    font-family: 微軟正黑體;
    color: #121314;
    text-align: center;
    letter-spacing: .05em;
    line-height: 45px;
    position: absolute;
    top: 0;
    left: calc(50% - 25px);
}

.QapTcha .dropSuccess {
    /*成功*/

    color: #000;
}

.QapTcha .dropError {
    /*錯誤*/

    display: none;
}


/**********適應性**********/
/************************/
@media (max-width: 1600px) {
    .aboutArea .leftBox {
        padding: 0 50px 0 7%;
    }

    .aboutArea .wrap {
        -ms-align-items: center;
        align-items: center;
    }

    .featureArea ul li {
        padding: 0 15px;
    }

    .featureArea h2.Title em span {
        display: block;
    }
}

@media (max-width: 1400px) {
    .featureArea ul li .Txt p {
        height: 75px;
    }
}

@media (max-width: 1300px) {
    /*.contactArea {
        padding: 80px 0;
    }

    .contactArea::before {
        width: 100%;
        left: 0;
    }*/

    /*.contactArea .wrap {
        padding: 0 50px;
    }*/

    .contactArea .leftBox {
        order: 2;
        width: 100%;
        text-align: center;
    }

    .contactArea .rightBox {
        width: 100%;
    }
}

@media (max-width: 1180px) {
    .mainArea::before {
        left: 15%;
    }

    .mainArea::after {
        left: 90%;
    }

    .innerMainArea::before {
        left: 40%;
    }

    .innerMainArea::after {
        left: 65%;
    }

    .aboutArea {
        padding: 80px 0;
    }

    .aboutArea::before {
        display: none;
    }

    .aboutArea::after {
        left: 90%;
    }

    .aboutArea .wrap {
        padding: 0 11%;
    }

    .aboutArea .leftBox {
        padding: 0;
        width: 100%;
    }

    .aboutArea .rightBox {
        width: 100%;
        padding: 60px 0 0;
    }

    .featureArea {
        padding: 80px 0;
    }

    .featureArea::after {
        width: 100%;
    }

    .featureArea .wrap {
        padding: 0 5%;
    }

    .featureArea .wrap::before {
        display: none;
    }

    .featureArea .rightBox {
        width: 100%;
        padding: 0;
    }

    .featureArea h2.Title {
        text-align: center;
    }

    .mainArea h2.Title em span {
        display: inline-block;

    }


    .featureArea .leftBox {
        width: 100%;
    }
}

@media (max-width:1023px) {}


@media (max-width: 960px) {
    .bannerBox .mainTxt h1:after {
        content: '';
        display: block;
        width: 100px;
        height: 1px;
        background-color: #fff;
        position: relative;
        margin-top: 25px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
        opacity: .5;
    }


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

    .bannerBox .mainTxt .s_en {
        font-size: 20px;
        padding-left: 0px;
        padding-bottom: 10px;
    }

    .bannerBox .mainTxt .b_en {
        font-size: 40px;
        text-transform: uppercase;
        line-height: 40px;
        padding-top: 0px;
        padding-left: 0px;
    }

    .bannerBox .slick-list li.slick-active .mainTxt {
        left: 0;
        opacity: 1;
        -webkit-animation-name: inherit;
        -webkit-animation-duration: 2s;
        -webkit-animation-delay: 2s;
        -webkit-animation-fill-mode: inherit;
        animation-name: inherit;
        animation-duration: 2s;
        animation-delay: 2s;
        animation-fill-mode: inherit;
        right: 0;
        margin: auto;
    }


    @-webkit-keyframes mainTxtmore {
        0% {
            left: 0%;
            opacity: 0;
        }

        100% {
            left: 0%;
            opacity: 1;
        }
    }

    /* Standard syntax */
    @keyframes mainTxtmore {
        0% {
            left: 0%;
            opacity: 0;

        }

        100% {
            left: 0%;
            opacity: 1;
        }
    }




    .bannerBox .bored_lef:after {
        display: none
    }


}

@media (max-width:860px) {}

/*767*/
@media (max-width: 767px) {}



/*640*/
@media (max-width: 640px) {

    .bannerBox .mainTxt h1:after {
        display: none
    }

    .bannerBox .mainTxt .b_title {
        display: none
    }

    .mainArea::before {
        left: 15%;
    }

    .mainArea::after {
        left: 85%;
    }

    .innerMainArea::before {
        left: 50%;
    }

    .innerMainArea::after {
        left: 50%;
        display: none;
    }

    .aboutArea {
        padding: 50px 0;
    }

    .aboutArea::after {
        display: none;
    }

    .aboutArea .wrap {
        padding: 0 25px;
    }

    .featureArea ul li {
        padding: 20px 0;
    }

    .formBox input[name="data_name"] {
        width: 100%;
        margin-bottom: 20px;
    }

    /*.contactArea {
        padding: 50px 0;
    }

    .contactArea .wrap {
        padding: 0 25px;
    }*/
}

@media (max-width: 480px) {

    .bannerBox .mainTxt .b_en {
        font-size: 33px;
        line-height: 38px;

    }

    .bannerBox .mainTxt .s_en {
        font-size: 16px;
        padding-left: 0px;
        padding-bottom: 5px;
    }

    .bannerBox .mainTxt h1 {
        font-size: 16px;
        padding-top: 10px;
    }

    .featureArea h2.Title em {
        font-size: 45px;
    }

    #gmap2 {
        height: 480px;
    }

    .contactArea h2.Title em {
        font-size: 45px;
    }

    .contactArea .wrap {
        padding: 0 5px;
    }
}


@media (max-width: 340px) {
    .bannerBox .mainTxt .s_en {
        display: none
    }

}