* {
  letter-spacing: 0px;
}
.logo_wrap {
  width: 60%;
  height: 60px;
  margin: 0 20%;
}
#layout_body {
  padding: 0;
}
.sns_wrapr::-webkit-scrollbar {
  display: none;
}
.sns_story::-webkit-scrollbar {
  display: none;
}

/* 메뉴 */
.resp_wrap {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.layout_header .nav_wrap .categorySub {
  left: 90px;
}
.layout_header .nav_wrap .categoryDepth1.right_area .categorySub {
  left: 90px;
  right: inherit;
}
.layout_header .nav_wrap .categoryDepth1.right_area .categorySubWrap {
  text-align: left;
}
.layout_header .util_wrap_menu2 {
  padding-right: 10px;
}

/* 메뉴 */
.layout_header .nav_wrap .respCategoryList > li {
  display: flex;
}
.layout_header #cateSwiper .designCategoryNavigation .respCategoryList {
  display: inline-block;
  margin-left: 26px;
}
.layout_header #cateSwiper .designCategoryNavigation .respCategoryList > li {
  justify-content: left;
}
.categoryAllBtn {
  width: auto;
}
.nav_wrap {
  position: fixed;
  width: 100px;
  height: 15px;
  margin: 0 20%;
}
.card-tool {
  width: 60%;
  margin: 0 25%;
  padding: 5px 20px;
  border: 1px solid #dedede;
  border-radius: 5px;
  margin-bottom: 10px;
}
.line {
  display: none;
}
.title_flex {
  border-top: none;
  margin-bottom: 5px;
}

.sns_story_container {
  padding: 0;
}
.my_porfile_img {
  margin-left: 0;
}

/* 없앨까요? */
.util_wrap {
  display: none;
}

/* 스토리 */
.sns_story {
  width: 100%;
  height: 95px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.sns_story_container {
  width: fit-content;
  white-space: nowrap;
  align-items: center;
  padding: 0px 9px;
}
.sns_story > ul > li {
  text-align: center;
  width: 10%;
  height: 10%;
}

.porfile_img,
.my_porfile_img {
  border-radius: 50%;
  margin: 11px 3px;
  object-fit: cover;
}
.my_porfile_img {
  width: 66px;
  height: 66px;
  border: 2px solid #3afbb7;
  margin-left: 11px;
}
.porfile_img {
  width: 69px;
  height: 69px;
}

/* 타임라인 */
#layout_body > div > div.sns_timeline > ul:nth-child(1) > li:nth-child(2) > img {
  width: 100%;
}
.sns_timeline{
  margin-bottom: 80px;
}


.nan_img_box{
  position: relative; 
  width: 100%; 
  height: 0; 
  padding-bottom: 80%; 
  overflow: hidden;
}
.nan_img {
  object-fit: cover;
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
}

.porfile_img2 {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  object-fit: cover;
  margin-left: -8px;
}
.name {
  display: flex;
  align-items: center;
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px 14px 15px;
  border-top: 1px solid #eee;
}
.title_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 17px;
}

.nickname {
  color: #878787;
  font-size: 16px;
}
.date {
  color: #878787;
  font-size: 13px;
  margin-right: -1px;
}
.title {
  overflow: hidden;
  color: #212121;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}
.like_view {
  display: flex;
}
.like,
.view {
  color: #414141;
  font-size: 14px;
}
.like {
  margin-right: 11px;
}
.heart {
  width: 22px;

}
.icon_text {
  font-size: 1rem;
  vertical-align: middle;
}

/* 차단된 사용자 게시글 */
.block_box {
  display: flex;
  flex-flow: column;
  align-items: center;
  border-top: 1px solid #eee !important;
}
.block_img {
  width: 0.875rem;
  height: 0.875rem;
  margin-bottom: 0.3125rem;
}
.block_title {
  font-size: 0.875rem;
  color: #212121;
}
.block_content {
  font-size: 0.625rem;
  color: #878787;
}

.card-tool {
  width: 60%;
  margin: 0 25%;
  padding: 5px 20px;
  border: 1px solid #dedede;
  border-radius: 5px;
  margin-bottom: 10px;
}

.sns_story {
  width: 60%;
  margin: 0 25%;
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 0 20px;
  margin-bottom: 10px;
}

@media all and (min-width: 501px) and (max-width: 1440px) {
  .logo_wrap {
    width: 100%;
    height: 60px;
    margin: 0%;
  }
  .nav_wrap {
    margin: 0;
  }
}

/* 모바일 */
  .logo_wrap {
    width: 100%;
    height: 60px;
    margin: 0;
  }

  .sns_wrap {
    width: 100%;
    max-width: 1030px;
    margin: 0px auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .sns_story_container {
    padding-left: 10px;
  }
  /* 라인 */
  .line {
    display: block;
    width: 100%;
    height: 10px;
    box-shadow: inset 0px 1px 6px #00000026;
    background-color: #fbfbfb;
  }
  .title_flex {
    border-top: 1px solid #eee;
  }

  /* 카드스타일 해제 */
  .card-tool {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
  }
  /* 스토리 카드스타일 해제 */
  .sns_story {
    width: 100%;
    margin: 0;
    border: none;
    border-radius: 0px;
    padding: 0px;
    margin-bottom: 0px;
  }
  .block_box {
    padding: 1.5625rem 0 !important;
  }

/* 디테일 */
@media only screen and (max-width: 380px) {
  .title {
    font-size: 14px;
  }
  .like,
  .view {
    font-size: 10px;
  }
}
