.main {
  width: 100%;
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.main .container {
  width: 100%;
  margin-bottom: 100px;
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 1280px) {
  .main .container {
    margin-bottom: 70px;
    gap: 35px;
  }
}

.modoo-swiper-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.modoo-swiper-section .swiper-wrapper {
  width: 100%;
  height: auto;
}
.modoo-swiper-section .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  height: auto;
}
.modoo-swiper-section .swiper-wrapper .swiper-slide > img {
  width: 100%;
  height: auto;
}
.modoo-swiper-section .swiper-pagination .swiper-pagination-bullet {
  background: #3e3825;
}
.modoo-swiper-section .swiper-navigation .swiper-button-prev, .modoo-swiper-section .swiper-navigation .swiper-button-next {
  color: white;
  background-color: rgba(0, 0, 0, 0.212);
  width: 55px;
  height: 55px;
}

.modoo-row-section {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 36px;
}
.modoo-row-section.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .modoo-row-section.reverse {
    flex-direction: column;
  }
}
@media (max-width: 1280px) {
  .modoo-row-section {
    gap: 28px;
  }
}
@media (max-width: 768px) {
  .modoo-row-section {
    flex-direction: column;
    align-items: unset;
    gap: 20px;
  }
}
.modoo-row-section .img-box {
  position: relative;
  flex: 1 1 40%;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #ddd;
}
.modoo-row-section .img-box > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modoo-row-section .content-box {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1280px) {
  .modoo-row-section .content-box {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .modoo-row-section .content-box {
    gap: 16px;
  }
}

.modoo-section-01 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px 16px;
}
@media (max-width: 1280px) {
  .modoo-section-01 {
    gap: 20px 16px;
  }
}
@media (max-width: 768px) {
  .modoo-section-01 {
    gap: 16px 12px;
  }
}
.modoo-section-01 .section-title {
  padding-bottom: 16px;
  grid-column: span 12;
  border-bottom: 1px solid black;
}
@media (max-width: 1280px) {
  .modoo-section-01 .section-title {
    padding-bottom: 14px;
  }
}
@media (max-width: 768px) {
  .modoo-section-01 .section-title {
    padding-bottom: 12px;
  }
}
.modoo-section-01 .section-body {
  grid-column: span 12;
  width: 100%;
  height: auto;
}
.modoo-section-01 .section-body > h2 {
  font-size: 17px;
  word-break: keep-all;
  margin-bottom: 20px;
  line-height: 1.5;
}
.modoo-section-01 .section-body > h2 > span {
  font-size: 20px;
  font-weight: 700;
}
.modoo-section-01 .section-body > .sub_4_h2 {
  font-size: 15px;
  font-weight: 500;
  color: #666;
}
.modoo-section-01 .section-body > .sub_4_h2 > span {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.modoo-section-01 .section-body > .sub_4_h2 > .blue {
  font-size: 17px;
  font-weight: 700;
  color: rgba(0, 0, 255, 0.637);
}
.modoo-section-01 .section-body .image-box {
  width: 100%;
  height: auto;
}
.modoo-section-01 .section-body .image-box > img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .modoo-section-01 .section-body .image-box > .table_img {
    display: none;
  }
}
.modoo-section-01 .section-body .image-box > .m_table_img {
  display: none;
}
@media (max-width: 768px) {
  .modoo-section-01 .section-body .image-box > .m_table_img {
    display: block;
  }
}
.modoo-section-01 .section-body .image-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-content: center;
}
.modoo-section-01 .section-body .image-list .img-item {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.modoo-section-01 .section-body .image-list .img-item > img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.modoo-section-01 .section-body .image-list .img-item > img.full {
  width: 100%;
}
.modoo-section-01 .section-body .image-list .img-item2 {
  flex-direction: column;
  align-items: center;
}
.modoo-section-01 .section-body .image-list .img-item2 > h2 {
  font-size: 20px;
}

.word {
  width: 100%;
  display: flex;
  justify-content: center;
}
.word > p {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  color: #3e3825;
}

@media (max-width: 1024px) {
  .sub_03_img {
    display: none;
  }
}

.sub_03_img_m {
  display: none;
}
@media (max-width: 1024px) {
  .sub_03_img_m {
    display: block;
  }
}

.modoo-just-paragraph {
  width: 100%;
  height: auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: black;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .modoo-just-paragraph {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .modoo-just-paragraph {
    font-size: 14px;
  }
}
.modoo-just-paragraph.ta-center {
  text-align: center;
}
.modoo-just-paragraph.ta-right {
  text-align: right;
}

.modoo-section-02 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px 16px;
}
@media (max-width: 1280px) {
  .modoo-section-02 {
    gap: 20px 16px;
  }
}
@media (max-width: 768px) {
  .modoo-section-02 {
    gap: 16px 12px;
  }
}
.modoo-section-02 .section-body {
  grid-column: span 12;
  width: 100%;
  height: auto;
  min-height: 100px;
  background-color: #f0f0f0;
}
.modoo-section-02 .section-body > img {
  width: 100%;
  height: auto;
}
.modoo-section-02 .section-title {
  grid-column: span 12;
}
.modoo-section-02 .section-title.vertical {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1280px) {
  .modoo-section-02 .section-title.vertical {
    gap: 14px;
  }
}
@media (max-width: 768px) {
  .modoo-section-02 .section-title.vertical {
    gap: 12px;
  }
}
.modoo-section-02 .section-title > span {
  font-size: 24px;
  color: #707070;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .modoo-section-02 .section-title > span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .modoo-section-02 .section-title > span {
    font-size: 16px;
  }
}
.modoo-section-02.centered .section-title.vertical {
  align-items: center;
}
.modoo-section-02.centered .section-title.vertical > h1 {
  text-align: center;
}
.modoo-section-02.centered .section-title.vertical > span {
  text-align: center;
}

.modoo-section-background-text {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/1080;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.modoo-section-background-text .section-title {
  width: 100%;
  height: 100%;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1280px) {
  .modoo-section-background-text .section-title {
    padding: 0 20px;
    gap: 14px;
  }
}
@media (max-width: 768px) {
  .modoo-section-background-text .section-title {
    padding: 0 16px;
    gap: 12px;
  }
}
.modoo-section-background-text .section-title > span {
  font-size: 24px;
  color: #3D3D3D;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .modoo-section-background-text .section-title > span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .modoo-section-background-text .section-title > span {
    font-size: 16px;
  }
}

.modoo-section-row-grid {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.modoo-section-row-grid .section-body {
  width: 100%;
}
.modoo-section-row-grid .section-body .grid-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 1280px) {
  .modoo-section-row-grid .section-body .grid-list {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .modoo-section-row-grid .section-body .grid-list {
    gap: 12px;
  }
}
@media (max-width: 480px) {
  .modoo-section-row-grid .section-body .grid-list {
    flex-direction: column;
  }
}
.modoo-section-row-grid .section-body .grid-list .cell {
  position: relative;
  flex: 1 1 28%;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #ddd;
}
.modoo-section-row-grid .section-body .grid-list .cell > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modoo-section-row-grid .section-title {
  width: 100%;
}
.modoo-section-row-grid .section-title.vertical {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1280px) {
  .modoo-section-row-grid .section-title.vertical {
    gap: 14px;
  }
}
@media (max-width: 768px) {
  .modoo-section-row-grid .section-title.vertical {
    gap: 12px;
  }
}
.modoo-section-row-grid .section-title > span {
  font-size: 24px;
  color: #707070;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .modoo-section-row-grid .section-title > span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .modoo-section-row-grid .section-title > span {
    font-size: 16px;
  }
}

.modoo-section-map {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px 16px;
}
@media (max-width: 1280px) {
  .modoo-section-map {
    gap: 20px 16px;
  }
}
@media (max-width: 768px) {
  .modoo-section-map {
    gap: 16px 12px;
  }
}
.modoo-section-map .map-box {
  grid-column: span 12;
  width: 100%;
  height: auto;
}
.modoo-section-map .map-box .root_daum_roughmap {
  width: 100%;
  height: auto;
  aspect-ratio: 1920/768;
}
@media (max-width: 768px) {
  .modoo-section-map .map-box .root_daum_roughmap {
    aspect-ratio: 768/500;
  }
}
.modoo-section-map .map-box .root_daum_roughmap .wrap_map {
  width: 100%;
  height: calc(100% - 32px);
}
.modoo-section-map .map-box .cont {
  display: none;
}
.modoo-section-map .map-informations {
  grid-column: span 12;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.modoo-section-map .map-informations .address-row {
  width: 100%;
  padding: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1280px) {
  .modoo-section-map .map-informations .address-row {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .modoo-section-map .map-informations .address-row {
    padding: 20px 0;
    flex-direction: column;
    justify-content: unset;
    align-items: flex-start;
    gap: 20px;
  }
}
.modoo-section-map .map-informations .address-row .name-box {
  display: flex;
  flex-direction: column;
}
.modoo-section-map .map-informations .address-row .name-box .name {
  margin-bottom: 12px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .modoo-section-map .map-informations .address-row .name-box .name {
    margin-bottom: 8px;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .modoo-section-map .map-informations .address-row .name-box .name {
    font-size: 20px;
  }
}
.modoo-section-map .map-informations .address-row .name-box .addr {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  color: #3e3825;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .modoo-section-map .map-informations .address-row .name-box .addr {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .modoo-section-map .map-informations .address-row .name-box .addr {
    font-size: 20px;
  }
}
.modoo-section-map .map-informations .address-row .map-link-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.modoo-section-map .map-informations .address-row .map-link-wrap > a {
  padding: 12px 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: #3e3825;
  border-radius: 4px;
}
@media (max-width: 1280px) {
  .modoo-section-map .map-informations .address-row .map-link-wrap > a {
    padding: 8px 12px;
  }
}
.modoo-section-map .map-informations .address-row .map-link-wrap > a > svg {
  width: auto;
  height: 24px;
  fill: white;
}
@media (max-width: 1280px) {
  .modoo-section-map .map-informations .address-row .map-link-wrap > a > svg {
    height: 20px;
  }
}
@media (max-width: 768px) {
  .modoo-section-map .map-informations .address-row .map-link-wrap > a > svg {
    height: 16px;
  }
}
.modoo-section-map .map-informations .address-row .map-link-wrap > a > span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: white;
}
@media (max-width: 1280px) {
  .modoo-section-map .map-informations .address-row .map-link-wrap > a > span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .modoo-section-map .map-informations .address-row .map-link-wrap > a > span {
    font-size: 14px;
  }
}
.modoo-section-map .map-informations .info-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
.modoo-section-map .map-informations .info-list .row {
  width: 100%;
  padding: 32px 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1280px) {
  .modoo-section-map .map-informations .info-list .row {
    padding: 24px 40px;
  }
}
@media (max-width: 768px) {
  .modoo-section-map .map-informations .info-list .row {
    padding: 16px 0;
  }
}
.modoo-section-map .map-informations .info-list .row:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}
.modoo-section-map .map-informations .info-list .row .name-wrap {
  flex: 0 0 180px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
}
@media (max-width: 1280px) {
  .modoo-section-map .map-informations .info-list .row .name-wrap {
    flex: 0 0 160px;
  }
}
.modoo-section-map .map-informations .info-list .row .name-wrap > svg {
  width: auto;
  height: 20px;
  fill: #aaa;
}
@media (max-width: 768px) {
  .modoo-section-map .map-informations .info-list .row .name-wrap > svg {
    height: 16px;
  }
}
.modoo-section-map .map-informations .info-list .row .name-wrap > em {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: black;
}
@media (max-width: 768px) {
  .modoo-section-map .map-informations .info-list .row .name-wrap > em {
    font-size: 14px;
    line-height: 16px;
  }
}
.modoo-section-map .map-informations .info-list .row .row-content {
  flex: 1 1 auto;
  font-size: 16px;
  line-height: 20px;
  color: #2D2D2D;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .modoo-section-map .map-informations .info-list .row .row-content {
    font-size: 14px;
    line-height: 16px;
  }
}

.modoo-section-buttons {
  width: 100%;
}
.modoo-section-buttons .button-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  background: #3e3825;
}
@media (max-width: 640px) {
  .modoo-section-buttons .button-wrap {
    flex-direction: column;
  }
}
.modoo-section-buttons .button-wrap .button-item {
  position: relative;
  flex: 1 1 30%;
}
.modoo-section-buttons .button-wrap .button-item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 50%;
  background: white;
}
@media (max-width: 640px) {
  .modoo-section-buttons .button-wrap .button-item:not(:last-of-type)::after {
    width: 30px;
    height: 1px;
    left: 50%;
    top: unset;
    right: unset;
    bottom: 0;
    transform: translateX(-50%);
    display: none;
  }
}
.modoo-section-buttons .button-wrap .button-item > a {
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .modoo-section-buttons .button-wrap .button-item > a {
    height: 50px;
    gap: 12px;
  }
}
.modoo-section-buttons .button-wrap .button-item > a > svg {
  width: 32px;
  height: 32px;
  fill: white;
}
@media (max-width: 1280px) {
  .modoo-section-buttons .button-wrap .button-item > a > svg {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 768px) {
  .modoo-section-buttons .button-wrap .button-item > a > svg {
    width: 24px;
    height: 24px;
  }
}
.modoo-section-buttons .button-wrap .button-item > a > span {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: white;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .modoo-section-buttons .button-wrap .button-item > a > span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .modoo-section-buttons .button-wrap .button-item > a > span {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .modoo-section-buttons .button-wrap_1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .modoo-section-buttons .button-wrap_2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 10px;
  }
}

.modoo-page-title {
  width: 100%;
}
.modoo-page-title .section-title {
  padding-bottom: 16px;
  border-bottom: 1px solid #aaa;
}
@media (max-width: 1280px) {
  .modoo-page-title .section-title {
    padding-bottom: 14px;
  }
}
@media (max-width: 768px) {
  .modoo-page-title .section-title {
    padding-bottom: 12px;
  }
}
.modoo-page-title .section-title > p {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  color: #3e3825;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .modoo-page-title .section-title > p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .modoo-page-title .section-title > p {
    font-size: 16px;
  }
}
.modoo-page-title .section-title > p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(17px);
  width: 100%;
  height: 2px;
  background: #3e3825;
}
@media (max-width: 1280px) {
  .modoo-page-title .section-title > p::after {
    transform: translateY(15px);
  }
}
@media (max-width: 768px) {
  .modoo-page-title .section-title > p::after {
    transform: translateY(13px);
  }
}

.new_main_1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.new_main_1 > .tit {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.337254902);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new_main_1 > .tit > h2 {
  font-size: 21px;
  font-weight: 700;
  color: #3e3825;
}
@media (max-width: 1024px) {
  .new_main_1 > .tit > h2 {
    font-size: 18px;
  }
}
.new_main_1 > .tit > a {
  font-size: 15px;
  letter-spacing: -0.6px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 1024px) {
  .new_main_1 > .tit > a {
    font-size: 13px;
  }
}
.new_main_1 > .cont {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .new_main_1 > .cont {
    flex-direction: column;
    gap: 20px;
  }
}
.new_main_1 > .cont > .left {
  width: 530px;
  height: 353px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .new_main_1 > .cont > .left {
    width: 100%;
    height: 240px;
  }
}
.new_main_1 > .cont > .left > img {
  width: 100%;
  transform: scale(1);
  transition: 0.3s;
}
.new_main_1 > .cont > .left > img:hover {
  transform: scale(1.1);
  transition: 0.3s;
}
.new_main_1 > .cont > .right {
  width: 530px;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .new_main_1 > .cont > .right {
    width: 100%;
  }
}
.new_main_1 > .cont > .right > h2 {
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 20px;
  word-break: keep-all;
}
.new_main_1 > .cont > .right > h2 > span {
  font-size: 19px;
  font-weight: 700;
  color: rgba(0, 0, 255, 0.781);
}
@media (max-width: 1024px) {
  .new_main_1 > .cont > .right > h2 {
    font-size: 15px;
  }
}
.new_main_1 > .cont > .right > h3 {
  font-size: 21px;
  font-weight: 700;
  color: #3e3825;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .new_main_1 > .cont > .right > h3 {
    font-size: 17px;
  }
}
.new_main_1 > .img_box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.new_main_1 > .img_box > .box {
  width: 100%;
  overflow: hidden;
}
.new_main_1 > .img_box > .box > img {
  width: 100%;
  transform: scale(1);
  transition: 0.3s;
}
.new_main_1 > .img_box > .box > img:hover {
  transform: scale(1.1);
  transition: 0.3s;
}
.new_main_1 > .img_box > .last_box {
  display: none;
}
@media (max-width: 1024px) {
  .new_main_1 > .img_box > .last_box {
    display: flex;
  }
}
.new_main_1 > .img_box > .link_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border: 1px solid rgba(204, 204, 204, 0.368627451);
}
@media (max-width: 1024px) {
  .new_main_1 > .img_box > .link_box {
    display: none;
  }
}
.new_main_1 > .img_box > .link_box > h2 {
  width: 60%;
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(204, 204, 204, 0.3215686275);
}
.map_tit {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.337254902);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.map_tit > h2 {
  font-size: 21px;
  font-weight: 700;
  color: #3e3825;
}
@media (max-width: 1024px) {
  .map_tit > h2 {
    font-size: 18px;
  }
}
.map_tit > a {
  font-size: 15px;
  letter-spacing: -0.6px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 1024px) {
  .map_tit > a {
    font-size: 13px;
  }
}/*# sourceMappingURL=main.css.map */