.do-not-scroll {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%
}

.bg-black {background-color: #000;}

.dev-mode {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  z-index: -1;
}
.dev-mode span {
  color: #fff;
  background-color: #f39c12;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 0.5rem 1rem;
  font-weight: bold;
  font-family: Consolas, "Courier New";
}
.content-block {
  width: 200px; 
  height: 200px; 
  background-color: #000; 
  border-radius: 6px; 
  display: flex; 
  flex-direction: column; 
  align-items: center; 
  justify-content: center; 
  opacity: 0.5;
  color: #f8f9fa;
  user-select: none;
  letter-spacing: -1px;
  box-shadow: 0px 0px 20px 0px #bbbbbb;
}
.user-bg {
  overflow: hidden;
}

.user-bg:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('/common/images/background.png');
  background-position: center;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.2;
}

.home-text-1 {
  font-family: 'NanumSquare', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 36px;
  letter-spacing: 4px;
  color: #D5A744;
  text-align: center;
  line-height: 50px;
}
.home-text-2 {
  font-family: 'Noto Sans KR';
  font-weight: 700;
  font-style: normal;
  font-size: 99px;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
}
.home-text-3 {
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  color: #FFFFFF;
  text-align: center;
}
.home-text-4 {
  font-family: 'Noto Sans KR';
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  color: #7F7F7F;
  text-align: justify;
  text-justify: inter-word;
  line-height: 1.5;
  padding: 0 2em 0 2em; 
  text-align: justify;
}

@media (max-width: 992px) {
  .home-text-1 {
    font-size: 32px;
    letter-spacing: 1px;
    line-height: 50px;
  }
  .home-text-2 {
    font-weight: 700;
    font-size: 70px;
  }
  .home-text-3 {
    font-size: 34px;
  }
  .home-text-4 {
    font-size: 16px;
    padding: 0 0.8em 0 0.8em; 
  }
}

@media (max-width: 768px) {
  .home-text-4 {
    padding: 0 2em 0 2em; 
  }
}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 100;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 300;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 400;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 500;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 700;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 900;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');}


body {
  font-family: 'Noto Sans KR';
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.poster-auto {
  color: #f2f2f2;
}
.top-bg-dark {
  background-color: #171717;
  border-bottom: 1px solid #222;
}
.top-bg-white {
  background-color: rgb(248 249 250); 
  border-bottom: 1px solid rgba(255,255,255,0.15);
}

.top-bg-white {
  background-color: #fff;
}

.img-circle {
  border-radius: 50%;
}

.user-header {
  user-select: none;
  height: 200px;
  padding: 10px;
  text-align: center;
  background-color: #555;
}

.user-header p {
  z-index: 5;
  color: rgba(255,255,255,0.8);
  font-size: 17px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}

.user-footer {
  background-color: #f9f9f9;
  padding: 10px;
}

.user-footer::before {
  content: " ";
  display: table;
}

.user-footer::after {
  clear: both;
  content: " ";
  display: table;
}

.btn-default {
  background-color: #f4f4f4;
  color: #444;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.user-dropdown {
  position: absolute !important;
  right: 0;
  left: auto;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 1px 0 0 0;
  border-top-width: 0;
  width: 280px;
  box-shadow: none;
  border-color: #eee;
}

.user-dropdown-image {
  z-index: 5;
  height: 90px;
  width: 90px;
  border: 3px solid;
  border-color: transparent;
  border-color: rgba(255,255,255,0.2);
  border-radius: 50%;
}

.user-image {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -2px;
}

a.user-info-btn {
  text-decoration: none;
  background-color: transparent;
}

.img-auto {
  padding: .25rem;
  max-width: 100%;
  height: auto;
}

.jalan-footer-bg-dark {
  background-color: #222
}

.jalan-footer-border-dark {
  border-top: 1px solid #333;
}

.jalan-footer-border-light {
  border-top: 1px solid #eee;
}

.jalan-footer {
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.9em;
  letter-spacing: -1px;
}

.jalan-footer-muted {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .jalan-footer {
    width: 280px;
    margin: auto;
    padding-bottom: 1.5em;
  }
}
.btn-move-top-dark {
  margin: 0 auto; 
  display: inline-block; 
  padding: 2px 32px 2px 32px; 
  font-size: 10px; 
  color: #888 !important;
  background-color: #333 !important; 
  border-color: #555;
}
.btn-move-top {
  margin: 0 auto; 
  display: inline-block; 
  padding: 2px 32px 2px 32px; 
  font-size: 10px; 
  color: #888 !important;
  border-color: #555;
}

.vlay-thumbnail {
  position: relative;
  flex-shrink: 0;
}
.vlay-thumbnail-card {
  flex-shrink: 0;
  width: 100%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.vlay-thumbnail-media {
  max-width: 200px;
  max-height: 200px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media (max-width: 768px) {
  .vlay-thumbnail-media {
    max-width: 140px;
    max-height: 140px;
  }
}

.vlay-thumbnail-title {
  position: relative;
  font-size: 90%;
}

@media (max-width: 768px) {
  .vlay-thumbnail-title {
    font-size: 100%;
  }
}

.vlay-thumbnail-duration {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 4px;  
  padding: 2px 4px;
  font-size: 70%;
  letter-spacing: 0.5px;
  display: inline-flex;
  background-color: #222222e6;
  color: #f2f2f2;
}

.vlay-thumbnail-video-version {
  position: absolute;
  top: 0;
  right: 0;
  margin: 4px;
  padding: 0.25rem;
  font-size: 50%;
  display: inline-flex;
  background-color: #a4c639;
  border-radius: 50%;
}

.vlay-thumbnail-progress {
  left: 0;
  right: 0;
  -webkit-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  -moz-transition: opacity 350ms;
  transition: opacity 350ms;
}

.vlay-thumbnail-progress-bar {
  display: block;
  position: relative;
  height: 3px;
  background-color: rgba(255,255,255,.3);
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.vlay-thumbnail-progress-completed {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background-color: #e50914;
}





.thumbnail-square-grid-container {
  width: 100%;
  max-width: 935px;
  padding: 15px;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail-square-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 28px;
}

.thumbnail-square {
  position: relative;
}

.thumbnail-square:after {
  content: "";
  padding-bottom: 100%;
  display: inline-block;
  vertical-align: top;
}

.thumbnail-square-image {
  position: absolute;
  object-fit: cover;
  object-position: center;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.thumbnail-square-content {
  display: flex;
  flex-direction:column;
  justify-content:center;
  text-align: center;
  background-color: #2225;
  bottom:0;
  left:0;
  position:absolute;
  right:0;
  top:0;
  margin: auto;
  cursor: pointer;
  opacity: 0;
  text-overflow: ellipsis;
}

.thumbnail-square-content:hover {
  opacity: 1;
}
.thumbnail-square-content:active {
  opacity: 0.3;
}

.thumbnail-square .title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
}

.thumbnail-square ul {
  list-style: none;
  display: block;
  font-size: 20px;
  color: #fff;
  padding-left: 0;
  margin: 0;
}

.thumbnail-square li {
  display: inline-block;
}

.thumbnail-square li a {
  color: #fff;
  line-height: 40px;
  margin-right: 10px;
}

.thumbnail-square li:last-child a {
  margin-right: 0;
} 

@media (max-width: 768px) {
  .thumbnail-square-content {display: none;}
  .thumbnail-square-grid-container {padding: 3px 0;}
  .thumbnail-square-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3px;
  }  
  .thumbnail-square .title {font-size: 18px;margin: 0;}
  .thumbnail-square ul     {font-size: 16px;}
  .thumbnail-square ul     {font-size: 16px;}
}

@media (max-width: 576px) {
  .thumbnail-square .title {font-size: 14px;}
  .thumbnail-square ul     {font-size: 12px;}
  .thumbnail-square li a   {line-height: 8px;}
}



.studywall-container {
  margin-top: 77px;
  position: relative;
}


.studywall-slideshow {
  font-size:0px;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}

.studywall-slide {
  width:100%;
  overflow: hidden;
  display: inline-block;  
  height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  animation: moveSlideshow 60s linear infinite;
}

.studywall-banner {
  position: absolute; 
  left: 0; 
  top: 0; 
  width: 100vw; 
  height: 100%; 
  font-weight: 700; 
  text-shadow: #222 1px 0 10px;
  text-align: center; 
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 40px;
}

.studywall-banner-text {
  font-size: 60px; 
  white-space: nowrap;
  margin: 6px 32px;
}

@keyframes moveSlideshow {
  100% {
    transform: translateX(-200%);  
  }
}

@media (max-width: 768px) {
  .studywall-slide {height: 300px;}
  .studywall-banner-text {font-size: 32px;}
}

@media (max-width: 576px) {
  .studywall-slide            {height: 200px;}
  .studywall-banner-text  {font-size: 24px;}
}





.square-img-view-wrapper {
  position: fixed; top: 77px; left: 0; right: 0; bottom: 0;
  justify-content: space-between;
  overflow-y: auto;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}

.square-img-view-nav-wrapper {
  position: fixed; top: 77px; left: 0; right: 0; bottom: 0;
  pointer-events: none;
  z-index: 0;
}

.square-img-view-nav-container {
  position: fixed; top: 77px; left: 0; right: 0; bottom: 0;
  pointer-events: none;
  padding: 40px;
  margin: 0 auto;
  z-index: 1;
}

.square-img-view-nav {
  height: 100%;
  width: 100%;
  max-width: 935px;
  pointer-events: none;
  margin: 0 auto;
  position: relative;
}

.square-img-view-nav-item {
  display: block;
  margin-top: -20px;
  overflow: hidden;
  pointer-events: auto;
  position: absolute;
  top: 50%;
  cursor: pointer;
}

.square-img-view-nav-item.left {
  left: -40px
}

.square-img-view-nav-item.right {
  right: -40px
}

a.square-img-view-nav-item {
  color:rgba(255,255,255,.7);
}

a:hover.square-img-view-nav-item {
  color:rgba(255,255,255,1);
}

.square-img-view {
  position: fixed; top: 77px; left: 0; right: 0; bottom: 0;
  justify-content: space-between;
  overflow-y: auto;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}

.square-image-viewer-wrapper {
    display: flex;
    min-height: 100%;
    overflow: auto;
    width: auto;
    z-index: 1;
    font-size: 0.9em;
}

.square-image-viewer-container {
  align-items: center;
  margin: auto;
  max-width: 935px;
  pointer-events: auto;
  width: 100%;
}

.square-image-viewer-content {
  background-color: #fafafa;
  padding: 0;
  position: relative;
  width: 100%;
}

.square-image-viewer-image {
  width: calc(100% - 335px);
}
.square-image-viewer-image-item {
  background-color: #efefef;
  background-size: cover;
  background-position: center;
  display: block;
  margin-right: 335px;
  min-height: 450px;
  overflow: hidden;
  padding-bottom: 100%;
  width: 100%;
}

.sq-view-content-wrapper {
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0; /* added */
  overflow: hidden;
  line-height: 1.2em;
  border-left: 1px solid #eee;
}

.sq-view-content-header {
  align-items: center;
  border-bottom: 1px solid #efefef;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  height: 72px;
  padding: 16px;
  width: 335px;
}

.sq-view-content-profile {
  background-color: #efefef;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  flex-grow: 0;
  height: 32px;
  margin-right: 12px;
  width: 32px;
}

.sq-view-content-creator {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
}

.sq-view-content-creator .sq-name {
  font-weight: 700;
}

.sq-view-content-creator .sq-school {
  letter-spacing: -1;
}


div:hover#sq-view-content-remove {
  color: red;
}

.sq-view-content {
  position: absolute;
  top: 72px;
  bottom: 56px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  flex-grow: 1;
  height: calc(100% - 128px);
  overflow-y: scroll;
}

.sq-view-content-text {
  padding: 16px;
  /* width: 335px; */
  white-space: pre-line;
  word-break: break-all;
  text-align: justify;
}

.sq-view-content-status {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  font-size: 0.8em;
  padding: 0 16px 32px 16px;
  width: 335px;  
  color: #aaa;
}

.sq-view-content-status-item {
  margin-right: 14px;
}

.status-item-btn {
  cursor: pointer;
}
.status-item-btn:hover {
  color: #222;
}

#sq-view-content-remove:hover {
  color: #dc3545;
}

.sq-view-content-footer {
  border-top: 1px solid #efefef;
  bottom: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 56px;
  padding: 0 16px;
  position: absolute;
  right: 0;
  width: 100%;
}

#sq-view-reply-form {
  display: flex;
  flex-direction: row;
  /* flex-grow: 1; */
  flex-shrink: 1;
  position: relative;
  margin: auto 0;
}

#sq-view-reply-input {
  border: 0;
  display: flex;
  height: 18px;
  max-height: 56px;
  outline: 0;
  padding: 0;
  resize: none;
  flex-grow: 1;
  line-height: 1em;
  background-color: transparent;
}

#sq-view-reply-submit {
  border: 0;
  background: 0 0;
  height: 18px;
  color: #007bff;
  margin: auto;
  word-break: keep-all;
}

#sq-view-reply-submit:disabled {
  opacity: 0.5;
}

button:focus#sq-view-reply-submit {
  outline: none;
}




/**close button*/
.square-img-close {
  padding: 0 12px;
  top: 0;
  right: 0;
  position: absolute;
  flex: 0 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

.square-img-close-button {
  background: 0 0;
  border: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 8px;
  filter: drop-shadow( 2px 2px 6px rgba(0, 0, 0, 0.5));
}
button:focus.square-img-close-button {
  outline: 0;
}




.sq-view-reply-container {
  list-style: none;
  padding: 12px 16px;
}

.sq-view-reply-wrapper {
  display: flex;
  flex-direction: row;
}

.sq-view-reply-profile {
  background-color: #efefef;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  flex-grow: 0;
  height: 32px;
  margin-right: 12px;
  width: 32px;
}

.sq-view-reply-content {
  display: inline-block;
  flex-shrink: 1;
  min-width: 0;
  width: calc(100% - 60px);
  text-align: justify;
  white-space: pre-line;
  word-break: break-all;
}

.sq-view-reply-status {
  font-size: 80%;
  color: #aaa;
  margin-right: 14px;
  margin-top: 4px;
}

a.sq-new-button {
  text-decoration: none;
  position: absolute;
  bottom: -4px;
  right: 16px;
  width: 48px;
  border-radius: 25px;
  text-align: center;
  padding: 12px 0px;
  color: #efefef;
  background-color: #dc3545;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px;
  transition:width 0.3s ease-in-out;
}

a:active.sq-new-button {
  color: #007bff;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 12px;
}
a:hover.sq-new-button {
  color: #007bff;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 12px;
}

#sq-new-button-label {
  margin-left: 6px;
  height: 48px;
  display: none;
  overflow: hidden;
  white-space: nowrap;
}

.sq-article-fixed {
  position: absolute;
  background-color: #000;
  color: white;
  width: 28px;
  height: 28px;
  text-align: center;
  border-radius: 50%;
  bottom: 8px;
  left: 8px;
}
.sq-article-video {
  position: absolute;
  background-color: #000;
  color: white;
  width: 28px;
  height: 28px;
  text-align: center;
  border-radius: 50%;
  bottom: 8px;
  right: 8px;
}

.sq-pagenation {
  margin: 1rem 0 2rem 0;
}


/* post */
#sq-post-file {
  max-width: 400px;
}

.sq-post-thumbnail {
  width: 100%;
  padding: 8px;
}

#sq-post-form {
  max-width: 400px;
  display: flex;
  flex-grow: 1;
}

.sq-post-wrapper {
  width: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: row;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 8px 8px 12px 8px;
  padding: 24px;
  border-radius: 5px;
}

.sq-post-content {
  border: 0;
  display: flex;
  outline: 0;
  padding: 0;
  resize: none;
  flex-grow: 1;
  line-height: 1em;
  background-color: transparent;
}

#sq-post-submit:disabled {
  opacity: 0.3;
}

@media (min-width: 768px) {
  .square-image-viewer-wrapper {
    padding: 0 40px;
    pointer-events: none;
    transform: translate3d(0,0,0);
  }
  .square-image-viewer-wrapper::after, .square-image-viewer-wrapper::before {
      content: '';
      display: block;
      flex-basis: 40px;
      flex-shrink: 0;
  }
}


@media (max-width: 768px) {

  .square-image-viewer-image {
    width: auto;
  }

  .square-image-viewer-image-item {
    min-height: auto;
  }

  .sq-view-content-wrapper {
    position: relative;
  }

  .sq-view-content {
    position: relative;
    top: 0;
    bottom: 0;
    overflow-y: auto;
  }

  .sq-view-content-header {
    width: auto;
  }
  .sq-view-content-footer {
    position: relative;
  }

  .sq-view-replies {
    position: relative;
  }

  .sq-pagenation {
    margin: 1.75rem 0 2rem 0;
  }
}

/* 메인 - 강의 목록 리스트 */

.lesson-nav .left {
  left: 0px;
}
.lesson-nav .right {
  right: 0px;
}

.lesson-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #222;
}

.lesson-nav-list {
  overflow: hidden;
}

.lesson-nav-item {
  z-index: 1;
  position: absolute;
  width: 50px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.75;
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0 12px 2rem rgba(0,0,0,.35);
}
.lesson-nav-item:hover {
  opacity: 1;
}
.lesson-nav-item:active {
  color: #d5a744;
  box-shadow: 0 6px 1rem rgba(0,0,0,.5);
}

@media (max-width: 768px) {
  .lesson-nav-list {
    overflow: auto;
  }
  .lesson-nav-item {
    visibility: hidden;
    z-index: -1;
  }
}

.sq-recent-item-container {
  margin: -14px;
}

.sq-recent-item {
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  flex: 1 0 30%;
  min-width: 120px;
  margin: 14px;
  cursor: pointer;
}

a.sq-recent-header {
  color: #fff;
  font-weight: 700;
}

@media (max-width: 992px) {
  .sq-recent-item {
    margin: 1.5px;
  }
  .sq-recent-item-container {
    margin: -1.5px;
  }
  
}

.reply-footer {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 12px;
}

.reply-button:hover {
  color: #3c8dbc;
  cursor: pointer;
}

.reply-remove:hover {
  color: #dd4b39;
  cursor: pointer;
}


#sq-view-content-related {
  padding: 1rem; 
  background-color: #FFFBE5; 
  border-bottom: 1px solid #efefef;
}
#sq-view-content-related-link {
  overflow: hidden; 
  color: #5C3C00; 
  font-weight: bold;
  font-size: smaller; 
  text-overflow: ellipsis;
}

.badge-default {
  color: white;
  background-color: #858F9A;
}

.thumb {
  min-width: 64px;
  min-height: 64px;
  max-width: 64px;
  max-height: 64px;
}

.thumb-sm {
  min-width: 32px;
  min-height: 32px;
  max-width: 32px;
  max-height: 32px;
}

.video-list {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #eee;
}
.video-list-img {
  max-width: 100px;
  max-height: 70px;
}

.my-title {
  font-family: 'NanumSquare';
  font-size: 1.6rem; 
  font-weight: bold;
  margin-bottom: -6px;
}