@charset "utf-8";

html {
  color: #000;
  background: #FFF;
  user-select: none;
}

body {
  color: #666;
  font: 12px/1.231 arial, helvetica, clean, sans-serif, "宋体";
}

/* 基础容器样式 */
.details-info-item1 {
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
  line-height: 1.6;
  color: #333;
  margin: 5px 0;
}

/* 标题行特殊样式 */
.figures-des1 {
  font-size: 13px;
  font-weight: bold;
  color: #222;
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #eaeaea;
}

/* 详情项通用样式 */
.details-info-item {
  display: flex;
  align-items: center;
  margin: 2px 0;
  padding: 1px 0;
  transition: all 0.3s ease;
}

.details-info-item:hover {
  background-color: #f9f9f9;
}

/* 标题标签样式 */
.details-info-title {
  min-width: 31px;
  font-weight: 600;
  color: #666;
  margin-right: 5px;
}

/* 内容标签样式 */
.details-info-des {
  flex: 1;
  color: #444;
  word-break: break-word;
}

/* 特定字段特殊样式 */
.details-info-item:nth-child(2) .details-info-des {
  color: #ef1319;
  font-weight: 500;
}

.details-info-item:nth-child(3) .details-info-des {
  color: #ef1319;
}

.details-info-item:nth-child(4) .details-info-des {
  color: #ef1319;
}

/* 响应式调整 */
@media (max-width: 768px) {
  .details-info-item1 {
    margin: 10px 0;
  }
  
  .figures-des1 {
    font-size: 16px;
  }
  
  .details-info-item {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .details-info-title {
    margin-bottom: 5px;
    margin-right: 0;
  }
}
/*网站字体颜色*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del,
ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input,
button,
textarea,
select {
  *font-size: 100%;
}

input,
select {
  vertical-align: middle;
}

i,
em {
  font-style: normal;
}

select,
input,
button,
textarea,
button {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
  border-collapse: collapse;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/*title*/

h1 {
  font-size: 32px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10px;
}

.mt10 {
  margin-top: 10px;
}

a {
  color: #666;
  text-decoration: none;
}

/*for ie f6n.net*/
a:focus {
  outline: 0;
}

/*for ff f6n.net*/
a:hover {
  text-decoration: underline;
  text-decoration: none;
}

.vam {
  vertical-align: middle;
}

.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}

.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

.clearfix {
  *zoom: 1
}

p {
  word-spacing: -1.5px;
}

.tr {
  text-align: right;
}

.tl {
  text-align: left;
}

.center {
  text-align: center;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.pa {
  position: absolute;
}

.pr {
  position: relative
}

.page-banner-content {
  padding: 0 15px;
  bottom: 102px;
}

.page-banner-title {
  font-size: 40px;
}

.page-banner-des {
  font-size: 10px;
  margin-top: 52px;
  flex-direction: column;
}

.page-banner-des i {
  margin-bottom: 12px;
}

/* header部分 */
.page .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 50px 0;
  z-index: 2;
}
.page .header.active::before {
  opacity: 1;
}
.page .header::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.page .header .header-inner {
  width: 1680px;
}
.page .header .header-inner .logo {
  width: 350px;
  height: 40px;
  transition: all 0.3s ease-in-out;
}
.page .header .header-inner .pc-right {
  gap: 150px;
}
.page .header .header-inner .pc-right .pc-nav .nav {
  position: relative;
}
.page .header .header-inner .pc-right .pc-nav .nav.active::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -75px;
  left: 50%;
  width: 40px;
  height: 5px;
  background-color: #743434;
  z-index: 8;
  transform: translateX(-50%);
  border-radius: 10px;
  z-index: 10;
}
.page .header .header-inner .pc-right .pc-nav li a {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
}
.page .header .header-inner .pc-right .active-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease;
  background-color: #e62724;
}
.page .header .header-inner .pc-right .active-header .b-h {
  border-bottom: 1px solid #f5f5f5;
  height: 140px;
  display: none;
  padding-bottom: 20px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}
.page .header .header-inner .pc-right .active-header .b-h .header {
  width: 1680px;
  margin: 0 auto;
  position: relative;
}
.page .header .header-inner .pc-right .active-header .b-h .header::before {
  background-color: transparent;
}
.page .header .header-inner .pc-right .active-header .box {
  width: 1680px;
  margin: 40px auto 0;
  display: none;
  gap: 106px;
}
.page .header .header-inner .pc-right .active-header .box li .header-img-box {
  width: 480px;
  height: 140px;
  position: relative;
  cursor: pointer;
}
.page .header .header-inner .pc-right .active-header .box li .header-img-box .img {
  width: 100%;
  height: 100%;
}
.page .header .header-inner .pc-right .active-header .box li .header-img-box .mask {
  position: absolute;
  inset: 0;
  padding: 0 30px;
}
.page .header .header-inner .pc-right .active-header .box li .header-img-box .mask h1 {
  font-size: 32px;
  color: #ffffff;
}
.page .header .header-inner .pc-right .active-header .box li .header-img-box .mask .default {
  display: block;
}
.page .header .header-inner .pc-right .active-header .box li .header-img-box .mask .active {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 3px solid #e62724;
}
.page .header .header-inner .pc-right .active-header .box li .header-img-box .mask .active img {
  width: 18px;
  height: auto;
}
.page .header .header-inner .pc-right .active-header .box li .header-img-box .mask:hover .default {
  display: none;
}
.page .header .header-inner .pc-right .active-header .box li .header-img-box .mask:hover .active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .header .header-inner .pc-right .active-header .box li ul {
  height: 112px;
  width: 480px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
  padding-left: 36px;
  box-sizing: border-box;
  margin-top: 40px;
}
.page .header .header-inner .pc-right .active-header .box li ul li {
  width: fit-content;
}
.page .header .header-inner .pc-right .active-header .box li ul li a {
  font-size: 18px;
  color: #ffffff;
}
.page .header .header-inner .pc-right .active-header .list {
  width: 1680px;
  margin: 40px auto 0;
  display: none;
  gap: 31px;
}
.page .header .header-inner .pc-right .active-header .list li a {
  display: block;
  width: 315px;
}
.page .header .header-inner .pc-right .active-header .list li a .img {
  width: 100%;
  height: 251px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.page .header .header-inner .pc-right .active-header .list li a .info-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 44px;
}
.page .header .header-inner .pc-right .active-header .list li a .info-footer h1 {
  font-size: 32px;
  color: #ffffff;
}
.page .header .header-inner .pc-right .active-header .list li a .info-footer .icon {
  width: 48px;
  height: auto;
}
.page .header .header-inner .pc-right .active-header.show {
  padding: 0 0 140px;
  opacity: 1;
}
.page .header .header-inner .pc-right .active-header.show .box,
.page .header .header-inner .pc-right .active-header.show .list {
  display: flex;
}
.page .header .header-inner .pc-right .active-header.show .b-h {
  display: block;
}
.page .header .header-inner .pc-right .active-header.show .b-h .header {
  display: flex;
}
.page .header .header-inner .pc-right .navigation {
  display: block;
  display: flex;
  align-self: center;
  justify-content: space-between;
  width: 203px;
  height: fit-content;
  background-color: #ffffff;
  border-radius: 10px;
}
.page .header .header-inner .pc-right .navigation .title {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
}
.page .header .header-inner .pc-right .navigation .icon {
  width: 56px;
  height: 56px;
  background: #e62724;
  border-radius: 10px;
}
.page .header .header-inner .pc-right .navigation .icon img {
  width: 28px;
  height: auto;
}
.page .header .header-inner .mobile-nav {
  display: none;
}
/* footer */
.page .footer-module {
  background-color: #f4f4f4;
  padding: 130px 0 92px;
}

.page .footer-module .top-box {
  width: 1680px;
  margin: 0 auto;
}

.page .footer-module .top-box .top {
  display: flex;
  gap: 200px;
}

.page .footer-module .top-box .top .left,
.page .footer-module .top-box .top .right {
  flex: 1;
}

.page .footer-module .top-box .top .left {
  display: flex;
  gap: 182px;
}

.page .footer-module .top-box .top .left div {
  display: flex;
  gap: 60px;
}

.page .footer-module .top-box .top .left div ul {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.page .footer-module .top-box .top .left div ul li a {
  font-size: 18px;
  color: #000000;
}

.page .footer-module .top-box .top .right .search-box {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
  padding-left: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
}

.page .footer-module .top-box .top .right .search-box input {
  outline: none;
  border: none;
  background-color: transparent;
  font-size: 20px;
  flex: 1;
}

.page .footer-module .top-box .top .right .search-box .btn-box {
  background-color: #e62724;
  width: 172px;
  height: 64px;
  border-radius: 10px;
  text-align: center;
  line-height: 64px;
  color: #ffffff;
  font-size: 18px;
  display: block;
}

.page .footer-module .top-box .top .right .email-desc {
  margin-top: 25px;
  padding: 0 20px 80px 0;
  border-bottom: 1px solid #d8d8d8;
  width: fit-content;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
}

.page .footer-module .top-box .botm {
  display: flex;
  margin-top: 116px;
  padding-bottom: 66px;
  border-bottom: 1px solid #d8d8d8;
  gap: 200px;
}

.page .footer-module .top-box .botm .logo-box,
.page .footer-module .top-box .botm .right {
  flex: 1;
}

.page .footer-module .top-box .botm .logo-box img {
  width: 224px;
  height: auto;
}

.page .footer-module .top-box .botm .logo-box p {
  font-size: 18px;
  color: #6e6e6e;
  margin-top: 24px;
}

.page .footer-module .top-box .botm .right li {
  display: flex;
  align-items: flex-start;
  gap: 23px;
}

.page .footer-module .top-box .botm .right li img {
  width: 14px;
  height: auto;
}

.page .footer-module .top-box .botm .right li span {
  font-size: 18px;
  color: #000000;
  display: inline-block;
}

.page .footer-module .top-box .botm .right li:last-child {
  margin-top: 20px;
}

.page .footer-module .top-box .botm .right li:last-child img {
  margin-top: 15px;
}

.page .footer-module .top-box .botm .right li:last-child span {
  font-size: 56px;
  color: #000;
  font-weight: bold;
}

.page .footer-module .map-footer-box {
  width: 1680px;
  margin: 0 auto;
  display: flex;
  gap: 200px;
  padding-top: 18px;
}

.page .footer-module .map-footer-box .left,
.page .footer-module .map-footer-box .right {
  flex: 1;
}

.page .footer-module .map-footer-box .left {
  display: flex;
  align-items: center;
  gap: 30px;
}

.page .footer-module .map-footer-box .left a {
  font-size: 18px;
  color: #6e6e6e;
}

.page .footer-module .map-footer-box .left a:first-child {
  position: relative;
}

.page .footer-module .map-footer-box .left a:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  bottom: 0;
  width: 1px;
  background-color: #d8d8d8;
}

.page .footer-module .map-footer-box .right {
  display: flex;
  align-items: center;
}

.page .footer-module .map-footer-box .right span {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}

.page .footer-module .map-footer-box .right a {
  margin-left: 20px;
}

.page .footer-module .map-footer-box .right a img {
  width: 48px;
  height: 48px;
}

.btn-top {
  position: fixed;
  bottom: 10%;
  right: 4%;
  z-index: 99;
  display: none;
}

.btn-top span {
  display: block;
  width: 54px;
  height: 54px;
  cursor: pointer;
}

.btn-top span img {
  display: block;
  width: 100%;
}

.page-row {
  display: flex;
  align-items: center;
  position: absolute;
  top: 695px;
  right: 150px;
  z-index: 3;
}

.page-row-text {
  font-size: 16px;
  color: #fff;
}

.page-row-icon {
  width: 38px;
  height: 38px;
  background: url(../img/common/icon-row-bottom.png) no-repeat center top;
  background-size: contain;
  margin-left: 16px;
  animation: page-row 2.6s linear infinite;
}

.page-banner-pic {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.page-banner-content {
  padding: 0 150px;
  width: 100%;
  position: absolute;
  bottom: 39.1%;
  left: 0;
  /* z-index: 2; */
  box-sizing: border-box;
}
.page-banner-title {
  font-size: 80px;
  color: #fff;
  font-weight: normal;
}
.page-banner-des {
  font-size: 18px;
  color: #fff;
  margin-top: 106px;
  display: flex;
  justify-content: space-between;
}

@keyframes page-row {
  0% {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }

  20%,
  80% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
}

@keyframes page-row-mobile {
  0% {
    opacity: 0;
    transform: translate3d(0, -12px, 0);
  }

  20%,
  80% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
  }
}

.preview {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease-out;
}

.preview.active {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.preview-content {
  position: relative;
}

.preview-close {
  width: 52px;
  height: 52px;
  background: url(../img/common/icon-close2.png) no-repeat center top;
  background-size: contain;
  position: absolute;
  top: -58px;
  right: -160px;
  cursor: pointer;
  transition: all .24s ease-in-out;
}

.preview-close:hover {
  opacity: .6;
}

.preview-banner {
  width: 1200px;
}

.preview-banner .banner-pic {
  width: 1200px;
  height: 760px;
  object-fit: contain;
  object-position: 50% 50%;
}

.preview-banner .swiper-pagination {
  font-size: 16px;
  color: #fff;
  bottom: -42px;
}

.preview-banner .swiper-button-prev,
.preview-banner .swiper-button-next {
  width: 52px;
  height: 54px;
  background: url(../img/common/icon-row.png) no-repeat center top;
  background-size: contain;
  transition: all .2s ease-out;
}

.preview-banner .swiper-button-prev:hover,
.preview-banner .swiper-button-next:hover {
  opacity: .6;
}

.preview-banner .swiper-button-prev {
  left: -160px;
}

.preview-banner .swiper-button-next {
  transform: rotate(180deg);
  right: -160px;
}

/* 移动端 */
@media screen and (max-width: 767px) {
  .page .banner-swiper {
    width: 100%;
  }

  .page .banner-swiper .swiper-slide {
    width: 100%;
  }

  .page .header {
    height: 68px;
    box-sizing: border-box;
    padding: 0 10px;
  }

  .page .header .header-inner .logo {
    width: 130px;
    height: auto;
    transition: all 0.3s ease-in-out;
  }

  .page .header .header-inner .pc-right {
    display: none;
  }

  .page .header .header-inner .mobile-nav {
    display: block;
  }

  .page .header .header-inner .mobile-nav .header-menu-icon {
    width: 36px;
    height: 36px;
    background: url(../img/common/icon-menu.png) no-repeat center top;
    background-size: contain;
    transition: all 0.2s ease-out;
    cursor: pointer;
    position: relative;
    z-index: 2;
    display: block;
  }

  .page .header .header-inner .mobile-nav .header-menu-icon:hover {
    opacity: 0.7;
  }

  .page .header .header-inner .mobile-nav .menu {
    width: 100vw;
    height: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 10;
    padding: 0 42px;
    box-sizing: border-box;
    transition: all 0.26s ease-in;
  }

  .page .header .header-inner .mobile-nav .menu.active {
    height: 100vh;
    transition: all 0.4s ease-out;
  }

  .page .header .header-inner .mobile-nav .menu .menu-close {
    width: 36px;
    height: 36px;
    background: url(../img/common/icon-close.png) no-repeat center top;
    background-size: contain;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    transition: all 0.2s ease-out;
  }

  .page .header .header-inner .mobile-nav .menu .menu-content {
    margin-top: 70px;
  }

  .page .header .header-inner .mobile-nav .menu .menu-content .menu-list {
    margin-top: 0;
    flex-direction: column;
  }

  .page .header .header-inner .mobile-nav .menu .menu-content .menu-list .menu-item .menu-item-title {
    height: 50px;
    border-bottom: 1px solid #d5d6da;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .page .header .header-inner .mobile-nav .menu .menu-content .menu-list .menu-item .menu-item-title .menu-item-text {
    font-size: 20px;
    font-weight: bold;
    flex: 1;
    cursor: pointer;
  }

  .page .header .header-inner .mobile-nav .menu .menu-content .menu-list .menu-item .menu-item-title .menu-item-icon {
    width: 10px;
    height: 10px;
    background: url(../img/common/icon-add.png) no-repeat center top;
    background-size: contain;
    display: block;
    transition: all 0.2s ease-out;
  }

  .page .header .header-inner .mobile-nav .menu .menu-content .menu-list .menu-item .menu-item-content {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.45s ease-in-out;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .page .header .header-inner .mobile-nav .menu .menu-content .menu-list .menu-item .menu-item-content .menu-item-text {
    color: #000000;
  }

  .page .header .header-inner .mobile-nav .menu .menu-content .menu-list .menu-item.active .menu-item-content {
    padding: 12px 0 28px;
    height: fit-content;
    opacity: 1;
  }

  .page .header .header-inner .mobile-nav .menu .menu-content .menu-list .menu-item.active .menu-item-icon {
    transform: rotate(135deg);
  }

  .page-banner {
    height: 540px;
    width: 100%;
    position: relative;
  }

  .page-banner-content {
    padding: 0 15px;
    bottom: 102px;
  }

  .page-banner-title {
    font-size: 40px;
  }

  .page-banner-des {
    font-size: 10px;
    margin-top: 52px;
    flex-direction: column;
  }

  .page-banner-des i {
    margin-bottom: 12px;
  }

  .page-banner-pic {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
  }

  .page-row {
    display: flex;
    align-items: center;
    position: absolute;
    top: 970px;
    right: 150px;
    z-index: 3;
  }

  .page-row-text {
    font-size: 16px;
    color: #fff;
  }

  .page-row-icon {
    width: 38px;
    height: 38px;
    background: url(../img/common/icon-row-bottom.png) no-repeat center top;
    background-size: contain;
    margin-left: 16px;
    animation: page-row 2.6s linear infinite;
  }

  @keyframes page-row {
    0% {
      opacity: 0;
      transform: translate3d(0, -30px, 0);
    }

    20%,
    80% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }

    100% {
      opacity: 0;
      transform: translate3d(0, 30px, 0);
    }
  }

  @keyframes page-row-mobile {
    0% {
      opacity: 0;
      transform: translate3d(0, -12px, 0);
    }

    20%,
    80% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }

    100% {
      opacity: 0;
      transform: translate3d(0, 12px, 0);
    }
  }

  .page .footer-module {
    background-color: #f4f4f4;
    padding: 30px 20px 20px;
  }

  .page .footer-module .top-box {
    width: 100%;
    margin: 0 auto;
  }

  .page .footer-module .top-box .top {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .page .footer-module .top-box .top .left,
  .page .footer-module .top-box .top .right {
    width: 100%;
  }

  .page .footer-module .top-box .top .left {
    display: flex;
    gap: 28px;
  }

  .page .footer-module .top-box .top .left div {
    display: flex;
    gap: 19px;
  }

  .page .footer-module .top-box .top .left div ul {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .page .footer-module .top-box .top .left div ul li a {
    font-size: 14px;
    color: #000000;
  }

  .page .footer-module .top-box .top .right .search-box {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #ffffff;
    padding-left: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
  }

  .page .footer-module .top-box .top .right .search-box input {
    outline: none;
    border: none;
    background-color: transparent;
    font-size: 16px;
    flex: 1;
  }

  .page .footer-module .top-box .top .right .search-box .btn-box {
    background-color: #e62724;
    width: 60px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-size: 12px;
    display: block;
  }

  .page .footer-module .top-box .top .right .email-desc {
    margin-top: 25px;
    padding: 0 20px 20px 0;
    border-bottom: 1px solid #d8d8d8;
    width: fit-content;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
  }

  .page .footer-module .top-box .botm {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    padding-bottom: 33px;
    border-bottom: 1px solid #d8d8d8;
    gap: 20px;
  }

  .page .footer-module .top-box .botm .logo-box,
  .page .footer-module .top-box .botm .right {
    width: 100%;
  }

  .page .footer-module .top-box .botm .logo-box img {
    width: 224px;
    height: auto;
  }

  .page .footer-module .top-box .botm .logo-box p {
    font-size: 12px;
    color: #6e6e6e;
    margin-top: 24px;
  }

  .page .footer-module .top-box .botm .right li {
    display: flex;
    align-items: flex-start;
    gap: 23px;
  }

  .page .footer-module .top-box .botm .right li img {
    width: 14px;
    height: auto;
  }

  .page .footer-module .top-box .botm .right li span {
    font-size: 12px;
    color: #000000;
    display: inline-block;
  }

  .page .footer-module .top-box .botm .right li:last-child {
    margin-top: 20px;
  }

  .page .footer-module .top-box .botm .right li:last-child img {
    margin-top: 0;
  }

  .page .footer-module .top-box .botm .right li:last-child span {
    font-size: 18px;
    color: #000;
    font-weight: bold;
  }

  .page .footer-module .map-footer-box {
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 10px;
    padding-top: 18px;
  }

  .page .footer-module .map-footer-box .left,
  .page .footer-module .map-footer-box .right {
    flex: 1;
  }

  .page .footer-module .map-footer-box .left {
    display: flex;
    align-items: center;
    gap: 30px;
  }

  .page .footer-module .map-footer-box .left a {
    font-size: 12px;
    color: #6e6e6e;
  }

  .page .footer-module .map-footer-box .left a:first-child {
    position: relative;
  }

  .page .footer-module .map-footer-box .left a:first-child::before {
    content: "";
    position: absolute;
    top: 0;
    right: -12px;
    bottom: 0;
    width: 1px;
    background-color: #d8d8d8;
  }

  .page .footer-module .map-footer-box .right {
    display: flex;
    align-items: center;
  }

  .page .footer-module .map-footer-box .right span {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
  }

  .page .footer-module .map-footer-box .right a {
    margin-left: 10px;
  }

  .page .footer-module .map-footer-box .right a img {
    width: 24px;
    height: 24px;
  }
}


.page-form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-form-item {
  width: 260px;
  margin-right: 10px;
}
.page-form-item:last-child {
  margin-right: 0;
}
.page-select {
  position: relative;
}
.page-select.active .page-select-list {
  transform: scaleY(1);
}
.page-select-inner {
  height: 54px;
  border: 1px solid #000;
  padding: 0 24px 0 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #000;
  cursor: pointer;
}
.page-select-row {
  width: 13px;
  height: 7px;
  background: url(../img/product-space/icon-select.png) no-repeat center top;
  background-size: contain;
}
.page-select-list {
  width: 100%;
  height: 192px;
  overflow: auto;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #000;
  padding: 18px 30px;
  box-sizing: border-box;
  transform: scaleY(0);
  z-index: 2;
  transform-origin: 50% 0%;
  transition: all .2s ease-in;
}
.page-select-item {
  font-size: 16px;
  color: #000;
  line-height: 46px;
  cursor: pointer;
  transition: all .2s ease-out;
}
.page-select-item:hover {
  font-weight: bold;
}
.page-form-search {
  height: 54px;
  border: 1px solid #000;
  padding: 0 24px 0 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #000;
  box-sizing: border-box;
}
.page-form-search-input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 16px;
}
.page-form-search-icon {
  flex-shrink: 0;
  width: 16px;
  height: 22px;
  background: url(../img/product-space/icon-search.png) no-repeat center top;
  background-size: contain;
  cursor: pointer;
  transition: all .26s ease-in-out;
}
.page-form-search-icon:hover {
  opacity: .6;
}


.section-btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px auto 0;
}
.section--more{
  margin-bottom: 200px;
}
.section-btn {
  width: 192px;
  height: 56px;
  position: relative;
  overflow: hidden;
  border: 1px solid #000;
  margin-right: 16px;
}
.section-btn:last-child {
  margin-right: 0;
}
.section-btn-text {
  width: 192px;
  height: 56px;
  line-height: 58px;
  margin-right: 16px;
  font-size: 18px;
  color: #000;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s ease-out;
}
.section-btn:hover .section-btn-text {
  transform: translate3d(0,-100%,0);
}
.section-btn-text:last-child {
  top: 100%;
  background-color: #020202;
  color: #fff;
}
.section-btn--dark {
  background-color: #020202;
  color: #fff;
}
.section-btn--dark .section-btn-text {
  color: #fff;
}
.section-btn--dark .section-btn-text:last-child {
  background-color: #fff;
  color: #000;
}