body {
  font-family: "Pretendard", "NanumBarunGothic", sans-serif;
}

header .gnb ul li:first-child::before {
  background: url("../img/layouts/ico_gnb01.png") no-repeat center center;
  content: "";
  width: 16px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
}

header .gnb ul li:nth-child(2)::before {
  background: url("../img/layouts/ico_gnb02.png") no-repeat center center;
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
}

header nav ul li {
  box-sizing: border-box;
  padding-bottom: 1rem;
  border-bottom: 3px solid transparent;
  position: relative;
}

header nav ul li:hover {
  border-bottom: 3px solid #4264d0;
}

header nav ul li.active {
  border-bottom: 3px solid #4264d0;
}

header nav ul li .sub {
  position: absolute;
  display: none;
  top: 47px;
  left: -30%;
  width: 160%;
  z-index: 10000;
  font-size: 15px;
  letter-spacing: 0px;
  color: #444444;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 0 20px !important;
}

header nav ul li:hover .sub {
  display: block;
}

header nav ul li .sub li {
  /* border: 1px solid blue; */
  line-height: 40px;
  height: 40px;
}

header nav ul li .sub li a {
  color: #444444;
}

header nav ul li .sub li:hover > a {
  color: #1d52a4;
}

header nav ul li .sub li:hover {
  border-bottom: 0;
}

header nav ul li .sub li.active {
  border-bottom: 0;
}

.footer-navi ul li {
  position: relative;
  padding: 0 24px;
}

.footer-navi ul li:first-child {
  padding-left: 0;
}

.footer-navi ul li:last-child {
  padding-right: 0;
}

.footer-navi ul li::after {
  content: "";
  width: 2px;
  height: 13px;
  background-color: #3d3d3d;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0.27rem;
}

/* gs5 shop 전용 */
/* 팝업레이어 */
#hd_pop {
  z-index: 1000;
  position: relative;
  margin: 0 auto;
  width: 1200px;
  height: 0;
}
#hd_pop h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.hd_pops {
  position: absolute;
  border: 1px solid #e9e9e9;
  background: #fff;
}
.hd_pops img {
  max-width: 100%;
}
.hd_pops_footer {
  padding: 0;
  background: #000;
  color: #fff;
  text-align: left;
  position: relative;
}
.hd_pops_footer:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.hd_pops_footer button {
  padding: 10px;
  border: 0;
  color: #fff;
}
.hd_pops_footer .hd_pops_reject {
  background: #000;
  text-align: left;
}
.hd_pops_footer .hd_pops_close {
  background: #393939;
  position: absolute;
  top: 0;
  right: 0;
}

.msg_sound_only,
.sound_only {
  display: inline-block !important;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0;
  line-height: 0;
  border: 0 !important;
  overflow: hidden !important;
}

.fixIcon {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.fixIcon li {
  margin-bottom: 10px;
}
.fixIcon li:last-child {
  margin-bottom: 0;
}
.fixIcon li a img {
  width: 50px;
}

#top_btn {
  width: 50px;
  height: 50px;
  line-height: 46px;
  border: 2px solid #333;
  color: #333;
  text-align: center;
  font-size: 15px;
  z-index: 90;
  background: rgba(255, 255, 255, 0.5);
}

#top_btn:hover {
  border-color: #d6f4ed;
  background: #d6f4ed;
  color: #fff;
}

img.icon_reply {
  display: inline-block;
}
