/* 기본 GNB */

/* sns 아이콘 //end -----------------------------------*/
.topSNSbtn {
  width: auto;
  float: left;
  display: flex;
  grid-gap: 5px;
  flex-direction: row;
  margin-right: 10px
}
.topSNSbtn.noview {
  display: none;
}
.topSNSbtn .icon_btn {
  width: auto;
  float: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: var(--top1d-font-color);
  font-size: 0.9em;
  position: relative;
  cursor: pointer;
  height: 40px;
  min-width: 30px;
  line-height: 38px;
}

.icon_btn.noview {display: none!important}
.topSNSbtn .icon_btn .wg_img1{
  font-size: 23px;
  color: #333;
}
.topSNSbtn .icon_btn i {
  font-size: 23px;
  color: #333;
}

.topSNSbtn .icon_btn .wg_img1 {
  width: 100%
}
.topSNSbtn .icon_btn .wg_img1 img {
  width:30px
}
.topSNSbtn .icon_btn:before {
  font-family: unicons-line;
  font-size: 23px;
}
.opacity .topSNSbtn .icon_btn i {
  font-size: 23px;
  color: #Fff;
}
header.small .topSNSbtn .icon_btn i {
  font-size: 23px;
  color: #333;
}
header:hover .topSNSbtn .icon_btn i {
  font-size: 23px;
  color: #333;
}
header.large:hover .topSNSbtn .icon_btn i {
  font-size: 23px;
  color: #333 !important;
}