﻿

body {
/*    background: lime !important;*/
}

footer {
/*    background: red !important;*/
}

html,
body {
   
}

.tab-wrapper {
    width: 100%;
    height: auto;
    font-family: sans-serif;
}

/* 탭 */
.tab-header {
    display: grid;
    gap: 10px;
    margin-bottom: 10px;
    grid-template-columns: repeat(4, 1fr); /* 🔥 한 줄에 3개 */
}
/*.tab-header {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}*/

.tab-btn {
    padding: 18px;
    background: #f5f7fa;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    font-size: 22px;
    /*    font-weight: 600;*/
    /*    letter-spacing: -0.3px;*/
    line-height: 1.2;
    color: #444;
    transition: all 0.25s ease;
    border: 1px solid #e0e6ed;
}
    /*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;
    margin-bottom: 30px;*/

    /*.tab-btn {
    padding: 10px 20px;
    border: none;
    background: #eee;
    cursor: pointer;
    transition: all 0.2s ease;
}*/

    .tab-btn.active {
        background: linear-gradient(135deg, #2b7de9, #4fa3ff);
        color: #fff;
        border: none;
        box-shadow: 0 6px 15px rgba(43,125,233,0.3);
    }

    .tab-btn:hover {
        color: black;
        background: #e3ecff;
        transform: translateY(-2px);
    }
/*    .tab-btn.active {
        background: #222;
        color: #fff;
    }*/

/* 컨텐츠 영역 */
.tab-body {
    position: relative;
        overflow: hidden;
    
    /* 하단 잘림   min-height: 800px;*/
/* 테스트    max-height: 1800px;*/
/*    min-height: 800px;*/

/*background-color: lime;*/
    
    /*    height: 200px;*/

    margin-bottom: 50px;
    /*transition: none !important;

    border: 3px solid red;*/
}

/* 기본 상태 */
.tab-content {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateX(0) scale(0.98);
    transition: transform 1.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.9s ease, filter 0.9s ease;
}

    /* 활성 */
    .tab-content.active {
        opacity: 1;
        transform: translateX(0) scale(1);
        z-index: 2;
        filter: blur(0);
    }

/* 들어오기 시작 위치 */
.from-left {
    transform: translateX(-60%) scale(0.98);
    filter: blur(4px);
}

.from-right {
    transform: translateX(60%) scale(0.98);
    filter: blur(4px);
}

/* 나가기 */
.to-left {
    transform: translateX(-40%) scale(0.96);
    opacity: 0;
    filter: blur(4px);
}

.to-right {
    transform: translateX(40%) scale(0.96);
    opacity: 0;
    filter: blur(4px);
}


/* 검사부안내(일반사항) */
.info02-01 {
/*    height: auto;
    min-height: 100%;
    overflow: visible;*/
}

.info02-01-box {
    margin-bottom: 10px;
}

    .info02-01-box:last-of-type {
        margin-bottom: 0;
    }

    .info02-01-box .left {
        width: 150px;
        height: 140px;
        padding-top: 30px;
        text-align: center;
        float: left;
        box-sizing: border-box;
        border: 1px solid #dedede;
        border-right: 0;
        background: #f7f7f7;
    }

        .info02-01-box .left b {
            margin-bottom: 15px;
            font-size: 25px;
            line-height: 1;
            letter-spacing: 0;
            font-weight: bold;
            color: #333;
            display: block;
        }

        .info02-01-box .left img {
            width: 45px;
            height: 48px;
            margin: 0 auto;
            display: block;
        }

    .info02-01-box .right {
        padding: 40px 0 0 50px;
        width: calc(100% - 150px);
        height: 140px;
        border: 1px solid #dedede;
        border-left: 0;
        box-sizing: border-box;
        float: left;
    }

        .info02-01-box .right.pt25 {
            padding-top: 25px;
        }

        .info02-01-box .right.pt55 {
            padding-top: 55px;
        }

        .info02-01-box .right p {
            font-size: 18px;
            line-height: 30px;
            letter-spacing: -0.05em;
            font-weight: 300;
            color: #333;
        }

            .info02-01-box .right p span {
                color: #1c5cb0;
            }

.info02-01-btm {
    margin-top: 40px;
    padding: 38px 74px 28px;
    font-size: 0;
    box-sizing: border-box;
    background: #f7f7f7;
}

    .info02-01-btm img {
        margin-right: 40px;
        width: 50px;
        height: 44px;
        display: inline-block;
        vertical-align: top;
    }

    .info02-01-btm span {
        font-size: 18px;
        line-height: 40px;
        letter-spacing: -0.05em;
        font-weight: 400;
        color: #222;
        display: inline-block;
        vertical-align: top;
    }

/* 검사부안내(일반사항) */
/* 검사부안내(검사의뢰) */
.info02-02 {
}

    .info02-02 > h4 {
        font-size: 30px;
        line-height: 35px;
        letter-spacing: -0.05em;
        font-weight: bold;
        color: #333;
    }

        .info02-02 > h4.mt80 {
            margin-top: 80px;
        }

        .info02-02 > h4.mb0 {
            margin-bottom: 0;
        }

    .info02-02 > p {
        margin: 40px 0 10px;
        overflow: hidden;
    }


.aaaa {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
}

        .info02-02 > p img {
            width: 18px;
            height: 18px;
            margin: 6px 7px 0 0;
            display: block;
            float: left;
        }

        .info02-02 > p span {
            width: calc(100% - 25px);
            font-size: 25px;
            line-height: 30px;
            letter-spacing: -0.05em;
            font-weight: 500;
            color: #333;
            float: left;
            display: block;
        }

            .info02-02 > p span em {
                font-style: normal;
                color: #1c5cb0;
            }

    .info02-02 > em {
        font-size: 16px;
        line-height: 35px;
        letter-spacing: -0.05em;
        font-weight: 300;
        color: #555;
        font-style: normal;
        display: block;
    }

        .info02-02 > em em {
            font-style: normal;
            color: #1c5cb0;
        }

    .info02-02 > span {
        margin: 10px 0;
        font-size: 16px;
        line-height: 30px;
        letter-spacing: -0.05em;
        font-weight: 300;
        color: #555;
        display: block;
    }

    .info02-02 > ul {
        margin-top: 20px;
        width: 100%;
    }

        .info02-02 > ul li {
            font-size: 0;
            overflow: hidden;
            margin-bottom: 10px;
        }

            .info02-02 > ul li:last-of-type {
                margin-bottom: 0;
            }

            .info02-02 > ul li b {
                width: 25px;
                font-size: 16px;
                line-height: 25px;
                letter-spacing: -0.05em;
                font-weight: 500;
                color: #1c5cb0;
                display: block;
                float: left;
            }

            .info02-02 > ul li > em {
                width: 25px;
                font-size: 16px;
                line-height: 25px;
                letter-spacing: -0.05em;
                font-weight: 500;
                color: #555;
                display: block;
                float: left;
                font-style: normal;
            }

            .info02-02 > ul li > span {
                width: calc(100% - 25px);
                font-size: 16px;
                line-height: 25px;
                letter-spacing: -0.05em;
                font-weight: 300;
                color: #555;
                display: block;
                float: left;
            }

                .info02-02 > ul li > span span {
                    color: #1c5cb0;
                    font-style: normal;
                }

.info02-02-in01 {
    margin: 25px 0 30px;
    background: url(../img/sub/info02-02-bg01.jpg) center center no-repeat;
}

    .info02-02-in01 > div {
        padding-top: 40px;
        height: 230px;
        width: 180px;
        float: left;
        text-align: center;
        box-sizing: border-box;
    }

        .info02-02-in01 > div b {
            margin-bottom: 20px;
            font-size: 30px;
            line-height: 1;
            letter-spacing: 0;
            font-weight: bold;
            color: #33b5ce;
            display: block;
        }

        .info02-02-in01 > div span {
            font-size: 16px;
            line-height: 22px;
            letter-spacing: -0.05em;
            font-weight: 300;
            color: #333;
            display: block;
        }

.info02-02-in02 {
}

    .info02-02-in02 > div {
        width: 200px;
        margin-right: 12px;
        float: left;
        box-sizing: border-box;
        border: 1px solid #ddd;
    }

        .info02-02-in02 > div:last-of-type {
            margin-right: 0;
        }

        .info02-02-in02 > div > img {
            height: 269px;
            width: 100%;
            display: block;
        }

        .info02-02-in02 > div .in02-box-txt {
            padding: 20px 0;
            background: #f5f5f5;
            box-sizing: border-box;
            text-align: center;
        }

            .info02-02-in02 > div .in02-box-txt b {
                font-size: 16px;
                line-height: 20px;
                letter-spacing: -0.05em;
                font-weight: 400;
                color: #222;
                display: block;
            }

            .info02-02-in02 > div .in02-box-txt span {
                margin-top: 5px;
                font-size: 15px;
                line-height: 28px;
                letter-spacing: -0.05em;
                font-weight: 300;
                color: #666;
                display: block;
            }

.info02-02-in03 {
    margin-top: 30px;
}

    .info02-02-in03 > div {
        padding-top: 45px;
        width: 300px;
        height: 320px;
        margin-right: 20px;
        float: left;
        box-sizing: border-box;
        border: 1px solid #ddd;
        text-align: center;
    }

        .info02-02-in03 > div:last-of-type {
            margin-right: 0;
        }

        .info02-02-in03 > div > img {
            width: 76px;
            height: 76px;
            margin: 0 auto;
            display: block;
        }

        .info02-02-in03 > div b {
            margin: 30px 0 20px;
            font-size: 22px;
            line-height: 25px;
            letter-spacing: -0.05em;
            font-weight: bold;
            color: #333;
            display: block;
        }

        .info02-02-in03 > div span {
            font-size: 16px;
            line-height: 25px;
            letter-spacing: -0.05em;
            font-weight: 300;
            color: #555;
            display: block;
        }

.info02-02-in04 {
    padding: 35px 70px 30px;
    margin-top: 20px;
    background: #f7f7f7;
    box-sizing: border-box;
}

    .info02-02-in04 > img {
        width: 50px;
        height: 44px;
        margin: 47px 40px 0 0;
        float: left;
    }

    .info02-02-in04 .info02-02-in04-box {
        width: calc(100% - 90px);
        float: left;
    }

        .info02-02-in04 .info02-02-in04-box b {
            font-size: 20px;
            line-height: 25px;
            letter-spacing: -0.05em;
            font-weight: bold;
            color: #222;
            display: block;
        }

        .info02-02-in04 .info02-02-in04-box ul {
            width: 100%;
            margin-top: 15px;
        }

            .info02-02-in04 .info02-02-in04-box ul li {
                font-size: 16px;
                line-height: 30px;
                letter-spacing: -0.05em;
                font-weight: 300;
                color: #555;
            }

/* 검사부안내(검사의뢰) */
/* 검체채취방법 */
.info02-03-tab .info02-04-tab {
    margin-bottom: 60px;
    font-size: 0;
}

.info02-03-tab a, .info02-04-tab 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;
    margin-bottom: 30px;
}

    .info02-03-tab a.w3, .info02-04-tab a.w3 {
        width: 420px;
    }

    .info02-03-tab a.w4, .info02-04-tab a.w4 {
        width: 315px;
    }

    .info02-03-tab a.w5, .info02-04-tab a.w5 {
        width: 252px;
    }

    .info02-03-tab a.on, .info02-04-tab a.on {
        color: #00a0e9;
        font-weight: bold;
        border-bottom: 2px solid #00a0e9;
    }

.info02-03, info02-04 {
}

    .info02-03 h4, .info02-04 h4 {
        margin-bottom: 15px;
        font-size: 30px;
        line-height: 35px;
        letter-spacing: -0.05em;
        font-weight: bold;
        color: #333;
    }

        .info02-03 h4.mb40, .info02-04 h4.mb40 {
            margin-bottom: 40px;
        }

        .info02-03 h4.mb30, .info02-04 h4.mb30 {
            margin-bottom: 30px;
        }

        .info02-03 h4.mt70, .info02-04 h4.mt70 {
            margin-bottom: 70px;
        }

        .info02-03 h4.mtb8030, .info02-04 h4.mtb8030 {
            margin: 80px 0 30px;
        }

    .info02-03 img, .info02-04 img {
        margin-bottom: 100px;
        display: block;
    }

    .info02-03 span, .info02-04 span {
        margin-bottom: 40px;
        font-size: 16px;
        line-height: 30px;
        letter-spacing: -0.05em;
        font-weight: 300;
        color: #555;
        display: block;
        word-break: keep-all;
    }

        .info02-03 span.mb0, .info02-04 span.mb0 {
            margin-bottom: 0;
        }

    .info02-03 p, .info02-04 p {
        margin-bottom: 15px;
        font-size: 25px;
        line-height: 30px;
        letter-spacing: -0.05em;
        font-weight: 500;
        color: #333;
    }

        .info02-03 p.mb0, .info02-04 p.mb0 {
            margin-bottom: 0;
        }

        .info02-03 p > b, .info02-04 p > b {
            font-size: 16px;
            width: 30px;
            height: 30px;
            line-height: 30px;
            margin-right: 12px;
            letter-spacing: 0;
            font-weight: bold;
            background: #00a0e9;
            color: #fff;
            display: inline-block;
            vertical-align: top;
            font-family: "Arial";
            text-align: center;
            border-radius: 3px;
            box-sizing: border-box;
        }

    .info02-03 b, .info02-04 b {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.05em;
        font-weight: 500;
        color: #333;
        display: block;
    }

/*.info02-03-box {
    display: flex;
    gap: 20px;
    align-items: stretch; 

    .info02-03-box .left,
    .info02-03-box .right {
        flex: 1;
    }

    .info02-03-box table {
        width: 100%;
        height: 100%; 
    }*/
.info02-03-box {
    margin-bottom: 50px;
}

    .info02-03-box > div {
        width: 605px;
        margin-right: 50px;
        float: left;
    }

        .info02-03-box > div:last-of-type {
            margin-right: 0;
        }

        .info02-03-box > div table {
            width: 100%;
            box-sizing: border-box;
            border-top: 3px solid #1c5cb0;
        }

            .info02-03-box > div table tr th {
                padding: 20px 0;
                font-size: 17px;
                line-height: 30px;
                letter-spacing: 0;
                font-weight: 500;
                color: #1c5cb0;
                background: #f7f7f7;
                text-align: center;
                border-bottom: 1px solid #d5d5d5;
            }

            .info02-03-box > div table tr td {
                height: 116px;
                padding: 20px 30px;
                box-sizing: border-box;
                border-right: 1px solid #d5d5d5;
                border-bottom: 1px solid #d5d5d5;
            }

                .info02-03-box > div table tr td:last-of-type {
                    border-right: 0;
                }

                .info02-03-box > div table tr td b {
                    font-size: 16px;
                    line-height: 48px;
                    letter-spacing: 0;
                    font-weight: 500;
                    color: #222;
                    text-align: center;
                    display: block;
                }

                .info02-03-box > div table tr td span {
                    font-size: 16px;
                    line-height: 25px;
                    letter-spacing: 0;
                    font-weight: 300;
                    color: #555;
                    width: 150px;
                    display: inline-block;
                    vertical-align: top;
                }

                .info02-03-box02 {
                    margin-bottom: 60px;
                }

    .info02-03-box02.mb100 {
        margin-bottom: 100px;
    }

    .info02-03-box02 > div {
        margin-bottom: 10px;
    }

        .info02-03-box02 > div:last-of-type {
            margin-bottom: 0;
        }

        .info02-03-box02 > div.info02-03-box02-01 .left {
            background: #33b5ce;
        }

        .info02-03-box02 > div.info02-03-box02-02 .left {
            background: #96c44e;
        }

        .info02-03-box02 > div .left {
            padding-top: 24px;
            width: 110px;
            height: 100px;
            text-align: center;
            float: left;
            box-sizing: border-box;
        }

            .info02-03-box02 > div .left img {
                width: 17px;
                height: 25px;
                margin: 0 auto 10px;
                display: block;
            }

            .info02-03-box02 > div .left span {
                font-size: 18px;
                line-height: 1;
                letter-spacing: 0;
                font-weight: 500;
                color: #fff;
                display: block;
            }

        .info02-03-box02 > div .right {
            padding: 0 30px;
            width: calc(100% - 110px);
            height: 100px;
            box-sizing: border-box;
            border: 1px solid #e0e0e0;
            border-left: 0;
            float: left;
        }

            .info02-03-box02 > div .right p {
                padding-top: 38px;
                font-size: 16px;
                line-height: 25px;
                letter-spacing: -0.05em;
                font-weight: 300;
                color: #555;
            }

                .info02-03-box02 > div .right p.pt30 {
                    padding-top: 28px;
                }

            .info02-03-box02 > div .right > img {
                position: absolute;
                width: 10px;
                height: 16px;
                margin-top: -8px;
                top: 50%;
                left: 0;
                display: block;
            }

.ul-list {
    margin: 15px 0 35px;
    width: 100%;
}

    .ul-list.mb0 {
        margin-bottom: 0;
    }

    .ul-list > li.mt20 {
        margin-top: 20px;
    }

    .ul-list > li > b {
        width: 25px;
        font-size: 16px;
        line-height: 35px;
        letter-spacing: -0.05em;
        font-weight: 500;
        color: #1c5cb0;
        float: left;
        display: block;
    }

    .ul-list > li > span {
        width: calc(100% - 25px);
        font-size: 16px;
        line-height: 35px;
        letter-spacing: -0.05em;
        font-weight: 300;
        color: #555;
        float: left;
        display: block;
        word-break: keep-all;
    }

        .ul-list > li > span.fw {
            font-weight: 500;
            color: #222
        }

    .ul-list > li > img {
        margin: 20px auto 20px;
        width: 100%;
        display: block;
    }

    .ul-list > li > ul {
        margin: 5px 0 25px;
        width: 100%;
    }

        .ul-list > li > ul.left {
            width: 770px;
            float: left;
        }

        .ul-list > li > ul li b {
            width: 25px;
            font-size: 16px;
            line-height: 35px;
            letter-spacing: -0.05em;
            font-weight: 300;
            color: #555;
            float: left;
            display: block;
        }

        .ul-list > li > ul li span {
            width: calc(100% - 25px);
            font-size: 16px;
            line-height: 35px;
            letter-spacing: -0.07em;
            font-weight: 300;
            color: #555;
            float: left;
            display: block;
        }

        .ul-list > li > ul li > .inner_box {
            padding: 30px 0 30px 60px;
            margin: 20px 0 30px;
            background: #f7f7f7;
            box-sizing: border-box;
        }

            .ul-list > li > ul li > .inner_box .img {
                width: 660px;
                margin-right: 45px;
                float: left;
            }

                .ul-list > li > ul li > .inner_box .img img {
                    width: 100%;
                    display: block;
                }

            .ul-list > li > ul li > .inner_box .txt {
                padding-top: 90px;
                width: calc(100% - 705px);
                float: left;
                box-sizing: border-box;
            }

                .ul-list > li > ul li > .inner_box .txt p {
                    font-size: 16px;
                    line-height: 50px;
                    letter-spacing: -0.05em;
                    font-weight: 400;
                    color: #333;
                }

        .ul-list > li > ul li > em {
            padding: 0 20px;
            font-size: 16px;
            line-height: 30px;
            letter-spacing: -0.05em;
            font-weight: 300;
            color: #555;
            box-sizing: border-box;
            display: block;
            font-style: normal;
        }

    .ul-list > li .img20 {
        width: 423px;
        display: block;
        float: right;
        margin: 0;
    }

.info02-03-img {
    margin-top: 20px;
}

    .info02-03-img > div {
        padding-top: 20px;
        width: 400px;
        height: 250px;
        margin-right: 30px;
        float: left;
        box-sizing: border-box;
        border: 1px solid #dedede;
        text-align: center;
    }

        .info02-03-img > div:last-of-type {
            margin-right: 0;
        }

        .info02-03-img > div > img {
            margin: 0 auto;
            display: block;
        }

        .info02-03-img > div > p {
            font-size: 16px;
            line-height: 30px;
            letter-spacing: -0.05em;
            font-weight: 400;
            color: #333;
        }

.info02-03-04-img {
    margin-bottom: 100px;
    overflow: hidden;
}

    .info02-03-04-img .img {
        width: 380px;
        height: 250px;
        float: left;
    }

        .info02-03-04-img .img img {
            width: 100%;
            display: block;
        }

    .info02-03-04-img .arrow {
        padding: 110px 0 0 16px;
        width: 60px;
        height: 250px;
        box-sizing: border-box;
        float: left;
    }

.info02-03-04-box {
    margin: 20px 0 40px;
}

    .info02-03-04-box .left {
        width: 760px;
        float: left;
    }

        .info02-03-04-box .left p {
            margin-bottom: 20px;
            font-size: 25px;
            line-height: 30px;
            letter-spacing: -0.05em;
            font-weight: 500;
            color: #333;
        }

            .info02-03-04-box .left p b {
                font-size: 16px;
                width: 30px;
                height: 30px;
                line-height: 30px;
                margin-right: 12px;
                letter-spacing: 0;
                font-weight: bold;
                background: #00a0e9;
                color: #fff;
                display: inline-block;
                vertical-align: top;
                font-family: "Arial";
                text-align: center;
                border-radius: 3px;
                box-sizing: border-box;
            }

        .info02-03-04-box .left span {
            margin-bottom: 40px;
            font-size: 16px;
            line-height: 30px;
            letter-spacing: -0.05em;
            font-weight: 300;
            color: #555;
            display: block;
            word-break: keep-all;
        }

    .info02-03-04-box .right {
        width: 423px;
        float: right;
    }

        .info02-03-04-box .right img {
            width: 100%;
            display: block;
        }

.info02-03-04-img02 {
    margin-bottom: 60px;
    overflow: hidden;
}

    .info02-03-04-img02 .img {
        width: 380px;
        height: 340px;
        float: left;
    }

        .info02-03-04-img02 .img img {
            width: 100%;
            display: block;
        }

    .info02-03-04-img02 .arrow {
        padding: 150px 0 0 16px;
        width: 60px;
        height: 250px;
        box-sizing: border-box;
        float: left;
    }

/* 검체채취방법 */
/* 검체취급주의사항 */
.info02-04-box > p {
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -0.05em;
    font-weight: 500;
    color: #333;
}

    .info02-04-box > p > b {
        font-size: 16px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-right: 12px;
        letter-spacing: 0;
        font-weight: bold;
        background: #00a0e9;
        color: #fff;
        display: inline-block;
        vertical-align: top;
        font-family: "Arial";
        text-align: center;
        border-radius: 3px;
        box-sizing: border-box;
    }

.info02-04-box > img {
    position: absolute;
    top: 0;
    right: 0;
    width: 423px;
    height: 271px;
    display: block;
}

.info02-04-box02 {
    margin-bottom: 50px;
}

    .info02-04-box02 table {
        width: 100%;
        box-sizing: border-box;
        border-top: 3px solid #1c5cb0;
        border-bottom: 1px solid #2c68b6;
    }

        .info02-04-box02 table tr th {
            padding: 20px 0;
            font-size: 17px;
            line-height: 25px;
            letter-spacing: 0;
            font-weight: 500;
            color: #1c5cb0;
            background: #f7f7f7;
            text-align: center;
            box-sizing: border-box;
            border-right: 1px solid #d5d5d5;
        }

        .info02-04-box02 table tr td {
            padding: 20px 0;
            font-size: 16px;
            line-height: 25px;
            letter-spacing: 0;
            font-weight: 300;
            color: #555;
            background: #fff;
            text-align: center;
            box-sizing: border-box;
            border-right: 1px solid #d5d5d5;
        }

            .info02-04-box02 table tr td:last-of-type {
                border-right: 0;
            }

        .info02-04-box02 table tr {
            border-bottom: 1px solid #d5d5d5;
        }

            .info02-04-box02 table tr:last-of-type {
                border-bottom: 0;
            }

.info02-04-box03 {
    margin-bottom: 90px;
}

    .info02-04-box03 > p {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: -0.05em;
        font-weight: 500;
        color: #333;
        text-align: center;
    }

.info02-04-box03-in {
    margin-bottom: 10px;
    overflow: hidden;
}

    .info02-04-box03-in .img {
        width: 350px;
        height: 250px;
        float: left;
    }

        .info02-04-box03-in .img img {
            width: 100%;
            display: block;
        }

    .info02-04-box03-in .arrow {
        padding: 110px 0 0 40px;
        width: 104px;
        height: 250px;
        box-sizing: border-box;
        float: left;
    }

    .info02-04-box03-in .w46 {
        width: 46px;
    }

.info02-04-box04 {
    margin-bottom: 85px;
}

    .info02-04-box04 table {
        width: 100%;
        box-sizing: border-box;
        border-top: 3px solid #1c5cb0;
        border-bottom: 1px solid #2c68b6;
    }

        .info02-04-box04 table thead tr th {
            padding: 20px 0;
            font-size: 17px;
            line-height: 25px;
            letter-spacing: 0;
            font-weight: 500;
            color: #1c5cb0;
            background: #f7f7f7;
            box-sizing: border-box;
            border-right: 1px solid #d5d5d5;
            border-bottom: 1px solid #d5d5d5;
        }

            .info02-04-box04 table thead tr th:last-of-type {
                border-right: 0;
            }

        .info02-04-box04 table tbody tr td {
            padding: 15px 30px;
            font-size: 16px;
            line-height: 25px;
            letter-spacing: 0;
            font-weight: 300;
            color: #555;
            box-sizing: border-box;
            border-right: 1px solid #d5d5d5;
            border-bottom: 1px solid #d5d5d5;
        }

            .info02-04-box04 table tbody tr td:last-of-type {
                border-right: 0;
            }

            .info02-04-box04 table tbody tr td.taC {
                text-align: center;
                padding: 15px 0;
            }

        .info02-04-box04 table tbody tr.bdb0 td {
            border-bottom: 0;
        }

.info02-04-box05 {
}

    .info02-04-box05.mb90 {
        margin-bottom: 90px;
    }

.info02-04-box05-in .left {
    width: 605px;
    float: left;
    text-align: center;
}

.info02-04-box05-in .right {
    width: 605px;
    float: right;
    text-align: center;
}

.info02-04-box05-in > div img {
    width: 100%;
    display: block;
}

.info02-04-box05-in > div p {
    margin: 10px 0 20px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.05em;
    font-weight: 400;
    color: #333;
}

.info02-04-01-tab {
    height: 50px;
    font-size: 0;
    box-sizing: border-box;
    border-bottom: 1px solid #1c5cb0;
}

    .info02-04-01-tab a {
        width: 250px;
        height: 50px;
        font-size: 20px;
        line-height: 48px;
        letter-spacing: -0.05em;
        font-weight: 400;
        color: #666;
        text-align: center;
        border: 1px solid #ccc;
        border-bottom: 1px solid #1c5cb0;
        display: inline-block;
        vertical-align: top;
        background: #fff;
        box-sizing: border-box;
        position: relative;
    }

        .info02-04-01-tab a.ml1 {
            margin-left: -1px;
        }

        .info02-04-01-tab a.on {
            color: #1c5cb0;
            font-weight: bold;
            border: 1px solid #1c5cb0;
            border-bottom: 0;
            z-index: 1;
        }

/**/
.info02-04-01-cont {
    padding-top: 40px;
}

.info02-04-01-inner > p, .info02-04-02-inner > p {
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -0.05em;
    font-weight: 500;
    color: #333;
}

    .info02-04-01-inner > p > b, .info02-04-02-inner > p > b {
        font-size: 16px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-right: 12px;
        letter-spacing: 0;
        font-weight: bold;
        background: #00a0e9;
        color: #fff;
        display: inline-block;
        vertical-align: top;
        font-family: "Arial";
        text-align: center;
        border-radius: 3px;
        box-sizing: border-box;
    }

.info02-04-01-inner > b, .info02-04-02-inner > b {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.05em;
    font-weight: 500;
    color: #333;
    display: block;
}

.info02-04-inner-img {
    margin: 20px 0 50px;
}

    .info02-04-inner-img > div {
        width: 605px;
        margin-right: 50px;
        float: left;
    }

        .info02-04-inner-img > div:last-of-type {
            margin-right: 0;
        }

        .info02-04-inner-img > div img {
            width: 100%;
            display: block;
        }

        .info02-04-inner-img > div p {
            font-size: 16px;
            line-height: 30px;
            letter-spacing: -0.05em;
            font-weight: 400;
            color: #333;
            text-align: center;
        }

.tbl {
    margin-bottom: 20px;
}

    .tbl > b {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.05em;
        font-weight: 500;
        color: #333;
        display: block;
    }

    .tbl table {
        width: 100%;
        box-sizing: border-box;
        border-top: 3px solid #1c5cb0;
        border-bottom: 1px solid #2c68b6;
    }

        .tbl table thead tr th {
            padding: 15px 0;
            font-size: 17px;
            line-height: 25px;
            letter-spacing: 0;
            font-weight: 500;
            color: #1c5cb0;
            background: #f7f7f7;
            box-sizing: border-box;
            border-right: 1px solid #d5d5d5;
            border-bottom: 1px solid #d5d5d5;
            text-align: center;
        }

            .tbl table thead tr th:last-of-type {
                border-right: 0;
            }

        .tbl table tbody tr td {
            padding: 15px 30px;
            font-size: 16px;
            line-height: 25px;
            letter-spacing: 0;
            font-weight: 300;
            color: #555;
            box-sizing: border-box;
            border-right: 1px solid #d5d5d5;
            border-bottom: 1px solid #d5d5d5;
            text-align: center;
        }

            .tbl table tbody tr td:last-of-type {
                border-right: 0;
            }

    .tbl > p {
        margin-top: 10px;
        font-size: 16px;
        line-height: 30px;
        letter-scpacing: -0.05em;
        font-weight: 400;
        color: #333;
    }

.info02-04-inner > span {
    margin-bottom: 45px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.05em;
    font-weight: 300;
    color: #555;
    display: block;
}

.tbl02 {
    margin-bottom: 40px;
}

    .tbl02 > b {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.05em;
        font-weight: 500;
        color: #333;
        display: block;
    }

    .tbl02 table {
        width: 100%;
        box-sizing: border-box;
        border-top: 3px solid #1c5cb0;
        border-bottom: 1px solid #2c68b6;
    }

        .tbl02 table thead tr th {
            padding: 15px 0;
            font-size: 17px;
            line-height: 25px;
            letter-spacing: 0;
            font-weight: 500;
            color: #1c5cb0;
            background: #f7f7f7;
            box-sizing: border-box;
            border-right: 1px solid #d5d5d5;
            border-bottom: 1px solid #d5d5d5;
            text-align: center;
        }

            .tbl02 table thead tr th:last-of-type {
                border-right: 0;
            }

        .tbl02 table tbody tr td {
            padding: 15px;
            font-size: 16px;
            line-height: 25px;
            letter-spacing: 0;
            font-weight: 300;
            color: #555;
            box-sizing: border-box;
            border-right: 1px solid #d5d5d5;
            border-bottom: 1px solid #d5d5d5;
        }

            .tbl02 table tbody tr td:last-of-type {
                border-right: 0;
            }

            .tbl02 table tbody tr td.td-f {
                text-align: center;
                font-weight: 500;
                color: #222;
            }

            .tbl02 table tbody tr td span {
                font-size: 16px;
                line-height: 25px;
                letter-spacing: 0;
                font-weight: 300;
                color: #555;
                display: block;
            }

.info02-04-inner-img02 {
    margin: 10px 0 20px;
}

    .info02-04-inner-img02 img {
        width: 605px;
        margin-right: 50px;
        float: left;
        display: block;
    }

        .info02-04-inner-img02 img:last-of-type {
            margin-right: 0;
        }

.info02-04-02-txt {
    margin: 20px 0 40px;
    padding: 30px 40px;
    background: #f7f7f7;
    box-sizing: border-box;
}

    .info02-04-02-txt p {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 30px;
        letter-spacing: -0.05em;
        font-weight: bold;
        color: #222;
    }

    .info02-04-02-txt span {
        display: block;
    }

        .info02-04-02-txt span b {
            width: 25px;
            font-size: 16px;
            line-height: 35px;
            letter-spacing: -0.05em;
            font-weight: 300;
            color: #555;
            float: left;
            display: block;
        }

        .info02-04-02-txt span em {
            width: calc(100% - 25px);
            font-size: 16px;
            line-height: 35px;
            letter-spacing: -0.05em;
            font-weight: 300;
            color: #555;
            float: left;
            display: block;
            font-style: normal;
        }

.info02-04-02-box01 .left {
    width: 605px;
    float: left;
}

    .info02-04-02-box01 .left p {
        margin-bottom: 25px;
        font-size: 25px;
        line-height: 30px;
        letter-spacing: -0.05em;
        font-weight: 500;
        color: #333;
    }

        .info02-04-02-box01 .left p > b {
            font-size: 16px;
            width: 30px;
            height: 30px;
            line-height: 30px;
            margin-right: 12px;
            letter-spacing: 0;
            font-weight: bold;
            background: #00a0e9;
            color: #fff;
            display: inline-block;
            vertical-align: top;
            font-family: "Arial";
            text-align: center;
            border-radius: 3px;
            box-sizing: border-box;
        }

.info02-04-02-box01 .right {
    width: 605px;
    float: right;
}

    .info02-04-02-box01 .right img {
        width: 100%;
        display: block;
    }

/* 검체취급주의사항 */
/* 검사종류안내 */
.info03 {
}

.info03-in {
    overflow: hidden;
}

.info03-btn {
    margin-top: 10px;
    width: calc(100% - 360px);
    float: left;
}

    .info03-btn a {
        margin-right: 5px;
        padding: 0 5px;
        font-size: 15px;
        line-height: 1;
        letter-spacing: 0;
        font-weight: 500;
        color: #444;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        position: relative;
    }

        .info03-btn a:first-of-type {
            padding-left: 0;
        }

        .info03-btn a:after {
            font-size: 13px;
            content: "|";
            color: #444;
            position: absolute;
            right: -5px;
            top: 0;
        }

        .info03-btn a.on {
            color: #006fc4;
        }

        .info03-btn a:hover {
            color: #006fc4;
        }

.search-box {
    width: 340px;
    float: right;
    font-size: 0;
}

    .search-box select {
        min-width: 70px;
        height: 35px;
        line-height: 30px;
        margin-right: 5px;
        border: 1px solid #d7d7d7;
        display: inline-block;
        vertical-align: top;
        -webkit-appearance: auto;
        appearance: auto;
    }

    .search-box #ins-txt {
        width: 220px;
        height: 35px;
        color: #666;
        border-right: 0;
        line-height: 30px;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        border: 1px solid #d7d7d7;
    }

    .search-box .search_btn {
        width: 33px;
        height: 35px;
        text-align: center;
        line-height: 33px;
        border: 1px solid #0370c5;
        background: #0370c5;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }

        .search-box .search_btn a img {
            vertical-align: middle;
            display: inline-block;
        }

.info03-tbl {
    margin-top: 20px;
}

    .info03-tbl table {
        width: 100%;
    }

        .info03-tbl table tr th {
            font-weight: 600;
            text-align: center;
            padding: 17px 0 17px 0;
            color: #222222;
            background: #f2f8fb;
            border-top: 1px solid #006fc4;
            font-size: 15px;
            border-bottom: solid 1px #dae7ee;
        }

        .info03-tbl table tr td {
            padding: 17px 0;
            color: #444444;
            font-size: 15px;
            text-align: center;
            border-bottom: #d9d9d9 1px solid;
        }

            .info03-tbl table tr td:first-child {
                border-left: 0;
            }

            .info03-tbl table tr td.text_l {
                text-align: left !important;
            }

            .info03-tbl table tr td a {
                color: #555;
            }

.page_num {
    text-align: center;
    margin: 50px auto;
    font-size: 12px;
    line-height: 30px;
    overflow: hidden;
    height: 40px;
}

    .page_num a {
        font-size: 12px;
        width: 30px;
        height: 30px;
        margin: 0 2px;
        background: #fff;
        display: inline-block;
        border: 1px solid #dddddd;
        color: #555;
    }

        .page_num a img {
            display: inline;
            padding: 6px 9px;
            background: none;
        }

    .page_num .page_n {
        width: 29px;
        height: 29px;
        border: 1px solid #fff;
        line-height: 29px;
        margin: 0
    }

    .page_num .page_p {
        width: 29px;
        height: 29px;
        border: 1px solid #fff;
        line-height: 29px;
        margin: 0
    }

    .page_num .page_r {
        margin-right: 20px;
    }

    .page_num .page_l {
        margin-left: 20px;
    }

    .page_num a:hover {
        color: #e0e0e0;
        font-weight: 500;
        background: #006fc4;
        border: 1px solid #006fc4;
    }

    .page_num .page_n {
        width: 30px;
        height: 30px;
        margin: 0 2px;
        background: none;
        border: 0;
    }

    .page_num .page_p {
        width: 30px;
        height: 30px;
        margin: 0 2px;
        background: none;
        border: 0;
    }

    .page_num .page_n:hover {
        width: 30px;
        height: 30px;
        border: 0;
        line-height: 29px;
        background: none;
    }

    .page_num .page_p:hover {
        width: 30px;
        height: 30px;
        border: 0;
        line-height: 29px;
        background: none;
    }

    .page_num a.on {
        color: #e0e0e0;
        font-weight: 500;
        background: #006fc4;
        border: 1px solid #006fc4;
    }

    .page_num .page_n:hover a {
        color: #0181cc;
    }

    .page_num .page_p:hover a {
        color: #0181cc;
    }

.xx:hover {
    background: none !important;
}

.view_table_type_y {
    width: 100%;
    font-size: 15px;
    border-top: 1px solid #006fc4;
    border-bottom: 1px solid #006fc4;
}

    .view_table_type_y th {
        text-align: left;
        font-weight: 500;
        padding: 15px 0 15px 20px;
        color: #222222;
        background: #f2f8fb;
        border-bottom: 1px solid #e1e1e1;
        border-left: 0;
        border-right: 0;
        font-size: 15px;
    }

    .view_table_type_y td {
        font-weight: 300;
        text-align: left;
        padding: 15px 10px;
        color: #666;
        border-bottom: 1px solid #e1e1e1;
        border-right: 0;
        border-left: 0;
    }

        .view_table_type_y td textarea {
            width: 95%;
            height: 200px;
        }

        .view_table_type_y td input[type=text] {
            width: 99%;
        }

        .view_table_type_y td.cont {
            height: 200px;
            line-height: 160%;
            padding-right: 20px;
        }

    .view_table_type_y .img_td img {
        height: 130px;
        max-width: 350px;
        cursor: pointer;
    }

.view_btn_list {
    width: 100%;
    text-align: right;
    margin: 30px 0 80px;
}

    .view_btn_list input[type=button] {
        padding: 8px 0;
        background: #fff;
        color: #006fc4;
        font-size: 15px;
        font-weight: 500;
        cursor: pointer;
        border: 2px solid #006fc4;
        width: 120px;
        text-align: center;
        margin-left: 5px;
    }

.clear:after {
    content: "";
    display: block;
    clear: both;
}

.info02-03-01,
.info02-03-02,
.info02-03-03,
.info02-03-04,
.info02-04-01,
.info02-04-02,
.info02-04-03,
.info02-04-01-inner,
.info02-04-02-inner {
    display: none;
}

    .info02-03-01.on,
    .info02-03-02.on,
    .info02-03-03.on,
    .info02-03-04.on,
    .info02-04-01.on,
    .info02-04-02.on,
    .info02-04-03.on,
    .info02-04-01-inner.on,
    .info02-04-02-inner.on {
        display: block;
    }

/*.info02-03-01,
.info02-03-02,
.info02-03-03,
.info02-03-04 {
    margin-bottom: 100px;
}*/

.ul-list > li > b,
.ul-list > li > span {
    line-height: 0;
}

.ul-list > li > ul > li > b,
.ul-list > li > ul > li > span {
    line-height: 0;
}

.ml26 {
    margin-left: 26px;
}