/* ---------------schedule-section START--------------- */
.schedule-section.active .schedule-wrap .time-box {
  opacity: 1;
}
.schedule-section.active .schedule-wrap .contact-list .list-item {
  opacity: 1;
  transform: scale(1);
}
.schedule-section .schedule-wrap .time-box {
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 0.6s;
}
.schedule-section .schedule-wrap .contact-list {
  display: flex;
  align-items: stretch;
}
.schedule-section .schedule-wrap .contact-list .list-item {
  display: flex;
  justify-content: center;
  width: 33.3333333333%;
  box-sizing: border-box;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 1s, transform 1s;
}
.schedule-section .schedule-wrap .contact-list .list-item:nth-of-type(1) {
  transition-delay: 0.9s;
}
.schedule-section .schedule-wrap .contact-list .list-item:nth-of-type(2) {
  transition-delay: 1.2s;
}
.schedule-section .schedule-wrap .contact-list .list-item:nth-of-type(3) {
  transition-delay: 1.5s;
}
.schedule-section .schedule-wrap .contact-list .list-item:not(:nth-of-type(1)) {
  border-left: 1px solid #ddd;
}
.schedule-section .schedule-wrap .contact-list .list-item .contact-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.schedule-section .schedule-wrap .contact-list .list-item .contact-box .icon {
  display: block;
  height: 40px;
}
.schedule-section .schedule-wrap .contact-list .list-item .contact-box .icon img {
  display: block;
  height: 100%;
  width: auto;
}
.schedule-section .schedule-wrap .contact-list .list-item .contact-box .item-title {
  margin-top: 30px;
  line-height: 1;
}
.schedule-section .schedule-wrap .contact-list .list-item .contact-box .time-list {
  margin-top: 30px;
}
.schedule-section .schedule-wrap .contact-list .list-item .contact-box .time-list li {
  display: flex;
  align-items: center;
  gap: 30px;
}
.schedule-section .schedule-wrap .contact-list .list-item .contact-box .time-list li:not(:nth-of-type(1)) {
  margin-top: 15px;
}
.schedule-section .schedule-wrap .contact-list .list-item .contact-box .time-list li .time-tit {
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  width: 90px;
}
.schedule-section .schedule-wrap .contact-list .list-item .contact-box .time-list li .time-text {
  width: calc(100% - 90px - 30px);
}
.schedule-section .schedule-wrap .contact-list .list-item .contact-box .time-list + .warning-text {
  margin-top: 20px;
}
.schedule-section .schedule-wrap .contact-list .list-item .contact-box .warning-text {
  width: 100%;
  color: #999;
}
.schedule-section .schedule-wrap .contact-list .list-item .contact-box .btn-contact-tel,
.schedule-section .schedule-wrap .contact-list .list-item .contact-box .btn-contact-counsel {
  margin-top: 50px;
}
.schedule-section .schedule-wrap .contact-list .list-item .contact-box .btn-contact-tel {
  position: relative;
}
.schedule-section .schedule-wrap .contact-list .list-item .contact-box .btn-contact-tel::before {
  content: "";
  z-index: -1;
  display: block;
  width: 0;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(56, 147, 17, 0.1);
  transition: width 0.3s;
}
.schedule-section .schedule-wrap .contact-list .list-item .contact-box .btn-contact-counsel {
  display: flex;
  align-items: center;
  gap: 15px;
}
.schedule-section .schedule-wrap .contact-list .list-item .contact-box .btn-contact-counsel .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  transform-origin: right;
  transition: transform 0.3s, background-color 0.3s;
}
.schedule-section .schedule-wrap .contact-list .list-item .contact-box .btn-contact-counsel .circle img {
  display: block;
  width: 20%;
  height: auto;
}
.schedule-section .schedule-wrap .doctor-list .list-item {
  display: flex;
  align-items: flex-start;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1s, transform 1s;
}
.schedule-section .schedule-wrap .doctor-list .list-item.active {
  opacity: 1;
  transform: translateY(0);
}
.schedule-section .schedule-wrap .doctor-list .list-item:nth-last-of-type(1) {
  padding-bottom: unset;
}
.schedule-section .schedule-wrap .doctor-list .list-item .img-box {
  flex-shrink: 0;
  width: 470px;
  height: 470px;
  border-radius: 20px;
  background-color: #f8f8f8;
  box-sizing: border-box;
  padding-top: 35px;
}
.schedule-section .schedule-wrap .doctor-list .list-item .img-box img {
  display: block;
  height: 100%;
  width: auto;
  max-width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  margin: 0 auto;
}
.schedule-section .schedule-wrap .doctor-list .list-item .text-box {
  width: calc(100% - 470px);
  box-sizing: border-box;
  padding: 15px 0 0 70px;
}
.schedule-section .schedule-wrap .doctor-list .list-item .text-box .info-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.schedule-section .schedule-wrap .doctor-list .list-item .text-box .info-box .doctor-specialty {
  display: block;
  margin-top: 25px;
  width: 100%;
}
.schedule-section .schedule-wrap .doctor-list .list-item .text-box .info-box .doctor-btn-list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.schedule-section .schedule-wrap .doctor-list .list-item .text-box .info-box .doctor-btn-list li .btn-doctor-action {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 165px;
  height: 50px;
  border-radius: 50px;
  box-sizing: border-box;
  border: 1px solid #f1f1f1;
  transition: border-color 0.3s, color 0.3s, font-weight 0.3s, box-shadow 0.3s;
}
.schedule-section .schedule-wrap .doctor-list .list-item .text-box .schedule-box {
  margin-top: 35px;
  border-radius: 15px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #f3f7f5;
}
.schedule-section .schedule-wrap .doctor-list .list-item .text-box .schedule-box .schedule-line {
  display: flex;
}
.schedule-section .schedule-wrap .doctor-list .list-item .text-box .schedule-box .schedule-line:nth-of-type(1) .schedule-object {
  border-top: unset;
}
.schedule-section .schedule-wrap .doctor-list .list-item .text-box .schedule-box .schedule-line:nth-last-of-type(1) .schedule-object {
  border-bottom: unset;
}
.schedule-section .schedule-wrap .doctor-list .list-item .text-box .schedule-box .schedule-line .schedule-object {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 12.5%;
  padding: 15px 0;
  box-sizing: border-box;
  border: 1px solid #f3f7f5;
  line-height: 1.3;
  border-top-color: #fff;
}
.schedule-section .schedule-wrap .doctor-list .list-item .text-box .schedule-box .schedule-line .schedule-object.object-full {
  width: 87.5%;
}
.schedule-section .schedule-wrap .doctor-list .list-item .text-box .schedule-box .schedule-line .schedule-object:nth-of-type(1) {
  border-left: unset;
}
.schedule-section .schedule-wrap .doctor-list .list-item .text-box .schedule-box .schedule-line .schedule-object:nth-last-of-type(1) {
  border-right: unset;
}
.schedule-section .schedule-wrap .doctor-list .list-item .text-box .schedule-box .schedule-line .schedule-object:not(:nth-of-type(1)) {
  border-left-color: #fff;
}
.schedule-section .schedule-wrap .doctor-list .list-item .text-box .schedule-box .schedule-line .schedule-object.is-merge {
  position: relative;
}
.schedule-section .schedule-wrap .doctor-list .list-item .text-box .schedule-box .schedule-line .schedule-object.is-merge span {
  z-index: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.schedule-section .schedule-wrap .doctor-list .list-item .text-box .schedule-box .schedule-line .schedule-object.is-merge-am {
  border-bottom-color: #fff;
}
.schedule-section .schedule-wrap .doctor-list .list-item .text-box .schedule-box .schedule-line .schedule-object.is-merge-am span {
  top: 80%;
}
.schedule-section .schedule-wrap .doctor-list .list-item .text-box .schedule-box .schedule-line .schedule-object.is-merge-pm span {
  display: none;
}
.schedule-section .schedule-wrap .doctor-list .list-item .text-box .schedule-box .schedule-line .schedule-object span {
  line-height: inherit;
}
.schedule-section .schedule-wrap .doctor-list .list-item .text-box .schedule-box .schedule-line .schedule-object span.active-surgery {
  font-weight: 800;
  color: #389311;
}

/* ---------------schedule-section END--------------- */
/* ---------------media screen START--------------- */
@media screen and (min-width: 991.1px) {
  /* ---------------schedule-section START--------------- */
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .btn-contact-tel:hover::before {
    width: 100%;
  }
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .btn-contact-counsel:hover .circle {
    transform: scale(0.75);
    background-color: #256908;
  }
  .schedule-section .schedule-wrap .doctor-list .list-item .text-box .info-box .doctor-btn-list li .btn-doctor-action:hover {
    border-color: #389311;
    color: #389311;
    font-weight: 800;
    box-shadow: 2px 2px 10px rgba(56, 147, 17, 0.1);
  }
  /* ---------------schedule-section END--------------- */
}
@media screen and (max-width: 1450px) {
  /* ---------------schedule-section START--------------- */
  .schedule-section .schedule-wrap .doctor-list .list-item .text-box .info-box {
    flex-direction: column;
    align-items: flex-start;
    justify-content: unset;
    flex-wrap: unset;
  }
  .schedule-section .schedule-wrap .doctor-list .list-item .text-box .info-box .doctor-name {
    order: 0;
  }
  .schedule-section .schedule-wrap .doctor-list .list-item .text-box .info-box .doctor-specialty {
    order: 1;
  }
  .schedule-section .schedule-wrap .doctor-list .list-item .text-box .info-box .doctor-btn-list {
    margin-top: 25px;
    order: 2;
  }
  /* ---------------schedule-section END--------------- */
}
@media screen and (max-width: 1350px) {
  /* ---------------schedule-section START--------------- */
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .icon {
    height: 36px;
  }
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .item-title {
    margin-top: 27px;
  }
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .time-list {
    margin-top: 27px;
  }
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .time-list li {
    gap: 27px;
  }
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .time-list li:not(:nth-of-type(1)) {
    margin-top: 13.5px;
  }
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .time-list li .time-tit {
    width: 85px;
  }
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .time-list li .time-text {
    width: calc(100% - 85px - 27px);
  }
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .time-list + .warning-text {
    margin-top: 18px;
  }
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .btn-contact-tel,
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .btn-contact-counsel {
    margin-top: 45px;
  }
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .btn-contact-counsel {
    gap: 13.5px;
  }
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .btn-contact-counsel .circle {
    width: 45px;
    height: 45px;
  }
  .schedule-section .schedule-wrap .doctor-list .list-item .img-box {
    width: 430px;
    height: 430px;
    border-radius: 18px;
    padding-top: 32px;
  }
  .schedule-section .schedule-wrap .doctor-list .list-item .text-box {
    width: calc(100% - 420px);
    padding: 13.5px 0 0 63px;
  }
  .schedule-section .schedule-wrap .doctor-list .list-item .text-box .info-box .doctor-specialty {
    margin-top: 22.5px;
  }
  .schedule-section .schedule-wrap .doctor-list .list-item .text-box .info-box .doctor-btn-list {
    gap: 9px;
    margin-top: 22.5px;
  }
  .schedule-section .schedule-wrap .doctor-list .list-item .text-box .info-box .doctor-btn-list li .btn-doctor-action {
    width: 150px;
    height: 45px;
  }
  .schedule-section .schedule-wrap .doctor-list .list-item .text-box .schedule-box {
    margin-top: 32px;
    border-radius: 13.5px;
  }
  .schedule-section .schedule-wrap .doctor-list .list-item .text-box .schedule-box .schedule-line .schedule-object {
    padding: 13.5px 0;
  }
  /* ---------------schedule-section END--------------- */
}
@media screen and (max-width: 1150px) {
  /* ---------------schedule-section START--------------- */
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .icon {
    height: 32px;
  }
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .item-title {
    margin-top: 24px;
  }
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .time-list {
    margin-top: 24px;
  }
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .time-list li {
    gap: 24px;
  }
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .time-list li:not(:nth-of-type(1)) {
    margin-top: 12px;
  }
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .time-list li .time-tit {
    width: 80px;
  }
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .time-list li .time-text {
    width: calc(100% - 80px - 24px);
  }
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .time-list + .warning-text {
    margin-top: 16px;
  }
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .btn-contact-tel,
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .btn-contact-counsel {
    margin-top: 40px;
  }
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .btn-contact-counsel {
    gap: 12px;
  }
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .btn-contact-counsel .circle {
    width: 40px;
    height: 40px;
  }
  .schedule-section .schedule-wrap .doctor-list .list-item .img-box {
    width: 390px;
    height: 390px;
    border-radius: 16px;
    padding-top: 29px;
  }
  .schedule-section .schedule-wrap .doctor-list .list-item .text-box {
    width: calc(100% - 390px);
    padding: 12px 0 0 56px;
  }
  .schedule-section .schedule-wrap .doctor-list .list-item .text-box .info-box .doctor-specialty {
    margin-top: 20px;
  }
  .schedule-section .schedule-wrap .doctor-list .list-item .text-box .info-box .doctor-btn-list {
    gap: 8px;
    margin-top: 20px;
  }
  .schedule-section .schedule-wrap .doctor-list .list-item .text-box .info-box .doctor-btn-list li .btn-doctor-action {
    width: 135px;
    height: 40px;
  }
  .schedule-section .schedule-wrap .doctor-list .list-item .text-box .schedule-box {
    margin-top: 29px;
    border-radius: 12px;
  }
  .schedule-section .schedule-wrap .doctor-list .list-item .text-box .schedule-box .schedule-line .schedule-object {
    padding: 12px 0;
  }
  /* ---------------schedule-section END--------------- */
}
@media screen and (max-width: 991px) {
  /* ---------------schedule-section START--------------- */
  .schedule-section .schedule-wrap .contact-list {
    display: block;
  }
  .schedule-section .schedule-wrap .contact-list .list-item {
    width: 100%;
    padding: 40px 0;
  }
  .schedule-section .schedule-wrap .contact-list .list-item:nth-of-type(1) {
    padding-top: unset;
  }
  .schedule-section .schedule-wrap .contact-list .list-item:nth-last-of-type(1) {
    padding-bottom: unset;
  }
  .schedule-section .schedule-wrap .contact-list .list-item:not(:nth-of-type(1)) {
    border-left: unset;
    border-top: 1px solid #ddd;
  }
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .btn-contact-tel:active::before {
    width: 100%;
  }
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .btn-contact-counsel:active .circle {
    transform: scale(0.75);
    background-color: #256908;
  }
  .schedule-section .schedule-wrap .doctor-list .list-item {
    display: block;
  }
  .schedule-section .schedule-wrap .doctor-list .list-item .img-box {
    width: 100%;
    height: auto;
  }
  .schedule-section .schedule-wrap .doctor-list .list-item .img-box img {
    width: 70%;
    max-width: 400px;
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
    -o-object-position: unset;
       object-position: unset;
  }
  .schedule-section .schedule-wrap .doctor-list .list-item .text-box {
    width: 100%;
    margin-top: 29px;
    padding: unset;
  }
  .schedule-section .schedule-wrap .doctor-list .list-item .text-box .info-box .doctor-name {
    width: 100%;
  }
  .schedule-section .schedule-wrap .doctor-list .list-item .text-box .info-box .doctor-btn-list {
    width: 100%;
  }
  .schedule-section .schedule-wrap .doctor-list .list-item .text-box .info-box .doctor-btn-list li .btn-doctor-action:active {
    border-color: #389311;
    color: #389311;
    font-weight: 800;
    box-shadow: 2px 2px 10px rgba(56, 147, 17, 0.1);
  }
  .schedule-section .schedule-wrap .doctor-list .list-item .text-box .schedule-box .schedule-line {
    font-size: 0.85em;
  }
  /* ---------------schedule-section END--------------- */
}
@media screen and (max-width: 600px) {
  /* ---------------schedule-section START--------------- */
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .icon {
    height: 28px;
  }
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .item-title {
    margin-top: 21px;
  }
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .time-list {
    margin-top: 21px;
  }
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .time-list li {
    gap: 21px;
  }
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .time-list li:not(:nth-of-type(1)) {
    margin-top: 10.5px;
  }
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .time-list li .time-tit {
    width: 75px;
  }
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .time-list li .time-text {
    width: calc(100% - 75px - 21px);
  }
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .time-list + .warning-text {
    margin-top: 14px;
  }
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .btn-contact-tel,
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .btn-contact-counsel {
    margin-top: 35px;
  }
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .btn-contact-counsel {
    gap: 10.5px;
  }
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .btn-contact-counsel .circle {
    width: 35px;
    height: 35px;
  }
  .schedule-section .schedule-wrap .doctor-list .list-item .img-box {
    border-radius: 14px;
    padding-top: 26px;
  }
  .schedule-section .schedule-wrap .doctor-list .list-item .text-box .info-box .doctor-specialty {
    margin-top: 17.5px;
  }
  .schedule-section .schedule-wrap .doctor-list .list-item .text-box .info-box .doctor-btn-list {
    gap: 7px;
    margin-top: 17.5px;
  }
  .schedule-section .schedule-wrap .doctor-list .list-item .text-box .info-box .doctor-btn-list li {
    width: calc((100% - 14px) / 3);
  }
  .schedule-section .schedule-wrap .doctor-list .list-item .text-box .info-box .doctor-btn-list li .btn-doctor-action {
    width: 100%;
    height: 35px;
  }
  .schedule-section .schedule-wrap .doctor-list .list-item .text-box .schedule-box {
    margin-top: 26px;
    border-radius: 10.5px;
  }
  .schedule-section .schedule-wrap .doctor-list .list-item .text-box .schedule-box .schedule-line .schedule-object {
    padding: 10.5px 0;
  }
  /* ---------------schedule-section END--------------- */
}
@media screen and (max-width: 450px) {
  /* ---------------schedule-section START--------------- */
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .icon {
    height: 24px;
  }
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .item-title {
    margin-top: 18px;
  }
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .time-list {
    margin-top: 18px;
  }
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .time-list li {
    gap: 18px;
  }
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .time-list li:not(:nth-of-type(1)) {
    margin-top: 9px;
  }
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .time-list li .time-tit {
    width: 70px;
  }
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .time-list li .time-text {
    width: calc(100% - 70px - 18px);
  }
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .time-list + .warning-text {
    margin-top: 12px;
  }
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .btn-contact-tel,
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .btn-contact-counsel {
    margin-top: 30px;
  }
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .btn-contact-counsel {
    gap: 9px;
  }
  .schedule-section .schedule-wrap .contact-list .list-item .contact-box .btn-contact-counsel .circle {
    width: 30px;
    height: 30px;
  }
  .schedule-section .schedule-wrap .doctor-list .list-item .img-box {
    border-radius: 12px;
    padding-top: 23px;
  }
  .schedule-section .schedule-wrap .doctor-list .list-item .text-box .info-box .doctor-specialty {
    margin-top: 15px;
  }
  .schedule-section .schedule-wrap .doctor-list .list-item .text-box .info-box .doctor-btn-list {
    gap: 6px;
    margin-top: 15px;
  }
  .schedule-section .schedule-wrap .doctor-list .list-item .text-box .info-box .doctor-btn-list li {
    width: calc((100% - 12px) / 3);
  }
  .schedule-section .schedule-wrap .doctor-list .list-item .text-box .info-box .doctor-btn-list li .btn-doctor-action {
    height: 30px;
  }
  .schedule-section .schedule-wrap .doctor-list .list-item .text-box .schedule-box {
    margin-top: 23px;
    border-radius: 9px;
  }
  .schedule-section .schedule-wrap .doctor-list .list-item .text-box .schedule-box .schedule-line .schedule-object {
    padding: 9px 0;
  }
  /* ---------------schedule-section END--------------- */
}
/* ---------------media screen END--------------- */