/* ----------------------------------------------------------- */
/* == tingle v0.15.2 */
/* ----------------------------------------------------------- */

.tingle-modal * {
  box-sizing: border-box;
}

.tingle-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, .5);
  opacity: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

/* confirm and alerts
-------------------------------------------------------------- */

.tingle-modal--confirm .tingle-modal-box {
  text-align: center;
}

/* modal
-------------------------------------------------------------- */

.tingle-modal--noOverlayClose {
  cursor: default;
}

.tingle-modal--noClose .tingle-modal__close {
  display: none;
}

.tingle-modal__close {
  position: fixed;
  top: 2.5rem;
  right: 2.5rem;
  z-index: 1000;
  padding: 0;
  width: 2rem;
  height: 2rem;
  border: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
}

.tingle-modal__close svg * {
  fill: currentColor;
}

.tingle-modal__closeLabel {
  display: none;
}

.tingle-modal__close:hover {
  color: #fff;
}

.tingle-modal-box {
  position: relative;
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
/*  width: 60%;
  border-radius: 4px;
  background: #fff;*/
  opacity: 1;
  cursor: auto;
  will-change: transform, opacity;
}

.tingle-modal-box__content {
  padding: 3rem 3rem;
}

.tingle-modal-box__footer {
  padding: 1.5rem 2rem;
  width: auto;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #f5f5f5;
  cursor: auto;
}

.tingle-modal-box__footer::after {
  display: table;
  clear: both;
  content: "";
}

.tingle-modal-box__footer--sticky {
  position: fixed;
  bottom: -200px; /* TODO : find a better way */
  z-index: 10001;
  opacity: 1;
  transition: bottom .3s ease-in-out .3s;
}

/* state
-------------------------------------------------------------- */

.tingle-enabled {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden;
}

.tingle-modal--visible .tingle-modal-box__footer {
  bottom: 0;
}

.tingle-enabled .tingle-content-wrapper {
  filter: blur(8px);
}

.tingle-modal--visible {
  visibility: visible;
  opacity: 1;
}

.tingle-modal--visible .tingle-modal-box {
  animation: scale .2s cubic-bezier(.68, -.55, .265, 1.55) forwards;
}

.tingle-modal--overflow {
  overflow-y: scroll;
  padding-top: 8vh;
}



/* btn
-------------------------------------------------------------- */

.tingle-btn {
  display: inline-block;
  margin: 0 .5rem;
  padding: 1rem 2rem;
  border: none;
  background-color: grey;
  box-shadow: none;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  cursor: pointer;
  transition: background-color .4s ease;
}

.tingle-btn--primary {
  background-color: #3498db;
}

.tingle-btn--danger {
  background-color: #e74c3c;
}

.tingle-btn--default {
  background-color: #34495e;
}

.tingle-btn--pull-left {
  float: left;
}

.tingle-btn--pull-right {
  float: right;
}

/* responsive
-------------------------------------------------------------- */

@media (max-width : 540px) {
  .tingle-modal {
    top: 0px;
    display: block;
    padding-top: 60px;
    width: 100%;
  }

  .tingle-modal-box {
    width: auto;
    border-radius: 0;
  }

  .tingle-modal-box__content {
    overflow-y: scroll;
  }

  .tingle-modal--noClose {
    top: 0;
  }

  .tingle-modal--noOverlayClose {
    padding-top: 0;
  }

  .tingle-modal-box__footer .tingle-btn {
    display: block;
    float: none;
    margin-bottom: 1rem;
    width: 100%;
  }

  .tingle-modal__close {
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    background-color: #2c3e50;
    box-shadow: none;
    color: #fff;
  }

  .tingle-modal__closeLabel {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }

  .tingle-modal__closeIcon {
    display: inline-block;
    margin-right: .8rem;
    width: 1.6rem;
    vertical-align: middle;
    font-size: 0;
  }
}

@supports ((-webkit-backdrop-filter: blur(12px)) or (backdrop-filter: blur(12px))) {
  .tingle-modal:before {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    pointer-events: none;
  }

  .tingle-enabled .tingle-content-wrapper {
    filter: none;
  }
}

/* animations
-------------------------------------------------------------- */

@keyframes scale {
  0% {
    opacity: 0;
    transform: scale(.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}



.sub_tit10 {text-align:center; padding:100px 0px 80px}
.sub_tit10 h1{font-size:22px; color:#e84549}
.sub_tit10 h2{font-size:40px; font-weight:600; padding:25px 0px;    line-height: 100%;display:block}
.sub_tit10 p{font-size:20px; font-weight:400}


.staff .k_name {font-size:30px; font-weight:600; color:#fff; float: left;}
.staff .k_name span{font-size:24px; font-weight:500;}
.staff .e_name {font-size:15px; font-weight:400; color:#fff; text-align:right}


.staff {width:1200px; border:2px solid #e84549; margin:0 auto 50px; border-radius:50px 0px 50px 50px; text-align: left;}

.staff table {width:100%; border-collapse: collapse; border-radius:50px 0px 50px 50px; position: relative;}
.staff table th{background:#e84549; padding:25px 20px }
.staff table th:first-child{border-radius:40px 0px 0px; }
.staff table td:first-child{width:350px;}
.staff table td:first-child img { margin-left:30px; position:absolute; bottom:0px }
.staff table td .schedule {padding:60px 0px}
.staff table td .schedule ul {display:flex}
.staff table td .schedule ul li div:first-child {font-size:25px; font-weight:800; text-align:center}
.staff table td .schedule ul li div:first-child span{font-size:16px; font-weight:400; text-align:center; display:block; padding-top:10px}
.staff table td .schedule ul li div:last-child {color:#e84549; font-size:18px; text-align:center; padding:30px 0px; }
.staff table td .schedule ul li div.one_word{padding:50px 0px !important;}
.staff table td .schedule ul li{width:115px; border-right: 1px solid #e3e3e3; padding:20px 0px}
.staff table td .schedule ul li:last-child{border-right:0px solid #e3e3e3;}

.staff .edge_tit {border:2px solid #e84549; padding:10px 20px; font-size:17px; font-weight:800; border-radius:50px 0px 50px 50px; display:inline-block; margin:20px 0px}

.staff_01 table td .schedule {text-align: center; padding:0px 0px 20px}
.staff_01 table td .schedule ul.schedule_bottom  li div:first-child {color:#e84549; font-size:18px; font-weight: 400; text-align:center; padding:15px 0px}

.staff_01 table td .schedule ul.schedule_bottom  li div.one_word{padding:30px 0px !important;}


.staff_01 table td:first-child img { margin-left:30px; position:absolute; top:auto; bottom:0px }

.staff table.mobile{display: none;}

@media (max-width :960px) {
    .staff table.web{display: none;}
    .staff table.mobile{display: inline-table;} 

.item_content.hospital_tour table{}
.m_staff {padding:0px 10px}
.staff {width:100%; }
.sub_tit10 {text-align:center; padding:50px 0px 80px}
.sub_tit10 h1{font-size:18px; color:#e84549}
.sub_tit10 h2{font-size:20px; font-weight:600; padding:15px 0px;    line-height: 100%;display:block}
.sub_tit10 p{font-size:14px; font-weight:400}
.staff table td .schedule ul li {width:14%}
.staff table td:first-child {width:150px}
.staff table td:first-child img { margin-left:10px; position:absolute; bottom:auto; top:10px; height:178px !important}

.staff table td .schedule ul li div:first-child {font-size:14px; }
.staff table td .schedule ul li div:first-child span{font-size:10px;  padding-top:10px}
.staff table td .schedule ul li div:last-child {color:#e84549; font-size:10px; padding:15px 0px; font-weight:800 }
.staff table td .schedule ul li div.one_word{padding:25px 0px !important;}
.staff table td .schedule {padding:0px 0px 20px; border-top:2px solid #e84549; margin:0px 10px}
.staff .k_name {font-size:20px;  color:#000; padding-top:50px; padding-bottom:42px; margin-left:20px}
.staff .k_name span{font-size:16px; font-weight:500; }
.staff table tr:nth-child(2) td {margin:0px 20px}
.staff .e_name {font-size:12px}
.staff table td .schedule ul li {padding:10px 0px; margin-top:20px}
.staff .edge_tit {padding:5px 10px; font-size:14px; margin: 10px 0px;}
.staff_01 table td .schedule ul.schedule_bottom li div:first-child {font-size:10px;     font-weight: 800;}
}