/* ============================================
   Section 01 - Delicate Move
   ============================================ */

.section01 {
	padding: 150px 0;
}

.section01-inner {
	max-width: 1700px;
	margin: 0 auto;
	padding: 0 60px;
}

.section01-text {
	text-align: center;
	margin-bottom: 80px;
}

.section01-text.fade-in {
	opacity: 0;
	visibility: hidden;
}

.section01-subtitle {
	display: block;
	font-family: 'BonmyeongjoSourceHanSerif', serif;;
	font-size: 24px;
	color: #999;
	margin-bottom: 20px;
}

.section01-title {
	font-size: 25px;
	font-weight: 700;
	color: #192426;
	margin-bottom: 40px;
	line-height: 1.4;
}

.section01-desc {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

/* Responsive */
@media (max-width: 1200px) {
	.section01 {
		padding: 80px 0;
	}
	
	.section01-inner {
		padding: 0 40px;
	}
	
	.section01-text {
		margin-bottom: 70px;
	}
	
	.section01-subtitle {
		font-size: 22px;
		margin-bottom: 18px;
	}
	
	.section01-title {
		font-size: 22px;
		margin-bottom: 35px;
	}
	
	.section01-desc {
		font-size: 15px;
		line-height: 1.6;
	}
}

@media (max-width: 968px) {
	.section01-inner {
		padding: 0 30px;
	}
	
	.section01-text {
		margin-bottom: 60px;
	}
	
	.section01-subtitle {
		font-size: 20px;
		margin-bottom: 15px;
	}
	
	.section01-title {
		font-size: 21px;
		margin-bottom: 32px;
		line-height: 1.3;
	}
	
	.section01-desc {
		font-size: 14px;
		line-height: 1.5;
	}
	
}

@media (max-width: 768px) {
	.section01-inner {
		padding: 0 20px;
	}
	
	.section01-text {
		margin-bottom: 50px;
	}
	
	.section01-subtitle {
		font-size: 18px;
		margin-bottom: 15px;
	}
	
	.section01-title {
		font-size: 20px;
		margin-bottom: 30px;
		line-height: 1.3;
	}
	
	.section01-desc {
		font-size: 13px;
		line-height: 1.5;
	}
}

@media (max-width: 480px) {
	.section01-inner {
		padding: 0 15px;
	}
	
	.section01-text {
		margin-bottom: 40px;
	}
	
	.section01-subtitle {
		font-size: 16px;
		margin-bottom: 12px;
	}
	
	.section01-title {
		font-size: 18px;
		margin-bottom: 25px;
		line-height: 1.3;
	}
	
	.section01-desc {
		font-size: 12px;
		line-height: 1.5;
	}
}

/* ============================================
   Section 02 - Doctor Profile
   ============================================ */

.section02 {
	padding: 120px 0;
    background-image: linear-gradient(rgba(42, 31, 27, 0.5), rgba(42, 31, 27, 0.5)), url(../images/bg.png);
    background-size: cover;
    background-position: center;
	color: #fff;
}

.section02_inner {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

/* Doctor Profile Section */
.doc_01 {
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	gap: 100px;
	width: 100%;
	position: relative;
	opacity: 1;
	visibility: visible;
}

.doc_01 .left {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.doctor-image-wrap {
	max-width: 400px;
}

.doctor-image-wrap .doctor-img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.doc_01_sw {
	max-width: 550px;
	position: relative;
}


.doc_01_sw .swiper-wrapper {
	display: flex;
	width: 100%;
	height: auto;
}

.doc_01_sw .swiper-slide {
	width: 100%;
	flex-shrink: 0;
}

.doc_01_sw .swiper-slide img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

.doc_01_sw .swiper-pagination {
	position: absolute;
	bottom: 38px;
	left: 42px;
	z-index: 1;
	width: auto;
}

.doc_01_sw .swiper-pagination-bullet {
	border: 1px solid #fff;
	opacity: 0.1;
	background: transparent;
}

.doc_01_sw .swiper-pagination-bullet-active {
	background: #e7e2de;
	opacity: 0.8;
	border-color: #e7e2de;
}

.doc_01 .doctor-info {
	text-align: center;
}

.doc_01 .doctor-info h1 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #fff;
}

.doc_01 .doctor-desc {
	margin: 50px 0;
	font-size: 17px;
	color: #ccc;
	line-height: 1.7;
}

.doc_01 .right2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.doc_01 .right2 .doctor-info {
	display: flex;
	gap: 20px;
	text-align: left;
}

.doc_01 .right2 .doctor-info div {
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}

.doc_01 .right2 .doctor-info h1 {
	font-size: 27px;
	font-family: 'BonmyeongjoSourceHanSerif', serif;
	margin: 0;
	display: inline-block;
}

.doc_01 .right2 .doctor-info span {
	font-size: 18px;
	display: inline-block;
}

.doc_01 .right {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

.doc_01 .right ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.doc_01 .right ul li {
	font-size: 17px;
	line-height: 2;
	color: #ccc;
	font-weight: 300;
}

/* Progressbar Pagination */
.main_program_pagination {
	width: 265px;
	height: 5px;
	background-color: #888073;
	margin: 50px auto 0;
	position: relative;
	overflow: hidden;
}

.main_program_pagination.swiper-pagination-progressbar {
	position: relative;
}

.main_program_pagination .swiper-pagination-progressbar-fill {
	background-color: #e7e2de !important;
	opacity: 1 !important;
	transition: transform 0.3s ease;
	transform-origin: left top;
	height: 100%;
	width: 100%;
}

/* ============================================
   Section 04
   ============================================ */

.section04 {
    padding: 120px 0 150px;
	background-image: url(../images/intro_banner.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.section04_swiper .swiper-wrapper {
	height: auto;
	align-items: stretch;
}

.section04_swiper .swiper-slide {
	overflow: hidden;
}

@media (max-width: 768px) {
	.section04_swiper .swiper-slide {
		width: 85% !important;
	}
	
	.section04_swiper .swiper-slide img {
		width: 100%;
		height: auto;
	}
}

/* Responsive */
@media (max-width: 1400px) {
	.section02_inner {
		padding: 0 40px;
	}
	
	.main_program_pagination {
		width: 240px;
	}
}

@media (max-width: 1200px) {
	.section02_inner {
		padding: 0 40px;
	}
	
	.doc_01 {
		gap: 50px;
	}
	
	.doc_01 .left {
		width: 100%;
		overflow: hidden;
	}
	
	.doc_01_sw {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	.doc_01 .right {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	
	.doc_01 .right2 .doctor-info h1 {
		font-size: 23px;
	}
	
	.doc_01 .right2 .doctor-info span {
		font-size: 14px;
	}
	
	.main_program_pagination {
		width: 220px;
		margin-top: 40px;
	}
	
	
	.section04-title {
		font-size: 22px;
		margin-bottom: 15px;
	}
	
	.section04-desc {
		font-size: 15px;
		line-height: 1.6;
	}
	
	.section04 {
		padding: 100px 0 120px;
	}
	
	.section04_swiper .swiper-slide {
		width: 240px !important;
	}
}

@media (max-width: 768px) {
	.section02 {
		padding: 60px 0;
	}
	
	.section02_inner {
		padding: 0 20px;
	}
	
	.doc_01 {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	
	.doc_01 .left {
		width: 100%;
		overflow: hidden;
	}
	
	.doc_01_sw {
		width: 100%;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}
	
	.doc_01_sw .swiper-pagination {
		bottom: 20px;
		left: 20px;
	}
	

	
	.doc_01 .right2 .doctor-info img {
		width: 30px;
	}
	
	.doc_01 .right {
		gap: 25px;
	}
	
	.doc_01 .right ul li {
		font-size: 15px;
		line-height: 1.8;
	}
	
	.main_program_pagination {
		width: 200px;
		margin-top: 30px;
	}
	

	.section04 {
		padding: 50px 0 70px;
	}
}

@media (max-width: 480px) {
	.section02 {
		padding: 40px 0;
	}
	
	.section02_inner {
		padding: 0 15px;
	}
	
	.doc_01 {
		gap: 30px;
	}
	
	.doc_01_sw .swiper-pagination {
		bottom: 15px;
		left: 15px;
	}
	
	.doc_01 .right2 .doctor-info{
		gap: 10px;
	}

	.doc_01 .right2 .doctor-info h1 {
		font-size: 20px;
	}
	
	.doc_01 .right2 .doctor-info span {
		font-size: 15px;
	}
	
	.main_program_pagination {
		width: 180px;
		margin-top: 25px;
		height: 4px;
	}

	.section05 {
		padding: 60px 0;
	}
	
	.section05_inner {
		padding: 0 20px;
	}
	
	.section05_top {
		grid-template-columns: 1fr;
		gap: 40px;
		margin-bottom: 40px;
	}
	
	.section05_header {
		text-align: center;
	}
	
	.section05_header h1 {
		font-size: 28px;
	}
	
	.section05_header p {
		font-size: 16px;
	}
	
	.section05_phone {
		text-align: center;
	}
	
	.section05_phone h2 {
		font-size: 24px;
	}
	
	.section05_phone p {
		font-size: 14px;
	}
	
	.section05_phone_hours {
		text-align: center;
		margin-top: 30px;
	}
	
	.section05_phone_hours ul li {
		flex-direction: column;
		align-items: center;
		gap: 8px;
	}
	
	.section05_phone_hours ul li p {
		min-width: auto;
	}
	
	.section05_phone_hours ul li span {
		text-align: center;
	}
	
	.section05_hours {
		text-align: center;
	}
	
	.section05_hours ul li {
		flex-direction: column;
		align-items: center;
		gap: 8px;
	}
	
	.section05_hours ul li p {
		min-width: auto;
	}
	
	.section05_hours ul li span {
		text-align: center;
	}
	
	#map {
		height: 400px;
	}
	
	.section05_info ul li {
		flex-direction: column;
		gap: 10px;
	}
	
	.section05_label {
		align-self: flex-start;
	}
}

/* ============================================
   Section 05 - Contact
   ============================================ */

.section05 {
	padding: 100px 0;
	position: relative;
}

.section05::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/map_banner.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.2;
	z-index: -1;
	pointer-events: none;
}

.section05_inner {
	max-width: 1300px;
	margin: 0 auto;
}

.section05_top {
	margin: 0 auto;
	padding: 20px 0 65px;
	display: flex;
	justify-content: space-between;
}

.section05_header {
	text-align: left;
}

.section05_header .section05-subtitle,
.section05_header h1 {
	font-family: 'BonmyeongjoSourceHanSerif', sans-serif;;
	font-size: 36px;
	font-weight: 300;
	color: #333;
	margin-bottom: 15px;
	display: block;
}

.section05_header p {
	font-size: 18px;
	font-weight: 300;
}

.section05_contact {
	display: none;
}

.section05_phone {
	text-align: left;
}

.section05_phone h2 {
	font-size: 32px;
	font-weight: 600;
	color: #333;
	margin-bottom: 20px;
	letter-spacing: 2px;
}

.section05_phone p {
	font-size: 16px;
	color: #666;
	line-height: 1.6;
	margin-bottom: 30px;
}

.section05_phone_hours {
	text-align: left;
}

.section05_phone_hours ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.section05_phone_hours ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid #eee;
}

.section05_phone_hours ul li:last-child {
	border-bottom: none;
}

.section05_phone_hours ul li p {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	margin: 0;
	min-width: 100px;
}

.section05_phone_hours ul li span {
	font-size: 16px;
	color: #666;
	text-align: right;
}

.section05_hours {
	text-align: left;
}

.section05_hours ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}

.section05_hours ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
}

.section05_hours ul li:last-child {
	border-bottom: none;
}

.section05_hours ul li p {
	font-size: 17px;
	font-weight: 500;
	color: #333;
	margin: 0;
	min-width: 100px;
}

.section05_hours ul li span {
	font-size: 17px;
	color: #666;
	text-align: right;
}

.section05_hours ul li span em {
	font-size: 14px;
	color: #999;
	font-style: normal;
}

.section05_closed {
	font-size: 15px;
	text-align: left;
	margin-top: 10px;
}

.section05_map_wrap {
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}

#map {
	width: 100%;
	height: 552px;
	margin: 0 auto;
}


.section05_info ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
	gap: 40px;
}

.section05_info ul li {
	display: flex;
	align-items: center;
	gap: 15px;
}

.section05_label {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	color: #8b7355;
	background-color: #f5f3f0;
	padding: 6px 16px;
	border-radius: 20px;
	min-width: 60px;
	text-align: center;
	flex-shrink: 0;
}

.section05_text {
	font-size: 16px;
	color: #666;
	line-height: 1.6;
	flex: 1;
}

/* Section 05 Responsive */
@media (max-width: 1200px) {
	.section05_inner {
		padding: 0 40px;
	}
	
	.section05_top {
		padding: 80px 0 50px;
		gap: 40px;
	}
	
	.section05_header h1,
	.section05_header .section05-subtitle {
		font-size: 32px;
	}
	
	.section05_phone h2 {
		font-size: 28px;
	}
}

@media (max-width: 968px) {
	.section05 {
		padding: 80px 0;
	}
	
	.section05_inner {
		padding: 0 30px;
	}
	
	.section05_top {
		flex-direction: column;
		padding: 60px 0 40px;
		gap: 50px;
	}
	
	.section05_header {
		text-align: left;
	}
	
	.section05_header h1,
	.section05_header .section05-subtitle {
		font-size: 30px;
	}
	
	.section05_header p {
		font-size: 16px;
	}
	
	.section05_phone {
		text-align: left;
	}
	
	.section05_phone h2 {
		font-size: 26px;
		letter-spacing: 1px;
	}
	
	.section05_phone p {
		font-size: 15px;
	}
	
	.section05_hours {
		text-align: left;
	}
	
	.section05_hours ul li {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
		padding: 12px 0;
	}
	
	.section05_hours ul li p {
		min-width: auto;
		font-size: 16px;
	}
	
	.section05_hours ul li span {
		text-align: left;
		font-size: 16px;
	}
	
	.section05_closed {
		text-align: left;
		font-size: 14px;
	}
	
	.section05_map_wrap {
		margin-bottom: 30px;
	}
	
	#daumRoughmapContainer1769497000384 {
		height: 400px !important;
	}
	
	.section05_info ul {
		flex-direction: column;
		gap: 20px;
	}
	
	.section05_info ul li {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}
	
	.section05_label {
		align-self: flex-start;
	}
}

@media (max-width: 768px) {
	.section05 {
		padding: 60px 0;
	}
	
	.section05_inner {
		padding: 0 20px;
	}
	
	.section05_top {
		padding: 20px 0 30px;
		gap: 40px;
	}
	
	.section05_header h1,
	.section05_header .section05-subtitle {
		font-size: 28px;
		margin-bottom: 12px;
	}
	
	.section05_header p {
		font-size: 15px;
	}
	
	.section05_phone h2 {
		font-size: 24px;
		letter-spacing: 1px;
		margin-bottom: 15px;
	}
	
	.section05_phone p {
		font-size: 14px;
		margin-bottom: 25px;
	}
	
	.section05_hours ul li {
		padding: 10px 0;
	}
	
	.section05_hours ul li p {
		font-size: 15px;
	}
	
	.section05_hours ul li span {
		font-size: 15px;
	}
	
	.section05_hours ul li span em {
		font-size: 13px;
		display: block;
		margin-top: 4px;
	}
	
	.section05_closed {
		font-size: 13px;
		margin-top: 15px;
	}
	
	#daumRoughmapContainer1769497000384 {
		height: 350px !important;
	}
	
	.section05_text {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.section05 {
		padding: 50px 0;
	}
	
	.section05_inner {
		padding: 0 15px;
	}
	
	.section05_closed {
		font-size: 12px;
		margin-top: 12px;
	}
	
	#daumRoughmapContainer1769497000384 {
		height: 300px !important;
	}
}

/* ============================================
   Stacking Cards Section
   ============================================ */
.stacking-cards-section {
	position: relative;
	padding: 100px 0;
}

.stacking-card {
	width: 100%;
	padding: 0 50px;
	box-sizing: border-box;
	margin-bottom: 0;
}

.stacking-card-inner {
	max-width: 1400px;
	margin: 0 auto;
}

.stacking-card-content {
	display: flex;
	align-items: center;
	height: 700px;
	border-radius: 30px;
	overflow: hidden;
}

.stacking-card-content > * {
	width: 50%;
	height: 100%;
}

.stacking-card-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 60px 80px;
	text-align: left;
}

.stacking-card-subtitle {
	font-size: 25px;
	font-family: 'BonmyeongjoSourceHanSerif', serif;
	font-weight: 100;
	color: var(--color-primary);
	margin-bottom: 30px;
}

.stacking-card-title {
	font-size: 25px;
	font-weight: 500;
	color: var(--color-primary);
	margin-bottom: 30px;
	font-family: 'BonmyeongjoSourceHanSerif', serif;
	line-height: 1.4;
}

.stacking-card-desc {
	font-size: 18px;
	line-height: 1.9;
	color: var(--color-primary);
	margin-bottom: 0;
}

/* 두 번째, 세 번째 카드 텍스트 흰색 (배경색 기준) */
.stacking-card-content[style*="#8F7365"] .stacking-card-subtitle,
.stacking-card-content[style*="#2A1F1B"] .stacking-card-subtitle,
.stacking-card-content[style*="#8F7365"] .stacking-card-title,
.stacking-card-content[style*="#2A1F1B"] .stacking-card-title,
.stacking-card-content[style*="#8F7365"] .stacking-card-desc,
.stacking-card-content[style*="#2A1F1B"] .stacking-card-desc {
	color: #fff !important;
}

.stacking-card-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 15px 40px;
	background-color: var(--color-primary);
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 50px;
	transition: background-color 0.3s ease;
}

.stacking-card-btn:hover {
	background-color: #000;
}

.stacking-card-image {
	position: relative;
	overflow: hidden;
}

.stacking-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 반응형 */
@media (max-width: 1024px) {
	.stacking-card {
		padding: 0 30px;
	}
	
	.stacking-card-content {
		height: 450px;
	}
	
	.stacking-card-text {
		padding: 40px 50px;
	}
	
	.stacking-card-subtitle {
		font-size: 20px;
		margin-bottom: 20px;
	}
	
	.stacking-card-title {
		font-size: 22px;
		margin-bottom: 20px;
	}
	
	.stacking-card-desc {
		font-size: 15px;
	}
}

@media (max-width: 768px) {
	.stacking-card.pin-offset-header {
		top: 80px !important;
	}
	
	.stacking-cards-section {
		padding: 60px 0;
	}
	
	.stacking-card {
		padding: 0 20px;
		margin-bottom: 0;
	}
	
	.stacking-card-content {
		flex-direction: column;
		height: auto;
	}
	
	.stacking-card-content > * {
		width: 100%;
	}
	
	.stacking-card-image {
		height: 280px;
		order: -1;
	}
	
	.stacking-card-text {
		padding: 30px 25px;
	}
	
	.stacking-card-subtitle {
		font-size: 18px;
		margin-bottom: 15px;
	}
	
	.stacking-card-title {
		font-size: 18px;
		margin-bottom: 15px;
	}
	
	.stacking-card-desc {
		font-size: 14px;
		line-height: 1.7;
		margin-bottom: 0;
	}
}


/* ============================================
   아이콘 정보 그리드
   ============================================ */

   .info-icons-grid {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 60px;
    padding: 0 20px;
}

.info-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.info-icon-img {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-icon-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.info-icon-title {
    font-size: 22px;
    font-family: 'BonmyeongjoSourceHanSerif', serif;
    font-weight: 100;
    color: var(--color-primary);
    margin: 0 0 20px 0;
}

.info-icon-desc {
    font-size: 16px;
    color: var(--color-primary);
    text-align: center;
    margin: 0;
    line-height: 1.4;
}

@media (max-width: 1024px) {
    .info-icon-img {
        margin-bottom: 30px;
    }
    
    .info-icon-title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .info-icon-desc {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .info-icons-grid {
        flex-wrap: wrap;
        gap: 56px 20px;
        padding: 0 24px;
    }
    
    .info-icon-item {
        flex: 0 0 calc(50% - 10px);
    }
    
    .info-icon-img {
        margin-bottom: 20px;
    }
    
    .info-icon-title {
        font-size: 14px;
        margin-bottom: 12px;
    }
    
    .info-icon-desc {
        font-size: 14px;
    }
}