/* color */
/* font */
/* transition */
.lineBtnBox img {
  transition: all 0.5s ease-in-out; }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.textEditor {
  color: #886d58;
  font-weight: 500;
  line-height: 1.83333;
  letter-spacing: 2.16px; }
  .textEditor .imgBox {
    text-align: center; }

.lineBtnBox {
  margin-top: 80px;
  display: flex;
  justify-content: center; }
  @media (min-width: 1181px) {
    .lineBtnBox:hover img {
      scale: 1.05; } }
