
.sub-wrap {
    color: #111111;
    padding-top: 120px;
}

.medical-banner-wrap {
    position: relative;
    height: 442px;
}

    .medical-banner-wrap .medical-banner {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-image: url(/UploadFile/Sub/Information/medical00.jpg);
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

        .medical-banner-wrap .medical-banner > div {
        }

        .medical-banner-wrap .medical-banner .medical {
            letter-spacing: 8px;
            text-transform: uppercase;
        }

        .medical-banner-wrap .medical-banner .medical-title {
            margin-bottom: 40px;
        }

.doctor-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 100px 0;
}

    .doctor-wrap .doctor-content {
        width: 100%;
        max-width: 1090px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        padding: 0 15px;
        box-sizing: border-box;
    }

        .doctor-wrap .doctor-content .doctor-box {
            width: 100%;
            max-width: 800px;
            display: flex;
            justify-content: space-between;
            margin-top: 30px;
            gap: 20px;
        }

            .doctor-wrap .doctor-content .doctor-box .doctor {
                width: 50%;
                cursor: pointer;
                margin-right: 20px;
            }

                .doctor-wrap .doctor-content .doctor-box .doctor:last-child {
                    margin-right: 0;
                }

                .doctor-wrap .doctor-content .doctor-box .doctor .image {
                    overflow: hidden;
                }

                    .doctor-wrap .doctor-content .doctor-box .doctor .image img {
                        width: 100%;
                        transition: .5s;
                    }

                .doctor-wrap .doctor-content .doctor-box .doctor:hover .image img {
                    transform: scale(1.05);
                    transition: .5s;
                }

                .doctor-wrap .doctor-content .doctor-box .doctor .info {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    margin-top: 10px;
                }

                    .doctor-wrap .doctor-content .doctor-box .doctor .info > div {
                    }


.doctor-detail-wrap {
    position: fixed;
    top: 90px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 10;
    width: 100%;
    height: 90%;
    display: none;
    overflow: hidden;
    background-color: #f4f5f9;
}


    .doctor-detail-wrap .doctor-arrow {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .doctor-detail-wrap .doctor-arrow > div {
            width: 50px;
            height: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
            transform: rotate(90deg);
            border: 1px solid #ddd;
            margin-top: -1px;
            background-color: #fff;
            color: #ddd;
            cursor: pointer;
        }

            .doctor-detail-wrap .doctor-arrow > div i {
            }

    .doctor-detail-wrap .doctor-info-wrap {
        width: 50%;
        box-sizing: border-box;
    }

        .doctor-detail-wrap .doctor-info-wrap > div {
            padding: 0 20px 0 100px;
        }

        .doctor-detail-wrap .doctor-info-wrap .doctor-close {
            position: absolute;
            top: 35px;
            right: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 0;
            font-size: 50px;
            cursor: pointer;
        }

        .doctor-detail-wrap .doctor-info-wrap .doctor-title-wrap {
            padding-top: 50px;
        }

            .doctor-detail-wrap .doctor-info-wrap .doctor-title-wrap .subtitle {
            }

            .doctor-detail-wrap .doctor-info-wrap .doctor-title-wrap .title {
            }

        .doctor-detail-wrap .doctor-info-wrap .doctor-tab {
            display: flex;
            margin-top: 10px;
        }

            .doctor-detail-wrap .doctor-info-wrap .doctor-tab .tab {
                min-width: 100px;
                padding: 10px;
                background: #fff;
                color: #000;
                text-align: center;
                border: 1px solid #000;
                margin-left: -1px;
                cursor: pointer;
            }

                .doctor-detail-wrap .doctor-info-wrap .doctor-tab .tab.active {
                    background: #000;
                    color: #fff;
                }

        .doctor-detail-wrap .doctor-info-wrap .doctor-info {
            height: calc(100% - 235px);
        }

            .doctor-detail-wrap .doctor-info-wrap .doctor-info > div {
                height: 100%;
                overflow: auto;
                margin-top: 30px;
                color: #000;
                display: none;
            }

                .doctor-detail-wrap .doctor-info-wrap .doctor-info > div p {
                    text-align: left;
                    margin-bottom: 15px;
                }

            .doctor-detail-wrap .doctor-info-wrap .doctor-info .history p {
                line-height: 35px;
            }

            .doctor-detail-wrap .doctor-info-wrap .doctor-info > div.active {
                display: block;
            }

            .doctor-detail-wrap .doctor-info-wrap .doctor-info > div p img {
                max-width: 100%;
            }

            .doctor-detail-wrap .doctor-info-wrap .doctor-info > div p span {
                display: block;
            }

@media screen and (max-width: 1024px) {
    .doctor-detail-wrap {
        flex-direction: column;
    }

        .doctor-detail-wrap .doctor-image-wrap {
            width: 100%;
            height: 50%;
            background-size: contain;
        }

        .doctor-detail-wrap .doctor-arrow {
            display: flex;
            width: 100%;
            top: 25%;
        }
            .doctor-detail-wrap .doctor-arrow > div {
                position: absolute;
                transform: rotate(0);
            }

            .doctor-detail-wrap .doctor-arrow > div.left {
                left: 0;
            }
                .doctor-detail-wrap .doctor-arrow > div.right {
                    right: 0;
                }

        .doctor-detail-wrap .doctor-info-wrap {
            width: 100%;
            height: 50%;
        }
}

@media screen and (max-width: 768px) {

	.doctor-detail-wrap {
		top: 50px;
	    z-index: 2;
	}
    .sub-wrap {
        padding-top: 80px;
    }

    .medical-banner-wrap {
        height: 300px;
    }

    .medical-banner-wrap .medical-banner {
        background-size: auto 100%;
    }

    .medical-banner-wrap .medical-banner .medical {
        letter-spacing: 4px;
    }

    .doctor-wrap {
        margin: 50px 0;
    }

    .doctor-detail-wrap .doctor-image-wrap {
        background-size: cover;
    }

    .doctor-detail-wrap .doctor-info-wrap .doctor-close {
        top: 20px;
        right: 30px;
        font-size: 30px;
    }

    .doctor-detail-wrap .doctor-info-wrap .doctor-title-wrap {
        padding-top: 30px;
    }

    .doctor-detail-wrap .doctor-info-wrap .doctor-info {
        height: calc(100% - 185px);
    }

    .doctor-detail-wrap .doctor-info-wrap > div {
        padding: 0 20px 0 20px;
    }

    .doctor-detail-wrap .doctor-info-wrap .doctor-tab .tab {
        /*width: 30%;*/
        flex:1;
    }
}







/* ¹«·á»ó´ã ÄíÆù ¹Ù·Î ¹Þ±â ¿À¹ö·¹ÀÌ */
.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6); /* ¹ÝÅõ¸í ¾îµÎ¿î ¹è°æ */
	display: flex;
	align-items: flex-end;
	justify-content: center;
	z-index: 9999;
}

.popup-container {
	background: none;
	padding: 0;
	max-width: 100%;
}

.popup-container img {
	width: 100%;
	height: auto;
	display: block;
}


/* ¼±È£µµÁ¶»ç 1¹ø ÄÉÀÌ½º */
.preference_fullscreen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #8fcaff;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	z-index: 9999;
}

header {
	text-align: center;
	padding: 20px 10px 10px;
	color: #fff;
}

header h1 {
	font-size: 26px;
	font-weight: 900;
	margin-bottom: 6px;
}

.topic_select {
	background: #fff;
	padding: 20px;
	margin: 20px 10px;
	border-radius: 12px;
}

.question {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
	text-align: center;
}

.radio_buttons {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

.radio_buttons label {
	flex: 1;
}

.radio_buttons input[type="radio"] {
	display: none;
}

.radio_buttons span {
	display: block;
	padding: 12px 0;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 10px; /* Å¸¿ø ¡æ ¶ó¿îµå ³×¸ð */
	background: #f5f5f5;
	color: #333;
	font-size: 14px;
}

.radio_buttons input[type="radio"]:checked + span {
	background: #000;
	color: #fff;
	border-color: #000;
}

.image_grid {
	padding: 20px;
	margin: 0 10px;
	background: #fff;
	border-radius: 12px; /* Èò ¹è°æ + ¶ó¿îµå Ã³¸® */
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.image_grid img {
	border: 2px solid transparent;
	border-radius: 10px;
	cursor: pointer;
	width: 100%;
	transition: border 0.2s ease;
}

.image_grid.nose img {
	width: 48%;
}

.image_grid img.selected {
	border: 4px solid #000; /* °ËÁ¤ Å×µÎ¸® µÎ²®°Ô */
}

.image_grid .question {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
}

.bottom_btn_wrap {
	margin: 20px 10px 30px;
}

.bottom_btn_wrap button {
	width: 100%;
	padding: 15px;
	border-radius: 30px;
	background: #000;
	color: #caff95;
	font-weight: bold;
	font-size: 16px;
	border: none;
}


/* 2¹øÂ° ÄÉÀÌ½º¿¡ ÇÊ¿ä css*/
.sub_note {
	text-align: center;
	font-size: 14px;
	background: #e6ffb9; /* ¿¬µÎ À½¿µ */
	padding: 8px 12px;
	margin-bottom: 12px;
	border-radius: 8px;
	color: #333;
}





