@charset "UTF-8";
/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
/** keyframe */
/* */
.section-page.about-section {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section {
    padding-top: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.about-section {
    padding-top: 5rem;
  }
}
.section-page.about-section {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.about-section {
    padding-bottom: 5rem;
  }
}
.section-page.about-section ._hb_about ._about_title {
  font-weight: 700;
  text-align: center;
}
.section-page.about-section ._hb_about ._about_title {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section ._hb_about ._about_title {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.about-section ._hb_about ._about_title {
    margin-bottom: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.about-section ._hb_about ._about_title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.about-section ._hb_about ._about_title {
    font-size: 20px;
    line-height: 28px;
  }
}
.section-page.about-section ._hb_about ._images {
  width: 376px;
  height: 156px;
  margin: 0 auto;
}
.section-page.about-section ._hb_about ._images {
  padding-bottom: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section ._hb_about ._images {
    padding-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.about-section ._hb_about ._images {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.about-section ._hb_about ._images {
    width: auto;
  }
}
.section-page.about-section ._hb_about ._images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-page.about-section ._hb_about ._list {
  display: flex;
  justify-content: center;
}
.section-page.about-section ._hb_about ._list {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}

@media only screen and (min-width: 48rem) {
  .section-page.about-section ._hb_about ._list {
    grid-gap: 0;
    gap: 0;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.about-section ._hb_about ._list {
    grid-gap: 0;
    gap: 0;
  }
}
.section-page.about-section ._hb_about ._list {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section ._hb_about ._list {
    padding-bottom: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.about-section ._hb_about ._list {
    padding-bottom: 4.375rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.about-section ._hb_about ._list {
    flex-flow: row wrap;
  }
}
.section-page.about-section ._hb_about ._list ._item {
  overflow: hidden;
  margin: 0 -10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-width: 2px;
  border-style: solid;
  border-color: #7a0e1b;
  width: 340px;
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 100%;
  background: #ffffff;
  transition: 0.4s;
  color: #7a0e1b;
  cursor: pointer;
  text-align: center;
  padding: 30px;
}
.section-page.about-section ._hb_about ._list ._item ._title {
  margin-bottom: 10px;
  font-weight: 700;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section ._hb_about ._list ._item ._title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.about-section ._hb_about ._list ._item ._title {
    font-size: 26px;
    line-height: 36px;
  }
}
.section-page.about-section ._hb_about ._list ._item ._sub {
  opacity: 0.4;
  color: #ffffff;
  transition: all 0.4s ease;
  font-weight: 600;
}
.section-page.about-section ._hb_about ._list ._item ._desc {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease;
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%) translateY(10px);
  width: 90%;
}
@media only screen and (min-width: 48rem) {
  .section-page.about-section ._hb_about ._list ._item ._desc {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.about-section ._hb_about ._list ._item ._desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.section-page.about-section ._hb_about ._list ._item:nth-child(1) {
  background: #7a0e1b;
  color: #ffffff;
}
.section-page.about-section ._hb_about ._list ._item:nth-child(2) ._sub {
  color: #7a0e1b;
}
.section-page.about-section ._hb_about ._list ._item:nth-child(3) {
  background: #53000a;
  color: #ffffff;
}
.section-page.about-section ._hb_about ._list ._item:hover ._title {
  transform: translateY(-30px) scale(0.8);
  margin-bottom: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.about-section ._hb_about ._list ._item:hover ._title {
    transform: translateY(-30px) scale(1);
  }
}
.section-page.about-section ._hb_about ._list ._item:hover ._sub {
  opacity: 0;
  transform: translateY(-10px);
}
.section-page.about-section ._hb_about ._list ._item:hover ._desc {
  opacity: 1;
  transform: translate(-50%, -50%) translateY(0);
}
.section-page.about-section ._hb_about ._desc {
  font-weight: 600;
  text-align: center;
}
@media only screen and (min-width: 64rem) {
  .section-page.about-section ._hb_about ._desc {
    font-size: 24px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.about-section ._hb_about ._desc {
    font-size: 16px;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.about-section ._hb_about ._desc p {
    line-height: 32px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.about-section ._hb_about ._desc p {
    line-height: 24px;
  }
}

/* */
.section.page-recruitment-info .flex-info .cell-left {
  padding-bottom: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .section.page-recruitment-info .flex-info .cell-left {
    padding-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.page-recruitment-info .flex-info .cell-left {
    padding-bottom: 3.125rem;
  }
}
.section.page-recruitment-info .flex-info .cell-left ._inner {
  display: flex;
}
.section.page-recruitment-info .flex-info .cell-left ._inner {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}

@media only screen and (min-width: 48rem) {
  .section.page-recruitment-info .flex-info .cell-left ._inner {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.page-recruitment-info .flex-info .cell-left ._inner {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.page-recruitment-info .flex-info .cell-left ._inner {
    flex-flow: row wrap;
  }
}
.section.page-recruitment-info .flex-info .cell-left ._inner .heading-title {
  text-transform: unset;
  margin-bottom: 0;
  color: #7a0e1b;
  opacity: 0.6;
  flex: 0 0 auto;
}
.section.page-recruitment-info .flex-info .cell-left ._inner ._desc {
  font-weight: 700;
  position: relative;
}
@media only screen and (min-width: 64rem) {
  .section.page-recruitment-info .flex-info .cell-left ._inner ._desc {
    font-size: 32px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.page-recruitment-info .flex-info .cell-left ._inner ._desc {
    font-size: 26px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.page-recruitment-info .flex-info .cell-left ._inner ._desc {
    font-size: 20px;
    line-height: 30px;
  }
}
.section.page-recruitment-info .hb_ideal {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.page-recruitment-info .hb_ideal {
    padding-top: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.page-recruitment-info .hb_ideal {
    padding-top: 5rem;
  }
}
.section.page-recruitment-info .hb_ideal {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.page-recruitment-info .hb_ideal {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.page-recruitment-info .hb_ideal {
    padding-bottom: 5rem;
  }
}
.section.page-recruitment-info .hb_ideal .flex-info .cell {
  width: 100%;
}
.section.page-recruitment-info .hb_ideal .flex-info .cell-right ._inner ._feature {
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.section.page-recruitment-info .hb_ideal .flex-info .cell-right ._inner ._feature {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.page-recruitment-info .hb_ideal .flex-info .cell-right ._inner ._feature {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.page-recruitment-info .hb_ideal .flex-info .cell-right ._inner ._feature {
    margin-bottom: 3.75rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.page-recruitment-info .hb_ideal .flex-info .cell-right ._inner ._feature {
    border-radius: 15px;
  }
}
.section.page-recruitment-info .hb_ideal .flex-info .cell-right ._inner ._feature ._background {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 64rem) {
  .section.page-recruitment-info .hb_ideal .flex-info .cell-right ._inner ._feature ._background {
    height: 440px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.page-recruitment-info .hb_ideal .flex-info .cell-right ._inner ._feature ._background {
    height: 320px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.page-recruitment-info .hb_ideal .flex-info .cell-right ._inner ._feature ._background {
    height: unset;
  }
}
.section.page-recruitment-info .hb_ideal .flex-info .cell-right ._inner ._feature ._background::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.2;
}
.section.page-recruitment-info .hb_ideal .flex-info .cell-right ._inner ._feature ._background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.section.page-recruitment-info .hb_ideal .flex-info .cell-right ._inner ._feature ._desc {
  color: #ffffff;
  position: absolute;
  top: 60px;
  left: 60px;
  right: 60px;
  bottom: 60px;
  font-weight: 700;
}
@media only screen and (min-width: 48rem) {
  .section.page-recruitment-info .hb_ideal .flex-info .cell-right ._inner ._feature ._desc {
    font-size: 20px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.page-recruitment-info .hb_ideal .flex-info .cell-right ._inner ._feature ._desc {
    font-size: 16px;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 48rem) {
  .section.page-recruitment-info .hb_ideal .flex-info .cell-right ._inner ._feature ._desc :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    font-size: 38px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.page-recruitment-info .hb_ideal .flex-info .cell-right ._inner ._feature ._desc :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) br {
    display: none;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.page-recruitment-info .hb_ideal .flex-info .cell-right ._inner ._feature ._desc :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    font-size: 22px;
    line-height: 36px;
  }
}
.section.page-recruitment-info .hb_ideal .flex-info .cell-right ._inner ._feature ._desc p {
  font-weight: 500;
}
@media only screen and (min-width: 64rem) {
  .section.page-recruitment-info .hb_ideal .flex-info .cell-right ._inner ._feature ._desc p {
    line-height: 34px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.page-recruitment-info .hb_ideal .flex-info .cell-right ._inner ._feature ._desc p {
    line-height: 24px;
  }
}
.section.page-recruitment-info .hb_ideal .flex-info .cell-right ._inner ._lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.section.page-recruitment-info .hb_ideal .flex-info .cell-right ._inner ._lists {
  grid-gap: 0;
  gap: 0;
}

@media only screen and (min-width: 48rem) {
  .section.page-recruitment-info .hb_ideal .flex-info .cell-right ._inner ._lists {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.page-recruitment-info .hb_ideal .flex-info .cell-right ._inner ._lists {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.page-recruitment-info .hb_ideal .flex-info .cell-right ._inner ._lists {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section.page-recruitment-info .hb_ideal .flex-info .cell-right ._inner ._lists ._item {
  border-top: 2px solid #2C2C2C;
  padding-top: 45px;
}
@media only screen and (min-width: 48rem) {
  .section.page-recruitment-info .hb_ideal .flex-info .cell-right ._inner ._lists ._item {
    display: flex;
    flex-flow: row wrap;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.page-recruitment-info .hb_ideal .flex-info .cell-right ._inner ._lists ._item {
    padding-top: 30px;
  }
}
.section.page-recruitment-info .hb_ideal .flex-info .cell-right ._inner ._lists ._item ._images {
  border-radius: 25px;
  overflow: hidden;
  aspect-ratio: 4/3;
}
@media only screen and (min-width: 48rem) {
  .section.page-recruitment-info .hb_ideal .flex-info .cell-right ._inner ._lists ._item ._images {
    order: 2;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.page-recruitment-info .hb_ideal .flex-info .cell-right ._inner ._lists ._item ._images {
    border-radius: 15px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.page-recruitment-info .hb_ideal .flex-info .cell-right ._inner ._lists ._item ._images {
    margin-bottom: 20px;
  }
}
.section.page-recruitment-info .hb_ideal .flex-info .cell-right ._inner ._lists ._item ._images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 48rem) {
  .section.page-recruitment-info .hb_ideal .flex-info .cell-right ._inner ._lists ._item ._inner {
    order: -1;
  }
}
.section.page-recruitment-info .hb_ideal .flex-info .cell-right ._inner ._lists ._item ._inner ._title {
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (min-width: 48rem) {
  .section.page-recruitment-info .hb_ideal .flex-info .cell-right ._inner ._lists ._item ._inner ._title {
    font-size: 26px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.page-recruitment-info .hb_ideal .flex-info .cell-right ._inner ._lists ._item ._inner ._title {
    font-size: 20px;
    line-height: 30px;
  }
}
.section.page-recruitment-info .hb_ideal .flex-info .cell-right ._inner ._lists ._item ._inner ._desc {
  color: #505050;
  margin-bottom: 30px;
}
@media only screen and (min-width: 48rem) {
  .section.page-recruitment-info .hb_ideal .flex-info .cell-right ._inner ._lists ._item ._inner ._desc {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 48rem) {
  .section.page-recruitment-info .hb_ideal .flex-info .cell-right ._inner ._lists ._item ._inner ._desc {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.page-recruitment-info .hb_ideal .flex-info .cell-right ._inner ._lists ._item:last-child ._inner ._desc {
    margin-bottom: 0;
  }
}
.section.page-recruitment-info .hb_welfare {
  background: #f7f7f7;
}
.section.page-recruitment-info .hb_welfare {
  padding-top: 2.5rem;
}
@media only screen and (min-width: 48rem) {
  .section.page-recruitment-info .hb_welfare {
    padding-top: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.page-recruitment-info .hb_welfare {
    padding-top: 5rem;
  }
}
.section.page-recruitment-info .hb_welfare {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section.page-recruitment-info .hb_welfare {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.page-recruitment-info .hb_welfare {
    padding-bottom: 5rem;
  }
}
.section.page-recruitment-info .hb_welfare .flex-info .cell-right ._inner ._lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.section.page-recruitment-info .hb_welfare .flex-info .cell-right ._inner ._lists {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}

@media only screen and (min-width: 48rem) {
  .section.page-recruitment-info .hb_welfare .flex-info .cell-right ._inner ._lists {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.page-recruitment-info .hb_welfare .flex-info .cell-right ._inner ._lists {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.page-recruitment-info .hb_welfare .flex-info .cell-right ._inner ._lists {
    display: flex;
    grid-template-columns: unset;
    flex-wrap: nowrap;
    overflow: auto;
    padding: 0 0 8px;
  }
}
.section.page-recruitment-info .hb_welfare .flex-info .cell-right ._inner ._lists ._item {
  display: flex;
  border: 1px solid rgba(28, 51, 100, 0.2);
  background: #F8F8F8;
  padding: 12px;
  align-items: center;
  flex-flow: row wrap;
  transition: 0.4s;
  cursor: pointer;
  border-radius: 4px;
}
.section.page-recruitment-info .hb_welfare .flex-info .cell-right ._inner ._lists ._item {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}

@media only screen and (min-width: 48rem) {
  .section.page-recruitment-info .hb_welfare .flex-info .cell-right ._inner ._lists ._item {
    grid-gap: 1rem;
    gap: 1rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section.page-recruitment-info .hb_welfare .flex-info .cell-right ._inner ._lists ._item {
    grid-gap: 1rem;
    gap: 1rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section.page-recruitment-info .hb_welfare .flex-info .cell-right ._inner ._lists ._item {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.page-recruitment-info .hb_welfare .flex-info .cell-right ._inner ._lists ._item {
    flex: 0 0 80%;
    max-width: 80%;
  }
}
.section.page-recruitment-info .hb_welfare .flex-info .cell-right ._inner ._lists ._item ._images {
  background: #7a0e1b;
  border-radius: 4px;
  overflow: hidden;
  flex: 0 0 70px;
  max-width: 70px;
}
.section.page-recruitment-info .hb_welfare .flex-info .cell-right ._inner ._lists ._item ._images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section.page-recruitment-info .hb_welfare .flex-info .cell-right ._inner ._lists ._item ._inner {
  flex: 1;
}
.section.page-recruitment-info .hb_welfare .flex-info .cell-right ._inner ._lists ._item ._inner ._title {
  margin-bottom: 10px;
  font-weight: 600;
}
@media only screen and (min-width: 48rem) {
  .section.page-recruitment-info .hb_welfare .flex-info .cell-right ._inner ._lists ._item ._inner ._title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.page-recruitment-info .hb_welfare .flex-info .cell-right ._inner ._lists ._item ._inner ._title {
    font-size: 18px;
    line-height: 24px;
  }
}
.section.page-recruitment-info .hb_welfare .flex-info .cell-right ._inner ._lists ._item ._inner ._desc {
  color: #676767;
  font-weight: 500;
}
@media only screen and (min-width: 48rem) {
  .section.page-recruitment-info .hb_welfare .flex-info .cell-right ._inner ._lists ._item ._inner ._desc {
    font-size: 16px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.page-recruitment-info .hb_welfare .flex-info .cell-right ._inner ._lists ._item ._inner ._desc {
    font-size: 14px;
  }
}
@media only screen and (min-width: 48rem) {
  .section.page-recruitment-info .hb_welfare .flex-info .cell-right ._inner ._lists ._item ._inner ._desc p {
    line-height: 24px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.page-recruitment-info .hb_welfare .flex-info .cell-right ._inner ._lists ._item ._inner ._desc p {
    line-height: 20px;
  }
}
.section.page-recruitment-info .hb_welfare .flex-info .cell-right ._inner ._lists ._item:hover {
  transform: translateY(-5px);
}
.section.page-recruitment-info .hb_recruitment {
  position: relative;
}
@media only screen and (max-width: 47.99875rem) {
  .section.page-recruitment-info .hb_recruitment {
    height: 45vh;
  }
}
.section.page-recruitment-info .hb_recruitment ._button_links {
  z-index: 1;
}
.section.page-recruitment-info .hb_recruitment ._button_links {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
@media only screen and (max-width: 47.99875rem) {
  .section.page-recruitment-info .hb_recruitment ._background {
    width: 100%;
    height: 100%;
  }
}
.section.page-recruitment-info .hb_recruitment ._background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.page-recruitment-info .hb_recruitment .container {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section.page-recruitment-info .hb_recruitment .container ._inner {
  color: #ffffff;
}
.section.page-recruitment-info .hb_recruitment .container ._inner .heading-title {
  text-transform: unset;
  margin-bottom: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .section.page-recruitment-info .hb_recruitment .container ._inner .heading-title br {
    display: none;
  }
}
@media only screen and (min-width: 48rem) {
  .section.page-recruitment-info .hb_recruitment .container ._inner ._desc {
    font-size: 20px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.page-recruitment-info .hb_recruitment .container ._inner ._desc {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 48rem) {
  .section.page-recruitment-info .hb_recruitment .container ._inner ._desc p {
    line-height: 34px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.page-recruitment-info .hb_recruitment .container ._inner ._desc p {
    line-height: 26px;
  }
}
.section.page-recruitment-info .hb_recruitment .container ._inner ._button {
  position: relative;
  margin-top: 30px;
  padding: 20px 45px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.section.page-recruitment-info .hb_recruitment .container ._inner ._button {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}

@media only screen and (max-width: 63.99875rem) {
  .section.page-recruitment-info .hb_recruitment .container ._inner ._button {
    margin-top: 20px;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.page-recruitment-info .hb_recruitment .container ._inner ._button {
    margin-top: 15px;
  }
}
.section.page-recruitment-info .hb_recruitment .container ._inner ._button::after {
  display: inline-block;
  content: "";
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAF6SURBVHgBvZbRbYMwEIYPJqiYgE6A+45EOgAinSB5hg14ah95yirtBEknIA+8E1ggZYLrnTEVqqrGNjifdDER9v2642yfBxog4oaGjIzHkOxBvfoiOyv78DzvBEsgoT1Zi/rw3B2YQotCshrtadmHrhhHdcXlsI/tLbEtrs/uvzSuEdlv2Gc46XgzwRbGCnTBmSr4iR98JbZ3KMaIKbWeEnQZ3cSFonz0cdzUoc4KIQQkSQLDMIAFXCMbTmmmuyKOY2iaRor2fQ8WZJzOIxpQFAUGQYBRFGHXdWhIDWixFcqytBW9AlpSVdWPqAk+WEJr5UiVB0agRUrzPJfRUdUiFY/JUplSo1thgRhzZMGD7uxJjLaFjRhzkLe57myOKk1TpI2PliT3P9rUnzdwzyv/zK+nmgYBbpDR8cN8H77A2IWtDft8/vMNjv3M2mj1NWs1UXotI479TYv28GESginooBHWOnnJSUIDfwuhbN7qX8hOZO9UiZ+3fH0DRLm80Nv8kpMAAAAASUVORK5CYII=") no-repeat center;
  background-size: contain;
  width: 28px;
  height: 28px;
  transition: 0.4s;
  position: relative;
  left: 0;
}
.section.page-recruitment-info .hb_recruitment .container ._inner ._button:hover::after {
  left: 10px;
}
.section.page-recruitment-info .hb_recruitment:hover .container ._inner ._button::after {
  left: 10px;
}

/** Liên hệ */
.page-contact-us {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .page-contact-us {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-contact-us {
    padding-top: 3.75rem;
  }
}
.page-contact-us ._content_contact {
  position: relative;
}
.page-contact-us ._content_contact :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  color: #7a0e1b;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  line-height: normal;
  letter-spacing: 1px;
}
@media only screen and (min-width: 48rem) {
  .page-contact-us ._content_contact :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 96.0625rem) {
  .page-contact-us ._content_contact :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .page-contact-us ._content_contact :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
.page-contact-us .flex-info {
  justify-content: space-between;
}
.page-contact-us .flex-info {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

@media only screen and (min-width: 48rem) {
  .page-contact-us .flex-info {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-contact-us .flex-info {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
.page-contact-us .flex-info .cell .heading-title {
  color: #000000;
  margin-bottom: 10px;
}
.page-contact-us .flex-info .cell ._desc {
  margin-bottom: 20px;
}
@media only screen and (min-width: 48rem) {
  .page-contact-us .flex-info .cell ._desc {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .page-contact-us .flex-info .cell ._desc {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}
.page-contact-us .flex-info .cell ._list ._item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.page-contact-us .flex-info .cell ._list ._item {
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

.page-contact-us .flex-info .cell ._list ._item ._icon {
  flex: 0 0 40px;
  max-width: 40px;
}
.page-contact-us .flex-info .cell ._list ._item ._icon {
  width: 2.5rem;
  height: 2.5rem;
}
.page-contact-us .flex-info .cell ._list ._item ._icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (min-width: 48rem) {
  .page-contact-us .flex-info .cell ._list ._item ._title {
    font-size: 15px;
    line-height: 21px;
  }
}
.page-contact-us .flex-info .cell ._list ._item:last-child {
  margin-bottom: 0;
}
.page-contact-us .flex-info .cell ._contact_desc_form {
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 25px;
}
.page-contact-us .flex-info .cell ._contact_form form .form-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 16px;
}
.page-contact-us .flex-info .cell ._contact_form form .form-group {
  grid-gap: 1rem;
  gap: 1rem;
}

@media only screen and (max-width: 63.99875rem) {
  .page-contact-us .flex-info .cell ._contact_form form .form-group {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
}
.page-contact-us .flex-info .cell ._contact_form form .form-message, .page-contact-us .flex-info .cell ._contact_form form .form-slc, .page-contact-us .flex-info .cell ._contact_form form .form-email, .page-contact-us .flex-info .cell ._contact_form form .form-name, .page-contact-us .flex-info .cell ._contact_form form .form-phone {
  margin-bottom: 16px;
}
.page-contact-us .flex-info .cell ._contact_form form [type=text], .page-contact-us .flex-info .cell ._contact_form form [type=password], .page-contact-us .flex-info .cell ._contact_form form [type=date], .page-contact-us .flex-info .cell ._contact_form form [type=datetime], .page-contact-us .flex-info .cell ._contact_form form [type=datetime-local], .page-contact-us .flex-info .cell ._contact_form form [type=month], .page-contact-us .flex-info .cell ._contact_form form [type=week], .page-contact-us .flex-info .cell ._contact_form form [type=email], .page-contact-us .flex-info .cell ._contact_form form [type=number], .page-contact-us .flex-info .cell ._contact_form form [type=search], .page-contact-us .flex-info .cell ._contact_form form [type=tel], .page-contact-us .flex-info .cell ._contact_form form [type=time], .page-contact-us .flex-info .cell ._contact_form form [type=url], .page-contact-us .flex-info .cell ._contact_form form [type=color] {
  box-shadow: unset;
  border: unset;
  text-indent: 10px;
  border-radius: 8px;
  height: 48px;
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.09);
}
.page-contact-us .flex-info .cell ._contact_form form input::-webkit-input-placeholder, .page-contact-us .flex-info .cell ._contact_form form textarea::-webkit-input-placeholder {
  color: #000;
}
.page-contact-us .flex-info .cell ._contact_form form input::placeholder, .page-contact-us .flex-info .cell ._contact_form form textarea::placeholder {
  color: #000;
}
.page-contact-us .flex-info .cell ._contact_form form select:not([multiple]) {
  width: 100%;
  height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  box-shadow: unset;
  border-radius: 8px;
  padding: 0 10px;
  color: #000;
}
.page-contact-us .flex-info .cell ._contact_form form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: rgba(122, 13, 26, 0.1);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAMCAYAAABm+U3GAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEmSURBVHgBpdKxTsMwEAbgcwMSE4oyseGKVmKDJ6DXjTEjY3kEngDY2HiEsjIRNpi4R2AHJPMCVUYkQOY/tZFM5Kaueksu9vnT6exscMKXhbVS7Nt89umeaYMYjngKq4JFZjBiH+xVP4bOnUhNa4Rlzrc93QKaNGs9MnQd1JRbnl60kBJDa3FGQlTNbOacFH1r8MuL5b0e0elu397Xzn2loEiPQvRd5CrTPIZj4wz4I/DoWA6ZLXl6iqGaZs1aBM+xWcZwRX8xMk1j6D84FW9QzNQG6AXQm9AyFIkh88R7mgZF7tvQeAd5GzV4RW8id20jCi/D9ZuCdsIaB8ylmePt51d7oB8i1bKznfCi82M/v6gGr9HpGJ2+dp1bCTc4ZvCAMeQpqMYf8oSHFLVSR/kAAAAASUVORK5CYII=");
  background-position: right 0.8em top 50%;
  background-repeat: no-repeat;
  background-size: auto 7px;
  display: block;
  padding-right: 1.4em;
}
.page-contact-us .flex-info .cell ._contact_form form textarea {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  width: 100%;
  height: 120px;
  padding: 10px;
  color: #000;
}
.page-contact-us .flex-info .cell ._contact_form form .form-submit {
  position: relative;
  display: inline-flex;
  transition: 0.4s;
  background: #7a0e1b;
  border-radius: 5px;
}
.page-contact-us .flex-info .cell ._contact_form form .form-submit::after {
  position: absolute;
  content: "";
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAInSURBVHgB7VjRcYMwDFV6/S8jMEJGYIOyQdggbJBs0GxAOkHTCWgnSDZwNyAbuOKQr6qLsQyG3OX67nRJkJCeJWErAPzjzrGChaG1XuNHhpKiPNHlT5SP1Wr1BUsDCSUoBUqF0mg3FJFflFQtIMX17fcE5oCAVEO60s4U/t4zuxJigUiVFFg7SFVEPPH4Mouq+PVHCAQFKlCeoWt2G1eUE8orygUb/woytHbjymuVbyhTmR7ZQ8zXIeSmzNNTQaTQboNytvuMfMh6kLK1i0XKImdwtnQl062HnGx7iJmnb0r5NpbP3NLXJtaQk8Jyomhlk/alHnKFpU+YrhpypFjGouxFPnJkUwzpjZG8SSOSI7sjs0lcznJmlMF0clsJObI1PX8acphLnAnJ8ZI1HnKyuLprVLOSdp9KYTzBkpFbe2z95WXGe2asUF7GENU/p453dBKV13J81H/xpieW3RFvXFvR6lUPUXOK5BABQeV1OMgcGeVkUxgJHVJejyPfJLODQOiIu4btOHWQzQL9TCuvMAg/farAe+OUVxCoZj0pnQmDyvsA0/BOny056V9GvgvMnkHZqPT7nmXKywKKy6wlo9UMBMVB26zN/vT2BOWDRj1glzJyy5SXBfdmxsp0lOMyhCDfE/cOG0V6BbeA7uZI87Cklq7wLWB2WCQU/W4zu2M9qvSEASMGSdf0Y1DArYEkDj3EmrHkZnkFTE9ye/Sl0L3husC94hvsN48MEA4ijwAAAABJRU5ErkJggg==") no-repeat center;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: #ffffff;
  font-weight: 400;
}
.page-contact-us .flex-info .cell ._contact_form form .form-submit input {
  color: #ffffff;
  border: unset;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.4s;
  padding: 0 45px 0 20px;
  height: 42px;
  background: transparent;
  z-index: 1;
  font-weight: 600;
}
@media only screen and (min-width: 48rem) {
  .page-contact-us .flex-info .cell ._contact_form form .form-submit input {
    font-size: 16px;
  }
}
.page-contact-us .flex-info .cell ._contact_form form .form-submit .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.page-contact-us .flex-info .cell ._contact_form form .form-submit:hover {
  transform: translateY(-5px);
}
.page-contact-us .flex-info .cell ._contact_form form.invalid .wpcf7-not-valid-tip {
  color: red;
  font-size: 12px;
  font-weight: 500;
  margin-top: 5px;
}
.page-contact-us .flex-info .cell ._contact_form form.invalid .wpcf7-response-output {
  margin: 20px 0 0;
  text-align: center;
  border-color: red;
  color: red;
  font-size: 13px;
}
@media only screen and (min-width: 64rem) {
  .page-contact-us .flex-info .cell-left {
    flex: 0 0 calc(49% - 15px);
    max-width: calc(49% - 15px);
  }
}
@media only screen and (max-width: 63.99875rem) {
  .page-contact-us .flex-info .cell-left {
    width: 100%;
  }
}
.page-contact-us .flex-info .cell-left ._inner {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
@media only screen and (min-width: 64rem) {
  .page-contact-us .flex-info .cell-right {
    flex: 0 0 calc(49% - 15px);
    max-width: calc(49% - 15px);
  }
}
@media only screen and (max-width: 63.99875rem) {
  .page-contact-us .flex-info .cell-right {
    width: 100%;
  }
}
.page-contact-us ._map {
  line-height: 1;
}
.page-contact-us ._map {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .page-contact-us ._map {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-contact-us ._map {
    padding-top: 3.75rem;
  }
}
.page-contact-us ._map p {
  height: 500px;
}
@media only screen and (max-width: 47.99875rem) {
  .page-contact-us ._map p {
    height: 350px;
  }
}
.page-contact-us iframe {
  border: unset;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
@media only screen and (max-width: 47.99875rem) {
  .page-contact-us iframe {
    height: 350px;
  }
}

/** */
.section-page.merchandising-section {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.merchandising-section {
    padding-top: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.merchandising-section {
    padding-top: 5rem;
  }
}
.section-page.merchandising-section {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.merchandising-section {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.merchandising-section {
    padding-bottom: 5rem;
  }
}
.section-page.merchandising-section .hb_aboutsp {
  border-bottom: 1px solid #eee;
}
.section-page.merchandising-section .hb_aboutsp {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.merchandising-section .hb_aboutsp {
    padding-bottom: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.merchandising-section .hb_aboutsp {
    padding-bottom: 5rem;
  }
}
.section-page.merchandising-section .hb_aboutsp .flex-info {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}

@media only screen and (min-width: 48rem) {
  .section-page.merchandising-section .hb_aboutsp .flex-info {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.merchandising-section .hb_aboutsp .flex-info {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }
}
.section-page.merchandising-section .hb_aboutsp .flex-info .cell {
  width: 100%;
}
.section-page.merchandising-section .hb_aboutsp .flex-info .cell-left .heading-title {
  margin-bottom: 10px;
  text-align: center;
}
.section-page.merchandising-section .hb_aboutsp .flex-info .cell-left ._desc {
  text-align: center;
}
@media only screen and (min-width: 48rem) {
  .section-page.merchandising-section .hb_aboutsp .flex-info .cell-left ._desc {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.merchandising-section .hb_aboutsp .flex-info .cell-left ._desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.section-page.merchandising-section .hb_aboutsp .flex-info .cell-right ._list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.section-page.merchandising-section .hb_aboutsp .flex-info .cell-right ._list {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}

@media only screen and (max-width: 63.99875rem) {
  .section-page.merchandising-section .hb_aboutsp .flex-info .cell-right ._list {
    display: flex;
    overflow: auto;
    padding: 0 0 10px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.merchandising-section .hb_aboutsp .flex-info .cell-right ._list ._item {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
.section-page.merchandising-section .hb_aboutsp .flex-info .cell-right ._list ._item ._images {
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 25px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.merchandising-section .hb_aboutsp .flex-info .cell-right ._list ._item ._images {
    border-radius: 10px;
    margin-bottom: 20px;
  }
}
.section-page.merchandising-section .hb_aboutsp .flex-info .cell-right ._list ._item ._images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-page.merchandising-section .hb_aboutsp .flex-info .cell-right ._list ._item ._images::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 25px;
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.merchandising-section .hb_aboutsp .flex-info .cell-right ._list ._item ._images::after {
    border-radius: 10px;
  }
}
.section-page.merchandising-section .hb_aboutsp .flex-info .cell-right ._list ._item ._title {
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (min-width: 48rem) {
  .section-page.merchandising-section .hb_aboutsp .flex-info .cell-right ._list ._item ._title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.merchandising-section .hb_aboutsp .flex-info .cell-right ._list ._item ._title {
    font-size: 18px;
    line-height: 24px;
  }
}
.section-page.merchandising-section .hb_aboutsp .flex-info .cell-right ._list ._item ._desc {
  font-weight: 500;
}
@media only screen and (min-width: 48rem) {
  .section-page.merchandising-section .hb_aboutsp .flex-info .cell-right ._list ._item ._desc {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.merchandising-section .hb_aboutsp .flex-info .cell-right ._list ._item ._desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.section-page.merchandising-section .hb_business {
  border-bottom: 1px solid #eee;
}
.section-page.merchandising-section .hb_business {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.merchandising-section .hb_business {
    padding-top: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.merchandising-section .hb_business {
    padding-top: 5rem;
  }
}
.section-page.merchandising-section .hb_business {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.merchandising-section .hb_business {
    padding-bottom: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.merchandising-section .hb_business {
    padding-bottom: 5rem;
  }
}
.section-page.merchandising-section .hb_business .flex-info {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}

.section-page.merchandising-section .hb_business .flex-info .cell {
  width: 100%;
}
.section-page.merchandising-section .hb_business .flex-info .cell-left {
  text-align: center;
}
.section-page.merchandising-section .hb_business .flex-info .cell-left .heading-title {
  margin-bottom: 10px;
}
@media only screen and (min-width: 48rem) {
  .section-page.merchandising-section .hb_business .flex-info .cell-left ._desc {
    font-size: 18px;
    line-height: 26px;
    width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.merchandising-section .hb_business .flex-info .cell-left ._desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.section-page.merchandising-section .hb_business .flex-info .cell-right ._lists {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.section-page.merchandising-section .hb_business .flex-info .cell-right ._lists ._item {
  padding: 5px;
}
@media only screen and (min-width: 64rem) {
  .section-page.merchandising-section .hb_business .flex-info .cell-right ._lists ._item {
    width: 16.6666666667%;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.merchandising-section .hb_business .flex-info .cell-right ._lists ._item {
    width: 20%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.merchandising-section .hb_business .flex-info .cell-right ._lists ._item {
    width: 50%;
  }
}
.section-page.merchandising-section .hb_business .flex-info .cell-right ._lists ._item ._image {
  background: #ffffff;
}
.section-page.merchandising-section .hb_business .flex-info .cell-right ._lists ._item ._image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-page.merchandising-section .hb_partner {
  border-bottom: 1px solid #eee;
}
.section-page.merchandising-section .hb_partner {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.merchandising-section .hb_partner {
    padding-top: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.merchandising-section .hb_partner {
    padding-top: 5rem;
  }
}
.section-page.merchandising-section .hb_partner {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.merchandising-section .hb_partner {
    padding-bottom: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.merchandising-section .hb_partner {
    padding-bottom: 5rem;
  }
}
.section-page.merchandising-section .hb_partner .flex-info {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}

.section-page.merchandising-section .hb_partner .flex-info .cell {
  width: 100%;
}
.section-page.merchandising-section .hb_partner .flex-info .cell-left {
  text-align: center;
}
.section-page.merchandising-section .hb_partner .flex-info .cell-left .heading-title {
  margin-bottom: 10px;
}
@media only screen and (min-width: 48rem) {
  .section-page.merchandising-section .hb_partner .flex-info .cell-left ._desc {
    font-size: 18px;
    line-height: 26px;
    width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.merchandising-section .hb_partner .flex-info .cell-left ._desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.section-page.merchandising-section .hb_partner .flex-info .cell-right ._lists {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.section-page.merchandising-section .hb_partner .flex-info .cell-right ._lists ._item {
  padding: 5px;
}
@media only screen and (min-width: 64rem) {
  .section-page.merchandising-section .hb_partner .flex-info .cell-right ._lists ._item {
    width: 16.6666666667%;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.merchandising-section .hb_partner .flex-info .cell-right ._lists ._item {
    width: 25%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.merchandising-section .hb_partner .flex-info .cell-right ._lists ._item {
    width: 50%;
  }
}
.section-page.merchandising-section .hb_partner .flex-info .cell-right ._lists ._item ._image {
  background: #ffffff;
}
.section-page.merchandising-section .hb_partner .flex-info .cell-right ._lists ._item ._image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-page.merchandising-section .hb_events {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.merchandising-section .hb_events {
    padding-top: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.merchandising-section .hb_events {
    padding-top: 5rem;
  }
}
.section-page.merchandising-section .hb_events .flex-info {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}

.section-page.merchandising-section .hb_events .flex-info .cell {
  width: 100%;
}
.section-page.merchandising-section .hb_events .flex-info .cell-left {
  text-align: center;
}
.section-page.merchandising-section .hb_events .flex-info .cell-left .heading-title {
  margin-bottom: 10px;
}
@media only screen and (min-width: 48rem) {
  .section-page.merchandising-section .hb_events .flex-info .cell-left ._desc {
    font-size: 18px;
    line-height: 26px;
    width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.merchandising-section .hb_events .flex-info .cell-left ._desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.section-page.merchandising-section .hb_events .flex-info .cell-right ._lists .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._image {
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.merchandising-section .hb_events .flex-info .cell-right ._lists .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._image {
    border-radius: 6px;
  }
}
.section-page.merchandising-section .hb_events .flex-info .cell-right ._lists .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-page.merchandising-section .hb_events .flex-info .cell-right ._lists .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._title {
  text-align: center;
  font-weight: 700;
}
@media only screen and (min-width: 48rem) {
  .section-page.merchandising-section .hb_events .flex-info .cell-right ._lists .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.merchandising-section .hb_events .flex-info .cell-right ._lists .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._title {
    font-size: 18px;
    line-height: 24px;
  }
}
.section-page.merchandising-section .hb_events .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-button {
  border: 1px solid rgba(47, 47, 47, 0.2);
}
.section-page.merchandising-section .hb_events .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-button {
  width: 3.125rem;
  height: 3.125rem;
}
.section-page.merchandising-section .hb_events .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-button svg {
  color: rgba(47, 47, 47, 0.2);
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.merchandising-section .hb_events .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-button {
    display: none;
  }
}
.section-page.merchandising-section .hb_events .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-button:hover svg {
  color: #ffffff;
}
@media only screen and (min-width: 48rem) {
  .section-page.merchandising-section .hb_events .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-button.swiper-button-prev {
    left: -70px;
  }
}
.section-page.merchandising-section .hb_events .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-button.swiper-button-prev svg {
  margin-left: -3px;
}
@media only screen and (min-width: 48rem) {
  .section-page.merchandising-section .hb_events .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-button.swiper-button-next {
    right: -70px;
  }
}
.section-page.merchandising-section .hb_events .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-pagination {
  margin-top: 20px;
}
@media only screen and (min-width: 64rem) {
  .section-page.merchandising-section .hb_events .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-pagination {
    display: none;
  }
}
.section-page.merchandising-section .hb_events .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-pagination .swiper-pagination-bullet {
  transform: unset !important;
}
.section-page.merchandising-section .hb_contact {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.merchandising-section .hb_contact {
    padding-top: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.merchandising-section .hb_contact {
    padding-top: 5rem;
  }
}
.section-page.merchandising-section .hb_contact .container .flex-info {
  position: relative;
}
.section-page.merchandising-section .hb_contact .container .flex-info ._background {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.section-page.merchandising-section .hb_contact .container .flex-info ._background::after {
  position: absolute;
  content: "";
  background: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.section-page.merchandising-section .hb_contact .container .flex-info ._background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-page.merchandising-section .hb_contact .container .flex-info ._inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.section-page.merchandising-section .hb_contact .container .flex-info ._inner ._desc {
  text-align: center;
  color: #ffffff;
  text-transform: unset;
}
@media only screen and (min-width: 64rem) {
  .section-page.merchandising-section .hb_contact .container .flex-info ._inner ._desc {
    font-size: 26px;
    line-height: 36px;
  }
}
.section-page.merchandising-section .hb_contact .container .flex-info ._inner ._button {
  margin-top: 20px;
  text-align: center;
}
.section-page.merchandising-section .hb_contact .container .flex-info ._inner ._button a {
  position: relative;
  padding: 15px 25px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.section-page.merchandising-section .hb_contact .container .flex-info ._inner ._button a {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}

@media only screen and (max-width: 63.99875rem) {
  .section-page.merchandising-section .hb_contact .container .flex-info ._inner ._button a {
    padding: 10px 20px;
  }
}
.section-page.merchandising-section .hb_contact .container .flex-info ._inner ._button a::after {
  display: inline-block;
  content: "";
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAF6SURBVHgBvZbRbYMwEIYPJqiYgE6A+45EOgAinSB5hg14ah95yirtBEknIA+8E1ggZYLrnTEVqqrGNjifdDER9v2642yfBxog4oaGjIzHkOxBvfoiOyv78DzvBEsgoT1Zi/rw3B2YQotCshrtadmHrhhHdcXlsI/tLbEtrs/uvzSuEdlv2Gc46XgzwRbGCnTBmSr4iR98JbZ3KMaIKbWeEnQZ3cSFonz0cdzUoc4KIQQkSQLDMIAFXCMbTmmmuyKOY2iaRor2fQ8WZJzOIxpQFAUGQYBRFGHXdWhIDWixFcqytBW9AlpSVdWPqAk+WEJr5UiVB0agRUrzPJfRUdUiFY/JUplSo1thgRhzZMGD7uxJjLaFjRhzkLe57myOKk1TpI2PliT3P9rUnzdwzyv/zK+nmgYBbpDR8cN8H77A2IWtDft8/vMNjv3M2mj1NWs1UXotI479TYv28GESginooBHWOnnJSUIDfwuhbN7qX8hOZO9UiZ+3fH0DRLm80Nv8kpMAAAAASUVORK5CYII=") no-repeat center;
  background-size: contain;
  width: 28px;
  height: 28px;
  transition: 0.4s;
  position: relative;
  left: 0;
}
.section-page.merchandising-section .hb_contact .container .flex-info ._inner ._button a:hover::after {
  left: 10px;
}

/* */
.section-page.lisence-section {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.lisence-section {
    padding-top: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.lisence-section {
    padding-top: 5rem;
  }
}
.section-page.lisence-section {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.lisence-section {
    padding-bottom: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.lisence-section {
    padding-bottom: 5rem;
  }
}
.section-page.lisence-section .hb_events {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.lisence-section .hb_events {
    padding-bottom: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.lisence-section .hb_events {
    padding-bottom: 5rem;
  }
}
.section-page.lisence-section .hb_events .flex-info {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}

.section-page.lisence-section .hb_events .flex-info .cell {
  width: 100%;
}
.section-page.lisence-section .hb_events .flex-info .cell-left {
  text-align: center;
}
.section-page.lisence-section .hb_events .flex-info .cell-left .heading-title {
  margin-bottom: 10px;
}
@media only screen and (min-width: 48rem) {
  .section-page.lisence-section .hb_events .flex-info .cell-left ._desc {
    font-size: 18px;
    line-height: 26px;
    width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.lisence-section .hb_events .flex-info .cell-left ._desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.section-page.lisence-section .hb_events .flex-info .cell-right ._lists .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._image {
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.lisence-section .hb_events .flex-info .cell-right ._lists .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._image {
    border-radius: 6px;
  }
}
.section-page.lisence-section .hb_events .flex-info .cell-right ._lists .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-page.lisence-section .hb_events .flex-info .cell-right ._lists .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._title {
  text-align: center;
  font-weight: 700;
}
@media only screen and (min-width: 48rem) {
  .section-page.lisence-section .hb_events .flex-info .cell-right ._lists .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.lisence-section .hb_events .flex-info .cell-right ._lists .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._title {
    font-size: 18px;
    line-height: 24px;
  }
}
.section-page.lisence-section .hb_events .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-button {
  border: 1px solid rgba(47, 47, 47, 0.2);
}
.section-page.lisence-section .hb_events .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-button {
  width: 3.125rem;
  height: 3.125rem;
}
.section-page.lisence-section .hb_events .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-button svg {
  color: rgba(47, 47, 47, 0.2);
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.lisence-section .hb_events .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-button {
    display: none;
  }
}
.section-page.lisence-section .hb_events .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-button:hover svg {
  color: #ffffff;
}
@media only screen and (min-width: 48rem) {
  .section-page.lisence-section .hb_events .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-button.swiper-button-prev {
    left: -70px;
  }
}
.section-page.lisence-section .hb_events .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-button.swiper-button-prev svg {
  margin-left: -3px;
}
@media only screen and (min-width: 48rem) {
  .section-page.lisence-section .hb_events .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-button.swiper-button-next {
    right: -70px;
  }
}
.section-page.lisence-section .hb_events .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-pagination {
  margin-top: 20px;
}
@media only screen and (min-width: 64rem) {
  .section-page.lisence-section .hb_events .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-pagination {
    display: none;
  }
}
.section-page.lisence-section .hb_events .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-pagination .swiper-pagination-bullet {
  transform: unset !important;
}
.section-page.lisence-section .hb_business {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.lisence-section .hb_business {
    padding-bottom: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.lisence-section .hb_business {
    padding-bottom: 5rem;
  }
}
.section-page.lisence-section .hb_business .flex-info {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}

.section-page.lisence-section .hb_business .flex-info .cell {
  width: 100%;
}
.section-page.lisence-section .hb_business .flex-info .cell-left {
  text-align: center;
}
.section-page.lisence-section .hb_business .flex-info .cell-left .heading-title {
  margin-bottom: 10px;
}
@media only screen and (min-width: 48rem) {
  .section-page.lisence-section .hb_business .flex-info .cell-left ._desc {
    font-size: 18px;
    line-height: 26px;
    width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.lisence-section .hb_business .flex-info .cell-left ._desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.section-page.lisence-section .hb_business .flex-info .cell-right ._lists {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: -5px;
}
.section-page.lisence-section .hb_business .flex-info .cell-right ._lists ._item {
  padding: 5px;
}
@media only screen and (min-width: 48rem) {
  .section-page.lisence-section .hb_business .flex-info .cell-right ._lists ._item {
    width: 25%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.lisence-section .hb_business .flex-info .cell-right ._lists ._item {
    width: 50%;
  }
}
.section-page.lisence-section .hb_business .flex-info .cell-right ._lists ._item ._image {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.lisence-section .hb_business .flex-info .cell-right ._lists ._item ._image {
    border-radius: 6px;
  }
}
.section-page.lisence-section .hb_business .flex-info .cell-right ._lists ._item ._image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-page.lisence-section .hb_partner .flex-info {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}

.section-page.lisence-section .hb_partner .flex-info .cell {
  width: 100%;
}
.section-page.lisence-section .hb_partner .flex-info .cell-left {
  text-align: center;
}
.section-page.lisence-section .hb_partner .flex-info .cell-left .heading-title {
  margin-bottom: 10px;
}
@media only screen and (min-width: 48rem) {
  .section-page.lisence-section .hb_partner .flex-info .cell-left ._desc {
    font-size: 18px;
    line-height: 26px;
    width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.lisence-section .hb_partner .flex-info .cell-left ._desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.section-page.lisence-section .hb_partner .flex-info .cell-right ._lists {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.section-page.lisence-section .hb_partner .flex-info .cell-right ._lists ._item {
  padding: 5px;
}
@media only screen and (min-width: 64rem) {
  .section-page.lisence-section .hb_partner .flex-info .cell-right ._lists ._item {
    width: 16.6666666667%;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.lisence-section .hb_partner .flex-info .cell-right ._lists ._item {
    width: 25%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.lisence-section .hb_partner .flex-info .cell-right ._lists ._item {
    width: 33.3333333%;
  }
}
.section-page.lisence-section .hb_partner .flex-info .cell-right ._lists ._item ._image {
  background: #ffffff;
}
.section-page.lisence-section .hb_partner .flex-info .cell-right ._lists ._item ._image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-page.lisence-section .hb_contact {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.lisence-section .hb_contact {
    padding-top: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.lisence-section .hb_contact {
    padding-top: 5rem;
  }
}
.section-page.lisence-section .hb_contact .container .flex-info {
  position: relative;
}
.section-page.lisence-section .hb_contact .container .flex-info ._background {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.section-page.lisence-section .hb_contact .container .flex-info ._background::after {
  position: absolute;
  content: "";
  background: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.section-page.lisence-section .hb_contact .container .flex-info ._background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-page.lisence-section .hb_contact .container .flex-info ._inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.section-page.lisence-section .hb_contact .container .flex-info ._inner ._desc {
  text-align: center;
  color: #ffffff;
  text-transform: unset;
}
@media only screen and (min-width: 64rem) {
  .section-page.lisence-section .hb_contact .container .flex-info ._inner ._desc {
    font-size: 26px;
    line-height: 36px;
  }
}
.section-page.lisence-section .hb_contact .container .flex-info ._inner ._button {
  margin-top: 20px;
  text-align: center;
}
.section-page.lisence-section .hb_contact .container .flex-info ._inner ._button a {
  position: relative;
  padding: 15px 25px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.section-page.lisence-section .hb_contact .container .flex-info ._inner ._button a {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}

@media only screen and (max-width: 63.99875rem) {
  .section-page.lisence-section .hb_contact .container .flex-info ._inner ._button a {
    padding: 10px 20px;
  }
}
.section-page.lisence-section .hb_contact .container .flex-info ._inner ._button a::after {
  display: inline-block;
  content: "";
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAF6SURBVHgBvZbRbYMwEIYPJqiYgE6A+45EOgAinSB5hg14ah95yirtBEknIA+8E1ggZYLrnTEVqqrGNjifdDER9v2642yfBxog4oaGjIzHkOxBvfoiOyv78DzvBEsgoT1Zi/rw3B2YQotCshrtadmHrhhHdcXlsI/tLbEtrs/uvzSuEdlv2Gc46XgzwRbGCnTBmSr4iR98JbZ3KMaIKbWeEnQZ3cSFonz0cdzUoc4KIQQkSQLDMIAFXCMbTmmmuyKOY2iaRor2fQ8WZJzOIxpQFAUGQYBRFGHXdWhIDWixFcqytBW9AlpSVdWPqAk+WEJr5UiVB0agRUrzPJfRUdUiFY/JUplSo1thgRhzZMGD7uxJjLaFjRhzkLe57myOKk1TpI2PliT3P9rUnzdwzyv/zK+nmgYBbpDR8cN8H77A2IWtDft8/vMNjv3M2mj1NWs1UXotI479TYv28GESginooBHWOnnJSUIDfwuhbN7qX8hOZO9UiZ+3fH0DRLm80Nv8kpMAAAAASUVORK5CYII=") no-repeat center;
  background-size: contain;
  width: 28px;
  height: 28px;
  transition: 0.4s;
  position: relative;
  left: 0;
}
.section-page.lisence-section .hb_contact .container .flex-info ._inner ._button a:hover::after {
  left: 10px;
}

/* */
.section-page.marketing-section {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.marketing-section {
    padding-top: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.marketing-section {
    padding-top: 5rem;
  }
}
.section-page.marketing-section {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.marketing-section {
    padding-bottom: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.marketing-section {
    padding-bottom: 5rem;
  }
}
.section-page.marketing-section .hb_distribution {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.marketing-section .hb_distribution {
    padding-bottom: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.marketing-section .hb_distribution {
    padding-bottom: 5rem;
  }
}
.section-page.marketing-section .hb_distribution .flex-info {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

@media only screen and (min-width: 48rem) {
  .section-page.marketing-section .hb_distribution .flex-info {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.marketing-section .hb_distribution .flex-info {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
.section-page.marketing-section .hb_distribution .flex-info .cell {
  width: 100%;
}
.section-page.marketing-section .hb_distribution .flex-info .cell-left {
  text-align: center;
}
.section-page.marketing-section .hb_distribution .flex-info .cell-left .heading-title {
  margin-bottom: 10px;
}
@media only screen and (min-width: 48rem) {
  .section-page.marketing-section .hb_distribution .flex-info .cell-left ._desc {
    font-size: 18px;
    line-height: 26px;
    width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.marketing-section .hb_distribution .flex-info .cell-left ._desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.section-page.marketing-section .hb_distribution .flex-info .cell-right ._domestic {
  text-align: center;
}
.section-page.marketing-section .hb_distribution .flex-info .cell-right ._domestic {
  padding-bottom: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.marketing-section .hb_distribution .flex-info .cell-right ._domestic {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.marketing-section .hb_distribution .flex-info .cell-right ._domestic {
    padding-bottom: 3.75rem;
  }
}
.section-page.marketing-section .hb_distribution .flex-info .cell-right ._domestic ._title {
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #7a0e1b;
  color: #ffffff;
  margin-bottom: 30px;
  padding: 10px 30px;
}
@media only screen and (min-width: 48rem) {
  .section-page.marketing-section .hb_distribution .flex-info .cell-right ._domestic ._title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.marketing-section .hb_distribution .flex-info .cell-right ._domestic ._title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 8px 15px;
  }
}
.section-page.marketing-section .hb_distribution .flex-info .cell-right ._domestic ._list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: -5px;
}
.section-page.marketing-section .hb_distribution .flex-info .cell-right ._domestic ._list ._item {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 64rem) {
  .section-page.marketing-section .hb_distribution .flex-info .cell-right ._domestic ._list ._item {
    width: 16.6666666667%;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.marketing-section .hb_distribution .flex-info .cell-right ._domestic ._list ._item {
    width: 25%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.marketing-section .hb_distribution .flex-info .cell-right ._domestic ._list ._item {
    width: 33.3333333%;
  }
}
.section-page.marketing-section .hb_distribution .flex-info .cell-right ._domestic ._list ._item ._image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-page.marketing-section .hb_distribution .flex-info .cell-right ._foreign {
  text-align: center;
}
.section-page.marketing-section .hb_distribution .flex-info .cell-right ._foreign ._title {
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #490109;
  color: #ffffff;
  margin-bottom: 30px;
  padding: 10px 30px;
}
@media only screen and (min-width: 48rem) {
  .section-page.marketing-section .hb_distribution .flex-info .cell-right ._foreign ._title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.marketing-section .hb_distribution .flex-info .cell-right ._foreign ._title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 8px 15px;
  }
}
.section-page.marketing-section .hb_distribution .flex-info .cell-right ._foreign ._list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: -5px;
}
.section-page.marketing-section .hb_distribution .flex-info .cell-right ._foreign ._list ._item {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 64rem) {
  .section-page.marketing-section .hb_distribution .flex-info .cell-right ._foreign ._list ._item {
    width: 16.6666666667%;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.marketing-section .hb_distribution .flex-info .cell-right ._foreign ._list ._item {
    width: 25%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.marketing-section .hb_distribution .flex-info .cell-right ._foreign ._list ._item {
    width: 33.3333333%;
  }
}
.section-page.marketing-section .hb_distribution .flex-info .cell-right ._foreign ._list ._item ._image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-page.marketing-section .hb_platform {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.marketing-section .hb_platform {
    padding-bottom: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.marketing-section .hb_platform {
    padding-bottom: 5rem;
  }
}
.section-page.marketing-section .hb_platform .flex-info {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

@media only screen and (min-width: 48rem) {
  .section-page.marketing-section .hb_platform .flex-info {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.marketing-section .hb_platform .flex-info {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
.section-page.marketing-section .hb_platform .flex-info .cell {
  width: 100%;
}
.section-page.marketing-section .hb_platform .flex-info .cell-left {
  text-align: center;
}
.section-page.marketing-section .hb_platform .flex-info .cell-left .heading-title {
  margin-bottom: 10px;
}
@media only screen and (min-width: 48rem) {
  .section-page.marketing-section .hb_platform .flex-info .cell-left ._desc {
    font-size: 18px;
    line-height: 26px;
    width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.marketing-section .hb_platform .flex-info .cell-left ._desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.section-page.marketing-section .hb_platform .flex-info .cell-right ._lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.section-page.marketing-section .hb_platform .flex-info .cell-right ._lists {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

@media only screen and (min-width: 48rem) {
  .section-page.marketing-section .hb_platform .flex-info .cell-right ._lists {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.marketing-section .hb_platform .flex-info .cell-right ._lists {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.marketing-section .hb_platform .flex-info .cell-right ._lists {
    display: flex;
    overflow: auto;
    padding: 0 0 6px;
  }
}
.section-page.marketing-section .hb_platform .flex-info .cell-right ._lists ._item {
  position: relative;
  border: 1px solid #eee;
  border-radius: 25px;
  padding: 35px;
  display: flex;
  align-items: center;
  transition: 0.4s;
  cursor: pointer;
}
.section-page.marketing-section .hb_platform .flex-info .cell-right ._lists ._item {
  grid-gap: 0.9375rem;
  gap: 0.9375rem;
}

@media only screen and (min-width: 48rem) {
  .section-page.marketing-section .hb_platform .flex-info .cell-right ._lists ._item {
    grid-gap: 1.5625rem;
    gap: 1.5625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.marketing-section .hb_platform .flex-info .cell-right ._lists ._item {
    grid-gap: 1.5625rem;
    gap: 1.5625rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.marketing-section .hb_platform .flex-info .cell-right ._lists ._item {
    flex: 0 0 55%;
    max-width: 55%;
    border-radius: 15px;
    padding: 20px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.marketing-section .hb_platform .flex-info .cell-right ._lists ._item {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.section-page.marketing-section .hb_platform .flex-info .cell-right ._lists ._item ._images {
  flex: 0 0 100px;
  max-width: 100px;
  width: 100px;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.marketing-section .hb_platform .flex-info .cell-right ._lists ._item ._images {
    flex: 0 0 70px;
    max-width: 70px;
    width: 70px;
  }
}
.section-page.marketing-section .hb_platform .flex-info .cell-right ._lists ._item ._images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-page.marketing-section .hb_platform .flex-info .cell-right ._lists ._item ._inner {
  flex: 1;
}
.section-page.marketing-section .hb_platform .flex-info .cell-right ._lists ._item ._inner ._icon {
  aspect-ratio: 1/1;
  width: 37px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.marketing-section .hb_platform .flex-info .cell-right ._lists ._item ._inner ._icon {
    width: 27px;
  }
}
.section-page.marketing-section .hb_platform .flex-info .cell-right ._lists ._item ._inner ._icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-page.marketing-section .hb_platform .flex-info .cell-right ._lists ._item ._inner ._title {
  margin-top: 10px;
  font-weight: 700;
  text-transform: capitalize;
}
@media only screen and (min-width: 48rem) {
  .section-page.marketing-section .hb_platform .flex-info .cell-right ._lists ._item ._inner ._title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.marketing-section .hb_platform .flex-info .cell-right ._lists ._item ._inner ._title {
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
  }
}
.section-page.marketing-section .hb_platform .flex-info .cell-right ._lists ._item a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.section-page.marketing-section .hb_platform .flex-info .cell-right ._lists ._item:hover {
  background: rgba(122, 13, 26, 0.3);
  border: 1px solid #7a0e1b;
}
.section-page.marketing-section .hb_marketing {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.marketing-section .hb_marketing {
    padding-bottom: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.marketing-section .hb_marketing {
    padding-bottom: 5rem;
  }
}
.section-page.marketing-section .hb_marketing .flex-info {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}

.section-page.marketing-section .hb_marketing .flex-info .cell {
  width: 100%;
}
.section-page.marketing-section .hb_marketing .flex-info .cell-left {
  text-align: center;
}
.section-page.marketing-section .hb_marketing .flex-info .cell-left .heading-title {
  margin-bottom: 10px;
}
@media only screen and (min-width: 48rem) {
  .section-page.marketing-section .hb_marketing .flex-info .cell-left ._desc {
    font-size: 18px;
    line-height: 26px;
    width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.marketing-section .hb_marketing .flex-info .cell-left ._desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.section-page.marketing-section .hb_marketing .flex-info .cell-right ._lists .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._image {
  border-radius: 25px;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.section-page.marketing-section .hb_marketing .flex-info .cell-right ._lists .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-page.marketing-section .hb_marketing .flex-info .cell-right ._lists .swiper-container .swiper-controls {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
}
.section-page.marketing-section .hb_marketing .flex-info .cell-right ._lists .swiper-container .swiper-controls {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

@media only screen and (min-width: 48rem) {
  .section-page.marketing-section .hb_marketing .flex-info .cell-right ._lists .swiper-container .swiper-controls {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.marketing-section .hb_marketing .flex-info .cell-right ._lists .swiper-container .swiper-controls {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
.section-page.marketing-section .hb_marketing .flex-info .cell-right ._lists .swiper-container .swiper-controls {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.marketing-section .hb_marketing .flex-info .cell-right ._lists .swiper-container .swiper-controls {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.marketing-section .hb_marketing .flex-info .cell-right ._lists .swiper-container .swiper-controls {
    padding-top: 2.5rem;
  }
}
.section-page.marketing-section .hb_marketing .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-button {
  border: 1px solid rgba(47, 47, 47, 0.2);
  position: unset;
  transform: unset;
  flex: 0 0 55px;
  max-width: 55px;
}
.section-page.marketing-section .hb_marketing .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-button {
  width: 3.4375rem;
  height: 3.4375rem;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.marketing-section .hb_marketing .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-button {
    flex: 0 0 45px;
    max-width: 45px;
  }
  .section-page.marketing-section .hb_marketing .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-button {
    width: 2.8125rem;
    height: 2.8125rem;
  }
}
.section-page.marketing-section .hb_marketing .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-button svg {
  color: rgba(47, 47, 47, 0.2);
}
.section-page.marketing-section .hb_marketing .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-button:hover svg {
  color: #ffffff;
}
.section-page.marketing-section .hb_marketing .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-button.swiper-button-prev {
  order: 1;
}
.section-page.marketing-section .hb_marketing .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-button.swiper-button-prev svg {
  margin-left: -3px;
}
.section-page.marketing-section .hb_marketing .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-button.swiper-button-next {
  order: 3;
}
.section-page.marketing-section .hb_marketing .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-pagination {
  position: relative;
  order: 2;
  font-weight: 600;
  color: #ccc;
  margin-top: 20px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.marketing-section .hb_marketing .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-pagination {
    height: 45px;
  }
}
.section-page.marketing-section .hb_marketing .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-pagination .swiper-pagination-bullet {
  transform: unset !important;
}
.section-page.marketing-section .hb_marketing .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-pagination .swiper-pagination-current {
  color: #000000;
}
.section-page.marketing-section .hb_emoticons .flex-info {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}

.section-page.marketing-section .hb_emoticons .flex-info .cell {
  width: 100%;
}
.section-page.marketing-section .hb_emoticons .flex-info .cell-left {
  text-align: center;
}
.section-page.marketing-section .hb_emoticons .flex-info .cell-left .heading-title {
  margin-bottom: 10px;
}
@media only screen and (min-width: 48rem) {
  .section-page.marketing-section .hb_emoticons .flex-info .cell-left ._desc {
    font-size: 18px;
    line-height: 26px;
    width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.marketing-section .hb_emoticons .flex-info .cell-left ._desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.section-page.marketing-section .hb_emoticons .flex-info .cell-center ._button {
  text-align: center;
}
.section-page.marketing-section .hb_emoticons .flex-info .cell-center ._button ._item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.section-page.marketing-section .hb_emoticons .flex-info .cell-center ._button ._item {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}

.section-page.marketing-section .hb_emoticons .flex-info .cell-center ._button ._item ._images {
  width: 2rem;
  height: 2rem;
}
.section-page.marketing-section .hb_emoticons .flex-info .cell-center ._button ._item ._images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-page.marketing-section .hb_emoticons .flex-info .cell-center ._button ._item ._title {
  font-weight: 600;
}
.section-page.marketing-section .hb_emoticons .flex-info .cell-center ._button ._item a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.section-page.marketing-section .hb_emoticons .flex-info .cell-right ._lists .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._image {
  border-radius: 25px;
  overflow: hidden;
  aspect-ratio: 3/4;
}
.section-page.marketing-section .hb_emoticons .flex-info .cell-right ._lists .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-page.marketing-section .hb_emoticons .flex-info .cell-right ._lists .swiper-container .swiper-controls {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
}
.section-page.marketing-section .hb_emoticons .flex-info .cell-right ._lists .swiper-container .swiper-controls {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

@media only screen and (min-width: 48rem) {
  .section-page.marketing-section .hb_emoticons .flex-info .cell-right ._lists .swiper-container .swiper-controls {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.marketing-section .hb_emoticons .flex-info .cell-right ._lists .swiper-container .swiper-controls {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
.section-page.marketing-section .hb_emoticons .flex-info .cell-right ._lists .swiper-container .swiper-controls {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.marketing-section .hb_emoticons .flex-info .cell-right ._lists .swiper-container .swiper-controls {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.marketing-section .hb_emoticons .flex-info .cell-right ._lists .swiper-container .swiper-controls {
    padding-top: 2.5rem;
  }
}
.section-page.marketing-section .hb_emoticons .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-button {
  border: 1px solid rgba(47, 47, 47, 0.2);
  position: unset;
  transform: unset;
  flex: 0 0 55px;
  max-width: 55px;
}
.section-page.marketing-section .hb_emoticons .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-button {
  width: 3.4375rem;
  height: 3.4375rem;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.marketing-section .hb_emoticons .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-button {
    flex: 0 0 45px;
    max-width: 45px;
  }
  .section-page.marketing-section .hb_emoticons .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-button {
    width: 2.8125rem;
    height: 2.8125rem;
  }
}
.section-page.marketing-section .hb_emoticons .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-button svg {
  color: rgba(47, 47, 47, 0.2);
}
.section-page.marketing-section .hb_emoticons .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-button:hover svg {
  color: #ffffff;
}
.section-page.marketing-section .hb_emoticons .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-button.swiper-button-prev {
  order: 1;
}
.section-page.marketing-section .hb_emoticons .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-button.swiper-button-prev svg {
  margin-left: -3px;
}
.section-page.marketing-section .hb_emoticons .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-button.swiper-button-next {
  order: 3;
}
.section-page.marketing-section .hb_emoticons .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-pagination {
  position: relative;
  order: 2;
  font-weight: 600;
  color: #ccc;
  margin-top: 20px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.marketing-section .hb_emoticons .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-pagination {
    height: 45px;
  }
}
.section-page.marketing-section .hb_emoticons .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-pagination .swiper-pagination-bullet {
  transform: unset !important;
}
.section-page.marketing-section .hb_emoticons .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-pagination .swiper-pagination-current {
  color: #000000;
}
.section-page.marketing-section .hb_contact {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.marketing-section .hb_contact {
    padding-top: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.marketing-section .hb_contact {
    padding-top: 5rem;
  }
}
.section-page.marketing-section .hb_contact .container .flex-info {
  position: relative;
}
.section-page.marketing-section .hb_contact .container .flex-info ._background {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.section-page.marketing-section .hb_contact .container .flex-info ._background::after {
  position: absolute;
  content: "";
  background: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.section-page.marketing-section .hb_contact .container .flex-info ._background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-page.marketing-section .hb_contact .container .flex-info ._inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.section-page.marketing-section .hb_contact .container .flex-info ._inner ._desc {
  text-align: center;
  color: #ffffff;
  text-transform: unset;
}
@media only screen and (min-width: 64rem) {
  .section-page.marketing-section .hb_contact .container .flex-info ._inner ._desc {
    font-size: 26px;
    line-height: 36px;
  }
}
.section-page.marketing-section .hb_contact .container .flex-info ._inner ._button {
  margin-top: 20px;
  text-align: center;
}
.section-page.marketing-section .hb_contact .container .flex-info ._inner ._button a {
  position: relative;
  padding: 15px 25px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.section-page.marketing-section .hb_contact .container .flex-info ._inner ._button a {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}

@media only screen and (max-width: 63.99875rem) {
  .section-page.marketing-section .hb_contact .container .flex-info ._inner ._button a {
    padding: 10px 20px;
  }
}
.section-page.marketing-section .hb_contact .container .flex-info ._inner ._button a::after {
  display: inline-block;
  content: "";
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAF6SURBVHgBvZbRbYMwEIYPJqiYgE6A+45EOgAinSB5hg14ah95yirtBEknIA+8E1ggZYLrnTEVqqrGNjifdDER9v2642yfBxog4oaGjIzHkOxBvfoiOyv78DzvBEsgoT1Zi/rw3B2YQotCshrtadmHrhhHdcXlsI/tLbEtrs/uvzSuEdlv2Gc46XgzwRbGCnTBmSr4iR98JbZ3KMaIKbWeEnQZ3cSFonz0cdzUoc4KIQQkSQLDMIAFXCMbTmmmuyKOY2iaRor2fQ8WZJzOIxpQFAUGQYBRFGHXdWhIDWixFcqytBW9AlpSVdWPqAk+WEJr5UiVB0agRUrzPJfRUdUiFY/JUplSo1thgRhzZMGD7uxJjLaFjRhzkLe57myOKk1TpI2PliT3P9rUnzdwzyv/zK+nmgYBbpDR8cN8H77A2IWtDft8/vMNjv3M2mj1NWs1UXotI479TYv28GESginooBHWOnnJSUIDfwuhbN7qX8hOZO9UiZ+3fH0DRLm80Nv8kpMAAAAASUVORK5CYII=") no-repeat center;
  background-size: contain;
  width: 28px;
  height: 28px;
  transition: 0.4s;
  position: relative;
  left: 0;
}
.section-page.marketing-section .hb_contact .container .flex-info ._inner ._button a:hover::after {
  left: 10px;
}

/* */
.section-page.development-section {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.development-section {
    padding-top: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.development-section {
    padding-top: 5rem;
  }
}
.section-page.development-section {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.development-section {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.development-section {
    padding-bottom: 5rem;
  }
}
.section-page.development-section .hb_discover {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.development-section .hb_discover {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.development-section .hb_discover {
    padding-bottom: 5rem;
  }
}
.section-page.development-section .hb_discover .flex-info {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}

.section-page.development-section .hb_discover .flex-info .cell {
  width: 100%;
}
.section-page.development-section .hb_discover .flex-info .cell-left {
  text-align: center;
}
.section-page.development-section .hb_discover .flex-info .cell-left .heading-title {
  margin-bottom: 10px;
}
@media only screen and (min-width: 48rem) {
  .section-page.development-section .hb_discover .flex-info .cell-left ._desc {
    font-size: 18px;
    line-height: 26px;
    width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.development-section .hb_discover .flex-info .cell-left ._desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.section-page.development-section .hb_discover .flex-info .cell-right ._lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.section-page.development-section .hb_discover .flex-info .cell-right ._lists {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}

@media only screen and (max-width: 47.99875rem) {
  .section-page.development-section .hb_discover .flex-info .cell-right ._lists {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-page.development-section .hb_discover .flex-info .cell-right ._lists ._item {
  position: relative;
  transition: 0.4s;
  border-radius: 25px;
  overflow: hidden;
  background: #7a0e1b;
  box-shadow: 0 0.84px 3.15px 0 rgba(11, 105, 114, 0.25);
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.development-section .hb_discover .flex-info .cell-right ._lists ._item {
    border-radius: 15px;
  }
}
.section-page.development-section .hb_discover .flex-info .cell-right ._lists ._item ._images {
  aspect-ratio: 4/3;
}
.section-page.development-section .hb_discover .flex-info .cell-right ._lists ._item ._images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-page.development-section .hb_discover .flex-info .cell-right ._lists ._item ._inner {
  padding: 20px;
  text-align: center;
  color: #ffffff;
}
.section-page.development-section .hb_discover .flex-info .cell-right ._lists ._item ._inner ._title {
  margin-bottom: 16px;
  text-transform: capitalize;
  font-weight: 700;
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.development-section .hb_discover .flex-info .cell-right ._lists ._item ._inner ._title br {
    display: none;
  }
}
@media only screen and (min-width: 48rem) {
  .section-page.development-section .hb_discover .flex-info .cell-right ._lists ._item ._inner ._title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.development-section .hb_discover .flex-info .cell-right ._lists ._item ._inner ._title {
    font-size: 18px;
    line-height: 24px;
  }
}
.section-page.development-section .hb_discover .flex-info .cell-right ._lists ._item ._inner ._button {
  background: #ffffff;
  border-radius: 50px;
  color: #7a0e1b;
  transition: 0.4s;
  text-transform: capitalize;
  font-weight: 600;
  border: 1px solid transparent;
  display: inline-flex;
  padding: 10px 30px;
}
.section-page.development-section .hb_discover .flex-info .cell-right ._lists ._item a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.section-page.development-section .hb_discover .flex-info .cell-right ._lists ._item:hover {
  transform: translateY(-5px);
}
.section-page.development-section .hb_discover .flex-info .cell-right ._lists ._item:hover ._inner ._button {
  background: #7a0e1b;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.section-page.development-section .hb_marketing {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.development-section .hb_marketing {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.development-section .hb_marketing {
    padding-bottom: 5rem;
  }
}
.section-page.development-section .hb_marketing .flex-info {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}

.section-page.development-section .hb_marketing .flex-info .cell {
  width: 100%;
}
.section-page.development-section .hb_marketing .flex-info .cell-left {
  text-align: center;
}
.section-page.development-section .hb_marketing .flex-info .cell-left .heading-title {
  margin-bottom: 10px;
}
@media only screen and (min-width: 48rem) {
  .section-page.development-section .hb_marketing .flex-info .cell-left ._desc {
    font-size: 18px;
    line-height: 26px;
    width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.development-section .hb_marketing .flex-info .cell-left ._desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.section-page.development-section .hb_marketing .flex-info .cell-right ._lists {
  padding: 0 10px;
}
.section-page.development-section .hb_marketing .flex-info .cell-right ._lists .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._image {
  border-radius: 25px;
  overflow: hidden;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.development-section .hb_marketing .flex-info .cell-right ._lists .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._image {
    border-radius: 15px;
  }
}
.section-page.development-section .hb_marketing .flex-info .cell-right ._lists .swiper-container .w-swiper .swiper-wrapper .swiper-slide ._item ._image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-page.development-section .hb_marketing .flex-info .cell-right ._lists .swiper-container .swiper-controls {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
}
.section-page.development-section .hb_marketing .flex-info .cell-right ._lists .swiper-container .swiper-controls {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

@media only screen and (min-width: 48rem) {
  .section-page.development-section .hb_marketing .flex-info .cell-right ._lists .swiper-container .swiper-controls {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.development-section .hb_marketing .flex-info .cell-right ._lists .swiper-container .swiper-controls {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
.section-page.development-section .hb_marketing .flex-info .cell-right ._lists .swiper-container .swiper-controls {
  padding-top: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.development-section .hb_marketing .flex-info .cell-right ._lists .swiper-container .swiper-controls {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.development-section .hb_marketing .flex-info .cell-right ._lists .swiper-container .swiper-controls {
    padding-top: 3.75rem;
  }
}
.section-page.development-section .hb_marketing .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-button {
  border: 1px solid rgba(47, 47, 47, 0.2);
  position: unset;
  transform: unset;
  flex: 0 0 55px;
  max-width: 55px;
}
.section-page.development-section .hb_marketing .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-button {
  width: 3.4375rem;
  height: 3.4375rem;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.development-section .hb_marketing .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-button {
    flex: 0 0 45px;
    max-width: 45px;
  }
  .section-page.development-section .hb_marketing .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-button {
    width: 2.8125rem;
    height: 2.8125rem;
  }
}
.section-page.development-section .hb_marketing .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-button svg {
  color: rgba(47, 47, 47, 0.2);
}
.section-page.development-section .hb_marketing .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-button:hover svg {
  color: #ffffff;
}
.section-page.development-section .hb_marketing .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-button.swiper-button-prev {
  order: 1;
}
.section-page.development-section .hb_marketing .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-button.swiper-button-prev svg {
  margin-left: -3px;
}
.section-page.development-section .hb_marketing .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-button.swiper-button-next {
  order: 3;
}
.section-page.development-section .hb_marketing .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-pagination {
  position: relative;
  order: 2;
  font-weight: 600;
  color: #ccc;
  margin-top: 20px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.development-section .hb_marketing .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-pagination {
    height: 45px;
  }
}
.section-page.development-section .hb_marketing .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-pagination .swiper-pagination-bullet {
  transform: unset !important;
}
.section-page.development-section .hb_marketing .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-pagination .swiper-pagination-current {
  color: #000000;
}
.section-page.development-section .hb_develop .flex-info {
  grid-gap: 1.875rem;
  gap: 1.875rem;
}

.section-page.development-section .hb_develop .flex-info .cell {
  width: 100%;
}
.section-page.development-section .hb_develop .flex-info .cell-left {
  text-align: center;
}
.section-page.development-section .hb_develop .flex-info .cell-left .heading-title {
  margin-bottom: 10px;
}
@media only screen and (min-width: 48rem) {
  .section-page.development-section .hb_develop .flex-info .cell-left ._desc {
    font-size: 18px;
    line-height: 26px;
    width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.development-section .hb_develop .flex-info .cell-left ._desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.section-page.development-section .hb_develop .flex-info .cell-right ._list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.section-page.development-section .hb_develop .flex-info .cell-right ._list {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

@media only screen and (min-width: 48rem) {
  .section-page.development-section .hb_develop .flex-info .cell-right ._list {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.development-section .hb_develop .flex-info .cell-right ._list {
    grid-gap: 1.875rem;
    gap: 1.875rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.development-section .hb_develop .flex-info .cell-right ._list {
    grid-template-columns: unset;
    display: flex;
    overflow: auto;
    padding: 0 0 6px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.development-section .hb_develop .flex-info .cell-right ._list ._item {
    flex: 0 0 55%;
    max-width: 55%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.development-section .hb_develop .flex-info .cell-right ._list ._item {
    flex: 0 0 70%;
    max-width: 70%;
  }
}
.section-page.development-section .hb_develop .flex-info .cell-right ._list ._item ._images {
  aspect-ratio: 16/9;
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.development-section .hb_develop .flex-info .cell-right ._list ._item ._images {
    border-radius: 15px;
    margin-bottom: 10px;
  }
}
.section-page.development-section .hb_develop .flex-info .cell-right ._list ._item ._images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-page.development-section .hb_develop .flex-info .cell-right ._list ._item ._title {
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 64rem) {
  .section-page.development-section .hb_develop .flex-info .cell-right ._list ._item ._title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .section-page.development-section .hb_develop .flex-info .cell-right ._list ._item ._title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-page.development-section .hb_develop .flex-info .cell-right ._list ._item ._title {
    font-size: 14px;
    line-height: 20px;
  }
}
.section-page.development-section .hb_contact {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .section-page.development-section .hb_contact {
    padding-top: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-page.development-section .hb_contact {
    padding-top: 5rem;
  }
}
.section-page.development-section .hb_contact .container .flex-info {
  position: relative;
}
.section-page.development-section .hb_contact .container .flex-info ._background {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.section-page.development-section .hb_contact .container .flex-info ._background::after {
  position: absolute;
  content: "";
  background: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.section-page.development-section .hb_contact .container .flex-info ._background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-page.development-section .hb_contact .container .flex-info ._inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.section-page.development-section .hb_contact .container .flex-info ._inner ._desc {
  text-align: center;
  color: #ffffff;
  text-transform: unset;
}
@media only screen and (min-width: 64rem) {
  .section-page.development-section .hb_contact .container .flex-info ._inner ._desc {
    font-size: 26px;
    line-height: 36px;
  }
}
.section-page.development-section .hb_contact .container .flex-info ._inner ._button {
  margin-top: 20px;
  text-align: center;
}
.section-page.development-section .hb_contact .container .flex-info ._inner ._button a {
  position: relative;
  padding: 15px 25px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.section-page.development-section .hb_contact .container .flex-info ._inner ._button a {
  grid-gap: 0.625rem;
  gap: 0.625rem;
}

@media only screen and (max-width: 63.99875rem) {
  .section-page.development-section .hb_contact .container .flex-info ._inner ._button a {
    padding: 10px 20px;
  }
}
.section-page.development-section .hb_contact .container .flex-info ._inner ._button a::after {
  display: inline-block;
  content: "";
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAF6SURBVHgBvZbRbYMwEIYPJqiYgE6A+45EOgAinSB5hg14ah95yirtBEknIA+8E1ggZYLrnTEVqqrGNjifdDER9v2642yfBxog4oaGjIzHkOxBvfoiOyv78DzvBEsgoT1Zi/rw3B2YQotCshrtadmHrhhHdcXlsI/tLbEtrs/uvzSuEdlv2Gc46XgzwRbGCnTBmSr4iR98JbZ3KMaIKbWeEnQZ3cSFonz0cdzUoc4KIQQkSQLDMIAFXCMbTmmmuyKOY2iaRor2fQ8WZJzOIxpQFAUGQYBRFGHXdWhIDWixFcqytBW9AlpSVdWPqAk+WEJr5UiVB0agRUrzPJfRUdUiFY/JUplSo1thgRhzZMGD7uxJjLaFjRhzkLe57myOKk1TpI2PliT3P9rUnzdwzyv/zK+nmgYBbpDR8cN8H77A2IWtDft8/vMNjv3M2mj1NWs1UXotI479TYv28GESginooBHWOnnJSUIDfwuhbN7qX8hOZO9UiZ+3fH0DRLm80Nv8kpMAAAAASUVORK5CYII=") no-repeat center;
  background-size: contain;
  width: 28px;
  height: 28px;
  transition: 0.4s;
  position: relative;
  left: 0;
}
.section-page.development-section .hb_contact .container .flex-info ._inner ._button a:hover::after {
  left: 10px;
}

/** Responsive */
@media (min-width: 1025px) and (max-width: 1205px) {
  .page-contact-us .flex-info .cell ._desc {
    font-size: 16px;
    line-height: 24px;
  }
  .section.page-recruitment-info .hb_ideal .flex-info .cell-right ._inner ._feature ._background {
    height: 320px;
  }
  .section.page-recruitment-info .hb_welfare .flex-info .cell-right ._inner ._lists,
  .section-page.marketing-section .hb_platform .flex-info .cell-right ._lists,
  .section-page.development-section .hb_develop .flex-info .cell-right ._list {
    display: flex;
    grid-template-columns: unset;
    flex-wrap: nowrap;
    overflow: auto;
    padding: 0 0 8px;
  }
  .section.page-recruitment-info .hb_welfare .flex-info .cell-right ._inner ._lists ._item {
    flex: 0 0 40%;
    max-width: 40%;
    border-radius: 15px;
    padding: 15px;
  }
  .section-page.marketing-section .hb_platform .flex-info .cell-right ._lists ._item {
    flex: 0 0 35%;
    max-width: 35%;
    border-radius: 15px;
    padding: 15px;
  }
  .section-page.development-section .hb_develop .flex-info .cell-right ._list ._item {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .section-page.development-section .hb_develop .flex-info .cell-right ._list ._item ._images {
    border-radius: 15px;
  }
  .section-page.development-section .hb_develop .flex-info .cell-right ._list ._item ._title {
    font-size: 16px;
    line-height: 26px;
  }
  .section-page.merchandising-section .hb_events .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-button,
  .section-page.lisence-section .hb_events .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-button {
    display: none;
  }
  .section-page.merchandising-section .hb_events .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-pagination,
  .section-page.lisence-section .hb_events .flex-info .cell-right ._lists .swiper-container .swiper-controls .swiper-pagination {
    display: block;
  }
  .section-page.development-section .hb_marketing .flex-info .cell-right ._lists .swiper-container .swiper-controls {
    padding-top: 30px;
  }
}
/* */
/* */
/* */
/* */
/* */