@charset "utf-8";

div, p, span, strong, b, ul, li, h1, h2, h3, h4, h5 {word-break: keep-all;}
h1, h2, h3, h4, h5 {line-height: 1.3}
img {max-width: 100%;}

.desc {
  font-size: 18px;
  line-height: 1.7;
}
.desc span {color: #00b9a7;}
.arrow {
  width: 14px !important;
  aspect-ratio: 14 / 12;
}
.arrow .color {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5px;
}
.more-btn {
  background: #00b9a7;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  min-width: 150px;
  height: 50px;
  border-radius: 50px;
  padding: 0 40px;
  transition: all .2s;
  font-size: 18px;
  color: #fff;
}
.more-btn:hover {background: #009f8d;}
.arrow-btn {
  background: #eee;
  width: 42px;
  aspect-ratio: 1 / 1;
  border-radius: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s;
}
.arrow-btn .arrow .color {stroke: #000;}
.video .inner {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
}
.video .inner iframe {
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.admin-btn {margin-top: 20px;}
.admin-btn a {
  font-size: 20px;
  color: #009f8d;
}
@media all and (max-width: 767px) {
  .desc {
    font-size: 15px;
    line-height: 1.5;
  }
  .arrow {width: 12px !important;}
  .more-btn {
    height: 42px;
    min-width: 120px;
    padding: 0 30px;
    font-size: 15px;
  }
  .arrow-btn {width: 32px;}
}

/*main*/
.main section {
  position: relative;
  padding: 120px 0;
}
.main .title {margin-bottom: 30px;}
.main .title h3 {font-size: 40px;}

.main .hero {padding: 0;}
.main .hero .container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.main .hero .banner {
  width: calc(100% - 320px);
  background: #f8f5ec;
  border-radius: 15px;
  padding: 80px;
  position: relative;
  overflow: hidden;
}
.main .hero .banner .txt {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  width: 45%;
  height: 100%;
  z-index: 1;
  position: relative;
}
.main .hero .banner .txt .symbol {height: 84px;}
.main .hero .banner .txt h2 {font-size: 60px;}
.main .hero .banner .txt p {
  font-size: 36px;
  margin: 70px 0 20px;
  color: #666;
}
.main .hero .banner .img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.main .hero .banner .img img {height: 100%;}
.main .hero .info-wrap {
  width: 300px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.main .hero .info-wrap li {flex: 1;}
.main .hero .info-wrap li a {
  border-radius: 15px;
  padding: 40px 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.main .hero .info-wrap li h3 {
  font-size: 30px;
  margin-bottom: 15px;
}
.main .hero .info-wrap li .bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 30px;
}
.main .hero .info-wrap li:nth-child(1) a {background: #f5f5f5;}
.main .hero .info-wrap li:nth-child(1) a .arrow-btn {background: #ddd;}
.main .hero .info-wrap li:nth-child(2) a {
  background: #009f8d;
  color: #fff;
}
.main .hero .info-wrap li:nth-child(2) a .arrow-btn {background: #fff;}
.main .hero .info-wrap li:nth-child(3) a {
  background: #888;
  color: #fff;
}
.main .hero .info-wrap li:nth-child(3) a .arrow-btn {background: #fff;}

.main .info .container {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 50px;
}
.main .info .container > div {width: calc((100% - 50px)/2)}
.main .info .news .news-list {border-top: 2px solid #000;}
.main .info .news .news-list li {border-bottom: 1px solid #ddd;}
.main .info .news .news-list li a {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.main .info .news .news-list li .category {
  font-size: 16px;
  font-weight: 600;
  color: #888;
  background: #f5f5f5;
  border-radius: 15px;
  padding: 3px 15px;
  width: fit-content;
}
.main .info .news .news-list li .subject {
  flex: 1;
  padding: 0 20px;
  font-size: 20px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
.main .info .news .news-list li .date {
  font-size: 15px;
  color: #888;
}
.main .info .video {
  border-radius: 15px;
  overflow: hidden;
}

.main .gallery {
  background: url(/img/assets/main_gallery_bg.jpg) center / cover no-repeat;
  display: flex;
  flex-wrap: wrap;
}
.main .gallery .txt {
  width: 37%;
  padding-left: calc((100% - 1600px)/2);
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main .gallery .txt .title p {
  font-size: 20px;
  font-weight: bold;
  color: #888;
}
.main .gallery .txt .title h3 {margin: 20px 0 40px;}
.main .gallery .txt .slider-controls {
  display: flex;
  align-items: center;
}
.main .gallery .txt .slider-controls > div {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.main .gallery .txt .slider-controls .prev-btn::after {
  content: "";
  background: #ccc;
  width: 1px;
  height: 30px;
  display: block;
  margin: 0 30px;
}
.main .gallery .txt .slider-controls .prev-btn img {transform: rotate(180deg)}
.main .gallery .img {width: 63%;}
.main .gallery .img .gallery-slider {}
.main .gallery .img .gallery-slider .swiper-slide a {
  border-radius: 15px;
  display: block;
  position: relative;
  aspect-ratio: 5 / 4;
  overflow: hidden;
}
.main .gallery .img .gallery-slider .swiper-slide a::after {
  content: "";
  background: linear-gradient(to top, #333, transparent);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  display: block;
}
.main .gallery .img .gallery-slider .swiper-slide .bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}
.main .gallery .img .gallery-slider .swiper-slide .subject {
  position: absolute;
  font-size: 24px;
  color: #fff;
  z-index: 2;
  left: 30px;
  bottom: 30px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}

.main .quick .quick-list {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
  margin-bottom: 50px;
}
.main .quick .quick-list li {
  width: 20%;
  border-right: 1px solid #ddd;
}
.main .quick .quick-list li:last-child {border-right: none;}
.main .quick .quick-list li a {
  display: block;
  text-align: center;
  padding: 20px;
}
.main .quick .quick-list li .ico {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .quick .quick-list li h4 {
  font-size: 26px;
  margin: 20px 0;
}
.main .quick .quick-list li .arrow-btn {margin: 0 auto;}
.main .quick .quick-list li a:hover .arrow-btn {background: #009f8d;}
.main .quick .quick-list li a:hover .arrow-btn .color {stroke: #fff;}
.main .quick .partners-wrap {
  display: flex;
  align-items: center;
  gap: 50px;
}
.main .quick .partners-slider {flex: 1;}
.main .quick .partners-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  padding: 0 20px;
}
.main .quick .partners-slider .swiper-slide img {max-height: 100%;}
.main .quick .partners-wrap .prev-btn {cursor: pointer;}
.main .quick .partners-wrap .prev-btn img {transform: rotate(180deg);}
.main .quick .partners-wrap .next-btn {cursor: pointer;}

.consult-modal .modal-dialog {max-width: 600px;}
.consult-modal .modal-body {padding: 50px;}
.consult-modal .modal-header {
  padding: 0 0 15px;
  margin-bottom: 30px;
}
.consult-modal .modal-header h3 {font-size: 30px;}
.consult-modal .modal-body > .desc {margin-bottom: 25px;}
.consult-modal .modal-body > .desc b {
  text-decoration: underline;
  color: #f83030;
}
.consult-modal .consult-list > div {margin-bottom: 40px;}
.consult-modal .consult-list > div:last-child {margin-bottom: 0;}
.consult-modal .consult-list h4 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  padding-left: 12px;
  position: relative;
}
.consult-modal .consult-list h4::before {
  content: "";
  background: #009f8d;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}
.consult-modal .consult-list h4 span {
  font-size: 16px;
  color: #666;
  margin-left: 8px;
  font-weight: normal;
}
.consult-modal .consult-list ul li {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 10px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.consult-modal .consult-list ul li:last-child {margin-bottom: 0;}
.consult-modal .consult-list ul li b {flex: 1;}
.consult-modal .consult-list ul li .tel-btn {
  width: 140px;
  border: 1px solid #009f8d;
  border-radius: 5px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 3px 0;
}
.consult-modal .consult-list ul li .tel-btn span {
  font-size: 16px;
  font-weight: 600;
  color: #009f8d;
}
.consult-modal .consult-list ul li .tel-btn .arrow .color {stroke: #009f8d;}

@media all and (max-width: 1600px) {
  .main .gallery .txt {padding-left: 80px;}
}
@media all and (max-width: 1536px) {
  .main .hero .banner .txt {width: 55%;}
  .main .hero .banner .txt h2 {font-size: 50px;}
  .main .hero .banner .txt p {
    font-size: 20px;
    margin: 40px 0 15px;
  }
  .main .hero .info-wrap li a {padding: 25px 30px;}
  .main .hero .info-wrap li h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .main .hero .info-wrap li .desc {
    font-size: 16px;
    line-height: 1.5;
  }
  .main .hero .info-wrap li .bottom {margin-top: 15px;}
}
@media all and (max-width: 1440px) {
  .main .info .news .news-list li a {padding: 18px 0;}
}
@media all and (max-width: 1366px) {
  .main .info .news .news-list li a {padding: 16px 0;}
}
@media all and (max-width: 1024px) {
  .main .hero .banner {padding: 50px;}
  .main .hero .banner .txt {
    width: 100%;
    height: auto;
  }
  .main .hero .banner .txt p {margin: 30px 0 15px;}
  .main .hero .banner .txt .more-btn {margin-top: 30px;}
  .main .hero .banner .img {right: -160px;}
  .main .info .container > div {width: 100%;}
  .main .gallery .txt {
    width: 100%;
    padding: 0 40px 50px;
    position: relative;
  }
  .main .gallery .txt .slider-controls {
    position: absolute;
    bottom: 80px;
    right: 0;
  }
  .main .gallery .img {width: 100%;}
  .main .gallery .img .gallery-slider {padding-left: 40px;}
  .main .quick .quick-list {padding: 30px 0;}
  .main .quick .quick-list li .ico {height: 60px;}
  .main .quick .quick-list li .ico img {max-height: 60px;}
  .main .quick .quick-list li h4 {font-size: 20px;}
}
@media all and (max-width: 991px) {
  .main .hero .banner {width: 100%;}
  .main .hero .banner .txt .symbol {display: none;}
  .main .hero .banner .txt h2 {margin-top: 0;}
  .main .hero .banner .txt p {margin-top: 0;}
  .main .hero .banner .img {right: 0;}
  .main .hero .info-wrap {
    width: 100%;
    flex-direction: row;
  }
  .main .quick .quick-list {padding: 30px;}
  .main .quick .quick-list li {width: 33.33%;}
  .main .quick .quick-list li:nth-child(3n) {border-right: none;}
  .main .quick .quick-list li:nth-child(4),
  .main .quick .quick-list li:nth-child(5) {
    width: 50%;
    border-top: 1px solid #ddd;
  }
}
@media all and (max-width: 767px) {
  .main section {padding: 50px 0;}
  .main .title {margin-bottom: 15px;}
  .main .title h3 {font-size: 24px;}
  .main .hero .container {gap: 10px;}
  .main .hero .banner {
    border-radius: 8px;
    padding: 30px;
  }
  .main .hero .banner .txt h2 {font-size: 26px;}
  .main .hero .banner .txt p {
    font-size: 15px;
    margin: 0 0 15px;
  }
  .main .hero .banner .txt .more-btn {margin-top: 15px;}
  .main .hero .banner .img {right: -16%;}
  .main .hero .info-wrap {gap: 10px;}
  .main .hero .info-wrap li a {
    padding: 15px;
    border-radius: 8px;
  }
  .main .hero .info-wrap li h3 {
    font-size: 16px;
    margin: 0;
  }
  .main .hero .info-wrap li .desc {display: none;}
  .main .hero .info-wrap li .bottom {
    margin-top: 10px;
    justify-content: end;
  }
  .main .hero .info-wrap li .bottom .ico {
    max-width: 30px;
    max-height: 30px;
    display: none;
  }
  .main .info .container {gap: 30px;}
  .main .info .news .news-list li a {padding: 12px 0;}
  .main .info .news .news-list li .category {
    font-size: 13px;
    padding: 3px 8px;
  }
  .main .info .news .news-list li .subject {
    font-size: 15px;
    padding: 0 10px;
  }
  .main .info .news .news-list li .date {font-size: 13px;}
  .main .info .video {border-radius: 8px;}
  .main .gallery .txt {padding: 0 16px 30px;}
  .main .gallery .txt .title p {font-size: 14px;}
  .main .gallery .txt .title h3 {margin: 10px 0 20px;}
  .main .gallery .txt .slider-controls {
    bottom: 50px;
    right: 16px;
  }
  .main .gallery .txt .slider-controls > div img {height: 24px;}
  .main .gallery .txt .slider-controls .prev-btn::after {
    height: 24px;
    margin: 0 15px;
  }
  .main .gallery .img .gallery-slider {padding-left: 16px;}
  .main .gallery .img .gallery-slider .swiper-slide a {border-radius: 8px;}
  .main .gallery .img .gallery-slider .swiper-slide .subject {
    font-size: 15px;
    left: 15px;
    bottom: 15px;
    width: calc(100% - 30px);
  }
  .main .quick .quick-list {
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
  }
  .main .quick .quick-list li {
    width: 50%;
    border-bottom: 1px solid #ddd;
  }
  .main .quick .quick-list li:nth-child(3n) {border-right: 1px solid #ddd;}
  .main .quick .quick-list li:nth-child(2n) {border-right: none;}
  .main .quick .quick-list li:nth-child(4), .main .quick .quick-list li:nth-child(5) {border-top: none;}
  .main .quick .quick-list li:last-child {
    border-bottom: none;
    width: 100%;
  }
  .main .quick .quick-list li a {padding: 10px;}
  .main .quick .quick-list li h4 {
    font-size: 15px;
    margin: 10px 0;
  }
  .main .quick .quick-list li .ico img {
    max-height: 40px;
    max-width: 40px;
  }
  .main .quick .partners-wrap {gap: 10px;}
  .main .quick .partners-wrap .prev-btn img,
  .main .quick .partners-wrap .next-btn img {height: 24px;}
  .main .quick .partners-wrap .swiper-slide {
    padding: 0 12px;
    height: 60px;
  }
  .consult-modal .modal-body {padding: 25px;}
  .consult-modal .modal-header {
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .consult-modal .modal-header h3 {font-size: 20px;}
  .consult-modal .consult-list > div {margin-bottom: 30px;}
  .consult-modal .consult-list h4 {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .consult-modal .consult-list h4::before {top: 6px;}
  .consult-modal .consult-list h4 span {
    font-size: 13px;
    margin: 3px 0 0;
    display: block;
    width: 100%;
  }
  .consult-modal .consult-list ul li {padding-left: 12px;}
  .consult-modal .consult-list ul li img {width: 12px;}
  .consult-modal .consult-list ul li .tel-btn {
    width: 105px;
    gap: 5px;
  }
  .consult-modal .consult-list ul li .tel-btn span {font-size: 13px;}
}

/*sub*/
.sub .title {margin-bottom: 40px;}
.sub .title h2 {font-size: 40px;}
.sub .title h3 {
  font-size: 30px;
  color: #666;
  margin-bottom: -20px;
}
.sub .title h3::after {
  content: ".";
  color: #00b9a7;
}
.sub .info-wrap {border-top: 1px solid #222;}
.sub .info-wrap > div {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  border-bottom: 1px solid #ddd;
  padding: 40px 0;
}
.sub .info-wrap > div > div {
  flex: 1;
  display: flex;
  align-items: start;
  gap: 20px;
}
.sub .info-wrap h4 {
  font-size: 16px;
  display: flex;
  gap: 8px;
  width: 105px;
}
.sub .info-wrap h4 span {
  font-weight: 600;
  width: 60px;
}
.sub .info-wrap p {
  font-size: 22px;
  margin-top: -6px;
  flex: 1;
}
.sub .info-wrap p span {
  display: block;
  margin-bottom: 6px;
}
.sub .info-wrap p span:last-child {margin-bottom: 0;}
.sub .info-wrap .box {
  background: #f5f5f5;
  font-size: 18px;
  padding: 15px;
}
.sub .list-wrap li {
  margin-bottom: 5px;
  display: flex;
  align-items: start;
}
.sub .list-wrap li:last-child {margin-bottom: 0;}
.sub .list-wrap li::before {
  content: "";
  background: #00b9a7;
  width: 5px;
  aspect-ratio: 1 / 1;
  display: block;
  margin-top: 11px;
}
.sub .list-wrap li p {
  flex: 1;
  padding-left: 8px;
  font-size: 18px;
}
.sub .table-wrap table {
  width: 100%;
  font-size: 18px;
  border-top: 1px solid #222;
  border-collapse: collapse;
  table-layout: fixed;
}
.sub .table-wrap table th {
  background: #e8f1f0;
  padding: 15px 25px;
  width: 200px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.sub .table-wrap table td {
  padding: 15px 25px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.sub .note {
  font-size: 18px;
  color: #888;
  margin-top: 15px;
}
.sub .file-wrap h4 {
  font-size: 20px;
  color: #666;
  margin-bottom: 15px;
}
.sub .file-wrap .inner {
  background: #f3f3f3;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 30px;
}
.sub .file-wrap img {width: 14px;}
.sub .file-wrap a {
  display: block;
  width: calc(100% - 14px);
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  font-size: 16px;
  color: #666;
}
.sub .file-wrap a strong {
  font-weight: 600;
  color: #222;
}
@media all and (max-width: 1024px) {
  .sub .info-wrap > div > div {
    flex: none;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0;
  }
  .sub .info-wrap > div > div {padding-bottom: 40px;}
  .sub .info-wrap > div > div:last-child {
    border-bottom: none;
    padding: 0;
  }
}
@media all and (max-width: 991px) {
  .sub .table-wrap table th {width: 120px;}
}
@media all and (max-width: 767px) {
  .sub .title {margin-bottom: 30px;}
  .sub .title h2 {font-size: 24px;}
  .sub .title h3 {
    font-size: 20px;
    margin-bottom: -10px;
  }
  .sub .list-wrap li::before {margin-top: 7px;}
  .sub .list-wrap li p {
    font-size: 15px;
    padding-left: 6px;
  }
  .sub .table-wrap table {font-size: 15px;}
  .sub .table-wrap table th {
    width: 100px;
    padding: 10px 15px;
  }
  .sub .table-wrap table td {padding: 10px 15px;}
  .sub .info-wrap > div {
    padding: 20px 0;
    gap: 20px;
  }
  .sub .info-wrap > div > div {gap: 10px;}
  .sub .info-wrap > div > div {padding-bottom: 20px;}
  .sub .info-wrap > div > div:last-child {padding-bottom: 0;}
  .sub .info-wrap h4 {
    font-size: 14px;
    gap: 6px;
    width: 80px;
  }
  .sub .info-wrap h4 img {width: 15px;}
  .sub .info-wrap p {
    font-size: 15px;
    margin: 0;
  }
  .sub .info-wrap .box {font-size: 14px;}
  .sub .note {
    font-size: 14px;
    margin-top: 10px;
  }
  .sub .file-wrap h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .sub .file-wrap .inner {
    border-radius: 8px;
    gap: 8px;
    margin-bottom: 5px;
    padding: 8px 15px;
  }
  .sub .file-wrap img {width: 12px;}
  .sub .file-wrap a {
    width: calc(100% - 12px);
    font-size: 14px;
  }
}

/*평택시수어통역센터*/
.sub-about section {
  border-bottom: 1px solid #ddd;
  padding-bottom: 120px;
  margin-bottom: 120px;
}
.sub-about section:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sub-about .greeting .top {
  display: flex;
  flex-wrap: wrap;
}
.sub-about .greeting .bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  margin-top: 50px;
}
.sub-about .greeting .bottom ul li {
  border-bottom: 1px solid #00b9a7;
  padding: 8px 0;
  display: flex;
  align-items: baseline;
  gap: 30px;
}
.sub-about .greeting .bottom ul li > b {
  font-size: 30px;
  font-weight: normal;
  color: #888;
}
.sub-about .greeting .bottom ul li > b span {
  font-weight: bold;
  color: #00b9a7;
}
.sub-about .greeting .bottom .head {text-align: right;}
.sub-about .greeting .bottom .head p {font-size: 18px;}
.sub-about .greeting .bottom .head strong {
  display: block;
  font-size: 24px;
  margin-top: 12px;
}
.sub-about .organization h4 {
  font-size: 18px;
  padding: 5px 12px;
  border-radius: 50px;
  background: #f5f5f5;
  color: #666;
  display: inline-block;
}
.sub-about .organization .head {
  width: 240px;
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  padding: 20px;
  background: rgba(0,185,167,0.1);
  margin: 0 auto;
  position: relative;
}
.sub-about .organization .head::after {
  content: "";
  background: #ddd;
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 1px;
  height: 120px;
}
.sub-about .organization .head .inner {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: #00b9a7;
  text-align: center;
  padding-top: 60px;
}
.sub-about .organization .head .inner h4 {
  background: #fff;
  color: #222;
}
.sub-about .organization .head .inner p {
  font-size: 30px;
  color: #fff;
  margin-top: 15px;
  font-weight: bold;
}
.sub-about .organization .committee {
  width: 50%;
  display: flex;
  justify-content: center;
  margin: 20px 0 40px;
}
.sub-about .organization .committee span {
  border: 1px solid #00b9a7;
  border-radius: 15px;
  font-size: 20px;
  font-weight: bold;
  width: 50%;
  display: inline-block;
  text-align: center;
  height: 60px;
  line-height: 60px;
  position: relative;
}
.sub-about .organization .committee span::after {
  content: "";
  background: #ddd;
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  width: 51%;
  height: 1px;
}
.sub-about .organization .member {
  border-radius: 15px;
  overflow: hidden;
  background: #f5f5f5;
}
.sub-about .organization .member .member-title {
  background: #666;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 15px;
  text-align: center;
}
.sub-about .organization .member ul {
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sub-about .organization .member ul li {
  width: calc((100% - 50px)/6);
  background: #fff;
  border-radius: 15px;
  text-align: center;
  padding: 50px 0;
}
.sub-about .organization .member ul li p {
  font-size: 24px;
  margin-top: 12px;
  font-weight: bold;
}
.sub-about .history .history-list {position: relative;}
.sub-about .history .history-list::after {
  content: "";
  background: #ddd;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 180px
}
.sub-about .history .history-list > li {
  position: relative;
  display: flex;
  align-items: start;
}
.sub-about .history .history-list .year {
  font-size: 40px;
  font-weight: bold;
  color: rgba(136,136,136,0.3);
  line-height: 1;
  width: 180px;
  padding-right: 30px;
  position: relative;
}
.sub-about .history .history-list .year::before {
  content: "";
  background: #00b9a7;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  top: 10px;
  right: -11px;
  z-index: 1;
  opacity: 0.1;
}
.sub-about .history .history-list .year::after {
  content: "";
  background: #00b9a7;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  position: absolute;
  top: 15px;
  right: -6px;
  z-index: 1;
}
.sub-about .history .history-list > li:first-child .year {color: #888;}
.sub-about .history .history-list .detail-wrap {
  width: calc(100% - 180px);
  padding-left: 80px;
  padding-top: 6px;
}
.sub-about .history .history-list .detail-list {margin-bottom: 40px;}
.sub-about .history .history-list > li:last-child .detail-list {margin-bottom: 0;}
.sub-about .history .history-list .detail-list > li {
  display: flex;
  align-items: start;
  margin-bottom: 3px;
}
.sub-about .history .history-list .detail-list > li:last-child {margin-bottom: 0;}
.sub-about .history .history-list .detail-list > li b {width: 125px;}
.sub-about .history .history-list .detail-list > li .detail-sub-list {width: calc(100% - 125px)}
.sub-about .history .history-list .detail-list > li .detail-sub-list {margin-bottom: 5px;}
.sub-about .ci .content {
  background: #f5f5f5;
  border-radius: 15px;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.sub-about .ci .content > div {
  background: #fff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  position: relative;
  height: 300px;
}
.sub-about .ci .content h4 {
  font-size: 24px;
  color: #666;
  position: absolute;
  top: 40px;
  left: 40px;
}
.sub-about .ci .symbol {width: 35%;}
.sub-about .ci .signature {flex: 1;}
.sub-about .ci .more-btn {
  margin-top: 30px;
  margin-left: auto;
}
@media all and (max-width: 991px) {
  .sub-about .greeting .top {display: block;}
  .sub-about .greeting .bottom {display: block;}
  .sub-about .greeting .bottom .head {margin-top: 30px;}
}
@media all and (max-width: 767px) {
  .sub-about section {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .sub-about .greeting .bottom {margin-top: 30px;}
  .sub-about .greeting .bottom ul li {align-items: center;}
  .sub-about .greeting .bottom ul li > b {
    font-size: 20px;
    width: 110px;
  }
  .sub-about .greeting .bottom ul li .desc {width: calc(100% - 110px)}
  .sub-about .greeting .bottom .head p {font-size: 14px;}
  .sub-about .greeting .bottom .head strong {
    font-size: 16px;
    margin-top: 6px;
  }
  .sub-about .organization h4 {
    font-size: 14px;
    padding: 3px 8px;
  }
  .sub-about .organization .head {
    width: 140px;
    padding: 10px;
  }
  .sub-about .organization .head::after {height: 80px;}
  .sub-about .organization .head .inner {padding-top: 35px;}
  .sub-about .organization .head .inner p {
    font-size: 20px;
    margin-top: 8px;
  }
  .sub-about .organization .committee {margin: 20px 0;}
  .sub-about .organization .committee span {
    font-size: 15px;
    width: 70%;
    border-radius: 8px;
    height: 40px;
    line-height: 40px;
  }
  .sub-about .organization .committee span::after {width: 22%;}
  .sub-about .organization .member .member-title {
    font-size: 15px;
    padding: 10px;
  }
  .sub-about .organization .member ul {padding: 20px;}
  .sub-about .organization .member ul li {
    width: calc((100% - 20px) / 3);
    border-radius: 8px;
    padding: 20px;
  }
  .sub-about .organization .member ul li p {
    font-size: 16px;
    margin-top: 8px;
  }
  .sub-about .history .history-list::after {left: 80px;}
  .sub-about .history .history-list .year {
    font-size: 20px;
    width: 80px;
    padding-right: 0
  }
  .sub-about .history .history-list .year::before {top: 0;}
  .sub-about .history .history-list .year::after {top: 5px;}
  .sub-about .history .history-list .detail-wrap {
    width: calc(100% - 80px);
    padding-left: 25px;
    padding-top: 0;
  }
  .sub-about .history .history-list .detail-list {margin-bottom: 30px;}
  .sub-about .history .history-list .detail-list > li {
    display: block;
    margin-bottom: 15px;
  }
  .sub-about .history .history-list .detail-list > li b {
    width: 100%;
    margin-bottom: 3px;
    display: block;
  }
  .sub-about .history .history-list .detail-list > li .detail-sub-list {width: 100%;}
  .sub-about .ci .content {
    border-radius: 8px;
    padding: 20px;
    gap: 10px;
  }
  .sub-about .ci .content > div {
    width: 100%;
    height: 150px;
    border-radius: 8px;
  }
  .sub-about .ci .content h4 {
    top: 15px;
    left: 15px;
    font-size: 16px;
  }
  .sub-about .ci .content > div img {
    max-width: 240px;
    max-height: 80px;
    margin-top: 25px;
  }
}

/*찾아오시는 길*/
.sub-contact-us .map-wrap {
  aspect-ratio: 1200 / 500;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
  border-radius: 15px;
}
.sub-contact-us .map-wrap .root_daum_roughmap {
  width: 100% !important;
  height: 100% !important;
}
.sub-contact-us .map-wrap .root_daum_roughmap .wrap_map {height: 100% !important;}
@media all and (max-width: 767px) {
  .sub-contact-us .map-wrap {
    margin-bottom: 20px;
    border-radius: 8px;
    aspect-ratio: 1200 / 800;
  }
}

/*사업 개요*/
.sub-summary > div {margin-bottom: 80px;}
.sub-summary > div:last-child {margin-bottom: 0;}
.sub-summary ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
.sub-summary ul li {
  width: calc((100% - 40px)/3);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  padding: 30px;
  position: relative;
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sub-summary ul li .number {
  font-size: 16px;
  font-weight: bold;
  color: #00b9a7;
}
.sub-summary ul li img {
  position: absolute;
  top: 30px;
  right: 30px;
}
.sub-summary ul li p {
  font-size: 20px;
  font-weight: 600;
}
@media all and (max-width: 991px) {
  .sub-summary ul li {height: 300px;}
}
@media all and (max-width: 767px) {
  .sub-summary > div {margin-bottom: 40px;}
  .sub-summary ul {
    gap: 10px;
    margin-top: 20px;
  }
  .sub-summary ul li {
    width: 100%;
    height: auto;
    padding: 20px;
    border-radius: 8px;
  }
  .sub-summary ul li .number {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .sub-summary ul li p {font-size: 15px;}
  .sub-summary ul li img {
    top: 20px;
    right: 20px;
    max-width: 42px;
  }
}

/*사업안내*/
.sub-business section {
  border-bottom: 1px solid #ddd;
  padding-bottom: 120px;
  margin-bottom: 120px;
}
.sub-business section:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sub-business .interpretation .content > div {margin-bottom: 80px;}
.sub-business .interpretation .content > div:last-child {margin-bottom: 0;}
.sub-business .outreach ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
.sub-business .outreach ul li {
  width: calc((100% - 40px)/3);
  border-radius: 15px;
  background: #f5f5f5;
  padding: 40px 20px;
  text-align: center;
}
.sub-business .outreach ul li h4 {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  padding: 5px 12px;
  background: #00b9a7;
  margin-bottom: 20px;
  border-radius: 50px;
}
.sub-business .outreach ul li p {
  font-size: 20px;
  font-weight: 600;
}
@media all and (max-width: 767px) {
  .sub-business section {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .sub-business .interpretation .content > div {margin-bottom: 40px;}
  .sub-business .outreach ul {
    margin-top: 20px;
    gap: 10px;
  }
  .sub-business .outreach ul li {
    width: 100%;
    border-radius: 8px;
    padding: 25px;
  }
  .sub-business .outreach ul li h4 {
    font-size: 14px;
    padding: 3px 8px;
    margin-bottom: 12px;
  }
  .sub-business .outreach ul li p {font-size: 16px;}
}

/*이용수칙*/
.sub-guidelines > div {margin-bottom: 80px;}
.sub-guidelines > div:last-child {margin-bottom: 0;}
.sub-guidelines .video {
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
  aspect-ratio: 1200 / 675;
}
@media all and (max-width: 991px) {
  .sub-guidelines .video {font-size: 20px;}
  .sub-guidelines .process-wrap {
    overflow-x: scroll;
    padding-bottom: 25px;
  }
  .sub-guidelines .process-wrap::-webkit-scrollbar {height: 5px;}
  .sub-guidelines .process-wrap::-webkit-scrollbar-track {background-color:#eeeeee; border-radius: 5px}
  .sub-guidelines .process-wrap::-webkit-scrollbar-thumb {background-color:#009f8d; border-radius: 15px;}
  .sub-guidelines .process-wrap img {
    width: 800px;
    max-width: none;
  }
}
@media all and (max-width: 767px) {
  .sub-guidelines > div {margin-bottom: 40px;}
  .sub-guidelines .process-wrap img {width: 600px;}
}

/*수당표*/
.sub-rate > div {margin-bottom: 80px;}
.sub-rate > div:last-child {margin-bottom: 0;}
.sub-rate .more-btn {margin: 30px auto 0;}
@media all and (max-width: 991px) {
  .sub-rate .content {
    overflow-x: scroll;
    padding-bottom: 25px;
  }
  .sub-rate .content::-webkit-scrollbar {height: 5px;}
  .sub-rate .content::-webkit-scrollbar-track {background-color:#eeeeee; border-radius: 5px}
  .sub-rate .content::-webkit-scrollbar-thumb {background-color:#009f8d; border-radius: 15px;}
  .sub-rate .content img {
    width: 800px;
    max-width: none;
  }
}
@media all and (max-width: 767px) {
  .sub-rate > div {margin-bottom: 40px;}
}

/*찾아가는 수어교실*/
.sub-outreach .info-wrap h4 {width: 60px;}
.sub-outreach .more-btn {margin: 30px auto 0;}

/*평택 수어지명*/
.sub-place .tab-menu {
  display: flex;
  background: #f5f5f5;
  border-radius: 15px;
  overflow: hidden;
}
.sub-place .tab-menu li {
  flex: 1;
  font-size: 20px;
  font-weight: bold;
  color: #888;
  text-align: center;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.sub-place .tab-menu li.active {
  background: #888;
  color: #fff;
}
.sub-place .tab-contents > div {display: none;}
.sub-place .tab-contents > div.active {display: block;}
.sub-place .top-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 50px 0 80px;
}
.sub-place .top-area .txt {
  width: 58%;
  padding-right: 150px;
}
.sub-place .top-area .txt .btn-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sub-place .top-area .txt .btn-list li {width: calc((100% - 40px)/5)}
.sub-place .top-area .txt .btn-list li a {
  font-size: 20px;
  border: 1px solid #ddd;
  display: block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0 12px;
  border-radius: 45px;
  transition: all .2s;
}
.sub-place .top-area .txt .btn-list li a:hover {background: #eee;}
.sub-place .top-area .img {
  width: 42%;
  text-align: right;
}
.sub-place .bottom-area > div {margin-bottom: 80px;}
.sub-place .bottom-area > div:last-child {margin-bottom: 0;}
.sub-place .bottom-area h3 {font-size: 36px;}
.sub-place .bottom-area h3 span {
  font-size: 18px;
  font-weight: 600;
  color: #00b9a7;
  padding-left: 5px;
  vertical-align: baseline;
}
.sub-place .bottom-area .hanja {
  background: #f5f5f5;
  border-radius: 10px;
  font-size: 16px;
  color: #666;
  padding: 8px 20px;
  margin: 10px 0 30px;
}
.sub-place .bottom-area .img {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.sub-place .bottom-area .img li {
  border-radius: 15px;
  overflow: hidden;
}
.sub-place .bottom-area .table-wrap th {width: 120px;}
@media all and (max-width: 1536px) {
  .sub-place .top-area .txt {padding-right: 50px;}
}
@media all and (max-width: 991px) {
  .sub-place .top-area .txt .btn-list li a {font-size: 16px;}
}
@media all and (max-width: 767px) {
  .sub-place .tab-menu {border-radius: 8px;}
  .sub-place .tab-menu li {
    font-size: 15px;
    height: 42px;
  }
  .sub-place .top-area {margin: 30px 0 40px;}
  .sub-place .top-area .txt {
    width: 100%;
    padding: 0 0 20px;
  }
  .sub-place .top-area .txt .btn-list {gap: 5px;}
  .sub-place .top-area .txt .btn-list li {width: calc((100% - 20px) / 5);}
  .sub-place .top-area .txt .btn-list li a {
    font-size: 14px;
    height: 32px;
    line-height: 32px;
  }
  .sub-place .top-area .img {
    width: 100%;
    text-align: center;
  }
  .sub-place .bottom-area > div {margin-bottom: 40px;}
  .sub-place .bottom-area h3 {font-size: 24px;}
  .sub-place .bottom-area h3 span {
    font-size: 14px;
    padding-left: 2px;
  }
  .sub-place .bottom-area .hanja {
    font-size: 14px;
    border-radius: 8px;
    padding: 4px 12px;
    margin: 6px 0 15px;
  }
  .sub-place .bottom-area .img {margin-bottom: 15px;}
  .sub-place .bottom-area .img li {
    border-radius: 8px;
    width: 100%;
  }
  .sub-place .bottom-area .img li img {
    max-width: none;
    width: 100%;
  }
  .sub-place .bottom-area .table-wrap th {width: 70px;}
}

/*축구수어 핸드북*/
.sub-soccer {
  display: flex;
  flex-wrap: wrap;
}
.sub-soccer .txt {
  width: calc(100% - 400px);
  padding-right: 100px;
}
.sub-soccer .txt .title {margin-bottom: 80px;}
.sub-soccer .txt .file-wrap {margin-top: 100px;}
.sub-soccer .img {
  width: 400px;
  border-radius: 15px;
  overflow: hidden;
}
.sub-soccer .img img {
  max-width: none;
  width: 100%;
}
@media all and (max-width: 991px) {
  .sub-soccer {align-items: start;}
  .sub-soccer .txt {
    width: 70%;
    padding-right: 50px;
  }
  .sub-soccer .txt .title {margin-bottom: 50px;}
  .sub-soccer .txt .file-wrap {margin-top: 30px;}
  .sub-soccer .img {width: 30%;}
}
@media all and (max-width: 767px) {
  .sub-soccer .txt {
    padding: 30px 0 0;
    order: 2;
    width: 100%;

  }
  .sub-soccer .txt .title {margin-bottom: 20px;}
  .sub-soccer .txt .file-wrap {margin-top: 20px;}
  .sub-soccer .img {
    border-radius: 8px;
    order: 1;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
}

/*후원안내*/
.sub-support > div {margin-bottom: 80px;}
.sub-support > div:last-child {margin-bottom: 0;}
.sub-support .info-wrap h4 {width: 60px;}
@media all and (max-width: 767px) {
  .sub-support > div {margin-bottom: 40px;}
}

/*후원신청*/
.sub-donate .content > div {
  border-bottom: 1px solid #ddd;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.sub-donate .content > div:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sub-donate .content h4 {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
.sub-donate .content h4 span {
  font-size: 24px;
  color: #666;
}
.sub-donate .content .desc {margin-bottom: 15px;}
.sub-donate .content p {
  text-align: right;
  font-size: 18px;
}
.sub-donate .content p b {
  font-size: 30px;
  font-weight: 600;
  margin-right: 5px;
}
.sub-donate .content .more-btn {margin-left: auto;}
@media all and (max-width: 767px) {
  .sub-donate .content {
    width: 100%;
    padding: 0 0 30px;
  }
  .sub-donate .content > div {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .sub-donate .content h4 {
    gap: 10px;
    margin-bottom: 10px;
  }
  .sub-donate .content h4 img {width: 40px;}
  .sub-donate .content h4 span {font-size: 16px;}
  .sub-donate .content .desc {margin-bottom: 20px;}
  .sub-donate .content p {font-size: 14px;}
  .sub-donate .content p b {font-size: 18px;}
}