﻿/*  HEADER  */
#header{
    position:absolute; height:90px; top:0; left:0; width:100%; z-index:99;
    -webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s;
    position:fixed;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
#headerInnerWrap{
    position:absolute; top:0px; left:0px; width:100%; height:100%; z-index:99;
    -webkit-transition:background-color 0.3s;
    transition:background-color 0.3s
}
#headerInner{
    position:relative; height:100%; margin:0px auto;
    -webkit-transition:padding 0.3s;
    transition:padding 0.3s;
    background:#fff;
}
#header .logo{position:relative; z-index:100; float:left; width:255px; padding:20px 30px;}
#header .logo a{display:inline-block; }
#header .logo img{vertical-align:top;}

/* -------- PC gnb -------- */
.gnb-overlay-bg{display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.5); z-index:9997;}	/* gnb overlay BG */
#gnb{position:absolute; text-align:right; top:37px; left:0px; width:100%; z-index:99;}
#gnb > ul{display:inline-block; margin-right:60px; *display:inline;*zoom:1;}
#gnb > ul > li{position:relative; float:left; word-break:keep-all; }
#gnb > ul > li > a{
    position:relative; z-index:100; display:block; height:40px; padding:0 23px; text-align:center; color:#333; font-size:17px; letter-spacing:-0.1px; font-weight:500; -webkit-transition:all 0.5s; transition:all 0.5s;
}
#gnb > ul > li > a:before{position:absolute; left:50%; width:0;  bottom:10px; height:3px; background-color:#62a8eb; content:"";  -webkit-transition:all 0.5s; transition:all 0.5s; }
#gnb > ul > li:hover > a:before,
#gnb > ul > li > a:hover:before{margin-left:-32px; width:65px;}

/* PC gnb :: 2차 각각메뉴 */
#gnb.each-menu > ul > li .gnb-2dep{
    /* display:none; */
    position:absolute;
    top:40px;
    left:50%;
    z-index:99;
    width:180px;
    margin-left:-90px;
    text-align:left;
    visibility:hidden;
    opacity:0;filter:Alpha(opacity=0);
}
#gnb.each-menu > ul > li .gnb-2dep.wide{
    width:350px;
    display:flex;
    left:calc(50% - 90px);
}
#gnb.each-menu > ul > li .gnb-2dep ul {margin: 10px 0; z-index: 99;}
#gnb.each-menu > ul > li .gnb-2dep ul:last-child {border-right:none;}
#gnb.each-menu > ul > li .gnb-2dep ul li.cate a {font-size:16px; font-weight:bold; color:#fff;  padding-bottom:5px;  /*pointer-events: none; cursor: default;*/}
#gnb.each-menu > ul > li .gnb-2dep ul li.cate a:hover {color:#fff; text-decoration: none;}
#gnb.each-menu > ul > li .gnb-2dep:before{
    content:""; position:absolute; top:0; left:0px; right:0px; height:0; opacity:0;filter:Alpha(opacity=0); background-color:#7c7c7c; border-radius: 4px;
    -webkit-transition:all 0.4s; transition:all 0.4s
}
#gnb.each-menu > ul > li .gnb-2dep ul{padding:6px 2px;}
#gnb.each-menu > ul > li .gnb-2dep ul li{position:relative; padding:6px 20px; opacity:0;filter:Alpha(opacity=0);-webkit-transition:all 0s 0s;-moz-transition:all  0s 0s;-o-transition:all  0s 0s;-ms-transition:all  0s 0s;transition:all  0s 0s; }
#gnb.each-menu > ul > li .gnb-2dep ul li a{ display:block; color:rgba(256, 256, 256, .7); font-size:15px; letter-spacing:-0.75px; font-weight:400; line-height:1.3;}
#gnb.each-menu > ul > li .gnb-2dep ul li a:hover{color:#fff; text-decoration: none;}
/* over했을때 */
#gnb.each-menu > ul > li:hover .gnb-2dep:before{height:100%; opacity:1.0;filter:Alpha(opacity=100);}
#gnb.each-menu > ul > li .gnb-2dep.open{visibility:visible; opacity:1.0;filter:Alpha(opacity=100);}
#gnb > ul > li .gnb-2dep.open ul li{opacity:1.0;filter:Alpha(opacity=100); -webkit-transition:all 0.8s;-moz-transition:all 0.8s;-o-transition:all 0.8s;-ms-transition:all 0.8s;transition:all 0.8s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(1){-webkit-transition-delay: 0.1s; transition-delay:0.1s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(2){-webkit-transition-delay: 0.2s; transition-delay:0.2s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(3){-webkit-transition-delay: 0.3s; transition-delay:0.3s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(4){-webkit-transition-delay: 0.4s; transition-delay:0.4s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(5){-webkit-transition-delay: 0.5s; transition-delay:0.5s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(6){-webkit-transition-delay: 0.6s; transition-delay:0.6s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(7){-webkit-transition-delay: 0.7s; transition-delay:0.7s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(8){-webkit-transition-delay: 0.8s; transition-delay:0.8s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(9){-webkit-transition-delay: 0.9s; transition-delay:0.9s;}

/* -------- Header 네비게이션 오픈 버튼 -------- */

/* 전체보기 */
.gnb-btn{  position:fixed; right:20px; top:30px; z-index:999999; transition: all .5s; display:none;}
.gnb-btn button{ width:55px; height:55px;  border:none; background:transparent;}
.gnb-btn:hover #nav-icon span:nth-child(1){width:50%;}
.gnb-btn:hover #nav-icon span:nth-child(6){width:0;}
.gnb-btn:hover #nav-icon.open span:nth-child(6){width:50%;}
.gnb-btn.sticky {top:23px;}

#nav-icon {
    width: 30px;
    height: 25px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    cursor: pointer;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    background: #000;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(even) {left: 50%;}
#nav-icon span:nth-child(odd) {left:0px;}
#nav-icon span:nth-child(1){width:0; right:50%; left:auto;}
#nav-icon span:nth-child(1), #nav-icon span:nth-child(2) {top: 4px; width:50%}
#nav-icon span:nth-child(3), #nav-icon span:nth-child(4) {top: 12px;}
#nav-icon span:nth-child(5), #nav-icon span:nth-child(6) {top: 20px;}
#nav-icon.open{width:50px; height:50px; top:7px; right:10px;}
#nav-icon.open span:nth-child(1),#nav-icon.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#nav-icon.open span:nth-child(2),#nav-icon.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(1) {left: 5px; top: 9px; width:50%; right:auto;}
#nav-icon.open span:nth-child(2) {left: calc(50% - 3px); top: 9px;}
#nav-icon.open span:nth-child(3) {left: -50%; opacity: 0;}
#nav-icon.open span:nth-child(4) {left: 100%; opacity: 0;}
#nav-icon.open span:nth-child(5) {left: 5px; top: 26px;}
#nav-icon.open span:nth-child(6) {left: calc(50% - 3px); top: 26px;}
#nav-icon.open span{background:#444;}

.gnb-all{position:fixed; top:0; right:-150%;  z-index:99999; height:100vh; width:100%; background:#fff;  overflow:hidden;   display: flex;  align-items: center;     transition: all ease .6s;}
.gnb-all.open{ right:0;}
.gnb-all > ul { width:90%; max-width:1200px; margin:0 auto; padding:0; padding-right:8px; padding-top:0px; box-sizing: border-box;}
.gnb-all > ul > li{ padding: 30px 0 30px 220px;  width:100%; position:relative; border-bottom:1px solid #e8e8e8;}
.gnb-all > ul > li:last-child{border-bottom:0;}
.gnb-all > ul > li > h3{ color:#00b4ae; margin:0 0 10px; font-size:24px; position:absolute; left:0; top:27px; }
.gnb-all > ul > li > ul{display:flex;}
.gnb-all > ul > li > ul > li > a{display:block; padding:5px 0; font-size:18px; color:#444; margin-right:50px; position:relative;}
.gnb-all > ul > li > ul > li > a:after{content:''; width:0; height:1px; background:#0590e0; position:absolute; right:0; bottom:-5%;     z-index: -1; transition:all ease .5s;}
.gnb-all > ul > li > ul > li > a:hover{ color:#0590e0;}
.gnb-all > ul > li > ul > li > a:hover:after{width:100%; right:auto; left:0;}
.gnb-all .alllogo{    position: absolute; z-index:4; left:50%; margin-left: -50px; top:165px;}
.alllogo{display:block; width:380px; height:70px; background:url('../images/logo_m.png') no-repeat 0 0; position:absolute; left:50%; top:55px;transform: translateX(-50%);}
.scr-none{overflow-y:hidden;}

/* 퀵메뉴 */
.right-quick-menu {position:fixed; bottom:2%; right:2rem; z-index:99; text-align:center; cursor:pointer; display: none;}
.right-quick-menu li {background:#bbb; width:87px; height:87px; line-height:87px; border-radius:100%; text-align:center; cursor:pointer; margin-bottom:7px;}
.right-quick-menu li img {margin-bottom:-20px;}
.right-quick-menu li:hover {background:#AD3371;}
.container {height:100%;}


.slick-list,
.slick-track {height: 100%;}
.slick-list * {outline: none;}

.fade {position: relative; opacity: 0; transition: 1s;}
.fade-fast {transition: 0.05s;}
.fade-l {left:-50px;}
.fade-l.fade-show {left:0; opacity: 1;}
.fade-r {right:-50px;}
.fade-r.fade-show {right:0; opacity: 1;}
.fade-t {top:-50px;}
.fade-t.fade-show {top:0; opacity: 1;}
.fade-b {bottom:-50px;}
.fade-b.fade-show {bottom:0; opacity: 1;}
.fade-delay0-5 {transition-delay: 0.2s;}
.fade-delay1 {transition-delay: 0.4s;}
.fade-delay1-5 {transition-delay: 0.6s;}
.fade-delay2 {transition-delay: 0.8s;}
.fade-delay2-5 {transition-delay: 1s;}
.fade-delay3 {transition-delay: 1.2s;}
.fade-delay3-5 {transition-delay: 1.4s;}
.fade-delay4 {transition-delay: 1.8s;}
.fade-delay4-5 {transition-delay: 2.0s;}

/* 스크롤  */
.icon-scroll {position:fixed;bottom:0px;left:calc(50% - 25px);z-index:999; padding:0px 0 20px;;}
.icon-scroll div {transform:rotate(-90deg); font-size:13px;font-weight:500;color:#222;}
.icon-scroll:after {content:"";display:block;width:53px;height:53px;background:url(/images/arrow3-7c93f2e01644ea51f1831a82fe4381fe.png) center center no-repeat;margin:0 auto;}
.icon-scroll.on {display:block;}
.icon-scroll.off {display:none;}
h1.h-tit {font-size:35px; font-weight:700;letter-spacing:-.05em; margin-bottom:1px;}
img.img100 {width:100%;max-width:1200px;}
img.conimg {width:96%;max-width:730px;}

/* 퀵메뉴 */
.quick_Menu{position: fixed; background: #838383; padding:5px 0; top:calc(50% - 200px); right: 0px; width: 130px; z-index:999; border-radius:0px; display:block; box-shadow: 0 0 10px rgba(0,0,0,.3);}
.quick_Menu.on {display:block;}
.quick_Menu > ul {width: 100%; display:flex; flex-direction: column; padding:15px 0;}
.quick_Menu > ul > li {width: 100%; padding: 15px 0px; text-align: center; cursor: pointer; border-bottom:1px solid #9e9e9e}
.quick_Menu > ul > li:last-child {border-bottom:none;}
.quick_Menu > ul > li > a {font-size: 15px; font-weight: bold;color: #fff; display:block;}
.quick_Menu > ul > li > a > img{width: 50px; margin-right: 8px;	margin-left: 12px; margin-bottom: 5px; vertical-align: middle;}
.quick_Menu > ul > li > a:hover {text-decoration: underline;}

/* 섹션별 */
.main-visual-wrapper.mo {display: none;}
.main-visual-wrapper.mo .mainslide .swiper-wrapper {margin:0 auto; width:100% !important;}
.main-visual-wrapper.mo .mainslide .swiper-slide {width:100% !important; margin:0; display:flex; flex-wrap:wrap; justify-content: center; align-items: center; box-sizing: border-box;}
.main-visual-wrapper.mo .mainslide .swiper-slide .left {width:50%; display:flex; flex-direction:column; align-items: flex-end;}
.main-visual-wrapper.mo .mainslide .swiper-slide .right {width:50%;}
.main-visual-wrapper.mo .mainslide .swiper-slide .left img {width:100%; max-width:770px;}
.main-visual-wrapper.mo .mainslide .swiper-slide .right img {width:100%; max-width:770px;}
.main-visual-wrapper.mo .mainslide .swiper-slide .item {width:100%; text-align: center;}

/* 메인슬라이드 배경이미지 */
.slider-01 {background-image: url(/images/bg_01-fff8df21983041ff2625463c89e462ff.jpg); background-repeat: no-repeat; background-size: cover; background-position:center;}
.slider-02 {background-image: url(/images/bg_01_2-f0fd9e674dd6091f2e0ffbded3098e24.jpg); background-repeat: no-repeat; background-size: cover; background-position:center;}
.slider-03 {background-image: url(/images/bg_01_3-0f9d5bce045c1493659a764c005ecaad.jpg); background-repeat: no-repeat; background-size: cover; background-position:center;}

.mainslide {height:100vh; width:100vw; }
.mainslide .swiper-wrapper {width:100%;}
.mainslide .swiper-slide { position: relative; box-sizing: border-box;display:flex; flex-wrap:wrap; justify-content: center; align-items: center;}
.mainslide .con { margin:0 auto;}
.mainslide .con.flex { display:flex; flex-wrap:wrap;}
.mainslide .con.flex .left {width:45%}
.mainslide .con.flex .right {width:45%}
.mainslide .con img {width:100%; max-width:770px;}
.mainslide .swiper-slide-active .slide_1 {animation:ani_t .8s .2s both;}
.mainslide .swiper-slide-active .slide_2 {animation:ani_t .8s .6s both;}
.mainslide .swiper-slide-active .slide_3 {animation:ani_t .8s 1s both;}
.mainslide .swiper-slide-active .slide_4 {animation:ani_t .8s 1.3s both;}

.mainslide .swiper-slide-active .slide_a {animation:ani_l .8s .2s both;}
.mainslide .swiper-slide-active .slide_b {animation:ani_l .8s .6s both;}
.mainslide .swiper-slide-active .slide_c {animation:ani_l .8s .8s both;}
.mainslide .swiper-slide-active .slide_d {animation:ani_r .8s 1.2s both;}

.mainslide .swiper-pagination {background:rgba(0,0,0,.4); color:#fff; width:80px; height:35px; line-height: 35px; border-radius: 30px; font-size:15px; margin-left:5.5%; margin-bottom:5%;}

@keyframes ani_l {
    0% {opacity:0; transform:translateX(-60px)}
    100% {opacity:1; transform:translateX(0px)}
}
@keyframes ani_r {
    0% {opacity:0; transform:translateX(30px)}
    100% {opacity:1; transform:translateX(0px)}
}
@keyframes ani_t {
    0% {opacity:0; transform:translateY(70px)}
    100% {opacity:1; transform:translateY(0px)}
}
.mainslide .swiper-button-prev {left:50px; background:url('/images/pre2-a54f230ecc5a6a11cd55836d157a9c41.png') no-repeat; width:80px; height:100px;}
.mainslide .swiper-button-next {right:50px; background:url('/images/next2-cc56c5f059ea441eea51aa77bf010953.png') no-repeat; width:80px; height:100px;}

/*  Main Visual동영상 */
#mainVisual{overflow:hidden; height:100%; position:relative;}
.main-visual-wrapper{position:relative;}
.main-visual-wrapper video {height:100vh; width:100%; object-fit: fill;}
.main-visual-wrapper.mo video {display:none;}

#list {background: url(/images/bg_02-7f8d0b552de57b2d1e2be99226690397.jpg) no-repeat left top/cover; display:flex;  justify-content: center; align-items: center; }
#list h1 {font-weight:600; letter-spacing:.3px; width:100%; font-family: 'Noto Serif KR', serif; }
#list h4 {letter-spacing:-.05em; margin:10px 0 30px; font-size:33px;}
#list .d-m-standard {display:flex; flex-wrap:wrap; justify-content: center; align-items: center;}
#list ul {display:flex; flex-wrap:wrap; box-sizing:border-box; justify-content: space-around; margin-top:20px; width:100%; max-width:1400px;}
#list ul li {width:18%;  border-radius:150px; padding:40px 15px 15px; text-align:center; margin-bottom:15px; box-sizing: border-box;}
#list ul li:nth-child(1) {background:#f8b1ab; color:#000;}
#list ul li:nth-child(2) {background:#fcb339; color:#000;}
#list ul li:nth-child(3) {background:#2f7adf; color:#fff;}
#list ul li:nth-child(4) {background:#9f125d; color:#fff;}
#list ul li:nth-child(5) {background:#444444; color:#fff;}
#list ul li h5 {font-size:25px; font-weight:500; font-family: 'Noto Serif KR', serif;  letter-spacing: -.3px; margin:20px 0 10px; letter-spacing:-.05em;}
#list ul li h5 span {font-weight:700;}
#list ul li p {font-size:15px; margin-bottom:30px;}
#list ul li img {width:100%; max-width: 200px;}
#list ul li img.under {display:inline-block; margin-bottom:-30px;}

#im_page {background: url(/images/bg_09-099bab98c92907acc6ec62808b73ecd6.jpg) no-repeat center/cover; display: flex; justify-content: center;  color:#fff; align-items: center;}
#im_page .tit_s {font-size:14px; font-weight:400; letter-spacing:1.1em; line-height: 1.5em; margin:10px 0; padding-top:30px;}
#im_page .tit {font-size:32px; font-weight:600; letter-spacing:-.01em; line-height: 1.5em; margin:15px 0;}
#im_page .tit_m {font-size:21px; font-weight:500; letter-spacing:-.01em; line-height: 1.5em; margin:10px 0 20px;}
#im_page .tit.white {color:#fff;}
#im_page .counter-section {display: flex; flex-wrap:wrap; justify-content: center; align-items: center; gap: 10px; box-sizing: border-box; margin-top:70px;}
#im_page .counter-box { background:#d93e7f; color:#fff; padding:40px 10px; border-radius: 0 30px 0 30px; max-width:200px; width:23%; text-align: center; box-shadow: 0 0 10px rgba(0,0,0,.3);}
#im_page .counter-box.on {background:#9f0e4a;}
#im_page .label { font-size: 19px; font-weight: 500;}
#im_page .number { font-size: 45px; font-weight: 700; letter-spacing: -1px;}
/* #clinic {display:flex;  justify-content: center; align-items: center; } */
#clinic {height: 100vh; box-sizing:border-box; background:#333;}
/* #clinic .fp-scroller {margin-top:-30px;} */
#clinic h1 {letter-spacing:-.05em; font-weight:200; width:100%; font-family: 'Noto Serif KR', serif; position:relative;}
#clinic .mg-tit {top:190px;}
.title_clinic {position: absolute; top: 190px; width: 100%; text-align: center; font-size: 36px; letter-spacing: 2px; color:#fff;	  font-family: 'Noto Serif KR', serif;     } .card-box { display: flex; height: 100vh; text-align: center; color:#fff;}
.card {flex: 1; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; align-items: center; transition: flex 0.5s; }
.card:hover {flex: 1.5; }
.card::before {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center;/* filter: grayscale(100%) contrast(1.2); */  z-index: -2; }
.card::after {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; /* background: rgba(0,0,0,0.5); */z-index: -1;}
.card h2 {font-size: 29px; margin-bottom: 15px; font-family: 'Noto Serif KR', serif;}
.card span {display: block; margin-bottom: 30px; font-size: 30px; color:rgba(255,255,255,0.5)}
.card ul {list-style: none; font-size: 16px; line-height: 1.9;}
.card ul li {color:rgba(256, 256, 256, .7);}
/* 개별 카드 배경 이미지 & 색감 */
.card1::before { background-image: url('/images/bg_03_1-691d066077b78cea6edf1957f42ee59e.jpg'); background-position:right center; }
/* .card1::after { background: rgba(0,0,0,0.4); } */
.card2::before { background-image: url('/images/bg_03_2-324556da47dee18f2bb43f57d53135f8.jpg'); background-position:right center;}
/* .card2::after { background: rgba(0,0,0,0.4); } */
.card3::before { background-image: url('/images/bg_03_3-50422515f09f5c2111c81ef47de41e85.jpg'); background-position:right center;}
/* .card3::after { background: rgba(0,0,0,0.4); } */
.card4::before { background-image: url('/images/bg_03_4-74b51328ad5d9cc8d786ddcd0ee33067.jpg'); background-position:right center;}
/* .card4::after { background: rgba(0,0,0,0.4); } */
.card5::before { background-image: url('/images/bg_03_5-327417d796f02aa2844ed23d01d08e43.jpg'); background-position:right center;}
/* .card5::after { background: rgba(0,0,0,0.4); } */

#distiction {background: url(/images/bg_04-fc6f35d730281bc57df9cd5bd88b6bc2.jpg) no-repeat right center/cover; display: flex; justify-content: center; align-items: center;}
#distiction .mark img {width:100%; max-width:50px;}
#distiction .tit img {width:100%; max-width:850px; padding-bottom:5px;}
#distiction h1 {margin-bottom:5px; font-weight:400; font-family: 'Noto Serif KR', serif;}
#distiction ul {display:flex; flex-wrap:wrap; justify-content: space-between;  width:100%; max-width:1100px; margin:30px auto;}
#distiction ul li {width:49%; margin-bottom:20px;}
#distiction ul li h5 {font-size:22px; font-weight:600; margin-bottom:3px;}
#distiction ul li img {width:100%; max-width:280px;}

#care {background: url(/images/bg_05-f2ec731739fb9800a586ae1bffe2cdbc.jpg) no-repeat right center/cover; display: flex; justify-content: center; align-items: center; color:#fff; font-family: 'Noto Serif KR', serif;}
#care h1 {margin-bottom:5px; font-weight:400; font-family: 'Noto Serif KR', serif;}
#care .container {display:flex; flex-wrap:wrap; justify-content: center; align-items: center; margin-top:50px;}
#care .container .left  {width:45%;}
#care .container .left img {width:100%; max-width:600px;}
#care .container .left p {font-size:22px; margin-top:20px;}
#care .container .right {width:45%;}
#care .container .right h5 {font-size:26px;}
#care .container .right button {border:1px solid #fff; color:#fff; padding:10px 30px; border-radius:40px; background: transparent; font-size:16px; transition: .5s; cursor: pointer;}
#care .container .right button:hover {background:#fff; color:#333;}

#foot_page {display: flex; flex-direction: column; align-items: center; justify-content:center; color:#333; }
#foot_page .d-flex .left {width:50%;font-family: "Noto Sans KR", sans-serif;}
#foot_page .d-flex .left p.f-size32 {letter-spacing: -3px;}
#foot_page .d-flex .left p span.w-gap {display:inline-block; width:150px;}
#foot_page .d-flex .right {width:50%; font-family: "Noto Sans KR", sans-serif; text-align: center;}
#foot_page .phone_num a {font-size:43px; font-weight:600; color:#333;}
#foot_page .phone_num a span {font-weight:300; color:#333;}
#foot_page .spanbox {background:#e772a3; color:#fff; padding:1px 4px; font-size:13px;}
#foot_page .f-size32 {font-size: 28px;}
#foot_page .f-size20 {font-size: 17px; line-height: 1.8em;}
#foot_page span.box {display:inline; padding:1px 8px; color:#222; font-weight:bold; background:#fffb80;}
#foot_page span.box2 {display:inline; padding:1px 8px; color:#222; font-weight:bold; background:#fff;}
#foot_page h1 span {color:#fff; font-weight:300;}
#foot_page h1 {color:#333; font-family: 'Noto Serif KR', serif; font-weight:500; margin-bottom:40px;}
#foot_page h2 {background:#155698; color:#fff; font-size:33px; font-weight:700; padding:5px; width:100%; max-width:600px; box-sizing: border-box; margin-top:30px; letter-spacing: -.5px; text-align: center;}
#foot_page h2 span {padding-left:20px;}
#foot_page h2 a {color:#fff;}
#foot_page .phone a span.txt {padding:8px 10px; font-size:17px; font-weight:300; line-height: 1.1em; color:#fff; font-weight:400; background:#777; border-radius:6px;}
#foot_page .phone a span.f-light {font-size:40px; padding-left:10px;}
#foot_page .phone a span.f-bold {font-size:40px;}


/* 푸터 */
#footer {background-color: #000; padding:30px 0 60px; font-family: "Noto Sans KR", sans-serif;}
#footer h1 {color:#ccc; font-weight:700; font-size:33px; letter-spacing:-3px;}
#footer .bottom-menu a {color:#fff;}
#footer .copytxt p {line-height: 20px; }
#footer .bottom_menu li {margin:0 20px; position:relative; color:#fff;}
#footer .bottom_menu li a { color:#ccc;}
#footer .bottom_menu li a:hover {text-decoration: underline;}
#footer .bottom_menu li::after {display: block; content:''; width:1px; height:15px; background:#fff; position:absolute; top:5px; left:-17px;}
#footer .bottom_menu li:first-child::after {display: none;}
#footer .line {width:100%; height:1px; background-color:#555; margin-top:30px;}


/* 모달팝업 popup-div */
.popup-div {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
.popup-div .modal-dialog {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: block;
    padding: 0 15px;
    box-sizing: border-box;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.popup-div .modal-dialog .modal-content {
    max-width: 800px;
    display: block;
    margin: 0 auto;
    text-align: right;
}
.popup-div .modal-dialog .modal-content > .modal-close {
    display: inline-block;
    outline: none;
    margin-bottom: 5px;
    cursor: pointer;
    background: none;
    border: none;
}
.popup-div .modal-dialog .modal-content > .modal-close img {
    display: none;
}
.popup-div .modal-dialog .modal-content > .modal-close img + img {
    width: 30px;
    display: block;
}
.popup-div .modal-dialog .modal-content .modal-body {
    position: relative;
}
.popup-div .modal-dialog .modal-content .modal-body .popup-slide .swiper-wrapper {
    list-style: none;
    padding: 0;
    margin: 0;
}
.popup-div .modal-dialog .modal-content .modal-body .popup-slide .swiper-wrapper .swiper-slide {
    width: 500px;
    list-style: none;
}
.popup-div .modal-dialog .modal-content .modal-body .popup-slide .swiper-wrapper .swiper-slide > a {
    display: block;
}
.popup-div .modal-dialog .modal-content .modal-body .popup-slide .swiper-wrapper .swiper-slide > a > figure {
    margin: 0;
    padding: 0;
}
.popup-div .modal-dialog .modal-content .modal-body .popup-slide .swiper-wrapper .swiper-slide > a > figure > img {
    display: block;
    max-width: 100%;
}
.popup-div .modal-dialog .modal-content .modal-body .popup-slide .swiper-wrapper .swiper-slide > a > figure > .pcimg {
    display: block;
}
.popup-div .modal-dialog .modal-content .modal-body .popup-slide .swiper-wrapper .swiper-slide > a > figure > .mobileimg {
    display: none;
}
.popup-div .modal-dialog .modal-content .modal-body .tab-pagination {
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 100%;
    z-index: 1;
    text-align: center;
}
.popup-div .modal-dialog .modal-content .modal-body .tab-pagination > span {
    display: inline-block !important;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    font-size: 0;
    overflow: hidden;
    opacity: 1;
    box-sizing: border-box;
    outline: none;
    border-radius: 50%;
    background-color: #fff;
}
.popup-div .modal-dialog .modal-content .modal-body .tab-pagination > span.swiper-pagination-bullet-active {
    background-color: #498cff;
}
.popup-div .modal-dialog .modal-content .modal-foot {
    text-align: right;
    padding-right: 10px;
    background-color: #333;
}
.popup-div .modal-dialog .modal-content .modal-foot > label {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    cursor: pointer;
    outline: none;
}
.popup-div .modal-dialog .modal-content .modal-foot > label > input[type="checkbox"] {
    position: relative;
    top: 1px;
    margin: 0 2px 0 0;
}
#swiper_popup .modal-dialog .modal-content .modal-body {
    overflow: hidden;
}
@media (min-width: 1217px) {
    .popup-div .modal-dialog .modal-content {
        position: relative;
        max-width: 880px;
    }
    .popup-div .modal-dialog .modal-content > .modal-close {
        position: absolute;
        top: 0;
        right: -55px;
        margin: 0;
    }
    .popup-div
    .modal-dialog
    .modal-content
    > .modal-close
    img {
        display: block;
        width: 40px;
    }
    .popup-div
    .modal-dialog
    .modal-content
    > .modal-close
    img
    + img {
        display: none;
    }
    .popup-div
    .modal-dialog
    .modal-content
    .modal-body
    .tab-pagination {
        top: 0;
        bottom: auto;
        width: 200px;
        height: 100%;
        background-color: #333;
    }
    .popup-div
    .modal-dialog
    .modal-content
    .modal-body
    .popup-slide {
        width: 680px;
        margin: 0 auto 0 0;
    }
    .popup-div
    .modal-dialog
    .modal-content
    .modal-body
    .tab-pagination
    span {
        float: right;
        clear: both;
        text-align: left;
        display: block !important;
        border-radius: 0;
        width: 200px;
        height: auto;
        color: #fff;
        font-size: 14px;
        margin: 0;
        padding-left: 40px;
        /*line-height: 169px;*/
        line-height: 84px;
        border-bottom: 1px solid #fff;
        background-color: #929292;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.15s;
        transition-duration: 0.15s;
        -webkit-transition-timing-function: linear;
        transition-timing-function: linear;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
    .popup-div
    .modal-dialog
    .modal-content
    .modal-body
    .tab-pagination
    span.swiper-pagination-bullet-active {
        width: 220px;
        background-color: #fe688b;
    }
    .popup-div
    .modal-dialog
    .modal-content
    .modal-body
    .popup-slide
    .swiper-wrapper
    .swiper-slide
    > a
    > figure
    > img {
        display: block;
        width: 680px;
    }
    .popup-div
    .modal-dialog
    .modal-content
    .modal-body
    .popup-slide
    .swiper-wrapper
    .swiper-slide
    > a
    > figure
    > .pcimg {
        display: block;
    }
    .popup-div
    .modal-dialog
    .modal-content
    .modal-body
    .popup-slide
    .swiper-wrapper
    .swiper-slide
    > a
    > figure
    > .mobileimg {
        display: none;
    }
    .popup-div .modal-dialog .modal-content .modal-foot {
        padding-right: 20px;
    }
    .popup-div
    .modal-dialog
    .modal-content
    .modal-foot
    label {
        font-size: 16px;
        line-height: 30px;
    }
}

/* 반응형미디어쿼리 */

@media(max-width:1440px) {
    /* .popup-div .modal-dialog .modal-content {max-width:600px;} */
    .right-quick-menu {right:15px;}
    h1.h-tit {font-size:30px; font-weight:700;letter-spacing:-.05em;}
    img.img-tit {width:300px;}
    #header .logo {padding:25px 20px;}
    #gnb > ul{margin-right:150px}
    #gnb > ul > li > a{padding:0 15px 0; font-size:16px; letter-spacing: -1px;}
    #gnb.each-menu > ul > li .gnb-2dep{width:150px; margin-left:-75px}
    #gnb.each-menu > ul > li .gnb-2dep ul li{padding:8px 15px;}
    #gnb.each-menu > ul > li .gnb-2dep ul li a{font-size:14px;}
    #foot_page .left .item-box {font-size:18px;}
    .right-quick-menu {right:15px;}
    #gnb > ul > li > a {padding:0 13px 0;}
    .gnb-all .alllogo{ display: none;}
    .gnb-all{  max-width:500px; overflow-y:auto; padding-top: 100px; display:block;}
    .gnb-all.open{box-shadow: 0 0 200px 0 rgba(0,0,0,0.5);}
    .gnb-all > ul > li{padding:10px;}
    .gnb-all > ul > li > h3{position:relative; top:auto; left:auto; margin:10px 0; color:#333; font-size:16px; text-align: left;}
    .gnb-all > ul > li > h3:after{content:''; width:30px; height:30px;  background:url('/images/tri-down-4866e3ed6bd68e76541e54e72f1d3662.png') no-repeat center center; border-radius:50%; position:absolute; right:0; top:50%; margin-top:-15px;}
    .gnb-all > ul > li > h3.on:after{transform: rotate(180deg);}
    .gnb-all > ul > li > ul{display:none; margin:0 0 10px;}
    .gnb-all > ul > li > ul > li > a{font-size:15px; text-align: left;color:#888; display:inline-block; padding:7px 0}
    .gnb-all > ul > li > ul > li.cate > a {color:#1f67c5; font-size:15px; font-weight:500;}
    #distiction ul {justify-content: center;}
    #distiction ul li h5 {font-size:18px;}
    #distiction ul li img {max-width:200px;}
    #im_page .label { font-size: 17px;}
    #im_page .number { font-size: 38px;}
    #im_page .tit {font-size:25px;}
    #im_page .tit_m {font-size:15px;}
    #im_page .tit_s {font-size:11px; }
    #im_page .counter-section {margin-top:40px;}
    #list ul {max-width:900px;}
    #list ul li img {width:85%; max-width:150px;}
    #list ul li img.under {margin-bottom:0;}
    #list ul li p {font-size:14px;}
    .card h2 {font-size:24px;}
}
@media(max-width:1280px) {
    #header,#headerInnerWrap {height:80px;}
    #header{position:relative;}
    #headerInnerWrap{position:fixed; z-index:99; background-color:#f6f8f8; border-bottom:1px solid #eee;}
    #headerInner {padding:0 15px;}
    #header .logo {padding:18px 0;}
    #header .logo a {display:block;}
    .header-consult-box {display:none;}
    .consult-btn, .sitemap-custom-btn {display:none;}
    #gnb {display:none;}
    .gnb-overlay-bg {display:none}
    .gnb-btn {display: block; top:11px; right:5px;}
    #nav-icon {width:25px;}
    #nav-icon.open {width:30px; height:45px;}
    #nav-icon.open span:nth-child(1) {top:15px; left:3px;}
    #nav-icon.open span:nth-child(2) {top:15px;}
    #nav-icon.open span:nth-child(5) {top:24px; left:3px;}
    #nav-icon.open span:nth-child(6) {top:24px;}
    .gnb-all{max-width:500px; overflow-y:auto; padding-top: 65px; display:block;}
    .gnb-all.open{box-shadow: 0 0 200px 0 rgba(0,0,0,0.5);}
    .gnb-all > ul > li{padding:10px;}
    .gnb-all > ul > li > h3{position:relative; top:auto; left:auto; margin:7px 0; color:#222; font-size:17px; font-weight:500; text-align: left;}
    .gnb-all > ul > li > h3:after{content:''; width:30px; height:30px;  background:url('/images/tri-down-4866e3ed6bd68e76541e54e72f1d3662.png') no-repeat center center; border-radius:50%; position:absolute; right:0; top:50%; margin-top:-15px;}
    /* .gnb-all > ul > li > ul {padding-top:10px;} */
    .gnb-all > ul > li > ul{display:none; margin:0 0 10px;}
    .gnb-all > ul > li > ul > li > a{font-size:14px;}
    .right-quick-menu.on {display:none;}
    .right-quick-menu_top.on {display: block;bottom:3%;}
    .foot-logo{float:none; display:block; padding-right:0; padding-bottom:15px;}
    .foot-menu{float:none; display:inline-block;}
    .quick_Menu {width:80px; }
    .quick_Menu > ul > li {padding:5px 0;}
    .quick_Menu > ul > li > a {font-size:12px; font-weight:normal;}
    .main-visual-wrapper video {margin-top:-60px;}
    .popup-div .modal-dialog .modal-content {
        max-width: 553px;
    }
    #clinic .mg-tit {top:0;}
    #care .container .left p {font-size:17px;}
    #care .container .right h5 {font-size:20px;}
    .card span {font-size:19px;}
    .card h2 {font-size:20px;}
    .card ul {font-size:14px;}
    #im_page .conbox {width:100%; height:99%;}
    #im_page .tit {font-size:25px; margin:20px 0 10px;}
    #im_page .tit_s {font-size:9px; margin:10px 0; letter-spacing: 1px;}
    #im_page .tit_m {font-size:12px; margin:10px 0 20px;}
    #im_page .label { font-size: 14px;}
    #im_page .number { font-size: 26px;}
}
@media(max-width:1000px) {
    h1.h-tit {font-size:23px;}
    img.img-tit {width:300px;}
    #fp-nav ul li a.active span, .fp-slidesNav ul li a.active span,
    #fp-nav ul li a span, .fp-slidesNav ul li a span {display:none;}
    #distiction ul li {width:46%;}
    #im_page {background: url(/images/bg_09_m-7cc1d0c083ccf04d5065269e2a3b8afc.jpg); align-items: flex-start;}
    #im_page .counter-section {margin-top:10px;}
    #im_page .counter-box {width:33%;}
    #im_page .tit_s {padding-top:30px;}
    #doc_page .doctor-name b {font-size:38px;}
    #doc_page .left .flexbox {margin-top:20px;}
    #foot_page .d-flex .left p.f-size32 {letter-spacing: -1px; padding-top:5px;}
    #foot_page .d-flex .left {width:100%; margin-left:0;}
    #foot_page .d-flex .right {width:100%;}
    #foot_page .left .mt-20 {margin-top:5px;}
    #foot_page .left .mt-40 {margin-top:20px;}
    #foot_page .left .mt-100 {margin-top:20px;}
    #foot_page .d-flex .right img.map {width:100%; max-width:500px;}
    #foot_page .f-size32 {font-size: 22px;}
    #foot_page .f-size20 {font-size: 14px;}
    #foot_page .phone_num a {font-size:35px;}
    #foot_page .left, #foot_page .right	 {width:100%;}
    #foot_page .d-flex .right iframe {width:100%;}
    #foot_page .d-flex .right h5 {font-size:17px;}
    #foot_page .d-flex .right p {font-size:13px;}
    #foot_page .mb-40 {margin-bottom:15px;}
    #foot_page h2 {font-size:25px; margin-bottom:40px; padding:10px 5px;}
    #foot_page .left .item-box {font-size:16px; min-height:50px; padding:7px; width:100%;}
    #foot_page .phone a span.txt {font-size:13px; padding:5px 5px;}
    #footer h1 {font-size:25px; margin-bottom:10px;}
    #footer .f-size15 {font-size:13px;}
    /* 퀵메뉴 */
    .quick_Menu{padding:1px 0; bottom:0; left: 0; top:auto; width: 100%; display:block; box-shadow: 0 0 10px rgba(0,0,0,.3);}
    .quick_Menu.on {display:block;}
    .quick_Menu > ul {width: 100%; display:flex; flex-direction: row; padding:5px 0;}
    .quick_Menu > ul > li {width: 100%; padding: 5px 0px; text-align: center; cursor: pointer; border-bottom:none; border-right:1px solid #9b9b9b}
    .quick_Menu > ul > li:last-child {border-right:none;}
    .quick_Menu > ul > li > a {font-size: 14px; font-weight: 500;}
    .quick_Menu > ul > li > a > img{width: 40px; margin-right: 8px;	margin-left: 5px; margin-bottom: 5px; }
}
@media(max-width:780px) {
    .popup-div .modal-dialog .modal-content .modal-body .popup-slide .swiper-wrapper .swiper-slide > a > figure > img {
        display: block;
        max-width: 99%;
    }
    /* .fp-scrollable {overflow: visible;} */
    .main-visual-wrapper.pc video {display:none;}
    .main-visual-wrapper.mo video {display:block; width:100%;}
    .main-visual-wrapper video { margin-top:-50px; height:calc(100vh - 70px);}

    /* 메인슬라이드 배경이미지 */
    .s-01 {background-image: url(/images/mobile_img01-7007107469a9c2b292bf7819250ea926.jpg); background-repeat: no-repeat; background-size: cover; background-position:center;}
    .s-02 {background-image: url(/images/mobile_img02-d0ab671237ec036c9546f4530cc6dff6.jpg); background-repeat: no-repeat; background-size: cover; background-position:center;}
    .s-03 {background-image: url(/images/mobile_img03-f3724e1b8dc4b7f0b20368f2c5a999de.jpg); background-repeat: no-repeat; background-size: cover; background-position:center;}
    #header .logo {padding:13px 0;}
    #header .logo img {width:100%; max-width:180px;}
    .mainslide .con img {width:92%;}
    .mainslide .swiper-button-next {right:20px;}
    .mainslide .swiper-button-prev {left:20px;}
    .mainslide .con.flex .left {width:100%; text-align: center;}
    .mainslide .con.flex .right {width:100%; text-align: center;}
    .mainslide .con img {width:100%; max-width:500px;}
    .title_clinic {display:none;}
    #clinic {padding:0 0 150px;}
    #clinic .mg-tit {top:-100px;}
    #clinic .fp-scrollable {overflow: visible;}
    .card-box {flex-direction: column; margin-top:-30px; }
    .card {flex:initial; height:16.7%;}
    .card:hover {flex:initial; height:16.7%;}
    .card ul {display:flex; justify-content: center;font-size:14px;width:100%}
    .card h2 {font-size:18px; width:100%;}
    .card span {font-size:18px; display:inline;}
    .card ul li {margin:0 6px;}
    .card ul li.none {display:none;}
    #distiction {padding: 10px 0 20px;}
    #distiction ul li h5 {font-size:19px;}
    #im_page .counter-box {margin:5px 5px; padding:20px 20px;}
    #list {padding:10px 0 100px;}
    #list ul li h5 {font-size:18px;}
    #list ul li p {font-size:14px;}
    #list ul li img {max-width:200px;}
    #care {padding:10px 0 100px;}
    #care .container .right h5 {font-size:19px;}
    #care .container .left p {font-size:17px; margin-top:5px; margin-bottom:15px;}
    #care .container .right button {font-size:13px; padding:5px 20px;}
    #foot_page .mt-50 {margin-top:20px;}
    #foot_page .pb-40 {padding-bottom:10px;}
    #foot_page .mt-15 {margin-top:0px;}
    #foot_page .d-flex .left p span.w-gap {width:100px;}
    #foot_page .f-size20 {font-size:13px;}
    #foot_page .mt-80 {margin-top:30px;}
    #foot_page .d-flex .right img.subway {width:100px;}
    #foot_page .phone a span.f-light {font-size:25px;}
    #foot_page .phone a span.f-bold {font-size:30px;}
    #foot_page h1 {margin-bottom:5px;}
    #footer {padding:30px 0 180px;}
}
@media(max-width:580px) {
    .popup-div .modal-dialog .modal-content {
        max-width: 420px;
    }
    .gnb-btn {right:0px; top:2px;}
    #header,#headerInnerWrap{height:60px;}
    .mainslide .swiper-button-next,
    .mainslide .swiper-button-prev {display:none;}
    #list ul {margin-top:5px;}
    #list ul li {width:45%; padding:15px 10px 10px;}
    #list ul li img.under {margin-bottom:0px;}
    #list ul li h5 {margin:5px 0 5px;}
    #list ul li p {font-size:12px; margin-bottom:0;}
    #list ul li img {max-width:90px;}
    #distiction ul li h5 {font-size:14px;}
    #distiction ul {margin:5px auto;}
    #distiction ul p {font-size:13px;}
    #distiction ul li {width:100%;}
    #distiction ul li:last-child {margin-bottom:200px;}
    .card ul {font-size:12px; line-height: 1.5;}
    #care .container {margin-top:10px;}
    #care .container .left,
    #care .container .right {width:100%;}
    #care .container .right h5 {font-size:14px;}
    #care .container .left p {font-size:15px;}
    #foot_page .left .item-box {font-size:14px;}
    #foot_page .left .item-box span.s-txt {font-size:13px;}
    #foot_page .d-flex .left img {max-width:30px;}
    .quick_Menu > ul > li > a {font-size: 13px; font-weight: 400;}
    .quick_Menu > ul > li > a > img{width: 30px; margin-right: 3px;	margin-left: 3px; margin-bottom: 5px; }
    #im_page ul li {margin:5px 5px; padding:15px 10px; flex-basis: 110px; width:45%;}
}
@media(max-width:320px) {
    img.img-tit {width:250px;}
    #foot_page .d-flex .left p span.w-gap {width:100px;}
    #foot_page .f-size20 {font-size:12px;}
    #foot_page .phone_num a {font-size:25px;}
}

