@charset "utf-8";
/* CSS Document */
@import url("/common/css/dropdown.css");

:root {
  /* green */
  --point-color-01: 22, 148, 84; /* #169454 */
  --point-color-04: 26, 125, 75; /* #1a7d4b */
  --point-color-05: 241, 245, 243; /* #f1f5f3*/

  /* blue */
  --point-color-02: 29, 88, 187; /* #1d58bb */
  --point-color-03: 96, 173, 232; /* #60ade8 */
  --point-color-06: 227, 230, 2232; /* #e3e6e8*/

  /* light blue gray */
  --point-color-09: 169, 173, 185; /* #a9adb9 */
  --point-color-11: 65, 65, 69; /* #414145 */

  --point-color-10: 106, 107, 106; /* #6a6b6a */
}

/*****************************************************
	Common
*****************************************************/
@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1400px) {
}

/* Layout */
.container [class|="col"] .non-info {
  margin-top: 2rem;
}

/* Carousel */
.carousel {
  height: 100%;
}
.carousel .carousel-inner {
  height: 100%;
}
.carousel-item {
  height: 100%;
  background-color: hsl(0, 0%, 93%);
}
.carousel-item > a {
  display: block;
  height: 100%;
}
.carousel-item .img {
  display: block;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.carousel-item img {
  display: block;
  width: 100%;
}
.carousel .btn-container {
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  /*padding-left: 1.875em;*/
  zoom: 1;
  /*width: auto;*/
  width: 100%;
  height: 30px;
  z-index: 1;
}
.carousel .btn-container .btn-inner {
  width: auto;
  height: 30px;
  background: rgba(0, 0, 0, 0.4);
  display: inline-block;
  padding: 0 13px;
  border-radius: 15px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.carousel .btn-container .btn-inner .carousel-indicators {
  float: none;
  position: relative;
  left: 0;
  bottom: 0;
  top: 3px;
  display: inline-block;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: left;
  white-space: nowrap;
  zoom: 1;
}
.carousel .btn-container .btn-inner .carousel-indicators > a {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid hsl(0, 0%, 100%);
  margin: 1px;
}
.carousel .btn-container .btn-container .btn-inner .carousel-indicators > a.active {
}
.carousel .btn-container .btn-inner .carousel-btn {
  display: inline-block;
  zoom: 1;
  text-align: left;
}
.carousel .btn-container .btn-inner .carousel-btn button {
  background: none;
  vertical-align: middle;
  line-height: 0.6;
  height: 30px;
  border: none;
  padding: 0;
  color: hsl(0, 0%, 100%);
}

/* Text wrapper */
.text-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7.5rem;
  /* padding: 1.875em; */
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.7);
}
.text-wrapper .text-title {
  color: hsl(0, 0%, 100%);
  font-size: 1.875rem;
  line-height: 1.1;
}

/* 텍스트가 여러 줄일 경우 생략 부호 */
.multi-row-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*****************************************************
	Include
*****************************************************/
/* Header */
#header {
  border-bottom: 1px solid #e3e6e8;
}
#header .gnb .container {
  padding-right: 0;
}
#header .gnb {
  display: block;
  height: 35px;
  background-color: hsl(0, 0%, 95%);
}
#header .gnb .header-util {
}
#header .gnb .header-util:after {
  content: "";
  clear: both;
}
#header .gnb .header-util > ul {
  margin: 0;
}
#header .gnb .header-util > ul > li {
  position: relative;
  float: left;
}
#header .gnb .header-util > ul > li a:not(.top-banner-btn):after {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 1px;
  height: 10px;
  background-color: rgb(var(--point-color-09));
}
#header .gnb .header-util > ul > li:first-child a:after {
  display: none;
}
#header .gnb .header-util > ul > li > a {
  position: relative;
  display: inline-block;
  padding: 0.45rem 0.7rem;
  font-size: 0.9rem;
  color: hsl(0, 0%, 33%);
  transition: 0.3s;
  cursor: pointer;
}
#header .gnb .header-util > ul > li > a:hover,
#header .gnb .header-util > ul > li > a:focus {
  /* color: #174995; */
  text-decoration: underline;
}

#header .gnb .header-util > ul > li .top-banner-btn {
  padding-right: 1.9rem;
  color: hsl(0, 0%, 100%); /* display: none; */
  background-color: rgb(var(--point-color-01));
}
#header .gnb .header-util > ul > li .top-banner-btn .material-icons {
  position: absolute;
  top: 8px;
  right: 0.5rem;
  font-size: 1rem;
}
#header .gnb .header-util > ul > li .top-banner-btn .off,
#header .gnb .header-util > ul > li .top-banner-btn.active .on {
  display: block;
}
#header .gnb .header-util > ul > li .top-banner-btn .on,
#header .gnb .header-util > ul > li .top-banner-btn.active .off {
  display: none;
}

#header .navbar {
  width: 100%;
  height: 82px;
}
#header .navbar > .container {
  position: relative;
  height: 100%;
  justify-content: flex-start;
  padding: 0;
}
#header .navbar .navbar-brand {
  margin: 0;
  padding: 0;
}

#header .navbar .navbar-brand img {
  width: 128px;
  height: auto;
}

#header .navbar .navbar-sub-site {
  position: relative;
  padding-left: 20px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -1px;
  /* color: hsl(0, 0%, 7%); */
  color: #1970b3; /* 250812 컬러수정 */
}
#header .navbar .navbar-sub-site::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 1px;
  height: 15px;
  margin: 0 10px;
  background-color: rgb(var(--point-color-09));
}
#header .nav-bg-fostrap {
  width: auto;
  height: 100%;
}
#header .nav-bg-fostrap .navbar-fostrap {
  background-color: rgb(var(--point-color-01));
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header .nav-bg-fostrap .navbar-fostrap:hover,
#header .nav-bg-fostrap .navbar-fostrap:focus {
  background-color: rgb(var(--point-color-01));
}

#header #top-menu .navbar-title {
  background-color: rgb(var(--point-color-01));
}

#header #top-menu .navbar-nav > li.active > a {
  color: rgb(var(--point-color-01));
}
#header #top-menu .navbar-title .navbar-close {
  background: #8bc34a;
}
#header #top-menu .navbar-nav > li.active > a:hover,
#header #top-menu .navbar-nav > li.active > a:focus {
  color: rgb(var(--point-color-01));
}

@media (min-width: 380px) {
  /*
    #header .navbar .navbar-brand img {
        width: 139px;
    }
    */
  #header .navbar .navbar-sub-site {
    padding-left: 20px;
    font-size: 1.125rem;
  }
}
@media (min-width: 480px) {
  #header .gnb .header-util > ul > li .top-banner-btn {
    display: block;
  }
}
@media (min-width: 576px) {
  #header .gnb .container {
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  #header #top-menu {
    position: absolute;
    right: 0;
  }
  #header #top-menu .navbar-nav > li {
    height: 100%;
  }
  #header #top-menu .navbar-nav > li > a {
    height: 100%;
  }
  #header #top-menu .navbar-nav > li a:hover,
  #header #top-menu .navbar-nav > li a:focus {
    color: rgb(var(--point-color-01));
    font-weight: 700;
  }
  #header #top-menu .navbar-nav > li.active > a,
  #header #top-menu .navbar-nav > li.active > a:hover {
    color: rgb(var(--point-color-01));
    font-weight: 700;
  }
}

@media (min-width: 992px) {
  #header #top-menu .navbar-nav > li .dropdown-menu {
    background: rgb(var(--point-color-01));
    border: none;
    padding: 1rem 0.25rem 0.75rem;
  }
  #header #top-menu .navbar-nav > li .dropdown-menu {
    transform: translate(-50%, 0);
    top: 82px;
    box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.3);
    left: 50%;
  }
  #header #top-menu .navbar-nav > li div.dropdown-menu:after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: -15px;
    display: block;
    border-left: 15px solid transparent;
    border-bottom: 15px solid rgb(var(--point-color-01));
    border-right: 15px solid transparent;
  }
  #header #top-menu .navbar-nav > li .dropdown-menu .dropdown {
    color: hsl(0, 0%, 100%);
    font-size: 0.875rem;
    display: block;
    text-align: left;
    letter-spacing: -0.08rem;
    margin: 0 0.875rem 0.4rem 0.875rem;
    padding: 0 0 0.3em 0.75rem;
    position: relative;
  }

  #header #top-menu .navbar-nav > li .dropdown-menu .dropdown:hover,
  #header #top-menu .navbar-nav > li .dropdown-menu .dropdown:focus {
    color: #edc935;
    border-bottom: 1px solid #edc935;
  }

  #header #top-menu .navbar-nav > li .dropdown-menu .dropdown:hover:after {
    content: "";
    position: absolute;
    left: 0rem;
    top: 0.45rem;
    width: 0px;
    height: 0px;
    display: block;
    border-top: 3px solid transparent;
    border-left: 5px solid #edc935;
    border-bottom: 3px solid transparent;
  }
}

/* Footer */
#footer {
  padding: 30px 0;
  color: hsl(0, 0%, 33%);
  text-align: center;
}
body.sub #footer {
  border-top: solid 1px hsl(0, 0%, 93%);
}
#footer .footer-menu {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
#footer .footer-menu ul {
  display: inline-block;
  margin: 0;
}
#footer .footer-menu ul::after {
  content: "";
  clear: both;
  display: block;
}
#footer .footer-menu ul > li {
  position: relative;
  float: left;
  list-style: none;
}
#footer .footer-menu ul > li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: rgb(var(--point-color-09));
}

#footer .dropup .dropdown-toggle::after {
  display: none;
}
#footer button {
  min-width: 180px;
  position: relative;
  display: block;
  text-align: left;
  padding: 0.5rem 0.75rem;
  color: hsl(0, 0%, 62%);
  border-radius: 2px;
  border: 1px solid hsl(0, 0%, 85%);
  background-color: hsl(0, 0%, 100%);
}

#footer button > i {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 2.375rem;
  padding: 0;
  color: hsl(0, 0%, 27%);
  text-align: center;
  line-height: 2.188rem;
}

#footer .footer-menu ul > li > a {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  color: rgb(var(--point-color-11));
  padding-right: 12px;
}
#footer .footer-menu ul > li > a:hover,
#footer .footer-menu ul > li > a:focus {
  text-decoration: underline;
}
#footer .footer-menu ul > li:first-child > a {
  color: rgb(var(--point-color-01));
  padding-left: 0;
}
#footer .footer-menu ul > li:last-child > a {
  padding-right: 0;
}
#footer address {
  margin-bottom: 0;
}
#footer .address {
  font-size: 0.875rem;
  margin-bottom: 2px;
}
#footer .tel-fax {
  font-size: 0.875rem;
  margin-bottom: 2px;
}
#footer .tel-fax .tel {
  margin-right: 15px;
}
#footer .copyright {
  display: block;
  font-size: 0.813rem;
  color: rgb(var(--point-color-10));
}
#footer .footer-right-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
#footer .sns-list {
  list-style: none;
  margin: 0;
}
#footer .sns-list::after {
  content: "";
  clear: both;
  display: block;
}
#footer .sns-list > li {
  float: left;
  margin-right: 8px;
}
#footer .sns-list > li:last-child {
  margin-right: 0;
}
#footer .related-site {
  display: inline-block;
  width: auto;
  min-width: 180px;
  margin-left: 15px;
}
@media (min-width: 380px) {
  #footer .footer-menu ul > li > a {
    font-size: 1rem;
    padding-right: 20px;
  }
  #footer .footer-menu ul > li:not(:last-child)::after {
    right: 9.5px;
  }
}
@media (min-width: 450px) {
  #footer {
    padding: 30px;
  }
}
@media (min-width: 576px) {
  /*
    #header .navbar .navbar-brand>img {
        width: 156px;
    }
    */
}
@media (min-width: 768px) {
  #footer .address,
  #footer .tel-fax {
    display: inline-block;
  }
  #footer .address {
    margin-right: 20px;
  }
  #footer .tel-fax .tel a,
  #footer .tel-fax .fax a {
    display: inline-block;
    position: relative;
  }
  #footer .tel-fax .tel a::before,
  #footer .tel-fax .fax a::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -6px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    background-color: rgb(var(--point-color-04));
  }
  #footer .tel-fax .fax a::before {
    left: -7.5px;
  }
}
@media (min-width: 992px) {
  #footer {
    text-align: left;
  }
  #footer > .container {
    width: 100%;
    max-width: 100%;
  }
  #footer .footer-menu {
    text-align: left;
  }
  #footer .sns-list {
    margin-bottom: 15px;
  }
  #footer .sns-list a {
    width: 32px;
    height: 32px;
    padding: 4px 0;
    text-align: center;
    display: block;
    transition: 0.2s;
    background: hsl(0, 0%, 40%);
    border-radius: 300px;
  }
  #footer .sns-list a:hover,
  #footer .sns-list a:focus {
    background: hsl(0, 0%, 56%);
  }
}
@media (min-width: 1200px) {
  #header #top-menu .navbar-nav > li > a {
    padding: 1.5rem 2.4rem;
  }
  #footer > .container {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1140px;
  }
  #footer .sns-list {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}
@media (min-width: 1300px) {
  #footer > .container {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1300px;
  }
}

/* KYJ 20200917 : SNS show on mobile */
a[href^="tel"] {
  text-decoration: inherit;
  color: inherit;
}
#footer .footer-right-wrapper {
  justify-content: center;
}
#footer .col-lg-3 {
  padding-top: 1rem;
}
#footer .sns-list {
  margin-right: 1rem;
}
#footer .sns-list a {
  width: 32px;
  height: 32px;
  padding: 2px 0;
  text-align: center;
  display: block;
  transition: 0.2s;
  background: hsl(0, 0%, 40%);
  border-radius: 300px;
}
#footer .sns-list a:hover,
#footer .sns-list a:focus {
  background: hsl(0, 0%, 56%);
}

@media (min-width: 992px) {
  #footer .col-lg-3 {
    padding-top: 0;
  }

  #footer .footer-right-wrapper {
    justify-content: flex-end;
  }
}

/*****************************************************
	Main
*****************************************************/
/* Main container */
.main-container {
  background-color: rgb(var(--point-color-05));
}

/* Visual */
#main-visual {
  position: relative;
  height: 14.3rem;
  margin-bottom: 1.875rem;
}
#main-visual .carousel-caption {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 1300px;
  /* height: 7.5rem;
  padding: 1.875em; */
  height: 80px;
  padding: 20px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.7);

  /* bootstrap override */
  right: auto;
  text-align: left;
}
#main-visual .carousel-caption .caption-title.ausltcenter-t {
  color: hsl(0, 0%, 100%);
  /* font-size: 1.875rem; */
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0;
}
#main-visual .carousel-caption .caption-desc {
  display: none;
  font-size: 1rem;
  color: hsl(0, 0%, 15%);
  margin-bottom: 20px;
}
#main-visual .carousel-caption .container-fluid {
  padding: 0;
}
#main-visual .carousel-caption .carousel-link-container {
  display: none;
}
#main-visual .carousel-caption .carousel-link-container .row {
  margin-bottom: 9px;
}
#main-visual .carousel-caption .carousel-link-container a {
  display: block;
  position: relative;
  background-color: hsl(0, 0%, 100%);
  padding: 1.25em 2.125em;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.17);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.17);
}
#main-visual .carousel-caption .carousel-link-container a:focus,
#main-visual .carousel-caption .carousel-link-container a:hover {
  background: rgb(var(--point-color-01));
  transition: all 0.2s ease-out;
}
#main-visual .carousel-caption .carousel-link-container a:focus .title,
#main-visual .carousel-caption .carousel-link-container a:hover .title {
  color: hsl(0, 0%, 100%);
}
#main-visual .carousel-caption .carousel-link-container a > .title {
  display: inline-block;
  margin: 0;
  font-size: 1rem;
  color: hsl(0, 0%, 40%);
}
#main-visual .carousel-caption .carousel-link-container a::after {
  content: url("../images/arrow-east.png");
  position: absolute;
  right: 2.125em;
  font-size: 1rem;
}

.non-info {
  transform: scale(0.8);
  padding-top: 11rem;
}

@media (min-width: 768px) {
  #main-visual {
    height: 25rem;
  }
  #main-visual .carousel-caption {
    position: relative;
    top: 30px;
    left: auto;
    bottom: auto;
    height: auto;
    background-color: transparent;
  }
  #main-visual .carousel-caption .caption-title.ausltcenter-t {
    /* color: hsl(0, 0%, 15%); */
    color: #454545;
    margin-bottom: 20px;
  }
  #main-visual .carousel-caption .caption-desc {
    display: block;
  }
  #main-visual .carousel-caption .carousel-link-container {
    display: block;
  }
  #main-visual .carousel .btn-container {
    bottom: 15px;
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 992px) {
  #main-visual {
    height: 33.75rem;
  }
  #main-visual .carousel-caption {
    top: 60px;
  }
  #main-visual .carousel-caption .caption-title.ausltcenter-t {
    font-size: 40px;
  }
  #main-visual .carousel .btn-container {
    bottom: 95px;
  }
}

/* Content */
#content {
  /* kyj 20200902
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    */
}
#section1 {
  margin-bottom: 0;
}
.section {
  position: relative;
}
.section > .title,
.section > .header > .title {
  font-size: 1.375rem;
  font-weight: 600;
  color: hsl(0, 0%, 27%);
}
.main-container #section1 [class*="col-"],
.main-container #section2 [class*="col-"] {
  background-color: hsl(0, 0%, 100%);
}
@media (min-width: 768px) {
  #content {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .main-container #content {
    position: relative;
    z-index: 1;
    margin-top: -100px;
    padding-bottom: 80px;
  }
  #section1,
  #section2 {
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.33);
  }
}
@media (min-width: 1200px) {
  #content {
    max-width: 1140px;
  }
}
@media (min-width: 1300px) {
  #content {
    max-width: 1300px;
  }
}

/* 포토 갤러리 */
#section1 [class|="col"]:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgb(var(--point-color-06));
}
.photo-gallery {
  position: relative;
  background: #ccc url("/common/images/thumb-non.png") no-repeat 50% 50%;
  height: 300px;
  overflow: hidden;
}
.photo-gallery .title {
  position: absolute;
  top: 1.875rem;
  left: 1.875rem;
  z-index: 1;
}
.photo-gallery img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.photo-gallery .text-wrapper {
  background-color: rgba(0, 0, 0, 0.5);
}
.photo-gallery .text-title {
  font-size: 1.25rem;
  font-weight: 300;
  word-break: keep-all;
}
.photo-gallery .text-wrapper .link-more {
  position: absolute;
  right: 1.875rem;
  bottom: 1.563rem;
  color: hsl(0, 0%, 100%);
  font-size: 0.875rem;
  font-weight: 600;
  padding: 1px;
  border-bottom: 1px solid hsl(0, 0%, 100%);
}

.photo-gallery .text-wrapper .link-more:hover,
.photo-gallery .text-wrapper .link-more:focus {
  color: rgba(var(--point-color-01, 0.9));
  border-bottom: 1px solid rgba(var(--point-color-01, 0.9));
}
@media (min-width: 768px) {
  .photo-gallery {
    height: 100%;
  }
  .photo-gallery .text-title {
    font-size: 1.1rem;
  }
}

/* 배너존 */
.banner-zone {
  height: 100%;
}
.banner-zone > .title {
  position: absolute;
  top: 1.875rem;
  left: 1.875rem;
  z-index: 1;
}
.banner-zone .carousel .btn-container .btn-inner {
  background-color: transparent;
}
.banner-zone .carousel .btn-container .btn-inner .carousel-indicators > a {
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
}
.banner-zone .carousel .btn-container .btn-inner .carousel-indicators .active {
  background-color: hsl(0, 0%, 100%);
}
.banner-zone .carousel {
  position: relative;
}

@media (min-width: 768px) {
  .banner-zone {
    min-height: 259px;
  }
}
@media (min-width: 992px) {
  .banner-zone {
    min-height: 225px;
  }
}

/* 센터일정 */
.center-schedule {
  padding: 1.875rem;
  padding-bottom: 0;
  border-bottom: 1px solid hsl(0, 0%, 90%);
  background: #fff url("../images/main-center-bg01.png") no-repeat right -10px bottom -20px;
}
.center-schedule .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.center-schedule .header > .title {
  margin-bottom: 0;
}
.center-schedule .header .link-more,
.notice .header .link-more {
  color: rgb(var(--point-color-02));
  font-size: 0.875rem;
  font-weight: 600;
  border: 1px solid rgb(var(--point-color-02));
  transition: 0.2s;
  padding: 0.2em 0.714em;
}

.center-schedule .header .link-more:hover,
.center-schedule .header .link-more:focus {
  color: hsl(0, 0%, 100%);
  background: rgb(var(--point-color-02));
}
.notice .header .link-more:hover,
.notice .header .link-more:focus {
  color: hsl(0, 0%, 100%);
  background: rgb(var(--point-color-01));
}
.center-schedule .list-wrapper {
  overflow-y: auto;
}
.center-schedule .list-wrapper li > a {
  display: block;
  padding: 0.8rem 0 0.7rem;
  border-bottom: 1px dashed hsl(0, 0%, 76%);
}
.center-schedule .list-wrapper li > a:focus .schedule-title .title,
.center-schedule .list-wrapper li > a:hover .schedule-title .title {
  color: hsl(0, 0%, 30%);
  font-weight: 600;
}
.center-schedule .list-wrapper li:last-child > a {
  border-bottom: none;
}
.center-schedule .list-wrapper .list-item-wrapper {
  display: flex;
}
.center-schedule .list-item-wrapper .schedule-date {
  flex: 0 0 50px;
  text-align: center;
  padding-right: 5px;
  margin-right: 20px;
}
.center-schedule .schedule-date .year-month {
  display: block;
  font-size: 0.75rem;
  font-weight: 300;
  color: hsl(0, 0%, 62%);

  padding-top: 3px;
}
.center-schedule .schedule-date .date {
  display: block;
  font-size: 1.688rem;
  font-weight: 600;
  color: rgb(var(--point-color-02));
  margin-top: -5px;
}
.center-schedule .schedule-title .period {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: rgb(var(--point-color-02));

  padding-top: 2px;
}
.center-schedule .schedule-title .title {
  color: hsl(0, 0%, 15%);
  overflow: hidden;

  text-overflow: ellipsis;
  flex-wrap: nowrap;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-top: 1px;
}

@media (min-width: 992px) {
  .center-schedule .list-wrapper {
    min-height: 100px;
  }
}

/* 공지사항 */
.section.notice {
  background-color: hsl(0, 0%, 100%);
  padding: 1.875rem;
  border-bottom: 1px solid hsl(0, 0%, 90%);
}
.notice .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.notice .header > .title {
  margin-bottom: 0;
}
.notice .header .link-more {
  color: rgb(var(--point-color-01));
  font-size: 0.875rem;
  font-weight: 600;
  border: 1px solid rgb(var(--point-color-01));
  padding: 0.2em 0.714em;
}
.notice .notice-first {
}
.notice .notice-first-date {
  display: none;
  flex: 0 0 5.063rem;
  position: relative;
  height: 4.625rem;
  border: 1px solid hsl(0, 0%, 80%);
  margin-right: 20px;
  text-align: center;
}
.notice .notice-first-date::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: 3px;
  background-color: rgb(var(--point-color-01));
}
.notice .notice-first-date .date {
  font-family: "iropke", serif;
  font-size: 2.188rem;
  font-weight: 600;
  color: rgb(var(--point-color-01));
  display: block;
  padding-top: 5px;
}
.notice .notice-first-date .year-month {
  font-size: 0.75rem;
  font-weight: 600;
  color: hsl(0, 0%, 40%);
  display: block;
  margin-top: -1px;
}
.notice-first-content {
  margin-bottom: 8px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.notice .notice-first-title {
  position: relative;
  display: inline-block;
  color: hsl(0, 0%, 40%);
  font-size: 0.938rem;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* max-width: 72%; */
}
/* .notice .notice-first-title span {
    position: relative;
    display: inline-block;
    color: hsl(0, 0%, 40%);
    font-size: 0.938rem;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
} */
.notice .notice-first.new .notice-first-title::after {
  content: url(../images/new.png);
  position: absolute;
  top: calc(50% + 2px);
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.notice .notice-first-title img {
  margin-top: -8px;
}
/* .notice .notice-first.new .notice-first-title::after {
    content: url("../images/new-medium.png");
    display: inline-block;
    position: relative;
    top: 4px;
    margin-left: 2px;
} */
.notice .notice-first.new .notice-first-title.overflow::after {
  position: absolute;
  top: calc(3.375rem - 24px);
  right: -15px;
}
.notice .notice-first-detail {
  display: none;
  font-size: 0.875rem;
  color: hsl(0, 0%, 50%);
  height: 2.25rem;
}
.notice-first-link:focus .notice-first-title,
.notice-first-link:hover .notice-first-title,
.notice-first-link:focus .notice-first-detail,
.notice-first-link:hover .notice-first-detail {
  color: hsl(0, 0%, 5%);
  font-weight: 600;
  text-decoration: underline;
}
.notice-first-m-date {
  /* position: absolute;
	top: 0;
    right: 0; */
  margin-left: 16px;
  color: hsl(0, 0%, 56%);
  font-size: 0.813rem;
  font-weight: 600;
  white-space: nowrap;
  /* overflow: hidden; */
}

.notice .list-wrapper ul {
  margin-bottom: 0;
}
.notice .list-wrapper li {
  margin-bottom: 8px;
}
.notice .list-wrapper li a {
  display: block;
}
.notice .list-wrapper .list-item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.notice .list-wrapper .list-item-wrapper .title,
.notice .list-wrapper .list-item-wrapper .date {
  white-space: nowrap;
}
.notice .list-wrapper .list-item-wrapper .title {
  position: relative;
  display: inline-block;
  color: hsl(0, 0%, 40%);
  font-size: 0.938rem;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 22px;
}
.notice .list-wrapper .list-item-wrapper .title:focus,
.notice .list-wrapper .list-item-wrapper .title:hover {
  color: hsl(0, 0%, 5%);
  font-weight: 600;
  text-decoration: underline;
}
.notice .list-wrapper .list-item-wrapper img {
  margin-top: -7px;
}
.notice .list-wrapper .list-item-wrapper .date {
  /* position: absolute;
    top: 0;
    right: 0; */
  margin-left: 16px;
  color: hsl(0, 0%, 56%);
  font-size: 0.813rem;
  font-weight: 600;
}
.notice .list-wrapper .new .list-item-wrapper .title::after {
  content: url("../images/new.png");
  position: absolute;
  top: calc(50% + 2px);
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .section.notice {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .section.notice {
    height: 19.375rem;
  }
  .notice .notice-first {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 15px;
    border-bottom: 1px dashed #e0dbdb;
    margin-bottom: 20px;
  }
  .notice .notice-first-date,
  .notice .notice-first-detail {
    display: block;
    clear: both;
  }
  .notice-first-content {
    display: block;
    width: calc(100% - 5.063rem - 20px);
    position: relative;
  }
  .notice .notice-first-title {
    font-size: 1.313rem;
    font-weight: 600;
    color: hsl(0, 0%, 15%);
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .notice .notice-first.new .notice-first-title::after {
    display: none;
  }
  .notice .notice-first.new .notice-first-title {
    display: flex;
    align-items: center;
    padding-right: 0;
  }
  .notice .notice-first.new .notice-first-title span {
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 22px;
  }
  .notice .notice-first.new .notice-first-title span::after {
    content: url(../images/new.png);
    position: absolute;
    top: calc(50% + 2px);
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .notice .notice-first-title img {
    margin: 0;
  }
  .section.notice .list-wrapper li:nth-child(4) ~ li {
    display: none;
  }
  .notice .list-wrapper ul {
    height: 90px;
    overflow: hidden;
  }
  .notice .list-wrapper ul li:last-child {
    display: none;
  }
  .notice-first-m-date {
    display: none;
  }
}

/* 상담신청 */
.consult {
  background-color: rgb(var(--point-color-02));
  background-repeat: no-repeat;
  background-position: right -40px bottom -5px;
  color: hsl(0, 0%, 100%);

  padding: 2rem 1.6rem 2rem;
  text-align: center;

  word-break: keep-all;
}
.consult > .title {
  color: hsl(0, 0%, 100%);
  letter-spacing: 0.5rem;
  text-transform: uppercase;
  font-size: 1.15rem;
}
.consult .content-title {
  font-size: 1rem;
  letter-spacing: 0.3em;
  margin-bottom: 0.7rem;
}
.consult .content-detail {
  font-size: 0.92rem;
  font-weight: 200;
  line-height: 1.3;
  margin-bottom: 1.6rem;
  width: 100%;
}
.consult .link-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 10px;
  text-align: center;
  white-space: nowrap;
}
.consult .link-container a {
  display: flex;
  width: 8.5em;
  height: 60px;
  align-items: center;
  justify-content: center;
  /* line-height: 3.571em; */
  padding: 0 4px;
  font-size: 0.875rem;
  font-weight: 600;
  color: hsl(0, 0%, 15%);
  background-color: hsl(0, 0%, 100%);
  border: transparent solid 4px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.33);
  margin-right: 0;
  white-space: normal;
  word-break: keep-all;
}
.consult .link-container a:last-child {
  margin-right: 0;
}
.consult .link-container a:focus,
.consult .link-container a:hover {
  border: 4px solid rgb(var(--point-color-03));
  transition: all 0.2s ease-out;
}
@media (min-width: 390px) {
  .consult .link-container a {
    width: 9em;
    /* margin-right: 15px; */
  }
}
@media (min-width: 450px) {
  .consult .link-container a {
    width: 11em;
  }
}
@media (max-width: 460px) {
  .consult .link-container a:first-child {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .consult .link-container a {
    width: 9em;
  }
}
@media (min-width: 992px) {
  .consult {
    height: 19.375rem;
    padding: 3.2rem 2.5rem 1.6rem;
  }
  .consult::after {
    content: "";
    clear: both;
    display: block;
  }
  .consult .content-detail {
    font-size: 1rem;
  }
  .consult .link-container {
    gap: 12px 15px;
  }
  .consult .link-container a {
    position: relative;
    text-align: center;
    /* width: 10.24rem; */
    width: calc(calc(100% - calc(15px * 3)) / 4);
    flex: 0 0 calc(calc(100% - calc(15px * 3)) / 4);
    height: 6.25rem;
    padding-top: 45px;
  }
  .consult .link-container .icon::before {
    position: absolute;
    top: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .consult .link-container .apply::before {
    content: url("../images/icon-pen2.png");
  }
  .consult .link-container .guide::before {
    content: url("../images/icon-note.png");
  }
  .consult .link-container .qna::before {
    content: url("../images/icon-qna.png");
  }
  .consult .link-container .call::before {
    content: url("../images/icon-call.png");
  }
  .consult .link-container .wellmind::before {
    content: url("../images/icon-wellmind.png");
  }
  .consult .link-container .youtube::before {
    content: url("../images/icon-youtube.png");
  }
  .consult .link-container .instagram::before {
    content: url("../images/icon-instagram.png");
  }
}
@media (min-width: 1300px) {
}

/*****************************************************
	Sub
*****************************************************/
.sub-container {
  margin-bottom: 2rem;
  margin-top: 1.5rem;
}
.sub-top {
  display: none;
}

.cont-title {
  border-bottom: 1px dotted hsl(0, 0%, 80%);
}

/* page-navi */
.page-navi {
  background-color: rgb(var(--point-color-01));
}
.page-navi .container {
  padding-left: 0;
  padding-right: 0;
}
.page-navi .navbar {
  padding: 0;
  border-left: 1px solid rgb(var(--point-color-04));
  border-right: 1px solid rgb(var(--point-color-04));
}
.page-navi .navbar .navbar-nav {
  width: 100%;
  display: inline-block;
}
.page-navi .navbar .navbar-nav > .nav-item {
  border-right: 1px solid rgb(var(--point-color-04));
  border-bottom: 1px solid rgb(var(--point-color-04));
}
.page-navi .navbar .navbar-nav > .nav-item .nav-link {
  color: hsl(0, 0%, 98%);
}
.page-navi .navbar .navbar-nav > .nav-item .nav-link:before {
  color: hsl(0, 0%, 100%);
}
.page-navi .navbar .navbar-nav > .nav-item .nav-link:hover,
.page-navi .navbar .navbar-nav > .nav-item .nav-link:focus {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: underline;
}
.page-navi .navbar .navbar-nav > .nav-item .dropdown-toggle::after {
  display: none;
}
.page-navi .navbar .navbar-nav > .nav-item .dropdown-menu {
  position: absolute;
  width: 100%;
  border-radius: 0;
  margin-top: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}
.page-navi .navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item.active {
  background-color: rgb(var(--point-color-01));
}
.page-navi .navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover,
.page-navi .navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
  color: rgb(var(--point-color-01));
}
.page-navi .navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item.active:hover,
.page-navi .navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item.active:focus {
  background-color: rgb(var(--point-color-01));
}
@media (min-width: 576px) {
  .page-navi .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .sub-container {
    margin-bottom: 4.5rem;
    margin-top: 3rem;
  }
  .sub-top {
    display: block;
    background-color: hsl(0, 0%, 80%);
    background-position: top center;
    background-repeat: no-repeat; /* padding: 1.5rem 0; */ /* height: 10rem; */
    position: relative;
  }
  .sub-top .sub-top-txt {
    text-align: left;
    position: relative;
    height: 11rem;
  }
  .sub-top .sub-top-txt h2 {
    display: inline-block;
    margin: 0;
    right: 0;
    padding: 0 2.5rem;
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
    width: 100%;
    font-size: 1.688rem;
    color: hsl(0, 0%, 100%);
  }

  /* snb */
  .sub-container .snb {
    max-width: 280px;
    margin-bottom: 3.5rem; /* border-bottom: 0; */
    border: 1px solid hsl(0, 0%, 85%);
    border-bottom: none;
  }
  .sub-container .snb-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2.188rem 0;
    min-height: 9rem;
    text-align: center;
    background: rgb(var(--point-color-01));
    color: hsl(0, 0%, 100%);
    font-size: 1.8rem;
  }
  .sub-container .snb-title > span {
    font-weight: 100;
  }
  .sub-container .snb .snb-list {
    margin: 0;
  }
  .sub-container .snb .snb-list > li {
    background: none;
    border-bottom: 1px solid hsl(0, 0%, 85%);
    padding: 0;
    margin: 0;
  }
  .sub-container .snb .snb-list > li > a {
    position: relative;
    display: block;
    padding: 1.063rem 1.75rem 1.063rem 1.25rem;
  }
  .sub-container .snb .snb-list > li.active > a {
    background: #d3eade;
    color: rgb(var(--point-color-01));
    font-weight: 600;
  }
  .sub-container .snb .snb-list > li > a:hover,
  .sub-container .snb .snb-list > li > a:focus {
    color: rgb(var(--point-color-01));
    font-weight: 600;
  }
  .sub-container .snb .snb-list > li > a:after {
    content: "\e5cc";
    position: absolute;
    font-family: "material-Icons";
    top: 0.9rem;
    right: 0.5rem;
    font-size: 1.3rem;
    color: hsl(0, 0%, 60%);
    font-weight: 600;
  }
  .sub-container .snb .snb-list > li.active > a:after {
    color: rgb(var(--point-color-01));
  }
  .sub-container .snb .snb-list > li > a:hover,
  .sub-container .snb .snb-list > li > ul > li > a:focus {
    color: rgb(var(--point-color-01));
    font-weight: 600;
  }
  .sub-container .snb .snb-list > li.active > a:hover,
  .sub-container .snb .snb-list > li > ul > li.active > a:focus {
    color: rgb(var(--point-color-01));
    text-decoration: underline;
  }
  .sub-container .snb .snb-list > li > ul {
    display: none;
    margin: 0;
    padding: 0.8rem 1.05rem 0.8rem 1.5rem;
    border-top: 1px solid hsl(0, 0%, 85%);
  }
  .sub-container .snb .snb-list > li.active > ul {
    display: block;
  }
  .sub-container .snb .snb-list > li > ul > li {
    margin: 0.4rem 0;
    padding-left: 0.9rem; /* background-position: center; */
    background: url(../../../common/images/bullet04.png) no-repeat;
    background-position: 2px center;
  }
  .sub-container .snb .snb-list > li > ul > li > a {
    font-size: 0.9rem;
    color: hsl(0, 0%, 33%);
    transition: 0.4s;
  }
  .sub-container .snb .snb-list > li > ul > li.active > a {
    color: rgb(var(--point-color-01));
    font-weight: 600;
  }
  .sub-container .snb .snb-list > li > ul > li > a:hover,
  .sub-container .snb .snb-list > li > ul > li > a:focus {
    color: rgba(var(--point-color-01), 0.2);
    font-weight: 600;
  }
  .sub-container .snb .snb-list > li > ul > li.active > a:hover,
  .sub-container .snb .snb-list > li > ul > li.active > a:focus {
  }
  .sub-container .snb .snb-list > li > ul > li ul {
    display: none;
  }

  /* page-navi */
  .page-navi .navbar {
    border: none;
  }
  .page-navi .navbar .navbar-nav > .nav-item:nth-child(2n + 1) {
    border-right: 1px solid rgb(var(--point-color-04));
  }
  .page-navi .navbar .navbar-nav > .nav-item {
    border-right: 1px solid rgb(var(--point-color-04));
  }
  .page-navi .navbar .navbar-nav > .nav-item:first-child {
    border-left: 1px solid rgb(var(--point-color-04));
  }
}
