body {
  overflow-y: scroll;
}

.main-kv {
  position: relative;
  z-index: 10;
}

.main-kv a {
  display: block;
}

.main-kv .kv-items-wrap .kv-item .txt-content {
  opacity: 0;
  filter: alpha(opacity=0);
}

.main-kv .kv-items-wrap .kv-item.onTrans .txt-content {
  -webkit-transition: opacity 1s cubic-bezier(0,0,1,1);
  -webkit-transition-delay: 0.5s;
  -moz-transition: opacity 1s cubic-bezier(0,0,1,1);
  -moz-transition-delay: 0.5s;
  -ms-transition: opacity 1s cubic-bezier(0,0,1,1);
  -ms-transition-delay: 0.5s;
  -o-transition: opacity 1s cubic-bezier(0,0,1,1);
  -o-transition-delay: 0.5s;
  transition: opacity 1s cubic-bezier(0,0,1,1);
  transition-delay: 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
}

.main-kv .img-content {
  transform-origin: center bottom;
  overflow: hidden;
}

.main-kv .img-content .inner-wrap {
  position: relative;
  overflow: hidden;
  transform-origin: center bottom;
}

.main-kv .img-content .inner-wrap figure.mod-covered-bg {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.4, 1.4);
  -moz-transform: scale(1.4, 1.4);
  -ms-transform: scale(1.4, 1.4);
  -o-transform: scale(1.4, 1.4);
  transform: scale(1.4, 1.4);
}

.main-kv .img-content .inner-wrap figure.mod-covered-bg.complete {
  -webkit-transition: -webkit-transform 1s 0s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 1s;
  -moz-transition: -moz-transform 1s 0s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 1s;
  -ms-transition: -ms-transform 1s 0s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 1s;
  -o-transition: -o-transform 1s 0s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 1s;
  transition: transform 1s 0s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 1s;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  filter: alpha(opacity=100);
}

.main-kv .img-content .inner-wrap .canvas-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}

.main-kv .img-content .inner-wrap .canvas-box.complete {
  -webkit-transition: opacity 0.2s cubic-bezier(0,0,1,1);
  -webkit-transition-delay: 1s;
  -moz-transition: opacity 0.2s cubic-bezier(0,0,1,1);
  -moz-transition-delay: 1s;
  -ms-transition: opacity 0.2s cubic-bezier(0,0,1,1);
  -ms-transition-delay: 1s;
  -o-transition: opacity 0.2s cubic-bezier(0,0,1,1);
  -o-transition-delay: 1s;
  transition: opacity 0.2s cubic-bezier(0,0,1,1);
  transition-delay: 1s;
  opacity: 1;
  filter: alpha(opacity=100);
}

.main-kv .img-content .inner-wrap .video-box {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.main-kv .img-content .inner-wrap .video-box.show {
  display: block;
}

.main-kv .txt-content .inner-wrap {
  position: relative;
}

.main-kv .txt-content .title-holder br {
  display: none;
}

.main-kv .txt-content .title-holder .title {
  font-family: "samsungSharpSansMedium";
  color: #000;
}

.main-kv .txt-content .title-holder .desc {
  display: block;
  font-family: "samsungonelatin400";
  color: #000;
}

.main-kv .txt-content .date .txt {
  display: block;
  font-family: "samsungonelatin400";
  color: #666;
}

@media only screen and (min-width: 768px) {
  .main-kv {
    min-height: 852px;
    min-height: 33.28125%;
  }
  .main-kv .img-content .inner-wrap {
    padding-top: 852px;
    padding-top: 33.28125%;
  }
  .main-kv .txt-content {
    padding: 0px 96px;
    padding: 0% 3.75%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767.7px) {
  .main-kv .txt-content {
    padding-top: 4vw;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1280px) {
  .main-kv .txt-content {
    padding-top: 30px;
    padding-top: 2.34375vw;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1281px) {
  .main-kv .txt-content {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767.7px) {
  .main-kv .txt-content {
    padding-bottom: 16vw;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1280px) {
  .main-kv .txt-content {
    padding-bottom: 120px;
    padding-bottom: 9.375vw;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1281px) {
  .main-kv .txt-content {
    padding-bottom: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767.7px) {
  .main-kv .txt-content .inner-wrap {
    margin: 0vw 4.26667vw;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1280px) {
  .main-kv .txt-content .inner-wrap {
    margin: 0px 32px;
    margin: 0vw 1.25vw;
    /*  @media (min-width:$psd-pc-width) {
            margin: $px;
        }*/
  }
}

@media only screen and (min-width: 768px) and (min-width: 1281px) and (max-width: 2560px) {
  .main-kv .txt-content .inner-wrap {
    margin: 0px 32px;
    margin: 0vw 1.25vw;
    /*  @media (min-width:$psd-pc-width) {
            margin: $px;
        }*/
  }
}

@media only screen and (min-width: 768px) and (min-width: 2561px) {
  .main-kv .txt-content .inner-wrap {
    margin: 0px 32px;
  }
}

@media only screen and (min-width: 768px) {
  .main-kv .txt-content .title-holder .title {
    letter-spacing: -0.015em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767.7px) {
  .main-kv .txt-content .title-holder .title {
    font-size: 6.4vw;
    line-height: 1;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1280px) {
  .main-kv .txt-content .title-holder .title {
    font-size: 48px;
    font-size: 3.75vw;
    line-height: 1;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1281px) {
  .main-kv .txt-content .title-holder .title {
    font-size: 48px;
    line-height: 1;
  }
}

@media only screen and (min-width: 768px) and (min-width: 2561px) {
  .main-kv .txt-content .title-holder .title {
    font-size: 48px;
    line-height: 1;
  }
}

@media only screen and (min-width: 768px) {
  .main-kv .txt-content .title-holder .desc {
    letter-spacing: -0.015em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767.7px) {
  .main-kv .txt-content .title-holder .desc {
    padding-top: 2.66667vw;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1280px) {
  .main-kv .txt-content .title-holder .desc {
    padding-top: 20px;
    padding-top: 1.5625vw;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1281px) {
  .main-kv .txt-content .title-holder .desc {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767.7px) {
  .main-kv .txt-content .title-holder .desc {
    font-size: 3.73333vw;
    line-height: 1;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1280px) {
  .main-kv .txt-content .title-holder .desc {
    font-size: 28px;
    font-size: 2.1875vw;
    line-height: 1;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1281px) {
  .main-kv .txt-content .title-holder .desc {
    font-size: 28px;
    line-height: 1;
  }
}

@media only screen and (min-width: 768px) and (min-width: 2561px) {
  .main-kv .txt-content .title-holder .desc {
    font-size: 28px;
    line-height: 1;
  }
}

@media only screen and (min-width: 768px) {
  .main-kv .txt-content .date {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767.7px) {
  .main-kv .txt-content .date .txt {
    font-size: 1.6vw;
    line-height: 1;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1280px) {
  .main-kv .txt-content .date .txt {
    font-size: 12px;
    font-size: 0.9375vw;
    line-height: 1;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1281px) {
  .main-kv .txt-content .date .txt {
    font-size: 12px;
    line-height: 1;
  }
}

@media only screen and (min-width: 768px) and (min-width: 2561px) {
  .main-kv .txt-content .date .txt {
    font-size: 12px;
    line-height: 1;
  }
}

@media only screen and (min-width: 1281px) {
  .main-kv .img-content .inner-wrap figure.mod-covered-bg {
    background-size: 100% auto;
    background-position-x: 50%;
    image-rendering: auto;
    background-color: #fff;
  }
}

@media only screen and (max-width: 767.7px) {
  .main-kv {
    height: auto;
  }
  .main-kv .img-content .inner-wrap {
    padding-top: 100%;
  }
  .main-kv .txt-content {
    padding: 9.06667% 4% 20%;
  }
  .main-kv .txt-content .inner-wrap {
    margin: 0vw 4vw;
  }
  .main-kv .txt-content .title-holder .title {
    font-size: 10.66667vw;
    line-height: 1.15;
  }
  .main-kv .txt-content .title-holder .desc {
    padding-top: 3.73333vw;
    font-size: 4.8vw;
    line-height: 1.16667;
  }
  .main-kv .txt-content .date {
    position: static;
    padding-top: 5.06667vw;
  }
  .main-kv .txt-content .date .txt {
    font-size: 3.73333vw;
    line-height: 1;
  }
}

@media only screen and (max-width: 767.7px) {
  .main-list-wrap {
    padding-top: 6.66667vw;
  }
}

.main-list-wrap .component-list {
  position: relative;
  font-size: 0;
}

.main-list-wrap .component-list li {
  display: inline-block;
  box-sizing: content-box;
  vertical-align: top;
}

.main-list-wrap .component-list li br {
  display: none;
}

.main-list-wrap .component-list li dl {
  position: relative;
  padding-top: 56.25%;
}

.main-list-wrap .component-list li dl span {
  display: block;
}

.main-list-wrap .component-list li dt.title {
  font-family: "samsungSharpSansMedium";
  letter-spacing: -0.02em;
  color: #000;
  text-align: left;
  opacity: 0;
  filter: alpha(opacity=0);
}

.main-list-wrap .component-list li dd.desc {
  font-family: "samsungonelatin400";
  letter-spacing: -0.02em;
  color: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

.main-list-wrap .component-list li dd.date {
  font-family: "samsungonelatin400";
  color: #666;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

.main-list-wrap .component-list li dd.img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: inherit;
  overflow: hidden;
}

.main-list-wrap .component-list li dd.img a {
  display: block;
  position: absolute;
  width: 100%;
  padding-top: inherit;
  top: 0;
  -webkit-transform: translateY(200%) scale(0.5, 0.5);
  -moz-transform: translateY(200%) scale(0.5, 0.5);
  -ms-transform: translateY(200%) scale(0.5, 0.5);
  -o-transform: translateY(200%) scale(0.5, 0.5);
  transform: translateY(200%) scale(0.5, 0.5);
}

.main-list-wrap .component-list li dd.img .item {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.main-list-wrap .component-list li dd.img .item figure {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 1s cubic-bezier(0,0,1,1);
  -webkit-transition-delay: 0s;
  -moz-transition: opacity 1s cubic-bezier(0,0,1,1);
  -moz-transition-delay: 0s;
  -ms-transition: opacity 1s cubic-bezier(0,0,1,1);
  -ms-transition-delay: 0s;
  -o-transition: opacity 1s cubic-bezier(0,0,1,1);
  -o-transition-delay: 0s;
  transition: opacity 1s cubic-bezier(0,0,1,1);
  transition-delay: 0s;
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.main-list-wrap .component-list li dd.img .item figure.complete {
  opacity: 1;
  filter: alpha(opacity=100);
}

.main-list-wrap .component-list li dd.img .canvas-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-list-wrap .component-list li.onTrans dd.img a {
  -webkit-transition: -webkit-transform 1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s;
  -moz-transition: -moz-transform 1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s;
  -ms-transition: -ms-transform 1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s;
  -o-transition: -o-transform 1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s;
  transition: transform 1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s;
  -webkit-transform: translateY(0%) scale(1, 1);
  -moz-transform: translateY(0%) scale(1, 1);
  -ms-transform: translateY(0%) scale(1, 1);
  -o-transform: translateY(0%) scale(1, 1);
  transform: translateY(0%) scale(1, 1);
}

.main-list-wrap .component-list li.onTrans dd.img a .item figure {
  -webkit-transition: -webkit-transform 1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s;
  -moz-transition: -moz-transform 1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s;
  -ms-transition: -ms-transform 1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s;
  -o-transition: -o-transform 1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s;
  transition: transform 1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.main-list-wrap .component-list li.onTrans dd.img a:hover .item figure {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.main-list-wrap .component-list li.onTrans dt.title {
  -webkit-transition: opacity 0.5s cubic-bezier(0,0,1,1);
  -webkit-transition-delay: 0.5s;
  -moz-transition: opacity 0.5s cubic-bezier(0,0,1,1);
  -moz-transition-delay: 0.5s;
  -ms-transition: opacity 0.5s cubic-bezier(0,0,1,1);
  -ms-transition-delay: 0.5s;
  -o-transition: opacity 0.5s cubic-bezier(0,0,1,1);
  -o-transition-delay: 0.5s;
  transition: opacity 0.5s cubic-bezier(0,0,1,1);
  transition-delay: 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
}

.main-list-wrap .component-list li.onTrans dd.desc {
  -webkit-transition: -webkit-transform 0.5s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s 0.5s;
  -moz-transition: -moz-transform 0.5s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s 0.5s;
  -ms-transition: -ms-transform 0.5s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s 0.5s;
  -o-transition: -o-transform 0.5s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s 0.5s;
  transition: transform 0.5s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

.main-list-wrap .component-list li.onTrans dd.date {
  -webkit-transition: -webkit-transform 0.4s 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s 0.6s;
  -moz-transition: -moz-transform 0.4s 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s 0.6s;
  -ms-transition: -ms-transform 0.4s 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s 0.6s;
  -o-transition: -o-transform 0.4s 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s 0.6s;
  transition: transform 0.4s 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s 0.6s;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

.main-list-wrap .component-list .text-area .nocontent_msg {
  margin-top: 150px;
  text-align: center;
}

@media only screen and (max-width: 767.7px) {
  .main-list-wrap .component-list .text-area .nocontent_msg {
    font-family: "samsungonelatin400";
    font-size: 3.2vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .main-list-wrap .component-list .text-area .nocontent_msg {
    font-family: "samsungonelatin400";
    font-size: 24px;
    font-size: 1.875vw;
  }
}

@media only screen and (min-width: 1281px) {
  .main-list-wrap .component-list .text-area .nocontent_msg {
    font-family: "samsungonelatin400";
    font-size: 24px;
  }
}

@media only screen and (min-width: 2561px) {
  .main-list-wrap .component-list .text-area .nocontent_msg {
    font-family: "samsungonelatin400";
    font-size: 24px;
  }
}

@media only screen and (max-width: 767.7px) {
  .main-list-wrap .component-list .text-area .nocontent_msg strong {
    font-family: "samsungonelatin700";
    font-size: 3.2vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .main-list-wrap .component-list .text-area .nocontent_msg strong {
    font-family: "samsungonelatin700";
    font-size: 24px;
    font-size: 1.875vw;
  }
}

@media only screen and (min-width: 1281px) {
  .main-list-wrap .component-list .text-area .nocontent_msg strong {
    font-family: "samsungonelatin700";
    font-size: 24px;
  }
}

@media only screen and (min-width: 2561px) {
  .main-list-wrap .component-list .text-area .nocontent_msg strong {
    font-family: "samsungonelatin700";
    font-size: 24px;
  }
}

@media only screen and (min-width: 768px) {
  .main-list-wrap .component-list li {
    width: 30%;
    margin: 0px 16px;
    margin: 0% 0.625%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767.7px) {
  .main-list-wrap .component-list li {
    padding-bottom: 10.66667vw;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1280px) {
  .main-list-wrap .component-list li {
    padding-bottom: 80px;
    padding-bottom: 6.25vw;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1281px) {
  .main-list-wrap .component-list li {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) {
  .main-list-wrap .component-list li:nth-child(3n+1) {
    margin-left: 3.75%;
  }
  .main-list-wrap .component-list li:nth-child(3n+3) {
    margin-right: 3.75%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767.7px) {
  .main-list-wrap .component-list li dt.title {
    padding: 0vw 4.26667vw;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1280px) {
  .main-list-wrap .component-list li dt.title {
    padding: 0px 32px;
    padding: 0vw 1.25vw;
    /*  @media (min-width:$psd-pc-width) {
            padding: $px;
        }*/
  }
}

@media only screen and (min-width: 768px) and (min-width: 1281px) and (max-width: 2560px) {
  .main-list-wrap .component-list li dt.title {
    padding: 0px 32px;
    padding: 0vw 1.25vw;
    /*  @media (min-width:$psd-pc-width) {
            padding: $px;
        }*/
  }
}

@media only screen and (min-width: 768px) and (min-width: 2561px) {
  .main-list-wrap .component-list li dt.title {
    padding: 0px 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767.7px) {
  .main-list-wrap .component-list li dt.title {
    padding-top: 3.46667vw;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1280px) {
  .main-list-wrap .component-list li dt.title {
    padding-top: 26px;
    padding-top: 2.03125vw;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1281px) {
  .main-list-wrap .component-list li dt.title {
    padding-top: 26px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767.7px) {
  .main-list-wrap .component-list li dt.title {
    font-size: 4vw;
    line-height: 1.2;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1280px) {
  .main-list-wrap .component-list li dt.title {
    font-size: 30px;
    font-size: 2.34375vw;
    line-height: 1.2;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1281px) {
  .main-list-wrap .component-list li dt.title {
    font-size: 30px;
    line-height: 1.2;
  }
}

@media only screen and (min-width: 768px) and (min-width: 2561px) {
  .main-list-wrap .component-list li dt.title {
    font-size: 30px;
    line-height: 1.2;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767.7px) {
  .main-list-wrap .component-list li dd.desc {
    padding: 0vw 4.26667vw;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1280px) {
  .main-list-wrap .component-list li dd.desc {
    padding: 0px 32px;
    padding: 0vw 1.25vw;
    /*  @media (min-width:$psd-pc-width) {
            padding: $px;
        }*/
  }
}

@media only screen and (min-width: 768px) and (min-width: 1281px) and (max-width: 2560px) {
  .main-list-wrap .component-list li dd.desc {
    padding: 0px 32px;
    padding: 0vw 1.25vw;
    /*  @media (min-width:$psd-pc-width) {
            padding: $px;
        }*/
  }
}

@media only screen and (min-width: 768px) and (min-width: 2561px) {
  .main-list-wrap .component-list li dd.desc {
    padding: 0px 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767.7px) {
  .main-list-wrap .component-list li dd.desc {
    padding-top: 1.86667vw;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1280px) {
  .main-list-wrap .component-list li dd.desc {
    padding-top: 14px;
    padding-top: 1.09375vw;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1281px) {
  .main-list-wrap .component-list li dd.desc {
    padding-top: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767.7px) {
  .main-list-wrap .component-list li dd.desc {
    font-size: 2.4vw;
    line-height: 1.22222;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1280px) {
  .main-list-wrap .component-list li dd.desc {
    font-size: 18px;
    font-size: 1.40625vw;
    line-height: 1.22222;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1281px) {
  .main-list-wrap .component-list li dd.desc {
    font-size: 18px;
    line-height: 1.22222;
  }
}

@media only screen and (min-width: 768px) and (min-width: 2561px) {
  .main-list-wrap .component-list li dd.desc {
    font-size: 18px;
    line-height: 1.22222;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767.7px) {
  .main-list-wrap .component-list li dd.date {
    padding: 0vw 4.26667vw;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1280px) {
  .main-list-wrap .component-list li dd.date {
    padding: 0px 32px;
    padding: 0vw 1.25vw;
    /*  @media (min-width:$psd-pc-width) {
            padding: $px;
        }*/
  }
}

@media only screen and (min-width: 768px) and (min-width: 1281px) and (max-width: 2560px) {
  .main-list-wrap .component-list li dd.date {
    padding: 0px 32px;
    padding: 0vw 1.25vw;
    /*  @media (min-width:$psd-pc-width) {
            padding: $px;
        }*/
  }
}

@media only screen and (min-width: 768px) and (min-width: 2561px) {
  .main-list-wrap .component-list li dd.date {
    padding: 0px 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767.7px) {
  .main-list-wrap .component-list li dd.date {
    padding-top: 2.4vw;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1280px) {
  .main-list-wrap .component-list li dd.date {
    padding-top: 18px;
    padding-top: 1.40625vw;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1281px) {
  .main-list-wrap .component-list li dd.date {
    padding-top: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767.7px) {
  .main-list-wrap .component-list li dd.date {
    font-size: 1.6vw;
    line-height: 1;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1280px) {
  .main-list-wrap .component-list li dd.date {
    font-size: 12px;
    font-size: 0.9375vw;
    line-height: 1;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1281px) {
  .main-list-wrap .component-list li dd.date {
    font-size: 12px;
    line-height: 1;
  }
}

@media only screen and (min-width: 768px) and (min-width: 2561px) {
  .main-list-wrap .component-list li dd.date {
    font-size: 12px;
    line-height: 1;
  }
}

@media only screen and (min-width: 2561px) {
  .main-list-wrap .component-list li dl {
    padding-top: 432px;
  }
}

@media only screen and (max-width: 767.7px) {
  .main-list-wrap .component-list li {
    display: block;
    width: 92%;
    margin: 0 4%;
    padding-bottom: 26.13333vw;
  }
  .main-list-wrap .component-list li:nth-child(3n+1) {
    margin-left: 4%;
  }
  .main-list-wrap .component-list li:nth-child(3n+3) {
    margin-right: 4%;
  }
  .main-list-wrap .component-list li dt.title {
    padding: 6.93333vw 4vw 0vw;
    font-size: 7.46667vw;
    line-height: 1.14286;
  }
  .main-list-wrap .component-list li dd.desc {
    padding: 2.66667vw 4vw 0vw;
    font-size: 4.8vw;
    line-height: 1.33333;
  }
  .main-list-wrap .component-list li dd.date {
    padding: 2.66667vw 4vw 0vw;
    font-size: 3.73333vw;
  }
  .main-list-wrap .component-list .text-area {
    position: fixed;
    top: 61px;
    background-color: #FFF;
    width: 100%;
    height: 100vh;
  }
  .main-list-wrap .component-list .text-area .nocontent_msg {
    width: 80%;
    margin: 0 auto;
    padding: 40% 0;
    text-align: center;
    font-family: "samsungonelatin400";
    font-size: 4.26667vw;
  }
  .main-list-wrap .component-list .text-area .nocontent_msg strong {
    font-family: "samsungonelatin700";
    font-size: 4.26667vw;
  }
}

.main-list-btn-area {
  text-align: center;
  font-size: 0;
}

.main-list-btn-area .btn-more {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.main-list-btn-area .btn-more .txt {
  display: inline-block;
  position: relative;
  color: #000;
  line-height: 1;
  letter-spacing: 0.06em;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1s cubic-bezier(0,0,1,1);
  -webkit-transition-delay: 0s;
  -moz-transition: opacity 1s cubic-bezier(0,0,1,1);
  -moz-transition-delay: 0s;
  -ms-transition: opacity 1s cubic-bezier(0,0,1,1);
  -ms-transition-delay: 0s;
  -o-transition: opacity 1s cubic-bezier(0,0,1,1);
  -o-transition-delay: 0s;
  transition: opacity 1s cubic-bezier(0,0,1,1);
  transition-delay: 0s;
}

.main-list-btn-area .btn-more .line {
  display: block;
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform 1s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: -moz-transform 1s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: -ms-transform 1s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 1s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 1s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  overflow: hidden;
}

.main-list-btn-area .btn-more .line:before {
  position: absolute;
  display: block;
  content: '';
  height: 100%;
  left: 50%;
  margin: 0 auto;
  border-left: 1px solid #000;
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform 0.5s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: -moz-transform 0.5s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: -ms-transform 0.5s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: -o-transform 0.5s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 125dpi) {
  .main-list-btn-area .btn-more .line:before {
    border-left-width: 0.667px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .main-list-btn-area .btn-more .line:before {
    border-left-width: 1px;
  }
}

.main-list-btn-area.onTrans .btn-more .txt {
  opacity: 1;
  filter: alpha(opacity=100);
}

.main-list-btn-area.onTrans .btn-more .line {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.main-list-btn-area.onTrans .btn-more:hover .line:before {
  -webkit-animation: ani-more-hover 1s forwards;
  -moz-animation: ani-more-hover 1s forwards;
  -ms-animation: ani-more-hover 1s forwards;
  -o-animation: ani-more-hover 1s forwards;
  animation: ani-more-hover 1s forwards;
}

@-webkit-keyframes ani-more-hover {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(110%);
    -moz-transform: translateY(110%);
    -ms-transform: translateY(110%);
    -o-transform: translateY(110%);
    transform: translateY(110%);
  }
  40.01% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes ani-more-hover {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(110%);
    -moz-transform: translateY(110%);
    -ms-transform: translateY(110%);
    -o-transform: translateY(110%);
    transform: translateY(110%);
  }
  40.01% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes ani-more-hover {
  .main-list-btn-area.onTrans .btn-more:hover .line:before 0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .main-list-btn-area.onTrans .btn-more:hover .line:before 40% {
    -webkit-transform: translateY(110%);
    -moz-transform: translateY(110%);
    -ms-transform: translateY(110%);
    -o-transform: translateY(110%);
    transform: translateY(110%);
  }
  .main-list-btn-area.onTrans .btn-more:hover .line:before 40.01% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .main-list-btn-area.onTrans .btn-more:hover .line:before 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes ani-more-hover {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(110%);
    -moz-transform: translateY(110%);
    -ms-transform: translateY(110%);
    -o-transform: translateY(110%);
    transform: translateY(110%);
  }
  40.01% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes ani-more-hover {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(110%);
    -moz-transform: translateY(110%);
    -ms-transform: translateY(110%);
    -o-transform: translateY(110%);
    transform: translateY(110%);
  }
  40.01% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@media only screen and (min-width: 768px) {
  .main-list-btn-area {
    padding: 0 3.75%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767.7px) {
  .main-list-btn-area {
    padding-bottom: 6.13333vw;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1280px) {
  .main-list-btn-area {
    padding-bottom: 46px;
    padding-bottom: 3.59375vw;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1281px) {
  .main-list-btn-area {
    padding-bottom: 46px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767.7px) {
  .main-list-btn-area .btn-more .txt {
    padding: 1.33333vw 5.33333vw;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1280px) {
  .main-list-btn-area .btn-more .txt {
    padding: 10px 40px;
    padding: 0.78125vw 3.125vw;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1281px) {
  .main-list-btn-area .btn-more .txt {
    padding: 10px 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767.7px) {
  .main-list-btn-area .btn-more .txt {
    font-size: 2.4vw;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1280px) {
  .main-list-btn-area .btn-more .txt {
    font-size: 18px;
    font-size: 1.40625vw;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1281px) {
  .main-list-btn-area .btn-more .txt {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 2561px) {
  .main-list-btn-area .btn-more .txt {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767.7px) {
  .main-list-btn-area .btn-more .line {
    height: 4vw;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1280px) {
  .main-list-btn-area .btn-more .line {
    height: 30px;
    height: 2.34375vw;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1281px) {
  .main-list-btn-area .btn-more .line {
    height: 30px;
  }
}

@media only screen and (max-width: 767.7px) {
  .main-list-btn-area {
    padding: 0 4%;
    padding-bottom: 20vw;
  }
  .main-list-btn-area .btn-more .txt {
    padding: 2.66667vw 5.33333vw;
    font-size: 3.73333vw;
  }
  .main-list-btn-area .btn-more .line {
    height: 5.33333vw;
  }
}

/*# sourceMappingURL=main_renewal.css.map */