/* ==========================================================================
	mobile scss start
   ========================================================================== */
html {
  font-size: 18px;
}

/*----------- link -----------*/
.link {
  text-decoration: underline;
}

/*-------- Icon - close ----------*/
.i-close__bl-15 {
  background-position: 0 0;
}

.i-close__bk-15 {
  background-position: 0 -15px;
}

.i-close__bl-20 {
  background-position: 0 -30px;
}

/*---------- Icon - 20 x 20 ----------*/
.i-search {
  margin-top: 6px;
}

.i-qqa {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/icon-qa@3x.png) no-repeat;
  background-size: 30px;
  vertical-align: middle;
}

/*.i-qqa {
		margin-top: 2px;
	}*/
/*-------- Font ----------*/
.h5 {
  font-size: 15px;
}

.f-leader-light, .f-leader-dark {
  font-size: 22px;
}

.f-sub-title {
  font-size: 18px;
}

.f-highlight {
  font-size: 28px;
}

/*----------- text-align -------------*/
.mo-tac {
  text-align: center;
}

/*-------- Display ----------*/
.mo-block {
  display: block;
  float: none;
}

.mo-inblock {
  display: inline-block;
}

.mo-inline {
  display: inline;
}

.pc-show {
  display: none !important;
}

.mo-show {
  display: block !important;
}

.mo-inTable {
  display: inline-table;
}

.mo-none {
  display: none !important;
}

/*---------- width -----------*/
.mo-100pct {
  width: 100% !important;
}

.mo-w20pct {
  width: 20% !important;
}

.mo-w40pct {
  width: 40% !important;
}

.mo--maxWidth__none {
  max-width: none;
}

.mo--w33pct {
  width: 33% !important;
}

.mo-w7pct {
  width: 7% !important;
}

/*---------- Float ----------*/
.mo-fl {
  float: left;
}

.mo-49pct-fl {
  width: 49% !important;
  float: left !important;
}

.mo-49pct-fr {
  width: 49% !important;
  float: right !important;
}

/*---------- mobile padding ----------*/
.mo-ph20 {
  padding-left: 20px;
  padding-right: 20px;
}

/*---------- mobile ad ----------*/
.mo-ad {
  width: 100%;
  background: url(../images/bg-ad.png) repeat;
  color: #fff;
  position: fixed;
  z-index: 200;
}
.mo-ad .inner-content {
  padding: 10px;
  position: relative;
}
.mo-ad .inner-content .i-fubonApp {
  width: 53.3333333333px;
  height: 54.3333333333px;
  background: url(../images/icons/mobile-adIcon.png) no-repeat;
  background-size: 53.3333333333px 54.3333333333px;
  display: inline-block;
  float: left;
  margin-top: 5px;
}
.mo-ad .inner-content .mo--ad-group {
  width: 280px;
  float: left;
  margin-left: 15px;
}
.mo-ad .inner-content .mo--ad-group .title {
  font-weight: bold;
}
.mo-ad .inner-content .mo--ad-group .field {
  font-size: 15px;
}
.mo-ad .inner-content .mo--btn-close {
  width: 14.6666666667px;
  height: 14.6666666667px;
  background: url(../images/btn-adClose.png) no-repeat;
  background-size: 14.6666666667px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
}

/*---------- goTop ----------*/
.gotop {
  width: 60px;
  height: 60px;
/*  background: url(../images/mo-btn-gotop.png) no-repeat;*/
  background-size: 60px;
  position: fixed;
  right: 0;
  bottom: 70px;
  cursor: pointer;
/*    width: 20%;*/
    text-align: center;
/*    border-top: 2px solid #ffffff;*/
    box-sizing: border-box;
}

/*----------- product grid 3 column -----------*/
.product--grid--third {
  width: 100%;
}
.product--grid--third ul li {
  width: 100%;
  float: none;
  margin-bottom: 20px;
}
.product--grid--third ul li:nth-child(3n+2) {
  margin-left: 0;
  margin-right: 0;
}
.product--grid--third ul li:nth-child(3n+1) {
  clear: none;
}

/*----------- product grid 4 column -----------*/
.product--grid--fourth {
  width: 100%;
}
.product--grid--fourth ul {
  list-style: none;
  margin: 0;
}
.product--grid--fourth ul li {
  width: 100%;
  float: none;
  margin-bottom: 20px;
}
.product--grid--fourth ul li:nth-child(4n+1) {
  clear: none;
}

/*---------- intro-group ----------*/
.intro--group__col-3 {
  width: 100%;
  margin: 0 auto;
}
.intro--group__col-3 > .title {
  font-size: 28px;
  color: #0089d1;
  text-align: center;
  margin-bottom: 5px;
}
.intro--group__col-3 > .pic {
  width: 100%;
}
.intro--group__col-3 > .pic img {
  width: 100%;
}
.intro--group__col-3 > .intro--field {
  padding: 23px 0;
}
.intro--group__col-3 > .intro--field > .intro--field__title {
  text-align: center;
  color: #2a2a2a;
  font-weight: bold;
  margin-bottom: 20px;
}
.intro--group__col-3 > .intro--field > .inntro--filed__descript {
  text-align: center;
  height: 30px;
  overflow: visible !important;
}
.intro--group__col-3 > .intro--field > .more--area {
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #dddddd;
}
.intro--group__col-3 .intro--list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.intro--group__col-3 .intro--list > li {
  padding: 12px 0;
  clear: none;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0;
  float: none;
  font-size: 15px;
  position: relative;
}
.intro--group__col-3 .intro--list > li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #2a2a2a;
  display: inline-block;
  position: absolute;
  top: 19px;
  margin-right: 10px;
}
.intro--group__col-3 .intro--list > li:nth-child(4n+1) {
  margin: 0;
  clear: none;
}
.intro--group__col-3 .intro--list > li > a {
  color: #5a5a5a;
  display: inline-block;
  padding-left: 15px;
}
.intro--group__col-3 .intro--list > li > a:hover {
  color: #0089d1;
}

.intro--group__col-4 {
  width: 100%;
  margin: 0 auto;
}
.intro--group__col-4 > .title {
  font-size: 28px;
  color: #0089d1;
  text-align: center;
  margin-bottom: 5px;
}
.intro--group__col-4 > .pic {
  width: 100%;
}
.intro--group__col-4 > .pic img {
  width: 100%;
}
.intro--group__col-4 > .intro--field {
  padding: 23px 0;
}
.intro--group__col-4 > .intro--field > .intro--field__title {
  text-align: center;
  color: #2a2a2a;
  font-weight: bold;
  margin-bottom: 20px;
}
.intro--group__col-4 > .intro--field > .inntro--filed__descript {
  text-align: center;
  height: 30px;
}
.intro--group__col-4 > .intro--field > .more--area {
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #dddddd;
}
.intro--group__col-4 .intro--list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.intro--group__col-4 .intro--list > li {
  padding: 12px 0;
  clear: none;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0;
  float: none;
  font-size: 15px;
  position: relative;
}
.intro--group__col-4 .intro--list > li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #2a2a2a;
  display: inline-block;
  position: absolute;
  top: 19px;
  margin-right: 10px;
}
.intro--group__col-4 .intro--list > li:nth-child(4n+1) {
  margin: 0;
  clear: none;
}
.intro--group__col-4 .intro--list > li > a {
  color: #5a5a5a;
  display: inline-block;
  padding-left: 15px;
}
.intro--group__col-4 .intro--list > li > a:hover {
  color: #0089d1;
}

/*---------- tp--full ----------*/
.tp--full {
  border-top: none;
  min-height: 0;
}
.tp--full .tp--full--content {
  padding: 10px 10px 0 10px;
}
.tp--full .title {
  text-align: center;
}
.tp--full .title .pic {
  display: none;
}
.tp--full .title .picShow {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.tp--full .title .picShow img {
  width: 100%;
}

/*---------- tp--unit  ----------*/
.tp--unit {
  border-top: none;
}
.tp--unit .tp--unit--content {
  padding: 10px 10px 0 10px;
}
.tp--unit .tp--unit--content .unit--left {
  display: none;
}
.tp--unit .tp--unit--content .unit--right {
  width: 100%;
  float: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  vertical-align: top;
  display: block;
}
.tp--unit .tp--unit--content .unit--right .right--content {
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 30px;
}

/*---------- card-notice ----------*/
.card-notice .mo--card--notice {
  padding: 0 6px;
}
.card-notice .mo--card--notice .big-title {
  font-size: 35px;
  width: 100%;
  margin: 0 0 10px 0;
  text-align: center;
  display: block;
}
.card-notice .mo--card--notice .descript {
  width: 100%;
  font-size: 16px;
  display: block;
}

/*---------- help--tool ----------*/
.help--tool {
  width: 100%;
}
.help--tool .help--group--col-3 {
  width: 100%;
  float: none;
  margin-bottom: 40px;
}
.help--tool .help--group--col-4 {
  width: 100%;
  float: none;
  margin-bottom: 40px;
}

/* ==========================================================================
   Level 4 css
   ========================================================================== */
/*---------- h1-title ----------*/
.h1-title {
  text-align: center;
}

/*---------- commodity-group -----------*/
.commodity-group .commodity-field .pic {
  width: 100%;
  height: auto;
  float: none;
}
.commodity-group .commodity-field .pic img {
  width: 100%;
}
.commodity-group .commodity-field .pic iframe.video {  
  width: 100%; height:250px;   
}
.commodity-group .commodity-field .descript {
  float: none;
  width: 100%;
  height: auto;
}
.commodity-group .btn-area .btn-blueDark {
  float: none;
  width: 100%;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}
.commodity-group .btn-area .btn-descript {
  float: none;
  border-left: none;
  text-align: center;
  text-decoration: underline;
}

/*----------- choice-group ------------*/
.choice-group {
  margin-bottom: 10px;
}
.choice-group .title {
  color: #05a5a5;
  margin-bottom: 10px;
}
.choice-group .title i {
  font-size: 24px;
}
.choice-group .title .small {
  font-size: 14px;
}
.choice-group .choice-field ul li {
  width: 48%;
  margin: 0 0 10px 0;
}
.choice-group .choice-field ul li .btn-blueLight {
  width: 100%;
}
.choice-group .choice-field ul li:nth-child(odd) {
  float: left;
}
.choice-group .choice-field ul li:nth-child(even) {
  float: right;
}

/*----------- overseas-group ------------*/
.overseas-banner {
  margin-bottom: 0;
}

.overseas-group .branch_pic {
  width: 100%;
  float: none;
}
.overseas-group .branch_intro {
  width: 100%;
  float: none;
  margin-left: 0;
}

.div__tr {
  display: block;
}
.div__tr.branch_name {
  margin: 10px 0;
}
.div__tr .div__th {
  width: 100%;
  display: block;
}
.div__tr .div__td {
  display: block;
}

/*------------ re-choice -----------*/
.re-choice {
  text-align: center;
}

/*----------- card-list -----------*/
.card-list {
  padding: 0;
}
.card-list ul li {
  width: 100%;
  float: none;
  margin: 10px 0 25px 0;
}
.card-list ul li:nth-child(3n+1) {
  clear: none;
}
.card-list ul li:nth-child(3n+2) {
  margin-left: 0;
  margin-right: 0;
}
.card-list ul li > .pic {
  width: 100%;
}
.card-list ul li > .descript {
  height: auto;
}

/*----------- trd-com-list -----------*/
.trd-com-list {
  padding: 0;
}
.trd-com-list ul li {
  width: 100%;
  float: none;
  margin: 10px 0 25px 0;
}
.trd-com-list ul li:nth-child(3n+1) {
  clear: none;
}
.trd-com-list ul li:nth-child(3n+2) {
  margin-left: 0;
  margin-right: 0;
}
.trd-com-list ul li > .pic {
  width: 100%;
}
.trd-com-list ul li > .descript {
  height: auto;
}

/*----------- accordion ------------*/
.accordion--group > li {
  margin-bottom: 10px;
  border: 1px solid #dddddd;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f4f4f4;
}
.accordion--group > li.active {
  background-color: #fff;
  border-top: 3px solid #dddddd;
}
.accordion--group > li.active .accordion--content {
  display: block;
}
.accordion--group > li.active .accordion--title:after {
  content: '';
  width: 11px;
  height: 7px;
  background: url(../images/level4/left-arrowUp-dark.png) no-repeat;
  background-size: 11px 7px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.accordion--group > li .accordion--title {
  padding: 8px 10px;
  color: #5a5a5a;
  font-size: 24px;
  position: relative;
}
.accordion--group > li .accordion--title:after {
  content: '';
  width: 11px;
  height: 7px;
  background: url(../images/level4/left-arrowDown-dark.png) no-repeat;
  background-size: 11px 7px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.accordion--group > li .accordion--content {
  display: none;
  padding: 10px !important;
}

/*----------- illustrat-group ----------*/
.illustrat-group a {
  text-decoration: underline;
}
.illustrat-group div img {
  width: 100%;
}
.illustrat-group .list__rights li .rights__pic {
  width: 80px;
  height: 50px;
}
.illustrat-group .list__rights li .rights__text {
  margin-left: 90px;
}
.illustrat-group .list__rights li .rights__btn {
  margin-left: 0;
}
.illustrat-group .list__rights li .rights__btn .btn-moreinfo {
  width: 100%;
  padding: 13px 0;
}

.alert--send {
  width: 100%;
}
.alert--send .alert--title {
  font-size: 20px;
}

/*---------- Upload File ----------*/
.area--file-upload {
  margin-top: 20px;
  padding: 25px 20px 15px;
  background: #b5ece9;
  border-radius: 3px;
}
.area--file-upload .btn-area {
  margin: 15px 0 10px;
}
.area--file-upload .btn-area .btn-blueDark {
  display: block;
  width: 100%;
  margin: 0;
}
.area--file-upload .btn-area .btn-descript {
  display: block;
  padding: 0;
  margin: 10px 0;
  border: none;
}

.fileUpload {
  width: 100%;
  background: #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  border: 1px solid #dddddd;
  font-size: 15px;
  margin-bottom: 10px;
}
.fileUpload .fileUpload-upload {
  position: absolute;
  width: 100%;
  height: 40px;
  line-height: 40px;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.fileUpload .fileUpload-text {
  display: inline-block;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
}
.fileUpload .fileUpload-btn {
  float: right;
  color: #fff;
  background: #05a5a5;
  width: 30%;
}

/*--------- accordion tabs ---------*/
.mo-hide {
  display: none;
}

.accordion {
  position: relative;
}
.accordion .tabs-nav {
  width: 100%;
  border: 1px solid #ddd;
  height: 45px;
  background: #fff;
  position: relative;
  text-align: center;
}
.accordion .tabs-nav:after {
  content: '';
  width: 13px;
  height: 8px;
  background: url(../images/arrowDown-dark.png);
  background-size: 13px 8px;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 10px;
}
.accordion .tabs-nav.active {
  background: #0089d1;
  color: #fff;
}
.accordion .tabs-nav.active:after {
  content: '';
  width: 13px;
  height: 8px;
  background: url(../images/arrowUp-up.png);
  background-size: 13px 8px;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 10px;
}
.accordion .tabs-nav li {
  padding: 10px 0;
}
.accordion .accordion--tabs {
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
  position: absolute;
  top: 45px;
  z-index: 120;
}
.accordion .accordion--tabs.tab7 li {
  width: 100% !important;
}
.accordion .accordion--tabs.tab2 li {
  width: 50% !important;
  float: left;
}
.accordion .accordion--tabs.tab4 li {
  width: 100% !important;
}
.accordion .accordion--tabs.tab5 li {
  width: 100% !important;
}
.accordion .accordion--tabs li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border-top: none;
  border-left: none;
  border-right: none;
  height: 50px;
  float: none;
  text-align: center;
  padding: 0 10px;
  width: 100% !important;
}
.accordion .accordion--tabs li:last-child {
  border-bottom: none;
}
.accordion .accordion--tabs li.active {
  border-top: none !important;
  border-bottom: 1px solid #ddd;
  border-left: none;
  background: #fff;
  height: 45px;
}
.accordion .accordion--tabs li .tab-title {
  color: #5a5a5a;
  font-size: 15px;
  line-height: 45px;
  height: 45px;
  display: block;
  overflow: hidden;
}
.accordion .accordion--tabs.tabs--blue li.active {
  border-top: none !important;
}
.accordion.accordion--location ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.accordion.accordion--location .accordion--tabs {
  position: static;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #dddddd;
  height: 45px;
}
.accordion.accordion--location .accordion--tabs.tab2 li {
  width: 50%;
}
.accordion.accordion--location .accordion--tabs li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f4f4f4;
  border: 1px solid #dddddd;
  border-left: 0;
  height: 45px;
  float: left;
  text-align: center;
  padding: 0 10px;
}
.accordion.accordion--location .accordion--tabs li:first-child {
  border-left: 1px solid #dddddd;
}
.accordion.accordion--location .accordion--tabs li.active {
  border-bottom: none;
  border-top: 3px solid #dddddd;
  background: #fff;
  height: 46px;
}
.accordion.accordion--location .accordion--tabs li .tab-title {
  color: #5a5a5a;
  font-size: 15px;
  line-height: 45px;
  height: 45px;
  display: block;
  overflow: hidden;
}
.accordion.accordion--location .accordion--tabs.tabs--blue li.active {
  border-top: 3px solid #0089d1 !important;
}

/*--------- prevPage ----------*/
.prevPage {
  padding: 10px 10px 0 10px;
}
.prevPage .btn-prevPage {
  text-decoration: none;
}

/*---------- filter ----------*/
.filter__selector .btn-filterSearch {
  padding: 16px;
  margin: 0;
  float: right;
  width: 100%;
}
.filter__selector .filter__table {
  display: table;
  width: 100%;
}
.filter__selector .filter__table > div {
  display: table-cell;
}
.filter__selector .filter__table > div.mo-field--w80pct {
  width: 80%;
}
.filter__selector .filter__table > div.mo-field--w20pct {
  width: 20%;
  padding-left: 10px;
}
.filter__selector .filter__table.hide {
  display: none;
}

.filter__content .pagination-area {
  margin: 0 auto;
  font-size: 15px;
  text-align: center;
}

/*---------- sub--news ----------*/
.sub--news .news-date,
.sub--news .news-title {
  display: block;
}

.content--news {
  padding: 0;
}
.content--news .news__pic {
  width: 100%;
}
.content--news .kv-shadow {
  width: 100%;
  height: 12px;
  background-size: 100%;
}
.content--news .news__editor .illustrat-group table {
  width: 100%;
}

/*---------- sub--search ----------*/
.search-amount {
  padding: 0;
}

.advancedButton {
  text-align: center;
  display: block;
}

.field-advanced {
  margin-top: 0;
}

/*---------- locations ----------*/
.mo-col--50pct .advancedButton {
  padding: 14px 16px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mo-col--50pct .advancedButton > a {
  text-decoration: underline;
}

/*---------- sub--location ----------*/
.location-content .sub--location {
  border-top: 1px solid #ddd;
}
.location-content .sub--location:hover {
  background-color: transparent;
}

.sub--location {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.sub--location .location-no,
.sub--location .location-name,
.sub--location .location-branch,
.sub--location .location-addr {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ddd;
}
.sub--location .location-name {
  background-color: #86a2b5;
}
.sub--location .location-name .bank-info {
  color: #fff;
}
.sub--location .location-addr {
  border-bottom: none;
}

.btn--newType {
  float: right;
}

.location-en .location-no,
.location-en .location-name,
.location-en .location-branch,
.location-en .location-addr {
  display: table;
  padding: 0;
}
.location-en .mo-title,
.location-en .mo-content {
  display: table-cell;
  padding: 10px;
}
.location-en .mo-title {
  width: 30%;
  vertical-align: middle;
  padding: 10px;
  background-color: #86a2b5;
  color: #fff;
}
.location-en .mo-content {
  width: 70%;
  background-color: #fff;
}

.kv-bank {
  width: 100%;
}
.kv-bank.kv-newbank .fancybox-text {
  width: auto;
  position: static;
}

.location-map {
  width: 100%;
}
.location-map iframe {
  width: 100%;
  height: 410px;
}

/*---------- award ----------*/
.award .award--group,
.award .evaluation--group,
.evaluation .award--group,
.evaluation .evaluation--group {
  padding: 0;
}
.award .award--group > li,
.award .evaluation--group > li,
.evaluation .award--group > li,
.evaluation .evaluation--group > li {
  border: 1px solid #dddddd;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f4f4f4;
}
.award .award--group > li.active,
.award .evaluation--group > li.active,
.evaluation .award--group > li.active,
.evaluation .evaluation--group > li.active {
  background-color: #fff;
  border-top: 3px solid #dddddd;
}
.award .award--group > li.active .award--content,
.award .award--group > li.active .evaluation--content,
.award .evaluation--group > li.active .award--content,
.award .evaluation--group > li.active .evaluation--content,
.evaluation .award--group > li.active .award--content,
.evaluation .award--group > li.active .evaluation--content,
.evaluation .evaluation--group > li.active .award--content,
.evaluation .evaluation--group > li.active .evaluation--content {
  display: block;
}
.award .award--group > li.active .award--title:after,
.award .award--group > li.active .evaluation--title:after,
.award .evaluation--group > li.active .award--title:after,
.award .evaluation--group > li.active .evaluation--title:after,
.evaluation .award--group > li.active .award--title:after,
.evaluation .award--group > li.active .evaluation--title:after,
.evaluation .evaluation--group > li.active .award--title:after,
.evaluation .evaluation--group > li.active .evaluation--title:after {
  content: '';
  width: 11px;
  height: 7px;
  background: url(../images/level4/left-arrowUp-dark.png) no-repeat;
  background-size: 11px 7px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.award .award--group > li .award--title,
.award .award--group > li .evaluation--title,
.award .evaluation--group > li .award--title,
.award .evaluation--group > li .evaluation--title,
.evaluation .award--group > li .award--title,
.evaluation .award--group > li .evaluation--title,
.evaluation .evaluation--group > li .award--title,
.evaluation .evaluation--group > li .evaluation--title {
  padding: 8px 10px;
  color: #5a5a5a;
  font-size: 24px;
  position: relative;
}
.award .award--group > li .award--title:after,
.award .award--group > li .evaluation--title:after,
.award .evaluation--group > li .award--title:after,
.award .evaluation--group > li .evaluation--title:after,
.evaluation .award--group > li .award--title:after,
.evaluation .award--group > li .evaluation--title:after,
.evaluation .evaluation--group > li .award--title:after,
.evaluation .evaluation--group > li .evaluation--title:after {
  content: '';
  width: 11px;
  height: 7px;
  background: url(../images/level4/left-arrowDown-dark.png) no-repeat;
  background-size: 11px 7px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.award .award--group > li .award--content,
.award .award--group > li .evaluation--content,
.award .evaluation--group > li .award--content,
.award .evaluation--group > li .evaluation--content,
.evaluation .award--group > li .award--content,
.evaluation .award--group > li .evaluation--content,
.evaluation .evaluation--group > li .award--content,
.evaluation .evaluation--group > li .evaluation--content {
  display: none;
  padding: 10px !important;
}

/*---------- Evaluation ----------*/
.evaluation-ul li.front {
  width: 100%;
  float: none;
  border-right: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
}
.evaluation-ul li.front ul li .title,
.evaluation-ul li.front ul li .content {
  display: inline-block;
}
.evaluation-ul li.mid {
  width: 100%;
  float: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
}
.evaluation-ul li.back {
  width: 100%;
  float: none;
  border-left: none;
}

/*---------- About ----------*/
.sub--about {
  display: block;
}
.sub--about > div {
  display: block;
}
.sub--about .about--title {
  width: 100%;
  margin-bottom: 10px;
}

.form__file .file-title {
  display: none;
}
.form__file .file-content {
  display: block;
}
.form__file .file-content .sub--file {
  margin-bottom: 10px;
  border: 1px solid #ddd;
}
.form__file .file-name,
.form__file .file-download {
  display: block;
  width: 100%;
}
.form__file .file-name {
  border-right: none;
  border-bottom: 1px solid #ddd;
  background: #86a2b5;
  color: #fff;
  padding: 15px 10px;
}
.form__file .file-download {
  padding: 10px;
}

/*---------- structure ----------*/
.structure-img {
  padding-left: 0;
}

/*---------- apply-btns -----------*/
.apply-btns {
  padding: 0 !important;
  list-style: none !important;
}
.apply-btns li {
  width: 100%;
  float: none;
}
.apply-btns li:nth-child(2n) {
  float: none;
}

/*---------- stepArea ----------*/
.stepArea__pic--pc {
  display: none;
}
.stepArea__pic--mobile {
  display: block;
  width: 100%;
}
.stepArea__pic--mobile img {
  width: 100%;
}
/*---------- credit_card - 消費分期約定 -----------*/ /*201701 by ChristineTsai*/
/*---popup ------------------------------------ */
.main-button .w50pct {  
  width:100%;
  padding:10px;
  margin-top:-90px;
  text-align: center;
}
.main-button .btn-blue-wf-f18 { margin-top:0; }
/*---OTP ----------------*/
.OTP-img{ display:block; width:59px; height:80px; background: url(../images/lock.png) no-repeat 3px top; background-size: 59px 80px; margin-bottom:-10px; }
.OTP-th { width:100%; padding:5px 0; }
.OTP-td { width:100%; padding:5px 0; }
.OTP-td .choice-content {
  padding: 15px; 
  font-size: 14px;
  width: 100%; 
  margin-top: 15px;
  box-sizing: border-box; 
  background: #eeeeee;
  border-radius: 3px; }
.OTP-td input {width: 100%!important;}
.OTP-td input[type="text"]::-webkit-input-placeholder,
.OTP-td input[type="tel"]::-webkit-input-placeholder, 
.OTP-td input[type="password"]::-webkit-input-placeholder {
  color: #f60!important; }
.OTP-td.f-28 {font-size: 28px!important; }

/*=== text customer service : floating ========================*/ 
.TCS-M {
background-color: #e6f3ff; 
border-top:2px solid #80bce0;
color:#333;
border-radius:3px;
text-align: left; 
z-index:9999;
width: 62%; 
min-height:60px;  
position:fixed;
left:14%;
bottom:4px;
padding:2px 10px 5px 60px; margin:0 3px;
box-sizing: border-box;
-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.9);
-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.9);
box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.9);}
@media screen and (-webkit-min-device-pixel-ratio:0){ 
.TCS-M { width: 57%; left:19%;} 
}/*chrome and safari*/
.TCS-M .cr-icon {display:inline-block; width:45px; height:45px; background: url(../images/btn/icon-chatActive.png) no-repeat left top; background-size:40px; float:left; margin:-22px 0 0 -50px; clear:both; z-index: 9999;}
.TCS-M a.close {display:block; width:24px; height:24px; background: url(../images/btn/close-r.png) no-repeat left top; float:right; position:relative; top:-18px; right:-28px; clear:both;}

/*=== menu & main content ========================*/ 
.l-body {
    left: 0;
    width: 100%;
    position: relative;
    -webkit-transition: margin-top 0.3s, left 0.3s;
    -moz-transition: margin-top 0.3s, left 0.3s;
    -ms-transition: margin-top 0.3s, left 0.3s;
    -o-transition: margin-top 0.3s, left 0.3s;
    transition: margin-top 0.3s, left 0.3s;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.l-body.is-animate.is-lock {
    overflow: hidden;
}
.menu_mask {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
    background: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
    opacity: 0.35;
    display: none;
}
.l-body.is-animate {
    top: 0;
    left: 80%;
    height: 100%;
    position: fixed;
}
.l-nav {
    margin-left: -80%;
    width: 80% !important;
    height: 100%;
    position: fixed;
    display: block;
    background: #ffffff;
    z-index: 2;
}
.l-nav.is-animate {
    margin-left: 0%;
    position: relative;
}
.main {
/*    margin-top: 60px;*/
    margin-top: 50px;
}
h1 {
    font-size: 32px;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 20px;
}

/* home */
section {
    min-height: inherit;
    background: none !important;
}
.block_color {
    width: 100%;
    margin: 25px 0;
    position: static;
/*    padding: 20px;*/
    margin: 10px;
    margin-top: 0;
    border-radius: 0 !important;
}
section:nth-of-type(odd) .block_color {
    margin-right: 10px;
    float: none;
}
section:nth-of-type(even) .block_color {
    margin-left: 0;
    float: none;
}
section .bg, .act {
    display: none;
}
.block_inner {
    display: block;
    max-width: inherit;
}
.owl-theme1 .owl-prev {
    left: 0;
}
.owl-theme1 .owl-next {
    right: 0;
}
.circle {
/*    border-radius: 50px;*/
    padding: 20px 30px;
    display: block;
    overflow: hidden;
    width: auto;
}
.circle .fl {
    margin: 0;
    width: 50%;
}
.circle span {
    float: right;
    width: 50%;
    text-align: right;
}
.carousel-indicators {
    bottom: -0.5em;
}
/*
#s2 ul {
    margin-left: 0;
}
*/
.s_inner {
    display: block;
    width: 100%;
}
#s2 h1 {
    text-align: center;
}
#s2 .fr {
    float: none;
    position: static;
    width: auto;
    padding-top: 50px;
    margin-right: 2vw;
}
#s2 .btn1 {
/*    display: none;*/
    display: block;
    margin: 0 auto;
    margin-bottom: 1.5em;
}
#s3 {
    margin-top: 50px;
}
#s3 .block_color {
    float: none;
    margin-bottom: 0;
}
#s3 .tar {
/*    margin-left: 5%;*/
}
.s3_bg {
    display: block;
    background: rgba(133, 134, 134, 0.95);
    padding-bottom: 50px;
}
#s3 ul {
    position: static;
    margin: 0 auto;
    display: block;
    text-align: center;
    float: none;
    max-width: 450px;
}
#s3 li {
    width: 25%;
/*    float: left;*/
    display: inline-block;
}
#s3 li span {
    display: inline-block;
    margin: 5px;
    padding: 14px;
}
#s3 li img {
/*    width: 70%;*/
}
#s3 li div {
/*    font-size: 15px;*/
}
.boxs {
    display: none;
    overflow: inherit;
}
.boxs a {
    display: block;
}
.big {
    display: block;
}
.small {
    font-size: 16px;
    width: inherit;
    height: inherit;
}
.boxs_wrap {
/*    margin: 0 30px;*/
}
.col2 > * {
    margin-right: 0 !important;
    width: auto;
    float: none;
}
#s5 {
    padding: 20px;
    background: #f4f4f4 !important;
}
#s5 h1 {
    text-align: center;
}
/*
#s6 .inner {
    padding: 0 50px;
}
*/
.ad_wrap {
/*    max-width: 80%;*/
}
.owl-theme4 .owl-dots {
    display: block;
}
*[data-parallax] {
    transform: none !important;
    -webkit-transform: none !important;
}
.boxs .big {
    max-width: inherit;
    max-height: inherit;
}
.boxs .small {
    max-width: inherit;
    max-height: inherit;
/*    width: 400px;*/
/*    height: 400px;*/
}
.boxs_wrap {
    max-width: 400px;
    margin: auto;
    overflow: inherit;
}
.border2 {
/*    max-width: none;*/
}
#s2 p {
    font-size: 20px;
}
#s2 .block_color {
    margin-left: 0;
    margin-right: 10px;
    text-align: center;
}
#s2 li {
    padding: 10px;
    font-size: 20px;
    margin: 5px;
}
#s2 li img {
    width: 40px;
}
.pc-show-important {
  display: none !important;
}
.mo-show-important {
  display: block !important;
}
#carousel-example-generic {
/*    min-height: inherit;*/
}
.owl-theme1 .owl-prev {
/*    left: -30px;*/
    left: -10px;
}
.owl-theme1 .owl-next {
/*    right: -30px;*/
    right: -10px;
}
.owl-theme2 .owl-prev {
    left: 0;
}
.owl-theme2 .owl-next {
    right: 0;
}
.desc {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.bread {
    margin-bottom: 30px;
}
.l-single {
    padding: 30px 30px 50px 30px;
}
.date_wrap {
    right: 30px;
    top: 24px;
}
.main_box h1 {
/*    font-size: 20px;*/
    margin-bottom: 30px;
}
.list1 li {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #999999;
}
.list1 li:before {
    visibility: hidden;
}
.date2 {
    display: block;
}
.main_box {
    position: relative;
/*    border-top: 0;*/
}
.l-content {
    float: none;
    width: auto;
    padding: 30px 30px 50px 30px;
    position: relative;
}
.l-side {
    float: none;
    margin-top: 0;
    width: auto;
}
.m-aside.m-aside-accordion {
    top: 80px;
    left: 0;
    width: calc( 100% - 60px );
    border-bottom: 0;
    display: block;
    position: absolute;
    z-index: 1;
    margin: 0 30px;
}
.m-section {
    margin-top: 100px;
}
.claim.car .m-section {
    margin-top: 200px;
}
.m-section-hd h1 {
/*    display: none;*/
}
.m-aside-hd {
    display: block;
    background: #eeeeee;
    font-size: 20px;
    padding: 10px 20px;
    color: #000000;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}
.m-aside-hd .svg {
    position: absolute;
    width: 27px;
    height: 10px;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.m-aside-hd .svg path {
    fill: #0089d1;
}
.acc_wrap.open .m-aside-hd .svg {
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.m-aside-bd {
    display: none;
    border-top: 1px solid #999999;
}
.l-side h5 {
    background: #eeeeee;
    color: #000000;
    font-size: 15px;
    padding: 10px 20px;
    border-bottom: 1px solid #999999;
    display: none;
}
#aside-item {
    padding: 0;
}
#aside-item > li {
    padding-left: 0;
}
#aside-item > li > a {
    padding-left: 20px;
    padding-right: 20px;
}
#aside-item .hassub > a:before {
    right: 20px;
}
#aside-item .hassub > a:after {
    right: 24px;
}
#aside-item > li:before {
    display: none;
}
#aside-item .hassub ul {
    padding: 10px 10px 10px 18px;
    background: #0089D1;
}
#aside-item .hassub li {
    padding-left: 18px;
}
#aside-item .hassub ul a {
    color: #ffffff;
}
#aside-item ul a.cur, #aside-item ul a:hover {
    color: #ffffff;
}
#aside-item ul a.cur:before {
    position: absolute;
    content: '';
    border: solid white;
	border-width: 2px 2px 0 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -4px;
	top: 50%;
	left: -20px;
	width: 7px;
	height: 7px;
}
#aside-item ul a:hover {
    text-decoration: underline;
}
.otherbtn:after {
    content: '';
    clear: both;
    display: table;
}
.otherbtn {
    position: absolute;
    top: 130px;
    width: calc( 100% - 60px );
    margin: 0 30px;
}
.otherbtn a {
    float: left;
    width: 48%;
    margin-bottom: 50px;
    font-size: 15px;
    box-sizing: border-box;
}
.otherbtn a:first-child {
    margin-right: 3.5%;
}
.otherbtn img {
    width: 30px;
}
.otherbtn em {
    padding: 4px 0;
    text-align: left;
}
.vision {
    background: none;
    height: auto;
}
.claim.service .fl {
    float: none;
    display: block;
    margin: auto;
}
.claim.service .tit1 {
    margin-top: 10px;
}
.pro_list1 > * {
    float: none;
    width: auto;
}
.public .acc_con {
    padding: 0 15px;
}
.public .list3 li {
    float: none;
    width: auto;
}
.list3 li:nth-child(odd) {
    margin-right: 0;
}
.search_bar table, .search_bar tr, .search_bar td {
    display: block;
}
.search_bar td {
    width: auto !important;
}
.search_bar .search_qa {
    margin: 0;
    margin-bottom: 15px;
}
.search_bar span {
    margin-right: 10px;
}
.quickqa_icon {
    max-width: 370px;
    margin: auto;
    font-size: 18px;
    margin-bottom: 20px;
}
.quickqa_icon a {
    margin-bottom: 15px;
    max-width: 45%;
    box-sizing: border-box;
}
.box1_wrap .box1 {
    float: none;
    width: auto;
}
.box1_wrap .box1:nth-child(odd) {
    margin-right: 0;
}
.quickqa.qa_inner .acc_wrap {
    margin: 0;
}
.quickqa.qa_inner .search_qa {
    position: relative;
    width: 100%;
}
.box2 .m {
    float: none;
    margin-bottom: 10px;
}
.thanks .fl {
    width: auto;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
}
.search_wrap {
    width: 100%;
}
.sort_wrap + .fr {
    margin-top: 10px;
}
.radio_wrap {
    margin: 15px 0;
}
.search .radio_wrap:not(:last-child) {
    margin-right: 15px;
}
.m-form-group.m-form-horizontal {
    margin-top: 15px;
}
.m-form-group.m-form-horizontal .m-form-addon {
    text-align: left;
    display: block;
}
.m-form-group .m-form-ctrl-table {
    padding-right: 5px;
    overflow: hidden;
    display: block;
}
.m-form-group .m-form-ctrl-table>.m-form-addon {
	float: left;
	*zoom:1;
	vertical-align: middle
}
.m-form-group .is-margin-top-xs {
    margin-top: 5px;
}
.m-form-group .m-form-ctrl .m-form-addon {
    min-width: 35px;
    padding-right: 0;
    text-align: center;
}
.b-align-xs-left {
	text-align: left
}
.b-align-xs-center {
	text-align: center
}
.b-align-xs-right {
	text-align: right
}
[class^="b-col-xs-"], [class*=" b-col-xs-"] {
	padding-right: 5px;
	padding-left: 5px
}
.b-col-xs-0 {
	display: none !important
}
.b-col-xs-padding {
	padding-left: 5px;
	padding-right: 5px
}
.b-col-xs-padding-reset {
	padding-left: 0 !important;
	padding-right: 0 !important
}
.b-col-xs-6 {
	width: 100%;
	float: left;
	clear: both
}
.b-col-xs-5 {
	width: 83.33333%;
	float: left
}
.b-col-xs-4 {
	width: 66.66667%;
	float: left
}
.b-col-xs-3 {
	width: 50%;
	float: left
}
.b-col-xs-2 {
	width: 33.33333%;
	float: left
}
.b-col-xs-1 {
	width: 16.66667%;
	float: left
}
.m-table.no-data-label tbody th:before,
    .m-table.no-data-label tbody td:before {
        display: none
    }
    .m-table thead {
        display: none
    }
    .m-table tr {
        margin-top: 10px;
        overflow: hidden;
        *zoom: 1;
        display: block;
        vertical-align: middle
    }
    .m-table tr:first-child {
        margin-top: 0
    }
    .m-table tbody th,
    .m-table tbody td {
        width: 100%;
        line-height: 1.6;
        min-height: 40px;
        display: table;
        vertical-align: middle
    }
.m-table tbody td {
    border-bottom: 0;
}
    .m-table tbody th:nth-child(odd),
    .m-table tbody td:nth-child(odd) {
        background: #F4FAFC
    }
    .m-table tbody th:nth-child(odd):before,
    .m-table tbody td:nth-child(odd):before {
        background: #51aedf
    }
    .m-table tbody th:before,
    .m-table tbody td:before {
        content: attr(data-label);
        padding-right: 5px;
        text-align: right;
        text-transform: none;
        color: #FFF;
        width: 39%;
        background: #6bbae4;
        display: table-cell;
        vertical-align: middle;
        float: none;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    .m-table tbody th>*:not(before),
    .m-table tbody td>*:not(before) {
        padding: 5px;
        word-wrap: break-word;
        word-break: break-all;
        display: table-cell;
        vertical-align: middle;
        float: none
    }
.pro.in .pro_list1 {
    text-align: center;
}
.pro.in .border2 {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.pro .border2 {
    margin-left: auto;
    margin-right: auto;
}
.pro .pro_list1 table {
    margin-left: auto;
    margin-right: auto;
}

/* pro_a & pro_b */
.pro_a {
    background: #ffffff;
}
.pro_a .vision {
    height: auto;
}
.pro_menu {
    float: none;
    width: auto;
    margin: 15px;
}
.pro_content {
    float: none;
    width: auto;
}
.pro_menu .acc_btn {
    position: relative;
    background: #048893;
    font-size: 20px;
    color: #ffffff;
    padding: 3px;
    line-height: 1;
}
.pro_menu .acc_btn em {
    display: block;
    background: #048893;
    padding: 7px 15px;
    border: 1px solid #ffffff;
}
.pro_menu .acc_btn:after {
    height: 0;
    width: 0;
    content: " ";
    display: block;
    border: 7px solid transparent;
    position: absolute;
    right: 20px;
    top: 18px;
    border-top: 7px solid #ffffff;
/*    z-index: 2;*/
}
.pro_menu .acc_wrap.open .acc_btn:after {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 9px;
}
.pro_menu a {
    display: block;
    border: none;
    padding-left: 18px;
}
.pro_menu a:hover, .pro_menu a.cur {
    color: #34b8c3;
}
.pro_a .acc_con {
    position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
    border: 1px solid #01a6b4;
    box-sizing: border-box;
    padding: 0;
    text-align: left;
    font-size: 20px;
}
.pro_content {
    padding: 0 15px;
}
.pro_b .vision {
    height: auto;
}
.pro_b .vision img {
    width: 100%;
}
.pro_menu2 {
    margin: 15px;
}
.pro_menu2:after {
    display: none;
}
.pro_menu2 .acc_btn {
    font-size: 20px;
    border: 1px solid #008dce;
    padding: 5px 15px;
    margin-bottom: 1px;
    position: relative;
}
.pro_menu2 .acc_btn:after {
    height: 0;
    width: 0;
    content: " ";
    display: block;
    border: 7px solid transparent;
    position: absolute;
    right: 20px;
    top: 16px;
    border-top: 7px solid #009cc1;
    z-index: 2;
}
.pro_menu2 .acc_wrap.open .acc_btn:after {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 8px;
}
.pro_menu2 ul:before, .pro_menu2 ul:after {
    display: none;
}
.pro_menu2 ul {
    text-align: left;
    background: rgba(14, 165, 194, 0.9);
    border-top: none;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    z-index: 2;
}
.pro_menu2 li {
    display: block;
    margin: 0;
}
.pro_menu2 a {
    display: block;
    padding: 10px 15px;
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
}
.pro_menu2 a.cur, .pro_menu2 a:hover {
    color: #004f50;
}
.pro_menu2 a.cur:before, .pro_menu2 a:hover:before {
    display: none;
}
.pro_content2 {
    padding: 0 15px;
}
.pro_list2 {
    text-align: left;
}
.pro_list2 li {
    display: block;
    width: auto;
    padding: 15px 0;
    border-bottom: 1px solid #cccccc;
}
.form1 {
    padding: 15px;
}
.form1 .m-form-group.m-form-horizontal .m-form-addon {
    padding-bottom: 2px;
    font-size: 16px;
}
.checkbox_wrap {
    margin: 20px 0;
}
.checkbox_wrap input {
    float: left;
    margin-top: 5px;
}
.checkbox_wrap label {
    display: block;
    overflow: hidden;
    font-size: 14px;
}
/* end of pro_a & pro_b */

@media screen and (max-width: 480px) {
    #s3 li {
/*        margin: 5px 10px;*/
        width: 32%;
    }
    #s3 li:nth-child(odd) {
/*        text-align: right;*/
    }
    #s3 li:nth-child(even) {
/*        text-align: left;*/
    }
    .boxs_wrap {
        max-width: 80%;
    }
    .owl-nav {
        width: 100%;
    }
    .block_color {
        padding: 20px;
    }
    .circle {
        border-radius: 50px;
        padding: 20px;
    }
}