<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.sub-page {
  background-color: #f4f4f4;
  position: relative;
}

.sv__wrap {
  padding-top: 185px;
  padding-bottom: 30px;
  position: relative;
  z-index: 997;
}

.sv__wrap.sv01 {
  background-image: url(/image/sub/sv01.jpg);
}

.sv__wrap.sv02 {
  background-image: url(/image/sub/sv02.jpg);
}

.sv__wrap.sv03 {
  background-image: url(/image/sub/sv03.jpg);
}

.sv__wrap.sv04 {
  background-image: url(/image/sub/sv04.jpg);
}

.sv__wrap.sv05 {
  background-image: url(/image/sub/sv05.jpg);
}

.sv__wrap.sv06 {
  background-image: url(/image/sub/sv06.jpg);
}

.sv__wrap.sv07 {
  background-image: url(/image/sub/sv07.jpg);
}

.sv__wrap.sv08 {
  background-image: url(/image/sub/sv08.jpg);
}

.sv__wrap&gt;.inner02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sv__wrap .sv__tit {
  font-size: 34px;
  font-weight: 600;
  color: #fff;
  line-height: 1em;
}

.sv__wrap .sv__path&gt;a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  padding-right: 12px;
  margin-right: 5px;
  background-image: url(/image/sub/path_arrow.png);
  background-repeat: no-repeat;
  background-position: 100% center;
}

.sv__wrap .sv__path&gt;a:last-child {
  background: none;
  margin-right: 0;
  padding-right: 0;
}

.floating__sns {
  position: absolute;
  top: 300px;
  right: 60px;
  z-index: 997;
}

.floating__sns&gt;a {
  margin-bottom: 20px;
  display: block;
}

.motion__circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #ededed;
  position: fixed;
  z-index: 1;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  top: 350px;
}

.motion__circle.leftToRight {
  left: -100px;
  -webkit-animation-name: leftToRight;
  animation-name: leftToRight;
}

.motion__circle.rightToLeft {
  right: -100px;
  -webkit-animation-name: rightToLeft;
  animation-name: rightToLeft;
}

@-webkit-keyframes leftToRight {
  50% {
    left: calc(100%);
  }

  100% {
    left: -100px;
  }
}

@keyframes leftToRight {
  50% {
    left: calc(100%);
  }

  100% {
    left: -100px;
  }
}

@-webkit-keyframes rightToLeft {
  50% {
    right: calc(100%);
  }

  100% {
    right: -100px;
  }
}

@keyframes rightToLeft {
  50% {
    right: calc(100%);
  }

  100% {
    right: -100px;
  }
}

.btn--style02 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  line-height: 43px;
  height: 45px;
  text-align: center;
  font-size: 15px;
  color: #000;
  border: 1px solid #000;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  letter-spacing: .07em;
}

.btn--style02:hover {
  background-color: #000;
  color: #fff;
}

.tab--style01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab--style01&gt;a {
  font-size: 16px;
  font-weight: 500;
  color: #999;
  border: 1px solid #ddd;
  width: 125px;
  text-align: center;
  line-height: 33px;
  height: 35px;
  border-radius: 3px;
  margin: 0 7.5px;
  background-color: #f4f4f4;
}

.tab--style01&gt;a span {
  display: none;
}

.tab--style01&gt;a.active {
  color: #000;
  border-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab--style01&gt;a.active span {
  display: block;
  color: #319af5;
  margin-left: 7px;
}

.tab--style02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.tab--style02&gt;a {
  width: 50%;
  height: 57px;
  border-bottom: 1px solid #000;
  background-color: #cccccc;
  color: #656565;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.4em;
  text-align: center;
}

.tab--style02&gt;a.active {
  background-color: transparent;
  border-top: 1px solid #000;
  border-bottom: none;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  color: #3c3d46;
}

.board--style02 {
  margin-top: 35px;
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
}

.board--style02&gt;a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 0;
  border-bottom: 1px solid #ddd;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.board--style02&gt;a:hover {
  background-color: #fff;
}

.board--style02&gt;a:hover .board__cate {
  color: #319af5;
}

.board--style02 .board__cate {
  width: 130px;
  text-align: center;
  color: #ccc;
  line-height: 1em;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.board--style02 .board__tit {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1em;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.board--style02 .board__date {
  width: 120px;
  text-align: center;
  font-size: 13px;
  color: #ccc;
  line-height: 1em;
}

.board--style03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.board--style03&gt;a {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 64px;
}

.board--style03&gt;a:nth-child(3n) {
  margin-right: 0;
}

.board--style03&gt;a:hover .board__thumb img {
  transform: scale(1.1);
}

.board--style03 .board__thumb {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 66%;
}

.board--style03 .board__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all ease .7s;
}

.board--style03 .board__tit {
  font-size: 21px;
  font-weight: 500;
  line-height: 1em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #000;
  margin-top: 35px;
}

.board--style03 .board__cont {
  font-size: 13px;
  white-space: normal;
  line-height: 1.6em;
  height: 4.8em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #3f3f3f;
  margin-top: 25px;
}

.board--style03 .board__date {
  font-family: 'Open Sans';
  line-height: 1em;
  margin-top: 30px;
  color: #a5a5a5;
  font-size: 13px;
}

.board--style04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.board--style04&gt;a {
  width: 31.3333333%;
  margin-right: 3%;
  margin-bottom: 40px;
  position: relative;
}

.board--style04&gt;a:nth-child(3n) {
  margin-right: 0;
}

.board--style04&gt;a:hover .list__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.board--style04 .list__img {
  position: relative;
  overflow: hidden;
  padding-top: 55%;
}

.board--style04 .list__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all ease .7s;
  transition: all ease .7s;
}

.board--style04 .list__txt {
  background-color: #f00;
  padding: 20px 10px;
  margin-top: 10px;
}

.board--style04 .list__txt .txt__tit {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 1em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.board--style04 .list__txt .txt__cate {
  color: #000;
  line-height: 1em;
  font-size: 14px;
  margin-top: 8px;
  font-weight: 500;
}

.board--style05 .board__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  height: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #7c7c7c;
  border-bottom: 1px solid #7c7c7c;
}

.board--style05 .board__top&gt;p {
  color: #000;
  font-weight: 500;
  font-size: 15px;
}

.board--style05 .board__list&gt;a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.board--style05 .board__list&gt;a:hover {
  background-color: #fff;
}

.board--style05 .board__div {
  width: 100px;
  text-align: center;
  font-size: 15px;
  color: #999;
}

.board--style05 .board__tit {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
}

.board--style05 .board__tit.notice {
  padding-left: 18px;
  background-image: url(/image/sub/notice_icon.png);
  background-repeat: no-repeat;
  background-position: 0 6px;
}

.board--style05 .board__tit span {
  color: #319af5;
}

.board--style05 .board__writer {
  width: 130px;
  text-align: center;
  font-size: 15px;
  color: #999;
  font-family: 'Open Sans';
}

.board--style05 .board__reg {
  width: 125px;
  text-align: center;
  font-size: 15px;
  color: #999;
  font-family: 'Open Sans';
}

.board--style05 .board__hit {
  width: 90px;
  text-align: center;
  font-size: 15px;
  color: #999;
  font-family: 'Open Sans';
}

.board__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}

.board__pager&gt;a {
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  color: #ccc;
  font-size: 14px;
  font-family: 'Open Sans';
  margin: 0 5px;
  font-weight: 600;
  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;
  background-color: #f4f4f4;
}

.board__pager&gt;a:hover,
.board__pager&gt;a.active {
  color: #000;
  border-color: #000;
}

.board__total {
  color: #acacac;
  font-size: 15px;
  margin-bottom: 25px;
}

.board__total span {
  color: #55acee;
}

.board__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
}

.board__search select {
  width: 100px;
  line-height: 40px;
  border-bottom: 1px solid #000;
  font-size: 16px;
  color: #000;
  background: url(/image/sub/select_arrow.png) no-repeat 95% 50%;
  /* 화살표 모양의 이미지 */
  -webkit-appearance: none;
  /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
  padding-left: 12px;
  cursor: pointer;
}

.board__search select::-ms-expand {
  display: none;
}

.board__search .search__form {
  width: 370px;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.board__search .search__form input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  line-height: 40px;
  padding-left: 12px;
}

.board__search .search__form button {
  width: 45px;
  padding: 0;
  height: 40px;
  cursor: pointer;
}

.board__search .search__form button img {
  display: block;
  margin: auto;
}

/* NEWS */
.news-page {
  padding-top: 80px;
  padding-bottom: 125px;
}

.board-view-page {
  padding-top: 125px;
  padding-bottom: 125px;
}

/* MEDIA */
.media-page {
  padding-top: 80px;
  padding-bottom: 125px;
}

.media-page .board__pager {
  margin-top: 0;
}

/* PROFILE */
.profile-page {
  padding-top: 80px;
  padding-bottom: 65px;
}

.profile-page .profile__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.profile-page .profile__list&gt;li {
  width: 100%;
  position: relative;
}

.profile-page .profile__list&gt;li:hover .list__hover {
  opacity: 1;
}

.profile-page .profile__list&gt;li:hover .list__name {
  opacity: 0;
}

.profile-page .profile__list .list__name {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  bottom: 20px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.profile-page .profile__list .list__hover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/image/sub/hover_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.profile-page .profile__list .list__hover .hover__eng {
  line-height: 1em;
  color: #ffafd6;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.profile-page .profile__list .list__hover .hover__name {
  line-height: 1em;
  font-size: 33px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
}

.profile-page .profile__list .list__hover .hover__info {
  text-align: center;
  margin-top: 30px;
  color: #fff;
  font-size: 15px;
  line-height: 1.6em;
}

.profile-page .profile__single {
  width: 840px;
  margin: auto;
}

.profile-page .profile__single .single__img {
  width: 100%;
}

.profile-page .profile__single .single__info {
  flex: 1;
  padding-top: 15px;
}

.profile-page .profile__single .single__info .para01 {
  line-height: 1em;
  font-weight: 600;
  color: #532b99;
  font-size: 28px;
  margin-bottom: 25px;
  text-align: center;
}

.profile-page .profile__single .single__info .para02 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  padding-bottom: 10px;
  position: relative;
  color: #333;
  margin-bottom: 15px;
  letter-spacing: .07em;
}

.profile-page .profile__single .single__info .para03 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 75px;
  color: #666;
}

.profile-page .profile__single .single__info .para02::before {
  content: "";
  width: 25px;
  height: 2px;
  background-color: #532b99;
  position: absolute;
  bottom: 0;
  left: 0;
}

.profile-page .profile__single .single__info .info__list01 {
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid #ddd;
}

.profile-page .profile__single .single__info .info__list01&gt;li {
  display: flex;
  margin-bottom: 7px;
}

.profile-page .profile__single .single__info .info__list01&gt;li:last-child {
  margin-bottom: 0;
}

.profile-page .profile__single .single__info .info__list01&gt;li&gt;p:first-child {
  width: 120px;
  font-size: 16px;
  font-weight: 600;
  color: #4a4a4a;
}

.profile-page .profile__single .single__info .info__list01&gt;li&gt;p:last-child {
  font-size: 16px;
  color: #666;
  flex: 1;
}

.profile-page .profile__single .single__info .info__list02 {
  margin-bottom: 75px;
}

.profile-page .profile__single .single__info .info__list02&gt;li {
  display: flex;
  margin-bottom: 7px;
}

.profile-page .profile__single .single__info .info__list02&gt;li&gt;p {
  font-size: 15px;
  color: #666;
  font-weight: 300;
}

.profile-page .profile__single .single__info .info__list02&gt;li&gt;p:first-child {
  width: 50px;
}

.profile-page .profile__single .single__info .info__list02&gt;li&gt;p:last-child {
  flex: 1;
}

/* DISCO */
.disco-page {
  padding-top: 110px;
  padding-bottom: 125px;
}

.disco-page .disco__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.disco-page .disco__list&gt;a {
  width: 23%;
  margin-right: 2.6%;
  margin-bottom: 60px;
}

.disco-page .disco__list&gt;a:nth-child(4n) {
  margin-right: 0;
}

.disco-page .disco__list&gt;a:hover .list__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.disco-page .disco__list .list__img {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}

.disco-page .disco__list .list__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all ease .7s;
  transition: all ease .7s;
}

.disco-page .disco__list .list__cate {
  margin-top: 12px;
  font-size: 13px;
  color: #9aa2ab;
  line-height: 23px;
  height: 25px;
  border: 1px solid #d9dbde;
  background-color: #ececed;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  padding: 0 7px;
}

.disco-page .disco__list .list__tit {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5em;
  margin-top: 5px;
}

/* SPECIAL GALLERY */
.gallery-page {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* SCHEDULE */
.schedule-page {
  padding-top: 110px;
  padding-bottom: 175px;
}

.schedule-page .calendar__wrap .calendar__top {
  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;
  padding: 22px 0 23px;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.schedule-page .calendar__wrap .calendar__top p {
  font-size: 30px;
  font-weight: 600;
  font-family: 'Open Sans';
  line-height: 1em;
  margin: 0 80px;
}

.schedule-page .calendar__wrap .calendar__top button {
  cursor: pointer;
}

.schedule-page .calendar__wrap .calendar__week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.schedule-page .calendar__wrap .calendar__week&gt;li {
  width: 14.28%;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 68px;
  height: 70px;
}

.schedule-page .calendar__wrap .calendar__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.schedule-page .calendar__wrap .calendar__cell&gt;li {
  width: 14.28%;
  text-align: center;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  min-height: 143px;
  padding-top: 14px;
  padding: 14px 5px 5px 5px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.schedule-page .calendar__wrap .calendar__cell&gt;li:hover {
  background-color: #f9f9f9;
}

.schedule-page .calendar__wrap .calendar__cell .cell__date {
  text-align: right;
  color: #888;
  font-size: 16px;
  padding-right: 10px;
  line-height: 1em;
}

.schedule-page .calendar__wrap .calendar__cell .cell__schedule {
  background-color: #50a381;
  color: #fff;
  font-size: 13px;
  line-height: 1.5em;
  padding: 5px 8px;
  border-radius: 4px;
  margin-top: 4px;
  cursor: pointer;
}

.schedule-page .calendar__wrap .calendar--mo {
  margin-top: 40px;
}

.schedule-page .calendar__wrap .calendar--mo&gt;li {
  border: 1px solid #dddddd;
  margin-bottom: 20px;
}

.schedule-page .calendar__wrap .calendar--mo&gt;li:last-child {
  margin-bottom: 0;
}

.schedule-page .calendar__wrap .calendar--mo&gt;li.active {
  background-color: #f8f8f8;
}

.schedule-page .calendar__wrap .calendar--mo&gt;li.active .calendar__date {
  background-color: #fff;
  background-image: url(/image/sub/calendar_icon01.png);
}

.schedule-page .calendar__wrap .calendar--mo .calendar__date {
  padding: 25px 25px 25px 65px;
  font-size: 18px;
  color: #333333;
  background-image: url(/image/sub/calendar_icon02.png);
  background-repeat: no-repeat;
  background-position: 15px center;
  cursor: pointer;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.schedule-page .calendar__wrap .calendar--mo .calendar__data {
  padding: 25px;
  display: none;
  border-top: 1px solid #dddddd;
}

.schedule-page .calendar__wrap .calendar--mo .calendar__data&gt;li {
  margin-bottom: 25px;
}

.schedule-page .calendar__wrap .calendar--mo .calendar__data&gt;li:last-child {
  margin-bottom: 0;
}

.schedule-page .calendar__wrap .calendar--mo .calendar__data .data__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.schedule-page .calendar__wrap .calendar--mo .calendar__data .data__top .top__artist {
  margin-right: 20px;
  font-size: 18px;
}

.schedule-page .calendar__wrap .calendar--mo .calendar__data .data__top .top__event {
  font-size: 16px;
  color: #319af5;
}

.schedule-page .calendar__wrap .calendar--mo .calendar__data .data__time {
  color: #888888;
  margin-top: 5px;
  font-size: 16px;
}

.popup__schedule {
  width: 540px;
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  opacity: 0;
}

.popup__schedule .schedule__wrap {
  background-color: #fff;
  padding: 30px;
  border-radius: 4px;
}

.popup__schedule .schedule__wrap .schedule__para01 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
  padding-bottom: 18px;
  border-bottom: 1px solid #ddd;
}

.popup__schedule .schedule__wrap .schedule__para02 {
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.6em;
  color: #666;
  height: 420px;
  overflow-y: scroll;
  padding-right: 12px;
}

.popup__schedule .schedule__wrap .schedule__para02::-webkit-scrollbar {
  width: 8px;
  background: none;
}

.popup__schedule .schedule__wrap .schedule__para02::-webkit-scrollbar-thumb {
  background: #dcdcdc;
}

.popup__schedule .schedule__wrap .schedule__para02::-webkit-scrollbar-track {
  background: none;
}

.popup__schedule .schedule__wrap .schedule__para02:last-child {
  border-bottom: none;
}

.popup__schedule .popup__close {
  width: 25px;
  height: 25px;
  position: absolute;
  top: -50px;
  right: 0;
  cursor: pointer;
  background-image: url(/image/common/popup_close.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/* SPECIAL GALLERY */
.s-gallery-page {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* STAFF DIARY */
.diary-page {
  padding-top: 110px;
  padding-bottom: 90px;
}

.diary-page .diary__list&gt;a {
  width: 100%;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 25px;
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.diary-page .diary__list&gt;a:hover {
  border-color: #ef287c;
}

.diary-page .diary__list&gt;a:hover .list__thumb::before {
  opacity: 1;
}

.diary-page .diary__list .list__thumb {
  width: 230px;
  overflow: hidden;
  padding-top: 230px;
  position: relative;
  margin-right: 50px;
}

.diary-page .diary__list .list__thumb::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: url(/image/sub/hover_bg02.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.diary-page .diary__list .list__thumb img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.diary-page .diary__list .list__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.diary-page .diary__list .list__txt .txt__date {
  color: #ef287c;
  font-size: 13px;
  font-weight: 500;
}

.diary-page .diary__list .list__txt .txt__tit {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.4em;
}

/* TALK ROOM */
.talk-page {
  padding-top: 100px;
  padding-bottom: 125px;
}

/* LOGIN */
.login-page {
  padding: 125px 0;
  min-height: 100vh;
}

.login-page .login__wrap {
  width: 790px;
  background-color: #fff;
  margin: auto;
  padding: 60px 110px;
}

.login-page .login__wrap .login__logo {
  display: block;
  margin: auto;
}

.login-page .login__wrap .login__tit {
  font-size: 34px;
  color: #000;
  margin-top: 64px;
  line-height: 1em;
  text-align: center;
}

.login-page .login__wrap .login__form {
  margin-top: 54px;
}

.login-page .login__wrap .login__form input[type="text"],
.login-page .login__wrap .login__form input[type="password"] {
  width: 100%;
  border: 1px solid #ddd;
  line-height: 45px;
  padding-left: 50px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: 19px center;
  height: 47px;
}

.login-page .login__wrap .login__form input[type="text"] {
  background-image: url(/image/sub/user_icon.png);
}

.login-page .login__wrap .login__form input[type="password"] {
  background-image: url(/image/sub/lock_icon.png);
}


.login-page .login__wrap .login__form .form__alert {
  color: #f00;
  font-size: 13px;
  margin-bottom: 25px;
}

.login-page .login__wrap .login__form input::-webkit-input-placeholder {
  color: #c1c1c1;
}

.login-page .login__wrap .login__form input:-ms-input-placeholder {
  color: #c1c1c1;
}

.login-page .login__wrap .login__form input::-ms-input-placeholder {
  color: #c1c1c1;
}

.login-page .login__wrap .login__form input::placeholder {
  color: #c1c1c1;
}

.login-page .login__wrap .login__form button {
  background: linear-gradient(45deg, #892c92, #eb008b);
  width: 100%;
  line-height: 60px;
  height: 60px;
  color: #fff;
  font-size: 17px;
  margin-top: 15px;
  cursor: pointer;
}

.login-page .login__wrap .login__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.login-page .login__wrap .login__link&gt;a {
  width: 49%;
  line-height: 50px;
  height: 50px;
  text-align: center;
  color: #757575;
  border: 1px solid #ddd;
  font-size: 17px;
}

.login-page .login__wrap .login__copy {
  margin-top: 34px;
  border-top: 1px solid #ddd;
  text-align: center;
  padding-top: 20px;
  color: #666;
  font-size: 12px;
}

.popup__find {
  width: 680px;
  background-color: #fff;
  padding: 70px 60px;
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  opacity: 0;
}

.popup__find .find__para01 {
  font-size: 34px;
  color: #1a1a1a;
  line-height: 1em;
  text-align: center;
}

.popup__find .find__para02 {
  color: #999999;
  font-size: 14px;
  line-height: 1em;
  margin-top: 20px;
  text-align: center;
}

.popup__find input[type="text"] {
  width: 100%;
  border: 1px solid #ddd;
  line-height: 45px;
  padding-left: 50px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: 19px center;
  background-image: url(/image/sub/user_icon.png);
  margin-top: 47px;
  height: 47px;
}

.popup__find input[type="text"]::-webkit-input-placeholder {
  color: #c1c1c1;
}

.popup__find input[type="text"]:-ms-input-placeholder {
  color: #c1c1c1;
}

.popup__find input[type="text"]::-ms-input-placeholder {
  color: #c1c1c1;
}

.popup__find input[type="text"]::placeholder {
  color: #c1c1c1;
}

.popup__find .find__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup__find .find__btns&gt;a {
  width: 49%;
  line-height: 50px;
  height: 50px;
  text-align: center;
  color: #757575;
  border: 1px solid #ddd;
  font-size: 17px;
}

.popup__find .find__btns&gt;a:first-child {
  background: linear-gradient(45deg, #892c92, #eb008b);
  color: #fff;
  border: none;
}

/* 회원가입 */
.join-page {
  padding: 180px 0 125px 0;
}

.join-page .btn--style02 {
  margin-top: 40px;
}

.join-page .join__wrap {
  background-color: #fff;
  padding: 70px 60px;
}

.myp__top {
  margin-bottom: 50px;
}

.myp__top .top__tit {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  line-height: 1em;
}

.myp__top .top__stit {
  font-size: 16px;
  color: #666;
  text-align: center;
  line-height: 1em;
  margin-top: 10px;
}

.myp__terms-list&gt;li {
  margin-bottom: 80px;
}

.myp__terms-list&gt;li:last-child {
  margin-bottom: 0;
}

.myp__terms-list .myp__terms {
  padding: 25px;
  border: 1px solid #ddd;
  height: 245px;
  overflow-y: scroll;
  color: #6f777d;
  line-height: 1.6em;
  font-size: 13px;
  background-color: #fff;
}

.myp__para01 {
  font-size: 18px;
  color: #319af5;
  line-height: 1em;
  margin-bottom: 20px;
  font-weight: 500;
}

.myp__para02 {
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 20px;
}

.myp__para03 {
  font-size: 14px;
  line-height: 1em;
  color: #6f777d;
}

.myp__chk {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.myp__chk label {
  margin-left: 8px;
  font-size: 13px;
  color: #999;
}

.myp__from--list {
  border-top: 1px solid #ddd;
}

.myp__from--list.hasMargin {
  margin-bottom: 50px;
}

.myp__from--list&gt;li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 12px 0;
}

.myp__from--list input[type="text"],
.myp__from--list input[type="password"] {
  border: 1px solid #ddd;
  line-height: 33px;
  height: 35px;
  padding-left: 12px;
  background-color: #fff;
}

.myp__from--list input[type="text"]::-webkit-input-placeholder {
  color: #ccc;
}

.myp__from--list input[type="text"]:-ms-input-placeholder {
  color: #ccc;
}

.myp__from--list input[type="text"]::-ms-input-placeholder {
  color: #ccc;
}

.myp__from--list input[type="text"]::placeholder {
  color: #ccc;
}

.myp__from--list select {
  width: 100px;
  font-size: 14px;
  color: #000;
  background: url(/image/sub/select_arrow.png) no-repeat 95% 50%;
  /* 화살표 모양의 이미지 */
  -webkit-appearance: none;
  /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
  padding-left: 12px;
  cursor: pointer;
  border: 1px solid #ddd;
  line-height: 35px;
}

.myp__from--list select::-ms-expand {
  display: none;
}

.myp__from--list .select__year {
  width: 150px;
}

.myp__from--list .select__month {
  width: 75px;
}

.myp__from--list .select__date {
  width: 75px;
}

.myp__from--list .input01 {
  width: 270px;
}

.myp__from--list .input02 {
  width: 345px;
}

.myp__from--list .input03 {
  width: 100%;
}

.myp__from--list .list__tit {
  width: 185px;
  padding-left: 17px;
  font-size: 14px;
  color: #6f777d;
  padding-top: 5px;
}

.myp__from--list .list__form {
  width: 690px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.myp__from--list .list__form.wide {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.myp__from--list .list__form span {
  color: #999999;
  font-size: 14px;
  margin: 0 8px;
  line-height: 1.4em;
}

.myp__from--list .list__form .form__address {
  width: 100%;
}

.myp__from--list .list__form .form__address&gt;li {
  margin-bottom: 9px;
}

.myp__from--list .list__form .form__address&gt;li:last-child {
  margin-bottom: 0;
}

.myp__from--list .list__form .form__address button {
  color: #666666;
  background-color: #e2e2e2;
  font-size: 13px;
  line-height: 30px;
  width: 100px;
  text-align: center;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 0;
  cursor: pointer;
  margin-left: 10px;
}

.myp__from--list .list__form .form__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.myp__from--list .list__form .form__radio&gt;li {
  margin-right: 20px;
}

.myp__from--list .list__form .form__radio label {
  color: #999999;
  font-size: 13px;
}

.myp__from--list .list__form .form__contents {
  width: 100%;
}

.myp__from--list .list__form .form__contents .contents__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.myp__from--list .list__form .form__contents .contents__top p {
  color: #6f777d;
}

.myp__from--list .list__form .form__contents .contents__top p span {
  color: #6f777d;
  margin: 0;
}

.myp__from--list .list__form .form__contents textarea {
  width: 100%;
  resize: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-top: 22px;
  height: 290px;
  padding: 12px;
}

.myp__from--list .list__form .form__readonly {
  font-size: 13px;
}

/* 마이페이지 */
.myp-page {
  padding: 180px 0 125px 0;
}

.myp-page .btn--style02 {
  margin-top: 40px;
}

.myp-page .statement__list {
  border-top: 2px solid #3c3d46;
}

.myp-page .statement__list&gt;li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  background-color: #fff;
}

.myp-page .statement__list&gt;li&gt;p {
  font-size: 15px;
  color: #333;
  text-align: center;
  border-right: 1px solid #dcdcdc;
  padding: 28px 0 21px;
}

.myp-page .statement__list .list__header {
  background-color: #ededed;
}

.myp-page .statement__list .list__header&gt;p {
  font-size: 16px;
  color: #6f777d;
}

.myp-page .statement__list .list__num {
  width: 120px;
}

.myp-page .statement__list .list__artist {
  width: 175px;
}

.myp-page .statement__list .list__date {
  width: 145px;
}

.myp-page .statement__list .list__way {
  width: 250px;
}

.myp-page .statement__list .list__period {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.myp-page .statement__list .list__state {
  width: 170px;
  color: #319af5;
  font-weight: 500;
}

.myp-page .statement__list .list__state.isFinish {
  color: #999;
}

.myp-page .conversion__list {
  margin-top: 75px;
}

.myp-page .conversion__list&gt;li {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 26px;
  padding-bottom: 26px;
}


.myp-page .conversion__list .myp__para01 {
  margin-bottom: 30px;
}

.myp-page .conversion__list .list__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.myp-page .conversion__list .list__box .myp__para03 {
  width: 120px;
}

.myp-page .conversion__list .list__box .myp__para02 {
  margin-bottom: 0;
}

.myp-page .conversion__list .list__box .myp__para02.emp {
  font-size: 22px;
  color: #e535ff;
}

.myp-page .conversion__list .conversion__box {
  background-color: #fff;
  padding: 35px 40px;
  margin-top: 33px;
  margin-bottom: 35px;
  color: #333;
  line-height: 1.6em;
}

.myp-page .conversion__list .conversion__box .box__para01 {
  font-size: 14px;
  font-weight: 500;
  color: #6f777d;
  margin-bottom: 30px;
}

.myp-page .conversion__list .conversion__box .box__emp {
  padding-left: 12px;
  position: relative;
  margin-bottom: 5px;
}

.myp-page .conversion__list .conversion__box .box__emp::before {
  content: "*";
  position: absolute;
  top: 3px;
  left: 0;
}

.myp-page .conversion__list .conversion__img01 {
  margin-top: 27px;
  margin-bottom: 39px;
}

.myp-page .conversion__btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 290px;
  line-height: 75px;
  height: 75px;
  text-align: center;
  font-size: 23px;
  color: #fff;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  background-color: #e535ff;
  letter-spacing: .07em;
  border-radius: 45px;
}

.myp-page .conversion__btn p {
  padding-right: 65px;
  display: inline-block;
  background-image: url(/image/sub/conversion_arrow.png);
  background-repeat: no-repeat;
  background-position: 100% center;
}

.myp-page .conversion__btn.btn02 {
  background-color: #434343;
}


.myp-page .conversion__btn:hover {
  opacity: .8;
}

.bank_style &gt; li{
	margin-bottom: 9px;
}

.myp__para02 &gt; input[type="text"]
{
	width:100%; 
	background-color:#fff;
	border: 1px solid #ddd;
	line-height: 33px;
	height: 35px;
}

.myp__para04 {
  line-height: 1.4em;
  margin-top: 25px;
  margin-bottom: 45px;
}

/* FOOTER 페이지 */
.footer-page {
  padding: 60px 0 125px;
}

.footer-page .contact__para01 {
  color: #6f777d;
  line-height: 1.6em;
  margin-top: 20px;
  padding-left: 16px;
  margin-bottom: 75px;
}

.footer-page .terms__wrap {
  background-color: #fff;
  padding: 75px 35px;
}

.footer-page .terms__wrap .myp__top {
  margin-bottom: 60px;
}

.footer-page .terms__wrap .terms__list&gt;li {
  margin-bottom: 70px;
}

.footer-page .terms__wrap .terms__list&gt;li:last-child {
  margin-bottom: 0;
}

.footer-page .terms__wrap .terms__list .para01 {
  font-size: 18px;
  font-weight: 600;
  color: #319af5;
  margin-bottom: 25px;
}

.footer-page .terms__wrap .terms__list .para02 {
  color: #6f777d;
  font-size: 14px;
  line-height: 1.8em;
}

.footer-page .terms__wrap .terms__list .para03 {
  margin-top: 25px;
}

.footer-page .terms__wrap .terms__list .para03&gt;li {
  margin-bottom: 25px;
  color: #6f777d;
  font-size: 14px;
  padding-left: 22px;
  position: relative;
  line-height: 1.8em;
}

.footer-page .terms__wrap .terms__list .para03&gt;li::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background-color: #319af5;
  border-radius: 50%;
  top: 12px;
  left: 10px;
}

.footer-page .terms__wrap .terms__list .para03&gt;li:last-child {
  margin-bottom: 0;
}

.footer-page .faq__list {
  border-top: 1px solid #e1e1e1;
}

.footer-page .faq__list&gt;li {
  border-bottom: 1px solid #e1e1e1;
}

.footer-page .faq__list&gt;li&gt;div {
  padding: 45px 75px 45px 125px;
  background-repeat: no-repeat;
  background-position: 53px 53px;
}

.footer-page .faq__list&gt;li .faq__q {
  font-size: 19px;
  font-weight: 600;
  color: #333;
  line-height: 1.6em;
  background-image: url(/image/sub/q_icon.png);
  cursor: pointer;
  position: relative;
}

.footer-page .faq__list&gt;li .faq__q::before {
  content: "";
  width: 19px;
  height: 19px;
  background-image: url(/image/sub/plus_icon.png);
  position: absolute;
  right: 28px;
  top: 53px;
}

.footer-page .faq__list&gt;li .faq__q.active::before {
  background-image: url(/image/sub/minus_icon.png);
}

.footer-page .faq__list&gt;li .faq__a {
  background-color: #fff;
  color: #333333;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
  background-image: url(/image/sub/a_icon.png);
  display: none;
  border-top: 1px solid #e1e1e1;
}</pre></body></html>