@charset "UTF-8";
/*** 댓글 ***/
.md-comment {
  padding-top: 15px;
  border-top: solid 1px var(--reply-black);
  /* 아이콘 */
  /* 공통 */
  /* 옵션 박스 */
  /* 댓글 레이아웃 */
  /* 입력창 */
  /* 답글 */
  /** MY 댓글 **/
}
.md-comment .ic-re {
  display: block;
  background-image: var(--background-url);
  background-size: var(--background-size);
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  line-height: 0;
  overflow: hidden;
  width: 16px;
  height: 16px;
  background-position: -66px -44px;
  margin-right: 8px;
}
.md-comment [class^=sns-] {
  display: block;
  background-image: var(--background-url);
  background-size: var(--background-size);
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  line-height: 0;
  overflow: hidden;
  width: 12px;
  height: 12px;
  margin-right: 8px;
}
.md-comment .sns-news {
  background-position: -110px -68px;
}
.md-comment .sns-apple {
  background-position: -110px 0px;
}
.md-comment .sns-google {
  background-position: -110px -17px;
}
.md-comment .sns-kakao {
  background-position: -110px -34px;
}
.md-comment .sns-naver {
  background-position: -110px -51px;
}
.md-comment a {
  color: inherit;
}
.md-comment .md-option {
  position: relative;
}
.md-comment .md-option .btn {
  display: inline-block;
  vertical-align: top;
  padding: 20px 15px 15px;
  margin: 0 -15px;
  font-size: var(--reply-font-s);
  color: #666;
}
.md-comment .md-option .btn .ic {
  display: block;
  text-indent: -99999em;
  line-height: 0;
  overflow: hidden;
}
.md-comment .md-option .btn .ic:after {
  display: block;
  background-image: var(--background-url);
  background-size: var(--background-size);
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  line-height: 0;
  overflow: hidden;
  width: 16px;
  height: 16px;
  background-position: -63px -66px;
  margin-left: 10px;
  content: "";
}
.md-comment .md-option .layer {
  display: none;
  position: absolute;
  top: 40px;
  right: -10px;
  min-width: 100px;
  max-width: 200px;
  padding: 0;
  border: 1px solid var(--reply-neutral-70);
  background: var(--reply-white);
  border-radius: 6px;
  z-index: 100;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.md-comment .md-option .layer .item {
  font-size: var(--reply-font-s);
  cursor: pointer;
  padding: 0 20px;
  height: 37px;
  line-height: 38px;
  color: var(--reply-neutral-50);
}
.md-comment .md-option .layer .item:hover {
  color: var(--reply-black);
}
.md-comment .md-option.sort .btn .ic {
  display: flex;
  align-items: center;
  text-indent: 0;
  line-height: 1;
}
.md-comment .md-option.sort .btn .ic:after {
  display: block;
  background-image: var(--background-url);
  background-size: var(--background-size);
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  line-height: 0;
  overflow: hidden;
  width: 12px;
  height: 12px;
  background-position: -84px -87px;
  margin-left: 10px;
  content: "";
}
.md-comment .md-option .btn-more {
  padding: 13px 0 10px;
}
.md-comment .md-option .btn-more .ic {
  display: flex;
  align-items: center;
  color: var(--reply-black);
  font-size: var(--reply-font-s);
}
.md-comment .md-option .btn-more .ic:after {
  display: block;
  background-image: var(--background-url);
  background-size: var(--background-size);
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  line-height: 0;
  overflow: hidden;
  width: 16px;
  height: 16px;
  background-position: 0 -66px;
  margin-left: 10px;
  content: "";
}
.md-comment .md-option .btn-more.active .ic:after {
  background-position: -42px -66px;
}
.md-comment .md-option.open .layer {
  display: block;
}
.md-comment .md-option.open.sort .btn .ic:after {
  background-position: -110px -85px;
}
.md-comment .com-section.last {
  border-bottom: none;
  margin-bottom: -24px;
}
.md-comment .com-head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
}
.md-comment .com-head .com-tit {
  position: relative;
  display: flex;
  align-items: center;
}
.md-comment .com-head .com-tit .title {
  font-size: var(--reply-font-l);
  font-weight: normal;
}
.md-comment .com-head .com-tit .count {
  font-size: var(--reply-font-l);
  line-height: 1;
  font-weight: bold;
  color: var(--reply-primary);
  padding: 0 6px;
}
.md-comment .com-head .com-tit .w-refresh {
  position: relative;
  margin: -8px;
}
.md-comment .com-head .com-tit .refresh {
  padding: 8px;
}
.md-comment .com-head .com-tit .refresh .ic {
  display: block;
  background-image: var(--background-url);
  background-size: var(--background-size);
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  line-height: 0;
  overflow: hidden;
  width: 20px;
  height: 20px;
  background-position: -29px -37px;
}
.md-comment .com-head .com-tit .layer-tooltip {
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  margin: 5px 0 0 16px;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  border-radius: 8px;
  font-size: var(--reply-font-s);
  color: var(--reply-white);
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  will-change: opacity;
  transition: opacity 0.2s ease, visibility 0s linear 0.2s;
}
.md-comment .com-head .com-tit .layer-tooltip:before {
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.8);
  border-top: none;
  content: "";
}
.md-comment .com-head .com-tit .layer-tooltip.show {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s ease, visibility 0s;
}
.md-comment .com-head .btn-my {
  border-radius: 100px;
  padding: 0 10px;
  background: var(--reply-primary-opacity);
  font-size: var(--reply-font-s);
  color: var(--reply-primary);
}
.md-comment .com-head .btn-my .ic {
  height: 36px;
  display: flex;
  align-items: center;
  margin-left: 4px;
}
.md-comment .com-head .btn-my .ic:after {
  display: block;
  background-image: var(--background-url);
  background-size: var(--background-size);
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  line-height: 0;
  overflow: hidden;
  width: 16px;
  height: 16px;
  background-position: -66px -23px;
  content: "";
}
.md-comment .com-head .btn-write {
  display: none;
  border-radius: 100px;
  padding: 0 16px;
  background: var(--reply-primary-opacity);
  font-size: var(--reply-font-s);
  color: var(--reply-white);
  background: var(--reply-primary);
}
.md-comment .com-head .btn-write .ic {
  height: 36px;
  display: flex;
  align-items: center;
}
.md-comment .com-head .btn-close-layer {
  display: none;
  position: absolute;
  top: 0;
  right: 18px;
  padding: 23px;
}
.md-comment .com-head .btn-close-layer .ic {
  display: block;
  background-image: var(--background-url);
  background-size: var(--background-size);
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  line-height: 0;
  overflow: hidden;
  width: 18px;
  height: 18px;
  background-position: -66px 0px;
}
.md-comment .w-comment-list {
  margin-top: 20px;
}
.md-comment .md-write-area .input-active {
  display: none;
}
.md-comment .md-write-area .input-active .placeholder {
  display: block;
}
.md-comment .md-write-area .input-active.active .placeholder {
  display: none;
}
.md-comment .md-write-area .input-active.active .btn-submit {
  background: var(--reply-primary);
}
.md-comment .md-write-area.open .input-default {
  display: none;
}
.md-comment .md-write-area.open .input-active {
  display: block;
}
.md-comment .input-default {
  display: flex;
  align-items: center;
  height: 46px;
  padding: 0 28px 0 24px;
  box-sizing: border-box;
  border-radius: 100px;
  background: var(--reply-neutral-90);
  font-size: var(--reply-font-default);
  cursor: text;
}
.md-comment .input-default .placeholder {
  color: var(--reply-neutral-50);
}
.md-comment .input-active {
  padding: 0 20px 16px 20px;
  box-sizing: border-box;
  border-radius: 12px;
  background: var(--reply-neutral-90);
  font-size: var(--reply-font-default);
}
.md-comment .input-active .btn-option .ic {
  display: block;
  background-image: var(--background-url);
  background-size: var(--background-size);
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  line-height: 0;
  overflow: hidden;
  width: 16px;
  height: 16px;
  background-position: 0px -60px;
}
.md-comment .input-active .com-bt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}
.md-comment .input-active .com-bt .count {
  font-size: var(--reply-font-xs);
  color: var(--reply-neutral-50);
}
.md-comment .input-active .com-bt .count .current {
  color: var(--reply-black);
}
.md-comment .input-active .com-bt .btn-submit {
  margin-right: -4px;
  height: 34px;
  line-height: 34px;
  background: var(--reply-neutral-70);
  border-radius: 100px;
  padding: 0 16px;
  font-size: var(--reply-font-s);
  color: var(--reply-white);
}
.md-comment .write-area {
  position: relative;
}
.md-comment .write-area .placeholder {
  position: absolute;
  z-index: 1;
  height: 104px;
  font-size: var(--reply-font-default);
  line-height: 1.5;
  color: var(--reply-neutral-50);
  cursor: text;
}
.md-comment .write-area .input-write {
  width: 100%;
  overscroll-behavior: contain;
  height: 104px;
  max-height: 200px;
  background: none;
  resize: none;
  border: none;
  font-size: var(--reply-font-default);
  line-height: 1.5;
  color: var(--reply-black);
  font-family: SpoqaHanSans, "Apple SD Gothic Neo", "Malgun Gothic", "Dotum", Arial, sans-serif;
}
.md-comment .write-area .input-write:focus {
  outline: none;
  border: none;
}
.md-comment .md-user {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.md-comment .md-user .user {
  display: flex;
  align-items: center;
  padding: 20px 0 12px;
}
.md-comment .md-user .name {
  font-size: var(--reply-font-s);
  margin-right: 6px;
}
.md-comment .md-user .date {
  font-size: var(--reply-font-s);
  color: var(--reply-neutral-50);
}
.md-comment .md-user .txt {
  font-size: 13px;
  padding: 8px;
  font-weight: normal;
}
.md-comment .com-notice {
  font-size: var(--reply-font-s);
  line-height: 1.4;
  color: var(--reply-neutral-50);
}
.md-comment .com-notice .notice-tit .subject {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 16px 0 8px 4px;
  margin-bottom: -8px;
  box-sizing: border-box;
}
.md-comment .com-notice .notice-tit .subject .tit {
  margin-right: 4px;
  flex: 0 0 auto;
}
.md-comment .com-notice .notice-tit .subject .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 20px;
}
.md-comment .com-notice .notice-tit .subject:after {
  position: absolute;
  top: 16px;
  right: 0;
  display: block;
  background-image: var(--background-url);
  background-size: var(--background-size);
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  line-height: 0;
  overflow: hidden;
  width: 16px;
  height: 16px;
  background-position: -89px 0px;
  content: "";
}
.md-comment .com-notice .notice-detail {
  display: none;
  padding-left: 4px;
}
.md-comment .com-notice .notice-detail .link {
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
  text-decoration: underline;
  text-underline-position: under;
}
.md-comment .com-notice.open .subject {
  margin-bottom: 0;
}
.md-comment .com-notice.open .subject:after {
  background-position: -63px -87px;
}
.md-comment .com-notice.open .notice-detail {
  display: block;
}
.md-comment .btn-delete-my {
  display: flex;
  align-items: center;
  padding: 0 8px;
  height: 25px;
  border-radius: 4px;
  color: var(--reply-error);
  background: rgba(239, 28, 66, 0.04);
  font-size: var(--reply-font-xs);
}
.md-comment .btn-comment-all {
  margin: 32px auto 0;
  display: flex;
  align-items: center;
  height: 44px;
  border-radius: 100px;
  border: solid 1px var(--reply-neutral-70);
  padding: 0 24px;
}
.md-comment .btn-comment-all .ic {
  font-size: var(--reply-font-s);
  color: var(--reply-black);
  display: flex;
  align-items: center;
}
.md-comment .btn-comment-all .ic:after {
  display: block;
  background-image: var(--background-url);
  background-size: var(--background-size);
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  line-height: 0;
  overflow: hidden;
  width: 16px;
  height: 16px;
  background-position: -21px -66px;
  content: "";
  margin-left: 4px;
}
.md-comment .com-sort {
  display: flex;
}
.md-comment .com-sort .md-option {
  margin-left: auto;
}
.md-comment .com-bot {
  display: flex;
  align-items: center;
  height: 40px;
  border-radius: 8px;
  background: var(--reply-primary-opacity);
  padding: 0 16px;
}
.md-comment .com-bot .ic-bot {
  display: block;
  background-image: var(--background-url);
  background-size: var(--background-size);
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  line-height: 0;
  overflow: hidden;
  width: 24px;
  height: 24px;
  background-position: -37px 0px;
  margin-right: 10px;
}
.md-comment .com-bot .txt {
  font-size: var(--reply-font-s);
}
.md-comment .com-section {
  border-bottom: solid 1px var(--reply-neutral-80);
  padding-bottom: 24px;
}
.md-comment .com-section .md-com-text {
  font-size: var(--reply-font-default);
  line-height: 1.6;
  color: var(--reply-black);
  word-break: break-word;
}
.md-comment .com-section .md-com-text.hate {
  font-size: var(--reply-font-default);
  line-height: 1.6;
  color: var(--reply-neutral-50);
}
.md-comment .md-action {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.md-comment .md-action .btn-reply {
  display: flex;
  align-items: center;
  height: 32px;
  border: solid 1px var(--reply-neutral-70);
  border-radius: 100px;
  padding: 0 14px;
}
.md-comment .md-action .btn-reply .txt {
  font-size: var(--reply-font-s);
  color: var(--reply-neutral-30);
  font-weight: normal;
}
.md-comment .md-action .btn-reply .count {
  font-size: var(--reply-font-s);
  font-weight: bold;
  color: var(--reply-primary);
  margin-left: 4px;
}
.md-comment .md-action .btn-like {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 4px;
}
.md-comment .md-action .btn-like [class^=btn-thumb-] {
  display: flex;
  align-items: center;
  padding: 10px 0;
  margin: -10px 0;
}
.md-comment .md-action .btn-like [class^=btn-thumb-] .ic {
  display: block;
  background-image: var(--background-url);
  background-size: var(--background-size);
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  line-height: 0;
  overflow: hidden;
  width: 16px;
  height: 16px;
  background-position: -42px -87px;
  margin-right: 4px;
}
.md-comment .md-action .btn-like [class^=btn-thumb-] .count {
  font-size: var(--reply-font-s);
  color: var(--reply-neutral-50);
}
.md-comment .md-action .btn-like .btn-thumb-up.active .ic {
  background-position: -21px -87px;
}
.md-comment .md-action .btn-like .btn-thumb-up.active .count {
  color: var(--reply-black);
}
.md-comment .md-action .btn-like .btn-thumb-down {
  margin-left: 16px;
}
.md-comment .md-action .btn-like .btn-thumb-down .ic {
  background-position: 0px -87px;
}
.md-comment .md-action .btn-like .btn-thumb-down.active .ic {
  background-position: -89px -63px;
}
.md-comment .com-reply {
  display: none;
}
.md-comment .com-reply.open {
  display: block;
}
.md-comment .com-reply .reply-write {
  position: relative;
  margin-top: 20px;
}
.md-comment .reply-section {
  border-bottom: solid 1px var(--reply-neutral-80);
  margin-bottom: -1px;
  padding-bottom: 20px;
}
.md-comment .reply-section .md-action {
  padding: 16px 0 0;
}
.md-comment .com-btn-more + .reply-write {
  margin-top: 10px;
}
.md-comment .btn-reply-more {
  display: flex;
  width: 100%;
  padding: 15px 0 19px;
  align-items: center;
  justify-content: center;
  font-size: var(--reply-font-xs);
  color: var(--reply-neutral-30);
}
.md-comment .btn-reply-more.prev {
  padding: 23px 0 15px;
  border-bottom: solid 1px var(--reply-neutral-80);
}
.md-comment .btn-reply-more.prev .ic:after {
  transform: rotate(180deg);
  margin: 2px 0 0 4px;
}
.md-comment .btn-reply-more .ic {
  display: flex;
  align-items: center;
}
.md-comment .btn-reply-more .ic:after {
  display: block;
  background-image: var(--background-url);
  background-size: var(--background-size);
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  line-height: 0;
  overflow: hidden;
  width: 16px;
  height: 16px;
  background-position: 0px -66px;
  margin: -2px 0 0 4px;
  content: "";
}
.md-comment .btn-reply-close {
  display: block;
  padding: 12px 0 24px;
  width: 100%;
  text-align: center;
  font-size: var(--reply-font-xs);
  color: var(--reply-neutral-30);
}
.md-comment .w-comment-my {
  margin-top: -25px;
}
.md-comment .w-comment-my .com-sort {
  padding-bottom: 10px;
}
.md-comment .w-comment-my .md-user .user {
  padding: 13px 0 3px;
}
.md-comment .w-comment-my .md-user .date {
  font-size: var(--reply-font-xs);
}
.md-comment .w-comment-my .my-head {
  border-bottom: solid 1px var(--reply-neutral-80);
  margin: 0 -20px;
}
.md-comment .w-comment-my .my-tit {
  position: relative;
  height: 64px;
  width: 400px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.md-comment .w-comment-my .my-tit .title {
  font-weight: normal;
}
.md-comment .w-comment-my .my-count {
  margin: -8px 0 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--reply-font-s);
}
.md-comment .w-comment-my .my-count .count {
  color: var(--reply-primary);
  font-weight: normal;
  padding-left: 8px;
}
.md-comment .w-comment-my .btn-close-mycomment {
  position: absolute;
  top: 0;
  right: 0;
  padding: 23px 20px;
}
.md-comment .w-comment-my .btn-close-mycomment .ic {
  display: block;
  background-image: var(--background-url);
  background-size: var(--background-size);
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  line-height: 0;
  overflow: hidden;
  width: 18px;
  height: 18px;
  background-position: -66px 0px;
}
.md-comment .w-comment-my .btn-prev-layer {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
}
.md-comment .w-comment-my .btn-prev-layer .ic {
  display: block;
  background-image: var(--background-url);
  background-size: var(--background-size);
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  line-height: 0;
  overflow: hidden;
  width: 24px;
  height: 24px;
  background-position: 0px -37px;
}
.md-comment .w-comment-my .md-option .btn {
  padding: 24px 20px 0;
}
.md-comment .w-comment-my .md-action {
  padding: 10px 0 4px;
  height: 32px;
}
.md-comment .w-comment-my .md-action .btn-reply {
  border: none;
  margin-left: -14px;
}
.md-comment .w-comment-my .md-action .btn-like [class^=btn-thumb-] {
  cursor: default !important;
}
.md-comment .w-comment-my .com-section {
  padding-bottom: 20px;
}
.md-comment .w-comment-my .com-section:last-child {
  border: none;
  padding-bottom: 0;
}
.md-comment .md-news-box .news {
  display: flex;
  align-items: center;
  padding: 12px;
  border: solid 1px var(--reply-neutral-70);
  border-radius: 8px;
}
.md-comment .md-news-box .thumb {
  flex: 0 0 120px;
  display: block;
  width: 120px;
  height: 67px;
  border-radius: 8px;
  overflow: hidden;
}
.md-comment .md-news-box .thumb img {
  display: block;
  width: 100%;
}
.md-comment .md-news-box .sub {
  margin-left: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.md-comment .my-comment-empty {
  display: flex;
  align-items: center;
  justify-content: center;
}
.md-comment .my-comment-empty .txt {
  font-size: var(--reply-font-default);
  color: var(--reply-neutral-50);
}
.md-comment .my-comment-empty .txt:before {
  display: block;
  background-image: var(--background-url);
  background-size: var(--background-size);
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  line-height: 0;
  overflow: hidden;
  width: 32px;
  height: 32px;
  background-position: 0px 0px;
  content: "";
  margin: 0 auto 20px;
}

/* [레이어] 댓글 모듈 / 사이드 */
.layer-side-comment {
  position: fixed;
  top: 0;
  right: -400px;
  bottom: 0;
  width: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  box-shadow: -4px 0px 32px 0px rgba(0, 0, 0, 0.0784313725);
  z-index: 999997;
  padding: 0 20px 40px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  height: 100vh;
}
.layer-side-comment.open {
  right: 0;
}
.layer-side-comment.front {
  z-index: 999998;
}
.layer-side-comment .md-comment {
  border-top: none;
  padding-top: 25px;
}
.layer-side-comment .md-comment .com-head {
  padding: 0 38px 0 0;
  box-sizing: border-box;
  background: #fff;
}
.layer-side-comment .md-comment .com-head .btn-close-layer {
  display: block;
}
.layer-side-comment .md-comment .com-head .btn-close-layer {
  right: -20px;
}
.layer-side-comment .md-comment .com-notice {
  font-size: var(--reply-font-xs);
}
.layer-side-comment .md-comment .com-notice .subject {
  padding: 12px 0 8px 2px;
  margin-bottom: -18px;
}
.layer-side-comment .md-comment .com-notice .subject:after {
  top: 12px;
}
.layer-side-comment .md-comment .com-notice.open .subject {
  margin-bottom: 0;
}
.layer-side-comment .md-comment .com-notice.open .notice-detail {
  padding-left: 2px;
}
.layer-side-comment .md-comment .md-option .btn {
  font-size: var(--reply-font-xs);
}
.layer-side-comment .com-btn-all {
  display: none;
}
.layer-side-comment .my-comment-empty {
  height: calc(100vh - 180px);
}

#comment-fetch-layer.sticky .md-comment {
  padding-top: 64px;
}
#comment-fetch-layer.sticky .com-head {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
  border-bottom: solid 1px var(--reply-neutral-80);
  width: 400px;
  padding: 0 58px 0 20px;
  box-sizing: border-box;
}
#comment-fetch-layer.sticky .com-head .btn-my {
  display: none;
}
#comment-fetch-layer.sticky .com-head .btn-write {
  display: block;
}
#comment-fetch-layer.sticky .com-head .btn-close-layer {
  right: 0;
}

#comment-fetch-my.sticky .my-head {
  padding-top: 64px;
}
#comment-fetch-my.sticky .my-head .my-tit {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
  background: #fff;
  border-bottom: solid 1px var(--reply-neutral-80);
}

/*** 모바일 ***/
@media (max-width: 768px) {
  .layer-side-comment {
    width: 100%;
    right: -120%;
  }
  .layer-side-comment.open {
    right: 0;
  }
  .layer-side-comment .md-comment .md-option .btn {
    font-size: var(--reply-font-s);
  }
  .layer-side-comment .md-comment .com-notice {
    font-size: var(--reply-font-s);
  }
  .layer-side-comment .md-comment .com-notice .notice-tit .subject {
    padding: 16px 0 8px 4px;
  }
  .layer-side-comment .md-comment .com-notice .notice-tit .subject:after {
    top: 16px;
  }
  #comment-fetch-layer.sticky .com-head {
    width: 100%;
  }
  #comment-fetch-layer .md-comment {
    padding-top: 0;
  }
  .md-comment .w-comment-my .my-tit {
    width: 100%;
  }
  .md-comment .com-notice.open .subject .txt {
    white-space: unset;
  }
  .md-comment .com-notice.open .notice-detail {
    padding-left: 2px;
  }
  .md-comment .md-option.sort .btn .ic:after {
    margin-top: -2px;
  }
  .md-comment .com-head .com-tit .count {
    padding-top: 1px;
  }
  .md-comment .com-head .btn-my .ic {
    padding-top: 1px;
  }
  .md-comment .com-head .btn-my .ic:after {
    margin-top: -2px;
  }
  .md-comment .md-action .btn-reply .txt, .md-comment .md-action .btn-reply .count {
    padding-top: 1px;
  }
  .md-comment .md-action .btn-like [class^=btn-thumb-] .count {
    padding-top: 1px;
  }
  .md-comment .btn-comment-all .ic {
    padding-top: 1px;
  }
  .md-comment .btn-comment-all .ic:after {
    margin-top: -2px;
  }
  .md-comment .com-section.com-hate .md-option .btn-more .ic:after {
    margin-top: -4px;
  }
}