@charset "utf-8";
/*========================================================================================================================================= */
/*================================================================ common ================================================================= */
/*========================================================================================================================================= */
#content{}

.stick ul.flex li h6{background: #2c4a68; color: #fff; padding: 10px;  font-weight: 700; transform: skew(-0.1deg);}
.stick ul.flex li:nth-child(2n) h6{background: #006a65;}


/* 미들 타이틀 (작은 타이틀) */
.middle-title {text-align: center; margin-bottom: 40px;} 
.middle-title p { font-weight: 400; white-space: pre-line; margin-top: 20px;} 
.middle-title.white h3{color: #fff;}
.middle-title.white p{color: #fff;}
.middle-title h4 {line-height: 1.4; transform: skew(-0.1deg); white-space: pre-line;} 
.middle-title h5 {white-space: pre-line;}
.middle-title h6 {white-space: pre-line; color: #093e52;}
.middle-title > span.num::before {transform: skew(-0.1deg); margin: 0 auto 20px; border-radius: 50%; background: #00a99e;} 
.middle-title .en-sub{color: #0e3c8a;letter-spacing: 0.5px;margin-bottom: 10px;font-weight: 700;font-size: 1.1em;}

/* 둥그런 타이틀 */
.border-title {text-align: center; margin-bottom: 40px;} 
.border-title h5{display: inline-block;padding: 10px 50px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius:30px ;font-weight: 900;background: #f3f3f3;}


/* 테이블 스타일 */
.table-wrap {text-align: center;}
.table-wrap .middle-title h4 {display: inline-block; padding: 12px 20px 8px; background-color: #2c4a68; color: #fff;}
.table-wrap table {width: 100%; white-space: pre-line;}
.table-wrap table tr, .table-wrap table th, .table-wrap table td {font-size: 18px; padding: 15px 10px; border: 1px solid #eee; vertical-align: middle;}
.table-wrap table thead tr, .table-wrap table tbody tr th {background: #f5f5f5; font-weight: 600;}
.table-wrap .imp-icon img{max-width: 50px; margin-bottom: 10px;}


/* 사진 들어간 테이블 */
.photo-table table {text-align: center; width: 100%;}
.photo-table table tr, .photo-table table tr td {padding: 15px 10px; border: 1px solid #ccc; vertical-align: middle;color: #000;}
.photo-table table td {white-space: pre-line;}
.photo-table table thead tr:first-of-type td, .photo-table table thead tr {border: none;}
.photo-table table thead tr:first-of-type td {padding: 0;}
.photo-table table thead tr:last-of-type td {background: #0cb2fb; color: #fff; font-weight: 600; font-size: 20px;}
.photo-table table thead tr:first-of-type td:not(:first-child) {border: 1px solid #ccc; border-bottom: none;}
.photo-table table tbody{background: #fff;}

/* 숫자 리스트 */
.num-list .num {position: relative; margin-bottom: 30px; padding-left: 50px; text-align: left; /* display: flex; align-items: center; */}
.num-list .num:last-child {margin-bottom: 0;}
.num-list .num::before {position: absolute; display: flex; align-items: center; justify-content: center; left: 0; top: 0px; width: 35px; height: 35px; font-size: 20px;}
.num-list .num:nth-child(2n)::before {background-color: #00635e;}
.num-list.middle .num::before {top: 50%; transform: translateY(-50%);}


/* 이미지 테두리 리스트 */
.line-list img {border: 1px solid #ccc;}


/* 원형 이미지 테두리 리스트 */
.circle-list img {border-radius: 50%; border: 1px solid #ccc;}


/* 파란 선 들어간 네모 박스 */
.line-box li > div {position: relative; padding: 30px 20px 30px 30px; border: 1px solid #eee;}
.line-box li > div::after {content: ''; display: block; width: 10px; height: 100%; position: absolute; left: 0; top: 0; background-color: #2c4a68;}
.line-box h5 {margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px solid #eee; font-weight: 500;}
.line-box p {white-space: pre-line;}


/* 사진+텍스트 들어간 기본 스타일 */
.basic-box {display: flex; align-items: center; justify-content: flex-start; margin-top: 40px;}
.basic-box:first-of-type {margin-top: 0;}
.basic-box li:first-child {flex: 1;}
.basic-box li:last-child {margin-left: 30px; flex: 1;}
.basic-box li h5 {margin: 0 0 15px; font-weight: 600; white-space: pre-line; font-family: 'GmarketSansMedium'; transform: skew(-0.1deg);}
.basic-box li.num h5 {margin: 20px 0 15px;}
.basic-box li p {white-space: pre-line;}
.basic-box.line li h5 {position: relative; padding-bottom: 10px;}
.basic-box.line li h5::before {position: absolute; content: ''; left: 0; bottom: 0; width: 50px; height: 2px; background: #274c8d;}


/* 원 안에 아이콘 없는 박스 */
.circle-box > div > div {border-radius: 50%; background-color: #f5f5f5;}
.circle-box:nth-child(2n-1) > div > div {background-color: #ebf4f2;}
.circle-box > div > div::after {content: ''; display: block; padding-bottom: 100%;}
.circle-box p {position: absolute; width: 100%; height: auto; bottom: 50%; transform: translate(0, 50%); text-align: center; white-space: pre-line;}
.circle-box h5 {position: absolute; white-space: pre-line; text-align: center; bottom: 50%; transform:translateY(50%); display: inline-block; width: 100%;	}
/* .circle-box span{font-size: 24px; font-weight: bold;} */


/* 원 안에 아이콘 들어간 리스트 */
.circle-icon > li > div > div {border-radius: 50%; border: 2px solid #f5f5f5; width: 100%; height: 100%;}
.circle-icon > li:nth-child(2n-1) > div > div {border: 2px solid #d9dfee;}
.circle-icon > li > div > div::after {content: ''; display: block; padding-bottom: 100%;}
.circle-icon > li > div > div > div {position: absolute; display: flex; flex-direction: column; justify-content: center; align-items: center; top: 50%; transform: translate(-50%, -50%); left: 50%; height: 50%; width: 100%;}
.circle-icon p {margin-top: 15px; line-height: 1.4;}


/* 배경색 타이틀 */
.bg-tit {display: inline-block; padding: 6px 32px; margin: 0 auto 40px; border-radius: 40px; background: #00a99e; color: #fff; font-family: 'Noto Sans KR','Noto Sans KR'; font-weight: 700;}


/* 둥근 모서리를 가진 배경색 타이틀 */
.radius-tit {display: inline-block; padding: 8px 42px; margin: 0 auto; border-radius: 40px; background: linear-gradient(to right, #1f3d74, #4067aa); color: #fff;}


/* 자세히 보기 버튼 */
.detail-btn a {position: relative; display: inline-block; margin-top: 20px; padding: 12px 30px; border: 1px solid #333; font-size: 15px; font-weight: 700; transition: 0.4s ease-in-out;}
.detail-btn a::before {content: ""; position: absolute; top: 0; left: 0; width: 0; height: 100%; background-color: #327cbd; transition: 0.4s ease-in-out; z-index: -1;}
.detail-btn a:hover::before {width: 100%;}
.detail-btn a:hover {color: #fff; border: 1px solid #327cbd;}

/*================================================================ 1500px 이하 ================================================================= */
@media screen and (max-width:1500px) {

}

/*================================================================ 1200px 이하 ================================================================= */
@media screen and (max-width:1200px) {
/* #wrapper {margin-top: 69px;} */

}

/*================================================================ 1025px 이하 ================================================================= */
@media screen and (max-width:1025px) {

}

/*================================================================ 900px 이하 ================================================================= */
@media screen and (max-width:900px) {
.middle-title .en-sub{font-size: 1.1em;}


/* 테이블 스타일 */
.table-wrap .table-scroll {overflow-x: scroll; overflow-y: hidden; max-width: 100%;}
.table-scroll::-webkit-scrollbar {width: 12px;}
.table-scroll::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); border-radius: 5px; background-color: rgba(220, 220, 220, 0.3);}
.table-scroll::-webkit-scrollbar-thumb {background-clip: padding-box; border-radius: 5px; background-color: #516371; border: 2px solid transparent;}
.table-wrap table {min-width: 900px;}
.table-wrap table tr, .table-wrap table th, .table-wrap table td {font-size: 15px;}
}

/*================================================================ 769px 이하 ================================================================= */
@media screen and (max-width:769px) {

.res-bg{padding: 80px 0 !important;}

/* 숫자 스타일 */
.num::before {margin: 10px auto 0;}
.num-list .num::before {margin: 0 10px 0 0;}


/* 사진 들어간 테이블 */
.photo-table table td {font-size: 15px;}
.photo-table table thead tr:last-of-type td {font-size: 18px;}


/* 사진+텍스트 들어간 기본 스타일 */
.basic-box {display: block; text-align: center;}
.basic-box:not(:first-of-type) {margin-top: 40px;}
.basic-box li:last-child {margin-left: 0; margin-top: 20px;}
.basic-box li h5 {margin: 20px 0 10px !important;}
.basic-box li img {border-radius: 20px; max-width: 500px; width: 100%;}
.basic-box.line li h5::before {left: 50%; transform: translateX(-50%);}


/* 파란 선 들어간 네모 박스 */
.line-box li::after {width: 8px;}
.line-box li > div {height: auto !important;}
}

/*================================================================ 600px 이하 ================================================================= */
@media screen and (max-width:600px) {

}

/*================================================================ 425px 이하 ================================================================= */
@media screen and (max-width:425px) {

.link {top: -60px;}
.res-bg{padding: 50px 0 !important;}
.stick .flex > li > div.m10{margin: 5px;}
.title-num{font-size: 20px; width: 45px; height: 45px;}


/* 숫자 스타일 */
.num::before {width: 40px; height: 40px; font-size: 17px; margin: 0 auto;}
.num-list .num {display: flex; align-items: center; margin-bottom: 0; padding-left: 40px;}
.num-list .num:not(:first-child) {margin-top: 20px;}
.num-list .num::before {width: 30px; height: 30px; margin: 0 auto; font-size: 16px;}


/* 미들 타이틀 (작은 타이틀) */
.middle-title{margin-bottom: 20px;}
.middle-title p{line-height: 1.7;}
.middle-title > span.num::before {margin: 0 auto 10px;}


/* 사진+텍스트 들어간 기본 스타일 */
.basic-box li img {border-radius: 10px; max-width: 70%;}
.basic-box li h5 {margin: 15px 0 10px !important; line-height: 1.4;}


/* 원 안에 아이콘 없는 박스 */
.circle-box > div {margin: 5px !important;}
.circle-box h5 {font-size: 15px;}


/* 파란 선 들어간 네모 박스 */
.line-box li::after {width: 5px;}
.line-box li > div {padding: 25px 20px 30px 25px;}
.line-box li h5 {padding-bottom: 5px; margin-bottom: 10px;}


/* 테이블 스타일 */
.table-wrap table {min-width: 700px;}
.table-wrap table tr, .table-wrap table th, .table-wrap table td {font-size: 12px;}
.table-wrap .imp-icon img{max-width: 30px; margin-bottom: 5px;}


/* 사진 들어간 테이블 */
.photo-table table td {font-size: 12px;}
.photo-table table tr, .photo-table table tr td {padding: 10px 5px;}
.photo-table table thead tr:last-of-type td {font-size: 15px;}


/* 배경색 타이틀 */
.bg-tit {padding: 3px 24px; margin: 0 auto 20px;}


/* 둥근 모서리를 가진 배경색 타이틀 */
.radius-tit {padding: 6px 32px;}
}


/*========================================================================================================================================= */
/*================================================================ common ================================================================= */
/*========================================================================================================================================= */

/* =================================================================================================================================== */
/* =========================================================== main-common =========================================================== */
/* =================================================================================================================================== */

main {overflow: hidden;}
.swiper-container{position: relative; width: 100%; margin: 0 auto;}
.swiper-button-prev, .swiper-button-next {margin: 0;}

.case-comparison {position: relative;}
.case-comparison .case {position: relative;}
.case-comparison .case-num {position: absolute; display: flex; align-items:center; top: 10px; left: 10px; width: 80px; height: 80px; border: 1px solid #fff; z-index: 1; background: rgba(0,0,0,0.6);}
.case-comparison .case-num p {width: 100%; color: #fff; text-align: center; white-space: pre-line; font-weight: 900;}
.case-comparison .case-img {text-align: center; border: 1px solid #727272;}
.case-comparison .case-img img {width: 100%;}
.case-comparison .case-exp {position: absolute; right: 20px; bottom: 20px;}
.case-comparison .case-exp p {color: #fff; font-weight: 700;}
.case-comparison .case-after {position: absolute; top: 0; left: 0; width: 100%; z-index: 0; opacity: 0;}
.case-comparison .case-after {-webkit-animation: fadeIn50 1s 0.3s forwards; animation: fadeIn50 1s 0.3s forwards;}
.case-comparison .case-after.move {-webkit-animation: none; animation: none;}

@-webkit-keyframes fadeIn50 {
    0% {opacity: 0;}
    to {opacity: 0.5;}
}
@keyframes fadeIn50 {
    0% {opacity: 0;}
    to {opacity: 0.5;}
}

.case-slider {padding: 20px 15px 0; display: flex; align-items: center; justify-content: space-between; width: 100%;}
.case-slider .txt {font-size: 18px; font-weight: 700; transform: skew(-0.1deg);}
.case-slider .prog-bar {width: 100%; display: flex; justify-content: center; position: relative;}
.case-slider .prog-bar:after {position: absolute; content: ""; top: 50%; left: 0; transform: translateY(-50%); width: 100%; height: 2px; background: #ededed; z-index: -1;}

.case-slider input[type=range] {-webkit-appearance: none; width: 100%; background: transparent;}
.case-slider input[type='range' i] {appearance: auto; cursor: default; color: -internal-light-dark(rgb(16, 16, 16), rgb(255, 255, 255)); padding: initial; border: initial; margin: 2px;}
.case-slider input[type='range'] {-webkit-appearance: none; width: 100%; background: transparent;}
.case-slider input[type='range']::-webkit-slider-thumb {-webkit-appearance: none; background: #fff; width: 44px; height: 44px; background: url("../img/main/range_arrow.png") center/cover no-repeat;}
.case-slider input[type='range']::-moz-range-thumb {background: #fff; width: 44px; height: 44px; background: url("../img/main/range_arrow.png") center/cover no-repeat;}
.case-slider input[type='range']:focus {outline: none;}
.case-slider input[type='range']::-ms-track {width: 100%; cursor: pointer; background: transparent; border-color: transparent; color: transparent;}

.case-caution ul {display: flex;}
.case-caution ul > li:first-child {margin-right: 5px;}
.case-caution ul > li:last-child {flex: 1;}

#gallery .swiper-container {width: 100%; margin: 0 auto;}
#gallery .swiper-slide-container {height: 100%; margin: 0 auto; display: flex; justify-content: center; align-items: center;}
#gallery .swiper-button-prev, #gallery .swiper-button-next {color: #fff; top: 50%; transform: translateY(-50%);}
.gallery-top {height: 80%; width: 100%;}
.gallery-thumbs {height: 20%; padding: 10px 0;}
.gallery-thumbs .swiper-slide {width: 20%; height: 100%; opacity: 0.4;}
.gallery-thumbs .swiper-slide-thumb-active {opacity: 1;}

/* 탭 메뉴 스타일 */
.dentist .tab-btn {display: flex; margin: 20px 0 40px;}
.dentist .tab-btn input {display: none;}
.dentist .tab-btn label {display: inline-block; padding: 15px 25px; text-align: center; border: 1px solid #ccc; color: #bbb; background-color: #fff;}
.dentist .tab-btn label:hover {color: #7fcef4; cursor: pointer; transition: all ease 0.3s;}
.dentist .tab-btn input:checked + label {color: #fff; background-color: #111; transition: all ease 0.3s;}

/* 탭 메뉴 내용 스타일 */
.dentist{padding-top: 100px;}
.dentist .tab-content {}
/* #tab-content2, #tab-content3, #tab-content4, #tab-content5 {display: none;} */
.dentist .tab-content > ul {display: flex; width: 100%;gap:50px;align-items: center;}
.dentist .tab-content > ul > li {width: 60%; position: relative;}
.dentist .tab-content > ul > li:first-child{width: 40%;text-align: center;}
.dentist .tab-content .tab-name {border-bottom: 2px dotted #ddd; margin-bottom: 20px; padding-bottom: 20px;}
.dentist .tab-content .tab-name > div {}
.dentist .tab-content .tab-name > div h3 { white-space: pre-line;font-weight: 700;}
.dentist .tab-content .tab-name > div span {padding: 0 5px; font-size: 0.5em; font-weight: 500; background: #0cb2fb; color: #fff;}
.dentist .tab-content .tab-name p {font-weight: 700;}
.dentist .tab-content .tab-name p.txt {margin-top: 20px; padding-top: 20px; font-weight: 400; white-space: pre-line; border-top: 2px dotted #ddd;}
.dentist .tab-content > ul > li:first-child img {max-width:500px; width: 100%;}
.dentist .tab-content .disc-box-wrap{display: flex;}
.dentist .tab-content .disc-list {list-style-type: disc; margin-left: 20px; width: 50%;}
.dentist .tab-content .disc-list li.none{list-style-type:none; margin-left: -20px;}
.dentist .tab-content .disc-list li {line-height: 1.8;  font-size: 20px;font-family: 'Noto Sans KR','Noto Sans KR'; font-weight: 500;}




.case-slide-wrap {position: relative;}
.case-button-next,
.case-button-prev {top: 50%; transform: translateY(-50%); color: #727272; margin-top: 0;}
.case-button-next {right: -50px;}
.case-button-prev {left: -50px;}
.case-pagination {bottom: -40px !important;}
.case-pagination .swiper-pagination-bullet {width: 10px; height: 10px; background: #fff; opacity: 0.8; transition: all 0.5s ease-in-out; border: 1px solid #eee;}
.case-pagination .swiper-pagination-bullet-active { width: 25px; border-radius: 5px; background: #0cb2fb;}

.main-tit {position: relative; text-align: center; margin-bottom: 40px;}
.main-tit.white {color: #fff;}
.main-tit .sub-tit {margin-bottom: 5px; font-weight: 600;letter-spacing: 1px;}
.main-tit .tit {color: #000; font-weight: 800; transform: skew(-0.1deg);}
.main-tit.white .tit {color: #fff;}


/* ===================== Mobile size : 1700px ======================= */

@media screen and (max-width: 1700px){
	.main_promise_left{padding-left: 20px;padding-top: 100px;	}
}

/* ===================== Mobile size : 1500px ======================= */

@media screen and (max-width: 1500px){

.dentist .tab-content .tab-name p {display: inline-block;}
.dentist .tab-btn {margin: 20px auto 40px; flex-direction: column; max-width: 350px;}
.dentist .tab-btn label {padding: 8px 15px;}
.dentist .tab-content .tab-name > div{display: block;}
.dentist .tab-content > ul > li:first-child img  {max-width:250px; width: 100%;}
.dentist .tab-content > ul {display: block; background: none;}
.dentist .tab-content > ul > li {width: 100%; text-align: center;}
.dentist .tab-content > ul > li:first-child{width: 100%;background: #fff;}
.dentist .tab-content > ul > li:last-child{width: 100% ;margin: 20px 0 0 0;}

.dentist .tab-content .disc-box{display: block;}
.dentist .tab-content .disc-list {display: flex; flex-direction: column; align-items: flex-start; width: 100%;max-width:500px; margin-bottom: 20px; text-align: left;}

}


/* ===================== Mobile size : 1200px ======================= */

@media screen and (max-width: 1200px){
#content{padding-top: 79px;}

.case-slide-wrap {margin: 120px auto 0; padding-bottom: 50px;}
.case-pagination {bottom: 0 !important;}

.case-button-next,
.case-button-prev {top: -75px; transform: none; transition: all 0.3s ease-in-out;}
.case-button-next {right: 20px;}
.case-button-prev {left: auto;right: 90px;}
.case-button-next::after,
.case-button-prev::after {font-size: 35px;}
.case-button-next::before,
.case-button-prev::before {position: absolute;	content: ""; width: 55px; height: 55px; border: 1px solid; left: 50%; top: 50%; transform: translate(-50%, -50%);}




}


/* ===================== Mobile size : 1024px ======================= */

@media screen and (max-width: 1024px){
.dentist{padding-top: 50px;}



}

/* ===================== Mobile size : 900px ======================= */

@media screen and (max-width: 900px){
.case-comparison .case-num {width: 60px; height: 60px;}
.case-comparison .case-num p {font-size: 14px; line-height: 1.3;}
}

/* ===================== Mobile size : 769px ======================= */

@media screen and (max-width: 769px){
.dentist .tab-content .disc-box-wrap{flex-direction: column;}

.case-comparison > li:last-child {margin-top: 40px;}
.case-button-next {right: 15px;}
.case-button-prev {right: 80px;}
.case-button-next::after,
.case-button-prev::after {font-size: 30px;}
.case-button-next::before,
.case-button-prev::before {width: 50px; height: 50px;}
}

/* ===================== Mobile size : 600px ======================= */

@media screen and (max-width: 600px) {
#gallery .swiper-button-prev:after,
#gallery .swiper-button-next:after {font-size: 30px;}

.dentist .tab-content .disc-list {margin-left: 20px;}

}

/* ===================== Mobile size : 425px ======================= */

@media screen and (max-width: 425px){

.case-slider {padding: 0 10px;}
.case-slider .txt {font-size: 14px;}
.case-comparison > li:last-child {margin-top: 20px;}

.dentist .tab-btn {margin: 10px auto 30px;}
.dentist .tab-content .tab-name > div h3 {font-size: 25px;}
.dentist .tab-content .tab-name p {font-size: 14px;}
.dentist .tab-content .disc-list {max-width: 260px;}
.dentist .tab-content .disc-box > p{background: #f3f3f3;padding: 10px;-webkit-border-radius: 13px;-moz-border-radius:13px;border-radius: 13px;}
.dentist .tab-content .disc-list li {font-size: 14px;}
.dentist .tab-content img {max-width: 250px;}


.case-slide-wrap {margin: 80px auto 0;}
.case-button-next,
.case-button-prev {top: -65px;}
.case-button-next {right: 10px;}
.case-button-prev {right: 60px;}
.case-button-next::after,
.case-button-prev::after {font-size: 20px;}
.case-button-next::before,
.case-button-prev::before {width: 40px; height: 40px;}

.main-tit {margin-bottom: 20px;}
}


/* =================================================================================================================================== */
/* =========================================================== main-common =========================================================== */
/* =================================================================================================================================== */


/* ==================================================================================================================================== */
/* =========================================================== 메인 슬라이드 영역 =========================================================== */
/* ==================================================================================================================================== */
.main-video{vertical-align: top;margin-top: -120px;}
.main-slide .swiper-slide .img {width: 100%; height: calc(var(--vh, 1vh) * 100 - 55px);}

.main-slide .slide1 .zoom {background: url(../img/main/slide_01.png) 40%/cover no-repeat;}
.main-slide .slide2 .zoom {background: url(../img/main/slide_02.png) 60%/cover no-repeat;}
.main-slide .slide3 .zoom {background: url(../img/main/slide_03.png) 70%/cover no-repeat;}
.main-slide .slide4 .zoom {background: url(../img/main/slide_04.png) 70%/cover no-repeat;}
.main-slide .slide5 .zoom {background: url(../img/main/slide_05.png) left/cover no-repeat;}

.main-slide .swiper-slide .txt {position: absolute; display: flex; align-items: center; justify-content: center; left: 0; top: 0; width: 100%; height: 100%; color: #fff;}
.main-slide .swiper-slide .txt article {position: relative; top: 40px; text-align: center; opacity: 0; transition: all 1s ease-in-out; filter: drop-shadow(1px 1px 5px rgba(0,0,0,0.5));}
.main-slide .swiper-slide-active .txt article {top: 0; opacity: 1;}
.main-slide .swiper-slide .txt .logo {margin-bottom: 50px;}
.main-slide .swiper-slide .txt .tit {font-family: "GmarketSansBold"; white-space: pre-line;}
.main-slide .swiper-slide .txt .sub {white-space: pre-line; letter-spacing: 0.05em;margin-bottom: 20px;}
.main-slide .swiper-scrollbar.main-slide-scroll {left: 50%; width: 75%; background: rgba(255,255,255,0.4); transform: translateX(-50%); bottom: 80px;}
.main-slide .swiper-scrollbar.main-slide-scroll .swiper-scrollbar-drag {background: #fff;}

/* slide3 이미지 절대 위치 */
.swiper-slide .slide3-img {position: absolute;bottom: 10%;width: 600px;z-index: 10;left: 50%;margin-left: -300px;}
.swiper-slide .slide4-img {position: absolute;bottom: 10%;width: 400px;z-index: 10;left: 50%;margin-left: -200px;}

.swiper-slide .slide3-img img {
  width: 100%;
  height: auto;
}

.swiper-slide .slide3-img {

  /* 애니메이션 초기 상태 (밑에서 + 투명) */
  opacity: 0;
  transform: translateY(40px);
  transition: all 1s ease-in-out;
  /* 살짝 늦게 나오게 하고 싶으면 ↓ 이거 주면 됨 */
  /* transition-delay: .15s; */
}

/* 슬라이드가 활성화 되었을 때 */
.swiper-slide.swiper-slide-active .slide3-img {
  opacity: 1;
  transform: translateY(0);
}

/* =================== 더블보드 설명 박스 =================== */
.doubleboard-box {
  margin: 40px auto 0;
  padding: 22px 40px;
  max-width: 520px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(0, 0, 0, 0.35);
  border-radius: 4px;
  text-align: center;
  box-sizing: border-box;
}

.doubleboard-box strong {
  display: block;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}

.doubleboard-box span {
  display: block;
  font-size: 18px;
  font-weight: 400;
}


/*================================================================ 1500px 이하 ================================================================= */
@media screen and (max-width:1500px) {

}

/*================================================================ 1200px 이하 ================================================================= */
@media screen and (max-width:1200px) {
/* #wrapper {margin-top: 69px;} */
.main-video{vertical-align: top;margin-top: 0;}

.main-slide .swiper-slide .img {height: 700px;}
.main-slide .swiper-slide .txt article {padding: 0 5px;}

  .doubleboard-box {
    margin-top: 30px;
    padding: 18px 24px;
    max-width: 420px;
  }

  .doubleboard-box strong {
    font-size: 20px;
    margin-bottom: 6px;
  }

  .doubleboard-box span {
    font-size: 16px;
  }
}

/*================================================================ 1025px 이하 ================================================================= */
@media screen and (max-width:1025px) {

}
/* ===================== Mobile size : 901px~ ======================= */

@media screen and (min-width:901px){
.main-slide .swiper-button-next {color: #fff; font-size: 65px; right: 130px; width: 50px; height: 100px;  background: rgba(255,255,255,0.1);}
.main-slide .swiper-button-prev {color: #fff; font-size: 65px; left: 130px; width: 50px; height: 100px; background: rgba(255,255,255,0.1);}

}

/* ===================== Mobile size : 900px ======================= */

@media screen and (max-width:900px){
.main-slide .swiper-button-next {color: #fff; }
.main-slide .swiper-button-prev {color: #fff; }

  .doubleboard-box {
    margin-top: 24px;
    padding: 16px 18px;
    max-width: 90%;
  }

  .doubleboard-box strong {
    font-size: 18px;
  }

  .doubleboard-box span {
    font-size: 14px;
    line-height: 1.5;
  }
   .slide3 .slide3-img{
    bottom: 20%;
    width: 250px;
    z-index: 10;
    left: 50%;
    margin-left: -125px;
	}

	.swiper-slide .slide4-img {
	bottom: 15%;
	width: 250px;
	z-index: 10;
	left: 50%;
	margin-left: -125px;

}

}


/* ==================================================================================================================================== */
/* =========================================================== 메인 슬라이드 영역 =========================================================== */
/* ==================================================================================================================================== */

/* ==================================================================================================================================== */
/* ============================================================ 한양치과 섹션1 소개 ============================================================ */
/* ==================================================================================================================================== */

.hy-about-section {
    background: #fff url(../img/main/about_bg.png) left center/30% no-repeat;
}

/* 본문 영역 */
.hy-about-body {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 36px;
}

/* 리드 문구 */
.hy-about-lead {
    font-size: 20px;
    color: #111;
    white-space: pre-line;
    line-height: 1.9;
}
.hy-about-lead b {
    font-weight: 900 !important;
    color: #111;
}

/* 본문 */
.hy-about-desc {
    color: #444;
    white-space: pre-line;
    line-height: 2;
}
.hy-about-desc b {
    font-weight: 900 !important;
    color: #111;
}

/* ===================== 1200px ======================= */
@media screen and (max-width: 1200px) {
    .hy-about-section { background: #fff; }
}

/* ===================== 1024px ======================= */
@media screen and (max-width: 1024px) {
    .hy-about-lead { font-size: 18px; }
    .hy-about-desc { font-size: 16px; }
}

/* ===================== 769px ======================= */
@media screen and (max-width: 769px) {
    .hy-about-body { gap: 24px; }
    .hy-about-lead { font-size: 17px; }
}

/* ===================== 425px ======================= */
@media screen and (max-width: 425px) {
    .hy-about-lead { font-size: 15px; }
    .hy-about-desc { font-size: 14px; line-height: 1.9; }
    .hy-about-body { gap: 20px; }
}

/* ==================================================================================================================================== */
/* ============================================================ 한양치과 섹션1 소개 ============================================================ */
/* ==================================================================================================================================== */

/* ==================================================================================================================================== */
/* ============================================================ 한양치과 섹션2 의료진 ============================================================ */
/* ==================================================================================================================================== */

.hy-doctor-section { background: #fff; }

/* 카드 */
.hy-doctor-card {
    display: grid;
    grid-template-columns: 500px 1fr;
    gap: 60px;
    align-items: start;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #eee;
}
.hy-doctor-card:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/* 사진 */
.hy-doctor-card__img {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
	border: 1px solid #aaa;
}
.hy-doctor-card__img img {
    width: 100%;
    height: auto;
    display: block;
}

/* 이름 */
.hy-doctor-name {
    font-size: 34px;
    font-weight: 800;
    color: #111;
    margin-bottom: 16px;
    transform: skew(-0.1deg);
}
.hy-doctor-name span {
    font-size: 0.7em;
    font-weight: 500;
    color: #888;
    margin-left: 6px;
    vertical-align: middle;
}

/* 구분선 */
.hy-doctor-divider {
    width: 100%;
    height: 1px;
    background: #ddd;
    margin-bottom: 20px;
}

/* 약력 리스트 */
.hy-doctor-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.hy-doctor-list li {
    position: relative;
    padding-left: 12px;
    font-size: 20px;
    color: #444;
    line-height: 2;
	font-weight: 500;
}
.hy-doctor-list li::before {
    content: '·';
    position: absolute;
    left: 0;
    top: 0;
    color: #aaa;
    font-weight: 700;
}

/* 뱃지 아이템 */
.hy-doctor-list li.badge-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 0;
    font-weight: 700;
    color: #222;
    font-size: 25px;
    margin-bottom: 4px;
}
.hy-doctor-list li.badge-item::before { display: none; }
.hy-doctor-list li.badge-item img {
    width: 40px;
    height: auto;
    flex-shrink: 0;
}

/* ===================== 1200px ======================= */
@media screen and (max-width: 1200px) {
    .hy-doctor-card { grid-template-columns: 320px 1fr; gap: 40px; }
}

/* ===================== 1024px ======================= */
@media screen and (max-width: 1024px) {
    .hy-doctor-card { grid-template-columns: 1fr; gap: 30px; }
    .hy-doctor-card__img { }
    .hy-doctor-name { font-size: 28px; }
}

/* ===================== 769px ======================= */
@media screen and (max-width: 769px) {
    .hy-doctor-card { margin-bottom: 40px; padding-bottom: 40px; }
    .hy-doctor-list li { font-size: 14px; }
}

/* ===================== 425px ======================= */
@media screen and (max-width: 425px) {
    .hy-doctor-name { font-size: 24px; }
    .hy-doctor-list li { font-size: 13px; }
    .hy-doctor-list li.badge-item { font-size: 14px; }
}

/* ==================================================================================================================================== */
/* ============================================================ 한양치과 섹션2 의료진 ============================================================ */
/* ==================================================================================================================================== */

/* ==================================================================================================================================== */
/* ============================================================ 한양치과 섹션3 임플란트 히어로 ============================================================ */
/* ==================================================================================================================================== */

.hy-implant-hero {
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.hy-implant-hero-bg {
    background: url(../img/main/implant_hero_bg.png) 20%/cover no-repeat;
}
.hy-implant-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(10,30,100,0.1) 0%, rgba(5,20,80,0.5) 40%, rgba(5,20,80,0.85) 100%);
    z-index: 0;
}
.hy-implant-hero .inner {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
}

/* 텍스트 */
.hy-implant-hero__copy {
    width: 100%;
    text-align: center;
    padding: 80px 0;
}
.hy-implant-hero__en {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.25em;
    color: rgba(255,255,255,0.65);
    margin-bottom: 20px;
}
.hy-implant-hero__title {
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
    white-space: pre-line;
    margin-bottom: 30px;
    transform: skew(-0.1deg);
}
.hy-implant-hero__title b {
    font-weight: 900 !important;
    color: #f5c518;
    display: block;
}
.hy-implant-hero__desc p {
    color: rgba(255,255,255,0.88);
    white-space: pre-line;
    line-height: 2;
    text-align: center;
}
.hy-implant-hero__desc p b {
    font-weight: 900 !important;
    color: #fff;
    display: block;
    margin-bottom: 8px;
    font-size: 20px;
}

/* ===================== 1200px ======================= */
@media screen and (max-width: 1200px) {
    .hy-implant-hero__copy { width: 70%; }
    .hy-implant-hero__title { font-size: 28px; }
}

/* ===================== 1024px ======================= */
@media screen and (max-width: 1024px) {
    .hy-implant-hero { min-height: 380px; }
    .hy-implant-hero .inner { justify-content: center; }
    .hy-implant-hero__copy { width: 100%; padding: 60px 0; }
    .hy-implant-hero::before { background: rgba(5,20,80,0.75); }
    .hy-implant-hero__title { font-size: 26px; }
}

/* ===================== 769px ======================= */
@media screen and (max-width: 769px) {
    .hy-implant-hero { min-height: auto; }
    .hy-implant-hero__copy { padding: 50px 0; }
    .hy-implant-hero__title {}
    .hy-implant-hero__desc p { }
    .hy-implant-hero__desc p b {}
}

/* ===================== 425px ======================= */
@media screen and (max-width: 425px) {
    .hy-implant-hero__title {  }
    .hy-implant-hero__en {  }
    .hy-implant-hero__desc p { }
    .hy-implant-hero__desc p b { }
}

/* ==================================================================================================================================== */
/* ============================================================ 한양치과 섹션3 임플란트 히어로 ============================================================ */
/* ==================================================================================================================================== */

/* ==================================================================================================================================== */
/* ============================================================ 한양치과 섹션4 고난도 임플란트 케이스 ============================================================ */
/* ==================================================================================================================================== */

.hy-implant-case-section {
    background: #fff url(../img/main/implant_case_bg.png) right center/30% no-repeat;
}
.hy-denture-case-section, .hy-esthe-case-section {
    background: #fff;
}
/* 타이틀 */
.hy-implant-case-section .middle-title h3 {
    white-space: pre-line;
}

/* 체크리스트 2열 */
.hy-check-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 40px auto;
    max-width: 900px;
}
.hy-check-list li {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #f4f5f7;
    border-radius: 8px;
    padding: 20px 24px;
    transition: box-shadow 0.3s ease;
}
.hy-check-list li:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}
.hy-check-list li p {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    transform: skew(-0.1deg);
}

/* 체크 아이콘 */
.hy-check-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border: 2px solid #1a56c4;
    border-radius: 6px;
    position: relative;
    background: #fff;
}
.hy-check-icon::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 42%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 10px;
    height: 18px;
    border-right: 3px solid #1a56c4;
    border-bottom: 3px solid #1a56c4;
    margin-top: -2px;
}

/* 하단 문구 */
.hy-implant-case-bottom {
	width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #333;
    padding: 16px 40px;
    display: inline-block;
    margin: 0 auto;
}
.hy-implant-case-bottom b {
    font-weight: 900 !important;
    color: #111;
}

/* ===================== 1200px ======================= */
@media screen and (max-width: 1200px) {
    .hy-implant-case-section { background: #fff; }
}

/* ===================== 1024px ======================= */
@media screen and (max-width: 1024px) {
    .hy-check-list { max-width: 100%; }
    .hy-check-list li p {}
}

/* ===================== 769px ======================= */
@media screen and (max-width: 769px) {
    .hy-check-list { grid-template-columns: 1fr; gap: 12px; }
    .hy-implant-case-bottom { font-size: 17px; padding: 14px 24px; }
}

/* ===================== 425px ======================= */
@media screen and (max-width: 425px) {
    .hy-check-list li { padding: 16px 18px; gap: 12px; }
    .hy-check-icon { width: 36px; height: 36px; }
    .hy-check-list li p {}
    .hy-implant-case-bottom { font-size: 15px; padding: 12px 16px; }
}

/* ==================================================================================================================================== */
/* ============================================================ 한양치과 섹션4 고난도 임플란트 케이스 ============================================================ */
/* ==================================================================================================================================== */

/* 비포 애프터 슬라이드 */

.before-after-slide{justify-content: space-between; display: flex; width: 100%; flex-wrap:wrap;}
.before-after-slide img{width: 100%;}

.case-img > div:after{content:"";background: url(../img/watermark.svg) center / 100% no-repeat; position: absolute;width: 200px;height: 50px;    left: 50%; bottom: 20%;margin-bottom: -25px;margin-left: -100px;}

.case-area{width: calc(50% - 2%); }
.case-wrap{position: relative;}
.case-img{text-align: center;}
.case-num {left: 3%; top: 5%; text-transform: uppercase; border: 2px solid #c6e8ff; padding: 0.8rem 0.4rem; line-height: 1.4; color: #c6e8ff; width: 4.25rem; height: 4.25rem; position: absolute; z-index: 1; text-align: center;}
.case-logo{bottom: 6%; left: 4%; opacity: .4; position: absolute; z-index: 1;}
.logo-w{width: 10.8rem; height: 6rem; background: url(img/logo.png)50%/100% no-repeat;}
.ir{text-indent: 100%; white-space: nowrap; overflow: hidden;}
img{max-width: 100%; vertical-align: top;}
.case-after {position: absolute; top: 0; left: 0; width: 100%; z-index: 0; opacity: 0;}
.on .case-after {-webkit-animation: fadeIn50 1s 0.3s forwards; animation: fadeIn50 1s 0.3s forwards;}
.on .case-after.move {-webkit-animation: none; animation: none;}
@-webkit-keyframes fadeIn50 {
    0% {opacity: 0;}
    to {opacity: 0.5;}
}
@keyframes fadeIn50 {
    0% {opacity: 0;}
    to {opacity: 0.5;}
}
.case-desc-txt {right: 4%; bottom: 6%; color: #fff; font-weight: 300; position: absolute; z-index: 1;}
.case-slider { padding: 5% 0; align-items: center; justify-content: space-between; display: flex;}
.prog-bar{width: 100%; display: flex; justify-content: center; position: relative;}
input[type=range] {-webkit-appearance: none; width: 100%; background: transparent; z-index: 2;}
input[type="range" i] {appearance: auto; cursor: default; color: -internal-light-dark(rgb(16, 16, 16), rgb(255, 255, 255)); padding: initial; border: initial; margin: 2px;}
.prog-bar:after {position: absolute; content: ""; top: 48%; left: 0; width: 100%; height: 2px; background: #ededed;}
::-webkit-scrollbar {width: 0.8rem;}
::-webkit-scrollbar-thumb {background: hsla(0,0%,77.3%,.5);}
input[type='range'] {-webkit-appearance: none; width: 100%; background: transparent;}
input[type='range']::-webkit-slider-thumb {-webkit-appearance: none; background: #fff; -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%; width: 2.75rem; height: 2.75rem;background: url("../img/sub/range_arrow.png") 0 0/100% no-repeat;}
input[type='range']::-moz-range-thumb {background: #fff; -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%; width: 2.75rem; height: 2.75rem; background: url("../img/sub/range_arrow.png") 0 0/100% no-repeat;}
input[type='range']:focus {outline: none;}
input[type='range']::-ms-track {width: 100%; cursor: pointer; background: transparent; border-color: transparent; color: transparent;}


/* ===== Before/After Split Slider — Final ===== */

/* 충돌 리셋: 과거 애니메이션/마스크/페이드 제거 */
.on .case-after, .case-after.move { animation: none !important; }
.case-img::after { content: none !important; }                 /* 예전 중앙선 제거 */


/* 레이아웃: before로 높이 확보, after는 오버레이 */
.case-wrap{ position: relative; }
.case-img{ position: relative; overflow: hidden; --pos: 50%; } /* 중앙선 위치(%) */
.case-img .case-before{ position: relative; z-index: 1; }
.case-img .case-after{ position: absolute; inset: 0; z-index: 2; opacity:1 !important; }

/* 핵심: after를 중앙선(--pos) 기준으로 오른쪽만 보이게(와이프) */
.case-img .case-after{
  -webkit-mask-image: linear-gradient(90deg, transparent 0 var(--pos), #000 var(--pos) 100%);
          mask-image: linear-gradient(90deg, transparent 0 var(--pos), #000 var(--pos) 100%);
  transition: -webkit-mask-image .25s ease, mask-image .25s ease;
}

/* 중앙 분할선 */
.case-img::before{
  content:""; position:absolute; top:0; bottom:0; left: var(--pos);
  width:2px; background: rgba(255,255,255,.9);
  box-shadow: 0 0 0 1px rgba(0,0,0,.25);
  z-index: 3; pointer-events:none;
  transition: left .25s ease, opacity .25s ease;
}

/* 워터마크가 after 위로 올라오도록 (필요 시) */
.case-img > div::after{ z-index: 4; }


/* ==== Split Slider 최종 오버라이드 ==== */
.on .case-after, .case-after.move { animation:none !important; } /* 예전 0.5 페이드 제거 */
.case-after { opacity:1 !important; }                            /* 항상 보이게(마스크로 분할) */

.case-wrap{ position:relative; }
.case-img{ position:relative; overflow:hidden; --pos:50%; }
.case-img .case-before{ position:relative; z-index:1; }
.case-img .case-after{ position:absolute; inset:0; z-index:2; }

/* 핵심: 마스크를 강제로 켬(!important) */
.case-img .case-after{
  -webkit-mask-image: linear-gradient(90deg, transparent 0 var(--pos), #000 var(--pos) 100%) !important;
          mask-image: linear-gradient(90deg, transparent 0 var(--pos), #000 var(--pos) 100%) !important;
  transition: -webkit-mask-image .25s ease, mask-image .25s ease;
}

/* ===== BEFORE/AFTER Split (동기화 최종본) ===== */

/* 과거 규칙 무력화 */
.on .case-after, .case-after.move { animation: none !important; }
.case-img::after { content: none !important; } /* 예전 중앙선 제거 */
.case-img .case-before, .case-img .case-after {
  -webkit-mask: none !important; mask: none !important;
  clip-path: none; /* 아래에서 다시 지정 */
}

/* 레이아웃 */
.case-wrap{ position: relative; }
.case-img{ position: relative; overflow: hidden; --pos:50%; }
.case-img .case-before{ position: relative; z-index: 1; }
.case-img .case-after { position: absolute; inset: 0; z-index: 2; opacity:1 !important; }

/* after를 '오른쪽'에서부터 보여주기 (분할선 = --pos) */
/* clip-path: inset( top right bottom left );  right = 100% - pos  */
.case-img .case-after{
  clip-path: inset(0 0 0 var(--pos)) !important; /* ← 방향 수정 */
  transition: none;
}

/* 중앙 분할선 (분할선 위치 = --pos) */
.case-img::before{
  content:""; position:absolute; top:0; bottom:0; left: var(--pos);
  width:2px; background: rgba(255,255,255,.9);
  box-shadow: 0 0 0 1px rgba(0,0,0,.25);
  z-index: 3; pointer-events:none;
  transition: none; /* 이미지와 동일 타이밍 */
}



/* 워터마크 레이어 (필요 시만) */
.case-img > div::after{ z-index: 4; }

.case-img3 > div::after{ z-index: -1; }


/* 비포 애프터 슬라이드 */

/* ==================================================================================================================================== */
/* ============================================================ 한양치과 섹션5 특화 임플란트 ============================================================ */
/* ==================================================================================================================================== */

.hy-implant-special-section { background: #fff; }

/* 3단 리스트 */
.hy-implant-special-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.hy-implant-special-list li {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}
.hy-implant-special-list li:hover { transform: translateY(-4px); }

/* 이미지 */
.hy-implant-special-img {
    position: relative;
    overflow: hidden;
}
.hy-implant-special-img img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}
.hy-implant-special-list li:hover .hy-implant-special-img img {
    transform: scale(1.04);
}

/* 캡션 */
.hy-implant-special-cap {
    padding: 18px 20px;
    background: linear-gradient(to top, #031d27 0%, #1a56c4 100%);
    text-align: center;
}
.hy-implant-special-cap p {
    color: rgba(255,255,255,0.85);
    white-space: pre-line;
    line-height: 1.6;
	font-family: 'GmarketSansBold';
}
.hy-implant-special-cap p b {
    font-weight: 900 !important;
    color: #fff;
    display: block;
    font-size: 1.05em;
}

/* 텍스트 */
.hy-implant-special-copy {
    padding: 28px 24px;
    flex: 1;
    text-align: center;
    background: #fff;
}
.hy-implant-special-copy p {
    color: #444;
    white-space: pre-line;
    line-height: 1.95;
}
.hy-implant-special-copy p b {
    font-weight: 900 !important;
    color: #111;
}

/* ===================== 1200px ======================= */
@media screen and (max-width: 1200px) {
    .hy-implant-special-list { gap: 16px; }
    .hy-implant-special-copy { padding: 22px 18px; }
}

/* ===================== 1024px ======================= */
@media screen and (max-width: 1024px) {
    .hy-implant-special-copy p { font-size: 15px; }
}

/* ===================== 769px ======================= */
@media screen and (max-width: 769px) {
    .hy-implant-special-list { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto; }
}

/* ===================== 425px ======================= */
@media screen and (max-width: 425px) {
    .hy-implant-special-list { max-width: 100%; gap: 14px; }
    .hy-implant-special-cap { padding: 14px 16px; }
    .hy-implant-special-copy { padding: 18px 16px; }
    .hy-implant-special-copy p {}
}

/* ==================================================================================================================================== */
/* ============================================================ 한양치과 섹션5 특화 임플란트 ============================================================ */
/* ==================================================================================================================================== */

/* ==================================================================================================================================== */
/* ============================================================ 한양치과 섹션6 임플란트 재료 ============================================================ */
/* ==================================================================================================================================== */

.hy-implant-material-section { background: #fff; }
.hy-implant-material-section .middle-title h3 { white-space: pre-line; }

.hy-material-list { list-style: none; padding: 0; margin: 0; }
.hy-material-list li { margin-bottom: 16px; color: #fff; }
.hy-material-list li:last-child { margin-bottom: 0; }

.hy-material-list li:nth-child(1) { background: url(../img/main/material_osstem.png) right/cover no-repeat; }
.hy-material-list li:nth-child(2) { background: url(../img/main/material_point.png) right/cover no-repeat; }

/* 텍스트 박스 */
.hy-material-box {
    padding: 50px;
}
.hy-material-box h6 {
    font-weight: 500;
    color: rgba(255,255,255,0.75);
    margin-bottom: 8px;
}
.hy-material-box strong {
    display: block;
    font-weight: 700;
    font-size: 1.3em;
    margin-bottom: 20px;
    transform: skew(-0.1deg);
}
.hy-material-box p {
    color: rgba(255,255,255,0.85);
    white-space: pre-line;
    line-height: 1.9;
}

/* ===================== 900px ======================= */
@media screen and (max-width: 900px) {
    .hy-material-box {
        padding: 30px 20px;
        background: rgba(0,0,0,0.55);
        text-align: center;
    }
    .hy-material-box h6 { }
    .hy-material-box strong { font-size: 1.1em; }
    .hy-material-box p { margin-top: 10px; }
}

/* ===================== 425px ======================= */
@media screen and (max-width: 425px) {
    .hy-material-box { padding: 24px 16px; }
    .hy-material-box h6 { }
}

/* ==================================================================================================================================== */
/* ============================================================ 한양치과 섹션6 임플란트 재료 ============================================================ */
/* ==================================================================================================================================== */


/* ==================================================================================================================================== */
/* ============================================================ 한양치과 섹션7 틀니 히어로 ============================================================ */
/* ==================================================================================================================================== */

.hy-denture-hero {
    position: relative;
    min-height: 460px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.hy-denture-hero-bg {
    background: url(../img/main/denture_hero_bg.png) left/cover no-repeat;
}
.hy-denture-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(5, 20, 80, 0.55);
    z-index: 0;
}
.hy-denture-hero .inner {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
}

/* 텍스트 */
.hy-denture-hero__copy {
    text-align: center;
    padding: 80px 0;
}
.hy-denture-hero__en {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.25em;
    color: rgba(255,255,255,0.65);
    margin-bottom: 20px;
}
.hy-denture-hero__title {
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
    white-space: pre-line;
    margin-bottom: 30px;
    transform: skew(-0.1deg);
}
.hy-denture-hero__title b {
    font-weight: 900 !important;
    color: #f5c518;
    display: block;
}
.hy-denture-hero__desc {
    color: rgba(255,255,255,0.85);
    white-space: pre-line;
    line-height: 2;
}

/* ===================== 1200px ======================= */
@media screen and (max-width: 1200px) {
    .hy-denture-hero__title { }
}

/* ===================== 1024px ======================= */
@media screen and (max-width: 1024px) {
    .hy-denture-hero { min-height: 380px; }
    .hy-denture-hero__title { }
    .hy-denture-hero__desc {  }
}

/* ===================== 769px ======================= */
@media screen and (max-width: 769px) {
    .hy-denture-hero { min-height: auto; }
    .hy-denture-hero__copy { padding: 60px 0; }
    .hy-denture-hero__title {  }
    .hy-denture-hero__desc {  }
}

/* ===================== 425px ======================= */
@media screen and (max-width: 425px) {
    .hy-denture-hero__copy { padding: 50px 0; }
    .hy-denture-hero__title { }
    .hy-denture-hero__en { }
    .hy-denture-hero__desc { }
}

/* ==================================================================================================================================== */
/* ============================================================ 한양치과 섹션7 틀니 히어로 ============================================================ */
/* ==================================================================================================================================== */

/* ==================================================================================================================================== */
/* ============================================================ 임플란트 섹션 ============================================================ */
/* ==================================================================================================================================== */


/* ==================================================================================================================================== */
/* ============================================================ 한양치과 심미보철 히어로 ============================================================ */
/* ==================================================================================================================================== */

.hy-esthetic-hero {
    position: relative;
    min-height: 460px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.hy-esthetic-hero-bg {
    background: url(../img/main/esthetic_hero_bg.png) right/cover no-repeat;
}
.hy-esthetic-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to left, rgba(220,225,235,0.3) 0%, rgba(220,225,235,0.7) 40%, rgba(220,225,235,0.92) 65%);
    z-index: 0;
}
.hy-esthetic-hero .inner {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
}

/* 텍스트 */
.hy-esthetic-hero__copy {
    width: 100%;
    text-align: center;
    padding: 80px 0;
}
.hy-esthetic-hero__en {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.25em;
    color: #888;
    margin-bottom: 20px;
}
.hy-esthetic-hero__title {
    font-weight: 700;
    color: #111;
    line-height: 1.5;
    margin-bottom: 30px;
    transform: skew(-0.1deg);
}
.hy-esthetic-hero__title b {
    font-weight: 900 !important;
    color: #1a56c4;
    display: block;
}
.hy-esthetic-hero__desc {
    color: #444;
    white-space: pre-line;
    line-height: 2;
}
.hy-esthetic-hero__desc b {
    font-weight: 900 !important;
    color: #111;
}

/* ===================== 1200px ======================= */
@media screen and (max-width: 1200px) {
    .hy-esthetic-hero__copy { width: 70%; }
    .hy-esthetic-hero__title {  }
}

/* ===================== 1024px ======================= */
@media screen and (max-width: 1024px) {
    .hy-esthetic-hero { min-height: 380px; }
    .hy-esthetic-hero .inner { justify-content: center; }
    .hy-esthetic-hero__copy { width: 100%; padding: 60px 0; }
    .hy-esthetic-hero::before { background: rgba(220,225,235,0.82); }
    .hy-esthetic-hero__title { }
}

/* ===================== 769px ======================= */
@media screen and (max-width: 769px) {
    .hy-esthetic-hero { min-height: auto; }
    .hy-esthetic-hero__copy { padding: 50px 0; }
    .hy-esthetic-hero__title { }
    .hy-esthetic-hero__desc {  }
}

/* ===================== 425px ======================= */
@media screen and (max-width: 425px) {
    .hy-esthetic-hero__copy { padding: 50px 0; }
    .hy-esthetic-hero__title {  }
    .hy-esthetic-hero__en {  }
    .hy-esthetic-hero__desc {  }
}

/* ==================================================================================================================================== */
/* ============================================================ 한양치과 심미보철 히어로 ============================================================ */
/* ==================================================================================================================================== */

/* ==================================================================================================================================== */
/* ============================================================ 한양치과 맞춤 심미보철 ============================================================ */
/* ==================================================================================================================================== */

.hy-esthetic-custom-section {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 80px 0;
}
.hy-esthetic-custom-bg {
    background: url(../img/main/esthetic_custom_bg.png) right center/cover no-repeat;
    background-color: #eef1f8;
}

.hy-esthetic-custom-section .inner {
    position: relative;
    z-index: 1;
}

/* 텍스트 영역 */
.hy-esthetic-custom-copy {
    width: 100%;
}
.hy-esthetic-custom-copy .middle-title { text-align: center; }
.hy-esthetic-custom-copy .middle-title h3 { color: #111; }
.hy-esthetic-custom-copy .middle-title p {
    color: #444;
    white-space: pre-line;
    line-height: 1.9;
    margin-top: 16px;
}

/* 원형 리스트 */
.hy-esthetic-circle-list {
    display: flex;
    justify-content: center;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 50px 0 0;
    flex-wrap: wrap;
}
.hy-esthetic-circle-list li {
    width: calc(25% - 20px);
    min-width: 140px;
}
.hy-esthetic-circle {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 5px solid #1a56c4;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(255,255,255,0.7);
    transition: all 0.3s ease;
}
.hy-esthetic-circle:hover {
    background: #1a56c4;
}
.hy-esthetic-circle:hover h5 { color: #fff; }
.hy-esthetic-circle h5 {
    font-weight: 800;
    color: #111;
    transform: skew(-0.1deg);
    transition: color 0.3s ease;
}

.hy-ortho-hero-bg {
    background: url(../img/main/ortho_hero_bg.png) right/cover no-repeat;
}

/* ===================== 1200px ======================= */
@media screen and (max-width: 1200px) {
    .hy-esthetic-custom-copy { width: 70%; }
    .hy-esthetic-custom-bg { background-size: 45%; }
}

/* ===================== 1024px ======================= */
@media screen and (max-width: 1024px) {
    .hy-esthetic-custom-bg { background: #eef1f8; }
    .hy-esthetic-custom-copy { width: 100%; }
    .hy-esthetic-circle-list li { min-width: 120px; }
}

/* ===================== 769px ======================= */
@media screen and (max-width: 769px) {
    .hy-esthetic-custom-section { padding: 60px 0; min-height: auto; }
    .hy-esthetic-circle-list { gap: 14px; margin-top: 36px; }
    .hy-esthetic-circle h5 { }
}

/* ===================== 425px ======================= */
@media screen and (max-width: 425px) {
    .hy-esthetic-custom-section { padding: 50px 0; }
    .hy-esthetic-circle-list li { width: calc(50% - 14px); min-width: 100px; }
    .hy-esthetic-circle h5 { }
    .hy-esthetic-circle-list { margin-top: 24px; }
}

/* ==================================================================================================================================== */
/* ============================================================ 한양치과 맞춤 심미보철 ============================================================ */
/* ==================================================================================================================================== */

/* ==================================================================================================================================== */
/* ============================================================ 한양치과 교정 진단 시스템 ============================================================ */
/* ==================================================================================================================================== */

.hy-ortho-diag-section { background: #fff; }

/* 아이템 */
.hy-ortho-diag-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #eee;
}
.hy-ortho-diag-item:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/* 이미지 */
.hy-ortho-diag-img {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.hy-ortho-diag-img img {
    width: 100%;
    height: auto;
    display: block;
}

/* 텍스트 */
.hy-ortho-diag-title {
    font-weight: 800;
    color: #111;
    line-height: 1.4;
    white-space: pre-line;
    margin-bottom: 24px;
    transform: skew(-0.1deg);
}
.hy-ortho-diag-copy p {
    color: #444;
    white-space: pre-line;
    line-height: 2;
}

/* ===================== 1200px ======================= */
@media screen and (max-width: 1200px) {
    .hy-ortho-diag-item { gap: 40px; }
    .hy-ortho-diag-title { }
}

/* ===================== 1024px ======================= */
@media screen and (max-width: 1024px) {
    .hy-ortho-diag-title { }
    .hy-ortho-diag-copy p {}
    .hy-ortho-diag-item { margin-bottom: 60px; padding-bottom: 60px; }
}

/* ===================== 769px ======================= */
@media screen and (max-width: 769px) {
    .hy-ortho-diag-item {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 40px;
        padding-bottom: 40px;
    }
    .hy-ortho-diag-img { border-radius: 8px; }
    .hy-ortho-diag-title {  margin-bottom: 16px; }
}

/* ===================== 425px ======================= */
@media screen and (max-width: 425px) {
    .hy-ortho-diag-title {  }
    .hy-ortho-diag-copy p {}
    .hy-ortho-diag-item { margin-bottom: 30px; padding-bottom: 30px; }
}

/* ==================================================================================================================================== */
/* ============================================================ 한양치과 교정 진단 시스템 ============================================================ */
/* ==================================================================================================================================== */

/* ==================================================================================================================================== */
/* ============================================================ 한양치과 턱관절 협진 교정 ============================================================ */
/* ==================================================================================================================================== */

.hy-ortho-tmj-section { background: #fff; }

/* 상단 이미지 */
.hy-ortho-tmj-img {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    margin-bottom: 50px;
}
.hy-ortho-tmj-img img {
    width: 100%;
    height: auto;
    display: block;
}

/* 하단 텍스트 */
.hy-ortho-tmj-copy {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 60px;
    align-items: center;
}
.hy-ortho-tmj-title {
    font-weight: 800;
    color: #111;
    line-height: 1.5;
    white-space: pre-line;
    transform: skew(-0.1deg);
}
.hy-ortho-tmj-copy p {
    color: #444;
    white-space: pre-line;
    line-height: 2;
}

/* ===================== 1200px ======================= */
@media screen and (max-width: 1200px) {
    .hy-ortho-tmj-title { }
    .hy-ortho-tmj-copy { gap: 40px; }
}

/* ===================== 1024px ======================= */
@media screen and (max-width: 1024px) {
    .hy-ortho-tmj-title { }
    .hy-ortho-tmj-copy p {  }
}

/* ===================== 769px ======================= */
@media screen and (max-width: 769px) {
    .hy-ortho-tmj-img { border-radius: 8px; margin-bottom: 30px; }
    .hy-ortho-tmj-copy {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .hy-ortho-tmj-title {}
}

/* ===================== 425px ======================= */
@media screen and (max-width: 425px) {
    .hy-ortho-tmj-title { }
    .hy-ortho-tmj-copy p {  }
    .hy-ortho-tmj-img { margin-bottom: 20px; }
}

/* ==================================================================================================================================== */
/* ============================================================ 한양치과 턱관절 협진 교정 ============================================================ */
/* ==================================================================================================================================== */

/* ==================================================================================================================================== */
/* ============================================================ 한양치과 MTA 부분교정 ============================================================ */
/* ==================================================================================================================================== */

.hy-mta-section {
    position: relative;
    padding: 120px 0 150px;
    overflow: hidden;
}
.hy-mta-bg {
    background: url(../img/main/mta_bg.png) center/cover no-repeat;
}
.hy-mta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 0;
}
.hy-mta-section .inner {
    position: relative;
    z-index: 1;
}

/* 다크 배경용 체크리스트 */
.hy-check-list--dark li {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    backdrop-filter: blur(4px);
}
.hy-check-list--dark li p {
    color: #fff;
}
.hy-check-list--dark .hy-check-icon {
    background: transparent;
    border-color: #64c7e1;
}
.hy-check-list--dark .hy-check-icon::after {
    border-color: #64c7e1;
}
.hy-check-list--dark li:hover {
    background: rgba(255,255,255,0.15);
    box-shadow: 0 4px 16px rgba(0,0,0,0.3);
}

/* ===================== 1024px ======================= */
@media screen and (max-width: 1024px) {
    .hy-mta-section { padding: 80px 0; }
}

/* ===================== 769px ======================= */
@media screen and (max-width: 769px) {
    .hy-mta-section { padding: 60px 0; }
    .hy-check-list--dark li { backdrop-filter: none; }
}

/* ===================== 425px ======================= */
@media screen and (max-width: 425px) {
    .hy-mta-section { padding: 50px 0; }
}

/* ==================================================================================================================================== */
/* ============================================================ 한양치과 MTA 부분교정 ============================================================ */
/* ==================================================================================================================================== */

/* ==================================================================================================================================== */
/* ============================================================ 한양치과 디지털 교정 배너 ============================================================ */
/* ==================================================================================================================================== */

.hy-digital-ortho-section {
    position: relative;
    min-height: 340px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.hy-digital-ortho-bg {
    background: url(../img/main/digital_ortho_bg.png) left/cover no-repeat;
}
.hy-digital-ortho-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 0;
}
.hy-digital-ortho-section .inner {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
}

/* 텍스트 */
.hy-digital-ortho-copy {
    text-align: center;
    padding: 80px 0;
}
.hy-digital-ortho-title {
    font-weight: 800;
    color: #fff;
    margin-bottom: 24px;
    transform: skew(-0.1deg);
}
.hy-digital-ortho-desc {
    color: rgba(255,255,255,0.85);
    white-space: pre-line;
    line-height: 2;
}
.hy-digital-ortho-desc b {
    font-weight: 900 !important;
    color: #fff;
}

/* ===================== 1200px ======================= */
@media screen and (max-width: 1200px) {
    .hy-digital-ortho-title {  }
}

/* ===================== 1024px ======================= */
@media screen and (max-width: 1024px) {
    .hy-digital-ortho-title { }
    .hy-digital-ortho-desc { }
}

/* ===================== 769px ======================= */
@media screen and (max-width: 769px) {
    .hy-digital-ortho-section { min-height: auto; }
    .hy-digital-ortho-copy { padding: 60px 0; }
    .hy-digital-ortho-title { }
    .hy-digital-ortho-desc { }
}

/* ===================== 425px ======================= */
@media screen and (max-width: 425px) {
    .hy-digital-ortho-copy { padding: 50px 0; }
    .hy-digital-ortho-title { }
    .hy-digital-ortho-desc { }
}

/* ==================================================================================================================================== */
/* ============================================================ 한양치과 디지털 교정 배너 ============================================================ */
/* ==================================================================================================================================== */

/* ==================================================================================================================================== */
/* ============================================================ 한양치과 교정 이후 관리 배너 ============================================================ */
/* ==================================================================================================================================== */

.hy-ortho-after-section {
    position: relative;
    min-height: 380px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.hy-ortho-after-bg {
    background:rgba(0,0,0,0.5) url(../img/main/ortho_after_bg.png) right / cover no-repeat;
	background-blend-mode: darken;
}
.hy-ortho-after-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.65) 40%, rgba(0,0,0,0.65) 100%);
    z-index: 0;
}
.hy-ortho-after-section .inner {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
}

/* 텍스트 */
.hy-ortho-after-copy {
    text-align: center;
    padding: 80px 0;
}
.hy-ortho-after-title {
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px;
    transform: skew(-0.1deg);
}
.hy-ortho-after-title b {
    font-weight: 900 !important;
    color: #f5c518;
}
.hy-ortho-after-desc {
    color: rgba(255,255,255,0.88);
    white-space: pre-line;
    line-height: 2;
}
.hy-ortho-after-desc b {
    font-weight: 900 !important;
    color: #fff;
}

/* ===================== 1200px ======================= */
@media screen and (max-width: 1200px) {
    .hy-ortho-after-title {  }
}

/* ===================== 1024px ======================= */
@media screen and (max-width: 1024px) {
    .hy-ortho-after-section { min-height: 300px; }
    .hy-ortho-after-title { }
    .hy-ortho-after-desc {  }
}

/* ===================== 769px ======================= */
@media screen and (max-width: 769px) {
    .hy-ortho-after-section { min-height: auto; }
    .hy-ortho-after-copy { padding: 60px 0; }
    .hy-ortho-after-title { }
    .hy-ortho-after-desc { }
}

/* ===================== 425px ======================= */
@media screen and (max-width: 425px) {
    .hy-ortho-after-copy { padding: 50px 0; }
    .hy-ortho-after-title {  }
    .hy-ortho-after-desc { }
}

/* ==================================================================================================================================== */
/* ============================================================ 한양치과 교정 이후 관리 배너 ============================================================ */
/* ==================================================================================================================================== */

.hy-tmj-hero-bg {
   background: rgba(255, 255, 255, 0.5) url(../img/main/tmj_hero_bg.png) left / cover no-repeat;
    background-blend-mode: color;
}

/* 좌측 인물 이미지 섹션이라 오버레이 방향 조정 */
.hy-tmj-hero-bg ~ .hy-esthetic-hero::before {
    background: linear-gradient(to left, rgba(220,225,235,0.3) 0%, rgba(220,225,235,0.7) 40%, rgba(220,225,235,0.92) 65%);
}

/* 4열 예외처리 */
.hy-implant-special-list.col-4 { grid-template-columns: repeat(4, 1fr); }

@media screen and (max-width: 769px) {
    .hy-implant-special-list.col-4 { grid-template-columns: repeat(2, 1fr); }
}
@media screen and (max-width: 425px) {
    .hy-implant-special-list.col-4 { grid-template-columns: 1fr; }
}

/* ==================================================================================================================================== */
/* ============================================================ 사랑니 발치 섹션 ============================================================ */
/* ==================================================================================================================================== */

.hy-wisdom-section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}
.hy-wisdom-bg {
    background: url(../img/main/bg13.png) center/cover no-repeat;
}
.hy-wisdom-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(3, 15, 40, 0.85);
    z-index: 0;
}
.hy-wisdom-section .inner {
    position: relative;
    z-index: 1;
}

/* 우측 텍스트 영역 */
.hy-wisdom-wrap {
    display: flex;
    justify-content: center;
}
.hy-wisdom-copy {
    width: 70%;
}

/* 매복 유형 그리드 */
.hy-wisdom-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 40px 0;
    text-align: center;
}
.hy-wisdom-grid li img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    margin-bottom: 12px;
}
.hy-wisdom-grid li p {
    color: #fff;
    font-weight: 600;
    transform: skew(-0.1deg);
}

/* 하단 배너 문구 */
.hy-wisdom-bottom {
    display: flex;
    justify-content: center;
}
.hy-wisdom-bottom p {
    display: inline-block;
    padding: 16px 50px;
    border: 2px solid rgba(255,255,255,0.6);
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    transform: skew(-0.1deg);
    transition: all 0.3s ease;
}
.hy-wisdom-bottom p:hover {
    background: rgba(255,255,255,0.1);
    border-color: #fff;
}

/* ===================== 1200px ======================= */
@media screen and (max-width: 1200px) {
    .hy-wisdom-copy { width: 80%; }
}

/* ===================== 1024px ======================= */
@media screen and (max-width: 1024px) {
    .hy-wisdom-copy { width: 100%; }
    .hy-wisdom-section { padding: 80px 0; }
}

/* ===================== 769px ======================= */
@media screen and (max-width: 769px) {
    .hy-wisdom-grid { gap: 14px; }
    .hy-wisdom-bottom p { padding: 14px 30px; }
    .hy-wisdom-section { padding: 60px 0; }
}

/* ===================== 425px ======================= */
@media screen and (max-width: 425px) {
    .hy-wisdom-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .hy-wisdom-grid li p { }
    .hy-wisdom-bottom p {  padding: 12px 20px; }
    .hy-wisdom-section { padding: 50px 0; }
}

/* ==================================================================================================================================== */
/* ============================================================ 사랑니 발치 섹션 ============================================================ */
/* ==================================================================================================================================== */

/* ==================================================================================================================================== */
/* ============================================================ 한양치과 잇몸질환 섹션 ============================================================ */
/* ==================================================================================================================================== */

.hy-perio-section { background: #fff; }

.hy-perio-section .txt .top {
    padding: 12px 10px;
    font-weight: 700;
    color: #fff;
    transform: skew(-0.1deg);
}
.hy-perio-section .txt .mid {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    background: #f5f5f5;
    white-space: pre-line;
    line-height: 1.7;
    min-height: 70px;
    color: #555;
}
.hy-perio-section .txt .btm {
    padding: 12px 10px;
    font-weight: 700;
    color: #fff;
    background: #222;
    transform: skew(-0.1deg);
}

/* ===================== 900px ======================= */
@media screen and (max-width: 900px) {
    .hy-perio-section .flex > li { width: 50%; }
    .hy-perio-section .txt .mid { min-height: auto; }
}

/* ===================== 425px ======================= */
@media screen and (max-width: 425px) {
    .hy-perio-section .flex > li { width: 100%; }
    .hy-perio-section .txt .mid { padding: 16px 10px; }
}

.hy-whitening-section .txt .top {
    padding: 12px 10px;
    font-weight: 700;
    color: #fff;
    transform: skew(-0.1deg);
}
/* ==================================================================================================================================== */
/* ============================================================ 한양치과 잇몸질환 섹션 ============================================================ */
/* ==================================================================================================================================== */

/* ==================================================================================================================================== */
/* ============================================================ 한양치과 치아미백 자연스러운 밝기 ============================================================ */
/* ==================================================================================================================================== */

.hy-whitening-natural-section {
    position: relative;
    min-height: 360px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.hy-whitening-natural-bg {
    background: url(../img/main/whitening_natural_bg.png) center/cover no-repeat;
    background-color: #f0f2f6;
}

.hy-whitening-natural-section .inner {
    position: relative;
    z-index: 1;
}

/* 좌우 레이아웃 */
.hy-whitening-natural-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    padding: 80px 0;
}

/* 좌: 텍스트 */
.hy-whitening-natural-title {
    font-weight: 800;
    color: #111;
    margin-bottom: 24px;
    transform: skew(-0.1deg);
    line-height: 1.4;
}
.hy-whitening-natural-copy p {
    color: #444;
    white-space: pre-line;
    line-height: 2;
}
.hy-whitening-natural-copy p b {
    font-weight: 900 !important;
    color: #111;
}

/* 우: 이미지 */
.hy-whitening-natural-img {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}
.hy-whitening-natural-img img {
    width: 100%;
    height: auto;
    display: block;
}

/* ===================== 1200px ======================= */
@media screen and (max-width: 1200px) {
    .hy-whitening-natural-wrap { gap: 40px; }
    .hy-whitening-natural-title {  }
}

/* ===================== 1024px ======================= */
@media screen and (max-width: 1024px) {
    .hy-whitening-natural-title { }
    .hy-whitening-natural-copy p { }
}

/* ===================== 769px ======================= */
@media screen and (max-width: 769px) {
    .hy-whitening-natural-wrap {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 50px 0;
    }
    .hy-whitening-natural-title { font-size: 22px; }
}

/* ===================== 425px ======================= */
@media screen and (max-width: 425px) {
    .hy-whitening-natural-wrap { padding: 40px 0; }
    .hy-whitening-natural-title { }
    .hy-whitening-natural-copy p { }
}

/* ==================================================================================================================================== */
/* ============================================================ 한양치과 치아미백 자연스러운 밝기 ============================================================ */
/* ==================================================================================================================================== */

.eq-slide {padding-bottom: 50px;}
.eq-slide .tit{font-size: 20px;font-weight: 700;margin-bottom: 10px;margin-top: 10px;}
.eq-slide .tit span{display: inline-block; font-size: 0.75em;margin-left: 5px;color: #999;}
.eq-slide .sub{white-space: pre-line;}
.eq-slide .swiper-scrollbar-drag{background: #0cb2fb;}
.eq-slide .swiper-scrollbar{height: 10px;}

/* ===================== Mobile size : 600px ======================= */

@media screen and (max-width: 600px) {
.eq-slide .tit{font-size: 18px;}
.eq-slide .txt{text-align: center;}
.eq-slide .img img{width: 100%;}
}


/* ==================================================================================================================================== */
/* ============================================================ 한양치과 진료안내 ============================================================ */
/* ==================================================================================================================================== */

.hy-info-section {
    background: #e8f0fb;
    padding-bottom: 0;
}

/* 2단 그리드 */
.hy-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
    margin-bottom: 60px;
}

/* 공통 소제목 */
.hy-info-left h5,
.hy-info-right h5 {
    font-weight: 800;
    color: #111;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #1a56c4;
    transform: skew(-0.1deg);
}

/* 블록 간격 */
.hy-info-block { margin-bottom: 36px; }
.hy-info-block:last-child { margin-bottom: 0; }

/* 주소 리스트 */
.hy-address-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.hy-address-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.hy-badge {
    display: inline-block;
    padding: 3px 14px;
    background: #1a56c4;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 20px;
    white-space: nowrap;
    flex-shrink: 0;
    margin-top: 2px;
}
.hy-address-list li p {
    color: #333;
    white-space: pre-line;
    line-height: 1.8;
	font-size: 18px;
}

/* 전화번호 */
.hy-info-tel {
    display: inline-block;
    font-size: 34px;
    font-weight: 900;
    color: #111;
    margin-bottom: 20px;
    transform: skew(-0.1deg);
    transition: color 0.2s;
    letter-spacing: -0.02em;
}
.hy-info-tel:hover { color: #1a56c4; }

/* SNS 버튼 */
.hy-sns-btns {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
}
.hy-sns-btns li { flex: 1;    background: #1a56c4;    border-radius: 8px;}
.hy-sns-btn {
    display: list-item;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    transition: opacity 0.2s;
    line-height: 1.4;
	font-size: 30px;
}
.hy-sns-btn:hover { opacity: 0.85; }
.hy-sns-btn img { width: 24px; height: auto; flex-shrink: 0; }
.hy-sns-btn--naver  { background: #03c75a; color: #fff; }
.hy-sns-btn--kakao  { background: #ffe812; color: #333; }
.hy-sns-btn--hospital { background: #1a56c4; color: #fff; }

/* 진료시간 리스트 */
.hy-time-list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.hy-time-list li {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 12px 0;
    border-bottom: 1px dashed #c5d5ee;
    font-size: 24px;
	font-weight: 500;
    color: #444;
    position: relative;
}
.hy-time-list li:last-child { border-bottom: none; }
.hy-time-list li.highlight {
    font-weight: 700;
    color: #111;
}
.hy-time-list .day {
    width: 200px;
    flex-shrink: 0;
    display: block;
    text-align: justify;
    text-align-last: justify;
}

/* 야간 뱃지 */
.hy-badge-night {
    display: inline-block;
    padding: 2px 10px;
    background: linear-gradient(75deg, #153599, #00c0fa);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 12px;
    white-space: nowrap;
    flex-shrink: 0;
}

/* 안내 문구 */
.hy-time-notice p {
    font-size: 15px;
    color: #888;
    white-space: pre-line;
    line-height: 1.9;
}

/* 지도 */
.hy-info-map { width: 100%; }
.hy-info-map .root_daum_roughmap { width: 100% !important; }

/* ===================== 1200px ======================= */
@media screen and (max-width: 1200px) {
    .hy-info-grid { gap: 40px; }
    .hy-info-tel { font-size: 28px; }
}

/* ===================== 1024px ======================= */
@media screen and (max-width: 1024px) {
    .hy-info-grid { grid-template-columns: 1fr; gap: 0; }
    .hy-info-left { margin-bottom: 40px; }
    .hy-info-tel { font-size: 26px; }
    .hy-time-list .day { width: 95px; }
}

/* ===================== 769px ======================= */
@media screen and (max-width: 769px) {
    .hy-info-left h5,
    .hy-info-right h5 { font-size: 19px; }
    .hy-info-tel { font-size: 24px; }
    .hy-time-list li { font-size: 15px; gap: 10px; }
    .hy-sns-btns { gap: 8px; }
    .hy-info-grid { margin-bottom: 40px; }
}

/* ===================== 425px ======================= */
@media screen and (max-width: 425px) {
    .hy-info-tel { font-size: 22px; }
    .hy-address-list li { flex-direction: column; gap: 6px; }
    .hy-time-list li { font-size: 18px; }
    .hy-time-list .day { width: 110px; }
    .hy-sns-btn { font-size: 13px; padding: 12px 8px; }
    .hy-info-block { margin-bottom: 28px; }
}

/* ==================================================================================================================================== */
/* ============================================================ 한양치과 진료안내 ============================================================ */
/* ==================================================================================================================================== */