/*body.off #header{
  opacity:0;
}
body.off #footer{
  display:none;
}
body.off #wrap{
  opacity:0;
  max-height:0; overflow:hidden;
}
body.mainon #header{
  opacity:1;
  transition:opacity ease .6s 1.2s;
}

body.mainon .mainvisual{
  opacity:1;
  transition:opacity ease .6s 1.2s;
}
*/
/*main*/
.mainvisual {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 10;
  box-sizing: border-box;
  margin-top: 0px;
  padding-top: 100px;
}

.mainvisual .slick-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mainvisual .visualbox {
  position: relative;
  overflow: hidden;
  height: 100%;
  z-index: 3
}

.mainvisual .visualbox .slick-list,
.mainvisual .visualbox .slick-track,
.mainimg1 {
  width: 100%;
  height: 100%;
}

.bgvisual1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.mainvisual,
.mainvisual .visualbox .slick-list {
}

.mainvisual .visualbox .mainimg1 {
  width: 100%;
  height: 100%;
  background-size: cover !important;
}

.mainvisual .bgvisual1 {
  background-size: cover !important;
}


.mainvisual .visualatxt1 {
  position: absolute;
  top: 120px;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 12
}

.mainvisual .visualatxt1 .txt1 .t1 {
  font-family: 'Nanum Myeongjo';
}

.mainvisual .visualatxt1 .txt1 .t1 > p {
  opacity: 0;
  color: #231f59;
  font-size: 60px;
  line-height: 68px;
  font-weight: 800;
  padding: 0 10px;
  -webkit-animation: textUp1 .8s cubic-bezier(0.25, 0.1, 0.25, 1.0) both;
  animation: textUp1 .8s cubic-bezier(0.25, 0.1, 0.25, 1.0) both;
  -ms-animation: textUp1 .8s cubic-bezier(0.25, 0.1, 0.25, 1.0) both;
  animation-delay: 0.8s;
}

.mainvisual .visualatxt1 .txt1 .t1 > p:nth-of-type(2) {
  animation-delay: 1.2s;
}

.mainvisual .visualatxt1 .txt1 .t2 {
  opacity: 0;
  color: #fff;
  font-size: 26px;
  line-height: 26px;
  font-weight: 600;
  margin-top: 20px;
  -webkit-animation: textUp1 .8s cubic-bezier(0.25, 0.1, 0.25, 1.0) both;
  animation: textUp1 .8s cubic-bezier(0.25, 0.1, 0.25, 1.0) both;
  -ms-animation: textUp1 .8s cubic-bezier(0.25, 0.1, 0.25, 1.0) both;
  animation-delay: 1.4s;
}

.mainvisual .visualatxt1 .txt1 .t2 > em {
  position: relative;
  padding: 10px 20px;
  display: inline-block;
  background: #e4007f;
}


.mainvisual .visualbox .active .mainimg1 {
  -webkit-animation: drift 4s ease-in-out both;
  animation: drift 4s ease-in-out both;
  -ms-animation: drift 4s ease-in-out both;
  animation-delay: .01s;
}


.mncont1 {
  position: relative;
  display: flex;
  text-align: center;
  align-items: center;
  width: 100%;
  padding-left: 100px;
  box-sizing: border-box;
  overflow: hidden;
}

.mncont1 > * {
  text-align: left;
}

.mncont1 .mcont1 {
  width: 520px;
  padding-right: 5vw;
}

.mncont1 .mcont1 .txt1 {
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  white-space: nowrap;
}

.mncont1 .mcont1 .txt1 em {
  display: block;
  color: #231f59;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}

.mncont1 .mcont1 .txt2 {
  font-family: "Montserrat";
  font-size: 70px;
  color: #231f59;
  font-weight: 600;
  margin-top: 40px;
}

.mncont1 .mcont1 .txt2 em {
  font-size: 120px;
  font-weight: 600
}

.mncont1 .mcont1 .prev1,
.mncont1 .mcont1 .next1 {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
  margin-top: 70px;
  width: 8px;
  height: 11px;
  background: url(../../images/main/btn_arr1.png) no-repeat left center;
  text-indent: -5000px;
  cursor: pointer;
  background-size: 200% 100%;
}

.mncont1 .mcont1 .next1 {
  left: auto;
  right: -38px;
  background-position: right;
}

.mncont1 .mcont1 .prev1:hover {
  animation: play-left 400ms linear infinite alternate;
  animation-timing-function: ease-in-out;
}

.mncont1 .mcont1 .next1:hover {
  animation: play-right 400ms linear infinite alternate;
  animation-timing-function: ease-in-out;
}

.mncont1 .mcont2 {
  height: 800px;
  box-sizing: border-box;
  padding: 0 0;
  overflow: hidden;
  border: 1px solid #ddd;
}

.mslide1 {
  width: 2200px;
  height: 800px;
}

.mslide1 .slick-list {
  margin-left: -5px;
}

.mslide1 .slick-slide {
  position: relative;
  height: 600px;
  border-left: 1px solid #ddd;
  width: 360px;
  padding: 100px 40px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

.mslide1 .slick-slide .cont1 {
}

.mslide1 .slick-slide.active .cont1 {
}

.mslide1 .slick-slide .img1 {
  position: relative;
  display: block;
  width: 360px;
  height: 270px;
  overflow: hidden;
}

.mslide1 .slick-slide .img1::before {
  position: absolute;
  right: 8px;
  bottom: 5px;
  font-size: 14px;
  color: rgba(0, 0, 0, .4);
  font-size: 14px;
  z-index: 3;
}

.mslide1 .slick-slide .img1 img {
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.mslide1 .slick-slide .txt1 {
  position: relative;
  margin-top: 45px;
  color: #231f59;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  font-family: "Montserrat";
}

.mslide1 .slick-slide .txt1 > em {
  display: block;
  margin-top: 20px;
  color: #666;
  font-size: 18px;
  line-height: 24px;
  font-family: "Noto Sans KR";
  font-weight: 400
}

.mslide1 .slick-slide .txt1::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 62px;
  height: 60px;
  background: url(../../images/main/premium-icon-01.jpg) no-repeat left center; /* background:url(../../images/main/ico_premium1.png) no-repeat left center; background-size:800% 100%; */
  content: "";
}

.mslide1 .slick-slide .txt1.i2::before {
  background: url(../../images/main/premium-icon-02.jpg) no-repeat left center;
}

.mslide1 .slick-slide .txt1.i3::before {
  background: url(../../images/main/premium-icon-03.jpg) no-repeat left center;
}

.mslide1 .slick-slide .txt1.i4::before {
  background: url(../../images/main/premium-icon-04.jpg) no-repeat left center;
}

.mslide1 .slick-slide .txt1.i5::before {
  background: url(../../images/main/premium-icon-05.jpg) no-repeat left center;
}

.mslide1 .slick-slide .txt1.i6::before {
  background: url(../../images/main/premium-icon-06.jpg) no-repeat left center;
}

.mslide1 .slick-slide .txt1.i7::before {
  background-position: 85.5% center;
}

.mslide1 .slick-slide .txt1.i8::before {
  background-position: 100% center;
}

.mslide1 .slick-slide .txt2 {
  margin-top: 20px;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: #231f59;
  font-family: "Noto Sans KR"
}

.mslide1 .slick-slide .txt2 span {
  font-size: 14px;
}

.mslide1 .slick-slide a {
  position: absolute;
  left: 40px;
  bottom: 100px;
  display: inline-block;
  font-family: "Montserrat";
  font-size: 14px;
  color: #231f59;
  font-weight: 600;
  border-bottom: 1px solid;
}

.mslide1 .slick-slide:hover {
  background: #f9f9f9;
}

.mslide1 .slick-slide:hover .img1 img {
  -ms-transform: scale(1.2, 1.2) rotate(0.002deg);
  -o-transform: scale(1.2, 1.2) rotate(0.002deg);
  -moz-transform: scale(1.2, 1.2) rotate(0.002deg);
  -webkit-transform: scale(1.2, 1.2) rotate(0.002deg);
}


.mncont2 {
  position: relative;
  background: #e6e7e2 url(../../images/main/bg_dot1.png) no-repeat left bottom;
  padding: 100px 0;
  overflow: hidden;
}

.mncont2::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: #231f59;
  content: "";
}

.mncont2 .mcont1 {
  position: relative;
  display: flex;
  margin: 0 auto;
  width: 1400px;
}

.mncont2 .mcont1::before {
  position: absolute;
  right: -68px;
  top: 310px;
  font-family: "Montserrat";
  color: rgba(255, 255, 255, .1);
  letter-spacing: 5px;
  font-weight: 700;
  font-size: 50px;
  transform: rotate(90deg);
  transform-origin: right top;
  content: "LOCATION";
}

.mncont2 .mcont1 > .imgbox1 {
}

.mncont2 .mcont1 > *:nth-child(2) {
  flex: 1;
  background: #f5f7f6;
  box-sizing: border-box;
  padding-top: 90px;
}

.mncont2 .mcont1 > *:nth-child(2) > .txt1 {
  color: #231f59;
  font-weight: 600;
  font-size: 38px;
  line-height: 45px;
  letter-spacing: -1px;
}

.mncont2 .mcont1 > *:nth-child(2) > .txt2 {
  margin-top: 40px;
  color: #231f59;
  font-weight: 500;
  font-size: 23px;
  line-height: 30px;
  letter-spacing: -1.5px;
}

.mncont2 .mcont1 > *:nth-child(2) > .txt2 > span {
  position: relative;
}

.mncont2 .mcont1 > *:nth-child(2) > .txt2 > span:nth-of-type(1)::before {
  position: absolute;
  left: -20px;
  top: 0;
  color: #999;
  font-weight: 600;
  font-size: 36px;
  content: "“";
}

.mncont2 .mcont1 > *:nth-child(2) > .txt2 > span:nth-of-type(2)::after {
  position: absolute;
  right: -20px;
  bottom: -20px;
  color: #999;
  font-weight: 600;
  font-size: 36px;
  content: "”";
}

.mncont2 .mcont1 > *:nth-child(2) > ul {
  margin-top: 40px;
  margin-left: 70px;
}

.mncont2 .mcont1 > *:nth-child(2) > ul > li {
  padding-left: 20px;
  text-align: left;
  color: #666666;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
}

.mncont2 .mcont1 > *:nth-child(2) > ul > li > em {
  position: relative;
  display: block;
  color: #333;
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 10px;
}

.mncont2 .mcont1 > *:nth-child(2) > ul > li > em::before {
  position: absolute;
  left: -20px;
  top: 5px;
  width: 10px;
  height: 10px;
  background: #231f59;
  content: "";
}

.mncont2 .mcont1 > *:nth-child(2) > ul > li:nth-child(n+2) {
  margin-top: 30px;
}

.mncont3 {
  position: relative;
  background: #e6e7e2;
  overflow: hidden;
}

.mncont3 .mcont1 {
  position: relative;
  display: flex;
  margin: 0 auto;
  width: auto;
  align-items: center;
}

.mncont3 .mcont1 .brandbox1 {
  padding: 80px 50px;
  flex: 1;
}

.mncont3 .mcont1 .brandbox1 > .tit1 {
  color: #231f59;
  font-size: 26px;
  line-height: 30px;
  white-space: nowrap;
  font-weight: 400
}

.mncont3 .mcont1 .brandbox1 > .tit1 > em {
  font-family: "Noto Sans KR";
  font-size: 52px;
  line-height: 70px;
  font-weight: 600
}

.mncont3 .mcont1 .brandbox1 > img {
  margin-top: 20px;
}

.mncont3 .mcont1 .brandbox1 > ul {
  display: table;
  margin: 0 auto;
  margin-top: 30px;
}

.mncont3 .mcont1 .brandbox1 > ul > li {
  display: table-cell;
  padding: 0 10px;
}

.mncont3 .mcont1 .brandbox1 > a {
  display: inline-block;
  margin-top: 30px;
  background: #272154;
  color: #fff;
  padding: 12px 26px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 400
}

.mncont3 .mcont1 .videob1 {
  position: relative;
  border: 50px solid #272154;
  box-sizing: border-box;
  width: 100%;
  height: 780px;
}

.mncont3 .mcont1 .videob1 video {
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  object-fit: cover;
}

@media screen and (max-width: 1400px) {
  .mncont3 .mcont1 .brandbox1 {
    padding: 3vw 1.5vw;
    min-width: 500px;
  }

  .mncont3 .mcont1 .brandbox1 > .tit1 {
    font-size: 20px;
    line-height: 24px;
  }

  .mncont3 .mcont1 .brandbox1 > .tit1 > em {
    font-size: 40px;
    line-height: 50px;
  }

  .mncont3 .mcont1 .brandbox1 > img {
    max-width: 28%;
  }

  .mncont3 .mcont1 .brandbox1 > ul > li {
    padding: 0 5px;
  }

  .mncont3 .mcont1 .brandbox1 > ul > li img {
    width: 100%;
  }

  .mncont3 .mcont1 .videob1 {
    height: 0;
    padding-bottom: 38%
  }
}

.quickbnn1 {
  padding: 100px 0;
}

.quickbnn1 ul {
  display: table;
  margin: 0 auto;
  table-layout: fixed;
  width: 1200px;
}

.quickbnn1 ul > li {
  display: table-cell;
  padding: 0 1vw
}

.quickbnn1 ul > li a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #666666;
  white-space: nowrap;
  font-weight: 400
}

.quickbnn1 ul > li a em {
  display: block;
  color: #231f59;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}

.quickbnn1 ul > li a::before {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  transform: translate3d(8px, 0, 0);
  background: url(../../images/main/ico_quick1.png) no-repeat left center;
  background-size: 500% 100%;
  margin-bottom: 20px;
  content: "";
}

.quickbnn1 ul > li:nth-child(2) a::before {
  background-position: 25% center;
}

.quickbnn1 ul > li:nth-child(3) a::before {
  background-position: 50% center;
}

.quickbnn1 ul > li:nth-child(4) a::before {
  background-position: 75% center;
}

.quickbnn1 ul > li:nth-child(5) a::before {
  background-position: 100% center;
}

.quickbnn1 ul > li:nth-child(3) {
  display: none;
}

.visual-inner {
  display: flex;
  justifty-content: start;
  position: absolute;
  z-index: 10;
  width: 100%;
  max-width: 1500px;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 50px;
}

.visual-tit {
  font-size: 51px;
  font-family: Noto Sans KR;
  line-height: 60px;
  font-weight: 400;
  color: #161944;
  animation: ltor 1s both
}

.visual-tit1 {
  animation-delay: 1s;
}

.visual-tit2 {
  animation-delay: 2s;
}

.visual-tit3 {
  animation-delay: 3s;
}

@keyframes ltor {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
}

.visual-tit > span {
  font-weight: 500
}

.visual-tit > b {
  display: inline-block;
  font-weight: 900;
  color: #D60072;
  animation: zoom-out 1s both
}

.visual-tit1 > b {
  animation-delay: 1.5s
}

.visual-tit2 > b {
  animation-delay: 2.5s
}

.visual-tit3 > b {
  animation-delay: 3.5s
}

@keyframes zoom-out {
  0% {
    transform: scale(1.4);
    opacity: 0
  }
}

.visual-desc {
  font-size: 23px;
  line-height: 1.1em;
  color: #161944;
  margin-top: 10px;
  animation: letter-spacing 2s both 4s;
  white-space: nowrap;
}

@keyframes letter-spacing {
  0% {
    letter-spacing: .5em;
    opacity: 0;
  }
}

.visual-title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  margin-bottom: 45px;
  position: relative;
  width: 248px;
}

.visual-title-box::after {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  top: 0;
  left: 50%;
  transition: width 1s, left 1s;
  background: #161944;
  animation: visual-title-line 1s both .5s;
}

.visual-title-box::before {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  bottom: 0;
  left: 50%;
  transition: width 1s, left 1s;
  background: #161944;
  animation: visual-title-line 1s both .5s;
}

@keyframes visual-title-line {
  0% {
    width: 0%;
    left: 50%;
  }
  100% {
    width: 100%;
    left: 0%;
  }
}

.visual-logo {
  animation: btot 2s both 4s;
}

@keyframes btot {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
}

/* section04 */
/* .footer-wrapper { overflow: auto; height: 100%; width: 100%; } */
.section04 {
  position: relative;
  background: #dadada;
}

.section04 .fp-tableCell {
  position: relative;
}

.section04 .scroll {
}

.section04 .scroll::-webkit-scrollbar {
  display: none;
}

.section04-wrap {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 1630px;
  height: auto;
  height: calc(100vh - 226px);
  min-height: 640px;
  margin: 0 auto;
  flex-directivon: column;
  justify-content: center;
  align-items: center;
}

.section04-wrap .top {
  display: flex;
  gap: 60px;
  width: 100%;
  justify-content: center;
}

/* .section04-wrap .top.brand { gap:20px } */
.section04-wrap .top .lef {
  flex-shrink: 0;
  width: 900px;
  height: 100%;
}

.section04 .fp-tableCell.active .top .lef {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.section04-wrap .top-wrap {
  display: flex;
  width: 580px;
  height: 20px;
  margin-top: 40px;
  margin-bottom: 8px;
  justify-content: space-between;
  align-items: flex-end;
}

.section04-wrap .top-wrap .title {
  display: block;
  position: relative;
  width: 50%;
  height: 100%;
  color: #0d124c;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.05em;
}

.section04-wrap .top-wrap .title span {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.4s;
}

.section04-wrap .top-wrap .title span.on {
  opacity: 1;
}

.section04-wrap .swiper-slide {
  background: #fff;
}

.section04-wrap .top > .rig {
  flex-shrink: 0;
  position: relative;
  width: 640px;
  height: 541px;
  padding: 40px 0;
  background: #fff;
  box-sizing: border-box;
}

.section04-wrap .top .top-section {
  width: 580px;
  margin: 0 auto;
}

.section04-wrap .top .bot-section {
  width: 580px;
  margin: 0 auto;
}

.section04-wrap .top > .rig p {
  color: #616161;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.05em;
  text-align: right;
}

.section04-wrap .youtube-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 42.25%;
  background: #777;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.section04-wrap .youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section04-wrap .youtube-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section04-wrap .lef ul {
  margin-top: 30px;
  display: flex;
  gap: 0 60px;
  justify-content: center;
}

.section04-wrap .lef ul li {
  width: 120px;
}

.section04-wrap .lef ul li a {
  display: block;
}

.section04-wrap .lef ul li span {
  display: block;
  margin: 0 auto;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background-color: #b06556;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.4s;
}

.section04-wrap .lef ul li p {
  text-align: center;
  margin-top: 20px;
  font-weight: 500;
  color: #000;
  font-size: 18px;
  font-family: 'Montserrat';
}

.section04-wrap .lef ul .i1 span {
  background-image: url(../../images/main/vd-icon1.png);
}

.section04-wrap .lef ul .i2 span {
  background-image: url(../../images/main/vd-icon2.png?ver=1);
}

.section04-wrap .lef ul .i3 span {
  background-image: url(../../images/main/vd-icon3.png);
}

.section04-wrap .lef ul .i4 span {
  background-image: url(../../images/main/vd-icon4.png);
}

.section04-wrap .lef ul li a:hover span {
  background-color: #0b1047;
}

.section04-wrap .more-btn {
  position: absolute;
  top: -48px;
  right: -49px;
  width: 123px;
  height: 123px;
  border-radius: 50%;
  z-index: 20;
}

.section04-wrap .more-btn em {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/main/section04-btn02.png) no-repeat center;
  background-size: cover;
  animation: roll 6s linear infinite;
}

.section04-wrap .brand-navigation {
  display: flex;
  gap: 100px;
  width: 100%;
  justify-content: center;
  box-sizing: border-box;
}

.section04-wrap .brand-navigation .section04-btn {
  display: flex;
  flex-direction: column;
  width: 90px;
  align-items: center;
}

.section04-wrap .brand-navigation .section04-btn .icon-wrap {
  display: flex;
  flex-shrink: 0;
  width: 84px;
  height: 84px;
  margin-bottom: 22px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.21);
}

.section04-btn .title {
  margin-bottom: 18px;
  color: #1e1e1e;
  font-weight: 500;
  font-size: 19px;
  letter-spacing: -0.05em;
}

.section04-pagination {
  display: flex;
  gap: 5px;
  justify-content: flex-end;
}

.section04-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  background: #dadada;
  opacity: 1;
}

.section04-pagination .swiper-pagination-bullet-active {
  background: #0e1248;
}

.section04 .brand_btn a {
  display: inline-block;
  width: 250px;
  height: 55px;
  margin-top: 30px;
  background: #b06556;
  color: #fff;
  font-weight: 600;
  line-height: 55px;
  border-radius: 50px;
  text-transform: uppercase;
}


.section04 .rig_brand {
  flex-shrink: 0;
  position: relative;
  width: 600px;
  background: #fff;
  height: 540px;
}

.section04 .inner_brand {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 30px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.section04 .inner_brand > h2 {
  color: #2c3540;
  font-weight: 300;
  font-size: 35px;
  line-height: 1.5;
}

.section04 .inner_brand > h2 span {
  font-weight: 600;
}

.section04 .inner_brand > h3 {
  margin-bottom: 10px;
  color: #2c3540;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
}

.section04 .inner_brand .swiper-container {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px !important;
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
}

.section04 .inner_brand > a {
  display: block;
  width: 200px;
  margin: 20px auto 0;
  background: #b06556;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  text-transform: uppercase;
  transition: all 0.4s ease-out;
}

.brand_pagination {
  display: flex;
  gap: 5px;
  justify-content: center;
}

.brand_pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  margin: 0 10px !important;
  background: #dadada;
  opacity: 1;
}

.brand_pagination .swiper-pagination-bullet-active {
  background: #000;
}

/**/
.main-section-slide {
  padding: 172px 0 145px;
  overflow: hidden;
}

.slide-slide {
  display: flex;
  justify-content: center;
  width: 1022px;
  height: 480px;
  margin: 0 auto;
  position: relative;
}

.slide-slide::after {
  position: absolute;
  content: '';
  width: 1146px;
  height: 296px;
  background: #151944;
  bottom: -75px;
}

.slide-slide .swiper-slide {
  transform: scale(0.5) !important;
  transition: transform .5s;
}

.slide-slide .swiper-slide-active {
  transform: scale(1) !important
}

.slide-slide .swiper-slide-prev {
  transform: scale(0.5) translateX(300px) !important;
}

.slide-slide .swiper-slide-next {
  transform: scale(0.5) translateX(-300px) !important;
}

.slide-title {
  font-size: 42px;
  letter-spacing: -0.033em;
  color: #241F59;
  font-weight: 300;
  margin-bottom: 22px;
}

.slide-title > b {
  font-weight: 700
}

.slide-logo {
  margin-bottom: 60px;
}

.slide-control {
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 100%;
  position: absolute;
  bottom: 100%;
  padding-bottom: 20px;
}

.slide-navigation {
  display: flex;
  align-items: center;
  gap: 17px;
}

.slide-prev, .slide-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #151944;
  border-radius: 50%;
  cursor: pointer;
}

.slide-next {
  background: #EBEBEB;
}

.slide-prev::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  margin-left: 5px;
}

.slide-next::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid #06033C;
  border-right: 1px solid #06033C;
  transform: rotate(45deg);
  margin-right: 5px;
}

.slide-rect {
  width: 1px;
  height: 22px;
  background: #06033C;
}

.slide-pagination {
  font-size: 23px;
  font-family: contralto big;
  color: #A7A7A7;
}

.slide-pagination em {
  font-family: noto sans kr;
  font-size: 16px;
  display: inline-block;
  padding: 0 5px;
  color: #241E59
}

.slide-index {
  color: #241E59;
}

/*main*/

/*추가*/
/* premium-section */
.premium-section {
  display: flex;
  position: relative;
  width: 100%;
  height: 100vh;
}

.premium-section .cen em {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/main/premium-btn02.png) no-repeat center;
  background-size: cover;
  animation: roll 6s linear infinite;
}

.premium-section .lef {
  display: flex;
  width: 50%;
  height: 100%;
  background: #fff;
  background-size: cover;
  align-items: center;
  justify-content: flex-end;
}

.premium-section .lef .lef-wrap {
  display: flex;
  flex-direction: column;
  width: 800px;
  height: 690px;
  color: #1c1c1c;
  justify-content: space-between;
  align-items: flex-start;
}

.premium-section .lef .swiper-container {
  width: 100%;
}

.premium-section .lef .catchprise {
  display: block;
  width: 100%;
  font-family: "Cormorant Infant", serif;
  font-weight: 600;
  font-size: 54px;
  line-height: 1.4em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.premium-section .lef .title {
  margin: 35px 0 30px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4em;
  letter-spacing: -0.02em;
}

.premium-section .lef .info {
  font-size: 17px;
  line-height: 26px;
  letter-spacing: -0.02em;
}

.premium-section .rig {
  width: 50%;
  height: 100%;
  background: #fff;
  background-size: cover;
}

@keyframes roll {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.premium-section .cen {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 140px;
  height: 140px;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.premium-section .rig .swiper-container {
  width: 100%;
  height: 100%;
}

.premium-section .rig .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.premium-section .rig .swiper-slide a {
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  align-items: flex-end;
  justify-content: flex-start;
}

.premium-section .rig .swiper-slide img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.premium-section .rig .image-cut {
  position: relative;
  margin: 20px;
  color: #fff;
  font-weight: 300;
  font-size: 15px;
}

.premium-section-pagination {
  display: flex;
  gap: 15px;
  margin-top: 80px;
  align-items: center;
	font-size: 16px;
}

.premium-section-pagination .current {
  color: #1c1c1c;
  font-family: 'Pretendard';
  font-weight: 500;
}

.premium-section-pagination .total {
  color: #1c1c1c;
  font-family: 'Pretendard';
  font-weight: 500;
  opacity: 0.6;
}

.premium-section-pagination .progress {
  display: block;
  position: relative;
  width: 160px;
  height: 2px;
  background-color: #d2d2d2;
}

.premium-section-pagination .progress span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #1c1c1c;
}

.premium-section-pagination .premium-section-btn-wrap {
  display: flex;
  width: 36px;
}

.premium-section-pagination .premium-section-btn-wrap .next,
.premium-section-pagination .premium-section-btn-wrap .prev {
  width: 18px;
  height: 40px;
}

.premium-section-pagination .premium-section-btn-wrap .next {
  background-image: url(../../images/main/premium-next.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px 14px;
}

.premium-section-pagination .premium-section-btn-wrap .prev {
  background-image: url(../../images/main/premium-prev.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 10px 14px;
}

/* premium-section motion */


.premium-section .lef .swiper-slide p {
  overflow: hidden;
	line-height: 1.4em;
	color: #1c1c1c;
}

.premium-section .lef .info {
  transform: translateX(-50px);
  opacity: 0;
  transition: 0.8s;
}

.premium-section .lef .title {
  transform: translateX(50px);
  opacity: 0;
  transition: 0.8s;
}

.premium-section .lef .swiper-slide {
  opacity: 0;
}

.premium-section .lef .swiper-slide-active {
  opacity: 1;
}

.premium-section .lef .swiper-container {
  overflow: visible;
}

.premium-section .lef .info,
.premium-section .lef .title {
  opacity: 0;
}

.premium-section .catchprise {
  opacity: 0;
}

.premium-section .swiper-slide-active .info {
  animation: lefMotion 0.8s 0.8s forwards;
}

.premium-section .swiper-slide-active .title {
  animation: rigMotion 0.8s 0.8s forwards;
}

.premium-section .swiper-slide-active .catchprise {
  animation: titleMotion 1.2s 0s forwards;
}

.premium-section .cen a {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.8s;
  transform: none;
}

.premium-section .cen:hover a {
  transform: translateX(10px);
}

@keyframes titleMotion {
  0% {
    transform: translateX(100px);
    filter: blur(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    filter: blur(0);
    opacity: 1;
  }
}

@keyframes lefMotion {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes rigMotion {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes scaleMotion {
  0% {
    transform: scale(1.3);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.premium-section {
  overflow: hidden;
}

.premium-section .lef-wrap .top {
  opacity: 0;
  transform: translateY(-100px);
  transition: 1.4s;
  filter: blur(20px);
}

.premium-section .lef-wrap .bot {
  opacity: 0;
  transform: translateX(-100px);
  transition: 1.4s;
	text-align: left;
}

.premium-section .lef-wrap .bot {
  width: 100%;
}

.premium-section .lef-wrap .bot span {
	line-height: inherit;
}

.premium-section .lef-wrap .top.aos-animate {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

/*.premium-section .fp-tableCell.active .lef-wrap .bot { opacity: 1; transform: translateX(0); transition-delay: 0.8s; }*/

.premium-section .rig-wrapper {
	position: relative;
  width: 100%;
  height: 100%;
}

/*.premium-section .fp-tableCell .rig .rig-wrapper { transform: translateX(100px); opacity: 0; transition: 1.4s; }*/
/*.premium-section .fp-tableCell.active .rig .rig-wrapper { transform: translateX(0%); opacity: 1; transition-delay: 0.8s; }*/

.premium-section .rig .swiper-slide img {
  transform: scale(1);
}

.premium-section .rig .swiper-slide-active img {
  animation: scaleMotion 2s forwards;
}
