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

.components-PaidanPages-ThreedmodelingPage-Intro--threeModeling_intro_content_center {
  width: 1200px;
  margin: 0 auto;
}

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

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

.components-PaidanPages-ThreedmodelingPage-Intro--threeModeling_intro_list{
  height: 361px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}

.components-PaidanPages-ThreedmodelingPage-Intro--threeModeling_intro_item{
  width: 386px;
  height: 361px;
  border-radius: 10px;
  box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.2);
  padding: 10px;
}

.components-PaidanPages-ThreedmodelingPage-Intro--threeModeling_intro_item_img{
  width: 100%;
  height: 220px;
  display: block;
}

.components-PaidanPages-ThreedmodelingPage-Intro--threeModeling_intro_item_bottom{
  margin-top: 15px;
  padding: 10px 20px;
}

.components-PaidanPages-ThreedmodelingPage-Intro--threeModeling_intro_item_bottom h4{
  height: 18px;
  font-size: 14px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 18px;
}

.components-PaidanPages-ThreedmodelingPage-Intro--threeModeling_intro_item_bottom h2{
  height: 26px;
  font-size: 20px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 26px;
}

.components-PaidanPages-ThreedmodelingPage-Intro--threeModeling_intro_item_bottom p{
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #909090;
  margin-top: 10px;
}

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

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

.components-PaidanPages-ThreedmodelingPage-Intro--mobile_threeModeling_intro_title{
  width: 100%;
  text-align: center;
}

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

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

.components-PaidanPages-ThreedmodelingPage-Intro--mobile_threeModeling_intro_list{
  height: 341px;
  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-ThreedmodelingPage-Intro--mobile_threeModeling_intro_list::-webkit-scrollbar {
    display: none;
}

.components-PaidanPages-ThreedmodelingPage-Intro--mobile_threeModeling_intro_item{
  flex: 0 0 auto;
  width: 319px;
  height: 321px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);
  padding: 10px
}

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

.components-PaidanPages-ThreedmodelingPage-Intro--mobile_threeModeling_intro_item_bottom{
  margin-top: 15px;
  padding: 10px 20px;
  white-space: normal;
}

.components-PaidanPages-ThreedmodelingPage-Intro--mobile_hreeModeling_intro_item_bottom h4{
  height: 18px;
  font-size: 14px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 18px;
}

.components-PaidanPages-ThreedmodelingPage-Intro--mobile_threeModeling_intro_item_bottom h2{
  height: 26px;
  font-size: 20px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 26px;
}

.components-PaidanPages-ThreedmodelingPage-Intro--mobile_threeModeling_intro_item_bottom p{
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #909090;
  margin-top: 10px;
}


.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;
}



