.contentWrapper {
    padding-top: 70px;
}
.contentTitle {
    border-bottom-style: solid;
    border-bottom-width: 4px;
}
.contentTitle.pink {
    border-color: #ef869a;
}
.contentTitle.blue {
    border-color: #0063b0;
}
.contentTitle.orange {
    border-color: #ec4115;
}
.contentTitle.green {
    border-color: #42ae79;
}
.contentTitleText {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.8px;
    padding-bottom: 10px;
}
.contentTitleText.pink {
    color: #ef869a;
}
.contentTitleText.blue {
    color: #0063b0;
}
.contentTitleText.orange {
    color: #ec4115;
}
.contentTitleText.green {
    color: #42ae79;
}
.weektitle {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.7px;
    color: #5b5b5b;
    background: #efefef;
    display: inline-flex;
    padding: 10px 14px;
    border-radius: 10px;
}

/* 테이블 */
.timeTable {
    width: 100%;
    text-align: center;
    margin: 30px 0;
    font-size: 18px;
}

.timeTable tbody {
    background: #f5f5f5;
}
.timeTable thead th {
    font-weight: 500;
    padding: 10px 0;
    font-size: 17px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.timeTable.pink thead th {
    color: #ef869a;
}
.timeTable.blue thead th {
    color: #0063b0;
}
.timeTable.orange thead th {
    color: #ec4115;
}
.timeTable.green thead th {
    color: #42ae79;
}
.timeTable td {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.typeLabel {
    background: #f7f7f7;
    display: inline-flex;
    padding: 7px 10px;
    border-radius: 10px;
    margin: 30px 0;
}

.typeLabelText {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -1px;
    width: 74px;
    justify-content: center;
    background: #fff;
    margin: 0 3px;
    border-radius: 5px;
}
.typeLabelText.blue {
    color: #77a6f3;
}
.typeLabelText.green {
    color: #9cb546;
}
.typeLabelText.orange {
    color: #e6a134;
}
.typeLabelText.grey {
    color: #b3b3b3;
}
.typeLabel .typeIcon {
    margin-right: 3px;
}

/* 의사 정보 */

.DrImgWrap {
    width: 150px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.DrImgWrap.DrNJS {
    background-image: url('/assets/common/img/doc_1.jpg');
}
.DrImgWrap.DrHAR {
    background-image: url('/assets/common/img/doc_4.png');
}
.DrImgWrap.DrPJY {
    background-image: url('/assets/common/img/doc_2.png');
}
.DrImgWrap.DrKHH {
    background-image: url('/assets/common/img/doc_3_1.png');
}
.DrImgWrap.DrPJH {
    background-image: url('/assets/common/img/mDr.png');
}
.DrImgWrap.DrKNH {
    background-image: url('/assets/common/img/herbDt.png');
}
.DrImgWrap.DrSHJ {
    background-image: url('/assets/common/img/doc_5.png');
}
.DrImgWrap.DrKHJ {
    background-image: url('/assets/common/img/drKHJ.jpg');
}
.DrImgWrap.DrSJH {
    background-image: url('/assets/common/img/doc_3.png');
}
.DrContentWrap {
    flex: 1;
}
.DrTableWrapper {
    margin-bottom: 50px;
}
.DrTable {
    display: flex;
}
.DrTitle {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;

    position: relative;
}
.DrTitle .title {
    display: flex;
    align-items: flex-end;
}
.DrTitle .DrName {
    font-size: 21px;
    font-weight: 500;
    color: #333;
    margin-right: 7px;
}
.DrTitle span {
    color: #888;
    font-size: 17px;
}
.tableHead {
    display: flex;
    width: 100%;
    justify-content: space-between;
    text-align: center;
    color: #3f3f3f;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
}
.tableHead .another {
    flex: 1;
    padding: 10px 5px;
}
.tableHead .first {
    width: 27%;
    padding: 10px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tableBody {
    display: flex;
    width: 100%;
    justify-content: space-between;
    text-align: center;
}
.tableBody2 {
    background-color: #f5f5f5;
}

.tableBody .first {
    width: 27%;
    padding: 10px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tableBody .another {
    flex: 1;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 15px 5px;
    min-height: 54px;
    font-size: 15px;
    display: flex;
    flex-direction: column;
}
.tableBody .first p {
    display: inline-flex;
    flex: auto;
    color: #666;
    font-weight: 500;
    font-size: 16px;
    justify-content: flex-end;
    margin-right: 10px;
}
.tableBody .first span {
    flex: auto;
    justify-content: flex-start;
    color: #aaa;
    text-align: left;
}
/* 진료 */
.tableBody .yesClinic {
    color: #77a6f3;
}
.tableBody .centerClinic {
    background-color: #ef869a;
    color: #fff;

    padding: 3px 10px;
    border-radius: 20px;
}

/* 휴진 */
.tableBody .closedClinic {
    background-color: #d8d8d8;
    color: #fff;
    padding: 3px 10px;
    border-radius: 20px;
}
/* 왕진 */
.tableBody .visitClinic {
    color: #9cb546;
}

/* 의원 */
.tableBody .hospitalClinic {
    background-color: #e6a134;
    color: #fff;
    padding: 3px 10px;
    border-radius: 20px;
}
.DrRecordWrap {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px;
}

.DrRecordWrap .RecordList {
    display: flex;
    align-items: center;
    width: 50%;
    line-height: 1.9;
}
.DrRecordWrap .RecordList span {
    width: 4px;
    height: 4px;
    background: #9a9a9a;
    border-radius: 2px;
    margin-right: 4px;
}
.DrRecordWrap .RecordList p,
.DrOptionWrap .RecordList p {
    color: #3f3f3f;
    position: relative;
    font-size: 17px;
    margin-left: 4px;
    letter-spacing: -1.2px;
}
.DrOptionWrap {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding: 20px;
}
.DrOptionWrap .RecordList {
    display: flex;
    align-items: center;
}
.DrOptionWrap .RecordList span {
    width: 4px;
    height: 4px;
    background: #d9d9d9;
    border-radius: 2px;
    margin-right: 4px;
}

/* 마진 */
.V10 {
    height: 10px;
}
.V20 {
    height: 20px;
}
.DrTitle .DrOption {
    font-size: 15px;
    font-weight: 500;
    color: #555;
    background: #efefef;
    padding: 10px 14px;
    border-radius: 10px;
}

/* 치과 */
.ColorListWrapper {
    margin-bottom: 30px;
    display: inline-flex;
    padding: 10px 20px;
    margin-left: 50px;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
}
.ColorListWrapper.blue {
    background: #0263b0;
}
/* 진료 돌봄 안내 */
.centerTitleWrapper {
    text-align: center;
    padding: 50px 0;
}
.centerTitle {
    font-size: 32px;
    letter-spacing: -0.8px;
    font-weight: 600;
    color: #333;
}

.centerSubTitle {
    color: #9c9c9c;
    font-size: 16px;
    font-weight: 300;
}
.infoTextWrap {
    padding: 40px 0;
    text-align: center;
    line-height: 1.8;
}
.infoText {
    font-size: 18px;
    letter-spacing: -1px;
    color: #333;
}
.infoText span {
    font-weight: 600;
}
.infoText span.green {
    color: #18a73b;
}
.infoText span.darkgreen {
    color: #015522;
}
.infoText span.purple {
    color: #61198d;
}

.CareInfoWrapper {
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    padding: 15px 0;
}
.CareInfoWrapper.green {
    color: #18a73b;
    border-color: #18a73c7d;
}
.CareInfoWrapper.darkgreen {
    color: #015522;
    border-color: rgba(24, 167, 60, 0.446);
}
.CareInfoWrapper.purple {
    color: #61198d;
    border-color: #61198d7e;
}
.CareInfoWrapper.orange {
    color: #ec4115;
    border-color: #ec401572;
}
.CareInfoWrapper.blue {
    color: #0263b0;
    border-color: #0262b08e;
}
.CareInfoWrapper.pink {
    color: #ef869b;
    border-color: #ef869b81;
}
.CareInfoWrapper .careInfoText {
    font-size: 20px;
    position: relative;
    letter-spacing: -0.9px;
}
.careCircle {
    width: 26px;
    height: 26px;
    border-radius: 13px;
    border: 9px solid #eee;
    margin-right: 8px;
}
.careCircle.green {
    border-color: #18a73b;
}
.careCircle.darkgreen {
    border-color: #015522;
}
.careCircle.purple {
    border-color: #61198d;
}
.careCircle.orange {
    border-color: #ec4115;
}
.careCircle.blue {
    border-color: #0263b0;
}
.careCircle.pink {
    border-color: #ef869b;
}
.careListWrap {
    padding: 40px 0;
}
.careList {
    margin-bottom: 20px;
}
.careListTitle {
    padding: 5px 15px;
    color: #fff;
    border-radius: 99px;
    font-size: 18px;
}
.careListTitle.green {
    background-color: #045522;
}
.careListImgWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}
.careListImg {
    width: 49%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
    border-radius: 30px;
}
.careListImg.img1 {
    background-image: url('/assets/common/img/new/connection1.jpg');
}
.careListImg.img2 {
    background-image: url('/assets/common/img/new/connection2.jpg');
}
.careListImg.img3 {
    background-image: url('/assets/common/img/new/connection3.jpg');
}
.careListImg.img4 {
    background-image: url('/assets/common/img/new/connection4.jpg');
}
.careListImg.img5 {
    background-image: url('/assets/common/img/new/connection5.jpg');
}
.careListImg.img6 {
    background-image: url('/assets/common/img/new/connection6.jpg');
}
.careListImg.img7 {
    background-image: url('/assets/common/img/new/connection7.jpg');
}
.careListImg.img8 {
    background-image: url('/assets/common/img/new/connection8.jpg');
}
.callWrap {
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    background-color: #f4f4f4;
    border-radius: 50px;
}
.callTitle {
    color: #fff;
    border-radius: 99px;
    padding: 6px 18px;
}
.callTitle.green {
    background-color: #045522;
}
.callNumber {
    padding: 0 20px;
}

.careCenterVisual {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.visualTitle {
    flex: 1;
    flex-direction: column;
    display: flex;
}
.visualTitle .visualLogo {
    width: 400px;
}
.visualImg {
    width: 45%;
    margin-left: 20px;
}
.visualTitle .visualContentWrap {
    margin-left: 65px;
    padding: 25px 0;
}
.applyListWrap {
    margin-top: 20px;
}
.visualTitle .applyList {
    display: flex;
    align-items: center;
    padding: 5px 0;
}
.applyList span {
    width: 23px;
    margin-right: 10px;
}
.applyList p {
    letter-spacing: -0.8px;
}
.contentWidgetWrapper {
    padding: 40px 0;
}
.label__box {
    display: inline-flex;
    margin-bottom: 30px;
    background: #f7f7f7;
    color: #e4617d;
    font-size: 18px;
    font-weight: 500;
    padding: 14px 20px;
    border-radius: 10px;
}
/* 일차의료센터 컨포넌트 */
.careCenterLinkWrap {
}
.careCenterLinkWrap a {
    font-size: 17px;
}

@media (max-width: 991px) {
    .ColorListWrapper {
        margin-left: 0;
        font-size: 16px;
    }
    .careCenterVisual {
        flex-direction: column;
    }
    .visualTitle .visualContentWrap {
        margin: 0;
    }
    .visualImg {
        margin: 0 auto;
        width: 70%;
    }
    .infoText br {
        display: none;
    }
    .visualTitle .visualLogo {
        width: 45%;
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .visualTitle .visualLogo {
        width: 70%;
    }
    .contentWrapper {
        padding-top: 40px;
    }
    .typeLabelText {
        font-size: 15px;
    }
    .tableHead {
        font-size: 16px;
    }
    .DrTable {
        flex-direction: column;
    }
    .tableBody .first {
        flex-direction: column;
    }
    .tableBody .first p {
        margin: 0;
    }
    .tableBody {
        font-size: 13px;
    }
    .DrRecordWrap .RecordList {
        width: 100%;
    }
    .DrRecordWrap .RecordList p {
        font-size: 15px;
    }
    .DrImgWrap {
        width: 100%;
        height: 180px;
    }
    .DrTitle {
        padding: 15px;
        flex-direction: column;
    }
    .tableBody .hospitalClinic,
    .tableBody .closedClinic {
        padding: 2px 5px;
    }
    .DrTitle .DrOption {
        font-size: 13px;
        padding: 7px 10px;
        margin-top: 3px;
    }
    .DrRecordWrap,
    .DrOptionWrap {
        padding: 15px;
    }
    .tableBody .another {
        font-size: 14px;
        display: block;
    }
    /* 센터 */
    .centerTitle {
        font-size: 24px;
    }
    .infoText {
        font-size: 15px;
    }
    .CareInfoWrapper .careInfoText {
        font-size: 18px;
    }
    .callWrap,
    .careListTitle {
        font-size: 15px;
    }
}
@media (max-width: 640px) {
    .careListImgWrap {
        flex-direction: column;
        padding: 15px 0;
    }
    .careListImg {
        width: 100%;
        margin-bottom: 10px;
        height: 200px;
    }
}
