/* top_blog */
/* .top_blog{
  position: absolute;
  top:0;
  left:0;
  z-index: 999;
  transition: all .3s ease-in-out;
  width:100%;
  height:40px;
  background-color: #2fb44b;
}
.top_blog.on{opacity: 0;}
.top_blog a{
  display: block;
  width:100%;
}
.top_blog_tit{
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right:30px;
}
.top_blog_tit img{width:50px; vertical-align: middle;}
.top_blog_tit li{
  font-size:16px;
  color:#fff;
  margin-left:10px;
  height:40px;
  line-height: 40px;
}
.top_blog_tit li strong{
  font-size:16px;
  color:#fff;
} */

/* header start */
header{
  position: fixed;
  width:100%;
  height:80px;
  min-width:1300px;
  z-index: 9999;
  top:0;
  left:0;
  transition: all .15s ease-in-out;
  background-color:#fff;
  /* border-bottom:1px solid #ccc; */
}
header.on{
  position: fixed;
  width:100%;
  min-width:1300px;
  top:0;
  left:0;
  background-color: #fff;
  border-bottom:1px solid #ccc;
  z-index: 9999;
}
header .logo h1{
  position: absolute;
  width:300px;
  height:42px;
  top:22px;
  left:0;
  transition:all .3s ease-in-out;
  background: url(../img/logo.png) 50% 50% no-repeat;
  background-size: 300px;
  z-index: 9999;
}
header .logo h1.on{
  background: url(../img/logo.png) 50% 50% no-repeat;
  background-size: 300px;
}
header .logo h1 a{
  display: block;
  width:300px;
  height:42px;
}

header:hover{background-color: #fff; transition: all .3s ease-in-out;}
header:hover .logo h1{background: url(../img/logo.png) 50% 50% no-repeat; background-size:300px; transition:all .3s ease-in-out;}
header:hover .gnb li a{color:#333;  transition:all .3s ease-in-out; text-decoration: none;}

.pos{position: relative;}
.bar{
  width:0;
  height: 3px;
  background-color: #0c4da2;
  position: absolute;
  left: 0;
  bottom: 0;
}
nav{
    width:100%;
    max-width:1300px;
    min-width:1300px;
    margin:0 auto;
    z-index: 999;
    position: relative;
}
.gnb{
    font-size:0;
    width:100%;
    text-align:right;
}
.gnb > li{
    display:inline-block;
    width:150px;
    transition: all .2s ease-in-out;
    text-align: center;
}
.gnb > li > a.on{color:#333;}

.gnb > li > a{
    color:#000;
    font-size:18px;
    font-weight: 600;
    height:80px;
    line-height: 80px;
    position: relative;
}
.gnb > li > a::after{content:'';
  display:block;
  width:0;
  height:2px;
  position: absolute;
  bottom:-10px;
  left:50%;
  transform: translateX(-50%);
  background-color: #0c4da2;
  transition: all .3s ease-in-out;
}

.bg{
  position: absolute;
  left: 0;
  top: 79px;
  width: 100%;
  height: 180px;
  display: none;
  z-index: 9;
  background-color: #fff;
  border-top:1px solid #ccc;
  border-bottom:3px solid #0c4da2;
}

.bg_img{width:1300px; margin:0 auto;}
.bg_img ul{
  display: flex;
  align-items: center;
  margin-top:30px;
}
.bg_img li img{width:100px;}
.bg_img li p{
  font-size:24px;
  font-weight: 600;
  color:#000;
  text-align: left;
  padding-left:30px;
}
.bg_img li h3{
  font-size:32px;
  color:#000;
  text-align: left;
  padding-left:30px;
}

.sub_menu{
  font-size:0;
  display:none;
  position: absolute;
  z-index:99;
}
.sub_menu li{width:150px; transition: all .2s ease-in-out;}
.sub_menu a{
  font-size:15px;
  font-weight: 400;
  color: #464243 !important;
  line-height: 35px;
  display: block;
  position: relative;
  transition: all .2s ease-in-out;
  overflow: hidden;
  letter-spacing: -.5px;
}
.sub_menu a::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130%;
  height: 200%;
  border-radius: 50%;
  transform: translate3d(-50%,-50%,0) scale3d(0,0,0);
  transition: opacity .4s cubic-bezier(.19,1,.22,1),transform .75s cubic-bezier(.19,1,.22,1);
  /* background-color: #bf0b2c; */
  background-color: #0c4da2;
  opacity: 0;
  z-index: -1;
  transition: all .2s ease-in-out;
}
.sub_menu a:hover::before{
  opacity: 1;
  transition-duration: .85s;
  transition: all .2s ease-in-out;
  transform: translate3d(-50%,-50%,0) scale3d(1,1,1);
}
.sub_menu a:hover{color: #fff !important; transition: all .2s ease-in-out;}

/* q_menu */
.left_menu{
  position: absolute;
  top:330px;
  /* right:5%; */
  right:60px;
  z-index: 99999999;
}
.left_menu ul{
  overflow: hidden;
  border-radius: 5px;
}
.left_menu ul li a{
  display: block;
  background-color: #0c4da2;
  transition: all .3s ease-in-out;
}
.left_menu ul li:nth-of-type(2) a{background-color: #00b9d7;}
.left_menu ul li:nth-of-type(3) a{background-color: #d72e2e;}

.left_menu .icon {width:120px; text-align: center; padding:10px 0;}
.left_menu .icon img{
  width:35px;
  transition: all .3s ease-in-out;
}
.left_menu ul li a span{
  display: block;
  font-size:16px;
  color:#fff;
  text-align: center;
  padding-bottom:10px;
  transition: all .3s ease-in-out;
}

/* header menu active */
header.active1 .gnb > li:nth-child(1) > a,
header.active2 .gnb > li:nth-child(2) > a,
header.active3 .gnb > li:nth-child(3) > a,
header.active4 .gnb > li:nth-child(4) > a,
header.active5 .gnb > li:nth-child(5) > a,
header.active6 .gnb > li:nth-child(6) > a,
header.active7 .gnb > li:nth-child(7) > a{color: #0c4da2;}

header.active1 .gnb > li:nth-child(1) > a::after,
header.active2 .gnb > li:nth-child(2) > a::after,
header.active3 .gnb > li:nth-child(3) > a::after,
header.active4 .gnb > li:nth-child(4) > a::after,
header.active5 .gnb > li:nth-child(5) > a::after,
header.active6 .gnb > li:nth-child(6) > a::after,
header.active7 .gnb > li:nth-child(7) > a::after{width:100%;}
/* header end */

/* header end */

/* visual swiper start */
.visual{
    width:100%;
    height:800px;
    min-width:1400px;
    overflow: hidden;
    margin-top:80px;
}
.visual .typo_wrap{
  width:1400px;
  height:100%;
  margin:0 auto;
  position: absolute;
  z-index: 99;
}
.typo{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left:0;
    width:100%;
    z-index: 99;
    text-align: left;
}

.typo span{
    display:block;
    color:#333;
    transition:all 1s ease-in-out;
}
.typo span:nth-of-type(1){
    font-size:48px;
    font-weight: 800;
    transition-delay:0s;
    /* font-family: 'Noto Serif KR', serif; */
}
.typo span:nth-of-type(2){
    font-size:24px;
    font-weight: 600;
    transition-delay:0.5s;
    padding:20px 0;
}
.typo span:nth-of-type(3){
    font-size:24px;
    font-weight: 600;
    transition-delay:1s;
}
.typo span:nth-of-type(4){transition-delay:1s;}
.typo span:nth-of-type(4) a{
  display: block;
  width:180px;
  border-radius: 10px;
  padding:10px 0 10px 30px;
  margin-top:40px;
  background-color: #0c4da2;
  color:#fff;
  font-size:18px;
  transition: all .3s ease-in-out;
  position: relative;
}
.typo span:nth-of-type(4) a::after{
  content: '>';
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right:50px;
  color:#fff;
  font-size:20px;
  transition: all .3s ease-in-out;
}
.typo span:nth-of-type(4) a:hover{background-color: #fff; color:#0c4da2; font-weight: 600;}
.typo span:nth-of-type(4) a:hover::after{right:45px; color:#0c4da2;}



.visual .swiper-slide img{width:100%; transform:scale(1.2); transition:all 5s ease;}
.visual .swiper-slide.swiper-slide-active img.zoom{transform:scale(1);}

/* .visual .swiper-slide.swiper-slide-active .typo > span.up{opacity:1; transform:translate(0,0);} */

.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:middle 1s .4s both;}
.visual .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active span:nth-of-type(3){animation:bottom 1s .6s both;}
.visual .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-active span:nth-of-type(4){animation:link 1s .8s both;}

@keyframes top{
    0%{opacity: 0; transform:translateX(-300px);}
    100%{opacity: 1; transform: translateX(0);}
}
@keyframes middle{
  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);}
}
@keyframes link{
  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 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.visual .swiper-slide img{
  display: block;
  object-fit: cover;
	width: 100%;
	height: 100%;
}
/* .visual .swiper-slide::before{
  position: absolute;
  content: '';
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
} */

.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: #0c4da2;
}
.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:50px;
    transform: translate(-50%, 100%);
}
.visual .swiper-button-prev,
.visual .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
    width:20px;
    color:#fff;
    /* background-image: url("../img/visual/arrow_l.png"); */
}
.visual .swiper-button-next,
.visual .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    width:20px;
    color:#fff;
    /* background-image: url("../img/visual/arrow_r.png"); */
}
.visual .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{font-size:44px;}
.visual .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{font-size:44px;}

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

/*****************  ¹öÆ° °øÅë *****************/
.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: #bf0b2c; /* 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;}
.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 °øÅë */

/* ------------------------------------- section ------------------------------------- */
/* section1 */
.q_menu{padding:60px 0;}
.q_menu ul{padding:10px 0;}
.q_menu li{
  position: relative;
  border:1px solid #cccc;
  background-color: #fafafa;
  padding:20px;
}

.q_menu_icon{
  position: absolute;
  bottom:20px;
  right:20px;
}

.q_menu_tit h3{
  font-size:32px;
  color:#0c4da2;
  text-align: left;
}
.q_menu_tit p{
  font-size:16px;
  color:#333;
  text-align: left;
  padding:10px 0;
}
.q_menu_tit a{
  display: block;
  width:150px;
  border:1px solid #ddd;
  height:40px;
  line-height: 40px;
  border-radius: 20px;
  padding-left: 20px;
  font-size:16px;
  color:#000;
  text-align: left;
  margin-top:20px;
  transition: all .3s ease-in-out;
  position: relative;
}
.q_menu_tit a::after{
  content: '>';
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right:30px;
  color:#000;
  font-size:18px;
  transition: all .3s ease-in-out;
}
.q_menu_tit a:hover{background-color: #0c4da2; color:#fff;}
.q_menu_tit a:hover::after{right:25px; color:#fff;}
/* section1 */

/* section2 */
.inquiry{
  padding:60px 0;
  background: url(../img/section2/section2_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  width:1300px;
  height:350px;
  margin:0 auto;
}
.inquiry::after{
  content: '';
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.inquiry_tit{
  position: absolute;
  top:30px;
  left:60px;
  z-index: 99;
}
.inquiry_tit ul{
  display: flex;
  align-items: center;
}
.inquiry_tit li{margin-right:30px;}
.inquiry_tit span{
  display: block;
  width:150px;
  height:150px;
  border-radius: 50%;
  border:1px solid #fff;
  position: relative;
}
.inquiry_tit span img{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  width:80px
}

.inquiry_tit h3{
  font-size:32px;
  color:#fff;
  text-align: left;
  padding-bottom:10px;
  border-bottom:1px solid #fff;
}
.inquiry_tit p{
  font-size:32px;
  font-weight: 600;
  color:#fff;
  text-align: left;
  padding:10px 0;
}

.inquiry_logo{
  position: absolute;
  top:40px;
  right:60px;
  z-index: 99;
}
.inquiry_logo img{width:250px; opacity: .5;}
/* section2 */

/* section3 */
.main_notice{padding:60px 0;}
.main_notice li{
  padding:20px;
  border-radius: 10px;
  box-shadow:2px 2px 5px rgba(0,0,0,0.3);
}
.main_notice_tit{position: relative;}
.main_notice_tit h4{
  font-size:24px;
  color:#0c4da2;
  text-align: left;
  padding-bottom:10px;
  border-bottom:1px solid #a6ce39;
}
.main_notice_tit > a{position: relative;}
.main_notice_tit > a > span{
  position: absolute;
  top:5px;
  right:0;
  display: block;
  width:35px;
  height:35px;
  border-radius: 50%;
  text-align: center;
  font-size:20px;
  color:#fff;
  background-color: #0c4da2;
  padding:5px;
}
.main_notice_tit > a > span img{
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
.main_notice_tit > a:hover > span img{transform: rotate(-180deg);}

.main_notice .hospital{margin-top:20px;}
.main_notice .hospital .board td img{display: none;}
.main_notice .hospital .board td a{
  font-size:16px;
  line-height: 32px;
}
/* section3 */

/* section4 */
.cooperation{padding:60px 0;}
.cooperation .cooperation_slide a{
  display: block;
  border:1px solid #ccc;
}
.cooperation .cooperation_slide .swiper-wrapper{transition-timing-function:linear;}


























/* section4 */
/* ------------------------------------- section ------------------------------------- */


/* footer */
.footer{
  padding:30px 0;
  background-color: #333;
}
.footer_link ul{
  display: flex;
  align-items: center;
  margin-bottom:10px;
}
.footer_link ul li{color:#fff; font-size:12px; margin-right:10px;}
.footer_link ul li a{
  display: block;
  font-size:14px;
  color:#fff;
  transition: all .3s ease-in-out;
}
.footer_link ul li a:hover{color:#8e0000;}


.footer li img{width:250px;}
.footer li p{
  font-size:14px;
  line-height: 28px;
  color:#ccc;
  font-weight: 200;
}



/* footer */
/* ------------------------------------- section ------------------------------------- */


/* top_btn */
.topbtn{
    position: fixed;
    bottom:60px;
    right:60px;
    z-index:9999999999999;
    width:50px;
    height:50px;
    border-radius: 40px;
    background-color:  #0c4da2;
    transition: all 0.5s ease;
    opacity: 0;
}
.topbtn.on{opacity: 1;}

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

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