@font-face {
  font-family: 'NEXON Lv2 Gothic';
  src: url('/resources/fonts/NEXON_Lv2_Gothic_OTF/NEXON_Lv2_Gothic_OTF.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NEXON Lv2 Gothic';
  src: url('/resources/fonts/NEXON_Lv2_Gothic_OTF/NEXON_Lv2_Gothic_OTF_Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'NEXON Lv2 Gothic';
  src: url('/resources/fonts/NEXON_Lv2_Gothic_OTF/NEXON_Lv2_Gothic_OTF_Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'NEXON Lv2 Gothic';
  src: url('/resources/fonts/NEXON_Lv2_Gothic_OTF/NEXON_Lv2_Gothic_OTF_Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Spoqa Han Sans Neo';
  src: url('/resources/fonts/SpoqaHanSansNeo_OTF_original/SpoqaHanSansNeo-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Spoqa Han Sans Neo';
  src: url('/resources/fonts/SpoqaHanSansNeo_OTF_original/SpoqaHanSansNeo-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Spoqa Han Sans Neo';
  src: url('/resources/fonts/SpoqaHanSansNeo_OTF_original/SpoqaHanSansNeo-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Spoqa Han Sans Neo';
  src: url('/resources/fonts/SpoqaHanSansNeo_OTF_original/SpoqaHanSansNeo-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Spoqa Han Sans Neo';
  src: url('/resources/fonts/SpoqaHanSansNeo_OTF_original/SpoqaHanSansNeo-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}

/* globals.css (전역 스타일) */ 

/* 1. 기본 리셋 & 전역 타이포그래피 */
/* html, body {
	width: 100%;
	margin-bottom: 8px;
    margin-top: 0px;
	justify-items: center;
	font-family: 'NEXON Lv1 Gothic', sans-serif;
	font-family: 'NEXON Lv2 Gothic',  sans-serif;
	font-family: 'Spoqa Han Sans Neo', 'Noto Sans KR', Arial, sans-serif;
	color: #333;
	letter-spacing: 0.13em;
	background-color: #f4f7f6;
	background-color: #e3ece9;
	font-size: 16px;
	line-height: 1.6;
}

페이지 컨테이너(1920)
.container {
	max-width: 1920px;  필요에 따라 1440~1920px
	width: 100%;
	margin: 0px 90px;
	box-sizing: border-box;
}

페이지 전체영역(1640)
.page-category-wrap {
  align-items: center;
  margin: 0 auto;
  padding: 20px 140px;		공통으로 1640px
  box-sizing: border-box;
  background-color: #fff;
}

페이지 타이틀 영역(1640)
.page-title-section {
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin: 50px 0px;
  padding: 50px 50px;
  gap: 10px;
  box-sizing: border-box;
}
.page-title-section img {
  width: 34px; height: 34px; display: block;
}
.page-title-section h2 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #232241;
  margin: 0;
} */

/* =========================
   1. 기본 리셋 & 전역 폰트/타이포
   ========================= */
html, body {
    width: 100%;
    min-width: 1200px;
    margin: 0;
    padding: 0;
    color: #070707;
    background-color: #e3ece9;
    font-size: 16px;
	/* font-family: 'NEXON Lv2 Gothic',  sans-serif; */
    font-family: 'Spoqa Han Sans Neo', 'Noto Sans KR', Arial, sans-serif;
    letter-spacing: 0.13em;
    /* line-height: 1.6; 필요시 추가 */
}

/* =========================
   2. 페이지 컨테이너 (1920px)
   ========================= */
.container {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    /* 기존: margin: 0 90px; (불필요시 삭제) */
}

/* =========================
   3. 전체 페이지 래퍼 (1640px)
   ========================= */
.page-category-wrap {
    /* width: 100%; */
    max-width: 1640px;
    margin: 0 auto;
    background-color: #fff;
	padding-bottom: 30px;
    /* box-sizing: border-box; */
}

/* =========================
   4. 페이지 타이틀 (1640px)
   ========================= */
.page-title-section {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 50px 0;
    margin: 0 30px 0px 30px;
    box-sizing: border-box;
}
.page-title-section img {
    width: 30px;
    height: 30px;
    display: block;
}
.page-title-section h2 {
    font-size: 1.4rem;
    font-weight: bold;
    color: #232241;
    margin: 0;
}


a {
  text-decoration: none;
  color: inherit;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* img {
  max-width: 100%;
  height: auto;
  display: block;
} */

.text-strong {
  /* font-size: 0.95rem; */
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.07em;
}

.kdl-text-strong {
  font-family: Cambria, 'Times New Roman', serif;
  font-style: italic;
  color: #9747FF;
  font-weight: 600;
  letter-spacing: 0.07em;
}

/* 타이틀 */
.section-title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 30px 0px 30px;
  padding: 70px 45px 0 45px;
}
.section-title img {
  width: 34px; height: 34px; display: block;
}
.section-title h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #232241;
  margin: 0;
}


.phrase-emph {
  font-style: italic;
  font-weight: bold;
  color: #0799F4;
}

/* Utility Classes */
.text-center { text-align: center; }
.mt-0 { margin-top: 0px; }
.mt-1 { margin-top: 8px; }
.mt-2 { margin-top: 16px; }
.mb-2 { margin-bottom: 16px; }
.hidden { display: none !important; }

/* 계층적 타이포그래피 스케일 */
h1 { font-size: 2.5rem; margin-bottom: 0.5em; }
h2 { font-size: 2rem; margin-bottom: 0.75em; }
h3 { font-size: 1.75rem; margin-bottom: 0.75em; }
h4 { font-size: 1.5rem; margin-bottom: 0.75em; }
p, li, label { font-size: 1rem; /* margin-bottom: 1em; */ }
small { font-size: 0.875rem; }

/* 반응형 타이포그래피 */
@media (max-width: 768px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.75rem; }
}
@media (max-width: 480px) {
  h1 { font-size: 1.6rem; }
  h2 { font-size: 1.5rem; }
}

/* 전역 변수 정의 */
:root {
  --kdl-placeholder: #b1b7c5;
}

/* 모든 입력의 placeholder 색 적용 */
input::placeholder,
textarea::placeholder {
  color: var(--kdl-placeholder);
  opacity: 1;               /* 브라우저가 자동으로 연하게 만드는 것 방지 */
}
/* Summernote placeholder도 동일 적용 */
.note-editor .note-placeholder {
  color: var(--kdl-placeholder) !important;
  opacity: 1 !important;
}

/* Select Box placeholder 처럼 적용_required + 빈 값일 때만 연한색으로 */
select:required:invalid {
  color: var(--kdl-placeholder);
}
/* 실제 값이 선택되면 정상 색 */
select:valid {
  color: #343a40;
}
/* 드롭다운 항목 텍스트 색은 보통 이렇게 기본색 */
select option { color: #343a40; }

/* 아웃라인 설정 */
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none;
    border: 1px solid #348bee; /* 예: 파란색 */
    /* box-shadow: 0 0 0 2px #bae2ff;   원하는 효과 추가 */
}

/* 버튼 공통 */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  border-radius: 25px;
  /* font-family: inherit; */
  font-family: 'Spoqa Han Sans Neo', 'Noto Sans KR', Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  gap: 8px;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  letter-spacing: 0.07rem;
}
.btn-large {
  width: 130px;
  height: 40px;
  padding: 0 15px;
  font-size: 18px;
  color: #fff;
  background-color: #348BEE;
}
.btn-medium {
  height: 35px;
  padding: 0 15px;
  font-size: 16px;
  color: #fff;
  background-color: #348BEE;
}
.btn-small {
  height: 25px;
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
  background-color: #348BEE;
}

.btn:hover {
  transform: translateY(-2px);
}
.btn-border-white {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.btn-border-white:hover {
  background: #fff;
  color: #003366;
}
.btn-dupcheck, .btn-domain_list {
  background-color: #e9ecef;
  color: #495057;
  border: 1px solid #ced4da;
  height: 40px;
  border-radius: 5px;
  box-shadow: none;
}
.btn-dupcheck:hover, .btn-domain_list:hover {
  background-color: #dee2e6;
  border-color: #adb5bd;
}
.btn.btn-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-agreement {
  height: 40px;
  padding: 0 15px;
  font-size: 1.04rem;
  border-radius: 22px;
  background: linear-gradient(90deg, #8a50f7 30%, #397af3 100%);
  color: #fff;
  /* font-weight: bold; */
  border: none;
  box-shadow: 0 2px 8px #8a50f74a;
  cursor: pointer;
  letter-spacing: 0.02em;
  transition: background 0.18s;
  display: flex;
  align-items: center;
  gap: 6px;
}
.btn-agreement:hover {
  background: linear-gradient(90deg, #397af3 30%, #8a50f7 100%);
}
.btn-agreement:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.btn-save {
  padding: 0 15px;
  font-size: 1.04rem;
  border-radius: 22px;
  background: linear-gradient(90deg, #8a50f7 30%, #397af3 100%);
  color: #fff;
  /* font-weight: bold; */
  border: none;
  box-shadow: 0 2px 8px #8a50f74a;
  cursor: pointer;
  letter-spacing: 0.02em;
  transition: background 0.18s;
  align-items: center;
  gap: 6px;
}
.btn-save:hover {
  background: linear-gradient(90deg, #397af3 30%, #8a50f7 100%);
}
.btn-save:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.kdl-small-text {
  font-size: 0.78em;
  /* font-weight: bold; */
  color: #ffee88;
  margin-right: 3px;
  letter-spacing: 0.06em;
  font-family: Cambria, 'Times New Roman', serif;
  font-style: italic;
}

.btn-file-upload {
  font-size: 1rem;
  width: 150px;
  height: 25px;
  background: #348BEE;         /* 파란색 */
  color: #fff;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 22px;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
}

.btn-file-upload:hover,
.btn-file-upload:focus {
  background: #73aef2;        /* 아주 연한 파랑(hover) */
  color: #5d43a8;
  box-shadow: 0 2px 10px #d7c0ff33;
}
/* Flex & Grid 공통 */
.flex { display: flex; }
.flex-col { flex-direction: column; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.space-between { justify-content: space-between; }
.gap-4 { gap: 1rem; }
.gap-2 { gap: 0.5rem; }

.grid { display: grid; }
.grid-cols-2 { grid-template-columns: repeat(2, 1fr); }
.grid-cols-3 { grid-template-columns: repeat(3, 1fr); }

/* 색상 관련 공통 클래스 */
.text-primary { color: #348BEE; }
.text-secondary { color: #666; }
.bg-primary { background-color: #348BEE; }
.bg-secondary { background-color: #f4f7f6; }

/* Box Shadow 효과 */
.box-shadow-sm { box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
.box-shadow-md { box-shadow: 0 4px 8px rgba(0,0,0,0.15); }
.box-shadow-lg { box-shadow: 0 6px 12px rgba(0,0,0,0.2); }

/* Border-radius 공통 */
.rounded-sm { border-radius: 4px; }
.rounded-md { border-radius: 8px; }
.rounded-lg { border-radius: 16px; }

/* Opacity 공통 */
.opacity-50 { opacity: 0.5; }
.opacity-75 { opacity: 0.75; }
.opacity-90 { opacity: 0.9; }

/* 입력필수 항목 */
.required {
    color: #dc3545;
    font-weight: 500;
}

/* 4. 입력 폼 공통 */
.input-field-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 15px;
}
.modal-input-label {
  min-width: 108px;
  font-size: 1.01rem;
  color: #4f4f4f;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-right: 6px;
  margin-bottom: 2px;
  line-height: 1.2;
}

.input-field {
  width: 100%;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid #348BEE;
  border-radius: 5px;
  font-size: 16px;
  color: #343a40;
  background-color: #fff;
  box-sizing: border-box;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.input-field::placeholder {
  color: #BDBDBD;
  opacity: 0.8;
}
.input-field:focus {
  outline: none;
  border-color: #348BEE;
  box-shadow: 0 0 7px rgba(52,139,238,0.7);
}
/* ===== readonly 상태 ===== */
.input-field[readonly],
.input-field:read-only {
  background-color: #f5f7fa;   /* 살짝 흐린 배경으로 읽기 전용 표기 */
  color: #6c757d;               /* 글자색도 약간 연하게 */
  border-color: #dfe3e8;        /* 테두리도 연하게 */
  cursor: default;              /* 커서는 기본(텍스트 선택 가능) */
}

/* readonly일 때 포커스 효과 제거(파란 글로우 방지) */
.input-field[readonly]:focus,
.input-field:read-only:focus {
  border-color: #dfe3e8;
  box-shadow: none;
}

/* 완전 비활성화 상태까지 함께 처리하고 싶다면 주석 해제
.input-field:disabled {
  background-color: #f0f2f5;
  color: #9aa0a6;
  border-color: #e5e7eb;
  cursor: not-allowed;
  box-shadow: none;
}
*/



/* 삭제대상 */
/* .input-field-with-btn {
  flex: 1;
  margin-right: 8px;
} */

/* 파일 업로드 */
/* .file-upload-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.file-name {
  width: 220px;
  min-width: 100px;
  background: rgba(255,255,255,0.7);
  border: 1px solid #0799F4;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 1.04rem;
  color: #272d2d;
}

.file-name-wrap {
  position: relative;
  display: inline-block;
  width: 100%;      input의 width와 맞춰주세요
  vertical-align: middle;
} */

/* .file-cancel-btn {
  margin-left: 8px;
  background: #f6f6f8;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 7px;
  height: 36px;
  font-size: 0.97em;
  cursor: pointer;
  transition: background 0.18s;
}
.file-cancel-btn:hover {
  background: #ffe0e0;
  color: #b80000;
  border-color: #ffaaaa;
} */

/* .file-cancel-x {
  position: absolute;
  top: 50%;
  right: 6px;  input 우측에서 6px
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #bdbdbd;
  font-size: 18px;
  padding: 0;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.file-cancel-x:hover {
  color: #ff5555;
} */



/* 5. 드롭다운(select) */
.custom-select {
  width: 100%;
  max-width: 400px;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  appearance: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'><path fill='%23333' d='M2 0L0 2h4z'/></svg>") no-repeat 95% center/8px;
  box-sizing: border-box;
  transition: border-color 0.2s;
}
.custom-select:focus {
  outline: none;
  border-color: #348BEE;
}

/* 6. 출력 박스 */
.output-box {
  padding: 8px 12px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  max-width: 400px;
  box-sizing: border-box;
}

/* 7. 체크박스 */
.comm-checkbox {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #348BEE;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}
.comm-checkbox:checked::after {
  content: '\2713';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  color: #666;
  font-size: 16px;
  font-weight: bold;
}

/* 8. 이메일 입력 컨테이너 */
.email_input_container {
  display: flex;
  align-items: center;
  height: 40px;
  border: 1px solid #348BEE;
  border-radius: 5px;
  overflow: hidden;
}
.email_local_part {
  flex: 1;
  padding: 0 10px;
  border: none;
  font-size: 16px;
  background: transparent;
}
.at_symbol {
  padding: 0 5px;
  font-size: 16px;
  background: transparent;
}
.domain_section {
  position: relative;
  flex: 1.5;
  border-left: 1px solid #ccc;
  background: transparent;
}
.email_domain_input {
  width: 100%;
  padding: 0 10px;
  border: none;
  font-size: 16px;
  background: transparent;
}
.dropdown_arrow-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  cursor: pointer;
}
.custom_domain_list {
  position: absolute;
  top: 100%; left: 0;
  width: 100%;
  max-height: 125px;
  overflow-y: auto;
  border: 1px solid #348BEE;
  border-radius: 0 0 5px 5px;
  background: #fff;
  display: none;
  z-index: 10;
}
.custom_domain_list li {
  padding: 10px;
  cursor: pointer;
}
.custom_domain_list li:hover { background: #f0f0f0; }
.domain_section.active .custom_domain_list {
  display: block;
}

hr {
  margin: 10px 20px;
  border: none;
  border-top: 2px solid #43a2f7;
}

/* ===== 공통 (agreement-row, 체크박스, 라벨, 내용보기 버튼) ===== */
/* .agreement-info-wrap {
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  margin-top: 15px;
} */
/* .agreement-items {
  flex: 0 0 auto;
  min-width: 220px;
} */

/* .agreement-row {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1.01rem;
  padding: 3px;
} */

/* .agreement-row input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  accent-color: #348BEE;
} */

/* .agreement-row label {
  flex-grow: 1;
  font-size: 0.9375rem;
  cursor: pointer;
  color: #495057;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 0;
} */
/* .agreement-submit-button {
  flex: 1 1 0;
  display: flex;
  justify-content: center;
  align-items: center;
} */
/* .agreement-row label span {
  color: #dc3545;  (필수) 빨간색
  font-weight: 500;
} */
/* .agreement-row label span.optional {
  color: #6c757d;
} */

/* 내용보기 버튼 (공통) */
/* .btn-agree-content {
  background: none;
  border: none;
  color: #397af3;
  text-decoration: underline;
  cursor: pointer;
  font-size: 0.87em;
  margin-left: 6px;
  padding: 0 4px;
  transition: color 0.15s;
  vertical-align: middle;
} */
/* .btn-agree-content:hover {
  color: #7f2edb;
  text-decoration: inherit;
}
 */
 
 /* 동의 영역 */
.agreement-info-wrap {
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    margin-top: 22px;
}
.agreement-items {
    flex: 0 0 auto;
    min-width: 220px;
}
.agreement-row {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 2px 0;
}
.agreement-row label {
    flex-grow: 1;
    /* font-size: 0.94rem; */
    font-size: 1rem;
    color: #0e0e0e;
    font-weight: 300;
    display: flex;
    align-items: center;
    margin: 0;
}
.agreement-row label span {
    color: #dc3545;
    font-weight: 400;
}
.agreement-row label span.optional {
    color: #6c757d;
}
.btn-agree-content {
    margin-left: 7px;
    padding: 2px 8px;
    font-size: 0.94em;
    font-weight: 300;
    color: #0e0e0e;
    background: #e4eef9;
    border: 1px solid #348BEE;
    border-radius: 20px;
    /* text-decoration: underline; */
    cursor: pointer;
    transition: background 0.15s;
}
.btn-agree-content:hover {
    background: #ede7ff;
    color: #004D99;
    text-decoration: none;
}
.agreement-submit-button {
    flex: 1 1 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 전화상담 프로모션 */
.promotion-phone-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 520px;
    /* padding: 38px 30px 0 30px; */
    border-radius: 16px;
    box-sizing: border-box;
}
.phone-background-img {
    position: absolute;
    left: 50%; top: 45%;
    transform: translate(-50%, -50%);
    width: 400px; height: 100%;
    z-index: 1;
    background: url('/resources/images/main/counsel/trickle_le.svg') no-repeat center center;
    background-size: contain;
    pointer-events: none;
    /* opacity: 0.65; */
}
.promotion-desc {
	margin: 0px;
	margin-bottom: 100px;
    font-size: 1.4rem;
	font-weight: 500;
    text-align: center;
    z-index: 2;
}
.promotion-content {
    margin: 40px auto;
    min-width: 270px;
    max-width: 400px;
    text-align: center;
    z-index: 2;
}
.promotion-center {
    color: #383838;
    font-weight: 600;
    font-size: 1.4rem;
    margin-bottom: 80px;
    letter-spacing: 0.15em;
}
.promotion-text {
    font-size: 1.2rem;
    color: #0799F4;
    line-height: 2.2;
    margin-bottom: 80px;
}
.promotion-tel {
    font-size: 1.25rem;
    font-weight: 700;
    color: #9747FF;
    margin-bottom: 80px;
}
.promotion-tel-label {
    font-family: Cambria, serif;
    font-style: italic;
    margin-right: 4px;
}
.promotion-tel-number {
    font-size: 1.25em;
    font-weight: bold;
    letter-spacing: 1px;
}
.promotion-point {
    color: #0799F4;
    font-weight: 600;
    font-size: 1.35rem;
}
.promotion-bottom {
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    z-index: 2;
    color: #383838;
    line-height: 1.7;
}

/* ========================================== */
/* 우측 하단 퀵 메뉴 (플로팅 버튼) 스타일 */
/* ========================================== */
.kdl-quick-menu {
    position: fixed;
    right: 25px;
    bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px; /* 버튼 사이 간격 */
    z-index: 9999;
}

.quick-btn {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    transition: all 0.2s ease-in-out;
    border: none;
    cursor: pointer;
}

.quick-btn:hover {
    transform: translateY(-5px); /* 마우스 올리면 살짝 위로 뜸 */
    box-shadow: 0 6px 15px rgba(0,0,0,0.25);
}

.quick-btn img {
    width: 32px;
    height: 32px;
    margin-bottom: 4px;
}

.quick-btn span {
    font-size: 0.9rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.5px;
}

/* 개별 버튼 색상 설정 */
.btn-calc {
    background-color: #3e5e99; /* KDL 메인 블루 계열 */
}
.btn-phone {
    background-color: #0799F4; /* 밝은 파랑 */
}
.btn-kakao {
    background-color: #FEE500; /* 카카오 공식 노란색 */
}
.btn-kakao span {
    color: #3c1e1e; /* 카카오 버튼 글씨는 어둡게 */
}
.btn-top {
    background-color: #ffffff;
    border: 1px solid #ddd;
    width: 60px;
    height: 60px;
    margin: 10px auto 0 auto; /* TOP 버튼은 살짝 작게 */
}
.btn-top span {
    color: #666;
}
.btn-top .arrow-up {
    font-size: 1.1rem;
    margin-bottom: 2px;
}

/* 모바일 화면에서는 크기를 살짝 줄임 */
@media (max-width: 768px) {
    .kdl-quick-menu { right: 15px; bottom: 20px; gap: 8px; }
    .quick-btn { width: 55px; height: 55px; }
    .quick-btn img { width: 20px; height: 20px; }
    .quick-btn span { font-size: 0.65rem; }
    .btn-top { width: 45px; height: 45px; }
}

/* End of globals.css */