
@media (max-width: 1024px) {
    #header {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        transform: translateY(0) !important;
        background: #fff !important;
        box-shadow: 0 3px 5px rgba(175, 175, 175, 0.4) !important;
        /* transition: transform 0.15s ease-out;  */
        transition: transform 0.35s ease !important;

    }
    #header.header-hidden {
        transform: translateY(-100%) !important;
    }
    #header.showing {
        /* transition: transform 0.4s ease-out !important; */
        transition: transform 0.35s ease !important;
    }
}
@media (max-width: 1730px) and (min-width: 991px) {

    #header .header_flex .util .flex .btn-join {
        margin-right: 10px;
        position: absolute;
        top: 15px;
        right: 0;
    }
    #header .header_flex .util .flex .btn-join a {
        border: 1px #fff solid;
        border-radius: 4em;
        color: #0d326f;
        font-size: 14px;
        padding: 6px 12px;
        font-size: 14px;
        color: #fff;
        border-radius: 0;
    }
}

@media(max-width:1600px) {
    #header .gnb li {
        width: 150px;
    }

    #header.all .gnb li {
        width: 180px;
    }
    #header .gnb_wrap .depth1 > a {
        font-size: 19px;
    }
    #header .header_flex .util .flex .langs {
        margin-top: 2px;
    }
    #header .header_flex .util .flex .langs img {
        width: 21px;
    }

}
@media(max-width:1400px) {
    :root {
        --top_nav_all_hight: 450px;
        --header-h: 126px;
        --top_nav_hight: 80px;
        /* 네비 hover시 길이 */
    }
    .wiz_hamburger {
        display: none;
    }
    #header .header_flex .logo {
        flex: 0 0 13%;
        padding-left: 15px;

    }
    #header .header_flex .util {}
    #header .header_flex .util {
        padding-right: 15px;
        flex: 0 0 6%;

    }
    #header .header_flex .nav {
        margin-left: -50px;
    }
    #header .header_flex .logo img {
        width: 160px;

    }
    #header .gnb_wrap .depth1 > a {
        font-size: 18px;
        font-weight: 600;
        height: 37px;
        padding: 30px 0 0;

    }
    #header .gnb li {
        width: 140px;
    }
    #header.all .gnb li {
        width: 150px;
    }
    #header.all .gnb_wrap .depth2 > li {
        margin-bottom: 10px;
    }

    #header.all .gnb_wrap .depth2 > li > a {
        font-size: 15px;
    }
}

@media(max-width:1200px) {
    :root {
        --top_nav_all_hight: 420px;
        /* 네비 hover시 길이 */
    }

    #header .header_flex .util {}
    #header .header_flex .util .flex {
        /* display: block; */
    }
    /* #header .header_flex .util .login {}
    #header .header_flex .util .flex .langs {
        display: none;
        margin-right: 0;
    } */
    #header .gnb li {
        float: left;
        width: 130px;
        text-align: center;
        transition: 0.4s;
    }
    #header .gnb .depth1 > a {
        display: block;
        /* height: 57px;
        padding: 40px 0 0; */
        font-size: 17px;
        font-weight: 500;
        line-height: 1em;
    }
    /* 마우스 오버시 가로 가격 */
    #header.all .gnb li {
        width: 150px;
    }

    #header.all .gnb_wrap .depth2 > li > a {
        font-size: 15px;
        padding-bottom: 0;
    }
    #header .header_flex .util .flex .langs {
        margin-right: 10px;
    }
    #index-visual .flex .text dl dt {
        font-size: 52px;
        font-weight: 800;
        color: #111111;
        line-height: 60px;

    }
    #index-visual .flex .text dl dt span {}
    #index-visual .flex .text dl dd {
        font-size: 18px;
        color: #6e6e6e;
        line-height: 26px;
        margin-top: 12px;
    }

}
@media(max-width:1110px) {
    #header .header_flex .nav {
        margin-left: -10px;
    }
    #header.all .gnb li {
        width: 126px;
    }
    #header .gnb .depth1 > a {
        font-size: 16px;
    }
}
@media(max-width:991px) {
    :root {
        /* --top_nav_all_hight: 450px; */
        --header-h: 65px;
        /* --top_nav_hight: 32px; */
        /* 네비 hover시 길이 */
    }
    #header .header_flex .util .flex .langs .over.logins {
        width: 140px;
    }

    /* 테블릿 */
    #header {
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1000;
        width: 100%;
        /* height: 40px; */
        transition: 0.5s height, 0.2s background;
        /* border-top: 3px #0d326f solid; */

    }
    #header #top_notice {
        display: none;
    }
    #header .header_flex {
        display: block;

    }
    #header .header_flex .nav {
        display: none;
    }
    /* #header .header_flex .logo {
        width: auto;
    } */
    #header .header_flex .logo {
        padding-top: 5px;
        padding-left: 0;
        display: flex;
        justify-content: center;
        width: 100%;
    }
    #header .header_flex .logo img {}
    #header .header_flex .util {
        padding: 0;
        margin: 0;
        position: absolute;
        left: 0;
        top: 15px;
        width: 100%;
        display: block;

    }
    #header .header_flex .util .flex .btn-join {
        display: none;
    }
    #header .header_flex .util .langs {
        position: absolute !important;
        right: 0 !important;
        top: 0 !important;
        display: block;
    }
    #header .header_flex .util .flex .langs img {
        width: 23px;
    }
    #header .header_flex .util .wiz_hamburger {
        display: block;
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
    }
    #header .header_flex .util .flex .langs .over {
        background: #000;
        border: 1px #000 solid;
        right: 32px;

        /* position: fixed;
    top: 50px;
    right: 10px;
    background: #fff;
    z-index: 21000;
    display: none;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 0.6em;
    transition: 0.2s;
    width: 120px; */
    }
    #header .header_flex .util .flex .langs .over li {
        list-style: none;
        padding: 0;
        position: relative;
    }
    #header .header_flex .util .flex .langs > ul > li > a {
        font-size: 12px;
        color: #fff;
        padding-left: 12px;
        padding-right: 12px;
    }

    /* 서브 비주얼 */
    #sub-visual {
        position: relative;
        height: 140px;
        width: 100%;
        /* overflow:hidden; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-size: cover;
    }
    #sub-visual .title {
        text-align: center;
        margin-top: -30px;
    }
    #sub-visual .title h1 {
        color: #fff;
        font-size: 19px;
        font-weight: 600;
    }
    #sub-visual .title p {
        font-size: 14px;
        color: rgba(255, 255, 255, .8);
    }
    /* 서브비주얼마감 */
    #index-visual {
        position: relative;
        margin-top: 0;
        background: none;
        min-height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: #f2f2f2;
    }
    #index-visual .container {
        padding: 0;
    }
    #index-visual .flex {
        display: flex;
        flex-direction: column;
    }
    #index-visual .flex .text {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 32px;
        padding-bottom: 32px;
        align-items: center;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }
    #index-visual .flex .slider {
        width: 100%;
        padding-left: 0;
        position: relative;
    }
    #index-visual .flex .slider .index-visual-slider {
        --radius: 24px;
        --elev-y: 22px;
        --blur1: 46px;
        --blur2: 18px;
        position: relative;
        border-radius: 32px;
        width: 100%;
        height: 100%;
        box-shadow: none;

    }
    #index-visual .flex .slider .box .caption {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 20px;
        color: #fff;
        font-weight: 500;
        /* text-shadow: 0 2px 8px rgba(0,0,0,.35); */
        background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.45) 100%);
        border-radius: 32px;
        font-size: 18px;
        text-align: center;
    }
    #index-visual .flex .text dl dt {
        font-size: 25px;
        font-weight: 800;
        color: #111111;
        line-height: 30px;

    }
    #index-visual .flex .text dl dt span {}
    #index-visual .flex .text dl dd {
        font-size: 16px;
        color: #6e6e6e;
        line-height: 20px;
        margin-top: 10px;
    }
    #index-visual .pager_wrap {
        display: none;
    }
    #index-visual .flex .slider img {
        width: 100%;
        border-radius: 0;

    }
    #index-wrap {
        margin-top: 40px;
    }
    #index-wrap section.section01 .wrap-flex,
    #index-wrap section.section03 .wrap-flex {
        display: flex;
        flex-direction: column;
    }

    #index-wrap section.section01 .notice {
        width: 100%;
    }
    #index-wrap section.section01 .notice .title h2,
    #index-wrap section.section03 .notice .title h2 {
        font-size: 22px;
        font-weight: 800;
    }
    #index-wrap section.section01 .notice .flex,
    #index-wrap section.section03 .notice .flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    #index-wrap section.section01 .notice h2,
    #index-wrap section.section03 .notice h2 {
        font-size: 22px;
        font-weight: 700;
        color: #111;
        background: url("../../img/main/notice_icon.png");
        background-size: 28px;
        /* background-image: 22px !important; */
        background-position: 0 0;
        background-repeat: no-repeat;
        padding-left: 40px;

    }
    #index-wrap section.section01 .notice ul.tabs {
        width: 100%;
        gap: 0;
        margin-top: 15px;
    }
    #index-wrap section.section01 .notice ul.tabs li {
        width: 50%;
        margin: 0;
        text-align: center;
    }
    #index-wrap section.section01 .notice ul.tabs li a {
        display: block;
        padding: 12px 20px;
        font-weight: 600;
        color: #707070;
        border: 1px solid #fff;
        border-radius: 0.6em;
        background: #f1f1f1;
    }

    #index-wrap section.section01 .notice ul.tabs li.active a {
        color: #fff;
        background-image: url("../../img/main/notice_active.png");
        background-size: 22px;
        background-repeat: no-repeat;
        background-position: 90% 50%;
        background-color: #0d326f;
        padding-right: 52px;
    }
    #index-wrap section.section01 .notice .box-wrap {
        margin-top: 20px;
        position: relative;
        min-height: auto;
        /* border: 1px solid #e5e8ec; */
        border: 0 solid #dbdbdb;
        border-radius: 0x;
        background: #fff;
        padding: 0;
        min-height: auto;
        /* box-shadow: 0 8px 30px rgba(0,0,0,0.05); */
    }
    #index-wrap section.section01 .notice .box-wrap .notice-list {
        padding: 0 10px;

    }
    #index-wrap section.section01 .notice .box-wrap .notice-list li,
    #index-wrap section.section03 .notice .box-wrap .notice-list li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: background 0.2s;
        padding-top: 4px;
        padding-bottom: 4px;
    }
    #index-wrap section.section01 .notice .box-wrap .notice-list .label,
    #index-wrap section.section03 .notice .box-wrap .notice-list .label {
        flex-shrink: 0;
        background: #3970ce;
        color: #e7f0ff;
        border-radius: 6px;
        padding: 9px 14px;
        font-size: 12px;
        font-weight: 600;
        line-height: 1;
        margin-right: 8px;
    }

    #index-wrap section.section01 .notice .box-wrap .notice-list a,
    #index-wrap section.section03 .notice .box-wrap .notice-list a {
        flex: 1;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #111;
        text-decoration: none;
        transition: color 0.2s;
        color: #141414;
        font-weight: 500;

    }
    #index-wrap section.section01 .notice .box-wrap .notice-list .date,
    #index-wrap section.section03 .notice .box-wrap .notice-list .date {
        display: none;
    }
    #index-wrap section.section01 .search {
        padding-left: 0;
        margin-top: 30px;

    }
    #index-wrap section.section01 .search .search-wrap h3 {
        color: #fff;
        font-weight: 400;
        padding-bottom: 16px;
        font-size: 19px;
    }
    #index-wrap section.section01 .search .search-wrap h3 span {
        font-weight: 600;
        color: #cbeaff;
    }

    #index-wrap section.section01 .search .search-wrap {
        padding: 26px 20px;
        background: linear-gradient(135deg, #2a70e0, #10812a);
        border-radius: 16px;
        box-shadow: 0 8px 30px rgba(0, 0, 0, .3);
        box-shadow: none;

    }
    #index-wrap section.section01 .search .search-box {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    /* 드롭다운 */
    #index-wrap section.section01 .search .search-box select {
        flex: 1 1 100px;
        padding: 17px 14px;
        border-radius: 8px;
        font-size: 15px;
        color: #969696;
        background: #fff;
        appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg fill='%23999' width='12' height='8' xmlns='http://www.w3.org/2000/svg'%3E<path d='M0 0l6 8 6-8H0z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 12px center;
        background-size: 6px;
    }

    /* 검색 입력창 */
    #index-wrap section.section01 .search .search-box input {
        flex: 2 1 180px;
        padding: 17px 14px;
        border-radius: 8px;
        font-size: 15px;
        color: #969696;
        background: #fff;
    }
    /* 검색 버튼 */
    #index-wrap section.section01 .search .search-box button {
        flex: 1 1 100%;
        padding: 18px 0;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        background: #2c2c2c;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        transition: background 0.2s;
        margin-top: 0;
    }
    #index-wrap section.section01 .search .box-flex {

        margin-top: 15px;
    }
    #index-wrap section.section01 .search .box-flex .box {
        height: 95px;
        display: flex;
        align-items: center;
        padding-left: 30px;
        background-size: cover;
        border-radius: 15px;

    }
    #index-wrap section.section01 .search .box-flex .box span {
        font-size: 19px;
    }
    #index-wrap section.section02 .grid {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        gap: 10px;
        /* 필요하면 여백 */
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
        /* 부드러운 스크롤 */
        margin-top: 40px;
        margin-bottom: 30px;
        padding-left: 150px;
        /* ✅ 첫 아이콘 안 잘리게 */

    }
    #index-wrap section.section02 .grid .box {
        min-width: 95px;
        /* 아이템 폭 지정 */
        flex: 0 0 auto;
        text-align: center;
        display: flex;
        align-items: flex;
        justify-content: center;
    }
    #index-wrap section.section02 .grid .box img {
        height: 40px;
    }
    #index-wrap section.section02 .grid .box h3 {
        padding-top: 20px;
        display: block;
        font-size: 15px;
        font-weight: 500;
    }
    #index-wrap section.section03 {
        /* background-color: #f0f2f8; */
        background: url("../../img/main/sec03_bg.jpg") top center;
        background-repeat: no-repeat;
        padding-bottom: 40px;

    }
    #index-wrap > section.section03 > .container > .title {
        text-align: center;
        padding-top: 45px;
        color: #909090;
    }
    #index-wrap > section.section03 > .container > .title > h2 {
        font-size: 22px;
        color: #242424;
        padding-bottom: 6px;
    }
    #index-wrap section.section03 .sec03_slider {
        margin-top: 30px;
    }
    #index-wrap section.section03 .slider-container {
        padding: 0;
        overflow: hidden;
        padding-bottom: 0;
    }
    #index-wrap section.section03 .sec03_slider .box {
        background: #fff;
        border-top-right-radius: 12px;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); */
        box-shadow: 0 5px 14px rgba(0, 0, 0, .1);
    }
    #index-wrap section.section03 .sec03_slider .box img {
        width: 100%;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;

    }
    #index-wrap section.section03 .sec03_slider .box .caption {

        padding: 15px;
        font-size: 12px;
        color: #b5b5b5;

    }
    #index-wrap section.section03 .sec03_slider .box h4 {
        font-size: 16px;
        padding-bottom: 0;
        color: #242424;
        font-weight: 600;
    }
    #index-wrap section.section03 .sec03_slider .slick-list {
        margin: 0 -5px;
    }
    #index-wrap section.section03 .sec03_slider .slick-slide {
        margin: 0 5px;
    }
    .sec03_slider .slick-dots {
        display: none;
    }
    #index-wrap section.section03 .notice {
        width: 100%;
    }
    #index-wrap section.section03 .bank-wrap {
        width: 100%;
        padding-left: 0;
    }
    #index-wrap section.section03 .infomation {
        margin-top: 0;
    }
    #index-wrap section.section03 .infomation .notice {
        position: relative;
        border: 1px solid #dbdbdb;
        border-radius: 22px;
        background: #fff;
        padding: 20px;
        margin-bottom: 12px;
    }
    #index-wrap section.section03 .infomation .notice .title {
        border-bottom: 1px #ddd solid;
        margin-bottom: 12px;
        padding-bottom: 14px;
    }
    #index-wrap section.section03 .infomation .notice .title h2 {
        font-size: 19px;
        font-weight: 700;
        color: #2e2e2f;
        background: url("../../img/main/info_notice_icon.png");
        background-position: 0 50%;
        background-repeat: no-repeat;
        padding-left: 56px;
    }

    #index-wrap section.section03 .notice .box-wrap .notice-list .label {
        width: 90px;
        height: 37px;
        display: flex;
        padding: 0;
        justify-content: center;
        align-items: center;
        color: #3b4a93;
        background: #f2f4fb;
        font-size: 12px;
        font-weight: 700;
    }
    #index-wrap section.section03 .bank-wrap .box {
        border: 1px #ddd solid;
        background: #fff;
        margin-bottom: 12px;
        border-radius: 12px;
        padding: 14px 20px 20px;

    }

    #index-wrap section.section03 .bank-wrap .box h3 {
        border-bottom: 1px #ddd solid;
        padding-bottom: 8px;
        font-size: 16px;
        font-weight: 700;
        color: #171717;
    }
    #index-wrap section.section03 .bank-wrap .box dl {
        margin-top: 20px;
        padding-left: 100px;

    }
    #index-wrap section.section03 .bank-wrap .box.box01 dl {
        background: url("../../img/main/bank01.png");
        background-repeat: no-repeat;
        background-position: 10px 50%;
        background-size: 75px;
    }
    #index-wrap section.section03 .bank-wrap .box.box02 dl {
        background: url("../../img/main/bank02.png");
        background-repeat: no-repeat;
        background-position: 0 50%;
        background-size: 75px;
    }

    #index-wrap section.section03 .bank-wrap .box dl dt {
        font-size: 15px;
        /* color: #676767; */
    }
    #index-wrap section.section03 .bank-wrap .box dl dd {
        font-size: 15px;
        color: #676767;
    }
    #index-wrap section.section03 .bank-wrap .tip {
        font-size: 15px;
        text-align: center;
        padding-top: 12px;
    }
    #index-wrap section.section03 .bank-wrap .tip span::before {
        display: none;
    }
    section.add_section04 {
        margin-top: 30px;
    }
    section.add_section04 .container {
    display:grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
}

    section.add_section04 .banner-item.wrap.flex {
        padding: 24px;
        border: 1px;
        border: 1px solid #8aa5e0;
        border-radius: .8em;
        margin-bottom: 10px;
    }

    section.add_section04 .banner-item .banner-content .banner-title {
        font-size: 19px;
        line-height: 23px;
    }

    section.add_section04 .banner-item .banner-content .banner-desc {
        font-size: 13px;
    }

    section.add_section04 .banner-item .banner-icon {
        width: 60px;
        height: 60px;
        border-radius: 16px;
    }

    section.add_section04 .banner-item .banner-icon svg {
        width: 30px;
        height: 30px;
    }



    /* 서브레이아웃 */

    #sub-wrap {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    #sub-wrap .sub-content-flex {
        display: flex;
        flex-direction: column;
    }
    #side-menu {
        width: 100%;
        display: none;
        /* 나중에 클릭 가능하게 */
    }
    #sub-content-wrap {
        width: 100%;
        margin-left: 0;
    }
    #sub-content-wrap .title {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    #sub-content-wrap > .title--s > h2 {
        font-size: 22px;
        font-weight: 700;
        line-height: 60px;
    }
    #sub-content-wrap .title ul {
        display: flex;
        border: 0 #f1f1f1 solid;
        height: auto;
        align-items: center;
        box-shadow: none;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
        margin-top: 4px;

    }
    #sub-content-wrap .title--s ul li {
        font-size: 13px;
        color: #808080;
    }
    #sub-content-wrap .title ul li {
        font-size: 13px;
        color: #808080;
    }
    #sub-content-wrap .title ul li:last-child:before {
        font-family: 'bootstrap-icons';
        content: "\F285";
        margin-right: 10px;
        margin-left: 10px;
        font-size: 12px;
    }
    #sub-content-wrap .title ul li:first-child::before {
        font-family: 'bootstrap-icons';
        content: "\F423";
        margin-right: 12px;
    }
    #sub-content-wrap .title ul li:last-child {
        color: #000;
    }
    #sub-content-wrap > .title {
        margin-bottom: 36px;
    }
    #sub-content-wrap > .title > h2 {
        font-size: 22px;
        font-weight: 700;
    }
    #sub-content {
        min-height: 200px;
        font-size: 15px;
        color: #6b6b6b;
    }
    /* footer  */
    .footerbar-quick {
        background: #f5f7fb;
        border: 0;
    }
    .footerbar-quick nav {}

    .footerbar-quick .container {
        flex-direction: column;
        align-items: stretch;
        padding: 0;
    }

    /* 링크 영역: 가로 → 2열 그리드 */
    .footerbar-links {
        width: auto;
        /* 70% 제거 */
        border-left: 0;
        border-top: 1px solid #eaedf3;
        grid-auto-flow: row;
        grid-template-columns: 1fr 1fr;
        border-bottom: 1px solid #dfe3eb;
    }

    .footerbar-links a {
        justify-content: center;
        padding: 12px 0;
        font-size: 15px;
        min-height: 42px;
        border-right: 0;
        border-bottom: 1px solid #dfe3eb;

    }
    .footerbar-links a:nth-child(odd) {
        border-right: 1px solid #dfe3eb;

    }
    .footerbar-links a:nth-child(3),
    .footerbar-links a:nth-child(4) {
        border-bottom: 0;
    }

    /* 관련사이트: 한 줄 아래로, 전체폭 버튼 */
    .footerbar-related {
        width: 100%;
        margin-top: 0;
        margin-bottom: 10px;
        justify-content: stretch;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 10px;
        /* 우측 정렬 대신 전체폭 */
        background-color: #f5f7fb;
    }
    .footerbar-related-btn {
        width: 100%;
        justify-content: space-between;
        padding: 14px 18px;
        font-size: 15px;
        border-radius: 8px;

    }
    .footerbar-related-btn svg {
        position: static;
        /* absolute 제거 */
        margin-left: auto;
    }

    /* 드롭다운: 버튼 아래로 자연스럽게 펼침 (전체폭) */
    .footerbar-related-list {
        position: absolute;
        right: 0;
        top: calc(100% + -210px);
        min-width: 100%;
        background: #fff;
        border: 1px solid #e6e9f0;
        border-radius: 20px;
        box-shadow: 0 8px 30px rgba(0,0,0,.08);
        padding: 8px;
        list-style: none;
        margin: 0;
        display: none;
        z-index: 10;
    }
    .footerbar-related-list a {
        padding: 10px 12px;
        font-size: 15px;
    }

    /* 카피라이트 블록: 세로 스택 */
    .footerbar-copy {
        padding: 30px 0 20px;
    }
    .footerbar-copy .container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 14px;
    }

    .footerbar-brand {
        flex: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0;
    }
    .footerbar-brand img {
        width: 180px;
    }
    .footerbar-info {
        font-size: 13px;
        line-height: 1.7;
        padding: 0;
        text-align: center;
        padding-top: 10px;
    }
    .footerbar-info .copy {
        margin-top: 4px;
    }
}
/* footer end */

/* 모바일 */
@media (max-width: 600px) {
    /* .footerbar-links {
        grid-template-columns: 1fr;
    }
    .footerbar-links a {
        padding: 14px 16px;
        font-size: 14px;
    }
    .footerbar-related-btn {
        padding: 12px 16px;
        font-size: 15px;
    } */
}
