@charset "UTF-8";
/* CSS Document */
@import url("reset.css");
*, *::after, *::before { box-sizing: border-box; }
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100&display=swap');
body { font-family: 'Noto Sans TC', sans-serif; }



/* box-2
---------------------------------------------------------*/
#PAGE_VISUAL_BOX { width: 100%; margin-top: 0 }
#SLOGAN_BOX { width: 100%; margin: 0 auto; background: linear-gradient(90deg, rgba(0,145,217,0) 10%,rgba(0,145,217,1) 50%, rgba(0,145,217,0) 90%);}
#SLOGAN {   text-align: center; margin: 0 auto }
.text-center{
	    display: flex;
    align-items: center;
    justify-content: center;
}
.text-blue {
    color: #0091d9 !important;
}
.menu_icon{
	position: absolute;
    top: 25px;
    right: 15px;
}
.side-nav li>a>i, .side-nav li>a>[class^="mdi-"], .side-nav li>a>[class*="mdi-"], .side-nav li>a>i.material-icons {
	    float: right!important;
		color: #2196F3 !important;
}
.material-icons {font-size: 36px!important}
#SLOGAN span.S1 { color: #fff; font-size: 2.5em; font-weight: lighter; line-height: 1.2 }
#SLOGAN span.S2 { color: #b8b8b0; font-size: 2em; line-height: 28px; padding-right: 6px; }
#SLOGAN span.S3 { color: #fed900; font-size: 1.7em; line-height: 28px; }
#SLOGAN span.S4 { color: #b8b8b0; font-size: 1.4em; font-family: 'Noto Sans TC', sans-serif; font-weight: bold; }
.BANNER_ABOUT_BG { background: #fff url(../img/page_about_bg.png) center top no-repeat; }
.BANNER_ABOUT_BG_album { background: #fff url(../../img/page_about_bg.png) center top no-repeat; }
.BANNER_SERVICE_BG { background: #f5e8de url(./img/page_service_bg.jpg) center top no-repeat; }
.BANNER_STRATEGY_BG { background: #f5e8de url(./img/page_strategy_bg.jpg) center top no-repeat; }
.BANNER_QC_BG { background: #f5e8de url(../img/page_qc_bg.jpg) center top no-repeat; }
.BANNER_CASE_BG { background: #f5e8de url(../img/page_case_bg.jpg) center top no-repeat; }
.BANNER_EQUIPMENT_BG { background: #f5e8de url(../img/page_equipment_bg.jpg) center top no-repeat; }
.BANNER_PRODUCT_BG { background: #f5e8de url(../img/page_products_bg.jpg) center top no-repeat; }
.BANNER_SITEMAP_BG { background: #f5e8de url(../img/page_sitemap_bg.jpg) center top no-repeat }
#PAGE_CONTENT { width: 100%; margin-top: 20px; overflow: hidden; background: #f5f5f3; }
#box-2 {  width: 100%; font-family: 'Noto Sans TC', sans-serif;  }
.logosarea { width: 100%; margin: 0 auto; }
.logos ul { list-style: none }
.logos ul li.sponsor { width: 100%; line-height: 1.8em; font-size: 0.8em; color: #898989 }
.logos ul li.d-space > ul > li { width: 80px; text-align: center;
    display: inline-block;
    padding: 5px;
    margin-bottom: 3px;}
.logos ul li.d-space > ul > li img { height:40px; }
.logos { width: 95%; margin: 10px auto 10px auto; background: #fff; position: relative }
.logos p { padding: 0.2em; }
.logos img { padding-top: 0.2em; vertical-align: middle; }
.side-nav li.active, .side-nav li a:hover{
    background-color: rgba(0,0,0,0)!important;
}
.collapsible-body {
    padding: 0 0 0 2rem!important;
	background-color: rgba(0, 145, 217, 0.6)!important;
}
#run_bg { margin: 0; }
#soon { font-size: 10em; text-align: center; width: 100%; margin: .1em auto 0 auto; text-transform: uppercase }
#adam { position: absolute; z-index: 999; background: url(../images/adam.png); width: 120px; height: 180px; animation: walk-east 1.0s steps(8) infinite; margin: -180px 0 0 200px }
@keyframes walk-east {
 from {
background-position: 0px;
}
 to {
background-position: 960px;
}
}
#box-2 .area-background { background-image: url('../images/bg_index.jpg') !important; background-repeat: no-repeat !important; background-position: 50% 0 !important; background-size: auto !important; background-color: transparent !important; background: inherit; }

@media only screen and ( max-width: 30em )  {/* 320 */
#box-2 .area-background { background-image: url('../images/bg_index.jpg') !important; background-repeat: no-repeat !important; background-position: 50% 0 !important; background-size: auto !important; background-color: transparent !important; background: inherit; height: 523px; }
.logosarea { width: 100%; margin: 0 auto; }
.logos { width: 95%; margin: 0 auto; background: #fff; position: relative }
.logos ul li { font-size: 0.8em; list-style: none; line-height: 1.1em; color: #898989; display: inline-block;padding: 2px; margin-bottom: 3px }
.logos ul li.d-space > ul > li {width: 64px;}
.sponsors{padding:0;}
.logos img { padding-top: 0em; }
.logos.sponsor img { padding-top: 0.1em; }
#soon { font-size: 4em; text-align: center; width: 100%; margin: .1em auto 0 auto; text-transform: uppercase }
#theme { position: absolute; z-index: 998; background: url(../images/theme-m-320.png) no-repeat top center; width: 100%; height: 100%; margin: 15px 0 0 0; }
#theme img { width: 100%; }
.tag { position: relative; right: 0; top: 3% }
.tag .text { font-size: .8em; height: 0; position: relative; clear: left; margin-bottom: 1%; padding-top: 1%; padding-bottom: 8.5%; overflow: hidden; }
.round-button { width: 20px; height: 20px; margin-bottom: 1%; border-radius: 50%; border: 2px solid #f5f5f5; overflow: hidden; background: #FFF; box-shadow: 0 0 3px gray; }
.round-button:hover { background: #fff; }
.round-button img { display: block; width: 100%; padding: 3%; height: auto; }
}
p.title { font-size: 14px; color: #838383; line-height: 2em; }
p.brand { font-size: 2em; color: #000; padding-top: 10px; line-height: 1em; text-align: center }
p.price { font-size: 14px; margin: 0px 0 0 0; padding: 0 5px; line-height: 1.8em; color: #8791c3; }
p.sale { font-size: 14px; margin: 0px 0 0 0; padding: 0 5px; line-height: 1.8em; color: #f00; }
p.sale span { font-size: 14px; margin: 0px 0 0 0; padding: 0 5px; text-decoration: line-through; color: #8791c3; }
p.tb1 { margin: 5px; border-top: #dddddd solid 1px; line-height: 1em }
p.promo { margin: 0; padding: 0; line-height: 1.6em; color: #8791c3; }
/* Clear (used for horizontal thumbnails)
-------------------------------------------*/
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; float: none; }
/* footer
-------------------------------------------*/
footer { background-image: url(../images/info_shadow.png); background-position: center top; background-repeat: no-repeat; width: 100%; float: left; background-color: #fff }
footer .area-2 { width: 100%; float: left; padding: 0 0 0px 0; margin: 20px 0; }
address { text-align: center; margin: 0; color: #76675d; }
address ul li { list-style: none; font-size: 12px; line-height: 1.5em; margin: 5px }
footer h1 { text-align: center; margin: 20px auto 10px auto; width: 150px }
.go-top { position: fixed; bottom: 2em; width: 80px; height: 80px; right: 2em; text-decoration: none; background: url(../images/btn_top.png) no-repeat; font-size: 12px; text-indent: -9999px; padding: 1em; display: none; z-index: 999999; }
/*bread & clearfix*/

#bread { font-family: 'Noto Sans TC', sans-serif;  width: 100%; height: 20px; font-size: 14px; list-style: none; color: #40220f; margin: 10px 0; float: left; }
#bread li { float: left; list-style: none; }
#bread li a { font-weight: bold; color: #76675d; }
#bread li a:hover { color: #f5bf4b }
.clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.clearfix { display: inline-block; }
.clearfix { display: block; }
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
footer img { max-width: 100% }

@media only screen and (max-width: 1169px) {
body.nav-on-left.overflow-hidden { overflow: hidden; }
}
a { color: #00A0E9; text-decoration: none; }
img { /* make images responsive */ max-width: 100%; }
/* Navi
---------------------------------------------------------*/
#nav { /*width: 100%;  1000 */ position: relative; z-index: 999; /*30 480 */  display: flex;}
#nav > a { display: none; }
#nav li { position: relative; }
#nav li a { color: #9FA0A0; display: block; }
#nav li a:active { background-color: #FF8300 !important; }
/*#nav span:after { width: 0; height: 0; border: 0.313em solid transparent;  border-bottom: none; border-top-color: #4DB3E6; content: ''; vertical-align: middle; display: inline-block; position: relative; right: -0.313em; }*/
/* first level */

#nav > ul { width: 100%;
	margin: 0 auto; 
	height: 2.75em; /* 60 */ 
	background-color: #fff;
	align-items: center;
    justify-content: center;
    display: flex;}
#nav > ul.en { width: 100%; /* 60 */ background-color: #fff; }
#nav > ul > li { width: 10.5%; height: 100%;  display: inline-block; }
#nav > ul > li > a { height: 100%; font-size: 0.9em; /* 24 */ line-height: 1.4em; /* 60 (24) */ text-align: center; align-items: center;  justify-content: center; }
#nav > ul > li > a span {font-size: 0.9em;}
#nav > ul > li:not( :last-child ) > a { border-right: 1px solid #9FA0A0; }
#nav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a { background-color: #00A1DF; color: #fff; }
/* second level */

#nav li ul { background-color: #00A1DF; display: none; position: absolute; top: 100%; }
#nav li:hover ul { display: block; left: 0; right: 0; }
#nav li:not( :first-child ):hover ul { left: -1px; }
#nav li ul a { font-size: 1em; /* 20 */ color: #DCDDDD; border-bottom: 1px solid #4DB3E6; padding: 0.75em;
	line-height: 1.4em; text-align: center/* 15 (20) */ }
#nav li ul li a:hover, #nav li ul:not( :hover ) li.active a { background-color: #4DB3E6; color: #fff; }

@media only screen and ( max-width: 62.5em ) /* 1000 */ {
#nav { width: 100%; /*position: static;*/ margin: 0; }
}

@media only screen and ( max-width: 40em ) /* 640 */ {
		.container {
     width: 100%!important; 
}
	#PAGE_VISUAL_BOX { height: 50px; margin-top: 0 }
	#SLOGAN_BOX { width: 100%; margin: 10px auto 0; }
#box-2 .area-background { background-image: url('../images/bg_index.jpg') !important; background-repeat: no-repeat !important; background-position: 50% 0 !important; background-size: auto !important; background-color: transparent !important; background: inherit; height: 473px; }
	
#theme { position: absolute; z-index: 998; background: url(../images/theme-m.png) no-repeat top center; width: 100%; height: 100%; margin:0; background-size: contain;}
.tag { position: relative; float: right; top: 3%; padding-right: 20px }
.tag p { display: block; font-size: 8px; padding: 5px 0;color: #ffffff }
.round-button { display: block; width: 50px; height: 50px; margin-bottom: 10%; border-radius: 50%; border: 2px solid #f5f5f5; overflow: hidden; background: #FFF; box-shadow: 0 0 3px gray; }
.round-button:hover { background: #ccc; }
.round-button img { display: block; width: 100%; padding: 3%; height: auto; }
#nav { position: relative; top: auto; left: auto; }
#nav > a { width: 2.125em; /* 50 */ height: 2.75em; /* 50 */ padding: 10px 0 0 0; 
color: #9FA0A0; background-color: #fff; position: absolute; float: right; top: -55px; right: 10px }
#nav > a:before, #nav > a:after { position: absolute; border: 2px solid #9FA0A0; top: 40%; left: 25%; right: 25%; content: ''; }
#nav > a:after { top: 60%; }
#nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type { display: block; }
/* first level */

#nav > ul { height: auto; display: none; position: absolute; left: 0; right: 0; top: 0; box-shadow: 0 0 30px rosybrown; }
#nav:target > ul { display: block; }
#nav > ul > li { width: 100%; float: none; }
#nav > ul > li > a { height: auto; text-align: center; line-height: 1.4em; padding: 6px 0; /* 20 (24) */ }
#nav > ul > li:not( :last-child ) > a { border-right: none; border-bottom: 1px solid #DCDDDD; padding: 5px 0 }
/* second level */
#nav li ul { position: static; /* 20 */ padding-top: 0; }
	
}
/* -------------------------------- 

Main header

-------------------------------- */

.main-header { height: 80px; background: #FFF; width: 100%; }

@media only screen and (min-width: 1170px) {
.main-header { height: 100px; }
.main-header::after { clear: both; content: ""; display: table; }
}
/*logoの設定*/
#menu { 
	display: flex;
    align-items: center;
	justify-content: center;}
#menu h1 {     
	position: absolute;
    margin: 0;
    width: 60%;
	left: 15px;
    top: 15px;
}
#menu h1 img { width: 100%; max-width: 120px; }
header { text-align: center; position: relative; overflow: hidden; }
.cd-header-buttons { position: absolute; display: inline-block; top: 25px; right: 13.5%; }
.cd-header-buttons li { display: inline-block; padding: 0 ; margin: 0 5px;}
.cd-header-buttons li img{ height: 40px}
.ball { position: absolute; margin-top: 10%; margin-left: 5%; z-index: 10; }
.ball img { width: 100px; display: block; }
#adam { position: absolute; z-index: 999; background: url(../images/adam.png); width: 120px; height: 180px; animation: walk-east 1.0s steps(8) infinite; }
@keyframes walk-east {
 from {
background-position: 0px;
}
 to {
background-position: 960px;
}
}

@media screen and (max-width: 640px) {
		.countdown {
    width: 100%;
	color: #FFF;
	background: rgba(0, 145, 217, 0.6);
	padding: 10px 0;
}
#PAGE_CONTENT { background: #f5f5f3 url(../img/page_content_bg2.jpg) left top repeat-x; }

}
@media (min-width: 481px) and (max-width: 767px) {

  

	#menu h1 img { width: 100%; max-width: 300px; }
  
	
  
  }
  

/* PC向けおよび大型タブレット向けのレイアウトの指定：737px～960px */
@media only screen and (min-width: 736px) {
/*logoの設定*/
#PAGE_VISUAL_BOX { width: 100%; margin-top: 30px }
#SLOGAN { padding-top: 1em;padding-bottom: 1em; }
#menu h1 { margin: 0 auto;   position: absolute; }
#menu h1 img { width: 88%; max-width: 309px; }
header { /*#s_navのセンタリングの解除*/ position: static; overflow: visible; }
.cd-header-buttons { position: absolute; display: inline-block; top: 16px; right: 7%; }
.cd-header-buttons li { display: inline-block; margin:0 7px;}
#run_bg { margin: 0; }
#theme { position: absolute; z-index: 1; background: url(../images/theme-m-700.png) no-repeat top center; background-size: contain;width: 100%; height: 100%; margin: 0; }
.logosarea { width: 95%; margin: 0 auto; }
.area-background { background-image: url('../images/bg_index.jpg') !important; background-repeat: no-repeat !important; background-position: 50% 0 !important; background-size: auto !important; background-color: transparent !important; background: inherit; height: 270px; }
footer { width: 100%; float: left; }
.logos {  margin: 10px auto 0 auto; background: #fff; }
.logos ul { list-style: none }
.logos ul li { font-size: .9em;
    margin-bottom: 5px;
    line-height: 1.4em;
    color: #898989;
    float: left; }
.logos ul li.d-space > ul > li {
    width: 100px;
    height: 40px;
    margin: 5px;
	padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.d-space{margin-left: 15px;}
.logos ul li.sponsor { width: 33.3%; float: left; line-height: 1.3em; font-size: 0.8em; color: #898989 }
.logos img { padding: 0; line-height: 0 }
	.container {
     width: 100%!important; 
}
	.menu_icon{
	position: absolute;
    top: 15px;
    right: 15px;
}
}

@media only screen and (min-width: 736px) {
.tag { position: relative; float: right; right: 4%; top: 0 }
.tag .text { font-size: .8em; margin-top: -135% }
.round-button { display: block; width: 60px; height: 60px; clear: left; margin-bottom: 20%; border-radius: 50%; border: 2px solid #f5f5f5; overflow: hidden; background: #FFF; box-shadow: 0 0 3px gray; }
.round-button:hover { background: #fff; }
.round-button img { display: block; width: 100%; padding: 3%; height: auto; }
	.cd-header-buttons { position: absolute; display: inline-block; top: 16px; right: 7%; }
}

/* PC向けレイアウトの指定：961px以上では固定レイアウト */
@media only screen and (min-width: 961px) {
	#menu h1 { width: 233px; position: fixed; display: flex;
    align-items: center;
    justify-content: center;}
	.logos ul li.d-space > ul > li img { height:70px; }
		.cd-header-buttons { position: absolute; display: inline-block; top: 16px; right: 2%; }
.row {
    margin: 0!important;
}
		.countdown {
    width: 100%;
	color: #FFF;
	background: rgba(66, 170, 175, 0.6);
	margin-top: 0;
	padding: 10px 0;
}
/* header */
		#content{
		position: relative
	}
	 .side-nav{
		width: 23%!important
	}
.side-nav .collapsible-header, .side-nav.fixed .collapsible-header {
    padding: 0 0 0 32px !important;
	
}	
	.side-nav .collapsible-body li a, .side-nav.fixed .collapsible-body li a {
    padding: 0 23.5px 0 0!important;
	padding: 5px 23.5px 5px 5px !important;
    display: flex;
    align-items: center;
    line-height: 18px!important;
    border-bottom: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%)  1px;
    height: 48px;
}
	.side-nav{
		font-size: 1.2em!important;
		top: 85px!important;
	}
		.side-nav a{
		font-size: .9em!important;
			color: #1a1a1a!important;
			padding: 0 0 0 32px;
	}
.main-header { height: 85px; background: #FFF; width: 100%; }
#PAGE_VISUAL_BOX { width: 100%; margin-top: 45px }
#SLOGAN_BOX { width: 100%; background: linear-gradient(90deg, rgba(0,145,217,0) 10%,rgba(0,145,217,1) 50%, rgba(0,145,217,0) 90%);
}
#SLOGAN { padding-top: 1em;
    padding-bottom: 1em;
}
header { width: 960px; margin-left: auto; margin-right: auto; }
#menu h1 { width: auto; }
#run_bg { margin: 0 }
#soon { font-size: 7em; text-align: center; width: 100%; margin: .1em auto 0 auto; text-transform: uppercase }
#theme { position: absolute; z-index: 998; background: url(../images/theme.png) no-repeat top center; width: 100%; height: 30%; margin: 0; background-size: contain }
#box-2 .area-background { background-image: url('../images/bg_index.jpg') !important; background-repeat: no-repeat !important;  background-size: auto !important; background-color: transparent !important; background: inherit; height: 40vh; }
footer { width: 100%; float: left; }
.logosarea { width: 70%; margin: 0 auto }
.logos { 
	display: flex;
	align-items: center;
    justify-content: space-between;
	margin: 10px auto 10px auto;
	line-height: 0.5em;
	position: relative;
	z-index: 9999; }
.sponsors{padding:0 ;}
.logos ul { list-style: none }
.logos ul li { margin-left: 5px; float: left; line-height: 2.4em; font-size: 1em; color: #898989 }
.logos ul li.d-space > ul > li {display: flex;align-items: center;justify-content: center; width: 200px; height: 80px; }
.logos ul li.d-space { float: left; line-height: 1.4em; font-size: 1em; color: #898989 }
.logos ul li.sponsor { width:100%; float: left; line-height: 1.3em; color: #898989 }
.logos img { padding-top: 0em; }
.logos ul li.sponsor img { padding-top: 0.8em; }
address { text-align: center; margin: 0; color: #76675d; }
address ul li { list-style: none; font-size: 15px; line-height: 1.5em; }
footer h1 { text-align: center; margin: 20px auto 10px auto; width: 200px }
.tag { position: relative; float: right; right: 4%; top: 5% }
.tag p { font-size: 0.5em; color: #ffffff }
.round-button { display: block; width: 50px; height: 50px; clear: left; margin-bottom: 20%; border-radius: 50%; border: 2px solid #f5f5f5; overflow: hidden; background: #FFF; box-shadow: 0 0 3px gray; }
.round-button:hover { background: #fff; }
.round-button img { display: block; width: 100%; padding: 3%; height: auto; }
/* SearchBar End */
}
.side-nav a{
	font-size: 16px!important;
		
}

@media (min-width: 1281px) {

#box-2 .area-background { 
	background-image: url('../images/bg_index.jpg') !important; 
	background-repeat: no-repeat !important;  
	background-size: auto !important; 
	background-color: transparent !important; 
	background: inherit; 
	height: 46vh; }
  

}

/*-----------------------countdown------------------------*/
.row {
    margin: 0!important;
}
	.countdown {
    width: 100%;
	color: #FFF;
	background: rgba(66, 170, 175, 0.6);
	padding: 10px 0;
	margin-top: -5px;
}
.countdown-number {
	 font-size: 30px; 
	line-height: 1;
	 font-weight: 400;
	text-shadow: none;
	text-align: center;
}
.countdown-label {
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
}
/*-----------------------------------------------*/
@media (max-width: 400px) {
	.countdown-number {
		font-size: 20px;
	
		font-weight: 400;
	}
	.countdown-item {
		padding-bottom: 0;
	}
	.countdown-label {
		font-size: 13px;
	
		margin-top: 0;
	}
	.myform {
		padding-top: 10px;
	}
}
@media (min-width: 600px) {
	.countdown-number {
		font-size: 24px;
	}
	.countdown-item {
		padding-bottom: 10px;
	}
	.countdown-label {
		font-size: 14px;
	}
	.myform {
		padding-top: 10px;
	}
}

@media (min-width: 768px) {
	.countdown-number {
		font-size: 32px;
	}
	.countdown-item {
		padding-bottom: 10px;
	}
	.countdown-label {
		font-size: 14px;
		margin-top: 0;
	}
	.myform {
		padding-top: 10px;
	}
}


@media (min-width: 992px) {
	.countdown-number {
		font-size: 60px;
	}
}

@media (min-width: 1200px) {
	.countdown-number {
		font-size: 72px;
	}	
} 



/* SearchBar */

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
  font-family: 'codropsicons';
  src: url('path-to-font-file.woff2') format('woff2'); /* Replace 'path-to-font-file' with the actual file path or URL */
  font-weight: normal;
  font-style: normal;
}
@font-face { font-family: 'codropsicons'; src: url('../fonts/codropsicons/codropsicons.eot'); src: url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'), url('../fonts/codropsicons/codropsicons.woff') format('woff'), url('../fonts/codropsicons/codropsicons.ttf') format('truetype'), url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg'); font-weight: normal; font-style: normal; }
.column { float: left; width: 100%; padding: 0 2em; min-height: 0px; position: relative; }
.column:nth-child(2) { box-shadow: -1px 0 0 rgba(0,0,0,0.1); }
.column p { font-weight: 300; font-size: 2em; padding: 0; margin: 0; text-align: right; line-height: 1.5; }
.column a { border: 3px solid #b4c7da; padding: 0 15px; display: inline-block; margin: 20px 0; }
.column a:hover { border-color: #fff; }

@media screen and (max-width: 46.0625em) {
.column { width: 100%; min-width: auto; min-height: auto; padding: 1em; }
.column p { text-align: left; font-size: 1.5em; }
.column:nth-child(2) { box-shadow: 0 -1px 0 rgba(0,0,0,0.1); }
}

.people { background: url(../images/people.png) no-repeat; position: relative; float: right; width: 50%; height: 30vh;margin-top: -100px }
/* CSS talk bubble */
.talk-bubble {
	margin: 0 auto 40px auto;
	padding: 20px;
  display: inline-block;
  position: relative;
	width: 100%;
	height: auto;
	background-color: #EFEFEF;
}
.border{
  border: 8px solid #EFEFEF;
}
.round{
  border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;

}

/* Right triangle placed top left flush. */
.tri-right.border.left-top:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: -40px;
	right: auto;
  top: -8px;
	bottom: auto;
	border: 32px solid;
	border-color: #666 transparent transparent transparent;
}
.tri-right.left-top:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: -20px;
	right: auto;
  top: 0px;
	bottom: auto;
	border: 22px solid;
	border-color: lightyellow transparent transparent transparent;
}

/* Right triangle, left side slightly down */
.tri-right.border.left-in:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: -40px;
	right: auto;
  top: 30px;
	bottom: auto;
	border: 20px solid;
	border-color: #666 #666 transparent transparent;
}
.tri-right.left-in:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: -20px;
	right: auto;
  top: 38px;
	bottom: auto;
	border: 12px solid;
	border-color: #EFEFEF #EFEFEF transparent transparent;
}

/*Right triangle, placed bottom left side slightly in*/
.tri-right.border.btm-left:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: -8px;
  right: auto;
  top: auto;
	bottom: -40px;
	border: 32px solid;
	border-color: transparent transparent transparent #666;
}
.tri-right.btm-left:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 0px;
  right: auto;
  top: auto;
	bottom: -20px;
	border: 22px solid;
	border-color: transparent transparent transparent lightyellow;
}

/*Right triangle, placed bottom left side slightly in*/
.tri-right.border.btm-left-in:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 30px;
  right: auto;
  top: auto;
	bottom: -40px;
	border: 20px solid;
	border-color: #666 transparent transparent #666;
}
.tri-right.btm-left-in:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 38px;
  right: auto;
  top: auto;
	bottom: -20px;
	border: 12px solid;
	border-color: lightyellow transparent transparent lightyellow;
}

/*Right triangle, placed bottom right side slightly in*/
.tri-right.border.btm-right-in:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: 10em;
	bottom: -40px;
	border: 20px solid;
	border-color: #EFEFEF #EFEFEF transparent transparent;
}
.tri-right.btm-right-in:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: 10em;
	bottom: -20px;
	border: 12px solid;
	border-color: #EFEFEF #EFEFEF transparent transparent;
}
/*
	left: -8px;
  right: auto;
  top: auto;
	bottom: -40px;
	border: 32px solid;
	border-color: transparent transparent transparent #666;
	left: 0px;
  right: auto;
  top: auto;
	bottom: -20px;
	border: 22px solid;
	border-color: transparent transparent transparent lightyellow;

/*Right triangle, placed bottom right side slightly in*/
.tri-right.border.btm-right:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: -8px;
	bottom: -40px;
	border: 20px solid;
	border-color: #666 #666 transparent transparent;
}
.tri-right.btm-right:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: 0px;
	bottom: -20px;
	border: 12px solid;
	border-color: lightyellow lightyellow transparent transparent;
}

/* Right triangle, right side slightly down*/
.tri-right.border.right-in:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: -40px;
  top: 30px;
	bottom: auto;
	border: 20px solid;
	border-color: #666 transparent transparent #666;
}
.tri-right.right-in:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: -20px;
  top: 38px;
	bottom: auto;
	border: 12px solid;
	border-color: lightyellow transparent transparent lightyellow;
}

/* Right triangle placed top right flush. */
.tri-right.border.right-top:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: -40px;
  top: -8px;
	bottom: auto;
	border: 32px solid;
	border-color: #666 transparent transparent transparent;
}
.tri-right.right-top:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  left: auto;
	right: -20px;
  top: 0px;
	bottom: auto;
	border: 20px solid;
	border-color: lightyellow transparent transparent transparent;
}

/* talk bubble contents */
.talktext{
  padding: 1em;
	text-align: left;
  line-height: 1.5em;
}
.talktext p{
  /* remove webkit p margins */
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}

@media (min-width: 1281px) {

  

  	.area-1 {
  display: grid;
	grid-template-columns: 67.7% 32.3%;
	padding: 10px 30px 30px;
	}
		.area-1 div{
    margin: 0 0 20px;
		height: 100%;
		
}
  	.area-f {
  display: grid;
	grid-template-columns: 50% 50%;
	padding: 10px 30px 30px;
    text-align: center;
	border-bottom: rgba(0, 145, 217, 0.6) solid 2px;
    margin: 10px 0 20px;
	}

}

@media (min-width: 1025px) and (max-width: 1280px) {

  
  	.area-1 {
  display: grid;
	grid-template-columns: 60% 40%;
	padding: 10px 30px 30px;
	}
		.area-1 div{
    margin: 0 0 20px;
		height: 100%;
		padding: 0;
		
}

    	.area-f {
  display: grid;
	grid-template-columns: 50% 50%;
	padding: 10px 30px 30px;
    text-align: center;
	border-bottom: rgba(0, 145, 217, 0.6) solid 2px;
    margin: 10px 0 20px;
	}

}
  
@media (min-width: 768px) and (max-width: 1024px) {

  

   	.area-1 {
  display: grid;
	grid-template-columns: 67.7% 32.3%;
	padding: 10px 15px 30px;
	margin: 10px 20px;
	}
	.area-1 div{
    margin: 0 0 20px;
		height: auto;
		
}
   	.area-f {
  display: grid;
	grid-template-columns: 50% 50%;
	padding: 10px 15px 30px;
    text-align: center;
	border-bottom: rgba(0, 145, 217, 0.6) solid 2px;
    margin: 10px 0 20px;
	}

  }

@media only screen and (min-width: 961px) {
	
	.area-1 {
  display: grid;
	grid-template-columns: 67.7% 32.3%;
	padding: 10px 60px 0;
	margin: 10px 0 20px;
	}
			.area-1 div{

    margin: 0 0 20px;
	height: auto;
}
.area-1 > div > div > div {
	height: 70px;
}

}
.area-1 > div > div {
	display: block;
	justify-content: space-between; 
    align-items: center;
    
}
/* CSS Document 
.area-1 > div > div > div {
	display: flex;
	align-items: center;
	justify-content: left;
	}*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

  
	.area-1 {
    display: grid;
	grid-template-columns: 67.7% 32.3%;
	padding: 20px 15px 30px;
    text-align: center;
	}
		.area-1 div{
    margin: 0 0 20px;
	height: 100%;
}
     	.area-f {
  display: grid;
	grid-template-columns: 50% 50%;
	padding: 10px 15px 30px;
    text-align: center;
	border-bottom: rgba(0, 145, 217, 0.6) solid 2px;
    margin: 10px 0 20px;
	}
		.area-f div{
		height: 100%;
		
}
.area-1 > div > div > div {
	height: 80px;
}
}
	
@media (min-width: 481px) and (max-width: 767px) {

  	.cd-header-buttons li img{ height: 30px}

 	.area-1 {
  display: grid;
	grid-template-columns: 67.7% 32.3%;
	padding: 10px 0 0;
    text-align: center;
	
}
	.area-1 div{
    margin: 0 0 20px;
}
	   	.area-f {
  display: grid;
	grid-template-columns: 50% 50%;
	padding: 0 15px 30px;
    text-align: center;
	border-bottom: rgba(0, 145, 217, 0.6) solid 2px;
    margin: 10px 0 20px;
	}
	.area-f div{
		height: 100%;
		
}
.area-1 > div > div > div {
	height: 100px;
}
}
@media (min-width: 320px) and (max-width: 480px) {
	.cd-header-buttons li img{ height: 30px}
.area-1 {
    display: grid;
    grid-template-columns: 100%;
    padding: 10px 0 0;
}
	.area-1 div{
    margin: 0 0 20px;
}
   	.area-f {
		padding: 20px 0 20px;
		border-bottom: rgba(0, 145, 217, 0.6) solid 2px;
		border-top: rgba(0, 145, 217, 0.6) solid 2px;
		margin: 10px 0 30px
}
	.area-f div{
		height: 100%;
		
}

	}


.area-1 div, .area-f div {position: relative; z-index: 998; margin-top: 10px; line-height: 1.5;}
.news-txt{
	border-bottom: #ccc dashed 1px;
}

.all-center{    
	display: flex;
    align-items: center;
    justify-content: center;
}

#notfound {
  position: relative;
  height: 100vh;
	background-color:rgba(66, 170, 175, 0.6)
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
	padding: 0 10px
}
#notfound .logo img{
	padding: 15px;
	max-width: 300px;
	height: 100px;
	margin: 0 auto
}

.notfound {
  max-width: 510px;
  width: 100%;
  text-align: center;
}

.notfound .notfound-404 {
  height: 280px;
  position: relative;
  z-index: -1;
	
}

.notfound .notfound-404 h1 {
  font-family: 'Noto Sans TC', helvetica, arial, sans-serif; 
  font-size: 240px;
  margin: 0px;
  font-weight: 900;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url('../images/theme.png') no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: center;
  filter: drop-shadow(0 0 4mm rgb(27, 78, 94));
}


.notfound h2 {
  font-family: 'Noto Sans TC', sans-serif; 
  color: rgba(255,255,255,1);
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
	padding-bottom: 20px;
  border-bottom:rgba(255,69,44,1) solid 1px
}

.notfound p {
  font-family: 'Noto Sans TC', sans-serif; 
  color: #333;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 0px;
	padding: 20px 0;
  border-bottom:rgba(255,69,44,1) solid 1px
}

.notfound a {
  font-family: 'Noto Sans TC', sans-serif; 
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: rgba(255,69,44,1);
  display: inline-block;
  padding: 15px 30px;
  border-radius: 40px;
  color: #fff;
  font-weight: 700;
  -webkit-box-shadow: 0px 4px 15px -5px rgba(255,69,44,1);
          box-shadow: 0px 4px 15px -5px rgba(255,69,44,1);
}

@media (min-width: 1281px) {
	
	#container{
		display: grid;
		grid-template-columns: 23% 77%;
	}
	}
@media (min-width: 1024px) and (max-width: 1280px) {
	
	#container{
		display: grid;
		grid-template-columns: 20% 80%;
	}
	}


@media (min-width: 768px) and (max-width: 1024px) {
	
		#container{
		display: grid;
		grid-template-columns: 20% 80%;
	}
}
@media (min-width: 896px) and (max-width: 1023px) {
	
		#container{
		display: grid;
		grid-template-columns: 100%;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	
		#container{
		display: grid;
		grid-template-columns: 100%;
	}
}
@media (min-width: 933px) and (max-width: 1024px) and (orientation: landscape) {
}
	@media (min-width: 481px) and (max-width: 767px){

        #container{
		display: grid;
		grid-template-columns: 100%;
	
		}
	}
	@media (min-width: 320px) and (max-width: 480px) {
	    #container{
		display: grid;
		grid-template-columns: 100%;
}
	
}


@media only screen and (max-width: 767px) {
    .notfound .notfound-404 {
      height: 142px;
	  
    }
    .notfound .notfound-404 h1 {
      font-size: 8em;
    }

}

.collapsible-body {

    padding: 1rem!important;
}



