@charset "utf-8";

/**********폰트 정보들*************/
@font-face {
    font-family: 'KOTRA_BOLD-Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10-21@1.1/KOTRA_BOLD-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
     font-family: 'S-CoreDream-3Light';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

* {margin: 0;
    padding: 0;
	}

ol,ul {list-style: none;}
a {text-decoration: none; color: #000;}
em {font-style: normal;}
b {font-weight: normal;}
img  {border: none;}
body {overflow-x: hidden;}


::selection {
   background: #00ffba;
   color: #575757;
}


/*************************/

#one {position: relative;
		text-align: center;}

.gnb-img {width:150px;
			position: absolute;
			top: 50px; left: 250px;
			z-index: 101;}

.gnb {position: absolute;
		top: 25px; right: 250px;
		z-index: 100;}

.gnb li a {font-family:'NanumSquare', sans-serif !important;
				color: #fff;
				margin: 50px;
				font-size: 18px;
				letter-spacing: -1px;}

.gnb li {float: left;
		width: 200px;}

.gnb li a {font-family:'NanumSquare', sans-serif !important;
				color: #fff;
				margin: 50px;
				font-size: 18px;
				letter-spacing: 2px;
				transition: all 0.5s;}


.gnb li a {
  display: inline-block !important;margin-bottom: 10px;
}
.gnb li a:after {
  border-radius: 0px;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scaleX(0) translate3d(0, 0, 0);
  transform-origin: 100% 100%;
  display: block;
  height: 4px;
  width: 100%;

  background-color: #fff;
  opacity: 1;
  content: "";
}
.gnb li a:hover:after {
  -webkit-transform: scaleX(1) translate3d(0, 0, 0);
  -moz-transform: scaleX(1) translate3d(0, 0, 0);
  transform: scaleX(1) translate3d(0, 0, 0);
}




/***************************************/

.top {width: 1920px;
		height: 100px;
		position: relative;}

.top {width: 100%;
	height: 800px;
	background-image: url(../img/menu_01.jpg);
	display: table;}

.top h3 {text-align: center;
		display: table-cell;
		vertical-align: middle;
		font-family:'NanumSquare', sans-serif !important;
		color: #fff; font-size: 46px;
		font-weight: normal;
		}

/****************submenu****************/
/*.sub_menu:after {display: block;
				content: "";
				clear: both;}


.sub_menu {background: yellow;
			text-align: center;}*/

#one .box {text-align: center; width: 1920px;background:#fff;
	box-shadow: 2px 2px 10px gray;}

.sub_menu {display: inline-block;}

.sub_menu li {float: left; margin:0px 90px;
			padding-bottom: 30px; width: 300px;
			padding-top: 30px;
			
			box-sizing: border-box;}

.sub_menu li:hover {box-shadow: 0 4.5px 1px -1px #00ffba;}


.off {display: none;}
.on {display: block;}

/*

.sub_menu li:nth-child(2) {box-shadow: 0 4.5px 1px -1px #00ffba;}*/

.sub_menu li a {font-size: 20px;
				font-family: 'NanumSquare', sans-serif !important;
				letter-spacing: -2px;
				color: #525252;}

.mint {box-shadow: 0 4.5px 1px -1px #00ffba;}








/***************************************************/

#two {margin-top: 100px;
	text-align: center;}


#two h3 {text-align: center;
		font-family:'NanumSquare', sans-serif !important;
		font-size: 36px;
		color: #575757;
		letter-spacing: -2px;}




#two .box {width: 1920px;
		height: 100px;
		display: table;
		margin-top: 100px;
		overflow: hidden;
		position: relative;
		/*background-image: url(../img/menu_01-1.jpg);
		background-size: 100%;
		background-attachment: fixed;*/}


#two .box p {
			color: #8c8c8c;
			line-height: 2;
			font-size: 20px;
			font-family:'NanumSquare', sans-serif !important;
			letter-spacing: -2px;
			display: table-cell;
			vertical-align: middle;
			}

#two .box img {height: 50px;
				opacity: 0.5;
				margin:50px;}


#line {width: 70px;
			height: 40px;
			border-radius: 30px;
			background: #00ffba;
			display: inline-block;
			margin-bottom: -50px;
			margin-top: 50px;}




#Big_two {display: none;}
#Big_three {display: none;}

#three {text-align: center;
		margin-bottom: 200px;}


#three h2 {margin-top: 100px;
			font-family:'NanumSquare', sans-serif !important;
			font-size: 32px;
			text-align: center;
			color: #575757;
			letter-spacing: -2px;}


#three img {text-align: center;}



.vision {width: 880px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 100px;
		margin-bottom: 100px;
		z-index: 100;overflow: hidden;}


.vision li {float: left;
			width: 200px;
			height: 200px;
			margin: 10px;
			border-radius: 100px;
			position: relative;
			background: #fff;
			border: 1px solid #8c8c8c;
			box-sizing: border-box;
			transition: all 1.3s linear;}

.vision li:hover {/*box-shadow: 0px 0px 10px #00ffba;*/
					transform: rotateY(360deg);
					border:none;
					background: #8c8c8c;}

.vision li:hover a {color: #fff;}


.vision li a {/*font-family: 'S-CoreDream-3Light';*/
				font-family:'NanumSquare', sans-serif !important;
				font-size: 18px;
				vertical-align: middle;
				position: absolute;
				color: #454545;
				top: 50%;
				left: 50%;
				transform: translate(-50%,-50%);
				transition: all 1s linear;
				letter-spacing: -1px;}


/*.vision li:hover a {transform: rotateX(180deg);}*/



/******************카드 뒤집기*********************/













/*************성장배경******************/


#history {}


#history {height: 1800px;
            opacity: 0;
        	text-align: center;}

#Big_three h3 {text-align: center;
		font-family:'NanumSquare', sans-serif !important;
		font-size: 36px;
		color: #575757;
		letter-spacing: -2px; margin-bottom: 100px;margin-top: 100px;
		border-bottom: 1px solid #ddd;
		padding-bottom: 50px;}

#history ul:after {display: block;
                    content: "";
                    clear: both;}

#history ul {display: inline-block;
                text-align: left;
            width: 300px;
            margin-bottom: 100px;}

#history li {color: #727272;
                width:150%;
                font-size: 18px;
                font-family: 'NanumSquare',sans-serif !important;; letter-spacing: 1px;
               text-align: left;
           		}

#history em {font-size: 70px;
                text-align:center;
                font-family:'Teko', sans-serif;
                margin-right: 30px;
                color: #00ffba;
               width: 200px;
            display: inline-block;
        	}


#history i {font-size: 0.5px;
        margin-right: 10px;
        vertical-align:middle;
     }


.line {width: 1000px;
        height: 1px;
        background: #ddd;
        margin-top: 0px;
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto;}





***********************************************************************
#footer {width: 1920px;
			height: 700px;
			background:#8c8c8c;
			overflow:hidden;}
.footer {}

.si {width: 1920px;
			height: 350px;
			background:#575757;
			margin-top: 100px;
			position: relative;
			}


.si img {position: absolute;
		top: 30%; left: 45%;
		transform: translate(-30%,0);
		width: 200px;
		margin: 20px 0px;
		padding-right: 800px;
		border-bottom: 1px solid #888;}

.si span {color: #fff;
		font-family:'NanumSquare', sans-serif !important;
		position: absolute;
		top: 25%; left: 40%;
		font-size: 13px;
		line-height: 2;
		transform: translate(-30%,0);}
.si p {color: #fff;
		font-family:'NanumSquare', sans-serif !important;
		position: absolute;
		top: 10%;}

.si h3 {font-family:'NanumSquare', sans-serif !important;
		letter-spacing: -3px;
		color:#8c8c8c; }




/****************************미디어쿼리구간************************************/



/*475px 이하*/

@media(max-width:475px) {

.gnb-img {width: 100px;
			position: absolute;
			top: 10px; left: 50%;
			transform: translate(-50%,0);
			z-index: 101;}

.gnb {position: absolute;
		top: 50px; left: 50%;
		transform: translate(-50%,0);
		z-index: 100;
		width: 330px;
	}

.gnb li {width: 80px;}

.gnb li a {font-size: 10px;
			margin: 0px;}


.top {width: 100%;
	max-height: 200px;
	background-size: 475px auto;
	background-repeat: no-repeat;
	position: relative;}

.top h3 {color: #fff;
		font-size: 24px;
		position: absolute;
		left: 50%;
		top: 100px;
	transform: translate(-50%,0);
		}

#one .box {max-width: 475px;
			width: 100%;
			text-align: center;
			}

.sub_menu {width:270px;
			text-align: center;
			margin-left: auto;
			margin-right: auto;}

.sub_menu li {width: 50px;
			margin: 0 20px;
			padding-bottom: 10px;
			padding-top: 10px;
}

.sub_menu li a {font-size: 12px;
				letter-spacing: 1px;}

#line {width: 40px;
		height: 20px;}

.top h3 {font-size: 28px;
		}

#two {max-width: 475px;}

#two h3 {font-size: 24px;}


#two .box {width: 100%;
	
			text-align: center;}

#two .box p {font-size: 14px;
			margin-left: auto;
			margin-right: auto;}


#two .box {}


#three h2 {font-size: 24px;}

#three {max-width: 475px;
		}

.vision {width: 340px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;}

.vision li {width: 150px;
				height: 150px;}
.vision li a {font-size:14px;}



.si {width: 599px;
	height:300px;}

.si img {width: 100px;
		top: -50px; left: 0px;
		transform: none;
		}

.si span {top: 10%;
		font-size: 9px;
		top: 100px; left: 100px;
		width: 280px;
		transform: none;}

#Big_three {max-width: 475px;
			}

#history {opacity: 10;
			width: 340px;
			height: 2000px;
			text-align: center;
		margin-left: auto;
		margin-right: auto;}


#history .line {width: 100%;}

#history h3 {font-size: 24px;}

#history li {font-size: 14px;}

#history em {font-size: 48px;
			margin-right: 0;}

.si {width: 599px;
	height:300px;
	}

.si img {width: 130px;
		top: -80px; left: 0px;
		transform: none;
		}

.si span {top: 10%;
		font-size: 9px;
		top: 100px; left: 20px;
		width: 280px;
		transform: none;
		}

}

/******************************************************************/

@media(min-width: 478px) and (max-width: 599px) {


.gnb-img {width: 100px;
			position: absolute;
			top: 30px; left: 30px;
			z-index: 101;}

.gnb {position: absolute;
		top: 30px; left: 180px;
		z-index: 100;
		width: 500px;}
.gnb li {width: 70px;}

.gnb li a {font-size: 10px;
			margin: 0px;}

.top {width: 100%;
	height: 500px;}

#one .box {width: 600px;
			text-align: center;
			}

.sub_menu {width: 330px;
			text-align: center;
			}

.sub_menu li {width: 70px;
			margin: 0 20px;
			}

.sub_menu li a {font-size: 16px;}

#line {width: 40px;
		height: 20px;}

.top h3 {font-size: 28px;}



#two h3 {font-size: 24px;}

#two .box {width: 600px;}

#two .box p {font-size: 16px;}

#three h2 {font-size: 24px;}



#three {max-width: 599px;
		}

.vision {width: 400px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;}

.vision li {width: 180px;
				height: 180px;}
.vision li a {font-size:16px;}



.si {width: 599px;
	height:300px;}

.si img {width: 100px;
		top: -50px; left: 0px;
		transform: none;
		}

.si span {top: 10%;
		font-size: 9px;
		top: 100px; left: 100px;
		width: 280px;
		transform: none;}

#history {opacity: 10;}

#history h3 {font-size: 24px;}

#Big_three {max-width: 599px;
			}

#history {opacity: 10;
			width: 375px;
			height: 2000px;
			text-align: center;
		margin-left: auto;
		margin-right: auto;}


#history .line {width: 100%;}


#history li {font-size: 16px;}

#history em {font-size: 48px;
			margin-right: 0;}


}


/******************************************************************/

@media(min-width: 600px) and (max-width: 814px) {


.gnb-img {width: 120px;
			position: absolute;
			top: 30px; left: 50px;
			z-index: 101;}

.gnb {position: absolute;
		top: 40px; left: 300px;
		z-index: 100;
		width: 500px;}

.gnb li {width: 100px;}

.gnb li a {font-size: 14px;
			margin: 0px;}

.top {width: 100%;
	height: 500px;}

#one .box {max-width: 814px;
			text-align: center;
			}

.sub_menu {width: 360px;
			text-align: center;
			}

.sub_menu li {width: 80px;
			margin: 0 20px;
			}

.sub_menu li a {font-size: 18px;}

#line {width: 40px;
		height: 20px;}

.top h3 {font-size: 32px;}



#two h3 {font-size: 28px;}


#two .box p {font-size: 20px;}


#two {max-width: 814px;}



#two .box {width: 100%;
	
			text-align: center;}

#two .box p {font-size: 18px;
			margin-left: auto;
			margin-right: auto;}



#three h2 {font-size: 28px;}



#three {max-width: 814px;
		}

.vision {width: 400px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;}

.vision li {width: 180px;
				height: 180px;}
.vision li a {font-size:18px;}



.si {max-width: 814px;
	height:300px;}

.si img {width: 150px;
		top: -80px; left: 0px;
		transform: none;
		}

.si span {top: 10%;
		font-size: 12px;
		top: 100px; left: 100px;
		width: 350px;
		transform: none;}

#history {opacity: 10;}

#history h3 {font-size: 24px;}

#Big_three {max-width: 599px;
			}

#history {opacity: 10;
			width: 375px;
			height: 2000px;
			text-align: center;
		margin-left: auto;
		margin-right: auto;}


#history .line {width: 100%;}


#history li {font-size: 16px;}

#history em {font-size: 48px;
			margin-right: 0;}


}


