:root{--ani:cubic-bezier(.32,.94,.6,1)}

/* .main {display: none;}
.main.on {display: block !important;} */

.main .swiper-button-next, .main .swiper-button-prev {position: relative; width: 3.75rem; height:3.75rem; top:0; margin-top:0; background-color: var(--pointcolor); right:0; left:0;}
.main .swiper-button-prev:after, .main .swiper-button-next:after {content:'';}
.main .swiper-button-prev img {transform: rotate(180deg);}
.main .swiper-button-next {box-shadow: inset 8px 7px 8px -3px rgba(0,0,0,.1);}
.main .btn_wrap {position: relative; display: flex; align-items: center;}
.main .arrow {width: 1.25rem;}

.main .mainTit {font-family:var(--pointfont); font-weight: 800; font-size: 3.75rem;}


/* intro */
#intro {width: 100%; height: 100vh; display: flex; align-items: center; justify-content: center; position: fixed; z-index: 99999; background: no-repeat center url('/img/main/introBg.jpg') #d8d5d1; background-size: cover;}
#intro .Desc {color:#333; }
#intro .intro_Tit {animation: fade-up 1s both; letter-spacing: 0;}
#intro p {letter-spacing: .9375rem; animation: fade-up 2s both;}

.Gr_Btn {padding: .7rem 3rem; border:1px solid #333; margin-top: 3rem; display: inline-block; font-weight: 400; letter-spacing: 5px; animation: fade-up 2.5s both;}
.Gr_Btn  {position: relative; white-space: nowrap;  background-color:transparent; color: transparent; width: 13.9375rem; transition-property: all; transition-duration: 0.6s; z-index: 9; overflow: hidden; text-shadow: -50px 0 0 transparent, 0 0 0 #333; transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);}

.Gr_Btn:before {width: 100%; height: 100%; top: 0; left: 0; background-color: #000; transform: translate(-100%, 0); content: ""; position: absolute; z-index: -3; transition-property: inherit; transition-duration: inherit; transition-timing-function: inherit;}
.Gr_Btn:hover {text-shadow: 0 0 0 #fff, 50px 0 0 transparent;}
.Gr_Btn:hover:before {transform: translate(0, 0);}


.Gr_Btn.Wh {width: fit-content; border:1px solid #fff; padding: .7rem 1.5rem; margin-top: 7rem; text-shadow: -50px 0 0 transparent, 0 0 0 #fff;}
.Gr_Btn.Wh:before {background-color: #fff;}
.Gr_Btn.Wh:hover {text-shadow: 0 0 0 #333;}

.subTop .btn_wrap {display: flex; justify-content: space-between;}
.subTop .Gr_Btn {width: fit-content; padding: .7rem 1.5rem;}


#intro .cloud_group {position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: -1; overflow: hidden; }
#intro .clouds {position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-size: cover; background-position: center center;}
#intro .clouds:nth-child(1) { animation: 8s linear infinite growing1; background-image: url('/img/main/clouds.png'); }
#intro .clouds:nth-child(2) { animation: 8s linear infinite growing2; background-image: url('/img/main/clouds02.png'); }
#intro .clouds:nth-child(3) { animation: 8s linear infinite growing3; background-image: url('/img/main/clouds03.png'); }
@keyframes fade-up {
    from { opacity: 0; transform: translate3d(0, 50px, 0); }
    to { opacity: 1; transform: none; }
}
@keyframes growing1 {
    0% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); opacity: 0; }
    25% { opacity: 0.15; }
    75% { opacity: 1; }
    90% { -webkit-transform: scale3d(1.7, 1.7, 1); transform: scale3d(1.7, 1.7, 1); opacity: 0; }
    100% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); opacity: 0; }
}
@keyframes growing2 {
    0% { opacity: 0.85; -webkit-transform: scale3d(1.35, 1.35, 1); transform: scale3d(1.35, 1.35, 1); }
    25% { opacity: 1; }
    40% { -webkit-transform: scale3d(1.7, 1.7, 1); transform: scale3d(1.7, 1.7, 1); opacity: 0; }
    50% { opacity: 0; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
    75% { opacity: 0.15; }
    100% { opacity: 0.85; -webkit-transform: scale3d(1.35, 1.35, 1); transform: scale3d(1.35, 1.35, 1); }
}
@keyframes growing3 {
    0% { opacity: 1; -webkit-transform: scale3d(3.1, 3.1, 1); transform: scale3d(3.1, 3.1, 1); }
    15% { -webkit-transform: scale3d(3.8, 3.8, 1); transform: scale3d(3.8, 3.8, 1); opacity: 0; }
    25% { opacity: 0; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
    50% { opacity: 0.15; }
    75% { -webkit-transform: scale3d(2.4, 2.4, 1); transform: scale3d(2.4, 2.4, 1); }
    100% { opacity: 1; -webkit-transform: scale3d(3.1, 3.1, 1); transform: scale3d(3.1, 3.1, 1); }
}
/* mainSlide */
#mainSlide {overflow:hidden;position:relative;width:100%;aspect-ratio: 16/8; transition:transform .6s var(--ani)}

#mainSlide .mainSwiper {opacity:0;transform:scale(1.05);width:100%;height:100%;transition:all 3s var(--ani)}
#mainSlide .mainSwiper.on {opacity:1;transform:scale(1)}
#mainSlide .mainSwiper .swiper-slide {height:100%;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .3s}
#mainSlide .mainSwiper .swiper-slide-active {transform:skew(0)}
#mainSlide .mainSwiper .Desc_wrap {max-width: 936px; margin: auto; padding: 0 1.5rem; display: flex; justify-content: space-between; position: relative; top:33%;}
#mainSlide .mainSwiper .Desc {padding: 0 2rem; letter-spacing: 0;}
#mainSlide .bg {position:absolute;left:0;top:0;width:100%;height:100%;background:center no-repeat;background-size:cover}
#mainSlide .bg.bg-1 {background-image:url('/img/main/mainSlide01.jpg')}
@media (max-width:1400px){
    #mainSlide .mainSwiper .Desc_wrap {width: 70%;}
}
@media (max-width:768px){
    #mainSlide {aspect-ratio: 9 / 12;}
    #mainSlide .bg.bg-1 {background-image:url('/img/main/mainSlide_m01.jpg')}
    #mainSlide .mainSwiper .Desc_wrap {flex-direction: column; text-align: center;}
    #mainSlide .mainSwiper .Desc {margin-top: 2rem;}
}
@media (max-width:500px){
    #mainSlide {aspect-ratio: 9 / 14;}    
    #mainSlide .mainSwiper .Desc_wrap {width: 90%;}
}





/* Signature */
.main .Signature .box {position: relative;}
.main .Signature .img img {filter: grayscale(1) brightness(3);}
.main .Signature .box.on .img {border-radius: 80px; overflow: hidden;transition: ease-in .3s;}
.main .Signature .box.off .img {border-radius: 0; overflow: hidden;transition: ease-in .3s;}

.main .Signature .box.on .img img {filter: none;}
.main .Signature .Desc {position: absolute; width: fit-content; opacity: 0; height: fit-content; top:0; bottom:0; right:0; left:0; margin: auto; transition: ease-in .3s;}
.main .Signature .box.on .Desc {opacity: 1;}
.main .Signature .btn_wrap {display: none;}

@media(max-width:1240px){
    .main .Signature .flexList {flex-wrap: nowrap; --x-gap:0;}    
    .main .Signature .swiper-button-next, .main .Signature .swiper-button-prev {position: relative;}
    .main .Signature .swiper-slide-active .img {border-radius: 80px; overflow: hidden;}
    .main .Signature .swiper-slide-active .img img {filter: none;}
    .main .Signature .swiper-slide-active .Desc {opacity: 1;}
    .main .Signature .btn_wrap {display: flex !important;}
}



/* doctor */
.main .doctor {position: relative; border-top:1px solid #c5c3be;}
.main .doctor:after {content:''; width: 50%; height: 1px; background-color: #c5c3be; position: absolute; left:0; bottom:0; z-index: -1;}
.main .doctor:before {content:''; width: 1px; height: 140%; background-color: #c5c3be; position: absolute; left:0; right:0; top:0; margin: auto;}
.main .doctor .flexList {--y-gap:5rem;}
/* .main .doctor .btn_plus {width: 30px; height: 30px; border-radius: 50%; background-color: var(--pointcolor); color:#fff; display:flex; align-items:center; justify-content:center; transition: ease-in .3s;}
.main .doctor .btn_plus:hover {background-color: var(--pointcolor2); transform: scale(1.1);} */
.main .doctor .img {filter: grayscale(1); transition: .3s;}
.main .doctor .img:hover {filter: grayscale(0);}
.main .doctor .img img {margin-left: auto; z-index: 3; position: relative;}
.main .doctor .w_line {width: 50%; height: 1px; background-color: #c5c3be; position: absolute; top:23%; right:0;}
.main .doctor .textImg {position: absolute; top:-3.75rem; left: 22.5rem; width: 8.5rem; animation: swing ease-in-out 1.5s infinite alternate;}

.main .doctor .one_Btn {display:flex; align-items:center; color:var(--pointcolor); position:relative; padding-left:1.6rem; margin-top:3rem;transition: .3s;}
.main .doctor .one_Btn:after {position:absolute; content:''; width:4.063rem; height:4.063rem; border-radius:50%; left:0; background-color:var(--pointcolor); z-index:-1;}
.main .doctor .one_Btn p {font-weight:500;}
.main .doctor .one_Btn:hover {filter: grayscale(1);}

@keyframes swing {
    0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); }
}
@media(max-width:768px) {
    .main .doctor:before {right:20%; left: auto;}
    .main .doctor:after {bottom:50%; width: 100%;}
}



/* Philosophy */
.main .Philosophy {position: relative; z-index: 3;}
.main .Philosophy .img {position: absolute; width: 37.9375rem; height: fit-content; top:0; bottom:0; margin: auto;}
.main .Philosophy .Desc {max-width: 79.75rem; aspect-ratio: 4/4.5; margin-left: auto; background: no-repeat right url('/img/main/PhilosophyBg.jpg'); display: flex; align-items: center; justify-content: center;}
@media(max-width:1520px) {
    .main .Philosophy .Desc {justify-content: flex-end;}
    .main .Philosophy .Desc_inner {padding-right: 10rem;}
}
@media(max-width:1240px) {
    .main .Philosophy .section-left {padding-left:0;}
    .main .Philosophy .img {max-width: 70%;} 
}
@media(max-width:1100px) {    
    .main .Philosophy .Philosophy_inner {display: flex; flex-direction: column;}
    .main .Philosophy .box {position: relative; width: 100%;}
    .main .Philosophy .Desc {justify-content: center; max-width: 100%; padding-bottom: 15rem;}
    .main .Philosophy .Desc_inner {padding-right: 0;}
    .main .Philosophy .img {order:2; z-index: 3; margin-top: -17rem; max-width: 90%;}
    .main .Philosophy .img img {margin: auto;}
}
@media(max-width:500px) {
    .main .Philosophy .Desc {aspect-ratio: 4/7;}
    .main .Philosophy .Desc_inner {padding: 0 1rem;}
}


/* Interior */
.Interior .InteriorSwiper .swiper-slide {width: auto !important;}
.Interior .InteriorSwiper .swiper-slide img {object-fit: cover;}

.Interior .InteriorSwiper .swiper-pagination-progressbar {position: relative; max-width: var(--layoutwidth); width: 90%; margin: 5rem auto 0; background-color: #d8d4d0;}
.Interior .InteriorSwiper .swiper-pagination-progressbar-fill {background-color: var(--pointcolor);}
@media(max-width:500px) {
	.Interior .InteriorSwiper .swiper-slide img {height:180px}
}

/* Equipment */
.main .Equipment .box_wrap {max-width: 1190px; margin: auto; display: flex;}
.main .Equipment .Desc {width: 30%;}
.main .Equipment .Desc ul {display: flex; flex-wrap: wrap;}
.main .Equipment .Desc ul li {width: fit-content; margin-right: 4%; margin-top:.7rem; border-radius: 1.3438rem; border:1px solid var(--pointcolor2); padding: .4rem 1.5rem;}
.main .Equipment .Desc ul li:nth-child(2n) {margin-right: 0;}
.main .Equipment .img {width: 70%; position: relative;}
.main .Equipment .img img {z-index:3; position: relative;}
.main .Equipment .img:after {content:''; width: 100%; height: 20rem; border-radius: 50%; background-color:#e5dfd3; position: absolute; top:0; bottom:0; right:0; left:0;margin: auto; z-index: 1;}

.main .Equipment .swiper-pagination {position: relative; display: flex; align-items: center; justify-content: space-between; bottom:0; max-width: 900px; margin: auto; padding:0 2rem;}
.main .Equipment .swiper-pagination-bullet {width: fit-content; border-radius:0; background-color: transparent; font-weight: 500; opacity: 1; margin: 0 auto; height: auto;}
.main .Equipment .swiper-pagination-bullet-active {color:var(--pointcolor); border-bottom:2px solid var(--pointcolor)}

.main .Equipment .swiper-button-next, .main .Equipment .swiper-button-prev {position: absolute; top:53%;}
.main .Equipment .swiper-button-prev {right: 0; right:auto;} 
.main .Equipment .swiper-button-next {left: 0; left:auto;}
@media(max-width:768px) {
    .main .Equipment .box_wrap {flex-direction: column;}
    .main .Equipment .box {width: 100%;}
    .main .Equipment .img {padding: 0 2rem;}
    .main .Equipment .Desc ul {margin-bottom: 1rem;}
    .main .Equipment .Desc ul li, .main .Equipment .Desc ul li:nth-child(2n) {margin-right: 1rem;}
    .main .Equipment .xs_btn {display: flex; width: fit-content; margin:1rem auto 0;}
    .main .Equipment .swiper-button-next, .main .Equipment .swiper-button-prev {position: relative;}
}



/* Promotion */
.main .Promotion {background-color: #a39b90; position: relative;}
.main .Promotion .h_line {width: 1px; height: 100%; background-color: #d8d5d1; position: absolute; left: 42%; top:0; bottom:0; margin: auto;}
.main .Promotion:before {content:''; width: 58%; height: 1px; background-color: #d8d5d1; position: absolute; bottom:15%; right:0;}
.main .Promotion .Tit {width: 25%; padding-right: 2rem;}
.main .Promotion .slide {width: 75%;}
.main .Promotion .PromotionSwiper {z-index: 3;}
@media(max-width:990px) {
    .main .Promotion .box {width: 100%;}
    .main .Promotion .slide {margin-top: 2rem; margin-bottom: 3rem;}
    .main .Promotion .btn_wrap {justify-content: flex-end; margin-top: 0;}
}
@media(max-width:768px) {
    .main .Promotion .h_line {left:auto; right:20%;}
    .main .Promotion:before {width: 80%; left:0; right:auto; bottom:5%;}    
}



/* info */
.main .info {border-bottom:1px solid #706c64; background-color: #3e392e;}
.main .info .flexList {--y-gap:3rem;}
.main .info .map_wrap {position: relative;}
.main .info .mapBox {width: 100%; height: 37.5rem;}
.main .info .root_daum_roughmap {width:100%; height: 37.5rem;}
.main .info .wrap_map {width:100%; height: 37.5rem;}
.main .info .map_cover{position: absolute;top:0;width:100%; height: 37.5rem; left: 0; background-color: rgb(163, 155, 144, .3); filter: sepia(1); color:#333; opacity: 0; z-index: 3;transition: 1s all ease;display:flex;align-items: center;justify-content: center;}
.main .info .map_cover:hover {opacity: 1;}

.main .info .snsList li {width:45px; height: 45px; border-radius: 50%; border:1px solid #fff; display: flex; align-items: center; justify-content: center;}
.main .info .snsList li + li {margin-left: 1.5rem;}
.main .info .snsList li:hover {filter:sepia(1)}

.main .info .infoDesc table td {padding: .5rem;}

.main .info .infoDesc {max-width: 584px; margin: auto; letter-spacing: .0313rem;}
.main .info .infoDesc a {color:#fff;}
.main .info .infoDesc .trTit {text-align: justify; height: 40px; width: 6.5rem; display: block;}
.main .info .infoDesc .trTit:after {content:''; display: inline-block; width: 100%;}

.main .info .infoDesc ul {display: flex; align-items: center;}
.main .info .infoDesc ul li a {padding: .5rem;  color:#fff;  width: 10rem; border:1px solid #fff; display: block;}
.main .info .infoDesc ul li + li {margin-left: 1rem;}
.main .info .infoDesc li:hover {filter:sepia(1)}

@media(max-width:990px) {
    .main .info .infoDesc {margin-left:0;}
    .main .info .infoDesc .trTit {width: 7rem;}
}


footer {background-color: #3e392e; color:#d9d9d9;}
footer a {color:#d9d9d9;}
footer .footerList li a {color:#d9d9d9; padding: .5rem 2rem;}
footer .footerList li a:hover {filter:sepia(1)}
footer .footerDesc {letter-spacing: 1px; line-height: 1.8;}



























