@charset "UTF-8";
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
.fix-menu {
  position: fixed;
  right: 22px;
  bottom: calc(24px + env(safe-area-inset-bottom, 0px));
  z-index: 999;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  box-sizing: border-box;
}
.fix-menu * {
  pointer-events: auto;
}

.fix-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.fix-quick,
.fix-top,
.fix-ai {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.fix-quick:focus-visible,
.fix-top:focus-visible,
.fix-ai:focus-visible {
  outline: 2px solid rgba(235, 202, 109, 0.85);
  outline-offset: 2px;
}

.fix-quick {
  width: 79px;
  height: 79px;
  background: #fff;
  color: #452716;
  gap: 2px;
  padding-bottom: 2px;
}

.fix-chat {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  line-height: 0;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.fix-chat:hover {
  opacity: 0.92;
}
.fix-chat:focus-visible {
  outline: 2px solid rgba(235, 202, 109, 0.85);
  outline-offset: 2px;
  border-radius: 8px;
}
.fix-chat .fix-img {
  display: block;
  width: 78px;
  height: auto;
  object-fit: contain;
}

.fix-top {
  width: 51px;
  height: 51px;
  background: #3c3c3c;
  color: #fff;
}

.fix-ai {
  width: 56px;
  height: 56px;
  display: none;
  font-family: "Philosopher", "Pretendard Variable", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #583c22;
  background-color: #ebca6d;
}

.fix-txt {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.15;
  text-align: center;
  letter-spacing: -0.02em;
}

.fix-chev--tog {
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-135deg);
  margin-top: 4px;
}

.fix-menu.is-open .fix-quick .fix-chev--tog {
  transform: rotate(45deg);
  margin-top: 0;
}

.fix-chev--up {
  width: 12px;
  height: 12px;
  border-left: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: rotate(45deg);
  margin-top: 4px;
}

.fix-drop {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  box-sizing: border-box;
}

.fix-drop-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 50px 50px 0 0;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
  background: #fff;
  padding: 0 8px;
  width: 79px;
}
@media screen and (max-width: 991.98px) {
  .fix-drop-list {
    width: 59px;
    padding: 0 4px;
  }
}
@media screen and (max-width: 767.98px) {
  .fix-drop-list {
    padding: 0;
  }
}

.fix-drop-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 79px;
  min-height: 0;
  margin: 0;
  padding: 10px 0;
  box-sizing: border-box;
  color: #63593f;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  letter-spacing: -0.02em;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  border-bottom: 1px solid #ddd;
}
.fix-drop-item:focus-visible {
  outline: 2px solid rgba(235, 202, 109, 0.85);
  outline-offset: 2px;
}

.fix-drop-ic {
  display: block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  object-fit: contain;
}

.pdf {
  height: 30px;
}

.fix-drop-txt {
  display: block;
  font-size: 12px;
  font-weight: inherit;
  line-height: 1.15;
  letter-spacing: inherit;
}

@keyframes fix-drop-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fix-drop[hidden] {
  display: none !important;
}

@media screen and (max-width: 991.98px) {
  .fix-quick {
    width: 59px;
    height: 59px;
  }
  .fix-drop-item {
    height: 59px;
    padding: 8px 0;
  }
}
@media screen and (max-width: 767.98px) {
  .fix-menu {
    right: 14px;
    bottom: calc(76px + env(safe-area-inset-bottom, 0px));
  }
  .fix-ai {
    display: flex;
    width: 47px;
    height: 47px;
    margin-top: 10px;
    font-size: 20px;
    background-color: rgba(235, 202, 109, 0.82);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .fix-chat .fix-img {
    width: 66px;
  }
  .fix-quick {
    width: 59px;
    height: 59px;
    background: rgba(255, 255, 255, 0.88);
    border: 0.5px solid rgba(255, 255, 255, 0.65);
    color: #2c2721;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }
  .fix-txt {
    font-size: 12px;
  }
  .fix-drop-item {
    width: 100%;
    height: 56px;
    min-height: 0;
    padding: 8px 4px;
    gap: 4px;
  }
  .fix-drop-txt {
    font-size: 9px;
  }
  .fix-drop-ic {
    width: 22px;
    height: 22px;
  }
}
/* EasyChat: 기본 플로팅 버튼은 시각적으로만 숨김(display:none은 SDK 클릭/레이아웃에서 막히는 경우 있음) */
#easychat-floating-button {
  position: fixed !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  z-index: 99940 !important;
  /* pointer-events:none 이면 일부 브라우저에서 .click()/SDK 핸들이 안 탈 수 있음 */
}

/* 퀵메뉴(z-index 99950)보다 채팅창이 위로 오도록 */
#easychat-chat-dialog,
#easychat-close-btn {
  z-index: 100000 !important;
}

@media screen and (min-width: 768px) {
  #easychat-floating-button {
    bottom: 120px;
    right: 24px;
  }
}
@media screen and (max-width: 767.98px) {
  #easychat-floating-button {
    bottom: 200px;
    right: 16px;
  }
}
.fix-menu.is-open .fix-drop {
  gap: 0;
}
.fix-menu.is-open .fix-drop-list {
  box-shadow: none;
}
.fix-menu.is-open .fix-quick {
  border-radius: 0 0 50px 50px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
}

/* Salient/WP 덤프: 테마 #to-top 숨김 — fix-menu .fix-top 사용 */
body:has(#fix-menu) #to-top {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

#fix-menu .fix-top {
  width: 51px;
  height: 51px;
  min-width: 51px;
  min-height: 51px;
  padding: 0;
  background: #3c3c3c !important;
  color: #fff !important;
  font-family: inherit;
  font-size: 0;
  line-height: 1;
  appearance: none;
  -webkit-appearance: none;
}

#fix-menu .fix-top .fix-chev--up {
  display: block;
  flex-shrink: 0;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 0;
  border-left: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: rotate(45deg);
  margin-top: 4px;
  background: none;
}

#fix-menu .fix-top .fa,
#fix-menu .fix-top i,
#fix-menu .fix-top .top-icon {
  display: none !important;
}