@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');



html {
    font-size: 62.5%;
}

body {
    font-family: 'Roboto', 'Noto Sans KR', sans-serif;
    font-size: 1em;
}

#wrap {
    overflow: hidden;
}


ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    display: block;
}
#header {
    background-color: rgba(255, 255, 255, 0.664);
    position: fixed;
    width: 100%;
    z-index: 99;
    height: 8rem;

}

#header .h_cont {
    width: 100%;
    height: 8rem;
    background-color: #fff;
    box-sizing: border-box;
}

#header .gnb {
    z-index: 9;
    position: fixed;
    padding: 0% 7.5%;
    height: 8rem;
    width: 100%;
    z-index: 109;
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    box-sizing: border-box;
    /* background-color: rgb(148, 127, 127); */
}


#header .gnb ul {
    width: 100%;
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: space-between !important;
}

#header .gnb ul li {
    cursor: pointer !important;
}


#header .gnb ul li a {
    font-size: 2.5rem;
    color: rgb(0, 0, 247);
    font-weight: 500;
}


#header .gnb ul .menu_works a {
    font-size: 2.5rem;
    color: rgb(0, 0, 0);
    font-weight: 500;
}

#header .gnb ul li:hover a {}



#container {
    width: 100%;
    height: 300rem;
    margin-top: 8rem;
}

#container .c_cont {

    padding: 0 7.5%;
    height: 300rem;
    overflow-y: scroll;
}

.c_cont::-webkit-scrollbar {
    display: none;
}

.c_cont .c_box1 {
    padding: 1.5% 7.5%;
    height: 5vw;
    /* margin-top: 2%; */
    /* background-color: rgb(129, 35, 216); */
    box-sizing: border-box;
}

.c_box1 p {
    font-size: 1.2vw;
    z-index: 49;
    color: #000;
}

.c_cont .c_box2 {
    padding: 2% 0;
    height: 270rem;
    box-sizing: border-box;
}

.c_box2 .work_list {
    display: flex;
    justify-content: space-between;
}

.work_list li {
    width: 48.5%;
    height: auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-bottom: 2%;
    cursor: pointer;
    position: relative;
    padding-bottom: 0.5rem;
    border: 1px solid rgb(199, 199, 199);
}

.work_list li a {
    display: flex;
    flex-direction: column;
    color: #000;
}

.work_list li {
    position: relative;
}

.work_list li .work_img img {
    width: 100%;
}

.work_list li .img_text {
    position: absolute;
    width: 100%;
    z-index: 19 !important;
    top: 0;
    height: 100%;
}

.work_list li .img_text1 video {
    position: absolute;
    left: -10%;
    width: 125%;
    opacity: 0.15;
}

.work_list li .img_text2 video {
    position: absolute;
    left : 0%;
    top: 9%;
    width: 100%;
    /* object-fit: fill; */
    opacity: 0.15;
}

.work_list li .img_text3 video {
    position: absolute;
    left: -12%;
    width: 125%;
    opacity: 0.15;
}

.work_list li .img_text4 video {
    position: absolute;
    left: -10%;
    width: 125%;
    opacity: 0.15;
}

.work_list li .img_text:hover video {
    width: 125%;
    opacity: 0;

}

/* .work_list li .img_text img {
    width: 100%;
    opacity: 0;
    transition: 1s;
}

.work_list li .img_text img:hover {
    opacity: 1;
} */

.work_list li .work_text {
    font-size: 1.2vw;
    margin: 0.5rem 2rem;
}

.work_list li h2 {
    font-size: 1.1vw;
    margin-left: 2rem;
}







/* 
.c_box2 .cb2_inside {
    height: 51rem;
    display: flex;
    justify-content: space-between;
}

.cb2_inside .works {
    width: 48%;
    background-color: rgb(134, 115, 115);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-bottom: 2%;
    cursor: pointer;
}

.cb2_inside .works:hover {
    opacity: 60%;
}

.cb2_inside .works img {
 width: 100%;
}

.cb2_inside .works_note {
    font-size: 1.5rem;
}  */