|
|
@@ -444,7 +444,6 @@ html {
|
|
|
border: none;
|
|
|
color: #fcfcfd;
|
|
|
font-size: 24px;
|
|
|
- font-family: 'FORDKOREAType';
|
|
|
font-weight: 400;
|
|
|
transition: all 0.3s;
|
|
|
|
|
|
@@ -490,7 +489,6 @@ html {
|
|
|
transition: all 0.3s;
|
|
|
background: transparent;
|
|
|
border: none;
|
|
|
- font-family: 'FORDKOREAType';
|
|
|
font-weight: 400;
|
|
|
padding: 0;
|
|
|
cursor: pointer;
|
|
|
@@ -664,7 +662,6 @@ html {
|
|
|
.dealer--name {
|
|
|
margin: 0px;
|
|
|
color: #1a1a1a;
|
|
|
- font-family: FORDKOREAType, sans-serif;
|
|
|
letter-spacing: 0px;
|
|
|
font-weight: 400;
|
|
|
text-decoration: none;
|
|
|
@@ -715,7 +712,6 @@ html {
|
|
|
.info--label {
|
|
|
margin: 0px;
|
|
|
color: #666666;
|
|
|
- font-family: FORDKOREAType, sans-serif;
|
|
|
letter-spacing: 0px;
|
|
|
font-weight: 400;
|
|
|
text-decoration: none;
|
|
|
@@ -1126,15 +1122,6 @@ footer {
|
|
|
flex-flow: wrap;
|
|
|
width: 100%;
|
|
|
}
|
|
|
-
|
|
|
- &.lincoln {
|
|
|
- >li {
|
|
|
- @media (min-width: 1440px) {
|
|
|
- //width: calc(100% / 5);
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
>li {
|
|
|
margin-bottom: -1px;
|
|
|
|
|
|
@@ -1489,7 +1476,6 @@ footer {
|
|
|
color: var(--admin-text-primary);
|
|
|
font-size: 14px;
|
|
|
transition: all 0.3s ease;
|
|
|
- font-family: 'FORDKOREAType', sans-serif;
|
|
|
|
|
|
&:focus {
|
|
|
outline: none;
|
|
|
@@ -1550,7 +1536,6 @@ footer {
|
|
|
font-weight: 600;
|
|
|
cursor: pointer;
|
|
|
transition: all 0.3s ease;
|
|
|
- font-family: 'FORDKOREAType', sans-serif;
|
|
|
|
|
|
&:hover:not(:disabled) {
|
|
|
background: var(--admin-accent-hover);
|
|
|
@@ -1584,7 +1569,6 @@ footer {
|
|
|
// Admin Layout
|
|
|
.admin--layout {
|
|
|
background: var(--admin-bg-primary);
|
|
|
- font-family: 'FORDKOREAType', sans-serif;
|
|
|
}
|
|
|
|
|
|
// Admin Header
|
|
|
@@ -1628,7 +1612,6 @@ footer {
|
|
|
font-weight: 500;
|
|
|
cursor: pointer;
|
|
|
transition: all 0.3s ease;
|
|
|
- font-family: 'FORDKOREAType', sans-serif;
|
|
|
|
|
|
&:hover {
|
|
|
background: var(--admin-bg-primary);
|
|
|
@@ -2017,7 +2000,6 @@ footer {
|
|
|
border-radius: 6px;
|
|
|
color: var(--admin-text-primary);
|
|
|
font-size: 13px;
|
|
|
- font-family: 'FORDKOREAType', sans-serif;
|
|
|
transition: all 0.3s ease;
|
|
|
|
|
|
&:focus {
|
|
|
@@ -2082,7 +2064,6 @@ footer {
|
|
|
cursor: pointer;
|
|
|
transition: all 0.3s ease;
|
|
|
white-space: nowrap;
|
|
|
- font-family: 'FORDKOREAType', sans-serif;
|
|
|
|
|
|
&:hover {
|
|
|
background: #dc2626;
|
|
|
@@ -2100,7 +2081,6 @@ footer {
|
|
|
font-weight: 500;
|
|
|
cursor: pointer;
|
|
|
transition: all 0.3s ease;
|
|
|
- font-family: 'FORDKOREAType', sans-serif;
|
|
|
|
|
|
&:hover {
|
|
|
background: var(--admin-bg-primary);
|
|
|
@@ -2260,10 +2240,37 @@ footer {
|
|
|
align-items: center;
|
|
|
gap: 20px;
|
|
|
|
|
|
+ &.type2{
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: start;
|
|
|
+ gap: 8px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .admin--search--inner--box{
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
+ width: 100%;
|
|
|
+ gap: 20px;
|
|
|
+ }
|
|
|
+
|
|
|
.admin--search-form {
|
|
|
display: flex;
|
|
|
gap: 12px;
|
|
|
+ align-items: center;
|
|
|
flex: 1;
|
|
|
+ .admin--quick-range{
|
|
|
+ display: flex;
|
|
|
+ gap: 8px;
|
|
|
+ .range--btn{
|
|
|
+ width: 60px;
|
|
|
+ font-weight: 400;
|
|
|
+ min-width: 60px;
|
|
|
+ padding: 12px 0;
|
|
|
+ color: #1a2b4a;
|
|
|
+
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
// 검색 박스 내 모든 select, input 통일된 스타일
|
|
|
@@ -2282,6 +2289,17 @@ footer {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ .admin--form-select{
|
|
|
+ cursor: pointer;
|
|
|
+ appearance: none;
|
|
|
+ -webkit-appearance: none;
|
|
|
+ -moz-appearance: none;
|
|
|
+ padding-right: 36px;
|
|
|
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23666B75' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-position: right 12px center;
|
|
|
+ }
|
|
|
+
|
|
|
.admin--search-select,
|
|
|
.admin--form-select {
|
|
|
width: 140px;
|
|
|
@@ -2472,15 +2490,16 @@ footer {
|
|
|
|
|
|
// 작은 버튼
|
|
|
.admin--btn-small {
|
|
|
- padding: 6px 14px;
|
|
|
+ padding: 12px 24px;
|
|
|
border: none;
|
|
|
border-radius: 4px;
|
|
|
font-size: 13px;
|
|
|
font-weight: 500;
|
|
|
cursor: pointer;
|
|
|
transition: all 0.3s ease;
|
|
|
- font-family: 'FORDKOREAType', sans-serif;
|
|
|
white-space: nowrap;
|
|
|
+ line-height: normal;
|
|
|
+ min-width: 100px;
|
|
|
|
|
|
&.admin--btn-small-primary {
|
|
|
background: var(--admin-accent-primary);
|
|
|
@@ -2630,7 +2649,6 @@ footer {
|
|
|
border-radius: 6px;
|
|
|
color: #fff;
|
|
|
font-size: 14px;
|
|
|
- font-family: 'FORDKOREAType', sans-serif;
|
|
|
cursor: pointer;
|
|
|
|
|
|
&::-webkit-file-upload-button {
|
|
|
@@ -2643,7 +2661,6 @@ footer {
|
|
|
font-weight: 500;
|
|
|
cursor: pointer;
|
|
|
margin-right: 12px;
|
|
|
- font-family: 'FORDKOREAType', sans-serif;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -2674,7 +2691,6 @@ footer {
|
|
|
font-weight: 500;
|
|
|
cursor: pointer;
|
|
|
transition: all 0.3s ease;
|
|
|
- font-family: 'FORDKOREAType', sans-serif;
|
|
|
|
|
|
&:hover {
|
|
|
background: #dc2626;
|
|
|
@@ -3363,7 +3379,6 @@ footer {
|
|
|
font-weight: 500;
|
|
|
cursor: pointer;
|
|
|
transition: all 0.3s ease;
|
|
|
- font-family: 'FORDKOREAType', sans-serif;
|
|
|
|
|
|
&:hover:not(:disabled) {
|
|
|
background: #1d4ed8 !important;
|
|
|
@@ -3439,21 +3454,6 @@ footer {
|
|
|
bottom: 330px;
|
|
|
pointer-events: none;
|
|
|
|
|
|
- &.lincoln {
|
|
|
- border: 1px solid rgba(219, 120, 77, 0.50);
|
|
|
- background: #FFF8F5;
|
|
|
-
|
|
|
- .inner--wrap {
|
|
|
- li {
|
|
|
- a {
|
|
|
- &:hover {
|
|
|
- color: #DB784D;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
&.active {
|
|
|
pointer-events: all;
|
|
|
opacity: 1;
|
|
|
@@ -3516,10 +3516,6 @@ footer {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- &.lincoln {
|
|
|
- background-color: #DB784D;
|
|
|
- }
|
|
|
-
|
|
|
.ico {
|
|
|
width: 24px;
|
|
|
height: 24px;
|
|
|
@@ -4021,10 +4017,6 @@ footer {
|
|
|
gap: 10px;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
-
|
|
|
- &.lincoln {
|
|
|
- background: #DB784D;
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
&.interior {
|
|
|
@@ -4042,9 +4034,6 @@ footer {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
|
|
|
- &.lincoln {
|
|
|
- background: #22292B;
|
|
|
- }
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -4535,20 +4524,6 @@ footer {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
- &.lincoln {
|
|
|
- ul {
|
|
|
- li {
|
|
|
- >div {
|
|
|
- em {
|
|
|
- i {
|
|
|
- color: #DB784D;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
.title--visual {
|
|
|
@@ -4805,10 +4780,6 @@ footer {
|
|
|
line-height: 100%;
|
|
|
/* 12px */
|
|
|
text-transform: uppercase;
|
|
|
-
|
|
|
- &.lincoln {
|
|
|
- color: #FF6524;
|
|
|
- }
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -5228,14 +5199,6 @@ footer {
|
|
|
margin-top: 80px;
|
|
|
margin-bottom: 240px;
|
|
|
|
|
|
- &.lincoln {
|
|
|
- p {
|
|
|
- b {
|
|
|
- color: #DB784D;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
@media(max-width: 1024px) {
|
|
|
margin-bottom: 120px;
|
|
|
}
|
|
|
@@ -6135,10 +6098,6 @@ footer {
|
|
|
display: inline-flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
-
|
|
|
- &.lincoln {
|
|
|
- background-color: #DB784D;
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
.desc {
|
|
|
@@ -6161,10 +6120,6 @@ footer {
|
|
|
//line-height: 100%; /* 20px */
|
|
|
letter-spacing: -0.4px;
|
|
|
text-transform: uppercase;
|
|
|
-
|
|
|
- &.lincoln {
|
|
|
- color: #e0571c;
|
|
|
- }
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -6807,7 +6762,6 @@ footer {
|
|
|
|
|
|
h2 {
|
|
|
color: #111;
|
|
|
- font-family: "Lincoln Proxima Nova";
|
|
|
font-size: 30px;
|
|
|
font-style: normal;
|
|
|
font-weight: 700;
|
|
|
@@ -6819,7 +6773,6 @@ footer {
|
|
|
|
|
|
>div {
|
|
|
color: #444;
|
|
|
- font-family: "Lincoln Proxima Nova";
|
|
|
font-size: 17px;
|
|
|
font-style: normal;
|
|
|
font-weight: 400;
|
|
|
@@ -7024,259 +6977,6 @@ footer {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-.lincoln {
|
|
|
- .link {
|
|
|
- color: #DB784D;
|
|
|
- font-size: 20px;
|
|
|
- font-style: normal;
|
|
|
- font-weight: 400;
|
|
|
- line-height: 100%;
|
|
|
- letter-spacing: -0.4px;
|
|
|
- text-decoration-line: underline;
|
|
|
- text-decoration-style: solid;
|
|
|
- text-decoration-skip-ink: auto;
|
|
|
- text-decoration-thickness: auto;
|
|
|
- text-underline-offset: auto;
|
|
|
- }
|
|
|
-
|
|
|
- .lincoln--prm--service {
|
|
|
- background: #FAFAFA;
|
|
|
- }
|
|
|
-
|
|
|
- .btn--sky {
|
|
|
- background: #DB784D;
|
|
|
-
|
|
|
- &.reverse {
|
|
|
- background: #fff;
|
|
|
- border: 1px solid #DB784D;
|
|
|
- color: #DB784D;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .title--visual {
|
|
|
- h2 {
|
|
|
- font-weight: 700;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .ovwner--wrapper {
|
|
|
- .title--visual {
|
|
|
- .desc {
|
|
|
- font-weight: 400;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .tfs--drop--menus {
|
|
|
- >ul {
|
|
|
- >li {
|
|
|
- .drop--contents {
|
|
|
- p {
|
|
|
- color: #333;
|
|
|
- font-size: 17px;
|
|
|
- font-style: normal;
|
|
|
- font-weight: 400;
|
|
|
- //line-height: 100%; /* 17px */
|
|
|
- letter-spacing: -0.34px;
|
|
|
- text-transform: uppercase;
|
|
|
- padding-left: 10px;
|
|
|
-
|
|
|
- &::before {
|
|
|
- display: none;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- ul {
|
|
|
- >li {
|
|
|
- color: #444;
|
|
|
- font-size: 17px;
|
|
|
- font-style: normal;
|
|
|
- font-weight: 400;
|
|
|
- //line-height: 100%; /* 17px */
|
|
|
- letter-spacing: -0.34px;
|
|
|
- text-transform: uppercase;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- h4 {
|
|
|
- color: #333;
|
|
|
- font-size: 17px;
|
|
|
- font-style: normal;
|
|
|
- font-weight: 400;
|
|
|
- line-height: 100%;
|
|
|
- /* 17px */
|
|
|
- letter-spacing: -0.34px;
|
|
|
- text-transform: uppercase;
|
|
|
- position: relative;
|
|
|
- padding-left: 20px;
|
|
|
- margin-bottom: 10px;
|
|
|
-
|
|
|
- &:before {
|
|
|
- content: '';
|
|
|
- display: block;
|
|
|
- width: 3px;
|
|
|
- height: 3px;
|
|
|
- background: #313131;
|
|
|
- position: absolute;
|
|
|
- top: 5px;
|
|
|
- left: 5px;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- h2 {
|
|
|
- color: #333;
|
|
|
- font-size: 17px;
|
|
|
- font-style: normal;
|
|
|
- font-weight: 400;
|
|
|
- line-height: 100%;
|
|
|
- /* 17px */
|
|
|
- letter-spacing: -0.34px;
|
|
|
- text-transform: uppercase;
|
|
|
-
|
|
|
- &:before {
|
|
|
- display: none;
|
|
|
- }
|
|
|
-
|
|
|
- padding-left:0px;
|
|
|
- }
|
|
|
-
|
|
|
- div {
|
|
|
- color: #444;
|
|
|
- font-size: 17px;
|
|
|
- font-style: normal;
|
|
|
- font-weight: 400;
|
|
|
- line-height: 1.6;
|
|
|
- letter-spacing: -0.34px;
|
|
|
-
|
|
|
- &.phone {
|
|
|
- color: #E0571C;
|
|
|
- font-size: 25px;
|
|
|
- font-style: normal;
|
|
|
- font-weight: 700;
|
|
|
- line-height: 100%;
|
|
|
- /* 25px */
|
|
|
- letter-spacing: -0.5px;
|
|
|
- padding-left: 0px;
|
|
|
- text-transform: uppercase;
|
|
|
- margin-bottom: 0px;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .nav--dis--wrap {
|
|
|
- p {
|
|
|
- color: #333;
|
|
|
- font-size: 16px;
|
|
|
- font-style: normal;
|
|
|
- font-weight: 400;
|
|
|
- //line-height: 100%; /* 16px */
|
|
|
- text-transform: uppercase;
|
|
|
- }
|
|
|
-
|
|
|
- .dis--btn {
|
|
|
- color: #222;
|
|
|
- font-size: 17px;
|
|
|
- font-style: normal;
|
|
|
- font-weight: 700;
|
|
|
- line-height: 100%;
|
|
|
- /* 17px */
|
|
|
- text-transform: uppercase;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .breadcrumbs--wrap {
|
|
|
- background: #111;
|
|
|
-
|
|
|
- .menu--wrap {
|
|
|
- .sub--menu--wrap {
|
|
|
- .nav--wrap {
|
|
|
- .sub--menu2 {
|
|
|
- &.active {
|
|
|
- color: #DB784D !important;
|
|
|
- }
|
|
|
-
|
|
|
- &:hover {
|
|
|
- color: #DB784D !important;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .swiper--banner--wrapper3 {
|
|
|
- .top--text--wrap {
|
|
|
- >div {
|
|
|
- font-weight: 400;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .car--price--small--pic--wrap {
|
|
|
- >div {
|
|
|
- .car--list--wrap {
|
|
|
- ul {
|
|
|
- li {
|
|
|
- .desc--wrap {
|
|
|
- .price--wrap {
|
|
|
- font-weight: 400;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .models--visual--grid {
|
|
|
- ul {
|
|
|
- li {
|
|
|
- .desc--wrap {
|
|
|
- h2 {
|
|
|
- font-size: 26px;
|
|
|
- font-weight: 700;
|
|
|
- }
|
|
|
-
|
|
|
- .captions {
|
|
|
- font-weight: 400;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .caution--text--foot {
|
|
|
- .caution--text {
|
|
|
- font-weight: 400;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .grid--banner--wrapper {
|
|
|
- .grid--items {
|
|
|
- .grid--desc {
|
|
|
- max-width: 710px;
|
|
|
- width: 100%;
|
|
|
-
|
|
|
- h2 {
|
|
|
- color: #000;
|
|
|
- font-size: 30px;
|
|
|
- font-style: normal;
|
|
|
- font-weight: 700;
|
|
|
- line-height: 1.4;
|
|
|
- text-transform: capitalize;
|
|
|
- }
|
|
|
-
|
|
|
- .captions {
|
|
|
- font-weight: 400;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
// 전체 메뉴 (사이트맵)
|
|
|
.all--menu--wrapper {
|
|
|
position: fixed;
|
|
|
@@ -7530,24 +7230,6 @@ footer {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- .lincoln--link {
|
|
|
- padding-left: 20px;
|
|
|
- position: relative;
|
|
|
- font-size: 16px;
|
|
|
- font-weight: 500;
|
|
|
- color: #000;
|
|
|
-
|
|
|
- &::before {
|
|
|
- content: '';
|
|
|
- position: absolute;
|
|
|
- width: 5px;
|
|
|
- top: 8px;
|
|
|
- left: 0;
|
|
|
- height: 5px;
|
|
|
- background-color: #333;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
h4 {
|
|
|
padding-left: 20px;
|
|
|
position: relative;
|