[기능] CLAUDE.md 파일 추가 및 package.json, package-lock.json 생성

This commit is contained in:
2026-02-02 22:12:32 +09:00
parent 7f7babecc0
commit 406048dd35
45 changed files with 1903 additions and 1673 deletions

View File

@@ -168,8 +168,6 @@ html .mainNotice .noticInnerWarp .noticeInner .mainNiticeList ul li dl dt, html
@media (min-width: 768px) {
html .mainNotice .noticInnerWarp .noticeInner .mainNiticeList ul li dl dt, html .mainNotice .noticInnerWarp .noticeInner .mainNiticeList ul li dl dd {
font-size: 1.6rem;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
}
@@ -268,8 +266,6 @@ html .hederWarp .headerInner .headerTop .headerGnb .topUtil .carlist span {
color: #676767;
font-weight: 400;
displaY: flex;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
min-width: 2.2rem;
}
@@ -308,8 +304,6 @@ html .hederWarp .headerInner .headerTop .headerGnb .topUtil .carlist .carItem.on
html .hederWarp .headerInner .headerTop .headerGnb .topUtil .carlist .carlistItem {
display: none;
position: absolute;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
min-width: 17rem;
top: 7.9rem;
@@ -350,8 +344,6 @@ html .hederWarp .headerInner .headerTop .headerGnb .topUtil .carlist .carlistIte
color: #9EA1A2;
font-weight: 400;
displaY: flex;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
html .hederWarp .headerInner .headerTop .headerGnb .topUtil .carlist .carlistItem ul li + li {
@@ -395,6 +387,10 @@ html .hederWarp .headerInner .headerTop .headerGnb .topUtil .gnbIcon .mMenuWarp
height: 100vh;
width: 100%;
min-width: 36rem;
-webkit-transition: right 0.3s;
-moz-transition: right 0.3s;
-ms-transition: right 0.3s;
-o-transition: right 0.3s;
transition: right 0.3s;
}
@media (min-width: 501px) {
@@ -555,8 +551,6 @@ html .hederWarp .headerInner .headerTop .headerGnb .topUtil .gnbIcon .mMenuWarp
color: #676767;
font-weight: 400;
displaY: flex;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
html .hederWarp .headerInner .headerTop .headerGnb .topUtil .gnbIcon .mMenuWarp .menu .gnbMenu ul li + li {
@@ -625,8 +619,6 @@ html .hederWarp .headerInner .headerTop .headerGnb .topUtil .gnbIcon .mMenuWarp
color: #676767;
font-weight: 400;
displaY: flex;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
html .hederWarp .headerInner .headerTop .headerGnb .topUtil .gnbIcon .mMenuWarp .user .userMenu ul li + li {
@@ -703,6 +695,7 @@ html .hederWarp .headerInner .headerTop .headerGnb .topUtil .gnbIcon .moblieMenu
content: "";
position: absolute;
left: -0.4rem;
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
}
html .hederWarp .headerInner .headerTop .headerGnb .topUtil .gnbIcon .moblieMenu .burgur .bot-line {
@@ -713,16 +706,19 @@ html .hederWarp .headerInner .headerTop .headerGnb .topUtil .gnbIcon .moblieMenu
content: "";
position: absolute;
left: -0.4rem;
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
}
html .hederWarp .headerInner .headerTop .headerGnb .topUtil .gnbIcon .moblieMenu .burgur.on {
width: 0;
}
html .hederWarp .headerInner .headerTop .headerGnb .topUtil .gnbIcon .moblieMenu .burgur.on .bot-line {
-webkit-transform: translateY(4px) rotate(135deg);
transform: translateY(4px) rotate(135deg);
background-color: #000;
}
html .hederWarp .headerInner .headerTop .headerGnb .topUtil .gnbIcon .moblieMenu .burgur.on .top-line {
-webkit-transform: translateY(-4px) rotate(-135deg);
transform: translateY(-4px) rotate(-135deg);
background-color: #000;
}
@@ -873,8 +869,6 @@ html .footer .hyundaiInner .tLeft .companyInfo ul + ul li:nth-child(1), html .fo
}
@media (min-width: 768px) {
html .footer .hyundaiInner .tLeft .companyInfo ul + ul li:nth-child(1), html .footer .hyundaiInner .tLeft .companyInfo ul + ul li:nth-child(2), html .footer .hyundaiInner .tLeft .companyInfo ul + ul li:nth-child(3), html .footer .hyundaiInner .tLeft .companyInfo ul + ul li:nth-child(4) {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
}
@@ -1568,4 +1562,6 @@ body#faq .pageTitle {
}
.relatedProducts .relatedList a:hover .relatedListItem {
border-color: #00AAD2 !important;
}
}
/*# sourceMappingURL=hyundai.css.map */

File diff suppressed because one or more lines are too long

View File

@@ -9,14 +9,6 @@
/*반응형, 브라우저 크기가 1204px 이상일때*/
/*넓이, 높이 자동 계산함수*/
/*변수파일 import*/
@-webkit-keyframes fadein {
from {
opacity: 0.9;
}
to {
opacity: 1;
}
}
@keyframes fadein {
from {
opacity: 0.9;
@@ -240,8 +232,6 @@
}
@media (min-width: 1025px) {
.mainTopKey .mycarInfo .mycarInfoInner .mainCarNum {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
}
@@ -268,8 +258,6 @@
}
@media (min-width: 1025px) {
.mainTopKey .mycarInfo .mycarInfoInner .mainCarNum .carlist span {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
}
@@ -278,8 +266,6 @@
}
@media (min-width: 1025px) {
.mainTopKey .mycarInfo .mycarInfoInner .mainCarNum .carlist span + span {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
}
@@ -328,8 +314,6 @@
}
@media (min-width: 1025px) {
.mainTopKey .mycarInfo .mycarInfoInner .mainCarNum .carlist .carlistItem {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
}
@@ -367,8 +351,6 @@
color: #9EA1A2;
font-weight: 400;
displaY: flex;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
.mainTopKey .mycarInfo .mycarInfoInner .mainCarNum .carlist .carlistItem ul li + li {
@@ -383,8 +365,6 @@
}
@media (min-width: 1025px) {
.mainTopKey .mycarInfo .mycarInfoInner .mainCarNum .carlist .carItem.on + .carlistItem {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
}
@@ -492,8 +472,7 @@
transform: translate(50, 50);
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
object-fit: cover;
margin: auto;
}
.mainProductList .mainProductInner ul li .productSmallVideo {
@@ -598,8 +577,6 @@
}
@media (min-width: 768px) {
.mainProductList .mainProductInner ul li .contentInfo .listOtionPrice dl {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
flex-direction: column-reverse;
justify-content: inherit;
@@ -916,4 +893,6 @@
.mainNotice {
margin-top: 15rem;
}
}
}
/*# sourceMappingURL=hyundaimain.css.map */

File diff suppressed because one or more lines are too long