a {
    color: black;
    text-decoration: none;
}
.header_void_div{
    width: 100%;
    background : rgba(255, 255, 255, 0.70);
    position: fixed;
    backdrop-filter: blur(5px);
    z-index: 99;
}
.header{
    display: flex;
    padding: 0.75rem 1rem;
    justify-content: space-between;
    align-items: center;
    height: 3.5rem;
    border-bottom: 1px solid var(--Sementic-Color-ui_covered_01, #F5F5F5);
    background: #FFF;
    backdrop-filter: blur(5px);

    position: relative;
    z-index: 100;
    box-sizing: border-box;
}
.logo{
    display: flex;
    width: 6.5rem;
    height: 1.11431rem;
    background-image: url("/img/logo/header_logo-69b7f122139b4c3406b6723122a07a6c.png");
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;

    box-sizing: border-box;
}
.header_menu{
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}
.mobile_menu{
    display: none;
    width: 100%;
    height: 100svh;
    padding: 2.5rem 2.0625rem;
    flex-direction: column;
    align-items: center;

    position: absolute;
    left: -0.01rem;
    bottom: -100svh;

    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(5px);
    box-sizing: border-box;
    z-index: 101;
}

.menu_root_service{
    display: flex;
    padding: 0.625rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
    align-self: stretch;
    border-bottom: 1px solid var(--text_01, #666);
    cursor: pointer;
}
.menu_service_txt{
    cursor: pointer;
}
.menu_root_sub_service{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    cursor: pointer;
}
.menu_service_icon{
    width: 1rem;
    height: 1rem;
    background: url('/img/small/arrow_below-edf50d87c6da74a65bbad46862b7e3dc.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.menu_service_sub_wrap{
    display: none;
    flex-direction: column;
    width: 100%;
    justify-content: start;
    align-items: start;
    gap : 0.62rem;
}
.menu_service_sub{
    display: flex;
    /*width: 17.125rem;*/
    align-items: start;
    gap: 11.6875rem;
    cursor: pointer;
}

.menu_member{
    display: flex;
    padding: 0.625rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
    align-self: stretch;
    border-bottom: 1px solid var(--text_01, #666);
    cursor: pointer;
}
.menu_company_txt{
    cursor: pointer;
}
.menu_member_inquiry{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    cursor: pointer;
}
.menu_member_inquiry_icon{
    width: 1rem;
    height: 1rem;
    background: url('/img/small/arrow_below-edf50d87c6da74a65bbad46862b7e3dc.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.menu_member_inquiry_sub_wrap{
    display: none;
    flex-direction: column;
    width: 100%;
    justify-content: start;
    align-items: start;
    gap : 0.62rem;
}
.menu_member_inquiry_sub{
    display: flex;
    /*width: 17.125rem;*/
    align-items: start;
    gap: 11.6875rem;
    cursor: pointer;
}

.menu_management{
    display: flex;
    padding: 0.625rem;
    align-items: center;
    gap: 0.625rem;
    align-self: stretch;
    border-bottom: 1px solid var(--text_01, #666);
    cursor: pointer;

    color: #1C1B1F;
    text-align: center;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.75rem; /* 155.556% */
    letter-spacing: -0.027rem;
}

.menu_company{
    display: flex;
    padding: 0.625rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
    align-self: stretch;
    border-bottom: 1px solid var(--text_01, #666);
    cursor: pointer;
}
.menu_company_root_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}
.menu_company_icon{
    width: 1rem;
    height: 1rem;
    background: url('/img/small/arrow_below-edf50d87c6da74a65bbad46862b7e3dc.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
.menu_company_sub_wrap{
    display: none;
    flex-direction: column;
    width: 100%;
    justify-content: start;
    align-items: start;
    gap : 0.62rem;
}
.menu_company_sub{
    display: flex;
    /*width: 17.125rem;*/
    align-items: start;
    gap: 11.6875rem;
    cursor: pointer;
}
.management_btn{
    display: flex;
    padding: 0.75rem 2.5rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    border-radius: 1.5rem;
    background: var(--management_primary, #013F9B);
    cursor: pointer;

    margin-left: auto; /* 우측으로 이동 */
    box-sizing: border-box;
}
.management_btn_txt{
    color: var(--default_ui_background, #1C1B1F);
    text-align: center;
}
.menu_service{
    display: flex;
    padding: 0.625rem;
    align-items: center;
    gap: 0.625rem;
    align-self: stretch;
    border-bottom: 1px solid #9997A0;
    cursor: pointer;
}
.menu_language{
    display: flex;
    padding: 0.625rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
    align-self: stretch;
    border-bottom: 1px solid var(--text_01, #666);
}
.language_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    cursor: pointer;
}
.language_left_wrap{
    display: flex;
    align-items: center;
    gap: 0.25rem;
    flex: 1 0 0;
    cursor: pointer;
}
.language_icon{
    width: 1.5rem;
    height: 1.5rem;
    background: url('/img/language-7be9675ae08144c9cf968e7ae414f449.svg') center no-repeat;
    cursor: pointer;
}
.language_arrow_icon{
    width: 1rem;
    height: 1rem;
    background: url('/img/small/arrow_below-edf50d87c6da74a65bbad46862b7e3dc.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.language_left_present_txt{
    color: var(--text_default, #333);
}
.language_txt{
    display: flex;
    /*width: 17.125rem;*/
    align-items: center;
    gap: 11.6875rem;
    cursor: pointer;
}
.language_txt_wrap{
    display: none;
    flex-direction: column;
    gap: 0.62rem;
}

.footer_void_div{
    display: flex;
    justify-content: center;
    width: 100%;
    border-top: 1px solid #D9D9D9;
    background: #FFF;

}
.footer{
    display: flex;
    height: 695px;
    padding: 102px 16px;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 40px;
    align-self: stretch;
    flex-wrap: wrap;
    border-top: 1px solid var(--ui_covered_02, #F0F0F0);
    background: var(--default_ui_background, #FFF);

    box-sizing: border-box;
}
.corp_wrap{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    align-self: stretch;
}
.sns_content_wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.basic_icon_wrap{
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
}
.company_cs_wrap{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.official_number_wrap{
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
}
.cs_time_wrap{
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
}
.sns_wrap{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
}
.logo_img{
    display: flex;
    width: 182px;
    height: 45px;
    align-items: flex-start;
    gap: 1.25rem;
    background: url('/img/logo/elegant_logo_md-7e7ed0001840e28beac021914bed512e.svg') center no-repeat;
    background-size: contain;
}
.company_wrap{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.footer_link_wrap{
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}
.company_txt_wrap{
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    cursor: pointer;
}
.privacy_txt_wrap{
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    border-bottom: 1px solid var(--text_default, #333);
    cursor: pointer;
}
.terms_txt_wrap{
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    border-bottom: 1px solid var(--text_default, #333);
    cursor: pointer;
}
.company_info_wrap{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    align-self: stretch;
}
.company_info_txt_wrap{
    display: flex;
    align-items: flex-start;
    gap: 0.25rem;
}
.company_info_txt{
    color: var(--text_default, #333);
}
.company_address_txt{
    align-self: stretch;
    color: var(--text_default, #333);
}
.company_detail_info_wrap{
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 0.25rem;
    align-self: stretch;
    flex-wrap: wrap;
}
.ceo_name_txt{
    color: var(--text_default, #333);
}
.company_info_txt{
    color: var(--text_default, #333);
}
.company_mail_order_business_number_txt_wrap{
    display: flex;
    align-items: flex-start;
    gap: 0.25rem;
}
.company_mail_order_business_number_txt{
    color: var(--text_default, #333);
}
.email_txt{
    color: var(--text_default, #333);
}
.footer_copyright_txt{
    color: var(--text_default, #333);
}

.big_middle{
    display: none;
}
.middle{
    display: none;
}
.big{
    display: none;
}
.sub_middle{
    display: none;
}