﻿/* Font Import*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

/* :root {
  font-size: 16px;
} */

#labguide-tabs {
/*     body */
    font-family: sans-serif;
    font-size: 16px;
    margin: auto;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    flex-direction: column;
}

#labguide-tabs-labels {
/*ul {*/
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    margin-bottom: 1rem;
}

#labguide-tabs-labels li {
/*        ul li {*/
    margin: 0;
    padding: 0;
    height: 50px;
    width: 250px;
    text-align: center;
}

#labguide-tabs-labels li label {
/*    ul li label {*/
    margin-top: 3px;
    height: 20px;
    font-size: 18px;
    font-weight: 500;
    /*   background-color: yellow;   */
}

#labguide-tabs-labels li.bg {
/*            ul li.bg {*/
    background-color: #2596be; /* 클릭색 #ccc;*/
    border-radius: 0.4rem;
    transform: translatex(-400%);
    z-index: -1;
    transition: all .5s ease-in-out;
}

#labguide-tabs-labels li label {
    /*            ul li label {*/
    display: inline-block;
    padding: 10px 20px;
    border-radius: 100px;
}

#button-1:checked ~ #labguide-tabs-labels li.bg {
    /*#button-1:checked ~ ul li.bg {*/
    transform: translatex(-400%);
}

#button-2:checked ~ #labguide-tabs-labels li.bg {
    /*#button-2:checked ~ ul li.bg {*/
    transform: translatex(-300%);
}

#button-3:checked ~ #labguide-tabs-labels li.bg {
    /*#button-3:checked ~ ul li.bg {*/
    transform: translatex(-200%);
}

#button-4:checked ~ #labguide-tabs-labels li.bg {
    /*#button-4:checked ~ ul li.bg {*/
    transform: translatex(-100%);
}

#button-1:checked ~ #content #tab-1 {
    display: flex;
}

#button-2:checked ~ #content #tab-2 {
    display: flex;
}

#button-3:checked ~ #content #tab-3 {
    display: flex;
}

#button-4:checked ~ #content #tab-4 {
    display: flex;
}

#button-1:checked ~ #shadow #content {
    transform: translatex(0px);
}

#button-2:checked ~ #shadow #content {
    transform: translatex(-25%);
}

#button-3:checked ~ #shadow #content {
    transform: translatex(-50%);
}

#button-4:checked ~ #shadow #content {
    transform: translatex(-75%);
}

#labguide-tabs {
/*#tabs {*/
    width: 1400px;
    max-width: 1350px; /*1250px;*/ /*80%;*/ /* 900px */
}

#shadow {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, .15);
    border-radius: 12px;
    overflow: hidden;
}

#content {
    display: flex;
    width: 400%;
    box-sizing: border-box;
    transition: all .5s ease-in-out;
}

    #content > div {
        padding: 20px;
        padding-left: 40px;
        display: flex;
        align-items: center;
        flex: 1;
        flex-wrap: nowrap;
    }

    #content .left {
        flex: 2;
    }

    #content .right {
        flex: 1;
    }

/*    #content img {
        width: 100%;
    }*/

    #content h4 {
        margin: 0;
        font-size: 1.5rem;
        letter-spacing: -1px;
    }

    #content p {
        font-size: 1rem;
        line-height: 1.5rem;
        margin: 1.2rem 0;
    }

/*    #content button {
        background-color: #000;
        color: #fff;
        display: inline-block;
        border: 0;
        padding: 12px 20px;
        font-size: 1.2rem;
        border-radius: 2rem;
        transition: all .25s ease-in-out;
        cursor: pointer;
    }

        #content button:hover {
            transform: scale(1.08);
            box-shadow: 0px 4px 8px rgba(0, 0, 0, .15);
        }*/


input[type="radio"] {
    display: none;
}

#labguide-tabs ul li {
    /*   padding-left: 5px; */
}

    #labguide-tabs ul li:hover {
        color: black;
        background-color: lightgray;
        border-radius: 0.4rem;
    }

/* 일반사항 */
.tab-01 {

}

.tab-01-box {
    margin-bottom: 10px;
}

    .tab-01-box:last-of-type {
        margin-bottom: 0;
    }

    .tab-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;
    }

        .tab-01-box .left b {
            margin-bottom: 15px;
            font-size: 25px;
            line-height: 1;
            letter-spacing: 0;
            font-weight: bold;
            color: #333;
            display: block;
        }

        .tab-01-box .left img {
            width: 45px;
            height: 48px;
            margin: 0 auto;
            display: block;
        }

    .tab-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;        
    }

        .tab-01-box .right.pt25 {
            padding-top: 25px;
        }

        .tab-01-box .right.pt55 {
            padding-top: 55px;
        }

        .tab-01-box .right p {
            font-size: 18px;
            line-height: 30px;
            letter-spacing: -0.05em;
            font-weight: 300;
            color: #333;
        }

            .tab-01-box .right p span {
                color: #1c5cb0;
            }

.tab-01-btm {
    margin-top: 40px;
    padding: 38px 74px 28px;
    font-size: 0;
    box-sizing: border-box;
    background: #f7f7f7;
}

.tab-01-btm img {
    margin-right: 40px;
    width: 50px;
    height: 44px;
    display: inline-block;
    vertical-align: top;
}

.tab-01-btm span {
    font-size: 18px;
    line-height: 40px;
    letter-spacing: -0.05em;
    font-weight: 400;
    color: #222;
    display: inline-block;
    vertical-align: top;
}

/* */
#tab-2 {
    position: relative;
    top: -630px;
/*    background-color: yellow;    */
}

/* 검사부안내(검사의뢰) */
.tab-02 {
}

    .tab-02 > h4 {
        font-size: 30px;
        line-height: 35px;
        letter-spacing: -0.05em;
        font-weight: bold;
        color: #333;
    }

    .tab-02 > h4.mt80 {
        margin-top: 80px;
    }

    .tab-02 > h4.mb0 {
        margin-bottom: 0;
    }

    .tab-02 > p {
        margin: 40px 0 10px;
        overflow: hidden;
    }

        .tab-02 > p img {
            width: 18px;
            height: 18px;
            margin: 6px 7px 0 0;
            display: block;
            float: left;
        }

        .tab-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;
        }

            .tab-02 > p span em {
                font-style: normal;
                color: #1c5cb0;
            }

    .tab-02 > em {
        font-size: 16px;
        line-height: 35px;
        letter-spacing: -0.05em;
        font-weight: 300;
        color: #555;
        font-style: normal;
        display: block;
    }

        .tab-02 > em em {
            font-style: normal;
            color: #1c5cb0;
        }

    .tab-02 > span {
        margin: 10px 0;
        font-size: 16px;
        line-height: 30px;
        letter-spacing: -0.05em;
        font-weight: 300;
        color: #555;
        display: block;
    }

    .tab-02 > ul {
        margin-top: 20px;
        width: 100%;
    }

/* */
    .tab-02 ul {
        display: flex; 
/*        align-content: flex-start; */
        flex-direction: column; 
/*        flex-wrap: wrap;*/
    }
        .tab-02 > ul li {
            font-size: 0;
            overflow: hidden;
            margin-bottom: 10px;
        }

            .tab-02 > ul li:last-of-type {
                margin-bottom: 0;
            }

            .tab-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;
            }

            .tab-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;
            }

            .tab-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;
/*                background-color: yellow;*/

            }

                .tab-02 > ul li > span span {
                    color: #1c5cb0;
                    font-style: normal;
                }


.tab-02-in01 {
    margin: 25px 0 30px;
    background: url('../images/labrequest-info-tab2-02-bg01.jpg') center center no-repeat;
/*    background: url(~/images/info02-02-bg01.jpg) center center no-repeat;*/
}

    .tab-02-in01 > div {
        padding-top: 40px;
        height: 230px;
        width: 180px;
        float: left;
        text-align: center;
        box-sizing: border-box;
    }

        .tab-02-in01 > div b {
            margin-bottom: 20px;
            font-size: 30px;
            line-height: 1;
            letter-spacing: 0;
            font-weight: bold;
            color: #33b5ce;
            display: block;
        }

        .tab-02-in01 > div span {
            font-size: 16px;
            line-height: 22px;
            letter-spacing: -0.05em;
            font-weight: 300;
            color: #333;
            display: block;
        }

.tab-02-in02 {
}

    .tab-02-in02 > div {
        width: 200px;
        margin-right: 12px;
        float: left;
        box-sizing: border-box;
        border: 1px solid #ddd;
    }

        .tab-02-in02 > div:last-of-type {
            margin-right: 0;
        }

        .tab-02-in02 > div > img {
            height: 269px;
            width: 100%;
            display: block;
        }

        .tab-02-in02 > div .in02-box-txt {
            padding: 20px 0;
            background: #f5f5f5;
            box-sizing: border-box;
            text-align: center;
        }

            .tab-02-in02 > div .in02-box-txt b {
                font-size: 16px;
                line-height: 20px;
                letter-spacing: -0.05em;
                font-weight: 400;
                color: #222;
                display: block;
            }

            .tab-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;
            }

.tab-02-in03 {
    margin-top: 30px;
}

    .tab-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;
    }

        .tab-02-in03 > div:last-of-type {
            margin-right: 0;
        }

        .tab-02-in03 > div > img {
            width: 76px;
            height: 76px;
            margin: 0 auto;
            display: block;
        }

        .tab-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;
        }

        .tab-02-in03 > div span {
            font-size: 16px;
            line-height: 25px;
            letter-spacing: -0.05em;
            font-weight: 300;
            color: #555;
            display: block;
        }

.tab-02-in04 {
    padding: 35px 70px 30px;
    margin-top: 20px;
    background: #f7f7f7;
    box-sizing: border-box;
}

    .tab-02-in04 > img {
        width: 50px;
        height: 44px;
        margin: 47px 40px 0 0;
        float: left;
    }

    .tab-02-in04 .info02-02-in04-box {
        width: calc(100% - 90px);
        float: left;
    }

        .tab-02-in04 .info02-02-in04-box b {
            font-size: 20px;
            line-height: 25px;
            letter-spacing: -0.05em;
            font-weight: bold;
            color: #222;
            display: block;
        }

        .tab-02-in04 .info02-02-in04-box ul {
            width: 100%;
            margin-top: 15px;
        }

            .tab-02-in04 .info02-02-in04-box ul li {
                font-size: 16px;
                line-height: 30px;
                letter-spacing: -0.05em;
                font-weight: 300;
                color: #555;
            }

#labrequest-info-tab2-ordertext {
    margin-left: 10px;
}


/**/
.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;
    }

        .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-color: yellow;
/*    margin: 25px 0 30px;*/
    background: url('../images/labrequest-info-tab2-02-bg01.jpg') center center no-repeat;
    /*    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;
            }
/**/

/* 검체채취방법 */
.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: 315px;}
.info-tab02 a.w5{width: 252px;}
.info-tab02 a.on{color: #00a0e9; font-weight: bold; border-bottom: 2px solid #00a0e9;}

.info02-03{}
.info02-03 > h4{margin-bottom: 15px; font-size: 30px; line-height:35px; letter-spacing:-0.05em; font-weight: bold; color: #333;}
.info02-03 > h4.mb40{margin-bottom: 40px;}
.info02-03 > h4.mb30{margin-bottom: 30px;}
.info02-03 > h4.mt70{margin-bottom: 70px;}
.info02-03 > h4.mtb8030{margin: 80px 0 30px;}
.info02-03 > img{margin-bottom: 100px; display: block;}
.info02-03 > 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{margin-bottom: 0;}
.info02-03 > p{margin-bottom: 15px; font-size: 25px; line-height:30px; letter-spacing:-0.05em; font-weight: 500; color: #333;}
.info02-03 > p.mb0{margin-bottom: 0;}
.info02-03 > 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{margin-bottom: 15px; font-size: 20px; line-height:30px; letter-spacing:-0.05em; font-weight: 500; color: #333; display: block;}
.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;}
/* 검체채취방법 */