html {
  scroll-behavior: smooth;
}

.visual_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: #021147;
  overflow: hidden;
}
.visual_wrap .page_down {
  position: absolute;
  bottom: 13%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 20;
}
.visual_wrap .page_down:hover {
  animation-name: bounce;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.visual_wrap .visual {
  width: 100%;
  height: 100vh;
  padding: 0;
  margin: 0;
}
.visual_wrap .swiper {
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.visual_wrap .swiper-slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.2s;
}
.visual_wrap .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 5%;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.visual_wrap .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
}
.visual_wrap .swiper-pagination-bullet-active {
  width: 13px;
  height: 13px;
  background: transparent;
  border: 2px solid rgb(255, 255, 255);
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.visual_wrap .swiper-button-prev,
.visual_wrap .swiper-button-next {
  display: none;
}
.visual_wrap .swiper-slide .bg {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1);
  transition: 0.5s;
}
.visual_wrap .swiper-slide .ca_wrap {
  display: flex;
  gap: 1rem;
  position: absolute;
  bottom: 10%;
  left: 50%;
  padding: 0;
  margin: 3rem auto 0 auto;
  opacity: 0;
  text-align: center;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: 0.5s;
}
.visual_wrap .swiper-slide .ca_wrap img {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.visual_wrap .swiper-slide .ca_wrap > div:hover img {
  margin-top: -2rem;
  padding-bottom: 2rem;
}
.visual_wrap .swiper-slide .ca_wrap h2 {
  font-family: system-ui, -apple-system, "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  color: #fff;
  letter-spacing: 0;
  padding: 0;
  margin: 1rem 0 0 0;
}
.visual_wrap .swiper-slide .ca_wrap p {
  font-family: "Jost", "Roboto", system-ui, -apple-system, "Noto Sans",
    sans-serif;
  font-size: 0.9rem;
  color: rgb(255, 255, 255, 0.5);
  padding: 0;
  margin: 0;
}
.visual_wrap .swiper-slide .center_wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  /* height: 50vh; */
  text-align: center;
  padding: 0;
  margin: 0 auto;
  color: #fff;
  word-break: keep-all;
  word-wrap: break-word;
  transition: 0.5s;
  z-index: 2;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}
.visual_wrap .swiper .center_wrap h1 {
  font-family: 'GmarketSansMedium', "Roboto", system-ui, -apple-system, "Noto Sans", sans-serif;
  font-weight: 800;
  font-size: 3.4rem;
  text-align: center;
  letter-spacing: 0x;
  padding: 0;
  margin: 2rem auto;
  opacity: 0;
  transition: 0.5s;
}
.visual_wrap .swiper .center_wrap h1 span {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.7);
}
.visual_wrap .swiper .center_wrap h2 {
  font-family: 'GmarketSansMedium', "Roboto", system-ui, -apple-system, "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0;
  padding: 3rem 0 0 0;
  margin: 2rem auto;
  opacity: 0;
  transition: 0.5s;
}
.visual_wrap .swiper .center_wrap .con {
  width: 100%;
  font-family: system-ui, -apple-system, "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: .9rem;
  color: rgba(255, 255, 255, .6);
  line-height: 1.2;
  text-align: center;
  padding: 0 20%;
  margin: 2rem auto;
  opacity: 0;
  transition: 0.5s;
}
.visual_wrap .swiper .center_wrap .con2 {
  width: 100%;
  font-family: system-ui, -apple-system, "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.2;
  text-align: center;
  padding: 0;
  margin: 2rem auto;
  opacity: 0;
  transition: 0.5s;
}
.visual_wrap .swiper-slide .text_wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: absolute;
  top: 25%;
  left: 15%;
  width: 50%;
  height: 50vh;
  text-align: left;
  color: #fff;
  word-break: keep-all;
  word-wrap: break-word;
  transition: 0.5s;
  z-index: 2;
}
.visual_wrap .swiper .text_wrap h1 {
  font-family: "Jost", "Roboto", system-ui, -apple-system, "Noto Sans",
    sans-serif;
  font-weight: 200;
  font-size: 4rem;
  color: #1d2999;
  margin-top: 3rem;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.visual_wrap .swiper .text_wrap h1 strong {
  font-weight: 600;
  font-size: 5rem;
}
.visual_wrap .swiper .text_wrap .con {
  position: relative;
  width: 50%;
  font-family: system-ui, -apple-system, "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  color: rgb(29, 41, 153, 0.6);
  padding: 5rem 0 0 0;
  margin-top: 3rem;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.visual_wrap .swiper .text_wrap .con::after {
  position: absolute;
  top: 1.5rem;
  left: 0;
  content: "";
  width: 20px;
  height: 1px;
  background: #6969bd;
}
.visual_wrap .swiper .text_wrap .con strong {
  display: block;
  font-weight: 600;
  font-size: 1.1rem;
  color: rgb(12, 32, 105, 0.8);
  margin-bottom: 0.5rem;
}
.visual_wrap .swiper .text_wrap .bt {
  padding-top: 2rem;
  margin-top: 3rem;
  opacity: 0;
}
.visual_wrap .swiper .text_wrap a {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 1);
  background-color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 1.5rem;
  padding: 0.5rem 2rem;
  transition: all 0.2s;
}
.visual_wrap .swiper .text_wrap a:hover {
  color: rgba(255, 255, 255, 1);
  background-color: #0c2069;
  border: 1px solid #0c2069;
}
.visual_wrap .swiper-slide .img_wrap {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
  padding-left: 0;
  opacity: 0;
  transition: all 0.3s ease-out;
  z-index: 1;
}
.visual_wrap .swiper-slide-active .bg {
  transform: scale(1.15);
  transition-duration: 2s;
  transition-delay: 2.5s;
}
.visual_wrap .swiper-slide-active .center_wrap h1 {
  opacity: 1;
  margin: 0 auto;
  transition-duration: 1s;
  transition-delay: 1s;
}
.visual_wrap .swiper-slide-active .center_wrap h2 {
  opacity: 1;
  margin: 0 auto;
  transition-duration: 1s;
  transition-delay: 1s;
}
.visual_wrap .swiper-slide-active .center_wrap .con {
  opacity: 1;
  margin: 0 auto;
  transition-duration: 1s;
  transition-delay: 1.5s;
}
.visual_wrap .swiper-slide-active .center_wrap .con2 {
  opacity: 1;
  margin: 0 auto;
  transition-duration: 1s;
  transition-delay: 2s;
}
.visual_wrap .swiper-slide-active .center_wrap {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition-duration: 0.5s;
  transition-delay: 2.5s;
}
.visual_wrap .swiper-slide-active .ca_wrap {
  opacity: 1;
  margin-top: 0;
  transition-duration: 1s;
  transition-delay: 1.5s;
}
.visual_wrap .swiper-slide-active .text_wrap h1 {
  opacity: 1;
  margin-top: 0;
  transition-duration: 1s;
  transition-delay: 0.5s;
}
.visual_wrap .swiper-slide-active .text_wrap .con {
  opacity: 1;
  margin-top: 0;
  transition-delay: 1s;
  transition-duration: 1s;
}
.visual_wrap .swiper-slide-active .text_wrap .bt {
  opacity: 1;
  margin-top: 0;
  transition-delay: 1.5s;
  transition-duration: 1s;
}
.visual_wrap .swiper-slide-active .img_wrap {
  opacity: 1;
  padding-left: 55%;
  transition-delay: 1.5s;
  transition-duration: 1s;
}
@media (max-width: 991.98px) {
  .visual_wrap .swiper-slide .center_wrap {
    width: 70%;
  }
  .visual_wrap .swiper-slide .text_wrap {
    left: 5%;
    width: 70%;
  }
  .visual_wrap .swiper-slide .img_wrap img {
    transform: scale(0.8);
  }
  .visual_wrap .swiper-slide-active .img_wrap {
    padding-left: 40%;
  }
  .visual_wrap .swiper-slide .ca_wrap {
    width: 98%;
    gap: 0.5rem;
  }
  .visual_wrap .swiper-slide .ca_wrap img {
    width: 100%;
  }
  .visual_wrap .swiper-slide .ca_wrap h2 {
    font-size: 0.9rem;
  }
  .visual_wrap .swiper-slide .ca_wrap p {
    font-size: 0.7rem;
  }
}
@media (max-width: 767.98px) {
  .visual_wrap {
    height: 70vh;
  }
  .visual_wrap .visual {
    height: 100%;
  }
  .visual_wrap .swiper-slide .center_wrap {
    top: 40%;
    width: 100%;
    padding: 0 1.5rem;
  }
  .visual_wrap .swiper-slide .center_wrap h1 {
    font-size: 1.8rem;
  }
  .visual_wrap .swiper-slide .center_wrap h2 {
    font-size: 1.1rem;
  }
  .visual_wrap .swiper-slide .center_wrap .con br,
  .visual_wrap .swiper-slide .center_wrap .con2 br{
    display: none;
  }
  .visual_wrap .swiper-slide .ca_wrap {
    width: 95%;
    bottom: 20%;
  }
  .visual_wrap .swiper-slide .text_wrap h1 {
    font-size: 1.5rem;
  }
  .visual_wrap .swiper-slide .text_wrap h1 strong {
    font-size: 2rem;
  }
  .visual_wrap .swiper-slide .text_wrap > div {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .visual_wrap .swiper-slide .text_wrap .con {
    width: 100%;
    text-align: center;
    padding: 1rem 0 0 0;
  }
  .visual_wrap .swiper-slide .text_wrap .con::after {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .visual_wrap .swiper-slide .text_wrap {
    text-align: center;
    top: 18%;
    left: 0;
    width: 100%;
    padding: 0 1rem;
  }
  .visual_wrap .swiper-slide .img_wrap {
    bottom: -15%;
    margin-bottom: 0;
  }
  .visual_wrap .swiper-slide .img_wrap img {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
  }
  .visual_wrap .swiper-slide-active .img_wrap {
    justify-content: center;
    text-align: center;
    padding-left: 0;
    margin: 0 auto;
  }
  .visual_wrap .page_down {
    display: none;
  }
}

.product_bg {
  background-color: var(--bs-gray-100);

}
.product_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;  
  align-items: center;
  gap: 5rem;
  width: 100%;
  max-height: 1200px;
  padding: 5rem 0;
  margin: 0 auto;
}
.product_wrap .product_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 0;
  margin: 0;
}
.product_wrap .product_box .title {
  padding: 0;
  margin: 0;
}
.product_wrap h1 {
  font-family: 'GmarketSansLight';
  font-weight: 100;
  font-size: 1.3rem;
  color: var(--bs-gray-600);
  letter-spacing: -1px;
}
.product_wrap h1 strong{
  font-family: 'GmarketSansBold';
  font-weight: 800;
  font-size: 2.2rem;
  color: var(--bs-primary);
}
.product_wrap p {
  font-size: 0.7rem;
  color: var(--bs-gray-500);
  padding: 0;
  word-break: keep-all;
  word-wrap: break-word;
}
.product_wrap .t1 {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--bs-gray-900);
  padding-top: 2rem;
}
.product_wrap .swiper_prod {
  width: 100%;
  max-width: 1200px;
  padding: 1rem 0 2rem 0;
  margin: 0;
}
.product_wrap .swiper-slide {
  width: 280px;
  height: 280px;
  background: #fff;
  overflow: hidden;
}
.product_wrap .items {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition-duration: 1s;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  cursor: pointer;
}
.product_wrap .items .pic {
  position: relative;
  width: 100%;
  background: #f6f6f6;
  text-align: center;
  /* mix-blend-mode :multiply; */
  overflow: hidden;
  border: 1px solid var(--bs-gray-100);
}
.product_wrap .items .pic:hover {
  border: 1px solid var(--bs-secondary);
}
/* .product_wrap .items .pic::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f6f6f6;
  border-radius: 50%;
  mix-blend-mode :multiply;
  transition: all .2s;
}
.product_wrap .items:hover .pic::after {
  background: #f1f5f8;
} */
.product_wrap .items img {
  width: 100%;
}
.product_wrap .items .con {
  width: 100%;
  height: 100%;
  padding: 2rem 1rem;
  margin: 0;
  background: #fff;
}
.product_wrap .items .con .name {
  font-size: .9rem;
  font-weight: 600;
  color: #222;
  text-align: center;
  word-break: keep-all;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  transition: all .2s;
}
.product_wrap .items:hover .con .name {
  font-weight: 600;
  color: #031f85;
}

@media (max-width: 1199.98px) {
  .product_wrap {
    padding: 5rem 2rem;
  }
  .product_wrap .swiper-button-prev {
    left: 0px;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .product_wrap .swiper-button-next {
    left: auto;
    right: 0px;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
@media (max-width: 991.98px) {
  .product_wrap .product_box {
    padding: 0 1rem 1rem 1rem;
  }
}
@media (max-width: 767.98px) {
  .product_wrap {
    padding: 5rem 1rem;
  }
  .product_wrap .product_box {
    flex-direction: column;
    padding: 0 0 1rem 0;
  }
  .product_wrap h1 {
    font-size: 1rem;
  }
  .product_wrap h1 strong{
    font-size: 1.8rem;
  }
  .product_wrap .product_box p {
    font-size: 0.85rem;
    line-height: 1.1;
  }
  .product_wrap .product_box .title {
    width: 100%;
    min-width: 100%;
    padding: 0 2rem 0 0;
    margin: 0;
  }
  .product_wrap .swiper-slide {
    width: 300px;
    height: 300px;
  }
  .product_wrap .items {
    flex-direction: column;
  }
  .product_wrap .items .pic {
    width: 100%;
  }
  .product_wrap .items .con .name {
    padding: 0 1rem;
  }
}

@media (max-width: 575.98px) {
  .product_wrap {
    padding: 3rem 1rem;
  }
  .product_wrap .product_box .name {
    font-size: 1.4rem;
  }
  .product_wrap .swiper-button-next,
  .product_wrap .swiper-button-prev {
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
  }
  .product_wrap .items .con {
    padding: 1rem 0.2rem;
  }
  .product_wrap .items .con .name {
    font-size: 1rem;
    font-weight: 500;
  }
}


.tech_wrap {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  background: url('/img/main_tech_bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.tech_wrap .tech_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 10%;
  margin: 0 auto;
}
.tech_wrap h1 {
  max-width: 1000px;
  font-weight: 700;
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: -1.5px;
  text-align: center;
}
.tech_wrap h1 small{
  font-family: 'GmarketSansLight';
  font-size: 1.2rem;
  font-weight: 200;
}
.tech_wrap p {
  max-width: 1000px;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  word-break: keep-all;
  word-wrap: break-word;
  padding: 1rem 0;
}
.tech_wrap .items{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .5rem;
  padding: 0;
  margin: 0;
}
.tech_wrap .items .box{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
  width: 300px;
  padding: 2rem;
  margin: 0;
  transition: all .2s;
  cursor: pointer;
  border-radius: .5rem;
}
.tech_wrap .items .box:nth-child(odd){
  background-color: #34a2ef;
}
.tech_wrap .items .box:nth-child(even){
  background-color: #1d2088;
}
.tech_wrap .items .box .icon{
  width: 100%;
  padding: 0;
  margin: 0;
  transition: all .2s;
}
.tech_wrap .items .box .icon img{
  width: 100%;
  border-radius: .3rem;
}
.tech_wrap .items .box .no{
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  font-family: 'Jost';
  font-weight: 200;
  font-size: 3rem;
  color: rgb(255, 255, 255, 0.1);
}
.tech_wrap .items .box .txt{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.tech_wrap .items .box .t1{
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--bs-white);
  line-height: 1.2;
  word-break: keep-all;
  word-wrap: break-word;
  padding: 0;
  margin: 0;
}
.tech_wrap .items .box .t2{
  font-size: .9rem;
  color: var(--bs-white);
  word-break: keep-all;
  word-wrap: break-word;
  padding: 0;
  margin: 0;
}
.tech_wrap .items .box p{
  padding: 1rem 0 0 0;
  margin: 0;
  text-align: left;
  font-size: .6rem;
  color: rgb(255, 255, 255, 0.3);
  word-break: keep-all;
  word-wrap: break-word;
}
.tech_wrap .items .box a{
  display: inline-block;
  width: auto;
  font-size: .7rem; 
  color: var(--bs-white);
  border: 1px solid rgba(var(--bs-white-rgb),.3);
  border-radius: 2rem;
  padding: .3rem 1.5rem;
}
.tech_wrap .items .box:hover a,
.tech_wrap .items .box a:hover{
  background-color: #fff;
  color: var(--bs-primary);
}
@media (max-width: 991.98px) {
  .tech_wrap .tech_box {
    padding: 10% 20px;
  }
  .tech_wrap .items .box{
    width: 30%;
  }
}
@media (max-width: 767.98px) {
  .tech_wrap .tech_box {
    gap: 1rem;
    padding: 4rem 1rem;
  }
  .tech_wrap h1 {
    font-size: 1.6rem;
  }
  .tech_wrap h1 small{
    font-size: .9rem;
  }
  .tech_wrap p {
    font-size: .9rem;
    line-height: 1.15;
  }
  .tech_wrap .items .box{
    width: 80%;
    padding: 2rem 2rem;
    gap: 1rem;
  }
  .tech_wrap .items .box .no{
    right: 1rem;
    top: 0;
  }
  .tech_wrap .items .box .t1{
    font-size: 1.4rem;
  }
  .tech_wrap .items .box .t2{
    font-size: 1.2rem;
  }
  .tech_wrap .items .box p{
    padding: .5rem 0 0 0;
    font-size: .5rem;
  }
}

.company_wrap {
  width: 100%;
  padding: 6rem 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.company_wrap .company_box {
  width: 100%;
  max-width: 1100px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 3rem;
  padding: 0;
  margin: 0;
}
.company_wrap .company_box ul {
  width: 25%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .5rem;
}
.company_wrap .company_box li {
  padding: 0;
  margin: 0;
}
.company_wrap img{ width: 100%; }

.company_wrap .name{
  font-family: 'Jost', 'Roboto';
  font-weight: 700;
  font-size: .9rem;
}
.company_wrap .txt {
  font-weight: 400;
  font-size: .7rem;
  color: var(--bs-gray-500);
  word-break: keep-all;
  word-wrap: break-word;
  padding: 0 0 1.5rem 0 !important;
}
.company_wrap .tel{
  font-family: 'Jost', 'Roboto';
  font-weight: 600;
  font-size: 1.2rem;
  text-align: center;
}
.company_wrap .time{
  font-size: .75rem;
  color: var(--bs-gray-500);
  text-align: center;
}
.company_wrap a {
  font-size: .75rem;
  border-radius: 2rem;
  background-color: #f2f2f2;
  padding: .5rem 1.5rem;
  margin: 1rem 0 0 0 !important;
}
.company_wrap a:hover {
  background-color: #e4e4e4;
}
.company_wrap .bt_online{
  background-color: #e69157;
  color: #fff;
}
.company_wrap .bt_online:hover{
  background-color: #da7837;
}
@media (max-width: 1100px) {
  .company_wrap {
    padding: 6rem 3rem;
  }
  .company_wrap .company_box {
    flex-wrap: wrap;
    gap: 4rem;
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  .company_wrap {
    padding: 5rem 2rem;
  }
  .company_wrap .company_box ul {
    width: 45%;
  }
}
@media (max-width: 767.98px) {
  .company_wrap {
    padding: 4rem 1rem;
  }
  .company_wrap .company_box ul {
    /* width: 100%; */
    width: 40%;
  }
  .company_wrap .name{
    font-size: .7rem;
  }
  .company_wrap .txt {
    font-size: .6rem;
    padding: 0 0 1rem 0 !important;
  }
  .company_wrap .tel{
    font-size: 1rem;
  }
  .company_wrap .time{
    font-size: .7rem;
  }
  .company_wrap a {
    font-size: .7rem;
  }
}


.main_page {
  position: fixed;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}
.main_page ul {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.5rem 0;
  padding: 1rem 0;
  margin: 0;
}
/* .main_page ul::after{
  position: absolute;
  content:'';
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  z-index: 1001;
  background: rgba(255, 255, 255, .5);
  transform: translateX(-50%);
} */
.main_page li {
  position: relative;
  list-style: none;
  padding: 0;
}
.main_page li div {
  position: absolute;
  top: 7px;
  left: -100px;
  width: 100px;
  text-align: right;
  display: none;
}
.main_page li a {
  padding: 0.5rem;
  font-size: 0.5rem;
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.main_page li a:hover {
  /* font-size: .8rem; */
  color: rgba(252, 255, 0, 0.7);
}
.main_page li.active a {
  color: #fcff00;
}
.main_page li.active div {
  display: block;
}
@media (max-width: 991.98px) {
  .main_page {
    right: 0.5rem;
  }
  .main_page li.active div {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .main_page {
    display: none;
  }
}
