@media screen and (max-width:639px){
.xe-widget { width: 100% !important; box-sizing:border-box; }
  
}
  
@media screen and (min-width: 640px){
.xe-widget { width: 49% !important; box-sizing:border-box; }
  
}

.hg_header {
    position: relative;
    padding: 5px;
}

.hg_header h1 img {
    zoom: 1;
}

.hg_gnb2 > ul > li > a, .hg_gnb2 .pr_mymenu > ul > li > a, .hg_gnb3_mymenu, .hg_gnb3_mymenu a {
    display: block;
    font-size: 19px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: -0.025em;
}

.hg_container {
    background: #fff;
}

.hg_gnb2>ul>li>a {
    display: inline-block;
    padding: 6px 30px;
    line-height: 36px;
}

.hg_gnb2_wrap {
    position: relative;
    height: 50px;
    font-size: 0px;
    text-align: center;
    z-index: 98;
}

.hg_gnb2>ul>li, .hg_gnb2 .pr_mymenu {
    border-right: 0px solid #f7f7f7;
}

.hg_gnb2_wrap {
    background-color: #df4730;
    border-top: 1px solid #df4730;
}
.hg_gnb2>ul {
    border-left: 0px solid #37374c;
}
.hg_gnb2>ul>li.active>a {
    text-decoration: none;
    background-color: #b51d1d;
}
.hg_header2 {
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
}