body {
  background: none repeat scroll 0 0 #ffffff;
  color: #434343;
  font: 14px/18px "微軟正黑體", "HelveticaNeue", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  margin: 0;
  padding: 0;
}

a {
  color: #ff3c00;
  moz-transition: color;
  moz-transition-duration: 2000ms;
  o-transition: color;
  o-transition-duration: 2000ms;
  text-decoration: none;
  transition: color;
  transition-duration: 2000ms;
  webkit-transition: color;
  webkit-transition-duration: 2000ms;
}

a:visited {
  /*color: #3656c3;*/
}

a:hover {
  color: #f93599;
  moz-transition: color;
  moz-transition-duration: 300ms;
  o-transition: color;
  o-transition-duration: 300ms;
  transition: color;
  transition-duration: 300ms;
  webkit-transition: color;
  webkit-transition-duration: 300ms;
}

a:hover img,
a img:hover {
  opacity: 0.7;
  transition: opacity 0.5s linear;
}

p {
  /*	margin-bottom: 20px;*/
}

.CLR {
  clear: both;
}

.PadinTop10 {
  padding-top: 10px;
}

.PadinTop20 {
  padding-top: 20px;
}

.Padinleft20 {
  padding-left: 20px;
}

.Padinleft40 {
  padding-left: 40px;
}

.padding20 {
  padding: 20px;
}

.PaddingZero {
  padding: 0px !important;
}

.FloatLeft {
  float: left;
}

.FloatRight {
  float: right;
}

.Align_Center {
  text-align: center;
}

.Align_Right {
  text-align: right;
}

.padin_15px {
  padding: 15px;
}

.GreenBold {
  color: #ff3c00;
  font-weight: 700;
  line-height: 21px;
}

.BlueBold {
  color: #ff3c00;
  font-weight: 700;
}

.CapitalNum {
  display: inline-block;
  font-weight: 700;
}

.BlockLine {
  display: block;
}

.InlineBlock {
  display: inline-block;
}

.RedHighLight {
  color: #ff0000;
  font-weight: 700;
}

.BlueHighLight {
  color: #009ae9;
  font-weight: 700;
}

.keyword {
  margin: 0 5px;
}

.paddingTopBtm_15 {
  padding: 15px 0;
}

.BorderNone {
  border: 0 !important;
}

.Divide_BorderBTM01_grey {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 15px;
  padding-top: 15px;
}

.DL_Style03 {
  line-height: 180%;
}

.DL_Style03 dd {
  margin-bottom: 10px;
}

.DisplayNone {
  display: none;
}

.ListStyle02 {
  background: url(../images/ListIcon_006.png) no-repeat 0px 2px;
  margin: 5px 0;
  padding-left: 20px;
}

p.ListStyle02 {
  margin: 0px !important;
}

.BTN_Style02 {
  background: url(../images/BTN_BG02.jpg) repeat-x bottom;
  border: 1px solid #bfc0c5;
  border-radius: 3px;
  color: #434343;
  display: inline-block;
  font-size: 1.15em;
  font-weight: 700;
  line-height: 50px;
  moz-border-radius: 3px;
  padding: 0 50px 0 10px;
  position: relative;
  webkit-border-radius: 3px;
}

.BTN_Style02 .Icon {
  background: url(../images/Arrow_icon_02.png) no-repeat center center;
  height: 32px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 32px;
}

.BTN_Style03 {
  background: #ffffff url(../images/gradient_grey_01.jpg) repeat-x bottom;
  border: 1px solid #dedede;
  border-radius: 3px;
  display: inline-block;
  margin: 0 5px 0 0;
  moz-border-radius: 3px;
  padding: 4px 15px;
  webkit-border-radius: 3px;
}

.BTN_Style03 .Icon {
  background: url(../images/ArrowRight_007.png) no-repeat 0 2px;
  padding: 0 0 0 20px;
}

.BTN_Style03:hover {
  background: #ff3c00;
  color: #ffffff;
}

.BTN_Style03:hover .Icon {
  background: url(../images/ArrowRight_007_white.png) no-repeat 0 2px;
}

.BTN_Style03_down {
  background: #ffffff url(../images/gradient_grey_01.jpg) repeat-x bottom;
  border: 1px solid #dedede;
  border-radius: 3px;
  display: inline-block;
  margin: 0 5px 5px 0;
  moz-border-radius: 3px;
  padding: 3px 5px;
  webkit-border-radius: 3px;
}

.BTN_Style03_down .Icon {
  background: url(../images/ArrowDown_007.png) no-repeat 0 2px;
  padding: 0 0 0 20px;
}

.BTN_Style03_down:hover {
  background: #ff3c00;
  color: #ffffff;
}

.BTN_Style03_down:hover .Icon {
  background: url(../images/ArrowDown_007_white.png) no-repeat 0 2px;
}

.List_Style_Type_on ul {
  line-height: 180%;
  list-style-type: disc;
}

.List_Style_Type_on ul li {
  margin-left: 20px;
  padding: 0 10px 15px 0;
}

.List_Style_Type_on ol {
  line-height: 180%;
  list-style-type: decimal;
}

.List_Style_Type_on ol li {
  margin-left: 20px;
  padding: 0 10px 15px 0;
}

.UL_reset,
.OL_reset {
  list-style-type: none !important;
}

.UL_reset li,
.OL_reset li {
  margin: 0;
  padding: 0;
}

.Submit_3 {
  background: -moz-linear-gradient(center top, #ff8400 5%, #ff3c00 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0.05, #ff8400),
      color-stop(1, #ff3c00));
  background-color: #ff8400;
  border: 1px solid #eeb44f;
  border-radius: 5px;
  box-shadow: inset 0px 1px 0px 0px #fce2c1;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8400', endColorstr='#ff3c00');
  font-size: 0.9em;
  moz-border-radius: 5px;
  moz-box-shadow: inset 0px 1px 0px 0px #fce2c1;
  padding: 6px 10px 4px;
  text-shadow: 1px 1px 0px #fc6131;
  webkit-border-radius: 5px;
  webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
}

.Submit_3:hover {
  background: -moz-linear-gradient(center top, #ff3c00 5%, #ff8400 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0.05, #ff3c00),
      color-stop(1, #ff8400));
  background-color: #ff3c00;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c00', endColorstr='#ff8400');
}

.Submit_3:active {
  position: relative;
  top: 1px;
}

#Container {
  /*節慶版*/
  /*background: url(../images/national_day/content_bg.png) center 210px no-repeat;*/
}

#Header_1Container {
  background: #ff3c00;
}

#Header_1 {
  height: 35px;
  margin: 0 auto;
  position: relative;
  width: 1002px;
  z-index: 99999;
}

#BackToPost {
  left: 30px;
  position: absolute;
  top: 0;
}

#HeaderNavContainer {
  background: #f9f9f9;
  border: 1px solid #e7e7e7;
  padding: 5px 10px;
  position: absolute;
  right: 30px;
  top: 15px;
}

#HeaderNav_Nav {
  float: left;
}

#HeaderNav_Nav a {
  color: #707070;
  float: left;
  font-size: 0.9em;
  padding: 0 10px;
  text-decoration: none;
}

#HeaderNav_Nav a:hover {
  color: #ff3c00;
}

#SocialMediaContainer {
  float: left;
  margin: 2px 10px;
}

#SocialMediaContainer a:hover {
  opacity: 0.7;
}

#CustomerServiceContainer {
  float: left;
  margin: 1px 0 0 10px;
  position: relative;
}

#Header_VersionContainer {
  left: -10px;
  position: absolute;
  top: 8px;
}

#Header_Version_Nav {}

#Header_Version_Nav li {
  float: left;
  margin: 0px 10px;
}

#Header_Version_Nav li a {
  color: #ffffff;
  font-size: 0.9em;
  text-decoration: none;
}

#Header_Version_Nav li a:hover {
  color: #ffec1c;
}

#Header_2 {
  background: url(../images/Header_2.jpg) no-repeat;
  /*節慶版*/
  /*background: url(../images/national_day/B_saving_header.png) no-repeat 249px 19px;*/
  margin: 0 auto;
  width: 1002px;
  height: 130px;
  position: relative;
  overflow: hidden;
}

#LogoContainer {
  float: left;
}

#Logo {
  left: 31px;
  position: relative;
  top: 35px;
}

#ServiceLinksContainer {
  font-size: 12px;
  position: absolute;
  right: 30px;
  top: 55px;
}

#ServiceLinks {}

#ServiceLinks li {
  float: left;
  margin-left: 10px;
  text-align: center;
}

#ServiceLinks li a {
  color: #707070;
  display: block;
}

#ServiceLinks li a:hover {
  color: #ff3c00;
}

#ServiceLinks li a .img {
  display: block;
  height: 40px;
  width: 48px;
}



#ServiceLinks li a:hover .img {
  background-position: center -40px;
}

#ServiceLinks .MailActive a .img {
  background: url(../images/icon-MailActive.png) no-repeat center 0px #fff;
}

#ServiceLinks .Saving a .img {
  background: url(../images/icon-Saving.png) no-repeat center 0px #fff;
}

#ServiceLinks .Insurance a .img {
  background: url(../images/icon-Insurance.png) no-repeat center 0px #fff;
}

#ServiceLinks .Stamp a .img {
  background: url(../images/icon-Stamp.png) no-repeat center 0px #fff;
}

#ServiceLinks .Product a .img {
  background: url(../images/icon-Product.png) no-repeat center 0px #fff;
}

#ServiceLinks .Fund a .img {
  background: url(../images/icon-Fund.png) no-repeat center 0px #fff;
}

#ServiceLinks .SellFund a .img {
  background: url(../images/icon-SellFund.png) no-repeat center 0px #fff;
}

#ServiceLinks .RealEstate a .img {
  background: url(../images/icon-RealEstate.png) no-repeat center 0px #fff;
  width: 55px;
}

#ServiceLinks .Investment a .img {
  background: url(../images/icon-Investment.png) no-repeat center 0px #fff;
}

#ServiceLinks li.current a {
  color: #ff3c00;
}

#ServiceLinks li.current a .img {
  background-position: center -40px;
}

#FontSizeContainer {
  float: left;
  margin-right: 10px;
}

#FontSizeContainer .Header {
  color: #707070;
  float: left;
  font-size: 0.9em;
  margin: 0px 5px 0px 10px;
  text-decoration: none;
}

#FontSizeContainer .Icon {
  display: inline;
  display: inline-block;
  height: 15px;
  margin-bottom: 2px;
  text-indent: -9999px;
  vertical-align: middle;
  width: 15px;
  zoom: 1;
}

#FontSizeContainer .Icon_L {
  background: url(../images/FontSize_L.jpg) no-repeat 0px 0px;
}

#FontSizeContainer .Icon_M {
  background: url(../images/FontSize_M.jpg) no-repeat 0px 0px;
}

#FontSizeContainer .Icon_S {
  background: url(../images/FontSize_S.jpg) no-repeat 0px 0px;
}

#FontSizeContainer .Icon_L:hover,
#FontSizeContainer .Icon_M:hover,
#FontSizeContainer .Icon_S:hover,
#FontSizeContainer .current {
  background-position: bottom;
}

#Header_3Container {
  background: url(../images/Header_3BG.jpg) repeat-x;
}

#Header_3 {
  background: url(../images/Header_3.jpg) no-repeat;
  height: 45px;
  margin: 0 auto;
  position: relative;
  width: 1002px;
  z-index: 9999;
}

#MainMenuContainer {
  left: 0px;
  margin: 0px 0px 0px 30px;
  /*position: absolute;*/
  top: 0px;
  width: 673px;
}

.MainPreviousBTN {
  float: left;
}

.MainNextBTN {
  float: right;
}

#SearchContainer {
  background: url(../images/Search_BG.jpg) no-repeat;
  height: 25px;
  position: absolute;
  right: 30px;
  top: 9px;
  width: 260px;
}

#SearchContainer input.sb_input {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  color: #ffffff;
  float: left;
  margin: 4px 3px 0 5px;
  width: 185px;
}

#SearchContainer input.sb_search {
  background: url(../images/Search_BTN.png) no-repeat center center;
  border: medium none;
  cursor: pointer;
  float: right;
  height: 17px;
  margin: 4px 5px 0 7px;
  width: 53px;
}

#ContainerInner {
  margin: 0 auto;
  width: 950px;
}

#content {
  margin: 0 auto;
  width: 1002px;
}

#content h1 {
  color: #333;
  line-height: 1em;
}

#content ul {
  list-style: none;
  padding-left: 0;
}

#content ul li {
  margin-bottom: 0px;
}

/*
  #QuickSearchContainer {
      width: 659px;
  }
  #QuickSearchList {
      background: url(../images/QuickSearchBG.jpg) no-repeat;
      float: left;
      height: 107px;
      margin-right: 10px;
      width: 260px;
  }
  #QuickSearchList .Header img {
      display: block;
  }
  #QuickSearchList .BodyContent {
      background: url(../images/GreyGradient_001.jpg) repeat-x bottom;
      border: 1px solid #dcdcdc;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;
      moz-border-radius-bottomleft: 3px;
      moz-border-radius-bottomright: 3px;
      padding: 20px;
      webkit-border-bottom-left-radius: 3px;
      webkit-border-bottom-right-radius: 3px;
  }
  #QuickSearchList .BodyContent img {
      display: block;
  }
  #QuickSearchBTN li {
      display: inline-block;
      vertical-align: top;
      margin-right: 18px;
      margin-bottom: 20px;
      margin: 0 15px 20px 15px;
      width: 73px;
  }
  #QuickSearchBTN li p {
      font-size: 0.9em;
      padding: 0 3px;
      text-align: center;
  }*/
#QuickSearchContainer {
  background: url(../images/InfoSearchBG.jpg) repeat-x bottom;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  moz-border-radius: 3px;
  position: relative;
  webkit-border-radius: 3px;
  width: 657px;
}

#QuickSearch .Header {
  border-bottom: 1px solid #dcdcdc;
  padding: 8px 10px;
}

#QuickSearch .Header h2 {
  background: url(../images/InfoSearchHeader.png) no-repeat;
  display: block;
  height: 18px;
  text-indent: -9999px;
  width: 75px;
}

#QuickSearch .Content {}

#QuickSearchContainer #QuickSearchDrop {
  float: left;
  border-right: 1px solid #dcdcdc;
  padding: 10px;
}

#QuickSearchContainer .QuickSearchHeader {}

#QuickSearchContainer #QuickSearchBTN {
  padding: 10px;
}

#QuickSearchBTN a {
  display: inline-block;
  width: 77px;
  overflow: hidden;
  margin: 12px 12px 8px;
  text-align: center;
  vertical-align: top;
}

#PlanHeader {
  float: left;
}

#PlanContent li {
  float: left;
}

#PlanContent li img:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#AppointmentRelatedContainer {
  position: relative;
}

#AppointmentRelatedContainer #Deco {
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 200;
}

#AppointmentRelatedContainer .Links {
  margin-bottom: 10px;
}

#AppointmentRelatedContainer .Links a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#MainContentContainer {
  background-position: center;
  margin: 0 auto;
  padding: 0px;
  width: 1002px;
}

#MainContentInner {
  min-height: 500px;
  padding: 0px 30px;
}

#MainContentLeft {
  float: left;
}

#PostOnlyContainer {
  background: url(../images/LatestNewsBG.jpg) repeat-x bottom;
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-top: 3px solid #ff3c00;
  position: relative;
  width: 657px;
}

#PostOnly .MoreBTN_1 {
  bottom: 0px;
  position: absolute;
  right: 0px;
}

#PostOnly .MoreBTN_1 a {
  display: block;
}

#PostOnly dd {
  margin: 12px 0px;
  overflow: hidden;
}

#PostOnly dd .Date {
  background: url(../images/LatestNewsDateBG.png) no-repeat;
  color: #ffffff;
  display: block;
  float: left;
  font-size: 0.9em;
  margin-right: 5px;
  padding: 1px 0px;
  text-align: center;
  width: 75px;
}

#PostOnly dd .Link {
  color: #0fa1b8;
  display: block;
  float: left;
  font-size: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 530px;
}

#PopularChooseLocation {
  float: right;
  margin-bottom: 10px;
}

#PopularChooseLocation span {
  margin-right: 5px;
  vertical-align: middle;
}

#SearchForRentContainer {
  height: 310px;
  position: relative;
}

#SearchForRentHeader {
  position: absolute;
  top: 0px;
  z-index: 5;
}

#SearchForRentContent {
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  left: 0px;
  moz-border-radius: 3px;
  padding: 25px 7px 7px 7px;
  position: absolute;
  top: 25px;
  webkit-border-radius: 3px;
  z-index: 3;
}

#SearchForRentContent a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#SearchForRentContent select {
  border: 1px solid #d0d0d0;
  color: #1c94c4;
  margin-bottom: 10px;
  padding: 2px;
  width: 243px;
}

#SearchForRentFill {
  background: url(../images/SearchForRentFillBG.jpg) no-repeat;
  height: 24px;
  margin-bottom: 10px;
  width: 244px;
}

#SearchForRentFill input {
  background: transparent;
  border: 0px;
  padding: 4px 0px 0px 5px;
}

#SearchForRentConfirm {
  margin-bottom: 10px;
}

#SearchForRentConfirm .confirm {
  background: url(../images/SearchForRentBTN.jpg) no-repeat;
  border: 0px none;
  cursor: pointer;
  height: 20px;
  width: 243px;
}

#SearchForRentConfirm .confirm:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#SearchLocationContainer a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#ServiceIcon_1 {
  float: left;
}

#ServiceContent {
  float: left;
}

#ServiceHeader {
  background: #fbfcf9;
  border: 1px solid #d5d5d5;
  margin-bottom: 3px;
  padding: 3px 35px;
}

#ServiceSelect {
  margin-bottom: 3px;
}

#ServiceSelect select {
  color: #1c94c4;
  width: 108px;
}

#ServiceSelect input.confirm_2 {
  background: #ff3c00;
  background: linear-gradient(to bottom, #ff3c00 0%, #014ea4 100%);
  background: -moz-linear-gradient(top, #ff3c00 0%, #014ea4 100%);
  background: -ms-linear-gradient(top, #ff3c00 0%, #014ea4 100%);
  background: -o-linear-gradient(top, #ff3c00 0%, #014ea4 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, #ff3c00),
      color-stop(100%, #014ea4));
  background: -webkit-linear-gradient(top, #ff3c00 0%, #014ea4 100%);
  border: 0;
  border-radius: 2px;
  color: #ffffff;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c00', endColorstr='#014ea4', GradientType=0);
  font-size: 0.9em;
  moz-border-radius: 2px;
  padding: 3px 6px;
  text-align: center;
  webkit-border-radius: 2px;
}

#ServiceSelect input.confirm_2:hover {
  filter: alpha(opacity=70%);
  opacity: 0.7;
}

#ServiceTimeIcon {
  background: url(../images/ServiceIcon_2.jpg) no-repeat;
  display: block;
  float: left;
  height: 19px;
  overflow: hidden;
  text-indent: -99999px;
  white-space: nowrap;
  width: 20px;
}

#ServiceMailContainer a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#MainContentRight {
  float: Right;
  /*margin: 0px 20px 0px 0px;*/
}

#MainAdContainer {
  height: 250px;
  width: 658px;
  position: relative;
}

#MainAdContainer .MoreWrap {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 10;
}

#MainAdContainer .MoreWrap a.More {
  width: 20px;
  height: 20px;
  display: block;
  background: #e5e5e5 url(../images/MainAdMore.jpg) no-repeat 0px 0px;
  border: 1px solid #b9b9b9;
  font-size: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#MainAdContainer .MoreWrap a.More:hover,
#MainAdContainer .MoreWrap a.More:active {
  background-position: 100% 0;
}

#flexslider_big .slides>li img,
#MainAd a img {
  height: 250px;
}

#ProductSearchConatiner {}

#PurchaseSteps {
  float: left;
  position: relative;
}

#PurchaseSteps img:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#PurchaseStepsDeco {
  left: 0px;
  position: absolute;
  top: -25px;
  z-index: 100;
}

#ProductGuideLine {
  float: left;
}

#ProductGuideLine img:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#BuyHowContainer {
  margin-top: 16px;
}

#BuyHowContainer a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#FAQWikiContainer {
  background: url(../images/FAQWiki_BG.jpg) no-repeat;
  height: 81px;
  width: 260px;
}

#FAQWikiContainer a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#FAQ {
  float: left;
  margin: 10px 5px 0px 20px;
}

#Wiki {
  float: left;
  margin: 10px 0px 0px 0px;
}

#DownloadContainer {
  background: url(../images/Download.jpg) no-repeat;
  height: 81px;
  width: 260px;
}

#Download {
  left: 7px;
  position: relative;
  top: 35px;
}

#ContactPhoneContainer {}

.HelpPhone a {
  background: #ff3c00;
  color: #ffffff;
  float: left;
  font-size: 0.9em;
  margin-right: 5px;
  padding: 3px 0px;
  text-align: center;
  text-decoration: none;
  width: 127px;
}

.HelpMail a {
  background: #ff3c00;
  color: #ffffff;
  float: left;
  font-size: 0.9em;
  padding: 3px 0px;
  text-align: center;
  text-decoration: none;
  width: 127px;
}

.HelpPhone a:hover {
  background: #0890ef;
  color: #ffec1c;
}

.HelpMail a:hover {
  background: #0890ef;
  color: #ffec1c;
}

#FooterContainer {
  background: url(../images/FooterContainerBG.jpg) repeat-x #fff;
  border-top: 1px solid #e2e2e2;
  clear: both;
  padding-top: 1px;
}

#Footer {
  margin: 0 auto;
  width: 970px;
  font-size: 0.85em;
}

#Footer .FooterSec_1Container {
  border-bottom: 1px solid #dcdcdc;
  margin: 5px 15px 10px 15px;
  padding-bottom: 10px;
}

#Footer .FooterSec_1Container .Sec_1 {
  color: #464648;
}

#Footer .FooterSec_1Container .Sec_1 .Line_1 {
  margin: 10px 0px 5px;
}

#Footer .FooterSec_1Container .Sec_1 .Line_1 span {
  margin: 0px 10px 0px 0px;
}

#Footer .FooterSec_1Container .Sec_1 .Line_1 a {
  display: inline-block;
}

#Footer .FooterSec_1Container .Sec_1 .Mail_icon {
  background: url(../images/Mail_icon.gif) no-repeat right 1px;
  padding: 0 25px 0 0;
}

#Footer .FooterSec_1Container .Sec_1 .ServiceGuide_icon {
  background: url(../images/ServiceGuide_icon.gif) no-repeat right 1px;
  padding: 0 18px 0 0;
}

#Footer .FooterSec_1Container .Sec_1 .WebPhone_icon {
  background: url(../images/WebPhone_icon.gif) no-repeat right 1px;
  padding: 0 18px 0 0;
}

.marginTop20 {
  margin-top: 20px;
}

#Footer .FooterSec_1Container .Sec_1 p {
  margin-bottom: 10px;
}

#Footer .FooterSec_1Container .Sec_1 .Location {
  background: #eeeeee url(../images/Location_BG_arrow.png) no-repeat right center;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  margin: 0px 5px 0px 0px !important;
  moz-border-radius: 3px;
  padding: 2px 17px 2px 10px;
  webkit-border-radius: 3px;
}

#Footer .FooterSec_1Container .Sec_2 {
  float: right;
}

#Footer .FooterSec_1Container .Sec_2 a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#Footer .FooterSec_1Container .cdic {
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 10px 10px;
}

#Footer .FooterSec_1Container .cdic img {
  display: block;
  width: 100%;
}

#Footer .FooterSec_1Container .A_Plus {
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 10px 10px;
}

#Footer .FooterSec_2Container {
  margin: 0px 15px 0px 15px;
}

#Footer .FooterSec_2Container .Sec_1 {
  color: #464648;
  float: left;
}

#Footer .FooterSec_2Container .Sec_1 p {
  margin-bottom: 10px;
}

#Footer .FooterSec_2Container .Sec_1 p a {
  color: #464648;
  text-decoration: none;
}

#Footer .FooterSec_2Container .Sec_1 p a:hover {
  color: #e11a22;
}

#Footer .FooterSec_2Container .Sec_1 p .divide {
  margin: 0px 5px;
}

#Footer .FooterSec_2Container .Sec_2 {
  float: right;
}

#Footer .FooterSec_2Container .Sec_2 .Traffic {
  color: #464648;
  float: right;
  margin-right: 15px;
  margin-top: 20px;
}

ul.ServiceMainNav .Nav1,
ul.ServiceMainNav .Nav2,
ul.ServiceMainNav .Nav3,
ul.ServiceMainNav .Nav4,
ul.ServiceMainNav .Nav5,
ul.ServiceMainNav .Nav6 {
  border-bottom: 1px solid #e2d3d3;
  float: left;
  height: 31px;
  margin: 3px 6px;
  overflow: hidden;
  text-indent: -999px;
  width: 190px;
}

ul.ServiceMainNav .Nav1 {
  background: url(../images/MenuService01.jpg) no-repeat;
}

ul.ServiceMainNav .Nav2 {
  background: url(../images/MenuService02.jpg) no-repeat;
}

ul.ServiceMainNav .Nav3 {
  background: url(../images/MenuService03.jpg) no-repeat;
}

ul.ServiceMainNav .Nav4 {
  background: url(../images/MenuService04.jpg) no-repeat;
}

ul.ServiceMainNav .Nav5 {
  background: url(../images/MenuService05.jpg) no-repeat;
}

ul.ServiceMainNav .Nav6 {
  background: url(../images/MenuService06.jpg) no-repeat;
}

ul.ServiceMainNav .Nav1:hover {
  background: url(../images/MenuService01on.jpg) no-repeat;
}

ul.ServiceMainNav .Nav2:hover {
  background: url(../images/MenuService02on.jpg) no-repeat;
}

ul.ServiceMainNav .Nav3:hover {
  background: url(../images/MenuService03on.jpg) no-repeat;
}

ul.ServiceMainNav .Nav4:hover {
  background: url(../images/MenuService04on.jpg) no-repeat;
}

ul.ServiceMainNav .Nav5:hover {
  background: url(../images/MenuService05on.jpg) no-repeat;
}

#QuickMenu {
  height: 602px;
  left: 863px;
  margin-top: -602px;
  position: relative;
  top: 736px;
  width: 83px;
  z-index: 99999;
}

#QuickMenu img {
  display: block;
}

#QuickMenu .Content {
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  min-height: 560px;
  width: 81px;
}

ul.QuickNav .Nav1,
ul.QuickNav .Nav2,
ul.QuickNav .Nav3,
ul.QuickNav .Nav4,
ul.QuickNav .Nav5,
ul.QuickNav .Nav6,
ul.QuickNav .Nav7,
ul.QuickNav .Nav8,
ul.QuickNav .Nav9 {
  border-bottom: 1px solid #dfdfdf;
  float: left;
  height: 61px;
  margin: 0px 6px;
  overflow: hidden;
  text-indent: -999px;
  width: 69px;
}

ul.QuickNav .Nav1 {
  background: url(../images/QuickMenu_001.jpg) no-repeat;
}

ul.QuickNav .Nav2 {
  background: url(../images/QuickMenu_002.jpg) no-repeat;
}

ul.QuickNav .Nav3 {
  background: url(../images/QuickMenu_003.jpg) no-repeat;
}

ul.QuickNav .Nav4 {
  background: url(../images/QuickMenu_004.jpg) no-repeat;
}

ul.QuickNav .Nav5 {
  background: url(../images/QuickMenu_005.jpg) no-repeat;
}

ul.QuickNav .Nav6 {
  background: url(../images/QuickMenu_006.jpg) no-repeat;
}

ul.QuickNav .Nav7 {
  background: url(../images/QuickMenu_007.jpg) no-repeat;
}

ul.QuickNav .Nav8 {
  background: url(../images/QuickMenu_008.jpg) no-repeat;
}

ul.QuickNav .Nav9 {
  background: url(../images/QuickMenu_009.jpg) no-repeat;
}

ul.QuickNav .Nav1:hover {
  background: url(../images/QuickMenu_001on.jpg) no-repeat;
}

ul.QuickNav .Nav2:hover {
  background: url(../images/QuickMenu_002on.jpg) no-repeat;
}

ul.QuickNav .Nav3:hover {
  background: url(../images/QuickMenu_003on.jpg) no-repeat;
}

ul.QuickNav .Nav4:hover {
  background: url(../images/QuickMenu_004on.jpg) no-repeat;
}

ul.QuickNav .Nav5:hover {
  background: url(../images/QuickMenu_005on.jpg) no-repeat;
}

ul.QuickNav .Nav6:hover {
  background: url(../images/QuickMenu_006on.jpg) no-repeat;
}

ul.QuickNav .Nav7:hover {
  background: url(../images/QuickMenu_007on.jpg) no-repeat;
}

ul.QuickNav .Nav8:hover {
  background: url(../images/QuickMenu_008on.jpg) no-repeat;
}

ul.QuickNav .Nav9:hover {
  background: url(../images/QuickMenu_009on.jpg) no-repeat;
}

#MainContentInner #Breadcrumbs {
  background: #ffffff url(../images/Breadcrumbs_BG.jpg) repeat-x bottom;
  border: 1px solid #e0e0e0;
  border-top: 0px;
  color: #b8b2ae;
  font-size: 1em;
  padding: 6px 10px 7px 10px;
}

#MainContentInner #Breadcrumbs .HomeBTN {
  background: url(../images/Breadcrumbs_Home.gif) no-repeat left center;
  padding-left: 15px;
}

#MainContentInner #Breadcrumbs a {
  color: #959595;
}

#MainContentInner #Breadcrumbs a:hover {
  color: #ff3c00;
}

#MainContentInner #Breadcrumbs .current {
  color: #ff3c00;
}

#LocalNavContainer {
  float: left;
  margin-top: 0px;
}

#LocalNav {
  width: 232px;
}

#LocalNav .LocalNavBG_Top {
  background: url(../images/LocalNavAreaBG_Top.png) no-repeat bottom center;
  height: 5px;
  width: 232px;
}

#LocalNav .LocalNavAreaBG_BTM {
  background: url(../images/LocalNavAreaBG_BTM.png) no-repeat top center;
  height: 7px;
  width: 232px;
}

#LocalNav .LocalNavBG_BodyContainer {
  background: url(../images/LocalNavAreaBG_Body.png) repeat-y;
}

#LocalNav .LocalNavBG_Body {
  margin: 0 auto;
  width: 224px;
}

#LocalNav .LocalNavBG_Body .LocalNavGraphic img {
  display: block;
}

#LocalNav .LocalNavBG_Body .LocalNavTopic {
  background: #ef4c1e url(../images/LocalNavTopicBG.jpg) repeat-x;
  color: #ffffff;
  font-size: 1.15em;
  font-weight: 700;
  padding: 15px;
  text-shadow: 0px -1px 2px #000000;
}

#LocalNav .LocalNavBG_Body .LocalNavTopic a {
  color: #ffffff;
}

#MainContainer {
  float: left;
  padding: 20px 0px 20px 20px;
  padding-top: 0px;
}

#Main {
  width: 690px;
}

#Main h1 {
  border-bottom: 3px solid #eeeeee;
  color: #535353;
  font-size: 28px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#Main h1 .CurrentTitle {
  background: url(../images/h1_Divide.jpg) no-repeat 0px 3px;
  font-size: 26px;
  font-weight: normal;
  margin-left: 10px;
  padding-left: 10px;
}

#Main h2 {
  border-bottom: 3px solid #eeeeee;
  color: #535353;
  font-size: 28px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#Main h2 .CurrentTitle {
  background: url(../images/h1_Divide.jpg) no-repeat 0px 3px;
  font-size: 26px;
  font-weight: normal;
  margin-left: 10px;
  padding-left: 10px;
}

#MainContainer_Fullwidth {
  padding: 20px 0px 20px 0px;
  padding-top: 0px;
}

#Main_Fullwidth {}

#Main_Fullwidth h1 {
  border-bottom: 3px solid #eeeeee;
  color: #535353;
  font-size: 28px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#Main_Fullwidth h1 .CurrentTitle {
  background: url(../images/h1_Divide.jpg) no-repeat 0px 3px;
  font-size: 26px;
  font-weight: normal;
  margin-left: 10px;
  padding-left: 10px;
}

#Main_Fullwidth h2 {
  border-bottom: 3px solid #eeeeee;
  color: #535353;
  font-size: 28px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#Main_Fullwidth h2 .CurrentTitle {
  background: url(../images/h1_Divide.jpg) no-repeat 0px 3px;
  font-size: 26px;
  font-weight: normal;
  margin-left: 10px;
  padding-left: 10px;
}

#Main #Section_2 {
  margin-bottom: 20px;
}

#Main #Section_2 #ShareNav {
  float: right;
}

#Main #Section_2 #ShareNav a {
  margin-left: 5px;
}

#Main #Section_2 #ShareNav a img:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.BackToPrev {
  display: block;
  margin-bottom: 10px;
}

.BackToPrev a {
  background: url(../images/BackToPrev.png) no-repeat 8px center;
  color: #535353;
  display: inline-block;
  font-size: 1.1em;
  font-weight: 700;
  height: 22px;
  line-height: 22px;
  border: 1px solid #ccc;
  padding: 8px 18px 8px 38px;
  border-radius: 4px;
}

.BackToPrev a:hover {
  color: #000000;
}

#Main_Fullwidth #Section_2 {
  margin-bottom: 20px;
}

#Main_Fullwidth #Section_2 #ShareNav {
  float: right;
}

#Main_Fullwidth #Section_2 #ShareNav a {
  margin-left: 5px;
}

#Main_Fullwidth #Section_2 #ShareNav a img:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#ContentsContainer {
  position: relative;
}

#ContentsContainer #Contents {
  position: relative;
}

#ContentsContainer #Contents p {
  line-height: 180%;
  margin: 0 0 20px 0;
}

#ContentsContainer #Contents .article {
  word-break: normal;
  word-wrap: break-word;
}

#ContentsContainer #Contents .article p {
  line-height: 190%;
  margin: 0 0 20px 0;
}

#ContentsContainer #Contents .article strong {
  display: block;
  line-height: 190%;
}

#ContentsContainer #Contents .article ol {
  list-style-type: decimal;
  padding-left: 25px;
}

#ContentsContainer #Contents .article ul {
  list-style-type: disc;
  padding-left: 25px;
}

#ContentsContainer #Contents .ParagraphNext {
  line-height: 180%;
}

#ContentsContainer #Contents .Topic_Style01 {
  background: url(../images/Topic_Style01.jpg) no-repeat left 2px;
  color: #4f549b;
  display: block;
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 18px;
}

#ContentsContainer #Contents .article .Topic_Style01 {
  background-position: left 6px;
}

#ContentsContainer #Contents .Topic_Style02 {
  background: url(../images/Topic_Style02.png) no-repeat left center;
  color: #ff3c00;
  display: block;
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 15px;
  padding-left: 18px;
}

#ContentsContainer #Contents .Topic_Style02_noBlock {
  background: url(../images/Topic_Style02.png) no-repeat left center;
  color: #ff3c00;
  display: inline-block;
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 15px;
  padding-left: 18px;
}

#ContentsContainer #Contents .Topic_Style03 {
  background: url(../images/Topic_Style03.png) no-repeat left 1px;
  color: #666666;
  display: block;
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 15px;
  padding-left: 18px;
}

#ContentsContainer #Contents .Topic_Style03_noBlock {
  background: url(../images/Topic_Style03.png) no-repeat left center;
  color: #666666;
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 15px;
  padding-left: 18px;
}

#ContentsContainer #Contents .Topic_Style04 {
  background: url(../images/Topic_Style04.jpg) no-repeat left center;
  color: #666666;
  padding-left: 18px;
}

.ConditionSearchContainer {
  background: #ffeec6;
  border: 1px solid #fcc65e;
  border-radius: 3px;
  font-size: 0.9em;
  margin: 0px 0px 20px;
  moz-border-radius: 3px;
  padding: 10px;
  webkit-border-radius: 3px;
}

.ConditionSearchContainer span,
.ConditionSearchContainer select,
.ConditionSearchContainer .Submit_1,
.ConditionSearchContainer input {
  vertical-align: middle !important;
}

.ConditionSearchContainer .Submit_1 {
  background: url(../images/QuickSearchBTN.jpg) no-repeat left center;
  border: 0px;
  cursor: pointer;
  display: block;
  height: 23px;
  margin-left: 5px;
  text-indent: -9999px;
  width: 65px;
}

.ConditionSearchContainer .sec {
  border-bottom: 1px solid #fabe7e;
  margin-bottom: 10px;
  overflow: hidden;
  padding-bottom: 10px;
  text-align: left;
}

.ConditionSearchContainer .sec span {
  padding: 0 5px;
}

.ConditionSearchContainer .sec span.hd {
  background: url(../images/ConditionSearch_divi.jpg) no-repeat left center;
  margin-left: 5px;
}

.ConditionSearchContainer .sec label {
  cursor: pointer;
}

.ConditionSearchContainer .sec label span {
  padding: 0px 5px 0 0;
}

.ConditionSearchContainer div.Last {
  border: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.ConditionSearchContainer select,
.ConditionSearchContainer input {
  color: #878787;
  cursor: pointer;
  margin-right: 10px;
}

.ConditionSearchContainer .Submit {
  width: 65px;
}

.ConditionSearchContainer .sec_1 {
  border-bottom: 1px solid #aad2ff;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: right;
}

.ConditionSearchContainer .sec_2 {
  text-align: right;
}

.TableStyle_02 {
  border: 1px solid #e3e3e3;
}

.TableStyle_02 th {
  background: #fd982c;
  border-bottom: 1px solid #fcc65e;
  border-right: 1px solid #fcc65e;
  color: #ffffff;
  padding: 10px;
}

.TableStyle_02 .th {
  background: #fd982c;
  border-bottom: 1px solid #fcc65e;
  border-right: 1px solid #fcc65e;
  color: #ffffff;
}

.TableStyle_02 .th2 {
  background: #ffb847;
  border-bottom: 1px solid #fcc65e;
  border-right: 1px solid #fcc65e;
  color: #ffffff;
}

.TableStyle_02 .th_img {
  background: #fd982c;
  border-bottom: 1px solid #fcc65e;
  border-right: 1px solid #fcc65e;
  color: #ffffff;
  text-align: left;
}

.TableStyle_02 .hd_2,
.TableStyle_02 .odd .hd_2 {
  background: #ffead3;
}

.TableStyle_02 td {
  border: 1px solid #e3e3e3;
  border-right: 0px;
  line-height: 180%;
  padding: 10px;
  vertical-align: top;
}

.TableStyle_02 .odd td {
  background: #f2f2f2;
}

.TableStyle_02 td.Last {}

.TableStyle_02 .BorderRight {
  border-right: 1px solid #dcdcdc;
}

.TableStyle_02 .dl_Style02 dd {
  margin-left: 0px;
}

.TableStyle_02_s {
  border: 1px solid #e3e3e3;
}

.TableStyle_02_s th {
  padding: 5px;
}

.TableStyle_02_s .th {
  background: #fd982c;
  border-bottom: 1px solid #ffd88e;
  border-right: 1px solid #ffd88e;
  color: #ffffff;
}

.TableStyle_02_s .th2 {
  background: #ffa84b;
  border-bottom: 1px solid #ffd88e;
  border-right: 1px solid #ffd88e;
  color: #ffffff;
}

.TableStyle_02_s .th2 a {
  color: #ffffff;
  text-decoration: underline;
}

.TableStyle_02_s .th2 a:hover {
  color: #ffffff;
  text-decoration: none;
}

.TableStyle_02_s .hd {
  background: #eeeeee !important;
}

.TableStyle_02_s .hd2,
.TableStyle_02_s .odd .hd {
  background: #e5e5e5 !important;
}

.TableStyle_02_s td {
  border: 1px solid #e3e3e3;
  border-right: 0px;
  line-height: 180%;
  padding: 5px;
  vertical-align: top;
}

.TableStyle_02_s .odd td {
  background: #f2f2f2;
}

.TableStyle_02_s .odd .th2 {
  background: #ffb362;
}

.TableStyle_02-clear {
  border: 0px;
}

.TableStyle_02-clear td {
  border: 0px;
  padding: 5px;
}

.RelatedInfoContainer {
  background: #f8f7f7;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  moz-border-radius: 3px;
  webkit-border-radius: 3px;
}

.RelatedInfoContainer h3 {
  border-bottom: 1px solid #e9e9e9;
  color: #898989;
  font-size: 1.15em;
  font-weight: 700;
  padding: 10px 15px;
}

.RelatedInfoContainer .RelatedInfoList {
  padding: 15px;
}

.RelatedInfoContainer .RelatedInfoList li {
  background: url(../images/ListIcon_001.png) no-repeat left 6px;
  color: #898989;
  margin-bottom: 5px;
  padding: 3px 20px;
}

.RelatedInfoContainer .RelatedInfoList li a {
  color: #898989;
}

.RelatedInfoContainer .RelatedInfoList li a:hover {
  color: #ff3c00;
}

.RelatedInfoContainer .RelatedInfoList li a.noBlock {
  display: inline-block;
}

.RelatedInfoContainer .note {
  padding: 0 20px;
}

.BoxContainer_Style1 {
  border: 1px solid #fabe7e;
  border-top: 2px solid #ff3c00;
}

.BoxContainer_Style1 h2 {
  background: #ffeec6;
  color: #ff3c00;
  font-size: 1.1em;
  padding: 10px 15px;
}

.BoxContainer_Style1 .tabs_fake {
  background: #ffeec6;
  min-height: 35px;
}

.BoxContainer_Style1 .tabs_fake li {
  float: left;
  list-style-image: none !important;
  margin: 0 !important;
  padding: 0;
  text-indent: 0;
}

.BoxContainer_Style1 .tabs_fake li a {
  background: #ffeec6;
  border-right: 1px solid #ffffff;
  color: #feb05d;
  display: block;
  font-size: 1.1em;
  font-weight: 700;
  height: 35px;
  line-height: 35px;
  margin: 0px;
  padding: 0px 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  top: 1px;
}

.BoxContainer_Style1 .tabs_fake li.current a {
  background: #ffffff;
  color: #ff3c00 !important;
  cursor: default !important;
}

dl.dl_Style02 {
  line-height: 180%;
  margin-top: 10px;
}

dl.dl_Style02 dt {
  background: url(../images/Topic_Style03.png) no-repeat left 5px;
  color: #666666;
  font-weight: 700;
  margin-bottom: 10px;
  margin-left: 20px;
  padding-left: 20px;
}

dl.dl_Style02 dd {
  background: url(../images/ListIcon_002.jpg) no-repeat 3px 8px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding-left: 20px;
}

dl.dl_Style02 {
  line-height: 180%;
  margin-top: 10px;
}

dl.dl_Style02 dd-1 {
  background: no-repeat 3px 8px;
  margin-bottom: 5px;
  margin-left: 20px;
  padding-left: 20px;

}

.feature-item {
  background: none;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
  flex-direction: column;
}

.feature-images {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.feature-images img {
  max-width: 150px;
  max-height: 325px;
  object-fit: contain;
}

.feature-images-widget {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.feature-images-widget img {
  max-width: 600px;
  /* max-height: 325px; */
  object-fit: contain;
}

/* 
  20240416 Marco: 作成按鈕的型式
  */

#mobile_postoffice {
  background-color: #eeeeee;
}

#mobile_postoffice .feature-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}

#mobile_postoffice .feature-buttons-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 20px;
}

#mobile_postoffice .feature-btn {
  display: inline-block;
  padding: 1px 15px;
  background-color: #eee;
  background: url(../images/ListIcon_004.jpg) no-repeat 0px 8px;
  text-decoration: underline;
  border-radius: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: left;
  flex-basis: calc(100% / 3 - 10px);
  box-sizing: border-box;
  color: #000;
}

#mobile_postoffice .feature-btn-1 {
  display: inline-block;
  padding: 1px 15px;
  background-color: #eee;
  background: url(../images/ListIcon_004.jpg) no-repeat 0px 8px;
  text-decoration: underline;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 20px;
  text-align: left;
  flex-basis: calc(100% / 3 - 10px);
  box-sizing: border-box;
  color: #000;
}

#mobile_postoffice .feature-btn:hover {
  background-color: #e2e6ea;
}

.sub-features {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  white-space: nowrap;
}

.feature-description {
  text-align: center;
  margin-bottom: 10px;
}

.feature-description b {
  font-weight: bold;
}

.feature-description p {
  margin-top: 10px;
}

.feature-title {
  font-weight: bold;
}

.image-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.image-container img {
  max-width: 150px;
  max-height: 325px;
  object-fit: contain;
  margin: 5px;
}

.image-container-widget {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.image-container-widget img {
  max-width: 600px;
  object-fit: contain;
  margin: 5px;
}

.feature-title span {
  display: inline-block;
}

.sub-feature {
  flex: 1;
  text-align: center;
}

.sub-feature a {
  text-decoration: none;
}

.dl_Style02-2 {
  display: flex;
  flex-wrap: wrap;
}

.feature-title {
  font-weight: bold;
}

/* .feature-title span:first-child {
    color: black;
  }
  
  .feature-title span:last-child {
    color: orange;
  } */
/* 20240416 Marco: 先註解起來，等之後有需要再打開 */

dl.dl_Style02 dd.Note {
  background: none;
  display: block;
  margin: 0px 0px 10px 20px;
  width: 33%;
}

dl.dl_Style02 dd.TableInDD {
  background: none;
}

dl.dl_Style02 dd dd {
  background: url(../images/ListIcon_003.jpg) no-repeat 3px 9px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-left: 20px;
}

dl.dl_Style02 dd dd {
  background: url(../images/ListIcon_003.jpg) no-repeat 3px 9px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-left: 20px;
}

dl.dl_Style02 dd dd dd {
  background: url(../images/ListIcon_009.jpg) no-repeat 3px 9px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-left: 20px;
}

dl.dl_Style02 dl {
  padding-top: 10px;
}

dl.dl_Style02 dl dl {
  /*    background: #f2f2f2;*/
  border-radius: 3px;
  margin: 10px 0;
  moz-border-radius: 3px;
  padding: 10px 10px 5px 10px;
  webkit-border-radius: 3px;
}

dl.dl_Style02 dl dt {
  margin-left: 0px;
}

.Submit_Style1 {
  background: url(../images/Submit_Style1_BG.jpg) repeat-x;
  border: 0px;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  font-weight: 700;
  moz-border-radius: 3px;
  padding: 7px 40px;
  text-align: center;
  webkit-border-radius: 3px;
}

.Topic_Style02 {
  background: url(../images/Topic_Style02.png) no-repeat left center;
  color: #ff3c00;
  font-weight: 700;
  padding-left: 20px;
}

.ResultContainer {
  background: #eeeeee;
  border-radius: 3px;
  margin-bottom: 20px;
  moz-border-radius: 3px;
  padding: 10px;
  webkit-border-radius: 3px;
}

.ResultContainer dl dt {
  display: inline-block;
  float: left;
  font-size: 1.1em;
  font-weight: 700;
  margin-right: 10px;
}

.ResultContainer dl dd {
  display: inline-block;
  float: left;
}

.ResultContainer dl dd .Money {
  font-size: 1.1em;
  margin-right: 5px;
}

.ResultContainer dl dd .Cost {
  color: #ff0000;
  font-size: 1.3em;
  font-weight: 700;
}

#LocationBTNContainer {
  padding: 0 20px;
}

#LocationBTNContainer .LocationBTN li {
  display: block;
  float: left;
}

#LocationBTNContainer .LocationBTN li a {
  background: url(../images/BTN_BG02.jpg) repeat-x bottom;
  border: 1px solid #bfc0c5;
  border-radius: 3px;
  color: #434343;
  display: inline-block;
  font-size: 1.15em;
  font-weight: 700;
  line-height: 50px;
  margin: 5px;
  moz-border-radius: 3px;
  padding: 0px 10px;
  position: relative;
  webkit-border-radius: 3px;
  width: 130px;
}

#LocationBTNContainer .LocationBTN li a:hover {
  color: #ff3c00;
}

#LocationBTNContainer .LocationBTN li .Icon {
  background: url(../images/Arrow_icon_02.png) no-repeat center center;
  height: 32px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 32px;
}

.pagination_1 {
  display: block;
  margin: 30px 0px;
  text-align: center;
}

.pagination_1 a {
  background: #ffffff;
  border: 1px solid #fabe7e;
  color: #ff3c00;
  padding: 5px;
}

.pagination_1 a:hover {
  background: #ff3c00;
  border: 1px solid #fabe7e;
  color: #ffffff;
}

.pagination_1 a.disable {
  background: #ffffff;
  border: 1px solid #bfbfbf;
  color: #999999;
}

.pagination_1 a.disable:hover {
  background: #ffffff;
  border: 1px solid #bfbfbf;
  color: #999999;
}

.pagination_1 a.current {
  background: #ff3c00;
  border: 1px solid #fabe7e;
  color: #ffffff;
}

#LargeBTNContainer {}

#LargeBTNContainer a {
  background: url(../images/LargeBTN_BG.png) no-repeat center center;
  color: #ff3c00;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  height: 204px;
  margin: 0px 10px 10px 0px;
  width: 213px;
}

#LargeBTNContainer a:hover {
  color: #e10001;
  filter: alpha(opacity=70%);
  opacity: 0.7;
}

#LargeBTNContainer .imgCenterContainer {
  height: 135px;
  line-height: 135px;
  text-align: center;
  width: 200px;
}

#LargeBTNContainer .imgCenter {
  margin-top: 0;
  vertical-align: middle;
}

#LargeBTNContainer .TitleContainer {
  background: url(../images/LargeBTNtxt_BG.png) no-repeat center center;
  height: 52px;
  margin: 0 auto;
  position: relative;
  width: 186px;
}

#LargeBTNContainer .Title {
  left: 5px;
  position: absolute;
  text-shadow: 1px 1px 1px #fff;
  top: 5px;
  width: 145px;
}

.Form_Style01 p {
  line-height: 190%;
}

.Form_Style01 .Note {
  margin-left: 10px;
}

.Form_Style01 .Note em {
  color: #0075e9;
}

.Form_Style01 .NoteLink img {
  margin: -5px 0px 0px 10px;
  vertical-align: middle;
}

.Form_Style01 a {
  color: #0075e9;
}

.Form_Style01 a:hover {}

.input_style01 {
  color: #959595;
  margin: 0px 5px;
}

.DL_Style02 dd {
  line-height: 190%;
}

.DL_Style02 dd dd {
  margin-left: 18px;
}

.Note2 {
  color: #ff0000;
  margin: 5px 0px;
}

#SiteMapContainer {}

#SiteMapContainer .SiteMap_Section {
  clear: both;
  margin-bottom: 15px;
}

#SiteMapContainer .SiteMap_Section h3.Title {
  background: #ff3c00;
  border-radius: 3px;
  color: #ffffff;
  font-size: 1.2em;
  height: 39px;
  line-height: 39px;
  margin: 0 0 15px 0;
  moz-border-radius: 3px;
  padding: 3px 15px 0;
  webkit-border-radius: 3px;
}

#SiteMapContainer .SiteMap_Section h3.Title a {
  color: #ffffff;
}

#SiteMapContainer .SiteMap_Section h3.Title a:hover {
  color: #ff3c00;
}

#SiteMapContainer .SiteMap_Section ul.SiteMapList {
  background: #f5f4f4;
  border-radius: 3px;
  display: inline;
  display: inline-block;
  margin: 0px 10px 20px 10px;
  moz-border-radius: 3px;
  padding: 15px;
  vertical-align: top;
  webkit-border-radius: 3px;
  width: 260px;
  zoom: 1;
}

#SiteMapContainer .SiteMap_Section ul.SiteMapList h4 a {
  background: none;
  border-bottom: 1px dotted #e8e8e8;
  color: #ff3c00;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}

#SiteMapContainer .SiteMap_Section ul.SiteMapList h4 a:hover {
  color: #ff3c00;
}

#SiteMapContainer .SiteMap_Section ul.SiteMapList a {
  background: url(../images/RoundIcon.png) no-repeat 0 4px;
  color: #666666;
  display: block;
  margin: 10px 0px;
  padding-left: 15px;
}

#SiteMapContainer .SiteMap_Section ul.SiteMapList a:hover {
  color: #ff3c00;
}

.ProductContainer li {
  display: inline;
  display: inline-block;
  margin: 0px 10px;
  width: 130px;
  zoom: 1;
}

.ProductContainer li.Last {
  margin-right: 0px;
}

.ProductContainer li a {
  cursor: pointer;
  display: block;
}

.ProductContainer li a .IMG {
  background: url(../images/ImageShadow_01.png) center bottom no-repeat;
  margin: 5px auto 0 auto;
  padding-bottom: 5px;
  width: 130px;
}

.ProductContainer li a .IMG table td {
  background: #f0f0f0;
  height: 115px;
  position: relative;
  text-align: center;
  width: 130px;
}

.ProductContainer li a .IMG img {
  bottom: 0;
  height: auto;
  left: 0;
  max-height: 100%;
  max-width: 130px;
  right: 0;
  top: 0;
  width: auto;
}

.ProductContainer li a:hover>.IMG img {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.ProductContainer li a .IMG .SubBannerHot,
.ProductContainer li a .IMG .SubBannerNew,
.ProductContainer li a .IMG .SubBannerSale {
  height: 41px;
  position: absolute;
  right: -3px;
  top: -3px;
  width: 41px;
  z-index: 99;
}

.ProductContainer li a .IMG .SubBannerHot {
  background: url(../images/SubBannerHot.png) no-repeat;
}

.ProductContainer li a .IMG .SubBannerNew {
  background: url(../images/SubBannerNew.png) no-repeat;
}

.ProductContainer li a .IMG .SubBannerSale {
  background: url(../images/SubBannerSale.png) no-repeat;
}

.ProductContainer li a h3 {
  color: #535353;
  font-size: 1em;
  font-weight: normal;
  height: 50px;
  line-height: 170%;
  overflow: hidden;
}

.ProductContainer li a h2 {
  color: #009944;
  font-size: 1em;
  height: 50px;
  line-height: 170%;
  moz-transition: color;
  moz-transition-duration: 2000ms;
  o-transition: color;
  o-transition-duration: 2000ms;
  overflow: hidden;
  transition: color;
  transition-duration: 2000ms;
  webkit-transition: color;
  webkit-transition-duration: 2000ms;
}

.ProductContainer li a:hover h2 {
  color: #ff3c00;
  moz-transition: color;
  moz-transition-duration: 300ms;
  o-transition: color;
  o-transition-duration: 300ms;
  transition: color;
  transition-duration: 300ms;
  webkit-transition: color;
  webkit-transition-duration: 300ms;
}

.ProductContainer li a h2 .Catelog {
  color: #000000;
  font-weight: 700;
  margin-right: 3px;
}

.ProductContainer li a p.Price {
  color: #ff0000;
  font-weight: 700;
  line-height: 170%;
}

.ProductContainer li a p.Price .hd {
  color: #535353;
}

.ProductContainer li a p .LineThrough {
  text-decoration: line-through;
}

.ProductContainer li a p .Discount {
  color: #ff0000 !important;
  font-size: 1.1em;
  font-weight: 700;
  margin: 0px 5px;
  text-decoration: none;
}

.ProductContainer_2 li {
  display: inline;
  display: inline-block;
  margin: 0px 8px 13px 8px;
  zoom: 1;
}

.ProductContainer_2 li.Last {
  margin-right: 0px;
}

.ProductContainer_2 li a {
  border: 1px solid #d8d8d8;
  cursor: pointer;
  display: block;
  padding: 10px;
  width: 145px;
}

.ProductContainer_2 li a .IMG {
  background: url(../images/ImageShadow_01.png) center bottom no-repeat;
  margin: 5px auto 5px auto;
  padding-bottom: 5px;
  width: 130px;
}

.ProductContainer_2 li a .IMG table td {
  background: #f0f0f0;
  height: 115px;
  position: relative;
  text-align: center;
  width: 130px;
}

.ProductContainer_2 li a .IMG img {
  bottom: 0;
  height: auto;
  left: 0;
  max-height: 100%;
  max-width: 130px;
  right: 0;
  top: 0;
  width: auto;
}

.ProductContainer_2 li a:hover>.IMG img {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.ProductContainer_2 li a .IMG .SubBannerHot,
.ProductContainer_2 li a .IMG .SubBannerNew,
.ProductContainer_2 li a .IMG .SubBannerSale {
  height: 41px;
  position: absolute;
  right: -3px;
  top: -3px;
  width: 41px;
  z-index: 99;
}

.ProductContainer_2 li a .IMG .SubBannerHot {
  background: url(../images/SubBannerHot.png) no-repeat;
}

.ProductContainer_2 li a .IMG .SubBannerNew {
  background: url(../images/SubBannerNew.png) no-repeat;
}

.ProductContainer_2 li a .IMG .SubBannerSale {
  background: url(../images/SubBannerSale.png) no-repeat;
}

.ProductContainer_2 li a h3 {
  color: #535353;
  font-size: 1em;
  font-weight: normal;
  height: 50px;
  line-height: 170%;
  overflow: hidden;
}

.ProductContainer_2 li a h2 {
  color: #009944;
  font-size: 1em;
  height: 50px;
  line-height: 170%;
  overflow: hidden;
}

.ProductContainer_2 li a h2 .Catelog {
  color: #000000;
  font-weight: 700;
  margin-right: 3px;
}

.ProductContainer_2 li a p.Price {
  color: #ff0000;
  font-weight: 700;
  line-height: 170%;
}

.ProductContainer_2 li a p.Price .hd {
  color: #535353;
}

.ProductContainer_2 li a:hover {
  background: #ff3c00;
}

.ProductContainer_2 li a:hover>h3,
.ProductContainer_2 li a:hover>h2,
.ProductContainer_2 li a:hover>p.Price,
.ProductContainer_2 li a:hover>p.Price .hd {
  color: #ffffff;
}

#IndexNewsConatiner {
  margin: 0;
  padding: 0;
  width: 260px;
}

#IndexNewsConatiner .IndexNews {
  position: relative;
}

.IndexNews .Header {
  background: url(../images/IndexNews_Header.png) no-repeat;
  color: #ffffff;
  font-size: 1.15em;
  font-weight: 700;
  padding: 9px 20px 6px 15px;
  text-shadow: 0px -1px 2px #000000;
  width: 226px;
}

.IndexNews .BodyContent {
  background: #ffffff url(../images/IndexNews_BG.jpg) repeat-x bottom;
  border: 1px solid #dcdcdc;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  moz-border-radius-bottomleft: 3px;
  moz-border-radius-bottomright: 3px;
  padding: 20px 10px 10px;
  webkit-border-bottom-left-radius: 3px;
  webkit-border-bottom-right-radius: 3px;
  width: 239px;
}

.IndexNews .BodyContent li {
  background: url(../images/ListIcon_003.png) no-repeat 5px 5px;
  margin-bottom: 10px;
  padding: 0px 0px 0px 20px;
}

.IndexNews .BodyContent li a {}

.IndexNews .BodyContent li a h2 {
  color: #ff3c00;
  font-size: 1em;
}

.IndexNews .BodyContent li a h3 {
  color: #535353;
  font-size: 0.9em;
  font-weight: normal;
  moz-transition: color 2000ms;
  o-transition: color 2000ms;
  transition: color 2000ms;
  webkit-transition: color 2000ms;
}

.IndexNews .BodyContent li a:hover h3 {
  color: #ff3c00;
  font-size: 0.9em;
  font-weight: normal;
  moz-transition: color 300ms;
  o-transition: color 300ms;
  transition: color 300ms;
  webkit-transition: color 300ms;
}

#ProductSearchConatiner {
  margin: 0;
  padding: 0;
  width: 261px;
}

#ProductSearchConatiner .ProductSearch {
  margin-top: 5px;
  position: relative;
}

.ProductSearch .Header {
  background: url(../images/ProductSearch_Header.png) no-repeat;
  color: #ffffff;
  font-weight: 700;
  left: 7px;
  padding: 15px 140px 5px 50px;
  position: absolute;
  text-shadow: 0px -1px 2px #000000;
  top: 0px;
  z-index: 5;
}

.ProductSearch .BodyContent {
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  left: 0px;
  moz-border-radius: 3px;
  padding: 20px 10px 10px;
  position: absolute;
  top: 25px;
  webkit-border-radius: 3px;
  width: 239px;
  z-index: 2;
}

.ProductSearch .BodyContent select {
  border: 1px solid #aaa;
  color: #1c94c4;
  display: block;
  height: 26px;
  line-height: 26px;
  margin-bottom: 2px;
  padding: 2px;
  width: 237px;
}

.ProductSearch .ProductSearchBTN {
  margin-top: 8px;
}

.ProductSearch .ProductSearchBTN input {
  border: 0;
  cursor: pointer;
  display: inline;
  display: inline-block;
  height: 20px;
  width: 114px;
  zoom: 1;
}

.ProductSearch .ProductSearchBTN input:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.ProductSearch .ProductSearchBTN input.Clear {
  background: url(../images/ProductSearch_InputClear.png) no-repeat;
  margin-right: 5px;
}

.ProductSearch .ProductSearchBTN input.Search {
  background: url(../images/ProductSearch_InputSearch.png) no-repeat;
}

#ServiceFeedBackContainer {
  position: relative;
}

.TabsStyle2Container_fake {}

.TabsStyle2Container_fake ul.tabs_fake {
  border-bottom: 1px solid #ff3c00;
  min-height: 35px;
}

.TabsStyle2Container_fake ul.tabs_fake li {
  float: left;
  list-style-image: none !important;
  margin: 0 !important;
  padding: 0;
  text-indent: 0;
}

.TabsStyle2Container_fake ul.tabs_fake a {
  background: #efefef;
  border-right: 1px solid #ffffff;
  color: #898989;
  display: block;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  margin: 0px;
  padding: 0px 33px;
  position: relative;
  text-align: center;
  text-decoration: none;
  top: 0px;
}

.TabsStyle2Container_fake ul.tabs_fake a.current,
.TabsStyle2Container_fake ul.tabs_fake a.current:hover,
.TabsStyle2Container_fake ul.tabs_fake li.current a {
  background: #ffffff;
  border-left: 1px solid #ff3c00;
  border-right: 1px solid #ff3c00;
  border-top: 3px solid #ff3c00;
  color: #ff3c00 !important;
  cursor: default !important;
  top: 1px;
}

.TabsStyle2Container_fake .Content {
  padding: 20px 0;
}

.tabs2_fake {
  margin: 20px 0 0 10px;
}

.tabs2_fake li {
  float: left;
}

.tabs2_fake li a {
  background: #f0f0f0;
  border-right: 1px solid #ffffff;
  color: #898989;
  display: block;
  font-size: 1.1em;
  font-weight: 700;
  height: 35px;
  line-height: 35px;
  margin: 0px;
  padding: 0px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  top: 1px;
}

.tabs2_fake li a.current {
  background: #ff3c00;
  color: #ffffff !important;
  cursor: default !important;
}

.ItemDetail {
  color: #535353;
  float: left;
  width: 400px;
}

.ItemDetail td {
  border-bottom: 1px solid #d3d3d3;
  padding: 14px;
}

.ItemDetail td.hd {
  color: #898989;
  text-align: right;
  width: 120px;
}

.ItemDetail td .Price {
  color: #ff711c;
  font-weight: 700;
}

.ContactWindowContainer {
  background: url(../images/ContactWindow_BG.jpg) repeat-x bottom;
  border: 1px solid #dedede;
  border-radius: 3px;
  float: left;
  margin-right: 20px;
  moz-border-radius: 3px;
  text-shadow: 1px 1px 1px #fff;
  webkit-border-radius: 3px;
  width: 520px;
}

.ContactWindowContainer .sec_1 {
  background: url(../images/PhoneIcon_001.png) no-repeat 15px 15px;
  border-bottom: 1px solid #c9c9c9;
  padding: 20px 15px 15px 85px;
}

.ContactWindowContainer .sec_1 .Title {
  color: #242520;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-right: 5px;
}

.ContactWindowContainer .sec_1 .Loca {
  display: inline-block;
  margin-bottom: 10px;
}

.ContactWindowContainer .sec_1 .Phone {
  color: #ff711c;
  font-size: 20px;
  font-weight: 700;
}

.ContactWindowContainer .sec_2 {
  border-top: 1px solid #ffffff;
  padding: 15px;
}

.ContactWindowContainer .sec_2 .Title {
  color: #626262;
  font-weight: 700;
  margin-right: 5px;
}

.Note2Container {
  border: 1px solid #e3e3e3;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top: 3px solid #e3e3e3;
  float: left;
  moz-border-radius-bottomleft: 3px;
  moz-border-radius-bottomright: 3px;
  webkit-border-bottom-left-radius: 3px;
  webkit-border-bottom-right-radius: 3px;
  width: 398px;
}

.Note2Container h2 {
  border-bottom: 1px solid #e3e3e3;
  font-size: 1.3em;
  font-weight: 700;
  padding: 10px;
}

.Note2Container .content {
  padding: 10px 15px;
}

.Note2Container .content li {
  background: url(../images/ListIcon_004.jpg) no-repeat 0px 10px;
  padding: 5px 5px 5px 15px;
}

.InnerItemTitle {
  display: inline-block;
}

.InnerItemTitle .TitleContain {
  line-height: 30px;
  margin-right: 42px;
  width: 800px;
}

.InnerItemTitle .TitleContain .highLight {
  background: #fecf5e;
  border: 2px solid #ff711c;
  border-radius: 3px;
  color: #ff511c;
  font-weight: 700;
  margin-right: 15px;
  moz-border-radius: 3px;
  padding: 2px 5px;
  webkit-border-radius: 3px;
}

.InnerItemTitle .TitleContain .Title {
  color: #535353;
  font-size: 25px;
  font-weight: 700;
  vertical-align: middle;
}

.BackToPrevious {
  width: 98px;
}

.ExternalMap {
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  margin: 0 auto;
  moz-border-radius: 10px;
  padding: 15px;
  webkit-border-radius: 10px;
  width: 800px;
}

.BackToTop_2 {
  background: #eeeeee;
  border-radius: 5px;
  display: block;
  height: 35px;
  margin: 15px 0px;
  moz-border-radius: 5px;
  position: relative;
  webkit-border-radius: 5px;
}

.BackToTop_2 a {
  background: url(../images/bullet_top.png) no-repeat 0 3px;
  color: #727171;
  font-size: 0.9em;
  margin: 4px 0 0 0 !important;
  padding: 0 0 0 15px;
  position: absolute;
  right: 15px;
  top: 5px;
}

.BackToTop_2 a:hover {
  color: #ff3c00;
}

#MainAdOverView {}

#MainAdOverView li {
  background: #eeeeee url(../images/MainAdShadow.jpg) no-repeat bottom center;
  clear: both;
  display: inline-block;
  overflow: hidden;
  padding-bottom: 45px;
}

#MainAdOverView li a {
  color: #535353;
  cursor: pointer;
}

#MainAdOverView li:hover a {
  color: #ff3c00;
}

#MainAdOverView li .Info {
  display: block;
  padding: 20px;
  width: 216px;
}

#MainAdOverView li .Info .InfoDesc {
  font-size: 22px;
  line-height: 130%;
  margin-bottom: 15px;
}

#MainAdOverView li .Info p {
  color: #989898;
}

#MainAdOverView li .IMG img {
  display: block;
  width: 684px;
}

#MainAdSmallOverView {
  margin-right: -28px;
}

#MainAdSmallOverView li {
  display: inline;
  display: inline-block;
  margin: 0 27px 27px 0;
  vertical-align: top;
  width: 212px;
  zoom: 1;
}

#MainAdSmallOverView li a {
  background: #eeeeee;
  color: #535353;
  display: inline-block;
  padding: 10px;
}

#MainAdSmallOverView li a:hover {
  color: #ff3c00;
}

#MainAdSmallOverView li a .Info {
  display: block;
}

#MainAdSmallOverView li a .Info .smallInfoDesc {
  font-size: 1em;
  line-height: 130%;
  margin-bottom: 10px;
}

#MainAdSmallOverView li a .IMG {
  margin-bottom: 10px;
}

#MainAdSmallOverView li a .IMG img {
  display: block;
  width: 191px;
}

#DownloadLink {
  height: 97px;
  position: relative;
  width: 260px;
}

#DownloadLink .Header {
  background: url(../images/DownloadHeader.png) no-repeat center;
  color: #ffffff;
  font-weight: 700;
  left: 7px;
  padding: 15px 140px 5px 50px;
  position: absolute;
  text-shadow: 0px -1px 2px #000000;
  top: 0px;
  z-index: 5;
}

#DownloadLink .BodyContent {
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  left: 0px;
  moz-border-radius: 3px;
  padding: 25px 10px 15px;
  position: absolute;
  top: 25px;
  webkit-border-radius: 3px;
  width: 239px;
  z-index: 2;
}

.topic-Wrap {
  position: relative;
}

.topic-Wrap .tr {
  position: absolute;
  right: 0;
  top: 0;
}

.topic-Wrap .Submit {
  background: url(../images/QuickSearchBTN.jpg) no-repeat left center;
  border: 0px;
  cursor: pointer;
  display: inline-block;
  height: 23px;
  margin-left: 5px;
  text-indent: -9999px;
  width: 65px;
}

.topic-Wrap select {
  color: #878787;
}

#CompanyInfo .CompanyTitle {
  border-bottom: 1px solid #d9d9d9;
  display: block;
  height: 45px;
  line-height: 45px;
  margin: 0 0 10px 0;
  overflow: hidden;
  padding: 0 0 10px 0;
}

#CompanyInfo .CompanyTitle img.CompanyLogo {
  float: left;
  height: 45px;
  margin: 0 10px 0 0;
}

#CompanyInfo .CompanyTitle h2 {
  font-size: 25px;
}

#CompanyInfo .ItemDetail {
  float: none;
  font-size: 105%;
  width: 100%;
}

#CompanyInfo .ItemDetail td {
  border-bottom: 1px solid #e4e4e4;
  padding: 10px;
}

#CompanyInfo .ItemDetail td.hd {
  color: #6f6e6e;
  font-weight: 700;
  text-align: left;
  width: 175px;
}

#CompanyInfo .ItemDetail .odd td {
  background-color: #f5f5f5;
}

.DownloadBTN a {
  background: #ffffff url(../images/Download_Icon_2.png) no-repeat 5px 4px;
  border: 1px solid #d2d2d2;
  color: #666666;
  display: inline-block;
  margin-right: 5px;
  padding: 2px 10px 2px 25px;
}

.DownloadBTN a:hover {
  color: #ff711c;
}

.ResultState {}

.ResultState .HighLightRed {
  color: #e60012;
  font-weight: 700;
}

.OpenLink {
  background: url(../images/OpenLink_Icon.png) no-repeat 0 0;
  padding: 2px 0px 2px 25px;
}

.Notebook_1,
.Notebook_2 {
  margin-right: 10px;
  padding: 2px 0px 2px 20px;
}

.Notebook_1 {
  background: url(../images/Notebook_Icon_01.png) no-repeat 0 0;
}

.Notebook_2 {
  background: url(../images/Notebook_Icon_02.png) no-repeat 0 0;
}

.NoteList {
  background: url(../images/NoteList_Icon_01.png) no-repeat 0 0;
  padding: 2px 0px 2px 23px;
}

.Step_Style1 {
  overflow: hidden;
  text-shadow: 1px 1px 1px #ffffff;
}

.Step_Style1 p {
  clear: both;
}

.Step_Style1 p.Describe {
  background: #f7f7f7;
  background: linear-gradient(to bottom, #f7f7f7 0%, #e8e8e8 100%);
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #e8e8e8 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, #f7f7f7),
      color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e8e8e8 100%);
  border: 1px solid #bfc0c5;
  border-radius: 5px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e8e8e8', GradientType=0);
  margin: 0 auto;
  moz-border-radius: 5px;
  padding: 10px;
  text-align: center;
  webkit-border-radius: 5px;
  width: 570px;
}

.Step_Style1 p.Describe .hd {
  color: #ff3c00;
  font-weight: 700;
  margin-right: 5px;
}

.Step_Style1 p.Arrow_down_02 {
  background: url(../images/Arrow_down_02.jpg) no-repeat 0 0;
  height: 20px;
  margin: 10px auto;
  width: 42px;
}

.Step_Style1 .TwoColumn {
  margin: 15px auto;
  overflow: hidden;
  width: 570px;
}

.Step_Style1 .TwoColumn .column {
  background: #f7f7f7;
  background: linear-gradient(to bottom, #f7f7f7 0%, #e8e8e8 100%);
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #e8e8e8 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, #f7f7f7),
      color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e8e8e8 100%);
  border: 1px solid #bfc0c5;
  border-radius: 5px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e8e8e8', GradientType=0);
  float: left;
  margin: 0 5px;
  moz-border-radius: 5px;
  padding: 10px;
  webkit-border-radius: 5px;
  width: 250px;
}

.Step_Style1 .TwoColumn .column h2 {
  color: #ff3c00;
  font-size: 1.1em;
  margin-bottom: 10px;
}

.Step_Style1 .TwoColumn .column ol {
  list-style-type: decimal !important;
  padding-left: 25px;
}

.Step_Style1 .TwoColumn .column ol li {
  margin-bottom: 5px;
}

.NoteStyle {
  background: #ffeec6;
  border-radius: 5px;
  color: #ff3c00;
  font-weight: 700;
  moz-border-radius: 5px;
  padding: 5px 10px;
  webkit-border-radius: 5px;
}

.faq-list {
  margin: 0 0 30px;
}

.faq-btn {
  background: url(../images/bg_article-lista.png) repeat-x #eee;
  border: 1px solid #eee;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 85%;
  line-height: 160%;
  margin: 0 0 10px;
  padding: 10px 40px 10px 35px;
  position: relative;
  webkit-border-radius: 5px;
  width: calc(100% - 75px);
}

.faq-btn:hover {
  color: #ff3c00;
}

.faq-btn.on h3 {
  color: #08c;
}

.faq-btn h3 {
  font-size: 1.2em;
  font-weight: 400;
}

.faq-content {
  float: left;
  line-height: 160%;
  padding: 10px 35px;
  position: relative;
}

.faq-list .on .icon-arrow {
  background: url(../images/icon-faqArrow-on.png) no-repeat;
}

.faq-list .over .icon-arrow,
.faq-list a:hover {
  opacity: 0.7;
}

.faq-list .icon-arrow {
  background: url(../images/icon-faqArrow.png) no-repeat;
  display: inline-block;
  height: 22px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 22px;
}

.faq-list .icon-questions {
  background: url(../images/icon-questions.png) no-repeat;
  display: inline-block;
  height: 22px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 22px;
}

.faq-list .icon-answer {
  background: url(../images/icon-answer.png) no-repeat;
  display: inline-block;
  height: 22px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 22px;
}

#ContentsContainer #Contents .faq-content p {
  margin: 0;
}

.faq-content .PadinTop20 {
  padding: 0;
}

.faq-content .RelatedContainer {
  margin: 0;
}

.topNews-slider {
  background: url(../images/bg-sliderkit-btm.png) center bottom no-repeat;
  padding: 0 0 27px;
}

.page-controls {
  padding: 0 0 20px;
}

.page-controls-inner {
  background: url(../images/bg-pageControls-inner.png) repeat-x #f5f5f5;
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 12px 10px;
  position: relative;
}

.grid-pager {
  float: left;
}

.sort-method-buttons {
  float: right;
  position: absolute;
  right: 0;
  top: 0;
}

.sort-method-buttons li {
  float: left;
  position: relative;
}

.sort-method-buttons a {
  background: url(../images/icon-sortMethodA.png) 8px 16px no-repeat;
  border-left: 1px solid #ddd;
  color: #424242;
  display: block;
  padding: 12px 10px 12px 20px;
}

.sort-method-buttons a:hover,
.sort-method-buttons .current {
  background: url(../images/icon-sortMethodAhover.png) 9px 16px no-repeat;
  color: #ff3c00;
}

.msg-list {
  line-height: 180%;
}

.msg-list li a {
  border-bottom: 1px solid #d9d9d9;
  display: block;
  padding: 15px 30px 0;
}

.msg-list .Date {
  color: #ff3c00;
  margin: 0 0 5px;
}

.msg-list .Topic {
  color: #434343;
  font-size: 1.3em;
  margin: 0 0 10px;
  position: relative;
}

.Topic .label {
  padding: 0 0 0 10px;
  vertical-align: middle;
}

.msg-list a:hover .Topic {
  color: #ff3c00;
}

.msg-list .Thumbs {
  color: #7c7c7c;
  font-size: 1.1em;
  padding: 0 0 15px;
}

.topNews-slider .sliderkit img {
  max-height: 100%;
  max-width: 400px;
}

.OpenAccountStep_Style1 {
  margin: 0 auto;
  width: 670px;
}

.OpenAccountStep_Style1 ul {
  overflow: hidden;
}

.OpenAccountStep_Style1 li {
  float: left;
  margin: 0 0 0 10px;
  padding: 130px 0 0 0;
  width: 160px;
}

.OpenAccountStep_Style1 li:first-child {
  margin: 0px;
}

.OpenAccountStep_Style1 li.Step1 {
  background: url(../images/StepIMG_001.jpg) no-repeat center top;
}

.OpenAccountStep_Style1 li.Step2 {
  background: url(../images/StepIMG_002.jpg) no-repeat center top;
}

.OpenAccountStep_Style1 li.Step3 {
  background: url(../images/StepIMG_003.jpg) no-repeat center top;
}

.OpenAccountStep_Style1 li.Step4 {
  background: url(../images/StepIMG_004.jpg) no-repeat center top;
}

.OpenAccountStep_Style1 li .Description {
  background: #fef3d9;
  border-radius: 3px;
  color: #ff3c00;
  font-weight: 700;
  line-height: 160%;
  min-height: 100px;
  moz-border-radius: 3px;
  padding: 10px;
  position: relative;
  webkit-border-radius: 3px;
}

.OpenAccountStep_Style1 li .Description p {
  margin: 0px !important;
}

.OpenAccountStep_Style1 li .Description .ListStyle02 {
  background: url(../images/ListIcon_006.png) no-repeat 0px 2px;
  margin: 5px 0;
  padding-left: 20px;
}

.OpenAccountStep_Style1 li .Description .NoteInfo {
  background: #ff711c;
  border-radius: 2px;
  color: #ffffff;
  cursor: pointer;
  font-size: 0.9em;
  margin: 0 0 0 5px;
  moz-border-radius: 2px;
  padding: 0px 5px;
  webkit-border-radius: 2px;
}

.OpenAccountStep_Style1 li .Description .StepArwow {
  background: url(../images/ArrowRight_003.png) no-repeat;
  display: block;
  height: 35px;
  left: -15px;
  position: absolute;
  top: 35%;
  width: 24px;
}

.OpenAccountStep_Style1 li:first-child .Description .StepArwow {
  background: none;
}

#ServiceDescription_Style01 {}

#ServiceDescription_Style01 li {
  border-top: 1px solid #d2d2d2;
  clear: both;
  overflow: hidden;
  padding: 20px 0;
}

#ServiceDescription_Style01 li:first-child {
  border-top: 0px;
  padding-top: 0px;
}

#ServiceDescription_Style01 li .IMG {
  float: left;
  width: 165px;
}

#ServiceDescription_Style01 li div.Thumb {
  float: left;
  width: 500px;
}

#ServiceDescription_Style01 li div.Thumb .BTN {
  margin-left: 15px;
}

#ServiceDescription_Style01 li div.Thumb dl {
  margin-top: 0px;
}

#ServiceDescription_Style02 {}

#ServiceDescription_Style02 .IMG {
  display: block;
  float: left;
  margin: 0 20px 0 0;
  width: 215px;
}

#BankingServiceContainer {
  background: #ffffff url(../images/GreyGradient_002.jpg) repeat-x bottom;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  moz-border-radius: 3px;
  webkit-border-radius: 3px;
  width: 658px;
}

#BankingServiceContainer ul.Content {
  background: url(../images/BankingServiceImg_01.png) 20px bottom no-repeat;
  padding: 0 !important;
}

#BankingServiceContainer ul.Content li {
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  float: left;
  margin-left: -1px;
  padding: 15px;
  width: 145px;
}

#BankingServiceContainer ul.Content li:first-child {
  border-left: 0px;
  max-width: 90px !important;
  min-width: 90px !important;
}

#BankingServiceContainer ul.Content li li:first-child {
  border-left: 0px;
  max-width: 100% !important;
  min-width: 100% !important;
}

#BankingServiceContainer ul.Content li:last-child {
  border-right: 0px;
}

#BankingServiceContainer ul.Content li.last-child {
  border-right: 0px;
}

#BankingServiceContainer ul.Content li:first-child h2.Header {
  background: none;
  color: #313131;
}

#BankingServiceContainer ul.Content li h2.Header {
  background: url(../images/ArrowRight_001.png) right 0 no-repeat;
  display: inline-block;
  font-size: 1.3em;
  margin-bottom: 10px;
  padding-right: 17px;
}

#BankingServiceContainer ul.Content li ul.List {
  margin-bottom: 5px;
  min-height: 107px;
}

#BankingServiceContainer ul.Content li ul.List li {
  background: url(../images/ListIcon_005.png) left 5px no-repeat;
  border: none;
  float: none;
  margin-bottom: 3px;
  min-width: 0px;
  padding: 0px;
  padding-left: 15px;
}

#BankingServiceContainer ul.Content li ul.List li a {
  display: block;
  font-size: 90%;
}

#BankingServiceContainer ul.Content li .ListMoreSelect {}

#BankingServiceContainer ul.Content li .ListMoreSelect p {
  display: block;
}

#BankingServiceContainer ul.Content li .ListMoreSelect p.InputWrap {}

#BankingServiceContainer ul.Content li .ListMoreSelect p.InputWrap select {
  background: #ff3c00;
  background: none;
  border: 0px;
  color: #ffffff;
  display: block;
  margin: 0 0 0.5em;
  padding: 2px;
  width: 145px;
}

#BankingServiceContainer ul.Content li .ListMoreSelect p.submitWrap {
  height: 24px;
  text-align: center;
}

#BankingServiceContainer ul.Content li .ListMoreSelect p.submitWrap input.Submit_2 {
  background: -moz-linear-gradient(center top, #ff8400 5%, #ff3c00 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0.05, #ff8400),
      color-stop(1, #ff3c00));
  background-color: #ff8400;
  border: 1px solid #eeb44f;
  border-radius: 3px;
  box-shadow: inset 0px 1px 0px 0px #fce2c1;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8400', endColorstr='#ff3c00');
  font-size: 0.9em;
  height: 24px;
  moz-border-radius: 3px;
  moz-box-shadow: inset 0px 1px 0px 0px #fce2c1;
  padding: 2px 4px;
  text-shadow: 1px 1px 0px #fc6131;
  webkit-border-radius: 3px;
  webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
  width: 60px;
}

#BankingServiceContainer ul.Content li .ListMoreSelect p.submitWrap input.Submit_2:hover {
  background: -moz-linear-gradient(center top, #ff3c00 5%, #ff8400 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0.05, #ff3c00),
      color-stop(1, #ff8400));
  background-color: #ff3c00;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c00', endColorstr='#ff8400');
}

#BankingServiceContainer ul.Content li .ListMoreSelect p.submitWrap input.Submit_2:active {
  position: relative;
  top: 1px;
}

#OtherServices {
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  moz-border-radius: 3px;
  padding: 1px 0 0 1px;
  webkit-border-radius: 3px;
  width: 658px;
}

#OtherServices .Content {
  background: #f7f5f6;
  background: linear-gradient(to bottom, #f7f5f6 0%, #eeeeee 100%);
  background: -moz-linear-gradient(top, #f7f5f6 0%, #eeeeee 100%);
  background: -ms-linear-gradient(top, #f7f5f6 0%, #eeeeee 100%);
  background: -o-linear-gradient(top, #f7f5f6 0%, #eeeeee 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, #f7f5f6),
      color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(top, #f7f5f6 0%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f5f6', endColorstr='#eeeeee', GradientType=0);
}

#OtherServices .Content p.HeadDco {
  background: #ff3c00 url(../images/ArrowRight_002.gif) no-repeat 3px center;
  float: left;
  min-height: 46px;
  width: 9px;
}

#OtherServices .Content ul {}

#OtherServices .Content li {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #bfbfbf;
  float: left;
  min-height: 47px;
  width: 160px;
}

#OtherServices .Content li:last-child {
  border-right: 0px;
}

#OtherServices .Content li.last-child {
  border-right: 0px;
}

#OtherServices .Content li a {
  display: block;
  padding: 5px 70px 5px 5px;
  position: relative;
  z-index: 5;
}

#OtherServices .Content li a span {
  color: #1e77bd;
  font-size: 90%;
  font-weight: 700;
}

#OtherServices .Content li a span.LightColor {
  color: #3a9ce8;
}

#OtherServices .Content li a:hover span {
  color: #f93599;
}

#OtherServices .Content li a img.IMG {
  position: absolute;
  right: 7px;
  top: -3px;
  z-index: 10;
}

#LatestNewsContainer {
  width: 260px;
}

#LatestNewsContainer #LatestNewsHeader {
  margin-bottom: 14px;
}

#LatestNewsContainer #LatestNewsHeader .Header {
  float: left;
}

#LatestNewsContainer #LatestNewsHeader .More {
  float: right;
}

#LatestNewsContainer #FocusContainer {
  margin-bottom: 8px;
}

#LatestNewsContainer #FocusContainer .FocusImage {
  background: #ffffff;
  border: 1px solid #c9c9c9;
  float: left;
  margin: 0px 5px 5px 0px;
  padding: 1px;
}

#LatestNewsContainer #FocusContainer .FocusTopic {
  color: #ef254b;
  display: block;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 5px;
}

#LatestNewsContainer #FocusContainer .FocusTopic:hover {
  color: #0088dc;
}

#LatestNewsContainer #FocusContainer .FocusThumb {
  color: #505050;
  font-size: 0.85em;
}

#LatestNewsContainer #FocusContainer .FocusThumb a {}

#LatestNewsContainer #FocusContainer .FocusThumb a:hover {}

#LatestNewsContainer #NewsList li {
  color: #ff3c00;
  overflow: hidden;
  padding: 5px;
  text-overflow: ellipsis;
}

#LatestNewsContainer #NewsList li.BgColor {
  background: #fdf3e1;
}

#LatestNewsContainer #NewsList li a {
  font-size: 0.9em;
  white-space: nowrap;
  width: 220px;
}

#LatestNewsContainer #NewsList li a:hover {}

#FileDownloadContainer .FileDownBox {
  background: #e7e7e7;
  border: 1px solid #d2d2d2;
  margin-bottom: 10px;
  padding: 5px 5px 5px 0px;
}

#FileDownloadContainer .FileDownBox .FileDown {
  float: left;
  width: 334px;
}

#FileDownloadContainer .FileDownBox .FileDown .FileType {
  float: left;
  margin: 0px 10px;
}

#FileDownloadContainer .FileDownBox .FileDown .Info {
  background: #ffffff;
  float: left;
  min-height: 50px;
  position: relative;
  width: 267px;
}

#FileDownloadContainer .FileDownBox .FileDown .Info .FileName {
  margin: 5px;
  max-width: 150px;
}

#FileDownloadContainer .FileDownBox .FileDown .Info .FileName a {
  color: #009ae9;
  font-weight: 700;
}

#FileDownloadContainer .FileDownBox .FileDown .Info .FileName a:hover {
  color: #fcb631;
}

#FileDownloadContainer .FileDownBox .FileDown .Info .FileSize {
  background: #f1f1f1;
  border-radius: 3px;
  font-size: 0.9em;
  moz-border-radius: 3px;
  padding: 2px 10px;
  position: absolute;
  right: 10px;
  top: 10px;
  webkit-border-radius: 3px;
}

.PrintInput {
  background: #eee;
  clear: both;
  margin: 15px 0 0;
  padding: 15px;
  text-align: center;
}

.PrintInput a {
  background: #333333;
  background: -moz-linear-gradient(top, #666666, #333333);
  background: -ms-linear-gradient(top, #666666, #333333);
  background: -o-linear-gradient(top, #666666, #333333);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#666666),
      to(#333333));
  background: -webkit-linear-gradient(top, #666666, #333333);
  background-image: -ms-linear-gradient(top, #666666 0%, #333333 100%);
  border: 1px solid #222222;
  box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0,
    inset rgba(255, 255, 255, 0.4) 0 1px 0;
  color: #ffffff;
  font-weight: 400;
  moz-box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0,
    inset rgba(255, 255, 255, 0.4) 0 1px 0;
  padding: 3px 15px;
  text-decoration: none;
  vertical-align: middle;
  webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0,
    inset rgba(255, 255, 255, 0.4) 0 1px 0;
}

.PrintInput a:hover {
  background: #222222;
  background: -moz-linear-gradient(top, #555555, #222222);
  background: -ms-linear-gradient(top, #555555, #222222);
  background: -o-linear-gradient(top, #555555, #222222);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#555555),
      to(#222222));
  background: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -ms-linear-gradient(top, #555555 0%, #222222 100%);
  text-shadow: #222222 0 1px 0;
}

.loc-details-content .heading {
  background: #ff3c00;
  color: #fff;
  font-size: 1.15em;
  margin: 0 0 10px;
  padding: 8px 10px;
  text-align: center;
}

.loc-details-info {
  padding: 0 0 20px;
}

.loc-details-map {
  text-align: center;
}

.loc-details-map .pic {
  padding: 20px;
  text-align: center;
}

.PrivacyPolicy {
  background: #e8ebe6;
  border-radius: 5px;
  moz-border-radius: 5px;
  padding: 15px;
  webkit-border-radius: 5px;
}

.PrivacyPolicy .img_1 {
  float: right;
  margin: -26px -5px 0px 20px;
}

.Result-Style {}

.Result-Style .Content {
  text-align: center;
}

.Result-Style .no-Result .img {
  background: url(../images/img-no-Result-2.png) center top no-repeat;
  height: 300px;
}

.Result-Style .Content .title {
  font-size: 1.15em;
  margin: 0 0 0.5em;
}

.Result-Style .Content p {
  font-size: 1.15em;
  margin: 0 0 0.5em;
}

.List_BTN_Style3 {
  width: 725px;
}

.List_BTN_Style3 ul {
  list-style-type: none !important;
  padding-left: 0px !important;
}

.List_BTN_Style3 li {
  margin: 0 0px 10px 0;
}

.List_BTN_Style3 li a {
  background: url(../images/bg_article-lista.png) repeat-x #eee;
  border: 1px solid #eee;
  border-radius: 3px;
  color: #535353;
  display: block;
  font-size: 100%;
  font-weight: 400;
  line-height: 160%;
  padding: 5px 25px 5px 35px;
  position: relative;
  webkit-border-radius: 3px;
}

.List_BTN_Style3 li a:hover {
  color: #ff3c00;
}

.List_BTN_Style3 li a:visited {
  /*color: #3656c3;*/
}

.List_BTN_Style3 li a .hd {
  color: #ff3c00;
  font-weight: 700;
  margin-right: 10px;
}

.List_BTN_Style3 .icon-arrow,
.List_BTN_Style3 li a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.List_BTN_Style3 .icon-arrow {
  background: url(../images/Topic_Style02.png) no-repeat;
  display: inline-block;
  height: 15px;
  left: 10px;
  position: absolute;
  top: 8px;
  width: 15px;
}

.List_BTN_Style3 .icon-arrow2 {
  background: url(../images/ArrowIcon_3.png) no-repeat;
  display: inline-block;
  height: 13px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 8px;
}

.ContentBoxContainer {
  margin: 0 auto;
  width: 680px;
}

.ContentBoxContainer .ContentBox_top {
  background: url(../images/ContentBox_BGtop.jpg) no-repeat;
  display: block;
  height: 30px;
  width: 680px;
}

.ContentBoxContainer .ContentBox_btm {
  background: url(../images/ContentBox_BGbtm.jpg) no-repeat;
  display: block;
  height: 30px;
  width: 680px;
}

.ContentBoxContainer .ContentBox_md {
  background: url(../images/ContentBox_BGmd.jpg) repeat-y;
  display: inline-block;
  overflow: hidden;
  padding: 0 20px;
}

.ContentBoxContainer .ContentBox_md .GraphicImg {
  display: block;
  float: left;
  margin-right: 20px;
  width: 230px;
}

.ContentBoxContainer .ContentBox_md .GraphicImg img {
  width: 230px;
}

.ContentBoxContainer .ContentBox_md .LinksContainer {
  display: block;
  float: left;
  width: 385px;
}

.ContentBoxContainer .ContentBox_md .LinksContainer .List_BTN_Style3 {
  width: 385px !important;
}

#LatestNewsContainer .Date {
  color: #f40;
  font-size: 0.85em;
}

#BankingServiceContainer a:visited,
#LatestNewsContainer a:visited,
#OtherServices .Content li a:visited span {
  /*color: #3656c3;*/
}

#MainContentLeft a:visited {
  /*color: #3656c3;*/
}

#MainContentContainer .acc-key a {
  color: #fff;
}

.table-lightGray {
  border: 1px solid #ddd;
}

.table-lightGray th {
  background: #eee;
  border: 1px solid #ddd;
}

.table-lightGray td {
  border-bottom: 1px dotted #c9c9c9;
  padding: 10px;
}

.table-lightGray .odd {
  background: #f2f2f2;
}

.ListSelect {
  overflow: hidden;
}

.ListSelect p.InputWrap {
  margin-right: 5px;
}

.ListSelect p.InputWrap select {
  background: #ff3c00;
  border: 1px solid #ff5622;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  moz-border-radius: 5px;
  padding: 3px 5px;
  position: relative;
  webkit-border-radius: 5px;
}

#QuickSearchContainer .ListSelect p.InputWrap,
#QuickSearchContainer .ListSelect p.submitWrap {
  float: left;
}

#QuickSearchContainer .ListSelect p.InputWrap select {
  min-width: 160px;
}

#ServiceGuideContainer {
  width: 260px;
  background: url("../images/InfoSearchBG.jpg") repeat-x scroll center bottom rgba(0, 0, 0, 0);
  border: 1px solid #dcdcdc;
  border-radius: 3px;
}

#ServiceGuideHeader {
  height: 17px;
  overflow: hidden;
  padding: 10px;
  border-bottom: 1px solid #dcdcdc;
}

#ServiceGuideContent {
  padding: 10px 5px;
}

#ServiceGuideContent .pane a,
.panecurrent a {
  display: inline-block;
  vertical-align: top;
  width: 78px;
  text-align: center;
  color: #666666;
  font-weight: 700;
  font-size: 0.9em;
  margin: 5px 0;
}

#ServiceGuideContent .pane a:hover,
.panecurrent a:hover {
  color: #038c00;
}

#ServiceGuideContent .pane a:hover img,
.panecurrent a:hover img {
  opacity: 0.8;
}

.accordion_related .accordion li li .RelatedContainer .ListContainer ul {
  display: block !important;
}

.accordion_related .accordion li li .RelatedContainer .ListContainer ul li {
  margin-left: 0px;
  margin-top: 0px;
  border-bottom: 1px dotted #ff3c00;
  padding: 0;
}

.accordion_related .accordion li li .RelatedContainer .ListContainer ul li .Inner dl dd {
  padding: 2px;
  background: none;
}

.accordion_related .accordion li li .RelatedContainer .ListContainer ul li .Inner dl .Topic a {
  padding-left: 0px;
  background: none;
}

.accordion_related .accordion li li.Answer .RelatedContainer {
  margin: 10px 0px;
}

#Mobilemenu-mainService,
nav.sb-navbar,
nav #Logo a.Logo_link,
.mobile-select-menu {
  display: none;
}

.faq-content .PadinTop20_m {
  padding: 5px;
}

.TableStyle_02_mobile td {
  border: 1px solid #e3e3e3;
  line-height: 180%;
  padding: 10px;
  vertical-align: center;
  text-align: center;
}

.red_remark {
  color: #ff0000;
  font-weight: 700;
}

.m_empty {
  margin-left: 38px;
}

.ob {
  background: #fd982c;
  border-bottom: 1px solid #fcc65e;
  border-right: 1px solid #fcc65e;
  color: #ffffff;
  padding: 10px;
}

.gb {
  border-top: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
}

.step_word_m {
  font-family: "微軟正黑體";
  color: #333;
  width: 520px;
  float: left;
  margin-top: 4px;
  margin-left: 10px;
  height: auto;
  background: url(../images/e_pay/step_arr.png) right center no-repeat;
}

.step_chin_m {
  color: #333;
  float: left;
  /* height: 20px; */
  /* margin-left: 10px; */
  width: 87%;
}

.step_chin_m2 {
  color: #333;
  float: left;
  /* height: 20px; */
  /* margin-left: 10px; */
  width: 440px;
}

.step_m {
  background: url(../images/e_pay/step_bg_bg3.png) right bottom no-repeat #fff;
}

.step_eng_m {
  font-family: "Arial", Gadget, sans-serif;
  color: #333;
  float: left;
  width: 30px;
  height: 20px;
  font-weight: normal;
}

.m_r_number {
  position: absolute;
  top: 29px;
}

.m_r_number2 {
  position: absolute;
  top: 29px;
  left: 254px;
}

/* Bank 3.0 
  ************************************************/
.bank3_enter {
  overflow: hidden;
}

.bank3_border {
  width: 27%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px #ccc solid;
  float: left;
  margin: 10px 15px;
  padding: 3px;
  behavior: url(css/PIE.htc);
}

.bank3_block {
  width: 100%;
  display: block;
  text-align: center;
  background: url(../images/bank3_block_bg.png) left bottom repeat-x #fbfbfb;
  color: #392277;
  font-size: 1.375em;
  line-height: 24px;
  font-weight: 700;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  behavior: url(css/PIE.htc);
}

.bank3_block:hover {
  width: 100%;
  background: url(../images/bank3_block_bg_over.png) left bottom repeat-x #fe9731;
  color: #fff;
}

.bank3_block span {
  display: block;
  padding: 25px;
  position: relative;
}

.bank3_flow {
  overflow: hidden;
}

.bank3_flow_block {
  display: block;
  color: #fff;
  padding: 50px 0 15px 0 !important;
  width: 280px;
  margin: 0 auto !important;
  background: url(../images/bank3_float_arr.png) center top no-repeat !important;
}

.bank3_flow_block:first-child {
  display: block;
  color: #fff;
  padding: 0 0 15px 0 !important;
  width: 280px;
  margin: 0 auto !important;
  background: none !important;
}

.bank3_flow_block .txt {
  display: block;
  color: #333;
  padding: 20px;
  background: #fff;
  border: 2px #26a2c7 solid;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  behavior: url(css/PIE.htc);
}

.monetary_unit {
  display: block;
  width: 100%;
  text-align: right;
}

/************薪資轉存*************************/   
/* 20240904 henry   新增 */
   .card {
        display: flex;
        align-items: center;
        background-color: #f7f9fc;
        padding: 10px;
        border-radius: 10px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }
    .icon1 {
        width: 40px;
        height: 40px;
        background-color: rgba(251,154,49,0.5);
        border-radius: 50%;
        display: flex;
        align-self: flex-start;
        justify-content: center;
        margin-right: 10px;
        flex-shrink: 0;
        }
    .icon1 img {
        width: 22px;
        height: auto;
    }
    
    .icon2 {
        width: 40px;
        height: 40px;
		background-color: rgba(251,154,49,0.5);
        border-radius: 50%;
        display: flex;
        align-self: flex-start;
        justify-content: center;
        margin-right: 10px;
        flex-shrink: 0;
        }
    .icon2 img {
        width: 22px;
        height: auto;
    }
    
    
    .icon3 {
        width: 40px;
        height: 40px;
		background-color: rgba(251,154,49,0.5);
        border-radius: 50%;
        display: flex;
        align-self: flex-start;
        justify-content: center;
        margin-right: 10px;
        flex-shrink: 0;
        }
    .icon3 img {
        width: 22px;
        height: auto;
    }
    .icon4 {
        width: 40px;
        height: 40px;
        background-color: rgba(251,154,49,0.5);
        border-radius: 50%;
        display: flex;
        align-self: flex-start;
        justify-content: center;
        margin-right: 10px;
        flex-shrink: 0;
        }
    .icon4 img {
        width: 22px;
        height: auto;
    }

    .icon5 img {
        width: 22px;
		vertical-align: middle; 
    }
    
	
    .text-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .title {
        font-size: 18px;
        color: #0044BB;
        margin-bottom: 5px;
        font-weight: bold;
    }
    .description {
        font-size: 14px;
        color: #6b7280;
    }

/************Mobile Post********************/
/* 20240718 shihung 修改 */

.Mobile_Post_box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
}

.Mobile_Post {
  display: block;
  width: 41%;
  margin: 20px auto;
}

.Mobile_Post p {
  font-size: 20px;
  line-height: 1.5 !important;
  margin-top: 10px !important;
}

.Mobile_Post img {
  max-width: 100%;
  max-height: 330px;
  margin: 0 auto;
  display: block;
}

/*******************************************/

/************test 測試用，可刪除************/
.slider-nojq {
  width: 658px;
}

.slider-nojq img {
  width: 100%;
}

.slides-nojq {
  width: 191px;
  margin: 50px auto 0;
}

.slides-nojq li {
  width: 191px;
  margin: 0 0 3px;
}

.slides-nojq li img {
  width: 191px;
  height: 54px;
}

/************test 測試用，可刪除************/

/* 無障礙使用 */
.input-label {
  display: none;
}

.hyperlink-txt {
  display: none;
}

/* end of 無障礙 */

.FatFooterHeader strong a {
  font-size: 15px;
}

.rwd_cont {
  display: none;
}

#ContentsContainer #Contents .article ul.instructions_list {
  list-style: none;
  padding-left: 0px;
  display: block;
  overflow: hidden;
}

.instructions_list li {
  width: 33%;
  float: left;
  text-align: center;
}

/*rwd*/
.rwd_index {
  display: none;
}

.management {
  background: #fff;
  display: inline-block;
}

.management_btn li {
  width: 33%;
  float: left;
  text-align: center;
  padding: 7% 0;
  border: 1px solid #e6e6e6;
}

.management_btn li a {
  color: #333;
}

.management_btn li a p {
  font-size: 20px;
  padding: 20px;
  font-weight: bold;
  height: 50px;
  line-height: 24px;
}

.management_btn li a .pic {
  max-height: 74px;
}

.marquee {
  padding: 20px 21px;
  background: #e6e6e6;
  display: block;
  overflow: hidden;
}

.marquee_title {
  background: #ff3c00;
  color: #fff;
  padding: 10px 20px;
  float: left;
  border-radius: 5px 0px 0 5px;
  font-size: 16px;
}

.rwd_abgne_marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 38px;
  background: #fff;
  height: 38px;
  border-radius: 0 5px 5px 0;
}

.rwd_service_2 {
  background: #ffe6de;
  display: inline-block;
  width: 100%;
}

.service_list_2 {
  margin: 4%;
  display: inline-block;
  width: 92%;
}

.service_list_2 li {
  background: rgba(255, 255, 255, 0.8);
  margin: 1px;
  width: 41.5%;
  float: left;
  padding: 4%;
}

.service_list_2 li a .icon {
  float: left;
}

.service_list_2 li a p {
  float: left;
  font-size: 20px;
  color: #333;
  width: 60%;
  line-height: 24px;
  font-weight: bold;
  margin-left: 5%;
  display: flex;
  align-items: center;
  height: 60px;
}

.service_title {
  background: #fff;
  margin: 4% 4% 1px;
  display: inline-block;
  width: 88%;
  padding: 15px 2%;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}

.rwd_index .service_list {
  margin: 0 4% 4%;
  width: 92%;
  display: none;
  overflow: hidden;
}

.rwd_index .service_list li {
  width: 33%;
  float: left;
  text-align: center;
  padding: 7% 0;
  background: #fff;
  margin: 1px;
}

.rwd_index .service_list li a p {
  font-size: 20px;
  padding: 20px;
  color: #333;
  font-weight: bold;
}

.exchange_btn {
  width: 92%;
  margin: 0 4% 4%;
  background: #fff9f3;
  display: inline-block;
}

.exchange_btn a .icon {
  float: left;
  padding: 5%;
}

/* .exchange_btn a.go_btn {
      background: url(../images/go_icon.png)96% center no-repeat;
      width: 100%;
      display: inline-block;
  } */
.exchange_btn a .text {
  float: left;
  padding: 5% 5% 5% 0;
}

.exchange_btn a .text .title {
  padding: 4% 0;
  font-size: 32px;
  font-weight: bold;
}

.exchange_btn a .text p {
  padding: 10px 0;
  font-size: 24px;
  font-weight: bold;
}

.link {
  margin: 0% 4% 4%;
  width: 92%;
}

.link_title {
  display: inline-block;
  width: 95%;
  margin: 0 0 2px 0;
  background: #fff;
  padding: 13px 2.5%;
  font-weight: bold;
}

.link_title p {
  float: left;
  font-size: 18.5px;
}

.link_title a {
  float: right;
  font-weight: bold;
  background: url(../images/rwd_icon_hover.png) center right no-repeat;
  padding-right: 14px;
  font-size: 15px;
}

.link_cont {
  background: #fff;
  width: 100%;
  display: block;
  overflow: hidden;
}

.link_list li {
  float: left;
  width: 50%;
  text-align: center;
  padding: 20px 0;
}

.rwd_index {
  background: #ebebeb;
  display: inline-block;
  width: 100%;
  display: none;
}

.Rsear-tag {
  margin: 0 4%;
}

.Rsear-tag li {
  width: 33.5%;
}

.Rsear-tag li {
  width: 33.3%;
  background: #ebebeb;
  float: left;
  padding: 16px 0;
  text-align: center;
}

.Rsear-tag li a {
  color: #333;
  font-size: 18px;
}

.Rsear-tag li.active {
  background: #ffe6de;
}

.exchange_btn a.go_btn img {
  width: 100%;
}

/* 晶片卡 如何申辦 */
#ContentsContainer #Contents .article .ic-card-tab {
  width: 99%;
  overflow: hidden;
  border: 1px solid #e4e4e4;
  margin: 0 auto 30px auto;
  border-radius: 5px;
  background: url(../images/bg_article-lista.png) repeat-x bottom #ffffff;
  list-style-type: none;
  padding-left: 0;
}

.ic-card-tab li {
  float: left;
  width: 20%;
  text-align: center;
  background: url(../images/bg_article-lista.png) repeat-x bottom #ffffff;
  font-size: 15px;
  font-weight: bold;
}

.ic-card-tab li:first-child {
  border-left: 0;
}

.ic-card-tab li a {
  display: block;
  width: 100%;
  padding: 15px 0;
}

.ic-card-tab li .current {
  background: #ff3c00;
  color: #fff;
}

.ic-card-description {
  display: none;
}

/* 晶片卡 如何申辦 end */

a:focus,
input:focus,
button:focus {
  outline: 3px solid #0086d8;
  outline-offset: -3px;
}

.acc-key a:focus {
  outline: 3px solid #0086d8;
  border: 0 !important;
}

.bxslider .slick-prev,
.bxslider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 28px;
  height: 28px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  background: transparent;
}

.bxslider .slick-prev {
  left: 20px;
  background: url(../images/ArrowPrev.png) 0 0 no-repeat;
  z-index: 1;
}

.bxslider .slick-next {
  right: 20px;
  background: url(../images/ArrowNext.png) 0 0 no-repeat;
}

.bxslider .slick-prev:hover,
.bxslider .slick-next:hover {
  opacity: 0.8;
}

.bxslider .slick-dots {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.bxslider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}

.bxslider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.bxslider .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: #333;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0.65;
}

.bxslider .slick-dots li.slick-active button:before {
  background-color: #69ab00;
  box-shadow: 0 0 0 2px #fff;
}

.slick-dots li button:hover:before {
  opacity: 1;
}

/*---首頁rwd kv加號---*/
.rwd-kv {
  position: relative;
}

.rwd-kv .MoreWrap {
  position: absolute;
  right: 12px;
  bottom: 10px;
  z-index: 10;
}

.rwd-kv .MoreWrap a.More {
  width: 30px;
  height: 30px;
  display: block;
  background: #e5e5e5;
  border: 1px solid #b9b9b9;
  text-indent: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-size: contain;
  text-align: center;
  font-size: 1.4rem;
  color: #333333;
  font-weight: bold;
  line-height: 26px;
}

/*--*/