/* °øÅë */
.sns_wrap {
  width  : 1200px;
  margin : 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 120px 0;
}

.sns_box {
  width           : 580px;
  background-color: #222;
  padding         : 40px;
  border-radius: 0.8rem;
  
}

.small_title {
  font-size    : 14px;
  display      : inline-block;
  border-radius: 20px;
  padding      : 0 10px;
  font-weight  : bold;
}

.sns_title {
  font-size : 36px;
  text-align: center;
}

.sns_text {
  margin-top: 40px;
  font-size : 18px;
  text-align: center;
}

.line {
  width : 90%;
  height: 3px;
  margin: 0 auto;

}

.sns_btn {
  margin: 40px auto;
  width        : 160px;
  height       : 40px;
  border-radius: 20px;
  position     : relative;
  text-align: center;
  line-height: 40px;
}

.sns_btn a {
  position   : absolute;
  display    : inline-block;
  width      : 100%;
  line-height: 40px;
  top        : 0;
  left       : 0;
}
.back_img{
  display: flex;
  justify-content: center;
}
.back_img img{
  width: 120px;
}

/* Ä«Ä«¿À */

.kakao {
  background-color: #fae100;
  padding         : 40px;
  position: relative;
}

.clbox{
position: absolute;
display: inline-block;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 50;
}
.kakao .small_title {
  font-size       : 14px;
  background-color: #4f383e;
  color           : #fff;
}

.kakao .sns_title {}

.kakao .sns_text {}

.kakao .line {
  background-color: #4f383e;
}

.kakao .sns_btn {
  background-color: #4f383e;
  color           : #fff;
}



/* ÀüÈ­ */


.tel {
  background-color: #383838;
  padding         : 40px;
  position: relative;
}

.tel .small_title {
  font-size       : 14px;
  background-color: #f6d20a;
  color           : #4f383e;
}

.tel .sns_title {
  color: #fff;
}

.tel .sns_text {
  color: #fff;
}

.tel .line {
  background-color: #222;
}

.tel .sns_btn {
  background-color: #1a86ce;
  color           : #fff;
}



/* È­¸é ³Êºñ 0~960px */

@media (max-width: 1200px) {
  .sns_wrap {
    width  : 90%;
  }
}

/* È­¸é ³Êºñ 0~890px */

@media (max-width: 670px) {
  .sns_wrap {
    flex-wrap: wrap;
  }
  .sns_box{
    margin-top: 40px;
  }
}
