/* CSS Document */
@import url(font-awesome/css/font-awesome.min.css);

body {	-webkit-text-size-adjust:100%; margin:0; text-align:center; font-family:"微軟正黑體", Arial, sans-serif; font-size:15px; color:#434343;}
img {	border:0; }

/* Reset ================================================================================= */

a { text-decoration:none; 
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s; }
a:hover { text-decoration:none; }

* { margin:0; padding:0; list-style:none;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */}

.main-Box, .top-Box, .menu-Box, .banner-Box, .content-Box, .content2-Box, .footer-Box, .copyright-Box { max-width:1100px; margin:0 auto; text-align:left; position:relative; clear:both;}

.after-0:after { clear:both; display:block; content:""; height:0; text-indent:-99999px;}
.after-5:after { clear:both; display:block; content:""; height:5px; text-indent:-99999px;}
.after-10:after { clear:both; display:block; content:""; height:10px; text-indent:-99999px;}
.after-15:after { clear:both; display:block; content:""; height:15px; text-indent:-99999px;}
.after-20:after { clear:both; display:block; content:""; height:20px; text-indent:-99999px;}

.slider a:before { content:""; display:block; position:absolute; width:100%; height:100%; z-index:1;}

.banner { background:url(../images/banner-bg.jpg) no-repeat top center; min-height:160px; background-size:cover; padding:60px 0;}
.banner h1 { letter-spacing:1px; font-size:24px; color:#fff; line-height:120%; position:relative; padding-left:80px;}
.banner h1:before { position:absolute; display:block; height:28px; background:rgba(255,255,255,.4); width:100%; content:""; left:calc(-100% + 50px);}
.path-bg { background:#0064a8;}
.path li { float:left;}
.path li a { display:block; padding:15px; font-size:14px; color:#ffffff; font-weight:bold; line-height:100%;border-left:1px solid #1972af; }
.path li a:hover { color:#fff; background:#000;}
.main-content { padding:35px 0;}

.pro-list { display:flex; flex-direction:row; flex-wrap:wrap;}
.pro-list > div { margin:0 6px 13px 6px; padding:10px; border:1px solid #dbdbdb; width:calc(25% - 12px); text-align:center;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;}
.pro-list-title { display:flex; flex-direction:row; flex-wrap:no-wrap; align-items:center; justify-content:space-between; letter-spacing:1px;}
.pro-list-title > div:first-child { padding-right:5px; width:calc(100% - 35px); font-weight:bold; color:#434343; text-align:left;}
.pro-list-title > div:last-child { width:35px;}
.pro-list-link { width:35px; height:35px; border-radius:100%; color:#fff; background:#bbbbbb; text-align:center; padding-top:6px;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;}
.pro-list-link i { font-size:26px;}
.pro-list > div:hover { border-color:#0064a8; border-width:1px;}
.pro-list > div:hover .pro-list-link { background:#0064a8;}

aside { display:inline-block; vertical-align:top; width:250px; margin-top:50px; background:#58b2ef; padding:0 27px 0 13px;}
.side_classLink { position:relative; background:#0064a8; padding:10px 24px;}
.side_classLink:before { content:""; display:block; width:100%; height:20px; background:#0064a8; top:-20px; left:0; position:absolute;}
.side_classLink:after { content:""; display:block; width:100%; height:20px; background:#0064a8; bottom:-20px; left:0; position:absolute;}
.side_classLink ul#menu_b li { position: relative; }
.side_classLink ul li:hover { color:#fff600;background: rgba(11, 52, 110, 0.84);margin-right: 10px; }
.side_classLink ul li:hover>a { color:#fff600; }
.side_classLink ul li > a{ display:block; background:url(../images/arrow.png) no-repeat 0px 7px;  padding: 5px 0px 5px 14px; color:#ffffff; font-size:15px; letter-spacing:1px; margin:13px 0;}
.side_classLink ul li > a:hover, .side_classLink ul li > a.current { color:#fff600;}
.side_classLink ul li.current02{ display:none; }
.m_classLink{ display:none;}
.menu_body, .submenu_body{
    display:none;
    position: absolute;
    z-index: 999;
    width: 210px;
    background: rgba(11, 52, 110, 0.84);
    left: 100px;   
    padding-left: 5px;
    top: 0px;
    right: -210px;
}
.side_classLink ul li:nth-last-child(2) .menu_body,
.side_classLink ul li:nth-last-child(3) .menu_body,
.side_classLink ul li:nth-last-child(4) .menu_body{
    top: auto;
    bottom: 0px;

}
.side_classLink ul li:hover ul.menu_body{display:block;}
.side_classLink ul li:hover ul.menu_body li:hover ul.submenu_body{ display: block; }
#main { display:inline-block; vertical-align:top; width:calc(100% - 250px - 7px); padding-left:30px; font-size:14px; color:#484848; line-height:26px; letter-spacing:1px;}
.pro-list2 { display:flex; flex-direction:row; flex-wrap:wrap;}
.pro-list2 > div { padding:0 19px 30px 19px; width:33.33%; text-align:center;}
.pro-list2 > div img {
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;}

.pro-list2-title { border-top:1px solid #dcdcdc; padding-top:12px; font-size:15px; color:#434343; text-align:center;}
.pro-list2 > div:hover img { opacity:0.7;}
.pro-list2 > div:hover .pro-list2-title { color:#0064a8;}
#page { text-align:center; padding:30px 10px 0 10px; font-family:Abel;}
#page a { display:inline-block; color:#767676; font-size:18px; padding-bottom:5px;}
#page a:after { content:"."; display:inline-block; vertical-align:top; padding:0px 10px 0 10px; position:relative; top:-5px;}
#page a:last-child:after { content:""; padding:0;}
#page a:hover, #page a.current { color:#0064a8;}

.pro-b { display:flex; flex-direction:row; flex-wrap:no-wrap; padding-bottom:30px; padding-top:25px;}
.pro-b > div { width:50%; text-align:center; padding:0 20px;}
.pro-b-content { font-size:15px; color:#434343; line-height:30px; padding-bottom:15px; font-weight:bold;}
.pro_big_image{width: 320px;max-height: 240px;}
.btn-box { padding-bottom:25px;}
.btn-box span { display:inline-block; vertical-align:top; padding-right:20px;}
.inquiry-btn { min-width:144px; height:40px; background:#000; line-height:40px; color:#fff; font-size:16px; text-align:center; font-weight:bold; display:inline-block;}
.inquiry-btn:hover { background:#0064a8; color:#fff;}
.btn-cash { padding-top:7px;}
.btn-cash a { display:inline-block; vertical-align:top; font-size:20px; color:#000000; font-weight:bold; margin-right:12px;}
.btn-cash a:hover { color:#0064a8; text-decoration:underline;}
.tab-box { padding-top:20px;}
.btn-box2 { border-top:1px solid #cccccc; padding:15px 0; margin-top:15px;}
.btn-content { display:flex; flex-direction:row; flex-wrap:no-wrap; justify-content:space-between; align-items:center;}
.btn-content > div:nth-of-type(1) { text-align:left;}
.btn-content > div:nth-of-type(2) { text-align:center;}
.btn-content > div:nth-of-type(3) { text-align:right;}
.btn-content > div i { font-size:60px; display:inline-block; vertical-align:top; color:#8d8d8d; padding:0 8px;}
.btn-content > div span { font-size:16px; display:inline-block; vertical-align:top; color:#8d8d8d; text-transform:uppercase; padding:20px 5px 0 5px;}
.back { display:inline-block; background:url(../images/back-icon.png) no-repeat 0px 8px; padding-left:44px; color:#8d8d8d; font-size:17px;}
.back:hover, .btn-content > div:nth-of-type(1) a:hover, .btn-content > div:nth-of-type(3) a:hover { opacity:0.6;}

.responsive { padding:30px 58px;}
.responsive img { margin:0 auto; float:none;}
.responsive .slick-slide { padding:0 10px;}
.responsive .slick-dots { text-align:center; display:none !important;}
.responsive .slick-dots li { width:auto; height:3px; overflow:hidden; }
.responsive .slick-dots li button { width:30px; height:3px; background:#fff; margin:0 2px;}
.responsive .slick-dots li button::before { content:""; display:none; }
.responsive .slick-dots li.slick-active button  { background:#0064a8;}
/*.single-item .slick-prev, .single-item .slick-next { display:none !important;}*/
.responsive .slick-prev, .responsive .slick-next { width:auto; height:auto; top:40%;}
.responsive .slick-prev { left:0px;}
.responsive .slick-prev::before { font-family:'FontAwesome'; content:"\f104"; font-size:70px; color:#8e8e8e;}
.responsive .slick-next { right:0px;}
.responsive .slick-next::before { font-family:'FontAwesome'; content:"\f105"; font-size:70px; color:#8e8e8e;}


@media only screen and (max-width: 980px) {
}

@media only screen and (max-width: 768px) {
.main-content { padding:20px 0;}
.pro-list > div { width:calc(50% - 12px); }

.path { display:none;}
aside { width:100%; margin-top:-20px; padding:0;}
.aside-title { display:none;}
#main { width:100%; padding-top:20px; padding-left:0;}
.side_classLink { display:none;}
.m_classLink{ display:block; position:relative; border-bottom:1px solid #D6D6D6;}
.m_classLink a.main{ display:block; font-size:20px; position:relative; padding: 12px 10px 14px 10px; color:#fff; text-align:left; cursor:pointer; background:#0064a8;}
.m_classLink a.main i{ display:block; font-size:20px; position:absolute; right:20px; top:50%; margin-top:-11px; color:#fff; font-style:normal; font-family:FontAwesome;}
.m_classLink ul{ display:none; width:100%;  position:absolute; z-index:5; background:#0a4a76; border-width:0; border-color:#000; border-style:solid; }
.m_classLink ul li { display:block; margin:0 0; padding:0 15px; border-bottom:1px solid rgba(255,255,255,.2);}
.m_classLink ul li > a{ display:block; background:url(../images/arrow.png) no-repeat 0px 7px;  padding:0 0 0 14px; color:#ffffff; font-size:15px; letter-spacing:1px; margin:13px 0; }
.m_classLink ul li > a:hover, .m_classLink ul li > a.current { color:#fff600;}
.m_classLink ul li.current02{ display:none; }
.m_classLink ul li > div { padding-left:38px; padding-bottom:10px;}
.m_classLink ul li > div > div { padding-bottom:5px;}
.m_classLink ul li > div > div a { text-decoration:none; color:#585858; font-size:16px; font-weight:bold;}
.m_classLink ul li > div > div a:hover, .m_classLink ul li > div > div a.current { text-decoration:none; color:#e60012;}

.pro-b-content, .btn-box, .tab-box { padding-left:12px; padding-right:12px;}
.menu_body{left: 0;
    margin-top: 0;
    }
.menu_body { position:relative !important; margin-left:0;}
}
@media only screen and (max-width: 640px) {
.pro-list2 > div { width:50%; }
.btn-content { flex-wrap:wrap;}
.btn-box2 { padding-top:0;}
.btn-content > div:nth-of-type(1) { order:1; width:50%;}
.btn-content > div:nth-of-type(2) { order:3; width:100%; border-top:1px solid #cccccc;border-bottom:1px solid #cccccc;  padding-top:15px; padding-bottom:15px; }
.btn-content > div:nth-of-type(3) { order:2; width:50%;}
}
@media only screen and (max-width: 570px) {
.path-bg { display:none;}

}

@media only screen and (max-width: 414px) {
.pro-list > div { margin:0 12px 10px 12px; width:calc(100% - 24px); }
}

@media only screen and (max-width: 320px) {

}
/*about us*/
.aboutus_box{
width: 100%;
}

.aboutus_text{
	padding: 50px 0 50px 0;
    margin: 0 30px;
	font-size:15px;
	}
#logo-1{width: 100px;}
.aboutus_text p{padding-left: 120px;
    margin-top: -100px;
    padding-right: 100px;}
.aboutus_title{
	font-size: 30px;
    text-align: center;
    color: #0064a8;
    font-weight: bold;
    padding-bottom: 30px;
	
	}
#pic2_1{margin: 0 auto 20px auto;
    padding: 0;
	width: 100%;
	}

#p1{
margin:0 auto;
width:100%;	
	}



/* product_search*/
.product_table {
    font-size: 12px;
    border-left: 1px solid #D6C9A0;
    border-top: 1px solid #D6C9A0;
    color: #666666;
}
.product_table th {
    color: #FFFFFF;
    background-color: #0064a8;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding:5px 0;
    border-right: 1px solid #D6C9A0;
    border-bottom: 1px solid #D6C9A0;
}
.product_table td {
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    padding:5px 0 5px 15px;
    border-right: 1px solid #D6C9A0;
    border-bottom: 1px solid #D6C9A0;
}
.product_table td a:link {
    text-decoration: none;
    color: #666666;
}
.product_table td a:visited {
    color: #666666;
    text-decoration: none;
}
.product_table td a:hover {
    color: #980203;
    text-decoration: none;
}
.product_table td a:active {
    color: #666666;
}

/* cart */
.cart_table {
    border: 1px solid #B6B6B6;
    border-collapse: collapse;
}
.cart_table tr.stocks_short{
    background:#f00;
    color:grey;
}
.cart_table tr.stocks_short a{color:grey}
.cart_table tr.cart_line{

}
.cart_table tr.stocks_short{
    background:#f00;
    color:grey;
}
.cart_table tr.stocks_short a{color:grey}
.cart_table th {
    color: #333333;
    background-color: #cccccc;
    padding:4px 0px;
}
.cart_table td {
    padding: 4px 0px;
    text-align: center;
}
.cart_table td a{
    color: #000;
}
.cart_table .col_name{ display: none;}
.cart_line td{
    border-bottom: 1px dashed #ccc;
}
.cart_title a {
    color: #000;
}
.cart_title a:hover {
    color: #FF0000;
    text-decoration: none;
}
.cart_red{
    color: #c14948;
}

.cart_total{
    text-align: right;
}
.cart_total li{
    display:inline-block;
    margin-right: 10px;
}
.cart_total .total{
    color: #ff0000;
}

.cart_order_info_frame{
    border: 1px solid #B6B6B6;
    padding: 20px 0px 20px 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.cart_order_info{
    border-collapse: collapse;
    width:100%;
    margin:0 auto;
    font-size:14px;
    line-height:30px;
}
.cart_order_info tr.rowsforinvoicetype3 {display:none}
.cart_order_info th{
    padding-right: 15px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #666;
    text-align: right;
}
.cart_order_info td{
    padding-bottom: 10px;
}
.cart_order_info .section_header {border-top:1px solid grey;border-bottom:1px solid grey;padding:0;font-size:16px;height:35px;line-height:35px;background: #bbb}
.cart_order_info input{
    border:1px solid #ccc;
    padding:3px 0px;
}
.cart_order_info .ipt1{
    /*width: 200px;*/
}
.cart_order_info .ipt2{
    /*width: 500px;*/
}
.cart_order_info .ipt3{
    width: 60px;
}

/*購物車按鈕*/
.shop_btn{
    width: 80px;
    height: 30px;
    color: #0f1214;
    margin:10px 5px 0 0;
    border:none;
    border-radius:5px;
    border:1px solid #ccc;
    background: -webkit-linear-gradient(top,#fff,#dadada);
    background: -moz-linear-gradient(top,#fff,#dadada);
    background: -ms-linear-gradient(top,#fff,#dadada);
    background: linear-gradient(top,#fff,#dadada);
}
.shop_btn:hover{
    cursor:pointer;
    background: -webkit-linear-gradient(top,#fff,#c9c9c9);
    background: -moz-linear-gradient(top,#fff,#c9c9c9);
    background: -ms-linear-gradient(top,#fff,#c9c9c9);
    background: linear-gradient(top,#fff,#c9c9c9);
}
@media screen and (max-width: 480px) {
    .cart_table th, .cart_table td{
        display: list-item;
        border-bottom: 1px solid #ccc;
    }
    .cart_table thead{display: none;}
    .cart_table tbody, .cart_table tbody tr{display: block;}
    .cart_table tbody td.number{display: none;}
    .cart_table tbody td:nth-of-type(8){border-bottom:2px solid #999;}
    .cart_table .col_name{ display:inline;}
    .contact_table2 textarea{
        width:100%;
    }
.aboutus_text{
	margin:0 auto;
 padding: 0 20px 40px 20px;
	}	
.aboutus_text p{    padding-left: 90px;
padding-right: 50px;
}	
#pic3_1{
width:30%;
	
	}	
#logo-1{width: 80px;}	
}


/* member form */
.member_table {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    border-top: 1px solid #B6B6B6;
    border-left: 1px solid #B6B6B6;
}
.member_table th {
    color: #333333;
    background-color: #cccccc;
    font-size: 14px;
    line-height: 1.2;
    height: 24px;
    top: 5px;
    font-weight: bold;
    text-align: left;
    padding: 4px 8px;
    border-bottom: 1px solid #B6B6B6;
    border-right: 1px solid #B6B6B6;
}
.member_table td {
    border-bottom: 1px solid #B6B6B6;
    border-right: 1px solid #B6B6B6;
}

.member_table td input, .member_table td textarea {
    border: 1px solid #B6B6B6;
    margin: 1%;
}

@media only screen and (max-width: 999px) {
    /* member start */
    .member_table {
        padding: 0; display: block;height: auto; margin: 0 auto;
    }
    .member_table tbody, .member_table td, .member_table tr, .member_table th {
        display: block; width: 100%;
        height: auto;
        padding: 0;
        min-height: 2em;
        line-height: 2em;
    }
    .member_table th {
        font-size: 16px; border-bottom: 0; padding-bottom: 0px; padding-left: 5px;
    }
    .member_table td {padding-left: 5px;}
    .member_table tr:last-child th{
        display: none;
    }
    .member_table input, .member_table textarea{
        max-width: 96%; min-height: 2em; padding: 0 5px; vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .member_table textarea {margin: 2px 0;}
    .member_table input[type="submit"] {height: 40px; width: 60%; max-width: 120px;}
    /* member end */


}

/* 聯絡我們-單欄  */
.contact_table {
    width:100%;
    border-left: 1px solid #999;
    border-top: 1px solid #999;
}
.contact_table th {
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    background-color: #CCC;
    padding:5px 0;
}
.contact_table td {
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    padding:5px 0 5px 10px;
}
.contact_table  tr.altrow {
}
.contact_table input{
    width: 50%;
}
.contact_table textarea{
    width: 50%;
}

.contact_btn {
    display: inline-block;
    cursor: pointer;
    padding: 5px 20px;
    margin:5px 0;
    border: 1px solid #018dc4;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: rgba(255,255,255,0.9);
    background: rgba(1,145,217,1);
    background: -moz-linear-gradient(top, rgba(1,145,217,1) 0%, rgba(1,113,217,1) 47%, rgba(1,98,217,1) 71%, rgba(1,91,217,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(1,145,217,1)), color-stop(47%, rgba(1,113,217,1)), color-stop(71%, rgba(1,98,217,1)), color-stop(100%, rgba(1,91,217,1)));
    background: -webkit-linear-gradient(top, rgba(1,145,217,1) 0%, rgba(1,113,217,1) 47%, rgba(1,98,217,1) 71%, rgba(1,91,217,1) 100%);
    background: -o-linear-gradient(top, rgba(1,145,217,1) 0%, rgba(1,113,217,1) 47%, rgba(1,98,217,1) 71%, rgba(1,91,217,1) 100%);
    background: -ms-linear-gradient(top, rgba(1,145,217,1) 0%, rgba(1,113,217,1) 47%, rgba(1,98,217,1) 71%, rgba(1,91,217,1) 100%);
    background: linear-gradient(to bottom, rgba(1,145,217,1) 0%, rgba(1,113,217,1) 47%, rgba(1,98,217,1) 71%, rgba(1,91,217,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0191d9', endColorstr='#015bd9', GradientType=0 );
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
    text-shadow: -1px -1px 0 rgba(15,73,168,0.66) ;
}


@media screen and (max-width: 470px) {
    .contact_table th {width:30%}
    .contact_table td {width:70%}
    .contact_table td select{width:calc(100% - 10px);overflow: hidden}
}

/*SITEMAP*/
#missing-files{border:1px solid grey;padding:10px;}
#missing-files h1{font-size:30px;line-height:35px;}
#missing-files p{font-size:13px;line-height:25px;}
#missing-files-sitemap{padding:10px;margin-top:20px;border:1px solid grey;background:  #d3d0ce}
#missing-files-sitemap h3{font-size:20px; }
#missing-files-sitemap #desc{ margin-top:10px;}
#sitemap { }
#sitemap a { text-decoration: none;}
#sitemap li {list-style: none;margin-left: 10px;color: #4d4c4c;line-height: 22px;font-size: 13px;}
#sitemap > ul > li > a{
    display:block;
    margin:15px 0;
    padding: 5px 0;
    max-width:100px;
    -webkit-border-radius: 3px;
    border-radius: 15px;
    text-align:center;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(1,145,217,1);
    background: -moz-linear-gradient(top, rgba(1,145,217,1) 0%, rgba(1,113,217,1) 47%, rgba(1,98,217,1) 71%, rgba(1,91,217,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(1,145,217,1)), color-stop(47%, rgba(1,113,217,1)), color-stop(71%, rgba(1,98,217,1)), color-stop(100%, rgba(1,91,217,1)));
    background: -webkit-linear-gradient(top, rgba(1,145,217,1) 0%, rgba(1,113,217,1) 47%, rgba(1,98,217,1) 71%, rgba(1,91,217,1) 100%);
    background: -o-linear-gradient(top, rgba(1,145,217,1) 0%, rgba(1,113,217,1) 47%, rgba(1,98,217,1) 71%, rgba(1,91,217,1) 100%);
    background: -ms-linear-gradient(top, rgba(1,145,217,1) 0%, rgba(1,113,217,1) 47%, rgba(1,98,217,1) 71%, rgba(1,91,217,1) 100%);
    background: linear-gradient(to bottom, rgba(1,145,217,1) 0%, rgba(1,113,217,1) 47%, rgba(1,98,217,1) 71%, rgba(1,91,217,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0191d9', endColorstr='#015bd9', GradientType=0 );
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    text-shadow: -1px -1px 0 rgba(15, 73, 168, 0.66);
}
#sitemap #product{ }
#sitemap #product ul { list-style: none; margin: 0; }
#sitemap #product ul li { list-style:none; margin-left:0px; padding: 10px 0 0 20px;clear:both; }
#sitemap #product ul li a{ color: #db422c; margin: 0; }
#sitemap #product .layer0 > li > a:before { content:' '; display: inline-block; width: 18px; height:10px; background: url(../images/arr_01.png) no-repeat left 2px;}
#sitemap #product .layer0 > .sitemap-products > a:before { background-image:none;}
#sitemap #product .layer1 > li > a:before { content:' '; display: inline-block; width: 14px; height:10px; background: url(../images/arr_02.png) no-repeat left 2px;}
#sitemap #product .layer1 > .sitemap-products > a:before { background-image:none;}
#sitemap #product .layer2 > li > a:before { content:' '; display: inline-block; width: 10px; height:10px; background: url(../images/arr_03.png) no-repeat left 2px;}
#sitemap #product .layer2 > .sitemap-products > a:before { background-image:none;}
#sitemap #product .layer3{}
#sitemap #product .sitemap-products{ }
#sitemap #product .sitemap-products a{ border-right: 1px solid #999999; color: #000; display: inline-block; margin: 0 5px 0 0; padding: 0 10px 0 0;  }

/* NEWS */
.news_list{
    float: left;
    width:100%;
    margin-top:20px;
    padding-bottom:10px;
    border-bottom:1px dashed #CCC;
    display: flex;
    flex-direction: row;
}
.news_list_pic{
    float:left;
    margin-right:10px;
    max-width: 200px;
    width: 100%;
    display: flex;
    align-items: center;
}
.news_list_pic a{
    display: block;
    width: 100%;
}
.news_list_pic img{
    border:1px solid #CCC;
    width: 100%;
}
.news_list_right{
    float:left;
}
.news_list_date{
    color: #484848;
    margin-right: 5px;
}
.news_list_subject{
    font-weight: bold;
    font-size: 18px;
    color: #0157d9;
}
.news_list_text{
    clear: both;
    margin-top:5px;
    line-height: 22px;
    color: #000;
}


.news_back {
    cursor: pointer;
    padding: 5px 20px;
    margin:5px 0;
    border: 1px solid #018dc4;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: rgba(255,255,255,0.9);
    background: -webkit-linear-gradient(#0199d9 , #0157d9);
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
    text-shadow: -1px -1px 0 rgba(15,73,168,0.66) ;
}

@media only screen and (max-width: 560px){
    .news_list{ flex-direction: column; }
    .news_list_pic{ 
        max-width: 100%; 
        justify-content: center;
    }
}

.member_login{
    float: left;
    margin-left: 5%;
}
.member_login td{
    padding-bottom: 10px;
}
.member_login .iptbox{
    padding: 3px 0 3px 5px;
}
.member_login .ipt1{
    width: 250px;
}
.member_login .ipt2{
    width: 65px;
}
.member_login .fg_pw{
    text-align: right;
}
.member_login .fg_pw a{
    color: #666;
}
.member_login .fg_pw a:hover{
    color: #333;
}
.member_login img{
    vertical-align: middle;
}
.login_first{
    float: left;
    margin-left: 5%;
    margin-bottom:5%;
}
.cart_title_icon{
    height:33px;
    text-indent: 32px;
    font-size:15px;
    font-weight:bold;
    line-height:32px;
    margin-bottom:10px;
    background-image: url('../images/ws-clipboard.png');
    background-repeat: no-repeat;
}

/*第一次購物按鈕*/
.firstbuy_btn{
    padding:13px 23px;
    text-align:center;
    color: #515151;
    letter-spacing:1px;
    line-height:22px;
    margin:10px 5px 0 0;
    border:none;
    border-radius:5px;
    border:1px solid #ccc;
    background: -webkit-linear-gradient(top,#fff,#dadada);
    background: -moz-linear-gradient(top,#fff,#dadada);
    background: -ms-linear-gradient(top,#fff,#dadada);
    background: linear-gradient(top,#fff,#dadada);
}
.firstbuy_btn span{
    color: #ae2626;
}
.firstbuy_btn:hover{
    background: -webkit-linear-gradient(top,#fff,#c9c9c9);
    background: -moz-linear-gradient(top,#fff,#c9c9c9);
    background: -ms-linear-gradient(top,#fff,#c9c9c9);
    background: linear-gradient(top,#fff,#c9c9c9);
}

/*會員資料管理頁面*/
.member_login_info span{
    margin-right: 10px;
    color: #ffffff;
}
.member_zone_table {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #666;
}
.member_zone_table th {
    color: #FFF;
    background-color: #666;
    text-align: center;
    padding: 4px 0px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.member_zone_table td {
    padding: 4px 0px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.member_zone_table td a {
    color: #666;
}
.member_zone_table td a:hover {
    color: #c14948;
    text-decoration: none;
}
.member_zone_table  tr.altrow {
    background-color: #ccc;
}


/*ebook 單頁*/
@font-face {
    font-family: 'icomoon';
    src:url('../../../css/fonts/icomoon.eot?camh3');
    src:url('../../../css/fonts/icomoon.eot?#iefixcamh3') format('embedded-opentype'),
    url('../../../css/fonts/icomoon.woff?camh3') format('woff'),
    url('../../../css/fonts/icomoon.ttf?camh3') format('truetype'),
    url('../../../css/fonts/icomoon.svg?camh3#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-print:before {
    content: "\e600";
}
.icon-download:before {
    content: "\e601";
}
.btn-ebook {
    font-size:25px;
    color: #666;
    display: inline-block;
    padding:0 15px;
    text-align: center;
}
.btn-ebook span{
    display:block;
}
.btn-ebook-out {
    margin:0 auto;
    text-align: center;
    padding: 10px 0;
}

.btn-ebook-out a{
    color: #333;

}

/* FAQ */
.faq_show {
    width:100%;
    border: 1px solid #CCC;
}
.faq_show td.title {
    color: #FFF;
    padding: 6px 0px 6px 30px;
    background-color: #0157d9;
    cursor: pointer;
}
.faq_show td.main {
    color: #000;
    padding: 6px 0px 0px 30px;
}
.faq_content{
    display: none;
}