#header {
    width: 100%;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: 0.5s;

    border-bottom: 1px solid rgba(215, 215, 215, 0.5);
}

.sitemap_btn {
    font-size: 36px;
    color: white;
    cursor: pointer;
}

.sitemap_btn_black {
    color: black;
}

.hover2 .sitemap_btn {
    color: black !important;
}

.hover .h01 .sitemap_btn {
    color: black !important;
}

.bar_r {
    width: 100%;
}

.sm_img {
    position: absolute;
    top: 20px;
    left: 55px;
}

.bar_r:after {
    content: "·";
    color: #b7b7b7;
    float: right;
    font-weight: bolder;
    font-size: 25px;
    padding-left: 60px;
}

.bar_r_last:after {
    content: "";
    padding-left: 45px;
}


#header.hover {
    background-color: #fff;
    transition-duration: 1s;
}

#header.hover .h01 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#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: 100px;
    padding: 0 3%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.5s;
    transition-property: background-color;
}




.h02 {
    width: 100%;
    padding: 0 3%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.h02_left {
    width: 291px;
}

.h02_right {
    width: 36px;
}

#lnb {
    margin-right: 16%;
}




.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 a i {
    color: var(--skyblue);
}

.h01>a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_img_on {
    content: url("../images/logo.png");
}

.header_img_black {
    content: url("../images/logo_black.png");
}

.h01 ul {
    height: 100%;
    padding-right: 13%;
    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);
    /* padding-left: 45px; */
}

.h01 ul li a i {
    margin-left: 5px;
}

.contact_hover {
    color: white !important;
    background-color: var(--skyblue) !important;
}

#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;
}