@charset "UTF-8";
@import url(/st_ec/css/resetStyle.css);
.st-row {
  margin-left: -15px;
  margin-right: -15px;
}

.st-row:after {
  content: '';
  display: block;
  clear: both;
}

[class*=st-col-] {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.st-col-lg-1, .st-col-md-1, .st-col-sm-1, .st-col-xs-1 {
  width: 8.33333%;
}

.st-col-lg-2, .st-col-md-2, .st-col-sm-2, .st-col-xs-2 {
  width: 16.66667%;
}

.st-col-lg-3, .st-col-md-3, .st-col-sm-3, .st-col-xs-3 {
  width: 25.0%;
}

.st-col-lg-4, .st-col-md-4, .st-col-sm-4, .st-col-xs-4 {
  width: 33.33333%;
}

.st-col-lg-5, .st-col-md-5, .st-col-sm-5, .st-col-xs-5 {
  width: 41.66667%;
}

.st-col-lg-6, .st-col-md-6, .st-col-sm-6, .st-col-xs-6 {
  width: 50.0%;
}

.st-col-lg-7, .st-col-md-7, .st-col-sm-7, .st-col-xs-7 {
  width: 58.33333%;
}

.st-col-lg-8, .st-col-md-8, .st-col-sm-8, .st-col-xs-8 {
  width: 66.66667%;
}

.st-col-lg-9, .st-col-md-9, .st-col-sm-9, .st-col-xs-9 {
  width: 75.0%;
}

.st-col-lg-10, .st-col-md-10, .st-col-sm-10, .st-col-xs-10 {
  width: 83.33333%;
}

.st-col-lg-11, .st-col-md-11, .st-col-sm-11, .st-col-xs-11 {
  width: 91.66667%;
}

.st-col-lg-12, .st-col-md-12, .st-col-sm-12, .st-col-xs-12 {
  width: 100.0%;
}

.no-padding {
  padding: 0px !important;
}

header {
  font-family: Arial, "Microsoft JhengHei" , "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 10px;
}

header .container {
  width: 950px;
  padding: 0px !important;
}

header .pull-left {
  float: left;
}

header .pull-right {
  float: right;
}

header a {
  cursor: pointer;
}

header a:link, header a:visited {
  color: #222;
}

.header-top {
  background: #2d7cd1;
  min-height: 5px;
}

.header-top ul {
  list-style: none;
  font-size: 0px;
}

.header-top ul li {
  display: inline-block;
  vertical-align: top;
  border-left: solid 1px rgba(255, 255, 255, 0.3);
  position: relative;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
}

.header-top ul li:last-of-type {
  border-right: solid 1px rgba(255, 255, 255, 0.3);
}

.header-top ul li > a {
  color: #fff;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  display: inline-block;
  padding: 0px 12px;
  text-decoration: none;
}

.header-top ul li:hover > a {
  background: #fff;
  color: #000;
}

.header-top ul li .st-dropdown-menu-list li {
  display: block;
}

.header-top ul li.header-top-login:hover a {
  background: none;
  color: #fff;
}

.header-top ul li.header-top-login a:hover {
  background: #fff;
  color: #000;
}

.header-bottom {
  background: #fff;
  border: none;
  border-radius: 0px;
  margin: 0px;
}

.header-bottom .navbar-header {
  float: left;
}

.header-bottom .navbar-header .logo {
  height: auto;
  padding: 0px;
  margin: 16px 0px;
  width: auto;
  position: relative;
  overflow: visible;
}

.header-bottom .navbar-header .logo img {
  width: 194px;
}

.header-bottom .navbar-collapse {
  padding: 0px;
}

.header-bottom .navbar-collapse > ul {
  margin: 0px;
  float: right;
  list-style: none;
  position: relative;
}

.header-bottom .navbar-collapse > ul > li {
  float: left;
}

.header-bottom .navbar-collapse > ul > li > a {
  text-decoration: none;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  display: block;
  text-align: center;
  padding: 10px 0px;
  width: 80px;
  color: #004ea2;
  font-size: 15px;
  line-height: 16px;
  font-weight: bold;
  letter-spacing: -1px;
}

.header-bottom .navbar-collapse > ul > li > a i {
  width: 60px;
  height: 27px;
  background: url(../img/navIcons.png);
  display: block;
  margin: 0 auto 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.header-bottom .navbar-collapse > ul > li > a i.nav-icon-gfg {
  background-position: -16px -10px;
}

.header-bottom .navbar-collapse > ul > li > a i.nav-icon-tour {
  background-position: -120px -10px;
}

.header-bottom .navbar-collapse > ul > li > a i.nav-icon-fit {
  background-position: -224px -10px;
}

.header-bottom .navbar-collapse > ul > li > a i.nav-icon-htl {
  background-position: -16px -55px;
}

.header-bottom .navbar-collapse > ul > li > a i.nav-icon-gdg {
  background-position: -120px -55px;
}

.header-bottom .navbar-collapse > ul > li > a i.nav-icon-hdp {
  background-position: -224px -55px;
}

.header-bottom .navbar-collapse > ul > li > a i.nav-icon-tkt {
  background-position: -16px -103px;
}

.header-bottom .navbar-collapse > ul > li > a i.nav-icon-khh {
  background-position: -120px -103px;
}

.header-bottom .navbar-collapse > ul > li > a i.nav-icon-txg {
  background-position: -224px -103px;
}

.header-bottom .navbar-collapse > ul > li.other > a {
  background: #f1f0e8;
}

.header-bottom .navbar-collapse > ul > li.other:hover > a {
  background: rgba(45, 124, 209, 0.1);
}

.header-bottom .navbar-collapse > ul > li:hover > a {
  background: rgba(45, 124, 209, 0.1);
}

.header-bottom .navbar-collapse > ul > li:hover .mega-sub-menu {
  /*visibility: visible;*/
  /*opacity: 1;*/
  display:block;
  /*-webkit-transition: 0.3s 0.5s ease opacity;*/
  /*-o-transition: 0.3s 0.5s ease opacity;*/
  /*transition: 0.3s 0.5s ease opacity;*/
  animation:mymove .5s forwards;
  -webkit-animation:mymove .5s forwards; /*Safari and Chrome*/
}
@keyframes mymove
{
0% {opacity:0;}
100% {opacity:1;}
}

.header-bottom.member-type .navbar-collapse > ul > li > a {
  width: auto;
  padding: 10px 16px;
}

.header-bottom.member-type .navbar-collapse > ul > li > a i {
  background: none;
  font-size: 24px;
  line-height: 27px;
  color: #2965ae;
}

.header-bottom .st-dropdown-menu {
  position: relative;
}

.header-bottom .st-dropdown-menu ul.st-dropdown-menu-list {
  width: 120px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  border-top: solid 4px #004ea2;
}

.fake-header-bg {
  background: #fff;
  border-bottom: solid 1px #e0e0e0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  width: 15px;
  width: 100%;
  height: 95px;
  margin-bottom: -95px;
}

.fake-header-bg#fakeHeaderBgLeft {
  left: -15px;
}

.fake-header-bg#fakeHeaderBgRight {
  right: -15px;
}

.fake-header-bg-top {
  height: 26px;
  background: #2d7cd1;
}

.st-dropdown-menu:hover ul.st-dropdown-menu-list {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s 0.5s ease opacity;
  -o-transition: 0.3s 0.5s ease opacity;
  transition: 0.3s 0.5s ease opacity;
}

ul.st-dropdown-menu-list {
  position: absolute;
  width: 100%;
  top: 100%;
  right: 0px;
  background: #fff;
  -webkit-box-shadow: 0px 12px 18px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 12px 18px rgba(0, 0, 0, 0.35);
  z-index: 900;
  margin: 0px;
  padding: 0px;
  border-radius: 0px 0px 4px 4px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}

ul.st-dropdown-menu-list > li {
  border: none;
  border-bottom: solid 1px #e6e6e6;
  float: none;
  list-style: none;
}

ul.st-dropdown-menu-list > li > a {
  padding: 9px 8px;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

ul.st-dropdown-menu-list > li > a:hover {
  background: #f0f0e8;
}

.menu-btn > a {
  display: block;
  text-align: center;
  position: relative;
}

.menu-btn > a i {
  position: relative;
  background: none !important;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 19px;
  height: 20px;
  margin: 0 auto;
  padding: 4px 0px 0px 20px;
}

.menu-btn > a i span {
  width: 19px;
  height: 2px;
  background: #004ea2;
  display: block;
  margin: 2px 0px;
  -webkit-transition: 0.8s ease all;
  -o-transition: 0.8s ease all;
  transition: 0.8s ease all;
}

.menu-btn > a i span:nth-of-type(3) {
  width: 10px;
}

.menu-btn > a i span:nth-of-type(4), .menu-btn > a i span:nth-of-type(5) {
  opacity: 0;
  position: absolute;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  top: 8px;
}

.menu-btn:hover > a {
  background: #004ea2 !important;
  color: #fff !important;
}

.menu-btn:hover > a span {
  background: #fff;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.menu-btn:hover > a span:nth-of-type(1), .menu-btn:hover > a span:nth-of-type(2), .menu-btn:hover > a span:nth-of-type(3) {
  opacity: 0;
}

.menu-btn:hover > a span:nth-of-type(4), .menu-btn:hover > a span:nth-of-type(5) {
  opacity: 1;
}

.menu-btn:hover > a span:nth-of-type(4) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-btn:hover > a span:nth-of-type(5) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mega-sub-menu {
  position: absolute;
  width: 950px;
  top: 100%;
  right: 0px;
  z-index: 900;
  z-index: 1043;
  border-top: solid 4px #004ea2;
  background: #fff;
  -webkit-box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.16);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 24px;
  height: 332px;
  border-radius: 0px 0px 4px 4px;
  /*opacity: 0;＊/
  /*visibility: hidden;*/
  display: none;
}

.mega-sub-menu-list {
  float: left;
  width: 100%;
}

.mega-sub-menu-list-area-tit {
  font-size: 19px;
  font-weight: bold;
  color: #004ea2;
  border-bottom: solid 1px #004ea2;
  padding: 0px 0px 8px;
  margin: 0px 0px 7px;
}

.mega-sub-menu-list-area .st-row {
  margin: 0px -7px;
}

.mega-sub-menu-list-area .st-row > div {
  padding: 0px 7px;
}

.mega-sub-menu-list-link a {
  display: block;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  text-decoration: none;
  font-size: 15px;
  line-height: 21px;
  color: #545454;
  padding: 3px 3px;
  letter-spacing: -1px;
}

.mega-sub-menu-list-link a:hover {
  color: #2d7cd1;
}

.mega-sub-menu-item-tit {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  padding: 4px 0px;
  color: #000;
}

.mega-sub-menu-item-tit a {
  color: #000;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  text-decoration: none;
  display: block;
}

.mega-sub-menu-item-tit a:hover {
  color: #2d7cd1;
}

.mega-sub-menu:after {
  content: '';
  display: block;
  clear: both;
}

.mega-sub-menu-second {
  list-style: none;
}

.mega-sub-menu-second label {
  margin: 0px;
}

.mega-sub-menu-second-btn {
  cursor: pointer;
  text-align: center;
  float: left;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  font-size: 15px;
  line-height: 20px;
  width: 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: solid 1px #e6e6e6;
  position: relative;
  z-index: 1;
}

.mega-sub-menu-second-info {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 119px;
  padding: 15px 25px;
  border-left: solid 1px #e6e6e6;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  background: #fff;
  display: none;
}

.mega-sub-menu-second-info-tit {
  font-size: 19px;
  line-height: 24px;
  border-bottom: solid 2px #2d7cd1;
  position: relative;
  padding-bottom: 5px;
}

.mega-sub-menu-second-info-tit:before, .mega-sub-menu-second-info-tit:after {
  content: '';
  position: absolute;
  bottom: -2px;
  height: 2px;
}

.mega-sub-menu-second-info-tit:before {
  left: 0px;
  background: #e73155;
  width: 20px;
}

.mega-sub-menu-second-info-tit:after {
  right: 50px;
  background: #fff;
  width: 10px;
  -webkit-box-shadow: 6px 0px 0px #fff, 27px 0px 0px #fff, 46px 0px 0px #fff;
  box-shadow: 6px 0px 0px #fff, 27px 0px 0px #fff, 46px 0px 0px #fff;
}

.mega-sub-menu-second-info-tit i,
.mega-sub-menu-second-info-tit span,
.mega-sub-menu-second-info-tit strong,
.mega-sub-menu-second-info-tit a {
  vertical-align: middle;
}

.mega-sub-menu-second-info-tit i {
  color: #004ea2;
}

.mega-sub-menu-second-info-tit i.fa-angle-double-right {
  font-size: 15px;
  vertical-align: baseline;
}

.mega-sub-menu-second-info-tit a {
  color: #004ea2;
}

.mega-sub-menu-second-info-tit a:hover {
  color: #3d4c98;
}

.mega-sub-menu-second-info-tit a:link, .mega-sub-menu-second-info-tit a:visited {
  color: #004ea2;
}

.mega-sub-menu-second-info-tit-more-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 14px;
}

.mega-sub-menu-second-info-item {
  padding: 10px 0px;
}

.mega-sub-menu-second-info-item-area {
  margin: 5px 0px;
}

.mega-sub-menu-second-info-item-tit {
  font-size: 16px;
  line-height: 21px;
}

.mega-sub-menu-second-info-item-tit strong,
.mega-sub-menu-second-info-item-tit span {
  vertical-align: middle;
}

.mega-sub-menu-second-info-item-tit a:visited {
  color: #222;
}

.mega-sub-menu-second-info-item-tit + .mega-sub-menu-second-info-item-link {
  margin-top: 3px;
}

.mega-sub-menu-second-info-item-link {
  list-style: none;
  font-size: 0px;
  margin: 0px -10px;
}

.mega-sub-menu-second-info-item-link li {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 20px;
  padding: 2px 10px;
}

.mega-sub-menu-second-info-item-link li a {
  display: block;
}

.mega-sub-menu-second-info-item-link li a:visited {
  color: #222;
}

.mega-sub-menu-second-info-ad {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.mega-sub-menu-second > li:last-of-type .mega-sub-menu-second-btn {
  border-bottom: none;
}

.mega-sub-menu-second > li:after {
  content: '';
  display: block;
  clear: both;
}

.mega-sub-menu-second > li:hover .mega-sub-menu-second-btn {
  background: rgba(45, 124, 209, 0.1);
}

.mega-sub-menu-second > li:hover .mega-sub-menu-second-info {
  opacity: 1;
  visibility: visible;
}

.mega-sub-menu-second > li input[type=radio] {
  display: none;
}

.mega-sub-menu-second > li input[type=radio]:checked + label .mega-sub-menu-second-btn {
  background: rgba(45, 124, 209, 0.1);
}

.mega-sub-menu-second > li input[type=radio]:checked + label + .mega-sub-menu-second-info {
  display: block;
}

.gfg.mega-sub-menu .mega-sub-menu-second-btn,
.gdg.mega-sub-menu .mega-sub-menu-second-btn {
  padding: 17px 0px;
}

.fit.mega-sub-menu,
.tour.mega-sub-menu {
  height: 200px;
}

.fit .mega-sub-menu-second-info,
.tour .mega-sub-menu-second-info {
  left: 0px;
  border: none;
  display: block;
}

.tkt.mega-sub-menu .mega-sub-menu-second-btn {
  padding: 14px 0px;
}

.tkt.mega-sub-menu {
  height: 200px;
}

.mega-sub-menu.tour {
  margin: 0px;
}

.mega-sub-menu.tour li a {
  display: inline;
}

/* 配合新版頭更新網站風格 */

/*# sourceMappingURL=header.css.map */