@charset "UTF-8";


@font-face {
  font-family: 'BudBoldKR';
  src: local(※), url("/themes/budweiser/font/BudBoldKR.woff2") format("woff2"), url("/themes/budweiser/font/BudBoldKR.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fontello';
  src: url("/themes/budweiser/font/arrow.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@keyframes sprite-sheet-play {
  100% {
    background-position-x: -31146px;
  }
}

@keyframes across-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100vw);
  }
}

@keyframes across-right {
  from {
    transform: translateX(-100vw);
  }
  to {
    transform: translateX(0);
  }
}


@media screen and (max-width: 767px) {
  .posting {
    margin: 4.69361vw auto;
  }
  .posting .post-lists {
    margin-top: 0;
    margin:0;
  }
  .posting > li{margin:0;}

}
/* me */
.class_wrap .live_video{margin-bottom:90px;}
.class_wrap .posting{padding:60px 0;}
.bgColor{background-color:rgb(255,255,255,.1);}
.posting.bgColor > li .creatortips .txt-box .more-btn-wrap{background: linear-gradient(0deg, #090909 1%, transparent );}
/*  */
.posting {padding-bottom: 40px;}

.sec_title h3 {
    font-size: 42px;
    font-weight: 600;
    font-family: 'Budweiser', sans-serif;
    line-height: 1.3;
}
.sec_title p {
    font-size: 17px;
    font-weight: 400;
    font-family: 'Pretendard'
}
.posting > li {
    max-width: 1400px; margin-bottom: 100px;
}
.posting > li div.music-tbt .yt-cover {
    margin-top: 30px;
}
.posting > li div figcaption p.des {
    font-size: 17px;
}
.posting > li .creatortips > div > img {
    height: 780px;
    display: inline-block;
    margin-top: 40px;
}
.posting > li .creatortips figure > img {
    height: 780px;
    display: inline-block;
    margin-top: 40px;
}
.post-lists .creatortips .yt-cover {
    margin-top: 40px;
}
.posting > li .creatortips .txt-box ul li .yt {
    height: 700px !important;
}
.posting > li .creatortips .txt-box .radio .yt-cover {
    height: 500px !important;
    position: relative;
}
.posting > li .creatortips .txt-box .radio .yt-cover.onSc {
    height: 150px !important;
}
.posting > li .creatortips .txt-box > p {font-size: 20px;}

@media screen and (max-width: 768px){
  .posting > li .creatortips figure > img {width: 500px; height: auto;}
  .posting > li .creatortips .txt-box > p {font-size: 14px;}
  .posting > li .video figure h3 {font-size: 20px; margin: 10px 0;}
  .posting > li div figcaption p.des {font-size: 14px;}
  .posting > li .creatortips .txt-box .txt {color: #fff;}
}

.posting {
  /* min-height: 100vh;  */
  color:#fff;
  padding:0 0 10px;
}


.posting > li {
  /* width: 900px; */
  font-size: 24px;
  /*opacity:0; */
  margin: 0 auto;
  position:Relative;
}

.posting > li:last-child .notice-box {
  display: block;
}

.posting > li h3 {
}

.posting > li a {
  position: relative;
}

.posting > li a > span {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.1s linear;
  pointer-events: none;
}

.posting > li a.onClicked:hover span {
  opacity: 1;
}

.posting > li div h3,
.posting > li div .txt-box,
.posting > li div figcaption {
  width: 100%;
  margin: 0 auto;
}

.posting > li div h3 {
  width: 100%;
  font-size: 34px;
  margin: 22px auto 18px;
  text-align:left;
}

.posting > li div h3 span {
  display: inline-block;
  font-size: inherit;
  color: #fff;
}

.posting > li div h3 span:nth-child(1) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.06667s, opacity 0.3s linear 0.06667s;
}

.posting > li div h3 span:nth-child(2) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.13333s, opacity 0.3s linear 0.13333s;
}

.posting > li div h3 span:nth-child(3) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, opacity 0.3s linear 0.2s;
}

.posting > li div h3 span:nth-child(4) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.26667s, opacity 0.3s linear 0.26667s;
}

.posting > li div h3 span:nth-child(5) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.33333s, opacity 0.3s linear 0.33333s;
}

.posting > li div h3 span:nth-child(6) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, opacity 0.3s linear 0.4s;
}

.posting > li div h3 span:nth-child(7) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.46667s, opacity 0.3s linear 0.46667s;
}

.posting > li div h3 span:nth-child(8) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.53333s, opacity 0.3s linear 0.53333s;
}

.posting > li div h3 span:nth-child(9) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, opacity 0.3s linear 0.6s;
}

.posting > li div h3 span:nth-child(10) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.66667s, opacity 0.3s linear 0.66667s;
}

.posting > li div h3 span:nth-child(11) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.73333s, opacity 0.3s linear 0.73333s;
}

.posting > li div h3 span:nth-child(12) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s, opacity 0.3s linear 0.8s;
}

.posting > li div h3 span:nth-child(13) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.86667s, opacity 0.3s linear 0.86667s;
}

.posting > li div h3 span:nth-child(14) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.93333s, opacity 0.3s linear 0.93333s;
}

.posting > li div h3 span:nth-child(15) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity 0.3s linear 1s;
}

.posting > li div h3 span:nth-child(16) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 1.06667s, opacity 0.3s linear 1.06667s;
}

.posting > li div h3 span:nth-child(17) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 1.13333s, opacity 0.3s linear 1.13333s;
}

.posting > li div h3 span:nth-child(18) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s, opacity 0.3s linear 1.2s;
}

.posting > li div h3 span:nth-child(19) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 1.26667s, opacity 0.3s linear 1.26667s;
}

.posting > li div h3 span:nth-child(20) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 1.33333s, opacity 0.3s linear 1.33333s;
}

.posting > li div h3 span:nth-child(21) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s, opacity 0.3s linear 1.4s;
}

.posting > li div h3 span:nth-child(22) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 1.46667s, opacity 0.3s linear 1.46667s;
}

.posting > li div h3 span:nth-child(23) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 1.53333s, opacity 0.3s linear 1.53333s;
}

.posting > li div h3 span:nth-child(24) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s, opacity 0.3s linear 1.6s;
}

.posting > li div h3 span:nth-child(25) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 1.66667s, opacity 0.3s linear 1.66667s;
}

.posting > li div h3 span:nth-child(26) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 1.73333s, opacity 0.3s linear 1.73333s;
}

.posting > li div h3 span:nth-child(27) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 1.8s, opacity 0.3s linear 1.8s;
}

.posting > li div h3 span:nth-child(28) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 1.86667s, opacity 0.3s linear 1.86667s;
}

.posting > li div h3 span:nth-child(29) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 1.93333s, opacity 0.3s linear 1.93333s;
}

.posting > li div h3 span:nth-child(30) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 2s, opacity 0.3s linear 2s;
}

.posting > li div h3 span:nth-child(31) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 2.06667s, opacity 0.3s linear 2.06667s;
}

.posting > li div h3 span:nth-child(32) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 2.13333s, opacity 0.3s linear 2.13333s;
}

.posting > li div h3 span:nth-child(33) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 2.2s, opacity 0.3s linear 2.2s;
}

.posting > li div h3 span:nth-child(34) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 2.26667s, opacity 0.3s linear 2.26667s;
}

.posting > li div h3 span:nth-child(35) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 2.33333s, opacity 0.3s linear 2.33333s;
}

.posting > li div h3 span:nth-child(36) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 2.4s, opacity 0.3s linear 2.4s;
}

.posting > li div h3 span:nth-child(37) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 2.46667s, opacity 0.3s linear 2.46667s;
}

.posting > li div h3 span:nth-child(38) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 2.53333s, opacity 0.3s linear 2.53333s;
}

.posting > li div h3 span:nth-child(39) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 2.6s, opacity 0.3s linear 2.6s;
}

.posting > li div h3 span:nth-child(40) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 2.66667s, opacity 0.3s linear 2.66667s;
}

.posting > li div h3 span:nth-child(41) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 2.73333s, opacity 0.3s linear 2.73333s;
}

.posting > li div h3 span:nth-child(42) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 2.8s, opacity 0.3s linear 2.8s;
}

.posting > li div h3 span:nth-child(43) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 2.86667s, opacity 0.3s linear 2.86667s;
}

.posting > li div h3 span:nth-child(44) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 2.93333s, opacity 0.3s linear 2.93333s;
}

.posting > li div h3 span:nth-child(45) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 3s, opacity 0.3s linear 3s;
}

.posting > li div h3 span:nth-child(46) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 3.06667s, opacity 0.3s linear 3.06667s;
}

.posting > li div h3 span:nth-child(47) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 3.13333s, opacity 0.3s linear 3.13333s;
}

.posting > li div h3 span:nth-child(48) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 3.2s, opacity 0.3s linear 3.2s;
}

.posting > li div h3 span:nth-child(49) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 3.26667s, opacity 0.3s linear 3.26667s;
}

.posting > li div h3 span:nth-child(50) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 3.33333s, opacity 0.3s linear 3.33333s;
}

.posting > li div h3 span:nth-child(51) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 3.4s, opacity 0.3s linear 3.4s;
}

.posting > li div h3 span:nth-child(52) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 3.46667s, opacity 0.3s linear 3.46667s;
}

.posting > li div h3 span:nth-child(53) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 3.53333s, opacity 0.3s linear 3.53333s;
}

.posting > li div h3 span:nth-child(54) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 3.6s, opacity 0.3s linear 3.6s;
}

.posting > li div h3 span:nth-child(55) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 3.66667s, opacity 0.3s linear 3.66667s;
}

.posting > li div h3 span:nth-child(56) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 3.73333s, opacity 0.3s linear 3.73333s;
}

.posting > li div h3 span:nth-child(57) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 3.8s, opacity 0.3s linear 3.8s;
}

.posting > li div h3 span:nth-child(58) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 3.86667s, opacity 0.3s linear 3.86667s;
}

.posting > li div h3 span:nth-child(59) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 3.93333s, opacity 0.3s linear 3.93333s;
}

.posting > li div h3 span:nth-child(60) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 4s, opacity 0.3s linear 4s;
}

.posting > li div h3 span:nth-child(61) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 4.06667s, opacity 0.3s linear 4.06667s;
}

.posting > li div h3 span:nth-child(62) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 4.13333s, opacity 0.3s linear 4.13333s;
}

.posting > li div h3 span:nth-child(63) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 4.2s, opacity 0.3s linear 4.2s;
}

.posting > li div h3 span:nth-child(64) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 4.26667s, opacity 0.3s linear 4.26667s;
}

.posting > li div h3 span:nth-child(65) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 4.33333s, opacity 0.3s linear 4.33333s;
}

.posting > li div h3 span:nth-child(66) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 4.4s, opacity 0.3s linear 4.4s;
}

.posting > li div h3 span:nth-child(67) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 4.46667s, opacity 0.3s linear 4.46667s;
}

.posting > li div h3 span:nth-child(68) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 4.53333s, opacity 0.3s linear 4.53333s;
}

.posting > li div h3 span:nth-child(69) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 4.6s, opacity 0.3s linear 4.6s;
}

.posting > li div h3 span:nth-child(70) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 4.66667s, opacity 0.3s linear 4.66667s;
}

.posting > li div h3 span:nth-child(71) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 4.73333s, opacity 0.3s linear 4.73333s;
}

.posting > li div h3 span:nth-child(72) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 4.8s, opacity 0.3s linear 4.8s;
}

.posting > li div h3 span:nth-child(73) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 4.86667s, opacity 0.3s linear 4.86667s;
}

.posting > li div h3 span:nth-child(74) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 4.93333s, opacity 0.3s linear 4.93333s;
}

.posting > li div h3 span:nth-child(75) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 5s, opacity 0.3s linear 5s;
}

.posting > li div h3 span:nth-child(76) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 5.06667s, opacity 0.3s linear 5.06667s;
}

.posting > li div h3 span:nth-child(77) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 5.13333s, opacity 0.3s linear 5.13333s;
}

.posting > li div h3 span:nth-child(78) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 5.2s, opacity 0.3s linear 5.2s;
}

.posting > li div h3 span:nth-child(79) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 5.26667s, opacity 0.3s linear 5.26667s;
}

.posting > li div h3 span:nth-child(80) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 5.33333s, opacity 0.3s linear 5.33333s;
}

.posting > li div h3 span:nth-child(81) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 5.4s, opacity 0.3s linear 5.4s;
}

.posting > li div h3 span:nth-child(82) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 5.46667s, opacity 0.3s linear 5.46667s;
}

.posting > li div h3 span:nth-child(83) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 5.53333s, opacity 0.3s linear 5.53333s;
}

.posting > li div h3 span:nth-child(84) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 5.6s, opacity 0.3s linear 5.6s;
}

.posting > li div h3 span:nth-child(85) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 5.66667s, opacity 0.3s linear 5.66667s;
}

.posting > li div h3 span:nth-child(86) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 5.73333s, opacity 0.3s linear 5.73333s;
}

.posting > li div h3 span:nth-child(87) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 5.8s, opacity 0.3s linear 5.8s;
}

.posting > li div h3 span:nth-child(88) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 5.86667s, opacity 0.3s linear 5.86667s;
}

.posting > li div h3 span:nth-child(89) {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 5.93333s, opacity 0.3s linear 5.93333s;
}

.posting > li div h3.onShow span {
  transform: translateX(0);
  opacity: 1;
}

.posting > li div figure > .yt-cover.onSc {
  height: 166px !important;
}

.posting > li div figure > .yt-cover.onSc .blue-media-embed-component .wrapper {
  height: 166px !important;
}

.posting > li div figure > div {
  /*width:900px; height:506.25px;*/
}

.posting > li div figcaption {
  width: 100%;
  font-size: 17px;
  margin: 0 auto 40px;
}

.posting > li div figcaption p {
  font-family: "Noto Sans KR", sans-serif, sans-serif;
  font-size: 15px;
  text-align: justify;
  line-height: 1.76471;
  word-break: break-all;
}

.posting > li .logo-box {
  width: 127px;
  height: 42px;
  margin: 60px auto 60px;
}

.posting > li .logo-box img {
  display: block;
  width: 100%;
}

.posting > li .post {
/*  opacity: 0;*/
}

.posting > li .post.onShow {
  opacity: 1;
  transition: opacity 0.25s linear;
}

.posting > li .aotw {
  /*margin-bottom:60px;*/
}

.posting > li .aotw figure ul {
  position: relative;
  overflow: hidden;
}

.posting > li .aotw figure ul li:nth-child(1):before {
  position: absolute;
  display: block;
  content: '';
  width: 900px;
  height: 506px;
  background-color: #000;
  opacity: 0;
}

.posting > li .aotw figure ul li:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
}

.posting > li .aotw figure ul.onShow li:nth-child(2) {
  transform: translate(0);
}

.posting > li .aotw figure ul.readyCase1 li:nth-child(2) {
  transform: translateX(100%);
}

.posting > li .aotw figure ul.readyCase1.onShow li:nth-child(1) {
  transform: translateX(-25%) scale(0.8);
}

.posting > li .aotw figure ul.readyCase2 li:nth-child(2) {
  transform: translateX(-100%);
}

.posting > li .aotw figure ul.readyCase2.onShow li:nth-child(1) {
  transform: translateX(25%) scale(0.8);
}

.posting > li .aotw figure ul.readyCase3 li:nth-child(2) {
  transform: translateY(100%);
}

.posting > li .aotw figure ul.readyCase3.onShow li:nth-child(1) {
  transform: translateY(-25%) scale(0.8);
}

.posting > li .aotw figure ul.readyCase4 li:nth-child(2) {
  transform: translateY(-100%);
}

.posting > li .aotw figure ul.readyCase4.onShow li:nth-child(1) {
  transform: translateY(25%) scale(0.8);
}

.posting > li .aotw figure ul.onShow li:before {
  opacity: 1;
  transition: opacity 0.7s linear;
}

.posting > li .aotw figure ul.onShow li:nth-child(1) {
  transform: translateX(-25%);
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.posting > li .aotw figure ul.onShow li:nth-child(2) {
  transform: translateX(0);
  transition: transform 0.65s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.posting > li .aotw figure figcaption {
  position: relative;
  height: 180px;
  overflow: hidden;
}

.posting > li .aotw figure figcaption.onShow {
  height: 100%;
}

.posting > li .aotw figure figcaption p:nth-child(n+2) {
  margin-top: 47px;
}

.posting > li .aotw figure figcaption .more-btn-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 155px;
  background: linear-gradient(0deg, #090909 60%, transparent );
  text-align: center;
}

.posting > li .aotw figure figcaption .more-btn-wrap span {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "BudBoldKR", sans-serif;
  font-size: 17px;
  color: #fff;
  padding: 11px 20px;
  border: 2px solid #2e2e2e;
  cursor: pointer;
  transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: none;
}

.posting > li .aotw figure figcaption .more-btn-wrap span:before {
  content: '';
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  transition: width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: -1;
}

.posting > li .aotw figure figcaption .more-btn-wrap span:hover {
  color: #000;
}

.posting > li .aotw figure figcaption .more-btn-wrap span:hover:before {
  width: 100%;
}

.posting > li .radio {
  margin-bottom: 10px;
}

.posting > li .radio.mix .share {
  margin: 30px auto 70px;
}

.posting > li .radio.mixoftheweek .share {
  margin: 30px auto 70px;
}

.posting > li .radio.class .share {
  margin: 30px auto 70px;
}

.posting > li .radio.live .share {
  margin: 30px auto 70px;
}

.posting > li .radio.music-tbt .share {
  margin: 30px auto 70px;
}

.posting > li .radio.mixoftheweek figure .yt-cover {
  height: auto !important;
}

.posting > li .radio.mixoftheweek .cont-wrap {
  position: relative;
  height: 236px;
  overflow: hidden;
}

.posting > li .radio.mixoftheweek .cont-wrap.onShow {
  height: 100%;
}

.posting > li .radio figure h3 {
  /*span{
              &:nth-child(10){ width:10px; }
            }*/
}

.posting > li .radio figure .cont-wrap figcaption {
  width: 100%;
}

.posting > li .radio figure .cont-wrap p {
  font-size: 15px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: normal;
  line-height: 30px;
}

.posting > li .radio .more-btn-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: linear-gradient(0deg, #090909 60%, transparent );
  text-align: center;
}

.posting > li .radio .more-btn-wrap span {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Budweiser", sans-serif;
  font-size: 20px;
  color: #fff;
  padding: 15px 40px;
  cursor: pointer;
  transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #dc0019;
    border-radius: 50px;
    font-weight: bold;
}

.posting > li .radio .more-btn-wrap span:before {
  content: '';
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #090909;
  transition: width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: -1;
}

.posting > li .radio .more-btn-wrap span:hover {
  color: #fff;
}

.posting > li .radio .more-btn-wrap span:hover:before {
  width: 100%;
}

.posting > li .radio .cont-wrap {
  position: relative;
  height: 146px;
  overflow: hidden;
}

.posting > li .radio .cont-wrap.onShow {
  height: 100%;
}

.posting > li .class figure figcaption {
  margin-bottom: 100px;
}

.posting > li .video figure figcaption {
  position: relative;
}

.posting > li .video figure figcaption.potCast {
  height: 124px;
  overflow: hidden;
}

.posting > li .video figure figcaption .pot-box {
  display: inline-block;
  margin-top: 40px;
}

.posting > li .video figure figcaption .pot-box a {
  display: inline-block;
  margin-left: 15px;
  width: 60px;
  height: 60px;
  background: #000;
  border-radius: 50%;
}

.posting > li .video figure figcaption .pot-box a svg {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -17.5px;
  fill: #fff;
  margin-left: -29.8px;
  width: 50px;
  height: 50px;
}

.posting > li .video figure figcaption .pot-box a:first-child {
  margin-left: 0;
}

.posting > li .video figure figcaption .pot-box a:nth-child(2) svg {
  margin-left: -20.5px;
  margin-top: -20.5px;
  width: 40px;
  height: 40px;
}

.posting > li .video figure figcaption .more-btn-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(0deg, #090909 60%, transparent );
  text-align: center;
  background-size: auto 100%;
}

.posting > li .video figure figcaption .more-btn-wrap span {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Budweiser", sans-serif;
  font-size: 20px;
  color: #fff;
  padding: 15px 40px;
  border-radius:50px;
  font-weight:bold;
  cursor: pointer;
  transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #dc0019;
}

.posting > li .video figure figcaption .more-btn-wrap span:before {
  content: '';
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #090909;
  transition: width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: -1;
}

.posting > li .video figure figcaption .more-btn-wrap span:hover {
  color: #fff;
}

.posting > li .video figure figcaption .more-btn-wrap span:hover:before {
  width: 100%;
}

.posting > li .share {
  position: relative;
  width: 100%;
  height: 60px;
  margin: 0 auto 80px;
  font-size: 0;
  cursor: pointer;
}

.posting > li .share .inner-share {
  position: relative;
  width: 100%;
  height: inherit;
  overflow: hidden;
}

.posting > li .share .share-tooltip {
  position: absolute;
  left: 510px;
  top: -54px;
  display: block;
  width: 75px;
  height: 42px;
  background-image: url(".//assets/img/tooltip_bg.svg");
  background-repeat: no-repeat;
  visibility: hidden;
  color: #fff;
  opacity: 0;
  transition: opacity 0.1s linear;
  transform-origin: center bottom;
  animation: yo-yo 0.3s infinite alternate;
}

.posting > li .share .share-tooltip.onClicked {
  opacity: 1;
  visibility: visible;
}

.posting > li .share .share-tooltip em {
  display: block;
  text-align: center;
  padding-top: 6px;
}

.posting > li .share .share-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  width:60px;
  height: 60px;
  font-size:18px;
  text-align: center;
  cursor: pointer;
  vertical-align: top;
  background-color: #dc0019;
}

.posting > li .share .share-btn span {
  display: block;
  width: inherit;
  height: inherit;
  background: #dc0019;
  line-height: 54px;
  font-size:18px;
  color: #fff;
  transform: translateY(0) scale(1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.1s linear;
}

.posting > li .share .share-btn:after {
  position: absolute;
  left: 0;
  top: 0;
  width: inherit;
  height: inherit;
  background-color: rgba(0, 0, 0, 0);
  transform: translateY(0);
  transition: background 0.3s linear, transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.posting > li .share .share-btn.onHide span {
  transform: translateY(-50%) scale(0.8);
}

.posting > li .share .share-btn.onHide:after {
  background-color: black;
  transform: translateY(-50%);
}

.posting > li .share .share-btn:hover span {
  background: #c80f2e;
}

.posting > li .share .share-btn-list {
  height: inherit;
  font-size: 0;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  display:flex;
  justify-content:flex-end;
}

.posting > li .share .share-btn-list a {
  margin-left:10px;
  display: flex;
  align-items:center;
  justify-content:center;
  width: 60px;
  height: 60px;
  border-radius:50%;
  background: #222;
  text-align: center;
  transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.2s 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.5s linear;
  vertical-align: top;
}
.posting > li .share .share-btn-list .mail{display:none}

.posting > li .share .share-btn-list a img {
  display: inline-block;
  transform: scale(0);
  opacity: 0;
  transition: transform 0.3s 0.08s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s 0.08s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-origin: center top;
}

.posting > li .share .share-btn-list a:hover {
  background: #c80f2e;
}


.posting > li .share .share-btn-list.onShow {
  transform: translateY(0);
}

.posting > li .share .share-btn-list.onShow a img {
  transform: scale(1);
  opacity: 1;
}

.posting > li .keywords > img {
  width: 100%;
}

.posting > li .keywords .txt-box {
  position: relative;
  height: 124px;
  overflow: hidden;
  transition: height .4s;
  margin-bottom: 40px;
}

.posting > li .keywords .txt-box.onShow {
  height: 100%;
}

.posting > li .keywords .txt-box ul li:nth-child(n+2) {
  margin-top: 30px;
}

.posting > li .keywords .txt-box ul li h4 {
  position: relative;
  font-family: "BudBoldKR", sans-serif;
  font-size: 20px;
  /*text-indent: 16px;*/
  color: #333;
  line-height: 1.2;
}

.posting > li .keywords .txt-box ul li p {
  font-family: "Noto Sans KR", sans-serif, sans-serif;
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  word-break: break-all;
}

.posting > li .keywords .txt-box ul li:last-child {
  margin-bottom: 76px;
}

.posting > li .keywords .txt-box .more-btn-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: linear-gradient(0deg, #090909 60%, transparent );
  text-align: center;
  background-size: auto 100%;
}

.posting > li .keywords .txt-box .more-btn-wrap span {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: "BudBoldKR", sans-serif;
  font-size: 17px;
  color: #333;
  padding: 11px 20px;
  border: 2px solid #eee;
  cursor: pointer;
  transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: none;
}

.posting > li .keywords .txt-box .more-btn-wrap span:before {
  content: '';
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  transition: width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: -1;
}

.posting > li .keywords .txt-box .more-btn-wrap span:hover {
  color: #fff;
}

.posting > li .keywords .txt-box .more-btn-wrap span:hover:before {
  width: 100%;
}

.posting > li .keywords .txt-box > p {
  font-family: "Noto Sans KR", sans-serif, sans-serif;
  font-size: 15px;
  color: #333;
  line-height: 2;
  text-align: justify;
  letter-spacing: -0.07em;
}

.posting > li .newsletter {
  position: relative;
  width: 77.77778%;
  margin: 0 auto 100px;
  text-align: center;
}

.posting > li .newsletter h3 {
  display: inline;
  margin: 0;
}

.posting > li .newsletter input[type=text] {
  width: 100%;
  height: 52px;
  background: #eee;
  font-family: "BudBoldKR", sans-serif;
  font-size: 20px;
  color: #000;
  line-height: 52px;
  border: 0;
  text-align: center;
  margin-top: 42px;
}

.posting > li .newsletter button {
  width: 100%;
  height: 52px;
  background: #000;
  font-family: "BudBoldKR", sans-serif;
  font-size: 20px;
  line-height: 52px;
  border: 0;
  color: #fff;
  margin-bottom: 8px;
  transition: background 0.1s linear;
  cursor: pointer;
}

.posting > li .newsletter button:hover {
  background: #c80f2e;
}

.posting > li .newsletter ul li {
  text-align: left;
}

.posting > li .newsletter ul li span {
  position: relative;
  font-family: 'noto-sans-cjk-kr', sans-serif;
  font-size: 15px;
  color: #333;
  padding-left: 26px;
}

.posting > li .newsletter ul li span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  border: 2px solid #eee;
  box-sizing: border-box;
}

.posting > li .newsletter ul li span a {
  color: #c80f2e;
  font-weight: 600;
}

.posting > li .newsletter ul li input[type=checkbox] {
  display: none;
}

.posting > li .newsletter ul li input[type=checkbox]:checked ~ span:before {
  background: #c80f2e;
  border: 0;
}

.posting > li .tshirt {
  margin-bottom: 40px;
}

.posting > li .tshirt figure {
  width: 100%;
  margin: 0 auto;
}

.posting > li .tshirt figure .tit {
  font-size: 34px;
  font-family: "BudBoldKR", sans-serif;
  font-weight: normal;
}

.posting > li .tshirt figure .des {
  font-size: 15px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 30px;
}

.posting > li .tshirt figure .img-box ul {
  width: 100%;
}

.posting > li .tshirt figure .img-box ul li {
  width: 50%;
  float: left;
}

.posting > li .tshirt figure .img-box ul li img {
  width: 100%;
}

.posting > li .tshirt figure .img-box ul li:first-child {
  margin-top: 0;
}

.posting > li .tshirt figure .img-box ul li.txt-box {
  position: relative;
  background: #d7d7d7;
  min-height: 562.5px;
  box-sizing: border-box;
  padding: 29px 21px;
}

.posting > li .tshirt figure .img-box ul li.txt-box p {
  font-size: 15px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: normal;
  line-height: 30px;
  line-height: 30px;
  color: #333;
}

.posting > li .tshirt figure .img-box ul li.txt-box .buy_btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 130px;
  height: 60px;
  font-size: 34px;
  font-family: "BudBoldKR", sans-serif;
  font-weight: normal;
  color: #fff;
  background: #c80f2e;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}

.posting > li .tshirt figure .img-box ul li.txt-box span {
  font-family: inherit !important;
  font-size: inherit !important;
}

.posting > li .tentoone {
  margin-bottom: 40px;
}

.posting > li .tentoone figure {
  width: 100%;
  margin: 0 auto;
}

.posting > li .tentoone figure .tit {
  font-size: 34px;
  font-family: "BudBoldKR", sans-serif;
  font-weight: normal;
}

.posting > li .tentoone figure .des {
  font-size: 15px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 30px;
}

.posting > li .tentoone figure .txt-box {
  position: relative;
  height: 380px;
  overflow: hidden;
  width: 100%;
}

.posting > li .tentoone figure .txt-box.onShow {
  height: 100%;
}

.posting > li .tentoone figure .txt-box .txt-wrap li:first-child {
  margin-top: 0;
}

.posting > li .tentoone figure .txt-box .txt-wrap li div h4 {
  float: left;
  width: 50%;
  height: 261px;
  background: #000;
  font-size: 34px;
  font-family: "BudBoldKR", sans-serif;
  font-weight: normal;
  color: #fff;
  line-height: 261px;
  text-align: center;
}

.posting > li .tentoone figure .txt-box .txt-wrap li div img {
  float: left;
  width: 50%;
}

.posting > li .tentoone figure .txt-box .txt-wrap li p {
  font-size: 15px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: normal;
  line-height: 30px;
  line-height: 30px;
  margin-top: 13px;
  margin-bottom: 40px;
}

.posting > li .tentoone figure .txt-box .txt-wrap li:nth-child(even) div h4 {
  float: right;
}

.posting > li .tentoone figure .txt-box .more-btn-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: linear-gradient(0deg, #090909 60%, transparent );
  text-align: center;
  background-size: auto 100%;
}

.posting > li .tentoone figure .txt-box .more-btn-wrap span {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: "BudBoldKR", sans-serif;
  font-size: 17px;
  color: #333;
  padding: 11px 20px;
  border: 2px solid #eee;
  cursor: pointer;
  transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: none;
}

.posting > li .tentoone figure .txt-box .more-btn-wrap span:before {
  content: '';
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  transition: width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: -1;
}

.posting > li .tentoone figure .txt-box .more-btn-wrap span:hover {
  color: #fff;
}

.posting > li .tentoone figure .txt-box .more-btn-wrap span:hover:before {
  width: 100%;
}

.posting > li .creatortips {
  margin-bottom: 40px;
}

.posting > li .creatortips.playlist .share {
  margin: 30px auto 70px;
}

.posting > li .creatortips .share {
  margin: 30px auto 70px;
}

.posting > li .creatortips > img {
  width: 100%;
}

.posting > li .creatortips .txt-box {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.posting > li .creatortips .txt-box.onShow {
  height: auto;
}

.posting > li .creatortips .txt-box ul {
  height: auto;
  transition: height .4s;
}

.posting > li .creatortips .txt-box ul li:nth-child(n+2) {
  margin-top: 50px;
}

.posting > li .creatortips .txt-box ul li h4 {
  position: relative;
  font-family: "BudBoldKR", sans-serif;
  font-size: 20px;
  line-height: 1.2;
}

.posting > li .creatortips .txt-box ul li p {
  font-family: "Noto Sans KR", sans-serif, sans-serif;
  font-size: 15px;
  margin-top: 18px;
  line-height: 1.8;
  word-break: break-all;
}

.posting > li .creatortips .txt-box ul li:last-child {
  margin-bottom: 76px;
}

.posting > li .creatortips .txt-box ul li .yt {
  height: 506px;
}

.posting > li .creatortips .txt-box ul.onShow {
  height: 100%;
}

.posting > li .creatortips .txt-box .more-btn-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(0deg, #090909 60%, transparent );
  text-align: center;
}

.posting > li .creatortips .txt-box .more-btn-wrap span {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Budweiser", sans-serif;
  font-size: 20px;
  color: #fff;
  padding: 15px 40px;
  font-weight:bold;
  cursor: pointer;
  transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #dc0019;
  border-radius:50px;
}

.posting > li .creatortips .txt-box .more-btn-wrap span:before {
  content: '';
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #090909;
  transition: width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: -1;
  border-radius: 50px;
}

.posting > li .creatortips .txt-box .more-btn-wrap span:hover {
  color: #fff;
}

.posting > li .creatortips .txt-box .more-btn-wrap span:hover:before {
  width: 100%;
}

.posting > li .creatortips .txt-box > p {
  font-family: "Noto Sans KR", sans-serif, sans-serif;
  font-size: 15px;
  margin-bottom: 46px;
  line-height: 2;
  text-align: justify;
  letter-spacing: -0.07em;
}

.posting > li .creatortips .txt-box > p.tit {
  font-family: "BudBoldKR", sans-serif;
  font-size: 34px;
  line-height: 1.2;
}

.posting > li .creatortips .txt-box img {
  width: 100%;
  margin: 14px 0;
}

.posting > li .creatortips .txt-box .txt {
  margin-bottom: 40px;
}

.posting > li .creatortips .txt-box .txt b {
  font-size: 20px;
  font-family: "BudBoldKR", sans-serif;
}

.posting > li .creatortips .txt-box .wav-tit {
  margin-bottom: 22px;
}

.posting > li .creatortips .txt-box .radio {
  margin: 0;
}

.posting > li .creatortips .txt-box .radio .yt-cover {
  width: 100% !important;
  height: 700px !important;
  position:relative;
}

.posting > li .creatortips .txt-box .radio .yt-cover img {
  width: 100% !important;
  height: auto !important;
}

.posting > li .creatortips .editor {
  font-family: "Noto Sans KR", sans-serif, sans-serif;
  font-size: 15px;
  color: #333;
  margin-bottom: 46px;
  line-height: 2;
  text-align: justify;
  letter-spacing: -0.07em;
}

.posting > li .creatortips.dec .txt p {
  font-size: 15px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: normal;
  line-height: 30px;
}

.posting > li .creatortips.dec .txt p b {
  font-size: 15px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: bold;
  line-height: 30px;
}

.posting > li .creatortips.dec .txt iframe {
  height: 393px;
}

.posting > li .creatortips.playlist figure .txt-box iframe {
  height: 394px;
  position:unset;
}

.posting > li .creatortips.playlist figure .txt-box .play-list ul {
  padding: 10px 0;
}

.posting > li .creatortips.playlist figure .txt-box .play-list ul li {
  position: relative;
  height: 90px;
  margin: 0 10px;
}

.posting > li .creatortips.playlist figure .txt-box .play-list ul li:first-child {
  margin-top: 0;
}

.posting > li .creatortips.playlist figure .txt-box .play-list ul li:nth-child(n+2) {
  margin-top: 30px;
}

.posting > li .creatortips.playlist figure .txt-box .play-list ul li img {
  position: absolute;
  width: 120px;
  margin: 0;
}

.posting > li .creatortips.playlist figure .txt-box .play-list ul li div {
  position: absolute;
  left: 160px;
  width: 70%;
  height: 90px;
}

.posting > li .creatortips.playlist figure .txt-box .play-list ul li div .tit {
  position: absolute;
  top: 0;
  font-size: 20px;
  font-family: "BudBoldKR", sans-serif;
  font-weight: normal;
  line-height: 40px;
  margin-top: 0;
  line-height: 1;
}

.posting > li .creatortips.playlist figure .txt-box .play-list ul li div .des {
  position: absolute;
  bottom: 0;
  font-size: 15px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: normal;
  line-height: 30px;
}
.posting > li .creatortips figure img{width:100%;}

.posting > li .playlist figure .txt-box {
  height: 750px;
}
.posting > li {max-width:1400px;}
.posting > li div figure > .yt-cover .blue-media-embed-component .wrapper{position:relative; padding-bottom:56%;}
.posting > li iframe{position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover;}
.posting > li iframe.static {position: static;}
body .notice-box {
  text-align: center;
  font-size: 15px;
  padding: 0 0 100px;
  line-height: 2;
}

body .notice-box .m {
  display: none;
}

@media (max-width: 1600px) {
  body .container {
    padding-top: 60px;
  }
  body .isIE {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  /* img {
    width: 100%;
  } */
  .media-box.sc {
    height: 30vw;
    overflow: hidden;
    margin-top: 0;
  }
  .media-box.sc iframe {
    height: 30vw !important;
  }
  .media-box.sc.yt {
    height: 51vw !important;
  }
  .media-box.sc.yt iframe {
    height: 51vw !important;
  }
  body {
    min-width: auto;
  }
  body .container {
    padding-top: 13.03781vw;
  }
  body .container .content .inner-cont-wrap {
    position: relative;
    min-height: 100vh;
  }
  body .container .content.coming-soon {
    background: #111;
  }
  body .container .content.coming-soon span {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    font-size: 5.86701vw;
    font-family: "BudBoldKR", sans-serif;
    font-weight: normal;
    color: #fff;
  }
  body .icon-box {
    bottom: 20px;
    width: 50px;
    height: 50px;
  }
  .posting {
    width: 94%;
    margin: 10vw auto 0;
  }
  .posting > li {
    width: 100%;
  }
  .posting > li > div {
    margin: 2vw 0 10vw 0;
  }
  .posting > li > div > div figure > figcaption {
    margin: 1.5vw 0 0vw !important;
  }
  .posting > li div .txt-box {
    width: 100%;
  }
  .posting > li div h3 {
    width: 100%;
    font-size: 22px;
    font-family: "BudBoldKR", sans-serif;
    font-weight: normal;
    margin: 0;
    padding-bottom: 1vw;
    padding-right:16%;
  }
  .posting > li div figure > .yt-cover .blue-media-embed-component .wrapper {
    padding: 0 !important;
    height: 50.6vw !important;
  }
  .posting > li div figure > .yt-cover.onSc {
    height: 50.6vw !important;
  }
  .posting > li div figure > .yt-cover.onSc .blue-media-embed-component .wrapper {
    height: 50.6vw !important;
  }
  .posting > li div figure > div {
    width: 100%;
    height: auto;
  }
  .posting > li div figure > div img {
    width: 100%;
  }
  .posting > li div figcaption {
    width: 100%;
    font-size: 4vw;
    margin: 0;
  }
  .posting > li div figcaption p {
    font-size:12px;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: normal;
    line-height: normal;
  }
  .posting > li .logo-box {
    width: 30vw;
    height: 10vw;
    margin: 6vw auto;
    padding-top: 0;
  }
  .posting > li .logo-box img {
    display: block;
    width: 100%;
  }
  .posting > li .aotw {
    margin-bottom: 0;
  }
  .posting > li .aotw figure ul li:nth-child(1):before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
  }
  .posting > li .aotw figure ul li:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
  }
  .posting > li .aotw figure ul li img {
    width: 100%;
  }
  .posting > li .aotw figure figcaption {
    position: relative;
    height: 46vw;
    overflow: hidden;
  }
  .posting > li .aotw figure figcaption.onShow {
    height: 100%;
  }
  .posting > li .aotw figure figcaption p:nth-child(n+2) {
    column-count: 1;
    margin-top: 4vw;
  }
  .posting > li .aotw figure figcaption .more-btn-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 38vw;
    background: linear-gradient(0deg, #090909 60%, transparent );
    text-align: center;
  }
  .posting > li .aotw figure figcaption .more-btn-wrap span {
    position: absolute;
    bottom: 4vw;
    left: 50%;
    transform: translateX(-50%);
    font-family: "BudBoldKR", sans-serif;
    font-size: 17px;
    color: #fff;
    padding: 3vw 4vw;
    border: 2px solid #2e2e2e;
    cursor: pointer;
    transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: none;
  }
  .posting > li .aotw figure figcaption .more-btn-wrap span:before {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    transition: width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: -1;
  }
  .posting > li .aotw figure figcaption .more-btn-wrap span:hover {
    color: #000;
  }
  .posting > li .aotw figure figcaption .more-btn-wrap span:hover:before {
    width: 100%;
  }
  .posting > li .radio {
    margin-bottom: 0;
    /*margin-bottom:calVW(64);*/
  }
  .posting > li .radio.mix .share {
    margin: 4vw auto 0;
  }
  .posting > li .radio.mix figure .cont-wrap figcaption {
    padding-top: 5.21512vw;
    padding-bottom: 1vw;
  }
  .posting > li .radio.mixoftheweek .share {
    margin: 4vw auto 0;
  }
  .posting > li .radio.mixoftheweek figure .yt-cover {
    height: auto !important;
  }
  .posting > li .radio figure h3 {
    /*span{
                &:nth-child(10){ width:10px; }
              }*/
  }
  .posting > li .radio figure .cont-wrap figcaption {
    width: 100%;
    margin-bottom: 0;
  }
  .posting > li .radio figure .cont-wrap p {
    font-size: 3.38983vw;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: normal;
    line-height: normal;
    color: #333;
  }
  .posting > li .radio .more-btn-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 26vw;
    background: linear-gradient(0deg, #090909 60%, transparent );
    text-align: center;
  }
  .posting > li .radio .more-btn-wrap span {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-family: "BudBoldKR", sans-serif;
    font-size: 4.6vw;
    padding: 3vw 4vw;
    cursor: pointer;
    transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: none;
  }
  .posting > li .radio .more-btn-wrap span:before {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    transition: width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: -1;
  }
  .posting > li .radio .more-btn-wrap span:hover {
    color: #000;
  }
  .posting > li .radio .more-btn-wrap span:hover:before {
    width: 100%;
  }
  .posting > li .radio .cont-wrap {
    position: relative;
    height: 36vw;
    overflow: hidden;
    margin-bottom: 0vw;
  }
  .posting > li .radio .cont-wrap.onShow {
    height: 100%;
  }
  .posting > li .keywords h3 {
    /*span {
              &:nth-child(10) {
                width: 1.4vw
              }
            }*/
  }
  .posting > li .class figure figcaption {
    margin-bottom: 0;
  }
  .posting > li .class .share {
    margin-top: 2vw;
  }
  .posting > li .video figure h3 {
    /*span{
                &:nth-child(10){width:1.4vw;}
              }*/
  }
  .posting > li .video figure figcaption {
    position: relative;
    margin: 0 0 !important;
    margin:22px 0 0;
  }
  .posting > li .video figure figcaption.potCast {
    height: 30vw;
    overflow: hidden;
    margin-bottom: 0;
  }
  .posting > li .video figure figcaption .pot-box {
    display: inline-block;
    margin-top: 5vw;
  }
  .posting > li .video figure figcaption .pot-box a {
    display: inline-block;
    margin-left: 4vw;
    width: 16vw;
    height: 16vw;
    background: #000;
    border-radius: 50%;
  }
  .posting > li .video figure figcaption .pot-box a svg {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -4.8vw;
    fill: #fff;
    margin-left: -7.5vw;
    width: 13vw;
    height: 13vw;
  }
  .posting > li .video figure figcaption .pot-box a:first-child {
    margin-left: 0;
  }
  .posting > li .video figure figcaption .pot-box a:nth-child(2) svg {
    margin-left: -5vw;
    margin-top: -5vw;
    width: 10vw;
    height: 10vw;
  }
  .posting > li .video figure figcaption .more-btn-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20vw;
    background: linear-gradient(0deg, #090909 60%, transparent );
    text-align: center;
    background-size: auto 100%;
  }
  .posting > li .video figure figcaption .more-btn-wrap span {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Budweiser", sans-serif;
    font-size: 17px;
    color: #fff;
    padding: 15px 40px;
    cursor: pointer;
    transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: #dc0019;
	border-radius:50px;
  }
  .posting > li .video figure figcaption .more-btn-wrap span:before {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #090909;
    transition: width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: -1;
  }
  .posting > li .video figure figcaption .more-btn-wrap span:hover {
    color: #fff;
  }
  .posting > li .video figure figcaption .more-btn-wrap span:hover:before {
    width: 100%;
  }
  .posting > li .share {
    width: 100%;
    height: auto;
    margin: -4vw auto 0;
    font-size: 0;
    cursor: pointer;
  }
  .posting > li .share .inner-share {
    position: relative;
    width: 100%;
    height: 10.4vw;
    overflow: hidden;
  }
  .posting > li .share .share-tooltip {
    position: absolute;
    left: 57vw;
    top: -12.4vw;
    display: block;
    width: 19.8vw;
    height: 11.1vw;
    background-image: url(".//assets/img/tooltip_bg.svg");
    background-repeat: no-repeat;
    color: #fff;
    opacity: 0;
    transition: opacity 0.1s linear;
    transform-origin: center bottom;
    animation: yo-yo 0.3s infinite alternate;
  }
  .posting > li .share .share-tooltip.onClicked {
    opacity: 1;
  }
  .posting > li .share .share-tooltip em {
    display: block;
    text-align: center;
    padding-top: 1vw;
  }
  .posting > li .share .share-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 100%;
    height: 10.4vw;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
  }
  .posting > li .share .share-btn span {
    display: block;
    width: inherit;
    height: inherit;
    background: #000;
    line-height: 10.4vw;
    color: #fff;
    transform: translateY(0) scale(1);
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.1s linear;
  }
  .posting > li .share .share-btn:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: inherit;
    height: inherit;
    background-color: rgba(0, 0, 0, 0);
    transform: translateY(0);
    transition: background 0.3s linear, transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .posting > li .share .share-btn.onHide span {
    transform: translateY(-50%) scale(0.8);
  }
  .posting > li .share .share-btn.onHide:after {
    background-color: black;
    transform: translateY(-50%);
  }
  .posting > li .share .share-btn:hover span {
    background: #c80f2e;
  }
  .posting > li .share .share-btn-list {
    height: inherit;
    font-size: 0;
    transform: translateY(100%);
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .posting > li .share .share-btn-list a {
    display: inline-block;
    width: 21.322%;
    height: 10.4vw;
    background: #000;
    text-align: center;
    transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.2s 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.5s linear;
    vertical-align: top;
  }
  .posting > li .share .share-btn-list a img {
    display: inline-block;
    margin-top: 2.2vw;
    transform: scale(0);
    opacity: 0;
    transition: transform 0.3s 0.08s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s 0.08s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform-origin: center top;
  }
  .posting > li .share .share-btn-list a:nth-child(1) img {
    width: 6vw !important;
  }
  .posting > li .share .share-btn-list a:nth-child(2) img {
    width: 6vw !important;
  }
  .posting > li .share .share-btn-list a:nth-child(3) img {
    width: 6vw !important;
    margin-top: 2.9vw;
  }
  .posting > li .share .share-btn-list a:nth-child(4) img {
    width: 5vw !important;
  }
  .posting > li .share .share-btn-list a:nth-child(5) img {
    width: 3.2vw !important;
  }
  .posting > li .share .share-btn-list a:hover {
    background: #c80f2e;
  }
  .posting > li .share .share-btn-list a:last-child {
    width: 14.712%;
  }
  .posting > li .share .share-btn-list a:last-child img {
    margin-top: 3.2vw;
  }
  .posting > li .share .share-btn-list.onShow {
    transform: translateY(0);
  }
  .posting > li .share .share-btn-list.onShow a img {
    transform: scale(1);
    opacity: 1;
  }
  .posting > li .keywords figure img {
    width: 100%;
  }
  .posting > li .keywords .txt-box {
    position: relative;
    width: 100%;
    height: 34.4vw;
    overflow: hidden;
    transition: height .4s;
    margin-bottom: 0;
  }
  .posting > li .keywords .txt-box.onShow {
    height: 100%;
  }
  .posting > li .keywords .txt-box ul li:nth-child(n+2) {
    margin-top: 14vw;
  }
  .posting > li .keywords .txt-box ul li h4 {
    position: relative;
    font-family: "BudBoldKR", sans-serif;
    font-size: 4.7vw;
    margin-bottom: 2vw;
  }
  .posting > li .keywords .txt-box ul li p {
    font-family: "Noto Sans KR", sans-serif, sans-serif;
    font-size: 3.5vw;
    color: #333;
    margin-top: 0;
    line-height: 1.8;
  }
  .posting > li .keywords .txt-box ul li:last-child {
    margin-bottom: 10vw;
  }
  .posting > li .keywords .txt-box .more-btn-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 26vw;
    background: linear-gradient(0deg, #090909 60%, transparent );
    text-align: center;
    background-size: auto 100%;
  }
  .posting > li .keywords .txt-box .more-btn-wrap span {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-family: "BudBoldKR", sans-serif;
    font-size: 4.6vw;
    padding: 3vw 4vw;
    cursor: pointer;
    transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: none;
  }
  .posting > li .keywords .txt-box .more-btn-wrap span:before {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    transition: width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: -1;
  }
  .posting > li .keywords .txt-box .more-btn-wrap span:hover {
    color: #000;
  }
  .posting > li .keywords .txt-box .more-btn-wrap span:hover:before {
    width: 100%;
  }
  .posting > li .keywords .txt-box > p {
    font-family: "Noto Sans KR", sans-serif, sans-serif;
    font-size: 4vw;
    color: #333;
    margin-bottom: 0;
    line-height: 2;
    text-align: justify;
    letter-spacing: -0.07em;
  }
  .posting > li .tshirt {
    margin-bottom: 0;
  }
  .posting > li .tshirt > img {
    width: 100%;
  }
  .posting > li .tshirt figure {
    width: 100%;
    margin: 0 auto;
  }
  .posting > li .tshirt figure .tit {
    font-size: 5.21512vw;
    font-family: "BudBoldKR", sans-serif;
    font-weight: normal;
  }
  .posting > li .tshirt figure .des {
    font-size: 3.38983vw;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 3.91134vw;
  }
  .posting > li .tshirt figure .img-box {
    width: 100%;
  }
  .posting > li .tshirt figure .img-box ul {
    width: 100%;
  }
  .posting > li .tshirt figure .img-box ul li {
    width: 100%;
    float: left;
  }
  .posting > li .tshirt figure .img-box ul li img {
    width: 100%;
  }
  .posting > li .tshirt figure .img-box ul li:first-child {
    margin-top: 0;
  }
  .posting > li .tshirt figure .img-box ul li.txt-box {
    position: relative;
    background: #d7d7d7;
    min-height: 115.12386vw;
    box-sizing: border-box;
    padding: 3.91134vw;
  }
  .posting > li .tshirt figure .img-box ul li.txt-box p {
    font-size: 3.38983vw;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: normal;
    line-height: normal;
    line-height: 1.73077;
    color: #333;
    margin: 0;
  }
  .posting > li .tshirt figure .img-box ul li.txt-box .buy_btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 22.42503vw;
    height: 10.16949vw;
    font-size: 4.43286vw;
    font-family: "BudBoldKR", sans-serif;
    font-weight: normal;
    color: #fff;
    background: #c80f2e;
    text-align: center;
    line-height: 10.16949vw;
    cursor: pointer;
  }
  .posting > li .tshirt figure .img-box ul li.txt-box span {
    font-size: inherit !important;
  }
  .posting > li .tentoone {
    margin-bottom: 13.03781vw;
  }
  .posting > li .tentoone > img {
    width: 100%;
  }
  .posting > li .tentoone figure {
    width: 100%;
    margin: 0 auto;
  }
  .posting > li .tentoone figure .tit {
    font-size: 5.21512vw;
    font-family: "BudBoldKR", sans-serif;
    font-weight: normal;
  }
  .posting > li .tentoone figure .des {
    font-size: 3.38983vw;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 3.91134vw;
  }
  .posting > li .tentoone figure .txt-box {
    position: relative;
    height: 83vw;
    overflow: hidden;
    width: 100%;
  }
  .posting > li .tentoone figure .txt-box.onShow {
    height: 100%;
  }
  .posting > li .tentoone figure .txt-box .txt-wrap li {
    position: relative;
  }
  .posting > li .tentoone figure .txt-box .txt-wrap li:first-child {
    margin-top: 0;
  }
  .posting > li .tentoone figure .txt-box .txt-wrap li div h4 {
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    font-size: 5.21512vw;
    font-family: "BudBoldKR", sans-serif;
    font-weight: normal;
    color: #fff;
    line-height: 52.93351vw;
    text-align: center;
  }
  .posting > li .tentoone figure .txt-box .txt-wrap li div img {
    float: left;
    width: 100%;
  }
  .posting > li .tentoone figure .txt-box .txt-wrap li p {
    font-size: 3.38983vw;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: normal;
    line-height: normal;
    line-height: 1.73077;
    margin-top: 2.60756vw;
    margin-bottom: 6.5189vw;
  }
  .posting > li .tentoone figure .txt-box .txt-wrap li:nth-child(even) div h4 {
    float: right;
  }
  .posting > li .tentoone figure .txt-box .more-btn-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 28vw;
    background: linear-gradient(0deg, #090909 60%, transparent );
    text-align: center;
    background-size: auto 100%;
  }
  .posting > li .tentoone figure .txt-box .more-btn-wrap span {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-family: "BudBoldKR", sans-serif;
    font-size: 4.6vw;
    padding: 3vw 4vw;
    cursor: pointer;
    transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: none;
  }
  .posting > li .tentoone figure .txt-box .more-btn-wrap span:before {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    transition: width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: -1;
  }
  .posting > li .tentoone figure .txt-box .more-btn-wrap span:hover {
    color: #000;
  }
  .posting > li .tentoone figure .txt-box .more-btn-wrap span:hover:before {
    width: 100%;
  }
  .posting > li .newsletter {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 0;
  }
  .posting > li .newsletter h3 {
    display: inline;
    margin: 0;
  }
  .posting > li .newsletter input[type=text] {
    width: 100%;
    height: 10.4vw;
    font-size: 5.2vw;
    line-height: 10.4vw;
    border: 0;
    text-align: center;
    margin-top: 8vw;
    padding: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  }
  .posting > li .newsletter button {
    width: 100%;
    height: 10.4vw;
    background: #000;
    font-family: "BudBoldKR", sans-serif;
    font-size: 5.2vw;
    line-height: 10.4vw;
    border: 0;
    color: #fff;
    margin-bottom: 2vw;
    transition: background 0.1s linear;
    cursor: pointer;
    -webkit-appearance: none;
  }
  .posting > li .newsletter button:hover {
    background: #c80f2e;
  }
  .posting > li .newsletter ul li {
    text-align: left;
  }
  .posting > li .newsletter ul li span {
    position: relative;
    font-family: 'noto-sans-cjk-kr', sans-serif;
    font-size: 3.4vw;
    color: #ccc;
    padding-left: 7vw;
    letter-spacing: -0.02em;
    white-space: nowrap;
  }
  .posting > li .newsletter ul li span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0vw;
    width: 4.9vw;
    height: 4.9vw;
    border: 0.6vw solid #2e2e2e;
    box-sizing: border-box;
  }
  .posting > li .newsletter ul li span a {
    color: #c80f2e;
    font-weight: 600;
  }
  .posting > li .newsletter ul li input[type=checkbox] {
    display: none;
  }
  .posting > li .newsletter ul li input[type=checkbox]:checked ~ span:before {
    background: #c80f2e;
    border: 0;
  }
  .posting > li .creatortips {
    margin-bottom: 0;
  }
  .posting > li .creatortips h3 {
    padding-right:16%;
  }
  .posting > li .creatortips figure img {
    width: 100%;
  }
  .posting > li .creatortips.dec .txt p {
    font-size: 3.38983vw;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: normal;
    line-height: normal;
  }
  .posting > li .creatortips.dec .txt p b {
    font-size: 3.38983vw;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: bold;
    line-height: normal;
  }
  .posting > li .creatortips.dec .txt iframe {
    height: 50.6VW;
  }
  .posting > li .creatortips.playlist figure .txt-box {
    height: 96vw;
  }
  .posting > li .creatortips.playlist figure .txt-box.onShow {
    height: 100%;
  }
  .posting > li .creatortips.playlist figure .txt-box iframe {
    height: 50.6vw;
  }
  .posting > li .creatortips.playlist figure .txt-box .play-list ul {
    background: #f5f5f5;
    padding: 4vw 0;
  }
  .posting > li .creatortips.playlist figure .txt-box .play-list ul li {
    position: relative;
    height: 22vw;
    margin: 0;
  }
  .posting > li .creatortips.playlist figure .txt-box .play-list ul li:first-child {
    margin-top: 0;
  }
  .posting > li .creatortips.playlist figure .txt-box .play-list ul li:nth-child(n+2) {
    margin-top: 4vw;
  }
  .posting > li .creatortips.playlist figure .txt-box .play-list ul li img {
    position: absolute;
    width: 30vw;
    margin: 0;
  }
  .posting > li .creatortips.playlist figure .txt-box .play-list ul li div {
    position: absolute;
    left: 35vw;
    width: 59%;
    height: 22vw;
  }
  .posting > li .creatortips.playlist figure .txt-box .play-list ul li div .tit {
    position: absolute;
    top: 0;
    font-size: 5.21512vw;
    font-family: "BudBoldKR", sans-serif;
    font-weight: normal;
    margin-top: 0;
    line-height: 1;
  }
  .posting > li .creatortips.playlist figure .txt-box .play-list ul li div .des {
    position: absolute;
    bottom: 0;
    font-size: 3.38983vw;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: normal;
    line-height: normal;
  }
  .posting > li .creatortips.playlist .share {
    margin: 3vw auto 0;
  }
  .posting > li .creatortips .txt-box {
    position: relative;
    width: 100%;
    height: 33vw;
  }
  .posting > li .creatortips .txt-box ul {
    height: auto;
    overflow: hidden;
    transition: height .4s;
  }
  .posting > li .creatortips .txt-box ul li:nth-child(n+2) {
    margin-top: 13vw;
  }
  .posting > li .creatortips .txt-box ul li h4 {
    position: relative;
    font-family: "BudBoldKR", sans-serif;
    font-size: 4.2vw;
  }
  .posting > li .creatortips .txt-box ul li p {
    font-size: 3.38983vw;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: normal;
    line-height: normal;
    color: #333;
    margin-top: 1vw;
    line-height: 1.8;
  }
  .posting > li .creatortips .txt-box ul li:last-child {
    margin-bottom: 76px;
  }
  .posting > li .creatortips .txt-box ul li .yt {
    height: 240px !important;
  }
  .posting > li .creatortips .txt-box ul.onShow {
    height: 100%;
  }
  .posting > li .creatortips .txt-box .more-btn-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 26vw;
    background: linear-gradient(0deg, #090909 60%, transparent );
    text-align: center;
    background-size: auto 100%;
  }
  .posting > li .creatortips .txt-box .more-btn-wrap span {
    position: absolute;
    bottom: 1vw;
    left: 50%;
    transform: translateX(-50%);
    font-family: "BudBoldKR", sans-serif;
    font-size: 17px;
    padding: 3vw 4vw;
    cursor: pointer;
    transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    font-family: "Budweiser", sans-serif;
  }
  .posting > li .creatortips .txt-box .more-btn-wrap span:before {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    transition: width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: -1;
    border-radius: 50px;
    background-color:#000;
  }
  .posting > li .creatortips .txt-box .more-btn-wrap span:hover:before {
    width: 100%;
  }
  .posting > li .creatortips .txt-box > p {
    font-size: 3.38983vw;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: normal;
    line-height: normal;
    color: #fff;
    margin-bottom: 8vw;
    line-height: 2;
    text-align: justify;
    letter-spacing: -0.07em;
  }
  .posting > li .creatortips .txt-box > p.tit {
    font-size: 5.21512vw;
    font-family: "BudBoldKR", sans-serif;
    font-weight: normal;
    line-height: 1.2;
  }
  .posting > li .creatortips .txt-box img {
    width: 100%;
    margin: 4vw 0;
  }
  .posting > li .creatortips .txt-box .txt {
    margin-bottom: 6vw;
  }
  .posting > li .creatortips .txt-box .wav-tit {
    margin-bottom: 4vw;
  }
  .posting > li .creatortips .txt-box .radio {
    margin: 4vw 0;
  }
  .posting > li .creatortips .txt-box .radio .yt-cover {
    width: 100% !important;
    height: auto !important;
  }
  .posting > li .creatortips .txt-box .radio .yt-cover img {
    width: 100% !important;
    height: auto !important;
  }
  .posting > li .creatortips .editor {
    font-family: "Noto Sans KR", sans-serif, sans-serif;
    font-size: 15px;
    color: #333;
    margin-bottom: 46px;
    line-height: 2;
    text-align: justify;
    letter-spacing: -0.07em;
  }
  .posting > li .playlist figure .txt-box {
    height: 96vw;
  }
  .posting > li .img-box {
    width: 29.9vw;
    height: auto;
    margin: 0 auto;
    margin-bottom: 22vw;
  }
  .posting > li .img-box img {
    display: block;
    width: 100%;
  }
  .posting > li .music-tbt .share {
    margin-top: 4vw;
  }
  .posting > li:first-child {
    margin-top: 0;
  }
  body > ol {
    width: 90vw;
    margin: 20vw auto;
  }
  body > ol > li {
    width: 100%;
  }
  body > ol > li .creatortips {
    margin-bottom: 4vw;
  }
  body > ol > li .creatortips h3 {
    /*>span{
              &:nth-child(8){width:1.4vw;}
            }*/
  }
  body > ol > li .creatortips figure img {
    width: 100%;
  }
  body > ol > li .creatortips .txt-box {
    position: relative;
    width: 100%;
    height: 40vw;
  }
  body > ol > li .creatortips .txt-box ul {
    height: auto;
    overflow: hidden;
    transition: height .4s;
  }
  body > ol > li .creatortips .txt-box ul li:nth-child(n+2) {
    margin-top: 13vw;
  }
  body > ol > li .creatortips .txt-box ul li h4 {
    position: relative;
    font-family: "BudBoldKR", sans-serif;
    font-size: 5.3vw;
  }
  body > ol > li .creatortips .txt-box ul li p {
    font-family: "Noto Sans KR", sans-serif, sans-serif;
    font-size: 4vw;
    color: #333;
    margin-top: 1vw;
    line-height: 1.8;
  }
  body > ol > li .creatortips .txt-box ul li:last-child {
    margin-bottom: 76px;
  }
  body > ol > li .creatortips .txt-box ul.onShow {
    height: 100%;
  }
  body > ol > li .creatortips .txt-box .more-btn-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 23vw;
    background: linear-gradient(0deg, #090909 60%, transparent );
    text-align: center;
    background-size: auto 100%;
  }
  body > ol > li .creatortips .txt-box .more-btn-wrap span {
    position: absolute;
    bottom: 1vw;
    left: 50%;
    transform: translateX(-50%);
    font-family: "BudBoldKR", sans-serif;
    font-size: 4.6vw;
    padding: 3vw 4vw;
    cursor: pointer;
    transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: none;
  }
  body > ol > li .creatortips .txt-box .more-btn-wrap span:before {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    transition: width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: -1;
  }
  body > ol > li .creatortips .txt-box .more-btn-wrap span:hover {
    color: #000;
  }
  body > ol > li .creatortips .txt-box .more-btn-wrap span:hover:before {
    width: 100%;
  }
  body > ol > li .creatortips .txt-box > p {
    font-family: "Noto Sans KR", sans-serif, sans-serif;
    font-size: 15px;
    color: #333;
    margin-bottom: 46px;
    line-height: 2;
    text-align: justify;
    letter-spacing: -0.07em;
  }
  body > ol > li .creatortips .txt-box > p.tit {
    margin-bottom: 0;
  }
  body > ol > li .creatortips .txt-box img {
    width: 100%;
    margin: 4vw 0;
  }
  body > ol > li .creatortips .txt-box .txt {
    margin-bottom: 6vw;
  }
  body > ol > li .creatortips .txt-box .wav-tit {
    margin-bottom: 4vw;
  }
  body > ol > li .creatortips .txt-box .radio {
    margin: 4vw 0;
  }
  body > ol > li .creatortips .txt-box .radio .yt-cover {
    width: 100% !important;
    height: auto !important;
  }
  body > ol > li .creatortips .txt-box .radio .yt-cover img {
    width: 100% !important;
    height: auto !important;
  }
  body > ol > li .creatortips .editor {
    font-family: "Noto Sans KR", sans-serif, sans-serif;
    font-size: 15px;
    color: #333;
    margin-bottom: 46px;
    line-height: 2;
    text-align: justify;
    letter-spacing: -0.07em;
  }
  body .notice-box {
    text-align: center;
    font-size: 4vw;
    padding: 0 0 20vw;
    line-height: 2;
  }
  body .notice-box .m {
    display: block;
  }



}
