/*
 * [2021-03-12] @daniel : 新增line浮動ICON樣式。
 * [2019-09-24] @daniel : 調整購物車按鈕樣式。
 * [2019-03-15] @daniel : 新增出清商品樣式。
 * [2018-07-06] @daniel : 新增.tips。
 * [2018-05-31] @daniel : 新增案例分享樣式。
 * [2017-12-14] @daniel : 調整購物車UI。
 * [2017-11-08] @daniel : 新增線上設計開窗、調整上傳稿件樣式。
 * [2017-10-16] @daniel : 調整.top_nav樣式。
 * [2017-09-28] @daniel : 調整商品配件顯示樣式。
 * [2017-07-21] @daniel : 新增.product_size。
 * [2017-07-07] @daniel : 新增.social-container。
 * [2017-07-07] @daniel : 新增.social-container。
 * [2017-07-05] @daniel : 調整.top寬度為1140px。
 * [2017-06-28] @daniel : 新增.embed-container樣式。
 * [2017-06-20] @daniel : 調整getProductPriceTotal()，活動折扣格式。
 * [2017-06-08] @daniel : 調整商品列表樣式。
 * [2017-04-18] @daniel : 調整稿件上傳UI樣式。
 * [2017-04-18] @daniel : 稿件中文命名、產生XML(調整稿件上傳UI樣式)。
 * [2017-04-09] @daniel : 樣袋索取icon。
 * [2017-04-05] @daniel : 購物車數量icon。
 * [2017-03-29] @daniel : 新增'電子報訂閱'樣式。
 * [2017-03-20] @daniel : 新增.label-default樣式。
 * [2017-02-14] @daniel : 修正'全站公告'樣式RWD。
 * [2017-01-26] @daniel : 新增'全站公告'樣式。
 * [2017-01-25] @daniel : 修正麵包屑點不到(62)。
 * [2017-01-25] @daniel : 修正促銷活動圖片對齊(488-524)。
 */

*:focus { 
outline: none; 
}
/*-----==========共用==========-----*/

body {
    font-family: 微軟正黑體,Microsoft JhengHei,MingLiU,arial,verdana,helvetica,tahoma,Sans-serif;
    line-height: 1.8;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    /*line-height: 2;*/
}
a:hover {
    text-decoration: none;
}
dl, ol, ul {
    padding: 0;
}
p {
    margin-bottom: 0;
}
a:not([href]) {
    color: initial;
}
.btn {
    /*border-radius: 0;*/
}
.btn:hover {
    text-decoration: none !important;
}
.btn-100 {
    min-width: 100px;
}

.btn-login-line {
    color: #FFFFFF;
    background-color: #06C755;
}
.btn-login-line:hover {
    color: #FFFFFF;
    background-color: #05b34c;
}
.btn-login-google {
    border-color: #dbdddf;
}
.btn-login-google:hover {
    background-color: #f9f9f9;
}
.btn-login-facebook {
    color: #FFFFFF;
    background-color: #5890FF;
}
.btn-login-facebook:hover {
    color: #FFFFFF;
    background-color: #4582f9;
}

.btn-red {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-red:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-red:focus, .btn-red.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-red.disabled, .btn-red:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active,
.show > .btn-red.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-outline-red {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-red:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-red:focus, .btn-outline-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-red.disabled, .btn-outline-red:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active,
.show > .btn-outline-red.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-red:not(:disabled):not(.disabled):active:focus, .btn-outline-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-secondary {
    color: #696969;
    background-color: #fff;
    border-color: #ccc;
}
.btn-secondary:focus {
    color: #696969;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-secondary:hover {
    color: #696969;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-secondary:active {
    color: #696969;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #696969;
    background-color: #e6e6e6;
    border-color: #adadad;
}


.pure-form-stacked input:not([type]), .pure-form-stacked input[type=password], .pure-form-stacked input[type=email], .pure-form-stacked input[type=url], .pure-form-stacked input[type=date], .pure-form-stacked input[type=month], .pure-form-stacked input[type=time], .pure-form-stacked input[type=datetime], .pure-form-stacked input[type=datetime-local], .pure-form-stacked input[type=week], .pure-form-stacked input[type=tel], .pure-form-stacked input[type=color], .pure-form-stacked input[type=file], .pure-form-stacked input[type=number], .pure-form-stacked input[type=search], .pure-form-stacked input[type=text], .pure-form-stacked label, .pure-form-stacked select, .pure-form-stacked textarea {
    margin: 0 !important;
}
label {
    margin-bottom: 0;
}

.wrapper {
    padding-bottom: 60px;
}

.line-through {
    text-decoration: line-through;
}

/*-----==========Header==========-----*/
header{
    position: relative;
	width:100%;
	/*height:160px;*/
	/*box-shadow:5px -2px 15px 0px rgba(0,0,0,0.15);*/
    border-bottom: 1px solid #e8ebed;
	/*position:absolute;*/
	background-color:#fff;
	z-index: 1030;
}

.page {
    padding-top: 15px;
    margin-bottom: 60px;
}



/*------------------------------------
  Heading-v10
------------------------------------*/
.u-heading-v10 {
    position: relative;
    /* text-align: center; */
    padding-bottom: 0.71429rem;
    border-bottom: 2px solid #46bbe8;
    margin-bottom: 15px;
}
.u-heading-v10__downer {
    font-size: 80px;
    line-height: 1;
    opacity: 0.04;
    text-align: right;
    margin: 0;
}
.u-heading-v10__upper {
    position: relative;
    bottom: 0;
    left: 0;
    /* -webkit-transform: translate(-50%, -50%); */
    /* transform: translate(-50%, -50%); */
    /*font-size: 40px;*/
     margin: 0; 
    /* width: 100%; */
}


.img-fluid-container {
    text-align: left;
}
.img-fluid-container img {
    max-width: 100%;
    height: auto;
}


.navbar-toggler {
  padding: 0;
  border: none;
  background: transparent !important;
}

.navbar-toggler:focus {
  outline: none;
  background: transparent !important;
}

.navbar-toggler .icon-bar {
  background-color: rgba(0, 0, 0, 0.5);
  transform: rotate(0deg) translate(0px, 0px);
  transition: ease all .2s;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 32px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggler .icon-bar+.icon-bar {
  margin-top: 8px;
}

.icon-bar:nth-child(2) {
  width: 32px;
  transition: ease all .2s;
}

.navbar-toggler:hover>.icon-bar:nth-child(2) {
  width: 32px;
  transition: ease all .2s;
}

.navbar-toggler:active>.icon-bar:nth-child(2) {
  width: 32px;
  transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
  transform: rotate(45deg) translate(7px, 7px);
  transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
  transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
  transition: ease all .2s;
}









.sticky-offset {
    top: 60px;
}

.list-group.sticky-top {
    height: calc(100vh - 70px);
    overflow: auto;
    border-radius: 0;
    /*border-bottom: 1px solid rgba(0,0,0,.125);*/
}

.list-group a {
    padding: .5rem 1rem;
    /*border-bottom: 0;*/
    border-radius: .5rem !important;
}
.list-group-item-action {
    /*color: #212529;*/
}
.list-group-item {
    border: 0;
    transition: background-color ease-out .15s;
}
.list-group-item.active {
    color: #13a1ff !important;
    background-color: #e0f4ff !important;
    border-color: #e0f4ff !important;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    /*color: #212529;*/
}

@media (min-width: 576px) {
    #navbar-collapse-sidebar {
        display: block;
    }
}



#mcontainer {
    height: auto !important;
    /*margin-top: 1rem;*/
    /*margin-bottom: 1rem;*/
}
#mcontainer .card-group {
    /*margin-bottom: 2rem;*/
    transition: background-color ease-in .2s;
}
#mcontainer .card-group:hover {
    background-color: #f8f9fa;
}
#mcontainer .card-title {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 0;
}
#mcontainer .card {
    border-radius: 0;
    border: none;
    background-color: transparent;
}
#mcontainer .card-body {
    padding: 1rem 0;
}




#navbar_top {
    border-bottom: 1px solid #e8ebed;
}

/*=-====Bootstrapthemes.co btco-hover-menu=====*/
.navbar-nav .dropdown-menu {
    box-shadow: rgba(57, 70, 78, 0.15) 0px 0px 1px, rgba(57, 70, 78, 0.25) 0px 20px 55px -8px;
    border: 1px solid #e8ebed;
    border-radius: 0;
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: inherit;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #46bbe8;
}
.btco-hover-menu a ,  .navbar > li > a {
    /*text-transform: capitalize;*/
    /*padding: 10px 15px;*/
}
.btco-hover-menu .active a,
.btco-hover-menu .active a:focus,
.btco-hover-menu .active a:hover,
.btco-hover-menu li a:hover,
.btco-hover-menu li a:focus ,
.navbar>.show>a,  .navbar>.show>a:focus,  .navbar>.show>a:hover{
/*    color: #000;
    background: transparent;
    outline: 0;*/
}




.dropdown-menu {
    margin-top: 0;
/*    padding: 0px 0; 
    margin: 0 0 0; 
    border: 0px solid transition !important;
    border: 0px solid rgba(0,0,0,.15);	
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;*/

}
.dropdown-item {
    border-bottom: 1px solid #e8ebed;
}
/*first level*/
/*.btco-hover-menu .collapse ul > li:hover > a{background: #f5f5f5;}*/
/*.btco-hover-menu .collapse ul ul > li:hover > a, .navbar .show .dropdown-menu > li > a:focus, .navbar .show .dropdown-menu > li > a:hover{background: #fff;}*/
/*second level*/
/*.btco-hover-menu .collapse ul ul ul > li:hover > a{background: #fff;}*/

/*third level*/
/*.btco-hover-menu .collapse ul ul, .btco-hover-menu .collapse ul ul.dropdown-menu{background:#f5f5f5;}*/
/*.btco-hover-menu .collapse ul ul ul, .btco-hover-menu .collapse ul ul ul.dropdown-menu{background:#f5f5f5}*/
/*.btco-hover-menu .collapse ul ul ul ul, .btco-hover-menu .collapse ul ul ul ul.dropdown-menu{background:#f5f5f5}*/

/*Drop-down menu work on hover*/
.btco-hover-menu{
    __background: none;
    margin: 0;
    padding: 0;
    __min-height:20px;
}

@media only screen and (max-width: 991px) {
    .btco-hover-menu .show > .dropdown-toggle::after{
        transform: rotate(-90deg);
    }
}
@media only screen and (min-width: 991px) {

    .btco-hover-menu .collapse ul li{
position:relative;
}
    .btco-hover-menu .collapse ul li:hover> .dropdown-menu {
display:block
}
    .btco-hover-menu .collapse ul ul{
position:absolute;
top:100%;
left:0;
min-width:250px;
display:none
}
    /*******/
    .btco-hover-menu .collapse ul ul li{
position:relative
}
    .btco-hover-menu .collapse ul ul li:hover> ul{
display:block
}
    .btco-hover-menu .collapse ul ul ul{
position:absolute;
top:0;
left:100%;
min-width:250px;
display:none
}
    /*******/
    .btco-hover-menu .collapse ul ul ul li{
position:relative
}
    .btco-hover-menu .collapse ul ul ul li:hover ul{
display:block
}
    .btco-hover-menu .collapse ul ul ul ul{
position:absolute;
top:0;
left:-100%;
min-width:250px;
display:none;
z-index:1
}

}












.nav-item {
    position: relative;
}
#navbar_top .nav-item .nav-link {
    padding: .5rem 1.2rem;
}
.badge {
    color: #fff;
    position: absolute;
    top: 0;
    right: 5px;
    width: 24px;
    height: 24px;
    line-height: 20px !important;
    padding: 0 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    font-family: arial;
    background-color: #FF6EB4;
    border: 2px solid #fff;
    border-radius: 50%;
}

/*-----==========Footer==========-----*/

.fb_box{
	width: 300px;
	height:70px;
	/* margin-top: -45px; */
    padding: 5px;
    box-sizing: content-box;
    background: #fff;
}


/*-----==========麵包屑==========-----*/
.guide {
    /*margin-top: 120px;*/
    margin-bottom: 30px;
    background: #f8fafb;
    padding: 20px 0;
    border-bottom: 1px solid #e8ebed;
}
.guide_content{
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
    /*color: #474747;*/
    line-height: 1;
    /*font-size: 15px;*/
}
.guide_content h1 {
    display: inline;
    font-size: inherit;
}
.guide_content a{
	/*color:#555;*/
    color: inherit;
}
.guide_content a:hover{
	text-decoration: underline;
}
.guide_content img {
    vertical-align: text-top;
}

/*-----==============================首頁==============================-----*/
a:hover {
    text-decoration: none;
}
.card-info {
    padding: 20px 0 0 20px;
}
.card-title {
    font-size: 1.6rem;
    font-weight: normal;
    /*color: #333;*/
}
.card-description {
    line-height: 1.4;
    margin: 1em 0;
}
.card-img, .card-img-bottom, .card-img-top {
    height: auto;
}

.news-list {
    list-style: none;
}
.news-item {
    line-height: 2;
}
.news-item .news-date {
    padding: 5px 10px;
    margin-right: 10px;
    background-color: #2fb8ee;
    color: #fff;
    font-weight: bold;
}
.bg-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.bg-cover.bg-cover-left {
    background-position: left center
}
.bg-cover.bg-cover-right {
    background-position: right center
}
.news-item a {
    /*color: #555;*/
}

.news-item a:hover {
    /*color: #2fb8ee;*/
}

.section-container {
    padding: 4rem 0;
}

.section-title {
    text-align: center;
}

.section-title h2 {
    display: inline-block;
    border-bottom: 2px solid;
    margin-bottom: 2rem;
    font-weight: normal;
    font-size: 2.4rem;
    line-height: 1.2;
    /*color: #333;*/
}
.section-description {
    font-size: 1.3333rem;
    margin-bottom: 1em;
    text-align: center;
}
#swiper-banner {
    /*height: 60vh;*/ 
    /*min-height: 480px;*/
    padding-bottom: 30px;
    margin-bottom: 60px;
}
#swiper-banner .btn {
    border-radius: 0;
    border-width: 2px;
    /*font-weight: bold;*/
    margin: 0 5px 5px;
}
#swiper-banner .swiper-slide {
    padding-top: 43.75%;
}
#swiper-banner .swiper-slide .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
/*    left: 50%;
    transform: translate(-50%, 0);*/
}
.swiper-banner-title {
    font-weight: bold; 
    font-size: 40px; 
    /*text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
}
.swiper-banner-description {
    font-size: 20px;
    margin-bottom: 1rem;
    /*text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
}
    #swiper-1,
    #swiper-2,
    #swiper-3 {
        padding-bottom: 30px;
    }
    .swiper-pagination-bullet {
        width: 48px;
        height: 4px;
        border-radius: 0;
        background-color: #46bbe8;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        /*bottom: 5px;*/
    }
    
    .swiper-play-cover {
        background: url('../image/banner_play.png') center no-repeat;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        /*transition: background-color ease-in .2s;*/
        transition: opacity ease-in .3s;
        background-color: rgba(0,0,0,.2);
        opacity: 0;
    }
    .popup-youtube:hover .swiper-play-cover {
        /*background-color: rgba(0,0,0,.2);*/
        opacity: 1;
    }



/*-----==============================加入會員==============================-----*/
.register_step{
	margin-top:40px;
	padding-bottom:80px;
}
.step_line{
	width:70%;
	border-top: 4px solid #ccc;
	position:relative;
	margin:auto;
}
.step_line.cart{
	width:70%;
	border-top: 2px solid #ccc;
	position:relative;
	margin:auto;
}
.step_item{
	width:30px;
	position:absolute;
	top:-17px;
}
.dot{
	width:30px;
	height:30px;
	border: 2px solid #ddd;
	background:#fff;
	border-radius:50%;
	display:block;
}
.dot.now{
	/*width:40px;*/
	/*height:40px;*/
	background:#46bbe8;
	border-radius:50%;
	display:block;
	/*border:none;*/
    border-color: #46bbe8;
}
.step_text{
	width:200px;
	text-align:center;
	font-size:1.1em;
	position:absolute;
	left:50%;
	margin-left:-100px;
    color: #ccc;
}
.text{
	float:right;
}
.step_text.now, .text.now{
	color:#46bbe8;
}
.step1{
	/*left: -15px;*/
}
.step2{
	left: 20%;
}
.step3{
	left: 40%;
}
.step4{
	left: 60%;
}
.step5{
	left: 80%;
}
.step6{
	right: -30px;
}

/*4step*/
.step1-1{
	left: -15px;
}
.step2-1{
	left: 33%;
}
.step3-1{
	right: 25%;
}
.step4-1{
	right: -15px;
}
.step3_321{
	right: 0;
}

.i-birth {
	width: 300px;
	height: 40px;
	border: 1px solid #c9c9c9;
    position: relative;
    box-sizing: border-box;
}
.i-birth input.register {
	width: 265px;
	height: 38px;
	border: none;
}
.i-birth img{
	margin-top: 8px;
}
/*-----服務條款-----*/
.border_box{
	height:350px;
	border:1px solid #e8ebed;
	padding:30px;
    text-align: justify;
	overflow-x:hidden;
	overflow-y:auto;
	margin: 20px 0;
}
.border_box_1{
	border:1px solid #ddd;
	padding:50px;
	margin:15px 0 30px 0;
}

/*-----填寫會員基本資料-----*/
.register_box{
	margin-bottom:30px;
}
input.register{
    width: 300px;
    height: 40px;
    border: 1px solid #c9c9c9;
    padding: 5px 10px;
    position: relative;
    box-sizing: border-box;
    float: left;
}
input.phone{
	width: 55px;
    height: 40px;
    border: 1px solid #c9c9c9;
    padding: 5px 10px;
    position: relative;
    box-sizing: border-box;
	float: left;
}
input.phone1{
	width: 300px;
    height: 40px;
    border: 1px solid #c9c9c9;
    padding: 5px 10px;
    position: relative;
    box-sizing: border-box;
	float: left;
}
input.width_91{
	width:91.5%;
}
.ttps{ 
font-size:13px; 
color:#46bbe8;
}
select.register{
    width: 300px;
    height: 40px;
    border: 1px solid #c9c9c9;
    padding: 5px 10px;
    position: relative;
    box-sizing: border-box;
    float: left;
}
.register_text{
	float:left;
	margin-right:10px;
	line-height:40px;
}
.gender{
	line-height:40px;
}
select.width_120{
	width:120px;
}
.number_box{
	height:40px;
	margin-bottom:30px;
}
/*-----再次確認-----*/
.confirm{
	width:100%;
}
.confirm_th{
	width:15%;
	float:left;
}
.confirm_cont{
	width:50%;
}
.confirm_th, .confirm_cont{
	height:60px;
} 

/*-----==============================商品介紹==============================-----*/
/*-----分類-----*/
.category_item, .bag_info, .material_info, .accessory_info{
	max-width:1000px;
	padding:30px 0;
	border-bottom:1px solid #e8e8e8;
	margin:0 auto;
}
.category_item{
	text-align:center;
}
.btn_bag, .btn_material, .btn_accessory{
	width:152px;
	height:200px;
	display:inline-block;
}
.btn_bag{
	background:url(../image/icon_bag.png) center top no-repeat;
	margin-right:50px;
}
.btn_material{
	background:url(../image/icon_material.png) center top no-repeat;
	margin-right:50px;
}
.btn_accessory{
	background:url(../image/icon_accessory.png) center top no-repeat;
}
a.btn_bag p, a.btn_material p, a.btn_accessory p{
	padding:160px 50px 0 50px;
}
/*-----hover-----*/
.btn_bag:hover{
	background:url(../image/icon_bag_h.png) center top no-repeat;
	margin-right:50px;
}
.btn_material:hover{
	background:url(../image/icon_material_h.png) center top no-repeat;
	margin-right:50px;
}
.btn_accessory:hover{
	background:url(../image/icon_accessory_h.png) center top no-repeat;
}

/*-----袋型介紹-----*/
.bag_info h5, .material_info h5, .accessory_info h5{
	margin-bottom:10px;
font-size:1.25em;
color: #555; 
font-weight:bold;
}
.bag_pic, .material_pic, .accessory_pic{
	float:left;
	margin-right:30px;
}

.category_title{
	font-size:1.1em;
	font-weight:bold;
	color:#46bbe8;
}
.bag_item {
	margin-bottom: 20px;
}
/*-----材質介紹-----*/
.material_pic, .accessory_pic{
	width:135px;
	height:135px;
	border-radius:50%;
	border:6px solid #fff;
	box-shadow:0px 2px 3px rgba(0, 0, 0, 0.45);
	overflow:hidden;
	position:relative;
	margin-bottom:30px;
}
.material_pic img, .accessory_pic img{
	max-width: 100%;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin: auto;
}

/*-----==============================品牌故事==============================-----*/
.persist_text{
	max-width:1000px;
	padding:30px 0 100px 0;
	margin:0 auto;
}
.persist_title{
	color:#555;
	padding-top:50px;	
}
.persist_list{
	margin-left:25px;
}
ol.persist_list, .persist_list_title{
	color:#46bbe8;
}
ol.persist_list li, ol.service_list > li{
	margin-bottom:30px;
}
.persist_content{
	font-weight:normal;
}
.about_slogan{
	font-size:1.5em;
	text-align:center;
}
/*-----==============================品質保證==============================-----*/
.register_area, .contact_area, .qa_area, .login_area, .allnews_area, .productList_area, .searchList_area, .product_area, .forget_area, .member_area{
	max-width:1000px;
	margin:0 auto;
}
.se-min {
	min-height: 554px;
}
.discountfont {
	min-height: 554px;
}
/*-----文字編輯區-----*/
.word_change {
	max-width:1000px;
	margin:0 auto;
}
/*END*/
.contact_text{
	max-width:1000px;
	padding:30px 0;
	margin:0 auto;
}
.report_area{
	border:2px solid #e8e8e8;
	position:relative;
	margin:50px 0 100px 0;
}
.report_title{
	width:240px;
	color:#555;
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
	background-color:#fff;
	position:absolute;
	left:50%;
	margin-left:-120px;
	top:-16px;	
}
.report_box{
	max-width:1000px;
	padding:4% 4%;
}
.report_item{
	width:16%;
	background:url(../image/icon_pdf.png) center top no-repeat;
	display:inline-block;
    vertical-align: top;
	/*float:left;*/
	margin:40px 15px;
}
.report_item > a{
	display:block;
}
.report_item p{
	padding-top:30px;
	text-align:center;
}

/*-----==============================服務條款==============================-----*/
/*-----pravicy service promise about-----*/
.ps_text2{
	padding:30px 0 100px 0;
}
/*END*/
ol.service_list{
	list-style-type: cjk-ideographic;
}
.service_list{
	margin-left:30px;
}
ol.service_list > li > p{
	font-weight:normal;
}
ol.service_list > li > ol{
	color:#555;
	font-weight:normal;
	margin-left:25px;
}

/*-----==============================隱私權政策==============================-----*/
.triangle_list li{
    list-style-type:none;
	background:url(../image/list_arrow.png) left 9px no-repeat;
	padding-left:20px;
}

/*-----頁碼-----*/
.arr-left{
	background:url(../image/page_l.png) 10px 8px no-repeat;
	width:20px;
	height:30px;
	display: block;
}
.arr-right{
	background:url(../image/page_r.png) 0px 8px no-repeat;
	width:20px;
	height:30px;
	display: block;
}
.pages{
	/*height:30px;*/
	text-align:center;
	margin:0 auto;
	padding-bottom:30px;
	padding-top: 30px;
}
.pages .go-cen {
	display: inline-block;
	vertical-align: middle;
}
.pages ul li {
	display:inline-block;
	vertical-align: middle;
	list-style: none;
}
.pages ul li span {
	width: 20px;
	height: 30px;
	display: inline-block;
	font-weight: bold;
	margin: 0 5px;

}
.pages ul li a{
	width: 20px;
	height: 30px;
	display: inline-block;
	/*color: #444444;*/
	font-weight: bold;
    margin: 0 5px;
    text-decoration: none;
}
.pages ul li a:hover{
	color:#3d9ad1;
}
.pages ul li span.now{
	background-color:#46bbe8;
	color:#fff;
}
.pages ul li span.now:hover{
	color:#3d9ad1;
}
.pages ul li a.now{
	background-color:#46bbe8;
	color:#fff;
}
/*-----==============================會員登入==============================-----*/
.login_box{
	margin:30px auto 100px;
	width:300px;
}
input.login{
	width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    position: relative;
    box-sizing: border-box;
}
.forget, .new_account{
	color:#555;
}
.forget:hover, .new_account:hover{
	color:#46bbe8;
}
.btn_login{
	width:100%;
	height:40px;
	background-color:#46bbe8;
	color:#fff;
	display:block;
	text-align:center;
	line-height:40px;
}
.btn_login:hover{
	background-color:#1193e1;
}
.btn_login_fb{
	width:100%;
	height:40px;
	background:#2750a9;
	color:#fff;
	display:block;
	text-align:center;
	line-height:40px;
}
.btn_login_fb img{
	vertical-align:middle;
	margin:0 10px;
}
.btn_login_fb:hover{
	background-color:#3761bc;
}
.btn_login_google{
	width:100%;
	height:40px;
	background:#ea4335;
	color:#fff;
	display:block;
	text-align:center;
	line-height:40px;
}
.btn_login_google img{
	vertical-align:middle;
	margin:0 10px;
}
.btn_login_google:hover{
	background-color:#fe5042;
}

/*-----==============================最新消息==============================-----*/
/*-----全部-----*/
.newsOverView{
	margin:50px 0;
	position:relative;
}
.newsOverView_title{
	color:#555;
	font-size:1.5em;
	font-weight:bold;
	margin-top:30px;
}
.OverView_title{
	width:120px;
	color:#555;
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
	border-bottom:3px solid #46bbe8;
	/*position:absolute;*/
	left:0;	
	top:-34px;
}
.newsOverView_content{
    padding: 15px;
}
.newsOverView_date{
	float:left;
	margin-right:15px;
}
.newsOverView_category{
	width: 125px;
    height: 30px;
    background: url(../image/bg_02.png) 0 2px no-repeat;
    color: #fff;
    font-weight: bold;
    float: left;
	margin-right:15px;
}
.newsOverView_category p{
	color:#fff;
	text-align:center;
}
.news_category{
	width:49%;
	margin:0 15px 50px 0;
	float:left;
}
.news_category:nth-child(2n){
	margin:0;
}
.news_category_title{
	/*height:50px;*/
	background-color:#46bbe8;
        overflow: hidden;
}
.news_category_title h2{
        padding: 10px;
        color: #fff;
        float: left;
}
.news_category_title p{
	color:#fff;
	font-size:1.2em;
	line-height:50px;
	padding-left:20px;
	display:inline;
}
.btn_more_02{
	color:#fff;
	line-height:50px;
	float:right;
	padding-right:20px;
}
.btn_more_02:hover{
	color:#dfdfdf;
}
/*.category_date{
	color:#4395c5;
	padding:0 5px 0 20px;
	display:inline;
}*/

/*--搜尋條件--*/
/*.searchCutting{
	margin:0 0 20px 0;
}*/

/*.btn_searchCutting{
	width:80px;
	height:40px;
	line-height:40px;
	border-radius:5px;
	background-color:#46bbe8;
	color:#fff;
	text-align:center;
	cursor:pointer;
	display:inline-block;
}*/

/*-----==============================商品選購詳細==============================-----*/
/*-----商品圖-----*/
/*.ProductPic_area{
	width:480px;
	float:left;
}*/
/*.ProductPic{
	width:465px;
	height:465px;
	overflow:hidden;
}*/
/*.ProductPic img, .ProductPic_small img{
	max-width: 100%;
	max-height: 100%;
	display:block;
	margin: auto;
}*/
/*-----商品縮圖-----*/
.ProductPic_smallArea{
	/*width:480px;*/
	/*text-align:center;*/
	/*margin-top: 10px;*/
}
.btn_prev{
	width:20px;
	height:80px;
	background:url(../image/arrow_l.png) center center no-repeat;
	display:inline-block;
}
.btn_next{
	width:20px;
	height:80px;
	background:url(../image/arrow_r.png) center center no-repeat;
	display:inline-block;
}
.ProductPic_small{
	width:80px;
	height:80px;
	border:1px solid #e8e8e8;
	display:inline-block;
	margin:0 5px;
}
.vertical_middle{
	width:80px;
	height:80px;
	display:table-cell;
	vertical-align:middle;
}
/*-----商品資訊-----*/
.productList_area{
	margin-bottom:100px;
}
.productInfo{
	width:52%;
	float:right;
}
.title_productInfo{
	font-size:1.8em;
	font-weight:bold;
    /*color:#555;*/
}
.product_text{
	/*padding:15px 0 20px 0;*/
}
/*.product_info{
	padding-bottom:10px;
}
.product_info p{
	float:left;
	margin:0 35px 20px 0;
}
.product_info_01 p{
	float:left;
	margin:0 0 20px 0;
}*/
.accessory input{
	/*float:left;*/
	margin-right:15px;
	display:inline-block;
}
.accessoryPic{
	width:49px;
	height:49px;
	border:1px solid #e8e8e8;
	border-radius:50%;
	display:inline-block;
	overflow:hidden;
	position:relative;
	/*float:left;*/
	margin-right:15px;
	vertical-align:middle;
}
.accessoryPic img{
	max-width: 100%;
	display:block;
	margin: auto;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;	
}
/*.prodictPrice{
	border-top:1px dashed #ddd;
	border-bottom:1px dashed #ddd;
	padding:5px 0;
	margin-bottom:15px;
}*/
.priceTitle{
	font-weight:bold;
	color:#46bbe8;
}
.originalPrice{
	text-decoration:line-through;
}
.productAccessory span{
	/*display:table-cell;*/
}
.totalNumber{
	font-size:1.1em;
}
.btn_addCart{
	width:100%;
	height:40px;
	line-height:40px;
	border-radius:5px;
	background-color:#aaa;
    border-bottom: 4px solid #888;
	color:#fff;
	text-align:center;
	cursor:pointer;
	margin:10px 0 0 0;
    transition: all ease-out .3s;
}
.btn_addCart.now{
	width:100%;
	height:40px;
	line-height:40px;
	border-radius:5px;
	background-color:#FF6EB4; /**#2886bd**/
    border-bottom: 4px solid #da2a7f;
	color:#fff;
	text-align:center;
	cursor:pointer;
}
.btn_addCart.disabled {
	width:100%;
	height:40px;
	line-height:40px;
	border-radius:5px;
	background-color:#aaa;
    border-bottom: 4px solid #888;
	color:#fff;
	text-align:center;
	cursor:pointer;
	margin:10px 0 0 0;
    transition: all ease-out .3s;
}
.btn_nextCart.disabled {
	width:50%;
	height:40px;
	line-height:40px;
	border-radius:5px;
	background-color:#46bbe8;
	color:#fff;
	text-align:center;
	cursor:pointer;
	float:right;
}
.btn_nextCart{
	margin:0 10px 0 0;
}
.btn_Cartlist{
	margin:10px 0;
}
.productDesciption, .productFeatures{
	position:relative;
	margin-top:60px;
}
.productDesciption_text, .productFeatures_area{
	border-top:1px solid #e8e8e8;
}
.icon_productFeatures{
	width:120px;
	margin-right:20px;
    margin-bottom: 20px;
	display:inline-block;
	vertical-align:top;
}
.productDesciption_text{
	padding-left:15px;
}
.icon_productFeatures p{
	text-align:center;
}
.productFeatures_area {
	padding-top:20px;
}
.packagePrice{
	/*width:80px;*/
}
.product-detail .fbBox{
	/*max-width: 115px;*/
    float: left;
    margin: 6px 0;
    /*margin: 30px 10px 0 0;*/
}
/*-----==============================驗證碼==============================-----*/
.show_num {
	width: 300px;
	margin: auto;
	margin-top: 30px;
}
.show_num ul li {
	list-style: none;
}
.show_num ul.a li {
	display: inline-block;
	vertical-align: middle;
	/*height: 42px;*/
}
.show_num ul.a li:nth-child(3){
	height: 26px;
}
.show_num input {
	width: 110px;
	height: 30px;
	border: 1px solid #c9c9c9;
	text-indent: 5px;
	font-size: 16px;
	padding: 5px 5px;
}
/*====================product_info====================*/
/*-----袋型介紹-----*/
.product-info .bag_item{
	width: 100%;
}
.product-info .bag_pic {    /* 圖片外層變圓形*/
	width: 135px;
    height: 135px;
    border-radius: 50%;
    border: 6px solid #fff;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.45);
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.product-info .bag_item img{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

/*====================search.php====================*/
.s-show {
	border-bottom: 1px solid #46bbe8;
	margin-bottom: 30px;
}
.s-show p{
	display: inline-block;
	font-weight: bold;
	vertical-align: middle;
    padding-bottom: 20px;
}
.s-show p:nth-child(1){
	font-size: 1.5em;
    color: #46bbe8;
}
.s-show p:nth-child(2){
	font-weight: normal;
}
/*============= 商品選購 =============*/

.contract{
	width:100%;
	height:320px;
	overflow-x:hidden;
	overflow-y:auto;
	margin: 0 0 10px 0;
	border: 1px solid #ccc;
    border-radius: 3px;
	padding:10px;
    font-size: 15px;
    line-height: 20px;
    box-sizing: border-box;
    text-align: justify;
} 

/*-----==============================刀模下載專區==============================-----*/
.download_box{
	width: 29%;
    margin: 0 20px 30px 0;
    display: inline-block;
    height: auto;
	vertical-align:top;
}
.DownloadBoxFormasonry{
	display: table-cell;
    height: 180px;
    text-align: left;
    vertical-align: middle;
    width: 180px;
	position:relative;
	border:2px solid #d4d4d4;
}
.DownloadBoxFormasonry .imgbox{
	
	position:relative;
}
.DownloadBoxFormasonry img.download{
	position:absolute;
	bottom:-10px;
	right:-25px;
}
.download_box:hover p{
	color:#46bbe8;
}
.download_box:nth-child(3n){
	margin:0 0 30px 0;
}

/*-----==============================全站公告==============================-----*/

.top-notify {
    background: #46bbe8;
    text-align: center;
    color: #fff;
    padding: 10px;
    line-height: 1.2;
    word-break: break-all;
}
.top-notify a {
    color: #fff;
}
.top-notify a:hover {
    text-decoration: underline;
}
/*.top-notify-mobile {
    display: none;
}*/
/*@media screen and (max-width:1023px) { 
    .top-notify {
        display: none !important;
    }
    .top-notify-mobile {
        display: block !important;
        background: #46bbe8;
        color: #fff;
        padding: 10px;
        font-size: 13px;
        line-height: 1.4;
    }
}*/

#fixed-bar {
    position: fixed;
    right: 10px;
    top: 50%;
    margin-top: -160px;
    z-index: 9999;
    width: 40px;
    text-align: center;
    line-height: 18px;
    /*border: 1px solid;*/
    /*padding: 10px 0;*/
    /*background-color: #fff;*/
    /*color: #46bbe8;*/
    /*border-radius: 24px;*/
}
#fixed-bar .badge {
    position: absolute;
    top: 8px;
    right: 4px;
    background: #FF6EB4;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #fff;
    font-size: 12px;
    color: #fff;
}
    #fixed-bar .line {
        border: 1px solid #4ac100;
        padding: 0 0 10px 0;
        background-color: #fff;
        color: #4ac100;
        border-radius: 24px;
    }
    #fixed-bar .cart {
        border: 1px solid;
        padding: 10px 0;
        background-color: #fff;
        color: #46bbe8;
        border-radius: 24px;
        margin-bottom: 5px;
    }

.label-default {
    display: inline;
    background: #27ae60;
    color: #fff;
    padding: 4px 6px;
    font-size: 14px;
    /*border: 1px solid #ddd;*/
}

.contact_box input, .contact_box select{
    height: 36px;
    border: 1px solid #c9c9c9;
    padding: 5px 10px;
    position: relative;
    box-sizing: border-box;
    float: left;
}

#newsletter-block {
    width: 100%; 
    padding: 0 0 10px 0; 
    text-align: center; 
    /*border-bottom: 1px solid #eee;*/
}

@media screen and (min-width:1023px) { 
    #newsletter-block {
        text-align: right; 
    }
}


.ProductBoxLabel {
	margin-bottom: 15px;
	/*overflow: hidden;*/
}
.label {
    border: 1px solid #e3e3e3;
    margin-right: 6px;
    margin-bottom: 6px;
    padding: 5px 10px;
    font-size: 14px;
    color: #acacac;
    background-color: #fff;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
}
.label-radius {
    margin: 0 3px 0 3px;
    padding: 4px 6px;
    border-radius: 6px;
}
.label-red {
    color: #e74c3c;
    border-color: rgba(231, 76, 60, 0.6);
}
.label-green {
    color: #27ae60;
    border-color: rgba(39, 174, 96, 0.6);
}
.label-blue {
    color: #46bbe8;
    border-color: rgba(40, 134, 189, 0.6);
}
.ProductBox .btn-size,
.ProductBox .btn-applicable {
    display: inline-block;
    width: 22px; 
    height: 22px; 
    /*padding: 3px;*/
    /*cursor: pointer;*/
    opacity: .4;
    transition: opacity ease-out .25s;
}
.ProductBox .btn-size:hover,
.ProductBox .btn-applicable:hover {
    opacity: 1;
}

a.tooltips {
    position: relative;
    display: inline;
    cursor: pointer;
}
a.tooltips span {
    position: absolute;
    width: 210px;
    top: 20px;
    left: 0;
    color: #666;
    background: lightyellow;
    text-align: left;
    visibility: hidden;
    display: none;
    font-size: 12px;
    line-height: 1.2;
    padding: 4px 6px;
    border: 1px solid #888;
    /*white-space: nowrap;*/
    font-family: arial, 新細明體;
}
a.tooltips:hover span {
    visibility: visible;
    display: block;
    z-index: 999;
}
a.tooltips img {
    /*position: relative;*/
    /*top: 2px;*/
}


.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
} 
.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}



.social-container {
    position: fixed;
    left: 0;
    top: 50%;
    margin-top: -120px;
    padding: 6px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    border-radius: 3px;
    box-shadow: 2px 2px 2px rgba(128,128,128,.1);
    z-index: 9999;
}
.social-container img {
    width: 48px;
    height: 48px;
    display: block;
    margin-bottom: 6px;
    border-radius: 3px;
}
.social-container .fb-like {
    margin-bottom: 6px;
}
@media screen and (min-width: 767px) {
    .social-container .line {
        display: none;
    }
}

@media screen and (max-width: 767px) {
/*    .newproduct_text .product-size,
    .normalproduct_text .product-size {
        display: none;
    }*/
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}


/*
 * 上傳稿件
 */
input[type="radio"] + .file_box {
    display: none !important;
}
input[type="radio"]:checked + .file_box { 
    display: inline-block !important;
}
.modal {
    border-radius: 0 !important;
    max-width: 600px !important;
}
#manuscript_container .table {
    width: 100%;
    font-size: 15px;
}
#manuscript_container .table td {
    border-bottom: 1px solid #eee;
}
#manuscript_container .table tr {
    color: #ccc;
}
#manuscript_container .table tr.active {
    color: #333;
}
.jquery-modal {
    z-index: 10000 !important;
}





a.download {
    padding: 6px 10px; 
    color: #fff; 
    background: #46bbe8; 
    border-radius: 3px; 
    font-size: 15px;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
    line-height: 20px;
    margin-bottom: 4px;
    transition: all ease-out .3s;
}
a.download-flat {
    padding: 10px 16px 7px;
    border-bottom: 4px solid #1ca9df;
}
a.disabled {
    background-color: #aaa;
    border-bottom-color: #888;
}
.btn_checkout {
    background-color: #FF6EB4 !important;
}
hr {
    border: 0;
    border-top: 1px solid #e8ebed; 
    margin: 1em 0;
}
.hr {
    border: 0;
    border-top: 2px dashed #eee;
    margin: 20px 0;
}
.hr-dashed {
    border: 0;
    border-top: 1px dashed #ddd;
}
/*select {
    height: auto;
    padding: 6px;
    border-radius: 3px;
    border: 1px solid #ccc;
    cursor: pointer;
    font-size: 15px;
}*/
textarea.form-control {
    resize: none;
    height: auto;
}
.form-group {
    margin-bottom: .5rem;
}




/* General */
.overflow {
  overflow: hidden; 
}
.corner:before { 
right:100%; 
}
.corner:after { 
left:100%; 
}

.corner {
  /*height: 23px;*/
  /*margin: 5px;*/
  /*padding: 0;*/
  padding-top: 2rem;
  font-size: 18px;
  color: white;
  /*padding: 0em ;*/
  position: absolute;
  /*top: -3px;*/
  /*right: -5px;*/
  transform: translateX(-50%) translateY(0%) rotate(-45deg);
  transform-origin: top center;
}
.corner:before, .corner:after {
  content: '';
  position: absolute;
  top: 0;
  margin: 0 -1px;
  width: 200%;
  height: 100%;
  background: inherit;
}
.corner-lg {
    padding-top: 3rem;
    font-size: 24px;
}
.corner-sm {
    padding-top: 1.4rem;
    font-size: 14px;
}
.corner-red {
  background: red;
}
.corner-red:before, .corner-red:after {
  /*background: red;*/
}
.corner-primary {
  background: #46bbe8;
}
.corner-primary:before, .corner-primary:after {
  /*background: #46bbe8;*/
}
.corner-danger {
  background: #FF6EB4;
}
.corner-danger:before, .corner-danger:after {
  /*background: #FF6EB4;*/
}
.corner-green {
  background: green;
}
.corner-green:before, .corner-green:after {
  /*background: green;*/
}
.corner-yellow {
  color: #696969;
  background: yellow;
}
.corner-yellow:before, .corner-yellow:after {
  /*background: yellow;*/
}





.table-simple {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
    margin: 15px 0;
}
.table-simple th {
    border-bottom: 1px solid #ddd;
    padding: 5px 10px;
    background-color: #f9f9f9;
}
.table-simple td {
    padding: 0 10px;
}

.responsive-table {
    width: 100%;
    border-collapse: collapse;
}
.responsive-table th {
    background-color: #e0f4ff;
    /*color: #fff;*/
    padding: 5px 10px;
    white-space: nowrap;
}
.responsive-table tr {
    border-bottom: 1px solid #ddd;
}
.responsive-table td {
    padding: 10px;
    vertical-align: top;
    word-wrap: break-word;
}

.responsive-table .product-img {
    display: block;
    /*max-width: 160px;*/
    width: 100%;
    border: 1px solid #eee;
    padding: 10px;
    box-sizing: border-box;
}
.pure-table ul,
.responsive-table ul {
    padding-left: 1em;
    list-style-type: square;
    font-size: 14px;
    /*color: #888;*/
    line-height: 1.8;
}
.numeric {
    text-align: right;
}






#table-summary {
    width: 100%;
    margin: 15px 0;
}
#table-summary th {
    text-align: right;
}
#table-summary td {
    padding: 0 10px;
}
#table-summary td:nth-child(2) {
    /*color: #4395c5;*/
    color: #888;
    font-weight: bold;
    padding: 0 10px;
}






/*-----服務條款-----*/
.border_box{
	height:350px;
	border:1px solid #e8ebed;
	padding:30px;
    text-align: justify;
	overflow-x:hidden;
	overflow-y:auto;
	margin: 20px 0;
}
.border_box_1{
	border:1px solid #ddd;
	padding:50px;
	margin:15px 0 30px 0;
}


label {
    cursor: pointer;
}
.required:after {
    content: " *";
    color: #FF6EB4;
}

.box {
    padding: 30px;
    /*border: 3px solid #eee;*/
    margin: 15px;
    background-color: #f8fafb;
    /*width: 50%;*/
    /*float: left;*/
    box-sizing: border-box;
}
.box-gray {
}
.box-green {
    background-color: #2ecc71;
    color: #fff;
}
.box-title {
    font-weight: bold;
    margin: 0;
    border-bottom: 3px solid #eee;
    /*padding-bottom: 10px;*/
    margin-bottom: 10px;
}
.box-title-primary {
    color: #46bbe8;
}




.help-block {
    font-size: 13px;
    line-height: 1;
    color: #aaa;
    float: right;
    font-style: italic;
    font-weight: normal;
}


@media only screen and (min-width: 767px) {
    .col-1-1 {
        float: left;
        width: 100%;
        padding: 15px;
    }
    .col-1-2 {
        float: left;
        width: 50%;
        padding: 15px;
    }
}


@media only screen and (max-width: 767px) {
	
    .box {
        padding: 15px;
        margin: 0 0 15px 0;
    }
    
	/* Force table to not be like tables anymore */
	.responsive-table, 
	.responsive-table thead, 
	.responsive-table tbody, 
	.responsive-table th, 
	.responsive-table td, 
	.responsive-table tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	.responsive-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	.responsive-table tr { 
        border: 1px solid #ddd; 
        margin-bottom: 15px;
    }
 
	.responsive-table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #ddd; 
		position: relative;
		padding-left: 5.5rem; 
		white-space: normal;
		text-align:left;
        line-height: 1;
	}
 
	.responsive-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 10px;
		left: 10px;
		/*width: 65%;*/ 
		padding-right: 100px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	.responsive-table td:before { 
content: attr(data-title); 
}
}






/*加入switch slider樣式*/
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

.switch input {
display:none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .15s ease-out;
  transition: .15s ease-out;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .15s ease-out;
  transition: .15s ease-out;
}

input:checked + .slider {
  background-color: #27ae60;
}

input:focus + .slider {
  box-shadow: 0 0 1px #27ae60;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 50%;
}


.table-upload {
    position: relative; 
    width: 100%; 
    /*background: #f5f5f5;*/ 
    padding: 10px 0; 
    /*margin: 10px 0;*/ 
    border-left: 1px solid #e8ebed;
    font-size: 15px;
    /*line-height: 20px;*/
}
.table-upload td {
    /*padding: 0 10px !important;*/
}
.file_select {
    padding: 3px;
    /*margin: 3px 5px 3px 0;*/
    border-radius: 4px;
    border: 1px solid #aaa;
    cursor: pointer;
    font-size: 14px;
    color: #777;
    height: 30px;
}
.file_label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*max-width: 7em;*/
}











.grid {
	position: relative;
	margin: 0 auto;
	/*padding: 1em 0 4em;*/
    /*padding: 0;*/
	/*max-width: 1000px;*/
    background: #fff;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
    margin: 15px 10px;
    /*border: 1px solid #e3e3e3;*/
	/*margin: 10px 1%;*/
	/*min-width: 320px;*/
	/*max-width: 480px;*/
	/*max-height: 360px;*/
	/*width: 48%;*/
	/*background: #2886bd;*/
	background: #000;
	text-align: center;
	/*cursor: pointer;*/
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
    width: 100%;
    height: auto;
	/*max-width: 100%;*/
    border-radius: 0;
	opacity: 1;
}

.grid figure figcaption {
	padding: 1.5em;
	color: #fff;
	/*text-transform: uppercase;*/
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h3 {
	/*word-spacing: -0.15em;*/
    font-size: 20px;
    /*line-height: 3em;*/
	/*font-weight: 300;*/
}

.grid figure h3 span {
	font-weight: 800;
}

.grid figure h3,
.grid figure p {
	margin: 0;
}

.grid figure p {
	/*letter-spacing: 1px;*/
	font-size: 0.9333rem;
}

/*---------------*/
/***** Sarah *****/
/*---------------*/

figure.effect-sarah {
	background: #000;
}

figure.effect-sarah img {
	max-width: none;
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-sarah:hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah figcaption {
	text-align: left;
}

figure.effect-sarah h3 {
	position: relative;
	overflow: hidden;
	padding: 0.5em;
    background-color: rgba(0,0,0,.2);
    transition: background-color 0.35s, transform 0.35s;
}

figure.effect-sarah h3::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}
figure.effect-sarah:hover h3 {
    background-color: transparent;
}
figure.effect-sarah:hover h3::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah p {
	padding: 1em 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

figure.effect-sarah:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Zoe *****/
/*---------------*/

figure.effect-zoe figcaption {
	top: auto;
	bottom: 0;
    padding: 0;
    height: 3em;
    line-height: 3em;
	background: #46bbe8;
    background: rgba(70, 187, 232, 0.85);
	color: #fff;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-zoe h3 {
	/*float: left;*/
    text-align: center;
}

figure.effect-zoe img {
    -webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-zoe p.icon-links a {
	float: right;
	color: #3c4a50;
	font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
	color: #252d31;
}

figure.effect-zoe p.description {
	position: absolute;
    width: 100%;
    top: 0;
    padding: 20px 0 0 20px;
    text-align: left;
	color: #fff;
	text-transform: none;
	font-size: 16px;
    line-height: 2;
	opacity: 0;
    text-shadow: 0 1px 3px rgba(0,0,0,.4);
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effect-zoe h3,
figure.effect-zoe p.icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}

figure.effect-zoe p.icon-links a span::before {
	display: inline-block;
	padding: 8px 10px;
	font-family: 'feathericons';
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
	content: '\e000';
}

.icon-paper-clip::before {
	content: '\e001';
}

.icon-heart::before {
	content: '\e024';
}

figure.effect-zoe h3 {
	/*display: inline-block;*/
    font-weight: normal;
}

figure.effect-zoe:hover p.description {
	opacity: 1;
}
figure.effect-zoe:hover img {
	opacity: .5;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h3,
figure.effect-zoe:hover p.icon-links a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h3 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.slick-prev:before, .slick-next:before {
    color: #46bbe8 !important;
}




.tips {
    background-color: #FF6EB4;
    position: relative;
    margin-top: 15px;
    /*margin-bottom: 15px;*/
    padding: 10px 10px 10px 100px;
    /* border-bottom: 4px solid #da2a7f; */
    color: #fff;
}
.tips-label {
    background: #da2a7f;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    padding: 10px 25px;
    /*font-size: 20px;*/
}

.nowrap {
    white-space: nowrap;
}

.recaptcha {
    text-align: center;
}
.recaptcha img {
    vertical-align: middle;
}
.recaptcha-code {
    display: inline-block !important;
    text-align: center;
    width: 5em;
    margin: 0;
}

.page-index .wrapper {
    padding-bottom: 0;
}
.page-news_detail .icon_share,
.page-product_detail .icon_share {
    display: block !important;
}


@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}