/* BASIC css start */
#content-mainbn { 
    min-width: 1523px; 
    height: 830px;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #000;
}

#content-mainbn .bg_pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#content-mainbn .bg_pic li { position: relative; }

#content-mainbn .bg_pic li::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
}

#content-mainbn .bg_pic li div {
    height: 100%;
    position: relative;
    filter: blur(30px);
    -webkit-filter: blur(30px);    
}

#content-mainbn .bg_pic li img {
    width: 110%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#content-mainbn .tit_box {
    position: inherit;
    z-index: 2;
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 50px 0 -70px;
}

#content-mainbn .tit_box img { width: auto; }

#content-mainbn .sub_pic {
        position: absolute;
    top: -790px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    filter: blur(120px);
    -webkit-filter: blur(120px);
    width: 1290px;
}

#content-mainbn .sub_pic img {
    width: 100%;
    animation: move 10s infinite linear;
}


#content-mainbn .cd_pic {
    position: absolute;
    top: 70px;
    right: 610px;
    z-index: 1;
    width: 55px;
	animation: move 4s infinite linear;
    opacity: 0.9;
    display: none;
}

#content-mainbn .cd_pic img { width: 100%; }

#content-mainbn .model_pic { 
    overflow: initial; 
    width: 100%;
}

#content-mainbn .model_pic li.swiper-slide {
    display: flex;
    width: 550px;
    height: 550px;
    transform-origin: center; 
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#content-mainbn .model_pic li .prd_pic {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 450px;
    height: 450px;
    display: flex;
    background-color: #fff;
    border-radius: 100%;
    overflow: hidden;
    /*border: 5px solid #fff;*/
    box-shadow: 0 0 0;
}

#content-mainbn .model_pic li .prd_pic a { position: relative; }

#content-mainbn .model_pic li .prd_pic img { width: 100%; }

#content-mainbn .model_pic li .prd_pic a > div {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    opacity: 0;
    transform: translateY(20px); 
}

#content-mainbn .model_pic li.swiper-slide-active .prd_pic a > div { animation: txt .8s forwards; }

@keyframes txt {
	100% { 
        opacity: 1;
        transform: translateY(0); 
    }
}


#content-mainbn .model_pic li .prd_pic p { color: #fff; }

#content-mainbn .model_pic li .prd_pic .name { 
    font-size: 16px;
    font-weight: 200;
}

#content-mainbn .model_pic li .prd_pic .price { 
    font-size: 15px; 
    margin: 5px 0 10px;
}

#content-mainbn .model_pic li .prd_pic .price span {
    margin-left: 7px;
    opacity: 0.5;
    text-decoration: line-through;
}

#content-mainbn .model_pic li .prd_pic .btn {
    text-align: center;
    color: #000;
    background-color: #fff;
    border-radius: 30px;
    padding: 10px 50px 15px;
    font-size: 15px;
    margin-bottom: 60px;
}


#content-mainbn .model_pic li.swiper-slide-active .circle_lst { opacity: 1; }

#content-mainbn .model_pic li .circle_lst {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
}

#content-mainbn .model_pic li.swiper-slide-active .circle_lst li {
    position: absolute;
    transform: rotate(0);
    /* inset: 0; */
    background: linear-gradient(90deg, rgba(23,0,80,1) 15%, rgba(42,0,209,1) 26%, rgba(33,175,255,1) 33%, rgba(17,0,209,1) 40%, rgba(0,13,65,1) 58%, rgba(130,16,191,1) 88%, rgba(53,26,124,1) 100%);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
        mask-composite: exclude; 
	animation: move 4s infinite linear;
}

#content-mainbn .model_pic li.swiper-slide-active .circle_lst li:nth-child(1) {
    width: 460px;
    height: 460px;
    padding: 2px;
    border-radius: 45%;
}

#content-mainbn .model_pic li.swiper-slide-active .circle_lst li:nth-child(2) {
    width: 470px;
    height: 470px;
    padding: 6px; 
    border-radius: 40%;
}

#content-mainbn .model_pic li.swiper-slide-active .circle_lst li:nth-child(3) {
    width: 500px;
    height: 480px;
    padding: 2px; 
    border-radius: 40%;
}

#content-mainbn .model_pic li.swiper-slide-active .circle_lst li:nth-child(4) {
    width: 450px;
    height: 450px;
    padding: 5px;
    border-radius: 100%;
}


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

@keyframes move2 {
	0% { transform: rotate(-30deg); }
	100% { transform: rotate(330deg); }
}

#content-mainbn .model_pic .slide_nav {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

#content-mainbn .model_pic .swiper-button-prev,
#content-mainbn .model_pic .swiper-button-next { 
    background-image: none;
    position: initial;
    width: auto;
    height: auto;
    margin: 0;
}

#content-mainbn .model_pic .swiper-button-prev::after,
#content-mainbn .model_pic .swiper-button-next::after { display: none; }

#content-mainbn .model_pic .swiper-button-prev i,
#content-mainbn .model_pic .swiper-button-next i {
    color: #fff;
    font-size: 20px;
}

#content-mainbn .model_pic .play_btn { 
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-size: 17px;
    color: #fff; 
    margin: 0 40px;
    border: 1px solid #fff;
    border-radius: 100%;
    cursor: pointer;
}

/* »ç¿îµå¿þÀÌºê */
.sound-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    z-index: 1;
    right: 49px;
    margin-top: -51px;
}

.sound-wave {
  width: 160px;
  height: 100px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.sound-wave .bar {
  display: block;
  width: 3px;
  margin-right: 1px;
  height: 90px;
  background: #fff;
  animation: sound 0ms -800ms linear infinite alternate;
  transition: height 0.8s;
}

.sound-wave .bar2{
  display: block;
  width: 2px;
  margin-right: 1px;
  height: 120px;
  background: #7C93BF;
  animation: sound2 0ms -800ms linear infinite alternate;
  transition: height 0.8s;
}

@keyframes sound {
  0% {
    opacity: .35;
    height: 6px;
  }
  100% {
    opacity: 1;
    height: 46px;
  }
}

@keyframes sound2 {
  0% {
    opacity: .35;
    height: 6px;
  }
  100% {
    opacity: 1;
    height: 120px;
  }
}
.bar:nth-child(1) {
  height: 2px;
  animation-duration: 474ms;
}

.bar:nth-child(2) {
  height: 10px;
  animation-duration: 433ms;
}

.bar:nth-child(3) {
  height: 18px;
  animation-duration: 407ms;
}

.bar:nth-child(4) {
  height: 26px;
  animation-duration: 458ms;
}

.bar:nth-child(5) {
  height: 30px;
  animation-duration: 400ms;
}

.bar:nth-child(6) {
  height: 32px;
  animation-duration: 427ms;
}

.bar:nth-child(7) {
  height: 34px;
  animation-duration: 441ms;
}

.bar:nth-child(8) {
  height: 36px;
  animation-duration: 419ms;
}

.bar:nth-child(9) {
  height: 40px;
  animation-duration: 487ms;
}

.bar:nth-child(10) {
  height: 46px;
  animation-duration: 442ms;
}

.bar:nth-child(11) {
  height: 2px;
  animation-duration: 474ms;
}

.bar:nth-child(12) {
  height: 10px;
  animation-duration: 433ms;
}

.bar:nth-child(13) {
  height: 18px;
  animation-duration: 407ms;
}

.bar:nth-child(14) {
  height: 26px;
  animation-duration: 458ms;
}

.bar:nth-child(15) {
  height: 30px;
  animation-duration: 400ms;
}

.bar:nth-child(16) {
  height: 32px;
  animation-duration: 427ms;
}

.bar:nth-child(17) {
  height: 34px;
  animation-duration: 441ms;
}

.bar:nth-child(18) {
  height: 36px;
  animation-duration: 419ms;
}

.bar:nth-child(19) {
  height: 40px;
  animation-duration: 487ms;
}

.bar:nth-child(20) {
  height: 46px;
  animation-duration: 442ms;
}






#content-pro { width: 100%; }

#prd-w100 { width:100%;  padding:20px 0 10px; }
#prd-section01 { width:1350px; margin:0 auto;   }
#prd-section02  { width:1350px; padding:10px 0 15px 0}

/* ====== ºÐ·ùÆäÀÌÁö ÃßÃµ»óÇ°3¿­ÄÚµå ====== */

.prd-item-list3 { zoom: 1; overflow: hidden; clear: both; }
.prd-item-list3:after { content: ""; clear: both; display: block; }
.prd-item-list3 .item { float: left; width: 433px; /* text-align: center; */ padding-bottom: 20px ;}
.prd-item-list3 .item .item_box { width: 410px; margin: 0 auto;  background-color: #fff; border:10px solid #fff;  box-shadow: 0px 15px 35px rgba(50,50,90,0.1), 0px 5px 15px rgba(0,0,0,0.07); box-sizing: border-box; position: relative; }
.prd-item-list3 .item .item_box .thumb { margin: 0 auto; width:390px; height: auto;   position: relative;  }
.prd-item-list3 .item .item_box .thumb img { width:390px; height: auto; }
.prd-item-list3 .item .item_box .info { width: 100%; margin:0 auto; text-align:left; }
.prd-item-list3 .item .item_box .info li { padding:5px 0; }
.prd-item-list3 .item .item_box .info .name {padding-bottom: 5px; text-align:left; font-size:12px; color: #555;  font-weight:bold; border-bottom:1px solid #F0F0F0; }
.prd-item-list3 .item .item_box .info .subname { color: #c30000; font-size:12px; }
.prd-item-list3 .item .item_box .info .color { padding-top: 10px; }
.prd-item-list3 .item .item_box .info .icon { margin-top: 10px; }
.prd-item-list3 .item .item_box .info .price01 { font-weight:none; color:#999; padding-right:10px; text-decoration:line-through; }
.prd-item-list3 .item .item_box .info .price02 { font-weight:none; color:#555; }
.prd-item-list3 .item .item_box .besttit { position:absolute; top:0px; left:0px;  opacity: 0.7; filter: alpha(opacity=70); /* For IE8 and earlier */  z-index:2; }
.prd-item-list3 .item .item_box .besttit .box { padding:5px; background-color:#999; color:#F4F4F4; line-height:38px; border:1px solid #dedede; font-size:12px; letter-spacing:-0.5px; font-weight:bold; }
.prd-item-list3 .item .item_box:hover .besttit .box {background-color:#000; border:1px solid #000; color:#fff; }



/* ====== ºÐ·ùÆäÀÌÁö ÃßÃµ»óÇ°4¿­ÄÚµå ====== */

.prd-item-list4 { zoom: 1; overflow: hidden; clear: both; }
.prd-item-list4:after { content: ""; clear: both; display: block; }
.prd-item-list4 .item { float: left; width: 325px; /* text-align: center; */ padding-bottom: 20px ;}
.prd-item-list4 .item .item_box { width: 310px; margin: 0 auto;  background-color: #fff; border:10px solid #fff;  box-shadow: 0px 15px 35px rgba(50,50,90,0.1), 0px 5px 15px rgba(0,0,0,0.07); box-sizing: border-box; position: relative; }
.prd-item-list4 .item .item_box .thumb { margin: 0 auto; width:300px; height: auto;   position: relative;  }
.prd-item-list4 .item .item_box .thumb img { width:290px; height: auto; }
.prd-item-list4 .item .item_box .info { width: 100%; margin:0 auto; text-align:left; }
.prd-item-list4 .item .item_box .info li { padding:5px 0; }
.prd-item-list4 .item .item_box .info .name {padding-bottom: 5px; text-align:left; font-size:12px; color: #555;  font-weight:bold; border-bottom:1px solid #F0F0F0; }
.prd-item-list4 .item .item_box .info .subname { color: #c30000; font-size:12px; }
.prd-item-list4 .item .item_box .info .color { padding-top: 10px; }
.prd-item-list4 .item .item_box .info .icon { margin-top: 10px; }
.prd-item-list4 .item .item_box .info .price01 { font-weight:none; color:#999; padding-right:10px; text-decoration:line-through; }
.prd-item-list4 .item .item_box .info .price02 { font-weight:none; color:#555; }

.item .item_box .besttit { position:absolute; top:0px; left:0px;  opacity: 1; filter: alpha(opacity=100); /* For IE8 and earlier */  z-index:1; }
.item .item_box .besttit .box { padding:5px 10px; background-color:#000; color:#F4F4F4;  font-size:11px; letter-spacing:-0.5px; font-weight:bold; }
.item .item_box:hover .besttit .box {background-color:#000; border:0px solid #000; color:#fff; }




#prdBrand { position: relative; width:1350px;  margin:0 auto;  }



/* BASIC css end */

