@charset "utf-8";




/*** footer ***/
#footer {
   background: #fff;
   border-top: 1px solid #e5e5e5;
}
.footer {
   position: relative;
   width: 1100px;
   margin: 0 auto;
}
.company-list {
   padding: 20px 0;
   font-size: 0;
   margin-top: 15px;
   margin-bottom: 5px;
}
.company-list ul li {
   display: inline-block;
   padding: 0 20px;
   position: relative;
}
.company-list ul li:first-child {
   padding-left: 0;
}
.company-list ul li:before {
   content: "";
   display: inline-block;
   position: absolute;
   left: 0px;
   top: 50%;
   margin-top: -5px;
   height: 11px;
   width: 1px;
   border-right: 1px solid #d0d0d0;
   vertical-align: middle;
}
.company-list ul li:first-child:before {
   display: none;
}
.company-list ul li a {
   color: #555;
   font-size: 14px;
   line-height: 14px;
   letter-spacing: -0.25px;
}
.company-list ul li.privacy_red > a {
    color: #e01046;
}
.footer-contents {
   display: flex;
   justify-content: space-between;
   padding-bottom: 70px;
   letter-spacing: -0.25px;
}
.footer-contents h3 {
   font-size: 15px;
   font-weight: bold;
   line-height: 45px;
   height: 45px;
   color: #555;
}
.footer-contents ul li {
   font-size: 13px;
   color: #999;
   line-height: 24px;
}
.footer-contents ul li strong {
   display: inline-block;
   font-size: 28px;
   font-weight: 800;
   line-height: 28px;
   height: 28px;
   vertical-align: middle;
   letter-spacing: -0.5px;
   margin-right: 20px;
   color: #4361c4 !important;
}


a#MOVE_TOP_BTN {
   position: fixed;
   right: 2%;
   bottom: 50px;
   display: none;
   z-index: 999;
}

a#MOVE_TOP_BTN:hover {
   transition: all ease 0.5s 0s;
}


@media (max-width: 1140px) {
   .footer {
       width: 100%;
       padding: 0px 20px;
   }
   #footer {
      margin-bottom: 75px;
  }
}

@media (max-width: 1024px) {
   .footer-contents {
      width: 100%;
      display: table;
   }
   .footer-contents h3 {
      line-height: 40px;
      height: 40px;
    }
   .company-list {
      margin-top: 10px;
   }
   .company-list ul li a {
      font-size: 13px;
   }
   .customer-center, .bank-info {
      display: inline-block;
      width: 50%;
   }
   .address {
      margin-top: 20px;
   }
   .address h3 {
      display: none;
   }
   .footer-contents ul li {
      font-size: 12px;
      line-height: 22px;
  }
  .footer-contents ul li strong {
      font-size: 24px;
   }
}

@media (max-width: 768px) {
   .company-list {
      margin-top: 7px;
      margin-bottom: 0px;
      padding: 16px 0;
   }
   .company-list ul li {
      padding: 0 20px 0px 0px;
   }
   .company-list ul li a {
      line-height: 27px;
   }
   .company-list ul li:before {
      display: none;
   }
}

@media (max-width: 480px) {
   .footer-contents ul li strong {
      font-size: 20px;
   }
}


