header{   
  height: 108px;
  background-color: #fff;
  border-bottom: 1px solid #c1c1c1;
  position: fixed;
  width: 100%;
  z-index: 1;
}
header div.wrap{
  width: 1840px;
  height: 100%;
  box-sizing: border-box;
  align-items: center;
}
header div.wrap h1{
   
}
header div.wrap h1 a{
  background-image: url(../img/logo2.png);
  display: block;
  width: 300px;
  height: 30px;
  font-size: 0;
}
header div.wrap ul.gnb li:nth-child(1) a{
  font-size: 17px;
  font-weight: 300;
}
header div.wrap ul.gnb li:nth-child(1) a::before{
  content: '';
  background-image: url(../img/btn_menu.png);
  width: 22px;
  height: 19px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: -4px;
}
header div.wrap ul.gnb li:nth-child(2) a{
  color: #f9538b;
}
header div.wrap ul.gnb{
  height: 100%;
  align-items: center;
}
header div.wrap ul.gnb li{ 
  height: 100%;
}
header div.wrap ul.gnb li a{   
  padding: 0 20px;
  font-size: 20px;
  font-weight: 600;
  height: 100%;
  align-items: center;
  display: flex;
}
header div.wrap ul.snb{
  align-items: center;
}
header div.wrap ul.snb li{
   
}
header div.wrap ul.snb li:nth-child(1){
  border-radius: 20px;
  background-color: white;
  height: 33px;
  color: #545454;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #ccc;
}
header div.wrap ul.snb li a{   
  padding: 0px 12px;
  font-size: 14px;
  color: #545454;
}
header div.wrap ul.snb li:nth-child(1) a{
  display: block;
  line-height: 33px;
}
header div.wrap ul.snb li:nth-child(1) a::after{
  content: "";
  background-image: url(../img/ico_pop_arrow.png);
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-left: 15px;
  transform: translateY(4px);
}
header div.wrap ul.snb li:nth-child(2) a{
  color: #8d8d8d;
}
header div.wrap ul.snb li:nth-child(3) a{
  font-weight: 500
}
header div.wrap ul.snb .close{
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #f9538b;
  position: relative;

}
header div.wrap ul.snb .close .length{
  border-bottom: 1px solid #fff;
  width: 11px;
  position: absolute;
  top: 13px;
  left: calc(26px / 3)
}
header div.wrap ul.snb .close .height{
  border-bottom: 1px solid #fff;
  width: 11px;
  position: absolute;
  top: 13px;
  left: calc(26px / 3);
  transform: rotate(90deg);
}
header div.wrap .wgnb{
  width: 1100px;
  height: 606px;
  margin: 0 auto;
  display: none;
}
header div.wrap .wgnb .sub{
  background-color: white;
  border-top: 1px solid #c1c1c1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  justify-items: end;
  box-sizing: border-box;
}
header div.wrap .wgnb .sub div{
  padding: 33px 19px;
}
header div.wrap .wgnb .sub .menu:nth-child(-n+6){
  grid-row: 1 / span 2;
}
header div.wrap .wgnb .sub .menu:nth-child(7){
  grid-column: 7;
  grid-row: 1;
  background-color: #f6f6f6;
}
header div.wrap .wgnb .sub .menu:nth-child(8){
  grid-column: 7;
  grid-row: 2;
  background-color: #f6f6f6;
  width: 109px;
}
header div.wrap .wgnb .sub div h2{
  font-size: 18px;
  padding-bottom: 10px;
}
header div.wrap .wgnb .sub div h2:hover{
  color: #f9538b;
  transition: 0.3s;
}
header div.wrap .wgnb .sub div ul{
  
}
header div.wrap .wgnb .sub div ul li{
  line-height: 2;
}
header div.wrap .wgnb .sub div ul li a{
  font-size: 15px;
} 
header div.wrap .wgnb .sub div ul li a:hover{
  color: #f9538b;
  transition: 0.3s;
}
header .familysite{
  position: absolute;
  right: 0;
  display: none;
  top: 108px;
}
header .familysite>div{
  width: 200px;
  background-color: #f9538b;
  box-sizing: border-box;
  padding: 0 25px;
}
header .familysite>div h2{  
  line-height: 4.2;
  position: relative;
  color: #fff;
  font-size: 18px;
  margin: 0 -25px;
  padding: 0 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.2s;
}
header .familysite>div h2:not(:first-child){
  border-top: 1px solid #fff;
}
header .familysite>div h2::after{
  content: "";
  display: inline-block;
  background-image: url(../img/add.png);
  width: 20px;
  height: 20px;
  background-size: contain;
}
header .familysite>div h2.curruntG::after{
  background-image: url(../img/remove.png)
}
header .familysite > div ul{
  background-color: #fff;
  margin: 0 -25px;
  padding: 0 25px;
}
header .familysite > div ul li{
  line-height: 2.5;
  font-size: 14px;
}
header .familysite > div ul li a{
  color: #575757;
  font-size: 15px;
}
header .familysite > div ul li a:hover{
  color: #f9538b;
  text-decoration: underline;
}
header .popup{ 
  position: absolute;
  top: 108px;
  right: 150px;
}
header .popup img.pop{
  
}
header .popup img.close{
  position: absolute;
  right: 0;
  cursor: pointer;
}

.curruntG{
  background-color: #c1c1c1;    
}
.minusC{
  display: none;
}
.show{
  display: initial;
}
.closeH{
  display: none;
}