* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #f9f9f9;
}
#popup-video {
  display: none;
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.head {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 66px;
  background-color: #232323;
  justify-content: center;
  align-items: center;
  z-index: 3;
}

.head .center {
  width: 364px;
  display: flex;
  justify-content: space-evenly;
  font-size: 22px;
  color: #ffffff;
}
.head .center .item {
  cursor: pointer;
}
.head .center .item.selected {
  color: #40e0da;
}
.head .center .item:hover {
  color: #40e0da;
}
.main {
  margin: 0 auto;
  width: 19.2rem;
  height: 1780px;
  position: relative;
}
.main .content {
  width: 19.2rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 184px;
}
.main .content .company-title {
  width: 160px;
  height: 99px;
  background: url("../img/introduction/company-title.png") no-repeat;
  background-size: 100% 100%;
}
.main .content .desc {
  position: relative;
  width: 19.2rem;
  height: 3.04rem;
  background: url("../img/introduction/desc.png") no-repeat;
  background-size: 100% 100%;
  margin-top: 41px;
}
.main .content .desc .text {
  width: 7.11rem;
  position: absolute;
  top: 0.74rem;
  left: 7.4rem;
  font-size: 0.15rem;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.main .content .desc .text .fc {
  color: #00fff4;
}
.main .content .welfare-box {
  width: 800px;
  height: 659px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 123px;
}
.main .content .welfare-box .title {
  width: 237px;
  height: 90px;
  background: url("../img/introduction/welfare-title.png") no-repeat;
  background-size: 100% 100%;
}
.main .content .welfare-box .item-box {
  margin-top: 41px;
  display: flex;
  width: 1050px;
  height: 515px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.main .content .welfare-box .item-box .item {
  display: flex;
  width: 240px;
  height: 269px;
  position: relative;
}
.main .content .welfare-box .item-box .item img {
  border-radius: 10px;
}
.main .content .welfare-box .item-box .item .item-title {
  position: absolute;
  top: 136px;
  left: 81px;
  width: 100px;
  font-size: 19px;
  color: #00fff4;
}
.main .content .welfare-box .item-box .item .text {
  position: absolute;
  top: 171px;
  left: 26px;
  width: 200px;
  font-size: 14px;
  color: #e9e9e9;
  letter-spacing: 1px;
  line-height: 1.4;
}
.main .footer {
  width: 100%;
  height: 270px;
  background-color: #232323;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
}
.main .footer .center {
  width: 350px;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.main .footer .center .logo {
  width: 258.1px;
  height: 40px;
  background: url("../img/footer/logo.png") no-repeat;
  background-size: 100% 100%;
}
.main .footer .center .title {
  width: 220px;
  height: 16px;
  font-size: 14px;
  color: #999999;
  position: relative;
  align-items: center;
  text-align: center;
}
.main .footer .center .title .right-line::after {
  content: "|";
  position: absolute;
  right: -14px;
  top: 0;
  width: 10px;
  height: 100%;
}
.main .footer .center .title .about {
  position: absolute;
  height: 100%;
  width: 60px;
  cursor: pointer;
  text-align: center;
}
.main .footer .center .title .join {
  position: absolute;
  left: 75px;
  height: 100%;
  width: 62px;
  cursor: pointer;
  text-align: center;
}
.main .footer .center .title .business {
  position: absolute;
  right: 0;
  height: 100%;
  width: 62px;
  cursor: pointer;
  text-align: center;
}
.main .footer .center .explanation {
  font-size: 12px;
  line-height: 22px;
  color: #999;
  text-align: center;
}
.main .footer .center .explanation .box {
  display: flex;
  justify-content: center;
}
.main .footer .center .explanation a {
  color: #999;
  text-decoration: none;
}
