html, body {
  min-width: 0;
}

body {
  color: #333;
}

a {
  text-decoration: none;
}

.go-pc-header {
  padding: 18px 0 16px;
  background: #fff;
}

.go-brand-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  min-height: 112px;
}

.go-brand-logo {
  float: none !important;
  flex: 1 1 auto;
}

.go-brand-logo a {
  min-height: 100px;
}

.go-brand-logo img {
  width: auto;
  max-width: 520px;
  max-height: 104px;
}

.go-brand-contact {
  flex: 0 0 auto;
  display: grid;
  gap: 8px;
  min-width: 430px;
  text-align: left;
}

.top-contact-box {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 4px 0;
  border: 0;
  color: #444;
  background: transparent;
  white-space: nowrap;
}

.top-contact-label {
  color: #555;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.top-contact-value {
  color: #f00;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.12;
}

.top-contact-phone {
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
}

.top-contact-email .top-contact-value {
  color: #b21c22;
  font-size: 22px;
  letter-spacing: 0;
}

.go-menu-bar {
  background: #9f1419;
  border-top: 1px solid #f0dada;
  box-shadow: 0 3px 8px rgba(110, 0, 0, .16);
}

.go-main-nav {
  float: none !important;
  display: block;
}

.go-main-nav .main-nav {
  float: none !important;
}

.go-main-nav .sf-menu {
  display: flex;
  justify-content: center;
  float: none !important;
  width: 100%;
}

.go-main-nav .sf-menu > li {
  flex: 0 0 126px;
  float: none;
  position: relative;
  width: 126px !important;
  min-width: 126px;
  max-width: 126px;
  margin: 0 !important;
  text-align: center;
  box-sizing: border-box;
}

.go-main-nav .sf-menu > li > a.first-level {
  display: block !important;
  width: 100% !important;
  height: 54px;
  padding: 0 !important;
  color: #fff !important;
  line-height: 54px;
  box-sizing: border-box;
}

.header-v4 .go-main-nav .sf-menu > li:hover > ul,
.header-v4 .go-main-nav .sf-menu > li.sfHover > ul,
.go-main-nav .sf-menu > li:hover > ul,
.go-main-nav .sf-menu > li.sfHover > ul {
  top: 54px !important;
  left: 0 !important;
  margin-top: 0 !important;
}

.go-main-nav .sf-menu > li.current > a.first-level,
.go-main-nav .sf-menu > li > a.first-level:hover {
  background: #d84a4e !important;
  color: #fff !important;
}

.go-main-nav .sf-menu li:hover,
.go-main-nav .sf-menu li.sfHover,
.go-main-nav .sf-menu a:focus,
.go-main-nav .sf-menu a:hover,
.go-main-nav .sf-menu a:active {
  background-color: #d84a4e !important;
  color: #fff !important;
  transform: none !important;
}

.go-main-nav .sf-menu > li.current,
.go-main-nav .sf-menu > li.current > a,
.go-main-nav .sf-menu > li.current > a strong,
.go-main-nav .sf-menu > li > a.first-level strong {
  color: #fff !important;
}

.header-v4 .go-main-nav .sf-menu ul,
.go-main-nav .sf-menu ul {
  width: 126px !important;
  min-width: 126px !important;
  max-width: 126px !important;
  padding: 0 !important;
  border: 0;
  background: #a9161b !important;
  box-shadow: 0 12px 22px rgba(60, 0, 0, .28);
  box-sizing: border-box;
}

.header-v4 .go-main-nav .sf-menu > li > ul,
.go-main-nav .sf-menu > li > ul {
  left: 0 !important;
  right: auto !important;
}

.header-v4 .go-main-nav .sf-menu li li,
.go-main-nav .sf-menu ul li {
  display: block;
  float: none !important;
  width: 126px !important;
  min-width: 126px !important;
  max-width: 126px !important;
  margin: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  background: #a9161b !important;
  box-sizing: border-box;
  text-align: center;
}

.go-main-nav .sf-menu ul li:last-child {
  border-bottom: 0;
}

.header-v4 .go-main-nav .sf-menu li li a,
.header-v4 .go-main-nav .sf-menu li li a:visited,
.header-v4 .go-main-nav .sf-menu li li a strong,
.go-main-nav .sf-menu ul a,
.go-main-nav .sf-menu ul a strong {
  color: #fff !important;
}

.header-v4 .go-main-nav .sf-menu li li a,
.go-main-nav .sf-menu ul a {
  display: block !important;
  width: 126px !important;
  min-width: 126px !important;
  max-width: 126px !important;
  min-height: 44px;
  padding: 12px 18px !important;
  border-left: 0;
  background: transparent !important;
  color: #fff !important;
  font-size: 14px;
  line-height: 20px !important;
  text-align: center;
  white-space: normal;
  box-sizing: border-box;
}

.header-v4 .go-main-nav .sf-menu li li:hover,
.header-v4 .go-main-nav .sf-menu li.sfHover li.sfHover,
.header-v4 .go-main-nav .sf-menu li li a:focus,
.header-v4 .go-main-nav .sf-menu li li a:hover,
.header-v4 .go-main-nav .sf-menu li li a:active,
.go-main-nav .sf-menu ul li:hover,
.go-main-nav .sf-menu ul li.sfHover {
  background: #d84a4e !important;
}

.header-v4 .go-main-nav .sf-menu li li:hover > a,
.header-v4 .go-main-nav .sf-menu li.sfHover li.sfHover > a,
.header-v4 .go-main-nav .sf-menu li li a:focus,
.header-v4 .go-main-nav .sf-menu li li a:hover,
.header-v4 .go-main-nav .sf-menu li li a:active,
.go-main-nav .sf-menu ul li:hover > a,
.go-main-nav .sf-menu ul li.sfHover > a,
.go-main-nav .sf-menu ul a:hover,
.go-main-nav .sf-menu ul a:focus,
.go-main-nav .sf-menu ul a:active {
  border-left-color: transparent;
  background: #d84a4e !important;
  color: #fff !important;
}

.header-v4 .go-main-nav .sf-menu li li:hover > a strong,
.header-v4 .go-main-nav .sf-menu li.sfHover li.sfHover > a strong,
.header-v4 .go-main-nav .sf-menu li li a:focus strong,
.header-v4 .go-main-nav .sf-menu li li a:hover strong,
.header-v4 .go-main-nav .sf-menu li li a:active strong,
.go-main-nav .sf-menu ul li:hover > a strong,
.go-main-nav .sf-menu ul li.sfHover > a strong,
.go-main-nav .sf-menu ul a:hover strong,
.go-main-nav .sf-menu ul a:focus strong,
.go-main-nav .sf-menu ul a:active strong {
  color: #fff !important;
}

.logo a {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  color: #b5121b;
  font-size: 26px;
  font-weight: 700;
}

.logo img {
  object-fit: contain;
}

.touch-logo img {
  max-width: 280px;
  max-height: 78px;
  object-fit: contain;
}

.touch-logo a {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  color: #b5121b;
  font-size: 20px;
  font-weight: 700;
}

.go-mobile-brand {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  padding: 14px 16px 12px;
  background: #fff;
}

.go-mobile-logo {
  float: none !important;
  width: 100% !important;
  text-align: center;
}

.go-mobile-logo a {
  justify-content: center;
  min-height: 58px;
}

.go-mobile-contact {
  display: grid;
  justify-items: center;
  gap: 5px;
  padding: 8px 12px 10px;
  border: 0;
  background: transparent;
}

.go-mobile-contact-label {
  color: #444;
  font-size: 16px;
  font-weight: 700;
}

.go-mobile-contact a {
  color: #f00;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.1;
}

.go-mobile-contact .go-mobile-email {
  color: #b21c22;
  font-size: 18px;
  word-break: break-all;
}

.go-mobile-nav-toggle {
  float: none !important;
  width: 100% !important;
  height: auto !important;
  position: static !important;
  right: auto !important;
  top: auto !important;
}

.go-mobile-nav-toggle .touch-toggle {
  position: static !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  width: 100% !important;
  height: auto !important;
}

.go-mobile-nav-toggle .touch-toggle ul {
  display: flex;
  justify-content: center;
  width: 100% !important;
  height: auto !important;
  margin: 0;
  padding: 0;
}

.go-mobile-nav-toggle .touch-toggle li {
  float: none !important;
  width: auto !important;
  height: auto !important;
}

.go-mobile-nav-toggle .drawer-menu {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto !important;
  min-width: 128px;
  height: 48px !important;
  padding: 0 20px;
  background: #9f1419;
  color: #fff;
}

.go-mobile-nav-toggle .drawer-menu:hover,
.go-mobile-nav-toggle .drawer-menu:focus,
.go-mobile-nav-toggle .drawer-menu:active {
  background: #d84a4e !important;
  color: #fff !important;
}

.go-mobile-nav-toggle .drawer-menu span {
  display: inline !important;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

.touch-top .drawer-section,
.touch-top .drawer-section-menu {
  background: #9f1419 !important;
}

.touch-top .touch-menu ul,
.touch-top .touch-menu li,
.touch-top .touch-menu ul ul {
  background: transparent !important;
}

.touch-top .touch-menu ul li {
  border-bottom: 1px solid rgba(255, 255, 255, .16) !important;
}

.touch-top .touch-menu ul li a {
  background: #9f1419 !important;
  color: #fff !important;
}

.touch-top .touch-menu ul li a span {
  color: #fff !important;
}

.touch-top .touch-menu ul li a:hover,
.touch-top .touch-menu ul li a:focus,
.touch-top .touch-menu ul li a:active,
.touch-top .touch-menu ul li.current > a {
  background: #d84a4e !important;
  color: #fff !important;
}

.touch-top .touch-menu ul ul li {
  border-bottom-color: rgba(255, 255, 255, .10) !important;
}

.touch-top .touch-menu ul ul li a {
  background: #b51a20 !important;
  color: #fff !important;
  padding-left: 34px !important;
}

.touch-top .touch-menu ul ul li a:hover,
.touch-top .touch-menu ul ul li a:focus,
.touch-top .touch-menu ul ul li a:active {
  background: #d84a4e !important;
  color: #fff !important;
}

.go-main-nav,
.go-main-nav *,
.go-menu-bar,
.go-menu-bar *,
.touch-top,
.touch-top *,
.module-inner,
.module-inner.not-animated,
.module-full-screen,
[data-animate],
.animated,
.fadeInUp,
.fadeInDown,
.bounce,
.bounceIn,
.pulse,
.rubberBand {
  -webkit-animation: none !important;
  animation: none !important;
}

.not-animated,
.module-inner.not-animated,
.module-full-screen .not-animated {
  opacity: 1 !important;
  visibility: visible !important;
}

.go-main-nav,
.go-main-nav *,
.go-menu-bar,
.go-menu-bar *,
.touch-top,
.touch-top *,
.module-inner,
.module-inner.not-animated,
[data-animate],
.animated,
.fadeInUp,
.fadeInDown,
.bounce,
.bounceIn,
.pulse,
.rubberBand {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.go-main-nav a,
.go-main-nav li,
.go-menu-bar,
.touch-menu a,
.drawer-menu {
  -webkit-transition: background-color .12s ease, color .12s ease !important;
  transition: background-color .12s ease, color .12s ease !important;
}

.responsive-carousel .carousel-item {
  display: none !important;
  width: 100% !important;
  float: none !important;
}

.responsive-carousel .carousel-item.is-active {
  display: block !important;
}

#responsive-228956 {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: auto !important;
}

#carousel-page-228956 {
  position: absolute;
  right: 24px;
  bottom: 18px;
  z-index: 3;
  display: flex;
  gap: 8px;
}

#carousel-page-228956 button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .65);
  cursor: pointer;
}

#carousel-page-228956 button.is-active {
  width: 24px;
  border-radius: 999px;
  background: #fff;
}

.responsive-carousel .carousel-img,
.banner {
  background: #f5f5f5;
}

.responsive-carousel .carousel-img img,
.banner img {
  display: block;
  width: 100%;
  object-fit: contain;
}

.responsive-carousel .carousel-img img {
  height: auto;
  max-height: none;
}

.banner img {
  height: auto;
  max-height: none;
}

.go-empty-hero .carousel-img {
  display: grid;
  min-height: 360px;
  place-items: center;
  background: #f7ecec;
}

.go-empty-hero span {
  color: #b5121b;
  font-size: 42px;
  font-weight: 700;
}

.portfolio-img a {
  display: block;
  overflow: hidden;
  background: #f5f7f5;
}

.portfolio-img img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform .25s ease;
}

.product-item:hover .portfolio-img img {
  transform: scale(1.04);
}

.portfolio-title h2 {
  overflow: hidden;
  min-height: 44px;
  text-overflow: ellipsis;
}

.go-about-home img {
  width: min(857px, 100%);
  max-height: 240px;
  object-fit: cover;
}

.go-category-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: -10px 0 28px;
}

.go-category-tabs a {
  display: inline-block;
  padding: 7px 18px;
  border: 1px solid #ead1d3;
  border-radius: 2px;
  background: #fff;
  color: #9f0e16;
}

.go-category-tabs a:hover {
  border-color: #b5121b;
  background: #b5121b;
  color: #fff;
}

.go-list-news .headlines-others {
  float: none;
  width: 100%;
}

.go-empty {
  width: 100%;
  padding: 32px 0;
  color: #777;
  text-align: center;
}

.go-detail-main {
  padding: 36px 0 48px;
}

.go-detail-main .page-width {
  display: flex;
  align-items: flex-start;
  gap: 28px;
}

.go-side-menu {
  flex: 0 0 230px;
}

.go-detail-article {
  flex: 1 1 auto;
  min-height: 600px;
  max-width: 980px;
  margin: 0 auto;
  padding: 24px 28px;
  background: #eee;
}

.go-detail-article h1 {
  overflow: hidden;
  margin-top: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #d8d8d8;
  font-size: 26px;
  line-height: 1.45;
}

.go-detail-article h1 span {
  float: left;
}

.go-detail-article h1 label {
  float: right;
  margin-top: 10px;
  color: #777;
  font-size: 14px;
  font-weight: 400;
}

.go-detail-meta {
  margin: -6px 0 18px;
  color: #888;
  text-align: right;
}

.go-detail-cover {
  display: block;
  max-width: 100%;
  max-height: 460px;
  margin: 0 auto 20px;
  object-fit: contain;
}

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

.go-message-main {
  padding: 36px 0 48px;
}

.go-message-panel {
  max-width: 760px;
  margin: 0 auto;
  padding: 28px;
  border: 1px solid #ead1d3;
  background: #fff;
}

.go-message-form {
  display: grid;
  gap: 16px;
}

.go-message-form label {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  color: #555;
}

.go-message-form input,
.go-message-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #e0c5c7;
  font: inherit;
}

.go-message-form button {
  justify-self: start;
  padding: 10px 28px;
  border: 0;
  background: #b5121b;
  color: #fff;
  cursor: pointer;
}

.go-notice {
  margin: 0 0 16px;
  padding: 10px 14px;
  background: #fbe8ea;
  color: #9f0e16;
}

.footer-contact {
  color: #ccc;
  text-align: center;
}

.go-friendly-links {
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, .08);
  background: #242222;
  color: #d7d7d7;
  font-size: 14px;
  line-height: 1.8;
}

.go-friendly-links strong {
  margin-right: 8px;
  color: #fff;
}

.go-friendly-links a {
  display: inline-block;
  margin: 0 12px 0 0;
  color: #d7d7d7;
}

.go-friendly-links a:hover {
  color: #fff;
}

@media (max-width: 900px) {
  .go-detail-main .page-width {
    display: block;
  }

  .go-side-menu {
    margin-bottom: 20px;
  }
}

@media (max-width: 640px) {
  .go-detail-article {
    padding: 18px 14px;
  }

  .go-detail-article h1 span,
  .go-detail-article h1 label {
    float: none;
    display: block;
  }

  .go-detail-meta {
    text-align: left;
  }

  .go-message-panel {
    padding: 18px 14px;
  }

  .go-message-form label {
    grid-template-columns: 1fr;
  }
}
