﻿@import url(https://font.imbc.com/noto/noto.css);
@import url(https://font.imbc.com/mbcnew/mbcnew.css);
@import url(https://font.imbc.com/pretendard/pretendard.css);

body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, select, table, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

fieldset, img {
    border: 0 none
}

a {
    color: inherit;
    text-decoration: none
}

dl, ul, ol, li {
    list-style: none
}

img {
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0
}

th, td {
    vertical-align: middle
}

em, caption, cite, address, dfn, var, code {
    font-style: normal
}

input[type='text'], input[type='password'], input[type='number'], input[type='submit'], input[type='search'], input[type='tel'], input[type='email'] {
    -webkit-appearance: none;
    border-radius: 0
}

input:checked[type='checkbox'] {
    -webkit-appearance: checkbox
}

button, input[type='submit'], input[type='reset'], input[type='file'] {
    -webkit-appearance: button;
    border-radius: 0
}

input[type='search']::-webkit-search-cancel-button {
    -webkit-appearance: none
}

input[type='number']::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input, select, textarea, button {
    vertical-align: middle;
    border: 0
}

    select, select option, textarea {
        text-transform: uppercase;
        -webkit-appearance: none;
        -moz-appearance: none
    }

        select::-ms-expand {
            display: none
        }

button {
    background-color: transparent;
    cursor: pointer;
    z-index: 99999;
}

body {
    min-width: 1280px;
    font-size: 16px;
    letter-spacing: -0.6px;
    font-family: 'mbcnew-light', sans-serif;
    color: #495057;
    padding: 0;
}

/* accessibility */
#accessibility {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    text-align: left;
}

    #accessibility a {
        display: block;
        position: absolute;
        top: -1000px;
        left: 0;
        z-index: 500;
        width: 100%;
        text-align: center;
    }

        #accessibility a:focus, #accessibility a:active {
            position: absolute;
            top: 0;
            z-index: 1000;
            height: 40px;
            background: #000;
            font: bold 12px dotum;
            color: #fff;
            line-height: 40px;
        }

.blind, table caption {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ellipsis2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    -webkit-line-clamp: 2
}

.ellipsis3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    -webkit-line-clamp: 3
}

.tit {
    word-break: keep-all;
}

.wrapper {
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

.main {
}
/*header*/
.header {
    height: 160px;
    position: relative;
    background: url(../images/main-top.jpg) top center no-repeat;
    background-size: cover;
}

.sub .header {
    background: url(../images/bg_sub2.jpg) top center no-repeat;
}

.header-top {
    display: flex;
    height: 100%;
    padding: 20px 0 0;
    overflow: visible;
    box-sizing: border-box;
    justify-content: space-between;
}

.header-link {
    height: 20px;
}

.header-election-dday__tit {
    margin: 0 0 4px;
    font-size: 14px;
    font-family: 'mbcnew-medium', sans-serif;
    line-height: 20px;
    color: #171A1D;
    letter-spacing: -.35px;
    text-align: center;
}

.header-election-dday__box {
    padding: 8px 16px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: rgba(255, 255, 255, 0.40);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.10);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    font-size: 28px;
    font-family: 'mbcnew-bold', sans-serif;
    color: #12275B;
    line-height: 36px;
    text-align: center;
}

#headerDday {
    color: #12275B;
    background: linear-gradient(180deg, #12275B 0%, #3157A8 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-top h1 {
    position: absolute;
    top: 34px;
    left: 50%;
    margin-left: -112px;
    width: 236px;
    height: 64px;
    background: url(../images/vote2026-logo.svg) no-repeat;
    text-indent: -9999px;
}

.header-top a {
    height: 100%;
    display: block;
}

.header-top .logo-mbc {
    display: inline-block;
    width: 42px;
    height: 12px;
    background: url(../images/logo_mbc.svg);
    text-indent: -9999px;
    margin-right: 4px;
}

.header-top .logo-mbcnews {
    display: inline-block;
    width: 72px;
    height: 20px;
    vertical-align: top;
    background: url(../images/logo_imnews.svg) no-repeat;
    text-indent: -9999px;
}

    .header-top .logo-mbcnews:hover {
        text-decoration: none;
    }

.header-election-dday {
    margin-top: -4px;
}

.nav {
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    background: transparent;
}

    /* 피그마: 40px 바 — 배경만 soft-light (글자는 블렌딩 제외) */
    .nav::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0,0,0,.4);
        mix-blend-mode: soft-light;
        pointer-events: none;
        z-index: 0;
        opacity: 0;
        animation: navBlendReveal 0.3s 0.05s forwards;
    }

    @keyframes navBlendReveal {
        to {
            opacity: 1;
        }
    }

    .nav.fix {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        background: #a18670;
    }

        .nav.fix::before {
            display: none;
        }

    .nav ul {
        position: relative;
        z-index: 1;
        display: flex;
        font-size: 16px;
        gap: 80px;
        letter-spacing: -.4px;
        justify-content: center;
    }

    .nav li {
        position: relative;
        text-align: center;
    }

        .nav li a {
            font-family: 'mbcnew-light';
            color: #12275B;
            font-size: 16px;
            line-height: 40px;
        }

            .nav li.on a, .nav li a:hover {
                font-family: 'mbcnew-bold';
                text-decoration: none;
            }

        .nav li.on:after {
            content: '';
            width: 100%;
            height: 4px;
            border-radius: 4px;
            position: absolute;
            left: 0;
            bottom: 0px;
            background: #12275B;
        }

/* footer */
.pc_footer {
    background: #F1F3F5;
    font-size: 18px;
    letter-spacing: -.05em
}

    .pc_footer h3 {
        text-indent: -9999px;
        overflow: hidden;
        width: 1px;
        height: 1px
    }

    .pc_footer .program_list {
        overflow: hidden;
    }

        .pc_footer .program_list .wrap_tit {
            border-bottom: 1px solid #4c4c4c;
            overflow: hidden
        }

            .pc_footer .program_list .wrap_tit ul {
                width: 1200px;
                margin: 0 auto
            }

            .pc_footer .program_list .wrap_tit li {
                width: 240px;
                box-sizing: border-box;
                float: left;
                line-height: 28px;
                padding: 16px 30px;
                font-family: 'mbcnew-bold';
                font-size: 20px
            }

        .pc_footer .program_list .wrap_sort {
            width: 1200px;
            margin: 0 auto
        }

        .pc_footer .program_list .sort {
            float: left;
            width: 240px;
            min-height: 350px;
            box-sizing: border-box;
            padding: 10px 30px 20px;
            border-right: 1px solid #333
        }

            .pc_footer .program_list .sort:last-child {
                border: 0
            }

            .pc_footer .program_list .sort li {
                line-height: 34px;
                font-family: 'mbcnew-light'
            }

    .pc_footer .wrap_corp {
        overflow: hidden;
        padding: 30px 0 60px;
        position: relative;
    }

    .pc_footer .corp_info {
        display: flex;
        width: 1280px;
        margin: 0 auto;
        justify-content: space-between;
        align-items: flex-start;
        box-sizing: border-box;
    }

    .pc_footer .copyright {
        flex: 1;
        min-width: 0;
        font-size: 16px;
        position: relative;
        line-height: 24px;
        font-family: 'pretend-regualr', sans-serif;
    }

    .pc_footer .copyright__row--logos {
        display: flex;
        flex-wrap: wrap;
        gap: 12px 16px;
        margin-bottom: 20px;
        align-items: center;
    }

    .pc_footer .copyright__mbc {
        display: inline-block;
        width: 65px;
        height: 19px;
        margin-top: 5px;
        background: url(../images/footer_mbc_logo.svg) no-repeat 0 0;
        background-size: contain;
    }

    .pc_footer .copyright__imbc {
        display: inline-block;
        width: 78px;
        height: 24px;
        background: url(../images/footer_imbc_logo.svg) no-repeat 0 0;
        background-size: contain;
    }

    .pc_footer .copyright__sep {
        display: inline-block;
        margin-top: 5px;
        width: 1px;
        height: 16px;
        background: #ADB5BD;
        flex-shrink: 0;
    }

    .pc_footer .copyright__nec {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        position: static;
        margin: 0;
        width: 158px;
        height: 32px;
        background: url(../images/logo-nec.svg) center center / contain;
    }

    .pc_footer .copyright__nec-txt {
        font-size: 14px;
        color: #868E96;
        font-family: 'mbcnew-light', sans-serif;
        letter-spacing: -0.02em;
    }

    .pc_footer .copyright__notice {
        margin: 0;
        font-size: 16px;
        line-height: 24px;
        font-family: 'pretend-regular';
        letter-spacing: -.4px;
    }

    .pc_footer .corp_sns {
        overflow: hidden;
        text-align: right;
        font-family: 'Pretend-regular';
        font-size: 16px;
        letter-spacing: -2.5%;
        line-height: 1.5
    }

        .pc_footer .corp_sns ul {
            margin-top: 8px;
            overflow: hidden;
            display: flex;
            gap: 8px;
        }

        .pc_footer .corp_sns li {
            display: inline-block;
        }

            .pc_footer .corp_sns li a {
                display: block;
                width: 24px;
                height: 24px;
                overflow: hidden;
                text-align: left;
                direction: ltr;
                white-space: nowrap;
                text-indent: -9999px;
            }

            .pc_footer .corp_sns li.youtube a {
                background: url(../images/youtube.svg) no-repeat
            }

            .pc_footer .corp_sns li.facebook a {
                background: url(../images/facebook.svg) no-repeat
            }

            .pc_footer .corp_sns li.twitter a {
                background: url(../images/social_x.svg) no-repeat
            }

            .pc_footer .corp_sns li.insta a {
                background: url(../images/instagram.svg) no-repeat
            }

            .pc_footer .corp_sns li.band a {
                background: url(../images/naver_band.svg) no-repeat
            }

            .pc_footer .corp_sns li.kakaoch a {
                background: url(../images/kakao_talk.svg) no-repeat
            }

    .pc_footer .copyright .footer_active {
        display: inline-block;
        width: 160px;
        position: absolute;
        left: 50%;
        margin-left: 0;
    }

        .pc_footer .copyright .footer_active a {
            display: block;
            width: 100%;
        }
/*vote sub */
.sub-tupyo h2 {
    margin-bottom: 30px;
    font-size: 24px;
    font-family: 'mbcnew-bold'
}

.sec-tit p span:first-child {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 8px;
}

.sec-tit .sub-tit {
    margin-left: 5px;
    font-size: 24px;
    font-family: 'mbcnew-light';
}

.ico_1 {
    background: url(../images/ico_1.svg) no-repeat center center;
}

.ico_2 {
    background: url(../images/ico_2.svg) no-repeat center center;
}

.ico_3 {
    background: url(../images/ico_3.svg) no-repeat center center;
}

.ico_4 {
    background: url(../images/ico_4.svg) no-repeat center center;
}

/* .ico_5 {
    background: url(../images/ico_5.png) no-repeat;
}

.ico_6 {
    background: url(../images/ico_6.png) no-repeat;
}

.ico_7 {
    background: url(../images/ico_7.png) no-repeat;
}

.ico_8 {
    background: url(../images/ico_8.png) no-repeat;
}

.ico_9 {
    background: url(../images/ico_9.png) no-repeat;
}

.party_1 {
    color: #5996cc
}

.party_2 {
    color: #ad4949
}

.party_3 {
    color: #cfa84d
}

.party_9 {
    color: #a49f82
}

.party_edu {
    color: #4b686c
}

.city-cont .graph .vert .bar.party_1 {
    background: url(../images/main-c2.png);
}

.city-cont .graph .vert .bar.party_2 {
    background: url(../images/main-c1.png);
}

.city-cont .graph .vert .bar.party_3 {
    background: url(../images/main-c3.png);
}

.city-cont .graph .vert .bar.party_9 {
    background: url(../images/main-c9.jpg);
} */
