#index_tong {
    
}

.rolling-banner-wrap {
    position: relative;
    width: 100%; height: auto;
    padding: 30px;
    display: flex;
    flex-direction: row;
    overflow-x: hidden;
    border-top: 1px solid #ccc;
}

.rolling-banner-wrap .rolling-list >ul {
    position: relative;
    display: flex;
}

.rolling-banner-wrap .rolling-list >ul >li {
    position: relative;
    width: auto; height: auto;
    box-sizing: border-box;
    margin: 0 30px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.rolling-banner-wrap .rolling-list figure {
    position: relative;
    width: auto; height: 30px;
}
.rolling-banner-wrap .rolling-list figure img {
    position: relative;
    width: auto; height: 100%;
}

.rolling-list.original {
    animation: rollingLeft1 100s linear infinite;
}

.rolling-list.clone {
    animation: rollingLeft2 100s linear infinite;
}

@keyframes rollingLeft1 {
    0% {transform: translateX(0);}
    50% {transform: translateX(-100%);}
    50.01% {transform: translateX(100%);}
    100% {transform: translateX(0);}
}
@keyframes rollingLeft2 {
    0% {transform: translateX(0);}
    100% {transform: translateX(-200%);}
}

.tongCod {
    position: relative;
    width: 100%; height: auto;
    margin-top: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow: hidden;
}
.tongCod img {
    width: 100%;
    height: auto;
}

/* #m-gnb-area {
    position: fixed;
    left: 0; top: 0;
    display: none;
    width: 100vw; height: 100vh;
    overflow: hidden;
    z-index: 800;
}
#m-gnb-area.active {
    display: block;
}
#m-gnb-area .container {
    position: absolute;
    width: 100%; height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    background: rgba(50,50,50,0.5);
}
#m-gnb-area .container .m-gnb-content {
    position: relative;
    width: 500px; height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: #fff;
    border-left: 1px solid #aaa;
}
#m-gnb-area .container .m-gnb-content .top-x-area {
    position: relative;
    width: 100%; height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    border-bottom: 1px solid #aaa;
}
#m-gnb-area .container .m-gnb-content .top-x-area .close-btn {
    position: relative;
    width: 86px; height: 86px;
}
#m-gnb-area .container .m-gnb-content .top-x-area .close-btn::before {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    width: 50%; height: 3px;
    background: #000;
    transform: translate(-50%, -50%) rotate(45deg);
}
#m-gnb-area .container .m-gnb-content .top-x-area .close-btn::after {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    width: 50%; height: 3px;
    background: #000;
    transform: translate(-50%, -50%) rotate(-45deg);
}
#m-gnb-area .container .m-gnb-content .m-gnb {
    position: relative;
    width: 100%; height: auto;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
}
#m-gnb-area .container .m-gnb-content .m-gnb .m-gnb-item {
    position: relative;
    width: auto; height: auto;
    border-bottom: 1px solid #dadada;
}
#m-gnb-area .container .m-gnb-content .m-gnb .m-gnb-item a {
    position: relative;
    display: block;
    width: 100%; height: auto;
    padding: 1.4rem;
    text-decoration: none;
    color: #000;
    font-size: 1.4rem;
    line-height: 1;
} */

/* 화면 고정식 하단 배너 영역 **/
.bot-banner {
    position: fixed;
    left: 0; bottom: 0;
    width: 100vw; height: fit-content;
    display: block;
    z-index: 999;
}
.bot-banner img {
    width: 100%; height: auto;
}
.bot-banner .container {
    position: absolute;
    left: 50%; top: 0;
    width: 1388px; height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    transform: translateX(-50%);
    grid-gap: 28px;
}
.bot-banner .container .text-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    grid-gap: 14px;
}
.bot-banner .text-wrap h3 {
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
}
.bot-banner .text-wrap p {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
}
.bot-banner .container a {
    font-size: 2rem;
}

#header {
    position: fixed;
    left: 0; top: 0;
    width: 100%; height: auto !important;
    display: flex; flex-direction: row;
    justify-content: center;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    z-index: 80;
}
/* #header .wrap {
    position: relative;
    width: 100%; height: 86px;
    max-width: 1388px;
    display: flex; flex-direction: row;
    justify-content: space-between;
    align-items: center;
} */
#header .wrap {
    position: relative;
    width: 100%; height: auto;
    padding: 20px 0;
    max-width: 1388px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-gap: 10px;
}
#header .h-top {
    position: relative;
    width: 100%; height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#header .h-top-logo-wrap {
    position: relative;
    width: auto; height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-gap: 1rem;
}
#header .h-logo-side {
    position: relative;
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
}
#header .h-logo-side >span {
    padding: 6px 12px;
    color: #4703A6;
    font-size: 12.8px;
    line-height: 1;
    /* letter-spacing: 3px; */
    font-weight: 600;
    text-align: center;
    background-color: #f2e7ff;
    border-radius: 5px;
}
#header .h-top-logo-wrap >a {
    position: relative;
    width: auto; height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#header .h-top-logo-wrap >a img {
    width: auto;
    height: 100%;
}
/* #header .h-top > a span {
    color: #FF7900;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 3px;
    font-weight: 600;
    text-align: center;
}
#header .h-top > a img {
    width: auto;
    height: 100%;
} */
#header .h-inner-right {
    position: relative;
    width: auto; height: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-gap: 1rem;
}
#header .sammu-part-tabs {
    position: relative;
    width: auto; height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#header .sammu-part-item > a {
    position: relative;
    display: block;
    padding: 6px 12px;
    background-color: transparent;
    font-size: 14px;
    color: #000;
    border-radius: 5px;
    transition: 0.2s all ease-in-out;
}
#header .sammu-part-item:hover > a, #header .sammu-part-item.current > a {
    background-color: #f2e7ff;
    color: #4703A6;
}
#header .h-top .menu-button-open {
    position: relative;
    width: 40px; height: 40px;
    /* 모바일 해상도에서만 표시 */
    display: none;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}
#header .h-top .menu-button-open::before {
    content: '';
    position: absolute;
    left: 0; top: 8px;
    width: 100%; height: 3px;
    background-color: #000;
    transform: translateY(-50%);
}
#header .h-top .menu-button-open::after {
    content: '';
    position: absolute;
    left: 0; bottom: 8px;
    width: 100%; height: 3px;
    background-color: #000;
    transform: translateY(50%);
}
#header .h-gnb {
    position: relative;
    width: 100%; height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
#header .pc-gnb-list {
    position: relative;
    width: auto; height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#header .pc-gnb-item > a {
    position: relative;
    width: auto; height: auto;
    padding: 5px 15px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    border-radius: 500px;
    background-color: transparent;
    transition: 0.2s all ease-in-out;
}
#header .pc-gnb-item > a:hover {
    color: #fff;
    background-color: #4703A6;
}



#header .menu-button-bar {
    position: relative;
    width: 100%; height: 3px;
    background: #000;
}
#header .h-logo {
    position: relative;
    width: auto; height: 100%;
    display: flex;
    flex-direction: row;
    grid-gap: 1rem;
    align-items: center;
}
#header .h-logo a {
    position: relative;
    width: auto; height: 80%;

    /* font-size: 40px;
    font-weight: initial;
    line-height: 47px;
    */
    color: #707070;
    text-decoration: none;
}
#header .h-logo a img {
    height: 100%;
}
#header .h-logo .part-choice-list {
    position: relative;
    width: auto; height: 45px;
    display: flex;
    flex-direction: row;
    grid-gap: 1rem;
}
#header .h-logo .part-choice-list .part-choice-item {
    position: relative;
    width: auto; height: auto;
}
#header .h-logo .part-choice-list .part-choice-item a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto; height: 100%;
    padding: 0 16px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
}
#header .h-logo .part-choice-list .part-choice-item.current a {
    color: #FF7900;
    background: rgba(255, 121, 0, 0.3);
    border-radius: 8px;
}
#header .wrap .devide_line {
    display: none;
}

/* 로그인 */
#header .h-login {
    position: relative;
    order: 3;
    position: relative;
    width: auto; height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#header .h-login .h-login-list {
    position: relative;
    width: auto; height: 45px;
    display: flex;
    flex-direction: row;

}
#header .h-login a {
    position: relative;
    display: flex;
    width: auto; height: 100%;
    padding: 0 15px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    transition: 0.2s all ease-in-out;
}
#header .h-login a:hover {
    color: #4b9fff;
    background: #d4e8ff;
}
/* #header .h-login a svg {
    position: relative;
    width: auto; height: 2rem;
    fill: #000;
} */

#header .h-gnb {
    position: relative;
    width: auto; height: auto;
}
#header .h-gnb >a {
    position: relative;
    width: auto;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-gap: 1rem;
}
#header .h-gnb >a span {
    color: #FF7900;
    font-size: 12.8px;
    line-height: 1.4;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: center;
}
#header .h-gnb >a img {
    width: auto;
    height: 100%;
    margin-left: 15px;
}
#header .h-gnb-list {
    position: relative;
    width: auto; height: auto;
    display: flex; flex-direction: row;
    justify-content: center; align-items: center;
    grid-gap: 30px;
}
#header .h-gnb-list .h-gnb-item {
    position: relative;
    width: auto; height: auto;
}
#header .h-gnb-list .h-gnb-item.labor {
    display: none;
}
#header .h-gnb-list .h-gnb-item.labor.active {
    display: block;
}
#header .h-gnb-item a {
    position: relative;
    display: block;
    padding: 15px 0;
    color: #000;
    text-decoration: none;
}
#header .h-menu {
    position: relative;
    width: 45px; height: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}
#header .h-menu .h-menu-bar {
    position: relative;
    width: 100%; height: 4px;
    background: #000;
}
#header .h-menu .h-menu-bar::before {
    content: '';
    position: absolute;
    left: 0; top: -12px;
    display: block;
    width: 100%; height: 100%;
    background: #000;
}
#header .h-menu .h-menu-bar::after {
    content: '';
    position: absolute;
    left: 0; bottom: -12px;
    display: block;
    width: 100%; height: 100%;
    background: #000;
}

#footer {
    position: relative;
    width: 100%; height: auto;
    padding: 54px 0 30px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: #000;
}

/* +-----------------------------------------------------------+ */
/* |    모바일 화면에서만 보이는 토글 버튼                        | */
/* +-----------------------------------------------------------+ */
#footer .m-toggle-btn {
    position: absolute;
    left: 50%; top: 0;
    width: 50px; height: 50px;
    display: none;
    background: #000;
    border: 4px solid #fff;
    border-radius: 5000px;
    transform: translate(-50%, -50%);
    cursor: pointer;
    overflow: hidden;
    transition: 0.2s transform ease-in-out;
}
#footer .m-toggle-btn >svg {
    position: absolute;
    left: 50%; top: 50%;
    width: auto; height: 100%;
    transform: translate(-50%, -50%);
    fill: #fff;
}

#footer .wrap {
    position: relative;
    width: 1388px; height: auto;
    display: flex;
    flex-direction: column;
    grid-gap: 30px;
}
#footer .footer-top {
    position: relative;
    width: 100%; height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    grid-gap: 42px;
}
#footer .footer-top .footer-gnb {
    position: relative;
    width: auto; height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-gap: 30px;
}
#footer .footer-top .footer-gnb .footer-gnb-item > a {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-decoration: none;
} 
#footer .footer-top .footer-social-list {
    position: relative;
    width: auto; height: auto;
    display: flex;
    flex-direction: row;
    grid-gap: 1rem;
}
#footer .footer-top .footer-social-item {
    width: auto; height: auto;
    background: transparent;
    border: 1px solid #aaa;
    border-radius: 200px;
}
#footer .footer-top .footer-social-item > a {
    position: relative;
    width: 40px; height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#footer .footer-top .footer-social-item:nth-child(-n+2) > a > img {
    height: 18px;
}
#footer .footer-top .footer-social-item:nth-child(3) > a > img {
    width: 18px;
}
#footer .footer-bottom {
    position: relative;
    width: 100%; height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
#footer .footer-bottom .footer-copyright-group {
    position: relative;
    width: auto; height: auto;
    flex-shrink: 0;
    display: flex; flex-direction: column;
    align-items: flex-start;
    grid-gap: 11px;
}
#footer .footer-bottom .footer-pri-poli {
    position: relative;
    width: auto; height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-gap: 10px;
}
#footer .footer-bottom .footer-pri-poli-item, #footer .footer-bottom .footer-pri-poli-item > a {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
    color: #444;
    text-decoration: none;
}
#footer .footer-bottom .footer-copyright {
    font-size: 1rem;
    font-weight: initial;
    line-height: 1;
    color: #888;
}
#footer .footer-bottom .footer-information {
    position: relative;
    width: auto; height: auto;
}
#footer .footer-bottom .footer-information-details {
    position: relative;
    width: auto; height: auto;
    text-align: end;
    font-size: 14px;
    font-weight: initial;
    line-height: 24px;
    color: #888;
}

@media (max-width: 1388px) {
    /* +----------------------------------------------------------------+ */
    /* |   네이게이션 바                                                 | */
    /* +----------------------------------------------------------------+ */
    #header .wrap {
        padding: 20px 1rem;
    }


    .bot-banner .container {
        width: 100%;
        padding: 0 2rem;
    }
    .bot-banner .container .text-wrap {
        display: none;
    }
    .bot-banner .container a {
        text-decoration: none;
        color: #000;
    }

    #footer .wrap {
        width: 100%;
        padding: 0 30px;
    }
}

@media (max-width: 1280px) {
    #header .wrap {
        width: 100%;
        padding: 1rem;
        grid-gap: 1rem;
    }
    #header .pc-gnb-item > a {
        padding: 5px 10px;
    }
    #header .h-logo {
    }
    #header .h-gnb-list {
        grid-gap: 30px;
    }
    #header .h-menu {
        width: 40px; height: 40px;
    }
    #header .h-menu .h-menu-bar::before {top: -10px;}
    #header .h-menu .h-menu-bar::after {bottom: -10px;}

    #footer .footer-top {
        grid-gap: 25px;
    }
    #footer .footer-top .footer-gnb {
        /* grid-gap: 50px; */
    }
    #footer .footer-bottom {
        flex-direction: column;
        grid-gap: 25px;
    }
    #footer .footer-bottom .footer-copyright-group {
        align-items: flex-end;
    }
}

@media(max-width: 1024px) {
    #header .h-gnb {
        display: none;
    }
    #header .h-top .h-top-logo-wrap >span {
        line-height: 1;
    }
    #header .h-top .menu-button-open {
        display: flex;
        width: 35px; height: 35px;
    }
    #header .sammu-part-item > a {
        font-size: 14px;
    }

    #header .h-logo .part-choice-list .part-choice-item a {
        font-size: 14px;
    }

    #header .wrap .h-gnb-list {
        grid-gap: 20px;
    }
    #header .wrap .h-gnb .h-gnb-item a {
        font-size: 14px;
        padding: 15px 12px;
    }

    #footer .m-toggle-btn {
        display: block;
    }
    #footer.active .m-toggle-btn {
        transform: translate(-50%, -50%) rotate(180deg);
    }
    #footer .wrap {
        max-height: 0;
        overflow: hidden;
        transform-origin: bottom;
        transition: 0.2s all ease-in-out;
    }
    #footer.active .wrap {
        max-height: 600px;
        overflow: visible;
    }
    #footer .footer-top {
        align-items: center;
    }
    #footer .footer-top .footer-gnb {
        width: 100%;
        flex-direction: column;
        align-items: center;
        grid-gap: 0;
    }
    #footer .footer-top .footer-gnb .footer-gnb-item {
        position: relative;
        width: 100%; height: auto;
    }
    #footer .footer-top .footer-gnb .footer-gnb-item > a {
        position: relative;
        width: 100%; height: auto;
        padding: 14px 0;
        display: block;
        font-size: 14px;
        text-align: center;
    }
    #footer .footer-bottom {
        align-items: center;
    }
    #footer .footer-bottom .footer-copyright-group {
        align-items: center;
    }
    #footer .footer-bottom .footer-information {
        align-items: center;
    }
    #footer .footer-bottom .footer-information-details {
        text-align: center;
    }
}

@media(max-width: 768px) {
    .tongCod {
        margin-top: 168px;
    }

    #header {
        padding: 1rem 0;
    }
    #header .wrap {
        height: auto;
        padding: 0 1rem;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #header .h-logo {
        flex: 1 0 80%;
        height: auto;
    }
    #header .h-logo .part-choice-list {
        grid-gap: 0;
    }
    #header .h-login {
        flex: 0 0 auto;
        order: initial;
        justify-content: flex-end;
    }
    #header .wrap .devide_line {
        position: relative;
        display: block;
        width: 50%; height: 1px;
        margin: 10px 0;
        flex: 1 0 50%;
        background: #ccc;
    }
    #header .h-gnb {
        flex: 1 0 100%;
    }
    #header .h-logo a img {
        height: 60px;
    }


    #footer.active .wrap {
        max-height: 1000px;
    }
    #footer .footer-top {
        grid-gap: 1rem;
    }
    #footer .footer-bottom {
        grid-gap: 1rem;
    }
    #footer .footer-bottom .footer-copyright {
        font-size: 14px;
    }
}

@media (max-width: 640px) {
    #header .h-top-logo-wrap {}
    #header .h-top-logo-wrap >a {
        height: 40px;
    }
    #header .h-inner-right {
        grid-gap: 10px;
    }
    #header .h-logo-side {
        display: none;
    }
    #header .sammu-part-item > a {
        padding: 5px 8px;
    }

    #m-gnb-area .container .m-gnb-content .top-x-area .close-btn {
        width: 75px; height: 75px;
    }

    .rolling-banner-wrap .rolling-list >ul >li {
        margin: 0 15px;
    }
    .rolling-banner-wrap .rolling-list figure {
        height: 20px;
    }

    #footer {
        padding: 30px 0;
    }
    #footer .wrap {
        padding: 0 1rem;
    }
    #footer .footer-top {
        align-items: center;
    }
    #footer .footer-top .footer-gnb {
        flex-direction: column;
    }
    #footer .footer-bottom {
        align-items: center;
    }
    #footer .footer-bottom .footer-copyright-group {
        align-items: center;
    }
    #footer .footer-bottom .footer-information-details {
        text-align: center;
    }
}

@media (max-width: 500px) {
    #m-gnb-area .container .m-gnb-content {
        width: 100%;
    }
}

@media (max-width: 480px) {
    #footer .wrap {
        grid-gap: 14px;
    }
    #header .wrap .h-gnb-list {
        grid-gap: 0;
    }
    #footer .footer-bottom .footer-pri-poli-item, #footer .footer-bottom .footer-pri-poli-item > a {
        font-size: 14px;
    }
}