.text-on-img{
    display: flex; 
    flex-direction: column; 
    margin:0 auto;
}

.section2 .swiper-container{
    width: 100% !important;
    overflow: hidden;
}

.section1:nth-child(1){
    margin-top: 70px;
}

.section1:nth-child(3){
    margin: 80px 0;
}

.section1:nth-child(4){
    margin-bottom: 90px;
}

.contents{
    display: flex;
    flex-direction: column; 
    align-items: center;  
    width:100%;
}

.section2:nth-child(1){
    margin: 150px 0;
}

.section2:nth-child(3){
    margin-bottom: 150px;
}

/* .swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.section2 .swiper-button-prev{
    background: url(https://api-storage.cloud.toast.com/v1/AUTH_419fcbf8b1e24edb82aad4380273c2d2/learningfit/image/kdigital_credit/prev.png) no-repeat;
    background-size: 100% auto;
    background-position: center;
    z-index: 2;  
    width: 120px; 
    height: 120px; 
    margin-left: -80px;
}
.section2 .swiper-button-next{
    background: url(https://api-storage.cloud.toast.com/v1/AUTH_419fcbf8b1e24edb82aad4380273c2d2/learningfit/image/kdigital_credit/next.png) no-repeat;
    background-size: 100% auto;
    background-position: center;
    z-index: 2;  
    width: 120px; 
    height: 120px; 
    margin-right: -80px;
}

.swiper-button-next, .swiper-button-prev{
    top: 47% !important;
} */

.section3:nth-child(3){
    margin-bottom: 40px;
}
.section3:nth-child(4){
    margin-bottom: 100px;
}

.section3 img {
    width: 100%;
}

.section4 img {
    width: 100%;
}

.section4:nth-child(1) {
    margin-top: 220px;
}
.section4:nth-child(2) {
    margin-top: 100px;
}
.section4 .container{
    width: 100%;
}

#tab-2_sector{
    position: absolute;
    background: transparent;
    width: 250px;
    height: 67px;
    margin-top: 390px; 
    margin-left: 508px; 
    cursor: pointer;
}
#tab-3_sector{
    position: relative;
}
ul.tabs li{
    font-size: 26px;
    font-weight: bold;
    padding-top: 26px;
    text-align: center;
    height: 70px;
    width: 33%;
    border-radius: 10px;
	background-color: white;
	color: #222;
	display: inline-block;
	cursor: pointer;
    margin: 0;
}

ul.tabs li.current{
	background: #c92528;
	color: white;
}

.tab-content{
	display: none;
}

.tab-content.current{
	display: inherit;
}
.sidebox {
    position: absolute;
    width: 260px;
    top: 400px;
    left: 20px;
    padding: 3px 10px;
    z-index: 5;
}
.clearImg {
    width: 510px !important;
    position: absolute;
    z-index: 4;
    margin-left: 250px;
    margin-top: 108px;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1); 
    -o-transform:scale(1);  
    transform:scale(1);
    -webkit-transition:.3s;
    -moz-transition:.3s;
    -ms-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.clearImg:hover {
    -webkit-transform:scale(2);
    -moz-transform:scale(2);
    -ms-transform:scale(2);   
    -o-transform:scale(2);
    transform:scale(2);
}
.foot{
    font-family:han sans ;
    z-index:99; 
    position: fixed;
    bottom: 0; 
    display: flex; 
    font-size: 35px;
    font-weight: 600; 
    width: 100%; 
    height: 150px;
    background-color: #c92528;  
}
.foot img{
    width: 1700px;
    height: 110px;
    margin: 20px auto ;
}
.footerContainer{
    display: flex;
    margin: 0 auto;
    top: 44%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}
#footerBox{
    color: white;
    z-index: 7;
    position: absolute;
    margin-left: -188px;
}
#footerBox2{
    color: white;
    z-index: 7;
    position: absolute;
    margin-left: -83px; 
}
#footerBox3{
    color: white;
    z-index: 7;
    position: absolute;
    margin-left: 31px; 
}
#footerBox4{
    position: absolute;
    color: white;
    z-index: 7;
    margin-left: 134px;
}

.t-head{
    text-align: center !important;
    font-size: 16px;
    font-weight: 600;
}