#header {
    width: 100%;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    /* transition: 0.5s; */
    border-bottom: 1px solid white;
}

#header.hover {
    background-color: #fff;
    transition-duration: 1s;
}

#header.hover .h01 ul li a {
    color: #111;
    text-shadow: none;
}


#header.hover .h01 ul li a i {
    color: var(--skyblue);
}

.h01 {
    width: 100%;
    height: 90px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.5s;
    transition-property: background-color;
}

.h01 .center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.h01 img {
  width: 75%;
      vertical-align: middle;
}



.h01.hover2 {
    background-color: #fff;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.2); */
    transition-duration: 1s;
}

.h01.hover2 ul li a {
    color: #111;
    text-shadow: none;
}

.h01.hover2 ul li span {
    color: #111;
}


.h01.hover2 ul li a i {
    color: var(--skyblue);
}

.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 {
    height: 100%;
    font-family: 'Pretendard-Regular', sans-serif;
}

.h01 ul li a {
    font-size: 20px;
    color: #ddd;
}

.h01 ul li a i {
    margin-left: 5px;
}

ul.menu li a {
    font-size: 16px;
    font-family: 'Pretendard-ExtraLight', sans-serif;
}

ul.menu li span {
    padding: 0 5px;
    font-size: 16px;
    color: #ddd;
}

ul.menu li .on {
    color: white;
    font-family: 'Pretendard-Regular', sans-serif;
}



#lnb {
    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 var(--skyblue) !important;
    transition-duration: 1s;
}

.header_contact {
    color: var(--skyblue);
    width: 170px;
    height: 40px;
    background-color: white;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;

}

.header_contact:hover {
    color: white !important;
    background-color: var(--skyblue) !important;
    transition-duration: 0.5s;
}
