html {
  font-size: 36px;
  scroll-behavior: smooth;
}
.nt {
  font-family: 'Noto Sans KR', sans-serif;
}
.spoqa {
  font-family: 'Spoqa Han Sans Neo', 'sans-serif';
}
.inter {
  font-family: 'Inter', sans-serif;
}
.cg {
  font-family: 'Century Gothic', sans-serif;
}
.renewal22 {
  font-size: 0rem;
}
.renewal22 .btn {
  display: inline-block;
  cursor: pointer;
}
body#no-scroll {
  overflow: hidden!important;
}
#container {
  height: 100vh;
}
#container.renewal22 section.main-sec .main-wrapper {
  height: 100vh;
  transition: transform 0.7s;
  transition-timing-function: ease-out;
}
#container.renewal22 section.main-sec .main-wrapper article {
  position: relative;
  height: 100vh;
}
#container.renewal22 section.main-sec .main-wrapper article .slide-inner {
  position: absolute;
  min-height: 18.77777778rem;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  margin-top: 1.25rem;
}
#container.renewal22 section.main-sec .main-wrapper article .slide-inner .sub-tit {
  font-size: 0.5rem;
  line-height: 0.72222222rem;
  color: #009FE3;
  display: inline-block;
  margin-bottom: 0.27777778rem;
}
#container.renewal22 section.main-sec .main-wrapper article .slide-inner .tit {
  font-size: 0.88888889rem;
  line-height: 1.27777778rem;
  margin-bottom: 1.11111111rem;
  zoom: 1;
}
#container.renewal22 section.main-sec .main-wrapper article .slide-inner .tit:after {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
#container.renewal22 section.main-sec .main-wrapper article .slide-inner .tit .more {
  font-size: 0.44444444rem;
  line-height: 0.55555556rem;
  padding-top: 0rem;
  padding-right: 0.5rem;
  padding-bottom: 0.11111111rem;
  padding-left: 0rem;
  box-sizing: border-box;
  color: #000;
  border-bottom: 1px solid #000;
  float: right;
  text-align: left;
  position: relative;
  font-family: 'Century Gothic', sans-serif;
  font-weight: 400;
  margin-top: 0.16666667rem;
}
#container.renewal22 section.main-sec .main-wrapper article .slide-inner .tit .more:after {
  content: '';
  display: block;
  width: 0.16666667rem;
  height: 0.27777778rem;
  background-image: url('../../images/renewal2022/main/ico-more.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0rem;
  top: 0.16666667rem;
  left: auto;
  bottom: auto;
  pointer-events: none;
}
#container.renewal22 section.main-sec .main-wrapper article.visual-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#container.renewal22 section.main-sec .main-wrapper article.visual-container .swiper-container{
  height: 100%;
}

#container.renewal22 section.main-sec .main-wrapper article.visual-container .swiper-wrapper{
  height: 100%;
}

#container.renewal22 section.main-sec .main-wrapper article.visual-container .swiper-slide{
  height: 100%;
}

#container.renewal22 section.main-sec .main-wrapper article.visual-container .middle-wrapper {
  width: 300vw;
  display: flex;
  justify-content: space-between;
  transition: transform 0.7s;
  transition-timing-function: ease-out;
}
#container.renewal22 section.main-sec .main-wrapper article.visual-container .visual-slide {
  width: 100vw;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#container.renewal22 section.main-sec .main-wrapper article.visual-container .visual-slide.slide1 {
  background: url("../../images/renewal2022/main/vis1.jpg") no-repeat center center;
  background-size: cover;
}

#container.renewal22 section.main-sec .main-wrapper article.visual-container .visual-slide.slide2 {
  background: url("../../images/renewal2022/main/vis2.jpg") no-repeat center center;
  background-size: cover;
}

#container.renewal22 section.main-sec .main-wrapper article.visual-container .visual-slide.slide2 div {
  width: 40.1667rem;
}

#container.renewal22 section.main-sec .main-wrapper article.visual-container .visual-slide.slide2 p {
  margin-bottom: 1.9444rem;
  color: #FFF;
/* font-family: "Spoqa Han Sans Neo"; */
  font-size: 1.1111rem;
  font-weight: 400;
  line-height: 100%; /* 1.1111rem */
}

#container.renewal22 section.main-sec .main-wrapper article.visual-container .visual-slide.slide2 p strong {
  display: block;
  font-weight: 700;
  margin-top: 0.2778rem;
}

#container.renewal22 section.main-sec .main-wrapper article.visual-container .visual-slide.slide3 {
  background: url("../../images/renewal2022/main/vis3.jpg") no-repeat center center;
  background-size: cover;
}

#container.renewal22 section.main-sec .main-wrapper article.visual-container .visual-slide.slide3 p {
  color: #FFF;
  text-align: center;
 /* font-family: "Spoqa Han Sans Neo"; */
  font-size: 1.1111rem;
  font-weight: 400;
  line-height: 150%;
}

#container.renewal22 section.main-sec .main-wrapper article.visual-container .visual-slide.slide3 p strong {
  font-weight: 700;
}


#container.renewal22 section.main-sec .main-wrapper article.visual-container .visual-slide.slide3 ul {
  display: inline-flex;
  gap: 3.3333rem;
}

#container.renewal22 section.main-sec .main-wrapper article.visual-container .visual-slide.slide3 ul > li {
  width: 6.6667rem;
  margin-top: 2.2222rem;
}

#container.renewal22 section.main-sec .main-wrapper article.visual-container .visual-slide.slide3 ul > li dt {
  padding-bottom: 0.8333rem;
  margin-bottom: 1.25rem;
  border-bottom: 0.0278rem solid #fff;
  color: #FFF;
  font-size: 0.6667rem;
  font-weight: 700;
  line-height: 150%; /* 1rem */
}

#container.renewal22 section.main-sec .main-wrapper article.visual-container .visual-slide.slide3 ul > li dd:nth-of-type(1) {
  color: #FFF;
  font-size: 0.8333rem;
  font-weight: 500;
  line-height: 100%; /* 0.8333rem */
}

#container.renewal22 section.main-sec .main-wrapper article.visual-container .visual-slide.slide3 ul > li dd:nth-of-type(1) strong {
  font-size: 1.4278rem;
  font-weight: 700;
}


#container.renewal22 section.main-sec .main-wrapper article.visual-container .visual-slide.slide3 ul > li dd:nth-of-type(2) {
  margin-top: 0.5556rem;
  color: #FFF;
  font-size: 0.5rem;
  font-weight: 350;
  line-height: 150%;
}

#container.renewal22 section.main-sec .main-wrapper article.visual-container .visual-slide .ob {
  opacity: 0;
}

#container.renewal22 section.main-sec .main-wrapper article.visual-container .visual-slide .ob1 {
  transition: opacity 1s;
}

#container.renewal22 section.main-sec .main-wrapper article.visual-container .visual-slide .ob2 {
  transition: opacity 1s 0.3s;
}

#container.renewal22 section.main-sec .main-wrapper article.visual-container .visual-slide.on .ob {
  opacity: 1;
}

#container.renewal22 section.main-sec .main-wrapper article.visual-container .nav {
  display: flex;
  gap: 0.2778rem;
  position: absolute;
  left: 50%;
  bottom: 0.8333rem;
  padding: 0.2778rem;
  border-radius: 13.8889rem;
  background: rgba(0, 0, 0, 0.60);
  transform: translateX(-50%);
  z-index: 10;
}

#container.renewal22 section.main-sec .main-wrapper article.visual-container .nav li {
  position: relative;
}

#container.renewal22 section.main-sec .main-wrapper article.visual-container .nav li button {
  min-width: 3.6111rem;
  padding: 0.2778rem 0.5556rem;
  color: #FFF;
  text-align: center;
/*  font-family: "Spoqa Han Sans Neo"; */
  font-size: 0.4444rem;
  font-weight: 500;
  line-height: 0.8333rem;
  border-radius: 2.7778rem;
  transition: all 0.5s ease;
}

#container.renewal22 section.main-sec .main-wrapper article.visual-container .nav li.on button {
  background: rgba(0, 159, 227, 0.80);
}

#container.renewal22 section.main-sec .main-wrapper article.visual-container .nav li a {
  display: block;
}

#container.renewal22 section.main-sec .main-wrapper article.visual-container .nav li:nth-of-type(3) {
  margin-right: 1.9444rem;
}

#container.renewal22 section.main-sec .main-wrapper article.visual-container .nav li:nth-of-type(3)::after {
  position: absolute;
  right: -1.1111rem;
  top: 50%;
  width: 0.0278rem;
  height: 0.6667rem;
  margin-top: -0.3333rem;
  background: rgba(255, 255, 255, 0.50);
  content: "";
}


#container.renewal22 section.main-sec .main-wrapper article.visual-container .scd {
  font-size: 0.38888889rem;
  line-height: 0.5rem;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 2.22222222rem;
  right: auto;
  top: auto;
  width: 4.16666667rem;
  margin-left: -2.08333333rem;
  z-index: 1;
  display: inline-block;
  text-align: center;
}
#container.renewal22 section.main-sec .main-wrapper article.visual-container .scd:after {
  content: '';
  display: block;
  width: 0.58333333rem;
  height: 1.13888889rem;
  background-image: url('../../images/renewal2022/main/ico-scrolldown.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: -1.69444444rem;
  right: auto;
  top: auto;
  transform: translateX(-50%);
}
#container.renewal22 section.main-sec .main-wrapper article.brand-container .slide-inner {
  width: 38.91666667rem;
  text-align: left;
  max-height: 100vh;
}
#container.renewal22 section.main-sec .main-wrapper article.brand-container .slide-inner .brand-swiper {
  width: 38.91666667rem;
  overflow: hidden;
  padding-top: 0.55555556rem;
  box-sizing: border-box;
}
#container.renewal22 section.main-sec .main-wrapper article.brand-container .slide-inner .brand-swiper .swiper-wrapper .brand-slide {
  height: 8.69444444rem;
}
#container.renewal22 section.main-sec .main-wrapper article.brand-container .slide-inner .brand-swiper .swiper-wrapper .brand-slide:hover .prd-cont {
  margin-top: -0.55555556rem;
}
#container.renewal22 section.main-sec .main-wrapper article.brand-container .slide-inner .brand-swiper .swiper-wrapper .brand-slide:hover .prd-cont .btn-wrap {
  opacity: 1;
}
#container.renewal22 section.main-sec .main-wrapper article.brand-container .slide-inner .brand-swiper .swiper-wrapper .brand-slide .prd-cont {
  width: 9.08333333rem;
  height: 7.77777778rem;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  transition: margin-top 0.2s;
  transition-timing-function: ease-out;
}
#container.renewal22 section.main-sec .main-wrapper article.brand-container .slide-inner .brand-swiper .swiper-wrapper .brand-slide .prd-cont span {
  font-size: 0.61111111rem;
  line-height: 0.88888889rem;
  font-weight: 500;
  position: absolute;
  left: 0.55555556rem;
  bottom: 0rem;
  right: auto;
  top: auto;
  display: inline-block;
}
#container.renewal22 section.main-sec .main-wrapper article.brand-container .slide-inner .brand-swiper .swiper-wrapper .brand-slide .prd-cont .btn-wrap {
  position: absolute;
  right: 0.27777778rem;
  bottom: 0.27777778rem;
  left: auto;
  top: auto;
  opacity: 0;
  transition: opacity 0.2s;
  transition-timing-function: ease-out;
}
#container.renewal22 section.main-sec .main-wrapper article.brand-container .slide-inner .brand-swiper .swiper-wrapper .brand-slide .prd-cont .btn-wrap .btn {
  font-size: 0rem;
  width: 1.77777778rem;
  height: 1.77777778rem;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin-left: -0.22222222rem;
}
#container.renewal22 section.main-sec .main-wrapper article.brand-container .slide-inner .brand-swiper .swiper-wrapper .brand-slide .prd-cont .btn-wrap .btn:after {
  content: '';
  display: block;
  background-size: contain;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
}
#container.renewal22 section.main-sec .main-wrapper article.brand-container .slide-inner .brand-swiper .swiper-wrapper .brand-slide .prd-cont .btn-wrap .btn.site:after {
  background-image: url('../../images/renewal2022/main/ico-cart.png');
}
#container.renewal22 section.main-sec .main-wrapper article.brand-container .slide-inner .brand-swiper .swiper-wrapper .brand-slide .prd-cont .btn-wrap .btn.nv:after {
  background-image: url('../../images/renewal2022/main/ico-nshop.png');
}
#container.renewal22 section.main-sec .main-wrapper article.brand-container .slide-inner .brand-swiper .swiper-wrapper .brand-slide .prd-cont .btn-wrap .btn.mq:after {
  background-image: url('../../images/renewal2022/main/ico-momshop.png');
}
#container.renewal22 section.main-sec .main-wrapper article.brand-container .slide-inner .brand-swiper .swiper-wrapper .brand-slide .prd-cont .btn-wrap .btn.olive:after {
  background-image: url('../../images/renewal2022/main/ico-olivshop.png');
}
#container.renewal22 section.main-sec .main-wrapper article.brand-container .slide-inner .brand-swiper .swiper-wrapper .brand-slide .prd-cont .btn-wrap .btn.day:after {
  background-image: url('../../images/renewal2022/main/ico-plusshop.png');
}
#container.renewal22 section.main-sec .main-wrapper article.brand-container .slide-inner .brand-swiper .swiper-wrapper .brand-slide .prd-cont .btn-wrap .btn.market:after {
  background-image: url('../../images/renewal2022/main/ico-plusmarket.png');
}
#container.renewal22 section.main-sec .main-wrapper article.brand-container .slide-inner .brand-swiper .swiper-wrapper .brand-slide .prd-cont .btn-wrap .btn.ins:after {
  background-image: url('../../images/renewal2022/main/ico-inst.png');
}
#container.renewal22 section.main-sec .main-wrapper article.brand-container .slide-inner .brand-swiper .swiper-wrapper .brand-slide p {
  font-size: 0.44444444rem;
  line-height: 0.63888889rem;
  color: #666;
  padding-left: 0.55555556rem;
  box-sizing: border-box;
  margin-top: 0.27777778rem;
}
#container.renewal22 section.main-sec .main-wrapper article.brand-container .slide-inner .brand-swiper .swiper-wrapper .brand-slide.slide1 .prd-cont {
  background-image: url('../../images/renewal2022/main/prd1.png');
}
#container.renewal22 section.main-sec .main-wrapper article.brand-container .slide-inner .brand-swiper .swiper-wrapper .brand-slide.slide2 .prd-cont {
  background-image: url('../../images/renewal2022/main/prd2.png');
}
#container.renewal22 section.main-sec .main-wrapper article.brand-container .slide-inner .brand-swiper .swiper-wrapper .brand-slide.slide3 .prd-cont {
  background-image: url('../../images/renewal2022/main/prd3.png');
}
#container.renewal22 section.main-sec .main-wrapper article.brand-container .slide-inner .brand-swiper .swiper-wrapper .brand-slide.slide4 .prd-cont {
  background-image: url('../../images/renewal2022/main/prd4.png');
}
#container.renewal22 section.main-sec .main-wrapper article.brand-container .slide-inner .brand-swiper .swiper-wrapper .brand-slide.slide5 .prd-cont {
  background-image: url('../../images/renewal2022/main/prd5.png');
}
#container.renewal22 section.main-sec .main-wrapper article.brand-container .slide-inner .brand-swiper .swiper-wrapper .brand-slide.slide6 .prd-cont {
  background-image: url('../../images/renewal2022/main/prd6.png');
}
#container.renewal22 section.main-sec .main-wrapper article.brand-container .slide-inner .brand-swiper .swiper-wrapper .brand-slide.slide7 .prd-cont {
  background-image: url('../../images/renewal2022/main/prd7.png');
}
#container.renewal22 section.main-sec .main-wrapper article.brand-container .slide-inner .brand-swiper .swiper-wrapper .brand-slide.slide8 .prd-cont {
  background-image: url('../../images/renewal2022/main/prd8.png');
}
#container.renewal22 section.main-sec .main-wrapper article.brand-container .slide-inner .brand-swiper .swiper-wrapper .brand-slide.slide9 .prd-cont {
  background-image: url('../../images/renewal2022/main/prd17.png');
}
#container.renewal22 section.main-sec .main-wrapper article.brand-container .slide-inner .brand-swiper .swiper-wrapper .brand-slide.slide10 .prd-cont {
  background-image: url('../../images/renewal2022/main/prd10.png');
}
#container.renewal22 section.main-sec .main-wrapper article.brand-container .slide-inner .brand-swiper .swiper-wrapper .brand-slide.slide11 .prd-cont {
  background-image: url('../../images/renewal2022/main/prd18.png');
}
#container.renewal22 section.main-sec .main-wrapper article.brand-container .slide-inner .brand-swiper .swiper-wrapper .brand-slide.slide12 .prd-cont {
  background-image: url('../../images/renewal2022/main/prd12.png');
}
#container.renewal22 section.main-sec .main-wrapper article.brand-container .slide-inner .brand-btn {
  width: 1.38888889rem;
  height: 1.38888889rem;
  background-image: url('../../images/renewal2022/main/ico-arrow-off.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -2.05555556rem;
  opacity: 1;
  z-index: 1;
}
#container.renewal22 section.main-sec .main-wrapper article.brand-container .slide-inner .brand-btn:hover {
  background-image: url('../../images/renewal2022/main/ico-arrow-on.png');
  background-repeat: no-repeat;
  background-size: contain;
}
#container.renewal22 section.main-sec .main-wrapper article.brand-container .slide-inner .brand-btn.brand-prev {
  left: -1.94444444rem;
}
#container.renewal22 section.main-sec .main-wrapper article.brand-container .slide-inner .brand-btn.brand-prev:hover {
  transform: rotate(180deg);
}
#container.renewal22 section.main-sec .main-wrapper article.brand-container .slide-inner .brand-btn.brand-next {
  transform: rotate(180deg);
  right: -1.94444444rem;
}
#container.renewal22 section.main-sec .main-wrapper article.brand-container .slide-inner .brand-btn.brand-next:hover {
  transform: rotate(0);
}
#container.renewal22 section.main-sec .main-wrapper article.brand-container .slide-inner .brand-banner {
  font-size: 0rem;
  margin-top: 1.66666667rem;
  width: 38.88888889rem;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
#container.renewal22 section.main-sec .main-wrapper article.brand-container .slide-inner .brand-banner .btn:nth-of-type(1) {
  width: 19.056rem;
}
#container.renewal22 section.main-sec .main-wrapper article.brand-container .slide-inner .brand-banner .btn {
  width: 9.083rem;
}
@media screen and (max-width: 1280px) {
  #container.renewal22 section.main-sec .main-wrapper article.brand-container .slide-inner .brand-banner a:nth-of-type(1){
    width: 615px !important;
  }
  #container.renewal22 section.main-sec .main-wrapper article.brand-container .slide-inner .brand-banner a:nth-of-type(2){
    width: 290px !important;
  }
  #container.renewal22 section.main-sec .main-wrapper article.brand-container .slide-inner .brand-banner a:nth-of-type(3){
    width: 290px !important;
  }
}
#container.renewal22 section.main-sec .main-wrapper article.news-container .slide-inner ul,
#container.renewal22 section.main-sec .main-wrapper article.poss-container .slide-inner ul {
  display: flex;
  justify-content: space-between;
  width: 38.88888889rem;
}
#container.renewal22 section.main-sec .main-wrapper article.news-container .slide-inner ul li,
#container.renewal22 section.main-sec .main-wrapper article.poss-container .slide-inner ul li {
  margin-right: 0.86111111rem;
}
#container.renewal22 section.main-sec .main-wrapper article.news-container .slide-inner ul li:last-child,
#container.renewal22 section.main-sec .main-wrapper article.poss-container .slide-inner ul li:last-child {
  margin-right: 0rem;
}
#container.renewal22 section.main-sec .main-wrapper article.news-container {
  overflow: hidden;
}
#container.renewal22 section.main-sec .main-wrapper article.news-container .slide-inner ul li .img {
  width: 12.38888889rem;
  height: 8.33333333rem;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 0.55555556rem;
}
#container.renewal22 section.main-sec .main-wrapper article.news-container .slide-inner ul li p {
  font-size: 0.61111111rem;
  color: #fff;
  line-height: 0.88888889rem;
  font-weight: 500;
  word-break: keep-all;
  text-align: left;
}
#container.renewal22 section.main-sec .main-wrapper article.news-container .bg {
  width: 100%;
  height: 43%;
  background-color: #1D6DE5;
  z-index: -1;
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  right: auto;
  top: auto;
}
#container.renewal22 section.main-sec .main-wrapper article.news-container .list1,
#container.renewal22 section.main-sec .main-wrapper article.news-container .list2,
#container.renewal22 section.main-sec .main-wrapper article.news-container .list3,
#container.renewal22 section.main-sec .main-wrapper article.news-container .bg {
  transition: transform 0.7s, opacity 0.5s;
  transform: translateY(100%);
  transition-timing-function: ease-out;
}
#container.renewal22 section.main-sec .main-wrapper article.news-container .bg {
  transition-delay: 0.1s;
}
#container.renewal22 section.main-sec .main-wrapper article.news-container .list1 {
  opacity: 0;
  transition-delay: 0.5s;
}
#container.renewal22 section.main-sec .main-wrapper article.news-container .list2 {
  opacity: 0;
  transition-delay: 0.6s;
}
#container.renewal22 section.main-sec .main-wrapper article.news-container .list3 {
  opacity: 0;
  transition-delay: 0.7s;
}
#container.renewal22 section.main-sec .main-wrapper article.poss-container .slide-inner ul li {
  width: 6.55555556rem;
  height: 11.94444444rem;
  position: relative;
  transition: width 0.5s;
  transition-timing-function: ease-out;
}
#container.renewal22 section.main-sec .main-wrapper article.poss-container .slide-inner ul li .txt-wrap {
  position: absolute;
  left: 0.83333333rem;
  bottom: 0.83333333rem;
  right: auto;
  top: auto;
  text-align: left;
}
#container.renewal22 section.main-sec .main-wrapper article.poss-container .slide-inner ul li .txt-wrap p {
  color: #fff;
  word-break: keep-all;
}
#container.renewal22 section.main-sec .main-wrapper article.poss-container .slide-inner ul li .txt-wrap p.tit {
  font-size: 0.61111111rem;
  line-height: 0.88888889rem;
  font-weight: 500;
}
#container.renewal22 section.main-sec .main-wrapper article.poss-container .slide-inner ul li .txt-wrap p.tit a {
  width: 0.83333333rem;
  height: 0.83333333rem;
  background-image: url('../../images/renewal2022/main/ico-poss.png');
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.27777778rem;
  vertical-align: middle;
  display: none;
}
#container.renewal22 section.main-sec .main-wrapper article.poss-container .slide-inner ul li .txt-wrap p.txt {
  font-size: 0.44444444rem;
  line-height: 0.55555556rem;
  font-weight: 300;
  display: none;
  width: 13.88888889rem;
}
#container.renewal22 section.main-sec .main-wrapper article.poss-container .slide-inner ul li.list1 {
  background: url("../../images/renewal2022/main/poss1.png") no-repeat center center;
}
#container.renewal22 section.main-sec .main-wrapper article.poss-container .slide-inner ul li.list2 {
  background: url("../../images/renewal2022/main/poss2.png") no-repeat center center;
}
#container.renewal22 section.main-sec .main-wrapper article.poss-container .slide-inner ul li.list3 {
  background: url("../../images/renewal2022/main/poss3.png") no-repeat center center;
}
#container.renewal22 section.main-sec .main-wrapper article.poss-container .slide-inner ul li.list4 {
  background: url("../../images/renewal2022/main/poss4.png") no-repeat center center;
}
#container.renewal22 section.main-sec .main-wrapper article.poss-container .slide-inner ul li.list4:after {
  content: '';
  display: block;
  width: 1.11111111rem;
  height: 1.11111111rem;
  background-image: url('../../images/renewal2022/main/wpp-sm.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.41666667rem;
  top: 0.41666667rem;
  left: auto;
  bottom: auto;
  transition: width 0.5s, height 0.5s;
}
#container.renewal22 section.main-sec .main-wrapper article.poss-container .slide-inner ul li.list4.on:after {
  content: '';
  display: block;
  width: 2.22222222rem;
  height: 2.22222222rem;
  background-image: url('../../images/renewal2022/main/wpp-l.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.41666667rem;
  top: 0.41666667rem;
  left: auto;
  bottom: auto;
}
#container.renewal22 section.main-sec .main-wrapper article.poss-container .slide-inner ul li.on {
  width: 16.66666667rem;
}
#container.renewal22 section.main-sec .main-wrapper article.poss-container .slide-inner ul li.on .txt-wrap p.tit,
#container.renewal22 section.main-sec .main-wrapper article.poss-container .slide-inner ul li.on .txt-wrap p.txt {
  display: inline-block;
}
#container.renewal22 section.main-sec .main-wrapper article.poss-container .slide-inner ul li.on .txt-wrap p.tit {
  margin-bottom: 0.55555556rem;
}
#container.renewal22 section.main-sec .main-wrapper article.poss-container .slide-inner ul li.on .txt-wrap p.tit a {
  display: inline-block;
}
/*
#container.renewal22 section.main-sec[data-main="1"] .visual-container .title-group .life .tit-wrap,
#container.renewal22 section.main-sec[data-main="2"] .visual-container .title-group .health .tit-wrap,
#container.renewal22 section.main-sec[data-main="3"] .visual-container .title-group .planet .tit-wrap,
#container.renewal22 section.main-sec[data-main="1"] .visual-container .title-group .life .sub-title,
#container.renewal22 section.main-sec[data-main="2"] .visual-container .title-group .health .sub-title,
#container.renewal22 section.main-sec[data-main="3"] .visual-container .title-group .planet .sub-title {
  opacity: 1;
  transition: opacity 0.7s;
  transition-timing-function: ease-out;
  transition-delay: 0.5s;
}
*/
#container.renewal22 section.main-sec[data-main="1"] .visual-container .middle-wrapper {
  transform: translateX(0);
}
#container.renewal22 section.main-sec[data-main="2"] .visual-container .middle-wrapper {
  transform: translateX(-33.3333%);
}
#container.renewal22 section.main-sec[data-main="3"] .visual-container .middle-wrapper,
#container.renewal22 section.main-sec[data-main="4"] .visual-container .middle-wrapper,
#container.renewal22 section.main-sec[data-main="5"] .visual-container .middle-wrapper,
#container.renewal22 section.main-sec[data-main="6"] .visual-container .middle-wrapper {
  transform: translateX(-66.6666%);
}
#container.renewal22 section.main-sec[data-main="4"] .main-wrapper {
  transform: translateY(-100vh);
}
#container.renewal22 section.main-sec[data-main="5"] .main-wrapper {
  transform: translateY(-200vh);
}
#container.renewal22 section.main-sec[data-main="5"] .main-wrapper .news-container .list1,
#container.renewal22 section.main-sec[data-main="5"] .main-wrapper .news-container .list2,
#container.renewal22 section.main-sec[data-main="5"] .main-wrapper .news-container .list3,
#container.renewal22 section.main-sec[data-main="5"] .main-wrapper .news-container .bg {
  transform: translateY(0);
  opacity: 1;
}
#container.renewal22 section.main-sec[data-main="6"] .main-wrapper {
  transform: translateY(-300vh);
}
#container.renewal22 section.main-sec[data-main="7"] .main-wrapper {
  transform: translateY(-300vh);
}
#container.renewal22 section.main-sec[data-main="7"] .pagination {
  margin-top: -8.33333333rem;
}
#container.renewal22 section.main-sec[data-main="7"] .dir {
  bottom: 15rem;
}
#container.renewal22 section.main-sec .dir {
  width: 1.63888889rem;
  height: 1.47222222rem;
  position: fixed;
  left: 0rem;
  bottom: 1.66666667rem;
  right: auto;
  top: auto;
  background-image: url('../../images/renewal2022/main/ico-dir-btn.png');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  transition: bottom 0.4s;
  transition-timing-function: ease-out;
}
#container.renewal22 section .employment {
  width: 100%;
  height: 6.11111111rem;
  background: url("../../images/renewal2022/main/employment.png") no-repeat center center;
  background-size: cover;
  position: relative;
  pointer-events: none;
  display: none;
}
#container.renewal22 section .employment p {
  font-size: 0.88888889rem;
  line-height: 1.27777778rem;
  color: #fff;
  text-align: left;
  position: absolute;
  left: 50%;
  top: 1.88888889rem;
  right: auto;
  bottom: auto;
  margin-left: -19.44444444rem;
}
#container.renewal22 section .employment p span {
  font-size: 0.5rem;
  line-height: 0.72222222rem;
  margin-bottom: 0.27777778rem;
  display: block;
}
#container.renewal22 .pagination {
  position: fixed;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  transform: translateY(-50%);
  width: 0.83333333rem;
  margin-top: -0.55555556rem;
  margin-right: 0rem;
  margin-bottom: 0rem;
  margin-left: -24.16666667rem;
  transition: margin-top 0.3s;
  transition-timing-function: ease-out;
  z-index: 100;
}
#container.renewal22 .pagination .pagination-bullet {
  width: 0.83333333rem;
  height: 0.83333333rem;
  opacity: 1;
  border-radius: 50%;
  border: 1px solid transparent;
  box-sizing: border-box;
  margin-top: 0.11111111rem;
  margin-right: 0rem;
  margin-bottom: 0.11111111rem;
  margin-left: 0rem;
  background: transparent;
  display: inline-block;
  position: relative;
  transition: all 0.3s;
  transition-timing-function: ease-out;
  cursor: pointer;
}
#container.renewal22 .pagination .pagination-bullet:after {
  content: '';
  display: block;
  width: 0.22222222rem;
  height: 0.22222222rem;
  background-color: #ddd;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
}
#container.renewal22 .pagination[data-paging="1"] .bullet1,
#container.renewal22 .pagination[data-paging="2"] .bullet2,
#container.renewal22 .pagination[data-paging="3"] .bullet3,
#container.renewal22 .pagination[data-paging="4"] .bullet4 {
  border: 1px solid #009FE3;
}
#container.renewal22 .pagination[data-paging="1"] .bullet1:after,
#container.renewal22 .pagination[data-paging="2"] .bullet2:after,
#container.renewal22 .pagination[data-paging="3"] .bullet3:after,
#container.renewal22 .pagination[data-paging="4"] .bullet4:after {
  content: '';
  display: block;
  background-color: #009FE3;
}
#container.renewal22 .evt-banner-box {
  position: fixed;
  right: 1.66666667rem;
  bottom: 1.66666667rem;
  left: auto;
  top: auto;
  width: 5rem;
  z-index: 20;
  display: block;
  transition: bottom 0.3s;
  transition-timing-function: ease-out;
}
#container.renewal22 .evt-banner {
	display: none;
	position: relative;
	font-size: 0;
	line-height: 0;
}

#container.renewal22 .evt-banner + .evt-banner {
	margin-top: 30px;
}

#container.renewal22 .evt-banner .evt-btn {
  width: 5.556rem;
  height: 5.556rem;
  cursor: pointer;
  z-index: 1;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}
#container.renewal22 .evt-banner .evt-btn img {
  width: 100%;
  height: 100%;
}
#container.renewal22 .evt-banner .evt-close {
  position: absolute;
  right: 0rem;
  bottom: 0rem;
  left: auto;
  top: auto;
  z-index: 3;
}
#container.renewal22 .evt-banner.open {
  display: block;
}

body::-webkit-scrollbar {
  display: none;
}
body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 1920px) {
  #container.renewal22 .pagination {
    left: 1.11111111rem;
    margin-left: 0rem;
  }
}
/*# sourceMappingURL=main.css.map */