.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-PanoramaPage-Intro--panorama_intro_content {
  width: 100%;
  margin-bottom: 100px;
  background: #FFFFFF;
}

.components-PaidanPages-PanoramaPage-Intro--panorama_intro_content_center {
  width: 1200px;
  margin: 0 auto;
}

.components-PaidanPages-PanoramaPage-Intro--panorama_intro_title h2{
  height: 47px;
  font-size: 36px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 47px;
}

.components-PaidanPages-PanoramaPage-Intro--panorama_intro_title p{
  height: 18px;
  font-size: 14px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 18px;
}

.components-PaidanPages-PanoramaPage-Intro--panorama_intro_list{
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}

.components-PaidanPages-PanoramaPage-Intro--panorama_intro_item{
  width: 100%;
  height: 295px;
  border-radius: 10px;
  box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.2);
  position: relative;
}
.components-PaidanPages-PanoramaPage-Intro--panorama_intro_item:hover{
  cursor: pointer;
}

.components-PaidanPages-PanoramaPage-Intro--panorama_intro_item_img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.components-PaidanPages-PanoramaPage-Intro--panorama_intro_item_img img{
  display: block;
  width: 100%;
  transform: scale(1);
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
.components-PaidanPages-PanoramaPage-Intro--panorama_intro_item:hover .components-PaidanPages-PanoramaPage-Intro--panorama_intro_item_img img{
  transform: scale(1.3);
}

.components-PaidanPages-PanoramaPage-Intro--panorama_intro_item_content{
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}

.components-PaidanPages-PanoramaPage-Intro--panorama_intro_item h2{
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 26px;
  text-shadow: 0px 2px 1px rgba(0,0,0,0.3);
}

.components-PaidanPages-PanoramaPage-Intro--panorama_intro_item p{
  max-width: 307px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #FFFFFF;
  text-shadow: 0px 2px 1px rgba(0,0,0,0.3);
  margin-top: 10px;
  white-space: pre-wrap;
  text-align: center;
}

.components-PaidanPages-PanoramaPage-Intro--panorama_intro_item_tag{
  position: absolute;
  top: 11px;
  right: 11px;
  height: 28px;
  background: linear-gradient(180deg, #D6AB61 0%, #B38E4E 100%);
  border-radius: 4px;
  opacity: 1;
  border: 1px solid rgba(255,255,255,0.2);
  padding: 0 10px;
}

.components-PaidanPages-PanoramaPage-Intro--panorama_intro_item_tag p{
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

/*mobile****************************************/
.components-PaidanPages-PanoramaPage-Intro--mobile_panorama_intro_content {
  width: 100%;
  background: #FFFFFF;
  margin-bottom: 80px;
}

.components-PaidanPages-PanoramaPage-Intro--mobile_panorama_intro_content_center {
  width: 100%;
  padding: 0 15px;
}

.components-PaidanPages-PanoramaPage-Intro--mobile_panorama_intro_title{
  width: 100%;
  text-align: center;
}

.components-PaidanPages-PanoramaPage-Intro--mobile_panorama_intro_title h2{
  height: 32px;
  font-size: 24px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 32px;
}

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

.components-PaidanPages-PanoramaPage-Intro--mobile_panorama_intro_list{
  height: 238px;
  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-PanoramaPage-Intro--mobile_panorama_intro_list::-webkit-scrollbar {
    display: none;
}

.components-PaidanPages-PanoramaPage-Intro--mobile_panorama_intro_item{
  position: relative;
  flex: 0 0 auto;
  width: 319px;
  height: 218px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);
}

.components-PaidanPages-PanoramaPage-Intro--mobile_panorama_intro_list2{
  margin-top: 20px;
  padding-bottom: 20px;
}

.components-PaidanPages-PanoramaPage-Intro--mobile_panorama_intro_item2{
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);
  margin-top: 20px;
}

.components-PaidanPages-PanoramaPage-Intro--mobile_panorama_intro_item_img{
  width: 100%;
  display: block;
  border-radius: 10px;
}

.components-PaidanPages-PanoramaPage-Intro--mobile_panorama_intro_item_content{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  text-align: center;
}

.components-PaidanPages-PanoramaPage-Intro--mobile_panorama_intro_item_content h2{
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 26px;
  text-shadow: 0px 2px 1px rgba(0,0,0,0.3);
}

.components-PaidanPages-PanoramaPage-Intro--mobile_panorama_intro_item_content p{
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #FFFFFF;
  white-space: pre-wrap;
  text-shadow: 0px 2px 1px rgba(0,0,0,0.3);
  padding-top: 10px;
}

.components-PaidanPages-PanoramaPage-Intro--mobile_panorama_intro_item p{
  width: 205px;
  margin: 0 auto;
}

 .components-PaidanPages-PanoramaPage-Intro--mobile_panorama_intro_content .components-PaidanPages-PanoramaPage-Intro--mobile_panorama_intro_item_tag{
  position: absolute;
  top: 10px;
  right: 10px;
  height: 21px;
  width: auto;
  background: linear-gradient(180deg, #D6AB61 0%, #B38E4E 100%);
  border-radius: 4px;
  opacity: 1;
  border: 1px solid rgba(255,255,255,0.2);
  padding: 0 4px;
  font-size: 10px;
  font-weight: 400;
  color: #FFFFFF;
  height: 21px;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
.components-PaidanPages-PanoramaPage-IntroModal--intro_modal_content_overlay{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(51,51,51,0.70);
  z-index: 9999;
  padding: 30px;
}

.components-PaidanPages-PanoramaPage-IntroModal--intro_modal_content{
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
}

.components-PaidanPages-PanoramaPage-IntroModal--intro_modal_close{
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  padding: 10px;
}

.components-PaidanPages-PanoramaPage-IntroModal--intro_modal_content h2{
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 26px;
}

.components-PaidanPages-PanoramaPage-IntroModal--intro_modal_content p{
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 400;
  color: #909090;
  line-height: 18px;
  margin-top: 10px;
}

.components-PaidanPages-PanoramaPage-IntroModal--intro_modal_content iframe{
  flex-grow: 1;
  width: 100%;
  background: #FFFFFF;
  margin-top: 15px;
  border: none;
}


/*mobile****************************************/
.components-PaidanPages-PanoramaPage-IntroModal--mobile_intro_modal_content_overlay{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.7);
  z-index: 9999;
}

.components-PaidanPages-PanoramaPage-IntroModal--mobile_intro_modal_content{
  display: flex;
  position: fixed;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 10px;
  padding-top: 20px;
}

.components-PaidanPages-PanoramaPage-IntroModal--mobile_intro_modal_close{
  position: absolute;
  top: 0;
  right: 0;
  top: 2px;
  right: 2px;
  cursor: pointer;
  padding: 10px;
}

.components-PaidanPages-PanoramaPage-IntroModal--mobile_intro_modal_content h2{
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 18px;
  margin-left: 20px;
}

.components-PaidanPages-PanoramaPage-IntroModal--mobile_intro_modal_content p{
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 400;
  color: #909090;
  line-height: 18px;
  margin: 10px 20px 0;
}

.components-PaidanPages-PanoramaPage-IntroModal--mobile_intro_modal_content iframe{
  width: 100%;
  flex-grow: 1;
  background: #FFFFFF;
  margin-top: 15px;
  border: none;
}
.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;
}



