/* --------------------- xs尺寸設定 大於320 --------------------- */

@media (min-width: 320px) {

	.service-list dd ul {
		font-size: 20px;
	}
	.album-post .post-minimal .post-text {
    min-height: 60px;
}

}
/* --------------------- xs尺寸設定 大於640 --------------------- */

@media (min-width: 640px) {

    .address_info span {
        display: inline-block;
    }
		.service-list dd ul {
		font-size: 24px;
	}
	.customize-bg1 .container p {
    font-size: 24px;
    line-height: 34px;
	}
	/* 最新消息 */
	.fqa dl dt {
		width: 25%;
		float: left;
		margin: 0 2% 0 0;
		margin-top: 10px;
		border-right: 1px solid #cccccc;
	}
	.fqa dl dt .yearmonth {
	color: #afafaf;
    font-size: 16px;
    letter-spacing: 2px;
    padding-bottom: 30px;
	}
	.fqa dl dt .day {
		color: #4b4b4b;
		font-size: 48px;
		display: block;
	}
	.fqa dl dt .day::before {
		display: none;
		}
	.content-main > h1.title {
    font-size: 24px;

}
		/*.product-list dl {
		width: 48%;
		margin: 0 1.3% 30px 0;
	}*/
	.content-main h3.title_2{
		font-size: 20px;
		
		}
	.content-main h3.title_2 spam{
		font-size: 16px;
		
		}
	.album-post .post-minimal {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}	
.album-post .post-minimal .post-left {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: 320px;
}
.album-post .post-minimal .post-image {
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
}
.album-post .post-minimal .post-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    width: auto;
    min-height: 100%;
    min-width: 100%;
    z-index: 1;
}
.album-post .post-minimal .post-body {
   /* padding: 30px 24px 30px 27px;*/
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.operation-icon dl {
    width: 48%;
    margin: 0 1% 30px 0;
}
}


/* --------------------- sm尺寸設定 大於768 --------------------- */

@media (min-width: 768px) {
 body {
        padding-top: 80px;
    }
	.banner-l {
        display: block;
		margin-top: -15px;
    }
    .banner-m {
        display: none;
    }
    .fqa-list [class *=col-] {
        border: none;
        margin: 0;
    }
	
	.address_info h1 {
		text-align: left;
	}
	.address_info .add {
		padding: 0 30px 0 0;
		margin: 0 30px 0 0;
		display: inline-block;
		width: 480px;
	}
	.address_info .add:after {
		content: "";
		position: absolute;
		right: 0;
		top: 0px;
		z-index: 9;
		width: 15px;
		height: 151px;
		background: url(../../images/footer_bg2.png) no-repeat center top;
		
	}
	.address_info .add dt {
		text-align: left;
	}
	.address_info .add h2 {
		text-align: left;
	}
	.address_info .add p {
		line-height: 28px;
   	    font-size: 16px;
		text-align: left;
	}
	.address_info .share {
		display: inline-block;
		text-align: left;
	}
    .address_map {
        display: none;
    }
	.copy {
		font-size: 18px;
	}
	
	.storeList .Txt{
	width:55%;	
	}
	.storeList .Img{
		display: block;
	}
	/* 左側選單 */
	.navsub {
		display: block;
	}
	.navsub-select {
		display: none;
		}
	.input_box {
		display: none;
		}		
	/* 內頁框架 */	
	.content-box {
		background: url(../images/back_container.jpg) repeat-y center top;
		background-size: 100% 100%;
	}	
	.content-main {
		padding: 0 30px 0px;
	}
	.content-main h1.title {
		/*margin: 0 0 10px 0;*/
	}	
	/* 意見表單 */
	/*.form-horizontal .form-group {
		margin-right: 0;
		margin-left: 0;
	}*/
	.form-horizontal .control-label {
		border-width: 0px 5px 0px 0px;
		border-style: solid;
		border-color: #0c5381;
		padding: 0 10px;
		margin: 5px 0 0 0;
	}
	
	/*.product-list dl .more {
		font-size: 20px;
	}
	.product-list dd.info {
   font-size: 20px;
   padding-bottom: 10px;
	}*/
	.about-bg1 .container .info{
		font-size: 18px;
	}
	/*.product-info p{
		font-size: 18px;
		}*/
	.pic{
		font-size: 28px;
		font-weight: bold;
		padding: 5px 0 15px 0;
		}	
	.about-page .list_box1 {
    float: left;
    width: 48%;
    margin: 2% 2% 2% 0;
    position: relative;
	}
	.about-page .list_box1 h1{
		font-size: 24px;
		}
	.about-page .list_box1 p{
		font-size: 18px;
		}
	.about-page .box_1 {
    float: left;
    width: 48%;
    margin: 2% 2% 2% 0;
    position: relative;
	    height: 390px;
}		
	.about-page .box_2 {
    float: left;
    width: 48%;
    margin: 2% 2% 2% 0;
    position: relative;
	    height: 390px;
}
	.about-page .box_3 {
    float: left;
    width: 48%;
    margin: 2% 2% 2% 0;
    position: relative;
}		
	.about-page .box_4 {
    float: left;
    width: 48%;
    margin: 2% 2% 2% 0;
    position: relative;
}		
.about-bg1 p {
	font-size: 18px;
	}	

.fqa-content p {
	font-size:18px;
	
	}
.post-minimal .post-body {
    padding: 10px 26px 10px 50px;
}
.business-2 .container {
    padding: 50px;
}
.table-responsive {
    border: none;
}
.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /*border: 1px solid #ddd;*/
}
.table-responsive > .table {
    margin-bottom: 0;
}
.about-1-2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    line-height: 30px;
}
.about-1-2 .post-left {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: 300px;
}
.about-1-2 .post-image {
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
}
.about-1-2 .post-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    width: auto;
    min-height: 100%;
    min-width: 100%;
    z-index: 1;
}
.about-1-2 .post-body {
    padding: 40px 30px 40px 40px;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.about-1-3 dl {
    margin-right: 20px;
}
.about-1 [class*="col-"] dl dt img {
    border-radius: 15px;
    width: 100%;
    vertical-align: bottom;
}
.product-1-4 dl {
    margin-left: 20px;
}
.about_history .history_scroller .scroller_pad{
	width: 1200px;
	}
	.shoppingBox {
    display: block;
}

}
/* --------------------- md尺寸設定 大於992 --------------------- */

@media (min-width: 992px) {
	
	/*.product-list dl {
		width: 48%;
		margin: 0 3% 30px 0;
	}
	.product-list dl:nth-of-type(2n) {
		width: 48%;
		margin: 0 0 30px 0;
	}	*/
	/* 最新消息 */
	/*.news dl dt {
		width: 30%;
	}*/
	/*.news dl dt .yearmonth {
		  color: #afafaf;
		font-size: 16px;
		letter-spacing: 2px;
		padding-bottom: 30px;
		}
	.news dl dt .day {
	color: #4b4b4b;
    font-size: 48px;
	}*/

.table-text {
    display: none;
}
.about-1-2 .post-left {
    width: 450px;
}
.about-1-2 .post-body {
    padding: 20px 30px 40px 50px;
}
.about-5 {
    background-image: url(../images/about_bg3.png);
    background-position: top;
    background-repeat: no-repeat;
	ckground-repeat: no-repeat;
    background-size: 100% 100%;
	padding-bottom: 100px;
}
.table_product_style_2 {
    width: 60%;
}
.table_product_style_3 {
    width: 37%;
	margin-left: 17px;

}
	}


/* --------------------- lg尺寸設定 大於1200 -------------------- */

@media (min-width: 1200px) {
    body {
        padding-top: 105px;
    }
	.address_info .nav_supp {
		display: inline-block;
	}
	.address_info .add {
		padding: 0 50px;
		margin: 0 30px 15px 0;
	}
	.address_info .add:before {
    left: 0;
	content: "";
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 9;
    width: 15px;
    height: 151px;
    background: url(../../images/footer_bg2.png) no-repeat center top;
	}
	.copy {
		font-size: 22px;
	}
	/* 最新消息 */
	.fqa dl dt {
		width: 20%;
	}
	.img_sm {
		width: 34%;
		float: left;
		margin: 10px 2% 2% 0;
	}
	.about-page .box_1 {
    float: left;
    width: 23%;
    margin: 2% 2% 2% 0;
    position: relative;
	height: 450px;
}		
	.about-page .box_2 {
    float: left;
    width: 23%;
    margin: 2% 2% 2% 0;
    position: relative;
	height: 450px;
}		
	.about-page .box_3 {
    float: left;
    width: 23%;
    margin: 2% 2% 2% 0;
    position: relative;
	height: 450px;
}		
	.about-page .box_4 {
    float: left;
    width: 23%;
    margin: 2% 2% 2% 0;
    position: relative;
	height: 450px;
}	
.album-post .post-minimal .post-left {
    width: 240px;
}
/*.album-post .post-minimal .post-body {
    padding: 40px 26px 30px 40px;
}
*/
.content-box .box ul {
    height: 230px;
}
.about_history .history_scroller .scroller_pad .pad_item {
    width: 180px;
}
.operation-icon dl {
   width: 23%;
    margin: 0 1.7% 30px 0;
}
}


/* --------------------- bg尺寸設定 大於1600 -------------------- */

@media (min-width: 1600px) {
}









