html {
  scroll-behavior: smooth;
}

.visual_wrap {
  position: relative;
  width: 100%;
  height: 80dvh;
  padding: 0;
  margin: 0;
  background: #c2c4c5;
  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: 100%;
  padding: 0;
  margin: 0;
}
.visual_wrap .swiper {
  width: 100%;
  height: 100%;
  z-index: 1;
  padding:0 !important;
  margin: 0 !important;
}
.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: flex-start;
  align-items: center;
  bottom: 10%;
  left: 16% !important;
  width: auto;
  text-align:left !important;
  padding: 0 !important;
  margin: 0 !important;
  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: transparent;
  border: 2px solid var(--bs-primary);
}
.visual_wrap .swiper-pagination-bullet-active {
  width: 80px;
  height: 10px;
  background: var(--bs-primary);
  border-radius: 5px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.visual_wrap .swiper-button-prev::after,
.visual_wrap .swiper-button-next::after {
  color: var(--bs-white);
  opacity: .5;
  transition: .2s;
}
.visual_wrap .swiper-button-prev:hover::after,
.visual_wrap .swiper-button-next:hover::after {
  color: var(--bs-primary);
  transform: scale(1.5);
  opacity: 1;
}
.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 h1 {
  font-family: system-ui, -apple-system, "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;  
  color: #111;
  letter-spacing: 0;
  padding: 0;
  margin: 1rem 0 0 0;
}
.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:  var(--bs-primary);
  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: 70%;
  /* 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: "Roboto", system-ui, -apple-system, "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  text-align: center;
  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 .con {
  width: 100%;
  font-family: system-ui, -apple-system, "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 1);
  line-height: 1.2;
  text-align: center;
  padding: 0;
  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: 0;
  position: absolute;
  top: 25%;
  left: 13%;
  max-width: 50%;
  height: 50vh;
  text-align: left;
  color: #fff;
  word-break: keep-all;
  word-wrap: break-word;
  padding: 0;
  margin: 0;
  transition: 0.5s;
  z-index: 2;
}
.visual_wrap .swiper .text_wrap h2 {
  font-family: 'GmarketSansLight', "Jost", "Roboto", system-ui, -apple-system, "Noto Sans", sans-serif;
  font-weight: 200;
  font-size: 3.0rem;
  color: #111;
  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 {
  font-family: 'GmarketSansBold', "Jost", "Roboto", system-ui, -apple-system, "Noto Sans", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  color: var(--bs-primary);
  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: 60%;
  font-family: 'GmarketSansMedium', system-ui, -apple-system, "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  color: #7f7e7e;
  padding: 1.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: var(--bs-primary);
  margin-bottom: 0.5rem;
}
.visual_wrap .swiper .text_wrap .bt {
  padding: 4rem 0 0 0;
  margin: 3rem 0 0 0;
  opacity: 0;
}
.visual_wrap .swiper .text_wrap a {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 0.7rem;
  color: var(--bs-gray-900);
  background-color: var(--bs-white);;
  border-radius: 1.5rem;
  padding: 0.4rem 2rem;
  transition: all 0.2s;
}
.visual_wrap .swiper .text_wrap a:hover {
  color: var(--bs-white);
  background-color:var(--bs-primary);
}
.visual_wrap .swiper-slide .img_wrap {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 50%;
  padding: 10rem  0 0 0;
  margin-right: -5rem;
  opacity: 0;
  transition: all 0.3s ease-out;
  z-index: 1;
}
.visual_wrap .swiper-slide .img_wrap img{
  max-width: 80%;
}
.visual_wrap .swiper-slide-active .bg {
  transform: scaleX(1.5);
  transition-duration: 3s;
  transition-delay: .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 .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 h2 {
  opacity: 1;
  margin-top: 0;
  transition-duration: 1s;
  transition-delay: 0.5s;
}
.visual_wrap .swiper-slide-active .text_wrap h1 {
  opacity: 1;
  margin-top: 0;
  transition-duration: 1.2s;
  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;
  margin-right: 0;
  transition-delay: 1.5s;
  transition-duration: 1s;
}
@media (max-width: 1199.98px) {
  .visual_wrap{
    height: 60dvh;
  }
  .visual_wrap .swiper-slide .text_wrap h1,
  .visual_wrap .swiper-slide .text_wrap h2 {
    font-size: 2.6rem;
  }
  .visual_wrap .swiper-pagination {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    bottom: 6%;
    left: 17% !important;
  }
}
@media (max-width: 991.98px) {
  .visual_wrap{
    height: 55dvh;
  }
  .visual_wrap .swiper-slide .center_wrap {
    width: 70%;
  }
  .visual_wrap .swiper-slide .text_wrap {
    left: 12%;
    max-width: 50%;
  }
  .visual_wrap .swiper-slide .text_wrap h2 {
    font-size: 1.6rem;
  }
  .visual_wrap .swiper-slide .text_wrap h1 {
    font-size: 2.0rem;
  }
  .visual_wrap .swiper-slide .img_wrap img {
    /* transform: scale(0.85); */
  }
  .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: 67dvh;
  }
  .visual_wrap .swiper-slide .center_wrap {
    top: 45%;
    width: 100%;
    padding: 0 1.5rem;
  }
  .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 {
    /* text-align: center; */
    top: 28%;
    left: 10%;
    max-width: 60%;
    padding: 0;
    letter-spacing: -.5px;
  }
  .visual_wrap .swiper-slide .text_wrap h2 {
    font-size: 1rem;
  }
  .visual_wrap .swiper-slide .text_wrap h1 {
    font-size: 1.8rem;
  }
  .visual_wrap .swiper-slide .text_wrap > div {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .visual_wrap .swiper-slide .text_wrap .con {
    width: 100%;
    padding: .5rem 2rem 0 0;
    font-size: 0.6rem;
  }
  .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 .text_wrap .bt {
    padding: 2rem 0 0 0;
  }
  .visual_wrap .swiper .text_wrap a {
    font-size: 0.6rem;
    padding: 0.2rem 1.2rem;
  }
  .visual_wrap .swiper-slide .img_wrap {
    max-width: 70%;
  }
  .visual_wrap .page_down {
    display: none;
  }
  .visual_wrap .swiper-pagination {
    display: none;
  }
  .visual_wrap .swiper-button-prev::after,
  .visual_wrap .swiper-button-next::after {
    display: none;
  }
}

.product_wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  /* min-height: 100%; */
  padding: 3rem 0;
  margin: 0 auto;
}
.product_wrap .product_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  padding: 0;
  margin: 0;
}
.product_wrap .product_box .title {
  width: 35%;
  min-width: 350px;
  padding: 0 5rem 0 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);
  line-height: 1.3;
  padding: .5rem 0 0 0;
  margin: 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: 1100px;
  padding: 1rem 0 2rem 0;
  margin: 0;
}
.product_wrap .swiper-slide {
  width: 220px;
  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: 220px;
  height: 220px;
  background: #f6f6f6;
  text-align: center;
  /* mix-blend-mode :multiply; */
  border-radius: 50%;
  overflow: hidden;
}
.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: 1.1rem;
  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 h1 br{
    display: none;
  }
  .product_wrap p {
    font-size: 0.7rem;
  }
  .product_wrap .t1 {
    font-size: 1rem;
    padding: 1rem 0 0 0;
  }
  .product_wrap .product_box .title {
    width: 100%;
    min-width: 100%;
    padding: 0 2rem 0 0;
    margin: 0;
  }
  .product_wrap .swiper-slide {
    width: 250px;
  }
  .product_wrap .items .pic {
    width: 250px;
    height: 250px;
  }
  .product_wrap .items {
    flex-direction: column;
  }
  .product_wrap .items .pic {
    width: 100%;
  }
  .product_wrap .items .con .name {
    padding: 0 1rem;
    font-size: 1.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;
  }
}



.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%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 10%;
  margin: 0 auto;
}
.tech_wrap h1 {
  font-weight: 700;
  font-size: 1.8rem;
  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 {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.2;
  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;
  width: 400px;
  padding: 2rem;
  margin: 0;
  cursor: pointer;
  transition: all .2s;
}
.tech_wrap .items .box:nth-child(1),
.tech_wrap .items .box:nth-child(4){
  background-color: #34a2ef;
  border-style: inset;
  border: 4px solid #34a2ef;
}
.tech_wrap .items .box:nth-child(2),
.tech_wrap .items .box:nth-child(3){
  background-color: #1d2088;
  border-style: inset;
  border: 4px solid #1d2088;
}
.tech_wrap .items .box:hover{
  border: 4px solid rgba(255, 255, 255, 0.5);
  border-radius: 3rem 1rem 3rem 1rem;
}
.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.2);
}
.tech_wrap .items .box .t1,
.tech_wrap .items .box .t2{
  max-width: 70%;
  font-family: 'Jost';
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--bs-white);
  word-break: keep-all;
  word-wrap: break-word;
}
.tech_wrap .items .box .t2{
  font-family: 'GmarketSansMedium', "Jost", "Roboto", system-ui, -apple-system, "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: .9rem;
}
.tech_wrap .items .box p{
  max-width: 70%;
  padding: 1rem 0 0 0;
  margin: 0;
  text-align: left;
  font-size: .6rem;
  color: rgb(255, 255, 255, 0.4);
  word-break: keep-all;
  word-wrap: break-word;
}
@media (max-width: 991.98px) {
  .tech_wrap .items .box{
    width: 45%;
  }
}
@media (max-width: 767.98px) {
  .tech_wrap .tech_box {
    gap: 1rem;
    padding: 4rem 1rem;
  }
  .tech_wrap h1 {
    font-size: 1.1rem;
  }
  .tech_wrap h1 small{
    font-size: .9rem;
  }
  .tech_wrap .items .box{
    width: 85%;
    padding: 2rem 1rem;
  }
  .tech_wrap .items .box:nth-child(odd){
    background-color: #34a2ef;
    border-style: inset;
    border: 4px solid #34a2ef;
  }
  .tech_wrap .items .box:nth-child(even){
    background-color: #1d2088;
    border-style: inset;
    border: 4px solid #1d2088;
  }
  .tech_wrap .items .box:hover{
    border: 4px solid rgba(255, 255, 255, 0.5);
  }
  .tech_wrap .items .box .no{
    right: 1rem;
    top: 0;
  }
  .tech_wrap .items .box .t1{
    font-size: 1rem;
  }
  .tech_wrap .items .box .t2{
    font-size: .85rem;
  }
  .tech_wrap .items .box p{
    padding: .5rem 0 0 0;
    font-size: .7rem;
    color: rgb(255, 255, 255, 0.6);
  }
}





.bbs_wrap {
  position: relative;
  width: 100%;
  padding: 5rem 1rem;
  margin: 0 auto;
  background-color: var(--bs-gray-200);
}
.bbs_wrap .bbs_box {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 0;
  margin: 0 auto;
}
.bbs_wrap h1 {
  font-weight: 700;
  font-size: 1.8rem;
  color: var(--bs-gray-800);
  letter-spacing: -1.5px;
  text-align: center;
}
.bbs_wrap p {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  word-break: keep-all;
  word-wrap: break-word;
  padding: 0;
  margin: 0;
}
.bbs_wrap .swiper_bbs {
  width: 100%;
  max-width: 1200px;
  padding: 1rem 0 2rem 0;
  margin: 0;
}
.bbs_wrap .swiper-wrapper{
  padding: 0;
}
.bbs_wrap .swiper-slide {
  width: 290px;
  height: 240px;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  border: 2px solid #fff;
  border-radius: .5rem;
  padding: 2rem;
  margin: 0;
  transition: all .2s;
}
.bbs_wrap .swiper-slide:hover {
  border: 2px solid var(--bs-primary);
  border-radius: 1rem 3rem 1rem 1rem;
}
.bbs_wrap .items {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  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;
}
.bbs_wrap .date{
  font-family: "Jost";
  font-size: .7rem;
  color: var(--bs-gray-500);
  padding: 0;
  margin: 0;
}
.bbs_wrap .subject{
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3;
  padding: 0;
  margin: 0;
  word-break: keep-all;
  word-wrap: break-word;  
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all .2s;
}
.bbs_wrap .swiper-slide:hover .subject{
  font-weight: 800;
  color: var(--bs-primary);
}
.bbs_wrap .summary{
  font-size: .85rem;
  color: var(--bs-gray-500);
  line-height: 1.3;
  padding: 0;
  margin: 0;
  word-break: keep-all;
  word-wrap: break-word; 
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.bbs_wrap .bt_group{
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 2rem .5rem 0 .5rem;
  margin: 0;
}
.bbs_wrap .page_box{
  position: relative;
  width: 80%;
  display: flex;
  justify-content: flex-start;
}
.bbs_wrap .swiper-pagination{
  text-align: left;
}
.bbs_wrap .bt_bbs{
  padding: .5rem 2rem;
  margin: 0;
  font-size: .9rem;
  color: #fff;
  background-color: var(--bs-primary);
}
.bbs_wrap .bt_bbs:hover{
  background-color: var(--bs-gray-900);
}
@media (max-width: 767.98px) {
  .bbs_wrap {
    padding: 3rem 0 3rem 2rem;
  }
  .bbs_wrap p {
    font-size: .8rem;
  }
  .bbs_wrap .page_box{
    width: 100%;
    padding: 0;
  }
  .bbs_wrap .bt_group{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .bbs_wrap .swiper-pagination{
    text-align: center;
    display:none;
  }
  .bbs_wrap .bt_bbs{
    width: 50%;
    text-align: center;
    font-size: 1.05rem;
    padding: 1rem 2rem;
  }
}


.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;
  }
}
