<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* Specialized Medical Service */
.interviewWith .content_top h1.pageTit small {
    margin-bottom: 10px;
}

.interviewWith .imgbox {
    max-width: 1200px;
    margin: 0 auto;
}

.interviewWith .sms_con {
    position: relative;
    width: 74%;
    max-width: 1200px;
    padding-top: 8%;
    margin: 0 auto;
}

.interviewWith .sms_con .sms_conbox {
    margin-bottom: 8%;
}

.interviewWith .sms_con .sms_conbox h3 {
    margin-bottom: 10px;
    font-weight: bold;
    color: #212121;
}

.interviewWith .sms_con .imgbox2 {
    margin-bottom: 8%;
    text-align: center;
}

.interviewWith .twoimg {
    max-width: 1200px;
    margin: 8% auto;
}

.interviewWith .twoimg ul li {
    width: 100%;
    margin-bottom: 5px;
}

.interviewWith .hw-guide {
    padding: 20px;
    margin-top: 0;
    background-color: #f7f7f7;
    border-radius: 5px;
}

.interviewWith .hw-guide ul li {
    margin-top: 10px;
}

.interviewWith .hw-guide ul li:first-child {
    margin-top: 0px;
}

.interviewWith .interview_qna {
    margin-top: 10% !important;
}

.interviewWith .interview_qna h3 {
    font-size: 20px;
}

@media screen and (min-width:767px) {
    .interviewWith .content_top {
        /*
        padding-right: 30% !important;
        background: url("./img/sms_img1.jpg") no-repeat right 60px;
        background-size: 32% auto;
        */
    }
    
    .interviewWith .imgbox {
        margin: 0 auto;
        text-align: center;
    }

    .interviewWith .interview_qna {
        margin-top: 60px !important;
    }

    .interviewWith .interview_qna h3 {
        font-size: 30px !important;
    }

    .interviewWith .twoimg {
        margin-top: 60px !important;
    }
}

@media screen and (min-width:1240px) {
    .interviewWith .content_top {
        /*
        padding-right: 25% !important;
        background-size: 27% auto;
        */
    }
    
    .interviewWith .sms_con {
        padding-top: 60px;
    }
    
    .interviewWith .sms_con .sms_conbox {
        margin-bottom: 20px;
    }
    
    .interviewWith .sms_con .sms_conbox h3 {
        margin-bottom: 15px;
    }
    
    .interviewWith .sms_con .imgbox2 {
        margin-bottom: 50px;
    }
    
    .interviewWith .sms_con .leftimgbox,
    .interviewWith .sms_con .rightimgbox {
        font-size: 0;
    }
    
    .interviewWith .sms_con .leftimgbox .imgbox {
        display: inline-block;
        width: 35%;
        vertical-align: top;
    }
    
    .interviewWith .sms_con .leftimgbox p {
        display: inline-block;
        width: 65%;
        padding-left: 3%;
        vertical-align: top;
        font-size: 16px;
    }
    
    .interviewWith .sms_con .rightimgbox .imgbox {
        display: inline-block;
        width: 45%;
        margin-top: -3%;
        vertical-align: top;
    }
    
    .interviewWith .sms_con .rightimgbox p {
        display: inline-block;
        width: 55%;
        padding-right: 3%;
        vertical-align: top;
        font-size: 16px;
    }
    
    .interviewWith .twoimg {
        margin-bottom: 0px;
    }
    
    .interviewWith .twoimg ul li {
        width: 49.5%;
    }
    
    .interviewWith .hw-guide {
        padding: 20px 40px;
    }
}

@media screen and (min-width:1400px) {
    .interviewWith .content_top {
        /*
        padding-right: 350px !important;
        background-size: 300px;
        */
    }
}


.table-box {
    position: relative;
    overflow-x: auto;
    margin-top: 20px;
}

.basic-tbl {
    width: 700px;
}

.basic-tbl th,
.basic-tbl td {
    padding: 10px;
    border: 1px solid #dcdcdc;
    text-align: center;
    font-size: 12px;
}

.basic-tbl tr:first-child th,
.basic-tbl tr:first-child td  {
    border-top-color: #333;
}

.basic-tbl th {
    background-color: #f1f1f1;
    font-weight: bold;
}

@media screen and (min-width:767px) {
    .basic-tbl {
        width: 100%;
    }

    .basic-tbl th,
    .basic-tbl td {
        padding: 15px 10px;
        font-size: 14px;
    }

    .basic-tbl td {
        padding: 15px 25px;
    }
}


.lrbox {
    position: relative;
}

.lrbox .lrbox-l {
    margin-bottom: 20px;
}

@media screen and (min-width:979px) {
    .lrbox {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }
    
    .lrbox .lrbox-l {
        width: 65%;
        margin-bottom: 0;
    }
    
    .lrbox .lrbox-r {
        width: 30%;
        background: url("./img/sms_img1.jpg") no-repeat center bottom/100% auto;
    }
    
    .lrbox .lrbox-r img {
        display: none;
    }
}</pre></body></html>