@media screen and (max-width: 768px) {
  .col-wrap .col-md-12 {
    width: 100%;
  }
}
.table.type-01 {
  width: 100%;
}
.table.type-01 th,
.table.type-01 td {
  padding: 14px 10px;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  vertical-align: middle;
  font-size: 16px;
  color: #555;
  line-height: 1.5;
}
.table.type-01 th:nth-child(1),
.table.type-01 td:nth-child(1) {
  border-left-color: transparent;
}
.table.type-01 th {
  white-space: nowrap;
}
.table.type-01 td {
  font-weight: 300;
}
.table.type-01 thead th {
  font-weight: normal;
  color: #000;
  background: #fafafa;
  border-top: 3px solid #1f3a78;
}
.table.type-02 {
  width: 100%;
  margin: 0 auto;
}
.table.type-02 th,
.table.type-02 td {
  padding: 13px 10px;
  border-bottom: 1px solid #DDD;
}
.table.type-02 tr:last-child th,
.table.type-02 tr:last-child td {
  border-bottom: none;
}
.table.type-02 th {
  width: 160px;
  font-size: 14px;
  color: #666;
  text-align: left;
}
.table.type-02 td {
  text-align: left;
  color: #666;
  font-size: 14px;
}
.table.type-02 td .btn {
  height: 40px;
  margin-left: 10px;
  margin-top: 0;
  border-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
.table.type-02 #PW2 + svg {
  margin-left: 5px;
  color: #F00;
}
.table.type-02 #PW2.success + svg {
  color: #5cb85c;
}
.table.type-02 input[type=text], .table.type-02 input[type=password] {
  padding: 0 15px;
  border: 1px solid #DDD;
  height: 40px;
  color: #666;
  border-radius: 0;
  background: #FFF;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}
.table.type-02 select {
  padding: 0 15px;
  border: 1px solid #DDD;
  height: 40px;
  color: #666;
  border-radius: 0;
  background: #FFF;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}
.table.type-03 {
  width: 100%;
}
.table.type-03 tr:nth-child(1) th,
.table.type-03 tr:nth-child(1) td {
  border-top: 2px solid #1F3977;
}
.table.type-03 th,
.table.type-03 td {
  padding: 10px;
  border-bottom: 1px solid #DDD;
  border-left: 1px solid #DDD;
}
.table.type-03 th:nth-child(1),
.table.type-03 td:nth-child(1) {
  border-left-color: transparent;
}
.table.type-03 th {
  text-align: center;
  background: #F9F9F9;
  color: #222;
}
.table.type-03 td {
  text-align: left;
  padding-left: 15px;
  color: #555;
}
.table.table-transparent th,
.table.table-transparent td {
  padding: 15px;
  border-color: transparent !important;
}

@media screen and (max-width: 768px) {
  .table.type-02 th {
    width: 80px;
  }
  .table.type-02 td .btn {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .table.type-02 td input[type=text], .table.type-02 td input[type=password] {
    padding: 0 5px;
  }
  .table.type-02 td select {
    padding: 0 5px;
  }
  .input-02 {
    width: calc((100% - 23px) / 3);
  }
  .input-04 {
    width: 180px;
  }
  .col-wrap .col-md-12 {
    width: 100%;
  }
}
.article-box {
  padding: 24px 15px 26px;
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 10px;
  background-color: #F3F3F3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.article-box p {
  font-size: 16px;
  line-height: 1.75;
  color: #222222;
}

.hosp-tab-content {
  display: none;
}
.hosp-tab-content.active {
  display: block;
}

.doctor-box {
  padding-top: 60px;
  padding-bottom: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: keep-all;
  border-bottom: 1px solid #e0e0e0;
}
.doctor-box:after {
  content: "";
  clear: both;
  display: block;
}
.doctor-box .doctor-pic {
  position: relative;
  float: left;
  width: 360px;
  margin-right: 40px;
  border: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.doctor-box .doctor-pic .img-wrap img {
  width: 100%;
}
.doctor-box .doctor-pic .doctor-name {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 11px 15px 13px;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  text-align: center;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.doctor-box .doctor-desc {
  float: right;
  width: calc(100% - 400px);
}
.doctor-box .doctor-title {
  font-size: 26px;
  font-weight: 500;
  line-height: 0.96;
  color: #222222;
}
.doctor-box .btn-box {
  padding-top: 20px;
}
.doctor-box .doctor-table {
  border-top: 3px solid #1f3a78;
  table-layout: fixed;
}
.doctor-box .doctor-table th,
.doctor-box .doctor-table td {
  width: 2%;
  padding: 14px 20px;
  text-align: center;
  font-size: 16px;
  vertical-align: middle;
  line-height: 1.86;
}
.doctor-box .doctor-table th {
  border-bottom: 1px solid #e0e0e0;
  background: #fafafa;
  color: #000;
  white-space: nowrap;
}
.doctor-box .doctor-table th:nth-child(1) {
  border-right: 1px solid #e0e0e0;
}
.doctor-box .doctor-table td {
  border-left: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.doctor-box .doctor-table [colspan] {
  text-align: left;
  color: #666666;
}
.doctor-box .col-wrap {
  padding-top: 35px;
}
.doctor-box .col-6 {
  padding-right: 40px;
}
.doctor-box .title + p {
  font-size: 14px;
  line-height: 1.86;
  text-align: left;
  color: #666666;
}

.medicine-box {
  padding-top: 84px;
}
.medicine-box .img-group {
  padding: 20px 0;
}
.medicine-box .img-group > li {
  float: left;
  margin-right: 40px;
  text-align: center;
}
.medicine-box .img-group > li p {
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
}
.medicine-box .img-group > li .name {
  font-weight: bold;
}
.medicine-box .article-box {
  margin-top: 100px;
}

.post-center .text-center {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.75;
  color: #000000;
}
.post-center .article-box {
  margin-bottom: 20px;
}
.post-center p {
  font-size: 16px;
  line-height: 1.75;
  color: #555555;
  word-break: keep-all;
}
.post-center .col-wrap .col-6:nth-child(1) .col-wrap {
  padding-right: 60px;
}
.post-center .col-wrap .col-6 > p {
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
  color: #222222;
}
.post-center .col-wrap .col-wrap p {
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  text-align: left;
  color: #555555;
}

.medi-table {
  width: auto;
  max-width: 100%;
  table-layout: fixed;
}
.medi-table th,
.medi-table td {
  padding: 15px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
  text-align: center;
  color: #555;
  word-break: keep-all;
}
.medi-table th:last-child,
.medi-table td:last-child {
  border-right: none;
}
.medi-table th {
  background: #F9F9F9;
}
.medi-table td {
  font-size: 14px;
  line-height: 1.5;
}
.medi-table thead tr:nth-child(1) th,
.medi-table thead tr:nth-child(1) td {
  border-top: 2px solid #1F3977;
}
.medi-table thead th,
.medi-table thead td {
  background: #F9F9F9;
}

.page-schedule .schedule-box {
  margin: 30px 0;
}

.page-reservation td svg {
  font-size: 20px;
  color: #014099;
  margin-left: 10px;
}
.page-reservation td div {
  padding-top: 10px;
}

.table-wrapper {
  overflow-x: auto;
}

.medical-popup {
  position: relative;
  color: #FFF;
  transition: all 0.2s ease-in-out;
}
.medical-popup .close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent;
  border: none;
  outline: none;
  font-size: 22px;
  cursor: pointer;
}
.medical-popup .tit {
  position: absolute;
  left: 230px;
  top: 80px;
  line-height: 1.5;
  font-size: 20px;
}
.medical-popup li {
  float: left;
  width: 185px;
  height: 145px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  padding: 15px 15px 0;
  transition: all 0.2s ease-in-out;
  border: 1px solid #A9C1EB;
  box-sizing: border-box;
}
.medical-popup li:nth-child(6n) {
  margin-right: 0;
}
.medical-popup li a {
  display: block;
  height: 100%;
}
.medical-popup li img.hover {
  display: none;
}
.medical-popup li:hover {
  background: #013F99;
}
.medical-popup li:hover p {
  color: #FFF;
}
.medical-popup li:hover img:not(.hover) {
  display: none;
}
.medical-popup li:hover .hover {
  display: inline;
}
.medical-popup li p {
  color: #333;
  font-weight: 300;
  font-size: 16px;
}
.medical-popup .img-wrap {
  width: 100%;
  height: 70px;
  display: table;
  margin-top: 10px;
}
.medical-popup .img-wrap > div {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 1200px) {
  .medical-popup li {
    width: calc((100% - 30px) / 4);
  }
  .medical-popup li:nth-child(6n) {
    margin-right: 10px;
  }
  .medical-popup li:nth-child(4n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 550px) {
  .medical-popup li {
    width: calc((100% - 10px) / 2);
  }
  .medical-popup li:nth-child(6n), .medical-popup li:nth-child(4n) {
    margin-right: 10px;
  }
  .medical-popup li:nth-child(2n) {
    margin-right: 0px;
  }
}
.center-popup {
  position: relative;
  color: #FFF;
  transition: all 0.2s ease-in-out;
}
.center-popup .close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent;
  border: none;
  outline: none;
  font-size: 22px;
  cursor: pointer;
}
.center-popup .tit {
  position: absolute;
  left: 230px;
  top: 80px;
  line-height: 1.5;
  font-size: 20px;
}
.center-popup li {
  float: left;
  width: calc((100% - 30px) / 4);
  height: 145px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  padding: 15px 15px 0;
  transition: all 0.2s ease-in-out;
  border: 1px solid #A9C1EB;
  box-sizing: border-box;
}
.center-popup li:nth-child(4n) {
  margin-right: 0;
}
.center-popup li a {
  display: block;
  height: 100%;
}
.center-popup li img.hover {
  display: none;
}
.center-popup li:hover {
  background: #013F99;
}
.center-popup li:hover p {
  color: #FFF;
}
.center-popup li:hover img:not(.hover) {
  display: none;
}
.center-popup li:hover .hover {
  display: inline;
}
.center-popup li p {
  color: #333;
  font-weight: 300;
  font-size: 16px;
}
.center-popup .img-wrap {
  width: 100%;
  height: 70px;
  display: table;
  margin-top: 10px;
}
.center-popup .img-wrap > div {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 1200px) {
  .center-popup li {
    width: calc((100% - 30px) / 4);
  }
  .center-popup li:nth-child(4n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .doctor-box .doctor-pic {
    float: none;
    width: 100%;
  }
  .doctor-box .doctor-desc {
    padding-top: 20px;
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .center-popup li {
    width: calc((100% - 10px) / 2);
  }
  .center-popup li:nth-child(4n) {
    margin-right: 10px;
  }
  .center-popup li:nth-child(2n) {
    margin-right: 0px;
  }
}