@charset "utf-8";
.main_content {width:100%; position:relative; background:#fff; }
/* main-header */
.main_content .middle_area{position:absolute; background:none; background: rgba(0, 0, 0, 0.20); z-index:10; border-bottom:0;}
.main_content .middle_area_inner > .main_menu > li > a{color:#fff;}

.main_content #wrap{
  overflow:hidden
}

/* main-visual */
.main_good_wrap{position:relative; width:100%; height:720px; overflow: hidden;}
.main_good_wrap video{position:absolute; left:0; top:50%; transform: translateY(-50%); width:100%;}
.main_good_wrap .txt-box{
  position:absolute;
  left:calc(50% - 600px);
  top:180px;
  z-index:10;
}
.main_good_wrap .txt-box p{
  color: #FFF;
  font-size: 40px;
  font-weight: 800;
  line-height: 50px; 
}
.main_good_wrap .txt-box p b{
  color:#53D9C1;
  font-weight:800;
}
.main_good_wrap .cscenter-box{
  position:absolute;
  right:calc(50% - 600px);
  bottom:48px;
  z-index:10;
}
.main_good {width:1200px;margin:0 auto;position:relative;}
.main_good  ul li {width:100%;height:430px;}
.main_good  .good_content {width:1200px;height:430px;padding-left:840px;padding-top:80px;}
.main_good  .good_content.mobile {background:url("../images/main/visual_mobile.png") no-repeat 100px 0;}
.main_good  .good_content.tablet {background:url("../images/main/visual_tablet.png") no-repeat 100px 0;}
.main_good  .good_content.laptop {background:url("../images/main/visual_laptop.png") no-repeat 100px 0;}
.main_good  .good_content.smartwatch {background:url("../images/main/visual_wearable.png") no-repeat 100px 0;}
.main_good  .good_content.preorder {background:url("../images/main/visual_preorder.png") no-repeat 100px 0;}
.main_good  .good_content h2 {font-size:26px;color:#222;font-weight:800;}
.main_good  .good_content .good_sub_tit {font-size:17px;line-height:20px;color:#444;margin-top:30px;}
.main_good  .good_content .detail_good_info {margin-top:30px;}
.main_good  .good_content .detail_good_info dd {font-size:15px;line-height:30px;color:#888;}
.main_good  .good_content .detail_good_info dd strong {font-weight:800;color:#222;}

.main_good  .good_content .preorder_info {margin-top:30px;}
.main_good  .good_content .preorder_info dd  {padding-left:15px;background:url("../images/common/bullet_dot.png") no-repeat 0 50%;font-size:15px;line-height:30px;color:#888;}


.main_good  .good_content .good_button_wrap {margin-top:30px;}
.main_good  .good_content .good_button_wrap a {padding:7px 8px;font-size:15px;line-height:18px;color:#fff;border-radius:5px;}
.main_good  .good_content .good_button_wrap a i  {display:inline-block;width:15px;height:15px;vertical-align:middle;margin-right:5px;}
.main_good  .good_content .good_button_wrap a.auction {background:#172d2b;}
.main_good  .good_content .good_button_wrap a.auction i {background:url("../images/main/main_go_icon.png") no-repeat 0 0;}
.main_good  .good_content .good_button_wrap a.auction_list {background:#2bd3c6;}
.main_good  .good_content .good_button_wrap a.auction_list i {background:url("../images/main/main_list_icon.png") no-repeat 0 0;}

.main_good  .visual_button {z-index:100000;position:absolute;top:125px;left:80px;width:100px;}
.main_good  .visual_button a {display:inline-block;text-align:center;width:100%;line-height:38px;border-radius:19px;font-size:15px;color:#fff;background:#c9d2d1;margin-bottom:8px;}
.main_good  .visual_button a i {vertical-align:middle;display:inline-block;width:22px;height:22px;margin-right:3px;}
.main_good  .visual_button a.mobile i {background:url("../images/main/mobile_btn_icon.png") no-repeat 0 0;}
.main_good  .visual_button a.tablet i {background:url("../images/main/tablet_btn_icon.png") no-repeat 0 0;}
.main_good  .visual_button a.laptop i {background:url("../images/main/laptop_btn_icon.png") no-repeat 0 0;}
.main_good  .visual_button a.smartwatch i {background:url("../images/main/wearable_btn_icon.png") no-repeat 0 0;}
.main_good  .visual_button a.preorder i {background:url("../images/main/preorder_btn_icon.png") no-repeat 0 0;}
.main_good  .visual_button a.active {background:#172d2b;}
.main_good .visual_bottom_txt {position:absolute;bottom:70px;left:840px;width:440px;text-align:left;color:#777;font-size:14px;}


/*bxslider  prev ,next*/
.main_good .bx-wrapper .bx-prev {
  left: 10px;
  background: url('../images/main/slider_prev_arrow.png') no-repeat 0 0;
}
.main_good .bx-wrapper .bx-prev:hover,
.main_good .bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.main_good .bx-wrapper .bx-next {
  right: 10px;
  background: url('../images/main/slider_next_arrow.png') no-repeat 0 0;
}
.main_good .bx-wrapper .bx-next:hover,
.main_good .bx-wrapper .bx-next:focus {
  background-position: 0 0;
}
.main_good .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -27px;
  outline: 0;
  width: 34px;
  height: 54px;
  text-indent: -9999px;
  z-index: 9999;
}
.main_good .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.main_bottom {width:1200px; margin:0 auto; padding:108px 0 78px; position:relative;}  
.main_bottom_content{
  display: flex; justify-content: center; align-items: stretch; gap:72px; 
}

.main_board_wrap {
  width:420px; 
  display:flex;
  flex-direction: column;
  gap:28px;
  position:relative;
  z-index:10;
}
.main_board_wrap ul{display:flex; justify-content: flex-start; align-items: center; gap:8px; flex-wrap: wrap;}
.main_board_wrap ul li a{
  display:flex; 
  border-radius: 64px; 
  background: #F5F5F5; 
  padding:7px 12px; 
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
} 
.main_board_wrap ul li.on a {
  background:#A0F0E0;
  color:#000;
  font-weight:700;
}
.main_board_wrap .tab_cont div {display:none;}
.main_board_wrap .tab_cont div.on {display:block}
.main_board_wrap .tab_cont dl + dl{margin-top:16px;}
.main_board_wrap .tab_cont dl{
  display:flex;
  gap:12px;
  justify-content: space-between;
  align-items: center;
}
.main_board_wrap .tab_cont dl dt{
  font-size:0;
  letter-spacing:-4px;
  flex:1;
}
.main_board_wrap .tab_cont dl dt span.state {
  display:inline-block;
  vertical-align: middle;
  width: 56px;
  border-radius:4px;
  border:1px solid #e6e6e6;
  color: #333;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px; 
  text-align: center;
  letter-spacing:0;
}
.main_board_wrap dl dt a {
  box-sizing: border-box;
  padding-left:12px;
  display:inline-block; 
  vertical-align: middle;
  width: calc(100% - 60px);
  text-overflow:ellipsis;
  white-space:nowrap;
  word-wrap:normal;
  overflow:hidden;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px; 
  letter-spacing: 0;
}
.main_board_wrap dl dt .new_icon {
  display:inline-block; 
  vertical-align: top;
  font-size:11px;
  color:#2bd3c6; 
  margin-right:3px;
}
.main_board_wrap .tab_cont dl dd {
  color: #969696;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px; 
}
.main_board_wrap .pager-box{
  margin-top:50px;
  display:flex;
  flex-direction: column;
  gap:34px;
}
.main_board_wrap .pager-box .swiper-pagination-progressbar{
  position:static;
  height:3px;
  background:#F0F0F0;
}
.main_board_wrap .pager-box .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  background:#53D9C1;
}
.main_board_wrap .pager-box .btn-box{
  padding-left:24px;
  display:flex;
  justify-content: flex-start;
  align-items: center;
  gap:60px;
}
.main_board_wrap .pager-box .btn-box div{
  cursor: pointer;
}


.main_banner {
  position:relative;
  width:calc(100% - 492px);
}
.main_banner::before{
  content:'';
  position:absolute;
  right:calc(100% + 10px);
  top:-50px;
  width:1000%;
  height:calc(100% + 100px);
  background:#fff;
  z-index:5;
}
.main_banner .swiper{
  overflow:visible
}
.main_banner .swiper-slide{
  position:relative;
  height:332px;
  border-radius:8px;
  background:#fff;
}
.main_banner .swiper-slide.banner-back01{
  background:url('../images/common/main-banner-back01.png') no-repeat center / cover;
}
.main_banner .swiper-slide.banner-back02{
  background:url('../images/common/main-banner-back02.png') no-repeat center / cover;
}
.main_banner .swiper-slide.banner-back03{
  background:url('../images/common/main-banner-back03.png') no-repeat center / cover;
}
.main_banner .swiper-slide.banner-back04{
  background:url('../images/common/main-banner-back04.png') no-repeat center / cover;
}
.main_banner .swiper-slide.banner-back05{
  background:url('../images/common/main-banner-back05.png') no-repeat center / cover;
}
.main_banner .swiper-slide.banner-back06{
  background:url('../images/common/main-banner-back06.png') no-repeat center / cover;
}
.main_banner .swiper-slide .txt-box{
  padding:40px 24px 0;
  display:flex;
  flex-direction: column;
  position:relative;
  z-index:20;
}
.main_banner .swiper-slide .txt-box p{
  color: #000;
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
}
.main_banner .swiper-slide .txt-box span{
  display:inline-block;
  margin-top:12px;
  color: #5F5F5F;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.main_banner .swiper-slide .txt-box span b{
  font-weight:700;
}
.main_banner .swiper-slide .txt-box em{
  margin-top:17px;
  display:inline-block;
  color: #8B8B8B;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}
.main_banner .swiper-slide .img-box{
  position:absolute;
  right:0;
  bottom:0;
  display:flex;
}
.main_banner .swiper-slide .img-box img{
  width:216px;
}
@media screen and (max-width: 1400px){ 
  .main_good_wrap{
    height:auto;
  }
  .main_good_wrap video {
    position: static;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1280px){ 
  .main_good_wrap .txt-box{
    left:24px;
    top:25%;
  }
  .main_good_wrap .cscenter-box{
    right:24px;
  }
}

