@charset "UTF-8";
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format("opentype");
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Noto Sans KR", sans-serif;
  color: #333;
  height: 100%;
  letter-spacing: -0.03em;
  font-weight: 400;
  background: #fff;
  margin: 0 auto;
}

img {
  border: 0;
  vertical-align: bottom;
}

a {
  font-family: "Noto Sans KR", sans-serif;
  color: #333;
  text-decoration: none;
}

button {
  cursor: pointer;
}

textarea {
  resize: none;
}

label {
  vertical-align: middle;
}

strong,
.bold {
  font-weight: 600;
}

input:focus,
input:active,
textarea:focus,
textarea:active {
  outline: none;
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: -1.5px;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.oh {
  overflow: hidden;
}

.vc {
  /* flex 세로가운데 정렬 코드 */
  clear: both;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
}

.frm_input {
  height: 45px;
  /* font-size: 18px; */
  padding-left: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.scm, .boxbanners, .info, .community, .footer .footer-inner {
  /*screen_middle*/
  width: 1200px;
  margin: 0 auto;
}

.wrap {
  width: 100%;
  height: 100%;
  min-width:1500px;
}

/***** 헤더 *****/
.header {
  width: 100%;
}

.header .header-top {
  width: 1200px;
  height: 100px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-top .logo_yeonsei{
  position: absolute;
  top: 50%;
  left: 0;
    -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header .header-top .login-menu {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header .header-top .login-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .header-top .login-menu ul a {
  font-size: 14px;
  color: #a2a3a3;
}

.header .header-top .login-menu ul li::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #a2a3a3;
  margin: 0 6px;
}

.header .header-top .login-menu ul li:last-child::after {
  display: none;
}

.header .header-menu {
  width: 100%;
  position: relative;
  border-top: 1px solid #807f7f;
  border-bottom: 1px solid #ccc;
}

.header .header-menu .gnb {
  width: 1200px;
  margin: 0 auto;
}

.header .header-menu .gnb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .header-menu .gnb ul .category:nth-child(1) .submenu-inner ul {
  margin-left: 0;
}

.header .header-menu .gnb ul .category:nth-child(2) .submenu-inner ul {
  margin-left: 0;
}

.header .header-menu .gnb ul .category:nth-child(3) .submenu-inner ul {
  margin-left: 300px;
}

.header .header-menu .gnb ul .category:nth-child(4) .submenu-inner ul {
  margin-left: 600px;
}

.header .header-menu .gnb ul .category:nth-child(5) .submenu-inner ul {
 margin-left: 665px;
}

.header .header-menu .gnb ul .category:nth-child(6) .submenu-inner ul {
  margin-left: auto;
}

.header .header-menu .gnb ul .category:nth-child(7) .submenu-inner ul {
  margin-left: auto;
}
.header .header-menu .gnb ul .category:nth-child(8) .submenu-inner ul {
  margin-left: auto;
}

.header .header-menu .gnb ul .category .mainmenu {
  font-size: 19px;
  color: #222;
  padding-right: 56px;
  -webkit-padding-end: 56px;
  line-height: 70px;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}

.header .header-menu .gnb ul .category:last-child .mainmenu {
  padding-right: 0;
}

.header .header-menu .gnb ul .category:hover .submenu {
  display: block;
}

.header .header-menu .gnb ul .category:hover .mainmenu {
  color: #02b0c8;
}

.header .header-menu .gnb ul .category .submenu {
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  display: none;
}

.header .header-menu .gnb ul .category .submenu .submenu-inner {
  width: 1200px;
  height: 90px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .header-menu .gnb ul .category .submenu .submenu-inner li {
  margin-right: 45px;
}

.header .header-menu .gnb ul .category .submenu .submenu-inner li:last-child {
  margin-right: 0;
}

.header .header-menu .gnb ul .category .submenu .submenu-inner a {
  font-size: 15px;
  color: #666;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}

.header .header-menu .gnb ul .category .submenu .submenu-inner a:hover {
  color: #02b0c8;
  text-decoration: underline;
  text-underline-position: under;
}

/***** //헤더 *****/
/***** 퀵 *****/


.quick_menu{
    position: fixed;
    top: 172px;
    right: 0;
    
    z-index: 9999;
    transition: all ease 1s;
}
.quick_menu > ul{
	background: #fff;
    margin: 20px;
    border-radius: 16px;
	padding-top:10px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.quick_menu.quick_top{
	top:0;
}
.quick_menu li{
	
	margin: 0 auto;
	transition:all ease .3s;
}

.quick_menu li:last-child{
	
	height: 33px;
    border-bottom: none;
    width: 100%;
}
.quick_menu li:last-child a{
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 16px;
    background: #51bdc7;
    display: block;
    padding: 8px 0;
    font-weight: 400;
    border-radius: 0 0 16px 16px;
}
.quick_menu li:nth-child(1){}

.quick_menu li a{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	align-items:center;
	width:100%;
	height:100%;
	font-size:12px;
	letter-spacing:-0.03em;
	color:#555;
	text-align:center;
	font-weight:600;
	padding:10px;
	line-height: 1.1;

}
.quick_menu .quick_menu_title{
	margin-top:5px;
}
.quick_menu li a img{transition:all ease .3s}
.quick_menu li a:hover img{transform:scale(0.9);}

.quick_menu hr{
	display:block;
    width: 102%;
    margin-top: 20px;
    border: 0.5px solid #dbdbdb;}

	/***** //퀵 *****/
/***** 메인배너 *****/
.mainbanner {
  width: 100%;
  min-width: 1200px;
 
}

.mainbanner .swiper-container {
  width: 100%;
  height: 100%;
  max-width:2000px;
}

.mainbanner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow:hidden;
}

.mainbanner .swiper-slide .slide-contents {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.mainbanner .swiper-slide .slide-contents img{margin-left:-400px}
.mainbanner .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: none;
  border: 2px solid #fff;
  opacity: 1;
}

.mainbanner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #62c2c9;
  border: 2px solid #62c2c9;
}

.mainbanner .swiper-button-prev {
  width: 90px;
  height: 90px;
  left: calc(50% - 700px);
}

.mainbanner .swiper-button-next {
  width: 90px;
  height: 90px;
  right: calc(50% - 700px);
}

/***** //메인배너 *****/
/***** 박스배너 *****/
.boxbanners {
  padding: 88px 0;
}

.boxbanners ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.boxbanners ul li {
  position: relative;
}

.boxbanners ul li .box-bg {
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

.boxbanners ul li:hover .box-bg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.boxbanners ul li:hover {
  background-size: 110%;
}

.boxbanners ul .box1, .boxbanners ul .box2 {
  width: 592px;
  height: 300px;
  overflow: hidden;
  margin-bottom: 16px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

.boxbanners ul .box3, .boxbanners ul .box4, .boxbanners ul .box5 {
  width: 390px;
  height: 300px;
  overflow: hidden;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

.boxbanners ul .box3 .box-title, .boxbanners ul .box3 .box-sub, .boxbanners ul .box3 .view, .boxbanners ul .box4 .box-title, .boxbanners ul .box4 .box-sub, .boxbanners ul .box4 .view, .boxbanners ul .box5 .box-title, .boxbanners ul .box5 .box-sub, .boxbanners ul .box5 .view {
  color: #fff;
}

.boxbanners ul .box3 .view, .boxbanners ul .box4 .view, .boxbanners ul .box5 .view {
  border: 1px solid #fff;
}

.boxbanners ul .box3 .view:hover, .boxbanners ul .box4 .view:hover, .boxbanners ul .box5 .view:hover {
  background: #fff;
  color: #666;
}

.boxbanners ul .box3 .box-title:after, .boxbanners ul .box4 .box-title:after, .boxbanners ul .box5 .box-title:after {
  background: #fff;
}

.boxbanners ul .box-title {
  position: absolute;
  top: 38px;
  left: 38px;
  font-size: 40px;
  font-weight: 600;
  color: #222;
}

.boxbanners ul .box-title:after {
  content: '';
  display: block;
  width: 25px;
  height: 2px;
  background: #222;
  margin: 28px 0 20px 4px;
}

.boxbanners ul .box-sub {
  position: absolute;
  top: 126px;
  left: 40px;
  color: #666;
  font-size: 18px;
  line-height: 1.3;
}

.boxbanners ul .view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  height: 42px;
  border: 1px solid #666;
  border-radius: 20px;
  position: absolute;
  bottom: 36px;
  left: 40px;
  -webkit-transition: all ease .4s;
  transition: all ease .4s;
}

.boxbanners ul .view:hover {
  background: #666;
  color: #fff;
}

/***** //박스배너 *****/
/***** 채움비주얼배너 *****/
.chaeum {
  width: 100%;
  height: 650px;
  min-width: 1200px;
  background: url("../img/bg_chaeum.jpg") no-repeat center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.chaeum .chaeum-contents {
  width: 1200px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  color: #fff;
  padding: 108px 0;
}

.chaeum .chaeum-contents .chaeum-eng {
  font-size: 14px;
  letter-spacing: 10px;
  font-weight: 500;
}

.chaeum .chaeum-contents .chaeum-title {
  font-size: 50px;
  font-weight: 300;
  margin: 28px 0 54px 0;
}

.chaeum .chaeum-contents .chaeum-txt {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
}

/***** //채움비주얼배너 *****/
/***** 방송출연 *****/
.broadcast{}
.broadcast {
  width: 100%;
  height: 1846px;
  min-width: 1200px;
  background: url("../img/bg_broadcast.jpg?ver=210506") no-repeat center;
  padding-top: 104px;
}

.broadcast .broadcast-contents {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.broadcast .broadcast-eng {
  font-size: 14px;
  letter-spacing: 10px;
  font-weight: 500;
  color: #9ea7a6;
}

.broadcast .broadcast-contents .broadcast-title {
  font-size: 50px;
  font-weight: 300;
  margin: 28px 0 40px 0;
  color: #222;
  line-height: 1.2;
}
.broadcast .broadcast-img{
	display:flex;
	justify-content:center;
}
.broadcast .broadcast-img p{margin:0 10px;}

/***** //방송출연 *****/
/***** 지역사회 *****/
.cowork {
  width: 100%;
  height: 716px;
  min-width: 1200px;
  background: url("../img/bg_cowork.jpg") no-repeat center;
  padding-top: 104px;
}

.cowork .cowork-contents {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.cowork .cowork-contents .cowork-eng {
  font-size: 14px;
  letter-spacing: 10px;
  font-weight: 500;
  color: #9ea7a6;
}

.cowork .cowork-contents .cowork-title {
  font-size: 50px;
  font-weight: 300;
  margin: 28px 0 40px 0;
  color: #222;
}

.cowork .cowork-contents .cowork-txt {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
  color: #666;
  margin-bottom: 74px;
}

/***** //지역사회 *****/
/***** 진료시간/오시는길 *****/
.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 75px 0 50px 0;
}

.info > div {
  width: 595px;
}

.info .info-title {
  font-size: 34px;
  font-weight: 600;
  color: #222;
  padding-top: 75px;
  text-align: center;
  margin-bottom: 32px;
}

.info .info-time .info-title {
  background: url("../img/icon_time.png") no-repeat top center;
}

.info .info-time .info-contents {
  border: 1px solid #ccc;
  padding: 42px 38px 0 38px;
  height: 400px;
}

.info .info-time .info-contents .times li {
  margin-bottom: 16px;
}

.info .info-time .info-contents .times em {
  display: inline-block;
  width: 106px;
  font-weight: 500;
  font-size: 24px;
  color: #222;
  text-align: justify;
  text-align-last: justify;
  margin-right: 20px;
}

.info .info-time .info-contents .times span {
  font-size: 24px;
  color: #222;
    font-weight: 600;
}
.info .info-time .info-contents .times .c_blue{color:#62c2c9}
.info .info-time .info-contents .times small {
  font-size: 18px;
  color: #fff;
  font-weight:400;
}
.info .info-time .info-contents .times p{font-weight:500;font-size:20px; color:#666;}
.info .info-time .info-contents .times small.bg_blue{background:#62c2c9;padding: 0 6px;}
.info .info-time .info-contents .times small.bg_black{background:#222;padding: 0 6px;}

.info .info-time .call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
margin-top: 20px;
    border-top: 1px solid #999;
    padding-top: 20px;
}


.info .info-time .call .call-title {

  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #666;
  font-size: 24px;
  font-weight: 500;
  margin-right: 28px;
  letter-spacing:2px;
}

.info .info-time .call .call-number {
  font-size: 50px;
  color: #222;
}
.info .info-time .call-parking{
  font-size: 20px;
  color:#666;
  margin-top:20px;
}

.info .info-map .info-title {
  background: url("../img/icon_map.png") no-repeat top center;
}

.info .info-map .info-contents {
  border: 1px solid #ccc;
  padding-top: 42px;
  height:400px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info .info-map .info-contents address {
  font-size: 26px;
  color: #222;
  font-weight: 600;
  margin-bottom: 12px;
}

.info .info-map .info-contents .address-sub {
  font-size: 18px;
  color: #929898;
  font-weight:400;
}

.info .info-map .info-contents .naver-map {
  width: 100%;
  height: 272px;
  background: #ccc;
  margin-top: auto;
}

/***** //진료시간/오시는길 *****/
/***** 게시판최신글 *****/
.community {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0 100px;
}

.community > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid #ccc;
  padding: 0 32px;
}

.community > div:last-child {
  border-right: none;
}

.community .commu-title {
  font-size: 26px;
  font-weight: 600;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 40px;
}

.community .commu-title a {
  margin-left: auto;
}

.community .commu-notice ul {
  margin-top: 50px;
}

.community .commu-notice li {
  margin-bottom: 20px;
}

.community .commu-notice a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.community .commu-notice a .notice-title {
  display: inline-block;
  width: 285px;
  font-size: 18px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.community .commu-notice a .notice-title:hover {
  text-decoration: underline;
}

.community .commu-notice a .notice-date {
  color: #666;
}

.community .commu-news .news-title {
  font-size: 20px;
  color: #929898;
  font-weight: 600;
  margin-top: 24px;
  width:350px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.community .commu-news .news-sub {
  font-size: 18px;
  color: #666;
  margin: 14px 0 34px 0;
}

.community .commu-news .new-thumb {
  width: 340px;
  height: 190px;
  overflow: hidden;
}

.community .commu-news .new-thumb a {
  display: block;
  width: 100%;
  height: 100%;
}

.community .commu-news .new-thumb img {
  width: 100%;
}

.community .commu-case .case-title {
  color: #666;
  font-size: 20px;
  margin: 20px 0 30px 0;
  line-height: 1.5;
}

.community .commu-case .case-preview {
  width: 340px;
  height: 190px;
  overflow: hidden;
}

.community .commu-case .case-preview a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}

.community .commu-case .case-preview a::after {
  content: '';
  width: 40px;
  height: 40px;
  background: url("../img/arrow_case.png") no-repeat center;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
}

.community .commu-case .case-preview .case-preview-after {
  position: relative;
}

.community .commu-case .case-preview .case-preview-after::after {
  content: 'AFTER';
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  right: 0;
}

/***** //게시판최신글 *****/
/***** 푸터 *****/
.footer {
  width: 100%;
  background: #343434;
  padding-bottom: 80px;
}

.footer .ft-menu {
  border-bottom: 1px solid #666;
}

.footer .ft-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 316px;
}

.footer .ft-menu a {
  font-size: 16px;
  color: #999;
  line-height: 70px;
}

.footer .ft-logo {
  text-align: center;
  margin: 30px 0 44px;
}

.footer .ft-info, .footer .ft-copyright {
  color: #999;
  line-height: 1.5;
  text-align: center;
}

.footer .ft-copyright {
  line-height: 2;
}

/***** //푸터 *****/
.subpage {
  width: 100%;
  overflow: hidden;
}

.subpage .img2000 {
  width: 1300px;
  margin: 0 auto;
}

.subpage .img2000 img {
  margin-left: -350px;
}

.subpage-title {
  text-align: center;
  padding: 100px 0 60px 0;
}

.subpage-title h4 {
  color: #9ea7a6;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 8px;
  margin-bottom: 30px;
}

.subpage-title h2 {
  color: #222;
  font-size: 50px;
  font-weight: 600;
}

.interior {
  width: 1100px;
  height: 960px;
  margin: 0 auto;
}

.interior .gallery-top {
  height: 80%;
  width: 100%;
}

.interior .gallery-thumbs {
  height: 140px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}

.interior .swiper-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.interior .swiper-button-prev {
  left: 60px;
}

.interior .swiper-button-next {
  right: 60px;
}

.sub-rolling {
  width: 100%;
  min-width: 1200px;
  height: 682px;
  position: relative;
}

.sub-rolling .sub-rolling-title {
  position: absolute;
  top: 55px;
  right: calc(50% + 100px);
  z-index: 99;
}

.sub-rolling .swiper-container {
  width: 100%;
  height: 100%;
}

.sub-rolling .slide1 {
  background: url("../img/sub_rolling_bg_01.jpg") no-repeat center;
}

.sub-rolling .slide2 {
  background: url("../img/sub_rolling_bg_02.jpg") no-repeat center;
}

.sub-rolling .slide3 {
  background: url("../img/sub_rolling_bg_03.jpg") no-repeat center;
}

.sub-rolling .slide4 {
  background: url("../img/sub_rolling_bg_04.jpg") no-repeat center;
}

.sub-rolling .slide5 {
  background: url("../img/sub_rolling_bg_05.jpg") no-repeat center;
}

.sub-rolling .swiper-pagination {
  top: 260px;
  right: calc(50% + 100px);
}

.sub-rolling .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 450px;
  height: 70px;
  border-radius: 0;
  opacity: 1;
  line-height: 70px;
  background: #a2a2a2;
  color: #fff;
  font-size: 24px;
  margin-bottom: 5px;
}

.sub-rolling .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}

.sub-rolling .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #61666a;
  font-weight: 600;
}

/***************** 로그인 ****************/
.login_title {
  margin-top: 80px;
  text-align: center;
}

.login_title h2 {
  font-size: 24px;
  font-weight: 500;
}

.login_title h4 {
  width: 590px;
  margin: 10px auto;
  border-top: 2px solid #e7e6eb;
  padding-top: 10px;
  letter-spacing: 2px;
}

.login_wrap {
  position: relative;
  width: 1200px;
  margin: 80px auto 160px;
  padding-top: 44px;
}

.login_list {
  overflow: hidden;
  position: absolute;
  top: 20px;
  right: 0;
}

.login_list li {
  float: left;
  margin-right: 15px;
}

.login_list li:last-child {
  margin-right: 0;
}

.login_list a {
  font-size: 14px;
  font-weight: 300;
}

.login_list .bold {
  font-weight: 600;
}

.form-box {
  width: 1200px;
  background: #f8f8f8;
  padding: 80px 100px;
  /* margin-top: 10px; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.form-box .frm_input {
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-box .mem_img {
  float: left;
  /*   width: 200px;
      margin-left: 75px; */
  margin-top: 30px;
}

.form-box .mem_img img {
  width: 100%;
}

.form-box-login {
  float: right;
  width: 560px;
  padding-left: 40px;
}

.form-box-login label {
  display: inline-block;
  width: 100px;
  font-size: 20px;
  font-weight: 300;
}

.form-box-login input {
  width: 365px;
  height: 36px;
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #ccc;
  color: #000;
  vertical-align: middle;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  font-size: 14px;
}

.form-box-login .required {
  background-image: url("../images/require.png");
  background-repeat: no-repeat;
  background-position: right top;
}

.form-box-login .l_btn {
  float: right;
  width: 148px;
  height: 81px;
  border: 0;
  color: #fff;
  background: #000;
  font-size: 16px;
  margin-top: -46px;
  cursor: pointer;
}

.form-box-login-autocheck input {
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  margin-top: 2px;
}

.form-box-p {
  overflow: hidden;
  border-top: 1px solid #999;
  color: #999;
  padding-top: 10px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-box-p p:first-child {
  float: left;
}

.form-box-p p:last-child {
  float: right;
}

.form-box-p button {
  background: none;
  border: none;
  color: #444;
  display: inline-block;
  font-size: 12px;
  height: 20px;
}

.form-box-p button.reg_btn::after,
.form-box-p button#find::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #666;
  margin: 0px 4px;
  position: relative;
  top: 1px;
}

/***************** 이메일,개인정보,약관 레이아웃 **************/
.form-box-subtitle {
  /* float: left; */
  font-size: 20px;
  font-weight: 300;
  width: 199px;
  margin-top: 10px;
}

.form-box-textarea {
  float: left;
  display: block;
  width: 100%;
}

.form-box-textarea pre {
  width: 100%;
  height: 365px;
  overflow-y: scroll;
  line-height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  margin: 10px 0;
  font-size: 12px;
  color: #666;
  letter-spacing: -0.03em;
  outline: none;
  resize: none;
  background: #fff;
  border: 1px solid #999;
}

/************ 회원가입 폼 스타일 *************/
.form-box-join legend {
  width: 100%;
  font-size: 20px;
  line-height: 35px;
  background: #62c2c9;
  color: #fff;
  text-align: center;
}

.form-box-join form {
  background: #fff;
}

.form-box-join form ul {
  padding: 30px 30px 30px 200px;
}

.form-box-join form ul li {
  margin-bottom: 20px;
}

.form-box-join form label {
  display: inline-block;
  width: 100px;
  font-size: 16px;
  font-weight: 300;
  vertical-align: top;
}

.form-box-join form input {
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #aaa;
}

/* .form-box-join form ul li .required{
    background-color:#f8f8f8;
    background-image: url(../images/require.png);
    background-repeat: no-repeat;
    background-position: right top;
} */
.form-box-join form input[type="text"] {
  width: 333px;
  height: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #aaa;
}

.form-box-join form span {
  font-size: 12px;
}

.form-box-join form select {
  width: 98px;
  height: 35px;
  border: 1px solid #aaa;
}

.form-box-join form select#mb_sex {
  width: 333px;
  height: 35px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form-box-join form input[type="password"] {
  width: 333px;
  height: 35px;
  border: 1px solid #aaa;
}

.form-box-join form .ph input[type="text"] {
  width: 105px;
}

.form-box-join form .checks label {
  width: initial;
  cursor: pointer;
}

.form-box-join form .checks a {
  display: inline-block;
  color: #fff;
  background: #62c2c9;
  padding: 4px 6px;
  margin-left: 4px;
}

.form-box-join form ul li:last-child {
  padding: 20px 0 0 100px;
}

.form-box-join form .button {
  display: inline-block;
  width: 150px;
  height: 100px;
  background: #62c2c9;
  margin: 0 10px;
  text-align: center;
  font-size: 25px;
  font-weight: 300;
  color: #fff;
  line-height: 100px;
}

.form-box-join form .btn_cancel {
  background: #999;
}

.form-box-join form .ex {
  display: inline-block;
  width: 333px;
  height: 70px;
  background: #666;
}

/************* 아이디, 비밀번호 찾기 ****************/
.form-box-lost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-box-lost .form-box-lost-form {
  /* width: 50%; */
}

.form-box-lost .form-box-lost-form h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #b8926d;
}

.form-box-lost .form-box-lost-form form {
  width: 330px;
  float: left;
}

.form-box-lost .form-box-lost-form label {
  display: inline-block;
  width: 60px;
  font-size: 16px;
}

.form-box-lost .form-box-lost-form input {
  width: 260px;
  height: 30px;
  padding-left: 15px;
  margin-bottom: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
}

.form-box-lost .form-box-lost-form button {
  float: left;
  width: 100px;
  height: 66px;
  border: 0;
  background: #000;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.form-box-lost .form-box-lost-form .required {
  background-color: #fff;
}

.form-box-lost + .form-box-p {
  width: 100%;
  margin: 40px auto 0;
  padding-left: 100px;
  padding-right: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sns_login {
  margin-right: auto;
}

.sns_login_naver {
  width: 190px;
  height: 40px;
  background: #00c73c;
}

.sns_login_naver a {
  display: block;
  color: #fff;
  line-height: 40px;
  font-size: 16px;
  padding-left: 10px;
}

.sns_login_naver img {
  height: 40px;
  margin-right: 10px;
}

/****************************************/
/*# sourceMappingURL=style.css.map */

.b_box{
	position:absolute;
	width:260px;
	height:160px;
	background:rgba(0,0,0,0.8);
	color:#fff;
	font-size:18px;
	display:flex;
	justify-content:center;
	align-items:center;
}

.b1{
	bottom:278px;
	left:calc(50% - 302px)
}

.b2{
	bottom: 278px;
    right: calc(50% - 568px);
}


/** 210706 -진료스케줄추가  **/
.doc_sche{width:100%;background:#F5F5F5;padding-bottom:90px;margin:50px 0;}
.doc_list{width:1200px;margin:0 auto;}
.doc_list li{padding-top:64px;}
.doc_schettl{width:508px; font-size:35px; color:#fff; line-height:58px; text-align:center;background:#3D3D3D;margin:0 auto 32px;letter-spacing:-0.045em}

.doc_timetable {width:100%; margin:0 auto; border:none; text-align: center; margin:0px auto; border:2px solid #4D4D4D;}
.doc_timetable thead{ background:#64C2C7; color:#fff;  }
.doc_timetable tr{ display: table; table-layout: fixed; width: 100%; height:62px;}
.doc_timetable thead tr th{ 
	/* 월화수목금토 */
	font-size:30px; color:#222222;font-weight: 500;border-bottom: 2px solid #B5B5B5;border-right:1px solid #707070;
}

.doc_timetable tr th,
.doc_timetable tr td{ display: table-cell; border:none; }

.doc_timetable tbody tr th{
	/* 오전오후야간*/
	font-size:25px; color:#707070; font-weight: 400;  border-bottom: 2px solid #B5B5B5; border-right:1px solid #707070;
}

.doc_timetable tbody tr td{
	/* 진료스케줄내용 */
	font-size:25px; color:#5B9BD5;font-weight: 400;  border-bottom: 2px solid #B5B5B5; border-right:1px solid #707070;
}

.doc_timetable tbody tr:last-child th,
.doc_timetable tbody tr:last-child td{/*테두리중첩빼줌*/ border-bottom:none;}
.doc_time_memo{ padding:20px 0; border-bottom: 1px solid #ddd; line-height: 1.45;}

.doc_timetable tbody tr:nth-child(2n-1) td,
.doc_timetable tbody tr:nth-child(2n-1) th{background:#fff;}