@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1350px;
    }
}
* {
    letter-spacing: -0.5px;
}
img {
    max-width: 100%;
}
#sub_top_tit {
}
.tab-content .tab-pane.fade.active.in {
    opacity: 1;
}
/* 서브페이지 공통 */
.bg-f8 {
    background-color: #f8f8f8;
}

.sub-page-wrap {
    padding: 70px 0 100px;
}
.page-cont {
    padding: 0px 0px 50px;
}
.page-tit {
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    padding: 0px 0 32px;
}
.page-tit02 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.8px;
    padding-bottom: 10px;
}
.page-tit02.green {
    color: #42ae79;
    border-bottom: 5px solid #42ae79;
}
.page-tit02.blue {
    color: #0063b0;
    border-bottom: 5px solid #0063b0;
}
.page-tit02.yellow {
    color: #ec4115;
    border-bottom: 5px solid #ec4115;
}
.page-tit02.pink {
    color: #ef869a;
    border-bottom: 5px solid #ef869a;
}

.page-left-pd-txt {
    padding-left: 45px;
}
.page-left-pd {
    padding-left: 45px;
}
.sub-tit-box {
    position: relative;
    padding-left: 45px;
    margin-bottom: 30px;
}
.sub-tit-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 50%;
    border-width: 7px;
    border-style: solid;
    width: 32px;
    height: 32px;
}
.sub-tit-box.green::before {
    border-color: #42ae79;
}
.sub-tit-box.yellow::before {
    border-color: #ec4115;
}
.sub-tit-box.blue::before {
    border-color: #0063b0;
}
.sub-tit-box.pink::before {
    border-color: #ef869a;
}

.sub-tit-box .sub-tit {
    padding-top: 5px;
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
}
.sub-tit-box.green .sub-tit {
    color: #42ae79;
    border-bottom: 1px solid #d5ede1;
}
.sub-tit-box.yellow .sub-tit {
    color: #ec4115;
    border-bottom: 1px solid #fdeae5;
}
.sub-tit-box.blue .sub-tit {
    color: #0063b0;
    border-bottom: 1px solid #c7ddee;
}
.sub-tit-box.pink .sub-tit {
    color: #ef869a;
    border-bottom: 1px solid #fce4e9;
}
.list-type-round {
}
.list-type-round li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    font-size: 18px;
}
.list-type-round li::before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: #111;
    position: absolute;
    top: 10px;
    left: 0;
    border-radius: 50%;
}
.list-type-round li strong {
}
/* 환자권리장전 */
.law-cont {
    position: relative;
    border: 25px solid #e0dee1;
    padding: 70px 50px;
}
.law-cont .top-line::before {
    content: '';
    display: block;
    width: 25px;
    height: 120px;
    position: absolute;
    top: -25px;
    left: -25px;
    background-color: #5584d2;
}
.law-cont .top-line::after {
    content: '';
    display: block;
    width: 210px;
    height: 25px;
    position: absolute;
    top: -25px;
    left: -25px;
    background-color: #5584d2;
}
.law-cont .bottom-line::before {
    content: '';
    display: block;
    width: 25px;
    height: 120px;
    position: absolute;
    bottom: -25px;
    right: -25px;
    background-color: #4da8b4;
}
.law-cont .bottom-line::after {
    content: '';
    display: block;
    width: 210px;
    height: 25px;
    position: absolute;
    bottom: -25px;
    right: -25px;
    background: -25px;
    background-color: #4da8b4;
}
.law-cont .law-txt {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 36px;
}
.law-cont .law-txt strong {
    font-weight: 500;
}
.law-list {
    margin-top: 40px;
}
.law-list li {
    margin-bottom: 16px;
    font-size: 20px;
    color: #4a4a4a;
}
.law-list li .law-list-tit {
    font-size: 20px;
}
.law-list li .law-list-tit span {
    position: relative;
    display: inline-block;
    font-weight: 500;
    color: #4a4a4a;
}
.law-list li .law-list-tit span::before {
    content: '';
    display: block;
    width: 100%;
    height: 9px;
    background-color: #c3d3ef;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.link-list a {
    font-size: 18px;
}
.ledger-img {
    width: 253px;
    height: 230px;
    overflow: hidden;
}
.list_box {
    border: 1px solid #ddd;
    background-color: #eee;
    padding: 10px 30px;
    margin-top: 30px;
}
.page-left-pd .text-center {
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .law-cont {
        padding: 20px;
        border-width: 5px;
    }
    .law-cont .top-line::before,
    .law-cont .top-line::after,
    .law-cont .bottom-line::before,
    .law-cont .bottom-line::after {
        display: none;
    }
    .law-cont .law-txt {
        font-size: 16px;
        line-height: 1.6;
    }
    .law-list li,
    .law-list li .law-list-tit {
        font-size: 16px;
    }
}

/* 진료시간 */
.diagnosis-table {
    border-bottom: 1px solid #dee2e6;
}
.diagnosis-table thead tr th {
    background-color: #71be2f;
    text-align: center;
    color: #fff;
    font-weight: 500;
    border-bottom: 0;
    border-top: 0;
    height: 54px;
    vertical-align: middle;
    font-size: 18px;
}
.diagnosis-table thead tr th span {
    display: block;
    position: relative;
}
/* .diagnosis-table thead tr th span::after {
  content: '';
  width:1px;
  height:22px;
  background-color:#EBEBEB;
  position:absolute;
  right:-12px;
  top:50%;
  margin-top:-11px;
} */
.diagnosis-table thead tr th:last-child span::after {
    display: none;
}
.diagnosis-table tbody tr td {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #434343;
    vertical-align: middle;
    line-height: 1.4;
}
.diagnosis-table tbody tr td span {
    display: inline-block;
    font-size: 16px;
}
.diagnosis-bottom-txt {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    color: #434343;
}
@media (max-width: 767px) {
    .diagnosis-table thead tr th,
    .diagnosis-table tbody tr td {
        font-size: 14px;
    }
    .diagnosis-table tbody tr td span {
        font-size: 12px;
    }
    .diagnosis-bottom-txt {
        margin-top: 0;
        font-size: 14px;
    }
}

/* 일차의료센터 */
.link-list {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 70px;
}
.link-list::after {
    content: '';
    display: block;
    clear: both;
}
.link-list li {
    float: left;
    width: 25%;
}
.link-list li a {
    display: block;
    text-align: center;
    background-color: #f8f8f8;
    line-height: 60px;
    font-size: 16px;
    color: #777;
    border: 1px solid #f2f2f2;
    border-width: 1px 1px 1px 0;
}
.link-list li:first-child a {
    border-width: 1px;
}
.link-list li a.active {
    background-color: #58a045;
    color: #fff;
    font-weight: 500;
}
.care-tit-cont {
    position: relative;
    overflow: hidden;
    display: table;
    width: 100%;
    padding-bottom: 70px;
}
.care-tit-cont::after {
    content: '';
    display: block;
    clear: both;
}
.care-tit-cont .left {
    position: relative;
    display: table-cell;
    width: 336px;
    height: 100%;
    vertical-align: middle;
}
.care-tit-cont .left .care-logo-box {
    position: absolute;
    width: 100%;
    height: 220px;
    top: 0;
    left: 0;
}
.care-tit-cont .left .care-logo-box.green {
    background-color: #42ae79;
    height: 100%;
}
.care-tit-cont .left .care-logo-box.yellow {
    background-color: #ffb500;
    height: 100%;
}
.care-tit-cont .left .care-logo-box.blue {
    background-color: #37aee6;
    height: 100%;
}
.care-tit-cont .left .care-logo-box.pink {
    background-color: #ef869a;
    height: 100%;
}
.care-tit-cont .left .care-logo-box img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.care-tit-cont .right {
    display: table-cell;
    padding-left: 38px;
}
.care-tit-cont .right .tit {
    position: relative;
    font-size: 26px;
    font-weight: 700;
    display: inline-block;
    padding-bottom: 15px;
    letter-spacing: -1.2px;
    line-height: 1.4;
}
.care-tit-cont .right .tit::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0px;
}
.care-tit-cont .right .tit.green {
    color: #42ae79;
}
.care-tit-cont .right .tit.green span {
    color: #036e5d;
}
.care-tit-cont .right .tit.yellow {
    color: #ffb500;
}
.care-tit-cont .right .tit.yellow span {
    color: #ec4115;
}
.care-tit-cont .right .tit.blue {
    color: #37aee6;
}
.care-tit-cont .right .tit.blue span {
    color: #0063b0;
}
.care-tit-cont .right .tit.pink {
    color: #ef869a;
}
.care-tit-cont .right .tit.pink span {
    color: #c9194d;
}
.care-tit-cont .right .tit.green::after {
    background-color: #42ae79;
}
.care-tit-cont .right .tit.yellow::after {
    background-color: #ffb500;
}
.care-tit-cont .right .tit.blue::after {
    background-color: #37aee6;
}
.care-tit-cont .right .tit.pink::after {
    background-color: #ef869a;
}
.care-tit-cont .right .txt01 {
    font-size: 19px;
    font-weight: 500;
    color: #000;
    margin-top: 10px;
    letter-spacing: -1.2px;
}
.care-tit-cont .right .txt02 {
    font-size: 18px;
    font-weight: 400;
    color: #272727;
    margin-top: 10px;
    letter-spacing: -1.2px;
}
.ledger-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -25px;
}
.ledger-list > li {
    display: table-cell;
    padding: 0 25px;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 25%;
    max-width: 25%;
}
.ledger-list > li .ledger-tit {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 25px;
}
.ledger-list > li .ledger-tit span {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding-left: 20px;
}
.ledger-list > li .ledger-tit.green span {
    color: #6eb765;
}
.ledger-list > li .ledger-tit.yellow span {
    color: #be9533;
}
.ledger-list > li .ledger-tit.blue span {
    color: #75a8d7;
}
.ledger-list > li .ledger-tit.pink span {
    color: #cc546b;
}
.ledger-list > li .ledger-img img {
    max-width: 100%;
}
.ledger-list > li .ledger-info-list {
    margin-top: 30px;
}
.ledger-list > li .ledger-info-list > li {
    position: relative;
    font-size: 15px;
    padding-left: 12px;
    margin-bottom: 16px;
    letter-spacing: -1.2px;
}
.ledger-list > li .ledger-info-list > li::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #606060;
    position: absolute;
    top: 10px;
    left: 0;
}

.care-icon-list {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.care-icon-list > li {
    float: left;
    width: calc(100% / 5);
    padding: 10px;
}
.care-icon-list > li.care-icon-list-2 {
    max-width: 16.666666%;
    width: 16.666666%;
}
.care-icon-list > li .icon-box {
    border: 1px solid #707070;
}
.care-icon-list > li .icon-box .icon {
    padding: 20px 0;
    text-align: center;
}
.care-icon-list > li .icon-box .icon img {
    max-width: 80px;
}
.care-icon-list > li .icon-box .icon-name {
    display: block;
    background-color: #fafafa;
    text-align: center;
    padding: 5px 0;
    font-size: 16px;
    color: #6a6a6a;
    position: relative;
    z-index: -1;
    letter-spacing: -1.2px;
}
.care-link-list {
    padding-left: 40px;
}
.care-link-list .care-link {
    display: inline-block;
    border-radius: 99px;
    padding: 5px 16px 5px 14px;
    border: 1px solid #111;
    margin: 5px 5px 5px 0;
    font-size: 16px;
    transition: 0.2s;
}

.care-link-list .care-link i {
    display: inline-block;
    padding-left: 10px;
    font-size: 18px;
}
.care-round-list {
}
.care-round-list > li {
    width: 50%;
    float: left;
    margin-bottom: 25px;
}
.care-round-list > li:nth-child(odd) {
    padding-right: 15px;
}
.care-round-list > li:nth-child(even) {
    padding-left: 15px;
}
.care-round-list > li .cont {
    display: table;
}
.care-round-list > li .cont .round {
    display: table-cell;
    width: 111px;
    height: 111px;
    border-radius: 50%;
    border: 1px solid #42ae79;
    color: #42ae79;
    font-size: 17px;
    vertical-align: middle;
    text-align: center;
}
.care-round-list > li .cont .txt {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    padding-left: 20px;
    word-break: keep-all;
}
.mindlle-info-wrap {
    padding: 80px 0;
}
.mindlle-info-tit {
    text-align: center;
}
.mindlle-info-tit span {
    display: inline-block;
    padding: 8px 12px;
    background-color: #f9db59;
    color: #313131;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.8px;
}
.mindlle-info-tit.type02 span {
    background-color: #fdf0ba;
}
.mindlle-info-list {
    width: 100%;
    max-width: 900px;
    margin: 70px auto 0;
}
.mindlle-info-list > li {
    float: left;
    width: 33.33333333%;
}
.mindlle-info-list > li .cont {
    text-align: center;
    margin-bottom: 70px;
}
.mindlle-info-list > li:nth-child(n + 4) .cont {
    margin-bottom: 0;
}
.mindlle-info-list > li .cont .icon-box {
    display: inline-block;
    position: relative;
    width: 130px;
    height: 130px;
    background-color: #f9f1ea;
    border-radius: 50%;
}
.mindlle-info-list > li .cont .icon-box .number {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #111;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    font-size: 24px;
    top: -15px;
    left: -15px;
}
.mindlle-info-list > li .cont .icon-box img {
    max-width: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mindlle-info-list > li .cont .txt {
    display: block;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
}
.table-care-time thead tr th {
    text-align: center;
    border-top: 1px solid #b4b4b4;
    border-bottom: 1px solid #b4b4b4;
    vertical-align: middle;
    font-size: 18px;
}

.table-care-time.green thead tr th {
    color: #42ae79;
}
.table-care-time.yellow thead tr th {
    color: #ec4115;
}
.table-care-time.blue thead tr th {
    color: #0063b0;
}
.table-care-time.pink thead tr th {
    color: #ef869a;
}
.table-care-time tbody tr td {
    background-color: #f7f7f7;
    text-align: center;
    border-bottom: 1px solid #efefef;
    vertical-align: middle;
    font-size: 18px;
}
.oriental-info-wrap {
    padding: 80px 0 50px;
}
.oriental-info-list {
    margin-top: 50px;
    display: flex;
}
.oriental-info-list > li {
    width: 50%;
    min-height: 335px;
    margin-bottom: 30px;
    padding: 10px;
    margin: 0 auto;
}
.oriental-info-list > li .cont {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.oriental-info-list > li .cont img {
    display: block;
    max-width: 100%;
    height: 110px;
    margin: 0 auto;
}
.oriental-info-list > li .cont .number {
    display: block;
    padding: 10px 0 5px;
    border-bottom: 1px solid #111;
    color: #ec4115;
    font-weight: 700;
    font-size: 18px;
}
.oriental-info-list > li .cont .txt {
    font-size: 19px;
    padding-top: 10px;
    word-break: keep-all;
    line-height: 1.4;
}
.care-tit-list {
}
.care-tit-list > li {
    margin-bottom: 20px;
}
.care-tit-list > li .care-tit-list-box {
    position: relative;
    font-size: 18px;
    display: inline-block;
    border-radius: 99px;
    letter-spacing: -1px;
}
.care-tit-list > li .care-tit-list-box::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 99px;
}
.care-tit-list > li .care-tit-list-box .tit {
    display: inline-block;
    padding: 6px 18px;
    font-size: 18px;
    border-radius: 99px;
    color: #fff;
}
.care-tit-list > li .care-tit-list-box .txt {
    padding-right: 25px;
    padding-left: 13px;
}
.care-tit-list > li .care-tit-list-box.blue .tit {
    background-color: #0063b0;
}
.care-tit-list > li .care-tit-list-box.purple .tit {
    background-color: #61198d;
}

.care-tit-list02 {
    position: relative;
}
.care-tit-list02::after {
    content: '';
    display: block;
    clear: both;
}
.care-tit-list02 > li {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
/* .care-tit-list02 > li:nth-child(even) {
  padding-left: 10px;
} */
.care-tit-list02 > li:nth-child(odd) {
    padding-right: 10px;
}
.care-tit-list02 > li .care-tit-list-box {
    position: relative;
}
.care-tit-list02 > li .care-tit-list-box::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 99px;
}
.care-tit-list02 > li .care-tit-list-box .tit {
    font-size: 18px;
    display: inline-block;
    padding: 6px 18px;
}
.care-tit-list02 > li .care-tit-list-box.pink .tit {
    background-color: #c9194d;
    color: #fff;
    border-radius: 99px;
}
.care-tit-list02 > li .care-tit-list-box .txt {
    display: inline-block;
    padding-left: 18px;
    padding-right: 30px;
    font-size: 18px;
}
.bg-f4-txt {
    display: inline-block;
    background-color: #f5f5f5;
    padding: 6px 18px;
    border-radius: 99px;
}
.after-service-wrap {
}
.after-service-wrap > li {
    position: relative;
    float: left;
    width: 50%;
    text-align: center;
}
.after-service-wrap > li:first-child::after {
    content: '';
    display: block;
    width: 1px;
    height: 80%;
    position: absolute;
    background-color: #ddd;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.after-service-wrap > li img {
    max-width: 100%;
}
.after-service-wrap > li dl dt {
    font-size: 20px;
}
.after-service-wrap > li dl dd {
    font-size: 18px;
    margin-top: 10px;
}
.pink-bg {
    background-color: #fffbfb;
}
.after-system-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}
.after-system-list > li {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    float: left;
    width: 16.666666667%;
    padding: 0 15px;
}
.after-system-list > li::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-width: 2px 2px 0 0;
    border-color: #111;
    border-style: solid;
    position: absolute;
    top: 50%;
    right: -2px;
    transform: translateY(-50%) rotate(45deg);
}
.after-system-list > li:last-child::after {
    display: none;
}
.after-system-list > li .cont {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 15px;
    border-radius: 15px;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 160px;
}
.after-system-list > li .cont.white {
    background-color: #fff;
    border: 2px solid #de6384;
}
.after-system-list > li .cont.pink {
    background-color: #fadae0;
    border: 1px solid #f7c3cd;
}
.after-system-list > li .cont img {
    display: block;
    margin: 0 auto;
    margin-bottom: 12px;
}
.after-system-list > li .cont .txt {
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 1.6;
}
.care-tab-list {
    border-bottom: 0;
}
.care-tab-list .care-tab-list-box {
    width: 25%;
    float: left;
    text-align: center;
    display: table;
    display: flex;
    margin-bottom: 30px;
}
.care-tab-list .care-tab-link {
    position: relative;
    display: inline-block;
    display: flex;
    width: 200px;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    border-radius: 7px;
    height: 70px;
    padding: 10px;
    line-height: 1.4;
    border: 2px solid #f0f0f0;
}
.care-tab-list .care-tab-link.active {
    background-color: #fff;
    border-color: #de6384;
}
.care-tab-list .care-tab-link.active::before {
    content: '';
    position: absolute;
    top: -10px;
    right: 0;
    width: 50px;
    height: 20px;
    border-radius: 4px;
    background-color: #de6384;
    z-index: -1;
}
/* .care-tab-list .care-tab-link.active::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  height: 15px;
  width: 8px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border: solid #DE6384;
  border-width: 0 2px 2px 0;
} */
.care-tab-cont {
    padding: 50px 0 30px;
}
.care-tab-cont .tit {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 40px;
}
.care-tab-table-wrap {
    margin-bottom: 40px;
}
.care-tab-table-wrap .care-tab-table {
    border-bottom: 1px solid #e6e6e6;
}
.care-tab-table-wrap .care-tab-table tbody tr th {
    background-color: #f9f9f9;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    border-top: 1px solid #707070;
}
.care-tab-table-wrap .care-tab-table tbody tr td {
    border-top: 1px solid #707070;
}
.care-tab-table-wrap .care-tab-table .care-tab-table-list li {
    margin-bottom: 5px;
}
#care-tab-cont02 .care-tab-table tbody tr:first-child th {
    border: 1px solid #d2d2d2;
}
#care-tab-cont02 .care-tab-table tbody tr td {
    border: 1px solid #d2d2d2;
    vertical-align: middle;
    text-align: center;
}
#care-tab-cont03 .care-tab-table tbody tr:first-child th {
    border: 1px solid #d2d2d2;
}
#care-tab-cont03 .care-tab-table tbody tr td {
    border: 1px solid #d2d2d2;
    vertical-align: middle;
    text-align: center;
}
#care-tab-cont04 .care-tab-table tbody tr:first-child th {
    border: 1px solid #d2d2d2;
}
#care-tab-cont04 .care-tab-table tbody tr td {
    border: 1px solid #d2d2d2;
    vertical-align: middle;
    text-align: center;
}
#care-tab-cont04 .care-tab-table tbody tr:nth-child(2) td {
    background-color: #f9f9f9;
    border: 1px solid #d2d2d2;
}

#care-tab-cont05 .care-tab-table tbody tr:first-child th {
    border: 1px solid #d2d2d2;
}
#care-tab-cont05 .care-tab-table tbody tr td {
    border: 1px solid #d2d2d2;
    vertical-align: middle;
    text-align: center;
}
#care-tab-cont06 p {
    font-size: 18px;
    line-height: 30px;
}
#care-tab-cont06 p:last-child {
    color: #333;
}

#care-tab-cont07 .care-tab-table tbody tr:first-child th {
    border: 1px solid #d2d2d2;
}
#care-tab-cont07 .care-tab-table tbody tr td {
    border: 1px solid #d2d2d2;
    vertical-align: middle;
    text-align: center;
}
#care-tab-cont07 .table-margin {
    margin-top: 100px;
}
#care-tab-cont07 .care-tab-table:nth-child(1) tbody tr:nth-child(2) td {
    background-color: #f9f9f9;
    border: 1px solid #d2d2d2;
}
#care-tab-cont07 .tit_blue {
    font-size: 22px;
    margin-bottom: 20px;
    color: cornflowerblue;
    font-weight: 500;
}
#care-tab-cont08 p {
    font-size: 18px;
    line-height: 30px;
    color: #de6384;
}
#care-tab-cont08 ul {
    margin-top: 10px;
}
#care-tab-cont08 li {
    font-size: 18px;
    line-height: 30px;
    list-style: inside;
}

.care-tab-table-wrap .care-tab-table .care-tab-table-list li:last-child {
    margin-bottom: 0;
}
.care-useInfo {
}
.care-useInfo::after {
    content: '';
    display: block;
    clear: both;
}
.care-useInfo > li {
    margin-bottom: 20px;
}
.care-useInfo > li .tit {
    line-height: 50px;
    text-align: center;
    font-size: 20px;
}
.care-useInfo.pink > li .tit {
    background-color: #ef869a;
    color: #fff;
}
.care-useInfo > li .cont {
    padding: 30px 30px;
    background-color: #f5f5f5;
}
.care-useInfo.pink > li .cont {
    border-bottom: 2px solid #ef869a;
}
.care-useInfo > li .cont dl {
    margin-bottom: 0;
}
.care-useInfo > li .cont dl dd {
    font-size: 18px;
}
.care-useInfo > li .cont dl dd:last-child {
    margin-bottom: 0;
}
.pinkBold {
    font-weight: 700;
    color: #da6b62;
}
.line-tit {
    position: relative;
    font-size: 32px;
    font-weight: 500;
    padding-bottom: 15px;
    margin-bottom: 30px;
    letter-spacing: -0.7px;
}
.line-tit::after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background-color: #111;
    position: absolute;
    bottom: 0;
    left: 0;
}
.health-swiper-wrap {
    padding: 100px 0 0px;
}
.health-swiper {
}
.health-swiper-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.health-swiper-list::after {
    content: '';
    display: block;
    clear: both;
}
.health-swiper-list > li {
    max-width: 25%;
    width: 100%;
    padding: 20px 15px;
}
.health-swiper-list > li .cont {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    border: 1px solid #bfbfbf;
    padding: 30px 15px 20px;
}
.health-swiper-list > li .cont .tit-box {
    margin-bottom: 20px;
    display: table;
}
.health-swiper-list > li .cont .tit-box .number {
    display: table-cell;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background-color: #59b3c4;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}
.health-swiper-list > li .cont .tit-box .tit {
    word-break: keep-all;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    height: auto;
    border: 1px solid #ddd;
    border-width: 1px 1px 1px 1px;
    padding: 0px 6px;
    line-height: 1.6;
    letter-spacing: -1px;
}
.health-swiper-list > li .cont .info {
    color: #333;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: -0.5px;
    word-break: keep-all;
    margin-bottom: 10px;
}
.health-swiper .button-box {
    position: relative;
    text-align: center;
}
.health-swiper .button-box .button-next,
.health-swiper .button-box .button-prev {
    position: relative;
    width: 50px;
    height: 50px;
    border: 2px solid #111;
    display: inline-block;
    margin: 0 2px;
    border-radius: 4px;
}
.health-swiper .button-box .button-next.swiper-button-disabled,
.health-swiper .button-box .button-prev.swiper-button-disabled {
    opacity: 0.3;
}
.health-swiper .button-box .button-next::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 11px;
    border: 2px solid #111;
    border-width: 2px 2px 0px 0px;
    transform: translate(-50%, -50%) rotate(45deg);
    margin-left: -3px;
}
.health-swiper .button-box .button-prev::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 11px;
    border: 2px solid #111;
    border-width: 0px 0px 2px 2px;
    transform: translate(-50%, -50%) rotate(45deg);
    margin-left: 3px;
}
.more_health_group {
    padding: 50px 0;
    margin: 0 -10px;
}
.more_health_group ul {
    display: flex;
    flex-wrap: wrap;
}
.more_health_group li {
    width: 25%;
    margin: 0 10px;
}
.more_health_group li a {
    font-size: 19px;
    letter-spacing: -0.5px;
    font-weight: 500;
    border: 1px solid #ffffff !important;
    padding: 10px 20px;
    border-radius: 5px;
    background: #368897;
    transition: 0.3s;
    width: 100%;
    color: white;
    display: block;
    text-align: center;
}
.more_health_group li a:hover {
    background-color: #2d7986;
    transition: 0.3s;
}
/***한의원 시작**/
.page-left-pd2 {
    padding: 0;
}
.page-cont .HerbList {
    flex-wrap: wrap;
}
.page-cont .HerbList > li {
    width: 33.3333%;
    padding: 0 10px;
    margin-bottom: 10px;
}
.page-cont .HerbList .herblist_wrap {
    height: 100%;
    text-align: center;
    background: #f5f3f3;
    border-radius: 5px;
}
.page-cont .HerbList .herblist_wrap .tit {
    font-size: 19px;
    background: #ec4115;
    color: #fff;
    padding: 10px 0;
    border-radius: 5px 5px 0 0;
}
.page-cont .HerbList .herblist_wrap .List {
    text-align: left;
    padding: 20px 30px;
}
.page-cont .HerbList .herblist_wrap .List ul {
}
.page-cont .HerbList .herblist_wrap .List ul li {
    margin-bottom: 5px;
    font-size: 16px;
}
.page-cont .HerbList.herbphilosophy {
}
.page-cont .HerbList.herbphilosophy li .img {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.page-cont .HerbList.herbphilosophy li .text {
    text-align: center;
}
.page-cont .HerbList.herbphilosophy li .text p.tit {
    font-size: 19px;
    margin: 10px 0 5px;
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 5px;
    display: inline-block;
    font-weight: 500;
}
.page-cont .HerbList.herbphilosophy li .text span {
    font-size: 16px;
    letter-spacing: -0.3px;
    color: #545454;
    display: block;
}

.herb_program {
}
.herb_program ul {
}
.herb_program ul li {
    margin-bottom: 20px;
}
.herb_program ul li .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.herb_program ul li:nth-child(1) .img {
    background-image: url('/assets/common/img/herbPro_03.jpg');
}
.herb_program ul li:nth-child(2) .img {
    background-image: url('/assets/common/img/herbPro_05.jpg');
}
.herb_program ul li:nth-child(3) .img {
    background-image: url('/assets/common/img/care-program.jpg');
}
.herb_program ul li:nth-child(4) .img {
    background-image: url('/assets/common/img/herbPro_02.jpg');
}
.herb_program ul li:nth-child(5) .img {
    background-image: url('/assets/common/img/herbPro_07.jpg');
}
.herb_program ul li .img {
    height: 150px;
    width: 25%;
    max-width: 300px;
    margin-right: 30px;
    border-radius: 3px;
}
.herb_program ul li .text {
    width: 75%;
}
.herb_program ul li .text .tit {
    font-size: 24px;
    font-weight: 500;
    border-bottom: 1px solid #b3aeae;
    padding-bottom: 10px;
    margin-bottom: 10px;
    letter-spacing: -0.4px;
}
.herb_program ul li .text .text-box {
}
.herb_program ul li .text .text-box p {
    letter-spacing: -0.4px;
    line-height: 1.8;
    word-break: keep-all;
    color: #565555;
    font-size: 18px;
}
/***한의원 끝**/

/* 모바일 */
@media (max-width: 1200px) {
    .care-tit-list02 > li .care-tit-list-box.pink .tit {
        display: block;
        border-radius: 0;
    }
    .care-tit-list02 > li .care-tit-list-box .txt {
        display: block;
        padding: 10px 16px;
        font-size: 14px;
    }
    .care-tit-list02 > li .care-tit-list-box::before {
        border-radius: 0;
    }
    .ledger-list {
        margin: 0 -10px;
    }
    .ledger-list > li {
        padding: 0 10px;
        width: 50%;
        max-width: 50%;
    }
    .ledger-list > li:nth-child(n + 3) {
        margin-top: 30px;
    }
    .ledger-list > li .ledger-tit {
        margin-bottom: 10px;
    }
    .ledger-list > li .ledger-img img {
        width: 100%;
    }
    .ledger-list > li .ledger-tit span {
        display: block;
        margin-top: 5px;
        padding-left: 0;
    }
    .ledger-list > li .ledger-info-list {
        margin-top: 15px;
        margin-left: 50px;
    }
    .ledger-list > li .ledger-info-list > li {
        margin-bottom: 5px;
    }
    .ledger-img {
        margin: 0 auto;
    }
    .after-system-list > li {
        width: 33.333333%;
        margin-bottom: 20px;
    }
    .health-swiper-list > li {
        max-width: 50%;
    }
    .health-swiper-list > li .cont {
        min-height: 220px;
        max-height: 220px;
    }
    .health-swiper .button-box .button-next,
    .health-swiper .button-box .button-prev {
        width: 40px;
        height: 40px;
    }
    .page-cont .HerbList > li {
        width: 50%;
    }
}
@media (max-width: 1024px) {
}
@media (max-width: 991px) {
    .container {
        max-width: 90% !important;
    }
    .page-tit {
        font-size: 20px;
    }
    .link-list li a {
        font-size: 16px;
        line-height: 50px;
    }
    .ledger-list > li {
        overflow: hidden;
    }
    .page-left-pd,
    .care-link-list {
        padding-left: 0;
    }
    .care-tit-cont .left .care-logo-box {
        height: 200px;
    }
    .oriental-info-list > li {
        min-height: 280px;
    }
    .oriental-info-list > li .cont {
        width: 95%;
        padding: 0 15px;
    }
    .after-system-list > li {
        padding: 0 10px;
    }
    .after-service-wrap > li dl dd {
        font-size: 17px;
    }
    .after-system-list > li .cont img {
        width: 40px;
    }
    .after-system-list > li .cont .txt {
        font-size: 13px;
    }
    .after-system-list > li .cont .txt br {
        display: none;
    }
    .care-tab-list .care-tab-list-box {
        width: 33.333333%;
    }
    .care-tab-table-wrap .care-tab-table {
        width: 750px;
    }
    .oriental-info-list > li .cont .txt {
        font-size: 17px;
        letter-spacing: -1px;
    }
    .herb_program ul li .img {
        width: 35%;
    }
    .herb_program ul li .text {
        width: 65%;
    }
    .herb_program ul li .text .tit {
        font-size: 18px;
    }
    .herb_program ul li .text .text-box p {
        line-height: 1.4;
        font-size: 15px;
    }
    .more_health_group li {
        width: 50%;
        margin: 0;
    }
}
@media (max-width: 767px) {
    .line-tit {
        font-size: 24px;
    }
    .container {
        padding-right: 0;
        padding-left: 0;
    }
    .care-tit-cont {
        display: block;
        padding-bottom: 50px;
    }
    .care-tit-cont .left,
    .care-tit-cont .right {
        display: block;
        width: 100%;
    }
    .care-tit-cont .left .care-logo-box {
        position: relative;
        height: 124px;
    }
    .care-tit-cont .left .care-logo-box img {
        width: 180px;
    }
    .care-tit-cont .right {
        margin-top: 20px;
        padding-left: 0;
    }
    .care-tit-cont .right .tit {
        font-size: 21px;
        padding-bottom: 10px;
    }
    .care-tit-cont .right .txt01,
    .care-tit-cont .right .txt02 {
        font-size: 16px;
    }
    .care-icon-list > li,
    .care-icon-list > li.care-icon-list-2 {
        width: 33.3333333%;
        max-width: 33.3333333%;
        padding: 5px;
    }
    .care-icon-list > li .icon-box .icon {
        padding: 10px 0;
    }
    .care-icon-list > li .icon-box .icon img {
        width: 50px;
    }
    .care-icon-list > li .icon-box .icon-name {
        font-size: 13px;
    }

    .ledger-list {
        margin: 0;
    }
    .sub-tit-box {
        padding-left: 32px;
        margin-bottom: 15px;
    }
    .sub-tit-box::before {
        border-width: 5px;
        width: 24px;
        height: 24px;
        top: 5px;
    }
    .sub-tit-box .sub-tit {
        padding-bottom: 6px;
        font-size: 18px;
        letter-spacing: -1px;
    }
    .sub-page-wrap {
        padding: 50px 0 50px;
    }
    .care-link-list .care-link {
        font-size: 16px;
        margin: 3px 3px 3px 0;
        padding: 3px 10px 3px 11px;
    }
    .care-round-list > li {
        width: 100%;
        float: none;
    }
    .care-round-list > li:nth-child(even) {
        padding-left: 0;
    }
    .care-round-list > li .cont .round {
        width: 90px;
        height: 90px;
        font-size: 15px;
    }
    .care-round-list > li .cont .txt {
        font-size: 15px;
    }
    .mindlle-info-wrap {
        padding: 40px 0;
    }
    .mindlle-info-tit span {
        font-size: 18px;
    }
    .mindlle-info-list > li {
        width: 50%;
    }
    .mindlle-info-list > li .cont {
        margin-bottom: 30px;
        padding: 10px;
    }
    .mindlle-info-list > li:nth-child(n + 4) .cont {
        margin-bottom: 30px;
    }
    .mindlle-info-list > li .cont .icon-box .number {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
    .mindlle-info-list > li .cont .txt {
        font-size: 14px;
        line-height: 1.4;
        margin-top: 8px;
    }
    .page-tit02 {
        font-size: 18px;
    }
    .table-care-time thead tr th,
    .table-care-time tbody tr td {
        font-size: 14px;
    }
    .link-list li a {
        font-size: 14px;
        line-height: 50px;
    }
    .oriental-info-list > li .cont .txt {
        font-size: 16px;
    }
    .list-type-round li {
        font-size: 15px;
    }
    .care-tit-list > li .care-tit-list-box.blue .tit {
        display: block;
        border-radius: 0;
        font-size: 16px;
    }
    .care-tit-list > li .care-tit-list-box {
        display: block;
    }
    .care-tit-list > li .care-tit-list-box .txt {
        font-size: 15px;
        background-color: #f5f5f5;
        padding: 6px 18px;
        display: block;
    }
    .care-tit-list > li .care-tit-list-box::before {
        display: none;
    }
    .care-tit-cont .left .care-logo-box.pink,
    .care-tit-cont .left .care-logo-box.blue,
    .care-tit-cont .left .care-logo-box.yellow,
    .care-tit-cont .left .care-logo-box.green {
        height: 124px;
    }
    .care-tit-list02 > li {
        float: none;
        width: 100%;
    }
    .care-tit-list02 > li:nth-child(odd),
    .care-tit-list02 > li:nth-child(even) {
        padding: 0;
    }
    .after-service-wrap > li {
        width: 100%;
        float: none;
        display: flex;
        align-items: center;
        padding: 20px 0;
    }
    .after-service-wrap > li img {
        width: 110px;
    }
    .after-service-wrap > li:first-child::after {
        display: none;
    }
    .after-service-wrap > li dl {
        margin-left: 15px;
        text-align: left;
    }
    .after-service-wrap > li dl dt {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .after-service-wrap > li dl dd {
        font-size: 14px;
        margin-top: 2px;
        margin-bottom: 0;
    }
    .ledger-list > li .ledger-info-list {
        margin-left: 0;
    }
    .page-left-pd .text-center {
        text-align: left;
        font-size: 18px;
    }
    .page-cont .HerbList .herblist_wrap .List {
        padding: 10px 20px;
    }
    .more_health_group li {
        width: 100%;
        margin: 0;
    }
    .oriental-info-list {
        flex-direction: column;
    }
}

@media (max-width: 758px) {
    .after-system-list > li {
        width: 50%;
    }
    .care-tab-list .care-tab-list-box {
        width: 50%;
    }
    .container {
        max-width: 95% !important;
    }
    .health-swiper-list > li {
        width: 100%;
        max-width: 100%;
        padding: 8px 15px;
    }
    .health-swiper-list > li .cont {
        min-height: 200px;
        max-height: 200px;
    }
    .health-swiper-list > li .cont {
        padding: 20px 15px;
    }
    .health-swiper-list > li .cont .tit-box .tit br {
        display: none;
    }
    .oriental-info-list > li .cont img {
        height: auto;
    }
}

@media (max-width: 590px) {
    .care-icon-list > li,
    .care-icon-list > li.care-icon-list-2 {
        width: 50%;
        max-width: 50%;
        padding: 5px;
    }
    .page-cont .HerbList > li {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    .page-cont .HerbList .herblist_wrap .tit {
        font-size: 17px;
        padding: 7px 0;
    }
    .page-cont .HerbList .herblist_wrap .List ul li {
        font-size: 15px;
    }
    .herb_program ul li {
        flex-direction: column;
    }
    .herb_program ul li .img {
        width: 100%;
        max-width: 100%;
        height: 200px;
        margin: 0;
    }
    .herb_program ul li .text {
        width: 100%;
    }
    .oriental-info-list > li {
        float: none;
        width: 100%;
    }
}

@media (max-width: 492px) {
    .link-list li {
        width: 100%;
    }
    .link-list li {
        width: 100%;
        float: none;
        margin-bottom: 5px;
        border-radius: 3px;
    }
    .link-list a {
        font-size: 15px;
        line-height: 40px;
    }
    .link-list li a {
        font-size: 15px;
    }
    .page-left-pd .text-center {
        font-size: 15px;
    }
    .page-tit {
        border-bottom: 2px solid #f9f9f9;
        display: inline-block;
        padding-bottom: 7px;
    }
    .ledger-list > li {
        padding: 0px;
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
    }
    .ledger-img {
        width: 210px;
    }
    .mindlle-info-list > li .cont .icon-box {
        width: 100px;
        height: 100px;
    }
    .mindlle-info-list > li .cont {
        padding: 5px 0;
    }
    .mindlle-info-list > li .cont .icon-box img {
        max-width: 35px;
    }
}
@media (max-width: 415px) {
    .oriental-info-list > li {
        width: 100%;
        min-height: auto;
    }
    .care-tit-cont .right .tit {
        font-size: 18px;
    }
}
