/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
/* 퀵메뉴 컨테이너 고정 (우측 20px, 화면 중앙쯤) */
.fixed-quick-menu {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    width: 80px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    overflow: hidden;
    border: 1px solid #eee;
}

.fixed-quick-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fixed-quick-menu li {
    border-bottom: 1px solid #eee;
}

.fixed-quick-menu li:last-child {
    border-bottom: none;
}

.fixed-quick-menu li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 5px;
    font-size: 12px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.fixed-quick-menu li a i {
    font-size: 20px;
    margin-bottom: 8px;
    color: #007bff; /* 병원 메인 컬러 */
}

/* 카카오톡 버튼 색상 특화 */
.fixed-quick-menu li a[href="#kakao"] i {
    color: #FEE500;
    background-color: #3c1e1e;
    padding: 5px;
    border-radius: 5px;
}

/* 호버 효과 */
.fixed-quick-menu li a:hover {
    background-color: #f8f9fa;
    color: #007bff;
}

/* Top 버튼 특화 */
.fixed-quick-menu li .btn-top {
    background-color: #555;
    color: #fff;
}
.fixed-quick-menu li .btn-top i {
    color: #fff;
}
.fixed-quick-menu li .btn-top:hover {
    background-color: #333;
}

/* 모바일 대응 (화면 작을 때 아래쪽으로 배치) */
@media (max-width: 768px) {
    .fixed-quick-menu {
        right: 10px;
        width: 60px;
    }
    .fixed-quick-menu li a {
        font-size: 10px;
        padding: 10px 2px;
    }
    .fixed-quick-menu li a i {
        font-size: 16px;
    }
}

/*footer*/
.footer_wanj {
  background-color: #222;
  color: #999;
  font-size: 14px;
  line-height: 1.6;
  font-family: 'Noto Sans KR', sans-serif;
}

.footer_wanj .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

/* 상단 메뉴 영역 */
.footer_wanj .footer_top {
  border-bottom: 1px solid #333;
  padding: 8px 0;
}

.footer_wanj .footer_menu {
  list-style: none;
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.footer_wanj .footer_menu a {
  color: #ccc;
  text-decoration: none;
  font-weight: 500;
}

.footer_wanj .footer_menu li:first-child a {
  color: #fff; /* 개인정보처리방침 강조 */
}

/* 하단 정보 영역 */
.footer_wanj .footer_bottom {
  padding: 10px 0  20px;
}

.footer_wanj .footer_logo {
  color: #fff;
  font-size: 20px;
  margin-bottom: 8px;
}

.footer_wanj .info_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 14px;
}

.footer_wanj .branch {
  flex: 1;
  min-width: 300px;
}

.footer_wanj .branch_name {
  display: block;
  color: #eee;
  font-size: 16px;
  margin-bottom: 10px;
  border-bottom: 1px solid #444;
  padding-bottom: 4px;
}

.footer_wanj .branch p {
  margin: 3px 0;
}

.footer_wanj .copyright {
  font-size: 12px;
  color: #666;
  margin-top: 4px;
}

/* 모바일 대응 */
@media (max-width: 768px) {
  .footer_wanj .info_grid {
    flex-direction: column;
    gap: 20px;
  }
}
