/* stit */
.stit .lined {
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #7bc466;
    margin-bottom: 20px;
}
@media (max-width:768px) {
    .stit .lined {
        margin-bottom: 5px;
    }
}

/* bg_gray*/
.bg_gray {
    background-color: rgba(225, 232, 235, 0.4);
}
.bg_w {
    background-color: #fff;
}
/* imgBorder*/
.imgBorder {
    border: 1px solid #ddd;
}
/* company1 */
#company1 .sec1 .c_wrp {
    background-color: #f7f7f7;
}
#company1 .sec1 .lft {
    background: url(../img/comp1.jpg) center center no-repeat;
}
@media (min-width:768px) {
    #company1 .sec1 .c_wrp {
        height: 650px;
    }
    #company1 .sec1 .rt {
        padding-left: 60px;
    }
}
@media (max-width:768px) {
    #company1 .sec1 .c_wrp {
        display: flex;
        flex-wrap: wrap;
    }
    #company1 .sec1 .rt {
        width: 100%;
        padding: 40px 15px;
        text-align: center;
        order: 1;
    }
    #company1 .sec1 .lft {
        order: 2;
        width: 100%;
        height: 300px;
        background-size: cover;
    }
}


/* table_basic */
.table.table_basic {
    border-top: 2px solid #333;
    table-layout: fixed;
}
.table.table_basic tr th {
    text-align: center;
    word-break: keep-all;
}
.table.table_basic tr th,
.table.table_basic tr td {
    font-size: 17px;
    font-weight: 300;
    color: #333;
    border: 1px solid #ddd;
    padding: 12px;
}
.table.table_basic tr th:first-child,
.table.table_basic tr td:first-child {
    border-left: 0px;
}
.table.table_basic tr th:last-child,
.table.table_basic tr td:last-child {
    border-right: 0px;
}
.table.table_basic tr th {
    font-weight: 500;
}
.table.table_basic thead tr th {
    background-color: #fff;
    border-bottom: 2px solid #333;
}
.table.table_basic tbody tr th {
    background-color: #f8f8f8;
}
@media (max-width:768px) {
    .table.table_basic tr th,
    .table.table_basic tr td {
        font-size: 13px;
        display: block;
        width: 100%;
        border: 1px solid #ddd !important;
        border-top: 0px !important;
    }
    .table.table_basic thead {
        display: none;
    }
}


/* growbox */
 .growbox ul li {
    margin:  15px 0;
}
 .growbox ul li .item {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 40px 20px;
    width: 100%;
    /* background-color: rgba(134, 172, 169 , 0.05); */
    border: 1px solid rgba(56, 185, 175, 0.5);
}
 .growbox ul li .item .icon,
 .growbox ul li .item h5 {
}
 .growbox ul li .item .icon {
    font-size: 30px;
}
 .growbox ul li .item h5  {
    line-height: 1.2em;
}
@media (max-width:768px) {
     .growbox ul li .item {
        padding: 30px 20px;
    }
     .growbox ul li .item .icon img {
        width: 40px;
    }
}



/* checkBoardWrp */
.checkBoardWrp .checkBoard {
    padding: 10px;
    border-radius: 20px;
    background-color: rgb(134,172, 169,0.3);
    position: relative;
}
.checkBoardWrp .checkBoard .top_checkerboard {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
}
.checkBoardWrp .checkBoard .con {
    background-color: #fff;
    padding: 30px;
	border-radius: 10px;
}
.checkBoardWrp .checkBoard .con ul li {
    font-size: 18px;
    position: relative;
    line-height: 1.2em;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}
.checkBoardWrp .checkBoard .con ul li .q {
    position: relative;
}
.checkBoardWrp .checkBoard .con ul li .q > div {
    position: absolute;
    right: 0;
    top: 0;
}
.checkBoardWrp .checkBoard .con ul li .q > div span {
    display: inline-block;
    padding-left: 45px;
    margin-right: 20px;
    position: relative;
}
.checkBoardWrp .checkBoard .con ul li .q > div span:after {
    content: "";
    position: absolute;
    left: 0;
    top: -6px;
        width: 30px;
    height: 30px;
    border: 2px solid #aaa;
    border-radius: 2px;
}
.checkBoardWrp .checkBoard .con ul li .q > div .y:after {
    /*background: url(../img/yes.png) center center no-repeat;*/
    background-size: 18px !important;
}
@media (min-width:768px){
    .checkBoardWrp .checkBoard .con ul li .q {
        position: relative;
        padding-right: 230px;
    }
}
@media (max-width:768px){
    .checkBoardWrp .checkBoard {
        margin-top: 20px;
        padding: 5px;
    }
    .checkBoardWrp .checkBoard .top_checkerboard img {
        height: 38px;
    }
    .checkBoardWrp .checkBoard .con {
        padding: 30px 15px;
    }
    .checkBoardWrp .checkBoard .con ul li {
        font-size: 15px;
        padding: 8px 0;
    }
    .checkBoardWrp .checkBoard .con ul li .q {
        position: relative;
        padding-left: 30px;
    }
    .checkBoardWrp .checkBoard .con ul li .q:after {
        content: "";
        position: absolute;
        left: 0;
        top: -4px;
        width: 24px;
        height: 24px;
        border: 2px solid #ddd;
        border-radius: 2px;
        /*background: url(../img/yes.png) center center no-repeat;*/
        background-size: 15px !important;
    }
    .checkBoardWrp .checkBoard .con ul li .q > div {
        display: none;
    }
}


/*mapbox*/
.mapbox .root_daum_roughmap .wrap_map {
    height: 450px !important;
}
@media (max-width:768px) {
	.mapbox .root_daum_roughmap .wrap_map {
		height: 250px !important;
	}
}
/* company3 :: sec1*/
#company3 .mapInfo {
    position: relative;
}
#company3 .mapInfo ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
#company3 .mapInfo ul li {
    padding: 0 15px;
}
#company3 .mapInfo .item {
    background: url(../img/map_icon1.png) left center no-repeat;
    padding: 40px 10px;
    padding-left: 80px;
}
#company3 .mapInfo .item.item2 {
    background: url(../img/map_icon2.png) left center no-repeat;
}
#company3 .mapInfo .item.item3 {
    background: url(../img/map_icon3.png) left center no-repeat;
}
#company3 .mapInfo .item strong {
    display: block;
}
@media (min-width:992px){
    #company3 .mapInfo {
        border-top: 1px solid #dddd;
        margin-top: 20px;
    }
}
@media (max-width:768px) {
    #company3 .mapInfo ul {
        display: flex;
        flex-wrap: wrap;
    }
    #company3 .mapInfo ul li {
        padding: 0;
        width: 100%;
        border-bottom: 1px dashed #ddd;
    }
    #company3 .mapInfo {
        padding-top: 20px;
    }
    #company3 .mapInfo .item h5 {
        word-break: break-all;
        line-height: 1.2em;
    }
    #company3 .mapInfo .item h5 strong {
        margin-bottom: 5px;
    }
    #company3 .mapInfo .item {
        background-size: 40px !important;
        padding: 15px 10px;
        padding-left: 50px;
    }
}


/* fbox */
.fbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (min-width:768px) {
    .fbox.fx > div {
        width: 50%;
    }
    .fbox > .txt.lft {
        padding-right: 30px;
    }
    .fbox > .txt.rt {
        padding-left: 30px;
    }
    .fbox.short > .txt.lft {
        padding-right: 5px;
    }
    .fbox.short > .txt.rt {
        padding-left: 5px;
    }
    .fbox.long > .txt.lft {
        padding-right: 60px;
    }
    .fbox.long > .txt.rt {
        padding-left: 60px;
    }
}
@media (max-width:768px) {
    .fbox {
        flex-wrap: wrap;
    }
}

/* diet1  sec1*/
#diet1 .sec1 .conWrp {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width:992px) {
    #diet1 .sec1 .fbox {
        text-align: center;
        flex-wrap: wrap;
    }
    #diet1 .sec1 .fbox > div {
        width: 100%;
    }
    #diet1 .sec1 .fbox > .rt {
        order: 1;
        padding-bottom: 30px;
    }
    #diet1 .sec1 .fbox > .lft {
        order: 2;
    }
}

/* illust */
.stit.ill {
    display: flex;
    align-items: center;
    justify-content: left;
}
.stit.ill .illust {
    width: 110px;
}
.stit.ill .txt {
    width: calc(100% - 110px);
}
@media (max-width:768px) {
    .stit.ill .illust {
        width: 80px;
        padding-right: 20px;
        order: 2;
    }
    .stit.ill .txt {
        width: calc(100% - 80px);
        order: 1;
    }
}
/* diet1  sec5*/
#diet1 .sec5 h4 span,
#diet1 .sec5 h6 span {
    opacity: .6;
    color: #3d8d86;
}
@media (max-width:992px) {
    #diet1 .sec5 .stit img {
        width: 70px;
    }
}
/* centBg */
.centBg h4 {
    color: rgba(225, 232, 235, 0.6);
    letter-spacing: 3px;
}
@media (min-width:992px) {
    .centBg {
        background-attachment: fixed !important;
    }
}
/* diet1  sec7*/
#diet1 .centBg {
    background: url(../img/diet1_sec2.jpg) center center no-repeat;
    background-size: cover;
}
/* diet2  centBg*/
#diet2 .centBg {
    background: url(../img/diet2_centBg.jpg) center center no-repeat;
    background-size: cover;
}
/* diet3  centBg*/
#diet3 .centBg {
    background: url(../img/diet3_centBg.jpg) center center no-repeat;
    background-size: cover;
}
/* diet4  centBg*/
#diet4 .centBg {
    background: url(../img/diet4_centBg.jpg) center center no-repeat;
    background-size: cover;
}
@media (max-width:768px) {
    #diet4 .sec1 {
        text-align: center;
    }
    #diet4 .sec1 .rt {
        margin-top: 30px;
    }
}
/* diet5  centBg*/
#diet5 .centBg {
    background: url(../img/diet5_centBg.jpg) center center no-repeat;
    background-size: cover;
}
/* diet6  centBg*/
#diet6 .centBg {
    background: url(../img/diet6_centBg.jpg) center center no-repeat;
    background-size: cover;
}
/* accident1  centBg*/
#accident1 .centBg {
    background: url(../img/accident1_centBg.jpg) center center no-repeat;
    background-size: cover;
}
/* caseList */
.caseList .item {
    padding: 20px;
    border-radius: 20px;
    border: 1px dashed #ddd;
    background-color: #fff;
}
.caseList .item .imgWrp {
    position: relative;
}
.caseList .item .imgWrp .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.caseList .item .imgWrp .txt span {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    width: 110px;
    height: 110px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.caseList .item .imgWrp .txt span h6,
.caseList .item .imgWrp .txt span h4 {
    line-height: 1.1em;
}
.caseList .item .tbox,
.caseList .item .imgWrp .img {
    margin: 0 -5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.caseList .item .tbox > div,
.caseList .item .imgWrp .img > div {
    width: 50%;
    padding: 0 5px;
}

.caseList .item .imgWrp .img > .after img {
        border: 5px solid #67a9a4;
}
.caseList .item .imgWrp .img > div img {
    border-radius: 20px;
}
.caseList .item .tbox {
    text-align: center;
    padding-top: 15px;
}
.caseList .item .tbox p {
    letter-spacing: 3px;
}
/* itemsWrp */
.itemsWrp {
    position: relative;
    padding: 60px;
    border: 1px dashed #3d8d86;
    border-radius: 30px;
}
.itemsWrp > .efTit {
    position: absolute;
    line-height: 40px;
    top: -20px;
    width: 100%;
    left: 0;
}
.itemsWrp > .efTit span {
    display: inline-block;
    padding: 0 15px;
    background-color: #83aaa7;
    color: #fff;
    border-radius: 80px;
    line-height: 40px;
}
@media (max-width:768px) {
    .itemsWrp {
        padding: 40px 15px 15px;
        border-radius: 10px;
    }
}
/* items */
.items {
    display: flex;
    align-items: center;
    margin: 0 -5px;
    justify-content: space-around;
}
.items > li .item {
    text-align: center;
}
.items > li .item > div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.items > li .item > div i {
    display: inline-block;
    width: 120px;
    line-height: 120px;
    background-color: rgb(131 170 167 / 11%);
    border-radius: 50%;
    margin-bottom: 15px;
    color: #38b9af;
}
.items > li .item > div p {
    color: #666;
    font-weight: 300;
}
@media (max-width:992px) {
    .items {
        flex-wrap: wrap;
        justify-content: center;
    }
    .items > li {
        width: 25%;
        margin: 5px 0;
    }
}
@media (max-width:600px) {
    .items > li {
        width: 33.3333%;
    }
    .items > li .item {
        border-radius: 10px;
    }
    .items > li .item > div {
        height: 100px;
    }
    .items > li .item > div i {
        width: 65px;
        line-height: 45px;
        padding: 10px;
    }
}
@media (max-width:400px) {
    .items > li {
        width: 50%;
    }
}
/* diet1  sec3*/
#diet1 .sec3 .stit .counters strong {
    display: inline-block;
    font-weight: inherit;
    font-size: inherit;
}
/* diet_ill */
.diet_ill1 {
    display: inline-block;
    position: relative;
}
.diet_ill1 .diet_ill1_top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
/* diet2 */
@media (min-width:992px) {
    #diet2 .sec2 .fbox_t > .lft {
        width: 60%;
    }
    #diet2 .sec2 .fbox_t > .rt {
        width: 40%;
    }
    #diet2 .sec2 .fbox_t > .lft img {
        border-radius: 20px 0 0 20px;
    }
    #diet2 .sec2 .fbox_t > .rt img {
        border-radius: 0 20px 20px 0;
    }
}
@media (max-width:992px) {
    #diet2 .sec2 .fbox_t > .rt {
        margin-top: 5px;
    }
    #diet2 .sec2 .fbox_t > .lft img {
        border-radius: 20px 20px 0 0;
    }
    #diet2 .sec2 .fbox_t > .rt img {
        border-radius:  0 0 20px 20px;
    }
}
/* diet3 */
/* @media (min-width:992px) {
    #diet2 .sec3 .fbox > div {
        width: 40%;
    }
    #diet2 .sec3 .fbox > .txt {
        width: 60%;
    }
} */

/* diet3  sec1*/
@media (max-width:992px) {
    #diet3 .sec1 .fbox {
        text-align: center;
        flex-wrap: wrap;
    }
    #diet3 .sec1 .fbox > div {
        width: 100%;
    }
    #diet3 .sec1 .fbox > .rt {
        order: 2;
    }
    #diet3 .sec1 .fbox > .lft {
        order: 1;
        padding-bottom: 30px;
    }
}
/* diet4 */
#diet4 .sec0 {
    background: url(../img/diet4_sec0.jpg) center center no-repeat;
    background-size: cover;
}

/* diet4  sec2*/
@media (max-width:992px) {
    #diet4 .sec2 .fbox > .img {
        order: 1;
        padding-bottom: 30px;
    }
    #diet4 .sec2 .fbox > .txt {
        order: 2;
    }
}
/* diet5  sec1*/
@media (max-width:992px) {
    #diet5 .sec1 .fbox {
        text-align: center;
        flex-wrap: wrap;
    }
    #diet5 .sec1 .fbox > div {
        width: 100%;
    }
    #diet5 .sec1 .fbox > .rt {
        order: 1;
        padding-bottom: 30px;
    }
    #diet5 .sec1 .fbox > .lft {
        order: 2;
    }
}
/* diet4  sec2*/
@media (max-width:992px) {
    #diet5 .sec2 .fbox > .img {
        order: 1;
        padding-bottom: 30px;
    }
    #diet5 .sec2 .fbox > .txt {
        order: 2;
    }
}
/* biman */
.biman .box {
    border: 1px solid rgb(131 170 167 / 40%);
    padding: 30px;
    border-radius: 4px;
}
.biman .box p span {
    display: block;
    background-color: #86aca9;
    padding: 8px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
}

.biman .box h5 span {
       padding: 2px 8px;
    border: 1px dashed #919191;
    border-radius: 5px;
    color: #000000;
    margin: 3px;
    display: inline-block;
    font-size: 16px;
}

/* diet_ill6 */
.diet_ill6 {
    background-color: #f7f7f7;
}
/* cuna1  sec2*/
@media (max-width:992px) {
    #diet6 .sec2 .fbox > .img {
        order: 1;
        padding-bottom: 30px;
    }
    #diet6 .sec2 .fbox > .txt {
        order: 2;
    }
}
/* steps */
.steps {
    display: flex;
    align-items: center;
    margin: 0 -15px;
}
.steps > li {
    padding: 0 15px;
    width: 20%;
}
.steps > li .item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #38b9af;
    background-color: rgba(56, 185, 174, 0.05);
    height: 100px;
    border-radius: 0 0 10px 10px;
    position: relative;
}
.steps > li .img {
    border: 1px solid #38b9af;
    border-bottom: 0px;
    border-radius: 10px 10px 0 0;
    position: relative;
    overflow: hidden;
}
.steps > li .item h5 {
    line-height: 1.2em;
    font-weight: 300;
}
@media (min-width:768px) {
    .steps > li:not(:last-child) .item::before {
        content: "";
        position: absolute;
        left: 100%;
        top: 50%;
        width: 30px;
        height: 1px;
        background-color: #38b9af;
    }
    .steps > li:not(:last-child) .item::after {
        content: "";
        position: absolute;
        left: calc(100% + 27px);
        top: calc(50% - 4px);
        width: 9px;
        height: 9px;
        background-color: #38b9af;
        border-radius: 50px;
    }
}
@media (max-width:992px) {
    .steps {
        flex-wrap: wrap;
        justify-content: center;
    }
    .steps > li {
        width: 33.33333%;
        margin: 15px 0;
    }
}
@media (max-width:768px) {
    .steps {
        margin: 0px;
    }
    .steps > li {
        width: 100%;
        padding: 0px;
        margin: 5px 0;
        display: flex;
    }
    .steps > li > div {
        width: 50%;
    }
    .steps > li .img {
        border: 1px solid #38b9af;
        border-right: 0px;
        border-radius:0;
        position: relative;
        border-radius: 10px 0 0 10px;
    }
    .steps > li .item {
        height: auto;
        border-radius: 0 10px 10px 0;
    }
    .steps > li:not(:last-child) .item::before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        height: 10px;
        width: 1px;
        background-color: #38b9af;
    }
    .steps > li:not(:last-child) .item::after {
        content: "";
        position: absolute;
        top: calc(100% + 7px);
        left: calc(50% - 4px);
        width: 9px;
        height: 9px;
        background-color: #38b9af;
        border-radius: 50px;
    }
    .steps > li .item h4 {
        margin-top: 5px;
    }
}
/* clinic3  steps*/
#clinic3 .sec1 .steps > li {
    padding: 0 15px;
    width: 25%;
}
#clinic3 .sec1 .steps > li .item {
    border-radius: 10px;
}
@media (max-width:768px) {
    #clinic3 .sec1 .fbox .lft {
        text-align: center;
        padding-bottom: 30px;
    }
    #clinic3 .sec1 .fbox .rt {
        text-align: center;
    }
    #clinic3 .sec1 .steps > li {
        width: 100%;
        padding: 0px;
        margin: 5px 0;
        display: flex;
    }
    #clinic3 .sec1 .steps > li > div {
        width: 100%;
    }
    #clinic3 .sec1 .steps > li .item {
        padding: 10px 0;
    }
}
/* kakaoWrp */
.kakaoWrp {
    padding: 30px;
    background-color: #f1f5f9;
    border-radius: 30px;
}
.kakaoWrp .leftTalk,
.kakaoWrp .rightTalk {
    display: flex;
    max-width: 90%;
    margin: 20px 0;
}
.kakaoWrp .rightTalk {
    justify-content: right;
    margin-left: auto;
}
.kakaoWrp .rightTalk {
    justify-content: end;
}
.kakaoWrp .rightTalk .prf,
.kakaoWrp .leftTalk .prf {
    width: 110px;
}
.kakaoWrp .leftTalk .talkBox {
    width: calc(100% - 110px);
    padding-left: 20px;
}
.kakaoWrp .rightTalk .talkBox {
    width: calc(100% - 110px);
    padding-right: 20px;
    text-align: right;
}
.kakaoWrp .talk,
.kakaoWrp .talk > div:not(:first-child) {
    margin-top: 10px;
}
.kakaoWrp .talk > .img {
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    max-width: 220px;
}
.kakaoWrp .talk > .txt {
    display: flex;
    align-items: end;
}
.kakaoWrp .rightTalk .talk > .txt {
    justify-content: right;
}
.kakaoWrp .talk > .txt p {
    padding: 15px 15px;
    background-color: #fff;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    line-height: 1.4em;
    max-width: 70%;
    text-align: left;
    position: relative;
    font-size: 15px;
    font-weight: 300;
}
.kakaoWrp .talk > .txt p .right_arr {
    position: absolute;
    top: 10px;
    left: 100%;
}
.kakaoWrp .talk > .txt p .left_arr {
    position: absolute;
    top: 10px;
    right: 100%;
}
.kakaoWrp .rightTalk .talk > .txt p {
    background-color: #38b9af;
    color: #fff;
}
.kakaoWrp .talk > .txt span {
    margin: 0 10px;
}
@media (max-width:768px) {
    .kakaoWrp {
        padding: 15px;
        border-radius: 10px;
    }
    .kakaoWrp .leftTalk, 
    .kakaoWrp .rightTalk {
        max-width: 95%;
        margin: 15px 0;
    }
    .kakaoWrp .rightTalk .prf,
    .kakaoWrp .leftTalk .prf {
        width: 50px;
    }
    .kakaoWrp .leftTalk .talkBox {
        width: calc(100% - 50px);
        padding-left: 15px;
    }
    .kakaoWrp .rightTalk .talkBox {
        width: calc(100% - 50px);
        padding-right: 15px;
    }
    .kakaoWrp .talk,
    .kakaoWrp .talk > div:not(:first-child) {
        margin-top: 5px;
    }
    .kakaoWrp .talk > .txt p {
        font-size: 12px;
    }
    .kakaoWrp .talk > .txt p .right_arr,
    .kakaoWrp .talk > .txt p .left_arr {
        width: 11px;
    }
    .kakaoWrp .talk > .txt span {
        font-size: 11px;
    }
}

/* commonSec */
.commonSec {
    background: url(../img/msec5_bg.jpg) center center no-repeat;
}
@media (min-width:768px) {
    .commonSec {
        background-attachment: fixed;
    }
}
@media (max-width:768px) {
    .commonSec {
        background-size: cover;
    }
    .commonSec img {
        width: 80px;
    }
}

/* stepsList */
#stepsList li .ibox {
    width: 60%;
}
#stepsList li .tbox {
    padding: 0 50px;
    width: 40%;
}
#stepsList li .tbox .stepNum {
    letter-spacing: 3px;
}
@media (max-width:768px) {
    #stepsList li {
        flex-wrap: wrap;
    }
    #stepsList li .ibox {
        width: 100%;
        order: 1;
    }
    #stepsList li .tbox {
        padding: 20px 0;
        width: 100%;
        order: 2;
    }
    #stepsList li .tbox .stepNum {
        letter-spacing: 3px;
    }
}
/* slImg */
.slImg {
    position: relative;
    display: inline-block;
}
.slImg:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;

    -webkit-transition: all 1.7s ease-out;
    -moz-transition: all 1.7s ease-out;
    -o-transition: all 1.7s ease-out;
    transition: all 1.7s ease-out;
    transition-delay: .5s;
}
.bg_gray .slImg:after {
    background-color: #f3f6f7;
}
.aos-animate .slImg:after {
    width: 0px;
}
.slImg img {
    border-radius: 20px;
}
/* cuna1  sec1*/
@media (max-width:992px) {
    #cuna1 .sec1 .fbox {
        text-align: center;
        flex-wrap: wrap;
    }
    #cuna1 .sec1 .fbox > div {
        width: 100%;
    }
    #cuna1 .sec1 .fbox > .rt {
        order: 1;
        padding-bottom: 30px;
    }
    #cuna1 .sec1 .fbox > .lft {
        order: 2;
    }
}
/* cuna1  sec2*/
@media (max-width:992px) {
    #cuna1 .sec2 .fbox > .img {
        order: 1;
        padding-bottom: 30px;
    }
    #cuna1 .sec2 .fbox > .txt {
        order: 2;
    }
}

/* cuna1  sec7*/
#cuna1 .centBg {
    background: url(../img/cuna1_sec7.jpg) center center no-repeat;
    background-size: cover;
}

/* cuna2  sec1*/
@media (max-width:992px) {
    #cuna2 .sec1 .fbox {
        text-align: center;
        flex-wrap: wrap;
    }
    #cuna2 .sec1 .fbox > div {
        width: 100%;
    }
    #cuna2 .sec1 .fbox > .rt {
        order: 1;
        padding-bottom: 30px;
    }
    #cuna2 .sec1 .fbox > .lft {
        order: 2;
    }
}
/* cuna2  sec2*/
@media (max-width:992px) {
    #cuna2 .sec2 .fbox {
        flex-wrap: wrap;
    }
    #cuna2 .sec2 .fbox > div {
        width: 100%;
    }
    #cuna2 .sec2 .fbox > .lft {
        order: 1;
        padding-bottom: 30px;
    }
    #cuna2 .sec2 .fbox > .rt {
        order: 2;
    }
}

/* cuna2  sec7*/
#cuna2 .centBg {
    background: url(../img/cuna1_sec7.jpg) center center no-repeat;
    background-size: cover;
}

/* cuna3  sec1*/
@media (max-width:992px) {
    #cuna3 .sec1 .fbox {
        text-align: center;
        flex-wrap: wrap;
    }
    #cuna3 .sec1 .fbox > div {
        width: 100%;
    }
    #cuna3 .sec1 .fbox > .rt {
        order: 1;
        padding-bottom: 30px;
    }
    #cuna3 .sec1 .fbox > .lft {
        order: 2;
    }
}
/* cuna3  sec2*/
@media (max-width:992px) {
    #cuna3 .sec2 .fbox {
        flex-wrap: wrap;
    }
    #cuna3 .sec2 .fbox > div {
        width: 100%;
    }
    #cuna3 .sec2 .fbox > .lft {
        order: 1;
        padding-bottom: 30px;
    }
    #cuna3 .sec2 .fbox > .rt {
        order: 2;
    }
}
/* cuna3  sec7*/
#cuna3 .centBg {
    background: url(../img/cuna1_sec7.jpg) center center no-repeat;
    background-size: cover;
}
@media (min-width:992px) {
    #cuna3 .sec2 .fbox > .lft {
        width: 40%;
    }
    #cuna3 .sec2 .fbox > .rt {
        width: 60%;
    }
}

/* nonList */
.nonList {
    margin: 0 -5px;
}
.nonList li {
    padding: 0 5px;
}
.nonList li .imgs {
    border: 1px solid #ddd;
    padding: 20px;
    background-color: #fff;
}
.nonList li p {
    border: 1px solid #ddd;
    border-top: 0px;
    padding: 10px 0;
    background-color: #fff;
    line-height: 1.2em;
}
@media (max-width:768px) {
    .nonList li:not(:first-child) {
        margin-top: 20px;
    }
}

/* checkBoxs */
.checkBoxs .item {
    border: 1px solid #bfdbd9;
    /* background-color: rgb(231 250 249 / 70%); */
    padding: 20px 10px;
}
.checkBoxs .item p {
    color: #83aaa7;
    line-height: 1em;
}
.checkBoxs .item i {
    color: #83aaa7;
    font-size: 24px;
}
@media (max-width:768px) {
    .checkBoxs .item {
        margin-top: 10px;
    }
}

/* chkPobj */
.chkPobj {
    display: flex;
    align-items: start;
}
.chkPobj span:not(.icon) {
    width: calc(100% - 30px);
    padding-left: 10px;
}
.chkPobj span {
    vertical-align: middle;
    display: inline-block;
}
.chkPobj .icon {
    color: #83aaa7;
    background-color: #83aaa71a;
    border-radius: 50%;
    width: 30px;
    line-height: 28px;
    padding-top: 2px;
    text-align: center;
    margin-right: 5px;
}

/* table_basic */
.table.table_basic2 {
    border-top: 0px;
}
.table.table_basic2 tr th,
.table.table_basic2 tr td {
    padding: 15px;
    font-size: 17px;
    line-height: 1.2em;
    font-weight: 400;
    color: #333;
    vertical-align: middle;
    background-color: transparent;
    text-align: center;
    border: 1px solid #ddd;
    word-break: keep-all;
}
.table.table_basic2 tr th:first-child,
.table.table_basic2 tr td:first-child {
    border-left: 0px;
}
.table.table_basic2 tr th:last-child,
.table.table_basic2 tr td:last-child {
    border-right: 0px;
}
.table.table_basic2 thead tr th {
    background-color: #38b9af;
    border-color: #fff;
    color: #fff;
    border-bottom: 0px;
}
.table.table_basic2 tbody tr td {
    background-color: rgba(255, 255, 255, 0.3);
}
@media (max-width:768px) {
    .table.table_basic2 tr th,
    .table.table_basic2 tr td {
        padding: 10px;
        font-size: 14px;
    }
}

/* numList */
.numList {
    display: flex;
    align-items: center;
}
.numList.col5 > li {
    position: relative;
}
.numList.col5 > li .item h6 span {
    display: inline-block;
    width: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #38b9af;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    margin-bottom: 10px;
}
@media (min-width:768px) {
    .numList {
        margin: 0 -5px;
    }
    .numList.col5 > li {
        width: 20%;
        padding: 0 5px;
    }
    .numList.col5 > li:not(:last-child)::before {
        content: '';
        position: absolute;
        right: 0;
        top: 10%;
        height: 80%;
        width: 1px;
        background-color: #ddd;
    }
}
@media (max-width:768px) {
    .numList {
        flex-wrap: wrap;
    }
    .numList.col5 > li {
        margin: 10px 0;
        width: 100%;
    }
    .numList.col5 > li .item {
        display: flex;
        width: 100%;
        justify-content: start;
        align-items: center;
        text-align: left;
    }
    .numList.col5 > li .item h6 {
        padding-right: 10px;
    }
    .numList.col5 > li .item h6 span {
        width: 25px;
        line-height: 25px;
        margin-bottom: 0px;
    }
}

/* diet7  sec4*/
#diet7 .centBg {
    background: url(../img/diet7_centBg.jpg) center center no-repeat;
    background-size: cover;
}
@media (min-width:992px) {
    #diet7 .sec4 .fbox > .lft {
        width: 75%;
    }
    #diet7 .sec4 .fbox > .rt {
        width: 25%;
    }
}
@media (max-width:768px) {
    #diet7 .sec1 {
        text-align: center;
    }
    #diet7 .sec1 .rt {
        margin-top: 30px;
    }
    #diet7 .sec3 .bt {
        margin-top: 10px;
    }
    #diet7 .sec4 .bt {
        margin-top: 40px;
    }
}

/* clinic1 */
#clinic1 .sec1 {
    position: relative;
    overflow: hidden;
}
#clinic1 .sec1::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    height: 100%;
    background-color: rgba(225, 232, 235, 0.4);
    mix-blend-mode: color-burn;
}
#clinic1 .sec1 .txt h1 {
    line-height: 1.2em;
}
#clinic1 .sec1 .img {
    position: relative;
    display: inline-block;
}
#clinic1 .sec1 .cl_circle {
    position: absolute;
    left: -3.5vw;
    top: -3.5vw;
    animation: spin 15s linear infinite;
    transform-origin: 50% 50%;
}
#clinic1 .sec1 .cl1_img1 {
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 3;
}
@keyframes spin {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}
@media (max-width:768px) {
    #clinic1 .sec1 .fbox > div {
        width: 100%;
    }
    #clinic1 .sec1 .txt {
        text-align: center;
    }
    #clinic1 .sec1 .img {
        margin-top: 40px;
    }
    #clinic1 .sec1 .cl_circle {
        width: 100px;
        left: -5.5vw;
        top: -5.5vw;
    }
    #clinic1 .sec1::before {
        right: 0;
        top: auto;
        bottom: 0;
        height: 40%;
        width: 100%;
    }
}
/* clinic1 .sec2 */
#clinic1 .sec2 .rt {
    text-align: right;
}
@media (max-width:768px) {
    #clinic1 .sec2 .fbox > div {
        width: 100%;
        text-align: center !important;
    }
    #clinic1 .sec2 .rt {
        margin-top: 20px;
    }
}
/* whiting-nav */
.whiting-nav .slick-track {
    width: 100% !important;
}
.whiting-nav .slick-track .slick-slide {
    float: none;
    display: inline-block;
    width: 140px !important;
    text-align: center;
    margin: 2px;
    cursor: pointer;
}
.whiting-nav .slick-track .slick-slide p {
    line-height: 1em;
    padding: 12px 0;
    border: 1px solid #c2c2c2;
    color: #c2c2c2;

    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.whiting-nav .slick-track .slick-slide:hover p {
    border-color: #858585;
    color: #858585;
}
.whiting-nav .slick-track .slick-slide.is-active p {
    border-color: #111;
    color: #111;
}
@media (max-width:768px) {
    .whiting-nav .slick-track .slick-slide {
        width: 30% !important;
    }
    .whiting-nav .slick-track .slick-slide p {
        padding: 8px 0;
    }
}

/* arrBtn */
.whiting_wrp {
    position: relative;
}
.whiting_wrp .arrWrp {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 5;
}
.whiting_wrp .arrWrp {
    font-size: 15px;
    color: #fff;
}
.whiting_wrp .arrWrp .arrBtn {
    display: inline-block;
    cursor: pointer;
}
.whiting_wrp .arrWrp .arrBtn > .bg,
.whiting_wrp .arrWrp .arrBtn > span {
    display: inline-block;
    vertical-align: middle;
}
.whiting_wrp .arrWrp .arrBtn > .bg {
    position: relative; 
    width: 48px; 
    height: 1px; 
    background: rgba(255,255,255,0.2);
}
.whiting_wrp .arrWrp .arrBtn > .bg .ani {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; 
    background: rgba(255,255,255,1); 
    animation-name: leftRight;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
}
.whiting_wrp .arrWrp .arrBtn#arr_next2 > .bg .ani {
    left: auto;
    right: 0;
}
.whiting_wrp .arrWrp .arrBtn#arr_prev2 .bg {
    margin-right: 20px;
}
.whiting_wrp .arrWrp .arrBtn#arr_next2 .bg {
    margin-left: 20px;
}
@keyframes leftRight { 
    0% {width:0%} 
    100% {width:100%} 
}
/* slider-whiting */
.slider-whiting img {
    border-radius: 20px;
}
/* equips */
.equips .img {
    overflow: hidden;
}
.equips .img img {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -ms-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}
.equips li:hover .img img {
    transform: scale(1.1);
}


/* circleWrp */
.circleWrp .circleItem {
    width: 100%; 
}
.circleWrp .circleItem > li {
    width: 25%; 
    padding-top: calc(25% + 1px)
}
.circleItem {
    position: relative;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    top: 0;
}
.circleItem > li + li {
    margin-left: -20px;
}
.circleItem > li .txt {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    z-index: 12;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.circleItem > li .txt:after {
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    background-color: rgba(131, 170, 167, 0.1);
    border-radius: 50%;
}
.circleItem > li .txt h4 {
    position: relative;
    z-index: 2;
}
.circleItem .box {
    width:100%;
    height:100%;
    top: 0;
    left: 0;
    margin: auto;
    z-index:10;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items:center;
    border-radius: 50%; 
    flex-direction: column;
    z-index: 11;
}
.circleItem .circleWrapper {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    display:block;
}
.circleItem .circleWrapper-right {
    right: 0px;
}
.circleItem .circleWrapper-left {
    left: 0px;
}
.circleItem .reverse .box {
    transform: scale(-1, -1);
}
.circleItem .circle {    
    width: 200%;
    height: 100%;
    border: 2px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    transform: rotate(-135deg);
    display: block;
}
.circleItem .circle-right {
    border-top: 2px solid #99d1c7;
    border-right: 2px solid #99d1c7;
    right: 1px;
    visibility: hidden; 
}
.circleItem .circle-left {
    border-bottom: 2px solid #99d1c7;
    border-left: 2px solid #99d1c7;
    left: 1px;
    visibility: hidden; 
}
.circleItem .aos-animate .circle-right {
    visibility: visible; 
    animation: circleRight 1.5s linear forwards;
    animation-delay: 1s;
}
.circleItem .aos-animate .circle-left {
    visibility: visible; 
    animation: circleLeft 1.5s linear forwards;
    animation-delay: 1s;
}
.circleItem .aos-animate:nth-child(1) .circle-right,
.circleItem .aos-animate:nth-child(1) .circle-left {
    animation-delay: 1.05s;
}
.circleItem .aos-animate:nth-child(2) .circle-right,
.circleItem .aos-animate:nth-child(2) .circle-left {
    animation-delay: 1.025s;
}

@keyframes circleRight {
    0% {
        transform: rotate(-135deg);
    }
    50%, 100% {
        transform: rotate(45deg);
    }
}

@keyframes circleLeft {
    0%, 50% {
        transform: rotate(-135deg);
    }
    100% {
        transform: rotate(45deg);
    }
}
@media (max-width:768px){
    .circleWrp .circleItem > li {
        padding-top: 0;
        width: 40vw;
        height: 40vw;
    }
    .circleWrp .circleItem > li:last-child {
        margin: -7.8vw 0 0 0;
    }
    .circleItem > li + li {
        margin-left: -10px;
    }
    .circleItem > li .txt h4 {
        font-size: 4vw;
    }
}


/* clinic2 */
#clinic2 .sec1 {
    background-color: #f3f6f7;
}
#clinic2 .fbox .rt h1 .sm {
    font-size: .7em;
}
#clinic2 .career {
    max-width: 600px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 30px;
    padding-top: 30px;
}
@media (min-width:768px) {
    #clinic2 .sec1 {
        background: url(../img/clinic2_bg1.png) left center no-repeat;
        background-color: #f3f6f7;
    }
}
@media (max-width:768px) {
    #clinic2 .fbox .lft {
        padding: 15px;
    }
    #clinic2 .fbox .img {
        border: 1px solid #ddd;
        background-color: #f7f7f7;
        padding: 30px 20px 0;
    }
    #clinic2 .fbox .rt {
        padding: 40px 15px;
    }
    #clinic2 .fbox .rt .top {
        text-align: center;
    }
}
/* clinic2 */
#clinic2 .sec2 img,
#clinic2 .sec3 img {
    border-radius: 10px;
}
/* mediicons */
.mediicons li {
    margin: 15px 0;
}
.mediicons .item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px;
    /* border: 1px solid rgba(134, 172, 169, 0.4); */
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.7);
}
.mediicons .item > .txt {
    width: calc(100% - 100px);
}
.mediicons .item > .icon {
    width: 100px;
    padding-right: 20px;
}
.mediicons .item > .icon img {
    border-radius: 50%;
    background-color: rgb(131 170 167 / 11%);
}
@media (max-width:768px) {
    .mediicons .item {
        padding: 20px 15px;
    }
    .mediicons .item > .icon {
        text-align: center;
    }
    .mediicons .item > .icon,
    .mediicons .item > .icon img {
        width: 80px;
    }
    .mediicons .item > .txt {
        width: calc(100% - 80px);
    }
}

/* contBoxs */
.contBoxs .item {
    background-color: rgba(225, 232, 235, 0.4);
    display: flex;
    align-items: center;
    padding: 30px;
}
.contBoxs .item.kakao {
    background-color: rgba(250, 234, 98, 0.2);
}
.contBoxs .item .icon {
    font-weight: 100;
    font-size: 80px;
    width: 80px;
}
.contBoxs .item .txt {
    width: calc(100% - 80px);
    padding-left: 20px;
}
@media (max-width:768px) {
    .contBoxs .item {
        padding: 20px;
    }
    .contBoxs .item .icon {
        font-size: 40px;
        width: 40px;
    }
    .contBoxs .item .txt {
        width: calc(100% - 40px);
    }
}


/* fboxList */
.fboxList .tit a {
    text-decoration: none;
    display: block;
}
.fboxList .tit a p {
    line-height: 1em;
    padding: 12px 20px;
    display: inline-block;
    border: 1px solid #888;
    color: #888;

    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.fboxList .tit a:hover p {
    border-color: #111;
    color: #111;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.fboxList .tit a p i,
.fboxList .tit a p span {
    display: inline-block;
    vertical-align: middle;
}
.fboxList .tit .fbox > .rt a {
    cursor: pointer;
}

@media (max-width:768px) {
    .fboxList .tit .fbox > div {
        width: 100%;
        text-align: center;
    }
    .fboxList .tit .fbox > .rt a {
        margin-top: 15px;
    }
}


/* Loads */
.Loads > li {
    padding: 35px 0;
    border-bottom: 1px solid #ddd;
}
.Loads .item {
    display: flex;
    align-items: start;
    justify-content: center;
    /* border: 1px solid rgba(134, 172, 169, 0.4); */
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.7);
}
.Loads .item > .txt {
    width: calc(100% - 100px);
}
.Loads .item > .txt p span {
    display: inline-block;
    vertical-align: middle;
}
.Loads .item > .txt p .subw {
    background-color: #21bd50;
    color: #fff;
    font-size: .8em;
    padding: 5px 8px 3px;
    border-radius: 30px;
    margin-right: 3px;
    line-height: 1em;
}
.Loads .item > .txt p .bus {
    color: #fff;
    font-size: .8em;
    padding: 5px 8px 3px;
    border-radius: 2px;
    margin-right: 3px;
    line-height: 1em;
}
.Loads .item > .txt p .bus.bus1 {
    background-color: #233b8b;
}
.Loads .item > .txt p .bus.bus2 {
    background-color: #4a972e;
}
.Loads .item > .icon {
    width: 100px;
    padding-right: 20px;
}
.Loads .item > .icon img {
    border-radius: 50%;
    background-color: rgb(131 170 167 / 11%);
}
@media (max-width:768px) {
    .Loads > li {
        padding: 0;
    }
    .Loads .item {
        padding: 20px 15px;
    }
    .Loads .item > .icon {
        text-align: center;
    }
    .Loads .item > .icon,
    .Loads .item > .icon img {
        width: 80px;
    }
    .Loads .item > .txt {
        width: calc(100% - 80px);
    }
}

/* parkList */
.parkList li {
    margin: 10px 0;
}
.parkList li p {
    display: flex;
    align-items: center;
}
.parkList li p .num {
    display: inline-block;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #38b9af;
    border-radius: 50%;
    color: #fff;
    margin-right: 5px;
    font-size: .8em;
    font-weight: 600;
}
.parkList li p span:not(.num) {
    width: calc(100% - 30px);
}
@media (max-width:768px) {
    .parkList li p {
        align-items: start;
    }
}

/* slick-hu */
.slick-hu {
    margin: 0 -20px;
}
.slick-hu .slick-slide {
    padding: 0 20px;
}
.slick-hu .slick-slide img {
    border: 1px solid #ddd;
}
@media (max-width:768px) {
    .slick-hu {
        margin: 0 -5px;
    }
    .slick-hu .slick-slide {
        padding: 0 5px;
    }
}


/* plskakao */
.plskakao > div {
    margin: 30px 0;
}
.plskakao .img {
    margin-top: 10px;
    border: 1px solid #ddd;
    text-align: center;
    padding-top: 20px;
    background-color: #f7f7f7;
}
.plskakao p {
    display: flex;
    align-items: center;
}
.plskakao p .num {
    display: inline-block;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #38b9af;
    border-radius: 50%;
    color: #fff;
    margin-right: 5px;
    font-size: .8em;
    font-weight: 600;
}
.plskakao p span:not(.num) {
    width: calc(100% - 30px);
}
@media (max-width:768px) {
    .plskakao .img img {
        max-width: 70%;
    }
}


/* accident1 */
#accident1 .circleWrp h4 {
    line-height: 1.2em;
    margin-top: 10px;
}
#accident1 .sec2 .row {
    margin: 0 -5px;
}
#accident1 .sec2 .row > div {
    padding: 0 5px;
}
#accident1 .sec2 .row > div img {
    border-radius: 5px;
}
@media (max-width:992px) {
    #accident1 .sec2 .fbox {
        text-align: center;
        flex-wrap: wrap;
    }
    #accident1 .sec2 .fbox > div {
        width: 100%;
    }
    #accident1 .sec2 .fbox > .lft {
        padding-bottom: 30px;
        text-align: center;
    }
}

/* accident1 sec4 */
@media (min-width:992px) {
    #accident1 .sec4 .fbox_t > .lft {
        width: 60%;
    }
    #accident1 .sec4 .fbox_t > .rt {
        width: 40%;
    }
    #accident1 .sec4 .fbox_t > .lft img {
        border-radius: 20px 0 0 20px;
    }
    #accident1 .sec4 .fbox_t > .rt img {
        border-radius: 0 20px 20px 0;
    }
}
@media (max-width:992px) {
    #accident1 .sec4 .tit {
        text-align: center;
    }
    #accident1 .sec4 .fbox_t > .rt {
        margin-top: 5px;
    }
    #accident1 .sec4 .fbox_t > .lft img {
        border-radius: 20px 20px 0 0;
    }
    #accident1 .sec4 .fbox_t > .rt img {
        border-radius:  0 0 20px 20px;
    }
}


/* grow1 */
#grow1 .centBg {
    background: url(../img/grow1_centBg.jpg) center center no-repeat;
    background-size: cover;
}
#grow1 .biman .box  {
    height: 235px;
}

#grow1 .biman .box p span {
	font-size: 17px;
}

@media (max-width: 992px){
	#grow1 .sec1 .fbox > .rt {
		order: 1;
		padding-bottom: 30px;
	}
	#grow1 .sec1 .fbox > .lft {
		order: 2;
	}

	#grow1 .sec2 .fbox > .rt {
		order: 1;
		padding-bottom: 30px;
	}
	#grow1 .sec2 .fbox > .lft {
		order: 2;
	}

	#grow1 .sec4 .fbox > .img {
		order: 1;
		padding-bottom: 30px;
	}
	#grow1 .sec4 .fbox > .txt {
		order: 2;
	}
}

@media (max-width: 992px){

	#grow1 .biman .box  {
		height: auto;
	}
	#grow1 .sec1 {
		text-align: center;
	}

}




/* grow3 */
#grow3 .centBg {
    background: url(../img/grow1_centBg.jpg) center center no-repeat;
    background-size: cover;
}
#grow3 .grow3_1 .txtbox {
  border: 1px dashed #c3c3c3;
    padding: 10px 20px 20px;
    border-radius: 20px;
    margin: 10px;
}
#grow3 .biman .box  {
    height: 235px;
}
@media (max-width: 992px){
	#grow3 .sec1 .fbox > .rt {
		order: 1;
		padding-bottom: 30px;
	}
	#grow3 .sec1 .fbox > .lft {
		order: 2;
	}
	#grow3 .sec1 {
		text-align: center;
	}

	
	#grow3 .sec3 .fbox > .rt {
		order: 1;
		padding-bottom: 30px;
	}
	#grow3 .sec3 .fbox > .lft {
		order: 2;
	}
	
	#grow3 .sec5 .fbox > .rt {
		order: 1;
		padding-bottom: 30px;
	}
	#grow3 .sec5 .fbox > .lft {
		order: 2;
	}


	#grow3 .biman .box  {
		height: auto;
	}
}




/* grow4 */
#grow4 .centBg {
    background: url(../img/grow4_centBg.jpg) center center no-repeat;
    background-size: cover;
}
#grow4 .grow4_1 .txtbox {
  border: 1px dashed #c3c3c3;
    padding: 10px 20px 20px;
    border-radius: 20px;
    margin: 10px;
}

#grow4 .biman .box  {
    height: 235px;
}


@media (max-width: 992px){
	#grow4 .sec1 .fbox > .rt {
		order: 2;
	}
	#grow4 .sec1 .fbox > .lft {
		order: 1;
		padding-bottom: 30px;
	}
	#grow4 .sec1 {
		text-align: center;
	}

	
	
	#grow4  .grow4_1 .lft  {
		width:100%;
	}
	#grow4  .grow4_1 .rt  {
		width:100%;
	}

	#grow4 .sec3 .fbox > .img {
		order: 1;
		padding-bottom: 30px;
	}
	#grow4 .sec3 .fbox > .txt {
		order: 2;
	}
	
	#grow4 .sec4 .fbox > .img {
		order: 1;
		padding-bottom: 30px;
	}
	#grow4 .sec4 .fbox > .txt {
		order: 2;
	}

	#grow4 .biman .box  {
		height: auto;
	}
}




/* grow5 */
#grow5 .centBg {
    background: url(../img/grow5_centBg.jpg) center center no-repeat;
    background-size: cover;
}

@media (max-width: 992px){
	#grow5 .sec1 .fbox > .rt {
		order: 1;
		padding-bottom: 30px;
	}
	#grow5 .sec1 .fbox > .lft {
		order: 2;
	}
	#grow5 .sec1 {
		text-align: center;
	}
	#grow5 .sec2 .fbox > .img {
		order: 1;
		padding-bottom: 30px;
	}
	#grow5 .sec2 .fbox > .txt {
		order: 2;
	}

	#grow5 .sec3 .fbox > .img {
		order: 1;
		padding-bottom: 30px;
	}
	#grow5 .sec3 .fbox > .txt {
		order: 2;
	}
}


/* grow6 */
#grow6 .centBg {
    background: url(../img/grow7_centBg.jpg) center center no-repeat;
    background-size: cover;
}
@media (max-width: 992px){
	#grow6 .sec1 .fbox > .rt {
		order: 1;
		padding-bottom: 30px;
	}
	#grow6 .sec1 .fbox > .lft {
		order: 2;
	}
	#grow6 .sec1 {
		text-align: center;
	}
	#grow6 .sec2 .fbox > .img {
		order: 1;
		padding-bottom: 30px;
	}
	#grow6 .sec2 .fbox > .txt {
		order: 2;
	}

	#grow6 .sec3 .fbox > .img {
		order: 1;
		padding-bottom: 30px;
	}
	#grow6 .sec3 .fbox > .txt {
		order: 2;
	}
	#grow6 .sec4 .fbox > .img {
		order: 1;
		padding-bottom: 30px;
	}
	#grow6 .sec4 .fbox > .txt {
		order: 2;
	}
}

/* grow7 */
#grow7 .centBg {
    background: url(../img/grow7_centBg.jpg) center center no-repeat;
    background-size: cover;
}

@media (max-width: 992px){
	#grow7 .sec1 .fbox > .rt {
		order: 1;
		padding-bottom: 30px;
	}
	#grow7 .sec1 .fbox > .lft {
		order: 2;
	}
	#grow7 .sec1 {
		text-align: center;
	}
	#grow7 .sec2 .fbox > .img {
		order: 1;
		padding-bottom: 30px;
	}
	#grow7 .sec2 .fbox > .txt {
		order: 2;
	}

	#grow7 .sec3 .fbox > .img {
		order: 1;
		padding-bottom: 30px;
	}
	#grow7 .sec3 .fbox > .txt {
		order: 2;
	}

	#grow7 .sec3 .equips p.dft {
		height: 110px;
		 font-size: 13px;
	}
}




/* woman1 */
#woman1 .chkbox .txtbox {
  border: 1px dashed #c3c3c3;
    padding: 10px 10px 20px;
    border-radius: 20px;
    margin: 10px;
}
#woman1 .centBg {
    background: url(../img/woman1_centBg.jpg) center center no-repeat;
    background-size: cover;
}


@media (max-width: 768px){
	#woman1 .sec1 {
		text-align: center;
	}
	#woman1 .sec1 .fbox > .rt {
		order: 1;
		padding-bottom: 30px;
	}
	#woman1 .sec1 .fbox > .lft {
		order: 2;
        width: 100%;
	}

	#woman1 .sec2 .fbox > .rt {
		order: 1;
		padding-bottom: 30px;
	}
	#woman1 .sec2 .fbox > .lft {
		order: 2;
        width: 100%;
	}

	#woman1 .sec3 .fbox > .img {
		order: 1;
		padding-bottom: 30px;
	}
	#woman1 .sec3 .fbox > .txt {
		order: 2;
	}
	
}




/* woman2 */
#woman2 .checkBoardWrp .checkBoard .con ul li .tit span{ 
      margin-right: 15px;
    font-size: 22px;
    font-weight: 700;
}
#woman2 .checkBoardWrp .checkBoard .con ul li .q > div span:after { 
    display:none;
}
#woman2 .checkBoardWrp .checkBoard .con ul li .q > div span.chk:after {
    /*background: url(../img/yes.png) center center no-repeat;*/
    background-size: 18px !important;
}
.checkBoardWrp .checkBoard .con ul li .q strong {
    display: block;
    /*font-weight: 400;*/
    padding-right: 15px;
}

@media (max-width: 768px){
	.checkBoardWrp .checkBoard .con ul li .q {
         padding-right: 0;
         display: flex;
         align-items: center;
         justify-content: space-between;
	}
	.checkBoardWrp .checkBoard .con ul li .q > div {
		 display: block; 
         position: relative;
	}
	#woman2 .checkBoardWrp .checkBoard .con ul li .tit span {
		margin-right: 10px;
		font-size: 13px;
		font-weight: 700;
	}
	.checkBoardWrp .checkBoard .con ul li .q > div span {
		display: none;
		padding-left: 0;
        color: transparent;
        margin-right: 10px;
		position: relative;
	}
	.checkBoardWrp .checkBoard .con ul li .q > div .y {
        display: inline-block;
    }
	.checkBoardWrp .checkBoard .con ul li .q:after {
		
		display: none;
	}
	.checkBoardWrp .checkBoard .con ul li .q {
		padding-left: 0px;
		    font-size: 13px;
	}
}
#woman2 .centBg {
    background: url(../img/woman2_centBg.jpg) center center no-repeat;
    background-size: cover;
}

@media (max-width: 992px){
	#woman2 .sec1 {
		text-align: center;
	}
	#woman2 .sec1 .fbox > .rt {
		order: 1;
		padding-bottom: 30px;
	}
	#woman2 .sec1 .fbox > .lft {
		order: 2;
        width: 100%;
	}

	#woman2 .sec2 .fbox > .rt {
		order: 1;
		padding-bottom: 30px;
	}
	#woman2 .sec2 .fbox > .lft {
		order: 2;
	}

	#woman2 .sec4 .fbox > .img {
		order: 1;
		padding-bottom: 30px;
	}
	#woman2 .sec4 .fbox > .txt {
		order: 2;
	}
	
}



/* woman3 */
#woman3 .centBg {
    background: url(../img/woman3_centBg.jpg) center center no-repeat;
    background-size: cover;
}

#woman3 .chkbox .txtbox {
  border: 1px dashed #c3c3c3;
    padding: 10px 10px 20px;
    border-radius: 20px;
    margin: 0px;
    margin-top: 10px;
}

@media (max-width: 768px){
	#woman3 .chkbox .stit {
		margin-top: 30px;
	}
	#woman3 .sec1 .fbox > .lft {
        width: 100%;
	}
}


#cycle ul {
    display: flex;
    align-items: center;
}
#cycle ul > li {
    width: 33.33333%;
}
#cycle ul > li img{
    width: 70%;
}
#cycle .tbox h5 {
    margin-top: 15px;
    line-height: 1.3em;
}
#cycle .ibox {
    position: relative;
}
#cycle .ibox .circle h5,
#cycle .ibox .circle h3 {
    color: #fff;
}
@media (min-width:768px){
    #cycle .ibox .circleWrp {
        display: inline-block;
        position: relative;
    }
    #cycle .ibox .circleWrp:before,
    #cycle .ibox .circleWrp:after {
        content: "";
        position: absolute;
        height: 6px;
        width: 0;
        background: url(../img/dots.png) center center;
        top: calc(50% - 3px);
        z-index: 4;
        transition: all 3s;
        -o-transition: all 3s;
        -moz-transition: all 3s;
        -webkit-transition: all 3s;
		
        -webkit-animation: circlani2 3s infinite linear;
        animation: circlani2 3s infinite linear;
    }
    @-webkit-keyframes circlani2 {
        0% {
			background-position-x: left;
        }
        100% { 
			background-position-x: 80px;
        }
    }
    #cycle.aos-animate .ibox .circleWrp:before,
    #cycle.aos-animate .ibox .circleWrp:after {
        width: 150px;
    }
    #cycle .ibox .circleWrp:before {
        right: 100%;
    }
    #cycle .ibox .circleWrp:after {
        left: 100%;
    }
    #cycle .ibox .circle {
        height: 230px;
        width: 230px;
        display: inline-block;
        border-radius: 50%;
        position: relative;
        background-color: #77b1ac;
    }
    #cycle .ibox .circle:after {
        content: '';
        display: block;
        z-index: -1;
        opacity: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        background: #77b1ac;
        border-radius: 100%;
        -webkit-animation: circlani 2s infinite ease-out;
        animation: circlani 2s infinite ease-out;
    }
    @-webkit-keyframes circlani {
        0% {
            opacity: 0.5;
        }
        100% { 
            width:115%; 
            height:115%; 
            opacity:0.1;
        }
    }
    #cycle .ibox .circle h3 {
        line-height: 1.1em;
    }
}
@media (max-width:1200px){
    #cycle.aos-animate .ibox .circleWrp:before,
    #cycle.aos-animate .ibox .circleWrp:after {
        width: 100px;
    }
}
@media (max-width:992px){
    #cycle.aos-animate .ibox .circleWrp:before,
    #cycle.aos-animate .ibox .circleWrp:after {
        width: 60px;
    }
    #cycle .ibox .circle {
        height: 200px;
        width: 200px;
    }
}
@media (max-width:768px){
    #cycle .mtit h1 {
        font-size: 20px;
    }
    #cycle .mtit h2 {
        font-size: 17px;
    }
    #cycle ul {
        flex-wrap: wrap;
    }
    #cycle ul .ibox {
        order: 1;
        width: 100%;
    }
    #cycle ul .tbox {
        width: 50%;
        order: 2;
    }
    #cycle ul .box1 {
        padding-right: 10px;
    }
    #cycle ul .box3 {
        padding-left: 10px;
    }
    #cycle .tbox h5 {
        /* word-break: break-all; */
    }
    #cycle .ibox .circle {
        height: auto;
        width: 100%;
        margin-bottom: 15px;
        padding: 10px;
        border:  1px solid #77b1ac;
    }
    #cycle .ibox .circle h5,
    #cycle .ibox .circle h3 {
        color: #77b1ac;
    }
}

/*   steps*/
#woman3 .sec3 .steps > li {
    padding: 0 15px;
    width: 25%;
}
#woman3 .sec3 .steps > li .item {
    border-radius: 10px;
}
@media (max-width:768px) {
    #woman3 .sec3 .fbox .lft {
        padding-bottom: 30px;
    }
    #woman3 .sec3 .steps > li {
        width: 100%;
        padding: 0px;
        margin: 5px 0;
        display: flex;
    }
    #woman3 .sec3 .steps > li > div {
        width: 100%;
    }
    #woman3 .sec3 .steps > li .item {
        padding: 10px 0;
    }
}

@media (max-width: 992px){
	#woman3 .sec1 {
		text-align: center;
	}
	#woman3 .sec1 .fbox > .rt {
		order: 1;
		padding-bottom: 30px;
	}
	#woman3 .sec1 .fbox > .lft {
		order: 2;
	}

	#woman3 .sec2 .fbox > .rt {
		order: 1;
		padding-bottom: 30px;
	}
	#woman3 .sec2 .fbox > .lft {
		order: 2;
	}

	#woman3 .sec3 .fbox > .img {
		order: 1;
		padding-bottom: 30px;
	}
	#woman3 .sec3 .fbox > .txt {
		order: 2;
	}
	
}






/* etc2 */ 
#etc2 .grow4_1 .txtbox {
  border: 1px dashed #c3c3c3;
    padding: 10px 20px 20px;
    border-radius: 20px;
    margin: 10px;
}





/* medi  steps*/
#medi1 .sec1 .steps > li {
    padding: 0 15px;
    width: 25%;
}
#medi1 .sec1 .steps > li .item {
    border-radius: 10px;
}
@media (max-width:768px) {
    #medi1 .sec1 .fbox .lft {
        text-align: center;
        padding-bottom: 30px;
    }
    #medi1 .sec1 .fbox .rt {
        text-align: center;
    }
    #medi1 .sec1 .steps > li {
        width: 100%;
        padding: 0px;
        margin: 5px 0;
        display: flex;
    }
    #medi1 .sec1 .steps > li > div {
        width: 100%;
    }
    #medi1 .sec1 .steps > li .item {
        padding: 10px 0;
    }
}



#etc1 .centBg {
    background: url(../img/accident1_centBg.jpg) center center no-repeat;
    background-size: cover;
}

@media (max-width: 992px){
	#etc1 .sec1 {
		text-align: center;
	}
	#etc1 .sec1 .fbox > .rt {
		order: 1;
		padding-bottom: 30px;
        width: 100%;
	}
	#etc1 .sec1 .fbox > .lft {
		order: 2;
        width: 100%;
	}

	#etc1 .sec2 .fbox > .rt {
		order: 1;
		padding-bottom: 30px;
	}
	#etc1 .sec2 .fbox > .lft {
		order: 2;
	}

	#etc1 .sec3 .fbox > .img {
		order: 1;
		padding-bottom: 30px;
	}
	#etc1 .sec3 .fbox > .txt {
		order: 2;
	}
	
}
#etc2 .centBg {
    background: url(../img/accident1_centBg.jpg) center center no-repeat;
    background-size: cover;
}

@media (max-width: 992px){
	#etc2 .sec1 {
		text-align: center;
	}
	#etc2 .sec1 .fbox > .rt {
		order: 1;
		padding-bottom: 30px;
        width: 100%;
	}
	#etc2 .sec1 .fbox > .lft {
		order: 2;
        width: 100%;
	}

	#etc2 .sec2 .fbox > .rt {
		order: 1;
		padding-bottom: 30px;
	}
	#etc2 .sec2 .fbox > .lft {
		order: 2;
	}

	#etc2 .sec3 .fbox > .img {
		order: 1;
		padding-bottom: 30px;
	}
	#etc2 .sec3 .fbox > .txt {
		order: 2;
	}
	
}
#etc3 .centBg {
    background: url(../img/accident1_centBg.jpg) center center no-repeat;
    background-size: cover;
}
@media (max-width: 992px){
	#etc3 .sec1 {
		text-align: center;
	}
	#etc3 .sec1 .fbox > .rt {
		order: 1;
		padding-bottom: 30px;
        width: 100%;
	}
	#etc3 .sec1 .fbox > .lft {
		order: 2;
        width: 100%;
        text-align: center;
	}


	#etc3 .sec2 .fbox > .img {
		order: 1;
		padding-bottom: 30px;
	}
	#etc3 .sec2 .fbox > .txt {
		order: 2;
	}

	#etc3 .sec3 .fbox > .img {
		order: 1;
		padding-bottom: 30px;
	}
	#etc3 .sec3 .fbox > .txt {
		order: 2;
	}
	
}
#etc4 .centBg {
    background: url(../img/accident1_centBg.jpg) center center no-repeat;
    background-size: cover;
}

@media (max-width: 992px){
	#etc4 .sec1 {
		text-align: center;
	}
	#etc4 .sec1 .fbox > .rt {
		order: 1;
		padding-bottom: 30px;
	}
	#etc4 .sec1 .fbox > .lft {
		order: 2;
	}


	#etc4 .sec2 .fbox > .img {
		order: 1;
		padding-bottom: 30px;
	}
	#etc4 .sec2 .fbox > .txt {
		order: 2;
	}

	#etc4 .sec3 .fbox > .img {
		order: 1;
		padding-bottom: 30px;
	}
	#etc4 .sec3 .fbox > .txt {
		order: 2;
	}
	
}


#medi1 .centBg {
    background: url(../img/medi1_centBg.jpg) center center no-repeat;
    background-size: cover;
}




#clinic5_ms1  {
    background: url(../img/nbg3.jpg) center center no-repeat;
    background-size: cover;
}
/* nicList */
.nicList .item {
    display: flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    padding: 15px 30px;
    margin: 5px 0;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: saturate(180%) blur(10px);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
}
.nicList .item .icon {
    width: 80px;
}
.nicList .item .icon img {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    padding: 15px;
}
.nicList .item .txt {
    width: calc(100% - 80px);
    padding-left: 30px;
}
    @media (max-width:768px){
    .nicList .item {
        border-radius: 5px;
        padding: 30px 25px;
    }
    .nicList .item .icon {
        width: 60px;
        order: 2;
    }
    .nicList .item .txt {
        width: calc(100% - 60px);
        padding-left: 0;
        padding-right: 20px;
        order: 1;
    }
}


/* ms0 */
#clinic5_ms0 {
    /* background-color: rgba(107, 133, 131, 0.05); */
    background-color: rgba(107, 133, 131, 0.05);
}
/* iconSlick */
.iconSlick {
    margin: 0 -5px;
}
.iconSlick > div {
    padding: 5px;
}
.iconSlick .item {
    height: 150px;
    /* background: rgba(0,0,0,0.1); */
    background: rgba(56, 185, 174, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
.iconSlick .item img {
    display: inline-block;
}
@media (min-width:991px){
    .iconSlick > div {
        width: 16.66666666666667%;
    }
}
@media (max-width:768px){
    .iconSlick .item {
        height: 120px;
    }
    .iconSlick .item img {
        width: 40px;
    }
    .iconSlick .item p {
        line-height: 1.1em;
    }
}
/* imgBorder */
.imgBorder {
    border-radius: 20px;
}
@media (max-width:768px){
    .imgBorder {
        border-radius: 5px;
    }
}


/* clinic5_ms6 */
#clinic5_ms6 .fbox {
    height: 850px;
    background-color: rgba(107, 133, 131, 0.05);
}
#clinic5_ms6 .bg > .lt {
    padding: 0 60px;
}
#clinic5_ms6 .bg > .rt {
    text-align: center;
}
#clinic5_ms6 .y_con .y {
    display: flex;
    align-items: flex-start;
}
#clinic5_ms6 .y_con .y > strong,
#clinic5_ms6 .y_con .y > span {
    display: block;
    padding: 5px 0;
}
#clinic5_ms6 .y_con .y > span {
    text-align: left;
}
#clinic5_ms6 .y_con .y > strong {
    width: 70px;
    background: rgba(56, 185, 174, 0.05);
    border-radius: 100px;
    text-align: center;
}
#clinic5_ms6 .y_con .y > span {
    width: calc(100% - 70px);
    padding-left: 10px;
}
#clinic5_ms6 .costBox .fbox {
    justify-content: space-between;
    gap: 15px;
    margin: 10px 0;
}
#clinic5_ms6 .costBox .fbox .lned {
    height: 0px;
    border-bottom: 1px dashed #ddd;
    flex-grow: 1;
}
#clinic5_ms6 .costBox .costItem {
    text-align: center;
}
#clinic5_ms6 .costBox .costItem .name {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
#clinic5_ms6 .costBox .costItem .dashed {
    display: inline-block;
    width: 4px;
    height: 4px;
    vertical-align: middle;
    background-color: rgba(157, 183, 181, 0.6);
    margin-top: 1px;
    border-radius: 50%;
}
@media (min-width:1200px){
    #clinic5_ms6 .bg {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #clinic5_ms6 .btImg {
        width: 50%;
        height: 100%;
        background: url(../img/ms6_imgBg.jpg) center center no-repeat;
        background-size: cover;
    }
    #clinic5_ms6 .bg {
        will-change: clip-path;
        clip-path: circle(1rem at center center);
        transition: clip-path 5s;
    }
    #clinic5_ms6.aos-animate .bg {
        clip-path: circle(169rem at center center);
    }
    #clinic5_ms6 .costBox {
        max-width: 750px;
    }
    #clinic5_ms6 .costBox .costItem {
        padding: 30px 30px;
        background-color: rgba(255, 255, 255, 0.5);
        gap: 0;
        background: rgba(255, 255, 255, 0.6);
        backdrop-filter: saturate(180%) blur(10px);
        -webkit-backdrop-filter: saturate(180%) blur(10px);
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, .2);
        background: rgba(107, 133, 131, 0.1);
    }
}
@media (max-width:1200px){
    #clinic5_ms6,
    #clinic5_ms6 .fbox {
        height: auto;
        flex-wrap: wrap;
    }
    #clinic5_ms6 > .div {
        width: 100%;
    }
    #clinic5_ms6 .bg > .lt {
        padding: 0 20px;
    }
    #clinic5_ms6 > .bg {
        padding: 50px 0;
        flex-wrap: wrap;
        flex-direction: column;
        transition: none;
    }
    #clinic5_ms6 > .btImg {
        height: 450px;
        background: url(../img/ms6_imgBg.jpg) center center no-repeat;
        background-size: cover;
        width: 100%;
    }
    #clinic5_ms6 .fbox > div {
        width: 100%;
        text-align: center;
    }
    #clinic5_ms6 .fbox > .rt {
        margin-top: 40px;
        padding: 0 30px;
    }
    #clinic5_ms6 .y_con .y:first-of-type {
        border-top: 1px dashed #ddd;
    }
    #clinic5_ms6 .y_con .y {
        border-bottom: 1px dashed #ddd;
        padding: 12px 5px;
    }
    #clinic5_ms6 .costBox .fbox {
        background-color: rgba(255, 255, 255, 0.5);
        padding: 15px;
        gap: 0;
        background: rgba(255, 255, 255, 0.6);
        backdrop-filter: saturate(180%) blur(10px);
        -webkit-backdrop-filter: saturate(180%) blur(10px);
        padding: 30px 15px;
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, .2);
    }
    #clinic5_ms6 .costBox .fbox .lned {
        display: none;
    }
    #clinic5_ms6 .costBox .fbox > div {
        width: 100%;
    }
    #clinic5_ms6 .costBox .costItem {
        background: rgba(107, 133, 131, 0.1);
        padding: 15px 0;
        border-radius: 10px;
    }
    #clinic5_ms6 .costBox .costItem .name {
        gap: 2px;
    }
    #clinic5_ms6 .costBox .costItem .dashed {
        width: 3px;
        height: 3px;
        background-color: rgba(0, 0, 0, 0.1);
    }
}



/* ms3 */
#clinic5_ms3 {
    background-color: rgba(107, 133, 131, 0.05);
    overflow: hidden;
}
#clinic5_ms3 .txt .num {
    color: #d1d1d1;
}
/* ms4 */
#clinic5_ms4 .mtit .blItem {
    display: inline-block;
    background-color: rgba(56, 185, 174, 0.05);
    line-height: 1.1em;
    padding: 9px 25px;
    border-radius: 50px;
}

@media (min-width:991px){
    #clinic5_ms4 ul li .tbox p {
        height: 40px;
    }
}



/* ms5 */
#clinic5_ms5 .bg {
   /* background: url(../img/clinic5_ms5_bg.jpg) center center no-repeat;
    background-size: cover;*/
}



/* ms2 */
#clinic5_ms2 {
    overflow: hidden;
}
#clinic5_ms2 .info {
    gap: 10px;
    padding: 20px 15px;
    background-color: rgba(0, 0, 0, 0.02);
    max-width: 650px;
}
#clinic5_ms2 .info i {
    color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#clinic5_ms2 .lft .chkList .fbox {
    gap: 5px;
    margin: 10px 0;
   display: inline-block;
}
#clinic5_ms2 .rt .imgWrp {
    position: relative;
}
#clinic5_ms2 .rt .imgWrp .kh_em {
    position: absolute;
    right: -25px;
    bottom: -25px;
    max-width: 25%;
}
@media (min-width:991px){
    #clinic5_ms2 .lft {
        width: 60%;
    }
    #clinic5_ms2 .rt {
        width: 40%;
    }
}
@media (max-width:768px){
    #clinic5_ms2 .lft,
    #clinic5_ms2 .rt {
        width: 100%;
    }
    #clinic5_ms2 .rt {
        margin-top: 25px;
    }
    #clinic5_ms2 .rt .imgWrp .kh_em {
        right: -5px;
        bottom: -5px;
    }
}


#clinic5_ms7  {
   background: url(../img/subtop8.jpg) center center no-repeat;
    background-size: cover;
	    background-attachment: fixed;
}
@media (max-width:768px){
 
	#clinic5_ms7  {
	   background: url(../img/nbg0_m.jpg) top  center no-repeat;
	}
}