@charset "UTF-8";
@import "vendors/aos.css";
@import "vendors/swiper.css";
@import "tab.css";
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
@import url('https://cdn.linearicons.com/free/1.0.0/icon-font.min.css');
@import url("https://use.typekit.net/snp0ziu.css");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Nanum+Myeongjo&display=swap');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable.css");
@font-face {
  font-family: "TrajanPro";
  src: url("/assets/fonts/TrajanPro-Bold.eot");
  src: url("/assets/fonts/TrajanPro-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/TrajanPro-Bold.woff2") format("woff2"), url("/assets/fonts/TrajanPro-Bold.woff") format("woff");
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "TrajanPro";
  src: url("/assets/fonts/TrajanPro-Regular.eot");
  src: url("/assets/fonts/TrajanPro-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/TrajanPro-Regular.woff2") format("woff2"), url("/assets/fonts/TrajanPro-Regular.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}
:root {
  --main-color: #29263F;
  --sub-color: #7F6145;
}
.color--point {
  color: var(--main-color);
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

*, body {
  font-family: "Pretendard", sans-serif, "Malgun Gothic", "맑은 고딕", AppleSDGothicNeo, -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
}
@media all and (max-width: 910px) {
  html {
    font-size: 14px;
  }
}

a,
a:hover,
a:focus,
a:active,
a:link {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

fieldset {
  border: 0;
}

button {
  border: 0;
  background: none;
  cursor: pointer;
}
button:focus {
  outline: none;
}

strong,
b {
  color: inherit;
  font-size: inherit;
}

i,
em {
  font-style: normal;
}

mark {
  color: inherit;
  background: none;
}

button {
  -webkit-appearance: none;
}

input {
  -webkit-border-radius: 0;
}

input:matches([type=password], [type=search]),
input[type=text],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

table {
  border-collapse: collapse;
}

.blind, .hide {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  overflow: hidden;
}

.left-motion {
  opacity: 0;
  -webkit-clip-path: polygon(0 0, 1% 0, 1% 100%, 0 100%);
  clip-path: polygon(0 0, 1% 0, 1% 100%, 0 100%);
  transform: translate3d(0, 0, 0) scale(1);
}
.is-active .left-motion {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  opacity: 1;
  transform: scale(1);
  transition: transform 0.8s .35s ease-out, opacity 0.8s .35s ease-out, -webkit-clip-path 0.8s .35s ease-out;
  transition: transform 0.8s .35s ease-out, opacity 0.8s .35s ease-out, clip-path 0.8s .35s ease-out;
  transition: transform 0.8s .35s ease-out, opacity 0.8s .35s ease-out, clip-path 0.8s .35s ease-out, -webkit-clip-path 0.8s .35s ease-out;
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 760px;
  height: 55px;
  z-index: 30;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5.3%;
  padding-right: 5.3vw;
	background-color: #fff;
  transition: background-color 0.2s;
  border-bottom: 1px solid #ddd;
}
.header.is--open {
  z-index: 300;
}
.header.is--open .header-menu {
  left: 0;
}
.header.is--open .header-menu:before {
  display: block;
}
.header.is--open .header-menu .header-menu-close-button {
  top: 3vw;
  right: 0;
}
.header-logo {
  max-width: 266px;
  z-index: 1111;
}
.header-logo__link {
  display: block;
  width: 58vw;
}
.header-logo__link img {
	display: block;
	width: 46vw;
	margin: auto;
}
.header-right-logo {
  width: 20vw;
  max-width: 150px;
  position: absolute;
  right: 24.53vw;
  top: 5.2vw;
}
.header-tel {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 4vw;
  padding-left: 4vw;
  box-sizing: border-box;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
}
.header-tel img {
  width: 6vw;
}
.header-menu-button {
  position: absolute;
  left: 0;
  width: 55px;
  height: 100%;
  box-sizing: border-box;
  top: 0;
}
.header-menu-button img {
  padding: 4vw;
  box-sizing: border-box;
}
.header-menu {
  text-align: center;
  position: fixed;
  height: 100%;
  left: -100%;
  width: 100%;
  max-width: 750px;
  top: 0;
  z-index: 200;
  background-image: url('../images/common/header_pattern.png');
  background-position: 50% 50%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 0.5s ease;
}
.header-menu-list {
  display: flex;
  flex-direction: column;
}
.header-menu__item {
  margin-top: 6vw;
}
.header-menu .header-menu__link {
  font-size: 6vw;
  font-weight: 400;
  letter-spacing: -0.4px;
  color: var(--sub-color);
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
} 
.header-menu__item.is--open .header-menu__link {
  opacity: 1;
}
.header-menu .header-menu__link span {
  position: relative;
}
.header-menu .header-menu-depth {
  display: none;
}
.header-menu .header-menu-depth__item {
  padding: 5px 5px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
}
.header-menu .header-menu-depth__item .header-menu-depth__link {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 4vw;
  padding-top: 2vw;
  color: var(--sub-color);
}
.header .header-menu .header-menu-depth .header-menu-depth__item  .header-menu-depth__link:after {
  content: "";
  display: inline-block;
  margin: 0 0 0 3vw;
  width: 1px;
  height: 3.5vw;
  background-color: #fff;
}
.header .header-menu .header-menu-depth .header-menu-depth__item:last-child .header-menu-depth__link:after {
  display: none;
}
.header-menu .menu-logo {
  max-width: 274px;
  width: 36.5vw;
}
.header-menu-menu {
  background-color: #fff;
  background-repeat: no-repeat;
  background-image: url("../images/common/header_pattern.png");
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  z-index: 3;
  text-align: left;
  min-height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 8vw;
  padding-right: 8vw;
  padding-top: 30vw;
  box-sizing: border-box;
}
.header-menu-menu .header-menu-header .header-menu__title {
  font-family: "Marcellus", "Pretendard", sans-serif, "Malgun Gothic", "맑은 고딕", AppleSDGothicNeo, -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: var(--main-color);
  font-size: 13px;
  font-weight: 600;
  display: block;
  margin-bottom: 3vw;
}
.header-menu-menu .header-menu-header .header-menu-close-button {
  position: fixed;
  right: 100%;
  top: 0;
  width: 55px;
  transition: all 0.5s;
}
.header.is--active .header-menu {
  display: block;
}

.sub .footer .circle-rotate.sub-circle-rotate {
  bottom: auto !important;
  top: -36px;
}
.sub .footer .circle-rotate.sub-circle-rotate .circle-circle {
  background-image: url("/m/assets/images/sub/circle-circle-sub-up.png");
}

.footer {
  position: relative;
  width: 100%;
  background-color: #272727;
	padding: 6vw 6vw 15vw;
  color: #b3b3b3;
  box-sizing: border-box;
}
.footer-banner {
	padding-bottom: 2vw;
}
.footer-logo1 {
  width: 20vw;
  max-width: 120px;
  margin: 0 auto 3.33vw;
}
.footer-logo2 {
  width: 28vw;
  max-width: 210px;
  display: block;
  margin: 7.6vw auto 8vw;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-left {
  display: flex;
  flex-direction: column;
}
.footer-text {
  display: block;
  font-size: 3.2vw;
  letter-spacing: -0.05em;
}
.footer-text.color--point {
  display: block;
  font-size: 3vw;
  margin-bottom: 3vw;
  color: #000;
}
.footer-copyright {
  font-size: 3vw;
  padding-top: 2vw;
}
.footer-separator {
  width: 1px;
  height: 10px;
  background: rgba(255, 255, 255, 0.22);
  display: inline-block;
  margin: 0 8px;
}

html {
  -webkit-font-smoothing: antialiased;
}

.layout {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.layout::after {
  content: "";
  display: block;
  clear: both;
}
.layout.is--content-center {
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .layout {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 990px) {
  .layout {
    padding-left: 0;
    padding-right: 0;
  }
}

img {
  max-width: 100%;
}

@media screen and (min-width: 991px) {
  .is--mobile {
    display: none !important;
  }
}

@media screen and (max-width: 990px) {
  .is--pc {
    display: none !important;
  }
}

.img-circle {
  vertical-align: baseline;
}

[data-aos][data-aos][data-aos-delay="3200"].aos-animate,
body[data-aos-delay="3200"] [data-aos].aos-animate {
  transition-delay: 3.2s;
}

[data-aos][data-aos][data-aos-delay="3400"].aos-animate,
body[data-aos-delay="3400"] [data-aos].aos-animate {
  transition-delay: 3.4s;
}

[data-aos][data-aos][data-aos-delay="3600"].aos-animate,
body[data-aos-delay="3600"] [data-aos].aos-animate {
  transition-delay: 3.6s;
}

[data-aos][data-aos][data-aos-delay="4200"].aos-animate,
body[data-aos-delay="4200"] [data-aos].aos-animate {
  transition-delay: 4.2s;
}

main.sub,
main.main,
body,
html {
  max-width: 750px;
  margin: 0 auto;
}

.text-effect {
  overflow: hidden;
}

.bottom-bar {
  z-index: 200;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
.bottom-bar__link {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--sub-color);
	color: var(--main-color);
  font-size: 4vw;
}
.bottom-bar__link b {
	color: var(--main-color);
	font-weight: 800;
}
.bottom-bar__link + .bottom-bar__link {
  background: var(--main-color);
	color: var(--sub-color);
}

.bottom-bar__link img {
  height: 5.5vw;
}
.bottom-bar__link + .bottom-bar__link img{
  height: 5vw;
  margin-right: 5px;
}
.bottom-bar__link + .bottom-bar__link b{
  color: var(--sub-color);
	letter-spacing: 1px;
}

.quick-menu {
  position: fixed;
  bottom: 0;
  display: flex;
  width: 100%;
  z-index: 100;
}
.quick-menu__link {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 12vw;
  color: #fff;
  font-size: 4.6vw;
}
.quick-menu__link span {
  color: #fff;
}
.quick-menu__link:nth-child(1) span {
  padding-left: 1vw;
}
.quick-menu__link .quick-menu__icon {
  display: block;
}
.quick-menu__link.customer {
  background: var(--sub-color);
}
.quick-menu__link.customer .quick-menu__icon {
  width: 6vw;
}
.quick-menu__link.location {
  background: var(--main-color);
}
.quick-menu__link.location .quick-menu__icon {
  width: 13px;
}

.main-section {
  width: 100vw;
  position: relative;
}

.main-section-visual .main-slide-text {
  position: relative;
	z-index: 1;
  padding: calc(55px + 3.5vh) 14vw 40vw ;
  height: 100%;
  box-sizing: border-box;
  color: #0F0F0F;
  text-align: center;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}
.main-section-visual .main-slide-text .impact {
  opacity: 0;
  transform: translate3d(0, 5vw, 0);
  transition-property: opacity, transform;
  transition-timing-function: ease-in-out;
  padding-bottom: 2vw;
}
.main-section-visual .main-slide-text .tit {
  opacity: 0;
  transform: translate3d(0, 5vw, 0);
  transition-property: opacity, transform;
  transition-timing-function: ease-in-out;
}
.main-section-visual .main-slide-text .logo {
  opacity: 0;
  transform: translate3d(0, 5vw, 0);
  transition-property: opacity, transform;
  transition-timing-function: ease-in-out;
  padding: 5vw 0 ;
}
.main-section-visual .main-slide-text .desc {
  opacity: 0;
  transform: translate3d(0, 5vw, 0);
  transition-property: opacity, transform;
  transition-timing-function: ease-in-out;
}
.main-section-visual .swiper-container .visual-swiper-pagination {
  padding-top: 30px;
	text-align: center;
}
.main-section-visual .swiper-container .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #8B8B8B;
  opacity: 1;
}
.main-section-visual .swiper-container .swiper-pagination-bullet-active {
  background-color: var(--main-color);
}
.main-section-visual .left {
	position: relative;
	z-index: 1;
}
.main-section-visual .left .banner-area {
	display: flex;
	justify-content: center;
	position: absolute;
	width: 100%;
	top: -10vw;
}
.main-section-visual .left .banner-area img {
	width: 20vw;
}
.main-section-visual .right {
  width: 100%;
  height: 100%;
	padding: 0 10vw;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.main-section-visual .right .desc {
	display: block;
	width: 60vw;
	margin: auto;
	padding: 15vw 0 5vw;
}
.main-section-visual .center {
	height: 180vw;
}
.main-section-visual .center .swiper-container {
	width: 100%;
	height: 100%;
}
.main-section-visual .center .swiper-container .swiper-slide .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/main/m_visual_right_bg.png');
  background-size: cover;
  background-repeat: no-repeat;
	background-position: 50% 50%;
  -webkit-transform: scale(1.11, 1.11) rotate(0.002deg);
  transform: scale(1.11, 1.11) rotate(0.002deg); 
  transition: all ease 2s;
}
.main-section-visual .center .swiper-container .swiper-slide2 .bg {
  background-image: url('../images/main/m_visual_right_bg2.png');
}
.main-section-visual .center .swiper-container .swiper-slide.swiper-slide-active .bg {
  -webkit-transform: scale(1.01, 1.01) rotate(0.002deg);
  transform: scale(1.01, 1.01) rotate(0.002deg);
}
.main-section-visual.is-active .main-slide-text .impact,
.main-section-visual.is-active .main-slide-text .tit,
.main-section-visual.is-active .main-visual, 
.main-section-visual.is-active .main-slide-text .desc {
  opacity: 1;
  transform: translateZ(0);
  transition-duration: 2s;
}
.main-section-visual.is-active .main-slide-text .tit {
  transition-delay: .8s;
}
.main-section-visual.is-active .main-slide-text .desc {
  transition-delay: 1.6s;
}
.main-section-visual.is-active .main-visual {
  transition-delay: 2.4s;
}

.rotate-button-area {
  position: absolute;
  right: 10vw;
  bottom: -5vw;
}

.rotate-button-area .rotate-button-button-circle {
  display: block;
  background-image: url("/m/assets/images/main/circle-rotate-arrow.png");
  position: absolute;
  top: -45px;
  left: -42px;
  pointer-events: none;
  cursor: none;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  width: 35px;
  height: 34px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

@keyframes bounce {
  0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}
.rotate-button-area .rotate-button-button-circle-text {
  background-repeat: no-repeat;
  display: block;
  background-image: url("/m/assets/images/main/circle-rotate-text.png");
  width: 89px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -73px;
  margin-left: -70px;
  background-size: contain;
  background-position: 50% 50%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  animation: rotate 5s infinite linear;
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0.001deg);
    transform: rotate(0.001deg);
  }
  to {
    -webkit-transform: rotate(365deg);
    transform: rotate(365deg);
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(365deg);
    transform: rotate(365deg);
  }
}
@keyframes rotate2 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(365deg);
    transform: rotate(365deg);
  }
}
@-webkit-keyframes rotate2 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(365deg);
    transform: rotate(365deg);
  }
}
.main-visual-area {
  width: 100vw;
}

.main-section-visual {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.main-section-visual .main-visual {
  overflow: hidden;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}

.main-section-visual .main-visual .main-visual-swiper-slide {
  display: flex;
  align-items: center;
  height: 63vw;
}
.main-section-visual .swiper-text-area {
  position: relative;
  z-index: 2;
  color: #ffffff;
  box-sizing: border-box;
  text-align: center;
  padding: 33.73vw 0 14.2vw;
  background: var(--main-color);
}
.main-section-visual .swiper-text-area .main-text {
  font-size: 22px;
  letter-spacing: -1px;
}
.main-section-visual .swiper-text-area .main-text strong {
  font-weight: 600;
}
.main-section-visual .swiper-text-area .main-sub-text {
  width: 55vw;
  margin: auto;
  font-size: 27px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1px;
  color: #ffffff;
}

.main-section-visual .main-visual-swiper-slide {
  overflow: hidden;
}
.main-section-visual .main-visual-swiper-slide .main-slide-bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main-section-visual .main-visual-swiper-slide:not(.has-video) .main-slide-bg {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.main-section-visual .main-visual-swiper-slide .main-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-section-visual .main-visual-swiper-slide1 .main-slide-bg {
  background-image: url("/m/assets/images/main/m_visual-slide1-img.png");
}
.main-section-visual .main-visual-swiper-slide2 .main-slide-bg {
  background-image: url("/m/assets/images/main/m_visual-slide2-img.png");
}
.main-section-visual .main-visual-swiper-slide3 .main-slide-bg {
  background-image: url("/m/assets/images/main/m_visual-slide3-img.png");
}
.swiper-button-area {
  position: absolute;
  left: 6.5vw;
  top: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 2s;
  transition: opacity 0.5s ease 2s;
}
.swiper-button-area.show {
  opacity: 1;
}
.swiper-button-area .swiper-pagination {
  position: relative;
  display: inline-block;
}
.swiper-button-area .swiper-pagination-progressbar {
  width: 400px;
  height: 2px;
  background: rgba(255, 255, 255, 0.41);
  -webkit-transition: background 0.8s linear;
  transition: background 0.8s linear;
}
.swiper-button-area .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fff;
  -webkit-transition: background 0.8s linear;
  transition: background 0.8s linear;
}

/*프리미엄*/
.main-section-premium {
  padding-bottom: 10vw;
}
.main-section-premium .premium-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-section-premium .unit-inner .bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 485px;
}
.main-section-premium .premium-header {
  opacity: 0;
  transform: translateY(3vw);
  transition: all 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  padding: 15vw 0 0;
  width: 60vw;
  text-align: center;
  font-size: 3.2vw;
	color: var(--main-color);
}
.main-section-premium .premium-header span {
  font-size: 47px;
  letter-spacing: -0.05em;
  font-weight: bold;
  font-family: "NanumSquare", "Pretendard", AppleSDGothicNeo, -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;

}
.main-section-premium .premium-header b {
  font-size: 4vw;
  letter-spacing: normal;
  vertical-align: -5px;
  font-family: "contralto-big", "Pretendard", AppleSDGothicNeo, -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.main-section-premium .premium-header span em {
  font-size: 59px;
  letter-spacing: normal;
  vertical-align: 8px;
  font-family: inherit;
}

.main-section-premium .swiper-container {
  position: relative;
  opacity: 0;
  width: 100%;
  transform: translateY(3vw);
  transition: all 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.main-section-premium .swiper-container .swiper-wrraper {
  position: relative;
  width: 100%;
}
.main-section-premium .swiper-pagination {
  position: relative;
  width: 82vw;
  margin: auto;
}
.main-section-premium .swiper-container-horizontal>.swiper-pagination-progressbar, .main-section-premium .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 2px;
}
.main-section-premium .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--main-color);
}
.main-section-premium .button-area {
  width: 96vw;
  position: relative;
  top: 130px;
}
.main-section-premium .button-area .swiper-button-prev, .main-section-premium .button-area .swiper-button-next {
  width: 10vw;
  height:10vw;
  margin: 0;
  transform: translateY(-50%);
  margin-right:5px;
  background-image: none;
}
.main-section-premium .button-area .swiper-button-prev::after {
  position: absolute;
  left: 4vw; 
  top: 2vw;
  content: '';
  width: 5vw; /* 사이즈 */
  height: 5vw; /* 사이즈 */
  border-top: 1px solid #000; /* 선 두께 */
  border-right: 1px solid #000; /* 선 두께 */
  transform: rotate(225deg); /* 각도 */
}
.main-section-premium .button-area .swiper-button-next::after {
  position: absolute;
  left: 2vw; 
  top: 2vw; 
  content: '';
  width: 5vw; /* 사이즈 */
  height: 5vw; /* 사이즈 */
  border-top: 1px solid #000; /* 선 두께 */
  border-right: 1px solid #000; /* 선 두께 */
  transform: rotate(45deg); /* 각도 */
}
.main-section-premium .swiper-container .box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8vw 1vw;
  box-sizing: border-box;
  text-align: center;
  letter-spacing: -0.05em;
  transition: all .5s ease;
}
.main-section-premium .swiper-container .box::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 60%;
  background-color: #EAEAEA;
}
.main-section-premium .swiper-container .swiper-slide-duplicate-prev .box::after {
	display: none;
}
.main-section-premium .swiper-container .box .icon {
  width: 10vw;
  padding-bottom: 6vw;
}
.main-section-premium .swiper-container .box .impact {
  font-size: 5vw;
  font-weight: 900;
  color: var(--sub-color);
  font-family: "TrajanPro", "Pretendard", AppleSDGothicNeo, -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  letter-spacing: normal;
}
.main-section-premium .swiper-container .box .desc {
	line-height: 1.5;
  font-size: 3.2vw;
}
.main-section-premium .swiper-container .box .tit {
  font-size: 4.2vw;
  color: var(--main-color);
  padding: 11px 0 6px;

}
.main-section-premium .swiper-container .box .link {
  opacity: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  bottom: -44px;
  width: 100%;
  padding: 20px 0 8px;
  font-size: 14px;
  color: var(--main-color);
  transform: translateX(-50px);
}
.main-section-premium .swiper-container .box .link::after {
  content: ">";
  display: inline-block;
  padding-left: 15px;
  color: var(--main-color);
  font-weight: 600;
}

.main-section-premium.active .premium-header, .main-section-premium.active .swiper-container {
  opacity: 1;
  transition-duration: 2s;
  transform: translateX(0);
}
.main-section-premium.active .premium-header {
  transition-delay: .2s;
}
.main-section-premium.active .swiper-container {
  transition-delay: .7s;
}

/**/
/*입지환경*/
.main-section-environment {
	background-color: var(--main-color);
}
.main-section-environment .environment-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 8vw 15vw;
  box-sizing: border-box;
  border-bottom-left-radius: 20vw;
	background-color: #fff;
}
.main-section-environment .environment-inner .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40vw;
  background-image: url('/assets/images/main/environment_bg.png');
  background-repeat: no-repeat;
  background-size: cover; 
}
.main-section-environment .environment-header {
	position: relative;
	z-index: 1;
  opacity: 0;
  transform: translateY(3vw);
  transition: all 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  padding: 10vw 0 3vw;
  text-align: center;
  font-weight: 300;
  font-size: 3.2vw;
  color: #fff;
}
.main-section-environment .environment-header p {
	font-size: 9vw;
	line-height: 1;
	font-family: "TrajanPro", "Pretendard", AppleSDGothicNeo, -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-weight: 500;
	text-transform: capitalize;
	padding-bottom: 2vw;
}
.main-section-environment .environment-header b {
  font-size: 5vw;
  letter-spacing: normal;
  line-height: .5;
  letter-spacing: -0.05em;
  color: #BFA68D;
  font-family: "contralto-big", "Pretendard", AppleSDGothicNeo, -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.main-section-environment .environment-header span {
  font-size: 5vw;
  letter-spacing: -0.05em;
  font-weight: bold;
  font-family: "NanumSquare", "Pretendard", AppleSDGothicNeo, -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.main-section-environment .environment-header span em {
  font-size: 59px;
  letter-spacing: normal;
  vertical-align: 8px;
  font-family: inherit;
}

.main-section-environment .environment-list {
	position: relative;
	z-index: 1;
  opacity: 0;
  transform: translateY(3vw);
  transition: all 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  display: flex;
	flex-direction:column;
	align-items:center;
  justify-content: center;
	text-align: center;
  gap: 5%;
  width: 100%;
}
.main-section-environment .environment-list .img-area {
  overflow: hidden;
}
.main-section-environment .environment-list .img-area img {
  transition: all ease .8s;
}
.main-section-environment .environment-list .text-area {
  padding-top: 5vw;
}
.main-section-environment .environment-list .impact {
  font-size: 2.8vw;
}
.main-section-environment .environment-list .desc {
	display:flex;
  font-size: 3.2vw;
  line-height: 1.45;
	padding-bottom: 2vw;
}
.main-section-environment .environment-list .desc span {
	text-align: left;
}
.main-section-environment .environment-list .desc .icon {
	padding-right: 2vw;
	width: 10vw;
}
.main-section-environment .environment-list .tit {
  display: flex;
	justify-content:center;
  align-items: flex-end;
  font-size: 3.2vw;
  padding-top: 1vw;
	padding-bottom: 3vw;
}
.main-section-environment .environment-list .tit b {
  padding-left: 2vw;
  font-size: 6vw;
}
.main-section-environment .environment-list .tit img {
  padding-left: 10px;
}

.main-section-environment .environment-list .link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 3.2vw;
  color: var(--main-color);
	width: 40vw; 
	height: 12vw; 
  box-sizing: border-box;
	background-color: #BB9F87;
	margin: auto;
	margin-top: 10vw;
	margin-bottom: 15vw;
	color: #fff;
}

.main-section-environment.active .environment-header, .main-section-environment.active .environment-list {
  opacity: 1;
  transition-duration: 2s;
  transform: translateX(0);
}
.main-section-environment.active .environment-header {
  transition-delay: .2s;
}
.main-section-environment.active .environment-list {
  transition-delay: .7s;
}

/**/
.main-section-brand {
  background-image: url('../images/main/brand_pattern.png');
  background-color: var(--main-color);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
  overflow: hidden;
}
.main-section-brand .brand-inner {
  position: relative;
  display:flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10vw 6vw;
  overflow: hidden;
  box-sizing: border-box;
}
.main-section-brand .brand-inner .brand-left {
  width: 100%;
	display:flex;
	gap:1vw;
}
.main-section-brand .brand-inner .brand-right {
  width: 100%;
  opacity: 0;
  transform: translateX(3vw);
  transition: all .8s ease; 
}
.main-section-brand .brand-inner .brand-right .brand-text-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-top: 10vw;
  color: #fff;
}
.main-section-brand .brand-inner .brand-right .brand-text-area p {
  font-size: 6vw;
  line-height: 1.15;
  font-weight: 200;
  text-align: center;
}
.main-section-brand .brand-inner .brand-right .brand-text-area .brand-text-img {
  padding: 3vw 0 5vw;
  width: 35vw;
}
.main-section-brand .brand-inner .brand-right .brand-text-area .brand-list {
  font-size: 2.8vw;
}
.main-section-brand .brand-inner .brand-right .brand-text-area .brand-list td:first-child {
  padding-right: 10px;
  letter-spacing: -0.05em;
  font-weight: 500;
}
.main-section-brand .brand-header {
  opacity: 0;
  transform: translateX(-3vw);
  transition: all 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  text-align: center;
  color: #fff;
}
.main-section-brand .brand-header p {
  font-size: 9vw;
  line-height: 1;
  font-family: "TrajanPro", "Pretendard", AppleSDGothicNeo, -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
}
.main-section-brand .brand-header span {
  display: block;
  font-size: 4.2vw;
  padding: 15vw 0 1vw;
}
.main-section-brand .brand-inner .brand-box {
  opacity: 0;
  transform: translateX(-3vw);
  transition: all .8s ease;
  display: flex;
	flex-direction:column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #fff;
}
.main-section-brand .brand-inner .brand-box1 {
	width: 65%;
}
.main-section-brand .brand-inner .brand-box2 {
	width: 35%;
}
.main-section-brand .brand-inner .brand-box p {
  padding: 2vw 0 3vw;
  font-size: 2.8vw;
}
.main-section-brand .brand-inner .brand-box-center {
  width: 100%;
}
.main-section-brand .brand-inner .brand-box-left {
  width: 100%;
}
.main-section-brand .brand-inner .brand-box-right {
  width: 100%;
}
.main-section-brand .brand-inner .brand_img {
  width: 100%;
  height: 56vw;
  background-size: cover;
  background-image: url('../images/main/brand_img1.png');
}
.main-section-brand .brand-inner .brand_img.brand_img2 {
  height: 21vw;
  background-image: url('../images/main/brand_img2.png');
}
.main-section-brand .brand-inner .brand_img.brand_img3 {
  height: 21vw;
  background-image: url('../images/main/brand_img3.png');
}
.main-section-brand .brand-box .brand-box_btn {
  display: block;
  padding-bottom: 5px;
}

.main-section-brand.active .left-motion {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  opacity: 1;
  transform: scale(1);
  transition: transform 1.2s .35s ease-out, opacity 1.2s .35s ease-out, -webkit-clip-path 1.2s .35s ease-out;
  transition: transform 1.2s .35s ease-out, opacity 1.2s .35s ease-out, clip-path 1.2s .35s ease-out;
  transition: transform 1.2s .35s ease-out, opacity 1.2s .35s ease-out, clip-path 1.2s .35s ease-out, -webkit-clip-path 1.2s .35s ease-out;
}

.main-section-brand.active .brand-box-left .left-motion {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  opacity: 1;
  transform: scale(1);
  transition: transform 1.2s .1.25s ease-out, opacity 1.2s .1.25s ease-out, -webkit-clip-path 1.2s .1.25s ease-out;
  transition: transform 1.2s .1.25s ease-out, opacity 1.2s .1.25s ease-out, clip-path 1.2s .1.25s ease-out;
  transition: transform 1.2s .1.25s ease-out, opacity 1.2s .1.25s ease-out, clip-path 1.2s .1.25s ease-out, -webkit-clip-path 1.2s .1.25s ease-out;
  transition-delay: 1.45s;
}
.main-section-brand.active .brand-box-right .left-motion {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  opacity: 1;
  transform: scale(1);
  transition: transform 1.2s .2.05s ease-out, opacity 1.2s .2.05s ease-out, -webkit-clip-path 1.2s .2.05s ease-out;
  transition: transform 1.2s .2.05s ease-out, opacity 1.2s .2.05s ease-out, clip-path 1.2s .2.05s ease-out;
  transition: transform 1.2s .2.05s ease-out, opacity 1.2s .2.05s ease-out, clip-path 1.2s .2.05s ease-out, -webkit-clip-path 1.2s .2.05s ease-out;
  transition-delay: 2.15s;
}
.main-section-brand.active .brand-header, .main-section-brand.active .brand-box, .main-section-brand.active .brand-right {
  opacity: 1;
  transition-duration: 2s;
  transform: translateX(0);
}
.main-section-brand.active .brand-header {
  transition-delay: .7s;
}
.main-section-brand.active .brand-box {
  transition-delay: 1.2s;
}
.main-section-brand.active .brand-right {
  transition-delay: 2.7s;
}
.sub-top-bg {
  width: 100%;
  position: relative;
  padding-top: 7vw;
  height: 70vw;
  z-index: 10;
  background-image: url("../images/sub/m_sub-pattern.png");
	background-position: 50% 50%;
	background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-sizing: border-box;
  background-color: #fff;
	text-align: center;
}
.sub-top-bg.sub-top-bg2 {background-image: url("/assets/images/sub/sub-top-bg2.png");}
.sub-top-bg.sub-top-bg3 {background-image: url("/assets/images/sub/sub-top-bg3.png");}
.sub-top-bg.sub-top-bg4 {background-image: url("/assets/images/sub/sub-top-bg4.png");}
.sub-top-deco {
  position: absolute;
  bottom: 0;
}
.sub-top-bg .sub-top-header {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.sub-top-bg .sub-top-header .sub-top_text {
  opacity: 0;
  font-size: 7vw;
  text-transform: capitalize;
  color: var(--main-color);
  transform: translateY(3vw);
  transition: all 1s ease;
  transition-delay: .8s;
	font-family: "Italiana", "Pretendard", AppleSDGothicNeo, -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.sub-top-bg.is-active .sub-top-header .sub-top_text {
	opacity: 1;
	transform: translateY(0);
}
.sub-top-bg .sub-top-header .sub-top_img {
  opacity: 0;
  transform: translateX(3vw);
  position: absolute;
  right: 10vw;
  transition: all 1s ease; 
}
.sub-top-bg .sub-top-header .sub-top__title {
	font-size: 68px;
	line-height: 1.5;
}
.sub-top-bg .sub-top-header .sub-top__title-english {
	line-height: 1.230769;
	letter-spacing: 0.05em;
	color: rgba(255,255,255,.5);
	font-size: 26px;
	font-family: "Montserrat", "NotoSansKR", sans-serif, "Malgun Gothic", "맑은 고딕";
}
.sub-top-bg .sub-top-header .sub-top__title-english > div {
	font-family: inherit;
}
.sub-top-menu {
  z-index: 11;
	position: absolute;
	bottom: 0;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: flex-start;
  width: 100%;
  opacity: 0;
  transition-property: opacity, transform;
  transition-timing-function: ease-in-out;
  transition-duration: 1s;
  transition-delay: 1.1s;
}
.sub-top-menu.is--active {
  opacity: 1;
  transform: translateZ(0);
}
.sub-top-menu__item {
  letter-spacing: -0.5px;
  font-size: 16px;
  color: #999999;
}
.sub-top-menu__item + .sub-top-menu__item:before {
  content: "";
  width: 1px;
  height: 20px;
  background: #999999;
  opacity: 0.2;
  display: inline-block;
  margin: 0 30px;
  vertical-align: middle;
}
.sub-top-menu__item.is--active {
  color: #cadbed;
  font-weight: bold;
}
.sub-top-menu .layout {
	background-color: #fff;
}
.sub-top-menu .sub-menu-depth-area {
	display:flex;
	align-items:center;
  width: calc(100% - 10vw);
}
.sub-top-menu .sub-menu-home__icon {
  float: left;
  width: 10vw;
  height: 10vw;
  background: url("/assets/images/sub/icon-sub-menu.png") no-repeat center;
	background-color: var(--main-color);
}
.sub-top-menu .sub-menu-home__link {
  display: block;
  height: 100%;
}
.sub-top-menu .sub-menu .sub-menu-depth {
  float: left;
  width: 40%;
  height: 10vw;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-image: url("/assets/images/sub/sub-dropdown-arrow.png");
  font-size: 15px;
  color: #999999;
  box-sizing: border-box;
  position: relative;
  line-height: 10vw;
  font-weight: 500;
  margin-right: 10px;
  letter-spacing: -0.4px;
}
.sub-top-menu .sub-menu .sub-menu-depth + .sub-menu-depth {
  color: #484848;
}
.sub-top-menu .sub-menu .sub-menu-depth + .sub-menu-depth:after {
  content: "";
  display: block;
  height: 23px;
  width: 0px;
  background-color: rgba(153, 153, 153, 0.3);
  position: absolute;
  left: 0;
  top: 28px;
}
.sub-top-menu .sub-menu .sub-menu-depth-list {
  display: none;
}
.sub-top-menu .sub-menu .sub-menu-depth:hover .sub-menu-depth-list {
  display: block;
  position: absolute;
	width: 110%;
  top: 35px;
  left: 0;
  border: 1px solid #d9d9d9;
  border-top: 0;
}
.sub-top-menu .sub-menu .sub-menu-depth:hover .sub-menu-depth__item {
  width: 100%;
  height: 12vw;
  border-top: 1px solid #d9d9d9;
}
.sub-top-menu .sub-menu .sub-menu-depth:hover .sub-menu-depth__link {
  display: block;
  height: 100%;
  background: #fff;
  font-size: 15px;
  color: #444;
  line-height: 48px;
}
.sub-top-menu .sub-menu .sub-menu-depth:hover .sub-menu-depth__link:hover {
  color: var(--main-color);
}

.sub-content-area {
  min-height: 300px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding: 10vw 0 15vw;
  box-sizing: border-box;
}

.sub-content__title {
  font-size: 14px;
  letter-spacing: -0.4px;
  color: #464646;
  font-weight: normal;
}
.sub-content__title-english {
  color: #9E856B;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -1px;
}
.sub-content__title-english * {
  font: inherit;
  color: inherit;
}
.sub .sub-menu .sub-menu-depth .first-depth {
	color: #9A9A9A;
}
.sub .sub-menu .sub-menu-depth .second-depth {
	color: var(--main-color);
}

.sub-content-content {
  margin: 0 auto;
}
.sub-content-content::after {
  content: "";
  display: block;
  clear: both;
}
.header-description {
	width: 32vw;
	position: absolute;
	top: 15vw;
}

/*0916 홍보영상 추가*/
.tv-area .video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin: 0;
}
.tv-area .video-container iframe,
.tv-area .video-container object,
.tv-area .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

 .tv-area {
	 transition: all 1s ease;
 }
.tv-area .tv-content-nav {
	position: relative;
	display:flex;
	justify-content: center;
	margin-bottom: 50px;
}
.tv-area .tv-content-nav li {
	width: 25%;
	height: 10vw;
	margin-right: 5px;
	position: relative;
}
.tv-area .tv-content-nav li:last-child {
	margin-right: 0;
}
.tv-area .tv-content-nav li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #f7f7f7;
	transition: all .5s;
}
.tv-area .tv-content-nav li a:hover,.tv-area .tv-content-nav li a.is--active {
	background: #272759;
	color: #fff;
}

/*sub-page-notice*/
.page_info {
  width: 92vw;
	margin: auto;
  color: #888;
  padding: 1rem 1rem;
  border: 1px solid #d1d1d1;
  margin: 10vw auto 0;
  letter-spacing: -.04rem;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.page_info li {
  font-size: 13px;
  color: #878787;
  line-height: 1.1rem;
}
.page_info li + li {
  margin-top: 10px;
}

.page_info LI:before {
  content: "※";
  display: inline-block;
  margin-right: .1rem;
  color: #878787;
  font-size: 14px;
}
/*팝업*/
/*video_popup*/
#layerScreen {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    filter: Alpha(opacity=30);
    opacity: 0.6;
    -moz-opacity: 0.3;
    display: none;
}
.video_pop {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50px;
    padding: 5%;
    z-index: 9999;
}

.video_pop>div {
    border: 2px solid #333;
}

.video_pop>div>iframe {
    margin: -12px 0 -17px;
}

.video_close {
    width: 100%;
    max-width: 337px;
    display: block;
    margin: auto;
    padding: 5px 10px;
    background: #333;
    text-align: right;
    color: #fff;
}
.popvideo {position:fixed; width:100%; max-width:640px; top: 30%; z-index: 10000; display: block;}
.popvideo .pop_wrap {position:relative;}
.popvideo .pop_wrap .video_con {position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;}
.popvideo .pop_wrap iframe,
.popvideo .pop_wrap object,
.popvideo .pop_wrap embed,
.popvideo .pop_wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.popvideo span {position: absolute; left: 50%; top:-10%; transform: translateX(-50%);}

.popvideo span a {display: block;color:#fff;}
.popvideo span * {vertical-align: middle;}
.popvideo span a i {font-style:normal;}
.popvideo span a i::after {
  content: "\e870";
  display: inline-block;
  font-family:Linearicons-Free;
  font-size: 20px;
  color: #fff;
}