@charset "UTF-8";
/* CSS Document */
.cfa-bk{
background: url("../images/cfa-bk-img-large.jpg");
background-position: top center;
background-size: 3000px auto ;
background-repeat: no-repeat;
background-color: #fff;
padding: 50px 0;
position: relative;
}
.cfa-block{
border: 4px solid #fff;
border-radius: 50px;
background-color: rgb(255, 255, 255, 0.8);
padding: 30px 40px 0 40px;
margin-top: -35px;
}

.cfa-tab-row{
display: flex;
flex-wrap: nowrap;
justify-content: center;
margin-bottom: 30px;
}
.cfa-tablink{
width: 48%;
max-width: 400px;
display: flex;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
padding: 5px 10px;
border-radius: 50px;
border: 2px solid #0071eb;
background-color: #fff;
color: #0071eb;
margin: 0 10px;
font-size: 18px;
line-height: 1.2;
font-weight: bold;
cursor: pointer;
}
.cfa-tablink.active{
background-color: #0071eb;
color: #fff;
}

.cfa-tab-inner{
display: flex;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
}
.cfa-content-cast{
width: 40%;
padding-right: 10px;
}
.cfa-content-col{
width: 60%;
margin: 20px 0;
}
a.cfa-Btn{
border-radius: 30px;
padding: 8px 40px 8px 30px;
background-color: #0071eb;
font-size: 18px;
display: inline-block;
text-align: center;
color: #fff;
background-image: url("../images/arrow-dot.svg");
background-repeat: no-repeat;
background-size: 10px auto;
background-position: right 20px center;
font-weight: bold;
transition: 0.5s;
line-height: 1;
margin-top: 20px;
}
a.cfa-Btn:hover{
background-position: right 15px center;
color: #fff;
}
@media (max-width: 576px){
.cfa-block{
padding: 20px 20px 0 20px;
}
.cfa-tab-row{
margin-bottom: 10px;
}
.cfa-tablink{
font-size: 16px;
padding: 5px;
border-radius: 20px;
width: calc(50% - 10px);
margin: 0 5px;
}
.cfa-tab-inner{
align-items: center;
flex-flow: column-reverse;
}
.cfa-content-cast{
width: 80%;
}
.cfa-content-col{
width: 100%;
}
a.cfa-Btn{
font-size: 16px;
margin-top: 10px;
}
}


.wm-full-bk{
background-image: linear-gradient(#ecf9fe, #fff, #ecf9fe);
position: relative;
padding: 30px 0;
}

.tab-wrap{
width: 80%;
max-width: 440px;
margin-left: auto;
margin-right: auto;
display: flex;
background: #0767a6;
border: 6px solid #0767a6;
border-radius: 9999px;
align-items: center;
position: relative;
margin-top: 0;
}
.tab{
background: none !important;
border: none;
font-size: 18px;
line-height: 1.2;
padding: 10px 20px;
border-radius: 9999px;
font-weight: bold;
box-shadow: none;
z-index: 5;
}
.tab.active{
color: #0066b3;
}
.tab-slider{
position: absolute;
width: 50%;
height: 100%;
left: 0;
background: #fff;
z-index: 1;
border-radius: 9999px;
}
.tab-con{
border: none;
background: none;
padding: 0;
}
.tab-wrap.sliderleft .tab-slider{
left: 0;
transition-duration: 0.2s;
z-index: 1;
}
.tab-wrap.sliderright .tab-slider{
left: 50%;
transition-duration: 0.2s;
z-index: 1;
}
.cus-row{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
margin-left: -15px;
margin-right: -15px;
}
.cus-col1{
padding: 10px 15px;
}
.cus-col2{
width: 65%;
padding: 10px 15px;
}
@media (max-width: 768px){
.cus-col1, .cus-col2{
width: 100%;
}
.tab{
height: 100%;
}
}
.app-row{
display: flex;
flex-wrap: nowrap;
align-items: center;
justify-content: space-between;
max-width: 510px;
margin: 0 auto;
}
.new-cus-border{
border: 1px solid #0066b3;
background-color: #fff;
border-radius: 15px;
padding: 12px 25px;
border-radius: 15px;
box-shadow: inset 0 0 8px #0066b3;
}
a.point-arrow{
background-image: url("../images/link-Arrow.svg");
background-repeat: no-repeat;
background-position: right center;
background-size: 23px auto;
padding-right: 26px;
color: #00446e;
}
a.point-arrow:hover{
color: #44c5f1;
}


