
.content1 .top {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.content1 .btn_wrap {
   display: flex;
   flex-wrap: wrap;
   gap: 20px;
}
.content1 .btn_wrap a{
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    background-color: #fafafa;
    padding: 1.5rem 1.5rem 3rem 1.5rem;
    border-radius: 1rem;
    align-items: center;
    font-size: 1.6rem;
    justify-content: space-between;
    font-family: "paybooc" !important;
}
.content1 .btn_wrap a .plus{
    width:17%; 
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 50%;

} 
.content1 .btn_wrap a .icon{
    width: 40%; 
    margin-bottom: 2rem;
} 
.img_container {
    text-align: center;
}
.img_container img {
    width: 40%;
}
.content1 {
    padding: 20px 0 0;
}

.title {
    align-items: center; 
    font-weight: 600;
    margin-bottom: 20px;
    color: #0059e1;
    font-size: 20px;
    display: flex;
    padding: 0 15px;
}
.title img{
    width: 6%;
    margin-right: 5px;
 }
.content1 .top_con {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 300;
    color: #515151;
    padding: 0 15px;
    margin-bottom: 20px;
}
.content1 .top_con span{
    font-size: 18px;
    font-weight: 500;
}
.content1 .box_wrap {
    background-color: #f8f8f8;
    padding: 20px 15px;
}
.box {
    margin-bottom: 20px;
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
}

.content1 .btn_group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.content1 .btn_group a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 3rem;
    font-size: 1.7rem;
    border-radius: 1rem;
    height: 80px;
    background-color: #428ee7;
    color: #fff;
    text-align: center;
    letter-spacing: -1.3px;
}

.content1 .btn_group a img{
    width: 20%;
}
.content1 .sub_title {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.content1 .bold {
    font-size: 19px;
    color: #025ee2;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 1rem;
}
.content1 .con {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 300;
    color: #515151;
}
.content1 .con .point1{
    font-size: 18px;
    color: #0051df;
}
.content1 .point2{
    font-size: 1.6rem;
    font-weight: 600;
    color: #0057a2;
    margin-bottom: 1rem;
    line-height: 1.5;
}
.content1 .con .point3{
    font-size: 18px;
    font-weight: 500;
}
.chart1 {
    width: 90%;
    margin: 0 auto 20px;
    display: flex;
}
.con img {
    width: 100%;
}
.section_J1 .box:first-child { 
    background-color: unset;
    padding: unset;
}
.section_J1 .box:nth-child(3), .section_J1 .box:nth-child(4) { 
    background-color: unset;
    padding: unset;
}
.section_C .link { 
    width: 90%;
    margin: 0 auto;
    padding: 20px 25px;
    margin-bottom: 20px;
}
.section_E .link, .section_J .link { 
    margin-bottom: 20px;
}

.link { 
    display: flex;
    justify-content: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 40px;
    width: 100%;
    flex-direction: column;
    gap: .5rem;
    color: #fff;
    border-radius: 1rem;
    background-color: #0051df;
    margin-top: 15px;
}
.link .left{ 
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    line-height: 1.3;
}
.link .left img{ 
    width: 17px;
}
.link span{ 
    color: #fff;
    font-size: 14px;
}


