﻿@charset "utf-8";
/* CSS Document */

/* navm----------------------------------------------------------------------------------------------------------- */

.insertnav a {
	font-family: Calibri;
	font-weight: bold;
	color:black;
	float: left;
	height: 28px;
	width: 70px;
	text-decoration: none;
	text-align : center; 
	background:#E8E8E8;
}

.insertnav2 a {
	font-family: Calibri;
	font-weight: bold;
	color:black;
	float: left;
	height: 28px;
	width: 70px;
	text-decoration: none;
	text-align : center; 
	background:#E8E8E8;
}

.insertnav3 a {
	font-family: Calibri;
	font-weight: bold;
	color:black;
	float: left;
	height: 28px;
	width: 105px;
	text-decoration: none;
	text-align : center; 
	background:#E8E8E8;
}
/*font*/
.font1{
	font-family: Calibri;
	font-size: 20px;
	font-weight:bold;
	text-align: center;
	text-align: center;
	color: #B4B4B4;
}
.font2{
	font-family: Calibri;
	font-size: 20px;
	color: white;
	font-weight: bolder;
	align: center;
	text-align: center;
}

/*middle div*/
.box_model {
	width: 480px;
	height: 100px;
	
	position: absolute;
	left: 47%;
	top: 35%;
	
	/*margin-top: -50px;*/
	margin-left: -210px;
}
.box_update {
	width: 100%;
	height: 100%;
	
	padding-top: 7%;
	/*position: absolute;
	left: 48%;
	
	margin-top: -50px;
	margin-left: -210px;*/
}

.box_update2 {
	width: 100%;
	height: 100%;
	
	padding-top: 4%;
}

/*button style*/
.button_b1 {
    border: 1;
    background: none;
    border-color: #FFFFFF;
    color: white;
    padding: 3px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.button_b2 {
    border: 1;
    background: none;
    border-color: #FFFFFF;
    color: white;
    padding: 3px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.footer_1 {	
	margin-top: -4%;
	color:#bababa;
}
.footer_1 a {
	font-family: 'Noto Sans SC', sans-serif;
    font-size: 14px;
	color:#bababa;
	text-decoration: none;
	text-align : center;
	transition: color 0.3s , width 0.3s;
}
.footer_1 a:hover {
	color:#bababa;
	width: 100%;
}

.footer_2 {	
	margin-top: 17%;
	color:#3F3F3F;
}
.footer_2 a {
	font-family: 'Noto Sans SC', sans-serif;
    font-size: 14px;
	color:#3F3F3F;
	text-decoration: none;
	text-align : center;
	transition: color 0.3s , width 0.3s;
}
.footer_2 a:hover {
	color:#3F3F3F;
	width: 100%;
}



/*arrow hover*/
.arrow_h1 {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.arrow_h1 :after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 0;
  right: 80px;
  transition: 0.5s;
}

.arrow_h1:hover span {
  padding-left: 20px;
}

.arrow_h1:hover span:after {
  opacity: 1;
  left: 0;
}


.change_nav_2 { 
	background:#000000;
	width: 100%
	transition: color 0.3s , border 0.3s;
} 

.change_nav_2 :hover {
	width: 100%
	background:#F2F2F2;
}



.back_1 {
	padding: 3px;
}

.tit_1 {	
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 22px;
  color: #d31e44;
  /*background: #9ea6a8*/;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding:7px;
  padding-right:35px;
}

.tit_s1 {
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 16px;
  color: #000000;
}

.main {
  margin: 0px auto; /* firefox */
  *margin: 0px auto; /* ie7 */
  _margin: 0px auto; /* ie6 */
  width:300px;
  /*height:180px;*/
  padding: 0px 40px 0px 20px;
  text-align:left;
} 

@media screen and (min-width:800px) {
 .bg_l1 {
 	 background: linear-gradient( #2d2d2d , #292929 70% , #1e1e1e ,#111111);
 	 height:100vh;
 }

.bg_r1 {
	background: linear-gradient(225deg, transparent 0%, #cecece 100%);
 	height:100vh;
}
}

/*pad size*/
@media screen and (max-width:1920px) {
 .bg_l1 {
 	 background: linear-gradient( #2d2d2d , #292929 70% , #1e1e1e ,#111111);
 	 min-height: 950px;
 }

.bg_r1 {
	background: linear-gradient(225deg, transparent 0%, #cecece 100%);
 	 min-height: 950px;
}
}

.bg_a1 {
	background: linear-gradient(225deg, transparent 0%, #cecece 100%);
	width: 100%;
 	height:100vh;
	/*min-height: 946px;*/
	padding-top: 10%;
}

.right-arrow {
    display :inline-block;
    position: relative;
    width: 36px;
    height: 36px;
    margin-right: 20px;
}

.right-arrow:after {
    display: inline-block;
    content: " ";
    height: 18px;
    width: 18px;
    border-width: 4px 4px 0 0;
    border-color: #c7c7cc;
    border-style: solid;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    top: 50%;
    right: 6px;
    margin-top: -9px;
}

/*.right-arrow {
	display: inline-block;
	position: relative;
	background: orange;
	padding: 15px;
}
.right-arrow:after {
	content: '';
	display: block;  
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid orange;
}*/

.wel_1 {
  margin-top: 12%;
  border:#000000 8px solid;
  height: 60%;
  width: 50%; 
  margin-left: 25%;
  margin-right: 20%;
  margin-bottom: 12%;
}
.wel_f1 {
  margin-top: 15%;
  /*margin-bottom: 15%;*/
}

/*第一層*/
ul { /* 取消ul預設的內縮及樣式 */
	margin: 0;
    padding: 0;
    list-style: none;
}

ul.drop-down-menu {
    /*border: #ccc 1px solid;*/
    display: inline-block;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 13px;
    min-width: 460px
}

ul.drop-down-menu li {
    position: relative;
    white-space: nowrap;
    /*border-right: #ccc 1px solid;*/
    width: 150px;
    text-align: center;
}

ul.drop-down-menu > li:last-child {
    /*border-right: none;*/
}

ul.drop-down-menu > li {
	float: left; /* 只有第一層是靠左對齊*/
}

ul.drop-down-menu a {
    background-color: #fff;
    color: #333;
    display: block;
    padding: 0 30px;
    text-decoration: none;
    line-height: 40px;
}

ul.drop-down-menu a:hover { /* 滑鼠滑入按鈕變色*/
    background-color: #d31e44;
    color: #fff;
}

ul.drop-down-menu li:hover > a { /* 滑鼠移入次選單上層按鈕保持變色*/
    background-color: #d31e44;
    color: #fff;
}

/*第二層*/
ul.drop-down-menu ul {
    /*border: #ccc 1px solid;*/
    position: absolute;
    z-index: 99;
    /*left: -1px;*/
    top: 100%;
}

ul.drop-down-menu ul li {
    /*border-bottom: #ccc 1px solid;*/
}

ul.drop-down-menu ul li:last-child {
    /*border-bottom: none;*/
}

ul.drop-down-menu ul ul { /*第三層以後的選單出現位置與第二層不同*/
    z-index: 999;
    top: 10px;
    left: 90%;
}

ul.drop-down-menu ul { /*隱藏次選單*/
    /*left: 99999px;*/
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

ul.drop-down-menu li:hover > ul { /* 滑鼠滑入展開次選單*/
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    /*left: -1px;*/
    /*border-right: 5px;*/
}

ul.drop-down-menu li:hover > ul ul { /* 滑鼠滑入之後、次選單之後的選單依舊隱藏*/
    left: 99999px;
}

ul.drop-down-menu ul li:hover > ul { /* 第二層之後的選單展開位置*/
    left: 90%;
}


.error {
	color: #FF0000;
}