[기능] 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 */