.components-PaidanPages-ThreedspacecapturePage-IntroHead--threeSpaceCapture_head_content {
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  margin-top: 50px;
  margin-bottom: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.components-PaidanPages-ThreedspacecapturePage-IntroHead--threeSpaceCapture_head_content img{
  width: 48px;
}

.components-PaidanPages-ThreedspacecapturePage-IntroHead--threeSpaceCapture_head_content h2{
  height: 66px;
  font-size: 50px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 66px;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}

/*mobile****************************************/
.components-PaidanPages-ThreedspacecapturePage-IntroHead--mobile_threeSpaceCapture_head_content {
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  background-position: center;
  margin-top: 40px;
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.components-PaidanPages-ThreedspacecapturePage-IntroHead--mobile_threeSpaceCapture_head_content img{
  width: 48px;
  display: block;
}

.components-PaidanPages-ThreedspacecapturePage-IntroHead--mobile_threeSpaceCapture_head_content h2{
  height: 40px;
  font-size: 30px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
  text-align: center;
}


.components-PaidanPages-ThreedspacecapturePage-Case--threeSpaceCapture_case_content {
  width: 100%;
  margin-bottom: 100px;
  background: #FFFFFF;
}

.components-PaidanPages-ThreedspacecapturePage-Case--threeSpaceCapture_case_content_center {
  width: 1200px;
  margin: 0 auto;
}

.components-PaidanPages-ThreedspacecapturePage-Case--threeSpaceCapture_case_title h2{
  height: 47px;
  font-size: 36px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 47px;
}

.components-PaidanPages-ThreedspacecapturePage-Case--threeSpaceCapture_case_title p{
  height: 18px;
  font-size: 14px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 18px;
}

.components-PaidanPages-ThreedspacecapturePage-Case--threeSpaceCapture_case_list{
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}

.components-PaidanPages-ThreedspacecapturePage-Case--threeSpaceCapture_case_item{
  position: relative;
  width: 386px;
  height: 218px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.2);
}

.components-PaidanPages-ThreedspacecapturePage-Case--threeSpaceCapture_case_item_img{
  width: 100%;
  overflow: hidden;
  display: block;
  border-radius: 10px;
  background-color: #000;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.components-PaidanPages-ThreedspacecapturePage-Case--threeSpaceCapture_case_item:hover img{
  transform: scale(1.3);
}

.components-PaidanPages-ThreedspacecapturePage-Case--threeSpaceCapture_case_item_bottom{
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  border-radius: 0px 0px 5px 5px;
  padding: 10px 15px;
}

.components-PaidanPages-ThreedspacecapturePage-Case--threeSpaceCapture_case_item_bottom p{
  height: 16px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 16px;
  margin-bottom: 4px;
}

.components-PaidanPages-ThreedspacecapturePage-Case--threeSpaceCapture_case_item_bottom h4{
  height: 18px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 18px;
}

/*mobile****************************************/
.components-PaidanPages-ThreedspacecapturePage-Case--mobile_threeSpaceCapture_case_content {
  width: 100%;
  background: #FFFFFF;
  margin-bottom: 80px;
}

.components-PaidanPages-ThreedspacecapturePage-Case--mobile_threeSpaceCapture_case_content_center {
  width: 100%;
  padding: 0 15px;
}

.components-PaidanPages-ThreedspacecapturePage-Case--mobile_threeSpaceCapture_case_title{
  width: 100%;
  text-align: center;
}

.components-PaidanPages-ThreedspacecapturePage-Case--mobile_threeSpaceCapture_case_title h2{
  height: 32px;
  font-size: 24px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 32px;
}

.components-PaidanPages-ThreedspacecapturePage-Case--mobile_threeSpaceCapture_case_title p{
  height: 16px;
  font-size: 12px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 16px;
  margin-top: 10px;
}

.components-PaidanPages-ThreedspacecapturePage-Case--mobile_threeSpaceCapture_case_list{
  height: 181px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.components-PaidanPages-ThreedspacecapturePage-Case--mobile_threeSpaceCapture_case_list::-webkit-scrollbar {
    display: none;
}

.components-PaidanPages-ThreedspacecapturePage-Case--mobile_threeSpaceCapture_case_item{
  position: relative;
  width: 285px;
  height: 161px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);
}

.components-PaidanPages-ThreedspacecapturePage-Case--mobile_threeSpaceCapture_case_item_img{
  width: 100%;
  display: block;
  border-radius: 10px;
}

.components-PaidanPages-ThreedspacecapturePage-Case--mobile_threeSpaceCapture_case_item_bottom{
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  border-radius: 0px 0px 5px 5px;
  padding: 7px 15px;
}

.components-PaidanPages-ThreedspacecapturePage-Case--mobile_threeSpaceCapture_case_item_bottom h4{
  height: 16px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 16px;
}


.components-PaidanPages-ThreedspacecapturePage-Another--threeSpaceCapture_another_content {
  width: 100%;
  margin-bottom: 160px;
  background: #FFFFFF;
}

.components-PaidanPages-ThreedspacecapturePage-Another--threeSpaceCapture_another_content_center {
  width: 1200px;
  margin: 0 auto;
}

.components-PaidanPages-ThreedspacecapturePage-Another--threeSpaceCapture_another_title h2{
  height: 47px;
  font-size: 36px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 47px;
}

.components-PaidanPages-ThreedspacecapturePage-Another--threeSpaceCapture_another_list{
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}

.components-PaidanPages-ThreedspacecapturePage-Another--threeSpaceCapture_another_item{
  position: relative;
  width: 386px;
  height: 180px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.2);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
}

.components-PaidanPages-ThreedspacecapturePage-Another--threeSpaceCapture_another_item .components-PaidanPages-ThreedspacecapturePage-Another--threeSpaceCapture_another_item_icon{
  position: absolute;
  display: block;
  width: 24px;
  top: 30px;
  left: 30px;
}
.components-PaidanPages-ThreedspacecapturePage-Another--threeSpaceCapture_another_item .components-PaidanPages-ThreedspacecapturePage-Another--threeSpaceCapture_another_item_img{
  display: block;
  width: 100%;
  transform: scale(1);
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
.components-PaidanPages-ThreedspacecapturePage-Another--threeSpaceCapture_another_item:hover .components-PaidanPages-ThreedspacecapturePage-Another--threeSpaceCapture_another_item_img{
  transform: scale(1.3);
}

.components-PaidanPages-ThreedspacecapturePage-Another--threeSpaceCapture_another_item h2{
  height: 32px;
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
  text-shadow: 0px 2px 2px rgba(0,0,0,0.5);
}

.components-PaidanPages-ThreedspacecapturePage-Another--threeSpaceCapture_another_item p{
  width: 60px;
  height: 28px;
  position: absolute;
  right: 30px;
  bottom: 32px;
  background: rgba(26,26,26,0.2);
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  text-align: center;
}


/*mobile****************************************/
.components-PaidanPages-ThreedspacecapturePage-Another--mobile_threeSpaceCapture_another_content {
  width: 100%;
  background: #FFFFFF;
  margin-bottom: 140px;
}

.components-PaidanPages-ThreedspacecapturePage-Another--mobile_threeSpaceCapture_another_content_center {
  width: 100%;
  padding: 0 15px;
}

.components-PaidanPages-ThreedspacecapturePage-Another--mobile_threeSpaceCapture_another_title{
  width: 100%;
  text-align: center;
}

.components-PaidanPages-ThreedspacecapturePage-Another--mobile_threeSpaceCapture_another_title h2{
  height: 32px;
  font-size: 24px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 32px;
}

.components-PaidanPages-ThreedspacecapturePage-Another--mobile_threeSpaceCapture_another_list{
  height: 148px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.components-PaidanPages-ThreedspacecapturePage-Another--mobile_threeSpaceCapture_another_list::-webkit-scrollbar {
    display: none;
}

.components-PaidanPages-ThreedspacecapturePage-Another--mobile_threeSpaceCapture_another_item{
  position: relative;
  width: 285px;
  height: 128px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
}

.components-PaidanPages-ThreedspacecapturePage-Another--mobile_threeSpaceCapture_another_item img{
  display: block;
  width: 24px;
  margin-top: 20px;
  margin-left: 20px;
}

.components-PaidanPages-ThreedspacecapturePage-Another--mobile_threeSpaceCapture_another_item h2{
  height: 20px;
  position: absolute;
  left: 20px;
  bottom: 23px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  text-shadow: 0px 2px 2px rgba(0,0,0,0.5);
}

.components-PaidanPages-ThreedspacecapturePage-Another--mobile_threeSpaceCapture_another_item p{
  width: 44px;
  height: 26px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: rgba(26,26,26,0.2);
  border-radius: 2px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 26px;
  text-align: center;
}



.components-PaidanPages-RoaminginteractivePage-IntroVideo--roamingInteractive_content {
    width: 100%;
    background: #FFFFFF;
    margin-bottom: 100px;
}
.components-PaidanPages-RoaminginteractivePage-IntroVideo--roamingInteractive_content_center {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.components-PaidanPages-RoaminginteractivePage-IntroVideo--roamingInteractive_content_left {
    width: 558px;

}
.components-PaidanPages-RoaminginteractivePage-IntroVideo--roamingInteractive_content_left h4 {
    font-size: 36px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 47px;
}
.components-PaidanPages-RoaminginteractivePage-IntroVideo--roamingInteractive_content_left p {
    width: 360px;
    font-size: 14px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 18px;
    margin-top: 15px;
}

.components-PaidanPages-RoaminginteractivePage-IntroVideo--roamingInteractive_show {
    width: 640px;
    height: 380px;
    box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.2);
    border-radius: 10px;
    overflow: hidden;
}
.components-PaidanPages-RoaminginteractivePage-IntroVideo--roamingInteractive_show_top {
    width: 100%;
    height: 18px;
}
.components-PaidanPages-RoaminginteractivePage-IntroVideo--roamingInteractive_show_content {
    width: 100%;
    height: 100%;
}
.components-PaidanPages-RoaminginteractivePage-IntroVideo--roamingInteractive_intro_img{
    width: 100%;
}

/*mobile****************************************/
.components-PaidanPages-RoaminginteractivePage-IntroVideo--model_roamingInteractive_content {
    width: 100%;
    background: #FFFFFF;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    margin-bottom: 100px;
}

.components-PaidanPages-RoaminginteractivePage-IntroVideo--model_roamingInteractive_content_center_top {
    width: 100%;
    text-align: center;
    font-size: 0;
}
.components-PaidanPages-RoaminginteractivePage-IntroVideo--model_roamingInteractive_content_center_top h4 {
    font-size: 24px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 32px;
}
.components-PaidanPages-RoaminginteractivePage-IntroVideo--model_roamingInteractive_content_center_top p {
    font-size: 12px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 16px;
    padding: 0 15px;
    margin-top: 10px;
}

.components-PaidanPages-RoaminginteractivePage-IntroVideo--model_roamingInteractive_show {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 15px;
    position: relative;
    margin-top: 20px;
}

.components-PaidanPages-RoaminginteractivePage-IntroVideo--model_roamingInteractive_show_content {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background-color: #000;
}
.components-PaidanPages-RoaminginteractivePage-IntroVideo--model_roamingInteractive_show_content:after {
    content: ' ';
    display: block;
    padding-top: 60%;
    visibility: hidden;
}
.components-PaidanPages-RoaminginteractivePage-IntroVideo--model_roamingInteractive_show_content_v {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    display: block;
    border-radius: 10px;
    background-color: #000;
}
.components-PaidanPages-RoaminginteractivePage-IntroVideo--model_roamingInteractive_intro_img{
    width: 100%;
}

.components-IntroVideo-player--lay {
  background-color: transparent;
}

.components-IntroVideo-player--video {
  height: 550px;
  width: 100%;
}

@media (max-width: 767px) {
  .components-IntroVideo-player--video {
    height: 190px;
  }
}
.components-Modal--overlay {
  background: rgba(51,51,51,0.70);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  overflow-y: auto;
}
.components-Modal--content {
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  margin-right:-50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: #FFFFFF;
  border-radius: 6px;
  min-height: 100px;
  width: 970px;
}
.components-Modal--scolltop {
  margin-top: 60px;
  margin-bottom: 40px;
}
.components-Modal--close,
.components-Modal--close2,
.components-Modal--close3 {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px 24px;
  background-image: url(https://ssl-static2.720static.com//_next/static/images/modalclose1-1de2359799b411a62a84b70343af9fa8.png);
  position: absolute;
  right: -10px;
  top: -10px;
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-indent: -90px;
  cursor: pointer;
  z-index: 10100;
}

.components-Modal--close3 {
  right: 15px;
  top: 15px;
  background-image: url(https://ssl-static2.720static.com//_next/static/images/modalclose1-1de2359799b411a62a84b70343af9fa8.png);
}

.components-Modal--close2 {
  right: 0px;
  top: -35px;
}
.components-Modal--close:hover {
  background-image: url(https://ssl-static2.720static.com//_next/static/images/modal-close2-9e2c170d7f75158a726fd59657556f72.png);
}

@media (max-width: 767px) {
  .components-Modal--content {
    width: 90%;
    top: 40%;
  }
}

.components-IntroVideo-player--videoWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.components-IntroVideo-player--player {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: fill;
}

.components-IntroVideo-player--playerImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.components-PaidanPages-RoaminginteractivePage-Intro--roamingInteractive_intro_content {
    width: 100%;
    background: #FFFFFF;
    margin-bottom: 100px;
}
.components-PaidanPages-RoaminginteractivePage-Intro--roamingInteractive_intro_content_center {
    position: relative;
    width: 1200px;
    height: 380px;
    margin: 0 auto;
    background-image: url(https://ssl-static2.720static.com//_next/static/images/bgImg-2d7bfb4cf23618a1a644f2796c2a43b1.png);
    background-size: cover;
}

.components-PaidanPages-RoaminginteractivePage-Intro--roamingInteractive_intro_content_center h2{
    position: absolute;
    width: 288px;
    top: 66px;
    right: 105px;
    font-size: 36px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 47px;
}

.components-PaidanPages-RoaminginteractivePage-Intro--roamingInteractive_intro_content_center p{
    position: absolute;
    width: 299px;
    top: 175px;
    right: 94px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
}

/*mobile****************************************/
.components-PaidanPages-RoaminginteractivePage-Intro--model_roamingInteractive_intro_content {
    width: 100%;
    margin-bottom: 30px;
}
.components-PaidanPages-RoaminginteractivePage-Intro--model_roamingInteractive_intro_content_center {
    width: 100%;
    padding: 0 15px;
    position: relative;
}
.components-PaidanPages-RoaminginteractivePage-Intro--model_roamingInteractive_intro_content_center img{
    display: block;
    width: 100%;
}

.components-PaidanPages-RoaminginteractivePage-Intro--model_roamingInteractive_intro_content_center h2{
    position: absolute;
    top: 40px;
    left: 43px;
    right: 43px;
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    text-shadow: 0px 2px 1px rgba(0,0,0,0.5);
    text-align: center;
}

.components-PaidanPages-RoaminginteractivePage-Intro--model_roamingInteractive_intro_content_center p{
    position: absolute;
    top: 119px;
    left: 43px;
    right: 43px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
    text-shadow: 0px 2px 1px rgba(0,0,0,0.5);
}

