회사명: 밍글 스튜디오 | 대표: 김희진
-
주소: (21330) 인천광역시 부평구 주부토로 236, 인천테크노밸리 A동 B105호
-
전화: 010-9288-9190 | 비지니스 문의: minglestudio@minglestudio.co.kr | 예약 문의: help@minglestudio.co.kr
+
주소: (21330) 인천광역시 부평구 주부토로 236, 인천테크노밸리 U1센터 A동 B105호
+
전화: 010-9288-9190 | 비즈니스 문의: minglestudio@minglestudio.co.kr | 예약 문의: help@minglestudio.co.kr
사업자등록번호: 208-12-73755
© 2025 밍글 스튜디오. All rights reserved.
diff --git a/css/popup.css b/css/popup.css
index 3a0aa53..80ff599 100644
--- a/css/popup.css
+++ b/css/popup.css
@@ -209,6 +209,13 @@
color: #ff8800;
}
+/* CTA 버튼 컨테이너 */
+.popup-buttons {
+ display: flex;
+ flex-direction: column;
+ gap: 8px;
+}
+
/* CTA 버튼 */
.popup-cta {
background: linear-gradient(135deg, #ff8800 0%, #ff9933 100%);
@@ -223,7 +230,6 @@
border: none;
width: 100%;
box-shadow: 0 4px 15px rgba(255, 136, 0, 0.3);
- margin-top: 5px;
}
.popup-cta:hover {
@@ -231,6 +237,19 @@
box-shadow: 0 6px 20px rgba(255, 136, 0, 0.4);
}
+/* 서브 CTA 버튼 (서비스 내용 보기) */
+.popup-cta-secondary {
+ background: white;
+ color: #ff8800;
+ border: 2px solid #ff8800;
+ box-shadow: 0 2px 8px rgba(255, 136, 0, 0.15);
+}
+
+.popup-cta-secondary:hover {
+ background: #fff8f0;
+ box-shadow: 0 4px 12px rgba(255, 136, 0, 0.25);
+}
+
/* 팝업 푸터 */
.popup-footer {
display: flex;
diff --git a/gallery.html b/gallery.html
index 2182a9e..11fcabd 100644
--- a/gallery.html
+++ b/gallery.html
@@ -181,8 +181,8 @@