@media screen and (max-width: 767px) {
	
/* 範圍小於媒體本身大小時就變100% */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

body {
	font-size: 14px;
	color: #666;
}
/* 版型最外層包裝------------------------------------*/
#wrapper {
	width: 100%;
}
/* 版型頁眉-----------------------------------------*/
#header {
	width: 100%;
	position: relative;
	height: 60px;
	background-image: url(../images/mobile/m_logo.jpg);
	background-repeat: no-repeat;
	background-size: auto 60px;
}
/* PC_logo */
#header .logo {
	width: 180px;
	height: 60px;
	display: block;
	float: left;
	background-image: url();
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: 0px;
}
/* PC選單 */
#header #menu {
	display: none;
}
#header .home {
	display: none;
}
/* 手機選單icon */
#header #m_menu_icon {
	width: 50px;
	display: inherit;
	float: right;
	margin-top: 10px;
	height: 40px;
	background-image: url(../images/mobile/menu_ban.png);
	background-repeat: no-repeat;
	cursor: pointer;
	background-size: 30px 40px;
}
/* 手機選單-----------------------------------------*/
#m_menu_nav {
	width: 100%;
	display: none;
}
#m_menu_nav .nav {
	height: 30px;
	width: 100%;
	border-bottom: 1px solid #FFFFFF;
	background-color: #0087d2;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 10px;
	text-decoration: none;
	display: block;
}
#m_menu_nav .nav:hover {
	color: #E1E1E1;
	font-weight: bold;
}
/* 版型頁尾 ----------------------------------------*/
#footer {
	width: 100%;
}
#footer .copyright {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align: left;
	font-size: 15px;
	color: #323232;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 10px;
}
.f_box1{
	width: auto;
	display: inline-block; /*擁有inline不會換行的特性，還可以像block一樣設定width,height,background-image等值*/
	vertical-align: top;
    *display: inline; /*兼容IE6,IE7用*/
    *zoom: 1;
}
.f_box{
	width: auto;
	display: inline-block; /*擁有inline不會換行的特性，還可以像block一樣設定width,height,background-image等值*/
	vertical-align: top;
    *display: inline; /*兼容IE6,IE7用*/
    *zoom: 1;
}
#footer2 {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	font-size: 12px;
	color: #363636;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* 首頁主視覺，產品，廣告圖片區 ------------------------*/
#banner {
	display: none;
}
#m_banner {
	width: 100%;
	display: inherit;
}
#abgne_fade_pic_m {
	position: relative;
}
#abgne_fade_pic_m a.ad {
	position: absolute;  /* 讓圖片疊在一起 */
    width: 100%;
}
/* 選單樣式 */
#abgne_fade_pic_m .control {
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: none;
}
#abgne_fade_pic_m .control a {
	display: inline-block;
	padding: 3px;
	margin: 0 3px;
	width: 10px;
	text-decoration: none;
	background-image: url(../images/pc/circle_1.png);
	background-repeat: no-repeat;
	height: 10px;
	background-position: center center;
	font-size: 0px;
}
#abgne_fade_pic_m .control a.on {
	background-image: url(../images/pc/circle-2.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 10px;
	width: 10px;
	font-size: 0px;
}
/* 首頁內容 ----------------------------------------*/
#main {
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	background-size: cover;
}
#main .news {
	width: 100%;
	height: 170px;
	float: none;
	background-image: url(../images/mobile/news.png);
	background-size: auto 25px;
	background-repeat: no-repeat;
}
#main .portfolio {
	width: 100%;
}
#main .portfolio .content {
}
#main .portfolio .box {
	width: auto;
}
#main .portfolio .title_box {
	height: auto;
}
#main .portfolio .more {
	margin-top: 10px;
}
#main .custom {
	height: auto;
}
#main .custom .content {
	background-position: left 50px;
	width: 100%;
	background-size: 100% auto;
}

/* 內頁 ----------------------------------------*/
#page {
	overflow: hidden;
	background-color: #FFFFFF;
	width: 100%;
}
/* 所有選單最外層包裝 ---------*/
#links {
	width: 100%;
	text-align: center;
	float: left;
}
/* 選單塊最外層包裝 */
#links .menu {
	width: 100%;
	background-color: #232323;
	display: inline-block;
	margin-bottom: 10px;
}
/* 選單標頭(所有) */
#links .title_menu_id_1 {
}
/* 選單外層 */
#links .class {
	border-bottom: 1px dotted #999999;
	width: auto;
	margin-left: 15px;
}
/* 選單-無分類 */
#links .list a {
}
#links .list a:hover {
	color: #0099FF;
}
/* 選單自定義區塊 */
#links .custom {
	width: 100%;
	height: 120px;
	background-image: url(../images/pc/page_custom.jpg);
	background-repeat: no-repeat;
}

/* 內容最外層包裝 ---------*/
#content {
	padding: 0px;
	overflow: hidden;
	background-color: #FFFFFF;
}
#content .content {
	word-wrap: break-word;
	word-break: break-all;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	overflow: hidden;
	line-height: 22px;
	padding-top: 10px;
}
#content .title_share {
	float: right;
	width: 140px;
	clear: both;
	padding-top: 0px;
	padding-right: 10px;
}
/* 內容標頭 */
#content .title {
	height: 50px;
	background-image: url(../images/pc/title_about.jpg);
}

#content .title_name {
	padding-right: 0px;
	color: #141414;
	font-weight: bold;
	background-image: url(../images/pc/arrow_icon.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 5px 50px;
	float: none;
}

/* 最新消息共幾頁數字 */
#content .total {
	float: none;
	padding-top: 20px;
}
/* 最新消息-內頁日期 */
#content .news_date {
	float: none;
	color: #999999;
	font-size: 12px;
}
/* 產品 */
ul.pd li {
	width: auto;
	display: inline-block; /*擁有inline不會換行的特性，還可以像block一樣設定width,height,background-image等值*/
	vertical-align: top;
    *display: inline; /*兼容IE6,IE7用*/
    *zoom: 1;
}

/* 產品內頁 */
.pd_left {
	width: auto;
	float: none;
}
.pd_right {
	width: auto;
	float: none;
}
.pd_right .padding {
	padding-left: 0px;
	padding-right: 0px;
}
.pd_share {
	float: none;
	width: 140px;
}
.pd_title {
	color: #4B4B4B;
	font-size: 20px;
	font-weight: bold;
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #707070;
}
.pd_content {
	clear: both;
	padding-top: 10px;
}
ul.pd_list {
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	padding: 0px;
}
ul.pd_list li {
	width: 17%;
	display: inline-block; /*擁有inline不會換行的特性，還可以像block一樣設定width,height,background-image等值*/
	vertical-align: top;
    *display: inline; /*兼容IE6,IE7用*/
    *zoom: 1;
	padding: 1px;
	border: 1px solid #CACACA;
}
ul.pd_album_list li {
	width: 17%;
	display: inline-block; /*擁有inline不會換行的特性，還可以像block一樣設定width,height,background-image等值*/
	vertical-align: top;
    *display: inline; /*兼容IE6,IE7用*/
    *zoom: 1;
	padding: 1px;
	border: 1px solid #CACACA;
}
/* 登入註冊 ----------------------------------------*/
#log_in {
	width: 100%;
	left: 0px;
	position: absolute;
	margin-left: 0px;
	top: 50px;
	background-image: url(../images/pc/b2.png);
	-webkit-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
}
.member_box {
	padding: 5px;
	background-color: #FFFFFF;
}
.member_content {
	padding: 5px;
	border: 1px solid #D2D2D2;
	border-radius: 10px;
	font-size: 16px;
}
/* 購物車 ----------------------------------------*/
.shop_box {
	padding: 3px;
	background-color: #FFFFFF;
}
.shop_member {
	width: 100%;
}
#m_menu_shop{
	display: inherit;
	text-align: right;
	background-color: #009AF3;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
}
#m_menu_shop a {
	color: #FFFFFF;
	text-decoration: none;
}
.shop_bar{
	border-radius: 0px;
	border: 0px solid #8E8E8E;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 30px;
	padding-bottom: 3px;
	background-color: #009AF3;
	display: inline-block;
	margin-left: 0px;
	background-image: url(../images/pc/cart_icon.png);
	background-repeat: no-repeat;
	background-size: 25px auto;
	background-position: 2px 3px;
	text-decoration: none;
}
/* 表單 */
#form1 {
	width: 100%;
}
#form_member_edit{
	width: 100%;
}
.but2 {
	cursor: pointer;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(237,237,237,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(237,237,237,1.00) 100%);
	color: #232323;
	font-size: 18px;
	width: 120px;
	height: 60px;
}
.pd_box1{
	font-size: 16px;
	margin-bottom: 10px;
	width: 100%;
	display: inline-block; /*擁有inline不會換行的特性，還可以像block一樣設定width,height,background-image等值*/
	vertical-align: top;
    *display: inline; /*兼容IE6,IE7用*/
    *zoom: 1;
}
#content .news_title_name {
	font-size: 22px;
	color: #494949;
	font-weight: bold;
	padding-left: 10px;
}
.pd_name {
	color: #363636;
	text-align: center;
	font-size: 13px;
	line-height: 21px;
	height: auto;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	word-wrap: break-word;
	word-break: normal;
	border-top: 1px solid #C4C4C4;
}
.icon2{
	background-image: url(../images/pc/icon3.png);
	background-repeat: no-repeat;
	padding-left: 50px;
	height: 100px;
	display: inline-block;
	vertical-align: top;
}

}
