﻿@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@charset "utf-8";
/* 設計師用 桌機版CSS檔 style.css */
/* 說明：
    可提供設計師在此檔，針對桌機版面進行設計；為網站必載CSS檔。*/

body {
    font-size: 15px;
    color: #333;
}

p {
    line-height: 24px;
    margin-bottom: 24px;
    transition: all 0.5s;
}
h4 {
    transition: all 0.5s;
}

a {
    color: #666;
    transition: all 0.5s;
}

    a:hover {
        color: #009ee7;
    }
img {
    transition: all 0.5s;
}






/********************* 選單下拉 *********************/
.navbar-nav li.hover_r_sider.dropdown_submenu .dropdown-menu.sub-menu {
    left: 100%;
}

.navbar-nav .dropdown_submenu .dropdown-menu {
    /*left: 50%;
    -moz-transform: translate(-50%,-10%);
    -ms-transform: translate(-50%,-10%);
    -webkit-transform: translate(-50%,-10%);
    transform: translate(-50%,0);*/
    padding: 10px !important;
    margin-top: -4px;
    background-color: rgba(255, 255, 255, 1);
    padding: 0;
    border-top: 3px solid #009ee7;
}



    .navbar-nav .dropdown_submenu .dropdown-menu li a {
        padding: 5px 10px;
        color: #000;
        font-size: 16px;
    }

        .navbar-nav .dropdown_submenu .dropdown-menu li a:hover {
            color: #009c40;
            background-color: unset;
            background-image: unset;
        }

.navbar-nav .dropdown_submenu.open .dropdown-menu {
    animation: navfadeInDown .3s ease-in-out;
}

@-webkit-keyframes navfadeInDown {
    from {
        opacity: 0;
        transform: translate(0,-10%);
    }

    to {
        opacity: 1;
        transform: translate(0,0);
    }
}

@keyframes navfadeInDown {
    from {
        opacity: 0;
        transform: translate(0,-10%);
    }

    to {
        opacity: 1;
        transform: translate(0,0);
    }
}

@-moz-keyframes navfadeInDown {
    from {
        opacity: 0;
        transform: translate(0,-10%);
    }

    to {
        opacity: 1;
        transform: translate(0,0);
    }
}

/********************* Header *********************/
.header .fb_lis {
    position: absolute;
    right: 0;
    top: 1px;
}
.header .line_s {
    position: absolute;
    right: 52px;
    top: 10px;
}
.header .stud_toge {
    position: absolute;
    right: 51px;
    top: 3px;
}
    .header .stud_toge  ul li {
        display:inline-block;
        position:relative;
    }
        .header .stud_toge ul li.search a {
            position: absolute;
            right: 12px;
            top: 11px;
            background: url(../images/all/search.svg)no-repeat;
            width: 13px;
            height: 14px;
            padding: 0;
            display: block;
        }
            .header .stud_toge ul li.search a:hover{
                opacity:0.7;
            }
        .header .stud_toge ul li select {
            height: 36px;
            width: 70px;
            border-radius: 0px;
            border: 1px solid #c3c3c3;
            margin-right: 10px;
            padding-left: 4px;
            font-size: 14px;
            color: #696969;
        }
        .header .stud_toge ul li input {
            height: 36px;
            width: 185px;
            border-radius: 0px;
            border: 1px solid #c3c3c3;
            padding-left: 4px;
            font-size: 14px;
            color: #696969;
            position: relative;
        }
        .header .check_wrapper1{
            position: absolute;
            width: 570px;
            padding: 0 0 0 0;
            right: 0;
            top: 105px;
            background-color: #fff;
            z-index: 1000;
        }
        .header .check{
            min-height: 100px;
            color: #4d3126;
            width: auto;
            background: #fff;
            border: 1px #ccc solid;
            padding-top: 15px;
            z-index: 2000;
        }
        .header .check tbody tr > th{
            width: 20%;
            padding: 5px;
        }
        .header .check td{
            text-align: center;
            vertical-align: middle;
        }
        .header .check table {
            width: 90%;
            margin: 0 5%;
        }
        .header .check table thead th {
            font-weight: bold;
            text-align: center;
            border-bottom: 1px solid #e6e6e6;
        }
        .header .checkout {
            margin: 10px 0 20px 5px;
            display: inline-block;
            width: 540px;
            text-align: right;
        }
        .header .btn_styles {
            background: #8f8f8f;
            color: #fff;
            padding: 0 0 0 1px;
            display: inline-block;
            font-size: 15px;
        }
        .header .checkout a div {
            width: 90px;
            height: 30px;
            text-align: center;
            line-height: 1.9;
            color: #fff;
            cursor: pointer;
            letter-spacing: 1px;
            font-family: "Microsoft JhengHei","微軟正黑體";
        }
.header .cart_na {
    position: absolute;
    right: 12px;
    top: 85px;
}
.header .cart_na {
    position: absolute;
    right: 12px;
    top: 85px;
}
    .header .cart_na a {
        display: block;
        background: url(../images/all/cart.svg)no-repeat  center;
        width:21px;
        height:20px;
    }
        .header .cart_na a:hover{
            opacity:0.7;
        }

        .header .cart_na a .num {
            min-width: 16px;
            height: 16px;
            background-color: #EB0F0F;
            font-size: 12px;
            color: #fff;
            display: block;
            border-radius: 16px;
            position: absolute;
            right: -7px;
            top: -5px;
            padding-left: 0;
            text-align: center;
        }
.header .sear_btn{
    display:none;
}
.header .line_s.line_s2 p {
    background: url(../images/all/member_icon01.svg)no-repeat left center;
    padding-left: 17px;
    margin-bottom: 0;
}
        .header .line_s.line_s2 a {
            background-color: #333;
            color: #fff;
            background-image: unset;
            padding: 1px 14px;
        }
            .header .line_s.line_s2 a:hover{
                background-color:#009ee8;
                color: #ffffff;
            }
            .header .line_s a {
                background: url(../images/all/member_icon01.svg)no-repeat right center;
                padding-right: 19px;
                display: inline-block;
                z-index: 100;
                position: relative;
            }
                .header .line_s a:hover {
                    color: #009ee8;
                }


                .header .fb_lis ul li,
                .header .fb_lis ul li a {
                    display: inline-block;
                    padding: 6px 0px;
                }
                    .header .fb_lis ul li a:hover {
                        opacity: 0.7;
                        background-color: unset;
                    }
                    .header .navbar_solid {
                        position: relative;
                    }
    .header .navbar_solid:before {
        content: " ";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 40px;
        background-color: #eeeeee;
        height: 1px;
    }
    .header .dow_now2 {
        position: absolute;
        left: 11px;
        top: 0;
    }
.header {
}

/* header logo */
    .header .navbar .navbar-brand {
        width: 85px;
        height: 83px;
        background: url(../images/all/logo.png) no-repeat;
        text-indent: -9999px;
        display: block;
        margin: 52px 0 10px;
        padding: 0;
    }

.header .navbar .navbar-brand:hover {
    opacity: 0.7;
}

/* header 主選單 */
    .header    .dow_now2 .Slide_btn {
        display: none;
    }
.header .dow_now2 .Slide_main {
    display: block;
    text-align: left;
    margin: 0 0 20px 0;
}

    .header .dow_now2 ul li a {
        padding: 10px;
        font-size: 14px;
        color: #2e2e2e;
    }
        .header .dow_now2 ul li a:hover {
            background-color: #009ee8;
            color:#fff;
        }
        .header .dow_now2 ul li {
            display: inline-block;
        }


    .header .navbar {
        position: relative;
        transition: all 0.5s;
        top: 0;
    }
        .header .navbar.navbartop {
            position: fixed;
            top: -40px;
            background-color: #fff;
            width: 100%;
            box-shadow: 0 0px 15px -5px rgb(0 0 0 / 0.5);
  

        }

    

        .header .navbar .navbar-nav {
            background: none;
            float: none;
            text-align: center;
            display: table;
            margin: 75px auto 0;
        }

            .header .navbar .navbar-nav > li > a {
                background: none;
                color: #040404;
                padding: 10px 35px;
                font-family: 'Anton', sans-serif;
                font-size: 18px;
                letter-spacing: 1px;
            }

    .header .navbar .navbar-nav li a:hover {
        color: #009ee8;
    }

.header .navbar .navbar-nav > li + li > a {

}

            .header .navbar .navbar-nav > li ul li a {
                padding: 5px;
                font-size: 14px;
            }

/* header 次選單 */
.header .navbar .sub-nav {
    position: absolute;
    right: 15px;
    top: 20px;
}

.header .navbar .sub-nav li {
    padding: 0;
}

.header .navbar .sub-nav li a {
    background: url(../images/all/sub_nav.png) no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
}

.header .navbar .sub-nav li a:hover {
    position: relative;
    top: 2px;
}

.header .navbar .btn-default {
    background: #52CED5;
    color: #fff;
    text-shadow: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 7px;
}

.header .navbar .lang {
    position: absolute;
    right: 54px;
    top: 20px;
}

.header .navbar .lang .dropdown-menu {
    background: #52CED5;
    color: #fff;
    border: none;
    border-radius: 0;
}

.header .navbar .lang .dropdown-menu a {
    color: #fff;
}

.header .navbar .lang .dropdown-menu a:hover {
    background: none;
    color: #FCE617;
}

/*------- Banner -------*/
.banner .slick-dots {
    bottom: 40px;
}

    .banner .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #009fe8;
    }

    .banner .slick-dots li button:before {
        color: #fff;
        opacity: 1;
    }

    .banner .slick-dots li {
        padding: 0;
        margin: 0;
    }
.banner   .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.banner .wid-banner a img {
    width: 100%;
}

.banner .wid-banner a {
    display: block;
}

    .banner .wid-banner a.img_small img {
        display: none;
    }

.banner {
    position: relative;
}

.banner .container {
    max-width: 1144px;
    background-color: #EEE;
    padding: 0;
}

.banner .bx-wrapper {
    margin-bottom: 0;
}

.banner .bxslider li {
    background-repeat: no-repeat;
    background-position: center top;
}

.banner .bxslider li a {
    display: block;
}

.banner .bxslider li img {
    width: 100%;
    display: none;
}

.banner .bx-wrapper .bx-viewport {
    background: none;
    border: none;
    box-shadow: none;
    left: 0;
}

.banner .bx-wrapper .bx-pager.bx-default-pager {
    text-align: right;
    padding: 0 15px;
    bottom: 2px;
    z-index: 60;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-align: left;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #1EB5BE;
}

/********************* Footer *********************/
.footer .gotop {
    position: fixed;
    top: 60%;
    right: -100px;
    z-index: 999;
    transition: all 0.5s;
}
    .footer .gotop.gotop2 {
        right: 0;
    }
    .footer .gotop a {
        text-indent: -9999px;
        display: table;
           width:79px;
           height:82px;
        background: url(../images/all/top.png)no-repeat;
   
    }
        .footer .gotop a:hover{
            opacity:0.7;
        }
        .footer .fot_mid .siteinfo ul {
            line-height: 26px;
            text-align: left;
        }
		 .footer .fot_mid .siteinfo ul li span{
			     padding-left: 13px;
    padding-right: 5px;
			 }
    .footer .fot_mid .siteinfo ul li {
        display: block;
        font-size: 16px;
        color: #000;
        font-family: 'Noto Sans TC', sans-serif;
    }
    .footer .fot_mid .siteinfo ul li label {
        color: #666666;
        padding-right: 11px;
        font-weight: 400;
   
    }
    .footer .fot_mid .siteinfo ul li a {
        color: #000;
    }
    .footer .fot_mid .siteinfo {
        margin-left: 15px;
        margin-top: 10px;
    }
.footer .fot_mid .fot_log,
.footer .fot_mid .siteinfo {
    float: left;
}
.footer .fot_mid {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.footer {
    padding:  0;
    text-align: center;
}

/* sitemap */
.footer .sitemap ul li {
    color: #888;
    padding: 0;
}

.footer .sitemap ul li a {
    color: #888;
    padding: 10px;
}

    .footer .sitemap ul li a:hover {
        color: #009ee8;
    }

.footer_content {
    border-top: 15px solid #f2f2f2;
    padding: 50px 0;
}

/* siteinfo */
.footer .siteinfo ul > li {
    padding: 0;
}

.footer .siteinfo ul > li + li:before {

}

.footer .siteinfo .map {
    display: inline-block;
    background: url(../images/all/icon_map.png) no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    vertical-align: text-bottom;
    margin-right: 20px;
}

.footer .siteinfo .map:hover {
    position: relative;
    top: 2px;
}

.footer .copyright {
    text-align: left;
    margin-top: 30px;
    font-size: 14px;
}


.footer .powered {
    color: #9e9e9e;
    font-size: 12px;
    position: absolute;
    right: 15px;
    bottom: 9px;
}

.footer .powered a:hover {
    color: #666;
}
.footer .sitemap ul li a {
    font-size: 16px;
    color: #000;
    padding: 0 12px;
    font-family: 'Noto Sans TC', sans-serif;
}
.footer .sitemap{
    margin-right:-10px;
}
.footer .sitemap ul li {
    position: relative;
}
    .footer .sitemap ul li:before {
        content: " ";
        display: block;
        position: absolute;
        background-color: #bababa;
        width: 1px;
        height: 14px;
        right: -3px;
        top: 3px;
    }
    .footer .sitemap ul li:last-child:before{
        display:none;
    }
    /********************* floating *********************/
    #floating .btn-floating {
        width: 28px;
        height: 58px;
        background-color: #52CED5;
        display: none;
        margin: 1px;
        padding: 10px 3px;
        position: absolute;
        left: -30px;
    }

#floating .btn-floating .icon-arrow {
    width: 32px;
    height: 40px;
    background: url(../images/all/arrow.png) no-repeat;
    display: block;
}

#floating.open .btn-floating .icon-arrow {
    background-position: 0 -40px;
}

#floating ul {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
}

    #floating ul li {
        padding: 10px 0;
       
    }

#floating ul li + li {
    border-top: 1px solid #E7E7E7;
}

#floating ul li a {
    width: 56px;
    height: 60px;
    background: url(../images/all/floating_icon.png) no-repeat;
    background-position-x: 0;
    font-size: 10px;
    color: #bbb;
    text-align: center;
    display: block;
    padding: 40px 0 0;
    position: relative;
}

#floating ul li.b1 a {
    background-position-y: 0;
}

#floating ul li.b2 a {
    background-position-y: -80px;
}

#floating ul li.b3 a {
    background-position-y: -160px;
}

#floating ul li a:hover {
    color: #333;
    background-position-x: -56px;
}


#floating ul li a .num {
    min-width: 20px;
    height: 20px;
    background-color: #EB0F0F;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 0;
}

/********************* Main *********************/
.main {
    z-index: 10;
}

.main_content {
    min-height: 600px;
    padding: 30px 0 60px;
}
.main ol.breadcrumb {
    margin: 15px 0 0;
    padding-left: 0;
}
/*----------------------- side -----------------------*/


.main_content .side1 {
    padding-right: 7%;
}

.side1 .prdo_si .SlideMenu {
    border-bottom: 1px solid #e0e0e0;
    padding: 17px 0;
}
    .side1 .prdo_si .SlideMenu:last-child{
        border-bottom:none;
    }
.product.activity_x    .prdo_si   .SlideMenu  a {
    display: block;
    position: relative;
    font-size: 18px;
    color: #1f1d20;
    font-weight: 600;
}
    .product.activity_x .prdo_si .SlideMenu a:hover{
        color:#009ee8;
    }
    .prdo_si .Slide_btn {
        display: block;
        position: relative;
        font-size: 18px;
        color: #1f1d20;
        font-weight: 600;
    }
    .product.show .prsho_right .size_a ul li.active a{
        border:1px solid #000;
    }
 .prdo_si .Slide_btn:before,
 .product.show .act_xs a.discount_btn:before,
 .product.show .act_xs a.size_btn:before {
    content: " ";
    display: block;
    position: absolute;
    background: url(../images/all/arrow_x.svg)no-repeat;
    width: 13px;
    height: 8px;
    right: 10px;
    top: 8px;
    transition: all 0.5s;
} .product.show .act_xs a.discount_btn:before,
.product.show .act_xs a.size_btn:before {
    content: " ";
    background: unset;
}
 .prdo_si .Slide_btn.active:before,
 .product.show .act_xs a.discount_btn.active:before,
 .product.show .act_xs a.size_btn.active:before {
    -moz-transform: rotate(3.14159rad);
    -webkit-transform: rotate(3.14159rad);
    -o-transform: rotate(3.14159rad);
    -ms-transform: rotate(3.14159rad);
    transform: rotate(3.14159rad);
}
.side1 .prdo_si h2.ssx_h {
    font-size: 24px;
    color: #1f1d20;
    font-family: 'Noto Sans TC', sans-serif;
    margin-top: 0;
    border-bottom: 4px solid #000;
    padding-bottom: 10px;
    font-weight: 900;
}
.side .side-toggle {
    font-size: 15px;
    color: #23989f;
    text-align: center;
    line-height: 28px;
    margin-top: 0px;
}

.side .nav > li + li {
 
}

.side .nav > li a {
    color: #595959;
    line-height: 20px;
    display: block;
    padding: 5px 10px 5px 0;
    font-size: 16px;
}
.side .nav{
    padding-top:5px;
}
.side .nav > li.active a {
    color: #009ee7;
}

    .side .nav > li a:hover,
    .side .nav > li a:focus,
    .side .nav > li.active a {
        color: #009ee7;
        background: unset;
    }

.side .nav > li > ul {
    padding-left: 20px;
    list-style-type: none;
}

.side .nav > li > ul > li > a,
.side .nav > li > ul > li > a:hover {
    background: url(../images/all/list_icon2.png) no-repeat 0 6px;
    padding: 6px 10px 6px 20px;
}

.side .nav > li > ul > li > ul {
    margin-left: 18px;
    list-style-type: none;
}

.side .nav > li > ul > li > ul > li > a,
.side .nav > li > ul > li > ul > li > a:hover {
    background: url(../images/all/list_icon3.png) no-repeat 0 6px;
    padding: 6px 10px 6px 20px;
}

/*----------------------- Content -----------------------*/
.content > h1 {
    font-family: 'Noto Sans TC', sans-serif;
    color: #000;
    padding-bottom: 10px;
    font-size: 32px;
    margin-bottom: 40px;
    border-bottom: 1px solid #000;
    text-align: left;
    margin-top: 0;
}
/* breadcrumb */
.content .breadcrumb {
    background: none;
    margin: 0;
    font-size: 13px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.content .breadcrumb > li + li:before {
    content: "＞";
}

/* btn-more */
.content .btn-more {
    position: absolute;
    right: 15px;
    top: 30px;
    display: block;
    width: 52px;
    height: 24px;
    background: url(../images/all/btn_more.png) no-repeat;
    text-indent: -9999px;
}

.content .btn-more:hover {
    background-position: 0 -24px;
}

/* list-box */
.content .list-box .txt-list {
    margin-bottom: 60px;
}

.content .list-box .txt-list li {
    background: url(../images/all/icon_list.png) no-repeat 8px 12px;
    border-bottom: 1px dotted #ccc;
    padding-left: 30px;
}

.content .list-box .txt-list li:nth-child(2n+1) {
    background-color: rgba(240,240,240,0.3);
}

.content .list-box .txt-list li a {
    line-height: 28px;
    display: block;
    padding: 10px 0;
}

.content .list-box .txt-list li a:hover,
.content .list-box .txt-list li a:focus {
    color: #36B9C0;
}

.content .list-box .txt-list li span {
    font-size: 13px;
    color: #aaa;
    line-height: 20px;
    display: inline-block;
    float: right;
    padding: 3px 20px;
}

.content .list-box .txt-list li span.news-title {
    width: 78%;
    color: #848275;
    float: left;
}

.content .list-box .txt-list li.list-header {
    background: none;
    border-bottom: 1px solid #ACE7EB;
    padding-left: 40px;
    padding-right: 15px;
}

.content .list-box .txt-list li.list-header a,
.content .list-box .txt-list li.list-header a span {
    font-size: 18px;
    color: #36B9C0;
}

.content .list-box .txt-list li.list-header a span {
    padding-right: 24px;
}

/* btn-box */
.main_content .back_bo a {
    display: table;
    padding: 15px 45px;
    border: 1px solid #666;
    margin: 0 auto;
    color: #fff;
    letter-spacing: 1px;
    background-color: #3f3f3f;
}
    .main_content .back_bo a:hover {
        background-color: #009ee8;
        color: #fff;
        border: 1px solid #009ee8;
    }
    .content .btn-box {
        margin: 0 0;
        padding-top: 15px;
        clear: both;
        padding-bottom: 0;
    }

.content .btn-box:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

    .content .btn-box .pager {
        text-align: center;
        display: table;
        margin: 0 auto;
    }

.content .btn-box .pager li {
    margin: 0 5px;
}
    .content .btn-box .pager li > a.prev {
        background: url(../images/product/arrow_left.svg)no-repeat;
        width: 9px;
        height: 11px;
        padding: 0;
    }
    .content .btn-box .pager li > a.next {
        background: url(../images/product/arrow_right.svg)no-repeat;
        width: 9px;
        height: 11px;
        padding: 0;
    }
        .content .btn-box .pager li > a.prev:hover,
        .content .btn-box .pager li > a.next:hover {
            background-color: unset;
            opacity: 0.5;
        }

        .content .btn-box .pager li > a {
            color: #000;
            font-size: 16px;
            padding: 5px 13px;
            border: none;
            border-radius: 50%;
        }
        .content .btn-box .pager li > a.active {
            color: #ed171f;
        }
        .content .btn-box .pager li > a:hover {
            color: #fff;
            background-color: #ed171f;
        }

.content .btn-box .pager li > a .icon {
    display: none;
}

.content .btn-box .page-info {
    color: #888;
    float: right;
    text-align: center;
    margin: 0 5px;
}

.content .btn-box .page-info select {
    min-width: 60px;
    border: 1px solid #DFDFDF;
    margin-right: 10px;
}




/*----------------------------------------- 退貨查看 member return --------------------------------------*/
.member.p02 .add_x{
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.member.p02 .add_x select{
    border-color: #ccc;
}
.member.return2   .main_content table tr td:nth-child(5) {
    width:10%;
}
.member.return .main_content h4.rea_urn {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin: 0 0 20px;
}
.member.return .cxc_mid {
    display: flex;
    justify-content:space-between;
    margin-bottom:50px;
}
    .member.return .cxc_mid .cxc_left {
        width: 49%;
        background-color: #f8f8f8;
        border: 1px solid #e0e0e0;
        padding-bottom: 20px;
    }

        .member.return .cxc_mid .cxc_left p {
            margin-bottom: 0;
            padding: 0 30px;
            font-size:16px;
        }
            .member.return .cxc_mid .cxc_left p.applic_t {
                text-align: center;
                color: #fff;
                font-size: 18px;
                margin-bottom: 10px;
                display: table;
                margin: 0 auto 20px;
                padding: 4px 15px;
                background-color: #ed171f;
            }

.member.return .main_content a.light_w {
    background-color: #009ee7;
    transition: all 0.5s;
}
.member.return .main_content a.light_w:hover {
    background-color: #333;
}




        /*----------------------------------------- 會員交易紀錄詳細頁 member p04 --------------------------------------*/
        /*----------------------------------------- 會員交易紀錄 member p03 --------------------------------------*/
        .member.p03 .main_content table tr:nth-child(2n),
        .member.dividend .main_content table tr:nth-child(2n) {
            background-color: #f8f8f8;
        }
.member.p03 .main_content table tr td:last-child a {
    background: url(../images/member/message.svg)no-repeat center;
    width: 26px;
    height: 25px;
    display: block;
    margin: 0 auto;
}
.member.p03 .main_content table tr td:first-child a {
    background: url(../images/member/search.svg)no-repeat center;
    width: 26px;
    height: 25px;
    display: block;
    margin: 0 auto;
}

.member.p03 .main_content table tr th,
.member.dividend   .main_content table tr th {
    text-align: center;
    padding: 10px;
    background-color: #50a5cd;
    color: #fff;
}
.member.p03 .main_content table tr td span{
    display:block;
    color:#ed171f;
}
/*----------------------------------------- 修改會員資料 member p02 --------------------------------------*/
.member .main_content select {
    height: 40px;
    border-radius: 0;
    position: relative;
}
.member.p02 .member_sign    .add_er {
    margin-top:10px;
}
.member.p02 .member_sign  a.situation {
    background-color: #515151;
    color: #fff;
    padding: 10px;
    vertical-align: middle;
    display: table;
}
    .member.p02 .member_sign a.situation:hover{
        background-color:#009ee7;
    }

    .member.p02 .member_sign {
        width: 70%;
    }
    .member.p02 .member_sign .coach_fixed {
        padding-top: 8px;
        
    }
    /*----------------------------------------- 會員專區 member p01 --------------------------------------*/
    .main_content .sider_meb .pdd_a {
        display: inline-block;
    }
.main_content .sider_meb .pdd_a a {
    display: inline-block;
    margin: 0 5px;
    color: #fff;
    padding: 10px 50px;
    font-size: 16px;
    letter-spacing: 1px;
    background-color: #525252;
}
.member.p01 .main_content .sider_meb .pdd_a:nth-child(1) a {
    background-color: #009ee8;
}
.member.p02  .main_content .sider_meb .pdd_a:nth-child(2) a {
    background-color: #009ee8;
}
.member.p03 .main_content .sider_meb .pdd_a:nth-child(3) a {
    background-color: #009ee8;
}
.member.p03.dividend .main_content .sider_meb .pdd_a:nth-child(3) a {
    background-color: #525252;
}
    .member.p03.dividend .main_content .sider_meb .pdd_a:nth-child(3) a:hover {
        background-color: #009ee8;
    }

.member.dividend .main_content .sider_meb .pdd_a:nth-child(4) a {
    background-color: #009ee8;
}
    .main_content .sider_meb .pdd_a a:hover {
        background-color: #009ee8;
    }
    .main_content .sider_meb {
        display: table;
        margin: 0 auto 30px;
    }
.member.p01  .member_sign {
    width: 80%;
   
}
.member.p01 .management {
    display: flex;
    justify-content: space-between;
}
    .member.p01 .management  .management_mid{
        width:30%;
        position:relative;
    }
        .member.p01 .management .management_mid + .management_mid {
            border-left: 1px solid #858585;
        }

        .member.p01 .management .management_mid h4 {
            text-align: center;
            color: #000;
            font-family: 'Noto Sans TC', sans-serif;
            font-weight: 400;
            letter-spacing: 1px;
            font-size: 24px;
        }
        .member.p01 .management .management_mid p {
            text-align: center;
            font-size: 16px;
            margin-bottom: 0;
            margin-top: 20px;
        }
            .member.p01 .management .management_mid p span{
                display:block;
            }
        .member.p01 .management .management_mid a:hover h4,
        .member.p01 .management .management_mid a:hover p{
            color: #009ee8;
        }
        .member.p01 .member_sign .welcome_login p {
            text-align: center;
            color: #000;
            font-size: 18px;
            margin-bottom: 40px;
        }

/*----------------------------------------- 會員註冊 member registered --------------------------------------*/
.member.registered_p01 .main_content {
    min-height: 500px;
}
.member.registered .main_content p,
.member.inquire .main_content    p {
    text-align: center;
    color: #000;
    font-size: 18px;
}
    .member.registered p span,
    .member.inquire p span {
        display: block;
    }
.member.registered_p01 .member_sign   .fill_in h4 {
    margin-bottom: 30px;
}

.member.registered .fsxa_x input,
.member.p02 .fsxa_x input {
    height: auto;
}
.member   .member_sign {
    border: 2px solid #009ee7;
    background-color: #fff;
    padding: 50px;
    width: 50%;
    margin: 0 auto;
}

.member.registered .member_sign h4,
.member.p02 .member_sign h4 {
    text-align: center;
    font-family: 'Noto Sans TC', sans-serif;
    margin-bottom: 20px;
}
.member .personal_information {
    border-top: 1px solid #b2b2b2;
    margin-top: 40px;
    padding-top: 40px;
    margin-bottom: 40px;
}
.member .account {
    border-top: 1px solid #b2b2b2;
    margin-top: 40px;
    padding-top: 40px;
    margin-bottom: 40px;
}
.member .login_btn {
    display: flex;
}
.member .login_btn .fb_btn{
	display:none;
	}
.member .login_btn .google_btn {
    display: flex;
    align-items: center;
    margin-right:20px;
}
.member .login_btn .google_btn img,
.member .login_btn .fb_btn img {
    margin-right: 10px;
}
.member .login_btn .google_btn .btn,
.member .login_btn .fb_btn .btn {
    color: #009ee8;
    padding:0;
    transition:all 0.3s ease;
}
.member .login_btn .google_btn .btn:hover,
.member .login_btn .fb_btn .btn:hover {
    color: #525252;
}
.member .login_btn .google_btn .txt,
.member .login_btn .fb_btn .txt {
    margin-bottom: 0;
    font-weight: bold;
    margin-right:5px;
}
/*----------------------------------------- 會員條款 member terms --------------------------------------*/
.member.terms .member_sign {
    border: none;
    background-color: #fff;
    padding: 0;
    width: auto;
    margin: 0 auto;
}
.fklfi {
    height: 600px;
    padding: 50px 30px;
    max-width: 1000px;
    margin: 0 auto;
    background-color: #f7f7f7;
    border: 1px solid #cacaca;
}

.member.terms ul li b {
    margin-bottom: 5px;
    display: block;
}

.member.terms .fklfi ul .d1 {
    margin-bottom: 30px;
    line-height: 38px;
    font-size: 18px;
}

.member.terms .coach_area ul {
    margin-left: 0px;
}


.member.terms .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #515151;
}

.member.terms .checkbox {
    text-align: center;
    margin: 20px 0 10px;
}
.member   .member_sign ul li a {
    padding: 10px 60px;
    color: #fff;
    transition: all 0.5s;
}
.member  .member_sign ul li:nth-child(1) a {
    background-color: #009ee7;
}
    .member  .member_sign ul li:nth-child(1) a:hover {
        background-color: #333;
    }
.member  .member_sign ul li:nth-child(2) a {
    background-color: #333;
 
}

    .member   .member_sign ul li:nth-child(2) a:hover {
        background-color: #009ee7;
    }

.member .member_sign ul.agree {
    margin: 39px auto 0;
    display: table;
}

.member.terms .member_sign ul li a {
    margin-left: 0;
    margin-right: 0;
}
.member .main_content .member_sign   h3 {
    color: #000;

}
.member.terms   .main_content .member_sign input {
    height: unset;
}



/*----------------------------------------- 會員登入 index  --------------------------------------*/
.member.member_bg .main_content {
    background: url(../images/member/me_bg.jpg) center;
    margin-top: 10px;
}
.member .me_mid ul {
    display: table;
    margin: 0 auto 30px;
}
.member .me_mid ul li {
    display: inline-block;
}
    .member .me_mid ul li a {
        display: inline-block;
        margin: 0 5px;
        color: #fff;
        padding: 10px 70px;
        border: 1px solid rgb(255 255 255 / 0.4);
        font-size: 16px;
        letter-spacing: 1px;
    }
        .member .me_mid ul li a:hover{
            background-color:#009ee8;
        }
.member.member_bg   .main_content h3 {
    color: #fff;
}
.member    .main_content h3 {
    font-family: 'Noto Sans TC', sans-serif;
    color: #000;
    padding-bottom: 10px;
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
}
.member .me_mid   .me_right {
    border: 2px solid #009ee7;
    background-color: #fff;
    padding: 70px;
    width: 50%;
    margin: 0 auto;
}
.member .me_mid  .me_right .login_btnitem{
    text-align: center;
}
.member .me_mid  .me_right .login_btnitem .loginBtn{
    position: relative;
    margin: 5px;
    display: inline-block;
    padding-right: 15px;
    padding-left:45px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 5px;
    font-size: 16px;
    color: #FFF;
    min-width: 170px;
}
.member .me_mid  .me_right .login_btnitem .loginBtn--facebook{
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    text-shadow: 0 -1px 0 #354c8c;
	display: none;
}
.member .me_mid  .me_right .login_btnitem .loginBtn--google{
    background-color: #ffffff;
    /* background-image: linear-gradient(-45deg,#eb4132,#fbbd01,#30a952,#4086f4); */
    border: 1px solid #9d9a9a;
    color: #000000;
}
.member .me_mid  .me_right .login_btnitem .loginBtn--facebook::before,
.member .me_mid  .me_right .login_btnitem .loginBtn--google::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 100%;   
}
.member .me_mid  .me_right .login_btnitem .loginBtn--facebook::before{
     border-right: #364e92 1px solid;
    background: url(../../images/member/icon_facebook.png) 6px 6px no-repeat;
}
.member .me_mid  .me_right .login_btnitem .loginBtn--google::before{  
    border-right: #ffffff 1px solid;
    background: url(../../images/member/icon_google.png) 6px 6px no-repeat;
}
.member .me_mid  p {
    font-size: 16px;
}
.member .main_content     a.light_w {
    background-color: #333;
    color: #fff;
    display: table;
    margin: 0 auto;
    padding: 10px 30px;
}

    .member .main_content   a.light_w:hover {
        background-color: #009ee7;
    }

    .member .me_mid .me_right label {
        text-align: right;
        padding-top: 5px;
  
    }
 
        .member .me_mid .me_right a img{
            margin:0 auto 0 0;
        }
.member .main_content   input {
    height: 40px;
    border-radius: 0;
    position:relative;
}
.member .me_mid .me_right .gxls_p {
    position: relative;
    overflow: hidden;
}
.member .me_mid .me_right .psd {
    background: url(../images/member/icon_member3.svg)no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
}
.member .me_mid .me_right .thr {
    background: url(../images/member/icon_security.svg)no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
}

/*----------------------------------------- 訂單 確認訂購資料 p04  --------------------------------------*/
.member.p04 .detail_mid .detail_one p span {
    display: block;
}
.member.p04 .main_content .succ_ess .detail_mid .detail_one {
    margin-bottom: 10px;
}
.member.p04 .main_content .succ_ess .detail_mid .detail_one,
.member.p04 .main_content .succ_ess .detail_mid .detail_one:nth-child(4) {
    width: 24%;
}
.member.p04 .succ_ess .detail_mid {
    flex-wrap: wrap;
}
.member.p04 .main_content .succ_ess .detail_mid .detail_one:first-child {
    margin-left: 10px;
}
.member.p04 .main_content .succ_ess .detail_mid .detail_one:last-child {
    width: 99%;
    margin: 0 14px;
}
.member.p04 .main_content table tr th {
    vertical-align: middle;
}
   
    .member.p04 .main_content table tr th a {
        display: block;
        color: #fff;
        text-decoration: underline;
    }
        .member.p04 .main_content table tr th a:last-child {
            color: #b5deff;
            padding-top: 3px;
            text-decoration: unset;
        }

    .member.p04 .main_content table tr th   input {
        height: 20px;
        margin-left:3px;
  
    }
    .member.p04 .main_content table tr th a:hover{
        color:#009ee7;
    }
    .member.p04 .main_content table tr td:last-child a {
        background: unset;
        width: unset;
        height: unset;
        color: #ed171f;
    }
.member.p04 .main_content table tr td:last-child a:hover {
    color: #009ee7;
}

.member.p04 .main_content   .succ_ess .detail_mid {
    margin: 20px 0 60px;
}
.member.p04 .main_content .consu_ma {
    margin: 60px 0;
}

.member.p04 .main_content .consu_ma table tr td {
    width: 25% !important;
    text-align: center;
}
.member.p04 .main_content .mess_x   table tr td:last-child {
    text-align: left;
}

    .member.p04 .main_content .mess_x table tr td a:hover img {
        opacity: 0.7;
    }
.member.p04 .main_content .mess_x   table tr td:nth-child(4) {
    width: 10%;
    text-align: center;
}

.member.p04 .main_content .age a.light {
    background-color: #009ee7;
    color: #fff;
    display: table;
    padding: 10px 20px;
}
    .member.p04 .main_content .age a.light:hover {
        background-color: #333;

    }
.member.p04 .main_content .age{
    margin:60px 0;
}
.member.return .t_reason{
    margin:60px 0;
}
.member.return .t_reason  textarea{
    min-height:200px;
}
/*----------------------------------------- 訂單 確認訂購資料 p02  --------------------------------------*/
.member.p02 .succ_ess {
    margin-bottom: 40px;
}
.order.p02 .succ_ess h3 {
    text-align: center;
    color: #000;
    padding: 0 12px;
    font-family: 'Noto Sans TC', sans-serif;
    margin: 0 0 20px;
}
.order.p02 .succ_ess ul{
    display:table;
    margin:0 auto;
}
    .order.p02 .succ_ess ul li {
        display: inline-block;
        padding: 0 20px;
        font-size: 20px;
        color: #000;
    }
    .order.p02 .succ_ess .detail_mid {
        justify-content: center;
        display: flex;
        margin: 20px 0 0;
    }
        .order.p02 .succ_ess .detail_mid .detail_one {
            width: 10%;
            margin: 0 5px;
            text-align: center;
            background-color: #fff;
            border: 1px solid #c9c9c9;
            padding-bottom: 15px;
        }
            .order.p02 .succ_ess .detail_mid .detail_one:nth-child(4) {
                width: 20%;
              
            }
            .order.p02 .succ_ess .detail_mid .detail_one:first-child {
                margin-left: 0;
            }
            .order.p02 .succ_ess .detail_mid .detail_one:last-child {
                width: 30%;
                margin-right: 0;
            }
            .order.p02 .succ_ess .detail_mid .detail_one h4 {
                background-color: #009ee8;
                color: #fff;
                margin: 0 0 15px;
                padding: 10px;
            }
            .order.p02 .succ_ess .detail_mid .detail_one p {
                margin-bottom: 0;
                font-size: 16px;
                padding: 0 10px;
            }
        .order.p02 .succ_ess .detail_mid .detail_one:last-child p {
            display: inline-block;
        }


/*----------------------------------------- 訂單 填寫資料 p01  --------------------------------------*/
.order.p01 .main_content .tb-styleB {
    margin-bottom: 50px;
}
.order.p01 .specification_w .payment_g h4 {
    text-align: left;
    font-size: 16px;
}
.order.p01 .specification_w .payment_g {
    width: 80%;
    padding: 0 10px;
    margin: 0 auto;
}
.order.p01 .specification_w .remarks {
    margin-bottom: 40px;
    width: 80%;
    margin: 30px auto 50px;
    padding: 0 10px;
}
    .order.p01 .specification_w .remarks h4 {
        text-align: left;
        font-size: 16px;
    }
.order.p01 .specification_w .tab-pane .kxx_s.kxx_3 .editor_w {
    width: 80%;
    padding: 0 10px;
}
.order.p01 .specification_w .tab-pane .kxx_s.kxx_2 .editor_w {
    width: 40%;
    padding: 0 10px;
}

    .order.p01 .specification_w .tab-pane .kxx_s.kxx_2 .editor_w h4,
    .order.p01 .specification_w .tab-pane .kxx_s.kxx_3 .editor_w  h4{
        text-align: left;
        font-size: 16px;
    }
.order.p01 .specification_w .pers_onal a.common_d {
    background-color: #009ee8;
    color: #fff;
    padding: 9px;
    margin: 12px 0;
    display: table;
}
    .order.p01 .specification_w .pers_onal a.common_d:hover {
        background-color: #525252;
    }
    .order.p01 .specification_w .tab-pane .kxx_s .pers_onal {
        width: 80%;
        font-size: 16px;
        margin-bottom: 20px;
        padding: 0 10px;
    }
        .order.p01 .specification_w .tab-pane .kxx_s .pers_onal p {
            margin: 10px 0 0;
            color:#ed171f;
        }

    .order.p01 .specification_w .tab-pane .kxx_s {
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
    }
.order.p01 .specification_w h4 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #000;
}
.order.p01 .specification_w .nav-tabs {
    border-bottom: none;
    margin: 60px auto 30px;
    display: table;
}
    .order.p01 .specification_w .nav-tabs > li.active > a,
    .order.p01 .specification_w .nav-tabs > li.active > a:hover,
    .order.p01 .specification_w .nav-tabs > li.active > a:focus {
        color: #fff;
        cursor: default;
        background-color: #009ee8;
        border: none;
        border-bottom-color: unset;
        border-radius: 0;
        border: 1px solid #009ee8;
    }
    .order.p01 .specification_w .nav-tabs > li > a {
        margin-right: 2px;
        border: 1px solid #666;
        border-radius: 0;
        font-size: 18px;
        margin-right: 0;
        padding: 10px 50px;
        color: #000;
    }
.order.p01 .recei_mid {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;

}
.order.p01 .recei_right .te_ph input {
    width: 48%;
    display: inline-block;
}
.order.p01 .recei_left .same_member {
    position:absolute;
    right:0;
    top:0;
}
.order.p01 .recei_left,
.order.p01 .recei_right{
    width: 48%;
    position: relative;
}

.order.p01 .recipient_a .p_required {
    font-size: 16px;
    text-align: center;
    margin: 25px 0 15px;
    letter-spacing: 1px;
}
.order.p01 .recipient_a h3 {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin: 0 0 20px;
}
.order.p01 .receive_a {
    position: relative;
    margin-top: 30px;
}
    .order.p01 .receive_a .btn-membership {
        position: absolute;
        top: -8px;
        right: 0;
        background-color: #009fe8;
        color: #fff;
        padding: 5px 8px;
        font-size: 14px;
    }
        .order.p01 .receive_a .btn-membership:hover {
            background-color: #8f8f8f;
        }
        .order .djf_weleft {
            width: 35%;
        }
.order .dkf_right .djf_weleft   ul {
    text-align: left;
}
.order .djf_werig p {
    margin-bottom: 0;
    color: #000;
    font-size:16px;
}
    .order .djf_werig p.fgx_v {
        color: #ed171f;
        border-bottom:1px dashed #666;
    }
.order .djf_werig h4.gxl_s {
    font-weight: bold;
    color: #000;
    padding: 10px 0 2px;
}
.order .djf_werig input.eiffo_b {
    margin-bottom: 10px;
}
.order .djf_werig p span {
    color: #ed171f;
}
.order .djf_wemid {
    width: 35%;
    position: relative;
}


    
.order .dkf_right    .djf_wemid ul li:nth-child(2) {
    font-size: 16px;
}
.order .dkf_right .djf_wemid ul{
    text-align:right;
}

.order .main_content input {
    border-radius: 0;
    height: 40px;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 2px;
}
.order .main_content .add_df span {
    margin-left: 5px;
}

.order .main_content input.zip-code {
    width: 90px;
}
    .order .main_content select {
        width: 100%;
        height: 40px;
        border-radius: 0;
        border: 1px solid #ccc;
    }
.order.p01 .main_content .add_df {
    margin-top: 13px;
}
.order.p01 .main_content .add_x {
    display: inline-block;
}
.order.p01 .fancybox-overlay .fancybox-wrap {
    border: 5px solid #009ee8;
}



.order.p01 #membership,
.order.p01 #serviceship {
    max-width: 700px;
    display: none;
}
.order.p01 .djf_wemid .x_instructions p {
    padding-top: 18px;
}
.order.p01 #membership h4 {
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #333;
    padding-bottom: 7px;
    margin-bottom: 5px;
}
.order.p01 #membership ul {
    min-width: 400px;
}
    .order.p01 #membership ul li {
        padding: 13px 0;
        border-bottom: 1px dashed#bfbfbf;
        position: relative;
    }
    .order.p01 #membership ul li:last-child{
        border-bottom:none;
    }
    .order.p01 #membership ul li a {
        display: block;
        padding: 0;
        color: #000;
        font-size: 16px;
    }
        .order.p01 #membership ul li a:hover {
            color: #009ee8;
            background-color: unset;
        }
        .order.p01 #membership ul li a.deld_d {
            position: absolute;
            right: 0;
            top: 10px;
            background: url(../images/order/delete.svg)no-repeat left center;
            text-indent: -9999px;
            width:26px;
            height:25px;
        }
            .order.p01 #membership ul li a.deld_d:hover{
                opacity:0.5;
            }

.order.p01 .main_content .dkf_dividend    {
    display: flex;
    justify-content: space-between;
}
    .order.p01 .main_content .dkf_right  .djf_weleft ul li{
        display:inline-block;
        margin-right:20px;
        
    }
.order.p01 .dkf_right .djf_weleft  ul li:nth-child(2) {
    font-size: 16px;
}
.order.p01 .dkf_right .h4 {
    display: block;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #393939;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
/*----------------------------------------- 訂單 order index --------------------------------------*/
.main_content h1.ti_h1 {
    font-size: 24px;
    color: #1f1d20;
    font-family: 'Noto Sans TC', sans-serif;
    margin-top: 0;
    border-bottom: 4px solid #000;
    padding-bottom: 10px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 50px;
}
.order .main_content table tr th {
    text-align: center;
    padding: 10px;
    background-color: #525252;
    color: #fff;
}

.order .main_content table tr td,
.member.p03 .main_content table tr td,
.member.dividend   .main_content table tr td {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 20px 10px;
}
    .order .main_content table tr td span,
    .member.p03 .main_content table tr td span,
    .member.dividend .main_content table tr td span,
    .order .main_content table tr .rtnChkAll {
        display: block;
    }
    
    .order .main_content table tr .rtnChkAll {
        margin-top: 5px;
    }
    .order .main_content table tr td:nth-child(1) {
        width: 6%;
    }
    .order .main_content table tr td:nth-child(2) {
        width: 10%;
    }
    .order .main_content table tr td:nth-child(3) {
        width: 20%;
    }
    .order .main_content table tr td:nth-child(4) {
        width: 30%;
        text-align: left;
    }
    .order .main_content table tr td:nth-child(6) {
        width: 10%;
    }
    .order .main_content table tr td:nth-child(7){
        width: 7%;
    }
        .order .main_content table tr td:nth-child(7) input
       {
            border-radius: 0;
        }

    .order .main_content table tr td:last-child a{
        background: url(../images/order/delete.svg)no-repeat center;
        width: 26px;
        height: 25px;
        display: block;
        margin: 0 auto;
    }
        .order .main_content table tr td:last-child a:hover,
        .member.p03 .main_content table tr td:last-child a:hover {
            opacity: 0.6;
        }
.order .main_content table td ul li a,
.member.p03    .main_content table td ul li a {
    padding: 0;
    color: #ed171f;
}
    .order .main_content table td ul li a:hover,
    .member.p03 .main_content table td ul li a:hover {
        background-color: unset;
        color:#009ee8;
    }
        .order .main_content table td  a:hover .pic img,
        .member.p03 .main_content table td u a:hover .pic img {
            opacity:0.7;
        }
        .order .main_content table td ul,
        .member.p03 .main_content table td ul {
            line-height: 28px;
        }
.order .dkf_right {
    background-color: #f8f8f8;
    padding: 20px 50px;
    border: 1px solid #e0e0e0;
}
    .order .dkf_right .djf_we {
        display: table;
        margin: 0 0 0 auto;
    }
    .order .dkf_right ul{
        text-align:right;
    }
    .order .dkf_right ul li {
        padding: 3px 0;
        font-size: 16px;
        color: #000;
        font-weight: bold;
    }
        .order .dkf_right ul li:nth-child(2),
        .order .dkf_right ul li.mon_s {
            font-size: 20px;
        }
    .order .dkf_right ul li:nth-child(2) span,
    .order .dkf_right ul li.mon_s   span {
        color: #ed171f;
    }
.order .u_tre{
    display:table;
    margin:30px auto 0;
  
}
.order .u_tre ul li {
    display: inline-block;
}
    /* .order .u_tre ul li:last-child a {
        background-color: #009ee8;
    } */
    .order .u_tre ul li a {
        background-color: #8f8f8f;
        color: #fff;
        padding: 10px 30px;
        margin: 0 5px;
    }
        .order .u_tre ul li a:hover{
            background-color:#009ee8;
        }
        .order .process_s {
            display: table;
            margin: 0 auto 50px;
        }
            .order .process_s ul li.active {
                color: #009ee7;
            }
            .order .process_s ul li {
                display: inline-block;
                padding: 0 60px;
                position: relative;
                font-size: 20px;
            }
        .order .process_s ul li + li:before {
            content: " ";
            display: block;
            position: absolute;
            background-color: #a8a8a8;
            width: 20%;
            height: 2px;
            left: -30px;
            top: 50%;
            transform: translateY(-50%);
        }
        .order .process_s ul li.active span {
            background-color: #009ee7;
            color: #fff;
            border-radius: 50%;
            padding: 10px 15px;
            text-align: center;
            border: 1px solid #009ee7;

        }


        .order .process_s ul li span {
            color: #000;
            border-radius: 50%;
            padding: 10px 15px;
            border: 1px solid #666;
            margin-right: 10px;
            font-size: 15px;
        }

     



    /*----------------------------------------- 產品詳細頁 product show --------------------------------------*/
    .product.show .prsho_right .buy-box ul li {
        display: inline-block;
        margin-right: 10px;
    }
        .product.show .prsho_right .buy-box ul li a {
            background-color: #009ee7;
            color: #fff;
            padding: 10px 20px;
        }
        .product.show .prsho_right .buy-box ul li a:hover {
        
            background-color: #333;
        }
    .product.show .prsho_right .buy-box ul li input {
        border-radius: 0;
        height: 41px;
        width: 100px;
    }
    .main_content .slick-initialized .slick-slide {
        outline: none;
    }
.product.show .prsho_mid {
    display: flex;
    justify-content:space-between;

}
.product.show .pic.jqzoom span{
    display: block !important;
}
    .product.show .prsho_mid .pic img{
        width: 100%;
    }
    .product.show .prsho_mid .prsho_left {
        width:50%;
    }
    .product.show .prsho_mid .prsho_right {
        width: 50%;
    }
    .product.show .prsho_mid .prsho_left {
        padding-right: 30px;
    }
    .product.show .prsho_mid .prsho_right .tit h2 {
        font-family: 'Noto Sans TC', sans-serif;
        color:#000;
        margin-top: 0;
    }
    .product.show .prsho_mid .prsho_right .tit h4 {
        font-size: 14px;
        color: #ff0000;
        margin-top: 0;
    }
        .product.show .prsho_mid .prsho_right .tit h4.rkf_x {
            display: block;
            position: relative;
            color: #000;
            font-weight: 500;
            font-size:18px;
        }
.product.show .act_xs {
    margin: 40px 0 20px;
}
    .product.show .act_xs a.Slide_btn,
    .product.show .act_xs a.discount_btn,
    .product.show .act_xs a.size_btn {
        border-bottom: 1px solid #d5d5d5;
        padding-bottom: 10px;
        display: block;
        position: relative;
        color: #000;
        font-weight: 500;
    }
    .product.show .act_xs ul {
        list-style: none;
        margin: 12px 0 20px;
    }
    .product.show .act_xs ul li a {
        padding: 5px 0;
        color:#000;
        font-size:16px;
    }
        .product.show .act_xs ul li a:hover {
            background-color: unset;
            color: #009ee7;
        }
        .product.show .act_xs ul.money_x {
            margin: 20px 0;
        }
.product.show .act_xs ul.money_x li {
    display: inline-block;
    font-size: 16px;
}
    .product.show .act_xs ul.money_x li:nth-child(1):before {
        content: " ";
        display: block;
        position: absolute;
        background-color: #ed171f;
        width: 100%;
        height: 1px;
        top: 50%;
        transform: translateY(-50%);
    }
    .product.show .act_xs ul.money_x li:nth-child(2) {
        color: #ed171f;
        padding-left: 20px;
        font-weight: bold;
        font-size: 20px;
    }
        .product.show .act_xs ul.money_x  li span {
            position: relative;
            color: #010101;
        }

.form-control:focus {
    box-shadow: none;
    border-color: unset;
}

body.product .content .product-list a .pic img{
    width: 100%;
}
/*----------------------------------------- FB展開 product show --------------------------------------*/
 .fancybox-overlay .fancybox-wrap {
    overflow: initial !important;
   
}
.product.show .lifb_a {
    display: block;
    margin-bottom: 25px;
}
    .product.show .lifb_a ul{
        position:relative;
        padding:0;
    }
        .product.show .lifb_a ul li a {
            background-color: unset;
            width:100%;
        }
        .product.show .lifb_a ul li:hover {
            background-color: #009ee8;
        }
        .product.show .lifb_a ul li {
            position: relative;
            background-color: #cacaca;
            width: 50px;
            height: 50px;
            position: relative;
            display: flex;
            align-items: center;
        }

            .product.show .lifb_a ul li > ul {
                position: absolute;
                left: 0;
                top: 0;
                white-space: nowrap;
                display: block;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -ms-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
                z-index: -1;
            }

                .product.show .lifb_a ul li > ul li {
                    position: absolute;
                    display: inline-block;
                    vertical-align: middle;
                    left: 0;
                    -webkit-transition: all .2s ease-in-out;
                    -moz-transition: all .2s ease-in-out;
                    -ms-transition: all .2s ease-in-out;
                    -o-transition: all .2s ease-in-out;
                    transition: all .2s ease-in-out;
                }


.product.show .lifb_a   ul li.language_btn > ul li:nth-child(1) {
    background-color: #0175D8;
}
            .product.show .lifb_a    ul li.language_btn > ul li:nth-child(2) {
                background-color: #39AD00;
            }
            .product.show .lifb_a     ul li.language_btn > ul li:nth-child(3) {
                background-color: #f0f0f0;
            }
            .product.show .lifb_a    ul li.language_btn > ul li:hover {
                opacity: 0.7;
            }
            .product.show  .lifb_a     ul li.language_btn:hover > ul li {
                position: relative;
                right: auto;
                display: block;
                float: left;
                display: flex;
                align-items: center;
            }
            .product.show .lifb_a    ul li.language_btn:hover > ul {
                left: 100%;
                width: 150px;
                overflow: hidden;
                z-index: 10;
            }
.product.show  .prsho_right .size_a ul li{
    display:inline-block;
    margin-bottom: 5px;

}
    .product.show .prsho_right .size_a ul li a {
        background-color: #ebebeb;
        padding: 3px 16px;
    }
.product.show .introd_u{
    margin:80px 0;
}
    .product.show .introd_u h4 {
        border-bottom: 1px solid #666;
        font-family: 'Noto Sans TC', sans-serif;
        color: #000;
        padding-bottom: 10px;
        font-size: 24px;
        margin-bottom: 40px;


}
    .product.show .introd_u  .txt{
        margin-bottom:80px;
    }
    .product.show .introd_u .tit p {
        text-align: center;
        color: #010101;
        font-size: 18px;
        margin: 20px 0 0;
    }
    .product.show .introd_u a:hover .tit p{
        color:#009ee7;
    }
    .product.show .introd_u a {
        display: block;
        margin: 0 14px;
        position: relative;
    }
    .product.show .introd_u  a .pic{
        position:relative;
        overflow:hidden;
    }
    .product.show .introd_u a:hover .pic img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0.7;
    }
    .product.show .introd_u  .slider{
        margin-left:-14px;
        margin-right:-14px;
    }
    /*----------------------------------------- 產品 product --------------------------------------*/
.product.activity_x .threshold_s ul {
    line-height: 36px;
    margin-bottom: 20px;
    border-bottom: 1px solid #616161;
    padding-bottom: 10px;
}
    .product.activity_x .threshold_s ul li {
        font-size: 24px;
        font-family: 'Noto Sans TC', sans-serif;
        color: #000;
        font-weight: bold;
    }
        .product.activity_x .threshold_s ul li span{
            color:#ed171f;
        }

        .product .twss_x > a .pic {
            position: relative;
            overflow: hidden;
        }
.product .twss_x > a:hover .pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.7;
}
.product .product-list .tit {
    margin: 30px 0 60px;
}
.product .product-list .tit ul.color_s {
    text-align: center;
    margin: 20px 0;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
    .product .tit ul.color_s li {
        display: inline-block;
     
    }
        .product      .tit ul.color_s li a.active {
            border: 1px solid #afafaf ;
          
        }
        .product    .tit ul.color_s li a {
            display: inline-block;
            padding: 4px;
            margin: 0 3px;
            border: 1px solid #fff;
        }
    .product .product-list .tit h4 {
        text-align: center;
        color: #010101;
        font-size: 18px;
    }
.product .product-list ul.money_x {
    text-align: center;
}
.product .product-list ul.money_x li:nth-child(1):before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #ed171f;
    width: 100%;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
}
    .product .product-list ul.money_x li:nth-child(2) {
        color: #ed171f;
        padding-left: 20px;
        font-weight: bold;
    }
.product .product-list ul.money_x li span {
    position: relative;
    color: #010101;
}
.product .product-list ul.money_x li {
    display: inline-block;
    font-size: 16px;
}
.product .pr_order {
    margin: 0 0 0 auto;
    display: table;
}
    .product .pr_order ul li {
        display: inline-block;
        vertical-align: middle;
        margin:0 3px;
    }
    .product .pr_order ul li a {
        border: 1px solid #c9c9c9;
        padding: 5px 18px;
    }
        .product .pr_order ul li a:hover {
            background-color: #009ee7;
            color: #fff;
        }
        .product .pr_order ul li select {
            padding: 5px 8px;
            border: 1px solid #c9c9c9;
        }
.product .pr_gary {
    background-color: #f5f5f5;
    margin: 20px 0 30px;
}
.product .pr_gary ul li {
    display: inline-block;
 
}
    .product .pr_gary ul li a {
        color: #1f1d20;
        font-size: 16px;
        padding: 17px 20px;
    }
        .product .pr_gary ul li a:hover {
            background-color: #009ee7;
            color:#fff;
        }

/*----------------------------------------- HODARLA 的誕生 about --------------------------------------*/

.ab_born .bo_dream h4 {
    text-align: left;
    font-weight: bold;
    font-size: 24px;
    display: table;
    padding: 10px;
}
.ab_born .bor_mid:after {
    content: " ";
    display: block;
    position: absolute;
    background-color: #009ee7;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    z-index: -1;
}
.ab_born .bor_mid .bor_left {
    width: 50%;
    padding: 40px;
    border: 5px solid #009ee7;
    background-color: #fff;
}
.ab_born .bor_mid {
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow:hidden;
}
.ab_born h3 {
    color: #000;
    font-weight: 400;
    font-size: 24px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 32px;
    font-weight: bold;
    line-height: 37px;
}


.ab_born p {
    font-size: 16px;
    line-height: 32px;
}
/*----------------------------------------- 關於我們沿革 about --------------------------------------*/
.about_p05 .s_tt p {
}
.about_p05 .s_tt h4 {
    font-weight: bold;
}
.about_p05 .s_tt h3 {
    font-weight: bold;
    background-color: #009ee7;
    display: table;
    margin: 0 auto 20px;
    color: #fff;
    padding: 10px 20px;
}
    .about_p05 .s_tt{
    text-align:center;
}
.about_p05 .wrapfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.about_p05    .timeline .timeline-data .timeline-text div {
    background-color: #fff;
    padding: 20px;
}

.about_p05 .timeline {
    position: relative;
}

    .about_p05 .timeline:before {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 1px;
        background-color: #303030;
        left: 50%;
        margin-left: -1.5px;
    }

    .about_p05 .timeline div[class*=timeline-data]:nth-of-type(odd) {
        width: calc(50% - 26px);
        margin: 5px 0;
        float: right;
        clear: both;
        margin-bottom: 53px;
    }

    .about_p05 .timeline div[class*=timeline-data]:nth-of-type(even) {
        width: calc(50% - 26px);
        margin: -20px 0;
        float: left;
        clear: both;
    }

    .about_p05 .timeline div[class*=timeline-data]:nth-of-type(odd) .years {
        /*background: #543928;*/
        text-align: left;
    }

    .about_p05 .timeline .years {
        display: block;
        font-size: 32px;
        font-weight: bold;
        clear: both;
        position: relative;
        /* background: #917a57; */
        padding: 10px 0px;
        color: #009ee7;
        margin: 5px 0 0;
        text-align: right;
        border-bottom: 1px dashed #3d3d3d;
    }

    .about_p05 .timeline div[class*=timeline-data]:nth-of-type(odd) .years:before {
        /*left: 0;
        margin-left: -20px;
        border-width: 7px 20px 7px 0px;
        border-color: transparent #543928  transparent transparent;*/
    }

.about_p05 .timeline-data .years:before {
    /*content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-right: -20px;
    margin-top: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 20px;
    border-color: transparent transparent transparent #917a57;*/
}

.about_p05 .timeline div[class*=timeline-data]:nth-of-type(odd) .years:after {
    left: 0;
    margin-left: -33px;
}

.about_p05 .timeline-data .years:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-right: -32px;
    margin-top: -5px;
    width: 12px;
    height: 12px;
    background-color: #009ee7;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.about_p05 p {
    font-size: 16px;
    margin-bottom: 0;
}







        /*----------------------------------------- 首頁 home --------------------------------------*/
        body.home .home_ba .slick-next {
            right: -25px;
            background: url(../images/all/arrow_right.svg)no-repeat;
            width: 29px;
            height: 65px;
            top: 50%;
            transform: translateY(-50%);
            z-index: 100;
        }
body.home .home_ba .slick-prev:before {
    display: none;
}
    body.home .home_ba .slick-next:before {
        display: none;
    }
body.home .home_ba .slick-prev {
    left: -25px;
    background: url(../images/all/arrow_left.svg)no-repeat;
    width: 29px;
    height: 65px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}
body.home .home_ba2 .ba_mid {
    display: flex;
    justify-content: space-between;
}
body.home .home_ba2 h3 {
    font-weight: bold;
    color: #000;
    font-size: 24px;
    margin-left: 14px;
    margin-bottom: 16px;
}
body.home .home_ba {
    margin-bottom: 60px;
}
    body.home .home_ba    .slider {
        margin-right: -15px;
        margin-left: -15px;
    }

body.home .home_ba .slider .slick-slide {
    outline: none;
}
body.home .home_ba .slider a {
    display: block;
    margin: 0 14px;
    position: relative;
   
}
    body.home .home_ba .slider a  .pic{
        position:relative;
        overflow:hidden;
    }
    body.home .home_ba .slider a:hover .pic img {
        opacity: 0.7;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    
    }
        body.home .home_ba .slider a img {
            width: 100%;
        }
body.home .main_content {
    min-height: 0;
    padding: 60px 0 0;
}

body.home .content > h2 {
    font-size: 20px;
    border-bottom: 1px solid #ACE7EB;
    color: #36B9C0;
    padding: 6px;
}

body.home .content .btn-more {
    top: 10px;
    right: 0;
}

/*----------------------------------------- wid --------------------------------------*/
.content .wid {
    position: relative;
    z-index: 10;
}
/* wid-home-news */
.content .wid-home-news {
    margin-left: 0;
}

.content .wid-home-news .txt-list {
    margin-bottom: 10px;
    margin-top: -10px;
}

.content .wid-home-news .txt-list li {
    padding-left: 14px;
    background-position: 0 4px;
    background-color: transparent;
}

.content .wid-home-news .txt-list li:last-child {
    border-bottom: 2px solid #ACE7EB;
}

.content .wid-home-news .txt-list li a {
    padding: 2px 0;
    font-size: 13px;
}

.content .wid-home-news .txt-list li a span {
    padding: 3px 0;
    font-size: 12px;
}

/* wid-home-product */
.content .wid-home-product .bxslider li a {
    border: 1px solid #ACE7EB;
    padding: 2px;
    display: block;
}

.content .wid-home-product .bxslider li a:hover {
    border-color: #36B9C0;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a {
    width: 24px;
    height: 40px;
    background: url(../images/home/arrow.png) no-repeat;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -24px;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a.bx-next {
    right: -24px;
    background-position: 0 -40px;
}

/* wid-home-contact */
.content .wid-home-contact ul li {
    color: #717171;
    padding-left: 20px;
    font-size: 12px;
    line-height: 1.8;
}

.content .wid-home-contact ul li.phone {
    font-size: 22px;
    color: #333;
    font-weight: bold;
}
