@charset "UTF-8";
.sub_vis {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 650px;
  background-image: url(../img/sub_back.png);
  background-position: center;
  background-size: cover;
  position: relative;
}
@media (max-width: 1024px) {
  .sub_vis {
    height: 350px;
  }
}
.sub_vis > .tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.sub_vis > .tit > h2 {
  font-size: 60px;
  font-weight: 900;
  color: #fff;
  text-align: center;
}
@media (max-width: 1024px) {
  .sub_vis > .tit > h2 {
    font-size: 25px;
  }
}
.sub_vis > .tit > h3 {
  color: #fff;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .sub_vis > .tit > h3 {
    word-break: keep-all;
    font-size: 17px;
    text-align: center;
  }
}
.sub_vis .pro_cat {
  width: 100%;
  height: 112px;
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.6431372549);
}
@media (max-width: 1024px) {
  .sub_vis .pro_cat {
    height: auto;
    padding: 10px;
  }
}
.sub_vis .pro_cat > .wrap {
  width: 100%;
  max-width: 1375px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .sub_vis .pro_cat > .wrap {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    padding: 0 20px;
  }
}
.sub_vis .pro_cat > .wrap > .left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sub_vis .pro_cat > .wrap > .left > h2 {
  font-size: 30px;
  font-weight: 700;
  color: #1445CE;
}
@media (max-width: 1024px) {
  .sub_vis .pro_cat > .wrap > .left > h2 {
    font-size: 20px;
  }
}
.sub_vis .pro_cat > .wrap > .left > p {
  font-size: 16px;
  font-weight: 700;
  color: #847979;
}
@media (max-width: 1024px) {
  .sub_vis .pro_cat > .wrap > .left > p {
    font-size: 13px;
  }
}
.sub_vis .pro_cat > .wrap > .right {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .sub_vis .pro_cat > .wrap > .right {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .sub_vis .pro_cat > .wrap > .right > li {
    width: 100%;
  }
}
.sub_vis .pro_cat > .wrap > .right > li a {
  text-decoration: none;
  padding: 10px 15px;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 125px;
  height: 75px;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .sub_vis .pro_cat > .wrap > .right > li a {
    width: 100%;
    height: 30px;
    font-size: 14px;
  }
}
.sub_vis .pro_cat > .wrap > .right > li a.active {
  font-weight: bold;
  color: #fff;
  background-color: #1445CE;
  transform: skew(-15deg);
}
.sub_vis .pro_cat > .wrap > .right > li:nth-of-type(3) > a {
  width: 190px;
}

.tab-content_1 {
  width: 100%;
  height: auto;
  padding-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .tab-content_1 {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
.tab-content_1.active {
  display: block;
}
.tab-content_1 > .con {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  .tab-content_1 > .con {
    height: auto;
  }
}
.tab-content_1 > .con > .wrap {
  width: 100%;
  max-width: 1520px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  .tab-content_1 > .con > .wrap {
    height: auto;
  }
}
.tab-content_1 > .con > .wrap > .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 170px;
}
@media (max-width: 1024px) {
  .tab-content_1 > .con > .wrap > .tit {
    margin-bottom: 40px;
  }
}
.tab-content_1 > .con > .wrap > .tit > h2 {
  font-size: 60px;
  font-weight: 900;
  color: #000;
  text-align: center;
}
@media (max-width: 1024px) {
  .tab-content_1 > .con > .wrap > .tit > h2 {
    font-size: 25px;
  }
}
.tab-content_1 > .con > .wrap > .tit > h3 {
  color: #888888;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .tab-content_1 > .con > .wrap > .tit > h3 {
    word-break: keep-all;
    font-size: 17px;
    text-align: center;
  }
}
.tab-content_1 > .con > .wrap > .word {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  padding-bottom: 390px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .tab-content_1 > .con > .wrap > .word {
    padding: 0 20px 50px 20px;
  }
}
.tab-content_1 > .con > .wrap > .word > h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 50px;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .tab-content_1 > .con > .wrap > .word > h2 > br {
    display: none;
  }
}
@media (max-width: 1024px) {
  .tab-content_1 > .con > .wrap > .word > h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.tab-content_1 > .con > .wrap > .word > h2 > .black {
  font-size: 35px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .tab-content_1 > .con > .wrap > .word > h2 > .black {
    font-size: 19px;
  }
}
.tab-content_1 > .con > .wrap > .word > h2 > .blue {
  font-size: 35px;
  font-weight: 600;
  color: #1445CE;
}
@media (max-width: 1024px) {
  .tab-content_1 > .con > .wrap > .word > h2 > .blue {
    font-size: 19px;
  }
}
.tab-content_1 > .con > .wrap > .word > h3 {
  text-align: center;
  font-size: 25px;
  font-weight: 400;
  line-height: 2;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .tab-content_1 > .con > .wrap > .word > h3 {
    font-size: 14px;
  }
}
.tab-content_1 > .con > .wrap > .word > h3 > span {
  color: #888888;
}
.tab-content_1 > .con > .wrap > .word > img {
  z-index: -1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media (max-width: 1024px) {
  .tab-content_1 > .con > .wrap > .word > img {
    width: 100%;
  }
}
.tab-content_1 > .con > .wrap > .his_wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 200px;
}
@media (max-width: 1024px) {
  .tab-content_1 > .con > .wrap > .his_wrap {
    gap: 80px;
    padding: 0 20px;
    height: auto;
  }
}
.tab-content_1 > .con > .wrap > .his_wrap > .his {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 1024px) {
  .tab-content_1 > .con > .wrap > .his_wrap > .his {
    gap: 40px;
  }
}
.tab-content_1 > .con > .wrap > .his_wrap > .his > .left {
  display: flex;
  flex-direction: column;
  width: 40%;
}
.tab-content_1 > .con > .wrap > .his_wrap > .his > .left > h2 {
  font-size: 60px;
  font-weight: 900;
  color: rgba(132, 132, 132, 0.4117647059);
  margin-bottom: 55px;
}
@media (max-width: 1024px) {
  .tab-content_1 > .con > .wrap > .his_wrap > .his > .left > h2 {
    font-size: 22px;
  }
}
.tab-content_1 > .con > .wrap > .his_wrap > .his > .left > img {
  width: 100%;
  max-width: 500px;
}
.tab-content_1 > .con > .wrap > .his_wrap > .his > .left > .his_left_3 {
  max-width: 400px;
}
.tab-content_1 > .con > .wrap > .his_wrap > .his > .right {
  display: flex;
  flex-direction: column;
  gap: 100px;
  width: 50%;
}
.tab-content_1 > .con > .wrap > .his_wrap > .his > .right > h2 {
  font-size: 25px;
  font-weight: 400;
  color: #888888;
  position: relative;
}
@media (max-width: 1024px) {
  .tab-content_1 > .con > .wrap > .his_wrap > .his > .right > h2 {
    font-size: 16px;
    word-break: keep-all;
  }
}
.tab-content_1 > .con > .wrap > .his_wrap > .his > .right > h2::after {
  content: "";
  position: absolute;
  left: -25px;
  top: 7px;
  height: 820px;
  width: 1px;
  background-color: #B7B2B2;
  z-index: -1;
}
@media (max-width: 1024px) {
  .tab-content_1 > .con > .wrap > .his_wrap > .his > .right > h2::after {
    height: 330px;
  }
}
.tab-content_1 > .con > .wrap > .his_wrap > .his > .right > h2::before {
  content: "";
  position: absolute;
  background-image: url(../img/circle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: -35px; /* 원의 위치 조정 */
  top: 0; /* 원의 위치 조정 */
  width: 20px; /* 원의 너비 */
  height: 20px; /* 원의 높이 */
  background-color: #B7B2B2; /* 원의 색상 */
  border-radius: 50%; /* 원형 모양 */
  z-index: 11; /* 겹치지 않도록 */
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tab-content_1 > .con > .wrap > .his_wrap > .his .left h2, .tab-content_1 > .con > .wrap > .his_wrap > .his .right span {
  color: initial;
  transition: color 0.3s ease;
}
.tab-content_1 > .con > .wrap > .his_wrap > .his:nth-last-child(1) {
  overflow: hidden;
}
.tab-content_1 > .con > .wrap > .contact_top {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .tab-content_1 > .con > .wrap > .contact_top {
    margin-bottom: 40px;
  }
}
.tab-content_1 > .con > .wrap > .contact_top > iframe {
  width: 100%;
  height: 600px;
}
@media (max-width: 1024px) {
  .tab-content_1 > .con > .wrap > .contact_top > iframe {
    height: 300px;
  }
}
.tab-content_1 > .con > .wrap > .contact_bot {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  .tab-content_1 > .con > .wrap > .contact_bot {
    padding: 0 20px;
  }
}
.tab-content_1 > .con > .wrap > .contact_bot > .info_1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 50px;
  border-top: 3px solid #707070;
  border-bottom: 1px solid rgba(112, 112, 112, 0.4431372549);
}
@media (max-width: 1024px) {
  .tab-content_1 > .con > .wrap > .contact_bot > .info_1 {
    padding: 20px;
    flex-direction: column;
    gap: 20px;
  }
}
.tab-content_1 > .con > .wrap > .contact_bot > .info_1 > .left {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .tab-content_1 > .con > .wrap > .contact_bot > .info_1 > .left {
    flex-direction: column;
    gap: 10px;
  }
}
.tab-content_1 > .con > .wrap > .contact_bot > .info_1 > .left > img {
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .tab-content_1 > .con > .wrap > .contact_bot > .info_1 > .left > img {
    margin-right: 0;
  }
}
.tab-content_1 > .con > .wrap > .contact_bot > .info_1 > .left > h2 {
  font-size: 20px;
  font-weight: 700;
  width: 160px;
}
@media (max-width: 1024px) {
  .tab-content_1 > .con > .wrap > .contact_bot > .info_1 > .left > h2 {
    margin-right: 0px;
    font-size: 16px;
    width: auto;
  }
}
.tab-content_1 > .con > .wrap > .contact_bot > .info_1 > .left > p {
  font-size: 20px;
  font-weight: 400;
  color: #888888;
}
@media (max-width: 1024px) {
  .tab-content_1 > .con > .wrap > .contact_bot > .info_1 > .left > p {
    font-size: 14px;
    word-break: keep-all;
    text-align: center;
  }
}
.tab-content_1 > .con > .wrap > .contact_bot > .info_1 > .right {
  display: flex;
  align-items: center;
  gap: 30px;
}
.tab-content_1 > .con > .wrap > .contact_bot > .info_1 > .right > .link_box {
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 30px;
  background-color: black;
}
@media (max-width: 1024px) {
  .tab-content_1 > .con > .wrap > .contact_bot > .info_1 > .right > .link_box {
    width: 140px;
  }
}
.tab-content_1 > .con > .wrap > .contact_bot > .info_1 > .right > .link_box > h2 {
  color: white;
  font-size: 16px;
  font-weight: 400;
}
.tab-content_1 > .con > .wrap > .contact_bot > .info_2 {
  width: 100%;
  padding: 60px 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .tab-content_1 > .con > .wrap > .contact_bot > .info_2 {
    grid-template-columns: repeat(2, 1fr);
    padding: 20px;
    gap: 20px;
  }
}
.tab-content_1 > .con > .wrap > .contact_bot > .info_2 > .box {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1024px) {
  .tab-content_1 > .con > .wrap > .contact_bot > .info_2 > .box {
    flex-direction: column;
    gap: 20px;
  }
}
.tab-content_1 > .con > .wrap > .contact_bot > .info_2 > .box > .left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.tab-content_1 > .con > .wrap > .contact_bot > .info_2 > .box > .left > img {
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .tab-content_1 > .con > .wrap > .contact_bot > .info_2 > .box > .left > img {
    width: 30px;
    margin-right: 0;
  }
}
.tab-content_1 > .con > .wrap > .contact_bot > .info_2 > .box > .left > h2 {
  margin-right: 30px;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .tab-content_1 > .con > .wrap > .contact_bot > .info_2 > .box > .left > h2 {
    width: 55px;
    font-size: 17px;
    margin-right: 0;
  }
}
.tab-content_1 > .con > .wrap > .contact_bot > .info_2 > .box > p {
  font-size: 20px;
  font-weight: 400;
  color: #888888;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .tab-content_1 > .con > .wrap > .contact_bot > .info_2 > .box > p {
    font-size: 12px;
  }
}
.tab-content_1 > .con > .wrap > .contact_bot > .info_1_1 {
  border-top: none;
}

.busi_con {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  height: auto;
  margin-bottom: 160px;
}
@media (max-width: 1024px) {
  .busi_con {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
.busi_con > .wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
}
.busi_con > .wrap > .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 170px;
}
@media (max-width: 1024px) {
  .busi_con > .wrap > .tit {
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
.busi_con > .wrap > .tit > h2 {
  font-size: 60px;
  font-weight: 900;
  color: #000;
  text-align: center;
}
@media (max-width: 1024px) {
  .busi_con > .wrap > .tit > h2 {
    font-size: 25px;
  }
}
.busi_con > .wrap > .tit > h3 {
  color: #313541;
  font-size: 30px;
}
.busi_con > .wrap > .tit > h3 > span {
  color: #1445CE;
}
@media (max-width: 1024px) {
  .busi_con > .wrap > .tit > h3 {
    word-break: keep-all;
    font-size: 17px;
    text-align: center;
  }
}
.busi_con > .wrap > .new_img_wrap {
  width: 100%;
  max-width: 1440px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
  margin-bottom: 200px;
}
@media (max-width: 1024px) {
  .busi_con > .wrap > .new_img_wrap {
    margin-bottom: 60px;
    gap: 10px;
    padding: 0 20px;
  }
}
.busi_con > .wrap > .new_img_wrap > div {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 1024px) {
  .busi_con > .wrap > .new_img_wrap > div {
    flex-direction: column;
  }
}
.busi_con > .wrap > .new_img_wrap > div > .box {
  width: 100%;
  max-width: 470px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 1024px) {
  .busi_con > .wrap > .new_img_wrap > div > .box {
    gap: 18px;
  }
}
.busi_con > .wrap > .new_img_wrap > div > .box > img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.busi_con > .wrap > .new_img_wrap > div > .box > p {
  height: 1px;
  width: 50px;
  background-color: #1445CE;
}
.busi_con > .wrap > .new_img_wrap > div > .box > h2 {
  font-size: 25px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .busi_con > .wrap > .new_img_wrap > div > .box > h2 {
    font-size: 18px;
  }
}
.busi_con > .wrap > .new_img_wrap > div > .box > h3 {
  font-size: 18px;
  font-weight: 500;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1024px) {
  .busi_con > .wrap > .new_img_wrap > div > .box > h3 {
    font-size: 15px;
  }
}
.det_1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 200px;
}
@media (max-width: 1024px) {
  .det_1 {
    margin-bottom: 40px;
  }
}
.det_1 > .wrap {
  width: 100%;
  max-width: 1670px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .det_1 > .wrap {
    padding: 0 20px;
  }
}
.det_1 > .wrap > .tit {
  width: 100%;
  max-width: 1410px;
  margin: 63px 0 50px 0;
}
@media (max-width: 1024px) {
  .det_1 > .wrap > .tit {
    margin: 40px 0;
    display: flex;
    justify-content: center;
  }
}
.det_1 > .wrap > .tit > h2 {
  font-size: 35px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .det_1 > .wrap > .tit > h2 {
    font-size: 25px;
  }
}
.det_1 > .wrap > .item_box {
  width: 100%;
  max-width: 1410px;
  display: flex;
  align-items: flex-start;
  gap: 187px;
  margin-bottom: 110px;
}
@media (max-width: 1024px) {
  .det_1 > .wrap > .item_box {
    gap: 40px;
    margin-bottom: 40px;
    flex-direction: column;
  }
}
.det_1 > .wrap > .item_box > .item_left {
  width: 100%;
  max-width: 640px;
}
.det_1 > .wrap > .item_box > .item_left > .swip_img_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.det_1 > .wrap > .item_box > .item_left > .swip_img_box > .left {
  width: 100%;
  height: 640px;
  padding: 20px;
  border: 1px solid #E2E2E2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .det_1 > .wrap > .item_box > .item_left > .swip_img_box > .left {
    height: auto;
  }
}
.det_1 > .wrap > .item_box > .item_left > .swip_img_box > .left > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.det_1 > .wrap > .item_box > .item_left > .swip_img_box > .right {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 17px;
}
.det_1 > .wrap > .item_box > .item_left > .swip_img_box > .right > .box {
  width: 100%;
  height: 123px;
  padding: 10px;
  border: 1px solid #E2E2E2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .det_1 > .wrap > .item_box > .item_left > .swip_img_box > .right > .box {
    height: auto;
  }
}
.det_1 > .wrap > .item_box > .item_left > .swip_img_box > .right > .box > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.det_1 > .wrap > .item_box > .item_right {
  width: 100%;
  max-width: 590px;
  display: flex;
  flex-direction: column;
}
.det_1 > .wrap > .item_box > .item_right > .word {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  border-top: 0.5px solid #C7C7C7;
}
@media (max-width: 1024px) {
  .det_1 > .wrap > .item_box > .item_right > .word {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
}
.det_1 > .wrap > .item_box > .item_right > .word > h2 {
  width: 206px;
  height: 65px;
  font-size: 20px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  font-weight: 300;
  color: white;
  background-color: #1445CE;
}
@media (max-width: 1024px) {
  .det_1 > .wrap > .item_box > .item_right > .word > h2 {
    width: 100%;
    justify-content: center;
  }
}
.det_1 > .wrap > .item_box > .item_right > .word > h3 {
  font-size: 18px;
  font-weight: 500;
  color: #696666;
  word-break: keep-all;
  padding: 0 20px;
}
.det_1 > .wrap > .item_box > .item_right > .word:nth-last-child(2) {
  border-bottom: 0.5px solid #C7C7C7;
}
.det_1 > .wrap > .item_box > .item_right > .back_btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.det_1 > .wrap > .item_box > .item_right > .back_btn > h2 {
  width: 100px;
  height: 35px;
  background-color: #1445CE;
  font-size: 20px;
  font-weight: 700;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-top: 30px;
}
.det_1 > .wrap > .det_2_tit {
  width: 100%;
  background-color: #EEEEEE;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 67px;
  margin-bottom: 50px;
}
.det_1 > .wrap > .det_2_tit > h2 {
  font-size: 20px;
  font-weight: 500;
}
.det_1 > .wrap > .det_img {
  width: 100%;
  max-width: 1040px;
}
.det_1 > .wrap > .det_img > div {
  width: 100%;
  max-width: 1040px;
}
.det_1 > .wrap > .det_img > div > img {
  width: 85%;
}
@media (max-width: 1024px) {
  .det_1 > .wrap > .det_img {
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  .det_1 > .wrap > .det_img > div > img {
    width: 100%;
  }
}

.tab-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
}
@media (max-width: 1024px) {
  .tab-content {
    padding: 40px 20px;
  }
}
.tab-content > .wrap {
  width: 100%;
  max-width: 1610px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  .tab-content > .wrap {
    height: auto;
  }
}
.tab-content > .wrap > .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .tab-content > .wrap > .tit {
    margin-bottom: 40px;
  }
}
.tab-content > .wrap > .tit > h2 {
  font-size: 60px;
  font-weight: 900;
  color: #000;
  text-align: center;
}
@media (max-width: 1024px) {
  .tab-content > .wrap > .tit > h2 {
    font-size: 25px;
  }
}
.tab-content > .wrap > .tit > h3 {
  color: #888888;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .tab-content > .wrap > .tit > h3 {
    word-break: keep-all;
    font-size: 17px;
    text-align: center;
  }
}
.tab-content > .wrap > .pro_cat_1 {
  width: 100%;
  max-width: 1470px;
  height: 111px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(231, 231, 233, 0.0745098039);
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .tab-content > .wrap > .pro_cat_1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    height: auto;
    padding: 20px;
  }
}
.tab-content > .wrap > .pro_cat_1 > li {
  width: 200px;
  height: 51px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .tab-content > .wrap > .pro_cat_1 > li {
    font-size: 14px;
    width: auto;
    height: 40px;
    padding: 0 20px;
  }
}
.tab-content > .wrap > .pro_cat_1 > li > a {
  text-align: center;
  word-break: keep-all;
}
.tab-content > .wrap > .pro_cat_1 > .active {
  background-color: #1445CE;
  border-radius: 500px;
}
.tab-content > .wrap > .pro_cat_1 > .active > a {
  color: white;
}
.tab-content > .wrap > .pro_cat_2 {
  width: 100%;
  max-width: 1270px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .tab-content > .wrap > .pro_cat_2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    place-items: center;
  }
}
.tab-content > .wrap > .pro_cat_2 > li {
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .tab-content > .wrap > .pro_cat_2 > li {
    font-size: 13px;
  }
}
.tab-content > .wrap > .pro_cat_2 > .active {
  font-weight: 700;
  border-radius: 50px;
  border: 1px solid #1445CE;
  padding: 5px 15px;
}
.tab-content > .wrap > .pro_cat_2 > .active > a {
  color: #1445CE;
}
.tab-content > .wrap > .content_box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .tab-content > .wrap > .content_box {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 20px;
  }
}
.tab-content > .wrap > .content_box .pro_tit {
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.tab-content > .wrap > .content_box > .box {
  width: 100%;
  max-width: 387px;
  height: auto;
}
.tab-content > .wrap > .content_box > .box > .img_box {
  width: 100%;
  height: 387px;
  padding: 50px;
  margin-bottom: 37px;
  border: 1px solid #E2E2E2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .tab-content > .wrap > .content_box > .box > .img_box {
    height: 190px;
    margin-bottom: 20px;
    padding: 20px;
  }
}
.tab-content > .wrap > .content_box > .box > .img_box > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tab-content > .wrap > .content_box > .box > .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.tab-content > .wrap > .content_box > .box > .tit > h2 {
  font-size: 13px;
  font-weight: 400;
  color: #888888;
}
.tab-content > .wrap > .content_box > .box > .tit > h3 {
  font-size: 17px;
  font-weight: 500;
  text-align: center;
}
.tab-content > .wrap > #pagination_box {
  width: 100%;
  display: flex;
  justify-content: center;
}
.tab-content > .wrap > #pagination_box > .ajax-pagination {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
}
.tab-content > .wrap > #pagination_box > .ajax-pagination > span {
  color: #1445CE;
  padding-top: 5px;
}
.tab-content > .wrap > #pagination_box > .ajax-pagination > a {
  font-weight: 500;
}/*# sourceMappingURL=sub.css.map */