.topInfo {
	margin-bottom: 5px;
	text-align:right;	
}
/* .header-bottom */.bottom-bottom {
  display: flex;
  margin-bottom: 20px;
  align-items: flex-end;
}
.bottom-bottom .logo {
	flex-grow: 1;
	text-align: left
}
.bottom-bottom .lang-div {
	display: flex;
	align-items: center;
	margin-top: 4px;
}
.lang-go-btn {
	margin-left: 4px;	
}
.bottom-bottom .seoul-represent-logo {
	margin-left: 12px;
}
ul.gnb {
	display: flex;
	justify-content: space-between;
}

.pc-header .depth2 .menu-name {
	padding-left: 0;
	font-size: 18px;
}
.hamburger-box .hamburger-depth1>li p {
	font-size: 18px;	
}
.hamburger-box .hamburger-depth1>li {
	width: 19%;	
}
.hamburger-depth2 > li > a {
	cursor: pointer;
	min-height: 40px;
	line-height: normal;
	display: flex;
	align-items: center;
	
}

nav.fix {
	position: static;
}

@media screen and (max-width: 1200px) {
	ul.gnb {
		display: block;
	}
	.mobile-header .gnb>li {
		height: 168px;
	}	
}

.pc-header ul.gnb>li {
  margin-top: 20px;
  float: none;
  margin-right: 0;
}
.footer-bottom {
	border-top :none;	
}

@media screen and (max-width: 639px) {
	.mobile-header .gnb>li {
		height: 122px;
	}	
}
.nav-button {
	display: none;
}
.pc-header .depth2 .sub>li {
  max-width: 184px;
  text-overflow: ellipsis;
  overflow: hidden;
  text-wrap: nowrap;
}
.pc-header .depth2 .sub>li>a {
    max-width: 184px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-wrap: nowrap;
}