@-webkit-keyframes scrollDown {
  0% {
    left: 86px;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 86px;
  }
}

@keyframes scrollDown {
  0% {
    left: 86px;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 86px;
  }
}

.tit_s1 {
  margin-bottom: 80px;
  color: #fff;
}

.tit_s1 dt {
  font-size: 5rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  margin-bottom: 36px;
  line-height: 0.875;
}

.tit_s1 dd {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 300;
}

.tit_s1.black {
  color: #222;
}

.tit_s2 {
  color: #fff;
  text-align: center;
}

.tit_s2 span {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

.tit_s2 dl {
  margin-top: 60px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.tit_s2 dl dt {
  margin-bottom: 38px;
  font-size: 6.25rem;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.tit_s2 dl dd {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.55;
}

.h100p {
  height: 100%;
}

#mainContents {
  overflow: hidden;
}

#mainContents > section {
  position: relative;
}

#mainContents > section:not(#mainVisual):not(#footer) {
  padding: 130px 0;
}

#mainContents #mainVisual {
  overflow: hidden;
}

#mainContents #mainVisual .item1 .bg {
  background-image: url("/img/main/mainVisual01.jpg");
}

#mainContents #mainVisual .item2 .bg {
  background-image: url("/img/main/mainVisual02.jpg");
}

#mainContents #mainVisual .item3 .bg {
  background-image: url("/img/main/mainVisual03.jpg");
}

#mainContents #mainVisual .visu {
  overflow: hidden;
}

#mainContents #mainVisual .item {
  overflow: hidden;
}

#mainContents #mainVisual .item .bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#mainContents #mainVisual .item.on .bg {
  -webkit-transform: scale(1);
  transform: scale(1);
}

#mainContents #mainVisual .item.on .txtBox h2 p {
  opacity: 1;
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}

#mainContents #mainVisual .item.on .txtBox span {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
  text-shadow: none;
  color: #fff;
  opacity: 1;
}

#mainContents #mainVisual .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 7s;
  transition: all 7s;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

#mainContents #mainVisual .txtBox {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 160px;
  color: #fff;
  overflow: hidden;
  padding-top: 10px;
}

#mainContents #mainVisual .txtBox h2 {
  margin-bottom: 34px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 8.125rem;
  line-height: 0.7;
  text-transform: uppercase;
  /* overflow: hidden; */
}

#mainContents #mainVisual .txtBox h2 p {
  -webkit-transition: all 1.8s;
  transition: all 1.8s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  opacity: 0;
}

#mainContents #mainVisual .txtBox h2 p:nth-child(1) {
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
}

#mainContents #mainVisual .txtBox h2 p:nth-child(2) {
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
}

#mainContents #mainVisual .txtBox h2 p:not(:last-child) {
  margin-bottom: 4px;
}

#mainContents #mainVisual .txtBox span {
  font-size: 1.875rem;
  font-weight: 300;
  display: block;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  color: transparent;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  opacity: 0;
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

#mainContents #mainVisual .controls {
  position: absolute;
  width: 100%;
  bottom: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#mainContents #mainVisual .controls > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#mainContents #mainVisual .controls .pageNum {
  font-size: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  margin-right: 28px;
}

#mainContents #mainVisual .controls .pageNum > div {
  opacity: 0.3;
}

#mainContents #mainVisual .controls .pageNum > div.current {
  opacity: 1;
}

#mainContents #mainVisual .controls .pageNum > div.slash {
  margin: 0 4px;
}

#mainContents #mainVisual .controls .arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#mainContents #mainVisual .controls .arrows button {
  width: 21px;
  height: 21px;
  background: #fff;
  border-radius: 50%;
  background: #fff;
  opacity: 0.3;
  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;
}

#mainContents #mainVisual .controls .arrows button:hover {
  opacity: 1;
}

#mainContents #mainVisual .controls .arrows button i {
  line-height: 1;
}

#mainContents #mainVisual .controls .arrows button:not(:last-child) {
  margin-right: 8px;
}

#mainContents #mainVisual .scrollDown {
  position: absolute;
  left: 0;
  bottom: 230px;
  width: 100%;
}

#mainContents #mainVisual .scrollDown button {
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left;
  transform-origin: left;
}

#mainContents #mainVisual .scrollDown button::before {
  content: url("/img/main/scrolLBtn_arr.png");
  position: absolute;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: block;
  left: 86px;
  bottom: 1px;
  -webkit-animation: scrollDown 3s infinite;
  animation: scrollDown 3s infinite;
}

#mainContents #mainVisual .scrollDown button:after {
  content: "";
  width: 160px;
  height: 1px;
  background: #fff;
  display: inline-block;
  margin-bottom: 4px;
  margin-left: 13px;
  opacity: 0.2;
}

#mainContents #product .hoverBox {
  position: absolute;
  padding-left: 43px;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

#mainContents #product .hoverBox dl dt {
  background-attachment: fixed;
  background-size: cover;
  padding: 30px 0;
  position: absolute;
  left: -60px;
  top: -200px;
}

#mainContents #product .hoverBox dl dt text {
  font-size: 8.125rem;
  line-height: 1;
  fill: none;
  stroke-width: 1;
  stroke: #fff;
}

#mainContents #product .hoverBox dl dd {
  font-size: 2.1875rem;
}

#mainContents #product .hoverBox .linkBox {
  margin-top: 34px;
}

#mainContents #product .hoverBox .linkBox p {
  font-size: 1rem;
  line-height: 1;
}

#mainContents #product .hoverBox .linkBox a {
  font-weight: 400;
  font-family: "Noto Sans KR", sans-serif;
  letter-spacing: 0.4px;
  font-size: 14px;
  color: #fff;
  position: relative;
}

#mainContents #product .hoverBox .linkBox a span {
  font-weight: 300;
}

#mainContents #product .hoverBox .linkBox a:before {
  content: url("/img/main/pd_hover_icon.png");
  position: absolute;
  left: -48px;
  top: -10px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#mainContents #product .hoverBox .linkBox a:hover {
  color: #57c61c;
}

#mainContents #product .hoverBox .linkBox a:hover::before {
  top: 0;
  opacity: 1;
}

#mainContents #product .inner1720 {
  z-index: 102;
}

#mainContents #product .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  background-attachment: fixed;
  background-size: cover !important;
  -webkit-transition: all 1s;
  transition: all 1s;
}

#mainContents #product .bg:nth-child(1) {
  background: url("/img/main/pd_bg.jpg") no-repeat center;
}

#mainContents #product .bg:nth-child(2) {
  background: url("/img/main/pd_bg_2.jpg") no-repeat center;
}

#mainContents #product .bg:nth-child(3) {
  background: url("/img/main/pd_bg_3.jpg") no-repeat center;
}

#mainContents #product .bg:nth-child(4) {
  background: url("/img/main/pd_bg_4.jpg") no-repeat center;
}

#mainContents #product .bg:nth-child(5) {
  background: url("/img/main/pd_bg_5.jpg") no-repeat center;
}

#mainContents #product .bg:nth-child(6) {
  background: url("/img/main/pd_bg_6.jpg") no-repeat center;
}

#mainContents #product .bg:nth-child(7) {
  background: url("/img/main/pd_bg_7.jpg") no-repeat center;
}

#mainContents #product .bg:nth-child(8) {
  background: url("/img/main/pd_bg_8.jpg") no-repeat center;
}

#mainContents #product .bg:nth-child(9) {
  background: url("/img/main/pd_bg_9.jpg") no-repeat center;
}

#mainContents #product .bg:nth-child(10) {
  background: url("/img/main/pd_bg_10.jpg") no-repeat center;
}

#mainContents #product .bg:nth-child(11) {
  background: url("/img/main/pd_bg_11.jpg") no-repeat center;
}

#mainContents #product .bg.on {
  z-index: 100;
  opacity: 1;
}

#mainContents #product .line_group {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#mainContents #product .line_group > div {
  width: 1px;
  -webkit-transition: all 1.7s;
  transition: all 1.7s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  height: 0;
  position: absolute;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

#mainContents #product .line_group > div:nth-child(odd) {
  top: 0;
}

#mainContents #product .line_group > div:nth-child(even) {
  bottom: 0;
}

#mainContents #product .line_group > div:nth-child(1) {
  left: 0%;
}

#mainContents #product .line_group > div:nth-child(2) {
  left: 25%;
}

#mainContents #product .line_group > div:nth-child(3) {
  left: 50%;
}

#mainContents #product .line_group > div:nth-child(4) {
  left: 75%;
}

#mainContents #product .line_group > div:nth-child(5) {
  left: 100%;
}

#mainContents #product.on .line_group > div {
  height: 100%;
}

#mainContents #product.on .tit_s1 dt,
#mainContents #product.on .tit_s1 dd {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

#mainContents #product.on .info ul li {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

#mainContents #product .tit_s1 {
  width: 25%;
}

#mainContents #product .tit_s1 dt,
#mainContents #product .tit_s1 dd {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
}

#mainContents #product .tit_s1 dt {
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

#mainContents #product .tit_s1 dd {
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

#mainContents #product .info {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 200px;
}

#mainContents #product .info .tit_s1 {
  background-attachment: fixed;
  background-size: cover;
  margin-bottom: 0;
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  padding: 25px 0;
}

#mainContents #product .info .tit_s1::before {
  bottom: 100%;
  left: 5px;
}

#mainContents #product .info ul {
  -webkit-transform: translateY(-90px);
  transform: translateY(-90px);
  width: 75%;
}

#mainContents #product .info ul li {
  letter-spacing: -2px;
  padding-left: 30px;
  width: 33.3333333%;
  position: relative;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  opacity: 0;
}

#mainContents #product .info ul li > span,
#mainContents #product .info ul li > p {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#mainContents #product .info ul li:nth-child(1) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

#mainContents #product .info ul li:nth-child(2) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

#mainContents #product .info ul li:nth-child(3) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

#mainContents #product .info ul li::before {
  top: 10px;
  left: 0;
}

#mainContents #product .info ul li p {
  margin-top: 12px;
}

#mainContents #product .info ul li em {
  font-weight: 400;
}

#mainContents #product .info ul li:hover > span,
#mainContents #product .info ul li:hover > p {
  opacity: 0;
}

#mainContents #product .info ul li:hover .hoverBox {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#mainContents #product .info .tit_s1,
#mainContents #product .info li {
  position: relative;
}

#mainContents #product .info .tit_s1:before,
#mainContents #product .info li:before {
  content: "";
  width: 1px;
  height: 80px;
  background: #fff;
  display: block;
  position: absolute;
}

#mainContents #performance {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

#mainContents #performance .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#mainContents #performance .cate {
  margin-bottom: 40px;
}

#mainContents #performance .cate ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#mainContents #performance .cate ul button {
  color: #333;
  font-size: 1.125rem;
  font-weight: 500;
}

#mainContents #performance .cate ul li:not(:last-child) {
  margin-right: 44px;
}

#mainContents #performance .cate ul li.on button {
  color: #57c61c;
}

#mainContents #performance .slick-list {
  margin: 0 -15px;
}

#mainContents #performance .item {
  opacity: 0.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 15px;
  -webkit-transition: all 1s;
  transition: all 1s;
  width: 1400px;
  overflow: hidden;
  position: relative;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#mainContents #performance .item .txtBox {
  max-width: 600px;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 5%;
  width: 100%;
}

#mainContents #performance .item .txtBox .tit {
  font-size: 4rem;
  color: #222;
  font-weight: 700;
  letter-spacing: -1px;
  font-family: "Roboto Condensed", sans-serif;
  word-break: break-all;
}

#mainContents #performance .item .txtBox .tit,
#mainContents #performance .item .txtBox dl {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  opacity: 0;
}

#mainContents #performance .item .txtBox .tit {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

#mainContents #performance .item .txtBox dl {
  margin-top: 48px;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

#mainContents #performance .item .txtBox dl dt {
  font-size: 1.5rem;
  color: #57c61c;
  font-weight: 700;
}

#mainContents #performance .item .txtBox dl dt span {
  font-weight: 300;
}

#mainContents #performance .item .txtBox dl dd {
  line-height: 1.75;
  margin-top: 30px;
}

#mainContents #performance .item .img {
  -webkit-transition: all 1s;
  transition: all 1s;
}

#mainContents #performance .item.slick-now {
  opacity: 1;
}

#mainContents #performance .item.slick-now .txtBox {
  padding-left: 130px;
  opacity: 1;
}

#mainContents #performance .item.slick-now .txtBox .tit,
#mainContents #performance .item.slick-now .txtBox dl {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

#mainContents #performance .item.slick-now .img {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#mainContents #performance .item.slick-now + article .img {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

#mainContents #performance .controls {
  margin-top: 34px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  color: #333;
}

#mainContents #performance .controls .pageNum {
  margin: 0 30px 0 20px;
}

#mainContents #performance .controls .pageNum .slash {
  margin: 0 2px;
}

#mainContents #performance .controls .pageNum .slash,
#mainContents #performance .controls .pageNum .total {
  color: #ccc;
}

#mainContents #performance .controls .bar {
  width: calc(46% + 22px);
  height: 4px;
  background: #e1e1e1;
  position: relative;
}

#mainContents #performance .controls .bar span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #57c61c;
  height: 100%;
}

#mainContents #performance .more_s1 {
  margin-top: 50px;
}

#mainContents #performance .more_s1 a {
  color: #333;
}

#mainContents #performance .more_s1 svg .bg {
  stroke: rgba(0, 0, 0, 0.2);
}

#mainContents #performance .more_s1 svg .progress {
  stroke: #57c61c;
}

#mainContents #history {
  overflow: hidden;
  background-size: cover;
  position: relative;
}

#mainContents #history .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#mainContents #history .bg > div {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}

#mainContents #history .bg > div:nth-child(1) {
  background: url("/img/main/history_bg01.jpg") no-repeat center;
  display: block;
}

#mainContents #history .bg > div:nth-child(2) {
  background: url("/img/main/history_bg02.jpg") no-repeat center;
}

#mainContents #history .bg > div:nth-child(3) {
  background: url("/img/main/history_bg03.jpg") no-repeat center;
}

#mainContents #history .bg > div:nth-child(4) {
  background: url("/img/main/history_bg04.jpg") no-repeat center;
}

#mainContents #history .tit_s2 {
  margin-top: 30px;
}

#mainContents #history .tit_s2 dl {
  margin-top: 30px;
}

#mainContents #history .tit_s2 span,
#mainContents #history .tit_s2 dt,
#mainContents #history .tit_s2 dd {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  display: block;
}

#mainContents #history .tit_s2 span {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

#mainContents #history .tit_s2 dt {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

#mainContents #history .tit_s2 dd {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

#mainContents #history.on .tit_s2 span,
#mainContents #history.on .tit_s2 dt,
#mainContents #history.on .tit_s2 dd {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#mainContents #history.on .list ul li {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

#mainContents #history > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#mainContents #history .list {
  width: 100%;
}

#mainContents #history .list ul {
  height: 100%;
}

#mainContents #history .list ul li {
  height: 100%;
  width: 25%;
  text-align: center;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: 1s;
  transition: 1s;
}

#mainContents #history .list ul li a {
  padding: 210px 10px 0;
  color: #fff;
  display: block;
  position: relative;
}

#mainContents #history .list ul li a > div {
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#mainContents #history .list ul li a:after {
  content: "";
  width: 100%;
  background: url("/img/main/his_lst_bg.png") no-repeat center bottom;
  display: block;
  position: absolute;
  left: 0;
  bottom: -133px;
  -webkit-transition: all 1s;
  transition: all 1s;
  height: 0;
}

#mainContents #history .list ul li:hover a > div {
  -webkit-transform: translateY(-46px);
  transform: translateY(-46px);
}

#mainContents #history .list ul li:hover a:after {
  height: 620px;
}

#mainContents #history .list ul li:hover dl dd {
  opacity: 1;
}

#mainContents #history .list ul li dl dt {
  font-size: 1.5rem;
  font-weight: 700;
}

#mainContents #history .list ul li dl dd {
  line-height: 1.75;
  margin-top: 30px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#mainContents #history .list ul li .icon {
  margin-bottom: 36px;
}

#mainContents #history .list ul li img {
  height: 52px;
}

#mainContents #history .list ul li:nth-child(1) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

#mainContents #history .list ul li:nth-child(2) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

#mainContents #history .list ul li:nth-child(3) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

#mainContents #history .list ul li:nth-child(4) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

#mainContents #news > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#mainContents #news .list ul li a {
  position: relative;
  display: block;
}

#mainContents #news .list ul li a .date {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  color: #777;
  margin-bottom: 30px;
}

#mainContents #news .list ul li a .info {
  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;
}

#mainContents #news .list ul li a .txtBox {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  width: calc(100% - 323px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#mainContents #news .list ul li a .txtBox > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#mainContents #news .list ul li a .txtBox .tit {
  font-size: 1.5rem;
  color: #222;
  font-weight: 700;
  margin-bottom: 14px;
}

#mainContents #news .list ul li a .txtBox .txt {
  color: #777;
}

#mainContents #news .list ul li a .img {
  width: 293px;
  padding-top: 17.06349206349%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

#mainContents #news .list ul li a .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
}

#mainContents #news .list ul li a .img:after {
  content: "";
  width: 66px;
  height: 66px;
  background: url("/img/main/plus_icon.png") no-repeat center #57c61c;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: -33px;
  top: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate(100px, -50%);
  transform: translate(100px, -50%);
  opacity: 0;
}

#mainContents #news .list ul li a:hover .txtBox {
  width: calc(100% - 470px);
}

#mainContents #news .list ul li a:hover .txtBox .tit {
  color: #57c61c;
}

#mainContents #news .list ul li a:hover .img {
  margin-right: 137px;
}

#mainContents #news .list ul li a:hover .img:after {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 1;
}

#mainContents #news .list ul li a:hover:after {
  width: calc(100% - 470px);
}

#mainContents #news .list ul li a:after {
  content: "";
  width: calc(100% - 323px);
  height: 1px;
  background: #e1e1e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

#mainContents #inquiry {
  height: 600px !important;
  background: url("/img/main/inquiry_bg.jpg") no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
}

#mainContents #inquiry > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

#mainContents #inquiry .more_s1,
#mainContents #inquiry dt,
#mainContents #inquiry dd {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  opacity: 0;
}

#mainContents #inquiry dt {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

#mainContents #inquiry dd {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

#mainContents #inquiry .more_s1 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

#mainContents #inquiry.on .more_s1,
#mainContents #inquiry.on dt,
#mainContents #inquiry.on dd {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.more_s1 a {
  font-weight: 500;
  color: #fff;
  position: relative;
  display: inline-block;
}

.more_s1 a:hover .progress {
  stroke-dashoffset: 50px;
}

.more_s1 span {
  margin-left: 18px;
}

.more_s1 svg {
  -webkit-transform: rotate(-130deg);
  transform: rotate(-130deg);
  position: absolute;
  right: -34px;
  top: -20px;
  width: 64px;
  height: 64px;
}

.more_s1 svg .bg {
  fill: none;
  stroke-width: 2px;
  stroke: rgba(255, 255, 255, 0.2);
  stroke-dasharray: 140px;
  stroke-dashoffset: 0px;
}

.more_s1 svg .progress {
  -webkit-transition: all 1s;
  transition: all 1s;
  fill: none;
  stroke-width: 2px;
  stroke: #fff;
  stroke-dasharray: 190px;
  stroke-dashoffset: 190px;
}

.sec_slide_btn {
  opacity: 0;
  position: fixed;
  max-width: 1920px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 100;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 240px;
}

.sec_slide_btn > div {
  position: absolute;
  right: 100px;
  top: 0;
  width: auto !important;
}

.sec_slide_btn.on {
  opacity: 1;
  z-index: 9999;
}

.sec_slide_btn > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sec_slide_btn ul {
  width: 100px;
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.sec_slide_btn ul.white_on button p {
  background: #777;
}

.sec_slide_btn li {
  max-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sec_slide_btn li:not(:last-child) {
  margin-bottom: 13px;
}

.sec_slide_btn li:hover em {
  opacity: 1;
}

.sec_slide_btn li:hover p {
  background: #57c61c !important;
  height: 30px;
}

.sec_slide_btn li.on em {
  opacity: 1;
}

.sec_slide_btn li.on p {
  background: #57c61c !important;
  height: 30px;
}

.sec_slide_btn button {
  color: #57c61c;
  font-size: 12px;
  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;
  text-transform: uppercase;
  font-weight: 600;
}

.sec_slide_btn button * {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sec_slide_btn button p {
  width: 2px;
  height: 2px;
  position: relative;
  margin-left: 10px;
  background: #fff;
}

.sec_slide_btn button span {
  border-radius: 50%;
}

.sec_slide_btn button em {
  opacity: 0;
}

.sec_slide_btn.sub.on li.on button p {
  background: #555;
}
