@import url("https://fonts.googleapis.com/css?family=Roboto");
.line1, .line3 {
  width: 0;
  height: 1px;
  background-color: #9f866e;
  background: -moz-linear-gradient(left, rgba(159, 134, 110, 0) 0%, #9f866e 5%, #9f866e 10%, #9f866e 90%, rgba(159, 134, 110, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(159, 134, 110, 0) 0%, #9f866e 5%, #9f866e 10%, #9f866e 90%, rgba(159, 134, 110, 0) 100%);
  background: linear-gradient(to right, rgba(159, 134, 110, 0) 0%, #9f866e 5%, #9f866e 10%, #9f866e 90%, rgba(159, 134, 110, 0) 100%);
}

.active.line1, .active.line3 {
  width: calc(100% + 60px);
}

.line2, .line4 {
  width: 1px;
  height: 0;
  background: -moz-linear-gradient(top, rgba(159, 134, 110, 0) 0%, #9f866e 5%, #9f866e 10%, #9f866e 90%, rgba(159, 134, 110, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(159, 134, 110, 0) 0%, #9f866e 5%, #9f866e 10%, #9f866e 90%, rgba(159, 134, 110, 0) 100%);
  background: linear-gradient(to bottom, rgba(159, 134, 110, 0) 0%, #9f866e 5%, #9f866e 10%, #9f866e 90%, rgba(159, 134, 110, 0) 100%);
}

.active.line2, .active.line4 {
  height: calc(100% + 60px);
}

.line_c1, .inline1, .inline3 {
  width: 0;
  height: 1px;
  background: -moz-linear-gradient(left, rgba(226, 218, 211, 0) 0%, rgba(226, 218, 211, 0.7) 4%, rgba(226, 218, 211, 0.7) 96%, rgba(226, 218, 211, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(226, 218, 211, 0) 0%, rgba(226, 218, 211, 0.7) 4%, rgba(226, 218, 211, 0.7) 96%, rgba(226, 218, 211, 0) 100%);
  background: linear-gradient(to right, rgba(226, 218, 211, 0) 0%, rgba(226, 218, 211, 0.7) 4%, rgba(226, 218, 211, 0.7) 96%, rgba(226, 218, 211, 0) 100%);
}

.active.line_c1, .active.inline1, .active.inline3 {
  width: calc(100% + 60px);
}

.line_c2, .inline2, .inline4 {
  width: 1px;
  height: 0;
  background: -moz-linear-gradient(top, rgba(226, 218, 211, 0) 0%, rgba(226, 218, 211, 0.7) 4%, rgba(226, 218, 211, 0.7) 96%, rgba(226, 218, 211, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(226, 218, 211, 0) 0%, rgba(226, 218, 211, 0.7) 4%, rgba(226, 218, 211, 0.7) 96%, rgba(226, 218, 211, 0) 100%);
  background: linear-gradient(to bottom, rgba(226, 218, 211, 0) 0%, rgba(226, 218, 211, 0.7) 4%, rgba(226, 218, 211, 0.7) 96%, rgba(226, 218, 211, 0) 100%);
}

.active.line_c2, .active.inline2, .active.inline4 {
  height: calc(100% + 60px);
}

.boxset {
  position: relative;
  width: 100%;
  height: 44.3vw;
  max-height: 470px;
  max-width: 1200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 130px auto;
}

.outline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.crossline {
  position: absolute;
  top: 0;
  margin-left: -8.5%;
  width: 100%;
  height: 100%;
}

.line_c1 {
  position: absolute;
  top: 50%;
  left: -150px;
  right: 0;
  margin: 0 auto;
}

.line_c1.active {
  width: calc(100% + 300px);
}

.line_c2 {
  position: absolute;
  top: -30px;
  left: 50%;
}

.inline {
  position: absolute;
  top: 8px;
  left: 8px;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
}

.line1 {
  position: absolute;
  left: -30px;
  right: 0;
  margin: 0 auto;
  top: 0;
}

.line2 {
  position: absolute;
  right: 0;
  top: -30px;
}

.line3 {
  position: absolute;
  top: 100%;
  left: -30px;
  right: 0;
  margin: 0 auto;
}

.line4 {
  position: absolute;
  left: 0;
  top: -30px;
}

.inline1 {
  position: absolute;
  left: -30px;
  top: 0;
}

.inline2 {
  position: absolute;
  right: 0;
  top: -30px;
}

.inline3 {
  position: absolute;
  top: 100%;
  left: -30px;
}

.inline4 {
  position: absolute;
  left: 0;
  top: -30px;
}

.boxcontent {
  position: relative;
  left: 6%;
  padding-left: 20px;
  margin-top: -20px;
}

.boxcontent > * {
  opacity: 0;
}

.boxcontent .title {
  margin-top: 20px;
  margin-bottom: 60px;
  font-size: 15px;
  letter-spacing: 0.1em;
}

.boxcontent p {
  width: 260px;
}

h1 {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  top: -30px;
  left: 6%;
  width: 370px;
  font-family: 'Open Sans', sans-serif;
  font-size: 60px;
  line-height: 1.1em;
  font-weight: 300;
  color: #8a5f3f;
  margin-bottom: 15px;
  background-color: #fff;
  opacity: 0;
}

.bearfly {
  position: absolute;
  right: 0;
  top: 0;
  width: 63%;
  height: 140%;
  top: 50%;
  transform: translateY(-50%);
}

.bearfly > * {
  opacity: 0;
}

.bear {
  width: 100%;
  position: absolute;
  bottom: -8%;
  right: 0;
  text-align: right;
}

.cutboard11 {
  position: absolute;
  right: 0;
}

.cutboard12 {
  position: absolute;
  left: 0;
  top: 32%;
}

.cutboard13 {
  position: absolute;
  left: 0;
  bottom: 10%;
}

.sec_t1 {
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #8a5f3f;
  margin-bottom: 15px;
}

.sec_t2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.sec_p {
  color: #5c5c5c;
  font-size: 14px;
  line-height: 1.7em;
  letter-spacing: 0.1em;
}

.sec_title {
  margin-bottom: 35px;
}

.fullre {
  position: relative;
  width: 100%;
}

.teamblk {
  position: relative;
  width: 100%;
  max-width: 1400px;
  padding-left: 100px;
  padding-right: 100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-right: 9%;
  align-items: center;
  padding-bottom: 130px;
  z-index: 1;
}

.teamblk .textbox {
  width: 45%;
}

.teamblk .textbox > * {
  opacity: 0;
}

.redline {
  position: absolute;
  left: -1000px;
  right: 0;
  margin: 0 auto;
  bottom: -130px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/about/redline.png");
  opacity: 0;
  width: 830px;
  height: 940px;
}

.needle {
  position: relative;
  width: 40%;
  height: 550px;
}

.needle > * {
  opacity: 0;
}

.circle1, .circle2, .circle3, .circle4 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  border: 2px solid #f4efeb;
  border-radius: 50%;
  background-color: #fff;
  width: 200px;
  height: 200px;
}

.circle1 .img, .circle2 .img, .circle3 .img, .circle4 .img {
  width: 100%;
  text-align: center;
}

.cirlcename {
  width: 70px;
  color: #5c5c5c;
  font-size: 14px;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  text-align: center;
}

.circle1 {
  left: 0;
}

.circle2 {
  right: 0;
  top: 18%;
}

.circle3 {
  bottom: 0;
  right: 0;
}

.circle4 {
  top: 47%;
  left: 0;
}

.swiper-container {
  padding-bottom: 50px;
}

.brandblk {
  position: relative;
  background-color: #f3f1f0;
  padding: 150px 0 110px 14%;
}

.brandblk .textbox {
  width: 510px;
  width: 44%;
  margin-bottom: 70px;
}

.brandblk .textbox > * {
  opacity: 0;
}

.brandblk .swiper-slide {
  padding: 50px 50px 60px 38px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/about/cloth2.png");
  opacity: 0;
  width: 670px;
  height: 400px;
}

.brandblk .swiper-container-horizontal > .swiper-pagination-progressbar {
  top: initial;
  bottom: 0;
}

.brandblk .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #eaa51a;
}

.rainbow {
  position: absolute;
  right: 0;
  top: -230px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/about/rainbow.png");
  opacity: 0;
  width: 620px;
  height: 865px;
}

.rular {
  position: absolute;
  right: 0;
  top: 20%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/about/rular.png");
  opacity: 0;
  width: 267px;
  height: 290px;
}

.slideinfo {
  position: relative;
  margin: 0 auto 50px;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 18px;
  perspective-origin: center top;
  perspective: 1000px;
  opacity: 0;
}

.pagination {
  position: relative;
  font-size: 12px;
  letter-spacing: 0.12em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.pagination .total {
  color: #737373;
}

.pagination .pageline {
  background-color: #cbc4be;
  margin: 0 10px;
  width: 60px;
  height: 1px;
}

.bc_next, .bc_prev {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #eaa51a;
  margin: 0 2px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.swiper-button-disabled.bc_next, .swiper-button-disabled.bc_prev {
  opacity: 0.6;
  cursor: default;
}

.bc_ctrl {
  display: flex;
  justify-content: center;
  perspective-origin: center;
  margin-right: 30px;
  perspective: 1000px;
}

.bc_next {
  position: relative;
}

.bc_prev {
  position: relative;
}

.bc_area {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.bc_area p {
  width: 54%;
  color: #5c5c5c;
}

.db_dash {
  position: relative;
  display: block;
  margin-right: 11px;
  margin-left: 11px;
}

.db_dash:before {
  position: relative;
  content: '';
  display: block;
  background-color: #eaa51a;
  margin-bottom: 1px;
  width: 15px;
  height: 1px;
}

.db_dash:after {
  position: relative;
  content: '';
  display: block;
  background-color: #eaa51a;
  width: 15px;
  height: 1px;
}

.jw {
  font-size: 12px;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  font-family: 'Roboto', sans-serif;
}

.bc_title {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #353535;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45em;
  letter-spacing: 0.1em;
}

.bc_icon {
  position: absolute;
  right: 0;
  bottom: 0;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 125px;
  height: 125px;
}

.live_range {
  width: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 60px;
  margin-bottom: 20px;
  color: #453325;
  font-family: 'Roboto', sans-serif;
}

@media only screen and (max-width: 1250px) {
  .boxset {
    width: 84%;
    min-width: 675px;
    height: 310px;
    margin: 90px auto;
  }
  h1 {
    width: 240px;
    padding-right: 10px;
    top: -25px;
    padding-left: 0;
    font-size: 40px;
  }
  .scissors {
    width: 230px;
    overflow: hidden;
  }
  .crossline {
    margin-left: -4.5%;
  }
  .inline {
    top: 6px;
    left: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
  }
  .line_c1 {
    top: 43%;
  }
  .line_c2 {
    height: 80%;
  }
  .boxcontent {
    padding-left: 0;
  }
  .boxcontent .title {
    margin-bottom: 20px;
  }
  .boxcontent p {
    width: 37%;
  }
  .bear {
    max-width: 360px;
    right: -25px;
  }
  .bearfly {
    width: 390px;
    height: 120%;
    text-align: center;
  }
  .cutboard11 {
    width: 176px;
    right: -30px;
  }
  .cutboard12 {
    width: 140px;
    left: 5%;
    top: 25%;
  }
  .cutboard13 {
    width: 123px;
  }
  .teamblk {
    padding-left: 55px;
    padding-right: 55px;
    padding-bottom: 60px;
  }
  .teamblk .textbox {
    width: 52%;
  }
  .needle {
    max-width: 340px;
    height: 340px;
  }
  .redline {
    left: -73%;
    bottom: -70px;
    width: 450px;
    height: 512px;
  }
  .circle1, .circle2, .circle3, .circle4 {
    width: 125px;
    height: 125px;
  }
  .circle1 .img,
  .circle2 .img,
  .circle3 .img,
  .circle4 .img {
    width: 70px;
    margin-top: -15px;
  }
  .brandblk {
    padding: 85px 0 0 55px;
  }
  .rainbow {
    top: -70px;
    right: -50px;
    width: 415px;
    height: 600px;
    transform-origin: 0;
  }
  .brandblk .textbox {
    margin-bottom: 50px;
    width: 47%;
  }
  .sec_t1 {
    font-size: 12px;
  }
  .sec_t2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 650px) {
  p {
    font-size: 13px;
  }
  .sec_t1 {
    margin-bottom: 10px;
  }
  .sec_title {
    margin-bottom: 30px;
  }
  .boxset {
    min-width: inherit;
    width: calc(100% - 50px);
    padding-bottom: 160px;
    margin-bottom: 160px;
    box-sizing: content-box;
  }
  .boxcontent {
    padding-left: 30px;
    padding-right: 30px;
    left: 0;
  }
  .boxcontent p {
    width: 100%;
  }
  .boxcontent .title {
    margin-top: 10px;
    margin-bottom: 35px;
  }
  h1 {
    font-size: 36px;
    width: 215px;
    left: 30px;
    margin-bottom: 5px;
  }
  .sec_t2 {
    width: 80%;
    font-size: 20px;
    line-height: 1.3em;
  }
  .bearfly {
    width: 100%;
    height: 300px;
    top: initial;
    bottom: -140px;
    transform: none;
  }
  .bear {
    position: relative;
    right: 0;
    bottom: 20px;
    left: 20px;
    margin: 0 auto;
  }
  .scissors {
    width: 150px;
  }
  .crossline {
    display: none;
  }
  .cutboard11 {
    width: 132px;
  }
  .cutboard12 {
    width: 105px;
    left: -25px;
  }
  .cutboard13 {
    width: 93px;
    left: -25px;
  }
  .redline {
    width: 130vw;
    height: 147vw;
    left: -18vw;
    max-width: 485px;
    max-height: 511px;
  }
  .teamblk {
    padding-left: 32px;
    padding-right: 32px;
    flex-wrap: wrap;
  }
  .teamblk .textbox {
    width: 100%;
    margin-bottom: 40px;
  }
  .teamblk .needle {
    width: 100%;
    max-width: 260px;
    height: 280px;
    margin: 0 auto;
    order: 2;
  }
  .circle1, .circle2, .circle3, .circle4 {
    width: 110px;
    height: 110px;
  }
  .circle1 .img,
  .circle2 .img,
  .circle3 .img,
  .circle4 .img {
    width: 60px;
    margin-top: -10px;
  }
  .cirlcename {
    width: 65px;
    font-size: 12px;
    line-height: 18px;
    margin-top: -5px;
  }
  .slideinfo {
    margin-bottom: 30px;
    justify-content: space-between;
  }
  .pagination {
    margin-right: 20px;
    color: #5c5c5c;
  }
  .pagination .title {
    color: #5c5c5c;
  }
  .pagination .pageline {
    width: 35px;
  }
  .brandblk {
    padding-left: 25px;
    padding-right: 25px;
  }
  .brandblk .textbox {
    width: 100%;
  }
  .brandblk .swiper-slide {
    width: 100%;
    height: 380px;
    padding: 30px 25px 50px;
    background-image: url("../images/about/cloth1_m.png");
    background-size: 100% 100%;
  }
  .rangeblk {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 50px;
  }
  .rular {
    display: none;
  }
  .rainbow {
    right: 0;
    width: 100%;
    background-image: url("../images/about/rainbow_m.png");
    right: 0;
    background-position: right center;
    background-size: auto;
    top: 18%;
  }
  .bc_area {
    flex-wrap: wrap;
    align-content: flex-start;
  }
  .bc_area p {
    width: 100%;
  }
  .bc_title {
    font-size: 15px;
    width: 85px;
  }
  .bc_icon {
    width: 60px;
    height: 60px;
  }
  .live_range {
    width: auto;
    margin-right: 20px;
    margin-bottom: 0;
    font-size: 30px;
  }
}
