.modoo-fullwidth-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.modoo-fullwidth-swiper .fullwidth-1 {
  position: relative;
  width: 100%;
  height: auto;
}
.modoo-fullwidth-swiper .fullwidth-1 .swiper-wrapper {
  width: 100%;
  height: auto;
}
.modoo-fullwidth-swiper .fullwidth-1 .swiper-wrapper .swiper-slide {
  width: 100%;
  height: auto;
}
.modoo-fullwidth-swiper .fullwidth-1 .swiper-pagination {
  position: absolute;
  top: unset;
  right: unset;
  left: 0;
  bottom: 2rem;
  width: 100%;
  height: auto;
}
.modoo-fullwidth-swiper .fullwidth-1 .swiper-pagination .swiper-pagination-bullet {
  background: #00287e;
}
.modoo-fullwidth-swiper .fullwidth-1 .swiper-navigation {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
}
.modoo-fullwidth-swiper .fullwidth-1 .swiper-navigation > div {
  width: 48px;
  height: 48px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border-radius: 5000rem;
  box-shadow: 0 0 1rem -4px rgba(0, 0, 0, 0.5);
}
.modoo-fullwidth-swiper .fullwidth-1 .swiper-navigation > div > svg {
  fill: #00287e;
}
.modoo-fullwidth-swiper img {
  width: 100%;
  height: auto;
}

.modoo-summary-banner-section {
  position: relative;
  width: 100%;
  height: 400px;
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .modoo-summary-banner-section {
    height: 320px;
  }
}
@media (max-width: 768px) {
  .modoo-summary-banner-section {
    height: auto;
    padding: 32px 0;
  }
}
.modoo-summary-banner-section::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.modoo-summary-banner-section .summary-banner-inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1280px) {
  .modoo-summary-banner-section .summary-banner-inner {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .modoo-summary-banner-section .summary-banner-inner {
    flex-direction: column;
    gap: 1rem;
  }
}
.modoo-summary-banner-section .summary-banner-inner .profile-image {
  position: relative;
  flex: 0 0 auto;
  width: 120px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 10000rem;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .modoo-summary-banner-section .summary-banner-inner .profile-image {
    width: 100px;
  }
}
.modoo-summary-banner-section .summary-banner-inner .profile-image > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modoo-summary-banner-section .summary-banner-inner .profile-desc {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 1280px) {
  .modoo-summary-banner-section .summary-banner-inner .profile-desc {
    gap: 8px;
  }
}
.modoo-summary-banner-section .summary-banner-inner .profile-desc .name {
  font-size: 20px;
  font-weight: 600;
  word-break: keep-all;
  color: white;
}
@media (max-width: 1280px) {
  .modoo-summary-banner-section .summary-banner-inner .profile-desc .name {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .modoo-summary-banner-section .summary-banner-inner .profile-desc .name {
    text-align: center;
  }
}
.modoo-summary-banner-section .summary-banner-inner .profile-desc .subject {
  font-size: 1rem;
  word-break: keep-all;
  color: #f0f0f0;
}
@media (max-width: 1280px) {
  .modoo-summary-banner-section .summary-banner-inner .profile-desc .subject {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .modoo-summary-banner-section .summary-banner-inner .profile-desc .subject {
    text-align: center;
  }
}

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

.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;
  aspect-ratio: 1920/1080;
}
.modoo-swiper-section .swiper-wrapper .swiper-slide > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modoo-swiper-section .swiper-pagination .swiper-pagination-bullet {
  background: #00287e;
}
.modoo-swiper-section .swiper-navigation .swiper-button-prev, .modoo-swiper-section .swiper-navigation .swiper-button-next {
  color: #00287e;
}

.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: 18px !important;
  word-break: keep-all;
  margin-bottom: 20px;
  line-height: 1.5;
}
.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;
}
.modoo-section-01 .section-body .image-list .img-item {
  width: 100%;
  height: auto;
}
.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-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;
  line-height: 1.4;
  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: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #818181;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .modoo-section-map .map-informations .address-row .name-box .name {
    margin-bottom: 8px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .modoo-section-map .map-informations .address-row .name-box .name {
    font-size: 14px;
  }
}
.modoo-section-map .map-informations .address-row .name-box .addr {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  color: #00287e;
  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: #00287e;
  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-map .map-informations .info-list .row .row-icon-wrap {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 1rem 12px;
}
.modoo-section-map .map-informations .info-list .row .row-icon-wrap .item {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.modoo-section-map .map-informations .info-list .row .row-icon-wrap .item > svg {
  width: 48px;
  height: auto;
  fill: #707070;
}
.modoo-section-map .map-informations .info-list .row .row-icon-wrap .item > span {
  font-size: 13px;
  color: #3D3D3D;
  text-align: center;
  word-break: keep-all;
}
.modoo-section-map .map-informations .info-list .row .row-info-wrap {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.modoo-section-map .map-informations .info-list .row .row-info-wrap .item {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.modoo-section-map .map-informations .info-list .row .row-info-wrap .item > span {
  flex: 0 0 100px;
  font-size: 1rem;
  color: #707070;
}
.modoo-section-map .map-informations .info-list .row .row-info-wrap .item > em {
  flex: 1 1 auto;
  font-size: 1rem;
  font-weight: 500;
  color: #3D3D3D;
}

.modoo-section-buttons {
  width: 100%;
}
.modoo-section-buttons .button-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  background: #00287e;
}
@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%);
  }
}
.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;
  }
}

.modoo-latest-template {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.modoo-latest-template .latest-head {
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.modoo-latest-template .latest-head .board-subject {
  position: relative;
  font-size: 20px;
  padding: 0 4px;
  font-weight: 700;
  line-height: 28px;
  color: #2D2D2D;
}
@media (max-width: 768px) {
  .modoo-latest-template .latest-head .board-subject {
    font-size: 1rem;
    line-height: 20px;
  }
}
.modoo-latest-template .latest-head .board-subject::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(9px);
  width: 100%;
  height: 2px;
  background: #3D3D3D;
}
.modoo-latest-template .latest-head .goto-board {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2px;
}
.modoo-latest-template .latest-head .goto-board > span {
  font-size: 14px;
  font-weight: 500;
  color: #464646;
  line-height: 1;
}
.modoo-latest-template .latest-head .goto-board > svg {
  width: auto;
  height: 16px;
  fill: #3D3D3D;
}
.modoo-latest-template .latest-body {
  width: 100%;
}
.modoo-latest-template .latest-body .latest-notice {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 1280px) {
  .modoo-latest-template .latest-body .latest-notice {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .modoo-latest-template .latest-body .latest-notice {
    gap: 1rem;
  }
}
@media (max-width: 640px) {
  .modoo-latest-template .latest-body .latest-notice {
    flex-direction: column;
  }
}
.modoo-latest-template .latest-body .latest-notice .notice-thumb {
  position: relative;
  flex: 1 1 40%;
  height: auto;
  aspect-ratio: 1/0.8;
}
@media (max-width: 640px) {
  .modoo-latest-template .latest-body .latest-notice .notice-thumb {
    flex: unset;
    width: 100%;
  }
}
.modoo-latest-template .latest-body .latest-notice .notice-thumb > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modoo-latest-template .latest-body .latest-notice .notice-content-wrap {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 640px) {
  .modoo-latest-template .latest-body .latest-notice .notice-content-wrap {
    gap: 8px;
  }
}
.modoo-latest-template .latest-body .latest-notice .notice-content-wrap .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  color: #3D3D3D;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .modoo-latest-template .latest-body .latest-notice .notice-content-wrap .title {
    font-size: 20px;
  }
}
.modoo-latest-template .latest-body .latest-notice .notice-content-wrap .content {
  font-size: 1rem;
  line-height: 1.6;
  color: #464646;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .modoo-latest-template .latest-body .latest-notice .notice-content-wrap .content {
    font-size: 14px;
  }
}
.modoo-latest-template .latest-body .board-latest-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1280px) {
  .modoo-latest-template .latest-body .board-latest-list {
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .modoo-latest-template .latest-body .board-latest-list {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.modoo-latest-template .latest-body .board-latest-list .latest-bo {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .modoo-latest-template .latest-body .board-latest-list .latest-bo {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #ddd;
  }
}
.modoo-latest-template .latest-body .board-latest-list .latest-bo .bo-title {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  color: #2D2D2D;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1280px) {
  .modoo-latest-template .latest-body .board-latest-list .latest-bo .bo-title {
    font-size: 1rem;
  }
}
.modoo-latest-template .latest-body .board-latest-list .latest-bo .bo-content {
  width: 100%;
  margin-bottom: 12px;
  display: -webkit-box;
  font-size: 14px;
  line-height: 1.6;
  color: #464646;
  word-break: keep-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1280px) {
  .modoo-latest-template .latest-body .board-latest-list .latest-bo .bo-content {
    font-size: 13px;
  }
}
.modoo-latest-template .latest-body .board-latest-list .latest-bo .bo-info {
  margin-top: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.modoo-latest-template .latest-body .board-latest-list .latest-bo .bo-info .bo-writer {
  padding-right: 12px;
  margin-right: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #707070;
  border-right: 1px solid #ccc;
}
@media (max-width: 1280px) {
  .modoo-latest-template .latest-body .board-latest-list .latest-bo .bo-info .bo-writer {
    font-size: 13px;
  }
}
.modoo-latest-template .latest-body .board-latest-list .latest-bo .bo-info .bo-date {
  font-size: 14px;
  font-weight: 500;
  color: #aaa;
}
@media (max-width: 1280px) {
  .modoo-latest-template .latest-body .board-latest-list .latest-bo .bo-info .bo-date {
    font-size: 13px;
  }
}
.modoo-latest-template .latest-body .board-latest-list .empty {
  width: 100%;
  padding: 48px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background: #fafafa;
  grid-column: 1/-1;
}
.modoo-latest-template .latest-body .board-latest-list .empty > svg {
  width: 48px;
  height: auto;
  fill: #aaa;
}
.modoo-latest-template .latest-body .board-latest-list .empty > span {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: #707070;
  word-break: keep-all;
  text-align: center;
}
.modoo-latest-template .latest-body .latest-gallery-grid {
  width: 100%;
}
.modoo-latest-template .latest-body .latest-gallery-grid .gal-grid-3x3 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  .modoo-latest-template .latest-body .latest-gallery-grid .gal-grid-3x3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.modoo-latest-template .latest-body .latest-gallery-grid .gal-grid-3x3 .cell {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.modoo-latest-template .latest-body .latest-gallery-grid .gal-grid-3x3 .cell > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.modoo-latest-template .latest-body .latest-gallery-grid .gal-grid-3x3 .cell > a > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modoo-latest-template .latest-body .latest-gallery-grid .gal-grid-3x3 .cell.more {
  border: 1px solid #ddd;
}
.modoo-latest-template .latest-body .latest-gallery-grid .gal-grid-3x3 .cell.more > a {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modoo-latest-template .latest-body .latest-gallery-grid .gal-grid-3x3 .cell.more > a > svg {
  width: 50%;
  height: auto;
  padding-bottom: 12px;
  margin-bottom: 12px;
  fill: #aaa;
}
.modoo-latest-template .latest-body .latest-gallery-grid .gal-grid-3x3 .cell.more > a > span {
  font-size: 1.4rem;
  font-weight: 500;
  color: #464646;
}

.modoo-common-template {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.modoo-common-template .common-head {
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.modoo-common-template .common-head .common-subject {
  position: relative;
  font-size: 20px;
  padding: 0 4px;
  font-weight: 700;
  line-height: 28px;
  color: #2D2D2D;
}
@media (max-width: 768px) {
  .modoo-common-template .common-head .common-subject {
    font-size: 1rem;
    line-height: 20px;
  }
}
.modoo-common-template .common-head .common-subject::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(9px);
  width: 100%;
  height: 2px;
  background: #3D3D3D;
}
.modoo-common-template .common-head .goto-page {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2px;
}
.modoo-common-template .common-head .goto-page > span {
  font-size: 14px;
  font-weight: 500;
  color: #464646;
  line-height: 1;
}
.modoo-common-template .common-head .goto-page > svg {
  width: auto;
  height: 16px;
  fill: #3D3D3D;
}
.modoo-common-template .common-body {
  width: 100%;
}
.modoo-common-template .common-body .paragraph-type-01 {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.modoo-common-template .common-body .paragraph-type-01 .para-tit {
  width: 100%;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 600;
  color: #2D2D2D;
  word-break: keep-all;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 1280px) {
  .modoo-common-template .common-body .paragraph-type-01 .para-tit {
    padding-bottom: 12px;
    margin-bottom: 12px;
    font-size: 1rem;
  }
}
.modoo-common-template .common-body .paragraph-type-01 .para-content {
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
  color: #464646;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1280px) {
  .modoo-common-template .common-body .paragraph-type-01 .para-content {
    font-size: 13px;
  }
}
.modoo-common-template .common-body .common-just-images {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.modoo-common-template .common-body .common-just-images > figure {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.modoo-common-template .common-body .common-just-images > figure > img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.modoo-common-template .common-body .common-review-list {
  width: 100%;
}
.modoo-common-template .common-body .common-review-list.just-image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  gap: 1rem;
}
@media (max-width: 768px) {
  .modoo-common-template .common-body .common-review-list.just-image {
    grid-template-columns: 1fr;
  }
}
.modoo-common-template .common-body .common-review-list.just-image .item {
  width: 100%;
  height: auto;
}
.modoo-common-template .common-body .common-review-list.just-image .item > img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=main.css.map */