@charset "utf-8";

html,
body {
  position: relative;
  height: 100%;
}

/* header */
/**
.header{position:relative;border-top:1px solid #3e8bcf;padding:6px 50px 8px 120px;height:33px;background:#0559a5;}
.header h1{position:absolute;left:20px;top:13px;width:80px}
.header .title{position:absolute;left:110px;top:8px;color:#fff;font-size:14px;font-weight:bold;line-height:2.4}
*/
.header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #0067c4;
  z-index: 1;
}
.header header {
  border-top: 1px solid #3e8bcf;
  margin: 0 28px;
  padding: 12px 0;
}
.header header .title {
  color: #ffffff;
}
.header header a {
  font-size: 0;
}
.header header .menuSection li.on span {
  color: #0559a5;
}
#nav {
  display: none;
  margin-top: 111px;
}
#mainContent {
  margin-top: 100px;
}
.album-con-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 10px;
}
.soribada-logo {
  width: 80px;
  position: absolute;
  top: 6px;
  left: 0;
}
/**
.searchBox .search{position:relative;border:1px solid #819ab0;border-radius:3px;padding:7px 35px 7px 8px;background:#ffffff}
.searchBox .search legend{display:none;margin-top:-1px;font-size:0;line-height:0}
.searchBox .search input{width:100%;height:20px;font-size:15px;font-weight:normal;color:#fff;line-height:1.2}
.searchBox .search .btn_search{position:absolute;top:0;right:0;z-index:999}
*/
.menu-header {
  position: absolute;
  top: 9px;
  right: 10px;
  z-index: 1;
}
.menu-header .btn-menu {
  width: 30px;
  height: 30px;
  background: #ccc;
  text-indent: -9999px;
  overflow: hidden;
}
.menu-header .layer-menu {
  display: none;
  position: absolute;
  top: 35px;
  right: -1px;
  width: 150px;
  background: #fff;
  border: 1px solid #ccc;
}
.menu-header .layer-menu a {
  display: block;
  padding: 10px;
}
.menu-header.isOpen .layer-menu {
  display: block;
}

/* 회원 header(검색창 없는 곳) 2012-12-04 jcseong */
.headerMember {
  position: relative;
  width: 100%;
  height: 41px;
  background: #0559a5;
}
.headerMember h1 {
  position: absolute;
  left: 10px;
  top: 12px;
}
.headerMember h1 img {
  width: 80px;
  height: 17px;
}
.headerMember .title {
  position: absolute;
  left: 100px;
  top: 14px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
.menuCont {
  background: #0559a5;
}

/* nav - gnb */
.gnbStyle01 {
  border-bottom: 1px solid #c8c8c8;
  overflow: auto;
  white-space: nowrap;
}
.gnbStyle01::-webkit-scrollbar {
  display: none;
}
.gnbStyle01 a {
  width: 25%;
  float: left;
}
.gnbStyle01 .txt_tabTit {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #848484;
  text-align: center;
  line-height: 31px;
  height: 37px;
  line-height: 37px;
}
.gnbStyle01 .selected {
  border-bottom: 2px solid #0656a5;
  height: 100%;
}
.gnbStyle01 .txt_tabTit.selected {
  color: #0656a5;
  line-height: 37px;
  height: 37px;
}

/* nav - lnb */
.lnbStyle01 {
  padding: 0 15%;
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 10px;
}
.lnbStyle01 a {
  width: 33.3%;
  padding: 10px 0;
  float: left;
}
.lnbStyle01 a:first-child .txt_tabTit {
  border-left: none;
  height: 17px;
  line-height: 17px;
}
.lnbStyle01 .txt_tabTit {
  display: block;
  font-size: 12px;
  border-left: 1px solid #d7d7d7;
  font-weight: bold;
  color: #9a9a9a;
  text-align: center;
  height: 17px;
  line-height: 17px;
}
.lnbStyle01 .selected {
  color: #404040;
}

.lnbStyle01.newAlbum {
  padding: 0 30%;
}
.lnbStyle01.newAlbum a {
  width: 50%;
}

.lnbStyle01.muvi {
  padding: 0 30%;
}
.lnbStyle01.muvi a {
  width: 50%;
}

/* sub title */
.titleStyle01 {
  margin-top: 111px;
  padding: 8px 0 5px 10px;
  border-bottom: 2px solid #b9c9d7;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  color: #037ae2;
}

/* main event banner */
.rollingInfo {
  position: relative;
  display: inline-block;
  padding: 5px;
  *display: inline;
  zoom: 1;
}
.rollingInfo .slide {
  display: none;
}
.rollingInfo .selected {
  display: block;
}

.bannerSection {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
  font-size: 0;
  text-align: center;
}
.bannerSection .banners {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.bannerSection img {
  width: 100%;
}

.btn_bannerClose {
  position: absolute;
  right: 5px;
  top: 5px;
  display: inline-block;
  width: 7%;
  height: 34%;
  *display: inline;
  zoom: 1;
  z-index: 999;
}

/* notice */
.notice {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.notice .dim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: Alpha(opacity=60);
  opacity: 0.6;
}
.notice .noticeContent {
  position: absolute;
  margin-left: 50%;
  top: 30px;
  left: -140px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.notice .noticeTime {
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  font-size: 13px;
  color: #fff;
  text-align: center;
}
.notice .button {
  position: absolute;
  bottom: 5px;
  display: inline-block;
  width: 100%;
  *display: inline;
  zoom: 1;
}
.notice .button button {
  width: 50%;
  height: 30px;
}

.noticeForEvent .noticeContent {
  top: 100px;
}

/* banner - app download */
/*.banner-app {position:relative; }
.banner-app .banner-img {display:block; width:100%; height:auto; }
.banner-app .btn-app {position:absolute; bottom:19%; display:block; width:46%; height:39%; text-indent:-9999px; overflow:hidden; }
.banner-app .btn-app.btn-android {left:3%;}
.banner-app .btn-app.btn-ios {left:51%; }*/

/* appInstallContentsWrapper */
.appInstallContentsWrapper {
  position: relative;
  font-size: 0px;
}
.appInstallContentsWrapper img {
  width: 100%;
}
.appInstallContentsWrapper .btn-appinstall {
  position: absolute;
  top: 26.3%;
  left: 31.5%;
  width: 37%;
  height: 5%;
}

/* header quick link */

.quick-link {
  padding: 0 28px;
  text-align: center;
  font-size: 0;
  overflow: hidden;
}

@media (max-width: 320px) {
  .quick-link li {
    display: inline-block;
    width: 26%;
    font-size: 13px;
  }
}
@media (min-width: 321px) {
  .quick-link li {
    display: inline-block;
    width: 26%;
    font-size: 16px;
  }
}
.quick-link li:first-child {
  width: 22%;
}
.quick-link li:first-child a {
  text-align: left;
}
.quick-link li.second-child {
  width: 22%;
}
.quick-link li.third-child {
  width: 34%;
}
.quick-link li:last-child {
  width: 22%;
}
.quick-link li:last-child a {
  text-align: right;
}
.quick-link li a,
.quick-link li span {
  display: block;
  height: 50px;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}

/* list-bnr */
.list-bnr a {
  display: inline-block;
  width: 100%;
  font-size: 0;
}
.list-bnr img {
  width: 100%;
}

/* headerNav */
.headerNav {
  position: relative;
  height: 36px;
}
.headerNav h1 {
  position: absolute;
  top: 6px;
  left: 0;
}
.headerNav button {
  width: 35px;
  height: 35px;
  background-size: 25px 25px;
}
.search {
  position: relative;
  margin: 0 50px 0 0;
  float: right;
}
.search legend {
  display: none;
}
/* .search input{display: none;} */
.menuSection {
  position: absolute;
  top: 0;
  right: 0px;
  width: 39px;
  height: 35px;
}
.searchBtn {
  width: 26px;
  height: 35px;
}
.searchClose {
  background: url('//image.soribada.com/image/mobile/v2/btn_serch_p.png') no-repeat center center;
}
.menuBtn {
  background: url('//image.soribada.com/image/mobile/v2/btn_menu_n.png') no-repeat center center;
}

/** searchBoxShow **/
/* .headerNav.searchBoxShow h1{display: none;} */
.headerNav.searchBoxShow input {
  height: 35px;
  outline: none;
  /* border:1px solid #819ab0;  */
  /* background: #ffffff;border-radius: 3px; */
}
/* .headerNav.searchBoxShow .searchBtn{background:url('//image.soribada.com/image/mobile/v2/btn_serch_p.png') no-repeat center center;background-size:25px 25px;} */
.headerNav.searchBoxShow .search {
  margin-left: 0;
}

/** menuLayer **/
.menu-ul {
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 3px;
  z-index: 100;
}
.menu-ul li {
  display: flex;
}
.menu-ul svg {
  height: 40px;
  width: 27px;
  margin: 0 13px;
}
.menu-ul .homeTab svg {
  width: 36px;
  margin: 0 10px;
}
.menu-ul .newReleaseTab svg {
  width: 32px;
  margin: 0 12px;
}
.menu-ul li path {
  fill: #464646;
}
.menu-ul li.on path {
  fill: #0559a5;
}
.menu-con {
  width: 42px;
  height: 42px;
  right: 0;
  position: absolute;
  top: 0;
  background: white;
  border-radius: 3px 3px 0 0;
  display: none;
}
.menuLayer .menu-con {
  display: block;
}
.menu-con .nemo1 {
  width: 42px;
  height: 42px;
  right: 0;
  position: absolute;
  top: 0;
  background: white;
  border: 1px solid #b9b9b9;
  border-radius: 3px 3px 0 0;
}
.menu-con .nemo2 {
  position: absolute;
  top: 42px;
  right: 0px;
  width: 137px;
  height: 200px;
  background: white;
  border: 1px solid #b9b9b9;
  border-radius: 5px 0 5px 5px;
}
.menu-con .nemo3 {
  position: absolute;
  top: 40px;
  right: 1px;
  width: 42px;
  height: 4px;
  background: white;
}
.header header .menuSection.menuLayer a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.header header .menuSection.menuLayer span {
  display: inline-block;
  line-height: 40px;
  font-size: 15px;
  color: #000000;
}
/* 레이어 팝업  */
.lay-popup {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.lay-popup .shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  background: rgba(0, 0, 0, 0.6);
}
.lay-popup .lay-wrap {
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  z-index: 10;
  width: 90%;
}
.lay-popup .lay-wrap-close {
  position: absolute;
  top: 0;
  left: 90%;
  right: 0%;
  z-index: 100;
  height: 15%;
  width: 10%;
}
.lay-popup .lay-wrap-close2 {
  position: absolute;
  top: 93%;
  left: 270px;
  z-index: 100;
  height: 40px;
  width: 50px;
}

.app-install-con {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-bottom: 3%;
  z-index: 10;
}
.app-install {
  position: relative;
  height: auto;
  width: 50%;
  margin: 0 auto;
}
.app-install-banner {
  margin: 0 auto;
}
.bottom-white {
  width: 100%;
  height: 55px;
}
.app-install-close {
  position: absolute;
  top: 26%;
  right: 5%;
  width: 11%;
  height: 47%;
}
