@charset "UTF-8";

@font-face {
  font-family : "SVN-Gilroy";
  src         : url("../fonts/SVN-Gilroy.eot");
  src         : url("../fonts/SVN-Gilroy.eot?#iefix") format("embedded-opentype"), url("../fonts/SVN-Gilroy.woff2") format("woff2"), url("../fonts/SVN-Gilroy.woff") format("woff"), url("../fonts/SVN-Gilroy.ttf") format("truetype"), url("../fonts/SVN-Gilroy.svg#SVN-Gilroy") format("svg");
  font-weight : normal;
  font-style  : normal;
  font-display: swap;
}

@font-face {
  font-family : "MTD Colatin";
  src         : url("../fonts/MTD.eot");
  src         : url("../fonts/MTD.eot?#iefix") format("embedded-opentype"), url("../fonts/MTD.woff2") format("woff2"), url("../fonts/MTD.woff") format("woff"), url("../fonts/MTD.ttf") format("truetype"), url("../fonts/MTD.svg#MTD") format("svg");
  font-weight : normal;
  font-style  : normal;
  font-display: swap;
}

@font-face {
  font-family : "SVN-Gilroy";
  src         : url("../fonts/SVN-GilroySemiBold.eot");
  src         : url("../fonts/SVN-GilroySemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SVN-GilroySemiBold.woff2") format("woff2"), url("../fonts/SVN-GilroySemiBold.woff") format("woff"), url("../fonts/SVN-GilroySemiBold.ttf") format("truetype"), url("../fonts/SVN-GilroySemiBold.svg#SVN-GilroySemiBold") format("svg");
  font-weight : 600;
  font-style  : normal;
  font-display: swap;
}

@font-face {
  font-family : "SVN-Gilroy";
  src         : url("../fonts/SVN-GilroyMedium.eot");
  src         : url("../fonts/SVN-GilroyMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/SVN-GilroyMedium.woff2") format("woff2"), url("../fonts/SVN-GilroyMedium.woff") format("woff"), url("../fonts/SVN-GilroyMedium.ttf") format("truetype"), url("../fonts/SVN-GilroyMedium.svg#SVN-GilroyMedium") format("svg");
  font-weight : 500;
  font-style  : normal;
  font-display: swap;
}

@font-face {
  font-family : "SVN-Gilroy";
  src         : url("../fonts/SVN-GilroyBold.eot");
  src         : url("../fonts/SVN-GilroyBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SVN-GilroyBold.woff2") format("woff2"), url("../fonts/SVN-GilroyBold.woff") format("woff"), url("../fonts/SVN-GilroyBold.ttf") format("truetype"), url("../fonts/SVN-GilroyBold.svg#SVN-GilroyBold") format("svg");
  font-weight : bold;
  font-style  : normal;
  font-display: swap;
}

:root {
  --font-body      : "SVN-Gilroy", serif;
  --container-width: 1140px;
  --transition-all : all 0.3s ease-in-out;
  --color-1        : #f4333d;
  --color-2        : #666;
}

@media (max-width: 1440px) {
  :root {
    --container-width: 1080px;
  }
}

@media (max-width: 769px) {
  :root {
    --container-width: calc(100vw - 32px);
  }
}

body {
  font-family: var(--font-body);
  font-size  : 14px;
  line-height: normal;
  color      : var(--color-2);
}

a {
  text-decoration: none;
}

article p:last-child {
  margin-bottom: 0;
}

article a {
  text-decoration: underline;
  color          : var(--color-1);
}

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

@media (max-width: 769px) {
  .main {
    padding-top: 64px;
  }
}

.container-fluid {
  padding: 0;
  width  : var(--container-width);
  margin : 0 auto;
}

img {
  -o-object-fit: cover;
  object-fit   : cover;
}

.nice-select .list {
  max-height: 300px;
  overflow-y: auto;
}

.nice-select .list::-webkit-scrollbar {
  width: 6px;
}

.nice-select .list::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.nice-select .list::-webkit-scrollbar-thumb {
  background   : #888;
  border-radius: 8px;
}

.tocPost {
  position: sticky;
  top     : 0;
  left    : 0;
}

header.pc {
  position: relative;
  z-index : 99;
}

header.pc .headerTop {
  background    : #000;
  font-size     : 11px;
  text-transform: uppercase;
  padding       : 4px 0;
}

header.pc .headerTop .container-fluid {
  display        : flex;
  align-items    : center;
  justify-content: end;
}

header.pc .headerTop .--listLink {
  display    : flex;
  margin-left: auto;
}

header.pc .headerTop .--item {
  height     : 32px;
  display    : flex;
  align-items: center;
  color      : #fff;
  padding    : 0 8px;
  font-weight: bold;
}

header.pc .headerTop .nice-select {
  background : transparent;
  border     : none;
  height     : auto;
  line-height: normal;
  display    : flex;
  font-size  : 11px;
  align-items: center;
}

header.pc .headerTop .nice-select .current {
  color: #fff;
}

header.pc .headerBot {
  display      : flex;
  border-bottom: 1px solid #eee;
}

header.pc .headerBot .container-fluid {
  display    : flex;
  align-items: center;
  width      : -moz-max-content;
  width      : max-content;
}

header.pc .headerBot .--logo img {
  width: 100px;
}

header.pc .--download {
  background   : #ffa900;
  padding      : 0 12px;
  color        : #fff;
  border-radius: 16px;
  height       : 28px;
  display      : flex;
  align-items  : center;
}

header.pc .itemMenu {
  height        : 64px;
  display       : flex;
  align-items   : center;
  padding       : 0 16px;
  text-transform: uppercase;
  color         : #000;
  font-weight   : bold;
  border-right  : 1px solid #eee;
  border-bottom : 5px solid transparent;
  padding-top   : 5px;
  transition    : var(--transition-all);
}

header.pc .itemMenu:nth-child(n+2):hover {
  border-bottom: 5px solid var(--color-1);
}

header.pc .itemMenu i {
  font-size: 30px;
}

header.pc .itemMenu.--logo {
  padding-left: 0;
}

header.pc .itemMenu.--search {
  border-right : none;
  color        : #fff;
  padding      : 0 12px;
  height       : 28px;
  border-bottom: none;
}

header.pc .itemMenu.--search:hover {
  border-bottom: none;
}

header.pc .itemMenu.--search i {
  font-size: 16px;
}

header.pc .itemMenu.--year {
  background   : var(--color-1);
  padding      : 8px 16px;
  color        : #fff;
  border-radius: 16px;
  display      : flex;
  align-items  : center;
  border-bottom: none !important;
  margin-left  : 16px;
  height       : auto;
}

header.pc .--listMenu {
  display    : flex;
  align-items: center;
}

header.pc .subMenu {
  position      : absolute;
  top           : 100%;
  left          : 0;
  width         : 100%;
  transition    : all 0.5s ease-in;
  background    : #fff;
  max-height    : 0;
  overflow      : hidden;
  pointer-events: none;
}

header.pc .subMenu.active {
  max-height    : 500px;
  pointer-events: auto;
}

header.pc .subMenu .container-fluid {
  padding: 40px 0;
}

header.pc .subMenu .--listSub {
  display  : flex;
  gap      : 8px;
  font-size: 13px;
}

header.pc .subMenu .itemSub {
  color      : var(--color-1);
  font-weight: bold;
  text-align : center;
  display    : flex;
  flex-flow  : column;
  align-items: center;
}

header.pc .subMenu .itemSub:hover .--icon::after {
  border: 3px solid #fff;
}

header.pc .subMenu .itemSub .--icon {
  background   : #ccc;
  width        : -moz-max-content;
  width        : max-content;
  margin       : 0 auto;
  aspect-ratio : 1;
  border-radius: 50%;
  position     : relative;
  padding      : 4px;
}

header.pc .subMenu .itemSub .--icon::after {
  content      : "";
  position     : absolute;
  width        : 80px;
  aspect-ratio : 1;
  border       : 0 solid #fff;
  border-radius: 50%;
  top          : 50%;
  left         : 50%;
  transform    : translate(-50%, -50%);
  transition   : all 0.15s ease;
}

header.pc .subMenu .itemSub .--icon img {
  width       : 80px;
  aspect-ratio: 1;
}

header.pc .subMenu .itemSub span {
  margin-top: 20px;
}

header.pc .subMenu.type1 .itemSub {
  width: 12.5%;
}

header.pc .subMenu.type2 .itemSub {
  width: 140px;
}

header.pc .subMenu.type2 .--listSub {
  justify-content: end;
}

header.pc .subMenu.type2 .container-fluid {
  display              : grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap             : 60px;
  position             : relative;
}

header.pc .subMenu.type2 .container-fluid::after {
  content     : "";
  position    : absolute;
  left        : calc(50% - 10px);
  top         : 0;
  height      : 80%;
  border-right: 1px solid rgb(238, 238, 238);
}

header.pc .subMenu.type2 .--intro .--name {
  font-size: 16px;
  color    : var(--color-1);
}

header.pc .subMenu.type2 .--intro .--listIntro {
  display   : flex;
  gap       : 40px;
  margin-top: 10px;
}

header.pc .subMenu.type2 .--intro .--listIntro img {
  width : 100px;
  height: 56px;
}

header.pc .subMenu.type2 .--intro .--listIntro .itemIntro {
  display    : flex;
  flex-flow  : column;
  gap        : 10px;
  font-size  : 11px;
  font-weight: bold;
  color      : #000;
}

header.pc .star {
  position  : absolute;
  top       : 100%;
  left      : 0;
  width     : 100%;
  background: #fff;
  max-height: 0;
  overflow  : hidden;
  transition: var(--transition-all);
}

header.pc .star.active {
  max-height: 500px;
}

header.pc .star .--star {
  padding: 20px 0 40px;
}

header.pc .star .--note {
  font-size  : 20px;
  text-align : center;
  font-weight: 500;
}

header.pc .star .--item:last-child i {
  color: var(--color-1);
}

header.pc .star .--info {
  display: flex;
  width  : 740px;
  margin : 16px auto 0;
  gap    : 24px;
}

header.pc .star .--name {
  color     : var(--color-1);
  font-size : 20px;
  text-align: center;
}

header.pc .star .--star {
  position  : relative;
  margin-top: 8px;
}

header.pc .star .--star span {
  position       : absolute;
  top            : -12px;
  right          : -12px;
  background     : #000;
  color          : #fff;
  width          : 24px;
  height         : 24px;
  display        : flex;
  align-items    : center;
  justify-content: center;
  border-radius  : 50%;
}

header.pc .star .--txt {
  display: flex;
  gap    : 20px;
}

header.pc .star article {
  font-size: 16px;
}

header.pc .star i {
  font-size: 30px;
  gap      : 8px;
}

header .search {
  position      : absolute;
  top           : calc(100% - 65px);
  left          : 0;
  width         : 100%;
  transition    : all 0.5s ease-in;
  background    : #fff;
  max-height    : 0;
  overflow      : hidden;
  pointer-events: none;
  z-index       : 9;
}

header .search.active {
  max-height    : 500px;
  pointer-events: auto;
}

header .search button {
  background : var(--color-1);
  padding    : 0 24px;
  font-size  : 32px;
  border     : none;
  display    : flex;
  align-items: center;
  flex       : 0 0 auto;
  color      : #fff;
}

header .search .--search {
  padding        : 60px 0;
  display        : flex;
  justify-content: center;
}

header .search input {
  height    : 50px;
  background: #eee;
  flex-grow : 1;
  border    : none;
  font-size : 24px;
  padding   : 0 16px;
}

header .search input:focus,
header .search input:focus-visible {
  outline   : none;
  box-shadow: none;
}

@media (min-width: 1279px) and (max-width: 1440px) {
  header.pc .itemMenu {
    font-size: 12px;
  }
}

@media (max-width: 769px) {
  header {
    position  : fixed;
    top       : 0;
    left      : 0;
    width     : 100vw;
    padding   : 8px 0;
    background: #fff;
    z-index   : 9999;
  }

  header.pc {
    display: none;
  }

  header .search {
    top       : 100%;
    transition: unset;
    width     : 100%;
  }

  header .search.active {
    padding: 20px 0;
  }

  header .search .--search2 {
    display: flex;
    width  : 100%;
  }

  header .search button {
    font-size: 20px;
    padding  : 0 16px;
  }

  header .search input {
    font-size: 16px;
    flex-grow: 1;
  }

  header .container-fluid {
    display    : flex;
    align-items: center;
  }

  header .--search {
    margin-left    : auto;
    font-size      : 20px;
    width          : 48px;
    height         : 48px;
    display        : flex;
    align-items    : center;
    justify-content: center;
  }

  header .--tab {
    margin-left    : 8px;
    width          : 48px;
    font-size      : 20px;
    aspect-ratio   : 1;
    background     : var(--color-1);
    display        : flex;
    align-items    : center;
    justify-content: center;
    color          : #fff;
  }

  header .bgDark {
    content         : "";
    position        : absolute;
    background      : rgba(0, 0, 0, 0.3490196078);
    top             : 0;
    right           : 0;
    width           : 100vw;
    height          : 100vh;
    pointer-events  : none;
    z-index         : 1;
    opacity         : 0;
    transition      : var(--transition-all);
    transition-delay: 0.1s;
  }

  header .bgDark.active {
    pointer-events: auto;
    opacity       : 1;
  }

  header .--menu {
    position  : fixed;
    top       : 0;
    right     : 0;
    height    : 100vh;
    width     : 80vw;
    background: #fff;
    z-index   : 999;
    transition: var(--transition-all);
    transform : translate(80vw, 0);
    padding   : 16px 20px;
  }

  header .--menu.active {
    transform: none;
  }

  header .--menu .--listMenu {
    margin-top: 24px;
    display   : flex;
    flex-flow : column;
  }

  header .--menu .accordion-body {
    padding: 0 0 0 16px;
    border : none;
  }

  header .--menu .--listSub {
    display  : flex;
    flex-flow: column;
  }

  header .--menu .itemSub {
    color        : #000;
    padding      : 8px 0;
    border-bottom: 1px solid #eee;
  }

  header .--menu .itemSub:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }

  header .--menu .itemSub.active {
    color: var(--color-1);
  }

  header .--menu .--top {
    display        : flex;
    justify-content: space-between;
    align-items    : center;
  }

  header .--menu .nice-select {
    font-weight: bold;
  }

  header .--menu .--item {
    border-bottom: 1px solid #eee;
  }

  header .--menu .--item.noSub .itemMenu::after {
    display: none;
  }

  header .--menu .itemMenu {
    color          : #000;
    display        : flex;
    justify-content: space-between;
    font-size      : 18px;
    box-shadow     : none;
    font-weight    : 600;
    align-items    : center;
    background     : transparent;
    padding        : 8px 0;
  }

  header .--menu .itemMenu::after {
    content         : "+";
    font-family     : FontAwesome;
    background-image: unset;
    width           : unset;
    height          : unset;
    font-size       : 14px;
  }

  header .--menu .itemMenu:not(.collapsed)::after {
    content: "\f068";
  }

  header .--menu .--close {
    top            : 0;
    width          : 40px;
    height         : 40px;
    background     : var(--color-1);
    display        : flex;
    align-items    : center;
    justify-content: center;
    border-radius  : 50%;
    color          : #fff;
    font-size      : 20px;
  }

  header .--logo img {
    max-width    : 140px;
    max-height   : 60px;
    -o-object-fit: contain;
    object-fit   : contain;
  }
}

footer .footerTop {
  border-top : 1px solid #eee;
  padding    : 40px 0;
  font-weight: bold;
}

footer .footerTop .container-fluid {
  display              : grid;
  grid-template-columns: repeat(4, 1fr);
  gap                  : 16px;
}

footer .footerTop .--name {
  font-size    : 16px;
  margin-bottom: 10px;
}

footer .footerTop .--listLink {
  display  : flex;
  flex-flow: column;
  gap      : 4px;
}

footer .footerTop .--itemCol:nth-child(n+2) {
  position   : relative;
  padding-top: 32px;
  margin-top : 32px;
}

footer .footerTop .--itemCol:nth-child(n+2)::before {
  content   : "";
  position  : absolute;
  top       : 0;
  left      : 0;
  width     : 6%;
  border-top: 1px solid #eee;
}

footer .footerTop .--qr {
  margin-top: 16px;
}

footer .footerTop .--qr img {
  width: 120px;
}

footer .footerTop .--col {
  border-right: 1px solid #eee;
  height      : -moz-max-content;
  height      : max-content;
}

footer .footerTop .--col:last-child {
  border-right: none;
}

footer .footerTop .--follow {
  display: flex;
  gap    : 8px;
}

footer .footerTop .--follow .--item {
  display        : flex;
  width          : 40px;
  aspect-ratio   : 1;
  justify-content: center;
  align-items    : center;
  border         : 2px solid var(--color-2);
  border-radius  : 50%;
  font-size      : 20px;
}

footer .footerTop .--item {
  color     : var(--color-2);
  transition: var(--transition-all);
}

footer .footerTop .--item:hover {
  color: var(--color-1);
}

footer .footerBot {
  background : #000;
  padding    : 12px 0;
  font-size  : 12px;
  font-weight: bold;
}

footer .footerBot .container-fluid {
  display        : flex;
  justify-content: space-between;
}

footer .footerBot .--copy {
  color: #b3b3b3;
}

footer .footerBot .--item {
  color: #b3b3b3;
}

footer .footerBot .--item:hover {
  text-decoration: underline;
}

footer .footerBot .--left {
  display: flex;
  height : -moz-max-content;
  height : max-content;
}

footer .footerBot .--time {
  color     : #b3b3b3;
  margin-top: 8px;
}

@media (max-width: 769px) {
  footer .footerBot .container-fluid {
    flex-flow: column;
  }

  footer .footerBot .--left {
    flex-flow  : column;
    align-items: center;
  }

  footer .footerBot .--copy {
    text-align: center;
  }

  footer .footerBot .--listLink {
    display        : flex;
    align-items    : center;
    gap            : 8px;
    justify-content: center;
    margin-top     : 16px;
  }

  footer .footerBot .--time {
    text-align: center;
  }

  footer .footerTop .container-fluid {
    grid-template-columns: repeat(1, 1fr);
    gap                  : 0;
  }

  footer .footerTop .container-fluid .--col {
    padding-bottom: 16px;
    margin-bottom : 16px;
    border-bottom : 1px solid #eee;
    border-right  : none;
  }

  footer .footerTop .container-fluid .--col:last-child {
    padding-bottom: 0;
    margin-bottom : 0;
  }

  footer .footerTop .container-fluid .--name {
    text-align: center;
  }

  footer .footerTop .--item {
    text-align: center;
  }

  footer .footerTop .--follow {
    justify-content: center;
  }

  footer .footerTop .--qr img {
    margin : 0 auto;
    display: block;
  }

  footer .footerTop .--itemCol:nth-child(n+2) {
    padding-top: 0;
    margin-top : 16px;
  }
}

.breadcrumb {
  padding: 12px 0;
  margin : 0;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content    : "\f105";
  font-family: FontAwesome;
  margin-top : 3px;
}

.breadcrumb .breadcrumb-item a {
  color     : var(--color-2);
  transition: var(--transition-all);
}

.breadcrumb .breadcrumb-item a:hover {
  color          : var(--color-1);
  text-decoration: underline;
}

.TopBlock {
  display        : flex;
  align-items    : center;
  justify-content: space-between;
  margin-bottom  : 24px;
}

.TopBlock .pageTitle {
  font-size  : 20px;
  display    : flex;
  align-items: center;
  gap        : 16px;
}

.TopBlock .pageTitle i {
  width          : 40px;
  aspect-ratio   : 1;
  display        : flex;
  align-items    : center;
  justify-content: center;
  border-radius  : 50%;
  background     : var(--color-1);
  color          : #eee;
  font-size      : 20px;
}

@media (max-width: 769px) {
  .TopBlock .pageTitle {
    font-size: 18px;
  }

  .TopBlock .ViewAll {
    display: none;
  }
}

.ViewAll {
  display       : flex;
  align-items   : center;
  gap           : 10px;
  text-transform: uppercase;
  font-size     : 12px;
  color         : #000;
  transition    : var(--transition-all);
}

.ViewAll i {
  transition     : var(--transition-all);
  background     : var(--color-1);
  width          : 16px;
  height         : 16px;
  border-radius  : 50%;
  display        : flex;
  align-items    : center;
  font-size      : 12px;
  color          : #fff;
  justify-content: center;
  flex           : 0 0 auto;
}

.ViewAll span {
  transition: var(--transition-all);
}

.ViewAll:hover {
  color: var(--color-1);
}

.ViewAll:hover span {
  text-decoration: underline;
}

.imgHover .--img {
  overflow: hidden;
}

.imgHover .--img img {
  transition: all 0.7s ease-in-out;
  transform : scale(1.05);
}

.imgHover:hover .--img img {
  transform: scale(1);
}

.itemHover {
  transition: var(--transition-all);
}

.itemHover:hover {
  transform: translate(0, -4px);
}

.itemBlock {
  width   : 100%;
  position: relative;
}

.itemBlock .--img {
  width        : 100%;
  aspect-ratio : 1;
  border-radius: 12px;
  overflow     : hidden;
}

.itemBlock .--img img {
  width : 100%;
  height: 100%;
}

.itemBlock .--txt {
  position       : absolute;
  bottom         : 0;
  left           : 0;
  width          : 100%;
  padding        : 24px;
  color          : #fff;
  display        : flex;
  align-items    : flex-end;
  justify-content: space-between;
  gap            : 16px;
}

.itemBlock .--name {
  font-size  : 20px;
  font-weight: 500;
}

.itemBlock article {
  margin-top: 4px;
}

@media (max-width: 769px) {
  .itemBlock .--txt {
    padding: 16px;
  }

  .itemBlock .--name {
    font-size: 16px;
  }
}

.homeLogo {
  padding: 20px 0;
}

.homeLogo .--listLogo .--img {
  height         : 100px;
  display        : flex;
  align-items    : center;
  justify-content: center;
  padding        : 16px;
  border         : 1px solid #eee;
  margin         : 0 8px;
}

.homeLogo .--listLogo .--img img {
  max-width    : 100%;
  max-height   : 75px;
  -o-object-fit: contain;
  object-fit   : contain;
}

.homeLogo .--listLogo .slick-list {
  margin: 0 -8px;
}

.homeLogo .--listLogo .slick-dots {
  width          : 100%;
  display        : flex;
  align-items    : center;
  margin-top     : 16px;
  gap            : 8px;
  padding-left   : 0;
  list-style     : none;
  margin-bottom  : 0;
  justify-content: center;
}

.homeLogo .--listLogo .slick-dots li {
  width        : 8px;
  aspect-ratio : 1;
  overflow     : hidden;
  border-radius: 50%;
  background   : #c2c2c2;
}

.homeLogo .--listLogo .slick-dots li.slick-active {
  background: #000;
}

.homeLogo .--listLogo .slick-dots li button {
  width  : 100%;
  height : 100%;
  opacity: 0;
}

.homeBlock1 {
  padding: 40px 0;
}

.homeBlock1 .slick-list {
  margin : 0 -4px;
  padding: 4px 0;
}

.homeBlock1 .itemBlock {
  margin: 0 4px;
}

@media (max-width: 769px) {
  .homeBlock1 {
    overflow: hidden;
  }

  .homeBlock1 .--listBlock {
    padding: 0 24px;
  }

  .homeBlock1 .slick-list {
    overflow: unset;
  }
}

.homeBlock2 {
  padding: 40px 0;
}

.homeBlock2 .--hotBlock {
  position: relative;
}

.homeBlock2 .--hotBlock .--img {
  width : 100%;
  height: 500px;
}

.homeBlock2 .--hotBlock .--img img {
  width : 100%;
  height: 100%;
}

.homeBlock2 .--hotBlock .--txt {
  position: absolute;
  bottom  : 60px;
  left    : 0;
  width   : 100%;
}

.homeBlock2 .--hotBlock .--title {
  font-size: 40px;
  color    : #fff;
  max-width: 600px;
}

.homeBlock2 .--hotBlock .ViewAll {
  color     : #fff;
  margin-top: 16px;
}

.homeBlock2 .slick-list {
  margin: 0 -30px;
}

.homeBlock2 .--listBlock {
  margin-top: 40px;
}

.homeBlock2 .slick-slide {
  margin               : 0 30px;
  display              : grid;
  grid-template-columns: repeat(2, 1fr);
  gap                  : 60px;
}

.homeBlock2 .--item {
  display: flex !important;
  gap    : 24px;
  color  : #000;
}

.homeBlock2 .--item:hover .--name {
  color: var(--color-1);
}

.homeBlock2 .--item .--cate {
  font-size     : 12px;
  font-weight   : bold;
  color         : var(--color-1);
  text-transform: uppercase;
}

.homeBlock2 .--item .--txt {
  flex-grow: 1;
}

.homeBlock2 .--item .--name {
  font-size : 20px;
  margin-top: 12px;
  transition: var(--transition-all);
}

.homeBlock2 .--item article {
  margin-top: 4px;
}

.homeBlock2 .--item .--img {
  width        : 250px;
  height       : 150px;
  flex         : 0 0 auto;
  border-radius: 4px;
  overflow     : hidden;
}

.homeBlock2 .--item .--img img {
  width : 100%;
  height: 100%;
}

.homeBlock2 .--item .ViewAll {
  margin-top: 12px;
}

.homeBlock2 .--slider {
  position: relative;
}

.homeBlock2 .--slider .--arrow {
  position       : absolute;
  top            : 50%;
  transform      : translate(0, -50%);
  width          : 32px;
  height         : 32px;
  cursor         : pointer;
  display        : flex;
  align-items    : center;
  justify-content: center;
  border-radius  : 50%;
  background     : #eee;
}

.homeBlock2 .--slider .--arrow.slick-next {
  left: calc(100% + 32px);
}

.homeBlock2 .--slider .--arrow.slick-prev {
  right: calc(100% + 32px);
}

@media (max-width: 1440px) {
  .homeBlock2 .--slider .--arrow.slick-next {
    left: calc(100% + 16px);
  }

  .homeBlock2 .--slider .--arrow.slick-prev {
    right: calc(100% + 16px);
  }
}

@media (max-width: 769px) {
  .homeBlock2 .--hotBlock .--title {
    font-size: 24px;
  }

  .homeBlock2 .slick-dots {
    width          : 100%;
    display        : flex;
    align-items    : center;
    margin-top     : 24px;
    gap            : 8px;
    padding-left   : 0;
    list-style     : none;
    margin-bottom  : 0;
    justify-content: center;
  }

  .homeBlock2 .slick-dots li {
    width        : 8px;
    aspect-ratio : 1;
    overflow     : hidden;
    border-radius: 50%;
    background   : #c2c2c2;
  }

  .homeBlock2 .slick-dots li.slick-active {
    background: #000;
  }

  .homeBlock2 .slick-dots li button {
    width  : 100%;
    height : 100%;
    opacity: 0;
  }

  .homeBlock2 .--slider .--arrow.slick-next {
    right: 0;
    left : unset;
  }

  .homeBlock2 .--slider .--arrow.slick-prev {
    left : 0;
    right: unset;
  }

  .homeBlock2 .slick-list {
    margin: 0;
  }

  .homeBlock2 .slick-slide {
    margin: 0;
  }

  .homeBlock2 .--item .--img {
    width : 130px;
    height: 80px;
  }

  .homeBlock2 .--item article {
    display: none;
  }

  .homeBlock2 .--item .--name {
    font-size  : 15px;
    line-height: 1.4;
  }

  .homeBlock2 .--item .--cate {
    font-size: 8px;
  }

  .homeBlock2 .slick-slide {
    display  : flex;
    flex-flow: column;
    gap      : 20px;
  }
}

.BannerBlock {
  position: relative;
}

.BannerBlock .--img {
  width       : 100%;
  aspect-ratio: 2.8/1;
}

.BannerBlock .--img img {
  width : 100%;
  height: 100%;
}

.BannerBlock .--txt {
  position : absolute;
  top      : 50%;
  transform: translate(0, -50%);
  color    : #fff;
  width    : 100%;
}

.BannerBlock .--title {
  font-size     : 70px;
  text-transform: uppercase;
  font-weight   : bold;
}

.BannerBlock article {
  font-size: 20px;
  max-width: 700px;
}

@media (max-width: 769px) {
  .BannerBlock .--title {
    font-size: 36px;
  }

  .BannerBlock .--title br {
    display: none;
  }

  .BannerBlock article {
    font-size: 15px;
  }

  .BannerBlock .--txt {
    bottom   : 60px;
    transform: none;
    top      : unset;
  }

  .BannerBlock .--img {
    aspect-ratio: 2/3;
    height      : auto;
  }
}

.TitleBlock {
  font-size    : 54px;
  position     : relative;
  font-weight  : bold;
  line-height  : 1;
  padding-top  : 24px;
  position     : relative;
  margin-bottom: 20px;
}

.TitleBlock::before {
  content      : "";
  position     : absolute;
  top          : 0;
  left         : 0;
  width        : 60px;
  border-bottom: 8px solid var(--color-1);
}

.TitleBlock span {
  color: var(--color-1);
}

@media (max-width: 769px) {
  .TitleBlock {
    font-size: 32px;
  }
}

.itemBlockNews {
  box-shadow: 0 0 4px #d4d4d4;
  background: #fff;
}

.itemBlockNews .--post {
  color: #000;
}

.itemBlockNews .--img {
  width       : 100%;
  aspect-ratio: 5/3;
}

.itemBlockNews .--img img {
  width : 100%;
  height: 100%;
}

.itemBlockNews .--time {
  font-size: 12px;
  color    : var(--color-1);
}

.itemBlockNews .--txt {
  padding: 16px;
  height : 250px;
}

.itemBlockNews .--name {
  font-size  : 18px;
  font-weight: bold;
  margin-top : 4px;
}

.itemBlockNews article {
  margin-top        : 8px;
  overflow          : hidden;
  text-overflow     : ellipsis;
  line-height       : 24px;
  -webkit-line-clamp: 5;
  display           : -webkit-box;
  -webkit-box-orient: vertical;
}

.itemBlockNews .--map {
  display    : flex;
  margin-top : auto;
  border-top : 1px solid #eee;
  padding    : 12px 16px;
  color      : var(--color-1);
  font-size  : 20px;
  font-weight: bold;
  align-items: center;
  gap        : 8px;
}

.itemBlockNews .--map:hover span {
  text-decoration: underline;
}

@media (max-width: 769px) {
  .itemBlockNews .--txt {
    height: -moz-max-content;
    height: max-content;
  }

  .itemBlockNews article {
    overflow          : hidden;
    text-overflow     : ellipsis;
    line-height       : 18px;
    -webkit-line-clamp: 2;
    display           : -webkit-box;
    -webkit-box-orient: vertical;
  }
}

.BlockList {
  background: #eee;
  padding   : 40px 0;
}

.BlockList .--listBlock {
  display              : grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap             : 16px;
}

@media (max-width: 769px) {
  .BlockList .--listBlock {
    grid-template-columns: repeat(1, 1fr);
  }

  .BlockList .slick-dots {
    width          : 100%;
    display        : flex;
    align-items    : center;
    gap            : 8px;
    padding-left   : 0;
    list-style     : none;
    margin-bottom  : 0;
    justify-content: center;
  }

  .BlockList .slick-dots li {
    width        : 8px;
    aspect-ratio : 1;
    overflow     : hidden;
    border-radius: 50%;
    background   : #c2c2c2;
  }

  .BlockList .slick-dots li.slick-active {
    background: #000;
  }

  .BlockList .slick-dots li button {
    width  : 100%;
    height : 100%;
    opacity: 0;
  }
}

.BlockFilter {
  padding   : 40px 0 20px;
  background: #fff;
}

.BlockFilter .InfoBlock {
  display              : grid;
  grid-gap             : 24px;
  grid-template-columns: 260px auto;
}

.BlockFilter .InfoBlock.hiddenFilter {
  grid-template-columns: auto;
  grid-gap             : 0;
}

.BlockFilter .InfoBlock.hiddenFilter .--listBlock {
  grid-template-columns: repeat(4, 1fr);
}

.BlockFilter .--listBlock {
  grid-template-columns: repeat(3, 1fr);
}

.BlockFilter .--filter {
  background: var(--color-1);
  height    : -moz-max-content;
  height    : max-content;
  position  : sticky;
  top       : 40px;
  left      : 0;
  padding   : 16px;
  display   : flex;
  flex-flow : column;
  gap       : 16px;
  color     : #fff;
}

.BlockFilter .--filter .--name {
  font-size: 20px;
}

.BlockFilter .--listFilter {
  font-size: 16px;
  display  : flex;
  flex-flow: column;
  gap      : 8px;
}

.BlockFilter .--listFilter label {
  display: flex;
  gap    : 8px;
}

.BlockFilter .--listFilter input {
  -webkit-appearance: none;
  -moz-appearance   : none;
  appearance        : none;
  width             : 20px;
  height            : 20px;
  border            : 2px solid white;
  border-radius     : 4px;
  background        : transparent;
  display           : flex;
  align-items       : center;
  justify-content   : center;
  cursor            : pointer;
  transition        : all 0.3s ease;
}

.BlockFilter .--listFilter input:checked::after {
  content        : "✔";
  color          : #fff;
  font-size      : 14px;
  font-weight    : bold;
  display        : flex;
  justify-content: center;
  align-items    : center;
}

.BlockFilter .--addItem {
  margin-top   : 12px;
  font-weight  : 700;
  font-size    : 14px;
  padding      : 8px 10px;
  border-radius: 3px;
  border       : none;
  transition   : border, 0.3s;
  background   : #ccc;
  text-align   : center;
  width        : 100%;
}

@media (max-width: 769px) {
  .BlockFilter .--listBlock {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .BlockFilter .InfoBlock {
    grid-template-columns: repeat(1, 1fr);
  }
}

.BlockMap {
  background: #eee;
  padding   : 20px 0;
}

.BlockMap iframe {
  width : 100%;
  height: 500px;
}

.BlockMap .--listNote {
  background           : #fff;
  padding              : 40px 24px 20px;
  display              : grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap             : 16px;
}

.BlockMap .--item {
  display    : flex;
  font-weight: bold;
  gap        : 8px;
  transition : var(--transition-all);
  cursor     : pointer;
  font-size  : 16px;
}

.BlockMap .--item:hover {
  color: var(--color-1);
}

.BlockMap .--item span {
  width          : 20px;
  height         : 20px;
  display        : flex;
  align-items    : center;
  background     : var(--color-1);
  color          : #fff;
  justify-content: center;
  border-radius  : 50%;
  flex           : 0 0 auto;
}

@media (max-width: 769px) {
  .BlockMap .--listNote {
    grid-template-columns: repeat(2, 1fr);
    padding              : 8px;
    gap                  : 12px;
  }

  .BlockMap .--item {
    font-size: 14px;
  }
}

.BlockEat {
  padding: 20px 0;
}

.BlockEat .--listEat {
  display  : flex;
  flex-flow: column;
  gap      : 40px;
}

.BlockEat .itemEat {
  display: flex;
}

.BlockEat .itemEat:nth-child(2n) {
  flex-flow: row-reverse;
}

.BlockEat .itemEat .--img {
  width       : 100%;
  aspect-ratio: 5.5/6;
  flex        : 0 0 50%;
}

.BlockEat .itemEat .--img img {
  width : 100%;
  height: 100%;
}

.BlockEat .itemEat .--txt {
  padding-top: 40px;
  flex       : 0 0 50%;
  padding    : 0 32px;
}

.BlockEat .itemEat .--name {
  font-size  : 40px;
  font-weight: bold;
  line-height: 1;
}

.BlockEat .itemEat article {
  font-size : 18px;
  color     : #666;
  margin-top: 12px;
}

.BlockEat .itemEat .--viewDetail {
  display    : flex;
  gap        : 8px;
  color      : var(--color-1);
  font-weight: bold;
  margin-top : 20px;
  align-items: center;
  font-size  : 16px;
}

.BlockEat .itemEat .--viewDetail i {
  background     : var(--color-1);
  width          : 16px;
  height         : 16px;
  display        : flex;
  align-items    : center;
  justify-content: center;
  border-radius  : 50%;
  color          : #fff;
  font-size      : 10px;
}

@media (max-width: 769px) {
  .BlockEat .itemEat {
    flex-flow: column-reverse !important;
  }

  .BlockEat .itemEat .--img {
    height      : 220px;
    aspect-ratio: unset;
    flex        : auto;
  }

  .BlockEat .itemEat .--name {
    font-size: 20px;
  }

  .BlockEat .itemEat article {
    overflow          : hidden;
    text-overflow     : ellipsis;
    line-height       : 25px;
    -webkit-line-clamp: 3;
    display           : -webkit-box;
    -webkit-box-orient: vertical;
  }

  .BlockEat .itemEat .--txt {
    padding: 12px 12px 0;
  }

  .BlockEat .slick-dots {
    width          : 100%;
    display        : flex;
    align-items    : center;
    gap            : 8px;
    padding-left   : 0;
    list-style     : none;
    margin-bottom  : 0;
    justify-content: center;
  }

  .BlockEat .slick-dots li {
    width        : 8px;
    aspect-ratio : 1;
    overflow     : hidden;
    border-radius: 50%;
    background   : #c2c2c2;
  }

  .BlockEat .slick-dots li .slick-dots {
    width          : 100%;
    display        : flex;
    align-items    : center;
    margin-top     : 24px;
    gap            : 8px;
    padding-left   : 0;
    list-style     : none;
    margin-bottom  : 0;
    justify-content: center;
  }

  .BlockEat .slick-dots li .slick-dots li {
    width        : 8px;
    aspect-ratio : 1;
    overflow     : hidden;
    border-radius: 50%;
    background   : #c2c2c2;
  }

  .BlockEat .slick-dots li .slick-dots li.slick-active {
    background: #000;
  }

  .BlockEat .slick-dots li .slick-dots li button {
    width  : 100%;
    height : 100%;
    opacity: 0;
  }

  .BlockEat .slick-dots li.slick-active {
    background: #000;
  }

  .BlockEat .slick-dots li button {
    width  : 100%;
    height : 100%;
    opacity: 0;
  }

  .BlockEat .--listEat {
    gap: 24px;
  }
}

.BlockAbout {
  padding   : 40px 0;
  background: #f5f5f5;
}

.BlockAbout .--listAbout {
  display              : grid;
  grid-template-columns: repeat(3, 1fr);
  gap                  : 20px;
}

.BlockAbout .itemAbout {
  display  : flex;
  flex-flow: column;
}

.BlockAbout .itemAbout .--name {
  font-size  : 20px;
  font-weight: bold;
}

.BlockAbout .itemAbout .--txt {
  padding-top: 20px;
}

.BlockAbout .itemAbout article {
  font-size : 16px;
  color     : #808080;
  margin-top: 20px;
}

.BlockAbout .itemAbout .--img {
  width       : 100%;
  aspect-ratio: 9/10;
}

.BlockAbout .itemAbout .--img img {
  width : 100%;
  height: 100%;
}

@media (max-width: 769px) {
  .BlockAbout .--listAbout {
    display  : flex;
    flex-flow: column;
    gap      : 24px;
  }

  .BlockAbout .itemAbout .--img {
    aspect-ratio: 3/2;
  }

  .BlockAbout .itemAbout article {
    overflow          : hidden;
    text-overflow     : ellipsis;
    line-height       : 24px;
    -webkit-line-clamp: 3;
    display           : -webkit-box;
    -webkit-box-orient: vertical;
  }

  .BlockAbout .slick-dots {
    width          : 100%;
    display        : flex;
    align-items    : center;
    gap            : 8px;
    padding-left   : 0;
    list-style     : none;
    margin-bottom  : 0;
    justify-content: center;
  }

  .BlockAbout .slick-dots li {
    width        : 8px;
    aspect-ratio : 1;
    overflow     : hidden;
    border-radius: 50%;
    background   : #c2c2c2;
  }

  .BlockAbout .slick-dots li .slick-dots {
    width          : 100%;
    display        : flex;
    align-items    : center;
    margin-top     : 24px;
    gap            : 8px;
    padding-left   : 0;
    list-style     : none;
    margin-bottom  : 0;
    justify-content: center;
  }

  .BlockAbout .slick-dots li .slick-dots li {
    width        : 8px;
    aspect-ratio : 1;
    overflow     : hidden;
    border-radius: 50%;
    background   : #c2c2c2;
  }

  .BlockAbout .slick-dots li .slick-dots li.slick-active {
    background: #000;
  }

  .BlockAbout .slick-dots li .slick-dots li button {
    width  : 100%;
    height : 100%;
    opacity: 0;
  }

  .BlockAbout .slick-dots li.slick-active {
    background: #000;
  }

  .BlockAbout .slick-dots li button {
    width  : 100%;
    height : 100%;
    opacity: 0;
  }
}

.BlockSearch {
  padding: 40px 0;
}

.BlockSearch .--listBlock {
  display              : grid;
  grid-template-columns: repeat(8, 1fr);
}

.BlockSearch .--item {
  color      : var(--color-1);
  font-weight: bold;
  text-align : center;
  display    : flex;
  flex-flow  : column;
  align-items: center;
}

.BlockSearch .--item:hover .--icon::after {
  border: 3px solid #fff;
}

.BlockSearch .--item .--icon {
  background   : #ccc;
  width        : -moz-max-content;
  width        : max-content;
  margin       : 0 auto;
  aspect-ratio : 1;
  border-radius: 50%;
  position     : relative;
  padding      : 4px;
}

.BlockSearch .--item .--icon::after {
  content      : "";
  position     : absolute;
  width        : 80px;
  aspect-ratio : 1;
  border       : 0 solid #fff;
  border-radius: 50%;
  top          : 50%;
  left         : 50%;
  transform    : translate(-50%, -50%);
  transition   : all 0.15s ease;
}

.BlockSearch .--item .--icon img {
  width       : 80px;
  aspect-ratio: 1;
}

.BlockSearch .--item span {
  margin-top: 20px;
}

@media (max-width: 769px) {
  .BlockSearch .--listBlock {
    grid-gap             : 12px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.BlockCard {
  padding   : 60px 0;
  border-top: 1px solid #eee;
}

.BlockCard .--listBlock {
  display              : grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap             : 20px;
}

.BlockCard .--item {
  position: relative;
}

.BlockCard .--txt {
  position  : absolute;
  bottom    : 40px;
  text-align: center;
  padding   : 0 16px;
  width     : 100%;
  color     : #fff;
}

.BlockCard .--name {
  font-size  : 40px;
  line-height: 1;
  font-weight: bold;
}

.BlockCard article {
  margin-top: 20px;
}

.BlockCard .--img {
  width : 100%;
  height: 260px;
}

.BlockCard .--img img {
  width : 100%;
  height: 100%;
}

@media (max-width: 769px) {
  .BlockCard {
    padding: 40px 0;
  }

  .BlockCard .--listBlock {
    grid-template-columns: repeat(1, 1fr);
    grid-gap             : 1px;
  }

  .BlockCard .--name {
    font-size: 28px;
  }

  .BlockCard article {
    font-size: 16px;
  }
}

.Print {
  display         : flex;
  height          : 60px;
  margin-top      : -30px;
  border          : 1px solid #ddd;
  background-color: #f5f5f5;
  box-shadow      : 0 0 4px #d4d4d4;
}

.Print .--addInfo {
  margin-left: auto;
}

.Print .--addInfo .--txt {
  display  : flex;
  flex-flow: column;
}

.Print .--addInfo span:first-child {
  color: var(--color-1);
}

.Print .--print {
  color: var(--color-1);
}

.Print .--print,
.Print .--addInfo {
  padding    : 16px;
  display    : flex;
  align-items: center;
  gap        : 8px;
  border-left: 1px solid #eee;
}

.Print .--print i,
.Print .--addInfo i {
  font-size: 32px;
  color    : #666;
}

.Print .--print:hover i,
.Print .--addInfo:hover i {
  color: var(--color-1);
}

.CardTitle1 {
  background: #eee;
  padding   : 40px 0 60px;
}

.CardTitle1 .--topTitle {
  background : #fff;
  padding    : 24px 24px 40px;
  text-align : center;
  line-height: 1.2;
}

.CardTitle1 .--title {
  color    : var(--color-1);
  font-size: 40px;
}

.CardTitle1 .--time {
  margin-top: 20px;
}

@media (max-width: 769px) {
  .CardTitle1 .--title {
    font-size: 24px;
  }
}

.BlockNews1 {
  padding-bottom: 20px;
}

.BlockNews1 .CardContent {
  margin-top           : 16px;
  display              : grid;
  grid-template-columns: auto 360px;
  gap                  : 24px;
}

.BlockNews1 .CardContent .--name {
  font-size: 18px;
}

.BlockNews1 .--share {
  display        : flex;
  list-style     : none;
  margin-bottom  : 0;
  align-items    : center;
  padding-left   : 0;
  justify-content: center;
  margin-top     : 1rem;
}

.BlockNews1 .--share li {
  margin-right: 8px;
}

.BlockNews1 .--share li:nth-child(n+2) a {
  border         : 0.843521px solid #ebebeb;
  box-shadow     : 0px 4px 15px rgba(0, 0, 0, 0.08);
  border-radius  : 42.176px;
  width          : 40px;
  height         : 40px;
  display        : flex;
  justify-content: center;
  align-items    : center;
  transition     : all 0.15s ease;
  text-decoration: none;
}

.BlockNews1 .--listLink {
  display              : grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap             : 8px;
  margin-top           : 24px;
}

.BlockNews1 .--listLink .--logo {
  padding        : 8px;
  aspect-ratio   : 2/1;
  background     : #eee;
  display        : flex;
  align-items    : center;
  justify-content: center;
}

.BlockNews1 .--listLink .--logo img {
  max-width    : 100%;
  max-height   : 100%;
  -o-object-fit: contain;
  object-fit   : contain;
}

.BlockNews1 .--info {
  background: #eee;
}

.BlockNews1 .--info .--item {
  padding      : 20px;
  display      : flex;
  gap          : 16px;
  border-bottom: 1px solid #fff;
}

.BlockNews1 .--info .--item.web {
  border-bottom: none;
  color        : var(--color-1);
  font-weight  : bold;
  font-size    : 16px;
}

.BlockNews1 .--info .--item.web span {
  transition: var(--transition-all);
}

.BlockNews1 .--info .--item.web:hover span {
  text-decoration: underline;
}

.BlockNews1 .--info .--name {
  font-size  : 18px;
  font-weight: bold;
}

.BlockNews1 .--info .--viewMap {
  color      : var(--color-1);
  font-weight: bold;
  font-size  : 16px;
  margin-top : 16px;
  display    : flex;
  transition : var(--transition-all);
}

.BlockNews1 .--info .--viewMap:hover {
  text-decoration: underline;
}

.BlockNews1 .--info i {
  font-size: 20px;
  color    : var(--color-1);
}

.BlockNews1 .--listPost {
  margin-top: 24px;
}

.BlockNews1 .--listPost .--item {
  display       : flex;
  gap           : 16px;
  border-bottom : 1px solid #eee;
  padding-bottom: 8px;
  margin-bottom : 8px;
}

.BlockNews1 .--listPost .--img {
  flex        : 0 0 auto;
  width       : 75px;
  aspect-ratio: 1;
}

.BlockNews1 .--listPost .--img img {
  width        : 100%;
  height       : 100%;
  -o-object-fit: cover;
  object-fit   : cover;
}

.BlockNews1 .--listPost .--txt {
  font-weight: bold;
}

.BlockNews1 .--listPost .--cate {
  color: var(--color-1);
}

.BlockNews1 .--listPost .--name {
  font-size: 16px;
}

@media (max-width: 769px) {
  .BlockNews1 .CardContent {
    grid-template-columns: repeat(1, 1fr);
  }
}

.CardTitle2 {
  background: #eee;
  padding   : 40px 0 60px;
}

.CardTitle2 .container-fluid {
  display              : grid;
  grid-template-columns: 360px auto;
  grid-gap             : 20px;
}

.CardTitle2 .--left {
  background: #fff;
  box-shadow: 0 0 4px #d4d4d4;
}

.CardTitle2 .--time {
  background    : var(--color-1);
  color         : #fff;
  padding       : 8px 12px;
  width         : -moz-max-content;
  width         : max-content;
  margin        : 0 auto;
  font-size     : 18px;
  text-transform: uppercase;
}

.CardTitle2 .--title {
  font-size    : 30px;
  color        : var(--color-1);
  text-align   : center;
  padding      : 20px 20px 8px;
  border-bottom: 1px solid #eee;
}

.CardTitle2 .--description {
  font-size: 16px;
  padding  : 20px 30px;
}

.CardTitle2 article {
  font-size : 16px;
  position  : absolute;
  bottom    : 40px;
  left      : 0;
  width     : 100%;
  color     : #fff;
  z-index   : 1;
  padding   : 0 16px;
  text-align: center;
}

.CardTitle2 .--right {
  position: relative;
}

.CardTitle2 .--img {
  position    : relative;
  width       : 100%;
  aspect-ratio: 37/21;
}

.CardTitle2 .--img::after {
  content   : "";
  position  : absolute;
  top       : 0;
  left      : 0;
  width     : 100%;
  height    : 100%;
  background: -webkit-linear-gradient(top, transparent 0, transparent 40%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.25) 60%, rgba(0, 0, 0, 0.8) 100%);
}

.CardTitle2 .--img img {
  width : 100%;
  height: 100%;
}

@media (max-width: 769px) {
  .CardTitle2 .container-fluid {
    grid-template-columns: auto;
  }
}

.CardTag {
  display    : flex;
  align-items: center;
  gap        : 8px;
  flex-wrap  : wrap;
}

.CardTag .--item {
  border       : 1px solid #c1b7b7;
  padding      : 6px 12px;
  border-radius: 16px;
}

.BlockInspirational {
  padding: 40px 0;
}

.BlockInspirational .--img {
  aspect-ratio: 9/10;
  width       : 100%;
}

.BlockInspirational .--img img {
  width : 100%;
  height: 100%;
}

.BlockInspirational .--txt {
  padding-top: 20px;
}

.BlockInspirational .--name {
  font-size  : 20px;
  font-weight: bold;
}

.BlockInspirational .slider {
  position: relative;
}

.BlockInspirational .slider .--arrow {
  position       : absolute;
  top            : 50%;
  transform      : translate(0, -50%);
  width          : 32px;
  height         : 32px;
  display        : flex;
  align-items    : center;
  justify-content: center;
  background     : var(--color-1);
  border-radius  : 50%;
  font-size      : 20px;
  color          : #fff;
  cursor         : pointer;
}

.BlockInspirational .slider .--arrow.slick-next {
  right: -16px;
}

.BlockInspirational .slider .--arrow.slick-prev {
  left: -16px;
}

.BlockInspirational .--location {
  font-size  : 12px;
  font-weight: 500;
  margin-top : 20px;
}

.BlockInspirational article {
  font-size     : 16px;
  margin-top    : 16px;
  letter-spacing: 2px;
}

.BlockInspirational .--viewDetail {
  color      : var(--color-1);
  font-weight: bold;
  margin-top : 20px;
  display    : flex;
}

.BlockInspirational .--item {
  margin: 0 8px;
}

.BlockInspirational .slick-list {
  margin: 0 -8px;
}

@media (max-width: 769px) {
  .BlockInspirational .--listBlock {
    display  : flex;
    flex-flow: column;
    gap      : 24px;
  }

  .BlockInspirational .--img {
    aspect-ratio: 3/2;
  }

  .BlockInspirational .slick-dots {
    width          : 100%;
    display        : flex;
    align-items    : center;
    gap            : 8px;
    padding-left   : 0;
    list-style     : none;
    margin-bottom  : 0;
    justify-content: center;
  }

  .BlockInspirational .slick-dots li {
    width        : 8px;
    aspect-ratio : 1;
    overflow     : hidden;
    border-radius: 50%;
    background   : #c2c2c2;
  }

  .BlockInspirational .slick-dots li .slick-dots {
    width          : 100%;
    display        : flex;
    align-items    : center;
    margin-top     : 24px;
    gap            : 8px;
    padding-left   : 0;
    list-style     : none;
    margin-bottom  : 0;
    justify-content: center;
  }

  .BlockInspirational .slick-dots li .slick-dots li {
    width        : 8px;
    aspect-ratio : 1;
    overflow     : hidden;
    border-radius: 50%;
    background   : #c2c2c2;
  }

  .BlockInspirational .slick-dots li .slick-dots li.slick-active {
    background: #000;
  }

  .BlockInspirational .slick-dots li .slick-dots li button {
    width  : 100%;
    height : 100%;
    opacity: 0;
  }

  .BlockInspirational .slick-dots li.slick-active {
    background: #000;
  }

  .BlockInspirational .slick-dots li button {
    width  : 100%;
    height : 100%;
    opacity: 0;
  }
}

.BlockSuggest {
  padding: 40px 0 80px;
}

.BlockSuggest .slick-list {
  margin: 0 -8px;
}

.BlockSuggest .--listBlock {
  padding-left: 60px;
}

.BlockSuggest .--item {
  color : #000;
  margin: 0 8px;
}

.BlockSuggest .--item.hide .--txt {
  opacity: 0.3;
}

.BlockSuggest .--item.active .--viewDetail {
  opacity: 1;
}

.BlockSuggest .--item .--name {
  font-size         : 20px;
  line-height       : 1.2;
  overflow          : hidden;
  text-overflow     : ellipsis;
  line-height       : 26px;
  -webkit-line-clamp: 2;
  height            : 52px;
  display           : -webkit-box;
  -webkit-box-orient: vertical;
}

.BlockSuggest .--item .--txt {
  padding-top: 20px;
  height     : 290px;
  transition : var(--transition-all);
  display    : flex;
  flex-flow  : column;
}

.BlockSuggest .--item article {
  font-size         : 15px;
  margin-top        : 20px;
  color             : var(--color-2);
  overflow          : hidden;
  text-overflow     : ellipsis;
  line-height       : 25px;
  -webkit-line-clamp: 5;
  display           : -webkit-box;
  -webkit-box-orient: vertical;
}

.BlockSuggest .--item .--viewDetail {
  color      : var(--color-1);
  display    : flex;
  gap        : 8px;
  margin-top : auto;
  opacity    : 0;
  font-weight: bold;
}

.BlockSuggest .--item .--viewDetail i {
  background     : var(--color-1);
  width          : 20px;
  height         : 20px;
  display        : flex;
  align-items    : center;
  justify-content: center;
  border-radius  : 50%;
  color          : #fff;
}

.BlockSuggest .--item .--img {
  width       : 100%;
  aspect-ratio: 1;
}

.BlockSuggest .--item .--img img {
  width : 100%;
  height: 100%;
}

@media (max-width: 769px) {
  .BlockSuggest .--listBlock {
    padding-left: 0;
  }

  .BlockSuggest .--item .--img {
    aspect-ratio: 3/2;
  }

  .BlockSuggest .--item .--txt {
    height: -moz-max-content;
    height: max-content;
  }

  .BlockSuggest .--item .--viewDetail {
    margin-top: 24px;
    opacity   : 1;
  }

  .BlockSuggest .slick-dots {
    width          : 100%;
    display        : flex;
    align-items    : center;
    gap            : 8px;
    padding-left   : 0;
    list-style     : none;
    margin-bottom  : 0;
    margin-top     : 24px;
    justify-content: center;
  }

  .BlockSuggest .slick-dots li {
    width        : 8px;
    aspect-ratio : 1;
    overflow     : hidden;
    border-radius: 50%;
    background   : #c2c2c2;
  }

  .BlockSuggest .slick-dots li .slick-dots {
    width          : 100%;
    display        : flex;
    align-items    : center;
    margin-top     : 24px;
    gap            : 8px;
    padding-left   : 0;
    list-style     : none;
    margin-bottom  : 0;
    justify-content: center;
  }

  .BlockSuggest .slick-dots li .slick-dots li {
    width        : 8px;
    aspect-ratio : 1;
    overflow     : hidden;
    border-radius: 50%;
    background   : #c2c2c2;
  }

  .BlockSuggest .slick-dots li .slick-dots li.slick-active {
    background: #000;
  }

  .BlockSuggest .slick-dots li .slick-dots li button {
    width  : 100%;
    height : 100%;
    opacity: 0;
  }

  .BlockSuggest .slick-dots li.slick-active {
    background: #000;
  }

  .BlockSuggest .slick-dots li button {
    width  : 100%;
    height : 100%;
    opacity: 0;
  }
}

.cta {
  position : fixed;
  top      : 120px;
  right    : 30px;
  display  : flex;
  flex-flow: column;
  gap      : 16px;
  z-index  : 999;
}

.cta img {
  width        : 100%;
  height       : 100%;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit   : cover;
}

.cta .--item {
  border-radius: 8px;
  width        : 90px;
  aspect-ratio : 1;
  position     : relative;
}

.cta .--item.hide {
  display: none;
}

.cta .--item i {
  position       : absolute;
  top            : -12px;
  right          : -12px;
  z-index        : 9;
  background     : #eee;
  width          : 20px;
  height         : 20px;
  font-size      : 12px;
  display        : flex;
  align-items    : center;
  justify-content: center;
  border-radius  : 50%;
  box-shadow     : 0 0 4px #d4d4d4;
  color          : #000;
}

@media (max-width: 769px) {
  .cta {
    right: 24px;
  }

  .cta .--item {
    width: 120px;
  }
}

@media (max-width: 769px) {
  .BlockFilterMb {
    padding: 40px 0;
  }

  .BlockFilterMb .accordion-button {
    background : #000;
    color      : #fff;
    font-size  : 20px;
    font-weight: bold;
  }

  .BlockFilterMb .accordion-button::after {
    content         : "+";
    font-family     : FontAwesome;
    background-image: unset;
    width           : unset;
    height          : unset;
    font-size       : 14px;
  }

  .BlockFilterMb .accordion-button:not(.collapsed) {
    color: #fff;
  }

  .BlockFilterMb .accordion-button:not(.collapsed)::after {
    content: "\f068";
  }

  .BlockFilterMb .accordion-body {
    padding: 12px;
  }

  .BlockFilterMb .accordion-collapse .--listBlock {
    opacity   : 0;
    transition: var(--transition-all);
  }

  .BlockFilterMb .accordion-collapse.show .--listBlock {
    opacity: 1;
  }

  .BlockFilterMb .itemBlockNews .--txt {
    padding: 8px;
  }

  .BlockFilterMb .itemBlockNews .--time {
    display: none;
  }

  .BlockFilterMb .itemBlockNews .--map {
    display: none;
  }

  .BlockFilterMb .itemBlockNews .--name {
    font-size: 16px;
  }

  .BlockFilterMb .slick-list {
    margin: 0 -4px;
  }

  .BlockFilterMb .slick-dots {
    width          : 100%;
    display        : flex;
    align-items    : center;
    margin-top     : 24px;
    gap            : 8px;
    padding-left   : 0;
    list-style     : none;
    margin-bottom  : 0;
    justify-content: center;
  }

  .BlockFilterMb .slick-dots li {
    width        : 8px;
    aspect-ratio : 1;
    overflow     : hidden;
    border-radius: 50%;
    background   : #c2c2c2;
  }

  .BlockFilterMb .slick-dots li.slick-active {
    background: #000;
  }

  .BlockFilterMb .slick-dots li button {
    width  : 100%;
    height : 100%;
    opacity: 0;
  }

  .BlockFilterMb .slick-slide {
    margin   : 0 4px;
    display  : flex;
    flex-flow: column;
    gap      : 8px;
  }
}

.BlockHotel {
  padding   : 32px 0;
  border-top: 1px solid #eee;
}

.BlockHotel .--top {
  display        : flex;
  align-items    : center;
  justify-content: space-between;
}

.BlockHotel .--top .--title {
  font-size: 24px;
  color    : var(--color-1);
}

.BlockHotel .--top .ViewAll {
  text-transform: unset;
  font-size     : 16px;
  color         : var(--color-1);
  font-weight   : bold;
}

.BlockHotel .--block {
  margin-top: 40px;
}

.BlockHotel .--listBlock {
  margin-top           : 24px;
  display              : grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap             : 24px;
}

.BlockHotel .--logo {
  width : -moz-max-content;
  width : max-content;
  margin: 0 auto;
}

.BlockHotel .--logo img {
  width        : 100px;
  -o-object-fit: contain;
  object-fit   : contain;
}

.BlockHotel .--item {
  position: relative;
}

.BlockHotel .--item .--number {
  width          : 30px;
  height         : 30px;
  display        : flex;
  align-items    : center;
  justify-content: center;
  color          : #fff;
  background     : var(--color-1);
  position       : absolute;
  top            : 0;
  left           : 0;
}

.BlockHotel .--item .--img {
  width       : 100%;
  aspect-ratio: 1;
  position    : relative;
}

.BlockHotel .--item .--img::after {
  content   : "";
  position  : absolute;
  top       : 0;
  left      : 0;
  width     : 100%;
  height    : 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.BlockHotel .--item .--img img {
  width : 100%;
  height: 100%;
}

.BlockHotel .--item .--name {
  position : absolute;
  bottom   : 0;
  left     : 0;
  width    : 100%;
  padding  : 12px;
  color    : #fff;
  font-size: 18px;
}

@media (max-width: 769px) {
  .BlockHotel .--top {
    flex-flow      : column;
    align-items    : center;
    justify-content: center;
  }

  .BlockHotel .--top .--title {
    color     : #000;
    text-align: center;
  }

  .BlockHotel .ViewAll {
    text-align : center;
    align-items: flex-start;
  }

  .BlockHotel .--item .--name {
    display    : flex;
    gap        : 8px;
    font-size  : 16px;
    align-items: center;
    bottom     : 32px;
  }

  .BlockHotel .--item .--number {
    position: relative;
    top     : unset;
    left    : unset;
    width   : 24px;
    height  : 24px;
  }

  .BlockHotel .--slider {
    position: relative;
  }

  .BlockHotel .--slider .--arrow {
    position       : absolute;
    top            : 50%;
    transform      : translate(0, -50%);
    background     : var(--color-1);
    display        : flex;
    align-items    : center;
    justify-content: center;
    background     : #fff;
    border-radius  : 50%;
    width          : 32px;
    height         : 32px;
  }

  .BlockHotel .--slider .--arrow.slick-next {
    right: 16px;
  }

  .BlockHotel .--slider .--arrow.slick-prev {
    left: 16px;
  }

  .BlockHotel .--listBlock {
    grid-template-columns: repeat(1, 1fr);
  }
}

.BlockIntro {
  padding: 40px 0;
}

.BlockIntro .--intro {
  display              : grid;
  grid-template-columns: repeat(2, 1fr);
}

.BlockIntro .--intro article {
  font-size: 20px;
}

.BlockIntro .--introCard {
  display   : flex;
  position  : relative;
  height    : 440px;
  margin-top: 80px;
}

.BlockIntro .--introCard .--txt {
  background  : #fff;
  box-shadow  : 0 0 4px #d4d4d4;
  width       : 360px;
  aspect-ratio: 1;
  position    : absolute;
  top         : 50%;
  transform   : translate(0, -50%);
  right       : 0;
  padding     : 24px;
}

.BlockIntro .--introCard .--txt:hover .ViewAll {
  opacity: 1;
}

.BlockIntro .--introCard .--name {
  font-size: 24px;
}

.BlockIntro .--introCard article {
  font-size : 16px;
  margin-top: 20px;
}

.BlockIntro .--introCard .ViewAll {
  margin-top    : 20px;
  opacity       : 0;
  color         : var(--color-1);
  text-transform: unset;
  font-weight   : bold;
  font-size     : 16px;
  transition    : var(--transition-all);
}

.BlockIntro .--introCard .--img {
  width : calc(100% - 280px);
  flex  : 0 0 auto;
  height: 100%;
}

.BlockIntro .--introCard .--img img {
  width : 100%;
  height: 100%;
}

@media (max-width: 769px) {
  .BlockIntro .--intro {
    grid-template-columns: repeat(1, 1fr);
  }

  .BlockIntro .--intro article {
    font-size: 16px;
  }

  .BlockIntro .--introCard {
    flex-flow : column;
    margin-top: 40px;
  }

  .BlockIntro .--introCard .--img {
    width       : 100%;
    aspect-ratio: 3/2;
    height      : auto;
  }

  .BlockIntro .--introCard .--txt {
    position    : relative;
    transform   : none;
    top         : unset;
    right       : unset;
    box-shadow  : none;
    padding     : 12px 0 0;
    aspect-ratio: unset;
    width       : 100%;
  }

  .BlockIntro .--introCard .--txt .ViewAll {
    margin-top: 12px;
    opacity   : 1;
  }

  .BlockIntro .--introCard article {
    margin-top: 12px;
  }
}

.modalItemDeals {
  width    : 900px;
  max-width: 100vw;
}

.modalItemDeals .modal-content {
  position: relative;
}

.modalItemDeals .--close {
  position       : absolute;
  top            : 12px;
  right          : 20px;
  display        : flex;
  align-items    : center;
  justify-content: center;
  border-radius  : 50%;
  flex           : 0 0 auto;
  width          : 32px;
  aspect-ratio   : 1;
  border         : none;
  color          : #fff;
  background     : rgba(102, 102, 102, 0.5882352941);
}

.modalItemDeals .--content {
  display: flex;
  gap    : 24px;
}

.modalItemDeals .--time {
  background    : var(--color-1);
  color         : #fff;
  text-transform: uppercase;
  padding       : 4px;
  font-size     : 16px;
  width         : -moz-max-content;
  width         : max-content;
  margin-top    : 16px;
}

.modalItemDeals .--time article {
  margin-top: 16px;
}

.modalItemDeals .ViewAll {
  color         : var(--color-1);
  font-weight   : bold;
  margin-top    : 16px;
  text-transform: unset;
}

.modalItemDeals .--name {
  color         : var(--color-1);
  text-transform: uppercase;
}

.modalItemDeals article {
  margin-top: 16px;
}

.modalItemDeals .--content {
  padding: 20px;
}

.modalItemDeals img {
  float     : right;
  width     : 350px;
  margin-top: 36px;
}

#term .--content {
  padding: 24px 0;
  width  : 70%;
  margin : 0 auto;
}

#term .--title {
  color    : var(--color-1);
  font-size: 40px;
}

#term article {
  font-size : 16px;
  margin-top: 12px;
}

@media (max-width: 769px) {
  #term .--content {
    width: 100%;
  }

  #term .--title {
    font-size  : 24px;
    line-height: 1.3;
  }
}

.BlockApp {
  padding: 40px 0;
}

.BlockApp .--item {
  border-bottom : 1px solid #eee;
  margin-bottom : 24px;
  padding-bottom: 24px;
}

.BlockApp .--item:last-child {
  border-bottom : none;
  margin-bottom : 0;
  padding-bottom: 0;
}

.BlockApp .container-fluid {
  display              : grid;
  grid-template-columns: auto 360px;
  grid-gap             : 24px;
}

.BlockApp .itemApp {
  background: #eee;
  display   : flex;
  gap       : 16px;
  padding   : 20px;
}

.BlockApp .itemApp img {
  width        : 75px;
  aspect-ratio : 1;
  border-radius: 20px;
  height       : -moz-max-content;
  height       : max-content;
}

.BlockApp .itemApp .--name {
  font-size  : 18px;
  font-weight: bold;
}

.BlockApp .itemApp article {
  font-size : 16px;
  margin-top: 12px;
}

.BlockApp .itemApp .ViewAll {
  color         : var(--color-1);
  text-transform: unset;
  font-size     : 16px;
  font-weight   : bold;
  margin-top    : 16px;
}

.BlockApp .--listApp .--name {
  font-size    : 20px;
  font-weight  : 600;
  margin-bottom: 28px;
}

.BlockApp .--des .--name {
  font-size: 28px;
  color    : var(--color-1);
}

.BlockApp .--des article {
  margin-top: 20px;
  font-size : 16px;
}

@media (max-width: 769px) {
  .BlockApp .--listApp .--name {
    margin-bottom: 16px;
  }

  .BlockApp .--des .--name {
    font-size  : 24px;
    color      : #000;
    font-weight: bold;
    text-align : center;
  }

  .BlockApp .--des article {
    margin-top: 12px;
  }

  .BlockApp .container-fluid {
    grid-template-columns: auto;
  }
}

.BlockBannerSlider .--title {
  font-size     : 70px;
  color         : #fff;
  text-transform: uppercase;
  font-weight   : bold;
  line-height   : 1;
}

.BlockBannerSlider .--item {
  position: relative;
}

.BlockBannerSlider .--txt {
  position : absolute;
  top      : 50%;
  transform: translate(0, -50%);
  left     : 0;
  width    : 100%;
}

.BlockBannerSlider a {
  color          : #fff;
  background     : var(--color-1);
  display        : flex;
  align-items    : center;
  justify-content: center;
  width          : 60px;
  aspect-ratio   : 1;
  border-radius  : 50%;
  font-size      : 20px;
  margin-top     : 16px;
}

.BlockBannerSlider article {
  margin-top: 16px;
  color     : #fff;
  font-size : 20px;
}

.BlockBannerSlider .--img {
  width   : 100%;
  height  : 500px;
  position: relative;
}

.BlockBannerSlider .--img::after {
  content   : "";
  position  : absolute;
  top       : 0;
  left      : 0;
  width     : 100%;
  height    : 100%;
  background: -webkit-linear-gradient(right, transparent 0, transparent 40%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.25) 60%, rgba(0, 0, 0, 0.2) 100%);
}

.BlockBannerSlider .--img img {
  width : 100%;
  height: 100%;
}

.BlockBannerSlider .slider {
  position: relative;
}

.BlockBannerSlider .slider:hover .--arrow {
  opacity: 1;
}

.BlockBannerSlider .slider .--arrow {
  opacity        : 0;
  position       : absolute;
  top            : 50%;
  transform      : translate(0, -50%);
  width          : 40px;
  aspect-ratio   : 1;
  display        : flex;
  align-items    : center;
  cursor         : pointer;
  background     : #fff;
  color          : #000;
  justify-content: center;
  font-size      : 18px;
  border-radius  : 50%;
  transition     : var(--transition-all);
}

.BlockBannerSlider .slider .--arrow.slick-next {
  right: 60px;
}

.BlockBannerSlider .slider .--arrow.slick-prev {
  left: 60px;
}

.BlockBannerSlider .slick-dots {
  width          : 100%;
  display        : flex;
  align-items    : center;
  margin-top     : 24px;
  gap            : 8px;
  width          : -moz-max-content;
  width          : max-content;
  max-width      : 100%;
  padding-left   : 0;
  list-style     : none;
  margin-bottom  : 0;
  justify-content: center;
  position       : absolute;
  bottom         : 20px;
  left           : 50%;
  transform      : translate(-50%, 0);
}

.BlockBannerSlider .slick-dots li {
  width        : 8px;
  aspect-ratio : 1;
  overflow     : hidden;
  border-radius: 50%;
  background   : #c2c2c2;
}

.BlockBannerSlider .slick-dots li.slick-active {
  background: var(--color-1);
}

.BlockBannerSlider .slick-dots li button {
  width  : 100%;
  height : 100%;
  opacity: 0;
}

@media (max-width: 769px) {
  .BlockBannerSlider .--title {
    font-size: 32px;
  }

  .BlockBannerSlider article {
    font-size: 14px;
  }

  .BlockBannerSlider .--img {
    aspect-ratio: 1;
    height      : auto;
  }

  .BlockBannerSlider .--img::after {
    background: -webkit-linear-gradient(top, transparent 0, transparent 40%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.25) 60%, rgba(0, 0, 0, 0.6) 100%);
  }

  .BlockBannerSlider .--txt {
    bottom   : 40px;
    top      : unset;
    transform: none;
  }

  .BlockBannerSlider a {
    width    : 40px;
    font-size: 14px;
    height   : 40px;
  }

  .BlockBannerSlider .slider .--arrow {
    width: 32px;
  }
}

.BlockAward {
  padding: 40px 0;
}

.BlockAward .--item {
  margin: 0 12px;
}

.BlockAward .slick-list {
  margin: 0 -12px;
}

.BlockAward .--name {
  font-size: 18px;
}

.BlockAward .slider {
  position: relative;
}

.BlockAward .slider .--arrow {
  position       : absolute;
  top            : 50%;
  transform      : translate(0, -50%);
  width          : 40px;
  aspect-ratio   : 1;
  display        : flex;
  align-items    : center;
  justify-content: center;
  background     : var(--color-1);
  border-radius  : 50%;
  cursor         : pointer;
  color          : #fff;
}

.BlockAward .slider .--arrow.slick-next {
  right: 0;
}

.BlockAward .slider .--arrow.slick-prev {
  left: 0;
}

.BlockAward .--cate {
  margin-top: 8px;
}

.BlockAward .--listBlock {
  width : 1020px;
  margin: 40px auto 0;
}

.BlockAward .ViewAll {
  font-size     : 16px;
  text-transform: unset;
  margin-top    : 16px;
  color         : var(--color-1);
  font-weight   : bold;
}

.BlockAward .--txt {
  padding: 20px 20px 0 0;
}

.BlockAward .--img {
  width       : 100%;
  aspect-ratio: 35/18;
}

.BlockAward .--img img {
  width : 100%;
  height: 100%;
}

@media (max-width: 769px) {
  .BlockAward .--listBlock {
    width: 100%;
  }

  .BlockAward .slick-dots {
    width          : 100%;
    display        : flex;
    align-items    : center;
    margin-top     : 24px;
    gap            : 8px;
    padding-left   : 0;
    list-style     : none;
    margin-bottom  : 0;
    justify-content: center;
  }

  .BlockAward .slick-dots li {
    width        : 8px;
    aspect-ratio : 1;
    overflow     : hidden;
    border-radius: 50%;
    background   : #c2c2c2;
  }

  .BlockAward .slick-dots li.slick-active {
    background: #000;
  }

  .BlockAward .slick-dots li button {
    width  : 100%;
    height : 100%;
    opacity: 0;
  }
}

.BlockInfo .--listBlock {
  display              : grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap             : 24px;
}

@media (max-width: 769px) {
  .BlockInfo .--listBlock {
    grid-template-columns: repeat(1, 1fr);
  }
}

.BlockArticle .float-right {
  float      : right;
  margin-left: 20px;
  width      : 350px;
}

.BlockArticle .float-right span {
  font-size : 12px;
  font-style: italic;
  text-align: center;
  margin-top: 4px;
  display   : block;
  width     : 100%;
}

.BlockArticle .--title {
  font-size  : 28px;
  font-weight: 600;
  color      : var(--color-1);
}

.BlockArticle .image img {
  width : 100%;
  height: auto;
}

.BlockArticle .--description {
  margin-top: 16px;
}

.BlockArticle .text {
  clear    : both;
  font-size: 16px;
}

@media (max-width: 769px) {
  .BlockArticle .float-right {
    float      : unset;
    margin-left: 0;
    width      : 100%;
  }
}

.BlockMove {
  padding: 40px 0;
}

.BlockMove .--title {
  font-size: 40px;
  color    : var(--color-1);
}

.BlockMove .--info {
  display              : grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap             : 24px;
  margin-top           : 16px;
}

.BlockMove .--info img {
  width: 100%;
}

.BlockMove .--listLink {
  display   : flex;
  flex-flow : column;
  margin-top: 16px;
  gap       : 4px;
}

.BlockMove .ViewAll {
  text-transform: unset;
  color         : var(--color-1);
  font-weight   : bold;
  font-size     : 16px;
}

.BlockMove .--item {
  padding-bottom: 24px;
  border-bottom : 1px solid #eee;
  margin-bottom : 24px;
}

.BlockMove .--item:last-child {
  padding-bottom: 0;
  border-bottom : none;
  margin-bottom : 0;
}

.BlockMove .--titleBlock {
  font-size: 26px;
  color    : var(--color-1);
}

.BlockMove .--listBlock {
  margin-top: 20px;
}

.BlockMove iframe {
  width : 100%;
  height: 300px;
}

.BlockMove .--itemMap {
  display   : flex;
  gap       : 8px;
  background: #eee;
  padding   : 20px;
  cursor    : pointer;
}

.BlockMove .--itemMap .--number {
  width          : 24px;
  aspect-ratio   : 1;
  border-radius  : 50%;
  background     : var(--color-1);
  display        : flex;
  align-items    : center;
  justify-content: center;
  border-radius  : 50%;
  flex           : 0 0 auto;
  color          : #fff;
  height         : -moz-max-content;
  height         : max-content;
}

.BlockMove .--itemMap .--nameMap {
  color      : var(--color-1);
  font-size  : 20px;
  font-weight: bold;
}

.BlockMove .--itemMap .--location {
  margin-top: 4px;
}

@media (max-width: 769px) {
  .BlockMove .--info {
    grid-template-columns: repeat(1, 1fr);
  }

  .BlockMove .--title {
    font-size: 32px;
  }

  .BlockMove .--titleBlock {
    font-size: 20px;
  }

  .BlockMove .--itemMap .--nameMap {
    font-size: 16px;
  }
}

.faq {
  padding: 80px 0;
}

.faq .nav {
  width      : 300px;
  padding-top: 24px;
}

.faq .tab-content {
  flex        : 1;
  border-left : 1px solid #e3e3e3;
  padding-left: 60px;
  padding-top : 24px;
}

.faq .accordion-button {
  color: var(--color-1);
}

.faq .accordion-button.collapsed {
  color: #000;
}

.faq .--content {
  display    : flex;
  align-items: flex-start;
}

.faq .nav-link {
  text-align   : left;
  padding      : 10px 0;
  font-weight  : 600;
  border-radius: unset;
  width        : -moz-max-content;
  width        : max-content;
  color        : #000;
  font-size    : 18px;
  width        : 100%;
  transition   : var(--transition-all);
}

.faq .nav-link:hover {
  background: #eee;
  padding   : 10px 20px;
}

.faq .nav-link.active {
  background : none;
  border-left: 3px solid var(--color-1);
  color      : var(--color-1);
  padding    : 10px 20px;
}

.faq .nav-link:focus-visible {
  outline   : none;
  box-shadow: none;
}

.faq article {
  padding-bottom: 20px;
  border-bottom : 1px solid #e3e3e3;
}

.faq .accordion {
  border-radius: 4px;
  border       : none;
  overflow-y   : auto;
  max-height   : 400px;
  width        : calc(100% + 20px);
  padding-right: 20px;
}

.faq .accordion::-webkit-scrollbar {
  width: 6px;
}

.faq .accordion::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.faq .accordion::-webkit-scrollbar-thumb {
  background: #888;
}

.faq .accordion button {
  display         : flex;
  align-items     : flex-start;
  justify-content : space-between;
  padding         : 0;
  box-shadow      : none !important;
  background-color: transparent !important;
  gap             : 12px;
}

.faq .accordion button::after {
  display: none;
}

.faq .accordion button.collapsed i.fa-plus {
  display: block;
}

.faq .accordion button.collapsed i.fa-minus {
  display: none;
}

.faq .accordion button i {
  margin-top: 4px;
}

.faq .accordion button i.fa-plus {
  display: none;
}

.faq .accordion button i.fa-minus {
  display: block;
}

.faq .accordion button .--name {
  display    : flex;
  font-weight: 600;
  font-size  : 18px;
}

.faq .accordion .accordion-item {
  background    : transparent;
  border        : none;
  padding-bottom: 16px;
  margin-bottom : 16px;
  border-bottom : 1px solid #e3e3e3;
}

.faq .accordion .accordion-item:last-child {
  margin-bottom : 0;
  padding-bottom: 0;
  border-bottom : none;
}

.faq .accordion article {
  margin-top    : 12px;
  padding-bottom: 0;
  border-bottom : 0;
}

@media (max-width: 769px) and (max-width: 1279px) {
  .faq .tab-content {
    padding-left: 40px;
  }

  .faq .nav {
    width: 300px;
  }
}

@media (max-width: 640px) {
  .faq {
    padding: 60px 0;
  }

  .faq .--content {
    flex-flow: column;
  }

  .faq .nav {
    width     : 100%;
    overflow-x: auto;
    flex-flow : unset !important;
    gap       : 20px;
  }

  .faq .accordion {
    width        : calc(100% + 15px);
    padding-right: 15px;
  }

  .faq .tab-content {
    padding-left: 0;
    border-left : none;
    border-top  : 1px solid #e3e3e3;
  }

  .faq .nav-link {
    flex : 0 0 auto;
    width: -moz-max-content;
    width: max-content;
  }

  .faq .nav-link:hover {
    background: transparent;
    padding   : 10px 0;
  }

  .faq .nav-link.active {
    padding      : 10px 0;
    border-left  : none;
    border-bottom: 1px solid var(--color-1);
  }
}

/*# sourceMappingURL=style.css.map */