@charset "UTF-8";

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}
:root {
  --main-blue: #004098; /* 시안의 딥 블루 */
  --text-black: #111;
  --text-gray: #666;
  --white: #fff;
  --light-gray: #f5f5f5;
  --max-width: 1280px; /* PC 기준 너비 */
}

.d_block {
  display: inline-block
}
.m_block {
  display: none;
}

/******************** 메인 슬라이드 시작 ********************/
.block {
  height: 0px;
}

.main {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.main .container {
  height: 100%;
}
.main .text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.main .video {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.hero-title {
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
.hero-title span {
  display: block;
  font-size: 1.6rem;
  color: var(--main-blue);
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "Noto Sans KR", sans-serif;
}
.hero-desc {
  font-size: 1.2rem;
  color: #555;
  padding-top: 2rem;
  margin-bottom: 50px;
  max-width: 450px;
}
.hero-btns {
  display: flex;
  gap: 10px;
}
.btn-pill {
  padding: 12px 35px;
  border-radius: 50px;
  border: 1px solid #ddd;
  background: #fff;
  font-weight: 700;
  cursor: pointer;
  font-size: 1.2em;
  transition: 0.3s;
}
.btn-pill:hover {
  border-color: var(--main-blue);
  color: var(--main-blue);
}

/* .slide.align-center .slide-box {
  display: flex;
  align-items: center;
  justify-content: center; 
} */
/******************** 메인 슬라이드 끝// ********************/

/**m_tit 시작**/
.m_tit {
  margin-bottom: 50px;
  text-align: center;
}

.m_tit h2 {
  font-size: 45px;
  line-height: 1.3;
  color: #fff;
}

.m_tit p {
  font-size: 18px;
  font-weight: 700;
  font-weight: 900;
  color: #509b65;
  letter-spacing: 1px;
  padding-bottom: 2rem;
}

.m_tit h3 {
  font-size: 38px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  padding-left: 45px;
  background: url(../img/dot.png) no-repeat left center;
}

.m_tit b {
  color: #e6ecb1;
  font-weight: 800;
}

.line {
  display: inline-block;
  width: 70px;
  height: 3px;
  margin: auto;
  background: #4289c3;
}

/**m_tit 끝//**/

/* 공통텍스트 */

.t50 {
  font-size: 47px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -2px;
}

.t40 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -1px;
}

.t35 {
  font-size: 35px;
  line-height: 1.2;
  letter-spacing: -1px;
  padding: 14px 0;
  font-family: "InkLipquid";
  color: #00e55f;
}

.t30 {
  font-size: 30px;
  line-height: 1.23;
  font-weight: 700;
  letter-spacing: -1px;
}

.t25 {
  font-size: 23px;
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: -1px;
  opacity: 0.6;
  padding: 17px 0 0;
}

.t b {
  color: #00e55f;
}

.t20 {
  font-size: 20px;
  line-height: 1.6;
}

.t19 {
  font-size: 19px;
  line-height: 1.6;
}

.t17 {
  font-size: 17px;
  line-height: 1.6;
}

.t15 {
  font-size: 16px;
  line-height: 1.65;
  text-align: center;
  padding: 4rem 0;
  color: #1a385b;
  font-weight: 700;
  letter-spacing: 10px;
}

.t_b {
  display: inline-block;
  border: 1px solid;
  padding: 15px 45px;
  margin-top: 3rem;
}

.t_b:hover {
  color: #47adad;
}

a.more {
  background: #b89690;
  color: #fff;
  padding: 18px 50px;
  font-size: 16px;
}

/******************** 슬라이드2 시작 ********************/
.slide_bg {
  overflow: hidden;
}

.slide2 .slick-list {
  margin: 0 -10px;
}

.slide2 .slick-slide {
  margin: 0 10px;
  width: 25%;
}

.slide2-box {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 300px;
  border-radius: 30px;
}

.slide2 .slick-prev {
  background: url(images/btn_prev.png);
  height: 36px;
  width: 36px;
  left: 20px;
}

.slide2 .slick-next {
  background: url(images/btn_next.png);
  height: 36px;
  width: 36px;
  right: 20px;
}

.slide2 .slick-dots {
  bottom: 10px;
}

.slide2 .slick-dots .slick-active button {
  background: rgb(216, 65, 98);
  display: none;
}

.slide2 .slick-dots li + li {
  margin-left: 10px;
}

.slide2 .slick-dots li button {
  font-size: 0;
  border-radius: 50%;
  background-color: green;
  width: 10px;
  height: 10px;
  display: none;
}

.slide2-box-1 {
  background: url(../img/g1.jpg);
  background-size: cover;
  background-position: center center;
}

.slide2-box-2 {
  background: url(../img/g1.jpg);
  background-size: cover;
  background-position: center center;
}

.slide2-box-3 {
  background: url(../img/g1.jpg);
  background-size: cover;
  background-position: center center;
}

.slide2-box-4 {
  background: url(../img/g1.jpg);
  background-size: cover;
  background-position: center center;
}

.slide2-box-5 {
  background: url(../img/g1.jpg);
  background-size: cover;
  background-position: center center;
}

.slide2-box-6 {
  background: url(../img/g1.jpg);
  background-size: cover;
  background-position: center center;
}

.slide2-box h2,
.slide2-box p {
  text-align: center;
  font-size: 30px;
  color: brown;
}

.slide2 .slide2-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide2_txt {
  text-align: center;
  font-size: 20px;
  padding-top: 20px;
}

.slide2_txt p {
  color: #222;
}

.slide2_txt strong {
  color: #d44a35;
}

.gall_btn {
  display: block;
  color: #fff;
  margin: 0 auto;
  width: 270px;
  height: 70px;
  line-height: 70px;
  border-radius: 10px;
  background: #222;
  text-align: center;
  font-size: 18px;
  margin-top: 50px;
}

/******************** 슬라이드2 끝// ********************/

.section {
  padding: 60px 0;
}

.bg-light {
  background-color: #f8f9fa;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.title-center {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
}

.subtitle-center {
  text-align: center;
  font-size: 1rem;
  color: #666;
  margin-bottom: 40px;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.card {
  text-align: center;
  padding: 30px 20px;
}

.card img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}

.card h4 {
  font-size: 1.35rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.card p {
  font-size: 0.9rem;
  word-break: keep-all;
}

.card .description {
  margin-top: 10px;
  font-size: 1rem;
  color: #696969;
}

@media (max-width: 768px) {
  .grid-3 {
    grid-template-columns: 1fr;
  }

  .title-center {
    font-size: 1.5rem;
  }

  .subtitle-center {
    font-size: 0.9rem;
  }
}

/* sec1 */
.sec1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sec1 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 70px;
  max-width: 1200px;
  margin: auto;
}

.sec1 ul li:hover {
  background: #005cc5 !important;
}

.sec1 .text {
  background: #f0f0f0;
  padding: 2rem;
}

.sec1 .text .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  padding-bottom: 1rem;
}
.sec1 .m_tit h2 {
  font-size: 35px;
}


.sec1 .text h3 {
  font-size: 30px;
}

.sec1 .text span {
  color: #005cc5;
  font-size: 20px;
}

.sec1 .text p {
  font-size: 17px;
  opacity: 0.7;
}

.sec1_bg {
  background: url(../img/sec1_Bg.jpg) top right no-repeat;
  padding-top: 6rem;
}

.sec1_pc li .text {
  display: none;
}

.sec1_m li .img {
  display: none;
}

/* program */
.programs {
  padding: 90px 0 0;
  display: grid;
  grid-template-columns: 118px 1fr;
}

.programs .left {
  background: #093887;
}

.programs .right {
  padding-bottom: 160px;
}

.pg-header {
  text-align: center;
  margin-bottom: 50px;
}
.pg-sub {
  color: var(--main-blue);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.pg-tit {
  font-size: 2.46rem;
  font-weight: 800;
}
.pg-tit strong {
  color: var(--main-blue);
  border-bottom: 4px solid var(--main-blue);
}

.pg-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 400px 400px;
  margin: 0 auto;
}

.pg-item {
  position: relative;
  overflow: hidden;
  background: #000;
}
.pg-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  transition: transform 0.4s;
}
.pg-item:hover img {
  transform: scale(1.05);
  opacity: 0.6;
}

.pg-info {
  position: absolute;
  bottom: 40px;
  left: 40px;
  color: #fff;
  z-index: 2;
  padding: 1rem;
}
.pg-info h3 {
  font-size: 30px;
  margin-bottom: 8px;
  font-weight: 800;
}
.pg-info p {
  font-size: 18px;
  opacity: 0.9;
  margin-bottom: 25px;
}
.pg-btn {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 12px 36px;
  border-radius: 40px;
  font-size: 1rem;
  /* 블러 */
  background: #ffffff36;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* 사파리 호환용 */
}
.pg-btn:hover {
  background: #ffffff1c;
}

/* 3번째 아이템 */
.pg-item.full-width {
  grid-column: 1 / 3; /* 1번 라인부터 3번 라인까지 */
  height: 477px;
}

/* sec3 */
.sec3 {
}

.sec3 .container {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  grid-gap: 55px;
}
.sec3 .text {
  padding: 4rem 0rem;
}

.sec3 .banner:nth-child(1) {
  background: url(../img/about.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 44%;
}

.sec3 ul {
  font-size: 19px;
  padding-left: 2rem;
  padding-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 20px;
  max-width: 500px;
}
.sec3 ul li {
  width: 220px;
  font-size: 18px;
  color: #555555d0;
  list-style-image: url("../img/check.png") !important;
}
.sec3 ul li b {
  font-size: 1.1em;
  color: #222;
  display: inline-block;
  padding-bottom: 4px;
}
.sec3 p b {
  font-size: 1.1em;
  color: #0e83b9;
}
.sec3 .t50 {
  padding-top: 1rem;
}
.sec3 p.text_p {
  font-size: 18px;
  opacity: 0.8;
  line-height: 1.8;
  font-weight: 400;
  padding: 2rem 0 3rem;
}
.sec3 p.text_title {
  font-size: 28px;
  opacity: 0.8;
  line-height: 1.6;
  font-weight: 400;
  text-decoration: underline;
}

.sec3 a {
  display: inline-block;
  background: #4d6e5b;
  color: #fff;
  padding: 16px 35px;
  margin-top: 2rem;
}

/* [5. map Section] - 좌측 정보, 우측 지도 5:5 */
.map {
  display: flex;
  background: #fff;
  padding-bottom: 30px;
}
.ft-info {
  flex: 1;
  padding: 80px 50px 80px 15%; /* 왼쪽 여백 깊게 */
}
.ft-logo {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 40px;
  color: #222;
}
.ft-logo span {
  color: var(--main-blue);
  display: block;
}
.ft-span {
  color: #888;
  font-weight: 700;
  display: inline-block;
  font-size: 18px;
  padding-bottom: 1rem;
}
.ft-contact strong {
  display: block;
  font-size: 1.8rem;
  color: #222;
  margin-top: 5px;
}
.ft-contact p {
  color: var(--main-blue);
  font-size: 0.86rem;
  margin-bottom: 7px;
  font-weight: 700;
}

.ft-contact span {
  font-size: 20px;
  display: inline-block;
  padding-bottom: 13px;
}

.ft-actions {
  margin-top: 40px;
  display: flex;
  gap: 10px;
}
.ft-btn {
  width: 190px;
  padding: 16px 35px;
  background: #333;
  color: #fff;
  border: none;
  font-weight: 700;
  cursor: pointer;
  font-size: 17px;
}
.ft-btn.naver {
  background: #02aa4d;
}

.ft-map {
  flex: 1;
  background: #eee;
  width: 100%;
  max-height: 650px;
  overflow: hidden;
}

.ft-map .root_daum_roughmap {
  width: 100% !important;
}

.ft-map .roughmap_maker_label .roughmap_lebel_text {
  font-size: 17px;
}

/*******************************************************************************************************************************
 *** PC ~ 테블릿
*******************************************************************************************************************************/
@media (max-width: 1024px) {
  /**메인슬라이 없을때 시작**/
  .main_vis,
  .main_vis2,
  .main_vis_txt {
    height: 420px;
  }

  .main_vis_txt h2 {
    font-size: 45px;
    line-height: 46px;
  }

  .main_vis_txt h3 {
    font-size: 20px;
  }

  .main_vis_txt p {
    font-size: 17px;
  }

  .main_vis_txt p span {
    display: block;
  }

  .vis_btn span {
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-top: 30px;
  }

  /**메인슬라이 없을때 끝//**/

  /**m_tit 시작**/
  .m_tit {
    margin-bottom: 30px;
  }

  .m_tit h2 {
    font-size: 35px;
  }

  .m_tit p {
    font-size: 18px;
    padding-top: 10px;
  }

  /**m_tit 끝//**/
}

/*******************************************************************************************************************************
 *** 모바일 max-width 767
*******************************************************************************************************************************/
@media (max-width: 767px) {
  /**메인 슬라이드 시작**/
  .main {
    height: 100vh;
    grid-template-columns: 1fr;
  }

  .hero-btns {
    display: none;
  }

  .main .text {
    padding: 1rem;
    padding-top: 100px;
  }

  /**메인 슬라이드 끝**/

  /**m_tit 시작**/
  .m_tit {
    margin-bottom: 30px;
  }

  .m_tit h2 {
    font-size: 26px;
    padding-top: 2rem;
  }

  .m_tit h3 {
    letter-spacing: -2px;
    font-size: 26px;
    padding-top: 1rem;
  }

  .m_tit p {
    font-size: 16px;
    text-align: justify;
  }

  /**m_tit 끝//**/
  /* 공통텍스트 */

  .t50 {
    font-size: 32px;
    line-height: 1.2;
  }

  .t40 {
    font-size: 33px;
    line-height: 1.2;
  }

  .t35 {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -2px;
  }

  .t30 {
    font-size: 25px;
    line-height: 1.23;
    font-weight: 700;
    letter-spacing: -1px;
  }

  .t25 {
    font-size: 19px;
    line-height: 1.35;
    font-weight: 500;
    letter-spacing: -1px;
  }

  .t b {
    color: #488a61;
  }

  .t19 {
    font-size: 17px;
    line-height: 1.6;
  }

  .t17 {
    font-size: 15.5px;
    line-height: 1.6;
  }

  .t15 {
    font-size: 13px;
    line-height: 1.65;
    letter-spacing: 8px;
    text-align: center;
    padding: 3rem 0;
  }

  .m_tit h2 {
    color: #333;
    padding: 25px 22px 0;
  }

  .m_tit b {
    color: var(--main-blue);
  }

  .m_block {
    display: inline-block;
  }
  .d_block {
    display: none;
  }

  /* sec1 */
  .sec1 {
    padding: 70px 20px;
  }
  .sec1_bg {
    background: none;
    padding-top: 20px;
  }
  .sec1 .sec1_pc {
    display: none;
  }
  .sec1 .m_tit h2 {
    font-size: 28px;
    padding-bottom: 1rem;
    border-top: 1px solid #ddd;
    padding-top: 3rem;
  }
  .sec1_m li .img,
  .sec1 .sec1_m {
    display: block !important;
  }
  .sec1 ul {
    grid-template-columns: 1fr;
  }

  .sec1 .text h3 {
    font-size: 27px;
  }

  .sec1 .container {
    padding: 0 20px;
  }
  .sec1 .sec1_pc {
    display: none !important;
  }
  .sec1 .sec1_m {
    display: flex !important;
    flex-direction: column;
    gap: 30px;
    padding: 0;
    margin: 0;
  }
  .sec1 .sec1_m li {
    position: relative;
    display: block !important;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    margin: 0 !important;
    border: none !important;
  }
  .sec1 .sec1_m li .img {
    display: block !important;
    width: 100%;
    height: 220px;
    margin: 0 !important;
    padding: 0 !important;
    background: #000;
  }
  .sec1 .sec1_m li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
  }
  .sec1 .sec1_m li .text {
    position: relative;
    display: block !important;
    padding: 25px 25px 35px 25px !important;
    background: #fff !important;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
  }
  .sec1 .sec1_m li .title {
    display: block;
    padding: 0 !important;
    margin-bottom: 12px;
    border: none !important;
    background: none !important;
  }
  .sec1 .sec1_m li .title h3 {
    font-size: 22px;
    font-weight: 800;
    color: #222;
    margin: 0;
    padding: 0;
    background: none !important;
  }
  .sec1 .sec1_m li .title span {
    position: absolute;
    top: -215px;
    right: 15px;
    color: #fff;
    font-size: 66px;
    font-weight: 100;
    padding: 6px 15px;
    border-radius: 20px;
    z-index: 10;
    letter-spacing: -4px;
    opacity: 0.7;
  }
  .sec1 .sec1_m li p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin: 0;
    word-break: keep-all;
  }

  /* program */

  .programs {
    padding: 0px 10px;
    padding-top: 0;
    grid-template-columns: 1fr;
  }
  .programs .left {
    display: none;
  }
  .pg-grid {
    grid-template-columns: 1fr;
  }
  .pg-info {
    left: 0;
    bottom: 0px;
    padding: 2rem;
  }
  .pg-tit {
    font-size: 35px;
  }
  /* 1. 프로그램 섹션 전체 간격 조정 */
  .programs {
    padding: 20px; 
    background: #fff; 
  }

  .pg-grid {
    display: flex; 
    flex-direction: column;
    gap: 30px; 
  }

  /* 2. 카드 디자인 (둥글고 그림자 있게) */
  .pg-item {
    position: relative; 
    width: 100%;
    height: 350px; 
    border-radius: 20px;
    overflow: hidden; 
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); 
    margin-bottom: 0; 
    background: #000;
  }

  /* 3. 이미지 스타일 */
  .pg-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    opacity: 1; 
    transition: transform 0.5s;
  }

  .pg-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%; 
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 0.6) 50%,
      transparent 100%
    );
    pointer-events: none;
  }

  .programs .right {
    padding-bottom: 30px;
  }

  /* 5. 텍스트 위치 및 디자인 */
  .pg-info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    width: 100%;
    z-index: 2; 
    text-align: left;
  }

  .pg-info h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  }

  .pg-info p {
    color: rgba(255, 255, 255, 0.9); 
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
    display: block; 
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  }

  /* 6. 버튼 디자인 (유리 같은 느낌) */
  .pg-btn {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2); 
    backdrop-filter: blur(5px); 
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 10px 25px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
  }
  /* map */
  .map {
    flex-direction: column;
  }
  .ft-info {
    padding: 2rem;
  }
  .ft-btn {
    width: 160px;
  }
  .ft-logo {
    font-size: 3.5rem;
  }
  .ft-map {
    max-height: 550px;
  }
}

/*******************************************************************************************************************************
 *** 모바일 max-width 480
*******************************************************************************************************************************/
@media (max-width: 480px) {
  /* 메인 */

  .m_tit {
    margin-bottom: 20px;
  }

  .m_tit h2 {
    font-size: 29.3px;
    font-weight: 700;
    line-height: 33px;
  }

  /* 섹션1시작 */
  .sec1 {
  }
  .sec1 .container {
    grid-template-columns: 1fr;
  }
  .sec1 .img {
    padding-top: 3rem;
  }

  .sec1 .box {
    grid-template-columns: 1fr;
  }
  /* sec2 */
  .sec2 {
    padding: 50px 0px;
  }

  .sec2 ul li {
    font-size: 17px;
  }
  /* sec3 */
  .sec4 .container {
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }

  .sec4 .container ul {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}

/*******************************************************************************************************************************
 *** 모바일 max-width 340
*******************************************************************************************************************************/
@media (max-width: 340px) {
  .main_vis,
  .main_vis_txt {
    height: 200px;
  }

  .main_vis_txt span img {
    height: 55px;
  }

  .m_tit h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .m_tit p {
    font-size: 14px;
  }

  .m_tit.m_tit_color p {
    font-size: 14px;
  }
}

/*******************************************************************************************************************************
 *** 모바일 max-width 300
*******************************************************************************************************************************/
/* @media (max-width:300px){
  .bnr_link_item .item.item1 {
    height: 140px;
    background-size: 80px;
  }
  .bnr_link_item .item.item2 {
    height: 140px;
    background-size: 80px;
  }
  .bnr_link_item .item.item3 {
    height: 140px;
    background-size: 80px;
  }
  .bnr_link_item .item.item4 {
    height: 140px;
    background-size: 80px;
  }
  .item h2 {
    font-size: 14px;
  }
  .item p {
    display: none;
  }
} */
