.section01 {}
.section01 .inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
}

.section01 .left {
    width: 40%;
    margin-top: 200px;
}

.section01 .left h3 {
    color: #167ac6;
    font-size: 17px;
    font-weight: 500;
}

.section01 .left h2 {
    font-size: 40px;
    font-weight: bold;
    padding: 20px 0;
}






.section01 .left p {
    font-size: 17px;
    color: #555;
    font-weight: 400;
    padding: 20px 0;
    max-width: 300px;
    word-break: keep-all;
    line-height: 1.4;
}

.section01 .right {
    width: 50%;
}

.section01 .right .icon_wrap {
    width: 100%;
    text-align: left;
}

.section01 .right .icon_wrap h2 {
    font-size: 24px;
    text-align: left;
    font-weight: 700;
    color: #000;
    margin-top: 20px;
}

.section01 .right .icon_wrap p {
    max-width: 500px;
    word-break: keep-all;
    padding-top: 10px;
    color: #555;
    font-weight: 400;
    line-height: 1.4;
    font-size: 17px;
}

.section01 .grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* 2개의 열을 만듭니다. */
    gap: 80px 140px;
    /* 각 아이템 사이의 간격을 조정합니다. */
    margin: 50px 0;
}

@media screen and (max-width: 768px) {


    .section01 {
        padding: 15px;
    }


    .section01 .grid-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px 10px;
        margin: 40px 0;
    }

    .section01 .left {
        width: 100%;
        margin-bottom: 20px;
        margin-top: 50px;

    }

    .section01 .right {
        width: 100%;
    }

    .section01 .left h2 {
        font-size: 35px;


    }

    
    
    

    .section01 .left p {

        max-width: 100%;

    }


    .section01 .right .icon_wrap {


        padding-bottom: 30px;
    }

    .section01 .right .icon_wrap .i_al {


        text-align: center;
    }


}






.section02 {
    width: 100%;
    padding-top: 50px;
    background-color: #ceeaff
}

.section02:after {
    display: block;
    content: "";
    clear: both;
}

.section02 .cont {
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: space-evenly;
flex-wrap: wrap;
    margin: 0 auto;

}



/* 📱 모바일 (최대 768px) */
@media screen and (max-width: 768px) {
.section02 .cont .c_item {

    width: 100%;
}


}




.section02 .cont .c_item:nth-child(1) {

    text-align: right;
    vertical-align: bottom;
}

.section02 .cont .c_item:nth-child(1) img {
    width: 100%;
    max-width: 539px;
}



.section02 .cont .c_item:nth-child(2) {

    text-align: left;
}

.section02 .cont .c_item:nth-child(2) img {
    width: 100%;
    max-width: 443px;
}






.section02 .icon {
    border-radius: 50%;
    width: 150px;
    height: 150px;

    overflow: hidden;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #eee;
    transition: all 0.3s;
    padding-top: 40px;
}

.section02 .icon i {
    font-size: 42px
}

.section02 .clearfix:hover .icon {
    border-style: solid;
    border-color: #2253b8;
    transition: all 0.3s;
}

.section02 .icon img {
    width: 70px;
    height: auto;
}

.section02 dl {
    color: #444;
    position: relative;
    margin-top: 0px;
    text-align: left;
    padding: 20px;
}

.section02 dt {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 1.6;
    text-align: center;
    padding-left: 10px;
}

.section02 dd {
    font-size: 14px;
    color: #555;
    margin: 3px 0 3px 15px;
    /* 들여쓰기 추가 */
    line-height: 1.6;
    padding: 0px;
    min-width: 120px;
    word-break: keep-all;
    position: relative;
}

.section02 dd::before {
    content: "-";
    /* "-" 기호 추가 */
    position: absolute;
    left: -10px;
    /* 기호 위치 조정 */
}

.section02 a.mbtn {
    display: block;
    width: 100px;
    margin: 0 auto;
    border: 1px solid #ccc;
    background: #fff;
    line-height: 35px;
    border-radius: 20px;
    color: #333;
    padding: 0 15px;
    font-size: 14px;
}

.section02 .clearfix:hover a.mbtn {
    border: 1px solid #2253b8;
    background: #2253b8;
    color: #fff;
    border-radius: 0px;
    transition: all 0.5s;
}

@media screen and (max-width: 960px) {
    .section02 {
        padding: 150px 0 0
    }

    .section02 .clearfix {
        width: 100%;
        height: 400px;
        padding-bottom: 4%;
        text-align: center;
    }
}










.section03 {
    width: 100%;
    padding: 50px 0
}

.section03 .inner {
    overflow: hidden;
    padding: 0
}

.section03 .header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    padding: 0 20px
}

.section03 .title {
    font-size: 40px;
    font-weight: bold;
}


/* 📱 모바일 (최대 768px) */
@media screen and (max-width: 768px) {
.section03 .title {
    font-size: 30px;
    font-weight: bold;
}

}




.section03 .model {
    font-size: 20px;
    color: #555;
}

.section03 .info {
    text-align: left
}




.section03 .se03_i {

    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: nowrap;
}


.section03 .se03_i .se03_item {

    width: 25%;
    margin: 20px;
    background-color: #f8f8f8;
    border-radius: 10px;
    text-align: center;
}


@media screen and (max-width: 768px) {

    
    .section03 .se03_i {


    flex-wrap: wrap;
}

    
    
    
.section03 .se03_i .se03_item {

    width: 50%;
    margin: 10px;

}

    
    
}




.section03 .se03_i .se03_item img {

    padding-top: 20px;
}


.section03 .b_txt {

    padding: 10px;
    font-size: 18px;

}


.section03 .se03_i .se03_item .tit {
    padding-top: 10px;

    font-size: 22px;
    font-weight: bold;

}

.section03 .se03_i .se03_item .dec {
    padding-top: 10px;

    font-size: 18px;
    padding-bottom: 20px;


}





.section03 .info dl {
    margin-bottom: 20px;
}

.section03 .info dt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.section03 .info dd {
    font-size: 18px;
    margin-bottom: 10px;
    color: #555
}

.section03 .info dt:first-child {
    font-size: 19px;
}

.section03 .info dt strong {
    font-weight: bold;
}

.section03 .pension_roll-swiper {
    width: 100%;
    height: 457px;
    position: relative;
}

.section03 .pension_roll-swiper .swiper-slide {
    width: 100%;
}

.section03 .pension_roll-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.section03 .pension_roll-nav {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    z-index: 10;
}

.section03 .pension_roll-pagination {
    font-size: 18px;
    margin-right: 20px;
    color: #fff
}

.section03 .pension_roll-pagination .current-slide {
    font-weight: 700;
    color: #fff
}

.section03 .pension_roll-pagination .total-slides {
    font-weight: 500;
    color: #fff
}

.section03 .pension_roll-buttons button {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 0 10px;
    color: #fff
}

.section03 .pension_roll-buttons button i {
    color: #fff
}

@media (max-width: 768px) {

    .section03 {
        width: 100%;
        padding: 50px 0
    }



    .section03 .header {
        flex-direction: column;
        align-items: flex-start;
    }

    .section03 .info {
        text-align: left;
        margin-top: 20px;
    }
}


.upping {
    padding: 50px;
    width: 100%;
    margin: 0 auto;
    height: 600px;
    background-color: #f7f7f7;
    
    
    
    
}



/* 📱 모바일 (최대 768px) */
@media screen and (max-width: 768px) {
.upping {

    height: auto;
      padding: 5px;

    
    
    
    
}

}





