diff --git a/assets/styles.css b/assets/styles.css index f2b9260..c651f5c 100644 --- a/assets/styles.css +++ b/assets/styles.css @@ -290,8 +290,8 @@ button { cursor: pointer; } .toast.show { opacity: 1; transform: translateY(0); } .mobile-menu { display: none; } -/* EG-BIM Q&A list layout */ -.qa-list-page { max-width: 100%; overflow-x: hidden; background: #fff; } +/* EG-BIM support page layout */ +.qa-list-page, .egbim-page { max-width: 100%; overflow-x: hidden; background: #fff; } .qa-list-page .site-header { position: absolute; top: 0; right: 0; left: 0; z-index: 10; height: 88px; border-bottom: 0; background: transparent; color: #fff; } .qa-list-page .header-inner { max-width: none; padding: 0 48px; } .qa-list-page .brand { color: #fff; font-size: 29px; letter-spacing: -.04em; } @@ -305,18 +305,18 @@ button { cursor: pointer; } .qa-list-page .login-link [data-auth-name] { display: none; } .qa-list-page .user-icon { border-color: #fff; } .qa-list-page .user-icon::after { border-color: #fff; } -.qa-list-page .page-hero { position: relative; display: block; min-height: 482px; height: 482px; overflow: hidden; background: radial-gradient(circle at 53% 47%, rgba(17, 129, 178, .68) 0, rgba(17, 129, 178, .2) 20%, transparent 42%), radial-gradient(circle at 13% 35%, rgba(11, 92, 133, .58) 0, transparent 28%), radial-gradient(circle at 88% 18%, rgba(23, 76, 113, .35) 0, transparent 30%), linear-gradient(115deg, #061c2a 0%, #06121c 52%, #030509 100%); } -.qa-list-page .page-hero::before { position: absolute; inset: 0; content: ''; opacity: .22; background-image: radial-gradient(circle, rgba(255,255,255,.75) 0 2px, transparent 3px), linear-gradient(28deg, transparent 48%, rgba(137,211,239,.45) 49%, transparent 50%), linear-gradient(151deg, transparent 48%, rgba(137,211,239,.3) 49%, transparent 50%); background-position: 8% 30%, 0 0, 0 0; background-size: 170px 135px, 240px 190px, 310px 230px; } -.qa-list-page .hero-inner { position: relative; z-index: 1; padding: 190px 24px 0; text-align: center; } -.qa-list-page .hero-kicker { display: none; } -.qa-list-page .page-hero h1 { margin: 0 0 4px; color: #fff; font-size: 70px; font-weight: 700; letter-spacing: -.07em; } -.qa-list-page .page-hero p { color: #fff; font-size: 20px; font-weight: 500; } -.qa-list-page .sub-nav { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; background: rgba(0, 10, 17, .84); } -.qa-list-page .sub-nav-inner { width: 100%; max-width: none; } -.qa-list-page .sub-nav a { flex: 1 1 50%; padding: 18px 12px; color: #fff; font-size: 16px; font-weight: 700; } -.qa-list-page .sub-nav a[aria-current='page'] { background: rgba(0, 121, 116, .5); color: #ffc400; } -.qa-list-page .sub-nav a.disabled-tab { cursor: default; } -.qa-list-page .sub-nav a.disabled-tab:hover { background: transparent; color: #fff; } +.qa-list-page .page-hero, .egbim-page .page-hero { position: relative; display: block; min-height: 482px; height: 482px; overflow: hidden; background: radial-gradient(circle at 53% 47%, rgba(17, 129, 178, .68) 0, rgba(17, 129, 178, .2) 20%, transparent 42%), radial-gradient(circle at 13% 35%, rgba(11, 92, 133, .58) 0, transparent 28%), radial-gradient(circle at 88% 18%, rgba(23, 76, 113, .35) 0, transparent 30%), linear-gradient(115deg, #061c2a 0%, #06121c 52%, #030509 100%); } +.qa-list-page .page-hero::before, .egbim-page .page-hero::before { position: absolute; inset: 0; content: ''; opacity: .22; background-image: radial-gradient(circle, rgba(255,255,255,.75) 0 2px, transparent 3px), linear-gradient(28deg, transparent 48%, rgba(137,211,239,.45) 49%, transparent 50%), linear-gradient(151deg, transparent 48%, rgba(137,211,239,.3) 49%, transparent 50%); background-position: 8% 30%, 0 0, 0 0; background-size: 170px 135px, 240px 190px, 310px 230px; } +.qa-list-page .hero-inner, .egbim-page .hero-inner { position: relative; z-index: 1; padding: 190px 24px 0; text-align: center; } +.qa-list-page .hero-kicker, .egbim-page .hero-kicker { display: none; } +.qa-list-page .page-hero h1, .egbim-page .page-hero h1 { margin: 0 0 4px; color: #fff; font-size: 70px; font-weight: 700; letter-spacing: -.07em; } +.qa-list-page .page-hero p, .egbim-page .page-hero p { color: #fff; font-size: 20px; font-weight: 500; } +.qa-list-page .sub-nav, .egbim-page .sub-nav { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; background: rgba(0, 10, 17, .84); } +.qa-list-page .sub-nav-inner, .egbim-page .sub-nav-inner { width: 100%; max-width: none; } +.qa-list-page .sub-nav a, .egbim-page .sub-nav a { flex: 1 1 50%; padding: 18px 12px; color: #fff; font-size: 16px; font-weight: 700; } +.qa-list-page .sub-nav a[aria-current='page'], .egbim-page .sub-nav a[aria-current='page'] { background: rgba(0, 121, 116, .5); color: #ffc400; } +.qa-list-page .sub-nav a.disabled-tab, .egbim-page .sub-nav a.disabled-tab { cursor: default; } +.qa-list-page .sub-nav a.disabled-tab:hover, .egbim-page .sub-nav a.disabled-tab:hover { background: transparent; color: #fff; } .qa-list-page .page-shell { max-width: none; padding: 51px 10px 62px; } .qa-list-heading { margin: 0 0 40px; text-align: center; } .qa-list-heading h1 { margin: 0; font-size: 30px; line-height: 1.35; letter-spacing: -.06em; } @@ -358,12 +358,12 @@ button { cursor: pointer; } .qa-list-page .brand { font-size: 21px; } .qa-list-page .brand-mark { width: 29px; height: 22px; font-size: 23px; } .qa-list-page .header-tools { gap: 12px; } - .qa-list-page .page-hero { min-height: 390px; height: 390px; } - .qa-list-page .hero-inner { padding-top: 145px; } - .qa-list-page .page-hero h1 { font-size: 52px; } - .qa-list-page .page-hero p { font-size: 16px; } - .qa-list-page .sub-nav-inner { max-width: none; } - .qa-list-page .sub-nav a { padding: 14px 10px; font-size: 14px; } + .qa-list-page .page-hero, .egbim-page .page-hero { min-height: 390px; height: 390px; } + .qa-list-page .hero-inner, .egbim-page .hero-inner { padding-top: 145px; } + .qa-list-page .page-hero h1, .egbim-page .page-hero h1 { font-size: 52px; } + .qa-list-page .page-hero p, .egbim-page .page-hero p { font-size: 16px; } + .qa-list-page .sub-nav-inner, .egbim-page .sub-nav-inner { max-width: none; } + .qa-list-page .sub-nav a, .egbim-page .sub-nav a { padding: 14px 10px; font-size: 14px; } .qa-list-page .page-shell { padding: 39px 14px 55px; } .qa-list-heading { margin-bottom: 28px; } .qa-list-heading h1 { font-size: 26px; } diff --git a/egbim/detail.html b/egbim/detail.html index 38dd2f2..44f5df3 100644 --- a/egbim/detail.html +++ b/egbim/detail.html @@ -1,8 +1,8 @@ -문의 상세 | EG-BIM Q&A +문의 상세 | EG-BIM Q&A -
EG-BIM SUPPORT

Q&A

EG-BIM 관련 문의하기

+
EG-BIM SUPPORT

Q&A

EG-BIM 관련 문의하기

문의 상세

문의 내용과 답변을 확인할 수 있습니다.

문의 등록

문의 문의 제목

문의접수
2026-09-17작성자회사부서

첨부파일

첨부된 파일이 없습니다.

답변 0

diff --git a/egbim/write.html b/egbim/write.html index 56c248f..e45ec4d 100644 --- a/egbim/write.html +++ b/egbim/write.html @@ -1,8 +1,8 @@ -문의 등록 | EG-BIM Q&A +문의 등록 | EG-BIM Q&A -
EG-BIM SUPPORT

Q&A

EG-BIM 관련 문의하기

+
EG-BIM SUPPORT

Q&A

EG-BIM 관련 문의하기

문의 등록

로그인한 사용자 정보로 문의가 등록됩니다.

로그인 상태를 확인하고 있습니다.
공개 설정
개인정보, 비밀번호, 인증번호 등 민감한 정보는 입력하지 마세요.
파일은 presigned URL을 통해 qa_cdn 버킷에 저장됩니다. 파일당 최대 30MB