@charset "UTF-8";
.themes-container *,
.themes-container *:before,
.themes-container *:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
/* common */
.themes-flex-between {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.themes-flex-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.themes-flex-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.themes-txt-center {
  text-align: center;
}
.themes-full-img {
  width: 100%;
  vertical-align: middle;
}
.themes-container .txt-center {
  text-align: center;
}
.themes-pc-hide{
  display: none !important;
}
.themes-mob-hide{
  display: inline-block !important;
}
.themes-container{
  width: 100%;
}
.themes-title{
  font-size: 2.5vw;
  font-weight: bold;
	line-height: 1.25;
  color: rgba(0,0,0,.9);
  margin-bottom: 1.5625vw;
}
.themes-desc{
  font-size: 1.25vw;
	line-height: 1.6;
	opacity: 0.6;
  color: rgba(0,0,0,.6);
}
.themes-container span.nowrap {
  white-space: nowrap;
}
.animate-title,
.animate-subTitle,
.animate-desc {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0) rotate(0.0001deg);
    transform: translate3d(0, 15px, 0) rotate(0.0001deg);
}
.themes-text-container.animated .animate-title {
  animation: text_animate .7s cubic-bezier(.39, .575, .565, 1) forwards;
}

.themes-text-container.animated .animate-subTitle {
  animation: text_animate .7s cubic-bezier(.39, .575, .565, 1) .3s forwards;
}

.themes-text-container.animated .animate-desc {
  animation: text_animate .7s cubic-bezier(.39, .575, .565, 1) .6s forwards;
}
@-moz-keyframes text_animate {
  0% {
      opacity: 0;
      -moz-transform: translate3d(0, 15px, 0) rotate(0.0001deg);
      -webkit-transform: translate3d(0, 15px, 0) rotate(0.0001deg);
      transform: translate3d(0, 15px, 0) rotate(0.0001deg);
  }
  99.99% {
      opacity: 1;
      -moz-transform: translate3d(0, 0, 0) rotate(0.0001deg);
      -webkit-transform: translate3d(0, 0, 0) rotate(0.0001deg);
      transform: translate3d(0, 0, 0) rotate(0.0001deg);
  }
  100% {
      opacity: 1;
      -moz-transform: translate3d(0, 0, 0) rotate(0);
      -webkit-transform: translate3d(0, 0, 0) rotate(0);
      transform: translate3d(0, 0, 0) rotate(0);
  }
}

@-webkit-keyframes text_animate {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 15px, 0) rotate(0.0001deg);
    -webkit-transform: translate3d(0, 15px, 0) rotate(0.0001deg);
    transform: translate3d(0, 15px, 0) rotate(0.0001deg);
  }
  99.99% {
      opacity: 1;
      -moz-transform: translate3d(0, 0, 0) rotate(0.0001deg);
      -webkit-transform: translate3d(0, 0, 0) rotate(0.0001deg);
      transform: translate3d(0, 0, 0) rotate(0.0001deg);
  }
  100% {
      opacity: 1;
      -moz-transform: translate3d(0, 0, 0) rotate(0);
      -webkit-transform: translate3d(0, 0, 0) rotate(0);
      transform: translate3d(0, 0, 0) rotate(0);
  }
}

@keyframes text_animate {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 15px, 0) rotate(0.0001deg);
    -webkit-transform: translate3d(0, 15px, 0) rotate(0.0001deg);
    transform: translate3d(0, 15px, 0) rotate(0.0001deg);
  }
  99.99% {
      opacity: 1;
      -moz-transform: translate3d(0, 0, 0) rotate(0.0001deg);
      -webkit-transform: translate3d(0, 0, 0) rotate(0.0001deg);
      transform: translate3d(0, 0, 0) rotate(0.0001deg);
  }
  100% {
      opacity: 1;
      -moz-transform: translate3d(0, 0, 0) rotate(0);
      -webkit-transform: translate3d(0, 0, 0) rotate(0);
      transform: translate3d(0, 0, 0) rotate(0);
  }
}
/* kv */
.themes-s1{
  padding-left: 11.45833vw;
  padding-right: 10.83333vw;
  padding-top: 6.71875vw;
}
.themes-s1-wrap{
  position: relative;
}
.themes-kv-text{
  width: 33.83854vw;
  padding-top: 5.67708vw;
  position: absolute;
  left: 0;
}
.themes-logo{
  width: 15.15624vw;
  margin-bottom: 1.25vw;
}
.themes-kv-text .themes-title{
  font-size: 3.33333vw;
  letter-spacing: -0.05208vw;
  margin-bottom: 2.08333vw;
}
.themes-kv-text .themes-desc{
  /* font-size: 0.83333vw; */
  color: rgba(0,0,0,.6);
  letter-spacing: -0.01302vw;
}
.themes-kv-r{
  width: 41.66666vw;
  height: 34.68666vw;
}
/* screen 2 */
.themes-s2{
  background-color: #f5f5f5;
  padding:6.25vw 0;
}
.themes-Thrill-img{
  width: 100%;
  margin-top: 3.28125vw;
}
.themes-logo-wrap{
  width: 59.58333vw;
  margin: 0 auto;
  margin-top: 2.10937vw;
  padding: 2.5vw 3.125vw;
  background-color: white;
  border-radius: 0.83333vw;
  -webkit-border-radius: 0.83333vw;
  -moz-border-radius: 0.83333vw;
  position: relative;
}
.themes-logo-wrap:before{
  position: absolute;
  content: "";
  top: -1.40625vw;
  left: 50%;
  margin-left: -0.70312vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.70312vw;
  border-color: transparent transparent white transparent;
}
.themes-icon-item{
  width: 3.75vw;
  height: 3.75vw;
}
/* screen 3 */
.themes-s3{
  padding-top:6.25vw;
  background: -ms-linear-gradient(top,#000000 40%,#385CAA) 100%; 
  background:-moz-linear-gradient(top,#000000 40%,#385CAA) 100%;   
  background: -webkit-linear-gradient(top,#000000 40%,#385CAA) 100%;   
  background: -o-linear-gradient(top,#000000 40%,#385CAA) 100%; 
  background: linear-gradient(top,#000000 40%,#385CAA) 100%;
}
.themes-s3 .themes-title,.themes-s3 .themes-desc{
  color: rgba(255, 255, 255, 1);
}
.themes-aod-img{
  width: 100%;
  margin-top: 4.16666vw;
}
/* screen 4 */
.themes-s4{
  padding-top:6.25vw;
  background-color: #f5f5f5;
}
.themes-fonts-img-wrap{
  width: 100%;
}
.themes-aod-img{
  width: 100%;
  margin-top: 2.08333vw;
}
.themes-fonts-phones{
  width: 26.45833vw;
  height: 37.65625vw;
}
.themes-fonts-icons{
  padding-top: 6.97916vw;
}
.themes-fonts-icons-item{
  width: 12.5vw;
}
.themes-fonts-icons-img{
  width: 100%;
  height: 9.0625vw;
  margin-bottom: 0.625vw;
} 
.themes-fonts-icons-list li .themes-fonts-icons-item:last-child{
  width: 11.19791vw;
}
.themes-fonts-icons-list li .themes-fonts-icons-item:not(:last-child){
  margin-right: 2.08333vw;
}
.themes-fonts-icons-list li:first-child{
  margin-bottom: 2.08333vw;
}
.themes-fonts-name{
	font-size: 0.83333vw;
	color: #000000;
	opacity: 0.9;
}
/* screen 5 */
.themes-s5,.themes-s5-wrap,.themes-s6,.themes-s6-wrap{
  width: 100%;
  position: relative;
}
.themes-s5 .themes-text{
  position: absolute;
  width: 27.96874vw;
  top: 17.66666vw;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/* screen 6 */
.themes-s6-wrap{
  padding: 3.125vw 0 6.25vw 0;
  overflow: hidden;
}
.themes-s6-t{
  padding-left: 23.54166vw;
  padding-right: 24.77083vw;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.themes-s6-videoBox{
  width: 20.3125vw;
  height: 36.57135vw;
  position: relative;
}
.themes-ringtones-frame{
  width: 100%;
  position: relative;
  z-index: 1;
}
.themes-ringtones-videos {
  width: 13.65416vw;
  position: absolute;
  top: 3.64583vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 1.04166vw;
  -webkit-border-radius: 1.04166vw;
  -moz-border-radius: 1.04166vw;
  -ms-border-radius: 1.04166vw;
  overflow: hidden;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}
.themes-ringtones-videoWrap{
  width: 16.875vw;
  height: 29.16666vw;
  margin-left: -1.51041vw;
  position: relative;
}
.themes-ringtones-videoWrap>div{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.themes-ringtones-video .uc-show{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  transform: translateX(-3.80400vw);
}
.themes-ringtones-video .uc-show img{
  height: 100%;
}
.themes-ringtones-videoWrap>div.current{
  opacity: 1;
}
.themes-ringtones-videos video{
  object-fit: cover;
  display: block;
  height: 100%;
}
.themes-s6-b{
  width: 100%;
  padding-top: 0.36458vw;
}
.themes-ringtones-item{
  width: 9.27083vw;
  padding: 0.83333vw 0.78125vw 1.04166vw;
  background-color: #fff;
  border-radius: 0.83333vw;
  -webkit-border-radius: 0.83333vw;
  -moz-border-radius: 0.83333vw;
  position: relative;
  cursor: pointer;
  -moz-transform: translateX(1.5625vw);
  -webkit-transform: translateX(1.5625vw);
  transform: translateX(1.5625vw);
  opacity: 0;
}
.themes-ringtones-item-img{
  width: 100%;
  height: 13.75000vw;
}
.themes-ringtones-list.animated .themes-ringtones-item-1{
  animation: ringtones_animate 0.8s cubic-bezier(.39, .575, .565, 1) forwards;
  -webkit-animation: ringtones_animate 0.8s cubic-bezier(.39, .575, .565, 1) forwards;
  -moz-animation: ringtones_animate 0.8s cubic-bezier(.39, .575, .565, 1) forwards;
}
.themes-ringtones-list.animated .themes-ringtones-item-2{
  animation: ringtones_animate 0.8s cubic-bezier(.39, .575, .565, 1) .15s forwards;
  -webkit-animation: ringtones_animate 0.8s cubic-bezier(.39, .575, .565, 1) .15s forwards;
  -moz-animation: ringtones_animate 0.8s cubic-bezier(.39, .575, .565, 1) .15s forwards;
}
.themes-ringtones-list.animated .themes-ringtones-item-3{
  animation: ringtones_animate 0.8s cubic-bezier(.39, .575, .565, 1) .3s forwards;
  -webkit-animation: ringtones_animate 0.8s cubic-bezier(.39, .575, .565, 1) .3s forwards;
  -moz-animation: ringtones_animate 0.8s cubic-bezier(.39, .575, .565, 1) .3s forwards;
}
.themes-ringtones-list.animated .themes-ringtones-item-4{
  animation: ringtones_animate 0.8s cubic-bezier(.39, .575, .565, 1) .45s forwards;
  -webkit-animation: ringtones_animate 0.8s cubic-bezier(.39, .575, .565, 1) .45s forwards;
  -moz-animation: ringtones_animate 0.8s cubic-bezier(.39, .575, .565, 1) .45s forwards;
}
.themes-ringtones-list.animated .themes-ringtones-item-5{
  animation: ringtones_animate 0.8s cubic-bezier(.39, .575, .565, 1) .6s forwards;
  -webkit-animation: ringtones_animate 0.8s cubic-bezier(.39, .575, .565, 1) .6s forwards;
  -moz-animation: ringtones_animate 0.8s cubic-bezier(.39, .575, .565, 1) .6s forwards;
}
.themes-ringtones-list.animated .themes-ringtones-item-6{
  animation: ringtones_animate 0.8s cubic-bezier(.39, .575, .565, 1) .75s forwards;
  -webkit-animation: ringtones_animate 0.8s cubic-bezier(.39, .575, .565, 1) .75s forwards;
  -moz-animation: ringtones_animate 0.8s cubic-bezier(.39, .575, .565, 1) .75s forwards;
}
.themes-ringtones-list.animated .themes-ringtones-item-7{
  animation: ringtones_animate 0.8s cubic-bezier(.39, .575, .565, 1) .9s forwards;
  -webkit-animation: ringtones_animate 0.8s cubic-bezier(.39, .575, .565, 1) .9s forwards;
  -moz-animation: ringtones_animate 0.8s cubic-bezier(.39, .575, .565, 1) .9s forwards;
}
.themes-ringtones-list.animated .themes-ringtones-item-8{
  animation: ringtones_animate 0.8s cubic-bezier(.39, .575, .565, 1) 1.05s forwards;
  -webkit-animation: ringtones_animate 0.8s cubic-bezier(.39, .575, .565, 1) 1.05s forwards;
  -moz-animation: ringtones_animate 0.8s cubic-bezier(.39, .575, .565, 1) 1.05s forwards;
}
.themes-ringtones-list.animated .themes-ringtones-item-9{
  animation: ringtones_animate 0.8s cubic-bezier(.39, .575, .565, 1) 1.2s forwards;
  -webkit-animation: ringtones_animate 0.8s cubic-bezier(.39, .575, .565, 1) 1.2s forwards;
  -moz-animation: ringtones_animate 0.8s cubic-bezier(.39, .575, .565, 1) 1.2s forwards;
}
@-webkit-keyframes ringtones_animate {
  0% {
    opacity: 0;
    -moz-transform: translateX(1.5625vw);
    -webkit-transform: translateX(1.5625vw);
    transform: translateX(1.5625vw);
  }
  99.99% {
      opacity: 1;
      -moz-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
  100% {
      opacity: 1;
      -moz-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
}
@-moz-keyframes ringtones_animate {
  0% {
    opacity: 0;
    -moz-transform: translateX(1.5625vw);
    -webkit-transform: translateX(1.5625vw);
    transform: translateX(1.5625vw);
  }
  99.99% {
      opacity: 1;
      -moz-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
  100% {
      opacity: 1;
      -moz-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
}
@keyframes ringtones_animate {
  0% {
    opacity: 0;
    -moz-transform: translateX(1.5625vw);
    -webkit-transform: translateX(1.5625vw);
    transform: translateX(1.5625vw);
  }
  99.99% {
      opacity: 1;
      -moz-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
  100% {
      opacity: 1;
      -moz-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
}
.themes-ringtones-item.current{
  background-color: #E5E5E5;
}
.themes-ringtones-item:before{
  position: absolute;
  content: "";
  top: -1.35416vw;
  left: 50%;
  margin-left: -0.70312vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.70312vw;
  border-color: transparent transparent #fff transparent;
}
.themes-ringtones-item.current::before{
  border-color: transparent transparent #E5E5E5 transparent;
}
.themes-ringtones-list{
  transform: translateX(20.10416vw);
  transition: all .8s;
  -webkit-transition: all .8s;
}
.themes-ringtones-list li.themes-ringtones-item:not(:last-child){
  margin-right: 0.52083vw;
}
.themes-ringtones-name{
  font-size: 0.83333vw;
	line-height: 1.6;
	color: #000000;
	opacity: 0.9;
  margin-top: 0.52083vw;
 letter-spacing: -0.01041vw;
}
/* screen 7 */
.themes-s7{
  background-color: #f5f5f5;
  padding-top: 1.875vw;
  padding-left: 15.39261vw;
  padding-right: 13.20852vw;
  padding-bottom: 3.125vw;
}
.themes-s7 .themes-text{
  white-space: nowrap;
  margin-top: 12.60416vw;
}
.themes-watch-img{
  width: 37.39583vw;
  height: 46.77083vw;
  position: relative;
}
.themes-watch-info{
  /* width: 32.8125vw; */
  width: fit-content;
  white-space: nowrap;
  margin: 0 auto;
  font-size: 0.67708vw;
  line-height: 1.6;
  color: rgba(0, 0, 0, .4);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3.125vw;
}
/* screen 8 */
.themes-s8{
  background-color: #000000;
  overflow: hidden;
}
.themes-s8 .themes-title{
  color: rgba(255,255,255,1);
  margin: 18.95833vw 2.1875vw 0 0;
  white-space: nowrap;
}
.themes-more-img{
  width: 48.59375vw;
}
/* mob */
@media (max-width: 600px), (max-aspect-ratio: 1/1) and (max-width: 1200px) {
  /* common */
  .themes-pc-hide{
    display: inline-block !important;
  }
  .themes-mob-hide{
    display: none !important;
  }
  .themes-container .themes-title{
    font-size: 6.66666vw;
    margin-bottom: 8.33333vw;
    color: rgba(0, 0, 0, .9);
  }
  .themes-container .themes-desc{
    font-size: 3.61111vw;
    color: rgba(0, 0, 0, .6);
  }
  /* kv */
  .themes-s1{
    padding: 15.08333vw 0 0 0;
  }
  .themes-s1-wrap{
    flex-direction: column;
  }
  .themes-logo{
    width: 43.19444vw;
    /* margin-bottom: 4.16666vw; */
  }
  .themes-kv-text{
    position: static;
    width: 100%;
    padding:0 3.33333vw;
    margin-bottom: 13.33333vw;
  }
  .themes-kv-text .themes-title{
    font-size: 6.66666vw;
    letter-spacing: 0;
  }
  .themes-kv-text .themes-desc{
    /* font-size: 3.33333vw; */
    color: #8C9BB1;
    letter-spacing: -0.02777vw;
  }
  .themes-kv-r{
    width: 100%;
    height: auto;
  }

  /* screen 2 */
  .themes-s2{
    padding:16.66666vw 0;
  }
  .themes-Thrill-img{
    margin-top: 7.5vw;
  }

  /* screen 3 */
  .themes-s3{
    padding:16.66666vw 0;
    background: #000000; 
  }
  .themes-s3 .themes-title,.themes-s3 .themes-desc{
    color: rgba(255, 255, 255, 1);
  }
  .themes-aod-img{
    width: 100%;
    margin-top: 13.88888vw;
  }
  .themes-logo-wrap{
    width: 93.33333vw;
    border-radius: 2.22222vw;
    -webkit-border-radius: 2.22222vw;
    -moz-border-radius: 2.22222vw;
    margin-top: 2.36111vw;
    padding: 3.33333vw 6.66666vw;
  }
  .themes-logo-wrap:before{
    top: -3.73333vw;
    margin-left: -1.94444vw;
    border-width: 1.94444vw;
  }
  .themes-icon-item{
    width: 7.77777vw;
    height: 7.77777vw;
  }
  /* screen 4 */
  .themes-s4{
    padding:16.66666vw 0 11.11111vw 0;
    background-color: white;
  }
  .themes-fonts-img-wrap{
    position: relative;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
  }
  .themes-fonts-img{
    width: 100%;
    margin-top: 8.33333vw;
  }
  .themes-fonts-phones{
    width: 47.5vw;
    height: 91.38888vw;
    margin-left: 0.69444vw;
  }
  .themes-fonts-icons{
    padding-top: 10.5vw;
  }
  .themes-fonts-icons-list-mob{
    padding-right: 2.77777vw;
    position: absolute;
    top: 11.66666vw;
    left: 48.19444vw;
  }
  .themes-fonts-icons-item{
    width: 21.52777vw;
  }
  .themes-fonts-icons-img{
    width: 100%;
    height: 15.55555vw;
  }
  .themes-fonts-name{
    /* font-size: 3.05555vw; */
    font-size: 2.22222vw;
    line-height: 1.6;
  }
  .themes-fonts-icons-list-mob li .themes-fonts-icons-item:first-child{
    margin-right: 5.55555vw;
  }
  .themes-fonts-icons-list-mob li:not(:last-child){
    margin-bottom: 2.5vw;
  }
  /* screen 5 */
  .themes-s5 .themes-text{
    width: 100%;
    top: 48.47222vw;
  }
  /* screen 6 */
  .themes-s6-wrap{
    padding: 16.66666vw 0;
  }
  .themes-s6-t{
    flex-direction: column-reverse;
    padding: 0;
    position: relative;
  }
  .themes-s6-btn{
    width: 93.88888vw;
    position: absolute;
    top: 60%;
  }
  .themes-btn-left,.themes-btn-right{
    width: 16.66666vw;
    height: 16.66666vw;
  }
  .themes-s6-wrap .themes-text{
    width: 100%;
    text-align: center;
  }
  .themes-s6-videoBox{
    width: 54.44444vw;
    height: 97.51666vw;
    margin-top: 5.55555vw;
  }
  .themes-ringtones-videos{
    width: 36.38888vw;
    top: 8.79305vw;
  }
.themes-ringtones-videos{
    border-radius: 2.77778vw;
    -webkit-border-radius: 2.77778vw;
    -moz-border-radius: 2.77778vw;
    -ms-border-radius: 2.77778vw;
    overflow: hidden;
  }
  .themes-ringtones-videoWrap{
    width:100%;
    /* height: 78.93333vw; */
    height: 79.93333vw;
    margin-left: 0;
  }
  .themes-ringtones-video video{
    transform: translateX(-4vw);
  }
  .themes-s6-b{
    padding-top:0;
  }
  .themes-ringtones-list{
    width:153.88888vw;
    transform: translateX(24.44444vw);
  }
  .themes-ringtones-item{
    width: 16.11111vw;
    padding: 2.22222vw 1.11111vw 1.25vw;
    border-radius: 1.77777vw;
    -moz-border-radius: 1.77777vw;
    -webkit-border-radius: 1.77777vw;
  }
  .themes-ringtones-item-img{
    height: 24.72222vw;
  }
  .themes-ringtones-item:before{
    top: -2.93333vw;
    margin-left: -1.52777vw;
    border-width: 1.52777vw;
  }
  .themes-ringtones-name{
    font-size: 1.80555vw;
    margin-top: 1.11111vw;
    letter-spacing: 0;
  }
  .themes-ringtones-list li.themes-ringtones-item:not(:last-child){
    margin-right: 1.11111vw;
  }
  .themes-ringtones-video .uc-show{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    transform: translateX(-3.80400vw);
  }
  .themes-ringtones-video .uc-show img{
    height: 100%;
  }
  /* screen 7 */
  .themes-s7{
    padding: 16.66666vw 0 28.61111vw 0;
  }
  .themes-s7-wrap{
    flex-direction: column;
    text-align: center;
  }
  .themes-s7 .themes-text{
    width: 100%;
    margin-top: 0;
  }
  .themes-watch-img{
    width: 100%;
    height: 101.38888vw;
    margin-top: 4.44444vw;
  }
  .themes-watch-info{
    width: 100%;
    font-size: 3.05555vw;
    bottom: -11.94444vw;
    padding: 0 3.33333vw;
    white-space: unset;
  }
  /* screen 8 */
  .themes-s8{
    padding:16.66666vw 0;
  }
  .themes-s8-wrap{
    flex-direction: column;
  }
  .themes-s8 .themes-text{
    width: 100%;
  }
  .themes-s8 .themes-title{
    color: rgba(255,255,255,1);
    margin: 0;
    text-align: center;
    letter-spacing: -0.13888vw;
  }
  .themes-more-img{
    width: 100%;
    margin-top: 13.88888vw;
  }
}
@media screen and (max-width:1919px) and (min-width:1200px){
  .themes-watch-info{
    font-size: 12px;
  }
}


/* .themes-s2, .themes-s4, .themes-s5, .themes-s6 {
  display: none;
} */