@charset "utf-8";

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 100;
    src: url("../../font/NotoSansKR-Thin.otf") format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url("../../font/NotoSansKR-Light.otf") format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url("../../font/NotoSansKR-Regular.otf") format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url("../../font/NotoSansKR-Medium.otf") format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url("../../font/NotoSansKR-Bold.otf") format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 900;
    src: url("../../font/NotoSansKR-Black.otf") format('opentype');
}

* {
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

#header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 15;
    width: 100%;
    margin: auto;
    height: 56px;
    padding: 14px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); 
    box-sizing: border-box;
}

#header h1 a {
    display: block;
    width: 47px;
    height: 28px;
    text-indent: -99999px;
    background: url("../../images/mamuus/logo.svg") center no-repeat;
    box-sizing: border-box;
}

#header .noti,
.main_header .noti {
    position: absolute;
    top: 14px;
    right: 16px;
    display: block;
    width: 28px;
    height: 28px;
    text-indent: -9999px;
    background: url("../../images/mamuus/noti_no.svg") center no-repeat;
    cursor: pointer;
}

#header .noti.on,
.main_header .noti.on {
    background: url("../../images/mamuus/noti.svg") center no-repeat;
}

.sub_header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 15;
    width: 100%;
    margin: auto;
    height: 56px;
    text-align: center;
    background-color: #fff;
    box-sizing: border-box;
}

.sub_header h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 54px;
    letter-spacing: -0.19px;
    color: #000;
}

.sub_header .noti,
.stage_header .noti {
    position: absolute;
    top: 14px;
    right: 16px;
    display: block;
    width: 28px;
    height: 28px;
    text-indent: -9999px;
    background: url("../../images/mamuus/noti2_no.png") center no-repeat;
    cursor: pointer;
    background-size: cover;
}

.sub_header .noti.on,
.stage_header .noti.on {
    background: url("../../images/mamuus/noti2.png") center no-repeat;
    background-size: cover;
}

.sub_header .back,
.player_header .back {
    position: absolute;
    left: 16px;
    top: 14px;
    display: block;
    width: 28px;
    height: 28px;
    text-indent: -99999px;
    background: url("../../images/mamuus/back.png") center no-repeat;
    background-size: cover;
    cursor: pointer;
}

.sub_header .add_list {
    position: absolute;
    right: 16px;
    top: 16px;
    display: block;
    width: 28px;
    height: 28px;
    text-indent: -99999px;
    background: url("../../images/mamuus/add_list.png") center no-repeat;
    background-size: cover;
    cursor: pointer;
}

.sub_header > .save {
    display: block;
    position: absolute;
    right: 13px;
    top: 10px;
    z-index: 1;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.36;
    letter-spacing: -0.34px;
    color: #ff7dc4;
    cursor: pointer;
}

.sub_header > .more {
    display: block;
    position: absolute;
    top: 14px;
    right: 16px;
    width: 28px;
    height: 28px;
    text-indent: -9999px;
    background: url("../../images/mamuus/album_more.png") center no-repeat;
    background-size: cover;
    cursor: pointer;
}

.sub_header > .more1 {
    display: block;
    position: absolute;
    top: 14px;
    right: 16px;
    width: 28px;
    height: 28px;
    text-indent: -9999px;
    background: url("../../images/mamuus/album_more.png") center no-repeat;
    background-size: cover;
    cursor: pointer;
}

.sub_header > .share {
    display: block;
    position: absolute;
    top: 14px;
    right: 16px;
    width: 28px;
    height: 28px;
    text-indent: -9999px;
    background: url("../../images/mamuus/btn_share.png") center no-repeat;
    background-size: cover;
    cursor: pointer;
}

.sub_header.white {
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sub_header.white h2 {
    color: #fff;
}

.sub_header.white .noti {
    background: url("../../images/mamuus/noti_no.png") center no-repeat;
    background-size: cover;
}

.sub_header.white .noti.on {
    background: url("../../images/mamuus/noti.png") center no-repeat;
    background-size: cover;
}

.sub_header.white .back {
    background: url("../../images/mamuus/back2.png") center no-repeat;
    background-size: cover;
}

.sub_header.white > .share {
    background: url("../../images/mamuus/btn_share3.png") center no-repeat;
    background-size: cover;
}

.sub_header.user {
    border: 0;
}

.stage_header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 15;
    width: 100%;
    margin: auto;
    height: 56px;
    padding: 16px 12px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}

.stage_header h1 {
    position: absolute;
    left: 12px;
    top: 14px;
}

.stage_header h1 a {
    display: block;
    width: 47px;
    height: 28px;
    text-indent: -99999px;
    background: url("../../images/mamuus/logo2.svg") center no-repeat;
    box-sizing: border-box;
}

.stage_header h2 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: -0.19px;
    color: #000;
}

.record_pop_header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    z-index: 1;
}

.record_pop_header .back {
    display: block;
    position: absolute;
    left: 16px;
    top: 16px;
    width: 48px;
    height: 48px;
    text-indent: -99999px;
    background: url("../../images/mamuus/back3.png") center no-repeat;
    background-size: cover;
    cursor: pointer;
}

.record_pop_header .gallery {
    display: block;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 48px;
    height: 48px;
    text-indent: -99999px;
    background: url("../../images/mamuus/gallery.png") center no-repeat;
    background-size: cover;
    cursor: pointer;
}

.record_pop_header .end {
    display: none;
    position: absolute;
    top: 24px;
    right: 16px;
    width: 60px;
    height: 32px;
    border-radius: 40px;
    background-color: #fc1b95;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.36;
    letter-spacing: -0.29px;
    color: #fff;
}

.record_pop_header.on .gallery {
    display: none;
}

.record_pop_header.on .end {
    display: block;
}

.app_bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
/*     z-index: 10; */
    margin: auto;
    width: 100%;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    box-sizing: border-box;
}

.app_bar ul {
    padding: 0 16px;
    font-size: 0;
}

.app_bar li {
    display: inline-block;
    vertical-align: middle;
    width: calc(20% - 9.6px);
    height: 56px;
    padding: 5px;
    padding-top: 0px;
    text-align: center;
    box-sizing: border-box;
}

.app_bar li + li {
    margin-left: 12px;
}

.app_bar li a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 28px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.36;
    letter-spacing: -0.2px;
    color: #999;
    box-sizing: border-box;
}

.app_bar li.on a {
    color: #fc1b95;
}

.app_bar li.app_main a {
    background: url("../../images/mamuus/app_main.svg") 50% 4px no-repeat;
}

.app_bar li.app_stage a {
    background: url("../../images/mamuus/app_stage.svg") 50% 4px no-repeat;    
}

.app_bar li.app_cloud a {
    background: url("../../images/mamuus/app_cloud.svg") 50% 4px no-repeat;    
}

.app_bar li.app_studio a {
    background: url("../../images/mamuus/app_studio.svg") 50% 4px no-repeat;    
}

.app_bar li.app_mypage a {
    background: url("../../images/mamuus/app_mypage.svg") 50% 4px no-repeat;    
}

.app_bar li.app_main.on a {
    background: url("../../images/mamuus/app_main_on.svg") 50% 4px no-repeat;
}

.app_bar li.app_stage.on a {
    background: url("../../images/mamuus/app_stage_on.svg") 50% 4px no-repeat;    
}

.app_bar li.app_cloud.on a {
    background: url("../../images/mamuus/app_cloud_on.svg") 50% 4px no-repeat;    
}

.app_bar li.app_studio.on a {
    background: url("../../images/mamuus/app_studio_on.svg") 50% 4px no-repeat;    
}

.app_bar li.app_mypage.on a {
    background: url("../../images/mamuus/app_mypage_on.svg") 50% 4px no-repeat;    
}

.swiper {
    overflow: hidden;   
}

.switch {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 0;
}

.switch_label {
	position: relative;
	display: inline-block;
    vertical-align: middle;
	text-indent: -9999px;
	width: 44px;
	height: 24px;
    background-color: #dbdbdb;
	border-radius: 14px;
	transition: 0.3s;
    cursor: pointer;
}

.switch_label::after {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	transition: 0.3s;
    background-color: #fff;
}

.switch:checked + .switch_label {
    background-color: #fc1b95;
}

.switch:checked + .switch_label::after {
    left: calc(100% - 2px);
	transform: translateX(-100%);
}

.content {
    padding: 56px 0 7px;
    min-height: 100vh;
    box-sizing: border-box;
}

.content_re {
    padding: 56px 0 7px;
    box-sizing: border-box;
}

.pop_none .pop_cont {
    width: 312px;
    height: 144px;
    z-index: 9999
}

.pop_none1 .pop_cont {
    width: 312px;
    height: 144px;
}

.pop_none2 .pop_cont {
    width: 312px;
    height: 144px;
}

.pop_none3 .pop_cont {
    width: 312px;
    height: 144px;
}

.pop_login .pop_cont {
    width: 312px;
    height: 144px;
    z-index: 9999
}

.pop_following .pop_cont {
    width: 312px;
    height: 144px;
    z-index: 9999
}

.pop_preview .pop_cont {
    width: 360px;
    height: 202.5px;
    padding: 0px;
}

.pop_preview .preview {
    width: 100%;
    height: 100%;
}

.pop_workthru .pop_cont {
    width: 312px;
    height: 547px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 0px;
}

.pop_workthru .swiper-pagination {
    width: auto !important;
    left: 50% !important;
    padding: 8px 14px;
    transform: translateX(-50%);
    border-radius: 20px;
    line-height: 0;
    top: 27.6px !important;
    background-color: rgba(0, 0, 0, 0.03);
}

.pop_workthru .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 !important;
    background-color: rgba(0, 0, 0, 0.2);
}

.pop_workthru .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 8px !important;
}

.pop_workthru .swiper-pagination-bullet-active {
    background-color: #fc1b95;
}

.pop_workthru .workthru_slide {
	position: relative;
    text-align: center;
    background-size: cover;
    width: 311px;
    height: 466px;
    top: 27.6px !important;
}

.pop_workthru .pop_btn_wrap {
	position: fixed;
	bottom: 0px;
	height: 38px;
	width: 100%;
	background-color: #fc1b95;
	padding-top: 9.5px;
	padding-bottom: 9.5px;
}

.pop_workthru .close {
	display: inline-block;
    vertical-align: middle;
    align-items: center;
    margin-left: 9px;
    margin-right: 164px;
    padding: 8px 11px 9px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.36;
    letter-spacing: -0.34px;
    color: #ffffff;
    cursor: pointer;
}

.pop_workthru .next {
	display: inline-block;
    vertical-align: middle;
    align-items: center;
    margin-right: 9px;
    padding: 8px 11px 9px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.36;
    letter-spacing: -0.34px;
    color: #ffffff;
    cursor: pointer;
}

.pop_workthru .last {
	display: inline-block;
	width: 272px;
	text-align: center;
    vertical-align: middle;
    align-items: center;
    margin-right: 9px;
    margin-left: 9px;
    padding: 8px 11px 9px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.36;
    letter-spacing: -0.34px;
    color: #ffffff;
    cursor: pointer;
}
		  
.pop_calendar .modal-calendar {
    position: fixed;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: -1px auto 0;
	z-index: 22;
	width: 300px;
	height: 370px;
	padding: 24px;
}

.hidden {height:100%; min-height:100%; overflow:hidden !important; touch-action:none;}
