.pc_header {
    padding: 0;
}
.pc_header .logo {
    padding: 0 30px;
}
/*.pc_header .gnb {*/
/*    flex: 1*/
/*}*/
.pc_header .gnb > li > a {
    font-size: 16px;
    font-weight: 700;
}
.pc_header .main-search-bar {
    width: 10vw;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: flex;
    background-color: #fff;
    align-items: center;
    padding-right: 10px;
    box-sizing: border-box;
    justify-content: space-between;
}
.pc_header .main-search-bar input {
    width: 80%;
    background-color: transparent;
    border: 0;
    font-size: 13px;
}
.pc_header .main-search-bar button {
    font-size: 0;
}
.pc_header .menu-trigger {
    display: none;
}
.pc_header .util_join {
    margin-right: 0;
}
.pc_header .h_utile > .util_join {
    padding: 0 30px;
}
.pc_header .h_utile .util_join .logTxt {
    padding: 0;
    font-size: 12px;
    margin-left: 4px;
}
.pc_header .h_utile .util_join .logTxt:before {
    display: none;
}
.pc_header .h_utile .util_join .logInTxt:after {
    display: none;
}
.pc_header .h_utile .util_join {
    flex-direction: row;
    gap: 13px;
}
.pc_header .h_utile .util_join a img {
    height: 22px;
}
.pc_header .h_utile .util_join a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:0;
}
.pc_header .h_utile .util_join a span {
    font-size: 12px;
    word-break: keep-all;
}
.pc_header .h_utile .util_join a:hover span {
    text-decoration: underline;
}
.pc_header .h_utile {
    padding-top: 7px;
}
.pc_header .h_utile .util_join .logoutTxt a {
    flex-direction: row;
    font-size: 14px;
}
.pc_header .h_utile .util_join .logoutTxt:hover a{
    text-decoration: underline;
}
.logoutBx {
    flex-direction: column;
    gap: 5px;
    margin-top: -10px;
}
.logoutBx .logoutBtn {
    font-size: 14px;
    position: relative;
    font-weight: 700;
    border: 1px solid #000;
    padding: 4px 6px;
    padding-left: 31px;
    word-break: keep-all;
}
.logoutBx .logoutBtn:after {
    left:5px;
    top:54%;
    transform: translateY(-50%);
}
.logoutBx .logoutBtn:hover {
    /*border: 0;*/
    background-color: #000;
    color: #fff;
}
.logoutBx .logoutBtn:hover:after {
    filter: invert(1);
}

.mob_header div .util_join {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 3px;
}
.mob_header .header_right .util_join .logTxt {
    padding: 0;
    font-size: 12px;
    font-weight: 700;
    margin-left: 5px;
}

.mobile-search-bar {
    height: 49px;
    width: 95%;
    margin: 6px auto;
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
}

.mobile-search-bar input {
    border: 0;
    font-size: 17px;
}

@media screen and (max-width: 1440px) {
    .pc_header .logo {
        width: 130px;
        box-sizing: content-box;
        padding: 0 20px;
    }
    .pc_header .h_utile > .util_join {
        padding: 0 20px;
    }
    .pc_header .gnb > li > a {
        font-size: 14px;
    }
    .pc_header .gnb .depth-1 ul li a {
        font-size: 14px;
    }
}