/*通用*/
body {
	margin:0; 
	padding:0; 
	line-height:190%; 
	font-size:15px; 
	font-family:"微軟正黑體",open-sans, Arial, sans-serif !important;
	color:#333;
}
a{
	text-decoration:none;
}
a:hover, a:focus{
	color:#f04f00;
	text-decoration:none;
}
img{
	max-width:100%; 
	height:auto;
}
*{
	padding:0;
	margin:0;
}
li {
    line-height: none;
}
.container {
    padding-right: 0px;
    padding-left: 0px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 0px;
    padding-left: 0px;
}
.display_none{
	display:none;
}
.btn_01{
	font-size:14px;
	padding:3px 20px !important;
	background:#f08300;
	color:#fff;
	cursor:pointer;
	margin:5px 0;
	border:none;
	border-radius:5px;
}
.btn_01:hover{
	background:#e60012;
	color:#fff;
}
.scroll-to-top:hover{
	background:rgba(253,54,0,0.8);
}
.scroll-to-top i{
	color:#fff !important;
}
.img_padding {
    padding: 10px;
}

/*header*/
#header .header-body{
	background-image:url(../img/header_bg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	background-color:#fef6cd;
}
.header_top{
	background-image: url(../img/header_top.png);
	height:22px;
	background-repeat:repeat-x;
}
#header .header-nav-top {
    margin-top: 0;
    margin-left: 0;
	margin-right:10px;
}
.header-nav-top .nav{
	display:inline-block;
	color:#333;
}
.header-nav-top .nav-pills{
	margin-top:8px;
}
.header-nav-top .nav li{
	/*border-right:solid #333 1px;*/
	line-height:100%;
}
.header-nav-top .nav li:after{
	content:"∣";
}
.header-nav-top .nav li:last-child:after{
	content:"";
}
.header-nav-top .nav li:last-child{
	border-right:none;
}
#header .header-nav-top .nav > li > a{
	color:#333;
	line-height:100%;
	padding:0 10px;
}
#header .header-nav-top .nav > li > a:hover{
	color:#F00;
	background:none;
}
.header-nav-main >nav>.nav-pills >li{
	/*margin:0 5px;*/
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu{
	background:#ac6f28;
}
.dropdown-submenu li{
	border-bottom: 1px dotted #eee;
	background:transparent;
}
.dropdown-submenu li:last-child{
	border-bottom:none;
}
#header .header-nav-main nav > ul li.dropdown.opened > .dropdown-menu li:last-child{
	border-bottom:none;
}
.top_link{
	list-style:none;
	display:inline-block;
	margin-bottom: 0;
	vertical-align:top;
}
.top_link li{
	display:inline-block;
	padding:0 2px;
	line-height: 130%;
}

/*index banner*/
.index_banner{
	position: relative;
}
.owl-carousel .owl-dots{
	position:relative;
	margin-top:-80px;
}
.index_banner_top{
	background:url(../img/index_banner_top.png);
	background-position:center bottom;
	background-repeat:repeat-x;
	position:relative;
	margin-top:-52px;
	height:75px;
	z-index: 9;
	bottom:0;
}

/*index main content*/
.main_content{
	background:url(../img/index_bg.jpg);
	background-position:center top;
	min-height:510px;
	margin:0 auto;
	background-size:auto;
}
.main_content .index_box:first-child{
	margin-top:50px;
}
.index_box{
	overflow: hidden;
 	width: 100%;
	margin-top:60px;
}

/*index main content - 50%*/
.col-50{
	float:left;
	width:50%;
	padding-bottom: 500em;
    margin-bottom: -500em;
	background-size: 100% !important;
}
.col-50_con{
	padding:15px 30px 30px 30px;
	width:100%;
	float:left;
}
.index_title{
	width:100%;
	float:left;
}
.index_title_left{
	float:left;
	font-size:26px;
	color:#f08300;
	background:url(../img/index_title_icon.png);
	background-repeat: no-repeat;
    background-size: 100px;
    background-position: left top;
	height:100px;
}
.index_title_b{
	padding-left:100px;
	float:left;
	vertical-align:bottom;
	margin-top: 60px;
}
.index_title_s{
	color:#999;
	font-size:12px;
	float:left;
	vertical-align:bottom;
	height:100%;
	margin-top: 65px;
	margin-left:5px;
}
.index_title_right{
	float:right;
	margin-top: 50px;
}
.tab_con{
	/*padding:10px;*/
	list-style:none;
}
.col-50 .tab_con li{
	border-bottom: dotted #f08300 2px;
	padding:12px 5px;
	display:flex;
	float:left;
	width:100%;
}
.col-50 .tab_con img{
	margin: 0 15px 0 0;
	max-width:140px;
	background: #fff;
    padding: 2px;
    border-radius: 5px;
    border: solid 1px #ddd;
    box-shadow: 0px 0px 6px 4px rgba(20%,20%,20%,0.1);
}
.tab_item_date{
	color:#999;
	font-size:13px;
	width:100%;
	padding:0 0 5px 0;
}
.tab_item_date i{
	padding-right:5px;
}
.tab_item_title{
	font-size:18px;
	line-height:150%;
	font-weight:bold;
	/*color:#000;*/
}
.tab_item_font{
	line-height:150%;
	margin-top:10px;
	color:#666;
}
.col-50 .tab_con li:nth-child(2) img{
	/*display:none;*/
}
.col-50 .tab_con li:nth-child(2) .tab_item_date{
	padding-right:20px;	
}
.col-50 .tab_con li:nth-child(2) .tab_item_title{
	/*display:inline-block;	*/
}
.col-50 .tab_con li:nth-child(3) img{
	/*display:none;*/
}
.col-50 .tab_con li:nth-child(3) .tab_item_date{
	/*display:inline-block;*/
	padding-right:20px;	
}
.col-50 .tab_con li:nth-child(3) .tab_item_title{
	/*display:inline-block;	*/
}
.col-50 .tab_con li:last-child{
	border-bottom:none;
}
.tab_con li a {
	width:100%;
}
.class_btn{
	font-size:13px;
	padding:3px 7px;
	border-radius:5px;
	color:#999 /*#0175c1*/;
	margin:2px 5px;
	white-space:nowrap;
	border:solid #ccc 1px;
	background:#fff /*rgba(1,117,193,0.1)*/;
}

/*index main content - 100%*/
.col-100{
	float:left;
	width:100%;
}
.col-100 .col-50_con {
    padding: 0 10px 20px 10px;
}
.col-100 .index_title{
	border-bottom:dashed #7b4f0a 2px;
	margin-bottom:10px;
}
.col-100 .index_title_right {
    margin-top: 45px;
}
.col-100 .tab_con{
	width:100%;
	float: left;
}
.col-100 .tab_con li:nth-child(3){
	display:none;
}
.col-100 .tab_con li{
	display:inline-block;
	background:rgba(240,131,0,0.1);
	border-radius:5px;
	vertical-align:top;
}
.col-100 .tab_con li img{
	border-radius:5px;
	margin-right:20px;
	width:240px;
}
.col-100 .tab_con li:nth-child(2) img , .col-100 .tab_con li:nth-child(2) .tab_item_title{
	display: block;
}
.col-100 .tab_item_date{
	padding:10px 0 5px 0 !important;
	display: table-cell;
}

/*index main content 門市、贈品- 50%*/
.pic_list .list_con{
	list-style:none;
	width:100%;
	float:left;
	padding:10px 0;
	text-align:center;
}
.pic_list .col-50 .list_con li{
	margin:0 5% 5% 0;
	width:46.9%;
	display:inline-block;
	box-shadow:0px 0px 6px 4px rgba(20%,20%,20%,0.1);
	overflow:hidden;
	vertical-align:top;
	border: #ddd solid 1px;
	padding:3px;
	background:#fff;
}
.pic_list .col-50 .list_con li:nth-child(2n){
	clear:both;
	margin:0 0 5% 0;
}
.pic_list .col-50 .list_con .list_item_title{
	position: relative;
	background:rgba(255,255,255,0.7);
	bottom:0;
	width:100%;
	float:left;
	text-align:center;
	font-size:18px;	
	margin-top:-38px;
	padding:7px;
	font-weight:bold;
}
.pic_list .col-50 .list_con .list_item_font{
	float: left;
    width: 100%;
	background:#f08300;
	color:#fff;
	padding: 3px 0;
}
.list_item_font{
	line-height:130%;
	float: left;
    width: 100%;
	color:#666;
}
.list_con img{
	width:100%;
}

/*index main content 門市、贈品- 100%*/
.pic_list .col-100 .list_con{
	background:rgba(240,131,0,0.1);
	margin-top:5px;
	border-radius:5px;
	padding:2%;
}
.pic_list .col-100 .list_con li{
	width: 19.6%;
	margin: 2% 2% 2% 3%;
	display:inline-block;
	vertical-align:top;
	text-align:center;
}
.pic_list .col-100 .list_con li img{
	border-radius:10px;
	border:solid #ccc 3px;
}
.pic_list .col-100 .list_con .list_item_title {
    width: 100%;
	float:left;
    font-size: 18px;
    padding: 10px 10px 2px 10px;
    font-weight: bold;
	line-height:130%;
}
.index_blank{
	height:60px;
	float:left;
	width:100%;	
}

/*index link*/
.index_link{
	background:url(../img/link_bg.jpg);
	background-position:center top;
	background-size:100%;
	float:left;
	width:100%;
}
.index_link_box{
	margin:50px 80px;
}
.index_link .owl-carousel.owl-drag .owl-item{
	/*padding:10px;*/
}
.index_link .owl-carousel.owl-drag .owl-item img , .link_img img{
	box-shadow:4px 4px 4px rgba(20%,20%,20%,0.1);
	border:solid #ccc 1px;
}
/*.index_link .owl-dots{
	display:none;
}*/
.index_link .owl-theme .owl-nav {
    width: 100%;
    float: left;
}
.index_link .owl-theme .owl-nav [class*=owl-] {
	/*border-radius: 50%;
	background: #666;*/
	margin: 0 -35px;
}
.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
	border-radius:inherit !important;
	height: 100px;
	background: rgba(0,0,0,0.3)!important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background:#f08300 !important;
}
.owl-carousel .owl-nav {
    top: 32%;
}
.owl-carousel .owl-nav .owl-prev:before , .owl-carousel .owl-nav .owl-next:before{
    top: 35%;
}
.index_link .link_btn{
	text-align:center;
	margin-top:-30px;
}
.index_link .owl-carousel .owl-dots{
	margin-top:0;
}
.owl-carousel .owl-nav .owl-prev:before {
    left: -2px;
    /*top: 0px;*/
}
.owl-carousel .owl-nav .owl-next:before{
	/*top: 0px;*/
}

/*footer*/
#footer{
	background:#f08300;
	padding:8px 0;
	float:left;
	width:100%;
}
.footer_box{
	border-bottom:dashed #fff 1px;
	border-top:dashed #fff 1px;
	padding:14px;
	text-align:center;
	font-size:13px;
	color:#fff;
	line-height:130%;
}
.footer_menu{
	list-style:none;
	margin-bottom:5px;
}
.footer_menu li{
	display:inline-block;
	line-height:130%;
}
.footer_menu li:after{
	content:"∣";
	padding:0 5px 0 8px;
}
.footer_menu li:last-child:after{
	content:"";
}
.footer_menu li a:hover{
	color:red !important;
}
.footer_con_01{
	text-align:right;
	color:rgba(255,255,255,0.3);
	margin-top:-15px;
	font-size:12px;
}
.footer_con_01 a{
	color:rgba(255,255,255,0.3) !important;
}

/*page banner*/
.page_banner{
	background:url(../img/page_title_bg.jpg);
	background-position:center top;
	background-size:100%;
}
.page_title{
	text-align:center;
	font-size:30px;
	color:#673c08;
	font-weight:bold;
	padding:90px 0 100px 0;
}
.page_title .page_title_01:before{
	content:url(../img/page_title_icon.png);
	padding-right:20px;
	vertical-align: text-top;
}
.page_title .page_title_01:after{
	content:url(../img/page_title_icon.png);
	padding-left:20px;
	vertical-align: text-top;
}
.page_title_02{
	font-size:65%;
	color:#ec77a6;
	margin-top: 10px;
}

/*page top*/
.page_padding{
	padding: 0 20px 40px 20px;
}
.page_top{
	float:left;
	width:100%;
}
.page_top_right {
    float: right;
    display: inline-block;
}
.page_top_right img{
    width: 27px;
}


/*page 分頁*/
.m_classLink{
	display:none;
}
.classBox{
	padding:20px 0 0 0;
	text-align:center;
	width: 100%;
    float: left;
}
ul.classLink{
	/*text-align:center;
	margin-left:-40px;	*/
}
ul.classLink li{
	display:inline-block;
	padding-bottom:10px;
}
ul.classLink li a{
	display:block;
	margin:0 3px;
	font-size:20px;
	padding:7px 20px;
	color: #fff;
	background:#666;
	border-radius:5px;
	position:relative;
	text-decoration: none;
}
ul.classLink li a.current{
	background:#f08300 !important;
	color:#FFF;
}
ul.classLink li a:hover{
	background:#a75b00;
	color:#FFF;
}
ul.classLink li a.current:after{
	content:" ";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 9px 0 9px;
	border-color: #f08300 transparent transparent transparent;
	position:absolute;
	bottom:-5px;
	left:50%;
	margin-left:-7.5px;
}

/*page content*/
.page_content{
	/*min-height:350px;*/
	float:left;
	width:100%;
	margin-top:20px;
}
.page_content , page_content p{
	line-height:170%;
}
.page_content ul ,.page_content ol{
	padding-left:40px;
}

/*table toolbar*/
.table-toolbar{
	float:left;
	width:100%;
	display:inline-block;
	margin:5px 0 10px 0;
}
.table-toolbar .toolbar_left{
	float:left;
	display:inline-block;
}
.table-toolbar .toolbar_right{
	float:right;
	display:inline-block;
}
.toolbar_right img{
    width: 27px;
	margin-top: 5px;
}
.toolbar_right .form-control_1{
	padding: 2px 8px;
	width:150px;
	margin: 5px 5px 4px 4px;
	height: 34px;
}
.form-control_1 {
    vertical-align: middle;
    /*float: left;*/
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    padding: 4px 8px;
    margin: 4px 10px 4px 4px;
    background: rgb(255, 255, 255);
    border-radius: 5px !important;
}
.table-toolbar .toolbar_title{
	float:left;
	margin:6px 3px 0 0;
}
.table-toolbar .form-group {
    margin-bottom: 0;
}

/*最新消息*/
.news_list{
	float:left;
	width:100%;
}
.news_list .news_list_item{
	padding:1%;
}
.news_list .news_list_item:nth-child(1n){
	padding:1% 1% 1% 0;
}
.news_list .news_list_item:nth-child(2n){
	padding:1% 0 1% 1%;
}
.news_list .news_list_item:nth-child(2n+1){
	clear:both;
}
.news_list .news_list_box{
	padding:20px;
	background:rgba(240,131,0,0.1);
	border-radius:10px;
	float:left;
	width:100%;
	cursor:pointer;
}
.news_list_box{
	min-height:225px;
}
.news_list_box img{
	width:240px;
	border-radius:5px;
	margin-right:20px;
}
.news_list_box .tab_item_title{
	font-size:18px;
}

/*頁碼*/
#page_number{
	padding-top:10px;
	float:left;
	width:100%;
}
.page_total{
	vertical-align:middle;
	margin:0 0 10px 0;
}
.page_icon{
	text-align:right;
	margin-bottom:10px;
}
.btn_page{
	display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: none /*1px solid #ccc*/;
    padding: 3px 12px;
    font-size: 14px;
	background:#666;
	/*margin-left:-5px;*/
	border-radius:5px;
	margin-top: -2px;
	color:#fff;
}
.page_list{
	border: 1px solid #ccc;
	display:inline-block;
	width:77px;
	cursor: pointer;
	box-shadow:none;
}
.btn_page:hover{
	background:#f08300;
	color:#fff;
}

/*page title item*/
.page_title_item{
	font-size:24px;
	font-weight:bold;
	line-height:150%;
	margin-bottom:15px;
	text-align:center;
	color:#f08300;
	float:left;
	width:100%;
	margin-top:3%;
}
.page_title_box .tab_item_date{
	float:left;
	width:100%;
	padding:0;
	margin-bottom:-15px;
}

/*back icon*/
.back_icon{
	margin:10px 0;
	float:left;
	width:100%;
}

/*贈品中心*/
.gift_list{
	float:left;
	width:100%;
}
.gift_list_item{
	padding:15px;
}
.gift_list_box{
	padding:20px;
	background:rgba(240,131,0,0.1);
	border-radius:10px;
	cursor:pointer;
	float: left;
	width:100%;
}
.gift_list_box .class_btn_box{
	float:left;
	width:100%;
}
.gift_icon_01{
	background:url(../img/gift_icon_01.png);
	background-repeat:no-repeat;
	height:83px;
	width:84px;
	position: absolute;
	float:right;
	z-index:99;
    right: 6px;
    top: 6px;
}
.gift_icon_02{
	background:url(../img/gift_icon_02.png);
	background-repeat:no-repeat;
	height:83px;
	width:84px;
	position: absolute;
	float:right;
	z-index:99;
    right: 6px;
    top: 6px;
}
.gift_icon_03{
	background:url(../img/gift_icon_03.png);
	background-repeat:no-repeat;
	height:83px;
	width:84px;
	position: absolute;
	float:right;
	z-index:99;
    right: 6px;
    top: 6px;
}
.gift_list_box .gift_icon_01 ,.gift_list_box .gift_icon_02, .gift_list_box .gift_icon_03{
	right: 30px;
    top: 31px;
}
.gift_list_box img{
	border:solid #ccc 3px;
	border-radius:5px;
	margin-bottom:10px;
	width:100%;
}

.gift_list_box .list_item_title {
    width: 100%;
    float: left;
    font-size: 18px;
    padding: 8px 0 2px 0;
    font-weight: bold;
    line-height: 130%;
}
.gift_list_box .list_item_font {
    padding: 5px 0 0 0;
    line-height: 130%;
	color:#666;
	width:100%;
	float: left;
}
.gift_con{
	float:left;
	width:100%;
	margin-top:3%;
}
.gift_con_pic{
	/*padding:15px;
	background:rgba(240,131,0,0.1);*/
	border-radius:20px;
	/*margin-bottom:30px;*/
} 
.gift_con_pic img{
	border-radius:20px;
}
.gift_con_right{
	padding-left:50px;
	margin-bottom:30px;
} 
.gift_con_right .page_title_item{
	text-align:left;
	margin-top: 0;
}
.class_btn_box{
	/*margin-bottom:5px;*/
	float:left;
	width:100%;
	color: #999;
    font-size: 13px;
}
.class_btn_box i{
	padding-right:5px;
}
.gift_con_right .class_btn_box{
	margin-top:-5px;
	margin-bottom:5px;
}
.gift_con .form-group{
	border-bottom: dashed 1px #ddd;
    width: 100%;
    float: left;
    overflow: hidden;
    display: table-row;
	margin-bottom: 0;
}
.gift_con .form-group .gift_detail_item{
	color: #000;
    font-weight: bold;
    padding: 5px 12px;
    background: #efefef;
    width: 135px;
    border-top: solid 5px #fff;
    border-bottom: solid 5px #fff;
    border-right: solid 10px #fff;
    vertical-align: top;
    display: table-cell;
	text-align:center;
}
/*.gift_con .form-group .gift_detail_item:before{
	content: "\f000";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 18px;
    padding-right: 0.5em;
    position: relative;
    left: 0;
}*/
.gift_con .form-group .gift_detail_con{
	padding: 9px 0;
    display: table-cell;
	
}

/*商品管理-相本*/
.pic_album{
	/*background:rgba(255,255,255,0.5);
	padding-bottom:4%;*/
}
#sync1 ,#sync2{
	/*overflow:hidden;
	overflow-y: -webkit-paged-y;*/
}
#sync1 .owl-nav{
	margin-left:-60px;
}
#sync1 .item img{
	width:99% !important;
	margin:0 auto;
	border:solid #fdf2e5 10px;
}
#sync1 .owl-carousel .owl-item {
	margin:0 auto;
}
#sync1.owl-carousel .owl-nav .owl-prev:before ,#sync1.owl-carousel .owl-nav .owl-next:before{
	display:none;
}
#sync1 .owl-nav{
	display:none;
}
.owl-carousel.owl-drag .owl-item {
    text-align: center;
}
.img-thumbnail {
	border:none;
	padding:0;
	border-radius:0;
}
.img-thumbnail img {
    border-radius:0;
}
#sync2{
	position:relative;
	/*overflow-x: hidden;
    overflow-y: -webkit-paged-y;*/
	top: 10px;
	margin-bottom: 30px;
}
#sync2 .owl-item{
	padding:3px;
}
#sync2 .item{
	background:#fff;
	padding:3px;
	float:left;
}
#sync2 img{
	overflow:hidden;
	width:100%;	
	border:solid #ddd 1px;
}
#sync2 .current{
	background:#f08300;
}
#sync2 .owl-nav{
	display:none;
}
.mfp-image-holder .mfp-close {
    padding-top: 5px;
}
.pic_album .owl-carousel {
    margin-bottom: 0px;
}
#sync2.owl-carousel .owl-dots.disabled,#sync2 .owl-carousel .owl-nav.disabled {
    display: none;
}
#sync2 .owl-dots{
	display:none;
}
#sync2 .owl-nav{
    margin-top: -15px;
}


/*youtube*/
.video_con{
	float:left;
	width:100%;
	margin:10px 0 50px 0;
}
.video_con .form-group {
    border-bottom: dashed 1px #ddd;
	margin-bottom: 15px;
}
.video_title{
	color: #000;
    font-weight: bold;
    padding: 5px 12px;
    background: #efefef;
	width:100%;
	margin-bottom:5px;
}
.video_title i{
	padding-right:5px;
}

/*全台門市*/
.store_list{
	float:left;
	width:100%;
}
.store_list .list_item_font i{
	padding-right:5px;
}
.store_title_item {
    font-size: 24px;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 15px;
    color: #f08300;
    float: left;
    width: 100%;
    margin-top: 3%;
}
.nav-tabs > li {
    margin-bottom: -2px;
}
.tabs .nav-tabs li a i{
	padding-right:5px;
}
.store_infor_left{
	padding-right:50px;
}
.info_item{
	list-style:none;
	display:table;
}
.info_item li{
	width:100%;
	vertical-align:top;
	display:table-row;
	margin:8px 0;
}
.info_title{
	width:95px;
	display:table-cell;
	vertical-align:top;
	line-height: 130%;
    margin: 4px 0;
	font-size:15px;
	font-weight:bold;
	padding-top:5px;
}
.info_title:before {
    content: "\f140";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 0.5em;
    position: relative;
    right: 0;
    font-size: 12px;
}
.info_font{
	float:left;
	display:table-cell;
	vertical-align:top;
	margin:3px 0;
}
.google_map{
	float:left;
	width:100%;
	margin:15px 0;
}
.store_info_summary{
	margin-bottom:15px;
	float:left;
	width:100%;
}
.store_infor_right img{
	background: #fff;
    padding: 10px;
    border-radius: 5px;
    border: solid 1px #ddd;
    box-shadow: 0px 0px 6px 4px rgba(20%,20%,20%,0.1);
    float: left;
    width: 100%;
	margin-bottom:20px;
}

/*部落客分享*/
.share_list .gift_list_item img{
	border:none;
}

/*表單管理*/
.table-row {
    display: table-row;
}
.submit_btn{
	width:100%;
	float:left;
	text-align:center;
}
.form_con{
	margin:0 auto;
	max-width:600px;
	padding:40px 0 0 0;
	width:100%;
}
.form_box{
	border: solid #f5f5f5 10px;
	padding:10px;
	background:#fff;
	display: table;
}
.form_box .table-row{
	border-bottom:#ccc dotted 1px;
}
.form_q{
	display:table-cell;
	width:25%;
	padding:10px 8px;
	text-align:right;
	/*border-bottom: #ccc dotted 1px;*/
	border-right: #ccc dotted 1px;
	font-weight:bold;
	color:#000;
	vertical-align: top;
}
.form_a{
	display:table-cell;
	width:75%;
	padding:4px 12px 4px 4px;
	/*margin:8px;
	border-bottom: #ccc dotted 1px;*/
	line-height:170%;
}
.form_a .mt-radio,.form_a .mt-checkbox{
	margin:5px 25px 5px 5px;	
}
.form_box .table-row:nth-child(even){
	background:#f5f5f5;
}
.form-control{
	box-shadow:none;
}
.required{
	color:red;
	font-size:0.9em;
	line-height:140%;
	/*padding:3px 0;*/
	margin-left:6px;
}
.form_a i{
	padding:0 5px 0 10px;
}
.form_a input{
	margin:4px 0 4px 4px;
}
.form_a label{
	font-weight:500;
}
.verification_code{
	margin:3px 0 3px 10px;
	display:inline-block;
}
input[type="radio"], input[type="checkbox"] {
	margin: 10px 2px 0 10px;
}

/*sitemap*/
.sitemap_con{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.sitemap_class{
	font-weight: bold;
    padding: 6px 0;
    float: left;
    width: 100%;
    margin: 5px 0;
    font-size: 16px;
	border-bottom: dashed #673c08 1px;
	color:#673c08;
}
.sitemap_class:before {
    content: "\f02b";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 1em;
    position: relative;
    left: 0;
    float: left;
    width: 20px;
}
.sitemap_box{
	padding:10px 20px;
}
.sitemap_con .sitemap_box:nth-child(4n+1){
	clear:both;	
}
.sitemap_title{
	background:#f08300;
	color:#fff;
	border-radius:20px;
	padding:5px 10px;
	text-align:center;
}
.sitemap_item_01{
	list-style:none;
	border-right:solid #ddd 1px;
	border-bottom:solid #ddd 1px;
	border-left:solid #ddd 1px;
	border-radius:0 0 5px 5px;
	margin-top:-13px;
	padding-left:0 !important;
}
.sitemap_item_01 li{
	padding:6px 15px 6px 30px;
	border-top:dotted #ddd 1px;
	line-height:150%;
}
.sitemap_item_01>li>a:before{
	content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 0.5em;
    position: relative;
    right: 0;
    float: left;
	font-size:12px;
	margin-left: -10px;
}
.sitemap_item_01>li:first-child{
	border-top:none;
	padding-top:20px;
}
.sitemap_item_02{
	list-style:none;
	background:#f5f5f5;
	margin:6px 0 6px -15px;
	border-radius:5px;
	font-size:13px;
	padding-left:0 !important;
}
.sitemap_item_02 li{
	padding:6px 15px;
	border-top:dotted #ccc 1px;
}
.sitemap_item_02>li:first-child{
	border-top:none;
}

/*ad_01*/
#SubForm{
	z-index: 101; 
	/*position: absolute; */
	display: block; 
	text-align: center; 
	width: 100%; 
	height: 2000%; 
	background: rgba(0, 0, 0, 0.7); 
	/*padding: 20px;*/
	position: fixed;
    left: 0;
    top: 0;
}
.ad_box{
	margin: 20px;
}
.close_ad{
	color:#fff;
	cursor: pointer; 
}
.ad_scroll_01{
	background:#fff; 
	margin: 0 auto; 
	border:solid #fff 10px; 
	overflow-y: scroll;
}
.ad_scroll_02{
	background:#fff; 
	margin: 0 auto; 
	border:solid #fff 10px; 
	overflow:hidden;
}

/*表單checkbox radio*/
.mt-checkbox, .mt-radio {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-top: 5px;
    cursor: pointer;
    font-size: 14px;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.mt-checkbox.mt-checkbox-disabled, .mt-checkbox.mt-radio-disabled, .mt-radio.mt-checkbox-disabled, .mt-radio.mt-radio-disabled {
    opacity: .6;
    filter: alpha(opacity=60);
}
.mt-checkbox>input, .mt-radio>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
}
.mt-checkbox>span, .mt-radio>span {
    border: 1px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    background: #fff !important;
	margin-top:3px;
}
.mt-checkbox>span:after, .mt-radio>span:after {
    content: '';
    position: absolute;
    display: none;
}
.input-icon>i, .mt-checkbox-list .mt-checkbox, .mt-checkbox-list .mt-radio, .mt-checkbox>input:checked~span:after, .mt-radio-list .mt-checkbox, .mt-radio-list .mt-radio, .mt-radio>input:checked~span:after {
    display: block;
}
.mt-checkbox:hover>input:not([disabled])~span, .mt-checkbox>input:focus~span, .mt-radio:hover>input:not([disabled])~span, .mt-radio>input:focus~span {
    background: #d9d9d9;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.mt-checkbox:hover>input:not([disabled]):checked~span, .mt-checkbox>input:checked~span, .mt-radio:hover>input:not([disabled]):checked~span, .mt-radio>input:checked~span {
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #d9d9d9;
}
.icon-btn, .icon-btn:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.mt-checkbox>input:disabled~span, .mt-radio>input:disabled~span {
    opacity: .6;
    filter: alpha(opacity=60);
    pointer-events: none;
}
.mt-checkbox.mt-checkbox-outline:hover>input:not([disabled]):checked~span, .mt-checkbox.mt-checkbox-outline:hover>input:not([disabled])~span, .mt-checkbox.mt-checkbox-outline>input:checked~span, .mt-checkbox.mt-checkbox-outline>input:focus~span, .mt-checkbox.mt-checkbox-outline>span, .mt-checkbox.mt-radio-outline:hover>input:not([disabled]):checked~span, .mt-checkbox.mt-radio-outline:hover>input:not([disabled])~span, .mt-checkbox.mt-radio-outline>input:checked~span, .mt-checkbox.mt-radio-outline>input:focus~span, .mt-checkbox.mt-radio-outline>span, .mt-radio.mt-checkbox-outline:hover>input:not([disabled]):checked~span, .mt-radio.mt-checkbox-outline:hover>input:not([disabled])~span, .mt-radio.mt-checkbox-outline>input:checked~span, .mt-radio.mt-checkbox-outline>input:focus~span, .mt-radio.mt-checkbox-outline>span, .mt-radio.mt-radio-outline:hover>input:not([disabled]):checked~span, .mt-radio.mt-radio-outline:hover>input:not([disabled])~span, .mt-radio.mt-radio-outline>input:checked~span, .mt-radio.mt-radio-outline>input:focus~span, .mt-radio.mt-radio-outline>span {
    border: 1px solid #ccc;
    background: 0 0;
}
.mt-radio>span, .timeline .timeline-badge-userpic img {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
}
.mt-radio>span {
    -ms-border-radius: 50%!important;
    -o-border-radius: 50%!important;
    border-radius: 50%!important;
}
.mt-radio>span:after {
    left: 6px;
    top: 6px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #666;
}
.mt-radio>input:disabled~span:after {
    background: #666;
}
.mt-checkbox>span:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #666;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.mt-checkbox>input:disabled~span:after {
    border-color: #666;
}
.mt-checkbox-list, .mt-radio-list {
    padding: 10px 0;
}

/*print*/
.con_box{
	padding: 2%;
    margin: 2%;
    border: solid 1px #ccc;
    float: left;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 4px rgba(20%,20%,20%,0.1);
}
.con_banner img{
	border-radius:10px;
	box-shadow: 0px 0px 6px 2px rgba(20%,20%,20%,0.1);
	border: solid 1px #fff;
}
.con_box .page_title{
	text-align: center;
    font-size: 24px;
    color: #673c08;
    font-weight: bold;
    padding: 20px 0 20px 0;
}
.con_box .page_title_item{
	text-align:left;
}
.con_box .form_con {
    padding: 10px 0 0 0;
}
.con_footer{
	font-size:12px;
	padding: 0 20px 20px 20px;
	line-height:150%;
}
.con_float{
	float:left;
	width:100%;
}
.remark{
	font-size:12px;
	color:#666;
	line-height:150%;
}




/*-------------------------------------------------------------------------------------------------------*/
/* 大螢幕 */
@media (min-width: 1200px) {
.container {
    width: 1200px;
}
#header {
	height:109px;
}

/*index main content - 100%*/
.col-100 .tab_con li{
	width:48.7%;
	margin:1% 0 0 1%;
	padding:20px;
}

/*index main content 門市、贈品- 50%*/
.list_con {
    padding: 10px;
}

/*贈品中心*/
.gift_list .gift_list_item:nth-child(4n+1){
	clear:both;
}

/*全台門市*/
.store_list .gift_list_item:nth-child(3n+1){
	clear:both;
}
.hidden_line{
	/*display:none !important;*/
}

/*部落客分享*/
.share_list .gift_list_item:nth-child(3n+1){
	clear:both;
}
}
 
/* 一般桌機解析度 */
@media (min-width: 992px) and (max-width: 1200px) {
#header {
	height:109px;
}
#header .header-body {
	box-shadow: 0px 4px 4px rgba(20%,20%,20%,0.1);
}

/*index banner*/
.index_banner_top{
	background-size: cover;
}

/*index main content*/
.main_content{
	padding:0 10px;
}

/*index main content - 100%*/
.col-100 .tab_con li{
	width:48.7%;
	margin:1% 0 0 1%;
	padding:15px;
}

/*index main content 門市、贈品- 50%*/
.list_con {
    padding: 10px;
}

/*main content*/
.main_content {
    background-size: 150%;
}

/*贈品中心*/
.gift_list .gift_list_item:nth-child(4n+1){
	clear:both;
}

/*全台門市*/
.store_list .gift_list_item:nth-child(3n+1){
	clear:both;
}
.hidden_line{
	/*display:none !important;*/
}

/*部落客分享*/
.share_list .gift_list_item:nth-child(3n+1){
	clear:both;
}
}

/* 平板電腦、橫向手機解析度 */
@media (min-width: 768px) and (max-width: 991px) {
#header {
	height:88px;
}
#header .header-body {
	background-size: 150%;
	box-shadow: 0px 4px 4px rgba(20%,20%,20%,0.1);
}
#header .header-nav-main nav > ul > li > a {
    border-radius: 4px;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: inherit;
    padding: 5px 10px;
    text-transform: uppercase;
}
#header .header-logo img {
	width:180px !important;
	height:67px !important;
}
#header .header-nav-main {
    margin: 4px 0 6px 0 !important;
}
.header_top {
    height: 15px;
    background-size: 17%;
}

/*index banner*/
.owl-carousel .owl-dots {
    margin-top: -70px;
}
.index_banner_top{
	background-size:100%;
	height:55px;
	margin-top:-42px;
}

/*index main content*/
.main_content{
	padding:0 10px;
}
.index_box {
    margin-top: 50px;
}
.index_title_left {
    background-size: 80px;
    height: 80px;
	font-size:22px;
}
.index_title_b {
    padding-left: 80px;
    height: 100%;
    margin-top: 40px;
}
.index_title_s {
    margin-top: 45px;
}
.index_title_right {
    margin-top: 30px !important;
}

/*index main content - 100%*/
.col-100 .tab_con li{
	width:48.7%;
	vertical-align:top;
	margin:1% 0.5% 0 0.5%;
	padding:15px;
}
.col-100 .tab_con li img{
	width:135px !important;
}
.col-100 .tab_item_date {
    padding:5px 0 !important;
}

/*index main content 門市、贈品- 50%*/
.pic_list .col-50 .list_con .list_item_title {
    padding: 2px !important;
	margin-top:-28px !important;
}
.pic_list .col-50 .list_con li {
    width: 46.9% !important;
}

/*index main content 門市、贈品- 100%*/
.pic_list .col-100 .list_con .list_item_title {
    margin-top: 0;
}

/*index link*/
.index_link_box {
    margin: 30px 55px;
}

/*page content*/
.page_title {
    font-size: 30px;
    padding: 50px 0 70px 0;
}

/*最新消息*/
.news_list_box img {
    width: 135px !important;
}

/*贈品中心*/
.gift_list .gift_list_item:nth-child(3n+1){
	clear:both;
}

/*全台門市*/
.store_list .gift_list_item:nth-child(3n+1){
	clear:both;
}
.hidden_line{
	/*display:none !important;*/
}

/*部落客分享*/
.share_list .gift_list_item:nth-child(2n+1){
	clear:both;
}

}
 
/* 橫向智慧手機到竪立平板電腦解析度 */
@media (max-width: 767px) {
#header {
	height:61px;
}
#header .header-body {
	background-size: 200%;
	box-shadow: 0px 4px 4px rgba(20%,20%,20%,0.1);
}
#header .header-logo img {
	width:130px !important;
	height:48px !important;
	margin:2px 0 4px 5px;
}
.header_top {
    height: 15px;
    background-size: 20%;
}
.header-nav-main .dropdown-menu > li > a{
	padding-left:30px !important;
}
.header-nav-main .dropdown-submenu .dropdown-menu > li >a{
	padding-left:45px !important;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    background: #f5d6af;
}
.dropdown-menu{
	padding:0 !important;
}

/*手機版tophome*/
.header-top-mobile{
    font-weight: 700;
    margin-top: 1px;
    margin-bottom: 1px;
    color: #fff;
	background:rgba(240,131,0,0.8);
}
.header-top-mobile li{
	padding: 7px 15px !important;
	border-bottom:solid #fff 1px !important;
}
.header-top-mobile li a{
	padding:0 !important;
	text-transform: none!important;
}

/*index banner*/
.owl-carousel .owl-dots{
	margin-top:-50px;
}
.index_banner_top{
	background-size:cover;
    height: 40px;
    margin-top: -30px;
}
.owl-theme .owl-dots .owl-dot span{
	width:15px !important;
	height:15px !important;
	margin:5px !important;
}

/*index main content*/
.main_content{
	padding:0 10px;
}
.index_box {
    margin-top: 40px;
}
.index_title_left {
    background-size: 80px;
    height: 80px;
	font-size:22px;
}
.index_title_b {
    padding-left: 80px;
    height: 80px;
    margin-top: 40px;
}
.index_title_s {
    margin-top: 45px;
}
.index_title_right {
    margin-top: 30px;
}
.main_content .index_box:first-child {
    margin-top: 20px;
}
.class_btn {
    padding: 3px 7px 1px 7px;
}

/*index main content - 50%*/
.col-50{
	float:left;
	width:100%;
	padding-bottom: 0;
    margin-bottom: 0;
	background-size: 100% !important;
	min-height:500px;
}
.tab_con {
    padding: 0;
}
.tab_con a{
	width:100%;
}
.col-50.tab_con li {
    padding: 10px !important;
	width: 48.5% !important;
}
.col-50 .tab_con li:first-child .tab_item_title {
    font-size: 16px;
    color: #000;
}
.col-50 .tab_con li .tab_item_font ,.tab_con li:nth-child(2) .tab_item_font {
	display: block;
}
.col-50 .tab_con li:nth-child(2) img ,.tab_con li:nth-child(3) img{
	display: block !important;
}
.col-50 .tab_con li:nth-child(2) .tab_item_title{
	display:block;	
}
.col-50 .tab_con li:nth-child(3) .tab_item_date{
	display:block !important;
	padding-right:0;	
}
.col-50 .tab_con li:nth-child(3) .tab_item_title{
	display:block;	
}
.col-50 .col-50_con {
    padding: 15px 10px;
}

/*index main content - 100%*/
.col-100 .index_title_right {
    margin-top:30px;
}
.col-100 .tab_con li{
	margin:0 2% 2% 0;
	width: 48.5%;
	padding: 20px;
}
.col-100 .tab_con li:nth-child(2){
	margin:0 0 2% 0;
}
.col-100 .tab_con li img{
	margin-right:0 !important;
	width:100% !important;
}

/*index main content 門市、贈品- 50%*/
.pic_list .col-50 .list_con {
    padding: 10px;
}
.pic_list .col-50 .list_con .list_item_title {
    padding: 2px !important;
	margin-top:-28px !important;
}

/*index main content 門市、贈品- 100%*/
.pic_list .col-100 .list_con {
    padding: 5% 2%;
}
.pic_list .col-100 .list_con li {
    width: 44%;
    margin: 2% 2% 3% 3%;
}
.pic_list .col-100 .list_con .list_item_title {
    font-size: 16px;
    padding: 5px 5px 2px 5px;
}
.index_blank{
	height:40px !important;
}

/*index link*/
.index_link {
    background-size: 150%;
}
.index_link_box {
    margin: 30px 55px;
}

/*footer*/
#footer {
    padding: 6px 0;
}
.footer_box {
    padding: 5px 10px;
}
.footer_con_01{
	display:none;
}

/*page 分頁*/
ul.classLink li a {
    font-size: 16px;
}

/*page content*/
.main_content {
    background-size: 150%;
}
.page_padding{
	padding: 0 0 30px 0;
}
.page_title {
    font-size: 22px;
    padding: 35px 0 45px 0;
}
.page_title_02 {
    margin-top: 0;
}

/*最新消息*/
.news_list .news_list_item:nth-child(1n) ,.news_list .news_list_item:nth-child(2n){
	padding:2% 0;
	float:left;
	width:100%;
}

/*page title item*/
.page_title_item{
	font-size:20px;
	text-align:left;
	margin-top:20px;
	margin-bottom: 10px;
}

/*贈品中心*/
.gift_list_item {
    padding: 10px;
}
.gift_list_box {
    padding: 15px;
}
.gift_list .gift_list_item:nth-child(2n+1){
	clear:both;
}
.gift_list_box img {
    border: solid #ccc 3px;
    margin-bottom: 5px;
}
.gift_list_box .list_item_title {
    padding: 5px 0 2px 0;
}
.gift_con_right {
    padding-left: 20px;
    margin-bottom: 30px;
}
.gift_list_box .gift_icon_01 ,.gift_list_box .gift_icon_02, .gift_list_box .gift_icon_03{
	right: 20px;
    top: 21px;
}

/*全台門市*/
.store_list .gift_list_item:nth-child(2n+1){
	clear:both;
}
.store_title_item{
	font-size:20px;
	margin-top:20px;
	margin-bottom: 10px;
}
.store_infor_left {
    padding-right: 0;
}

/*部落客分享*/
.share_list .gift_list_item:nth-child(2n+1){
	clear:both;
}
.share_list .gift_list_item .gift_list_box {
	padding:5%;
}

/*ad_01*/
.ad_scroll_01 ,.ad_scroll_02{
	overflow:auto;
}
}
 
/* 橫向智慧手機及其他更小解析度 */
@media (max-width: 480px) { 
.btn_01{
	font-size:0.9em;
	padding:2px 10px !important;
}

/*header*/
#header {
    background-size: 260%;
}
.header_top {
    height: 14px;
    background-size: 30%;
}


/*index banner*/
.owl-carousel .owl-dots{
	margin-top:-40px;
}
.index_banner_top{
	background-size:cover;
    height: 30px;
    margin-top: -30px;
}
.owl-theme .owl-dots .owl-dot span{
	width:10px !important;
	height:10px !important;
	margin:3px !important;
}
.owl-carousel .owl-nav {
    top: 40%;
}
.owl-theme .owl-nav [class*=owl-] {
	height: 60px;
}
.owl-carousel .owl-nav .owl-prev:before, .owl-carousel .owl-nav .owl-next:before {
    top: 25%;
}

/*index main content*/
.index_box {
    margin-top: 25px;
}
.col-50 {
    min-height: 300px;
}
.index_title_left {
    background-size: 60px;
    height: 60px;
	font-size:22px;
}
.index_title_b {
    padding-left: 60px;
    height: 60px;
    margin-top: 25px;
}
.index_title_s {
    margin-top: 30px;
}
.index_title_right {
    margin-top: 15px;
}
.col-50_con {
    padding: 15px;
}
.tab_con img {
	width:100px;
}
.tab_con li .tab_item_font ,.tab_con li:nth-child(2) .tab_item_font{
	display:none;
}

/*index main content - 100%*/
.col-100 .index_title_right {
    margin-top: 15px;
}
.col-100 .tab_con li{
	width:100%;
	margin: 0 0 10px 0;
    padding: 5%;
}
.col-100 .tab_item_date {
    padding:5px 0;
}

/*index main content 門市、贈品- 50%*/
.pic_list .col-50 .list_con {
    padding: 10px 0 0 0 ;	
}
.pic_list .col-50 .list_con li ,.list_con li:nth-child(2n) {
    margin: 0 4% 7% 0%;
    width: 45.2%;
}
.pic_list .col-50 .list_con .list_item_title {
    margin-top: 0!important;
    padding: 2px 0 0 0!important;
}
.pic_list .col-50 .list_con .list_item_font {
	line-height:150%;
}

/*index main content 門市、贈品- 100%*/
.index_blank{
	height:25px !important;
}

/*index link*/
.index_link {
    background-size: 200%;
}

/*footer*/
#footer {
    padding: 5px 0;
}
.footer_box{
	font-size:12px;
}

/*page banner*/
.page_banner {
    background-size: 150%;
}

/*page 分頁*/
.classBox {
    padding: 15px 0px 0px 0;
}
.classBox .classLink li{
	width:100%;
}
ul.classLink li a {
    font-size: 16px;
}

/*page content*/


/*最新消息*/
.news_list_box img {
    width: 100%;
    margin-right: 0;
	margin-bottom:10px;
}
.news_list_item .tab_item_date {
    padding: 0 0 5px 0 !important;
    display: table-cell;
}

/*頁碼*/
#page_number .page_icon{
	text-align:center;
}

/*page title item*/
.page_title_item{
	font-size:18px;
}

/*贈品中心*/
.gift_list_item {
    padding: 1.5%;
}
.gift_list_box {
    padding: 10px;
}
.gift_icon_01, .gift_icon_02, .gift_icon_03{
	background-size:70%;
	margin-left: -3px;
}
.gift_con_pic{
	width:100%;
}
.gift_con_pic img{
	width:100%;
}
.table-toolbar .mobile_left {
    float: left;
}
.gift_con .form-group .gift_detail_item, .gift_con .form-group .gift_detail_con{
	float:left;
	width:100%;
	display:block;
}
.gift_con_pic .gift_icon_01, .gift_con_pic .gift_icon_02, .gift_con_pic .gift_icon_03 {
    background-size: 100%;
    margin-left: -3px;
}
.gift_con_right{
	width:100%;
	padding-left: 0;
    margin-bottom: 5px;
}
.gift_con .form-group .gift_detail_item{
	border-right: none;
}
.gift_con .form-group .gift_detail_con {
    padding: 2px 5px 9px 5px;
}
.video_con {
    margin: 0px 0 30px 0;
}
.video_con .form-group {
    border-bottom: none;
    margin-bottom: 5px;
}
.video_con .video_title {
	text-align:center;
}
.gift_con .col-md-4{
	width:100%;
}
.pic_album .gift_icon_01, .pic_album .gift_icon_02, .pic_album .gift_icon_03{
	background-size:100% !important;
	right:7px;
}
.gift_list_box .gift_icon_01 ,.gift_list_box .gift_icon_02, .gift_list_box .gift_icon_03{
	right: -11px;
    top: 14px;
}

/*部落客分享*/
.share_list .gift_list_item{
	width:100%;
}
.share_list .gift_list_item img{
	width:100%;
}

/*表單管理*/
.form_box {
	border: solid #f5f5f5 5px;
    padding: 5px;
}
.form_q{
	border-right:none;
	text-align:left;
	width:100%;
	display:block;
	margin: 0 0 -10px 0;
	padding:8px 15px 0 15px;
}
.form_a {
    width: 100%;
	display:block;
	margin: 0;
	padding:15px;
	border-bottom: #ccc dotted 1px;
	float: left;
}
.form_box .table-row:last-child .form_a {
	border-bottom:none;
}
.verification_code{
	margin:5px 0 3px 0;
	display:inline-block;
}
.forum_subject img {
	width:100px;
}

}
