/* 심미치료 페이지 스타일 */
.aesthetic-page{width:100%;padding: 80px 0;}
.aesthetic-01-page{width:100%;padding-bottom:180px;}
.aesthetic-02-page{width:100%;}
.aesthetic-03-page{width:100%;padding-bottom:180px;}
.aesthetic-section{max-width: 1720px;margin: 0 auto;padding: 0 20px;display: flex;flex-direction: column;align-items: center;}
.aesthetic-section h2{font-size: 64px;font-weight: bold;color: var(--black);text-align: center;margin-bottom: 40px;}
.aesthetic-tabs{display: flex;justify-content: center;align-items: center;gap: 0;flex-wrap: wrap;margin-bottom: 60px;border-bottom: 1px solid var(--grey-1-color);}
.aesthetic-tab{display: inline-block;padding: 20px 30px;font-size: 20px;font-weight: bold;color: var(--black);text-decoration: none;position: relative;transition: color 0.3s ease;border-bottom: 3px solid transparent;}
.aesthetic-tab:hover{color: var(--main-color);}
.aesthetic-tab.active{color: var(--black);border-bottom-color: #D4A574;}
.aesthetic-image-container{width:100%;max-width: 1200px;margin: 0 auto;}
.aesthetic-main-image{width:100%;height:auto;display:block;object-fit: contain;}

/* 심미치료 치료 과정 섹션 */
.aesthetic-process-page{width:100%;padding:180px 0;}
.aesthetic-process-container{max-width: 1720px;margin: 0 auto;}
.aesthetic-process-title{font-size: 64px;font-weight: bold;color: var(--black);text-align: center;margin-bottom: 40px;}
.aesthetic-process-description{font-size: 36px;color: var(--black);text-align: center;margin-bottom: 80px;line-height: 1.6;}
.aesthetic-process-steps{display: grid;grid-template-columns: repeat(3, 1fr);gap: 40px; margin: 0 auto;}
.aesthetic-process-step{display: flex;flex-direction: column;align-items: center;box-shadow: 0px 3px 6px #00000029;border-radius: 12px;}
.aesthetic-process-image{width:100%;}
.aesthetic-process-image img{width:100%;height:auto;display:block;object-fit: contain;border-radius: 12px 12px 0 0;}
.aesthetic-process-content{padding: 70px 0;display: flex;flex-direction: column;align-items: center;}
.aesthetic-process-number{width: 80px;height: 80px;border-radius: 50%;display: flex;align-items: center;justify-content: center;font-size: 36px;font-weight: bold;color: #fff;margin-bottom: 20px;}
.aesthetic-process-number-grey{background: var(--grey-3-color);}
.aesthetic-process-number-brown{background: var(--main-color);}
.aesthetic-process-label{font-size: 52px;font-weight: bold;color: var(--black);text-align: center;}
.aesthetic-process-label-brown{color: var(--main-color);}

/* 3개 섹션을 감싸는 컨테이너 */
.aesthetic-content-wrapper{background: #f9f9f9;width: 100%; padding-top: 180px; max-width: 1920px; margin: 0 auto;}

@media(max-width:1024px){
.aesthetic-page{padding: 40px 0;}
.aesthetic-01-page{padding-bottom:90px;}
.aesthetic-02-page{}
.aesthetic-03-page{padding-bottom:90px;}
.aesthetic-section{padding: 0 16px;display: flex;flex-direction: column;align-items: center;width: 100%;max-width: 100%;box-sizing: border-box;}
.aesthetic-section h2{font-size: 36px;margin-bottom: 30px;}
.aesthetic-tabs{flex-direction: row;justify-content: center;flex-wrap: wrap;gap: 0;margin-bottom: 40px;width: 100%;}
.aesthetic-tab{padding: 16px 20px;font-size: 18px;white-space: normal;flex-shrink: 1;flex-basis: auto;min-width: 0;}
.aesthetic-image-container{max-width: 100%;}
.aesthetic-process-page{padding: 90px 0;}
.aesthetic-content-wrapper{padding-top: 90px;}
.aesthetic-process-container{padding: 0 16px;}
.aesthetic-process-title{font-size: 36px;margin-bottom: 30px;}
.aesthetic-process-description{font-size: 18px;margin-bottom: 50px;}
.aesthetic-process-steps{grid-template-columns: 1fr;gap: 40px;}
.aesthetic-process-image{margin-bottom: 0;}
.aesthetic-process-content{padding: 40px 0;}
.aesthetic-process-number{width: 60px;height: 60px;font-size: 24px;margin-bottom: 16px;}
.aesthetic-process-label{font-size: 20px;}
}

