/* Mobile */
#mobile
  {padding: 30px;
  background-color: #b8aa8d;
  background-image: url(../image/mobile-bg-1.png);
  background-size: cover;
  position: relative;
  }
.mobile-total
  {width: 100%;
  height: 100vh;
  overflow: hidden;
  
  }
  #mobile h2 span
  {font-weight: normal;
  font-family: 'NanumSquareNeo-Variable';
  }
  #mobile h2:nth-child(2)
  {display: none;}
  #mobile>p
  {position: absolute;
  display: inline; 
  z-index: 600;
  font-size: 2rem;
  cursor: pointer;
  }
  #mobile>p:nth-of-type(1)
  {top: 80%;
  right: 10%;
  }
  #mobile>p:nth-of-type(2)
  {display: none;
  left: 5%;
  top: 50%;
  }

  #mobile>p:before
    {position: absolute;
    font-family: 'Material Icons Outlined';
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    animation: gr-btn 1.8s infinite;
    }
#mobile .pg-btn2:before
  {content: '\e5e0';
  color: rgb(185, 255, 63);
  left: -40px;
  }
  #mobile .pg-btn1:before
    {content: '\e5e1';
    right: -40px;
    color: rgb(63, 249, 255);
    }
  @keyframes gr-btn
    {50%{opacity:1;}}

#mobile .overflow
  {width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  }

#mobile .mobile-total
  {width: 200%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position:absolute;
  top: 0;
  left: 0;
  }

.mobile-design, .mobile-publish
  {display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100vh;
  }

#mobile .text
  {width: 25%;
  line-height: 1.5;
  }
#mobile .text p
  {font-weight: bold;
  margin: 0 0 10px 110px;
  font-size: 1.2rem;
  }
#mobile .mobile-design .text p
  {margin-left: 10px;}
#mobile .text>div
  {background-color: rgba(255, 255, 208, 0.777) ;
  padding: 20px;
  border-radius: 25px;
  }
.mobile-design .mockup-part
  {margin-left: 130px;}

#mobile .mobile-publish .text>div
  {background-color: rgba(255, 255, 208, 0.777) ;
  padding: 30px 40px 30px 100px;
  border-radius: 25px;
  }
  #mobile .text table
    {border-spacing: 10px;
    margin-bottom: 30px;
    }

  #mobile .text table tr td:nth-child(2)
  {width: 65%;
  }
.mobile-publish
  {position: relative;}
.mobile-publish .mockup-part
  {position: absolute;
  z-index: 10;
  left: 15%;
  }
.mobile-publish .text
  {position: absolute;
  left: 31%;
  }
