/* 로고롱링 & 푸터 & 탑버튼 */
footer {
    position: relative;
    width: 100%;
}

.list > li:nth-child(1) {
    background-image: url(../../images/common/footer_logos.webp);
    background-repeat: no-repeat;
    width: 107px;
    height: 8px;
    background-position: 5.474% 95.76%;
}

.list > li:nth-child(2) {
    background-image: url(../../images/common/footer_logos.webp);
    background-repeat: no-repeat;
    width: 147px;
    height: 8px;
    background-position: 80.09% 75.439%;
}

.list > li:nth-child(3) {
    background-image: url(../../images/common/footer_logos.webp);
    background-repeat: no-repeat;
    width: 124px;
    height: 13px;
    margin-left: 45px;
    background-position: 5.042% 76.491%;
}

.list > li:nth-child(4) {
 /*  background-image: url(../../images/common/data_busan_logo.webp);*/
/*    background-repeat: no-repeat;
    width: 124px;
    height: 20px;
    margin-left: 35px;
    background-position: 4.622% 58.065%;*/
/*
    width: 98px;
    background-size: 95px 24px;
    background-repeat: no-repeat;*/
 /*   background-image: url(../../images/common/data_busan_logo.webp);
    background-repeat: no-repeat;
    width: 124px;
    height: 20px;
    margin-left: 35px;
    background-position: 4.622% 58.065%;*/
    background-image: url(../../images/common/data_busan_logo.webp);
    background-repeat: no-repeat;
    width: 124px;
    height: 20px;
    margin-left: 35px;
    background-position: 4.622% 58.065%;
}

.list > li:nth-child(5) {
    background-image: url(../../images/common/footer_logos.webp);
    background-repeat: no-repeat;
    width: 124px;
    height: 15px;
    margin-top: 10px;
    background-position: 95.833% 3.623%;
}

/*.list > li:nth-child(6) {
    background-image: url(../../images/common/footer_logos.webp);
    background-repeat: no-repeat;
    width: 160px;
    height: 15px;
    margin: 21px 0 0 50px;
    background-position: -6.048% 4.226%;
    background-size: 321px 304px;
}

.list > li:nth-child(7) {
    background-image: url(../../images/common/footer_logos.webp);
    background-repeat: no-repeat;
    width: 160px;
    height: 15px;
    margin: 16px 0 0 40px;
    background-position: 5.66% 23.404%;
}

.list > li:nth-child(8) {
    background-image: url(../../images/common/footer_logos.webp);
    background-repeat: no-repeat;
    width: 78px;
    height: 15px;
    margin-top: 5px;
    background-position: 85.926% 43.369%;
}

.list > li:nth-child(9) {
    background-image: url(../../images/common/footer_logos.webp);
    background-repeat: no-repeat;
    width: 160px;
    height: 15px;
    margin: 8px 0 0 50px;
    background-position: 6.218% 40.83%;
    background-size: 346px 304px;
}*/

.list > li:nth-child(6) {
    background-image: url(../../images/common/logo_koem.webp);
    background-repeat: no-repeat;
    width: 160px;
    height: 15px;
    margin: 5px 47px 0 50px;
    background-position: 4.622% 58.065%;
}

.list > li:nth-child(7) {
    background-image: url(../../images/common/logo_meis.webp);
    background-repeat: no-repeat;
    width: 135px;
    height: 15px;
    margin: 8px 6px 0 0;
    background-position: 85.926% 43.369%;
}

.list > li:nth-child(8) {
    background-image: url(../../images/common/logo_galmaetgil.webp);
    background-repeat: no-repeat;
    width: 76px;
    height: 15px;
    margin: 4px 50px 0 40px;
    background-position: 85.926% 43.369%;
}

.list > li:nth-child(9) {
    background-image: url(../../images/common/footer_logos.webp);
    background-repeat: no-repeat;
    width: 160px;
    height: 15px;
    margin: 8px 0 0 0;
    background-position: 6.218% 40.83%;
    background-size: 346px 304px;
}


.list > li:nth-child(10) {
  /*  background-image: url(../../images/common/statPortal_logo.webp);*/
/*    background-repeat: no-repeat;
    width: 86px;
    height: 15px;
    margin: 13px 46px 0 42px;
    background-position: 91.373% 23.843%;*/

/*    width: 98px;
    background-size: 83px 24px;
    margin: 6px 46px 0 15px;
    background-repeat: no-repeat;*/
    background-image: url(../../images/common/statPortal_logo.webp);
    background-repeat: no-repeat;
    width: 86px;
    height: 15px;
    margin: 12px 46px 0 15px;
    background-position: 91.373% 23.843%;
}

/* 탑버튼 */
.top-box {
    display: block !important;
    position: absolute;
    right: 50px;
    /*top: 110px;*/
    top: 65px;
    width: 65px;
    height: 65px;
    background-color: #3d3d3d;
    border-radius: 5px;
    z-index: 99;
}

.top-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: rgba(68, 69, 71, 0.2);
}

.top-box::before {
    animation: topBtn 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.top-box:hover {
    cursor: pointer;
}

.top {
    display: inline-block;
    color: #fff;
    padding: 23px 15px;
    text-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
}

@keyframes topBtn {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    100% {
        opacity: 1;
        transform: scale(1.3);
    }
}

/* footer */
.footer_inner {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 20px 0;
}

.flow-banner {
    position: relative;
    overflow: hidden;
    display: flex;
    width: 100%;
    margin: 15px auto;
    /* background: #000; */
}

.flow-banner::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, transparent 100%);
    z-index: 5;
}

.flow-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, transparent 100%);
    z-index: 5;
}

.flow-banner .list {
    display: flex;
    /*   margin-top: 50px;*/
}

.flow-banner .list > li {
    white-space: nowrap;
    padding: 20px;
}

.flow-banner .list > li a {
    font-size: 18px;
    color: #fff;
    display: block;
    height: 50px;
}

.flow-banner .list > li a img {
    width: 120px;
}

.copyright {
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: #1f2024;
}

/*.copyright p {
    text-align: start;
    font-size: 14px;
    color: #fff;
}*/

.copyright-inner-container {
    width: 80%;
    max-width: 1400px;
    margin: 0 auto;
}

.policy-container {
    margin-bottom: 16px;
}

.policy-link {
    color: white;
    font-size: 20px;
    margin-right: 10px;
}

.footer-info > span::after {
    content: '';
    display: inline-block;
    background-color: #fff;
    width: 1px;
    height: 10px;
    margin: 0 14px;
}

.footer-info > span:last-child::after {
    display: none;
}


/* 푸터 텍스트 시작 */
.footer-text-wrap {
    background-color: #1f2024;
}

.footer-inner {
    width: 90%;
    margin: 0 auto;
}

.footer-text-top {
    padding: 30px 0;
    display: flex;
    gap: 15px 40px;
    align-items: center;
}

.footer-text-top>li:nth-last-child(1) {
    margin-right: 0;
}

.footer-text-top>li>a {
    display: block;
    font-size: 18px;
    color: #fff;
  /*  font-weight: 600;*/
}

/*
.footer-text-top>li:nth-child(1) {
    position: absolute;
}
.footer-text-top>li:nth-child(2){
    position: relative;
}

.footer-text-top>li:nth-child(1)::before{
    position: absolute;
    display: inline-block;
    content: '';
    width: 1px;
    height: 18px;
    background-color: #fff;
    right: -21px;
    top: 2px;
}

.footer-text-top>li:nth-child(2)::before{
    position: absolute;
    display: inline-block;
    content: '';
    width: 1px;
    height: 18px;
    background-color: #fff;
    right: -23px;
    bottom: 2px;
}
*/


.footer-text-top>li:nth-child(1),
.footer-text-top>li:nth-child(2){
    position: relative;
}

.footer-text-top>li:nth-child(1)::before,
.footer-text-top>li:nth-child(2)::before {
    position: absolute;
    display: inline-block;
    content: '';
    width: 1px;
    height: 14px;
    background-color: #fff;
    right: -21px;
    top: 3px;
}


.footer-text-top>li:nth-child(2)>a{
/*    margin-left: 100px;*/
   /* font-weight: 600;*/
}

.footer-text-top>li:nth-child(3)>a{
   /* margin-left: 50px;*/
    /*font-weight: 600;*/
}

.footer-text-middle {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 30px 0;
}

.footer-text-middle>ul>li {
    display: flex;
    padding-bottom: 15px;
    color: #fff;
    font-size: 15px;
}

.footer-text-middle>ul>li:nth-last-child(1) {
    padding-bottom: 0;
}

.footer-text-middle>ul>li>span {
    width: 7vw;
    padding-right: 10px;
    color: #fff;
    word-break: keep-all;
}

.footer-text-middle>ul>li>p {
    color: rgba(255, 255, 255, .5);
    word-break: keep-all;
    font-size: 15px;
}

.footer-sov-logo {
    margin-top: 33px;
}
.footer-sov-logo>img {
    width : 200px;
}

.tel-color,
.fax-color,
.bin-no {
    color: rgba(255, 255, 255, .5) !important;
}

.busan-box {
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    padding-top: 25px;
    justify-content: center;
}
.busan-box>img {
    width: 120px;
    margin-right: 10px;
}

.busan-text {
    color: #555;
}

.footer-text-bottom {
/*    text-align: center;
    padding: 25px 0;
    color: #555;
    border-top: 1px solid rgba(255, 255, 255, 0.11);*/
    text-align: center;
    color: #555;
    padding: 5px 0 25px 0;
}

.border-line {
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

/* 푸터 텍스트 끝 */

/*영문버전*/
.footer-text-top-eng>li:nth-child(2)>a {
    margin-left: 145px;
    font-weight: 600;
}


@keyframes flowRolling {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}


@media (max-width: 1439px) {
    .footer-text-middle {
        flex-wrap: wrap;
    }
    .footer-sov-logo {
        display: none;
    }
}


@media (max-width: 1024px) {
/*    .footer-text-middle {
        flex-wrap: wrap;
    }

    .footer-text-middle>ul>li>span {
        width: 115px;
    }

    .footer-text-middle>ul {
        padding-bottom: 20px;
    }

    .footer-text-middle>ul:nth-last-child(1) {
        padding-bottom: 0;
    }

    .top-box {
        right: 5vw;
        top: auto;
        bottom: 38px;
    }*/

    .footer-text-middle {
        flex-wrap: wrap;
    }

    .footer-text-middle>ul>li>span {
        width: 115px;
    }

    .footer-text-middle>ul {
        width: 100%;
    }

    .footer-text-middle>ul:nth-child(1) {
        padding-bottom: 20px;
    }

    .footer-text-middle>ul:nth-child(1) {
        border-bottom: 1px dotted rgba(255, 255, 255, 0.11);
    }

    .footer-text-middle>ul:nth-child(2) {
        margin-top: 20px;
    }

    .top-box {
        right: 5vw;
        top: auto;
        bottom: 72px;
    }
}



@media (max-width: 765px) {
    .flow-banner .list > li {
        font-size: 14px;
        padding: 5px;
    }

    .list > li:nth-child(1) {
        height: 18px;
        background-size: 287px 259px;
    }

    .list > li:nth-child(2) {
        width: 126px;
        margin-top: 5px;
        background-size: 287px 259px;
    }

    .list > li:nth-child(3) {
        width: 105px;
        margin-top: 5px;
        background-size: 287px 259px;
    }

    .list > li:nth-child(4) {
       /* background-size: 287px 259px;*/
        width: 98px;
        background-size: 95px 24px;
    }

    .list > li:nth-child(5) {
        height: 23px;
        background-position: 101.833% 4.623%;
        background-size: 287px 259px;
        /*margin-top: 0;*/
        margin: 0 10px;
    }

   /* .list > li:nth-child(6) {
        background-size: 287px 259px;
        margin: 2px 0 0 -1px;
        background-position: -27.048% 3.226%;
        width: 162px;
    }

    .list > li:nth-child(7) {
        margin: 6px 33px 0 0px;
        background-size: 287px 259px;
        background-position: -30.34% 23.404%;
    }

    .list > li:nth-child(8) {
        width: 111px;
        height: 26px;
        margin-top: 0;
    }*/

    .list > li:nth-child(6) {
        background-size: 144px 25px;
        margin: 5px 20px 0 20px;
        background-position: 0;
        width: 145px;
    }

    .list > li:nth-child(7) {
        background-size: 138px 26px;
        margin: 5px 3px 0 3px;
        background-position: 0;
    }

    .list > li:nth-child(8) {
        width: 111px;
        height: 26px;
        margin: 0 0 0 23px;
    }

    .list > li:nth-child(9) {
        background-position: -6.782% 40.83%;
        background-size: 287px 259px;
        margin: 7px 0 0 27px;
    }

    .list > li:nth-child(10) {
   /*     margin: 5px 40px 0 36px;
        background-size: 287px 259px;*/
        width: 98px;
        background-size: 83px 24px;
    /*    margin: 6px 46px 0 15px;*/
        margin: 6px 35px 0 5px;
    }

  /*  .top-box {
        top: 16px;
    }
*/

    .footer-text-top>li>a {
        font-size: 15px;
        word-break: keep-all;
    }

    .footer-text-top>li:nth-child(2)>a {
        /*margin-left: 90px;*/
    }

    .footer-text-top>li:nth-child(1)::before {
        height: 14px;
    }

    .footer-text-middle {
        padding: 15px 0;
    }

    .footer-text-top {
        padding: 17px 0;
    }

    .footer-text-middle>ul {
        width: 100%;
        padding-bottom: 15px;
    }

 /*   .footer-text-middle>ul:nth-child(2) {
        padding-top: 15px;
        border-top: 1px dotted rgba(255, 255, 255, 0.11);
        border-bottom: 1px dotted rgba(255, 255, 255, 0.11);
    }*/

    .footer-text-middle>ul:nth-child(3) {
        padding-top: 15px;
    }

    .footer-text-middle>ul>li>span,
    .footer-text-middle>ul>li>p {
        font-size: 15px;
    }

    .footer-text-middle>ul>li {
        padding-bottom: 10px;
    }

    .footer-text-bottom {
        font-size: 14px;
    }


}

@media (max-width: 510px) {
    .footer-text-middle>ul>li>span {
        width: 28%;
    }
    .busan-box {
        flex-direction: column;
    }
    .busan-box>img {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .top-box {
        bottom: 111px;
    }

}

@media (max-width: 480px) {
    .top-box {
      /*  bottom: 42px;*/
        border-radius: 115px;
        width: 50px;
        height: 50px;
    }

    .top {
        padding: 16px 10px;
        font-size: 15px;
    }

    .flow-banner .list {
        margin-top: 0;
    }

    .footer-text-middle>ul>li>span {
        width: 28%;
    }
    .footer-text-middle>ul>li>p {
        width: 72%;
    }
/*    .inline-block {
        display: inline-block;
        content: " ";
    }*/

    .footer-text-top {
        flex-wrap: wrap;
    }

}
