20260205 업데이트(컨텐츠 페이지 연결)

This commit is contained in:
2026-02-05 10:06:09 +09:00
parent 5d52f6d37a
commit 6dcc2eb796
208 changed files with 8143 additions and 1524 deletions

View File

@@ -530,3 +530,39 @@ button {
cursor: pointer;
}
/* 모든 W2UI 그리드 헤더 텍스트와 정렬 아이콘을 중앙으로 */
.w2ui-col-header,
.w2ui-col-header > div {
display: flex !important;
justify-content: center !important; /* 가로 중앙 */
align-items: center !important; /* 세로 중앙 */
text-align: center !important;
}
/* 정렬 화살표 위치 조정 */
.w2ui-col-header .w2ui-sort-up,
.w2ui-col-header .w2ui-sort-down {
margin-left: 5px !important;
}
/* 1. 팝업 메인 제목 가운데 정렬 */
.w2ui-popup-title {
text-align: center !important;
padding-left: 0 !important;
}
/* 3. 합계(Summary) 행 문구 정렬 */
.w2ui-grid-summary td {
text-align: center !important;
}
/* 숫자 데이터 합계는 우측 정렬 유지 (선택 사항) */
/* nth-child를 사용하여 면적/금액 컬럼만 오른쪽으로 보낼 수 있습니다. */
.w2ui-grid-summary td:nth-child(n+9) {
text-align: right !important;
padding-right: 10px !important;
}

View File

@@ -1153,7 +1153,7 @@ html:has(.sitemap.open).lenis {
.floating-menu {
width: 80px;
position: fixed;
top: 124px;
top: 96px;
right: 0px;
z-index: 98;
padding: 61px 0 61px 8px;
@@ -1164,6 +1164,12 @@ html:has(.sitemap.open).lenis {
filter: drop-shadow(-4px 4px 10px rgba(0, 0, 0, 0.25));
overflow: hidden;
}
@media only screen and (max-width: 1439px) {
.floating-menu {
width: 64px;
padding: 52px 0 52px 6px;
}
}
.floating-menu ul {
width: 100%;
flex-direction: column;
@@ -1183,6 +1189,12 @@ html:has(.sitemap.open).lenis {
justify-content: center;
margin-bottom: 0;
}
@media only screen and (max-width: 1439px) {
.floating-menu li {
width: 60px;
height: 62px;
}
}
.floating-menu li a {
width: 100%;
height: 100%;
@@ -1216,10 +1228,21 @@ html:has(.sitemap.open).lenis {
position: relative;
z-index: 10;
}
@media only screen and (max-width: 1439px) {
.floating-menu li span {
font-size: 12px;
}
}
.floating-menu li i {
width: 28px;
height: 28px;
}
@media only screen and (max-width: 1439px) {
.floating-menu li i {
width: 24px;
height: 24px;
}
}
.floating-menu li i.ico-buy {
background-color: #fff;
-webkit-mask-image: url("../img/ico/ico_floating_buy.svg");
@@ -1426,11 +1449,14 @@ label {
[type=checkbox] {
width: 16px;
height: 16px;
aspect-ratio: 1/1;
cursor: pointer;
-webkit-appearance: none;
appearance: none;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Crect x='0.828125' y='1.33093' width='14.3382' height='14.3382' rx='0.642857' stroke='black' stroke-opacity='0.13'/%3E%3Cpath d='M11.6885 6.51624C11.6612 6.57757 11.6218 6.63277 11.5726 6.67855L7.0693 11.1759C6.97555 11.2695 6.84847 11.3221 6.71597 11.3221C6.58346 11.3221 6.45638 11.2695 6.36263 11.1759L4.53263 9.34522C4.44431 9.25043 4.39623 9.12507 4.39852 8.99554C4.4008 8.866 4.45328 8.74241 4.54488 8.6508C4.63649 8.55919 4.76008 8.50672 4.88962 8.50443C5.01915 8.50215 5.14452 8.55023 5.2393 8.63855L6.7173 10.1159L10.866 5.97188C10.9117 5.92276 10.9669 5.88336 11.0283 5.85603C11.0896 5.8287 11.1558 5.81401 11.2229 5.81282C11.2901 5.81164 11.3568 5.82399 11.419 5.84913C11.4813 5.87428 11.5378 5.91171 11.5853 5.95919C11.6328 6.00667 11.6702 6.06323 11.6954 6.12548C11.7205 6.18774 11.7329 6.25443 11.7317 6.32156C11.7305 6.3887 11.7158 6.45491 11.6885 6.51624Z' fill='white'/%3E%3C/svg%3E");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
[type=checkbox]:checked {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Crect x='0.328125' y='0.830933' width='15.3382' height='15.3382' rx='1.14286' fill='%231B7F63'/%3E%3Cpath d='M11.6885 6.51624C11.6612 6.57757 11.6218 6.63277 11.5726 6.67855L7.0693 11.1759C6.97555 11.2695 6.84847 11.3221 6.71597 11.3221C6.58346 11.3221 6.45638 11.2695 6.36263 11.1759L4.53263 9.34522C4.44431 9.25043 4.39623 9.12507 4.39852 8.99554C4.4008 8.866 4.45328 8.74241 4.54488 8.6508C4.63649 8.55919 4.76008 8.50672 4.88962 8.50443C5.01915 8.50215 5.14452 8.55023 5.2393 8.63855L6.7173 10.1159L10.866 5.97188C10.9117 5.92276 10.9669 5.88336 11.0283 5.85603C11.0896 5.8287 11.1558 5.81401 11.2229 5.81282C11.2901 5.81164 11.3568 5.82399 11.419 5.84913C11.4813 5.87428 11.5378 5.91171 11.5853 5.95919C11.6328 6.00667 11.6702 6.06323 11.6954 6.12548C11.7205 6.18774 11.7329 6.25443 11.7317 6.32156C11.7305 6.3887 11.7158 6.45491 11.6885 6.51624Z' fill='white'/%3E%3C/svg%3E");
@@ -1682,6 +1708,7 @@ label {
}
.popup-in.mypage .pop-body .my-history {
padding: 0;
width: 100%;
margin-top: 40px;
}
.popup-in.mypage .pop-body .my-history h5 {
@@ -1700,6 +1727,7 @@ label {
justify-content: space-between;
}
.popup-in.mypage .pop-body .my-history table {
min-width: 100%;
border: none;
border-top: 2px solid #000;
border-bottom: 2px solid rgba(0, 0, 0, 0.2);
@@ -1769,6 +1797,7 @@ label {
gap: 30px;
font-size: 18px;
font-weight: 500;
margin: 0;
display: flex;
align-items: center;
justify-content: center;
@@ -2208,7 +2237,6 @@ label {
border-radius: 2px;
position: relative;
cursor: pointer;
border: 1px solid rgba(0, 0, 0, 0.2);
background-color: rgba(255, 255, 255, 0.6666666667);
box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.1333333333);
padding: 0;

File diff suppressed because it is too large Load Diff