.customer-main-container{
    overflow: hidden
}

.khal-banner{
    background: url("/assets/customer/khal2800.png") no-repeat; 
}
.khcg-banner{
    background: url("/assets/customer/khcg2800.png") no-repeat;
}

.khal-banner,.khcg-banner{
	background-size: cover;
	background-position: center;
}
@media screen and (min-width: 320px)and (max-width: 750px) {
	.khal-banner{
	    background: url("/assets/customer/khal750.png") no-repeat; 
	}
	.khcg-banner{
	    background: url("/assets/customer/khcg750.png") no-repeat;
	}
	
	.khal-banner,.khcg-banner{
		background-size: cover;
		background-position: center;
	}
}
.customer-container{
    padding: 40px 0;
    background: #F4F7FC;
}
.customer-container .customer-card{
    margin: 0 auto;
    max-width: 1200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: flex-start;
	padding: 0 60px;
}
.customer-container .customer-card-title{
	color:#35373B;
	font-size:32px;
	text-align: center;
	padding-top:40px;
	padding-bottom:40px;
}
.customer-container .customer-card-content{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	gap:20px;
	justify-content: flex-start;
}
.customer-container .customer-content-item{
	width: calc((100% - 40px) / 3);
	max-width: 400px;
	background: #fff;
	border-radius: 12px;
}
.customer-container .customer-content-item img{
	width: 100%;
	height: auto;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
.customer-container .customer-content-item p{
	/* line-height: 62px; */
	border: 1px solid #EEEEEE;
	border-radius: 12px;
	border-top: none;
	padding: 20px;
	color: #35373B;
}
.customer-container .custom-his-content{
	width: calc((100% - 80px) / 5);
	max-width: 224px;
	/* height:112px; */
	background: #fff;
	border-radius: 4px;
	padding:26px 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
.customer-container .custom-his-content img{
	width:100%;
	height:auto;
}
.his-customer-container .customer-card-title{
	padding-top:0;
}
.his-customer-container{
	padding-bottom:80px;
}

.customer-container2{
	margin: 0 auto;
	background: url("/assets/customer/bg@2x.png");
	background-size: cover;
	background-position: center;
}
.customer-container2 .customer-content2{
	margin: 0 auto;
	max-width: 1200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: flex-start;
	padding: 20px 0;
}
.customer-container2  .customer-content-item2{
	width: calc(100% / 3);
	max-width: 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
}
.customer-container2  .customer-content-item2:nth-child(2){
	border-right: solid 1px #ddd;
	border-left: solid 1px #ddd;
}
.customer-container2  .customer-content-item2 img{
	width: 28px;
	height: 28px;
	margin-right: 10px;
}
.customer-container2  .customer-content-item2 span{
	font-size: 16px;
	font-weight: 400;
	color: #35373B;
	line-height: 19px;
}
.customer-container3 {
	margin: 0 auto;
	padding:80px 40px;
}
.customer-container3 .customer-container-title3{
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.customer-container3 .customer-content3{
	margin: 0 auto;
	max-width: 1200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	padding-top: 56px;
}
.customer-container3 .customer-content3 .left{
	max-width: 600px;
	font-size: 14px;
	color: #41464F;
	line-height: 28px;
}
.customer-container3 .customer-content3 .right{
	max-width: 405px;
}
.customer-container3 .customer-content3 .right img{
	max-width: 405px;
	width: 100%;
	height: auto;
}

.customer-container4 {
	margin: 0 auto;
	padding:80px 20px;
	background: #F4F7FC;
}
.customer-container4 .customer-container-title4{
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.customer-container4 .customer-content4{
	margin: 56px auto 0;
	max-width: 1200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
}
.customer-container4 .customer-content4 .itemtable{
	background-color: #FFFFFF;
	box-sizing: content-box;
}
.customer-container4 .customer-content4 .pc .itemtable td,
.customer-container4 .customer-content4 .pc .itemtable th {
	font-style: normal;
	font-weight: normal;
	text-align: center;
	border: solid 1px #DDE2E9;
	padding: 0 12px;
	width: 170px;
	font-size: 14px;
	/* min-width: 130px; */
	color: #35373B;
	border-left: none;
	vertical-align:middle
}
.customer-container4 .customer-content4 .pc .itemtable th:nth-child(1){
	height: 88px;
}
.customer-container4 .customer-content4 .pc .itemtable th:nth-child(2){
	height: 64px;
}
.customer-container4 .customer-content4 .pc .itemtable td{
	height: 164px;
}
 
/* .customer-container4 .customer-content4 .phone .hoverTable:hover td,
 .customer-container4 .customer-content4 .phone .hoverTable:hover th,
 .customer-container4 .customer-content4 .phone .hoverTable:hover */
.customer-container4 .customer-content4 .hoverTable:hover tr td,
.customer-container4 .customer-content4 .hoverTable:hover tr th{
	background-color: #ECF8FF;
	border: solid 1px #0082CA;
}
.customer-container4 .customer-content4  .noneHover th,
.customer-container4 .customer-content4  .noneHover td{
	/* font-size: 16px !important; */
	background-color: #E9EDF4!important;
	/* font-weight: ; */
}
.customer-container4 .customer-content4 .phone{
	display: none;
}
.customer-container4 .customer-content4 .phone td,
.customer-container4 .customer-content4 .phone th{
	font-style: normal;
	font-weight: normal;
	text-align: center;
	border: solid 1px #DDE2E9;
	padding: 25px 12px;
	width: 33.33%;
	font-size: 14px;
	color: #35373B;
	border-left: none;
	vertical-align:middle;
	background-color: #FFFFFF;
}
.customer-container5 {
	margin: 0 auto;
	padding:80px 40px;
}
.customer-container5 .customer-container-title5{
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.customer-container5 .customer-content5{
	margin: 0 auto;
	max-width: 1200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: self-start;
	justify-content: space-between;
	padding-top: 56px;
}
.customer-container5 .customer-content-item5{
	width: calc(100% / 6);
	max-width: 156px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex:1;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
}

.customer-container5 .customer-content-item5 .num span:nth-child(1){
	font-size: 32px;
	color: #0082CA;
	line-height: 38px;
	margin-right: 5px;
}
.customer-container5 .customer-content-item5 .num span:nth-child(2){
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 13px solid #0082CA;
	margin-bottom: 5px;
}
.customer-container5 .customer-content-item5 p{
	padding-top: 20px;
	color: #35373B;
	text-align: center;
	max-width: 156px;
}
.customer-container5 .customer-content5 .line{
	    border-top: solid 1px #E0E0E0;
	        width: 8%;
	        margin: 20px -4% 0;
	        max-width: 120px;
	
}
.customer-container5 .customer-content5 .line:last-child{
	display: none;
}
.tab-wrapper{
	display : flex;
	flex-direction: row;
	flex-wrap:wrap; 
	justify-content:center;
	border-bottom:1px solid #EEEEEE;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 40px;
}
.tab-wrapper .tab-list{
    color:#41464F;
    font-size:18px;
    padding:0 20px 16px;
    float:left;
    line-height: 21px;
    cursor: pointer;
    margin:0 6px;
}
.tab-wrapper .tab-list.active{
    color:#0082CA;
    border-bottom: 3px solid #0082CA;
}
.customer-container6{
	margin: 0 auto;
	padding: 80px 0 80px 0;
}
.customer-container6 .customer-container-title6{
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.customer-container6 .customer-content6{
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
	display: grid;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	justify-content: center;
	flex-wrap: wrap;
	grid-template-columns: repeat(3,387px);
	gap: 20px;
	padding-top: 56px;
}
.customer-container6 .customer-content6 .content-item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background: #fff;
	border: 1px solid #EEEEEE;
	width: 100%;
}
.customer-container6 .content-item-top{
	background: url("/assets/customer/bg1.png") no-repeat ;
	background-size: cover;
	background-position: center;
	height: 70px;
	width: 100%;
}
.customer-container6 .content-item:nth-of-type(2) .content-item-top{
	background: url("/assets/customer/bg2.png") no-repeat;
	background-size: cover;
	background-position: center;
}
.customer-container6 .content-item:nth-of-type(3) .content-item-top{
	background: url("/assets/customer/bg3.png") no-repeat;
	background-size: cover;
	background-position: center;
}
.customer-container6 .content-item:nth-of-type(4) .content-item-top{
	background: url("/assets/customer/bg4.png") no-repeat;
	background-size: cover;
	background-position: center;
}
.customer-container6 .content-item:nth-of-type(5) .content-item-top{
	background: url("/assets/customer/bg5.png") no-repeat;
	background-size: cover;
	background-position: center;
}
.customer-container6 .content-item-bottom{
	height: 160px;
	padding: 20px 20px 0;
	font-size: 14px;
	color: #35373B;
	line-height: 24px;
}
.carousel {
    overflow: hidden;
    max-width: 1200px
}

.carousel .row {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.carousel .row .row-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    min-width: 222px;
    /* border: 1px solid #e2e5e9; */
    border-radius: 10px
}

.carousel .row .row-item .logo {
    width: 224px;
    height: auto;
    max-height: 100%;
}

.carousel .row:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.carousel .row-ltr {
    -webkit-animation: left-to-right var(--casecarousel-ltr-time) infinite linear;
    animation: left-to-right var(--casecarousel-ltr-time) infinite linear
}

@-webkit-keyframes left-to-right {
    from {
        -webkit-transform: translateX(var(--casecarousel-ltr-width));
        transform: translateX(var(--casecarousel-ltr-width))
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes left-to-right {
    from {
        -webkit-transform: translateX(var(--casecarousel-ltr-width));
        transform: translateX(var(--casecarousel-ltr-width))
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.carousel .row-rtl {
    margin-top: 60px;
    -webkit-animation: right-to-left var(--casecarousel-ltr-time) infinite linear;
    animation: right-to-left var(--casecarousel-ltr-time) infinite linear
}

@-webkit-keyframes right-to-left {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(var(--casecarousel-rtl-width));
        transform: translateX(var(--casecarousel-rtl-width))
    }
}

@keyframes right-to-left {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(var(--casecarousel-rtl-width));
        transform: translateX(var(--casecarousel-rtl-width))
    }
}

.carousel.account-logos {
    margin: 0 auto;
    padding: 80px 0 80px
}

@media screen and (min-width: 320px)and (max-width: 1024px) {
    .carousel {
        margin:0 auto;
        padding: 0 0 50px
    }

    .carousel .row .row-item {
        min-width: 224px;
        height: 82px
    }

    .carousel .row .row-item .logo {
        max-width: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }
}

@media screen and (min-width: 1024px)and (max-width: 1280px) {
    .carousel {
        /* margin:0 40px */
    }
}
@media screen and (min-width: 900px) and (max-width: 1250px) {
	.customer-container6 .customer-content6{
		width: 100%;
		grid-template-columns: repeat(2, 387px);
	}
}
@media screen and (min-width: 420px) and (max-width: 900px) {
	.customer-container6 .customer-content6{
		width: 100%;
		grid-template-columns: repeat(1, 387px);
	}
}
@media screen and (min-width: 320px) and (max-width: 420px) {
	.customer-container6 .customer-content6{
		width: 100%;
		grid-template-columns: repeat(1, 90%);
	}
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
	.customer-container4 .customer-content4 .pc .itemtable td {
	    height: 235px;
	}
}
@media screen and (min-width: 750px) and (max-width: 1200px){
	.customer-container5 .customer-content-item5 p{
		padding-top: 20px;
		color: #35373B;
		text-align: center;
		max-width: 156px;
		font-size: 14px;
		padding: 10px;
	}
}
@media screen and (max-width: 750px) {
	.customer-container5 .customer-content5{
		    -webkit-box-direction: normal;
		    -ms-flex-direction: column;
		    flex-direction: column;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
	}
	.customer-container5 .customer-content-item5{
		max-width: 100%;
		width: 100%;
	}
	.customer-container5 .customer-content-item5 .num span:nth-child(2){
		transform: rotateZ(90deg) translateX(4px);
	}
	.customer-container5 .customer-content5 .line{
		    border-left: solid 1px #E0E0E0;
		    width: 0;
		    margin: 20px;
		    height: 40px;
	}
	.customer-container5 .customer-content-item5 p{
		max-width: 100%;
	}
}
@media screen and (max-width: 900px){
	.customer-container4 .customer-content4 .pc{
			display: none;
	}
	.customer-container4 .customer-content4 .phone{
			display: block;
	}
}
@media screen and (min-width: 630px)and (max-width: 990px) {
	.customer-container .customer-content-item{
		width: calc((100% - 20px) / 2);
	}
	.customer-container .custom-his-content{
		width: calc((100% - 40px) / 3);
	}
}
@media screen and (min-width: 320px)and (max-width: 630px){
	.customer-container .customer-content-item{
		width: calc(100% - 20px);
	}
	.customer-container .custom-his-content{
		width: calc((100% - 20px) / 2);
	}
}

@media screen and (min-width: 320px)and (max-width: 1200px) {
	.customer-container3 .customer-content3{
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.customer-container3 .customer-content3 .right{
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 550px) {
	.customer-container2  .customer-content-item2 img{
		width: 20px;
		height: 20px;
		margin: 0;
	}
	.customer-container2  .customer-content-item2 span{
		font-size: 14px;
		font-weight: 400;
		color: #35373B;
		line-height: 1;
	}
}