@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 28px;
}

menu, ol, ul, li {
  padding: 0;
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button {
  cursor: pointer;
  border: none;
  background: transparent;
  font-family: inherit;
}

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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-1Thin.woff") format("woff");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff") format("woff");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff") format("woff");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff") format("woff");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Escoredream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff") format("woff");
  font-weight: 900;
  font-display: swap;
}
.header {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  padding: 32px 0;
  border-bottom: 2px solid #4A4A4A;
  transition: 0.3s;
  z-index: 100;
  align-items: center;
}
.header .header-wrap {
  max-width: 1610px;
  margin: 0 155px;
  display: flex;
  justify-content: space-between;
  padding: 0 8px;
}
@media (max-width: 1024px) {
  .header .header-wrap {
    max-width: 920px;
    margin: 0 52px;
  }
}
@media (max-width: 768px) {
  .header .header-wrap {
    max-width: 720px;
    margin: 0 24px;
  }
}
@media (max-width: 440px) {
  .header .header-wrap {
    max-width: 392px;
    margin: 0 24px;
  }
}
.header .header-wrap .logo a img {
  width: 264px;
  height: 42px;
  object-fit: contain;
  filter: invert(100%);
  transition: 0.2s;
}
.header .header-wrap nav .nav-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  font-family: "Escoredream";
  font-size: 18px;
  font-weight: 500;
  color: #0F0F0F;
  transition: 0.2s;
}
.header .header-wrap nav .nav-menu li {
  position: relative;
  transition: 0.2s;
}
.header .header-wrap nav .nav-menu li a {
  height: 100%;
}
.header .header-wrap nav .nav-menu li:hover {
  color: #E31D2E;
}
.header .header-wrap nav .nav-menu li .hover-text {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  z-index: 100;
}
.header .header-wrap nav .nav-menu li .hover-text li {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  width: 210px;
  height: 60px;
  padding-left: 18px;
  line-height: 60px;
  background-color: rgba(74, 74, 74, 0.8);
  transition: 0.2s;
}
.header .header-wrap nav .nav-menu li .hover-text li:hover {
  background-color: rgba(227, 29, 46, 0.8);
}
.header .header-wrap nav .nav-menu li .hover-text.on {
  display: block;
}
.header .header-wrap .icons {
  display: flex;
  align-items: center;
  gap: 16px;
  transition: 0.2s;
}
.header .header-wrap .icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #0F0F0F;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #0F0F0F;
  transition: 0.2s;
}
.header .header-wrap .icons a i {
  font-size: 18px;
}
.header .header-wrap .icons a:hover {
  background-color: #E31D2E;
  border: 1px solid #E31D2E;
  color: #FFFFFF;
}
.header .header-wrap .menu-toggle {
  display: none;
}
.header:hover {
  background: #E9E9E9;
}
@media (max-width: 768px) {
  .header .header-wrap nav {
    display: none;
  }
  .header .header-wrap .icons {
    display: none;
  }
  .header .header-wrap .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .header .header-wrap .menu-toggle span {
    color: #0F0F0F;
    width: 32px;
    height: 3px;
    background-color: #0F0F0F;
    border-radius: 4px;
    transition: 0.2s;
  }
  .header .header-wrap .menu-toggle.active span:nth-child(1) {
    background-color: #E31D2E;
    transform: translateY(11px) rotate(45deg);
  }
  .header .header-wrap .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .header .header-wrap .menu-toggle.active span:nth-child(3) {
    background-color: #E31D2E;
    transform: translateY(-11px) rotate(-45deg);
  }
}
@media (max-width: 440px) {
  .header .header-wrap nav {
    display: none;
  }
  .header .header-wrap .icons {
    display: none;
  }
  .header .header-wrap .menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .header .header-wrap .menu-toggle span {
    width: 32px;
    height: 3px;
    background-color: #0F0F0F;
    border-radius: 4px;
    transition: 0.2s;
  }
  .header .header-wrap .menu-toggle.active span:nth-child(1) {
    background-color: #E31D2E;
    transform: translateY(11px) rotate(45deg);
  }
  .header .header-wrap .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .header .header-wrap .menu-toggle.active span:nth-child(3) {
    background-color: #E31D2E;
    transform: translateY(-11px) rotate(-45deg);
  }
  .header .header-wrap:hover .menu-toggle span {
    background-color: #0F0F0F;
  }
}

.mobile-menu {
  position: fixed;
  right: -100%;
  z-index: 99;
  color: #FFFFFF;
  background-color: rgba(227, 29, 46, 0.8);
  backdrop-filter: blur(5px);
  border-radius: 0 0 0 32px;
  transition: 0.2s;
}
.mobile-menu.active {
  right: 0;
}
.mobile-menu .mobile-menu-wrap {
  padding: 60px 0 60px 60px;
}
.mobile-menu .mobile-menu-wrap .mobile-menu-item {
  width: 320px;
  height: auto;
  margin: 32px 0;
}
.mobile-menu .mobile-menu-wrap .mobile-menu-item:first-child {
  margin-top: 0;
}
.mobile-menu .mobile-menu-wrap .mobile-menu-item:last-child {
  margin-bottom: 0;
}
.mobile-menu .mobile-menu-wrap .mobile-menu-item .menu-title {
  width: 100%;
  height: auto;
  margin-bottom: 8px;
}
.mobile-menu .mobile-menu-wrap .mobile-menu-item .menu-title a {
  font-family: "Escoredream";
  font-size: 28px;
  font-weight: 500;
  transition: 0.2s;
}
.mobile-menu .mobile-menu-wrap .mobile-menu-item .menu-title:hover a {
  color: #0F0F0F;
}
.mobile-menu .mobile-menu-wrap .mobile-menu-item .menu-title-select {
  width: 100%;
  height: auto;
  margin-bottom: 8px;
  position: relative;
}
.mobile-menu .mobile-menu-wrap .mobile-menu-item .menu-title-select::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: -6px;
  left: 0;
  transition: 0.2s;
}
.mobile-menu .mobile-menu-wrap .mobile-menu-item .menu-title-select::after {
  content: "";
  display: inline-block;
  background: url(../image/keyboard_arrow_down_24dp_FFF.svg) no-repeat;
  background-size: cover;
  width: 32px;
  height: 32px;
  margin-left: 8px;
  transform: translateY(5px);
  transition: 0.2s;
}
.mobile-menu .mobile-menu-wrap .mobile-menu-item .menu-title-select a {
  font-family: "Escoredream";
  font-size: 28px;
  font-weight: 500;
  transition: 0.2s;
}
.mobile-menu .mobile-menu-wrap .mobile-menu-item .menu-title-select:hover::after {
  filter: invert(100%);
}
.mobile-menu .mobile-menu-wrap .mobile-menu-item .menu-title-select:hover a {
  color: #0F0F0F;
}
.mobile-menu .mobile-menu-wrap .mobile-menu-item.active .menu-title-select::before {
  width: 100%;
}
.mobile-menu .mobile-menu-wrap .mobile-menu-item.active .menu-title-select::after {
  transform: translateY(5px) rotate(180deg);
}
.mobile-menu .mobile-menu-wrap .mobile-menu-item .menu-select {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: 0.2s;
}
.mobile-menu .mobile-menu-wrap .mobile-menu-item .menu-select.active {
  max-height: 60px;
}
.mobile-menu .mobile-menu-wrap .mobile-menu-item .menu-select li a {
  font-family: "Escoredream";
  font-size: 16px;
  font-weight: 16px;
}
.mobile-menu .mobile-menu-wrap .mobile-menu-item .menu-select li:hover a {
  color: #0F0F0F;
}

.footer {
  background-color: #0F0F0F;
  color: #FFFFFF;
}
.footer .footer-wrap {
  max-width: 1610px;
  margin: 0 155px;
  padding: 40px 0;
}
@media (max-width: 1024px) {
  .footer .footer-wrap {
    max-width: 920px;
    margin: 0 52px;
  }
}
@media (max-width: 768px) {
  .footer .footer-wrap {
    max-width: 720px;
    margin: 0 24px;
  }
}
@media (max-width: 440px) {
  .footer .footer-wrap {
    max-width: 392px;
    margin: 0 24px;
  }
}
.footer .footer-wrap .active-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 180px;
}
.footer .footer-wrap .active-section .footer-link-box .footer-head {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 48px;
}
.footer .footer-wrap .active-section .footer-link-box .footer-head .footer-logo a img {
  width: 264px;
  height: 42px;
  object-fit: contain;
  transition: 0.2s;
}
.footer .footer-wrap .active-section .footer-link-box .footer-head .footer-logo:hover a img {
  filter: brightness(0) saturate(100%) invert(19%) sepia(93%) saturate(3904%) hue-rotate(345deg) brightness(91%) contrast(95%);
}
.footer .footer-wrap .active-section .footer-link-box .footer-head .nation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 8px 16px;
  border: 1px solid #FFFFFF;
  border-radius: 60px;
  transition: 0.2s;
  cursor: pointer;
}
.footer .footer-wrap .active-section .footer-link-box .footer-head .nation span {
  font-family: "Escoredream";
  font-size: 16px;
  font-weight: 400;
  transition: 0.2s;
}
.footer .footer-wrap .active-section .footer-link-box .footer-head .nation img {
  width: 24px;
  height: 24px;
  transition: 0.2s;
}
.footer .footer-wrap .active-section .footer-link-box .footer-head .nation:hover {
  background-color: #E31D2E;
  border: 1px solid #E31D2E;
}
.footer .footer-wrap .active-section .footer-link-box .footer-icons {
  display: flex;
  align-items: center;
  gap: 16px;
  transition: 0.2s;
}
.footer .footer-wrap .active-section .footer-link-box .footer-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #FFFFFF;
  transition: 0.2s;
}
.footer .footer-wrap .active-section .footer-link-box .footer-icons a i {
  font-size: 18px;
}
.footer .footer-wrap .active-section .footer-link-box .footer-icons a:hover {
  background-color: #E31D2E;
  border: 1px solid #E31D2E;
  color: #FFFFFF;
}
.footer .footer-wrap .active-section .footer-menu {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 112px;
}
.footer .footer-wrap .active-section .footer-menu .footer-service {
  font-family: "Escoredream";
}
.footer .footer-wrap .active-section .footer-menu .footer-service h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 18px;
}
.footer .footer-wrap .active-section .footer-menu .footer-service p {
  font-size: 16px;
  font-weight: 200;
  margin-bottom: 18px;
}
.footer .footer-wrap .active-section .footer-menu .footer-service p:last-child {
  margin-bottom: 0;
}
.footer .footer-wrap .active-section .footer-menu .footer-service p:hover a {
  color: #F83C4D;
}
.footer .footer-wrap .website-right {
  font-family: "Escoredream";
  font-size: 16px;
  font-weight: 400;
  text-align: right;
}
@media (max-width: 768px) {
  .footer .footer-wrap {
    padding: 50px 20px;
  }
  .footer .footer-wrap .active-section {
    flex-direction: column;
    margin-bottom: 80px;
  }
  .footer .footer-wrap .active-section .footer-link-box {
    width: 100%;
    margin-bottom: 40px;
  }
  .footer .footer-wrap .active-section .footer-link-box .footer-head {
    flex-direction: column;
    gap: 24px;
  }
  .footer .footer-wrap .active-section .footer-link-box .footer-head .nation {
    width: 100%;
  }
  .footer .footer-wrap .active-section .footer-link-box .footer-icons {
    justify-content: center;
  }
  .footer .footer-wrap .active-section .footer-menu {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 50px 32px;
  }
  .footer .footer-wrap .active-section .footer-menu .footer-service h4 {
    font-size: 24px;
    margin-bottom: 0;
    padding: 15px 0;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
  }
  .footer .footer-wrap .active-section .footer-menu .footer-service h4::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .footer .footer-wrap .active-section .footer-menu .footer-service h4::after {
    content: "▾";
    transition: transform 0.3s;
  }
  .footer .footer-wrap .active-section .footer-menu .footer-service p {
    display: none;
    padding: 10px 0;
    margin-bottom: 0;
  }
  .footer .footer-wrap .active-section .footer-menu .footer-service.is-active h4::after {
    transform: rotate(180deg);
  }
  .footer .footer-wrap .active-section .footer-menu .footer-service.is-active p {
    display: block;
  }
  .footer .footer-wrap .website-right {
    text-align: center;
    margin-top: 40px;
  }
}
@media (max-width: 440px) {
  .footer .footer-wrap {
    padding: 32px 0;
  }
  .footer .footer-wrap .active-section {
    flex-direction: column;
    margin-bottom: 80px;
  }
  .footer .footer-wrap .active-section .footer-link-box {
    width: 100%;
    margin-bottom: 40px;
  }
  .footer .footer-wrap .active-section .footer-link-box .footer-head {
    flex-direction: column;
    gap: 24px;
  }
  .footer .footer-wrap .active-section .footer-link-box .footer-head .nation {
    width: 100%;
  }
  .footer .footer-wrap .active-section .footer-link-box .footer-icons {
    justify-content: center;
  }
  .footer .footer-wrap .active-section .footer-menu {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0;
  }
  .footer .footer-wrap .active-section .footer-menu .footer-service h4 {
    font-size: 24px;
    margin-bottom: 0;
    padding: 15px 0;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
  }
  .footer .footer-wrap .active-section .footer-menu .footer-service h4::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .footer .footer-wrap .active-section .footer-menu .footer-service h4::after {
    content: "▾";
    transition: transform 0.3s;
  }
  .footer .footer-wrap .active-section .footer-menu .footer-service p {
    display: none;
    padding: 10px 0;
    margin-bottom: 0;
  }
  .footer .footer-wrap .active-section .footer-menu .footer-service.is-active h4::after {
    transform: rotate(180deg);
  }
  .footer .footer-wrap .active-section .footer-menu .footer-service.is-active p {
    display: block;
  }
  .footer .footer-wrap .website-right {
    text-align: center;
    margin-top: 40px;
  }
}

main {
  max-width: 1610px;
  margin: 0 155px;
}
@media (max-width: 1024px) {
  main {
    max-width: 920px;
    margin: 0 52px;
  }
}
@media (max-width: 768px) {
  main {
    max-width: 720px;
    margin: 0 24px;
  }
}
@media (max-width: 440px) {
  main {
    max-width: 392px;
    margin: 0 24px;
  }
}
main .page-title {
  font-size: 64px;
  font-weight: 800;
  margin: 160px 0;
  text-align: center;
}
@media (max-width: 768px) {
  main .page-title {
    font-size: 64px;
    font-weight: 800;
    margin: 120px 0;
    text-align: center;
  }
}
@media (max-width: 440px) {
  main .page-title {
    font-size: 36px;
    font-weight: 800;
    margin: 120px 0;
    text-align: center;
  }
}
main .page-title .page-location {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-family: "Escoredream";
  font-weight: 500;
  margin-bottom: 28px;
}
main .page-title .page-location img {
  width: 24px;
  height: 21px;
  transform: translateY(-2px);
}
main .page-title .page-location span {
  font-size: 18px;
}
main .page-title .page-location span::before {
  content: "/";
  display: inline-block;
  margin: 0 4px;
}
main .page-title .title-text {
  font-family: "Escoredream";
}
main .main-visual {
  margin-bottom: 80px;
}
main .main-visual img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 1024px) {
  main .main-visual img {
    width: 100%;
    height: 655px;
  }
}
@media (max-width: 768px) {
  main .main-visual {
    margin-bottom: 60px;
  }
  main .main-visual img {
    width: 100%;
    height: 550px;
  }
}
@media (max-width: 440px) {
  main .main-visual {
    margin-bottom: 40px;
  }
  main .main-visual img {
    width: 100%;
    height: 375px;
  }
}
main .campagin-news-wrap {
  margin-bottom: 240px;
}
main .campagin-news-wrap .campagin-news-box {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  height: 675px;
  margin-bottom: 80px;
}
main .campagin-news-wrap .campagin-news-box .img-wrap {
  flex: 1;
  height: inherit;
}
main .campagin-news-wrap .campagin-news-box .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
main .campagin-news-wrap .campagin-news-box .text-wrap {
  flex: 1;
  font-family: "Escoredream";
}
main .campagin-news-wrap .campagin-news-box .text-wrap .text-wrap-title {
  margin-bottom: 24px;
}
main .campagin-news-wrap .campagin-news-box .text-wrap .text-wrap-title h4 {
  line-height: 40px;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 12px;
}
main .campagin-news-wrap .campagin-news-box .text-wrap .text-wrap-title h6 {
  font-size: 24px;
  font-weight: 300;
}
main .campagin-news-wrap .campagin-news-box .text-wrap p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 8px;
}
main .campagin-news-wrap .campagin-news-box .text-wrap p:last-child {
  margin-bottom: 0;
}
main .campagin-news-wrap .campagin-news-box:nth-child(1) .date {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  color: #4A4A4A;
  margin: 266px 0 0 620px;
}
main .campagin-news-wrap .campagin-news-box:nth-child(2) {
  flex-direction: row-reverse;
}
main .campagin-news-wrap .campagin-news-box:nth-child(2) .text-wrap {
  text-align: right;
}
main .campagin-news-wrap .campagin-news-box:nth-child(2) .link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 36px;
  border: 2px solid #E31D2E;
  border-radius: 60px;
  background: linear-gradient(to right, #E31D2E 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #E31D2E;
  font-size: 18px;
  font-weight: 500;
  font-family: "Escoredream";
  cursor: pointer;
  transition: background-position 0.35s ease, color 0.25s ease, border-color 0.25s ease;
  margin-top: 62px;
}
main .campagin-news-wrap .campagin-news-box:nth-child(2) .link-btn:hover {
  background-position: left bottom;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  main .campagin-news-wrap .campagin-news-box:nth-child(2) .link-btn {
    padding: 16px 28px;
    font-size: 18px;
  }
}
@media (max-width: 440px) {
  main .campagin-news-wrap .campagin-news-box:nth-child(2) .link-btn {
    padding: 12px 18px;
    font-size: 16px;
  }
}
main .campagin-news-wrap .campagin-news-box:nth-child(3) {
  margin-bottom: 0;
}
main .campagin-news-wrap .campagin-news-box:nth-child(3) .img-wrap img {
  object-position: top;
}
main .campagin-news-wrap .campagin-news-box:nth-child(3) .link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 36px;
  border: 2px solid #E31D2E;
  border-radius: 60px;
  background: linear-gradient(to right, #E31D2E 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #E31D2E;
  font-size: 18px;
  font-weight: 500;
  font-family: "Escoredream";
  cursor: pointer;
  transition: background-position 0.35s ease, color 0.25s ease, border-color 0.25s ease;
  margin-top: 213px;
}
main .campagin-news-wrap .campagin-news-box:nth-child(3) .link-btn:hover {
  background-position: left bottom;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  main .campagin-news-wrap .campagin-news-box:nth-child(3) .link-btn {
    padding: 16px 28px;
    font-size: 18px;
  }
}
@media (max-width: 440px) {
  main .campagin-news-wrap .campagin-news-box:nth-child(3) .link-btn {
    padding: 12px 18px;
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  main .campagin-news-wrap .campagin-news-box:nth-child(1) .date {
    margin: 24px 0 0 0;
  }
  main .campagin-news-wrap .campagin-news-box:nth-child(2) .link-btn {
    margin: 24px 0 0 0;
  }
  main .campagin-news-wrap .campagin-news-box:nth-child(3) .link-btn {
    margin: 24px 0 0 0;
  }
}
@media (max-width: 1024px) {
  main .campagin-news-wrap {
    margin-bottom: 160px;
  }
  main .campagin-news-wrap .campagin-news-box {
    height: auto;
  }
  main .campagin-news-wrap .campagin-news-box .img-wrap {
    width: 100%;
    height: 607px;
  }
  main .campagin-news-wrap .campagin-news-box .img-wrap img {
    width: 100%;
    height: inherit;
    object-fit: cover;
  }
  main .campagin-news-wrap .campagin-news-box:nth-child(1) {
    flex-direction: column;
  }
  main .campagin-news-wrap .campagin-news-box:nth-child(1) .date {
    font-size: 18px;
    margin: 24px 0 0 0;
  }
  main .campagin-news-wrap .campagin-news-box:nth-child(2) {
    flex-direction: column;
  }
  main .campagin-news-wrap .campagin-news-box:nth-child(2) .text-wrap {
    text-align: left;
  }
  main .campagin-news-wrap .campagin-news-box:nth-child(2) .link-btn {
    width: 100%;
    margin-top: 24px;
  }
  main .campagin-news-wrap .campagin-news-box:nth-child(3) {
    flex-direction: column;
  }
  main .campagin-news-wrap .campagin-news-box:nth-child(3) .link-btn {
    width: 100%;
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  main .campagin-news-wrap .campagin-news-box {
    margin-bottom: 60px;
  }
}
@media (max-width: 440px) {
  main .campagin-news-wrap .campagin-news-box {
    margin-bottom: 40px;
  }
  main .campagin-news-wrap .campagin-news-box .img-wrap {
    width: 100%;
    height: 330px;
  }
  main .campagin-news-wrap .campagin-news-box .img-wrap img {
    width: 100%;
    height: inherit;
    object-fit: cover;
  }
  main .campagin-news-wrap .campagin-news-box .text-wrap .text-wrap-title {
    margin-bottom: 18px;
  }
  main .campagin-news-wrap .campagin-news-box .text-wrap .text-wrap-title h4 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 4px;
  }
  main .campagin-news-wrap .campagin-news-box .text-wrap .text-wrap-title h6 {
    font-size: 18px;
  }
  main .campagin-news-wrap .campagin-news-box .text-wrap p {
    font-size: 16px;
  }
}

.location-btns {
  display: flex;
  width: 100%;
  height: 180px;
  justify-content: space-between;
  gap: 2px;
}
@media (max-width: 768px) {
  .location-btns {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    height: 360px;
  }
}
.location-btns .location-btn {
  flex: 1;
  width: 100%;
  height: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.6);
}
.location-btns .location-btn .location-img-box img {
  width: 100%;
  height: 100%;
}
.location-btns .location-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}
.location-btns .location-btn:hover .location-img-box img {
  transform: scale(1.2);
}
.location-btns .location-btn:hover .location-text-left img {
  transform: translate(-50%, 30%);
}
.location-btns .location-btn:hover .location-text-right img {
  transform: translate(50%, 30%);
}
.location-btns .location-btn .location-img-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
}
.location-btns .location-btn .location-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}
.location-btns .location-btn .location-text {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Playfair Display", serif;
  font-size: 32px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .location-btns .location-btn .location-text {
    font-size: 48px;
  }
}
.location-btns .location-btn .location-text img {
  width: 19px;
  height: 14px;
  object-fit: cover;
  transform: translateY(30%);
  transition: 0.3s;
}
.location-btns .location-btn .location-text-left {
  top: 50%;
  right: 10%;
}
@media (max-width: 768px) {
  .location-btns .location-btn .location-text-left {
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    line-height: 48px;
  }
}
.location-btns .location-btn .location-text-right {
  top: 50%;
  left: 10%;
}
@media (max-width: 768px) {
  .location-btns .location-btn .location-text-right {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 48px;
  }
}