.components-PaidanPages-CustomdevPage-CBanner--deskCBanner {
    width: 100%;
    height: 350px;
    background-image: url(https://ssl-static2.720static.com//_next/static/images/pcbg-182ee59c19468621ff1dc6b3c995e628.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    background-color: #000;
}
.components-PaidanPages-CustomdevPage-CBanner--deskCBanner_center {
    position: absolute;
    width: 1200px;
    padding-top: 112px;
    left: 50%;
    top: 0;
    height: 100%;
    margin-left: -600px;
    z-index: 5;
}

.components-PaidanPages-CustomdevPage-CBanner--deskCBanner_center h4 {
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 64px;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}
.components-PaidanPages-CustomdevPage-CBanner--deskCBanner_center p {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 26px;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    margin-bottom: 4px;
}

/* ***********************************************************/
.components-PaidanPages-CustomdevPage-CBanner--mobileCBanner {
    width: 100%;
    height: 250px;
    background-image: url(https://ssl-static2.720static.com//_next/static/images/pcbg-182ee59c19468621ff1dc6b3c995e628.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    background-color: #000;
}

.components-PaidanPages-CustomdevPage-CBanner--mobileCBanner_center {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding-top: 92px;
    z-index: 5;
}
.components-PaidanPages-CustomdevPage-CBanner--mobileCBanner_center h4 {
    font-size: 30px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 40px;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}
.components-PaidanPages-CustomdevPage-CBanner--mobileCBanner_center p {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    margin-bottom: 5px;
}

.components-PaidanPages-CustomdevPage-Content1--deskContent1 {
    width: 100%;
}
.components-PaidanPages-CustomdevPage-Content1--deskContent1_center {
    width: 1200px;
    margin: 0 auto;
    padding-left: 380px;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
.components-PaidanPages-CustomdevPage-Content1--deskContent1_title {
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    font-size: 36px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 47px;
    margin-bottom: 80px;
}
.components-PaidanPages-CustomdevPage-Content1--deskContent2_title {
    position: absolute;
    left: 0;
    top: 204px;
    font-size: 14px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 18px;
    width: 290px;
}
.components-PaidanPages-CustomdevPage-Content1--deskContent1_list {
    width: 100%;
    height: 380px;
    position: relative;
}
.components-PaidanPages-CustomdevPage-Content1--deskContent1_list .components-PaidanPages-CustomdevPage-Content1--item {
    position: absolute;
    border-radius: 10px;
    overflow: hidden;
}
.components-PaidanPages-CustomdevPage-Content1--deskContent1_list .components-PaidanPages-CustomdevPage-Content1--item:nth-child(1) {
    left: 0;
    top: 0;
    width: 400px;
    height: 380px;
    box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.2);
}
.components-PaidanPages-CustomdevPage-Content1--deskContent1_list .components-PaidanPages-CustomdevPage-Content1--item:nth-child(2) {
    right: 0;
    top: 0;
    width: 400px;
    height: 180px;
    box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.2);
    background: linear-gradient(180deg, rgba(93,166,255,0.1) 0%, rgba(93,166,255,0.6) 100%);
}
.components-PaidanPages-CustomdevPage-Content1--deskContent1_list .components-PaidanPages-CustomdevPage-Content1--item:nth-child(3) {
    right: 0;
    bottom: 0;
    width: 400px;
    height: 180px;
    box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.2);
    background: linear-gradient(180deg, rgba(255,255,255,0.1) 0%, rgba(144,144,144,0.5) 100%);
}
.components-PaidanPages-CustomdevPage-Content1--deskContent1_list .components-PaidanPages-CustomdevPage-Content1--item .components-PaidanPages-CustomdevPage-Content1--img1 {
    display: block;
    width: 100%;
    height: 100%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.components-PaidanPages-CustomdevPage-Content1--deskContent1_list .components-PaidanPages-CustomdevPage-Content1--item_content {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    text-align: center;
}
.components-PaidanPages-CustomdevPage-Content1--deskContent1_list .components-PaidanPages-CustomdevPage-Content1--item_content h4 {
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 32px;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.5);
}
.components-PaidanPages-CustomdevPage-Content1--deskContent1_list .components-PaidanPages-CustomdevPage-Content1--item_content p {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 18px;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.5);
}
.components-PaidanPages-CustomdevPage-Content1--deskContent1_list .components-PaidanPages-CustomdevPage-Content1--item:nth-child(2) .components-PaidanPages-CustomdevPage-Content1--item_content  p {
    width: 304px;
    margin: 0 auto;
}
.components-PaidanPages-CustomdevPage-Content1--deskContent1_list .components-PaidanPages-CustomdevPage-Content1--item:nth-child(3) .components-PaidanPages-CustomdevPage-Content1--item_content  p {
    width: 304px;
    margin: 0 auto;
}
/* mobile *********************************************/
.components-PaidanPages-CustomdevPage-Content1--mobileContent1 {
    width: 100%;
    box-sizing: border-box;
    padding: 50px 15px;
    padding-bottom: 30px;
}

.components-PaidanPages-CustomdevPage-Content1--mobileContent1_title {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 32px;
    margin-bottom: 10px;
}
.components-PaidanPages-CustomdevPage-Content1--mobileContent2_title {
    width: 100%;
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 16px;
    margin-bottom: 20px;
}

.components-PaidanPages-CustomdevPage-Content1--mobileContent1_list {
    width: 100%;
}
.components-PaidanPages-CustomdevPage-Content1--mobileContent1_list .components-PaidanPages-CustomdevPage-Content1--item {
    display: block;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.2);
}
.components-PaidanPages-CustomdevPage-Content1--mobileContent1_list .components-PaidanPages-CustomdevPage-Content1--item:nth-child(1) {
    box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.2);
}
.components-PaidanPages-CustomdevPage-Content1--mobileContent1_list .components-PaidanPages-CustomdevPage-Content1--item:nth-child(2) {
    background: linear-gradient(180deg, rgba(93,166,255,0.1) 0%, rgba(93,166,255,0.6) 100%);
}
.components-PaidanPages-CustomdevPage-Content1--mobileContent1_list .components-PaidanPages-CustomdevPage-Content1--item:nth-child(3) {
    background: linear-gradient(180deg, rgba(255,255,255,0.1) 1%, rgba(144,144,144,0.5) 100%);
}
.components-PaidanPages-CustomdevPage-Content1--mobileContent1_list .components-PaidanPages-CustomdevPage-Content1--item .components-PaidanPages-CustomdevPage-Content1--img1 {
    display: block;
    width: 100%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.components-PaidanPages-CustomdevPage-Content1--mobileContent1_list .components-PaidanPages-CustomdevPage-Content1--item_content {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    text-align: center;
}
.components-PaidanPages-CustomdevPage-Content1--mobileContent1_list .components-PaidanPages-CustomdevPage-Content1--item_content h4 {
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 26px;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.5);
}
.components-PaidanPages-CustomdevPage-Content1--mobileContent1_list .components-PaidanPages-CustomdevPage-Content1--item_content p {
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 16px;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.5);
    padding: 0 40px;
}

.components-PaidanPages-CustomdevPage-Content2--deskContent2 {
    width: 100%;
}
.components-PaidanPages-CustomdevPage-Content2--deskContent2_center {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 100px;
    position: relative;
}
.components-PaidanPages-CustomdevPage-Content2--deskContent2_title {
    font-size: 36px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 47px;
}
.components-PaidanPages-CustomdevPage-Content2--deskContent2_title2 {
    font-size: 14px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 18px;
    margin-bottom: 20px;
}
.components-PaidanPages-CustomdevPage-Content2--deskContent2_list {
    width: 100%;
    height: 295px;
}
.components-PaidanPages-CustomdevPage-Content2--deskContent2_list .components-PaidanPages-CustomdevPage-Content2--item {
    float: left;
    width: 386px;
    height: 295px;
    background: rgba(0,0,0,0.5);
    border-radius: 10px ;
    margin-left: 20px;
    position: relative;
    box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.2);
}
.components-PaidanPages-CustomdevPage-Content2--deskContent2_list .components-PaidanPages-CustomdevPage-Content2--item:nth-child(1) {
   margin-left: 0;
}
.components-PaidanPages-CustomdevPage-Content2--deskContent2_list .components-PaidanPages-CustomdevPage-Content2--item .components-PaidanPages-CustomdevPage-Content2--img1 {
    display: block;
    width: 100%;
    height: 100%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.components-PaidanPages-CustomdevPage-Content2--deskContent2_list .components-PaidanPages-CustomdevPage-Content2--item_content {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    text-align: center;
}
.components-PaidanPages-CustomdevPage-Content2--deskContent2_list .components-PaidanPages-CustomdevPage-Content2--item_content h4 {
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 26px;
    margin-bottom: 10px;
}
.components-PaidanPages-CustomdevPage-Content2--deskContent2_list .components-PaidanPages-CustomdevPage-Content2--item_content p {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 18px;
    text-shadow: 0px 2px 1px rgba(0,0,0,0.3);
    width: 306px;
    margin: 0 auto;
}

/* mobile *********************************************/
.components-PaidanPages-CustomdevPage-Content2--mobileContent2 {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    padding-right: 0;
    padding-bottom: 50px;
}

.components-PaidanPages-CustomdevPage-Content2--mobileContent2_title {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 32px;
    margin-bottom: 10px;
}
.components-PaidanPages-CustomdevPage-Content2--mobileContent2_title2 {
    width: 100%;
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 16px;
    margin-bottom: 20px;
}

.components-PaidanPages-CustomdevPage-Content2--mobileContent2_list {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.components-PaidanPages-CustomdevPage-Content2--mobileContent2_list_content {
    width: 910px;
    height: 218px;
}
.components-PaidanPages-CustomdevPage-Content2--mobileContent2_list .components-PaidanPages-CustomdevPage-Content2--item {
    float: left;
    width: 285px;
    height: 218px;
    background: rgba(0,0,0,0.5);
    border-radius: 10px ;
    margin-left: 20px;
    position: relative;
    box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.2);
}
.components-PaidanPages-CustomdevPage-Content2--mobileContent2_list .components-PaidanPages-CustomdevPage-Content2--item:nth-child(1) {
   margin-left: 0;
}
.components-PaidanPages-CustomdevPage-Content2--mobileContent2_list .components-PaidanPages-CustomdevPage-Content2--item .components-PaidanPages-CustomdevPage-Content2--img1 {
    display: block;
    width: 100%;
    height: 100%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.components-PaidanPages-CustomdevPage-Content2--mobileContent2_list .components-PaidanPages-CustomdevPage-Content2--item_content {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    text-align: center;
}
.components-PaidanPages-CustomdevPage-Content2--mobileContent2_list .components-PaidanPages-CustomdevPage-Content2--item_content h4 {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
    text-shadow: 0px 2px 1px rgba(0,0,0,0.3);
    margin-bottom: 10px;
}
.components-PaidanPages-CustomdevPage-Content2--mobileContent2_list .components-PaidanPages-CustomdevPage-Content2--item_content p {
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 16px;
    text-shadow: 0px 2px 1px rgba(0,0,0,0.3);
    padding: 0 40px;
}

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


