@media (hover: hover) {}

@media screen and (min-width: 1024px) {
    .scrollBarWrap div {
        display: block;
    }

    .slick-prev {
        display: block;
    }

    .slick-next {
        display: block;
    }

    /* .gnbsub {
        display: none; 
    }
 */

}

/* 타블렛 */

@media screen and (max-width: 1023px) {
    .top {
        background-color: #000;
        opacity: 0.9;
        position: fixed;
    }

    .top:hover {
        height: 70px;
    }

    .menuUp {
        height: 70px !important;
    }

    .menuDown {
        height: 850px !important;
    }

    .menu {
        display: block;
        width: 40px;
        height: 40px;
        background: url("../img/menu_01.svg") repeat;
        position: absolute;
        right: 2%;
        top: 15%;
        text-align: right;
        border: none;
        outline: none;
        transform: rotate(0deg);
    }

    .menuX {
        display: block;
        width: 40px;
        height: 40px;
        background: url("../img/menu_02.svg") repeat;
        position: absolute;
        right: 2%;
        top: 15%;
        text-align: right;
        border: none;
        outline: none;
        transform: rotate(90deg);
    }

    .gnb {
        position: absolute;
        display: none;
        flex-direction: column;
        justify-content: space-around;
        left: 2%;
        top: 100%;
        width: 300px;
        height: 700px;
        text-align: start;
        font-size: 18px;
    }

    .g1 {
        position: absolute;
        top: 1%;
        left: 50%;
    }

    .g2 {
        position: absolute;
        top: 25%;
        left: 50%;
        padding-top: 50px;
    }

    .g3 {
        position: absolute;
        top: 65%;
        left: 50%;
        padding-top: 50px;

    }

    .nav_con {
        width: 100%;
        height: 200px;
        text-align: center;
        border-bottom: 1px solid #bbb;
        padding-top: 0;
    }

    .nav_con:nth-child(1) {}

    .nav_con:nth-child(2) {
        padding-right: 0;
        padding: 40px 0;
    }

    .nav_con:nth-child(3) {}

    .nav_con h2 {
        text-align: center;
        width: 50%;
        height: 200px;
    }

    .nav_con h2>a {
        padding-top: 50px;
    }

    .enb {
        display: inline-block;
        position: absolute;
        top: 750px;
        left: 2%;
    }

    .enb span {
        display: none;
        padding-right: 15px;
    }

    .mobile_p {
        display: none;
        width: 300px;
        position: absolute;
        font-size: 14px;
        color: #bbb;
        top: 800px;
        left: -1%;
    }

    .videoWrap {
        width: 100%;
        height: 400px;
    }

    .mainVideo_text {
        position: absolute;
        top: 25%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .mainVideo_text h2 {
        font-size: 32px;
    }

    .mainVideo_text p {
        font-size: 16px;
    }

    .mainVideo_text img {
        top: 67%;
        left: 62%;
    }

    /* section1 */

    .contents1 .ConText {
        padding-right: 15px;
        font-weight: 300;
        font-size: 16px;
    }

    .contents1 .ConTime {
        font-weight: 300;
        font-size: 14px;
    }

    .newTab img {
        left: 54.5%;
    }

    /* section2 */
    .section2 {
        height: 900px;
    }

    .View {
        height: 150px;
        margin-bottom: 30px;
    }

    .ViewWrap {
        width: 50%;
    }

    .contentWrap2 h1 {
        font-size: 24px;
        top: 30%;
    }

    .contentWrap2 p {
        font-size: 14px;
    }

    .ViewWrap h1 img {
        width: 20px;
        height: 20px;
        transform: translateY(10%);
    }

    .section3 {
        height: 50px;
    }

    .scrollBarWrap {
        width: 0;
    }

    .scrollBarWrap>div {
        display: none;
    }

    .section3 h1 {
        font-size: 24px;
    }

    /* footer */
    .left .icons:nth-of-type(1) {
        left: 2%;
    }

    .left .icons:nth-of-type(2) {
        left: 5%;
    }

    .left .icons:nth-of-type(3) {
        left: 8%;
    }
}



/* 모바일 */
@media screen and (max-width: 767px) {

    .menu {
        right: 6%;
    }

    .menuX {
        right: 6%;
    }

    /* section1 */
    .section1 {
        height: 600px;
        padding: 50px 0;
    }

    .contentWrap {
        display: block;
        height: 500px;
    }

    .contents1 {
        margin: 30px auto;
        height: 80px;
    }

    .newTab img {
        left: 56%
    }

    /* footer */
    footer {
        height: 850px;
    }

    .left {
        display: block;
        width: 100%;
    }

    .left>img {
        top: 2%;
        left: 5%;
    }

    .left .icons:nth-of-type(1) {
        top: 10%;
        left: 5%;

    }

    .left .icons:nth-of-type(2) {
        top: 10%;
        left: 12%;
    }

    .left .icons:nth-of-type(3) {
        top: 10%;
        left: 19%;
    }

    .right {
        display: block;
        width: 100%;
        position: absolute;
        top: 15%;
        left: 5%;
    }

    .right ul {
        display: flex;
        flex-direction: column;
        justify-content: start;
    }

    .topEnd {
        width: 75px;
        padding-right: 80px;
        display: flex;
        flex-direction: column;
        justify-content: start;
    }

    .contentEnd {
        display: flex;
        padding-top: 20px;
        height: 90%;
        border-bottom: 1px solid #ddd;
    }

    .contentEnd:nth-of-type(2) {
        height: 40%;
        padding-top: 40px;
    }

    .contentEnd:nth-of-type(3) {
        height: 120px;
        margin-top: 3%;
    }

    .left p:nth-of-type(1) {
        bottom: 10%;
        left: 5%;
    }

    .left p:nth-of-type(2) {
        bottom: 10%;
        left: 20%;
    }
}

@media screen and (max-width: 390px) {
    .top {
        width: 390px;
    }

    .inner .logo {
        margin: 18px 0 0 5px;
    }

    header .inner {
        width: 390px;
    }

    .menu {
        right: 20%;
    }

    .menuX {
        right: 20%;
    }

    .mainVideo_text h2 {
        font-size: 24px;
    }

    .mainVideo_text {
        left: 40%;
    }

    .mainVideo_text img {
        left: 66%;
    }

    .mainVideo {
        width: 390px;
        height: 350px;
    }

    .mainVideo video {
        width: 390px;
        height: 350px;
    }

    .videoWrap {
        height: 300px;
    }

    .section1 {
        padding: 0;
        height: 500px;
    }

    .contents1 {
        width: 250px;
        margin-right: 100px;
    }

    .contentWrap {
        height: 415px;
    }

    .newTab p {
        position: absolute;
        left: 30%;
    }

    .newTab img {
        left: 50%;
    }

    .contentWrap2 {
        width: 300px;
        margin: 0 0 0 8px;
    }

    .contents1 .ConText {
        line-height: 1.1;

    }

    .contentWrap2 h1 {
        font-size: 20px;
        width: 220px;
    }

    .contentWrap2 p {
        width: 200px;
        font-size: 12px;
        line-height: 1.3;
    }

    .ViewWrap h1 img {
        width: 15px;
        height: 15px;
        transform: translate(-44%, -7%);
    }

    .section2 {
        height: 800px;
    }

    .scrollBarWrap h1 {
        left: 40%;
    }

    .menuDown {}
}