/* --> CONTENTS LAYOUT */

.lg-hide {display: none !important;}
.lg-block {display: block !important;}
.lg-inline-block {display: inline-block !important;}

body{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Lato', 'NanumSquare', sans-serif;
	font-size:16.5px;
	margin: 0;
	padding: 0;
	background:#1E1E1E;
	background-size: cover;
}

.contents{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;s
	font-family: 'Lato', 'NanumSquare', sans-serif;
	margin: 0;
	padding: 50px;
	background-size: cover;
}

/* --> LOGO ANIMATION */
#logo{
	position:absolute;
	width:42px;
	height:42px;
	left:50px;
	top:50px;
}

.holder{
	position:relative;
	max-width:10px;
	margin:2px;
	float:left;
}

.point{
	position:relative;
	width:2px;
	height:2px;
	float:left;
	opacity:0;
}

.fill{
	background:#fff;
}

.trans{
	transition:ease 3s;
	opacity:1;
}
.down{
	-webkit-transform:translateY(0px)!important;
	-ms-transform:translateY(0px)!important;
	transform:translateY(0px)!important;
}

/* --> MAIN TITLE + TEXT */
#main_h1{
	margin:180px 0 30px 0;
	opacity: 0;
}

h1{
	font-family:'Playfair Display';
	color:#fff;
	width:75%;
	max-width:910px;
	font-size:2.9em;
	font-weight:400;
	line-height:1.2em;
	transition:ease 1s;
}

#main_h3{
	margin:0 0 60px 0;
	opacity: 0;
}

h3{
	font-family:'NanumSquare';
	color:#fff;
	width:70%;
	max-width:520px;
	font-size:1.2em;
	font-weight:400;
	line-height:1.5em;
	transition:ease 1s;
}

.link, #header, #team{
	font-family: 'Lato', sans-serif;
	color:#DE6C7A;
	font-size:1.4em;
	text-decoration:none;
	padding-left:35px;
	position:relative;
	display:table;
	margin-left:0;
	margin-bottom:10px;
	opacity: 0;
	transition:ease 0.4s;
}

.link:hover{
	padding-left:40px;
}

.link:before{
	content:"";
	width:15px;
	height:1px;
	background:#DE6C7A;
	position:absolute;
	left:0;
	top:55%;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 3.2s;
}

.link span.ko_txt{
	font-family:'NanumSquare';
	font-size:0.72em;
	color:#DE6C7A;
}

/* --> HEADER SECTION */
#header{
	position:absolute;
	right:50px;
	top:50px;
	color:#fff;
	font-size:0.8em;
	letter-spacing:-0.01em;
}

#header > a{
	text-decoration: none;
	color:#fff;
	margin: 0 0 0 20px;
	font-family: 'Lato', sans-serif;
}

#header > a:hover{
	text-decoration: underline;
}


/* --> INFO CSS */
.info {
	position: relative; 
	margin: 0;
	left:50%; 
	transform:translateX(-50%); 
	width: 80%;	
/*	transition: fadeInUp 1s .5s ease 1 forwards; */
}

.info .close_wrap {
	position: table; 
	width: 100%;
	text-align: center;
	margin: 0;
	-webkit-animation-name:fade-in;
	-webkit-animation-timing-function: ease;
	-webkit-animation-duration:.5s; 
	animation-name:fade-in;
	animation-timing-function: ease;
	animation-duration:.5s; 
}

.info .close {
	text-align: center;
	font-size: 60px;
	line-height:1.5em;
	font-weight: bold;
	text-decoration: none;
	color: #DE6C7A;
}

.info .close:hover {
	color: #a1a1a1;
}

.info .cont_box {
	position: relative;
	margin-top:140px;
	width:100%;
	color: #fff;
	-webkit-animation-name:fadeInUp;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-duration:1s; 
	animation-name:fadeInUp;
	animation-timing-function: ease-in-out;
	animation-duration:1s; 
}

.info .cont_box p.title{
	font-family:'NanumSquare', 'Nanum Gothic';
	font-size:1em;
	color: #ddd;
	text-align:center;
	margin-bottom:-.8em;
}

.info .cont_box p.title_kr{
	font-family:'NanumSquare', 'Nanum Gothic';
	font-size:1.3em;
	text-align:center;
	margin-bottom:1.5em;
}

.info .cont_box .detail{
	margin:0;
	-webkit-animation-name:fadeInUp;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-duration:2s; 
	animation-name:fadeInUp;
	animation-timing-function: ease-in-out;
	animation-duration:2s;
}

.info .cont_box .detail p{
	font-family:'NanumSquare', 'Nanum Gothic';
	line-height:1.6em;
	font-size:0.8em;
	text-align:justify;
	vertical-align:text-top;	
	color: #fff;
}

#col {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	column-gap:30px;
}

img {
	display:table;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.info .info_img {	
	margin-top:5%; 
	width:100%;
	height:auto;
	-webkit-animation-name:fade-in;
	-webkit-animation-timing-function: ease-in;
	-webkit-animation-duration:5s; 
	animation-name:fade-in;
	animation-timing-function: ease-in;
	animation-duration:5s; 
}


/* --> ABOUT DOCUMENT */

#map {
	width: 80%;
	max-width:1200px;
	height:auto;
	margin: 0 auto;	
	margin-top: 100px;		
	border: 1px solid #888;
	-webkit-animation-name:fadeInUp;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-duration:1s; 
	animation-name:fadeInUp;
	animation-timing-function: ease-in-out;
	animation-duration:1s; 
}

#map .mcontain{
	padding: 10px;
}

#map .mcontain .inner{
	width:100%;
	height:auto;
	background-size:contain;
}

#about{
	width: 80%;
	max-width:1200px;
	margin: 0 auto;	
	margin-top: 50px;
	-webkit-animation-name:fade-in;
	-webkit-animation-timing-function: ease-in;
	-webkit-animation-duration:5s; 
	animation-name:fade-in;
	animation-timing-function: ease-in;
	animation-duration:2s;  
}

#about  h1{
	display: block;
	font-family:'Lato', sans-serif;
	font-size: 1em;
	font-weight: 600;
	color: #DE6C7A;
}

#about .cont{
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

#about .right{
	position: relative;
	float: right;
	width: 40%;
	-webkit-animation-name:fade-in;
	-webkit-animation-timing-function: ease-in;
	-webkit-animation-duration:5s; 
	animation-name:fade-in;
	animation-timing-function: ease-in;
	animation-duration:2s; 
}

#about .cont > h1{
	display: block;
	font-family:'Lato', sans-serif;
	font-size: 1em;
	font-weight: 600;
	color: #DE6C7A;
	margin-bottom: 0;
}

#about .cont > p{
	font-family:'NanumSquare';
	font-size: 0.8em;
	line-height: 1.8em;
	color: #fff;
}

#about .cont .redblock{
	font-family:'NanumSquare';
	font-size: 0.8em;
	font-weight:600;
	line-height:1.2em;
	display: inline-block;
    color: #1e1e1e;
	padding: 1px 0 0 0;
	width: 50px;
	text-align:center;
    background-color: #bbb;
	border-radius: 1px;
    border-color: transparent;
}

#column {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	column-gap:70px;
	column-rule: 1px dotted #555;
}

/* --> ANIMATION */

.fadeIn{
	opacity: 1!important;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fade-in {
  opacity: 0;	
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}


/* --> fadeInOpacity */
.fadeInOpacity {
	-webkit-animation-name: fadeInOpacity;
	animation-name: fadeInOpacity;
}

@keyframes fadeInOpacity{
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* --> fadeInInUp */
.fadeInUp {
    opacity: 0;	
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


/* MEDIA QUERIES */
@media screen and (max-width: 768px) { 

	.lg-hide {display: none !important;}
	.lg-block {display: block !important;}
	.lg-inline-block {display: inline-block !important;}

	.contents{
		padding: 50px;
		background-size: cover;
	}

	#main_h1{
		margin:160px 0 30px 0;
	}

	h1{
		font-size:2.0em;
	}

	a{
		font-size:1em;
	}

	#main_h3{
		margin:0 0 50px 0;
	}

	h3{
		font-size:1em;
	}

	.info {
		width: 90%;
	}

	#map {
		width: 90%;
	}

	#about {
		width: 90%;
	}

	#about .cont{
		position: relative;
		float: left;
		width: 100%;
		margin-bottom: 30px;
	}

	#column {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
}


@media screen and (max-width: 680px){

	.lg-hide {display: none !important;}
	.lg-block {display: block !important;}
	.lg-inline-block {display: inline-block !important;}

	.contents{
		padding: 50px;
		background-size: cover;
	}

	#main_h1{
		margin: 160px 0 30px 0;
	}

	h1{
		font-size:2.0em;
	}

	#main_h3{
		margin:0 0 50px 0;
	}

	h3{
		font-size:1em;
	}

	.link span.ko_txt{
		display:none;
	}

	#map {
		width: 90%;
	}

	#about {
		width: 90%;
	}

	#about .cont{
		position: relative;
		float: left;
		width: 100%;
		margin-bottom: 30px;
	}

	#column {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}

	.info {
		width: 90%;
	}

	.info .cont_box p.title{
		font-size:0.95em;
	}

	.info .cont_box p.title_kr{
		font-size:1.2em;
	}

	.info .cont_box .detail p{
		font-family:'NanumSquare', 'Nanum Gothic';
		line-height:1.6em;
		font-size:0.8em;
		text-align:justify;
		vertical-align:text-top;	
		color: #fff;
	}

	#col {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
	}
}


@media screen and (max-width: 545px){

	.sm-hide {display: none !important;}
	.sm-block {display: block !important;}
	.sm-inline-block {display: inline-block !important;}

	.contents{
		padding: 30px;
		background-size: cover;
	}

	#logo{
		left: 30px;
		top: 40px;
	}

	#main_h1{
		margin: 140px 0 20px 0;
		width:95%;
	}

	h1{
		font-size:1.5em;
	}

	#main_h3{
		margin:0 0 40px 0;
	}

	h3{
		font-size:0.9em;
		width:85%;
	}

	.link, #header, #team{
		margin-left: 0;
		font-size: 1em;
	}

	.link span.ko_txt{
		display:none;
	}

	#header{
		position:absolute;
		top: 40px;
		right: 30px;
		padding: 0 0 0 10px;
		font-size:0.75em;
		display: inline;
	}

	#map {
		width: 100%;
	}

	#about{
		font-family:'NanumSquare', 'Lato', sans-serif;
		width: 100%;
		margin-top:40px;
	}

	#about {
		width: 100%;
	}

	#column {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}

	#about .cont {
		position: relative;
		float: left;
		width: 100%;
		margin-bottom: 20px;

	}

	#about .cont > h1 {
		display: block;
		font-family:'Lato', sans-serif;
		font-size: 1em;
		font-weight: 600;
		color: #DE6C7A;
		margin-bottom: -5px;
	}

	#about .cont > p {
		font-family:'NanumSquare';
		font-size: 0.78em;
		line-height: 1.8em;
		color: #fff;
	}
	
	.info {
		width: 100%;
	}

	.info .cont_box {
		margin-top:100px;
	}

	.info .cont_box p.title{
		font-size:0.95em;
	}

	.info .cont_box p.title_kr{
		font-size:1.2em;
	}

	.info .cont_box .detail p{
		font-family:'NanumSquare', 'Nanum Gothic';
		line-height:1.6em;
		font-size:0.75em;
		text-align:justify;
		vertical-align:text-top;	
		color: #fff;
	}

	#col {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
	}

}



/* --> SCROLL */
/*
.myscroll{
 scrollbar-arrow-color:#1e1e1e;
 scrollbar-3dlight-color:#1e1e1e;
 scrollbar-darkshadow-color:#1e1e1e;
 scrollbar-face-color:#333;
 scrollbar-hightlight-color:#FFFFFF;
 scrollbar-shadow-color:#1e1e1e;
 scrollbar-track-color:#1e1e1e;
}

::-webkit-scrollbar {width: 8px; height: 8px; border: 3px solid #1e1e1e; }
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {display: none; height: 8px; background: #1e1e1e;}
::-webkit-scrollbar-track {background: #333; -webkit-border-radius: 10px; border-radius:10px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0)}
::-webkit-scrollbar-thumb {height: 50px; width: 50px; background: rgba(0,0,0,0); -webkit-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0)
}
*/


/* --> POPUP CSS */
/*
.popup_overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(30,30,30,.97);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
}

.popup_overlay:target {
	visibility: visible;
	opacity: 1;
}

.popup {
	position: relative; 
	margin: 0;
	left:50%; 
	transform:translateX(-50%); 
	width: 80%;	
	transition: fadeInUp 1s .5s ease 1 forwards;

 ------------------생략
	min-height: 2000px;
	-ms-overflow-style: none; 
	margin: 0 auto;
	left:50%; 
	transform:translateX(-50%); 
	background: rgba(0,0,0,0); 
	overflow: auto; overflow: visible;
 ------------------생략 !!
}

.popup .close {
	position: absolute; 
 ------------------생략
	display: inline-block; 
	position: fixed;	
 ------------------생략 !!
	float: right;	

	top: 0px;  
	right: 0;	
	transition: all 200ms;
	font-size: 50px;
	line-height: 0;
	font-weight: bold;
	text-decoration: none;
	color: #DE6C7A;
}

.popup .close:hover {
	color: #a1a1a1;
}

.popup .info_title {
	position: relative;
	margin-top:100px;
	margin-bottom:30px;
	width:100%;
	color: #fff;
}

.popup .info_title p{
	font-family:'NanumSquare', 'Nanum Gothic';
	font-size:1em;
	line-height:1.8em;
	text-align:center;
    animation:fadeInUp 1s .5s ease 1 forwards;
}

.popup .info_title span.kr{
	font-family:'NanumSquare', 'Nanum Gothic';
	font-size:1.3em;
	text-align:center;
    animation:fadeInUp 1s .5s ease 1 forwards;
}

#col {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	column-gap:30px;
}

.popup .info_cont {	
	position: relative;
	display:inline-block;
	margin:0;
	width: 100%;
    animation:fadeInUp 1s .5s ease 1 forwards;
}

.popup .info_cont p.txt{	
	font-family:'NanumSquare', 'Nanum Gothic';
	line-height:1.6em;
	font-size:0.8em;
	text-align:justify;
	vertical-align:text-top;	
	color: #fff;
	margin:12px 0 0 0;
}

img {
	display:table;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.popup .info_img {	
	position: relative;
	margin-top:30PX; 
	width:100%;
	height:auto;
	color: #fff;
    animation:fadeInUp 1s .5s ease 1 forwards;
}
*/