


.section02 {
    width: 100%;
    padding: 80px 0;
    background-color: #f5f5f5
}

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

.section02 .clearfix {
    float: left;
    width: 25%;
    box-sizing: border-box;
    text-align: center;
}

.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: 150px 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: 50px;
    font-weight: bold;
}

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

.section03 .info {
    text-align: left
}

.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;
    }
}
