@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%;
	background-image: url();
}
#wrapper2 {
	background-image: url();
}
/* 版型頁眉-----------------------------------------*/
#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;
}
/* 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 #f7007b;
	background-color: #252525;
	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: #FFFFFF;
	font-weight: bold;
}
/* 版型頁尾 ----------------------------------------*/
#footer {
	width: 100%;
	position: relative;
}
#footer .copyright {
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #CCC;
	padding-top: 20px;
	background-image: url();
	background-repeat: no-repeat;
	background-position: 40px 20px;
	position: static;
}
/* 首頁主視覺，產品，廣告圖片區 ------------------------*/
#banner {
	display: none;
}
#m_banner {
	width: 100%;
	display: inherit;
}
/* 首頁內容 ----------------------------------------*/
#main {
	width: 100%;
	height: auto;
}
#main .news {
	width: 100%;
	height: auto;
	float: none;
	background-image: url(../images/mobile/news.png);
	background-repeat: no-repeat;
	background-position: 0px 0;
	background-size: auto 30px;
}
#main .news .content {
	padding-top: 40px;
    padding-left: 5px;
	padding-right: 5px;
}
#main .news .line {
	width: 100%;
	height: 35px;
	border-bottom: 1px solid #8E8E8E;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main .portfolio {
	width: 100%;
	height: auto;
	left: 0px;
	float: none;
	background-image: url();
	background-repeat: no-repeat;
	overflow: hidden;
	padding-bottom: 10px;
	padding-top: 20px;
}
#main .portfolio .content {
	padding-top: 50px;
	padding-left: 5px;
	background-image: url(../images/mobile/portfolio.png);
	background-repeat: no-repeat;
	background-size: auto 30px;
	background-position: left 10px;
}
#main .portfolio .box {
	float: left;
	width: 43%;
	padding-right: 10px;
	padding-left: 10px;
}
  
#main{
  display: flex;
  padding: 0px;
  flex-direction: column;
}
#main .custom {
  width: auto;
}
#main .custom2 {
  width: auto;
}

/* 內頁 ----------------------------------------*/
#page {
	overflow: hidden;
	width: 100%;
}
/* 所有選單最外層包裝 ---------*/
#links {
	width: 100%;
	text-align: center;
	padding-top: 20px;
	float: left;
}
/* 選單塊最外層包裝 */
#links .menu {
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
	background-color: #F7007B;
}
/* 選單外層 */
#links .class {
	width: auto;
}

/* 選單自定義區塊 */
#links .custom {
	width: 100%;
	height: 120px;
	background-image: url(../images/pc/page_custom.jpg);
	background-repeat: no-repeat;
}
#links .list a {
	width: auto;
	display: block;
	border-bottom: 1px dotted #FFFFFF;
	color: #FFFFFF;
	font-size: 16px;
	text-align: left;
	text-decoration: none;
	padding-top: 7px;
	padding-left: 5px;
	margin-left: 10px;
	padding-bottom: 7px;
}
/* 內容最外層包裝 ---------*/
#content {
	padding: 0px;
	overflow: hidden;
}
#content .content {
	word-wrap: break-word;
	word-break: break-all;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	overflow: hidden;
	line-height: 28px;
	padding-top: 50px;
	text-align: left;
	color: #F8F8F8;
}
#content .bottom {
	height: 20px;
}
#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: 10px;
	color: #FFFFFF;
	font-weight: bold;
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 5px 50px;
	float: right;
	padding-bottom: 20px;
	padding-top: 10px;
}
/* 最新消息共幾頁數字 */
#content .total {
	float: none;
	padding-top: 20px;
	color: #FFFFFF;
}
/* 最新消息-內頁日期 */
#content .news_date {
	float: none;
	color: #999999;
	font-size: 12px;
}
/* 產品 */
ul.pd li {
	width: 35%;
	display: inline-block; /*擁有inline不會換行的特性，還可以像block一樣設定width,height,background-image等值*/
	vertical-align: top;
    *display: inline; /*兼容IE6,IE7用*/
    *zoom: 1;
	padding-right: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
}

/* 產品內頁 */
.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;
	color: #F7F7F7;
}
.pd_photo_big {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	background-image: url(../images/pc/loading_black.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border: 5px solid #FFFFFF;
	background-color: #FFFFFF;
}
.pd_photo_big img{
	max-height: 550px;
	border: 0px solid #FFFFFF;
}

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: 3px solid #FFFFFF;
}
/* 登入註冊 ----------------------------------------*/
#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;
}
#content .news_content {
	padding-top: 10px;
	color: #F5F5F5;
}
#content .back{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* 表單 */
#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;
}

}
