.main-footer{display:flex;width:100%;font-weight:300;letter-spacing:.06em;color:#fff}
.main-footer .logo-footer{background:#5F5F5F;display:flex;flex-direction:column;align-items:center;justify-content:center;width:25%;text-align:center}
.main-footer .logo-1{width:230px}
.main-footer .logo-mobile{display:none}
.main-footer .logo-2{width:118px}
.main-footer .support{font-size:8pt;margin:26px 0 15px}
.main-footer .ket-footer{width:75%;display:flex;padding:40px;font-size:.9rem;background:#009BDF}
.main-footer .office{width:30%;padding-right:20px}
.main-footer .email{width:20%}
.main-footer .email a{color:#fff;display:block}
.main-footer .res{width:50%;text-align:right}
.main-footer .res .arrow img{transform:rotate(90deg);cursor:pointer;width:31px}
.main-footer .res .addaftech{padding-top:48px}
.main-footer .office .addaftech-mobile{display:none}
.main-footer h5{font-size:.9rem;text-transform:uppercase;font-weight:600}
.main-footer .icon-warp {
    display: flex;
    justify-content: end;
    margin-top: 10px;
}
.main-footer .icon-warp p {
    margin-bottom: 0;
}
.main-footer .icon-warp ul {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.main-footer .icon-warp li {
    margin-left: 10px;
}
.main-footer .icon-warp.mobile {
    display: none;
}
@media only screen and (max-width: 1150px) {
.main-footer .logo-1{width:73%}
.main-footer .support{font-size:7pt}
.main-footer .logo-2{width:50%}
.main-footer .ket-footer{padding:30px}
.main-footer .res .arrow img{width:25px}
}
@media only screen and (max-width: 964px) {
.main-footer h5{font-size:.7rem}
.main-footer .ket-footer{font-size:.7rem}
.main-footer .res .arrow img{width:23px}
}
@media only screen and (max-width: 768px) {
.main-footer .res{width:100%;order:1;margin:5px 0}
.main-footer .res .arrow img{width:21px}
.main-footer .res .addaftech{display:none}
.main-footer .support{margin:15px 0;font-size:5.3pt}
.main-footer .ket-footer{width:70%;padding:12px;font-size:.5rem;flex-wrap:wrap}
.main-footer h5{font-size:.6rem}
.main-footer .office{width:50%;order:2}
.main-footer .email{width:50%;order:3}
.main-footer .office .addaftech-mobile{display:block;font-weight:600}
.main-footer .logo-footer{width:30%}
.main-footer .logo-mobile{display:block;width:90px}
.main-footer .logo-2{width:67px}
.main-footer .logo-1{display:none}
.main-footer .icon-warp{display:none}
.main-footer .icon-warp.mobile{display:flex;justify-content: start;align-items: center;}
}
@media only screen and (max-width: 320px) {
.main-footer .logo-mobile{width:80px}
.main-footer .logo-2{width:62px}
.main-footer .res .arrow img{width:20px}
}