:root {
  --model-main-color: #710f96;
}

body {
	color:#ffffff;
}

.container .content {
	padding:0;
	gap:0;
}

.section.sec1 {
	background-image:url("../assets/img/T03/T03_mainBG.jpg");
	background-size:cover;
	background-position:center;
}
.section.sec1 .content-top {
	background:none;
	z-index:1;
}
.section.sec1 .content-top-masc {
	height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .8) 100%);
}
.section.sec1 .content-bottom {
	width: 100%;
	padding: 0 5%;
	justify-content: space-between;
	align-items:flex-end;
	margin:0;
	margin-bottom:3vh;
	z-index: 1;
}
.samelet-yellow {
	width: 7vw;
}

.section.sec2 {
	margin-top:3vh;
	background-image:url("../assets/img/T03/T03_car_points.jpg");
	background-size:cover;
	background-position:center;
}

.section .content-top .top-content-logo {
	width:fit-content;
	margin:0 auto;
	display:flex;
	flex-direction: row-reverse;
	align-items:center;
	gap:15px;
	font-size:42px;
	font-weight:700;
}
.section .content-top h1 {
	width:fit-content;
	margin:0 auto;
	font-weight:700;
    font-size: 2.25rem;
	color:var(--model-main-color);
}

.section.sec2 .content-mid {
	background:none;
	margin:3vh;
}

.section.sec4 {
	height:90vh;
	background-image:url("../assets/img/T03/T03_car_cave.jpg");
	background-size:cover;
	background-position:bottom center;
	padding-top:3vh;
	margin-top:-15vh;
	justify-content:space-between;
}
.section.sec4:after {
	height:25%;
    background: #ffffff;
    border-radius: 0;
    border-top: 10px solid var(--model-main-color);
}

.section .content-bottom { 
    height: auto;
    text-align: center;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 2vh 15%;
	background: none;
}
.bottom-data-txt {
	font-size:28px;
}
.bottom-data-txt br {
	display:none;
}

.section .price_wrap {
	justify-content:center;
	margin-top:10px;
	
}
.section .price-txt {
    width: min-content;
    font-size: 20px;
    letter-spacing: 0;
    line-height: .8;
}
.section .price-cur {
    font-size: 28px;
}


.bottom-logo {
	display:flex;
	flex-direction:column;
	height:100%;
	justify-content:space-between;
	align-items:center;
	width:10vw;
	gap:5vh;
}
.lis_stemp {
	max-height: 150px;
}
.lis_stemp.icsale {
	max-height: 200px;
}

.section .content-top .section_ttl {
	background-color:var(--model-main-color);
	border:2px solid #ffffff;
	border-right:none;
}

.section .feature-list-wrpr { 
	background:#ffffff;
	border:2px solid var(--model-main-color);
	color:#000000;
}
.section .feature-list li {
	font-size:16px;
}

.slider-section.jeneral-gal {
	translate: 0 -25%;
	margin:0;
	position:relative;
	z-index:1;
}
.slider-section:before {
    top: 50%;
    translate: 0 -50%;
    border-radius: 0;
}
.swiper-container .swiper-slide img {
	box-shadow: none;
    border: 4px solid #ffffff;
}
.jeneral-gal .swiper-button-next, 
.jeneral-gal .swiper-button-prev {
	background:none;
}

.color-gal .swiper-container .swiper-slide img {
	border:none;
}
.color-gal .swiper-container .swiper-pagination {
	bottom:2vh;
	color:#000000;
}
.carcolor-txt.Lblue:after {
    background: #96a4b1;
}
.carcolor-txt.white:after {
    background: #ffffff;
}
.carcolor-txt.silver:after {
    background: #808080;
}

.color-gal .swiper-button-next, 
.color-gal .swiper-button-prev {
	background:none;
	top:85%;
}
.color-gal .swiper-button-next:after, 
.color-gal .swiper-button-prev:after {
	color:var(--model-main-color);
	font-size:26px;
}

.video_wrpr {
	border-radius: 0px;
	overflow:hidden;
}

#formTop {
	color:#ffffff;
}
#formTop #submit {
	background:#c1ced7;
	border-radius:8px;
	color:var(--model-main-color);
}

.select-selected {
	color:#ffffff;
}
.select-items {
	margin-top:-2px;
	border:1px solid #ffffff;
	border-bottom:2px solid var(--model-main-color);
	border-top:2px solid var(--model-main-color);
}
.select-items div:not(.close_btn) {
    color: var(--model-main-color);
	border-color:var(--model-main-color);
}
.select-items div:not(.close_btn):hover, 
.same-as-selected {
	background-color: var(--model-main-color);
}
.select-selected:before {
	background:#ffffff;
}
.select-selected:after {
	border-top-color:var(--model-main-color);
}

@media (max-width: 1024px){
	.section.sec1 {
		order:1;
		background-image:url("../assets/img/T03/T03_mainBG_mob.png");
	}
	.section.sec1 .content-top {
		padding-top:2vh;
	}
	.section .content-top h1 {
		font-size:6vw;
	}
	.section.sec1 .content-bottom {
        padding: 0 2%;
        justify-content: space-between;
	}
	.lis_stemp {
		max-height: 120px;	
		transform: none;
		margin-left:0;
	}
	.samelet-yellow {
		width: 15vw;
		margin-bottom: 12px;
	}
	
	.slider-section.jeneral-gal {
		order:2;
		margin-bottom: -12.5%;
	}
	
	.section.sec2 {
		order:3;
		margin-top:0;
		padding-top: 3vh;
        background-size: 130%;
        background-position: top center;
	}
	.section.sec2 .content-mid {
		margin: 0;
		padding-top: 25vh;
	}
	.section.sec2 .content-mid:after {
		content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 10%;
        background: var(--model-main-color);
	}
	
	.section.sec4 {
		height:50vh;
		order:4;
		margin-top:0;
		padding-top:3vh;
	}    
	.section.sec5 {
        order:5;
		border-top: 3vh solid var(--model-main-color);
		margin-bottom:0;
    }
	
	.section .feature-list-wrpr {
		position: relative;
		width: 80%;
		margin: 0 auto;
		border-radius: 15px;
		z-index: 1;
	}
	
	#btns {
		background:#828282;
	}
	
	.section .content-bottom { 
		width: 80%;
        margin: 0 auto;
        padding: 0;
		margin-bottom: 3vh;
	}
	
	.bottom-data-txt {
		font-size: 20px;
		line-height: 100%;
	}
	.bottom-data-txt br {
		display:block;
	}
	.section .price-txt {
		font-size:14px;
	}
	.section .price-cur {
		font-size: 20px;
	}    
	.section .price {
        font-size: 36px;
    }
	
	.bottom-logo {
		width:22vw;
		gap:2vh;
	}
	.samelet-yellow {
        width: 20vw;
    }
	
	.color-gal .swiper-button-next:after, .color-gal .swiper-button-prev:after {
		color: #ffffff;
		font-size: 26px;
		text-shadow: 0 0 4px #000000;
	}
}
