/* header start */
/* top */
.top{position:fixed; top:0px; left:0; z-index:997; width:100%; height:80px; background-color: #fff;}
.top.on{background:#fff; border-bottom:1px solid #ccc;}
.top .menubtn{position:relative; float:right; width:63px; margin-top:16px;}
.top .menubtn ul{position:absolute; top:0; left:0; width:63px; height:50px; padding:4px 16px;}
.top .menubtn ul li{height:1px; margin:10px 0; background:#333; transition:all 0.5s; transform-origin: left center;}
.top .menubtn ul li:nth-child(2){width:50%;}
.top .menubtn.on ul .bar_t{transform:rotate(45deg);}
.top .menubtn.on ul .bar_m{width:0;}
.top .menubtn.on ul .bar_b{transform:rotate(-45deg);}
.top .logo{padding-left:15px; padding-top:20px;}
.top .logo img{height:40px;}

.top .logo_song{
  position: absolute;
  top:10px;
  left:230px;
}
.top .logo_song a{
  display: block;
  text-align: center;
  padding:5px;
}
.top .logo_song a p{
  font-size:10px;
  color:#333;
  font-weight: 600;
  text-align: center;
}
.top .logo_song .img{width:30px; margin:0 auto;}


/* sidemenu */
.menubox{position:fixed; top:0; left:-100%; z-index:998; width:100%; height:100%; transition:all 0.3s; background:#fff; overflow:auto;}
.menubox .logo{position: absolute; padding-left:15px; padding-top:20px; z-index: 999;}
.menubox .logo a{display: block; width:100%;}
.menubox .logo img{height:40px;}
.menubox.on{left:0;}

.menubox .logo_song{
  position: absolute;
  top:10px;
  left:230px;
  z-index: 999;
}
.menubox .logo_song a{
  display: block;
  text-align: center;
  padding:5px;
}
.menubox .logo_song a p{
  font-size:10px;
  color:#fff;
  font-weight: 600;
  text-align: center;
}
.menubox .logo_song .img{width:30px; margin:0 auto;}
.sidemenu_head{position:relative; padding:40px 16px 40px; margin-bottom:10px; background-color: #ee7801;}
.sidemenu_head ul{position:absolute; top:15px; right:0; width:63px; height:50px; padding:4px 16px;}
.sidemenu_head ul li{height:1px; margin:10px 0; background:#fff; transition:all 0.5s; transform-origin: left center;}
.sidemenu_head ul .bar_t{transform:rotate(45deg);}
.sidemenu_head ul .bar_m{width:0;}
.sidemenu_head ul .bar_b{transform:rotate(-45deg);}
.sidemenu_head p:nth-of-type(1){font-size:30px; color:#000;}
.sidemenu_head p:nth-of-type(2){margin-top:10px; font-size:16px; color:#000;}
.sidemenu_body{padding:0 10px;}
.sidemenu_body .sidemenu{margin-bottom:5px;}
.sidemenu_body .sidemenu p{position:relative; padding:20px; font-size:16px; font-weight:700; color:#fff; background:#fff; border-bottom:1px solid #ccc;transition:all 0.5s;}
.sidemenu_body .sidemenu p:hover{opacity:1;}
.sidemenu_body .sidemenu p .arrow{position:absolute; top:19px; right:15px; width:15px; height:15px; background:url('../img/mplus.png') no-repeat center; transition:all 0.3s;}
.sidemenu_body .sidemenu p.open .arrow{transform:rotate(135deg);}
.sidemenu_body .sidemenu p a{color:#ee7801; display: block;}
.sidemenu_body .sidemenu ul{display:none; padding:5px 0 20px; background:#fff;}
.sidemenu_body .sidemenu ul li{margin-bottom:5px;}
.sidemenu_body .sidemenu ul li a{display:block; padding:15px 35px; font-size:14px; font-weight:400; color:#333; border-bottom:1px solid #ddd;}
/* header end */

/* q_menu */
.q_menu{margin-top:20px;}
.q_menu ul{
  display: flex;
  align-items: center;
  justify-content: center;
}
.q_menu ul li{width:25%; text-align: center;}
.q_menu ul li .icon{width:50px; margin:0 auto;}
.q_menu ul li span{
  display: block;
  font-size:16px;
  color:#333;
  text-align: center;
  margin-top:10px;
}

/*****************  버튼 공통 *****************/
.button_wrap{
  margin:30px 0;
  text-align: center;
}
.button_text{
  width:220px;
  height:50px;
  line-height: 50px;
  border-radius: 5px;
  border:1px solid #000;
  text-transform: uppercase;
  font-size:18px;
  font-weight: 500;
  cursor: pointer;
  z-index: 1;
  position: relative;
  overflow: hidden;
  transition: all .6s;
  background-color:transparent;
}
.button_text:before,
.button_text:after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #942C37; /* onhover background color */
  z-index: -1;
  transition: all .6s;
}
.button_text{transform-style: preserve-3d;}
.button_text:before,
.button_text:after{transform-origin: center center; transform: scale(1,0);}
.button_text:hover:before,
.button_text:hover:after{transform: scale(1); border-radius: 0;}
.button_text:hover{transition:all 1s ease; color:#fff; border:1px solid #bf1e2e;}
.button_text span{transition:all 1s ease; transform: rotate(90deg); display:inline-block; font-size:18px;}
.button_text:hover span{transition:all 1s ease; transform: rotate(-90deg); color:#fff;}
/*****************  버튼 공통 *****************/

/* image_show_wrap 공통 */
section .image_show_wrap,
section .image_show_wrap2{
    position: relative;
    top: 0px;
    left: 0%;
    width: 100%;
}
section .image_show_wrap{overflow: hidden; animation-duration: 1.4s;}
section .image_show_wrap2{animation-duration: 1.4s;}

section .show_img01{animation-name: show_img01;}
@keyframes show_img01{
    0%{opacity: 0; transform: translate3d(-100%, 0, 0);}
}
section .show_img02{animation-name: show_img02;}
@keyframes show_img02{
    0%{opacity: 0; transform: translate3d(100%, 0, 0);}
}
section .show_img03{animation-name: show_img03;}
@keyframes show_img03{
    0%{opacity: 0; transform: translate3d(100%, 0, 0);}
}
section .show_img04{animation-name: show_img04;}
@keyframes show_img04{
    0%{opacity: 0; transform: translate3d(-100%, 0, 0);}
}
section .show_img05{animation-name: show_img05;}
@keyframes show_img05{
    0%{opacity: 0; transform: translate3d(0, 100%, 0);}
}
section .show_img06{animation-name: show_img06;}
@keyframes show_img06{
    0%{opacity: 0; transform: translate3d(0, -100%, 0);}
}
/* image_show_wrap 공통 */

/* visual swiper start */
.visual{
  width:100%;
  padding-top:80px;
  background: url(../img/visual/visual_bg.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}
.visual .typo_wrap{
width:100%;
height:100%;
margin:0 auto;
position: absolute;
z-index: 99;
}
.visual .typo{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  text-align: left;
  width:100%;
  z-index: 99999;
  padding-left:10px;
}

.visual .typo span{
  color:#fff;
  display:block;
  opacity:0;
  transform:translate(0,100%);
  transition:all 1s ease-in-out;
}
.visual .typo span:nth-of-type(1){
  font-size:24px;
  font-weight: 200;
  transition-delay:0s;
  color:#292929;
  font-family: 'Nanum Myeongjo', serif;
}
.visual .typo span:nth-of-type(1) strong{
font-size:24px;
font-weight: 600;
color:#bf896c;
font-family: 'Noto Serif KR', serif; 
}

.visual .typo span:nth-of-type(2){
  font-size:13px;
  /* line-height: 32px; */
  transition-delay:1s;
  color:#000;
  font-family: 'GmarketSansLight';
  position: relative;
  margin-top:10px;
  padding:10px 0;
}
.visual .typo span:nth-of-type(2)::before{
position: absolute;
content: '';
width:30px;
height:1px;
background-color: #292929;
top:0;
left:0;
}
/* .visual .swiper-slide > img{width:100%; transform:scale(1.1); transition:all 5s ease;}
.visual .swiper-slide.swiper-slide-active > img.zoom{transform:scale(1);} */

.visual .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active span:nth-of-type(1){animation:top 1s .2s both;}
.visual .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active span:nth-of-type(2){animation:bottom 1s .4s both;}

@keyframes top{
  0%{opacity: 0; transform:translateX(-300px);}
  100%{opacity: 1; transform: translateX(0);}
}
@keyframes bottom{
0%{opacity: 0; transform:translateX(-300px);}
100%{opacity: 1; transform: translateX(0);}
}

.visual .swiper {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
}
.visual .swiper-slide {
width:100%;
text-align: center;
font-size: 18px;
background: transparent;
overflow: hidden;

/* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.visual .swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.visual .swiper .swiper-pagination span{margin:0 3px;}

.visual .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border:1px solid #fff;
  background: none;
  border-radius: 100%;
}

.visual .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fae1d4;
}
.visual .swiper .swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  left:50%;
  bottom:30px;
  transform: translate(-50%, 100%);
}
.visual .swiper-button-prev,
.visual .swiper-container-rtl .swiper-button-next {
  left: 0px;
  right: auto;
  width:20px;
  color:#fff;
}
.visual .swiper-button-next,
.visual .swiper-container-rtl .swiper-button-prev {
  right: 0px;
  left: auto;
  width:20px;
  color:#fff;
}
.visual .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{font-size:24px;}
.visual .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{font-size:24px;}

.visual .swiper-button-next,
.visual .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 40px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 30px 40px;
  background-position: center;
  background-repeat: no-repeat
}
/* visual swiper end */

/* ------------------------------------- section ------------------------------------- */
/* section1 */
.visual_box{
  width:100%;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.visual_box_top{
  display: flex;
  align-items: top;
  justify-content: space-between;
  width:100%;
  height:150px;
  position: relative;
}
/* .visual_box1 */
.visual_box1{
  width:50%;
  background-color: #dba990;
  padding:10px;
  position: relative;
}
.visual_box1 .visual_box1_tit h3{
  font-size:20px;
  font-weight: 600;
  color:#000;
  text-align: left;
  padding:20px 0;
  position: relative;
}
.visual_box1 .visual_box1_tit h3::before{
  position: absolute;
  content: '';
  bottom:0;
  left:0px;
  width:40px;
  height:2px;
  background-color: #000;
}
.visual_box1 .visual_box1_tit p{
  font-size:14px;
  line-height: 28px;
  padding:30px 0;
  color:#000;
  text-align: left;
  font-family: 'GmarketSansMedium';
}
.visual_box1 .visual_box1_tit a{
  position: absolute;
  bottom:10px;
  left:10px;
  display: block;
  width:150px;
  padding:10px 0;
  font-size:14px;
  color:#fff;
  text-align: center;
  background-color: #333;
  transition: all .3s ease-in-out;
}
    
.visual_box1 .visual_box1_tit a:hover{background-color: #fae1d4; color:#dba98f;}
/* .visual_box1 */

/* .visual_box3 */
.visual_box3{
  width:50%;
  background: url(../../img/section1/section1_bg3.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding:10px;
  position: relative;
  overflow: hidden;
}
.visual_box3 .visual_box3_tit h3{
  font-size:20px;
  font-weight: 600;
  color:#000;
  text-align: left;
  padding:20px 0;
  position: relative;
}
.visual_box3 .visual_box3_tit h3::before{
  position: absolute;
  content: '';
  bottom:0;
  left:0px;
  width:40px;
  height:2px;
  background-color: #000;
}
.visual_box3 .visual_box3_tit p{
  font-size:14px;
  line-height: 28px;
  padding:30px 0;
  color:#000;
  text-align: left;
  font-family: 'GmarketSansMedium';
}
.visual_box3 .visual_box3_tit a{
  position: absolute;
  bottom:10px;
  left:10px;
  display: block;
  width:150px;
  padding:10px 0;
  font-size:14px;
  color:#fff;
  text-align: center;
  background-color: #333;
  transition: all .3s ease-in-out;
}

.visual_box3 .visual_box3_tit a:hover{background-color: #fff; color:#b7b7b7;}
/* .visual_box3 */

.visual_box_middle{
  width:100%;
  position: relative;
  overflow: hidden;
}
/* .visual_box2 */
.visual_box2{
  width:100%;
  height:100%;
  overflow: hidden;
}
.visual_box2 .visual_box2_typo{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  text-align: left;
  width:100%;
  z-index: 99999;
  padding-left:60px;
}
.visual_box2 .visual_box2_typo span{
  color:#fff;
  display:block;
  opacity:0;
  transform:translate(0,100%);
  transition:all 1s ease-in-out;
}
.visual_box2 .visual_box2_typo span:nth-of-type(1){
  font-size:20px;
  transition-delay:0s;
  color:#fff;
  font-family: 'Nanum Myeongjo', serif;
}
.visual_box2 .visual_box2_typo span:nth-of-type(1) strong{
  font-size:20px;
  color:#fae1d4;
  font-weight: 400;
  font-family: 'Noto Serif KR', serif; 
}
.visual_box2 .visual_box2_typo span:nth-of-type(2){
  font-size:12px;
  line-height: 24px;
  transition-delay:1s;
  color:#adaaa8;
  font-family: 'GmarketSansLight';
  padding:20px 0;
  position: relative;
}
.visual_box2 .visual_box2_typo span:nth-of-type(2)::before{
position: absolute;
content: '';
width:40px;
height:1px;
background-color: #adaaa8;
bottom:0;
left:0;
}
.visual_box2 .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active span:nth-of-type(1){animation:section_top 1s .2s both;}
.visual_box2 .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active span:nth-of-type(2){animation:section_bottom 1s .4s both;}
@keyframes section_top{
  0%{opacity: 0; transform:translateX(-300px);}
  100%{opacity: 1; transform: translateX(0);}
}
@keyframes section_bottom{
0%{opacity: 0; transform:translateX(-300px);}
100%{opacity: 1; transform: translateX(0);}
}
.visual_box2 .swiper {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
}
.visual_box2 .swiper-slide {
width:100%;
text-align: center;
font-size: 18px;
background: transparent;
overflow: hidden;

/* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.visual_box2 .swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.visual_box2 .swiper-button-prev,
.visual_box2 .swiper-container-rtl .swiper-button-next {
  left: 0px;
  right: auto;
  width:20px;
  color:#fff;
}
.visual_box2 .swiper-button-next,
.visual_box2 .swiper-container-rtl .swiper-button-prev {
  right: 0px;
  left: auto;
  width:20px;
  color:#fff;
}
.visual_box2 .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{font-size:24px;}
.visual_box2 .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{font-size:24px;}

.visual_box2 .swiper-button-next,
.visual_box2 .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 40px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 40px 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.4);
}
/* visual swiper end */
/* .visual_box2 */

.visual_box_bottom{
  width:100%;
  position: relative;
  overflow: hidden;
}
/* .visual_box4 */
.visual_box4{
  background: url(../../img/section1/section1_bg4.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding:10px;
  overflow: hidden;
}
.visual_box4 .visual_box4_tit h3{
  font-size:20px;
  font-weight: 600;
  color:#000;
  text-align: left;
  padding:20px 0;
  position: relative;
}
.visual_box4 .visual_box4_tit h3::before{
  position: absolute;
  content: '';
  bottom:0;
  left:5px;
  width:40px;
  height:2px;
  background-color: #000;
}
.visual_box4 .visual_box4_tit p{
  font-size:16px;
  line-height: 28px;
  padding:30px 0;
  color:#000;
  text-align: left;
  font-family: 'GmarketSansMedium';
}
.visual_box4 .visual_box4_tit > a{
  position: absolute;
  display: block;
  width:50px;
  height:50px;
  padding:10px;
  background-color: #dba98f;
  top:0;
  right:0;
  text-align: center;
}
.visual_box4 .visual_box4_tit > a img{transition: all .3s ease-in-out; transform: rotate(-90deg);}
.visual_box4 .visual_box4_tit > a:hover img{transform: rotate(90deg);}
/* .visual_box4 */

/* .visual_box5 */
.visual_box5{
  position: relative;
  background-color: #ee7801;
  padding:10px;
  width:100%;
  overflow: hidden;
}
.visual_box5 .visual_box5_tit h3{
  font-size:20px;
  font-weight: 600;
  color:#fff;
  text-align: left;
  padding:20px 0;
  position: relative;
}
.visual_box5 .visual_box5_tit h3::before{
  position: absolute;
  content: '';
  bottom:0;
  left:5px;
  width:40px;
  height:2px;
  background-color: #fff;
}
.visual_box5 .visual_box5_tit > a{
  position: absolute;
  display: block;
  width:50px;
  height:50px;
  padding:10px;
  background-color: #dba98f;
  top:0;
  right:0;
  text-align: center;
}
.visual_box5 .visual_box5_tit > a img{transition: all .3s ease-in-out; transform: rotate(-90deg);}
.visual_box5 .visual_box5_tit > a:hover img{transform: rotate(90deg);}

/* 게시판 */
.visual_box5_tit .lst{width:100%; margin-top:20px;}
.visual_box5_tit .lst li{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.visual_box5_tit .lst li a{
  font-size:16px;
  line-height: 32px;
  transition: all .3s ease-in-out;
  position: relative;
  padding-left:30px;
  color:#fff;
  font-family: 'GmarketSansMedium';
}
.visual_box5_tit .lst li a::after{
  position: absolute;
  content: 'ㆍ';
  font-size:24px;
  color:#fff;
  top:50%;
  transform: translateY(-50%);
  left:0;
}
.visual_box5_tit .lst li a::before{
  position: absolute;
  content: '';
  background-color: #f3d1c0;
  width:0%;
  height:2px;
  bottom:0;
  left:30px;
  transition: all .3s ease-in-out;
}
.visual_box5_tit .lst li .date{color:#fff;}
.visual_box5_tit .lst li a:hover{color:#e02b34;}
.visual_box5_tit .lst li a:hover::before{width:85%;}
/* .visual_box5 */
/* section1 */



/* section2 */
.department{padding:30px 0; position: relative; overflow: hidden;}
.department h3{
  font-size:24px;
  color:#333;
  text-align: left;
  position: relative;
  font-family: 'Nanum Myeongjo', serif;
  padding-bottom:15px;
}
.department h3::before{
  position: absolute;
  content: '';
  bottom:0;
  left:5px;
  background-color: #333;
  width:60px;
  height:2px;
}
.department h3 strong{
  font-size:24px;
  font-family: 'Nanum Myeongjo', serif;
  color:#d5ab94;
}
.department span{
  display: block;
  font-size:16px;
  color:#333;
  line-height: 28px;
  margin-top:10px;
}

.department_slide .swiper {
  width: 100%;
  height: 100%;
  margin-top:30px;
}
.department_slide .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.department_slide .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.department_slide .swiper-button-prev,
.department_slide .swiper-container-rtl .swiper-button-next {
  left: 0px;
  right: auto;
  width:20px;
  color:#fff;
}
.department_slide .swiper-button-next,
.department_slide .swiper-container-rtl .swiper-button-prev {
  right: 0px;
  left: auto;
  width:20px;
  color:#fff;
}
.department_slide .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{font-size:34px;}
.department_slide .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{font-size:34px;}

.department_slide .swiper-button-next,
.department_slide .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 40px 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.4);
}
.department .arrow{
  width:105px;
  position: absolute;
  top:-125px;
  right:0;
}
.department_slide .swiper-slide a{display: block; position: relative;}
.department_slide .swiper-slide a p{
  font-size:14px;
  width:100%;
  color:#333;
  text-align: center;
  position: absolute;
  bottom:0;
  left:0;
  padding:10px 0;
}
.department_slide .swiper-slide a .slide_tit_bg1{background-color: #f3d1c0;}
.department_slide .swiper-slide a .slide_tit_bg2{background-color: #d4c9c4;}
.department_slide .swiper-slide a .slide_tit_bg3{background-color: #cbcbcb;}
.department_slide .swiper-slide a .slide_tit_bg4{background-color: #f3d1c0;}
/* section2 */



/* section3 */
.medical_staff{
  padding:30px 0;
  background: url(../../img/section3/section3_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  overflow: hidden;
}
.medical_staff h2{
  font-size:24px;
  color:#333;
  text-align: center;
  position: relative;
  font-family: 'Nanum Myeongjo', serif;
  padding-bottom:30px;
}
.medical_staff h2 strong{
  font-size:24px;
  color:#d79776;
  font-family: 'Nanum Myeongjo', serif;
}
.medical_staff h2::before{
  position: absolute;
  content: '';
  bottom:0;
  left:50%;
  transform: translateX(-50%);
  width:80px;
  height:2px;
  background-color: #333;
}
.medical_staff > p{
  font-size:16px;
  color:#333;
  text-align: center;
  font-weight: 200;
  margin-top:20px;
}

/* medical_staff_slide slide */
.medical_staff_slide{margin-top:30px;}

.medical_staff_slide .swiper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
/* .medical_staff_slide .swiper-wrapper{transition-timing-function:linear;} */
.medical_staff_slide .swiper-slide {
  width:100%;
  text-align: center;
  font-size: 18px;
  background: transparent;
  overflow: hidden;

  /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.medical_staff_slide .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.medical_staff_slide .swiper-button-prev,
.medical_staff_slide .swiper-container-rtl .swiper-button-next {
    left: 0px;
    right: auto;
    width:20px;
    color:#fff;
}
.medical_staff_slide .swiper-button-next,
.medical_staff_slide .swiper-container-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
    width:20px;
    color:#fff;
}
.medical_staff_slide .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{font-size:24px;}
.medical_staff_slide .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{font-size:24px;}

.medical_staff_slide .swiper-button-next,
.medical_staff_slide .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 40px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 30px 40px;
    background-position: center;
    background-repeat: no-repeat
}
/* medical_staff_slide swiper end */
.medical_staff_slide_img{position: relative; overflow: hidden;}
.medical_staff_slide_tit{
  position: absolute;
  width:100%;
  height:100%;
  background-color: rgba(243, 115, 41, 0.7);
  transition: all .3s ease-in-out;
  bottom:-100%;
  left:0
}
.medical_staff_slide a .medical_staff_slide_img:hover .medical_staff_slide_tit{bottom:0;}

.medical_staff_slide_tit span{
  position: absolute;
  top:45%;
  left:50%;
  transform: translate(-50%, -50%);
  width:80px;
  height:80px;
  border-radius: 50%;
  border:1px solid #fff;
}

.medical_staff_slide_tit p{
  position: absolute;
  top:65%;
  left:50%;
  transform: translate(-50%, -50%);
  font-size:20px;
  color:#fff;
  text-align: center;
}

.medical_staff_slide .swiper-slide a > p{
  font-size:16px;
  color:#333;
  text-align: center;
  margin-top:20px;
}
.medical_staff_slide .swiper-slide h3{
  font-size:18px;
  color:#333;
  text-align: center;
  padding:10px 0
}
.medical_staff_slide .swiper-slide h3 strong{
  font-size:20px;
  color:#333;
}
/* .menu_button{
  margin-top:80px;
} */
.menu_button .button_text{
  width:220px;
  height:50px;
  line-height: 50px;
  border-radius: 5px;
  border:1px solid #333;
  text-transform: uppercase;
  font-size:18px;
  font-weight: 500;
  cursor: pointer;
  z-index: 1;
  position: relative;
  overflow: hidden;
  transition: all .6s;
  background-color:transparent;
  color:#333;
}
.menu_button .button_text:before,
.menu_button .button_text:after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #231f20; /* onhover background color */
  z-index: -1;
  transition: all .6s;
}
.menu_button .button_text{transform-style: preserve-3d;}
.menu_button .button_text:before,
.menu_button .button_text:after{transform-origin: center center; transform: scale(1,0);}
.menu_button .button_text:hover:before,
.menu_button .button_text:hover:after{transform: scale(1); border-radius: 0;}
.menu_button .button_text:hover{transition:all 1s ease; color:#fff;}
.menu_button .button_text span{transition:all 1s ease; transform: rotate(90deg); display:inline-block; font-size:18px;}
.menu_button .button_text:hover{border:1px solid #231f20;}
.menu_button .button_text:hover span{transition:all 1s ease; transform: rotate(-90deg);}
/* section3 */

/* section4 */
.postpartum{
  padding:30px 0;
  background: url(../../img/section4/section4_bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  overflow: hidden;
}
.postpartum_top h2{
  font-size:24px;
  font-weight: 400;
  line-height: 32px;
  color:#d4c9c4;
  text-align: left;
  position: relative;
  padding-left:20px;
  font-family: 'Nanum Myeongjo', serif;
  padding-bottom:30px;
}
.postpartum_top h2 strong{
  font-size:24px;
  font-weight: 400;
  color:#dba98f;
  font-family: 'Nanum Myeongjo', serif;
}
.postpartum_top h2::before{
  position: absolute;
  content: '';
  bottom:0;
  left:25px;
  width:80px;
  height:2px;
  background-color: #d4c9c4;
}
.postpartum_top p{
  font-size:16px;
  color:#fff;
  text-align: left;
  font-weight: 200;
  margin-top:20px;
  padding-left:20px;
}

.postpartum_top .video{
  position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
  margin-top:30px;
}
/* .postpartum_top .video::before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: transparent;
} */
.postpartum_top .video iframe,
.postpartum_top .video object,
.postpartum_top .video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.postpartum_top li .image_show_wrap,
.postpartum_top li .image_show_wrap2{
    position: relative;
    top: 0px;
    left: 0%;
    width: 100%;
}
.postpartum_top li .image_show_wrap{overflow: hidden; animation-duration: 1.4s;}
.postpartum_top li .image_show_wrap2{animation-duration: 1.4s;}


.postpartum_bottom{margin-top:30px;}
.postpartum_bottom .image_show_wrap,
.postpartum_bottom .image_show_wrap2{
    position: relative;
    top: 0px;
    left: 0%;
    width: 100%;
}
.postpartum_bottom .image_show_wrap{overflow: hidden; animation-duration: 1.4s;}
.postpartum_bottom .image_show_wrap2{animation-duration: 1.4s;}

.postpartum_bottom ul .left_box{
  width:100%;
  height:653px;
  background: url(../../img/section4/list1_bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  position: relative;
}
.left_box_top{
  position: absolute;
  top:0;
  left:0;
  width:50%;
  height:50%;
  background-color: rgba(227, 187, 166, 0.54);
  padding:10px;
}
.left_box_top h3{
  font-size:20px;
  line-height: 32px;
  font-weight: 400;
  color:#fff;
  text-align: left;
}
.left_box_top p{
  font-size:14px;
  line-height: 24px;
  padding:10px 0 30px 0;
  text-align: left;
  color:#000;
}
.left_box_top a{
  position: absolute;
  bottom:20px;
  left:10px;
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  color: #333;
  text-align: center;
  background-color: #fff;
  transition: all .3s ease-in-out;
}
.left_box_top a:hover{background-color: #333; color:#fff;}

.left_box_bottom{
  position: absolute;
  bottom:0;
  right:0;
  width:50%;
  height:50%;
  background-color: rgba(219, 203, 195, 0.7);
}
.left_box_bottom_tit{
  position: relative;
  width:100%;
  height:100%;
}
.left_box_bottom_tit p{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  width:100%;
  font-size:16px;
  color:#333;
  text-align: center;
}

.postpartum_bottom ul .right_box{
  width:100%;
  height:653px;
  background: url(../../img/section4/list2_bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  position: relative;
}

.right_box_top{
  position: absolute;
  top:0;
  left:0;
  width:50%;
  height:50%;
  background-color: rgba(0, 0, 0, 0.54);
  padding:10px;
}
.right_box_top h3{
  font-size:20px;
  line-height: 32px;
  font-weight: 400;
  color:#fff;
  text-align: left;
}
.right_box_top p{
  font-size:14px;
  line-height: 24px;
  padding:10px 0 30px 0;
  text-align: left;
  color:#fff;
  opacity: .8;
}
.right_box_top a{
  position: absolute;
  bottom:20px;
  left:10px;
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  color: #333;
  text-align: center;
  background-color: #fff;
  transition: all .3s ease-in-out;
}
.right_box_top a:hover{background-color: #333; color:#fff;}

.right_box_bottom{
  position: absolute;
  bottom:0;
  right:0;
  width:50%;
  height:50%;
  background-color: rgba(219, 203, 195, 0.7);
}
.right_box_bottom_tit{
  position: relative;
  width:100%;
  height:100%;
}
.right_box_bottom_tit p{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  width:100%;
  font-size:16px;
  color:#333;
  text-align: center;
}
/* ------------------------------------- section ------------------------------------- */
/* footer */
.footer{
  padding:30px 0 140px 0;
  background-color: #202020;
  overflow: hidden;
}
.footer_logo{text-align: center; position: relative; padding-bottom:20px;}
.footer_logo::before{
  position: absolute;
  content: '';
  bottom:0;
  left:50%;
  transform: translateX(-50%);
  width:430px;
  height:1px;
  background-color: #fff;
  opacity: .2;
}
.footer_list{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top:10px;
  position: relative;
}
.footer_list a{
  display: block;
  margin-right:20px;
  font-size:10px;
  color:#ccc;
  transition: all .3s ease-in-out;
}
.footer_list a:last-child{margin-right:0;}
.footer_list a:hover{color:#bf1e2e; transform: translateY(-5px);}

.footer_ad{margin-top:10px;}
.footer_ad p{
  font-size:10px;
  color:#ccc;
  text-align: center;
}
.footer_ad span{
  margin-top:10px;
  display: block;
  font-size:12px;
  color:#ccc;
  opacity: .8;
  text-align: center;
}
/* footer */

/* top_btn */
.topbtn{
  position: fixed;
  bottom:70px;
  right:20px;
  z-index:9999999;
  width:30px;
  height:30px;
  border-radius: 40px;
  background-color:  #ee7801;
  transition: all 0.5s ease;
  opacity: 0;
}
.topbtn.on{opacity: 1;}

.topbtn img{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  width:20px;
}

.topbtn:active,
.topbtn:hover
{color:#fff; transition:all 0.5s ease; background-color: #151515;}
/* top_btn */

/* m_phone */
.m_phone{
  width:100%;
  max-width:800px;
  min-width:300px;
  position: fixed;
  bottom:0;
  z-index: 996;
  text-align: center;
}


/* 오디오 */
.song{
  position: fixed;
  bottom:60px;
  left:10px;
  z-index: 996;
  width:220px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:20px;
  background-color: #fff2d8;
  border-radius: 10px;;
  opacity: 0;
  pointer-events: none; /* 클릭 이벤트는 전달하지 않음 */
}
.song a{
  display: block;
  transition: all .3s ease-in-out;
  text-align: center;
  color:#f47a20;
}

.song:hover .audio-player{background-color: #eed4a1;}
.song .audio-player {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-bottom:10px;
}

.song .audio-player button {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color:#f47a20;
}

.song .audio-player input[type="range"] {
  width: 50px;
  height: 4px;
  appearance: none;
}

.song .audio-player input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  height: 12px;
  width: 12px;
  background: #ff7f50;
  border-radius: 50%;
  cursor: pointer;
}
/* 오디오 */