@charset "UTF-8";
@-webkit-keyframes crescendo3 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes crescendo3 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes crescendo4 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
  }
}

@keyframes crescendo4 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes bounds {
  0% {
    bottom: 65px;
  }
  50% {
    bottom: 40px;
  }
  100% {
    bottom: 60px;
  }
}

@keyframes bounds {
  0% {
    bottom: 65px;
  }
  50% {
    bottom: 40px;
  }
  100% {
    bottom: 60px;
  }
}

.inner1600 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

svg {
  text-transform: uppercase;
  stroke-width: 1;
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
  fill: rgba(255, 255, 255, 0);
  stroke: #fff;
}

body {
  padding-top: 120px;
}

#main {
  position: relative;
  overflow: hidden;
  width: 100%;
}

#mainVisual {
  overflow: hidden;
  max-height: 750px;
  position: relative;
}

#mainVisual .slick-slide {
  position: relative;
}

#mainVisual .item {
  height: 750px;
}

#mainVisual .item.on .txtBox svg,
#mainVisual .item.on .txtBox a,
#mainVisual .item.on .txtBox p,
#mainVisual .item.on .txtBox strong {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#mainVisual .item.on .txtBox a {
  position: relative;
  -webkit-transition-delay: inherit;
          transition-delay: inherit;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

#mainVisual .item.on .txtBox a span:before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  width: 0;
  background: #ffc10a;
  height: 100%;
  position: absolute;
  opacity: 0;
  left: -20px;
  top: -20px;
  padding: 20px;
  z-index: -1;
}

#mainVisual .item.on .txtBox a:hover {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

#mainVisual .item.on .txtBox a:hover span:before {
  opacity: 1;
  width: 165%;
}

#mainVisual .item.on .visual-img {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-size: cover !important;
}

#mainVisual .item1 .visual-img {
  background: url("/img/main/mainVisual01.jpg") no-repeat center;
}

#mainVisual .item2 .visual-img {
  background: url("/img/main/mainVisual02.jpg") no-repeat center;
}

#mainVisual .item3 .visual-img {
  background: url("/img/main/mainVisual03.jpg") no-repeat center;
}

#mainVisual .item4 .visual-img {
  background: url("/img/main/mainVisual04.jpg") no-repeat center;
}

#mainVisual .item5 .visual-img {
  background: url("/img/main/mainVisual05.jpg") no-repeat center;
}

#mainVisual .item6 .visual-img {
  background: url("/img/main/mainVisual06.jpg") no-repeat center;
}

#mainVisual .txtPagingg {
  position: absolute;
  right: 46px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}

#mainVisual .txtPagingg li {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin: 40px 0;
}

#mainVisual .txtPagingg li.on button {
  color: #fff103;
}

#mainVisual .txtPagingg button {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: none;
}

#mainVisual .visual-img {
  z-index: 2;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-transform-origin: left;
          transform-origin: left;
}

#mainVisual .txtBox {
  color: #fff;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Oswald", sans-serif;
  z-index: 3;
  font-weight: 900;
}

#mainVisual .txtBox.black {
  color: #333;
}

#mainVisual .txtBox.black svg {
  fill: rgba(255, 255, 255, 0);
  stroke: #333;
}

#mainVisual .txtBox svg {
  margin-bottom: 20px;
  font-size: 6rem;
}

#mainVisual .txtBox svg:nth-child(even) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

#mainVisual .txtBox svg:nth-child(odd) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

#mainVisual .txtBox p:nth-child(even) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

#mainVisual .txtBox p:nth-child(odd) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

#mainVisual .txtBox p.tablet, #mainVisual .txtBox p.mobile {
  display: none;
}

#mainVisual .txtBox strong {
  font-size: 8.5rem;
  display: block;
}

#mainVisual .txtBox .canvas {
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  margin-top: -20px;
}

#mainVisual .txtBox svg,
#mainVisual .txtBox a,
#mainVisual .txtBox strong,
#mainVisual .txtBox p {
  opacity: 0;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s, -webkit-transform 0.8s;
  white-space: nowrap;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

#mainVisual .txtBox a {
  font-size: 2.25rem;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  position: relative;
  margin-top: 70px;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

#mainVisual .txtBox a:after, #mainVisual .txtBox a:before {
  content: "";
  position: absolute;
  display: block;
}

#mainVisual .txtBox a:before {
  width: 5px;
  height: 5px;
  background: #fff;
  right: -116px;
  top: 5px;
}

#mainVisual .txtBox a:after {
  width: 90px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  right: -109px;
  top: 50%;
}

#mainVisual .slick-dots {
  position: absolute;
  left: 0;
  bottom: 45px;
  z-index: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#mainVisual .slick-dots button {
  font-size: 0;
  width: 5px;
  height: 5px;
  background: #fff;
  margin: 0 12px;
  position: relative;
  cursor: pointer;
  overflow: visible;
}

#mainVisual .slick-dots button:after {
  content: "";
  width: 15px;
  height: 15px;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: block;
  position: absolute;
  left: -6px;
  top: -6px;
}

#mainVisual .slick-dots .slick-active button:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

#mainVisual .mouseScroll {
  -webkit-animation: bounds 1s ease-in-out infinite;
          animation: bounds 1s ease-in-out infinite;
}

#mainVisual .mouseScroll button {
  background: none;
}

#mainVisual .mouseScroll,
#mainVisual .explore {
  position: absolute;
  z-index: 100;
  right: 46px;
  bottom: 40px;
}

#mainVisual .mouseScroll a,
#mainVisual .explore a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
}

#mainVisual .mouseScroll a:after,
#mainVisual .explore a:after {
  content: "";
  width: 160px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  display: inline-block;
  margin-left: 18px;
  vertical-align: middle;
}

#mainVisual .mouseScroll a:before,
#mainVisual .explore a:before {
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background: url("/img/main/arr_white.png") no-repeat center;
}

/*
  메인 타이틀 타입
*/
.tit_s1 {
  text-align: center;
  font-size: 2.1875rem;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 28px;
}

.tit_s1 svg {
  stroke: #0a0a0a;
}

.tit_s2 {
  font-size: 3.25rem;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.tit_s3 {
  margin-right: 8.9375%;
  font-size: 60px;
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.3;
}

.tit_s3 dd {
  font-size: 1.125rem;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 300;
  line-height: 1.8em;
}

.tit_s3 dd span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.tit_s4 dt {
  font-size: 1.5rem;
  font-weight: 700;
}

.tit_s4 dd {
  font-weight: 300;
  line-height: 2em;
  margin-top: 26px;
}

.tit_s5 dt {
  font-size: 3rem;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}

.tit_s5 dd {
  font-size: 1.125rem;
  line-height: 2em;
  margin-top: 47px;
  font-weight: 300;
}

.tit_s5.v2 dd {
  font-size: 1.5rem;
  font-weight: 700;
}

.tit_s5.v3 dd {
  font-size: 1.25rem;
  font-weight: 700;
}

.tit_s5.v3 dd span {
  color: #999;
  font-size: 15px;
  font-weight: 400;
  margin-left: 8px;
  font-family: "Montserrat", sans-serif;
}

@-webkit-keyframes lineZoomOut {
  0% {
    -webkit-transform: translateX(14px);
            transform: translateX(14px);
  }
  50% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(14px);
            transform: translateX(14px);
  }
}

@keyframes lineZoomOut {
  0% {
    -webkit-transform: translateX(14px);
            transform: translateX(14px);
  }
  50% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(14px);
            transform: translateX(14px);
  }
}

.more_s1 {
  display: inline-block;
  margin-top: 10px;
  font-size: 1.125rem;
  font-weight: 700;
  position: relative;
  height: 80px;
  line-height: 80px;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.more_s1 .more {
  border-radius: 50%;
  display: block;
  left: 0;
  top: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  position: relative;
  z-index: -1;
}

.more_s1 .more:after {
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  background-image: url("/img/main/arr1_black.png");
  background-repeat: no-repeat;
  background-position: center;
}

.more_s1:hover .more:after {
  width: 80px;
  height: 80px;
  border: none;
  background-color: #fff103;
}

#mainContents > article {
  position: relative;
}

#mainContents .slick-slider {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

#mainContents #brands {
  padding: 100px 0;
}

#mainContents #brands .dotList {
  margin-top: 30px;
}

#mainContents #brands .dotList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#mainContents #brands .dotList ul li {
  overflow: hidden;
  margin-right: 2.375%;
}

#mainContents #brands .dotList ul li:last-child {
  margin: 0;
}

#mainContents #brands .dotList ul li button {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: none;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #999;
}

#mainContents #brands .dotList ul li button p,
#mainContents #brands .dotList ul li button img {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

#mainContents #brands .dotList ul li button img {
  max-height: 80px;
}

#mainContents #brands .dotList ul li:hover button, #mainContents #brands .dotList ul li.on button {
  color: #333;
  border: 6px solid #fff103;
}

#mainContents #brands .slideBox {
  margin-top: 37px;
}

#mainContents #brands .slideBox article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#mainContents #brands .slideBox .txtBox {
  width: 584px;
}

#mainContents #brands .slideBox .txtBox dt,
#mainContents #brands .slideBox .txtBox dd,
#mainContents #brands .slideBox .txtBox a {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#mainContents #brands .slideBox .txtBox dt {
  font-family: "Oswald", sans-serif;
  font-size: 7.5rem;
  font-weight: 700;
}

#mainContents #brands .slideBox .txtBox dd {
  font-size: 1.125rem;
  line-height: 1.7em;
  font-weight: 300;
  margin-top: 10px;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

#mainContents #brands .slideBox .txtBox dd span {
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

#mainContents #brands .slideBox .txtBox a {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

#mainContents #brands .slideBox .img {
  position: relative;
  border-radius: 32px;
  padding: 42px;
  overflow: hidden;
}

#mainContents #brands .slideBox .img img {
  border-radius: 32px;
  -webkit-box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.2);
}

#mainContents #brands .slideBox .active-item dt,
#mainContents #brands .slideBox .active-item dd,
#mainContents #brands .slideBox .active-item a {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#mainContents #brands .bigTit {
  font-size: 22.5rem;
  left: 28.22916666667%;
  bottom: -20px;
  line-height: 1;
  right: auto;
  opacity: 0;
  -webkit-transform: translateX(150px);
          transform: translateX(150px);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

#mainContents #brands .bigTit.on {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

#mainContents .link_s1 {
  width: 30px;
  height: 30px;
  border: 1px solid #333;
  position: relative;
  display: inline-block;
  margin-left: 6px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#mainContents .link_s1:hover {
  background: #fff103;
}

#mainContents .link_s1:hover span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 13px;
}

#mainContents .link_s1:hover span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 11px;
}

#mainContents .link_s1 span {
  position: absolute;
  display: block;
  background: #333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#mainContents .link_s1 span:nth-child(1) {
  width: 1px;
  height: 9px;
  top: 10px;
  left: 14px;
}

#mainContents .link_s1 span:nth-child(2) {
  width: 9px;
  height: 1px;
  left: 10px;
  top: 14px;
}

#mainContents #banner {
  height: 580px;
  background: url("/img/main/banner_bg.jpg") no-repeat;
  background-size: cover;
}

#mainContents #banner > div {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#mainContents #banner svg {
  stroke: #333;
  stroke-width: 2px;
}

#mainContents #banner .downloadBtns {
  margin-top: 65px;
  text-transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#mainContents #banner .downloadBtns a {
  display: block;
  padding: 0 24px;
  border: 1px solid #d5d5d5;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #999;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
}

#mainContents #banner .downloadBtns a span {
  position: relative;
  z-index: 1;
}

#mainContents #banner .downloadBtns a span:after {
  content: url("/img/main/download_icon_off.png");
  margin-left: 15px;
}

#mainContents #banner .downloadBtns a:first-child {
  border-right: none;
}

#mainContents #banner .downloadBtns a:hover {
  color: #333;
}

#mainContents #banner .downloadBtns a:hover span:after {
  content: url("/img/main/download_icon_on.png");
}

#mainContents #banner .downloadBtns a:hover:after {
  left: -100px;
  top: -100px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 600px;
  height: 600px;
}

#mainContents .mark {
  position: relative;
}

#mainContents .mark:after {
  content: "";
  width: 100%;
  height: 10px;
  background: #fff551;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

#mainContents #history {
  padding: 120px 0 110px;
}

#mainContents #history .more_s1 {
  margin-top: 70px;
}

#mainContents #history svg {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  stroke: #333;
  stroke-width: 2;
}

#mainContents #history:before {
  content: "";
  width: 100%;
  height: 400px;
  background: #fff103;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

#mainContents #history canvas {
  display: inline;
}

#mainContents #history > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#mainContents #history .img {
  margin-right: 11%;
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 60px rgba(0, 0, 0, 0.6);
}

#mainContents #history .txtBox {
  width: 474px;
  margin-top: -15px;
}

#mainContents #history .txtBox dt {
  margin-bottom: 100px;
}

#mainContents #network {
  padding: 75px 0 130px;
}

#mainContents #network .inner1600 {
  padding: 0;
}

#mainContents #network .mapInfo {
  margin-top: 30px;
  z-index: 10;
  position: relative;
}

#mainContents #network .bigTit {
  z-index: 1;
}

#mainContents #network .pc {
  display: block;
}

#mainContents #network .moblie {
  display: none;
}

#mainContents #promotion {
  padding: 135px 0 100px;
}

#mainContents #promotion .cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 59px auto 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 798px;
}

#mainContents #promotion .cate li {
  max-width: 266px;
}

#mainContents #promotion .cate li:first-child {
  margin-left: 0;
}

#mainContents #promotion .cate li:last-child {
  margin-right: 0;
}

#mainContents #promotion .cate li button {
  background: none;
  color: #999;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  padding: 20px;
  font-size: 0.9375rem;
}

#mainContents #promotion .cate li.on button {
  color: #333;
  background: #fff;
}

#mainContents #promotion .slideWrap > article {
  display: none;
}

#mainContents #promotion .slideWrap > article.on {
  display: block;
}

#mainContents #promotion .slideWrap .slick-list {
  padding: 20px 0;
}

#mainContents #promotion .slideWrap .slick-slide {
  margin: 0 25px;
}

#mainContents #promotion .slideWrap .item {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

#mainContents #promotion .slideWrap .item:hover .img:after {
  height: 100%;
}

#mainContents #promotion .slideWrap .item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#mainContents #promotion .slideWrap .txt {
  font-family: "Montserrat", sans-serif;
  padding: 25px;
}

#mainContents #promotion .slideWrap .txt dt,
#mainContents #promotion .slideWrap .txt dd {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#mainContents #promotion .slideWrap .txt dt {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 12px;
}

#mainContents #promotion .slideWrap .img {
  position: relative;
  overflow: hidden;
}

#mainContents #promotion .slideWrap .img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#mainContents #promotion .slideWrap .img:after {
  content: "";
  width: 100%;
  overflow: hidden;
  height: 0;
  background: url("/img/main/play_icon.png") no-repeat center rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#mainContents #promotion .slideWrap .slideBtns {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 40px;
  padding: 0 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#mainContents #promotion .slideWrap .slideBtns .arrows {
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#mainContents #promotion .slideWrap .slideBtns .arrows button {
  width: 40px;
  height: 40px;
  border: 1px solid #a0a0a0;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}

#mainContents #promotion .slideWrap .slideBtns .arrows button.prev {
  background-image: url("/img/main/slick_prev.png");
  margin-right: 7px;
}

#mainContents #promotion .slideWrap .slideBtns .arrows button.next {
  background-image: url("/img/main/slick_next.png");
}

#mainContents #promotion .slideWrap .slideBtns .progressBar {
  width: calc(100% - 90px);
  margin-left: 30px;
  height: 5px;
  background: #e0e0e0;
  position: relative;
}

#mainContents #promotion .slideWrap .slideBtns .progressBar span {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #fff103;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#mainContents #promotion .more_s1 {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}

#mainContents .bigTit {
  white-space: nowrap;
  position: absolute;
  right: 0;
  bottom: -105px;
  letter-spacing: -6px;
  z-index: -1;
  font-size: 16.25rem;
  color: #f7f7f7;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}

#mainContents #quickMenu {
  background: url("/img/main/quick_menu_bg.jpg") no-repeat #000;
  min-height: 300px;
  height: 1px;
}

#mainContents #quickMenu .line {
  background: #333;
}

#mainContents #quickMenu .line span {
  display: block;
  position: absolute;
  background: #fff103;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

#mainContents #quickMenu .line span:nth-child(odd) {
  width: 0;
  height: 1px;
}

#mainContents #quickMenu .line span:nth-child(even) {
  width: 1px;
  height: 0;
}

#mainContents #quickMenu .line span:nth-child(1) {
  left: 0;
  top: 0;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

#mainContents #quickMenu .line span:nth-child(2) {
  right: 0;
  top: 0;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

#mainContents #quickMenu .line span:nth-child(3) {
  right: 0;
  bottom: 0;
  -webkit-transition-delay: 0.6;
          transition-delay: 0.6;
}

#mainContents #quickMenu .line span:nth-child(4) {
  left: 0;
  bottom: 0;
  -webkit-transition-delay: 0.8;
          transition-delay: 0.8;
}

#mainContents #quickMenu > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}

#mainContents #quickMenu ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#mainContents #quickMenu ul li {
 /*  width: 195px; */
 width: 187px;
}


#mainContents #quickMenu ul li a {
  text-align: center;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  color: #e0e0e0;
  font-size: 1.125rem;
  position: relative;
}

#mainContents #quickMenu ul li a img {
  height: 74px;
}

#mainContents #quickMenu ul li a img,
#mainContents #quickMenu ul li a p {
  position: relative;
  z-index: 1;
}

#mainContents #quickMenu ul li a p {
  margin-top: 28px;
}

#mainContents #quickMenu ul li a:hover .line span {
  opacity: 1;
}

#mainContents #quickMenu ul li a:hover .line span:nth-child(odd) {
  width: 100%;
}

#mainContents #quickMenu ul li a:hover .line span:nth-child(even) {
  height: 100%;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
