@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');

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

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

/* Playfair Display */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* KR Song Myung */
@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&family=Song+Myung&display=swap');



html {
    font-size: 62.5%;
    
}

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

#wrap {
    
    overflow: hidden !important;
}


ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    display: block;
}

#header {
    position: relative;
    width: 100%;
    height: auto;
}

#header .bg_video {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0%;
    left: 0%;
    background-repeat: no-repeat;
}

#header .bg_video video {
    /* position: absolute; */
    /* top: 0;
    left: 0; */
    width: 100%;
    height: 100%;
    
    object-fit: cover;

    /* 선생님이 해준거는 position 지우고, 위에 .bg_video에 height: 120vh; */
}

#header .bg_color {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0%;
    background-color: rgba(255, 42, 42, 0.646);
}

#header .gnb {
  z-index: 9;
  position: fixed;
  padding: 0 7.5%;
  height: 8rem;
  width: 100%;
  z-index: 119;
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}


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

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

#header .gnb ul li a {
  font-size: 2.5rem;
  color: rgb(199, 199, 199);
  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%;
    position: relative;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 19;
    background-attachment: scroll;
}

/* #container .side_bg {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  z-index: 59;
}


#container .work_text {
    width: 100%;
    height: 32.4%;
    background-color: rgb(255, 251, 246);
    display: flex;
    justify-content: flex-start;
    position: absolute;
    top: -33%;  
    z-index: 9;
    transition: 1s;
}


#container .work_text p {
  width: 600px;
  font-size: 2rem;
}

.work_text .cancel_img {
    width: 3vw;
    height: 3vh;
    position: absolute;
    right: 0;
}

.work_text .cancel_img img {
    width: 100%;
    opacity: 1;
} */

#container .c_cont {
    width: 85%;
    padding: 0 10%;
    height: 109rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* background-color: brown; */
    position: relative;
    top: 0;
    transition: 1s;
    box-sizing: border-box;
}

.c_cont .c_box1 {
    width: 30rem;
    height: 20rem;
    background-color: rgba(255, 127, 80, 0);
    position: relative;
    padding: 1% 1%;
    box-sizing: border-box;
}

.c_box1 .eng {
  font-size: 3rem;
}


.c_box1 .kor {
  font-size: 2rem;
  margin-top: 2.5%;
  /* font-family: 'Roboto', 'Song Myung', serif; */
}


.c_box1 p {
  font-size: 2rem;
}


.c_cont .c_box2 {
    width: 50rem;
    height: 40rem;
    background-color: rgba(121, 255, 80, 0);
    padding: 1% 1%;
    box-sizing: border-box;
}

.c_cont .c_box2 p {
  font-size: 1.8rem;
  font-weight: 300;
  color: #000;
  line-height: 3rem;
}

.c_cont::-webkit-scrollbar {
    display: none;
    width: 0 !important;
}



/* 박스안에 About This Work */
#container .c_box1 .about_this_work {
    position: absolute;
    top: 90%;
    left: 4%;
}

#container .about_this_work p {
    font-size: 2.2rem;
    z-index: 99;
    cursor: pointer;
    text-decoration: underline;
}

#container .about_this_work p a{
  color: #000;
}

/* 제이쿼리 */
/* 

.active .work_text {
  top: 0 !important;
}

.active .c_cont {
   top: 35rem !important;
   height: 143rem;
}

.active .about_this_work {
   transition: 1s;
}

.active .side_bg {
  right: 0 !important;
}

.gnb.active {
  visibility: hidden !important;
  opacity: 0 !important;
}
 */




/* 배경의 지지직 효과들  */
/* .outer-scratch, .inner-scratch {
    height: inherit;
  }
  
  .outer-scratch:after, .inner-scratch:after {
    content: '';
    width: 120%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 100px;
    opacity: .08;
    background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/662025/scratch.png') repeat center center;
    -webkit-animation: scratch 0.45s steps(1) infinite;
    animation: scratch 0.45s steps(1) infinite;
  }
  
  .inner-scratch:after {
    left: 30%;
    -webkit-animation: inner-scratch 2s infinite;
    animation: inner-scratch 2s infinite;
  }
  
  .grain:after {
    content: '';
    width: 110%;
    height: 120%;
    position: absolute;
    top: -5%;
    left: -5%;
    opacity: .11;
    background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/662025/grain.jpg') repeat center center;
    -webkit-animation: grain 0.5s steps(1) infinite;
    animation: grain 0.5s steps(1) infinite;
  }
 */




/* Film Animations */

/* 
@keyframes

grain {
  0%, 100% {
    transform: translate(0, 0, 0);
  }

  10% {
    transform: translate(-1%, -1%);
  }

  20% {
    transform: translate(1%, 1%);
  }

  30% {
    transform: translate(-2%, -2%);
  }

  40% {
    transform: translate(3%, 3%);
  }

  50% {
    transform: translate(-3%, -3%);
  }

  60% {
    transform: translate(4%, 4%);
  }

  70% {
    transform: translate(-4%, -4%);
  }

  80% {
    transform: translate(2%, 2%);
  }

  90% {
    transform: translate(-3%, -3%);
  }
}



@keyframes 


scratch {
  0%, 100% {
    transform: translateX(0);
    opacity: 0.075;
  }

  10% {
    transform: translateX(-1%);
  }

  20% {
    transform: translateX(1%);
  }

  30% {
    transform: translateX(-2%);
        opacity: 0.09;
  }

  40% {
    transform: translateX(3%);
  }

  50% {
    transform: translateX(-3%);
    opacity: 0.05;
  }

  60% {
    transform: translateX(8%);
  }

  70% {
    transform: translateX(-3%);
  }

  80% {
    transform: translateX(10%);
    opacity: 0.02;
  }

  90% {
    transform: translateX(-2%);
  }
}



@keyframes 


inner-scratch {
  0% {
    transform: translateX(0);
    opacity: 0.08;
  }

  10% {
    transform: translateX(-1%);
  }

  20% {
    transform: translateX(1%);
  }

  30% {
    transform: translateX(-2%);
  }

  40% {
    transform: translateX(3%);
  }

  50% {
    transform: translateX(-3%);
    opacity: 0.06;
  }

  60% {
    transform: translateX(8%);
  }

  70% {
    transform: translateX(-3%);
  }

  80% {
    transform: translateX(10%);
    opacity: 0.03;
  }

  90% {
    transform: translateX(20%);
  }

  100% {
    transform: translateX(30%);
  }
} */

/* 구름? */
/* 
@keyframes move-background {
  from {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	to { 
		-webkit-transform: translate3d(1000px, 0px, 0px);
	}
}
@-webkit-keyframes move-background {
  from {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	to { 
		-webkit-transform: translate3d(1000px, 0px, 0px);
	}
}

@-moz-keyframes move-background {    
	from {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	to { 
		-webkit-transform: translate3d(1000px, 0px, 0px);
	}
}

    @-webkit-keyframes move-background {
	from {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	to { 
		-webkit-transform: translate3d(1000px, 0px, 0px);
	}
}

.background-container{
	position: fixed;
	top: 0;
	left:0;
	bottom: 0;
	right: 0;
}




.clouds{
	width:10000px;
	height: 100%;
	background: transparent url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1231630/clouds_repeat.png") repeat;
 opacity: 0.3;
	background-size: 1000px 1000px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;

   -moz-animation:move-background 60s linear infinite;
  -ms-animation:move-background 80s linear infinite;
  -o-animation:move-background 50s linear infinite;
  -webkit-animation:move-background 75s linear infinite;
  animation:move-background 65s linear infinite;
} */


/* 이것도 위 옵션과 같으나, 원래 주석처리했었음. 헷갈리지 말것 */
/* .stars {
 background: black url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1231630/stars.png) repeat;
 position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
  	z-index: 0;
} */

/* .twinkling{
	width:10000px;
	height: 100%;
	background: transparent url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1231630/twinkling.png") repeat;
	background-size: 1000px 1000px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    
    -moz-animation:move-background 70s linear infinite;
  -ms-animation:move-background 70s linear infinite;
  -o-animation:move-background 70s linear infinite;
  -webkit-animation:move-background 70s linear infinite;
  animation:move-background 70s linear infinite;
	
} */

/* img{
  height: 70vh;
  width:70vh;
  position: absolute;
  z-index: 3;
  right: 20px;
} */





