body {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}

.line {
  border: 1px solid #e0e0e0;
  margin-bottom: 40px;
}
.line__wrap {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.line__wrap__top {
  font-size: 33px;
  font-weight: bold;
}
.line__wrap__top__serch {
  font-size: 20px;
  font-size: bold;
  color: #afafaf;
  background: #ececec;
  padding: 8px;
}
.line__wrap__preview {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.line__wrap__preview .text_wrap {
  flex: 1;
  color: #999999;
}
.line__wrap__preview .text_wrap p {
  font-size: 20px;
  font-weight: medium;
}
.line__wrap__preview .text_wrap p:first-child {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}
.line__wrap__preview .text_wrap p:last-child {
  font-size: 16px;
}
.line__wrap__preview .preview_wrap {
  width: 125px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}
.line__wrap__preview .preview_wrap img {
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
  display: block;
}
.line__wrap__content {
  max-height: 300px;
  overflow-y: scroll;
}
.line__wrap__content::-webkit-scrollbar {
  display: none;
}
.line__wrap__content__item {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}
.line__wrap__content__item:nth-child(2n) .icon {
  background: #d5e1f3;
  color: #d5e1f3;
}
.line__wrap__content__item .icon {
  width: 70px;
  height: 70px;
  border-radius: 999px;
  background: #d4e2da;
  color: #d4e2da;
  display: flex;
  align-items: center;
  justify-content: center;
}
.line__wrap__content__item .text_wrap .title {
  font-size: 20px;
}
.line__wrap__content__item .text_wrap .text {
  font-size: 16px;
  color: #999999;
}