/* header */
.h2Position {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    line-height: 0;
    font-size: 1px;
    overflow: hidden;
}

.background_class {
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
}

.clear0:after {
    content: "";
    display: block;
    clear: both;
}

.GB {
    font-family: 'Gmarket_B';
}

.GM {
    font-family: 'Gmarket_M';
}

.GL {
    font-family: 'Gmarket_L';
}


/*ë°°ë„ˆ*/
.top_banner_img {
    position: absolute;
    left: -9999px;
}

/*íŒì—…*/
#popup {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

#popup .popup_inner {
    width: 600px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

#popup button {
    border: none;
    background: none;
    outline: none;
}

#popup button.slick-arrow {
    display: none !important;
}

#popup .slick-dots {
    width: 100%;
    background-color: #eee;
    border-top: 1px solid #222;
}

#popup .slick-dots li {
    display: block;
    width: 12.5%;
    height: 48px;
    float: left;
    text-align: center;
    position: relative;
    cursor: pointer;
    border-right: 0.5px solid #aaa;
    position: relative;
}

#popup .slick-dots li:last-child {
    border-right: 0;
}

#popup .slick-dots li button {
    color: #222;
    width: 100%;
    letter-spacing: -1px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'mini_R';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#popup .slick-dots li.slick-active {
    background-color: #222;
}

#popup .slick-dots li.slick-active button {
    color: #fff;
    font-weight: bold;
}

#popup .close {
    width: 100%;
    background-color: #000;
    padding: 8px 0;
}

#popup .close .clfix li {
    display: inline-block;
    width: 49%;
    text-align: center;
}

#popup .close .clfix li a {
    display: inline-block;
    width: 100%;
    color: #fff;
    letter-spacing: -1px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Noto Sans KR';
}

#popup .close .clfix li:nth-child(1) {
    border-right: 0.5px solid #fff;
}

#popup .slick-dots:after {
    content: "";
    display: block;
    clear: both
}

/* header_wrap */
#header_wrap {
    width: 100%;
    z-index: 9999;
}

#header {
    width: 100%;
    position: relative;
}

#header .top {
    width: 100%;
    height: 90px;
    position: relative;
}

#header .top_langs {
    display: inline-block;
    position: absolute;
    right: 2%;
    top: 40%;
}

#header .top_langs a {
    background-color: #004695;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
}

#logo {
    width: 220px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.header_inner {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #FFFFFF;
}

.fixed {
    position: fixed !important;
    top: 0px;
    z-index: 9999;
}

#gnb {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    z-index: 9999;
}

#gnb li {
    display: inline-block;
    color: #001762;
    font-weight: 400;
    letter-spacing: -0.76px;
    padding: 0 12px;
}

#gnb li:hover {
    text-decoration: underline;
    text-underline-position: under;
    color: #ffcf3e;
}

#gnb li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 16px;
    background-color: #fff;
    margin-left: 20px;
}

#gnb li:last-child:after {
    content: "";
    display: none;
}

.mo_btn {
    display: none;
}

.quickm {
    width: 100px;
    position: fixed;
    right: 1%;
    top: 45%;
    transform: translateY(-50%);
    z-index: 8888;
    background-color: #fff;
    padding: 10px 0;
    border-radius: 50px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.quickm li {
    width: 60%;
    margin: 20px auto;
    text-align: center;
}

.customer_btn {
    display: none;
}

.ai_call {
    position: fixed;
    bottom: 20%;
    right: 7%;
    z-index: 999;
}

.ai_call a {
    display: block;
}

.ai_call a img {
    width: 100%;
    display: block;
    max-width: 520px;
}

.ai_call .mo_call {
    display: none;
}


/*#footer {*/
/*    width: 100%;*/
/*    background-color: #161b4b;*/
/*    margin-top: 145px;*/
/*    text-align: center;*/
/*    color: #fff;*/
/*    padding: 60px 0 50px;*/
/*}*/

#footer .f_desc {
    font-weight: 300;
    line-height: 1.67;
    letter-spacing: -0.72px;
    padding-top: 46px;
}

#footer .f_desc i {
    font-style: normal;
}

#footer .copy {
    font-weight: 300;
    line-height: 2.94;
    letter-spacing: -0.72px;
}

.top_Btn {
    display: none;
}

.login_desc li {
    display: inline-block;
    padding: 5px 10px;
    background: #999;
    transition: all .2s linear;
}

.login_desc li:hover {
    background: #333;
    color: #fff;
}

@media all and (max-width: 768px) {
    .top_Btn {
        display: block;
    }

    /*íŒì—…*/
    #popup {
        width: 100%;
        background-color: rgba(0, 0, 0, 0);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999;
    }

    #popup .popup_inner {
        width: 80%;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9;
    }

    #popup img {
        width: 100%;
    }

    #popup button {
        border: none;
        background: none;
        outline: none;
    }

    #popup button.slick-arrow {
        display: none !important;
    }

    #popup .slick-dots {
        width: 100%;
        background-color: #eee;
    }

    #popup .slick-dots li {
        display: inline-block;
        height: 31px;
        text-align: center;
        padding: 5px 0;
        position: relative;
        cursor: pointer;
        border-right: 0.5px solid #aaa;
        text-overflow: hidden;
        text-overflow: ellipsis;
    }

    #popup .slick-dots li button {
        color: #222;
        letter-spacing: -1px;
        font-size: 10px;
        font-weight: 400;
        font-family: 'mini_R';
    }

    #popup .slick-dots li button i {
        display: block;
    }

    #popup .slick-dots li:last-child button {
        font-size: 8px !important;
        letter-spacing: -2px;
    }

    #popup .slick-dots li.slick-active button {
        color: #fff;
        font-weight: bold;
    }

    #popup .close {
        width: 100%;
        background-color: #000;
        padding: 10px 0;
    }

    #popup .close .clfix li {
        display: inline-block;
        width: 49%;
        text-align: center;
    }

    #popup .close .clfix li a {
        display: inline-block;
        width: 100%;
        color: #fff;
        letter-spacing: -2px;
        font-size: 10px;
        font-weight: 400;
        font-family: 'Noto Sans KR';
    }

    #popup .close .clfix li:nth-child(1) {
        border-right: 0.5px solid #fff;
    }

    #header_wrap {
        width: 100%;
        position: fixed;
        top: 0;
        background-color: #fff;;
    }

    #header {
        width: 100%;
    }

    #header .top {
        width: 100%;
        height: 90px;
        position: relative;
    }

    #logo {
        width: 180px;
        position: absolute;
        left: 35%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    #header .top_langs {
        display: inline-block;
        position: absolute;
        right: 7%;
        top: 40%;
    }

    .header_inner {
        width: 100%;
        height: 0;
        line-height: normal;
        background-color: #fff;
        overflow: hidden;
    }

    #gnb {
        width: 100%;
        margin: 0 auto;
        z-index: 9999;
        padding-bottom: 20px;
    }

    #gnb li {
        display: block;
        color: #333;
        width: 100%;
        padding: 10px 0;
        text-align: center;
    }

    #gnb li:hover {
        text-decoration: none;
        text-underline-position: under;
        color: #333;
    }

    #gnb li:after {
        content: "";
        display: none
    }

    .fixed {
        position: static !important;
        top: 0px;
        z-index: 9999;
    }

    .quickm {
        display: none;
        width: 100%;
        position: fixed;
        right: 0;
        top: auto;
        bottom: 0;
        transform: translateY(0);
        z-index: 8888;
        background-color: #fff;
        padding: 10px 0;
        border-radius: 0;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0);
        border-top: 1px solid #eee;
    }

    .quickm li {
        width: 14.66%;
        margin: 0 1%;
        text-align: center;
        float: left;
    }

    .quickm li.topBtn {
        display: none;
    }

    .top_Btn {
        display: block;
        position: fixed;
        right: 2%;
        top: 160px;
        z-index: 9999;
        border: 1px solid #fff;
        border-radius: 100%;
    }

    .customer_btn {
        display: block;
        position: fixed;
        right: 2%;
        top: 100px;
        z-index: 9999;
        border: 1px solid #fff;
        border-radius: 100%;
    }

    .ai_call {
        width: 250px;
        height: 59px;
        bottom: 13%;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .ai_call .mo_call {
        display: block;
        text-align: center;
    }

    .ai_call .mo_call img {
        width: 100%;
        max-width: 250px !important;
    }

    .ai_call .pc_call {
        display: none;
    }


    #footer {
        width: 100%;
        background-color: #161b4b;
        text-align: center;
        color: #fff;
        padding: 60px 0 50px;
        margin-bottom: 0;
        margin-top: 0;
    }

    #footer h3 img {
        width: 30%;
    }

    #footer .f_desc {
        font-weight: 300;
        line-height: 1.67;
        letter-spacing: -0.72px;
        padding-top: 46px;
    }

    #footer .f_desc i {
        font-style: normal;
        display: block;
        font-size: 0;
    }

    #footer .copy {
        font-weight: 300;
        line-height: 2.94;
        letter-spacing: -0.72px;
    }
}

@media all and (max-width: 768px) {
    .mo_btn {
        display: block;
        position: absolute;
        right: 5%;
        top: 20px;
        z-index: 99;
    }

    .slide-open {
        position: relative;
        top: 0;
        width: 40px;
        height: 40px;
        background-color: rgba(0, 0, 0, 0);
        cursor: pointer;
        text-align: center;
    }

    .burgur {
        left: 15px;
        top: 23px;
        position: absolute;
        width: 20px;
        height: 2px;
        background: #000;
    }

    .burgur .top-line {
        width: 20px;
        height: 2px;
        background-color: #000;
        bottom: -5px;
        content: '';
        position: absolute;
        left: 0;
        -webkit-transition: -webkit-transform .3s;
        transition: transform .3s;
    }

    .burgur .bot-line {
        width: 20px;
        height: 2px;
        background-color: #000;
        top: -5px;
        content: '';
        position: absolute;
        left: 0;
        -webkit-transition: -webkit-transform .3s;
        transition: transform .3s;
    }

    .burgur.on {
        width: 0;
    }

    .burgur.on .bot-line {
        -webkit-transform: translateY(5px) rotate(135deg);
        transform: translateY(5px) rotate(135deg);
    }

    .burgur.on .top-line {
        -webkit-transform: translateY(-5px) rotate(-135deg);
        transform: translateY(-5px) rotate(-135deg);
    }
}

@media all and (max-width: 480px) {

}