/* main_hero */
#main {
	overflow-x: hidden;
	vertical-align: top;
	box-sizing: border-box;
	font-family: "Noto Sans KR", sans-serif;
}
.pc_img {
	display: block;
}
.mo_img {
	display: none;
}
/* 공통요소 */
.main_container {
	width: 100%;
	max-width: 1408px;
	margin: 0 auto;
}
.main_cage {
	padding: 110px 0;
}
.common_tit {
	font-size: 48px;
	line-height: 38px;
	font-weight: 600;
}
.common_tit .point {
	color: #cda892;
	text-transform: uppercase;
}
.common_desc {
	margin-top: 20px;
	font-size: 23px;
	line-height: 38px;
	color: #848484;
	font-weight: 400;
}
.more_btn {
	margin-bottom: 26px;
	text-align: right;
}
.more_btn a {
	font-size: 17px;
	font-weight: 400;
	color: #a4a4a4;
	display: inline-block;
	padding-left: 20px;
}
.mobile_br {
	display: none;
}

/* 메인 배너 */
#main_hero {
	position: relative;
	height: 100vh;
	background-color: #fff;
}
#main_hero .swiper-slide {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	position: relative;
}
#main_hero .swiper-container {
	overflow: hidden;
	touch-action: pan-y;
}
#main_hero .swiper-slide a {
	pointer-events: auto;
	display: inline-block;
	width: 100%;
	height: 100%;
}
#main_hero .swiper-slide {
	position: relative;
	cursor: pointer;
	pointer-events: auto;
	overflow: hidden;
}
#main_hero .swiper-slide a {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#main_hero .swiper-slide a video {
	object-fit: cover !important;	
}

#main_hero .swiper-slide > a > img,
#main_hero .swiper-slide > a > iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
	touch-action: none;
	pointer-events: none;
	user-select: none;
	-webkit-user-drag: none;
}
#main_hero .swiper-slide .pc_banner {
}
#main_hero .swiper-slide .mo_banner {
	display: none;
}
#main_hero .slide03 .txt {
	position: absolute;
	left: calc(100vw - 73.33vw - 13vw);
	top: calc(50% + 44px);
	transform: translateY(-50%);
	color: #fff;
}
#main_hero .slide03 .txt span {
	font-size: 39px;
	line-height: 58px;
	font-weight: 400;
	display: inline-block;
}
#main_hero .slide03 .txt h3 {
	font-size: 60px;
	line-height: 58px;
	font-weight: 700;
	margin: 23px 0 50px;
}
#main_hero .slide03 .txt .link {
	position: relative;
	width: 40%;
	display: flex;
	align-items: center;
	gap: 0 14px;
	padding: 23px 43px;
	justify-content: center;
	border: 1px solid #fff;
	border-radius: 50px;
	z-index: 2;
	transition: background-color 0.3s ease;
}
#main_hero .slide03 .txt .link::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	z-index: 1;
	transition: background-color 0.3s ease;
}
#main_hero .slide03 .txt .link:hover::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	background-color: rgba(255, 255, 255, 0.22);
	z-index: 1;
	transition: background-color 0.3s ease;
}

#main_hero .slide03 .txt .link p {
	font-size: 20px;
	font-weight: 600;
}
#main_hero .slide03 .txt .link img {
	width: 12px;
	margin-top: 3px;
}
#main_hero .slide03 .txt span,
#main_hero .slide03 .txt h3,
#main_hero .slide03 .txt .link {
	opacity: 0;
	transform: translateY(50px);
	transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
}
/* #main_hero .txt .link {
	transition: background-color 0.3s ease-in-out;
} */
#main_hero .swiper-slide-active.slide03  .txt span {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.3s;
}
#main_hero .swiper-slide-active.slide03  .txt h3 {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.5s;
}
#main_hero .swiper-slide-active.slide03  .txt .link {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.7s;
	
}

#main_hero .slide02 .txt {
	position: absolute;
	left: 50%;
	top: 18%;
	transform: translateX(-50%);
	color: #fff;
	text-align: center;
}
#main_hero .slide02 .txt span {
	font-size: 32px;
	line-height: 53px;
	font-weight: 400;
	display: inline-block;
}
#main_hero .slide02 .txt h3 {
	font-size: 60px;
	line-height: 53px;
	font-weight: 700;
	margin: 16px 0 50px;
	color: #ebd1b8;
}
#main_hero .slide02 .txt .link {
	position: relative;
	width: 36%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 0 14px;
	padding: 18px 23px;
	justify-content: center;
	border: 1px solid #fff;
	border-radius: 50px;
	z-index: 2;
	transition: background-color 0.3s ease;
}
#main_hero .slide02 .txt .link::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	z-index: 1;
	transition: background-color 0.3s ease;
}
#main_hero .slide02 .txt .link:hover::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	background-color: rgba(255, 255, 255, 0.22);
	z-index: 1;
	transition: background-color 0.3s ease;
}

#main_hero .slide02 .txt .link p {
	font-size: 20px;
	font-weight: 600;
}
#main_hero .slide02 .txt .link img {
	width: 12px;
	margin-top: 3px;
}
#main_hero .slide02 .txt span,
#main_hero .slide02 .txt h3,
#main_hero .slide02 .txt .link {
	opacity: 0;
	transform: translateY(50px);
	transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
}
/* #main_hero .txt .link {
	transition: background-color 0.3s ease-in-out;
} */
#main_hero .swiper-slide-active.slide02  .txt span {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.3s;
}
#main_hero .swiper-slide-active.slide02  .txt h3 {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.5s;
}
#main_hero .swiper-slide-active.slide02  .txt .link {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.7s;
	
}
#main_hero .swiper-button-prev {
	background: url(/images/middle-aged/main/main_banner_arrow_prev.png) no-repeat;
	background-size: cover;
	width: 32px;
	height: 63px;
	left: var(--swiper-navigation-sides-offset, 5.1%);
	top: var(--swiper-navigation-top-offset, calc(50% + 44px));
}
#main_hero .swiper-button-next {
	background: url(/images/middle-aged/main/main_banner_arrow_next.png) no-repeat;
	background-size: cover;
	width: 32px;
	height: 63px;
	right: var(--swiper-navigation-sides-offset, 5.1%);
	top: var(--swiper-navigation-top-offset, calc(50% + 44px));
}
#main_hero .swiper-button-next::after,
#main_hero .swiper-button-prev::after {
	display: none;
}
#main_hero .pager {
	position: absolute;
	left: 50%;
	bottom: 70px;
	z-index: 90;
	transform: translateX(-50%);
	width: max-content;
}
#main_hero .pager span {
	opacity: 0.3;
	position: relative;
	width: 28px;
	height: 28px;
	background-color: transparent;
	transition: all 0.3s;
}
#main_hero .pager span.on {
	opacity: 1;
}
#main_hero .pager span:before {
	opacity: 0;
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid #fff;
	border-radius: 50%;
	transition: all 0.3s;
}
#main_hero .pager span.on:before {
	opacity: 1;
	width: 19px;
	height: 19px;
}
#main_hero .pager span.on:after {
	width: 8px;
	height: 8px;
}
#main_hero .pager span:after {
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: #fff;
}

/* +++++++++++++++++ 중년성형 시그니처 +++++++++++++++++*/
#main_signature {
	background-color: #fff;
}
#main_signature .sig_tit {
	text-align: center;
}
#main_signature .sig_con {
	margin-top: 48px;
}
#main_signature .sig_con .swiper-slide a {
	display: inline-block;
	overflow: hidden;
	text-align: right;
	width: 100%;
	touch-action: none;
	user-select: none;
	-webkit-user-drag: none;
}
#main_signature .sig_con .swiper-slide.link01 a {
	background-color: #f6f1ed;
}
#main_signature .sig_con .swiper-slide.link02 a {
	background-color: #f6f3ed;
}
#main_signature .sig_con .swiper-slide.link03 a {
	background-color: #f6eeed;
}
#main_signature .sig_con .swiper-slide.link04 a {
	background-color: #f6f1ed;
}
#main_signature .sig_con .swiper-slide.link05 a {
	background-color: #f6f3ed;
}
#main_signature .sig_con .swiper-slide.link06 a {
	background-color: #f6eeed;
}
#main_signature .sig_con .swiper-slide .txt {
	color: #222;
	position: absolute;
	left: 30px;
	top: 46px;
	text-align: left;
}
#main_signature .sig_con .swiper-slide .txt h3 {
	font-size: 33px;
	font-weight: 600;
	margin-bottom: 16px;
}
#main_signature .sig_con .swiper-slide .txt p {
	font-size: 17px;
	font-weight: 400;
	display: inline-block;
	position: relative;
}
#main_signature .sig_con .swiper-slide .txt p::before {
	position: absolute;
	content: "";
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(/images/middle-aged/main/signature_arrow.png);
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
#main_signature .sig_con .swiper-slide a img.pc_img {
	transition: scale 0.3s ease;
	transform-origin: bottom right;
	position: relative;
	width: 100%;
}
#main_signature .sig_con .swiper-slide a:hover img {
	scale: 1.05;
	transition: scale 0.3s ease;
	transform-origin: bottom right; /* Scale from the top-left corner */
}
#main_signature .sig_con {
	position: relative;
}
#main_signature .swiper-button-next::after,
#main_signature .swiper-button-prev::after {
	display: none;
}
#main_signature .sig_con .swiper-button-next {
	position: absolute;
	right: -7%;
	width: 67px;
}
#main_signature .sig_con .swiper-button-prev {
	position: absolute;
	left: -7%;
	width: 67px;
}
#main_signature .sig_con .swiper-pagination {
	display: none;
}

/* 성형은 당연히 메이드영 */
#main_story {
	background-color: #eeece7;
}
#main_story .story_con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#main_story .story_con .txt {
}
#main_story .story_con .txt h4 {
	font-size: 48px;
	line-height: 63px;
	margin-bottom: 46px;
	color: #0c0c0c;
	font-weight: 700;
}
#main_story .story_con .txt .point {
	color: #cda993;
}
#main_story .story_con .txt p {
	color: #3a3939;
	font-size: 28px;
	line-height: 44px;
	font-weight: 400;
}
#main_story .story_con .txt p span {
	font-weight: 600;
}
#main_story .story_con .img {
	width: 46%;
	aspect-ratio: 3/1.7;
	align-items: center;
}
#main_story .story_con .img video {
	width: 100%;
}

/* 메이드영 TV */
#main_youtube {
	background-color: #fff;
}
#main_youtube .youtube_tit {
	text-align: center;
}
#main_youtube .youtube_con {
}
#main_youtube .youtube_con .youtube_play {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#main_youtube .youtube_con .youtube_play .video_area {
	width: 55%;
	aspect-ratio: 16/9;
}
#main_youtube .youtube_con .youtube_play .video_area iframe {
	width: 100%;
	height: 100%;
}
#main_youtube .youtube_con .youtube_play .thumb_area {
	width: 43%;
	/* aspect-ratio: 16/9; */
}
#main_youtube .youtube_con .youtube_play .thumb_area .swiper-slide {
	display: flex;
}
#main_youtube .youtube_con .youtube_play .thumb_area .swiper {
	height: 100%;
	padding: 0 20px;
}
#main_youtube .youtube_con .youtube_play .thumb_area .swiper-slide {
	height: auto !important;
	display: flex;
	align-items: center;
	cursor: pointer;
}
#main_youtube .youtube_con .youtube_play .thumb_area .swiper-slide::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	bottom: -15px;
	background-color: #e7e7e7;
}
#main_youtube .youtube_con .youtube_play .thumb_area .title {
	font-size: 21px;
	color: #222222;
	font-weight: 400;
	width: 65%;
	padding: 0 20px 0 30px;
	word-break: keep-all;
}
#main_youtube .youtube_con .youtube_play .thumb_area .swiper-scrollbar-drag {
	background: #b4b7c0 !important;
}
#main_youtube .youtube_con .youtube_play .thumb_area .thumb {
	position: relative;
	max-width: 150px;
}
#main_youtube .youtube_con .youtube_play .thumb_area img {
	width: 100%;
	filter: grayscale(100%) opacity(0.7);
	transition: filter 0.3s;
}
#main_youtube .youtube_con .youtube_play .thumb_area .youtube-item.active img {
	filter: grayscale(0%) opacity(1);
}
#main_youtube .youtube_con .swiper-button-prev,
#main_youtube .youtube_con .swiper-button-next {
	display: none;
}

#main_youtube .youtube_con .youtube_play .thumb_area .mobile_list,
#main_youtube .youtube_con .youtube_play .thumb_area .youtube_more_btn {
	display: none;
}

/* 메이드영 리얼스토리 */
#main_real {
	background-color: #f9f7f5;
}
#main_real .real_tit {
	text-align: center;
}
#main_real .real_con .txt {
	margin-top: 22px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#main_real .real_con .txt p {
	font-size: 21px;
	font-weight: 400;
	color: #222;
	display: inline-block;
	width: calc(100% - 90px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
#main_real .real_con .txt span {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	padding: 5px 18px;
	background-color: #33324a;
	border-radius: 30px;
}
#main_real .real_con {
	position: relative;
}
#main_real .real_con .swiper-slide .img {
	cursor: pointer;
	position: relative;
}
#main_real .real_con .swiper-slide .img span {
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	bottom: 25%;
	z-index: 100;
	font-size: 17px;
	font-weight: 400;
	color: #b6b6b6;
	display: none;
	transition: all 0.3s ease;
}
#main_real .real_con .swiper-slide .img {
	cursor: pointer;
	position: relative;
}
#main_real .real_con .swiper-slide .img::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 20%;
	height: 22%;
	transition: background-color 0.3s ease, background 0.3s ease;
}
#main_real .real_con .swiper-slide .img:hover::after {
	background: url(/images/middle-aged/main/plus_icon.png) no-repeat center center;
	background-size: cover;
}
#main_real .real_con .swiper-slide .img:hover span {
	display: block;
	transition: all 0.3s ease;
}
#main_real .real_con .swiper-slide .img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	transition: background-color 0.3s ease;
}

#main_real .real_con .swiper-slide .img:hover::before {
	background-color: rgba(0, 0, 0, 0.6);
}
#main_real .swiper-button-next::after,
#main_real .swiper-button-prev::after {
	display: none;
}
#main_real .real_con .swiper-button-next {
	position: absolute;
	right: -7%;
	width: 67px;
}
#main_real .real_con .swiper-button-prev {
	position: absolute;
	left: -7%;
	width: 67px;
}
#main_real .real_con .swiper-pagination {
	display: none;
}

/* 결과의 차이 */
#main_diffrence {
	position: relative;
}
#main_diffrence .doctor_bg {
	position: fixed;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: url(/images/middle-aged/main/doctor_bg.jpg?ver=250311) no-repeat center top;
	background-size: cover;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translateZ(0);
}
#main_diffrence .banner_container {
	width: 100%;
	height: 720px;
	overflow: hidden;
}
#main_diffrence .txt {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 36px 0;
}
#main_diffrence .txt p {
	font-size: 58px;
	line-height: 77px;
	font-weight: 600;
	color: #fff;
	letter-spacing: -1.75px;
}
#main_diffrence .txt p .point {
	color: #edd2c2;
}
#main_diffrence .txt > div {
	font-size: 29px;
	line-height: 48px;
	font-weight: 400;
	color: #fff;
}
/* 메이드영 병원 정보 */
#main_info {
	background-color: #fff;
}
#main_info .info_con {
	display: flex;
	justify-content: space-between;
}
#main_info .info_con .tit {
	font-family: "Montserrat", sans-serif;
	font-size: 29px;
	line-height: 33px;
	font-weight: 600;
	color: #222;
	margin-bottom: 20px;
}
#main_info .contact_area {
}
#main_info .contact_area .num a {
	font-size: 53px;
	line-height: 100%;
	font-weight: 600;
	color: #cca892;
	margin-bottom: 42px;
	display: inline-block;
}
#main_info .contact_area .list {
	font-size: 20px;
	line-height: 29px;
	color: #222;
}
#main_info .contact_area .list .list_tit {
	margin-bottom: 10px;
	font-weight: 600;
}
#main_info .contact_area .list li {
	font-weight: 400;
}
#main_info .contact_area .list li .day {
	display: inline-block;
	width: 60px;
	text-align: left;
	letter-spacing: 1px;
}
#main_info .contact_area .list li:first-child .day {
	letter-spacing: 0;
}
#main_info .contact_area .list li .day .spaced {
	display: inline-block;
	width: 20px;
}
#main_info .contact_area .map_video {
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	width: 276px;
	height: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	background-color: #cca892;
	border-radius: 30px;
	cursor: pointer;
	margin-top: 46px;
}
#main_info .contact_area .map_video img {
	width: 24px;
	height: 24px;
}
#main_info .location_area {
	color: #222;
	width: 27%;
}
#main_info .location_area address {
	margin-bottom: 42px;
	font-size: 20px;
	line-height: 29px;
	font-weight: 400;
}
#main_info .location_area > div span {
	font-size: 20px;
	line-height: 31px;
	font-weight: 600;
}
#main_info .location_area > div p {
	font-size: 20px;
	line-height: 27px;
	font-weight: 400;
	margin-top: 10px;
}
#main_info .location_area > div small {
	color: #f73131;
	font-size: 16px;
	line-height: 27px;
	font-weight: 400;
}
#main_info .location_area .case01 {
	margin: 42px 0 42px;
}
#main_info .map_area {
	width: 500px;
	height: 385px;
	position: relative;
}
#main_info .map_area #map {
	height: 100%;
}
#main_info .map_area .map_txt {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	z-index: 100;
	width: 100%;
	height: 52px;
	display: flex;
	font-size: 22px;
	color: #dadee2;
	letter-spacing: -1.2px;
	background-color: #1b1b1b;
	justify-content: center;
	align-items: center;
	font-weight: 400;
}
#main_info .map_area .map_txt b {
	font-weight: 600;
	color: #fff;
}
#main_info .map_video_pop {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9999;
}
#main_info .map_video_pop .map_bg {
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.7);
}
#main_info .map_video_pop .map_video_con {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60%;
	aspect-ratio: 16/9;
	transform: translate(-50%, -50%);
	z-index: 99999;
	margin: 0 auto;
}
#main_info .map_video_pop .map_video_con .map_video_close {
	position: absolute;
	right: -10px;
	top: -44px;
	padding: 10px;
	cursor: pointer;
}
#main_info .map_video_pop .map_video_con .map_video_close svg {
	width: 20px;
	height: 20px;
}
#main_info .map_video_pop .map_video_con iframe {
	width: 100%;
	height: 100%;
}

/* 이벤트 퀵 */
#quick_event {
	position: fixed;
	bottom: 100px;
	left: 40px;
	z-index: 10;
	animation: quick_bounce 1.6s infinite;
	width: 150px;
	display: none;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}

#quick_event .quick_close_btn {
	position: absolute;
	content: "";
	right: 0;
	top: 20px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
@keyframes quick_bounce {
	0%,
	100%,
	20%,
	53%,
	80% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	40%,
	43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}
/* 퀵 유튜브 */
#quick_youtube {
	position: fixed;
	bottom: 80px;
	right: 20px;
	z-index: 105;
	width: 10vw;
	min-width: 100px;
	display: none;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

/* 퀵바 */
#main_quick_bar {
	background-color: rgba(32, 32, 32, 0.9);
	width: 100%;
	height: 74px;
	position: fixed;
	bottom: 0;
	z-index: 99;
	box-sizing: border-box;
	display: none;
}
#main_quick_bar.show {
	display: block;
}

#main_quick_bar.show {
	display: block;
	opacity: 1; /* 나타날 때 완전하게 보이도록 */
}
#main_quick_bar .quick_container {
	width: 80%;
	max-width: 1400px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#main_quick_bar .tit {
	word-break: keep-all;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	display: inline-block;
	width: 10%;
	margin-right: 1.5%;
}
#main_quick_bar .quick_form {
	width: 90%;
}
#main_quick_bar .quick_form select {
  -webkit-appearance:none
  -moz-appearance:none;
	appearance:none;
}
#main_quick_bar .quick_form select::-ms-expand{
  display:none;/*for IE10,11*/
}
#main_quick_bar .quick_form select {
	background-image:url('/images/middle-aged/utils/quick_select_arrow.png');
	background-repeat: no-repeat;
	background-position: right 10px center;
}
#main_quick_bar .quick_form form {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#main_quick_bar .quick_form .input_box {
	display: flex;
	gap: 0 9px;
}
#main_quick_bar .quick_form .input_box input,
#main_quick_bar .quick_form .input_box select {
	width: 166px;
	height: 40px;
	box-sizing: border-box;
	padding: 0;
	padding-left: 15px;
	color: #707070;
	font-size: 16px;
	font-weight: 600;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
	border-radius: 0;
}
#main_quick_bar .quick_form .radios {
	display: flex;
	flex-wrap: wrap;
	width: 24%;
}
#main_quick_bar .quick_form .radios > div {
	margin-right: 15px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
}
#main_quick_bar .quick_form .radios > div label {
	cursor: pointer;
}
#main_quick_bar .quick_form .radios a {
	color: #fff;
}
#main_quick_bar .quick_form button {
	width: 214px;
	height: 50px;
	display: flex;
	align-items: center;
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	background-color: #c29d87;
	padding-left: 30px;
	position: relative;
	cursor: pointer;
}
#main_quick_bar .quick_form button::after {
	position: absolute;
	content: "";
	right: 30px;
	background-image: url(/images/middle-aged/main/quick_counsel_btn_arrow.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 10px;
	height: 16px;
}

/* 퀵네비 */
#quick_nav .pc_quick {
	position: fixed;
	right: 0;
	top: calc(50% + 22px);
	transform: translateY(-50%);
	width: 90px;
	box-sizing: border-box;
	z-index: 50;
}
#quick_nav .pc_quick ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
	border: 1px solid #e4e4e4;
	overflow: hidden;
	border-right: 0;
	border-bottom: 0;
	border-radius: 5px 0 0 0;
}
#quick_nav .pc_quick ul li {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	text-align: center;
	justify-content: center;
	border-bottom: 1px solid #e4e4e4;
	transition: all 0.3s ease;
}
#quick_nav .pc_quick ul li.kakao {
	background-color: #eedd40;
}
#quick_nav .pc_quick ul li.kakao:hover {
	background-color: #eedd40;
}
#quick_nav .pc_quick ul li:hover {
	background-color: #f4f4f4;
}
#quick_nav .pc_quick ul li a {
	padding: 18px 0;
}
#quick_nav .pc_quick ul li img {
	width: 25px;
}
#quick_nav .pc_quick ul li p {
	font-size: 13px;
	line-height: 20px;
	font-weight: 600;
	margin-top: 2px;
}
#quick_nav .pc_quick .top_btn {
	background-color: #33324a;
	width: 100%;
	font-size: 13px;
	line-height: 20px;
	font-weight: 600;
	color: #fff;
	padding: 8px 0;
	cursor: pointer;
	border-radius: 0 0 0 5px;
	position: relative; /* 삼각형 위치 조정을 위한 상대 위치 */
}
#quick_nav .pc_quick .top_btn::after {
	content: "";
	position: absolute;
	right: 20px; /* 버튼 내부에서 삼각형 위치 조정 */
	top: 50%;
	transform: translateY(-50%);
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 6px solid #ffffff; /* 하얀색 위쪽 삼각형 */
}
#quick_nav .mobile_quick {
	display: none;
}
.pc_quick_pop {
	height: 618px;
	display: none;
	position: fixed;
	right: 100px;
	top: calc(50% + 62px);
	transform: translateY(-50%);
	box-sizing: border-box;
	z-index: 50;
	background-color: #ececec;
	letter-spacing: -0.5px;
}
.pc_quick_pop .quick_pop_close {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	padding: 16px;
	z-index: 10;
}
.pc_quick_pop .cost_content {
	position: relative;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}
.pc_quick_pop .title {
	font-size: 36px;
	color: #171717;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 1;
}
.pc_quick_pop .desc {
	color:#828282;
	font-size: 16px;
	line-height: 1.4;
}
.pc_quick_pop .form_area {
	margin:25px 16px;
	padding:6px;
	background:#fff;
	text-align: left;
}
.pc_quick_pop .form_area table {
	padding:40px 30px;
	border:1px solid #ddd;
	width: 420px;
	margin: 0 auto;
}
.pc_quick_pop .form_area table tbody {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 0;
}
.pc_quick_pop .form_area table tr {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	grid-template: 0 10px;
}
.pc_quick_pop .form_area table th {
  width: 20%;
	font-size: 15px;
	color:#393939;
	font-weight: 600;
}
.pc_quick_pop .form_area table td {
	width: calc(80% - 10px);
}
.pc_quick_pop .form_area table td input,
.pc_quick_pop .form_area table td select {
	width: 100%;
	padding:6px;
	border:1px solid #ddd;
	outline:0;
	box-sizing: border-box;
	cursor: pointer;
	font-size: 16px;
}
.pc_quick_pop .form_area table .phone {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pc_quick_pop .form_area table .phone input {
	width: calc(100% / 3 - 8px);
}
.pc_quick_pop .chk_area {
	font-size: 14px;
	color: #828282;
}
.pc_quick_pop .chk_area label {
	cursor: pointer;
}
.pc_quick_pop .chk_area a {
	color: #000;
	font-weight: 600;
}
.pc_quick_pop .send {
	margin-top: 30px;
	font-size: 23px;
	color:#fff;
	font-weight: 400;
	padding: 6px 0 8px;
	width: 70%;
	cursor: pointer;
	background-color: #000;
}

#quick_kakao_pop {
	background-color: #f9e000;
	height: 618px;
	width: 464px;
}
#quick_kakao_pop .desc {
	margin-top: 16px;
	color:#74694c;
}
#quick_kakao_pop .kakao_content {
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#quick_kakao_pop .kakao_content .img {
	position: relative;
	width: 45%;
	left:55%;
	transform: translateX(-50%);
}
#quick_kakao_pop .form_area {
	margin:16px;
	padding:6px;
	background:transparent;
}
#quick_kakao_pop  .form_area table {
	padding:0 20px;
	border:0;
	width: 380px;
	margin: 0 auto;
}
#quick_kakao_pop .chk_area {
	width: 60%;
	margin: 0 auto;
	text-align: left;
}

/* 📌📌📌📌📌📌 1440px 이하 📌📌📌📌📌📌*/
@media (max-width: 1440px) {
	/* 공통요소 */
	.main_container {
		width: 82%;
	}
	.common_tit {
		font-size: 42px;
		line-height: 32px;
	}
	.common_desc {
		margin-top: 16px;
		font-size: 20px;
		line-height: 34px;
	}
	#main_hero .slide03 .txt {
		left: 10%;
	}
	#main_hero .slide03 .txt span {
		font-size: 32px;
		line-height: 54px;
		font-weight: 400;
		display: inline-block;
	}
	#main_hero .slide03 .txt h3 {
		font-size: 58px;
		line-height: 54px;
		margin: 10px 0 40px;
	}
	#main_hero .slide03 .txt .link p {
		font-size: 20px;
		font-weight: 600;
	}
	#main_hero .slide03 .txt .link {
		width: 40%;
		gap: 0 14px;
		padding: 16px 23px;
	}
	#main_hero .slide03 .txt .link p {
		font-size: 18px;
		font-weight: 600;
	}
	#main_hero .slide03 .txt .link img {
		width: 12px;
		margin-top: 3px;
	}
	
	#main_hero .slide02 .txt {
		/* left: 10%; */
	}
	#main_hero .slide02 .txt span {
		font-size: 32px;
		line-height: 54px;
		font-weight: 400;
		display: inline-block;
	}
	#main_hero .slide02 .txt h3 {
		font-size: 58px;
		line-height: 54px;
		margin: 10px 0 40px;
	}
	#main_hero .slide02 .txt .link p {
		font-size: 20px;
		font-weight: 600;
	}
	#main_hero .slide02 .txt .link {
		gap: 0 14px;
		padding: 16px 23px;
	}
	#main_hero .slide02 .txt .link p {
		font-size: 18px;
		font-weight: 600;
	}
	#main_hero .slide02 .txt .link img {
		width: 12px;
		margin-top: 3px;
	}
	
	#main_hero .swiper-button-prev {
		width: 26px;
		height: 54px;
	}
	#main_hero .swiper-button-next {
		width: 26px;
		height: 54px;
	}

	#quick_nav .pc_quick {
		width: 74px;
	}
	#quick_nav .pc_quick ul li a {
		padding: 10px 0;
	}

	#main_signature .sig_con .swiper-button-next {
		right: -6%;
		width: 46px;
	}
	#main_signature .sig_con .swiper-button-prev {
		left: -6%;
		width: 46px;
	}
	#main_signature .sig_con .swiper-slide .txt {
		left: 24px;
		top: 26px;
	}
	#main_signature .sig_con .swiper-slide .txt h3 {
		font-size: 26px;
		margin-bottom: 8px;
	}
	#main_signature .sig_con .swiper-slide .txt p {
		font-size: 15px;
	}
	#main_signature .sig_con .swiper-slide a img {
		width: 90%;
	}

	#main_story .story_con .txt h4 {
		font-size: 40px;
		line-height: 1;
		margin-bottom: 26px;
	}
	#main_story .story_con .txt p {
		color: #3a3939;
		font-size: 24px;
		line-height: 36px;
	}

	#main_youtube .youtube_con .youtube_play .thumb_area .title {
		font-size: 18px;
		padding: 0 20px;
	}

	#main_real .real_con .txt {
		margin-top: 16px;
	}
	#main_real .real_con .txt p {
		font-size: 18px;
		width: calc(100% - 75px);
	}
	#main_real .real_con .txt span {
		font-size: 16px;
		padding: 3px 16px;
	}

	#main_real .real_con .swiper-button-next {
		right: -6%;
		width: 46px;
	}
	#main_real .real_con .swiper-button-prev {
		left: -6%;
		width: 46px;
	}

	/* 메이드영 병원 정보 */
	#main_info .info_con .tit {
		font-family: "Montserrat", sans-serif;
		font-size: 24px;
		line-height: 33px;
		font-weight: 600;
		color: #222;
		margin-bottom: 20px;
	}
	#main_info .contact_area .num a {
		font-size: 38px;
	}
	#main_info .contact_area .list {
		font-size: 18px;
	}
	#main_info .contact_area .list .list_tit {
		margin-bottom: 0;
	}
	#main_info .contact_area .list li {
		font-weight: 400;
	}
	#main_info .contact_area .map_video {
		font-size: 18px;
		line-height: 28px;
		width: 240px;
		height: 52px;
		margin-top: 46px;
	}
	#main_info .contact_area .map_video img {
		width: 22px;
		height: 22px;
	}
	#main_info .location_area {
		color: #222;
		width: 27%;
	}
	#main_info .location_area address {
		margin-bottom: 22px;
		font-size: 18px;
	}
	#main_info .location_area > div span {
		font-size: 18px;
	}
	#main_info .location_area > div p {
		font-size: 18px;
	}
	#main_info .location_area > div small {
		color: #f73131;
	}
	#main_info .location_area .case01 {
		margin: 22px 0 22px;
	}
	#main_info .map_area {
		width: 400px;
		height: 345px;
		background-color: #ddd;
	}

	#main_quick_bar .quick_container {
		width: 84%;
	}
	#main_quick_bar .tit {
		word-break: keep-all;
		margin-right: 1%;
		width: 15%;
	}
	#main_quick_bar .quick_form {
		width: 85%;
	}
	#main_quick_bar .quick_form .input_box input,
	#main_quick_bar .quick_form .input_box select {
		width: 120px;
		padding-left: 6px;
		font-size: 16px;
	}
	#main_quick_bar .quick_form .radios {
		width: 30%;
	}
	#main_quick_bar .quick_form button {
		width: 180px;
		padding-left: 20px;
		font-size: 18px;
	}
	#main_quick_bar .quick_form button::after {
		right: 20px;
	}
	.pc_quick_pop {
		height: 558px;
		top: calc(50% + 80px);
	}
	.pc_quick_pop .cost_content {
		padding: 50px 0;
		text-align: center;
	}
	
	#quick_kakao_pop {
		height: 558px;
	}
	#quick_nav .pc_quick .top_btn::after {
		right: 10px; /* 버튼 내부에서 삼각형 위치 조정 */
	}
}

/* 📌📌📌📌📌📌 1200px 이하 📌📌📌📌📌📌*/
@media (max-width: 1200px) {
	.mobile_br {
		display: block;
	}
	.pc_img {
		display: none;
	}
	.mo_img {
		display: block;
	}
	#main_hero {
		position: relative;
		height: 100vh;
	}
	#main_hero .swiper-slide {
		width: 100%;
		height: 100vh;
		object-fit: cover;
		position: relative;
	}

	#main_hero .swiper-slide .pc_banner {
		display: none;
	}
	#main_hero .swiper-slide .mo_banner {
		display: block;
		transition: all 1.6s ease;
		scale: 1;
		box-sizing: border-box;
	}
	#main_hero .swiper-slide-active .mo_banner {
		-webkit-animation: scaleDown 1.6s ease-out forwards;
		animation: scaleDown 1.6s ease-out forwards;
		transition: all 1.6s ease;
	}

	@keyframes scaleDown {
		0% {
			-webkit-transform: scale(1.2);
			transform: scale(1.2);
			opacity: 0.9;
		}

		100% {
			opacity: 1;
			transform: scale(1);
			-webkit-transform: scale(1);
			-moz-transform: scale(1);
			-ms-transform: scale(1);
			-o-transform: scale(1);
		}
	}

	#main_hero .slide03 .txt {
		width: 100%;
		text-align: center;
		left: 50%;
		top: 30%;
		transform: translate(-50%, -50%);
		color: #fff;
	}
	#main_hero .slide03 .txt span {
		font-size: 29px;
		line-height: 54px;
		font-weight: 400;
		display: inline-block;
	}
	#main_hero .slide03 .txt h3 {
		font-size: 55.36px;
		line-height: 54px;
		margin: 8px 0 40px;
	}
	#main_hero .slide03 .txt .link {
		width: 240px;
		margin: 0 auto;
		display: flex;
		padding: 16px 0;
		border: 1px solid #fff;
		background-color: #5e697172;
	}
	#main_hero .slide03 .txt .link p {
		font-size: 18px;
	}
	#main_hero .slide03 .txt .link img {
		width: 10px;
		margin-top: 4px;
	}
	
	#main_hero .slide02 .txt {
		width: 100%;
		text-align: center;
		left: 50%;
		top: 30%;
		transform: translate(-50%, -50%);
		color: #fff;
	}
	#main_hero .slide02 .txt span {
		font-size: 32px;
		line-height: 54px;
		font-weight: 400;
		display: inline-block;
	}
	#main_hero .slide02 .txt h3 {
		font-size: 52px;
		line-height: 54px;
		margin: 8px 0 40px;
	}
	#main_hero .slide02 .txt .link {
		width: 240px;
		margin: 0 auto;
		display: flex;
		padding: 16px 0;
		border: 1px solid #fff;
	background-color: rgba(75, 75, 75, 0.519);
	}
	#main_hero .slide02 .txt .link p {
		font-size: 18px;
	}
	#main_hero .slide02 .txt .link img {
		width: 10px;
		margin-top: 4px;
	}
	
	#main_hero .swiper-button-prev {
		background: url(/images/middle-aged/main/main_banner_arrow_prev.png) no-repeat;
		background-size: cover;
		width: 22px;
		height: 42px;
		left: var(--swiper-navigation-sides-offset, 5.1%);
		top: var(--swiper-navigation-top-offset, 50%);
	}
	#main_hero .swiper-button-next {
		background: url(/images/middle-aged/main/main_banner_arrow_next.png) no-repeat;
		background-size: cover;
		width: 22px;
		height: 42px;
		right: var(--swiper-navigation-sides-offset, 5.1%);
		top: var(--swiper-navigation-top-offset, 50%);
	}
	
	#main_signature .sig_con .swiper-slide a {
			text-align: center;
			pointer-events: none;
	}

	#main_signature .sig_con .swiper-slide .txt {
		width: 100%;
		text-align: center;
		color: #222;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 20px;
	}
	#main_signature .sig_con .swiper-slide .txt h3 {
		font-size: 26px;
		margin-bottom: 8px;
	}
	#main_signature .sig_con .swiper-slide .txt p {
		display: none;
	}
	#main_signature .sig_con .swiper-slide a img {
		transition: scale 0.3s ease;
		transform-origin: bottom center; /* Scale from the top-left corner */
		position: relative;
		width: 100%;
		margin-top: 0;
		left: 0;
		bottom: 0;
	}
	#main_signature .sig_con .swiper-button-next,
	#main_signature .sig_con .swiper-button-prev {
		display: none;
	}
	#main_signature .sig_con .swiper-pagination {
		display: block;
		width: 100%;
		right: 0;
		bottom: -40px;
	}
	#main_signature .sig_con .swiper-pagination .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		margin: 0 7px;
		background: none;
		border: 3px solid #b6b6b6;
		transition: 0.3s;
	}
	#main_signature
		.sig_con
		.swiper-pagination
		.swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 36px;
		background: #b6b6b6;
		border-radius: 14px;
	}

	#main_story .story_con {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		justify-content: space-between;
		gap: 90px 0;
	}
	#main_story .story_con .txt {
		text-align: center;
	}
	#main_story .story_con .txt h4 {
		font-size: 40px;
		line-height: 1;
		margin-bottom: 26px;
	}
	#main_story .story_con .txt p {
		color: #3a3939;
		font-size: 24px;
		line-height: 36px;
	}
	#main_story .story_con .img {
		width: 100%;
		aspect-ratio: 3/1.7;
		align-items: center;
	}

	/* 유튜브 */
	#main_youtube .youtube_con .youtube_play {
		flex-direction: column;
	}
	#main_youtube .youtube_con .youtube_play .video_area {
		width: 100%;
		aspect-ratio: 16/9;
	}
	#main_youtube .youtube_con .youtube_play .thumb_area {
		width: 100%;
		height: 398px !important;
		margin: 100px 0 50px;
		position: relative;
	}
	#main_youtube .youtube_con .youtube_play .thumb_area .swiper-slide {
		height: 82px !important;
	}
	#main_youtube .youtube_con .youtube_play .thumb_area .swiper-slide::before {
		bottom: -10px;
	}
	#main_youtube .youtube_con .youtube_play .thumb_area .title {
		font-size: 18px;
		padding: 0 20px;
	}
	#main_youtube .youtube_con .youtube_play .thumb_area .swiper-scrollbar-drag {
		background: #b4b7c0 !important;
	}
	#main_youtube .youtube_con .youtube_play .thumb_area .thumb {
		position: relative;
		max-width: 150px;
	}
	#main_youtube .youtube_con .swiper-button-prev::after,
	#main_youtube .youtube_con .swiper-button-next::after {
		display: none;
	}

	#main_youtube .youtube_con .swiper-button-prev {
		display: block;
		position: absolute;
		width: 30px;
		top: -30px;
		left: 50%;
		transform: translateX(-50%);
	}
	#main_youtube .youtube_con .swiper-button-next {
		display: block;
		position: absolute;
		width: 30px;
		top: 458px;
		left: 50%;
		transform: translateX(-50%);
	}

	#main_real .real_con .swiper-button-next,
	#main_real .real_con .swiper-button-prev {
		display: none;
	}
	#main_real .real_con {
		position: relative;
		margin-bottom: 50px;
	}
	#main_real .real_con .swiper-pagination {
		display: block;
		width: 100%;
		right: 0;
		bottom: -40px;
	}
	#main_real .real_con .swiper-pagination .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		margin: 0 7px;
		background: none;
		border: 3px solid #b6b6b6;
		transition: 0.3s;
	}
	#main_real
		.real_con
		.swiper-pagination
		.swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 36px;
		background: #b6b6b6;
		border-radius: 14px;
	}
	#main_diffrence .banner_container {
		height: 640px;
	}
	#main_diffrence .txt {
		gap: 20px 0;
	}
	#main_diffrence .txt p {
		font-size: 48px;
		line-height: 60px;
	}
	#main_diffrence .txt > div {
		font-size: 24px;
		line-height: 42px;
	}

	#quick_nav .pc_quick {
		display: none;
	}
	#quick_nav .mobile_quick {
		display: none;
		position: fixed;
		bottom: 0;
		width: 100%;
		height: 80px;
		z-index:1000 ;
		background-color: #fff;
	}
	#quick_nav .mobile_quick.show {
		display: block;
	}
	#quick_nav .mobile_quick ul {	
		width: 100%;
		height: 100%;
		overflow: hidden;
		display: flex;
		justify-content: center;
		border-top: 1px solid #dadee2;
	}
	#quick_nav .mobile_quick ul li a {
		display: inline-block;
		height: 100%;
	}
	#quick_nav .mobile_quick ul li a img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	/* 병원 정보 */
	#main_info .info_con {
		flex-wrap: wrap;
	}
	#main_info .contact_area {
		width: 50%;
		order: 1;
	}

	#main_info .contact_area .list .list_tit {
		margin-bottom: 10px;
		font-weight: 600;
	}
	#main_info .info_con .tit {
		font-size: 29px;
		line-height: 33px;
		font-weight: 600;
		margin: 40px 0 20px;
	}
	#main_info .location_area {
		width: 50%;
		order: 2; /* 기본 순서 */
	}
	#main_info .location_area address {
		margin-bottom: 42px;
	}
	#main_info .location_area > div span {
		font-size: 20px;
		line-height: 31px;
		font-weight: 600;
	}
	#main_info .location_area > div p {
		font-size: 20px;
		line-height: 27px;
		font-weight: 400;
		margin-top: 10px;
	}
	#main_info .location_area .case01 {
		margin: 22px 0 22px;
	}
	#main_info .map_area {
		order: 0; /* 기본 순서 */
		width: 100%;
		height: auto;
		aspect-ratio: 3/2;
	}

	#main_info .map_video_pop .map_video_con {
		width: 84%;
	}
	
	.quick_pop_bg {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		background-color: rgba(0,0,0,0.6);
		width: 100%;
		height: 100%;
		z-index: 1000;
	}
	.pc_quick_pop {
		left: 50%;
		top: calc(50%);
		transform: translate(-50%, -50%);
		width: 90%;
		z-index: 1001;
		max-width: 400px;
		height: 532px;
	}
	
	.pc_quick_pop .quick_pop_close {
		position: absolute;
		right: 0;
		top: 0;
		cursor: pointer;
		padding: 16px;
		width: 20px;
		z-index: 10;
	}
	.pc_quick_pop .cost_content {
		padding: 30px 0;
		text-align: center;
	}
	.pc_quick_pop .title {
		font-size: 26px;
		margin-bottom: 10px;
	}
	.pc_quick_pop .desc {
		font-size: 18px;
	}
	.pc_quick_pop .chk_area {
		font-size: 16px;
	}
	.pc_quick_pop .form_area {
		margin:15px 16px;
		padding:4px;
		background:#fff;
		text-align: left;
		box-sizing: boder-box;
	}
	.pc_quick_pop .form_area table {
		padding:26px 14px;
		width: 100%;
	}
	.pc_quick_pop .form_area table tbody {
		display: flex;
		flex-wrap: wrap;
		gap: 5px 0;
	}
	.pc_quick_pop .form_area table tr {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 14px;
	}
	.pc_quick_pop .form_area table th {
		width: 25%;
		font-size: 15px;
		color:#393939;
		font-weight: 600;
	}
	.pc_quick_pop .form_area table td {
		width: calc(75% - 10px);
	}
	.pc_quick_pop .form_area table td select {
		border-radius: 30px;
	}
	.pc_quick_pop .form_area table td input,
	.pc_quick_pop .form_area table td select {
		padding:4px !important;
		font-size: 14px;
		border-radius: 0;
		appearance: none; /* 기본 스타일 제거 */
		-webkit-appearance: none; /* Safari용 */
		-moz-appearance: none; /* Firefox용 */
	}
	.pc_quick_pop .form_area table td select {
		background:url('/images/middle-aged/utils/select_arrow.png') no-repeat right 6px center;
		background-size: 12px;
		color: #333;
		background-color: #fff;
	}
	.pc_quick_pop .form_area table .phone input {
		width: calc(100% / 3 - 8px);
	}
	
	.pc_quick_pop .send {
		margin-top: 20px;
		font-size: 20px;
		
	}
	#quick_kakao_pop {
		height: 532px;
	}
	#quick_kakao_pop .desc {
		margin-top: 16px;
		color:#74694c;
		word-break: keep-all;
	}
	#quick_kakao_pop .kakao_content {
		padding: 30px 0 40px;
		width: 100%;
	}
	#quick_kakao_pop .kakao_content .img {
		width: 40%;
	}
	#quick_kakao_pop .form_area {
		margin:8px;
		padding:6px;
	}
	
	#quick_kakao_pop  .form_area table {
		width: 100%;
	}
	#quick_kakao_pop .chk_area {
		width: 80%;
		margin: 16px auto 0;
		text-align: left;
	}

}

/* 📌📌📌📌📌📌 768px 이하 📌📌📌📌📌📌*/
@media (max-width: 768px) {
	/* 공통요소 */
	.main_container {
		width: 92%;
	}
	.main_cage {
		padding: 90px 0;
	}
	.common_tit {
		font-size: 32px;
		line-height: 1;
	}
	.common_desc {
		margin-top: 4px;
		font-size: 16px;
		line-height: 34px;
	}
	.more_btn {
		margin-bottom: 12px;
	}
	.more_btn a {
		font-size: 14px;
		font-weight: 400;
		color: #303030;
	}

	#main_hero {
		position: relative;
		height: 100vh;
	}
	#main_hero .swiper-slide {
		width: 100vw;
		height: 100vh;
		object-fit: cover;
		position: relative;
	}
	#main_hero .slide03 .txt {
		width: 100%;
		text-align: center;
		left: 50%;
		top: 34%;
		transform: translate(-50%, -50%);
		color: #fff;
	}
	#main_hero .slide03 .txt span {
		font-size: 24px;
		line-height: 1;
		font-weight: 400;
		display: inline-block;
	}
	#main_hero .slide03 .txt h3 {
		font-size: 37px;
		line-height: 54px;
		margin: 4px 0 16px;
	}
	#main_hero .slide03 .txt .link {
		width: 180px;
		padding: 10px 0;
	}
	#main_hero .slide03 .txt .link p {
		font-size: 16px;
	}
	
	#main_hero .slide02 .txt {
		width: 100%;
		text-align: center;
		left: 50%;
		top: 34%;
		transform: translate(-50%, -50%);
		color: #fff;
	}
	#main_hero .slide02 .txt span {
		font-size: 18px;
		line-height: 1;
		font-weight: 400;
		display: inline-block;
	}
	#main_hero .slide02 .txt h3 {
		font-size: 37px;
		line-height: 54px;
		margin: 4px 0 16px;
	}
	#main_hero .slide02 .txt .link {
		width: 180px;
		padding: 10px 0;
	}
	#main_hero .slide02 .txt .link p {
		font-size: 16px;
	}
	#main_hero .swiper-button-prev {
		background: url(/images/middle-aged/main/main_banner_arrow_prev.png) no-repeat;
		background-size: cover;
		width: 22px;
		height: 42px;
		left: var(--swiper-navigation-sides-offset, 5.1%);
		top: var(--swiper-navigation-top-offset, 50%);
	}
	#main_hero .swiper-button-next {
		background: url(/images/middle-aged/main/main_banner_arrow_next.png) no-repeat;
		background-size: cover;
		width: 22px;
		height: 42px;
		right: var(--swiper-navigation-sides-offset, 5.1%);
		top: var(--swiper-navigation-top-offset, 50%);
	}
	#main_hero .pager {
		bottom: 40px;
	}

	#main_signature .sig_con {
		margin-top: 28px;
	}
	#main_signature .sig_con .swiper-slide .txt {
		top: 8%;
	}
	#main_signature .sig_con .swiper-slide .txt h3 {
		font-size: 20px;
		margin-bottom: 8px;
	}
	#main_signature .sig_con .swiper-slide .txt p {
		display: none;
	}
	#main_signature .sig_con .swiper-slide a:hover img {
		scale: 1;
		transform-origin: none; 
	}
	#main_signature .sig_con .swiper-slide a img {
		transition: scale 0.3s ease;
		transform-origin: bottom center; /* Scale from the top-left corner */
		position: relative;
		width: 100%;
		margin-top: 0;
		left: 0;
		bottom: 0;
	}
	#main_signature .sig_con .swiper-pagination {
		bottom: -30px;
	}
	#main_signature .sig_con .swiper-pagination .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
		margin: 0 4px;
		border: 2px solid #b6b6b6;
	}
	#main_signature
		.sig_con
		.swiper-pagination
		.swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 24px;
	}

	#main_story .story_con {
		gap: 40px 0;
	}
	#main_story .story_con .txt h4 {
		font-size: 28px;
		line-height: 1;
		margin-bottom: 20px;
	}
	#main_story .story_con .txt p {
		color: #3a3939;
		font-size: 16px;
		line-height: 24px;
	}
	#main_story .story_con .img {
		width: 100%;
		aspect-ratio: 3/1.7;
		align-items: center;
	}

	/* 유튜브 */
	#main_youtube .youtube_con .youtube_play {
		flex-direction: column;
	}
	#main_youtube .youtube_con .youtube_play .video_area {
		width: 100%;
		aspect-ratio: 16/9;
	}
	#main_youtube .youtube_con .youtube_play .thumb_area {
		width: 100%;
		height: auto !important;
		/* margin: 90px 0 50px; */
		margin: 0;
		margin-top: 38px;
		position: relative;
	}
	#main_youtube .youtube_con .youtube_play .thumb_area .swiper {
		height: 100%;
		padding: 0;
		display: none;
	}
	#main_youtube .youtube_con .youtube_play .thumb_area .swiper-slide {
		height: 82px !important;
	}
	#main_youtube .youtube_con .youtube_play .thumb_area .swiper-slide::before {
		bottom: -10px;
	}
	#main_youtube .youtube_con .youtube_play .thumb_area .title {
		font-size: 15px;
		padding: 0 10px;
	}
	#main_youtube .youtube_con .youtube_play .thumb_area .swiper-scrollbar-drag {
		background: #b4b7c0 !important;
	}
	#main_youtube .youtube_con .youtube_play .thumb_area .thumb {
		position: relative;
		max-width: 150px;
	}
	#main_youtube .youtube_con .swiper-button-prev::after,
	#main_youtube .youtube_con .swiper-button-next::after {
		display: none;
	}

	#main_youtube .youtube_con .swiper-button-prev {
		display: none;
		position: absolute;
		width: 25px;
		top: -25px;
		left: 50%;
		transform: translateX(-50%);
	}
	#main_youtube .youtube_con .swiper-button-next {
		display: none;
		position: absolute;
		width: 25px;
		top: 355px;
		left: 50%;
		transform: translateX(-50%);
	}
	
	#main_youtube .youtube_con .youtube_play .thumb_area .mobile_list {
		/* display: none; */
		display: flex;
		flex-direction: column;
		gap: 30px 0;
	}
	#main_youtube .youtube_con .youtube_play .thumb_area .mobile_list div {
		height: 82px !important;
		display: flex;
		align-items: center;
		cursor: pointer;
		position: relative;
	}
	#main_youtube .youtube_con .youtube_play .thumb_area .mobile_list div::before {
		position: absolute;
		content: "";
		width: 100%;
		height: 1px;
		bottom: -15px;
		background-color: #e7e7e7;
	}
	#main_youtube .youtube_con .youtube_play .thumb_area .youtube_more_btn {
		cursor: pointer;
		display: flex;
		margin: 53px auto 0;
		justify-content: center;
		padding: 15px 0;
		background-color: transparent;
		width: 50%;
		align-items: center;
		gap: 0 24px;
		font-size: 20px;
		font-weight: 500;
		color:#3d3d3d;
		border: 1px solid #a3a3a3;
		border-radius: 50px;
	}
	#main_youtube .youtube_con .youtube_play .thumb_area .youtube_more_btn img {
		object-fit: contain;
		width: 20px;
		height: 10px;
	}
	#main_youtube .youtube_con .youtube_play .thumb_area .youtube_more_btn.rotate img {
			transform: rotate(180deg);
	}

	#main_real .real_con {
		margin-bottom: 50px;
	}
	#main_real .real_con .txt p {
		font-size: 16px;
		width: 100%;
	}
	#main_real .real_con .txt span {
		position: absolute;
		font-size: 14px;
		right: 0;
		bottom: 40px;
		padding: 3px 12px;
		border-radius: 0;
	}

	#main_real .real_con .swiper-pagination {
		bottom: -40px;
	}
	#main_real .real_con .swiper-pagination .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
		margin: 0 4px;
		border: 2px solid #b6b6b6;
	}
	#main_real
		.real_con
		.swiper-pagination
		.swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 24px;
	}
	#main_real .real_con .swiper-slide .img {
		pointer-events: none;
	} 
	#main_diffrence {
		width: 100%;
		aspect-ratio: 640/687;
		position: relative;
	}
	#main_diffrence::before {
		position: absolute;
		content: "";
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: url(/images/middle-aged/main/doctor_bg_mo.jpg) no-repeat;
		z-index: -1;
		background-size: contain;
	}
	#main_diffrence .doctor_bg {
		display: none;
		/* position: absolute;
		background: url(/images/middle-aged/main/doctor_bg_mo.jpg) no-repeat;
		background-size: cover;
		z-index: -1; */
	}
	#main_diffrence .banner_container {
		height: 100%;
	}

	#main_diffrence .txt {
		gap: 20px 0;
	}
	#main_diffrence .txt p {
		font-size: 26px;
		line-height: 1.4;
	}
	#main_diffrence .txt > div {
		font-size: 15px;
		line-height: 1;
		word-break: keep-all;
	}

	#main_info .main_cage {
		padding: 90px 0 130px;
	}
	#main_info .info_con {
		flex-wrap: wrap;
		position: relative;
	}
	#main_info .info_con .contact_area,
	#main_info .info_con .location_area {
		width: 100%;
	}
	#main_info .contact_area .list .list_tit {
		margin-bottom: 4px;
		font-weight: 600;
	}
	#main_info .info_con .tit {
		font-size: 26px;
		margin: 30px 0 15px;
	}
	#main_info .contact_area .num a {
		font-size: 36px;
		margin-bottom: 26px;
	}
	#main_info .contact_area .list {
		font-size: 18px;
	}
	#main_info .location_area > div p {
		font-size: 18px;
		line-height: 1.5;
	}
	#main_info .map_area .map_txt {
		height: 42px;
		font-size: 18px;
	}
	#main_info .contact_area .map_video {
		font-size: 20px;
		color: #fff;
		width: 240px;
		height: 48px;
		gap: 18px;
		margin-top: auto;
		position: absolute;
		bottom: -80px;
	}

	#quick_nav .pc_quick {
		display: none;
	}
	#main_info .map_video_pop .map_video_con .map_video_close {
		position: absolute;
		right: -10px;
		top: -40px;
		padding: 10px;
		cursor: pointer;
	}
	#main_info .map_video_pop .map_video_con .map_video_close svg {
		width: 16px;
		height: 16px;
	}
	/* 퀵 유튜브 */
	#quick_youtube {
		bottom: 90px;
		right: 10px;
		min-width: 80px;
	}
	#main_info .map_video_pop .map_video_con {
		width: 92%;
	}
	#quick_nav .mobile_quick {
		height: 60px;
	}
	
	.pc_quick_pop {
		left: 50%;
		top: calc(50% + 20px);
		transform: translate(-50%, -50%);
		width: 370px;
		height: 492.8px;
	}
	#quick_kakao_pop {
		width: 370px;
		height: 492.8px;
	}
}
