/**********************************************************
                         service                           
***********************************************************/
.service {
   border: 1px solid #e1e1e1;
}
.svc_container {
   padding: 30px 0;
}
.svc_wrap {
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
}
.svc_wrap .svc_list {
   width: 20%;
}
.svc_wrap .svc_list .svc_title {
   margin-bottom: 12px;
   line-height: 20px;
   font-size: 14px;
}
.svc_list .svc_csheight {
   height: 45px;
}
.svc_list .svc_cstel > a {
   display: inline-block;
   line-height: 40px;
   font-size: 36px;
   font-weight: bold;
}
.svc_list .svc_csopen {
   line-height: 18px;
   font-size: 12px;
   color: #aaa;
}
.svc_list .svc_banknum {
   line-height: 30px;
   font-size: 20px;
}
.svc_list .svc_bankname {
   line-height: 20px;
   font-size: 12px;
   color: #aaa;
}
.svc_list .svc_rtadd {
   line-height: 20px;
   font-size: 14px;
}
.svc_list .svc_rttxt {
   line-height: 20px;
   font-size: 12px;
   color: #aaa;
}
.svc_list .svc_sclwrap {
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
   text-align: center;
}
.svc_list .svc_scllist .svc_sclicon {
   display: inline-block;
   width: 64px;
   height: 64px;
   margin-bottom: 15px;
}
.svc_list .svc_scllist .svc_sclicon01 {
   background: url(../../images/main_social01.png?ver=210819) no-repeat center center;
}
.svc_list .svc_scllist .svc_sclicon02 {
   background: url(../../images/main_social02.png?ver=210819) no-repeat center center;
}
.svc_list .svc_scllist .svc_sclicon03 {
   background: url(../../images/main_social03.png?ver=210819) no-repeat center center;
}
.svc_list .svc_scllist .svc_sclname {
   font-size: 12px;
}

/**********************************************************
                         footer                           
***********************************************************/
.ft_container {
   padding: 30px 0 35px;
}
.ft_navwrap {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   margin-bottom: 17px;
}
.ft_navwrap .ft_navlist {
   margin-right: 10px;
}
.ft_navwrap .ft_navlist:after {
   content: "|";
   display: inline-block;
   margin-left: 6px;
}
.ft_navwrap .ft_navlist:last-child:after {
   display: none;
}
.ft_navwrap .ft_navlist > a {
   line-height: 20px;
   font-size: 14px;
}
.ft_companyinfo {
   display: flex;
   flex-wrap: wrap;
   width: 100%;
   max-width: 520px;
   margin-bottom: 10px;
}
.ft_companyinfo .ft_cilist {
   margin-right: 15px;
   line-height: 20px;
   font-size: 12px;
}
.ft_companyinfo .ft_cilist.red {
   color: #a80202;
}
.ft_copy {
   font-size: 12px;
   color: #9e9e9e;
}

@media screen and (max-width: 1300px) {
   .svc_wrap {
      flex-wrap: wrap;
   }
   .svc_wrap .svc_list {
      width: 50%;
      height: 120px;
      margin-bottom: 20px;
   }
   .svc_wrap .svc_list:nth-child(even) {
      padding-left: 20px;
   }
   .svc_list .svc_sclwrap {
      justify-content: flex-start;
   }
   .svc_list .svc_sclwrap .svc_scllist {
      margin-right: 20px;
   }
}
@media screen and (max-width: 639px) {
   .svc_wrap .svc_list {
      width: 100%;
      height: auto;
   }
   .svc_wrap .svc_list:nth-child(even) {
      padding-left: 0;
   }
}
@media screen and (max-width: 499px) {
   footer{
      padding-bottom: 70px;
   }
}