#header .header_cnt .logo a {
    width: 189px;
    height: 40px;
    background-image: url('/images/web/eng/layout/logo_eng_w.png');
}

/* 구글 번역 */
#header .header_top .global {
    position: relative;
    margin-left: 0.8rem;
}

#header .header_top .global .langBtn {
    position: relative;
    color: #fff;
    font-size: 0.7rem;
    padding: 0 0.8rem 0 0;
}

#header .header_top .global .langBtn::before {
    position: absolute;
    top: 50%;
    right: 0;
    content: "\ea4e";
    font-family: 'remixicon';
    color: #fff;
    transform: translateY(-50%);
    transition: 0.3s;
}

#header .header_top .global.on .langBtn::before {
    content: "\ea78";
}

#header .header_top .global .langBtn i {
    font-size: 0.85rem;
}

#header .header_top .global .langBox {
    display: none;
    position: absolute;
    right: -1px;
    top: calc(100% + 0.5rem);
    width: 17rem;
    height: auto;
    background: #fff;
    z-index: 101;
    border: 1px solid #ddd;
}

#header .header_top .global .langBox .langIco {
    overflow: hidden;
}

#header .header_top .global .langBox .langIco li {
    width: 50%;
    float: left;
    display: table;
    height: 3rem;
    text-align: left;
}

#header .header_top .global .langBox .langIco li a {
    display: table-cell;
    vertical-align: middle;
    padding: 0 1rem;
    color: #444;
    font-family: "SCDream";
    font-size: 0.7rem;
    border-bottom: 1px solid #ddd;
}

#header .header_top .global .langBox .langIco li:nth-child(odd) a {
    border-right: 1px solid #ddd;
}

#header .header_top .global .langBox .langIco li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.25rem;
}

#header .header_top .global .langBox .langIco li a > span {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 2.5rem);
    overflow: hidden;
    max-height: 1.75rem;
    line-height: 1.1;
    word-break: break-all;
}

#header .header_top .global .langBox .langLst {
    margin: 1rem;
    height: 6rem;
    text-align: left;
    overflow: auto;
}

#header .header_top .global .langBox .langLst a {
    display: block;
    color: #333;
    padding: 5px 0;
    line-height: 1.3;
    font-size: 0.75rem;
}

#header .header_top .global .langBox .langIco li:hover, #header .header_top .global .langBox .langIco li:focus {
    background: #f1f1f1;
}

#header .header_top .global .langBox .langLst a:hover, #header .header_top .global .langBox .langLst a:focus {
    text-decoration: underline;
    color: #1c5cbb;
}

#wrap.open #header .header_cnt .logo a, #wrap.hdBk #header .header_cnt .logo a, #header.on .header_cnt .logo a, .sub_container #header .header_cnt .logo a {
    width: 189px;
    height: 40px;
    background-image: url('/images/web/eng/layout/logo_eng.png');
}

#wrap.hdBk #header .header_top .global .langBtn, #header.on .header_top .global .langBtn, .sub_container #header .header_top .global .langBtn {
    color: #222;
}

#wrap.hdBk #header .header_top .global .langBtn::before, #header.on .header_top .global .langBtn::before, .sub_container #header .header_top .global .langBtn::before {
    color: #222;
}

.popFullmenu .util > ul > li.g_lang .global .langBtn {
    position: relative;
    color: #222;
    font-size: 0.7rem;
    padding: 0 0.8rem 0 0;
    width: 100%;
}

.popFullmenu .util > ul > li.g_lang .global .langBtn::before {
    position: absolute;
    top: 50%;
    right: 0;
    content: "\ea4e";
    font-family: 'remixicon';
    color: #222;
    transform: translateY(-50%);
    transition: 0.3s;
}

.popFullmenu .util > ul > li.g_lang .global.on .langBtn::before {
    content: "\ea78";
}

.popFullmenu .util > ul > li.g_lang .global .langBox {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.161);
}

.popFullmenu .util > ul > li.g_lang .global .langBox .langIco {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
}

.popFullmenu .util > ul > li.g_lang .global .langBox .langIco li {
    flex: 1;
}

.popFullmenu .util > ul > li.g_lang .global .langBox .langIco li + li {
    border-top: 1px solid #ccc;
}

.popFullmenu .util > ul > li.g_lang .global .langBox .langIco li a {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    padding: 0.5rem;
}

.popFullmenu .util > ul > li.g_lang .global .langBox .langLst {
    height: 8rem;
    padding: 1rem;
}

.popFullmenu .util > ul > li.g_lang .global .langBox .langLst ul {
    height: 100%;
    overflow-y: auto;
}

@media (max-width:1240px){
    #header .header_cnt .logo a {width: 161px; height: 34px;}
}