@charset "UTF-8";
.search_box .search button span, .notice_bottom .pagination .pg_arr span, .file_box .file_search label, .file_box .file_txt .close {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 0;
  height: 0;
}

.notice_list .tit em, .page_list ul li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

* {
  box-sizing: border-box;
}

/* common */
.visual {
  height: 371px;
  background-repeat: no-repeat;
  background-position: center 100%;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

.visual.sub01 {
  background-image: url(../images/sub/bg_visual01.png);
}

.visual.sub02 {
  background-image: url(../images/sub/bg_visual02.png);
}

.visual.sub03 {
  background-image: url(../images/sub/bg_visual03.png);
}

.visual.sub04 {
  background-image: url(../images/sub/bg_visual04.png);
}

.visual.sub05 {
  background-image: url(../images/sub/bg_visual05.png);
}

.visual .txt {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 175px;
  padding-left: 120px;
}

.visual .txt h2 {
  color: #056eb8;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -1px;
}

.visual .txt p {
  margin-top: 15px;
  color: #898989;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
}

#container .content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 0;
}

#container .content h3 {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -1px;
  text-align: center;
}

#container .content .cont_box {
  margin-top: 80px;
  overflow: hidden;
}

#container .content .cont_box h4 {
  display: inline-block;
  position: relative;
  margin-top: 60px;
  margin-bottom: 40px;
  color: #056eb8;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -1px;
  text-align: center;
  word-break: keep-all;
}

#container .content .cont_box h4:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background: #cde2f1;
  z-index: -1;
}

#container .tmp {
  width: 100%;
}

#container .tmp img {
  width: 100%;
  height: auto;
}

.txt_box {
  position: relative;
  padding: 42px 40px;
  border: 1px solid #e5e5e5;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  overflow: hidden;
}

.txt_box p {
  color: #555;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 1.5em;
  text-align: center;
  word-break: keep-all;
}

.border_box {
  text-align: left;
  border: 4px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #056ab1 0%, #00817b 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  overflow: hidden;
}

.border_box .txt {
  position: relative;
  padding: 40px;
  padding-left: 255px;
  font-family: 'Pretendard';
}

.border_box .txt:before {
  content: '';
  display: block;
  position: absolute;
  left: 75px;
  top: 50%;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.border_box p {
  color: #262626;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -1px;
  word-break: keep-all;
}

.border_box span {
  display: block;
  margin-top: 10px;
  color: #595959;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 1.5em;
  word-break: keep-all;
}

.gray_box {
  position: relative;
  padding: 62px 40px;
  background: #f7f6f5;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  overflow: hidden;
}

.gray_box p {
  color: #262626;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -1px;
  word-break: keep-all;
}

.gray_box span {
  display: block;
  margin-top: 10px;
  color: #595959;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 1.5em;
  word-break: keep-all;
}

.list_ul {
  text-align: left;
}

.list_ul li {
  position: relative;
  margin-top: 10px;
  padding-left: 15px;
  color: #262626;
  font-family: 'Pretendard';
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -1px;
  word-break: keep-all;
}

.list_ul li:first-child {
  margin-top: 0;
}

.list_ul li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  background: #007bc7;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.taC {
  padding-left: 15px;
  text-align: center;
}

.taR {
  text-align: right !important;
}

.work_in_p {
  width: 100%;
  text-align: center;
  padding: 50px 0;
}

.work_in_p img {
  width: 100%;
  max-width: 600px;
  height: auto;
}

/* 병원소개 */
.intro {
  text-align: center;
}

.intro .list li {
  display: flex;
  margin-top: 20px;
  text-align: left;
}

.intro .list li:first-child {
  margin-top: 0;
}

.intro .list p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 50px;
  color: #000;
  font-family: 'Pretendard';
  font-size: 20px;
  font-weight: 500;
  border: 3px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #056ab0 0%, #00817c 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.intro .list span {
  display: block;
  width: calc(100% - 190px);
  margin-left: 20px;
  padding-top: 10px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 1.4em;
  word-break: keep-all;
}

.intro .list .list_ul {
  width: calc(100% - 190px);
  margin-left: 20px;
  padding-top: 10px;
}

.intro .list .list_ul li {
  float: left;
  width: 50%;
  margin-top: 5px;
  color: #000;
  font-size: 20px;
  font-weight: 300;
}

.intro .list .list_ul li:before {
  width: 4px;
  height: 4px;
  background: #099b8e;
}

.intro .list .list_ul:after {
  content: '';
  display: block;
  clear: both;
}

.intro img {
  display: block;
  margin: 0 auto;
}

.intro .txt {
  margin-top: 40px;
  text-align: left;
}

.intro .txt p {
  margin-top: 20px;
  color: #000;
  font-size: 20px;
  font-family: 'Pretendard';
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 1.4em;
  word-break: keep-all;
}

.intro .list_intro {
  margin-top: 120px;
}

.intro .list_intro .title {
  display: flex;
  justify-content: space-between;
  text-align: left;
}

.intro .list_intro .title h4 {
  margin: 0 !important;
  text-align: left !important;
  letter-spacing: 0 !important;
  line-height: 2.1em;
}

.intro .list_intro .title h4:before {
  display: none !important;
}

.intro .list_intro .title h4 p {
  color: #056eb8;
  font-size: 70px;
  font-weight: 700;
}

.intro .list_intro .title h4 span {
  display: block;
  color: #099b8e;
  font-size: 70px;
  font-weight: 700;
}

.intro .list_intro .title .list_img {
  display: flex;
}

.intro .list_intro .title .list_img li {
  float: left;
  margin: 0 10px;
}

.intro .list_intro .title .list_img li:first-child {
  margin-left: 0;
}

.intro .list_intro .title .list_img li:last-child {
  margin-right: 0;
}

.intro .list_intro .title .list_img:after {
  content: '';
  display: block;
  clear: both;
}

.intro .list_intro .list_ul {
  margin-top: 50px;
}

.intro .list_intro .list_ul li {
  float: left;
  width: 50%;
  margin-top: 10px;
  color: #737373;
  font-size: 24px;
  letter-spacing: 0;
}

.intro .list_intro .list_ul:after {
  content: '';
  display: block;
  clear: both;
}

.intro .list_intro + .list_intro {
  margin-top: 100px;
}

.intro .list_intro + .list_intro h4 {
  text-align: right !important;
}

.intro .profiles {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.intro .profiles .profile {
  padding: 20px;
  flex: 0 0 25%;
}

.intro .profiles .profile dl {
  width: 100%;
  height: 100%;
  border: 1px solid #d1d1d1;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 20px;
}

.intro .profiles .profile dl dt {
  width: 100%;
  color: #00a19a;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px dotted #d1d1d1;
  font-size: 28px;
  padding: 0 0 15px 0;
  margin-bottom: 15px;
}

.intro .profiles .profile dl dd.d1 {
  width: 100%;
  position: relative;
  color: #333;
  text-align: left;
  padding: 0 0 8px 12px;
  font-size: 18px;
}

.intro .profiles .profile dl dd.d1:before {
  content: '';
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #00a19a;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
}

.intro .profiles .profile dl dd.d2 {
  width: 100%;
  position: relative;
  color: #666;
  text-align: left;
  padding: 0 0 5px 12px;
  font-size: 16px;
}

.intro .profiles .profile dl dd.d2:before {
  content: '- ';
  color: #666;
}

/* 인사말 */
.greeting_m {
  display: none;
}

/* 의료사회사업팀 */
.team {
  margin-top: 40px !important;
  text-align: center;
}

.team .txt_box:nth-child(2) {
  padding-left: 240px;
}

.team .txt_box:nth-child(2):before {
  content: '';
  display: block;
  position: absolute;
  left: 30px;
  top: 0;
  width: 183px;
  height: 112px;
  background: url(../images/sub/bg_txt_box.png) no-repeat;
}

.team .txt_box:nth-child(2) p {
  text-align: left;
}

.team .service_list li {
  float: left;
  width: 22%;
  margin: 0 2%;
}

.team .service_list li:first-child {
  margin-left: 0;
}

.team .service_list li:last-child {
  float: right;
  margin-right: 0;
}

.team .service_list li div {
  position: relative;
  min-height: 340px;
  padding-top: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  overflow: hidden;
}

.team .service_list li div:before {
  content: '';
  display: block;
  position: absolute;
  width: 120px;
  height: 109px;
  background-repeat: no-repeat;
  z-index: 1;
}

.team .service_list li p {
  position: relative;
  padding-top: 140px;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1px;
}

.team .service_list li p:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 111px;
  height: 110px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background-repeat: no-repeat;
}

.team .service_list li span {
  display: block;
  margin-top: 10px;
  color: #555;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 1.4em;
}

.team .service_list li.service01 div:before {
  left: 0;
  top: 60px;
  background-image: url(../images/sub/bg_service01.png);
}

.team .service_list li.service01 p:before {
  background-image: url(../images/sub/ico_service01.png);
}

.team .service_list li.service02 div:before {
  right: 0;
  top: 18px;
  background-image: url(../images/sub/bg_service02.png);
}

.team .service_list li.service02 p:before {
  background-image: url(../images/sub/ico_service02.png);
}

.team .service_list li.service03 div:before {
  left: 0;
  top: 62px;
  background-image: url(../images/sub/bg_service03.png);
}

.team .service_list li.service03 p:before {
  background-image: url(../images/sub/ico_service03.png);
}

.team .service_list li.service04 div:before {
  right: 0;
  top: 72px;
  background-image: url(../images/sub/bg_service04.png);
}

.team .service_list li.service04 p:before {
  background-image: url(../images/sub/ico_service04.png);
}

.team .service_list:after {
  content: '';
  display: block;
  clear: both;
}

.team .counsel {
  display: flex;
  flex-direction: column;
}

.team .counsel li {
  display: flex;
  margin-top: 20px;
}

.team .counsel li:first-child {
  margin-top: 0;
}

.team .counsel li p {
  display: flex;
  align-items: center;
  width: 220px;
  height: 46px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  background: linear-gradient(to right, #4a96c1, #088383);
}

.team .counsel li p i {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -1px;
  text-align: center;
}

.team .counsel li span {
  display: flex;
  align-items: center;
  width: calc(100% - 220px);
  padding-left: 20px;
  color: #555;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -1px;
  text-align: left;
  word-break: keep-all;
}

.team .location {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}

.team .location p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 40px;
  color: #555;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -1px;
  border: 2px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #046fa6 0%, #017e83 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.team .location span {
  display: flex;
  align-items: center;
  margin-left: 20px;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1px;
}

/* 오시는 길 */
.location {
  margin-top: 50px;
}

.location > li {
  margin-top: 20px;
}

.location > li:first-child {
  margin-top: 0;
}

.location > li:last-child {
  margin-top: 70px;
}

.location > li p {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  width: 150px;
  height: 50px;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -1px;
  border: 3px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #046fa6 0%, #017e83 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.location > li > span {
  display: block;
  float: left;
  width: calc(100% - 190px);
  margin-left: 40px;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 50px;
}

.location > li > ul {
  float: left;
  width: calc(100% - 190px);
  margin-left: 40px;
}

.location > li > ul li {
  display: flex;
  align-items: center;
  float: left;
}

.location > li > ul li.tel {
  margin-right: 55px;
}

.location > li > ul li:last-child {
  width: 100%;
}

.location > li > ul li em {
  display: block;
  position: relative;
  float: left;
  padding-left: 45px;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -1px;
}

.location > li > ul li em:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 34px;
  height: 41px;
  margin-top: -20.5px;
  background-repeat: no-repeat;
}

.location > li > ul li.tel em:before {
  background-image: url(../images/sub/ico_tel.png);
}

.location > li > ul li.fax {
  margin-right: 0;
}

.location > li > ul li.fax em:before {
  background-image: url(../images/sub/ico_fax.png);
}

.location > li > ul li.phone {
  margin-top: 5px;
  margin-right: 0;
}

.location > li > ul li.phone em:before {
  background-image: url(../images/sub/ico_phone.png);
}

.location > li > ul li.bus em {
  min-width: 170px;
}

.location > li > ul li.bus em:before {
  background-image: url(../images/sub/ico_bus.png);
}

.location > li > ul li.bus + .bus {
  margin-top: 30px;
  padding-bottom: 10px;
}

.location > li > ul li.bus span {
  position: relative;
  margin-left: 40px;
  padding-left: 38px;
  font-family: 'Pretendard';
  font-size: 24px;
}

.location > li > ul li.bus span + span {
  margin-left: 20px;
}

.location > li > ul li.bus span:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background-image: url(../images/sub/ico_bus_b.png);
  background-repeat: no-repeat;
}

.location > li > ul li.bus span.green {
  color: #8dc63f;
}

.location > li > ul li.bus span.green:before {
  background-image: url(../images/sub/ico_bus_g.png);
}

.location > li > ul li.bus span.yellow {
  color: #ffbf40;
}

.location > li > ul li.bus span.yellow:before {
  background-image: url(../images/sub/ico_bus_y.png);
}

.location > li > ul li span {
  display: block;
  float: left;
  margin-left: 20px;
  color: #056eb8;
  font-family: 'Poppins';
  font-size: 30px;
  font-weight: 700;
}

.location > li > ul li:after {
  content: '';
  display: block;
  clear: both;
}

.location > li:after {
  content: '';
  display: block;
  clear: both;
}

.root_daum_roughmap {
  width: 100% !important;
}

/* 비전 */
.vision {
  width: 100%;
  text-align: center;
}

.vision .img_box img {
  display: block;
  width: 100%;
  height: 100%;
}

.vision .vision3 {
  width: 100%;
}

.vision .vision3 ul {
  width: 100%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
}

.vision .vision3 ul li {
  position: relative;
  border: 1px solid #e1e1e1;
  color: #777;
  line-height: 1.1;
}

.vision .vision3 ul li i {
  position: absolute;
}

.vision .vision3 ul li:first-child b {
  color: #056eb8;
}

.vision .vision3 ul li:nth-child(2) b {
  color: #00a19a;
}

.vision .vision3 ul li:last-child b {
  color: #ec8f25;
}

.vision .vision5 {
  width: 100%;
}

.vision .vision5 ul {
  width: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
}

.vision .vision5 ul li {
  position: relative;
}

.vision .vision5 ul li span {
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 6px solid transparent;
  background: url("../images/sub/bg-white.png") padding-box, linear-gradient(45deg, #056bb0, #007f7f) border-box;
}

@media (min-width: 1400px) {
  .vision3 {
    margin: 50px 0 0 0;
  }
  .vision3 ul li {
    flex: 0 0 30%;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    padding: 40px 0 0 260px;
    height: 210px;
    font-size: 36px;
  }
  .vision3 ul li i {
    bottom: 0;
    left: -10px;
  }
  .vision3 ul li i img {
    width: 260px;
    height: auto;
  }
  .vision5 {
    margin: 50px 0 0 0;
  }
  .vision5 ul li {
    flex: 0 0 18%;
  }
  .vision5 ul li span {
    width: 220px;
    height: 220px;
    line-height: 210px;
    font-size: 36px;
  }
}

@media (min-width: 1100px) and (max-width: 1399px) {
  .vision3 {
    margin: 50px 0 0 0;
  }
  .vision3 ul li {
    flex: 0 0 30%;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    padding: 30px 0 0 200px;
    height: 160px;
    font-size: 30px;
  }
  .vision3 ul li i {
    bottom: 0;
    left: -10px;
  }
  .vision3 ul li i img {
    width: 200px;
    height: auto;
  }
  .vision5 {
    margin: 50px 0 0 0;
  }
  .vision5 ul li {
    flex: 0 0 18%;
  }
  .vision5 ul li span {
    width: 180px;
    height: 180px;
    line-height: 170px;
    font-size: 30px;
  }
}

@media (min-width: 900px) and (max-width: 1099px) {
  .vision3 {
    margin: 30px 0 0 0;
  }
  .vision3 ul li {
    flex: 0 0 30%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 30px 0 0 160px;
    height: 150px;
    font-size: 24px;
  }
  .vision3 ul li i {
    bottom: 0;
    left: -10px;
  }
  .vision3 ul li i img {
    width: 160px;
    height: auto;
  }
  .vision5 {
    margin: 30px 0 0 0;
  }
  .vision5 ul li {
    flex: 0 0 18%;
  }
  .vision5 ul li span {
    width: 150px;
    height: 150px;
    line-height: 140px;
    font-size: 24px;
  }
}

@media (min-width: 700px) and (max-width: 899px) {
  .vision3 {
    margin: 20px 0 0 0;
  }
  .vision3 ul li {
    flex: 0 0 30%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 15px 0 0 120px;
    height: 90px;
    font-size: 18px;
  }
  .vision3 ul li i {
    bottom: 0;
    left: -10px;
  }
  .vision3 ul li i img {
    width: 120px;
    height: auto;
  }
  .vision5 {
    margin: 20px 0 0 0;
  }
  .vision5 ul li {
    flex: 0 0 18%;
  }
  .vision5 ul li span {
    width: 100px;
    height: 100px;
    line-height: 90px;
    font-size: 18px;
  }
}

@media (max-width: 699px) {
  .vision3 {
    margin: 20px 0 0 0;
  }
  .vision3 ul li {
    flex: 0 0 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 30px 0 0 140px;
    height: 90px;
    font-size: 18px;
    margin-bottom: 30px;
  }
  .vision3 ul li i {
    bottom: 0;
    left: 20px;
  }
  .vision3 ul li i img {
    width: 120px;
    height: auto;
  }
  .vision3 ul li br {
    display: none;
  }
  .vision5 {
    margin: 20px 0 0 0;
  }
  .vision5 ul li {
    flex: 0 0 18%;
    margin-bottom: 5px;
  }
  .vision5 ul li span {
    width: 100px;
    height: 100px;
    line-height: 90px;
    font-size: 18px;
  }
}

/* 환자의 권리와 의무 */
.rights {
  width: 100%;
  text-align: center;
}

.rights .img_box img {
  display: block;
  width: 100%;
  height: 100%;
}

.rights .patient_rights {
  width: 100%;
}

.rights .patient_rights li {
  width: 100%;
  text-align: left;
}

.rights .patient_rights li h5 {
  display: inline-block;
  background: linear-gradient(to right, #4a96c1, #088383);
  color: #fff;
  font-weight: 500;
}

.rights .patient_rights li p {
  width: 100%;
  color: #555;
}

@media (min-width: 900px) {
  .patient_rights li {
    margin-bottom: 20px;
  }
  .patient_rights li h5 {
    line-height: 34px;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    font-size: 18px;
    padding: 0 25px;
    margin-bottom: 10px;
  }
  .patient_rights li p {
    font-size: 16px;
    padding: 0 0 0 15px;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  .patient_rights li {
    margin-bottom: 15px;
  }
  .patient_rights li h5 {
    line-height: 28px;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    font-size: 16px;
    padding: 0 20px;
    margin-bottom: 6px;
  }
  .patient_rights li p {
    font-size: 15px;
    padding: 0 0 0 10px;
  }
}

@media (max-width: 499px) {
  .patient_rights li {
    margin-bottom: 10px;
  }
  .patient_rights li h5 {
    line-height: 24px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    font-size: 15px;
    padding: 0 20px;
    margin-bottom: 6px;
  }
  .patient_rights li p {
    font-size: 14px;
    padding: 0 0 0 8px;
  }
}

/* 인공신장센터 */
.kidney {
  text-align: center;
}

.kidney .border_box .txt:before {
  background-image: url(../images/sub/ico_kidney.png);
}

.kidney .list_photo .txt + .img {
  float: right;
  width: 185px;
  height: 430px;
}

.list_num {
  padding: 1px 0 0 1px;
}

.list_num li {
  display: flex;
  align-items: center;
  float: left;
  width: 50%;
  padding: 20px;
  border-bottom: 1px solid #e1e1e1;
  border: 1px solid #e1e1e1;
  margin: -1px 0 0 -1px;
}

.list_num span {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-family: 'Pretendard';
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background: #007bc7;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.list_num p {
  margin-left: 14px;
  color: #262626;
  font-family: 'Pretendard';
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
}

.list_num:after {
  content: '';
  display: block;
  clear: both;
}

.list_photo {
  margin-top: 50px;
  text-align: left;
}

.list_photo li {
  margin-top: 50px;
}

.list_photo li:first-child {
  margin-top: 0;
}

.list_photo li .img {
  float: left;
  width: 460px;
  height: 240px;
}

.list_photo li .img img {
  display: block;
  width: 100%;
  height: 100%;
}

.list_photo li .txt {
  float: left;
  margin-left: 50px;
  padding-top: 20px;
  font-family: 'Pretendard';
}

.list_photo li .txt p {
  color: #000;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -1px;
}

.list_photo li .txt span {
  display: block;
  margin-top: 15px;
  color: #099b8e;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -1px;
  word-break: keep-all;
}

.list_photo li .txt em {
  display: block;
  margin-top: 5px;
  color: #555;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.5em;
  word-break: keep-all;
}

.list_photo li .txt ul {
  margin-top: 20px;
}

.list_photo li .txt ul li {
  position: relative;
  margin-top: 10px;
  padding-left: 13px;
  color: #555;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -1px;
}

.list_photo li .txt ul li:first-child {
  margin-top: 0;
}

.list_photo li .txt ul li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: #00a19a;
}

.list_photo li:after {
  content: '';
  display: block;
  clear: both;
}

/* 자주 묻는 질문 */
.faq_w {
  width: 100%;
  position: relative;
  text-align: center;
  min-height: 600px;
}

.faq_w .faq_search {
  width: 100%;
  text-align: center;
  max-width: 500px;
  display: inline-block;
  position: relative;
}

.faq_w .faq_search .live-search-box {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  border: 2px solid black;
  position: relative;
  color: #555;
}

.faq_w .faq_search .btn_search {
  position: absolute;
  right: 30px;
  top: 15px;
  background-image: url("/images/sub/btn_search.png");
  background-repeat: no-repeat;
}

.faq_w .faq {
  width: 100%;
  border-top: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
  margin-top: -1px;
}

.faq_w .faq .faq_Q {
  cursor: pointer;
  width: 100%;
  color: black;
  font-weight: 600;
  text-align: left;
  line-height: 1.4;
}

.faq_w .faq .faq_Q .ptag {
  display: none;
}

.faq_w .faq .faq_A {
  display: none;
  font-weight: 500;
  color: #555;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
}

.faq_w .expanded {
  background-color: #f9f9f9;
  transition: all all 0.3s ease-in-out ease 0s;
  -webkit-transition: all all 0.3s ease-in-out ease 0s;
  -moz-transition: all all 0.3s ease-in-out ease 0s;
  -ms-transition: all all 0.3s ease-in-out ease 0s;
  -o-transition: all all 0.3s ease-in-out ease 0s;
}

.faq_w .expanded .faq_Q {
  color: #056eb8;
}

.faq_w .faq-t {
  transform: rotate(-45deg);
  float: right;
  position: relative;
  width: 14px;
  height: 14px;
  background: transparent;
  border-left: 2px solid #00a19a;
  border-bottom: 2px solid #00a19a;
  transition: all .3s ease-in-out;
}

.faq_w .faq-o {
  -moz-transform: rotate(-224deg);
  -ms-transform: rotate(-224deg);
  -webkit-transform: rotate(-224deg);
  transform: rotate(-224deg);
}

@media (min-width: 800px) {
  .faq_w .faq_search {
    margin: 0 auto 60px auto;
  }
  .faq_w .faq_search .live-search-box {
    line-height: 60px;
    padding: 0 100px 0 30px;
    font-size: 18px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
  }
  .faq_w .faq_search .btn_search {
    width: 30px;
    height: 30px;
    background-size: 30px auto;
  }
  .faq_w .faq {
    padding: 20px;
  }
  .faq_w .faq .faq_Q {
    padding: 20px 10px 20px 10px;
    font-size: 20px;
  }
  .faq_w .faq .faq_Q .question {
    padding: 0 50px 0 0;
  }
  .faq_w .faq .faq_A {
    padding: 0 20px 20px 20px;
    font-size: 16px;
  }
  .faq_w .faq-t {
    top: -24px;
    right: 10px;
  }
  .faq_w .faq-o {
    top: -20px;
  }
}

@media (max-width: 799px) {
  .faq_w .faq_search {
    margin: 0 auto 30px auto;
  }
  .faq_w .faq_search .live-search-box {
    line-height: 40px;
    padding: 0 50px 0 20px;
    font-size: 16px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
  .faq_w .faq_search .btn_search {
    width: 20px;
    height: 20px;
    background-size: 20px auto;
  }
  .faq_w .faq {
    padding: 10px;
  }
  .faq_w .faq .faq_Q {
    padding: 15px 10px 15px 10px;
    font-size: 18px;
  }
  .faq_w .faq .faq_Q .question {
    padding: 0 50px 0 0;
  }
  .faq_w .faq .faq_A {
    padding: 0 15px 15px 15px;
    font-size: 16px;
  }
  .faq_w .faq-t {
    top: -24px;
    right: 10px;
  }
  .faq_w .faq-o {
    top: -18px;
  }
}

/* 양한방협진 */
.medicine {
  text-align: center;
}

.medicine .border_box .txt {
  padding-left: 320px;
}

.medicine .border_box .txt:before {
  top: auto;
  left: 40px;
  bottom: 0;
  width: 246px;
  height: 197px;
  background-image: url(../images/sub/ico_medicine.png);
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}

.medicine p.txt {
  color: #262626;
  text-align: center;
  line-height: 1.5em;
}

.medicine .list_num {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.medicine .list_num li {
  flex: 0 0 50%;
}

.medicine .list_num li p {
  width: calc(100% - 50px);
}

.medicine .list_system li {
  width: 33.33333333333333%;
  height: 278px;
}

.medicine .list_system li p {
  font-size: 24px;
  line-height: 1.4em;
}

.medicine .list_system li:after {
  bottom: 10px;
  width: 162px;
  height: 163px;
}

.medicine .list_system li.system01:after {
  background-image: url(../images/sub/ico_system05.png);
}

.medicine .list_system li.system02:after {
  background-image: url(../images/sub/ico_system06.png);
}

.medicine .list_system li.system03:after {
  background-image: url(../images/sub/ico_system07.png);
}

/* 욕창관리전문 */
.bedsore {
  text-align: center;
}

.bedsore h4 {
  margin-top: 100px !important;
}

.bedsore .border_box .txt:before {
  width: 139px;
  height: 120px;
  background-image: url(../images/sub/ico_bedsore.png);
}

.bedsore .list_photo li {
  float: left;
  width: 30%;
  margin: 0 2.5%;
}

.bedsore .list_photo li:first-child {
  margin-left: 0;
}

.bedsore .list_photo li:last-child {
  float: right;
  margin-right: 0;
}

.bedsore .list_photo li .img {
  float: none;
  width: 420px;
  height: 240px;
}

.bedsore .list_photo li .txt {
  margin-left: 20px;
  padding-top: 30px;
}

.bedsore .list_photo li .txt p {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  word-break: keep-all;
}

.bedsore .list_photo li .txt span {
  color: #555;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3em;
}

.bedsore .list_photo:after {
  content: '';
  display: block;
  clear: both;
}

.bedsore .list_ul {
  margin-top: 30px;
}

.img_box {
  margin: 50px auto 0;
  text-align: center;
}

.img_box p {
  margin-top: 30px;
  color: #595959;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 1.3em;
  word-break: keep-all;
}

.list_system {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.list_system li {
  position: relative;
  float: left;
  width: 20%;
  height: 278px;
  padding: 10px;
}

.list_system li:first-child:before {
  display: none;
}

.list_system li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 100%;
  border-left: 1px solid #e1e1e1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.list_system li:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 118px;
  height: 110px;
  background-repeat: no-repeat;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.list_system li p {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -1px;
}

.list_system li span {
  display: block;
  margin-top: 10px;
  color: #737373;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.3em;
  word-break: keep-all;
}

.list_system li.system01:after {
  background-image: url(../images/sub/ico_system01.png);
}

.list_system li.system02:after {
  background-image: url(../images/sub/ico_system02.png);
}

.list_system li.system03:after {
  background-image: url(../images/sub/ico_system03.png);
}

.list_system li.system04:after {
  background-image: url(../images/sub/ico_system04.png);
}

.list_system li.system05:after {
  background-image: url(../images/sub/ico_system08.png);
}

.list_system:after {
  content: '';
  display: block;
  clear: both;
}

p.txt {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
  text-align: left;
  word-break: keep-all;
}

/* 물리치료 */
.therapy {
  text-align: center;
}

.therapy .border_box .txt:before {
  width: 126px;
  height: 122px;
  background-image: url(../images/sub/ico_therapy.png);
}

.therapy .list_therapy {
  display: flex;
}

.therapy .list_therapy .img {
  display: block;
  width: 420px;
  height: 260px;
}

.therapy .list_therapy .txt {
  display: flex;
  flex-direction: column;
  width: calc(100% - 460px);
  margin-left: 40px;
  padding-top: 30px;
}

.therapy .list_therapy .txt > li {
  display: flex;
  margin-top: 30px;
  text-align: left;
}

.therapy .list_therapy .txt > li:first-child {
  margin-top: 0;
}

.therapy .list_therapy .txt p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 50px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
  border: 3px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #056ab0 0%, #00817c 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.therapy .list_therapy .txt span {
  display: block;
  width: calc(100% - 190px);
  margin-left: 20px;
  padding-top: 10px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 1.4em;
  word-break: keep-all;
}

.therapy .list_therapy .txt .list_ul {
  width: calc(100% - 190px);
  margin-left: 20px;
  padding-top: 10px;
}

.therapy .list_therapy .txt .list_ul li {
  float: left;
  width: 50%;
  margin-top: 5px;
  color: #000;
  font-size: 20px;
  font-weight: 300;
}

.therapy .list_therapy .txt .list_ul li:before {
  width: 4px;
  height: 4px;
  background: #099b8e;
}

.therapy .list_therapy .txt .list_ul:after {
  content: '';
  display: block;
  clear: both;
}

/* 입원시설 */
.food.facility01 .gray_box:before {
  left: 55px;
  top: 35px;
  width: 220px;
  height: 197px;
  background-image: url(../images/sub/ico_facility01.png);
}

.food.facility02 .gray_box:before {
  left: 20px;
  top: 10px;
  width: 292px;
  height: 252px;
  background-image: url(../images/sub/ico_facility02.png);
}

.food.facility03 .gray_box:before {
  left: 40px;
  top: 20px;
  width: 227px;
  height: 190px;
  background-image: url(../images/sub/ico_facility03.png);
}

.mySwiper2 .swiper-slide p {
  margin-top: 30px;
  color: #737373;
  font-family: 'Pretendard';
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -1px;
}

.mySwiper {
  width: 100%;
  margin-top: 40px;
}

.mySwiper .swiper-slide {
  width: 20%;
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
}

.mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-button-next, .swiper-button-prev {
  width: 36px;
  height: 64px;
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

.swiper-button-next {
  right: 0;
  background: url(../images/sub/ico_arrow.png) no-repeat;
}

.swiper-button-prev {
  left: 0;
  background: url(../images/sub/ico_arrow_prev.png) no-repeat;
}

/* 영양시설 */
.food {
  text-align: center;
}

.food .gray_box {
  padding-left: 340px;
  text-align: left;
}

.food .gray_box:before {
  content: '';
  display: block;
  position: absolute;
  left: 40px;
  top: 20px;
  width: 264px;
  height: 228px;
  background: url(../images/sub/ico_food.png) no-repeat;
}

.food .service .txt {
  margin-top: 25px;
}

.food .service p {
  color: #000;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -1px;
  word-break: keep-all;
}

.food .service span {
  display: block;
  margin-top: 15px;
  color: #666;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 1.7em;
  word-break: keep-all;
}

.food .brand ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.food .brand ul li:first-child {
  margin-right: 80px;
}

.food .brand p {
  margin-top: 10px;
  color: #666;
  font-family: 'Pretendard';
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 1.7em;
  word-break: keep-all;
}

.food .brand p:first-child {
  position: relative;
  margin-top: 50px;
  padding-bottom: 20px;
}

.food .brand p:first-child:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 10px;
  height: 10px;
  background: #99e460;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.food .list_rule {
  display: flex;
  justify-content: center;
}

.food .list_rule li {
  margin: 0 25px;
}

.food .list_rule li:first-child {
  margin-left: 0;
}

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

.food .list_rule li div {
  position: relative;
  width: 340px;
  height: 340px;
  border: 1px solid #e5e5e5;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  overflow: hidden;
}

.food .list_rule li div:before {
  content: '';
  display: block;
  position: absolute;
  width: 251px;
  height: 251px;
  background: #99e460;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: -1;
}

.food .list_rule li div p {
  position: relative;
  padding-top: 185px;
  color: #000;
  font-family: 'Pretendard';
  font-size: 36px;
  font-weight: 700;
}

.food .list_rule li div p:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 35px;
  width: 131px;
  height: 131px;
  background-repeat: no-repeat;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.food .list_rule li div span {
  display: block;
  margin-top: 10px;
  color: #555;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 1.4em;
}

.food .list_rule li.rule01 div:before {
  top: -95px;
  left: -25px;
}

.food .list_rule li.rule01 p:before {
  background-image: url(../images/sub/ico_rule01.png);
}

.food .list_rule li.rule02 div:before {
  bottom: -80px;
  left: -10px;
}

.food .list_rule li.rule02 p:before {
  background-image: url(../images/sub/ico_rule02.png);
}

.food .list_rule li.rule03 div:before {
  top: 40px;
  right: -95px;
}

.food .list_rule li.rule03 p:before {
  background-image: url(../images/sub/ico_rule03.png);
}

.food .room .txt {
  color: #737373;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -1px;
}

.food .room ul li {
  float: left;
  width: 48.5%;
  margin-top: 40px;
}

.food .room ul li:nth-child(even) {
  float: right;
}

.food .room ul li span {
  display: block;
}

.food .room ul li span img {
  display: block;
}

.food .room ul:after {
  content: '';
  display: block;
  clear: both;
}

/* 입퇴원안내 */
.hospital {
  text-align: center;
}

.hospital .vs_box {
  position: relative;
  padding-left: 280px;
  text-align: left;
}

.hospital .vs_box:before {
  content: '';
  display: block;
  position: absolute;
  left: 55px;
  top: 50%;
  width: 160px;
  height: 120px;
  background: url(../images/sub/ico_hospital.png) no-repeat;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.hospital .vs_box .list_ul {
  margin-top: 10px;
}

.hospital .vs_box .list_ul li {
  float: left;
  width: 50%;
}

.hospital .vs_box .list_ul li:first-child {
  margin-top: 10px;
}

.hospital .vs_box .list_ul:after {
  content: '';
  display: block;
  clear: both;
}

.hospital .list_hospital {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hospital .list_hospital li {
  position: relative;
  width: 23%;
  margin: 0 2%;
}

.hospital .list_hospital li:first-child {
  margin-left: 0;
}

.hospital .list_hospital li:first-child:before {
  display: none;
}

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

.hospital .list_hospital li:before {
  content: '';
  display: block;
  position: absolute;
  left: -11%;
  top: 50%;
  border-left: 15px solid #ccc;
  border-right: 9px solid transparent;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.hospital .list_hospital li div {
  height: 340px;
  border: 1px solid #e5e5e5;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.hospital .list_hospital li div p {
  position: relative;
  padding-top: 170px;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -1px;
}

.hospital .list_hospital li div p:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 30px;
  width: 111px;
  height: 111px;
  background-repeat: no-repeat;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.hospital .list_hospital li div span {
  display: block;
  margin-top: 15px;
  color: #555;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 1.4em;
  padding: 0 8px;
}

.hospital .list_hospital li.hos01 p:before {
  background-image: url(../images/sub/ico_hos01.png);
}

.hospital .list_hospital li.hos02 p:before {
  background-image: url(../images/sub/ico_hos02.png);
}

.hospital .list_hospital li.hos03 p:before {
  background-image: url(../images/sub/ico_hos03.png);
}

.hospital .list_hospital li.hos04 p:before {
  background-image: url(../images/sub/ico_hos04.png);
}

.hospital .list_hospital li.hos05 p:before {
  background-image: url(../images/sub/ico_hos05.png);
}

.hospital .list_hospital li.hos06 p:before {
  background-image: url(../images/sub/ico_hos06.png);
}

.hospital .list_hospital li.hos07 p:before {
  background-image: url(../images/sub/ico_hos07.png);
}

.hospital .list_hospital li.hos08 p:before {
  background-image: url(../images/sub/ico_hos08.png);
}

.hospital .list_ready {
  display: flex;
  margin-top: 10px;
  text-align: left;
}

.hospital .list_ready > li {
  width: 50%;
}

.hospital .list_ready > li:first-child div {
  border-right: 1px solid #e1e1e1;
}

.hospital .list_ready > li.ready01 div:before {
  background-image: url(../images/sub/ico_ready01.png);
}

.hospital .list_ready > li.ready02 div:before {
  background-image: url(../images/sub/ico_ready02.png);
}

.hospital .list_ready > li div {
  position: relative;
  padding: 10px 20px;
  padding-left: 150px;
}

.hospital .list_ready > li div:before {
  content: '';
  display: block;
  position: absolute;
  left: 30px;
  top: 15px;
  width: 96px;
  height: 80px;
  background-repeat: no-repeat;
}

.hospital .list_ready > li div p {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -1px;
}

.hospital .list_ready > li div ul {
  margin-top: 15px;
}

.hospital .list_ready > li div ul li {
  margin-top: 5px;
  color: #555;
  font-family: 'Pretendard';
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -1px;
  word-break: keep-all;
}

.hospital .list_ready > li div ul li:first-child {
  margin-top: 0;
}

.vs_box {
  padding: 30px 40px;
  border: 1px solid #e5e5e5;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.vs_box p {
  color: #056eb8;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -1px;
  word-break: keep-all;
}

/* 병문안 안내 */
.visit {
  text-align: center;
}

.visit .vs_box {
  position: relative;
  padding: 40px;
  padding-left: 425px;
  text-align: left;
  overflow: hidden;
}

.visit .vs_box:before {
  content: '';
  display: block;
  position: absolute;
  left: -10px;
  bottom: 0;
  width: 404px;
  height: 220px;
  background: url(../images/sub/ico_visit.png) no-repeat;
}

.visit .list {
  margin-top: 25px;
}

.visit .list li {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.visit .list li:first-child {
  margin-top: 0;
}

.visit .list span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 50px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
  text-align: center;
  border: 3px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #056ab0 0%, #00807c 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.visit .list em {
  display: block;
  margin-left: 20px;
  color: #000;
  font-family: 'Pretendard';
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
  word-break: keep-all;
}

.visit .list_visit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.visit .list_visit p {
  position: relative;
  padding-top: 195px;
  color: #404040;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -1px;
  width: 124px;
}

.visit .list_visit p:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 180px;
  height: 180px;
  background-repeat: no-repeat;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.visit .list_visit li {
  margin: 0 40px;
}

.visit .list_visit li.visit01 p:before {
  background-image: url(../images/sub/ico_visi01.png);
}

.visit .list_visit li.visit02 {
  margin-left: 0;
}

.visit .list_visit li.visit02 p:before {
  background-image: url(../images/sub/ico_visi02.png);
}

.visit .list_visit li.visit03 p:before {
  background-image: url(../images/sub/ico_visi03.png);
}

.visit .list_visit li.visit04 {
  margin-right: 0;
}

.visit .list_visit li.visit04 p:before {
  background-image: url(../images/sub/ico_visi04.png);
}

.visit .list_visit li.visit05 p:before {
  background-image: url(../images/sub/ico_visi05.png);
}

.visit .list_noti {
  margin-top: 50px;
}

.visit .list_noti li {
  display: flex;
  text-align: left;
  margin-top: 10px;
}

.visit .list_noti li:first-child {
  margin-top: 0;
}

.visit .list_noti li p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 50px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
  text-align: center;
  border: 3px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #056ab0 0%, #00807c 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.visit .list_noti li span {
  display: block;
  width: calc(100% - 190px);
  margin-left: 20px;
  padding-top: 10px;
  color: #000;
  font-family: 'Pretendard';
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 1.5em;
  word-break: keep-all;
}

/* 재증명서 발급 안내 */
.certificate {
  text-align: center;
}

.certificate h4:first-child {
  margin-top: 0 !important;
}

.process {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.process.green div:before {
  border-left: 15px solid #099b8e;
}

.process.green p {
  background: #099b8e;
}

.process p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 150px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -1px;
  background: #007bc7;
}

.process ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
}

.process ul li {
  width: 20%;
}

.process ul li:first-child div:before {
  display: none;
}

.process ul li div {
  position: relative;
  height: 150px;
  padding: 15px;
  border: 1px solid #e1e1e1;
  border-left: 0;
}

.process ul li div:before {
  content: '';
  display: block;
  position: absolute;
  left: -1px;
  top: 50%;
  border-left: 15px solid #007bc7;
  border-right: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-top: 9px solid transparent;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.process ul li div span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #262626;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 1.3em;
  word-break: keep-all;
}

.tbl_txt {
  margin-top: 30px;
  padding-left: 40px;
  color: #262626;
  font-family: 'Pretendard';
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  letter-spacing: -1px;
  word-break: keep-all;
}

.tbl_txt + .tbl_st,
.tbl_txt + table {
  margin-top: 15px;
}

.tbl_txt.taR {
  padding-left: 0;
}

table {
  width: 100%;
  font-family: 'Pretendard';
  border-right: 1px solid #e1e1e1;
}

table thead th, table thead td, table tbody th, table tbody td {
  padding: 15px 15px 15px 50px;
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
}

table thead tr {
  border-top: 2px solid #007bc7;
}

table thead th {
  padding: 20px 15px;
  color: #0d0d0d;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -1px;
  text-align: center;
  background: #f5fbfe;
}

table tbody {
  text-align: left;
}

table tbody th {
  color: #007bc7;
  height: 52px;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -1px;
}

table tbody td {
  color: #737373;
  height: 52px;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -1px;
}

.tbl_st .right {
  margin-bottom: 5px;
  text-align: right;
}

/* 층별안내 */
.guide .box {
  display: flex;
  justify-content: center;
}

.guide .box .img {
  display: block;
}

.guide .box .txt {
  margin-left: 50px;
  padding-top: 50px;
}

.guide .box .txt p {
  color: #007bc7;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -1px;
  word-break: keep-all;
}

.guide .box .txt span {
  display: block;
  color: #099b8e;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -1px;
}

.guide .box .txt em {
  display: block;
  margin-top: 20px;
  color: #595959;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 1.5em;
  word-break: keep-all;
}

.guide .vr {
  width: 100%;
  text-align: left;
  margin: 30px 0;
}

.guide .vr a {
  display: inline-block;
  margin: 0 auto;
  border: 3px solid #d1d1d1;
  font-size: 24px;
  padding: 0 80px 0 100px;
  position: relative;
  line-height: 70px;
  transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  color: #222;
}

.guide .vr a i {
  position: absolute;
  left: 25px;
  top: 10px;
  width: 50px;
  height: 50px;
  background-image: url("/images/sub/ico_vr.png");
  background-repeat: no-repeat;
  background-size: 50px auto;
}

.guide .vr a:after {
  content: '';
  width: 30px;
  height: 30px;
  background-image: url("/images/sub/go_arrow.png");
  background-repeat: no-repeat;
  background-size: 30px auto;
  position: absolute;
  right: 20px;
  top: 20px;
  transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
}

.guide .vr a:hover {
  border: 3px solid transparent;
  border-image: linear-gradient(to right, #3d7e8c 0%, #33895c 100%);
  border-image-slice: 1;
}

.guide .vr a:hover:after {
  right: 15px;
}

.guide .vr p {
  width: 100%;
  font-size: 14px !important;
  color: #666 !important;
  font-weight: 600 !important;
  padding-top: 10px;
}

.guide ul {
  margin-top: 50px;
}

.guide ul li {
  display: flex;
  align-items: center;
  float: left;
  width: 50%;
  margin-bottom: 20px;
  font-family: 'Pretendard';
}

.guide ul li p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -1px;
  text-align: center;
  background: linear-gradient(to right, #4e9cb7, #3cb05c);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.guide ul li span {
  display: block;
  width: calc(100% - 120px);
  margin-left: 20px;
  padding-right: 20px;
  color: #262626;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 1.5em;
  word-break: keep-all;
}

.guide ul:after {
  content: '';
  display: block;
  clear: both;
}

/* 치료후기 */
.review_list {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}

.review_list li a {
  width: 100%;
  border: 1px solid #e1e1e1;
  display: block;
}

.review_list li a .thumb {
  width: 100%;
}

.review_list li a .thumb img {
  width: 100%;
  height: auto;
}

.review_list li a .ttl {
  width: 99%;
  text-align: center;
  color: #434343;
  font-weight: 600;
  line-height: 1.3;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}

@media (min-width: 900px) {
  .review_list {
    margin-top: 40px;
  }
  .review_list li {
    flex: 0 0 25%;
    width: 25%;
    padding: 15px 10px;
  }
  .review_list li a .ttl {
    font-size: 18px;
    padding: 15px;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  .review_list {
    margin-top: 30px;
  }
  .review_list li {
    flex: 0 0 50%;
    width: 50%;
    padding: 15px 10px;
  }
  .review_list li a .ttl {
    font-size: 16px;
    padding: 15px;
  }
}

@media (max-width: 499px) {
  .review_list {
    margin-top: 30px;
  }
  .review_list li {
    flex: 0 0 100%;
    width: 100%;
    padding: 15px 0;
  }
  .review_list li a .ttl {
    font-size: 16px;
    padding: 15px;
  }
}

/* 센트럴 소식 */
.search_box {
  display: flex;
  padding-right: 20px;
  justify-content: space-between;
  align-items: center;
}

.search_box p {
  display: flex;
  align-items: center;
  position: relative;
  height: 40px;
  padding-left: 50px;
  color: #363636;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -1px;
}

.search_box p span {
  display: inline-block;
  color: #ff592e;
  font-family: 'Pretendard';
}

.search_box p:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 41px;
  margin-top: -20.5px;
  background: url(../images/sub/ico_logo.png) no-repeat;
}

.search_box .search {
  display: flex;
  align-items: center;
}

.search_box .search input[type="text"] {
  width: 250px;
}

.search_box .search button {
  width: 22px;
  height: 23px;
  margin-left: 12px;
  border: 0;
  background: 0;
}

.search_box .search button span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/common/ico_search.png) no-repeat;
}

.notice_list {
  margin-top: 20px;
}

.notice_list li {
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px 36px;
  border-top: 1px solid #e1e1e1;
}

.notice_list li:first-child {
  border-top: 2px solid #056eb8;
}

.notice_list li:last-child {
  border-bottom: 1px solid #e1e1e1;
}

.notice_list li:after {
  content: '';
  display: block;
  clear: both;
}

.notice_list .noti {
  float: left;
  text-align: center;
}

.notice_list .noti.event em {
  background: #056eb8;
}

.notice_list .noti.etc em {
  background: #f8b838;
}

.notice_list .noti em {
  display: block;
  width: 60px;
  height: 30px;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
  background: #00a19a;
}

.notice_list .date {
  display: block;
  float: left;
  margin-left: 40px;
  color: #898989;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
}

.notice_list .tit {
  display: block;
  float: left;
  width: 75%;
  margin-left: 30px;
}

.notice_list .tit span {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 27px;
}

.notice_list .tit em {
  display: block;
  position: relative;
}

.notice_list .tit em:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background-color: #e4f3ff;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  z-index: -1;
}

.notice_list .tit .new {
  display: block;
  margin-left: 14px;
  color: #ff592e;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 600;
}

.notice_list .tit:hover em:before {
  height: 50%;
}

.notice_list .writer {
  position: absolute;
  right: 20px;
  top: 50%;
  color: #363636;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 27px;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.notice_bottom {
  position: relative;
  margin-top: 45px;
}

.notice_bottom .pagination {
  display: flex;
  justify-content: center;
}

.notice_bottom .pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: -1px;
  border: 1px solid #e1e1e1;
  background: #fff;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.notice_bottom .pagination a:hover {
  background: #ebebeb;
}

.notice_bottom .pagination a span {
  display: block;
  color: #898989;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 600;
}

.notice_bottom .pagination a.pg_active {
  border: #00a19a;
  background: #00a19a;
}

.notice_bottom .pagination a.pg_active span {
  color: #fff;
}

.notice_bottom .pagination .pg_arr span {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
}

.notice_bottom .pagination .pg_arr.btn_first span {
  background-image: url(../images/common/btn_first.png);
}

.notice_bottom .pagination .pg_arr.btn_last span {
  background-image: url(../images/common/btn_last.png);
}

.notice_bottom .pagination .pg_arr.btn_prev span {
  background-image: url(../images/common/btn_prev.png);
}

.notice_bottom .pagination .pg_arr.btn_next span {
  background-image: url(../images/common/btn_next.png);
}

.notice_bottom .btn_box {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
}

/* view */
.view_list {
  margin-top: 40px;
  width: 100%;
}

.view_list .tit {
  padding: 15px;
  border-top: 2px solid #056eb8;
  text-align: center;
  width: 100%;
}

.view_list .tit .noti {
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  vertical-align: middle;
}

.view_list .tit .noti.event em {
  background: #056eb8;
}

.view_list .tit .noti.etc em {
  background: #f8b838;
}

.view_list .tit .noti em {
  display: block;
  width: 60px;
  height: 30px;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
  background: #00a19a;
}

.view_list .tit h4 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -1px;
}

.view_list .txt {
  position: relative;
  padding: 80px 50px 50px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  width: 100%;
}

.view_list .txt .info {
  position: absolute;
  right: 0;
  top: 10px;
  display: inline-block;
  color: #363636;
  font-family: 'Pretendard';
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.5px;
  text-align: right;
}

.view_list .txt p {
  color: #464646;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 1.6em;
  word-break: keep-all;
  width: 100%;
  text-align: center;
}

.view_list .txt p img {
  margin-top: 30px;
  max-width: 100%;
  height: auto;
}

.view_list .txt img {
  max-width: 1300px;
}

.view_list .txt img img {
  margin-top: 50px;
  width: 100%;
  object-fit: scale-down;
}

.page_list {
  margin-top: 100px;
}

.page_list ul li {
  display: flex;
  align-items: center;
  padding: 20px 20px 20px 68px;
  border-top: 1px solid #e1e1e1;
}

.page_list ul li:last-child {
  border-bottom: 1px solid #e1e1e1;
}

.page_list ul li p {
  position: relative;
  padding-right: 48px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -1px;
}

.page_list ul li p:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 16px;
  height: 9px;
  margin-top: -4.5px;
  background-repeat: no-repeat;
}

.page_list ul li a {
  display: block;
  width: calc(100% - 120px);
  margin-left: 25px;
  color: #464646;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -1px;
}

.page_list ul li.next p:before {
  background-image: url(../images/common/ico_top.png);
}

.page_list ul li.prev p:before {
  background-image: url(../images/common/ico_bottom.png);
}

/* 온라인 상담 */
.top_txt {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  position: relative;
  height: 138px;
  padding-right: 130px;
}

.top_txt:before {
  content: '';
  display: block;
  position: absolute;
  right: 35px;
  bottom: 0;
  width: 73px;
  height: 138px;
  background: url(../images/sub/ico_advice.png) no-repeat;
}

.top_txt p {
  position: relative;
  padding-left: 50px;
  color: #363636;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: -1px;
}

.top_txt p:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 41px;
  margin-top: -20.5px;
  background: url(../images/sub/ico_logo.png) no-repeat;
}

.advice_list li {
  padding: 10px 20px 10px 68px;
  border-top: 1px solid #e1e1e1;
}

.advice_list li:first-child {
  border-top: 2px solid #056eb8;
}

.advice_list li:last-child {
  border-bottom: 1px solid #e1e1e1;
}

.advice_list li.txt {
  padding: 20px;
}

.advice_list li.txt textarea {
  width: 100%;
  min-height: 430px;
  padding: 20px 30px;
  resize: none;
  color: #363636;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -1px;
  border: 0;
  background: #ebebeb;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.advice_list li.txt textarea::placeholder {
  color: #898989;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -1px;
}

.advice_list li.txt textarea:focus-visible {
  outline: 0;
}

/* write */
.write_list {
  margin-top: 40px;
}

.write_list li.txt {
  position: relative;
  padding: 40px 20px 20px;
}

.write_list li.txt .info {
  position: absolute;
  top: 10px;
  right: 0;
  color: #363636;
  font-family: 'Pretendard';
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.input_box {
  display: flex;
  align-items: center;
}

.input_box label {
  min-width: 135px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -1px;
}

.input_box input[type="text"], .input_box input[type="password"] {
  height: 40px;
  padding: 0 20px;
  color: #363636;
  font-family: 'Pretendard';
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -1px;
  border: 0;
  background: #ebebeb;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.input_box input[type="text"]::placeholder, .input_box input[type="password"]::placeholder {
  color: #898989;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -1px;
}

.input_box input[type="text"]:focus-visible, .input_box input[type="password"]:focus-visible {
  outline: 0;
}

.input_box .select_box select {
  height: 40px;
  padding: 0 10px;
  color: #363636;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -1px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.input_box.name input[type="text"] {
  width: 200px;
}

.input_box.tel input[type="text"] {
  width: 250px;
}

.input_box.main input[type="text"] {
  width: 300px;
}

.input_box.title input[type="text"] {
  width: 100%;
}

.input_box .point {
  display: block;
  margin-left: 20px;
  color: #ff592e;
  font-family: 'Pretendard';
  font-size: 14px;
  font-weight: 400;
}

.file_box {
  display: flex;
  align-items: center;
}

.file_box > label {
  min-width: 135px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -1px;
}

.file_box .file_search {
  display: flex;
  align-items: center;
}

.file_box .file_search label {
  position: relative;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  border: 1px solid #e1e1e1;
  cursor: pointer;
}

.file_box .file_search label:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  margin-left: -7px;
  background: url(../images/common/ico_file.png) no-repeat;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.file_box .file_search label:hover:before {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.file_box .file_search input[type="file"] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
}

.file_box .file_search .file_tit {
  width: 150px;
  height: 40px;
  text-align: center;
  border: 1px solid #e1e1e1;
}

.file_box .file_search .file_tit::placeholder {
  color: #464646;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -1px;
}

.file_box .file_search .file_tit:focus-visible {
  outline: 0;
}

.file_box .file_txt {
  color: #464646;
  font-family: 'Pretendard';
  font-size: 16px;
  font-weight: 300;
  line-height: 39px;
}

.file_box .file_txt span {
  display: inline-block;
  padding-right: 30px;
}

.file_box .file_txt .close {
  width: 12px;
  height: 12px;
  background: url(../images/common/ico_close.png) no-repeat;
}

.file_box .file {
  padding-right: 10px;
}

.login_box {
  margin: 50px auto 100px;
  text-align: center;
}

.login_box .login {
  display: inline-block;
  margin: 0 auto;
  padding: 50px 77px 47px;
  border: 1px solid #e1e1e1;
}

.login_box li {
  margin-top: 20px;
}

.login_box li:first-child {
  margin-top: 0;
}

.login_box .input_box {
  justify-content: center;
}

.login_box .input_box label {
  min-width: 152px;
  color: #363636;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -1px;
}

.login_box .btn_box {
  margin-top: 40px;
}

.btn_box {
  margin: 50px auto 0;
  text-align: center;
}

.btn_box ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn_box ul li {
  display: flex;
}

.btn_box ul li a {
  display: block;
  position: relative;
  padding: 18px 40px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

.btn_box ul li a.btn_green {
  background: #00a19a;
}

.btn_box ul li a.btn_yellow {
  background: #f7ca18;
}

.btn_box ul li a.btn_red {
  background: #ff0000;
}

.btn_box ul li a.btn_gray {
  background: #363636;
}

.btn_box ul li a[class^="btn_white_"] {
  width: 60px;
  height: 60px;
  padding: 0;
  border: 1px solid #e1e1e1;
  background: #fff;
}

.btn_box ul li a[class^="btn_white_"]:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  background-repeat: no-repeat;
}

.btn_box ul li a[class^="btn_white_"].btn_white_login:before {
  background-image: url(../images/common/ico_login.png);
}

.btn_box ul li a[class^="btn_white_"].btn_white_logout:before {
  background-image: url(../images/common/ico_logout.png);
}

.btn_box ul li a:hover {
  border-radius: 0 0 20px 0;
  -webkit-border-radius: 0 0 20px 0;
  -moz-border-radius: 0 0 20px 0;
  -ms-border-radius: 0 0 20px 0;
  -o-border-radius: 0 0 20px 0;
}

.btn_box ul li + li {
  margin-left: 10px;
}

.btn_box.btn_admin {
  display: flex;
  justify-content: end;
  position: relative;
  margin-top: 30px;
}

/* 반응형 */
@media screen and (max-width: 1570px) {
  .visual {
    background-size: cover;
  }
  .visual.sub01 {
    background-position: 20% 0;
  }
}

@media screen and (max-width: 1490px) {
  .visual {
    height: 351px;
  }
  .visual.sub01 {
    background-position: 30% 0;
  }
  .visual .txt {
    max-width: 100%;
    padding: 175px 20px 0 60px;
  }
  .visual .txt h2 {
    font-size: 45px;
  }
  .visual .txt p {
    font-size: 18px;
  }
  #container .content {
    max-width: 100%;
    padding: 100px 20px;
  }
  #container .content h3 {
    font-size: 45px;
  }
  #container .content .cont_box {
    margin-top: 50px;
  }
  #container .content .cont_box h4 {
    font-size: 34px;
  }
  .txt_box p {
    font-size: 18px;
  }
  .border_box p {
    font-size: 28px;
  }
  .border_box span {
    font-size: 18px;
  }
  .list_num p {
    font-size: 18px;
  }
  .list_photo li .txt p {
    font-size: 34px;
  }
  .list_photo li .txt span {
    font-size: 22px;
  }
  .list_photo li .txt em {
    font-size: 17px;
  }
  .list_photo li .txt ul li {
    font-size: 18px;
  }
  img[class^="greeting_"] {
    width: 100%;
  }
  .team {
    margin-top: 0 !important;
  }
  .team .service_list li p {
    font-size: 22px;
  }
  .team .service_list li span {
    font-size: 18px;
  }
  .team .counsel li p i {
    font-size: 18px;
  }
  .team .counsel li span {
    font-size: 18px;
  }
  .team .location span {
    font-size: 22px;
  }
  .location > li p {
    font-size: 22px;
  }
  .location > li > span {
    font-size: 22px;
  }
  .location > li > ul li em {
    font-size: 22px;
  }
  .location > li > ul li span {
    font-size: 28px;
  }
  .location > li > ul li.bus span {
    font-size: 28px;
  }
  .food .gray_box p {
    font-size: 28px;
  }
  .food .gray_box span {
    font-size: 18px;
  }
  .food .service p {
    font-size: 22px;
  }
  .food .service span {
    font-size: 17px;
  }
  .food .brand p {
    font-size: 17px;
  }
  .food .list_rule li div p {
    font-size: 34px;
  }
  .food .list_rule li div span {
    font-size: 18px;
  }
  .food .room .txt {
    font-size: 22px;
  }
  .food .room ul li .img {
    display: block;
  }
  .food .room ul li .img img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .list_ul li {
    font-size: 17px;
  }
  .process p {
    font-size: 22px;
  }
  .process ul li div span {
    font-size: 18px;
  }
  .vs_box p {
    font-size: 25px;
  }
  .vs_box .list li span, .vs_box .list li em {
    font-size: 18px;
  }
  .hospital .list_hospital li div p {
    font-size: 22px;
  }
  .hospital .list_hospital li div span {
    font-size: 18px;
  }
  .hospital .list_ready > li div p {
    font-size: 22px;
  }
  .hospital .list_ready > li div ul li {
    font-size: 18px;
  }
  .visit .list_visit p {
    font-size: 22px;
  }
  .visit .list_noti li p {
    font-size: 18px;
  }
  .visit .list_noti li span {
    font-size: 17px;
  }
  .guide .box .txt p, .guide .box .txt span {
    font-size: 34px;
  }
  .guide .box .txt em {
    font-size: 18px;
  }
  .guide ul li p {
    font-size: 22px;
  }
  .guide ul li span {
    font-size: 18px;
  }
  .img_box p {
    font-size: 22px;
  }
  .list_system li p {
    font-size: 28px;
  }
  .list_system li span {
    font-size: 17px;
  }
  .bedsore .list_photo li .txt p {
    font-size: 22px;
  }
  .bedsore .list_photo li .txt span {
    font-size: 18px;
  }
  p.txt {
    font-size: 17px;
  }
  .medicine .list_system li p {
    font-size: 22px;
  }
  .therapy .list_therapy .txt p {
    font-size: 18px;
  }
  .therapy .list_therapy .txt span {
    font-size: 18px;
  }
  .therapy .list_therapy .txt .list_ul li {
    font-size: 18px;
  }
  .intro .img img {
    width: 100%;
  }
  .intro .list p {
    font-size: 18px;
  }
  .intro .list span {
    font-size: 18px;
  }
  .intro .txt p {
    font-size: 18px;
  }
  .intro .list_intro .title h4 p, .intro .list_intro .title h4 span {
    font-size: 65px;
  }
  .intro .list_intro .list_ul li {
    font-size: 22px;
  }
}

@media screen and (max-width: 1450px) {
  .visual.sub05 {
    background-position: 15% 0;
  }
}

@media screen and (max-width: 1380px) {
  .list_photo li:last-child .txt {
    width: 500px;
  }
  .list_photo li:last-child .txt em br {
    display: none;
  }
  .bedsore .list_photo li:last-child .txt {
    width: auto;
  }
  .bedsore .list_photo li .txt span br {
    display: none;
  }
  .intro .list_intro .title h4 p, .intro .list_intro .title h4 span {
    font-size: 60px;
  }
  .mySwiper2 .swiper-slide p {
    font-size: 18px;
  }
}

@media screen and (max-width: 1340px) {
  .visual.sub01 {
    background-position: 45% 0;
  }
  .visual.sub05 {
    background-position: 30% 0;
  }
  .visual .txt h2 {
    font-size: 42px;
  }
  .visual .txt p {
    font-size: 17px;
  }
  #container .content {
    padding: 80px 20px;
  }
  #container .content h3 {
    font-size: 42px;
  }
  #container .content .cont_box h4 {
    font-size: 32px;
  }
  .txt_box p {
    font-size: 16px;
  }
  .border_box .txt {
    padding-left: 195px;
  }
  .border_box .txt:before {
    left: 50px;
    width: 100px;
    height: 100px;
    background-size: cover;
  }
  .border_box p {
    font-size: 25px;
  }
  .border_box span {
    font-size: 17px;
  }
  .list_num p {
    font-size: 17px;
  }
  .list_photo {
    margin-top: 20px;
  }
  .list_photo li .txt p {
    font-size: 32px;
  }
  .list_photo li .txt span {
    font-size: 20px;
  }
  .list_photo li .txt em {
    font-size: 16px;
  }
  .list_photo li .txt ul li {
    font-size: 17px;
  }
  .team .txt_box:nth-child(2) {
    padding-left: 190px;
  }
  .team .txt_box:nth-child(2):before {
    width: 133px;
    height: 82px;
    background-size: cover;
  }
  .team .service_list li div:before {
    width: 90px;
    height: 79px;
    background-size: cover;
  }
  .team .service_list li p {
    font-size: 20px;
  }
  .team .service_list li span {
    font-size: 17px;
  }
  .team .counsel li p i {
    font-size: 17px;
  }
  .team .counsel li span {
    font-size: 17px;
  }
  .team .location span {
    font-size: 20px;
  }
  .location > li p {
    font-size: 20px;
  }
  .location > li > span {
    font-size: 20px;
  }
  .location > li > ul li.tel {
    margin-right: 35px;
  }
  .location > li > ul li em {
    font-size: 20px;
  }
  .location > li > ul li span {
    font-size: 25px;
  }
  .location > li > ul li.bus span {
    margin-left: 20px;
    font-size: 25px;
  }
  .top_txt p {
    font-size: 17px;
  }
  .input_box label {
    font-size: 17px;
  }
  .file_box label {
    font-size: 17px;
  }
  .btn_box ul li a {
    font-size: 18px;
  }
  .search_box p {
    font-size: 17px;
  }
  .notice_list .date {
    margin-left: 30px;
  }
  .notice_list .tit {
    width: 73%;
  }
  .notice_list .tit span {
    font-size: 17px;
  }
  .view_list .tit h4 {
    font-size: 22px;
  }
  .view_list .txt p {
    font-size: 17px;
  }
  .login_box .input_box label {
    font-size: 22px;
  }
  .food .gray_box {
    padding-left: 240px;
  }
  .food .gray_box:before {
    bottom: auto;
    top: 50%;
    width: 164px;
    height: 142px;
    background-size: cover;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .food .gray_box p {
    font-size: 25px;
  }
  .food .gray_box span {
    font-size: 17px;
  }
  .food .service p {
    font-size: 20px;
  }
  .food .service span {
    font-size: 16px;
  }
  .food .brand p {
    font-size: 16px;
  }
  .food .list_rule li div p {
    font-size: 32px;
  }
  .food .list_rule li div span {
    font-size: 17px;
  }
  .food .room .txt {
    font-size: 20px;
  }
  .list_ul li {
    font-size: 16px;
  }
  .process p {
    font-size: 20px;
  }
  .process ul li div span {
    font-size: 17px;
  }
  .tbl_txt {
    font-size: 15px;
  }
  table thead th {
    font-size: 17px;
  }
  table tbody th, table tbody td {
    font-size: 17px;
  }
  .vs_box p {
    font-size: 22px;
  }
  .vs_box .list li span, .vs_box .list li em {
    font-size: 17px;
  }
  .hospital .vs_box {
    padding-left: 230px;
  }
  .hospital .vs_box:before {
    left: 40px;
    width: 140px;
    height: 105px;
    background-size: cover;
  }
  .hospital .list_hospital li div p {
    font-size: 20px;
  }
  .hospital .list_hospital li div span {
    font-size: 17px;
  }
  .hospital .list_ready > li div p {
    font-size: 20px;
  }
  .hospital .list_ready > li div ul li {
    font-size: 17px;
  }
  .visit .vs_box {
    padding-left: 395px;
  }
  .visit .vs_box:before {
    width: 374px;
    height: 200px;
    background-size: cover;
  }
  .visit .list_visit p {
    font-size: 20px;
  }
  .visit .list_noti li p {
    font-size: 17px;
  }
  .visit .list_noti li span {
    font-size: 16px;
  }
  .guide .box .txt p, .guide .box .txt span {
    font-size: 32px;
  }
  .guide .box .txt em {
    font-size: 17px;
  }
  .guide ul li p {
    font-size: 20px;
  }
  .guide ul li span {
    font-size: 17px;
  }
  .img_box p {
    font-size: 20px;
  }
  .list_system li p {
    font-size: 25px;
  }
  .list_system li span {
    font-size: 16px;
  }
  .bedsore h4 {
    margin-top: 70px !important;
  }
  .bedsore .border_box .txt:before {
    width: 109px;
    height: 94px;
  }
  .bedsore .list_photo li .txt p {
    font-size: 20px;
  }
  .bedsore .list_photo li .txt span {
    font-size: 17px;
  }
  p.txt {
    font-size: 17px;
  }
  .medicine .border_box .txt {
    padding-left: 300px;
  }
  .medicine .border_box .txt:before {
    width: 216px;
    height: 173px;
  }
  .medicine .list_system li p {
    font-size: 20px;
  }
  .therapy .border_box .txt:before {
    width: 106px;
    height: 102px;
  }
  .therapy .list_therapy .txt p {
    width: 130px;
    font-size: 17px;
  }
  .therapy .list_therapy .txt span {
    width: calc(100% - 150px);
    font-size: 17px;
  }
  .therapy .list_therapy .txt span br {
    display: none;
  }
  .therapy .list_therapy .txt .list_ul {
    width: calc(100% - 150px);
  }
  .therapy .list_therapy .txt .list_ul li {
    font-size: 17px;
  }
  .intro .list p {
    font-size: 17px;
  }
  .intro .list span {
    font-size: 17px;
  }
  .intro .txt p {
    font-size: 17px;
  }
  .intro .txt p br {
    display: none;
  }
  .intro .list_intro .title h4 p, .intro .list_intro .title h4 span {
    font-size: 55px;
  }
  .intro .list_intro .list_ul li {
    font-size: 20px;
  }
  .mySwiper2 .swiper-slide p {
    font-size: 17px;
  }
  .food.facility01 .gray_box:before {
    top: 50%;
    width: 160px;
    height: 143px;
  }
  .food.facility02 .gray_box:before {
    top: 50%;
    width: 182px;
    height: 157px;
  }
  .food.facility03 .gray_box:before {
    left: 30px;
    top: 50%;
    width: 167px;
    height: 140px;
  }
}

@media screen and (max-width: 1315px) {
  .intro .list_intro {
    margin-top: 80px;
  }
  .intro .list_intro .title {
    display: block;
  }
  .intro .list_intro .title h4 p, .intro .list_intro .title h4 span {
    display: inline-block;
    font-size: 50px;
  }
  .intro .list_intro .title h4 p br, .intro .list_intro .title h4 span br {
    display: none;
  }
  .intro .list_intro .title .list_img {
    justify-content: center;
    margin-top: 10px;
  }
  .intro .list_intro .title .list_img li {
    width: 32%;
    margin: 0 1.5%;
  }
  .intro .list_intro .title .list_img li img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .intro .list_intro .list_ul {
    margin-top: 30px;
  }
  .intro .list_intro + .list_intro h4 {
    margin-top: 10px !important;
  }
  .intro .list_intro + .list_intro {
    margin-top: 80px;
  }
}

@media screen and (max-width: 1260px) {
  .kidney .list_photo .txt + .img {
    display: none;
  }
  .kidney .list_photo li:last-child .txt {
    width: calc(100% - 510px);
  }
  .kidney .list_photo li .txt {
    width: calc(100% - 510px);
  }
}

@media screen and (max-width: 1200px) {
  .visual {
    height: 291px;
  }
  .visual .txt {
    padding: 135px 20px 0 60px;
  }
  .visual .txt h2 {
    font-size: 40px;
  }
  .visual .txt p {
    font-size: 16px;
  }
  #container .content {
    padding: 50px 20px;
  }
  #container .content h3 {
    font-size: 40px;
  }
  #container .content .cont_box h4 {
    margin-top: 40px;
    font-size: 30px;
  }
  .team .txt_box:nth-child(2) br {
    display: none;
  }
  .team .service_list li {
    width: 23%;
    margin: 0 1.3%;
  }
  .location > li p {
    width: 120px;
    font-size: 18px;
  }
  .location > li > span {
    margin-left: 30px;
    font-size: 18px;
  }
  .location > li > ul {
    margin-left: 30px;
  }
  .location > li > ul li em {
    font-size: 18px;
  }
  .location > li > ul li span {
    font-size: 22px;
  }
  .location > li > ul li.bus span {
    margin-left: 0;
    font-size: 22px;
  }
  .root_daum_roughmap .wrap_map {
    height: 500px !important;
  }
  .top_txt p {
    font-size: 16px;
  }
  .advice_list li {
    padding: 10px 20px;
  }
  .input_box label {
    font-size: 16px;
  }
  .file_box label {
    font-size: 16px;
  }
  .btn_box ul li a {
    font-size: 17px;
  }
  .search_box p {
    font-size: 16px;
  }
  .notice_list .tit {
    width: 70%;
  }
  .notice_list .tit span {
    font-size: 16px;
  }
  .notice_bottom .pagination a {
    width: 40px;
    height: 40px;
  }
  .view_list .tit h4 {
    font-size: 20px;
  }
  .view_list .txt p {
    font-size: 16px;
  }
  .page_list ul li p {
    font-size: 17px;
  }
  .food .list_rule li {
    float: left;
    width: 32%;
    margin: 0 2%;
  }
  .food .list_rule li:first-child {
    margin-left: 0;
  }
  .food .list_rule li:last-child {
    float: right;
    margin-right: 0;
  }
  .food .list_rule li div {
    width: 100%;
  }
  .food .list_rule:after {
    content: '';
    display: block;
    clear: both;
  }
  .vs_box p {
    font-size: 20px;
  }
  .hospital .list_hospital li div {
    height: 320px;
  }
  .hospital .list_hospital li div p {
    font-size: 18px;
  }
  .hospital .list_hospital li div span {
    font-size: 16px;
  }
  .hospital .list_ready > li div p {
    font-size: 18px;
  }
  .hospital .list_ready > li div ul li {
    font-size: 16px;
  }
  .medicine p.txt br {
    display: none;
  }
  .medicine .list_num li {
    min-height: auto;
    flex: 0 0 100%;
  }
  .medicine .list_num li span {
    width: 26px;
    height: 26px;
    font-size: 17px;
    line-height: 26px;
  }
  .medicine .list_num li p {
    margin-left: 10px;
    font-size: 16px;
  }
  .medicine .list_num li p br {
    display: none;
  }
  .medicine .list_system li {
    height: 248px;
  }
  .medicine .list_system li p {
    font-size: 18px;
  }
  .mySwiper {
    margin-top: 20px;
  }
  .mySwiper2 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mySwiper2 .swiper-slide p {
    margin-top: 20px;
    font-size: 16px;
  }
  .swiper-button-next {
    right: 10px;
  }
  .swiper-button-prev {
    left: 10px;
  }
}

@media screen and (max-width: 1068px) {
  .location > li {
    margin-top: 30px !important;
  }
  .location > li:first-child {
    margin-top: 0 !important;
  }
  .location > li p {
    float: none;
    font-size: 18px;
    flex-direction: column;
  }
  .location > li > span {
    display: flex;
    float: none;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    font-size: 18px;
    line-height: inherit;
  }
  .location > li > ul {
    float: none;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .location > li > ul li {
    float: none;
    margin-top: 10px;
  }
  .location > li > ul li em {
    min-width: 130px;
    font-size: 18px;
  }
  .location > li > ul li span {
    margin-left: 0;
    font-size: 20px;
  }
  .location > li > ul li.phone {
    margin-top: 10px;
  }
  .location > li > ul li.bus em {
    min-width: 160px;
  }
  .location > li > ul li.bus span {
    font-size: 20px;
  }
  .list_num span {
    width: 26px;
    height: 26px;
    font-size: 17px;
    line-height: 26px;
  }
  .list_num p {
    margin-left: 10px;
    font-size: 16px;
  }
  .vs_box p {
    font-size: 18px;
  }
  .hospital .vs_box {
    padding-left: 220px;
  }
  .hospital .vs_box:before {
    left: 30px;
  }
  .hospital .list_hospital li div {
    height: 300px;
  }
  .hospital .list_hospital li div p {
    font-size: 17px;
  }
  .hospital .list_hospital li div span {
    font-size: 15px;
  }
  .hospital .list_ready > li div p {
    font-size: 17px;
  }
  .hospital .list_ready > li div ul li {
    font-size: 15px;
  }
  .guide .box .img {
    width: 450px;
  }
  .guide .box .img img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .guide .box .txt {
    margin-left: 30px;
  }
  .guide .box .txt p, .guide .box .txt span {
    font-size: 30px;
  }
  .guide .box .txt em {
    font-size: 16px;
  }
  .guide ul li p {
    font-size: 18px;
  }
  .guide ul li span {
    font-size: 16px;
  }
  .intro .list_intro {
    margin-top: 50px;
  }
  .intro .list_intro .title h4 p, .intro .list_intro .title h4 span {
    font-size: 45px;
  }
  .intro .list_intro .list_ul li {
    font-size: 18px;
  }
}

@media screen and (max-width: 1090px) {
  .notice_list .tit {
    width: 68%;
  }
  .notice_list .date {
    margin-left: 20px;
  }
  .visit .vs_box {
    padding: 30px;
  }
  .visit .vs_box:before {
    left: auto;
    right: -10px;
    width: 314px;
    height: 170px;
  }
  .visit .vs_box .list span {
    width: 130px;
    height: 40px;
    font-size: 16px;
  }
  .visit .vs_box .list em {
    font-size: 16px;
  }
  .visit .list_visit {
    display: block;
    padding: 0 20px;
  }
  .visit .list_visit li {
    float: left;
    width: 20%;
    margin: 0;
  }
  .visit .list_visit p {
    padding-top: 145px;
    font-size: 18px;
  }
  .visit .list_visit p:before {
    width: 130px;
    height: 130px;
    background-size: cover;
  }
  .visit .list_visit:after {
    content: '';
    display: block;
    clear: both;
  }
  .visit .list_noti li p {
    width: 150px;
    height: 40px;
    font-size: 16px;
  }
  .visit .list_noti li span {
    width: calc(100% - 170px);
    padding-top: 5px;
    font-size: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .visual.sub01 {
    background-position: 55% 0;
  }
  .visual.sub05 {
    background-position: 45% 0;
  }
  .visual .txt h2 {
    font-size: 35px;
  }
  .visual .txt p {
    font-size: 15px;
  }
  #container .content h3 {
    font-size: 35px;
  }
  #container .content .cont_box {
    margin-top: 30px;
  }
  #container .content .cont_box h4 {
    margin-bottom: 30px;
    font-size: 28px;
  }
  .txt_box p {
    font-size: 16px;
  }
  .border_box p {
    font-size: 22px;
  }
  .border_box span {
    font-size: 16px;
  }
  .list_num span {
    width: 22px;
    height: 22px;
    font-size: 16px;
    line-height: 22px;
  }
  .list_num p {
    font-size: 15px;
  }
  .list_photo li .img {
    width: 350px;
    height: 210px;
  }
  .list_photo li .img img {
    width: 100%;
    height: 100%;
  }
  .list_photo li .txt {
    width: calc(100% - 380px) !important;
    margin-left: 30px;
  }
  .list_photo li .txt p {
    font-size: 30px;
  }
  .list_photo li .txt span {
    font-size: 18px;
  }
  .list_photo li .txt em {
    font-size: 15px;
  }
  .list_photo li .txt ul li {
    font-size: 16px;
  }
  .team .service_list li div {
    min-height: 310px;
  }
  .team .service_list li div:before {
    display: none;
  }
  .team .service_list li p {
    font-size: 18px;
  }
  .team .service_list li span {
    font-size: 16px;
  }
  .team .counsel li p i {
    font-size: 16px;
  }
  .team .counsel li span {
    font-size: 16px;
  }
  .team .location span {
    font-size: 18px;
  }
  .notice_list li {
    padding: 20px;
  }
  .view_list .tit h4 {
    font-size: 18px;
  }
  .view_list .txt {
    padding: 80px 20px 50px;
  }
  .view_list .txt p {
    font-size: 15px;
  }
  .page_list ul li {
    padding: 20px;
  }
  .page_list ul li p {
    padding-right: 38px;
    font-size: 16px;
  }
  .page_list ul li a {
    width: calc(100% - 110px);
    font-size: 15px;
  }
  .login_box .input_box label {
    font-size: 20px;
  }
  .food .gray_box {
    padding-left: 200px;
  }
  .food .gray_box:before {
    width: 134px;
    height: 115px;
  }
  .food .gray_box p {
    font-size: 22px;
  }
  .food .gray_box span {
    font-size: 16px;
  }
  .food .service p {
    font-size: 18px;
  }
  .food .service span {
    font-size: 15px;
  }
  .food .brand p {
    font-size: 15px;
  }
  .food .list_rule li div p {
    font-size: 30px;
  }
  .food .list_rule li div span {
    font-size: 16px;
  }
  .food .room .txt {
    font-size: 18px;
  }
  .list_ul li {
    font-size: 15px;
  }
  .process p {
    font-size: 18px;
  }
  .process ul li div span {
    font-size: 16px;
  }
  .tbl_txt {
    padding-left: 0;
  }
  table thead th {
    font-size: 16px;
  }
  table tbody th, table tbody td {
    font-size: 16px;
  }
  .hospital .vs_box {
    padding: 30px;
    padding-top: 130px;
  }
  .hospital .vs_box:before {
    left: 50%;
    top: 30px;
    width: 130px;
    height: 97px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .hospital .vs_box p {
    margin-top: 10px;
  }
  .hospital .list_hospital li div {
    height: 270px;
  }
  .hospital .list_hospital li div p {
    padding-top: 140px;
  }
  .hospital .list_hospital li div p:before {
    width: 91px;
    height: 91px;
    background-size: cover;
  }
  .guide ul li span br {
    display: none;
  }
  .img_box p {
    font-size: 18px;
  }
  .img_box p br {
    display: none;
  }
  .list_system li p {
    font-size: 24px;
  }
  .list_system li span {
    font-size: 15px;
  }
  .bedsore h4 {
    margin-top: 50px !important;
  }
  .bedsore .list_photo li .txt {
    width: 100% !important;
    margin-left: 0;
    padding-top: 20px;
  }
  .bedsore .list_photo li .txt p {
    font-size: 18px;
  }
  .bedsore .list_photo li .txt span {
    font-size: 16px;
  }
  .bedsore .list_ul {
    margin-top: 20px;
  }
  p.txt {
    font-size: 16px;
  }
  .medicine .border_box .txt {
    padding: 30px;
    padding-left: 220px;
  }
  .medicine .border_box .txt:before {
    left: 30px;
    width: 166px;
    height: 133px;
  }
  .medicine .list_num li span {
    width: 22px;
    height: 22px;
    font-size: 16px;
    line-height: 22px;
  }
  .medicine .list_num li p {
    font-size: 15px;
  }
  .medicine .list_system li p {
    font-size: 17px;
  }
  .therapy .list_therapy .img {
    width: 350px;
    height: 210px;
  }
  .therapy .list_therapy .img img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .therapy .list_therapy .txt {
    width: calc(100% - 380px);
    margin-left: 30px;
  }
  .therapy .list_therapy .txt p {
    height: 40px;
    font-size: 16px;
  }
  .therapy .list_therapy .txt span {
    font-size: 16px;
  }
  .therapy .list_therapy .txt .list_ul li {
    font-size: 16px;
  }
  .intro .list_intro .title h4 p, .intro .list_intro .title h4 span {
    font-size: 40px;
  }
  .intro .list_intro .list_ul li {
    font-size: 17px;
  }
  .food.facility01 .gray_box:before {
    left: 40px;
    width: 130px;
    height: 116px;
  }
  .food.facility02 .gray_box:before {
    left: 20px;
    width: 132px;
    height: 113px;
  }
  .food.facility03 .gray_box:before {
    left: 10px;
    width: 137px;
    height: 115px;
  }
}

@media screen and (max-width: 980px) {
  .notice_list .tit {
    width: 63%;
  }
}

@media screen and (max-width: 940px) {
  .guide .box {
    flex-direction: column;
  }
  .guide .box .img {
    margin: 0 auto;
    text-align: center;
  }
  .guide .box .txt {
    margin-left: 0;
    padding-top: 30px;
    text-align: center;
  }
  .guide .box .txt p {
    display: inline-block;
    font-size: 28px;
  }
  .guide .box .txt span {
    display: inline-block;
    margin-left: 5px;
    font-size: 28px;
  }
  .guide .box .txt em {
    margin-top: 10px;
    font-size: 15px;
  }
  .guide .box .txt em br {
    display: none;
  }
  .guide .vr {
    text-align: center;
  }
  .guide .vr a {
    font-size: 20px;
    padding: 0 80px 0 90px;
    line-height: 60px;
  }
  .guide .vr a i {
    left: 20px;
    top: 5px;
    width: 50px;
    height: 50px;
    background-size: 50px auto;
  }
  .guide .vr a:after {
    width: 30px;
    height: 30px;
    background-size: 30px auto;
    right: 20px;
    top: 15px;
  }
  .guide .vr a:hover:after {
    right: 15px;
  }
  .guide ul {
    margin-top: 30px;
  }
  .guide ul li p {
    width: 80px;
    height: 80px;
    font-size: 17px;
  }
  .guide ul li span {
    width: calc(100% - 100px);
    font-size: 15px;
  }
  .intro .list_intro .title h4 p, .intro .list_intro .title h4 span {
    font-size: 35px;
  }
  .intro .list_intro .list_ul li {
    float: none;
    width: 100%;
  }
  .intro .list_intro + .list_intro {
    margin-top: 50px;
  }
}

@media screen and (max-width: 910px) {
  .list_num li {
    float: none;
    width: 100%;
  }
  .list_num li p {
    width: calc(100% - 33px);
    text-align: left;
    word-break: keep-all;
  }
  .notice_list .tit {
    width: 60%;
  }
  .intro .profiles .profile {
    padding: 10px;
    flex: 0 0 25%;
  }
  .intro .profiles .profile dl {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px;
  }
  .intro .profiles .profile dl dt {
    font-size: 24px;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
  }
  .intro .profiles .profile dl dd.d1 {
    padding: 0 0 5px 10px;
    font-size: 16px;
  }
  .intro .profiles .profile dl dd.d1:before {
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
  }
  .intro .profiles .profile dl dd.d2 {
    padding: 0 0 3px 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 870px) {
  .visual {
    height: 261px;
  }
  .visual.sub01 {
    background-position: 65% 0;
  }
  .visual.sub05 {
    background-position: 55% 0;
  }
  .visual .txt {
    padding: 115px 20px 0 60px;
  }
  .visual .txt h2 {
    font-size: 32px;
  }
  #container .content h3 {
    font-size: 32px;
  }
  #container .content .cont_box h4 {
    font-size: 25px;
  }
  .txt_box {
    padding: 30px;
  }
  .txt_box p {
    font-size: 15px;
  }
  .border_box .txt {
    padding: 30px;
    padding-left: 160px;
  }
  .border_box .txt:before {
    left: 30px;
  }
  .border_box p {
    font-size: 20px;
  }
  .border_box span {
    font-size: 15px;
  }
  .border_box span br {
    display: none;
  }
  .list_photo li .img {
    width: 280px;
    height: 170px;
  }
  .list_photo li .txt {
    width: calc(100% - 310px) !important;
    padding-top: 10px;
  }
  .list_photo li .txt p {
    font-size: 28px;
  }
  .list_photo li .txt span {
    font-size: 17px;
  }
  .list_photo li .txt ul li {
    padding-left: 10px;
    font-size: 15px;
  }
  .team .service_list li p {
    font-size: 17px;
  }
  .team .service_list li span {
    font-size: 15px;
  }
  .team .counsel li p i {
    font-size: 15px;
  }
  .team .counsel li span {
    font-size: 15px;
  }
  .team .location {
    margin-top: 10px;
  }
  .team .location p {
    font-size: 15px;
  }
  .team .location span {
    font-size: 17px;
  }
  .food .gray_box {
    padding: 40px;
    padding-left: 160px;
  }
  .food .gray_box:before {
    left: 30px;
    width: 104px;
    height: 89px;
  }
  .food .gray_box p {
    font-size: 20px;
  }
  .food .gray_box span {
    font-size: 15px;
  }
  .food .service p {
    font-size: 17px;
  }
  .food .list_rule li div {
    height: 320px;
  }
  .food .list_rule li div p {
    font-size: 28px;
  }
  .food .list_rule li div span {
    font-size: 15px;
  }
  .food .room .txt {
    font-size: 17px;
  }
  .therapy .list_therapy .img {
    width: 280px;
    height: 170px;
  }
  .therapy .list_therapy .txt {
    width: calc(100% - 330px);
    margin-left: 20px;
  }
  .therapy .list_therapy .txt p {
    width: 100px;
    font-size: 15px;
  }
  .therapy .list_therapy .txt span {
    width: calc(100% - 110px);
    margin-lefT: 10px;
    font-size: 15px;
  }
  .therapy .list_therapy .txt .list_ul li {
    float: none;
    width: 100%;
    font-size: 15px;
  }
  .food.facility01 .gray_box:before {
    left: 30px;
    width: 100px;
    height: 90px;
  }
}

@media screen and (max-width: 825px) {
  .location {
    margin-top: 30px;
  }
  .location > li p {
    font-size: 17px;
  }
  .location > li > span {
    font-size: 17px;
  }
  .location > li > ul li em {
    font-size: 17px;
  }
  .location > li > ul li span {
    font-size: 18px;
  }
  .location > li > ul li.bus {
    display: block;
  }
  .location > li > ul li.bus + .bus {
    margin-top: 50px;
  }
  .location > li > ul li.bus em {
    width: 100%;
    min-width: auto;
  }
  .location > li > ul li.bus span {
    width: auto;
    margin-top: 30px;
    font-size: 18px;
  }
  .root_daum_roughmap .wrap_map {
    height: 300px !important;
  }
  .search_box p {
    font-size: 15px;
  }
  .notice_list li {
    padding: 15px 36px;
  }
  .notice_list .notice em {
    height: 25px;
    font-size: 15px;
    line-height: 25px;
  }
  .notice_list .date {
    font-size: 15px;
  }
  .notice_list .tit {
    width: 58%;
  }
  .notice_list .tit span {
    font-size: 15px;
  }
  .notice_list .writer {
    font-size: 15px;
  }
  .notice_bottom .btn_box {
    display: flex;
    justify-content: end;
    position: relative;
    margin-top: 30px;
  }
  .intro .profiles .profile {
    padding: 10px;
    flex: 0 0 100%;
  }
  .intro .profiles .profile dl {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px;
  }
  .intro .profiles .profile dl dt {
    font-size: 24px;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
  }
  .intro .profiles .profile dl dd.d1 {
    padding: 0 0 5px 10px;
    font-size: 16px;
  }
  .intro .profiles .profile dl dd.d1:before {
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
  }
  .intro .profiles .profile dl dd.d2 {
    padding: 0 0 3px 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 780px) {
  .team .service_list li {
    width: 49%;
    margin: 0 0 15px !important;
  }
  .team .service_list li:nth-child(even) {
    float: right;
  }
  .team .service_list li div {
    min-height: 260px;
    padding-top: 20px;
  }
  .team .service_list li p {
    padding-top: 120px;
  }
  .team .counsel li p {
    width: 170px;
  }
  .team .counsel li span {
    width: calc(100% - 170px);
  }
  .food .service img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .food .service span br {
    display: none;
  }
  .food .brand ul li:first-child {
    margin-right: 10px;
  }
  .food .brand ul li .img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .food .brand ul li .img img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .food .brand .txt p:first-child {
    margin-top: 30px;
  }
  .food .brand .txt p br {
    display: none;
  }
  .tbl_st {
    overflow-x: auto;
  }
  .tbl_st table {
    width: 800px;
  }
  table thead th {
    font-size: 15px;
  }
  table tbody th, table tbody td {
    padding-left: 15px;
    font-size: 15px;
  }
  .hospital .vs_box .list_ul {
    margin-top: 15px;
  }
  .hospital .vs_box .list_ul li {
    float: none;
    width: 100%;
  }
  .hospital .list_hospital {
    display: block;
  }
  .hospital .list_hospital li {
    float: left;
    width: 48%;
    margin: 25px 0 0;
  }
  .hospital .list_hospital li:first-child, .hospital .list_hospital li:nth-child(2) {
    margin-top: 0;
  }
  .hospital .list_hospital li:nth-child(even) {
    float: right;
  }
  .hospital .list_hospital li:before {
    left: -5%;
    border-left: 10px solid #ccc;
    border-right: 6px solid transparent;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }
  .hospital .list_hospital li div {
    height: 220px;
    padding: 20px;
  }
  .hospital .list_hospital li div p {
    padding-top: 110px;
  }
  .hospital .list_hospital li div p:before {
    top: 0;
  }
  .hospital .list_hospital li div span {
    margin-top: 10px;
  }
  .hospital .list_hospital li div span br {
    display: none;
  }
  .hospital .list_hospital:after {
    content: '';
    display: block;
    clear: both;
  }
  .hospital .list_ready {
    flex-direction: column;
    margin-top: 0;
  }
  .hospital .list_ready > li {
    width: 100%;
  }
  .hospital .list_ready > li:first-child div {
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-right: 0;
    border-bottom: 1px solid #e1e1e1;
  }
  .visit .vs_box:before {
    display: none;
  }
  .visit .vs_box .list span {
    font-size: 15px;
  }
  .visit .vs_box .list em {
    font-size: 15px;
  }
  .visit .list_visit p {
    padding-top: 110px;
    font-size: 17px;
  }
  .visit .list_visit p:before {
    width: 100px;
    height: 100px;
  }
  .visit .list_noti li p {
    width: 130px;
    font-size: 15px;
  }
  .guide .box {
    flex-direction: column;
  }
  .guide .box .img {
    margin: 0 auto;
    text-align: center;
  }
  .guide .box .txt {
    margin-left: 0;
    padding-top: 30px;
    text-align: center;
  }
  .guide .box .txt p {
    font-size: 25px;
  }
  .guide .box .txt span {
    font-size: 25px;
  }
  .guide ul li {
    float: none;
    width: 100%;
  }
  .guide ul li p {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
  .guide ul li span {
    width: calc(100% - 65px);
    margin-left: 15px;
  }
  .img_box {
    margin-top: 30px;
  }
  .img_box p {
    margin-top: 20px;
    font-size: 17px;
  }
  .list_system {
    display: block;
    margin-top: 0;
  }
  .list_system li {
    width: 50%;
    height: 250px;
  }
  .list_system li:first-child, .list_system li:nth-child(2), .list_system li:nth-child(3), .list_system li:nth-child(4) {
    border-bottom: 1px solid #e1e1e1;
  }
  .list_system li:nth-child(5) {
    border-right: 1px solid #e1e1e1;
  }
  .list_system li:nth-child(odd):before {
    display: none;
  }
  .list_system li p {
    font-size: 22px;
  }
  .list_system li span {
    font-size: 15px;
  }
  .bedsore .list_photo li .txt p {
    font-size: 17px;
  }
  .bedsore .list_photo li .txt span {
    font-size: 15px;
  }
  p.txt {
    font-size: 15px;
  }
  .medicine .border_box .txt {
    padding-left: 30px;
  }
  .medicine .border_box .txt:before {
    display: none;
  }
  .medicine .list_system li {
    border-bottom: 0;
  }
  .medicine .list_system li:nth-child(3) {
    border-left: 1px solid #e1e1e1;
  }
  .medicine .list_system li p {
    font-size: 16px;
  }
  .therapy .list_therapy .txt {
    padding-top: 0;
  }
  .therapy .list_therapy .txt > li {
    flex-direction: column;
    margin-top: 20px;
  }
  .therapy .list_therapy .txt span {
    width: 100%;
    margin-left: 0;
  }
  .therapy .list_therapy .txt .list_ul {
    width: 100%;
    margin-left: 0;
  }
  .swiper-button-next, .swiper-button-prev {
    width: 26px;
    height: 46px;
    background-size: cover;
  }
  .notice_list .tit {
    width: 55%;
  }
}

@media screen and (max-width: 700px) {
  .border_box p {
    font-size: 18px;
  }
  .list_photo li .img {
    width: 230px;
    height: 140px;
  }
  .list_photo li .txt {
    width: calc(100% - 260px) !important;
  }
  .list_photo li .txt p {
    font-size: 25px;
  }
  .top_txt {
    flex-direction: inherit;
    padding-right: 80px;
  }
  .top_txt:before {
    right: 0;
  }
  .top_txt p {
    font-size: 15px;
  }
  .input_box {
    flex-direction: column;
    align-items: inherit;
  }
  .input_box label {
    font-size: 15px;
  }
  .input_box input[type="text"] {
    width: 100% !important;
    margin-top: 5px;
    margin-left: 0;
    font-size: 15px;
  }
  .input_box .select_box {
    margin-top: 5px;
  }
  .input_box .select_box select {
    width: 100%;
    font-size: 15px;
  }
  .input_box .point {
    margin-top: 5px;
    margin-left: 0;
  }
  .file_box label {
    font-size: 15px;
  }
  .btn_box ul li a {
    font-size: 16px;
  }
  .search_box {
    padding-right: 0;
  }
  .notice_list li {
    display: block;
    padding: 15px 20px;
  }
  .notice_list .noti {
    display: block;
    float: none;
    width: auto;
    text-align: left;
  }
  .notice_list .noti em {
    display: inline-block;
  }
  .notice_list .date {
    display: block;
    width: auto;
    margin-left: 0;
    margin-top: 10px;
  }
  .notice_list .tit {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
  .notice_list .tit span {
    line-height: inherit;
  }
  .notice_list .writer {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    float: none;
    margin-top: 10px;
    text-align: right;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .view_list .tit h4 {
    font-size: 17px;
  }
  .login_box {
    margin: 30px auto 50px;
  }
  .login_box .login {
    width: 100%;
    padding: 50px;
  }
  .login_box .input_box label {
    font-size: 18px;
    text-align: left;
  }
  .login_box .input_box input {
    margin-top: 10px;
  }
  .food .gray_box p {
    font-size: 18px;
  }
  .food .service p {
    font-size: 16px;
  }
  .food .list_rule {
    flex-direction: column;
  }
  .food .list_rule li {
    float: none;
    width: 100%;
    margin: 20px 0 0;
  }
  .food .list_rule li div {
    height: auto;
    padding: 20px;
  }
  .food .list_rule li div p {
    padding-top: 140px;
    font-size: 25px;
  }
  .food .list_rule li div p:before {
    top: 0;
  }
  .food .list_rule li div span br {
    display: none;
  }
  .food .room .txt {
    font-size: 16px;
  }
  .process {
    flex-direction: column;
  }
  .process p {
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 17px;
  }
  .process ul {
    width: 100%;
  }
  .process ul li:first-child div {
    border-left: 1px solid #e1e1e1;
  }
  .process ul li div {
    height: 130px;
  }
  .process ul li div span {
    font-size: 15px;
  }
  .img_box img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .medicine .list_system li p {
    font-size: 15px;
    word-break: keep-all;
  }
  .medicine .list_system li p br {
    display: none;
  }
  .therapy .list_therapy {
    flex-direction: column;
  }
  .therapy .list_therapy .img {
    width: 100%;
    height: 100%;
  }
  .therapy .list_therapy .txt {
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
  }
  .therapy .list_therapy .txt > li {
    flex-direction: column;
    margin-top: 20px;
  }
  .therapy .list_therapy .txt span {
    width: 100%;
  }
  .therapy .list_therapy .txt .list_ul {
    width: 100%;
  }
  .therapy .list_therapy .txt .list_ul li {
    float: left;
    width: 50%;
  }
  .intro .list p {
    width: 130px;
    height: 40px;
    font-size: 16px;
  }
  .intro .list span {
    width: calc(100% - 150px);
    font-size: 16px;
  }
  .intro img {
    width: 100%;
    height: 100%;
  }
  .intro .txt {
    text-align: center;
  }
  .intro .txt p {
    font-size: 16px;
  }
  .intro .list_intro .title {
    text-align: center;
  }
  .intro .list_intro .title h4 p, .intro .list_intro .title h4 span {
    font-size: 30px;
  }
  .intro .list_intro .list_ul li {
    font-size: 16px;
  }
}

@media screen and (max-width: 670px) {
  .visual.sub05 {
    background-position: 57% 0;
  }
}

@media screen and (max-width: 610px) {
  .location > li p {
    font-size: 16px;
  }
  .location > li > span {
    font-size: 16px;
  }
  .location > li > ul li em {
    font-size: 16px;
  }
  .location > li > ul li span {
    font-size: 17px;
  }
  .location > li > ul li.bus span {
    font-size: 17px;
  }
}

@media screen and (max-width: 600px) {
  .visual.sub01 {
    background-position: 70% 0;
  }
  .visual.sub05 {
    background-position: 62% 0;
  }
  .visual .txt {
    padding: 115px 20px 0 20px;
  }
  .greeting_pc {
    display: none;
  }
  .greeting_m {
    display: block;
  }
  .visit .vs_box .list span {
    width: 110px;
  }
  .visit .list em {
    margin-left: 10px;
  }
  .visit .list_visit li {
    width: 33.33%;
    padding-bottom: 10px;
  }
  .visit .list_visit p {
    padding-top: 90px;
    font-size: 16px;
  }
  .visit .list_visit p:before {
    width: 80px;
    height: 80px;
  }
  .visit .list_noti {
    margin-top: 30px;
  }
  .visit .list_noti li {
    flex-direction: column;
    margin-top: 20px;
  }
  .visit .list_noti li span {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    padding-top: 0;
  }
  .list_photo li .img {
    float: none;
    width: 100%;
    height: 100%;
  }
  .list_photo li .txt {
    width: 100% !important;
    margin-left: 0;
    padding-top: 20px;
  }
  .list_photo li .txt p {
    font-size: 22px;
  }
  .food .room ul li {
    float: none !important;
    width: 100%;
    margin-top: 30px;
  }
  .bedsore .list_photo {
    margin-top: 0;
  }
  .bedsore .list_photo li {
    float: none;
    width: 100%;
    margin: 30px 0 0;
  }
  .bedsore .list_photo li:first-child {
    margin-top: 0;
  }
  .bedsore .list_photo li .img {
    width: 100%;
    height: 100%;
  }
  .medicine .list_system li {
    float: none;
    width: 100%;
    height: 220px;
    padding: 20px 10px;
    border-top: 1px solid #e1e1e1;
  }
  .medicine .list_system li:first-child {
    border-top: 0;
  }
  .medicine .list_system li:before {
    display: none;
  }
  .medicine .list_system li:nth-child(3) {
    border-left: 0;
  }
}

@media screen and (max-width: 550px) {
  .search_box {
    flex-direction: column;
    align-items: inherit;
    padding-top: 10px;
  }
  .search_box .search {
    justify-content: end;
    margin-top: 10px;
  }
}

@media screen and (max-width: 500px) {
  .visual {
    height: 221px;
  }
  .visual .txt {
    padding: 95px 20px 0 20px;
  }
  .visual .txt h2 {
    font-size: 30px;
  }
  #container .content h3 {
    font-size: 30px;
  }
  #container .content .cont_box h4 {
    font-size: 22px;
  }
  .border_box .txt {
    padding: 30px;
    padding-top: 150px;
    text-align: center;
  }
  .border_box .txt:before {
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .border_box p {
    font-size: 17px;
  }
  .team .txt_box {
    padding: 30px 20px;
  }
  .team .txt_box:nth-child(2) {
    padding: 40px;
    padding-top: 100px;
  }
  .team .txt_box:nth-child(2):before {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .team .counsel li p {
    width: 150px;
  }
  .team .counsel li span {
    width: calc(100% - 150px);
  }
  .location > li p {
    font-size: 15px;
  }
  .location > li > span {
    font-size: 15px;
  }
  .location > li > ul li em {
    min-width: 120px;
    font-size: 15px;
  }
  .location > li > ul li span {
    font-size: 16px;
  }
  .location > li > ul li.bus span {
    font-size: 16px;
  }
  .top_txt {
    height: auto;
    padding-right: 0;
  }
  .top_txt:before {
    display: none;
  }
  .top_txt p {
    word-break: keep-all;
  }
  .top_txt p br {
    display: none;
  }
  .advice_list {
    margin-top: 30px;
  }
  .btn_box ul li a {
    padding: 10px 20px;
  }
  .view_list .tit h4 {
    font-size: 16px;
  }
  .view_list .tit h4 .noti em {
    width: 50px;
    height: 25px;
    font-size: 15px;
    line-height: 25px;
  }
  .login_box .login {
    padding: 40px 30px;
  }
  .login_box .input_box label {
    font-size: 17px;
  }
  .file_box {
    flex-direction: column;
    align-items: normal;
  }
  .file_box .file {
    margin-top: 5px;
  }
  .food .gray_box {
    padding: 30px;
    padding-top: 140px;
    text-align: center;
  }
  .food .gray_box:before {
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .food .gray_box p {
    font-size: 17px;
  }
  .food .service p {
    font-size: 16px;
  }
  .food .list_rule li div p {
    font-size: 25px;
  }
  .food .room .txt {
    font-size: 16px;
  }
  .process p {
    font-size: 16px;
  }
  .process ul {
    display: block;
  }
  .process ul li {
    float: left;
    width: 50%;
  }
  .process ul li:nth-child(odd) div {
    border-left: 1px solid #e1e1e1;
  }
  .process ul li div {
    height: 100px;
    border-top: 0;
  }
  .process ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .hospital .list_ready > li div {
    padding-left: 130px;
  }
  .hospital .list_ready > li div:before {
    left: 10px;
  }
  .guide .box .img {
    width: 90%;
  }
  .guide .box .txt p, .guide .box .txt span {
    font-size: 22px;
  }
  .guide ul li p {
    font-size: 15px;
  }
  .list_system li p {
    font-size: 20px;
  }
  .img_box p {
    font-size: 16px;
  }
  .bedsore .list_photo li .txt p {
    font-size: 16px;
  }
  .intro .list p {
    font-size: 15px;
  }
  .intro .list span {
    width: calc(100% - 140px);
    margin-left: 10px;
    font-size: 15px;
  }
  .intro .txt p {
    font-size: 15px;
  }
  .intro .list_intro .title h4 p, .intro .list_intro .title h4 span {
    font-size: 25px;
  }
  .intro .list_intro .list_ul li {
    font-size: 15px;
  }
  .food.facility01 .gray_box:before {
    left: 50%;
    top: 30px;
  }
  .food.facility02 .gray_box:before {
    left: 50%;
    top: 20px;
  }
  .food.facility03 .gray_box:before {
    left: 50%;
    top: 20px;
  }
}

@media screen and (max-width: 450px) {
  .hospital .list_hospital li {
    float: none;
    width: 100%;
    margin: 25px 0 0 !important;
  }
  .hospital .list_hospital li:first-child {
    margin-top: 0 !important;
  }
  .hospital .list_hospital li:nth-child(even) {
    float: none;
  }
  .hospital .list_hospital li:before {
    left: 50%;
    top: -17px;
    border-top: 10px solid #ccc;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid transparent;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .hospital .list_hospital li div {
    height: auto;
  }
  .hospital .list_hospital li div p {
    padding-top: 100px;
  }
}

@media screen and (max-width: 420px) {
  .border_box p {
    font-size: 16px;
  }
  .team .service_list li {
    float: none;
    width: 100%;
    margin: 0 0 15px;
  }
  .team .service_list li div {
    min-height: auto;
    padding: 20px;
  }
  .team .counsel li {
    flex-direction: column;
  }
  .team .counsel li p {
    width: 100%;
  }
  .team .counsel li span {
    width: 100%;
    margin-top: 5px;
  }
  .food .gray_box p {
    font-size: 16px;
  }
  .hospital .list_ready > li:first-child div {
    margin-bottom: 20px;
  }
  .hospital .list_ready > li div {
    padding: 30px 20px;
    padding-top: 100px;
  }
  .hospital .list_ready > li div:before {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .guide .box .txt p, .guide .box .txt span {
    font-size: 20px;
  }
  .list_system li {
    height: 230px;
  }
  .list_system li p {
    font-size: 18px;
  }
  .intro .list_intro .title h4 p, .intro .list_intro .title h4 span {
    font-size: 20px;
  }
}
