.tt4_sec .container button{
  font-size: 18px;
  font-weight: 300;
  color: #575757;
  background: none !important;
  cursor : pointer;
  border:none!important;
}

.snspopup {
  display: none;
  height: 100vh;
  width: 100%;
  background: black;
  opacity: 0.9;
  position: fixed;
  top: 0;
  left: 0;
  align-items:center;
}
.snscontent {
  position: relative;
  background: #fff;
  padding: 60px;
  width: 50%;
  text-align:center;
}

.tt4_sec .container button#snsclose{
  margin:10px;
  font-size: 18px;
  font-weight: 300;
  background: none !important;
  cursor : pointer;
  color: #575757;
  border: 0.5px solid  #575757 !important;
}

.snsshow {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.snscontent p{
  font-size: 18px;
  font-weight: 600;
}

@media only screen and (max-width: 766px){
.tt4_sec .container .sns02_txt button{
  text-align: left;
  display: flex;
  font-weight:500;
}}