@charset "UTF-8";

/* HEADER SETTING */
#new_hd {
    width: 100%;
    height: auto;
    position: relative;
}

#new_hd .hd_area {
    width: 100%;
    height: auto;
    position: relative;
}

#new_hd .hd_con {
    width: 100%;
    height: auto;
    position: relative;
    border-top: 2px solid #e49c12;
    border-bottom: 1px solid #5d5d5d;
}

/* HEADER SETTING END */

/* HEADER NAV */
.hd_nav_con {
    width: 100%;
    max-width: 1400px;
    height: auto;
    position: relative;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0;
}

.hd_nav_con .hd_logo {
    width: 150px;
    height: 87px;
    position: relative;
}

.hd_nav_con .hd_logo > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url(/assets/Pc/img/hd_logo.png);
    /* background-image: url(/assets/Pc/img/logo_christmas.png?v=20251201); */
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.hd_nav_con .hd_nav {
    width: auto;
    height: auto;
    position: relative;
}

.hd_nav_con .hd_nav .nav_box {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.hd_nav_con .hd_nav .nav_box > li {
    width: auto;
    height: auto;
    position: relative;
}

.hd_nav_con .hd_nav .nav_box > li > a {
    font-size: 1.0625rem;
    font-weight: 800;
    color: var(--gray-100);
    padding: 30px 15px;
}

.hd_nav_con .hd_nav .nav_box > li > a:hover {
    color: #e49c12;
}

/* HEADER NAV END */

/* HEADER DEPS NAV */
.hd_nav_con .hd_nav .nav_box .deps_nav {
    position: absolute;
    width: 170px;
    height: auto;
    background-color: var(--gray-50);
    top: 45px;
    left: 15px;
    display: none;
    border-radius: 10px;
    border: 1px solid var(--gray-400);
    backdrop-filter: blur(5px);
    z-index: 99;
}

.hd_nav_con .hd_nav .nav_box .deps_nav .deps_item {
    width: 100%;
    height: auto;
    position: relative;
}

.hd_nav_con .hd_nav .nav_box .deps_nav .deps_item > a {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--gray-100);
    padding: 11px 15px;
}

.hd_nav_con .hd_nav .nav_box .deps_nav .deps_item > a:hover {
    color: #e49c12;
}

/* HEADER DEPS NAV END */
