.intro .sec-1 {
    background: url("../images/sub/intro/intro-bg.png") no-repeat;
    background-size: contain;
    padding: 100px 0 0 0;
}

.intro .sec-1 .tbox .tit {
    letter-spacing: -0.05em;
    font-size: 45px;
    margin-bottom: 30px;
    line-height: 1.5em;
}

.intro .sec-1 .tbox .tit span {
    font-weight: 800;
}


.intro .sec-1 .tbox .tit-2 {
    letter-spacing: -0.05em;

    font-size: 20px;
    margin-bottom: 30px;
    color: #3c83d9;
    font-weight: 500;
}

.intro .sec-1 .tbox .txt {
    margin: 0 0 30px 0;
}

.intro .sec-1 .sign {
    float: right;
    display: flex;
}

.intro .sec-1 .sign p {
    margin-left: 20px;
    /* background: url("../images/common/sign.png") right center no-repeat; */
    /* padding-right: 100px; */
}

.intro .profile {
    margin-top: 200px;
    background: url("../images/sub/intro/profile-bg.png") no-repeat;
    background-position: left bottom;
}

.intro .profile .inner {
    transform: translateY(-100px);
}

.intro .profile img {
    float: left;
}

.intro .profile .cbox {
    float: left;
    width: 400px;
    margin-left: 100px;
}

.intro .profile ul {
    position: relative;

    border-left: 1px solid #ddd;

}

.intro .profile li {
    margin-left: -3px;
    margin-bottom: 12px;

}

.intro .profile li::before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 5px;
    background: #4181de;
    border-radius: 5px;
    margin-right: 20px;
}

.intro .profile .tbox .tit {

    font-size: 40px;
    font-weight: 800;
    margin-bottom: 20px;
}

.intro .profile .tbox .txt {
    font-size: 22px;
    font-weight: 600;
}

.intro .sec-2 {
    background: url("../images/sub/intro/vision-bg.png") no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.intro .sec-2 .tit-wrap {
    margin: 0 auto;
    color: #fff;

    text-align: center;
}

.intro .sec-2 .tit-wrap .tit {
    font-weight: 800;
    font-size: 40px;
    margin-top: 20px;
}

.intro .sec-2 .list {
    margin-top: 50px;
}

.intro .sec-2 .item {
    position: relative;
    float: left;
    width: 18%;
    height: 200px;

    color: #fff;
    margin-right: 20px;
}

.intro .sec-2 .item-1 {
    background: #25458d;
}

.intro .sec-2 .item-2 {
    background: #4b556b;
}

.intro .sec-2 .item-3 {
    background: #3683c6;
}

.intro .sec-2 .item-4 {
    background: #3f729c;
}

.intro .sec-2 .item-5 {
    background: #009da4;
    margin-right: 0;
}

.intro .sec-2 .item .num {
    position: absolute;
    top: 20px;
    right: 20px;
    background: url("../images/sub/intro/num-bg.png") no-repeat;
    height: 80px;
    background-position: bottom right;
    font-weight: 800;
}

.intro .sec-2 .item .txt {
    position: absolute;
    width: 75%;
    bottom: 20px;
    left: 20px;
    font-size: 20px;
    font-weight: 300;
}

.intro .sec-2 .item .txt span {
    position: relative;
    display: block;
    font-weight: 600;
}

.intro .sec-2 .item .txt span::after {
    display: block;
    content: "";
    width: 100%;
    height: 15px;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.system {
    padding: 100px 0;
    background: url("../images/sub/intro/sys-bg.png");
    background-size: cover;
}

.system .tbox {
    width: 60%;
}

.system .tbox .tit {

    font-size: 40px;
    margin-top: 20px;
    line-height: 1.3em;
    margin-bottom: 30px;
}

.system .tbox .tit span {
    font-weight: 800;
}

.system .tbox .txt {

    font-size: 18px;
    font-weight: 400;
}

.system .discrim-wrap {
    position: relative;
    margin-top: 50px;
}

.system .discrim-wrap .cbox-wrap {
    border: 3px solid #fff;
    padding: 50px 20px 20px 200px;
}

.system .discrim-wrap .cbox-wrap p {

    font-size: 30px;
    font-weight: 600;
    text-align: center;
    padding: 20px 0;
}

.system .discrim-wrap img {
    float: left;
    transform: translate(-100px, 30px);
}

.system .discrim-wrap .list {

    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
}

.system .discrim-wrap .list .item {
    width: 21%;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #fff;
    padding: 30px 20px;
}

.system .discrim-wrap .list .item:nth-child(3n) {
    margin-right: 0;
}

.system .discrim-wrap .list .item p {
    text-align: center;
    padding-top: 50px;
    background: url("../images/sub/intro/check.png") top center no-repeat;
    font-size: 18px;
    font-weight: 400;
}

.system .discrim-wrap.discrim-wrap-v2 .cbox-wrap p {
    font-weight: 400;
    color: #333;
}

.system .discrim-wrap.discrim-wrap-v2 .cbox-wrap p .fc-p-1 {
    font-weight: 800;
}

.system .discrim-wrap.discrim-wrap-v2 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.system .discrim-wrap.discrim-wrap-v2 .list .item {
    float: none;
    width: 30%;
    margin: 0;
}


.around {
    background: url("../images/sub/intro/intro-bg.png") no-repeat;
    background-size: cover;
    padding: 50px 0 0 0;
    margin-bottom: 100px;
}

.around .tbox .txt {

    font-size: 20px;
    font-weight: 800;
    color: #3f729c;
    margin-bottom: 10px;
}

.around .slick-prev,
.around .slick-next {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #fff;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 99;
}

.around .slick-prev:before,
.around .slick-next:before {
    font-size: 0;
}

.around .slick-prev:hover,
.around .slick-prev:focus {
    background: url("../images/common/arr-pre.png") center no-repeat;
}

.around .slick-next:hover,
.around .slick-next:focus {
    background: url("../images/common/arr-nxt.png") center no-repeat;
}

.around .slider-for .slick-prev {
    left: 20px;
    background: url("../images/common/arr-pre.png") center no-repeat;
}

.around .slider-for .slick-next {
    right: 20px;
    background: url("../images/common/arr-nxt.png") center no-repeat;
}

.around .slider-for .slick-slide {
    margin-right: 0;
}

.around .slick-slide img {
    width: 100%;
}

.around .slider-for .item {
    height: 700px;
    overflow: hidden;
}

.around .slider-for .item {
    position: relative;
}

.around .slider-for p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: rgba(0 0 0 / 50%);
    z-index: 9;
    color: #fff;
    font-size: 20px;

    font-weight: 500;
}

.around .slick-dots li button:before {
    font-size: 40px;
}

.around .nav-wrap {
    margin: 30px auto;
}

.around .nav-wrap .cbox {
    float: left;
    width: 300px;
}

.around .nav-wrap .slider-nav {
    float: right;
    width: 840px;
}

.around .nav-wrap .slider-nav img {
    cursor: pointer;
}

.around .nav-wrap .slider-nav .slick-slide {
    margin-right: 10px;
}

.around .nav-wrap .slider-nav .slick-current img {
    border: 3px solid #009da4;
    transition: 0.2s;
}

.equip {
    background: url("../images/sub/intro/equip-bg.png") no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.equip .cbox-1 {
    margin-bottom: 50px;
    width: 942px;
    margin: 0 auto;
}

.equip .top-tit {

    font-size: 30px;
    width: 100%;
    line-height: 1.5em;
    margin: 0 0 30px 0;
    text-align: center;
}

.equip .top-tit span {
    font-weight: 800;
}

.equip .item .img {
    width: 310px;
    height: 285px;
    background: #fff;
    border: 1px solid #eaeaea;
}

.equip .item .img img {
    width: 100%;
}

.equip .item .tbox {
    margin-top: 10px;
}

.equip .item .tit {

    font-size: 20px;
    font-weight: 800;
}

.equip .item .tit::before {
    display: inline-block;
    content: "";
    width: 3px;
    height: 15px;
    background: #3f729c;
    margin-right: 10px;
}

.equip .item {
    float: left;
    width: 300px;
    margin-right: 20px;
}

.equip .tbox .txt {
    padding: 5px 0;
    font-weight: 300;
    margin-top: 10px;
}

.equip .item-1,
.equip .item-2,
.equip .item-3 {
    margin-bottom: 20px;
}

.equip .item-3,
.equip .item-6 {
    margin-right: 0;
}


.loc {
    width: 1140px;
    margin: 50px auto;
}

.loc .sec-1 {
    position: relative;
}

.loc .sec-1 .map {
    width: 75%;
}

.loc .sec-1 .map img {
    width: 100%;
}

.loc .sec-1 .cbox {
    cursor: pointer;
    position: absolute;
    right: 0;
    background: url("../images/sub/intro/loc-bg.png");
    padding: 40px;
    color: #fff;

    background-size: cover;
    bottom: -50px;
}

.loc .sec-1 .tbox {
    float: left;
    background: url("../images/sub/intro/loc-icon.png") left center no-repeat;
    padding-left: 100px;
    background-size: contain;
}

.loc .sec-1 .tbox .tit {
    font-size: 18px;
    font-weight: 800;
}

.loc .sec-1 a {
    position: relative;
    float: right;
    border: 1px solid #fff;
    width: 80px;
    height: 80px;
    text-align: center;
    color: #fff;
    margin-left: 50px;
}

.loc .sec-1 a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.3em;
}

.loc .sec-1 a span::after {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background: url("../images/sub/intro/move.png") no-repeat;
    position: absolute;
    top: -12px;
    right: -26px;

}

.loc .sec-2 {
    margin-top: 100px;
}


.loc .sec-2 .cbox-1 {
    border: 1px solid #ddd;
    float: left;
}


.loc .sec-2 .time-wrap {
    float: left;
    background: #fff;
    padding: 20px;
    margin: 0 10px;
    width: 400px;
}

.loc .sec-2 .time-wrap>.tit {

    font-size: 18px;
    font-weight: 800;
    text-align: left;
    margin-bottom: 20px;
}

.loc .sec-2 .time-wrap .cbox {
    float: left;
    width: 50%;
    float: left;
}

.loc .sec-2 .time-wrap .cbox.bd-r {
    border-right: 1px solid #f4f4f4;
}

.loc .sec-2 .time-wrap .cbox>div {
    height: 110px;
}

.loc .sec-2 .time-wrap .holiday .badge {
    background: #3686d4;
    border: 0;
    color: #fff;
}


.loc .sec-2 .time-wrap .badge {

    font-weight: 700;
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 5px 10px;
    width: 115px;
    text-align: center;
    margin: 0 auto 10px auto;

}

.loc .sec-2 .time-wrap p {
    text-align: center;
}

.loc .sec-2 .time-wrap .ntc {
    color: #f14a1d;
    font-size: 13px;
}

.loc .sec-2 .call-wrap {
    position: relative;
    float: left;
    width: 300px;
    height: 305px;
    background: url("../images/sub/intro/call-bg.png") no-repeat;
    background-size: cover;
}

.loc .sec-2 .call-wrap>div {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.loc .sec-2 .call-wrap .tit {

    font-size: 18px;
    font-weight: 800;
}

.loc .sec-2 .call-wrap .txt {

    font-weight: 400;
    margin: 10px auto;
}

.loc .sec-2 .call-wrap .call {
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 50px;
    width: 100%;
    padding: 10px;
    background-color: #fff;
}

.loc .sec-2 .call-wrap .call span {
    background: url("../images/sub/intro/call-icon.png") left center no-repeat;
    padding: 10px 0 10px 40px;
    color: #3f729c;
    font-size: 20px;
}

.loc .sec-2 .cbox-2 {
    float: right;
    width: 400px;
}

.loc .sec-2 .cbox-2 .item {
    position: relative;
    width: 100%;
    height: 143px;
}

.loc .sec-2 .cbox-2 .item .tbox .tit {
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 10px;
}

.loc .sec-2 .cbox-2 .item .tbox .txt {

    font-weight: 400;
}

.loc .sec-2 .cbox-2 .item .tbox {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.loc .sec-2 .cbox-2 .item {
    cursor: pointer;
}

.loc .sec-2 .cbox-2 .item.n-1 {
    border: 1px solid #ddd;
}

.loc .sec-2 .cbox-2 .item.n-1 {
    background: url("../images/sub/intro/itr-bg.png") 20px bottom no-repeat;
    padding-left: 100px;
}

.loc .sec-2 .cbox-2 .item.n-1 .tbox {
    right: 20px;
    width: 45%;
}

.loc .sec-2 .cbox-2 .item.n-2 {
    background: url("../images/sub/intro/cln-bg.png");
    background-size: cover;
    margin-top: 20px;
}

.loc .sec-2 .cbox-2 .item.n-2 .tbox {
    left: 40px;
    width: 55%;
    color: #fff;
}

.process-wrap {
    background: url("../images/sub/process/bg.png") no-repeat;
    background-size: cover;
    padding: 150px 0;
}

.process-wrap .title {
    font-size: 50px;

    color: #fff;
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 100px;
}

.process-wrap .title span {
    font-weight: 800;
}

.process-wrap .list {
    width: 1140px;
    margin: 0 auto;
}

.process-wrap .list .item {
    width: 23%;
    float: left;
    background: #fff;
    padding: 50px 10px;
    margin-right: 20px;
    text-align: center;
}

.process-wrap .list .item:last-child {
    margin-right: 0;
}

.process-wrap .list .item .tit {
    color: #3f729c;
    font-size: 18px;

    font-weight: 800;
}

.process-wrap .list .item .tit::after {
    display: block;
    content: "";
    width: 20px;
    height: 1px;
    background: #ddd;
    margin: 20px auto;
}

.clinic-wrap .sec-1 {
    background: url("../images/sub/clinic/ctt1-sec-1bg.png");
    background-size: cover;
    padding: 100px 0;
}

.clinic-wrap .sec-1 .inner {
    margin: 0 auto;
    text-align: center;
}

.clinic-wrap .sec-1 img {
    margin: 30px auto;
}

.clinic-wrap .tbox {
    text-align: center;
}

.clinic-wrap .tbox .tit {
    font-size: 45px;
    line-height: 1;
    margin: 30px auto 30px;
    font-weight: 400;
    letter-spacing: -0.08em;
}

.clinic-wrap .tbox .tit span {
    color: #3f729c;
    font-weight: 800;
    display: block;
}

.clinic-wrap.content-1 .sec-1 ul {
    margin: 0 auto;
    display: table;
}

.clinic-wrap.content-1 .sec-1 ul li,
.clinic-wrap.content-1 .sec-3 ul li {
    float: left;
    background: #fff;
    padding: 10px 20px;
    text-align: center;
    border-radius: 50px;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 5%);
    margin-right: 10px;
}

.list-style-1 {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
}

.list-style-1 li {
    background: #fff;
    color: #333;
    padding: 10px 20px;
    border-radius: 50px;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 5%);
}

.list-style-1 li i {
    color: #0a53be;
    font-weight: 800;
}

.list-style-col-2 li {
    width: calc(50% - 10px);
}


.clinic-wrap.content-1 .sec-1 ul li:last-child,
.clinic-wrap.content-1 .sec-3 ul li:last-child {
    margin-right: 0;
}

.clinic-wrap.content-1 .sec-1 .txt {
    width: 60%;
    margin: 0 auto;
}

.clinic-wrap .sec-2 {
    background: url("../images/sub/clinic/ctt1-sec-2bg.png");
    background-size: cover;
    padding: 100px 0 0;
}

.clinic-wrap.content-1 .sec-2 .imgbox img {
    margin: 100px auto;
}

.clinic-wrap.content-1 .sec-2 .tbox-2 .tit {
    width: 28%;
    float: left;
    font-size: 30px;

    font-weight: 800;
    line-height: 1.5em;
}

.clinic-wrap.content-1 .sec-2 .tbox-2 .txt {
    float: right;
    width: 60%;
}

.clinic-wrap.content-1 .sec-3 {
    background: url("../images/sub/clinic/ctt1-sec-3bg.png");
    background-size: cover;
    padding: 100px 0;
}

.clinic-wrap.content-1 .sec-3 .inner {
    width: 1000px;
}

.clinic-wrap.content-1 .sec-3 .tbox {
    width: 100%;
}

.clinic-wrap.content-1 .sec-3 .tbox .tit {
    text-align: left;
    color: #fff;
    line-height: 1.3em;
}

.clinic-wrap.content-1 .sec-3 .tbox .tit span {
    color: #fff;
}

.clinic-wrap.content-1 .sec-3 .imgbox {
    float: right;
    width: 40%;
}

.clinic-wrap.content-1 .sec-3 .txt {
    color: #fff;
    text-align: left;
    margin-top: 30px;
    width: 80%;
    word-break: break-all;
}

.clinic-wrap.content-1 .sec-3 .imgbox img {
    width: 45%;
    float: left;
}

.clinic-wrap.content-1 .sec-3 .imgbox img:nth-child(1),
.clinic-wrap.content-1 .sec-3 .imgbox img:nth-child(2) {
    margin-bottom: 10px;
}

.clinic-wrap.content-1 .sec-3 .imgbox img:nth-child(2),
.clinic-wrap.content-1 .sec-3 .imgbox img:nth-child(4) {
    margin-left: 10px;
}

.clinic-wrap.content-2 .cbox {
    margin-top: 50px;
}


.clinic-wrap.content-2 .cbox .img img {
    width: 40%;
    float: left;
    margin: 0;
}

.clinic-wrap.content-2 .cbox .tbox {
    width: 40%;
    float: left;
    text-align: left;
    margin-left: 40px;
}

.clinic-wrap.content-2 .cbox .tbox p b {
    font-weight: 500;
}

.clinic-wrap.content-2 .cbox .tbox .tit {
    background: url("../images/sub/clinic/tit-badge.png") left center no-repeat;
    padding-left: 20px;
    font-size: 25px;
    font-weight: 800;

    margin: 0 0 20px 0;
}

.clinic-wrap.content-2 .cbox .tbox .point {
    background: oklab(0.58 0.03 0.08);
    color: #fff;
    font-weight: 700;
    display: inline-block;
    padding: 5px 10px;

}

.clinic-wrap.content-2 .cbox .tbox .txt {
    margin-top: 20px;
}

.clinic-wrap.content-2 .sec-2 {
    background: url("../images/sub/clinic/ctt-2-bg-2.png");
    background-size: cover;
}

.clinic-wrap.content-2 .sec-2 .cbox .tbox {
    color: #fff;
}

.clinic-wrap.content-2 .sec-2 .cbox .tbox .point {
    background: #3f729c;
}

.clinic-wrap.content-4 .sec-1 {
    background: #fff;
    background-size: cover;
    padding: 50px 0 100px 0;
}

.clinic-wrap.content-4 .table-wrap.n-1{
    margin-top: 50px;
}

.clinic-wrap.content-4 .table-wrap.n-2{
    margin-top: 80px;
}

.clinic-wrap.content-4 .table-wrap .top-tit{
    font-size: 30px;

    font-weight: 700;
    text-align: left;

}


.faq-content {
    margin: 100px auto;
}

.faq-question {
    position: relative;

    border: 1px solid #f4f4f4;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}


.panel-title {
    width: 100%;
    float: left;
    font-size: 24px;
    position: relative;
    display: block;
    cursor: pointer;
    margin-bottom: 0;
    padding: 20px;
}

.panel-title span {
    float: left;
    display: block !important;
    background: #3f729c !important;
    color: #fff;
    width: 40px !important;
    height: 40px !important;
    border-radius: 40px !important;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: 700;
}

.panel-title p {
    float: left;
    font-size: 20px;
    font-weight: 700;
    margin-top: 7px;
    margin-left: 18px;
}

.panel-content {
    padding: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    position: relative;
    opacity: 0;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
    background: #f4f4f4;
}

.panel:checked~.panel-content {
    height: auto;
    opacity: 1;
    padding: 20px;
}

.arr {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    background: url("../images/common/arr-down.png") center no-repeat;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}


.panel:checked~.arr {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel {
    display: none;
}

.panel-content span {
    float: left;
    display: block;
    background: #009da4;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: 700;
}

.panel-content p {
    float: left;
    margin-top: 7px;
    margin-left: 18px;
    font-weight: 400;
    width: 80%;
}

.one-couns {
    margin: 100px auto;
}

.one-couns .item {
    margin-bottom: 20px;
}

.one-couns .img {
    float: left;
}

.one-couns .form {
    float: right;
    width: 55%;
}

.one-couns .tit {
    font-size: 18px;
    font-weight: 700;

    margin-bottom: 10px;
}

.one-couns input[type="text"] {
    width: 100%;
}

.one-couns textarea {
    height: 150px;
    width: 100%;
}

.agree-wrap {
    background: #f4f4f4;
    border: 1px solid #eaeaea;
    padding: 10px;
    height: 100px;
    overflow-y: scroll;
    margin: 20px 0;
}

.agree-wrap .policy {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    border-top: 0;
}

.one-couns .btn-st {
    float: right;
    margin-top: 20px;
}

.sel-wrap {
    float: left;
    width: 42%;
}

.check-form label {
    width: 100%;
}



.check-form.type-01 .inner {
    border: 1px solid #DDDDDD;
    height: 55px;
    line-height: 55px;
    width: auto;
}

.check-form.type-01 .inner::after {
    display: block;
    content: "";
    clear: both;
}

.check-form .cbox {
    cursor: pointer;
}

.check-form .cbox::after {
    display: block;
    content: "";
    clear: both;
}


.check-form .cbox input {
    display: none;
}


.check-form .cbox input:checked+.inner {
    background: #3f729c;
    color: #fff;
    border: 1px solid #3f729c;
}

.one-couns .sel-wrap .tbox {
    padding: 20px;
    background: #f4f4f4;
    border: 1px solid #eaeaea;
    font-size: 18px;
    font-weight: 700;

}

.one-couns .sel-wrap .check-form .tit {
    border: 0;
}

.content-box {
    border: 1px solid #eaeaea;
    padding: 20px;
}

.content-box.time {
    border-top: 0;
}

.one-couns .sel-wrap .check-form .tit {
    display: block;
    text-align: center;
    font-weight: 400;
}

.one-couns .sel-wrap .check-form .cbox {
    width: 22.9%;
    margin-right: 10px;
    margin-bottom: 10px;
}

.one-couns .sel-wrap .check-form .cbox:nth-child(4n) {
    margin-right: 0;
}

.one-couns .sel-wrap .result {

    background: #009da4;
    color: #fff;
    font-weight: 600;
    padding: 20px;
    text-align: center;
    font-size: 18px;
}

table {
    width: 100%;
    border-top: 2px solid #3f729c;

}

table tr {
    border-bottom: 1px solid #eaeaea;
}

table th {
    background: rgba(0 0 0 / 3%);
    font-weight: 600;
}

table td,
table th {
    padding: 20px 10px;
    border-right: 1px solid #eaeaea;
}

table .top {
    border-bottom: 0;
}

table .tit {
    font-weight: 600;
}


.clinic-wrap.content-4 table {
    margin-top: 20px;
}

.clinic-wrap.content-4 .sec-2 {
    background: url("../images/sub/clinic/sec2-bg.png");
    padding: 100px 0;
    background-size: cover;
}

.clinic-wrap.content-4 .sec-2 .tbox .tit {
    color: #fff;
    font-weight: 700;
}

.clinic-wrap.content-4 .slider-nav {
    width: 550px;
    margin: 0 auto;
}

.clinic-wrap.content-4 .slider-nav p {
    background: #fff;
    border-radius: 50px;
    padding: 15px;
    text-align: center;

    font-weight: 600;
    cursor: pointer;
}

.clinic-wrap.content-4 .slider-nav p:last-child {
    margin-right: 0;
}

.slick-slide {
    margin-right: 20px;
}

.slick-list {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.clinic-wrap.content-4 .slider-nav .slick-current p {
    background: #009da4;
    color: #fff;
}

.clinic-wrap.content-4 .slider-for {

    margin: 20px auto;
}

.clinic-wrap.content-4 .slider-for .step-list  {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.clinic-wrap.content-4 .slider-for .item {
    width: calc(25% - 8px);
    /*margin-right: 20px;*/
    /*margin-bottom: 20px;*/
}

.clinic-wrap.content-4 .slider-for .item:nth-child(4){
    /*margin-right: 0;*/
}


.clinic-wrap.content-4 .slider-for .step-list .tbox {
    background: #fff;
    padding: 20px;
    height: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.clinic-wrap.content-4 .slider-for .step-list .tbox .tit {
    color: #121212;
    font-size: 18px;
    margin: 0;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .clinic-wrap.content-4 .slider-for .step-list .tbox .tit {
        display: flex;
        flex-direction: column;
    }
}


.clinic-wrap.content-4 .slider-for .step-list .tbox .tit span {
    margin-top: 15px;
    margin-bottom: 15px;
}

.clinic-wrap.content-4 .slider-for .step-list .tbox .tit::before {
    /*display: inline-block;*/
    /*content: "";*/
    /*width: 3px;*/
    /*height: 15px;*/
    /*background: #3f729c;*/
    /*margin-right: 10px;*/
}


.clinic-wrap.content-4 .slider-for .step-list .tbox .txt {
    text-align: center;
}


.clinic-wrap.content-4 .ntc-wrap {

    font-weight: 600;
    margin-top: 100px;
}

.clinic-wrap.content-4 .ntc-wrap .tit {
    float: left;
    width: 30%;
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.5em;
}

.clinic-wrap.content-4 .ntc-wrap .list {
    float: right;
    width: 60%;
}

.clinic-wrap.content-4 .ntc-wrap .list .item {
    background: #fff;
    border-radius: 50px;
    padding: 20px;
    width: 100%;
    margin-bottom: 10px;
}

.clinic-wrap.content-4 .ntc-wrap .list .item p {
    font-size: 18px;
    font-weight: 500;
    background: url("../images/sub/clinic/chk.png") left center no-repeat;
    padding-left: 40px;
    background-size: 25px;
    margin-left: 15px;
}

.policy {
    margin: 30px auto 100px auto;
    padding-top: 50px;
    border-top: 1px solid #eaeaea;
}

.policy .inner {
    width: 800px;
    margin: 0 auto;
}

.policy h2 {
    line-height: 1.5em;

    font-weight: 700;
}

.policy b {
    display: block;
    margin-bottom: 10px;

}

.policy p {
    margin-bottom: 10px;

    font-weight: 400;
}



@media screen and (max-width: 1024px) {
    .m-scr-wrap {
        width: 100%;
        overflow-x: scroll;
    }

    .intro .sec-1 {
        padding: 40px 0 0 0;
    }

    .intro .sec-1 .tbox .tit {
        font-size: 25px;
        width: 100%;
    }

    .intro .profile {
        margin-top: 150px;
        background: #fff;
        margin-bottom: -90px;
    }

    .intro .profile img {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .intro .profile .cbox {
        float: none;
        width: 100%;
        margin-left: 0;
    }

    .intro .sec-2 {
        padding: 50px 0;
    }

    .intro .sec-2 .item {
        width: calc((100% - 20px)/2);
        margin-bottom: 20px;
    }

    .intro .sec-2 .item:nth-child(2n) {
        margin-right: 0;
    }

    .intro .sec-2 .item .txt {
        font-size: 16px;
    }

    .intro .sec-2 .item-5 {
        width: 100%;
    }

    .around {
        margin-bottom: 50px;
    }

    .around .slider-for .item {
        height: auto;
    }

    .around .nav-wrap .cbox {
        float: none;
        width: 100%;
    }

    .around .nav-wrap .slider-nav {
        float: none;
        width: 100%;
    }

    .around .slider-for p {
        padding: 10px 20px;
        font-size: 18px;
    }

    .around .slick-prev,
    .around .slick-next {
        width: 30px;
        height: 30px;
        border-radius: 30px;
    }

    .around .slider-for .slick-next,
    .around .slider-for .slick-prev{
        background-repeat: 8px;
    }

    .system {
        padding: 50px 0;
    }

    .system .tbox {
        width: 100%;
    }

    .system .tbox .tit {
        width: 100%;
        font-size: 24px;
    }

    .system .discrim-wrap {
        margin-top: 30px;
    }

    .system .discrim-wrap img {
        float: none;
    }

    .system .discrim-wrap img {
        float: none;
        width: 50%;
        transition: none;
        transform: none;
        margin: 0 auto;
    }

    .system .discrim-wrap .cbox-wrap {
        border: 3px solid #fff;
        padding: 20px;
    }

    .system .discrim-wrap .cbox-wrap p {
        padding: 20px 0;
        line-height: 1.5em;
        font-size: 18px;
    }

    .system .discrim-wrap .list .item {
        width: calc((100% - 10px)/2);
        margin-bottom: 10px;
    }

    .system .discrim-wrap .list .item:nth-child(3n) {
        margin-right: 10px;
    }

    .system .discrim-wrap .list .item:nth-child(2n) {
        margin-right: 0;
    }

    .system .discrim-wrap .list .item:last-child {
        width: 100%;
    }

    .system .discrim-wrap .list .item p {
        font-size: 14px;
    }

    .arrowSlider {
        margin-bottom: 20px;
    }

    .equip .cbox-1>.tit {
        float: none;

        font-size: 25px;
        width: 100%;
        line-height: 1.5em;
        margin: 0px 100px 0 0;
    }

    .equip .cbox-1>.tit {
        margin-bottom: 30px;
    }

    .equip .item {
        width: calc((100% - 20px)/2);
        margin-right: 0;
    }

    .equip .item-1,
    .equip .item-3,
    .equip .item-5 {
        margin-right: 20px !important;
    }

    .equip .item .img {
        width: 100%;
        height: auto;
    }

    .equip .cbox-1 {
        width: 100%;
    }

    .loc {
        width: 100%;
        padding: 0 20px;
    }

    .loc .sec-1 .map {
        width: 100%;
    }

    .loc .sec-1 .cbox {
        position: relative;
        bottom: 0;
        padding: 40px 20px;
    }

    .loc .sec-1 .tbox {
        float: none;
        background-size: 60px;
        padding-left: 75px;
    }

    .loc .sec-1 a {
        display: none;
    }

    .loc .sec-2 {
        margin-top: 20px;
    }


    .loc .sec-2 .time-wrap {
        float: none;
        background: #fff;
        padding: 20px;
        margin: 0 10px;
        width: 100%;
    }

    .loc .sec-2 .time-wrap {
        border: 1px solid #ddd;
        margin: 0;
        margin-bottom: 20px;
    }

    .loc .sec-2 .call-wrap {
        float: none;
        width: 100%;
        height: 200px;
    }

    .loc .sec-2 .cbox-1 {
        border: 0;
        float: none;
    }

    .loc .sec-2 .cbox-2 {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .loc .sec-2 .cbox-2 .item .tbox .txt {
        font-size: 13px;
    }

    .loc .sec-2 .cbox-2 .item.n-1 .tbox {
        right: 20px;
        width: 36%;
    }

    .process-wrap {
        padding: 40px 0;
    }

    .process-wrap .title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .process-wrap .list {
        width: 100%;
        padding: 0 20px;
    }

    .process-wrap .list .item {
        width: calc((100% - 20px)/2);
        padding: 30px 15px;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .process-wrap .list .item:nth-child(2n) {
        margin-right: 0;
    }

    .process-wrap .list .item .tit::after {
        margin: 15px auto;
    }

    .clinic-wrap .sec-1 {
        padding: 50px 0;
    }


    .clinic-wrap .tbox .tit {
        font-size: 25px;
        margin: 0 auto;
    }

    .clinic-wrap.content-1 .sec-1 ul,
    .clinic-wrap.content-1 .sec-3 ul {
        display: flex;
        justify-content: center;
    }

    .clinic-wrap.content-1 .sec-1 ul li,
    .clinic-wrap.content-1 .sec-3 ul li {
        font-size: 13px;
        padding: 5px 20px;
    }

    .clinic-wrap.content-1 .sec-1 .txt {
        width: 100%;
    }

    .clinic-wrap.content-1 .sec-2 .imgbox img {
        margin: 50px auto;
        width: 100%;
    }

    .clinic-wrap.content-1 .sec-2 .tbox-2 .tit {
        width: 100%;
        float: none;
        font-size: 20px;
    }

    .clinic-wrap.content-1 .sec-2 .tbox-2 .txt {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .clinic-wrap .sec-2 {
        padding: 40px 0;
    }

    .clinic-wrap.content-1 .sec-3 {
        padding: 40px 0;
    }

    .clinic-wrap.content-1 .sec-3 .inner {
        width: 100%;
    }

    .clinic-wrap.content-1 .sec-3 .tbox {
        width: 100%;
        float: none;
    }

    .clinic-wrap.content-1 .sec-3 .txt {
        width: 100%;
    }

    .clinic-wrap.content-1 .sec-3 .imgbox {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .clinic-wrap.content-1 .sec-3 .imgbox img {
        width: 48%;
    }

    .clinic-wrap.content-2 .cbox .img img {
        width: 100%;
        float: none;
        margin: 0;
    }

    .clinic-wrap.content-2 .cbox .tbox {
        width: 100%;
        float: none;
        text-align: left;
        margin-left: 0;
        margin-top: 20px;
    }

    .clinic-wrap.content-2 .sec-2 {
        padding: 20px 0 60px 0;
    }

    .clinic-wrap.content-2 .sec-2 img {
        margin-top: 20px !important;
    }


    .clinic-wrap.content-4 table {
        min-width: 600px;
    }

    .clinic-wrap.content-4 .sec-2 {
        padding: 40px 0;
    }

    .clinic-wrap.content-4 .slider-nav {
        /* width: 100%; */
    }

    .clinic-wrap.content-4 .slider-for .step-list {
        display: block;
    }

    .clinic-wrap.content-4 .slider-for .item {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .clinic-wrap.content-4 .slider-for .step-list .tbox{
        height: auto;
    }

    .clinic-wrap.content-4 .slider-for .item:nth-child(2) {
        margin: 20px 0;
    }

    .slider-for .slick-slide {
        margin-right: 0;
    }


    .clinic-wrap.content-4 .ntc-wrap {
        margin-top: 50px;
    }

    .clinic-wrap.content-4 .ntc-wrap .tit {
        float: none;
        width: 100%;
        font-size: 25px;
    }

    .clinic-wrap.content-4 .ntc-wrap .list {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .clinic-wrap.content-4 .slider-nav {
        width: 100%;
    }

    .clinic-wrap.content-4 .slider-nav .slick-slide {
        margin-right: 10px;
    }

    .clinic-wrap.content-4 .ntc-wrap .list .item {
        border-radius: 10px;
    }


    .clinic-wrap.content-4 .ntc-wrap .list .item p {
        font-size: 16px;
        margin-left: 0;
    }

    .faq-content {
        margin: 40px auto;
    }

    .panel-title p {
        width: 60%;
        font-size: 16px;
    }

    .panel-content p {
        width: 70%;
        word-break: keep-all;
    }

    .one-couns {
        margin: 40px auto;
    }

    .one-couns .img {
        float: none;
    }

    .one-couns .img img {
        width: 100%;
    }

    .one-couns .form {
        float: none;
        width: 100%;
    }

    .sel-wrap {
        float: none;
        width: 100%;
    }

    .content-box img {
        width: 100%;
    }

    .one-couns .sel-wrap .check-form .cbox {
        width: calc((100% - 25px)/3);
    }

    .one-couns .sel-wrap .check-form .cbox:nth-child(3n) {
        margin-right: 0;
    }

    .one-couns .sel-wrap .check-form .cbox:nth-child(4n) {
        margin-right: 10px;
    }

    .one-couns .sel-wrap .result {
        margin-bottom: 20px;
    }

    .policy {
        margin: 30px auto 50px auto;
        padding-top: 30px;
    }

    .policy .inner {
        width: 100%;
        margin: 0 auto;
    }
}



@media screen and (max-width: 640px) {
    .policy h2 {
        font-size: 14px;
    }

    .policy p {
        font-size: 13px;
        line-height: 1.5;
        font-weight: 300;
    }

    .process-wrap .list .item {
        width: 100%;
        margin-right: 0;
    }

    .clinic-wrap.content-4 .slider-nav p {
        font-size: 14px;
        padding: 10px 0;
    }


}