<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 硫붿씤鍮꾩＜�� */
.main-visual {
   width: 1920px;
   height: 880px;
   position: relative;
   margin: auto;
}

.main-visual .mv .items {
   width: 100%;
   height: 880px;
   cursor: pointer;
}

.main-visual .slick-dots {
   position: absolute;
   width: 1200px;
   left: 50%;
   margin-left: -600px;
   bottom: 50px;
}

.main-visual .slick-dots li {
   display: none;
   font-size: 20px;
   color: #fff;
   font-family: 'Playfair Display', sans-serif;
   width: 80px;
   height: 80px;
   margin-left: auto;
   background-image: url(/image/main/mv_circle.png);
   background-repeat: no-repeat;
   text-align: center;
   box-sizing: border-box;
   padding-top: 25px;
   margin-right: 50px;
}

.main-visual .slick-dots li.slick-active {
   display: block;
}

.main-visual__arrow {
   position: absolute;
   width: 1200px;
   left: 50%;
   margin-left: -600px;
   bottom: 75px;
   display: flex;
   justify-content: flex-end;
}

.main-visual__arrow .arrow__prev {
   background-image: url(/image/main/mv_prev.png);
   background-repeat: no-repeat;
   background-position: center;
   width: 25px;
   height: 25px;
   cursor: pointer;
}

.main-visual__arrow .arrow__next {
   background-image: url(/image/main/mv_next.png);
   background-repeat: no-repeat;
   background-position: center;
   width: 25px;
   height: 25px;
   margin-left: 130px;
   cursor: pointer;
}

/* 硫붿씤怨듭��ы빆 */
.main-notice {
   padding: 80px 0;
}

.main-notice .main-notice__tit {
   font-size: 32px;
   font-weight: 500;
   font-family: 'Playfair Display', sans-serif;
   text-align: center;
}

.main-notice .main-notice__list {
   margin-top: 50px;
   border-top: 1px solid #333;
}

.main-notice .main-notice__list&gt;li {
   display: flex;
   align-items: center;
   padding: 25px 0;
   border-bottom: 1px solid #ddd;
   transition: all ease .3s;
}

.main-notice .main-notice__list&gt;li:hover {
   background-color: #fafafa;
}

.main-notice .main-notice__list .list__date {
   color: #5e6b71;
   text-align: center;
   font-family: 'Roboto', sans-serif;
   width: 120px;
   transform: translateY(3px);
}

.main-notice .main-notice__list .list__date .date__date {
   font-weight: 400;
   font-size: 36px;
}

.main-notice .main-notice__list .list__date .date__month {
   font-size: 15px;
}

.main-notice .main-notice__list .list__subject {
   width: 900px;
   box-sizing: border-box;
   padding: 0 20px;
}

.main-notice .main-notice__list .list__subject .subject__category {
   font-size: 13px;
   font-weight: 500;
}

.main-notice .main-notice__list .list__subject .subject__category.notice {
   color: #e8a98a;
}

.main-notice .main-notice__list .list__subject .subject__category.event {
   color: #5e88a7;
}

.main-notice .main-notice__list .list__subject .subject__tit {
   color: #333;
   font-size: 19px;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}

.main-notice .main-notice__list .list__more {
   width: 180px;
   box-sizing: border-box;
   padding: 0 25px;
}

.main-notice .main-notice__list .list__more a {
   color: #9a9a9a;
   font-family: 'Roboto', sans-serif;
   font-size: 14px;
}

.more-link {
   position: relative;
   transition: all ease .3s;
}

.more-link:hover {
   color: #354349 !important;
}

.more-link:hover::before {
   border: 1px solid #354349;
}

.more-link:hover::after {
   background-color: #354439;
}

.more-link::before {
   content: "";
   width: 16px;
   height: 16px;
   border: 1px solid #ddd;
   box-sizing: border-box;
   position: absolute;
   right: -60px;
   top: 0px;
   transition: all ease .3s;
}

.more-link::after {
   content: "";
   width: 30px;
   height: 1px;
   background-color: #ddd;
   box-sizing: border-box;
   position: absolute;
   right: -53px;
   top: 7px;
   transition: all ease .3s;
}

.more-link--big {
   position: relative;
   transition: all ease .3s;
   display: block;
   width: 180px;
   border: 1px solid #ddd;
   color: #666666;
   font-size: 14px;
   padding: 12px 30px;
   box-sizing: border-box;
   margin: 70px auto 0 auto;
}

.more-link--big:hover {
   color: #354349 !important;
   border: 1px solid #354349;
}

.more-link--big:hover::before {
   border: 1px solid #354349;
}

.more-link--big:hover::after {
   background-color: #354439;
}

.more-link--big::before {
   content: "";
   width: 16px;
   height: 16px;
   border: 1px solid #ddd;
   box-sizing: border-box;
   position: absolute;
   right: 20px;
   top: 17px;
   transition: all ease .3s;
}

.more-link--big::after {
   content: "";
   width: 30px;
   height: 1px;
   background-color: #ddd;
   box-sizing: border-box;
   position: absolute;
   right: 27px;
   top: 24px;
   transition: all ease .3s;
}

/* Day Surgery Center */
.main-slide {
   background-color: #f4f4f4;
   background-image: url("/image/main/typo.png");
   background-repeat: no-repeat;
   background-position: 19% 65px;
   padding: 165px 0 150px;
}

.main-slide .slide__main {
   background-color: #333841;
   padding: 120px 95px;
   display: inline-block;
   color: #fff;
   width: 680px;
   box-sizing: border-box;
}

.main-slide .slide__main .main__tit {
   font-size: 45px;
   margin-bottom: 50px;
   font-family: 'Playfair Display', 'Noto Sans KR', sans-serif;
   position: relative;
   line-height: 1em;
}

.main-slide .slide__main .main__tit::before {
   content: "";
   width: 25px;
   height: 1px;
   background-color: #556167;
   position: absolute;
   bottom: -30px;
   left: 0;
}

.main-slide .slide__main .main__sub {
   font-weight: 300;
}

.main-slide .slide__arrow {
   display: -ms-flex;
   display: flex;
   margin-top: 65px;
}

.main-slide .slide__arrow&gt;div {
   width: 57px;
   height: 56px;
   background-repeat: no-repeat;
   cursor: pointer;
}

.main-slide .slide__arrow .arrow__prev {
   background-image: url(/image/main/slide_prev.png);
}

.main-slide .slide__arrow .arrow__next {
   background-image: url(/image/main/slide_next.png);
   margin-left: -1px;
}

.main-slide .slide__number {
   position: absolute;
   bottom: -40px;
   right: 90px;
   color: #333;
   font-family: 'Playfair Display', sans-serif;
   font-size: 18px;
   font-weight: 500;
}

.main-slide .slide__img&gt;li {
   position: absolute;
   right: 0;
   top: 70px;
   box-shadow: 5px 5px 20px 3px rgba(0, 0, 0, .4);
   overflow: hidden;
}

.main-slide .slide__img&gt;li img {
   display: block;
   transition: all ease .7s;
}

.main-slide .slide__img&gt;li:hover img{
   transform: scale(1.1);
}

.main-slide .slide__img&gt;li:nth-child(n+2) {
   display: none;
   opacity: 0;
}

.slick-active .fadeInRight {
   -webkit-animation-name: fadeInRight;
   animation-name: fadeInRight;
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
}

@-webkit-keyframes fadeInRight {
   0% {
      opacity: 0;
      transform: translate3d(30%, 0, 0)
   }

   to {
      opacity: 1;
      transform: translateZ(0)
   }
}

@keyframes fadeInRight {
   0% {
      opacity: 0;
      transform: translate3d(30%, 0, 0)
   }

   to {
      opacity: 1;
      transform: translateZ(0)
   }
}

.slide__progress{
   width: 530px;
   height: 2px;
   background-color: #bfbfbf;
   position: absolute;
   bottom: -30px;
   left: 0px;
}

.slide__progress::before{
   content: "";
   position: absolute;
   width: 0%;
   height: 2px;

   left: 0;
   top: 0;
   background-color: #323d3e;
}

.slide__progress.on::before{
   width: 100%;
   transition: all ease 4s;
}

/* Women's Clinic */
.main-clinic {
   background-color: #1b2023;
   padding: 140px 0 95px;
   background-image: url("/image/main/typo02.png");
   background-repeat: no-repeat;
   background-position: 50% 100px;
}

.main-clinic__tit {
   font-size: 32px;
   font-weight: 500;
   font-family: 'Playfair Display', sans-serif;
   text-align: center;
   color: #fff;
}

.main-clinic .clinic__list {
   display: -ms-flex;
   display: flex;
   justify-content: space-between;
   margin-top: 85px;
}

.main-clinic .clinic__list a {
   display: block;
   width: 283px;
   height: 418px;
   position: relative;
   transition: all ease .3s;
}

.main-clinic .clinic__list a img {
   position: absolute;
   top: 0;
   left: 0;
}

.main-clinic .clinic__list&gt;li:hover a {
   transform: translateY(-20px);
}

.main-clinic .clinic__list a img:last-child {
   opacity: 0;
}

.main-clinic .clinic__list&gt;li:hover a img:first-child {
   opacity: 0;
}

.main-clinic .clinic__list&gt;li:hover a img:last-child {
   opacity: 1;
}
</pre></body></html>