/* 태블릿용   
============================================================================================================================================
============================================================================================================================================ */

@media all and (min-width: 640px) and (max-width: 1099px) {
  /*================ 공통사용 ================*/

  .cen {
    width: 100%;
    max-width: 1100px;
    position: relative;
    height: auto;
    margin: 0 auto;
  }

  .gnv_cen {
    width: 100%;
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
  }
  .cl {
    clear: both;
  }
  .monly {
    display: none;
  }

  /*================ 공통사용 끝 ================*/

  /*================ GNV ================*/

  .main .gnv_wrap {
    width: 100%;
    height: 85px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    padding: 40px 50px 0 50px;
    z-index: 3000;
  }
  .gnv_logo {
    width: 120px;
    height: 35px;
    float: left;
    cursor: pointer;
    position: relative;
  }

  .gnv_right {
    float: right;
  }
  .gnv_menu_wrap {
    float: left;
  }
  .gnv_menu {
    height: 25px;
    margin: 8px 15px 0px 15px;
    padding: 0 7px;
    font-size: 14pt;
    float: left;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 3000;
  }
  .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;
    position: relative;
    z-index: -1;
  }
  .slider_ab {
    width: 100%;
    height: 100vh;
  }
  /*================ 슬라이더 끝 ================*/
}
/* 모바일용   
============================================================================================================================================
============================================================================================================================================ */

@media all and (max-width: 639px) {
  html {
    min-width: 320px;
  }

  /*================ 공통사용 ================*/

  .cen {
    width: 100%;
    max-width: 1100px;
    position: relative;
    height: auto;
    margin: 0 auto;
  }

  .gnv_cen {
    width: 100%;
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
  }
  .cl {
    clear: both;
  }
  .monly {
    display: block;
  }

  /*================ 공통사용 끝 ================*/

  /*================ GNV ================*/

  .gnv_wrap {
    width: 100%;
    min-width: 320px;
    height: 55px;
    box-sizing: border-box;
    padding: 0 10px;
    position: relative;
    z-index: 3000;
  }

  .main .gnv_wrap {
    width: 100%;
    height: 85px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px 15px 0 15px;
    z-index: 3000;
  }
  .sub .gnv_wrap {
    width: 100%;
    height: 85px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px 15px 0 15px;
    z-index: 3000;
  }
  /* .sub.gn_w .gnv_wrap:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 80px;
    background: rgba(255, 255, 255, 0.3);
  }
  .sub.gn_k .gnv_wrap:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 80px;
    background: rgba(0, 0, 0, 0.05);
  } */

  .gnv_logo {
    width: 150px;
    height: auto;
    margin: 0 auto;
    padding-top: 10px;
    text-align: center;
    float: none;
  }
  .gnv_logo > svg {
    width: 150px;
    height: 30px;
  }

  .gnv_menu_wrap {
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 55px;
    z-index: 500;
  }
  .gnv_menu_wrap.on {
    padding: 30px 0;
    max-height: 500px;
  }
  .gnv_menu {
    display: table;
    margin: 20px auto;
    padding: 5px 10px;
    position: relative;
    float: none;
  }
  .sub_wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 100px 0 0 0;
    min-height: calc(100vh - 100px);
  }
  .subpage_tit {
    font-size: 30px;
    letter-spacing: -3px;
  }

  /* GNV 오픈 버튼 */

  .gnv_open_wrap {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2000;
  }
  .gnv_open_rel {
    width: 45px;
    height: 45px;
    padding: 10px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer;
  }
  .gnv_open_rel.new:after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: red;
    position: Absolute;
    left: 1px;
    top: 1px;
  }
  .gnv_open_bar:nth-child(1) {
    width: 25px;
    height: 1px;
    background: rgba(255, 255, 255, 1);
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2000;
    transition: all 0.3s;
  }
  .gnv_open_bar:nth-child(2) {
    width: 25px;
    height: 1px;
    background: rgba(255, 255, 255, 1);
    position: absolute;
    left: 10px;
    top: 22px;
    z-index: 2000;
    transition: all 0.3s;
  }
  .gnv_open_bar:nth-child(3) {
    width: 25px;
    height: 1px;
    background: rgba(255, 255, 255, 1);
    position: absolute;
    left: 10px;
    top: 34px;
    z-index: 2000;
    transition: all 0.3s;
  }
  .gnv_open_rel.on > .gnv_open_bar:nth-child(1) {
    top: 22px;
    transform: rotate(45deg);
    background: rgba(255, 255, 255, 1);
  }
  .gnv_open_rel.on > .gnv_open_bar:nth-child(2) {
    left: -25px;
    background: rgba(255, 255, 255, 1);
  }
  .gnv_open_rel.on > .gnv_open_bar:nth-child(3) {
    top: 22px;
    transform: rotate(-45deg);
    background: rgba(255, 255, 255, 1);
  }
  .gnv_open_click {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3000;
  }

  .gn_k .gnv_open_bar:nth-child(1) {
    background: rgba(1, 1, 1, 1);
  }
  .gn_k .gnv_open_bar:nth-child(2) {
    background: rgba(1, 1, 1, 1);
  }
  .gn_k .gnv_open_bar:nth-child(3) {
    background: rgba(1, 1, 1, 1);
  }

  .gn_k .gnv_open_rel.on > .gnv_open_bar:nth-child(1) {
    background: rgba(1, 1, 1, 1);
  }
  .gn_k .gnv_open_rel.on > .gnv_open_bar:nth-child(2) {
    background: rgba(1, 1, 1, 1);
  }
  .gn_k .gnv_open_rel.on > .gnv_open_bar:nth-child(3) {
    background: rgba(1, 1, 1, 1);
  }

  /*================ GNV 끝 ================*/

  /*================ 슬라이더 ================*/

  .main_slider {
    width: 100%;
    position: relative;
  }
  .slider_box {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: -1;
  }
  .slider_ab {
    width: 100%;
    height: 100vh;
  }
  .visual_01 {
    z-index: -1;
  }

  /*================ 슬라이더 끝 ================*/

  /*================ 푸터 ================*/

  .main .footer_wrap {
    font-size: 14pt;
    position: absolute;
    letter-spacing: -1px;
    left: 50%;
    transform: translateX(-50%);
  }

  .grid-sizer,
  .grid-item {
    width: calc(50% - 4.5px);
  }

  .news_list_tit {
    line-height: 150%;
  }

  .artist_img {
  }
  .artist_img:before {
    content: '';
    width: 100%;
    height: 80px;
    display: block;
    background: #fff;
  }

  .artist_img img {
    padding-top: 3vh;
  }

  .artist_wrap {
    margin: 2vh 0 0vh 0;
    display: block;
  }
  .artist_row {
    display: block;
  }
  .artist_row:not(:last-child) .artist_cell {
    padding-bottom: 20px;
  }
  .artist_cell {
    display: block;
  }
  .artist_cell:nth-child(1) {
    font-size: 18px;
    padding-bottom: 25px;
    padding-top: 25px;
    color: #888;
  }

  .dis_album {
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 15px;
    background: #f0f0f0;
    float: none;
    clear: both;
  }
  .dis_album:not(:nth-child(3n)) {
    margin-right: 0%;
  }

  .artist_info_wrap {
    margin-bottom: 2vh;
  }
  .part_img_wrap {
    width: 40%;
    padding: 15px;
    padding-left: 0px;
  }
  .part_album {
    font-size: 14px;
  }
  .part_tit {
    padding: 3px 0;
    font-size: 16px;
  }
  .part_date {
    font-size: 12px;
  }
  .mid_btn_wrap:last-child {
    margin-bottom: 1vh;
  }

  /* album */

  .my_album {
    width: 49%;
    padding-bottom: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .my_album:nth-child(4n) {
    margin-right: 2%;
  }
  .my_album:nth-child(2n) {
    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: 500;
    opacity: 0;
    transition: all 0.3s;
    cursor: pointer;
  }
  .my_album:hover .my_album_tit {
    opacity: 1;
  }

  /* album detail  */

  .detail_wrap {
    display: block;
  }
  .detail_img_wrap {
    width: 100%;
    box-sizing: border-box;
    padding-right: 0px;
    display: block;
  }
  .detail_img {
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
  }
  .detail_img_info_wrap {
    display: block;
    padding-top: 50px;
    box-sizing: border-box;
  }
  .song_text br {
    display: none;
  }
  .music_video_wrap {
  }

  /* CONTACT */

  .contatc_wrap {
    display: block;
  }
  .contact_map {
    width: 100%;
    padding-bottom: 100%;
    display: block;
  }
  .contact_info {
    width: 100%;
    padding: 10px 0 0 0;
    display: block;
  }
  .contact_logo {
    position: absolute;
    right: 10px;
    top: -30px;
    z-index: 900;
  }
  .contact_logo > svg {
    width: 70px;
    height: 20px;
  }
  .contact_logo > svg .st1 {
    fill: #000;
  }
  .contact_info_text {
    position: static;
    width: 100%;
  }
  .contact_info_text > table {
    position: static;
    width: 100%;
    text-align: right;
  }
}
