﻿@charset "utf-8";
/*-----------------------------------------------------------------------------
[TABLE OF CONTENTS]
    +reset
    +common
    +header
    +content
	    +otherLinkBox
	    +hotLinkBox
    +footer
    +jquery plugin
-----------------------------------------------------------------------------*/
/* reset
*----------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend/*,
table, caption, tbody, tfoot, thead, tr, th, td */ { 
margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
body { line-height: 1;}
ol, ul { list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none;}
:focus { outline: 0;}
ins { text-decoration: none;}
del { text-decoration: line-through;}

/* 2019/01/2 table hard to show radius
table { border-collapse: collapse; border-spacing: 0;}
*/
/* common
*----------------------------------------------------------------------------*/
body, html {
    color: #333;
	background-color: #f9f9f9;
    font-family: Arial, "Heiti TC", 'Microsoft JhengHei', Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.2em;
    -webkit-text-size-adjust: none;
    /*overflow: hidden;
    overflow-x: hidden;*/
}
/**
*
* anchor
*
**/
/* 2019/02/12 adjusted by PL*/
header a:link, a:visited { color: #666; text-decoration: none;}
header a:hover, a:active { color: #e71a0f;} 
footer a:link, a:visited { color: #666; text-decoration: none;}
footer a:hover, a:active { color: #e71a0f;} 
/* a:hover, a:active { color: #e71a0f;} */
/**
*
* clear,clearfix
*
**/
.clear { clear: both;}
.clearfix { display: inline-block;}
.clearfix:after { display: block; visibility: hidden; clear: both; height: 0; font-size: 0; line-height: 0; content: ".";}
* html .clearfix { height: 1%;}
.clearfix { display: block;}
.hidden {display: none;}
/**
*
* input placeholder
*
**/
::-webkit-input-placeholder { color: #8b8b8b;}
:-moz-placeholder           { color: #8b8b8b; opacity: 1;}
::-moz-placeholder          { color: #8b8b8b; opacity: 1;}
:-ms-input-placeholder      { color: #8b8b8b;}
input, select, textarea     { /*-webkit-appearance: none; border-radius: 0;*/}
/**
*
* backtop 
*
**/
.backtop {
    position: fixed;
    right: 25px;
    bottom: 70px;
    width: 40px;
    height: 30px;
    display: none;
    z-index: 22;
}
.backtop a {
    display: block;
    width: 45px;
    height: 45px;
    font-size: 0;
    text-indent: -100000px;
	background: #a6a5a4 url(../images/icon/icon_backtop.png) no-repeat center;
	-moz-background-size: 16px auto;
	-webkit-background-size: 16px auto;
	-o-background-size: 16px auto;
	background-size: 16px auto;
	border-radius:45px;
}
.backtop a:hover {
    background-color: #CC0000;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
/**
*
* width & height
*
**/
.ht10  { height: 10px;}
.ht20  { height: 20px;}
.ht30  { height: 30px;}
.ht70  { height: 70px;}
.ht80  { height: 80px;}
.ht110 { height: 110px;}
[class^="ht"] { clear: both;}
/* Percentage */
.wpe20  { width: 20%;}
.wpe30  { width: 30%;}
.wpe40  { width: 40%;}
.wpe50  { width: 50%;}
.wpe100 { width: 100%;}
/* Pixels */
.wpx10  { width: 10px;}
.wpx150 { width: 150px;}
.wpx160 { width: 160px;}
/**
*
* img
*
**/
img { 
    vertical-align: middle;
}
ul li img {
}
ul li img {
}
.imgZoom5s .photo img,
.imgZoom8s .photo img,
.photo.imgZoom5s img,
.photo.imgZoom8s img {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
}
.imgZoom5s:hover .photo img,
.photo.imgZoom5s:hover  img {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform:scale(1.08);
    -moz-transform:scale(1.08);
    -ms-transform:scale(1.08);
    -o-transform:scale(1.08);
     transform:scale(1.08);
}
.imgZoom8s:hover .photo img,
.photo.imgZoom8s:hover img {
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
     transform:scale(1.2);
}
/**
*
* shadow
*
**/
.imgShadow .photo .shadow,
.photo.imgShadow .shadow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
    filter:alpha(opacity=0);
    -moz-opacity: 0.0;
    opacity: 0.0;
}
.imgShadow:hover .photo .shadow,
.photo.imgShadow:hover .shadow {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
    filter:alpha(opacity= 35);
    -moz-opacity: .35;
    opacity: .35;
}
/* wrapper
*----------------------------------------------------------------------------*/
#wrapper {
    position: relative;
    width: 100%;
	margin: 0 auto;
    padding: 0;
}
.wrapperPage,
.wrapperPage header {
    /*min-width: 1024px;*/
    min-width: 1280px;
}
.wrapperPage footer {
    padding: 30px 0;
    min-width: 1280px;
}
.main { position: relative; margin: 0 auto;}
.wrapperPage section { min-width: 1280px; overflow: hidden;}
.wrapperPage article.crumbBox {	display: block;}
/* header
*----------------------------------------------------------------------------*/
header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 22;
	-webkit-box-shadow: 0 0 5px 1px rgba(150,150,150,0.2);
	-moz-box-shadow: 0 0 5px 1px rgba(150,150,150,0.2);
	box-shadow: 0 0 5px 1px rgba(150,150,150,0.2);
	-webkit-transition: top 0.5s;
	-moz-transition: top 0.5s;
	-o-transition: top 0.5s;
	transition: top 0.5s;
}
header .main {
    max-width: 1280px;
}
header .navbar {
    position: relative;
    height: 64px;
    background: #fff;
    z-index: 10;
}
header .navbar .redBg {
    position: absolute;
    top: 0;
    right: 0;
    left: 50%;
    height: 64px;
	background: #e71a0f;
	overflow: hidden;
}
header .navbar .main .redBg {
    left: 120px;
}
header .navbar .main .redBg:after {
    position: absolute;
    top: -1px;
    left: -1px;
	content:" ";
    border-color: #fff transparent transparent transparent;
    border-style: solid solid solid solid;
    border-width: 82px 92px 0px 0px;
    height: 0px;
    width: 0px;
}
header .navbar .logo {
    position: absolute;
    top: 12px;
    left: 0;
    width: 112px;
    height: 40px;
/* 30th */
    top: 10px;
    width: 180px;
    height: 45px;
    z-index: 1;
/* 30th end */
}
header .navbar .logo a {
    display: block;
}
header .navbar .logo img {
    position: relative;
    width: 100%;
    max-width: 112px;
/* 30th
    max-width: 180px;
 30th end */
	/*-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;*/
    z-index: 9;	
}
header .navbar .logo a:hover img {}
header .navbar .toolsComplex {
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 1;    
}
header .navbar .otherLink {
    position: absolute;
    /*left: 220px;*/
    left: 260px;
    top: 20px;
    z-index: 10;
}
header .navbar .otherLink > a {
    padding: 0 18px 0 15px;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #fff;
    border-right: 1px #fff solid;
}
header .navbar .otherLink > a:last-child {
    padding: 0 0 0 15px;
    border-right: 0;
}
header .navbar .toolsComplex .toolsLink {
    /*margin: 0 10px 0 0;*/
    display: inline-block;
    vertical-align: middle;
}
header .navbar .toolsComplex .toolsLink > a {
    /*margin: 0 10px 0 0;*/
    padding: 0 15px 0 22px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    /*border-right: 1px #fff solid;*/
}
header .navbar .toolsComplex .toolsLink > a.myCenterComplex {
    border-left: 0;
}
header .navbar .toolsComplex > a {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 36px 0 0 0;
    margin: 0 5px;
    color: #fff;
    font-size: 11px;
}
header .navbar .toolsComplex > a:hover {
    color: #c4c4c4;
}
header .navbar .toolsComplex a.retail {
    border-right: 0;
}
header .navbar .toolsComplex a.myCenterComplex { background: url(../images/icon/icon_myCenter_s.png) no-repeat center left;}
header .navbar .toolsComplex a.eCareComplex    { background: url(../images/icon/icon_eservice_s.png) no-repeat center left;}
header .navbar .toolsComplex a.retail          { background: url(../images/icon/icon_retail.png) no-repeat center left;}
header .navbar .toolsComplex a.myCenterComplex,
header .navbar .toolsComplex a.eCareComplex,
header .navbar .toolsComplex a.retail {
	-moz-background-size: 18px auto;
	-webkit-background-size: 18px auto;
	-o-background-size: 18px auto;
	background-size: 18px auto;
}
header .navbar .navMobile,
header .menuMobile {
    display: none;
}
/* content
*----------------------------------------------------------------------------*/
section {
    position: relative;
    width: 100%;
	-webkit-transition: padding-top 0.5s;
	-moz-transition: padding-top 0.5s;
	-o-transition: padding-top 0.5s;
	transition: padding-top 0.5s;
	/*background: #f9f9f9;*/
	color: #333

}
section .main {
	/*20180330 原來 background: #f9f9f9 url(../images/icon/bg_section.gif) repeat-x top;*/
	background: linear-gradient(#cccccc,#f9f9f9,#f9f9f9);
}
.boxShadow { 
    position: relative;
	-webkit-box-shadow: 0 2px 3px 1px rgba(150,150,150,0.15);
	-moz-box-shadow: 0 2px 3px 1px rgba(150,150,150,0.15);
	box-shadow: 0 2px 3px 1px rgba(150,150,150,0.15);
    background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
section .main.even { background: #e9e4de;}
section .main.odd { background: #dedede;}
section .main.otherComplex {
    position: relative;
    margin-top: -1px !important;
    z-index: 1;
}
/**
*
* h2.mainHead
*
**/
section article h2.mainHead {
	position: relative;
    padding: 0 0 0 15px;
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: normal;
    color: #666;
}
section article h2.mainHead:after {
    position: absolute;
    top: 50%;
    left: 0;
	content:"";
	width: 8px;
	height: 8px;
	margin: -4px 0 0 0;
	background: #868686;
}
section article h2.mainHead span {
    font-size: 15px;
}
section article h2.mainHead span em {
    position: relative;
    top: 3px;
}
/**
*
* font
*
**/
.font40b { font-size: 40px !important; font-weight: bold !important;}
.font24b { font-size: 24px !important; font-weight: bold !important;}
.font20b { font-size: 20px !important; font-weight: bold !important;}
.font20  { font-size: 20px !important; font-weight: normal !important;}
.font18b { font-size: 18px !important; font-weight: bold !important;}
.font18  { font-size: 18px !important; font-weight: normal !important;}
.font16b { font-size: 16px !important; font-weight: bold !important;}
.font16  { font-size: 16px !important; font-weight: normal !important;}
.font15b { font-size: 15px !important; font-weight: bold !important;}
.font15  { font-size: 15px !important; font-weight: normal !important;}
.font13  { font-size: 13px !important; font-weight: normal !important;}
/* footer
*----------------------------------------------------------------------------*/
footer {
    padding: 30px 40px;
    position: relative;
	background: #bfbfbf;
    font-size: 12px;
    line-height: 1.6em;
}
footer .logo {
    float: left;
    width: 130px;
    height: 60px;
    margin: 0 20px 5px 0;
}
footer .mobileHdBox {
    margin: -20px -20px 20px -20px;
}
footer .main {
    max-width: 1100px;
}
footer .partnersLogoList,
footer .footerRight {
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}
footer .partnersLogoList {
    padding: 0 15px 0 0;
}
footer .partnersLogoList ul li {
    display: inline-block;
    margin: 4px;
}
footer .partnersLogoList ul li img {
    max-width: 136px;
}
footer .footerRight .linkComplex,
footer .footerRight .copyright {
    text-align: left;
}
footer .monitor { display: block;}
footer .mobile { display: none;}
footer .linkComplex,
footer .copyright {
    text-align: center;
}
footer .linkComplex a {
    display: inline-block;
}
footer .linkComplex a.active {
    color: #e71a0f;
}
footer .copyright {
    color: #666;
}
footer .tools {
    margin: -20px -20px 0 -20px;
    padding: 6px 0;
    text-align: center;
    background: #e9e4de;
}
footer .tools a {
    display: inline-block;
    width: 49%;
    font-size: 13px;
    color: #333;
    height: 24px;
    line-height: 24px;
    border-right: 1px #999 solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
footer .tools a:last-child {
    border-right: 0;
}
footer .tools a img {
    position: relative;
    top: -1px;
    width: 13px;
    vertical-align: middle;
}

@-webkit-keyframes fadeInUp {
  0% { opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px);}
  100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0);}
}
@keyframes fadeInUp {
  0% { opacity: 0; -webkit-transform: translateY(30px); -ms-transform: translateY(30px); transform: translateY(30px);}
  100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0);}
}
body:after {display: none; content: "large";}
@media only screen and (min-width : 768px) {
    body:after {display: none; content: "large";}
}
@media only screen and (max-width : 767px) {
    body:after {display: none; content: "smail";}
}
