/* global */
#global {
  background: #31343b;
  font-family: 'Apple SD Gothic Neo','malgun gothic','맑은 고딕','돋움','dotum';
  text-decoration: none;
  font-size: 14px;
  vertical-align: baseline;
  letter-spacing: 0px;
  min-width: 1180px;
}
#global .global {
  border-bottom: 1px solid #292c33;
}

/* Layout */
#global .global .container-full {
  width: 100%;
}

#global .global .container {
  /* width: 1084px; */
  width: 1180px;
  margin: 0 auto;
}

#global .global .wrap:after {
  content: "";
  display: block;
  clear: both;
}
#global .global .wrap .daemyung {
  float: left;
  width: 132px;
}
#global .global .wrap .daemyung a {
  line-height: 44px;
  display: block;
  text-indent: 5px;
  color: #fff;
  font-weight: bold;
  width: 100%;
  /* background: url(/img/global/gnb/daemyung.png) no-repeat 140px center; */
  background: url(/img/global/gnb/daemyung.png) no-repeat 106px center;
  /* margin-left:27px; */	/* 추가 */
}
#global .global .wrap .brands {
  /* float: right; */
  float:left;
  width:1048px;
}
#global .global .wrap .brands .resort {
  float: left;
  width: 142px;
  border-left: 1px solid #292c33;
  border-right: 1px solid #292c33;
  display: block;
  line-height: 44px;
  color: #d3d3d3;
  font-weight: bold;
  text-indent: 15px;
  background: url(/img/global/gnb/arrow.png) no-repeat top right;
  margin-left:15px;
  /* margin-right:55px; */
  /* margin-right:40px; */  
}
#global .global .wrap .brands .reisure {
  float: left;
  width: 142px;
  border-right: 1px solid #292c33;
  display: block;
  line-height: 44px;
  color: #d3d3d3;
  font-weight: bold;
  text-indent: 15px;
  background: url(/img/global/gnb/arrow.png) no-repeat top right;
  margin-left:15px;
  /* margin-right:55px; */
  /* margin-right:40px; */
}
#global .global .wrap .brands .chain {
  float: left;
  width: 170px;
  border-right: 1px solid #292c33;
  display: block;
  line-height: 44px;
  color: #d3d3d3;
  font-weight: bold;
  text-indent: 15px;
  background: url(/img/global/gnb/arrow.png) no-repeat top right;
  margin-left:15px;
  /* margin-right:55px; */
  /* margin-right:40px; */
}
#global .global .wrap .brands .pet {
  float: left;
  width: 155px;
  border-right: 1px solid #292c33;
  display: block;
  line-height: 44px;
  color: #d3d3d3;
  font-weight: bold;
  text-indent: 15px;
  background: url(/img/global/gnb/arrow.png) no-repeat top right;
  margin-left:15px;
  /* margin-right:55px; */
  /* margin-right:40px; */
}
#global .global .wrap .brands .convention {
  float: left;
  width: 195px;
  border-right: 1px solid #292c33;
  display: block;
  line-height: 44px;
  margin-left:15px;
  text-align:right;
  background: none !important;
  color: #fff;
  /* margin-right:55px; */
  /* margin-right:40px; */		
}
#global .global .wrap .brands .food {
  float: left;
  width: 160px;
  border-right: 1px solid #292c33;
  display: block;
  line-height: 44px;
  color: #d3d3d3;
  font-weight: bold;
  text-indent: 15px;
  background: url(/img/global/gnb/arrow.png) no-repeat top right;
}
#global .global .wrap .brands .mem {
  border-right: 1px solid #292c33;
  width: 90px;
  line-height: 44px;
  color: #fff;
  text-align: center;
  padding: 0 6px;
  display: block;
  float: left;
  background: none !important;
  margin-left:0px;
}
#global .active {
  background: #282b32;
  height: 45px;
  overflow: hidden;
  width: 100%;
  display: none;
}
#global .active .container {
  text-align: center;
}
#global .active .container.chain {
  text-align: center;
  margin-left:-80px;
}
#global .active .container a {
  display: inline-block;
  padding: 0 10px;
  color: #a0a0a0;
  line-height: 45px;
  font-size: 14px;
}
#global .active .container a:hover {
	color: #fff;
}

#global .active .container a.on {
  color: #fff;
}
#global .active .container.resortb {
  padding-left: 18px;
  padding-right:511px;/* 소노 브랜드로 짧아져서 패딩값 추가 */
}
#global .active .container.reisure {
  padding-left: 30px;  
}
#global .active .container.pet {
  padding-left: 0;
  margin-left:280px;
}
#global .active .container.food {
  padding-left: 408px;
}
