@charset "utf-8";
/*2021 - 3 - 29   디맥스 Hboard */

.col-gn-0,
.col-gn-1 {
  width: 100%;
}

.col-gn-2 {
  width: 50%;
}

.col-gn-3 {
  width: 33.33333333%;
}

.col-gn-4 {
  width: 25%;
}

.col-gn-5 {
  width: 20%;
}

.col-gn-6 {
  width: 16.66666667%;
}

.col-gn-7 {
  width: 14.28571428%;
}

.col-gn-8 {
  width: 12.5%;
}

.col-gn-9 {
  width: 11.11111111%;
}

.col-gn-10 {
  width: 10%;
}

@media (max-width: 768px) {

  .col-gn-1,
  .col-gn-2,
  .col-gn-3,
  .col-gn-4,
  .col-gn-5,
  .col-gn-6,
  .col-gn-7,
  .col-gn-8,
  .col-xs-9,
  .col-xs-10 {
    width: 33.33%;
  }
}

@media (max-width: 640px) {

  .col-gn-1,
  .col-gn-2,
  .col-gn-3,
  .col-gn-4,
  .col-gn-5,
  .col-gn-6,
  .col-gn-7,
  .col-gn-8,
  .col-xs-9,
  .col-xs-10 {
    width: 50%;
  }
}

/*Hboard 게시판 목록*/
#H_bo_list {
  position: relative;
  margin-bottom: 60px;
}

/*==================================================*/
/*상단 gnb*/
#H_bo_list #bo_btn_top {
  width: 100%;
  position: relative;
  margin: 0 0 20px;
}

/*버튼영역 */
#H_bo_list #bo_btn_top .bo_gnb_area {
  float: right;
}

#H_bo_list #bo_btn_top .bo_gnb_area ul li {
  float: left;
}

.H-btn {
  margin: 0 2px;
  width: 100px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
}

.Hbt_co1 {
  background: #fff;
  border: 1px solid #0c429a;
  color: #0c429a;
}

/*컬러셋1*/
.Hbt_co2 {
  background: #0c439b;
  color: #fff;
}

/*컬러셋2*/
.Hbt_co3 {
  background: #333;
  color: #fff;
}

/*컬러셋3*/
#gall_allchk {
  float: left;
}

/*========================*갤러리 리스트*=========================*/
#H_bo_list .max_H_gallery {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#H_bo_list .max_H_gallery li {
  float: left;
  margin: 2% 0;
}

#H_bo_list .max_H_gallery li.empty_list {
  width: 100%;
}

#H_bo_list .max_H_gallery .gall_box {
  position: relative;
}

#H_bo_list .max_H_gallery .gall_box .gall_chk {
  position: absolute;
  left: 5%;
  top: 0;
}

#H_bo_list .max_H_gallery .gall_box .gall_con {
  margin: 0 5%;
  border: 1px solid #e2e8f3;
  padding: 45px 0;
  border-radius: 20px;
  background: #f4f6fa;
  box-shadow: 0px 12px 12px 0px rgba(81, 119, 179, 0.15);
}

#H_bo_list .max_H_gallery .gall_box .gall_con .gall_img {
  width: 185px;
  height: 185px !important;
  position: relative;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
  border-radius: 100%;
}

#H_bo_list .max_H_gallery .gall_box .gall_con .gall_img img {
  width: 100%;
}

#H_bo_list .max_H_gallery .gall_box .gall_con .gall_img:hover {
  transition: all 0.5s;
}

#H_bo_list .max_H_gallery .gall_box .gall_con .gall_img:hover::before {
  position: absolute;
  content: "";
  width: 185px;
  height: 185px;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5) url("./img/btn-more.png") no-repeat center;
}

#H_bo_list .max_H_gallery .gall_box .gall_con .btn-modify {
  background: #526793;
  color: #fff;
  font-size: 0.8em;
  padding: 5px 5px;
  display: inline-block;
}

#H_bo_list .max_H_gallery .gall_box .gall_text_href .bo_tit {
  display: block;
  color: #333;
  font-size: 1.5em;
  text-align: center;
  margin: 15px 0 25px;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#H_bo_list .max_H_gallery .gall_box .gall_text_href .bo_tit>strong {
  font-weight: 600;
}

#H_bo_list .max_H_gallery .gall_box .gall_text_href .bo_tit>span {
  font-weight: 300;
}

#H_bo_list .max_H_gallery .gall_box .gall_text_href .bo_cnt {
  color: #777;
  font-size: 0.9em;
  margin-bottom: 10px;
  height: 38px;
  display: block;
  line-height: 130%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.bo_cate_link {
  width: 100%;
}

.bo_cate_link .doc-cate {
  display: block;
  text-align: center;
  margin: 0 20%;
  border-radius: 30px;
  padding: 12px 0;
  background: #fff;
  color: #fff;
}

.bo_cate_link .doc-cate1 {
  background: #00bce3;
}

.bo_cate_link .doc-cate2 {
  background: #fca600;
}

.bo_cate_link .doc-cate3 {
  background: #0c429a;
}

.bo_cate_link .doc-cate4 {
  background: #85c027;
}

.bo_cate_link .doc-cate5 {
  background: #42cbc4;
}

.bo_cate_link .doc-cate6 {
  background: #aa5ddb;
}

.bo_cate_link .doc-cate7 {
  background: #ea5f6e;
}

.bo_cate_link .doc-cate8 {
  background: #ff7634;
}

/* 리스트 제목 아이콘 */
#H_bo_list .bo_tit .title_icon {
  margin-right: 2px;
}

#H_bo_list .bo_tit .fa-heart {
  color: #ff0000;
}

#H_bo_list .bo_tit .fa-lock {
  display: inline-block;
  margin-right: 5px;
  line-height: 25px;
  width: 25px;
  height: 25px;
  font-size: 0.9em !important;
  color: #ae875e;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #cabcad;
  vertical-align: middle;
}

#H_bo_list .bo_tit .new_icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 0.75em;
  color: #fff;
  background: #ffac44;
  text-align: center;
  border-radius: 2px;
  margin-left: 2px;
  font-weight: bold;
  vertical-align: text-top;
}

/*
#H_bo_list .bo_tit .hot_icon {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#ff0000;background:#ffb9b9;text-align:center;border-radius:2px;vertical-align:middle}
#H_bo_list .bo_tit .fa-caret-right {color:#bbb}
#H_bo_list .bo_tit .fa-download {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#daae37;background:#ffefb9;text-align:center;border-radius:2px;margin-left:5px;vertical-align:middle}
#H_bo_list .bo_tit .fa-link {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#b451fd;background:#edd3fd;text-align:center;border-radius:2px;margin-left:5px;vertical-align:middle}
*/

/*분류카테고리*/
#Hb_cate {
  width: 100%;
  margin: 25px 0;
  text-align: center;
}

#Hb_cate h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#Hb_cate ul {
  border-top: 1px solid #0c429a;
  border-left: 1px solid #ddd;
  display: flex;
}

#Hb_cate li {
  display: inline-block;
  width: 12.5%;
  background: #f4f6fa;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#Hb_cate a {
  display: block;
  line-height: 65px;
  padding: 0 20px;
  color: #666666;
}

#Hb_cate a:focus,
#Hb_cate a:hover,
#Hb_cate a:active {
  text-decoration: none;
  color: #0c429a;
}

#Hb_cate #bo_cate_on {
  z-index: 2;
  color: #fff;
  font-weight: 500;
  background: #0c429a;
}

#bo_btn_top {
  margin: 10px 0;
}

#bo_btn_top:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.bo_fx {
  margin-bottom: 5px;
  float: right;
  zoom: 1;
}

.bo_fx:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.bo_fx ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*검색*/
.bo_sch_wrap {
  display: block;
  position: relative;
  background: #f7f7f7;
  text-align: center;
  padding: 15px 0 10px;
}

.bo_sch {
  position: relative;
  display: inline-block;
  width: 75%;
}

.bo_sch:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.bo_sch h3 {
  padding: 15px;
  border-bottom: 1px solid #e8e8e8;
}

.bo_sch legend {
  background: red;
}

.bo_sch form {
  padding: 15px 0;
  display: block;
  margin: 0 auto;
}

.bo_sch select {
  border: 0;
  width: 20%;
  height: 50px;
  padding: 10px 15px;
  vertical-align: top;
  border: 1px solid #ddd;
}

.bo_sch .sch_bar {
  display: inline-block;
  clear: both;
  width: 50%;
}

.bo_sch .sch_input {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  padding: 10px 15px;
  background-color: #fff;
  float: left;
}

.bo_sch .sch_btn {
  height: 50px;
  color: #fff;
  background: #333;
  border: 0;
  width: 100px;
  font-size: 15px;
  vertical-align: top;
}

.bo_sch .sch_btn span {
  margin-left: 10px;
}

/* 페이징 */
.pg_wrap {
  clear: both;
  float: inherit;
  display: block;
  position: relative;
  text-align: center;
  margin: 30px 0;
}

.pg_wrap:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.pg {
  text-align: center;
  display: inline-flex;
}

.pg_current {
  display: inline-block;
  height: 40px;
  width: 40px;
  color: #fff;
  line-height: 40px;
  vertical-align: middle;
  background: #da2127;
  border: 0;
  border-radius: 100%;
}

.pg a:focus,
.pg a:hover {
  text-decoration: none;
}

.pg_page {
  display: inline-block;
  color: #888;
  margin: 0 5px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 1.083em;
  height: 40px;
  width: 40px;
  line-height: 40px;
  padding: 0 5px;
  min-width: 30px;
  text-decoration: none;
  border-radius: 100%;
}

.pg_page:hover {
  background-color: #fafafa;
}

.pg_start {
  text-indent: -999px;
  overflow: hidden;
  background: url("/img/btn_first.gif") no-repeat 50% 50% #fff;
  padding: 0;
  border: 1px solid #ccc;
  margin-right: 10px;
}

.pg_prev {
  text-indent: -999px;
  overflow: hidden;
  background: url("/img/btn_prev.gif") no-repeat 50% 50% #fff;
  padding: 0;
  border: 1px solid #ccc;
}

.pg_end {
  text-indent: -999px;
  overflow: hidden;
  background: url("/img/btn_end.gif") no-repeat 50% 50% #fff;
  padding: 0;
  border: 1px solid #ccc;
  margin-left: 10px;
}

.pg_next {
  text-indent: -999px;
  overflow: hidden;
  background: url("/img/btn_next.gif") no-repeat 50% 50% #fff;
  padding: 0;
  border: 1px solid #ccc;
}

.pg_start:hover,
.pg_prev:hover,
.pg_end:hover,
.pg_next:hover {
  background-color: #fafafa;
}

/* ================================================ */

@media screen and (max-width: 1024px) {
  #Hb_cate li {
    width: 25%;
  }

  #H_bo_list .max_H_gallery .gall_box .gall_con .gall_img {
    width: 120px;
    height: 120px !important;
  }
}

@media screen and (max-width: 768px) {
  #Hb_cate {
    width: 90%;
    margin: 0 5%;
  }

  #Hb_cate a {
    line-height: 50px;
  }

  #H_bo_list .max_H_gallery {
    width: 94%;
    margin: 3%;
  }

  #H_bo_list #bo_btn_top .period_area {
    width: 100%;
    float: inherit;
    text-align: center;
    display: none;
  }

  #H_bo_list #bo_btn_top .period_area ul {
    display: inline-block;
  }

  #H_bo_list #bo_btn_top .bo_gnb_area {
    width: 100%;
    float: inherit;
    text-align: center;
  }

  #H_bo_list #bo_btn_top .bo_gnb_area ul {
    display: inline-block;
  }

  .H-btn {
    width: 90%;
    margin: 0 5%;
    font-size: 0.9em;
  }

  .btn_point {
    width: 200px;
    margin: 0 auto;
    display: block;
  }

  #H_bo_list #bo_btn_top .bo_gnb_area ul li {
    width: 25%;
  }

  #H_bo_list #bo_btn_top .bo_gnb_area ul li:last-child {
    width: 100%;
    margin: 10px 0;
  }

  .state {
    text-align: center;
    width: 100%;
  }

  #H_bo_list .max_H_board {
    border-top: 0;
  }

  #H_bo_list .max_H_board .top_area {
    display: none;
  }

  #H_bo_list .max_H_board .list_area {
    border-top: 1px solid #ddd;
    display: block;
  }

  #H_bo_list .max_H_board .list_area .list_box {
    display: block;
    border-bottom: 1px solid #ddd;
    margin: 0%;
    padding: 15px 0;
    width: 100%;
  }

  #H_bo_list .max_H_board .list_area .list_cont {
    display: block;
    border: 0;
    padding: 5px !important;
    text-align: left;
  }

  #H_bo_list .max_H_board .bo_chk {
    width: 5%;
  }

  #H_bo_list .max_H_board .bo_num {
    width: 5%;
    display: none !important;
  }

  #H_bo_list .max_H_board .bo_name {
    width: 100%;
  }

  #H_bo_list .max_H_board .bo_suj {
    width: 100%;
  }

  #H_bo_list .max_H_board .bo_ans {
    width: 100%;
  }

  #H_bo_list .max_H_board .bo_date {
    width: 100%;
  }

  #H_bo_list .max_H_board .bo_another {
    width: 100%;
  }

  .bo_sch {
    width: 100%;
  }

  .bo_sch .sch_btn {
    width: 50px;
  }

  .bo_sch .sch_btn span {
    display: none;
  }

  .bo_sch select {
    padding: 5px;
  }

  .bo_sch .sch_input {
    padding: 5px;
  }
}

@media screen and (max-width: 568px) {
  #H_bo_list .max_H_gallery .gall_box .gall_con {
    padding: 10% 0;
    border-radius: 10px;
  }

  #H_bo_list .max_H_gallery .gall_box .gall_con .gall_img:hover::before {
    width: 120px;
    height: 120px;
  }

  #H_bo_list .max_H_gallery .gall_box .gall_text_href .bo_tit {
    font-size: 1.1em;
    margin: 10px 0 20px;
  }

  #Hb_cate a {
    padding: 0;
    font-size: 0.8em;
  }

  .bo_cate_link .doc-cate {
    padding: 8px 0;
    font-size: 0.8em;
  }
}

/*=======================*의료진소개 view 페이지*==========================*/
.doctors_box {
  width: 100%;
}

/* .doctors_box .top_introdu {
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 45px;
  background: url(./img/doctors-bg.jpg) no-repeat top;
  background-size: cover;
}
.doctors_box .top_introdu .profile {
  width: 40%;
  display: list-item;
  float: left;
  position: relative;
}
.doctors_box .top_introdu .profile .prof_img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-55%, 10%);
  width: 280px;
  height: 280px;
  overflow: hidden;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto;
  background: #fff;
}
.doctors_box .top_introdu .profile .prof_img img {transform:translate(-22%,-4%);} */

.doctors_box .top_introdu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 45px;
  background: url(./img/doctors-bg.jpg) no-repeat top;
  background-size: cover;
}

.doctors_box .top_introdu .profile {
  width: 35%;
}

.doctors_box .top_introdu .profile .prof_img {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 280px;
  overflow: hidden;
  border-radius: 100%;
  background: #fff;
}

/* .doctors_box .top_introdu .profile .prof_img img {transform:translate(-22%,-4%);} */

.doctors_box .top_introdu .introduce {
  width: 60%;
  float: left;
  color: #fff;
  margin-top: 15px;
}

.doctors_box .top_introdu .introduce ul li {}

.doctors_box .top_introdu .introduce ul li.doctor-name {
  display: flex;
  align-items: end;
}

.doctors_box .top_introdu .introduce ul li.doctor-name h2 {
  display: inline-block;
  margin-right: 15px;
}

.doctors_box .top_introdu .introduce ul li.doctor-name .blog-link {
  width: 27px;
  margin-bottom: 2px;
}

.doctors_box .top_introdu .introduce ul li.doctor-name .blog-link:hover img {
  opacity: 0.7;
}

.doctors_box .top_introdu .introduce ul li.doctor-name .blog-link img {
  width: 100%;
  object-fit: contain;
  transition: opacity ease-in-out 0.2s;
}

.doctors_box .top_introdu .introduce h3 {
  font-size: 1.5em;
}

.doctors_box .top_introdu .introduce h3 span {
  margin-left: 8px;
}

.doctors_box .top_introdu .introduce h2 {
  font-size: 2.5em;
  font-weight: 500;
  margin-top: 15px;
}

.doctors_box .top_introdu .introduce h2 span {
  margin-left: 10px;
  font-size: 1.8rem;
}

.doctors_box .top_introdu .introduce .view-schedu {
  margin-top: 40px;
}

.doctors_box .top_introdu .introduce .view-schedu h5 {
  padding-top: 20px;
  position: relative;
  font-size: 1.3em;
  font-weight: 400;
}

.doctors_box .top_introdu .introduce .view-schedu h5::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  top: 0;
  left: 0;
  background: #00bce3;
}

.doctors_box .top_introdu .introduce .view-schedu table {
  width: 100%;
  table-layout: fixed;
  margin-top: 20px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.doctors_box .top_introdu .introduce .view-schedu table thead th {
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding: 15px 0;
}

.doctors_box .top_introdu .introduce .view-schedu table tbody th {
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding: 15px 0;
}

.doctors_box .top_introdu .introduce .view-schedu table tbody td {
  color: #ffa800;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 0;
}

.doctors_box .list_introdu {
  padding: 40px;
  width: 100%;
  position: relative;
  display: inline-block;
}

.doctors_box .list_introdu ul {}

.doctors_box .list_introdu ul li:first-child {
  margin-top: 0;
}

.doctors_box .list_introdu ul li {
  width: 100%;
  float: left;
  padding-bottom: 50px;
  margin-top: 50px;
  border-bottom: 1px solid #ddd;
}

.doctors_box .list_introdu ul li .title {
  position: relative;
  font-size: 1.5em;
  font-weight: 500;
  padding-top: 15px;
  margin-bottom: 20px;
}

.doctors_box .list_introdu ul li .title::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  background: #00bce3;
  left: 0;
  top: 0;
}

.doctors_box .list_introdu ul li .list {
  line-height: 170%;
}

.doctors_box .list_introdu ul li .list p {
  position: relative;
  margin: 5px 0;
  padding-left: 15px;
  line-height: 130%;
  word-break: keep-all;
}

.doctors_box .list_introdu ul li .list p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 2px;
  height: 2px;
  background: #fc8c00;
}

.doctors_box .view-schedu p {
  display: inline-block;
  padding: 5px;
  font-weight: 300;
  color: #fff;
  border-radius: 3px;
  font-size: 0.85em;
}

.doctors_box .view-schedu .color001 {
  background-color: #fc8c00;
}

/* 수술 */
.doctors_box .view-schedu .color002 {
  background-color: #739bdd;
}

/* 외래진료 */
.doctors_box .view-schedu .color003 {
  background-color: #5ab9ac;
}

/* 교대진료 */
.doctors_box .view-schedu .color004 {
  background-color: #cd84fb;
}

/* 촉탁진료 */
.doctors_box .view-schedu .color005 {
  background-color: #8eaa1a;
}

/* 격주진료 */

/*레이어팝업*/
#layer-doctors {
  display: block;
}

#layer-doctors .layer-bg {
  background: url(./img/bg_black50.png);
  width: 100%;
  height: 100%;
  display: block;
  z-index: 60;
  backdrop-filter: blur(3px);
  position: fixed;
  top: 0;
  left: 0;
}

#layer-doctors .layer-box {
  z-index: 61;
  width: 1000px;
  height: 83vh;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}

#layer-doctors .close {
  position: fixed;
  left: 50%;
  top: 8vh;
  display: inline-block;
  width: 70px;
  height: 70px;
  z-index: 70;
  transform: translate(-50%, -50%);
}

#layer-doctors .close a {
  position: absolute;
  right: 0;
  width: 70px;
  height: 70px;
  background: #00bce3;
  color: #fff;
  z-index: 60;
  border-radius: 100%;
}

#layer-doctors .close a i {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}

#layer-doctors .close a:hover i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}

@media screen and (max-width: 1300px) {
  #layer-doctors .layer-box {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  #layer-doctors .layer-box {
    width: 90%;
  }

  .doctors_box .top_introdu {
    padding: 50px 25px;
    flex-direction: column;
  }

  .doctors_box .top_introdu .profile {
    width: 100%;
  }

  .doctors_box .top_introdu .profile .prof_img {
    width: 200px;
    height: 200px;
    transform: inherit;
    position: relative;
    left: auto;
    top: auto;
  }

  .doctors_box .top_introdu .profile .prof_img img {
    /* transform: translate(-30%, -10%); */
    zoom: 0.75;
  }

  .doctors_box .top_introdu .introduce {
    width: 100%;
    text-align: center;
  }

  .doctors_box .top_introdu .introduce .view-schedu h5 {
    text-align: left;
    font-size: 1.2em;
  }

  /* 블로그 링크 */

  .doctors_box .top_introdu .introduce ul li.doctor-name {
    justify-content: center;
  }

  .doctors_box .top_introdu .introduce ul li.doctor-name .blog-link {
    margin-bottom: 1px;
    margin-top: 12px;
  }

  .doctors_box .top_introdu .introduce h3 {
    font-size: 1.2em;
  }

  .doctors_box .top_introdu .introduce h2 {
    font-size: 1.8em;
    margin-top: 10px;
  }

  .doctors_box .top_introdu .introduce .view-schedu table {
    font-size: 0.7em;
  }

  .doctors_box .top_introdu .introduce .view-schedu table thead th {
    padding: 10px 0;
  }

  .doctors_box .top_introdu .introduce .view-schedu table tbody th {
    padding: 10px 0;
  }

  .doctors_box .top_introdu .introduce .view-schedu table tbody td {
    padding: 10px;
    word-break: normal;
  }
}

@media screen and (max-width: 568px) {
  #layer-doctors .close a {
    width: 60px;
    height: 60px;
  }

  .doctors_box .top_introdu {
    padding: 30px 5% 5%;
  }

  .doctors_box .top_introdu .profile .prof_img {
    width: 150px;
    height: 150px;
  }

  .doctors_box .top_introdu .profile .prof_img img {
    /* transform: translate(-28%, -10%); */
    zoom: 0.6;
  }

  /* 블로그 링크 */

  .doctors_box .top_introdu .introduce ul li.doctor-name {
    flex-direction: column;
    align-items: center;
  }

  .doctors_box .top_introdu .introduce ul li.doctor-name h2 {
    margin-right: 0px;
    margin-top: 6px;
  }

  .doctors_box .top_introdu .introduce ul li.doctor-name .blog-link {
    margin-bottom: 0;
    margin-top: 12px;
  }

  .doctors_box .top_introdu .introduce h3 {
    font-size: 0.8em;
  }

  .doctors_box .top_introdu .introduce h3 span {
    margin-left: 5px;
  }

  .doctors_box .top_introdu .introduce h2 {
    font-size: 1.2em;
  }

  .doctors_box .top_introdu .introduce h2 span {
    font-size: 1em;
    margin-left: 5px;
  }

  .doctors_box .top_introdu .introduce .view-schedu {
    margin-top: 20px;
  }

  .doctors_box .top_introdu .introduce .view-schedu h5 {
    font-size: 1em;
    padding-top: 12px;
  }

  .doctors_box .top_introdu .introduce .view-schedu h5::before {
    width: 20px;
  }

  .doctors_box .top_introdu .introduce .view-schedu table {
    margin-top: 10px;
  }

  .doctors_box .top_introdu .introduce .view-schedu table tbody td {
    padding: 10px 0;
  }

  .doctors_box .list_introdu {
    padding: 30px 5%;
  }

  .doctors_box .list_introdu ul li .title {
    font-size: 1.2em;
  }

  .doctors_box .list_introdu ul li .list {
    font-size: 0.85em;
  }

  .doctors_box .list_introdu ul li {
    margin-top: 30px;
    padding-bottom: 30px;
  }

  .doctors_box .list_introdu ul li .list p::before {
    top: 8px;
  }
}

/* 게시판 읽기 */
#Hview_top {
  position: relative;
  border-top: 3px solid #333333;
  border-bottom: 1px solid #ddd;
  text-align: center;
  padding: 30px 0;
  margin-bottom: 20px;
}

#Hview_top .bo_v_cate {
  display: inline-block;
  line-height: 20px;
  color: #333333;
  margin-bottom: 10px;
  font-size: 1.2em;
}

#Hview_top .bo_v_tit {
  display: block;
  font-size: 2em;
  margin: 5px 0 0;
  word-break: break-all;
}

#Hview_top .btn_prv {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
  color: #777;
}

#Hview_top .btn_prv i {
  color: #da2127;
  margin-right: 5px;
}

#Hview_top .btn_next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  color: #777;
}

#Hview_top .btn_next i {
  color: #da2127;
  margin-left: 5px;
}

#bo_v_table {
  position: absolute;
  top: 0;
  right: 16px;
  margin: 0;
  padding: 0 5px;
  height: 25px;
  background: #ff3061;
  color: #fff;
  font-weight: bold;
  line-height: 2.2em;
}

#Hview_info {
  margin-bottom: 10px;
  background: #eee;
  color: #666;
  text-align: center;
}

#Hview_info:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#Hview_info h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#Hview_info .profile_info {
  margin: 15px 0;
  display: inline-block;
  float: left;
  width: 100%;
  text-align: center;
}

#Hview_info .profile_info .profile_info_ct {
  float: left;
  padding: 5px 0;
  line-height: 18px;
  width: 100%;
}

#Hview_info strong {
  display: inline-block;
  margin: 0 10px 0 0;
  font-weight: normal;
}

#Hview_info .sv_member,
#Hview_info .sv_guest,
#Hview_info .member,
#Hview_info .guest {
  font-weight: bold;
}

#Hview_info .profile_img {
  display: none;
}

#Hview_info .sv_member {
  color: #000;
}

#Hview_info .if_date {
  margin: 0;
  color: #888;
}

/*이미지출력*/
#bo_v_img {
  width: 100%;
  overflow: hidden;
  zoom: 1;
}

#bo_v_img:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#bo_v_img a.view_image {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#bo_v_img img {
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
}

#Hview_data {
  border-top: 1px solid #ddd;
}

/*파일출력*/
#bo_v_file h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#bo_v_file ul {
  margin: 0;
  list-style: none;
}

#bo_v_file li {
  padding: 15px;
  position: relative;
  border-bottom: 1px solid #dfdfdf;
}

#bo_v_file li i {
  float: left;
  color: #ddd;
  font-size: 2.35em;
  margin-right: 20px;
}

#bo_v_file a {
  float: left;
  display: block;
  text-decoration: none;
  word-wrap: break-word;
  color: #000;
}

#bo_v_file a:focus,
#bo_v_file li:hover a,
#bo_v_file a:active {
  text-decoration: underline;
  color: #b99c76;
}

#bo_v_file img {
  float: left;
  margin: 0 10px 0 0;
}

#bo_v_file .bo_v_file_cnt {
  color: #ccc;
  font-size: 0.92em;
}

#bo_v_file li:hover {
  color: #b99c76;
}

#bo_v_file li:hover i {
  color: #b99c76;
}

#bo_v_file li:hover .bo_v_file_cnt {
  color: #b99c76;
}

/*링크출력*/
#bo_v_link h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#bo_v_link li {
  padding: 15px;
  position: relative;
  border-bottom: 1px solid #dfdfdf;
}

#bo_v_link li i {
  float: left;
  color: #ddd;
  font-size: 2.35em;
  margin-right: 20px;
}

#bo_v_link a {
  float: left;
  display: block;
  text-decoration: none;
  word-wrap: break-word;
  color: #000;
}

#bo_v_link a:focus,
#bo_v_link li:hover a,
#bo_v_link a:active {
  text-decoration: underline;
  color: #da2127;
}

#bo_v_link .bo_v_link_cnt {
  color: #b2b2b2;
  font-size: 0.92em;
}

#bo_v_link li:hover {
  color: #da2127;
}

#bo_v_link li:hover i {
  color: #da2127;
}

#bo_v_link li:hover .bo_v_link_cnt {
  color: #da2127;
}

/*하단 이전글 다음글*/
.Hview_nb {
  position: relative;
  margin: 20px 0;
  border-top: 1px solid #f1f1f1;
  clear: both;
  text-align: left;
}

.Hview_nb:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.Hview_nb li {
  padding: 20px 0;
  width: 100%;
  float: left;
  border-bottom: 1px solid #f1f1f1;
}

.Hview_nb li:hover {
  background: #f6f6f6;
}

.Hview_nb li.btn_prv a {
  display: block;
  text-align: left;
  margin-left: 20px;
}

.Hview_nb li.btn_prv i {
  font-size: 13px;
  color: #da2127;
}

.Hview_nb li.btn_prv .nb_tit {
  display: inline-block;
  padding-right: 20px;
  color: #b3b3b3;
}

.Hview_nb li.btn_next a {
  display: block;
  text-align: left;
}

.Hview_nb li.btn_next i {
  font-size: 13px;
  color: #da2127;
}

.Hview_nb li.btn_next .nb_tit {
  display: inline-block;
  padding-left: 20px;
  color: #b3b3b3;
}

.Hview_nb li .nb_tit {
  display: inline-block;
  padding-right: 20px;
  color: #b3b3b3;
}

/*버튼영역 */
#Hview_btn {
  width: 100%;
  position: relative;
  margin: 20px 0;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

#Hview_btn .bo_gnb_area {
  display: block;
  text-align: center;
}

#Hview_btn .bo_gnb_area ul {
  display: inline-block;
}

#Hview_btn .bo_gnb_area ul li {
  float: left;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #H_bo_view {
    width: 100% !important;
    margin: 0%;
  }

  #Hview_btn .bo_gnb_area ul {
    width: 100%;
  }

  #Hview_btn .bo_gnb_area ul li {
    width: 20%;
  }
}

/*=======================* 댓글 *==========================*/

#Hview_coment {
  background: #f3f1ef;
  position: relative;
  padding: 30px 0;
}

#Hview_coment .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  display: block;
  background: #b28850;
  color: #fff;
  text-align: center;
}

#Hview_coment h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#Hview_coment article {
  margin-left: 110px;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}

#Hview_coment article:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#Hview_coment article .cm_wrap {
  float: left;
  width: 95%;
  position: relative;
}

#Hview_coment article .cm_wrap header {
  margin-bottom: 10px;
}

#Hview_coment article .cm_gnb {
  position: absolute;
  right: 0;
  top: 0;
}

#Hview_coment article .cm_gnb li {
  float: left;
  display: block;
}

#Hview_coment article .cm_gnb li a {
  background: #fff;
  font-size: 0.75em;
  border: 1px solid #ddd;
  margin: 0 3px;
  padding: 5px 10px;
}

#Hview_coment article .cm_gnb li a:hover {
  background: #b28850;
  color: #fff;
}

#Hview_coment .member,
#Hview_coment .Hview_coment,
#Hview_coment .sv_member,
#Hview_coment .sv_guest {
  font-weight: 500;
}

.bo_vc_hdinfo {
  color: #777;
}

#Hview_coment h1 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#Hview_coment .cmt_contents {
  line-height: 1.8em;
  padding: 0 0 20px;
}

#Hview_coment p a {
  text-decoration: underline;
}

#Hview_coment p a.s_cmt {
  text-decoration: underline;
  color: #ed6479;
}

#bo_vc_empty {
  margin: 0;
  padding: 80px 0 !important;
  color: #777;
  text-align: center;
}

#Hview_coment #bo_vc_winfo {
  float: left;
}

#Hview_coment .bo_vl_opt {
  position: absolute;
  top: 0;
  right: 0;
}

#Hview_coment_w {
  position: relative;
  margin: 10px 0;
  display: block;
}

#Hview_coment_w:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#Hview_coment_w h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#Hview_coment_w #char_cnt {
  display: block;
  margin: 0 0 5px;
}

#Hview_coment_w textarea {
  border: 1px solid #ccc;
  background: #fff;
  color: #000;
  vertical-align: middle;
  padding: 5px;
  width: 100%;
  height: 100px;
}

#wr_secret {}

.bo_vc_w_info {
  margin: 10px 0;
  float: left;
}

.bo_vc_w_info:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.bo_vc_w_info .frm_input {
  float: left;
  margin-right: 5px;
}

.bo_vc_w_info #captcha {
  padding-top: 10px;
  display: block;
  clear: both;
}

.bo_vc_w .btn_confirm {
  clear: both;
  margin-top: 10px;
}

.bo_vc_w .btn_confirm label {
  display: inline-block;
  margin-right: 10px;
  border-radius: 3px;
  font-size: 1.5em;
  text-align: center;
}

.bo_vc_w .btn_submit {
  height: 45px;
  padding: 0 20px;
  border-radius: 3px;
  font-weight: bold;
  font-size: 1.083em;
}

.bo_vc_w .btn_confirm .secret_cm label {
  font-size: 1em !important;
}

.bo_vc_w_wr:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.secret_cm {
  display: inline-block;
  float: left;
}

#bo_v_con {
  margin: 50px 0;
}

.etc_info_table {
  width: 100%;
  border-top: 2px solid #b28850;
}

.etc_info_table tr {
  border-bottom: 1px solid #ddd;
}

.etc_info_table tr th {
  background: #f5f5f5;
  padding: 15px 20px;
  text-align: left;
}

.etc_info_table tr td {
  padding: 15px;
}

/*=======================* 글쓰기 *==========================*/
/*글쓰기*/
#Hwrite {}

/*폼 사이즈*/
#Hwrite .frm_input {
  border-radius: 0;
}

#Hwrite .full_input {}

#Hwrite .half_input {}

#Hwrite .tel_input {
  width: 13%;
  text-align: center;
}

/*개인정보처리방침*/
#Hwrite .Hwrite_agree {
  width: 100%;
  margin-bottom: 50px;
}

#Hwrite .Hwrite_agree h2 {
  font-size: 1.2em;
  font-weight: 500;
  padding-top: 25px;
  position: relative;
}

#Hwrite .Hwrite_agree h2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background: #b28850;
  transform: rotate(-45deg);
}

#Hwrite .Hwrite_agree .agree_box {
  border: 1px solid #eee;
  margin-top: 20px;
}

#Hwrite .Hwrite_agree .agree_box .agree_cont {
  padding: 30px;
  min-height: 150px;
  height: 150px;
  overflow-y: scroll;
}

#Hwrite .Hwrite_agree .agree_box .agree_chk {
  padding: 20px;
  text-align: right;
  background: #fafafa;
}

#Hwrite .Hwrite_list {
  border-top: 2px solid #000;
}

#Hwrite .Hwrite_list>ul {}

#Hwrite .Hwrite_list>ul>li {
  border-bottom: 1px solid #ddd;
  display: table;
  width: 100%;
}

#Hwrite .Hwrite_list>ul>li .w_subj {
  display: table-cell;
  width: 20%;
  background: #f4f4f4;
  padding: 20px 30px;
  position: relative;
}

#Hwrite .Hwrite_list>ul>li .w_subj span {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}

#Hwrite .Hwrite_list>ul>li .w_subj span em.req {
  position: absolute;
  margin-left: 10px;
  width: 7px;
  height: 7px;
  background: #b20000;
  border-radius: 3px;
}

#Hwrite .Hwrite_list>ul>li .w_content {
  display: table-cell;
  width: 80%;
  padding: 20px;
}

#Hwrite .Hwrite_list>ul>li .w_content textarea {
  border: 1px solid #ddd;
}

#Hwrite .w_content .tel_box {
  display: inline;
  margin-right: 10px;
}

#Hwrite .w_content .tel_hypen {
  margin: 0 5px;
  display: inline-block;
}

#Hwrite .w_content em.regi_txt {
  display: block;
  width: 100%;
  margin-top: 10px;
  font-size: 0.9em;
}

.red {
  color: #b20000;
}

.schdu-table {
  width: 100%;
  border-top: 2px solid #ddd;
}

.schdu-table thead th {
  text-align: center;
  background: #fafafa;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.schdu-table tbody th {
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.schdu-table tbody td {
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

.schdu-table tbody td select {
  font-size: 0.8em;
}

/*버튼영역 */
#Hwrite_btn {
  width: 100%;
  position: relative;
  margin: 20px 0;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

#Hwrite_btn.bo_gnb_area {
  display: block;
  text-align: center;
}

#Hwrite_btn.bo_gnb_area ul {
  display: inline-block;
}

#Hwrite_btn.bo_gnb_area ul li {
  float: left;
}

#Hwrite .btn_cke_sc {
  display: none;
}

#Hwrite .bo_v_option {
  display: inline-block;
  margin-bottom: 5px;
}

#Hwrite .bo_v_option li {
  display: inline-block;
  float: left;
  text-align: left;
  margin: 0 5px 0 0;
}

#Hwrite .bo_v_option li label {
  vertical-align: baseline;
  margin-right: 20px;
}

#Hwrite .bo_v_option .chk_box input[type="checkbox"]+label span {
  margin-left: 0;
  margin-right: 5px;
}

#Hwrite .write_div:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#Hwrite .bo_w_info:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#Hwrite .bo_w_select50 select {
  border: 1px solid #d0d3db;
  width: 50%;
  height: 40px;
  border-radius: 3px;
}

#Hwrite .bo_w_select100 select {
  border: 1px solid #d0d3db;
  width: 100%;
  height: 40px;
  border-radius: 3px;
}

/* 
#Hwrite #wr_password, #Hwrite #wr_homepage {margin-left:1%}
#Hwrite .wr_content.smarteditor2 iframe {background:#fff}
#Hwrite .bo_w_tit {position:relative}
#Hwrite .bo_w_tit .frm_input {padding-right:120px}
#Hwrite .bo_w_tit #btn_autosave {position:absolute;top:5px;right:5px;line-height:30px;height:30px}
#Hwrite .bo_w_link label {position:absolute;top:1px;left:1px;border-radius:3px 0 0 3px;height:38px;line-height:38px;width:40px;font-size:1.2em;text-align:center;color:#b2b2b2}
#Hwrite .bo_w_link .frm_input {padding-left:50px}
#Hwrite .bo_w_flie .lb_icon {position:absolute;top:0px;left:0px;border-radius:3px 0 0 3px;height:38px;line-height:38px;width:40px;font-size:1.2em;text-align:center;color:#b2b2b2}
#Hwrite .bo_w_flie .frm_file {padding-left:50px;margin-top:3px}
#Hwrite .bo_w_flie .file_wr {position:relative;border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;height:40px;margin:0}
#Hwrite .bo_w_flie .frm_input {margin:10px 0 0}
#Hwrite .bo_w_flie .file_del {position:absolute;top:10px;right:10px;font-size:0.92em;color:#7d7d7d}

#Hwrite .btn_submit {padding:0 20px;font-size:1.167em}
#Hwrite .btn_cancel {border-radius:3px;font-size:1.167em} */

@media screen and (max-width: 768px) {
  #Hwrite .Hwrite_agree {
    width: 100%;
    margin: 0 auto 20px;
  }

  #Hwrite .Hwrite_list {
    width: 100%;
    margin: 0 auto 20px;
  }

  #Hwrite .Hwrite_list ul li {
    display: block;
  }

  #Hwrite .Hwrite_list ul li .w_subj {
    display: block;
    width: 100%;
    padding: 20px;
    background: #fff;
  }

  #Hwrite .Hwrite_list ul li .w_subj span {
    position: relative;
    transform: none;
  }

  #Hwrite .Hwrite_list ul li .w_content {
    width: 100%;
    display: block;
    padding: 0 20px 15px;
  }

  #Hwrite .half_input {
    width: 100%;
  }

  #Hwrite .tel_input {
    width: 25%;
  }

  #Hwrite .bo_gnb_area ul {
    width: 90%;
  }

  #Hwrite .bo_gnb_area ul li {
    width: 50%;
  }

  #Hview_top .bo_v_tit {
    font-size: 1.3em;
    margin: 0 15%;
  }

  .etc_info_table tr th {
    font-size: 0.9em;
  }

  .etc_info_table tr td {
    font-size: 0.9em;
  }

  #Hview_coment .title {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  #Hview_coment article {
    margin-left: 70px;
  }

  #Hview_coment .cmt_contents p {
    display: block;
    word-break: normal;
  }
}