#sub-main {
  width: 100%;
  height: auto;
  padding-top: 100px;
}

.subvisual {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.subvisual .top {
  width: 100%;
  height: 410px;
  background: rgba(0, 0, 0, 0.5);
}
.subvisual .top .container {
  width: 95%;
  height: 100%;
  max-width: 1620px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
}
.subvisual .top .container > h1 {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.1;
  color: white;
  word-break: keep-all;
}
.subvisual .top .container p {
  font-size: 16px;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
}
.subvisual .bottom {
  width: 100%;
  height: 40px;
  background: transparent;
  backdrop-filter: blur(30px) brightness(0.7);
  -webkit-backdrop-filter: blur(30px) brightness(0.7);
}
.subvisual .bottom .container {
  width: 95%;
  height: 100%;
  max-width: 1620px;
  margin: 0 auto;
}
.subvisual .bottom .container .local-nav {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.subvisual .bottom .container .local-nav > a, .subvisual .bottom .container .local-nav > span {
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 1.1;
  color: white;
}
.subvisual .bottom .container .local-nav > svg {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  fill: white;
}

.program-tabs {
  width: 100%;
  height: auto;
  margin: 80px 0;
}
.program-tabs .container {
  width: 95%;
  height: auto;
  max-width: 1620px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.program-tabs .container > a {
  padding: 0 24px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #aaa;
  border-bottom: 3px solid #ddd;
}
.program-tabs .container > a.now {
  color: #22A5B2;
  border-bottom-color: #22A5B2;
}

.program-title-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.program-title-wrap > h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  color: #22A5B2;
  word-break: keep-all;
  text-align: center;
}
.program-title-wrap > p {
  font-size: 18px;
  line-height: 1.4;
  word-break: keep-all;
  color: black;
  text-align: center;
}
.program-title-wrap > p > b {
  font-weight: 700;
}
.program-title-wrap.left {
  align-items: flex-start;
}
.program-title-wrap.left > h1, .program-title-wrap.left > p {
  text-align: left;
}

.program-atc {
  width: 100%;
  height: 100%;
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 44px;
  background: white;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}
.program-atc .atc-title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.program-atc .atc-title span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  color: #22A5B2;
  word-break: keep-all;
}
.program-atc .atc-title h6 {
  margin-top: 4px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
.program-atc .atc-title p {
  margin-top: 28px;
  font-size: 16px;
  line-height: 1.5;
  color: black;
  word-break: keep-all;
}
.program-atc a {
  width: 100%;
  height: 88px;
  padding: 0 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 28px;
  border-radius: 12px;
  background: linear-gradient(to right, #27ACB5, #006F9E);
}
.program-atc a > img {
  flex: 0 0 auto;
  width: auto;
  height: 56px;
}
.program-atc a span {
  flex: 0 1 auto;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
  word-break: keep-all;
  color: white;
}

.program-01 {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}
.program-01 .container {
  width: 95%;
  height: auto;
  max-width: 1620px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.program-01 .container .program-title-wrap {
  margin-bottom: 70px;
}
.program-01 .container .program-body {
  width: 100%;
  height: auto;
}
.program-01 .container .program-body .program-grid-1 {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.program-01 .container .program-body .program-grid-1 .cell {
  width: 100%;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.program-01 .container .program-body .program-grid-1 .cell .cell-name {
  width: 100%;
  height: auto;
  padding: 10px 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  background: transparent;
  backdrop-filter: blur(2px) brightness(0.5);
  -webkit-backdrop-filter: blur(2px) brightness(0.5);
}
.program-01 .container .program-body .program-grid-1 .cell .cell-name img {
  flex: 0 0 auto;
  width: auto;
  height: 32px;
}
.program-01 .container .program-body .program-grid-1 .cell .cell-name span {
  font-size: 16px;
  font-weight: 700;
  word-break: keep-all;
  color: white;
}

.program-02 {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}
.program-02 .container {
  width: 95%;
  height: auto;
  max-width: 1620px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.program-02 .container .program-title-wrap {
  margin-bottom: 70px;
}
.program-02 .container .program-body {
  width: 100%;
  height: auto;
}
.program-02 .container .program-body .program-grid-2 {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-end;
  gap: 12px;
}
.program-02 .container .program-body .program-grid-2 .cell {
  width: 100%;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.program-02 .container .program-body .program-grid-2 .cell.short {
  height: 80%;
}
.program-02 .container .program-body .program-grid-2 .cell .cell-name {
  width: 100%;
  height: auto;
  padding: 10px 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  background: transparent;
  backdrop-filter: blur(2px) brightness(0.5);
  -webkit-backdrop-filter: blur(2px) brightness(0.5);
}
.program-02 .container .program-body .program-grid-2 .cell .cell-name img {
  flex: 0 0 auto;
  width: auto;
  height: 32px;
}
.program-02 .container .program-body .program-grid-2 .cell .cell-name span {
  font-size: 16px;
  font-weight: 700;
  word-break: keep-all;
  color: white;
}
.program-02 .container .program-body .ask {
  width: 100%;
  height: auto;
  margin-top: 100px;
  padding: 52px 70px;
  display: flex;
  flex-direction: row;
  gap: 36px;
  background: #fafafa;
  border-radius: 20px;
}
.program-02 .container .program-body .ask .left {
  flex: 1 1 40%;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
}
.program-02 .container .program-body .ask .right {
  flex: 1 1 40%;
}
.program-02 .container .program-body .ask .right .faq-list {
  width: 100%;
  height: auto;
  border-top: 1px solid #aaa;
}
.program-02 .container .program-body .ask .right .faq-list .item {
  width: 100%;
  height: auto;
  padding: 24px;
  border-bottom: 1px solid #aaa;
  display: flex;
  flex-direction: column;
}
.program-02 .container .program-body .ask .right .faq-list .item .question {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.program-02 .container .program-body .ask .right .faq-list .item .question .q-title {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.program-02 .container .program-body .ask .right .faq-list .item .question .q-title .q-circle {
  position: relative;
  width: 34px;
  height: 34px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: white;
  border-radius: 10000rem;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.24);
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  color: #27ACB5;
  text-align: center;
}
.program-02 .container .program-body .ask .right .faq-list .item .question .q-title > span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
.program-02 .container .program-body .ask .right .faq-list .item .question > svg {
  width: 24px;
  height: 24px;
  transform: rotate(90deg);
  fill: #aaa;
}
.program-02 .container .program-body .ask .right .faq-list .item .answer {
  width: 100%;
  height: auto;
  display: none;
  margin-top: 4px;
  padding-left: 46px;
}
.program-02 .container .program-body .ask .right .faq-list .item .answer p {
  font-size: 16px;
  line-height: 1.5;
  word-break: keep-all;
  color: #707070;
}
.program-02 .container .program-body .ask .right .faq-list .item.active .question > svg {
  transform: rotate(-90deg);
  fill: #006F9E;
}
.program-02 .container .program-body .ask .right .faq-list .item.active .answer {
  display: block;
}

.after-service-top {
  width: 100%;
  height: auto;
  padding: 60px 0;
  margin-bottom: 100px;
  background: #fafafa;
}
.after-service-top .container {
  width: 95%;
  height: auto;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 100px;
}
.after-service-top .container .left {
  flex: 1 1 40%;
}
.after-service-top .container .right {
  flex: 1 1 40%;
}

.program-03 {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}
.program-03 .container {
  width: 95%;
  height: auto;
  max-width: 1820px;
  margin: 0 auto;
}
.program-03 .container .program-grid-3 {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.program-03 .container .program-grid-3 .cell {
  width: 100%;
  height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.program-03 .container .program-grid-3 .cell .cell-name {
  width: 100%;
  height: auto;
  padding: 10px 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  background: transparent;
  backdrop-filter: blur(2px) brightness(0.5);
  -webkit-backdrop-filter: blur(2px) brightness(0.5);
}
.program-03 .container .program-grid-3 .cell .cell-name img {
  flex: 0 0 auto;
  width: auto;
  height: 32px;
}
.program-03 .container .program-grid-3 .cell .cell-name span {
  font-size: 16px;
  font-weight: 700;
  word-break: keep-all;
  color: white;
}

.aboutus {
  width: 100%;
  height: auto;
}
.aboutus .container {
  width: 95%;
  height: auto;
  max-width: 1620px;
  margin: 0 auto;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}
.aboutus .container .greeting-box {
  width: 100%;
  height: auto;
  padding: 100px 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  background: rgba(39, 172, 181, 0.1);
  border-radius: 20px 20px 0 0;
}
.aboutus .container .greeting-box .inner-title-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.aboutus .container .greeting-box .inner-title-wrap > h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  color: #22A5B2;
  word-break: keep-all;
  text-align: center;
}
.aboutus .container .greeting-box .inner-title-wrap > p {
  font-size: 18px;
  line-height: 1.5;
  word-break: keep-all;
  color: black;
  text-align: center;
}
.aboutus .container .greeting-box .content-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.aboutus .container .greeting-box .content-box .addr-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.aboutus .container .greeting-box .content-box .addr-row > img {
  flex: 0 0 auto;
  width: 32px;
  height: auto;
}
.aboutus .container .greeting-box .content-box .addr-row b {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
}
.aboutus .container .greeting-box .content-box .greeting-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.aboutus .container .greeting-box .content-box .greeting-grid .cell {
  width: 100%;
  height: auto;
}
.aboutus .container .greeting-box .content-box .greeting-grid .cell > figure {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.8;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 12px -4px rgba(0, 0, 0, 0.2);
}
.aboutus .container .greeting-box .content-box .greeting-grid .cell > figure > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutus .container .greeting-box .content-box .greeting-grid .cell:nth-child(even) {
  padding-top: 88px;
}
.aboutus .container .greeting-box .content-box .greeting-grid .cell:nth-child(odd) {
  padding-bototm: 88px;
}
.aboutus .container .greeting-btn-group {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  gap: 16px;
}
.aboutus .container .greeting-btn-group > a {
  flex: 0 0 600px;
  height: 88px;
  padding: 0 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
  background: linear-gradient(to left, #27ACB5, #006F9E);
  border-radius: 12px;
}
.aboutus .container .greeting-btn-group > a > figure {
  position: relative;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  overflow: hidden;
}
.aboutus .container .greeting-btn-group > a > figure > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.aboutus .container .greeting-btn-group > a span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  color: white;
  word-break: keep-all;
}

.bottom-gallery {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background: #EEF6F8;
}
.bottom-gallery .container {
  width: 95%;
  height: auto;
  max-width: 1620px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.bottom-gallery .container .title-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.bottom-gallery .container .title-wrap > h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  word-break: keep-all;
  color: black;
  text-align: center;
}
.bottom-gallery .container .title-wrap > p {
  font-size: 18px;
  line-height: 1.2;
  word-break: keep-all;
  color: black;
  text-align: center;
}
.bottom-gallery .container .title-wrap > a {
  width: 248px;
  height: 52px;
  padding: 0 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  gap: 12px;
  border-radius: 100000rem;
  background: #22A5B2;
}
.bottom-gallery .container .title-wrap > a > span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
}
.bottom-gallery .container .title-wrap > a > svg {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  fill: white;
}
.bottom-gallery .container .gallery-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.bottom-gallery .container .gallery-grid .cell {
  position: relative;
  width: 100%;
  height: 430px;
  border-radius: 10px;
  overflow: hidden;
}
.bottom-gallery .container .gallery-grid .cell > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.direction {
  width: 100%;
  height: auto;
  margin: 100px 0;
}
.direction .container {
  width: 95%;
  height: auto;
  max-width: 1620px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.direction .container .map-con {
  width: 100%;
  height: auto;
  padding: 70px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 90px;
  border-radius: 20px;
  background: #EFF9FA;
}
.direction .container .map-con .map-box {
  flex: 0 0 50%;
  height: 470px;
}
.direction .container .map-con .map-box .root_daum_roughmap {
  width: 100%;
  height: 100%;
}
.direction .container .map-con .map-box .root_daum_roughmap .wrap_map {
  width: 100%;
  height: 100%;
}
.direction .container .map-con .map-infos {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 52px;
}
.direction .container .map-con .map-infos .dir-info-list {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.direction .container .map-con .map-infos .dir-info-list .row {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
}
.direction .container .map-con .map-infos .dir-info-list .row .left-icon {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  display: flex;
}
.direction .container .map-con .map-infos .dir-info-list .row .left-icon > img {
  width: 100%;
  height: 100%;
}
.direction .container .map-con .map-infos .dir-info-list .row > div {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.direction .container .map-con .map-infos .dir-info-list .row > div b {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
.direction .container .map-con .map-infos .dir-info-list .row > div p {
  font-size: 16px;
  line-height: 1.2;
  color: #818181;
  word-break: keep-all;
}
.direction .container .public {
  width: 100%;
  height: auto;
}
.direction .container .public .transport-list {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.direction .container .public .item {
  width: 100%;
  height: auto;
  padding: 54px 10%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 20px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
.direction .container .public .item .type {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.direction .container .public .item .type figure {
  position: relative;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  background: white;
  border-radius: 100000rem;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
.direction .container .public .item .type figure > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
}
.direction .container .public .item .type b {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #22A5B2;
  word-break: keep-all;
}
.direction .container .public .item .info-content {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.direction .container .public .item .info-content > p {
  position: relative;
  padding-left: 12px;
  font-size: 16px;
  line-height: 1.3;
  word-break: keep-all;
  color: black;
}
.direction .container .public .item .info-content > p > b {
  font-weight: 700;
}
.direction .container .public .item .info-content > p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  background: black;
  border-radius: 100000rem;
}
.direction .container .public .item .info-content em {
  position: relative;
  padding-left: 12px;
  font-size: 16px;
  line-height: 1.3;
  word-break: keep-all;
  color: #818181;
}
.direction .container .public .item .info-content em > i {
  position: absolute;
  left: 0;
  top: 0;
}/*# sourceMappingURL=sub.css.map */