@charset "utf-8";

.row {
    max-width: 1500px;
    margin: 0 auto;
}


/* footer ----------------------------- */


footer {
    background: #262262;
    padding: 80px 10px;
    position: relative;
}

footer .footer_c {
    display: flex;
    justify-content: space-between;
}

.f_l {
    color: #fff;
}

.f_l p {
    margin-top: 10px;
    font-size: 17px;
}

.f_l_first {
    display: flex;
    align-items: end;
}

.f_l_first ul li {
    margin: 5px 0 0 10px;
    font-size: 20px;
}

.f_l_first ul li:nth-child(1) {
    font-size: 13px;
}

.f_l_first img {
    width: 70px;
}

.footer_2 {
    width: 60%;
    display: flex;
    justify-content: space-between;
}

.f_c,
.f_r {
    font-family: 'noto sans kr', sans-serif;
    display: flex;
    align-items: flex-start;
}

.f_c dl dt,
.f_r dl dt {
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 20px;

}

.f_c dl dd a,
.f_r dl dd a {
    color: #D1CEFB;
    display: block;
    font-size: 18px;
    padding-bottom: 10px;
}

.f_c dl dd span,
.f_r dl dd span {
    color: #D1CEFB;
    font-size: 18px;
    display: block;
}

.f_c dl dd span.s_2,
.f_r dl dd span.s_2 {
    margin-left: 20px;
}
.f_contect_btn a, .f_contect_btn_2 a{
    color: #262262;
    font-size: 17px;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 30px;
    padding: 5px 15px;
    display: inline-block;
    margin-left: -30px;
}

/* go top */
.go_top{
    position: absolute;
    bottom: 60px;
    right: 3%;
}
.go_top a{
    color: #262262;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 5px;
}

.go_top:hover a{
    color: #fff;
    background: rgba(8, 5, 53, 0.6);
    border: 2px solid #ffffff;
    width: 26px;
    height: 26px;
}
.go_top:hover a span{
    font-size: 26px;
}
.go_top a span{
    font-size: 30px;
}

@media screen and (max-width:1200px){
    .f_c, .f_r {
        display: block;
    }
    .f_contect_btn a, .f_contect_btn_2 a{
        margin: 15px 0 0 0px;
    }
}

@media screen and (max-width:1060px){

    footer .footer_c{
        padding: 0 20px;
    }
    .footer_2 {
        width: 63%;
        transition: 0.3s;
    }
    .f_l p{
        font-size: 15px;
    }
    .footer_2 dl dt {
        font-size: 16px;
        font-weight: 500;
    }
    .f_l_first ul li {
        font-size: 15px;
    }
    .f_c dl dd a,
    .f_r dl dd a,
    .f_c dl dd span,
    .f_r dl dd span {
        font-size: 15px;
    }
}

@media screen and (max-width:768px) {
    footer {
        padding: 50px 20px;
    }
    .f_l_first img{
        width: 50px;
    }
    footer .footer_c {
        display: block;
    }

    .f_l {
        padding-bottom: 30px;
    }

    .f_l p {
        display: none;
    }

    .footer_2 {
        width: 100%;
        flex-direction: column;
        align-items: end;
    }

    .footer_2 dl dt {
        margin-bottom: 15px;
    }

    .f_c,
    .f_r {
        width: 100%;
        margin-top: 30px;
        text-align: right;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;

    }
    .f_c dl, .f_r dl{
        order: 2;
    }
    .f_c dl dd a,
    .f_r dl dd a,
    .f_c dl dd span,
    .f_r dl dd span {
        padding-bottom: 15px;
    }

    .f_contect_btn a, .f_contect_btn_2 a{
        margin-top: 0;
        font-size: 15px;
    }

    .go_top{
        display: none;
    }

}

@media screen and (min-width:769px) {
    .f_l p {
        display: inline-block;
    }
}