.footer{
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 300px;
    position: relative;
    background-color: #fff !important;
    padding: 1%;
}
.line{
    display: block;
    width: 1.5px;
    height: 40%;
    background-color: #000;
}
.footer_info {
    /* display: flex; */
    width: 90%;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    word-break: keep-all;
}
.footer_info_pc {
    display: flex;
    justify-content: space-around;
}
.footer_info .yeowan_link {
    display: flex;
    align-items: center;
    color:#10193a;
    -webkit-text-stroke: 0.3px #10193a;
}
.footer_info .yeowan_link img{
    width: 30px;
    margin-right: 7px;
}
.footer_info .yeowan_link span {
    display: inline-block;
}
.footer_info_pc .f_inner {
    display: flex;
    gap: 5%;
    width: 37.5%;
    box-sizing: border-box;
}
.footer_info_pc .f_inner:nth-of-type(2) {
    padding-left: 9.5%;
}
.footer_info .f_inner .title{
    color: #6188AF;
}
.footer_info_pc .f_inner li {
    margin-bottom: 25px;
}
.footer_info_pc .f_inner li:last-of-type {
    margin-bottom: 0;
}
.footer_info_pc .f_inner .yeowan_li {
    margin-top: 31px;
}
.footer_info .logo  {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    border-right: 1px solid #A8A8A8;
}
.footer_info .logo img {
    width: 126px;
    height: 65px;
}

.footer_info .f_info:last-of-type { /*푸터 로고 옆 정보영역 2개 (같은 클래스명)*/
    padding-left: 0;
}
.footer_info h3{
    font-size: 30px;
    margin: 2% 0;
}
.footer_info h3:nth-of-type(2){
    margin-bottom: 4%;
}

.footer_info a{
    color: #000;
}
.footer_info span{
    font-weight: bold;
}
.footer-mobile{
    display: none;
}
.footer .arrow_top {
    position: fixed;
    top: 90%;
    right: 3%;
    left: auto;
    bottom: auto;
    z-index: 9000;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 2px 3px 2px #ccc;
    cursor: pointer;
}
.footer .arrow_top a {
    position: relative;
    display: block;
    width: 5px;
    margin: 0 auto;
    height: 100%;
    box-sizing: border-box;
}
.footer .arrow_top a span {
    position: absolute;
    left: 0;
    display: block;
    background-color: #181818;
    border-radius: 2px;
}
.footer .arrow_top a span:nth-child(1) {
    top: 50%;
    transform: translate(0, -50%);
    width: 2px;
    height: 25px;
}
.footer .arrow_top a span:nth-child(2) {
    top: 34%;
    transform: translate(-1px, 0) rotate(58deg);
    width: 10px;
    height: 2px;
}
br.m500 {display: none;}

@media(max-width:768px){
    /* top 버튼 모바일 */
    .footer .arrow_top {
        position: fixed;
        top: 93%;
        right: 3%;
        left: auto;
        bottom: auto;
        width: 34px;
        height: 34px;
    }
    .footer .arrow_top a span:nth-child(1) {
        height: 20px;
    }
    .footer .arrow_top a span:nth-child(2) {
        width: 9px;
    }

    .pc{
        display: none;
    }
    .footer{
        height: auto;
    }
    .footer-mobile{
        display: flex;
        gap: 5%; height: auto;
        align-items:normal;
        text-align: center;
    }
    .footer_info .logo {
        width: 95%;
        border-right: none;
        border-bottom: 1px solid #A8A8A8;
    }
    .logo{
        width: 25%;
        margin: 0 auto;
        text-align: center;
    }
    .footer_info h3{
        margin-bottom: 4%;
    }
    .footer_info h3{
        font-size: 24px;
    }
    .footer_info{
        font-size: 12px;
        display: block;
        padding: 8% 0;
    }
    .footer_info .f_inner {
        display: flex; 
        justify-content: space-around; 
        gap: 5%;
        padding-left: 3%;
    }
    .footer_info .f_inner .title, .footer_info .yeowan_link {
        color: #6188AF;
        padding-bottom: 40px;
    }
    .footer_info .yeowan_link {
        display: flex;
        align-items: center;
        padding-left: 20px;
    }
    .footer_info .yeowan_link img {
        width: 25px;
    }
    .footer_info .yeowan_link span {
        margin-bottom: 0;
    }
    .footer_info .yeowan_link span.first {
        margin-right:20px;
        -webkit-text-stroke: 0px #10193a;
    }
    .footer_info .yeowan_link span.second {
        color: #10193a;
        -webkit-text-stroke: 0.2px #10193a;
    }
    .footer_info span {
        margin-bottom: 10px;
    }
    .footer_info h3:nth-of-type(2){
        margin-top: 0;
    }
    .footer_info ul{
        text-align: left;
        margin-top: 30px;
    }
    .logo img{
        width: 100%;
    }
    .logo {
        padding: 4% 0;
    }
    
}

@media(max-width:500px){
    .logo{
        width: 50%;
    }
    .footer-mobile{
        /* gap: 2%; */
    }
    br.m500 {display: block;}
}

@media(max-width:375px){
    .footer_info{
        font-size: 11px;
    }
    .footer_info h3{
        font-size: 18px;
    }
}
