#d_lnb_wrap {
    position: relative;
    top: 0;
    width: 100%;
}
#d_lnb {
    margin: 0 auto;
    width: 100%;
    max-width: 1300px;
    background: rgba(255, 255, 255, 0);
}
#d_lnb.fixed {
    position: fixed;
    z-index: 999;
    top: 0;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.95);
}
#d_lnb .tnb_logo_group {
    margin: 0 auto;
} /* width:100%; */
#d_lnb .tnb_logo_group:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

#d_lnb a {
    display: block;
}

/*fixed*/

#d_lnb .tnb_logo {
    float: left;
    height: 90px;
    line-height: 90px;
}
.ft_logo,
#d_lnb .tnb_logo img {
    width: 100%;
    max-height:90px;
}

#d_lnb .d_main {
    float: right;
    width: calc(100% - 117px;);
}
#d_lnb .d_main:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
#d_lnb .d_main li {
    float: right;
    text-align: center;
}
/* 메인 */
#d_lnb .d_main li a {
    display: inline-block;
    margin-top: 0;
    width: 130px;
    text-align: center;
    color: #000;
    height: 90px;
    line-height: 90px;
}
#d_lnb .d_main li a:hover {
    color: #9e124a;
}
#d_lnb .d_main li.on a {
    color: #9e124a;
}

/*메인+서브간격*/
#d_lnb .d_w a {
    line-height: 38px;
}
#d_lnb.fixed .d_w a {
    line-height: 70px;
    height: 70px;
}

#d_lnb.fixed .tnb_logo {
    height: 70px;
    line-height: 70px;
}
#d_lnb .d_s {
}

/* 서브 */
#d_lnb .d_move {
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 90px;
    width: 100%;
    background: var(--bm-cr-10654c);
    overflow: hidden;
}
#d_lnb.fixed {
    height: 70px;
    line-height: 70px;
}
#d_lnb.fixed .d_main li a {
    display: inline-block;
    margin-top: 0;
    width: 130px;
    text-align: center;
    color: #000;
    height: 70px;
    line-height: 70px;
}

#d_lnb.fixed .sub_all_width_box {
    margin: 0 auto;
    width: 100%;
    max-width: 1300px;
}
#d_lnb.fixed .d_move {
    top: 70px;
}
#d_lnb.fixed .tnb_logo {
    height: 70px;
    line-height: 70px;
}
#d_lnb.fixed .tnb_logo img {
    width: 100%;
    max-height:70px;
}
#d_lnb .d_move .d_move_bg {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1300px;
}
#d_lnb .d_move .d_move_bg:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

#d_lnb .d_move .d_sub {
    float: right;
}
#d_lnb .d_move .d_sub dl:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#d_lnb .d_move .d_sub dl {
    margin: 0;
    padding: 15px 0;
    min-height: 220px;
    float: left;
    width: 130px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
#d_lnb .d_move .d_sub dl:hover {
    background: var(--bm-cr-8a7855);
} /* 서브 메뉴 높이 조정하기 */
#d_lnb .d_move .d_sub dl:hover a {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}
#d_lnb .d_move .d_sub dl dt {
    display: none;
}
#d_lnb .d_move .d_sub dl dd {
    width: 100%;
    line-height: 36px;
    height: 36px;
    text-align: center;
    margin: 0;
}
#d_lnb .d_move .d_sub dl dd a {
    color: #fff;
    letter-spacing: -0.1em;
}
#d_lnb .d_move .d_sub dl dd a:hover {
    color: #fff;
    background: var(--bm-cr-8a7855);
    text-decoration: underline;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
}

#d_lnb div.d_move {
    /* style 모든 움직임 때문에 js 처리된 이 부분만 제외 */
    transition: all 0s;
    -moz-transition: all 0s;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
}

/* 특정 페이지 폰트 컬러 */
.a_inx .d_w a {
    color: #000 !important;
}
#d_lnb.fixed .a_inx .d_w a {
    color: #fff !important;
}

@media (max-width: 1030px) {
    #d_lnb_wrap {
        display: none;
    }
}

/**/
.day_text::first-letter {
    color: #ff0000;
}
.day_text::first-letter:nth-child(1):after {
    content: "M";
}
