.myBlock {
  display: flex;
  width: 100%;
}

.soc_cont {
  display: flex;
  width: auto;
  flex-direction: column;
  background: #2461ff;
  border-radius: 10px;
  padding: 15px;
  color: white;
  margin-bottom: 20px;
}

.soc_cont_title {
  display: flex;
  width: 100%;
  font-size: 20px;
  color: white;
  margin-bottom: 20px;
}

.soc_cont_title a {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.sLien {
  display: flex;
  width: auto;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.sLien a {
  color: white;
}

.all_sOMK {
  display: flex;
  width: auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
}

.all_sOMK a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  font-size: 25px;
  margin: 0px 20px 0 0;
}
.t_baek .moreBaek_text {
  display: block;
  flex-direction: column;
}

.moreBaek {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}