@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');

*{
	/**position: relative;
	box-sizing: border-box;**/
	font-family: 'Noto Sans TC', sans-serif !important;
	text-decoration:none;
}
/* CSS Document */
html, div, map, dt, isindex, form {
}
/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
}
.view_close{display: none; }
/**.cb{display: none; }**/
/**.preregister{display: none; }**/
/***/

/****隱藏右側拉霸*******/
html {
    overflow: -moz-hidden-unscrollable;
    height: 100%;
}

body::-webkit-scrollbar {
    display: none;
}

body {
    -ms-overflow-style: none;
    height: 100%;
	width: calc(100vw + 18px);
	overflow: auto;
}
/************/
body {
  font-family: "Montserrat","jf-openhuninn", "Noto Sans CJK TC", "Microsoft JhengHei", PingFang, STHeiti, sans-serif, serif;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  background-color: #f0eff3;
  color: #ccc;
}
font-family: 
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  /**background-image: url("../img/index_02.jpg");**/
  background-size: cover;
  background-repeat: no-repeat;  
  background-position: center;
}
.pc{display: block;}
.mobile{display: none;}
img {
  width: 100%;
  /**display: block;**/
}
h3{
    font-family: Montserrat, sans-serif;
    line-height: 92px;
    margin-bottom: 10px;
    letter-spacing: -0.03em;
    font-size: 76px;
    font-weight: 600;
    font-style: normal;
    color: rgb(232, 51, 38);
    user-select: none;
}
h4{
    line-height: 46px;
    letter-spacing: -0.02em;
    font-size: 30px;
    font-weight: 400;
    color: rgb(7, 29, 52);
    margin-top: 20px;
    margin-bottom: 10px;
    user-select: none;
    font-family: Inter, serif;
}
h5{
  padding: 5px 0 10px;
}
p{
    line-height: 40px;
    font-weight: 400;
    font-size: 22px;
    color: rgb(98, 118, 138);
    margin-top: 14px;
    margin-bottom: 20px;
    user-select: none;
    font-family: Inter, serif;
}


/*****/
a{color: #ccc;}

a:hover {
	color: #fff;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

.txt_style_1{
	color: #ff66cc;
}
.txt_style_2{
	color: #555;
}
.pc {
    display: none;
}



/*****/
#qr{
  position: fixed;
  z-index: 999;
  right: 30px;
  bottom: 30px;  
  width: 80px;  
  padding: 5px 10px 10px;
  border-radius: 5px;  
  background-color: #ffffff;
  cursor:pointer ;
  text-align: center;
  display: block;
}


/***** 導覽列菜單 *****/
.navbar {
	width: 100%;
	height: 70px;
	position: fixed;
	top: 0;
	z-index: 100;
	/**background-color: rgba(0,0,0,0.4);**/
}
.logo {
  height: 50px;
  position: absolute;
  top: 5;
  bottom: 0;
  left: 50px;
  margin: auto; 
  /**background-color: rgba(0,0,0,1.0);**/
}

.logo img {
  width: auto;
  height: 60px;
}

.navbar_nav {
	width: 250px;
	height: calc(100vh - 0px);
	position: fixed;
	top: 0px;
	right: -250px;
	transition: .5s;
	/***background-color: rgba(0,0,0,0.5);***/
}

.navbar_nav a {
	display: block;
	text-decoration: none;
	color: #fff;
	/***border-bottom: 1px solid #000;***/
	text-align: center;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	position: relative;
	/**background-color: rgba(153,255,0,0.5);**/
}
.navbar_nav a:hover {
	/**color: #ff66cc;**/
}
.navbar_nav a .ButtonIndicator{
    display: block;
    width: 0px;
    height: 2px;
    background-color: rgb(255, 255, 255);
    margin-top: 7px;
    transition: width 0.3s ease-in-out;
}
.navbar_nav a:hover .ButtonIndicator{
    width: 100%;
}
.navbar_nav .active .ButtonIndicator{
    width: 100%;
}


#menu_control {
  opacity: 0;
  position: absolute;
}

#menu_control:checked~.navbar_nav_ {
  right: 0;
}
.navbar_nav_show_style_1 {
  right: 0;
}
.navbar_nav_show_style_2 {
  right: -100%;
}
.navbar_nav_btn_close{
	width: 60px;
	margin-left: auto;
  /**background-color: rgba(204,0,204,0.5);**/
}
.navbar_nav_btn_close img{
  width: 100%;
}
.nav_bg{
    position: absolute;
    width: 100%;
    height: 110px;
    pointer-events: none;
    background: linear-gradient(-180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
}

#bg_mask{
  background-color: rgba(204,0,204,0.5);
}
.bg_mask {
  width: 100%;
  height: calc(100vh - 0px);
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  top: 0px;
  right: 0%;
  transition: .5s;
  z-index: 99;
}

#menu_control:checked~.bg_mask {
  right: 0;
}


.menu_btn {
  display: none;
}

/****/
.nav_txt_1{
	display: block;
	margin-top: 100vh;
}
.nav_txt_style_1{
  animation-name: nav_mov_1;
  animation-duration: 0.5s;
  animation-delay: 0.3s;
  animation-ease-out:0.5s;
  animation-iteration-count: 1;/***/
  /**animation-timing-function: linear;**/
  animation-fill-mode: forwards;/***/
}
@keyframes nav_mov_1{
    from {margin-top: 80vh; opacity: 0;}
    50% {opacity: 0.4;}
    to {margin-top: 0vh; opacity: 1;}
}




/**** 頂區塊主視覺 ****/
.main_view_1{
	color: #D6D6D6;
/**	background-color: #996600;**/
	position: relative;
	line-height: 1px;
	min-height: 50px;
	overflow: hidden;	
}


/******有加 particles.js 才須留*****/
.page_bg{
/***	background-color: rgba(0,153,153,0.8);***/
	display: block;
	width: 100%;
	position: absolute;
	top: 0px;
	height: 100%;
}


/**** 首頁刊頭資訊 ****/
.home_info{
    width: 80%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	z-index: 60;
	display: flex;
	top: 50%;
    left: 50%;
    user-select: none;
    transform: translate(-50%, -50%);
    flex-direction: column;
	color:rgba(12,30,52,1.0);;
	/***color:#fff;***/
}
.home_info_item_1{
	width: 100%;
    font-family: Montserrat, serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 20px;
}
.home_info_item_2{
	width: 100%;
    font-family: Montserrat, serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -0.03em;
    text-align: center;
    margin-bottom: 15px;
}
.home_info_item_3{
	width: 100%;
    font-family: Inter, serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.02em;
    max-width: 686px;
    white-space: pre-wrap;
    text-align: center;
    margin: auto;
    z-index: 100000;
}

/****** 內容外圍區塊 ******/
.section_main_1{
	display: block;
	position: relative;
	overflow: hidden;
}
.section_bg_1{
	background-image: url('../img/section_bg_1.jpg');
	display: block;
	position: absolute;
	top: 0px;
	z-index: -1;
}
.section_bg_container{
	position: relative;
}
.section_content_1{
	/***background-color: rgba(255,153,0,0.6);***/
	display: block;
}
/******** 單元 ********/
.content_1{
	width: 94%;
	max-width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    flex-direction: row; /**row-reverse;**/
	display: flex;
	font-family: Inter, sans-serif;
	padding-top: 40px;
	padding-bottom: 60px;
/** background-color: rgba(153,255,50,0.5);	**/
} 
.content_2{
	width: 94%;
	max-width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    flex-direction: row-reverse;
	display: flex;
	font-family: Inter, sans-serif;
	padding-top: 40px;
	padding-bottom: 60px;
    /**background-color: rgba(153,255,50,0.5);	**/
}
/*** 內文區塊 start ***/
.txt_area_1{
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    gap: 10px;
	margin-left: 0px;
	margin-right: 30px;
	padding-bottom: 60px;
}
.txt_area_2{
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    gap: 10px;
	margin-left: 40px;
	padding-bottom: 60px;
	/**background-color: rgba(0,204,255,0.5);	**/
}
.img_area_1{
	width: 100%;
	max-width: 360px;
	position: relative;
	padding-bottom: 25px;
	/**background-color: rgba(204,102,204,0.5);**/	
}

.logos_area_1{
	display: flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	width: 100%;
	text-align: left;
	/***background-color: rgba(204,102,204,0.5);***/
}
.logos_area_1 a{
	line-height: 1px;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:4%;
	/**background-color: rgba(150,102,150,0.5);**/
}
.logos_img_1{
    width: 100%;
    max-width: 220px;
	min-width: 180px;
	/**background-color: rgba(204,102,204,0.5);**/
}
/*** 內文區塊 end ***/


/*****內容圖片區塊*****/
.fguQr {
    position: absolute;
    top: 15px;
    /**left: 10px;**/
    width: 360px;
    height: 616px;
	margin-left: calc(50% - 180px);
    border-radius: 180px;
    opacity: 0.2;
    background-color: rgb(255, 0, 0);
    filter: blur(5px);
}
.ecMxBV {
    width: 360px;
    height: 616px;
	margin-left: calc(50% - 180px);
    border-radius: 180px;
    mask-image: linear-gradient(rgb(255, 0, 0), rgb(255, 0, 0));
}
.igDHgn {
    height: auto;
    width: 360px;
    background: linear-gradient(red, red);
    box-shadow: rgba(0, 0, 0, 0.1) 5px 4px 9px inset;
    mix-blend-mode: normal;
    position: absolute;
}
.fFxStE {
    width: 360px;
    height: 616px;
    position: absolute;
    border-radius: 180px;
    mix-blend-mode: normal;
    background: linear-gradient(179.79deg, rgba(255, 0, 0, 0) 72.48%, rgb(255, 0, 0) 99.82%);
}

/***** 內容文字區塊 *****/
.hqAvNB {
    min-height: 30px;
    display: inline-flex;
    cursor: pointer;
    -webkit-box-align: center;
    align-items: center;
    align-self: flex-start;
}
.krflOi {
    display: inline-block;
    margin-right: 8px;
    color: rgb(7, 29, 52);
    font-size: 18px;
    font-weight: 500;
    font-family: Inter, serif;
}
/***箭頭按鈕***/
.icon_arrow {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-width: 0px;
    border-radius: 100%;
    border-style: solid;
    border-color: rgb(51, 131, 254);
    transition: 0.35s ease-in-out;
}
a:hover .icon_arrow{
	position: relative;
	overflow: hidden;
	animation-name: icon_mov_1;
	animation-duration: 0.6s;
	animation-delay: 0s;
	animation-iteration-count: 1;/***/
	animation-timing-function: ease;
	animation-fill-mode: forwards;/***/	
}
.icon_arrow_img {
	height: 30px;
	width: 60px;
	display: flex;
	transform: scale(1);
	transition: 0.35s ease-in-out;
	color: #FFF;
	background-color: rgb(51, 131, 254);
	background-image: url(../img/icon_arrow_1.png);
	background-repeat: no-repeat;
	background-position: -30px center;
}
a:hover .icon_arrow_img {
	height: 30px;
	width: 60px;
	display: flex;
	transform: scale(1);
	transition: 0.35s ease-in-out;
	color: #FFF;
	background-image: url(../img/icon_arrow_1.png);
	background-repeat: no-repeat;
	background-position: 0px center;
}

.icon_arrow_img.right {
    left: -30px;
}

svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
    overflow: visible;
    box-sizing: content-box;
}
.svg-inline--fa.fa-sm {
    vertical-align: -0.0714285705em;
}
.fa-sm {
    font-size: 0.875em;
    line-height: 0.0714285718em;
    vertical-align: 0.0535714295em;
}
.svg-inline--fa {
    display: var(--fa-display, inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}
/*** 影片數據區塊 ***/
.dWsAVe{
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    display: flex;
    width: 100%;
	max-width: 1200px;
    margin-bottom: 200px;
    margin-top: 200px;
    margin-left: auto;
    margin-right: auto;
	/**background-color: rgba(153,255,50,0.5);**/
} 
.htaa-dd {
    width: 100%;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
	/**background-color: rgba(153,255,50,0.5);**/
}
.FYrlj {
    position: absolute;
    -webkit-mask-image: url(../img/ArrowMask.svg); /**mask 遮罩本地無法預覽**/
    mask-image: url(../img/ArrowMask.svg);
    mask-size: 100%;
    mask-position: left center;
    mask-repeat: no-repeat;
    -webkit-box-pack: start;
    justify-content: flex-start;
    width: 100%;
	/**background-color: rgba(153,255,50,0.5);**/
}
.kKhHAq {
    opacity: 0;
    z-index: 1;
}
.crQdht {
    left: 0px;
    opacity: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    position: absolute;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
}
.kOrCoQ {
    display: flex;
    width: 100%;
    height: auto;
    color: white;
    align-items: flex-start;
    justify-content: space-evenly;
    flex-direction: row;
}
.fkbQjm {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.hSYHuz {
    font-family: Inter, serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 1vh;
}
.evlxsj {
    font-family: Inter, serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}


/***** Footer *****/
.copyright{
	background-color: rgba(12,30,52,1.0);
    font-size: 14px; 
	color: #bcbcbc;
	text-align: center;
	display: block;
	height: auto;
	padding-top: 2%;
	padding-bottom: 2%;
}
.copyright_info_1{
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	display: block;
	/***	justify-content: center;
	text-align: center;
	flex-wrap: wrap;***/
	position: relative;
	/**background-color: #F39;**/
}
.copyright_info_2{
	width: 80%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2f4561;
	padding-top: 20px;
	padding-bottom: 20px;
	/**background-color: #F39;**/
}
.copyright_logo{
	display: flex;
	max-width: 20%;
	min-width: 180px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
.copyright_logo img{
	max-width: 180px;
}

.footer_info_1{
	/**background-color: #99C;**/
	display: none;
	text-align: left;
	line-height: 1.8em;
	padding-top: 8px;
	padding-right: 1%;
	padding-left: 1%;
	margin-bottom: 8px;
	float: right;
}
.footer_info_2{
	/**background-color: #99C;**/
	text-align: center;
	line-height: 1.8em;
	padding-top: 8px;
	padding-right: 1%;
	padding-left: 0%;
	margin-bottom: 8px;
	float: left;
	color: #6c7f95;
}
.divider{
	/**background-color: #CC9;	**/
	line-height: 1em;
	font-size: 10px;
	vertical-align: 20%;
}
.community{
	display: flex;
	float: right;
	/**background-color: #CC9;	**/
}
.community a{
    width: 20px;
	display: flex;
	margin-left: 15px;
	margin-right: 5px;
	position: relative;
}
.community img{
	width: 100%;
}
.community_out{
	/**position: absolute;
	left: 0px;
	top: 0px;**/
	opacity: 1;
}
.community_on{
	position: absolute;
	left: 0px;
	top: 0px;
    opacity: 0;
}
.community a:hover .community_out{
    opacity: 0;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.community a:hover .community_on{
    opacity: 1; 
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}


/*** 主視覺底圖 ***/
.main_img_1{
	width: 100%;
    height:100vh;
/**	background-color: #FF9999;**/
	min-height: 200px;
	padding-bottom: 0%;
}
.main_video{
	top: 0px;
	width: 100%;
	height: 100vh;
	position: sticky;
	object-fit: cover;
	pointer-events: none;
	object-position: center center;
	translate: none;
	rotate: none;
	scale: none;
	transform: translate(0px, 0px);
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.main_img_2{
	width: 100%;
/**	background-color: #FF9999;**/
	min-height: 200px;
}





/* 為寬768px 以上的螢幕 */
@media (min-width: 768px) {
.mobile {
  display: none;
}
.pc {
  display: block;
}
  

/***** 導覽列菜單 *****/
.menu_btn {
  display: none;
}

.navbar_nav {
  width: auto;
  height: 70px;
  display: flex;
  top: 0;
  /***right: 60px;/***有語系***/
  right: 50px;/***無語系***/
}

.navbar_nav a {
  border-bottom: none;
}

.bg_mask {
  right: -100%;
}
  
}

/* 為寬1800px-2048px 的螢幕 */
@media (min-width: 1800px) and (max-width: 2048px) {

}

/* 為寬1280px 以下的螢幕 */
@media only screen and (max-width: 1280px) {

/********單元********/
.content_1{
	width: 94%;
	display: block;
}
.content_2{
	width: 94%;
	display: block;
}
/*** 內文區塊 start ***/
.txt_area_1{
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    gap: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
.txt_area_2{
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    gap: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
.img_area_1{
	width: 100%;
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	/**background-color: rgba(153,255,50,0.5);**/
}

.btn_community a{
	display: block;
	width: 18%;
	max-width: 54px;
	min-width: 40px;
	height: auto;
	margin-left: 10px;
	margin-right: 10px;
}

}

/* 為寬768px-1024px 的螢幕 */
@media (min-width: 768px) and (max-width: 1024px) {

}

/* 為寬768px 以下的螢幕 */
@media only screen and (max-width: 768px) {
.pc {
    display: none;
}
#qr{    
  display: none;
}

/*****導覽列菜單*****/
.navbar_nav {
	background-color: rgba(25,20,70,1);
}
.navbar_nav a .ButtonIndicator{
    display: none;
}


.logo {
  height: 42px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}

.logo img {
  width: auto;
  height: 42px;
}

.menu_btn {
  width: 50px;
  height: 50px;
  /**background: #000000;**/
  position: absolute;
  top: 5px;
  right: 8px;
  margin: auto;
  display: block;
  /**cursor: pointer;**/
}

.menu_btn span {
  opacity: 0;
  width: 1px;
  height: 1px;
}

.menu_btn::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 4px;
  left: 7px;
  background: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  box-shadow: 0 10px 0 #fff, 0 -10px 0 #fff;
  border-radius:6px;
}

.navbar_nav_btn_close{
	width: 36px;
	display: block;
	margin-top: 10px;
	margin-left: auto;
	margin-right: 20px;
    /***background-color: rgba(204,0,204,0.5);***/
}

.bg_mask {
  right: 0;
}





/*****Footer*****/
.copyright{
    font-size: 14px; 
	padding-top: 5%;
	padding-bottom: 3%;
}
.copyright_info_1{
	margin-bottom: 20px;
}
.copyright_info_2{
	width: 92%;/***/
	clear: both;
}
.copyright_logo{
	display: flex;
	justify-content: center;
	max-width: 100%;
	width: 100%;
	text-align: center;
	margin-bottom: 1em;
}
.copyright_logo img{
	max-width: 180px;
}
.footer_info_1{
	width: 100%;
	line-height: 1.8em;
	text-align: center;
	padding-right: 1%;
	padding-left: 1%;
	margin-bottom: 0px;
}
.community{
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	float: right;
}
.community a{
	width: 20px;
	/**max-width: 60px;**/
	/**min-width: 30px;**/
	/***background-color: #F39;***/
}
.community_mobile{
	width: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	margin-top: 6%;
	margin-bottom:0%;
}



  
/****單元****/
.content_1{
  width: 94%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 30px;
} 
.content_2{
  width: 94%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 30px;
}

/*** 影片數據區塊(手機) ***/
.gRzgfm {
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    display: flex;
    width: 100%;
	max-width: 1200px;
    margin-bottom: 100px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
	/**background-color: rgba(153,255,50,0.5);**/
}
.kYakIh {
    display: flex;
    width: 100%;
    overflow: hidden;
    margin-bottom: 1024px; 
}
.iZKCPh {
    display: flex;
    width: 100%;
	height: 100%;
    margin-top: 50px;
	background-color: #F39;
}
.SPeQQ {
    left: 0px;
    width: 100%;
    z-index: 2;
    display: flex;
    position: absolute;
}
.feWOTS {
    display: flex;
    width: 100%;
    height: 945px;
    color: white;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}
.eIQIcP {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
}
.kvcHRV {
    position: absolute;
    z-index: 1;
    display: flex;
    height: 100%;
    opacity: 0.6;
    margin-left: -150px;
    -webkit-box-align: center;
    align-items: center;
}


}


/* 為寬480px 以下的螢幕 */
@media only screen and (max-width: 480px) {
.pc{display: none;}
.mobile{display: block;}
h3{
    line-height: 6vh;
    margin-bottom: 15px;
    letter-spacing: -0.03em;
    font-size: 2.5em;
    font-weight: 600;
    font-style: normal;
    color: rgb(232, 51, 38);
    user-select: none;
}
h4{
    line-height: 46px;
    letter-spacing: -0.02em;
    font-size: 1.8em;
    font-weight: 400;
    color: rgb(7, 29, 52);
    margin-top: 20px;
    margin-bottom: 10px;
    user-select: none;
    font-family: Inter, serif;
}
/********單元********/
.content_1{
	width: 90%;
	display: block;
	padding-bottom: 30px;
}
.content_2{
	width: 90%;
    margin-left: auto;
    margin-right: auto;
	display: block;
	padding-bottom: 30px;
}
/*** 內文區塊 start ***/
.logos_area_1{
	display: flex;
	flex-wrap:wrap;
	justify-content:center;
	width: 100%;
	text-align: center;
}
.logos_area_1 a{
	padding: 0px;
	line-height: 1px;
}
.logos_img_1{
    max-width: 150px;
	min-width: 130px;
}
/*** 內文區塊 end ***/

/*****Footer*****/
.copyright{
	padding-bottom: 1%;
}
.copyright_info_1{
	/**display: none;**/
}
.copyright_info_2{
	border: none;
	padding-top: 10px;
	padding-bottom: 0px;
}
.community{
	display: flex;
	float: right;
	width: 100%;
	justify-content: space-evenly;
}
.community a{
    width: 32px;
}
.footer_info_2{
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-right: 1%;
	padding-left: 1%;
	margin-bottom: 8px;
}
}



/*************/
/* NOTE: 火星上飄效果*/
html {
height: 100%;

}



@keyframes animStar {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-2000px);
  }
}
/*************/

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
