@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
@font-face {
   font-family: 'S-CoreDream-3Light';
   src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
    font-family: 'NanumSquareRound';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'KoreanSWGI';
  src: url('/fonts/KoreanSWGI/a시월구일1.ttf') format('truetype'),url('/fonts/KoreanSWGI/a시월구일2.ttf') format('truetype'),
  url('/fonts/KoreanSWGI/a시월구일3.ttf') format('truetype'), url('/fonts/KoreanSWGI/a시월구일4.ttf') format('truetype');
}
@font-face {
    font-family: 'JalnanGothic';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_231029@1.1/JalnanGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@import url('https://cdn.jsdelivr.net/gh/leetaewook/gmarket-sans-dynamic-subset/GmarketSans.css');
@import url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy.css');

/* 2024-06-13 박연규 작성 */

/* 공통 ------------- */
.mo_only{
  display:none !important;
}
body{
  width:100%;
  overflow:hidden;
  letter-spacing:-0.046em;
  position: relative;
}
#container_wr{
  width:100%;
}
#container{
  margin:0 auto;
  width:100%;
  overflow:hidden;
  position:relative;
}
.mo_only{display:none !important;}
.cont1200{
  width:1200px;
  height:100%;
  margin:0 auto;
  position:relative;
}
.container{
  width:1200px;
  margin:0 auto;
  position:relative;
}
.flex{
  width:100%;
  margin:0px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.subtlt48{
  font-family: 'Pretendard';
  font-size:48px;
  line-height:56px;
  font-weight:800;
}
.subtlt36{
  font-family: 'Pretendard';
  font-size:36px;
  line-height:45px;
  font-weight:800;
}
.subtlt24{
  font-family: 'Pretendard';
  font-size:24px;
  line-height:30px;
  font-weight:700;
}
.nortxt{
  font-size:20px;
  font-family: 'Pretendard';
  font-weight: 500;
  line-height:26px;
  position: relative;
}
.expltxt{
  font-size:18px;
  font-family: 'Pretendard';
  font-weight:500;
  line-height:24px;
}
.fff{color:rgb(255,255,255) !important;}
.ceTxt{text-align:center;}
.dots > dd{
  position:relative;
  padding-left:12px;
}
.dots > dd:before{
  content: "";
  display: block;
  position: absolute;
  top:8px;
  left:0px;
  width:4px;
  height:4px;
  border-radius:50%;
}
figure{margin:0px;}
img{width:100%;}

/* 상단 ------------- */
#hd{
  position: relative;
  z-index:1000;
}
header{
  width:100%;
  height:177px;
  position: relative;
  margin:0px auto;
  box-sizing: border-box;
}
header:after{
  content: "";
  display: block;
  position: absolute;
  width:100%;
  height:1px;
  background:rgb(226,226,226);
  left:0px;
  top:112px;
}
header .container{
  padding:112px 0px 0px;
  width:1214px;
  height:100%;
}
#hd_h1{
  width:227px;
  height:54px;
  left:calc(50% - 113.5px);
  top:26px;
}
#hd_h1>a{
  display: block;
  width:100%;
  height:100%;
}
.menu{
  display: flex;
  flex-wrap: wrap;
  width:100%;
  height:65px;
  margin:0px auto;
  background:rgb(255,255,255);
}
.home{
  width:65px;
  height:100%;
  background:linear-gradient(45deg,rgb(0,153,219),rgb(0,55,131));
}
.home>a{
  display: block;
  width:100%;
  height:100%;
  box-sizing: border-box;
  padding:22px 20px;
}
.gnb{
  width:1017px;
  display: flex;
  flex-flow: wrap;
}
.gnb>li{
  width:203px;
  box-sizing: border-box;
  position: relative;
}
.gnb>li:after{
  content: "";
  display: block;
  position: absolute;
  width:1px;
  height:14px;
  background:rgb(226,226,226);
  right:0px;
  top:50%;
  transform: translateY(-50%);
}
.gnb>li:last-of-type:after{
  content: none;
}
.gnb>li>a{
  display: block;
  width:100%;
  color:rgb(134,134,139);
  padding:22px 0px;
}
.gnb>.login{
  width:222px;
  border-right:none;
}
.hd_login{
  position: absolute;
  right:0px;
  top:47px;
}
.hd_login>li{
  float: left;
  position: relative;
}
.hd_login>li:first-of-type:after{
  content: "";
  display: block;
  position: absolute;
  width:1px;
  height:12px;
  background:rgb(134,134,139);
  right:0px;
  top:50%;
  transform: translateY(-50%);
}
.hd_login>li>a{
  padding:0px 8px;
  font-size:16px;
  line-height:21px;
  color:rgb(134,134,139);
}
.btn_reser{
  width:132px;
  background:linear-gradient(45deg,rgb(0,153,219),rgb(0,55,131));
  height:100%;
}
.btn_reser>a{
  display: block;
  padding:22px 0px;
  text-align: center;
  font-weight:600;
}
.btn_reser>a>span{
  display: inline-block;
  margin-right:8px;
  width:21px;
  transform: translateY(-2px);
}

/* 퀵바 ------------- */
#quick{
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 126px;
  z-index: 1001;
  display: block;
  width: 112px;
  min-height: 360px;
  background: url('/img/quick-bg.png') no-repeat 0% 0%;
  background-size: 112px auto;
}
#quick>ul{
  margin:0px 0px 2px 24px;
  width: 96px;
}
#quick>ul>li>a{
  display: block;
  width:80px;
  max-height: 93px;
  padding:12px 8px 8px;
  box-sizing: border-box;
  border-bottom:1px solid rgb(0,93,171);
}
#quick>ul>li:last-of-type>a{
  border-bottom:none;
}
#quick>ul>li figure{
  width:48px;
  margin:0px auto 2px;
}
#quick>ul>li figcaption{
  font-family: 'KoreanSWGI';
  font-size:16px;
  line-height:22px;
  font-weight:400;
}
#quick .btn{
  width:96px;
  height:auto;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  padding: 10px 0px;
  cursor: pointer;
  margin-left:16px;
}
#quick .btn span{
  display: inline-block;
  width: 12px;
  margin-left: 4px;
}

/* 메인페이지 ------------- */
#title{
  overflow:hidden;
  width:100%;
  position: relative;
}
.title-vid{
  width:100%;
  height:803px;
  margin:0px auto;
  position:relative;
}
.title-vid>video{
  width:100%;
  position: absolute;
  left:0px;
  top:50%;
  transform: translateY(-50%);
}
.iterWrap{
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size:0px;
}
.title-logo{
  position: absolute;
  width:1200px;
  left: calc(50% - 600px);
  top:50%;
  transform: translateY(-50%);
}
.title-logo>h2{
  font-family: 'JalnanGothic';
  font-size:40px;
  letter-spacing: 0.023em;
}
.title-logo>h2>span{
  display: block;
  font-family: 'KoreanSWGI';
  letter-spacing:0px;
  font-size:25px;
  line-height:25px;
  margin-bottom:8px;
}
.title-logo>div{
  width:325px;
  margin:21px auto 0px;
}
.title-table{
  position: absolute;
  width:1200px;
  left:calc(50% - 600px);
  bottom: 0px;
  background:rgb(16,18,61);
}
.title-table>ul{
  width:100%;
}
.title-table>ul>li{
  width:20%;
}
.title-table>ul>li>a{
  display: block;
  padding:24px 0px;
}

/* 메인페이지 공통------------- */
.h2{
  font-size:42px;
  line-height:42px;
  color:rgb(16,18,61);
  position: relative;
  margin-bottom:48px;
}
.h3{
  font-family:'KoreanSWGI';
  font-size:30px;
  line-height:40px;
  font-weight:400;
  margin:0px auto 48px;
}
.h3>span{
  font-family:'KoreanSWGI';
  font-size:30px;
  font-weight:700;
}
.link{
  display:inline-block;
  width:192px;
  font-family: 'JalnanGothic';
  font-size:18px;
  font-weight:400;
  color:rgb(0,93,171);
  position: relative;
  padding:10px 20px 10px 0px;
  text-align: right;
  border-radius:50px;
  background:rgb(242,242,242);
  border:1px solid rgb(0,93,171);
}
.link:before{
  content: "";
  display: block;
  position: absolute;
  width:63px;
  height:57px;
  background:url('/img/link.png') no-repeat 0% 50%;
  background-size:63px auto;
  left:0px;
  top:50%;
  transform: translateY(-50%);
}

/* 메인페이지 내용 ------------ */
#main1{
  padding:48px 0px 50px;
  width:100%;
}
#main1 .h2:before,
#main1 .h2:after{
  content: "";
  display: block;
  position: absolute;
  width:380px;
  height:3px;
  background:rgb(16,18,61);
  top:50%;
  transform: translateY(-50%);
}
#main1 .h2:before{
  left:0px;
}
#main1 .h2:after{
  right:0px;
}
.main1Wrap>li{
  width:25%;
}
.main1Wrap>li:nth-of-type(1){
  background: url('/img/main1_1.jpg') no-repeat 50%;
  background-size:cover;
}
.main1Wrap>li:nth-of-type(2){
  background: url('/img/main1_2.jpg') no-repeat 50%;
  background-size:cover;
}
.main1Wrap>li:nth-of-type(3){
  background: url('/img/main1_3.jpg') no-repeat 50%;
  background-size:cover;
}
.main1Wrap>li:nth-of-type(4){
  background: url('/img/main1_4.jpg') no-repeat 50%;
  background-size:cover;
}
.main1Wrap>li>a{
  display: block;
  width:100%;
  padding:64px 0px 63px;
}
.main1Wrap>li h3{
  font-weight:300;
  margin-bottom:16px;
}
.main1Wrap>li span{
  display: block;
  margin:48px auto 0px;
  width:122px;
  box-sizing: border-box;
  padding:10px 0px;
  background:rgb(255,255,255);
  border:1px solid rgb(161,161,166);
  color: rgb(161,161,166);
}
#main2{
  padding:50px 0px 0px;
  width:100%;
  background:rgb(255,255,255);
}
#main2 .h2{
  font-weight:500;
  margin-bottom:8px;
}
#main2 .h2:before,
#main2 .h2:after{
  display: block;
  position: absolute;
  font-size:120px;
  line-height:120px;
  color:rgb(16,18,61);
  top:-10px;
}
#main2 .h2:before{
  content: "{";
  left:0px;
}
#main2 .h2:after{
  content: "}";
  right:0px;
}
#main2 .h2+p{
  font-size:22px;
  line-height:22px;
  color:rgb(16,18,61);
}
.main2-wrap{
  margin:100px auto 0px;
  height:821px;
  position: relative;
  z-index:1;
}
.main2-wrap:before{
  content: "";
  display: block;
  position: absolute;
  width:1308px;
  height:821px;
  background:url('/img/main2.jpg') no-repeat 100% 100%;
  background-size:1308px auto;
  z-index:-1;
  bottom:0px;
  right:-360px;
}
.main2-wrap:after{
  content: "";
  display: block;
  clear: both;
}
.main2-wrap>figure{
  position: absolute;
  top:40px;
  right:-150px;
  float: right;
  width:773px;
}
.main2-wrap>figcaption{
  margin-top:80px;
  width:577px;
  overflow:hidden;
}
.main2-wrap>figcaption>h3{
  font-size:32px;
  line-height:38px;
  font-weight:800;
  color:rgb(3,3,3);
  margin-bottom:44px;
}
.main2-wrap>figcaption dt{
  font-weight:500;
  color:rgb(3,3,3);
  padding-bottom:32px;
  margin-bottom:28px;
  border-bottom:1px solid rgb(112,112,112);
}
.main2-wrap>figcaption dt span{
  display: block;
  color:rgb(3,3,3);
  font-weight:500;
  font-size:22px;
  line-height:26px;
  margin-bottom:10px;
}
.main2-wrap>figcaption dd{
  font-size:24px;
  line-height:36px;
}
#main3{
  padding:78px 0px 82px;
  background:url('/img/main3.jpg') no-repeat;
  background-size:cover;
}
.main3_wrap>figure{
  width:458px;
  margin-right:76px;
}
.main3_wrap>figcaption{
  width:calc(100% - 534px);
  padding-top:72px;
}
.main3_wrap>figcaption>h3{
  font-family: "Rajdhani", sans-serif;
  font-weight:400;
  color:rgb(168,181,206);
  margin-bottom:12px;
}
.main3_wrap>figcaption>h2{
  font-weight:500;
  line-height:58px;
  margin-bottom:16px;
}
.main3_wrap>figcaption>p{
  color:rgb(168,181,206);
  font-weight:400;
  line-height:32px;
}
#main4{
  padding:112px 0px;
  background:url('/img/main4.jpg') no-repeat;
  background-size:cover;
  position: relative;
}
.main4_wrap>li{
  width:228px;
  background:rgba(5,84,242,0.5);
  border-radius:16px;
  margin-right:15px;
}
.main4_wrap>li:last-of-type{
  margin-right:0
}
.main4_wrap>li>a{
  display: block;
  width:100%;
  padding:32px 0px;
}
.main4_wrap>li figure{
  width:144px;
  margin:0px auto 32px;
}
.main4_wrap>li figcaption{
  font-weight:600;
}
#main5{
  padding:112px 0px 100px;
  background:rgb(255,255,255);
  position: relative;
}
#main5 h2+p{
  color:rgb(134,134,139);
  margin:16px auto 48px;
}
.main5-wrap{
  border-radius:16px;
  background:rgb(4,135,217);
  overflow:hidden;
  margin: 0px auto 136px;
}
.main5-container{
  padding:118px 0px;
  position: relative;
}
.main5-wrap+a{
  display: block;
  width:234px;
  background:rgb(5,84,242);
  border-radius:20px;
  font-weight:600;
  padding:8px 38px 8px 32px;
  position: relative;
  margin:0px auto;
}
.main5-wrap+a:after{
  content: "";
  display:block;
  position: absolute;
  width:8px;
  height:16px;
  background:url('/img/main5.png') no-repeat 50%;
  background-size:8px 16px;
  right:25px;
  top:12.5px;
}
.main5-wrap .swiper-slide{
  width:744px;
}
.main5-wrap .swiper-horizontal>.swiper-pagination-bullets,
.main5-wrap .swiper-pagination-bullets.swiper-pagination-horizontal,
.main5-wrap .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom:95px;
}
.main5-wrap .swiper-pagination-bullet{
  background: rgb(255,255,255);
}

/* undermenu ------------ */
.undermenu1{
  background:url('/img/undermenu1.jpg') no-repeat 50%;
  background-size:cover;
  padding: 55px 0px;
}
.undermenu1 h2{
  font-size:32px;
  line-height:40px;
  font-weight:300;
}
.undermenu1 a{
  display: block;
  width:140px;
  padding:8px 0px;
  border-radius:5px;
  background:rgb(255,255,255);
  position: relative;
  font-size:16px;
  line-height:16px;
  margin:17px auto 0px;
}
.undermenu2{
  padding:36px 0px;
  background:rgb(255,255,255);
  border-bottom:1px solid rgb(204,204,204);
}
.sns>li{
  margin-right:114px;
}
.sns>li:last-of-type{
  margin-right:0px;
}
.sns>li>a{
  display: block;
  width:100%;
  position: relative;
}
.sns>li>a:after{
  content: "";
  display: block;
  clear: both;
}
.sns>li figure{
  float: left;
  width:40px;
  margin-right:16px;
  border-radius:50%;
  box-shadow:0px 3px 6px rgba(0,0,0,0.16);
}
.sns>li figcaption{
  float: left;
  font-family: 'S-CoreDream-3Light';
  font-weight:300;
  font-size: 22px;
  padding-top: 3px;
  color: rgb(29, 29, 31);
}
.undermenu3{
  padding:80px 0px;
  background:rgb(255,255,255);
}
.undermenu_time{
  overflow: hidden;
  width:403px;
  float: left;
}
.service-center{
  float: left;
  position: relative;
  width:163px;
  margin-top:5px;
  margin-right:7px;
  background:url('/img/service-center-bg.png') no-repeat 0% 50%;
  background-size:163px auto;
  min-height:143px;
}
.service-center > h4{
  font-weight:600;
  padding-top:56.5px;
  padding-left:34px;
}
.service-time{
  float: left;
  width:233px;
}
.service-time dt{
  font-size:50px;
  line-height:50px;
  font-weight:500;
  font-family: 'Rajdhani', sans-serif;
}
.service-time dd{
  color:rgb(100,100,100);
  line-height:24px;
  font-family: 'NanumSquareRound';
  font-weight:700;
  width:100%;
  overflow:hidden;
}
.service-time dd > span{
  display:inline-block;
  margin-left:12px;
  width:146px;
  float: right;
}
.service-time dd:before{
  background:rgb(112,112,112);
  top:10px;
}
.undermenu_icons{
  width:326px;
  padding:0px 16px 0px 26px;
}
.undermenu_icons > ul{
  justify-content:center;
  width:100%;
}
.undermenu_icons > ul > li{
  width:92px;
  background:rgb(236,240,244);
  margin-right:4px;
  margin-bottom:3px;
}
.undermenu_icons > ul > li:nth-of-type(3n){
  margin-right:0px;
}
.undermenu_icons > ul > li > a{
  display: block;
  width:100%;
  padding:12px 0px 7px;
  cursor: pointer;
}
.undermenu_icons > ul > li > a > figure{
  width:30px;
  margin:0px auto 5px;
}
.undermenu_icons > ul > li > a > figcaption{
  font-size:14px;
  line-height:18px;
  font-weight:500;
  color:rgb(86,86,86);
}

/* 하단 ------------ */
footer{
  padding:60px 0px;
  background:rgb(2,35,63);
}
#ft_h1{
  width:210px;
  margin:0px auto 34px;
}
.ft_wrap1>li>a{
  padding:0px 16px;
  font-size:14px;
  position: relative;
}
.ft_wrap1>li>a:after{
  content: "";
  display: block;
  position: absolute;
  width:1px;
  height:14px;
  background:rgb(255,255,255);
  right:-0.5px;
  top: 2px;
}
.ft_wrap1>li:last-of-type>a:after{
  content: none;
}
.ft_wrap2{
  margin:24px auto 34px;
}
.ft_wrap2>li{
  width:30px;
  margin-right:25px;
}
.ft_wrap2>li:last-of-type{
  margin-right:0px;
}
footer .expltxt{
  font-size:14px;
  line-height:20px;
  font-weight:400;
}
footer p:last-of-type{
  margin-top:15px;
}

/* 서브페이지 ------------ */
#subTlt{
  width:100%;
  margin:0px auto;
  position: relative;
}
#subTlt.intro, #subTlt.subjects{
  background:url('/img/bg_intro.jpg') no-repeat 50%;
  background-size:cover;
}
#subTlt.device{
  background:url('/img/bg_device.jpg') no-repeat 50%, rgb(6,70,151);
  background-size:2560px auto;
}
#subTlt.direction{
  background:url('/img/bg_direction.jpg') no-repeat 50%;
  background-size:cover;
}
#subTlt.tour{
  background:url('/img/bg_tour.jpg') no-repeat 50%;
  background-size:cover;
}
#subTlt .cont1200{
  padding:52px 0px 100px;
}
#subTlt h2{
  font-size:40px;
  font-family: 'JalnanGothic';
	font-weight: 400;
  position: relative;
}
#subTlt p{
  font-weight:400;
  font-size:16px;
  margin-top:2px;
  position: relative;
}
.box{
  width:1200px;
  position: absolute;
  left:0px;
  bottom:0px;
}
#subcont{
  width:100%;
  margin:0px auto;
  overflow:hidden;
}
#subcont h3{
  color:rgb(0,51,112);
  font-size:28px;
  line-height:40px;
  margin-bottom:64px;
}
#subcont h3>span{
  font-weight:800;
}
.deco_box{
  padding:128px 0px;
}

/* 의료진소개 ------------ */
.profile{
  display: flex;
  flex-wrap: wrap;
  align-items:flex-end;
  width:927px;
  margin:0px auto;
}
.profile>figure{
  width:466px;
  vertical-align:top;
  margin-top:105px;
  margin-right:76px;
}
.profile>figcaption{
  width:385px;
  background:rgb(238,248,253);
  box-sizing: border-box;
  padding:52px 42px 42px;
  vertical-align:top;
}
.profile>figcaption>h4{
  font-family: 'KoreanSWGI';
	font-weight: 400;
  font-size:23px;
  color:rgb(0,0,0);
  margin-bottom:10px;
}
.profile>figcaption>h5{
  font-family: 'JalnanGothic';
  font-size:37px;
  line-height:50px;
  color:rgb(0,0,0);
  position: relative;
  margin-bottom:30px;
  letter-spacing: 0.046em;
}
.profile>figcaption>h5>span{
  display:inline-block;
  font-family: 'KoreanSWGI';
  font-size:20px;
  line-height:30px;
  color:rgb(139,139,139);
  transform: translateY(-8px);
}
.profile>figcaption dl:first-of-type{
  margin-bottom:16px;
}
.profile>figcaption dt{
  font-family: 'KoreanSWGI';
  font-size:20px;
  color:rgb(0,0,0);
  margin-bottom:10px;
}
.profile>figcaption dd{
  font-family: 'KoreanSWGI';
	font-weight: 400;
  color:rgb(139,139,139);
  font-size:16px;
  line-height:35px;
  position: relative;
}
.intro_box2{
  background:url('/img/custom/intro_box2.jpg') no-repeat 50% 0px;
  background-size:100% 420px;
  padding-top:0px;
}
.intro_wrap2{
  justify-content: space-around;
  align-items: center;
}
.intro_wrap2>figcaption h4{
  font-size:28px;
  color:rgb(0,51,112);
  position: relative;
  padding-bottom:35px;
  margin-bottom:0px;
}
.intro_wrap2>figcaption h4:after{
  content: "";
  display: block;
  position: absolute;
  width:40px;
  height:3px;
  background:rgb(0,51,112);
  left:0px;
  bottom:16px;
}
.intro_wrap>figure{
  width:460px;
}

/* 진료과목 ------------ */
.subject>li{
  width:100%;
  overflow:hidden;
  margin:0px auto 64px;
}
.subject>li:last-of-type{
  margin-bottom:0px;
}
.subject>li>figure{
  width:592px;
  float: left;
}
.subject>li>figcaption{
  float: left;
  width:522px;
  padding-top: 86px;
  margin-left:80px;
}
.subject>li:nth-of-type(even)>figure{
  float: right;
}
.subject>li>figcaption dt{
  font-family: 'KoreanSWGI';
  font-size:24px;
  margin-bottom:22px;
	font-weight: 400;
  padding-left:20px;
  position: relative;
}
.subject>li>figcaption dt:before{
  content: "";
  display: block;
  position: absolute;
  width:4px;
  height:24px;
  background:rgb(0,0,0);
  left:0px;
  top:2px;
}
.subject>li>figcaption dd{
  font-weight:500;
  line-height:36px;
}
.subject>li>figcaption dd:before{
  background:rgb(0,0,0);
  top:16px;
}

/* 의료장비 소개 ------------ */
.device_wrap{
  justify-content: flex-start;
}
.device_wrap>li{
  width:calc(33.33% - 48px);
  box-sizing: border-box;
  border:1px solid rgb(213,213,213);
  margin-right:24px;
  margin-bottom:24px;
}
.device_wrap>li:nth-of-type(3n){
  margin-right:0px;
}
.device_wrap>li>figcaption{
  font-family: 'Paperlogy';
  font-weight: 500;
  font-size:20px;
  color:rgb(29,29,31);
  padding:16px 0px;
  border-top:1px solid rgb(213,213,213);
}

/* 오시는 길 ------------ */
.local_wrap>figure{
  width:100%;
  height:644px;
}
.local_wrap>figure iframe{
  width:100%;
  height:100%;
}
.address1, .address2{
  justify-content: space-between;
  margin:64px auto 0px;
}
.address1 h4{
  font-family: 'KoreanSWGI';
  font-size:25px;
  line-height:38px;
  font-weight:bold;
  margin-bottom:40px;
}
.local_map{
  width:447px;
}
.local_map>li{
  width:141px;
  margin-right:8px;
}
.address1>ul>li{
  font-family: 'KoreanSWGI';
  font-size:20px;
  line-height:35px;
  font-weight:400;
}
.address2>dl{
  max-width: 485px;
  margin:0px;
  width: fit-content;
}
.address2>dl>dt{
  vertical-align: top;
  position: relative;
  padding-left:48px;
  margin-right:36px;
  font-family: 'KoreanSWGI';
  font-size: 35px;
  font-weight:700;
}
.address2>dl>dt:before{
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0px;
  top:2px;
}
.address2>dl:nth-of-type(1)>dt:before{
  background: url('/img/custom/call.png') no-repeat;
  background-size: 40px;
}
.address2>dl:nth-of-type(2)>dt:before{
  background: url('/img/custom/time.png') no-repeat;
  background-size: 40px;
}
.address2>dl>dd{
  max-width:268px;
  vertical-align: top;
}
.address2>dl:nth-of-type(1)>dd{
  font-family: 'KoreanSWGI';
  font-size:35px;
  line-height:42px;
  font-weight:700;
}

/* 병원 둘러보기 ------------ */
.imgfloor-container {
  margin:0px auto 32px;
}
.imgfloor-container .swiper-slide .equip-pic{
  opacity:0;
  transition:0.2s ease-out;
}
.imgfloor-container .swiper-slide-active .equip-pic{
  opacity:1;
}
.equip-pic{
  width:100%;
  height:100%;
  position: relative;
}
.equip-pic>figcaption{
  width:100%;
  position: absolute;
  left:0px;
  bottom:0px;
  font-family: 'KoreanSWGI';
  font-size:20px;
  font-weight:400;
  padding:32px 0px;
  background:rgba(255,255,255,0.6);
}
.topfloor-container .swiper-button-next,
.topfloor-container .swiper-button-prev{
  width:40px;
  height:40px;
}
.topfloor-container .swiper-button-prev{
  background:url('/img/custom/topfloor-prev.png') no-repeat;
  background-size:40px;
}
.topfloor-container .swiper-button-next{
  background:url('/img/custom/topfloor-next.png') no-repeat;
  background-size:40px;
}
.topfloor-container .swiper-button-next:after,
.topfloor-container .swiper-button-prev:after{
  content: none;
}

/* 내용관리 ------------ */
#container_title{
  display: none;
}
.ctt_admin{
  width:1200px;
  margin: 0px auto;
}
#ctt{
  width:1200px;
  margin:0px auto;
  padding-bottom:128px;
}

/* 비급여안내 ------------ */
#bgLayers{
  height: 100%;
  width:100%;
  overflow-x: auto;
  overflow-y: scroll;
  overscroll-behavior: contain;
  position: fixed;
  top: 0;
  left: 0;
  background:rgba(42, 42, 42, 0.9);
  display: none;
  z-index:0;
}
#bgLayers.show{
  display: block;
  z-index:10;
}
.colorUnderlay{
  position: absolute;
  left:calc(50% - 315px);
  top:50%;
  transform: translateY(-50%);
  width:630px;
}
.bgClose{
  position: absolute;
  width:30px;
  height:30px;
  cursor:pointer;
  right:8px;
  top:8px;
}
#bgMedia{
  background:rgb(255,255,255);
  padding:32px 0px;
}
#bgMedia>img{
  display: block;
  margin:0px auto;
}

/* 회원가입 & 로그인 */
