@charset "UTF-8";
@font-face {
  font-family: 'KIAbodyLatinbasic';
  src: url('../../../../../assets/fonts/KIAbodyLatinbasic_Regular.otf') format("opentype");
}

@font-face {
  font-family: 'NotoSansCJK';
  src: url('../../../../../assets/fonts/NotoSansCJK.ttc') format("ttc");
}

@font-face {
  font-family: 'NotoSansTC';
  src: url('../../../../../assets/fonts/NotoSansTC-Medium.otf') format("opentype");
}

@font-face {
  font-family: 'KiaSignatureOTFBold';
  src: url('../../../../../assets/fonts/KiaSignatureOTFBold.otf') format("opentype");
}

@font-face {
  font-family: 'KiaSignatureBold';
  src: url('../../../../../assets/fonts/KiaSignatureBold.eot') format("embedded-opentype");
}

@font-face {
  font-family: 'KIAbodyLatinbasicLight';
  src: url('../../../../../assets/fonts/KIAbodyLatinbasic_Light.otf') format("opentype");
}

@font-face {
  font-family: kiaLight;
  src: url('../../../../../assets/fonts/KIAbodyLatinbasic_Light.eot') format("embedded-opentype");
}

@font-face{
	font-family:kiaM;
	font-weight:normal;
	font-style:normal;
	font-display:fallback;
	src:url('../../../../../assets/fonts/KiaSignatureRegular.eot');
	src:url('../../../../../assets/fonts/KiaSignatureRegular.eot?#iefix') format('embedded-opentype'),
	url('../../../../../assets/fonts/KiaSignatureRegular.woff2') format('woff2'),
	url('../../../../../assets/fonts/KiaSignatureRegular.woff') format('woff')
}

body {
    color: #292929;
    font-family: "kiaM", sans-serif;
    height:100%;
}

html {
  font-size: 16px;
}

li{
    /*list-style-type: none;*/
}

h2 {
    font-size: 22px;
    font-weight: 700;
}

h1 {
    font-size: 1.4rem;
    font-weight: 700;
}

a {
    color: #000000;
    text-decoration: none;
    transition: all 0.4s;
}

a:focus,
a:hover {
    color: #05141f;
    text-decoration: none;
    transition: all 0.4s;
    text-decoration: underline;
}

button {
    display: inline-block;
    outline: none;
    border: 0;
}

button:focus {
    outline: 0;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.msg_user_text{
	color: #f4aa07;
	padding-top: 10px;
}

.main-header{
	border-bottom: 1px solid #ccc !important;
	position: fixed;
	top: 0;
	z-index: 10;
	background-color: #fff;
}

.container-full{
	margin: auto;
	width: 1920px;
}

.top-flex{
    display: flex;
    padding-top: 10px;
}

.top-flex ul{
	text-align: center;
	margin-left: -40px;
}

.top-flex .menu-text{
	flex: 1;
}

.top-flex .menu-logo{
	/*flex: 0 0 250px;*/
	flex: 1;
	text-align: center;
	/*padding-top: 30px;*/
	padding: 10px 0 20px 0;
}

.top-flex .menu-logo img{
	width: 100px;
}

.top-flex ul li {
    display: inline-block;
    padding: 30px 20px 10px 20px;
    font-size: 1.1rem;
    cursor: pointer;
    border-bottom: 2px solid #ffbb0000;
    color:#05141f;
    font-weight:600;
}

.top-flex ul li a{
    color: #1a1a1a;
}

.top-flex ul li a:hover{
    color: #e82626;
}

.topmenu_flex .menu ul li:hover {
	color: #00A0E9;
	border-bottom: 2px solid #00A0E9;
}

.banner-main,
.banner-main2{
	position: relative;
	overflow:hidden;
}

.banner-main .video-play,
.banner-main2 .video-play{
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.banner-main .banner-text{
	position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.banner-main .banner-text .sp1{
	text-align: center;
	font-size: 30px;
	color: #fff;
	white-space: nowrap;
}

.banner-main .banner-text .sp2{
	font-family: NotoSansCJK;
	font-size: 45px;
	text-align: center;
	color: #fff;
	white-space: nowrap;
}

.banner-main .banner-text .sp3{
	/* font-family: NotoSansTC; */
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 2;
}

.banner-main .video-play img,
.banner-main2 .video-play img{
	width: 100px;
    transition: all 0.4s;
}

.banner-main .video-play a:hover img,
.banner-main2 .video-play a:hover img{
	width: 110px;
    transition: all 0.4s;
}

.banner-main.c1 .bimg{
	animation: homeCompanyPhoto 15s linear infinite;
}

.banner-main img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-main .arrow-down-css img{
	height: auto;
}

@keyframes homeCompanyPhoto{
	0%{transform:scale(1);opacity:1}
	5%{opacity:1}
	75%{opacity:1}
	90%{opacity:1}
	100%{transform:scale(1.2);opacity:1}
}

.banner-main.c2{
	min-height: 660px;
}

.banner-main.c2 .bgimg{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 100% 70%;
}

.banner-main.c3 .bgimg{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 80%;
}

.banner-main.c3{
    height: 900px;
}

.banner-main2{
	padding: 50px 150px;
	margin-bottom: 30px;
}

.banner-main2.end{
	margin-bottom: 0;
}

.banner-main2.end .bimg{
	-webkit-filter:brightness(.8);
}

.area-fr2 .tp{
	text-align: center;
	font-family: 'kiaM';
	font-weight: bold;
	font-size: 50px;
	padding-top: 60px;
}

.fr-top{
	padding-top: 50px;
}
.kiafont{
	font-family: 'kiaM'!important;
}

.area-fr7{
	background-color: #f6f2ed;
}

.area-fr7.bg1{
	background-color: #0f1d2a;
}
.area-fr7 .tp{
	text-align: center;
	/* font-family: NotoSansCJK; */
	font-size: 45px;
	padding-top: 80px;
	padding-bottom: 20px;
	margin: 0 10px;
	color: #fff;
	font-weight: 700;
}
.result-page-tp{
	padding-top: 0!important;
}
.area-fr2 .desc,
.area-fr7 .desc{
	text-align: center;
	font-family: 'NotoSansTC';
	font-size: 16px;
}
.area-fr7 .desc{
	padding: 0 20px;
	color: #757371;
	line-height: 1.8;
}
.area-fr7 .subtp{
	text-align: center;
	padding: 0 20px;
	color: #fff;
	line-height: 1.6;
	font-size: 20px;
}
.area-fr7 .subtp2{
	text-align: center;
	padding: 8px 20px;
	color: #fff;
	line-height: 1.6;
	font-size: 14px;
}
.area-fr7 .tp.kia{
	font-family: 'kiaM';
	font-weight: bold;
}
.kiafont{
	font-family: 'kiaM';
}
.mobile-br{
	display: none;
}
.area-fr8{
	background-color: #f6f2ed;
}
.area-fr-bg{
	padding: 50px 150px;
	width: 100%;
	object-fit: contain;
	transition: all 0.4s;
}
.area-fr-box{
	position: relative;
}
.car-model-info{
	position: absolute;
	left: 28%;
	top: 52%;
	z-index: 1;
	color: #fff;
	right: 28%;
	/* background-color: #000; */
}
.car-info-txt{
	display:flex;
}

.car-info-txt1{
	flex: 0 0 40%;
}

.car-info-txt2{
	flex: 0 0 40%;
}

.car-info-txt3{
	flex: 0 0 30%;
}

.top-txt{
	font-size: 16px;
}

.top-num{
	font-size: 32px;
	padding-bottom: 10px;
	font-weight: 300;
	font-family: KIAbodyLatinbasicLight;
}

.top-num span{
	font-size: 15px;
}

.car-model-up{
	position: absolute;
	left: 28%;
	top: 25%;
	transition: all 0.4s;
}

.car-model-show{
	position: absolute;
	left: 32%;
	right: 32%;
	top: 80%;
	z-index: 1;
	color: #fff;
	transition: all 0.4s;
}

.car-model-show img{
	width: 100%;
}

.select-car-model{
	padding-top: 120px;
}

.select-flex{
	display: flex;
	width: 1000px;
	margin: auto;
	transition: all 0.4s;
}

.select-flex .item{
	padding: 0 20px;
	transition: all 0.4s;
}

.select-flex .item .car-text{
	text-align: center;
	padding: 10px;
}

.select-flex .item img{
	width: 100%;
}

.select-flex .item:hover{
	transform: scale(1.1);
	transition: all 0.4s;
}

.car-model-up img{
	width: 800px;
}

.prd-list-arrow{
	/* position: relative; */
}

.prd-list-arrow .arrow-left{
	position: absolute;
	left: -20px;
	top: 50%;
	z-index: 1;
    cursor: pointer;
	transform: translate(-50%,-50%);
}

.prd-list-arrow .arrow-right{
	position: absolute;
    right: -40px;
    top: 50%;
	z-index: 1;
    cursor: pointer;
	transform: translate(-50%,-50%);
}

.lightslider-box.mb{
	display: none;
}

.prd-list-arrow img{
	width: 20px;
}

.f-flex{
	display: flex;
	flex-direction: column;
}

.f-flex-reverse{
	flex-direction: column-reverse;
}

.f-flex .img{
   flex: 1;
   padding: 0 30px 30px 30px;
}

.f-flex .text{
   flex: 1;
   padding: 0 0 20px 0;
}

.f-flex .text .tp{
	font-family: 'KiaSignatureOTFBold','Noto Sans TC', sans-serif;
	font-weight: 500;
	font-size: 24px;
	text-align: center;
}

.f-flex .text .desc{
	font-size: 14px;
	line-height: 1.8;
	text-align: center;
	/*padding-bottom: 30px;*/
}

.lightslider-box{
	padding: 80px;
}

.f-flex-f3{
	position: absolute;
	left: 50%;
	top: 20%;
	z-index: 2;
	transform: translate(-50%, -50%);
}

.area-fr3 img{
	width: 100%;
    height: 100%;
    object-fit: cover;
	min-height: 500px;
}

.area-fr4{
	background-color: #f6f2ed;
}

.area-fr3-mb{
	display:none;
}

.f-flex-f3 .tp{
	text-align: center;
	font-family: NotoSansCJK;
	font-size: 45px;
	color: #fff;
	padding-bottom: 2px;
	white-space: nowrap;
}

.f-flex-f3 .text{
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 2;
	white-space: nowrap;
}

.f-flex-f4{
	position: absolute;
	left: 50%;
	top: 82%;
	z-index: 2;
	transform: translate(-50%, -50%);
}

.f-flex-f4 img{
	width: 500px;
}

.f-flex-f4-2{
	position: absolute;
	right: 15px;
	bottom: 15px;
	font-size: 15px;
	text-align: right;
	font-size: 13px;
}

.f-flex-f4-2 img{
	width: 280px;
}

.f-flex-f5{
	position: absolute;
	left: 30%;
	top: 35%;
	z-index: 2;
	transform: translate(-50%, -50%);
}

.f-flex-f5 .tp{
	text-align: center;
	font-family: 'kiaM';
	font-size: 60px;
	color: #fff;
	padding-bottom: 2px;
	white-space: nowrap;
}

.lSSlideOuter .lSPager.lSpg {
    display: none;
}

footer{
	background-color: #000;
}

.footer-text{
	color: #aeaeae;
	padding: 10px 10px 10px 20px;
	font-size: 13px;
}

.area-fr3{
	position: relative;
}

.bottom-info{
	position: absolute;
	right: 20px;
	bottom: 10px;
	color: #fff;
	font-size: 13px;
	z-index: 1;
}

.bottom-info.bct{
	color: #706f74;
	bottom: 0;
}

.space-fr-pc{
	padding: 80px;
}

.arrow-down-css{
    position: absolute;
    z-index: 1;
    width: 100%;
    text-align: center;
    animation: indexIcoAnimation 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.arrow-down-css img{
    width: 50px;
}

.gift-fr{
	padding: 60px 10px;
	width: 900px;
	margin: 0 auto;
}

.gift-flex{
	display: flex;
	/* flex-wrap: wrap; */
	justify-content: center;
	gap: 30px;
}

.gift-flex .gift-item{
	/*padding: 10px;*/
	box-shadow: 
    0 0 0 1px rgb(255 255 255 / 15%), 
    0 8px 20px rgb(0 0 0 / 0%),
    0 0 20px rgb(255 255 255 / 23%);
}
.gift-flex .gift-item{
  transition: all 0.25s ease;
}

.gift-flex .gift-item:hover{
  box-shadow: 
    0 0 0 1px rgb(255 255 255 / 25%), 
    0 12px 30px rgb(0 0 0 / 20%),
    0 0 30px rgb(255 255 255 / 35%);
  
  transform: translateY(-4px);
}

.gife-slider{
	display: none;
	position: relative;
}

.gife-slider .gift-item{
	box-shadow: 
    0 0 0 1px rgb(255 255 255 / 15%), 
    0 8px 20px rgb(0 0 0 / 0%),
    0 0 20px rgb(255 255 255 / 23%);
	margin: 30px;
}

.form-fr{
	width: 1000px;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 50px;
}

.form-fr .tb-fr{
	display: flex;
	color: #fff;
}
.form-fr .tb-fr2{
	padding-bottom: 20px;
}

.form-fr .tb-fr .item{
	flex: 0 0 50%;
	margin-bottom: 20px;
}
.form-fr .tb-fr .item_all{
	flex: 1;
	margin-bottom: 20px;
}

.form-fr .tb-fr .item a{
	color: #fff;
}

.form-fr .tb-fr .item.s2{
	flex: 0 0 55%;
	margin-bottom: 20px;
}

.form-fr .tb-fr .item.s2_2{
	flex: 0 0 45%;
	margin-bottom: 20px;
}

.form-fr .tb-fr .item2{
	flex: 1;
	margin-bottom: 20px;
}
.note_txt{
	color: #9E9E9E;
}
.tb-w{
	display: flex;
}

.tb-w .w1{
	flex: 0 0 80px;
	margin-top: 4px;
}

.tb-w .w1.s2{
	flex: 0 0 190px;
	margin-top: 4px;
}

.tb-w .w1.s3{
	flex: 0 0 160px;
	margin-top: 4px;
}

.tb-w .w2{
	flex: 1;
}

.tb-w .w3{
	flex: 0 0 160px;
	margin-top: 4px;
}

.tb-w .w1.t2{
	margin-top: 10px;
}

.tb-w .w2 .radio-fr{
	padding-top: 6px;
}

.item .tb-w .w2-2{
	width: calc(100% - 20px);
}

.item2 .tb-w .w2-2{
	width: calc(100% - 20px);
}

.input-sy{
	background-color: #fff0;
	border: 1px solid #fff0;
	border-bottom: 1px solid #fff;
	padding: 2px 10px;
	-webkit-appearance: none;
	border-radius:unset;
	outline:none;
	color: #fff;
}

input[type="radio"] {
    display:none;
}

input[type="radio"] + label {
    color: #fff;
}

input[type="radio"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-2px 10px 0 0;
    vertical-align:middle;
    background:url(../img/radio_s1.svg) no-repeat;
    background-size: cover;
    cursor:pointer;
    transition: all 0.4s; 
}

input[type="radio"]:checked + label span {
    background:url(../img/radio_s2.svg) no-repeat;
    background-size: cover;
    transition: all 0.4s; 
}

.checks{
	/*padding: 5px 0;*/
	padding-bottom: 10px;
}

input[type="checkbox"] {
    display:none;
}

input[type="checkbox"] + label {
    color: #fff;
}

input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-2px 10px 0 0;
    vertical-align:middle;
    background:url(../img/checkbox_s1.svg) no-repeat;
    background-size: cover;
    cursor:pointer;
    transition: all 0.4s; 
}

input[type="checkbox"]:checked + label span {
    background:url(../img/checkbox_s2.svg) no-repeat;
    background-size: cover;
    transition: all 0.4s; 
}

.checks a{
	color: #fff;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

.checks label{
	line-height: 2;
}

.tb-fr2 .note{
	font-size: 13px;
	line-height: 2;
	color: #9e9e9e;
	padding: 10px 0;
}
.note2{
	text-align: center;
}
.note2 a{
	font-size: 13px;
	line-height: 2;
	color: #9e9e9e;
	padding: 10px 0;
}

.sp-r{
	padding-right: 10px;
}

.select_s{
	display:block;
	border: 1px solid #fff0;
	background-color:#9ea2a2;
	appearance: none;
	background: url("../img/select_arrow.svg") no-repeat right center;
	background-size: 20px;
	width: calc(100% - 20px);
	height: 30px;
	line-height: 25px;
	margin-bottom: 0;
	border-bottom: 1px solid #fff;
	padding: 2px 10px;
	color: #fff;
}
.select_s option{
	background-color:#607D8B;
}

.gift-fr .gift{
	/* margin: 10px; */
	background-color: #fff;
	box-shadow: 4px 8px 14px -2px #242424428a;
	-webkit-box-shadow: 4px 8px 14px -2px #24242442;
	-moz-box-shadow: 4px 8px 14px -2px #24242442;
	-o-box-shadow: 4px 8px 14px -2px #24242442;
}
.gift-fr .gift .img{
	text-align: center;
	width: 250px;
}
.gift-fr .gift .info{
	padding: 15px;
	color: #fff;
	background-color: #9ea2a2;
	text-align:center;
	height: 100px;
	font-size: 14px;
}
.gift-fr .gift .info.md{
	padding-top: 25px;
}
.gift-fr .gift .info span{
	font-size: 1.3rem;
}
.gift_bottom_txt{
	text-align: center;
	padding: 10px 0;
	color: #d0d0d0;
	font-size: 14px;
}
.gift_bottom_txt a{
	color: #bababa;
	font-size: 13px;
}

.btn-fr{
	padding: 20px 0 20px 20px;
	text-align: center;
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.btn-1{
	border: 1px solid #5f686f;
	color: #fff;
	background: linear-gradient(to right, #0f1d2a, #2f475d);
	padding: 15px 50px;
	font-size: 18px;
	transition: all 0.4s;
	border-radius: 5px;
	cursor: pointer;
}
.btn-1.s1{
	width: 100%;
}
.btn-1:hover{
	border: 1px solid #7baacf;
	color: #fff;
    background: linear-gradient(to right, #2c3f51, #3a658c);
    transition: all 0.4s;
}
.btn-1.more-btn{
	height: 86px;
	line-height: 3;
}
.btn-subtitle2{
	font-size: 16px;
}
a.btn-1.more-btn{
	color: #fff;
}
.btn-2{
	border: 1px solid #05141f;
	color: #05141f;
    background-color: #ffffff;
    padding: 10px 80px;
    font-size: 18px;
    transition: all 0.4s;
}

.btn-2:hover{
	border: 1px solid #ffffff;
	color: #ffffff;
    background-color: #fff0;
    transition: all 0.4s;
}

.qa_menu{
	display: flex;
	border-bottom: 1px solid #dcd8d8;
	margin-bottom: 20px

}

.qa_menu .item{
	padding: 10px;
	margin: 5px 0;
	flex: 1;
	border-right: 1px solid #dcd8d8;
	color: #5c5c5c;
	text-align: center;
	transition: all 0.4s;
}

.qa_menu .item:hover{
	background-color: #f1f1f1;
	transition: all 0.4s;
}

.qa_tp{
	font-size: 30px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
}

.qa-list .item a{
	color: #444444;
}

.qa-list .item{
	border-bottom: 1px solid #dcd8d8;
	padding: 10px;
	position: relative;
}

.qa-list.end{
	padding-bottom: 80px;
}

.nav-link .arrow{
	position: absolute;
	right: 10px;
	top: 20px;
	width: 20px;
	transform: rotate(180deg);
	transition: all 0.4s;
}

.nav-link.collapsed .arrow{
	transform: rotate(0deg);
	transition: all 0.4s;
}

.qa-fr{
	padding: 0 100px 30px 100px;
}

.qa-list .qa-contents{
	color: #7e7e7e;
	padding: 10px 15px;
	line-height: 2;
}

.gototop {
    position: fixed;
    z-index: 90;
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    transition: all 0.5s;
    text-align: center;
    box-shadow: 0 2px 5px 0 #212529a3, 0 2px 10px 0 #343a4000;
    background-color: #9d9d9d;
    transform: rotate(270deg);
    display: none;
}

@keyframes indexIcoAnimation {
  0%{
     bottom: 30px;
     opacity: 0;
  }
  50%{
     bottom: 20px;
     opacity: 1;
  }
  100% {
     bottom: 10px;
     opacity: 0;
  }
}
.info-flex{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}

.info-flex .info-fr{
	border-right: 1px solid #fff;
	flex: 0 0 150px;
	text-align: center;
	color: #fff;
}

.info-flex .info-fr span{
	font-size: 1.4rem;
	font-weight: 600;
}

.info-flex .info-fr.end{
	border-right: 0;
}

.faq-fr{
	text-align:center;
	padding: 100px 50px 50px 50px;
	font-size: 30px;
	font-family: 'KiaSignatureOTFBold','Noto Sans TC', sans-serif;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem 1rem;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.modal-header img{
	width: 20px;
	-webkit-filter: invert(1);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0;
    outline: 0;
}

.modal-dialog-lightbox{
	max-width: 1000px;
	color: #fff;
}

.modal-dialog-lightbox .tp{
	font-size: 24px;
	text-align: center;
	color: #0f1d2a;
}

.modal-body {
    padding: 0 50px 50px 50px;
    line-height: 2;
    color: #0f1d2a;
}

.result-fr{
	margin: 100px auto;
	width: 1200px;
	position: relative;
}

.result-fr.s2{
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

.result-fr .tp{
	/* font-size: 25px; */
}
.result-fr .ordernum_text{
	text-align: center;
	color: #d4d3d1;
	padding-top: 20px;
	font-size: 18px;
}

.result-fr .line{
	position: absolute;
	width: 100px;
	top: 40px;
	border-bottom: 2px solid #000;
}

.result-fr .msgbox.error{
	margin: 40px;
	padding: 30px;
	font-size: 25px;
	color: #e96666;
	border: 2px solid #e96666;
    text-align: center;
	background-color: #f7a7a726;
}

.result-fr .msgbox{
	margin: 10px 40px 20px 40px;
	padding: 30px;
	font-size: 25px;
	color: #fff;
	border: 1px solid #9ea2a2;
	text-align: center;
	background-color: #1e2830;
}

.result-fr .msgbox2{
	font-size: 16px;
	text-align: center;
	color: #c2c2c2;
}

.form-fr2{
	border: 1px solid #e6e2e2;
	background-color: #fff;
	margin: 40px;
	padding: 30px 120px;
}

.form-fr2.s2{
	border: 1px solid #e6e2e2;
	background-color: #fff;
	margin: 40px;
	margin-bottom: 0;
	padding: 30px 120px;
}

.tb-fr2 .item{
	display: flex;
	border-bottom: 1px solid #e9e9e9;
	padding: 10px;
}

.tb-fr2 .item.end{
	border-bottom: 0;
}

.tb-fr2 label{
	flex: 0 0 120px;
	font-weight: 600;
}
.tb-fr2 .w1{
	color: #fff;
}

.tb-fr2 .result-txt{
	flex: 1;
}

.d-flex-rfr{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}

.d-flex-rfr .item{
	padding: 30px 10px;
}

.link-text{
    text-align: center;
    padding: 10px 0;
}

.car-model-bg{
	overflow:hidden;
}
.result-page{
	min-height: 100vh;
}
.payment-info-text{
	text-align: center;
	color: #fff;
}
.payment-info-text.failed{
	color: #e9847e;
}
.payment-info-text h2{
	font-size: 30px;
	font-weight: 400;
}
.payment-info-text p{
	font-size: 18px;
	font-weight: 400;
}
.payment-info-flex{
	display: flex;
	color: #fff;
	width: 800px;
	border: 1px solid #6e6e6e;
	margin: 40px auto;
	padding: 30px;
	border-radius: 8px;
	background: linear-gradient(to right, #0f1d2a, #1e2b38);
}
.payment-info-flex .item{
	flex: 1;
}
.payment-info-flex .item.r-line{
	border-right: 1px solid #6e6e6e;
}
.result-payment-icon{
	text-align: center; 
	margin: 80px 0 10px 0;
}
.result-payment-icon img{
	max-width: 100px; 
	height: auto;
}
@media (max-width: 1919.58px) {
	.container-full {
		width: 100%;
	}
}

@media (max-width: 1500px) {
	.gift-fr .gift .info{
		font-size: 14px;
	}

}

@media (max-width: 1400px) {
	.banner-main .bimg{
		min-height: 660px;
	}

	.gift-fr .gift .info{
		/* font-size: 15px; */
	}

	.gift-fr .gift .info span{
		/* font-size: 18px; */
	}
	.banner-main.c3{
		height: 700px;
		transition: all 0.4s;
	}
	.car-model-up{
		left: 20%;
		top: 20%;
		transition: all 0.4s;
	}
	.car-model-up img{
		width: 700px;
		transition: all 0.4s;
	}
	.top-txt{
		font-size: 12px;
	}
	.top-num{
		
		font-size: 30px;
		padding-bottom: 10px;
	}
	.top-num span{
		font-size: 15px;
	}
	.select-car-model{
		padding-top: 100px;
	}
	.select-flex{
		display: flex;
		width: 800px;
		margin: auto;
	}
}

@media (max-width: 1200px) {
	.banner-main .banner-text{
		position: absolute;
		top: 75%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.f-flex .img{
	   flex: 1;
	   padding: 0 20px 20px 20px;
	}

	.gift-fr .gift{
		margin: 0;
	}

	.form-fr{
		padding: 30px 200px;
	}

	.form-fr{
		width: 100%;
	}

	.banner-main.c3{
		height: 600px;
		transition: all 0.4s;
	}
	
	.result-fr{
		width: 100%;
		padding: 0 20px;
	}

	.top-txt{
		font-size: 9px;
	}
	
	.top-num{
		font-size: 22px;
		padding-bottom: 10px;
	}
	
	.top-num span{
		font-size: 15px;
	}

	.select-car-model{
		padding-top: 90px;
	}
	
	.select-flex{
		display: flex;
		width: 700px;
		margin: auto;
	}
	
	.gift-fr .gift .info{
		height: 100px;
	}

}

@media (max-width: 992px) {
	.top-flex .menu-logo{
		flex: 1;
		padding-top: 10px;
		padding-bottom: 20px;
	}

	.top-flex .menu-text{
		display: none;
	}

	.banner-main2{
		padding: 20px 20px 30px 20px;
	}

	.space-fr-pc{
		display: none;
	}

	.lightslider-box.mb{
		display: block;
	}
    /*
	.f-flex .text .desc{
		height: 100px;
	}
	*/
	.f-flex{
		flex-direction: column-reverse!important;
	}
	
	.f-flex-f3 .text{
		font-size: 16px;
	}

	.form-fr{
		padding: 10px 60px 30px 60px;
	}

	.f-flex-f5{
		left: 30%;
		top: 35%;
		transition: all 0.4s;
	}

	.f-flex-f5 .tp{
		font-size: 50px;
	}
	
	.form-fr2.s2{
		margin: 40px;
		margin-bottom: 0;
		padding: 30px 50px;
	}

	.area-fr-bg{
		padding: 0;
		width: 120%;
		margin-left: -10%;
		object-fit: contain;
		transition: all 0.4s;
	}
	
	.car-model-info{
		position: absolute;
		left: 15%;
		right: 15%;
		top: 52%;
		z-index: 1;
		color: #fff;
	}
	
	.car-model-show{
		position: absolute;
		left: 25%;
		right: 25%;
		top: 82%;
		z-index: 1;
		color: #fff;
		transition: all 0.4s;
	}

	.select-car-model{
		padding-top: 110px;
	}
	
	.select-flex{
		display: flex;
		width: 600px;
		margin: auto;
	}
	.gift-fr{
		width: 100%;
		padding: 60px 30px;
	}
	.payment-info-flex{
		flex-direction: column;
		gap: 15px;
		width: 100%;
	}
	.payment-info-flex .item.r-line{
		border-right: unset;
		border-bottom: 1px solid #393939;
		padding-bottom: 15px;
	}


}

@media (max-width: 768px) {
	
	.f-flex-f4{
		position: absolute;
		left: 50%;
		top: 82%;
		z-index: 2;
		transform: translate(-50%, -50%);
	}
	
	.banner-main.c2 .bgimg{
		width: 100%;
		height: 660px;
		object-fit:cover;
		object-position: 50% 0;
		transition: all 0.4s;
	}
	.area-fr3{
		display:none;
	}

	.area-fr3-mb{
		display:block;
	}

	.gift-fr .gift{
		margin: 10px;
	}
	.gift-fr .gift .info{
		font-size: 16px;
	}

	.gift-fr .gift .info span{
		font-size: 24px;
	}

	.form-fr .tb-fr{
		flex-direction: column;
	}

	.banner-main.c3{
		max-height: 400px;
		transition: all 0.4s;
	}

	.qa-fr{
		padding: 0 50px 30px 50px;
	}

	.f-flex-f5{
		left: 40%;
		top: 35%;
		transition: all 0.4s;
	}

	.f-flex-f5 .tp{
		font-size: 50px;
	}

	.area-fr-bg{
		width: 140%;
		margin-left: -20%;
		object-fit: contain;
		transition: all 0.4s;
	}

	.car-model-info{
		position: absolute;
		left: 10%;
		right: 10%;
		top: 52%;
		z-index: 1;
		color: #fff;
	}

	.select-car-model{
		padding-top: 80px;
	}
	
	.select-flex{
		display: flex;
		width: 600px;
		margin: auto;
	}

	.d-flex-rfr{
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		flex-direction: column;
		padding: 35px;
	}
	
	.d-flex-rfr .item{
		padding: 10px 10px;
	}
	
	.gift-fr .gift .info{
		height: 100px;
	}
	.gift-fr .gift .img{
		text-align: center;
		width: unset;
	}
	.tb-w{
		flex-direction: column;
	}
	.tb-w .w1{
		flex: 1;
		margin-top: 10px;
	}
	.tb-w .w1.s2{
		flex: 1;
		margin-top: 10px;
	}
	.tb-w .w1.s3{
		flex: 1;
		margin-top: 10px;
	}
	.tb-w .w3{
		flex: 1;
		margin-top: 10px;
	}
	.gift-flex{
		gap: 15px;
	}
	.area-fr7 .tp{
		padding-top: 40px;
		font-size: 36px;
		line-height: 1.4;
	}
	.mobile-br{
		display: inline;
	}
	.comma-hide{
		display: none;
	}
	.period-hide{
		display: none;
	}
	
	.btn-fr{
		flex-direction: column;
		padding: 20px;
		gap: 15px;
	}
	
	.btn-1{
		width: 100%;
		max-width: 400px;
	}
}

@media (max-width: 576px) {

	.mobile-br{
		display: inline;
	}

	.banner-main .banner-text .sp2{
		font-size: 50px;
	}

	.lightslider-box{
		padding: 20px;
	}

	.f-flex .img{
	   flex: 1;
	   padding: 10px;
	}
	.prd-list-arrow .arrow-left{
		position: absolute;
		left: 10px;
		z-index: 1;
		cursor: pointer;
		/*-webkit-filter:invert(1);*/
		transition: all 0.4s;
		top: 52%;
	}
	.prd-list-arrow .arrow-right{
		position: absolute;
		right: -10px;
		z-index: 1;
		cursor: pointer;
		transition: all 0.4s;
		top: 52%;
	}
	.f-flex .text{
	   flex: 1;
	   padding: 20px 0 0 0;
	}

	.f-flex-f4{
		position: absolute;
		left: 50%;
		top: 82%;
		z-index: 2;
		transform: translate(-50%, -50%);
	}

	.f-flex-f4 img{
		width: 380px;
	}

	.info-flex .info-fr{
		border-right: 1px solid #fff;
		flex: 0 0 120px;
		text-align: center;
		color: #fff;
	}

	.info-flex .info-fr span{
		font-size: 1.1rem;
		font-weight: 600;
	}

	.banner-main .banner-text .sp1{
		text-align: center;
		font-family: 'KIAbodyLatinbasic';
		font-size: 25px;
		color: #fff;
		white-space: nowrap;
	}

    /*
	.f-flex .text .desc{
		height: 80px;
	}
	*/
	.gift-fr{
		padding: 20px;
	}

	.gift-fr .gift .info{
		font-size: 12px;
	}

	.gift-fr .gift .info span{
		font-size: 18px;
	}
	
	.form-fr{
		padding: 10px 20px;
	}

	.item .tb-w .w2-2{
		width: calc(100% - 10px);
	}

	.item2 .tb-w .w2-2{
		width: calc(100% - 10px);
	}

	.qa_menu .item{
		font-size: 12px;
	}

    .qa-fr{
		padding: 0 15px 30px 15px;
	}

	.f-flex-f5{
		left: 50%;
		top: 35%;
		transition: all 0.4s;
	}

	.f-flex-f5 .tp{
		font-size: 30px;
	}

	.w-lt{
		width: calc(100% - 20px);
	}

	.faq-fr{
		text-align:center;
		padding: 100px 20px 20px 20px;
		font-size: 20px;
		font-family: 'KiaSignatureOTFBold','Noto Sans TC', sans-serif;
	}

	.result-fr .msgbox{
		margin: 30px 0;
		padding: 20px;
		font-size: 18px;
	}

	.form-fr2.s2{
		margin: 40px 0;
		margin-bottom: 0;
		padding: 30px 20px;
	}

	.tb-fr2 label{
		flex: 0 0 100px;
		font-weight: 400;
	}

	.area-fr-bg{
		width: 145%;
		margin-left: -20%;
		object-fit: contain;
		transition: all 0.4s;
	}

	.top-txt{
		font-size: 9px;
	}
	
	.top-num{
		font-size: 15px;
		padding-bottom: 5px;
	}
	
	.top-num span{
		font-size: 8px;
	}

	.car-info-txt1{
		flex: 0 0 35%;
	}
	
	.car-info-txt2{
		flex: 0 0 50%;
	}
	
	.car-info-txt3{
		flex: 0 0 20%;
	}

	.car-model-info{
		position: absolute;
		left: 10%;
		right: 10%;
		top: 50%;
		z-index: 1;
		color: #fff;
	}

	.select-car-model{
		padding-top: 80px;
	}
	
	.select-flex{
		display: flex;
		width: 380px;
		margin: auto;
	}
	
	.select-flex .item{
		font-size: 12px;
	}
	
	.select-flex .item{
		padding: 0 10px;
	}

	.car-model-show{
		left: 15%;
		right: 15%;
		top: 82%;
		transition: all 0.4s;
	}

	.d-flex-rfr{
		padding: 20px 0 20px 0;
	}

	.gift-fr .gift .info{
		height: 80px;
	}
	
	.tb-w.tb-w2{
		display: flex;
		flex-direction: column;
	}

	.tb-w.tb-w2 .w1{
		flex: 1;
		margin-top: 4px;
	}
	.gift-fr .gift .info.md{
		padding-top: 20px;
	}
	.modal-body {
	    padding: 0 20px 20px 20px;
	}
	.modal-dialog-lightbox .tp{
		font-size: 18px;
		font-weight: 600;
	}
	.select_s{
		width: 100%;
	}
	.gift-flex{
		display: none;
	}
	.gife-slider{
		display: block;
	}
	.payment-info-flex{
		padding: 25px 10px;
		margin: 30px auto;
	}
	.btn-1{
		font-size: 16px;
		padding: 15px 10px;
	}
	.result-payment-icon{
		text-align: center; 
		margin: 60px 0 10px 0;
	}
	.result-payment-icon img{
		max-width: 80px; 
		height: auto;
	}
	.result-page-tp{
		font-size: 30px;
	}
	.area-fr7 .subtp{
		font-size: 16px;
	}
}
@media (max-width: 440px) {

}


@media (max-width: 375px) {

	.f-flex-f4 img{
		width: 300px;
	}

	.f-flex-f4-2 img{
		width: 280px;
	}

	.f-flex .text .tp{
		font-family: 'KiaSignatureOTFBold','Noto Sans TC', sans-serif;
		font-weight: 500;
		font-size: 22px;
		text-align: center;
	}
	.area-fr2 .tp{
		font-size: 40px;
	}
	.area-fr7 .tp{
		/* font-size: 40px; */
	}
	.f-flex-f3 .tp{
		font-size: 40px;
	}

	.f-flex-f3 .text{
		white-space:unset;
	}

	.banner-main .banner-text .sp1{
		font-size: 20px;
	}

	.banner-main .banner-text .sp2{
		font-size: 40px;
	}

	.banner-main .banner-text .sp3{
		font-size: 16px;
	}

	.banner-main.c3 .bgimg{
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 65% 80%;
		transition: all 0.4s;
	}
	.select-car-model{
		padding-top: 60px;
		padding-bottom: 40px;
	}
	.select-flex{
		display: flex;
		width: 300px;
		margin: auto;
		transition: all 0.4s;
	}
	.select-flex .item{
		font-size: 12px;
	}
	.select-flex .item{
		padding: 0 10px;
	}
	.select-flex .item .car-text{
		display: none;
	}
	.car-model-show{
		left: 18%;
		right: 18%;
		top: 86%;
		transition: all 0.4s;
	}
}



