@charset "UTF-8";

.global_footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    color: #000;
    background: #fff;
    z-index: var(--z-index-content, 200);
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}

.global_footer a:hover {
    color: inherit;
}

.global_footer button {
    padding: 0;
    border: none;
    background: none;
}

.global_footer .screen_out {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.global_footer .footer_inner {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.global_footer .footer_utils {
    width: 100%;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}

.global_footer .footer_utils .footer_inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
    height: 71px;
}

.global_footer .footer_utils .utils_title {
    line-height: 1.2;
    letter-spacing: -0.05em;
    font-size: 16px;
    font-family: 'noto5';
}

.global_footer .footer_utils .utils_title:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.global_footer .footer_utils .board_slide {
    overflow: hidden;
    height: 40px;
}

.global_footer .footer_utils .board_slide .swiper-slide {
    display: flex;
    align-items: center;
    width: 358px;
}

.global_footer .footer_utils .board_slide a {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: -0.05em;
    font-size: 16px;
}

.global_footer .footer_utils .board_slide a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.global_footer .footer_utils .board_slide .date {
    margin: 0 0.3em 0 0;
}

.global_footer .footer_utils .utils_quick {
    display: flex;
    gap: 30px;
    margin: 0 0 0 auto;
}

.global_footer .footer_utils .quick_item a {
    display: flex;
    align-items: center;
    gap: 9px;
    line-height: 1.2;
    letter-spacing: -0.05em;
    color: #484848;
    font-size: 14px;
}

.global_footer .footer_utils .quick_item a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.global_footer .footer_utils .quick_item a::before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: url('/_skin/sidae/popkon/images/layout/icon_footer_utils.png') no-repeat;
}

.global_footer .footer_utils .quick_item_1 a::before {
    background-position: -10px center;
}

.global_footer .footer_utils .quick_item_2 a::before {
    background-position: -62px center;
}

.global_footer .footer_utils .quick_item_3 a::before {
    background-position: -114px center;
}

.global_footer .footer_utils .quick_item_4 a::before {
    background-position: -166px center;
}

.global_footer .footer_fnb {
    display: flex;
    align-items: center;
}

.global_footer .fnb_list {
    display: flex;
    align-items: center;
    gap: 37px;
    height: 58px;
}

.global_footer .fnb_list .list_item {
    position: relative;
}

.global_footer .fnb_list .list_item + .list_item::before {
    content: '';
    position: absolute;
    top: 2px;
    left: -22px;
    width: 1px;
    height: 11px;
    background: #d5d5d5;
}

.global_footer .fnb_list .list_item a {
    line-height: 1.2;
    letter-spacing: -0.05em;
    color: #777;
    font-size: 13px;
    font-family: 'noto5';
}

.global_footer .fnb_list .item_point a {
    color: #f84141;
}

.global_footer .footer_info {
    width: 100%;
    background: #f1f3f8;
}

.global_footer .footer_info .footer_inner {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 95px;
}

.global_footer .footer_info .info_detail {
    line-height: 1.93;
    letter-spacing: -0.05em;
    color: #777;
    font-size: 13px;
    font-family: 'noto4';
}

.global_footer .footer_info .info_detail a {
    color: inherit;
    font: inherit;
}

.global_footer .footer_info .info_detail .btn_info_comp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 22px;
    margin-left: 10px;
    background-color: #929396;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-family: 'noto2';
}

.global_footer .footer_info .info_contact {
    display: flex;
    flex-direction: column;
}

.global_footer .footer_info .contact_title {
    line-height: 1.36;
    letter-spacing: -0.05em;
    font-size: 25px;
    font-family: 'noto6';
}

.global_footer .footer_info .contact_desc {
    line-height: 1.2;
    margin: 5px 0 0;
    letter-spacing: -0.05em;
    font-size: 14px;
}

.global_footer .footer_info .contact_sns {
    display: flex;
    gap: 10px;
    width: 253px;
    margin: 21px 0 0 2px;
    background: url('/_skin/sidae/popkon/images/layout/icon_sns.png') no-repeat 0 0;
}

.global_footer .footer_info .sns_item {
    width: 100%;
}

.global_footer .footer_info .sns_item a {
    display: block;
    width: 100%;
    height: 37px;
}

.global_footer .utils_family {
    position: relative;
    width: 256px;
    margin: 33px 0 0;
}

.global_footer .utils_family .family_title {
    display: flex;
    align-items: center;
    width: 100%;
    height: 41px;
    padding: 0 32px;
    border-radius: 10px;
    color: #777;
    font-size: 13px;
    background: #fff;
    box-shadow: 0px 10px 29px 0px rgba(51, 51, 51, 0.22);
}

.global_footer .utils_family .family_title::after {
    content: '';
    position: absolute;
    top: 0;
    right: 22px;
    width: 10px;
    height: 100%;
    background: url('/_skin/sidae/popkon/images/layout/icon_header_utils.png') no-repeat -63px 8px;
    transform: rotate(180deg);
}

.global_footer .utils_family.is_active .family_title::after {
    transform: rotate(0);
}

.global_footer .utils_family .list_depth {
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: absolute;
    bottom: calc(100% + 10px);
    width: 100%;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 10px 29px 0px rgba(51, 51, 51, 0.22);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease-in-out, opacity 0.2s ease-in-out 0.4s;
    z-index: 1;
}

.global_footer .utils_family.is_active .list_depth {
    max-height: 400px;
    opacity: 1;
    transition: max-height 0.4s ease-in-out, opacity 0.2s ease-in-out;
}

.global_footer .utils_family .list_depth a {
    color: #777;
    font-size: 14px;
}

.global_footer .utils_family .list_depth a:hover {
    color: #000;
    font-family: 'noto5';
    text-decoration: underline;
}

.global_footer .utils_family .depth_item {
    margin: 0 32px;
}

.global_footer .utils_family .depth_item:first-child {
    margin-top: 16px;
}

.global_footer .utils_family .depth_item:last-child {
    margin-bottom: 16px;
}
