@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanskr/v27/Pby7FmXiEBPT4ITbgNA5CgmOelzI7g.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanskr/v27/PbykFmXiEBPT4ITbgNA5Cgm20A.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanskr/v27/Pby7FmXiEBPT4ITbgNA5CgmOIl3I7g.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanskr/v27/Pby7FmXiEBPT4ITbgNA5CgmOalvI7g.otf) format('opentype');
}
@font-face {
  font-family: 'GmarketSansMedium';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/*
http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: 'Noto Sans KR', sans-serif;
  border: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
a {
  text-decoration: none;
}
img {
  display: block;
  width: 100%;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  font-family: 'Noto Sans KR', sans-serif;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
header.old {
  z-index: 10;
  position: fixed;
  background-color: #fff;
  width: 100%;
  height: 100px;
  box-shadow: 0 -5px 20px 5px rgba(0, 0, 0, 0.3);
}
header.old .logo {
  position: absolute;
  left: 70px;
  top: calc(50% - 7px);
  transform: translateY(-50%);
}
header.old .logo img {
  width: auto;
  height: 38px;
}
header.old nav {
  display: flex;
  margin: auto;
  height: 100%;
  width: fit-content;
  justify-content: center;
  align-items: flex-end;
  gap: 120px;
}
header.old nav a {
  min-width: 160px;
  padding-bottom: 32px;
  color: #252525;
  font-size: 17px;
  text-align: center;
  border-bottom: 4px solid #fff;
  font-weight: 600;
}
header.old nav a.selected {
  color: #00b4ff;
  border-color: #198fd0;
}
.top-banner {
  /* <!-- 2022/09/13 수정 시작 by SOONCEE--> */
  position: fixed;
  width: 100%;
  z-index: 10;
  background: linear-gradient(90deg, #e3752e 50%, #f0aa3f 50%);
  top: 210px;
  /* <!-- 2022/09/13 수정 끝 by SOONCEE--> */
}
.top-banner img {
  width: auto;
  min-width: 1024px;
  max-width: 1024px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.top-banner .top-banner-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.top-banner button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  width: 210px;
  background-color: #f76a00;
  color: #fff;
  border: 0;
  height: 52px;
  border-radius: 26px;
  font-size: 16px;
  font-family: 'GmarketSansMedium';
}
.youtube-area {
  z-index: 5;
  position: relative;
}
.youtube-area-02 .youtube-box {
  top: 80px;
  height: 76%;
}
.youtube-box {
  position: absolute;
  min-width: 1200px;
  width: 62.6%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.youtube-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.youtube-box .youtube-thum {
  z-index: 10;
  position: absolute;
  max-width: 100%;
  min-width: 1274px;
  cursor: pointer;
}
.youtube-box .youtube-thum.hide {
  display: none;
}
.top-btn {
  z-index: 100;
  position: fixed;
  right: 50px;
  bottom: 50px;
  cursor: pointer;
}
.top-btn img {
  width: 56px;
  height: auto;
}
.top-btn .hover {
  display: none;
}
.top-btn:hover img {
  display: none;
}
.top-btn:hover .hover {
  display: block;
}
.top-btn:hover .hover img {
  display: block;
}
.music-btn {
  z-index: 100;
  position: fixed;
  right: 50px;
  bottom: 114px;
  cursor: pointer;
}
.music-btn img {
  width: 56px;
  height: auto;
}
.hero-content {
  padding-top: 100px;
  overflow-x: hidden;
  width: 100%;
}
.hero-content img {
  position: relative;
  min-width: 1920px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.hero-content.hiphop {
  padding-top: 200px;
}
.main-content {
  padding-bottom: 104px;
  background-color: #000;
}
.new-main-content {
  position: relative;
  overflow-x: hidden;
  width: 100%;
}
.new-main-content img {
  position: relative;
  min-width: 1920px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.new-main-content .event-link-set .event-link-01 {
  width: 20.5%;
  left: 31.8%;
}
.new-main-content .event-link-set .event-link-02 {
  right: 27.5%;
}
.new-main-content .event-link-set .event-link-03 {
  right: 21.4%;
}
.new-main-content .event-link-set .event-link-04 {
  z-index: 10;
  position: absolute;
  bottom: 0;
  width: 20.5%;
  height: 100%;
  left: 53%;
  transform: translateX(-50%);
}
.event-link-set {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 12%;
  width: 100%;
  bottom: 14%;
}
.event-link-set .event-link-01 {
  z-index: 10;
  position: absolute;
  bottom: 0;
  width: 21%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.event-link-set .event-link-02 {
  z-index: 10;
  position: absolute;
  bottom: 0;
  width: 5.5%;
  height: 100%;
  right: 24.5%;
}
.event-link-set .event-link-03 {
  z-index: 10;
  position: absolute;
  bottom: 0;
  width: 5.5%;
  height: 100%;
  right: 18.6%;
}
.out-link-set {
  position: absolute;
  bottom: 15%;
  width: 63%;
  height: 55%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}
.out-link-set .out-link-01 {
  height: 100%;
  width: 48.2%;
}
.out-link-set .out-link-02 {
  width: 48.2%;
  height: 100%;
}
.banner {
  max-width: 1280px;
  margin: auto;
  padding-top: 48px;
  overflow-x: hidden;
  width: 100%;
}
.banner img {
  position: relative;
  min-width: 1342px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.btn-set {
  display: flex;
  margin-top: 24px;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.btn-set a {
  display: flex;
  min-width: 346px;
  color: #fff;
  font-size: 24px;
  border: 0;
  border-radius: 50px;
  height: 100px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.btn-set a.cyan {
  background-color: #0cb1c2;
}
.btn-set a.orange {
  background-color: #ff7e00;
}
.btn-set a.blue {
  background-color: #198fd0;
}
.btn-set a.yellow {
  background-color: #f9e000;
  color: #3b1c1c;
}
.btn-set a img {
  margin-right: 8px;
  height: 18px;
  width: auto;
  left: initial;
  transform: none;
}
.comment {
  max-width: 1024px;
  margin: auto;
  padding: 80px 0 120px;
  width: 100%;
}
.comment-tab {
  display: flex;
  text-align: center;
  border-bottom: 1px solid #dadada;
}
.comment-tab a {
  position: relative;
  min-width: 256px;
  padding: 28px 22px;
  color: #000;
  font-size: 19px;
  line-height: 1;
  font-weight: 500;
}
.comment-tab a.selected {
  color: #198fd0;
  border-bottom: 4px solid #198fd0;
}
.comment-content ul {
  width: 100%;
}
.comment-content ul li {
  display: flex;
  padding: 40px 0;
  width: 100%;
  gap: 16px;
  border-bottom: 1px solid #f1f3f5;
}
.comment-image {
  overflow: hidden;
  min-width: 60px;
  min-height: 60px;
  width: 60px;
  height: 60px;
  border-radius: 20px;
}
.comment-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.comment-text {
  padding-top: 8px;
  width: 100%;
}
.comment-text h3 {
  margin-bottom: 8px;
  color: #000;
  font-size: 19px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comment-text p {
  color: #868e96;
  font-size: 16px;
  line-height: 1.5;
}
.comment-year {
  min-width: 172px;
  color: #adb5bd;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}
[class*='comment-0'] {
  display: none;
}
[class*='comment-0'].active {
  display: block;
}
.pagination {
  display: flex;
  margin: auto;
  margin-top: 64px;
  gap: 40px;
  width: fit-content;
}
.pagination .prev img,
.pagination .next img {
  width: 63px;
}
.pagination .prev.disabled,
.pagination .next.disabled {
  opacity: 0.4;
}
.pagination .prev {
  display: block;
  margin-right: 20px;
  background-image: url(../images/prev.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  width: 63px;
  height: 24px;
}
.pagination .next {
  display: block;
  margin-left: 20px;
  background-image: url(../images/next.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  width: 63px;
  height: 24px;
}
.pagination a {
  color: #868e96;
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.pagination a.active {
  color: #00b4ff;
}
.event-notice {
  padding: 80px 0 120px;
  background-color: #f8f9fa;
}
.event-notice-content {
  max-width: 1020px;
  margin: auto;
  width: 100%;
}
.event-notice-content h3 {
  margin-bottom: 40px;
  color: #868e96;
  font-size: 18px;
  font-weight: 600;
}
.event-notice-content li {
  margin-bottom: 8px;
  color: #868e96;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  padding-left: 9px;
  text-indent: -9px;
}
footer.old {
  padding: 80px 0 120px;
  font-size: 15px;
  border-top: 1px solid #dadada;
}
footer.old .footer-content {
  max-width: 1280px;
  margin: auto;
  color: #868e96;
  width: 100%;
}
footer.old .logo {
  display: block;
  margin-bottom: 48px;
}
footer.old .logo img {
  height: 42px;
  width: auto;
}
footer.old .address {
  margin-bottom: 40px;
  line-height: 2;
}
.orange {
  color: #ff7e00;
}
.mo {
  display: none;
}
#eventPopup .modal-dialog {
  max-width: 1100px;
}
#eventPopup .modal-header {
  height: 100px;
  color: #fff;
  position: relative;
  justify-content: center;
  background: url(../images/modal-header.png);
}
#eventPopup .modal-header .modal-title {
  font-family: 'GmarketSansMedium';
  font-size: 30px;
}
#eventPopup .modal-header .btn-close {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: scale(1.2) translateY(-8px);
  filter: invert(1);
  opacity: 1;
}
#eventPopup .modal-body {
  padding: 80px;
  background-color: #fff;
}
#eventPopup .modal-footer {
  margin-bottom: 80px;
  background-color: #fff;
  border: 0;
}
#eventPopup .modal-footer a {
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  background-color: #ff7e00;
  height: 80px;
  width: 300px;
  border-radius: 40px;
}
#eventPopup h2 {
  font-size: 34px;
  font-family: 'GmarketSansMedium';
  line-height: 1.6;
  font-weight: 800;
  color: #000;
}
#eventPopup h4 {
  font-size: 24px;
  font-family: 'GmarketSansMedium';
  line-height: 1.6;
  font-weight: 800;
  margin-bottom: 12px;
  color: #000;
}
#eventPopup h4 span {
  color: #0cb2c2;
  letter-spacing: -3px;
  margin-right: 4px;
}
#eventPopup p {
  color: #666;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
}
#eventPopup .popup-area {
  margin: 60px 0;
}
#eventPopup .popup-area p {
  display: block;
  margin-bottom: 40px;
}
#eventPopup .division {
  background-color: #333;
  height: 4px;
  width: 100%;
  margin: 80px 0;
}
#eventPopup textarea {
  display: block;
  height: 230px;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  border: 1px solid #cccccc;
  margin: 40px 0;
  padding: 24px;
}
#eventPopup .input {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
#eventPopup .input input {
  width: 100%;
  height: 80px;
  border: 1px solid #ccc;
  padding-left: 80px;
  font-size: 24px;
}
#eventPopup .input span {
  position: absolute;
  font-size: 30px;
  top: 50%;
  left: 30px;
  color: #333;
  transform: translateY(-50%);
  font-weight: 700;
}
#eventPopup .label-set {
  height: 80px;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
#eventPopup .label-set:last-child {
  margin-bottom: 0;
}
#eventPopup .label-set label {
  min-width: 160px;
  font-size: 24px;
  font-weight: 400;
}
#eventPopup .label-set button {
  min-width: 180px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  height: 100%;
  border: 0;
  background-color: #444;
}
#eventPopup .label-set input {
  width: 100%;
  padding-left: 24px;
  height: 100%;
  border: 1px solid #ccc;
}
#eventPopup .popup-agreement {
  background-color: #f7f7f7;
  padding: 32px 32px 40px;
  font-size: 20px;
  color: #666;
  line-height: 1.6;
}
#eventPopup .popup-agreement p {
  line-height: 1.6;
  font-size: 20px;
}
#eventPopup .popup-check {
  font-size: 20px;
  margin: 20px 0;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#eventPopup .popup-check input {
  margin-right: 8px;
  width: 30px;
  height: 30px;
  appearance: auto;
}
#eventPopup.event-popup-02 .modal-dialog {
  max-width: 640px;
}
#eventPopup.event-popup-02 .modal-body {
  padding-top: 40px;
  padding-bottom: 40px;
}
#eventPopup.event-popup-02 .modal-body h4 {
  margin-bottom: 0;
}
#eventPopup.event-popup-02 .modal-footer {
  margin-bottom: 40px;
}
/* 2022/09/07 수정 시작 by JH */
.tab_menu {
  /* <!-- 2022/09/13 수정 시작 by SOONCEE--> */
  display: flex;
  width: 100%;
  position: fixed;
  top: 110px;
  z-index: 100;
  /* <!-- 2022/09/13 수정 끝 by SOONCEE--> */
}
.tab_menu li {
  width: 50%;
}
.tab_menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  font-family: 'GmarketSansL';
  font-size: 26px;
  border: 1px solid #dadada;
  color: #000;
  background-color: #fff;
}
.tab_menu li a.on {
  border: 0;
  font-family: 'GmarketSansB';
  color: #fff;
  background-color: #ec008c;
}
@media (max-width: 1024px) {
  .tab_menu {
    display: flex;
  }
  .tab_menu li {
    width: 50%;
  }
  .tab_menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 12.5vw;
    font-family: 'GmarketSansL';
    font-size: 3.611vw;
    border: 0.139vw solid #dadada;
  }
  .tab_menu li a.on {
    border: 0;
    font-family: 'GmarketSansB';
    color: #fff;
    background-color: #ec008c;
  }
}
/* 2022/09/07 수정 끝 by JH */
@media all and (max-width: 1920px) {
  .new-main-content .event-link-set {
    max-width: 1200px;
    min-width: 1200px;
    margin: auto;
  }
  .new-main-content .event-link-set .event-link-01 {
    width: 395px;
    left: 50px;
    transform: none;
  }
  .new-main-content .event-link-set .event-link-02 {
    width: 100px;
    right: 168px;
  }
  .new-main-content .event-link-set .event-link-03 {
    width: 100px;
    right: 53px;
  }
  .new-main-content .event-link-set .event-link-04 {
    width: 395px;
    left: 460px;
    z-index: 10;
    position: absolute;
    bottom: 0;
    height: 100%;
    transform: none;
  }
}
@media all and (max-width: 1366px) {
  header.old nav {
    position: absolute;
    gap: 60px;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
  }
  header.old nav a {
    font-size: 15px;
  }
  header.old .logo {
    left: 40px;
  }
  .hero-content img {
    min-width: 1366px;
  }
  .youtube-box {
    min-width: 854px;
  }
  .new-main-content img {
    min-width: 1366px;
  }
  .new-main-content .event-link-set .event-link-01 {
    min-width: 280px;
    width: 280px;
    left: 210px;
  }
  .new-main-content .event-link-set .event-link-04 {
    min-width: 280px;
    width: 280px;
    left: 500px;
  }
  .new-main-content .event-link-set .event-link-02 {
    right: 293px;
    min-width: 72px;
    width: 72px;
  }
  .new-main-content .event-link-set .event-link-03 {
    right: 210px;
    min-width: 72px;
    width: 72px;
  }
  .out-link-set {
    width: 856px;
  }
}
@media all and (max-width: 1120px) {
  [class*='comment-0'],
  .event-notice {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media all and (max-width: 992px) {
  /* 2022/09/07 수정 시작 by JH */
  .series {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    height: 100px;
  }
  .series-tab {
    width: 50%;
    height: 100%;
  }
  .series-tab.active {
    background-color: #ec008c;
  }
  .series-tab.active .btn {
    border: 0;
  }
  .series-tab.active span {
    background-position-y: -26px;
  }
  .series-tab button {
    border-radius: 0;
    border: 1px solid #dadada;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    outline: 0;
    padding: 0;
  }
  .series-tab button span {
    position: relative;
    display: block;
    height: 23px;
    width: 100%;
    background-image: url(../images/new-hiphop/tab-menu.png);
    background-size: 342px auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    text-indent: -9999px;
  }
  .series .tab-01 span {
    width: 165px;
  }
  .series .tab-02 span {
    width: 172px;
    background-position-x: -170px;
  }
  /* 2022/09/07 수정 끝 by JH */
  .comment-year {
    display: inline-block;
    color: #adb5bd;
    font-weight: 300;
    margin-left: 4px;
  }
  .main-content,
  [class*='comment-0'],
  .event-notice,
  .footer-content {
    padding-right: 24px;
    padding-left: 24px;
  }
  .top-btn,
  .music-btn {
    right: 24px;
  }
  .comment-year {
    min-width: initial;
  }
  header.old {
    height: 70px;
  }
  header.old .logo {
    display: none;
  }
  header.old nav {
    width: 100%;
    right: initial;
    top: initial;
    gap: 0;
    transform: none;
  }
  header.old nav a {
    display: flex;
    min-width: initial;
    padding: 0;
    color: #868e96;
    font-size: 14px;
    line-height: 1.4;
    border: 0;
    width: calc(100% / 3);
    height: 100%;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #efefef;
  }
  header.old nav a.selected {
    color: #fff;
    background-color: #198fd0;
  }
  header.old nav a:last-child {
    border-right: 0;
  }
  .top-banner {
    background: linear-gradient(90deg, #e17527 50%, #ee9c37 50%);
    top: 20vw;
  }
  .top-banner img {
    max-width: 750px;
    width: 100%;
    min-width: initial;
  }
  [class*='out-link-mobile'] {
    position: absolute;
  }
  .out-link-mobile-01 {
    height: 35%;
    width: 100%;
    top: 18%;
  }
  .out-link-mobile-02 {
    height: 35%;
    width: 100%;
    top: 57%;
  }
  .hero-content {
    min-width: initial;
  }
  .hero-content.hiphop {
    padding-top: calc(159px + 20vw);
  }
  .hero-content.love {
    padding-top: 70px;
  }
  .hero-content img {
    min-width: initial;
  }
  .new-main-content {
    position: relative;
  }
  .new-main-content img {
    min-width: initial;
    width: 100%;
  }
  .new-main-content.btn-type {
    padding-left: 24px;
    padding-right: 24px;
    background-color: #000;
    padding-bottom: 50px;
  }
  .new-main-content.btn-type .btn-set {
    margin-top: 0;
  }
  .new-main-content .youtube-thum {
    z-index: 10;
    position: absolute;
    max-width: 100%;
    min-width: initial;
    cursor: pointer;
  }
  .new-main-content .youtube-thum.hide {
    display: none;
  }
  .youtube-area-02 .youtube-box {
    box-shadow: none;
    top: 0;
    height: 100%;
  }
  .banner {
    position: relative;
    padding-top: 24px;
    overflow-x: initial;
  }
  .banner img {
    min-width: initial;
  }
  .banner img.banner-balloon {
    position: absolute;
    width: 60px;
    height: 60px;
    right: -12px;
    left: initial;
    transform: initial;
    top: 12px;
  }
  .main-content {
    padding-bottom: 80px;
  }
  .comment {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .comment-content ul {
    margin-top: 8px;
  }
  .comment-content ul li {
    position: relative;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .comment-image {
    min-width: 50px;
    min-height: 50px;
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }
  .comment-tab a {
    min-width: initial;
    padding-top: 24px;
    padding-right: 0;
    padding-bottom: 14px;
    padding-left: 0;
    font-size: 14px;
    width: 50%;
  }
  .comment-text {
    padding-top: 4px;
  }
  .comment-text > div {
    display: flex;
    margin-bottom: 4px;
    align-items: center;
    gap: 8px;
  }
  .comment-text h3 {
    margin-bottom: 8px;
    font-size: 14px;
    justify-content: flex-start;
    align-items: unset;
  }
  .comment-text h3 div {
    margin-bottom: 0 !important;
  }
  .comment-text p {
    font-size: 12px;
  }
  .comment-year {
    font-size: 12px;
  }
  .btn-set {
    margin-top: 50px;
    flex-wrap: wrap;
    gap: 10px;
  }
  .btn-set a {
    min-width: initial;
    font-size: 18px;
    width: 100%;
    height: 50px;
  }
  .pagination {
    margin-top: 28px;
    gap: 20px;
  }
  .pagination a {
    font-size: 12px;
  }
  .pagination .next,
  .pagination .prev {
    width: 36px;
    height: 12px;
  }
  .pagination .next {
    margin-left: 10px;
  }
  .pagination .prev {
    margin-right: 10px;
  }
  .event-notice {
    padding-top: 48px;
    padding-bottom: 60px;
  }
  .event-notice-content h3 {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .event-notice-content li {
    margin-bottom: 6px;
    padding-left: 7px;
    font-size: 12px;
    text-indent: -7px;
  }
  footer.old {
    padding: 40px 0 60px;
    font-size: 12px;
  }
  footer.old .logo {
    margin-bottom: 32px;
  }
  footer.old .logo img {
    height: 32px;
  }
  footer.old .address {
    margin-bottom: 24px;
    line-height: 1.5;
    letter-spacing: -0.4px;
  }
  footer.old .copyright {
    letter-spacing: -0.8px;
  }
  .youtube-box {
    min-width: initial;
    width: 86.5%;
    box-shadow: 1px 1px 8px 5px rgba(255, 255, 255, 0.25);
  }
  .banner {
    padding-top: 32px;
  }
  .banner img.banner-balloon {
    top: 20px;
  }
  .pc {
    display: none;
  }
  .mo {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .hero-content.hiphop {
    padding-top: 40.71vw;
  }
  .btn-set a {
    height: 60px;
  }
  .comment-tab a {
    font-size: 16px;
  }
  .comment-text h3 {
    margin-bottom: 0;
    font-size: 16px;
  }
  .comment-text div {
    margin-bottom: 8px;
  }
  .comment-text p,
  .comment-text .comment-year,
  .event-notice-content li {
    font-size: 14px;
    margin-top: 8px;
  }
  .comment-year {
    margin-top: 0 !important;
  }
  #eventPopup .modal-dialog {
    padding: 0 25px;
    margin: 0;
  }
  #eventPopup .modal-header {
    height: 50px;
  }
  #eventPopup .modal-header .modal-title {
    font-size: 16px;
  }
  #eventPopup .modal-header .btn-close {
    transform: translateY(-8px);
    right: 16px;
  }
  #eventPopup .modal-body {
    padding: 40px 25px 20px;
  }
  #eventPopup .modal-footer {
    margin-bottom: 40px;
    padding: 0;
  }
  #eventPopup h2 {
    font-size: 16px;
  }
  #eventPopup h4 {
    font-size: 13px;
  }
  #eventPopup h4 span {
    letter-spacing: -1px;
  }
  #eventPopup p {
    font-size: 13px;
  }
  #eventPopup .division {
    margin: 32px 0;
    height: 2px;
  }
  #eventPopup .popup-area {
    margin: 32px 0;
  }
  #eventPopup .popup-area p {
    margin-bottom: 20px;
  }
  #eventPopup textarea {
    height: 125px;
    padding: 12px;
    font-size: 13px;
    margin: 20px 0;
  }
  #eventPopup .input input {
    height: 50px;
    font-size: 16px;
    padding-left: 40px;
  }
  #eventPopup .input span {
    font-size: 16px;
    left: 15px;
  }
  #eventPopup .label-set {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  #eventPopup .label-set label {
    margin-bottom: 8px;
  }
  #eventPopup .label-set label,
  #eventPopup .label-set input {
    font-size: 13px;
    width: 100%;
  }
  #eventPopup .label-set input {
    padding-left: 12px;
    height: 50px;
  }
  #eventPopup .label-set-btn input {
    width: calc(100% - 85px);
  }
  #eventPopup .label-set-btn button {
    min-width: 85px;
    width: 85px;
    height: 50px;
    font-size: 13px;
  }
  #eventPopup .popup-agreement {
    font-size: 13px;
    padding: 20px 15px;
  }
  #eventPopup .popup-agreement p {
    font-size: 13px;
  }
  #eventPopup .popup-check {
    font-size: 13px;
  }
  #eventPopup .popup-check input {
    width: 21px;
    height: 21px;
  }
  #eventPopup .modal-footer a {
    width: 170px;
    height: 50px;
    font-size: 18px;
    margin: auto;
  }
}
