@charset "utf-8";

.my-menu {
	margin-top: 20px;
	padding: 0 25px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.my-menu-button {
	vertical-align: middle;
	display: inline-block;
}

.my-menu-button i {
	width: 32px;
	height: 32px;
	background-image: url("../img/common/icon-search.png");
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
}

.my-menu-button i.icon-cart {
  background-image: url("../img/common/icon-cart.png");
}
.my-menu-button b {
  margin-left: 6px;
  font-size: 18px;
  letter-spacing: -0.6px;
}
.post-contents {
  position: relative;
  overflow: hidden;
}
.container--list-page {
  width: 1160px;
  margin: 60px auto 0;
  min-height: calc(100vh - 370px);
}
.container--list-page .title {
  font-size: 36px;
  line-height: 43px;
  font-weight: 700;
}
.container--list-page .description {
  margin-top: 20px;
  font-size: 18px;
  line-height: 27px;
}

.container--list-page .tag-list {
  overflow: hidden;
  margin-top: 30px;
}

.container--list-page .tag-list li {
  border: 1px solid #dadce0;
  display: inline-block;
  margin-right: 10px;
  border-radius: 4px;
}

.container--list-page .tag-list li button {
  padding: 8px 14px;
  font-weight: 500;
  color: #9b9da3;
  font-size: 14px;
  font-weight: 500;
}

.container--list-page .tag-list li.active {
  border-color: #000;
  background: #000;
}

.container--list-page .tag-list li.active button {
  color: #fff;
}

.container--list-page .posts-list {
  overflow: hidden;
  padding-top: 30px;
}
.container--list-page .posts-list + .posts-list {
  border-top:1px solid #dadce0;
  padding-top:60px;
}
.container--list-page .posts-list li {
  width: calc((100% - 64px) / 3);
  position: relative;
}

.container--list-page .posts-list .posts-wrap {
  display: flex;
  flex-wrap: wrap;
  gap:64px 32px;
  margin-bottom: 64px;
}

.container--list-page .posts-list .posts-wrap.collapse {
  display: none;
}

.container--list-page .posts-list.list--width li {
  height: auto;
  min-height: 250px;
}
.container--list-page .posts-list li .flag {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 100;
}
.container--list-page .posts-list li .thumbnail {
  overflow: hidden;
  width: 100%;
  border-radius: 6px;
  height: 228px;
}
.container--list-page.magazine .posts-list li .thumbnail{
	height: 228px;
}
.container--list-page .posts-list.list--width li .thumbnail {
  height: 156px;
}
.container--list-page .posts-list li .thumbnail img {
  position: relative;
  min-width: 100%;
}
.container--list-page .posts-list li .text-box {
  position: absolute;
  bottom: 22px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 30px;
  color: #fff;
}
.container--list-page .posts-list.list--width li .text-box {
  position: static;
  bottom: unset;
  left: unset;
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: -0.9px;
  text-align: left;
  color: #000;
  padding: 0;
}
.container--list-page .posts-list li:nth-child(3n) {
  margin-right: 0;
}
.container--list-page .posts-list li .title {
  margin-top: 14px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: -0.9px;
  white-space: pre-line;
  color: #fff;
}
.container--list-page .posts-list.list--width li .title {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: -0.9px;
  text-align: left;
  color: #000;
}

.container--list-page .posts-list li .place {
	font-size: 12px;
	margin-top: 8px;
    color: #fff;
}

.container--list-page .posts-list.list--width li .place {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.7px;
  text-align: left;
  color: #525357;
}
.container--list-page .posts-list li .new-label {
  width: 43px;
  line-height: 22px;
  color: #000;
  background: #fff;
  font-size: 12px;
  z-index: 9;
  font-weight: 700;
  border-radius: 4px;
  text-align: center;
}

.container--list-page .collapse-button {
  width: 100%;   
  max-width: 420px;
  height: 60px;
  box-sizing: border-box;
  border-radius: 4px;
  border:1px solid #525357;
  cursor: pointer;
  text-align: center;
  margin: 50px auto 0;
}

.container--list-page .posts-list.list--width .collapse-button {
  margin-bottom: 64px;
}

.container--list-page .collapse-button span {
  font-size: 16px;
  letter-spacing: -0.48px;
  font-weight: 500;
  line-height: 58px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.container--list-page .collapse-button span::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: -2px;
  background: url('../img/common/collapse-icon@2x.png') no-repeat center / 100%;
}

.container--list-page .collapse-button.open span::after {
  transform: rotate(180deg);
  margin-top: -3px;
}

.container--detail-page {
  width: 100%;
  margin: 0 auto;
}
.container--detail-page .top-image {
  height: 310px;
  width: 1160px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.container--detail-page .top-image .text-box {
  position: absolute;
  width: 700px;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 50px;
  z-index: 9;
  color: #fff;
}
.container--detail-page .top-image .text-box .title {
  font-size: 36px;
  font-weight: 700;
  white-space: pre-line;
  line-height: 41px;
  margin-bottom: 8px;
  max-width: 90%;
}
.container--detail-page .top-image .text-box .place {
  font-size: 16px;
  margin-top: 10px;
  font-weight: 500;
}
.container--detail-page .top-image .text-box .source {
  display: inline-block;
  width: 100%;
  opacity: 0.7;
  font-family: Pretendard;
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.65px;
  text-align: left;
  color: #fff;
  margin-bottom: 26px;
}
.container--detail-page .top-image .text-box .additional-text {
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: -0.8px;
  text-align: left;
  color: #fff;
}
.container--detail-page .top-image img {
  min-width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.container--detail-page .inner {
  /*width: 700px;*/
  margin: 50px auto 0;
}
.container--detail-page .inner .detail-header .title {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -1.4px;
}
.container--detail-page .inner .detail-header .name {
  margin-top: 16px;
  font-size: 16px;
  color: #525357;
}
.container--detail-page .description__article {
  margin-bottom: 70px;
}
.container--detail-page .description__article:last-of-type {
  margin-bottom: 80px;
}
.container--detail-page .description__article .main-title {
  margin-bottom: 14px;
  font-family: Pretendard;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -1.1px;
  text-align: left;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: left;
}
.container--detail-page .image-caption {
  display: inline-block;
  width: 100%;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.7px;
  text-align: left;
  color: #9d9d9d;
  margin-top: 8px;
  margin-bottom: 40px;
}
.container--detail-page .description__article .sub-title {
  font-family: Pretendard;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: -0.75px;
  text-align: left;
  color: #000;
  font-weight: bold;
}
.container--detail-page .description__article .sub-text {
  display: inline-block;
  width: 100%;
  font-family: Pretendard;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: -0.75px;
  text-align: left;
  color: #000;
}
.container--detail-page .description__article .sub-text + img {
  margin-top: 50px;
}
.container--detail-page .description__article .sub-text span {
  display: inline-block;
  width: 100%;
}
.container--detail-page .inner .description .main-title:before {
  content: "";
  display: inline-block;
  clear: both;
  width: 3px;
  height: 20px;
  background: #000;
  margin-right: 9px;
}
.container--detail-page .inner .description p span {
  font-size: 14px;
  letter-spacing: -0.7px;
  color: #babcc2;
  vertical-align: middle;
}
.container--detail-page .inner .description p i {
  margin: 0 4px 0 16px;
  width: 18px;
  height: 18px;
  background: url("../img/library/icon-view.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.container--detail-page .inner .post-contents .post-name {
  font-size: 11px;
  font-weight: 500;
  color: #9d9d9d;
}
.container--detail-page .inner .post-contents img {
  width: 100%;
}
.container--detail-page .inner .post-contents img + img {
  margin-top: 10px;
}
.container--detail-page .inner .post-contents .description p {
  font-size: 15px;
  color: #111;
  line-height: 26px;
  letter-spacing: -0.75px;
  word-break: keep-all;
  margin-bottom: 50px;
  text-align: left;
}
.container--detail-page .inner .post-contents .notice {
  margin-top: 40px;
  background: #f6f6f6;
  padding: 18px 20px;
  color: #8d8d8d;
  font-size: 12px;
  letter-spacing: -0.48px;
}
.container--detail-page .inner .banner-image {
  height: 80px;
  margin-top: 60px;
  overflow: hidden;
}
.advertisement {
  width: 100%;
  min-height: 54px;
  flex-grow: 0;
  padding: 18px 20px;
  box-sizing: border-box;
  text-align: center;
  background-color: #f6f6f6;
  margin-bottom: 60px;
}
.advertisement ul li {
  font-family: Pretendard;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.48px;
  text-align: center;
  color: #8d8d8d;
}
.container--detail-page .inner .comment-container {
  margin-top: 50px;
}

.recommend-container {
  margin-top: 80px;
}
.recommend-container > .title {
  font-size: 28px;
  font-weight: 700;
}

.recommend-list {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.recommend-list li {
  width: calc((100% - 8px) / 2);
  overflow: hidden;
  border-radius: 6px;
  position: relative;
  height: 160px;
}
.recommend-list li .text-box {
  position: absolute;
  bottom: 16px;
  left: 20px;
  right: 20px;
  color: #fff;
}
.recommend-list li button {
  width: 48px;
  line-height: 23px;
  color: #000;
  background: #fff;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
}

.recommend-list li img {
  width: 100%;
}
.recommend-list li .title {
  margin-top: 14px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #fff;
}
.recommend-list li .place {
  margin-top: 10px;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
}
.post-contents--hasTitle h3 {
  font-family: Pretendard;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -1.4px;
  text-align: left;
  color: #000;
  margin-bottom: 16px;
}
.reviewTalk .post-contents--hasTitle h3 {
  max-width: 85%;
}
.post-contents--hasTitle .post-name {
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.64px;
  text-align: left;
  color: #525357;
  margin-bottom: 10px;
}
.sub-info {
  width: 100%;
  margin-bottom: 50px;
  text-align: left;
}
.sub-info .post-date,
.count em {
  display: inline-block;
  float: left;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.7px;
  text-align: left;
  color: #babcc2;
}
.sub-info .post-date {
  margin-right: 16px;
}
.sub-info .count i {
  display: inline-block;
  float: left;
  width: 18px;
  height: 18px;
  background: url(../img/common/icn_view_disable.png) no-repeat;
  background-position: center;
  background-size: 90%;
  margin-right: 2px;
}
.ad-info {
  padding: 18px 20px;
  background-color: #f6f6f6;
  font-family: Pretendard;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.48px;
  text-align: left;
  color: #8d8d8d;
  margin-top: 40px;
  margin-bottom: 60px;
}
.banner-list {
  margin-bottom: 10px;
}
@media (min-width: 1160px){
	.container--detail-page .recommend-list li:first-child{ margin-right:8px; }
	.magazine.container--list-page .posts-list li{width:calc((100% - 20px) /3); }
  .magazine.container--list-page .posts-list .posts-wrap {column-gap: 10px;}
} 
@media (max-width: 768px) {
  .post-contents {
    width: 100%;
    box-sizing: border-box;
    /*padding: 0 20px;*/
    overflow: hidden;
  }
  .container--list-page {
    width: 100%;
    padding-left: 20px;
	padding-right:20px;
    box-sizing: border-box;
    margin: 0 auto;
    padding-top: 27px;
    border-top: 1px solid #dadce0;
  }
  .container--list-page .title{
		font-size:22px;
  }
  .post-contents--hasTitle h3 {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: -0.9px;
    text-align: left;
    color: #000;
  }
  .sub-info {
    margin-bottom: 59px;
  }
  .sub-info span,
  .sub-info em {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: -0.48px;
    text-align: left;
    color: #b9b9b9;
  }
  .container--list-page .posts-list li .title {
    font-size: 20px;
    font-weight: 800;
    line-height: 26px;
  }
  .container--list-page .description {
    font-size: 14px;
    margin-top: 10px;
    line-height: 21px;
  }
  .container--list-page .filter {
    margin-top: 35px;
  }
  .container--list-page .filter li button i {
    width: 15px;
    height: 15px;
  }
  .container--list-page .filter li button span {
    margin-left: 0;
    font-size: 11px;
  }
  .container--list-page .filter li + li {
    margin-left: 10px;
  }
  .container--list-page .tag-list {
		margin-top: 36px;
		overflow-x: scroll;
		white-space: nowrap;
	}
	
	.container--list-page .tag-list li button {
		padding: 5px 10px;
	}
  .container--list-page .posts-list {
    padding-top: 15px;
  }
  .container--list-page .posts-list + .posts-list {
    padding-top:40px;
    margin-top: 40px;
  }
  .container--list-page .posts-list .posts-wrap {
    gap:43px 0;
    margin-bottom:43px;
  }
  .container--list-page .posts-list li {
    width: 100%;
    height: auto;
  }
  .container--list-page.magazine .posts-list .posts-wrap {
    gap:24px 0;
    margin-bottom: 24px;
  }
  .container--list-page .posts-list li:last-child {
    margin-bottom: 0;
  }
  .container--list-page.magazine .posts-list li .thumbnail {
    height: 53.6vw;
  }

  .container--list-page .posts-list li .new-label {
    font-size: 11px;
  }

  .container--list-page .collapse-button {
    height: 50px;
    margin-top: 24px;
  }

  .container--list-page .posts-list.list--width .collapse-button { 
    margin-bottom: 0;
  }

  .container--list-page .collapse-button span {
    font-size: 14px;
    letter-spacing: -0.42px;
    line-height: 48px;
  }

  .container--list-page .collapse-button span::after {
    width: 18px;
    height: 18px;
    margin-top: -4px;
  }

  .container--detail-page {
    margin-bottom: 0;
  }
  .container--detail-page .top-image {
    width: 100%;
    height: 80vw;
  }
  .container--detail-page.reviewTalk .top-image {
    height: 31.2vw;
  }
  .container--detail-page .top-image .text-box {
    bottom: 44px;
    width: 100%;
    padding: 0 30px;
    left: 0;
    box-sizing: border-box;
    transform: none;
  }
  .container--detail-page .top-image .text-box .additional-text {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: -0.56px;
    text-align: left;
    color: #fff;
  }
  .container--detail-page .inner {
    margin-top: 40px;
    /*width: 100%;*/
  }
  .container--detail-page.reviewTalk .inner {
    margin-top: 18px;
  }
  .container--detail-page .inner .comment-container {
    margin-top: 35px;
  }
  .container--detail-page .inner .detail-header {
    padding: 0 20px;
  }
  .container--detail-page .inner .detail-header .title {
    font-size: 18px;
    line-height: 26px;
  }
  .container--detail-page .inner .detail-header .name {
    margin-top: 14px;
    font-size: 14px;
  }
  .container--detail-page .inner .detail-header .description p {
    margin-top: 14px;
  }
  .container--detail-page .inner .detail-header .description p span {
    font-size: 12px;
  }
  .container--detail-page .inner .detail-header .description p i {
    margin-left: 10px;
    margin-right: 0;
  }
  .container--detail-page .inner .post-contents .description p {
    margin-top: 20px;
  }
  .container--detail-page .inner .post-contents .notice {
    padding: 9px 16px;
    font-size: 12px;
    line-height: 18px;
    margin-top: 30px;
  }
  .container--detail-page .inner .post-contents .description p {
    margin-bottom: 36px;
  }
  .container--detail-page .description__article {
    margin-bottom: 50px;
  }
  .container--detail-page .image-caption {
    margin-bottom: 36px;
  }
  .banner-list {
    margin-bottom: 35px;
    width: 100vw;
    height: 80px;
  }
  .container--detail-page .recommend-list {
    display: block;
  }
  .container--detail-page .recommend-list li {
    width: 100%;
    margin-bottom: 11px;
    height: auto;
    border-radius: 6px;
  }
  .container--detail-page .recommend-list.recommend-list--colum-two li {
    width: calc(50% - 10px);
    margin-right: 20px;
    float: left;
    height: auto;
  }
  .container--detail-page
    .recommend-list.recommend-list--colum-two
    li:last-child {
    margin-right: 0;
  }
  .container--detail-page .recommend-list li .title {
    font-size: 18px;
    line-height: 22px;
    margin-top: 8px;
  }
  .recommend-list:not(.recommend-list--magazine) li .text-box {
    position: static;
    bottom: unset;
    left: unset;
    right: unset;
  }
  .recommend-list--magazine li .text-box {
  }
  .recommend-list li .text-box .title {
    font-family: Pretendard;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: -0.52px;
    text-align: left;
    color: #000;
  }
  .container--detail-page .recommend-list--magazine li .text-box .title {
    font-family: Pretendard;
    font-size: 18px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.72px;
    text-align: left;
    color: #fff;
  }
  .recommend-list li .text-box .place {
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.65px;
    text-align: left;
    color: #9b9da3;
  }
  .recommend-list--magazine li .text-box .place {
    font-family: Pretendard;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.58;
    letter-spacing: -0.6px;
    text-align: left;
    color: #fff;
  }
  .comment-container .reply,
  .comment-container .input-field {
    padding: 0 20px;
  }
  .comment-list li {
    /*padding: 30px 20px;*/
  }
  .recommend-container {
    margin-top: 62px;
    /*padding: 0 20px;*/
  }
  .recommend-container .thumbnail {
    height: 35vw;
    overflow: hidden;
    border-radius: 6px;
  }
  .recommend-list--magazine .thumbnail{
    height: 40.2vw;
  }
  .recommend-container > .title {
    font-size: 22px;
  }
  .recommend-list {
    margin-top: 22px;
  }
  .recommend-list li {
    width: calc((100% - 20px) / 2);
  }
  .recommend-list li .image {
    height: 133px;
    border-radius: 10px;
    overflow: hidden;
  }
  .recommend-list li .title {
    margin-top: 14px;
    font-size: 13px;
    line-height: 19px;
  }
  .recommend-list li .name {
    margin-top: 13px;
    color: #9b9da3;
    font-size: 13px;
  }

  .container--detail-page .top-image img {
    top: 0;
    left: 0;
    transform: none;
  }
  .reviewTalk .advertisement {
    margin-bottom: 50px;
  }
  .container--detail-page.reviewTalk .description__article {
    margin-bottom: 33px;
  }
  .container--list-page .posts-list.list--width li .thumbnail{
  	height:38.5vw;
  }
}
@media (max-width: 1159px) and (min-width: 769px) {
  .container--list-page {
    width: 100%;
    padding-left: 20px;
	padding-right:20px;
    box-sizing: border-box;
  }
  .container--detail-page {
    width: 100%;
  }
  .container--detail-page .top-image {
    width: 100%;
    box-sizing: border-box;
    height: auto;
  }
  .container--list-page .posts-list li {
    width: calc(50% - 0.888vw);
    margin-right: 1.666vw;
  }
  .container--list-page .posts-list li:nth-child(2n) {
    margin-right: 0;
  }
  .container--list-page .posts-list li:nth-child(3n) {
    margin-right: 1.666vw;
  }
  .container--detail-page .top-image img {
    top: unset;
    left: unset;
    transform: unset;
  }
  .container--list-page .posts-list li .title {
    font-size: 20px;
    font-weight: 800;
    line-height: 26px;
  }
  .container--detail-page .recommend-list li:first-child{ margin-right:8px; }
  .magazine.container--list-page .posts-list li{ margin-right:10px; width:calc((100% - 20px) /3); }
  .magazine.container--list-page .posts-list li:nth-child(3n){ margin-right:0; }
  .container--list-page.magazine .posts-list li .thumbnail{ height: 18.3vw; }
}
@media (max-width: 368px) {
	.container--list-page.magazine .posts-list li .thumbnail{ height: 53vw; }
}
.btn-list--icon {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 10;
}
.mo_on.btn-list--icon {
  top: 19px;
}
.btn-list--icon ul li {
  float: left;
}
.btn-list--icon ul li:first-child {
  margin-right: 12px;
}
.btn--like {
  width: 28px;
  height: 28px;
  background: url(../img/common/icn_favorite.png) no-repeat;
  background-position: center;
  background-size: contain;
}
.btn--share {
  width: 28px;
  height: 28px;
  background: url(../img/common/icn_share.png) no-repeat;
  background-position: center;
  background-size: contain;
}
.btn--like.active {
  background: url(../img/common/icn_favorite_active.png) no-repeat;
  background-position: center;
  background-size: contain;
}
.btn--share.active {
  background: url(../img/common/icn_share_active.png) no-repeat;
  background-position: center;
  background-size: contain;
}
.btn-list.one-button li button {
  border-radius: 4px;
  background-color: #000;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.45px;
  text-align: center;
  color: #fff;
}


.reviewTalk .recommend-list li > button{
	position:absolute;
	top: 43px;
	left: 20px;
}

@media( max-width:768px){
	.reviewTalk .recommend-list li button{
		position: absolute;
		top: 10px;
		left: 10px;
	}
}

.post-contents--hasTitle .category-subtxt { max-width: calc(100% - 110px); display: inline-block; font-size: 13px; color:#525357; margin-bottom:14px; }
@media (max-width:768px){
  .post-contents--hasTitle .category-subtxt { display: inline-block; color:#525357; letter-spacing: -0.6px; font-size: 12px; margin-bottom:10px; }
}

/* OBS 배너 관련 css START */
article.obs-banner-layout1 {
  width: 100%;
}
article.obs-banner-layout1 .obs-banner-btn {
  display: flex;
  width: 100%;
  border-radius: 10px;
}
article.obs-banner-layout1 .obs-banner-btn img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1160px) {
  article.obs-banner-layout1 .obs-banner-btn img.web {
    display: none;
  }
}
article.obs-banner-layout1 .obs-banner-btn img.mobile {
  display: none;
}
@media (max-width: 1160px) {
  article.obs-banner-layout1 .obs-banner-btn img.mobile {
    display: block;
  }
}
/* OBS 배너 관련 css END */