@charset "utf-8"; /********************************************************
■ Side Menu : 사이드 메뉴
********************************************************/
#sub-visual {
    display: flex;
    align-items: center;
    height: 550px;
    position: relative;
}

.sub-visual__img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sub-visual__cont {
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: center; */
    /* justify-content: center; */
    /* flex: 0 1 auto; */
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
}

.sub-visual__cont .title {
    color: #fff;
    font-size: 3em;
    font-weight: 600;
    position: absolute;
    left: 0;
    bottom: 94px;
}

#cnavi {
    width: 100%;
    height: 84px;
    margin-bottom: 135px;
    border-bottom: 1px solid #ECECEC;
    box-sizing: border-box;
    background: #fff;
}

#cnavi .home {
    display: block;
    margin-right: 25px;
    padding-right: 25px;
    position: relative;
}

#cnavi .home::after {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background: #D9D9D9;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.cnavi-in {
    height: 100%;
}

.cnavi__list {
    display: flex;
    align-items: center;
    height: 100%;
}

.cnavi__list .cn-dl1 {
    padding-right: 25px;
    position: relative;
}

.cnavi__list .cn-dl1::after {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background: #D9D9D9;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.cnavi__list .cn-dl1 .tit {
    display: flex;
    align-items: center;
    height: 84px;
    padding-right: 40px;
    color: #000;
    font-size: .90em;
    font-weight: 600;
    position: relative;
}

.cnavi__list .cn-dl1 .tit::after {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #ADADB7;
    border-right: 2px solid #ADADB7;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.cnavi__list .cn-dl2 {
    overflow-x: auto;
}

.cnavi__list .cn-dl2 .tit {
    display: none;
}

.cnavi__list .cn-dl2 .list {
    /*min-width: 900px;*/
}

.cnavi__list .cn-dl2 .list ul {
    display: flex;
}

.cnavi__list .cn-dl2 .list li {
    margin: 0 20px;
}

.cnavi__list .cn-dl2 .list a {
    color: #898989;
    font-size: .90em;
    transition: .35s;
}

.cnavi__list .cn-dl2 .list a:hover, .cnavi__list .cn-dl2 .list a:focus, .cnavi__list .cn-dl2 .list li.active a {
    color: var(--color-main);
    font-weight: 600;
}
@media all and (max-width: 1460px){
    .sub-visual__cont .title {padding: 0 30px;}
}

@media all and (max-width: 1399px) {
    #sub-visual {
        height: 400px;
    }
    .sub-visual__cont .title {padding: 0;}

    .cnavi__list .cn-dl2 {
        width: calc(100% - 224px);
    }

    .cnavi__list .cn-dl2 .list {
        min-width: 1067px;
    }
}

@media all and (max-width: 1024px) {
    #cnavi {
        height: 70px;
    }

    #cnavi .home::after, .cnavi__list .cn-dl1::after {
        height: 18px;
    }

    .cnavi__list .cn-dl1 .tit {
        height: 70px;
        font-size: 1em;
    }

    .cnavi__list .cn-dl2 {
        width: 200px;
        padding: 0 5px 0 25px;
        box-sizing: border-box;
        overflow: visible;
        position: relative;
    }

    .cnavi__list .cn-dl2 .tit {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 70px;
        color: #000;
        font-size: 1em;
        font-weight: 600;
        position: relative;
    }

    .cnavi__list .cn-dl2 .tit::after {
        content: '';
        display: block;
        width: 9px;
        height: 9px;
        border-top: 2px solid #ADADB7;
        border-right: 2px solid #ADADB7;
        transform: rotate(135deg);
        position: relative;
        top: -3px;
    }

    .cnavi__list .cn-dl2 .list a {
        font-size: 1em;
    }

    .cnavi__list .cn-dl2 .list {
        min-width: auto;
        max-height: 0;
        width: 200px;
        border: 1px solid #ECECEC;
        border-top: 0;
        background: #fff;
        overflow: hidden;
        position: absolute;
        top: calc(100% - 1px);
        left: 0;
        z-index: 10;
        transition: max-height .35s ease-in-out;
    }

    .cnavi__list .cn-dl2.open .list {
        max-height: 500px;
    }

    .cnavi__list .cn-dl2 .list ul {
        display: block;
    }

    .cnavi__list .cn-dl2 .list li {
        margin-bottom: 12px;
    }

    .cnavi__list .cn-dl2 .list li:first-child {
        margin-top: 10px;
    }
}

@media all and (max-width: 768px) {
    #cnavi {
        height: 60px;
    }

    #cnavi .home::after, .cnavi__list .cn-dl1::after {
        height: 16px;
    }

    .cnavi__list .cn-dl1 .tit {
        height: 60px
    }

    .cnavi__list .cn-dl2 .tit {
        height: 60px
    }
}

@media all and (max-width: 480px) {
    .cnavi__list .cn-dl1 {display: none;}
    .cnavi__list .cn-dl2 {
        width: calc(100% - 65px);
    }

    .cnavi__list .cn-dl2 .list {
        width: 100%;
    }
}

/*  */
#nt-title {
    overflow: unset;
    z-index: 2;
}

#nt-title .title_bg_wrap {
    width: 100%;
    height: 31vw;
    min-height: 400px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center;
    position: relative;
    top: 0;
    left: 0;
    background: #000;
}

#nt-title .title_bg_wrap .text_wrap {
    position: absolute;
    width: calc(100% - 40px);
    text-align: center;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#nt-title .title_bg_wrap .text_wrap b {
    font-size: var(--font-60);
    font-weight: 500;
}

#nt-title .title_bg_wrap .text_wrap p {
    font-size: var(--font-20);
}

#nt_side_menu {
    position: absolute;
    bottom: 0;
    margin: 0 !important;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
}

#nt_side_menu .side_menu_wrap {
    width: 100%;
    max-width: var(--max-width1);
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 78px;
}

#nt_side_menu .side_menu_wrap a.home {
    height: 100%;
    width: auto;
    aspect-ratio: auto 1 / 1;
    border-left: 1px solid #7A7A7A;
    position: relative;
    top: 0;
    left: 0;
}

#nt_side_menu .side_menu_wrap a.home img {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#nt_side_menu .side_menu_wrap .now {
    height: 100%;
    width: 350px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
    padding: 0 20px;
    border-left: 1px solid #7A7A7A;
    border-right: 1px solid #7A7A7A;
    cursor: pointer;
}

#nt_side_menu .side_menu_wrap .now>p {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: var(--font-20);
}

#nt_side_menu .side_menu_wrap .now .now_icon {
    height: 100%;
    width: 27px;
    position: relative;
    top: 0;
    left: 0;
}

#nt_side_menu .side_menu_wrap .now .now_icon img {
    position: absolute;
    width: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
}

#nt_side_menu .side_menu_wrap .now .now_icon.atv img {
    transform: translate(-50%, -50%) rotate(-90deg);
}

#nt_side_menu .side_menu_wrap .now .now_list {
    position: absolute;
    top: 78px;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

#nt_side_menu .side_menu_wrap .now .now_list li {
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 20px;
    cursor: pointer;
    font-size: var(--font-16);
}

#nt_side_menu .side_menu_wrap .now .now_list li:hover {
    background: rgba(255,255,255,.2);
}

#nt_side_menu .side_menu_wrap .now .now_list li.atv {
    background: rgba(255,255,255,.2);
}

#nt_side_menu .side_menu_wrap .dep2 {
    height: 100%;
    width: 350px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
    padding: 0 20px;
    border-right: 1px solid #7A7A7A;
    cursor: pointer;
}

#nt_side_menu .side_menu_wrap .dep2>p {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: var(--font-20);
}

#nt_side_menu .side_menu_wrap .dep2 .dep2_icon {
    height: 100%;
    width: 27px;
    position: relative;
    top: 0;
    left: 0;
}

#nt_side_menu .side_menu_wrap .dep2 .dep2_icon img {
    position: absolute;
    width: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
}

#nt_side_menu .side_menu_wrap .dep2 .dep2_icon.atv img {
    transform: translate(-50%, -50%) rotate(-90deg);
}

#nt_side_menu .side_menu_wrap .dep2 .me-ul {
    position: absolute;
    top: 78px;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

#nt_side_menu .side_menu_wrap .dep2 .me-ul .me-li {
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}

#nt_side_menu .side_menu_wrap .dep2 .me-ul .me-li i {
    display: none;
}

#nt_side_menu .side_menu_wrap .dep2 .me-ul .me-li a {
    color: #fff !important;
    font-size: var(--font-16);
    padding: 0 0 0 20px;
    display: block;
}

#nt_side_menu .side_menu_wrap .dep2 .me-ul .me-li:hover {
    background: rgba(255,255,255,.2);
}

#nt_side_menu .side_menu_wrap .dep2 .me-ul .me-li.active {
    background: rgba(255,255,255,.2);
}

#nt_side_menu .side_menu_wrap .dep3 {
    height: 100%;
    width: 350px;
    display: none;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
    padding: 0 20px;
    border-right: 1px solid #7A7A7A;
    cursor: pointer;
}

#nt_side_menu .side_menu_wrap .dep3>p {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: var(--font-20);
}

#nt_side_menu .side_menu_wrap .dep3 .dep3_icon {
    height: 100%;
    width: 27px;
    position: relative;
    top: 0;
    left: 0;
}

#nt_side_menu .side_menu_wrap .dep3 .dep3_icon img {
    position: absolute;
    width: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
}

#nt_side_menu .side_menu_wrap .dep3 .dep3_icon.atv img {
    transform: translate(-50%, -50%) rotate(-90deg);
}

#nt_side_menu .side_menu_wrap .dep3 .me-ul1.on {
    display: none;
}

#nt_side_menu .side_menu_wrap .dep3 .me-ul1.off {
    display: none !important;
}

#nt_side_menu .side_menu_wrap .dep3 .me-ul1 {
    position: absolute;
    top: 78px;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
}

#nt_side_menu .side_menu_wrap .dep3 .me-ul1 .me-li1 {
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}

#nt_side_menu .side_menu_wrap .dep3 .me-ul1 .me-li1 a {
    color: #fff !important;
    font-size: var(--font-16);
    padding: 0 0 0 20px;
    display: block;
}

#nt_side_menu .side_menu_wrap .dep3 .me-ul1 .me-li1:hover {
    background: rgba(255,255,255,.2);
}

#nt_side_menu .side_menu_wrap .dep3 .me-ul1 .me-li1.active {
    background: rgba(255,255,255,.2);
}

@media all and (max-width: 1000px) {
    #nt_side_menu .side_menu_wrap .now {
        width: 25%;
    }

    #nt_side_menu .side_menu_wrap .dep2 {
        width: 35%;
    }

    #nt_side_menu .side_menu_wrap .dep3 {
        width: 30%;
    }
}

@media all and (max-width: 800px) {
    #nt_side_menu .side_menu_wrap .now {
        display: none;
    }

    #nt_side_menu .side_menu_wrap .dep2 {
        width: 100%;
    }
}
