
.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: 3rem 1.5rem 5.5rem;
}
.content1 .title {
    font-size: 20px;
    display: flex;
    font-weight: 800;
    font-family: 'NanumSquareNeoExtraBold' !important;
    color: #2ea0a1;
    margin-bottom: 1.5rem;
}
.content1 .top_con {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 300;
    margin-bottom: 30px;
}
.content1 .top_con span{
    font-size: 1.6rem;
    line-height: 1.3;
    color: #8e8e8e;
}
.box {
    margin-bottom: 2.5rem;
}

.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: 18px;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #2ea0a1;
    line-height: 1.3;
}

.content1 .bold {
    font-size: 18px;
    color: #727272;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 1rem;
}
.content1 .con {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 300;
    color: #666666;
}
.content1 .con .point1{
    font-size: 18px;
    color: #00b0cc;
    margin-bottom: 1rem;
}
.content1 .point2{
    font-size: 1.6rem;
    font-weight: 600;
    color: #0057a2;
    margin-bottom: 1rem;
    line-height: 1.5;
}
.content1 .con .point3{
    font-size: 18px;
    color: #6c6c6c;
    font-weight: 600;
}
.content1 .box img {
    width: 100%;
    margin: 2rem 0;
}

.link { 
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 2.5rem;
}

.link a{ 
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 40px;
    width: 100%;
    flex-direction: column;
    gap: .5rem;
    color: #4f5050;
    border-radius: 1rem;
    box-shadow: rgb(17 17 26 / 0%) 0px 0px 0px, rgb(17 17 26 / 32%) 0px 0px 4px;
}
.link p {
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: .5rem;
    width: 100%;
    justify-content: space-between;
    font-weight: 600;
    line-height: 1.3;
}
.link p img {
    width: 8%;
}
.link span{ 
    font-size: 1.4rem;
    border-bottom: 1px solid #3c413b;
    font-weight: 600;
}
.swiper.mySwiper {
    display: flex;
    margin-bottom: 3rem;
}
.swiper {
    width: 100%;
    height: 100%;
  }

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-pagination {
    position: absolute;
    text-align: right !important;
    right: 10px !important;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    left: unset !important;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #2fa0a1 !important;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #d1d1d1 ;
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.section_L .box{ 
    border: 1px solid #f8f8f8;
    border-radius: 10px;
    margin-bottom: 1rem;
}
.section_L .box .bold{ 
    font-size: 18px;
    font-weight: 600;
    padding: 20px 15px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.3;
    padding-right: 4rem;
    color: #424242;
    background: #f6f6f6;
    border-radius: 10px;
    margin-bottom: 0;

}
.section_L .box.on .bold{ 
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  
}
.section_L .box .bold::after{ 
    content: '';
    background-image: url('../img/arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 15px;
    top: 55%;
    transform: translateY(-50%);


}
.section_L .box.on .bold::after{ 
    background-image: url('../img/arrow.png');
    scale: calc(-1);
    top: 23%;
}

.section_L .box.on .con { 
    font-size: 18px;
    display: block;
    padding: 1.5rem;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    
}
.section_L .box .con { 
    display: none;
    line-height: 1.5;

}

