@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%;
}
/* 版型最外層包裝------------------------------------*/
#wrapper {
	width: 100%;
}
/* 版型頁眉-----------------------------------------*/
#header {
	width: 100%;
    height: 150px;
}
/* 桌機選單 */
#header #menu {
	display: none;
}
/* 手機選單icon */
#header #m_menu_icon {
	display: block;
    margin-top: 0px; 
}
#header .logo {
	width: 200px;
	height: 95px;
	display: block;
	float: left;
}
#main {
	width: 100%;
}
#page {
	width: 100%;
}
#camera_wrap1 {
	display: none;
}
#camera_wrap2{
	display: inline;
}
#form_member_edit{
	width: 100%;
}
#main .portfolio .photo {
	height: auto;
}
#main .portfolio img:hover {
	max-width: 101%;
	margin-left: auto;
	margin-top: auto;
	opacity: 1;
}
#footer .copyright {
	width: 100%;
}
#footer2 {
	width: 100%;
	text-align: center;
}
#footer .f_box3 img {
	width: 40px;
	padding-top: 10px;
	padding-left: 40px;
}
/* 所有選單最外層包裝 ---------*/
#links {
	margin-left: 10px;
}
/* 選單塊最外層包裝 */
#links .menu {
	width: 100%;
}
#links .list a {
	width: 100%;
}
#links .class {
	width: 100%;
}
.sh_line {
	display: inline-block !important;
}
.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;
}
#main .custom .content img {
	width: 47% !important;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.banner {
	width: 100%;
}
ul.pd li {
	width: 48%;
}
ul.pd2 li {
    width: 31%;
    display: inline-block;
    vertical-align: top;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 30px;
}

 .but_new {
	top: auto;
	margin-top: 0px; 
	bottom: 10px;
}

}
