/* ABOUT US */
#header .sub-header {
}
.sub1 #sub-title {
  position: relative;
  padding: 200px 0 115px;
  background: url(/repo/novbro/images/bg-sub1-sub-title.png) no-repeat left top;
}
.sub1 #sub-title .txt-item img {
  height: 450px;
}
.sub1 #sub-title .img-item {
  margin-top: -120px;
  text-align: right;
}
.sub1 #sub-title .img-item img {
  height: 438px;
}

.sub1 .contents {
  background: linear-gradient(to bottom, #000 35%, #0b00d4 100%);
}

.sub1 .section1 {
  padding-top: 125px;
}
.sub1 .sub-section .top-txt {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
}
.sub1 .sub-section .bot-txt {
  color: #fff;
  font-size: 32px;
  line-height: 150%;
  text-align: right;
  font-family: "Pretendard";
}
.sub1 .sub-section.section1 .top-txt {
  color: #2c21ff;
}
.sub1 .section1 .item-con {
  text-align: center;
  position: relative;
}
.sub1 .section1 .item-con video {
  width: 100%;
  height: 700px;
}
.sub1 .section1 .item-con .txt-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  font-size: 110px;
  font-weight: bold;
  line-height: 130%;
  color: #fff;
}

.sub1 .section2 {
  padding-top: 200px;
}
.sub1 .section2 .top-txt {
  margin-bottom: 30px;
}
.sub1 .section2 .top-txt b {
  display: block;
  font-size: 90px;
}
.sub1 .section2 .item-con {
  display: flex;
  flex-direction: row;
  gap: 15px;
  margin-bottom: 70px;
}
.sub1 .section2 .item-con .item {
  padding: 30px 42px 40px;
  width: calc(33.3333% - 15px);
  border: 1px solid #373737;
  border-radius: 25px;
  background-color: #000;
  box-sizing: border-box;
  cursor: pointer;
}
.sub1 .section2 .item-con .item .img > img {
  transition: 0.4s;
}
.sub1 .section2 .item-con .item.hover .img > img {
  margin-top: -15px;
  margin-bottom: 15px;
  transition: 0.3s;
}
.sub1 .section2 .item .item-top-txt {
  display: block;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: bold;
  color: #2c21ff;
  font-family: "Pretendard";
  line-height: 150%;
}
.sub1 .section2 .item .img {
  display: block;
  margin-bottom: 40px;
  text-align: center;
}
.sub1 .section2 .item ul li {
  padding: 10px 0;
  color: #fff;
  font-size: 18px;
  font-family: "Pretendard";
  font-weight: 300;
}
.sub1 .section3 {
  padding-top: 250px;
  position: relative;
  z-index: 1;
}
.sub1 .section3 .top-txt {
  margin-bottom: 70px;
}
.sub1 .section3 .top-txt b {
  display: block;
  padding-top: 35px;
  font-size: 90px;
  line-height: 120%;
}
.sub1 .section3 .item-con {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.sub1 .section3 .item-con .item {
  position: relative;
  padding: 50px;
  width: calc(50% - 15px);
  background: linear-gradient(to bottom, #000 50%, #020030 100%);
  border-radius: 25px;
  overflow: hidden;
  box-sizing: border-box;
  cursor: pointer;
}
.sub1 .section3 .item-con .item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 25px;
  padding: 1px;
  background: linear-gradient(to bottom, #9b9b9b, #000);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.sub1 .section3 .item-con .item .icon img {
  transition: 0.3s;
}
.sub1 .section3 .item-con .item.hover .icon img {
  filter: drop-shadow(0px 4px 20px rgba(34, 22, 255, 1));
  margin-top: -10px;
  transition: 0.3s;
}
.sub1 .section3 .item .item-top-txt {
  margin-bottom: 70px;
}
.sub1 .section3 .item .item-top-txt b {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 34px;
  line-height: 170%;
}
.sub1 .section3 .item .item-top-txt span {
  display: block;
  font-size: 32px;
  font-weight: bold;
  color: #2c21ff;
  font-family: "Pretendard";
}
.sub1 .section3 .item ul {
  margin-bottom: 20px;
}
.sub1 .section3 .item ul li {
  padding: 8px 0;
  color: #fff;
  font-size: 22px;
  font-family: "Pretendard";
}
.sub1 .section3 .badge-item {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.sub1 .section3 .badge-item span {
  display: block;
  height: 42px;
  color: #fff;
  border-radius: 21px;
  padding: 0 25px;
  line-height: 42px;
  box-sizing: border-box;
  text-align: center;
  background-color: #0b00d4;
  font-family: "Pretendard";
}
.sub1 .section3 .icon {
  display: block;
  position: absolute;
  right: 50px;
  top: 50px;
}
.sub1 .section4 {
  margin-top: -50px;
  padding-top: 320px;
  padding-bottom: 77px;
  background: url(/repo/novbro/images/bg-sub1-section4.png) no-repeat center top;
}
.sub1 .section4 .txt-item {
  margin-bottom: 100px;
  color: #fff;
  font-size: 70px;
  line-height: 160%;
  text-align: center;
  font-weight: bold;
}
.sub1 .section4 .link-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.sub1 .section4 .link-item a {
  display: block;
  width: 423px;
  height: 72px;
  background: #000;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  font-family: "Pretendard";
  border-radius: 36px;
  line-height: 72px;
  transition: all 0.5s ease;
}
.sub1 .section4 .link-item a.hover{
  background:#fff;
  color: #000;
  transform: scale(1.03);
}
.sub1 .section4 .link-item .circle {
  display: block;
  width: 76px;
  height: 72px;
  border-radius: 50%;
  background: #fff;
}

/* SERVICES */
.sub2 {
  background: url(/repo/novbro/images/bg-sub2.png) no-repeat center top 800px;
}
.sub2:after {
  display: block;
  content: "";
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: rgba(11, 0, 212, 1);
  background: linear-gradient(to bottom, #fff 0%, rgba(11, 0, 212, 1) 100%);
  z-index: -1;
}
.sub2 #sub-title {
  padding: 280px 0 200px;
}
.sub2 #sub-title .txt-item {
  margin-bottom: 100px;
}
.sub2 #sub-title .img-item {
  position: relative;
  width: 100%;
  height: 300px;
  background: url(/repo/novbro/images/bg-sub2-title-img.png) no-repeat center;
  text-align: center;
}
.sub2 #sub-title .img-item li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 300px;
}
.sub2 #sub-title .img-item li span {
  color: rgba(11, 0, 212, 1);
  font-size: 60px;
  font-weight: bold;
}
.sub2 .section1 {
  padding: 180px 0 280px;
}
.sub2 .section1 .top-txt .small-txt {
  display: block;
  margin-bottom: 30px;
  font-size: 34px;
  color: #fff;
  font-weight: bold;
}
.sub2 .section1 .top-txt b {
  display: block;
  font-size: 110px;
  color: #fff;
  line-height: 130%;
}
.sub2 .slogan-txt {
  font-size: 34px;
  text-align: right;
  line-height: 150%;
  color: #fff;
  font-family: "Pretendard";
}
.sub2 .section1 .slogan-txt {
  margin-bottom: 95px;
}
.sub2 .section1 .item-con .item {
  position: relative;
  margin-bottom: 22px;
  padding: 80px 85px;
  height: 660px;
  box-sizing: border-box;
  background: linear-gradient(to right, #000 0%, #030032 100%);
  border-radius: 25px;
  font-family: "Pretendard";
  overflow: hidden;
}

.sub2 .section1 .item-con .item::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.7s;
}
.sub2 .section1 .item-con .item.active::after {
  left: 80%;
  transition: 0.7s;
}
.sub2 .section1 .item-con .item.bg1::after {
  background-image: url(/repo/novbro/images/img-sub2-item1-full.png);
}
.sub2 .section1 .item-con .item.bg2::after {
  background-image: url(/repo/novbro/images/img-sub2-item2-full.jpg);
}
.sub2 .section1 .item-con .item.bg3::after {
  background-image: url(/repo/novbro/images/img-sub2-item3-full.jpg);
}
.sub2 .section1 .item-con .item.bg4::after {
  background-image: url(/repo/novbro/images/img-sub2-item4-full.jpg);
}

.sub2 .section1 .item-con .item .title {
  display: block;
  margin-bottom: 20px;
  font-size: 60px;
  color: #fff;
}
.sub2 .section1 .item-con .item .desc-txt {
  display: block;
  margin-bottom: 120px;
  color: #2c21ff;
  font-size: 32px;
}
.sub2 .section1 .item-con .detail-con {
  display: flex;
  flex-direction: row;
}
.sub2 .section1 .item-con .detail-con ul li {
  display: block;
  margin-bottom: 30px;
  color: #fff;
  font-weight: 300;
  font-size: 22px;
}
.sub2 .section1 .item-con .detail-con .type1 {
  width: 40%;
}
.sub2 .section1 .item-con .detail-con .type2 {
  width: 60%;
}
.sub2 .section1 .item-con .detail-con .type2 li {
  position: relative;
  padding-left: 18px;
}
.sub2 .section1 .item-con .detail-con .type2 li:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
}
.sub2 .section1 .item-con .detail-con .type2 li:first-child {
  padding-left: 0px;
  font-weight: bold;
}
.sub2 .section1 .item-con .detail-con .type2 li:first-child:before {
  display: none;
}
.sub2 .section1 .item-con .bot-txt {
  padding-top: 25px;
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 22px;
}

.sub2 .section2 {
  padding: 200px 0 340px;
  background: linear-gradient(to bottom, transparent 70%, #0b00d4 100%);
}
.sub2 .section2 .top-txt {
  margin-bottom: 185px;
  text-align: center;
}
.sub2 .section2 .top-txt .small-txt {
  display: block;
  margin-bottom: 50px;
  font-size: 48px;
  font-weight: bold;
}
.sub2 .section2 .top-txt b {
  font-size: 110px;
  line-height: 130%;
}
.sub2 .section2 .slogan-txt {
  margin-bottom: 145px;
  color: #000;
  text-align: left;
  font-weight: 600;
}
.sub2 .section2 .item-con {
  margin-bottom:100px;
  padding: 145px 0;
  background: url(/repo/novbro/images/bg-sub2-section2.png) no-repeat center top;
}
.sub2 .section2 .box-con {
  height: 700px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  box-sizing: border-box;
  font-family: "Pretendard";
}
.sub2 .section2 .box-con-inner {
  padding: 19px 16px;
  height: 100%;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #fff;
}
.sub2 .section2 .box-con .top-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  margin-bottom: 30px;
}
.sub2 .section2 .box-con .top-title .left-area {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.sub2 .section2 .box-con .top-title b {
  display: inline-block;
  padding-left: 10px;
  font-size: 28px;
  font-weight: bold;
}
.sub2 .section2 .box-con .btn-item {
  display: flex;
  flex-direction: row;
  gap: 15px;
  position: relative;
  margin-bottom: 15px;
}
.sub2 .section2 .box-con .btn-item a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px 0 30px;
  height: 120px;
  background: #eeeeff;
  border-radius: 10px;
  flex: 1;
  font-size: 26px;
  box-shadow: 0px 10px 20px 0px #453e8140;
}
.sub2 .section2 .box-con .btn-item a.hover {
  background: linear-gradient(
    to right,
    rgba(238, 238, 255, 1) 10%,
    rgba(86, 92, 255, 1) 100%
  );
  transition: 0.3s;
}
.sub2 .section2 .box-con .btn-item a > img {
  padding-top: 15px;
}
.sub2 .section2 .box-con .btn-item a.hover > img {
  margin-top: -10px;
  transition: 0.4s;
}
.sub2 .section2 .btn-item .hover-item {
  position: absolute;
  top: 145px;
  z-index: 1;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.sub2 .section2 .box-con .btn-item a.hover .hover-item {
  opacity: 1;
  visibility: initial;
  transition: 0.3s;
}

.sub2 .section2 .btn-item .hover-item.type1 {
  left: -10%;
  padding: 30px;
  width: 320px;
  height: 320px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  box-shadow: 0px 10px 30px 0px rgba(119, 117, 163, 0.3);
  box-sizing: border-box;
}
.sub2 .section2 .btn-item .hover-item.type2 {
  left: 20%;
  padding: 36px 0 0 36px;
  width: 435px;
  height: 325px;
  border-radius: 30px;
  background: rgba(11, 0, 212, 0.74);
  backdrop-filter: blur(20px);
  box-shadow: 0px 10px 30px 0px rgba(119, 117, 163, 0.3);
  box-sizing: border-box;
  text-align: center;
}
.sub2 .section2 .btn-item .hover-item.type3 {
  right: 20%;
  width: 476px;
  height: 315px;
  padding: 27px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  box-shadow: 0px 10px 30px 0px rgba(119, 117, 163, 0.3);
  border-radius: 30px;
  box-sizing: border-box;
  text-align: center;
}
.sub2 .section2 .btn-item .hover-item.type4 {
  right: -10%;
  padding: 36px;
  width: 320px;
  height: 320px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  box-shadow: 0px 10px 30px 0px rgba(119, 117, 163, 0.3);
  border-radius: 30px;
  box-sizing: border-box;
  text-align: center;
}
.sub2 .section2 .plan-item {
  display: flex;
  flex-direction: row;
  padding: 84px 0 45px;
  background-color: #f6f6f6;
  border-radius: 10px;
  position: relative;
}
.sub2 .section2 .plan-item .item {
  flex: 1;
  padding-top: 10px;
  height: 277px;
  border-right: 1px solid #d5d5d5;
  text-align: center;
  font-size: 11px;
  color: #a1a1a1;
  box-sizing: border-box;
}
.sub2 .section2 .plan-item .item.last {
  border: 0px none;
}
.sub2 .section2 .plan-item .bar-item {
  position: absolute;
  height: 28px;
  border-radius: 14px;
  cursor: pointer;
}
.sub2 .section2 .plan-item .bar-item span {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.sub2 .section2 .plan-item .bar-item.hover span {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.sub2 .section2 .plan-item .bar-item::before,
.sub2 .section2 .plan-item .bar-item::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}
.sub2 .section2 .plan-item .bar-item::before {
  left: 8px;
}
.sub2 .section2 .plan-item .bar-item::after {
  right: 8px;
}
.sub2 .section2 .plan-item .bar-item.type1 {
  top: 173px;
  left: 10%;
  right: 37%;
  background: #3358fe;
}
.sub2 .section2 .plan-item .bar-item.type2 {
  top: 234px;
  left: 20%;
  right: 12%;
  background: #333333;
}
.sub2 .section2 .plan-item .bar-item.type3 {
  top: 293px;
  left: 35%;
  right: 12%;
  background: #969696;
}
.sub2 .section2 .plan-item .bar-item span {
  display: flex;
  position: absolute;
  left: 40%;
  top: -110px;
  height: 77px;
  padding: 0 30px;
  border-radius: 38.5px;
  flex-direction: row;
  align-items: center;
  font-size: 28px;
  box-shadow: 0px 10px 15px 0px #9896b633;
  background: #fff;
}
.sub2 .section2 .plan-item .bar-item span:before {
  display: block;
  content: "";
  position: absolute;
  bottom: -15px;
  left: 60px;
  width: 35px;
  transform: rotate(45deg);
  background: #fff;
  height: 45px;
  z-index: 0;
  background: #fff;
}
.sub2 .section2 .plan-item .bar-item.type2 span {
  left: initial;
  right: 5%;
}
.sub2 .section2 .plan-item .bar-item.type3 span {
  left: initial;
  right: 6%;
  background: rgba(11, 0, 212, 1);
  color: #fff;
}
.sub2 .section2 .plan-item .bar-item.type3 span:before {
  left: initial;
  right: 60px;
  background: rgba(11, 0, 212, 1);
}
.sub2 .section2 .plan-item .bar-item span b {
  margin-right: 10px;
}
.sub2 .section2 .plan-item .bar-item span em {
  z-index: 1;
}
.sub2 .link-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.sub2 .link-item a {
  display: block;
  width: 423px;
  height: 72px;
  background: #000;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  font-family: "Pretendard";
  border-radius: 36px;
  line-height: 72px;
  transition: all 0.5s ease;
}
.sub2 .link-item a.hover{
  background:#fff;
  color: #000;
  transform: scale(1.03);
}
.sub2 .link-item .circle {
  display: block;
  width: 76px;
  height: 72px;
  border-radius: 50%;
  background: #fff;
}

/* PORTFOLIO */
.sub3 {
  position: relative;
  padding-bottom: 110px;
  background: linear-gradient(to bottom, #e6e6e6 70%, #0b00d4 100%);
}
.sub3 #sub-title {
  margin-bottom: 200px;
  padding: 227px 0 280px;
}
.sub3 #sub-title .txt-item {
  margin-bottom: 40px;
}
.sub3 #sub-title .txt-item p {
  padding-top: 65px;
  font-family: "Pretendard";
  color: #0b00d4;
  font-size: 28px;
  font-weight: 600;
  line-height: 170%;
}
.sub3 #sub-title .img-item {
  float: right;
  width: 635px;
  height: 204px;
  background: url(/repo/novbro/images/img-sub3-title-arrow-bg.png) no-repeat center;
  text-align: center;
  line-height: 204px;
}
.sub3 #sub-title .img-item img {
  animation: moveBottom 1.5s ease-in-out infinite;
}
@keyframes moveBottom {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
}
.sub3 .tab-item {
  margin-bottom: 60px;
}
.sub3 .tab-item ul {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.sub3 .tab-item ul li {
  display: block;
  flex: 1;
  height: 60px;
  line-height: 60px;
}
.sub3 .tab-item ul li a {
  display: block;
  border-radius: 30px;
  background: #d9d9d9;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  font-family: "Pretendard";
  overflow: hidden;
}
.sub3 .tab-item ul li a:hover {
  background: #0b00d4;
  color: #fff;
}
.sub3 .tab-item ul li.active a {
  background: #000;
  color: #fff;
}
#portfolio-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
  gap: 15px;
}
#portfolio-list li {
  width: calc(50% - 7.5px);
}
#portfolio-list li:first-child {
  margin-top: 0px !important;
}
#portfolio-list li:nth-child(2) {
  padding-top: 25%;
}
#portfolio-list li:nth-child(2n + 1) {
  margin-top: -25%;
}
#portfolio-list li a {
  display: block;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
#portfolio-list li a:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.54);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: 0.3s ease;
}
#portfolio-list li a:hover:after {
  opacity: 1;
  transition: 0.3s ease;
}
#portfolio-list li a:hover {
  border-radius: 50%;
}
#portfolio-list li a .txt-item {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Pretendard";
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  opacity: 0;
  z-index: 2;
}
#portfolio-list li a:hover .txt-item {
  opacity: 1;
  transition: 0.3s ease;
}
#portfolio-list li a .txt-item em {
  display: block;
  padding-top: 10px;
  font-size: 20px;
  font-weight: 300;
}
.sub3 .btn-more {
  display: block;
  margin: 0 auto;
  height: 65px;
  width: 436px;
  border-radius: 32.5px;
  background: #fff;
  line-height: 65px;
  font-size: 24px;
  font-weight: bold;
  color: #0b00d4;
  text-align: center;
}

#portfolio-modal {
  position: fixed;
  top: 40px;
  left: 50%;
  bottom: 0;
  margin-left:-640px;
  width:1280px;
  z-index: 99;
  display: none;
}
#portfolio-modal .inner{
  width:1200px;
}
#portfolio-modal.active {
  display: block;
}
#portfolio-modal::after {
  display: block;
  position: absolute;
  content: "";
  top: -40px;
  right: -40px;
  left: -40px;
  bottom: 0;
  backdrop-filter: blur(20px);
  background: #0000008a;
  z-index: -1;
}
#portfolio-modal .modal-wrap {
  height: 100%;
  overflow-y: scroll;
  background: #fff;
}
#portfolio-modal .modal-wrap::-webkit-scrollbar {
  width: 0px;
}
#portfolio-modal .detail-con .top-title {
  display: block;
  padding: 120px 0;
  color: #0b00d4;
  font-size: 90px;
  font-weight: 700;
  font-family: "Pretendard";
  text-align: center;
}
#portfolio-modal .info-box {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 75px;
  padding-bottom: 65px;
  border-bottom: 1px solid #0b00d4;
  font-family: "Pretendard";
}
#portfolio-modal .info-box .item {
  width: 33.3333%;
  color: #0b00d4;
  text-align: center;
}
#portfolio-modal .info-box .item b {
  display: block;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}
#portfolio-modal .info-box .item span {
  display: block;
  font-size: 24px;
  font-weight: 500;
}
#portfolio-modal .site-iframe {
  margin-bottom: 90px;
  height: 700px;
  background: #d9d9d9;
}
#portfolio-modal .info-detail .item {
  display: flex;
  flex-direction: row;
  gap: 190px;
  margin-bottom: 100px;
  font-family: "Pretendard";
}
#portfolio-modal .info-detail .item .title {
  display: block;
  width: 256px;
  height: 73px;
  border-radius: 36.5px;
  border: 2px solid #0b00d4;
  text-align: center;
  color: #0b00d4;
  font-size: 32px;
  line-height: 69px;
  box-sizing: border-box;
  font-weight: 700;
  flex-shrink: 0;
}
#portfolio-modal .info-detail .dot-list {
  padding-top: 10px;
}
#portfolio-modal .info-detail .dot-list li {
  display: block;
  position: relative;
  margin-bottom: 30px;
  padding-left: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}
#portfolio-modal .info-detail .dot-list li:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3.5px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #000;
}
#portfolio-modal .info-detail .box-list {
  padding-top: 10px;
}
#portfolio-modal .info-detail .box-list .box {
  margin-bottom: 100px;
}
#portfolio-modal .info-detail .box-list b {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}
#portfolio-modal .info-detail .box-list p {
  font-size: 24px;
  font-weight: 500;
  line-height: 180%;
}
.modal-close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: url(/repo/novbro/images/ico-nav-active.png) no-repeat center;
  transform: rotate(45deg);
  z-index: 9;
}

/* CONTACT US */
.sub4 {
  padding-bottom: 270px;
  background: linear-gradient(to bottom, #f1f1f1 90%, #7b76e2 100%);
}
.sub4 #sub-title {
  margin-bottom: 260px;
}
.sub4 #sub-title .inner {
  position: relative;
  padding-top: 140px;
  padding-bottom: 80px;
}
.sub4 #sub-title .txt-item p {
  padding-top: 55px;
  font-size: 32px;
  font-weight: bold;
  color: #0b00d4;
  line-height: 160%;
}
.sub4 #sub-title .img-item {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 662px;
  height: 365px;
  background: url(/repo/novbro/images/bg-sub4-title-quest.png) no-repeat center;
  background-size: 100% auto;
}
.sub4 #sub-title .img-item img {
  display: block;
  margin: 0 auto;
  width: 330px;
}
#contact-item {
  position: relative;
  margin: 0 85px;
  font-family: "Pretendard";
}
#contact-item:after {
  display: block;
  content: "";
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  width: 2px;
  /* 점선 */
  border-right: 2px dotted #0b00d4;

  /* 점선이 위→아래로 점점 투명해지는 효과 */
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
#contact-item .item {
  position: relative;
  padding-left: 110px;
}
#contact-item .item .num {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #0b00d4;
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  z-index: 1;
}
#contact-item .item .title {
  display: block;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: bold;
  color: #0b00d4;
}
#contact-item .form-item {
  display: flex;
  /* flex-direction: row; */
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.btn-default,
.input-set,
.input-default,
#contact-item .item.type3 .form-item input,
#contact-item .item.type3 .form-item textarea {
  display: block;
  height: 74px;
  box-sizing: border-box;
  border: 1px solid #0b00d4;
  line-height: 74px;
  text-align: center;
  color: #0b00d4;
  font-size: 24px;
  border-radius: 37px;
  font-weight: 500;
  background: transparent;
  font-family: "Pretendard";
}
.btn-default:hover,
.input-default:hover {
  background: #e6e6e6;
}
.btn-default.selected {
  background: #0b00d4;
  color: #fff;
}
.select-item {
  padding: 10px 18px;
  border: 1px solid #0b00d4;
  font-family: "Pretendard";
  background: transparent;
  border-radius: 37px;
  box-sizing: border-box;
}
.select-item .select-title {
  display: block;
  padding: 15px 25px;
  color: #0b00d4;
  font-size: 24px;
  background: url(/repo/novbro/images/icon-sub4-select-arrow.png) no-repeat center right
    20px;
  cursor: pointer;
}
.select-item.active .select-title {
  background: url(/repo/novbro/images/icon-sub4-select-arrow-on.png) no-repeat center
    right 20px;
}
.select-item ul {
  display: none;
  padding: 5px 0;
  border-top: 1px solid #0b00d4;
}
.select-item.active ul {
  display: block;
}
.select-item ul li {
  padding: 10px 0;
}
.select-item .select-option {
  text-indent: 25px;
  color: #6c6c6c;
  font-size: 20px;
  font-weight: 500;
  border: 0px none;
}
#contact-item .item.type1 {
  padding-bottom: 135px;
}
#contact-item .item.type1 .btn-default {
  width: calc(33.3333% - 10px);
}
#contact-item .item.type2 {
  padding-bottom: 150px;
}
#contact-item .item.type2 .form-item {
  position: relative;
  justify-content: end;
}
#contact-item .item.type2 .select-item,
#contact-item .item.type2 .input-set {
  background: none;
  width: calc(50% - 7.5px);
}
#contact-item .item.type2 .select-item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #f1f1f1;
}
#contact-item .item.type2 .input-set {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#contact-item .item.type2 .input-set input {
  padding: 0 20px;
  width: 200px;
  border: 0px none;
  font-size: 24px;
  box-sizing: border-box;
  background: transparent;
  color: #0b00d4;
}
#contact-item .item.type2 .input-set input::placeholder {
  color: #9b9b9b;
}
#contact-item .item.type3 {
  padding-bottom: 130px;
}
#contact-item .item.type3 .form-item {
  display: flex;
  flex-direction: column;
}
#contact-item .item.type3 .form-item input,
#contact-item .item.type3 .form-item textarea {
  padding: 0 40px;
  width: 100%;
  text-align: left;
}
#contact-item .item.type3 .form-item textarea {
  height: 290px;
  resize: none;
}
#contact-item .item.type3 input::placeholder,
#contact-item .item.type3 textarea::placeholder {
  color: #9b9b9b;
  font-family: "Pretendard";
}
#contact-item .item.type4 {
  padding-bottom: 135px;
}
#contact-item .item.type4 .input-default {
  padding: 0 40px;
  box-sizing: border-box;
  width: calc(50% - 7.5px);
  text-align: left;
}
#contact-item .item.type4 .input-default::placeholder {
  color: #0b00d4;
  font-size: 24px;
}
#contact-item .item.type4 .input-default:focus::placeholder {
  opacity: 0;
}
#contact-item .item.type5 .form-item {
  text-align: center;
}
#contact-item .item.type5 .desc {
  padding: 0 35px;
  background: #dbdbdb;
  width: calc(67% - 15px);
  height: 74px;
  line-height: 74px;
  font-size: 20px;
  color: #0b00d4;
  font-weight: 500;
  box-sizing: border-box;
  border-radius: 37px;
}
#contact-item .item.type5 .btn-default {
  display: block;
  position: relative;
  width: 33%;
  background: #0b00d4;
  height: 74px;
  line-height: 74px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  font-family: "GmarketSans";
  border-radius: 37px;
}
#contact-item .item.type5 .num {
  top: 15px;
}
#contact-item .item.type5 .num::after {
  display: block;
  content: "";
  position: absolute;
  width: 62px;
  height: 62px;
  border: 1px solid #0b00d4;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  margin: -31px 0 0 -31px;
  box-sizing: border-box;
}
#contact-item .item.type5 .btn-default::after {
  display: block;
  content: "";
  position: absolute;
  right: 15%;
  top: 50%;
  margin-top: -11px;
  width: 21px;
  height: 21px;
  background: url(/repo/novbro/images/icon-sub4-send-arror.png) no-repeat center;
}
#contact-item .item.type5 .btn-default:hover:after {
  animation: moveRight 1.5s ease-in-out infinite;
}
@keyframes moveRight {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateX(10px);
  }
}

/* 반응형 처리 */
@media (max-width: 1500px) {
  .sub1 #sub-title {
    padding: 150px 0 100px;
  }
  .sub1 .section1 .item-con .txt-item {
    font-size: 80px;
  }
  .sub1 .section1 .item-con video {
    height: 600px;
  }
  .sub1 .section2 .top-txt b {
    font-size: 70px;
  }
  .sub1 .section2 .item .item-top-txt {
    font-size: 25px;
    line-height: 140%;
  }
  .sub1 .section2 .item ul li {
    font-size: 16px;
    line-height: 130%;
  }
  .sub1 .section3 .item-con .item {
    padding: 30px;
  }
  .sub1 .section3 .item .item-top-txt b {
    font-size: 25px;
  }
  .sub1 .section3 .item .item-top-txt span {
    font-size: 22px;
  }
  .sub1 .section3 .item ul li {
    font-size: 18px;
  }
  .sub1 .section3 .icon {
    right: 30px;
  }
  .sub1 .section3 .top-txt b {
    font-size: 70px;
  }
  .sub2 {
    background-size: auto 46%;
  }
  .sub2 .section1 {
    padding-bottom: 150px;
  }
  .sub2 .section2 {
    padding-top: 100px;
  }
  .sub2 .section1 .top-txt b {
    font-size: 80px;
  }
  .sub2 .slogan-txt {
    font-size: 28px;
  }
  .sub2 .section1 .item-con .item {
    padding: 40px;
    height: auto;
  }
  .sub2 .section1 .item-con .item .title {
    font-size: 40px;
  }
  .sub2 .section1 .item-con .item .desc-txt {
    margin-bottom: 70px;
    font-size: 28px;
  }
  .sub2 .section1 .item-con .detail-con ul li {
    font-size: 18px;
  }
  .sub2 .section2 .plan-item .bar-item span {
    height: 55px;
    font-size: 18px;
  }
  .sub2 .section2 .plan-item .bar-item span img {
    height: 50px;
  }
  .sub3 .tab-item ul li a {
    font-size: 18px;
  }
  #portfolio-list li #portfolio-list li a {
    width: 100%;
    height: 450px;
  }
  #portfolio-modal .detail-con .top-title {
    font-size: 70px;
  }
  #portfolio-modal .info-detail .item {
    gap: 100px;
  }

  .sub4 #sub-title {
    margin-bottom: 200px;
  }
  .sub4 #sub-title .img-item {
    width: 45%;
    height: 220px;
  }
  .sub4 #sub-title .img-item img {
    width: 200px;
  }
  .sub4 #sub-title .txt-item p {
    font-size: 28px;
  }
  #contact-item {
    margin: 0;
  }
  #contact-item .item {
    padding-left: 70px;
  }
  #contact-item .item .title {
    font-size: 25px;
  }
  .btn-default,
  .input-set,
  .input-default,
  #contact-item .item.type3 .form-item input,
  #contact-item .item.type3 .form-item textarea,
  .select-item .select-title,
  #contact-item .item.type2 .input-set input,
  #contact-item .item .input-default::placeholder {
    font-size: 20px !important;
  }
  #contact-item .item.type5 .desc {
    width: calc(75% - 15px);
    padding: 0 10px;
    font-size: 16px;
  }
  #contact-item .item.type5 .btn-default {
    width: 25%;
  }
  #contact-item .item.type2 .input-set input {
    padding: 0 10px;
    width: 150px;
  }
  #portfolio-modal{
    margin-left:-40%;
    width:80%;
  }
  #portfolio-modal .inner{
    width:90%;
  }
}
@media (max-width: 1024px) {
  .sub1 #sub-title .txt-item img {
    height: auto;
  }
  .sub1 #sub-title .img-item img {
    height: 300px;
  }
  .sub1 .section1 .item-con .txt-item {
    font-size: 60px;
  }
  .sub2 #sub-title .img-item {
    height: 200px;
    background-size: auto 100%;
  }
  .sub2 #sub-title .img-item li {
    line-height: 200px;
  }
  .sub2 #sub-title .img-item li img {
    height: 200px;
  }
  .sub2 .section2 {
    padding-bottom: 200px;
  }
  .sub2 .section2 .top-txt {
    margin-bottom: 120px;
  }
  .sub2 .section2 .top-txt .small-txt {
    font-size: 40px;
  }
  .sub2 .section2 .top-txt b {
    font-size: 80px;
  }
  .sub2 .section2 .plan-item .bar-item span {
    top: -80px;
    padding: 0 20px;
    font-size: 15px;
  }
  .sub2 .section2 .plan-item .bar-item span:before {
    bottom: -10px;
    width: 20px;
    height: 30px;
  }
  #portfolio-modal{
    left:40px;
    right:40px;
    margin-left:0;
    width:auto;
  }
  #portfolio-modal .inner{
    width:90%;
  }
}
@media (max-width: 800px) {
  .inner {
    padding: 3%;
  }
  .sub1 #sub-title .img-item {
    margin-top: -60px;
  }
  .sub1 #sub-title .img-item img {
    height: 130px;
  }
  .sub1 .section1 {
    padding-top: 80px;
  }
  .sub1 .sub-section .top-txt {
    font-size: 25px;
  }
  .sub1 .section1 .item-con video {
    height: 250px;
  }
  .sub1 .section1 .item-con .txt-item {
    font-size: 30px;
  }
  .sub1 .sub-section .bot-txt {
    font-size: 22px;
  }
  .sub1 .section2 {
    padding-top: 100px;
  }
  .sub1 .section2 .top-txt b {
    font-size: 45px;
  }
  .sub1 .section2 .item-con {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .sub1 .section2 .item-con .item {
    padding: 40px;
    width: 100%;
  }
  .sub1 .section2 .item .item-top-txt {
    margin-bottom: 15px;
  }
  .sub1 .section2 .item-con .item .img {
    margin-bottom: 15px;
  }
  .sub1 .section2 .item-con .item .img > img {
    height: 150px;
  }
  .sub1 .section2 .item ul li {
    padding: 5px 0;
  }
  .sub1 .section3 {
    padding-top: 120px;
  }
  .sub1 .section3 .top-txt b {
    font-size: 40px;
  }
  .sub1 .section3 .item-con {
    flex-direction: column;
  }
  .sub1 .section3 .item-con .item {
    width: 100%;
  }
  .sub1 .section3 .top-txt {
    margin-bottom: 30px;
  }
  .sub1 .section3 .item .item-top-txt {
    margin-bottom: 30px;
  }
  .sub1 .section3 .item .item-top-txt b {
    line-height: 140%;
    font-size: 22px;
  }
  .sub1 .section3 .item .item-top-txt span {
    font-size: 18px;
  }
  .sub1 .section3 .icon {
    top: 30px;
    right: 20px;
  }
  .sub1 .section3 .item-con .item .icon img {
    width: 80px;
  }
  .sub1 .section3 .item ul li {
    padding: 4px 0;
    font-size: 15px;
  }
  .sub1 .section3 .badge-item span {
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .sub1 .section4 {
    padding-top: 180px;
  }
  .sub1 .section4 .txt-item {
    margin-bottom: 50px;
    font-size: 35px;
  }
  .sub1 .section4 .link-item a,
  .sub2 .link-item a {
    width: 280px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
  }
  .sub1 .section4 .link-item .circle,
  .sub2 .link-item .circle {
    width: 45px;
    height: 45px;
  }
  .sub2 #sub-title {
    padding: 180px 0 100px;
  }
  .sub2 #sub-title .img-item {
    height: 120px;
    background-size: contain;
  }
  .sub2 #sub-title .img-item li {
    line-height: 120px;
  }
  .sub2 #sub-title .img-item li img {
    height: 120px;
  }
  .sub2 #sub-title .img-item li span {
    font-size: 30px;
  }
  .sub2 {
    background-position: center top 400px;
  }
  .sub2 .section1 {
    padding: 50px 0;
  }
  .sub2 .section1 .top-txt .small-txt {
    font-size: 22px;
  }
  .sub2 .section1 .top-txt b {
    font-size: 45px;
  }
  .sub2 .slogan-txt {
    font-size: 20px;
  }
  .sub2 .section1 .slogan-txt {
    margin-bottom: 50px;
  }
  .sub2 .section1 .item-con .item .title {
    font-size: 26px;
  }
  .sub2 .section1 .item-con .item .desc-txt {
    margin-bottom: 25px;
    font-size: 20px;
  }
  .sub2 .section1 .item-con .detail-con {
    flex-direction: column;
  }
  .sub2 .section1 .item-con .detail-con .type1 {
    margin-bottom: 10px;
  }
  .sub2 .section1 .item-con .detail-con .type1,
  .sub2 .section1 .item-con .detail-con .type2 {
    width: 100%;
  }
  .sub2 .section1 .item-con .bot-txt {
    font-size: 16px;
  }
  .sub2 .section1 .item-con .detail-con ul li {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .sub2 .section1 .item-con .item.active::after {
    left: 100%;
  }
  .sub2 .section2 {
    padding: 50px 0 100px;
  }
  .sub2 .section2 .top-txt {
    margin-bottom: 60px;
  }
  .sub2 .section2 .top-txt .small-txt {
    margin-bottom: 20px;
    font-size: 25px;
  }
  .sub2 .section2 .top-txt b {
    font-size: 35px;
  }
  .sub2 .section2 .slogan-txt {
    margin-bottom: 70px;
  }
  .sub2 .section2 .box-con .top-title b {
    font-size: 20px;
  }
  .sub2 .section2 .box-con .btn-item {
    flex-direction: column;
  }
  .sub2 .section2 .box-con .btn-item a {
    position: relative;
    height: 80px;
    font-size: 18px;
  }
  .sub2 .section2 .box-con .btn-item a > img {
    height: 70px;
  }
  .sub2 .section2 .btn-item .hover-item {
    top: 90px;
    left: 50% !important;
    margin-left: -160px;
    width: 320px !important;
    height: auto !important;
  }
  .sub2 .section2 .plan-item {
    padding: 30px 0;
  }
  .sub2 .section2 .plan-item .bar-item.type1 {
    top: 120px;
  }
  .sub2 .section2 .plan-item .bar-item.type1 span {
    left: 0%;
  }
  .sub2 .section2 .plan-item .bar-item.type2 {
    top: 170px;
  }
  .sub2 .section2 .plan-item .bar-item.type3 {
    top: 220px;
  }
  .sub2 .section2 .item-con {
    margin-bottom:50px;
    padding: 140px 0 200px;
    background-size: cover;
  }
  .sub2 .section2 .plan-item .bar-item span img {
    display: none;
  }
  .sub2 .section2 .plan-item .bar-item span {
    top: -70px;
    padding: 0 8px;
    font-size: 13px;
    border-radius: 25px;
  }
  .sub2 .section2 .plan-item .bar-item span:before {
    width: 10px;
    height: 20px;
    bottom: -6px;
  }
  .sub2 .section2 .plan-item .bar-item.type3 span:before {
    right: 40px;
  }
  .sub2 .section2 .plan-item .bar-item span:before {
    left: 50%;
  }
  .sub2 .section2 .plan-item .bar-item span b {
    margin-right: 0;
  }
  .sub3 #sub-title {
    margin-bottom: 60px;
    padding: 150px 0;
  }
  .sub3 #sub-title .txt-item p {
    padding-top: 35px;
    font-size: 18px;
    line-height: 150%;
  }
  .sub3 #sub-title .img-item {
    width: 280px;
    height: 100px;
    line-height: 100px;
    background-size: 100%;
  }
  .sub3 #sub-title .img-item img {
    height: 60px;
  }
  .sub3 .tab-item {
    margin-bottom: 30px;
  }
  .sub3 .tab-item ul {
    flex-wrap: wrap;
    flex-direction: initial;
    gap: 8px;
  }
  .sub3 .tab-item ul li {
    flex: initial;
    width: calc(50% - 4px);
    height: 40px;
    line-height: 40px;
  }
  .sub3 .tab-item ul li a {
    font-size: 15px;
  }
  #portfolio-list {
    flex-direction: column;
    margin-bottom: 70px;
  }
  #portfolio-list li {
    width: 100%;
  }
  #portfolio-list li:nth-child(2n + 1) {
    margin-top: 0;
  }
  #portfolio-list li:nth-child(2) {
    padding-top: 0px;
  }
  #portfolio-list li a {
    text-align: center;
  }
  .sub3 .btn-more {
    width: 200px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
  }
  .sub3 .btn-top {
    bottom: 111px;
  }
  #portfolio-list li a .txt-item {
    font-size: 25px;
  }
  #portfolio-list li a .txt-item em {
    font-size: 16px;
  }
  #portfolio-modal {
    top: 20px;
    left: 20px;
    right: 20px;
  }
  #portfolio-modal .detail-con .top-title {
    padding: 35px 0;
    font-size: 25px;
  }
  #portfolio-modal .info-box {
    flex-direction: column;
    gap: 25px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  #portfolio-modal .info-box .item {
    width: 100%;
  }
  #portfolio-modal .info-box .item b {
    font-size: 22px;
  }
  #portfolio-modal .info-box .item span {
    font-size: 17px;
  }
  #portfolio-modal .site-iframe {
    margin-bottom: 40px;
    height: 300px;
  }
  #portfolio-modal .info-detail .item {
    margin-bottom: 40px;
    flex-direction: column;
    gap: 10px;
  }
  #portfolio-modal .info-detail .item .title {
    margin: 0 auto;
    height: 50px;
    border-radius: 25px;
    line-height: 46px;
    font-size: 22px;
  }
  #portfolio-modal .info-detail .dot-list li {
    margin-bottom: 15px;
    font-size: 18px;
  }
  #portfolio-modal .info-detail .box-list .box {
    margin-bottom: 40px;
  }
  #portfolio-modal .info-detail .box-list b {
    font-size: 18px;
  }
  #portfolio-modal .info-detail .box-list p {
    font-size: 18px;
  }

  .sub4 {
    padding-bottom: 100px;
  }
  .sub4 #sub-title {
    margin-bottom: 50px;
  }
  .sub4 #sub-title .txt-item p {
    padding-top: 30px;
    font-size: 20px;
  }
  .sub4 #sub-title .img-item {
    position: static;
    margin: 30px auto 0;
    max-width: 400px;
    width: auto;
    height: 140px;
  }
  .sub4 #sub-title .img-item img {
    width: 120px;
  }
  #contact-item .item {
    padding-left: 50px;
    padding-bottom: 60px !important;
  }
  .sub1 .sub-section.section1.fade-effect,
  .sub3 .sub-section.fade-effect,
  .sub4 .sub-section.fade-effect {
    opacity: 1;
  }
  #contact-item .item .num {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
  }
  #contact-item .item .title {
    font-size: 20px;
    line-height: 35px;
  }
  #contact-item .form-item {
    flex-direction: column;
  }
  #contact-item .item.type1 .btn-default {
    width: 100%;
  }
  .btn-default,
  .input-set,
  .input-default,
  #contact-item .item.type3 .form-item input,
  #contact-item .item.type3 .form-item textarea,
  #contact-item .item.type2 .input-set input,
  #contact-item .item .input-default::placeholder {
    padding: 0 20px;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    font-size: 14px !important;
  }
  #contact-item .item.type2 .select-item {
    position: static;
    width: 100%;
  }
  #contact-item .item.type2 .input-set {
    padding: 0 5px;
    width: 100%;
  }
  #contact-item .item.type2 .input-set input {
    padding: 0 5px;
    width: 100px;
    border-radius: 0px;
  }
  .select-item .select-title {
    padding: 5px;
    font-size: 14px !important;
    background-position: center right !important;
    background-size: 15px auto !important;
  }
  #contact-item .item.type3 .form-item textarea {
    height: 150px;
  }
  #contact-item .item.type4 .input-default {
    padding: 0 20px;
    width: 100%;
  }
  #contact-item .item.type5 .desc {
    padding: 15px 10px;
    width: 90%;
    height: auto;
    line-height: 140%;
    font-size: 14px;
  }
  #contact-item .item.type5 .btn-default {
    width: 90%;
    height: 50px;
    line-height: 50px;
    font-size: 16px !important;
  }
  .select-item.active ul {
    margin-top: 5px;
  }
  .select-item {
    border-radius: 25px;
  }
  .select-item .select-option {
    font-size: 14px;
    text-indent: 10px;
  }
  #contact-item:after {
    left: 15px;
  }
  #contact-item .item.type5 .num::after {
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
  }
}
