@media screen and (min-width: 1240px) and (max-width: 1360px) {
  /* container */
  .container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1024px) {
  /* container */
  .container {
    padding: 0 20px;
  }

  /* content */
  .contentLeftTitle {
    font-size: 30px;
  }
}

@media screen and (max-width: 991px) {
  /* container */
  .container {
    max-width: 750px;
    margin: 0 auto;
  }

  /* header */
  .headerTop {
    padding: 10px 0;
    overflow: scroll;
  }
  .headerTopList {
    justify-content: center;
    gap: 20px;
  }
  .headerMiddle {
    padding: 10px 0;
  }
  .headerMiddleInner {
    justify-content: space-between;
  }
  .headerMiddleList {
    gap: 35px;
  }
  .headerMiddleListItem a {
    font-size: 14px;
    line-height: 25px;
  }
  .navIcons {
    gap: 10px;
    margin-right: 0;
  }
  .headerBottom {
    padding: 10px 0;
  }
  .headerBottomSub {
    font-size: 12px;
  }
  .headerBottomInner {
    justify-content: center;
  }

  /* content */
  .contentLeft {
    width: 100%;
  }
  .contentRight {
    display: none;
  }
  .showMore {
    margin-top: 50px;
  }

  /* copyright */
  .copyright {
    margin: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  /* header */
  .headerTop {
    padding: 10px 0;
  }
  .headerTopList {
    justify-content: space-between;
  }
  .headerTopListItem a {
    display: block;
    font-size: 10px;
    line-height: 17px;
    width: max-content;
  }
  .headerMiddleList {
    gap: 10px;
  }
  .headerMiddleListItem a {
    display: block;
    font-size: 11px;
    line-height: 20px;
    width: max-content;
  }
  .live::before {
    left: -5px;
    width: 4px;
    height: 4px;
  }
  .headerMiddleImg {
    margin: 0;
  }
  .headerMiddleImg img {
    max-width: 140px;
  }
  .navList {
    justify-content: space-between;
    overflow: scroll;
    width: 100%;
  }
  .navListItem a {
    display: flex;
    width: max-content;
  }
  .navIcons {
    gap: 10px;
    margin-right: 0;
    padding: 0 5px;
    justify-content: center;
  }
  .headerBottomInner {
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }

  /* content */
  .content {
    margin-top: 30px;
  }
  .contentLeftTitle {
    font-size: 23px;
    line-height: 33px;
  }
  .contentLeftBoxSubMargin {
    margin: 0;
  }
  .contentLeftBoxBtnContainer {
    margin-top: 30px;
  }
  .peter {
    flex-direction: column-reverse;
    row-gap: 30px;
  }
  .peterImg {
    width: 100%;
  }
  .peterText {
    width: 100%;
  }
  .comments {
    padding: 0;
  }
  .commentsBlock {
    padding-bottom: 30px;
  }
  .showMore {
    margin-top: 30px;
  }
  .stepBlockTitle,
  .contentLeftBoxTitle {
    font-size: 20px;
  }

  /* copyright */
  .copyright {
    margin: 30px 0;
  }
}
