@charset "utf-8";

@import url("https://fonts.googleapis.com/css?family=Montserrat:400,800,900");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700,800,900&display=swap");

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 100;
  src: url("https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2")
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf)
      format("opentype");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  src: url("https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2")
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf)
      format("opentype");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: url("https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2")
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf)
      format("opentype");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 500;
  src: url("https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2")
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf)
      format("opentype");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  src: url("https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2")
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf)
      format("opentype");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 900;
  src: url("https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2")
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf)
      format("opentype");
}

/* reset */
html,
body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  font-size: 10px;
  font-family: "Noto Sans KR", "Malgun Gothic", "맑은 고딕";
  -webkit-text-size-adjust: none;
  background-color: #ffffff;
}

ul,
ol,
li,
dl,
dd,
dt,
input,
h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
input,
button,
textarea,
fieldset,
legend,
td,
th {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

li {
  list-style: none;
}

fieldset,
img,
a {
  border: 0px;
}

a {
  text-decoration: none;
}

legend,
.blind {
  position: absolute;
  top: 0;
  left: -10000px;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

caption {
  display: none;
}

button,
label {
  cursor: pointer;
}

button {
  overflow: visible\9;
}

/* button fix for ie8 */
input,
textarea,
select,
button {
  font-family: "Noto Sans KR", "Malgun Gothic", "맑은 고딕";
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

table th,
table td {
  text-align: left;
}

input::-webkit-input-placeholder {
  color: #bdbdbd;
}

input::-moz-placeholder {
  color: #bdbdbd;
}

input:-moz-placeholder {
  color: #bdbdbd;
}

input:-ms-input-placeholder {
  color: #bdbdbd;
}

textarea::-webkit-input-placeholder {
  color: #bdbdbd;
}

textarea::-moz-placeholder {
  color: #bdbdbd;
}

textarea:-moz-placeholder {
  color: #bdbdbd;
}

textarea:-ms-input-placeholder {
  color: #bdbdbd;
}

input:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus::-moz-placeholder {
  color: transparent !important;
}

input:focus:-moz-placeholder {
  color: transparent !important;
}

input:focus:-ms-input-placeholder {
  color: transparent !important;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}

textarea:focus::-moz-placeholder {
  color: transparent !important;
}

textarea:focus:-moz-placeholder {
  color: transparent !important;
}

textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}

header,
footer,
section,
article,
aside,
nav,
address {
  display: block;
  margin: 0;
}

/* ie8 */

.clear_wrap:before,
.clear_wrap:after {
  content: " ";
  display: table;
}

.clear_wrap:after {
  clear: both;
}

.clear_wrap {
  *zoom: 1;
}

.clear_ine {
  clear: both;
}

.contains {
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
  width: 1000px;
}

#viewport {
  min-width: 1000px;
  overflow: hidden;
}

/* 헤더 */
#header {
  z-index: 20;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  background-color: #000000;
}

#header .contains {
  height: 56px;
}

#header .logo {
  float: left;
  padding-top: 11px;
}

#header .logo img {
  display: block;
}

#gnb {
  float: right;
  margin-top: 13px;
}

#gnb li {
  float: left;
  margin: 0 14px;
}

#gnb a {
  display: block;
  padding: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  color: #fff;
  font-weight: 800;
}

#gnb a:hover,
#gnb a:active {
  color: #fff;
}

/*#content{padding-top:56px}*/

#content .main_visual {
  background: #fff;
}

#content .main_visual .img {
  display: block;
  width: 100%;
}

.title_wrap {
  height: 77px;
  border-top: 3px solid #000000;
}

.title_wrap .title {
  margin-top: -40px;
  line-height: 24px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #000000;
  letter-spacing: 1px;
}

.title_wrap .point {
  display: inline-block;
  margin: 0 12px;
  margin-top: -8px;
  width: 21px;
  height: 33px;
  vertical-align: middle;
  background: url("../img/common/point.png") no-repeat center center;
}

.title_log {
  height: 140px;
  text-align: center;
}

.panel_wrap {
  padding: 0 80px;
}

/* 프로필 */
.profile_wrap {
  padding-top: 150px;
}

#profile_list {
  text-align: center;
  overflow: hidden;
  width: 850px;
  padding-left: 42px;
}

#profile_list li {
  display: inline-block;
  position: relative;
  margin: 0 -30px;
  width: 271px;
  height: 414px;
  vertical-align: top;
  *display: inline;
  zoom: 1;
}

#profile_list .profile_thumb {
  position: relative;
  margin-bottom: 24px;
  width: 147px;
  height: 210px;
  text-align: left;
  border: 7px solid #000000;
  z-index: 10;
  border-radius: 7px;
}

#profile_list .profile_thumb .img {
  display: block;
}

#profile_list .profile_thumb .frame {
  display: none;
  width: 149px;
  height: 210px;
  border: 5px solid #000000;
  border-radius: 14px;
}

#profile_list .profile_img {
  display: block;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 5;
}

#profile_list .profile_name {
  line-height: 14px;
}

#profile_list .profile_name {
  height: 23px;
  width: 161px;
}

#profile_list .profile_name .name {
  float: left;
  line-height: 14px;
  font-size: 13px;
  color: #231f20;
}

#profile_list .profile_name .btn_gallery {
  float: right;
}

#profile_list .profile_name .btn_gallery .img {
  display: block;
}

#profile_list .profile_info {
  padding-top: 6px;
  text-align: left;
  border-top: 1px solid #231f20;
  width: 161px;
}

#profile_list .profile_info p {
  line-height: 20px;
  font-size: 13px;
  color: #231f20;
  white-space: nowrap;
}

#profile_list .profile_info p span {
  color: #6d6e71;
}

/* 앨범 */
.album_wrap {
  padding-top: 150px;
}

.album_wrap .album_header {
  position: relative;
  padding-left: 525px;
  height: 320px;
}

.album_wrap .album_header .img_album {
  display: block;
  position: absolute;
  left: 0;
  top: 20px;
}

.album_wrap .album_header .track_title {
  margin-bottom: 10px;
  line-height: 26px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  border-bottom: 2px solid #000000;
}

.album_wrap .album_header .track_list li {
  line-height: 21px;
  font-size: 13px;
  color: #000000;
  display: flex;
  align-items: center;
}

.album_wrap .album_header .track_list li.title {
  color: #3c12a9;
  font-weight: bold;
}

.album_wrap .album_header .track_list li.title img {
  margin-left: 4px;
}

.album_wrap .album_header .btn_wrap {
  margin-top: 40px;
}

.album_wrap .track_slide {
  position: relative;
  padding-left: 23px;
  height: 67px;
}

.album_wrap .track_slide .btn_prev {
  display: block;
  position: absolute;
  left: 0;
  top: 11px;
  z-index: 100;
}

.album_wrap .track_slide .btn_next {
  display: block;
  position: absolute;
  right: 0;
  top: 11px;
  z-index: 100;
}

.album_wrap .track_slide .btn_prev .img,
.album_wrap .track_slide .btn_next .img {
  display: block;
}

.album_wrap .track_slide .slide_wrap {
  width: 270px;
}

.album_wrap .track_slide .slide {
  height: 67px;
  overflow: hidden;
}

.album_wrap .track_slide .slide li {
  float: left;
  width: 90px;
  height: 67px;
}

.album_wrap .track_slide .slide .img {
  display: block;
  margin: 0 auto;
}

.album_wrap .album_content {
  padding-left: 10px;
  margin-top: 100px;
}

.album_wrap .album_content pre {
  line-height: 21px;
  font-size: 12.5px;
  color: #000000;
  font-family: "Noto Sans KR", "Malgun Gothic", "맑은 고딕";
  word-break: keep-all;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-weight: bold;
}

.album_wrap .album_content pre b {
  font-weight: bold;
  color: #3c12a9;
}

.album_title {
  color: #000000;
  font-weight: bold;
}

#album_slide {
  position: relative;
  margin-left: -10px;
  width: 850px;
}

#album_slide .btn_slide {
  display: block;
  position: absolute;
  top: 180px;
}

#album_slide .btn_slide img {
  display: block;
}

#album_slide .btn_slide.prev {
  left: -98px;
}

#album_slide .btn_slide.next {
  right: -98px;
}

.spn_title {
  font-size: 10px;
  font-size: 9px;
  color: #fff;
  display: inline-block;
  width: 38px;
  height: 16px;
  text-align: center;
  background-color: #3b11a9;
  border-radius: 16px;
  margin-left: 6px;
  line-height: 16px;
}

.song_desc {
  color: #7d7d7d !important;
  font-weight: bold !important;
}

.song_desc2 {
  color: #7d7d7d !important;
  font-weight: bold !important;
}

/* 스케쥴 */
body > .schedule_wrap {
  padding-top: 77px;
}

.schedule_wrap .panel_title {
  display: none;
}

.schedule_wrap {
  padding-top: 150px;
}

.schedule_wrap .title_wrap {
  height: 0;
}

.schedule_wrap .table_wrap {
  position: relative;
}

.schedule_wrap .schedule_table {
  position: relative;
  margin-bottom: 25px;
  width: 100%;
  table-layout: fixed;
  z-index: 10;
}

.schedule_wrap .schedule_table th {
  padding: 0 14px;
  height: 42px;
  text-align: left;
  font-size: 13px;
  color: #a0a0a1;
  border-bottom: 1px solid #000000;
}

.schedule_wrap .schedule_table .sch_title th {
  height: 39px;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-bottom: 0;
  background-color: #000000;
}

.schedule_wrap .schedule_table .sch_title a {
  padding: 0 3px;
  color: #fff;
}

.schedule_wrap .schedule_table td {
  padding: 15px 15px 15px 25px;
  font-size: 10px;
  color: #a0a0a1;
  border-bottom: 1px solid #8d8d8d;
}

.schedule_wrap .schedule_table .wrap {
  position: relative;
  height: 60px;
}

.schedule_wrap .schedule_table .wrap span {
  display: block;
  position: absolute;
  left: -20px;
  top: 0;
  width: 15px;
  height: 16px;
  line-height: 16px;
  text-align: right;
}

.schedule_wrap .schedule_table .sun,
.schedule_wrap .schedule_table .sun .wrap span {
  color: #ff9196;
}

.schedule_wrap .schedule_table td.on {
  background: #000;
}

#schedule_popup {
  display: none;
  position: absolute;
  padding: 15px 15px 15px 35px;
  border: 1px solid #bebebe;
  background: #fff;
  z-index: 20;
}

#schedule_popup p {
  position: relative;
  margin-top: 10px;
  line-height: 20px;
  font-size: 12px;
  color: #a0a0a1;
  white-space: nowrap;
}

#schedule_popup p img {
  display: block;
  position: absolute;
  left: -20px;
  top: 2px;
}

#schedule_popup p:first-child {
  margin-top: 0;
}

.schedule_wrap .legend {
  height: 20px;
}

.schedule_wrap .legend_wrap {
  float: right;
}

.schedule_wrap .legend_wrap p {
  float: left;
  margin-left: 18px;
  line-height: 15px;
  font-size: 10px;
  color: #a0a0a1;
}

.schedule_wrap .legend_wrap img {
  margin: -2px 3px 0 0;
  vertical-align: middle;
}

/* 공지 */
body > .notice_wrap {
  padding: 77px 0 30px 0;
}

.notice_wrap .panel_title {
  display: none;
}

.notice_wrap {
  padding-top: 150px;
}

.notice_wrap .title_wrap {
  height: 0;
}

/*.notice_wrap{padding:50px 0}*/
.notice_wrap .notice_table {
  width: 100%;
  border-top: 1px solid #adadaf;
}

.notice_wrap .notice_table th {
  padding-left: 30px;
  height: 48px;
  line-height: 16px;
  text-align: left;
  font-size: 12px;
  color: #adadaf;
  border-bottom: 1px solid #c5c5c5;
}

.notice_wrap .notice_table td {
  padding-left: 30px;
  height: 50px;
  line-height: 16px;
  text-align: left;
  font-size: 12px;
  color: #adadaf;
  border-bottom: 1px solid #adadaf;
}

.notice_wrap .notice_table a {
  color: #adadaf;
}

.notice_wrap .notice_table a:hover {
  text-decoration: underline;
}

.bbs_page {
  height: 20px;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  color: #adadaf;
  letter-spacing: 2px;
}

.bbs_page a {
  color: #adadaf;
}

.bbs_page a:hover {
  text-decoration: underline;
}

.bbs_page b {
  color: #adadaf;
  font-weight: bold;
}

/* .frame_wrap{margin-left:-15px;width:870px} */
.frame_wrap iframe {
  margin: 0;
  padding: 0;
  border: 0;
}

/* 푸터 */
#footer {
  padding: 50px 0 40px 0;
  text-align: center;
  background-color: #000000;
}

#footer .sns_wrap {
  height: 65px;
}

#footer .sns_wrap a {
  margin: 0 18px;
}

#footer .sns_wrap a:hover img {
  filter: alpha(opacity=80);
  opacity: 0.5;
}

#footer .select_wrap {
  height: 50px;
  text-align: center;
}

#footer .select_wrap select {
  padding: 4px 10px;
  width: 260px;
  font-size: 14px;
  color: #231f20;
  font-weight: 700;
  border: 0;
  background: #fff;
}

#footer .copyright {
  margin-bottom: 40px;
  line-height: 14px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}

#footer .copyright .c {
  display: inline-block;
  margin: -4px 0 0 0;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}

#gnb a,
#footer .sns_wrap a img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* 팝업 */
#popup_mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #808285;
  z-index: 100;
}

/* 비디오 팝업 */
#popup_video {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -281px 0 0 -500px;
  width: 1000px;
  height: 562px;
  background: #fff;
  z-index: 110;
}

#popup_video .btn_close {
  position: absolute;
  right: 0;
  top: -38px;
}

#popup_video .btn_close img {
  display: block;
}

/* 갤러리 팝업 */
#popup_gallery {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  padding: 10px 70px;
  background: #fff;
  overflow: hidden;
  z-index: 110;
}

#popup_gallery.on {
  display: none;
  left: 50%;
  top: 50%;
}

#popup_gallery .btn_close {
  position: absolute;
  right: 5px;
  top: 6px;
  padding: 5px;
  z-index: 20;
}

#popup_gallery .btn_close img {
  display: block;
}

#popup_gallery .btn_prev {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -47px;
  z-index: 20;
}

#popup_gallery .btn_next {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -47px;
  z-index: 20;
}

#popup_gallery .btn_prev img,
#popup_gallery .btn_next img {
  display: block;
}

#popup_gallery .slide_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
}

#popup_gallery .bx-wrapper,
#popup_gallery .bx-viewport,
#popup_gallery .slide,
#popup_gallery .slide li {
  width: 100% !important;
  height: 100% !important;
}

#popup_gallery .img_wrap {
  /* display: flex;
  width: 100%;
  align-items: center;
  height: 100%; */
}

#popup_gallery .img_wrap img {
  display: block;
  width: 100%;
}

/*#popup_gallery.resize{top:10px;bottom:10px;margin-top:0;height:auto}*/

/* 공지사항 팝업 */
#popup_notice {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -300px 0 0 -500px;
  width: 1000px;
  height: 600px;
  background: #fff;
  z-index: 110;
}

#popup_notice .btn_close {
  position: absolute;
  right: 5px;
  top: 6px;
  padding: 5px;
  z-index: 20;
}

#popup_notice .btn_close img {
  display: block;
}

#popup_notice .popup_wrap {
  padding: 40px 25px;
}

#popup_notice .notice_table {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #c5c5c5;
}

#popup_notice .notice_table th {
  padding-left: 30px;
  height: 50px;
  line-height: 16px;
  text-align: left;
  font-size: 12px;
  color: #000;
  border-bottom: 1px solid #c5c5c5;
}

#popup_notice .notice_table td {
  padding-left: 30px;
  height: 50px;
  line-height: 16px;
  text-align: left;
  font-size: 12px;
  color: #231f20;
  border-bottom: 1px solid #c5c5c5;
}

#popup_notice .notice_view {
  position: absolute;
  left: 25px;
  top: 91px;
  right: 25px;
  bottom: 40px;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  overflow: hidden;
  overflow-y: auto;
}

#popup_notice .notice_view .view_wrap {
  padding: 35px 25px;
}

#popup_notice.resize {
  top: 10px;
  bottom: 10px;
  margin-top: 0;
  height: auto;
}

#popup_notice.resizew {
  left: 10px;
  right: 10px;
  margin-left: 0;
  width: auto;
}

#popup_notice .notice_header {
  padding-left: 55px;
  height: 48px;
  line-height: 16px;
  border-bottom: 1px solid #c5c5c5;
}

#popup_notice .notice_header li {
  float: left;
  height: 48px;
  line-height: 48px;
  font-size: 12px;
  color: #000;
}

#popup_notice .notice_header .no {
  width: 100px;
}

#popup_notice .notice_header .title {
  margin-right: 40px;
  width: 424px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#popup_notice .notice_header .name {
  width: 140px;
}

#popup_notice .notice_header .view {
  float: right;
  width: 54px;
}

#popup_notice .notice_view {
  height: 490px;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  overflow: hidden;
  overflow-y: auto;
}

#popup_notice .notice_view .view_wrap {
  padding: 35px 25px;
}

.bg_icon {
  text-align: right;
  padding: 180px 80px 0px 0px;
  margin-bottom: -3px;
}
