


.skip[_adv-skip] a[_adv-skip] {
    display: block;
    position: absolute;
    left: 0;
    top: -9999em;
    z-index: 9999;
    width: 100%;
    background: lime;
    color: black;
    font: 1.8em / 3em arial, sans-serif;
}


#header {
    position: relative;
    width: 100%;
    height: 77px;
    z-index: 100;
}
@media (max-width:1060px) {
    #header {
        height: 55px;
    }
}
#header {
    /* border-bottom: 1px #d9dbe1 solid; */
    box-shadow: 0 1px 3px 0 #0000001a;
}

#header.-fixed {
    position: sticky;
    z-index: 100;
    top: 0px;
    left: 0px;
}
#header.-clear {
    position: relative;
    transform: translateY(445px);
    z-index: 1;
}
#header .headers__aligner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}
#header .logo[_adv-logo] {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    z-index: 1;
}
@media (max-width:1060px) {
    #header .logo[_adv-logo] {
        left: 20px;
    }
}
#header .logo[_adv-logo] img {
    width: 210px;
}

#header .gnb[_adv-gnb] {
    text-align: center;
    height: 55px;
    line-height: 55px;
    background: #fff;
}
@media (min-width: 1060px) {
    #header .gnb[_adv-gnb] {
        height: 77px;
        line-height: 77px;
    }
    .gnb-list[_adv-gnb] {
        justify-content: center;
        display: flex;
        gap: 40px;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 0 170px 0 170px;
        margin: 0;
        list-style: none;
    }
    .gnb-listarea[_adv-gnb] {
        display: flex;
        gap: 40px;
        flex-direction: column;
    }
    @media (min-width:1060px) {
        .gnb-listarea[_adv-gnb] {
            flex-direction: row;
        }
    }
    .gnb-listitem[_adv-gnb] {
        display: block;
    }
    .gnb-listitem[_adv-gnb].-my {
        position: absolute;
        top: 0;
        right: 40px;
        transform: translateY(0%);
        z-index: 1;
    }
    .gnb-item[_adv-gnb] {
        position: relative;
        padding: 8px 16px;
        margin: 16px 0;
        border-radius: 6px;
        font-weight: 700;
        font-size: 16px;
        line-height: 26px;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;

        min-height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .listitem_more .gnb-item[_adv-gnb] svg {
        display: none;
    }
    .gnb-listitem[_adv-gnb].-my .gnb-item[_adv-gnb] { /* MY */
        padding: 8px 20px;
        border: 1px solid rgb(var(--color-border));
        min-height: 45px;
        margin: 16px 0;
    }
    .gnb-itemmore_area[_adv-gnb] {
        list-style: none;
        visibility: hidden;
        position: absolute;
        min-width: 150px;
        top: 43px;
        left: 50%;
        transform: translateX(-50%);
        padding: 10px 6px;
        background: #fff;
        border: 1px solid #ced4da;
        box-shadow: 0 6px 15px rgba(0, 0, 0, .15), 0 4px 6px rgba(0, 0, 0, .05);
        border-radius: 6px;
        z-index: 200;
    }
    .gnb-listitem[_adv-gnb].-my .gnb-itemmore_area[_adv-gnb] {
        right: 0;
        left: auto;
        transform: translateX(0%);
    }
    .gnb-listitem[_adv-gnb].listitem_more:hover .gnb-itemmore_area[_adv-gnb] {
        visibility: visible;
    }
    .gnb-item[_adv-gnb]:hover, .gnb-itemmore_item[_adv-gnb]:hover {
        background-color: rgb(var(--color-color4));
    }
    .gnb-itemmore_item[_adv-gnb] {
        width: 100%;
        height: 32px;
        padding: 6px 10px;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: #343a40;
        white-space: nowrap;
    }
    #header .gnb-close[_adv-gnb] {
        display: none;
    }
    .gnb-menu[_adv-gnb] {
        display: none;
    }
}
@media (max-width:1060px) {
    #header .gnb-list[_adv-gnb] {
        display: none;
        position: fixed;
        height: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow-y: auto;
        background: rgb(var(--color-white));
        z-index: 1000;
        padding-top: 50px;
    }
    #header .gnb-list[_adv-gnb].-active {
        display: block;
    }
    #header .gnb-close[_adv-gnb] {
        display: none;
    }
    #header .gnb-list[_adv-gnb].-active .gnb-close[_adv-gnb] {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 30px;
        height: 30px;
    }
    .gnb-menu[_adv-gnb] {
        position: absolute;
        top: 0;
        right: 0;
        width: 55px;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .gnb-listitem[_adv-gnb] {
        padding: 0 20px;
        text-align: left;
    }
    .gnb-listitem[_adv-gnb].-my {
        margin-top: 30px;
    }
    .gnb-item[_adv-gnb] {
        width: 100%;
        font-size: 15px;
        font-weight: 700;
    }
    .listitem_more .gnb-item[_adv-gnb] span {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 5px;
    }
    /* .listitem_more .gnb-item[_adv-gnb]:hover svg {
        transform: rotate(45deg);
    } */
    .gnb-itemmore_area[_adv-gnb] {
        padding-left: 20px;
    }
}






.container .contents {
    margin: 0 auto;
    padding: 0 20px;
}
@media (min-width: 1060px) {
    .container .contents {
        max-width: 1480px;
        padding: 0 40px;
    }
}
:host(.page-box), .page-box {
    display: inline-block;
    width: 100%;
    margin: 4rem 0 6rem;
}
@media (min-width: 1060px) {
    :host(.page-box), .page-box {
        margin: 4rem 0 6rem;
    }
}












.advmainalert-popup[_adv-main-alert] {
    display: none;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    padding: 50px 20px;
}
.advmainalert-popup[_adv-main-alert].-active {
    display: block;
}
.advmainalert-pop_wrap[_adv-main-alert] {
    display: flex;
    justify-content: center;
    height: 100%;
}
.advmainalert-popup__box[_adv-main-alert] {
    width: 100%;
    max-width: 500px;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    margin: auto 0;
    background: #fff;
    text-align: center;
    padding: 90px 40px 40px;
    font-family: 'NotoSansKR';
    font-weight: 400;
    border-radius: 10px;
    position: relative;
}
@media (max-width: 1060px) {
    .advmainalert-popup__box[_adv-main-alert] {
        padding: 45px 15px 20px;
    }
}
.advmainalert-pop__close[_adv-main-alert] {
    position: absolute;
    top: 20px;
    right: 20px;
}
.advmainalert-pop__icon[_adv-main-alert] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    color: rgb(var(--color-color1));
}
.advmainalert-pop__icon[_adv-main-alert] span {
    font-size: 10px;
    font-weight: 400;
}
.advmainalert-popup__title[_adv-main-alert] {
    font-size: 22px;
    line-height: 1.55;
    margin-top: 20px;
    font-weight: 700;
    color: rgb(var(--color-color1));
}
.advmainalert-btn__box[_adv-main-alert] {
    display: flex;
    gap: 15px;
}
.advmainalert-popup_btn[_adv-main-alert] {
    width: 100%;
    line-height: 48px;
    background: rgb(var(--color-color3));
    border-radius: 50px;
    font-size: 14px;
    color: rgb(var(--color-color1));
    margin-top: 30px;
    transition: all 0.2s;
}
.advmainalert-popup_btn[_adv-main-alert].-close {
    background: rgb(var(--color-white));
    border: 2px solid rgb(var(--color-color1));
    color: rgb(var(--color-color1));
}
.advmainalert-000000[_adv-main-alert] {
    
}
.advmainalert-000000[_adv-main-alert] {
    
}




















/* 페이지로드 */
.loading[_adv-loading-splash] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffe6;
}
.loading[_adv-loading-splash].-active {
    display: block;
    z-index: 20000;
}
.loading__wait[_adv-loading-splash] {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    padding: 0 2rem;
    transform: translateY(-50%);
    text-align: center;
    background-color: #fff0;
}
.loading__round[_adv-loading-splash] {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 3px;
    border-radius: 100%;
    background-color: rgb(var(--color-color1));
}
@keyframes motion01 {
    0%, 100% {transform: scale(0);}
    50% {transform: scale(.4);}
}
@keyframes motion02 {
    0%, 100% {transform: scale(0);}
    50% {transform: scale(.8);}
}
@keyframes motion03 {
    0%, 100% {transform: scale(0);}
    50% {transform: scale(1.2);}
}
@keyframes motion04 {
    0%, 100% {transform: scale(0);}
    50% {transform: scale(.8);}
}
@keyframes motion05 {
    0%, 100% {transform: scale(0);}
    50% {transform: scale(.4);}
}
.loading__round[_adv-loading-splash].-shape1 {
    animation: motion01 1s ease-in-out infinite;
}
.loading__round[_adv-loading-splash].-shape2 {
    animation: motion02 1s ease-in-out infinite;
    animation-delay: -.46s;
}
.loading__round[_adv-loading-splash].-shape3 {
    animation: motion03 1s ease-in-out infinite;
    animation-delay: -.36s;
}
.loading__round[_adv-loading-splash].-shape4 {
    animation: motion04 1s ease-in-out infinite;
    animation-delay: -.26s;
}
.loading__round[_adv-loading-splash].-shape5 {
    animation: motion05 1s ease-in-out infinite;
    animation-delay: -.16s;
}
.loading__txt[_adv-loading-splash] {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    font-size: 11px;
    font-weight: 400;
    color: rgb(var(--color-color1));
}
.loading__txt[_adv-loading-splash] strong[_adv-loading-splash] {
    font-size: 13px;
    line-height: 2;
}