header .inner {
    font-size: 19px;
    height: 70px;
    width: 100%;
    line-height: 3.5;
    position: fixed;
}

.menu {
    display: none;
}

.menuX {
    display: none;
}

.top {
    position: fixed;
    width: 100%;
    height: 70px;
    transition-duration: 0.4s;
    z-index: 10;
    text-align: center;
}

.top::after {
    content: "";
    width: 100%;
    height: 70px;
    display: block;
    border-bottom: 1px solid #59564b;
}

.top:hover {
    background-color: #000;
    opacity: 0.9;
    height: 350px;
}

.on {
    background-color: #000;
    opacity: 0.9;
    height: 70px;
}

.top:hover .gnbsub {
    display: inline-block !important;
}

.gnbsub {
    display: none;
    line-height: 2.2;
    text-align: start;
    justify-content: space-between;
    padding-top: 20px;
}

.gnbsub li {
    width: 100%;
}

.gnb {
    width: 400px;
    height: 70px;
    display: flex;
    text-align: center;
    justify-content: space-between;
}

.nav_con {
    width: 100%;
}

.nav_con:nth-child(2) {
    padding-right: 20px;
}

.nav_con a {
    display: inline-block;
    width: 150px;
    color: #b7babe;
    text-align: start;
}

.nav_con a:hover {
    color: #ddd;
}

.enb a:hover {
    color: #ddd;
}

header .enb>* {
    width: 70px;
    color: #b7babe;
}

.enb {
    margin-right: 50px;
}

.mobile_p {
    display: none;
}

.inner .logo {
    width: 171px;
    height: 31px;
    margin: 18px 0 0 40px;
}

.videoWrap {
    height: 700px;
}

.mainVideo {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
}

.mainVideo video {
    overflow: visible;
}

.mainVideo_text {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mainVideo_text h2 {
    font-size: 2.8rem;
    letter-spacing: -0.05em;
    font-weight: 500;
    color: #fff;
}

.mainVideo_text p {
    text-align: center;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    padding-top: 20px;
    color: #b7babe;
    font-size: 18px;
}

.mainVideo_text img {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 74%;
    left: 60%;
    color: #b7babe;
}