@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://webfontworld.github.io/gmarket/GmarketSans.css');
@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;
}
@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;
}
@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;
}
/* 2024-07-09 박연규 작성 */

/* 공통 ------------- */
.pc_only{
  display: none !important;
}
.container, .cont1200{
  width:calc(100% - 32px);
  margin:0px auto;
  position: relative;
}
.subtlt48{
  font-size:24px;
  line-height:30px;
  font-weight:800;
}
.subtlt36{
  font-size:18px;
  line-height:24px;
  font-weight:800;
}
.subtlt24{
  font-size:12px;
  line-height:16px;
  font-weight:700;
}
.expltxt{
  font-size:12px;
  line-height:16px;
  font-weight:500;
}
.nortxt{
  font-size:14px;
  line-height:20px;
  font-weight:500;
}
.ceTxt{text-align: center !important;}
.fff{color: rgb(255,255,255) !important;}
.flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.dots > dd{
  position:relative;
  padding-left:8px;
}
.dots > dd:before{
  content: "";
  display: block;
  position: absolute;
  top:8px;
  left:0px;
  width:3px;
  height:3px;
  border-radius:50%;
}
img{width:100%;}

/* 상단 ------------- */
#hd{
  width:100%;
  position: fixed;
  left:0px;
  top:0px;
  z-index:1000;
}
header{
  width:100%;
  height:64px;
  background:rgb(255,255,255);
  margin: 0px auto;
}
#hd .container{
  width:100%;
  height:100%;
  box-sizing: border-box;
  padding:12px 16px 16px;
  overflow:hidden;
}
#hd h1{
  position: absolute;
  width:173px;
  left:calc(50% - 86.5px);
  top:12px;
}
#menu{
  float: left;
  vertical-align:top;
  width:32px;
}
#phone{
  float: right;
  vertical-align:top;
  width:36px;
}
.gnb{
  position: fixed;
  width: 200px;
  height: 100%;
  background:rgb(255,255,255);
  box-shadow:0px 0px 6px rgba(0,0,0,0.16);
  left: 0;
  top: 0;
  overflow: auto;
  transition: all 0.8s cubic-bezier(0.51, 0.4, 0, 1.02) 0s;
  transform: translateX(-100%);
  opacity: 0;
  pointer-events: none;
}
.gnb.on{
  transform: translateX(0%);
  opacity: 1;
  pointer-events: auto;
  z-index:1003;
}
.gnb .btn_close{
  width:28px;
  position: absolute;
  right:8px;
  top:6px;
}
.gnb_top{
  box-sizing: border-box;
  width:100%;
  padding:53px 43px 10px 12px;
}
#hd .gnb_top>h1{
  width:144px;
  position: static;
}
.gnb_middle{
  box-sizing: border-box;
  width:100%;
  padding:27px 30px;
  background:rgb(0,101,175);
}
.gnb_middle>p{
  font-size:16px;
  line-height:22px;
  font-weight:400;
}
.gnb_middle>p>span{
  display: block;
  font-weight:700;
}
.hd_login>li{
  width:100%;
  background:rgb(255,255,255);
  margin:8px 0px;
}
.hd_login>li:last-of-type{
  margin-bottom:0px;
}
.hd_login>li>a{
  display: block;
  width:100%;
  font-size:16px;
  line-height:22px;
  font-weight:700;
  color:rgb(0,101,175);
  padding:8px 0px;
  text-align: center;
}
.gnb_bottom{
  width:100%;
  padding: 0px 0px 38px;
}
.gnb_bottom>ul{
  width:100%;
  margin:0px auto 40px;
}
.gnb_bottom>ul>li{
  width:100%;
  background:rgb(236,236,237);
  border-bottom:1px solid rgb(255,255,255);
  transition: all 0.2s ease-out;
}
.gnb_bottom>ul>li.on{
  background:rgb(186,218,242);
}
.gnb_bottom>ul>li>a{
  display: block;
  box-sizing: border-box;
  padding:12px 16px;
  font-size:16px;
  line-height:22px;
  font-weight:400;
  color:rgb(29,29,31);
}
.gnb_bottom>a{
  display: block;
  font-family: 'GmarketSans';
  font-size:20px;
  line-height:32px;
  font-weight:700;
  color:rgb(0,51,112);
  padding:0px 16px;
  margin-bottom:8px;
}
.gnb_bottom>p{
  font-size:14px;
  line-height:18px;
  font-weight:400;
  padding:0px 16px;
}
#nav{
  position: fixed;
  width:100%;
  right:0px;
  bottom:0px;
  z-index:1002;
}
#nav>ul{
	background:url('/img/mobile/nav.png') no-repeat 50% 100%;
	background-size: 100% auto;
	position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 80px;
}
#nav>ul>li{
 width: 25%;
 transform: translateY(7px);
}
#nav>ul>li>a{
 display: block;
 width: 100%;
 height: 100%;
 padding-top:10px;
 box-sizing: border-box;
}
#nav>ul>li>a figure{
 width: 32px;
 margin: 0 auto;
}
/* #nav>ul>li:nth-of-type(3) figure{
  width: 72px;
  height: 72px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -12px;
  border-radius:50%;
  box-shadow:0px 0px 6px rgba(0,0,0,0.16);
} */
#nav>ul>li>a figcaption{
 font-size: 16px;
 line-height:22px;
 color: rgb(29, 29, 31);
 font-weight:400;
 letter-spacing: -0.0115em;
}
#nav>ul>li.click figure:after{
  content: "더보기";
  display: block;
  position: absolute;
  width:100%;
  left:0px;
  top:50%;
  transform: translateY(-50%);
  font-size:16px;
  font-weight:400;
  line-height:20px;
  font-family: 'Pretendard';
  text-align: center;
  color: rgb(255, 255, 255);
  transition:all 0.3s cubic-bezier(0.4, 0, 1, 1);
}
#nav>ul>li.change figure:after{
  content: "";
  width:16px;
  height:16px;
  background:url('/img/mobile/change_close.png') no-repeat 50%;
  background-size:16px;
  left:calc(50% - 8px);
}
/* #nav>ul>li:nth-of-type(3) a{
 margin: 0 auto;
 display: block;
 width:100%;
 height:100%;
 transform: translateY(2px);
 padding-top: 0px;
} */

/* 타이틀 ------------- */
.title-m{
  overflow:hidden;
  width:100%;
  position: relative;
}
.title-img{
  width:100%;
  height:675px;
  margin:0px auto;
  position:relative;
}
#myVideo{
  height:100%;
  position: absolute;
  left:0px;
  top:50%;
  transform: translateY(-50%);
}
.iterWrap{
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size:0px;
}
.title-txt{
  position: absolute;
  width:100%;
  left: 0;
  top:50%;
  transform: translateY(-50%);
}
.title-txt>h2{
  font-family: 'JalnanGothic';
  font-size:24px;
  letter-spacing: 0.023em;
}
.title-txt>h2>span{
  display: block;
  font-family: 'JalnanGothic';
  font-size:16px;
  line-height:16px;
  margin-bottom:8px;
}
.title-logo{
  width:204px;
  margin:6px auto 0px;
}
.title-table{
  width:100%;
  position: absolute;
  left:0px;
  bottom:0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  padding:12px 14px;
  background:rgb(16,18,61);
}
.title-table>h2{
  font-family: 'KoreanSWGI';
  font-size:16px;
  line-height:24px;
  font-weight:600;
}
.title-table>h2>span{
  display: block;
  font-family: 'KoreanSWGI';
  font-size:12px;
  line-height:12px;
  margin-top:3px;
  font-weight:400;
  color:rgb(255,186,0);
}
.title-table>div{
  transform: translateY(3px);
}
.title-table>div>dl{
  overflow:hidden;
  margin-bottom:8px;
}
.title-table>div>dl>dt{
  float: left;
  font-family: 'KoreanSWGI';
  font-size:10px;
  font-weight:400;
  width:30px;
  margin-right:24px;
}
.title-table>div>dl>dd{
  font-size:10px;
  float: right;
  font-family: 'KoreanSWGI';
  font-weight:400;
  padding-right:1px;
}

/* 메인 ------------- */
.h2{
  font-size:24px;
  line-height:30px;
  color:rgb(16,18,61);
  position: relative;
  margin-bottom:32px;
}
.h2>span{
  display: block;
  margin:0px auto;
  font-size:10px;
  font-weight:400;
  color:rgba(0,0,0,0.3);
}
.h3{
  font-family:'KoreanSWGI';
  font-size:16px;
  line-height:24px;
  font-weight:400;
  color:rgb(0,93,171);
  margin:0px auto 20px;
}
.h3>span{
  font-family:'KoreanSWGI';
  font-size:16px;
  font-weight:700;
  color:rgb(0,93,171);
}
#subcont .h3>span{
  color:rgb(0,51,112);
}
.link{
  display:inline-block;
  width:106px;
  font-family: 'JalnanGothic';
  font-size:10px;
  font-weight:400;
  color:rgb(0,93,171);
  position: relative;
  padding:6px 10px 5px 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:34px;
  height:31px;
  background:url('/img/link.png') no-repeat 0% 50%;
  background-size:34px auto;
  left:0px;
  top:50%;
  transform: translateY(-50%);
  z-index:3;
}
#content>section{
  padding:64px 0px;
}
#main1 .h2{
  max-width:328px;
  margin:0px auto 32px;
}
#main1 .h2:before,
#main1 .h2:after{
  content: "";
  display: block;
  position: absolute;
  width:90px;
  height:3px;
  background:rgb(16,18,61);
  left:0px;
  top:50%;
  transform: translateY(-50%);
}
#main1 .h2:after{
  left:auto;
  right:0px;
}
.main1Wrap{
  margin:32px auto 0px;
}
.main1Wrap>li{
  width:50%;
  box-sizing: border-box;
  border:1px solid rgb(161,161,166);
}
.main1Wrap>li:nth-of-type(1){
  background: url('/img/main1_1.jpg') no-repeat 50%;
  background-size:cover;
  border-bottom:none;
}
.main1Wrap>li:nth-of-type(2){
  background: url('/img/main1_2.jpg') no-repeat 50%;
  background-size:cover;
  border-bottom:none;
}
.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:36px 0px;
}
.main1Wrap>li h3{
  font-weight:300;
  font-size:19px;
  line-height:22px;
  margin-bottom:10px;
}
.main1Wrap>li h4{
  font-size:10px;
  margin-bottom:26px;
}
.main1Wrap>li span{
  display: block;
  margin:0px auto;
  font-size:10px;
  width:68px;
  box-sizing: border-box;
  padding:6px 0px;
  background:rgb(255,255,255);
  border:1px solid rgb(161,161,166);
  color: rgb(161,161,166);
}
#content #main2{
  padding-top:0px;
  position: relative;
  width:100%;
  overflow:hidden;
}
#main2 .h2{
  font-size:16px;
  line-height:30px;
  font-weight:500;
  margin-bottom:10px;
}
#main2 .h2:before,
#main2 .h2:after{
  display: block;
  position: absolute;
  font-size:72px;
  line-height:72px;
  color:rgb(16,18,61);
  top:-5px;
}
#main2 .h2:before{
  content: "{";
  left:0px;
}
#main2 .h2:after{
  content: "}";
  right:0px;
}
#main2 .h2>strong{
  display: block;
  font-size:24px;
  line-height:30px;
  font-weight:800;
}
#main2 .h2+p{
  color:rgb(16,18,61);
}
.main2-wrap{
  margin:32px auto 0px;
  position: relative;
  z-index:1;
}
.main2-wrap:before{
  content: "";
  display: block;
  position: absolute;
  width:581px;
  height:365px;
  background:url('/img/main2.jpg') no-repeat 100% 100%;
  background-size:100% auto;
  z-index:-1;
  top:-12.5px;
  right:-192px;
}
.main2-wrap>figure{
  width:100%;
  max-width:328px;
  margin:0px auto 16px;
}
.main2-wrap h3{
  font-size:32px;
  line-height:38px;
  font-weight:800;
  color:rgb(3,3,3);
  margin-bottom:16px;
}
.main2-wrap dl dt{
  color:rgb(3,3,3);
  font-weight:500;
  position: relative;
  padding-bottom:16px;
  margin-bottom:16px;
}
.main2-wrap dl dt:after{
  content: "";
  display: block;
  position: absolute;
  width:100%;
  height:1px;
  background:rgb(112,112,112);
  left:0px;
  bottom:0px;
}
.main2-wrap dl dt>span{
  display: block;
  font-size:14px;
  line-height:16px;
  margin-bottom:4px;
}
.main2-wrap dl dd{
  line-height:20px;
  color:rgb(3,3,3);
}
#main3{
  background:url('/img/mobile/main3.jpg') no-repeat;
  background-size:cover;
}
#main3 h3{
  font-family: "Rajdhani", sans-serif;
  font-weight:400;
  color:rgb(168,181,206);
  margin-bottom:4px;
}
#main3 h2{
  font-weight:500;
  margin-bottom:32px;
}
.main3_wrap>figure{
  width:100%;
  max-width:328px;
  margin:0px auto 32px;
}
.main3_wrap>figcaption{
  color:rgb(168,181,206);
  font-weight:400;
}
#main4{
  background:url('/img/mobile/main4.jpg') no-repeat;
  background-size:cover;
}
.main4_wrap>li{
  width:calc(50% - 8px);
  background:rgba(5,84,242,0.5);
  border-radius:16px;
  margin-right:16px;
  margin-bottom:16px;
}
.main4_wrap>li:nth-of-type(even){
  margin-right:0px;
}
.main4_wrap>li:last-of-type{
  width:100%;
  margin-right:0px;
  margin-bottom:0px;
}
.main4_wrap>li>a{
  display: block;
  width:100%;
  padding:23px 0px;
}
.main4_wrap>li figure{
  width:100px;
  margin:0px auto 22px;
}
.main4_wrap>li figcaption{
  font-size:16px;
  line-height:22px;
  font-weight:600;
}
#main5 h2{
  margin-bottom:16px;
}
#main5 h2+p{
  color:rgb(134,134,139);
  margin:0px auto 32px;
}
.main5-wrap{
  overflow:hidden;
  box-sizing: border-box;
  padding:24px 12px 0px;
  position: relative;
}
.main5-wrap:after{
  content: "";
  display: block;
  position: absolute;
  width:100%;
  height:220px;
  border-radius:16px;
  background:rgb(4,135,217);
  left:0px;
  top:0px;
}
.main5-wrap .swiper-container{
  padding-bottom: 80px;
  position: relative;
  overflow:hidden;
}
.main5-wrap .swiper-horizontal>.swiper-pagination-bullets,
.main5-wrap .swiper-pagination-bullets.swiper-pagination-horizontal,
.main5-wrap .swiper-pagination-custom, .swiper-pagination-fraction{
  top: auto;
  bottom:32px;
}
.main5-wrap+a{
  display: block;
  width:140px;
  background:rgb(5,84,242);
  border-radius:20px;
  font-weight:600;
  padding:12px 28px 12px 16px;
  position: relative;
  margin:0px auto;
}
.main5-wrap+a:after{
  content: "";
  display:block;
  position: absolute;
  width:4px;
  height:8px;
  background:url('/img/main5.png') no-repeat 50%;
  background-size:4px 8px;
  right:16px;
  top:15px;
}

/* undermenu ------------ */
.undermenu1{
  background:url('/img/undermenu1.jpg') no-repeat 50%;
  background-size:cover;
  padding: 27px 0px;
}
.undermenu1 h2{
  font-size:12px;
  line-height:16px;
  font-weight:300;
}
.undermenu1 a{
  display: block;
  width:92px;
  padding:7px 0px;
  border-radius:5px;
  background:rgb(255,255,255);
  position: relative;
  margin:10px auto 0px;
}
.undermenu2{
  padding:32px 0px;
  background:rgb(240,240,240);
}
.sns>li{
  width:34px;
  margin-right:16px;
}
.sns>li:last-of-type{
  margin-right:0px;
}
.sns>li>a{
  display: block;
  width:100%;
  position: relative;
}
.sns>li figure{
  width:100%;
  border-radius:50%;
  box-shadow:0px 3px 6px rgba(0,0,0,0.16);
}
.sns>li figcaption{
  display: none;
}
.undermenu3{
  padding:42px 0px 32px;
  background:rgb(255,255,255);
}
.undermenu3-box1{
  display: block;
}
.undermenu_time{
  width:100%;
  display: flex;
  flex-wrap: wrap;
}
.service-center{
  position: relative;
  width:132px;
  margin-right:6px;
  background:url('/img/service-center-bg.png') no-repeat 0% 50%;
  background-size:132px auto;
  min-height:116px;
}
.service-center > h4{
  font-weight:500;
  padding-top:48px;
  padding-left:28px;
  font-size:19px;
  line-height:19px;
}
.service-time{
  max-width:190px;
  padding-top: 6px;
}
.service-time dt{
  font-size:40px;
  line-height:40px;
  font-weight:500;
  font-family: 'Rajdhani', sans-serif;
}
.service-time dd{
  color:rgb(100,100,100);
  line-height:20px;
  font-family: 'NanumSquareRound';
  font-weight:700;
  width:100%;
  overflow:hidden;
}
.service-time dd > span{
  display:inline-block;
  margin-left:12px;
  width:122px;
  float: right;
}
.service-time dd:before{
  background:rgb(112,112,112);
  top:9px;
}
.undermenu_icons{
  width:100%;
  padding:16px 0px;
}
.undermenu_icons > ul{
  justify-content:center;
  width:100%;
}
.undermenu_icons > ul > li{
  width:calc(33.33% - 2px);
  background:rgb(236,240,244);
  margin-right:3px;
  margin-bottom:4px;
}
.undermenu_icons > ul > li:nth-of-type(1){
  display: none;
}
.undermenu_icons > ul > li:nth-of-type(2),
.undermenu_icons > ul > li:nth-of-type(3){
  width:calc(50% - 1.5px);
}
.undermenu_icons > ul > li:nth-of-type(3n){
  margin-right:0px;
}
.undermenu_icons > ul > li > a{
  display: block;
  width:100%;
  padding:14px 0px 10px;
}
.undermenu_icons > ul > li > a > figure{
  width:34px;
  margin:0px auto 9px;
}
.undermenu_icons > ul > li > a > figcaption{
  font-size:14px;
  font-family: 'NanumSquareRound';
  font-weight:700;
  color:rgb(86,86,86);
}
.undermenumap>iframe{
  width:100%;
  height:107px;
}

/* 하단 ------------- */
footer{
  padding:32px 0px 128px;
  background:rgb(2,35,63);
}
#ft_h1{
  width:173px;
  margin:0px auto 24px;
}
.ft_wrap1{
  max-width:250px;
  margin:0px auto 8px;
}
.ft_wrap1>li>a{
  display: block;
  padding:0px 8px 9px;
  position: relative;
}
.ft_wrap1>li>a:after{
  content: "";
  display: block;
  position: absolute;
  width:1px;
  height:12px;
  background:rgb(255,255,255);
  right:-0.5px;
  top: 2px;
}
.ft_wrap1>li:nth-of-type(3)>a:after,
.ft_wrap1>li:nth-of-type(5)>a:after{
  content: none;
}
.ft_wrap2{
  margin:0px auto 16px;
}
.ft_wrap2>li{
  width:30px;
  margin-right:16px;
}
.ft_wrap2>li:last-of-type{
  margin-right:0px;
}
footer .expltxt{
  font-weight:400;
}
footer p:last-of-type{
  margin-top:25px;
}

/* 서브페이지 ------------- */
#subTlt{
  width:100%;
  position: relative;
  margin:0px auto;
}
#subTlt.intro, #subTlt.subjects{
  background:url('/img/mobile/custom/bg_intro.jpg') no-repeat 50%;
  background-size:cover;
}
#subTlt.device{
  background:url('/img/mobile/custom/bg_device.jpg') no-repeat 50%;
  background-size:cover;
}
#subTlt.direction{
  background:url('/img/mobile/custom/bg_direction.jpg') no-repeat 50%;
  background-size:cover;
}
#subTlt.tour{
  background:url('/img/mobile/custom/bg_tour.jpg') no-repeat 50%;
  background-size:cover;
}
#subTlt .cont1200{
  padding:115px 0px 60px;
}
#subTlt h2{
  font-size:27px;
  font-family: 'JalnanGothic';
  font-weight:400;
}
#subTlt p{
  font-weight:400;
  margin-top:2px;
}
.box{
  width:328px;
  position: absolute;
  left:calc(50% - 164px);
  bottom:0px;
}
#subcont{
  width:100%;
  margin:0px auto;
  overflow:hidden;
}
#subcont h3{
  font-family: 'KoreanSWGI';
  color:rgb(0,51,112);
  font-size:17px;
  line-height:25px;
  margin-bottom:32px;
}
#subcont h3>span{
  font-weight:800;
}
.deco_box{
  padding:64px 0px;
}

/* 의료진소개 ------------ */
.profile{
  background:rgb(255,255,255);
  box-sizing: border-box;
  padding:32px 38px;
  border-radius:10px;
  position: relative;
  max-width:327px;
  margin:78px auto 35px;
}
.profile:after{
  content: "";
  display: block;
  position: absolute;
  width:100%;
  height:1px;
  background:rgb(112,112,112);
  top:165px;
  left:0px;
}
.profile>figure{
  width:214px;
  position: absolute;
  right:-17px;
  top:-77px;
}
.profile>figcaption{
  width:100%;
  margin:0px auto;
}
.profile>figcaption>h4{
	font-weight: 400;
  font-size:17px;
  color:rgb(0,0,0);
  padding:0px;
  margin-bottom:20px;
}
.profile>figcaption>h5{
  font-family: 'JalnanGothic';
  font-size:26px;
  line-height:28px;
  color:rgb(0,0,0);
  position: relative;
  padding:0px 0px 50px;
  margin-bottom:30px;
}
.profile>figcaption>h5:before,
.profile>figcaption dt:before{
  content: none;
}
.profile>figcaption>h5>span{
  display:block;
  font-size:14px;
  color:rgb(139,139,139);
}
.profile>figcaption dl{
  width:100%;
  box-sizing: border-box;
  padding: 0px 19px;
  margin:0px auto 30px;
}
.profile>figcaption dt{
  font-size:17px;
  color:rgb(0,0,0);
  padding-top:0px;
  margin-bottom:16.5px;
}
.profile>figcaption dd{
  font-family: 'KoreanSWGI';
	font-weight: 400;
  color:rgb(139,139,139);
  font-size:13px;
  line-height:28px;
  position: relative;
}
.sns_sub>li{
  width:35px;
  margin:0px 8px;
}

/* 진료과목 ------------ */
.subject>li{
  width:100%;
  overflow:hidden;
  margin:0px auto 32px;
}
.subject>li:last-of-type{
  margin-bottom:0px;
}
.subject>li>figure{
  width:100%;
  margin:0px auto 16px;
}
.subject>li>figcaption dt{
  font-family: 'KoreanSWGI';
  font-size:18px;
	font-weight: 400;
  margin-bottom:16px;
  padding-left:10px;
  position: relative;
}
.subject>li>figcaption dt:before{
  content: "";
  display: block;
  position: absolute;
  width:2px;
  height:18px;
  background:rgb(0,0,0);
  left:0px;
  top:1px;
}
.subject>li>figcaption dd{
  font-weight:400;
  line-height:20px;
}
.subject>li>figcaption dd:before{
  background:rgb(0,0,0);
  top:9px;
}

/* 의료장비 소개 ------------ */
.device_wrap{
  display: block;
}
.device_wrap>li{
  width:100%;
  box-sizing: border-box;
  border:1px solid rgb(213,213,213);
  margin:0px auto 16px;
}
.device_wrap>li:last-of-type{
  margin-bottom:0px;
}
.device_wrap>li>figcaption{
  font-family: 'Paperlogy';
  font-weight: 500;
  font-size:12px;
  color:rgb(29,29,31);
  padding:8px 0px;
  border-top:1px solid rgb(213,213,213);
}

/* 병원 둘러보기 ------------ */
.imgfloor-container {
  margin:0px auto 16px;
}
.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:12px;
  line-height:16px;
  font-weight:400;
  padding:16px 0px;
  background:rgba(255,255,255,0.6);
}
.topfloor-container .swiper-button-next,
.topfloor-container .swiper-button-prev{
  width:20px;
  height:20px;
}
.topfloor-container .swiper-button-prev{
  background:url('/img/custom/topfloor-prev.png') no-repeat;
  background-size:20px;
}
.topfloor-container .swiper-button-next{
  background:url('/img/custom/topfloor-next.png') no-repeat;
  background-size:20px;
}
.topfloor-container .swiper-button-next:after,
.topfloor-container .swiper-button-prev:after{
  content: none;
}

/* 오시는 길 ------------ */
.local_wrap>figure{
  width:100%;
  height:176px;
  margin:0px auto 37px;
}
.local_wrap>figure iframe{
  width:100%;
  height:100%;
}
.address1, .address2{
  display: block;
  width:100%;
  margin:0px auto;
}
.address1 h4{
  font-family: 'KoreanSWGI';
  font-size:17px;
  line-height:24px;
  font-weight:bold;
  margin-bottom:16px;
}
.local_map{
  width:100%;
  margin:37px auto 0px;
}
.local_map>li{
  width:calc(33.33% - 2px);
  margin-right:3px;
}
.local_map>li:last-of-type{
  margin-right:0px;
}
.local_text>li{
  font-family: 'KoreanSWGI';
  font-size:12px;
  line-height:20px;
  font-weight:400;
}
.address2>dl{
  justify-content: flex-start;
  margin:48px auto 0px;
}
.address2>dl:last-of-type{
  display: block;
}
.address2>dl>dt{
  vertical-align: top;
  position: relative;
  padding-left:24px;
  margin-right:25px;
  font-family: 'KoreanSWGI';
  font-size: 17px;
  font-weight:700;
}
.address2>dl>dt:before{
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
  top:2px;
}
.address2>dl:nth-of-type(1)>dt:before{
  background: url('/img/custom/call.png') no-repeat;
  background-size: 20px;
}
.address2>dl:nth-of-type(2)>dt:before{
  background: url('/img/custom/time.png') no-repeat;
  background-size: 20px;
}
.address2>dl>dd{
  max-width:185px;
  vertical-align: top;
}
.address2>dl:nth-of-type(1)>dd{
  font-family: 'KoreanSWGI';
  font-size:17px;
  font-weight:700;
}
.address2>dl:last-of-type>dd{
  margin-top:16px;
}

/* 내용관리 ------------ */
#container_title{
  display: none;
}
.ctt_admin{
  width:calc(100% - 32px);
  margin: 0px auto;
}
#ctt{
  width:calc(100% - 32px);
  margin:0px auto;
  box-shadow:none;
  padding-bottom:64px;
}

/* 비급여안내 ------------ */
#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:50%;
  top:50%;
  transform: translate(-50%, -50%);
  width:100%;
  max-width:360px;
}
.bgClose{
  position: absolute;
  width:16px;
  height:16px;
  cursor:pointer;
  right:8px;
  top:8px;
}
#bgMedia{
  background:rgb(255,255,255);
  padding:32px 0px;
}
#bgMedia>img{
  display: block;
  margin:0px auto;
}

/* 회원가입, 로그인 */
.mbskin{
  padding-top:44px;
}
