/* 얖옆 */
#badgePopup{
	 position: fixed;
	z-index: 500; 
	left: 20px; 
	  top:12%;;
	display: none;
} 
	
	
#badgePopup.active{
	display:none;
}
	
 /* X 닫기 버튼 */
  .badge-close {
    margin-top: 8px;
    width: 28px;
    height: 28px;
    background: rgba(30, 30, 30, .75);
    color: #fff;
    font-size: 13px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s, transform .2s;
    backdrop-filter: blur(4px);
    position: relative;
    left: 45%;
    border-radius: 50%;
    border: none;
    padding: 0;
}
	
  .badge-close:hover { background: rgba(180,40,40,.85); transform: scale(1.15); }

	
 /* X 닫기 버튼 */
  .badge2-close {

    width: 28px;
    height: 28px;
    color: #353535;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s, transform .2s;
    backdrop-filter: blur(4px);
    position: relative;
    left: 45%;
    border-radius: 50%;
    border: none;
    padding: 0;
}/* margin-top: 5px; */
	
.quick-btns {
     position: fixed;
    display: inline-block;
    width: 70px;
    right: 20px;
    z-index: 500;
    top: 150px;
}
	
		
 .quick-btns a{   display: inline-block; }

.quick-btns img{ width: 60px; margin-top: 5px;}
	
	
	.quick_hugi{ text-align: center;
    width: 60px;
    background: #fff;
    padding: 0 10px;
    border-radius: 10px;
    right: 5px;
    position: relative;
    margin-bottom: 30px;
box-shadow: 0 0 10px rgb(181 181 181 / 60%);
}
	
	
  .quick-btn:hover { opacity: .9; }
  .quick-btn .icon { font-size: 18px; line-height: 1; }
  .qb-1 { }
  .qb-2 {  }
  .qb-3 { }
  .qb-chat { }
  .qb-kakao { }
  .qb-naver { }
	
.scroll_wrap{
		position: absolute;
    top: 172px;
    left: 50%;
    width: 1200px;
    margin-left: -600px;
    z-index: 100;
}


	
	
	/* 상단 메뉴 */

	
.header {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
	

/* 1. 최상단 유틸리티 메뉴 */
.util-nav {
    background-color: #9cb947; /* 이미지 상단의 연두색 라인 */
    padding: 6px 0;
    text-align: right;
    font-size: 11px;
}
.util-nav .header {
    color: #fff;
}
.util-nav a {
    color: #fff;
}
.util-nav .bar {
    margin: 0 6px;
    color: rgba(255, 255, 255, 0.5);
}

/* 2. 메인 헤더 */
.main-header {
background-color: #fff;
    z-index: 100;
    position: fixed;
    top: 28px;
    left: 0;
    width: 100%;
    box-shadow: 5px 4px 5px 0px rgb(0 0 0 / 7%);
	
}

.main-header.active{
		  top: 0px;
	}

	
	
	
.header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px; /* 메인 메뉴 높이 */
}

/* 로고 영역 */
.logo a {
    display: flex;
    flex-direction: column;
}
.logo-title {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    letter-spacing: -1px;
}
.logo-sub {
    font-size: 10px;
    color: #888;
    margin-top: -2px;
}

/* 메인 메뉴 */
.gnb_2 {
    height: 100%;
	margin-left: 30px;
}
.main-menu {
    display: flex;
    height: 100%;
}
.main-menu > li {
    position: relative;
    padding: 0 25px;
    display: flex;
    align-items: center;
    height: 100%;
}

/* 메인 메뉴 텍스트 */
.menu-title {
    font-size: 18px!important;
    font-weight: 600;
    color: #444!important;
    display: block;
    line-height: 100px;
}
/* '변한의원 소개'처럼 활성화된 메뉴 색상 */
.menu-title.active {
    color: #8fa739; 
}

/* 3. 드롭다운 서브 메뉴 */
.sub-menu {
display: none; /*  기본 상태는 숨김 */	
	
}
	
.sub-menu ul{
	position: absolute;
    top: 100px;
    background: #fff;
    text-align: left;
    border-radius: 10px;
    width: 119px;
   padding: 5px 20px 20px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    left: 5px;
}
	
	
.sub-menu li {
    margin-top: 15px;
}
.sub-menu li a {
    font-size: 17px;
    transition: color 0.2s ease;
	color: #858d99;
	font-weight: 500;
} 

/* 마우스 호버 효과 */
.main-menu > li:hover .sub-menu {
    display: block; /* 마우스 올리면 서브메뉴 노출 */
}
.main-menu > li:hover .menu-title {
    color: #8fa739; /* 마우스 올렸을 때 메인메뉴 색상 변경 */
}
.sub-menu li a:hover {
    color: #759518; /* 서브메뉴 호버시 글씨 진하게 */
	font-weight: 700;

}/* 333*/

/* 4. 우측 전화번호 박스 */
.phone-info {
background-color: #f1f4f9;
    padding: 12px 24px;
    border-radius: 50px;
   width: 195px;
	
}

.phone-info a{
    display: flex;
    align-items: center;
    gap: 5px; /* 문구와 번호 사이의 간격 최소화 */
    white-space: nowrap;
}

.phone-label {
   font-size: 16px;
    color: #6a7993;
    margin-right: 15px;
    font-weight: 600;
}
.phone-number {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    letter-spacing: -1px;
}

/* 명의  */
.left_pop {
    display: none; /* [추가] 기본적으로 화면에서 숨김 */
    position: fixed;
    bottom: 0;
    z-index: 3;
    left: 20px;
    transform: translateY(0); 
    transition: all 0.4s ease-out;
    padding-bottom: 20px;
}/* bottom: 20%;*/

.left_pop img {
    width: 190px;
}
.left_pop.active {
    display: block; /* [선택] 만약 active 클래스로 조절하고 싶다면 사용되나, 현재 JS 기준으론 아래 코드가 맞습니다 */
    bottom: 506px;
    transform: translateY(0);
}
.left_pop li {
    border-radius: 20px;
    margin-bottom: 15px;
}
.left_pop li img {
    border-radius: 20px;
}