/* S-Core Dream ÆùÆ® ·Îµå */
/*@import url('https://fonts.googleapis.com/css2?family=S-Core+Dream:wght@300;400;500;600;700;800;900&display=swap');*/
@import url('https://cdn.jsdelivr.net/gh/ungveloper/web-fonts/SCoreDream/font-face.css');

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

/* ¸ÞÀÎ ÆäÀÌÁö Àü¿ë ÄÜÅÙÃ÷ ¿©¹é Ã³¸® */
body.main-page .content {
  width: 1440px;
  min-width: 1440px;
  margin-top: 110px;
  margin: 0 auto;
}

/* ¸ÞÀÎ ÆäÀÌÁö Àü¿ë wrap ½ºÅ¸ÀÏ - LNB ¿µÇâ Á¦°Å */
body.main-page .wrap {
  width: 100vw;
  margin: 0;
  margin-left: 0;
}

/* ¸ÞÀÎ ÆäÀÌÁö Àü¿ë ÇªÅÍ - °¡¿îµ¥ Á¤·Ä */
.main-page .footer .container {
  width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ¸ÞÀÎ°ú ¼­ºêÆäÀÌÁö °øÅë ÄÜÅÙÃ÷ ½ºÅ¸ÀÏ */

/* °øÁö»çÇ× ÅÇ ½ºÅ¸ÀÏ */
.notice-tabs,
body.main-page .notice-tabs {
  display: flex;
  gap: 40px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.notice-tab,
body.main-page .notice-tab {
  background: none;
  border: none;
  padding: 16px 0;
  font-size: 16px;
  font-weight: 500;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  border-radius: 0;
}

.notice-tab.active,
body.main-page .notice-tab.active {
  color: #111827;
  font-weight: 600;
}

.notice-tab.active::after,
body.main-page .notice-tab.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: #dc2626;
  border-radius: 1px;
}

.notice-tab:hover:not(.active),
body.main-page .notice-tab:hover:not(.active) {
  color: #374151;
}

.notice-more,
body.main-page .notice-more {
  background: none;
  border: none;
  padding: 0;
  font-size: 14px;
  color: #3b82f6;
  cursor: pointer;
  transition: color 0.2s ease;
  font-weight: 500;
  text-decoration: none;
}

.notice-more:hover,
body.main-page .notice-more:hover {
  color: #1e40af;
}

/* °øÁö»çÇ× ¸®½ºÆ® ½ºÅ¸ÀÏ ÅëÇÕ */
.notice-list,
body.main-page .notice-list {
  display: flex;
  flex-direction: column;
  padding: 6px 20px 0 20px;
  gap: 0;
  flex: 1;
  overflow: hidden;
}

.notice-item,
body.main-page .notice-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 18px 0;
  border-bottom: 1px dotted #d1d5db;
  transition: all 0.2s ease;
  gap: 16px;
}

.notice-item:last-child,
body.main-page .notice-item:last-child {
  border-bottom: none;
}

.notice-title,
body.main-page .notice-title {
  flex: 1;
  min-width: 0;
}

.notice-title a,
body.main-page .notice-title a {
  color: #111827;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  transition: color 0.2s ease;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notice-title a:hover,
body.main-page .notice-title a:hover {
  color: #1e3a8a;
}

.notice-date,
body.main-page .notice-date {
  color: #6b7280;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
  flex-shrink: 0;
  min-width: 80px;
  text-align: right;
}

/* Á¤º¸ ¼½¼Ç ½ºÅ¸ÀÏ */
.info-section,
body.main-page .info-section {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.info-section.notice-section,
body.content .info-section.notice-section {
  background: #fff;
  border-radius: 16px;
  padding: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e7eb;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 370px;
}

/* ¼­ºê¸ÞÀÎ ÆäÀÌÁö Àü¿ë notice-section ½ºÅ¸ÀÏ */
body.content .info-section.notice-section {
  background: #fff;
  border-radius: 16px;
  padding: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e7eb;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 300px;
}

.info-section.partner-section,
body.content .info-section.partner-section {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e7eb;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 300px;
}

.info-section.partner-section .info-section-title,
body.content .info-section.partner-section .info-section-title,
body.contente .info-section.partner-section .info-section-title {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  margin: 0;
}

.info-section-row,
body.main-page .info-section-row {
  margin-bottom: 10px;
}

/* °øÁö»çÇ× Çì´õ */
.notice-header, .notice-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 8px 20px 16px 20px;
  background: #f8f9fa;
  border-bottom: 1px solid #e5e7eb;
  border-radius: 16px 16px 0 0;
}

/* ¸ÞÀÎ ÆäÀÌÁö Àü¿ë - °øÁö»çÇ× Çì´õ ÇÏ´Ü ÆÐµù Á¦°Å */
body.main-page .notice-header {
  padding-bottom: 0;
}

.notice-header .info-section-title,
body.content .notice-header .info-section-title,
body.content .notice-header .info-section-title {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  margin: 0;
}

/* ÆË¾÷¿ë notice-list ½ºÅ¸ÀÏ */
.popup-content .notice-list {
  margin: 20px 0;
  padding: 16px;
  background: #f8f9fa;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
}

.popup-content .notice-list p {
  margin: 8px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #374151;
}

.popup-content .notice-list p:first-child {
  margin-top: 0;
}

.popup-content .notice-list p:last-child {
  margin-bottom: 0;
}

/* ¸ÞÀÎ ¹è³Ê ¿µ¿ª */
.main-banner {
  background: transparent;
  height: 300px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: visible;
  padding: 40px 0 40px 20px;
  z-index: 1;
}

.banner-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

.banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.banner-left {
  flex: 0 0 400px;
  animation: fadeInLeft 1s ease-out;
  position: relative;
  z-index: 100;
}

.banner-subtitle {
  font-size: 16px;
  font-weight: 300;
  color: #6b7280;
  margin-bottom: 12px;
  letter-spacing: -1px;
  font-family: 'S-Core Dream', sans-serif;
  position: relative;
  z-index: 101;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.banner-title {
  font-size: 30px;
  font-weight: 700;
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 35%, #2563eb 65%, #1e40af 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #2B4EA0; /* fallback for browsers that don't support background-clip */
  line-height: 1.6;
  margin-bottom: 20px;
  letter-spacing: -2px;
  font-family: 'S-Core Dream', sans-serif;
  position: relative;
  z-index: 101;
}

.banner-title .thin-text {
  font-weight: 300;
}

.banner-center {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeInUp 1s ease-out 0.3s both;
  position: relative;
  z-index: 1;
  background-image: url('../images/main_visual.png');
  background-repeat: no-repeat;
  background-position: calc(50% + 40px) center;
  background-size: 640px auto;
  height: 500px;
  min-height: 400px;
  margin: 0 30px;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.banner-illustration {
  display: none;
}

/* ¼­ºñ½º ¹Ù·Î°¡±â */
.service-shortcuts {
  position: relative;
  overflow: hidden;
  background: transparent;
  z-index: 10;
  padding: 20px 0 0 0;
}

.service-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 10;
}

.service-box {
  display: flex;
  align-items: center;
  gap: 30px;
  background: #1e3a8a;
  border-radius: 25px;
  padding: 20px 30px;
  position: relative;
  overflow: visible;
}

.service-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

.service-menu {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 0 5px;
  overflow: visible;
  gap: 10px;
}

.service-title {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  min-width: 140px;
  flex-shrink: 0;
  font-family: 'S-Core Dream', sans-serif;
}

.service-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 12px 16px;
  border-radius: 8px;
  background: transparent;
  backdrop-filter: none;
  border: none;
  min-width: 120px;
  position: relative;
  overflow: visible;
  flex: 1;
  height: 60px;
  justify-content: flex-start;
  gap: 12px;
}

.service-item:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.service-item:hover img {
  transform: scale(1.05);
}

.service-item:hover span {
  color: #fff;
}

.service-item img {
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  filter: none;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.service-item span {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  line-height: 1.3;
  display: block;
  max-width: 100px;
}

.quote-section {
  padding: 40px 0;
  background: transparent;
}

.quote-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

.quote-wrapper {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e7eb;
  overflow: hidden;
  min-height: 320px;
  padding: 16px 0 0 0;
}

.quote-tabs {
  background: transparent;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 0;
}

.quote-header {
  background: transparent;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 0;
}

.quote-title-section {
  display: flex;
  align-items: center;
  padding: 0 20px 10px 20px;
  border-bottom: 1px solid #e5e7eb;
}

.quote-main-title {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin: 0;
}

.btn-quote-result {
  background: #3b82f6;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.btn-quote-result:hover {
  background: #2563eb;
  transform: translateY(-1px);
}

/* °ßÀû¿äÃ» Çì´õ ³» ¼½¼Ç ¹öÆ° ½ºÅ¸ÀÏ Á¶Á¤ */
.quote-title-section .btn-section-blue {
  min-width: 100px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
}

/* ¸ÞÀÎ ÅÇ */
.main-tabs {
  display: flex;
  border-bottom: 1px solid #e5e7eb;
}

.main-tab {
  flex: 1;
  padding: 16px 20px;
  background: #f8f9fa;
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s ease;
  border-right: 1px solid #e5e7eb;
}

.main-tab:last-child {
  border-right: none;
}

.main-tab.active {
  background: #374151;
  color: #fff;
}

.main-tab:hover:not(.active) {
  background: #e5e7eb;
  color: #374151;
}

/* ¼­ºê ÅÇ */
.sub-tabs {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 6px 20px 0 20px;
  background: #f8f9fa;
  border-bottom: 1px solid #e5e7eb;
  border-radius: 0;
}

.sub-tab {
  background: none;
  border: none;
  font-size: 15px;
  font-weight: 500;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 14px 0;
  border-radius: 0;
  white-space: nowrap;
  position: relative;
}

.sub-tab.active {
  color: #111827;
  font-weight: 600;
}

.sub-tab.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: #dc2626;
  border-radius: 1px;
}

.sub-tab:hover:not(.active) {
  color: #374151;
}

/* ºê·¹µåÅ©·³ separator´Â Ç¥½Ã, ±âÅ¸´Â ¼û±è */
.location .separator {
  display: inline;
}

.separator {
  display: none;
}

/* ÄÜÅÙÃ÷ ·¡ÆÛ */
.quote-content-wrapper {
  background: transparent;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  padding: 0 20px 20px 20px;
}

/* ÄÜÅÙÃ÷ ¿µ¿ª */
.quote-content {
  background: transparent;
  border-radius: 0;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-sizing: border-box;
  flex: 1;
}

.empty-message {
  color: #9ca3af;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 160px;
}

/* °ßÀû°á°ú ¸®½ºÆ® ½ºÅ¸ÀÏ */
.quote-result-list {
  padding: 20px;
}

.quote-result-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.quote-result-item:last-child {
  border-bottom: none;
}

.quote-info {
  flex: 1;
}

.quote-details {
  display: flex;
  align-items: center;
  gap: 10px;
}

.quote-status {
  padding: 3px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
}

.quote-status.completed {
  background-color: #dcfce7;
  color: #059669;
}

.quote-status.processing {
  background-color: #dbeafe;
  color: #1e3a8a;
}

.quote-date {
  font-size: 12px;
  color: #666;
}

.quote-amount {
  font-size: 18px;
  font-weight: 600;
  color: #1e3a8a;
}

/* °ßÀû¿äÃ» ¸®½ºÆ® ½ºÅ¸ÀÏ */
.quote-list {
  width: 100%;
  height: 240px;
  padding: 8px 0;
}

.quote-item {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid #e5e7eb;
  background: white;
  transition: background-color 0.2s ease;
}

.quote-item:hover {
  background-color: #f8f9fa;
}

.quote-item:last-child {
  border-bottom: none;
}

.quote-number {
  flex: 0 0 100px;
  font-size: 13px;
  font-weight: 600;
  color: #6366f1;
  background-color: #eef2ff;
  padding: 4px 8px;
  border-radius: 4px;
  text-align: center;
  margin-right: 16px;
}

.quote-item .quote-title {
  flex: 1;
  margin-right: 16px;
}

.quote-item .quote-title a {
  color: #374151;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.4;
  display: block;
}

.quote-item .quote-title a:hover {
  color: #1e3a8a;
  text-decoration: underline;
}

/* Empty State ½ºÅ¸ÀÏ */
.empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 240px;
  padding: 40px 20px;
}

.empty-icon {
  margin-bottom: 8px;
}

.empty-icon img {
  width: 80px;
  height: 75px;
}

.empty-text {
  font-size: 16px;
  color: #9ca3af;
  font-weight: 500;
  text-align: center;
}

.empty-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 240px;
  padding: 40px 20px;
  font-size: 16px;
  color: #9ca3af;
  font-weight: 500;
  text-align: center;
}

/* ¼­ºê ÄÜÅÙÃ÷ ¹× Å×½ºÆ® ¸Þ½ÃÁö ½ºÅ¸ÀÏ */
.sub-content {
  width: 100%;
  height: 100%;
}

.test-message {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #1e3a8a;
  text-align: center;
}

/* °øÁö»çÇ× ¼½¼Ç */
.notice-section {
  padding: 0 0 40px 0;
  background: transparent;
}

.notice-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

/* °øÁö»çÇ× ÅÇ */
.notice-tabs {
  display: flex;
  gap: 40px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.notice-tab {
  background: none;
  border: none;
  padding: 16px 0;
  font-size: 16px;
  font-weight: 500;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  border-radius: 0;
}

.notice-tab.active {
  color: #111827;
  font-weight: 600;
}

.notice-tab.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: #dc2626;
  border-radius: 1px;
}

.notice-tab:hover:not(.active) {
  color: #374151;
}

.notice-more {
  background: none;
  border: none;
  padding: 0;
  font-size: 14px;
  color: #3b82f6;
  cursor: pointer;
  transition: color 0.2s ease;
  font-weight: 500;
  text-decoration: none;
}

.notice-more:hover {
  color: #1e40af;
}

.main-page .notice-right {
  flex: 1;
  height: 370px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e7eb;
  border-radius: 16px;
}

.help-right {
  flex: 0 0 328px;
}

/* °ßÀû Ä¶¸°´õ */
.quote-calendar {
  width: 328px;
  height: 370px;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e7eb;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.calendar-header h3 {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  margin: 0;
}

.calendar-nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-btn {
  background: none;
  border: none;
  font-size: 18px;
  color: #6b7280;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.nav-btn:hover {
  background: #f3f4f6;
  color: #374151;
}

.current-month {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  min-width: 60px;
  text-align: center;
}

.calendar-grid {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.quote-calendar .calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  margin-bottom: 8px;
}

.quote-calendar .weekday {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #6b7280;
  padding: 6px 0;
}

.quote-calendar .calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(6, 1fr);
  gap: 2px;
  flex: 1;
  height: 100%;
}

.quote-calendar .calendar-day {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #111827;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  padding: 0;
  border: none;
  background: transparent;
  width: 100%;
  height: 100%;
}

.quote-calendar .calendar-day:hover {
  background: #f3f4f6;
}

.quote-calendar .calendar-day.today {
  background: #1e3a8a !important;
  color: #fff !important;
  font-weight: 600;
}

.quote-calendar .calendar-day.other-month {
  color: #d1d5db !important;
}

.quote-calendar .calendar-day.has-quote {
  background: #dbeafe !important;
  color: #1e3a8a !important;
  font-weight: 500;
}

.quote-calendar .calendar-day.has-quote::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  background: #1e3a8a;
  border-radius: 50%;
}

/* ¿À´Ã ³¯Â¥ + °ßÀû ÀÖ´Â ³¯Â¥ Á¶ÇÕ ½ºÅ¸ÀÏ */
.quote-calendar .calendar-day.today.has-quote {
  background: #1e3a8a !important;
  color: #fff !important;
  font-weight: 600;
  border: 2px solid #fbbf24 !important;
}

.quote-calendar .calendar-day.today.has-quote::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  background: #fbbf24;
  border-radius: 50%;
}

.quote-calendar .calendar-day.completed {
  background: #dcfce7 !important;
  color: #059669 !important;
  font-weight: 500;
}

.quote-calendar .calendar-day.completed::after {
  background: #059669;
}

.calendar-legend {
  display: flex;
  gap: 16px;
  padding: 12px 0 12px 0;
  border-top: 1px solid #f1f5f9;
  margin-top: auto;
  flex-shrink: 0;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.legend-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.legend-dot.active {
  background: #1e3a8a;
}

.legend-dot.completed {
  background: #059669;
}

.legend-text {
  font-size: 12px;
  color: #6b7280;
}

/* Ä¶¸°´õ ·Îµù ½ºÅ¸ÀÏ */
.quote-calendar.loading {
  position: relative;
}

.quote-calendar.loading .calendar-content {
  opacity: 0.3;
  pointer-events: none;
}

.calendar-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border-radius: 16px;
}

.calendar-loading-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f4f6;
  border-top: 4px solid #1e3a8a;
  border-radius: 50%;
  animation: calendar-spin 1s linear infinite;
}

@keyframes calendar-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.calendar-loading-text {
  margin-top: 12px;
  font-size: 14px;
  color: #6b7280;
  font-weight: 500;
}

.calendar-loading-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* ·Îµù Áß ¼û±è Ã³¸® */
.quote-calendar.loading .calendar-grid,
.quote-calendar.loading .calendar-header,
.quote-calendar.loading .calendar-legend {
  opacity: 0.2;
  pointer-events: none;
}

/* ÆÄÆ®³Ê ¼½¼Ç */
.partner-section {
  padding: 0 0 60px 0;
  background: transparent;
}

.partner-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  gap: 8px;
  justify-content: flex-start;
}

.partner-item {
  flex: 1;
  background: #fff;
  border-radius: 16px;
  padding: 10px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  height: auto;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partner-info {
  text-align: center;
  position: relative;
  z-index: 2;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  letter-spacing: -0.1px;
  line-height: 1.4;
}

.partner-info img {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

.partner-name {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  letter-spacing: -0.1px;
  margin: 0;
}

.partner-phone {
  font-size: 12px;
  color: #666;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  margin: 0;
}

.partner-phone img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

/* ¸ÞÀÎ ¹è³Ê ·Î±×ÀÎ Æû ½ºÅ¸ÀÏ */
.banner-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  animation: fadeInUp 0.8s ease-out 0.3s both;
  position: relative;
  z-index: 100;
}

.login-section {
  width: 300px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.login-title {
  font-size: 20px;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 20px;
  text-align: center;
  font-family: 'S-Core Dream', sans-serif;
}

.login-form {
  margin-bottom: 0;
}

.login-field {
  margin: 20px 0 10px 0;
}

.login-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 6px;
  font-family: inherit;
}

.login-input {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px;
  color: #374151;
  background: #fff;
  transition: all 0.2s ease;
  font-family: inherit;
}

.login-input::placeholder {
  color: #9ca3af;
  font-size: 14px;
}

.login-input:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.login-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.login-sub-buttons {
  display: flex;
  gap: 8px;
}

.login-sub-buttons .btn-login-sub {
  flex: 1;
}

.btn-login-primary {
  margin-bottom: 24px;
  width: 100%;
  padding: 14px 20px;
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: inherit;
}

.btn-login-primary:hover {
  background: linear-gradient(135deg, #1e40af 0%, #2563eb 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.btn-login-sub {
  width: 100%;
  padding: 10px 16px;
  background: #f8f9fa;
  color: #6b7280;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: inherit;
}

.btn-login-sub:hover {
  background: #e5e7eb;
  border-color: #d1d5db;
  color: #374151;
}