@charset "utf-8";

@font-face {
    font-family: 'Noto Sans KR';
    src: url("../font/NotoSansKR-Regular") format("truetype");
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans KR';
}

a:any-link {
    text-decoration: none;
}

footer {
    width: 100%;
    height: 200px;
    position: relative;
    background-color: rgba(0,0,0,0.7);
    margin: 0 auto;
    z-index: 3
}

footer a:hover {
    opacity: 80%;
}



.footer_left {
    width: 900px;
    height: 200px;
    
    margin: 0 auto;
}

#bottom_logo {
    position: absolute;
    left:48%;
    top: 0;
    transform: translate(-400%,10%)
    
}

#bottom_logo img {
    width: 150px;
    height: 150px;
    
}

.footer_left_top {
    height: 100px;
}



.footer_left_bottom {
    height: 90px;
    padding-left: 45px;
}

.footer_left_bottom p {
    font-size: 16px;
    color: #fff;
}



.footer_left_top a {
    color: #fff;
    font-size: 16px;
    padding-left: 45px;
    line-height: 100px;
    font-weight: 600;
}

.footer_right {
    width: 250px;
    height: 200;
    position: absolute;
    right: 47%;
    top: 50%;
    transform: translate(240%,-80%)
}

.footer_right p {
    color: #fff;
    float: right;
    margin-right: 20px;
    font-size: 16px;
}

strong {
    font-size: 36px;
}




















