#wrap {
  overflow: hidden;
}
.bg {
  position: relative;
  width: auto;
  height: 630px;
  text-align: center;
  z-index: 10;
  background: #0d0c0c;
}
video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  height: 630px;
  z-index: -1;
  object-fit: cover; /* 비디오 크기 맞춤 */
}
.bg .p1 {
  font-size: 25px;
  color: #fff;
  font-weight: 300;
  margin-top: 35px;
}
.bg .p2 {
  font-size: 56px;
  color: #fff;
  font-weight: bold;
  line-height: 60px;
  padding-top: 225px;
}
.bg .p2 span {
  color: #f0a72a;
  display: block;
}

.sec1 {
  position: relative;
  width: auto;
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.sec1 .box {
  width: 50%;
  float: left;
}
.sec1 .txt_box {
  width: 50%;
  float: left;
}

.sec1 .relative1 {
  position: relative;
  width: 100%;
  height: 495px;
}
.sec1 .relative1 .box {
  display: block;
  background: url("/image/site/sec1_img1.png") no-repeat center;
  background-size: cover;
  height: 495px;
}
.sec1 .relative1 .txt_box p {
  margin-left: 100px;
}
.sec1 .relative1 .txt_box .p1 {
  margin-top: 260px;
}

.sec1 .relative2 {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.sec1 .relative2 .txt_box .p1 {
  margin-top: 230px;
}
.sec1 .relative2 .circle_wrap {
  position: relative;
  margin-left: -90px;
  width: 635px;
  margin-top: 100px;
}
.sec1 .relative2 .circle_wrap .icon1 {
  position: absolute;
  top: 95px;
  left: 0;
}
.sec1 .relative2 .circle_wrap .icon2 {
  position: absolute;
  top: 110px;
  right: 50px;
}
.sec1 .relative2 .circle_wrap .icon3 {
  position: absolute;
  bottom: -10px;
  right: 150px;
}
.sec1 .relative2 .circle_wrap .rotate_bg {
  width: 100%;
  -webkit-animation: rotation 10s linear infinite;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.sec1 .relative2 .circle_wrap .rotate_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -170px;
  margin-left: -178px;
}

.sec1 .p1 {
  position: relative;
  margin-top: 15px;
  font-size: 45px;
  font-weight: bold;
  line-height: 45px;
}
.sec1 .p1:after {
  position: absolute;
  top: -20px;
  left: 0;
  width: 35px;
  height: 1px;
  background: #333;
  content: "";
  display: inline-block;
}
.sec1 .p2 {
  margin-top: 30px;
  font-size: 19px;
  line-height: 34px;
  white-space: pre-wrap;
}

.business_box {
  width: 1200px;
  margin: 0 auto;
  margin-top: 100px;
  padding-bottom: 230px;
}
.business_box .title {
  position: relative;
  margin-top: 15px;
  font-size: 45px;
  font-weight: bold;
  line-height: 45px;
}
.business_box .title:after {
  position: absolute;
  top: -20px;
  left: 0;
  width: 35px;
  height: 1px;
  background: #333;
  content: "";
  display: inline-block;
}
.business_box ul {
  margin-top: 30px;
}
.business_box ul li {
  float: left;
  text-align: center;
  width: 49.84%;
  background: #fff;
  height: 520px;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
.business_box ul li img {
  padding-top: 63px;
}
.business_box ul li .p1 {
  font-size: 35px;
  line-height: 35px;
  padding-top: 30px;
  font-weight: 500;
}
.business_box ul li .p2 {
  font-size: 18px;
  line-height: 33px;
  white-space: pre-wrap;
  margin-top: 15px;
}
.business_box ul li:nth-child(2),
.business_box ul li:nth-child(4) {
  border-right: 1px solid #ddd;
}
.business_box ul li:nth-child(3),
.business_box ul li:nth-child(4) {
  border-bottom: 1px solid #ddd;
}

.fixed-bg {
  position: relative;
  width: 100%;
  height: 480px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  background-attachment: fixed;
  background-image: url("/image/site/sec1_bg2_1.png");
}
.fixed-bg p {
  width: 1200px;
  margin: 0 auto;
  font-size: 70px;
  font-weight: bold;
  color: #fff;
  white-space: pre-wrap;
  line-height: 70px;
  padding-top: 60px;
}

.portfolio_box {
  width: 1200px;
  margin: 0 auto;
  margin-top: 100px;
  padding-bottom: 230px;
}
.portfolio_box .title {
  position: relative;
  margin-top: 15px;
  font-size: 45px;
  font-weight: bold;
  line-height: 45px;
}
.portfolio_box .title:after {
  position: absolute;
  top: -20px;
  left: 0;
  width: 35px;
  height: 1px;
  background: #333;
  content: "";
  display: inline-block;
}

.portfolio_box .list-box {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  gap: 200px;
  font-family: "Pretendard";
}
.year-ul > li.active {
  color: #f1a72a;
  font-size: 34px;
  font-weight: 700;
}
.year-ul > li {
  width: 100px;
  font-size: 24px;
  font-weight: 700;
  color: #dbdbdb;
  line-height: 50px;
  cursor: pointer;
}

.portfolio {
  position: relative;
  width: 100%;
}
.portfolio-list {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.portfolio-list.active {
  display: block;
  opacity: 1;
  transition: opacity 3s ease-in-out;
}
.portfolio-list > li {
  font-size: 24px;
  font-weight: 500;
  border: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  border-bottom: 0;
}
.portfolio-list > li:last-child {
  border-bottom: 1px solid #ddd;
}
.portfolio-list > li > a {
  color: #000;
}
.portfolio-list > li:hover {
  color: #f1a72a;
}
.portfolio-list > li:hover a {
  color: #f1a72a;
}
.portfolio_bx {
  max-width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  padding-top: 200px;
  padding-bottom: 220px;
}
.portfolio_bx .t1 {
  position: absolute;
  top: -44px;
  left: 140px;
  font-size: 55px;
  font-weight: bold;
  color: #333;
  z-index: 100;
}
.portfolio_bx .t2 {
  display: none;
}

.portfolio_bx .img_view {
  position: relative;
  z-index: 1;
  width: 1020px;
  height: 600px;
  border: 15px solid #ffc000;
}
.portfolio_bx .img_view .slide img {
  width: 100%;
  height: 570px;
}
.portfolio_bx .slick-prev {
  opacity: 0.6;
  position: absolute;
  top: 50%;
  right: -770px;
  width: 55px;
  height: 111px;
  margin-top: -55px;
  background: url("/image/site/prev_btn.png");
  background-size: cover;
  z-index: 9999;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
}
.portfolio_bx .slick-next {
  opacity: 0.6;
  position: absolute;
  top: 50%;
  right: -770px;
  width: 55px;
  height: 111px;
  margin-top: 55px;
  background: url("/image/site/next_btn.png");
  background-size: cover;
  z-index: 9999;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
}

.portfolio_bx .slick-prev:hover {
  opacity: 1;
}
.portfolio_bx .slick-next:hover {
  opacity: 1;
}
.portfolio_bx .slick-slide:focus {
  outline: none !important;
}

.portfolio_bx .slide_title {
  position: absolute;
  bottom: 110px;
  right: 10px;
  width: 50%;
  height: 620px;
  background: #fff;
  box-shadow: 5px 5px 10px 5px rgba(23, 23, 23, 0.1);
  z-index: -1;
}
.portfolio_bx .slide_title .title_bx {
  padding-top: 70px;
  margin-left: 100px;
  margin-top: 100px;
  z-index: 100;
  width: 800px;
  height: 450px;
  overflow: hidden;
}
.portfolio_bx .slide_title .title_bx .title {
  text-indent: 40px;
  line-height: 70px;
  position: relative;
  font-size: 16px;
  color: #999;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.portfolio_bx .slide_title .title_bx .customClass,
.portfolio_bx .slide_title .title_bx .customClass2 {
  color: #333;
  font-size: 21px;
}
.portfolio_bx .slide_title .title_bx .customClass3,
.portfolio_bx .slide_title .title_bx .customClass4 {
  color: #666;
  font-size: 18px;
}
.portfolio_bx .slide_title .slick-current {
  position: relative;
  font-size: 23px !important;
  color: #44444e !important;
  font-weight: bold;
}
.portfolio_bx .slide_title .slick-current:after {
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  left: 0;
  width: 24px;
  height: 3px;
  background: #ffb029;
  content: "";
  display: inline-block;
}
.portfolio_bx .slick-list {
  overflow: visible !important;
}

.qaul_wrap {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  padding-top: 80px;
}
.qaul_wrap .tit {
  margin-bottom: 200px;
}
.qaul_wrap .box1,
.qaul_wrap .box2,
.qaul_wrap .box3 {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.qaul_wrap .qaul_img {
  position: absolute;
}

.qaul_wrap .box1 .img1 {
  left: -300px;
  top: 400px;
}
.qaul_wrap .box1 .img2 {
  right: -210px;
  top: 1050px;
}
.qaul_wrap .box2 .img1 {
  left: -320px;
  top: 560px;
}
.qaul_wrap .box2 .img2 {
  right: -210px;
  top: 1275px;
}
.qaul_wrap .box3 .img1 {
  left: -300px;
  top: 300px;
}
.qaul_wrap .box3 .img2 {
  right: -320px;
  top: 1300px;
}
.qaul_wrap .box3 .img3 {
  left: -210px;
  bottom: 1110px;
}
.qaul_wrap .box3 .img4 {
  right: -320px;
  bottom: 215px;
}

.qaul_wrap .year_box {
  margin-bottom: 230px;
  text-align: center;
  z-index: 10;
  position: relative;
}
.qaul_wrap .year_box > div {
  display: block;
  margin: 0 auto;
  width: 426px;
  height: 140px;
  background-size: cover;
  margin-bottom: -25px;
}
.qaul_wrap .year_box .year2019 {
  background: url("/image/site/year5.png") no-repeat center center;
}
.qaul_wrap .year_box .year2018 {
  background: url("/image/site/year1.png") no-repeat center center;
}
.qaul_wrap .year_box .year2017 {
  background: url("/image/site/year2.png") no-repeat center center;
}
.qaul_wrap .year_box .year2016 {
  background: url("/image/site/year3.png") no-repeat center center;
}
.qaul_wrap .year_box .year2015 {
  background: url("/image/site/year4.png") no-repeat center center;
}
.qaul_wrap .year_box .year2020 {
  background: url("/image/site/year6.png") no-repeat center center;
}
.qaul_wrap .year_box .year2021 {
  background: url("/image/site/year7.png") no-repeat center center;
}
.qaul_wrap .year_box .year2022 {
  background: url("/image/site/year8.png") no-repeat center center;
}
.qaul_wrap .year_box .year2023 {
  background: url("/image/site/year9.png") no-repeat center center;
}
.qaul_wrap .year_box .year2024 {
  background: url("/image/site/year10.png") no-repeat center center;
}

.qaul_wrap .year_box a {
  display: inline-block;
  font-size: 26px;
  color: #666;
  line-height: 60px;
}
.qaul_wrap .year_box a.lpop:hover {
  color: #222;
  text-decoration: underline;
  font-weight: bold;
}
.qaul_wrap .year_box a.not_lpop:hover {
  cursor: default;
}
.qaul_wrap .tit {
  position: relative;
  font-size: 62px;
  font-family: "TitilliumWeb";
  font-weight: bold;
  text-align: center;
}
.qaul_wrap .tit:after {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -6px;
  width: 12px;
  height: 12px;
  background: #ffc000;
  border-radius: 50%;
  content: "";
  display: inline-block;
}

.qaul_wrap .box1 .tit:after {
  background: #fd5d99;
}
.qaul_wrap .box2 .tit:after {
  background: #5d9dfd;
}
.qaul_wrap .box3 .tit:after {
  background: #ffc000;
}
.qaul_wrap .box4 .tit:after {
  background: #1bb72e;
}

.layer_pop {
  max-width: 1200px;
  position: relative;
  min-height: 100px;
  margin: 30px auto;
  background: #fff;
  padding-bottom: 30px;
}
.layer_pop .title {
  border-bottom: 1px solid #ddd;
  font-size: 20px;
  font-weight: bold;
  margin: 0 30px;
  color: #363535;
  line-height: 100px;
  height: 100px;
}
.layer_pop table {
  padding: 0 30px;
  font-size: 16px;
  margin-top: 20px;
}
.layer_pop table th {
  padding-bottom: 10px;
  color: #909090;
  text-align: left;
  width: 110px;
  vertical-align: top;
}
.layer_pop table td {
  padding-bottom: 10px;
  color: #333;
  line-height: 26px;
  vertical-align: top;
}
.layer_pop img {
  display: block;
  margin: 0 auto;
  width: 1140px;
  margin-top: 20px;
}

.lpop1 .bd {
  width: 100%;
  height: 10px;
  background: #fd5d99;
}
.lpop2 .bd {
  width: 100%;
  height: 10px;
  background: #5d9dfd;
}
.lpop3 .bd {
  width: 100%;
  height: 10px;
  background: #ffc000;
}
.lpop4 .bd {
  width: 100%;
  height: 10px;
  background: #1bb72e;
}

.mfp-close {
  top: 20px !important;
  font-size: 40px !important;
}

.sec5 {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 120px;
}
.sec5 .ball {
  position: absolute;
  top: 215px;
  right: -200px;
  z-index: -1;
}
.sec5 .p1 {
  font-size: 60px;
  color: #214c93;
  font-weight: bold;
  text-align: center;
}
.sec5 .p2 {
  font-size: 36px;
  color: #333;
  font-weight: 500;
  text-align: center;
}
.sec5 .year {
  display: block;
  margin: 60px auto;
}

.sec5 .navi {
  position: relative;
  z-index: 10;
  margin-top: 40px;
  margin-bottom: -6px;
  width: 100%;
  display: inline-block;
}
.sec5 .navi li {
  position: relative;
  width: 33.24%;
  float: left;
  font-size: 21px;
  cursor: pointer;
  line-height: 100px;
  color: #999;
  border-bottom: 1px solid #333;
  border-top: 1px solid #ddd;
  text-align: center;
  background: #fff;
}
.sec5 .navi li:after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100px;
  border-right: 1px solid #ddd;
  content: "";
  display: inline-block;
}
.sec5 .navi li.act {
  border-bottom: none !important;
  color: #333;
  border-top: 1px solid #333;
  margin-left: -1px;
  border-left: 1px solid #333;
}
.sec5 .navi li:nth-child(1) {
  border-left: 1px solid #ddd;
}
.sec5 .navi li:nth-child(1).act {
  border-left: 1px solid #333;
  margin-left: 0;
}
.sec5 .navi li.act:after {
  border-right: 1px solid #333;
}

.sec5 .txt_box {
  z-index: 1;
  display: none;
  position: relative;
  white-space: pre-wrap;
  font-size: 21px;
  line-height: 40px;
  width: 91.3%;
  height: 521px;
  padding: 30px 50px;
  background: #fff;
  border: 1px solid #333;
  border-top: none;
}
.sec5 .txt_box span {
  display: block;
  float: left;
  width: 47%;
}
.sec5 .txt_box span:nth-child(1) {
  margin-right: 20px;
}
.sec5 .txt_box:after {
  display: block;
  content: "";
  clear: both;
}

.sec6 {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 125px 0 160px 0;
}
.sec6 .p1 {
  font-size: #333;
  font-size: 45px;
  font-weight: bold;
}

.sec6 ul {
  display: inline-block;
  float: left;
  width: 100%;
  margin-top: 30px;
}
.sec6 ul li {
  cursor: pointer;
  position: relative;
  float: left;
  width: 24.88%;
  height: 275px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.sec6 ul li:nth-child(1) {
  border: 1px solid #333;
}
.sec6 ul li:nth-child(1) img {
  padding-top: 64px;
  width: 187px;
}
.sec6 ul li:nth-child(1) div {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  background: #333333;
  width: 100%;
  text-align: center;
  line-height: 50px;
  color: #fff;
}
.sec6 ul li > span {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.sec6 ul li img {
  vertical-align: middle;
  max-width: 70%;
  max-height: 60%;
}
.sec6 ul li .figure {
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 15px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sec6 ul li .figure span {
  padding-top: 110px;
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
}
.sec6 ul li:hover .figure {
  opacity: 1;
}
.sec6 ul li:nth-child(5),
.sec6 ul li:nth-child(9),
.sec6 ul li:nth-child(13),
.sec6 ul li:nth-child(17) {
  border-left: 1px solid #ddd;
}
.sec6 ul li:nth-child(2),
.sec6 ul li:nth-child(3),
.sec6 ul li:nth-child(4) {
  border-top: 1px solid #ddd;
}
.bb_bd {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 1px;
  background: #ededed;
}

.year_test {
  position: relative;
}
.year_test .gray_year {
  z-index: 1;
}
.year_test .color_year {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.clients_box {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-content: center;
  box-sizing: border-box;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.clients_list > img {
  width: 200px;
}
.clients_list {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  border: 1px solid #ddd;
  border-right: 0;
  border-bottom: 0;
}
.clients_list .title {
  width: 100%;
  height: 40px;
  background: #333;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
}

.pdf-download {
  margin-top: 40px;
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: right;
}
.pdf-download > a {
  padding: 15px 30px;
  font-size: 24px;
  color: #fff;
  background-color: #f1a72a;
  font-family: "Pretendard";
  font-weight: 700;
  border-radius: 25px;
}
.pdf-download > a > i {
  margin-left: 5px;
}
@media (max-width: 1550px) {
  .portfolio_bx .slick-prev {
    right: -590px;
  }
  .portfolio_bx .slick-next {
    right: -590px;
  }
}

@media (max-width: 1920px) {
  .cw1 {
    overflow: hidden;
  }
  .right_logo {
    position: absolute;
    top: 160px;
    right: 50%;
    margin-right: -908px;
  }
  .sec1 .box2 .parallax_box {
    position: absolute;
    top: 100px;
    right: 50%;
    margin-right: -908px;
  }
}

@media (max-width: 1100px) {
  .bg {
    height: 240px;
  }
  .bg .p1 {
    font-size: 14px;
    margin-top: 10px;
  }
  .bg .p2 {
    font-size: 22px;
    line-height: 25px;
    padding-top: 100px;
  }

  .sec1 {
    width: auto;
    max-width: 1920px;
    margin: 0 auto;
  }
  .sec1 .box {
    width: 100%;
    float: none;
  }
  .sec1 .txt_box {
    width: auto;
    float: none;
    margin-top: 30px;
    padding: 30px 10px;
  }

  .sec1 .relative1 {
    width: auto;
    height: auto;
  }
  .sec1 .relative1 .box {
    height: 110px;
  }
  .sec1 .relative1 .txt_box p {
    margin-left: 0;
  }
  .sec1 .relative1 .txt_box .p1 {
    margin-top: 0px;
  }

  .sec1 .relative2 {
    width: auto;
  }
  .sec1 .relative2 .txt_box .p1 {
    margin-top: 0px;
  }
  .sec1 .relative2 .circle_wrap {
    margin-left: 0;
    width: 300px;
    margin-top: 50px;
    margin: 0 auto;
  }
  .sec1 .relative2 .circle_wrap .icon1 {
    width: 20%;
    top: 65px;
    left: -10px;
  }
  .sec1 .relative2 .circle_wrap .icon2 {
    width: 20%;
    top: 40px;
    right: 0px;
  }
  .sec1 .relative2 .circle_wrap .icon3 {
    width: 20%;
    bottom: -10px;
    right: 70px;
  }
  .sec1 .relative2 .circle_wrap .rotate_bg {
    width: 100%;
  }
  .sec1 .relative2 .circle_wrap .rotate_logo {
    width: 160px;
    margin-top: -80px;
    margin-left: -80px;
  }

  .sec1 .p1 {
    margin-top: 15px;
    font-size: 25px;
    line-height: 25px;
  }
  .sec1 .p2 {
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
    white-space: normal;
  }

  .business_box {
    width: auto;
    padding: 0 10px;
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .portfolio_box {
    width: auto;
    padding: 0 10px;
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .business_box .title {
    margin-top: 0;
    font-size: 30px;
    line-height: 30px;
  }
  .portfolio_box .title {
    margin-top: 0;
    font-size: 30px;
    line-height: 30px;
  }
  .business_box ul li {
    float: none;
    width: auto;
    padding: 30px 10px;
    height: auto;
    border: 1px solid #dddddd;
    margin-bottom: 10px;
  }
  .business_box ul li img {
    padding-top: 0;
    width: 100px;
  }
  .business_box ul li .p1 {
    font-size: 25px;
    line-height: 25px;
    padding-top: 20px;
  }
  .business_box ul li .p2 {
    font-size: 14px;
    line-height: 24px;
    white-space: normal;
  }

  .fixed-bg {
    width: auto;
    height: 250px;
    background-image: url("/image/site/m_sec1_bg2_1.jpg");
    background-attachment: scroll;
  }
  .fixed-bg p {
    width: auto;
    font-size: 30px;
    line-height: 40px;
    padding-top: 20px;
    padding-left: 20px;
  }

  .qaul_wrap {
    padding: 50px 10px;
  }
  .qaul_wrap .tit {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .qaul_wrap .tit:after {
    top: -10px;
  }
  .qaul_wrap .box1,
  .qaul_wrap .box2,
  .qaul_wrap .box3 {
    position: relative;
    width: auto;
  }
  .qaul_wrap .qaul_img {
    position: absolute;
    opacity: 0.1;
  }

  .qaul_wrap .box1 .img1 {
    left: -10px;
    top: 100px;
    width: 110px;
  }
  .qaul_wrap .box1 .img2 {
    right: -10px;
    top: 400px;
    width: 80px;
  }
  .qaul_wrap .box2 .img1 {
    left: -10px;
    top: 100px;
    width: 140px;
  }
  .qaul_wrap .box2 .img2 {
    right: -20px;
    top: 300px;
    width: 100px;
  }
  .qaul_wrap .box3 .img1 {
    left: -10px;
    top: 200px;
    width: 180px;
  }
  .qaul_wrap .box3 .img2 {
    right: -10px;
    top: 500px;
    width: 100px;
  }
  .qaul_wrap .box3 .img3 {
    left: -10px;
    bottom: 240px;
    width: 90px;
  }
  .qaul_wrap .box3 .img4 {
    right: -10px;
    bottom: 0;
    width: 120px;
  }

  .qaul_wrap .year_box {
    margin-bottom: 50px;
    text-align: center;
    z-index: 10;
    position: relative;
  }
  .qaul_wrap .year_box > div {
    width: 100px;
    height: 33px;
    background-size: contain !important;
    margin-bottom: 0;
  }
  .qaul_wrap .year_box a {
    font-size: 14px;
    line-height: 30px;
    color: #333;
  }
  .qaul_wrap .year_box a:hover {
    color: #222;
    text-decoration: underline;
    font-weight: 400;
  }

  .qaul_wrap .box1 .year_box .year2017 {
    background: url("/image/site/box2_year1_act.png") no-repeat center center;
  }
  .qaul_wrap .box1 .year_box .year2016 {
    background: url("/image/site/box2_year2_act.png") no-repeat center center;
  }
  .qaul_wrap .box1 .year_box .year2015 {
    background: url("/image/site/box2_year3_act.png") no-repeat center center;
  }

  .qaul_wrap .box2 .year_box .year2019 {
    background: url("/image/site/box2_year5_act.png") no-repeat center center;
  }
  .qaul_wrap .box2 .year_box .year2018 {
    background: url("/image/site/box1_year5_act.png") no-repeat center center;
  }
  .qaul_wrap .box2 .year_box .year2017 {
    background: url("/image/site/box1_year1_act.png") no-repeat center center;
  }
  .qaul_wrap .box2 .year_box .year2016 {
    background: url("/image/site/box1_year2_act.png") no-repeat center center;
  }
  .qaul_wrap .box2 .year_box .year2015 {
    background: url("/image/site/box1_year3_act.png") no-repeat center center;
  }

  .qaul_wrap .box3 .year_box .year2021 {
    background: url("/image/site/box3_year7_act.png") no-repeat center center;
  }
  .qaul_wrap .box3 .year_box .year2020 {
    background: url("/image/site/box3_year6_act.png") no-repeat center center;
  }
  .qaul_wrap .box3 .year_box .year2019 {
    background: url("/image/site/year5_act.png") no-repeat center center;
  }
  .qaul_wrap .box3 .year_box .year2018 {
    background: url("/image/site/year1_act.png") no-repeat center center;
  }
  .qaul_wrap .box3 .year_box .year2017 {
    background: url("/image/site/year2_act.png") no-repeat center center;
  }
  .qaul_wrap .box3 .year_box .year2016 {
    background: url("/image/site/year3_act.png") no-repeat center center;
  }
  .qaul_wrap .box3 .year_box .year2015 {
    background: url("/image/site/year4_act.png") no-repeat center center;
  }

  .qaul_wrap .box4 .year_box .year2020 {
    background: url("/image/site/box4_year6_act.png") no-repeat center center;
  }
  .qaul_wrap .box4 .year_box .year2019 {
    background: url("/image/site/year6_act.png") no-repeat center center;
  }

  .sec3 {
    padding-top: 50px;
    margin-bottom: 0px;
  }
  .sec3 .p1 {
    font-size: 28px;
    line-height: 30px;
  }
  .sec3 .p2 {
    font-size: 13px;
    line-height: 25px;
    white-space: normal;
    margin-top: 10px;
    width: 50%;
  }

  .sec3 .box1 {
    top: 0;
    left: 0;
    margin-left: 0;
  }
  .sec3 .box1 img {
    margin-right: 10px;
    width: 40%;
  }
  .sec3 .box1 .p1 {
    padding-top: 20px;
    width: 50%;
  }
  .sec3 .box1 .p1:after {
    top: -15px;
    left: -30px;
    width: 50px;
    height: 50px;
    border: 7px solid #ffc000;
    z-index: -1;
    background: transparent;
  }
  .sec3 .box1 .p2 {
    float: right;
    padding-right: 10px;
  }

  .sec3 .box2 {
    position: relative;
    margin-top: 60px;
  }
  .sec3 .box2 img {
    float: right;
    width: 40%;
  }
  .sec3 .box2 > div {
    width: 53%;
    float: left;
    margin-right: 0;
    padding: 20px 10px 0 0;
  }
  .sec3 .box2 > div .p2 {
    width: 100%;
  }
  .sec3 .box2:after {
    display: block;
    content: "";
    clear: both;
  }

  .sec3 .box3 {
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: 60px;
  }
  .sec3 .box3 img {
    float: left;
    z-index: -2;
    position: relative;
    margin-right: 20px;
    width: 40%;
  }
  .sec3 .box3 p {
    margin-left: 0;
    display: inline-block;
    width: 50%;
  }
  .sec3 .box3 .p1 {
    margin-top: 20px;
  }

  .sec3 .box4 {
    left: 0;
    margin-left: 0;
    top: 0;
    margin-top: 60px;
    padding-bottom: 30px;
  }
  .sec3 .box4 img {
    float: right;
    margin-top: 0;
    margin-left: 0;
    width: 40%;
    height: auto;
  }
  .sec3 .box4 > div {
    margin-right: 0;
    width: 53%;
    float: left;
    text-align: right;
    margin-top: 20px;
  }
  .sec3 .box4:after {
    display: block;
    content: "";
    clear: both;
  }
  .sec3 .box4 > div .p1 {
    font-size: 23px;
  }
  .sec3 .box4 > div .p2 {
    width: 100%;
  }

  .portfolio_bx {
    left: 0;
    margin-left: 0;
    padding: 60px 10px;
  }
  .portfolio_bx .t1 {
    display: none;
  }
  .portfolio_bx .t2 {
    display: block;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
  }

  .portfolio_bx .img_view {
    width: auto;
    height: auto;
    border: none;
    outline: 5px solid #ffc000;
  }
  .portfolio_bx .img_view .slide img {
    width: 100%;
    height: auto;
  }
  .portfolio_bx .slick-prev {
    position: absolute;
    top: auto;
    bottom: -50px;
    left: 0;
    width: 81px;
    height: 40px;
    margin-top: 0;
    background: url("/image/site/m_prev_btn.png");
    background-size: cover;
    z-index: 9999;
    overflow: hidden;
    text-indent: -9999px;
    border: none;
  }
  .portfolio_bx .slick-next {
    position: absolute;
    top: auto;
    bottom: -50px;
    right: 0;
    width: 81px;
    height: 40px;
    margin-top: 0;
    background: url("/image/site/m_next_btn.png");
    background-size: cover;
    z-index: 9999;
    overflow: hidden;
    text-indent: -9999px;
    border: none;
  }

  .portfolio_bx .slide_title {
    margin-top: 60px;
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 200px;
    box-shadow: 2px 5px 5px 0px rgba(23, 23, 23, 0.1);
  }
  .portfolio_bx .slide_title .title_bx {
    padding-top: 0;
    margin-left: 10px;
    margin-top: 20px;
    width: auto;
    height: 200px;
    overflow: hidden;
  }
  .portfolio_bx .slide_title .title_bx .title {
    text-indent: 0px;
    line-height: 35px;
    position: relative;
    font-size: 11px;
    color: #999;
  }
  .portfolio_bx .slide_title .title_bx .customClass,
  .portfolio_bx .slide_title .title_bx .customClass2 {
    color: #999;
    font-size: 11px;
  }
  .portfolio_bx .slide_title .title_bx .customClass3,
  .portfolio_bx .slide_title .title_bx .customClass4 {
    color: #999;
    font-size: 11px;
  }
  .portfolio_bx .slide_title .slick-current {
    position: relative;
    font-size: 15px !important;
    color: #ffb029 !important;
    font-weight: bold;
  }
  .portfolio_bx .slide_title .slick-current:after {
    display: none;
  }

  .sec5 {
    width: auto;
    padding: 20px 10px 50px 10px;
    overflow: hidden;
    border-bottom: 1px solid #ededed;
  }
  .sec5 .ball {
    top: 0;
    right: -20px;
    width: 40%;
  }
  .sec5 .p1 {
    font-size: 30px;
  }
  .sec5 .p2 {
    font-size: 18px;
  }
  .sec5 .year {
    display: block;
    margin: 20px auto;
    width: 90%;
  }

  .sec5 .navi {
    margin-top: 30px;
    width: 100%;
    display: inline-block;
    margin-bottom: -7px;
  }
  .sec5 .navi li {
    width: 33.2%;
    float: left;
    font-size: 12px;
    height: 65px;
    padding: 10px 0;
    line-height: 20px;
    white-space: pre-wrap;
  }
  .sec5 .navi li:after {
    height: 86px;
  }
  .sec5 .navi li.act {
    border-bottom: none !important;
    color: #333;
    border-top: 1px solid #333;
    margin-left: -1px;
    border-left: 1px solid #333;
  }
  .sec5 .navi li:nth-child(1) {
    border-left: 1px solid #ddd;
  }
  .sec5 .navi li:nth-child(1).act {
    border-left: 1px solid #333;
    margin-left: 0;
  }
  .sec5 .navi li.act:after {
    border-right: 1px solid #333;
  }

  .sec5 .txt_box {
    font-size: 13px;
    line-height: 24px;
    width: auto;
    height: auto;
    padding: 10px;
    border-top: 1px solid #333;
  }
  .sec5 .txt_box span {
    float: none;
    width: auto;
  }
  .sec5 .txt_box span:nth-child(1) {
    margin-right: 0px;
  }

  .sec6 {
    width: auto;
    padding: 50px 10px;
  }
  .sec6 .p1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .sec6 ul {
    display: block;
    width: auto;
    margin-top: 30px;
  }

  .sec6 ul li {
    width: 32%;
    height: 80px;
    border: none;
  }
  .sec6 ul li:nth-child(1) {
    height: 98px;
  }
  .sec6 ul li:nth-child(2),
  .sec6 ul li:nth-child(3) {
    height: 100px;
  }
  .sec6 ul li:nth-child(1) img {
    padding-top: 10px;
    width: 60%;
  }
  .sec6 ul li:nth-child(1) div {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    background: rgba(0, 0, 0, 0.6);
  }
  .sec6 ul li img {
    width: auto;
    max-width: 107px;
  }
  .sec6 ul li .figure {
    display: none;
  }

  .sec6 ul li:nth-child(5),
  .sec6 ul li:nth-child(9),
  .sec6 ul li:nth-child(13) {
    border-left: none;
  }
  .sec6 ul li:nth-child(2),
  .sec6 ul li:nth-child(3),
  .sec6 ul li:nth-child(4) {
    border-top: none;
  }
  .bb_bd {
    display: none;
  }

  .layer_pop {
    max-width: 1200px;
  }
  .layer_pop .title {
    font-size: 18px;
    margin: 0;
    padding: 20px 10px;
    line-height: 30px;
    height: auto;
  }
  .layer_pop table {
    padding: 0 10px;
    font-size: 13px;
    width: 100%;
  }
  .layer_pop table th {
    width: 70px;
    line-height: 24px;
  }
  .layer_pop table td {
    line-height: 24px;
    word-break: break-all;
  }
  .layer_pop img {
    width: 100%;
  }

  .mfp-close {
    top: 10px !important;
    font-size: 30px !important;
  }

  .portfolio_box .list-box {
    flex-direction: column;
    gap: 20px;
  }
  .year-ul {
    display: flex;
    overflow: scroll;
    gap: 10px;
  }
  .year-ul > li {
    font-size: 20px;
  }
  .year-ul > li.active {
    font-size: 24px;
  }
  .portfolio-list > li {
    font-size: 16px;
    padding: 15px;
  }
  .portfolio_box .list-box {
    margin-top: 30px;
  }
  .clients_list > img {
    width: 60px;
  }
  .clients_list {
    height: 100px;
    border: 1px solid #ddd;
    border-right: 0;
    border-bottom: 0;
  }
  .clients_list .title {
    width: 100%;
    height: 20px;
    font-size: 12px;
  }
  .pdf-download > a {
    font-size: 18px;
    padding: 15px 20px;
  }
}
