﻿@font-face {
 font-family: 'Futura';    /* 字型名稱  */
 src:url(../fonts/tt0142m_.ttf) format('truetype');
}

body{
	margin: 0;
    padding: 0;
	font-size:13px;
	font-family:Arial, "微軟正黑體";
	background-color:#fff;
	background-image:url(../tw_images/bg/bg.jpg);
}

a{
	border:none;
	text-decoration:none;
	color:inherit;
}

img {
    height: auto;
    max-width: 100%;
}
.rwd-img{
	display: inline-block;
    height: auto;
    max-width: 100%;
}
/* word-表格用 */
.Section1{
    width: 100% !important;
}
.MsoNormalTable {
    width: 100% !important;
}

#showhide{
	display:block;
}
#hideshow{
	display:none;
}
#sh-ink{
	display:inline-block;
}
#hs-ink{
	display:none;
}

.lcenter{
	text-align:left;
}
.rcenter{
	text-align:right;
}
.cleft{
	text-align:center;
}
.cright{
	text-align:center;
}
.rleft{
	text-align:right;
}
.lright{
	text-align:left;
}
#txt_left{
	text-align:left;
}


/* font
-----------------------------------------------------------------------------*/
.txt13{
	font-size:13px;
}
.txt15{
	font-size:15px;
}
.txt_wh{
	color:#FFFFFF;
}
.txt_bk{
	color:#000000;
}
.txt_gray33{
	color:#333333;
}
.txt_gray66{
	color:#666666;
}
.txt_red{
	color:#ce0021;
}
.txt_bu{
	color:#093f76;
}
.txt_16bu{
	color:#093f76;
	font-size:16px;
	font-weight:normal;
}
.txt_16bk{
	color:#000;
	font-size:16px;
}
.txt_20bK{
	color:#000;
	font-size:20px;
	font-weight:normal;
}


.lh25{
	line-height:25px;
}
.lh30{
	line-height:30px;
}
.lh35{
	line-height:35px;
}

.txtin15 {
	margin-left:15px;
	margin-right:15px;
}


/* margin
-----------------------------------------------------------------------------*/
.m0{
	margin:0;
}
.mt5{
	margin-top:5px;
}
.mt10{
	margin-top:10px;
}
.mt15{
	margin-top:15px;
}
.mt20{
	margin-top:20px;
}
.mt30{
	margin-top:30px;
}

.mb5{
	margin-bottom:5px;
}
.mb10{
	margin-bottom:10px;
}
.mb15{
	margin-bottom:15px;
}
.mb20{
	margin-bottom:20px;
}
.mb30{
	margin-bottom:30px;
}

.mtb5{
	margin-top:5px;
	margin-bottom:5px;
}
.mtb10{
	margin-top:10px;
	margin-bottom:10px;
}
.mtb15{
	margin-top:15px;
	margin-bottom:15px;
}
.mtb20{
	margin-top:20px;
	margin-bottom:20px;
}
.mtb30{
	margin-top:30px;
	margin-bottom:30px;
}


/* padding
-----------------------------------------------------------------------------*/
.p0{
	padding:0;
}
.pt5{
	padding-top:5px;
}
.pt10{
	padding-top:10px;
}
.pt15{
	padding-top:15px;
}
.pt20{
	padding-top:20px;
}
.pt30{
	padding-top:30px;
}
.pt50{
	padding-top:50px;
}

.pb5{
	padding-bottom:5px;
}
.pb10{
	padding-bottom:10px;
}
.pb15{
	padding-bottom:15px;
}
.pb20{
	padding-bottom:20px;
}
.pb30{
	padding-bottom:30px;
}
.pb50{
	padding-bottom:50px;
}

.ptb5{
	padding-top:5px;
	padding-bottom:5px;
}
.ptb10{
	padding-top:10px;
	padding-bottom:10px;
}
.ptb15{
	padding-top:15px;
	padding-bottom:15px;
}
.ptb20{
	padding-top:20px;
	padding-bottom:20px;
}
.ptb30{
	padding-top:30px;
	padding-bottom:30px;
}
.ptb50{
	padding-top:50px;
	padding-bottom:50px;
}


/* Common
-----------------------------------------------------------------------------*/
.wrapper {
	/*width:1920px;*/
	width:100%;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.act {
    border: 1px solid #333;
    color: #3333;
}

/* btn
-----------------------------------------------------------------------------*/
.btn_bu{
	width:188px;
}
.btn_bu a{
    display:block;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	padding:14px 0;
	text-align:center;
	text-decoration:none;
	font-family:Microsoft JhengHei;
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	border-radius: 27px;
	background-color: #0c4177;
	background-image: -webkit-linear-gradient(bottom, #022345, #0c4177 26%, #0c4177 93%, #aad1f8);
	background-image: -moz-linear-gradient(bottom, #022345, #0c4177 26%, #0c4177 93%, #aad1f8);
	background-image: -o-linear-gradient(bottom, #022345, #0c4177 26%, #0c4177 93%, #aad1f8);
	background-image: -ms-linear-gradient(bottom, #022345, #0c4177 26%, #0c4177 93%, #aad1f8);
	background-image: linear-gradient(to top, #022345, #0c4177 26%, #0c4177 93%, #aad1f8);
}
.btn_bu a:hover{
	background-color: #0c4177;
	background-image: -webkit-linear-gradient(bottom, #0389d3, #2ac5f5 26%, #2ac5f5 93%, #fff4d2);
	background-image: -moz-linear-gradient(bottom, #0389d3, #2ac5f5 26%, #2ac5f5 93%, #fff4d2);
	background-image: -o-linear-gradient(bottom, #0389d3, #2ac5f5 26%, #2ac5f5 93%, #fff4d2);
	background-image: -ms-linear-gradient(bottom, #0389d3, #2ac5f5 26%, #2ac5f5 93%, #fff4d2);
	background-image: linear-gradient(to top, #0389d3, #2ac5f5 26%, #2ac5f5 93%, #fff4d2);
}

.btn_bu-full{
	width:100%;
}
.btn_bu-full a{
    display:block;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	padding:14px 0;
	text-align:center;
	text-decoration:none;
	font-family:Microsoft JhengHei;
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	border-radius: 27px;
	background-color: #0c4177;
	background-image: -webkit-linear-gradient(bottom, #022345, #0c4177 26%, #0c4177 93%, #aad1f8);
	background-image: -moz-linear-gradient(bottom, #022345, #0c4177 26%, #0c4177 93%, #aad1f8);
	background-image: -o-linear-gradient(bottom, #022345, #0c4177 26%, #0c4177 93%, #aad1f8);
	background-image: -ms-linear-gradient(bottom, #022345, #0c4177 26%, #0c4177 93%, #aad1f8);
	background-image: linear-gradient(to top, #022345, #0c4177 26%, #0c4177 93%, #aad1f8);
}
.btn_bu-full a:hover{
	background-color: #0c4177;
	background-image: -webkit-linear-gradient(bottom, #0389d3, #2ac5f5 26%, #2ac5f5 93%, #fff4d2);
	background-image: -moz-linear-gradient(bottom, #0389d3, #2ac5f5 26%, #2ac5f5 93%, #fff4d2);
	background-image: -o-linear-gradient(bottom, #0389d3, #2ac5f5 26%, #2ac5f5 93%, #fff4d2);
	background-image: -ms-linear-gradient(bottom, #0389d3, #2ac5f5 26%, #2ac5f5 93%, #fff4d2);
	background-image: linear-gradient(to top, #0389d3, #2ac5f5 26%, #2ac5f5 93%, #fff4d2);
}

.btn_bu-small {
	width:100%;
}
.btn_bu-small a{
	color:#fff;
	font-size:16px;
	padding:5px 20px;
	text-align:center;
	font-family: "微軟正黑體";
	font-style: italic;
	font-weight:bold;
	-webkit-border-radius: 15px 14px 14px 15px/15px;
	-moz-border-radius: 15px 14px 14px 15px/15px;
	border-radius: 15px 14px 14px 15px/15px;
	background-color: #023972;
	display: block;
	text-decoration:none;
}


/* icon
-----------------------------------------------------------------------------*/
.fa-home, .fa-file-text, .fa-newspaper-o, .fa-credit-card-alt, .fa-cc-paypal, .fa-hand-o-right, .fa-pencil-square-o {
    color: #fff;
    font-size: 20px !important;
    margin-right: 10px;
    text-align: center;
    vertical-align: top;
    width: 30px;
}

.fa-trash-o {
    color: #999999;
    font-size: 25px !important;
    vertical-align: middle;
}

.icon_down {
    background-image: url("../tw_images/icon/icon_down.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 29px;
    vertical-align: middle;
    width: 28px;
}
.fa-globe{
	margin-right:7px;
}
.icon_member{
	background-image:url(../tw_images/icon/icon_member.png);
	background-repeat:no-repeat;
	width:31px;
	height:35px;
	display:inline-block;
	margin-right:10px;
	vertical-align: middle;
}
.icon_cart{
	background-image:url(../tw_images/icon/icon_cart.png);
	background-repeat:no-repeat;
	width:38px;
	height:37px;
	display:inline-block;
	margin-right:10px;
	vertical-align: middle;
}
.fa-chevron-right{
	margin-right:10px;
}
.fa-map-marker, .fa-phone-square, .fa-print, .fa-envelope{
    color: #fff;
    font-size: 20px !important;
    margin-right: 10px;
    text-align: center;
    vertical-align: top;
    width: 20px;
}
.icon_more{
	background-image:url(../tw_images/icon/moreArrow.png);
	background-repeat:no-repeat;
	width:19px;
	height:14px;
	display:inline-block;
	margin-left:10px;
	vertical-align: middle;
}
.icon_back{
	background-image:url(../tw_images/icon/backArrow.png);
	background-repeat:no-repeat;
	width:17px;
	height:17px;
	display:inline-block;
	margin-right:7px;
	vertical-align: sub;
}
.fa-arrow-circle-left{
	color:#fff;
	font-size:25px !important;
	margin-right: 6px;
}
.prov_btn .fa-cart-plus,
.prov_btn .fa-heart,
.prov_btn .fa-book,
.prov_btn .fa-arrow-circle-left{
	color:#fff;
	font-size:25px !important;
	margin-right: 6px;
}
.wish_btn .fa-cart-plus,
.wish_btn .fa-heart,
.wish_btn .fa-book,
.wish_btn .fa-arrow-circle-left,
.wish_btn .fa-times,
.wish_btn .fa-check{
	color:#fff;
	font-size:25px !important;
	margin-right: 6px;
}


/* bg
-----------------------------------------------------------------------------*/




/* header
-----------------------------------------------------------------------------*/
header{
	padding:37px 0 10px 0;
}
.logo{
	float:left;
}

.logo img.iso{
	margin-left: 10px;
}
.topBox{
	float:right;
	text-align: right;
}
.topBox .lan{
    padding-top: 25px;
	padding-bottom: 18px;
}
.topBox .lan ul{
	margin:0;
	padding:0;
	list-style:none;
}
.topBox .lan ul li{
	display:inline-block;
}
.topBox .lan ul li a{
	color:#000;
	font-size:20px;
	font-family:"微軟正黑體";
	position:relative;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
}
.topBox .lan ul li:last-child a:after{
	width:0;
}
.topBox .lan ul li a:after{
	content:"";
	position:absolute;
	right:0;
	top:5px;
	width:2px;
	height:19px;
	background-color:#000;
}
.topBox .paypal{
}


@media (max-width:1200px){
	.logo{
		text-align: center;
	}
}

@media (max-width:991px){
	.logo .logoImg{
		max-width: 400px;
		width:100%;
	}
}

@media (max-width:600px){
	header {
		padding: 13px 0 10px 0;
	}
	
	.logo .logoImg{
		max-width: 320px;
		display: block;
	}
	
	.logo img.iso{
		margin-left: 0;
		max-width: 115px;
		padding-bottom: 0;
	}
	
	.topBox .lan{
		padding-top: 15px;
	}
}

/* nav
-----------------------------------------------------------------------------*/
.navbar .navbar-inner {
	padding: 0;
}
.navbar .nav,.navbar-header {
	margin: 0;
	display: table;
	width: 100%;
	background-color: #0cb0e8;
	background-image: -webkit-linear-gradient(bottom, #000030, #0173c0 28%, #0fb4ea 84%, #4dd1fc);
	background-image: -moz-linear-gradient(bottom, #000030, #0173c0 28%, #0fb4ea 84%, #4dd1fc);
	background-image: -o-linear-gradient(bottom, #000030, #0173c0 28%, #0fb4ea 84%, #4dd1fc);
	background-image: -ms-linear-gradient(bottom, #000030, #0173c0 28%, #0fb4ea 84%, #4dd1fc);
	background-image: linear-gradient(to top, #000030, #0173c0 28%, #0fb4ea 84%, #4dd1fc);
}
.navbar .nav > li:hover > a{
	color:#f1e73b;
}
.navbar .nav > li {
	display: table-cell;
	float: none;
}
.navbar .nav > li > a {
	color:#fff;
	font-size:16px;
	display:block;
	letter-spacing:0.5px;
	text-align: center;
	font-family:"微軟正黑體";
	line-height:50px;
	cursor:pointer;
	text-shadow:2px 2px 2px #000000;
}
.navbar .nav li:last-child a {
	border-right: 0;
	/*border-radius: 0 3px 3px 0;*/
}
.open > .dropdown-menu {
    width: 100% !important;
	display: inline-table;
}
.dropdown-menu{
	border:none;
	padding: 0;
	box-shadow:none;
	min-width: 150px;
}
.dropdown-menu > li{
	display:block !important;
}
.dropdown-menu > li > a{
	color:#fff;
	font-size:16px;
	padding:10px;
	font-family:"微軟正黑體";
	background-color:#0cb0e8;	
	position:relative;
	text-shadow:2px 2px 2px #000000;
}
.dropdown-menu > li:first-child > a:before,
.dropdown-menu > li:first-child > a:after{
	width:0;
}
.dropdown-menu > li > a:before{
	position:absolute;
	content:"";
	background-color:#002f6e;
	height:1px;
	width:94%;	
	top:0;
	left:3%;
	right:3%;
}
.dropdown-menu > li > a:after{
	position:absolute;
	content:"";
	background-color:#6bdcff;
	height:1px;
	width:94%;	
	top:1px;
	left:3%;
	right:3%;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #f8f400;
  text-decoration: none;
  background-color: #0cb0e8;
}
.navbar-collapse{
	padding-left:0;
	padding-right:0;
}
.gn_bg{
	background-color: #9a9999;
	background-image: -webkit-linear-gradient(bottom, #000, #636363 28%, #acacac 84%, #c2c2c2);
	background-image: -moz-linear-gradient(bottom, #000, #636363 28%, #acacac 84%, #c2c2c2);
	background-image: -o-linear-gradient(bottom, #000, #636363 28%, #acacac 84%, #c2c2c2);
	background-image: -ms-linear-gradient(bottom, #000, #636363 28%, #acacac 84%, #c2c2c2);
	background-image: linear-gradient(to top, #000, #636363 28%, #acacac 84%, #c2c2c2);
}
.gn_bg a{
	color:#fabe00 !important;
}
.navbar-default .navbar-brand {
    color: #fff;
}
.navbar-default .navbar-toggle {
    border: none;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}


/* banner
-----------------------------------------------------------------------------*/
#carousel{
	position:relative;
}
.bannerArrow{
	background-size: contain;
	background-repeat:no-repeat;
	width:39px;
	height:97px;
	display: block;
	position:absolute;
	top:35%;
	
}
.arrowL{
	left:30px;
	background-image:url(../tw_images/icon/banner_arrowL.png);
}
.carousel-control.left:hover .arrowL{
	background-image:url(../tw_images/icon/banner_arrowLH.png);
}
.arrowR{
	right:30px;
	background-image:url(../tw_images/icon/banner_arrowR.png);
}
.carousel-control.right:hover .arrowR{
	background-image:url(../tw_images/icon/banner_arrowRH.png);
}

/* page
-----------------------------------------------------------------------------*/
.page{
	padding:15px 22px;
	background-color:#fff;
}
#pgTs{
	background-position:center top;
}
.page_title{
	color:#fff;
	font-size:1.625em;
    font-family: "微軟正黑體";
	background-color:#0d4178;
	background-image:url(../tw_images/bg/title_bg.jpg);
	background-position:right center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:5px 17px;
	text-shadow: 3px 0 0 #0d4178, -3px 0 0 #0d4178, 0 3px 0 #0d4178, 0 -3px 0 #0d4178, 1.5px 1.5px #0d4178, -1.5px -1.5px 0 #0d4178, 1.5px -1.5px 0 #0d4178, -1.5px 1.5px 0 #0d4178;
}
.page_REDtitle{
	color:#fff;
	font-size:1.625em;
	font-weight:bold;
	font-family:Georgia;
	background-color:#0d4178;
	background-image:url(../tw_images/bg/titleRED_bg.jpg);
	background-position:right center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:5px 17px;
	text-shadow: 3px 0 0 #b60005, -3px 0 0 #b60005, 0 3px 0 #b60005, 0 -3px 0 #b60005, 1.5px 1.5px #b60005, -1.5px -1.5px 0 #b60005, 1.5px -1.5px 0 #b60005, -1.5px 1.5px 0 #b60005;
}

.pageBread{
	color:#0a3e75;
	font-size:16px;
	text-align:right;
	padding-bottom:10px;
    font-family: "微軟正黑體";
}
.pageBread a{
	color:inherit;
	text-decoration:none;
}
.pageNum{
	text-align: center;
}


/* index
-----------------------------------------------------------------------------*/
.idx_cp{
	padding-bottom:17px;
}
.idx_cpImg{
	padding:15px 0 20px 0;
}
.idx_cpTxt{
	color:#000;
	font-size:16px;
	line-height:30px;
    font-family: "微軟正黑體";
}
.idx_pro{
	padding:15px 0 30px 0;
	margin:0 -9px 0 -10px;
}
.idx_news{
	padding:32px 0;
}
.idx_newsDate{
	width:15%;
	float:left;
	color:#a40000;
	font-size:16px;
	text-align:center;
    font-family: "微軟正黑體";
}
.idx_newsTxt{
	width:70%;
	float:left;
	color:#072733;
	font-size:16px;
	line-height:24px;
    font-family: "微軟正黑體";
}
.idx_newsTxt a{
	color:inherit;
	text-decoration:none;
}
.idx_news .more{
	width:15%;
	float:right;
}
.slider_p{
	position:relative;
}
.slider_p span.text{
	width:75%;
	float:left;
	text-align:left;
	color:#000;
	font-size:18px;
    font-family: "微軟正黑體";
	padding: 17.5px 10px;
}
.slider_p span.cart{
	width:25%;
	color:#fff;
	font-size:18px;
	float:right;
	padding: 17.5px 5px;
    font-family: "微軟正黑體";
	background-color: #707070;
	background-image: -webkit-linear-gradient(bottom, #464646, #636363 50%, #c2c2c2);
	background-image: -moz-linear-gradient(bottom, #464646, #636363 50%, #c2c2c2);
	background-image: -o-linear-gradient(bottom, #464646, #636363 50%, #c2c2c2);
	background-image: -ms-linear-gradient(bottom, #464646, #636363 50%, #c2c2c2);
	background-image: linear-gradient(to top, #464646, #636363 50%, #c2c2c2);
	height:100%;
	position: absolute;
	right:0;
}
.fa-cart-plus{
	margin-right:6px;
	font-size:20px !important;
}

.more {
	text-align:right;
}
.more a{
	color:#fff;
	font-size:16px;
	padding:5px 20px;
	text-align:center;
	font-family:"微軟正黑體";
	font-style: italic;
	font-weight:bold;
	-webkit-border-radius: 15px 14px 14px 15px/15px;
	-moz-border-radius: 15px 14px 14px 15px/15px;
	border-radius: 15px 14px 14px 15px/15px;
	background-color: #023972;
	display: inline-block;
	text-decoration:none;
}

/* sub
-----------------------------------------------------------------------------*/
.subFramebg{
	padding:6px 5px;
	margin-top:5px;
	margin-bottom: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #d7d7d7;
	-webkit-box-shadow: 0 0 7px rgba(8,8,9,.75);
	-moz-box-shadow: 0 0 7px rgba(8,8,9,.75);
	box-shadow: 0 0 7px rgba(8,8,9,.75);
	border: solid 1px #080809;
}
.subFrame{
	padding:3px 3px 35px 3px;
	background-color:#0c4177;
	-webkit-border-radius: 10px/11px;
	-moz-border-radius: 10px/11px;
	border-radius: 10px/11px;
}
.sub_title{
	color:#fff;
	font-size:26px;
	padding:10px 0;
	text-align:center;
	font-family:"微軟正黑體";
}
.sub_search{
	padding: 14px 10px;
	background-color:#545354;
}
.search {
  width: 100%;
  position: relative;
}
.search:last-child{
  margin-bottom:0;
}
.search:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-family: 'FontAwesome';
  content: '';
  background: #fabe00;
  text-align: center;
  color: #222222;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smooth: always;
  background-image:url(../tw_images/icon/icon_ser.png);
  background-position:center center;
  background-repeat:no-repeat;
}
.searchTerm {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 5px 10px;
  height: 40px;
  outline: none;
}
.searchButton {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  opacity: 0;
  cursor: pointer;
}


#sub,
#sub ul,
#sub ul li,
#sub ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sub {
  width: 100%;
  color: #ffffff;
}
#sub ul{
  padding-bottom:1px;
  background-color:#545354;
}
#sub ul ul {
  display: none;
}
.align-right {
  float: right;
}
#sub > ul > li > a#bubg{
  background-image:url(../tw_images/bg/sub_bubg.jpg);
  background-repeat:no-repeat;
  background-size: cover;
}
#sub > ul > li > a#gnbg{
  background-image:url(../tw_images/bg/sub_gnbg.jpg);
  background-repeat:no-repeat;
  background-size: cover;
}
#sub > ul > li > a#yebg{
  background-image:url(../tw_images/bg/sub_yebg.jpg);
  background-repeat:no-repeat;
  background-size: cover;
}
#sub > ul > li > a#redbg{
  background-image:url(../tw_images/bg/sub_redbg.jpg);
  background-repeat:no-repeat;
  background-size: cover;
}
#sub > ul > li > a {
  padding: 22px 10px;
  font-family:"微軟正黑體";
  cursor: pointer;
  z-index: 2;
  font-size: 20px;
  text-align:center;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 1.5px 1.5px 0 #fff, -1.5px -1.5px 0 #fff, -1.5px -1.5px 0 #fff, -1.5px 1.5px 0 #fff, 1.5px -1.5px 0 #fff;
  color: #000000;
  /*background-image:url(../tw_images/bg/sub_bg.jpg);
  background-repeat:no-repeat;
  background-size: cover;*/
  width:100%;
  margin-bottom:5px;
}
#sub > ul > li.open > a {
  /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #1682ba;*/
	margin-bottom:0;
}
#sub > ul > li:last-child > a,
#sub > ul > li.last > a {
  /*border-bottom: 1px solid #1682ba;*/
}
#sub ul ul li a {
  cursor: pointer;
  padding: 18px 15px 18px 27px;
  z-index: 1;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background: #545354;
  border-bottom:2px solid #c0bec0;
  background-image:url(../tw_images/icon/sub_arrow.png);
  background-repeat:no-repeat;
  background-position:left center;
}
#sub ul ul li:hover > a,
#sub ul ul li.open > a,
#sub ul ul li.active > a {
}
#sub ul ul li:first-child > a {
  box-shadow: none;
}
#sub ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#sub ul ul ul li a {
  color:#000;
  background:none;
  padding-left: 30px;
  background-color:#c0bec0;
}
#sub ul ul ul li:hover > a{
	color:#b60005;
}
#sub > ul > li > ul > li:last-child > a,
#sub > ul > li > ul > li.last > a {
  border-bottom: 0;
}
#sub > ul > li > ul > li.open:last-child > a,
#sub > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #32373e;
}
#sub > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}

.menuTrigger {display:none;}
@media screen and (min-width: 767px){
	.subFrame{display:block!important}
}
@media screen and (max-width: 767px){
	.subFrame, .sub_title{display:none;}   
	.subFrame{
		-webkit-border-radius: 0 0 10px 10px;
		-moz-border-radius: 0 0 10px 10px;
		border-radius: 0 0 10px 10px;
	}
	.menuTrigger {
		display:block;
		font-size: 26px;
		color: #ffffff;
		cursor:pointer;
		padding: 10px 0;
		text-align: center;
		background-color: #0c4177;
		-webkit-border-radius: 10px 10px 0 0;
		-moz-border-radius: 10px 10px 0 0;
		border-radius: 10px 10px 0 0;
	}
	.menuTrigger:before{
		content:'+';
		color: #ffffff;		
		display: inline-block;
		text-align:center;
		font-size:16px;
		font-weight:bold;
		margin-right:10px;
		vertical-align: middle;
	}
	.menuTrigger.selected:before{content:'-'} 
}

/* company
-----------------------------------------------------------------------------*/
span.cp_logo{
	padding-left:10px;
	padding-right:10px;
	display: inline-block;
}
span.cp_logo2{
	padding-left:5px;
	padding-right:5px;
	display: inline-block;
}
span.cp_logo2:first-child{
	padding:0;
}
.cp_title{
	color:#4a93cc;
	font-size:20px;
    font-family: "微軟正黑體";
}
a.cp_red{
	color:#df0024;
	text-decoration:none;
}

.cpTxt{
	color: #000;
    font-family: "微軟正黑體";
    font-size: 15.5px;
    line-height: 30px;
	margin:0;
}
.cp_ibtl{
	font-weight:bold;
	text-decoration:underline;
}


/* product
-----------------------------------------------------------------------------*/

/* product_skind */
.pd_skBanner{
	padding-top:10px;
	position:relative;
}
.pd_skBanner .sk_txt{
	position:absolute;
	left:0;
	bottom:15px;
	width:100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+30,000000+100&0.75+30,0+100 */
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.75) 30%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.75) 30%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0.75) 30%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.pd_skBanner .sk_txt span{
	color:#fff;
	font-size:1.6875em;
	padding:5px 18px;
	display:block;
    font-family: "微軟正黑體";
	z-index:10;
	text-shadow: 3px 0 0 #0a2a4c, -3px 0 0 #0a2a4c, 0 3px 0 #0a2a4c, 0 -3px 0 #0a2a4c, 1.5px 1.5px #0a2a4c, -1.5px -1.5px 0 #0a2a4c, 1.5px -1.5px 0 #0a2a4c, -1.5px 1.5px 0 #0a2a4c;
}
.pd_skBanner .sk_img{
}

/* product_item */
.proI{
	margin: 5px -5px;
}
.proI .more {
	padding-left:5px;
    padding-right: 5px;
}
.proI_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 5px 0;
  margin: 0;
}
.proI_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 0.625rem;
  margin: 0;
}
@media screen and (max-width: 50em) {
  .proI_item {
    width: 33.333%;
  }
}
@media screen and (max-width: 40em) {
  .proI_item {
    width: 50%;
  }
}
@media screen and (max-width: 22em) {
  .proI_item {
    width: 100%;
  }
}
.proI_item figure {
  margin: 0;
}
.proI_inner {
  background: #fff;
  width: 100%;
  border: 2px solid #fff;
}
.proI_inner:hover {
  border: 2px solid #33c9f7;
}
.proI_inner img {
  display: block;
  /*width: 100%;*/
  margin:0 auto;
}
.proI_inner figcaption a{
	color:inherit;
	display:block;
	text-decoration:none;
}
.proI_inner figcaption {
  padding: 0;
  margin:0;
  overflow: hidden;
  background-color: #a9a7a8;
  position:relative;
}
.proI_inner figcaption span.text {
    color: #000;
    float: left;
    font-family: "微軟正黑體";
    font-size: 12px;
    padding: 15px 10px;
    text-align: left;
    width: 75%;
}
.proI_inner figcaption span.cart {
    background-color: #707070;
    background-image: linear-gradient(to top, #464646, #636363 50%, #c2c2c2);
    color: #fff;
    float: right;
    font-family: "微軟正黑體";
    font-size: 12px;
    padding: 15px 0px;
    width: 25%;
	height:100%;
	text-align: center;
	position: absolute;
	right:0;
}

/* product_view */
.provTitle{
	color:#0c4077;
	font-size:2.3125em;
}
.provsTitle{
	color:#0c4077;
	font-size:15px;
	line-height:18px;
    font-family: "微軟正黑體";
}

.pro_viewTbl {
  width: 100%;
  margin-bottom: 1.5em;
}
.pro_viewTbl thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.pro_viewTbl thead th {
  font-weight: normal;
  text-align: center;
  color: white;
}
.pro_viewTbl thead th:first-of-type {
  text-align: center;
}
.pro_viewTbl tbody,
.pro_viewTbl tr,
.pro_viewTbl th,
.pro_viewTbl td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}
.pro_viewTbl th,
.pro_viewTbl td {
  padding: .5em;
  vertical-align: middle;
}
.pro_viewTbl caption {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
.pro_viewTbl tfoot {
  font-size: .8em;
  font-style: italic;
}
.pro_viewTbl tbody tr {
  margin-bottom: 1em;
  /*border: 2px solid #dd7901;*/
}
.pro_viewTbl tbody tr:last-of-type {
  margin-bottom: 0;
}
/*@media (min-width: 44em) {
  .pro_viewTbl tbody tr:nth-of-type(even) {
    background-color: rgba(94, 93, 82, 0.1);
  }
}*/
.pro_viewTbl tbody th[scope="row"] {
  background-color: #dd7901;
  color: white;
}
.pro_viewTbl tbody td {
  text-align: right;
  color:#000;
  font-size:16px;
  font-family:Arial;
  border-bottom:2px solid #434343;
}
.pro_REDtbl .pro_viewTbl tbody td {
  border-bottom-color:#b60005;
}
.pro_BUtbl .pro_viewTbl tbody td {
  border-bottom-color:#023972;
}
.pro_viewTbl tbody td:nth-child(3){
	text-align:left !important;
}
.pro_viewTbl tbody tr:last-child td {
	border:none;
}
.pro_viewTbl tbody td[data-type=currency] {
  text-align: center;
}
.pro_viewTbl tbody td[data-title]:before {
  content: attr(data-title);
  float: left;
  color: rgba(94, 93, 82, 0.75);
}
.pro_BUtbl > .pro_viewTbl {
    border: 3px solid #023972;
}
.pro_BUtbl > .pro_viewTbl thead th{
	color:#99cbff;
	font-size:16px;
	font-weight:bold;
	font-family:Arial;
	background-color:#023972;
}
.pro_REDtbl > .pro_viewTbl {
    border: 3px solid #b60005;
}
.pro_REDtbl > .pro_viewTbl thead th{
	color:#fd9fa1;
	font-size:16px;
	font-weight:bold;
	font-family:Arial;
	background-color:#b60005;
}
.pro_viewTbl span.priceR{
	color:#b60005;
	font-size:20px;
	font-weight:bold;
	font-family:Arial;
}
.pro_viewTbl input{
	width:60px;
	height:25px;
	line-height:25px;
	text-align:center;
	border:1px solid #727272;
}

input[type=checkbox].css-checkbox {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}
input[type=checkbox].css-checkbox + label.css-label {
	padding-left:24px;
	height:24px; 
	display:inline-block;
	line-height:24px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:24px;
	vertical-align:middle;
	cursor:pointer;
	margin:0;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -24px;
}
label.css-label {
	background-image:url(../tw_images/icon/checkbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.prov_btn{
	padding-top:10px;
	padding-bottom:60px;
}
.prov_btn ul{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
.prov_btn ul li{
	display:inline-block;
	padding: 0 12px;	
	width:188px;
}
.prov_btn ul li a{
	display:block;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	padding:14px 0;
	text-align:center;
	text-decoration:none;
	font-family:Microsoft JhengHei;
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	border-radius: 27px;
	background-color: #0c4177;
	background-image: -webkit-linear-gradient(bottom, #022345, #0c4177 26%, #0c4177 93%, #aad1f8);
	background-image: -moz-linear-gradient(bottom, #022345, #0c4177 26%, #0c4177 93%, #aad1f8);
	background-image: -o-linear-gradient(bottom, #022345, #0c4177 26%, #0c4177 93%, #aad1f8);
	background-image: -ms-linear-gradient(bottom, #022345, #0c4177 26%, #0c4177 93%, #aad1f8);
	background-image: linear-gradient(to top, #022345, #0c4177 26%, #0c4177 93%, #aad1f8);
}
.prov_btn ul li a:hover{
	background-color: #0c4177;
	background-image: -webkit-linear-gradient(bottom, #0389d3, #2ac5f5 26%, #2ac5f5 93%, #fff4d2);
	background-image: -moz-linear-gradient(bottom, #0389d3, #2ac5f5 26%, #2ac5f5 93%, #fff4d2);
	background-image: -o-linear-gradient(bottom, #0389d3, #2ac5f5 26%, #2ac5f5 93%, #fff4d2);
	background-image: -ms-linear-gradient(bottom, #0389d3, #2ac5f5 26%, #2ac5f5 93%, #fff4d2);
	background-image: linear-gradient(to top, #0389d3, #2ac5f5 26%, #2ac5f5 93%, #fff4d2);
}


@media (min-width: 30em) {
  .pro_viewTbl th,
  .pro_viewTbl td {
    padding: .75em .5em;
  }
  .pro_viewTbl tbody td {
    /*border-bottom: 1px solid #dd7901;*/
  }
  .pro_viewTbl tbody td[data-title]:before {
    font-size: 1.2em;
  }
}
@media (min-width: 44em) {
  .pro_viewTbl {
    font-size: .9em;
  }
  .pro_viewTbl thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
  .pro_viewTbl tr {
    display: table-row;
  }
  .pro_viewTbl th,
  .pro_viewTbl td {
    display: table-cell;
    padding: .5em;
  }
  .pro_viewTbl caption {
    font-size: 1.5em;
  }
  .pro_viewTbl tbody {
    display: table-row-group;
  }
  .pro_viewTbl tbody tr {
    display: table-row;
    border-width: 1px;
  }
  .pro_viewTbl tbody th[scope="row"] {
    background-color: transparent;
    color: #5e5d52;
    text-align: left;
  }
  .pro_viewTbl tbody td {
    text-align: center;
  }
  .pro_viewTbl tbody td[data-title]:before {
    content: none;
  }
}
@media (min-width: 62em) {
  .pro_viewTbl {
    font-size: 1em;
  }
  .pro_viewTbl th,
  .pro_viewTbl td {
    padding: .75em .5em;
  }
  .pro_viewTbl tfoot {
    font-size: .9em;
  }
}
@media (min-width: 75em) {
  .pro_viewTbl th,
  .pro_viewTbl td {
    padding: .75em;
  }
}


/* account(memeber)
-----------------------------------------------------------------------------*/
.log_btn{
	padding-bottom:15px;
}
.log_btn ul{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
.log_btn ul li{
	display:inline-block;
	width:188px;
	background-image:url(../tw_images/bg/logbtnBG2.png), url(../tw_images/bg/logbtnBG.png);
	background-position:center center,center center;
	background-repeat:no-repeat;
	vertical-align:middle;
	margin:0 15px;
}
.log_btn ul li:hover,
.log_btn ul li.act{
	background-image:url(../tw_images/bg/logbtnBG2H.png), url(../tw_images/bg/logbtnBG.png);
}
.log_btn ul li a{
	color:#000;
	display:block;
	padding:20px 10px;
	font-family:"微軟正黑體";
	cursor: pointer;
	z-index: 2;
	font-size: 20px;
	text-align:center;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1.5px 1.5px 0 #fff, -1.5px -1.5px 0 #fff, -1.5px -1.5px 0 #fff, -1.5px 1.5px 0 #fff, 1.5px -1.5px 0 #fff;
}
#multi ul li{
	border:none;
	margin:0 8.5px;
}
#multi ul li:first-child{
	margin-left:0;
}
#multi ul li:last-child{
	margin-right:0;
}
#multi ul li:nth-child(2) a{
	padding:20px 10px;
}

/* login */
.login{
	margin:15px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow:hidden;
	background-color:#f9e0c2;
}
.log_img{
	float:left;
}
.log_info{
	float:left;
	margin-left:5px;
	margin-top:50px;
	margin-bottom: 20px;
}
.log_title{
	color:#000;
	font-size:20px;
	font-weight:bold;
	font-family:"微軟正黑體";
	padding-bottom: 10px;
	border-bottom:1px dashed #363636;
}
.log_tbl table{
	table-layout:fixed;
}
.log_tbl table tr td:first-child{
	width:20%;
}
.log_tbl table tr td:last-child{
	width:80%;
}
.log_tbl tr td{
	padding:10px;
}
.log_tbl tr td:first-child{
	color:#000;
	font-size:16px;
	font-family:"微軟正黑體";
}
.log_tbl tr td label{
	font-weight:normal;
	margin-bottom:0;
}
.log_tbl tr td label span{
	color:#000;
	font-size:16px;
	padding-right:15px;
	font-family:"微軟正黑體";
}
.log_tbl tr td label input{
	margin-left:10px;
	margin-right:10px;
}
.log_tbl tr td .form-control{
	border:1px solid #363636;
}
.log_info .btn_bu{
	margin-left:118px;
}


/* forgot */
.fogt{
	margin:25px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow:hidden;
	background-color:#d4d4d4;
	background-image:url(../tw_images/bg/fogt_bg.jpg);
	background-repeat:no-repeat;
	padding:12px 35px;
}
.fogt_info{
}
.fogt_title{
	color:#000;
	font-size:20px;
	font-weight:bold;
	font-family:"微軟正黑體";
	padding-bottom: 10px;
	border-bottom:1px dashed #363636;
}
.fogt_tbl{
}
.fogt_tbl tr td{
	padding:10px;
}
.fogt_tbl tr td:first-child{
	color:#000;
	font-size:16px;
	font-family:"微軟正黑體";
}
.fogt_tbl tr td label{
	font-weight:normal;
	margin-bottom:0;
}
.fogt_tbl tr td label span{
	color:#000;
	font-size:16px;
	padding-right:15px;
	font-family:"微軟正黑體";
}
.fogt_tbl tr td label input{
	margin-left:10px;
	margin-right:10px;
}
.fogt_tbl tr td .form-control{
	border:1px solid #363636;
}


/* joinMember */
.joinMem{
	margin:25px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow:hidden;
	background-color:#f9e0c2;
	background-image:url(../tw_images/bg/jm_bg.png);
	background-repeat:no-repeat;
	background-position:center 80vh;
	padding:12px 15px;
}
.joinMem_info{
	width:80%;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:10px;
}
.joinMem_title{
	color:#000;
	font-size:20px;
	font-weight:bold;
	font-family:"微軟正黑體";
	padding-bottom: 10px;
	border-bottom:1px dashed #363636;
}
.jim_p{
	margin:5px 0;
	color:#000;
	font-size:15px;
	text-align:right;
	font-family:"微軟正黑體";
}
.joinMem .form-control{
	border:1px solid #363636;
}
.joinMem_info .col-md-2{
	padding:0;
}

.fa-star{
	color:#fe0000;
	font-size:15px;
	margin-right:5px;
}

/* memberDate */
.memData{
	padding:20px 0;
}
.memData_frame{
	padding:28px 25px;
	border-radius:2px;
	border:3px solid #fbbf02;
	background-color:#ebebeb;
	position:relative;
	margin-bottom:25px;
}
.memData_frame:before{
	content:"";
	position:absolute;
	left:80px;
	top:-25px;
	background-image:url(../tw_images/icon/icon_triangle.png);
	background-repeat:no-repeat;
	width:34px;
	height:25px;
}
.memData_info {
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 80%;
}
.memData_info .form-control{
	border:1px solid #363636;
}
.memData_info .col-md-2{
	padding:0;
}
.memDate_gray{
	color:#959595;
	font-size:16px;
	font-family:"微軟正黑體";
}
.memData #myCarousel{
	padding:20px 0;
} 
.memDate_hotpd{
	margin:10px 0;
	border:2px solid #fff;
}
.memDate_hotpd:hover{
	border:2px solid #33c9f7;
}
.memData .slider_p span.text,
.memData .slider_p span.cart{
	font-size:16px;
	padding-top:13.5px;
	padding-bottom:13.5px;
}

#myCarousel .left,
#myCarousel .right{
	text-align:center;
}
#myCarousel .left .slick-prev,
#myCarousel .right .slick-next{
	padding-top:5px;
}
@media (min-width: 992px ) {
	.carousel-inner .active.left {
		left: -25%;
	}
	.carousel-inner .next {
		left:  25%;
	}
	.carousel-inner .prev {
		left: -25%;
	}
}

@media (min-width: 768px) and (max-width: 991px ) {
	.carousel-inner .active.left {
		left: -33.3%;
	}
	.carousel-inner .next {
		left:  33.3%;
	}
	.carousel-inner .prev {
		left: -33.3%;
	}
	.active > div:first-child {
		display:block;
	}
	.active > div:first-child + div {
		display:block;
	}
	.active > div:last-child {
		display:none;
	}
}

@media (max-width: 767px) {
	.carousel-inner .active.left {
		left: -100%;
	}
	.carousel-inner .next {
		left:  100%;
	}
	.carousel-inner .prev {
		left: -100%;
	}
	.active > div {
		display:none;
	}
	.active > div:first-child {
		display:block;
	}
}


/* Order History */
.odhis{
	padding-bottom:5%;
}
.odhis:before{
	left: 285px;
}
.odhis_txt{
	color:#000;
	font-size:16px;
	line-height:24px;
	font-family:"微軟正黑體";
}
.odhis_inq{
	color:#ffffff;
	font-size:16px;
	font-style:italic;
	padding:4.5px 20px;
	margin-left:5px;
	margin-right:5px;
	text-align:center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #ce0021;
}
.odhis_inq a{
	color:#fff;
	text-decoration:none;
}
.odhis_btnTbl tr td{
}
.odhis_btnTbl .pageNum{
	text-align:right;
}

/* Order History2 */
.od2_tbl{
	margin-bottom:20px;
	border-radius:2px;
	border:3px solid #ce0021;
}
.od2_tbl tr th{
	color:#fff;
	font-size:20px;
	font-family:"微軟正黑體";
	text-align:center;
	background-color:#ce0021;
}
.od2_tbl tr td{
	color:#000;
	font-size:16px;
	padding:10px;
	font-family:"微軟正黑體";
}
.od2_tbl tr:nth-child(odd) td{
	background-color:#fffdda;
}
.od2_tbl tr:nth-child(even) td{
	background-color:#fde795;
}
.od2_title{
	font-size:20px;
	font-weight:bold;
}
#notd{
	display:none !important;
}
.od2_full{
	display: table-row;
	width: 100%;
}


/* Credit Note */
.credNote{
	padding-bottom:70%;
}
.credNote:before{
	left: 498px;
}
.cn_title{
	color:#093f76;
	font-size:20px;
	font-family:"微軟正黑體";
}
.credNote table,
.bonus table{
	font-family:"微軟正黑體";
}
.credNote table tr th,
.credNote table tr td,
.bonus table tr th,
.bonus table tr td{
	padding:12px 15px;
}
.credNote table tr th,
.bonus table tr th{
	color:#093f76;
	font-size:20px;
	background-color:#d8d8d8;
}
.credNote table tr td,
.bonus table tr td{
	font-size:16px;
	border-bottom:1px dashed #000;
}

/* Bonus */
.bonus{
	padding-bottom:70%;
}
.bonus:before{
	left: auto;
    right: 180px;
}
#bonus_acc td{
	border:none;
	color:#ce0021;
	padding: 10px;
	font-size:20px;
	font-weight:bold;
	background-color:#fde795;
}
.cn_tit,
.bs_tit{
	display:none;
	color:#093f76;
	font-size:20px;
}

/* wish */
.wish{
}
.wish:before{
	left: auto;
    right: 280px;
}
.wish_p{
	text-align:left;
	font-size:16px;
}
.wish_p .wish_bu{
	color:#0600f0;
	text-decoration:underline;
}
.wish_red{
	color:#ce0021;
	text-align:left;
}

.wish-table {
  width: 100%;
  margin-bottom: 1.5em;
}
@media (min-width: 44em) {
  .wish-table {
    font-size: .9em;
  }
}
@media (min-width: 62em) {
  .wish-table {
    font-size: 1em;
  }
}
.wish-table thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
@media (min-width: 44em) {
  .wish-table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
}
.wish-table thead th {
  background-color: #d8d8d8;
  text-align: center;
  color: #093f76;
  font-size:20px;
  font-family:"微軟正黑體";
}
.wish-table td{
  font-size:16px;
  color:#000;
  font-family:"微軟正黑體";
  border-bottom:1px dashed #000;
}
.wish-table thead th:first-of-type {
  text-align: center;
}
.wish-table tbody,
.wish-table tr,
.wish-table th,
.wish-table td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}
@media (min-width: 44em) {
  .wish-table tr {
    display: table-row;
  }
}
.wish-table th,
.wish-table td {
  padding: .5em;
  vertical-align: middle;
}
@media (min-width: 30em) {
  .wish-table th,
  .wish-table td {
    padding: .75em .5em;
  }
}
@media (min-width: 44em) {
  .wish-table th,
  .wish-table td {
    display: table-cell;
    padding: .5em;
  }
}
@media (min-width: 62em) {
  .wish-table th,
  .wish-table td {
    padding: .75em .5em;
  }
}
@media (min-width: 75em) {
  .wish-table th,
  .wish-table td {
    padding: .75em;
  }
}

@media (min-width: 44em) {
  .wish-table tbody {
    display: table-row-group;
  }
}
.wish-table tbody tr {
  margin-bottom: 1em;
  /*border: 2px solid #dd7901;*/
}
@media (min-width: 44em) {
  .wish-table tbody tr {
    display: table-row;
    border-width: 1px;
  }
}
.wish-table tbody tr:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 44em) {
  .wish-table tbody tr:nth-of-type(even) {
    /*background-color: rgba(94, 93, 82, 0.1);*/
  }
}
.wish-table tbody th[scope="row"] {
  background-color: #dd7901;
  color: white;
}
@media (min-width: 44em) {
  .wish-table tbody th[scope="row"] {
    background-color: transparent;
    color: #5e5d52;
    text-align: left;
  }
}
.wish-table tbody td {
  text-align: right;
}
@media (min-width: 30em) {
  .wish-table tbody td {
    /*border-bottom: 1px solid #dd7901;*/
  }
}
@media (min-width: 44em) {
  .wish-table tbody td {
    text-align: center;
  }
}
.wish-table tbody td[data-type=currency] {
  text-align: center;
}
.wish-table tbody td[data-title]:before {
  content: attr(data-title);
  float: left;
  color: rgba(94, 93, 82, 0.75);
}
@media (min-width: 30em) {
  .wish-table tbody td[data-title]:before {
    font-size: 1.2em;
  }
}
@media (min-width: 44em) {
  .wish-table tbody td[data-title]:before {
    content: none;
  }
}

.wish_btn{
	padding-top:10px;
	padding-bottom:10px;
}
.wish_btn ul{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
.wish_btn ul li{
	display:inline-block;
	margin: 0 12px;	
	width:188px;
}
.wish_btn ul li a{
	display:block;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	padding:14px 0;
	text-align:center;
	text-decoration:none;
	font-family:Microsoft JhengHei;
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	border-radius: 27px;
	background-color: #0c4177;
	background-image: -webkit-linear-gradient(bottom, #022345, #0c4177 26%, #0c4177 93%, #aad1f8);
	background-image: -moz-linear-gradient(bottom, #022345, #0c4177 26%, #0c4177 93%, #aad1f8);
	background-image: -o-linear-gradient(bottom, #022345, #0c4177 26%, #0c4177 93%, #aad1f8);
	background-image: -ms-linear-gradient(bottom, #022345, #0c4177 26%, #0c4177 93%, #aad1f8);
	background-image: linear-gradient(to top, #022345, #0c4177 26%, #0c4177 93%, #aad1f8);
}
.wish_btn ul li a:hover{
	background-color: #fabe00;
	background-image: -webkit-linear-gradient(bottom, #cb9d0a, #fabe00 26%, #fabe00 93%, #fff4d2);
	background-image: -moz-linear-gradient(bottom, #cb9d0a, #fabe00 26%, #fabe00 93%, #fff4d2);
	background-image: -o-linear-gradient(bottom, #cb9d0a, #fabe00 26%, #fabe00 93%, #fff4d2);
	background-image: -ms-linear-gradient(bottom, #cb9d0a, #fabe00 26%, #fabe00 93%, #fff4d2);
	background-image: linear-gradient(to top, #cb9d0a, #fabe00 26%, #fabe00 93%, #fff4d2);
}



/* cart
-----------------------------------------------------------------------------*/
.cart_frame .form-control{
	text-align:center;
	padding:3.5px 17px;
	width:75px;
	margin:0 auto;
	border:1px solid #363636;
}

.cart_btmTxt{
	color:#000;
	padding:10px 30px;
}
.cbm_title{
	margin:0;
	font-size:20px;
}
.cbm_txt{
	font-size:16px;
	line-height:24px;
}

/* cart3 */
.gn_bar{
	padding:10px 25px;
	background-color:#d8d8d8;
}
.gn_bar ul{
	margin:0;
	padding:0;
	list-style:none;
}
.gn_bar ul li{
	color:#093f76;
	font-size:16px;
	padding-right: 15px;
	display:inline-block;
	font-family:"微軟正黑體";
}
.bartxt{
	font-size:20px;
	font-weight:bold;
}
.btline{
	border-bottom:1px dashed #000;
}
.cart_tbl{
	padding:10px 0;
}
.cart_tbl tr td{
	padding:5px 10px;
}
.cart_tbl .form-control{
	border:1px solid #363636;
}
.ct_txt{
	color:#000;
	margin:0;
	font-size:16px;
	text-align:right;
	font-family:"微軟正黑體";
}
.ct_gtitle{
	color:#959595;
	font-size:20px;
	text-align:center;
	font-family:"微軟正黑體";
}
.cart_input{
	border: 1px solid #363636;
    border-radius: 4px;
    margin-left: 5px;
    margin-right: 5px;
    width: 35px;
}
input[type="radio"], input[type="checkbox"] {
    margin: 4px;
}

/* cart4 */
.cart4_title{
	color:#ce0021;
	font-size:30px;
	font-weight:bold;
	font-family:"微軟正黑體";
}
.cart4_title2{
	color:#093f76;
	font-size:16px;
	font-weight:bold;
	font-family:"微軟正黑體";
}
.cart4_title3{
	color:#093f76;
	font-size:20px;
	font-weight:bold;
	font-family:"微軟正黑體";
}
.cart4_title4{
	color:#ce0021;
	font-size:20px;
	font-weight:bold;
	font-family:"微軟正黑體";
}
.cart4_odhisbtn{
}



/* news
-----------------------------------------------------------------------------*/
.newsTbl{
	width: 100%;
	background-color: #ffffff;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.newsTbl .td, .newsTbl .th{
	padding: 5px;
}
.newsTbl .td{
	color: #000;
	font-size:16px;
	font-family:"微軟正黑體";
	padding-top:20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #424242;
}
.newsTbl .th{
	background-color: #d8d8d8;
	color:#093f76;
	font-size:20px;
	text-align: center;
	font-family:"微軟正黑體";
}
.newsTbl{
	display: table;
	margin-top: 20px;
}
.newsTbl .thead{
	display:table-header-group;
}
.newsTbl .tbody{
	display:table-row-group;
}
.newsTbl .tr{
	display:table-row;
}
.newsTbl .th,
.newsTbl .td{
	display:table-cell;
}

.newsTbl .tr .td:first-child{
	width:23%;
}
.newsTbl .tr .td:nth-child(2){
	width:12%;
}
.newsTbl .tr .td:last-child{
	width:65%;
}


@media only screen and (max-width: 960px) {
	.newsTbl{
		background-color: transparent;
	}
	.newsTbl .thead{
		display: none;
	}
	.newsTbl .tr{
		display:block;
		margin-bottom: 5px;
		background: #ffffff;
	}
	.newsTbl .th,
	.newsTbl .td{
		display:inline-block;
		width: 100%;
		border: none;
		padding:5px 0;
	}
	.newsTbl .tr .td:first-child{
		text-align:center;
	}
	.newsTbl .tr .td:first-child,
	.newsTbl .tr .td:nth-child(2),
	.newsTbl .tr .td:last-child{
		width:100%;
	}
	.newsTbl .tr .td:last-child{
		margin-bottom: 20px;
    	padding-bottom: 20px;
		border-bottom: 1px dashed #424242;
	}
}
@media only screen and (max-width: 720px) {
	.newsTbl .th,
	.newsTbl .td{
		display:block;
		width: 100%;
	}
	.newsTbl .tr .td:first-child,
	.newsTbl .tr .td:nth-child(2),
	.newsTbl .tr .td:last-child{
		width:100%;
	}
}


.newsdTbl{
	padding-top:10px;
	padding-bottom:20px;
}

.newsdTbl tr td{
	color:#000;
	font-size:16px;
	line-height:24px;
	padding-top:10px;
	padding-bottom:10px;
	font-family:"微軟正黑體";
	border-bottom:1px dashed #000000;
}



/* contact
-----------------------------------------------------------------------------*/
.contact{
	margin:25px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow:hidden;
	background-color:#fcf7f4;
	background-image:url(../tw_images/bg/cont_bgBtm.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}
.cont_title{
	background-image:url(../tw_images/bg/cont_bgTop.png);
	background-repeat:no-repeat;
	background-position:center top;
	min-height:300px;
}
.cont_txt{
	color:#000;
	font-size:20px;
	line-height:30px;
	font-weight:bold;
	font-family:"微軟正黑體";
	width:44%;
	margin:0 auto;
	padding-top:70px;
}


/* footer
-----------------------------------------------------------------------------*/
.ft_menu ul,
.ft_branch ul,
.ft_info ul{
	margin:0;
	padding:0;
	list-style:none;
}
.ft_menu{
	width:100%;
	display:inline-block;
	text-align:center;
	background-color: #000;
	background-image: -webkit-linear-gradient(bottom, #141414, #38383a 50%, #0b0707);
	background-image: -moz-linear-gradient(bottom, #141414, #38383a 50%, #0b0707);
	background-image: -o-linear-gradient(bottom, #141414, #38383a 50%, #0b0707);
	background-image: -ms-linear-gradient(bottom, #141414, #38383a 50%, #0b0707);
	background-image: linear-gradient(to top, #141414, #38383a 50%, #0b0707);
}
.ft_menu ul li{
	display:inline-block;
}
.ft_menu ul li a{
	color:#fff;
	font-size:16px;
	padding:17px 24px;
	font-family:"微軟正黑體";
	position:relative;
	display:block;
}
.ft_menu ul li a:hover{
	color:#fff33f;
	text-decoration:none;
}
.ft_menu ul li:last-child a:before,
.ft_menu ul li:last-child a:after{
	width:0;
}
.ft_menu ul li a:before,
.ft_menu ul li a:after{
	position:absolute;
	content:"";
	top:8px;
	width:2px;
	height:41px;
}
/*.ft_menu ul li a:before{
	right:-1px;
	background-color:#9c9c9c;
}*/
.ft_menu ul li a:after{
	right:0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,000000+50,7db9e8+100&0+0,1+50,0+100 */
background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(0,0,0,1) 50%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(0,0,0,1) 50%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(0,0,0,1) 50%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */

}

.ft_branch{
	padding:10px 0 5px 0;
	text-align:center;
}
.ft_branch li{
	display:inline-block;
}


footer{
	background-color:#0087ca;
}
.ft_block{
	padding:25px 10px;
}
.ft_qrcode{
	width:10%;
	float:left;
}
.ft_info{
	width:90%;
	float:left;
}
.ft_info ul li{
	color:#fff;
	font-size:14px;
	line-height:28px;
	font-family:"微軟正黑體";
}
.ft_info ul li a{
	color:inherit;
	text-decoration:none;
}
.ft_info ul li.rblk{
	float:right;
	margin-top: -28px;
}

#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;    
    padding: 10px 15px;    
    cursor: pointer;
	z-index:999;
}



/* media query
-----------------------------------------------------------------------------*/
@media (max-width:1400px){
	.ft_qrcode{
		width:15%;
	}
	.ft_info{
		width:85%;
	}
	.log_btn ul li{
		margin: 5px;
	}
	#multi ul li{
		width:20%;
		padding-bottom: 10px;
	}
	.memData_frame::before{
		display:none;
	}
	#multi ul li:first-child{
		margin-left:8.5px;
	}
	#multi ul li:last-child{
		margin-right:8.5px;
	}
}
@media (max-width:1200px){
	.navbar .nav > li > a{
		line-height:25px;
	}
	.logo,
	.topBox{
		float:none;
		display:block;
	}
	.logo img {
		margin: 0 auto;
		padding-bottom:10px;
	}
	.topBox .lan {
		float: left;
	}
	.topBox .paypal {
		float: right;
	}
	.idx_newsDate{
		width:100%;
		text-align:left;
	}
	.idx_newsTxt{
		width:80%;
	}
	.idx_news .more{
		width:20%;
	}
	.page_title,
	.page_REDtitle{
		font-size:20px;
		background-position:inherit;
	}
	.bannerArrow{
		width:25%;
	}
	#multi ul li{
		width:25%;
	}
	.prov_btn ul li,
	.wish_btn ul li{
		width:25%;
		float:left;
		padding-bottom: 15px;
	}
	.cart_btn ul li{
		width:30%;
	}
	.cart_btn2 ul li{
		width:45% !important;
	}
	.log_title{
		padding-left:10px;
	}	
	.log_tbl table tr td:first-child{
		width:15%;
	}
	.log_tbl table tr td:last-child{
		width:85%;
	}
	/*.log_tbl tr td {
		width:100%;
    	display: inline-flex;
	}*/
	.log_info .btn_bu {
		margin: 0 auto;
	}
	.fogt{
		padding:12px 15px;
		background-size: cover;
	}
	.fogt_tbl tr td{
		width:100%;
		display: table;
	}
	.fogt_tbl tr td .btn_bu{
		margin:20px auto;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    /* 如果使用者之視窗寬度介於 768px ~ 992px，將會再載入這裡的 CSS。*/  
	.xs_pb10{
		padding-bottom:10px;
	}
	.xs_pb20{
		padding-bottom:20px;
	}
	.rwd-img{
		margin:0 auto;
	}
	.navbar .nav > li{
		vertical-align: top;
	}
	.navbar .nav > li > a{
		line-height:20px;
		font-size:14px;
	}
	.icon_member,
	.icon_cart{
		display:block;
		margin-right:0;
	}
	.newsDate{
		display:block;
		width:100%;
		text-align:left;
	}
	.ft_qrcode{
		width:20%;
	}
	.ft_info{
		width:80%;
	}
	.ft_info ul li.rblk{
		margin-top:0;
	}
	.ft_menu ul li a{
		padding:17px 20px;
	}
	.prov_btn ul li,
	.wish_btn ul li{
		width:50%;
		float:left;
		padding-bottom: 15px;
	}
	.cart_btn ul li{
		width:29%;
	}
	.cart_btn2 ul li{
		width:45% !important;
	}
	.log_img,
	.log_info{
		width:100%;
		margin-left:0;
	}
	.joinMem_info{
		width:95%;
	}
	.joinMem_info .col-md-2,
	.memData_info .col-md-2{
		padding:0 15px;
	}
	.jim_p{
		text-align:left;
	}
	.memData_frame::before{
		display:none;
	}
	#multi ul li:first-child{
		margin-left:8.5px;
	}
	#multi ul li:last-child{
		margin-right:8.5px;
	}
	#multi ul li{
		width:188px;
	}
	.credNote,
	.bonus,
	.odhis{
		padding-bottom: 10%;
	}
	.odhis_btnTbl tr td{
		display: unset;
	}
	.cart_tbl tr td{
		padding:5px 0;
	}
} 

@media screen and (max-width:767px){
	#showhide{
		display:none;
	}
	#hideshow{
		display:block;
	}
	#sh-ink{
		display:none;
	}
	#hs-ink{
		display:inline-block;
	}
	.lcenter{
		text-align:center;
	}
	.rcenter{
		text-align:center;
	}
	.cleft{
		text-align:left;
	}
	.cright{
		text-align:right;
	}
	.rleft{
		text-align:left;
	}
	.lright{
		text-align:right;
	}
	.xs_pt10{
		padding-top:10px;
	}
	.xs_pb10{
		padding-bottom:10px;
	}
	.xs_ptb10{
		padding-top:10px;
		padding-bottom:10px;
	}
	.xs_pt20{
		padding-top:20px;
	}
	.xs_pb20{
		padding-bottom:20px;
	}
	.xs_ptb20{
		padding-top:20px;
		padding-bottom:20px;
	}
	.pro_viewTbl tbody td[data-type="currency"],
	.wish-table tbody td[data-type="currency"] {
		text-align: right !important;
	}
	.cart_frame .form-control {
	    margin: 0 0 0 auto;
	}
	.rwd-img{
		margin:0 auto;
	}
	.navbar .nav > li > a{
		line-height:25px;
		text-align:left;
	}
	.icon_member{
		margin-left: 8px;
	}
	.navbar .nav > li {
		display: table;
		width: 100%;
	}
	.dropdown-menu > li {
		width: 100%;
		display: inline-block !important;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a{
		color:#fff;
	}
	.dropdown-menu > li > a{
		white-space: unset;
	}
	.idx_newsDate,
	.idx_newsTxt,
	.idx_news .more{
		display:block;
		width:100%;
		float:none;
	}
	.idx_newsDate,
	.idx_newsTxt{
		text-align:left;
	}
	.ft_qrcode,
	.ft_info{
		display:block;
		width:100%;
		margin-bottom:10px;
		text-align: center;
	}
	.ft_info ul li.rblk{
		margin-top:0;
	}
	.ft_menu ul li {
		display: block;
		float: left;
		width: 50%;
	}
	.ft_menu ul li a::after{
		width:0;
	}
	.idx_cp .more a,
	.idx_news .more a{
		margin-top:10px;
	}
	.proI .more a{
		margin-bottom:10px;
	}
	.newsdTbl tr td{
		width:100%;
		display:inline-block;
	}
	.prov_btn ul li,
	.wish_btn ul li{
		width:50%;
		float:left;
		margin:0;
		padding-bottom: 15px;
	}
	.cart_btn ul li,
	.cart_btn2 ul li{
		width:100% !important;
	}
	.log_img,
	.log_info{
		width:100%;
		margin-left:0;
	}
	.joinMem_info{
		width:95%;
	}
	.joinMem_info .col-md-2,
	.memData_info .col-md-2{
		padding:0 15px;
	}
	.jim_p{
		text-align:left;
	}
	.cont_txt{
		width:60%;
	}
	#multi ul li{
		width:188px;
	}
	.memData_frame::before{
		display:none;
	}
	#multi ul li:first-child{
		margin-left:8.5px;
	}
	#multi ul li:last-child{
		margin-right:8.5px;
	}
	.cn_tit{
		width: 35%;
		display:table-cell;
	}
	.bs_tit{
		width: 70%;
		display:table-cell;
	}
	.credNote table tr th,
	.bonus table tr th{
		display:none;
	}
	.credNote table tr td,
	.bonus table tr td{
		width:100%;
		padding:10px 0;
		display:inline-flex;
	}
	#bonus_acc td{
		width: 50%;
		padding:10px;
		display:table-cell;
	}
	.wish_p{
		width:100%;
		display: inline-table;
	}
	.wish-table thead th{
		font-size:16px;
	}
	.credNote,
	.bonus,
	.odhis{
		padding-bottom: 10%;
	}
	.odhis_btnTbl tr td{
		display: unset;
	}
	.cart_tbl tr td {
		display: inline;
	}
	.ct_txt,
	.ct_gtitle{
		text-align:left;		
	}
	.gn_bar ul li:first-child{
		display:block;
	}
	.cart_tbl tr td{
		padding:5px 0;
	}
	.topBox .lan,
	.topBox .paypal {
		float: none;
		text-align:center;
	}
	.log_tbl table tr td:first-child,
	.log_tbl table tr td:last-child{
		width:100%;
		display:block;
		text-align: left;
	}
}

@media screen and (max-width:703px){
	.pro_viewTbl tbody tr{
		margin-bottom: 0;
	}
	.pro_viewTbl tbody td{
		border-bottom:2px dashed #434343;
	}
	.pro_BUtbl .pro_viewTbl tbody td,
	.pro_REDtbl .pro_viewTbl tbody td{
	  border-bottom-color:#434343;
	}
	.pro_BUtbl .pro_viewTbl tbody tr{
		border-bottom:2px solid #023972;
	}
	.pro_REDtbl .pro_viewTbl tbody tr{
		border-bottom:2px solid #b60005;
	}
	.pro_viewTbl tbody tr:last-of-type,
	.pro_viewTbl tbody td:last-of-type{
		border-bottom:0;
	}
}

@media screen and (max-width:650px){
	.pd_skBanner .sk_txt{
		bottom: 5px;
	}
	.pd_skBanner .sk_txt span{
		font-size: 1em;
	}
	.log_btn ul li:nth-child(2) a{
		padding:5px 10px;
	}
	.cont_title{
		min-height:auto;
	}
	.cont_txt{
		width:80%;
		padding-top:20px;
		padding-bottom:20px;
	}
}

@media screen and (max-width:480px){
	#showhide{
		display:none;
	}
	#hideshow{
		display:block;
	}
	#sh-ink{
		display:none;
	}
	#hs-ink{
		display:inline-block;
	}
	.lcenter{
		text-align:center;
	}
	.rcenter{
		text-align:center;
	}
	.cleft{
		text-align:left;
	}
	.cright{
		text-align:right;
	}
	.rleft{
		text-align:left;
	}
	.lright{
		text-align:right;
	}
	.xs_pt10{
		padding-top:10px;
	}
	.xs_pb10{
		padding-bottom:10px;
	}
	.xs_ptb10{
		padding-top:10px;
		padding-bottom:10px;
	}
	.xs_pt20{
		padding-top:20px;
	}
	.xs_pb20{
		padding-bottom:20px;
	}
	.xs_ptb20{
		padding-top:20px;
		padding-bottom:20px;
	}
	.rwd-img{
		margin:0 auto;
	}
	.ft_menu ul li {
		display: block;
		width: 100%;
	}
	.pd_skBanner .sk_txt span{
		font-size: 0.8em;
	}
	.prov_btn ul li,
	.wish_btn ul li{
		width:100%;
		float:none;
		padding-bottom: 15px;
	}
	.credNote table tr td,
	.bonus table tr td {
    	display: inline-block;
	}
	#bonus_acc td {
		width: 100%;
		text-align: left;
    	display: inline-flex;
	}
}



.lineLarge{
	display:block;
}

.lineSmall{
	display:none;
	margin-bottom: 15px;
}

@media (max-width:767px){	
	.lineLarge{
		display:none;
	}

	.lineSmall{
		display:block;
	}
}

