@media screen and (min-width: 768px) and (max-width: 1200px) {
	
/* 範圍小於媒體本身大小時就變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%;
}
iframe{
	width: 100%;
}
html,body {
	/* [disabled]overflow-x: hidden; */     
	/*position: fixed; 防止iphone版面被拖走(用了iphone會無法拖動) */
}
/* 版型最外層包裝------------------------------------*/
#wrapper {
	width: 100%;
}
.box_tr{
	width: 100% !important;
}
/* 版型頁眉-----------------------------------------*/
#header {
	width: 100%;
}
/* 桌機選單 */
.attr_menu {
    display: none !important;
}
/* 手機選單icon */
.m_menu_icon {
	display: block;
}
#header .logo {
	margin-left: 60px;
}
#main {
	width: 100%;
}
.page {
	width: 100%;
}
#form_member_edit{
	width: 100%;
}
/* 所有選單最外層包裝 ---------*/
#links {
	width: 100%;
}
/* 選單塊最外層包裝 */
#links .menu {
	width: 100%;
}
#links .list a {
	width: 100%;
}
#links .class {
	width: 100%;
}
.sh_line {
	display: inline-block !important;
}
.menu_shop {
	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: 200px;
	height: 80px;
}
.but8 {
	width: 220px;
}
.menu_shop{
	width: 100%;
}
.box_td, .box_tr {
    width: 100% !important;
    height: auto !important;
    float: none !important;
    clear: both;
    padding-top: 5px;
    padding-bottom: 5px;
}

.Project li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    padding-right: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 3px;
    text-align: center;
    margin-bottom: 40px;
}
.Project img {
    max-width: 170px;
    padding: 30px;
}
.Project div {
    font-size: 18px;
    height: 85px;
}
[box_id="1"] img{
	padding-left: 50px;
	padding-right: 10px;
}
[box_id="21"]{
	display: none;
}
[box_id="46"]{
	padding-left: 20px;
	padding-right: 20px;
}
[box_id="48"]{
	padding-left: 20px;
	padding-right: 20px;
}

.work1 {
	position: relative;
	z-index: 0;
	bottom: auto;
	padding: 20px;
}
.work2 {
	background-color: #111111;
	padding: 30px;
	display: block;
	position: relative;
	z-index: 0;
	bottom: auto;
	left: auto;
}
.header {
	position: relative;
	z-index: 1;
}
.logo_box {
	display: block;
}
.main_top {
    height: 0px;
}
.logo img {
    width: 110px;
}

}
