@charset "utf-8";

/****************
 * DESiGN TRiPLE
 ****************/
/*!
 * .card.skin-coloring
 */
.card.skin-coloring {
  border: 0;
}

.card.skin-coloring {
  height: 100%;
  overflow: hidden;
}

.card.skin-coloring i {
  position: absolute;
  bottom: -1.25rem;
  right: -3.12rem;
  font-size: 10rem;
  color: rgba(var(--bs-black-rgb), 0.2);
}

.card.skin-coloring {
  color: var(--bs-white);
}

.card.skin-coloring.sc01 .overlay {
  background-color: rgba(231, 47, 120, 0.9);
}

.card.skin-coloring.sc01 i {
  color: #e95691;
}

.card.skin-coloring.sc02 .overlay {
  background-color: rgba(155, 155, 155, 0.9);
}

.card.skin-coloring.sc02 i {
  color: #c5c5c5;
}

.card.skin-coloring.sc03 .overlay {
  background-color: rgba(224, 95, 153, 0.9);
}

.card.skin-coloring.sc03 i {
  color: #e77bac;
}

.card.skin-coloring.sc04 .overlay {
  background-color: rgba(199, 199, 199, 0.9);
}

.card.skin-coloring.sc04 i {
  color: #d8d8d8;
}

.card.skin-coloring .card-body {
  z-index: 1;
}

.card.skin-coloring .card-body-bottom {
  z-index: 1;
}

/*!
 * .five-gallery-area
 */
@media screen and (max-width: 991.98px) {
  .five-gallery-area .col-md-12 {
    flex-direction: row !important;
    flex-wrap: wrap;
    align-content: space-between;
  }

  .five-gallery-area .col-md-12 article {
    max-width: 50%;
  }

  .five-gallery-area .col-md-12 article:first-child {
    padding-right: calc(var(--bs-gutter-x) * .5);
  }

  .five-gallery-area .col-md-12 article:last-child {
    padding-left: calc(var(--bs-gutter-x) * .5);
  }
}

@media screen and (max-width: 767.98px) {
  .five-gallery-area .col-md-12 article {
    max-width: 100%;
    height: auto !important;
  }

  .five-gallery-area .col-md-12 article:first-child {
    padding-right: 0;
  }

  .five-gallery-area .col-md-12 article:last-child {
    padding-left: 0;
  }
}

/*** .gallery.gallery-item.skin-basic ***/
.gallery.gallery-item.skin-basic .overlay .gallery-caption-hover {
  text-align: left;
}

.gallery.gallery-item.skin-basic .gallery-caption {
  text-align: left;
}

/*** .gallery.gallery-item.opt-overlay-point ***/
.gallery.gallery-item.opt-overlay-point40 .overlay {
  background: rgba(var(--bs-black-rgb), 0.3);
  background: -webkit-linear-gradient(40deg, rgba(var(--bs-black-rgb), 0.3) 50%, rgba(var(--point-rgb), 0.7) 100%);
  background: linear-gradient(40deg, rgba(var(--bs-black-rgb), 0.3) 50%, rgba(var(--point-rgb), 0.7) 100%);
}

/*!
 * .box-flex.plus-c.speaker-ballon
 */
.box-flex.plus-c.speaker-ballon blockquote {
  position: relative;
  flex: 1 1 auto;
  padding: 2rem 3rem 3rem 3rem;
  margin-bottom: 4.2rem;
  background-color: var(--bs-white);
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  border-radius: 0.25rem;
}

.box-flex.plus-c.speaker-ballon blockquote::after {
  position: absolute;
  top: 100%;
  left: 2rem;
  border-top: 15px solid var(--bs-white);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  content: "";
}

.box-flex.plus-c.speaker-ballon blockquote .speaker-quote {
  position: absolute;
  top: 0;
  left: 1.25rem;
  width: 4rem;
  height: 4rem;
  margin-top: -2rem;
  background-color: #E5EDF9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 1.87rem;
  color: var(--bs-white);
}

.box-flex.plus-c.speaker-ballon blockquote p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-style: italic;
}

.box-flex.plus-c.speaker-ballon .speaker-name {
  position: absolute;
  bottom: 0;
  margin-bottom: 1rem;
  margin-left: 1.25rem;
  font-size: 1.25rem;
}

.box-flex.plus-c.speaker-ballon .speaker-name a {
  color: var(--point);
}

.box-flex.plus-c.speaker-ballon .speaker-name a:hover {
  color: var(--point-hover);
}

.box-flex.plus-c.speaker-ballon .speaker-name span {
  font-size: 0.87rem;
  color: #777;
}

/*!
 * .banner.tagline-banner
 */
.banner.tagline-banner {
  height: 28vh;
}

.banner.tagline-banner .banner-inner.banner-bg {
  background-attachment: fixed;
  background-position: center bottom;
}

.banner.tagline-banner .banner-caption span {
  font-family: 'Do Hyeon', sans-serif;
  color: var(--bs-white);
}

@media screen and (max-width: 991.98px) {

  .banner.tagline-banner {
    height: 40vh;
  }
}

/*!
 * .cs-area
 */
.cs-area .col-lg-4:nth-child(2),
.cs-area .col-lg-4:nth-child(3) {
  background-image: linear-gradient(to right, #DDD 0, rgba(var(--bs-white-rgb), 0) 1px);
  background-position: center;
  background-size: 100% 200px;
  background-repeat: no-repeat;
}

.cs-area h3 {
  min-height: 2rem;
}

.cs-area table.board_output table.output_table td.bd_out1+td {
  display: none;
}

@media screen and (max-width: 991.98px) {
  .cs-area .col-lg-4:nth-child(3) {
    background-image: none;
  }

  .cs-area table.board_output table.output_table td.bd_out1+td {
    display: inline-block;
  }
}

@media screen and (max-width: 767.98px) {
  .cs-area .col-lg-4 {
    background-image: none;
  }

  .cs-area .col-lg-4:nth-child(1) {
    order: 1;
  }

  .cs-area .col-lg-4:nth-child(2) {
    order: 3;
    background-image: none;
  }

  .cs-area .col-lg-4:nth-child(3) {
    order: 2;
  }

  .cs-area table.board_output table.output_table td.bd_out1+td {
    display: none;
  }
}

/*** .box-flex.plus-c.cs-info ***/
.box-flex.plus-c.cs-info ul {
  padding-left: 0;
  border-top: 2px solid #555;
  list-style-type: none;
}

.box-flex.plus-c.cs-info ul li:nth-child(1) {
  font-size: 2.5rem;
}

.box-flex.plus-c.cs-info ul li:nth-child(1) a {
  color: var(--point);
}

.box-flex.plus-c.cs-info ul li:nth-child(1) a:hover {
  color: var(--point-hover);
}

/*** .box-flex.plus-r.cs-shortcut ***/
.box-flex.plus-r.cs-shortcut {
  justify-content: center;
}

.box-flex.plus-r.cs-shortcut a {
  padding: 1rem;
  width: 32%;
}

.box-flex.plus-r.cs-shortcut a i {
  font-size: 5rem;
  color: #DDD;
}

.box-flex.plus-r.cs-shortcut a i:hover {
  color: var(--point);
}

.box-flex.plus-r.cs-shortcut a p {
  text-align: center;
}

@media screen and (max-width: 991.98px) {
  .box-flex.plus-r.cs-shortcut {
    width: auto;
  }
}

/*** .box-flex.plus-c.cs-notice ***/
.box-flex.plus-c.cs-notice {}

/*!
 * greeting-area
 */
.greeting-area h3 {
  margin-bottom: 1rem;
  font-weight: bold;
}

.greeting-area h4 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #333;
}

.greeting-area h5 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: rgb(204, 204, 204);
}

.greeting-area p:last-of-type {
  text-align: right;
}

.greeting-area p.sign {
  width: 100%;
}

.greeting-area span.sign-kr {
  padding-right: 0.5rem;
  margin-left: 0.5rem;
  font-family: "Nanum Brush Script", cursive;
  font-style: italic;
  font-size: 3.5rem;
  letter-spacing: 0.5px;
  vertical-align: middle;
}

.greeting-area span.sign-en {
  padding-right: 0.5rem;
  margin-left: 0.5rem;
  font-family: "Mr Dafoe", cursive;
  font-size: 3.5rem;
  letter-spacing: 0.5px;
  vertical-align: middle;
}

/*!
 * .career-highlights-area
 */
.career-highlights-area .table.skin-basic.r-headings th {
  width: 20%;
}

/*!
 * .banner.message-banner
 */
.banner.message-banner {
  height: 16vh;
  background: rgba(var(--bs-black-rgb), 0.3);
  background: -webkit-linear-gradient(40deg, rgba(var(--bs-black-rgb), 0.3) 50%, rgba(var(--point-rgb), 0.7) 100%);
  background: linear-gradient(40deg, rgba(var(--bs-black-rgb), 0.3) 50%, rgba(var(--point-rgb), 0.7) 100%);
}

.banner.message-banner .icon {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner.message-banner .icon i {
  font-size: 15rem;
  color: rgba(var(--active-rgb), 0.3);
}

.banner.message-banner .banner-caption {
  text-align: center;
}

.banner.message-banner .banner-caption h3 {
  color: var(--bs-white);
}

.banner.message-banner .banner-caption p {
  color: var(--bs-white);
}

.banner.message-banner .banner-caption blockquote.blockquote {
  margin: 0;
}

.banner.message-banner .banner-caption blockquote.blockquote p {
  margin-top: 0;
}

/*!
 * .company-history
 */
.company-history figure {
  width: 50%;
  padding-right: 60px;
}

.company-history div+figure {
  padding-left: 60px;
  padding-right: 0;
  text-align: right;
}

.company-history div {
  width: 50%;
  padding-right: 60px;
  text-align: right;
}

.company-history figure+div {
  padding-left: 60px;
  padding-right: 0;
  text-align: left;
}

.company-history ul,
.company-history ol {
  list-style: none;
  margin-left: -2rem;
}

.company-history ul>li.ul-item {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: row;
  padding-top: 85px;
}

.company-history ul>li.ul-item:first-child {
  padding-top: 0;
}

.company-history ul>li.ul-item h3 {
  margin-top: -7px;
  font-weight: bold;
}

.company-history ul>li.ul-item:first-child::before {
  top: 0;
}

.company-history ul>li.ul-item::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 84px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  text-align: center;
  border: 3px solid var(--point);
  border-radius: 100%;
  background-color: var(--bs-white);
  z-index: 1;
}

.company-history ul>li.ul-item::after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #DADADA;
  width: 1px;
  height: 100%;
}

.company-history ol li {
  display: flex;
  align-items: baseline;
  margin-top: 1.25rem;
  justify-content: flex-end;
}

.company-history figure+div ol>li {
  justify-content: flex-start;
}

.company-history span {
  font-size: 1.5rem;
  font-weight: bold;
  padding-right: 1.25rem;
}

@media screen and (max-width: 991.98px) {

  .company-history ul>li.ul-item::before,
  .company-history ul>li.ul-item::after {
    left: 2%;
  }

  .company-history div {
    width: 100%;
    padding-left: 60px;
    text-align: left;
  }

  .company-history figure {
    display: none;
  }

  .company-history ol li {
    justify-content: flex-start;
  }
}

/*!
 * .banner.billboard-banner
 */
.banner.billboard-banner {
  height: 60vh;
  width: 80%;
  overflow: visible;
}

.banner.billboard-banner .banner-caption {
  position: absolute;
  right: -25%;
  width: 80%;
  padding: 3rem;
  background: var(--point);
  background: -webkit-linear-gradient(to right, rgba(var(--active-rgb), 0.8) 0, rgba(var(--point-rgb), 1) 70%);
  background: linear-gradient(to right, rgba(var(--active-rgb), 0.8) 0, rgba(var(--point-rgb), 1) 70%);
}

.banner.billboard-banner .banner-caption span {
  display: block;
  margin-bottom: 0.5rem;
  color: rgba(var(--bs-white-rgb), 0.8);
  letter-spacing: 5px;
}

.banner.billboard-banner .banner-caption h3 {
  font-weight: bold;
  color: var(--bs-white);
}

.banner.billboard-banner .banner-caption h4 {
  color: var(--bs-white);
}

.banner.billboard-banner .banner-caption p {
  color: rgba(var(--bs-white-rgb), 0.8);
}

@media screen and (max-width: 991.98px) {
  .banner.billboard-banner {
    width: 100%;
  }

  .banner.billboard-banner .banner-caption {
    left: auto;
    right: auto;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

/*!
 * .interview-area
 */
.interview-area .row {
  margin-top: 6rem;
}

.interview-area .area-item .subtitle {
  font-size: 0.87rem;
}

@media screen and (max-width: 991.98px) {
  .interview-area .row {
    margin-top: 0;
  }

  .interview-area .col-lg-4 {
    margin-top: 6rem;
  }
}

/*** .card.sikn-interview ***/
.card.sikn-interview {
  height: 100%;
  padding: 4.5rem 1.25rem 1.25rem 1.25rem;
  background-color: var(--bs-white);
  border: 0 !important;
  overflow: visible;
}

.card.sikn-interview figure {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card.sikn-interview figure img {
  width: 130px;
  height: 130px;
  border: 10px solid var(--bs-white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.card.sikn-interview .card-body h4 {
  text-align: center;
}

.card.sikn-interview .card-body h5 {
  font-size: 0.87rem;
  font-style: italic;
  text-align: center;
}

.card.sikn-interview .card-body-bottom {
  text-align: center;
}

.card.sikn-interview .card-body-bottom .social-icons {
  font-size: 1.5rem;
}

.card.sikn-interview .card-body-bottom .social-icons a {
  padding: 0 0.5rem;
}

/*!
 * .company-location
 */
.company-location .dl-grid.plus-r {
  grid-template-columns: 1fr 4fr;
}

.company-location .dl-grid.plus-r dt {
  font-size: 1.25rem;
}

.company-location .dl-grid.plus-r dt span+span {
  padding-left: 0.25rem;
}

/* .company-location .dl-grid.plus-r dt:first-of-type {
  grid-row: span 3;
} */
@media screen and (max-width: 991.98px) {
  dl.dl-grid {
    display: block;
  }

  dl.dl-grid dd {
    display: block;
  }

  .company-location .dl-grid.plus-r {
    grid-template-columns: 1fr 2fr;
  }

  .company-location .dl-grid.plus-r dt {
    font-size: 1rem;
  }

  .company-location .dl-grid.plus-r dd span:not(.bus) {
    display: block;
    padding: 0.1rem 0.35rem;
  }
}

/*!
 * .office-location
 */
.office-location dl {
  justify-content: space-between;
}

/*!
 * .bussiness-introduction-area
 */
.bussiness-introduction-area {
  position: relative;
  overflow: hidden;
}

.bussiness-introduction-area span {
  position: absolute;
  z-index: -1;
  left: 1%;
  bottom: 0.5rem;
  font-size: 4.6vw;
  font-weight: bold;
  color: rgba(234, 234, 234, 0.35);
  line-height: 0.8;
}

/*!
 * .cboard.cboard-e02
 */
@media screen and (max-width: 991.98px) {
  .cboard-e02 td.att_title[width="26"]+td.att_title+td.att_title {
    /* 관리자 3 제목 */
    border-right: 1px solid #DDD;
  }

  .cboard-e02 td.att_title[width="26"]+td.att_title+td.att_title+td.att_title {
    /* 관리자 4 작성일자 */
    display: none;
  }

  .cboard-e02 td.att_title[width="26"]+td.att_title+td.att_title+td.att_title+td.att_title {
    /* 관리자 5 첨부파일 */
    display: table-cell;
  }

  .cboard-e02 td.att_title:nth-child(2) {
    /* 2 */
    border-right: 1px solid #DDD;
  }

  .cboard-e02 td.att_title:nth-child(3) {
    /* 3 */
    display: none;
  }

  .cboard-e02 td.att_title:nth-child(4) {
    /* 4 */
    display: table-cell;
  }

  .cboard-e02 td.bbsnewf5 {
    border-right: 1px solid #DDD !important;
  }

  .cboard-e02 td.bbsfile_attachment {
    display: table-cell;
  }
}

/*!
 * .cboard.cboard-c04
 */
@media screen and (max-width: 991.98px) {
  .cboard-c04 td.att_title[width="26"]+td.att_title+td.att_title {
    /* 관리자 3 이미지 */
    border-right: 1px solid #DDD;
  }

  .cboard-c04 td.att_title[width="26"]+td.att_title+td.att_title+td.att_title {
    /* 관리자 4 제목 */
    display: table-cell;
  }

  .cboard-c04 td.att_title:nth-child(2) {
    border-right: 1px solid #DDD;
  }

  .cboard-c04 td.att_title:nth-child(3) {
    /* 3 */
    display: table-cell;
    border-right: 1px solid var(--bs-white);
  }
}

/*!
 * 컨텐츠 타이틀 아래 라인
 */
.heading-with-border {
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

.heading-with-border .heading-border {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #e72f78;
  height: 4px;
  width: 110px;
}

.heading-with-border .heading-border2 {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ed6ea7;
  height: 4px;
  width: 60px;
}

.heading-with-border .heading-border3 {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #2b9926;
  height: 5px;
  width: 80px;
}

.heading-with-border .heading-border4 {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ecbb14;
  height: 2px;
  width: 90px;
}

/*!
 * 이미지 쉐도우
 */
.img-shadow {
  position: relative;
  background: #ed6ea7;
  width: 100%;
  float: left;
}

.img-shadow img {
  position: relative;
  top: -15px;
  left: -15px;
}

.shadow-ml {
  margin-left: 15px;
}

/*!
 * 오시는 길
 */
.a6-contact-time {}

.style-position-inside {
  list-style-position: inside;
}

.a6-contact-info {
  border: 1px solid rgba(0, 0, 0, .125);
  padding: 24px 20px 10px;
}

.a6-contact-info ul li {
  list-style: none;
  position: relative;
  padding-left: 30px;
}

.a6-contact-info ul li i {
  position: absolute;
  left: 0;
  font-size: 0.9em;
  color: #555555;
  margin-top: 6px;
}

.a6-contact-info ul h5 {
  font-size: 18px;
  font-weight: 300;
  line-height: 190%;
}

.a6-contact-info ul li p {
  margin-left: -10px;
  margin-bottom: -1px;
  font-weight: 200;
}

.a6-contact-info2 {
  border: 1px solid rgba(0, 0, 0, .125);
  padding: 24px 20px 10px;
}

.a6-contact-info2 ul li {
  list-style: none;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.a6-contact-info2 ul li i {
  position: absolute;
  left: 0;
  font-size: 1.3em;
  margin-top: 4px;
}

.a6-contact-info2 ul li a {
  font-weight: 300 !important;
}

/*!
 * 텍스트 컬러
 */
.fa-ellipsis-vertical {
  color: #ed6ea7;
}

.fa-check-square {
  color: #ed6ea7;
}

.fa-hospital-user {
  color: #e72f78;
}

.fa-check {
  color: #ed6ea7;
}

.skyblue {
  color: rgb(117, 213, 241) !important;
}

.color-point {
    color: #e72f78;
}

/*!
 *백그라운드 컬러 박스
 */
.bg-box {
  background-color: #ffdfed;
  margin-bottom: 2rem;
  padding: 2rem 3rem 0.5rem;
  border: solid 1px #ffffff;
  border-radius: 30px 10px 50px;
}
