/*-----------------------------------------------------------------
    4-3. 고혈압 및 고지혈증
-----------------------------------------------------------------*/
.checkup_wrapper p {
    width: calc(100% - 100px);
    text-align: left;
}
.checkup_wrapper .flex-column.no-flex .wpb_wrapper {
    display: block;
}
.checkup_wrapper .flex-column.no-flex h4,
.checkup_wrapper .flex-column.no-flex p {
    width: 100%;
}

.checkup_wrapper .flex-column.no-flex h4 {
    padding-bottom: 15px;
}
.checkup_wrapper .flex-column.gap .wpb_wrapper {
    gap: 60px;
} 


/*-----------------------------------------------------------------
    4-4. 당뇨
-----------------------------------------------------------------*/
.icon_wrap.column_4 .icon_box:first-child {
    margin-left: 0!important;
}
.icon_wrap.column_4 .icon_box {
    width: 340px;
    height: 340px;
    box-shadow: 10px 15px 17px 16px rgba(27, 49, 70, 0.04);
    margin-left: 40px !important;
}
.special_bg_2 .point_list_check ul li:nth-child(4)::before {
    content: "04";
}
ul.check_list.big_tit {
    margin-top: 0px;
}
.disease_wrap ul.check_list.big_tit li {
    font-size: 23px;
    color: #32567a;
    font-weight: 600;
    padding-left: 43px;
    margin-bottom: 20px;
}
.disease_wrap ul.check_list.big_tit li:last-child {
    margin-bottom: 0;
}
.big_tit .sm_txt {
    font-weight: 400;
}
ul.check_list.big_tit li::before {
    content: '';
    background-image: url(/wp-content/uploads/2026/01/check-2.png);
    background-size: cover;
    width: 25px;
    height: 25px;
    top: 6px;
}

/*-----------------------------------------------------------------
    4-5. 비만클리닉
-----------------------------------------------------------------*/
.special_bg_2 .point_list_check.over4 ul {
    gap: 25px;
}
.special_bg_new .special_bg_2 {
    background-size: cover;
}

/*-----------------------------------------------------------------
    4-6. 골다공증
-----------------------------------------------------------------*/
.pd_none {
    padding: 0!important;
}
.check_up .check_up_content .checkup_wrapper.pd_none ul {
    display: grid;
    margin-top: 15px;
}
.check_up .check_up_content .checkup_wrapper.pd_none ul li {
    font-size: 16px!important;
    color: #32567a!important;
    font-family: 'Pretendard', sans-serif!important;
    line-height: 1.4!important;
    margin-bottom: 5px!important;
    display: inline-block;
    width: fit-content;
    float: none;
}