#header{
    width: 100%;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition-duration: 1s;
}

#header.hover{
    background-color: #fff;
    transition-duration: 1s;
}

#header.hover .h01{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#header.hover .h01 a img{
    content: url(../images/logo_h.png);
}

#header.hover .h01 ul li a{
    color: #111;
    text-shadow: none;
}

#header.hover .sitemap_icon img{
    content: url(../images/sitemap_icon_h.png);
}

#header.hover .h01 ul li a i{
    color: #009844;
}

.h01{
    width: 100%;
    height: 90px;
    padding: 0 5%;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition-duration: 1s;
}

.h01.hover2{
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    transition-duration: 1s;
}

.h01.hover2 a img{
    content: url(../images/logo_h.png);
}

.h01.hover2 ul li a{
    color: #111;
    text-shadow: none;
}

.h01.hover2 .sitemap_icon img{
    content: url(../images/sitemap_icon_h.png);
}

.h01.hover2 ul li a i{
    color: #009844;
}

.h01>a{
    display: flex;
    align-items: center;
    justify-content: center;
}

.h01 ul{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.h01 ul li{
    width: 180px;
    height: 100%;
    font-family: 'Pretendard-Regular', sans-serif;
}

.h01 ul li a{
    width: 100%;
    height: 100%;
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

.h01 ul li a i{
    margin-left: 5px;
}

.sitemap_icon{
    width: 270px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sitemap_icon img{
    cursor: pointer;
}

.h02{
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

#lnb{
    width: 1170px;
    display: flex;
}

#lnb ul{
    width: 180px;
    padding: 20px 0;
    border-top: 3px solid transparent;
}

#lnb ul li{
    width: 100%;
    padding: 8px 0;
}

#lnb ul li a{
    width: 100%;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333;
    font-family: 'Pretendard-Regular', sans-serif;
}

#lnb ul li a:hover{
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}

ul.ul_hover{
    border-top: 3px solid #009844 !important;
    transition-duration: 1s;
}




























/* mobile */
@media screen and (max-width: 767px){

    #header{
        position: fixed;
        background-color: rgba(0, 0, 0, 0.3);
    }

    .h01{
        height: 60px;
        border-bottom: 0;
    }

    .h01>a{
        width: 120px;
    }

    .h01>a img{
        width: 100%;
    }

    .h01 ul{
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .h01 ul li{
        display: none;
    }

    .sitemap_icon{
        width: 20px;
    }

    .sitemap_icon img{
        width: 100%;
    }

    .h02{
        display: none;
    }

}























/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px){

    #header{
        position: fixed;
        background-color: rgba(0, 0, 0, 0.3);
    }

    .h01{
        height: 60px;
        padding: 0 3%;
        border-bottom: 0;
    }

    .h01>a{
        width: 120px;
    }

    .h01>a img{
        width: 100%;
    }

    .h01 ul{
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .h01 ul li{
        display: none;
    }

    .sitemap_icon{
        width: 20px;
    }

    .sitemap_icon img{
        width: 100%;
    }

    .h02{
        display: none;
    }

}
