/*================ 공통사용 ================*/

body {
  position: relative;
  overflow-x: hidden;
}
.cen {
  width: 100%;
  max-width: 1400px;
  box-sizing: border-box;
  padding-right: 3vw;
  padding-left: 3vw;
  position: relative;
  height: auto;
  margin: 0 auto;
}

.gnv_cen {
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin: 0 auto;
}
.monly {
  display: none;
}
.cl:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}

/*================ 공통사용 끝 ================*/

/*================ GNV ================*/

.main .gnv_wrap {
  width: 100%;
  height: 85px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  padding: 40px 0px 0 50px;
  z-index: 3000;
}
.gnv_logo {
  width: 180px;
  height: 55px;
  float: left;
  cursor: pointer;
  position: relative;
  z-index: 3000;
}

.gn_k .st1 {
  fill: #000;
}
.gn_w .st1 {
  fill: #fff;
}

.st0 {
  enable-background: new;
}
.gnv_right {
  float: right;
}
.gnv_menu_wrap {
  float: left;
  position: relative;
  z-index: 4000;
}
.gnv_menu {
  height: 25px;
  margin: 25px 15px 0px 15px;
  padding: 0 7px;
  font-size: 16pt;
  float: left;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  cursor: pointer;
  z-index: 3000;
}
.gn_k .gnv_menu {
  color: #000;
}
.gn_w .gnv_menu {
  color: #fff;
}
.gn_k {
  background: #fff;
  color: #000;
}
.gn_w {
  background: #000;
  color: #fff;
}

.gnv_menu:before {
  content: '';
  width: 0%;
  height: 1px;
  position: Absolute;
  background: #000;
  left: 0;
  bottom: -3px;
  transition: width 0.3s;
}
.gn_w .gnv_menu:before {
  content: '';
  width: 0%;
  height: 1px;
  position: Absolute;
  background: #fff;
  left: 0;
  bottom: -3px;
  transition: width 0.3s;
}
.gnv_menu:hover:before {
  width: 100%;
}
.gnv_menu.new:after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: red;
  position: Absolute;
  left: 0;
  top: 0;
}
/*================ GNV 끝 ================*/

/*================ 슬라이더 ================*/

.main_slider {
  width: 100%;
  position: relative;
}
.slider_box {
  width: 100%;
  height: 100vh;
  min-height: 500px;
  position: relative;
  z-index: -1;
}
.slider_ab {
  width: 100%;
  height: 100vh;
}
.visual_01 {
  background: url('/images/visual/bg_final.jpg');
  background-size: cover;
  background-position: center;
  z-index: -1;
}

/*================ 슬라이더 끝 ================*/

/*================ 푸터 ================*/

.footer_wrap {
}
.main .footer_wrap {
  font-size: 14pt;
  position: absolute;
  letter-spacing: -1px;
  right: 50px;
  bottom: 5%;
  color: #fff;
}
.dark_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1100;
  display: none;
}
.gn_k .dark_bg {
  background: rgba(255, 255, 255, 0.6);
}
.dark_bg.on {
  display: block;
}

/*================ 푸터 끝 ================*/

/*================ 서브페이지 ================*/

.sub .gnv_wrap {
  width: 100%;
  height: 115px;
  box-sizing: border-box;
  position: relative;
  left: 0;
  top: 0;
  padding: 40px 50px 0 50px;
  z-index: 3000;
}
.sub .footer_wrap {
  font-size: 14pt;
  position: static;
  text-align: right;
  letter-spacing: -1px;
  box-sizing: border-box;
  padding: 30px 20px;
  margin-top: 50px;
  color: rgba(255, 255, 255, 0.5);
  background: #000;
}
.sub_wrap {
  width: 100%;
  box-sizing: border-box;
  padding: 10% 0px 0 0;
  min-height: 100vh;
}
.subpage_tit {
  margin-bottom: 2vh;
  font-size: 8em;
  font-weight: 300;
  font-family: 'Barlow', sans-serif;
  letter-spacing: -10px;
}

/* NEWS */
.grid {
  max-width: 100%;
}
.grid-sizer {
  width: 100%;
}

/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- grid-item ---- */

.grid-sizer,
.grid-item {
  width: calc(33.3% - 9px);
  border: 2px solid #333;
  box-sizing: border-box;
  border-color: hsla(0, 0%, 0%, 0.5);
  border-radius: 0px;
  cursor: pointer;
}

.grid-item.new:after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: red;
  position: Absolute;
  left: 5px;
  top: 5px;
}

.grid-item > img {
  width: 100%;
}
.grid-item--gigante {
  width: 40%;
  height: 500px;
  z-index: 2; /* above other items */
}
.item_box {
  position: relative;
}
.album_tit {
  width: 100%;
  height: 100%;
  position: Absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s;
  display: flex;
  font-size: 16px;
}
.item_box:hover .album_tit {
  opacity: 1;
}

/* artist */

.artist_wrap {
  width: 100%;
  margin: 15vh 0 0 0;
  display: table;
}
.artist_img {
  width: 100%;
  background: #000;
  text-align: center;
  line-height: 0;
}
.artist_img img {
  margin: 0 auto;
  line-height: 0;
}
.artist_row {
  width: 100%;
  display: table-row;
}
.artist_row:not(:last-child) .artist_cell {
}
.artist_cell {
  display: table-cell;
  vertical-align: top;
}
.artist_cell:nth-child(1) {
  padding: 0 2vw 0 0;
  font-weight: 400;
  font-size: 2.5vw;
  line-height: 60%;
}
.artist_row:nth-child(3) .artist_cell:nth-child(1) {
  padding-top: 40px;
}
.artist_info_wrap {
  width: 100;
  margin-bottom: calc(10vh + 40px);
}
.artist_name {
  width: 100%;
  border-bottom: #ddd 1px solid;
  box-sizing: border-box;
  padding-bottom: 2vh;
  margin-bottom: 2vh;
}
.artist_kor {
  font-size: 2em;
  float: left;
  line-height: 20px;
  font-weight: 500;
}
.artist_eng {
  padding: 0.4em 0 0 5px;
  line-height: 20px;
  color: #888;
  float: left;
}
.artist_text {
  line-height: 200%;
}
.artist_text.eng {
  margin: 5px 0 0 0;
  color: #aaa;
}
.dis_wrap {
  width: 100%;
}
.dis_album {
  width: 32%;
  padding-bottom: 32%;
  background: #f0f0f0;
  float: left;
}
.dis_album:not(:nth-child(3n)) {
  margin-right: 2%;
}
.mid_btn_wrap {
  width: 100%;
  padding: 1vh 0;
}
.mid_btn_wrap:last-child {
  margin-bottom: 10vh;
}
.align_right {
  text-align: right;
}
.text_button {
  font-size: 1.1em;
  cursor: pointer;
}
.part_wrap {
  width: 100%;
  display: table;
  border-bottom: #eee 1px solid;
}
.part_img_wrap {
  width: 20%;
  box-sizing: border-box;
  display: table-cell;
  padding: 40px;
  padding-left: 0px;
  vertical-align: top;
}
.part_img {
  width: 100%;
  padding-bottom: 100%;
  margin-left: 0;
  background: #f0f0f0;
}
.part_info_wrap {
  display: table-cell;
  vertical-align: middle;
}
.part_album {
  font-size: 1rem;
  font-weight: 400;
  color: #bbb;
  font-family: 'Barlow condensed', 'Noto Sans KR', sans-serif;
}
.part_tit {
  font-size: 1rem;
  padding: 5px 0 20px 0;
  font-weight: 500;
  font-family: 'Barlow condensed', 'Noto Sans KR', sans-serif;
}
.part_date {
  color: #888;
}

/* album */

.my_album {
  width: 23%;
  padding-bottom: 23%;
  margin-right: 1.33%;
  margin-bottom: 1.3%;
  background: #f0f0f0;
  position: relative;
  float: left;
}
.my_album.new:after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: red;
  position: Absolute;
  left: 5px;
  top: 5px;
}

.my_album:nth-child(4n) {
  margin-right: 0;
}
.my_album_tit {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  color: #000;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: 400;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.my_album:hover .my_album_tit {
  opacity: 1;
}

/* album detail  */

.detail_wrap {
  width: 100%;
  box-sizing: border-box;
  display: table;
}
.detail_img_wrap {
  width: 45%;
  display: table-cell;
  padding-right: 30px;
  vertical-align: top;
}
.detail_img {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
}
.detail_release_wrap {
  margin-top: 10px;
  font-weight: 300;
  font-size: 13px;
}
.detail_release_wrap td:nth-child(1) {
  padding-right: 10px;
}
.detail_img_info_wrap {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: top;
}
.songwriter {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: #eee 1px solid;
  font-size: 3em;
  font-family: 'Barlow', 'Noto Sans KR', sans-serif;
}
.songwriter > div:nth-child(1) {
  letter-spacing: -2px;
  float: left;
}
.songwriter > div:nth-child(2) {
  letter-spacing: -1px;
  padding: 30px 0 0 5px;
  font-size: 16px;
  font-weight: 300;
  color: #888;
  float: left;
}
.song_text {
  padding-bottom: 50px;
  line-height: 180%;
}
.tracks td {
  padding: 5px 0;
  font-weight: 300;
}
.music_video_area {
  width: 100%;
  margin: 10vh 0;
}
.music_video_wrap {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  float: left;
}
.music_video_wrap iframe {
  width: 100%;
  height: 100%;
  position: Absolute;
  left: 0;
  top: 0;
}

/* CONTACT */

.contatc_wrap {
  width: 100%;
  display: table;
}
.contact_map {
  width: 50%;
  padding-bottom: 50%;
  background: #f0f0f0;
  display: table-cell;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
.contact_map iframe {
  width: 100%;
  height: 120%;
  position: absolute;
  left: 0;
  top: 0;
}
.contact_info {
  width: 70%;
  box-sizing: border-box;
  padding-left: 15px;
  display: table-cell;
  vertical-align: top;
  position: relative;
}
.contact_logo {
}
.contact_logo > svg {
  width: 70px;
  height: 20px;
}
.contact_info_text {
  position: absolute;
  left: 15px;
  bottom: 0px;
}

/* news detail */

.article_area {
  width: 100%;
}
.article_date {
  text-align: right;
  padding-bottom: 5px;
  font-size: 16px;
}
.article_img {
  width: 100%;
}
.article_img img {
  width: 100%;
}
.article_tit {
  padding: 30px 0 20px 0;
  font-size: 1.5em;
  font-weight: 500;
  font-family: 'Noto Sans KR';
}
.article_text {
  font-weight: 400;
  font-family: 'Noto Sans KR';
  color: rgba(255, 255, 255, 0.89);
}
.news_list {
  margin-top: 50px;
  padding: 3px 10px 2px 5px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s;
}
.news_list:hover {
  color: rgba(255, 255, 255, 1);
}
.news_list_tit {
  padding: 0px 5px 15px 5px;
  font-weight: 500;
  line-height: 170%;
  font-family: 'Noto Sans KR';
  opacity: 0.6;
}
/* .news_list:before {
  content: '';
  width: 1px;
  height: 10px;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  transform: rotate(-30deg);
  bottom: 0px;
  right: 0px;
}
.news_list:after {
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0px;
  right: -2px;
} */
