@charset "UTF-8";
header.ptg-header {
  position: relative;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
}
header.ptg-header .ptg-header-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px 0px 20px 0px;
  z-index: 100;
  box-sizing: border-box;
}
header.ptg-header .ptg-w1200 {
  width: 100%;
}
/* 로고
 --------------------------------------------- */
.ptg-logo {
  width: 176px;
}
.ptg-logo > img {
  width: 135px;
  cursor: pointer;
}
/* 메인 메뉴
 --------------------------------------------- */
.ptg-gnb {
  position: relative;
  width: 55%;
  height: 100%;
}
.ptg-gnb .gnb-inner {
  width: 100%;
  height: 100%;
}
.ptg-gnb li {
  flex: 1;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}
.ptg-gnb li a {
  color: #fff;
}
.ptg-gnb li .gnb-item {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  box-sizing: border-box;
}
.ptg-gnb li .gnb-item:hover {
  /*
	border-bottom: 2px solid #0e4194;
	*/
}
.ptg-gnb li .gnb-item.active {
  border-bottom: 2px solid #0e4194;
}
/* 로그인, 장바구니, 햄버거 메뉴
 --------------------------------------------- */
.side-menu {
  width: 27%;
}
.side-menu .link-login {
  font-size: 13px;
  color: #fff;
  padding: 5px 20px;
  border: 1px solid #fff;
  cursor: pointer;
}
.logout {
  text-decoration: underline;
  color: #fff;
}
/*
.side-menu .link-login::before {
	content: url(../../images/gnb/user_profile.svg);
	width: 13px;
	height: 17px;
	margin-right: 10px;
}

.side-menu .link-login:hover {
	border-color: #0e4194;
	color: #0e4194;
}

.side-menu .link-login:hover::before {
	content: url(../../images/gnb/user_profile_selected.svg);
}
*/
.side-menu .link-login.active {
  border-color: #0e4194;
  color: #0e4194;
}
.side-menu .link-login.active::before {
  content: url(../../images/gnb/user_profile_selected.svg);
}
.side-menu .basket {
  position: relative;
  width: 24px;
  height: 23px;
  z-index: 100;
  cursor: pointer;
  margin-right: 10px;
}
.side-menu .basket:first-child {
  margin-right: 10px;
}
.side-menu .basket .basket-badge {
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 22px;
  height: 20px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  background-color: #0e4194;
  border-radius: 50%;
  z-index: 110;
  line-height: 21px;
  padding-bottom: 2px;
}
.noti {
  background-color: #E61873 !important;
}
.side-menu .drawer-menu {
  position: relative;
  width: 24px;
  height: 20px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.side-menu .drawer-menu > span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.side-menu .drawer-menu > span:nth-child(1) {
  top: 0;
}
.side-menu .drawer-menu > span:nth-child(2) {
  top: 50%;
}
.side-menu .drawer-menu > span:nth-child(3) {
  width: 24px;
  top: 100%;
}
.side-menu .drawer-menu.active span:nth-child(1) {
  left: 3px;
  top: -3px;
  transform: translateY(15px) rotate(45deg);
}
.side-menu .drawer-menu.active span:nth-child(2) {
  opacity: 0;
}
.side-menu .drawer-menu.active span:nth-child(3) {
  width: 100%;
  left: 3px;
  top: 27px;
  transform: translateY(-15px) rotate(-45deg);
}
/* 서브 메뉴 (햄버거 버튼 클릭 시)
 --------------------------------------------- */
.ptg-lnb {
  width: 100%;
  position: absolute;
  top: -420px;
  left: 0;
  padding-top: 40px;
  transition: all 0.5s;
  background-color: #4c5d81bf;
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
  z-index: 90;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(10px);
}
.ptg-lnb .ptg-lnb-inner {
  width: 1060px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 90px 0px 40px 0px;
  box-sizing: border-box;
}
.ptg-lnb .ptg-lnb-inner li {
  padding: 9px 5px;
  cursor: pointer;
}
.ptg-lnb .ptg-lnb-inner li:first-child a {
  font-size: 16px;
  font-weight: 700;
}
.ptg-lnb .ptg-lnb-inner li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.ptg-lnb .ptg-lnb-inner li:hover a {
  border-bottom: 1px solid #fff;
}
.ptg-lnb .ptg-lnb-inner li.active a {
  border-bottom: 1px solid #fff;
}
.ptg-lnb .home-lnb-list {
  padding-left: 170px;
}
/* 2022-02-14 */
.ptg-lnb .home-lnb-list {
  width: 170px;
  border-right: 1px solid #ffffff45;
  padding-left: 10px; /* 오타? 170px 너비 안 맞음 */
}
.logout:hover {
  cursor: pointer;
}
/* 2024-08-22 추가 */
.ptg-lnb-bd {
  width: 100%;
  height: 1px;
  border-top: 1px solid #ffffff30;
  position: absolute;
  top: 90px;
  z-index: 100;
}
.ptg-header-bg {
	width: 100%;
	height: 85px;
	position: absolute;
	top: 0px;
	z-index: -10;
	background-color: #041033;
}