#header{
    width: 100%;
    background-color: rgba(53, 152, 243, 0.9);
    position: fixed;
    z-index: 999;
}

.logo_section{
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.logo_section .center{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.logo_section .center h1{
    width: 100px;
}

.logo_section .center h1 a{
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo_section .center h1 a img{
    width: 100%;
}

.logo_section .center i{
    font-size: 30px;
    color: #fff;
}

.header_search{
    display: none;
    width: 100%;
    padding: 10px 0;
}

.header_search .center{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_search input[type='text']{
    width: 94%;
    height: 30px;
    border: 0;
}

.header_search button{
    font-size: 24px;
    color: #fff;
    background-color: transparent;
    font-family: 'BMJUA';
}

.menu_section{
    display: none;
    height: 105px;
}

.menu_section .center{
    width: 100%;
}

#gnb{
    width: 100%;
}

#gnb ul{
    width: 100%;
    display: inline-block;
}

#gnb ul li{
    padding: 0;
    width: 33.33%;
    height: 35px;
    float: left;
    line-height: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
}

#gnb ul li:nth-child(3),
#gnb ul li:nth-child(6){
    border-right: 0;
}

#gnb ul li a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-family: 'S-CoreDream-5Medium';
}
