:root{
  --hover_color: #a3115f;
  --hover_color2: #ffaa00;
  --slider_img_opacity: linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45));
}
*{
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
}
._noscript{
  color: #f00;
  text-align: center;
  padding: 5px; 
}
html{
  overflow-x:hidden;
  background-color: #f2f2f2;
}
body{
  margin:0;
  padding:0;
  background-color: #f2f2f2;
  font-size: 1.25em;
  font-family:'Microsoft JhengHei','simhei','Arial';
  -webkit-text-size-adjust:none;
  -moz-text-size-adjust:none;
  -ms-text-size-adjust:none;
  text-size-adjust:none;
  overflow-x:hidden;
  cursor: default !important;
}
.justify {
  text-align: justify;
  text-justify: inter-ideograph;
}
a{text-decoration: unset;}
table caption{display: none;}
/**********************************/
header{
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: block;
  z-index: 30;
}
header .header_column{
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 0 0 20px;
  clear: both;
  display: block;
}
header .header_column .logo{
  float: left;
  height: 81px;
  margin: 20px 0;
}
header .header_column .logo h1{
  margin: 0;
  padding: 0;
  font-size: 0;
}
header .header_column .logo h1 a{
  display: block;
  width: 100%;
}
header .header_column .logo h1 a img{
  width: 296px;
  height: 60px;
  margin-top: 10px;
}
header .header_column .menu_option{
  float: right;
}
header .header_column .menu_option .top_column{
  width: 100%;
  clear: both;
  display: block;
  text-align: right;
  padding: 0 20px 22px 0;
}
header .header_column .menu_option .top_column a{
  color: #333;
  text-decoration: unset;
  margin: 0 0 0 10px;
  transition: color 0.3s; -webkit-transition: color 0.3s;
  font-size: 0.8em;
  vertical-align: middle;
}
header .header_column .menu_option .top_column a:hover{
  color: var(--hover_color);
}
header .header_column .menu_option .top_column a .icon{
  width: 24px;
  height: 24px;
  margin: 0 3px 0 0;
  display: inline-block;
  background-color: var(--hover_color);
  position: relative;
  top:-2px;
  vertical-align: middle;
  border-radius:5px;
  transition: background-color 0.3s; -webkit-transition: background-color 0.3s;
}
header .header_column .menu_option .top_column a:hover .icon{
  background-color: var(--hover_color);
}
header .header_column .menu_option .top_column a .icon_login{
  background-image: url(../images/icon_login.svg)
}
header .header_column .menu_option .top_column a .icon_landingpage{
  background-image: url(../images/icon_landingpage.svg)
}
header .header_column .menu_option .top_column a .icon_sitemap{
  background-image: url(../images/icon_sitemap.svg)
}
header .header_column .menu_option .top_column a .icon_facebook{
  background-image: url(../images/icon_facebook.svg)
}
header .header_column .menu_option .top_column a .icon_member{
  background-image: url(../images/icon_member.svg)
}
header .header_column .menu_option .top_column a .icon_logout{
  background-image: url(../images/icon_logout.svg)
}
header .header_column .menu_option .top_column .links_column{
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  border-left: 1px dashed #ccc;
  margin: 0 0 6px 10px;
  vertical-align: middle;
}
header .header_column .menu_option .top_column .links_column a{
  margin: 0 0 0 15px;
  display: inline-block;
}
header .header_column .menu_option .top_column .links_column a img.icon_facebook{
  width: 30px;
  height: 30px;
  display: inline-block;
  -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;
  background-color: #333;
}
header .header_column .menu_option .top_column .links_column a img.icon_facebook{
  background-color: #5065A8;
}
header .header_column .menu_option .top_column .links_column a img.icon_facebook:hover{
  background-color: var(--hover_color);
}
header .menu_column{
  top: -50px;
  clear: both;
  display: block;
  margin: 0 auto;
  text-align: right;
  letter-spacing: -6px;
  transition: top 0.3s; -webkit-transition: top 0.3s;
}
header .menu_column .box_menu{
  position: relative;
  display: inline-block;
  margin: 0 0 0 0;
  letter-spacing: 0;
}
header .menu_column .box_menu a{
  display: block;
  width: 100%;
  text-decoration: unset;
  text-align: left;
  color: #000;
  padding: 10px 18px;
}
header .menu_column .box_menu>a{
  -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
}
header .menu_column .box_menu a:hover{
  color: var(--hover_color);
}
header .menu_column .box_menu>a.hover{
  color: var(--hover_color);
}
header .menu_column .box_menu a .title{
  display: block;
  width: 100%;
}
header .menu_column .box_menu:focus ul.displaynone,
header .menu_column .box_menu:hover ul.displaynone{
  -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
  overflow: hidden;
  display: block;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
header .menu_column .box_menu ul{
  min-width: 100%;
  padding: 0px;
  position: absolute;
  top: 26px;
  left: 0;
  background: #fff;
  list-style: none;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.4); -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.4); box-shadow: 0 1px 5px rgba(0,0,0,0.4);
}
header .menu_column .box_menu ul li{
  white-space:nowrap;
  /*border-bottom: 1px solid #ececec;*/
}
header .menu_column .box_menu ul li:last-child{
  border-bottom: none;
}
header .menu_column .box_menu ul li a{
  padding: 8px 18px;
  font-weight: normal;
  cursor: pointer;
}
header .menu_column .box_menu ul li a:hover{
  background: var(--hover_color);
  color: #fff;
}
/*********************************/
#mobile_menu_column {
  display: none;
  position: absolute;
  top: 60px;
  left: -100%;
  z-index: 999998;
  width: 100%;
  padding: 0 0 0 30%;
  background-color: #f2f2f2;
  text-align: left;
  overflow-y: auto;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -webkit-overflow-scrolling: touch
}
#mobile_menu_column.clicked {
  display: block;
  transform: translateX(70%);
  -webkit-transform: translateX(70%);
  animation: slide .2s;
  -webkit-animation: slide .2s
}
#mobile_menu_column.back {
  display: block;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  animation: slideback .2s;
  -webkit-animation: slideback .2s
}
@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(0%)
  }
  to {
    -webkit-transform: translateX(70%)
  }
}
@keyframes slide {
  0% {
    transform: translateX(0%)
  }
  to {
    transform: translateX(70%)
  }
}

@-webkit-keyframes slideback {
  0% {
    -webkit-transform: translateX(70%)
  }
  to {
    -webkit-transform: translateX(0%)
  }
}
@keyframes slideback {
  0% {
    transform: translateX(70%)
  }
  to {
    transform: translateX(0%)
  }
}
/*option_menu*/
.option_menu{
  width: 100%;
  padding: 0;
  margin: 0;
}
.option_menu .option_title {
  display: block;
  width: 100%;
  color: #000;
  cursor: pointer;
  position: relative;
  padding: 5px 15px;
  background: #ccc;
}
.option_menu .box_menu{
  width: 100%;
  display: block;
  border-bottom: 1px solid #ccc;
}
.option_menu .box_menu a{
  display: block;
  width: 100%;
  color: #000;
  cursor: pointer;
  position: relative;
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
}
.option_menu .box_menu.tedtype .title{
  display: block;
  width: 100%;
  color: #000;
  cursor: pointer;
  position: relative;
  padding: 10px 15px;
}
.option_menu .box_menu.tedtype .title.tedclose .status,
.option_menu .box_menu.tedtype .title.tedopen .status{
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  width: 3em;
  height: 3em;
  display: block;
  line-height: 2.9em;
  text-align: center;
  background-color: var(--hover_color);
  color: #fff;
  -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;
  font-size: 0.7rem;
  white-space: nowrap;
}
.option_menu .box_menu ul{
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.option_menu .box_menu ul li{
  width: 100%;
  display: block;
  list-style: none;
}
.option_menu .box_menu ul li a{
  padding: 10px 15px;
}
.mobile_menu_links_column{
  display: inline-block;
  text-align: center;
  padding: 15px;
  vertical-align: middle;
}
.mobile_menu_links_column a{
  display: inline-block;
}
.mobile_menu_links_column a img.icon_facebook{
  width: 40px;
  height: 40px;
  display: inline-block;
  -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;
  background-color: #333;
}
.mobile_menu_links_column a img.icon_facebook{
  background-color: #5065A8;
}
.mobile_menu_links_column a img.icon_facebook:hover{
  background-color: var(--hover_color);
}
#mobile_menu_column .bottom {
  display: block;
  width: 100%;
  height:180px
}
#mask {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 29;
  transition: background-color 2s;
  -webkit-transition: background-color 2s;
  background-color: rgba(0, 0, 0, 0.7);
}
ul.categoryitems {
  float: right;
  width: 100%;
  padding: 0;
  list-style: none;
  margin: 10px 0 10px 0;
  overflow: hidden;
}
.categoryitems li a{
  width: 100%;
  clear: both;
  list-style: none;
  font-size: 0.8em;
  line-height: 1em;
  display: block;
  padding:8px 0 8px 20px;
  color: #000;
  text-decoration: unset;
  cursor: pointer;
}
header .logo_mobile{
  display: none;
  height: 60px;
  margin: 0 auto;
  width: calc(100% - 95px);
  padding: 0 15px;
  text-align: center;
  font-size: 0;
}
header .logo_mobile a{
  line-height: 0;
  height: 100%;
  display: inline-block;
}
header .logo_mobile a img{
  height: 100%;
  padding: 3px 0;
}
header .option {
  width: 40px;
  height: 60px;
  background-image: url('../images/icon_head_option_agent.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  display: none;
  cursor: pointer;
  font-size: 0em;
  color: transparent;
  overflow: hidden;
}
header .option.close {
  background-image: url('../images/icon_head_option_close.svg')
}
header .option_login {
  position: relative;
  width: 40px;
  height: 60px;
  background-image: url('../images/icon_head_member.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  display: none;
  cursor: pointer;
}
header .option_login.logout{
  background-image: url('../images/icon_head_logout.svg');
}
header .option_login>a{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
}
header .option_login>a:focus{
  background-color: transparent;
}
header .option_login .option_login_menu{
  display: none;
  position: absolute;
  width: 240px;
  right: -10px;
  top: 60px;
  text-align: left;
  background-color: #ECECEC;
  font-size: 0.86em;
  padding: 10px 20px 5px 10px;
  z-index: 999999;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.4); -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.4); box-shadow: 0 1px 5px rgba(0,0,0,0.4);
}
header .option_login .option_login_menu a{
  width: 100%;
  display: block;
  color: #333;
  text-decoration: unset;
  margin: 0 0 10px 10px;
  transition: all 0.3s; -webkit-transition: all 0.3s;
}
header .option_login .option_login_menu a .icon{
  width: 25px;
  height: 25px;
  margin: 0 5px 0 0;
  display: inline-block;
  background-color: #333;
  position: relative;
  top:5px;
  -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;
  transition: all 0.3s; -webkit-transition: all 0.3s;
}
header .option_login .option_login_menu a:hover .icon{
  background-color: #000;
}
header .option_login .option_login_menu a .icon_login{
  background-image: url(../images/icon_login.svg)
}
header .option_login .option_login_menu a .icon_register{
  background-image: url(../images/icon_register.svg)
}
header .option_login .option_login_menu a .icon_member{
  background-image: url(../images/icon_member.svg)
}
header .option_login .option_login_menu a .icon_logout{
  background-image: url(../images/icon_logout.svg)
}
/**********************************/
footer .info_column{
  text-align: center;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 30px 60px;
}

/**********************************/
.mask{
  position: fixed;
  z-index: 999990;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.85);
  display: none; /*block*/
}
.demo{
  position: fixed;
  color: #999;
  font-size: 0.56em;
  font-family: 'Microsoft JhengHei', 'simhei', 'Arial';
  top: 0;  left: 0;
  z-index: 9999999999;
  background-color: rgba(255,255,255,0.15);
  /*display: none;*/
}
/**********************************/
._break_all{
  word-break: break-all;
}
._nowrap{
  white-space: nowrap;
}
/**********************************/
article, footer{
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}
.container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.space{
  display: block;
  width: 100%;
  height: 40px;
}
/**********************************/
.font_size_08em{font-size: 0.8em;}
.font_size_09em{font-size: 0.9em;}
.font_size_10em{font-size: 1.0em;}
.font_size_11em{font-size: 1.1em;}
.font_size_12em{font-size: 1.2em;}
.font_size_13em{font-size: 1.3em;}
.font_size_14em{font-size: 1.4em;}
.font_size_15em{font-size: 1.5em;}
.font_size_16em{font-size: 1.6em;}
.font_size_17em{font-size: 1.7em;}
.font_size_18em{font-size: 1.8em;}
/**********************************/
.font_color_red{color: #cc0000;}
/**********************************/
.text_center{text-align: center;}
.text_right{text-align: right;}
.text_left{text-align: left;}
._text_left{text-align: left !important;}
.cursor_pointer{cursor: pointer;}
/**********************************/
.bg_cover{
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover; -webkit-background-size: cover; -o-background-size: cover; background-size: cover;
}
.bg_contain{
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: contain; -webkit-background-size: contain; -o-background-size: contain; background-size: contain;
}
.bg_top{
  background-position: top center;
}
.bg_bottom{
  background-position: bottom center;
}
/**********************************/
.float_left{float: left;}
.float_right{float: right;}
/**********************************/
.mb-5{margin-bottom: 5px;}
.mb-10{margin-bottom: 10px;}
.mb-20{margin-bottom: 20px;}
.mb-30{margin-bottom: 30px;}
.mb-40{margin-bottom: 40px;}
.mb-50{margin-bottom: 50px;}
.mb-60{margin-bottom: 60px;}
.mb-70{margin-bottom: 70px;}
.mb-80{margin-bottom: 80px;}
.mb-90{margin-bottom: 90px;}
.mb-100{margin-bottom: 100px;}
/*********************************/
.displayinlineblock{
  display: inline-block;
}
.displayblock{
  display: block;
}
.displaynone{
  display: none;
}
.opacity_0{
  opacity: 0;
}
*:focus{
  outline: 2px dashed #ff6600;
  background-color: #fffee1;
}
footer *:focus{
  outline: 2px dashed #fff600;
  background: unset;
}
/*********************************/
.goCenter {
  position: absolute;
  top: 5px;
  left: 50px;
  color: #333;
  z-index: 9999;
  border: 1px solid #333;
  background-color: #fff;
  padding: 0px 10px;
  opacity: 0;
}
.goCenter:focus,
.goCenter:hover{
  opacity: 1;
}
/*********************************/
a.AU{
  position: absolute;
  top: 0px;
  left: 0px;
}
a.AC{
  position: absolute;
  top: 0;
  left: -10px;
}
/**********************************/
/*navgation*/
.navgation_bar{width: 98%; max-width: 1440px; margin:6px auto; font-size: 0.8em; text-align: left;}
.navgation_bar a{text-decoration: unset; color: #666}
.navgation_bar a::after{content: "》"}
.navgation_bar a:last-child::after{content: ""}
.navgation_bar a:hover{color: #FC8F6A;}
.navgation_bar img{width: 18px; height: 18px; position: relative; top:4px;}
/**********************************/
/*表單過寬捲軸設定*/
.scroll_column,
.scroll_column_x_top{
  display:block;
  overflow-x:auto;
  padding:1% 0 1% 0;
  -webkit-overflow-scrolling: touch;
}
.scroll_column::-webkit-scrollbar,
.scroll_column_x_top::-webkit-scrollbar{
  width:5px;
  height:5px;
  background:#f2f2f2;
}
.scroll_column::-webkit-scrollbar-thumb,
.scroll_column_x_top::-webkit-scrollbar-thumb{
  background:#666;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}
.scroll_column_x_width{ 
  display:block;
  height:1px;
}
/**********************************/
/*PAGE*/
.page_container{
  position: relative;
  clear:both;
  width:calc(100% - 20px);
  margin: 0 auto;
  text-align:center;
  z-index: 2;
}
.page_block{
  width: 100%;
  clear:both;
  padding:0;
  text-align:center;
}
.page_block a{
  color:#fff;
  background-color: #037CB0;
  display:inline-block;
  margin:0 0 10px 0;
  padding:5px 15px;
  -webkit-border-radius:25px;
  -moz-border-radius:25px;
  border-radius:25px;
  text-decoration: unset;
}
.page_block a:hover{
  background-color: #026088;
}
.page_block a.page_block_see{
  background-color:#246FA8;
  display:inline-block;
}
.page_block .page_back{
  display:inline-block;
  padding:0;
  margin:0;
  border:none;
}
.page_block .page_prev{
  display:inline-block;
  padding:5px 15px;
  margin:0 5px 0 0;
  border:none;
}
.page_block .page_next{
  display:inline-block;
  padding:5px 15px;
  margin:0 0 0 5px;
  border:none;
}
.page_block .search_button{
  font-size: 1em;
  padding: 3px 5px;
  border: 1px solid #666;
  border-radius: 5px;
  cursor: pointer;
}
/**********************************/
footer{
  position: relative;
  width: 100%;
  margin: -160px 0 0 0;
}
footer .bg_footer_top{
  width: 100%;
  padding-bottom: 7.2917%;
  background: url('../images/bg_footer_top.png') no-repeat top center;
  -moz-background-size: cover; -webkit-background-size: cover; -o-background-size: cover; background-size: cover;
}
/*column_copyright*/
.column_copyright{
  position:relative;
  clear:both;
  width:100%;
  padding:20px;
  margin:0 auto;
  color:#fff;
  background: #cd217f;
  background: linear-gradient(0deg, #480564 0%, #CB2480 100%);
}
.column_copyright .column{
  border-top:none;
  max-width:1070px;
  margin:0 auto;
}
.column_copyright .column .fb{
  float:left;
  margin:30px 0 20px 0;
}
.column_copyright .column .link{
  float:right;
  width:600px;
  margin:10px 0 0 0;
}
.column_copyright .column .link ul{
  text-align:center;
  width:100%;
  padding: 0;
  margin: 20px 0 10px 0;
}
.column_copyright .column .link ul li{
  display:inline-block;
  line-height:30px;
  font-size:1.000em;
  margin:0 10px 0 10px;
}
.column_copyright .column .link ul li a{
  display:inline-block;
  color:#fff;
}
.column_copyright .column .link ul li a:hover{
  border-bottom:1px dashed #fff;
}
.column_copyright .column .link .handicap-free{
  text-align:center;
  width:100%;
}
.column_copyright .column .counts{
  clear:both;
  width:100%;
  text-align:center;
  font-size:0.86em;
  color:#fff;
  margin:20px auto 0 auto;
  padding:20px 0 0 0;
  border-top:0px dotted rgba(0, 0, 0, 0.1);
}
.column_copyright .column .link ul li img{
  vertical-align: bottom;
}
.column_copyright .column .counts img{
  position:relative;
  top:1px;
}
.column_copyright .column .info{
  width:100%;
  text-align:center;
  font-size:0.86em;
  color:#fff;
  margin:10px 0 0 0;
  padding:0 10px;
}
.column_copyright .column .column_info{
  margin: 0 auto;
  display: block;
  text-align: left;
  width: fit-content;
}
.column_copyright .column .column_info .row_info{
  width:100%;
  font-size:0.86em;
  color:#fff;
  margin:10px 0 0 0;
  padding:0 10px;
}
.column_copyright .column .column_info .row_info .host,
.column_copyright .column .column_info .row_info .address,
.column_copyright .column .column_info .row_info .tel,
.column_copyright .column .column_info .row_info .mail{
  display:inline-block;
  margin:0 5px;
}
.column_copyright .column .column_info .row_info .mail a{
  color:#fff;
}
.column_copyright .column .info .service_msg{
  clear:both;
}
.column_copyright .column .e-mail{
  width:100%;
  text-align:center;
  font-size:0.86em;
  color:#fff;
  margin:0 0 0 0;
}
.column_copyright .column .e-mail a{
  color:#fff;
}
.column_copyright .column .e-mail a:hover{
  border-bottom: 1px dashed #fff;
}
/*copyright sitemap_list*/
.sitemap_list{
  width: 100%;
  clear: both;
  overflow: hidden;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}
.sitemap_list>h2{
  width: 100%;
  text-align: center;
  margin:20px 0 30px 0;
}
.sitemap_list>h2 img{
  width: 25px;
  height: 20px;
  position: relative;
  top:0px;
  margin: 0 8px 0 0;
}
.sitemap_list .box_menu{
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 18px 26px 18px;
  border-left: 1px solid #fff;
  padding: 0 0 0 8px;
}
.sitemap_list .box_menu a{
  color: #fff;
}
.sitemap_list .box_menu>a .title{
  font-weight: bold;
  margin: 0 0 10px 0;
  text-align: left;
}
.sitemap_list .box_menu ul{
  margin: 0;
  padding: 0;
}
.sitemap_list .box_menu ul li{
  list-style: none;
  margin: 0 0 2px 0;
}
.sitemap_list a:hover{
  border-bottom: 1px dashed #fff;
}
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/*input物件*/
select {
  background: url(../images/icon-arrow-dwn.png) center right no-repeat;
  padding: 5px 35px 5px 10px;
  border-radius: 5px;
  border: #aaa 1px solid;
  color: #444;
  font-family: helvetica, arial, sans-serif;
  font-size: 0.938em;
  line-height: 20px;
  margin: 10px 0 0 0;
  text-shadow: rgba(255,255,255,.6) 0 1px 0;
  font-family: 'Microsoft JhengHei', 'simhei', 'Arial';
  appearance:none;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari 和 Chrome */
}
select::-ms-expand {
    display: none;
}
select.group_sel{
  background: url(../images/icon-arrow-dwn.png) center right no-repeat;
  padding: 4px 34px 4px 9px;
  background-color: #eee;
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  border-radius:20px;
  border: #aaa 1px solid;
  color: #444;
  font-family: helvetica, arial, sans-serif;
  font-size:0.938em;
  line-height: 20px;
  margin: 10px 0 0 0;
  text-shadow: rgba(255,255,255,.6) 0 1px 0;
  font-family: 'Microsoft JhengHei', 'simhei', 'Arial';
  appearance:none;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari 和 Chrome */
}
.nav_column input[type='text'],
.page_container input[type='text']{
  padding: 5px 34px 5px 9px;
  width:100%;
  max-width:160px;
  background-color: #fff;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  border: #aaa 1px solid;
  color: #444;
  font-family: helvetica, arial, sans-serif;
  font-size:0.938em;
  line-height: 20px;
  margin: 10px 0 5px 0;
  text-shadow: rgba(255,255,255,.6) 0 1px 0;
  font-family: 'Microsoft JhengHei', 'simhei', 'Arial';
  appearance:none;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari 和 Chrome */
}
input[type="checkbox"]{
  background-color: #ddd;
  border-radius: 5px;
  border: #aaa 1px solid;
  height:14px;
  width:14px;
  -webkit-appearance:none;
  vertical-align:text-bottom;
}

input[type="checkbox"]:checked {
  background: #333 url(../images/icon-check.png) no-repeat center center;
  border: #333 1px solid;
}
input[type="radio"]{

}

input[type="radio"]:checked {

}
.input label{
  font-family: 'Microsoft JhengHei', 'simhei', 'Arial';
}
/**********************************/
/**********************************/
.bounceIn {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    transform: scale3d(1, 1, 1);
  }
  5% {
    transform: scale3d(.8, .8, .8);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    transform: scale3d(1, 1, 1);
  }
  5% {
    transform: scale3d(.8, .8, .8);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}
/**********************************/
/***20220913 無障礙修正***/
#rwdmenu_tab_close,
#option_login_menu_tab_close{
  opacity: 0;
  width: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
  display: block;
}
/**********************************/
/*grid*/
.column_grid {
  display: grid;
  gap: 10px;
  margin: 0 0 10px 0;
}

.column_grid_2 {
  grid-template-columns: repeat(2,1fr);
}
@media(max-width:1280px) {
  .column_grid_2 {
    grid-template-columns: repeat(1,1fr);
  }
}
.column_grid_3 {
  grid-template-columns: repeat(3,1fr);
}

.column_grid_4 {
  grid-template-columns: repeat(4,1fr);
}

.column_grid_5 {
  grid-template-columns: repeat(5,1fr);
}

.column_grid_6 {
  grid-template-columns: repeat(6,1fr);
}
.column_grid_2_sign {
  grid-template-columns: repeat(2,1fr);
}
@media(max-width:500px) {
  .column_grid_2_sign {
    grid-template-columns: repeat(1,1fr);
  }
}