@charset "UTF-8";
/* CSS Document */
html{
	background: #ffd900;
　overflow-x:hidden;		
	}

body {
	margin: 0px;
  font-family: "Noto Sans TC", "微軟正黑體", "蘋果儷中黑", Arial, sans-serif;
	word-break: normal;
	text-align:justify; 
	background: #ffd900;
	min-width: 700px;
	overflow-x:hidden; 	
	-moz-user-select : none;
	-webkit-user-select: none;
	}
	
a{
	text-decoration:none;
	outline: medium none;	
	hlbr:expression(this.onFocus=this.blur());
	cursor: pointer; 
	}		
	
ul,li{ 
	margin:0; padding:0; list-style:none;
	}

tml,a,form,area,div,img,table,td,th,ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,p {
	margin:0px;
	padding-left:0px;
	}
	
div,span{
	word-break: normal;
	text-align:justify; 
	}

#clear{clear:both;}
.text_r{text-align:right;}
.text_l{text-align:left;}
.text_c{text-align:center;}
#blank10{ height:10px;}
#blank20{ height:20px;}
#blank30{ height:30px;}
#blank40{ height:40px;}
#blank50{ height:50px;}
#blank60{ height:60px;}
#blank65{ height:65px;}
#blank70{ height:70px;}
#blank80{ height:80px;}
#blank90{ height:90px;}
#blank100{ height:100px;}
#blank110{ height:110px;}
#blank120{ height:120px;}
#blank130{ height:130px;}
#blank140{ height:140px;}
#blank150{ height:150px;}
#blank160{ height:160px;}
#blank170{ height:170px;}
#blank180{ height:180px;}
#blank190{ height:190px;}
#blank200{ height:200px;}
#blank250{ height:250px;}


@font-face {
    font-family: "daf-font";
    src: url(../images/daf-font.otf);
}

@font-face {
    font-family: "daf-font";
    src: url(../images/daf-font.ttf);
}

.daf-font{
    font-family: "daf-font","微軟正黑體" !important;
}

.roboto-con-font {
    font-family: "Roboto Condensed", "微軟正黑體", sans-serif !important;
}


.link-range {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}


/*header 開始*/

header{
	width: 300px;
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	float: left;
	z-index: 500;
	border-right:1px #ccc solid;
	box-shadow:3px 3px 8px rgba(0, 0, 0, 0.3);
	height: 100%;
	}

@media screen and (max-width: 999px) {

	header{
		width: 450px;
		left: -450px;
		}
}

.logo{
	display: block;
	width: 247px;
	height: 64px;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 100px;
	background: url(../images/logo01.png);
	background-repeat: no-repeat;
	position: relative;
	z-index: 1002;
	}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	.logo{
		background-image: url(../images/logo-black.svg);
		background-size: cover;
	}
}

.menuer{
	
	position: relative;
	z-index: 1002;

	}

	.menuer-line-2{
		-webkit-animation-name: fadeIn;
  		animation-name: fadeIn;
  		-webkit-animation-duration: 1s;
  		animation-duration: 1s;
		border-top:1px #777 solid;
		animation-timing-function: ease-in-out;
	}

.menuer li{
	height: 60px;
	width: 100%;
	
	}

	.menuer-line{
		-webkit-animation-name: fadeIn;
  		animation-name: fadeIn;
  		-webkit-animation-duration: 1s;
  		animation-duration: 1s;
		border-bottom:1px #777 solid;
		animation-timing-function: ease-in-out;
	}

	@-webkit-keyframes fadeIn {
	  from {
	    opacity: 0;
	  }

	  to {
	    opacity: 1;
	  }
	}

	@keyframes fadeIn {
	  from {
	    opacity: 0;
	  }

	  to {
	    opacity: 1;
	  }
	}

.menuer li a{
	display: block;
	width: 300px;
	height:75px;
	line-height: 21px;
	letter-spacing: 0.05em;
	color: #000000;
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
	font-weight: 600;
	font-family: "微軟正黑體", sans-serif;
	}

.menuer li a:hover{
	color: #777;
	}

	.menuer li a span{
		font-size: 11px;
		font-family: "Roboto Condensed", "微軟正黑體", sans-serif;
		/* font-weight: 100; */
	}

.community_box{
	width: 60px;/*三個時是84px*/
	margin: 0 auto;
	margin-top: 28px;
	position: relative;
	z-index: 1002;
	padding-bottom: 30px;
	}

.community1{
	display: block;
	background: url(../images/icon01.png);
	width: 20px;
	height: 20px;
	margin: 0 4px;
	float: left;
	}

.community2{
	display: block;
	background: url(../images/icon02.png);
	width: 20px;
	height: 20px;
	margin: 0 4px;
	float: left;
	}

.community3{
	display: block;
	background: url(../images/icon03.png);
	width: 20px;
	height: 20px;
	margin: 0 4px;
	float: left;
	}

.mobile_btn{
	position: fixed;
	width: 60px;
	height: 120px;
	background:url(../images/icon71.png);
	left: 25px;
	top: 30px;
	z-index: 5;
	cursor: pointer;
	}

.mobile_close{
	width: 31px;
	height: 31px;
	background:url(../images/icon70.png);
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 5;
	cursor: pointer;
	opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
	}

	.mobile_close:hover{
		opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
	}

@media screen and (max-width: 999px) {

	.logo{
		width: 400px;
		height: 90px;
		background-image: url(../images/logo-black.svg);
		background-size: contain;
		background-position: center center;
		}

	.menuer li{
		height: 160px;
		}

	.menuer li a{
		height: 160px;
		width: 100%;
		line-height: 40px;
		font-size: 26px;
		padding-top: 40px;
		}	

		.menuer li a span{
		font-size: 18px;
		font-family: "Roboto Condensed", "微軟正黑體", sans-serif;
		font-weight: 100;
	}

	.community1{
		background: url(../images/icon27.png);
		width: 41px;
		height: 41px;
		

		display: block;
		margin: 0 8px;
		float: left;
		}

	.community2{
		background: url(../images/icon28.png);
		width: 41px;
		height: 41px;
		}

	.community3{
		background: url(../images/icon29.png);
		width: 41px;
		height: 41px;
		}

	.community_box{
		width: 115px;
		}

	.mobile_btn{
		display: block;

		}

	.mobile_close{
		display: block;
		}

	}

/*header 結束*/	
	
/*contenter 開始*/

	/* 內頁通用CSS 開始 */
	
.load_bg{/*
	position: fixed;
	width: 100%;
	height: 100%;
	background: ##ffd900;
	z-index: 99999;
	*/}

.contents{
	min-width: 700px;
	position: relative;
	}

.contenter700{
	width: 700px;
	margin: 0 auto;
	position: relative;
	}

.contenter800{
	width: 800px;
	margin: 0 auto;
	position: relative;
	}

.contenter987{
  max-width: 987px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#content_title_img{
	width: 100%;
	height:326px;
	overflow: hidden;
	}

.content_title_img{
	position: absolute;
	width: 100%;
	height:326px;
	background-size: cover;
	background-position: center;
	z-index: 2;
	min-width: 700px;
	}

.edit_area{
	font-size: 14px;
	width: 100%;
	min-height: 300px;
	}

	.edit_area img{
		max-width: 100%;
		height: auto !important;
		/* width: 400px !important; */
	}

	.edit_area p{
		width: 100%;
		padding-bottom: 1.2em;
		line-height: 1.625em;
	}

	.edit_area p span{
		width: 100%;
		line-height: 1.625em;
	}

	.edit_area ol li{
		list-style-type: decimal;
		line-height: 150%;
	}
	
	.edit_area a{
		word-break: break-all;
	}

    .edit_area ul {
	    width: 680px;
    }

	.edit_area ul li{
        list-style-type: disc;
        margin-left: 15px;
    }
	

@media screen and (max-width: 999px) {

  .contenter987 {
    width: calc(100% - 80px);
  }

	.edit_area, .edit_area div{
		font-size: 32px;
		line-height: 1.625em;
		text-align: left;
		padding-bottom: 1.2em;
		}

	.edit_area p span{
		font-size: 1em;
	}

	.lb-data .lb-caption{
		font-size: 30px !important;
		line-height: 42px !important;
	}

	.lb-data .lb-caption span{
		font-size: 24px !important;
		line-height: 38px !important;
	}

	.designers_content_table03 tr:first-child td:nth-child(2){
		padding: 30px 0 0 0 !important;
	}

	/*.edit_area p, .edit_area p span, .edit_area div, .edit_area div span, .edit_area ol li{
		line-height: 52px;
		font-size: 32px;
		text-align: left;
		padding-bottom: 40px;
	}*/



	.edit_area br{
		display: none;
	}

}

	



	/* search 開始 */

#search {
	width: 155px;
	height:33px;
	background: url(../images/search.png) no-repeat;
	margin-top:42px;
	margin-bottom: 6px;
	margin-right: 14px;
	float: right;
	}

#s {
	width: 120px;
	height: 32px;
	margin-left: 3px;
	margin-top: 1px;
	border: none;
	text-indent :3px;
	border:0px;
	float: right;
	line-height: 29px;
	font-size: 14px;
	color: #000;
	background: none;
	}

#r {
	width: 30px;
	height: 32px;
	float: left;
	cursor: pointer;
	border: none;
	background:none;
	}

#r:focus {
    outline: 0;
  }

	/* search 結束 */

/*.submenu_box{
	position: relative;
	}*/

.submenu{
	/* width: 700px; */
	/* margin: 0 auto;
	padding: 15px 0 0 0px; */
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -20px -10px -20px;
}

.submenu > * {
	border-right: 1px solid #C1A400;
  padding: 0 20px;
  margin-bottom: 10px;
}

.submenu > *:last-child {
  border-right: none
}

.submenu li a {
	position: relative;
  color: #000;
  font-size: 15px;
  line-height: 150%;
  font-weight: normal;
  font-family: "Roboto Condensed", "微軟正黑體", sans-serif;
  transition: all ease 300ms;
}



.submenu li div{
	position: absolute;
	left: 50%;
	width: 2560px;
	background: #fff;
	display: none;
	-webkit-transform: translateX(-50%) translateY(30px);
    -moz-transform: translateX(-50%) translateY(30px);
    -ms-transform: translateX(-50%) translateY(30px);
    -o-transform: translateX(-50%) translateY(30px);
    transform: translateX(-50%) translateY(30px);
    z-index: 10;
    height: auto;
	}

.menu{
	height: 100%;
}

.submenu_box {
  display: flex;
  justify-content: center;
  padding: 24px 0;
}

/* 子選單 */
.submenu_box.is-drop {
  background-color: #fff;
}

.submenu li div ul{
	width: 700px;
	margin: 0 auto;
	padding: 0 0 0 20px;
}
/* 
.submenu  li div ul li a{
	font-size: 14px;
	color: #000000;
	float: left;
	padding-right: 32px;
	line-height: 35px;
	height: 35px;
	letter-spacing: 0.1em;
} */

/* .submenu-tooltips2 {
  height: auto;
  display: none;
  position: absolute;
  font-size: 12px;
  color: #333;
  background: #f1f1f1;
  border-radius: 3px;
  padding: 7px 10px 4px 10px;
  top: 30px;
  left: 0;
  text-align: left;
  transition: all 0.5s;
  z-index: 20;
  white-space: nowrap;
  height: auto;
  line-height: 12px;
} */

.submenu li div ul li a:hover{
	background: url(../images/icon46.png) no-repeat center;
	color: #777;
	}

/* .submenu li a.active,
.submenu li a:hover{
	background: url(../images/icon48.png) no-repeat center;
	color: #fff;
} */

.submenu-tooltips{
	display: none;
	position: absolute;
	font-size: 12px;
	color: #333;
	background: #fff;
	border-radius: 3px;
	padding: 7px 10px 4px 10px;
	top: 20px;
	left: 0;
	text-align: left;
	transition: all 0.5s;
	z-index: 20;
	white-space: nowrap;
}

.submenu li a:hover .submenu-tooltips{
	display: block;
}

/* .submenu li a:hover .submenu-tooltips2{
	display: block;
} */

.submenu a.active {
  font-weight: bold; 
  font-style: italic;
  transition: all ease 300ms;
}

@media screen and (max-width: 999px){
	.submenu li a:hover .submenu-tooltips{
		display: none;
	}

	/* .submenu li a:hover .submenu-tooltips2{
		display: none;
	} */
}


.line03{
	border-bottom: 1px #fff solid;
	width: 100%;
	}

.content_title{
	height: 150px;
	width: 100%;
	background: #000000;
	font-size: 21px;
	color: #fff;
	}

/* .content_title span{
	font-size: 36px;
	display: block;
	padding-top: 24px;
	padding: 32px 0 3px 0px;
	font-family: "Roboto Condensed", "微軟正黑體", sans-serif;
	font-weight: 500;
  line-height: 150%; 
  letter-spacing: 1px;
	} */

.content_centent_en {
	font-family: "Roboto Condensed", "微軟正黑體", sans-serif;
	font-size: 36px;
	font-weight: 500;
  line-height: 150%; 
  letter-spacing: 1px;
  color: #fff;
}
.content_centent_cn {
  font-size: 18px;
	font-weight: 500;
  line-height: 150%; 
  letter-spacing: 1px;
  color: #fff;
}



.lititle{
	color: #000000;    
	font-size: 18px;
	float:left;
}

.lititlecenter{
	color: #000000;    
	font-size: 18px;
	text-align:center;
	padding:5px;
}

.lititlecenters{
	color: #000000;    
	font-size: 12px;
	text-align:center;
}




.content_centent{
	/* width: 700px; */
  /* width: 100%;
  max-width: 987px; */
	margin: 0 auto;
	position: relative;
	/* padding: 15px 0 0 0; */
  padding: 34px 0;
	letter-spacing: 0.05em;	
	}

	.content_centent a{
		color: #fff;
	}

	.content_centent a.apply_now_link{
		color: #ffd900;
	}

@media screen and (max-width: 999px) {

	.submenu li a{
		font-size: 30px;
		color: #000000;
		/* float: left; */
		/* padding-right: 32px; */
		line-height: 75px;
		height: 75px;
		letter-spacing: 0.1em;
		}

	.content_title{
		font-size: 30px;
		}

	.content_title span{
		font-size: 40px;
		padding: 24px 0 3px 0px;
		}

	.submenu  li div ul li a{
		font-size: 30px;
		line-height: 75px;
		height: 75px;
		}

	.submenu li div{
		height: auto;
		transform: translateX(-50%) translateY(75px);
		width: 100%;
		overflow: hidden;
	}

	}

	/* 內頁通用CSS 結束 */

	/* 首頁 開始 */

.home_title01{
	font-size: 14px;
	color: #000000;
	letter-spacing: 0.2em;
	line-height: 24px;
	text-align: center;
	margin-bottom: 35px;
	}

.home_title01 span{
	display: block;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	}

.line01{
	border-bottom: 1px #000 solid;
	}

.home_title02{
	color: #000;
	font-size: 110px;
	line-height: 130px;
	letter-spacing: 2px;
	}

.home_title02 span::after{
    content: "+";
    font-size: 100px;
}

.home_title02 span {
    word-wrap: break-word;
}

.table01{
	color: #000000;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	margin-top: 20px;
	width: 700px;
	letter-spacing: 1px;
	margin-top: 50px;
	}

.table01 .list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.table01 .list > li {
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 30px;
}

.table01 .list > li div {
    max-width: 230px;
    text-align: center;
}

.table01 a{
	color: #000000;
	font-size: 11px;
	text-align: center;
	border:1px #000000 solid;
	padding: 4px 10px !important;
	border-radius: 15px;
	letter-spacing: 0;
	font-weight: 100;
	font-family: "Roboto Condensed", "微軟正黑體", sans-serif;
	transition: all 0.25s ease-out;
	}

	.table01 a:hover{
		border:1px #fff solid;
		color: #fff;
    transition: all 0.25s ease-out;
	}

table.table01 tr td{
	width: 226px;
}

.dising_font{
	width: 100%;
	height: 454px;
	background: url(../images/icon04.png) center center no-repeat;
    background-size: contain;
	margin-top: 80px;
	}

.home_title03{
	color: #000000;
	font-size: 18px;
	letter-spacing: 0.2em;
	}

.design_resources_box{
	width: 680px;
	margin: 0 auto;
	font-family: "Roboto Condensed", "微軟正黑體", sans-serif;
	}

.design_resources{
	position: relative;
	width: 135px;
	height: 85px;
	border-top: 5px #000 solid;
	border-bottom: 1px #777 solid;
	margin: 35px 17px 0 18px;
	float: left;
	font-size: 13px;
	color: #000;
	letter-spacing: 0.05em;
	line-height: 28px;
	padding-left: 2px;
	}

.design_resources span{
	display: block;
	font-size: 35px;
	position: absolute;
	bottom: 7px;
	right: 0;
	font-weight: 100;
	letter-spacing: -1px;
	}

#full_width{
	width: 100%;
	height:500px;
	overflow: hidden;
	margin:47px 0 0 0;
	}

.full_width_image{
	position: absolute;
	width: 100%;
	height:500px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 2;
	min-width: 700px;
	}

.shed{
	width:600px;
	height: 263px;
	background: url(../images/icon76.png);
	position: absolute;
	top: -5px;
	right: 0px;
	}

.shed2{
	width:448px;
	height: 130px;
	background: url(../images/icon77.png);
	position: absolute;
	top: 145px;
	left: 0px;
	z-index: 99;
	}

.home_title03{
	color: #ffffff;
	font-size: 36px;
	font-family: "Roboto Condensed", "微軟正黑體", sans-serif;
	line-height: 45px;
	letter-spacing: 0.05em;
	margin-top: 75px;	
	position: relative;
	z-index: 99;
	font-weight: 600;
	}

	.contenter700 p.home_title03 span{
		font-size: 18px;
		font-weight: 600;
		text-align: left;
		color: #000;
		padding-left: 15px;
	}

	.align-center{
		text-align: center;
	}

.home_title04{
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
	letter-spacing: 0.2em;


	}

	.home_title04 span{
		/*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);*/
		line-height: 25px;
	}

.home_title05 {
	width: 105px;
	margin: 0 auto;
	margin-top: 20px;
	}

.home_title05 a{
	text-align: center;
	border: 1px #fff solid;
	border-radius: 20px;
	padding: 4px 10px;
	color: #fff;
	margin: 0 auto;
	letter-spacing: 0.05em;
	font-weight: 100;
	font-family: "Roboto Condensed", "微軟正黑體", sans-serif;
	transition: all 0.25s ease-out;
	}

.home_title05 a:hover{
	color: #ffd900;
	border: 1px #ffd900 solid;
	transition: all 0.25s ease-out;
	}

.home_title06{
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.2em;
	color: #ffffff;
	text-align: center;
	width: 655px;
	margin: 0 auto;
	padding-top: 30px;
	}

.bg_black{
	width: 100%;
	height: 150px;
	background: #000;
	}

.slide_text{
	width: 700px;
	margin: 0 auto;
	}

	.slide_text p{
	padding: 0 0 0 0px;
	font-size: 36px;
	color: #000;
	letter-spacing: 0.05em;
	line-height: 45px;
	}

.slide_text span{
	font-size: 21px;
	color: #000;
	}

@media screen and (max-width: 999px) {

	.contenter700 p.home_title03 span{
		font-size: 30px;
	}

	#full_width{
		height:499px;
		}

	.full_width_image{
		position: absolute;
		}

	.bg_black{
		width: 100%;
		height: 350px;
		background: #000;
		}

	.shed2{
		position: absolute;
		top: 345px;
		left: 0px;
		z-index: 99;
		}

	.home_title01{
		font-size: 30px;
		line-height: 44px;
		}

	.home_title01 span{
		font-size: 34px;
		font-weight: 600;
		}

	.table01{
		font-size: 30px;
		}

	.table01 a{
		display:block;
		margin: 30px 0;
		font-size: 24px;
		border-radius: 30px;
		}

	.home_title03{
		font-size: 40px;

		color: #ffffff;
		text-align: center;
		line-height: 45px;
		letter-spacing: 0.05em;
		margin-top: 75px;	
		}	

	.design_resources{
		width: 270px;
		height: 170px;
		margin: 50px 35px 0 35px;
		font-size: 30px;
		line-height:55px;
		border-top: 8px #000 solid;
		border-bottom: 2px #000 solid;
		}

	.design_resources span{
		font-size: 50px;
		bottom: 12px;
		}

	.home_title04{
		font-size: 34px;
		margin-top: 20px;
		}

	.home_title05 {
		font-size: 20px;
		width: 165px;
		margin-top: 40px;
		}

	.home_title06{
		font-size: 26px;
		line-height: 44px;
		margin: 0 auto;
		letter-spacing: 0;
		padding-top: 40px;
		}

	.slide_text{
		padding: 0 0 0 23px;
		font-size: 40px;
		}

	.slide_text span{
		font-size: 45px;
		}

	.slide_text p{
		font-size: 45px;
		line-height:60px;
	}

	}

		/* 首頁 student_gallery 開始 */

.student_gallery{
	width: 100%;
	background-image: url(../images/icon06.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
	min-height: 443px;
	margin-top: 60px;
	}

.student_gallery_title{
	font-size: 36px;
	color: #000000;
	line-height: 45px;
	letter-spacing: 0.05em;
	text-align: center;
	font-family: "Roboto Condensed", "微軟正黑體", sans-serif;
	font-weight: 600;
	}

.student_gallery_title span{
	display: block;
	font-size: 18px;
	color: #000000;
	line-height: 25px;
	letter-spacing: 0.2em;
	text-align: center;
	}

.student_gallery_title a{
	font-size: 11px;
	color: #000000;
	letter-spacing: 0.05em;
	text-align: center;
	border-radius: 20px;
	border: 1px solid #000;
	padding: 4px 10px !important;
	font-weight: 100;
	transition: all 0.25s ease-out;
	}

	.student_gallery_title a:hover{
		border: 1px solid #fff;
		color: #fff;
    transition: all 0.25s ease-out;
	}

.student_gallery_box_width{
	margin: 0 auto;
	}

.student_gallery_box{
	width: 168px;
	margin: 40px 10px 0 10px;
	background: #fff;
	border-radius: 6px;
	float: left;	
	}

	.student_gallery_box img{
		border-top-left-radius:6px;
		border-top-right-radius:6px;
		border-bottom-right-radius:0;
		border-bottom-left-radius:0;
	}

.student_gallery_img_title{
	color: #000000;
	font-size: 14px;
	letter-spacing: 0.05em;	
	margin-top: 8px;
	margin-bottom: 6px;
	padding: 0 10px;
	line-height: 18px;
	}

.student_gallery_img_name{
	color: #000000;
	font-size: 13px;
	letter-spacing: 0.05em;	
	padding: 0 10px;
	line-height: 16px;
	font-weight: 600;
	}

.student_gallery_img_line{
	border-bottom: 1px #00cdcd solid;
	margin-top: 9px;
	margin-bottom: 8px;
	}

.student_gallery_img_type{
	color: #808080;
	font-size: 10px;
	letter-spacing: 0.1em;	
	padding: 0 10px 7px 10px;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow:hidden;
	}

		/* 首頁 student_gallery 結束 */

		/* 首頁 exhibition_box 開始 */

.exhibition_box{
	width: 100%;
	background: #e8e7e3;
    margin-top: 80px;
	}

.exhibition_box a img{
	width: 225px;
	background: #e8e7e3;
	box-shadow:0px 0px 30px #999;
	margin-top: 40px;
	}

.home_title07{
	width: 370px;
	height: 90px;
	background: url(../images/icon15.png);
	margin: 0 auto;
	margin-bottom: 42px;
	position: relative;
	}

.home_title07 a{
	display: block;
	width: 49px;
	height: 21px;
	background: url(../images/icon16.png);
	position: absolute;
	top: 7px;
	right: 0;
	cursor: pointer;
	}

.swiper-wrapper{
	margin-bottom: 30px;
	cursor: move;
	}

.exhibition_people{
	width: 100%;
	height: 152px;
	background: url(../images/icon17.png) center center;
	position: relative;
	z-index: 2;
	}

.exhibition_people2{
	width: 249px;
	height: 293px;
	background: url(../images/icon17_2.png) center center;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -125px;
	top:-141px;
	z-index: 2;
	pointer-events: none;
	}

.home_title08{
	font-size: 210px;
	color: #000000;
	text-align: center;
	letter-spacing: -6px;
	}

.home_title08 p{
	font-size: 24px;
	color: #000000;
	letter-spacing: 0.2em;
	padding-top: 135px;
	margin-bottom: 36px;
	}

.home_title08 span{
	font-size: 11px;
	color: #000000;
	display: block;
	text-align: center;
	letter-spacing: 0.05em;
	margin-top: 37px;
	}

@media screen and (max-width: 999px) {
	
	.student_gallery{
		width: 100%;
		background-image: url(../images/icon06.png);
		min-height: 443px;
		margin-top: 100px;
		}

	.student_gallery_title{
		font-size: 40px;
		}

	.student_gallery_title span{
		font-size: 36px;
		margin-top: 10px;
		line-height: 42px;
		}

	.student_gallery_title a{
		font-size: 20px;
		margin-top: 10px;
		margin-bottom: 20px;
		}

	.student_gallery_img_title{
		font-size: 26px;
		line-height: 30px;
		}

	.student_gallery_img_name{
		font-size: 22px;
		line-height: 30px;
		}

	.student_gallery_img_line{
		margin-top: 12px;
		margin-bottom: 10px;
		}

	.student_gallery_img_type{
		font-size: 20px;
		line-height: 30px;
		}

	.home_title08{
		font-size: 210px;
		}

	.home_title08 p{
		font-size: 40px;
		}

	.home_title08 span{
		font-size: 26px;
		margin-top: 37px;
		}

	}

		/* 首頁 exhibition_box 結束 */


	/* 首頁 結束 */

	/* News 開始 */
.news_slider_a{
	width: 157px;
	height: 225px;
	overflow: hidden;
	display: block;
	}

.news_data{
	font-size: 16px;
	color: #ffffff;
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 20px;
	margin-top: 10px;
	height: 40px;
	width: 100%;
	text-align: left;
	display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;	
	}

	.news_data span{
		font-size: 13px;
		font-weight: 100;
		padding: 0;
		line-height: 13px;
	}

.news_data2{
	font-size: 12px;
	font-weight: 400;
	line-height: 21px;
	height: 21px;
	width: 100%;
	margin-top: 10px;
	letter-spacing: 0.05em;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow:hidden;	
	}

.news_article_title{
	font-size: 36px;
	line-height: 45px;
	letter-spacing:0.05em;
	color: #000000; 
	margin-top: 57px;
	margin-bottom: 10px;
	font-family: "Roboto Condensed", "微軟正黑體", sans-serif;
	}

.news_article_title2{
	font-size: 21px;
	line-height: 36px;
	letter-spacing:0.1em;
	color: #000000; 
	margin-bottom: 24px;
	}

.line08{
	border-bottom: 1px #000 solid;
	}

.news_table01 {
	width: 700px;
	}

.news_table01 a{
	display: block;
	}

.link_table01{
	width: 550px;
	margin: 0 auto;
	margin-top: 40px;
	}

.link_table01 a{
	display: block;
	}

.news_type{
	color: #000000;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 18px;
	}

.news_date{
	color: #be085d;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 18px;
	}

.news_title{
	color: #000000;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 28px;
	width: 470px;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow:hidden;
	font-weight: 900;	
	}

.news_text{
	font-size: 13px;
	letter-spacing: 0.05em;
	line-height: 21px;
	color: #000;
	width: 470px;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow:hidden;	
	}

.line07{
	border-bottom: 1px #fff solid;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.news_btn{
	display: block;
	margin-left: 30px;
}


@media screen and (max-width: 999px) {

	.news_data span{
		font-size: 21px;
		font-weight: 100;
		padding: 0;
		line-height: 24px;
	}


	.news_slider_a{
	width: 157px;
	height: 225px;
	overflow: hidden;
	display: block;
	}


	.news_data{
		font-size: 30px;
		line-height: 36px;
		height: 36px;
		}

	.news_data2{
		font-size: 26px;
		line-height: 36px;
		height: 36px;
		}

	.news_article_title{
		font-size: 46px;
		}

	.news_article_title2{
		font-size: 36px;
		line-height: 36px;
		}

	.news_type{
		font-size: 26px;
		}

	.news_date{
		font-size: 18px;
		line-height: 36px;
		}

	.news_title{
		font-size: 36px;
		line-height: 46px;
		white-space:normal;
		display: -webkit-box !important;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    text-align: left;
		}

	.news_text{
		width: 454px;
		font-size: 24px;
		line-height: 40px;
		white-space:normal;
		display: -webkit-box !important;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
		}

	.line07{
		border-bottom: 1px #fff solid;
		margin-top: 20px;
		margin-bottom: 20px;
		}

	}

	/* News 結束 */
	/* workshop頁 開始 */

.information_box{
	width: 800px;
	margin-top:43px;
	}

.information_img{
	width: 290px;
	float: left;
	}

.right .information_img{
	float: right;
	}

.information_article{
	width: 510px;
	float: left;
	letter-spacing: 0.05em;
	color: #000000;
	padding: 24px  16px 20px 21px;
	}

.information_category{
	font-size: 10px;
	margin-bottom: 21px;
	}

.information_title{
	font-size: 18px;
	margin-bottom: 15px;
	}

.information_title2{
	font-size:16px;
	margin-bottom: 16px;
	}

.line04{
	height: 3px;
	width: 100%;
	background: url(../images/icon44.png);
	}

.information_data{
	color: #be085d;
	font-size: 12px;
	height: 34px;
	line-height: 34px;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
	}

.information_text{
	font-size: 13px;
	color: #000000;
	line-height: 20px;
	letter-spacing: 0.05em;
	margin-top: 14px;
	}

.information_more{
	display: block;
	width: 83px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.05em;
	background: #be085d;
	border-radius: 6px;
	margin-top: 15px;
	}

@media screen and (max-width: 999px) {

	.information_category{
		font-size: 22px;
		}

	.information_title{
		font-size: 30px;
		line-height: 40px;
		}

	.information_title2{
		font-size:26px;
		line-height: 36px;
		}

	.information_data{
		font-size: 26px;
		line-height: 50px;
		height: 50px;
		margin-bottom: 40px;
		}

	.information_text{
		font-size: 32px;
		line-height: 50px;
		text-align: left;
		}

	.information_more{
		width: 180px;
		height: 55px;
		line-height: 55px;
		font-size: 28px;
		margin-top: 30px;
		margin-bottom: 25px;

		}
	.information_article .line04{
		display: none;
	}
}

	/* workshop頁 結束 */

	/* gallery頁 開始 */

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px; 
  margin-right: -30px;
  padding-top: 40px;
}

.gallery_box_col {
  width: calc(100% / 3);
  padding: 0 30px;
}

.gallery_box {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 50px;
  transition: all 0.25s ease-out;
	/* width: 207px;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
	margin-left: 11px; */
}

.gallery_box:hover {
  background-color: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.20);
  transition: all 0.25s ease-out;
}

.gallery_box_img {
  position: relative;
  padding-top: calc(100% / 309 * 193);
  overflow: hidden; 
  border-radius: 5px 5px 0 0;
}

.gallery_box_img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%; 
  transform: translate(-50%, -50%); 
  object-fit: cover;
}

.gallery_content {
  padding: 13px 16px 20px 16px;
}

.gallery_subtitle {
  font-size: 11px;
  font-weight: normal;
  line-height: 150%; 
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.gallery_title {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; 
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.gallery_tag {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px -10px -5px;
}

.gallery_tag_item {
  position: relative;
  font-size: 11px;
  color: #000;
  font-weight: normal;
  line-height: 150%; 
  letter-spacing: 1px;
  padding: 0 5px; 
  margin-bottom: 10px;
  z-index: 1010;
  transition: all 0.25s ease-out;
}

.gallery_tag_item:hover {
  opacity: .7;
  transition: all 0.25s ease-out;
}

/* .gallery_title {
  font-size: 11px;
  line-height: 150%; 
  letter-spacing: 1px;
  margin-bottom: 4px;
} */


/* .gallery_box_thumb img{
  border-radius: 10px ; 
  -moz-border-radius: 10px ; 
  -webkit-border-radius: 10px  
}

.gallery_title{
	font-size: 14px;
	color: #000;
	letter-spacing: 0.05em;
	padding: 7px 12px 0 12px;
	font-weight: 100;
}

.gallery_name{
	font-size: 13px;
	color: #000;
	padding: 6px 12px 0 12px;
	font-weight: 600;
} */

.line05{
	border-bottom: 1px #00d1d1 solid; 
	margin-top: 6px;
	margin-bottom: 1px;
	}

.gallery_type{
	padding: 0 0 0 12px;
	}

.gallery_type span{
	font-size: 12px;
	color: #afafaf;
	padding-right: 5px;
	line-height: 26px;
	}

.page_number{
	text-align: center;
	}

.page_number li{
	display: inline-block;
	margin: 40px 10px;
	}

.page_number li a{
	color: #fff;
	font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
	font-family: "Roboto Condensed", "微軟正黑體", sans-serif;
	/* opacity: 0.5; */
	}

.page_number li a.active,
.page_number li a:hover{
	/* opacity: 1; */
  color: #000;
	font-weight: 600;
	}

.line06{
	border-bottom: 1px #000 solid;
	}	

.gallery_edit_img01{
	display: block;
	margin-top: 52px;
	margin-bottom: 25px;
	}

.gallery_edit_title01{
	color: #ffffff;
	font-size: 36px;
	margin-bottom: 32px;
	font-family: "Roboto Condensed", "微軟正黑體", sans-serif;
	}

.gallery_edit_text01 span{
	display: block;
	color: #000000;
	font-size: 18px;
	letter-spacing: 0.2em;
	line-height: 37px;
	margin-bottom: 12px;
	}

.gallery_edit_text01{
	font-size: 14px;
	color: #000000;
	letter-spacing: 0.05em;
	line-height: 24px;
	}

@media screen and (max-width: 999px) {

  .gallery {
    margin-left: -20px;
    margin-right: -20px;
  }

  .gallery_box_col {
    width: calc(100% / 2);
  }
  .gallery_box {
    position: relative;
    /* width: calc(100% / 2); */
    padding: 0 20px;
    margin-bottom: 30px;
  }

	/* .gallery_title{
		font-size: 30px;
		line-height: 38px;
		} */

	.gallery_name{
		font-size: 28px;
		line-height: 36px;
		}

	.line05{
		margin-top: 12px;
		margin-bottom: 1px;
		}

	.gallery_type span{
		font-size: 22px;
		line-height: 40px;
		}

	.page_number li a{
		font-size: 30px;
		}

	.gallery_edit_title01{
		font-size: 40px;
		}

	.gallery_edit_text01 span{
		font-size: 24px;
		}

	.gallery_edit_text01{
		font-size: 20px;
		}

	}

	/* gallery頁 結束 */

	/* designers頁 開始 */


.designers_box{
    width: calc((100% / 3) - 12px);
	/* width: 317px; */
    height: 100%;
	/* height: 336px; */
	border-radius: 10px;
	background: #fff;
	position: relative;
	float: left;
    border-radius: 10px; 
    overflow: hidden;
	margin: 8px 6px;
    padding-bottom: 30px;
	}

.designers_box_img {
    position: relative;
}

.designers_box_thumb{
    width: 100%;
	/* width: 317px; */
	/* height: 159px; */
    padding-top: calc(100% / 317 * 159);
    position: relative;
	overflow: hidden;
	display: block;
	}

.designers_img1{
	/*min-width: 317px;*/
	max-width: 100%;
    width: 100%;
    height: 100%;
    height: 100%;
	/* height: auto; */
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	display: block;
	/* border-radius: 10px 10px 0 0; */
	}

.designers_img2{
	border-radius: 99em;
	position: absolute;
	/* top: 80px; */
    bottom: -40px;
	left: 5px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
	}

.designers_type{
	color: #afafaf;
	font-size: 12px;
	letter-spacing: 0.1em;
	margin-top: 12px;
	text-align: left;
	line-height: 16px;
	height: 16px;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow:hidden;	
	display: block;
	padding-left: 15px;
	}

.designers-teacher{
	color: #afafaf;
	font-size: 12px;
	letter-spacing: 0.1em;
	margin-top: 12px;
	text-align: right;
	line-height: 16px;
	height: 16px;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow:hidden;	
	display: block;
	padding-right: 12px;
	visibility: hidden;
	}

.designers_type a{
	color: #afafaf;	
	}

.designers_type span{
	padding-left: 5px;
	letter-spacing: 0.2px;
	}

.designers_name{
	display: block;
	font-size: 15px;
	color: #000000;
	line-height: 35px;
	padding: 0 20px;
	margin-top: 18px;
	font-weight:900;
	overflow : hidden;
  	text-overflow : ellipsis;
  	white-space : nowrap;
	}

.designers_name a {
	color: #000000;
}

.designers_text{
	display: block;
	line-height: 18px;
	letter-spacing: 0.05em;
	font-size: 13px;
	color: #000000;
	padding: 0 20px;
	height: 36px;
	overflow:hidden;
	text-overflow:ellipsis;
	}

.apply_now_link{
	display: block;
	height: 66px;
	width: 136px;
	/*background: url(../images/icon55.png);*/
	position: absolute;
	right: 0;
	top: 45px;
	transition: background 0.5s;
	border: 2px solid #ffd900;
	color: #ffd900;
	font-size: 13px;
	text-align: center;
	line-height: 20px;
	background: none;
	padding-top: 11px;
	}

	.apply_now_link:hover{
	background: #fff;
	}

	.apply_now_link span{
		color: #ffd900;
		font-size: 12px;
		display: inline-block;
		padding-top: 0;
	}

@media screen and (max-width: 999px) {
	
	/* .designers_box_thumb{
		width: 100%;
		height: 300px;
		overflow: hidden;
		display: block;
		} */

	.designers_box{
        width: calc(50% - 40px);
		/* width: 600px; */
		/* height: 552px; */
		margin-left: 20px;
		margin-right: 20px;
		/* margin-left: 50px; */
		/* margin-right: 50px; */
		margin-bottom: 30px;
		}

    /* .designers_box a{
        width: 100%;
        width: 600px;
        overflow: hidden;
        display: block;
    } */

	/* .designers_img1{
		width:100%;
		height: auto;
		} */

	.designers_img2{
		/* top: 233px; */
        bottom: -50px;
		left: 17px;
		}

	.designers_type{
		font-size: 28px;
		line-height: 32px;
		height: 32px;
		}

	.designers_type span{
		padding-left: 10px;
		}

	.designers-teacher{
		font-size: 28px;
		line-height: 32px;
		height: 32px;
		}

	.designers_name{
		font-size: 32px;
		line-height: 50px;
		white-space:nowrap;
		text-overflow:ellipsis;
		-o-text-overflow:ellipsis;
		overflow:hidden;
		}

	.designers_text{
		font-size: 28px;
		line-height: 38px;
		height: 76px;	
		}

	}

@media screen and (max-width: 768px) {
    .designers_box {
        width: 100%;
    }
}

	/* designers頁 結束 */

	/* designers_content頁 開始 */

.designers_img3{
	width: 120px;
	min-height: 120px;
	background: #fff;
	/*box-shadow:1px 3px 12px #555;*/
	}

.designers_content_name{
	color: #000000;
	font-size: 20px;
	line-height: 42px;
	letter-spacing: 0.05em;
	width:100%;
	}

.designers_content_type{
	color: #4d4d4d;
	font-size: 12px;
	line-height: 26px;
	letter-spacing: 0.05em;
	text-align: left;
	}

.tag-btn{
	color: black;
	background: #fff;
	padding: 5px 9px;
	border-radius: 10px;
	}

	.tag-btn:hover{
		color: white;
		background: #333;
	}

.designers_content_type2{
	color: #4d4d4d;
	font-size: 12px;
	line-height: 40px;
	letter-spacing: 0.05em;
	text-align: left;
	margin-bottom: 10px;
	}

.designers_content_type3{
	color: #4d4d4d;
	font-size: 12px;
	line-height: 26px;
	letter-spacing: 0.05em;
	text-align: left;
	padding-bottom: 15px;
	}

.designers_content_text{
	font-size: 13px;
	color: #000000;
	line-height: 20px;
	letter-spacing: 0.05em;
	margin-top: 20px;
	}

.designers_content_table01{
	width: 100%;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 40px;
	}

	.designers_content_table03{
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 40px;
	}

	.designers_content_table03 tr:first-child td:first-child{
		width: 120px;
		height: 120px;
		overflow: hidden;
		border-radius: 50%;
		display: inline-block;
	}

	.designers_content_table03 tr:first-child td:nth-child(2){
		padding: 36px;
		display: inline-block;
	}

.designers_content_table02{
	width: 100%;
	margin: 0 auto;
	margin-top: 80px;
	}

.designers_content_img{
	margin-top: 25px;
	margin-bottom: 105px;
	}

.designers_content_img a{
	float: left;
	}

@media screen and (max-width: 999px) {

	.designers_content_name{
		font-size: 40px;
		line-height: 50px;
		width:100%;
		margin-bottom: 40px;	
		letter-spacing: 0;
		}

	.designers_content_type{
		font-size: 32px;
		line-height: 70px;	
		}

	.designers_content_type2{
		font-size: 24px;
		margin-top: 10px;
		}

	.designers_content_type3{
		font-size: 32px;
		line-height: 50px;	
		}

	.designers_content_text{
		font-size: 30px;
		line-height: 60px;
		margin-top: 30px;
		text-align: left;
		}

	.designers_content_img img{
		width: 93px;
		height: 93px;
		}

	.tag-btn{
		padding: 0px 24px;
		float: left;
		margin: 0 27px 27px 0;
	}

	.back-page{
		font-size: 30px;
	}

}

	.designers_content_table03 tr:first-child td:nth-child(2){
		padding: 15px 0 0 30px;
		display: inline-block;
	}

	

	/* designers_content頁 結束 */

	/* apply_now頁 開始 */

.line09{
	width: 100%;
	height: 3px;
	background: url(../images/icon66.png);
	margin-top: 27px;
	margin-bottom: 27px;
	}

.provision{
	font-size: 14px;
	color: #000000;
	text-align: center;
	}	

.provision a{
	color: #ff0000;
	}	

.article_text02{
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.05em;
	color: #000000;
	text-align: left;
	background: url(../images/icon67.png) no-repeat left;
	padding-left: 100px;
	}

	@media screen and (max-width: 999px) {
		.article_text02{
			font-size: 24px;
			line-height: 40px;
		}

		.provision{
			font-size:28px;
		}

		.modal-content{
			font-size: 24px;
			line-height: 40px;
		}

		.btn{
			font-size: 24px;
		}

		.close{
			font-size: 42px;
		}
	}

.line10{
	width: 100%;
	border-bottom: 1px #000 solid;
	margin-top: 30px;
	margin-bottom: 20px;
	}

.apply_now_btn{
	width: 146px;
	height: 37px;
	text-align: center;
	font-size: 16px;
	line-height: 33px;
	letter-spacing: 0.025em;
	color: #000000;
	background:none;
	border:2px #000 solid;
	display: block;	
	margin:0 auto;
	margin-bottom: 90px;
	font-weight: 600;
	}

	.apply_now_btn:hover{
		background: #fff;
	}

.apply_now_table{
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.025em;
	color: #000000;
	margin-left: 100px;
	}

.apply_now_table th{
	text-align: right;
	padding: 0 15px 0 0;
	}

.apply_now_table th span{
	display: block;
	margin-top: 12px;
	text-align: right;
	}

	@media screen and (max-width: 999px) {
		.apply_now_table{
			font-size: 28px;
			line-height: 40px;
			letter-spacing: 0.025em;
			color: #000000;
			margin-left: 0px;
			width: 100%;
		}

		.apply_now_btn{
			width: 200px;
			height: 70px;
			font-size: 28px;
		}

		.modal-body ol li{
			font-size: 26px !important;
			line-height: 48px !important;
			margin: 0 50px !important;
		}

		.modal-body p{
			font-size: 26px !important;
			line-height: 48px !important;
		}

		.error{
			font-size: 26px;
			line-height: 48px;
			text-align: center;
			padding-bottom: 20px;
		}

		#Imageid{
			width: 250px;
			height: auto;
		}
	}

.input03{
	width: 335px;
	height: 35px;
	border-radius: 10px;
	background: #fff;
	border:1px #e5e5e5 solid;
	margin-top: 12px;
	margin-bottom: 12px;
	}

.input04{
	width: 335px;
	height: 75px;
	border-radius: 10px;
	background: #fff;
	border:1px #e5e5e5 solid;
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 5px;
	}

.input05{
	width: 335px;
	height: 135px;
	border-radius: 10px;
	background: #fff;
	border:1px #e5e5e5 solid;
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 5px;
	}

.dropzone{
	line-height: 35px;
	text-align: center;
	width: 335px;
	height: 35px;
	border-radius: 10px;
	background: #fff;
	border:1px #e5e5e5 solid;
	margin-top: 12px;
	margin-bottom: 12px;
	background: url(../images/icon69.png);
	cursor: pointer;
	}

.portfolio{
	margin-top: 12px;
	}

	



	/* apply_now頁 結束 */



	/* contact頁 開始 */

.contact_img01{
	margin-top: 70px;
	}

.contact_img02{
	margin-top: 70px;
	}

.contact_img03{
	margin-top: 70px;
	}

.contact_img04{
	margin-top: 50px;
	}

.contact_title2{
	font-size: 16px;
	color: #ffffff;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
	margin-top: 30px;
	line-height: 45px;
	}

.contact_title2_2 span{
	font-size: 36px;
	display: block;
	font-family: "Roboto Condensed", "微軟正黑體", sans-serif;
	line-height: 20px;
	}

.contact_title2_3 span{
	font-size: 36px;
	display: block;
	font-family: "Roboto Condensed", "微軟正黑體", sans-serif;
	line-height: 20px;
	}

.contact_title2_2{
	font-size: 16px;
	color: #ffffff;
	letter-spacing: 0.05em;
	font-family: "微軟正黑體", sans-serif;
	margin-bottom: 20px;
	margin-top: 30px;
	margin-left: 80px;
	line-height: 45px;
	}

.contact_title2 span{
	font-size: 36px;
	display: block;
	font-family: "Roboto Condensed", "微軟正黑體", sans-serif;
	line-height: 20px;
	}

.contact_title2_3{
	font-size: 16px;
	color: #ffffff;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
	margin-top: 30px;
	line-height: 45px;
	}

.contact_title2_4{
	font-size: 16px;
	color: #ffffff;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
	margin-top: 30px;
	line-height: 45px;
	}

.contact_title2_4 span{
	font-size: 36px;
	display: block;
	font-family: "Roboto Condensed", "微軟正黑體", sans-serif;
	line-height: 20px;
	}


.contact_title3{
	font-size: 16px;
	color: #ffffff;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
	margin-top: 30px;
	line-height: 45px;
	}

.contact_title3 span{
	font-size: 36px;
	display: block;
	font-family: "Roboto Condensed", "微軟正黑體", sans-serif;
	font-weight: 100;
	line-height: 20px;
	}

.contact_title4{
	font-size: 16px;
	color: #ffffff;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
	margin-top: 30px;
	line-height: 45px;
	}

.contact_title4 span{
	font-size: 36px;
	display: block;
	font-family: "Roboto Condensed", "微軟正黑體", sans-serif;
	font-weight: 100;
	line-height: 40px;
	}

.article_title01{
	color: #000000;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 15px;
	line-height: 24px;
	}

	@media screen and (max-width: 999px) {
		.contact_title3, .contact_title4{
			font-size: 40px;
		}

		.contact_title3 span, .contact_title4 span{
			font-size: 50px;
			line-height: 57px;
		}

		.contact_title3, .contact_title4{
			line-height: 50px;
		}

		.contact_title4{
			/*position:absolute;
			top: -258px;
			left: 327px;*/
		}

		.close-button{
			width:60px !important;
			height:60px !important;
		}
	}

.article_text01{
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	}

.line02{
	margin: 60px 0 55px 0;
	border-bottom: 1px #000 solid;
	}

.contact_left{
	float: left;
	width: 320px;
	}

.contact_right{
	float: left;
	width: 340px;
	}

.contact_img001{
	display: block;
	margin-left: 80px;
	}

.contact_right table th{
	width: 80px;
	}

.contact_left .contact_text01{
	font-size: 14px;
	height: 19px;
	line-height: 19px;
	display:block;
	padding-left:30px;
	background: url(../images/icon37.png) no-repeat; 
	margin: 37px 0 5px 0;
	}

.contact_left .contact_text02{
	font-size: 14px;
	height: 19px;
	line-height: 19px;
	display:block;
	padding-left:30px;
	background: url(../images/icon38.png)  no-repeat;
	margin: 5px 0 5px 0;
	}

.contact_left .contact_text03{
	font-size: 14px;
	height: 19px;
	line-height: 19px;
	display:block;
	padding-left:30px;
	background: url(../images/icon39.png)  no-repeat;
	margin: 5px 0 5px 0;
	}

.contact_left .contact_text04{
	font-size: 14px;
	height: 19px;
	line-height: 19px;
	display:block;
	padding-left:30px;
	background: url(../images/icon40.png)  no-repeat;
	margin: 5px 0 5px 0;
	}

.contact_left .contact_text05{
	font-size: 14px;
	height: 19px;
	line-height: 19px;
	display:block;
	padding-left:30px;
	background: url(../images/icon40-2.png)  no-repeat;
	margin: 23px 0 5px 0;
	text-align: left;
	}

.input01{
	background: #fff;
	border:none;
	border-radius: 3px;
	width: 255px;
	height: 30px;
	margin: 5px 0 5px 0;
	}

.input02{
	background: #fff;
	border:none;
	border-radius: 3px;
	width: 255px;
	height: 130px;
	margin: 5px 0 5px 0;
	}

.title02{
	text-align: right;
	padding:0 13px 0 0;
	font-size: 14px;
	color: #000;
	letter-spacing: 0.05em;
	line-height: 40px;
	}

.contact_btn{
	width: 108px;
	height: 23px;
	display: block;
	background: none;
	border:2px #000 solid;
	margin-top: 15px;
	margin-bottom: 110px;
	color: #000000;
	font-size: 14px;
	text-align: center;
	line-height: 18px;
	letter-spacing: 0.05em;
	font-weight: 600;
	}

	.contact_btn:hover{
		background: #fff;
	}

@media screen and (max-width: 999px) {

	.contact_img02{
		float: left;
		margin-right: 20px;
		}

	.contact_title2{
		font-size: 36px;
		margin-top: 40px;
		float: left;
		line-height: 78px;
		}

	.contact_title2 span{
		font-size: 40px;
		}

	.contact_title2_3{
		font-size: 36px;
		margin-top: 80px;
		float: left;
		line-height: 78px;
		}

	.contact_title2_3 span{
		font-size: 40px;
		}

	.contact_title2_4{
		font-size: 36px;
		margin-top: 40px;
		float: left;
		margin: 70px 0 30px 20px;
		line-height: 78px;

		}

	.contact_title2_4 span{
		font-size: 40px;
		}

	.contact_img03{
		margin-top: 70px;
		float: left;
		}

	.article_title01{
		font-size: 32px;
		line-height: 50px;
		font-weight: 600;
		}

	.article_text01{
		font-size: 30px;
		line-height: 48px;
		color: #333;
		}

	.contact_left{
		float: none;
		width: 100%;
		}

	.contact_right{
		float: none;
		width: 100%;
		}

	.contact_right table{
		margin-top: 30px;
		}	

	.contact_right table th{
		width: 120px;
		}

	.contact_img001{
		margin-top: 40px;
		margin-left: 0;
		float: left;
		margin-right: 20px;
		}

	.contact_img002{
		margin-top: 40px;
		margin-right: 20px;
		float: left;
		}

	.contact_title2_2{
		margin-left: 0px;
		font-size: 36px;
		line-height: 78px;
		}

	.contact_title2_2 span{
		font-size: 40px;
		display: block;
		}

	.contact_left .contact_text01{
		font-size: 26px;
		letter-spacing: 0.1em;
		padding-left: 40px;
		}

	.contact_left .contact_text02{
		font-size: 26px;
		letter-spacing: 0.1em;
		padding-left: 40px;
		}

	.contact_left .contact_text03{
		font-size: 26px;
		letter-spacing: 0.1em;
		padding-left: 40px;
		}

	.contact_left .contact_text04{
		font-size: 26px;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
		padding-left: 40px;
		}

	.title02{
		font-size: 26px;
		line-height: 40px;
		}

	.contact_btn{
		width: 150px;
		height: 40px;
		line-height: 40px;
		font-size: 26px;
		}

	
	}

@media screen and (max-width: 999px) {
		.input03, .input01{
			height: 65px;
			width: 100%;
		}

		.input04, .input05, .input02{
			height: 160px;
			width: 100%;
		}
	}

	/* contact頁 結束 */

/* content 結束*/


/* about頁 開始 */

.about_text01{
	width: 340px;
	margin-left: 25px;
	float: left;
	}

.about_img1{
	display: block;
	float: left;
	}

.about_text02{
	width: 340px;
	margin-right: 25px;
	float:right;
	}

.about_img2{
	display: block;
	float:right;
	}


/* about頁 結束 */
	
/* footer 開始*/

.top_btn{
	width: 100%;
	height: 80px;
	background-color: #4d4d4d;
	padding-top: 18px;
	}

.top_btn a{
	width: 37px;
	height: 40px;
	display: block;
	margin: 0 auto;
	background: url(../images/icon18.png) center center no-repeat;
	cursor: pointer;
	}

.home_foot{
	width: 100%;
	min-height: 186px;
	background: #000000;
	border-bottom:1px #fff dashed;
	}

.table02{
	margin: 0 auto;
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.05em;
	float: left;
	}

.icon01{
	padding-left:26px;
	height: 18px;
	line-height: 18px;
	background: url(../images/icon22.png) no-repeat;
	margin-top: 60px; 
	}

.icon02{
	padding-left:26px;
	height: 18px;
	line-height: 18px;
	background: url(../images/icon23.png) no-repeat; 
	margin-top: 60px;
	}

.icon03{
	padding-left:26px;
	height: 18px;
	line-height: 18px;
	background: url(../images/icon24.png) no-repeat; 
	margin-top: 22px;
	}

.icon04{
	padding-left:26px;
	height: 18px;
	line-height: 18px;
	background: url(../images/icon25.png) no-repeat; 
	margin-top: 22px;
	}

.home_foot_community a{
	display: block;
	float: left;
	margin: 60px 5px 0 5px;
	}

.home_community_a1{
	width: 24px;
	height: 24px;
	display: block;
	background: url(../images/icon19.png);
	}

.home_community_a2{
	width: 24px;
	height: 24px;
	display: block;
	background: url(../images/icon20.png);
	}

.home_community_a3{
	width: 24px;
	height: 24px;
	display: block;
	background: url(../images/icon21.png);
	}

footer{
	width: 100%;
	min-height: 142px;
	background: #000;
	}

.foot_logo{
	width: 247px;
	height: 64px;
	margin-left: 20px;
	display:block;
	background: url(../images/icon26.png);
	float: left;
	margin-top: 28px;
	background-repeat: no-repeat;
	}

.copyright{
	width: 331px;
	color: #ffffff;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.05em;
	margin-right: 20px;
	float: right;
	margin-top: 50px;
	font-weight: 100;
	}
		
.copyright a{
	color: #ffffff;
	}	

.copyright a:hover{
	color: #ccc;
	}	

@media screen and (max-width: 999px) {
	.about_img1{
		display: block;
		float: none;
		}

	.about_text01{
		width: 100%;
		margin-left: 0;
		float: none;
		position: relative;
		}

	.about_text02{
		width: 100%;
		margin-right: 0;
		float: none;
		position: relative;		}

	.about_img2{
		display: block;
		float: none;
		}

	.table02{
		font-size: 20px;
		float: none;
		position: relative;
		width: 660px;
		margin: 0 auto;
		}

	.icon01{
		margin-top: 40px;
		font-size: 26px; 
		}

	.icon02{
		margin-top: 22px; 
		font-size: 26px; 
		}

	.icon03{
		margin-top: 22px; 
		font-size: 26px; 
		}

	.icon04{
		margin-bottom: 42px; 
		font-size: 26px; 
		}

	.home_foot_community{
		position: absolute;
		top: -100px;
		right: 0px;
		}

	.home_foot_community a{
		display: block;
		float: left;
		margin: 22px 20px 40px 0;
		}

	.home_community_a1{
		width: 49px;
		height: 49px;
		display: block;
		background: url(../images/icon30.png);
		}

	.home_community_a2{
		width: 49px;
		height: 49px;
		display: block;
		background: url(../images/icon31.png);
		}

	.home_community_a3{
		width: 49px;
		height: 49px;
		display: block;
		background: url(../images/icon32.png);
		}

	.foot_logo{
		float: none;
		width:247px;
		height:64px;
		margin: 0 auto;
		display: block;
		background: url(../images/logo.svg);
		margin-top: 10px;
		}

	.copyright{
		width: 700px;
		float: none;
		font-size: 20px;
		line-height: 26px;
		text-align: center;
		float: none;
		padding-bottom: 25px;
		margin-top: 26px;		
		}

	}

/* footer 結束*/	


/*驊軒新增*/

.special-font{
	font-family: "微軟正黑體",sans-serif;
}

.margin-top170{
	margin-top: 170px;
}

.margin-top40{
	margin-top: 40px;
}


a.example-image-link{
	width: 93px;
	overflow: hidden;
	margin: 0 10px 10px 0;
	display: block;
	float: left;

}

.example-image-link img{
	width: auto;
	min-height: 93px;
	text-align: center;
	background: #fff;
	
}

.example-image-link{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.example-image-link:hover, .example-image-link:focus, .example-image-link:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}


.lb-caption span{
	font-weight:100;
}

.modal-body ol li{
	list-style-type:  upper-latin;
	line-height: 24px;
	margin: 0 20px;
	font-size: 14px;
}

.modal-body ol li ol li{
	list-style-type: decimal;
	margin: 0 20px;
}

.modal-body p{
	font-size: 14px;
	line-height: 24px;
}

.back-page{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 14px;
	color: #000;
	padding: 10px 20px;
	background: #fff;
	border-radius: 5px;
	opacity: 1;
}

.back-page:hover{
	opacity: 0.7;
}

/* Glow */
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Pulse */
@-webkit-keyframes fdc-pulse {
  0% {
    box-shadow: 0 0 1px #fff inset, 0 0 1px #fff;
    text-shadow: 0 0 1px #fff;
  }

  50% {
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.6) inset, 0 0 50px rgba(255, 255, 255, 0.6);
    text-shadow: 0 0 30px #fff;
  }

  100% {
    box-shadow: 0 0 1px #fff inset, 0 0 1px #fff;
    text-shadow: 0 0 1px #fff;
  }
}

@keyframes fdc-pulse {
  0% {
    box-shadow: 0 0 1px #fff inset, 0 0 1px #fff;
    text-shadow: 0 0 1px #fff;
  }

  50% {
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.6) inset, 0 0 50px rgba(255, 255, 255, 0.6);
    text-shadow: 0 0 30px #fff;
  }

  100% {
    box-shadow: 0 0 1px #fff inset, 0 0 1px #fff;
    text-shadow: 0 0 1px #fff;
  }
}

.fdc-pulse {
  /* display: inline-block; */
  display: flex; 
  flex-direction: column;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation-name: fdc-pulse;
  animation-name: fdc-pulse;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@media screen and (max-width: 999px) {
	.back-page{
		font-size: 30px;
	}

	.apply_now_link{
		width: 199px;
		height: 85px;
		top: 30px;
		font-size: 25px;
		line-height: 32px;
	}

	.apply_now_link span{
		font-size: 23px;
	}
	
	.swiper-slide{
		margin-right: 20px !important;
		width: 335px !important;
	}

	#search{
		margin-bottom: 40px;
	}
}

.application-download{
	display: block;
    background: #999;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    text-align: center;
}

.application-download:hover{
	opacity: 0.8;
}




/* 莫內新增*/


.member_title{
	font-size: 16px;
	color: #666;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 40px;
	}



.text-inverse { color: #2d353c !important; }
a.text-inverse:hover,
a.text-inverse:focus { 
    color: #575d63 !important; 
}

@media screen and (max-width: 999px) {

	.member_title{
		font-size: 40px;
		
	}

	.btn-m {
		  display: inline-block;
		  padding: 6px 12px;
		  margin-bottom: 0;
		  font-size: 36px;
		  font-weight: normal;
		  line-height: 1.428571429;
		  text-align: center;
		  white-space: nowrap;
		  vertical-align: middle;
		  cursor: pointer;
		  background-image: none;
		  border: 1px solid transparent;
		  border-radius: 4px;
		  -webkit-user-select: none;
		     -moz-user-select: none;
		      -ms-user-select: none;
		       -o-user-select: none;
		          user-select: none;
		  margin: 10px;
		}
	.input-m {
		  height: 66px;
		  padding: 20px 26px;
		  font-size: 38px;
		  line-height: 1.33;
		  border-radius: 6px;
		  margin: 10px;
	}

	.text-m {
		  font-size: 38px;
		  margin: 10px;
	}


	ul.member-menu li a i{
		display: block;
		font-size: 60px;
		text-align: center;
		margin:20px 0 20px;
		transition: all 0.25s ease-out;
	}

	ul.member-menu li a i:hover{
		font-size: 45px;
		margin:20px 0 15px;
	}

	ul.member-menu li a{
		font-size: 30px;
		height: 180px;
	}


}








/* member  Start */

.member-menu li{
	text-align: center;
	}


.member-menu li a{
	display: block;
	width:100%;
	height: 120px;
	overflow: hidden;
	border:1px #000 solid;
	border-radius: 5px;
	color:#333;
	font-size: 14px;
	letter-spacing: 0.05em;
	margin:20px 0;
	background-color:#434343;
	color:#fff;
	}

.member-menu li a:hover{
	background: #f1f1f1;
	border:1px #ccc solid;
	color:#000;
	font-size: 14px;
	}

.member-menu li a i{
	display: block;
	font-size: 40px;
	text-align: center;
	margin:20px 0 20px;
	transition: all 0.25s ease-out;
	}

	.member-menu li a i:hover{
		font-size: 45px;
		margin:20px 0 15px;
	}

/* member  End */

/* member-order  Start */

.member-order-table{
	width: 100%;
	min-width: 690px;
	}

.member-order-table th{
	background: #eee;
	text-align: center;
	font-size: 13px;
	color:#333;
	font-weight: 600;
	}

.member-order-table td{
	text-align: center;
	font-size: 14px;
	color:#333;
	vertical-align: middle !important;
	}

/* member-order  End */

/* member_order_status  Start */

.member-order-status-info{
	border:1px #ccc solid;
	padding: 0 0 20px;
	margin-bottom: 30px;
	border-radius: 5px;
	}

.member-order-status-info span{
	display: block;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.05em;
	color:#333;
	padding: 0 20px 10px 20px;
	}

.info-title{
	width: 100%;
	height: 40px;
	background: #ebeded;
	font-size: 14px;
	line-height: 40px;
	letter-spacing: 0.05em;
	color:#000;
	padding: 0 20px;
	margin-bottom: 20px;
	font-weight: 600;
	}

.member_order_status_schedule{
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color:#333;
    margin-top: 20px;
    margin-bottom: 20px;
	}

.member_order_status_schedule span{
	font-weight: 900;
	color: #000;
	}

.q_message{
	width:100%;
	min-height:28px;
	border:1px #ccc solid;
	line-height: 28px;
	text-align: right;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 0 10px;
	font-size: 14px;
	letter-spacing: 0.01em;
	color:#979797;
	}

.q_name_l{
	font-size: 12px;
	line-height: 15px;
	color:#7c7c7c;
	float: left;
	line-height: 36px;
	}

.q_name_r{
	font-size: 12px;
	line-height: 15px;
	color:#7c7c7c;
	float: right;
	line-height: 36px;
	}

.a_message{
	width:100%;
	min-height:28px;
	border:1px #ccc solid;
	line-height: 28px;
	text-align: left;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 0 10px;
	background: #e0e0e0;
	font-size: 14px;
	letter-spacing: 0.01em;
	color:#333;
	}

.a_name_l{
	font-size: 12px;
	line-height: 15px;
	color:#7c7c7c;
	float: left;
	line-height: 36px;
	}

.a_name_r{
	font-size: 12px;
	line-height: 15px;
	color:#7c7c7c;
	float: right;
	line-height: 36px;
	}

.order_input{
	width: 100%;	
	height: 90px;
	border:1px #979797 solid;
	border-radius: 5px 0px 0px 5px;
	}

.order_btn02{
	width: 100%;	
	height: 90px;
	border:1px #979797 solid;
	display: block;
	background: #333;
	font-size: 14px;
	line-height: 90px;
	color:#fff;
	border-radius: 0 5px 5px 0;
	}

.order_table01{
	width: 100%;
	margin-bottom: 24px;
	margin-top: 26px;
	}

/* member_order_status  End */


/*170117驊軒接手 開始*/

.hello-user{
	font-size: 24px;
	padding-top: 20px;
	font-weight: 600;
}

.reservation-info{
	padding: 10px 0;
}

.reservation-info h3{
	font-weight: 600;
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
}

.reservation-info .dl-horizontal{
	border-bottom: 1px solid rgba(0,0,0,0.3);
	padding: 10px 0;
	font-size: 18px;
}

.reservation-info p{
	margin-bottom: 15px;
	text-align: center;
}

.contenter700 a{
	color: #000;
	font-weight: 600;
	padding: 0 0px;
	cursor: pointer;
}
/* .contenter700 a:hover{
	opacity: 0.7;
} */

.re-history{
	padding: 30px 15px;
	min-height: 550px;
}

.re-history-table{
	border-bottom: 1px solid #000;
}

.re-history-table div{
	padding: 10px 5px;
}

.re-history-table p{
	padding: 7px 0;
}

.under-check{
	border: 2px solid rgba(0,0,0,0.5);
	border-radius: 5px;
	display: block;
	padding: 5px;
	text-align: center;
	color: rgba(0,0,0,0.5);
}

.check-passed{
	border: 2px solid #24B539;
	border-radius: 5px;
	display: block;
	padding: 5px;
	text-align: center;
	color: #24B539;
}

.re-status{
	display: block;
	padding: 7px;
	text-align: center;
}

.re-status.not-show{
	color: red;
	font-weight: 600;
}

.contenter700 a.cancel-reservation{
	border-radius: 5px;
	display: block;
	padding: 7px;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,0.7);
}

.re-notice{
	height:500px;
	background: rgba(255,255,255,0.5);
	text-align: left;
	padding:20px 20px;
	border-radius: 5px;
	margin-bottom: 30px;
}

.re-notice ol li {
	margin-left:5px; 
	padding:5px; 
	list-style:normal;
	list-style-position: inside; /*縮排*/
}


.re-notice ul li {
	margin-left:5px; 
	padding:5px; 
	list-style:normal;
	list-style-position: inside; /*縮排*/
}

.re-notice p{
	padding-bottom: 10px;
}

.re-cover-image{
	margin-top: 20px;
}

h4.time-range-title{
	text-align: center;
	margin-bottom: 20px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	border-radius: 5px;
	padding: 10px;
	display: inline-block;
}

h4.main-title{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	border-radius: 5px;
	padding: 10px;
	display: inline-block;
}

@media screen and (max-width: 991px) {
	.form-control{
		font-size: 38px;
		padding: 20px 26px;
		height: auto;
	}
	.checkbox, .hello-user, .reservation-info .dl-horizontal, .reservation-info p, .re-history, .re-notice p, h4.time-range-title{
		font-size: 38px;
		line-height: 56px;
	}
	.checkbox input{
		width: 40px;
		height: 40px;
		margin-right: 10px;
	}
	.reservation-info h3{
		font-size: 42px;
	}

	.reservation-info p{
		line-height: 48px;
	}

	.reservation-info{
		padding: 100px 0;
	}
	.re-history-table{
		padding: 30px;
		background: #fff;
		border: none;
		margin: 20px 0;
		border-radius: 10px;
	}

	.re-history-table p, .contenter700 a.cancel-reservation{
		padding: 10px 0;
	}
	.hidden-xs{
		display: none !important;
	}

	h4.main-title{
		font-size: 38px;
		padding: 20px;
	}
}

/*170117驊軒接手 結束*/



#crumbs {
	text-align: center;
}

	#crumbs ul {
		list-style: none;
		display: inline-table;
	}
		#crumbs ul li {
			display: inline;
		}
	
		#crumbs ul li a {
			display: block;
			float: left;
			height: 40px;
			background: #333;
			text-align: center;
			padding: 10px 20px 0 45px;
			position: relative;
			margin: 0 10px 0 10px; 
			
			font-size: 16px;
			text-decoration: none;
			color: #fff;
		}
			#crumbs ul li a:after {
				content: "";  
				border-top: 20px solid transparent;
	 			border-bottom: 20px solid transparent;
	  			border-left: 20px solid #333;
				position: absolute; right: -20px; top: 0;
				z-index: 1;
			}
			
			#crumbs ul li a:before {
				content: "";  
				border-top: 20px solid transparent;
	  			border-bottom: 20px solid transparent;
	  			border-left: 20px solid #ffd900;
				position: absolute; left: 0; top: 0;
			}
	
				#crumbs ul li:first-child a {
					border-top-left-radius: 10px; 
					border-bottom-left-radius: 10px;
				}
				#crumbs ul li:first-child a:before {
					display: none; 
				}
				
				#crumbs ul li:last-child a {
					padding-right: 30px;
					border-top-right-radius: 10px; border-bottom-right-radius: 10px;
				}
				#crumbs ul li:last-child a:after {
					display: none; 
				}
			
			#crumbs ul li a:hover {
				background: #be085d;
			}
				#crumbs ul li a:hover:after {
					border-left-color: #be085d;
				}

		
		
#crumbs ul li.active a{
	background: #be085d;
	}

		
#crumbs ul li.active a:after{
	border-left-color: #be085d;
	}



@media screen and (max-width: 991px) {


.re-notice{
	height:500px;
	font-size:26px;
	line-height:40px;
}


#crumbs {
	text-align: center;
}

	#crumbs ul {
		list-style: none;
		display: inline-table;
	}
		#crumbs ul li {
			display: inline;
		}
	
		#crumbs ul li a {
			display: block;
			float: left;
			height: 40px;
			background: #333;
			text-align: center;
			padding: 10px 4px 0 20px;
			position: relative;
			margin: 0 10px 0 10px; 
			
			font-size: 24px;
			text-decoration: none;
			color: #fff;
		}
			#crumbs ul li a:after {
				content: "";  
				border-top: 20px solid transparent;
	 			border-bottom: 20px solid transparent;
	  			border-left: 20px solid #333;
				position: absolute; right: -20px; top: 0;
				z-index: 1;
			}
			
			#crumbs ul li a:before {
				content: "";  
				border-top: 20px solid transparent;
	  			border-bottom: 20px solid transparent;
	  			border-left: 20px solid #ffd900;
				position: absolute; left: 0; top: 0;
			}
	
				#crumbs ul li:first-child a {
					border-top-left-radius: 10px; 
					border-bottom-left-radius: 10px;
				}
				#crumbs ul li:first-child a:before {
					display: none; 
				}
				
				#crumbs ul li:last-child a {
					padding-right: 30px;
					border-top-right-radius: 10px; border-bottom-right-radius: 10px;
				}
				#crumbs ul li:last-child a:after {
					display: none; 
				}
			
			#crumbs ul li a:hover {
				background: #be085d;
			}
				#crumbs ul li a:hover:after {
					border-left-color: #be085d;
				}

		
		
#crumbs ul li.active a{
	background: #be085d;
	}

		
#crumbs ul li.active a:after{
	border-left-color: #be085d;
	}
}


/*日曆CSS 180706*/

#calendar {
    max-width: 700px;
    margin: 0 auto;
    /*background: #fff;*/
    padding: 10px 0;
    border-radius: 5px;
  }

  .fc-event{
    border: none !important;
    margin: 5px;
    padding: 3px;
  }

  .fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead{
    border-color: rgba(0,0,0,0);
  }

  .fc-slats tr{
    border-radius: 5px;
    background: rgba(0,0,0,0.05);
  }

  .fc-slats tr:nth-child(2n+1){
    background: rgba(0,0,0,0.1);
  }

  .fc-header-toolbar h2{
    background: rgba(0,0,0,0.1);
    padding: 5px 10px;
    border-radius: 10px;
    margin-top: 10px;
    color: #fff;
  }

  .fc-unthemed td.fc-today{
    background: inherit;
  }

  .fc-unthemed .fc-divider{
    background: rgba(0,0,0,0);
  }
    

/* 20231031 */
.submenu_drop {
  display: flex;
  justify-content: center;
  background-color: #fff;
  padding: 24px 0;
}

.submenu_drop_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -20px -10px -20px;
}

.submenu_drop_list > * {
  border-right: 1px solid #C1A400;
  padding: 0 20px;
  margin-bottom: 10px;
}

.submenu_drop_list > *:last-child {
  border-right: none
}

.submenu_drop_list a {
  position: relative;
  color: #000;
  font-size: 15px;
  line-height: 150%;
  font-weight: normal;
  font-family: "Roboto Condensed", "微軟正黑體", sans-serif;
}

.submenu_drop_list a:hover .submenu-tooltips {
  display: block;
}

.submenu_drop_list .submenu-tooltips {
  display: none;
}

/* gallery */ 
[data-page="gallery"] .content_centent {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

[data-page="gallery"] .search {
  border: 1px solid #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  margin: 0 !important;
  float: none !important;
  background: none !important;
}

[data-page="gallery"] .search input {
  width: 100%;
  color: #fff !important;
  margin: 0 !important;
}

[data-page="gallery"] .search input::placeholder {
  color: #fff;
}

[data-page="gallery"] .search_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  float: none !important;
  padding: 0 !important;
}

.submenu_box {
	border-bottom: 1px solid #000;
}

.submenu_box.is-drop {
	border-bottom: none;
}

[data-page="intro6"] .calendar {
	margin-top: 20px;
	margin-bottom: 50px;
}

[data-page="intro6"] .article_title02 {
	font-size: 18px !important;
	line-height: 27px !important;
	letter-spacing: 2px !important;
	color: #000;
	margin-bottom: 42px;
}

[data-page="intro6"] .download-section .download-card {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
}

[data-page="intro6"] .download-section .download-card p{
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 1px;
	color: #000;
}