@charset "UTF-8";
.sub-page {
  background-image: url(/image/sub/sub_bg.jpg);
  background-repeat: repeat;
  padding-top: 125px;
  padding-bottom: 80px;
  min-height: calc(100vh - 84px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sub__top {
  margin-bottom: 55px;
}

.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 {
  font-weight: 800;
  font-size: 42px;
  line-height: 1em;
  display: inline-block;
  position: relative;
}

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

.sub__top .top__stit {
  line-height: 1.5em;
  margin-top: 12px;
  font-size: 20px;
  font-family: 'Noto Sans KR';
}

/* HISTORY */
.company-history .history__list {
  border-top: 1px solid #262626;
}

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

.company-history .history__list .list__year {
  width: 80px;
  font-size: 22px;
  color: #252525;
  padding-left: 12px;
  font-weight: 600;
}

.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: 20px;
}

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

.company-history .history__list .list__event .event__month {
  font-size: 15px;
  color: #191919;
  font-weight: 600;
  width: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 8px;
}

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

.company-history .history__list .list__event .event__txt {
  font-size: 15px;
  color: #777;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.4em;
  padding-top: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* MAP */
.company-map .map__info {
  margin-top: 25px;
}

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

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

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

.company-map .map__info .info__list > li {
  padding-left: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 25px;
  background-size: 18px;
}

.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: 18px;
  font-weight: 700;
}

.company-map .map__info .info__list .list__param02 {
  font-size: 15px;
  color: #777;
  margin-top: 5px;
  font-family: 'Noto Sans KR', sans-serif;
  line-height: 1.4em;
}

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

.company-map .map__location .root_daum_roughmap {
  width: 100%;
  height: 250px;
}

/* RELEASE */
.media-release .release__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 45px;
  border-bottom: 1px solid #ddd;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.media-release .release__list > a {
  width: 49%;
  overflow: hidden;
  margin-bottom: 25px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  position: relative;
}

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

.media-release .release__list .list__info {
  margin-top: 10px;
}

.media-release .release__list .list__info .info__name {
  font-size: 13px;
  color: #fe931d;
  font-weight: 500;
}

.media-release .release__list .list__info .info__title {
  margin-top: 3px;
  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;
  font-size: 15px;
}

.release-view .view__tit {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
  border-bottom: 2px solid #000;
  padding-bottom: 8px;
  margin-bottom: 40px;
}

.release-view .view__cover .cover__img {
  padding: 0 7%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.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: 20px;
}

.release-view .view__link > a {
  font-size: 11px;
  font-weight: 600;
  line-height: 30px;
  height: 30px;
  border-radius: 25px;
  margin: 0 .5%;
  width: 19%;
  border: 1px solid #ddd;
  text-align: center;
}

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

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

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

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

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

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

.release-view .view__info {
  margin-top: 30px;
  padding-bottom: 45px;
  border-bottom: 1px solid #ddd;
}

.release-view .view__info .info__singer {
  background-color: #fff;
  padding: 40px 7%;
  -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: 25px;
  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 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

.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: 1.4em;
  font-size: 13px;
}

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

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

.release-view .view__info .info__song {
  background-color: #fff;
  padding: 40px 7%;
  -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: 15px;
  font-weight: 500;
  padding-left: 12px;
  background-image: url(/image/sub/marker_icon01.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 7px;
  font-family: 'Noto Sans KR', sans-serif;
  margin-bottom: 15px;
}

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

.release-view .view__info .info__song .song__param02:last-child {
  margin-bottom: 0;
}

/* APPLY */
.audition-apply .apply__btn {
  width: 160px;
  text-align: center;
  background-color: #000;
  display: block;
  line-height: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}

.audition-apply .apply__btn p {
  color: #fff;
  font-size: 14px;
  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 .faq__list {
  border-top: 2px solid #fe931d;
}

.audition-faq .faq__list .list__q {
  padding: 15px 15px 15px 30px;
  -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: 10px 22px;
  background-size: 12px;
  position: relative;
}

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

.audition-faq .faq__list .list__q > p {
  font-size: 15px;
  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: 15px 15px 15px 30px;
  -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: 10px 22px;
  background-size: 12px;
}

.audition-faq .faq__list .list__a > p {
  font-size: 15px;
  color: #666;
  line-height: 1.4em;
}

/* 아티스트 */
.artist-profile .artist__list {
  padding: 0 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.artist-profile .artist__list > a {
  width: 300px;
  height: 300px;
  position: relative;
  display: block;
  margin: 0 auto 100px auto;
}

.artist-profile .artist__list > a:last-child {
  margin-bottom: 0;
}

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

.artist-profile .artist__list > a .list__info {
  position: absolute;
  left: 5px;
  bottom: -40px;
}

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

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

.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: 300px;
  height: 300px;
  -webkit-box-shadow: 18px 18px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 18px 18px 10px rgba(0, 0, 0, 0.15);
}

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

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

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

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

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

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

.artist-detail .detail__singer {
  border-bottom: 1px solid #ddd;
}

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

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

.artist-detail .detail__singer .singer__sns > a {
  font-size: 11px;
  font-weight: 600;
  border: 1px solid #aaa;
  color: #aaa;
  line-height: 30px;
  height: 30px;
  border-radius: 25px;
  margin: .5% .5%;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  width: 24%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

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

.artist-detail .detail__singer .singer__sns > a.tiktok {
  border-color: #191919;
  color: #191919;
}
.artist-detail .detail__singer .singer__sns > a.youtube {
  border-color: #ff0000;
  color: #ff0000;
}
.artist-detail .detail__singer .singer__sns > a.cafe {
  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: 10px;
  padding: 40px 7%;
  -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);
  margin-top: 40px;
}

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

.artist-detail .detail__singer .singer__info .info__item {
  margin-top: 20px;
  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: 8px;
}

.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;
  font-size: 14px;
  line-height: 1.4em;
}

.artist-detail .detail__singer .singer__info .info__item > li > p:first-child {
  width: 60px;
  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: 20px;
  color: #666;
  font-size: 14px;
  word-break: keep-all;
  line-height: 1.8em;
}

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

.artist-detail .detail__release .items {
  margin: 0 5px;
}

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

.artist-detail .detail__video .items {
  margin: 0 5px;
}

.artist-detail .detail__video .board--style02 {
  padding-bottom: 0;
  border: none;
}

.artist-detail .detail__video .board--style02 .list__wrap {
  margin: 0 5px;
}

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

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

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

.artist-detail .detail__photo .items {
  margin: 0 5px;
}

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

.artist-detail .detail__schedule .schedule__calendar .calendar__top {
  background-color: #fe931d;
  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;
  line-height: 45px;
  height: 45px;
  padding: 7px 15px;
}

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

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

.artist-detail .detail__schedule .schedule__calendar .calendar__list {
  margin-top: 20px;
}

.artist-detail .detail__schedule .schedule__calendar .calendar__list > li {
  border: 1px solid #ddd;
  background-color: #fff;
  margin-bottom: 15px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.artist-detail .detail__schedule .schedule__calendar .calendar__list > li p {
  padding: 12px 0;
}

.artist-detail .detail__schedule .schedule__calendar .calendar__list > li p:first-child {
  font-size: 16px;
  color: #888888;
  background-image: url(/image/sub/schedule_arrow.png);
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: 16px;
}

.artist-detail .detail__schedule .schedule__calendar .calendar__list > li .list__event {
  padding: 12px 0;
  color: #fe931d;
  border-top: 1px solid #ddd;
  font-size: 15px;
  display: none;
}

.artist-detail .detail__schedule .schedule__calendar .calendar__list > li .list__event .isFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.artist-detail .detail__schedule .schedule__calendar .calendar__list > li .list__event img {
  margin-right: 5px;
  width: 25px;
}

.artist-detail .detail__schedule .schedule__calendar .calendar__list > li.active {
  border-color: #222;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.artist-detail .detail__schedule .schedule__calendar .calendar__list > li.active p:first-child {
  color: #333;
  background-image: url(/image/sub/schedule_arrow02.png);
}

.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: 45px;
  height: 11px;
  border: none;
  top: -46px;
  right: 57px;
  -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: 45px;
  height: 11px;
  border: none;
  top: -46px;
  right: 0px;
  -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: -104px;
  right: -268px;
  -webkit-animation: linear 15s rolling infinite;
          animation: linear 15s rolling infinite;
}

.board__cnt {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}

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

.board__top .top__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}

.board__top .top__form select {
  border: none;
  border-bottom: 2px solid #000;
  width: 80px;
  font-size: 13px;
  line-height: 30px;
  height: 30px;
  margin-right: 12px;
  background-color: transparent;
  border-radius: 0;
  background: url(/image/board_img/sel_bl.png) no-repeat 95% 50%;
  background-size: 10px;
  /* 화살표 모양의 이미지 */
  -webkit-appearance: none;
  /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
}

.board__top .top__form select::-ms-expand {
  display: none;
}

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

.board__top .top__form .form__input input {
  border: none;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  background: transparent;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.board__top .top__form .form__input button {
  background: transparent;
  border: none;
  width: 30px;
  padding: 0;
}

.board__top .top__form .form__input button img {
  margin: auto;
}

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

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

.board--style01 .board__subject {
  width: 100%;
  color: #333333;
  font-size: 17px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 7px;
}

.board--style01 .board__date {
  line-height: 1em;
  border-right: 1px solid #ddd;
  margin-right: 7px;
  padding-right: 9px;
  font-size: 13px;
  color: #888888;
}

.board--style01 .board__hit {
  line-height: 1em;
  font-size: 13px;
  color: #888888;
}

.board--style02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 45px;
  border-bottom: 1px solid #ddd;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.board--style02 .list__wrap {
  width: 49%;
  margin-bottom: 25px;
  cursor: pointer;
}

.board--style02 .list__wrap:nth-last-child(-n + 2) {
  margin-bottom: 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: 25px 10px 10px 10px;
  -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: 12px;
  color: #fe931d;
  font-weight: 700;
  margin-bottom: 7px;
  line-height: 1em;
}

.board--style02 .list__wrap .board__info .info__tit {
  font-size: 16px;
  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: 14px;
  font-size: 13px;
  color: #191919;
}

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

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

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

.board-view .view__top .top__date {
  margin-top: 15px;
  font-size: 13px;
  color: #888888;
}

.board-view .view__detail {
  padding: 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}

.board-view .view__detail p {
  font-size: 15px;
  line-height: 1.4em;
}

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

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

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

.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: 45px;
  height: 11px;
}

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

.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: 13px;
  font-weight: 600;
  margin: 0 5px;
}

.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: 100%;
  position: fixed;
  top: 25%;
  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: 50%;
  width: 90%;
  margin: auto;
}

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

.video__popup .popup__tit {
  width: 300px;
  margin: auto;
  color: #fff;
  font-size: 18px;
  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: 10px;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  line-height: 1em;
}

.video__popup .popup__close {
  position: absolute;
  top: -25px;
  right: 5%;
  cursor: pointer;
  width: 16px;
}

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

.photo__popup .popup__img {
  width: 280px;
  height: 280px;
  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: -35px;
  cursor: pointer;
  width: 20px;
}

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

.photo__popup .popup__close {
  position: absolute;
  top: -25px;
  right: 0;
  cursor: pointer;
  width: 16px;
}
