

.topArea__right { margin-left: 120px; display: grid; grid-template-columns: repeat(3,1fr); align-items: center; grid-gap: 50px; }
.topArea__right > li { display: flex; }
.topArea__right > li > img { margin-right: 10px; height: 29px;}
.topArea__right p {font-size: 14px; color: #6a6a6a;}
.topArea__right span { font-size: 20px; color: #3f3f3f; margin: 0 0 10px 0; font-weight: 500; }

.hd_wrapper {}

#gnb_all {
    display: none;
}

.hd_login_div {
    position: relative;
    overflow: hidden;
    padding: 5px 0;
    box-sizing: border-box;
    text-align: center;
    background: #00b6bd;
}

.hd_login {
    justify-content: flex-end;
    width: 100%;
    max-width: 1220px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
}

.logo_div {
    max-width: 1220px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    height: 100%;
    display: flex;
    padding: 30px 0 30px;
}

#gnb {
    width: 100%;
    background-color: #e5f8f8;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}


#gnb_1dul {
    justify-content: space-between;
    max-width: 1220px;
    margin: 0 auto;
}

#gnb_1dul a {
    padding: 15px 0;
    box-sizing: border-box;
}

.gnb_2dul {
    top: 50px;
}

@media all and (max-width:767px) {
    #gnb_all {
        display: block;
    }
    .hd_login {
        color: #364153;
        font-size: 12px;
    }
    .hd_login_div {
        display: none;
    }
    .logo_div {
        flex-direction: column;
        padding: 0;
        align-items: center;
    }
    #logo a {
        max-height: initial;
        display: inline-block;
    }
    #logo img {
        width: initial;
    }
    .topArea__right {
        margin: 0;
        grid-gap: 10px;
    }
    .topArea__right > li {
        flex-direction: column;
        align-items: center;
    }
    .topArea__right > li > img {
        max-width: 29px;
    }
    #gnb_1dul {
        justify-content: flex-end;
        padding-right: 10px;
    }
}
