@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/jejugothic.css);

*{
	box-sizing:border-box;
}
body {
	margin:auto;			
}
header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption {
	display: block;		
}
p{
	line-height:30px;	
}
tr{
	border-color:#f2f2f2;	
}
#header {
		font-family: 'Jeju Gothic', sans-serif;
    position: fixed;
		top:0;
    width: 100%;
    height: 80px;
    background-color: #403e40;
		border-bottom: 1px solid gray;
		z-index:10;
}
#content {
    position: relative;
    width: 100%;
    height: 100vh;				
}


/******Footer******/
#footer{
	font-family: 'S Core Dream', sans-serif;
	position: absolute;
	width:100%;
	padding: 10px 0;
	top:-1000px;
	background-color: #6b6a6b;
}
#footer p{
	text-align:center;
	font-size: 1em;
	color: #bdbdbd;
}
#footer p a{
	text-decoration: none;
	color: green;
}
#footer .admin {
	color: #555;
}
#footer .admin:before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 13px;
	margin: 0 10px;
	background-color: #555;
	vertical-align: middle;
}
@media ( max-width: 768px ){
	#footer p{
		font-size: 0.68em;
		line-height: 1.8em;
	}
}
/******************/

#video{
  position: relactive;
  left:0;
  top:0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;	
	background-color: rgba(0,0,0,0.1);
}
#video_dot{
  position: fixed;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(rgba(0,0,0,0.2) 25%, transparent 1%),
    radial-gradient(rgba(0,0,0,0.2) 25%, transparent 1%);
  background-position: 0 0, 2.5px 2.5px, center;
  background-size: 5px 5px, 5px 5px, cover;
	opacity: 0.5;
	z-index:-1;
}
#video_bg{
	position: fixed;
	left:0;
	top:0;
	margin: 0 auto;
  min-width:100%;
  min-height: 100%;
  width: auto;
	height: auto;
	z-index:-2;
}
#image_bg{	
	position: fixed;
	left:0;
	top:16px;
	width:100%;
	height:100%;	
	z-index:-1;
}
#image_bg img{
	height:100vh;	
}
#search{
	position: absolute;
	top:30px;
	right: 20px;
}

/********Index Title********/
#index-title{	
	position: absolute;
	text-align: center;	
	top: 70vh;
	left: 0%;
	color:white;
	z-index:5;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}
#title_l{
	font-family: 'Black Han Sans', sans-serif;
	font-size: 8.5rem;
	letter-spacing : 1.2rem;
	line-height: 80%;
}
#title_m{
	font-family: 'S Core Dream', sans-serif;
	font-size: 2.7rem;
	letter-spacing : 1.2rem;
	line-height: 100%;
}
#title_s{
	line-height: 300%;
	font-family: 'Jeju Gothic', sans-serif;
	font-size: 1.2rem;
	letter-spacing : 2.6rem;	
}
hr.line{
	width: 30rem;
	border: solid 3px white;
}
@media ( max-width: 768px ){
	#title_l{
		font-size: 6.5rem;
	}
	#title_m{
		font-size: 3rem;
	}
}
/****************************/

/******Header Category******/
#header #category{
	position: fixed;
	display: block;	
	top: 16px;
	left: -292px;
	width: 700px;	
	font-size: 1em;			
}
#header #contens_us{
	position:fixed;
	display:block;
	top:32px;
	left:200px;
	font-size:1em;
	color:#666;
	cursor:pointer;	
	white-space:nowrap;
	color: #d3d3d3;
	z-index:2;
}
/*메뉴에 마우스 올렸을 때 색상*/
.active-color, .active-color .link_item{	
	color: #71b7b5;
	border-bottom: 2px solid #519d9d;
}
.link_item{	
	text-decoration:none;	
	color: #d3d3d3;
}
#header #category .link_tit{
	display:none;
}
#header #category .c_cnt{
	display:none;
}
#header #category .tt_category{
	text-align:center;
	list-style:none;
}
#header #category .category_list li{
	display:inline-block;
	margin: 0 10px;
	cursor: pointer;	
	text-align:left;	
}

#header #top_btn{
	position:fixed;
	display:none;
	top:32px;
	left:25px;
	font-size:1em;
	color: #d3d3d3;
	cursor:pointer;
	z-index:2;
}

/********************/
/******회사소개******/
#cor_info{   
	width: 100%;  
  background-color: white;    
	z-index : 10;
}
#cor_info_container{
  /*border: 1px solid gold;*/
  max-width: 1300px;
  height: 100%;
  margin: 0 auto;  
  padding : 37px 0;
}
#cor_info_text{    
  margin: 0 1.9%;
}
#cor_info_img{  
  margin: 0 1%;
  text-align: center;
}
#cor_info_img, #cor_info_text{    
  display: inline-block;        
  /*border: 1px solid red;*/
}
@media ( max-width: 1300px ){
#cor_info_img, #cor_info_text{
    display: block;
    max-width: 100%;
    /*border: 1px solid red;*/
    text-align: center;
  }
  #cor_info_img img{
    max-width: 100%;
  }
}
/******************/
/*******글 목록*******/
#posting{		
	display: inline-block;
	width:100%;
	margin-bottom:80px;			
}
#posting li{			
	list-style:none;
	float:left;
	width:25%;	
	max-height:500px;		
	padding: 3px;
	display: block;
	overflow: hidden;
}
#posting li > a > img{
	transition: transform 0.5s;
}
#posting li:hover{		
	filter:drop-shadow(0 0 5px #40cbea);
	padding: 1px;
	cursor:pointer;
}
#posting li:hover > a > img{
	transform: scale(0.95);		
	border: solid 2px #40cbea;
}
#post_thumb{	
	width:100%;
}
@media ( max-width: 1800px ){
	#posting li{
		width:33.3%;
	}
}
@media ( max-width: 1500px ){
	#posting li{
		width:50%;
	}
}
@media ( max-width: 350px ){
	#posting li{
		width:100%;
	}
}
/********************/

/*******퍼머링크*******/
#titleWarp{
	position:relative;
	margin-bottom:3vh;
	border-bottom:1px solid #dcdcdc;
}
#permalink_category{
	color:#04b486;	
}
#remalink_info{		
	color:#bdbdbd;	
	font-size:1.4rem;
}
#nav_permalink{
	position:relative;	
	margin:0 auto;
	width: 80vw;
	max-height: 100%;
	padding: 10vh 0;
}
#title_line{
	margin: 0 1vh;
	font-size:0.8rem;	
}
@media ( max-width: 768px ){
	#nav_permalink{
		padding: 16vh 2vh;
	}
	#permalink_title{
		font-size:2rem;
	}
	#remalink_info{			
	font-size:1rem;
	}
}
/********************/

/*****레이어팝업*****/
#popup{
	opacity: 0;
	position: absolute;
	left: 50vw;
	top: 50vh;
	transform: translate(-50%, -50%);
	/*background: white;*/
	border-radius: 5px;
	width: 0;
	height: 0;
	text-align: right;
	padding: 20px;
	box-sizing: border-box;
	z-index: 12;
}
#close{
	color: #f3f3f3;	
	border: solid 2px #f3f3f3;
	text-decoration: none;
	text-align: center;
	line-height: 52px;
	font-size: 1.2rem;	
	cursor:pointer;	
	border-radius: 50%;
	width: 50px;
	height: 50px;	
	position: absolute;
	top: -8vh;
	right: 0px;
}
#close:hover{
	background-color: white;
	color: black;
}
#dim{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: rgba(0,0,0,0.8);
	z-index: 11;
}
#con_us{		
	position: relative;
	left: 50%;
	top: 50%;	
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 30px;
	color:white;
}
#blog{
	position: relative;
	left: 50%;
	top: 50%;		
	transform: translate(-50%, -50%);
	text-align: center;
}
#blog_title{
	font-size:2.5rem;			
	font-family: 'Jeju Gothic', sans-serif;
	color: white;
	text-align: center;
	position: absolute;	
	width:100%;
	left: 50%;
	top: -0.3vh;
	transform:translate(-50%, 0);
	opacity: 0;
	
}
#post{
	opacity: 0;	
}
@media ( max-width: 768px ){
	#blog_title{
		font-size: 1.5rem;
	}
	#close{		
		width: 36px;
		height: 36px;
		line-height: 36px;
		font-size: 0.9rem;
	}
}
/********************/
/*****로딩 그래프*****/
#loading-text{
	position: fixed;
	left: 50%;  
  top: 50%;
	transform: translate(-50%, -50%);
	color: white;	
	font-family: 'Black Han Sans', sans-serif;
	animation: change-text 2s ease infinite;
	z-index:30;
}
#cube{	
	position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
	margin: auto;
  width: 100px;
  height: 100px;  
	transform: translate(-100%, -100%);
	transform-style: preserve-3d;
  /*border: 1px dashed rgba(255, 255, 255, 0.5);*/  
	animation: change-box 2s ease infinite;
}
.square {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;  
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 5rem;
  line-height: 100px;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
	border: 1px solid white;
}

.square:nth-child(1) {
  transform: rotateY(0deg) translateZ(50px);	
}

.square:nth-child(2) {
  transform: rotateY(180deg) translateZ(50px);
}

.square:nth-child(3) {
  transform: rotateY(-90deg) translateZ(50px);	
}

.square:nth-child(4) {
  transform: rotateY(90deg) translateZ(50px);	
}

.square:nth-child(5) {
  transform: rotateX(90deg) translateZ(50px);	
}

.square:nth-child(6) {
  transform: rotateX(-90deg) translateZ(50px);	
}

@keyframes change-box {	
  0% {transform: rotateX(0deg) rotateY(0deg) scale3d(1,1,1);}	 	
	10% {transform: rotateX(0deg) rotateY(0deg) scale3d(1,1,1);}	
	50% {transform: rotateX(-18deg) rotateY(-210deg) scale3d(1,1,1);}
	60% {transform: rotateX(-18deg) rotateY(-210deg) scale3d(1,1,1);}
	100% {transform: rotateX(0deg) rotateY(0deg) scale3d(1,1,1);}	
}
@keyframes change-text {	
	0% {font-size:1.4rem;}
	10% {font-size:1.4rem;}
	50% {font-size:1.9rem;}
	56% {font-size:1.9rem;}
	100% {font-size:1.4rem;}
}
/********************/
/*****유튜브반응형*****/
.youtubeWrap{
	position:realtive;
	width: 100%;
	padding-bottom:50%;			
}
.youtubeWrap iframe{
	position:absolute;
	width:100%;
	height:90%;
	left:50%;
	transform:translate(-50%, 0);
}
@media ( max-width: 1920px ){
	.youtubeWrap iframe{
		width:100%;
		height:100%;
	}
}
/********************/

.container_postbtn {
	display: none;
}
#nav_permalink {
	padding: 0vh 0vh;
}
#article{
	width: 100%;
	padding: 0 auto;
}
