section.footer{
    background:#333;
    padding:0;
}
.footer *{
    color:#fff;
}
.footer_content{padding:50px 0;height:480px;}
footer{height:720px;margin:0 auto;width:100%;max-width:1280px;padding: 15px 0;}
.footer-logo-img img{display:block;width:159px;}
.footer_header{
    border-bottom: 1px solid #BCBCBC;
    padding-bottom: 40px;
}
.footer_footer{
    text-align: center;
    border-top: 1px solid #BCBCBC;
    padding: 40px 0;
    font-family: "NotoSansKRRegular";
    color:#D9D9D9;
    font-size: 16px;
}
.footer a{
    color: #c7c7c7;
    text-decoration: none;
    font-family: 'SpoqaHanSansNeo-Medium';
    font-size: 14px;line-height: 20px;
    transition: all 0.3s;
}
.footer a:hover,.footer a:active,.footer a:focus{
    color: #3C89CD;
}
.footer h6{
    font-family: 'Roboto';
    font-size: 24px;
    letter-spacing: 0;
}
.footer h6.f-subheading{margin-bottom: 30px;color:#fff;font-weight: 600;}
.footer_sub{
    font-family: 'NotoSansKRMedium' !important;
    font-size: 16px !important;
    letter-spacing: 0.23px;
    color:#AFAFAF;
    margin:0;
    margin-bottom: 10px;
}
.footer p{
    font-family: 'NotoSansKRThin';
    font-size: 16px;
    color:#D9D9D9;
    line-height: 24px;
    margin-bottom: 30px;
}
.footer-navi p{margin-bottom: 25px;}
.footer-navi p a{font-size:16px;}
.footer .timing{
    font-family: 'NotoSansKRRegular';
    font-size: 16px;
    color:#CCCCCC;
    line-height: 24px;
}
.footer .timing.timing1{margin-bottom: 20px !important;}
.copyright_text{
    font-family: 'PoppinsRegular';
    font-size: 12px;
    letter-spacing: 0.2px;
    color:#fff;
    position: absolute;
    bottom: 15px;
    left: -60px;
}
.aboutus_outer p{
    margin-bottom: 15px;
}
.links_policy:first-child{margin-right: 6%;}
.footer_toolbar_outer{width:70%;text-align: right;}

.toTop.active {
    bottom: 17px;
    opacity: 1;
    border:none;
}
.toTop {
    position: fixed;
    right: 17px;
    bottom: -30px;
    width: 29px;
    height: 29px;
    background-color: rgba(0, 0, 0, 0.25);
    font-size: 0;
    opacity: 0;
    -webkit-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
    z-index: 1;
}
.toTop::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #fff;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media (min-width: 768px){
    #home-agency-hero .container-cell{padding-bottom: 70px;}
}
@media (max-width: 768px){
    .links_policy:first-child{margin-right: unset;}
    .links_policy:last-child{display: none;}
    .footer-header > .container{
        padding: 0 5.5%;
    }
    .footer h6.f-subheading{margin-bottom: 30px;font-size: 20px !important;}
    .txt_logo{margin-top:0;}
    .footer h6{font-size: 16px;}
    footer{height:auto;}
    .copyright_text{
        position: relative;left:0;bottom: 0;
    }
    .footer *{
        text-align: left;
        height:auto;
    }
    footer a{font-size: 14px !important;}
    .footer_toolbar_outer{text-align: right;}
    section.footer{height:auto;}
    .footer .timing, .footer p{margin-bottom: 10px;}
    .aboutus_outer,.navigation_outer,.opening_outer{padding-left:15px !important;}
    .footer p{font-size: 14px !important;margin-bottom: 10px !important;}
    .footer p:last-child{margin-bottom: 30px !important;}
    .footer-logo-img{display:block;margin-bottom: 20px;}
    .footer_header{flex-direction: column;padding-bottom: 20px}
    .footer_toolbar_outer{display:flex;width:100%;justify-content: flex-end;}
    .footer_first p{margin-bottom: 30px !important;}
    .footer_footer{font-size: 13px;text-align: center;padding: 20px 0;}
    .footer-logo-img img{max-width: 158px;width:100%;}
    .footer_content{padding: 30px 0;}
    .footer_last p:last-child{margin-bottom: 0 !important;}
}