
    footer.footer2025 button {all:unset}
footer.footer2025 {width: 100%; background: #191919; color: #fff; font-family: 'pretendard'!important; 
   font-size: 16px; font-weight: 300;}
footer.footer2025 .inner1270{width: 100%; max-width: 1270px; margin: 0 auto; padding: 40px 0;}
footer.footer2025 h4 {font-size: 1.25rem; color:#fff; margin-bottom: 10px;}
footer.footer2025 .footer_top {display: flex; gap: 100px; align-items: center; border-bottom: 1px solid #808080; padding-bottom: 20px;}
footer.footer2025 .footer_top .footertoptxt > p {font-size: 0.9rem; font-weight: 300; padding: 10px 0;}
footer.footer2025 .footer_top .footertoptxt > div > p {font-size: 0.9rem; display: inline-block;}

footer.footer2025 .footer_top .footertoptxt span {font-size: 0.875rem; color: #B4B4B4; }    
footer.footer2025 .footer_top .footertoptxt a {margin-top: 16px; display: block; position:relative;}
footer.footer2025 .footer_top .footertoptxt a::after {content: ''; position: absolute; right: 14px; top: 50%;
    display: inline-block; width: 5px; height: 5px; border-right: 1px solid #b4b4b4; 
    border-bottom: 1px solid #b4b4b4; transform: translateY(-50%) rotate(-45deg); }
footer.footer2025 .footer_top .footertoptxt a span { padding: 7px 35px 7px 14px; border: 1px solid #b4b4b4; border-radius: 50px; cursor: pointer;}
footer.footer2025 .addborder {border-left: 1px solid #808080; padding-left: 100px;}

footer.footer2025 .footer_sitemap {padding: 20px 0; border-bottom: 1px solid #808080;}
footer.footer2025 .footer_sitemap ul li {cursor: pointer; transition: all 0.5s;}
footer.footer2025 .footer_sitemap > ul {display: flex; justify-content: space-between;gap: 5%;}
footer.footer2025 .footer_sitemap > ul > li {flex-basis: auto; font-weight: 500;}
footer.footer2025 .footer_sitemap > ul > li > ul { font-weight: 300;
    display: flex; row-gap: 8px; column-gap: 10px; flex-direction: column; height: 92px;
    flex-wrap: wrap; margin-top: 10px;}
footer.footer2025 li a,
footer.footer2025 .footer_companyinfo > .company_details > div dd > a,
footer.footer2025 .footer_sitemap ul > li > ul > li {font-size: 0.9rem; color: #EFEFEF; }
footer.footer2025 li a:hover,
footer.footer2025 .footer_sitemap ul > li > ul > li:hover {text-decoration: underline;}
footer.footer2025 .footer_sidemenu {padding: 12px 0; display: flex; justify-content: space-between; border-bottom: 1px solid #808080;}
footer.footer2025 .footer_sidemenu .menu_bullet li{display: inline-block; padding-right: 24px; line-height: 34px; cursor: pointer;}
footer.footer2025 .footer_sidemenu .menu_bullet li:not(:last-child)::after {content: ''; display: inline-block; background: #b4b4b4;
    width: 3px; height: 3px; border-radius: 10px; margin-left: 24px; position: relative; top: -2px;}
footer.footer2025 .footer_sns li {display: inline-block; cursor: pointer;}
footer.footer2025 .footer_sns li:not(:last-child) {margin-right: 8px;}
footer.footer2025 .footer_companyinfo > .company_details > div > dl {margin: 0 32px 8px 0; font-size: 0.9rem;}
footer.footer2025 .footer_companyinfo > .company_details > div dt {padding-right: 10px; position: relative;}
footer.footer2025 .footer_companyinfo > .company_details > div dl,
footer.footer2025 .footer_companyinfo > .company_details > div dt, 
footer.footer2025 .footer_companyinfo > .company_details > div dd {display: inline-block;}
footer.footer2025 .footer_companyinfo > .company_details > dl > dt::after {content: ""; display: inline-block; margin-left: 6px; margin-right: 4px; position: absolute; top: 3.5px;
    right: 0px; width: 1px; height: 8px; background: #808080; }
footer.footer2025 .footer_companyinfo {padding: 20px 0;}
footer.footer2025 .footer_copy {font-size: 0.8rem; color: #A4A4A4;}
footer.footer2025 .point_blue {color: #98CEFF;}
footer.footer2025 .map_point {color: #FF94C7!important;}

@media (max-width:1270px) {
    footer.footer2025 {padding: 0 15px;}
    footer.footer2025 .footer_top {gap: 20px;}
    footer.footer2025 .addborder {padding-left: 20px;}
    footer.footer2025 .footer_sitemap > ul {gap: 3%;}
}

@media (max-width:800px) {
    footer.footer2025 .footer_top {flex-direction: column; align-items: flex-start; gap: 0;}
    footer.footer2025 .addborder {padding-left:0 ; border: none;} 
    footer.footer2025 .footer_sitemap {display: none;}
    footer.footer2025 .footer_sidemenu {flex-wrap: wrap; align-items: center;}
    footer.footer2025 .footer_sidemenu .menu_bullet li {line-height: 24px;}
    footer.footer2025 .footer_sns {margin-top: 10px;}
    footer.footer2025 .footer_top .footertoptxt a {width: 20px; height: 20px; display: inline-block; border: 1px solid #808080;
        border-radius: 20px; margin-top: 0; margin-left: 10px;}
    footer.footer2025 .footer_top .footertoptxt a::after {top: 50%; left: 43%; transform: translateX(-50%) translateY(-50%) rotate(-45deg);}
    footer.footer2025 .footer_top .footertoptxt a span {display: none;}
    footer.footer2025 .footer_top .mo_flex  {display: flex; align-items: center; margin-top: 5px;}
}

@media (max-width:570px) {
    footer.footer2025 .inner1270{padding-bottom: 10px;}
    footer.footer2025 .footer_companyinfo > .company_details > div dl{display: flex; margin: 0 0 8px 0; letter-spacing: -0px;}
    footer.footer2025 .footer_sidemenu .menu_bullet{display: flex; flex-direction: row; flex-wrap: wrap; max-width: 330px;}
    footer.footer2025 .footer_sidemenu .menu_bullet li:nth-child(even)::after{display: none;}
    footer.footer2025 .footer_sns {width: 100vw;}
}

/*quick*/
div.footer_scroll_event{position: fixed; right: 20px; bottom: 20px; z-index: 2;/* display: none;*/}
div.footer_scroll_event a{display: none;}
div.footer_scroll_event a.block{display: block;}
div.footer_scroll_event a:last-child{margin-top: 10px;}
div.footer_scroll_event a img{width: 50px;}
div.footer_scroll_event, div.footer_scroll_event a { max-width: 40px; display: block; }

/* ## 모바일웹/앱에서 사업자정보 토글 ## */
.footer_companyinfo .company_info_toggle {
    display: none;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    user-select: none;
}
.footer_companyinfo .company_details {
    display: block; 
}

.company_basic {
    display:block;
}

.footer_companyinfo .toggle_icon {
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    margin-left: 8px;
    display: inline-block;
}

.footer_companyinfo .company_info_toggle.is_open .toggle_icon {
    transform: rotate(-135deg);
}

@media (max-width: 768px) {
    .footer_companyinfo .company_info_toggle {        
        display: block; 
    }

    .footer_companyinfo .company_details {        
        display: none; 
    }

    .company_basic {
        display:none;
    }
}