@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    font-family: 'NotoSansKR-Regular';
}

.hidden {
    position: absolute;
    text-indent: -9999px;
}

ul {
    list-style: none;
}

a:any-link {
    text-decoration: none;
}

#wrap {
    min-width: 1680px;
}

header {
    height: 100vh;
}

#bgv {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#bgv video {
    min-width: 100%;
    min-height: 100%;
    position: fixed;
}

.btn {
    position: relative;
    width: 50px;
    left: 50%;
    top: -150px;
    transform: translateX(-50%);
    cursor: pointer;
}

#contentwrap {
    min-width: 1680px;
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #fff9;
}

#product {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

#broong {
    position: absolute;
    left: 200%;
    top: 40%;
    transform: translateY(-50%);
    transition: left 2.5s cubic-bezier(0.33, 1, 0.68, 1);
}

#text {
    width: 800px;
    position: absolute;
    top: 40%;
    left: 150%;
    transform: translate(-50%, -50%);
    transition: all 2s;
}

#text img {
    width: 100%;
}

#himenu {
    width: 756px;
    position: absolute;
    left: 50%;
    top: 150%;
    transform: translate(-50%, -50%);
    transition: top 2s;
}

#himenu > li {
    cursor: pointer;
}

.esg {
    position: absolute;
    left: 290px;
    top: 70px;
}

#himenu > li > a {
    margin-right: 30px;
    width: 150px;
    height: 30px;
    line-height: 30px;
    float: left;
    display: block;
    text-align: center;
    padding: 8px 8px;
    color: aliceblue;
    background-color: rgb(0, 11, 141, 0.5);
    border-radius: 20px;
    font-size: 18px;
}

#himenu > li > a:last-child {
    margin: 0;
}

#himenu > li > a:hover {
    background-color: #000b8d;
    transform: scale(1.1);
    transition: all 0.8s;
}
