@charset "UTF-8";
/* 공통 */
.header-wrap.scroll {
  background-color: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}

/* 페이지 비주얼*/
.page-top {
  padding: 20rem 0 10rem;
  border-bottom: 1px solid #ccc;
}

.page-tit-wrap {
  text-align: center;
}
.page-tit-wrap .page-tit {
  margin: 0 auto 4rem;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.166;
  font-size: 4.8rem;
  font-weight: 700;
}
.page-tit-wrap .page-tit .lg-txt {
  display: block;
}
.page-tit-wrap .page-tit .lg-txt.fc-main {
  color: #782BDA;
}
.page-tit-wrap .desc {
  font-size: 2.6rem;
  font-weight: 400;
}

@media all and (max-width: 64rem) {
  .page-tit-wrap .page-tit {
    font-size: 4rem;
  }
  .page-tit-wrap .desc {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .page-top {
    padding: 15rem 0 5rem;
    border-bottom: 1px solid #ccc;
  }
  .page-tit-wrap .page-tit {
    margin: 0 auto 2rem;
  }
  .page-tit-wrap .desc {
    margin: 0 auto;
    width: 90%;
    line-height: 1.5;
    font-size: 1.8rem;
    word-break: keep-all;
  }
}
@media all and (max-width: 47.9375rem) {
  .page-tit-wrap .page-tit .lg-txt {
    font-size: 3rem;
  }
  .page-tit-wrap .desc {
    font-size: 1.6rem;
  }
}
/*검색 박스 */
.search-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: 400;
  color: #777;
  border: 1px solid #ececee;
}
.search-wrap .select-wrap {
  position: relative;
}
.search-wrap .select-wrap::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 50%;
  background-color: #ccc;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.search-wrap .search-box {
  padding: 1.2rem;
  width: 23rem;
}

.select-wrap {
  position: relative;
}
.select-wrap .select-btn {
  display: flex;
  justify-content: space-between;
  padding: 1.2rem;
  width: 12.5rem;
}
.select-wrap .select-btn .select {
  display: block;
  flex-grow: 1;
  text-align: left;
}
.select-wrap .select-btn .select-icon {
  position: relative;
}
.select-wrap .select-btn .select-icon img {
  transform: rotate(0);
  transition: transform 0.5s;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
.select-wrap .option {
  overflow-y: auto;
  display: none;
  position: absolute;
  margin-top: 0.2rem;
  padding: 1.2rem 0;
  width: 100%;
  max-height: 30rem;
  background-color: #fff;
  border: 1px solid #ececee;
}
.select-wrap .option::-webkit-scrollbar {
  width: 1rem;
}
.select-wrap .option::-webkit-scrollbar-thumb {
  background-color: #782BDA;
}
.select-wrap .option li {
  padding: 1rem 1.2rem;
}
.select-wrap.active .select-btn .select-icon img {
  transform: rotate(180deg);
  transition: transform 0.5s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}

.inner {
  margin: 0 auto;
  padding: 0 4rem;
  max-width: 156rem;
}

.section {
  padding: 10rem 0;
}
.section:last-child {
  padding-bottom: 20rem;
}

.sec-tit-wrap .sec-tit {
  font-size: 3.2rem;
  color: #782BDA;
}
.sec-tit-wrap .sec-desc {
  margin-top: 4rem;
  line-height: 1.44;
  font-weight: 300;
}

@media all and (max-width: 63.9375rem) {
  .inner {
    padding: 0 2rem;
  }
  .section {
    padding: 8rem 0;
  }
  .section:last-child {
    padding-bottom: 12rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .section {
    padding: 5rem 0;
  }
  .sec-tit-wrap .sec-tit {
    font-size: 2.6rem;
  }
}
/* 핵심기술 */
.skill .section {
  padding-top: 0;
}
.skill .sec-tit-wrap {
  padding: 10rem 0 8rem;
  width: 100%;
  background-color: #FBFAFD;
}

.paging {
  text-align: left;
  font-weight: 300f;
}
.paging .current {
  font-size: 4rem;
  color: #782BDA;
}
.paging .all {
  font-weight: 700;
  color: #777;
}

.slider-control .swiper-button-next {
  padding: 1.5rem 1.4rem;
  right: 0;
  width: 3.8rem;
  height: 4.8rem;
  border-radius: 5px;
  background: rgba(99, 0, 199, 0.1);
}
.slider-control .swiper-button-next::after {
  position: absolute;
  content: "🔍";
  font-size: 2rem;
  font-family: "fontello";
  color: #782BDA;
}
.slider-control .swiper-button-next:hover {
  background-color: #782BDA;
}
.slider-control .swiper-button-next:hover::after {
  color: #fff;
}
.slider-control .swiper-button-prev {
  left: auto;
  right: 4.8rem;
  padding: 1.5rem 1.4rem;
  width: 3.8rem;
  height: 4.8rem;
  border-radius: 5px;
  background: rgba(99, 0, 199, 0.1);
}
.slider-control .swiper-button-prev::after {
  position: absolute;
  content: "\e808";
  font-size: 2rem;
  font-weight: 100;
  font-family: "fontello";
  color: #782BDA;
}
.slider-control .swiper-button-prev:hover {
  background-color: #782BDA;
}
.slider-control .swiper-button-prev:hover::after {
  color: #fff;
}

.slide-content-wrap {
  position: relative;
  margin-top: 4rem;
  height: 71.6rem;
}
.slide-content-wrap .slider-left-wrap {
  width: 44rem;
  height: 71.6rem;
  background-color: #fff;
  border: 1px solid var(--gray-ccc, #CCC);
}
.slide-content-wrap .slider-left-wrap .swiper-slide {
  height: 71.4rem;
  background-color: #fff;
}
.slide-content-wrap .slider-left-wrap .slide-header {
  padding: 3rem 2rem;
  width: 100%;
  min-height: 16.4rem;
  line-height: 1.083;
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  word-break: keep-all;
  background-color: #782BDA;
}
.slide-content-wrap .slider-left-wrap .slide-body {
  padding: 3rem 2rem;
}
.slide-content-wrap .slider-left-wrap .slide-body dl {
  margin-bottom: 2rem;
  width: 100%;
}
.slide-content-wrap .slider-left-wrap .slide-body dt {
  margin-bottom: 1rem;
  font-weight: 600;
}
.slide-content-wrap .slider-left-wrap .slide-body dd {
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 300;
  word-break: break-all;
  letter-spacing: -0.1rem;
}
.slide-content-wrap .slider-left-wrap .link-btn {
  display: inline-block;
  padding: 1.2rem 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #782BDA;
  border: 0.2rem solid #782BDA;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}
.slide-content-wrap .slider-right-wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 56.51%;
}
.slide-content-wrap .slider-right-wrap .slider-control {
  z-index: 10;
  position: relative;
  margin-bottom: 4rem;
  height: 4.8rem;
  width: 60%;
  max-width: 88.5rem;
}
.slide-content-wrap .slider-right-wrap .img-slider-wrap {
  width: 35.5rem;
}
.slide-content-wrap .slider-right-wrap .img-slider-wrap .img-slider {
  overflow: visible;
}
.slide-content-wrap .slider-right-wrap .img-slider-wrap .img-slider .slide-item {
  opacity: 0.5;
}
.slide-content-wrap .slider-right-wrap .img-slider-wrap .img-slider .slide-item.swiper-slide-active {
  opacity: 1;
}

.box-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4rem 2rem;
  margin: 4rem 0 0;
}
.box-grid .item .img {
  position: relative;
  margin-bottom: 1.2rem;
  padding-bottom: 140%;
  width: 100%;
  height: 0;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
.box-grid .item .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-grid .item .item-tit {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  word-break: break-all;
}

@media all and (max-width: 64rem) {
  .box-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media all and (max-width: 63.9375rem) {
  .box-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .box-grid .item .item-tit {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .skill .sec-tit-wrap {
    padding: 8rem 0 6rem;
  }
  .box-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .box-grid .item .item-tit {
    font-size: 1.2rem;
  }
}
.rnd-slider-wrap {
  position: relative;
  margin: 12rem 0 0;
}
.rnd-slider-wrap .paging {
  position: absolute;
  left: 50%;
  top: -5rem;
  width: 90rem;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.rnd-slider-wrap .slider-control {
  z-index: 10;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 123rem;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.rnd-slider-wrap .swiper-button-next {
  right: 0;
  width: 5.4rem;
  height: 7rem;
}
.rnd-slider-wrap .swiper-button-next::after {
  font-size: 3rem;
}
.rnd-slider-wrap .swiper-button-prev {
  left: 0;
  width: 5.4rem;
  height: 7rem;
}
.rnd-slider-wrap .swiper-button-prev::after {
  font-size: 3rem;
}
.rnd-slider-wrap .slider-over {
  overflow: hidden;
}
.rnd-slider-wrap .rnd-slider {
  overflow: visible;
  margin: 0 auto;
  padding: 0 1rem 1rem 1rem;
  width: 92rem;
}
.rnd-slider-wrap .rnd-slider .swiper-slide {
  opacity: 0.4;
}
.rnd-slider-wrap .rnd-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.rnd-slider-wrap .rnd-slider .swiper-slide.swiper-slide-active img {
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.3);
}

@media all and (max-width: 85.375rem) {
  .slide-content-wrap .slider-right-wrap .slider-control {
    width: 92%;
  }
}
@media all and (max-width: 64rem) {
  .slide-content-wrap .slider-right-wrap {
    width: 50%;
  }
  .rnd-slider-wrap .slider-control {
    width: 100%;
  }
}
@media all and (max-width: 63.9375rem) {
  .slide-content-wrap .slider-left-wrap .link-btn {
    font-size: 1.4rem;
  }
  .slide-content-wrap .slider-right-wrap {
    width: 34%;
  }
  .rnd-slider-wrap .paging {
    width: 80%;
  }
  .rnd-slider-wrap .slider-control {
    width: 100%;
  }
  .rnd-slider-wrap .rnd-slider {
    width: 80%;
  }
}
@media all and (max-width: 47.9375rem) {
  .paging .current {
    font-size: 3rem;
  }
  .slider-control .swiper-button-next {
    padding: 1rem;
  }
  .slider-control .swiper-button-next::after {
    font-size: 1.5rem;
  }
  .slider-control .swiper-button-prev {
    padding: 1rem;
  }
  .slider-control .swiper-button-prev::after {
    font-size: 1.5rem;
  }
  .slide-content-wrap {
    height: auto;
  }
  .slide-content-wrap .slider-right-wrap .slider-control {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2rem;
    width: calc(100% - 2rem);
  }
  .slide-content-wrap .slider-left-wrap {
    width: 100%;
    height: 63rem;
  }
  .slide-content-wrap .slider-left-wrap .swiper-slide {
    height: 61rem;
  }
  .slide-content-wrap .slider-left-wrap .slide-header {
    padding: 2rem 1rem;
    min-height: 14rem;
    font-size: 1.8rem;
  }
  .slide-content-wrap .slider-left-wrap .slide-body {
    padding: 2rem 1rem;
  }
  .slide-content-wrap .slider-left-wrap .slide-body dl {
    margin-bottom: 1.5rem;
  }
  .slide-content-wrap .slider-left-wrap .slide-body dd {
    font-size: 1.4rem;
  }
  .slide-content-wrap .slider-left-wrap .slide-body dd br {
    display: none;
  }
  .slide-content-wrap .slider-left-wrap .link-btn {
    font-size: 1.2rem;
  }
  .slide-content-wrap .slider-right-wrap {
    position: relative;
    top: 4rem;
    margin-left: 2rem;
    width: calc(100% - 2rem);
  }
  .rnd-slider-wrap .slider-control {
    display: none;
  }
  .skill .sec-1 {
    padding-bottom: 10rem;
  }
}
/* 공지사항
 뉴스/공지
*/
.table-top {
  z-index: 10;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.table-wrap {
  width: 100%;
}
.table-wrap .table {
  width: 100%;
}
.table-wrap .table table {
  width: 100%;
}

.notice-table {
  margin-top: 4rem;
  width: 100%;
}
.notice-table th,
.notice-table td {
  padding: 1rem;
  vertical-align: middle;
  height: 6.8rem;
}
.notice-table .item-number,
.notice-table .item-date {
  text-align: center;
  font-size: 1.4rem;
}
.notice-table .side {
  width: 8.5%;
  max-width: 12.5rem;
}
.notice-table thead {
  font-weight: 600;
  color: #fff;
  background-color: #782BDA;
}
.notice-table thead th:nth-of-type(2) {
  position: relative;
}
.notice-table thead th:nth-of-type(2)::after, .notice-table thead th:nth-of-type(2)::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 2.4rem;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.notice-table thead th:nth-of-type(2)::before {
  left: 0;
}
.notice-table thead th:nth-of-type(2)::after {
  right: 0;
}
.notice-table tbody tr {
  border-bottom: 1px solid #ececec;
}
.notice-table tbody tr:hover {
  background-color: #FBFAFD;
}
.notice-table tbody td {
  line-height: 1.5;
  font-weight: 500;
}
.notice-table tbody .item-txt .link-txt {
  overflow: hidden;
  display: -webkit-box;
  position: relative;
  max-width: 95%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.notice-table tbody .item-txt .link-txt.attach::after {
  position: absolute;
  padding-left: 1rem;
  content: url("../img/icon/attach.svg");
}
.notice-table tbody .item-date {
  color: #777;
}

.pagination-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
.pagination-wrap .p-btn {
  padding: 0.6rem 0.95rem;
}
.pagination-wrap .p-btn.page-prev:hover img {
  content: url("../img/icon/ph-prev.png");
}
.pagination-wrap .p-btn.page-next {
  background-color: #FBFAFD;
}
.pagination-wrap .p-btn.page-next:hover img {
  content: url("../img/icon/ph-next.png");
}
.pagination-wrap .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination-wrap .pagination li {
  margin: 0 0.25rem;
}
.pagination-wrap .pagination li a {
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  line-height: 2.6rem;
  text-align: center;
  font-size: 1.4rem;
  color: #777;
}
.pagination-wrap .pagination li.active {
  background-color: #782BDA;
}
.pagination-wrap .pagination li.active a {
  color: #fff;
}

@media all and (max-width: 63.9375rem) {
  .notice-table th,
  .notice-table td {
    height: 6rem;
  }
  .notice-table .side.last {
    width: 15%;
  }
}
@media all and (max-width: 47.9375rem) {
  .table-top {
    display: block;
  }
  .table-top .sec-tit {
    margin-bottom: 1rem;
  }
  .table-top .search-wrap {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .table-top .search-wrap .select-btn {
    width: 8rem;
  }
  .table-top .search-wrap .search-box {
    flex: 1 1 0;
  }
  .notice-table {
    margin-top: 4rem;
    width: 100%;
  }
  .notice-table colgroup {
    display: none;
  }
  .notice-table th,
  .notice-table td {
    padding: 0.5rem;
    height: 4rem;
  }
  .notice-table .item-txt {
    font-size: 1.4rem;
  }
  .notice-table .item-number,
  .notice-table .item-date {
    font-size: 1.2rem;
  }
  .notice-table thead {
    display: block;
    width: calc(100vw - 4rem);
  }
  .notice-table thead tr {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .notice-table thead tr th {
    padding: 0 0.5rem;
    line-height: 4rem;
  }
  .notice-table thead tr th:nth-of-type(2)::after {
    display: none;
  }
  .notice-table thead .item-txt {
    flex: 1 1 0;
  }
  .notice-table thead .item-date {
    display: none;
  }
  .notice-table .item-number {
    display: block;
    width: 6rem;
    min-width: 6rem;
  }
  .notice-table tbody tr {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .notice-table tbody tr .item-number {
    height: 5rem;
  }
  .notice-table tbody tr .item-txt {
    width: calc(100% - 6rem);
  }
  .notice-table tbody tr .item-date {
    margin-left: auto;
    padding: 0 0.5rem;
    height: 3rem;
    line-height: 3rem;
  }
}
/* 뷰페이지*/
.view-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
  padding: 2.5rem 0;
  background-color: #FBFAFD;
}
.view-top .content-tit {
  overflow: hidden;
  display: -webkit-box;
  padding-left: 2rem;
  max-width: 80%;
  font-size: 2.6rem;
  font-weight: 600;
  border-left: 4px solid #782BDA;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.view-top .date {
  padding: 0 1rem;
  line-height: 1.44;
  color: #777;
  border-left: 1px solid #ccc;
}

.view-body {
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
}
.view-body .view-content {
  padding: 2rem;
  width: 100%;
  min-height: 54rem;
}

.view-bottom {
  margin-bottom: 4rem;
  padding: 1rem;
  text-align: right;
  background-color: #FBFAFD;
}
.view-bottom .file-download-btn {
  position: relative;
  padding-right: 2.6rem;
  color: #777;
}
.view-bottom .file-download-btn::after {
  position: absolute;
  right: 0;
  content: url("../img/icon/download.svg");
}
.view-bottom .file-download-btn:hover::before {
  position: absolute;
  bottom: -0.4rem;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #777;
}

.list-btn {
  display: inline-block;
  padding: 1.2rem 2rem;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 700;
  background-color: #782BDA;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}

@media all and (max-width: 64rem) {
  .view-top .content-tit {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .view-top .content-tit {
    font-size: 2rem;
    -webkit-line-clamp: 2;
  }
}
@media all and (max-width: 47.9375rem) {
  .view-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .view-top .content-tit {
    margin-bottom: 1rem;
    padding-left: 1rem;
    width: 95%;
    max-width: none;
    line-height: 1.2;
    font-size: 1.6rem;
  }
  .view-top .date {
    margin-left: auto;
    border-left: 0 none;
  }
}
/* 공지사항 
보도자료/ 이벤트
*/
.event .sec-1 {
  border-bottom: 1px solid #ccc;
}

.card-wrap.col-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, 48rem));
  gap: 4rem 2rem;
  margin: 4rem 0;
}
.card-wrap.col-3 .card-item .img-wrap {
  position: relative;
  padding: 0 0 2rem;
  width: 100%;
  height: 30rem;
}
.card-wrap.col-3 .card-item .img-wrap .figure {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 28rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.card-wrap.col-3 .card-item .img-wrap .figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-wrap.col-3 .card-item .card-tit {
  overflow: hidden;
  display: -webkit-box;
  margin: 0 0 1rem;
  width: 95%;
  max-width: 44rem;
  text-overflow: ellipsis;
  font-size: 1.8rem;
  font-weight: 500;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.card-wrap.col-3 .card-item .date {
  font-size: 1.4rem;
  color: #777;
}
.card-wrap.col-3 .card-item:hover .img-wrap .figure {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

@media all and (max-width: 64rem) {
  .card-wrap.col-3 .card-item .img-wrap {
    height: 23rem;
  }
  .card-wrap.col-3 .card-item .img-wrap .figure {
    height: 21rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .card-wrap.col-3 {
    grid-template-columns: repeat(2, minmax(auto, 48rem));
  }
}
@media all and (max-width: 47.9375rem) {
  .card-wrap.col-3 {
    display: block;
  }
  .card-wrap.col-3 .card-item {
    margin-bottom: 4rem;
  }
  .card-wrap.col-3 .card-item .card-tit {
    font-size: 1.6rem;
  }
}
/* 매장찾기 */
.map-wrap {
  position: relative;
  margin-bottom: 10rem;
  width: 100%;
  height: 50rem;
  border: 1px solid #CCC;
}
.map-wrap .map-address {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  padding: 3rem 2rem;
  width: 75%;
  max-width: 48rem;
  min-height: 7.1rem;
  background-color: #fff;
  border: 1px solid #CCC;
}
.map-wrap .map-address > * {
  vertical-align: middle;
}
.map-wrap .map-address .map-tit {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 700;
  color: #782BDA;
}
.map-wrap .map-address .address {
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 400;
}
.map-wrap .map {
  width: 100%;
  height: 100%;
}
.map-wrap a {
  display: block;
  width: inherit;
  height: inherit;
}
.map-wrap a img {
  width: 100%;
  height: 100%;
}
.map-wrap .marker {
  z-index: 10;
  position: absolute;
  left: 50%;
  top: 50%;
}
.map-wrap .hide {
  display: none;
}

.card-wrap.col-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}
.card-wrap.col-4 .card-item a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 2rem;
  background-color: #F7F7F7;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.card-wrap.col-4 .card-item a:focus {
  background-color: #782BDA;
}
.card-wrap.col-4 .card-item .card-tit {
  margin-bottom: 1rem;
  font-family: 600;
  color: #782BDA;
}
.card-wrap.col-4 .card-item .shop-address {
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 400;
}
.card-wrap.col-4 .card-item.active a, .card-wrap.col-4 .card-item:hover a {
  background-color: #782BDA;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.4);
}
.card-wrap.col-4 .card-item.active a .card-tit,
.card-wrap.col-4 .card-item.active a .shop-address, .card-wrap.col-4 .card-item:hover a .card-tit,
.card-wrap.col-4 .card-item:hover a .shop-address {
  color: #fff;
}

@media all and (max-width: 64rem) {
  .card-wrap.col-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 63.9375rem) {
  .card-wrap.col-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .card-wrap.col-4 .card-item .shop-address {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .shop .table-top .search-wrap {
    flex-wrap: wrap;
  }
  .shop .table-top .search-wrap .select-wrap {
    width: 50%;
  }
  .shop .table-top .search-wrap .select-wrap .select-btn {
    width: 100%;
  }
  .shop .table-top .search-wrap .select-wrap:nth-of-type(2)::after {
    display: none;
  }
  .shop .table-top .search-wrap .search-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #ececee;
  }
  .shop .table-top .search-wrap .search-box .search {
    flex: 1 1 0;
  }
  .map-wrap .map-address {
    padding: 1.5rem 1rem;
  }
  .map-wrap .map-address .map-tit {
    font-size: 1.6rem;
  }
  .map-wrap .map-address .address {
    font-size: 1.2rem;
  }
  .card-wrap.col-4 {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem 0;
  }
  .card-wrap.col-4 .card-item .shop-address {
    font-size: 1.2rem;
  }
}