@charset "utf-8";
.gnb_title{
    height:247px;
    text-align: center;
    background:url('/_skin/sidae/brand/new/gnb_bg/gnb_bg1.png') center no-repeat;
    display: table;
    width:100%;
}
.gnb_title.customer{
    background:url('/_skin/sidae/brand/new/gnb_bg/gnb_bg2.png') center no-repeat;
}
.gnb_title.business{
    background:url('/_skin/sidae/brand/new/gnb_bg/business_gnb_bg.png') center no-repeat;
}
.gnb_title.recruit{
    background:url('/_skin/sidae/brand/new/gnb_bg/recruit_gbn_bg.png') center no-repeat;
}

.gnb_title.news{
    background:url('/_skin/sidae/brand/new/gnb_bg/news_gbn_bg.png') center no-repeat;
}
.gnb_title h1{
    display: table-cell;
    vertical-align: middle;
    width:100%;
    text-align: center;
    color:#fff;
    font-size:45px;
    font-family:'noto6';
}

.gnb_title.news h1{
    color:#000;
}
.gnb_menu_wrap{
    border-bottom:1px solid #cecece;
    width:100%;
    z-index: 2;
    position:relative;
}

.gnb_menu{
    display: table;
    width:100%;
    max-width:1100px;
    margin: 0 auto;
}

.gnb_menu > * {
    display: table-cell;
    vertical-align: middle;
}
.gnb_menu{
    font-size:0;
}
.gnb_menu ul {
    font-size:0;
    display:inline-block;
}
.gnb_menu ul li{
    display: inline-block;
    *display: inline;
    zoom:1;
    vertical-align: top;
    border-left:1px solid #cecece;
    box-sizing: border-box;
    width:150px
}
.gnb_menu ul li:last-child{
    border-right:1px #cecece solid;
}
.gnb_menu ul li a{
    display: block;
    height:60px;
    line-height:60px;
    text-align:center;
    font-family:'noto3';
    font-size:20px;
    color:#373737;
}

.gnb_menu ul li a.selected,
.gnb_menu ul li a:hover{
    color:#000;
    font-family: 'noto6'
}

.gnb_navi_wrap{
    text-align: right;
    font-size:14px;
}

.gnb_navi_wrap > span {
    display:inline-block;
    vertical-align: middle;
    padding:0 10px;
    font-family:'noto3';
     font-weight: 100;
    color:#7e7e7e;
    position:relative;
}

.gnb_navi_wrap > span:first-child{
    font-size:0;
    width:10px;
    height:12px;
    background:url('/_skin/sidae/brand/new/gnb_bg/icon_home.png') center no-repeat;
}

.gnb_navi_wrap > span:nth-child(2):after{
    position:absolute;
    top:0;
    right:-5px;
    content:'>';
    display:
}

.gnb_navi_wrap > span:nth-child(2):before{
    position:absolute;
    top:0;
    left:-3px;
    content:'>';
    display:
}

.gnb_navi_wrap > span b{
    font-weight: 400;
    font-family: 'noto5'
}

@media (min-width:960px) and (max-width:1200px){
    .gnb_menu{
        width:90%;
    }
    .gnb_menu ul li a{
        font-size: 16px;
    }
}

@media (min-width:0px) and (max-width:960px){
    .gnb_menu{
        width:100%;
    }
    .gnb_title{
        height: 200px;
        background-size:cover!important;
    }
    .gnb_title h1{
        font-size:40px;
    }
    .gnb_menu.scr_gnb{
        overflow: hidden;
        overflow-x: auto;
        display: block;
    }
    .gnb_menu.scr_gnb.mobile{
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .gnb_menu.scr_gnb.mobile::-webkit-scrollbar {
        display: none;
    }
    .gnb_menu ul li{
        border-left:1px solid #cecece;
    }
    .gnb_menu ul li a{
        font-size:18px;
    }
    .gnb_navi_wrap{
        display: none;
    }
}

@media (min-width:0px) and (max-width:700px){
    .gnb_title{
        height: 6.667rem;
    }
    .gnb_title h1{
        font-size:1.111rem;
    }
    .gnb_menu ul li{
        width:115px;
    }
    .gnb_menu ul li a{
        font-size:16px;
        line-height:60px;
        height:60px;
    }
}

@media (min-width:0px) and (max-width:400px){
    .gnb_menu ul li{
        width:90px;
    }
    .gnb_menu ul li a{
        font-size:14px;
        height:50px;
        line-height:50px;
    }
}

