:root {
    --font-pageCate: 4rem;
    --font-pageTitle: 2.4rem;
    --font-contentTitle: 2.6rem;
    --font-textBigger: 3.2rem;
    --font-textBig: 2.1rem;
    --font-textNormal: 1.8rem;
    --font-textSmall: 1.6rem;
    --font-textSmaller: 1.4rem;

    --color-sub1: #5e7291;
    --color-sub2: #556789;
    --color-sub3: #4b5b81;
    --color-sub4: #384371;
    --color-sub5: #252c61;
    --color-sub6: #1b2059;
    --color-sub7: #111450;

    --color-pageTitle: #212326;
    --color-innerImg: #161e2a;
    --color-contentTitle: #161e2a;

    --color-infoTitle: #333;
    --color-infoLineTitle: #222;
    --color-infoLineText: #999;
}

.sub_content .page_title h3 strong {font-size:var(--font-pageCate);}

._renew {
    position: relative;
    padding: 0 0 0;
    color: var(--color-infoTitle);
    font-size: var(--font-base);
}

._renew [data-section="intro"] {
    position: relative;
    margin-bottom: 6.2rem;
}

._renew [data-section="intro"] p {
    margin: 0;
    color: var(--color-infoTitle);
    font-size: var(--font-pageTitle);
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0;
}

._renew [data-section="profile"] {
    margin-top: 0;
}

._renew [data-section="profile"] > h4 {
    margin: 0 0 1.8rem;
    color: var(--color-infoTitle);
    font-size: var(--font-pageTitle);
    font-weight: 800;
    line-height: 1.3;
}

._renew [data-profile="card"] {
    display: grid;
    grid-template-columns: 42.8% 1fr;
    overflow: hidden;
    min-height: 48rem;
    background: var(--white-color);
    border: 1px solid var(--line-color);
    border-radius: 1.4rem;
    box-shadow: 0 0.4rem 1.6rem rgba(19, 34, 56, 0.12);
}

._renew [data-profile="photo"] {
    min-height: 48rem;
    margin: 0;
    background: var(--background-color);
}

._renew [data-profile="photo"] img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}

._renew [data-profile="info"] {
    position: relative;
    padding: 5.2rem 5rem 4.2rem;
}

._renew [data-profile="logo"] {
    position: absolute;
    right: 3rem;
    top: -2rem;
    width: 12.8rem;
    height: auto;
}

._renew [data-profile="name"] {
    padding-bottom: 3.2rem;
    border-bottom: 1px solid var(--line-color);
}

._renew [data-profile="name"] strong {
    display: block;
    margin-bottom: 1.1rem;
    color: var(--color-pageTitle);
    font-size: var(--font-textBigger);
    font-weight: 500;
    line-height: 1.25;
}

._renew [data-profile="name"] span {
    display: block;
    color: var(--color-sub3);
    font-size: var(--font-textNormal);
    font-weight: 800;
    line-height: 1.3;
}

._renew [data-profile="career"] {
    padding-top: 3.6rem;
}

._renew [data-profile="career"] h5 {
    margin: 0 0 2.6rem;
    color: var(--color-sub3);
    font-size: var(--font-textBig);
    font-weight: 800;
    line-height: 1.3;
}

._renew [data-profile="career"] dl {
    display: grid;
    grid-template-columns: 15rem 1fr;
    row-gap: 1.4rem;
    margin: 0;
    font-size: var(--font-textBig);
    color: var(--color-infoTitle);
    line-height: 1.35;
}

._renew [data-profile="career"] dt {
    font-weight: 800;
}

._renew [data-profile="career"] dd {
    margin: 0;
    font-weight: 500;
}

._renew [data-profile="career"] dd span {
    display: block;
    margin-top: 0.7rem;
    color: var(--color-infoLineText);
    font-size: var(--font-textSmaller);
    line-height: 1.35;
}

._renew [data-list="gallery"] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4rem;
    margin-top: 7rem;
}

._renew [data-card="image"] {
    overflow: hidden;
    margin: 0;
    background: var(--white-color);
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1.4rem rgba(20, 30, 44, 0.18);
}

._renew [data-card="image"] img {
    display: block;
    width: 100%;
    aspect-ratio: 305 / 220;
    object-fit: cover;
}

._renew [data-card="image"] figcaption {
    min-height: 5.8rem;
    padding: 1.7rem 1.8rem;
    color: var(--color-infoTitle);
    font-size: var(--font-textSmall);
    font-weight: 700;
    line-height: 1.35;
}

._renew [data-table="info"] {
    margin-top: 8.6rem;
    border-top: 3px solid var(--color-infoLineTitle);
}

._renew [data-table="info"] table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

._renew [data-table="info"] .col-title {
    width: 19rem;
}

._renew [data-table="info"] .col-content {
    width: auto;
}

._renew [data-table="info"] caption {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
}

._renew [data-table="info"] th {
    height: 5.8rem;
    border-bottom: 1px solid var(--line-color);
    color: var(--color-infoTitle);
    font-size: var(--font-textSmall);
    line-height: 1.45;
    text-align: left;
}

._renew [data-table="info"] td {
    height: 5.8rem;
    border-bottom: 1px solid var(--line-color);
    color: var(--color-infoTitle);
    font-size: var(--font-textSmall);
    line-height: 1.45;
    text-align: left;
}

._renew [data-table="info"] th {
    padding: 1.6rem 2rem;
    background: var(--background-color);
    font-weight: 700;
}

._renew [data-table="info"] td {
    padding: 1.6rem 2rem;
    font-weight: 600;
}





._renew [data-section="businessOverview"] {
    --overview-color: var(--color-sub3);
    --overview-color-soft: var(--color-sub1);
    --overview-labelHeight: 7.8rem;
    --overview-titleHeight: 7.8rem;
}

._renew [data-overview="header"] {
    display: grid;
    grid-template-columns: 28rem 1fr;
    gap: 2rem;
    align-items: end;
    margin: 0 0 3rem;
}

._renew [data-overview="header"] span {
    color: var(--color-infoTitle);
    font-size: var(--font-textBigger);
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
}

._renew [data-overview="list"] {
    display: grid;
    gap: 5.2rem;
}

._renew [data-overview="item"] {
    display: grid;
    grid-template-columns: 30rem 1fr;
    gap: 5rem;
    align-items: start;
    position: relative;
}

._renew [data-overview="item"]::before {
    content: "";
    position: absolute;
    left: 1rem;
    right: 3rem;
    top: 7.6rem;
    transform: translateY(-1px);
    height: 3px;
    z-index:10;
}
._renew [data-overview="item"][data-plate="1"]::before {background:#017289;}
._renew [data-overview="item"][data-plate="2"]::before {background:#028aaf;}
._renew [data-overview="item"][data-plate="3"]::before {background:#3ac0c9;}

._renew [data-overview="label"] {
    display: grid;
    grid-template-columns: 1fr 5.8rem;
    align-items: stretch;
    position: relative;
    z-index: 1;
    height: var(--overview-labelHeight);
    filter: drop-shadow(0 0.4rem 0.8rem rgba(0, 0, 0, 0.12));
}

._renew [data-overview="badge"] {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    overflow: visible;
    gap: 1.6rem;
    min-width: 0;
    height: var(--overview-labelHeight);
    padding: 0 2rem;
    border-radius: 1rem 0 0 1rem;
    color: var(--white-color);
}
._renew [data-overview="badge"]::before {
    content:"";
    border-radius: 1rem 0 0 1rem;
    position: absolute;
    left: 0;top: 0;right: 0;bottom: 0;
    
}
._renew [data-plate="1"] [data-overview="badge"]::before {
    background: #017289;
}
._renew [data-plate="2"] [data-overview="badge"]::before {
    background: #028aaf;
}
._renew [data-plate="3"] [data-overview="badge"]::before {
    background: #3ac0c9;
}

._renew [data-overview="badge"]::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1rem;
    z-index: -1;
    width: 100%;
    height: 70%;
    background: rgba(0,0,0,.2);
    border-radius: 0.8rem;
    transform: skewX(12deg) skewY(-2deg);
    transform-origin: left top;
    filter: blur(7px);
}

._renew [data-overview="badge"] > * {
    position: relative;
    z-index: 1;
}

._renew [data-plate="1"] [data-overview="badge"] {
    background: #017289;
}
._renew [data-plate="1"] {
    --overview-slantColor: #0290a5;
}
._renew [data-plate="1"] [data-overview="num"] {
    background: #017289;
}
._renew [data-plate="1"] [data-overview="num"]::before {
    background: #028398;
}



._renew [data-plate="2"] [data-overview="badge"] {
    background: #028aaf;
}
._renew [data-plate="2"] {
    --overview-slantColor: #05a3c4;
}
._renew [data-plate="2"] [data-overview="num"] {
    background: #028aaf;
}
._renew [data-plate="2"] [data-overview="num"]::before {
    background: #0499ba;
}

._renew [data-plate="3"] [data-overview="badge"] {
    background: #3ac0c9;
}
._renew [data-plate="3"] {
    --overview-slantColor: #56cdd4;
}
._renew [data-plate="3"] [data-overview="num"] {
    background: #3ac0c9;
}
._renew [data-plate="3"] [data-overview="num"]::before {
    background: #4dc9d1;
}



._renew [data-overview="badge"] img {
    flex: 0 0 4.2rem;
    width: 7rem;
    height: 4.2rem;
    object-fit: contain;
}

._renew [data-overview="badge"] strong {
    color: var(--white-color);
    font-size: var(--font-textBig);
    font-weight: 500;
    line-height: 1.25;
}

._renew [data-overview="num"] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
    overflow: visible;
    background: var(--overview-color);
    border-radius: 0 1rem 1rem 0;
    height: var(--overview-labelHeight);
    color: var(--white-color);
    font-size: 2.5rem;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    text-indent: -9999px;
}

._renew [data-overview="num"]::before {
    content: "";
    position: absolute;
    right: -50%;
    top: 50%;
    z-index: -1;
    width: 100%;
    height: 0;
    padding-top: 100%;
    background: var(--overview-color-soft);
    border-radius: 1rem;
    transform: translate(-15%, -50%) rotate(45deg);
}

._renew [data-overview="num"]::after {
    content: attr(data-num);
    position: relative;
    z-index: 1;
    text-indent: 0;
    left: 50%;
    transform: translateX(-25%);
}

._renew [data-overview="card"] {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--white-color);
    border: 1px solid var(--line-color);
    border-radius: 1.4rem;
    box-shadow: 0 0.4rem 1.4rem rgba(19, 34, 56, 0.12);
    padding-bottom:2rem;
}

._renew [data-overview="card"] h4 {
    display: flex;
    align-items: center;
    margin: 0;
    height: var(--overview-titleHeight);
    padding: 0 2.8rem;
    border-bottom: 0;
    color: var(--color-infoTitle);
    font-size: var(--font-contentTitle);
    font-weight: 600;
    line-height: 1.35;
    position: relative;
}

._renew [data-overview="card"] h4:after {
    content : "";
    height:3px;
    position: absolute;
    bottom: 0;left: 0;right: 2rem;
    /* background: var(--overview-color); */
}


._renew [data-overview="card"] ul {
    margin: 0;
    padding: 0 2rem;
    list-style: none;
}

._renew [data-overview="card"] li {
    display: grid;
    grid-template-columns: 5.2rem 16rem 1fr;
    gap: 2rem;
    align-items: center;
    min-height: 8.2rem;
    border-bottom: 1px solid var(--line-color);
}

._renew [data-overview="card"] li:last-child {
    border-bottom: 0;
}

._renew [data-overview="card"] li img {
    width: 6.8rem;
    height: 6.8rem;
    object-fit: contain;
}

._renew [data-overview="card"] li strong {
    color: var(--color-infoTitle);
    font-size: var(--font-textBig);
    font-weight: 600;
    line-height: 1.3;
}

._renew [data-overview="card"] li span {
    color: var(--color-infoLineText);
    font-size: var(--font-textNormal);
    font-weight: 600;
    line-height: 1.45;
}

._renew [data-overview="item"]:nth-child(2) {
    --overview-color: var(--color-sub2);
    --overview-color-soft: var(--color-sub1);
}

._renew [data-overview="item"]:nth-child(3) {
    --overview-color: var(--color-sub1);
    --overview-color-soft: var(--color-sub2);
}





._renew [data-section="consultingNeed"] {
    padding-top: 3.8rem;
    border-top: 2px solid var(--color-infoLineTitle);
    text-align: center;
}

._renew [data-section="consultingNeed"] > h4{
    margin: 0;
    font-size: var(--font-contentTitle);
    color:#222;
    font-weight: 500;
    line-height: 1.35;
}
._renew [data-section="consultingNeed"] > h4 strong{
    font-weight: 800;
    color: var(--color-sub1);
}
._renew [data-section="whyTsrm"] > h4 {
    margin: 0;
    color: var(--color-infoTitle);
    font-size: var(--font-contentTitle);
    font-weight: 800;
    line-height: 1.35;
}

._renew [data-section="consultingNeed"] > h4 {
    color: var(--color-sub1);
}

._renew [data-need="list"] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 3rem;
    margin: 4.2rem 0 0;
    padding: 0;
    list-style: none;
}

._renew [data-need="card"] {
    overflow: hidden;
    min-height: 29.6rem;
    background: var(--white-color);
    border-radius: 1.1rem;
    box-shadow: 0.4rem 0.6rem 1.2rem rgba(20, 30, 44, 0.22);
}

._renew [data-need="head"] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 18rem;
    padding: 2.8rem 2rem 2.4rem;
    background: var(--color-sub1);
    color: var(--white-color);
}

._renew [data-need="card"]:nth-child(2) [data-need="head"] {
    background: var(--color-sub3);
}

._renew [data-need="card"]:nth-child(3) [data-need="head"] {
    background: var(--color-sub5);
}

._renew [data-need="card"]:nth-child(4) [data-need="head"] {
    background: var(--color-sub7);
}

._renew [data-need="head"] img {
    width: 7.2rem;
    height: 7.2rem;
    margin-bottom: 2rem;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

._renew [data-need="head"] strong {
    color: var(--white-color);
    font-size: var(--font-textBig);
    font-weight: 500;
    line-height: 1.35;
}

._renew [data-need="card"] p {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 11.6rem;
    margin: 0;
    padding: 2rem 2.4rem;
    color: var(--color-infoTitle);
    font-size: var(--font-textSmall);
    font-weight: 600;
    line-height: 1.55;
}

._renew [data-section="whyTsrm"] {
    margin-top: 10rem;
}

._renew [data-why="wrap"] {
    display: grid;
    grid-template-columns: 43.5rem 1fr;
    gap: 5rem;
    align-items: start;
    margin-top: 2.2rem;
    background:url("../images/company_bg2.png") left 19rem bottom no-repeat;
}

._renew [data-why="metric"] {
    display: grid;
    align-content: center;
    min-height: 28rem;
    padding: 5.2rem 5rem 4.6rem;
    background:url("../images/company_bg.png") 0 0 no-repeat;
    border-radius: 0.3rem;
    color: var(--white-color);
}

._renew [data-why="metric"] span {
    margin-bottom: 0;
    color: var(--white-color);
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.35;
}

._renew [data-why="metric"] dl {
    display: flex;
    align-items: flex-end;
    gap: 1.2rem;
    margin: 0;
}

._renew [data-why="metric"] dt {
    color: var(--white-color);
    font-size: 12rem;
    font-weight: 700;
    line-height: 0.86;
    letter-spacing: 0;
    margin-top:1.4rem;
}

._renew [data-why="metric"] dd {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0;
    padding-bottom: 0.6rem;
}

._renew [data-why="metric"] dd p {
    margin: 0;
    color: var(--white-color);
    font-weight: 700;
    line-height: 1;
}

._renew [data-why="metric"] dd .plus {
    font-size: 12rem;
    height: 4rem;
    line-height: 0;
}

._renew [data-why="metric"] dd .text {
    margin-top: 0.6rem;
    font-size: 4.5rem;
}

._renew [data-why="list"] {
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--line-color);
    list-style: none;
}

._renew [data-why="list"] li {
    display: grid;
    grid-template-columns: 4rem 1fr;
    gap: 2.4rem;
    padding: 2.8rem 0;
    border-bottom: 1px solid var(--line-color);
}

._renew [data-why="num"] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.8rem;
    height: 3.8rem;
    background: var(--color-sub5);
    border-radius: 50%;
    color: var(--white-color);
    font-size: var(--font-textSmall);
    font-weight: 800;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

._renew [data-why="list"] strong {
    display: block;
    color: var(--color-sub5);
    font-size: var(--font-contentTitle);
    font-weight: 700;
    line-height: 1.35;
}

._renew [data-why="list"] p {
    margin: 1.4rem 0 0;
    color: var(--color-infoTitle);
    font-size: var(--font-textBig);
    font-weight: 500;
    line-height: 1.55;
}





._renew [data-section="businessDetail"] {
    margin-top: 0;
}



._renew [data-section="businessDetail"] [data-table="info"] {
    margin-top: 0;
    border-top: 0;
    min-height: 25rem;
    padding: 6rem 4.8rem;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(235, 246, 255, 0.86) 48%, rgba(217, 238, 255, 0.56) 100%),
        url("../images/business_info_bg.png") bottom center no-repeat;
}

._renew [data-section="businessDetail"] [data-table="info"][data-bg="medical"] {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(234, 246, 255, 0.82) 48%, rgba(213, 237, 255, 0.52) 100%),
        url("../images/info_info_bg.png") center / cover no-repeat;
}

._renew [data-section="businessDetail"] [data-table="info"][data-bg="science"] {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(232, 247, 252, 0.82) 48%, rgba(213, 239, 247, 0.52) 100%),
        url("../images/plan_info_bg.png") center / cover no-repeat;
}

._renew [data-section="businessDetail"] [data-table="info"] h4 {
    margin: 0 0 2.4rem;
    color: var(--color-infoLineTitle);
    font-size: var(--font-textBigger);
    font-weight: 600;
    line-height: 1.35;
}

._renew [data-section="businessDetail"] [data-table="info"] h4 .mini {
    font-size: var(--font-contentTitle);
}

._renew [data-section="businessDetail"] [data-table="info"] p {
    margin: 0;
    color: var(--color-infoTitle);
    font-size: var(--font-textBig);
    font-weight: 600;
    line-height: 1.8;
}

._renew [data-section="businessDetail"] [data-table="info"] p + p {
    margin-top: 2rem;
}

._renew [data-section="businessDetail"] [data-table="info"] strong {
    display: inline-block;
    margin-right: 0.4rem;
    padding: 0.45rem 0.9rem;
    background: var(--color-sub3);
    color: var(--white-color);
    font-size: var(--font-textBig);
    font-weight: 800;
    line-height: 1.2;
}

._renew [data-business="process"] {
    margin-top: 6rem;
    padding-top: 4.8rem;
    border-top: 2px solid var(--color-infoLineTitle);
}
._renew [data-business="consulting"] {
    margin-top: 6rem;
    padding-top: 4.8rem;
}

._renew [data-business="consulting"] h4 {
    margin: 0 0 2rem;
    color: var(--color-infoTitle);
    font-size: var(--font-contentTitle);
    font-weight: 800;
    line-height: 1.35;
    text-align: left;
}

._renew [data-business="process"] h4 {
    /* margin: 0 0 3.2rem; */
    color: var(--color-infoTitle);
    font-size: var(--font-textBigger);
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
}

._renew [data-process="steps"] {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 2rem;
    margin: 3.2rem 0 0;
    padding: 0;
    list-style: none;
}

._renew [data-process="steps"] li {
    position: relative;
    min-height: 17rem;
    padding: 6.6rem 1.2rem 3rem;
    background: #f4f5f7;
    text-align: center;
}

._renew [data-process="steps"] li::before {
    /* content: ""; */
    position: absolute;
    left: 0;
    top: 1.6rem;
    width: calc(100% + 1.8rem);
    height: 4.8rem;
    background: var(--color-sub1);
    clip-path: polygon(0 0, calc(100% - 1.8rem) 0, 100% 50%, calc(100% - 1.8rem) 100%, 0 100%);
}

._renew [data-process="steps"] li:nth-child(2)::before { background: var(--color-sub2); }
._renew [data-process="steps"] li:nth-child(3)::before { background: var(--color-sub3); }
._renew [data-process="steps"] li:nth-child(4)::before { background: var(--color-sub4); }
._renew [data-process="steps"] li:nth-child(5)::before { background: var(--color-sub5); }
._renew [data-process="steps"] li:nth-child(6)::before { background: var(--color-sub6); }
._renew [data-process="steps"] li:nth-child(7)::before { background: var(--color-sub7); }

._renew [data-process="steps"] [data-process="num"] {
    position: absolute;
    left: -1rem;
    top: 1.5rem;
    width: 70%;
    background: #f00;
    text-align: left;
    padding: 1rem 2rem;
    z-index: 1;
    color: var(--white-color);
    font-size: var(--font-textSmaller);
    font-weight: 800;
    line-height: 1;
}

._renew [data-process="steps"] [data-process="num"]:before {
    content: "";
    position: absolute;
    bottom: -2rem;
    left: 0;
    width: 0;
    height: 0;
    border-left: 0rem solid transparent;
    border-right: 1rem solid #2a3e5b;
    border-top: 0rem solid transparent;
    border-bottom: 2rem solid transparent;
}

._renew [data-process="steps"] [data-process="num"]:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -6rem;
    width: 0;
    height: 0;
    border-left: 5rem solid var(--color-sub1);
    border-right: 2rem solid transparent;
    border-top: 5rem solid transparent;
    border-bottom: 5rem solid transparent;
}

._renew [data-process="steps"] [data-process="num"] strong {
    display: block;
    margin-top: 0.2rem;
    color: var(--white-color);
    font-size: var(--font-textBigger);
    line-height: 1;
    font-weight: 600;
}

._renew [data-process="steps"] li:nth-child(1) [data-process="num"] {background: var(--color-sub1);}
._renew [data-process="steps"] li:nth-child(1) [data-process="num"]:after {border-left: 5rem solid var(--color-sub1);}
._renew [data-process="steps"] li:nth-child(2) [data-process="num"] {background: var(--color-sub2);}
._renew [data-process="steps"] li:nth-child(2) [data-process="num"]:after {border-left: 5rem solid var(--color-sub2);}
._renew [data-process="steps"] li:nth-child(3) [data-process="num"] {background: var(--color-sub3);}
._renew [data-process="steps"] li:nth-child(3) [data-process="num"]:after {border-left: 5rem solid var(--color-sub3);}
._renew [data-process="steps"] li:nth-child(4) [data-process="num"] {background: var(--color-sub4);}
._renew [data-process="steps"] li:nth-child(4) [data-process="num"]:after {border-left: 5rem solid var(--color-sub4);}
._renew [data-process="steps"] li:nth-child(5) [data-process="num"] {background: var(--color-sub5);}
._renew [data-process="steps"] li:nth-child(5) [data-process="num"]:after {border-left: 5rem solid var(--color-sub5);}
._renew [data-process="steps"] li:nth-child(6) [data-process="num"] {background: var(--color-sub6);}
._renew [data-process="steps"] li:nth-child(6) [data-process="num"]:after {border-left: 5rem solid var(--color-sub6);}
._renew [data-process="steps"] li:nth-child(7) [data-process="num"] {background: var(--color-sub7);}
._renew [data-process="steps"] li:nth-child(7) [data-process="num"]:after {border-left: 5rem solid var(--color-sub7);}

._renew [data-process="steps"] img {
    margin: 4.5rem auto 1.5rem;
}

._renew [data-process="steps"] b {
    display: block;
    margin: 0;
    color: var(--color-sub3);
    font-size: var(--font-textBig);
    font-weight: 600;
    line-height: 1.35;
}

._renew [data-process="steps"] p {
    display: block;
    margin: 0;
    margin-top: 0.5rem;
    color: var(--color-infoLineText);
    font-size: var(--font-textSmall);
    font-weight: 700;
    line-height: 1.35;
}

._renew [data-process="arrow"] {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 3.2rem 1.6rem;
    margin: 3.2rem auto 0;
    padding: 0;
    list-style: none;
}

._renew [data-process="arrow"] li:nth-child(1) {
    grid-column: 1 / span 2;
}

._renew [data-process="arrow"] li:nth-child(2) {
    grid-column: 3 / span 2;
}

._renew [data-process="arrow"] li:nth-child(3) {
    grid-column: 5 / span 2;
}

._renew [data-process="arrow"] li:nth-child(4) {
    grid-column: 2 / span 2;
}

._renew [data-process="arrow"] li:nth-child(5) {
    grid-column: 4 / span 2;
}

._renew [data-process="arrow"] li:nth-child(6) {
    grid-column: 6 / span 2;
}

._renew [data-process="arrow"] li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    min-height: 20rem;
    padding: 12rem 3.2rem 2.6rem;
    background: #f3f3f3;
}

._renew [data-process="arrow"] li::before {
    /* content: ""; */
    position: absolute;
    left: 0;
    top: 2rem;
    width: calc(100% + 3rem);
    height: 6.2rem;
    background: var(--color-sub2);
    clip-path: polygon(0 0, calc(100% - 3rem) 0, 100% 50%, calc(100% - 3rem) 100%, 0 100%);
}

._renew [data-process="arrow"] li:nth-child(n + 3)::before {
    background: var(--color-sub4);
}

._renew [data-process="arrow"] li:nth-child(n + 5)::before {
    background: var(--color-sub6);
}

._renew [data-process="arrow"] [data-process="num"] {
    position: absolute;
    left: -1rem;
    top: 1.5rem;
    width: 70%;
    background: var(--color-sub1);
    padding: 1rem 2rem;
    z-index: 1;
    color: var(--white-color);
    font-size: var(--font-textSmaller);
    font-weight: 800;
    line-height: 1;
    text-align: left;
}

._renew [data-process="arrow"] [data-process="num"]:before {
    content: "";
    position: absolute;
    bottom: -2rem;
    left: 0;
    width: 0;
    height: 0;
    border-left: 0rem solid transparent;
    border-right: 1rem solid #2a3e5b;
    border-top: 0rem solid transparent;
    border-bottom: 2rem solid transparent;
}

._renew [data-process="arrow"] [data-process="num"]:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -6rem;
    width: 0;
    height: 0;
    border-left: 5rem solid var(--color-sub1);
    border-right: 2rem solid transparent;
    border-top: 5rem solid transparent;
    border-bottom: 5rem solid transparent;
    transform: translateY(-50%);
}

._renew [data-process="arrow"] [data-process="num"] strong {
    display: block;
    margin-top: 0.2rem;
    color: var(--white-color);
    font-size: var(--font-textBigger);
    font-weight: 600;
    line-height: 1;
}

._renew [data-process="arrow"] li:nth-child(1) [data-process="num"] {background: var(--color-sub1);}
._renew [data-process="arrow"] li:nth-child(1) [data-process="num"]:after {border-left: 5rem solid var(--color-sub1);}
._renew [data-process="arrow"] li:nth-child(2) [data-process="num"] {background: var(--color-sub2);}
._renew [data-process="arrow"] li:nth-child(2) [data-process="num"]:after {border-left: 5rem solid var(--color-sub2);}
._renew [data-process="arrow"] li:nth-child(3) [data-process="num"] {background: var(--color-sub3);}
._renew [data-process="arrow"] li:nth-child(3) [data-process="num"]:after {border-left: 5rem solid var(--color-sub3);}
._renew [data-process="arrow"] li:nth-child(4) [data-process="num"] {background: var(--color-sub4);}
._renew [data-process="arrow"] li:nth-child(4) [data-process="num"]:after {border-left: 5rem solid var(--color-sub4);}
._renew [data-process="arrow"] li:nth-child(5) [data-process="num"] {background: var(--color-sub5);}
._renew [data-process="arrow"] li:nth-child(5) [data-process="num"]:after {border-left: 5rem solid var(--color-sub5);}
._renew [data-process="arrow"] li:nth-child(6) [data-process="num"] {background: var(--color-sub6);}
._renew [data-process="arrow"] li:nth-child(6) [data-process="num"]:after {border-left: 5rem solid var(--color-sub6);}

._renew [data-process="arrow"] [data-process="content"] {
    display: grid;
    gap: 0.4rem;
}

._renew [data-process="arrow"] [data-process="content"] p {
    margin: 0;
    color: var(--color-infoTitle);
    font-size: var(--font-textBig);
    font-weight: 500;
    line-height: 1.45;
    text-indent: -1.5rem;
    margin-left: 1.5rem;
}

._renew [data-process="arrow"] [data-process="content"] em {
    display: block;
    margin-top: -0.2rem;
    color: #5070a1;
    font-size: var(--font-textSmaller);
    font-style: normal;
    font-weight: 600;
    line-height: 1.35;
    margin-left: 2rem;
    letter-spacing: -.5px;
}
._renew [data-process="arrow"] [data-process="content"] em .text {
    color: #333;
}

._renew [data-process="arrow"] [data-process="footer"] {
    margin-top: 2.4rem;
    text-align: center;
}

._renew [data-process="arrow"] [data-process="footer"] p {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 9.6rem;
    min-height: 2.8rem;
    margin: 0;
    padding: 0.4rem 1.4rem;
    border: 1px solid var(--line-color);
    border-radius: 10rem;
    background: #222;
    color: #fff;
    font-size: var(--font-textSmall);
    font-weight: 700;
    line-height: 1.25;
}

._renew [data-process="arrow"] [data-process="footer"] span {
    color: inherit;
    font: inherit;
}

._renew p[data-section-desc] {
    margin: -2.4rem 0 3.2rem;
    color: #222;
    font-size: var(--font-contentTitle);
    margin: 0;
    font-weight: 500;
    line-height: 1.35;
    text-align: center;
}
._renew p[data-section-desc] strong {
    font-weight: 800;
    color: var(--color-sub1);
}

._renew [data-manage="group"] {
    position: relative;
    margin-top: 4rem;
}

._renew [data-manage="group"] h5 {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    margin: 0 0 0 1.6rem;
    padding: 1.5rem 2.3rem 1.5rem 1.8rem;
    background:url(../images/management_tab_bg.png) no-repeat left bottom #627aba;
    border-radius: 0.8rem 0.8rem 0 0;
    color: var(--white-color);
    font-size: var(--font-textBig);
    font-weight: 700;
    line-height: 1;
}

._renew [data-manage="group"] h5 span {
    color: #627aba;
    font-weight: 800;
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 2.5rem;
    height: 2.5rem;
    line-height:2.5rem;
    font-size: 1.5rem;
    text-align: center;
}

._renew [data-manage="flow"] {
    display: grid;
    margin: 0;
    padding: 0;
    border: 1px solid #e5edf5;
    border-radius: 1rem;
    background:
        linear-gradient(135deg, rgba(222, 242, 248, 0.8), rgba(255, 255, 255, 0.9)),
        var(--background-color);
    list-style: none;
}

._renew [data-manage="flow"][data-columns="4"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));gap: 10rem;
    padding: 0;
    background:url(../images/management_top_bg.png)no-repeat center /cover;
}

._renew [data-manage="flow"][data-columns="6"] {
    grid-template-columns: repeat(6, minmax(0, 1fr));gap: 3.4rem;
    padding: 0;
    background:url(../images/management_bottom_bg.png)no-repeat center /cover;
}

._renew [data-manage="flow"][data-columns="6"] li + li::before {left:-3.8rem;}

._renew [data-manage="flow"] li {
    position: relative;
    min-height: 13rem;
    text-align: center;
}

._renew [data-manage="flow"] li .liInner {
    min-height: 13rem;
    padding: 2.8rem 1.2rem 2.2rem;
    background: var(--white-color);
    border-radius: 1.6rem;
    box-shadow: 0 0.5rem 1.4rem rgba(25, 45, 70, 0.14);
    box-sizing: border-box;
}

._renew [data-manage="flow"] li + li::before {
    content: "";
    position: absolute;
    left: -7rem;
    top: 50%;
    width: 3rem;
    height: 3rem;
    border-top: 6px solid #c9c9c9;
    border-right: 6px solid #c9c9c9;
    transform: translateY(-50%) rotate(45deg);
}

._renew [data-manage="flow"] li .taleText {
    position: absolute;
    left: 0;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 2;
    padding:1rem 1rem 1rem 4rem;
    border-radius:.8rem;
    border:1px solid #ddd;
    background: #fff;
    white-space: nowrap;
    box-sizing: border-box;
}

._renew [data-manage="flow"] li .taleText .titleIco {
    position: absolute;left: 0;top: 50%;transform: translate(-50%,-50%);
    border-left:1px solid #ddd;border-radius:100%;height: 6rem;width: 6rem;
    background:#fff;
}
._renew [data-manage="flow"] li .taleText .titleIco:before {
    content:"";
    position: absolute;
    width:2.2rem;
    height: 2.2rem;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    background: url(../images/management_talk_ico.png) no-repeat center;
    z-index:1;
}
._renew [data-manage="flow"] li .taleText .titleIco:after {
    content:"";
    position: absolute;
    width:5rem;
    height: 5rem;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    background-color: #f5f5f5;
    border-radius:100%;
}

._renew [data-manage="flow"] li .taleText .taleLine {
    position: absolute;
    left: var(--tale-line-x, 50%);
    z-index: 0;
    width: 0;
    height: var(--tale-line-height, 2.4rem);
    border-left: 1px dashed #6f86c4;
    transform: translateX(-50%);
    pointer-events: none;
}

._renew [data-manage="flow"] li .taleText .taleLine::before {
    content: "";
    position: absolute;
    left: 50%;
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    background: #6f86c4;
    transform: translateX(-50%);
}

._renew [data-manage="flow"] li .taleText .taleLine::after {
    content: "";
    position: absolute;
    left: 50%;
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    background: #6f86c4;
    transform: translateX(-50%);
}

._renew [data-manage="flow"] li .taleText[data-position-al="top"] .taleLine {
    top: 100%;
}

._renew [data-manage="flow"] li .taleText[data-position-al="top"] .taleLine::before {
    top: 0;
}

._renew [data-manage="flow"] li .taleText[data-position-al="top"] .taleLine::after {
    bottom: 0;
}

._renew [data-manage="flow"] li .taleText[data-position-al="bottom"] .taleLine {
    bottom: 100%;
}

._renew [data-manage="flow"] li .taleText[data-position-al="bottom"] .taleLine::before {
    bottom: 0;
}

._renew [data-manage="flow"] li .taleText[data-position-al="bottom"] .taleLine::after {
    top: 0;
}

._renew [data-manage="flow"] li .taleText p {margin: 0;text-indent:-10px;margin-left:10px;text-align: left;white-space:nowrap;}
._renew [data-manage="flow"] li .taleText p:before {content:"ㆍ";}
._renew [data-manage="flow"] li .taleText p + p {margin: 0.8rem 0 0 10px;}

._renew [data-manage="flow"] img {
    width: 4.4rem;
    height: 4.4rem;
    margin-bottom: 1.5rem;
    object-fit: contain;
}

._renew [data-manage="flow"] strong {
    display: block;
    color: var(--color-infoTitle);
    font-size: var(--font-textNormal);
    font-weight: 800;
    line-height: 1.35;
}
._renew [data-manage="flow"] em strong {
    color: #627aba;
    font-size: var(--font-textSmaller);
}


._renew [data-manage="flow"] p {
    margin: 1.4rem 0 0;
    color: var(--color-infoLineText);
    font-size: var(--font-textSmaller);
    font-weight: 700;
    line-height: 1.45;
}

._renew [data-consulting="list"] {
    margin: 0;
    padding: 0;
    border-top: 2px solid var(--color-infoLineTitle);
    list-style: none;
}

._renew [data-consulting="list"] li {
    display: grid;
    grid-template-columns: 26rem 1fr;
    gap: 4rem;
    min-height: 10.8rem;
    padding: 3rem 0;
    border-bottom: 1px solid var(--line-color);
}

._renew [data-consulting="title"] {
    display: grid;
    grid-template-columns: 4rem 1fr;
    gap: 1.8rem;
    align-items: center;
}

._renew [data-consulting="title"] img {
    width: 3.6rem;
    height: 3.6rem;
    object-fit: contain;
}

._renew [data-consulting="title"] strong {
    color: var(--color-infoTitle);
    font-size: var(--font-textBig);
    font-weight: 600;
    line-height: 1.35;
}

._renew [data-consulting="list"] p {
    margin: 0;
    color: var(--color-infoLineText);
    font-size: var(--font-textSmall);
    font-weight: 700;
    line-height: 1.65;
}

._renew [data-table="consultingInfo"] {
    margin-top: 6rem;
    padding-top: 4.8rem;
}

._renew [data-table="consultingInfo"] h4 {
    margin: 0 0 2rem;
    color: var(--color-infoTitle);
    font-size: var(--font-contentTitle);
    font-weight: 600;
    line-height: 1.35;
    text-align: left;
}

._renew [data-table="consultingInfo"] [data-consulting="list"] {
    margin: 0;
    padding: 0;
    border-top: 2px solid var(--color-infoLineTitle);
    list-style: none;
}

._renew [data-table="consultingInfo"] [data-consulting="list"] li {
    display: grid;
    grid-template-columns: 26rem 1fr;
    gap: 4rem;
    min-height: 10.8rem;
    padding: 0 0;
    border-bottom: 1px solid var(--line-color);
}

._renew [data-table="consultingInfo"] [data-consulting="title"] {
    display: grid;
    grid-template-columns: 3.6rem 1fr;
    gap: 1.8rem;
    padding: 3rem 2rem;
    align-items: center;
    background:#f5f5f5;
}

._renew [data-table="consultingInfo"] [data-consulting="title"] img {
    width: 3.6rem;
    height: 3.6rem;
    object-fit: contain;
}

._renew [data-table="consultingInfo"] [data-consulting="title"] strong {
    color: var(--color-infoTitle);
    font-size: var(--font-textBig);
    font-weight: 600;
    line-height: 1.35;
}

._renew [data-table="consultingInfo"] [data-consulting="list"] p {
    margin: 0;
    color: var(--color-infoLineText);
    font-size: var(--font-textSmall);
    font-weight: 700;
    line-height: 1.65;
    padding: 3rem 2rem 3rem 0;
}


@media (max-width: 1024px) {
    :root {
        --font-pageCate: 30px;
        --font-pageTitle: 24px;
        --font-contentTitle: 26px;
        --font-textBigger: 32px;
        --font-textBig: 21px;
        --font-textNormal: 18px;
        --font-textSmall: 16px;
        --font-textSmaller: 14px;
    }
    

    ._renew #company_ceo [data-profile="card"] {
        grid-template-columns: calc(30vw + 60px) 1fr;
        min-height: 42rem;
    }

    ._renew #company_ceo [data-profile="photo"] {
        min-height: 42rem;
        background: transparent;padding: 30px;
    }

    ._renew #company_ceo [data-profile="photo"] img {
        height: 100%;
        object-position: center top;
        width: 30vw;height: 40vw;object-position: center center;
        border-radius:14px;
    }

    ._renew #company_ceo [data-profile="info"] {
        padding: 4.4rem 4rem 3.8rem;
    }

    ._renew #company_ceo [data-profile="logo"] {
        right: 2.4rem;
        top: -1.4rem;
        width: 10.4rem;
    }

    ._renew [data-list="gallery"] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2.4rem;
    }

    ._renew [data-overview="header"] {
        display: none;
    }

    ._renew [data-overview="item"] {
        grid-template-columns: 1fr;
        gap: 1.8rem;
    }

    ._renew [data-overview="item"]::before {
        display: none;
    }

    ._renew [data-overview="label"] {
        max-width: 100%;
    }

    ._renew #company_history [data-overview="label"] {
        grid-template-columns: 5.8rem minmax(0, 1fr);
    }

    ._renew #company_history [data-overview="num"] {
        order: 1;
        border-radius: 1rem 0 0 1rem;
    }

    ._renew #company_history [data-overview="num"]::after {
        left: 0;
        transform: none;
    }

    ._renew #company_history [data-overview="badge"] {
        order: 2;
        border-radius: 0 1rem 1rem 0;
    }

    
    ._renew #company_history [data-overview="badge"]::before {
        border-radius: 0 1rem 1rem 0;
        
    }

    ._renew [data-overview="badge"] strong:before {content: "[의료기관]";font-size: var(--font-textNormal);margin-right: 10px;}
    ._renew [data-overview="badge"] strong br {display: none;}

    ._renew [data-need="list"] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    ._renew [data-overview="num"]::before {top: 0;right:auto;height: 100%;transform: none;}

    ._renew [data-overview="card"] h4 {background-color: #f5f5f5;}
    ._renew [data-overview="card"] h4:before {content: "[TSRM 컨설팅]";font-size: var(--font-textNormal);margin-right: 10px;}

    

    ._renew [data-process="steps"] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    ._renew [data-business-page="plan"] [data-process="arrow"] {
        --process-arrow-gap: clamp(4.8rem, 8vw, 9rem);
        --process-arrow-size: 2.4rem;
        --process-arrow-border: 5px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: var(--process-arrow-gap);
    }

    ._renew [data-business-page="plan"] [data-process="arrow"] li:nth-child(n) {
        grid-column: auto;
    }

    ._renew [data-business-page="plan"] [data-process="arrow"] li:nth-child(1) {
        order: 1;
    }

    ._renew [data-business-page="plan"] [data-process="arrow"] li:nth-child(2) {
        order: 2;
    }

    ._renew [data-business-page="plan"] [data-process="arrow"] li:nth-child(3) {
        order: 4;
    }

    ._renew [data-business-page="plan"] [data-process="arrow"] li:nth-child(4) {
        order: 3;
    }

    ._renew [data-business-page="plan"] [data-process="arrow"] li:nth-child(5) {
        order: 5;
    }

    ._renew [data-business-page="plan"] [data-process="arrow"] li:nth-child(6) {
        order: 6;
    }

    ._renew [data-business-page="plan"] [data-process="arrow"] li {
        min-height: 19rem;
        padding: 11rem 2.6rem 2.4rem;
    }

    ._renew [data-business-page="plan"] [data-process="arrow"] li::after {
        content: "";
        display: none;
        position: absolute;
        z-index: 2;
        width: var(--process-arrow-size);
        height: var(--process-arrow-size);
        border-top: var(--process-arrow-border) solid #c9c9c9;
        border-right: var(--process-arrow-border) solid #c9c9c9;
        border-bottom: 0;
        border-left: 0;
    }

    ._renew [data-business-page="plan"] [data-process="arrow"] li:nth-child(2)::after,
    ._renew [data-business-page="plan"] [data-process="arrow"] li:nth-child(6)::after {
        display: block;
        left: calc((var(--process-arrow-gap) / -2) - (var(--process-arrow-size) / 2));
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
    }

    ._renew [data-business-page="plan"] [data-process="arrow"] li:nth-child(4)::after {
        display: block;
        right: calc((var(--process-arrow-gap) / -2) - (var(--process-arrow-size) / 2));
        top: 50%;
        transform: translateY(-50%) rotate(-135deg);
    }

    ._renew [data-business-page="plan"] [data-process="arrow"] li:nth-child(3)::after,
    ._renew [data-business-page="plan"] [data-process="arrow"] li:nth-child(5)::after {
        display: block;
        left: 50%;
        top: calc((var(--process-arrow-gap) / -2) - (var(--process-arrow-size) / 2));
        border-top: 0;
        border-bottom: var(--process-arrow-border) solid #c9c9c9;
        transform: translateX(-50%) rotate(45deg);
    }

    ._renew [data-business-page="plan"] [data-process="arrow"] [data-process="num"] {
        width: calc(100% - 5.2rem);
    }

    ._renew [data-manage="flow"][data-columns="4"] {
        --manage-flow-gap: clamp(4.8rem, 8vw, 10rem);
        --manage-arrow-size: 2.4rem;
        --manage-arrow-border: 5px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: var(--manage-flow-gap);
    }

    ._renew [data-manage="flow"][data-columns="6"] {
        --manage-flow-gap: clamp(4.8rem, 8vw, 10rem);
        --manage-arrow-size: 2.4rem;
        --manage-arrow-border: 5px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: var(--manage-flow-gap);
    }

    ._renew [data-manage="flow"] li {
        min-height: auto;
    }

    ._renew [data-manage="flow"] li .liInner {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 0 5%;
        min-height: 12rem;
    }

    ._renew [data-manage="flow"] .liInner strong {font-size:var(--font-textBig);}

    ._renew [data-manage="flow"] .liInner img {margin-bottom:0;}

    ._renew [data-manage="flow"][data-columns="4"] li:nth-child(1) {
        order: 1;
    }

    ._renew [data-manage="flow"][data-columns="4"] li:nth-child(2) {
        order: 2;
    }

    ._renew [data-manage="flow"][data-columns="4"] li:nth-child(3) {
        order: 4;
    }

    ._renew [data-manage="flow"][data-columns="4"] li:nth-child(4) {
        order: 3;
    }

    ._renew [data-manage="flow"][data-columns="6"] li:nth-child(1) {
        order: 1;
    }

    ._renew [data-manage="flow"][data-columns="6"] li:nth-child(2) {
        order: 2;
    }

    ._renew [data-manage="flow"][data-columns="6"] li:nth-child(3) {
        order: 4;
    }

    ._renew [data-manage="flow"][data-columns="6"] li:nth-child(4) {
        order: 3;
    }

    ._renew [data-manage="flow"][data-columns="6"] li:nth-child(5) {
        order: 5;
    }

    ._renew [data-manage="flow"][data-columns="6"] li:nth-child(6) {
        order: 6;
    }

    ._renew [data-manage="flow"][data-columns="4"] li + li::before {
        display: block;
        left: calc((var(--manage-flow-gap, 3.6rem) / -2) - (var(--manage-arrow-size, 1.8rem) / 2));
        top: 50%;
        width: var(--manage-arrow-size, 1.8rem);
        height: var(--manage-arrow-size, 1.8rem);
        border-top: var(--manage-arrow-border, 4px) solid #c9c9c9;
        border-right: var(--manage-arrow-border, 4px) solid #c9c9c9;
        border-bottom: 0;
        border-left: 0;
        transform: translateY(-50%) rotate(45deg);
    }

    ._renew [data-manage="flow"][data-columns="4"] li:nth-child(4)::before {
        left: auto;
        right: calc((var(--manage-flow-gap, 3.6rem) / -2) - (var(--manage-arrow-size, 1.8rem) / 2));
        transform: translateY(-50%) rotate(225deg);
    }

    ._renew [data-manage="flow"][data-columns="4"] li:nth-child(odd)::before {
        display: none;
    }

    ._renew [data-manage="flow"][data-columns="4"] li:nth-child(3)::after {
        content: "";
        position: absolute;
        left: 50%;
        top: calc((var(--manage-flow-gap, 3.6rem) / -2) - (var(--manage-arrow-size, 1.8rem) / 2));
        width: var(--manage-arrow-size, 1.8rem);
        height: var(--manage-arrow-size, 1.8rem);
        border-top: 0;
        border-right: var(--manage-arrow-border, 4px) solid #c9c9c9;
        border-bottom: var(--manage-arrow-border, 4px) solid #c9c9c9;
        border-left: 0;
        transform: translateX(-50%) rotate(45deg);
    }

    ._renew [data-manage="flow"][data-columns="6"] li + li::before {
        display: block;
        left: calc((var(--manage-flow-gap, 3.6rem) / -2) - (var(--manage-arrow-size, 1.8rem) / 2));
        top: 50%;
        width: var(--manage-arrow-size, 1.8rem);
        height: var(--manage-arrow-size, 1.8rem);
        border-top: var(--manage-arrow-border, 4px) solid #c9c9c9;
        border-right: var(--manage-arrow-border, 4px) solid #c9c9c9;
        border-bottom: 0;
        border-left: 0;
        transform: translateY(-50%) rotate(45deg);
    }

    ._renew [data-manage="flow"][data-columns="6"] li:nth-child(3)::before {
        display: none;
    }

    ._renew [data-manage="flow"][data-columns="6"] li:nth-child(5)::before {
        display: none;
    }

    ._renew [data-manage="flow"][data-columns="6"] li:nth-child(3)::after {
        content: "";
        position: absolute;
        left: 50%;
        top: calc((var(--manage-flow-gap, 3.6rem) / -2) - (var(--manage-arrow-size, 1.8rem) / 2));
        width: var(--manage-arrow-size, 1.8rem);
        height: var(--manage-arrow-size, 1.8rem);
        border-top: 0;
        border-right: var(--manage-arrow-border, 4px) solid #c9c9c9;
        border-bottom: var(--manage-arrow-border, 4px) solid #c9c9c9;
        border-left: 0;
        transform: translateX(-50%) rotate(45deg);
    }

    ._renew [data-manage="flow"][data-columns="6"] li:nth-child(5)::after {
        content: "";
        position: absolute;
        left: 50%;
        top: calc((var(--manage-flow-gap, 3.6rem) / -2) - (var(--manage-arrow-size, 1.8rem) / 2));
        width: var(--manage-arrow-size, 1.8rem);
        height: var(--manage-arrow-size, 1.8rem);
        border-top: 0;
        border-right: var(--manage-arrow-border, 4px) solid #c9c9c9;
        border-bottom: var(--manage-arrow-border, 4px) solid #c9c9c9;
        border-left: 0;
        transform: translateX(-50%) rotate(45deg);
    }

    ._renew [data-manage="flow"] li .taleText {
        position: static;
        width: auto;
        margin: 1.8rem 0 0;
        padding: 1.6rem 1.8rem;
        white-space: normal;
    }

    ._renew [data-manage="flow"] li .taleText .titleIco {
        display: none;
    }

    ._renew [data-manage="flow"] li .taleText .taleLine {
        display: none;
    }

    ._renew [data-manage="flow"] li .taleText p {
        white-space: normal;
    }

    
}

@media (max-width: 768px) {
    ._renew {
        padding: 3.2rem 0 7rem;
    }

    ._renew [data-section="intro"] {
        margin-bottom: 4rem;
        padding-right: 0;
    }

    ._renew [data-section="intro"]::after {
        display: none;
    }

    ._renew [data-section="intro"] p {
        font-size: var(--font-textSmall);
        line-height: 1.6;
    }

    ._renew [data-section="profile"] > h4 {
        font-size: var(--font-textBig);
    }

    ._renew [data-profile="info"] {
        padding: 3.6rem 2.4rem 3.2rem;
    }

    ._renew #company_ceo [data-profile="card"] {
        grid-template-columns: 1fr;
        min-height: auto;
        position: relative;
    }

    ._renew #company_ceo [data-profile="photo"] {
        min-height: auto;
        position: absolute;
        top:0;
        padding:2.2rem;
    }

    ._renew #company_ceo [data-profile="photo"] img {
        aspect-ratio: 4 / 3;
        height: auto;
        object-position: center top;
    }

    ._renew #company_ceo [data-profile="info"] {
        padding: 3.2rem 2.2rem 3rem;
    }

    ._renew [data-profile="logo"] {
        right: 2.2rem;
        top: 1.8rem;
        width: 8.4rem;
    }

    ._renew #company_ceo [data-profile="logo"] {
        position: static;
        display: block;
        width: 8.4rem;
        margin: 0 0 18vw auto;
    }

    ._renew [data-profile="name"] strong {
        font-size: var(--font-contentTitle);
    }

    ._renew [data-profile="career"] {
        padding-top: 2.8rem;
    }

    ._renew [data-profile="career"] dl {
        grid-template-columns: 8.8rem 1fr;
        font-size: var(--font-textSmall);
    }

    ._renew #company_ceo [data-profile="career"] dl {
        grid-template-columns: 8.6rem 1fr;
        row-gap: 1.2rem;
    }

    ._renew [data-profile="career"] dd span {
        font-size: var(--font-textSmaller);
    }

    ._renew [data-list="gallery"] {
        grid-template-columns: 1fr;
        margin-top: 4rem;
    }

    ._renew #company_ceo [data-list="gallery"] {
        gap: 2rem;
    }

    ._renew [data-table="info"] {
        margin-top: 5rem;
    }

    ._renew #company_ceo [data-table="info"] table,
    ._renew #company_ceo [data-table="info"] tbody,
    ._renew #company_ceo [data-table="info"] tr {
        display: block;
        width: 100%;
    }

    ._renew [data-table="info"] th {
        display: block;
        width: 100%;
        height: auto;
        padding: 1.4rem 1.6rem;
        font-size: var(--font-textSmaller);
    }

    ._renew [data-table="info"] td {
        display: block;
        width: 100%;
        height: auto;
        padding: 1.4rem 1.6rem;
        font-size: var(--font-textSmaller);
    }

    ._renew #company_ceo [data-table="info"] th,
    ._renew #company_ceo [data-table="info"] td {
        box-sizing: border-box;
    }

    ._renew [data-table="info"] col {
        width: 100%;
    }

    ._renew [data-table="info"] th {
        border-bottom: 0;
    }

    ._renew [data-section="businessOverview"] {
        --overview-labelHeight: 6.8rem;
        --overview-titleHeight: 6.8rem;
    }

    ._renew [data-overview="list"] {
        gap: 3.4rem;
    }

    ._renew [data-overview="label"] {
        max-width: none;
    }

    ._renew [data-overview="badge"] {
        padding: 0 1.6rem;
    }

    ._renew [data-overview="badge"] img {
        flex-basis: 3.6rem;
        width: 3.6rem;
        height: 3.6rem;
    }

    ._renew [data-overview="card"] h4 {
        padding: 0 2rem;
        font-size: var(--font-textNormal);
    }

    ._renew [data-overview="card"] ul {
        padding: 0 1.8rem;
    }

    ._renew [data-overview="card"] li {
        grid-template-columns: 4.2rem 1fr;
        gap: 1.2rem 1.6rem;
        min-height: auto;
        padding: 1.8rem 0;
    }

    ._renew [data-overview="card"] li span {
        grid-column: 2;
        font-size: var(--font-textSmaller);
    }

    ._renew [data-section="consultingNeed"] {
        padding-top: 2.8rem;
    }

    ._renew [data-section="consultingNeed"] > h4 {
        font-size: var(--font-textBig);
    }

    ._renew [data-section="whyTsrm"] > h4 {
        font-size: var(--font-textBig);
    }

    ._renew [data-need="list"] {
        grid-template-columns: 1fr;
        gap: 2.4rem;
        margin-top: 3rem;
    }

    ._renew [data-need="card"] {
        min-height: auto;
    }

    ._renew [data-need="head"] {
        min-height: 15rem;
    }

    ._renew [data-need="card"] p {
        min-height: auto;
        font-size: var(--font-textSmaller);
    }

    ._renew [data-section="whyTsrm"] {
        margin-top: 7rem;
    }
    ._renew [data-why="wrap"] {
        grid-template-columns: 1fr;
    }

    ._renew [data-why="wrap"] {
        gap: 3.2rem;
    }

    ._renew [data-why="metric"] {
        display: none;
    }

    ._renew [data-why="list"] li {
        grid-template-columns: 3.6rem 1fr;
        gap: 1.6rem;
        padding: 2.4rem 0;
    }

    ._renew [data-why="num"] {
        width: 3.4rem;
        height: 3.4rem;
        font-size: var(--font-textSmaller);
    }

    ._renew [data-why="list"] strong {
        font-size: var(--font-textNormal);
    }

    ._renew [data-why="list"] p {
        font-size: var(--font-textSmaller);
    }

    :root {
        --font-pageTitle: 21px;
        --font-contentTitle: 21px;
        --font-textBigger: 26px;
        --font-textBig: 18px;
        --font-textNormal: 16px;
        --font-textSmall: 14px;
        --font-textSmaller: 13px;
    }

    ._renew [data-section="businessDetail"] [data-table="info"] {
        min-height: auto;
        padding: 3.6rem 2.4rem;
    }

    ._renew [data-business="process"] {
        margin-top: 4.8rem;
        padding-top: 3.6rem;
    }

    ._renew [data-business="consulting"] {
        margin-top: 4.8rem;
        padding-top: 3.6rem;
    }

    ._renew [data-table="consultingInfo"] {
        margin-top: 4.8rem;
        padding-top: 3.6rem;
    }

    ._renew [data-process="steps"] {
        grid-template-columns: 1fr;
    }

    ._renew [data-business-page="plan"] [data-process="arrow"] {
        --process-arrow-gap: 42px;
        --process-arrow-size: 22px;
        --process-arrow-border: 5px;
        grid-template-columns: 1fr;
        gap: var(--process-arrow-gap);
    }

    ._renew [data-manage="flow"][data-columns="4"] {
        grid-template-columns: 1fr;
    }

    ._renew [data-manage="flow"][data-columns="6"] {
        grid-template-columns: 1fr;
    }

    ._renew [data-manage="flow"] {
        --manage-flow-gap: 42px;
        --manage-arrow-size: 22px;
        --manage-arrow-border: 5px;
        gap: var(--manage-flow-gap);
    }
    ._renew [data-manage="flow"] li .liInner {justify-content:center;}

    ._renew [data-manage="flow"][data-columns="4"] li:nth-child(n) {
        order: initial;
    }

    ._renew [data-manage="flow"][data-columns="6"] li:nth-child(n) {
        order: initial;
    }

    ._renew [data-process="steps"] li::before {
        width: 100%;
        clip-path: none;
    }

    ._renew [data-business-page="plan"] [data-process="arrow"] li:nth-child(n) {
        order: initial;
        min-height: auto;
        padding: 10rem 2rem 2.2rem;
    }

    ._renew [data-business-page="plan"] [data-process="arrow"] li::before {
        width: 100%;
        clip-path: none;
    }

    ._renew [data-business-page="plan"] [data-process="arrow"] li:nth-child(n)::after {
        display: block;
        left: 50%;
        right: auto;
        top: calc((var(--process-arrow-gap) / -2) - (var(--process-arrow-size) / 2));
        width: var(--process-arrow-size);
        height: var(--process-arrow-size);
        border-top: 0;
        border-right: var(--process-arrow-border) solid #c9c9c9;
        border-bottom: var(--process-arrow-border) solid #c9c9c9;
        border-left: 0;
        transform: translateX(-50%) rotate(45deg);
    }

    ._renew [data-business-page="plan"] [data-process="arrow"] li:first-child::after {
        display: none;
    }

    ._renew [data-business-page="plan"] [data-process="arrow"] [data-process="num"] {
        left: 0;
        width: calc(100% - 5rem);
    }

    ._renew [data-manage="flow"][data-columns="4"] li + li::before {
        display: block;
        left: 50%;
        top: calc((var(--manage-flow-gap) / -2) - (var(--manage-arrow-size) / 2));
        width: var(--manage-arrow-size);
        height: var(--manage-arrow-size);
        border-top: 0;
        border-right: var(--manage-arrow-border) solid #c9c9c9;
        border-bottom: var(--manage-arrow-border) solid #c9c9c9;
        border-left: 0;
        transform: translateX(-50%) rotate(45deg);
    }

    ._renew [data-manage="flow"][data-columns="4"] li:nth-child(odd)::before {
        display: block;
    }

    ._renew [data-manage="flow"][data-columns="4"] li:nth-child(4n)::before {
        left: 50%;
        right: auto;
        width: var(--manage-arrow-size);
        height: var(--manage-arrow-size);
        border-top: 0;
        border-right: var(--manage-arrow-border) solid #c9c9c9;
        border-bottom: var(--manage-arrow-border) solid #c9c9c9;
        border-left: 0;
        transform: translateX(-50%) rotate(45deg);
    }

    ._renew [data-manage="flow"][data-columns="4"] li:first-child::before {
        display: none;
    }

    ._renew [data-manage="flow"][data-columns="4"] li:nth-child(3)::after {
        display: none;
    }

    ._renew [data-manage="flow"][data-columns="6"] li + li::before {
        display: block;
        left: 50%;
        top: calc((var(--manage-flow-gap) / -2) - (var(--manage-arrow-size) / 2));
        width: var(--manage-arrow-size);
        height: var(--manage-arrow-size);
        border-top: 0;
        border-right: var(--manage-arrow-border) solid #c9c9c9;
        border-bottom: var(--manage-arrow-border) solid #c9c9c9;
        border-left: 0;
        transform: translateX(-50%) rotate(45deg);
    }

    ._renew [data-manage="flow"][data-columns="6"] li:nth-child(3)::before {
        display: block;
    }

    ._renew [data-manage="flow"][data-columns="6"] li:nth-child(5)::before {
        display: block;
    }

    ._renew [data-manage="flow"][data-columns="6"] li:first-child::before {
        display: none;
    }

    ._renew [data-manage="flow"][data-columns="6"] li:nth-child(3)::after {
        display: none;
    }

    ._renew [data-manage="flow"][data-columns="6"] li:nth-child(5)::after {
        display: none;
    }

    ._renew [data-consulting="list"] li {
        grid-template-columns: 1fr;
        gap: 1.8rem;
        padding: 2.4rem 0;
    }

    ._renew [data-table="consultingInfo"] [data-consulting="list"] li {
        grid-template-columns: 1fr;
        gap: 1.8rem;
        padding: 2.4rem 0;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    ._renew [data-manage="flow"][data-columns="6"] li:nth-child(4)::before {
        left: auto;
        right: calc((var(--manage-flow-gap, 3.6rem) / -2) - (var(--manage-arrow-size, 1.8rem) / 2));
        top: 50%;
        border-top: var(--manage-arrow-border, 4px) solid #c9c9c9;
        border-right: var(--manage-arrow-border, 4px) solid #c9c9c9;
        border-bottom: 0;
        border-left: 0;
        transform: translateY(-50%) rotate(-135deg);
    }
}

@media (max-width: 560px) {
    .sub_content .page_title h3 strong {}
    .sub_content .page_title h3::after {content: "";position: absolute;top: auto;bottom: -14px;right: 0;width: 100%;height: 2px;}

    ._renew [data-business-page="plan"] [data-process="arrow"] {
        --process-arrow-gap: 36px;
        --process-arrow-size: 20px;
    }

    ._renew [data-business-page="plan"] [data-process="arrow"] li:nth-child(n) {
        padding: 9rem 1.6rem 2rem;
    }

    ._renew [data-business-page="plan"] [data-process="arrow"] [data-process="num"] {
        width: calc(100% - 4.4rem);
        padding: 0.9rem 1.6rem;
    }

    ._renew [data-business-page="plan"] [data-process="arrow"] [data-process="num"]:after {
        right: -5.2rem;
        border-left-width: 4.2rem;
        border-right-width: 1.8rem;
        border-top-width: 4.4rem;
        border-bottom-width: 4.4rem;
    }

    ._renew [data-section="consultingNeed"] {border-top: 0;}


    ._renew [data-overview="badge"] img {display: none;}

    ._renew #company_ceo [data-profile="info"] {
        padding: 2.8rem 1.8rem;
    }

    ._renew #company_ceo [data-profile="career"] dl {
        display: block;
    }

    ._renew #company_ceo [data-profile="career"] dt {
        margin-top: 1.6rem;
    }

    ._renew #company_ceo [data-profile="career"] dt:first-child {
        margin-top: 0;
    }

    ._renew #company_ceo [data-profile="career"] dd {
        margin-top: 0.5rem;
    }

    ._renew #company_ceo [data-card="image"] figcaption {
        min-height: auto;
        padding: 1.4rem 1.6rem;
    }
}
