/* 섹션1 배너 */
.section_1 {
    width: 100%;
    position: relative;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}
.section_1 .swiper-button-next,
.section_1 .swiper-button-prev {
    background-image: none;
    display: block;
}

/* 공지사항 활동소식 조합원소식 */

/* 공지사항 섹션3 */
.Section03 {
    background-color: #f5f5f5;
    padding: 50px 0;
}
.section_3 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.section_3 .sec3_wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.sec3_wrap > div {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.05);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.sec3_notice {
    max-width: 60%;
    width: 100%;
}
.sec3_news {
    flex: 1;
    width: 100%;
    margin: 0 18px;
}
.sec3_tab {
    max-width: 38%;
    width: 100%;
}
.sectionBoxTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sectionBoxTitle .titleText {
    font-size: 24px;
    line-height: unset;
}
.sectionBoxTitle .titleMore {
    font-size: 26px;
    display: inline-block;
    font-weight: bold;
}
.section_3 .boxContent {
}

.sec3_notice > .sec3_1_list a,
.sec3_2_list a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 17px;
    position: relative;
    padding-left: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
}

.sec3_1_list a::before,
.sec3_2_list a::after {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 2.5px;
    background-color: #696969;
    top: 50%;
    left: 0;
    transform: translateY(-3px);
}

.boxContentListText {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
}
.boxContentListText2 {
    width: 100%;
}
/* 공지사항 리스트 */
.boxContent li a > span {
    color: #696969;
    font-size: 15px;
    padding: 0;
    margin: 0;
}

/* 출자금 영상 언론보도 소식지 */
.mainBottomSection {
    display: flex;
    justify-content: space-between;
    margin: 0 -20px;
}
.mainBottomSectionBox {
    width: 23%;
    margin: 0 20px;
    /* background-color: #ddd; */
}
.accountWrapper {
}
.accountWrapper .accountBox {
    margin-bottom: 3px;
    background: #f8f8f8;
    padding: 15px 20px;
    border-radius: 10px;
}
.accountBox .accountBoxTitle {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.accountBox .accountBoxTitle.blue {
    color: #137efa;
}
.accountBox .accountText {
}
.accountBox .accountText span {
    color: green;
    font-weight: 600;
}
.sectionBoxContent {
    margin-top: 20px;
}
.sectionBoxContent .imgWrapper {
    height: 180px;
}
.sectionBoxContent .imgWrapper a {
    display: flex;
    height: 100%;
    background: #000;
    justify-content: center;
}
.sectionBoxContent .imgWrapperText {
    margin-top: 10px;
}
.sectionBoxContent .imgWrapperText p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
    letter-spacing: -0.6px;
}
.kakao_ {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 2px;
    font-size: 15px;
    margin-top: 10px;
    background-color: #ffeb5c;
}

/* 언론보도 왕진이야기 */
.sec4 {
    padding: 50px 0;
}
.tab_news,
.tab_call {
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
}
.tabBoxTitle {
}
.tabBoxTitle.active {
    background-color: white !important;
    color: 333;
}
.tabBoxTitle.inactive {
    background-color: #efefef !important;
    color: #8f8f8f;
}
.tab_content {
    display: none;
}
.tab_content.active {
    display: block;
}
.sec4_tab_tit {
    margin-top: 10px;
}

/****맨하단********/
.section_5 {
    margin: 80px auto;
    text-align: center;
}
.section_5 p {
    display: inline-flex;
    background: #f8f8f8;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
    border-radius: 15px;
    font-size: 18px;
}
.section_5 br {
    display: none;
}
.section_5 img {
    width: 32px;
    height: 35px;
}
.mainWrappers {
    width: 100%;
}
/* 민들레 진료 안내 */
.mainMediInfomation {
    display: flex;
    justify-content: space-between;
}
.mediInfomationLeft {
    width: 60%;
}
.mediInfomationRight {
    margin-left: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.timeTableWrapper {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
}
.timeTableHead {
    background: #f7f7f7;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 10px;
    border-radius: 15px;
    margin-bottom: 10px;
}
.tableHeadText {
    text-align: center;
    color: #666;
    font-size: 18px;
}
.td1 {
    width: 20%;
}
.td2 {
    width: 30%;
}
.td3 {
    width: 25%;
}
.td4 {
    width: 25%;
}

.tableBodyLink {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
    background: #fbfbfb;
    overflow: hidden;
    margin-bottom: 10px;
}
.tableBodyText {
    color: #333;
    text-align: center;
    font-size: 18px;
}
.tableBodyLink .td1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 16px;
}
.tableBodyBar {
    width: 8px;
    height: 68px;
    margin-right: auto;
}
.tableBodyType {
    display: flex;
    color: #fff;
    border-radius: 5px;
    padding: 2px 7px;
    font-size: 18px;
    margin-right: auto;
}

.tableBodyBar.green,
.tableBodyType.green {
    background: #039c80;
}

.tableBodyBar.orange,
.tableBodyType.orange {
    background: #ffb501;
}

.tableBodyBar.blue,
.tableBodyType.blue {
    background: #0063b0;
}

.tableBodyBar.pink,
.tableBodyType.pink {
    background: #ef869a;
}

.tableBodyText .timeText {
    text-align: center;
    color: #111;
}

.tableBodyText .lunchTimeText {
    color: #979797;
    font-size: 16px;
}
/* 메인 일차진료 */
.primaryCareCenterWrapper {
}

.primaryWrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.primaryBox {
    width: 49%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
    background-color: #fff;
    flex-direction: column;
    margin-bottom: 10px;
    padding: 22px 20px;
    border-radius: 15px;
}
.primaryBox .primaryIMG {
    background-size: cover;
    background-position: center;
    width: 45px;
    height: 45px;
}
.primaryIMG.img1 {
    background-image: url('../img/mindlle_clinic.png');
}
.primaryIMG.img2 {
    background-image: url('../img/mindlle_traditionalherb.png');
}
.primaryIMG.img3 {
    background-image: url('../img/mindlle_dental.png');
}
.primaryIMG.img4 {
    background-image: url('../img/mindlle_medicalcheck.png');
}
.primaryBox p {
    font-size: 18px;
    color: #333;
    letter-spacing: -1px;
    margin-top: 5px;
}
.medicalCenterWrapper {
    display: flex;
    justify-content: space-between;
}
.medicalCenterBox {
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    background: #fff;
    padding: 20px 13px;
    border-radius: 25px;
    font-size: 15px;
    border: 1px solid #eee;
}

.medicalCenterBox p {
    letter-spacing: -1px;
    font-size: 16px;
    margin-bottom: 6px;
}
.medicalCenterBox span {
    font-size: 14px;
    color: #5b5b5b;
}
.mainGoToLink {
    width: 100%;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.mainGoToLink.Link01 {
    background-image: url('../img/center/visting.png');
}
.mainGoToLink.Link02 {
    background-image: url('../img/center/careService.png');
}
.mainGoToLink.Link03 {
    background-image: url('../img/min_daycarelogo.png');
}

.mainHalfWrappers {
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
}
/* 상담신청 */
.mainConsulting {
    flex: 1;
}
.mainCounterWrapper {
    width: 32%;
    margin-left: 20px;
}
.counterBox {
    background: white;
    padding: 20px;
    border-radius: 25px;
    height: 195px;
    display: flex;
    align-items: center;
    font-size: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.consultingWrapper {
    display: flex;
    justify-content: space-between;
}
.consultingBox {
    position: relative;
    padding: 25px 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-radius: 25px;
}
.consultingBox.blue {
    background-color: #d5e1f5;
}
.consultingBox.purple {
    background-color: #dbdaf4;
}
.consultingBox .consultingInner {
}
.consultingInner .consultingTitle {
    font-size: 27px;
    letter-spacing: -1px;
    color: #333;
    font-weight: 500;
}

.consultingInner .consultingText {
    color: #565656;
    margin: 5px 0;
    font-size: 18px;
    letter-spacing: -1px;
}
.consultingInner .consultingLink {
    display: inline-flex;
    background-color: #fff;
    color: #5e5e5e;
    padding: 10px 18px;
    border-radius: 30px;
    margin-top: 10px;
    font-size: 15px;
}
.consultingIMG {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.consultingIMG.image_01 {
    background-image: url('../img/new/consultIMG1.png');
    width: 278px;
    position: absolute;
    right: 10px;
    bottom: 13px;
    height: 205px;
}
.consultingIMG.image_02 {
    background-image: url('../img/new/consultIMG2.png');
    width: 260px;
    position: absolute;
    right: 10px;
    bottom: 11px;
    height: 205px;
}
@media (max-width: 1200px) {
    .sec3_notice {
        max-width: 100%;
        margin-bottom: 30px;
    }
    .section_3 .sec3_wrap {
        flex-wrap: wrap;
    }
    .sec3_news {
        margin: 0;
        margin-right: 20px;
        max-width: 70%;
    }
    .sec3_tab{
        max-width:100%;
        width:100%;
    }
    .sec3_notice > .sec3_1_list p {
        width: 70%;
    }
    .mainBottomSection {
        flex-wrap: wrap;
    }
    .mainBottomSectionBox {
        width: 47%;
        margin: 20px 10px;
    }
    .consultingIMG.image_01,
    .consultingIMG.image_02 {
        width: 40%;
    }
    .mainMediInfomation {
        flex-direction: column;
    }
    .mediInfomationLeft,
    .mediInfomationRight {
        width: 100%;
        margin: 0;
    }

    .opacityMobile {
        display: none;
    }
    .counterBox {
        font-size: 18px;
    }
    .mainHalfWrappers {
        margin: 30px 0;
    }
}
@media (max-width: 991px) {
    .consultingBox {
        flex-direction: column;
    }
    .consultingIMG.image_02,
    .consultingIMG.image_01 {
        display: none;
    }
    .mainHalfWrappers {
        flex-direction: column;
    }
    .mainCounterWrapper {
        width: 100%;
        margin: 0;
        margin-top: 20px;
    }
    .counterBox {
        height: auto;
    }
    /* .consultingIMG {
        display: none;
    } */
}
@media (max-width: 768px) {
    .sec3_news {
        margin: 0;
        margin-bottom: 20px;
        max-width: 100%;
    }
    .Section03 {
        padding: 30px 0;
    }
    .sectionBoxTitle .titleText {
        font-size: 18px;
    }
    .sec3_notice > .sec3_1_list a,
    .sec3_2_list a {
        font-size: 15px;
    }
    .news-layer .cover::after {
        padding-top:70%;
    }
    .sec3_notice > .sec3_1_list .notice_c {
        display: none;
    }
    .sec3_wrap > div {
        padding: 15px;
    }
    .section_5 p {
        display: block;
    }
    .section_5 br {
        display: block;
    }
    .mainBottomSection {
        margin: 0;
    }
    .mainBottomSectionBox {
        width: 100%;
        margin: 20px 0;
    }
    .consultingWrapper {
        flex-direction: column;
    }
    .consultingBox {
        width: 100%;
        margin-bottom: 20px;
        padding: 15px 20px;
    }
    .consultingInner .consultingTitle {
        font-size: 20px;
    }
    .consultingInner .consultingText {
        height: auto;
    }
    .medicalCenterWrapper {
        flex-direction: column;
    }
    .medicalCenterBox {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
    .timeTableHead,
    .tableBodyBar {
        display: none;
    }
    .tableBodyLink {
        flex-direction: column;
        width: 100%;
    }
    .tableBodyText {
        width: 100%;
        padding: 3px 0;
    }
    .tableBodyType {
        width: 100%;
        justify-content: center;
    }
    .mainConsulting {
        margin: 40px 0;
    }
}
