@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;
}




* {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;
}

body {}

/*************************/



#Big_two {display: none;}
#Big_three {display: none;}


#one {position: relative;
		text-align: center;}

.gnb-img {width: 150px;
			position: absolute;
			top: 50px; left: 250px;
			z-index: 101;}

.gnb {position: absolute;
		top: 35px; right: 250px;
		z-index: 100;}

.gnb li a {font-family:'NanumSquare', sans-serif !important;
				color: #fff;
				margin: 50px;
				font-size: 20px;
				letter-spacing: -3px;}

.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;}

.top {width: 100%;
	height: 800px;
	background-image: url(../img/menu_03.jpg);
	background-size:cover;
	margin-top: -10px;
	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;}*/

.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;}





/***************************************************/


#one-one {margin-top: 100px;
		margin-bottom: 100px;}


#Big_one {text-align: center;}



#Big_one h3 {text-align: center;
		font-family:'NanumSquare', sans-serif !important;
		font-size: 36px;
		color: #575757;
		letter-spacing: -2px;margin-top: 100px;
		margin-bottom: 20px;}



.quiz {margin-top: 25px;
		margin-bottom: 25px;
	text-align: center;font-family:'NanumSquare', sans-serif !important;
		}

.quiz span {margin: 50px;
			}

#line {width: 1000px;
		border-top: 2px solid #bbb;
		margin-right: auto;
		margin-left: auto;
		margin: 30px auto;}		

.quiz b {color: #848484;transition: all 0.5s;
		padding:20px;
		display: none;
		width: 900px;}

.quiz i {cursor: pointer;
	margin: 10px;}
/*******************************************/

#two-two {margin-top: 100px;
		margin-bottom: 100px;}

#Big_two {position: relative;
		text-align: center;}

#Big_two h3 {text-align: center;
		font-family:'NanumSquare', sans-serif !important;
		font-size: 36px;
		color: #575757;
		letter-spacing: -2px;
		margin-bottom: 20px;}

.board ul {display: block;
			content: "";
			clear: both;}

.board {width: 800px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 50px;
	overflow: hidden;}

.board li {float: left;
			width:33.3333%;
			font-weight: bold;
			border-bottom: 1px solid #ddd;
			padding-bottom: 20px;
			border-top: 1px solid #ddd;
			padding-top: 20px;}

#two-two p {text-align: center;
			margin-top: 20px;}


.search-box{
  padding: 10px;
 /* position: absolute;
  bottom:-150px;
  left: 50%;*/
  z-index: 500;
  transform: translate(-50%,-50%);
  height: 30px;
  background-color: #fff;
  border: 1px solid #51e3d4;
  border-radius: 30px;
  transition: 0.4s;
  width:30px;
}
.search-box:hover{
  box-shadow: 0px 0px .5px 1px #51e3d4;
  width: 282px;
}
.search-btn{
  text-decoration: none;
  float: right;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #51e3d4;
}
.search-box:hover > .search-btn{
  background-color: #fff;
}
.search-txt{
  display: flex;
  padding: 0;
  width: 0px;
  border:none;
  background: none;
  outline: none;
  float: left;
  font-size: 1rem;
  line-height: 30px;
  transition: .4s;
}
.search-box:hover > .search-txt{
  width: 240px;
  padding: 0 6px;
}









#three-three {margin-top: 100px;
		margin-bottom: 100px;}

#Big_three {position: relative;
			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: 20px;}

#three-three p {text-align: center;
			margin-top: 20px;}


#line-1 {width: 70px;
			height: 40px;
			border-radius: 30px;
			background: #00ffba;
			display: inline-block;
			margin-bottom: 50px;
			margin-top: 50px;}



***********************************************************************
#footer {width: 1920px;
			height: 700px;
			background:#8c8c8c;}
.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:360px;
			text-align: center;
			margin-left: auto;
			margin-right: auto;}

.sub_menu li {width: 80px;
			margin: 0 20px;
			padding-bottom: 10px;
			padding-top: 10px;
}

.sub_menu li a {font-size: 12px;
				letter-spacing: 1px;}

#line-1 {width: 40px;
		height: 20px;}

.top h3 {font-size: 28px;
		}


#one-one h3 {font-size: 24px;}
#two-two h3 {font-size: 24px;}
#three-three h3 {font-size: 24px;}

.quiz>#line {width: 300px;}

.quiz {max-width: 300px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;}
.quiz span {width: 100%;
			font-size: 14px;}
.quiz b {width: 100%;}



#two-two .board {max-width: 300px;}


#three-three .board {max-width: 300px;}


.search-box {display: none;}


.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;}



.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: 420px;
			text-align: center;
			}

.sub_menu li {width:100px;
			margin: 0 20px;
			}

.sub_menu li a {font-size: 16px;}

#line-1 {width: 40px;
		height: 20px;}

.top h3 {font-size: 28px;}


#one-one h3 {font-size: 24px;}
#two-two h3 {font-size: 24px;}
#three-three h3 {font-size: 24px;}

.quiz>#line {width: 400px;}

.quiz {max-width: 500px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;}
.quiz span {width: 100%;
			font-size: 14px;}
.quiz b {width: 100%;}



#two-two .board {max-width: 300px;}


#three-three .board {max-width: 300px;}


.search-box {display: none;}



.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;}



}


/******************************************************************/

@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: 420px;
			text-align: center;
			}

.sub_menu li {width: 100px;
			margin: 0 20px;
			}

.sub_menu li a {font-size: 18px;}

#line-1 {width: 40px;
		height: 20px;}

.top h3 {font-size: 32px;}




#one-one h3 {font-size: 24px;}
#two-two h3 {font-size: 24px;}
#three-three h3 {font-size: 24px;}

.quiz>#line {width: 500px;}

.quiz {max-width: 550px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;}
.quiz span {width: 100%;
			}
.quiz b {width: 100%;}



#two-two .board {max-width: 500px;}


#three-three .board {max-width: 500px;}


.search-box {display: none;}


.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;}


#Big_three {max-width: 814px;
			}



}

