.funcTag_i{
 width:35px;
 height:27px;
 background:url(../images/s_icon.png);
 background-size:35px 135px;
 display: inline-block;
 vertical-align: middle;
 background-repeat: no-repeat;
}
.icon_s_001{
   background-position-y:0;
}
.icon_s_002{
   background-position-y:-27px;
}
.icon_s_003{
   background-position-y:-54px;
}
.icon_s_004{
   background-position-y:-81px;
}
.icon_s_005{
   background-position-y:-108px;
}
.top_5{
 margin-top:5px;
}
.funcTag_span + span {
  display: inline-block;
  vertical-align: baseline;
  margin-left:0;
  font-size: 14px;
  color: #6d6d6d;
}
.func_b{
 width:45px;
 height:35px;
 background:url(../images/b_icon.png);
 background-size:45px 280px;
 margin: 5px 2px;
 display: inline-block;
 vertical-align: middle;
 background-repeat: no-repeat;
}
.w_map{
   background-position-y:0;
}
.f_map{
   background-position-y:-35px;
}
.d_map{
   background-position-y:-70px;
}
.r_map{
   background-position-y:-105px;
}
.w_map24{
   background-position-y:-140px;
}
.f_map24{
   background-position-y:-175px;
}
.d_map24{
   background-position-y:-210px;
}
.r_map24{
   background-position-y:-245px;
}
.top_0{
 margin-top:0;
}
.descList > li {
    float: left;
    margin-left:10px;
}
li.descList_ml_0 {
    float: left;
    margin-left:0px;
}
.funcTag{
 width:45px;
 height:35px;
 background:url(../images/b_icon.png);
 background-size:45px 280px;
 margin: 5px 2px;
 display: inline-block;
 vertical-align: middle;
 background-repeat: no-repeat;
}
.funcTag--withdraw{
  background-position-y:0;
}
.funcTag--deposit{
  background-position-y:-35px;
}
.funcTag--foreign{
  background-position-y:-70px;
}
.funcTag--record{
  background-position-y:-105px;
}
.funcTag--withdraw24{
  background-position-y:-140px;
}
.funcTag--deposit24{
  background-position-y:-175px;
}
.funcTag--foreign24{
  background-position-y:-210px;
}
.funcTag--record24{
  background-position-y:-245px;
}
.m_box_10{
  padding:0; 
}
.filter__title {
    position: relative;
    padding: 8px 30px 8px 10px;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    background-color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    cursor:pointer;
    color: #6d6d6d;
}
.filter__title.on {
    border-radius: 3px 3px 0 0;
}
.filter__title:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    background-image: url(../images/icon-filter.png);
    background-size: 20px;
}
.filter__content {
    display: none;
    padding: 10px 15px 0;
    border: 1px solid #d8d8d8;
    background-color: #ffffff;
    border-top: none;
}
.filter__content.open {
    border-radius: 0 0 3px 3px;
}



.divRow .divLabel.labelbox__title{
   width:350px;
   text-align:left;
   padding-left:22px; 
   padding-top: 8px;
  color: #00994e;  
   font-size:16px;
   font-weight:bold;  
}
.divRow .divInput.labeinput{
  padding-left: 5px;
  margin-left: 350px;
}
a.link{
    color: #00994e;
    text-decoration: underline;
    text-align:right;
    float:right;
    font-size: 1em;
    line-height: 1.5;
    margin-bottom:10px;  
}
/*---------- popoup ----------*/
.fancybox-slider{
  height:100%; 
}
.fancybox-buttons,.fancybox-infobar{
  display:none; 
}
.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background:rgba(0, 0, 0, 0.87);
}
.fancybox-bg {
    opacity: 0.87;
    width:100%;
}
.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
   
}
.fancybox-controls {
  display: none;
}
.fancybox-slide > * {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 80px 0 44px;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background: #fff;
    overflow: auto;
    box-sizing: border-box;
}
.popup {
  max-height: 100vh;
  max-width:600px;
  left:50%;
  margin-left:-300px; 
  padding: 0;
  border-radius: 3px;
  overflow: visible;
  display: none;
  opacity: 0;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fancybox-slide--complete .popup {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.popup__title {
  height: 40px;
  border-radius: 3px 3px 0 0;
  background: #00994e;
  padding-left: 20px;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.popup__container {
  padding: 40px;
  max-width: 60vw;
  max-height: 60vh;
  overflow: auto;
  background: #fff;
}
.popup__container--text {
  padding: 40px 30px;
}
.popup__image {
  text-align: center;
}
.popup__image img {
  width: 100%;
}
.popup .actionArea {
  padding-left: 50px;
  padding-right: 50px;
}
.popup .btn {
  padding-top: 10px;
  padding-bottom: 10px;
}
.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}
.fancybox-close-small:before {
    transform: rotate(45deg);
}
.fancybox-close-small:after {
    transform: rotate(-45deg);
}
.fancybox-close-small:before, .fancybox-close-small:after {
    position: absolute;
    left: 20px;
    top: 8px;
    content: ' ';
    height: 18px;
    width: 3px;
    background-color: #fff;
}
@media only screen and (max-width:960px) {
  .popup .table {
    min-width: 300px;
  }
  .popup__container{
    padding: 40px;
    max-width: 100%;
    max-height: 60vh;
    overflow: auto;
    background: #fff;

  }
  .popup {
      margin:100px 0 0 !important;
      max-width:100%;
      width: 100%;
      left:0;
      margin-left:0;  
  }
}

/*---------- errorMsg ----------*/
.errorMsg {
  color: #ff2828;
  text-align: center;
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 40px;

}
.errorMsg > div {
  position: relative;
  display: inline-block;
  text-align: justify;
  min-height: 35px;
  line-height:35px;
  font-size: 24px;
  font-weight: bold;
}
.errorMsg span{
  padding-top:10px; 
}
.atmTable{
     width: 100%;
      box-shadow: none;
      border: 1px solid #d8d8d8;
      border-collapse: collapse;
      margin-bottom: 0;
      table-layout: fixed;
}
.atmTable th{
    background-color:#00994e;
    text-align:center;
    color: #fff;
}
.atmTable th, .atmTable td {
    padding: 10px 15px;
    text-align:center;
    word-break: break-all;
}
.atmTable tr{
    border-bottom: 1px solid #d8d8d8;
}
.iSprite30__warning:before{
    width:30px;
    height:30px;
    background-image: url(../images/warring.png);
    background-size: 30px 30px;
    padding-top: 5px;
    padding-right: 5px;
}

@media screen and (max-width: 960px){
   .m_box_10 {
        padding:0px 5px;
    }
   .boxpadding{
     padding:0 5px; 
   }
   .divRow .divLabel.labelbox__title{
     display:block;
     position:relative;
     width:100%;
     text-align:left;
     padding-left:8px;
     margin-bottom: 10px;
      
   }
   .divRow .divInput.labeinput{
    margin-left:0;
   }
   .w100{
     width:100%; 
   }
   .min-height_m{
     min-height:600px;
   }
   .errorMsg {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 960px) {
  li.descList_ml_0 {
    float: left;
    margin-left:15px;
  }
}