

 

* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'SUIT Variable', sans-serif;
        }
ul li {list-style: none;}
        body {
            background-color: #fff;
            color: #333;
            line-height: 1.6;
        }

        /* Header Styles */
        header {
            background-color: #FCEAE0;
            padding: 15px;
			height: 80px;
            align-items: center;
        }

        .logo {
            display: flex;
            align-items: center;
        }

        .logo h1 {
            font-size: 24px;
            font-weight: 700;
            margin-right: 10px;
        }

        .logo span {
            font-size: 14px;
            color: #666;
        }

        .main-nav {
            display: flex;
            gap: 45px;
			
        }

        .main-nav a {
            text-decoration: none;
            color: #333;
            font-size: 17px;
			line-height: 50px;
        }

        /* Container Styles */
        .container {
            max-width: 1460px;
            margin: 0 auto;
            padding: 40px 0px;
			min-height: 900px;
        }

        /* Sidebar Styles */
        .sidebar {
            width: 340px;
            float: left;
            margin-right: 40px;
        }

        .user-info {
            border: 1px solid #eee;
            padding:35px;
            margin-bottom: 20px;
			background: #FFFDFB;
        }

        .user-info p {
            margin-bottom: 10px;
        }

        .points {
            font-weight: bold;
        }

        .btn-sm-outline {
            background-color: #fff;
            border: 1px solid #cacaca;
            padding: 7px 15px;
			display: flex;
			align-items: center;
			gap:10px;
			font-size: 12px;
            cursor: pointer;
            width: 100%;
			height: 30px;
        }
		
		.btn-sm-outline .icon_out {width:10px;}
        .btn-md-outline {
            background-color: #fff;
            border: 1px solid #E4E9F2;
            padding: 5px 10px;
			font-size: 15px;
            cursor: pointer;
            width: 100%;
			height:42px;
        }

        .sidebar-menu {
            border: 1px solid #eee;
            margin-bottom: -1px;
			height: 64px;
        }

     .sidebar-menu.on {
            border: 1px solid #000;
            background: #000;
		 	color: #fff;
        }

        .menu-title {
            padding: 15px;
            position: relative;
            cursor: pointer;
			line-height:35px;
        }

        .menu-title::after {
            content: '';
			width:5px;
			height:8px;
			background: url("../images/admin/arrow_r.svg");
			background-size: 100% 100%;
            position: absolute;
			top:25px;
            right: 25px;
        }


        /* Main Content Styles */
        .main-content {
            margin-left: 390px;
        }

        .page-title {
            font-size: 28px;
            margin-bottom: 30px;
            font-weight: 500;
        }

        .breadcrumb-common {
            text-align: right;
            margin-bottom: 20px;
            font-size: 13px;
            color: #888;
        }

        .breadcrumb-common a {
            color: #888;
            text-decoration: none;
        }

        .section-title {
            font-size: 18px;
            margin: 40px 0 20px;
			padding: 10px 40px;
            font-weight: 500;
			background: #FFFDFB;
			border: 1px solid #EDEDED;
        }

        /* Stats Section */
        .stats-section {
            display: flex;
            flex-wrap: wrap;
            margin-bottom: 30px;
            border-top: 1px solid #eee;
            border-left: 1px solid #eee;
        }

        .stat-box {
            flex: 1;
            min-width: 180px;
            padding: 15px 30px;
            border-right: 1px solid #eee;
            border-bottom: 1px solid #eee;
            text-align: left;
        }


        .stat-box2 {
            margin: 40px 0 20px;
			padding: 40px;
			background: #FFFDFB;
			border: 1px solid #EDEDED;
			min-height: 480px;
        }

		.stat-box3 {
            margin: 40px 0 20px;
			padding: 40px;
			background: #fff;
			border: 1px solid #E4E9F2;
			min-height: 480px;
        }

		.box-inline {
			margin: 0px auto;
			max-width: 880px;
		}

		.box-inline2 {
            margin: 10px auto;
			padding: 0;
			background: #fff;
			border: 1px solid #E3E3E3;
        }
		.input-box1 {
            margin: 20px auto;
			max-width: 880px;
			padding: 10px 20px;
			background: #F4F4F4;
			border: 1px solid #E3E3E3;
        }
		.input-box2 {
            margin: 20px auto;
			max-width: 880px;
			padding: 10px 20px;
			background: #fff;
			border: 1px solid #E3E3E3;
        }
		.input-box1 p, .input-box2 p {color: #9E9E9E; font-size: 12px; height: 20px;}
		.input-box1 p::after,.input-box2 p::after {
			content: '*';
			font-size: 18px;
			margin-left: 5px;
			vertical-align: -5px;
			color: #FA2222; 
		}
		.input-box1 input[type=text],
		.input-box2 input[type=text],
		.input-box2 input[type=password]{
			width:100%;
			background-color: transparent;
			border:0px;
			height:30px;
		}

		dl.write-box {
            margin: 40px 0 20px;
			padding: 0px;
			border: 1px solid #EDEDED;
			min-height: 480px;
			background: #fff;
        }
		dl.write-box dt {
			padding: 15px 30px;
			background: #FFFDFB;
			border-bottom: 1px solid #EDEDED;
			height: 58px;
        }
		dl.write-box dd {
			padding: 15px 30px;
		}

        .stat-label {
            font-size: 13px;
            color: #666;
            margin-bottom: 10px;
        }

        .stat-value {
            font-size: 20px;
            font-weight: bold;
        }

        .stat-unit {
            font-size: 14px;
            color: #888;
        }

        /* Table Styles */
		.tbl_sty02 {
			width: 100%;
			border-collapse: collapse;
			margin-bottom: 40px;
			/*max-width: 700px;*/
		}
		.tbl_sty02 th {
			text-align: center;
			background: #FCEAE0;
			padding: 15px;
			font-size: 17px;
			border-bottom: 1px solid #fff;
			border-right: 1px solid #fff;
		}
		.tbl_sty02 th:first-child {
			border-left: 1px solid #FCEAE0;
		}
		.tbl_sty02 td {
			text-align: center;
			background: #fff;
			font-size: 15px;
			padding: 15px;
			border-bottom: 1px solid #E4E9F2;
			border-right: 1px solid #E4E9F2;
		}

		

		.tbl_sty02 td:first-child {
			border-left: 1px solid #E4E9F2;
		}

 /* Table Styles */
		.tbl_sty03 {
			width: 100%;
			border-collapse: collapse;
			margin-bottom: 40px;
		}
		.tbl_sty03 th {
			text-align: center;
			padding: 15px;
			font-size: 17px;
			border-bottom: 1px solid #2B2B2B;
		}
		.tbl_sty03 tr {border-bottom: 1px solid #E3E3E3;}
		.tbl_sty03 td {
			background: #fff;
			font-size: 15px;
			padding: 15px;
			
		}
		.tbl_sty03 .border-0 {border-bottom: 0px}
        .data-table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 40px;
        }
		
		.data-table th:first-child, .data-table td:first-child {border-left: 1px solid #eee;}
        .data-table th, .data-table td {
            padding: 12px 10px;
			border-right: 1px solid #eee;
            border-bottom: 1px solid #eee;
            text-align: center;
            font-size: 14px;
        }

        .data-table th {
            background-color: #FFFDFB;
            font-weight: 500;
			 border-top: 1px solid #eee;
        }

        .data-row {
            position: relative;
        }

        .data-row:hover {
            background-color: #f5f5f5;
        }

        .status-dot {
            display: inline-block;
            width: 8px;
            height: 8px;
            background-color: #000;
            border-radius: 50%;
            margin-right: 5px;
        }


		.status-text {
			border-radius: 10px; background: #EFEFEF;
			padding: 2px 0;
            color: #e74c3c;
            font-size: 12px;
			margin:5px auto;
			width: 60px;
        }



        /* Footer Styles */
        footer {
            background-color: #FCEAE0;
            padding: 40px 50px;
            clear: both;
        }

        .footer-container {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
        }

        .footer-logo {
            margin-bottom: 20px;
        }

        .footer-logo h2 {
            font-size: 24px;
            font-weight: 700;
        }

        .footer-info p {
            font-size: 13px;
            color: #666;
            margin-bottom: 5px;
        }

        .footer-links {
            display: flex;
            flex-wrap: wrap;
        }

        .footer-column {
            margin-left: 50px;
            min-width: 120px;
        }

        .footer-column h3 {
            font-size: 15px;
            margin-bottom: 10px;
        }

        .footer-column ul {
            list-style: none;
        }

        .footer-column li {
            margin-bottom: 7px;
        }

        .footer-column a {
            text-decoration: none;
            color: #3A3335;
            font-size: 13px;
        }

        .copyright {
            font-size: 12px;
            color: #888;
            margin-top: 20px;
        }

        /* Responsive Styles */
        @media (max-width: 1024px) {
            .sidebar {
                width: 200px;
            }
            .main-content {
                margin-left: 240px;
            }
        }

        @media (max-width: 768px) {
            header {
                flex-direction: column;
                padding: 15px 20px;
            }
            .main-nav {
                margin-top: 15px;
                flex-wrap: wrap;
                justify-content: center;
            }
            .sidebar {
                float: none;
                width: 100%;
                margin-right: 0;
                margin-bottom: 30px;
            }
            .main-content {
                margin-left: 0;
            }
            .footer-container {
                flex-direction: column;
            }
            .footer-links {
                margin-top: 30px;
            }
            .footer-column {
                margin-left: 0;
                margin-right: 30px;
                margin-bottom: 20px;
            }
        }

        @media (max-width: 576px) {
            .stat-box {
                min-width: 140px;
            }
            .data-table {
                font-size: 12px;
            }
            .data-table th, .data-table td {
                padding: 8px 5px;
            }
        }




		.form-group {
            margin-bottom: 20px;
        }

        .form-label {
            display: block;
            margin-bottom: 8px;
            font-size: 15px;
            font-weight: 400;
        }

        .required {
            color: #e74c3c;
            margin-left: 2px;
        }

        .form-control {
            display: block;
            width: 100%;
            /*padding: 12px 15px;*/
            font-size: 14px;
            line-height: 1.5;
            color: #333;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 3px;
            transition: border-color 0.2s ease-in-out;
        }

        .form-control:focus {
            outline: none;
            border-color: #5d9cd6;
        }

        .form-control::placeholder {
            color: #aaa;
        }

        .image-upload {
            border: 1px dashed #ddd;
            border-radius: 3px;
            padding: 20px;
            text-align: center;
            background-color: #f8f8f8;
            position: relative;
            height: 140px;
            width: 140px;
            margin-bottom: 5px;
            cursor: pointer;
        }

        .image-upload-icon {
            font-size: 24px;
            color: #888;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .image-upload-text {
            font-size: 12px;
            color: #888;
            margin-top: 5px;
        }

        .upload-counter {
            font-size: 12px;
            color: #888;
            margin-top: 5px;
        }

        .editor-container {
            margin-bottom: 20px;
        }

        .editor-toolbar {
            display: flex;
            flex-wrap: wrap;
            gap: 5px;
            padding: 8px;
            background-color: #f8f8f8;
            border: 1px solid #ddd;
            border-bottom: none;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

        .editor-button {
            background: none;
            border: none;
            padding: 5px 8px;
            font-size: 14px;
            color: #555;
            cursor: pointer;
            border-radius: 3px;
        }

        .editor-button:hover {
            background-color: #e5e5e5;
        }

        .editor-dropdown {
            padding: 5px 8px;
            font-size: 14px;
            color: #555;
            border: 1px solid #ddd;
            border-radius: 3px;
            background-color: #fff;
            cursor: pointer;
        }

        .editor-content {
            min-height: 300px;
            padding: 15px;
            border: 1px solid #ddd;
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
            font-size: 14px;
            line-height: 1.6;
            color: #555;
        }

        /* Responsive Styles */
        @media (max-width: 768px) {
            .editor-toolbar {
                flex-wrap: wrap;
                gap: 3px;
                padding: 5px;
            }
            
            .editor-button {
                padding: 4px 6px;
                font-size: 12px;
            }
            
            .editor-dropdown {
                padding: 4px 6px;
                font-size: 12px;
            }
        }

        @media (max-width: 576px) {
            .image-upload {
                width: 120px;
                height: 120px;
            }
        }


        .search-group {
            display: flex;
            gap: 10px;
        }

        .search-input {
            flex-grow: 1;
        }

        .search-button {
            background-color: #f5f5f5;
            border: 1px solid #ddd;
            color: #333;
            font-size: 14px;
            cursor: pointer;
            border-radius: 3px;
            white-space: nowrap;
        }

        .search-button:hover {
            background-color: #e8e8e8;
        }

        .map-container {
            width: 100%;
            height: 440px;
            margin: 15px 0;
            border: 1px solid #ddd;
            overflow: hidden;
        }

        .map-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .time-selector {
            margin-bottom: 45px;
			max-width: 350px;
        }

        .day-row {
            
            align-items: center;
            margin: 15px 0;
        }

        .day-label {
            width: 60px;
            font-size: 14px;
        }

        .time-inputs {
            display: flex;
            align-items: center;
            gap: 10px;
            margin:10px 0;
        }

        .time-input {
            width: 120px !important;
            min-width: 120px !important;
            padding: 8px;
            border: 1px solid #ddd;
            border-radius: 3px;
            font-size: 14px;
        }

        .circle-checkbox {
            position: relative;
            display: inline-block;
            width: 70px;
            height: 24px;
            margin-right: 10px;
        }

        .circle-checkbox input[type="checkbox"] {
            opacity: 0;
            width: 0;
            height: 0;
        }

        .checkmark {
            position: absolute;
            top: 0;
            left: 0;
            width: 20px;
            height: 20px;
            background-image: url("../images/admin/round_check_l.svg");
        }

        .circle-checkbox input:checked ~ .checkmark {
        }

        .checkmark:after {
            content: "";
            position: absolute;
            display: none;
        }

        .circle-checkbox input:checked ~ .checkmark:after {
            display: block;
        }

        .circle-checkbox .checkmark:after {
            left: 0px;
            top: 0px;
            width: 20px;
            height: 20px;
			background-image: url("../images/admin/round_check_g.svg");
        }


        .checkbox-label {
			position: absolute;
            top: 0;
            left: 0px;
			width:60px;
			padding-left:25px;
            font-size: 16px;
            color: #888;
            transition: color 0.2s ease-in-out;
        }
        
        /* This makes the label text color change when checkbox is checked */
        .circle-checkbox input:checked ~ .checkbox-label,
        input:checked ~ .checkbox-label {
            color: #3cbe81;
        }



		.square-checkbox {
            position: relative;
            display: inline-block;
            width: 24px;
            height: 24px;
            margin-right: 10px;
        }

        .square-checkbox input[type="checkbox"] {
            opacity: 0;
            width: 0;
            height: 0;
        }

        .s-checkmark {
            position: absolute;
            top: 0;
            left: 0;
            width: 24px;
            height: 24px;
            background: url("../images/admin/square_check_l.svg") no-repeat;
        }

        .square-checkbox input:checked ~ .s-checkmark {
        }

        .s-checkmark:after {
            content: "";
            position: absolute;
            display: none;
        }

        .square-checkbox input:checked ~ .s-checkmark:after {
            display: block;
        }

        .square-checkbox .s-checkmark:after {
            left: 0px;
            top: 0px;
            width: 24px;
            height: 24px;
			background: url("../images/admin/square_check_g.svg") no-repeat;
        }

        /* Responsive Styles */
        @media (max-width: 768px) {
            .search-group {
                flex-direction: column;
            }
            
            .search-button {
                width: 100%;
            }
            
            .day-row {
                flex-direction: column;
                align-items: flex-start;
            }
            
            .time-inputs {
                margin-left: 0;
                margin-top: 10px;
                width: 100%;
            }
        }

        @media (max-width: 576px) {
            .time-inputs {
                flex-wrap: wrap;
            }
        }


.review-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
        }
        .review-date {
            color: #666;
            font-size: 14px;
        }
        .star-rating {
            color: #ffc107;
            font-size: 20px;
            margin-bottom: 5px;
        }
        .review-meta {
            color: #666;
            font-size: 14px;
            margin-bottom: 20px;
        }
        .section-title {
            font-size: 18px;
            font-weight: bold;
            margin: 0 0 15px;
            color: #333;
        }
        .review-index .section-title {
            margin-top: 30px;
        }
        .review-section {
            flex: 1;
        }
        .info-section {
            width: 280px;
        }
        .review-index {
            display: flex;
			gap:20px;
            justify-content: space-between;
            margin-bottom: 30px;
        }
        .review-content {
            flex: 1;
            line-height: 1.8;
            padding-right: 20px;
        }
        .hospital-info {
            padding: 15px 0;
        }
        .doctor-profile {
            display: flex;
            align-items: center;
        }
        .doctor-image {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            margin-right: 15px;
            background-color: #e0e0e0;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .doctor-image img {
            width: 50px;
            height: 50px;
            border-radius: 50%;
        }
        .hospital-name {
            color: #000;
        }
        .review-image {
            
            max-width: 120px;
            height: 120px;
            margin: 20px 0;
            background-color: #f0f0f0;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
        }
        .review-image img {
            width: 50px;
            opacity: 0.3;
        }
        .report-button {
            text-align: right;
        }
        .report-button .b-01 {
            background-color: #fff;
            border: 1px solid #dee2e6;
            border-radius: 4px;
            padding: 5px 30px;
			width: 160px;
            color: #495057;
            cursor: pointer;
            font-size: 14px;
			margin-bottom: 5px;
        }

		.report-button .b-02 {
            background-color: #FCEAE0;
            border: 1px solid #FCEAE0;
            border-radius: 4px;
            padding: 12px ;
			width: 160px;
            color: #000;
            cursor: pointer;
            font-size: 14px;
        }
        .answer-content {
            padding: 0px;
            margin: 20px 0;
        }




.signup-container {
            width: 80%;
            max-width: 800px;
            padding: 20px;
	margin: 0 auto;
        }
        
        .progress-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative;
        }
        
        .progress-line {
            position: absolute;
            top: 50%;
            left: 140px;
            right: 140px;
			height: 0px;
			border-bottom: 2px dashed #ddd;
            z-index: 1;
        }
        
        .step {
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
            z-index: 2;
        }
        
        .step-number {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size:18px;
            color: white;
            margin-bottom: 10px;
			padding-top: 3px;
        }
        
        .step-label {
            font-size: 20px;
            color: #555;
        }
        
        .step.active .step-number {
            background-color: #000;
            border-color: #000;
        }
        
        .step.inactive .step-number {
            background-color: #aaa;
            border-color: #aaa;
        }
        
        /* 폼 스타일링 추가 */
        .form-container {
            background: white;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        /* 반응형 디자인 */
        @media (max-width: 768px) {
            .step-number {
                width: 60px;
                height: 60px;
                font-size: 24px;
            }
            
            .step-label {
                font-size: 18px;
            }
            
            .progress-line {
                left: 100px;
                right: 100px;
            }
        }
        
        @media (max-width: 480px) {
            .step-number {
                width: 50px;
                height: 50px;
                font-size: 20px;
            }
            
            .step-label {
                font-size: 16px;
            }
            
            .progress-line {
                left: 80px;
                right: 80px;
            }
        }

        /* 팝업디자인 */
 		.popup-container {
            width: 100%;
            max-width: 480px;
            background-color: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
			 position: absolute;
			 top:30%;
			 left:50%;
			 transform: translate(-50%, -30%);
			 z-index: 12345;
        }
        
        .popup-header {
            padding: 20px;
            text-align: center;
            position: relative;
            border-bottom: 1px solid #eee;
        }
		
        .popup-title {
            font-size: 18px;
            font-weight: 600;
        }
        
        .close-btn {
            position: absolute;
            right: 20px;
            top: 20px;
            background: none;
            border: none;
            font-size: 20px;
            cursor: pointer;
            color: #777;
        }
        
        .popup-content {
            padding: 30px 20px;
        }
        
        .popup-subtitle {
            text-align: center;
            margin-bottom: 30px;
            font-size: 16px;
            color: #333;
        }
        
        .point-options {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px;
            margin-bottom: 30px;
        }
        
        .point-option {
            padding: 20px 10px;
            border: 1px solid #ddd;
            border-radius: 4px;
            text-align: center;
            cursor: pointer;
            transition: all 0.2s ease;
        }
        
        .point-option.selected {
            border: 2px solid #000;
            background-color: #fff;
        }
        
        .point-option:hover {
            border-color: #999;
        }
        
        .point-value {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 5px;
        }
        
        .point-price {
            font-size: 14px;
            color: #666;
        }
        
        .payment-methods {
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee;
            padding: 20px 0;
            margin-bottom: 20px;
        }
        
        .payment-method {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
            padding: 5px 0;
        }
        
        .payment-method:last-child {
            margin-bottom: 0;
        }
        
        .payment-method input[type="checkbox"] {
            margin-right: 10px;
            width: 18px;
            height: 18px;
        }
        
        .payment-method-label {
            font-size: 14px;
            flex-grow: 1;
        }
        
        .payment-method-button {
            background: none;
            border: none;
            color: #999;
            font-size: 14px;
            cursor: pointer;
            text-decoration: underline;
        }
        
        .total-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
            padding: 10px 0;
        }
        
        .total-label {
            font-size: 16px;
            font-weight: 600;
        }
        
        .total-value {
            font-size: 20px;
            font-weight: 700;
        }
        
        .confirm-button {
            display: block;
            width: 100%;
            padding: 15px;
            background-color: #000;
            color: white;
            border: none;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            border-radius: 4px;
        }
        
        .confirm-button:hover {
            background-color: #333;
        }

        
        .search-box {
            width: 100%;
            position: relative;
            margin-bottom: 20px;
        }
        
        .search-input {
            width: 100%;
            padding: 15px;
            border: 1px solid #ddd;
            border-radius: 5px;
            font-size: 14px;
            outline: none;
        }
        
        .search-icon {
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            color: #888;
        }
        
        .tab-container {
            display: flex;
            border-bottom: 1px solid #eee;
        }
        
        .tab {
            flex: 1;
            text-align: center;
            padding: 15px;
            font-size: 16px;
            cursor: pointer;
            position: relative;
        }
        
        .tab.active {
            color: #333;
            font-weight: 500;
        }
        
        .tab.active:after {
            content: '';
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #333;
        }
        
        .doctor-list {
            max-height: 400px;
            overflow-y: auto;
        }
        
        .doctor-item {
            display: flex;
            align-items: center;
            padding: 15px 20px;
            border-bottom: 1px solid #eee;
        }
        
      
        
        .doctor-info {
            flex: 1;
        }
        
        .doctor-name {
            font-size: 16px;
            font-weight: 500;
            color: #333;
        }
        
        .doctor-number {
            font-size: 16px;
            color: #666;
            text-align: right;
        }


        /* 포인트 충전 팝업 스타일 */
        .popup-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            z-index: 1000;
            display: none !important; /* !important 추가로 확실히 숨김 */
            visibility: hidden; /* 추가 */
            opacity: 0; /* 추가 */
        }

        .popup-overlay.show {
            display: block !important;
            visibility: visible;
            opacity: 1;
        }

        .popup-container {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: white;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            width: 500px;
            max-width: 90vw;
            max-height: 90vh;
            overflow-y: auto;
            z-index: 1001;
        }

        /* 운영시간 레이아웃 강제 수정 - 최고 우선순위 */
        div[id*="time_inputs"] {
            display: block !important;
            width: 100% !important;
        }

        div[id*="time_inputs"] .time-row {
            display: flex !important;
            align-items: center !important;
            gap: 10px !important;
            margin-bottom: 5px !important;
        }

        div[id*="time_inputs"] input[type="time"] {
            display: inline-block !important;
            width: 120px !important;
            min-width: 120px !important;
            flex-shrink: 0 !important;
            padding: 8px !important;
            border: 1px solid #ddd !important;
            border-radius: 3px !important;
            font-size: 14px !important;
        }

        div[id*="time_inputs"] span {
            display: inline !important;
            margin: 0 5px !important;
            flex-shrink: 0 !important;
        }

        div.day-time-error, div[id*="_error"] {
            display: block !important;
            width: 100% !important;
            margin-top: 10px !important;
            color: #e74c3c !important;
            font-size: 13px !important;
            clear: both !important;
        }

