.logo img {
  width: 85px;
}

.he-100 {
  height: 100vh !important;
}

.content-info h2 {
  margin-bottom: 0px !important;
}

img.plus-ko {
  padding-bottom: 40px;
  background-image: url(../img/click-ko.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 120px auto;
}

.btn-main-first-dropdown {
  top: -10% ;
}

.btn-main-second-dropdown {
  top: 40% ;
}

/* 05_guide */
.content-guide dl {
  line-height: 28px;
  background-color: #f8f9e3;
  padding: 20px;
  border: 1px solid #dbe793;
}

.content-inpatient-life ul li {
  padding-left: 1.2em;
  position: relative;
  line-height: 28px;
  margin-top: 20px;
}

.content-inpatient-life ul li::before {
  content: "〇 ";
  position: absolute;
  top: 0px;
  left: 0px;
}

.content-inpatient-life table {
  width: 100%;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 25px;
  border-top: 1px solid #231815;
  border-right: 1px solid #231815;
}

.content-inpatient-life table tr:nth-of-type(1) th {
  background-color: #dbe793;
}

.content-inpatient-life table th {
  padding: 10px;
  background-color: #f0f0f0;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #231815;
  border-left: 1px solid #231815;
  font-weight: normal;
}

.content-inpatient-life table td {
  padding: 10px;
  vertical-align: middle;
  background-color: #fff;
  border-bottom: 1px solid #231815;
  border-left: 1px solid #231815;
}

.content-inpatient-life table.standard tr:nth-of-type(1) th {
  background-color: #f0f0f0;
}

/* 05_guide > 01_6korean.html*/
.flow-container {
  color: white;
  background-color: #fff;
}

.flow-mobile {
  display: none;
}
.flow-container .text-white,
.flow-mobile {
  position: relative;
}
.flow-title {
  color: #b19cd9;
  text-align: left;
  border-bottom: 1px solid #b19cd9;
  margin-bottom: 24px;
  margin-top: 24px;
}

.green-arrow {
  color: #4E9C1C;
  font-size: 20px;
}

.blue-arrow {
  color: #0d6efd;
  font-size: 20px;
}

.btn-main-first {
  margin-top: 16px;
}

.slides-box {
  height: 560px;
}

.blue-border {
  background-color: white; 
  color: black; 
  border: 2px solid #0d6efd;
}

.green-border {
  background-color: white; 
  color: black; 
  border: 2px solid #4E9C1C;
}

.green-header {
  color: white;
  background-color: #4E9C1C;
}

.blue-header {
  color: white;
  background-color: #0d6efd;
}

.boldbottom {
  position: relative;
  height: 100%;
  width: 40px;
  margin: 0 auto;
}

.boldbottom::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 12px;
  width: 16px;
  height: 80px;
  background: #0d6efd;
}

.boldbottom::after {
  content: "";
  display: block;
  position: absolute;
  top: 80px;
  left: 0;
  width: 0;
  height: 0;
  border: 20px solid;
  border-color: #0d6efd transparent transparent transparent;
}

.flow-chart-last-green {
  padding: 30px;
}
.btn-main-first-dropdown {
  top: -20px !important;
}

@media screen and (max-width: 1400px) {
  .flow-chart-last-green {
    padding: 44px;
  }
}

@media screen and (max-width: 991.98px) {
  .slides-box {
    height: 520px;
  }
  .btn-main-first {
    margin-top: 10px !important;
  }
  .btn-main-first-dropdown {
    top: -25% ;
  }
  
  .btn-main-second-dropdown {
    top: 30% ;
  }

  .flow-mobile {
    padding: 15px;
    background-color: white;
  }
  
  .text-center.py-2 {
    font-size: 20px;
  }
  
  .mobile-flow-item {
    color: white;
    border-radius: 4px;
  }

  .initial-visit, .return-visit {
    margin-bottom: 40px;
  }
  .flow-mobile {
    display: block;
  }
  .flow-pc {
    display: none;
  }
  .flow-title {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .icon-plus-blue {
    margin-bottom: 4px;
  }
  .icon-plus-orange {
    margin-bottom: 4px;
  }
  .btn-main-fs-box {
    margin-top: 48px !important;
  }
  .btn-main-fs-box a {
    padding: 0 5px;
  }
  .row.btn-main-fs-box .position-relative.col-6.col-md-12 {
    display: inline-flex;
    width: 100%;
  }
  .btn-main-fs-box-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  .btn-main-first,
  .btn-main-second {
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
  }
  .btn-main-first {
    margin: 0 !important;
  }
  .btn-main-second {
    margin-left: 10px;
  }
  .flow-container .col-md-6 {
    margin-bottom: 2rem;
  }
  .slides-box {
    height: 320px;
  }
  
}