.footer {
    background-color: #1c1e26;
}

.footer__in {
    /* 1600pxÀ¸·Î Àâ¾Æ¾ß ÇÒ µí */
    width: 1600px;
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    justify-content: space-evenly;
}

address.item1 ul {
    display: flex;
}

address.item1 ul li,
.flex_class ul li {
    position: relative;
    padding: 20px;
}

/* 20240712 */
/* ¸¶Áö¸· °ü¸®ÀÚ ¹öÆ° ÅÇÀº »ó´ÜÀÌ¶û ¸Â¾Æ ¶³¾îÁö°Ô ¿äÃ» */
.copy_box ul li:last-child, .copy_box ul li:last-child a{
    padding-right: 0px;
}
.copy_box2 .item1 ul li:first-child {
    padding-left: 0;
}

address.item1 ul li::after

/* .flex_class ul li::after */
    {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 25%;
    width: 1px;
    background-color: #ccc;
    transform: translateY(-50%);
}

address.item1 ul li:last-child::after,
.flex_class ul li:last-child::after {
    display: none;
}

address.item1 ul li strong {
    font-weight: bold;
    color: #fff;
    margin-right: 14px;
}

/* .bbtn {
    width: 245px;
            display:block;
            position:relative;
    height: 50px;
    background-color: #15171d;
    color: #fff;
    border: 1px solid #ccc;

    ÀÓ½Ã¸ð¾çÀÌ¶ó ¹öÆ°Àº ³ªÁß¿¡ ´Ù½Ã ¸¸µé¾î¾ß ÇÔ
    display: flex;
    align-items: center;
    justify-content: center;
}
 */
.f-select {
    position: relative;
}

.f-select__btn {
    display: inline-block;
    box-sizing: border-box;
    text-align: left;
    line-height: 50px;
    position: relative;

    width: 245px;
    position: relative;
    height: 50px;
    background-color: #15171d;
    color: #fff;
    border: 1px solid #ccc;
    text-align: center;

}

.f-select.on .f-select__btn {
    border-radius: 0 0 10px 10px;
    border-top: 0px;

}

.f-select__in {
    display: none;
    position: absolute;
    bottom: 50px;
    left: 0;
    background-color: #fff;
    box-sizing: border-box;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px 10px 0 0;
    border: 1px solid #ddd;
    border-bottom: 0;
}

.f-select.on .f-select__in {
    display: block;
}

.f-select__in a {
    display: block;
    padding: 5px;
    font-size: 14px;
    color: #333;
    text-align: left;
    padding-left: 30px;
    box-sizing: border-box;

}

.f-select__in a:hover,
.f-select__in a:focus {
    text-decoration: underline;
    color: #000;
}

/**/

.flex_class {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex_class ul {
    display: flex;
}

.copy_box ul li a {
    border: none;
}

.copy_box ul li.persnal-rule a {
    color: #0690c6;
    border: none;
}

@media screen and (min-width: 1px) and (max-width: 1600px) {
    .footer__in {
        width: auto;
    }
}


@media screen and (min-width: 1px) and (max-width: 678px) {
    .footer__in>.flex_class {
        flex-direction: column;
    }
}

@media screen and (min-width: 1px) and (max-width: 678px) {
    address.item1 ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (min-width: 1px) and (max-width: 678px) {
    address.item1 ul li::after {
        content: none;
        /* ÄÜÅÙÃ÷ »èÁ¦ */
        position: static;
        /* ÃÊ±âÈ­ */
        height: 0;
        /* ÃÊ±âÈ­ */
        width: 0;
        /* ÃÊ±âÈ­ */
        background-color: transparent;
        /* ¹è°æ»ö Á¦°Å */
        transform: none;
        /* ÃÊ±âÈ­ */
    }
}


@media screen and (min-width: 1px) and (max-width: 678px) {

    address.item1 ul li,
    .flex_class ul li {
        padding: 4px 10px;
    }
}

@media screen and (min-width: 1px) and (max-width: 470px) {

    .copy_box2 address.item1 ul,
    .copy_box ul {
        display: block;
    }
}

@media screen and (min-width: 1px) and (max-width: 470px) {

    /* .copy_box2 address.item1 ul li, */
    .copy_box ul li {
        padding: 0;
        float: left;
        width: 50%;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}