* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family:"NotoSansKR", sans-serif;
  overflow-x: hidden;
}
/* 기본 사용 */
@font-face {
  font-family: 'GmarketSans';
  src: url('../../fonts/GmarketSansTTFBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* 여러 폰트 파일 사용 */
@font-face {
  font-family: 'GmarketSans';
  src: url('../../fonts/GmarketSansTTFLight.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'GmarketSans';
  src: url('../../fonts/GmarketSansTTFMedium.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
/* Noto Sans KR */
@font-face {
  font-family: 'Noto Sans KR';
  src: url('../../fonts/NotoSansKR-Thin.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/* Medium */
@font-face {
  font-family: 'Noto Sans KR';
  src: url('../../fonts/NotoSansKR-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* Bold */
@font-face {
  font-family: 'Noto Sans KR';
  src: url('../../fonts/NotoSansKR-ExtraLight.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* Bold */
@font-face {
  font-family: 'Noto Sans KR';
  src: url('../../fonts/NotoSansKR-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


/* BASIC SETUP */
body, ul, li {
  padding:0;
  margin:0;
  list-style: none;
  font-family: 'Noto Sans KR';
  font-weight: 600;

}

#top_menu > a{
  text-decoration: none;
}
#top_menu >  nav > ul li  a,
#top_menu >  nav > ul li  a:visited,
#top_menu >  nav > ul li  a:hover
{ color:#eee; 
  text-decoration: none;
  font-size:0.9em ;
}

#top_menu >  nav > .ul_depth1 > li > .mega-menu > .ul_depth2 > li> a,  
#top_menu >  nav > .ul_depth1 > li > .mega-menu > .ul_depth2 >li  a:visited,
#top_menu >  nav > .ul_depth1 > li > .mega-menu > .ul_depth2 >li a:hover
{ color:#292929; 
  text-decoration: none;
}

.navbar ul > li {
  top:0;
  padding:2px 20px;
  position: relative;
  white-space: nowrap;
  margin:0;
}


#top_menu {
  position:relative;
	top:0px;
	left:0px;
	width:100%;
	background-color:#eee;
	font-family: "Noto Sans KR", sans-serif;
  font-weight: 600;
  z-index:100;
  margin:0;
  padding:0;
  overflow-x: hidden;
}


#top_menu > .loge_right{
  position:relative;
	width:100%;
	height:30px;
	margin:auto;
  text-align: right;
  right:5px;
  background-color:#02183b;
  font-family: "Noto Sans KR", sans-serif;
}
#top_menu > .loge_right > a,
#top_menu > .loge_right >a:visited,
#top_menu > .loge_right> a:hover{
	color:#eee;
	text-decoration:none;
}		

#top_menu > .loge_right >ul{
  position:absolute;
	top:0px;
  left:100px;
	right:10px;
  display: flex;
  margin:0;
  padding:0;
}
#top_menu >  .loge_right > ul >li{
  list-style: none;
  display: inline-block;
  padding-left: 100;
  width:100%;
  margin:0;
  text-align: center;
  line-height: 1.5em;
  height:1.5em;
}
#top_menu >  .loge_right > ul > li > a{
  display:block ;
  color:#eee;
  font-size: 0.7em;
  font-weight: 300;
}
#top_menu >  .loge_right > ul > li:last-child a{
  text-align: center;
  color:#eee;
}
#top_menu > .loge_left{
  position:relative;
	width:100%;
	margin:auto;
	background-color:#eee;
  top:0;

}



#top_menu >  .loge_left {
  width:100%;
}
#top_menu > .loge_left> ul{
  position: relative;
	width:100%; 
}
#top_menu > .loge_left> ul > li{
	float:left;
	list-style:none;
	width:100%;
  height:50px;
  line-height: 50px;
  color: #444;
}
#top_menu >.loge_left,
#top_menu >.loge_left:visited,
#top_menu > .loge_left:hover{
	color:#444;
	text-decoration:none;
}
#top_menu > .loge_left> ul > li#logo{
	float:left;
	font-family: "NotoSansKR", sans-serif;
	font-size:1.0em;
	text-align:center;
	color:#444;
	font-weight:600;
	padding:0;
	padding:10px auto;
	width:90%;
  height:100%;
}

/* menu_mov  햄버거 */
#top_menu > .loge_left> ul > li#menu_mov{
  position: absolute;
  display: flex;
  padding-right: 0;
  top:0;
  right:5px;
  height: 50px;
  width:50px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
 margin: 0%;
}
#top_menu > .loge_left> ul > li#menu_mov > .nav-toggler{
  display: block;
  height: 40px;
  width: 40px;
  padding: 5px;
  transition: all 0.3s ease-in-out;
}
.loge_left> ul > li > .nav-toggler > .bar{
 width:100%;
 height:3px;
 margin:4px 0;
 display: block;
 background-color: #444;

}
.loge_left> ul > li#menu_mov > .nav-toggler.toggler-open .bar:nth-child(1){
  transform:  translateY(7px) rotate(45deg);
}
.loge_left> ul > li#menu_mov > .nav-toggler.toggler-open .bar:nth-child(2){
  opacity:0;
}
.loge_left> ul > li#menu_mov > .nav-toggler.toggler-open .bar:nth-child(3){
  transform: translateY(-7px) rotate(-45deg) ;
}


/* 모바일 사이드 메뉴 구현*/
@media (max-width: 650px) {
  .navbar > .ul_depth1 {
      position: fixed;
      top: 50px;
      height: calc(100vh - 50px);
      width: 100%;
      background-color: rgba(41, 128, 185, 0.95);
  }
}

#top_menu  > .navbar { 
 height:0;
 position: relative;
 margin:0;
 padding:0;
 top:0;
 left:0;
 width:100%;
 
}
#top_menu  > .navbar.active { 
  height:calc(100vh - 50px);
  margin-top: 0;
 }
 #top_menu > .navbar.active > .ul_depth1{
  display: block;
  max-height: calc(100vh - 50px);
  overflow: visible;
  opacity: 1;
  top:0;
  transition-delay: 0s; 
  z-index: 100;
}

 #top_menu  > .navbar >.ul_depth1{   
  position: absolute;
  display: none;
  width:100vw;
  left:0;
  top:0;
  height:calc(100vh - 50px);
  align-items: center;
  background-color: #2980b9;
  max-height: 0;
  overflow: hidden;
  list-style: none;
  transition: 0.3s;
  opacity: 0;
  margin-top: 0;
  padding-top: 0%;
}
 

  #top_menu > .navbar > .ul_depth1 > li{
  text-align: left;
  width:100%;
  position: relative;
  border-bottom: 1px solid #3498db; 
  border-top: 1px solid #21618c; 
  font-size: 1.1rem;
  padding-left:50px;
  

  }

  #top_menu > .navbar > .ul_depth1 > li:nth-child(1){
    border-top: none; 
    margin-top: 0;
  }
  #top_menu > .navbar >  .ul_depth1 > li.active >ul >li{
    display: block;
   
    }
  
  #top_menu > .navbar > .ul_depth1 > li >p{
    padding: 15px 0;
    display: block;
    margin:0;
    color:#fff;
    position: relative;
   
  }
  /* 아이콘 넣기*/
  #top_menu > .navbar >  .ul_depth1 > li > p >.arrow-icon{
    position: absolute;
    display: block;
    right:50px;
    top:50%;
    width:20px;
    height:20px;
    transform: translateY(-50%);
  }
  #top_menu > .navbar >  .ul_depth1 > li > p >.arrow-icon{
    background: url('https://www.spc.co.kr/img/front/icon/icon_drop.svg') no-repeat center;
    opacity:0.5;
  }

/* active */



#top_menu > .navbar > .ul_depth1 > li.active > .mega-menu {
  display: block;
  opacity:1;
 
}
#top_menu > .navbar > .ul_depth1 > li.active > .mega-menu >.ul_depth2 >li{
  display: block;

}
#top_menu > .navbar > .ul_depth1 > li.active > .mega-menu >.ul_depth2 >li a{
 display: block;

}
#top_menu >  nav > .ul_depth1 > li > .mega-menu{
  display: none;
  overflow: hidden;
  border:0.03px solid #3498db; 
  border-radius:15px ;
  width:90% ;
  background-color: rgba(41, 128, 185, 0.1);
  padding:0;
  margin:0;
}
#top_menu >  nav > .ul_depth1 > li > .mega-menu>.container.cf{
  background-color: rgba(95, 183, 241, 0.2);
  padding:10px 0;
  margin: 0%;
 display: block;
}
#top_menu >  nav > .ul_depth1 > li > .mega-menu > .ul_depth2{
  position: absolute;
  top:0;
}
#top_menu >  nav > .ul_depth1 > li > .mega-menu > .ul_depth2.active >li{
  display: block;
  left:50px;
  padding:0 50px;
}

#top_menu >  nav > .ul_depth1 > li > .mega-menu > .ul_depth2 > li > a {

  width:100%;
  display: block;
  font-size: 0.7px;
  text-decoration: none;
  
}
#top_menu >  nav > .ul_depth1 > li > .mega-menu > .ul_depth2> li > a > span{
  font-size: 0.6px;
  color:#444;
  margin:0 50px;
}




/* 로그인*/
#top_menu > nav > .ul_depth1 > .menu_login{
display: inline-block;
width:100%;
left:0;
top:0;
margin-bottom:0;
padding:0;
margin:0;
border-bottom:double solid #2e87c2;
border-right:double solid #2e87c2;
}
#top_menu > nav > .ul_depth1 > .menu_login>table>td{
display: block;
}
#top_menu > nav > .ul_depth1 > .menu_login>table>td>div{
  position: relative;
  display: block;
  align-items: center;
  margin:5px auto;
 
}
#top_menu > nav > .ul_depth1 > .menu_login>table>td>div>img{
  position: absolute;
  top:0;
  left:0;
  color:#eee;
  width:100%;
  height:100%;
 max-width:30px;
  max-height:30px;
}
#top_menu > nav > .ul_depth1 > .menu_login>table>td>div>span{
  position: absolute;
  top:30px;
}