@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css");
@import url('https://cdn.jsdelivr.net/gh/leetaewook/gmarket-sans-dynamic-subset/GmarketSans.css');
@font-face {
  font-family: 'KoreanHSEM';
  src: url('https://www.seoulhyun.kr/fonts/KoreanHSEM/KoreanHSEM.ttf') format('truetype');
}
@import url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy.css');
@font-face {
  font-family: 'Paperlogy';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-5Medium.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-5Medium.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-5Medium.otf') format('opentype'),
        url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy-5Medium.ttf') format('truetype');
}
/* 2023-08-07 박연규 작성 */
::selection{background: rgb(74 105 212); color: white;}

/* 공통 */
body{
  width:100%;
  overflow:hidden;
}
#container{
  margin:0 auto;
  width:100%;
  overflow:hidden;
  position:relative;
}
#subcont{
  margin:0 auto;
  width:100%;
  overflow:hidden;
  background:rgb(255,255,255);
  position:relative;
}
.cont1200{
  width:1200px;
  height:100%;
  margin:0 auto;
  position:relative;
}
.flex{
  width:100%;
  margin:0px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.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:26px;
}
.subtlt24{
  font-size:24px;
  font-family:'Pretendard';
  font-weight:700;
  line-height:30px;
}
.subtlt36{
  font-size:36px;
  font-family:'Pretendard';
  font-weight:700;
  line-height:42px;
}
.subtlt48{
  font-size:48px;
  font-family:'Pretendard';
  font-weight:800;
  line-height:56px;
}
.subtlt60{
  font-size:60px;
  font-family:'Pretendard';
  font-weight:800;
  line-height:72px;
}
.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%;
}
.link{
  display:block;
  max-width:170px;
  border-radius:20px;
  background:rgb(5, 84, 242);
  position: relative;
  padding:8px 48px 8px 32px;
  font-weight:600;
  margin:0px auto;
  cursor:pointer;
}
.link:after{
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 16px;
  background: url(../img/arrow.png) no-repeat 50%;
  background-size: 8px 16px;
  right:32px;
  top: 50%;
  transform: translateY(-50%);
}
.mo_only{
  display: none !important;
}

/* 상단 ----------------------- */
#hd{
  position: fixed;
  height:68px;
  width:100%;
  background:transparent;
  min-width: 1200px;
  left:50%;
  transform: translateX(-50%);
  top:0px;
  z-index:1000;
}
#hd:after{
  content: "";
  display: block;
  clear: both;
}
header{
  margin:0 auto;
  position:relative;
  background:transparent;
  border-bottom:1px solid rgb(255,255,255);
  transition: all 0.2s ease-out;
  padding-right:112px;
}
#hd_h1{
  float: left;
  position: relative;
  width: 136px;
  height:52px;
  background:url(../img/logo.png) no-repeat 50%;
  background-size: 126px;
  transition: all 0.2s ease-out;
  margin:8px 26px 0px 16px;
}
#hd_h1 a{
  display: block;
  width:100%;
  height:100%;
  padding:10px 0px;
}
.btn_buttons{
  position: absolute;
  right: 112px;
  top: 0;
}
.hd_login{
  float:right;
  margin-top:25px;
  margin-right:32px;
  overflow:hidden;
  position: static;
}
.hd_login li{
  margin: 0px;
  padding:0px;
  border:none;
  float: left;
  position: relative;
}
.hd_login li a{
  display:block;
  font-size:16px;
  line-height:20px;
  font-weight:500;
  padding:0px 8px;
  color:rgb(255, 255, 255);
  position:relative;
}
.hd_login li:first-of-type a:after{
  content:"";
  display: block;
  position: absolute;
  width: 1px;
  height:14px;
  background:rgb(255,255,255);
  right: 0px;
  top:2px;
}
.gnb {
  width: 1200px;
  margin: 0 auto;
}
.menu{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align:center;
  margin:0 auto;
}
.menu>li{
  vertical-align: middle;
  cursor: pointer;
}
.menu>li>a{
  display: block;
  position: relative;
  padding:24px 16px 0px;
  font-weight:500;
  height:68px;
  color:rgb(255,255,255);
}
.menu>li:hover>a{
  color:rgb(0,149,255);
  transition:all 0.3S ease 0.1s;
}
.gnb_2d {
  display:none;
  position: absolute;
  left:0px;
  width:100%;
  min-height:383px;
  background: rgba(239,241,245,1);
  transition: all 0.5s ease 0s;
}
.gnb > ul > li:hover .gnb_2d{
  display: block;
}
.gnb > ul > li:hover .gnb_2d:hover{
  display: block;
  background: rgb(255, 255, 255);
}
.gnb_2d:before {
  content: "";
  display: block;
  width: 1104px;
  height: 100%;
  position: absolute;
  left:0px;
  top: 0px;
  background: rgb(255, 255, 255);
}
.gnbnew{
  background:rgb(0, 88, 151);
  position: relative;
  z-index: 2;
}
.gnbnew ul{
  justify-content:center;
  margin:0px auto;
  width:100%;
}
.gnbnew ul>li>a{
  display: block;
  padding:16px 16px 13px;
  font-size:18px;
  line-height: 20px;
  font-weight:500;
  color:rgb(255,255,255);
  font-family: 'Pretendard';
  text-align:center;
}
.gnb2dWrap{
  width:1200px;
  margin:0px auto;
  overflow:hidden;
  padding: 48px 0px;
}
.gnb_list{
  float: left;
  width: 668px;
  margin-right:76px;
  position: relative;
  z-index: 1;
}
.gnb-info-right{
  float: left;
  width:304px;
  margin-left:62px;
  position: relative;
  vertical-align: top;
}
.gnb-snslink, .csinfo1{
  width:100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 8px;
}
.gnb-snslink>li{
  /* width:70px; */
  width:calc(33.33% - 8px);
  border-radius:8px;
  /* background:rgb(0,88,151); */
  background:rgb(0, 21, 94);
  margin-right:8px;
}
.gnb-snslink>li:last-of-type{
  margin-right:0px;
}
.gnb-snslink>li a{
  display: block;
  width:100%;
  /* padding:5px 0px 0px; */
  padding:5px 0px;
}
.gnb-snslink>li img{
  width:30px;
  margin:0px auto;
}
.csinfo1{
  border-radius:8px;
  /* background:rgb(0,88,151); */
  background:rgb(0, 21, 94);
}
.csinfo1>li{
  width:33.33%;
  position: relative;
}
.csinfo1>li:after{
  content: "";
  display: block;
  position: absolute;
  width:1px;
  height:15px;
  /* background:rgb(86,135,165); */
  background: rgb(255,255,255);
  right: 0px;
  top:50%;
  transform: translateY(-50%);
}
.csinfo1>li:last-of-type:after{
  content: none;
}
.csinfo1>li>a{
  display: block;
  width:100%;
  padding:8px 0px;
}
.gnb-info-right>h3{
  font-weight:600;
  line-height:24px;
  color:#ff6821;
}
.gnb-info-right>h3 a{
  display: inline-block;
  margin-left:24px;
  font-size:40px;
  color:#ff6821;
}
.csinfo2{
  width:304px;
  margin-top:8px;
}
.csinfo2 + p{
  margin-top:10px;
  color: rgb(134,134,139);
  font-size:16px;
  text-align: left;
}

/* 스크롤 */
#hd.scroll header{
  background:rgb(255,255,255);
  border-bottom:1px solid rgb(112,112,112);
}
#hd.scroll #hd_h1{
  background:url(../img/logoscroll.png) no-repeat 50%;
  background-size:136px;
}
#hd.scroll .hd_login li a{
  color: rgb(134, 134, 139);
}
#hd.scroll .hd_login li:first-of-type a:after{
  background:rgb(161, 161, 166);
}
#hd.scroll .menu>li>a{
  color: rgb(29, 29, 31);
}
/* 메인페이지 */
.wrap{
  position: relative;
  margin:0px auto;
  width:100%;
  height:100%;
}
.fixedBg{
  position: fixed;
  width:100%;
  height:100%;
  z-index:-1;
  transition:all 0.5s ease-out;
}
.fixedBg.test1{
  background:url('/img/test1.jpg') no-repeat 50%;
  background-size:cover;
}
.fixedBg.test2{
  background:url('/img/test2.jpg') no-repeat 50%;
  background-size:cover;
}
.fixedBg>video{
  width:100%;
  margin:0px auto;
}
.fixedBg.test1>video,
.fixedBg.test2>video{
  opacity:0;
}
.iterWrap{
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.table-tb{
  width: 100%;
  height: 100%;
  display: table;
}
.table-cell{
  display: table-cell;
  vertical-align:middle;
}
.section h2{
  font-weight:800;
  margin-bottom:32px;
}
.section1:after, .section2:after, .section3:after{
  content: "";
  display: block;
  position: absolute;
  width:100%;
  height:100%;
  background:#cecece14;
  z-index:-1;
}
.section1-cell{
  overflow:hidden;
  width:100%;
  margin:0px auto;
}
.section1_txt{
  /* float: left;
  width:464px;
  vertical-align:top; */
  position: absolute;
  width:100%;
  left:0px;
  top:35%;
}
/* .section1_txt>p{
  font-size:24px;
  line-height:32px;
  font-weight:600;
  margin-bottom:24px;
} */
/* .section1_txt>p:last-of-type{margin-bottom: 35px;} */
.section1_txt>h2, .section1_txt>h2>strong{
  font-family: 'Gmarket Sans';
  font-size:65px;
  line-height:75px;
  color:rgb(255,255,255);
  font-weight:800;
  letter-spacing: -0.013em;
  margin-bottom:0px;
  text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
  position: relative;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.82);
}
/* .section1_txt>h2:after{
  content: "";
  display: block;
  position: absolute;
  width:800px;
  height:55px;
  background:rgb(0,21,94);
  left:50%;
  transform: translateX(-50%);
  top:3px;
  z-index:-1;
} */
.section1_txt>h2>strong{
  font-weight:bold;
}
.section1_txt>h2.mainvid-text4,
.section1_txt>h2.mainvid-text4>strong{
  font-size:50px;
  line-height:58px;
}
.section1_txt>h2.mainvid-text4{
  position: relative;
  top: -36px;
}
.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.section1_txt>p{
  font-size:25px;
  /* font-weight: 500; */
  font-weight:700;
  position: absolute;
  top:90px;
  left:50%;
  transform: translateX(-50%);
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.82);
}
.section1_txt>p>strong{
  display: inline-block;
  font-weight:700;
  margin-left:24px;
  color:rgb(255,245,0);
  position: relative;
  font-size:25px;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.82);
}
.section1_txt>p>strong:before{
  content: "";
  display: block;
  position: absolute;
  width:1px;
  height:19px;
  background:rgb(255,255,255);
  left: -12px;
  top: 4px;
}
.section1_wrap{
  box-sizing: border-box;
  position: absolute;
  width:1248px;
  left:calc(50% - 624px);
  bottom: 92px;
  z-index:1;
}
.section1_wrap>ul>li{
  width:170px;
  border:1px solid rgb(1,22,94);
  border-radius:10px;
  overflow:hidden;
  margin-right:9px;
}
.section1_wrap>ul>li:last-of-type{
  margin-right:0px;
}
.section1_wrap>ul>li>a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  width:100%;
  height:100%;
  box-sizing: border-box;
  padding:15px 10px;
  position: relative;
  background:rgba(255,255,255,0.84);
}
.section1_wrap>ul>li:nth-of-type(5)>a{
  padding-right:13px;
}
.section1_wrap>ul>li figure{
  width:70px;
  margin-right:20px;
}
.section1_wrap>ul>li:nth-of-type(5) figure{
  margin-right:10px;
}
.section1_wrap>ul>li figcaption{
  font-family: 'Paperlogy';
  font-size:15px;
  line-height:20px;
  letter-spacing: -0.013em;
  width:calc(100% - 90px);
}
.section1_wrap>ul>li:nth-of-type(5) figcaption{
  width:calc(100% - 80px);
}
.section1_txt>ul{
  overflow:hidden;
}
.section1_txt>ul>li{
  float: left;
  width:78px;
  margin-right:20px;
  vertical-align:top;
}
.section1_new{
  width:1200px;
  position: absolute;
  left:calc(50% - 600px);
  bottom:0px;
  z-index:1;
}
.section1_tel{
  display: none; /* 임시적으로 display : none */
  float: left;
  margin-top:34px;
  width:668px;
  padding:52px 64px 53px 59px;
  box-sizing:border-box;
  border-radius:16px;
  background:rgb(255, 255, 255);
  border:1px solid rgb(118,118,118);
  box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
  overflow:hidden;
  vertical-align:top;
}
.section1_tel>h3{
  float: left;
  vertical-align:top;
  color: rgb(37,66,84);
  margin-right:16px;
}
.section1_tel>p{
  float: left;
  font-size:16px;
  line-height:20px;
  font-weight:500;
  padding-top:10px;
}
.reserBox{
  clear: both;
  padding-top:14px;
  margin:0px auto;
}
.reser_under>ul>li{
  margin:0px auto;
  overflow:hidden;
  width:100%;
}
.reser_under>ul>li>textarea{
  display: block;
  width: 100%;
  height: 93px;
  border:1px solid rgb(118,118,118);
  color: rgb(134, 134, 139);
  padding: 11px 8px;
  font-size:12px;
  line-height:16px;
  font-weight:500;
  font-family: 'Pretendard';
  margin:0px auto 12px;
}
.reser_under>ul>li>input{
  float: left;
  width: 158px;
  height: 42px;
  margin-right: 12px;
  border:1px solid rgb(118,118,118);
  color: rgb(134, 134, 139);
  font-size: 12px;
  line-height:16px;
  font-weight:500;
  font-family: 'Pretendard';
  padding: 15px 10px 13px;
}
.reser_under>ul>li>.check{
  overflow:hidden;
  float: left;
}
.reser_under>ul>li>.check>input{
  background: rgb(255,255,255);
  border-radius:3px;
  border:1px solid rgb(118,118,118);
  float: left;
  margin: 13px 4px 0px 0px;
}
.reser_under>ul>li>.check>label{
  display: block;
  overflow: hidden;
  text-align: left;
  padding-top: 13px;
  color: rgb(134, 134, 139);
  font-size: 12px;
  line-height:16px;
  font-weight:400;
  font-family: 'Pretendard';
  float: left;
}
.reser_under>ul>li>.apply{
  float: right;
  width:88px;
  background-color: rgb(0,21,94);
  padding: 12px 30px;
  color: rgb(255, 255, 255);
  border: none;
  margin-right: 0px;
}
.section2-wrap{
  position: relative;
  margin:100px auto;
}
.section2-img{
  width:100%;
  margin:0px auto;
}
.section2-img>div{
  display: none;
  transition: all 0.2s ease-out;
}
.section2-img>div.on{
  display: block;
}
.section2-txt{
  position: absolute;
  width:100%;
  top:50%;
  transform: translateY(-50%);
  left:0px;
}
.section2-txt>ul{
  margin:16px auto 430px;
  text-align: center;
}
.section2-txt>ul>li{
  display: inline-block;
  margin:0px 16px;
  padding-bottom:4px;
  position: relative;
  cursor:pointer;
}
.section2-txt>ul>li:after{
  content: "";
  display: block;
  position: absolute;
  width:0px;
  height:1px;
  background:rgb(29, 29, 31);
  bottom:0px;
  left:0px;
  transition: all 0.2s ease-out;
}
.section2-txt>ul>li.on:after,
.section2-txt>ul>li:hover:after{
  width:100%;
}
.section2-txt>ul>li>p{
  line-height:27px;
  font-weight:600;
}
.section2-txt>p{
  line-height:24px;
  font-weight:600;
  margin-bottom:32px;
}
.section2-txt>a{
  max-width:225px;
}
.section3-wrap{
  overflow:hidden;
  width:100%;
  margin:0px auto;
}
.section3-wrap>h2{
  float: left;
}
.section3-wrap>ul{
  float: right;
  overflow:hidden;
  padding-top:16px;
  vertical-align:top;
}
.section3-wrap>ul>li{
  float: left;
  width:136px;
  vertical-align:top;
  font-weight:600;
  line-height:26px;
  margin-right:16px;
  border-radius:20px;
  padding:8px 0px;
  background:rgb(148, 148, 148);
  transition: all 0.2s ease-out;
  cursor:pointer;
}
.section3-wrap>ul>li.on{
  background:rgb(0, 123, 255);
}
.section3-list>div{
  display: none;
  transition: all 0.2s ease-out;
}
.section3-list>div.on{
  display: block;
}
.section3-list .cure_dis{
  margin-top:32px;
}
.section4, .section5, .section6, .section7{
  background:rgb(255, 255, 255);
}
.section4-cell{
  padding:132px 0px;
}
.section4-img{
  position: relative;
  margin:0px auto 16px;
}
.section4-img>figcaption{
  position: absolute;
  left:50%;
  transform: translateX(-50%);
  top:64px;
}
.section4-img>figcaption>a{
  width:130px;
  margin-top:32px;
}
.section4-container .swiper-slide:nth-of-type(4){
  margin-right:0px !important;
}
.section5-cell{
  padding:96px 0px 92px;
}
.section5-pic, .section5-click{
  width:896px;
  margin:0px auto;
}
.section5-pic{
  margin-top:24px;
}
.section5-pic>div{
  display:none;
  transition: all 0.2s ease-out;
}
.section5-pic>div.on{
  display: block;
}
.section5-click>ul{
  width:100%;
  margin:16px auto 0px;
}
.section5-click>ul>li{
  width:100%;
  overflow:hidden;
  /* margin-bottom:16px; */
  margin-bottom:8px;
}
.section5-click>ul>li:last-of-type{
  margin-bottom: 0px;
}
.section5-click>ul>li>h3{
  float: left;
  width:137px;
  /* height:53px; */
  height:40px;
  background:rgb(0,21,94);
  font-weight:600;
  /* padding:12px 0px; */
  padding:6px 0px;
  margin-right:8px;
  vertical-align:top;
}
.section5-click>ul>li>p{
  float: left;
  width:120px;
  /* height:53px; */
  height:40px;
  background:rgb(245, 245, 245);
  /* padding:16px 0px; */
  padding:8px 0px;
  margin-right:4px;
  transition: all 0.2s ease-out;
  cursor:pointer;
}
.section5-click>ul>li>p:last-of-type{
  margin-right: 0px;
}
.section5-click>ul>li>p.on{
  background:rgb(0,88,151);
  color: rgb(255, 255, 255);
}
.section6-wrap{
  border-radius:16px;
  overflow:hidden;
  margin:0px auto;
  padding:64px 0px;
  background:rgb(244,245,251);
  box-shadow:0px 3px 6px rgba(0, 0, 0, 0.16);
}
.section6-wrap>ul{
  margin:64px auto 0px;
  width:100%;
}
.section6-wrap>ul>li{
  width:33.33%;
  padding:0px 56px;
  border-right:1px solid rgb(112,112,112);
  position: relative;
}
.section6-wrap>ul>li:last-of-type{
  border-right:none;
}
.section6-wrap>ul>li>h3{
  font-weight:600;
  line-height:32px;
  margin-bottom:16px;
}
.section6-wrap>ul>li dd{
  padding-left:8px;
  line-height:30px;
  color:rgb(134, 134, 139);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.section6-wrap>ul>li dd:before{
  height:3px;
  width:3px;
  background:rgb(134, 134, 139);
  top:14px;
}
.section6-wrap>ul>li>a{
  display: block;
  margin-top:48px;
  width:68px;
  color: rgb(5,84,242);
  padding-right:16px;
  position: relative;
}
.section6-wrap>ul>li>a:after{
  content: "";
  display: block;
  position: absolute;
  width:8px;
  height:16px;
  background:url(../img/community.png) no-repeat 50%;
  background-size:8px 16px;
  right:0px;
  top:5px;
}
.qna_check>dl{
  overflow:hidden;
  padding-bottom:10px;
  margin-bottom:8px;
  border-bottom:1px dotted rgb(134,134,139);
}
.qna_check dt{
  float: left;
  vertical-align:top;
  max-width:200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 3px;
}
.qna_check dt span{
  display: inline-block;
  font-weight:600;
  margin-right:8px;
  color: rgb(37,66,84);
}
.qna_check dd{
  float: right;
  vertical-align:top;
  width:57px;
}
.qna_check dd:before{
  content: none;
}
.section7{
  position:relative;
  background:rgb(255, 255, 255);
}
.section7-cell{
  vertical-align:top;
  padding-top:66px;
}
.section7-cell>p{
  font-weight:600;
  margin-bottom:32px;
}
.section7-cell>a{
  width:120px;
  margin-bottom:32px;
}
.section7-cell>a:after{
  right:20px;
}
#map>iframe{
  display: block;
  width:1048px;
  height:375px;
  margin:0px auto;
}
.section7 #ft{
  position: absolute;
  width:100%;
  bottom:0px;
  left:50%;
  transform: translateX(-50%);
  padding-bottom:20px;
}

/* pagination */
#fp-nav ul li, .fp-slidesNav ul li{
  margin-bottom:16px !important;
}
#fp-nav.fp-left ul li a span, .fp-slidesNav ul li a span,
#fp-nav.fp-left ul li:hover a span,
.fp-slidesNav ul li:hover a span{
  height: 16px;
  width: 16px;
  box-sizing: border-box;
  border:1px solid rgb(0, 88, 151);
  background:rgba(190, 230, 255, 0.4);
  margin: 0px;
}
#fp-nav.fp-left ul li a.active span{
  height: 16px !important;
  width: 16px !important;;
  margin:0px !important;;
  background:rgb(0, 88, 151);
}

/* aside1 */
.titleBnr{
  position: fixed;
  height: 60px;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(16,18,61,0.85);
  padding: 17px 157px 20px 53px;
  overflow: hidden;
}
.titleBnr>div>p{
  padding-left: 65px;
  position: relative;
}
.titleBnr>div>p:before{
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 37px;
  height: 32px;
  background: url(../img/notice.png) no-repeat 50% 50%;
  background-size: cover;
}
.contLf{
  float: left;
}
.noticeWrap .swiper-container{
  margin-left: 75px;
  width: 530px;
  font-size: 16px;
}
.noticeWrap .swiper-slide a{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 410px;
}
.noticeWrap .swiper-button-prev,
.noticeWrap .swiper-button-next{
  width:26px;
  height:13px;
  margin-top: 0px;
}
.noticeWrap .swiper-button-prev{
  background: url(../img/notice-prev.png) no-repeat 50%;
  background-size: contain;
  left: auto;
  right: 66px;
}
.noticeWrap .swiper-button-next{
  background:url(../img/notice-next.png) no-repeat 50%;
  background-size:contain;
}
.noticeWrap .swiper-button-prev:after{
  content:"";
  display:block;
  position: absolute;
  height:19px;
  width:1px;
  background:rgb(255,255,255);
  right:-16px;
  top:50%;
  transform:translateY(-50%);
}
.timeBnr{
  float: right;
}
.timeBnr>li{
  float: left;
  overflow:hidden;
  margin-left: 32px;
}
.timeBnr>li>p{
  float: left;
  vertical-align:top;
}
.timeBnr>li>p:first-of-type{
  margin-right:8px;
}

/* mainaside2 */
#mainaside{
  width:112px;
  height:100%;
  position: fixed;
  top:0px;
  right: 0px;
  background:rgb(255, 255, 255);
  border-left:1px solid rgb(255, 255, 255);
  box-shadow: 0px 0px 6px rgba(0,0,0,0.16);
  z-index:1001;
}
#mainaside>ul{
  height:calc(100% - 77px);
  width:100%;
  margin:0px auto;
}
#mainaside>ul>li{
  height:11.111%;
  /* height:11%; */
  width:100%;
  display: table;
  position: relative;
}

#mainaside>ul>li:nth-of-type(2){
  /* background: #eecd3e;  */
  background:#ff6821;
  transition: .5s;
}
#mainaside>ul>li:nth-of-type(2):hover{background: #e9540e;}

#mainaside>ul>li:nth-of-type(1),
#mainaside>ul>li:nth-of-type(3),
#mainaside>ul>li:nth-of-type(4),
#mainaside>ul>li:nth-of-type(5){
  background:rgb(0, 21, 94);
}
#mainaside>ul>li:nth-of-type(6),
#mainaside>ul>li:nth-of-type(7),
#mainaside>ul>li:nth-of-type(8){
  background:rgb(255, 255, 255);
}
#mainaside>ul>li:after{
  content: "";
  display: block;
  position: absolute;
  width:64px;
  height:1px;
  background:rgb(85, 105, 175);
  left:calc(50% - 32px);
  bottom:0px;
}
#mainaside>ul>li:nth-of-type(1):after,
#mainaside>ul>li:nth-of-type(2):after,
#mainaside>ul>li:nth-of-type(9):after{
  content: none;
}
#mainaside>ul>li>a{
  display: table-cell;
  vertical-align:middle;
  width:100%;
  height:100%;
  line-height:30px;
  font-weight:600;
  color: rgb(134, 134, 139);
  cursor:pointer;
}
.mainaside_sns a{display: flex; align-items: center; justify-content: center; flex-direction: column;}
.mainaside_sns a img{width: 40px; margin-top: 5px; }
.mainaside_sns a p{font-size: 12px; color: #00155e;}
.mainaside_sns a.nortxt.ceTxt.fff p{color: white;}
#mainaside>ul>li:nth-of-type(7){height: 10%;}


/* 하단메뉴 */
#undermenu1{
  padding:89px 0px;
  background:url(../img/undermenu1-bg.jpg) no-repeat 50% 50%;
  background-size:2560px auto;
  position: relative;
}
.facWrap> h2{
  font-size:32px;
  font-family: 'Pretendard';
  font-weight: 300;
  line-height:50px;
  margin:0 auto 18px;
}
.facWrap> a{
  display: block;
  width:120px;
  position: relative;
  margin: 0 auto;
  padding-right:18px;
  color:rgb(255,255,255);
  cursor:pointer;
}
.facWrap> a:after{
  content: "";
  display: block;
  position: absolute;
  width:8px;
  height:16px;
  background: url(../img/arrow.png) no-repeat 50%;
  background-size:8px 16px;
  right:0px;
  top:4px;
  transition: 0.3s ease-out;
}
.facWrap> a:hover:after{
  transform: translateX(10px);
}
#undermenu2{
  padding:64px 0px;
  background:rgb(255, 255, 255);
}
#undermenu2>div:after{
  content: "";
  display: block;
  clear: both;
}
.undermenu_time{
  overflow: hidden;
  float: left;
  width:428px;
  margin-right:12px;
  vertical-align:top;
}
.service-center{
  float: left;
  vertical-align:top;
  width:136px;
  margin-right:16px;
  background:rgb(0,34,68);
  border:1px solid rgb(0,88,151);
  min-height:136px;
  overflow:hidden;
}
.service-center > h4{
  font-weight:600;
  padding:54px 0px;
}
.service-time{
  float:left;
  vertical-align:top;
  padding-top:5px;
  width:264px;
}
.service-time dt{
  font-size:46px;
  line-height:42px;
  font-weight:800;
  /* color:#10123D; */
  color: #ff6821;
  margin-bottom:15px;
}
.service-time dd{
  margin-bottom: 5px;
  overflow:hidden;
}
.service-time dd:last-of-type{
  margin-bottom:0px;
}
.service-time dd span{
  float: left;
  vertical-align:top;
}
.service-time dd .day{
  width:62px;
  margin-right:14px;
}
.service-time dd .time{
  width:188px;
}
.undermenu_icons{
  width:228px;
  vertical-align:top;
  float: left;
}
.undermenu_icons > ul{
  justify-content:center;
  width:100%;
  position: relative;
}
.undermenu_icons > ul:after{
  content: "";
  display: block;
  position: absolute;
  width:100%;
  height:1px;
  background: rgb(255,255,255);
  left: 0px;
  top:71px;
}
.undermenu_icons > ul > li{
  width:76px;
  background:rgb(0,45,78);
  border-right:1px solid rgb(255,255,255);
  vertical-align:top;
  position: relative;
}
.undermenu_icons > ul > li:before{
  content: "";
  display: block;
  position: absolute;
  width:16px;
  height:100%;
  background:rgb(0,34,68);
  left:0px;
  top: 0px;
}
.undermenu_icons > ul > li:nth-of-type(3n){
  border-right:none;
}
.undermenu_icons > ul > li > a{
  display: block;
  width:100%;
  box-sizing: border-box;
  padding:8px;
  cursor: pointer;
}
.undermenu_icons > ul > li > a > figure{
  width:32px;
  margin:0px auto 5px;
}
.undermenu_icons > ul > li > a > figcaption{
  font-size:14px;
  line-height:18px;
  font-weight:500;
  color:rgb(255,255,255);
  position: relative;
  z-index:2;
}
.undermenumap{
  float: left;
  vertical-align:top;
  width:516px;
  height:136px;
  margin-left:16px;
  position: relative;
}
#mainmap{
  height:100%;
  width:100%;
}
#mainmap>iframe{
  display: block;
  width:516px;
  height:136px;
}

/* 하단 */
#ft{
  background:rgb(0,21,94);
  width:100%;
  position: relative;
}
#ft_wr{
  overflow:hidden;
  width:100%;
  padding:48px 0px 64px;
}
#ft_logo{
  float:left;
  width:133px;
  vertical-align:top;
  margin-right:96px;
  margin-top:14px;
}
#ft_logo > a{
  display: block;
  width:100%;
}
#ft_company{
  float: left;
  max-width:720px;
  vertical-align:top;
}
#ft_link{
  margin:0px 0px 15px;
}
.ft_cnt{
  overflow:hidden;
  float: none !important;
}
.ft_cnt > li{
  float: left;
}
.ft_cnt > li > a{
  display: block;
  padding:0px 16px;
  font-size:12px;
  line-height:20px;
  font-weight:400;
  color:rgb(255, 255, 255);
  position:relative;
}
.ft_cnt > li:first-of-type > a{
  padding-left:0px;
}
.ft_cnt > li > a:after{
  content: "";
  display: block;
  position:absolute;
  width:1px;
  height:16px;
  background:rgb(118,140,181);
  right:0px;
  top:1px;
}
.ft_cnt > li:last-of-type > a:after{
  content: none;
}
.ft_cnt > li > a{
  transition: all 0.3s ease-out;
}
.ft_cnt > li > a:hover{
  font-weight:700;
}
.ft_info{
  font-size:12px;
  line-height:20px;
  font-weight:400;
  margin-top:6px;
}
.ft_sns{
  float: right;
  vertical-align:top;
  overflow: hidden;
}
.ft_sns > li{
  float: left;
  width:32px;
  margin-left:8px;
}
.ft_sns > li > a{
  display: block;
  width:100%;
}

/* 예약레이어 */
.reserpopup{
  display: none;
  position: fixed;
  background:rgba(0, 0 , 0, 0.83);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s ease 0.1s;
  pointer-events: none;
  z-index:10001;
}
.reserpopup.on{
  display: block;
	pointer-events:auto;
	margin: 0 auto;
}
#reser-caution{color: #ffd713; margin-top: 12px;}
.resercon{
  width: 800px;
  height:100%;
	margin: 0 auto;
	position: relative;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.resercon h2{
  margin-top: 24px;
}
.resercon h2+p{
  margin: 20px auto 10px;
}

.resercon .expltxt{
  color:rgb(255,0,0);
}
.resercon .expltxt > span{
  display: inline-block;
  color:rgb(255,0,0);
  font-size: 25px;
  vertical-align: middle;
  transform: translateY(-2px);
  margin-right: 2px;
}
.resercon .p1{margin-bottom: 0;}
.resercon .reser_table input{
  padding: 24px 24px;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  text-align: left;
  color: rgb(128, 128, 128);
  width: 370px;
}
.resercon input[type="text"]{
  display: block;
  height: 50px;
  color:rgb(80, 80, 80);
  padding: 0 15px;
  border-radius: 12px;
  margin:20px 0px;
  width:390px;
  float: left;
  margin-right: 20px;
}
.resercon input+input{
  margin-right: 0px !important;
}
.reser_table textarea{
  resize: none;
  border: 1px solid rgb(238, 238, 238);
  width:100%;
  height:180px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  border-radius: 18px;
}
.resercon .apply{
  border: 1px solid #fff;
  color:rgb(255, 255, 255);
  font-size: 22px;
  float: right;
  padding: 12px 32px;
  font-weight: bold;
  border-radius: 15px;
  letter-spacing: 0px;
  -webkit-transition: all 500ms cubic-bezier(0.625, 0, 0.430, 1);
  -webkit-transition: all 500ms cubic-bezier(0.625, -0.600, 0.430, 1.460);
  -moz-transition: all 500ms cubic-bezier(0.625, -0.600, 0.430, 1.460);
  -o-transition: all 500ms cubic-bezier(0.625, -0.600, 0.430, 1.460);
  transition: all 500ms cubic-bezier(0.625, -0.600, 0.430, 1.460);
  width: 280px;
  background:rgb(12, 35, 66);
}
.resercon .apply:hover{
  width:360px;
  background:rgb(255, 255, 255);
  color:rgb(12, 35, 66);
}
.closebutton{
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.5s ease 0s;
  right: 0;
  pointer-events: visible;
}
.resercon .check{
  position: relative;
  display: block;
  margin: 20px auto;
  overflow: hidden;
  clear: both;
}
.resercon .labelchk{
  vertical-align: middle;
  border-radius: 5px;
  width: 24px;
  height: 24px;
  float: left;
}
.resercon .infoAgree {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: left;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  padding-left: 10px;
}

/* 서브페이지 */
#container_title{
  display: none;
}
.subTltHos{
  height:360px;
  margin:0px auto;
  position: relative;
}
.subTltHos p{
  font-weight:600;
  letter-spacing:8px;
  margin-top:8px;
}
.subTltHos .cont1200 h2{letter-spacing: 2.5px; margin-top: 20px; filter: drop-shadow(1px 2px 3px #00000090);}
.subTltHos .cont1200 h2>span{color: #FFCD4A; }
.subTltHos .cont1200 p{letter-spacing: 1px; font-size: 25px; margin-top: 35px; font-weight: 300;}
.subTltHos .cont1200 p>span{font-weight: 700; color: white;}
.subTltHos_figure{position: absolute; width: auto;  bottom: 0; left: 50%; transform: translateX(-50%);
  filter: brightness(.65);
}
.subVideo{
  width:100%;
  height:100%;
  position: relative;
  margin:0px auto;
}
.subVideo:after{
  content: "";
  display: block;
  position: absolute;
  width:100%;
  height:100%;
  background:rgba(0, 18, 55, 0.5);
  left:0px;
  top:0px;
}
.subVideo>video{
  width:100%;
  position: absolute;
  left:0px;
  top: 50%;
  transform: translateY(-50%);
  z-index:-1;
}

.subTlt .cont1200{
  padding:164px 0px 96px;
  position: absolute;
  top:0px;
  left: calc(50% - 600px);
}
.subTltHos .cont1200{
  z-index: 2;
}
.subTltJoint, .subTltSpine,
.subTltChild{
  height:360px;
}
.subTltRehab .subVideo,
.subTltInter .subVideo{
  height:100%;
  position: absolute;
}
#subMenu{
  width:100%;
  background:rgb(0,21,94);
}
#subMenu>ul{
  width:1260px;
  display: -ms-flexbox;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: center;
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  margin:0 auto;
}
#subMenu>ul>li{
  position: relative;
  display:table;
  width:auto;
  cursor:pointer;
}
#subMenu>ul>li>a{
  display: table-cell;
  width:100%;
  height:100%;
  padding: 16px;
  vertical-align:middle;
  line-height:30px;
  font-size:20px;
  font-weight:600;
  color:rgb(181,198,255);
}
#subMenu>ul>li.on>a{
  color: rgb(255,255,255);
}
.deco_box{
  padding:128px 0px;
  background:rgb(255, 255, 255);
  margin:0px auto;
}
.deco_box h2, .deco_box h3{
  color: rgb(29, 29, 29);
  font-weight:800;
  margin-bottom:32px;
}
.deco_box p{
  color:rgb(134, 134, 139);
  font-weight:500;
  line-height:26px;
}
.deco_box:first-of-type{
  padding-bottom: 0px;
}
.deco_box:last-of-type{
  padding-bottom:256px;
}

/* 병원소개 */
.hs_cont1_img{
  width:636px;
  margin:45px auto 0px;
}
.hs_cont2{
  background:url(../img/hospital/hos_cont2_bg.png) no-repeat 50% 100%, rgb(18,34,57);
  background-size:2560px auto;
  padding-bottom: 0px;
}
.hs_cont2 .link,
.hs_cont3 .link{
  margin-top:32px;
}
.hs_cont2_wrap{
  margin:52px auto 0px;
}
.hs_cont3 h3{
  margin-bottom:64px;
}
.hs_cont3_wrap>figure{
  width:100%;
  margin:0px auto 64px;
}
.hs_cont3 .link{
  max-width:186px;
}
.hs_cont4{
  padding:256px 0px;
  background:url(../img/hospital/hs_cont4_bg.jpg) no-repeat 50%;
  background-size:cover;
}
/* 비전미션 */
.hs_mission_wrap{
  border-radius:16px;
  padding:128px 0px;
  background:url(../img/hospital/hs_mission_bg.jpg) no-repeat 50%;
  background-size:cover;
  overflow:hidden;
  margin:0px auto;
}
.vision{
  margin-top:42px;
}
.vision>li{
  width:calc(50% - 8px);
  margin-right:16px;
  margin-bottom:16px;
  border-radius:16px;
  overflow:hidden;
  box-sizing: border-box;
  padding:64px;
  min-height:440px;
}
.vision>li:nth-of-type(1){
  background: url(../img/hospital/vision1.png) no-repeat 50% 100%, rgb(242,237,243);
  background-size: 100% auto;
}
.vision>li:nth-of-type(2){
  background: url(../img/hospital/vision2.png) no-repeat 50% 100%, rgb(255,245,236);
  background-size: 100% auto;
  margin-right:0px;
}
.vision>li:nth-of-type(3){
  background: url(../img/hospital/vision3.png) no-repeat 50% 100%, rgb(245,245,245);
  background-size: 100% auto;
  margin-bottom: 0px;
}
.vision>li:nth-of-type(4){
  background: url(../img/hospital/vision4.png) no-repeat 50% 100%, rgb(161,217,252);
  background-size: 100% auto;
  margin-right: 0px;
  margin-bottom: 0px;
}
.vision>li>h4{
  color: rgb(29, 29, 31);
  margin-bottom:32px;
  line-height:52px;
}
.vision>li:nth-of-type(4) p{
  color: rgb(29, 29, 31);
}
/* 의료진소개 */
.hs_doctor2_tab ul{
  box-sizing: border-box;
  border:1px solid rgb(0, 88, 151);
}
.hs_doctor2_tab ul>li{
  width:33.33%;
  padding:16px 0px;
  background:rgb(245,249,252);
  border-right:1px solid rgb(0, 88, 151);
  transition: all 0.2s ease-out;
  cursor:pointer;
}
.hs_doctor2_tab ul>li:last-of-type{
  border-right:none;
}
.hs_doctor2_tab ul>li>p{
  color:rgb(0, 88, 151);
  transition: all 0.2s ease-out;
}
.hs_doctor2_tab ul>li.active{
  background:rgb(0, 88, 151);
}
.hs_doctor2_tab ul>li.active>p{
  color:rgb(255,255,255);
}
.hs_doctor2_bg{
  background:rgb(245,249,252);
}
.hs_doctor2_div{
  display: none;
  transition: all 0.2s ease-out;
}
.hs_doctor2_div.active{
  display: block;
}
.centerDoc{
  border-radius:16px;
  background:rgb(245, 249, 252);
  padding:64px 152px 80px;
  position: relative;
  cursor:pointer;
  margin:0 auto 96px;
}
.centerDoc:after{
  content: "";
  display: block;
  clear: both;
}
.centerDoc:last-of-type{
  background:rgb(255, 255, 255);
  margin-bottom:0px;
}
.centerDoc:before{
  content: "";
  display: block;
  position: absolute;
  width:48px;
  height:48px;
  background:url(../img/hospital/centerdoc.png) no-repeat 50%;
  background-size:48px;
  top: 8px;
  right: 8px;
}
.centerDoc>figure{
  position: absolute;
  right: 0px;
  bottom: 0px;
  width:592px;
  display:none;
}
.centerDoc:nth-of-type(4)>figure{
  width:332px;
  right:108px;
  display: block;
}
.centerDoc>figcaption{
  float: left;
  max-width: 485px;
  vertical-align:top;
}
.centerDoc>figcaption h5{
  color:rgb(42,151,255);
  margin-bottom:8px;
}
.centerDoc>figcaption h5>span{
  display: inline-block;
  font-size:15px;
  color:rgb(42,151,255);
  margin-left:2px;
}
.centerDoc>figcaption h6{
  color: rgb(16,18,61);
  margin-bottom:32px;
}
.centerDoc>figcaption dl:first-of-type{
  margin-bottom:32px;
}
.centerDoc>figcaption dt{
  font-weight:600;
  color:rgb(29,29,31);
  margin-bottom:16px;
}
.centerDoc>figcaption dd{
  color:rgb(134, 134, 139);
  font-weight:500;
  line-height:26px;
  padding-left:8px;
}
.centerDoc>figcaption dd:before{
  top:12px;
  background:rgb(134, 134, 139);
}
/* 의료진소개 자세히보기 */
.doccover{
  position: fixed;
  background:url(../img/hospital/doccover.png) no-repeat 50% 0%, rgba(0,0,0,0.8);
  background-size:2560px auto;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display:none;
}
.doccover.on{
  z-index: 1999;
  display: block;
}
.docLayer{
  position: fixed;
  width: 1048px;
  height:calc(100% - 112px);
  box-sizing: border-box;
  padding-bottom: 112px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-y:auto;
  z-index: 2000;
  left: calc(50% - 524px);
  top:0px;
  padding-top: 112px;
}
.docLayer::-webkit-scrollbar{
  display: none;
}
.docButton{
  width:48px;
  position: absolute;
  top:32px;
  right:32px;
  cursor:pointer;
}
.dr{
  position: relative;
  display:none;
}
.dr.on{
  display: block;
}
.drTitle{
  margin:0px auto;
  width:100%;
  border-radius:16px;
  overflow:hidden;
}
.drCont{
  background:rgb(255,255,255);
  border-radius:16px;
  overflow:hidden;
}
.drCont_box{
  padding:64px 76px;
  overflow:hidden;
}
.drCont_box1{
  padding-top:68px;
  height:710px;
  position: relative;
  background:rgb(245, 245, 245);
}
.drCont_box1>h3{
  font-weight:600;
  color: rgb(0,88,151);
  margin-bottom:16px;
}
.drCont_box1>h3>span{
  display: inline-block;
  color: rgb(0, 88, 151);
  font-size: 16px;
  margin-left:2px;
}
.drCont_box1>h4{
  font-weight:800;
  margin-bottom:32px;
}
.drCont_box1_wrap{
  overflow:hidden;
  max-width:724px;
}
.drCont_box1_wrap>dl{
  float: left;
  width:50%;
  vertical-align:top;
}
.drCont_box1_wrap>dl:nth-of-type(2){
  max-width:340px;
}
.drCont_box .subtlt24{
  font-weight:600;
  margin-bottom:16px;
  color:rgb(29,29,31);
}
.drCont_box h5.subtlt24{
  padding-bottom:16px;
  border-bottom:2px solid rgb(0,88,151);
  margin-bottom:32px;
}
.drCont_box1_wrap>dl>dd{
  font-weight:600;
  line-height:26px;
  color:rgb(134,134,139);
  padding-left:12px;
}
.drCont_box1_wrap>dl>dd.ma32{
  margin-bottom:32px;
}
.drCont_box1_wrap>dl>dd:before{
  background:rgb(134,134,139);
  top:12px;
}
.drCont_img{
  width:288px;
  right:32px;
  bottom:0px;
  position: absolute;
}
.drCont_box2>table{
  width:100%;
  border-collapse: collapse;
  margin:0px auto 16px;
}
.drCont_box2>table th{
  width:14.222%;
  font-weight:600;
  line-height:24px;
  padding:13px 0px 15px;
  background:rgb(0,21,94);
  border-right:1px solid #A1A1A6;
}
.drCont_box2>table tbody tr{
  border-bottom:1px solid rgb(204,204,204);
}
.drCont_box2>table td{
  padding:16px 0px;
  font-weight:600;
  line-height:24px;
  color:rgb(29,29,31);
  border-right: 1px solid rgb(204,204,204);
}
.drCont_box2>table th:last-of-type,
.drCont_box2>table td:last-of-type{
  border-right:none;
}
.saturday{
  color:rgb(139,139,139);
  position: relative;
  padding-left:24px;
}
.saturday:before{
  content: "";
  display: block;
  position: absolute;
  width:20px;
  height:20px;
  background:url('/img/hospital/callender.png') no-repeat 50%;
  background-size:20px;
  left:0px;
  top:1px;
}
.schedule .saturday:before{
  top:0px;
}
.saturday>span{
  display: inline-block;
  color:rgb(0,64,123);
  margin-left:16px;
}
.drCont_box3{
  border-bottom:none;
}
.drCont_box3 .subtlt24{
  margin-bottom:24px;
}
.drCont_box3 dl dd{
  font-weight:600;
  line-height:24px;
  color:#86868B;
}
.drCont_box3 dl dd:before{
  background:#86868B;
  top: 10px;
}
.joint-shd, .child-shd,
.hs_doctor2 .centerDoc:nth-of-type(1){
  background: url(../img/hospital/joint-shd.png) no-repeat 100% 50%, rgb(255,255,255);
  background-size:auto 100%;
}
.joint-kbh,.hs_doctor2 .centerDoc:nth-of-type(2){
  background: url(../img/hospital/joint-kbh.png) no-repeat 100% 50%, rgb(255,255,255);
  background-size:auto 100%;
}
.hs_doctor2_spine .centerDoc:nth-of-type(1){
  background: url(../img/hospital/joint-kbh.png) no-repeat 100% 50%, rgb(255,255,255);
  background-size:auto 100%;
}
.joint-shs, .child-shs,
.hs_doctor2 .centerDoc:nth-of-type(3){
  background: url(../img/hospital/joint-shs.png) no-repeat 100% 50%, rgb(255,255,255);
  background-size:auto 100%;
}
.hs_doctor2 .centerDoc:nth-of-type(4){
  background: url(../img/hospital/joint-khj.png) no-repeat 100% 50%, rgb(255,255,255);
  background-size:auto 100%;
}
.hs_doctor2 .centerDoc:nth-of-type(5),
.hs_doctor2_spine .centerDoc:nth-of-type(2){
  background: url(../img/hospital/radio-pyt.png) no-repeat 100% 50%, rgb(255,255,255);
  background-size:auto 100%;
}
.hs_doctor2 .centerDoc:nth-of-type(6),
.hs_doctor2_spine .centerDoc:nth-of-type(3){
  background: url(../img/hospital/radio-kjh.png) no-repeat 90% 100%, rgb(255,255,255);
  background-size: auto 100%;
}
.icon_collage{
  position: absolute;
  width:60px;
  right: 32px;
  top: 32px;
}
.hs_doctor3 h3{
  font-size: 72px;
  line-height: 84px;
  color:rgb(78, 138, 192);
  font-family: 'GmarketSansMedium';
  margin-bottom:128px;
}
.hs_doctor3 h3>span{
  display: block;
  font-size: 36px;
  line-height: 42px;
  letter-spacing:-0.023em;
  color:rgb(139,139,134);
  font-family: 'KoreanHSEM';
  font-weight:normal;
}
.new_doctor>ul{
  justify-content: center;
}
.new_doctor>ul>li{
  overflow:hidden;
  width:calc(50% - 8px);
  margin-right:16px;
  position: relative;
}
/* .new_doctor>ul>li:before{
  content: "";
  display: block;
  position: absolute;
  width: 218px;
  height:226px;
  background:url('/img/hospital/snu.png') no-repeat 50%;
  background-size:100% auto;
  left:0px;
  top:0px;
  z-index:0;
} */
.new_doctor>ul>li:nth-of-type(even){
  margin-right:0px;
}
.new_doctor>ul>li>figure{
  width:302px;
  float: left;
  position: relative;
  z-index:1;
}
.new_doctor>ul>li>figcaption{
  width:calc(100% - 302px);
  float: left;
  position: relative;
  margin-top: 260px;
  box-sizing: border-box;
  padding-left:42px;
}
.new_doctor>ul>li>figcaption:before{
  content: "";
  display: block;
  position: absolute;
  width:12px;
  height:calc(100% - 78px);
  background:rgb(78, 138, 192);
  left:0px;
  bottom:0px;
}
.new_doctor>ul>li>figcaption h4{
  margin-bottom:32px;
  font-weight:800;
  position: relative;
}
.new_doctor>ul>li>figcaption h4 span{
  display: block;
  font-weight:600;
  color:rgb(78, 138, 192);
}
.new_doctor>ul>li>figcaption dl+dl{
  margin-top:16px;
}
.new_doctor>ul>li>figcaption dd{
  color:rgb(134, 134, 139);
}
.new_doctor>ul>li>figcaption dd:before{
  background:rgb(134, 134, 139);
  top:11px;
}

/* 병원둘러보기 */
.hs_floor1 .interior-container{
  padding-bottom:26px;
  margin-top:45px;
}
.interior-container .swiper-slide img{
  display: block;
  border-radius:16px;
  overflow:hidden;
  width:1048px;
  margin:0px auto;
}
.interior-container .swiper-button-prev,
.interior-container .swiper-button-next{
  width:16px;
  height:32px;
}
.interior-container .swiper-button-prev{
  background:url(../img/hospital/floor-prev.png) no-repeat;
  background-size:16px 32px;
}
.interior-container .swiper-button-next{
  background:url(../img/hospital/floor-next.png) no-repeat;
  background-size:16px 32px;
}
/* 병원둘러보기 */
.hs_floor1 .interior-container>.swiper-pagination-bullets{
  bottom:0px;
}
.interior-container .swiper-pagination-bullet{
  width:10px;
  height:10px;
}
.facInfo{
  position: relative;
}
.facInfo:after{
  content: "";
  display: block;
  clear:both;
}
.facInfo > li{
  float: left;
  width: 564px;
  position: relative;
  padding: 32px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom:64px;
}
.facInfo>li:nth-of-type(even){
  float: right;
  text-align:right;
}
.facInfo>li:nth-of-type(2){
  margin-top:88px;
}
.facInfo>li:last-of-type{
  margin-bottom:0px;
}
.facInfo >li > figure{
  width:540px;
  margin-top:24px;
  overflow:hidden;
}
.facInfo>li:nth-of-type(even)>figure{
  transform: translateX(-24px);
}
.facInfo >li > figcaption{
  position: absolute;
  width:288px;
  height:424px;
  padding:64px 32px;
  border:1px solid rgb(0, 88, 151);
  background:rgba(255,255,255,0.9);
  transition: all ease-out 0.7s;
  left:0px;
  bottom: 0px;
}
.facInfo >li:hover > figcaption{
  background:rgba(255, 255, 255, 1.0);
}
.facInfo >li > figcaption div{
  width:100%;
  height:100%;
  position: relative;
}
.facInfo >li > figcaption h4{
  color:rgb(0, 21, 94);
  margin-bottom:16px;
}
.facInfo >li > figcaption p{
  color:rgb(134, 134, 139);
  line-height:26px;
  font-weight:500;
}
.facInfo >li > figcaption span{
  position: absolute;
  font-size:0px;
  width:32px;
  height:32px;
  left:0px;
  bottom:0px;
  background:url(../img/hospital/fac-more.png) no-repeat 50%;
  background-size:32px;
  transition: all 0.2s ease-out;
}
.facInfo >li:nth-of-type(even) > figcaption{
  left:auto;
  right:0px;
  text-align: right;
}
.facInfo >li:nth-of-type(even) > figcaption span{
  left:auto;
  right:0px;
}
/* 병원 둘러보기 자세히보기 */
.facDetailFrame{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index:2000;
  background:rgb(255, 255, 255);
  pointer-events: none;
  opacity: 0;
}
.facDetailFrame.on{
  pointer-events: auto;
  opacity: 1;
}
.btn_close_fac_detail{
  width:32px;
  height:32px;
  right:32px;
  top:32px;
  position:absolute;
  background: url(../img/hospital/btn_close_facmore.png) no-repeat 50% 50%;
  background-size:32px;
  cursor: pointer;
  z-index: 10;
}
.inner_fac_detail{
  height: 100%;
  width: 100%;
  margin:0 auto;
  overflow: hidden;
  background:url(../img/hospital/fac_detail_bg.jpg) no-repeat 50%;
  background-size: cover;
  pointer-events: none;
}
.inner_fac_detail.on{
  pointer-events: auto;
}
.inner_fac_detail > div{
  opacity:0;
  visibility: hidden;
  height:0!important;
  width: 100%;
	position: relative;
}
.inner_fac_detail > div.on{
  opacity: 1;
  visibility: visible;
  height:100%!important;
  min-height: 640px;
}
.facDetailList{
  margin: 0px auto;
}
.facDetailList > li{
  padding:128px 0px 0px;
  position: relative;
  overflow:hidden;
}
.facDetailList > li .cont1200{
  position: absolute;
  left:calc(50% - 600px);
  top:50%;
  transform: translateY(-50%);
  height:auto;
}
.facDetailList > li .cont1200:after{
  content:"";
  display:block;
  clear:both;
}
.facDetailList > li figure{
  width: 876px;
  margin: 32px auto 0px;
	z-index:1;
}
.facDetailList > li figcaption{
  margin:0px auto;
  overflow:hidden;
}
.facinfo>h5{
  font-weight:800;
  color: rgb(4,0,61);
  margin-bottom:32px;
}
.facinfo>p{
  color: rgb(134,134,139);
}
.facDetailFrame .swiper-button-prev:after,
.facDetailFrame .swiper-button-next:after{
  content:none;
}
.facDetailFrame .swiper-button-next,
.facDetailFrame .swiper-button-prev{
  width:16px;
  height:32px;
  margin-top:0px;
  top: 50%;
  transform: translateY(-50%);
  margin-top:48px;
}
.facDetailFrame .swiper-button-next{
	right:340px;
  left: auto;
	background-image:url(../img/hospital/fac_next.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.facDetailFrame .swiper-button-prev{
	left:340px;
  right: auto;
	background-image:url(../img/hospital/fac_prev.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.facDetailFrame .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:80px;
}
.facDetailFrame .swiper-pagination-bullet{
  width:10px;
  height:10px;
}
/* 진료안내 */
.hs_info_wrap{
  border-radius:16px;
  padding:100px 0px;
  background:url(../img/hospital/hs_info_bg.jpg) no-repeat 50%;
  background-size:cover;
  overflow:hidden;
  margin:0px auto;
}
.hs_info_wrap>h4{font-size: 16px;
  font-weight: 400; background: #00155e; color: white;
  padding: 6px 24px; border-radius: 20px;
  width: fit-content; margin: 0 auto; margin-top: 30px;
}
.hs_info_img{
  width:268px;
  margin:0px auto 16px;
}
.cnc_cont3_tab{
  width:100%;
  overflow:hidden;
  margin:0 auto 32px;
}
.cnc_cont3_tab>li{
  float: left;
  width:20%;
  vertical-align:top;
  background:rgb(245, 245, 245);
  border-right: 1px solid rgb(255, 255, 255);
  cursor:pointer;
  transition: all 0.2s ease-out;
}
.cnc_cont3_tab>li>h4{
  font-weight:600;
  line-height:30px;
  padding:16px 0px;
  color: rgb(29, 29, 31);
  transition: all 0.2s ease-out;
}
.cnc_cont3_tab>li:hover,
.cnc_cont3_tab>li.on{
  background:rgb(0, 21, 94);
}
.cnc_cont3_tab>li:hover>h4,
.cnc_cont3_tab>li.on>h4{
  color: rgb(255, 255, 255);
}
.cnc_cont3_list>div{
  display: none;
  transition: all 0.2s ease-out;
}
.cnc_cont3_list>div.on{
  display:block;
}
.docWrap{
  width:100%;
  border-radius:16px;
  overflow:hidden;
  background:rgb(245,245,245);
  margin:0px auto 16px;
}
.docWrap:last-of-type{
  margin-bottom:0px;
}
.docImg{
  float: left;
  width:364px;
  vertical-align:top;
}
#pain .docImg{
  height:430px;
}
.docTxt{
  float: left;
  box-sizing:border-box;
  padding:48px 76px 48px 16px;
  vertical-align:top;
}
.docTxt h4{
  color:rgb(0, 76, 158);
  font-size:16px;
  line-height:20px;
  margin-bottom:8px;
}
.docTxt h4>span{
  display: inline-block;
  font-size:13px;
  color:rgb(0, 76, 158);
  margin-left:2px;
}
.career{
  overflow:hidden;
  width:600px;
  margin:32px 0px 20px;
}
.career>dl{
  float: left;
  width:50%;
  vertical-align:top;
}
.career>dl>dt,
.schedule>h6{
  font-weight:700;
  margin-bottom:16px;
}
.career>dl>dd{
  line-height:26px;
  color:rgb(134, 134, 139);
}
.career>dl>dd:before{
  top:12px;
  background:rgb(134,134,139);
}
.schedule{
  position: relative;
}
.schedule>table{
  width:744px;
  border-collapse: collapse;
}
.schedule>table th{
  line-height:24px;
  width:14.44%;
  font-weight:600;
  padding:8px 0px;
  background:rgb(0, 21, 94);
  border-right:1px solid #A1A1A6;
}
.schedule>table td{
  line-height:24px;
  font-weight:600;
  padding:8px 0px;
  color:rgb(134,134,139);
  background:rgb(255,255,255);
  border-right:1px solid rgb(204,204,204);
  border-bottom:1px solid rgb(204,204,204);
}
.schedule>table th:last-of-type
.schedule>table td:last-of-type{
  border-right:none;
}
.schedule>p{
  position: absolute;
  bottom: -24px;
  left:0px;
  font-size:16px;
  line-height:20px;
  color: #A1A1A6;
}
.hos_info3{
  background:rgb(245, 245, 245);
}
.hos_info3 ul{margin-top:64px;}
.hos_info3 ul>li{
  width:calc(50% - 8px);
  margin-right:16px;
  border-radius:16px;
  background:rgb(255, 255, 255);
  padding:64px;
}
.hos_info3 ul>li:last-of-type{
  margin-right: 0px;
}
.hos_info3 ul>li figure{
  width:64px;
  margin:0px auto 24px;
}
.hos_info3 ul>li h4{
  color: rgb(29, 29, 31);
  margin-bottom:32px;
}
.hos_info3 ul>li:nth-of-type(2) h4{
  margin-bottom:40px;
}
.hos_info3 ul>li a.tel{
  display: block;
  width:284px;
  margin:0px auto;
  line-height:48px;
  font-weight:800;
  color:#ff6821;
  position: relative;
  padding-right:32px;
}
.hos_info3 ul>li a.tel:after{
  content:"";
  display: block;
  position: absolute;
  width:12px;
  height:24px;
  background:url(../img/hospital/arrow-tel.png) no-repeat 50%;
  background-size:contain;
  top:10px;
  right: 0px;
}
.hos_info3 ul>li a.link{
  background:#ff6821;
}
/* 오시는 길 */
.map_wrap figure{
  width:100%;
  line-height:0px;
  margin:32px auto 0px;
}
.map_wrap figure iframe{
  width:1200px;
  height:455px;
}
.map_wrap figcaption{
  padding:16px 0px;
  /* background:rgb(0, 21, 94); */
  background:rgb(244, 245, 248);
  border:1px solid rgb(227, 228, 236);
}
.map_wrap figcaption p{
  font-weight:bold;
  /* margin-bottom:16px; */
  color: rgb(34, 37, 70);
  /* color:#ff6821; */
  position: relative;
}
.map_wrap figcaption p:before{
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 16px;
  vertical-align: middle;
  background: url(../img/ico_n_map_sm.svg) no-repeat center;
  background-size: 100%;
}
.map_wrap+ul{
  margin:16px auto 0px;
}
.map_wrap+ul>li{
  width: 260px;
  margin:0px 8px;
  background-color:rgb(0,51,120);
}
.map_wrap+ul>li>a{
  display: block;
  width:100%;
  box-sizing: border-box;
  padding: 14px 10px;
}
.map_wrap+ul>li>a:before{
  content: '';
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  vertical-align: middle;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.map_wrap+ul>li:nth-of-type(1)>a:before{
  background-image: url(../img/ico_map_btn_naver.png);
}
.map_wrap+ul>li:nth-of-type(2)>a:before{
  background-image: url(../img/ico_map_btn_kakao.png);
}
.map_wrap+ul>li>a>span{
  display: inline-block;
  line-height: 1;
  font-weight: 700;
  transform: translateY(4px);
}
.hos_local2{
  margin-top:128px;
  background:rgb(245, 245, 245);
}
.hos_local2 ul{
  margin-top:64px;
}
.hos_local2 ul>li{
  width:calc(50% - 8px);
  margin-right:16px;
  border-radius:16px;
  overflow:hidden;
  box-sizing: border-box;
}
.hos_local2 ul>li:last-of-type{
  margin-right:0px;
}
.hos_info3Wrap{
  width:100%;
  margin:0px auto;
  overflow:hidden;
}
.hos_info3Wrap>figure{
  float: left;
  width:592px;
  margin-right:92px;
  vertical-align:top;
}
.hos_info3Wrap>figcaption{
  padding-top:64px;
  float: left;
  max-width:320px;
  vertical-align:top;
}
.hos_info3Wrap>figcaption h3{
  margin-bottom:64px;
}
.hos_info3Wrap>figcaption dl{
  margin-bottom:32px;
}
.hos_info3Wrap>figcaption dt{
  padding-left:60px;
  position: relative;
  font-weight:600;
  color: rgb(29, 29,31);
  margin-bottom:20px;
}
.hos_info3Wrap>figcaption dt:before{
  content: "";
  display: block;
  position: absolute;
  width:36px;
  height:36px;
  left:0px;
  top:0px;
  background:url(../img/hospital/bus1.png) no-repeat 50%;
  background-size: 36px;
}
.hos_info3Wrap>figcaption dl:last-of-type dt:before{
  background:url(../img/hospital/bus2.png) no-repeat 50%;
  background-size: 36px;
}
.hos_info3Wrap>figcaption dd{
  font-weight:500;
  line-height:26px;
  padding-left:60px;
  color: rgb(134, 134, 139);
}

/* 회원가입 */
#wrapper .register, #register_member,
.social_register{
  margin: 0 auto;
  width: 900px;
  margin: 112px auto;
}
.social_register{
    margin: 112px auto 32px !important;
}
.social_register{
  position: relative;
}
.register:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.16);
  left: 0;
  top: 0;
  z-index: -100;
}
#fregister section{
  width: 100%;
  min-width: 900px;
  padding-top: 0px;
  padding-bottom: 0px;
}
#fregister h2 {
  text-align: left;
  padding: 20px;
  border-bottom: 1px solid #dde7e9;
  font-size: 1.2em;
  background: rgba(255, 255, 255, 0.91);
}
#fregister p {
  position: relative;
  text-align: center;
  color: #fff;
  height: 50px;
  line-height: 50px;
  font-size: 1.1em;
  background: #10193d;
  margin: 0 0 10px;
  border-radius: 5px;
  font-weight: bold;
}
#fregister p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 50px;
  border-radius: 5px 0 0 5px;
  background: #da4453;
  display:none;
}
#fregister_private table th {
  background:rgba(16, 25, 61, 0.65);
  width: 33.33%;
  color: #000;
  padding: 10px;
  border: 1px solid #d8dbdf;
  color: #fff;
}
.btn_submit {
  border: 0;
  background: #10193D;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  transition:all 0.5s ease 0s;
}
.btn_submit:hover {
  background: #44b3e1;
  box-shadow: 1px 1px 3pc #6B8CFF inset;
}
#register_form {
  background: rgba(255, 255, 255, 0);
  display: flex;
}
#fregisterform .form_01 div {
  margin: 10px 0px;
  margin-right: 10px;
  width:50%;
  flex:auto;
}
#fregisterform .form_01 div:last-of-type{
  margin-right:0;
}
.register_form_inner {
  background: #ffffff;
  border: none;
  border-radius: 3px;
  box-shadow: 1px 1px 8px #6a6363;
}
.reg_btn_submit {
  display: inline-block;
  background:#004c9e;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  width: 280px;
  height: 57px;
  line-height: 57px;
  font-size: 1.2em;
  margin: 0 auto;
  font-weight: bold;
  box-shadow: 1px 1px 10px #4474ec inset;
}
.reg_btn_submit:hover{
  background: #4474ec;
  box-shadow: 1px 1px 3pc #ffffff inset;
}
#reg_result .reg_result_p {
  font-size: 1.25em;
  margin: 0 0 10px;
  color: #298fc9;
}
#reg_result .result_txt {
  text-align: center;
}
#reg_result{
  margin-top: 200px;
}
.btn_confirm_reg{
  margin-bottom: 120px;
}
#captcha #captcha_img{
  width:auto;
  margin-bottom:3px;
}
#captcha #captcha_key{
  width:146px;
}
#container .member_connect{
  margin: 0 auto 112px;
  width: 900px;
  text-align: center;
}
/* 소셜로그인 */
#fregister_term #agree11,
.fregister_agree #agree21{
  display:none;
}
#mb_login #sns_login .sns-naver .txt,
#mb_login #sns_login .sns-naver .txt i{
  color: rgb(255,255,255);
}

/* 서브페이지 */
#title{
  height:587px;
  width:100%;
  position: relative;
  overflow:hidden;
  margin:0px auto;
}
.title_txt{
  position: absolute;
  width:100%;
  left:0px;
  top:50%;
  transform: translateY(-50%);
}
.title_txt>h2{
  font-weight:800;
  margin-bottom:8px;
}
.title_txt>h3{
  letter-spacing:8px;
  margin-bottom:64px;
}
.deco_subject{
  background:rgb(255,255,255);
  margin-bottom:128px;
}
.subject_dis{
  position: relative;
  margin:64px auto 0px;
}
.subject_dis>figure{
  width:440px;
  margin:0px auto;
}
.subject_dis>figcaption>ul>li{
  position: absolute;
  width:300px;
}
.subject_dis>figcaption>ul>li h4{
  margin-bottom:24px;
  font-weight:600;
  color: rgb(29,29,31);
}
.subject_list{
  width:100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.subject_list>li{
  width:50%;
  margin-bottom:8px;
}
.subject_list>li>a{
  color: rgb(134, 134, 139);
}
.deco_cure{
  background:rgb(245, 245, 245);
  padding-bottom:128px !important;
}
.cure_dis{
  width:100%;
  margin:64px auto 0px;
}
.type1, .type2, .type1>ul>li, .type2>div, .type2>ul{
  width:calc(50% - 8px);
  margin-right:16px;
}
.type2, .type1>ul>li:nth-of-type(2), .type2>ul{
  margin-right: 0px;
}
.type1>ul{
  width:100%;
  margin:16px auto 0px;
}
.type1>div, .type1>ul>li,
.type2>div, .type2>ul>li{
  height:256px;
  border-radius:16px;
  overflow:hidden;
  background:rgb(255, 255, 255);
}
.type2>div{
  height:528px;
}
.type2>ul>li:first-of-type{
  margin-bottom:16px;
}
.type1>div>a, .type1>ul>li>a,
.type2>div>a, .type2>ul>li>a{
  display: block;
  width:100%;
  height:100%;
  box-sizing: border-box;
  padding:32px;
}
.cure_dis h4{
  line-height:48px;
  color: rgb(29, 29, 31);
}
.deco_disease{
  margin-bottom: 0px;
}
.dis_img{
  width:500px;
  margin:0px auto;
}
.dis_shoulder{
  width:725px;
}
.deco_cure ul{
  margin:48px auto 0px;
}
.deco_cure ul>li{
  width: calc(50% - 8px);
  margin-right:16px;
  margin-bottom:16px;
  border-radius:16px;
  overflow:hidden;
  background:rgb(255,255,255);
  padding:20px 0px 30px;
}
.deco_cure ul>li:nth-of-type(even){
  margin-right:0px;
}
.deco_cure ul>.sub020205>figure{
  width:352px;
}
.deco_cure ul>li>figure{
  width: 240px;
  margin:0px auto 12px;
}
.deco_cure ul>li.lying>figure{
  width:358px;
}
.deco_cure ul>li>figcaption{
  font-weight:600;
}
.diag_img{
  margin:64px auto 0px;
  width:100%;
  border-radius:16px;
  overflow:hidden;
}
.dis_cure{
  padding-bottom:240px;
}
.dis_cure h3{
  margin-bottom:64px;
}
.dis_cure .nonsurg{
  margin-bottom:48px;
}
.dis_cure .tlt{
  border-radius:16px;
  overflow:hidden;
  padding:64px 0px;
  margin:0px auto 16px;
}
.nonsurg .tlt{
  background:url(../img/tlt_nonsurg.jpg) no-repeat 50%;
  background-size: cover;
}
.surg .tlt{
  background:url(../img/tlt_surg.jpg) no-repeat 50%;
  background-size: cover;
}
.dis_cure ul>li{
  width:calc(50% - 8px);
  min-height:390px;
  padding:32px;
  box-sizing: border-box;
  margin:0px 16px 16px 0px;
  border-radius:16px;
  overflow:hidden;
}
.dis_cure ul>li:nth-of-type(even){
  margin-right:0px;
}
.dis_cure ul>li.width{
  width:100%;
  /* height:348px; */
  min-height:auto;
  margin-right:0px;
  padding:128px;
}
.dis_cure ul>li h5{
  font-weight:600;
  margin-bottom:16px;
}

/* 센터하단 ----------------------- */
#oper1{
  background:rgb(7, 8, 35);
}
#oper2{
  background:rgb(201, 223, 255);
}
.oper_wrap{
  width:1200px;
  margin:0px auto;
  background:url(../img/operation1.png) no-repeat 100% 100%;
  background-size:auto 100%;
  overflow:hidden;
}
#oper2 .oper_wrap{
  background:url(../img/operation2.png) no-repeat 0% 100%;
  background-size:auto 100%;
}
.oper_txt{
  padding:128px 0px;
  position: relative;
  float: left;
}
.oper_txt:after{
  content: "";
  display: block;
  clear: both;
}
#oper2 .oper_txt{
  float: right;
  text-align: right;
}
.oper_txt h2{
  margin-bottom:32px;
}
#oper2 h2{
  color: rgb(0, 21, 94);
}
#subDoctor{
  padding:128px 0px 256px;
  background:rgb(255, 255, 255);
}
#subDoctor h3{
  margin-bottom:64px;
}

/* 관절센터 -----------------------*/
.joint_dis>figcaption>ul>li:nth-of-type(1){
  left: 70px;
  top: 55px;
  text-align: right;
}
.joint_dis>figcaption>ul>li:nth-of-type(1) .subject_list{
  justify-content: flex-end;
}
.joint_dis>figcaption>ul>li:nth-of-type(2){
  right:72px;
  top:57px;
}
.joint_dis>figcaption>ul>li:nth-of-type(3){
  left: 70px;
  bottom: 2px;
  text-align: right;
}
.joint_dis>figcaption>ul>li:nth-of-type(4){
  right: 74px;
  bottom: 4px;
}
.cure_joint .type1>div a{
  background:url(../img/joint/cure_joint1.png) no-repeat 100% 100%;
  background-size:100% auto;
}
.cure_joint .type1>ul>li:nth-of-type(1) a{
  background:url(../img/joint/cure_joint2.png) no-repeat 50% 100%;
  background-size:100% auto;
}
.cure_joint .type1>ul>li:nth-of-type(2) a{
  background:url(../img/joint/cure_joint3.png) no-repeat 50% 100%;
  background-size:100% auto;
}
.cure_joint .type2>div>a{
  background:url(../img/joint/cure_joint4.png) no-repeat 50% 100%;
  background-size:100% auto;
}
.cure_joint .type2>ul>li:nth-of-type(1) a{
  background:url(../img/joint/cure_joint5.png) no-repeat 50% 100%;
  background-size:100% auto;
}
.cure_joint .type2>ul>li:nth-of-type(2) a{
  background:url(../img/joint/cure_joint6.png) no-repeat 50% 100%;
  background-size:206px auto;
}
.nonsurg020101>li:nth-of-type(1){
  background:url(../img/joint/surg020101_nonsurg1.png) no-repeat 136px 100%, rgb(245,245,245);
  background-size:364px 237px;
}
.nonsurg020101>li:nth-of-type(2){
  background:url(../img/joint/surg020101_nonsurg2.png) no-repeat 110px 148px, rgb(245,245,245);
  background-size:371px 219px;
}
.surg020101>li:nth-of-type(1){
  background:url(../img/joint/surg020101_surg1.png) no-repeat 0% 100%, rgb(245,245,245);
  background-size:100% auto;
}
.surg020101>li:nth-of-type(2){
  background:url(../img/joint/surg020101_surg2.png) no-repeat 0% 100%, rgb(245,245,245);
  background-size:100% auto;
}
.surg020101>li:nth-of-type(3){
  background:url(../img/joint/surg020101_surg3.png) no-repeat 100% 100%, rgb(245,245,245);
  background-size: auto 100%;
}
.dis_cure .nonsurg020102>li:nth-of-type(1){
  background:url(../img/joint/surg020102_nonsurg1.png) no-repeat 0% 100%, rgb(245,245,245);
  background-size:auto 100%;
  padding-left:50%;
  /* height:329px; */
}
.surg020102>li:nth-of-type(1){
  background:url(../img/joint/surg020102_surg1.png) no-repeat 50% 100%, rgb(245,245,245);
  background-size:100% auto;
}
.surg020102>li:nth-of-type(2){
  background:url(../img/joint/surg020102_surg2.png) no-repeat 50% 100%, rgb(245,245,245);
  background-size:100% auto;
}
.surg020102>li:nth-of-type(3){
  background:url(../img/joint/surg020102_surg3.png) no-repeat 100% 100%, rgb(245,245,245);
  background-size:auto 100%;
}
.dis_cure .nonsurg020103>li:nth-of-type(1){
  background:url(../img/joint/surg020103_surg1.png) no-repeat 84px 100%, rgb(245,245,245);
  background-size:440px auto;
  padding-left:50%;
}
.dis_cure .surg020103>li:nth-of-type(1){
  background:url(../img/joint/surg020103_surg2.png) no-repeat 0% 100%, rgb(245,245,245);
  background-size:auto 100%;
  padding-left:50%;
  /* height:329px; */
}
.dis_cure .nonsurg020104>li:nth-of-type(1){
  background:url(../img/joint/surg020104_surg1.png) no-repeat 0% 100%, rgb(245,245,245);
  background-size: auto 100%;
  padding-left:50%;
  /* height: 383px; */
}
.surg020104>li:nth-of-type(1){
  background:url(../img/joint/surg020101_surg1.png) no-repeat 0% 100%, rgb(245,245,245);
  background-size:100% auto;
}
.surg020104>li:nth-of-type(2){
  background:url(../img/joint/surg020104_surg2.png) no-repeat 50% 100%, rgb(245,245,245);
  background-size:100% auto;
}
.dis_cure .surg020104>li:nth-of-type(3){
  background:url(../img/joint/surg020104_surg3.png) no-repeat 100% 100%, rgb(245,245,245);
  background-size:auto 100%;
  padding-right:50%;
  /* height:400px; */
}
.dis_cure .nonsurg020105>li:nth-of-type(1){
  background:url(../img/joint/surg020105_nonsurg1.png) no-repeat 97px 52px, rgb(245,245,245);
  background-size:360px auto;
  padding-left:50%;
}
.surg020105>li:nth-of-type(1){
  background:url(../img/joint/surg020105_surg1.png) no-repeat 137px 100%, rgb(245,245,245);
  background-size:422px auto;
}
.surg020105>li:nth-of-type(2){
  background:url(../img/joint/surg020105_surg2.png) no-repeat 60px 100%, rgb(245,245,245);
  background-size:496px auto;
}
.dis_cure .nonsurg020201>li:nth-of-type(1){
  background:url(../img/joint/surg020201_nonsurg1.png) no-repeat 0px 100%, rgb(245,245,245);
  background-size: auto 100%;
  padding-left:50%;
  /* height:407px; */
}
.surg020201>li:nth-of-type(1){
  background:url(../img/joint/surg020201_surg1.png) no-repeat 88px 100%, rgb(245,245,245);
  background-size:440px auto;
}
.surg020201>li:nth-of-type(2){
  background:url(../img/joint/surg020201_surg2.png) no-repeat 170px 100%, rgb(245,245,245);
  background-size:422px auto;
}
.dis_golfelbow{
  width:763px;
}
.dis_cure .nonsurg020202>li:nth-of-type(1){
  background:url(../img/joint/surg020202_nonsurg.png) no-repeat 0px 100%, rgb(245,245,245);
  background-size: auto 100%;
  padding-left:50%;
}
.dis_cure .surg020202>li.width, .dis_cure .surg020303>li.width,
.dis_cure .surg020402>li.width, .dis_cure .surg020405>li.width{
  background:url(../img/joint/surg020202_surg.png) no-repeat 0px 100%, rgb(245,245,245);
  background-size: auto 100%;
  padding-left:50%;
  /* height: 460px; */
}
.dis_cure .nonsurg020203>li.width, .dis_cure .nonsurg020305>li.width,
.dis_cure .nonsurg020405>li.width{
  background:url(../img/joint/surg020105_nonsurg1.png) no-repeat 97px 52px, rgb(245,245,245);
  background-size:360px auto;
  padding-left:50%;
}
.dis_cure .surg020203>li:nth-of-type(1),
.dis_cure .surg020301>li:nth-of-type(1){
  background:url(../img/joint/surg020203_surg1.png) no-repeat 0% 100%, rgb(245,245,245);
  background-size:auto 100%;
  padding-left:50%;
  /* height:452px; */
}
.dis_tunnel{
  width:590px;
}
.dis_cure .nonsurg020204>li:nth-of-type(1){
  background:url(../img/joint/surg020204_nonsurg.png) no-repeat 0% 100%, rgb(245,245,245);
  background-size:auto 100%;
  padding-left:50%;
  /* height:383px; */
}
.dis_cure .surg020204>li:nth-of-type(1){
  background: url(../img/joint/surg020203_surg1.png) no-repeat 0% 100%, rgb(245,245,245);
  background-size: auto 100%;
  padding-left:50%;
  /* height:478px; */
}
.dis_handlebar{
  width:802px;
}
.dis_cure .nonsurg020205>li.width,
.dis_cure .nonsurg020403>li.width{
  background:url(../img/joint/surg020205_nonsurg.png) no-repeat 136px 54px, rgb(245,245,245);
  background-size:331px auto;
  padding-left:50%;
  min-height: 303px;
}
.dis_cure .surg020205>li.width, .dis_cure .surg020206>li.width,
.dis_cure .surg020403>li.width, .dis_cure .surg020404>li.width{
  background: url(../img/joint/surg020205_surg.png) no-repeat 49px 100%, rgb(245,245,245);
  background-size: 635px auto;
  padding-left:50%;
  /* height:426px; */
}
.dis_tennis{
  width:820px;
}
.dis_cure .nonsurg020206>li:nth-of-type(1),
.dis_cure .nonsurg020402>li:nth-of-type(1){
  background: url(../img/joint/surg020206_nonsurg.png) no-repeat 49px 100%, rgb(245,245,245);
  background-size: auto 100%;
  padding-left:50%;
  /* height:433px; */
}
.dis_cure .nonsurg020301>li:nth-of-type(1){
  background: url(../img/joint/surg020301_nonsurg.png) no-repeat 123px 47px, rgb(245,245,245);
  background-size: 333px auto;
  padding-left:50%;
}
.dis_sprain{
  width:540px;
}
.dis_cure .nonsurg020302>li:nth-of-type(1){
  background: url(../img/joint/surg020302_nonsurg.png) no-repeat 126px 23px, rgb(245,245,245);
  background-size: 364px auto;
  padding-left:50%;
}
.dis_cure .surg020302>li:nth-of-type(1){
  background:url(../img/joint/surg020203_surg1.png) no-repeat 0% 100%, rgb(245,245,245);
  background-size:auto 100%;
  padding-left:50%;
  /* height:400px; */
}
.dis_cure .nonsurg020303>li:nth-of-type(1){
  background:url(../img/joint/surg020203_nonsurg.png) no-repeat 0% 100%, rgb(245,245,245);
  background-size:600px auto;
  padding-left:50%;
  /* height:433px; */
}
.dis_cure .nonsurg020304>li:nth-of-type(1){
  background:url(../img/joint/surg020304_nonsurg.png) no-repeat 0% 0%, rgb(245,245,245);
  background-size:600px auto;
  padding-left:50%;
}
.dis_cure .surg020304>li:nth-of-type(1){
  background:url(../img/joint/surg020304_surg.png) no-repeat 60px 100% rgb(245,245,245);
  background-size:488px auto;
  padding-left:50%;
}
.dis_cure .surg020305>li:nth-of-type(1){
  background: url(../img/joint/surg020205_surg.png) no-repeat 49px 100%, rgb(245,245,245);
  background-size: 559px auto;
  padding-left: 50%;
  padding-top: 112px;
}
.dis_cure .nonsurg020306>li:nth-of-type(1) {
  background: url(../img/joint/surg020301_nonsurg.png) no-repeat 123px 47px, rgb(245,245,245);
  background-size:333px auto;
  padding-left: 50%;
  /* height:407px; */
}
.dis_cure .surg020306>li:nth-of-type(1){
  background: url(../img/joint/surg020203_surg1.png) no-repeat 0% 100%, rgb(245,245,245);
  background-size: auto 100%;
  padding-left: 50%;
  /* height: 426px; */
}
.dis_cure .nonsurg020401>li.width,
.dis_cure .nonsurg020404>li.width{
  background: url(../img/joint/surg020401_nonsurg.png) no-repeat 0% 100%, rgb(245,245,245);
  background-size: 471px auto;
  padding-left: 50%;
}


/* 척추센터 ----------------------- */
.spine_dis>figcaption>ul>li:nth-of-type(1){
  left: 70px;
  top: 152px;
  text-align: right;
}
.spine_dis>figcaption>ul>li:nth-of-type(2){
  right:72px;
  top:152px;
}
.cure_spine .type1>div a{
  background:url(../img/spine/cure_spine1.png) no-repeat 100% 100%;
  background-size:100% auto;
}
.cure_spine .type1>ul>li:nth-of-type(1) a{
  background:url(../img/spine/cure_spine2.png) no-repeat 50% 100%;
  background-size:100% auto;
}
.cure_spine .type1>ul>li:nth-of-type(2) a{
  background:url(../img/spine/cure_spine3.png) no-repeat 50% 100%;
  background-size:100% auto;
}
.cure_spine .type2>div>a{
  background:url(../img/spine/cure_spine4.png) no-repeat 0% 260px;
  background-size:272px auto;
}
.cure_spine .type2>ul>li:nth-of-type(1) a{
  background:url(../img/spine/cure_spine5.png) no-repeat 50% 100%;
  background-size:100% auto;
}
.cure_spine .type2>ul>li:nth-of-type(2) a{
  background:url(../img/spine/cure_spine6.png) no-repeat 50% 100%;
  background-size:100% auto;
}
.nonsurg030101>li:nth-of-type(1), .nonsurg030102>li:nth-of-type(1),
.nonsurg030103>li:nth-of-type(1), .nonsurg030104>li:nth-of-type(1),
.nonsurg030201>li:nth-of-type(1), .nonsurg030204>li:nth-of-type(1){
  background:url(../img/spine/surg030101_nonsurg1.png) no-repeat 110px 148px, rgb(245,245,245);
  background-size:371px 219px;
}
.nonsurg030101>li:nth-of-type(2), .nonsurg030102>li:nth-of-type(2),
.nonsurg030104>li:nth-of-type(2), .nonsurg030201>li:nth-of-type(2),
.nonsurg030204>li:nth-of-type(2){
  background:url(../img/spine/surg030101_nonsurg2.png) no-repeat 50% 100%, rgb(245,245,245);
  background-size:auto 100%;
}
.dis_cure .surg030101>li.width, .dis_cure .surg030201>li.width,
.dis_cure .surg030203>li.width{
  background:url(../img/spine/surg030101_surg.png) no-repeat 80px 100%, rgb(245,245,245);
  background-size:532px 355px;
  padding-left:50%;
}
.dis_cure .surg030102>li.width, .dis_cure .surg030104>li.width,
.dis_cure .surg030204>li.width{
  background:url(../img/spine/surg030102_surg.png) no-repeat 80px 100%, rgb(245,245,245);
  background-size:588px 392px;
  padding-left:50%;
}
.nonsurg030103>li:nth-of-type(2){
  background:url(../img/spine/surg030103_nonsurg2.png) no-repeat 110px 148px, rgb(245,245,245);
  background-size:295px 185px;
}
.dis_cure .surg030103>li.width,
.dis_cure .surg030202>li.width{
  background:url(../img/spine/surg030103_surg.png) no-repeat 0% 100%, rgb(245,245,245);
  background-size:auto 100%;
  padding-left:50%;
}
.dis_cure .nonsurg030202>li.width{
  background:url(../img/spine/surg030202_surg.png) no-repeat 152px 50%, rgb(245,245,245);
  background-size:380px;
  padding-left:50%;
}
.dis_cure .nonsurg030203>li.width{
  background:url(../img/spine/surg030203_nonsurg.png) no-repeat 0% 100%, rgb(245,245,245);
  background-size:auto 100%;
  padding-left:50%;
}

/* 재활센터 ----------------------- */
.deco_rehab1{
  background:rgb(255, 255, 255);
}
.cure_rehab .type1>div, .cure_rehab .type1>ul>li,
.cure_rehab .type2>div, .cure_rehab .type2>ul>li{
  background:rgb(245,245,245);
}
.cure_rehab .type1>ul,
.cure_joint .type1>ul,
.cure_spine .type1>ul{
  margin-top: 16px;
}
.cure_rehab .type1>ul>li,
.cure_joint .type1>ul>li,
.cure_spine .type1>ul>li{
  padding:0px;
}
.cure_rehab .type2>ul,
.cure_joint .type2>ul,
.cure_spine .type2>ul{
  margin-top: 0px;
}
.cure_rehab .type2>ul>li,
.cure_joint .type2>ul>li,
.cure_spine .type2>ul>li{
  width:100%;
  margin-right: 0px;
  padding:0px;
}
.cure_rehab1 .type1>div a{
  background:url(../img/rehab/cure_rehab1.png) no-repeat 100% 100%;
  background-size:100% auto;
}
.cure_rehab1 .type1>ul>li:nth-of-type(1) a{
  background:url(../img/rehab/cure_rehab2.png) no-repeat 50% 100%;
  background-size:100% auto;
}
.cure_rehab1 .type1>ul>li:nth-of-type(2) a{
  background:url(../img/rehab/cure_rehab3.png) no-repeat 50% 100%;
  background-size:100% auto;
}
.cure_rehab1 .type2>div>a{
  background:url(../img/rehab/cure_rehab4.png) no-repeat 50% 100%;
  background-size:100% auto;
}
.cure_rehab1 .type2>ul>li:nth-of-type(1) a{
  background:url(../img/rehab/cure_rehab5.png) no-repeat 50% 82px;
  background-size:200px auto;
}
.cure_rehab1 .type2>ul>li:nth-of-type(2) a{
  background:url(../img/rehab/cure_rehab6.png) no-repeat 50% 100%;
  background-size:100% auto;
}
.deco_rehab2{
  padding:128px 0px 0px;
  background:rgb(245, 245, 245);
}
.rehab_img{
  width:690px;
  margin:90px auto 0px;
}
.deco_rehab3{
  padding-bottom:256px;
}
.cure_rehab2 .type1>div a{
  background:url(../img/rehab/cure_need1.png) no-repeat 100% 100%;
  background-size:100% auto;
}
.cure_rehab2 .type1>ul>li:nth-of-type(1) a{
  background:url(../img/rehab/cure_need2.png) no-repeat 50% 100%;
  background-size:100% auto;
}
.cure_rehab2 .type1>ul>li:nth-of-type(2) a{
  background:url(../img/rehab/cure_need3.png) no-repeat 50% 100%;
  background-size:100% auto;
}
.cure_rehab2 .type2>div>a{
  background:url(../img/rehab/cure_need4.png) no-repeat 50% 120px;
  background-size:245px auto;
}
.cure_rehab2 .type2>ul>li:nth-of-type(1) a{
  background:url(../img/rehab/cure_need5.png) no-repeat 50% 80px;
  background-size:177px auto;
}
.cure_rehab2 .type2>ul>li:nth-of-type(2) a{
  background:url(../img/rehab/cure_need6.png) no-repeat 50% 100%;
  background-size:100% auto;
}
#subDoctor.spine .docWrap:last-of-type{
  height:430px;
}

/* 소아정형외과센터 ----------------------- */
.child_dis>figcaption>ul>li:nth-of-type(1){
  right: 70px;
  top: 135px;
}
.child_dis .subject_list{
  display: block;
}
.child_dis .subject_list>li{
  width:100%;
}
.type3>ul>li{
  height:528px;
  border-radius:16px;
  overflow:hidden;
  padding:32px;
  width:288px;
  margin-right:16px;
}
.type3>ul>li:first-of-type{
  width:calc(50% - 16px);
  background:url(../img/child/cure1.png) no-repeat 50% 100% ,rgb(255, 255, 255);
  background-size:100% auto;
}
.type3>ul>li:nth-of-type(2){
  background:url(../img/child/cure2.png) no-repeat 50% 100%, rgb(255, 255, 255);
  background-size:100% auto;
  margin-right:16px;
}
.type3>ul>li:nth-of-type(3){
  background:url(../img/child/cure3.png) no-repeat 50% 100%, rgb(255, 255, 255);
  background-size:100% auto;
  margin-right:0px;
}
.type3>ul>li>a{
  display: block;
  width:100%;
  height:100%;
}
.dis_cure .nonsurg0501>li.width, .dis_cure .nonsurg0507>li.width{
  background:url(../img/child/surg0501_nonsurg.png) no-repeat 0% 100%, rgb(245,245,245);
  background-size:auto 100%;
  padding-left:50%;
}
.dis_cure .surg0501>li.width{
  background:url(../img/child/surg0501_surg.png) no-repeat 0% 100%, rgb(245,245,245);
  background-size:auto 100%;
  padding-left:50%;
}
.dis_cure .nonsurg0502>li.width{
  background:url(../img/child/surg0502_nonsurg.png) no-repeat 0% 100%, rgb(245,245,245);
  background-size:auto 100%;
  padding-left:50%;
}
.dis_cure .surg0502>li.width, .dis_cure .surg0504>li.width,
.dis_cure .surg0508>li.width{
  background:url(../img/child/surg0502_surg.png) no-repeat 60px 100%, rgb(245,245,245);
  background-size:506px auto;
  padding-left:50%;
}
.dis_cure .nonsurg0503>li.width{
  background:url(../img/child/surg0503_nonsurg.png) no-repeat 0% 0%, rgb(245,245,245);
  background-size:541px auto;
  padding-left:50%;
}
.dis_cure .surg0503>li.width{
  background:url(../img/child/surg0503_surg.png) no-repeat 0% 0%, rgb(245,245,245);
  background-size: auto 100%;
  padding-left:50%;
}
.dis_cure .nonsurg0504>li.width{
  background:url(../img/child/surg0503_nonsurg.png) no-repeat 0% 0%, rgb(245,245,245);
  background-size:577px auto;
  padding-left:50%;
}
.dis_cure .nonsurg0505>li.width{
  background:url(../img/child/surg0505_nonsurg.png) no-repeat 0% 0%, rgb(245,245,245);
  background-size: auto 100%;
  padding-left:50%;
}
.dis_cure .surg0505>li.width{
  background:url(../img/child/surg0502_surg.png) no-repeat 49px 100%, rgb(245,245,245);
  background-size:543px auto;
  padding-left:50%;
}
.dis_cure .nonsurg0506>li.width{
  background:url(../img/child/surg0506_nonsurg.png) no-repeat 0% 100%, rgb(245,245,245);
  background-size: auto 100%;
  padding-left:50%;
}
.dis_cure .surg0506>li.width{
  background:url(../img/child/surg0502_surg.png) no-repeat 76px 100%, rgb(245,245,245);
  background-size:475px auto;
  padding-left:50%;
}
.dis_cure .surg0507>li.width{
  background:url(../img/child/surg0502_surg.png) no-repeat 57px 100%, rgb(245,245,245);
  background-size:496px auto;
  padding-left:50%;
}
.dis_cure .nonsurg0508>li.width{
  background:url(../img/child/surg0508_nonsurg.png) no-repeat 0% 100%, rgb(245,245,245);
  background-size: auto 100%;
  padding-left:50%;
}
.cure_0503 h3{margin-bottom:32px;}
.cure_0503 h3+p{margin-bottom:64px;}

/* 내과센터 -----------------------*/
.cure_inter{
  width:100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.inter_type1{
  width:288px;
  height:528px;
  margin-right:16px;
}
.inter_type2{
  width:896px;
  overflow:hidden;
}
.inter_type2>div{
  width:100%;
  overflow:hidden;
  margin-bottom:16px;
}
.inter_type2>div:nth-of-type(2){
  margin-bottom: 0px;
}
.inter_type2>div>ul{
  width:100%;
  margin:0px auto;
}
.inter_type2>div>ul>li, .inter_type2_2>ul>li{
  padding: 0px;
  margin-bottom: 0px;
}
.inter_type2_1>ul>li:first-of-type,
.inter_type2_2>ul>li:last-of-type{
  width:592px;
  height:256px;
}
.inter_type2_1>ul>li:last-of-type,
.inter_type2_2>ul>li:first-of-type{
  width:288px;
  height:256px;
}
.inter_type2>div>ul>li:first-of-type{
  margin-right:16px;
}
.inter_type1>a, .inter_type2 a{
  display: block;
  height:100%;
  border-radius:16px;
  overflow:hidden;
  padding:32px;
}
.inter_type1>a{
  background:url(../img/inter/cure1.png) no-repeat 50% 100%, rgb(245,245,245);
  background-size:100% auto;
}
.inter_type2_1>ul>li:nth-of-type(1) a{
  background:url(../img/inter/cure2.png) no-repeat 50% 100%, rgb(245,245,245);
  background-size:100% auto;
}
.inter_type2_1>ul>li:nth-of-type(2) a{
  background:url(../img/inter/cure3.png) no-repeat 50% 100%, rgb(245,245,245);
  background-size:100% auto;
}
.inter_type2_2>ul>li:nth-of-type(1) a{
  background:url(../img/inter/cure4.png) no-repeat 50% 100px, rgb(245,245,245);
  background-size:166px auto;
}
.inter_type2_2>ul>li:nth-of-type(2) a{
  background:url(../img/inter/cure5.png) no-repeat 50% 100%, rgb(245,245,245);
  background-size:100% auto;
}
.cancer_check{
  padding-bottom:256px;
}
.deco_check table{
  width:100%;
  margin-top:64px;
  border-collapse: collapse;
}
.deco_check table th{
  background: rgb(0,88,151);
  padding:24px 0px;
  font-weight: 600;
  border-right:1px solid rgb(255,255,255);
}
.deco_check table td{
  padding:16px 8px;
  color: rgb(134,134,139);
  border-right:1px solid rgb(134,134,139);
  border-bottom:1px solid rgb(134,134,139);
}
.deco_check table td:first-of-type{
  color:rgb(50,50,50);
  font-weight:600;
}
.deco_check table th:last-of-type,
.deco_check table td:last-of-type{
  border-right:none;
}
.table_health th{
  width:20%;
}
.table_health th:nth-of-type(2){
  width:40%;
}
.table_cancer th:nth-of-type(1){
  width:20%;
}
.table_cancer th:nth-of-type(2){
  width:80%;
}

/* 팝업 */
.hd_pops{
  border:none;
  background:transparent;
}
.hd_pops_footer .hd_pops_close i:before{
  color: rgb(255,255,255);
}
#hd_pop.slide_popup{
  position: absolute;
  width:302px;
  left: 1580px;
  top: 112px;
}
#Vertical-Slide {
  position: relative;
}
#Vertical-Slide .sliderBox2 {
  width: 302px;
  height: 567px;
  overflow: hidden;
}
#Vertical-Slide .sliderBox2 .slider2 {
  display: flex;
  flex-direction: column-reverse;
  transition: transform 0.5s ease-in-out;
  position: relative;
}
#Vertical-Slide .sliderBox2 .slider2 .slide2 {
  width: 302px;
  height: 188px;
  position: relative;
}
#Vertical-Slide .sliderBox2 .slider2 .slide2 img {
  width: 302px;
  height: 188px;
  -o-object-fit: cover;
     object-fit: cover;
}
#Vertical-Slide .tabBox2 {
  position: absolute;
  top: 0px;
  right: 0px;
  color: white;
  background: #333;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .7;
}
#Vertical-Slide .tabBox2 div {
  width: 35px;
  height: 35px;
  padding: 0 10px;
  font-weight: bold;
  cursor: pointer;
  transition: .5s;
}
#Vertical-Slide .tabBox2 div:nth-of-type(1){
  background: url(../img/pop_slide_prev.png) no-repeat 50% 50%, rgb(51, 51, 51);
  background-size: 13px auto;
  box-sizing: border-box;
  border-right:1px solid rgb(134,134,139);
}
#Vertical-Slide .tabBox2 div:nth-of-type(2){
  background: url(../img/pop_slide_next.png) no-repeat 50% 50%, rgb(51, 51, 51);
  background-size: 13px auto;
}
#Vertical-Slide .tabBox2 div:hover{background-color: rgb(0, 0, 0)}

.pops_timer{top: 740px; left: 48%; transform: translateX(-50%)}
.pops_timer>#countdown{color: white; font-size: 17px; font-weight: 500;}

.popup_board_wrap{
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  /* display: none;
  pointer-events: none; */
}
#hd_pop.wide_popup{
  position: absolute;
  z-index: 1000;
  top: 125px;
  left: 50%;
  width: 1600px;
  max-height: 600px;
  max-width: 100%;
  transform: translateX(-50%);
  margin-left:0px;
}
#hd_pop.wide_popup .banner-container{
  padding-top:60px;
}
#hd_pop.wide_popup .hd_pops_footer,
#hd_pop.wide_popup .hd_pops_close,
#hd_pop.wide_popup .hd_pops_reject{
  background:transparent;
}
#hd_pop.wide_popup .hd_pops_footer button{
  padding-top:0px;
}
.banner-container .swiper-button-prev,
.banner-container .swiper-button-next{
  width: 50px;
  height: 50px;
  background:url('../img/banner-prev.png') no-repeat 50%;
  background-size:100%;
  margin-top:0px;
  top:0px;
}
.banner-container .swiper-button-prev{
  left: auto;
  right:64px;
}
.banner-container .swiper-button-next{
  background:url('../img/banner-next.png') no-repeat 50%;
  background-size:100%;
  right:0px;
}

/* 상단 슬라이드 팝업 */
.popup_banner_wrap{
  display: block;
  /* display: none; */
  width: 100%;
  height: 112px;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
  overflow: hidden;
  max-width: 100%;
}
.banner_popup{
  width: 1920px;
  margin: 0 auto;
}
.popup_banner_wrap .hd_pops_footer{
  position: absolute;
  top: 68px;
  right: 120px;
  width: 103px;
  z-index: 1001;
  overflow: hidden;
  background: none;
}
.popup_banner_wrap .hd_pops_footer>div,
.popup_banner_wrap .hd_pops_footer >button{
   display: inline-block;
   width: 32px;
   height: 32px;
   background: none;
   position: static;
   cursor: pointer;
   border: none;
   padding: 0px;
}
.popup_banner_wrap .hd_pops_close{
  transform: none;
  float: none;
  font-size: 0;
}

/* 해상도 1920px 이하일때 메인 팝업 위치 조정 */
@media screen and (max-width: 1920px) {
  .pops_timer{
   left: 64%;
  }
 }


/* 개인정보, 이용약관 */
.privacy_wrap{
  margin:0px auto 64px;
}
.privacy_wrap:last-of-type{
  margin-bottom: 0px;
}
.privacy_wrap>.expltxt{
  margin-top:16px;
  color: rgb(134,134,139);
}

/* 제증명발급안내 */
.certi_issu{
  padding:0px;
}
.certi_issu, .certi_announ, .certi_doc{
  padding-bottom: 0px;
}
.certi_issu h3{
  margin-bottom:16px;
  padding-bottom:16px;
  border-bottom:1px solid rgb(228,228,228);
}
.certi_issu ul{
  text-align: center;
  margin: 60px auto 0px;
}
.certi_issu ul>li{
  display: inline-block;
  margin: 0 5px;
  width: 300px;
}
.certi_issu ul>li>a{
  display: block;
  padding: 12px;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.05em;
  color:rgb(17,17,17);
  text-align: center;
  border: 1px solid rgb(17,17,17);
  background: rgb(255,255,255);
}
.certi_announ ul>li>p{
  padding: 8px 0 8px 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.025em;
  color: rgb(102,102,102);
}
.certi_announ ul>li:last-of-type>p{
  color:#ff6821;
}
.certi_doc h3, .certi_fee h3{
    margin-bottom:8px;
}
.certi_doc h3+p, .certi_fee h3+p{
  font-size: 14px;
  font-weight: 400;
  color: rgb(102,102,102);
}
.certi_doc table, .certi_fee table{
  width:100%;
  border-collapse: collapse;
  margin-top: 30px;
  border-bottom: 2px solid rgb(187,187,187);
}
.certi_doc table th, .certi_fee table th{
  padding: 10px 40px;
  font-weight:400;
  color: rgb(51,51,51);
  border-bottom: 2px solid rgb(187,187,187);
}
.certi_fee table th{
  width:33.33%;
}
.certi_doc table td, .certi_fee table td{
  color: rgb(51,51,51);
  padding: 30px 40px;
  font-weight: 400;
  border-bottom: 1px solid rgb(187,187,187);
}
.certi_fee table td{
  padding:10px 40px;
  border-right:1px solid rgb(187,187,187);
}
.certi_fee table td:last-of-type{border-right:none;}
.certi_fee table td.last{
  border-right:1px solid rgb(187,187,187);
}
.certi_doc table p, .certi_fee table p{
  color: rgb(51,51,51);
}
.certi_doc table p>span,
.certi_fee table p>span{
  display: block;
  font-size:16px;
  font-weight:300;
  color: rgb(136,136,136);
}
.certi_doc table dd:before{
  top:12px;
  background:rgb(51,51,51);
}
.certi_doc table dd>span{
  font-size:16px;
  font-weight:300;
  color: rgb(136,136,136);
}
.certi_fee table+p{
  text-align: right;
  margin-top:5px;
  font-size:14px;
  color: rgb(0,0,0);
}

/* 노트북 (1301px ~1570px) */
@media all and (max-width:1570px){
  .gnb{
    width:800px;
  }
  .cont1200{
    width:calc(100% - 64px);
  }
  #fullpage .cont1200{
    width:calc(100% - 128px);
  }
  .section1_txt{
    margin-right: 34px;
  }
  .section1-cell{
    width:600px;
  }
  .section1_tel>a{
    width:530px;
    padding: 49px 40px;
  }
  .section2-img{
    width:1080px;
  }
  .section2-txt>ul{
    margin-bottom:360px;
  }
  .section3-wrap,
  .section3-list{
    width:1140px;
    margin:0px auto;
  }
  .type3>ul>li{
    width:272px;
  }
  .ft_sns{
    margin-right:112px;
  }
  .centerDoc>figcaption dd:before{
    top: 12px;
  }
  .hs_floor2 .cont1200{
    width:1140px;
  }
  .facInfo >li > figure{
    width: 500px;
  }
  .facInfo >li > figcaption{
    height:375px;
  }
  .facDetailList > li .cont1200{
    left:16px;
  }
  .facDetailFrame .swiper-button-prev{
    left:16px;
  }
  .facDetailFrame .swiper-button-next{
    right:16px;
  }
  .map_wrap{
    width:1040px;
    margin:0px auto;
  }
  .map_wrap figure iframe{
    width:100%;
  }
  .noticeWrap .swiper-container{
    margin-left:16px;
    width:420px;
  }
  .noticeWrap .swiper-slide a{
    white-space: nowrap;
    max-width:320px;
    overflow:hidden;
    text-overflow: ellipsis;
  }
}

/* 태블릿 (1209px~1440px) */
@media all and (min-width:1209px) and (max-width:1440px){
  #fullpage .cont1200{
    width: 1140px;
  }
  .section6-wrap>ul>li{
    padding:0px 28px;
  }
  #map>iframe{
    height:275px;
  }
  .cont1200{
    width: 1140px;
  }
  .undermenumap{
    width: 456px;
  }
  .vision>li{
    padding: 64px 32px;
  }
  .facDetailList > li .cont1200{
    left:calc(50% - 570px);
  }
  .docTxt{
    width:776px;
  }
  .schedule>table{
    width:100%;
  }
  .joint_dis>figcaption>ul>li:nth-of-type(1){left:35px;}
  .joint_dis>figcaption>ul>li:nth-of-type(2){right:36px;}
  .joint_dis>figcaption>ul>li:nth-of-type(3){left:35px;}
  .joint_dis>figcaption>ul>li:nth-of-type(4){right:37px;}

  .spine_dis>figcaption>ul>li:nth-of-type(1){left:35px;}
  .spine_dis>figcaption>ul>li:nth-of-type(2){right:36px;}

  .child_dis>figcaption>ul>li:nth-of-type(1){right:35px;}

  .inter_type1{width:228px;}
}

/* 태블릿 (1024px~1208px) */
@media all and (min-width:1025px) and (max-width:1208px){

}

/* 아이패드 (768px~1024px) */
@media all and (min-width:768px) and (max-width:1024px){
  #wrapper, #hd, #ft{
    min-width:100%;
  }
  header{
    padding-right: 0px;
  }
  .gnb {
    width: 660px;
  }
  .gnb2dWrap{
    width:calc(100% - 32px);
  }
  .gnb_list{
    width:672px;
    margin-right:0px;
  }
  .gnb-info-right{
    margin-left:16px;
  }
  .menu>li>a{
    padding-left: 8px;
    padding-right:8px;
  }
  .ft_sns{
    margin-right:0px;
  }
  #mainaside{
    display:none;
  }
  .btn_buttons{
    right: 0px;
  }
  .fixedBg>video{
    width: auto;
    height: 100%;
  }
  .titleBnr{
    padding-left:16px;
    padding-right:16px;
  }
  .noticeWrap .swiper-container{
    max-width:350px;
  }
  .noticeWrap .swiper-slide a{
    max-width:198px;
  }
  .section1_tel{
    width:100%;
  }
  .section2-img{
    width:768px;
  }
  .section3-wrap, .section3-list{
    width: 876px;
  }
  .wrap4,.wrap5 {
    height:100%;
  }
  .section4-img, .section4-slide{
    width: 876px;
  }
  .section4-slide{
    margin:0px auto;
  }
  .section6-wrap>ul>li{
    padding:0px 28px;
  }
  .section7-cell{
    vertical-align:middle;
  }
  #map>iframe{
    width:868px;
  }
  .undermenumap{
    width:276px;
  }
  #mainmap>iframe{
    width:100%;
  }
  .subTlt .cont1200{
    left:32px;
  }
  #subMenu>ul{
    width:100%;
  }
  .hs_floor2 .cont1200{
    width:960px;
  }
  .facInfo > li{
    width:472px;
  }
  .facDetailList > li{
    padding-top:64px;
  }
  .facDetailList > li .cont1200{
    left:32px;
  }
  .docTxt{
    max-width:596px;
  }
  .schedule>table{
    width:100%;
  }
  .map_wrap{
    width:100%;
  }
  .hos_info3Wrap>figure{
    width:calc(50% - 8px);
    margin-right:16px;
  }
  .hos_info3Wrap>figcaption{
    max-width: calc(50% - 8px);
    padding-top: 24px;
  }

  .joint_dis>figcaption>ul>li:nth-of-type(1){left:-47px;}
  .joint_dis>figcaption>ul>li:nth-of-type(2){right:-47px;}
  .joint_dis>figcaption>ul>li:nth-of-type(3){left:-47px;}
  .joint_dis>figcaption>ul>li:nth-of-type(4){right:-47px;}
  .cure_dis h4{
    font-size:24px;
    line-height:30px;
  }
  .dis_cure .nonsurg020104>li:nth-of-type(1),
  .dis_cure .surg020202>li.width,
  .dis_cure .surg020203>li:nth-of-type(1),
  .dis_cure .surg020203>li:nth-of-type(1),
  .dis_cure .surg020301>li:nth-of-type(1),
  .dis_cure .surg020204>li:nth-of-type(1),
  .dis_cure .nonsurg020402>li:nth-of-type(1),
  .dis_cure .surg020402>li.width,
  .dis_cure .surg020405>li.width{
    padding-left:54%;
    padding-right:64px;
  }
  .dis_cure .nonsurg020402>li:nth-of-type(1){
    background-size:auto 80%;
    background-position-y:0px;
  }
  .dis_cure .nonsurg020206>li:nth-of-type(1){
    padding:64px;
    padding-left:54%;
  }

  .spine_dis>figcaption>ul>li:nth-of-type(1){left:-47px;}
  .spine_dis>figcaption>ul>li:nth-of-type(2){right:-47px;}
  .dis_cure .surg030103>li.width,
  .dis_cure .surg030201>li.width,
  .dis_cure .surg030202>li.width,
  .dis_cure .surg030203>li.width{
    padding-left:54%;
    padding-right:64px;
  }
  .dis_cure .surg030201>li.width{
    background-size:auto 70%;
  }
  .dis_cure .surg030203>li.width{
    background-size:445px auto;
  }
  .nonsurg030204>li:nth-of-type(2) br{
    display: none;
  }

  .child_dis>figcaption>ul>li:nth-of-type(1){right:-47px;}
  .type3>ul>li:first-of-type{max-width:384px;}
  .dis_cure .surg0501>li.width, .dis_cure .nonsurg0502>li.width,
  .dis_cure .surg0502>li.width, .dis_cure .nonsurg0503>li.width,
  .dis_cure .surg0503>li.width, .dis_cure .nonsurg0504>li.width,
  .dis_cure .nonsurg0504>li.width, .dis_cure .surg0504>li.width,
  .dis_cure .surg0505>li.width, .dis_cure .surg0506>li.width{
    padding-left:54%;
    padding-right:64px;
  }
  .dis_cure .nonsurg0502>li.width{
    background-size:auto 80%;
  }
  .dis_cure .nonsurg0503>li.width,
  .dis_cure .nonsurg0504>li.width,
  .dis_cure .surg0505>li.width,
  .dis_cure .surg0506>li.width,
  .dis_cure .surg0507>li.width,
  .dis_cure .surg0508>li.width{
    background-size:440px auto;
  }
  .dis_cure .surg0503>li.width,
  .dis_cure .nonsurg0505>li.width{
    background-size:auto 90%;
  }
  .dis_cure .nonsurg0506>li.width{
    background-size:auto 80%;
  }
  .inter_type1{
    width:896px;
    height:290px;
    margin:0px auto 16px;
  }
  .inter_type1>a{
    background-size: 182px auto;
    background-position-x: 90%;
  }
}

/* 해상도 1920px 이하일때 메인 팝업 위치 조정 */
@media screen and (max-width: 1920px) {
 #hd_pop{
    margin-left: -145px;
    top: -45px;
 }
 #hd_pop.slide_popup{top: 68px;}
 #hd_pop.slide_popup .hd_pops_footer{margin-top: -1px;}

 #hd_pop.banner_popup{
   margin-left:0px;
   top:0px;
 }
}
