@chartset "UTF-8";
@font-face {
     font-family: 'S-CoreDream-5Medium';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

/* header */
#header{width: 100%; height: 80px; position:relative;}
#header .logo{float:left; }
#header .logo a{height: 80px; width: 250px; display: flex;align-items: center;justify-content: center; }
#header .logo a img{}


/* ham */
.hamburger{position: absolute; top: 13px; right: 0; z-index:1;}
.hamburger .line{
  width: 45px;
  height: 5px;
  background-color: #000;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}




#hamburger-6.is-active{
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  
}

#hamburger-6.is-active .line:nth-child(2){
  width: 0px;
}

#hamburger-6.is-active .line:nth-child(1),
#hamburger-6.is-active .line:nth-child(3){
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#hamburger-6.is-active .line:nth-child(1){
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px);
}

#hamburger-6.is-active .line:nth-child(3){
  -webkit-transform: translateY(-13px) rotate(90deg);
  -ms-transform: translateY(-13px) rotate(90deg);
  -o-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg);
}


/* hamnav */
.hamnav{display:none;width: 100%; height: 100vh; background: #000; position: absolute;}
.hamnav ul{width: 100%; height: 100%; display:flex;align-items:center;justify-content:center; flex-direction:column;}
.hamnav ul li{}
.hamnav ul li a{color: #fff; font-size: 45px; font-family: 'S-CoreDream-5Medium';}

/* visual */
#visual{margin-bottom: 50px;}

/* contents */
#contents{}
#contents h2{text-align: center; color: #009688; margin-bottom: 50px;} 
#contents .contents>div{margin-bottom: 15px;}
#contents .contents>div:nth-of-type(1){width: 100%; height: 100px; background: url("/sub/cont1.png")center center; background-size:cover;}
#contents .contents>div:nth-of-type(2){width: 100%; height: 100px; background: url("/sub/cont2.png")center center; background-size:cover;}
#contents .contents>div:nth-of-type(3){margin-bottom: 0;width: 100%; height: 100px; background: url("/sub/cont3.png")center center; background-size:cover;}

/* contents2 */
#contents2{margin-bottom: 50px;}
#contents2 h2{text-align: center; color: #009688; margin-bottom: 50px; } 
#contents2 .contents2{overflow:hidden;}
#contents2 .contents2>a div{margin-bottom: 15px; width: 30%; height: 100px;margin-right: 5%;float:left;}

#contents2 .contents2>a:nth-of-type(1) div{background: url("/sub/cont2_1.png")center center; background-size:cover;}
#contents2 .contents2>a:nth-of-type(2) div{background: url("/sub/cont2_2.png")center center; background-size:cover;}
#contents2 .contents2>a:nth-of-type(3) div{background: url("/sub/cont2_3.png")center center; background-size:cover;margin-right: 0;}


/* footer */
#footer{width: 100%; background-color: #fff; color:#444; text-align: center; padding:30px 0}
#footer p{text-transform: uppercase; font-weight: 500; font-size: 14px;}