[기능] CLAUDE.md 파일 추가 및 package.json, package-lock.json 생성
This commit is contained in:
@@ -13,7 +13,7 @@ html body {
|
||||
font-weight: 400;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
html input[type="checkbox"] {
|
||||
html input[type=checkbox] {
|
||||
accent-color: #000;
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
@@ -203,8 +203,6 @@ html .mainNotice .noticInnerWarp .noticeInner .mainNiticeList ul li dl dd {
|
||||
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;
|
||||
}
|
||||
}
|
||||
@@ -339,13 +337,11 @@ html .mainBanner .mabannerInner .listImgBtn {
|
||||
width: 17.6rem;
|
||||
}
|
||||
}
|
||||
html .mainBanner .mabannerInner .listImgBtn .oneButton div::after,
|
||||
html .mainBanner .mabannerInner .listImgBtn .oneButton div::before {
|
||||
html .mainBanner .mabannerInner .listImgBtn .oneButton div::after, html .mainBanner .mabannerInner .listImgBtn .oneButton div::before {
|
||||
width: 3.2rem;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
html .mainBanner .mabannerInner .listImgBtn .oneButton div::after,
|
||||
html .mainBanner .mabannerInner .listImgBtn .oneButton div::before {
|
||||
html .mainBanner .mabannerInner .listImgBtn .oneButton div::after, html .mainBanner .mabannerInner .listImgBtn .oneButton div::before {
|
||||
width: 3.2rem;
|
||||
}
|
||||
}
|
||||
@@ -411,15 +407,13 @@ html .mainSwiper ul li .mainText p span {
|
||||
html .mainSwiper ul li .mainText .oneButton {
|
||||
margin-top: 5rem;
|
||||
}
|
||||
html .mainSwiper ul li .mainText .oneButton a::before,
|
||||
html .mainSwiper ul li .mainText .oneButton a::after {
|
||||
html .mainSwiper ul li .mainText .oneButton a::before, html .mainSwiper ul li .mainText .oneButton a::after {
|
||||
width: 3.2rem;
|
||||
}
|
||||
html .mainCarNum .oneButton a {
|
||||
position: relative;
|
||||
}
|
||||
html .mainCarNum .oneButton a::before,
|
||||
html .mainCarNum .oneButton a::after {
|
||||
html .mainCarNum .oneButton a::before, html .mainCarNum .oneButton a::after {
|
||||
background-image: initial;
|
||||
width: 0;
|
||||
height: 0;
|
||||
@@ -459,8 +453,7 @@ html .mainCarNum .oneButton a p:hover {
|
||||
html .mainCarNum .oneButton {
|
||||
width: 16rem;
|
||||
}
|
||||
html .mainCarNum .oneButton a::before,
|
||||
html .mainCarNum .oneButton a::after {
|
||||
html .mainCarNum .oneButton a::before, html .mainCarNum .oneButton a::after {
|
||||
background-image: initial;
|
||||
width: 5rem;
|
||||
margin-left: -0.1rem;
|
||||
@@ -649,33 +642,19 @@ html .footer .kiaInner .tLeft .companyInfo ul + ul li {
|
||||
html .footer .kiaInner .tLeft .companyInfo ul + ul li:nth-child(3)::after {
|
||||
display: none;
|
||||
}
|
||||
html .footer .kiaInner .tLeft .companyInfo ul + ul li:nth-child(1),
|
||||
html .footer .kiaInner .tLeft .companyInfo ul + ul li:nth-child(2),
|
||||
html .footer .kiaInner .tLeft .companyInfo ul + ul li:nth-child(3),
|
||||
html .footer .kiaInner .tLeft .companyInfo ul + ul li:nth-child(4) {
|
||||
html .footer .kiaInner .tLeft .companyInfo ul + ul li:nth-child(1), html .footer .kiaInner .tLeft .companyInfo ul + ul li:nth-child(2), html .footer .kiaInner .tLeft .companyInfo ul + ul li:nth-child(3), html .footer .kiaInner .tLeft .companyInfo ul + ul li:nth-child(4) {
|
||||
width: 100%;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
html .footer .kiaInner .tLeft .companyInfo ul + ul li:nth-child(1),
|
||||
html .footer .kiaInner .tLeft .companyInfo ul + ul li:nth-child(2),
|
||||
html .footer .kiaInner .tLeft .companyInfo ul + ul li:nth-child(3),
|
||||
html .footer .kiaInner .tLeft .companyInfo ul + ul li:nth-child(4) {
|
||||
width: -webkit-fit-content;
|
||||
width: -moz-fit-content;
|
||||
html .footer .kiaInner .tLeft .companyInfo ul + ul li:nth-child(1), html .footer .kiaInner .tLeft .companyInfo ul + ul li:nth-child(2), html .footer .kiaInner .tLeft .companyInfo ul + ul li:nth-child(3), html .footer .kiaInner .tLeft .companyInfo ul + ul li:nth-child(4) {
|
||||
width: fit-content;
|
||||
}
|
||||
}
|
||||
html .footer .kiaInner .tLeft .companyInfo ul + ul li:nth-child(1)::after,
|
||||
html .footer .kiaInner .tLeft .companyInfo ul + ul li:nth-child(2)::after,
|
||||
html .footer .kiaInner .tLeft .companyInfo ul + ul li:nth-child(3)::after,
|
||||
html .footer .kiaInner .tLeft .companyInfo ul + ul li:nth-child(4)::after {
|
||||
html .footer .kiaInner .tLeft .companyInfo ul + ul li:nth-child(1)::after, html .footer .kiaInner .tLeft .companyInfo ul + ul li:nth-child(2)::after, html .footer .kiaInner .tLeft .companyInfo ul + ul li:nth-child(3)::after, html .footer .kiaInner .tLeft .companyInfo ul + ul li:nth-child(4)::after {
|
||||
display: none;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
html .footer .kiaInner .tLeft .companyInfo ul + ul li:nth-child(1)::after,
|
||||
html .footer .kiaInner .tLeft .companyInfo ul + ul li:nth-child(2)::after,
|
||||
html .footer .kiaInner .tLeft .companyInfo ul + ul li:nth-child(3)::after,
|
||||
html .footer .kiaInner .tLeft .companyInfo ul + ul li:nth-child(4)::after {
|
||||
html .footer .kiaInner .tLeft .companyInfo ul + ul li:nth-child(1)::after, html .footer .kiaInner .tLeft .companyInfo ul + ul li:nth-child(2)::after, html .footer .kiaInner .tLeft .companyInfo ul + ul li:nth-child(3)::after, html .footer .kiaInner .tLeft .companyInfo ul + ul li:nth-child(4)::after {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
@@ -848,7 +827,7 @@ html .footer .kiaInner .familyBoxWarp .searchTextBox {
|
||||
width: 32rem;
|
||||
}
|
||||
}
|
||||
html .footer .kiaInner .familyBoxWarp .searchTextBox input[type="text"] {
|
||||
html .footer .kiaInner .familyBoxWarp .searchTextBox input[type=text] {
|
||||
width: 100%;
|
||||
}
|
||||
html .footer .kiaInner .familyBoxWarp .searchTextBox .icon-search {
|
||||
@@ -1386,15 +1365,15 @@ html .productRight .optionWarp .producOption .optionList .checkBtn label {
|
||||
border-radius: 0.6rem;
|
||||
border: 1px solid #dedede;
|
||||
}
|
||||
html .productRight .optionWarp .producOption .optionList .checkBtn input[type="checkbox"] {
|
||||
html .productRight .optionWarp .producOption .optionList .checkBtn input[type=checkbox] {
|
||||
visibility: hidden;
|
||||
position: absolute;
|
||||
}
|
||||
html .productRight .optionWarp .producOption .optionList .checkBtn input[type="checkbox"]:checked + label {
|
||||
html .productRight .optionWarp .producOption .optionList .checkBtn input[type=checkbox]:checked + label {
|
||||
background-color: #05141f;
|
||||
border: 1px solid #05141f;
|
||||
}
|
||||
html .productRight .optionWarp .producOption .optionList .checkBtn input[type="checkbox"]:checked + label::before {
|
||||
html .productRight .optionWarp .producOption .optionList .checkBtn input[type=checkbox]:checked + label::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
right: 2rem;
|
||||
@@ -1407,8 +1386,8 @@ html .productRight .optionWarp .producOption .optionList .checkBtn input[type="c
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
html .productRight .optionWarp .producOption .optionList .checkBtn input[type="checkbox"]:checked + label div p span,
|
||||
html .productRight .optionWarp .producOption .optionList .checkBtn input[type="checkbox"]:checked + label div p strong {
|
||||
html .productRight .optionWarp .producOption .optionList .checkBtn input[type=checkbox]:checked + label div p span,
|
||||
html .productRight .optionWarp .producOption .optionList .checkBtn input[type=checkbox]:checked + label div p strong {
|
||||
color: #fff;
|
||||
}
|
||||
html .productRight .optionWarp .producOption .optionList .checkBtn:hover label {
|
||||
@@ -1438,13 +1417,11 @@ html .productRight .optionWarp .producOption .optionList .checkBtn div p strong
|
||||
html .productRight .optionWarp .producOption .optionList .checkBtn + .checkBtn {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
html .inquiryBtn a::before,
|
||||
html .inquiryBtn a::after {
|
||||
html .inquiryBtn a::before, html .inquiryBtn a::after {
|
||||
width: 3.2rem;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
html .inquiryBtn a::before,
|
||||
html .inquiryBtn a::after {
|
||||
html .inquiryBtn a::before, html .inquiryBtn a::after {
|
||||
width: 3.2rem;
|
||||
}
|
||||
}
|
||||
@@ -1618,4 +1595,5 @@ body#faq .csWarp {
|
||||
border-color: #9ba1a5;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=kia.css.map */
|
||||
|
||||
Reference in New Issue
Block a user