@charset "utf-8";

.semibold {font-weight: 600;}
.group-wrap{width: 100%}
.group-box {min-width: 1430px}
.group-wrap-top,
.group-wrap-bottom{width: 100%;
    position: relative;
}
.group-wrap-top { margin-bottom: 60px;}
.group-wrap-top::after{
    content: "";
    width: 1px; height: 100%;
    position: absolute; left: 50%; top: 0;
    transform: translateX(-50%); z-index: -1;
    background-color: #D8D8D8;
}
.group-wrap li {display: flex;

    text-align: center;
    justify-content: space-between;
    position: relative;
}
.group-wrap-top li {
    column-gap: 40px;
}
.group-wrap-bottom li:first-child {
    column-gap: 22px;
}
.group-wrap-bottom li.end {
    column-gap: 6px;
}
.group-wrap-top li.center::before,
.group-wrap-top li.center::after {
    content: ""; display: block; width: calc((100% / 3) - 20px);
}
.group-wrap-top li:nth-child(n+2) {
    margin-top: 60px;
}

.group-wrap-top li:nth-child(2)::after {
    content: "";
    width: 100%; height: 1px;
    position: absolute; left: 0; top: 50%;
    transform: translateY(-50%); z-index: -1;
    background-color: #D8D8D8;
}

.group-wrap-top li:nth-child(4)::after {
    content: "";
    width: 100%; height: 1px;
    position: absolute; left: 50%; top: -29px;
    transform: translateX(-50%); z-index: -1;
    background-color: #D8D8D8;
}

.group-wrap-bottom li:first-child{margin-bottom: 120px}

.group-wrap-top li:nth-child(4) .wrap {
    position: relative;
    z-index: 1;
}
.group-wrap-top li:nth-child(4) .wrap:nth-child(1)::after,
.group-wrap-top li:nth-child(4) .wrap:nth-child(3)::after{
    content: ""; display: block;
    position: absolute; width: 50%; height: 50%;
    top: -29px; z-index: -1;
    background-color: white;
}
.group-wrap-top li:nth-child(4) .wrap:nth-child(1)::after {
    left: 0; border-right: 1px solid #D8D8D8;
}
.group-wrap-top li:nth-child(4) .wrap:nth-child(3)::after {
    right: 0; border-left: 1px solid #D8D8D8;
}
.group-wrap .wrap {
    font-size: 17px;
}

.group-wrap-top .wrap {
    width: calc((100% / 3) - 20px);
}

.group-wrap-bottom li:first-child .wrap {
    width: calc((100% / 4) - 11px);
}
.group-wrap-bottom li.end .wrap {
    width: calc((100% / 13) - 3px);
}

.group-wrap .wrap .h4,
.group-wrap .wrap .h5,
.group-wrap .wrap div {
    padding: 20px 10px;
}

.group-wrap-top .wrap .h4 {
    display: flex; column-gap: 10px;
    justify-content: center;
    background-color: #0C7771;
}
.group-wrap-top .wrap .h4 p{color: white}
.group-wrap-top .wrap .h5, .group-wrap-top .wrap .bg-green, .group-wrap-bottom .wrap .bg-green {
    background-color: #B5DEE3;
}

.group-wrap-top .wrap .bg-green, .group-wrap-bottom .wrap .bg-green{
    display: grid;
    place-items: center;
    min-height: 80px;}

.group-wrap .wrap div{
    background-color: #F2F2F2;
}

.group-wrap-bottom .wrap {
    font-size: 17px;
}

.group-wrap-top .wrap div.many{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.group-wrap-top .wrap div.many p{position: relative}
.group-wrap-top .wrap div.many p:nth-child(n+2)::after {
    content: "/"; display: block; width: 4px;
    text-align: center; font-size: 18px; color: #aaa;
    position: absolute; left: -2px; top: 50%;
    transform: translateY(-50%);
}

.group-wrap-top .wrap div.many p:nth-child(4)::after {
    display: none;
}

/* group-wrap-bottom */
.group-wrap-bottom{margin-bottom: 60px}
.group-wrap-bottom li:first-child::before {
    content: ""; width: 100%; height: calc(100% + 58px);
    border: 1px solid #d8d8d8;
    background-color: white;
    position: absolute; left: 0; top: -29px;
}
.group-wrap-bottom li:first-child::after {
    content: "";
    width: 1px; height: 120px;
    position: absolute; left: 50%; top: 100%; z-index: -2;
    transform: translate(-50%, 0);
    background-color: #d8d8d8;
}
.group-wrap-bottom .wrap {position: relative; z-index: 1}
.group-wrap-bottom li:first-child .wrap::after,
.group-wrap-bottom .end .wrap::after
{
    content: ""; display: block;
    position: absolute;top: -29px; z-index: -1;
    height: calc(100% + 60px);
}
.group-wrap-bottom li:first-child .wrap:nth-child(1)::after,
.group-wrap-bottom li:first-child .wrap:nth-child(4)::after,
.group-wrap-bottom .end .wrap:first-child::after,
.group-wrap-bottom .end .wrap:last-child::after {
    background-color: white;
}
.group-wrap-bottom li:first-child .wrap:nth-child(2)::after,
.group-wrap-bottom li:first-child .wrap:nth-child(3)::after,
.group-wrap-bottom .end .wrap::after{
    width: 1px; left: 50%; transform: translateX(-50%);
    background-color: #d8d8d8;
}
.group-wrap-bottom li:first-child .wrap:nth-child(1)::after,
.group-wrap-bottom .end .wrap:first-child::after{
    width: 50%;
    left: 0;
    border-right:1px solid #d8d8d8;
}
.group-wrap-bottom li:first-child .wrap:nth-child(4)::after,
.group-wrap-bottom .end .wrap:last-child::after{
    width: calc(50% + 3px);
    right: -3px;
    border-left:1px solid #d8d8d8;
}

.group-wrap-bottom .end .wrap div {
    display: grid; place-items: center;
    padding: 40px 3px;
    min-height: 148px
}
.group-wrap-bottom .end::after {
    content: "";
    width: 100%; height: 1px;
    position: absolute; left: 0; top: -29px;
    background-color: #d8d8d8;
}
.group-wrap-bottom .end .wrap::after {height: 50%}
.group-wrap-bottom .end .wrap:first-child::after,
.group-wrap-bottom .end .wrap:last-child::after{
    left: auto; transform: translateX(0);
    background-color: white;
}
.gwhealth-list-wrap {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 60px;
}
.gwhealth-list-wrap h4 {
    padding-left: 25px;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 600;
    line-height: 40px;
    position: relative;
}
.gwhealth-list-wrap h4::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: url(../images/sub/introduce/dots.svg) no-repeat center center;
}
.gwhealth-list-wrap table {min-width: 820px; width: 100%;
    margin-bottom: 10px;
    text-align: center;
    border-collapse: collapse;
    font-size: 17px;
    line-height: 30px;
    word-break: keep-all;
    background-color: white;
}
.gwhealth-list-wrap table thead{background-color: #f2f2f2}
.gwhealth-list-wrap table th,
.gwhealth-list-wrap table td {
    padding-top: 20px; padding-bottom: 20px;
}
.gwhealth-list-wrap table th:nth-child(1),
.gwhealth-list-wrap table td:nth-child(1) {
    border-right: 1px solid #ccc;
}
.gwhealth-list-wrap table th:nth-child(3),
.gwhealth-list-wrap table td:nth-child(3) {
    border-left: 1px solid #ccc;
}
.gwhealth-list-wrap table tbody tr{border-bottom: 1px solid #ccc}
.gwhealth-list-wrap table td:nth-child(2){text-align: left; padding-left: 20px}
.gwhealth-list-wrap col:nth-child(1) {width: 195px}
.gwhealth-list-wrap col:nth-child(2) {}
.gwhealth-list-wrap col:nth-child(3) {width: 195px}

@media screen and (max-width: 1430px) {
    .group-wrap{overflow-x: scroll}
}
/* 태블릿 ~ 모바일 */
@media screen and (max-width: 820px) {
    .group-wrap .wrap,
    .group-wrap-bottom .wrap{
        font-size: 14px;
    }
    .group-wrap .wrap div {
        padding: 20px 10px;
    }
    .group-wrap-top .wrap div.many p:nth-child(n+2)::after {
        font-size: 12px;
    }
    .group-wrap .wrap .h4, .group-wrap .wrap .h5, .group-wrap .wrap div {
        padding: 22px 10px;
    }
    .group-wrap-bottom .end .wrap div {
        padding: 22px 3px;
        min-height: 100px;
    }
    .gwhealth-list-wrap h4{font-size: 17px}
    .gwhealth-list-wrap table th{font-size: 15px !important;}
    .gwhealth-list-wrap table td,
    .gwhealth-list-wrap p {font-size: 14px !important;}
    .gwhealth-list-wrap table th, .gwhealth-list-wrap table td {
        padding-top: 10px; padding-bottom: 10px;
    }
}

