@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font: inherit;
  color: inherit;
}

*, :after, :before {
  box-sizing: border-box;
  flex-shrink: 0;
}

:root {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  cursor: default;
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: break-word;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
}

html {
  overflow-x: hidden;
  font-size: 10px;
  background-color: #fff;
  min-width: 320px;
}

html, body {
  height: 100%;
}

body {
  font-family: "Noto Sans KR", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #4d4d4d;
  font-weight: 400;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

video {
  width: 100%;
}

button {
  background: none;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

a {
  font-family: "Noto Sans KR", Arial, Helvetica, sans-serif;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  font-size: 1.6rem;
  border: 1px solid #b0afaf;
  padding: 0 0.8rem;
  font-family: "Noto Sans KR", Arial, Helvetica, sans-serif;
}

select {
  cursor: pointer;
}

ul, ol {
  list-style: none;
}

fieldset {
  border: none;
  width: 100%;
  min-inline-size: auto;
}

.popup {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #000;
  border-radius: 5px;
  display: none;
  z-index: 100;
  background-color: #fff;
  height: calc(100vh - 4rem);
  width: 100%;
  max-width: 58rem;
  gap: 2rem 0;
  flex-direction: column;
  align-items: center;
}
.popup.show {
  display: flex;
}
.popup-header {
  height: 5rem;
  width: 100%;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.popup-btn {
  position: relative;
  width: 3rem;
  height: 3rem;
  right: 1rem;
}
.popup-btn::after, .popup-btn::before {
  content: "";
  width: 2px;
  height: 2.1rem;
  background-color: #000;
  position: absolute;
  left: 13px;
  top: 5px;
}
.popup-btn::before {
  transform: rotate(45deg);
}
.popup-btn::after {
  transform: rotate(-45deg);
}
.popup-body {
  padding: 2rem;
  padding-top: 0;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: calc(100% - 7rem);
  overflow-y: auto;
}
.popup-body img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dimm {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
.dimm.show {
  display: block;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 10.6rem;
  padding: 0 5rem;
}
.header .logo a {
  display: block;
  background: url(../assets/imgs/logo.png) no-repeat center/cover;
  width: 16rem;
  height: 4.2rem;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 83rem;
  height: 100%;
  margin: 0 1rem;
}
.header-inner a {
  display: block;
  height: 100%;
  font-size: 1.9rem;
  color: #000;
  line-height: 2.2rem;
}
.header-inner a:hover {
  font-size: 1.8rem;
  font-weight: 700;
  color: #e50113;
}
.header-inner nav {
  width: 100%;
}
.header-inner ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.header-util {
  display: flex;
  align-items: center;
}
.header-util a:not(.header-lang) {
  display: block;
  background: url(../assets/imgs/youtube_logo.png) no-repeat center/cover;
  width: 11.6rem;
  height: 2.6rem;
}
.header-mo-nav-wrap {
  display: none;
}
.header-mo-nav-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 3rem;
}
.header-mo-nav-btn-wrap .youtube-link {
  background: url(../assets/imgs/youtube_logo.png) no-repeat center/cover;
  width: 11.6rem;
  height: 2.6rem;
}
.header-mo-menu {
  display: none;
}
.header-mo-nav {
  width: 100%;
}
.header-mo-nav ul {
  display: flex;
  flex-direction: column;
}
.header-mo-nav ul > li {
  display: flex;
  flex-direction: column;
  border-bottom: 2px solid #e5e6e8;
  padding: 2rem 1.5rem;
  background-image: url(../assets/imgs/mo_gnb_arrow_normal.png);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 1.5rem);
  background-position-y: 3.5rem;
}
.header-mo-nav ul > li > a {
  font-size: 2.8rem;
  font-weight: 700;
  color: #2e2e2e;
}
.header-mo-nav ul > li.active {
  background-image: url(../assets/imgs/mo_gnb_arrow.png);
}
.header-mo-nav ul > li:nth-child(2), .header-mo-nav ul > li:nth-child(3), .header-mo-nav ul > li:nth-child(4), .header-mo-nav ul > li:nth-child(5) {
  background: none;
}
.header-mo-nav span {
  font-size: 2.8rem;
  font-weight: 700;
  color: #2e2e2e;
}
.header-mo-nav .depth2 {
  display: none;
  flex-direction: column;
  margin-top: 3rem;
}
.header-mo-nav .depth2 li {
  padding: 0 1.7rem;
  border: none;
  background: none;
}
.header-mo-nav .depth2 li + li {
  margin-top: 2rem;
}
.header-mo-nav .depth2 a {
  font-size: 2rem;
  font-weight: 400;
  position: relative;
  padding-left: 1rem;
}
.header-mo-nav .depth2 a::before {
  content: "";
  width: 2px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header-lang {
  margin-left: auto;
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  margin-right: 2.4rem;
}
.header .nav-inner-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 3rem;
  width: 100%;
  padding-right: 5rem;
}
.header .nav-inner-wrap a {
  width: 11.6rem;
  height: 2.6rem;
  background: url(../assets/imgs/youtube_logo.png) no-repeat center/cover;
}

@media screen and (max-width: 1287px) {
  .header {
    padding: 0 2.5rem;
  }
  .header-inner {
    max-width: 60rem;
  }
}
@media screen and (max-width: 1080px) {
  .header {
    height: 5rem;
  }
  .header .logo a {
    width: 12rem;
    height: 3.2rem;
  }
  .header-inner {
    display: none;
  }
  .header-util {
    display: none;
  }
  .header-mo-nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem 0 2rem;
    margin-bottom: 3rem;
  }
  .header-mo-nav-header a {
    margin: 0;
  }
  .header-mo-nav-wrap {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    width: 100%;
    max-width: 45rem;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: all 0.3s ease-in-out;
    padding: 4rem 2rem 2rem;
    border-top: 4px solid #ff0000;
    border-bottom: 4px solid #ff0000;
    overflow-y: auto;
    z-index: 10;
  }
  .header-mo-nav-wrap .nav-close {
    width: 3rem;
    height: 3rem;
    position: relative;
  }
  .header-mo-nav-wrap .nav-close .bar {
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #000;
    transform: rotate(45deg);
    top: 0.1rem;
  }
  .header-mo-nav-wrap .nav-close .bar:nth-of-type(2) {
    transform: rotate(-45deg);
  }
  .header-mo-nav-wrap.active {
    transform: translateX(0);
  }
  .header-mo-menu {
    display: flex;
    position: relative;
    width: 4.5rem;
    height: 4.5rem;
  }
  .header-mo-menu button {
    width: 4rem;
    height: 4rem;
    padding: 1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .header-mo-menu span {
    height: 0.3rem;
    background: #000;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    width: calc(100% - 1rem);
  }
  .header-mo-menu span::before, .header-mo-menu span::after {
    content: "";
    display: block;
    width: calc(100% + 1rem);
    height: 100%;
    position: absolute;
    right: 0;
    top: -1rem;
    background-color: #000;
  }
  .header-mo-menu span::after {
    top: auto;
    bottom: -1rem;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 6rem;
    padding: 0 2rem;
  }
  .header-mo-nav-wrap {
    width: calc(100% - 5rem);
  }
}
.content-inner {
  width: 100%;
  max-width: 134rem;
  padding: 0 2rem 12rem;
  margin: 0 auto;
}

.subvisual {
  height: 28.4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.subvisual.abouts {
  background-image: url(../assets/imgs/subvisual_abouts.png);
}
.subvisual-title-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subvisual-title {
  font-size: 5rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  width: 100%;
}

.subpage-location {
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
}
.subpage-location nav {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.subpage-location ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.subpage-location li {
  height: 5rem;
}
.subpage-location li:last-child a::after {
  display: none;
}
.subpage-location li.active a {
  font-weight: 700;
  color: #d13939;
  border-bottom: 1px solid #d13939;
}
.subpage-location a {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  color: #535353;
  height: 100%;
  position: relative;
  padding: 0 6rem;
}
.subpage-location a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1.8rem;
  background-color: #d8d8d8;
  display: block;
}

@media screen and (max-width: 768px) {
  .subpage-location a {
    font-size: 1.4rem;
    padding: 0 2.5rem;
  }
}
@media screen and (max-width: 420px) {
  .subpage-location a {
    padding: 0 2rem;
  }
}
.title-wrap {
  padding: 6.3rem 0 3rem;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 3rem;
}

.title {
  font-size: 4rem;
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.2;
}

.content-title-wrap {
  padding: 10rem 0 2.2rem;
}

.content-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #019613;
  padding-bottom: 0.6rem;
  border-bottom: 2px solid #019613;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
}
.content-title + p {
  font-size: 1.8rem;
  text-align: center;
  width: 100%;
  margin-top: 0.5rem;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .title-wrap {
    padding: 4rem 0 2rem;
    margin-bottom: 2rem;
  }
  .content-title-wrap {
    padding: 6rem 0 2.2rem;
  }
  .content-title {
    line-height: 1.4;
  }
}
.paging {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3rem auto 0;
  gap: 0 1.3rem;
}
.paging ul {
  display: flex;
  align-items: center;
  gap: 0 0.3rem;
}
.paging li {
  border: 1px solid #9c9c9c;
}
.paging li.active {
  background-color: #f0f0f0;
}
.paging li.active a {
  color: #222222;
  font-weight: 700;
}
.paging a {
  display: block;
  width: 3rem;
  height: 3rem;
  font-size: 1.3rem;
  font-weight: 300;
  text-align: center;
  line-height: 3rem;
}
.paging .arrow-wrap {
  display: flex;
  align-items: center;
  gap: 0 0.3rem;
}
.paging .arrow {
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #9c9c9c;
}
.paging .arrow.first, .paging .arrow.last {
  background-image: url(../assets/imgs/paging_arrow_double.png);
}
.paging .arrow.prev, .paging .arrow.next {
  background-image: url(../assets/imgs/paging_arrow.png);
}
.paging .arrow.next {
  transform: rotate(180deg);
}
.paging .arrow.last {
  transform: rotate(180deg);
}

.geocell-slide-wrap {
  display: flex;
  gap: 0 3rem;
}
.geocell-slide {
  max-width: 45.6rem;
  height: 31.5rem;
  overflow: hidden;
  position: relative;
  padding-bottom: 3rem;
}
.geocell-slide .swiper-pagination {
  bottom: 7px;
}
.geocell-slide-desc {
  width: calc(100% - 3rem - 45.6rem);
}
.geocell-slide-desc h3 {
  font-size: 3rem;
  color: #000;
}
.geocell-slide-desc em {
  font-weight: 700;
  color: #d61519;
}
.geocell-slide-desc p {
  margin-top: 4rem;
  line-height: 3rem;
}
.geocell-content .txt-box p {
  color: #4d4d4d;
}
.geocell-content .txt-box p + p {
  margin-top: 4rem;
}
.geocell-content .img-box {
  margin: 5rem 0 4rem;
}
.geocell-content .img-box img {
  margin: 0 auto;
}
.geocell-warning-wrap {
  display: flex;
  border: 2px solid #1d9026;
  border-radius: 8px;
  padding: 4rem 6rem;
  gap: 0 2.5rem;
}
.geocell-warning-wrap div:first-of-type {
  display: flex;
  gap: 0 1.7rem;
}
.geocell-warning-wrap div:last-of-type {
  border-left: 2px solid #5e6060;
  padding-left: 3.2rem;
  flex: 1;
}
.geocell-warning-wrap div:last-of-type p + p {
  margin-top: 3rem;
}
.geocell-warning-wrap p {
  margin-top: 0;
}
.geocell-warning-wrap p em {
  color: #db3e3e;
  display: block;
}
.geocell-warning-wrap h3 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1a9527;
}
.geocell-warning-wrap img {
  width: 7rem;
  height: 6.3rem;
}
.geocell-warning-wrap img + p {
  font-size: 2.5rem;
  font-weight: 700;
  color: #db2e2a;
  line-height: 1.2;
}
.geocell-warning-wrap.red {
  flex-direction: column;
  gap: 2.5rem 0;
  margin: 6rem auto 5rem;
  border-color: #db2e2a;
  padding: 2rem 3rem;
  max-width: 95.6rem;
}
.geocell-warning-wrap.red h3 {
  color: #db2e2a;
  font-size: 2.5rem;
}
.geocell-warning-wrap.red div:first-of-type {
  align-items: center;
}
.geocell-warning-wrap.red div:last-of-type {
  border-left: none;
  padding-left: 0;
}
.geocell-warning-wrap.red ul {
  width: 100%;
  flex-direction: column;
  gap: 0.8rem 0;
  align-items: flex-start;
}
.geocell-warning-wrap.red li {
  width: 100%;
  position: relative;
  padding-left: 1rem;
}
.geocell-warning-wrap.red li::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  background-color: #db2e2a;
  position: absolute;
  left: 0;
  top: 12px;
  border-radius: 5px;
}
.geocell-warning-wrap.red p {
  margin-top: 0;
  color: #d75959;
  line-height: 1.5;
}
.geocell-desc-wrap {
  margin: 4.5rem 0 2rem;
  text-align: center;
}
.geocell-desc-wrap p {
  font-weight: 500;
  color: #000;
  font-size: 2.4rem;
}
.geocell-desc-wrap strong {
  font-size: 3.1rem;
  font-weight: 700;
  color: #c40101;
  border-bottom: 4px solid #c40101;
}
.geocell-desc-wrap em {
  display: block;
  font-size: 2.6rem;
  color: #ce2525;
}
.geocell-adventage {
  margin-top: 5rem;
}
.geocell-adventage ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 78.4rem;
  justify-content: space-between;
  margin: 0 auto;
  gap: 7.5rem 0;
}
.geocell-adventage li {
  width: 100%;
  max-width: 32.5rem;
  text-align: center;
}
.geocell-adventage li:first-child p {
  font-weight: 700;
  color: #2d8537;
}
.geocell-adventage li:first-child p em {
  color: #000;
}
.geocell-adventage h4 {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #2d8537;
  border-radius: 5px;
  width: 100%;
  padding: 1rem 0;
  line-height: 1;
}
.geocell-adventage p {
  margin-top: 1rem;
  line-height: 1.3;
}
.geocell-adventage p em {
  color: #2d8537;
  font-weight: 700;
}
.geocell-table-wrap img {
  margin: 0 auto;
}
.geocell-table-wrap.grid img {
  width: 100%;
}
.geocell-apply-list {
  display: flex;
  flex-direction: column;
}
.geocell-apply-list ol > li + li {
  margin-top: 10rem;
}
.geocell-apply-list .row {
  display: flex;
}
.geocell-apply-list .row + div {
  margin-top: 3.5rem;
}
.geocell-apply-list .row div {
  flex: 1;
}
.geocell-apply-list .row h3 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #000;
}
.geocell-apply-list .row h3 + p {
  margin-top: 1rem;
}
.geocell-apply-list .row p + p {
  margin-top: 3rem;
}
.geocell-apply-list .row .img-box {
  display: flex;
}
.geocell-apply-list .row.fourth {
  gap: 0 3rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.geocell-apply-list .row.fourth ul {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem 0;
}
.geocell-apply-list .row.fourth ul li {
  position: relative;
  padding-left: 1rem;
}
.geocell-apply-list .row.fourth ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #4d4d4d;
  position: absolute;
  left: 0;
  top: 12px;
}
.geocell-apply-list .row.fourth div {
  flex: none;
}
.geocell-apply-list .row.fourth div:first-of-type {
  width: calc(100% - 3.6rem - 73rem);
}
.geocell-apply-list .row.fourth .img-box {
  gap: 0 2px;
  display: flex;
}
.geocell-apply-list .row.fourth .img-box img {
  width: 36.4rem;
  height: 35.8rem;
}
.geocell-apply-list .apply-list {
  display: flex;
  flex-direction: column;
  gap: 6rem 0;
  margin-top: 5rem;
}
.geocell-apply-list .apply-list li {
  position: relative;
  display: flex;
  flex-direction: column;
}
.geocell-apply-list .apply-list li::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 1.8rem;
  background-color: #1b9028;
  z-index: -1;
}
.geocell-apply-list .apply-list h3 {
  font-size: 1.9rem;
  font-weight: 700;
  color: #1b9028;
  width: 21rem;
  height: 3.6rem;
  line-height: 3.6rem;
  border: 1px solid #1b9028;
  border-radius: 5px;
  text-align: center;
  background-color: #fff;
}
.geocell-apply-list .apply-list .img-box {
  display: flex;
}
.geocell-apply-list .apply-list .img-box div {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.geocell-apply-list .apply-list .img-box h4 {
  font-weight: 700;
  color: #1b9028;
  margin-bottom: 4rem;
}
.geocell-apply-list .apply-list .img-box + p {
  margin-top: 2.2rem;
}
.geocell-apply-list .apply-list .img-box.column {
  flex-direction: column;
  align-items: center;
}
.geocell-apply-list .apply-list .img-box.column div {
  flex-direction: row;
  flex-wrap: wrap;
}
.geocell-apply-list .apply-list .img-box.column + p + p {
  margin-top: 3rem;
}

.spot-gallery-wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3rem;
}
.spot-gallery-wrap li {
  width: calc((100% - 2.6rem) / 3);
  border: 1px solid #d0d0d0;
}
.spot-gallery-wrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.spot-gallery-wrap.geogrid {
  display: flex;
  gap: 2px;
}
.spot-gallery-wrap.geogrid ul {
  width: calc(50% - 1px);
  gap: 2px;
}
.spot-gallery-wrap.geogrid li {
  border: none;
  width: calc(50% - 1px);
}
.spot-gallery-wrap.geogrid li:first-child {
  width: 100%;
}

.gallery-more {
  background-color: #d30f10;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  border-radius: 4rem;
  max-width: 38.4rem;
  width: 100%;
  display: block;
  height: 6rem;
  line-height: 6rem;
  margin: 2rem auto 0;
}

.geogrid-slide-wrap {
  display: flex;
  gap: 0 3rem;
}
.geogrid-slide {
  max-width: 45.6rem;
  overflow: hidden;
  position: relative;
  padding-bottom: 3rem;
  height: 31.5rem;
}
.geogrid-slide .swiper-pagination {
  bottom: 7px;
}
.geogrid-slide-desc {
  width: calc(100% - 3rem - 45.6rem);
}
.geogrid-slide-desc h3 {
  font-size: 3rem;
  color: #000;
}
.geogrid-slide-desc em {
  font-weight: 700;
  color: #d61519;
}
.geogrid-slide-desc p {
  margin-top: 4rem;
  line-height: 3rem;
}
.geogrid-formula-wrap {
  display: flex;
  flex-direction: column;
  gap: 2.5rem 0;
}
.geogrid-formula-wrap li {
  position: relative;
  padding-left: 1rem;
  margin-left: 2.5rem;
}
.geogrid-formula-wrap li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #4d4d4d;
  position: absolute;
  left: 0;
  top: 12px;
}
.geogrid-formula-wrap li:first-child {
  margin-top: 2rem;
}
.geogrid-formula-wrap li:nth-child(2) p {
  margin-top: 1rem;
}
.geogrid-formula-wrap li:nth-child(2) p:last-of-type {
  margin-top: 1rem;
}
.geogrid-formula-wrap li:nth-child(4) img {
  margin-top: 2rem;
}
.geogrid-formula-wrap li img {
  width: -moz-fit-content;
  width: fit-content;
}
.geogrid-formula-wrap i {
  font-style: italic;
  font-weight: 400;
}
.geogrid-formula-wrap i i {
  font-weight: 300;
  font-size: 1.2rem;
}
.geogrid-formula-wrap .geogrid-warning {
  margin-top: 2rem;
}
.geogrid-warning {
  border: 1px solid #e9e9e9;
  border-radius: 15px;
  padding: 2rem;
  width: 100%;
  max-width: 111.8rem;
  margin-top: 1rem;
}

.geogrid-slide-desc-with-img {
  display: flex;
}
.geogrid-slide-desc-with-img p {
  flex: 1;
}
.geogrid-slide-desc-with-img div {
  display: flex;
  align-items: flex-end;
  gap: 0 3.4rem;
}
.geogrid-slide-desc-with-img .img-box {
  width: 10.5rem;
  height: 12.6rem;
  background: url(../assets/imgs/geogrid_slide_desc_img.png) no-repeat center/contain;
}
.geogrid-slide-desc-with-img .img-box:nth-of-type(2) {
  width: 12.6rem;
  height: 14.4rem;
  background: url(../assets/imgs/geogrid_slide_desc_img2.png) no-repeat;
  background-size: contain;
  background-position-x: center;
  background-position-y: 1.6rem;
}

.geogrid-desc-list li {
  position: relative;
  padding-left: 1rem;
}
.geogrid-desc-list li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #1b9028;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.geogrid-confirm-content {
  gap: 1rem 0;
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
.geogrid-confirm-content li {
  background-color: #1a9527;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  border-radius: 6px;
  max-width: 61rem;
  width: 100%;
  padding-left: 2.3rem;
  height: 4rem;
  line-height: 4rem;
}

.asphalt-slide-wrap {
  display: flex;
  gap: 0 3rem;
}
.asphalt-slide {
  max-width: 45.6rem;
  height: 31.5rem;
  overflow: hidden;
  position: relative;
  padding-bottom: 3rem;
}
.asphalt-slide .swiper-pagination {
  bottom: 7px;
}
.asphalt-slide-desc {
  width: calc(100% - 3rem - 45.6rem);
}
.asphalt-slide-desc h3 {
  font-size: 3rem;
  color: #000;
}
.asphalt-slide-desc em {
  font-weight: 700;
  color: #d61519;
}
.asphalt-slide-desc p {
  margin-top: 3rem;
  line-height: 3rem;
}
.asphalt-lists .img-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8.4rem;
  margin-top: 4rem;
}
.asphalt-lists .img-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.asphalt-lists .img-list h4 {
  font-weight: 700;
  color: #2b2b2b;
  font-size: 2rem;
}
.asphalt-info {
  display: flex;
  align-items: center;
  margin-top: 4rem;
  gap: 0 4rem;
}
.asphalt-info div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 1;
}
.asphalt-info h3 {
  color: #1b9028;
  border: 1px solid #1b9028;
  border-radius: 5px;
  width: 21rem;
  height: 3.6rem;
  line-height: 3.2rem;
  text-align: center;
  align-self: flex-start;
  background-color: #fff;
}
.asphalt-info h3::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #1b9028;
  position: absolute;
  left: 0;
  top: 1.8rem;
  z-index: -1;
}
.asphalt-info img {
  margin-top: 5rem;
}
.asphalt-info p {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  width: calc(100% - 4rem);
  text-align: center;
  border-radius: 6px;
  height: 10rem;
  margin-top: 3rem;
}
.asphalt-info-desc {
  display: flex;
  flex-direction: column;
  margin-top: 5rem;
  border: 1px solid #9d9d9d;
}
.asphalt-info-desc div {
  color: #dc5a5a;
  padding: 2rem 6rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem 0;
}
.asphalt-info-desc div.bg-gray {
  padding: 5rem 6rem;
  color: #000001;
  background-color: #f3f3f3;
  gap: 2.5rem 0;
}
.asphalt-confirm-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem 1.6rem;
}
.asphalt-confirm-list li {
  width: calc((100% - 1.6rem) / 2);
  text-align: center;
}
.asphalt-confirm-list img {
  width: 100%;
}
.asphalt-confirm-list p {
  margin-top: 2rem;
  font-size: 1.8rem;
}
.asphalt-system {
  display: flex;
  flex-direction: column;
  gap: 4rem 0;
}
.asphalt-system .system-desc h3 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #000;
}
.asphalt-system .system-desc p {
  font-size: 1.8rem;
}

@media screen and (max-width: 1080px) {
  .geocell-slide-wrap {
    flex-direction: column;
    align-items: center;
    gap: 1rem 0;
  }
  .geocell-slide {
    max-width: 100%;
    height: auto;
  }
  .geocell-slide img {
    margin: 0 auto;
  }
  .geocell-slide-desc {
    width: 100%;
    text-align: center;
  }
  .geocell-apply-list .row.fourth {
    flex-direction: column;
  }
  .geocell-apply-list .row.fourth div:first-of-type {
    width: 100%;
  }
  .geocell-apply-list .row.fourth .img-box {
    width: 100%;
    gap: 0 1rem;
  }
  .geocell-apply-list .row.fourth .img-box img {
    width: 50%;
    height: auto;
  }
  .geogrid-slide-wrap {
    flex-direction: column;
    align-items: center;
    gap: 1rem 0;
  }
  .geogrid-slide {
    max-width: 100%;
    height: auto;
  }
  .geogrid-slide img {
    margin: 0 auto;
  }
  .geogrid-slide-desc {
    width: 100%;
    text-align: center;
  }
  .asphalt-slide-wrap {
    flex-direction: column;
    align-items: center;
    gap: 1rem 0;
  }
  .asphalt-slide {
    max-width: 100%;
    height: auto;
  }
  .asphalt-slide img {
    margin: 0 auto;
  }
  .asphalt-slide-desc {
    width: 100%;
    text-align: center;
  }
  .asphalt-lists .img-list {
    gap: 0;
    justify-content: space-between;
  }
  .asphalt-info p {
    font-size: 1.6rem;
    padding: 0 1rem;
  }
  .geogrid-slide-desc-with-img {
    flex-direction: column;
    align-items: center;
  }
  .geogrid-slide-desc-with-img p {
    flex: none;
    width: 100%;
  }
}
@media screen and (max-width: 840px) {
  .asphalt-lists .img-list {
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .geocell-slide-desc h3 {
    font-size: 2.2rem;
  }
  .geocell-slide-desc p {
    font-size: 1.6rem;
    margin-top: 2rem;
    line-height: 1.4;
  }
  .geocell-slide-desc br {
    display: none;
  }
  .geocell-warning-wrap {
    padding: 3rem;
    flex-direction: column;
    gap: 2rem 0;
    align-items: center;
  }
  .geocell-warning-wrap br {
    display: none;
  }
  .geocell-warning-wrap div:first-of-type {
    align-items: center;
  }
  .geocell-warning-wrap div:last-of-type {
    border-left: none;
    padding-left: 0;
    flex: 1;
  }
  .geocell-warning-wrap div:last-of-type p + p {
    margin-top: 2rem;
  }
  .geocell-warning-wrap img {
    width: 7rem;
    height: 6.3rem;
  }
  .geocell-adventage {
    margin-top: 1rem;
  }
  .geocell-adventage h4 {
    height: 3.5rem;
    line-height: 3.3rem;
    padding: 0;
  }
  .geocell-adventage ul {
    max-width: none;
    gap: 3rem 0;
  }
  .geocell-adventage li {
    max-width: none;
  }
  .geocell-apply-list ol > li + li {
    margin-top: 3rem;
  }
  .geocell-apply-list .row {
    flex-direction: column;
  }
  .geocell-apply-list .row.fourth div {
    width: 100%;
  }
  .geogrid-slide-desc h3 {
    font-size: 2rem;
  }
  .geogrid-slide-desc p {
    font-size: 1.6rem;
    margin-top: 2rem;
    line-height: 1.4;
  }
  .geogrid-formula-wrap li {
    margin-left: 0;
  }
  .geogrid-confirm-content li {
    height: auto;
    max-width: none;
    line-height: 1.5;
    text-align: center;
    padding: 1rem;
  }
  .asphalt-slide-desc h3 {
    font-size: 2rem;
  }
  .asphalt-slide-desc p {
    font-size: 1.6rem;
    margin-top: 2rem;
    line-height: 1.4;
  }
  .asphalt-info {
    flex-direction: column;
    gap: 3rem 0;
  }
  .asphalt-info p {
    width: 100%;
  }
  .asphalt-info p br {
    display: none;
  }
  .asphalt-info-desc {
    margin-top: 2rem;
  }
  .asphalt-info-desc div {
    padding: 2rem;
  }
  .asphalt-info-desc div.bg-gray {
    padding: 2rem;
  }
  .asphalt-confirm-list {
    gap: 4rem 0;
  }
  .asphalt-confirm-list li {
    width: 100%;
  }
  .asphalt-system .system-desc p {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
  .geogrid-slide-desc-with-img p {
    margin-top: 2rem;
    font-size: 1.6rem;
  }
  .geogrid-slide-desc-with-img div {
    margin-top: 1rem;
  }
  .geogrid-slide-desc-with-img .img-box {
    width: 8rem;
    height: 8rem;
  }
  .geogrid-slide-desc-with-img .img-box:nth-of-type(2) {
    width: 8rem;
    height: 9.4rem;
  }
  .spot-gallery-wrap ul {
    gap: 0.5rem;
  }
  .spot-gallery-wrap li {
    width: calc((100% - 0.5rem) / 2);
  }
  .spot-gallery-wrap.geogrid {
    flex-direction: column;
  }
  .spot-gallery-wrap.geogrid ul {
    width: 100%;
  }
}
.construction-detail {
  display: flex;
  flex-direction: column;
}
.construction-slide-wrap {
  padding: 2rem 6rem 3.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0 4rem;
}
.construction-slide {
  max-width: 65.5rem;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 2.4rem;
}
.construction-slide .swiper-pagination {
  bottom: 0;
}
.construction-slide-desc ul {
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
}
.construction-slide-desc li {
  font-size: 2rem;
}
.construction-desc {
  padding: 2.7rem 6rem;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  min-height: 20rem;
}
.construction-list-btn {
  background-color: #4e4e4e;
  width: 13rem;
  height: 4.4rem;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.5rem auto 0;
}

@media screen and (max-width: 1200px) {
  .construction-slide-wrap {
    padding: 2rem 2rem 3.1rem;
    gap: 0 2.5rem;
  }
}
@media screen and (max-width: 1080px) {
  .construction-detail {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .construction-slide-wrap {
    flex-direction: column;
  }
  .construction-slide-desc {
    margin-top: 2rem;
  }
  .construction-slide-desc ul {
    display: flex;
    flex-direction: column;
    gap: 2rem 0;
  }
  .construction-slide-desc li {
    font-size: 2rem;
  }
  .construction-desc {
    width: 100%;
    padding: 2.7rem 6rem;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    min-height: 20rem;
  }
  .construction-list-btn {
    background-color: #4e4e4e;
    width: 13rem;
    height: 4.4rem;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 4.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.5rem auto 0;
  }
}
.board-detail-header {
  display: flex;
  flex-direction: column;
  border: 1px solid #dbdbdb;
}
.board-detail-header > div {
  display: flex;
}
.board-detail-header-top {
  border-bottom: 1px solid #dbdbdb;
}
.board-detail-header-bottom p {
  display: flex;
  align-items: center;
}
.board-detail p {
  font-size: 1.6rem;
  padding: 0.5rem 2rem;
  width: calc(100% - 20rem);
}
.board-detail .first-content {
  background-color: #fafafa;
  width: 20rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  padding: 1rem 0;
  border-right: 1px solid #dbdbdb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.board-detail-body {
  border-bottom: 1px solid #dbdbdb;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 2rem;
}
.board-detail-body #video-wrap {
  width: 100%;
  max-width: 70rem;
  height: 40rem;
  margin-top: 5rem;
}
.board-detail-body iframe {
  width: 100%;
  height: 100%;
}

.table-wrap table {
  border: 1px solid #e9e9e9;
  width: 100%;
  table-layout: fixed;
  border-right: none;
  border-left: none;
}
.table-wrap thead {
  border-bottom: 1px solid #e9e9e9;
  background-color: #fafafa;
}
.table-wrap thead th {
  padding: 1.5rem 0.5rem;
}
.table-wrap th, .table-wrap td {
  border-right: 1px solid #e9e9e9;
  text-align: center;
}
.table-wrap th:last-child, .table-wrap td:last-child {
  border-right: none;
}
.table-wrap tbody tr {
  border-bottom: 1px solid #e9e9e9;
}
.table-wrap tbody td {
  padding: 1rem 2rem;
}
.table-wrap tbody td a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table-wrap tbody td:first-child {
  padding: 1rem 0.5rem;
}

@media screen and (max-width: 420px) {
  .table-wrap thead th {
    padding: 1rem 0.5rem;
  }
  .table-wrap tbody td {
    padding: 1rem 1.5rem;
  }
}
.history {
  margin-top: 3rem;
}
.history-wrap {
  padding: 0 7.8rem;
}
.history-slide {
  width: 100%;
  overflow: hidden;
}
.history dl {
  display: flex;
  gap: 0 8.3rem;
}
.history dl + dl {
  margin-top: 5rem;
  padding-top: 5rem;
  border-top: 1px solid #f1f1f1;
}
.history .year {
  color: #e50113;
  font-size: 2.5rem;
  font-weight: 700;
  padding-left: 2rem;
}
.history .month dl {
  display: flex;
  align-items: center;
  border: none;
  margin-top: 0;
  padding-top: 0;
}
.history .month dl + dl {
  margin-top: 2rem;
}
.history .month dt {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
}

.slide-wrap {
  position: relative;
}
.slide-wrap .swiper-button-prev {
  left: -4rem;
}
.slide-wrap .swiper-button-next {
  right: -4rem;
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-button-next {
  background: url(../assets/imgs/slide_arrow.png) no-repeat center/cover;
}
.swiper-button-prev::after, .swiper-button-next::after {
  display: none;
}

.greeting h3 {
  font-size: 2rem;
  color: #e70f0f;
  text-align: center;
}
.greeting-content {
  margin-top: 4rem;
  display: flex;
  align-items: center;
  gap: 0 5rem;
  padding: 0 10rem;
}
.greeting .txt-box {
  width: calc(100% - 5rem - 34rem);
}
.greeting p {
  letter-spacing: -0.025em;
}
.greeting p + p {
  margin-top: 4rem;
}

.map {
  padding: 0 2rem;
}
.map-info {
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  margin-top: 1.5rem;
}
.map .adress {
  display: flex;
  align-items: center;
  gap: 0 1.3rem;
}
.map .tell {
  display: flex;
  align-items: center;
  gap: 0 0.8rem;
  margin-right: 10rem;
}
.map .tell p:not(.fax) {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
  color: #e70f0f;
}
.map .fax {
  line-height: 1;
}

@media screen and (max-width: 1080px) {
  .greeting-content {
    align-items: flex-start;
    padding: 0 5rem;
  }
  .greeting .txt-box {
    padding-top: 1rem;
  }
  .history-wrap {
    padding: 0 2rem;
  }
  .history dl {
    gap: 0 6rem;
  }
  .history dl + dl {
    margin-top: 3rem;
    padding-top: 3rem;
  }
  .history .year {
    color: #e50113;
    padding-left: 1rem;
  }
  .history .month dl + dl {
    margin-top: 1rem;
  }
  .slide-wrap .swiper-button-prev {
    left: -3rem;
  }
  .slide-wrap .swiper-button-next {
    right: -3rem;
  }
  .map .tell {
    margin-right: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .greeting-content {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  .greeting .img-box {
    width: 70%;
  }
  .greeting .img-box img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .greeting .txt-box {
    width: 100%;
    padding-top: 0;
    margin-top: 4rem;
  }
  .history-wrap {
    padding: 0;
  }
  .history > dl {
    flex-direction: column;
  }
  .history dl {
    gap: 0.5rem 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .history .year {
    padding-left: 0;
    margin-bottom: 1.5rem;
  }
  .history .month dd {
    width: 100%;
  }
  .history .month dl {
    align-items: flex-start;
  }
  .history .month dl + dl {
    margin-top: 2rem;
  }
  .slide-wrap .swiper-button-prev, .slide-wrap .swiper-button-next {
    display: none;
  }
  .map {
    padding: 0;
  }
  .map-info {
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
    margin-top: 1.5rem;
    gap: 2rem 0;
  }
  .map .tell {
    margin-right: 0;
  }
  .map address {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 420px) {
  html {
    font-size: 8px;
  }
}
.a11y {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.list-wrap {
  padding: 1.5rem 2rem;
}
.list-wrap ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4rem 3.5rem;
}
.list-wrap li {
  width: calc((100% - 14rem) / 5);
  border: 1px solid #cecece;
}
.list-wrap li img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-wrap li[data-action] {
  cursor: pointer;
}
.list-wrap.construction ul {
  gap: 9rem 2rem;
}
.list-wrap.construction li {
  width: calc((100% - 4rem) / 3);
  border: none;
}
.list-wrap.construction li span {
  margin-top: 0.5rem;
  font-size: 1.9rem;
  color: #282828;
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list-wrap.construction img {
  width: 28rem;
  height: 40rem;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-wrap.board ul {
  gap: 5rem 3.6rem;
  justify-content: space-between;
}
.list-wrap.board ul::after {
  content: "";
  display: inline-flex;
  flex: 1;
}
.list-wrap.board li {
  width: calc((100% - 7.2rem) / 3);
  border: none;
}
.list-wrap.board li span {
  margin-top: 0.5rem;
  font-size: 1.9rem;
  color: #282828;
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list-wrap.board li span.date {
  font-size: 1.6rem;
  color: #888;
  font-weight: 300;
}
.list-wrap.board img {
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-wrap .btn-download {
  background-color: #e50113;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  text-align: center;
  margin: 1.5rem auto 0;
  display: block;
}
.list-wrap.download img {
  width: 28rem;
  height: 40rem;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.list-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.list-total span {
  font-size: 1.5rem;
  color: #000;
  font-weight: 300;
}
.list-total .search-wrap {
  display: flex;
  align-items: center;
  gap: 0 0.2rem;
}
.list-total select {
  height: 2.8rem;
}
.list-total input {
  width: 20rem;
  height: 2.8rem;
}
.list-total button {
  background-color: #373737;
  width: 7.2rem;
  color: #fff;
  height: 2.8rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .list-wrap {
    padding: 0;
  }
  .list-wrap ul {
    gap: 2rem;
  }
  .list-wrap li {
    width: calc((100% - 4rem) / 3);
  }
  .list-wrap.board ul {
    gap: 3rem 1.5rem;
  }
  .list-wrap.board li {
    width: calc((100% - 2.5rem) / 2);
  }
  .list-wrap.construction ul {
    gap: 2rem;
  }
  .list-wrap.construction li {
    width: calc((100% - 2rem) / 2);
  }
  .list-total {
    flex-wrap: wrap;
    gap: 1rem 0;
  }
  .list-total .search-wrap {
    width: 100%;
  }
  .list-total input {
    width: auto;
    flex: 1;
  }
}
@media screen and (max-width: 420px) {
  .list-wrap ul {
    gap: 4rem 2rem;
  }
  .list-wrap li {
    width: calc((100% - 2rem) / 2);
  }
}
.desc-list {
  margin-top: 2rem;
}
.desc-list li {
  color: #1b9028;
  font-size: 1.9rem;
  font-weight: 400;
  position: relative;
  padding-left: 1rem;
}
.desc-list li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #1b9028;
  position: absolute;
  left: 0;
  top: 12px;
}
.desc-list.gap {
  display: flex;
  flex-direction: column;
  gap: 1.5rem 0;
}
.desc-list.black li {
  color: #4d4d4d;
}
.desc-list.black li::before {
  background-color: #777;
}
.desc-list.black li.green {
  color: #1b9028;
  font-weight: 700;
}
.desc-list.black li.green::before {
  background-color: #1b9028;
}

.desc-list-circle {
  border: 2px solid #e9e9e9;
  border-radius: 8px;
  padding: 3rem 5rem;
  max-width: 82.6rem;
  margin: 0 auto;
}
.desc-list-circle h3 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #000;
}
.desc-list-circle ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem 0;
  margin-top: 2rem;
}
.desc-list-circle li {
  position: relative;
  padding-left: 2rem;
}
.desc-list-circle li::before {
  content: "◎";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 1.6rem;
  color: #4d4d4d;
}
.desc-list-circle p {
  color: #4d4d4d;
}

@media screen and (max-width: 768px) {
  .desc-list-circle {
    padding: 2rem;
  }
}
.footer {
  background-color: #202020;
  padding: 1.2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 2rem;
}
.footer p {
  font-size: 1.4rem;
  color: #898989;
  display: inline-flex;
  align-items: center;
}
.footer p::after {
  content: "";
  width: 1px;
  height: 1.4rem;
  background-color: #898989;
  margin: 0 1rem;
  display: inline-flex;
}
.footer-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-top div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-bottom p:last-of-type::after {
  display: none;
}
.footer .num-wrap p:last-of-type::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .footer p::after {
    margin: 0 0.5rem;
  }
  .name-wrap {
    width: 100%;
  }
  .name-wrap p:last-of-type::after {
    display: none;
  }
}
[class*=-slide-wrap] .swiper-pagination {
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 0 0.8rem;
}
[class*=-slide-wrap] .swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 5px;
}
[class*=-slide-wrap] .swiper-pagination-bullet-active {
  background-color: #000;
}/*# sourceMappingURL=common.css.map */