.section_A .btn_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
    margin-bottom: 15px;
}

.section_A .btn_wrap a {
    position: relative;
    display: block;
    width: calc(50% - 8px);
}

.section_A .btn_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 이미지가 div 영역에 꽉 차게 */
    border-radius: 10px;
}

.section_A .text-overlay {
    position: absolute;
    top: 11%;
    left: 8%;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    line-height: 1.3;
    font-family: 'NanumSquareNeoBold' !important;
}
.content1 {
    padding: 15px 15px 30px;
}
.content1 .title {
    font-size: 21px;
    display: flex;
    font-weight: 800;
    font-family: 'NanumSquareNeoExtraBold' !important;
    color: #0f1e5d;
    margin-bottom: 15px;
}
.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;
}
.section_A1 .content1, .section_D2 .content1{
    padding: 20px 0px;
}
.section_A1 .content1 .title, .section_D2 .content1 .title{
    margin: 0 15px 15px
}
.section_A1 .box:nth-child(3){
    border-bottom: 4px solid #f4f5f8;
    padding: 0 15px 30px ;
}
.section_A1 .box, .section_D2 .box  {
    padding: 0 15px 5px;
}
.section_A5 .btn_wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.section_A5 .btn_wrap .left, .section_D2 .btn_wrap .left {
    display: flex;
    align-items: center;
    gap:15px;
}
.section_A5 .btn_wrap .left span, .section_D2 .btn_wrap .left span{
   font-size: 17px;
   line-height: 1.3;
   color: #Fff;
   font-family: 'NanumSquareNeoBold' !important;

}
.section_A5 .btn_wrap a, .section_D2 .btn_wrap a {
    padding: 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #4c95f7;
}
.section_D2 .btn_wrap a {
    margin: 0 15px
}
.section_A5 .btn_wrap a .icon, .section_D2 .btn_wrap a .icon{
    width: 30px;
    height: auto;
}
.section_A5 .btn_wrap a .arrow, .section_D2 .btn_wrap a .arrow{
    width: 10px;
    height: auto;
}
.section_C a, .section_D a {
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.section_C img, .section_D img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 이미지가 div 영역에 꽉 차게 */
    border-radius: 10px;
}

.section_C .text-overlay, .section_D .text-overlay {
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 17px;
    border-radius: 5px;
    line-height: 1.3;
    font-family: 'NanumSquareNeoBold' !important;
    width: 100%;
    text-align: center;
}
.section_D2 .box:nth-of-type(2), .section_D2 .box:nth-child(5){
    border-bottom: 4px solid #f4f5f8;
    padding: 0 15px 30px ;
}
.box {
    margin-bottom: 25px;
}

.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;
    color: #303030;
    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: #002f95;
    font-family: 'NanumSquareNeoBold' !important;
    
}
.content1 .box img {
    width: 100%;
    margin: 2rem 0;
}

.section_H .box {
    margin-bottom: 15px;
}
.section_H .box .sub_title{ 
    font-size: 18px;
    padding: 15px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.3;
    padding-right: 3rem;
    background-color:#4c95f7;
    color: #fff;
    font-weight: unset;
    font-family: 'NanumSquareNeoBold' !important;
    border-radius: 5px;
    margin-bottom: 0;
    cursor: pointer;
}


.section_H .box.on .con { 
    font-size: 18px;
    display: block;
    padding: 15px;
    background-color: #f4f5f8;
    
}
.section_H .box .con { 
    display: none;
    line-height: 1.5;
}

.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;

}

