.section01 {
  position: relative;
}

.main__tit {
  font-size: 40px;
  font-weight: 600;
  font-family: 'Titillium Web', sans-serif;
  text-transform: uppercase;
  color: #000;
  line-height: 1em;
}

.main__tit span {
  color: #ea0a2a;
}

.main__stit {
  font-size: 18px;
  color: #999;
  margin-left: 40px;
  font-weight: 300;
}

.main__visual {
  position: relative;
}

.main__visual .items .items__wrap {
  position: relative;
  height: 100vh;
}

.main__visual .items .items__wrap .visual__img {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main__visual .items .items__wrap.active .visual__img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all linear 4s;
  transition: all linear 4s;
}

.main__visual .items .items__wrap.active .visual__param01 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all ease 1.2s;
  transition: all ease 1.2s;
}

.main__visual .items .items__wrap.active .visual__param02 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all ease 1.2s;
  transition: all ease 1.2s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.main__visual .items .inner {
  padding-top: 380px;
  height: 380px;
}

.main__visual .items .visual__param01 {
  font-size: 53px;
  font-weight: 600;
  line-height: 1em;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.main__visual .items .visual__param02 {
  font-size: 45px;
  color: #fff;
  margin-top: 30px;
  font-family: 'Titillium Web', sans-serif;
  line-height: 1em;
  font-weight: 200;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.main__visual .visual__arrow {
  position: absolute;
  top: 577px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.main__visual .visual__arrow>div {
  width: 74px;
  height: 74px;
  position: relative;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  cursor: pointer;
}

.main__visual .visual__arrow>div>svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  stroke-dasharray: 220;
}

.main__visual .visual__arrow>div>svg circle {
  fill: none;
  -webkit-transform-origin: center;
  transform-origin: center;
  stroke-width: 2px;
}

.main__visual .visual__arrow>div .cir__track {
  stroke-dashoffset: 0;
  z-index: 0;
}

.main__visual .visual__arrow>div .cir__track circle {
  stroke: rgba(255, 255, 255, 0.4);
}

.main__visual .visual__arrow>div>img {
  position: absolute;
  top: 29px;
  left: 37%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: rotate(-270deg);
  transform: rotate(-270deg);
}

.main__visual .visual__arrow>div.arrow__next {
  margin-left: 20px;
}

.main__visual .visual__arrow>div.arrow__next.active .cir__fill {
  stroke-dashoffset: 0;
  -webkit-transition: all linear 4s;
  transition: all linear 4s;
}

.main__visual .visual__arrow>div.arrow__next .cir__fill {
  stroke-dashoffset: 220;
  z-index: 1;
}

.main__visual .visual__arrow>div.arrow__next .cir__fill circle {
  stroke: #fff;
}

.main__visual .visual__index {
  position: absolute;
  width: 1200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 270px;
}

.main__visual .visual__index span {
  color: #fff;
  font-family: 'Titillium Web', sans-serif;
}

.main__visual .visual__index span:first-child {
  font-size: 60px;
}

.main__visual .visual__index span:last-child {
  font-size: 30px;
  font-weight: 200;
}

.main__visual .visual__scroll {
  position: absolute;
  bottom: 50px;
  right: 80px;
}

.main__visual .visual__bg {
  position: absolute;
  right: -100px;
  bottom: 0;
}

.main__notice {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.main__notice .notice__inner {
  width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main__notice .notice__marker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 33px 0;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  position: relative;
}

.main__notice .notice__marker p {
  border: 1px solid #fff;
  color: #fff;
  font-size: 13px;
  line-height: 24px;
  height: 24px;
  width: 45px;
  text-align: center;
  border-radius: 15px;
  margin-right: 15px;
}

.main__notice .notice__list {
  margin-left: 5px;
  width: 280px;
  position: relative;
  margin-top: 3px;
}

.main__notice .notice__list .items p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.main__notice .notice__list .slick-dots {
  position: absolute;
  right: -180px;
  top: 2px;
}

.main__notice .notice__list .slick-dots li {
  display: inline;
  margin: 0 5px;
}

.main__notice .notice__list .slick-dots li button {
  font-size: 0;
  background: none;
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  padding: 0;
  outline: none;
}

.main__notice .notice__list .slick-dots li.slick-active button {
  background-color: transparent;
  border: 2px solid #ea0a2a;
}

.main__notice .notice__btn {
  width: 7px;
  height: 8px;
  background-repeat: no-repeat;
  background-image: url(/image/main/pause_icon.png);
  background-size: cover;
  position: absolute;
  right: 46px;
  top: 46px;
  cursor: pointer;
}

.main__notice .notice__btn.isStop {
  background-image: url(/image/main/play_icon.png);
}

.main__product {
  padding-top: 142px;
  padding-bottom: 160px;
  position: relative;
  background-image: url(/image/main/main_pro_bg.png);
  background-repeat: no-repeat;
  background-position: right top;

}

.main__product .product__wrap {
  position: relative;
  width: 1240px;
  margin: auto;
  padding-left: 20px;
}

.main__product .container__top {
  width: 540px;
  margin-bottom: 45px;
  position: absolute;
  left: 20px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main__product .slick-list {
  padding-bottom: 25px;
}

.main__product .product__wrap .slick-dots {
  position: absolute;
  left: 455px;
  top: 0px;
  text-align: center;
  display: block;
  padding: 0;
}

.main__product .product__wrap .slick-dots li {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  padding: 0;
  cursor: pointer;
}

.main__product .product__wrap .slick-dots li:last-child {
  margin-right: 0;
}

.main__product .product__wrap .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 0;
  cursor: pointer;
  border: 0;
  color: transparent;
  border: none;
  width: 50px;
  height: 3px;
  background: transparent;
  position: relative;
  overflow: hidden;
  background-color: #ebebeb;
}

.main__product .product__wrap .slick-dots li button:hover,
.main__product .product__wrap .slick-dots li button:focus {
  outline: none;
}

.main__product .product__wrap .slick-dots li.slick-active button:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ea0a2a;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-animation: BTNREV 5s ease-in-out forwards;
  -moz-animation: BTNREV 5s ease-in-out forwards;
  -o-animation: BTNREV 5s ease-in-out forwards;
  animation: BTNREV 5s ease-in-out forwards
}


@-webkit-keyframes BTNREV {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
  }
}

@-moz-keyframes BTNREV {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
  }
}

@-o-keyframes BTNREV {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
  }
}

@keyframes BTNREV {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
  }
}





.main__product .items .items__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main__product .items .items__wrap.active .container__img::before {
  right: -100%;
  -webkit-transition: all cubic-bezier(0.47, 0.8, 0.75, 1) 1s;
  transition: all cubic-bezier(0.47, 0.8, 0.75, 1) 1s;
}

.main__product .items .items__wrap.active .container__animate {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.main__product .product__container {
  width: 540px;
  position: relative;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  outline: none;
}

.main__product .product__container:hover {
  -webkit-box-shadow: 6px 6px 9px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 6px 6px 9px 0px rgba(0, 0, 0, 0.1);
}

.main__product .product__container:hover .container__txt::before {
  opacity: 1;
}

.main__product .product__container:nth-child(odd) {
  margin-top: 80px;
}

.main__product .product__container:nth-child(even) {
  margin-right: 20px;
}

.main__product .product__container .container__img {
  overflow: hidden;
  position: relative;
}

.main__product .product__container .container__img::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.main__product .product__container .container__txt {
  padding: 45px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.main__product .product__container .container__txt::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(/image/main/more_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50px;
  right: 35px;
  opacity: 0;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.main__product .product__container .container__txt .txt__param01 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
}

.main__product .product__container .container__txt .txt__param02 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1em;
  margin-top: 15px;
  font-family: 'Titillium Web', sans-serif;
}

.main__product .product__container .container__txt .txt__param03 {
  font-size: 16px;
  line-height: 1.6em;
  margin-top: 25px;
}

.main__product .product__container .container__animate {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all ease .8s;
  transition: all ease .8s;
}

.main__tech {
  width: 1760px;
  margin: auto;
  background-color: #f1f1f1;
  padding: 100px 0;
}

.main__tech .tech__img01 {
  position: absolute;
  top: -140px;
  right: 194px;
}

.main__tech .tech__img02 {
  position: absolute;
  right: 194px;
  top: -140px;
}


.main__tech .inner {
  overflow: hidden;
  position: relative;
}

.main__tech .inner::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #e1e1e1;
  position: absolute;
  bottom: 1px;
  left: 0;
}

.main__tech .tech__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main__tech .tech__list--wrap {
  width: 1200px;
  overflow-x: scroll;
  padding-bottom: 50px;
  position: relative;
}



.main__tech .tech__list--wrap::-webkit-scrollbar {
  height: 4px;
  background: none;
}

.main__tech .tech__list--wrap::-webkit-scrollbar-thumb {
  background: #b7b7b7;
  border-radius: 3px;
}

.main__tech .tech__list--wrap::-webkit-scrollbar-track {
  background: none;
}

.main__tech .tech__list--wrap:last-child {
  border-bottom: none;
}

.main__tech .tech__list {
  width: 1627px;
  margin-top: 50px;
}

.main__tech .tech__list>li {
  width: 380px;
  display: inline-block;
  height: 380px;
  background-color: #fff;
  margin-right: 25px;
  text-align: center;
  padding-top: 78px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.main__tech .tech__list>li:last-child {
  margin-right: 0;
}

.main__tech .tech__list>li:hover {
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}

.main__tech .tech__list>li:hover .list__more {
  opacity: 1;
}

.main__tech .tech__list .list__param01 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 38px;
}

.main__tech .tech__list .list__param02 {
  font-size: 17px;
  color: #666;
  margin-top: 25px;
  line-height: 1.5em;
}

.main__tech .tech__list .list__more {
  margin-top: 45px;
  opacity: 0;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.main__company {
  padding-top: 130px;
  padding-bottom: 230px;
  background-image: url(/image/main/main_com_bg.png);
  background-repeat: no-repeat;
  background-position: right top;
}

.main__company .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main__company .company__video {
  position: relative;
  position: relative;
}

.main__company .company__video .video__thumb {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.main__company .company__info {
  margin-left: 65px;
}

.main__company .company__info .info__param01 {
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 40px;
  line-height: 1.2em;
}

.main__company .company__info .info__param02 {
  margin-bottom: 40px;
  color: #666666;
  line-height: 1.6em;
}

.main__company .company__info .info__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main__company .company__info .info__btn a {
  border: 1px solid #464646;
  font-size: 15px;
  width: 160px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.main__company .company__info .info__btn a:first-child {
  margin-right: 20px;
}

.main__company .company__info .info__btn a:last-child {
  text-align: center;
}

.main__company .company__info .info__btn a:last-child p {
  display: inline-block;
  background-image: url(/image/common/marker_icon.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 18px;
}

.main__company .company__info .info__btn a:hover {
  border-color: #222222;
  background-color: #222;
  color: #fff;
}