.subtop {
  height: 340px;
  background: url(../img/sub/subtop1.png);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.subtop h1 {
  text-align: center;
  font-size: 2.625rem;
  color: #fff;
  font-weight: 600;
  letter-spacing: -0.84px;
}
.sub {
  padding: 100px 0 180px;
}
.subtit-nav {
  display: flex;
  gap: 10px;
}
.subtit-nav > li > a {
  display: block;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: -0.36px;
  font-weight: 600;
  color: #5b5b5b;
  padding: 20px 38px;
  border: 1px solid #e3e3e3;
  background: #fff;
  border-radius: 100px;
  transition: all 0.4s;
}
.subtit-nav > li.on > a {
  background: #091c3c;
  border: 1px solid #091c3c;
  color: #fff;
}
.subtit-nav > li > a:hover {
  background: #091c3c;
  border: 1px solid #091c3c;
  color: #fff;
}
.sub-tit {
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.56px;
  color: #091c3c;
}
.sub-txt {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.9;
  word-break: keep-all;
}
/*aobut*/
.about-wrap .subtit-nav {
  margin-bottom: 80px;
}
.about-sec1 {
  padding: 0 0 100px;
}
.about-sec1 .slogan {
  font-size: 2.625rem;
  font-weight: 500;
  line-height: 1.42;
  margin: 40px 0 60px;
}
.about-sec1 .slogan span {
  font-size: 3.25rem;
  color: #091c3c;
  font-weight: 700;
}
.about-sec1 img {
  width: 100%;
  display: block;
}
.about-sec1 img.mob {
  display: none;
}
.about-sec1 .sub-txt {
  color: #333;
  margin: 60px 0 18px;
}
.about-sec1 .ceo-name {
  font-weight: 500;
  font-size: 1.25rem;
}
.about-sec2 {
  padding: 100px 0;
}
.about-sec2 .sub-tit {
  margin-bottom: 60px;
}
.about-sec2 .his-all {
  position: relative;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.about-sec2 .his-all::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #c1c1c1;
  top: 0;
  left: 168px;
  position: absolute;
}
.about-sec2 .his-wrap {
  display: flex;
}
.about-sec2 .his-wrap > li.left {
  width: 168px;
  font-size: 2.875rem;
  font-weight: 700;
  letter-spacing: -0.92px;
  color: #091c3c;
  position: relative;
}
.about-sec2 .his-wrap > li.left::before {
  content: "";
  width: 33px;
  height: 33px;
  background: #0b3a89;
  opacity: 0.2;
  position: absolute;
  right: -17px;
  top: 10px;
  border-radius: 50%;
}
.about-sec2 .his-wrap > li.left::after {
  content: "";
  width: 13px;
  height: 13px;
  background: #07275c;
  position: absolute;
  right: -7px;
  top: 20px;
  border-radius: 50%;
}
.about-sec2 .his-wrap > li.right {
  width: calc(100% - 168px);
  padding-left: 76px;
  box-sizing: border-box;
  padding-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.about-sec2 .his-wrap > li.right p {
  display: flex;
  gap: 20px;
}
.about-sec2 .his-wrap > li.right p .month {
  font-size: 30px;
  font-weight: 700;
  color: #091c3c;
  letter-spacing: -0.6px;
}
.about-sec2 .his-wrap > li.right p .con {
  font-size: 24px;
  line-height: 1.58;
  font-weight: 400;
  color: #333;
}
.about-sec3 {
  padding: 100px 0 0;
}
.about-sec3 .sub-tit {
  margin-bottom: 60px;
}
.about-sec3 .sec4-con .sec4-info {
  gap: 80px;
}
.about-sec3 .sec4-con dl {
  font-size: 1.375rem;
}
/*제품 특장점*/
.tech-sec1 {
  padding: 80px 0 130px;
}
.tech-sec1 .list-wrap {
  margin-top: 50px;
  border: 1px solid #d5d9e6;
  border-radius: 200px;
  padding: 46px 65px 65px 54px;
  position: relative;
}
.tech-sec1 .list-wrap h4 {
  font-size: 22px;
  font-weight: 600;
  position: absolute;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
  display: inline-block;
  background: #fff;
  padding: 0 10px;
}
.tech-sec1 .list-ul {
  display: flex;
  justify-content: space-between;
}
.tech-sec1 .list-ul > li {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: #23407f;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.tech-sec1 .list-ul > li:nth-child(2) {
  background: #132057;
}
.tech-sec1 .list-ul > li:nth-child(3) {
  background: #628bc4;
}
.tech-sec1 .list-ul > li:nth-child(4) {
  background: #1e4fa2;
}
.tech-sec1 .list-ul > li img {
  width: 45px;
  display: block;
}
.tech-sec1 .list-ul > li p {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 500;
  margin-top: 14px;
}
.tech-sec1 .list-ul > li::before {
  content: "";
  width: 32px;
  height: 2px;
  background: url(../img/sub/dot.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  position: absolute;
  right: -53px;
  top: 50%;
  transform: translateY(-50%);
}
.tech-sec1 .list-ul > li:nth-last-child(1)::before {
  display: none;
}
.tech-sec1 .mob {
  display: none;
}
.tech-sec2 {
  padding-bottom: 120px;
}
.tech-sec2 h3 {
  color: #000;
}
.tech-sec2 .list-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 45px;
  margin-top: 50px;
}
.tech-sec2 .list-wrap img {
  width: 33.333%;
  max-width: 400px;
  display: block;
}
.tech-sec2 .list-ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.tech-sec2 .list-ul > li {
  display: flex;
  gap: 14px;
}
.tech-sec2 .list-ul > li .num {
  width: 70px;
  height: 41px;
  border-radius: 100px;
  background: #edf0f4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 600;
  color: #091c3c;
}
.tech-sec2 .list-ul > li .con {
  width: calc(100% - 84px);
  font-size: 1.25rem;
  letter-spacing: 0.2px;
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
  word-break: keep-all;
  padding-top: 3px;
}
.tech-sec3 .list-ul {
  display: flex;
  align-items: center;
  padding: 80px 0;
  border-bottom: 1px solid #e3e3e3;
}
.tech-sec3 .list-ul > li {
  width: 50%;
}
.tech-sec3 .list-ul > li img {
  width: 100%;
  display: block;
}
.tech-sec3 .list-ul > li.txt {
  box-sizing: border-box;
  padding-left: 70px;
  word-break: keep-all;
}
.tech-sec3 .list-ul > li h3 {
  font-size: 1.625rem;
  font-weight: 600;
  margin-bottom: 50px;
}
.tech-sec3 .list-ul > li p {
  display: flex;
  gap: 6px;
  font-size: 1.25rem;
  font-weight: 400;
  color: #333;
  margin-bottom: 18px;
  line-height: 1.5;
  word-break: keep-all;
}
.tech-sec3 .list-ul > li p:nth-last-child(1) {
  margin-bottom: 0;
}
.tech-sec3 ul:nth-child(1) {
  padding: 0 0 80px;
}
.tech-sec3 ul:nth-last-child(1) {
  padding: 80px 0 0;
  border-bottom: 0;
}
.tech-sec3 ul:nth-child(2n) > li.txt {
  padding-left: 0;
  padding-right: 70px;
}
/*특허증*/
.patent-sec1 {
  padding-top: 80px;
}
.patent-sec1 .list-ul {
  margin-top: 50px;
  display: flex;
  gap: 80px 40px;
  flex-wrap: wrap;
}
.patent-sec1 .list-ul > li {
  width: calc(33.333% - 26.666px);
}
.patent-sec1 .list-ul > li img {
  width: 100%;
}
/*무인방제기*/
.pro-wrap .sub-tit2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 24px;
}
.pro-sec1 {
  padding-top: 80px;
}
.pro-sec1 img {
  width: 100%;
  display: block;
  margin: 50px 0 40px;
}
.pro-sec1 img.mob {
  display: none;
}
.pro-sec1 p {
  font-size: 1.625rem;
  letter-spacing: -0.26px;
  font-weight: 400;
  line-height: 1.6;
}
.pro-sec1 p span {
  color: #091c3c;
  font-weight: 600;
}
.pro-sec2 {
  padding-top: 120px;
}
.pro-sec2 .list-ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 36px;
  margin-top: 50px;
}
.pro-sec2 .list-ul > li {
  width: calc(50% - 18px);
  display: flex;
  align-items: center;
  gap: 30px;
}
.pro-sec2 .list-ul > li img {
  display: block;
  width: 120px;
}
.pro-sec2 .list-ul > li .txt-box {
  width: calc(100% - 150px);
}
.pro-sec2 .list-ul > li .txt-box h6 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #091c3c;
  margin-bottom: 20px;
}
.pro-sec2 .list-ul > li .txt-box p {
  display: flex;
  font-size: 1.25rem;
  font-weight: 400;
  color: #333333;
  margin-bottom: 12px;
  line-height: 1.5;
  word-break: keep-all;
  gap: 6px;
}
.pro-sec2 .list-ul > li .txt-box p:nth-last-child(1) {
  margin-bottom: 0;
}
.pro-sec3 {
  padding-top: 120px;
}
.pro-sec3 .sec3-con {
  padding: 103px 0;
  background: url(../img/sub/pro3-bg.png);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50px 0px;
  margin-top: 50px;
}
.pro-sec3 .sec3-con img {
  display: block;
  width: 70%;
  margin: auto;
  min-width: 840px;
}
.pro-sec3 .sec3-mob {
  display: none;
}
.pro-sec4 {
  padding-top: 120px;
}
.pro-sec4 .list-ul {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.pro-sec4 .list-ul > li {
  width: 50%;
}
.pro-sec4 .list-ul > li:nth-child(2) {
  box-sizing: border-box;
  padding-left: 70px;
}
.pro-sec4 .list-ul > li img {
  display: block;
  width: 100%;
}
.pro-sec4 .list-ul > li .con {
  font-size: 1.25rem;
  color: #333;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 32px;
}
.pro-sec4 .list-ul > li .con span {
  font-weight: 600;
  color: #091c3c;
}
.pro-sec4 .list-ul dl {
  display: flex;
  gap: 6px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 18px;
}
.pro-sec4 .list-ul dl dd {
  font-weight: 400;
}
.pro-sec4 .list-ul dl:nth-last-child(1) {
  margin-bottom: 0;
}
.pro-sec5 {
  padding-top: 120px;
}
.pro-sec5 .swiper {
  margin-top: 50px;
}
.pro-sec5 .swiper-slide img {
  width: 100%;
  display: block;
}
.pro-sec5 .swiper-slide p {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 24px;
}
.pro-sec5 .inner {
  position: relative;
}
.pro-sec5 .pro-control {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 120%;
  max-width: 1330px;
  height: 3vh;
}
.pro-sec5 .pro-control i {
  color: #000;
  font-size: 40px;
}
.pro-sec5 .swiper-button-next:after,
.pro-sec5 .swiper-button-prev:after {
  display: none;
}
.pro-sec6 {
  padding-top: 80px;
}
.pro-sec6 img {
  width: 100%;
  display: block;
}
.pro-sec6 img.tit {
  width: 203px;
  margin: 24px 0 50px;
}
.pro-sec6 img.mob {
  display: none;
}
.pro-sec6 h4 {
  font-size: 30px;
  font-weight: 500;
  margin: 40px 0 24px;
}
.pro-sec6 h4 span {
  font-weight: 700;
  color: #091c3c;
}
.pro-sec6 p {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
  color: #3a3a3a;
}
.pro-sec7 {
  padding-top: 120px;
  display: flex;
  align-items: center;
}
.pro-sec7 > div {
  width: 50%;
  box-sizing: border-box;
}
.pro-sec7 > div img {
  width: 100%;
  display: block;
}
.pro-sec7 > div.txt {
  padding-left: 70px;
}
.pro-sec7 > div.txt h4 {
  font-size: 1.625rem;
  font-weight: 600;
  margin-bottom: 40px;
}
.pro-sec7 > div.txt p {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 400;
  color: #333;
  word-break: keep-all;
}
.pro-sec8 {
  margin-top: 80px;
  border-top: 1px solid #e3e3e3;
  padding-top: 80px;
  display: flex;
  align-items: center;
}
.pro-sec8 > div {
  box-sizing: border-box;
}
.pro-sec8 > div.txt {
  width: 42%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.pro-sec8 > div.img {
  width: 58%;
}
.pro-sec8 > div.img img {
  width: 100%;
}
.pro-sec8 > div.txt dl {
  display: flex;
  gap: 30px;
  align-items: center;
  font-size: 20px;
}
.pro-sec8 > div.txt dl dt {
  width: 130px;
  height: 38px;
  background-color: #edf0f4;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #091c3c;
}
.pro-sec8 > div.txt dl dd {
  width: calc(100% - 150px);
  font-weight: 500;
  letter-spacing: 0.2px;
}
.pro-sec9 {
  margin-top: 80px;
  border-top: 1px solid #e3e3e3;
  padding-top: 80px;
  display: flex;
  align-items: center;
}
.pro-sec9 > div {
  box-sizing: border-box;
}
.pro-sec9 > div.txt {
  width: 42%;
  padding-left: 70px;
}
.pro-sec9 > div.img {
  width: 58%;
}
.pro-sec9 > div.img img {
  width: 100%;
}
.pro-sec9 > div.txt h4 {
  font-size: 1.625rem;
  font-weight: 600;
  margin-bottom: 40px;
}
.pro-sec9 > div.txt p {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 400;
  color: #333;
  margin-bottom: 50px;
}
.pro-sec9 > div.txt p span {
  font-weight: 600;
  color: #091c3c;
}
.pro-sec9 > div.txt dl {
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 1.25rem;
}
.pro-sec9 > div.txt dl dt {
  width: 130px;
  height: 38px;
  background-color: #edf0f4;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #091c3c;
}
.pro-sec9 > div.txt dl dd {
  width: calc(100% - 150px);
  font-weight: 500;
  letter-spacing: 0.2px;
}
/*게시판*/
.center-bo {
  margin-top: 80px;
  border-top: 2px solid #000;
}
.center-bo .bo-wrap {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 40px;
  border-bottom: 1px solid #c4c4c4;
  gap: 8.93%;
  cursor: pointer;
}
.center-bo .bo-wrap .bo-txt .bo-cata {
  font-weight: 700;
  color: #091c3c;
  margin-bottom: 24px;
}
.center-bo .bo-wrap .bo-txt .bo-tit {
  font-size: 1.74rem;
  font-weight: 600;
  letter-spacing: -0.28px;
  color: #101314;
  margin-bottom: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.center-bo .bo-wrap .bo-txt .bo-con {
  font-size: 0.9375rem;
  color: #454545;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 40px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.center-bo .bo-wrap .bo-txt .bo-date {
  font-size: 0.9375rem;
  font-weight: 400;
}
.center-bo .bo-wrap .bo-img {
  width: 57%;
  position: relative;
  padding-bottom: 19.44%;
}
.center-bo .bo-wrap .bo-img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
}
.center-bo .page-num {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  gap: 40px;
}
.center-bo .page-num > li:nth-child(1) {
  margin-right: 20px;
}
.center-bo .page-num > li:nth-last-child(1) {
  margin-left: 20px;
}
.center-bo .page-num > li p {
  font-size: 1.25rem;
  letter-spacing: -0.2px;
  color: #101314;
  font-weight: 600;
  display: inline-block;
  position: relative;
}
.center-bo .page-num > li p::before {
  content: "";
  width: 16px;
  height: 3px;
  background: #111314;
  position: absolute;
  left: 50%;
  bottom: -3px;
  transform: translateX(-50%);
  display: none;
}
.center-bo .page-num > li p.on::before {
  display: block;
}
.center-bo .page-num > li i {
  font-size: 1.5rem;
  color: #bfbfbf;
  transition: all 0.4s;
  margin-top: 6px;
  display: inline-block;
}
.center-bo .page-num > li:hover i {
  color: #000;
}
.center-view .view-info {
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
}
.center-view .bo-cata {
  font-weight: 700;
  color: #091c3c;
  margin-bottom: 16px;
}
.center-view .bo-tit {
  font-size: 32px;
  letter-spacing: -0.32px;
  color: #101314;
  font-weight: 600;
  margin-bottom: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.center-view .bo-date {
  font-weight: 400;
  color: #454545;
}
.center-view .view-con {
  padding: 60px 24px 100px;
  line-height: 1.66;
}
.center-view .view-con img {
  width: 50%;
  max-width: 600px;
  display: block;
  margin-bottom: 60px;
}
.center-view .view-con .bo-con {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.66;
}
.center-view .view-att {
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #000;
}
.center-view .view-att dl {
  padding: 26px 24px;
  display: flex;
  gap: 50px;
  font-size: 15px;
}
.center-view .view-att dl dt {
  font-weight: 600;
}
.center-view .view-att dl dd {
  color: #454545;
  font-weight: 400;
}
.center-view .view-btn {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.center-view .view-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 184px;
  height: 55px;
  background: #000;
  color: #fff;
  letter-spacing: 0.16px;
  font-weight: 500;
}
/*문의하기*/
.form-wrap .tit {
  margin-bottom: 70px;
}
.form-wrap .tit p {
  font-size: 1.625rem;
  font-weight: 500;
  margin-bottom: 16px;
}
.form-wrap .tit h2 {
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 1.32;
}
.form-wrap .tit h2 span {
  font-weight: 600;
  color: #091c3c;
}
.form-wrap .form-top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  align-items: center;
  padding-bottom: 24px;
}
.form-wrap .form-top .check-box input[type="checkbox"] {
  display: none;
}
.form-wrap .form-top .check-box input[type="checkbox"] + label {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}
.form-wrap .form-top .check-box input[type="checkbox"] + label span {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 2px solid #000;
  position: relative;
  transition: all 0.4s;
  box-sizing: border-box;
}
.form-wrap .form-top .check-box input[type="checkbox"] + label span i {
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s;
}
.form-wrap .form-top .check-box input[type="checkbox"]:checked + label span {
  background: #000;
}
.form-wrap .form-top .check-box input[type="checkbox"]:checked + label span i {
  opacity: 1;
}
.form-wrap .form-top .agree-view {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  cursor: pointer;
  color: #454545;
  font-weight: 500;
}
.form-wrap .form-top .agree-view i {
  transition: all 0.4s;
}
.form-wrap .form-top .agree-view.on i {
  transform: rotate(-180deg);
}
.form-wrap .agree-con {
  box-sizing: border-box;
  background-color: #fafafa;
  padding: 24px;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: -0.13px;
  color: #333333;
  font-weight: 400;
  display: none;
  border-bottom: 1px solid rgb(0, 0, 0, 0.2);
}
.form-wrap .agree-con span {
  color: #666666;
}
.form-wrap .form-box {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  padding: 40px 24px;
}
.form-wrap .form-box > div {
  display: flex;
  gap: 24px;
  width: 100%;
}
.form-wrap .form-box .input-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.form-wrap .form-box .input-wrap .wid-50 {
  width: calc(50% - 12px);
}
.form-wrap .form-box .input-wrap p {
  font-size: 14px;
  font-weight: 500;
}
.form-wrap .form-box .input-wrap input {
  width: 100%;
  height: 48px;
  border: 1px solid #cfd0d0;
  border-radius: 8px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 400;
  color: #101314;
}
.form-wrap .form-box .input-wrap input::placeholder {
  color: #9fa1a1;
}
.form-wrap .form-box .input-wrap textarea {
  height: 340px;
  border: 1px solid #cfd0d0;
  border-radius: 8px;
  padding: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #101314;
  line-height: 1.42;
  font-family: "pretendard";
}
.form-wrap .form-box .input-wrap textarea::placeholder {
  color: #9fa1a1;
  line-height: 1.42;
  font-family: "pretendard";
}
.file-box {
  flex-direction: column;
  gap: 16px;
}
.file-box .file-info {
  font-size: 14px;
  letter-spacing: -0.14px;
  color: #666666;
  font-weight: 400;
  display: flex;
  gap: 4px;
}
.file-wrap {
  width: 100%;
  height: 48px;
  display: flex;
  flex-wrap: nowrap;
  box-sizing: border-box;
  gap: 16px;
}
.file-name {
  position: relative;
  width: calc(100% - 147px);
  height: 100%;
}
.filebox input[type="file"] {
  display: none;
}
.filebox label {
  display: flex;
  width: 147px;
  height: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #000;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.4s;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.filebox label i {
  margin-left: 8px;
}
.file-name .file_del {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  cursor: pointer;
  display: none;
}
.file-name .file_del i {
  font-size: 14px;
  display: block;
}
.file-name.on .file_del {
  display: block;
}
.upload-name {
  display: inline-block;
  padding: 0px 8px;
  font-size: 0.8rem;
  line-height: 40px;
  color: #808080;
  vertical-align: middle;
  background-color: #f2f2f3;
  border: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: calc(100% - 180px);
  box-sizing: border-box;
  display: none;
}
.upload-name.ver2 {
  background-color: transparent;
  width: auto;
  padding: 8px 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 100%;
  align-items: center;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  display: flex;
  border-radius: 4px;
  border: 1px solid #cfd0d0;
}
.form-box .btn-box {
  margin-top: 36px;
  display: flex;
  justify-content: center;
}
.form-box button {
  display: flex;
  width: 184px;
  height: 55px;
  background: #000;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}
.center-bo .bo-wrap .bo-img {
  padding-bottom: 19.74%;
  width: 29.82%;
}
.center-bo .bo-wrap .bo-txt {
  width: 61.25%;
}
.center-view .view-con {
  border-bottom: 1px solid #000;
  line-height: 1.66;
  min-height: 380px;
  box-sizing: border-box;
}
.center-view .view-att dl dd a {
  margin-bottom: 12px;
  display: inline-block;
}
.center-view .view-att dl dd br {
  height: 0;
}
