@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;
  }
}

body {
  position: relative;
  height: auto;
  overflow-x: hidden;
}

.popup-blur {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  backdrop-filter: blur(5px);
  display: none;
}
.popup-blur.on {
  display: block;
}

.brand-news-main {
  font-family: "Escoredream";
  max-width: 1610px;
  margin: 0 155px;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .brand-news-main {
    max-width: 920px;
    margin: 0 52px;
  }
}
@media (max-width: 768px) {
  .brand-news-main {
    max-width: 720px;
    margin: 0 24px;
  }
}
@media (max-width: 440px) {
  .brand-news-main {
    max-width: 392px;
    margin: 0 24px;
  }
}
@media (max-width: 1024px) {
  .brand-news-main {
    width: 100%;
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .brand-news-main {
    margin-left: 0;
  }
}
.brand-news-main .header-title {
  font-size: 64px;
  font-weight: 800;
  margin: 160px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .brand-news-main .header-title {
    font-size: 64px;
    font-weight: 800;
    margin: 120px 0;
    text-align: center;
  }
}
@media (max-width: 440px) {
  .brand-news-main .header-title {
    font-size: 36px;
    font-weight: 800;
    margin: 120px 0;
    text-align: center;
  }
}
@media (max-width: 440px) {
  .brand-news-main .header-title {
    font-size: 32px;
  }
}
.brand-news-main .header-title .header-sub-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 18px;
  gap: 5px;
}
.brand-news-main .header-title .header-sub-title img {
  padding-bottom: 5px;
}
.brand-news-main .news-popup {
  background: #fff;
  position: absolute;
  z-index: 99;
  top: 1%;
  border-radius: 40px;
  overflow: hidden;
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-self: center;
  height: auto;
  margin-bottom: 50px;
  display: none;
}
@media (max-width: 1024px) {
  .brand-news-main .news-popup {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .brand-news-main .news-popup {
    width: 95%;
  }
}
@media (max-width: 440px) {
  .brand-news-main .news-popup {
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.brand-news-main .news-popup.active {
  display: block;
}
.brand-news-main .news-popup .news-popup-top-img {
  margin-bottom: 80px;
}
.brand-news-main .news-popup .news-popup-top-img img {
  width: 100%;
  object-fit: cover;
}
.brand-news-main .news-popup .mo {
  display: none;
}
@media (max-width: 440px) {
  .brand-news-main .news-popup .mo {
    display: block;
  }
}
.brand-news-main .news-popup .news-popup-header-content {
  display: flex;
  padding: 0 40px;
  align-items: center;
  margin-bottom: 80px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .brand-news-main .news-popup .news-popup-header-content {
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 440px) {
  .brand-news-main .news-popup .news-popup-header-content {
    padding: 0 5px;
  }
}
.brand-news-main .news-popup .news-popup-header-content img {
  object-fit: cover;
  width: 560px;
  height: 568px;
  border-radius: 12px;
}
@media (max-width: 440px) {
  .brand-news-main .news-popup .news-popup-header-content img {
    width: 390px !important;
    height: 330px !important;
  }
}
.brand-news-main .news-popup .news-popup-header-content .popup-text .popup-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  text-align: right;
}
@media (max-width: 1024px) {
  .brand-news-main .news-popup .news-popup-header-content .popup-text .popup-title {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .brand-news-main .news-popup .news-popup-header-content .popup-text .popup-title {
    font-size: 28px;
  }
}
@media (max-width: 440px) {
  .brand-news-main .news-popup .news-popup-header-content .popup-text .popup-title {
    font-size: 18px;
  }
}
.brand-news-main .news-popup .news-popup-header-content .popup-text .popup-sub-title {
  margin: 70px 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  text-align: right;
  color: #4A4A4A;
}
@media (max-width: 1024px) {
  .brand-news-main .news-popup .news-popup-header-content .popup-text .popup-sub-title {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .brand-news-main .news-popup .news-popup-header-content .popup-text .popup-sub-title {
    margin: 40px 0;
  }
}
.brand-news-main .news-popup .news-popup-header-content .popup-text .popup-date {
  text-align: right;
  font-size: 14px;
  font-weight: 300;
  color: #4A4A4A;
}
.brand-news-main .news-popup .news-popup-middle-content {
  display: flex;
  flex-direction: row-reverse;
  padding: 0 40px;
  align-items: center;
  margin-bottom: 80px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .brand-news-main .news-popup .news-popup-middle-content {
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .brand-news-main .news-popup .news-popup-middle-content {
    padding: 0;
  }
}
.brand-news-main .news-popup .news-popup-middle-content img {
  object-fit: cover;
  width: 560px;
  height: 450px;
}
@media (max-width: 440px) {
  .brand-news-main .news-popup .news-popup-middle-content img {
    width: 390px;
    height: 330px;
  }
}
.brand-news-main .news-popup .news-popup-middle-content .popup-text {
  display: flex;
  gap: 60px;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 440px) {
  .brand-news-main .news-popup .news-popup-middle-content .popup-text {
    gap: 40px;
  }
}
.brand-news-main .news-popup .news-popup-middle-content .popup-text .popup-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
}
@media (max-width: 1024px) {
  .brand-news-main .news-popup .news-popup-middle-content .popup-text .popup-title {
    text-align: center;
  }
}
@media (max-width: 440px) {
  .brand-news-main .news-popup .news-popup-middle-content .popup-text .popup-title {
    font-size: 18px;
  }
}
.brand-news-main .news-popup .news-popup-middle-content .popup-text .popup-sub-title {
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  text-align: left;
  color: #4A4A4A;
}
@media (max-width: 1024px) {
  .brand-news-main .news-popup .news-popup-middle-content .popup-text .popup-sub-title {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .brand-news-main .news-popup .news-popup-middle-content .popup-text .popup-sub-title {
    font-size: 15px;
  }
}
.brand-news-main .news-popup .news-popup-bottom-content {
  display: flex;
  justify-content: center;
}
@media (max-width: 440px) {
  .brand-news-main .news-popup .news-popup-bottom-content {
    height: 180px;
  }
}
.brand-news-main .news-popup .news-popup-bottom-content .popup-prev-btn {
  width: 50%;
  height: 260px;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
.brand-news-main .news-popup .news-popup-bottom-content .popup-prev-btn:hover .news-popup-bottom-text {
  background: rgba(0, 0, 0, 0.8);
  font-size: 36px;
}
@media (max-width: 1024px) {
  .brand-news-main .news-popup .news-popup-bottom-content .popup-prev-btn:hover .news-popup-bottom-text {
    font-size: 30px !important;
  }
}
@media (max-width: 768px) {
  .brand-news-main .news-popup .news-popup-bottom-content .popup-prev-btn:hover .news-popup-bottom-text {
    font-size: 23px !important;
  }
}
@media (max-width: 440px) {
  .brand-news-main .news-popup .news-popup-bottom-content .popup-prev-btn:hover .news-popup-bottom-text {
    font-size: 14px !important;
  }
}
.brand-news-main .news-popup .news-popup-bottom-content .popup-prev-btn:hover img {
  transform: scale(1.1);
  overflow: hidden;
}
.brand-news-main .news-popup .news-popup-bottom-content .popup-prev-btn .news-popup-bottom-text {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  z-index: 10;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .brand-news-main .news-popup .news-popup-bottom-content .popup-prev-btn .news-popup-bottom-text {
    font-size: 28px !important;
  }
}
@media (max-width: 768px) {
  .brand-news-main .news-popup .news-popup-bottom-content .popup-prev-btn .news-popup-bottom-text {
    font-size: 22px !important;
  }
}
@media (max-width: 440px) {
  .brand-news-main .news-popup .news-popup-bottom-content .popup-prev-btn .news-popup-bottom-text {
    font-size: 14px !important;
    padding-bottom: 60px;
  }
}
.brand-news-main .news-popup .news-popup-bottom-content .popup-prev-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.brand-news-main .news-popup .news-popup-bottom-content .popup-next-btn {
  width: 50%;
  height: 260px;
  cursor: pointer;
  transition: opacity 0.3s;
  position: relative;
  overflow: hidden;
}
.brand-news-main .news-popup .news-popup-bottom-content .popup-next-btn:hover .news-popup-bottom-text {
  background: rgba(0, 0, 0, 0.8);
  font-size: 36px;
}
@media (max-width: 1024px) {
  .brand-news-main .news-popup .news-popup-bottom-content .popup-next-btn:hover .news-popup-bottom-text {
    font-size: 30px !important;
  }
}
@media (max-width: 768px) {
  .brand-news-main .news-popup .news-popup-bottom-content .popup-next-btn:hover .news-popup-bottom-text {
    font-size: 23px !important;
  }
}
@media (max-width: 440px) {
  .brand-news-main .news-popup .news-popup-bottom-content .popup-next-btn:hover .news-popup-bottom-text {
    font-size: 14px !important;
  }
}
.brand-news-main .news-popup .news-popup-bottom-content .popup-next-btn:hover img {
  transform: scale(1.1);
  overflow: hidden;
}
.brand-news-main .news-popup .news-popup-bottom-content .popup-next-btn .news-popup-bottom-text {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  z-index: 10;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .brand-news-main .news-popup .news-popup-bottom-content .popup-next-btn .news-popup-bottom-text {
    font-size: 28px !important;
  }
}
@media (max-width: 768px) {
  .brand-news-main .news-popup .news-popup-bottom-content .popup-next-btn .news-popup-bottom-text {
    font-size: 22px !important;
  }
}
@media (max-width: 440px) {
  .brand-news-main .news-popup .news-popup-bottom-content .popup-next-btn .news-popup-bottom-text {
    font-size: 14px !important;
    padding-bottom: 60px;
  }
}
.brand-news-main .news-popup .news-popup-bottom-content .popup-next-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.brand-news-main .news-popup .popup-close-btn {
  position: absolute;
  cursor: pointer;
  top: 20px;
  right: 20px;
}
.brand-news-main #newsPopup2 .news-popup-header-content,
.brand-news-main #newsPopup3 .news-popup-header-content,
.brand-news-main #newsPopup4 .news-popup-header-content,
.brand-news-main #newsPopup5 .news-popup-header-content,
.brand-news-main #newsPopup6 .news-popup-header-content,
.brand-news-main #newsPopup7 .news-popup-header-content,
.brand-news-main #newsPopup8 .news-popup-header-content,
.brand-news-main #newsPopup9 .news-popup-header-content,
.brand-news-main #newsPopup10 .news-popup-header-content,
.brand-news-main #newsPopup11 .news-popup-header-content,
.brand-news-main #newsPopup12 .news-popup-header-content,
.brand-news-main #newsPopup13 .news-popup-header-content,
.brand-news-main #newsPopup14 .news-popup-header-content {
  justify-content: space-between;
  padding: 0 80px;
}
@media (max-width: 440px) {
  .brand-news-main #newsPopup2 .news-popup-header-content,
.brand-news-main #newsPopup3 .news-popup-header-content,
.brand-news-main #newsPopup4 .news-popup-header-content,
.brand-news-main #newsPopup5 .news-popup-header-content,
.brand-news-main #newsPopup6 .news-popup-header-content,
.brand-news-main #newsPopup7 .news-popup-header-content,
.brand-news-main #newsPopup8 .news-popup-header-content,
.brand-news-main #newsPopup9 .news-popup-header-content,
.brand-news-main #newsPopup10 .news-popup-header-content,
.brand-news-main #newsPopup11 .news-popup-header-content,
.brand-news-main #newsPopup12 .news-popup-header-content,
.brand-news-main #newsPopup13 .news-popup-header-content,
.brand-news-main #newsPopup14 .news-popup-header-content {
    padding: 0 5px;
  }
}
.brand-news-main #newsPopup2 .news-popup-header-content img,
.brand-news-main #newsPopup3 .news-popup-header-content img,
.brand-news-main #newsPopup4 .news-popup-header-content img,
.brand-news-main #newsPopup5 .news-popup-header-content img,
.brand-news-main #newsPopup6 .news-popup-header-content img,
.brand-news-main #newsPopup7 .news-popup-header-content img,
.brand-news-main #newsPopup8 .news-popup-header-content img,
.brand-news-main #newsPopup9 .news-popup-header-content img,
.brand-news-main #newsPopup10 .news-popup-header-content img,
.brand-news-main #newsPopup11 .news-popup-header-content img,
.brand-news-main #newsPopup12 .news-popup-header-content img,
.brand-news-main #newsPopup13 .news-popup-header-content img,
.brand-news-main #newsPopup14 .news-popup-header-content img {
  object-position: top;
}
.brand-news-main #newsPopup2 .news-popup-header-content .popup-text .popup-title,
.brand-news-main #newsPopup3 .news-popup-header-content .popup-text .popup-title,
.brand-news-main #newsPopup4 .news-popup-header-content .popup-text .popup-title,
.brand-news-main #newsPopup5 .news-popup-header-content .popup-text .popup-title,
.brand-news-main #newsPopup6 .news-popup-header-content .popup-text .popup-title,
.brand-news-main #newsPopup7 .news-popup-header-content .popup-text .popup-title,
.brand-news-main #newsPopup8 .news-popup-header-content .popup-text .popup-title,
.brand-news-main #newsPopup9 .news-popup-header-content .popup-text .popup-title,
.brand-news-main #newsPopup10 .news-popup-header-content .popup-text .popup-title,
.brand-news-main #newsPopup11 .news-popup-header-content .popup-text .popup-title,
.brand-news-main #newsPopup12 .news-popup-header-content .popup-text .popup-title,
.brand-news-main #newsPopup13 .news-popup-header-content .popup-text .popup-title,
.brand-news-main #newsPopup14 .news-popup-header-content .popup-text .popup-title {
  text-align: left;
}
@media (max-width: 1024px) {
  .brand-news-main #newsPopup2 .news-popup-header-content .popup-text .popup-title,
.brand-news-main #newsPopup3 .news-popup-header-content .popup-text .popup-title,
.brand-news-main #newsPopup4 .news-popup-header-content .popup-text .popup-title,
.brand-news-main #newsPopup5 .news-popup-header-content .popup-text .popup-title,
.brand-news-main #newsPopup6 .news-popup-header-content .popup-text .popup-title,
.brand-news-main #newsPopup7 .news-popup-header-content .popup-text .popup-title,
.brand-news-main #newsPopup8 .news-popup-header-content .popup-text .popup-title,
.brand-news-main #newsPopup9 .news-popup-header-content .popup-text .popup-title,
.brand-news-main #newsPopup10 .news-popup-header-content .popup-text .popup-title,
.brand-news-main #newsPopup11 .news-popup-header-content .popup-text .popup-title,
.brand-news-main #newsPopup12 .news-popup-header-content .popup-text .popup-title,
.brand-news-main #newsPopup13 .news-popup-header-content .popup-text .popup-title,
.brand-news-main #newsPopup14 .news-popup-header-content .popup-text .popup-title {
    text-align: center;
  }
}
.brand-news-main #newsPopup2 .news-popup-header-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup3 .news-popup-header-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup4 .news-popup-header-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup5 .news-popup-header-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup6 .news-popup-header-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup7 .news-popup-header-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup8 .news-popup-header-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup9 .news-popup-header-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup10 .news-popup-header-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup11 .news-popup-header-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup12 .news-popup-header-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup13 .news-popup-header-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup14 .news-popup-header-content .popup-text .popup-title .popup-title-text {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 440px) {
  .brand-news-main #newsPopup2 .news-popup-header-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup3 .news-popup-header-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup4 .news-popup-header-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup5 .news-popup-header-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup6 .news-popup-header-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup7 .news-popup-header-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup8 .news-popup-header-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup9 .news-popup-header-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup10 .news-popup-header-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup11 .news-popup-header-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup12 .news-popup-header-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup13 .news-popup-header-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup14 .news-popup-header-content .popup-text .popup-title .popup-title-text {
    font-size: 18px;
  }
}
.brand-news-main #newsPopup2 .news-popup-header-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup3 .news-popup-header-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup4 .news-popup-header-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup5 .news-popup-header-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup6 .news-popup-header-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup7 .news-popup-header-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup8 .news-popup-header-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup9 .news-popup-header-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup10 .news-popup-header-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup11 .news-popup-header-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup12 .news-popup-header-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup13 .news-popup-header-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup14 .news-popup-header-content .popup-text .popup-title .popup-title-sub-text {
  color: #4A4A4A;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media (max-width: 440px) {
  .brand-news-main #newsPopup2 .news-popup-header-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup3 .news-popup-header-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup4 .news-popup-header-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup5 .news-popup-header-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup6 .news-popup-header-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup7 .news-popup-header-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup8 .news-popup-header-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup9 .news-popup-header-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup10 .news-popup-header-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup11 .news-popup-header-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup12 .news-popup-header-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup13 .news-popup-header-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup14 .news-popup-header-content .popup-text .popup-title .popup-title-sub-text {
    font-size: 14px;
  }
}
.brand-news-main #newsPopup2 .news-popup-header-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup3 .news-popup-header-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup4 .news-popup-header-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup5 .news-popup-header-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup6 .news-popup-header-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup7 .news-popup-header-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup8 .news-popup-header-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup9 .news-popup-header-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup10 .news-popup-header-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup11 .news-popup-header-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup12 .news-popup-header-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup13 .news-popup-header-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup14 .news-popup-header-content .popup-text .popup-sub-title {
  text-align: left;
  line-height: 28px;
}
@media (max-width: 1024px) {
  .brand-news-main #newsPopup2 .news-popup-header-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup3 .news-popup-header-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup4 .news-popup-header-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup5 .news-popup-header-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup6 .news-popup-header-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup7 .news-popup-header-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup8 .news-popup-header-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup9 .news-popup-header-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup10 .news-popup-header-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup11 .news-popup-header-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup12 .news-popup-header-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup13 .news-popup-header-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup14 .news-popup-header-content .popup-text .popup-sub-title {
    text-align: center;
  }
}
.brand-news-main #newsPopup2 .news-popup-header-content .popup-text .popup-date,
.brand-news-main #newsPopup3 .news-popup-header-content .popup-text .popup-date,
.brand-news-main #newsPopup4 .news-popup-header-content .popup-text .popup-date,
.brand-news-main #newsPopup5 .news-popup-header-content .popup-text .popup-date,
.brand-news-main #newsPopup6 .news-popup-header-content .popup-text .popup-date,
.brand-news-main #newsPopup7 .news-popup-header-content .popup-text .popup-date,
.brand-news-main #newsPopup8 .news-popup-header-content .popup-text .popup-date,
.brand-news-main #newsPopup9 .news-popup-header-content .popup-text .popup-date,
.brand-news-main #newsPopup10 .news-popup-header-content .popup-text .popup-date,
.brand-news-main #newsPopup11 .news-popup-header-content .popup-text .popup-date,
.brand-news-main #newsPopup12 .news-popup-header-content .popup-text .popup-date,
.brand-news-main #newsPopup13 .news-popup-header-content .popup-text .popup-date,
.brand-news-main #newsPopup14 .news-popup-header-content .popup-text .popup-date {
  text-align: left;
}
.brand-news-main #newsPopup2 .news-popup-media-content,
.brand-news-main #newsPopup3 .news-popup-media-content,
.brand-news-main #newsPopup4 .news-popup-media-content,
.brand-news-main #newsPopup5 .news-popup-media-content,
.brand-news-main #newsPopup6 .news-popup-media-content,
.brand-news-main #newsPopup7 .news-popup-media-content,
.brand-news-main #newsPopup8 .news-popup-media-content,
.brand-news-main #newsPopup9 .news-popup-media-content,
.brand-news-main #newsPopup10 .news-popup-media-content,
.brand-news-main #newsPopup11 .news-popup-media-content,
.brand-news-main #newsPopup12 .news-popup-media-content,
.brand-news-main #newsPopup13 .news-popup-media-content,
.brand-news-main #newsPopup14 .news-popup-media-content {
  padding: 0 80px;
  margin-bottom: 80px;
}
@media (max-width: 440px) {
  .brand-news-main #newsPopup2 .news-popup-media-content,
.brand-news-main #newsPopup3 .news-popup-media-content,
.brand-news-main #newsPopup4 .news-popup-media-content,
.brand-news-main #newsPopup5 .news-popup-media-content,
.brand-news-main #newsPopup6 .news-popup-media-content,
.brand-news-main #newsPopup7 .news-popup-media-content,
.brand-news-main #newsPopup8 .news-popup-media-content,
.brand-news-main #newsPopup9 .news-popup-media-content,
.brand-news-main #newsPopup10 .news-popup-media-content,
.brand-news-main #newsPopup11 .news-popup-media-content,
.brand-news-main #newsPopup12 .news-popup-media-content,
.brand-news-main #newsPopup13 .news-popup-media-content,
.brand-news-main #newsPopup14 .news-popup-media-content {
    padding: 0 5px;
  }
}
.brand-news-main #newsPopup2 .news-popup-media-content iframe,
.brand-news-main #newsPopup3 .news-popup-media-content iframe,
.brand-news-main #newsPopup4 .news-popup-media-content iframe,
.brand-news-main #newsPopup5 .news-popup-media-content iframe,
.brand-news-main #newsPopup6 .news-popup-media-content iframe,
.brand-news-main #newsPopup7 .news-popup-media-content iframe,
.brand-news-main #newsPopup8 .news-popup-media-content iframe,
.brand-news-main #newsPopup9 .news-popup-media-content iframe,
.brand-news-main #newsPopup10 .news-popup-media-content iframe,
.brand-news-main #newsPopup11 .news-popup-media-content iframe,
.brand-news-main #newsPopup12 .news-popup-media-content iframe,
.brand-news-main #newsPopup13 .news-popup-media-content iframe,
.brand-news-main #newsPopup14 .news-popup-media-content iframe {
  border-radius: 12px;
  height: 545px;
}
@media (max-width: 440px) {
  .brand-news-main #newsPopup2 .news-popup-media-content iframe,
.brand-news-main #newsPopup3 .news-popup-media-content iframe,
.brand-news-main #newsPopup4 .news-popup-media-content iframe,
.brand-news-main #newsPopup5 .news-popup-media-content iframe,
.brand-news-main #newsPopup6 .news-popup-media-content iframe,
.brand-news-main #newsPopup7 .news-popup-media-content iframe,
.brand-news-main #newsPopup8 .news-popup-media-content iframe,
.brand-news-main #newsPopup9 .news-popup-media-content iframe,
.brand-news-main #newsPopup10 .news-popup-media-content iframe,
.brand-news-main #newsPopup11 .news-popup-media-content iframe,
.brand-news-main #newsPopup12 .news-popup-media-content iframe,
.brand-news-main #newsPopup13 .news-popup-media-content iframe,
.brand-news-main #newsPopup14 .news-popup-media-content iframe {
    height: 330px;
  }
}
.brand-news-main #newsPopup2 .news-popup-middle-content,
.brand-news-main #newsPopup3 .news-popup-middle-content,
.brand-news-main #newsPopup4 .news-popup-middle-content,
.brand-news-main #newsPopup5 .news-popup-middle-content,
.brand-news-main #newsPopup6 .news-popup-middle-content,
.brand-news-main #newsPopup7 .news-popup-middle-content,
.brand-news-main #newsPopup8 .news-popup-middle-content,
.brand-news-main #newsPopup9 .news-popup-middle-content,
.brand-news-main #newsPopup10 .news-popup-middle-content,
.brand-news-main #newsPopup11 .news-popup-middle-content,
.brand-news-main #newsPopup12 .news-popup-middle-content,
.brand-news-main #newsPopup13 .news-popup-middle-content,
.brand-news-main #newsPopup14 .news-popup-middle-content {
  justify-content: space-between;
  padding: 0 80px;
}
@media (max-width: 440px) {
  .brand-news-main #newsPopup2 .news-popup-middle-content,
.brand-news-main #newsPopup3 .news-popup-middle-content,
.brand-news-main #newsPopup4 .news-popup-middle-content,
.brand-news-main #newsPopup5 .news-popup-middle-content,
.brand-news-main #newsPopup6 .news-popup-middle-content,
.brand-news-main #newsPopup7 .news-popup-middle-content,
.brand-news-main #newsPopup8 .news-popup-middle-content,
.brand-news-main #newsPopup9 .news-popup-middle-content,
.brand-news-main #newsPopup10 .news-popup-middle-content,
.brand-news-main #newsPopup11 .news-popup-middle-content,
.brand-news-main #newsPopup12 .news-popup-middle-content,
.brand-news-main #newsPopup13 .news-popup-middle-content,
.brand-news-main #newsPopup14 .news-popup-middle-content {
    padding: 0 5px;
  }
}
.brand-news-main #newsPopup2 .news-popup-middle-content .popup-text,
.brand-news-main #newsPopup3 .news-popup-middle-content .popup-text,
.brand-news-main #newsPopup4 .news-popup-middle-content .popup-text,
.brand-news-main #newsPopup5 .news-popup-middle-content .popup-text,
.brand-news-main #newsPopup6 .news-popup-middle-content .popup-text,
.brand-news-main #newsPopup7 .news-popup-middle-content .popup-text,
.brand-news-main #newsPopup8 .news-popup-middle-content .popup-text,
.brand-news-main #newsPopup9 .news-popup-middle-content .popup-text,
.brand-news-main #newsPopup10 .news-popup-middle-content .popup-text,
.brand-news-main #newsPopup11 .news-popup-middle-content .popup-text,
.brand-news-main #newsPopup12 .news-popup-middle-content .popup-text,
.brand-news-main #newsPopup13 .news-popup-middle-content .popup-text,
.brand-news-main #newsPopup14 .news-popup-middle-content .popup-text {
  gap: 0;
}
.brand-news-main #newsPopup2 .news-popup-middle-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup3 .news-popup-middle-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup4 .news-popup-middle-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup5 .news-popup-middle-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup6 .news-popup-middle-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup7 .news-popup-middle-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup8 .news-popup-middle-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup9 .news-popup-middle-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup10 .news-popup-middle-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup11 .news-popup-middle-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup12 .news-popup-middle-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup13 .news-popup-middle-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup14 .news-popup-middle-content .popup-text .popup-title .popup-title-text {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 440px) {
  .brand-news-main #newsPopup2 .news-popup-middle-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup3 .news-popup-middle-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup4 .news-popup-middle-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup5 .news-popup-middle-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup6 .news-popup-middle-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup7 .news-popup-middle-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup8 .news-popup-middle-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup9 .news-popup-middle-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup10 .news-popup-middle-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup11 .news-popup-middle-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup12 .news-popup-middle-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup13 .news-popup-middle-content .popup-text .popup-title .popup-title-text,
.brand-news-main #newsPopup14 .news-popup-middle-content .popup-text .popup-title .popup-title-text {
    font-size: 18px;
  }
}
.brand-news-main #newsPopup2 .news-popup-middle-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup3 .news-popup-middle-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup4 .news-popup-middle-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup5 .news-popup-middle-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup6 .news-popup-middle-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup7 .news-popup-middle-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup8 .news-popup-middle-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup9 .news-popup-middle-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup10 .news-popup-middle-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup11 .news-popup-middle-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup12 .news-popup-middle-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup13 .news-popup-middle-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup14 .news-popup-middle-content .popup-text .popup-title .popup-title-sub-text {
  color: #4A4A4A;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media (max-width: 440px) {
  .brand-news-main #newsPopup2 .news-popup-middle-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup3 .news-popup-middle-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup4 .news-popup-middle-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup5 .news-popup-middle-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup6 .news-popup-middle-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup7 .news-popup-middle-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup8 .news-popup-middle-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup9 .news-popup-middle-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup10 .news-popup-middle-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup11 .news-popup-middle-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup12 .news-popup-middle-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup13 .news-popup-middle-content .popup-text .popup-title .popup-title-sub-text,
.brand-news-main #newsPopup14 .news-popup-middle-content .popup-text .popup-title .popup-title-sub-text {
    font-size: 14px;
  }
}
.brand-news-main #newsPopup2 .news-popup-middle-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup3 .news-popup-middle-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup4 .news-popup-middle-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup5 .news-popup-middle-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup6 .news-popup-middle-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup7 .news-popup-middle-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup8 .news-popup-middle-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup9 .news-popup-middle-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup10 .news-popup-middle-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup11 .news-popup-middle-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup12 .news-popup-middle-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup13 .news-popup-middle-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup14 .news-popup-middle-content .popup-text .popup-sub-title {
  margin: 70px 0;
}
@media (max-width: 440px) {
  .brand-news-main #newsPopup2 .news-popup-middle-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup3 .news-popup-middle-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup4 .news-popup-middle-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup5 .news-popup-middle-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup6 .news-popup-middle-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup7 .news-popup-middle-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup8 .news-popup-middle-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup9 .news-popup-middle-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup10 .news-popup-middle-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup11 .news-popup-middle-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup12 .news-popup-middle-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup13 .news-popup-middle-content .popup-text .popup-sub-title,
.brand-news-main #newsPopup14 .news-popup-middle-content .popup-text .popup-sub-title {
    margin: 40px 0;
  }
}
.brand-news-main #newsPopup2 .news-popup-middle-content .popup-text .popup-footer-text,
.brand-news-main #newsPopup3 .news-popup-middle-content .popup-text .popup-footer-text,
.brand-news-main #newsPopup4 .news-popup-middle-content .popup-text .popup-footer-text,
.brand-news-main #newsPopup5 .news-popup-middle-content .popup-text .popup-footer-text,
.brand-news-main #newsPopup6 .news-popup-middle-content .popup-text .popup-footer-text,
.brand-news-main #newsPopup7 .news-popup-middle-content .popup-text .popup-footer-text,
.brand-news-main #newsPopup8 .news-popup-middle-content .popup-text .popup-footer-text,
.brand-news-main #newsPopup9 .news-popup-middle-content .popup-text .popup-footer-text,
.brand-news-main #newsPopup10 .news-popup-middle-content .popup-text .popup-footer-text,
.brand-news-main #newsPopup11 .news-popup-middle-content .popup-text .popup-footer-text,
.brand-news-main #newsPopup12 .news-popup-middle-content .popup-text .popup-footer-text,
.brand-news-main #newsPopup13 .news-popup-middle-content .popup-text .popup-footer-text,
.brand-news-main #newsPopup14 .news-popup-middle-content .popup-text .popup-footer-text {
  text-align: right;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 70px;
}
.brand-news-main #newsPopup2 .news-popup-middle-content .popup-text .popup-footer-title,
.brand-news-main #newsPopup3 .news-popup-middle-content .popup-text .popup-footer-title,
.brand-news-main #newsPopup4 .news-popup-middle-content .popup-text .popup-footer-title,
.brand-news-main #newsPopup5 .news-popup-middle-content .popup-text .popup-footer-title,
.brand-news-main #newsPopup6 .news-popup-middle-content .popup-text .popup-footer-title,
.brand-news-main #newsPopup7 .news-popup-middle-content .popup-text .popup-footer-title,
.brand-news-main #newsPopup8 .news-popup-middle-content .popup-text .popup-footer-title,
.brand-news-main #newsPopup9 .news-popup-middle-content .popup-text .popup-footer-title,
.brand-news-main #newsPopup10 .news-popup-middle-content .popup-text .popup-footer-title,
.brand-news-main #newsPopup11 .news-popup-middle-content .popup-text .popup-footer-title,
.brand-news-main #newsPopup12 .news-popup-middle-content .popup-text .popup-footer-title,
.brand-news-main #newsPopup13 .news-popup-middle-content .popup-text .popup-footer-title,
.brand-news-main #newsPopup14 .news-popup-middle-content .popup-text .popup-footer-title {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 440px) {
  .brand-news-main #newsPopup2 .news-popup-middle-content .popup-text .popup-footer-title,
.brand-news-main #newsPopup3 .news-popup-middle-content .popup-text .popup-footer-title,
.brand-news-main #newsPopup4 .news-popup-middle-content .popup-text .popup-footer-title,
.brand-news-main #newsPopup5 .news-popup-middle-content .popup-text .popup-footer-title,
.brand-news-main #newsPopup6 .news-popup-middle-content .popup-text .popup-footer-title,
.brand-news-main #newsPopup7 .news-popup-middle-content .popup-text .popup-footer-title,
.brand-news-main #newsPopup8 .news-popup-middle-content .popup-text .popup-footer-title,
.brand-news-main #newsPopup9 .news-popup-middle-content .popup-text .popup-footer-title,
.brand-news-main #newsPopup10 .news-popup-middle-content .popup-text .popup-footer-title,
.brand-news-main #newsPopup11 .news-popup-middle-content .popup-text .popup-footer-title,
.brand-news-main #newsPopup12 .news-popup-middle-content .popup-text .popup-footer-title,
.brand-news-main #newsPopup13 .news-popup-middle-content .popup-text .popup-footer-title,
.brand-news-main #newsPopup14 .news-popup-middle-content .popup-text .popup-footer-title {
    font-size: 18px;
  }
}
.brand-news-main #newsPopup2 .news-popup-img-content,
.brand-news-main #newsPopup3 .news-popup-img-content,
.brand-news-main #newsPopup4 .news-popup-img-content,
.brand-news-main #newsPopup5 .news-popup-img-content,
.brand-news-main #newsPopup6 .news-popup-img-content,
.brand-news-main #newsPopup7 .news-popup-img-content,
.brand-news-main #newsPopup8 .news-popup-img-content,
.brand-news-main #newsPopup9 .news-popup-img-content,
.brand-news-main #newsPopup10 .news-popup-img-content,
.brand-news-main #newsPopup11 .news-popup-img-content,
.brand-news-main #newsPopup12 .news-popup-img-content,
.brand-news-main #newsPopup13 .news-popup-img-content,
.brand-news-main #newsPopup14 .news-popup-img-content {
  padding: 0 80px;
  margin-bottom: 80px;
}
.brand-news-main #newsPopup4 .news-popup-middle-content {
  margin-bottom: 0;
}
.brand-news-main #newsPopup4 .popup-text {
  text-align: center;
}
.brand-news-main #newsPopup4 .popup-text .popup-title {
  text-align: center;
}
.brand-news-main #newsPopup4 .popup-text .popup-sub-title {
  text-align: center;
}
.brand-news-main #newsPopup6 .news-popup-middle-content .news-popup-middle-img {
  width: 50%;
}
.brand-news-main #newsPopup6 .news-popup-middle-content .news-popup-middle-img img {
  width: 100%;
  transform: scale(1);
  object-fit: contain;
}
.brand-news-main #newsPopup8 .popup-sub-title {
  margin-bottom: 0;
}
.brand-news-main #newsPopup9 .news-popup-middle-content img {
  height: 100%;
}
.brand-news-main #newsPopup13 .news-popup-middle-content img {
  object-fit: contain;
}
.brand-news-main .inner .brand-news .brand-news-text .brand-news-title {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 8px;
}
@media (max-width: 440px) {
  .brand-news-main .inner .brand-news .brand-news-text .brand-news-title {
    font-size: 26px;
    margin-bottom: 8px;
  }
}
.brand-news-main .inner .brand-news .brand-news-text .brand-news-sub-title {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 32px;
  color: #4A4A4A;
}
@media (max-width: 440px) {
  .brand-news-main .inner .brand-news .brand-news-text .brand-news-sub-title {
    font-size: 18px;
  }
}
.brand-news-main .inner .brand-news .brand-news-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
  text-align: center;
  overflow: hidden;
  height: 700px;
  position: relative;
}
@media (max-width: 1024px) {
  .brand-news-main .inner .brand-news .brand-news-content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 440px) {
  .brand-news-main .inner .brand-news .brand-news-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
.brand-news-main .inner .brand-news .brand-news-content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 220px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), #fff, #fff);
  bottom: 0;
  left: 0;
  right: 0;
}
.brand-news-main .inner .brand-news .brand-news-content.on {
  height: 100%;
}
.brand-news-main .inner .brand-news .brand-news-content.on::before {
  display: none;
}
.brand-news-main .inner .brand-news .brand-news-content .news-content-card {
  cursor: pointer;
}
.brand-news-main .inner .brand-news .brand-news-content .news-content-card:hover .news-card-img {
  position: relative;
  transition: 0.3s;
  border-radius: 12px 12px 12px 108px;
}
.brand-news-main .inner .brand-news .brand-news-content .news-content-card:hover .news-card-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  color: #fff;
  font-size: 30px;
  line-height: 13;
}
.brand-news-main .inner .brand-news .brand-news-content .news-content-card:hover .news-card-img img {
  transform: scale(1.1);
}
.brand-news-main .inner .brand-news .brand-news-content .news-content-card:hover .news-card-title {
  color: #E31D2E;
}
.brand-news-main .inner .brand-news .brand-news-content .news-content-card .news-card-img {
  border-radius: 12px;
  overflow: hidden;
  height: 385px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .brand-news-main .inner .brand-news .brand-news-content .news-content-card .news-card-img {
    height: 230px;
  }
}
@media (max-width: 440px) {
  .brand-news-main .inner .brand-news .brand-news-content .news-content-card .news-card-img {
    height: 190px;
  }
}
.brand-news-main .inner .brand-news .brand-news-content .news-content-card .news-card-img img {
  object-fit: cover;
  width: inherit;
  height: inherit;
  transition: 0.3s;
}
.brand-news-main .inner .brand-news .brand-news-content .news-content-card .br {
  display: none;
}
@media (max-width: 440px) {
  .brand-news-main .inner .brand-news .brand-news-content .news-content-card .br {
    display: block;
  }
}
.brand-news-main .inner .brand-news .brand-news-content .news-content-card .news-card-text .news-card-title {
  line-height: 19px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
}
@media (max-width: 440px) {
  .brand-news-main .inner .brand-news .brand-news-content .news-content-card .news-card-text .news-card-title {
    font-size: 14px;
  }
}
.brand-news-main .inner .brand-news .brand-news-content .news-content-card .news-card-text .news-content-type {
  color: #4A4A4A;
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 440px) {
  .brand-news-main .inner .brand-news .brand-news-content .news-content-card .news-card-text .news-content-type {
    font-size: 13px;
  }
}
.brand-news-main .inner .brand-news .news-more-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;
  display: flex;
  justify-self: center;
}
.brand-news-main .inner .brand-news .news-more-btn:hover {
  background-position: left bottom;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .brand-news-main .inner .brand-news .news-more-btn {
    padding: 16px 28px;
    font-size: 18px;
  }
}
@media (max-width: 440px) {
  .brand-news-main .inner .brand-news .news-more-btn {
    padding: 12px 18px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .brand-news-main .inner .brand-news .news-more-btn {
    width: 90%;
  }
}

.media-section {
  margin-bottom: 240px;
}
.media-section .inner {
  max-width: 1610px;
  margin: 0 155px;
}
@media (max-width: 1024px) {
  .media-section .inner {
    max-width: 920px;
    margin: 0 52px;
  }
}
@media (max-width: 768px) {
  .media-section .inner {
    max-width: 720px;
    margin: 0 24px;
  }
}
@media (max-width: 440px) {
  .media-section .inner {
    max-width: 392px;
    margin: 0 24px;
  }
}
.media-section .inner .media-section-tetx .media-section-title {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 8px;
  font-family: "Escoredream";
}
@media (max-width: 440px) {
  .media-section .inner .media-section-tetx .media-section-title {
    font-size: 26px;
    margin-bottom: 8px;
  }
}
.media-section .inner .media-section-tetx .media-section-sub-title {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 32px;
  color: #4A4A4A;
  font-family: "Escoredream";
}
@media (max-width: 440px) {
  .media-section .inner .media-section-tetx .media-section-sub-title {
    font-size: 18px;
  }
}
.media-section .inner .media-section-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .media-section .inner .media-section-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 440px) {
  .media-section .inner .media-section-content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.media-section .inner .media-section-content .media-section-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
.media-section .inner .media-section-content .media-section-card iframe {
  width: 100%;
  max-width: 100%;
  display: block;
  height: 295px;
  border-radius: 12px;
}
.media-section .inner .media-section-content .media-section-card .media-content-text {
  align-self: center;
  width: 95%;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 300;
  font-size: 16px;
  font-family: "Escoredream";
}
.media-section .inner .media-section-btn {
  text-align: center;
}
.media-section .inner .media-section-btn .more-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;
}
.media-section .inner .media-section-btn .more-btn:hover {
  background-position: left bottom;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .media-section .inner .media-section-btn .more-btn {
    padding: 16px 28px;
    font-size: 18px;
  }
}
@media (max-width: 440px) {
  .media-section .inner .media-section-btn .more-btn {
    padding: 12px 18px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .media-section .inner .media-section-btn .more-btn {
    width: 90%;
  }
}

.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: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: 36px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .location-btns .location-btn .location-text {
    font-size: 48px;
  }
}
.location-btns .location-btn .location-text img {
  width: 100%;
  height: 100%;
  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%);
  }
}
.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%);
  }
}