@charset "utf-8";
#wrap header.scroll .signin-user-info-btn-arrow {
  background: rgba(0, 0, 0, 0.1) url(/ref/main/main_2023/images/main/btn_arrow_bottom.svg) center no-repeat;
  background-size: auto 36%;
}
#wrap header.scroll .signin-user-info-btn-arrow:hover {
  background: black url(/ref/main/main_2023/images/main/btn_arrow_bottom_white.svg) center no-repeat;
  background-size: auto 36%;
}
.signin-layer {
  margin-right: 26px;
}
.signin-user-layer {
  display: flex;
  position: relative;
  align-items: center;
}
.signin-user-profile-img {
  position: relative;
  width: 36px;
  height: 36px;
  background: url(/ref/main/main_2023/images/main/login_no_image.svg) no-repeat;
  background-size: 100%;
  cursor: pointer;
}
.signin-user-profile-img:after {
  content: '';
  display: none;
  position: absolute;
  right: -4px;
  bottom: -4px;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}
.signin-user-profile-img img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.3);
}
.signin-user-profile-img img[src=""] {
  display: none;
}
.signin-user-profile-img[data-social-providerid]:after {
  display: none;
}
.signin-user-profile-img[data-social-providerid="facebook"]:after {
  background: url(/ref/main/main_2023/images/main/ico_facebook.svg) center no-repeat;
  background-size: auto 100%;
  display: block;
}
.signin-user-profile-img[data-social-providerid="google"]:after {
  background: white url(/ref/main/main_2023/images/main/ico_google.svg) center no-repeat;
  background-size: auto 50%;
  display: block;
}
.signin-user-profile-img[data-social-providerid="naver"]:after {
  background: url(/ref/main/main_2023/images/main/ico_naver.svg) center no-repeat;
  background-size: auto 120%;
  display: block;
}
.signin-user-info {
  display: none;
  box-sizing: border-box;
  height: 40px;
  padding: 6px 60px 0 56px;
  min-width: 120px;
  text-align: left;
}
.signin-user-info-btn-arrow {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.2) url(/ref/main/main_2023/images/main/btn_arrow_bottom_white.svg) center no-repeat;
  background-size: auto 36%;
  cursor: pointer;
  transition: 0.3s;
}
.signin-user-info-btn-arrow:hover {
  background: white url(/ref/main/main_2023/images/main/btn_arrow_bottom.svg) center no-repeat;
  background-size: auto 36%;
}
.signin-user-popup-layer {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 10;
}
.signin-user-popup-wrapper {
  background-color: white;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.signin-user-popup-profile {
  display: flex;
  align-items: center;
  padding: 20px 26px 20px 20px;
}
.signin-user-popup-profile .profile-img-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: url(/ref/main/main_2023/images/main/login_no_image.svg) no-repeat;
  background-size: auto 100%;
  overflow: hidden;
}
.signin-user-popup-profile .profile-img {
  width: 100%;
  height: 100%;
}
.signin-user-popup-profile .profile-img[src=""] {
  display: none;
}
.profile-popup-info {
  margin-left: 16px;
}
.profile-popup-info .user-info-name {
  font-size: 14px;
  font-weight: 500;
  color: black;
}
.profile-popup-info .user-email {
  margin-top: 6px;
  font-size: 13px;
  color: #999;
}
.profile-popup-info .user-email > a {
  white-space: nowrap;
}
.signin-user-popup-btn {
  width: 100%;
  padding: 12px;
  background-color: #f4f4f4;
  text-align: center;
  font-size: 13px;
  color: #666;
  line-height: 1;
  cursor: pointer;
}
.signin-user-popup-btn:hover {
  background-color: #59f;
  color: white;
}
@media screen and (max-width: 1279px) {
  .signin-layer {
    margin-right: 20px;
  }
}
