/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff;
    list-style: none;
    text-decoration: none;
}



.behind {
    width: 1px;
    height: 1px;
    position: absolute;
    left: -1px;
    overflow: hidden;
    z-index: -1000;
}

.hidden {
    visibility: hidden;
    width: 0;
    height: 0;
    font: 0/0'';
    overflow: hidden;
}

wrap {
    width: 100%;
}

#header {
    width: 100%;
    height: 100vh;
}

#header_box {
    max-width: 1024px;
    height: 50px;
    margin: 0 auto;
}

#logo {
    width: 140px;
    height: 32px;
    position: relative;
    top: 10%;
    left: 5%;
    float: left;
    background: url(../img/00_logo.png);
    cursor: pointer;
}

#logo > a {
    width: 100%;
    height: 100%;
    display: block;
}

#logo:hover {
    opacity: 0.5;
}

#lnb_1 {
    width: 50%;
    float: right;
}

#lnb_1 > ul > li {
    width: 32%;
    height: 50px;
    line-height: 50px;
    float: left;
}

#lnb_1 > ul > li > a {
    display: block;
    font: 0.8em /50px '나눔바른고딕';
}

#lnb_1 > ul > li:hover {
    background: rgba(225, 225, 225, 0.5);
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

#lnb_1 > ul > li > a:hover {
    opacity: 0.5;
    color: #000;
}


#lnb_2 {
    border-top: solid 1px #fff;
    width: 100%;
    height: 50px;
}

#lnb_2 > ul {
    max-width: 800px;
    height: 50px;
    margin: 0 auto;
}

#lnb_2 > ul > li {
    border-radius: 0 0 20px 20px;
    width: 20%;
    float: left;
}

#lnb_2 > ul > li:hover {
    background: rgba(225, 225, 225, 0.5);
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

#lnb_2 > ul > li > a {
    display: block;
    font: 0.8em / 50px '나눔바른고딕';
}

#lnb_2 > ul > li > a:hover {
    opacity: 0.5;
    font-weight: bold;
    color: #000;
}

.icon {
    width: 90px;
    height: 30px;
    position: fixed;
    right: 50px;
    top: 7%;
    z-index: 9999;
}

.icon li {
    float: left;
    margin-right: 30px;
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;

}


.icon a {
    width: 100%;
    height: 100%;
    display: block;
}

.icon li:hover {
    opacity: 0.5;
}


.icon li:nth-child(1) {
    background-image: url(../img/00_icon-01.png);
}

.icon li:nth-child(2) {
    background-image: url(../img/00_icon-02.png);
    margin-right: 0;
}


header video {
    min-width: 100%;
    min-height: 100%;
    /* background-size: cover 와 같음*/
    position: fixed;
    /* position: fixed = background-attachment 같음 */
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}



#contentwrap {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}





.grid {
    max-width: 1024px;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 20px auto 20px auto;
    grid-template-columns: auto auto auto;
    padding: 20px;
    grid-gap: 20px;
}

.grid li {
    display: block;
    margin-top: 50px;
    min-height: 300px;
    background-color: fuchsia;
    position: relative;
    cursor: pointer;
    border-radius: 20px;
}

.grid li:hover {
    opacity: 0.8;
}

.grid li a {
    font: bold 1em / 20px '나눔바른고딕';
    color: #000;
    text-shadow: 0 0 5px #fff;
    width: 100%;
    height: 100%;
    display: block;
}

.box a {
    width: 100%;
    height: 100%;
    display: block;
}

.grid li:nth-child(1) {
    height: 300px;
    display: block;
    background: url(../img/08_universe-index.jpg) no-repeat center;
    background-size: cover;
}

.grid li:nth-child(2) {
    height: 300px;
    background: url(../img/06_collection-index.jpg) no-repeat center;
    background-size: cover;
}

.grid li:nth-child(3) {
    height: 300px;
    background: url(../img/07_gif_index.jpg) no-repeat center;
    background-size: cover;
}


#new_product {
    margin-top: 30px;
    width: 100%;
    height: 850px;
    background-color: #fff;
}

#line {
    width: 100%;
    height: 50px;
    border-bottom: solid 2px #50c3ff;
}

#box_2 {
    width: 300px;
    height: 50px;
    background-color: #ffffff;
    margin: 0 auto;
    margin-top: -25px;
}

#box_2 > a {
    color: #50c3ff;
    font: bold 1.5em / 50px '나눔바른고딕';
}

#line_2 {
    width: 100%;
    margin-bottom: 25px;
}



#img_new {
    max-width: 1906px;
    height: 762px;
    background: url(../img/10/2021.png) center no-repeat;
    background-size: cover;
    position: relative;
}

#img_new:hover {
    background-image: url(../img/10/point.png);
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}


#text_new {
    width: 185px;
    height: 115px;
    position: absolute;
    left: 50%;
    bottom: 300px;
    -webkit-transform: translateX(-420px);
    -ms-transform: translateX(-420px);
    transform: translateX(-420px);
}

#text_new > a {
    color: #fff;
    font: bold 1em / 50px '나눔바른고딕';

}

#text_new > ul > li:nth-child(1) {
    width: 100%;
    height: 10px;
    text-align: left;
}

#text_new > ul > li:nth-child(2) {
    height: 50px;
    text-align: left;
}

#text_new > ul > li:nth-child(3) {
    cursor: pointer;
    width: 180px;
    height: 50px;
    border: solid 2px #fff;
    background-color: rgba(255, 255, 255, 0.39);
    line-height: 50px;
    border-radius: 20px;
}

#text_new > ul > li:nth-child(2) {
    font: bold 1.2em / 50px '나눔바른고딕';
}

#text_new > ul > li > a:nth-child(3) {
    display: block;
    width: 100%;
    height: 100%;
}

#text_new > ul > li:nth-child(3):hover {
    opacity: 0.8;
}




#footer {
    width: 100%;
    height: 150px;
    background-color: #000000;
}

#footer_box {
    max-width: 1024px;
    height: 150px;
    margin: 0 auto;
}

#footer_left {
    width: 30%;
    height: 150px;
    float: left;
}

#logo_2 {
    width: 140px;
    height: 32px;
    margin: 30px auto;
    background: url(../img/00_logo.png);
    cursor: pointer;
}

#logo_2 > a {
    width: 100%;
    height: 100%;
    display: block;
}

#logo_2:hover {
    opacity: 0.5;
}

#img > ul {
    width: 150px;
    height: 30px;
    margin: 10px auto;
}

#img > ul > li {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

#img > ul > li > a {
    display: block;
    width: 100%;
    height: 100%;
}

#img > ul > li:hover {
    opacity: 0.5;
}

#img > ul > li:nth-child(1) {
    background-image: url(../img/00_f.png);
}

#img > ul > li:nth-child(2) {
    background-image: url(../img/00_u.png);
}

#img > ul > li:nth-child(3) {
    background-image: url(../img/00_p.png);
}

#img > ul > li:nth-child(4) {
    background-image: url(../img/00_i3.png);
    margin-right: 0;
}


#footer_left {
    width: 30%;
}

#footer_right {
    width: 70%;
    height: 100px;
    float: left;
}

#text {
    width: 100%;
    height: 50%;
    font: 1em/75px '나눔바른고딕';
}



#input_1 {
    margin-top: 30px;
    width: 70%;
    height: 30%;
    color: #000;
}

@media all and (max-width:1023px) {
    .grid {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }

    .grid li {
        width: 50%;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / span 2;
        margin: 0 auto;
    }


    .icon {
        top: 20%;
        width: 30px;
        height: 90px;
    }

    .icon li {
        margin-bottom: 20px;
    }



    #footer {
        width: 100%;
        height: 300px;
    }

    #footer_left {
        width: 100%;
    }

    #footer_right {
        width: 100%;
    }

    #text_new {
        width: 200px;
        height: 130px;
        position: absolute;
        left: 50%;
        bottom: 300px;
        -webkit-transform: translateX(-420px);
        -ms-transform: translateX(-420px);
        transform: translateX(-420px);
    }
}

@media all and (max-width:639px) {

    #lnb_1 {
        display: none;
    }

    .icon {
        top: 20%;
        right: 2%;
    }

    .icon li {
        margin-bottom: 20px;
    }

    .more {
        width: 30px;
        height: 20px;
        background: url(../img/00_btn.png);
        margin: 0 auto;
        position: relative;
        top: -20px;
        cursor: pointer;
    }

    .more > a {
        width: 100%;
        height: 100%;
        display: block;
    }

    #more_3 {
        width: 10px;
        height: 10px;
        position: relative;
        top: 30px;
        left: 230px;
    }

    .grid li {
        width: 100%;
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }


    #text_new {
        width: 200px;
        height: 130px;
        position: absolute;
        left: 50%;
        bottom: 450px;
        -webkit-transform: translateX(-90px);
        -ms-transform: translateX(-90px);
        transform: translateX(-90px);
    }



}
