/**************************************** footer ****************************************/
#union-footer {
    padding: 24px 0 50px;
    border-top: 1px solid var(--gray-30, #E0E3EB);
    background: var(--white, #FFF);
    -webkit-font-smoothing: antialiased;
}
#union-footer .inner-wrap {
    width: 1140px;
    margin: 0 auto;
    position: relative;
}

#union-footer .link_box {
    display: flex;
    align-items: center;
}

#union-footer .link_box a:hover {
    text-decoration: none;
}

#union-footer .link_box .footer_family {
    margin-left: auto;
    width: 230px;
}

#union-footer .link_box .footer_family select {
    width: 100%;
    font-size: 13px;
    letter-spacing: -0.03em;
}

#union-footer .link_box .footer_menu {
    display: inline-flex;
    gap: 0 40px;
}

#union-footer .link_box .footer_menu li {
    position: relative;
    flex-grow: 0;
}

#union-footer .link_box .footer_menu li:not(:first-of-type)::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 9px;
    background:#E0E3EB;
}

#union-footer .link_box .footer_menu li a {
    color: #7E8B9A;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.6px;
}

#union-footer .link_box .footer_menu li a b {
    color: var(--gray-100, #121212);
    text-decoration-line: underline;
    text-underline-position: under;
}

#union-footer .footer_conts .site_name {
    color: #7E8B9A;
    font-size: 12px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.24px;
    margin-top: 12px;
}

#union-footer .footer_conts .cont_box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2px;
    gap: 0 24px;
    color: var(--gray-60, #7E8B9A);
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.36px;
}

#union-footer .footer_conts .cont_box:first-of-type {
    margin-top: 8px;
}

#union-footer .footer_conts .cont_box li {
    position: relative;
}

#union-footer .footer_conts .cont_box li:not(:last-of-type)::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -12px;
    width: 1px;
    height: 6px;
    background: var(--gray-30, #E0E3EB);
}

#union-footer .footer_conts .cont_box li a {
    text-decoration-line: underline;
    text-underline-position: under;
    margin-left: 4px;
}

#union-footer .footer_conts .cont_box li a.cs_link{
    margin-left: 0;
}

/* subpage */
.union-contents {
    min-height: inherit;
}

.union-contents.style_bg {
    background: var(--gray-10);
}

.union-contents.type_padding, .union-contents.type_lnb {
    padding-top: 36px;
    padding-bottom: 100px;
}

.union-contents.type_lnb > .inner-wrap {
    display: flex;
    align-items: flex-start;
}

.union-contents.type_lnb > .inner-wrap .lnb-wrap ~ .contents_wrap {
    min-width: 930px;
    width: 930px;
    margin-left: 30px;
}

.union-contents.type_lnb > .inner-wrap .lnb-wrap ~ .contents_wrap a :is(.tit:hover, .txt_hide:hover) {
    text-decoration: underline;
}

#union-footer select.sel-box {
    cursor: pointer;
    border-radius: 4px;
    appearance: none;
    -webkit-appearance: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#union-footer select.sel-box:hover {
    background-color: #F6F6F9;
    color: #7E8B9A;
}

#union-footer select.sel-box:focus {
    border-color: #025AF6;
    color: var(--text-primary);
    background-color: #fff;
}

#union-footer select.sel-box:active {
    color: var(--text-primary);
}

#union-footer select.sel-box[disabled] {
    color: #7E8B9A;
    background-color: #fff;
}

#union-footer .footer_menu b{font-weight: bold;}
