* {
word-break: break-all;
}

/*vueja */
[v-cloak] { display: none; }

.top_content_container{
  display: flex;
}

.left_content_box{
  flex: 4;
}

.right_sidebar{
  flex: 1;
  margin-top: 0;

}




.discount_item_container{
  display: flex;
}

.seller_logo_container{
  margin-left: 20px;
  margin-right: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.seller_logo{
  width: 96px;
  height: 96px;
  vertical-align:top;

}
.seller_name{
  margin-top: 2.5px;
  text-align:center;

}

.place_info_container{
  display: flex;
  margin-right: 0;
  width: 100%;
}

.place_info_text_container{
  flex: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.trip_title, .place_info_title, .place_info_description{
  word-break:keep-all;
}

.read_more_btn_container{
  flex: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.read_more_btn{
  width: 180px;

}


.rectangle_logo_image_box{
  display: none;
}


@media screen and (min-width: 1216px) {

}

@media screen and (max-width: 1215px) {

  /* 이미지 박스 보이게함 */
  .rectangle_logo_image_box{
    display: block;
  }

  .trip_title{
    text-align: center;
  }

  .seller_logo{
    width: 80px;
    height: 80px;
  }


  .seller_name{
    display: none;
  }

  .read_more_btn_container{
    flex: 1.5;
  }


  .place_info_description{

  }

  .read_more_btn{
    width: 100%;
    padding: 0;
  }
}


@media screen and (max-width: 769px) {

  .place_info_title{
    text-align: center;
  }

  .place_info_description{
    text-align: center;
    margin-bottom: 10px;
  }

  .seller_logo_container{
    margin-left: 10px;
    margin-right: 20px;
  }

  .seller_logo{
    width: 60px;
    height: 60px;
  }


  .place_info_container{
    flex-direction: column;
  }

  .read_more_btn{
    width: 50%;
    padding: 0;
  }
}


@media screen and (max-width: 400px) {



  .seller_logo_container{
    margin-left: 0px;
    margin-right: 14px;
  }

  .seller_logo{
    width: 45px;
    height: 45px;
  }


  .place_info_container{
    flex-direction: column;
  }
}


.card {
  height: 100%;
}


/*parent와 card-footer 적용한 이유 : 버튼을 부모div 최하단으로 보내기 위해서*/
.parent {
  display: flex;
  flex-direction: column;
}

.card-footer{
  margin-top: auto;
}
