﻿body {
}


/* 상단 박스 */
.tab-list {
    display: grid;
    gap: 10px;
    margin-bottom: 10px;
    grid-template-columns: repeat(3, 1fr); /* 🔥 한 줄에 3개 */
}

.tab-item {
    padding: 18px;
    background: #f5f7fa;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    /*    font-weight: 600;*/
/*    letter-spacing: -0.3px;*/
/*    line-height: 1.4;*/
    color: #444;
    transition: all 0.25s ease;
    border: 1px solid #e0e6ed;
}

    .tab-item.active {
        background: linear-gradient(135deg, #2b7de9, #4fa3ff);
        color: #fff;
        border: none;
        box-shadow: 0 6px 15px rgba(43,125,233,0.3);
    }

    .tab-item:hover {
        color: black;
        background: #e3ecff;
        transform: translateY(-2px);
    }

.tab-contents {
    margin-top: 50px;
        margin-bottom: 30px !important;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.05);
}

.content {
    display: none;
}

    .content.active {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }

/* 태블릿 */
@media (max-width: 768px) {
    .tab-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* 모바일 */
@media (max-width: 480px) {
    .tab-list {
        grid-template-columns: 1fr;
    }
}

.container {
    margin-bottom: 50px;
}



/* 검사부안내 */
.info-tab {
    padding-bottom: 30px;
    font-size: 0;
    box-sizing: border-box;
}

    .info-tab a {
        margin: 0 12px 10px 0;
        font-size: 18px;
        height: 55px;
        line-height: 55px;
        letter-spacing: -0.05em;
        font-weight: 300;
        color: #333;
        background: #f2f2f2;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        transition: .3s;
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
    }

        .info-tab a.on {
            background: #00a0e9;
            color: #fff;
            font-weight: 400;
        }

        .info-tab a:hover {
            background: #00a0e9;
            color: #fff;
            font-weight: 400;
        }

        .info-tab a.tab1 {
            width: 306px;
        }

        .info-tab a.tab2 {
            width: 412px;
        }

        .info-tab a.mr0 {
            margin-right: 0;
        }

/* 검사부안내 */
/* 진단검사 */
.info01-01 {

}

.info01-01-in > img {
    width: 630px;
    height: 350px;
    display: block;
    float: left;
}

.info01-01-box {
    width: 630px;
    height: 350px;
    padding: 70px 0 0 70px;
    background: #f7f7f7;
    box-sizing: border-box;
    float: left;
}

    .info01-01-box b {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: -0.05em;
        font-weight: bold;
        color: #333;
        display: block;
    }

    .info01-01-box span {
        font-size: 15px;
        line-height: 40px;
        letter-spacing: -0.05em;
        font-weight: 300;
        color: #333;
        display: block;
    }

    .info01-01-box i {
        margin: 15px 0;
        width: 30px;
        height: 1px;
        background: #333;
        font-style: normal;
        display: block;
    }

    .info01-01-box p {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: -0.05em;
        font-weight: 400;
        color: #1c5cb0;
    }

    .info01-01-box ul {
        width: 100%;
    }

        .info01-01-box ul li {
            font-size: 16px;
            line-height: 28px;
            letter-spacing: -0.05em;
            font-weight: 300;
            color: #555;
        }

/* 진단검사 */
/* 분자진단 */
.info01-02-top {
    margin-bottom: 100px;
}

    .info01-02-top img {
        width: 100%;
        display: block;
    }

    .info01-02-top p {
        margin: 35px 0 25px;
        font-size: 30px;
        line-height: 35px;
        letter-spacing: -0.05em;
        font-weight: bold;
        color: #333;
    }

    .info01-02-top span {
        font-size: 16px;
        line-height: 30px;
        letter-spacing: -0.05em;
        font-weight: 300;
        color: #555;
        display: block;
    }

/* 분자진단 */
/* 조직병리 */
.info01-03 {
}

.info01-03-icon {
    padding-top: 60px;
}

.info01-03-list {
    margin: 30px 30px 0 0;
    padding-top: 20px;
    text-align: center;
    width: 400px;
    height: 190px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    float: left;
    font-size: 0;
}

    .info01-03-list:nth-of-type(1) {
        margin-top: 0;
    }

    .info01-03-list:nth-of-type(2) {
        margin-top: 0;
    }

    .info01-03-list:nth-of-type(3) {
        margin-top: 0;
    }

    .info01-03-list:nth-of-type(3n) {
        margin-right: 0;
    }

    .info01-03-list img {
        width: 60px;
        height: 65px;
        display: inline-block;
        vertical-align: top;
    }

    .info01-03-list p {
        margin: 15px 0;
        font-size: 25px;
        line-height: 30px;
        letter-spacing: -0.05em;
        font-weight: 500;
        color: #333;
    }

    .info01-03-list span {
        font-size: 16px;
        line-height: 1;
        letter-spacing: -0.05em;
        font-weight: 300;
        color: #666;
        display: block;
    }

.info01-03 > p {
    margin-top: 50px;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: -0.05em;
    font-weight: 300;
    color: #333;
}

    .info01-03 > p em {
        font-style: normal;
        color: #1c5cb0;
    }

.info01-03 > h4 {
    margin: 60px 0 15px;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.05em;
    font-weight: bold;
    color: #333;
}

.info01-03 > span {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.05em;
    font-weight: 300;
    color: #555;
    display: block;
    word-break: keep-all;
}

    .info01-03 > span > span {
        color: #ff0000;
    }

.info01-03-img {
    font-size: 0;
}

    .info01-03-img img {
        width: 418px;
        height: 260px;
        margin: 0 3px 3px 0;
        display: inline-block;
        vertical-align: top;
    }

        .info01-03-img img:nth-of-type(3n) {
            margin-right: 0;
        }

/* 조직병리 */
/* 세포병리 */
.info01-04-inner {
    
}

.info01-04-box {
    margin-bottom: 10px;
}

    .info01-04-box:last-of-type {
        margin-bottom: 0;
    }

    .info01-04-box .left {
        font-size: 40px;
        width: 130px;
        height: 130px;
        line-height: 130px;
        letter-spacing: 0.05em;
        font-weight: bold;
        color: #fff;
        text-align: center;
        float: left;
        font-family: "Arial";
    }

    .info01-04-box .le01 {
        background: #2c4b8a;
    }

    .info01-04-box .le02 {
        background: #3f68b8;
    }

    .info01-04-box .le03 {
        background: #00b0ec;
    }

    .info01-04-box .le04 {
        background: #33b5ce;
    }

    .info01-04-box .right {
        padding: 30px 0 0 70px;
        width: calc(100% - 130px);
        height: 130px;
        box-sizing: border-box;
        border: 1px solid #dfdfdf;
        border-left: 0;
        background: #fff;
        float: left;
    }

        .info01-04-box .right p {
            font-size: 25px;
            line-height: 30px;
            letter-spacing: -0.05em;
            font-weight: 500;
            color: #333;
        }

        .info01-04-box .right span {
            margin-top: 10px;
            font-size: 16px;
            line-height: 25px;
            letter-spacing: -0.05em;
            font-weight: 300;
            color: #555;
            display: block;
        }

        .info01-04-box .right img {
            top: 60px;
            left: 0;
            width: 11px;
            height: 17px;
            position: absolute;
            z-index: 1;
            display: block;
        }

/* 세포병리 */
/* 장비소개 */
.info01-05 {
}

.info01-05-in {
}

.info01-05-box {
    width: 300px;
    margin: 57px 20px 0 0;
    float: left;
    box-sizing: border-box;
    border: 1px solid #ddd;
    background: #fff;
}

    .info01-05-box:nth-of-type(1) {
        margin-top: 0;
    }

    .info01-05-box:nth-of-type(2) {
        margin-top: 0;
    }

    .info01-05-box:nth-of-type(3) {
        margin-top: 0;
    }

    .info01-05-box:nth-of-type(4) {
        margin-top: 0;
    }

    .info01-05-box:nth-of-type(4n) {
        margin-right: 0;
    }

    .info01-05-box > img {
        height: auto;
        width: 100%;
        display: block;
    }

    .info01-05-box .info01-05-txt {
        padding: 20px 30px;
        background: #f5f5f5;
        box-sizing: border-box;
    }

        .info01-05-box .info01-05-txt p {
            font-size: 16px;
            line-height: 22px;
            letter-spacing: -0.05em;
            font-weight: 500;
            color: #222;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .info01-05-box .info01-05-txt span {
            margin-top: 10px;
            font-size: 15px;
            line-height: 1;
            letter-spacing: -0.05em;
            font-weight: 300;
            color: #666;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: block;
        }

/* 장비소개 */
/* 서비코그라피 */
.info01-06 {
}

    .info01-06 .info01-06-in > b {
        font-size: 35px;
        line-height: 1;
        letter-spacing: -0.05em;
        font-weight: bold;
        color: #1c5cb0;
        display: block;
    }

    .info01-06 .info01-06-in > p {
        margin-top: 20px;
        font-size: 25px;
        line-height: 35px;
        letter-spacing: -0.05em;
        font-weight: 300;
        color: #333;
    }

        .info01-06 .info01-06-in > p em {
            font-style: normal;
            color: #1c5cb0;
        }

    .info01-06 .info01-06-in > h4 {
        margin: 0 0 15px;
        font-size: 30px;
        line-height: 35px;
        letter-spacing: -0.05em;
        font-weight: bold;
        color: #333;
    }

        .info01-06 .info01-06-in > h4.mt0 {
            margin-top: 0px
        }

        .info01-06 .info01-06-in > h4 span {
            margin-left: 10px;
            font-size: 16px;
            line-height: 40px;
            letter-spacing: -0.05em;
            font-weight: 300;
            color: #555;
            display: inline-block;
            vertical-align: top;
        }

    .info01-06 .info01-06-in > span {
        font-size: 16px;
        line-height: 30px;
        letter-spacing: -0.05em;
        font-weight: 300;
        color: #555;
        display: block;
        word-break: keep-all;
    }

        .info01-06 .info01-06-in > span > span {
            color: #ff0000;
        }

        .info01-06 .info01-06-in > span .point {
            color: #1c5cb0;
            font-style: normal;
            font-weight: 600;
        }

    .info01-06 .info01-06-in > img {
        margin-bottom: 20px;
        width: 100%;
        display: block;
    }

    .info01-06 .info01-06-in ul {
        width: 100%;
        padding-top: 10px;
    }

        .info01-06 .info01-06-in ul li {
            margin-bottom: 15px;
            font-size: 0;
        }

            .info01-06 .info01-06-in ul li:last-of-type {
                margin-bottom: 0;
            }

            .info01-06 .info01-06-in ul li b {
                margin-right: 10px;
                font-size: 16px;
                width: 30px;
                height: 30px;
                line-height: 30px;
                letter-spacing: 0;
                font-weight: bold;
                color: #fff;
                box-sizing: border-box;
                border-radius: 3px;
                background: #00a0e9;
                text-align: center;
                display: inline-block;
                vertical-align: top;
                font-family: "Arial";
            }

            .info01-06 .info01-06-in ul li span {
                width: calc(100% - 40px);
                font-size: 18px;
                line-height: 30px;
                letter-spacing: -0.05em;
                font-weight: 300;
                color: #333;
                display: inline-block;
                vertical-align: top;
            }

.info04-txt {
    padding: 10px 65px 40px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

    .info04-txt p {
        margin-top: 30px;
        font-size: 18px;
        line-height: 35px;
        letter-spacing: -0.05em;
        font-weight: 400;
        color: #333;
    }

        .info04-txt p span {
            color: #ff0000;
            font-weight: 500;
        }

    .info04-txt em {
        font-size: 15px;
        line-height: 30px;
        letter-spacing: -0.05em;
        font-weight: 300;
        color: #666;
        font-style: normal;
        display: block;
    }

.info_media-in {
    width: 100%;
}

    .info_media-in video {
        width: 70%;
        height: 520px;
        display: block;
        margin: 0 auto
    }

/* 서비코그라피 */
/* 자궁경부확대촬영기 */
.info01-07 {
    width: 1260px;
    margin: 0 auto;
    box-sizing: border-box;
}

    .info01-07 > h4 {
        margin-bottom: 55px;
        font-size: 35px;
        line-height: 1;
        letter-spacing: -0.05em;
        font-weight: bold;
        color: #1c5cb0;
    }

    .info01-07 > h5 {
        margin-bottom: 20px;
        font-size: 30px;
        line-height: 35px;
        letter-spacing: -0.05em;
        font-weight: bold;
        color: #333;
    }

    .info01-07 > img {
        margin-bottom: 40px;
        width: 100%;
        display: block;
    }

.info01-07-list {
    padding: 45px 55px 45px 105px;
    margin-bottom: 40px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

    .info01-07-list ul {
        float: left;
        box-sizing: border-box;
    }

        .info01-07-list ul.info01-07-ul01 {
            width: 660px;
            margin-right: 40px;
        }

        .info01-07-list ul.info01-07-ul02 {
            width: calc(100% - 700px);
        }

        .info01-07-list ul li {
            margin-bottom: 15px;
        }

            .info01-07-list ul li:last-of-type {
                margin-bottom: 0;
            }

            .info01-07-list ul li b {
                width: 50px;
                margin-right: 15px;
                height: 50px;
                font-size: 20px;
                line-height: 50px;
                letter-spacing: 0;
                font-weight: 900;
                color: #fff;
                background: #00a0e9;
                text-align: center;
                box-sizing: border-box;
                border-radius: 50%;
                display: block;
                float: left;
            }

            .info01-07-list ul li span {
                width: calc(100% - 65px);
                padding-top: 10px;
                font-size: 22px;
                line-height: 30px;
                letter-spacing: -0.05em;
                font-weight: 300;
                color: #333;
                display: block;
                float: left;
            }

.info01-07-in {
    padding: 40px;
    background: #fff;
    font-size: 0;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

    .info01-07-in img {
        margin: 10px 40px 0 0;
        width: 95px;
        height: 95px;
        display: inline-block;
        vertical-align: top;
    }

.info01-07-txt {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

    .info01-07-txt p {
        font-size: 30px;
        line-height: 60px;
        letter-spacing: 0;
        font-weight: bold;
        color: #333;
    }

    .info01-07-txt b {
        margin: 0 0 20px;
        font-size: 45px;
        line-height: 45px;
        letter-spacing: 0.05em;
        font-weight: bold;
        color: #00a0e9;
        display: block;
    }

    .info01-07-txt span {
        font-size: 20px;
        line-height: 1;
        letter-spacing: -0.05em;
        font-weight: 400;
        color: #333;
        display: block;
    }

/**/
.info-tab02 {
    margin-bottom: 60px;
    font-size: 0;
}

    .info-tab02 a {
        font-size: 25px;
        line-height: 60px;
        letter-spacing: -0.05em;
        font-weight: 400;
        color: #333;
        border-bottom: 2px solid #ddd;
        width: 25%;
        display: inline-block;
        vertical-align: top;
        text-align: center;
    }

        .info-tab02 a.w3 {
            width: 420px;
        }

        .info-tab02 a.w4 {
            width: 300px;
        }

        .info-tab02 a.w5 {
            width: 252px;
        }

        .info-tab02 a.on {
            color: #00a0e9;
            font-weight: bold;
            border-bottom: 2px solid #00a0e9;
        }

/* 자궁경부확대촬영기 */
/* 진단정도관리 */
.mana01-wrap {
}

.mana01-top {
    margin-bottom: 100px;
    padding: 90px 0 0 110px;
    height: 450px;
    background: url(../img/sub/mana01-bg01.jpg) center center no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

    .mana01-top p {
        font-size: 35px;
        line-height: 1;
        letter-spacing: -0.05em;
        font-weight: 400;
        color: #333;
    }

        .mana01-top p b {
            margin: 20px 0 40px;
            font-size: 50px;
            line-height: 35px;
            letter-spacing: -0.05em;
            font-weight: 500;
            color: #333;
            display: inline-block;
            vertical-align: top;
        }

    .mana01-top span {
        font-size: 16px;
        line-height: 30px;
        letter-spacing: -0.05em;
        font-weight: 300;
        color: #666;
        display: block;
    }

.mana01-btm {
}

    .mana01-btm > p {
        font-size: 30px;
        line-height: 35px;
        letter-spacing: -0.05em;
        font-weight: bold;
        color: #333;
    }

    .mana01-btm > span {
        margin: 25px 0 40px;
        font-size: 16px;
        line-height: 30px;
        letter-spacing: -0.05em;
        font-weight: 300;
        color: #555;
        display: block;
    }

.mana01-btmin {
    font-size: 0;
    text-align: center;
}

    .mana01-btmin div {
        display: inline-block;
        vertical-align: top;
    }

    .mana01-btmin .mana01-box01 {
        padding-top: 95px;
        width: 340px;
        height: 340px;
        text-align: center;
        box-sizing: border-box;
    }

        .mana01-btmin .mana01-box01 img {
            width: 83px;
            height: 75px;
            display: inline-block;
            vertical-align: top;
        }

        .mana01-btmin .mana01-box01 span {
            margin-top: 10px;
            font-size: 25px;
            line-height: 35px;
            letter-spacing: -0.05em;
            font-weight: 400;
            color: #333;
            display: block;
        }

    .mana01-btmin .mana01-box02 {
        margin: 135px 110px 0;
        width: 70px;
        height: 70px;
    }

        .mana01-btmin .mana01-box02 img {
            width: 100%;
            display: block;
        }

    .mana01-btmin .mana01-bg02 {
        background: #fff url(../img/sub/mana01-bg02.png) center center no-repeat;
        background-size: cover;
    }

    .mana01-btmin .mana01-bg03 {
        background: #fff url(../img/sub/mana01-bg03.png) center center no-repeat;
        background-size: cover;
    }