header {
    font-family: "gothic", "Malgun Gothic", "맑은 고딕", Dotum, 돋움, Helvetica, "Apple SD Gothic Neo", "애플 SD 산돌고딕 Neo";
}

#top_layout {
    height: 190px;
}
#top_layout {
    display: block;
    position: relative;
    width: 100%;
    height: 100px;
    text-align: center;
    z-index: 9;
    top: 150px;
    transform: translate(0, -150px);
}
#nuri {
    background-color: #eef0f3;
    position: relative;
    z-index: 10;
}
#nuri .top {
    padding: 8px 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#nuri .inner {
    margin: 0 auto;
    padding: 0 50px;
}
#nuri .flag_wrap {
    display: flex;
    align-items: center;
}
#nuri .flag_wrap .flag_in {
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 14px;
}
#nuri .flag_wrap .flag_in img {
    margin-right: 10px;
    width: 38px;
}
.tnb {
    height: 50px;
    background-color: #fff;
    border-bottom: 1px solid #eeeeee;
}
.tnb .tnb-wrap.layout {
    max-width: none;
    height: 100%;
    padding: 0 100px;
}
.tnb .tnb-wrap.layout .tn-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}
.tnb .tnb-wrap.layout .tn-wrap .tnb-link {
    display: inline-block;
    height: 100%;
}
.tnb .tnb-wrap.layout .tn-wrap .tnb-link .link-list {
    display: flex;
    align-items: center;
    height: 100%;
}
.tnb .tnb-wrap.layout .tn-wrap .tnb-link .link-list li {
    position: relative;
    float: left;
    margin-right: 40px;
}
.tnb .tnb-wrap.layout .tn-wrap .tnb-link .link-list li::before {
    display: inline-block;
    position: absolute;
    top: 0;
    right: -20px;
    width: 1px;
    height: 12px;
    background-color: #dddddd;
    content: "";
}
.tnb .tnb-wrap.layout .tn-wrap .tnb-link .link-list li .t-link:hover {
    text-decoration: underline;
}
.tnb .tnb-wrap.layout .tn-wrap .tnb-link .link-list li .t-link.on {
    color: #E93660;
    font-weight: bold;
}

.tnb .tnb-wrap.layout .tn-wrap .tnb-link .link-list li .t-link {
    display: block;
    color: #666;
    font-weight: 500;
    font-size: 15px;
    line-height: 12px;
    letter-spacing: -0.9px;
}
.tnb .tnb-wrap.layout .tn-wrap .tnb-link .link-list::after {
    display: block;
    clear: both;
    content: "";
}
