@charset "utf-8";

[class*='main--'] {padding: 30px 0 60px;}

.main-mv .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 43%;
  height: 460px;
  cursor: pointer;
}

.main-mv .slick-nav__prev {
  background-image: url(../__image/main/mv_prev.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 55px;
  height: 55px;
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 14%;
}

.main-mv .slick-nav__next {
  background-image: url(../__image/main/mv_next.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 55px;
  height: 55px;
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 14%;
}

.main-mv .slick-nav__progress {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.main-mv .slick-nav__progress .currentBox {
  background: rgba(0, 0, 0, 0.3);
  padding: 8px 15px;
  line-height: 1;
  border-radius: 30px;
  font-family: 'sebang';
  font-size: 12px;
  color: #ddd;
  display: flex;
  align-items: center;
  margin-right: 3px;
}

.main-mv .slick-nav__progress .progress__current {
  color: #fff;
  margin-right: 3px;
}

.main-mv .slick-nav__progress .progress__total {
  margin-left: 3px;
}

.main-mv .pauseBox {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 25px;
  margin-left: 3px;
}

.main-mv .pauseBox .slick-nav__pause {
  background-image: url(../__image/main/mv_pause.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0;
  width: 9px;
  height: 10px;
}

.main-mv .pauseBox .slick-nav__pause.paused {
  background-image: url(../__image/main/mv_play.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0;
  width: 8px;
  height: 10px;
}

.main-title {
  text-align: center;
  font-family: 'sebang-bold';
  font-size: 35px;
  margin-bottom: -32px;
}

.main-title h2 {
  padding-right: 12px;
  padding-top: 30px;
  line-height: 1;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.main-title h2 p {
  color: #000;
  position: relative;
  z-index: 1;
  /* visibility: hidden; */
}

.main-title h2 p span {
  color: #e32c2c;
}

.main-title h2 .reveal__bg {
  position: absolute;
  top: 20px;
  left: -100%;
  display: block;
  width: 100%;
  height: 1.6em;
  background-color: #e32c2c;
  z-index: 10;
}

.main-title .reveal__bg.animated{
  animation: moveBox .75s ease forwards;
}

@keyframes moveBox{
  0%{
    left: -100%;
  }
  70%{
    left: 0;
  }
  100%{
    left: 100%;
  }
}
@keyframes circleOpacity{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
.tit-circle {
  position: absolute;
  right: -11px;
  top: -23px;
  width: 30px;
  height: 30px;
  background-color: #ffd0d0;
  border-radius: 100%;
  z-index: -1;
}
.tit-circle.active {
  animation: circleOpacity 1s ease;
}

.num_btns {
  text-align: right;
  margin-bottom: 35px;
}

.num_btns a {
  font-size: 14px;
  font-family: 'sebang';
  padding: 12px 18px;
  border-radius: 8px;
}

.num_btns a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}

.num_btns a.tell {
  color: #444;
  background-color: #fff;
  border: 1px solid #f1f1f1;
}

.num_btns a.pen {
  color: #eeeeee;
  background-color: #222;
  margin-left: 10px;
  transition: all 0.2s;
}

.num_btns a:hover.pen {
  background-color: #888;
}

.main-onoff_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #f7f7f7;
  margin-bottom: 35px;
}

.main-onoff_tab{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.main-onoff_tab li {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
}

.main-onoff_tab li .tabIcon {
  position: relative;
  height: 42px;
}

.main-onoff_tab li .tabIcon img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.main-onoff_tab li .tabIcon img.hover {
  opacity: 0;
}

.main-onoff_tab li .tabIcon img.white {
  opacity: 0;
}

.main-onoff_tab li > span {
  font-size: 17px;
  color: #222;
}

.main-onoff_tab li.active {
  background-color: #e32c2c;
}

.main-onoff_tab li:not(.active):hover .tabIcon img.hover {
  opacity: 1;
}

.main-onoff_tab li:hover .tabIcon img.normal {
  opacity: 0;
}

.main-onoff_tab li.active .tabIcon img.white {
  opacity: 1;
}

.main-onoff_tab li.active .tabIcon img.normal {
  opacity: 0;
}

.main-onoff_tab li.active > span {
  color: #fff;
}

.main-onoff_tab li:not(.active):hover > span {
  color: #e32c2c;
}

.main-onoff_wrap {
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
  height: calc(var(--slideHeight) + 36px);
  /* height: 520px; */
}

.main-onoff_slide {
  position: absolute !important;
  top: 0;
  left: 50%;
  width: 1200px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.main-onoff_slide .item {
  margin-bottom: 11px;
  padding: 0 11px;
  overflow: hidden;
  border-radius: 10px;
}

.main-onoff_slide .item > a {
  display: inline-block;
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
}

.main-onoff_slide .item > a .imgBox {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}

.main-onoff_slide .item > a .imgBox::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom,rgba(0,0,0,0), #000);
  z-index: 1;
}

.main-onoff_slide .item > a .imgBox img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.main-onoff_slide .item > a:hover .imgBox img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.main-onoff_slide .item > a .imgBox h4 {
  position: absolute;
  bottom: 25px;
  left: 7%;
  right: 7%;
  line-height: 1.3em;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  z-index: 3;
}

.main-onoff_slide .item > a:hover .imgBox > h4 {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.main--off .main-onoff_slide .item > a .imgBox h4 {
  word-break: break-all;
}

.main-onoff_slide .item > a .imgBox .tags {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
}

.main-onoff_slide .item > a .imgBox .tags span {
  font-size: 12px;
  color: #888;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 2px 5px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 5px;
    z-index: 3;
}

/* .main-onoff_slide .item > a .imgBox {
  height: 175px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.main-onoff_slide .item > a .imgBox img {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-onoff_slide .item > a .txtBox {
  border-top: 1px solid #ededed;
  padding: 17px 10px;
}

.main-onoff_slide .item > a .txtBox > h4 {
  font-size: 18px;
  font-weight: 500;
  color: #222;
  white-space: normal;
  line-height: 1.4em;
  height: 2.8em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 15px;
}

.main-onoff_slide .item > a .txtBox > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-onoff_slide .item > a .txtBox > div .tags {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.main-onoff_slide .item > a .txtBox > div .tags span {
  font-size: 12px;
  color: #888;
  border: 1px solid #ddd;
  padding: 2px 5px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 5px;
}

.main-onoff_slide .item > a .txtBox .icons {
  position: relative;
}

.main-onoff_slide .item > a .txtBox .icons img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.main-onoff_slide .item > a .txtBox .icons img.hover {
  opacity: 0;
}

.main-onoff_slide .item > a:hover .imgBox img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.main-onoff_slide .item > a:hover .txtBox > h4 {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.main-onoff_slide .item > a:hover .txtBox .tags span {
  background-color: #e32c2c;
  border: 1px solid #e32c2c;
  color: #fff;
}

.main-onoff_slide .item > a:hover .txtBox .icons img.hover {
  opacity: 1;
}

.main-onoff_slide .item > a:hover .txtBox .icons img.normal {
  opacity: 0;
} */

.main-onoff_slide .item > a.best::before {
  position: absolute;
  content: '';
  background: url(../__image/main/main-onoff_best.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 76px;
  height: 62px;
  left: -11px;
  top: 10px;
  z-index: 2;
}

.main-onoff_slide .item > a.new::before {
  position: absolute;
  content: '';
  background: url(../__image/main/main-onoff_new.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 76px;
  height: 62px;
  left: -11px;
  top: 10px;
  z-index: 2;
}

.main-onoff_slide .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  overflow: hidden;
}

.main-onoff_slide .slick-dots li {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  margin: 0 3px;
  border-radius: 100%;
}
.main-onoff_slide .slick-dots li button{
  font-size: 15px;
  color: #444;
  font-family: 'sebang';
}

.main-onoff_slide .slick-dots li.slick-active {
  background-color: #e32c2c;
}
.main-onoff_slide .slick-dots li.slick-active button {
  color: #fff;
}

.main-onoff_slide .slick-prev {
  font-size: 0;
  background: url(../__image/main/main-onoff_prev.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 66px;
  height: 66px;
  position: absolute;
  left: -90px;
  top: 39%;
  transition: all 0.2s;
}
.main-onoff_slide .slick-prev:hover {
  background: url(../__image/main/main-onoff_prev_h.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 66px;
  height: 66px;
}

.main-onoff_slide .slick-next {
  font-size: 0;
  background: url(../__image/main/main-onoff_next.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 66px;
  height: 66px;
  position: absolute;
  right: -90px;
  top: 39%;
  transition: all 0.2s;
}
.main-onoff_slide .slick-next:hover {
  background: url(../__image/main/main-onoff_next_h.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 66px;
  height: 66px;
}


.main-onoff_slide.hiding {
  top: -9999999px;
  left: -9999999px;
}


.main--off .item .txtBox .icons {
  width: 9%;
  margin-bottom: 6px;
}

.main--off .item .txtBox .icons img {
  width: 100%;
}

.main--on {
  background-color: #f9f9f9;
}

.main--on .item .txtBox .icons {
  margin-top: 35px;
}


.main--fit .main-fit_boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main--fit .main-fit_boxs .box {
  width: 32.3%;
  margin-bottom: 1.5%;
  border: 1px solid #ededed;
  border-radius: 10px;
  margin-right: 1.5%;
  overflow: hidden;
}

.main--fit .main-fit_boxs .box:nth-child(3n) {
  margin-right: 0%;
}

.main--fit .main-fit_boxs .box .imgBox {
  height: 240px;
}

.main--fit .main-fit_boxs .box .imgBox img {
  width: 100%;
}

.main--fit .main-fit_boxs .box .txtBox {
  padding: 20px 15px 15px 20px;
}

.main--fit .main-fit_boxs .box .txtBox .darkArea {
  background-color: #222;
  border-radius: 10px;
  width: 165px;
  padding: 0 15px;
  position: relative;
  z-index: 1;
  margin-top: -95px;
}

.main--fit .main-fit_boxs .box .txtBox .darkArea h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin: 20px 0 25px;
  display: inline-block;
  position: relative;
}

.main--fit .main-fit_boxs .box .txtBox .darkArea h4::before {
  position: absolute;
  content: "";
  top: -7px;
  right: -7px;
  background-color: #e32c2c;
  width: 7px;
  height: 7px;
  border-radius: 100%;
}

.main--fit .main-fit_boxs .box .txtBox .darkArea p {
  background-color: #e32c2c;
  padding: 3px;
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.main--fit .main-fit_boxs .box .txtBox .darkArea p span {
  color: #fff;
  font-size: 14px;
  font-family: 'sebang-bold';
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  display: none;
}

.main--fit .main-fit_boxs .box .txtBox > p {
  font-size: 15px;
  color: #444;
  margin-top: 15px;
}

.main--fit .main-fit_boxs .box:hover .txtBox > p {
  text-decoration: underline;
}

.main--fit .main-fit_video {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none;
}

.main--fit .main-fit_video .dim {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.main--fit .main-fit_video .videoBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: auto;
}

.main--fit .main-fit_video .videoBox img {
  position: absolute;
  right: 2%;
  top: 2%;
  cursor: pointer;
  width: 20px;
  z-index: 1;
}

.main--fit .main-fit_video .videoBox video {
  width: 100%;
  height: auto;
}

.main--employ {
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
}

.main--employ > img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.main--employ .main-employ_boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main--employ .main-employ_boxs .box {
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  padding: 55px 30px 10px;
  width: 32%;
  margin-bottom: 2%;
  position: relative;
}

.main--employ .main-employ_boxs .box:not(:nth-child(3n)) {
  margin-right: 2%;
}

.main--employ .main-employ_boxs .box:nth-child(1), .main--employ .main-employ_boxs .box:nth-child(3) {
  background-color: #85c2ff;
}

.main--employ .main-employ_boxs .box:nth-child(2) {
  background-color: #ea75af;
}

.main--employ .main-employ_boxs .box:nth-child(4) {
  background-color: #f79898;
}

.main--employ .main-employ_boxs .box:nth-child(5) {
  background-color: #7b91ff;
}

.main--employ .main-employ_boxs .box:nth-child(6) {
  background-color: #03bec4;
}

.main--employ .main-employ_boxs .box h3 {
  color: #f9f9f9;
  font-size: 33px;
  font-family: 'sebang-bold';
  margin-bottom: 25px;
  line-height: 1.2;
}

.main--employ .main-employ_boxs .box > img {
  margin: auto;
  width: 100%;
}

.main--employ .main-employ_boxs .box .hoverBox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.85);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main--employ .main-employ_boxs .box .hoverBox h4 {
  color: #e32c2c;
  font-size: 33px;
  font-family: 'sebang-bold';
  margin-bottom: 25px;
}

.main--employ .main-employ_boxs .box .hoverBox p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.4;
}

.main--employ .main-employ_boxs .box .hoverBox img {
  width: 34px;
  height: 32px;
}

.main--employ .main-employ_boxs .box:hover .hoverBox {
  opacity: 1;
}

.main--etc {
  padding: 60px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main--etc .main-etc_title {
  font-size: 35px;
  font-family: 'sebang-bold';
  color: #222;
  margin-bottom: 40px;
}

.main--etc > div {
  width: 48%;
}

.main--etc .main-etc_notice .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ededed;
}

.main--etc .main-etc_notice .tab > nav {
  width: 90%;
}

.main--etc .main-etc_notice .tab > nav > a {
  font-size: 18px;
  color: #222;
  display: inline-block;
  padding: 15px 3%;
  font-weight: 400;
  margin-bottom: -1px;
}

.main--etc .main-etc_notice .tab > nav > a.on {
  color: #e32c2c;
  border-bottom: 2px solid #e32c2c;
  font-weight: 600;
}

.main--etc .main-etc_notice .tab > a {
  width: 11.4%;
  color: #222;
  font-size: 16px;
}

.main--etc .main-etc_notice .notice_listWrap {
  position: relative;
}

.main--etc .main-etc_notice .notice_listWrap .notice_list.hiding {
  display: none;
}

.main--etc .main-etc_notice .notice_listWrap .notice_list > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 0;
  border-bottom: 1px solid #ededed;
}

.main--etc .main-etc_notice .notice_listWrap .notice_list > a h6 {
  font-size: 16px;
  color: #444;
  white-space: normal;
  line-height: 1.4em;
  height: 1.4em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 80%;
}

.main--etc .main-etc_notice .notice_listWrap .notice_list > a h6:hover {
  text-decoration: underline;
}

.main--etc .main-etc_notice .notice_listWrap .notice_list > a span {
  font-size: 16px;
  color: #999;
}

.main--etc .main-etc_center .tellBox {
  position: relative;
  background-color: #f9f9f9;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 10px;
}

.main--etc .main-etc_center .tellBox > img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
}

.main--etc .main-etc_center .tellBox > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 33px 0;
}

.main--etc .main-etc_center .tellBox > div ol li h6 {
  font-size: 18px;
  color: #444;
  margin-bottom: 10px;
}

.main--etc .main-etc_center .tellBox > div ol li strong {
  font-size: 22px;
  font-weight: bold;
  color: #444;
}

.main--etc .main-etc_center .tellBox > div ol li strong.ceoNum {
  color: #e32c2c;
}

.main--etc .main-etc_center .tellBox > div ol li:first-child {
  margin-bottom: 30px;
}

.main--etc .main-etc_center nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main--etc .main-etc_center nav a {
  width: 49.25%;
  margin-bottom: 1.5%;
  border: 1px solid #e32c2c;
  border-radius: 10px;
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main--etc .main-etc_center nav a .arrow {
  margin-left: auto;
  margin-bottom: -9px;
}

.main--etc .main-etc_center nav a > div {
  position: relative;
  margin-right: 10px;
}

.main--etc .main-etc_center nav a > div > img {
  position: absolute;
  top: -11px;
  left: 0;
}

.main--etc .main-etc_center nav a > span {
  color: #e32c2c;
  margin-left: 25px;
  font-size: 16px;
}

.main--etc .main-etc_center nav a:hover {
  background-color: #e32c2c;
}

.main--etc .main-etc_center nav a:hover > div img.normal {
  opacity: 0;
}

.main--etc .main-etc_center nav a:hover > span {
  color: #fff;
  font-weight: 600;
}
