@charset "utf-8";

.stem-cell-injection .sub_visual .t01 {font-size:18px; color:#fff; letter-spacing:0;}
.stem-cell-injection .sub_visual .t02 {color:#fff;}
.stem-cell-injection .sub_visual .txt {color:#fff;}
.stem-cell-injection .sub_visual h2 strong {color:#fff;}
.stem-cell-injection .sub_visual h2:before {background:#fff;}
.stem-cell-injection .sub_visual .t03 {margin-top:30px; font-family:'Gotham book',sans-serif; font-size:32px; color:rgba(255,255,255,0.2); line-height:1.3; text-transform:uppercase; font-weight:700;}

.surgery_step .t02 strong {font-weight:800;}
.italic {font-style:italic;}
.sub_common_custom {padding-top:10px;padding-bottom:50px;padding-left: 10px;padding-right: 10px;}

img{
    caret-color: transparent;
}

.step02-img{
    background-image: url('/images/stem-cell-injection/surgery_step0203.png');
    background-size: cover; /* 이미지가 컨테이너에 꽉 차도록 */
    background-position: center; /* 이미지 중앙 정렬 */
}

.onskyblue {
    background: #EAF4FE;
}
.surgery_step .bg{
    background: #EAF4FE;
}

.csection .bottom{
    padding-bottom:100px;
}

.surgery_info .s01 .circle,
.surgery_info .s03 .circle {
    background:#017CB7;
}

.surgery_info .s02 .circle,
.surgery_info .s04 .circle {
    background:#fff;
    color:#000;
}

.surgery_info .circle p{
    padding-top:25%;
    background: none;
}

.sub_common03.onskyblue .cont02 {
    background: #496477;
}

.surgery_step .hbox {
    width: 95%;
    text-align: center;
    margin: 0 auto;
    background: #C8E3FE;
    font-weight: 800;
    font-size: 27px;
    color: #000;
    padding-bottom: 5px;
    padding-top: 5px;
}

.ctxt p{
    display: inline-block;
}


.comparison-table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    table-layout: auto;
}

.comparison-table th, .comparison-table td {
    border-bottom: 2px solid #DDDDDD; /* 아래쪽 선만 남김 */
    padding: 20px;
    font-size: 18px;
    line-height: 1.5;
}

.comparison-table th {
    font-size: 25px;
    font-weight: bold;
    vertical-align: middle;
}

/* 헤더 스타일 */
.header-left {
    background-color: #ECECEC;
    width: 40%;
    text-align: right;
    color: #000;
    border-left: none;  /* 왼쪽 선 없애기 */
    border-top: none;   /* 위쪽 선 없애기 */
}

.vs-cell {
    background-color: white;
    font-weight: bold;
    font-size: 28px;
    color: #000;
    width: 10%;
    min-width: 70px;
    border-left: none;  /* 왼쪽 선 없애기 */
    border-right: none; /* 오른쪽 선 없애기 */
    border-top: none;   /* 위쪽 선 없애기 */
}

thead .vs-cell {
    color: #C9E2FF;
    font-size: 35px;
    font-weight: 800;
}

.header-right {
    background-color: #d9e9f7;
    width: 40%;
    text-align: left;
    color: #017CB5;
    border-right: none; /* 오른쪽 선 없애기 */
    border-top: none;   /* 위쪽 선 없애기 */
}

/* 셀 스타일 */
.cell-left {
    background-color: #ECECEC;
    font-size: 16px;
    text-align: right;
    color: #000;
    border-left: none;  /* 왼쪽 선 없애기 */
    font-weight: 800;
}

.cell-right {
    background-color: #e7f4fa;
    font-size: 16px;
    text-align: left;
    color: #017CB5;
    border-right: none; /* 오른쪽 선 없애기 */
    font-weight: 800;
}

/* 중간에 투명한 박스를 만드는 컨테이너 */
.content-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    background: rgb(16 20 10 / 70%); /* 중앙 박스의 반투명 배경 */
    color: white;
    text-align: center;
    margin-bottom: 10px;
}

.content-container h1, .content-container h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}
.ext h2{
    margin-bottom: -7px;
}

.content-container h2 {
    font-size: 28px;
    color: #C9E2FF; /* 하이라이트 색상 */
}

.content-container p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
    color:#AAC3DB
}

.ext p{
    color:#CDC595;
}

/* 투명한 상단과 하단 영역 */
.transparent-top, .transparent-bottom {
    height: 150px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7)); /* 투명도 조정 */
}

.transparent-bottom {
    background: linear-gradient(rgba(0, 0, 0, 0.7), transparent); /* 하단 투명 */
}

.content-container.section {
    margin-top: 30px;
}

@media (max-width: 767.9px) {
    .surgery_info .circle p{
        padding-top: 19%;
        background: none;
    }

    .surgery_step .hbox {
        width: 100%;
        font-size: 20px;
    }

    .comparison-table th, .comparison-table td {
        padding: 10px;
        font-size: 14px;
    }

    .vs-cell {
        font-size: 20px;
        min-width: 70px;
    }

    .content-container {
        width: 90%;
        padding: 30px 10px;
    }

    .content-container h1, .content-container h2 {
        font-size: 23px;
    }

    .content-container p {
        font-size: 16px;
    }
}