@charset "utf-8";
/* CSS Document */


.udndesign_wrap{
	display: block;
	overflow: hidden;
	width: 100%;
	max-width: 1200px;
	min-width: 320px;
	margin: 0 auto;
}

/*-----------------------------------*/
/*版頭 ------------------------------*/
/*-----------------------------------*/
.top_wrap{
	display: block;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	padding:50px 40px;
}
.top_wrap img{
	display: block;
	width: 240px;
	float: left;
}
.top_wrap p{
	display: block;
	padding: 20px 0 0 20px;
	font-size: 18px;
	line-height: 18px;
	color: #555656;
	float: left;
}
@media only screen and (max-width: 768px) {
.top_wrap{
	padding: 30px 0 30px 40px;	
}
.top_wrap img{
	width:200px;
}
.top_wrap p{
	padding: 15px 0 0 15px;
}
}
@media only screen and (max-width: 640px) {
.top_wrap{
	padding: 30px 0 30px 20px;	
}
.top_wrap img{
	width:150px;
}
.top_wrap p{
	padding: 10px 0 0 10px;
    font-size: 14px;
    line-height: 14px;
}
}

/*-----------------------------------*/
/*slideshow -------------------------*/
/*-----------------------------------*/
.slideshow_wrap{
	display: block;
	overflow: hidden;
	width: 100%;
	max-width: 1200px;
	height: 600px;
	position: relative;
}
.ctrl_sile{
	opacity: 0;
	filter: Alpha(opacity=0); /* IE8 and earlier */
	z-index: 9999;
}
.mySlides{width: 100%; }
.slideshow_wrap:hover .ctrl_sile{
	opacity: 1;
	filter: Alpha(opacity=100); /* IE8 and earlier */
}
.back_bt{
	width:25px;
	cursor:pointer;
	position: absolute;
	top:50%;
	left:4%;		
	opacity: 0.8;
	filter: Alpha(opacity=80); /* IE8 and earlier */
	-webkit-transition: 0.5s;
	transition: 0.5s;
	transform: translateY(-50%);
}
.right_bt{
	width:25px;
	cursor:pointer;
	position: absolute;
	top:50%;
	right:4%;		
	opacity: 0.8;
	filter: Alpha(opacity=80); /* IE8 and earlier */
	-webkit-transition: 0.5s;
	transition: 0.5s;
	transform: translateY(-50%);
}
.back_bt:hover,.right_bt:hover{
	opacity: 1;
	filter: Alpha(opacity=100); /* IE8 and earlier */
}
.circle_bt_outer{
	display: block; overflow: hidden;
	position: absolute;
	bottom: 4%;
	left: 50%;
	transform: translateX(-50%);
}
.circle_bt{
	display: inline-block;
	width: 10px; height: 10px;
	margin-right: 5px;
	border-radius:50%;
	border: 1px #fff solid;
	background-color:transparent;
	cursor:pointer;
	float: left;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.circle_bt:last-child{margin-right: 0;}
.circle_bt:hover {background-color: #EEE;}
.circle_bt.circle_bt_white {background-color: #fff;}

@media only screen and (max-width: 1200px) {
.slideshow_wrap{height: auto;}
.mySlides{width: 100%;}
}
/*-----------------------------------*/
/*內容 ------------------------------*/
/*-----------------------------------*/
.content_wrap{
	display: block;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	padding: 60px 40px 0px 40px;
}
.content_wrap .content{
	display: block;
	overflow: hidden;
	width: 100%;
	margin-bottom: 80px;
}
.content_wrap .content p,
.content_wrap .content .contact_item li{
	font-size: 18px;
	line-height: 28px;
	color: #555656;
}
.content_wrap .content p span{
	display: block;
	margin-bottom: 30px;
	font-size: 25px;
	font-weight: bold;
}
.content_wrap .content .contact_item li{
	margin-bottom: 10px;
}
/*--------------------------------*/
.content_wrap .communities{
	display: block;
	overflow: hidden;
	width: 100%;
}
.content_wrap .communities a{
	display: block;
	overflow: hidden;
	width: 40px;
	margin-right: 10px;
	float: left;
}
.content_wrap .communities a:first-child{
	margin-right: 0px;
}
.content_wrap .communities a img{
	width: 100%;
}
/*--------------------------------*/
.content_wrap .content .instagram_pic li{
	display: block;
	overflow: hidden;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
	float: left;
}
.content_wrap .content .instagram_pic li:nth-child(4n){
	margin-right: 0;
}
.content_wrap .content .instagram_pic li img{width: 100%;}
.content_wrap .content .instagram_pic li:hover img {
	-ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";/* IE 8 */
	filter: alpha(opacity=50); /* IE 5-7 */ 
	-moz-opacity: 0.5; /* Netscape */  
	-khtml-opacity: 0.5;/* Safari 1.x */  
	opacity: 0.5;/* Good browsers */
}

@media only screen and (max-width: 640px) {
.content_wrap{
	padding: 30px 20px 0 20px;		
}
.content_wrap .content{
	margin-bottom: 50px;
}
.content_wrap .content p,
.content_wrap .content .contact_item li{
	font-size: 16px;
	line-height: 24px;
}
.content_wrap .content .contact_item li{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #CECECE;
}
.content_wrap .content p span{
	margin-bottom: 20px;
	
	font-size: 20px;
}

/*--------------------------------*/
.content_wrap .communities img{
	width: 45px;
	margin-right: 15px;
	float: left;
}
/*--------------------------------*/
.content_wrap .content .instagram_pic li{
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
	float: left;
}
.content_wrap .content .instagram_pic li:nth-child(2n){
	margin-right: 0;
}
}

/*-----------------------------------*/
/*Group ----------------------------*/
/*-----------------------------------*/
.group_wrap{
	display: block;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	padding: 70px 0;
	background-color: #f3c11d;
	border-top: 30px solid #565657;
}
.group_wrap ul{
	display: block;
	overflow: hidden;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.group_wrap ul li{
	display: block;
	overflow: hidden;
	width: 32%;
	box-sizing: border-box;
	padding: 40px;
	margin-right: 2%;
	background-color: #fff;
	float: left;
}
.group_wrap ul li:last-child{margin-right: 0;}

.group_wrap .logo{ 
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto 30px auto;
}

.group_wrap ul li h3{
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #565657;
}
.group_wrap ul li p{
	display: block;
	height: 300px;
	font-size: 16px;
	line-height: 26px;
	color: #878787;
}
.group_wrap .link_wrap a{
	width: 35px;
	margin-right: 10px;
	float: left;
}
.group_wrap .link_wrap a img{ width: 100%;}

@media only screen and (max-width: 1240px) {
.group_wrap{
	padding:40px;
}
.group_wrap ul li{
	width: 100%;
	margin-bottom: 40px;
}
.group_wrap ul li:last-child{margin-bottom: 0px;}
.group_wrap ul li p{
	height: auto;
	margin-bottom: 20px;
}
}
@media only screen and (max-width: 640px) {
.group_wrap{
	padding:20px;
}
.group_wrap ul li{padding: 30px; margin-bottom: 20px;}
}
/*-----------------------------------*/
/*FOOTER ----------------------------*/
/*-----------------------------------*/
.footer_wrap{
	display: block;
	overflow: hidden;
	width: 100%;
	max-width: 1200px;
	box-sizing: border-box;
	padding:30px 40px;
	margin: 0 auto;
}
.footer_wrap img{
	display: block;
	width: 160px;
	padding-right: 30px;
	float: left;
}
.footer_wrap p{
	display: block;
	font-size: 16px;
	line-height: 44px;
	color: #555656;
	float: left;
}
@media only screen and (max-width: 768px) {
.footer_wrap{
	padding: 30px 0 30px 40px;	
}
.footer_wrap p{
	padding: 15px 0 0 15px;
}
}
@media only screen and (max-width: 640px) {
.footer_wrap{
	padding: 30px 0 30px 20px;	
}
.footer_wrap img{
	width:140px;
}
.footer_wrap p{
	padding: 14px 0 0 0 ;
    font-size: 14px;
	line-height: 18px;
}
}
































