.bg, .showroomWrap .showroomContent .right, .productContentwrap .productflexdiv .condiv .productbannerBox .txtbox .morebtn {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center;
}

.flexalign, .miniBannerwrap .inner {
  display: flex;
  align-items: center;
}

.mainVisualwrap {
  position: relative;
}
.mainVisualwrap .innderbox {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.mainVisualwrap .mainVisualbg {
  width: 100%;
  height: auto;
  padding-top: 51.08%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.mainVisualwrap .txtDiv {
  position: absolute;
  top: 50%;
  transform: translateY(-71%);
  left: 18.7%;
  z-index: 5;
}
.mainVisualwrap .txtDiv .p01 {
  font-size: 42px;
  line-height: 56px;
  color: #fff;
}
.mainVisualwrap .txtDiv .p02 {
  font-size: 20px;
  line-height: 34px;
  font-weight: 100;
  color: #fff;
  margin-top: 20px;
}
.mainVisualwrap .txtDiv .morebtn {
  width: 151px;
  height: 41px;
  background-image: url("/theme/starry/img/morebtn.png");
  margin-top: 20px;
}

.mainVisualwrap .txtDiv .morebtn04{
  background-image: url("/theme/starry/img/morebtn04.png") !important;
}

.mainVisualwrap .gazeCodediv {
  display: flex;
  gap: 14px;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 45px;
  z-index: 10;
}
.mainVisualwrap .gazeCodediv button {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 300;
}
.mainVisualwrap .gazeCodediv .nextnum,
.mainVisualwrap .gazeCodediv .go-next {
  opacity: 0.4;
}
.mainVisualwrap .gazeCodediv .gazeouter {
  width: 200px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.4);
}
.mainVisualwrap .gazeCodediv .gazeouter .gazebar {
  width: 0%;
  transition: none;
  height: 2px;
  background-color: #fff;
}
.mainVisualwrap .gazeCodediv .go-prev {
  margin-right: -8px;
}
.mainVisualwrap .gazeCodediv .go-next {
  margin-left: -8px;
}
.mainVisualwrap .gazeCodediv .go-prev,
.mainVisualwrap .gazeCodediv .go-next {
  margin-bottom: -4px;
}


.mainVisualwrap .gazeCodediv .controldiv{
  margin-left: -15px;
  margin-bottom: -2px;
}

.mainVisualwrap .gazeCodediv .sw-play{
  width: 18px;
  height: 18px;
  background-image: url("/theme/starry/img/sw-pause.png");
}

.mainVisualwrap .gazeCodediv .sw-play.paused{
  background-image: url("/theme/starry/img/sw-play.png") !important;
}

.miniBannerwrap {
  margin-top: -2px;
}
.miniBannerwrap .inner a {
  display: block;
  width: 50%;
  height: auto;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  padding-top: 7.81%;
}

.exDivwrap {
  position: relative;
  width: 100%;
  height: 980px;
  overflow: hidden;
}
.exDivwrap .explainboxwrap {
  position: relative;
  height: 100%;
}
.exDivwrap .explainboxwrap .explainbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 980px;
  overflow: hidden;
  transition: width 0.4s ease;
}
.exDivwrap .explainboxwrap .explainbox .explainboxFlex {
  display: flex;
  gap: 97px;
}
.exDivwrap .explainboxwrap .explainbox .explainboxFlex .num {
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
}
.exDivwrap .explainboxwrap .explainbox .explainboxFlex h3 {
  font-size: 2.625rem;
  font-weight: 500;
  color: #fff;
  margin-top: 46px;
  white-space: nowrap;
}
.exDivwrap .explainboxwrap .explainbox .explainboxFlex h5 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  margin-top: 18px;
  white-space: nowrap;
}
.exDivwrap .explainboxwrap .explainbox .explainboxFlex .ex-p {
  font-size: 1rem;
  line-height: 28px;
  font-weight: 100;
  color: #fff;
  margin-top: 46px;
  white-space: nowrap;
}
.exDivwrap .explainboxwrap .explainbox .explainboxFlex .morebtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 40px;
  background-image: url("/theme/starry/img/icon/exmore.png");
  margin-top: 20px;
}
.exDivwrap .explainboxwrap .explainbox .explainboxFlex .right {
  padding-top: 80px;
}
.exDivwrap .explainboxwrap .bgcontent {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 210px;
  width: 100%;
  height: 980px;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

@media (min-width:2000px){
  .exDivwrap .explainboxwrap .bgcontent{
    padding-left: 0;
  }
}

.exDivwrap .explainboxwrap .explainbox-01 {
  width: 100%;
  background-image: url("/theme/starry/img/explainSwiper-01.png");
  z-index: 3;
}
.exDivwrap .explainboxwrap .explainbox-02 {
  width: 100%;
  background-image: url("/theme/starry/img/explainSwiper-02.png");
  z-index: 2;
}
.exDivwrap .explainboxwrap .explainbox-03 {
  width: 100%;
  background-image: url("/theme/starry/img/explainSwiper-03.png");
  z-index: 1;
}
.exDivwrap .btnbox {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  display: flex;
  gap: 64px;
}
.exDivwrap .btnbox button {
  font-size: 1.875rem;
  color: #fff;
}
.exDivwrap .btnbox button.endbtn {
  opacity: 0.4;
}
.exDivwrap .btnbox .paging {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: -2px;
}
.exDivwrap .btnbox .paging div {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
}
.exDivwrap .btnbox .paging div.active {
  background: #fff;
}

.productContentwrap .productflexdiv {
  display: flex;
  align-items: center;
  justify-content: center;
}
.productContentwrap .productflexdiv .condiv {
  width: 100%;
}
.productContentwrap .productflexdiv .condiv .productbannerBox {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 100%;
}
.productContentwrap .productflexdiv .condiv .productbannerBox .productbanner {
  width: 100%;
  height: 100%;
  transform: scale(1.06);
  transition: transform 2s ease;
}
.productContentwrap .productflexdiv .condiv .productbannerBox .txtbox {
  position: absolute;
  z-index: 2;
  top: 100px;
  left: 210px;
}
.productContentwrap .productflexdiv .condiv .productbannerBox .txtbox h3 {
  font-size: 2.625rem;
  line-height: 56px;
  font-weight: 500;
  color: #fff;
}
.productContentwrap .productflexdiv .condiv .productbannerBox .txtbox .morebtn {
  width: 75px;
  height: 23px;
  margin-top: 32px;
  background-image: url("/theme/starry/img/icon/morebtn.png");
}
.productContentwrap .productflexdiv .condiv .productbannerBox:hover .productbanner {
  transform: scale(1);
}
.productContentwrap .productflexdiv .condiv .productbannerBox02 .txtbox {
  top: 100px;
  left: 104px;
}
.productContentwrap .productflexdiv .productlist-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.productContentwrap .productlist-ul{
  width: 100%;
}

@media (min-width:1940px){
  .mainContent .productContentwrap .productlist-ul{
    max-width: 90%
  }
}

.productContentwrap .productflexdiv .productlist-content .productlist-ul li{
  width: calc(100%/3 - 14px);
}

.productContentwrap .productflexdiv .productlist-content .productlist-ul li.mt0 {
  margin-top: 0;
}
.productContentwrap .productflexdiv .banner-condiv {
  display: flex;
  justify-content: center;
}

.mainAdjustwrap {
  width: 100%;
  height: auto;
  padding: 195px 0;
  background-color: #f3f3f3;
}
.mainAdjustwrap .inner {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.mainAdjustwrap .tp {
  font-size: 42px;
  font-weight: 500;
}
.mainAdjustwrap .subp {
  font-size: 20px;
  font-weight: 300;
  margin-top: 20px;
}
.mainAdjustwrap .tabUl {
  max-width: 368px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 15px;
  margin-top: 70px;
}
.mainAdjustwrap .tabUl .nav-item {
  width: 25%;
  text-align: center;
}
.mainAdjustwrap .tabUl .nav-item button {
  width: 100%;
  color: #888888;
}
.mainAdjustwrap .tabUl .nav-item button.active {
  position: relative;
  background-color: transparent;
  color: #080808;
}
.mainAdjustwrap .tabUl .nav-item button.active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000000;
}
.mainAdjustwrap .adjustSwiperWrap {
  margin-top: 24px;
  position: relative;
  max-width: 368px;
  width: 100%;
}
.mainAdjustwrap .adjustSwiperWrap .adjustSwiper {
  width: 100%;
}
.mainAdjustwrap .adjustSwiperWrap .adjustSwiper .adjusimgUl {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.mainAdjustwrap .adjustSwiperWrap .adjustSwiper .adjusimgUl li a {
  display: block;
  width: 180px;
  height: 180px;
}
.mainAdjustwrap .adjustSwiperWrap .adjustSwiper .adjusimgUl li a img {
  width: 100%;
}

.mainAdjustwrap .adjustSwiperWrap .adjustSwiper .swiper-slide{}

.mainAdjustwrap .adjustSwiperWrap .swiper-button-prev:after,
.mainAdjustwrap .adjustSwiperWrap .swiper-rtl .swiper-button-next:after,
.mainAdjustwrap .adjustSwiperWrap .swiper-button-next:after,
.mainAdjustwrap .adjustSwiperWrap .swiper-rtl .swiper-button-prev:after {
  content: "";
}
.mainAdjustwrap .adjustSwiperWrap .swiper-button-next, .mainAdjustwrap .adjustSwiperWrap .swiper-button-prev {
  width: 10px;
  height: 17px;
  margin-top: 0;
}
.mainAdjustwrap .adjustSwiperWrap .swiper-button-prev {
  background-image: url("/theme/starry/img/icon/black-prevbtn.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  left: -30px;
  right: unset;
  top: 50%;
  transform: translateY(-50%);
}
.mainAdjustwrap .adjustSwiperWrap .swiper-button-next {
  background-image: url("/theme/starry/img/icon/black-nextbtn.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  right: -30px;
  left: unset;
  top: 50%;
  transform: translateY(-50%);
}
.mainAdjustwrap .right {
  display: flex;
  align-items: center;
}
.mainAdjustwrap .right .div01 {
  position: relative;
  width: 500px;
  height: 500px;
}

.adexpp{
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 2;
  width: 375px;
}

.mainAdjustwrap .right .div02 {
  width: 500px;
  height: 500px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mainAdjustwrap .right .div02 .imgbox {
  text-align: center;
}

.mainAdjustwrap .right .div02 .imgbox img{
  width: 250px;
}

.mainAdjustwrap .right .div02 .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mainAdjustwrap .right .div02 .info .name {
  font-size: 1rem;
  line-height: 22px;
  font-weight: 500;
  margin-top: 0px;
  text-align: center;
}
.mainAdjustwrap .right .div02 .info .price {
  font-size: 1rem;
  font-weight: 800;
  margin-top: 17px;
}
.mainAdjustwrap .right .div02 .info .buybtn {
  width: 150px;
  height: 40px;
  margin-top: 30px;
  background-image: url("/theme/starry/img/buybtn.png");
}

.tvcfwrap {
  width: 100%;
  height: 980px;
  background-image: url("/theme/starry/img/tvcfwrap-bg.png");
}

.tvcfwrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tvcfwrap .tvcfwrapContent {
  max-width: 1500px;
  width: 1500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tvcfwrap .tvcfwrapContent .left {
  width: 947px;
}
.tvcfwrap .tvcfwrapContent .left video {
  width: 100%;
}
.tvcfwrap .tvcfwrapContent .right {
  width: calc(100% - 947px);
  margin-left: 100px;
}
.tvcfwrap .tvcfwrapContent .right h2 {
  font-size: 3.75rem;
  line-height: 70px;
  font-weight: 700;
}
.tvcfwrap .tvcfwrapContent .right p {
  font-size: 1rem;
  line-height: 28px;
  margin-top: 15px;
}

.showroomWrap {
  height: 808px;
}
.showroomWrap .showroomContent {
  display: flex;
  align-items: center;
}
.showroomWrap .showroomContent > div {
  width: 50%;
}
.showroomWrap .showroomContent .left {
  padding-left: 18%;
}
.showroomWrap .showroomContent .left h2 {
  font-size: 3.75rem;
  line-height: 70px;
  font-weight: 700;
}
.showroomWrap .showroomContent .left p {
  font-size: 1rem;
  font-weight: 200;
  line-height: 28px;
  margin-top: 15px;
}
.showroomWrap .showroomContent .left .info {
  margin-top: 50px;
}
.showroomWrap .showroomContent .left .info h4 {
  font-size: 1rem;
  font-weight: 500;
}
.showroomWrap .showroomContent .left .info ul {
  margin-top: 12px;
}
.showroomWrap .showroomContent .left .info ul li {
  font-size: 0.875rem;
  color: #888888;
  font-weight: 300;
  margin-top: 8px;
}
.showroomWrap .showroomContent .right {
  height: 810px;
  background-image: url("/theme/starry/img/showroombg.png");
}/*# sourceMappingURL=main.css.map */


@media (min-width:1940px){
  .exDivwrap .explainboxwrap .bgcontent{
    justify-content: center;
  }
  .exDivwrap .explainboxwrap .explainbox .explainboxFlex .right{
    width: 578px;
  }
}