.top-main-img {
  background-image: url(../../assets/img/Links/blog-top-img.jpg);
  height: 430px;
  width: 1280px;
  margin: 0 auto;
  background-size: cover;
  font-family: 'Raleway', sans-serif; }

@media (max-width: 768px) {
  .top-main-img {
    background-image: url(../../assets/img/Links/blog-top-img.jpg);
    height: 32vw;
    width: 100vw;
    margin: 0 auto;
    background-size: cover; } }

.blog-main-container .top-text {
  margin: 70px 0 50px 0;
  text-align: center; }
  .blog-main-container .top-text p {
    line-height: 30px; }

.blog-contents {
  margin-bottom: 65px; }
  .blog-contents .contents-img-contanier {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-image: url(../../assets/img/Links/blog-content-img1.jpg); }

.blog-contents2 {
  margin-bottom: 65px; }
  .blog-contents2 .contents-img-contanier {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-image: url(../../assets/img/Links/blog-content-img2.jpg); }

.blog-contents-text p {
  line-height: 30px; }

.adreast-blog-contents .adreast-img-container {
  height: 388px;
  width: 100%;
  background-image: url(../../assets/img/Links/blog-content-img3.jpg);
  background-size: cover; }

.adreast-blog-contents2 .adreast-img-container {
  height: 388px;
  width: 100%;
  background-image: url(../../assets/img/Links/blog-content-img-4.jpg);
  background-size: cover; }

.adreast-text-container {
  line-height: 30px; }

.backlink {
  margin: 70px 0 100px 0; }
  .backlink a {
    text-decoration: none;
    color: #29427d;
    font-size: 14px; }

@media (max-width: 768px) {
  .blog-main-container .top-text {
    margin: 70px 0 50px 0;
    text-align: center; }
    .blog-main-container .top-text p {
      text-align: center;
      line-height: 30px; }
  .blog-contents {
    margin-bottom: 65px; }
    .blog-contents .contents-img-contanier {
      width: 100vw;
      height: 50vw;
      background-size: cover;
      background-image: url(../../assets/img/Links/blog-content-img1.jpg); }
  .blog-contents2 {
    margin-bottom: 65px; }
    .blog-contents2 .contents-img-contanier {
      width: 100%;
      height: 50vw;
      background-size: cover;
      background-image: url(../../assets/img/Links/blog-content-img2.jpg); }
  .blog-contents-text p {
    text-align: center;
    line-height: 30px; }
  .adreast-blog-container {
    display: block; }
    .adreast-blog-container .adreast-blog-contents .adreast-img-container {
      height: 50vw;
      width: 100%;
      background-image: url(../../assets/img/Links/blog-content-img3.jpg);
      background-size: cover; }
    .adreast-blog-container .adreast-blog-contents2 .adreast-img-container {
      height: 50vw;
      width: 100%;
      background-image: url(../../assets/img/Links/blog-content-img-4.jpg);
      background-size: cover; }
    .adreast-blog-container .adreast-text-container {
      line-height: 30px;
      text-align: center; }
    .adreast-blog-container .backlink {
      margin: 70px 0 100px 0; }
      .adreast-blog-container .backlink a {
        text-decoration: none;
        color: #29427d;
        font-size: 14px; } }

@media (min-width: 769px) {
  body main #leftContainer {
    display: none; } }
