
/* =========================================================================================
 * »ó´Ü Çì´õ¿µ¿ª
 * =========================================================================================*/

/* »ó´Ü¸Þ´º ³ôÀÌ¿Í ¿©¹é */
.main-menu {
  width: 100%;
  height: 90px;
  padding: 0 30px;
  position: fixed;
  z-index: 1000;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  line-height: 0;
  align-items: center;
  transition: all 0.5s ease;
  word-break: normal;
}

.main-menu nav {
  width: 70%;
  position: relative;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
nav .content{
  display: flex;
  align-items: center;
  width: 100%;
}
.main-menu.fixed {
   background: rgba(30,30,30,0.9);
   -webkit-transition: 0.2s all; 
   transition: 0.2s all;
   border-bottom: 0;
   box-shadow: 4px 4px 17px rgba(30,30,30,0.1);
}

.scroll_off {   
}

/* ½ºÅ©·Ñ ½Ã ¸Þ´º³ôÀÌ */
.scroll {
   height: 72px;
}


	@media screen and (max-width: 1280px){
		
		/* »ó´Ü¸Þ´º ³ôÀÌ¿Í ¿©¹é */
		.main-menu {
			height: 75px;
		}
	}


	@media screen and (max-width: 480px){
		
		/* »ó´Ü¸Þ´º ³ôÀÌ¿Í ¿©¹é */
		.main-menu {
			height: 65px;
		}
	}

	


/* =========================================================================================
 *  ·Î°í
 * =========================================================================================*/

.main-menu .logo {
  width: 15%;
  left: 30px;
  text-align: left;
  position: absolute;
}

.main-menu .logo a {
  display: inline-block;
}


	@media screen and (max-width: 1280px){
		
		.main-menu .logo img {
		  width: 220px;
		  height: auto;
		}	
	}

	@media screen and (max-width: 1024px){

		.main-menu .logo img {
		  width: 200px;
		}
		.main-menu .logo {
		  left: 25px;
		}
	}

	@media screen and (max-width: 820px){

		.main-menu .logo img {
		  width: 180px;
		}
	}

	@media screen and (max-width: 480px){

		/* ·Î°í */
		.main-menu .logo img {
		  width: 160px;
		}
		.main-menu .logo {
		  left: 20px;
		}
	}





/* =========================================================================================
 *  ETC ¸Þ´º
 * =========================================================================================*/

.main-menu .etc {
  width: 15%;
  position: relative;
}
.main-menu .etc ul {
  padding-right: 70px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.main-menu .etc li:first-child {
  position: relative;
}
.main-menu .etc ul li {
    padding-left: 10px;
}
.main-menu .etc li a {
  color: #FFF;
  font-weight: 600;
  font-size: 13px;
  padding: 13px 5px;
  display: block;
  opacity: 0.8;
  position: relative;
}
.main-menu .etc li a:hover {
  opacity: 1;
  text-decoration: underline;
}
.main-menu .etc li:first-child a:after {
  content: "";
  position: absolute;
  top: 9px;
  right: -6px;
  width: 1px;
  height: 10px;
  background: #FFF;
  transform: rotate(15deg);
}

.main-menu .etc .lang {
  padding-left: 40px;
  position: relative;  
}

.main-menu .etc .lang a {
  opacity: 1;
  font-size: 13px;
}
.main-menu .etc .lang:before {
  font-family: 'xeicon';
  font-size: 17px;
  line-height: 0;
  padding: 0;
  opacity: 1;
  margin-right: 5px;
  color: #FFF;
  content: '\e9d1';
  top: 3px;
  left: 23px;
  position: absolute;
}




	@media screen and (max-width: 1280px){	
		
		.main-menu .etc ul {
		  padding-right: 50px;
		}

		.main-menu .etc li a {
		  font-size: 11px;
		}
		.main-menu .etc .lang a {
		  font-size: 11px;
		}

	}
	

	@media screen and (max-width: 480px){
		
		.main-menu .etc ul {
		  padding-right: 25px;
		}
	}


	@media screen and (max-width: 340px){
		
		.main-menu .etc {
		  position: absolute;
		  top: 0;
		  right: 0;
		}
		.main-menu .etc ul {
		  padding-right: 10px;
		}
	}







/* =========================================================================================
 *  ÀüÃ¼¸Þ´º
 * =========================================================================================*/


/* ¸Þ´º°£°Ý */
.nav-mobile-menu ul li {
  margin-bottom: 50px;
}

/* 1Â÷ ´ë¸Þ´º ÆùÆ®¼³Á¤ */
.nav-mobile-menu ul li a {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  color: #00ADC2;
  font-family: 'Montserrat','Noto Sans KR', serif;
  display: block;
  margin-bottom: 12px;
}
.nav-mobile-menu ul li a:hover {
  color: #00C9E2;
}


/* 2Â÷ ¼Ò¸Þ´º ÆùÆ®¼³Á¤ */
.nav-mobile-menu ul li > ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #888;
  padding-right: 40px;
  position: relative;
}
.nav-mobile-menu ul li > ul li a:after {
  content: '';
  width: 1px;
  height: 12px;
  background: #555;
  right: 20px;
  top: 8px;
  transform: rotate(15deg);
  position: absolute;
}
.nav-mobile-menu ul li > ul li a:hover {
  color: #CCC;
}
.nav-mobile-menu ul li > ul li:last-child a:after {
  display: none;
}

/* ÆîÃÄÁø ¸Þ´º */
.nav-mobile-menu {
  background: #FF0000;
  visibility: hidden;
  opacity: 0;
  width: 50vw;
  height: 100vh;
  position: fixed;
  overflow: auto;
  top:0;
  padding: 70px;
  background: #222;
  right: -50%;
  z-index: 999;
  text-align: left;
  box-shadow: 10px 10px 200px rgba(0,0,0,0.5);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.active.nav-mobile-menu { 
  visibility: visible;
  right: 0;
  opacity: 1;  
}
.nav-mobile-menu > ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.nav-mobile-menu ul li:last-child {
  margin-bottom: 0;
}
.nav-mobile-menu ul li > ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.nav-mobile-menu ul li > ul li {
  margin-bottom: 0;
}
.nav-mobile-button {
  overflow:hidden;
  margin: auto;
  width: 70px;
  height: 50px;
  top: 22px;
  background: none;
  cursor: pointer;
  position: fixed;
  right: 6px;
  z-index: 1000;
  transition: all 0.5s ease;
}
.btn_on {
  top: 13px;
}
.btn_off {
  top: 22px;
}
#nav-mobile-bar-top {
  top: 13px;
}
#nav-mobile-bar-middle {
  top: 22px;
}
#nav-mobile-bar-bottom {
  top: 31px;
}
.nav-mobile-bar {
  left: 0;
  width: 39px;
  height: 2px;
  background: #FFF;
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.active#nav-mobile-bar-middle{
  left: 90px;
}
.active#nav-mobile-bar-top {
  top: 20px;
  transform: rotate(135deg);
  background: #FFF;
}
.active#nav-mobile-bar-bottom {
  top: 20px;
  transform: rotate(-135deg);
  background: #FFF;
}
.nav-mobile-button:hover #nav-mobile-bar-top:not(.active) {
  left: 10px;
}
.nav-mobile-button:hover #nav-mobile-bar-middle:not(.active){  
  left: 0px;
}
.nav-mobile-button:hover #nav-mobile-bar-bottom:not(.active) {
  left: 10px;
}



	@media screen and (max-width: 1600px){

		/* ÆîÃÄÁø ¸Þ´º */
		.nav-mobile-menu {
		  padding: 50px;
		}

		/* ¸Þ´º°£°Ý */
		.nav-mobile-menu ul li {
		  margin-bottom: 30px;
		}

		/* 1Â÷ ´ë¸Þ´º ÆùÆ®¼³Á¤ */
		.nav-mobile-menu ul li a {
		  font-size: 20px;
		  margin-bottom: 12px;
		}

		/* 2Â÷ ¼Ò¸Þ´º ÆùÆ®¼³Á¤ */
		.nav-mobile-menu ul li > ul li a {
		  font-size: 14px;
		  padding-right: 30px;
		}
		.nav-mobile-menu ul li > ul li a:after {
		  height: 10px;
		  right: 14px;
		  top: 7px;
		}
	}


	@media screen and (max-width: 1280px){

		.btn_off {
		   top: 15px;
		}
		.nav-mobile-button {
		   right: 5px;
		   top: 15px;
		   width: 60px;
		}
	}


	@media screen and (max-width: 1024px){
				
		.nav-mobile-bar {
		  width: 30px;
		}
		#nav-mobile-bar-top {
		  top: 14px;
		}
		#nav-mobile-bar-bottom {
		  top: 30px;
		}
	}



	@media screen and (max-width: 820px){

		.nav-mobile-menu {
		  width: 100vw;
		  padding: 40px;
		}
		.nav-mobile-menu > ul {
		  justify-content: flex-start;
		}
		.nav-mobile-menu ul li {
		  margin-bottom: 22px;
		}
		.nav-mobile-menu ul li a {
		  margin-bottom: 6px;
		}
		/* 1Â÷ ´ë¸Þ´º ÆùÆ®¼³Á¤ */
		.nav-mobile-menu ul li a {
		  font-size: 18px;
		}
	}



	@media screen and (max-width: 480px){

		.nav-mobile-menu {
		  padding: 40px 30px;
		}
		.nav-mobile-menu ul li {
		  margin-bottom: 20px;
		}

		/* 1Â÷ ´ë¸Þ´º ÆùÆ®¼³Á¤ */
		.nav-mobile-menu ul li a {
		  font-size: 15px;
		}

		/* 2Â÷ ¼Ò¸Þ´º ÆùÆ®¼³Á¤ */
		.nav-mobile-menu ul li > ul li a {
		  font-size: 13px;
		  padding-right: 20px;
		  margin-bottom: 0;
		}
		.nav-mobile-menu ul li > ul li a:after {
		  right: 9px;
		  top: 5px;
		}
		.nav-mobile-button:hover #nav-mobile-bar-top:not(.active) {
		  left: 0;
		}
		.nav-mobile-button:hover #nav-mobile-bar-middle:not(.active){  
		  left: 0;
		}
		.nav-mobile-button:hover #nav-mobile-bar-bottom:not(.active) {
		  left: 0;
		}

		.nav-mobile-button {
		  width: 40px;
		  top: 10px;
		}

	}


	@media screen and (max-width: 340px){
		
		.nav-mobile-button {
		  top: 14px;
		}
		#nav-mobile-bar-top {
		  top: 15px;
		}
		#nav-mobile-bar-bottom {
		  top: 29px;
		}
	}