/* main footer */
#footer{
    width: 100%;
    padding: 80px 0 120px;
    background-color: #001138;
}

#footer .center{
    display: flex;
    align-items: flex-end;
}

.f01,
.f02{
    width: 50%;
}

.f_text1{
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.f_big_text{
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    font-weight: 900;
    margin: 35px 0;
}

.f01>a{
    width: 200px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    transition: background-color .5s;
}

.f01>a:hover{
    background-color: #fff;
    color: #001138;
    font-weight: 600;
}

.copy{
    font-size: 14px;
    font-family: 'GmarketSansMedium', sans-serif;
    color: #999;
    margin-top: 110px;
}

.copy span{
    font-size: 16px;
    color: #fff;
    display: block;
    margin-bottom: 30px;
}

.f02 ul{
    width: 100%;
    margin-top: 30px;
}

.f02 ul li{
    width: 100%;
    font-size: 20px;
    color: #fff;
    font-family: 'GmarketSansMedium', sans-serif;
    line-height: 32px;
    margin-bottom: 20px;
}

.f02 ul li:last-child{
    margin-bottom: 0;
}

.f02 ul li span{
    color: #999;
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}


/* sub footer */
#sub_footer{
    width: 100%;
    padding: 60px 0;
    background-color: #001138;
}

#sub_footer .center{
    display: flex;
    align-items: center;
}

.s_f01,
.s_f02{
    width: 50%;
}

.s_f01 .copy{
    margin-top: 45px;
}

.s_f01 .copy span{
    margin-bottom: 15px;
}

.s_f02 p{
    font-size: 16px;
    font-family: 'GmarketSansMedium', sans-serif;
    color: #fff;
    line-height: 27px;
}

.s_f02 p.p2{
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
}

.s_f02 p.p2 span:last-child{
    margin-left: 5px;
}























/* mobile */
@media screen and (max-width: 767px){
    
    /* main footer */
    #footer{
        padding: 50px 0;
    }

    #footer .center{
        display: block;
    }

    .f01,
    .f02{
        width: 100%;
    }

    .f_text1{
        font-size: 12px;
    }

    .f_big_text{
        font-size: 20px;
        line-height: 28px;
        margin: 20px 0;
        word-break: keep-all;
    }

    .f_big_text br{
        display: none;
    }

    .f01>a{
        width: 110px;
        height: 35px;
        font-size: 12px;
        transition: none;
    }

    .f01>a:hover{
        background-color: transparent;
        color: #fff;
        font-weight: 500;
    }

    .copy{
        font-size: 10px;
        margin-top: 30px;
        line-height: 15px;
    }

    .copy span{
        font-size: 12px;
        margin-bottom: 10px;
    }

    .f02 img{
        display: none;
    }

    .f02 ul li{
        font-size: 10px;
        line-height: 20px;
    }

    .f02 ul li span{
        font-size: 12px;
    }

    
    /* sub footer */
    #sub_footer{
        padding: 50px 0;
    }

    #sub_footer .center{
        display: block;
    }

    .s_f01,
    .s_f02{
        width: 100%;
    }

    .s_f01 img{
        width: 70px;
    }

    .s_f01 .copy{
        margin-top: 25px;
    }

    .s_f01 .copy span{
        margin-bottom: 10px;
    }

    .s_f02{
        margin-top: 20px;
    }

    .s_f02 p{
        font-size: 10px;
        line-height: 20px;
    }

    .s_f02 p.p2{
        margin-top: 0px;
    }

    .s_f02 p.p2 span:first-child{
        width: 65px;
    }

    .s_f02 p.p2 span:last-child{
        margin-left: 0;
        width: 75%;
        line-height: 18px;
    }

}























/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px){
    
    /* main footer */
    #footer{
        padding: 50px 0;
    }

    .f_text1{
        font-size: 14px;
    }

    .f_big_text{
        font-size: 30px;
        line-height: 38px;
        margin: 25px 0;
    }

    .f01>a{
        width: 150px;
        height: 40px;
        font-size: 16px;
        transition: none;
    }

    .f01>a:hover{
        background-color: transparent;
        color: #fff;
        font-weight: 500;
    }

    .copy{
        font-size: 12px;
        margin-top: 70px;
    }

    .copy span{
        font-size: 14px;
        margin-bottom: 20px;
    }

    .f02 img{
        width: 70px;
    }

    .f02 ul{
        margin-top: 20px;
    }

    .f02 ul li{
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .f02 ul li span{
        font-size: 12px;
    }


    /* sub footer */
    #sub_footer{
        padding: 50px 0;
    }

    .s_f01 img{
        width: 70px;
    }

    .s_f01 .copy{
        margin-top: 50px;
    }

    .s_f01 .copy span{
        margin-bottom: 10px;
    }

    .s_f02 p{
        font-size: 11px;
        line-height: 25px;
    }

    .s_f02 p.p2{
        margin-top: 10px;
    }

    .s_f02 p.p2 span:first-child{
        width: 80px;
    }

    .s_f02 p.p2 span:last-child{
        width: 80%;
        margin-left: 0;
        line-height: 20px;
    }

}