@charset "UTF-8";

.sample {
  width: 1920px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
}

.sub-page {
  background-image: url(/image/sub/sub_bg.jpg);
  background-repeat: repeat;
  padding-top: 175px;
}

.sub__top {
  margin-bottom: 127px;
}

.sub__top .top__path {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub__top .top__path>a {
  font-size: 13px;
  color: #666;
  font-weight: 500;
  padding-right: 12px;
  margin-right: 10px;
  position: relative;
  line-height: 1em;
}

.sub__top .top__path>a::before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #c1c0c2;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: 0;
}

.sub__top .top__path>p {
  font-size: 13px;
  color: #fe931d;
  font-weight: 500;
  line-height: 1em;
}

.sub__top .top__tit {
  margin-top: 64px;
  font-weight: 800;
  font-size: 80px;
  line-height: 1em;
  display: inline-block;
  position: relative;
}

.sub__top .top__tit::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #fe931d;
  border-radius: 50%;
  position: absolute;
  bottom: 13px;
  right: -15px;
}

.sub__top .top__stit {
  line-height: 1em;
  margin-top: 30px;
  font-size: 25px;
  font-family: 'Noto Sans KR';
}

/* ABOUT */
.company-about {
  padding-bottom: 183px;
}

/* HISTORY */
.company-history {
  padding-bottom: 157px;
}

.company-history .history__list {
  border-top: 2px solid #262626;
}

.company-history .history__list>li {
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.company-history .history__list .list__year {
  width: 260px;
  font-size: 35px;
  color: #252525;
  padding-left: 40px;
  font-weight: 500;
}

.company-history .history__list .list__event {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.company-history .history__list .list__event>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.company-history .history__list .list__event>li:last-child {
  margin-bottom: 0;
}

.company-history .history__list .list__event .event__month {
  font-size: 20px;
  color: #191919;
  font-weight: 500;
  width: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-left: 14px;
}

.company-history .history__list .list__event .event__month::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #fe931d;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0;
}

.company-history .history__list .list__event .event__txt {
  font-size: 18px;
  color: #777;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* MAP */
.company-map {
  padding-bottom: 174px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.company-map .map__info {
  width: 450px;
  padding-top: 25px;
}

.company-map .map__info .info__tit {
  font-size: 35px;
  font-weight: 700;
  font-family: 'Noto Sans KR', sans-serif;
  padding-bottom: 25px;
  position: relative;
}

.company-map .map__info .info__tit::before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 0;
}

.company-map .map__info .info__list {
  margin-top: 40px;
}

.company-map .map__info .info__list>li {
  padding-left: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.company-map .map__info .info__list>li:nth-child(1) {
  background-image: url(/image/sub/map_icon01.png);
  background-repeat: no-repeat;
  background-position: 0 3px;
}

.company-map .map__info .info__list>li:nth-child(2) {
  background-image: url(/image/sub/map_icon02.png);
  background-repeat: no-repeat;
  background-position: 0 3px;
}

.company-map .map__info .info__list>li:nth-child(3) {
  background-image: url(/image/sub/map_icon03.png);
  background-repeat: no-repeat;
  background-position: 0 3px;
}

.company-map .map__info .info__list>li:nth-child(4) {
  background-image: url(/image/sub/map_icon04.png);
  background-repeat: no-repeat;
  margin-bottom: 0;
  background-position: 0 3px;
}

.company-map .map__info .info__list .list__param01 {
  font-size: 20px;
  font-weight: 700;
}

.company-map .map__info .info__list .list__param02 {
  font-size: 16px;
  color: #777;
  margin-top: 12px;
  font-family: 'Noto Sans KR', sans-serif;
}

.company-map .map__location {
  width: 750px;
}

.company-map .map__location .root_daum_roughmap .wrap_controllers,
.company-map .map__location .root_daum_roughmap .wrap_btn_zoom {
  display: none;
}

/* 공지사항 */
.company-notice {
  padding-bottom: 157px;
}

/* VIDEO */
.media-video {
  padding-bottom: 157px;
}

/* RELEASE */
.media-release {
  padding-bottom: 157px;
}

.media-release .release__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 100px;
  border-bottom: 1px solid #ddd;
}

.media-release .release__list>a {
  width: 360px;
  height: 360px;
  overflow: hidden;
  margin-right: 60px;
  margin-bottom: 60px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  position: relative;
}

.media-release .release__list>a:hover {
  border-radius: 50%;
}

.media-release .release__list>a:hover .list__hover {
  opacity: 1;
}

.media-release .release__list>a>img {
  position: absolute;
  top: 0;
  left: 0;
}

.media-release .release__list>a:nth-child(3n) {
  margin-right: 0;
}

.media-release .release__list>a:nth-last-child(-n + 3) {
  margin-bottom: 0;
}

.media-release .release__list .list__hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(254, 147, 29, 0.7);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.media-release .release__list .list__hover .hover__name {
  font-size: 20px;
  color: #fff;
}

.media-release .release__list .list__hover .hover__title {
  font-size: 28px;
  margin-top: 18px;
  margin-bottom: 50px;
  color: #fff;
}

.release-view {
  padding-bottom: 157px;
}

.release-view .view__tit {
  font-size: 28px;
  font-weight: 500;
  line-height: 1em;
  padding-bottom: 25px;
  border-bottom: 2px solid #333;
  text-transform: uppercase;
  margin-bottom: 43px;
}

.release-view .view__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 130px;
  border-bottom: 1px solid #ddd;
}

.release-view .view__cover {
  width: 512px;
  margin-right: 70px;
}

.release-view .view__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
}

.release-view .view__link>a {
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #aaa;
  color: #aaa;
  line-height: 40px;
  height: 40px;
  padding: 0 17px;
  border-radius: 25px;
  margin-right: 10px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.release-view .view__link>a:last-child {
  margin-right: 0;
}

.release-view .view__link>a.melon:hover {
  border-color: #00cd3c;
  color: #00cd3c;
}

.release-view .view__link>a.genie:hover {
  border-color: #0095ff;
  color: #0095ff;
}

.release-view .view__link>a.flo:hover {
  border-color: #0f141b;
  color: #0f141b;
}

.release-view .view__link>a.bugs:hover {
  border-color: #ff3b28;
  color: #ff3b28;
}

.release-view .view__link>a.naver:hover {
  border-color: #03c75a;
  color: #03c75a;
}

.release-view .view__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.release-view .view__info .info__singer {
  background-color: #fff;
  padding: 40px 47px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 17px;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.release-view .view__info .info__singer .singer__info {
  width: 400px;
}

.release-view .view__info .info__singer .singer__info>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
}

.release-view .view__info .info__singer .singer__info>li:last-child {
  margin-bottom: 0;
}

.release-view .view__info .info__singer .singer__info>li>p {
  line-height: 1em;
}

.release-view .view__info .info__singer .singer__info>li>p:first-child {
  color: #888;
  font-weight: 600;
  width: 150px;
}

.release-view .view__info .info__singer .singer__info>li>p:last-child {
  color: #000;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Noto Sans KR', sans-serif;
}

.release-view .view__info .info__singer .singer__img {
  width: 104px;
  border: 1px solid #ddd;
  border-radius: 50%;
  padding: 3px;
  text-align: center;
}

.release-view .view__info .info__singer .singer__img img {
  border-radius: 50%;
  width: 100%;
}

.release-view .view__info .info__song {
  background-color: #fff;
  padding: 40px 47px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 17px;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}

.release-view .view__info .info__song .song__param01 {
  color: #fe931d;
  font-size: 17px;
  font-weight: 500;
  padding-left: 14px;
  background-image: url(/image/sub/marker_icon01.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  font-family: 'Noto Sans KR', sans-serif;
  margin-bottom: 25px;
}

.release-view .view__info .info__song .song__param02 {
  font-size: 17px;
  line-height: 1.6em;
  font-family: 'Noto Sans KR', sans-serif;
  margin-bottom: 30px;
}

/* NEWS & INFORMATION */
.audition-info,
.media-news {
  padding-bottom: 157px;
}

/* APPLY */
.audition-apply {
  padding-bottom: 148px;
}

.audition-apply .apply__btn {
  width: 240px;
  text-align: center;
  background-color: #000;
  display: block;
  line-height: 55px;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
}

.audition-apply .apply__btn:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.15);
}

.audition-apply .apply__btn p {
  color: #fff;
  font-size: 16px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(/image/sub/download_icon.png);
  background-repeat: no-repeat;
  background-position: 100% center;
  display: inline-block;
}

/* FAQ */
.audition-faq {
  padding-bottom: 157px;
}

.audition-faq .faq__list {
  border-top: 2px solid #fe931d;
}

.audition-faq .faq__list .list__q {
  padding: 30px 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  background-image: url(/image/sub/q_icon.png);
  background-repeat: no-repeat;
  background-position: 40px 33px;
  position: relative;
}

.audition-faq .faq__list .list__q .q__arrow {
  position: absolute;
  top: 40px;
  right: 30px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.audition-faq .faq__list .list__q>p {
  font-size: 22px;
  color: #252525;
}

.audition-faq .faq__list .list__q.active .q__arrow {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.audition-faq .faq__list .list__a {
  padding: 30px 90px 90px 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display: none;
  background-image: url(/image/sub/a_icon.png);
  background-repeat: no-repeat;
  background-position: 40px 33px;
}

.audition-faq .faq__list .list__a>p {
  font-size: 18px;
  color: #666;
}

/* 아티스트 */
.artist-profile {
  padding-bottom: 200px;
}

.artist-profile .artist__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.artist-profile .artist__list>a {
  width: 528px;
  height: 528px;
  position: relative;
  display: block;
}

.artist-profile .artist__list>a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(254, 147, 29, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.artist-profile .artist__list>a:nth-child(2n) {
  margin-top: 350px;
}

.artist-profile .artist__list>a>img {
  border-radius: 50%;
  width: 100%;
  -webkit-box-shadow: 23px 23px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 23px 23px 10px rgba(0, 0, 0, 0.15);
}

.artist-profile .artist__list>a .list__info {
  position: absolute;
  left: 75px;
  bottom: -50px;
  opacity: 0;
  -webkit-transition: all ease .6s;
  transition: all ease .6s;
}

.artist-profile .artist__list>a .list__info .info__param01 {
  font-size: 22px;
  font-style: italic;
  font-weight: 600;
  line-height: 1em;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.artist-profile .artist__list>a .list__info .info__param02 {
  font-size: 90px;
  font-style: italic;
  font-weight: 600;
  line-height: 1em;
  margin-top: 18px;
}

.artist-profile .artist__list>a:hover::before {
  opacity: 1;
}

.artist-profile .artist__list>a:hover .list__info {
  left: 35px;
  opacity: 1;
}

.artist-profile .artist__list>a.list__apply::before {
  display: none;
}

.artist-profile .artist__list>a.list__apply .apply__wrap {
  background-color: #000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 528px;
  height: 528px;
  -webkit-box-shadow: 23px 23px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 23px 23px 10px rgba(0, 0, 0, 0.15);
}

.artist-profile .artist__list>a.list__apply .apply__param01 {
  color: #fff;
  font-size: 22px;
}

.artist-profile .artist__list>a.list__apply .apply__param02 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  margin-top: 33px;
}

.artist-profile .artist__list>a.list__apply img {
  color: #fff;
  width: auto;
  margin-top: 80px;
}

.artist-detail {
  padding-bottom: 180px;
}

.artist-detail .detail__tit {
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 45px;
}

.artist-detail .detail__top {
  font-size: 42px;
  font-weight: 600;
  border-bottom: 2px solid #000;
  padding-bottom: 28px;
  margin-bottom: 45px;
}

.artist-detail .detail__top span {
  font-size: 28px;
}

.artist-detail .detail__singer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 80px;
  border-bottom: 1px solid #ddd;
}

.artist-detail .detail__singer .singer__photo {
  width: 510px;
  margin-right: 70px;
}

.artist-detail .detail__singer .singer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  flex-wrap: wrap;
  justify-content: center;
}

.artist-detail .detail__singer .singer__sns>a {
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #aaa;
  color: #aaa;
  line-height: 40px;
  height: 40px;
  padding: 0 17px;
  border-radius: 25px;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.artist-detail .detail__singer .singer__sns>a:last-child {
  margin-right: 0;
}

.artist-detail .detail__singer .singer__sns>a.facebook:hover {
  border-color: #4064ac;
  color: #4064ac;
}

.artist-detail .detail__singer .singer__sns>a.twitter:hover {
  border-color: #1c9cea;
  color: #1c9cea;
}

.artist-detail .detail__singer .singer__sns>a.instagram:hover {
  border-color: #e5276a;
  color: #e5276a;
}

.artist-detail .detail__singer .singer__sns>a.tiktok:hover {
  border-color: #191919;
  color: #191919;
}

.artist-detail .detail__singer .singer__sns>a.youtube:hover {
  border-color: #ff0000;
  color: #ff0000;
}

.artist-detail .detail__singer .singer__sns>a.cafe:hover {
  border-color: #fe931d;
  color: #fe931d;
}

.artist-detail .detail__singer .singer__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  border-radius: 15px;
  padding: 55px 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}

.artist-detail .detail__singer .singer__info .info__name {
  font-size: 34px;
  font-weight: 600;
  line-height: 1em;
}

.artist-detail .detail__singer .singer__info .info__item {
  margin-top: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
}

.artist-detail .detail__singer .singer__info .info__item>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.artist-detail .detail__singer .singer__info .info__item>li:last-child {
  margin-bottom: 0;
}

.artist-detail .detail__singer .singer__info .info__item>li>p {
  font-family: 'Noto Sans KR', sans-serif;
}

.artist-detail .detail__singer .singer__info .info__item>li>p:first-child {
  width: 57px;
  color: #888;
  font-weight: 500;
}

.artist-detail .detail__singer .singer__info .info__item>li>p:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.artist-detail .detail__singer .singer__info .info__param {
  margin-top: 30px;
  color: #666;
  font-size: 16px;
  word-break: keep-all;
  line-height: 2em;
}

.artist-detail .detail__release {
  border-bottom: 1px solid #ddd;
  padding-bottom: 60px;
  padding-top: 60px;
  overflow: hidden;
  position: relative;
}

.artist-detail .detail__release .release__wrap {
  width: calc(100% + 20px);
}

.artist-detail .detail__release .release__wrap .items {
  margin-right: 20px;
}

.artist-detail .detail__release .release__wrap .items img {
  width: 100%;
}

.artist-detail .detail__video {
  border-bottom: 1px solid #ddd;
  padding-bottom: 60px;
  padding-top: 60px;
  overflow: hidden;
  position: relative;
}

.artist-detail .detail__video .board--style02 {
  width: calc(100% + 40px);
  padding-bottom: 0;
  border: none;
}

.artist-detail .detail__video .board--style02 .list__wrap {
  margin-right: 40px;
  margin-bottom: 0;
}

.artist-detail .detail__video .slick-prev {
  right: 120px;
}

.artist-detail .detail__video .slick-next {
  right: 40px;
}

.artist-detail .detail__photo {
  border-bottom: 1px solid #ddd;
  padding-bottom: 60px;
  padding-top: 60px;
  overflow: hidden;
  position: relative;
}

.artist-detail .detail__photo .photo__wrap {
  width: calc(100% + 20px);
}

.artist-detail .detail__photo .photo__wrap .items {
  margin-right: 20px;
}

.artist-detail .detail__photo .photo__wrap .items img {
  width: 100%;
  cursor: pointer;
}

.artist-detail .detail__schedule {
  border-bottom: 1px solid #ddd;
  padding-bottom: 60px;
  padding-top: 60px;
  position: relative;
}

.artist-detail .detail__schedule .schedule__calendar .calendar__top {
  background-color: #fe931d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 70px;
  height: 70px;
}

.artist-detail .detail__schedule .schedule__calendar .calendar__top .top__month {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  margin: 0 25px;
}

.artist-detail .detail__schedule .schedule__calendar .calendar__top button {
  background-color: transparent;
  border: none;
}

.artist-detail .detail__schedule .schedule__calendar .calendar__day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.artist-detail .detail__schedule .schedule__calendar .calendar__day>li {
  width: 14.28%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 60px;
  height: 60px;
  font-size: 17px;
  font-weight: 600;
  color: #252525;
}

.artist-detail .detail__schedule .schedule__calendar .calendar__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.artist-detail .detail__schedule .schedule__calendar .calendar__date>li {
  width: 14.28%;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100px;
  padding: 18px 12px;
  position: relative;
  font-size: 15px;
  font-weight: 600;
  color: #555;
}

.artist-detail .detail__schedule .schedule__calendar .calendar__date>li.hasEvent {
  background-color: #fff;
}

.artist-detail .detail__schedule .schedule__calendar .event__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 12px;
  left: 12px;
}

.artist-detail .detail__schedule .schedule__calendar .event__list>li {
  position: relative;
  margin-right: 5px;
}

.artist-detail .detail__schedule .schedule__calendar .event__list>li:last-child {
  margin-right: 0;
}

.artist-detail .detail__schedule .schedule__calendar .event__list>li.radio .list__icon {
  background-image: url(/image/sub/radio_icon.png);
}

.artist-detail .detail__schedule .schedule__calendar .event__list>li.tv .list__icon {
  background-image: url(/image/sub/tv_icon.png);
}

.artist-detail .detail__schedule .schedule__calendar .event__list>li.concert .list__icon {
  background-image: url(/image/sub/concert_icon.png);
}

.artist-detail .detail__schedule .schedule__calendar .event__list>li:hover.radio .list__icon {
  background-image: url(/image/sub/radio_icon_on.png);
}

.artist-detail .detail__schedule .schedule__calendar .event__list>li:hover.tv .list__icon {
  background-image: url(/image/sub/tv_icon_on.png);
}

.artist-detail .detail__schedule .schedule__calendar .event__list>li:hover.concert .list__icon {
  background-image: url(/image/sub/concert_icon_on.png);
}

.artist-detail .detail__schedule .schedule__calendar .event__list>li:hover .list__tooltip {
  opacity: 1;
}

.artist-detail .detail__schedule .schedule__calendar .event__list .list__icon {
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.artist-detail .detail__schedule .schedule__calendar .event__list .list__tooltip {
  position: absolute;
  width: 150px;
  border: 2px solid #fe931d;
  color: #fe931d;
  font-size: 14px;
  border-radius: 30px;
  background-color: #fff;
  left: 50%;
  bottom: 40px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  opacity: 0;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  font-weight: 400;
  padding: 5px;
}

.artist-detail .detail__schedule .schedule__calendar .event__list .list__tooltip::before {
  content: "";
  background-image: url(/image/sub/tooltip_tri.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 17px;
  height: 12px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -12px;
}

.artist-detail .detail__schedule .schedule__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.artist-detail .detail__schedule .schedule__icon>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
}

.artist-detail .detail__schedule .schedule__icon>li:last-child {
  margin-right: 0;
}

.artist-detail .detail__schedule .schedule__icon>li p {
  margin-left: 5px;
  font-size: 13px;
  color: #777;
}

.artist-detail .slick-prev {
  position: absolute;
  background-image: url(/image/sub/arrow_next01.png);
  background-color: transparent;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 65px;
  height: 16px;
  border: none;
  top: -73px;
  right: 100px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.artist-detail .slick-prev:hover {
  background-image: url(/image/sub/arrow_next02.png);
}

.artist-detail .slick-next {
  position: absolute;
  background-image: url(/image/sub/arrow_prev01.png);
  background-color: transparent;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 65px;
  height: 16px;
  border: none;
  top: -73px;
  right: 20px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.artist-detail .slick-next:hover {
  background-image: url(/image/sub/arrow_prev02.png);
}

.rolling__logo {
  position: absolute;
  top: -310px;
  right: -268px;
  -webkit-animation: linear 15s rolling infinite;
  animation: linear 15s rolling infinite;
}

.board__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 64px;
}

.board__top .top__cnt {
  font-size: 18px;
  font-weight: 500;
}

.board__top .top__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.board__top .top__form select {
  border: none;
  border-bottom: 2px solid #000;
  width: 100px;
  font-size: 17px;
  line-height: 35px;
  height: 35px;
  margin-right: 30px;
}

.board__top .top__form .form__input {
  border-bottom: 2px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.board__top .top__form .form__input input {
  border: none;
  height: 35px;
  line-height: 35px;
  background: transparent;
}

.board__top .top__form .form__input button {
  background: transparent;
  border: none;
}

.board--style01 {
  border-top: 2px solid #fe931d;
}

.board--style01 .board__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.board--style01 .board__header p {
  font-size: 17px;
  font-weight: 500;
  font-family: 'Noto Sans KR', sans-serif;
  line-height: 70px;
  height: 70px;
}

.board--style01>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.board--style01>a:hover {
  background-color: #fff;
}

.board--style01>a p {
  line-height: 70px;
  height: 70px;
}

.board--style01>a .board__date,
.board--style01>a .board__hit,
.board--style01>a .board__num {
  font-size: 17px;
  color: #888888;
  font-weight: 500;
}

.board--style01>a .board__subject {
  color: #333333;
  font-weight: 500;
  font-size: 17px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.board--style01 .board__num {
  width: 120px;
  text-align: center;
}

.board--style01 .board__subject {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.board--style01 .board__date {
  width: 165px;
  text-align: center;
}

.board--style01 .board__hit {
  width: 150px;
  text-align: center;
}

.board--style02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 110px;
  border-bottom: 1px solid #ddd;
}

.board--style02.video .list__wrap .board__info::after {
  content: "";
  width: 55px;
  height: 55px;
  background-image: url(/image/sub/video_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -30px;
  left: 33px;
}

.board--style02 .list__wrap {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 45px;
  cursor: pointer;
}

.board--style02 .list__wrap:nth-last-child(-n + 3) {
  margin-bottom: 0;
}

.board--style02 .list__wrap:nth-child(3n) {
  margin-right: 0;
}

.board--style02 .list__wrap:hover .board__thumb img {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}

.board--style02 .list__wrap:hover .board__info::before {
  width: 100%;
  left: 0;
}

.board--style02 .list__wrap .board__thumb {
  overflow: hidden;
  padding-top: 57%;
  height: 0;
  position: relative;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.board--style02 .list__wrap .board__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all ease .6s;
  transition: all ease .6s;
}

.board--style02 .list__wrap .board__info {
  background-color: #fff;
  padding: 29px 33px 52px 33px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.board--style02 .list__wrap .board__info::before {
  content: "";
  width: 0%;
  height: 3px;
  background-color: #fe931d;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.board--style02 .list__wrap .board__info .info__cate {
  font-size: 14px;
  color: #fe931d;
  font-weight: 700;
  margin-bottom: 7px;
}

.board--style02 .list__wrap .board__info .info__tit {
  font-size: 22px;
  white-space: normal;
  line-height: 1.4em;
  height: 2.8em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.board--style02 .list__wrap .board__info .info__date {
  margin-top: 35px;
  font-size: 15px;
  color: #191919;
  font-weight: 600;
}

.board-view {
  padding-bottom: 157px;
}

.board-view .view__top {
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
  padding: 30px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.board-view .view__top .top__cate {
  font-size: 14px;
  color: #fe931d;
  font-weight: 600;
}

.board-view .view__top .top__tit {
  line-height: 1.5em;
  font-size: 30px;
  margin-top: 5px;
}

.board-view .view__top .top__date {
  margin-top: 25px;
  font-weight: 600;
  font-size: 15px;
}

.board-view .view__detail {
  padding-top: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 550px;
  border-bottom: 1px solid #ddd;
}

.board-view .view__detail p {
  font-size: 17px;
}

.board__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

.board__pager button {
  width: 240px;
  height: 60px;
  line-height: 60px;
  background-color: #000;
  border: none;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.board__pager button:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.15);
}

.board__pager button p {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding-left: 27px;
  background-image: url(/image/sub/list_icon.png);
  background-repeat: no-repeat;
  background-position: 0 center;
}

.board__pager a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.board__pager a .pager__next {
  background-image: url(/image/sub/arrow_next01.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 65px;
  height: 16px;
}

.board__pager a .pager__prev {
  background-image: url(/image/sub/arrow_prev01.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 65px;
  height: 16px;
}

.board__pager a:hover .pager__next {
  background-image: url(/image/sub/arrow_next02.png);
}

.board__pager a:hover .pager__prev {
  background-image: url(/image/sub/arrow_prev02.png);
}

.board__pager a:hover p {
  color: #000;
}

.board__pager a p {
  color: #bfbfbf;
  font-size: 22px;
  font-weight: 600;
  margin: 0 8px;
}

.popup__dim {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2000;
  left: 0;
  top: 0;
  display: none;
  opacity: 0;
  cursor: pointer;
}

.video__popup {
  width: 1200px;
  position: fixed;
  top: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2000;
  display: none;
  opacity: 0;
}

.video__popup .popup__wrap {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 56%;
  width: 100%;
}

.video__popup .popup__wrap iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.video__popup .popup__tit {
  width: 800px;
  margin: auto;
  color: #fff;
  font-size: 32px;
  white-space: normal;
  line-height: 1.4em;
  max-height: 2.8em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}

.video__popup .popup__date {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 1em;
}

.video__popup .popup__close {
  position: absolute;
  top: 0;
  right: -32px;
  cursor: pointer;
}

.photo__popup {
  position: fixed;
  top: 120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2000;
  display: none;
  opacity: 0;
}

.photo__popup .popup__img {
  width: 660px;
  height: 660px;
  position: relative;
  overflow: hidden;
}

.photo__popup .popup__img>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.photo__popup .popup__prev {
  position: absolute;
  top: 43%;
  left: -200px;
  cursor: pointer;
}

.photo__popup .popup__next {
  position: absolute;
  top: 43%;
  right: -200px;
  cursor: pointer;
}

.photo__popup .popup__close {
  position: absolute;
  top: -50px;
  right: -50px;
  cursor: pointer;
}