﻿/**
방화벽 매장 때문에 해당건 삭제 처리 진행
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

b,
strong {
	font-weight: bold;
}

label {
	cursor: pointer;
}

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

:focus::-moz-placeholder {
	color: transparent;
}

:focus:-moz-placeholder {
	color: transparent;
}

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

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

:-moz-placeholder {
	color: #999;
	opacity: 1;
}

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

::placeholder {
	color: #999;
}

.placeholder {
	color: #999 !important;
}

::-moz-selection {
	background: #f0f0f0;
}

::selection {
	background: #f0f0f0;
}

@font-face {
	font-family: "Noto Sans KR";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../font/noto-sans-kr-v13-latin_korean-400.eot");
	src: local(※), url("../font/noto-sans-kr-v13-latin_korean-400.eot?#iefix") format("embedded-opentype"), url("../font/noto-sans-kr-v13-latin_korean-400.woff2") format("woff2"), url("../font/noto-sans-kr-v13-latin_korean-400.woff") format("woff"), url("../font/noto-sans-kr-v13-latin_korean-400.ttf") format("truetype"), url("../font/noto-sans-kr-v13-latin_korean-400.svg#NotoSansKR") format("svg");
}

@font-face {
	font-family: "Noto Sans KR";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../font/noto-sans-kr-v13-latin_korean-700.eot");
	src: local(※), url("../font/noto-sans-kr-v13-latin_korean-700.eot?#iefix") format("embedded-opentype"), url("../font/noto-sans-kr-v13-latin_korean-700.woff2") format("woff2"), url("../font/noto-sans-kr-v13-latin_korean-700.woff") format("woff"), url("../font/noto-sans-kr-v13-latin_korean-700.ttf") format("truetype"), url("../font/noto-sans-kr-v13-latin_korean-700.svg#NotoSansKR") format("svg");
}

@font-face {
	font-family: "Noto Sans KR Bold";
	src: url("../font/noto-sans-kr-v13-latin_korean-700.eot");
	src: local(※), url("../font/noto-sans-kr-v13-latin_korean-700.eot?#iefix") format("embedded-opentype"), url("../font/noto-sans-kr-v13-latin_korean-700.woff2") format("woff2"), url("../font/noto-sans-kr-v13-latin_korean-700.woff") format("woff"), url("../font/noto-sans-kr-v13-latin_korean-700.ttf") format("truetype"), url("../font/noto-sans-kr-v13-latin_korean-700.svg#NotoSansKR") format("svg");
}

.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 5000;
	background-image: url(../img/dim/000000x50.png);
	background: rgba(0, 0, 0, .5);
	text-align: center;
	zoom: 1;
}

@media screen\9 {
	.blocker {
		position: absolute;
		top: expression(eval(document.documentElement.scrollTop));
		bottom: auto;
		background-color: transparent;
		*background-image/*\**/
		: url("../img/dim/000000x50.png");
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/dim/000000x50.png", sizingMethod="scale");
	}
}

.blocker--white {
	background-color: #fff;
}

.blocker__mid {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 0;
	height: 100%;
	font-size: 0;
	line-height: 1;
	vertical-align: middle;
}

.blocker__body {
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 20px;
	vertical-align: middle;
}

.blocker.behind {
	background-color: transparent;
}

.modal {
	display: none;
	overflow: hidden;
	position: relative;
	z-index: 2;
	zoom: 1;
	max-width: 920px;
	background-color: #fff;
	text-align: left;
	width: 300px;

}

.modal a.close-modal {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 20px;
	display: block;
	width: 30px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.modal-body {
	padding: 15px 30px;
	height: auto
}

.modal-header {
	height: 40px;
}

.modal-header .modal-title {
	height: 40px;
}

.modal-header .popup-close  {
	top: 13px;
}

.modal-header .popup-close img {
	width: 25px;
	height: 25px;
}

.modal-title {
	padding-top: 10px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3333333333;
	text-align: center;
}

.modal-text {
	font-size: 16px;
	line-height: 1.25;
	text-align: center;
}

.modal-footer {
	font-size: 0;
	width: 100%;
}

.modal-form {
	margin-top: 40px;
}

.modal-notify {
	padding: 20px 30px;
	background-color: #f8f8f8;
	font-size: 13px;
	line-height: 1.3846153846;
	color: #999;
}

.modal-spinner {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	padding: 12px 16px;
	border-radius: 5px;
	background-color: #111;
	height: 20px;
}

.modal-spinner>div {
	border-radius: 100px;
	background-color: #fff;
	height: 20px;
	width: 2px;
	margin: 0 1px;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.modal-spinner .rect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.modal-spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
	0%,
	40%,
	100% {
		-webkit-transform: scaleY(0.5);
	}

	20% {
		-webkit-transform: scaleY(1);
	}
}

@keyframes sk-stretchdelay {
	0%,
	40%,
	100% {
		transform: scaleY(0.5);
		-webkit-transform: scaleY(0.5);
	}

	20% {
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
	}
}

html,
body {
	overflow-x: hidden;
	overflow-y: auto;
	/*height: 100%;*/
	font-family: "Noto Sans KR", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -1px;
	color: #222;
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
}

body::-webkit-scrollbar {
	display: none; /* Chrome, Safari, Opera*/
}

a {
	font-size: 14px;
	text-decoration: none;
	/*color: #222;*/
}

.br-w {
	display: block;
}

.blind {
	position: absolute !important;
	top: auto;
	left: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	text-indent: 0;
	clip: rect(1px 1px 1px 1px);
}

.clearfix {
	zoom: 1;
}

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

.clearfix:after {
	clear: both;
}

.wrapper {
	position: relative;
	margin: 0 auto;
}

.root {
	position: relative;
	padding: 70px 0;
	zoom: 1;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 5001;
	width: 100%;
	height: 70px;
	border-bottom: 1px solid #e1e1e1;
	background-color: #fff;
}

.header-logo {
	position: absolute;
	left: 32px;
	top: 0;
	*background-image/*\**/
	: url("../img/common/blank.gif");
}

.header-logo__link {
	display: block;
	overflow: hidden;
	width: 120px;
	height: 70px;
	background-image: url("../img/common/logo-b.png");
	background-image: url("../img/common/logo-b@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -999em;
	cursor: pointer;
	margin-top:20px;
}

.header-logo__link.br {
	display: block;
	overflow: hidden;
	width: 120px;
	height: 70px;
	background-image: url("../img/common/brandradio_logo.png");
	background-image: url("../img/common/brandradio_logo.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -999em;
	cursor: pointer;
	margin-top:20px;
}

.header-logo__link.snm {
	display: block;
	overflow: hidden;
	width: 120px;
	height: 70px;
	background-image: url("../img/common/shopnmusic_new_logo.png");
	background-image: url("../img/common/shopnmusic_new_logo.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -999em;
	cursor: pointer;
	margin-top:30px;
}

.header-navi {
	position: absolute;
	left: 180px;
	top: 0;
	*background-image/*\**/
	: url("../img/common/blank.gif");
}

.header-navi__item {
	float: left;
}

.header-navi__link {
	display: block;
	padding: 0 30px;
	font-size: 0;
	cursor: pointer;
}

.header-navi__text {
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: 16px;
	line-height: 70px;
}

.header-content-right {
	position: absolute;
	right: 15px;
	top: 0;
}

.header-switch {
	float: left;
}

.header-switch__link {
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 0 30px;
	font-size: 0;
	cursor: pointer;
}

.header-switch__text {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-right: 6px;
	font-size: 16px;
	line-height: 70px;
	vertical-align: middle;
}

.header-player {
	position: relative;
	float: left;
	width: 590px;
	height: 70px;
}

.header-player__cell {
	position: relative;
	overflow: hidden;
	margin-left:90px;
	padding: 14px 10px;
	zoom: 1;
}

.header-player__album {
	float: left;
	width: 42px;
	height: 42px;
	border:1px solid #ddd;
}

.header-player__album img {
	display: block;
	width: 42px;
	height: 42px;
}

.header-player__meta {
	overflow: hidden;
	padding: 0 10px;
	zoom: 1;
}

.header-player__title {
	display: block;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.header-player__desc {
	display: block;
	font-size: 13px;
	line-height: 1.3846153846;
	color: #777;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.header-player__btn {
	position: absolute;
	right: 0;
	top: 50%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
}

.header-player__btn-icon {
	display: block;
	width: 30px;
	height: 30px;
	background-image: url("../img/icon/ic-heart-off-30.png");
	background-image: url("../img/icon/ic-heart-off-30@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.header-player__btn--active .header-player__btn-icon {
	background-image: url("../img/icon/ic-heart-on-30.png");
	background-image: url("../img/icon/ic-heart-on-30@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.header-player__btn-text {
	display: none;
}

.header-eq_wrap {
	position: relative;
	width: 22px;
	display: inline-block;
}

.header_eq, .header_eq:after, .header_eq:before {
	width: 6px;
	height: 2px;
	background: #000;
	position: relative;
	animation-name: bar1;
	animation-duration: 0.3s;
	animation-direction: alternate;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.header_eq:before {
	content: "";
	position: absolute;
	transform: translate(8px, 0);
	box-shadow: 0 -3px 0 #000;
	animation-name: bar2;
}

.header_eq:after {
	content: "";
	position: absolute;
	transform: translate(16px, 0);
	box-shadow: 0 -3px 0 #000, 0 -6px 0 #000, 0 -9px 0 #000;
	animation-name: bar3;
}

@keyframes bar1 {
	0%, 19.9% {
		box-shadow: 0 -3px 0 #000, 0 -6px 0 #000, 0 -9px 0 #000, 0 -12px 0 #000;
	}
	20%, 39.9% {
		box-shadow: 0 -3px 0 #000, 0 -6px 0 #000, 0 -9px 0 #000;
	}
	40%, 59.9% {
		box-shadow: 0 -3px 0 #000, 0 -6px 0 #000;
	}
	60%, 79.9% {
		box-shadow: 0 -3px 0 #000;
	}
	80%, 100% {
		box-shadow: none;
	}
}

@keyframes bar2 {
	0%, 19.9% {
		box-shadow: none;
	}
	20%, 39.9% {
		box-shadow: 0 -3px 0 #000;
	}
	40%, 59.9% {
		box-shadow: 0 -3px 0 #000, 0 -6px 0 #000;
	}
	60%, 79.9% {
		box-shadow: 0 -3px 0 #000, 0 -6px 0 #000, 0 -9px 0 #000, 0 -12px 0 #000;
	}
	80%, 100% {
		box-shadow: 0 -3px 0 #000, 0 -6px 0 #000, 0 -9px 0 #000;
	}
}

@keyframes bar3 {
	0%, 19.9% {
		box-shadow: 0 -3px 0 #000, 0 -6px 0 #000;
	}
	20%, 39.9% {
		box-shadow: 0 -3px 0 #000;
	}
	40%, 59.9% {
		box-shadow: 0 -3px 0 #000, 0 -6px 0 #000;
	}
	60%, 79.9% {
		box-shadow: 0 -3px 0 #000, 0 -6px 0 #000, 0 -9px 0 #000;
	}
	80%, 100% {
		box-shadow: 0 -3px 0 #000, 0 -6px 0 #000, 0 -9px 0 #000, 0 -12px 0 #000;
	}
}

@keyframes bar3 {
	0%, 19.9% {
		box-shadow: 0 -3px 0 #000, 0 -6px 0 #000;
	}
	20%, 39.9% {
		box-shadow: 0 -3px 0 #000;
	}
	40%, 59.9% {
		box-shadow: 0 -3px 0 #000, 0 -6px 0 #000;
	}
	60%, 79.9% {
		box-shadow: 0 -3px 0 #000, 0 -6px 0 #000, 0 -9px 0 #000;
	}
	80%, 100% {
		box-shadow: 0 -3px 0 #000, 0 -6px 0 #000, 0 -9px 0 #000, 0 -12px 0 #000;
	}
}

@keyframes bar4 {
	0%, 19.9% {
		box-shadow: 0 -3px 0 #000, 0 -6px 0 #000, 0 -9px 0 #000;
	}
	20%, 39.9% {
		box-shadow: 0 -3px 0 #000, 0 -6px 0 #000;
	}
	40%, 59.9% {
		box-shadow: 0 -3px 0 #000;
	}
	60%, 79.9% {
		box-shadow: 0 -3px 0 #000, 0 -6px 0 #000;
	}
	80%, 100% {
		box-shadow: 0 -3px 0 #000, 0 -6px 0 #000, 0 -9px 0 #000;
	}
}

@keyframes bar4 {
	0%, 19.9% {
		box-shadow: 0 -3px 0 #000, 0 -6px 0 #000, 0 -9px 0 #000;
	}
	20%, 39.9% {
		box-shadow: 0 -3px 0 #000, 0 -6px 0 #000;
	}
	40%, 59.9% {
		box-shadow: 0 -3px 0 #000;
	}
	60%, 79.9% {
		box-shadow: 0 -3px 0 #000, 0 -6px 0 #000;
	}
	80%, 100% {
		box-shadow: 0 -3px 0 #000, 0 -6px 0 #000, 0 -9px 0 #000;
	}
}


@keyframes bar5 {
	0%, 19.9% {
		box-shadow: 0 -3px 0 #000;
	}
	20%, 39.9% {
		box-shadow: 0 -3px 0 #000, 0 -6px 0 #000;
	}
	40%, 59.9% {
		box-shadow: 0 -3px 0 #000, 0 -6px 0 #000, 0 -9px 0 #000;
	}
	60%, 79.9% {
		box-shadow: 0 -3px 0 #000;
	}
	80%, 100% {
		box-shadow: 0 -3px 0 #000, 0 -6px 0 #000, 0 -9px 0 #000, 0 -12px 0 #000;
	}
}

@keyframes bar5 {
	0%, 19.9% {
		box-shadow: 0 -3px 0 #000;
	}
	20%, 39.9% {
		box-shadow: 0 -3px 0 #000, 0 -6px 0 #000;
	}
	40%, 59.9% {
		box-shadow: 0 -3px 0 #000, 0 -6px 0 #000, 0 -9px 0 #000;
	}
	60%, 79.9% {
		box-shadow: 0 -3px 0 #000;
	}
	80%, 100% {
		box-shadow: 0 -3px 0 #000, 0 -6px 0 #000, 0 -9px 0 #000, 0 -12px 0 #000;
	}
}

@keyframes bar6 {
	0%, 19.9% {
		box-shadow: 0 -3px 0 #000, 0 -6px 0 #000, 0 -9px 0 #000, 0 -12px 0 #000;
	}
	20%, 39.9% {
		box-shadow: 0 -3px 0 #000, 0 -6px 0 #000, 0 -9px 0 #000;
	}
	40%, 59.9% {
		box-shadow: 0 -3px 0 #000, 0 -6px 0 #000;
	}
	60%, 79.9% {
		box-shadow: 0 -3px 0 #000;
	}
	80%, 100% {
		box-shadow: 0 -3px 0 #000, 0 -6px 0 #000;
	}
}

@keyframes bar6 {
	0%, 19.9% {
		box-shadow: 0 -3px 0 #000, 0 -6px 0 #000, 0 -9px 0 #000, 0 -12px 0 #000;
	}
	20%, 39.9% {
		box-shadow: 0 -3px 0 #000, 0 -6px 0 #000, 0 -9px 0 #000;
	}
	40%, 59.9% {
		box-shadow: 0 -3px 0 #000, 0 -6px 0 #000;
	}
	60%, 79.9% {
		box-shadow: 0 -3px 0 #000;
	}
	80%, 100% {
		box-shadow: 0 -3px 0 #000, 0 -6px 0 #000, 0 -9px 0 #000, 0 -12px 0 #000;
	}
}

.header_eq2, .header_eq2:after, .header_eq2:before {
	width: 6px;
	height: 2px;
	background: #000;
	position: relative;
	box-shadow: 0 -3px 0 #000, 0 -6px 0 #000, 0 -9px 0 #000, 0 -12px 0 #000;
	animation-name: bar5;
	animation-duration: 0.3s;
	animation-direction: alternate;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.header_eq2:before {
	content: "";
	position: absolute;
	transform: translate(8px, 0);
	box-shadow: 0 -3px 0 #000;
	animation-name: bar1;
}

.header_eq2:after {
	content: "";
	position: absolute;
	transform: translate(16px, 0);
	box-shadow: 0 -3px 0 #000, 0 -6px 0 #000, 0 -9px 0 #000;
	animation-name: bar4;
}

.header_eq2 {
}

/*미니플레이어*/

.mini-header-wrap {
	position: fixed;
	width: 100%;
	font-size: 12px;
	z-index: 5;
}

.mini-sub-header-wrap {
	position: fixed;
	width: 100%;
	font-size: 12px;
	background: #fff;
	top: 100px;
	z-index: 2;
}

.mini-description {
	line-height: 1.2;
	color: #999;
	font-size: 12px;
	margin-top: 3px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 30px;
}

.mini-content {
	margin-top: 210px;
	overflow-y: scroll;
	height: calc(100% - 210px);
	font-size: 13px;
	position: relative;
	z-index: 1;
	bottom:40px;
}

.mini-content_popup {
	overflow-y: scroll;
	min-height: 300px;
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
}

.mini-content_popup > ul > li {
	width: 100%;
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.mini-content_popup > ul > li > ul > li.mini-content_album {
	width: 40px;
	padding: 11px 10px;
	margin-top: 3px;
}

.mini-content_popup > ul > li > ul > li.mini-content__title {
	width: 330px;
	padding-top: 9px;
	float: left;
}

.mini-content_popup > ul > li > ul > li.mini-content__title2 {
	width: 250px;
	padding-top: 14px;
}

.mini-content_popup > ul > li > ul > li.mini-content__play {
	float: right;
}

.mini-content_popup > ul > li > ul > li.mini-content__play button {
	background: #fff;
	border: 1px solid #ddd;
	padding: 6px 12px;
	margin-top: 20px;
	border-radius: 6px;
	font-size: 12px;
}
.mini-content_popup > ul > li > ul > li > span.mini_btn {
	border: 1px solid #ddd;
	padding: 7px 15px;
	background: #fff;
	font-size: 12px;
	display: inline-block;
	border-radius: 5px;
	behavior: url( "PIE.htc" );
	line-height: normal;
	height: 18px;
	width: 25px;
}

.mini-content_popup > ul > li > ul > li.mini-content_album > span > img {
	width: 100%;
}

.mini-content_popup > ul > li > ul > li.mini-content__title > em {
	color: #999;
	margin-left: 5px;
}

.mini-content_popup::-webkit-scrollbar {
	display: none; /* Chrome, Safari, Opera*/
}

.mini-content_cm {
	margin-top: 136px;
}

.mini-content_cm > ul > li > ul {
	height: 45px !important;
}

.mini-content2 {
	margin-top: 100px;
	overflow-y: scroll;
	height: calc(100% - 140px);
	font-size: 13px;
}

.mini-content > ul > li {
	padding: 0px 5px;
	border-bottom: 1px solid #ddd;
}

.mini-content > ul > li > ul {
	align-items: center;
	width: 100%;
	height: 70px;
}

.mini-content > ul > li > ul > li {
	vertical-align: middle;
	float: left;
}

.mini-content > ul > li > ul > li.mini-content_album {
	width: 40px;
	padding: 11px 10px;
	margin-top: 3px;
}

.mini-content > ul > li > ul > li.mini-content__title {
	width: 320px;
	padding-top: 9px;
	position: relative;
}

.mini-content > ul > li > ul > li.mini-content__title2 {
	width: 250px;
	padding-top: 14px;
}

.mini-content > ul > li > ul > li.mini-content__play {
	width: 70px;
	float: right;
}

.mini-content > ul > li > ul > li.mini-content__play button {
	background: #fff;
	border: 1px solid #ddd;
	padding: 6px 12px;
	margin-top: 20px;
	border-radius: 6px;
	font-size: 12px;
}

.mini-content_albumimg{
	width: 40px;
	height: 40px;
	display: inline-block;
	overflow: hidden;
	margin-top: 4px;
}

.mini-content > ul > li > ul > li > span.mini_btn {
	border: 1px solid #ddd;
	padding: 7px 15px;
	background: #fff;
	font-size: 12px;
	display: inline-block;
	border-radius: 5px;
	behavior: url( "PIE.htc" );
	line-height: normal;
	height: 18px;
	width: 25px;
}

.mini-content > ul > li > ul > li.mini-content_album > span > img {
	width: 100%;
}

.mini-content > ul > li > ul > li.mini-content__title > em {
	color: #999;
	margin-left: 5px;
}

.header_mini {
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
	background-color: #fff;
	height: 60px;
	box-shadow: 3px 2px 10px #ddd inset;
}

.header_mini > ul {
	display: table;
	width: 100%;
	align-items: center;
	height: 60px;
}

.header_mini > ul > li {
	display: table-cell;
	justify-content: center;
	align-items: center;
	height: 60px;
	vertical-align: middle;
	text-align: center;
}

.header_mini > ul > li:first-child {
	width: 50px;
	border-right: 1px solid #ddd;
	text-align: center;
}

.header_mini > ul > li:first-child img {
	width: 25px;
}

.header_mini > ul > li:nth-child(2) {
	width: 50px;
	justify-content: center;
	border-right: 1px solid #ddd;
}

.header_mini > ul > li.mini_albuminfo {
	width: 100%;
}

.header_mini > ul > li.mini_albuminfo > ul {
	display: inline-block;
	width: 100%;
}

.header_mini > ul > li.mini_albuminfo > ul > li {
	width: 350px;
	float: left;
	vertical-align: middle;
	padding: 10px 0;
}

.header_mini > ul > li.mini_albuminfo > ul > li.header_mini_eq {
	width: 80px;
	justify-content: center;
}

.header_mini > ul > li.mini_albuminfo > ul > li.header_mini_album {
	width: 60px;
	justify-content: center;
}

.header_mini > ul > li.mini_albuminfo > ul > li.header_mini_album > span {
	width: 40px;
	height: 40px;
	background: #f9f9f9;
	display: inline-block;
	box-shadow: 3px 3px 3px #ddd;
}

.header_mini > ul > li.mini_albuminfo > ul > li.header_mini_album > span img {
	width: 100%;
}

.header_mini > ul > li.mini_albuminfo > ul > li > p {
	text-align: left;
	padding: 1px 0;
	width: 100%;
	display: inline-block;
	font-size: 13px;
}

.header_mini > ul > li.mini_albuminfo > ul > li > p > span.song_current {
	font-size: 10px;
	float: left;
	padding: 2px 0;
}

.header_mini > ul > li.mini_albuminfo > ul > li > p > span.song_time {
	color: #999;
	font-size: 10px;
	float: left;
	padding: 2px 0;
}

.header_mini > ul > li.mini_albuminfo > ul > li > p > span.song_channel {
	float: left;
	color: #999;
	margin-left: 15px;
	width: 200px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
	font-size: 12px;
}

.header_mini_title {
	position: relative;
}

.header-btn__play {
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 50%;
	position: relative;
	behavior: url( 'PIE.htc' );
}

.header-btn__play img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 16px;
}

@media \0screen\,screen\9 {
	html, body {
		overflow-y: hidden;
	}

	.playlist_body {
		overflow-y: hidden;
	}

	.playlist_body::-webkit-scrollbar {
		display: none; /* Chrome, Safari, Opera*/
	}

	.favorite_body {
		overflow-y: auto!important;
	}

	.favorite_body::-webkit-scrollbar {
		display: none; /* Chrome, Safari, Opera*/
	}

	.inquiry_body {
		overflow-y: hidden!important;
	}

	.inquiry_body::-webkit-scrollbar {
		display: none; /* Chrome, Safari, Opera*/
	}

	.survey_body {
		overflow-y: hidden!important;
	}

	.survey_body::-webkit-scrollbar {
		display: none; /* Chrome, Safari, Opera*/
	}

	.bbs_body {
		overflow-y: hidden!important;
	}

	.bbs_body::-webkit-scrollbar {
		display: none; /* Chrome, Safari, Opera*/
	}

	.survey > ul > li > ul > li {
		float: inherit !important;
	}
}

@media \0screen\,screen\9 {
	body {
		height: auto !important;
	}

	html,body {
		height: 100% !important;
	}

	.header-btn__play img {
		padding: 10px;
		position: inherit;
		top: 0;
		left: 0;
	}

	.player-nav {
		max-width: 250px !important;
	}

	.header-logo__link {
		margin-top: 0;
	}

	.mini-content__play {
		float: right !important;
		padding-top: 12px;
	}

	.mini-footer__menu {
		float: right !important;
		width: 50%;
	}

	.mini-content {
		padding-bottom: 40px;
		margin-top: 0;
		overflow-y: auto;
		height: 100%;
		padding-top: 210px;
	}

	.mini-content_cm {
		padding-top: 175px;
		padding-bottom: 80px;
	}

	.mini-content > ul {
		padding-bottom: 250px\0/;
	}

	.mini-content2 {
		overflow-y: auto;
		height: 100%;
	}

	.mini-content2 > .mini-content2-contents {
		padding-bottom: 170px\0/;
	}

	.header_mini > ul > li {
		float: left;
	}

	.mini_tab > ul > li.mini_tab_1 > ul > li {
		width: 49.7% !important;
	}

	.mini_tab > ul > li.mini_tab_1 > ul > li:first-child {
		border-right: 1px solid #ddd;
	}

	span.mini-content_albumimg img {
		width: 100%;
	}

	.mini-content ul li ul li.mini-content__title em {
		color: #999;
		margin-left: 5px;
	}

	.mini-blocker__body_ie8 {
		margin-left: -150px!important;
	}
}

.mini_tab {
	width: 100%;
}

.mini_tab > ul {
	display: table;
	height: 40px;
	align-items: center;
	width: 100%;
}

.mini_tab > ul > li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background-color: #eee;
	width: 31.33%;
	color: #fff;
	height: 40px;
}

.mini_tab > ul > li.mini_tab_1 {
	background-color: #666;
	width: 60%;
	float: left;
}

.mini_tab > ul > li.mini_tab_1 > ul {
	width: 100%;
}

.mini_tab > ul > li.mini_tab_1 > ul > li {
	width: 49.7%;
	float: left;
	color: #fff;
	height: 40px;
	line-height: 40px;
	cursor:pointer;
}
.mini_tab > ul > li.mini_tab_1 > ul > li:first-child {
	border-right: 1px solid #ddd;
}

.mini_tab > ul > li.mini_tab_2 {
	background-color: #fff;
	width: 40%;
	float: left;
}

.mini_tab > ul > li.mini_tab_2 > ul > li {
	width: 49.7%;
	float: left;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
	height: 40px;
	cursor:pointer;
}

.mini_tab > ul > li.mini_tab_2 > ul > li:first-child  {
	border-right: 1px solid #ddd;
}

.mini_tab > ul > li.mini_tab_2 > ul > li > img {
	height: 18px;
	margin: 10px 0;
}

.mini_tab > ul > li > a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 15px;
	text-align: center;
	justify-content: center;
	align-items: center;
	line-height: 40px;
}

.mini_subtab {
	border-bottom: 1px solid #ddd;
	background: #fff;
}

.mini_subtab > ul {
	width: 100%;
	display: inline-block;
	padding: 10px 15px 5px 15px;
	box-sizing: border-box;
	position: relative;
}

.mini_subtab > ul > li {
	position: relative;
	margin-right: 21px;
	color: #fff;
	display: inline-block;
	float: left;
}

.mini_subtab > ul > li > a {
	color: #666;
	font-size: 12px;
}

.mini_subtab > ul > li:after {
	content: '|';
	position: absolute;
	right: -12px;
	color: #ddd;
	font-size: 12px;
}

.mini_subtab > ul > li > .ie-after{
	content: '|';
	position: absolute;
	right: -12px;
	color: #ddd;
	font-size: 12px;
}

.mini_subtab > ul > li {
	*zoom: expression( this.runtimeStyle['zoom'] = '1', this.insertBefore(document.createElement("i"), this.firstChild).className = "ie-after", this.firstChild.innerHTML = '|' )
}

.mini_subtab > ul > li:last-child:after {
	content: none;
}

.mini_subtab  ul .channel_favorite {
	width: 85px;
	height: 25px;
	border-radius: 25px;
	text-align: center;
	background: #525252;
	color: #fff;
	position: absolute;
	right: 10px;
	top: 7px;
	font-size: 12px;
}

.mini_subtab > ul > .channel_favorite:hover {
	cursor: pointer;
}

.mini_subtab > ul > .channel_favorite span {
	position: absolute;
	right: 15px;
	top: 3px;
	font-size: 12px;
}

.mini_subtab > ul > .channel_favorite img {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 10px;
	top: 2px;
}

.mini-content__play {
	float: right !important;
	padding-top: 18px;
}

.mini-content__play2 {
	float: right !important;
	padding-top: 7px;
}

.player-bar__icon--volume {
	background-image: url("../img/icon/icon_volume.png");
	background-image: url("../img/icon/icon_volume.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.mini-footer {
	position: fixed;
	bottom: 0;
	height: 40px;
	background: #f9f9f9;
	width: 100%;
	display: flex;
	font-size: 13px;
	z-index: 5;
}

.mini-footer > ul {
	display: inline-block;
	align-items: center;
	width: 100%;
	line-height: 40px;
	border-top: 1px solid #ddd;
}

.mini-footer > ul > li > ul > li > img {
	width: 16px;
}

.mini-footer > ul > li:first-child {
	float: left;
	width: 40%;
}

.mini-footer > ul > li:first-child img {
	width: 11px;
}

.mini-footer > ul > li:last-child {
	float: right;
	background: #fff;
}

.mini-footer > ul > li > ul {
	display: inline-block;
	width: 100%;
}

.mini-footer > ul > li > ul > li {
	float: left;
	border-left: 1px solid #ddd;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

.mini-footer > ul > li > ul > li > a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	align-items: center;
	width: 75px;
	font-size: 13px;
	justify-content: center;
}

.mini-footer__menu > ul > li {
	padding:0 12px;
}

.favorite-footer {
	position: absolute;
	bottom: 0;
}

.mini-my-header {
	position: relative;
	padding: 15px;
	zoom: 1;
}

.mini-my-header__title {
	font-size: 16px;
	font-weight: 700;
	line-height: 2.2222222222;
}

.mini-my-header__action {
	position: absolute;
	top: 0;
	right: 0;
}

.mini-my-content--mb {
	margin-bottom: 40px;
	padding: 0 15px;
}

.mini-my-list__item {
	padding: 7px 0;
	border-bottom: 1px solid #e1e1e1;
}

.mini-my-list__inner {
	position: relative;
	overflow: hidden;
	padding-left: 35px;
	zoom: 1;
}

.mini-my-list__icon {
	position: absolute;
	top: 6px;
	left: 0;
	text-align: center;
	width: 27px;
	height: 27px;
	font-size: 20px;
	vertical-align: middle;
}

.mini-my-list__icon--home {
	background-image: url("../img/mypage/ic-home.png");
	background-image: url("../img/mypage/ic-home@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.mini-my-list__icon--user {
	background-image: url("../img/mypage/ic-user.png");
	background-image: url("../img/mypage/ic-user@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.mini-my-list__icon--location {
	background-image: url("../img/mypage/ic-location.png");
	background-image: url("../img/mypage/ic-location@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.mini-my-list__icon--call {
	background-image: url("../img/mypage/ic-call.png");
	background-image: url("../img/mypage/ic-call@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.mini-my-list__icon--case {
	background-image: url("../img/mypage/ic-case.png");
	background-image: url("../img/mypage/ic-case@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.mini-my-list__icon--music {
	background-image: url("../img/mypage/ic-music.png");
	background-image: url("../img/mypage/ic-music@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.mini-my-list__icon--folder {
	background-image: url("../img/mypage/ic-folder.png");
	background-image: url("../img/mypage/ic-folder@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.mini-my-list__title {
	float: left;
	width: 100px;
	font-size: 14px;
	line-height: 2.2222222222;
}

.mini-my-list__content {
	overflow: hidden;
	font-size: 14px;
	line-height: 2.2222222222;
	color: #777;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mini-my-list__name {
	font-weight: 700;
	color: #222;
}

.mini-my-list__btn {
	margin-left: 40px;
}

.mini-my-list__checkbox {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	font-size: 0;
	cursor: pointer;
}

.mini-modal {
	overflow: hidden;
	/*position: relative;*/
	/*z-index: 9999;*/
	zoom: 1;
	background-color: #fff;
	text-align: left;
	width: 300px;
}

.mini-blocker__body {
	position: absolute;
	top: 10px;
	left: 10px;
	/*top: 180px;*/
	/*left: 50%;*/
	/*transform: translate(-50%, -50%);*/
}

.mini-blocker__body .modal-footer .sc-btn__text {
	line-height: 40px;
	font-size: 14px;
}

.mini-blocker__body .modal-text {
	font-size: 14px;
}

.mini-blocker__body .radios input[type="radio"] + label {
	padding: 0 10px 5px 25px;
}

.mini-blocker__body .radios input[type="radio"] + label:before {
	width: 17px;
	height: 17px;
	top: 2px;
}

.mini-blocker__body .radios input[type="radio"]:checked + label:after {
	top: 5px;
	left: 3px;
}


.mini-player-controls {
	position: absolute;
	right: 0;
	top: 100px;
	z-index: 4001;
	width: 100%;
	font-size: 0;
}

.mini-player-controls-wrap {
	background-color: #222;
	padding: 10px;
}

.mini-player-header {
	margin-bottom: 10px;
}

.mini-player-header__icon {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	background-image: url("../img/icon/ic-volume-on-primary-24.png");
	background-image: url("../img/icon/ic-volume-on-primary-24@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.mini-player-header__title {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	vertical-align: middle;
}

.mini-player-header__summary {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-left: 15px;
	font-size: 15px;
	vertical-align: middle;
	color: #fff;
}

.mini-player-article__item {
	margin-bottom: 10px;
}

.mini-player-article__header {
	margin-bottom: 10px;
}

.mini-player-article__title {
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: 13px;
	vertical-align: middle;
	color: #fff;
}

.mini-player-article__switch {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-left: 10px;
}

.mini-player-article__summary {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-left: 15px;
	font-size: 15px;
	vertical-align: middle;
	color: #fff;
}

.mini-player-article__volume {
	margin-bottom: 8px;
}

.mini-player-nature__cell {
	_display: inline;
	overflow: hidden;
	margin-left: -1px;
	zoom: 1;
}

.mini-player-nature__item {
	float: left;
	_display: inline;
	width: 227px;
	margin-left: 1px;
}

.mini-player-nature__header {
	position: relative;
	margin-bottom: 15px;
	padding-right: 50px;
	zoom: 1;
}

.mini-player-nature__title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.875;
}

.mini-sc-slider-wrapper {
	padding:10px 20px;
}

.mini-player-volume {
	float: left;
	position: relative;
	width: 56px;
	padding: 0 30px;
	height: 30px;
	font-size: 0;
}

.mini-player-volume--nature {
	float: none;
	height: 106px;
	margin-bottom: 1px;
}

.mini-player-volume__area {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0 1px;
	width: 49px;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	background-color: #2d2d2d;
}

.mini-player-volume__mid {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 0;
	height: 100%;
	font-size: 0;
	line-height: 1;
	vertical-align: middle;
}

.mini-player-volume__box {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
}

.mini-player-volume__title {
	display: block;
	height: 30px;
	font-size: 13px;
	line-height: 1.1538461538;
	color: #fff;
}

.mini-player-volume__value {
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: 14px;
	font-weight: 700;
	line-height: 30px;
	vertical-align: middle;
	color: #fff;
}

.mini-player-volume__value--mute {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	zoom: 1;
	opacity: .2;
}

.mini-player-volume__left {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 100%;
}

.mini-player-volume__right {
	position: absolute;
	top: 0;
	right: 0;
	width: 36px;
	height: 100%;
}

.mini-player-slider {
	position: relative;
	overflow: hidden;
	padding: 4px 0;
	zoom: 1;
}

.mini-player-slider .sc-slider-wrapper {
	padding: 5px 20px!important;
}

.mini-player-control__cell {
	_display: inline;
	overflow: hidden;
	margin-left: -1px;
	zoom: 1;
}

.mini-player-control__item {
	float: left;
	_display: inline;
	width: 112px;
	margin-left: 1px;
}

.mini-player-control__cell li.mini-volume_control {
	display: inline-block;
}

.mini-mute_disabled {
	opacity: .1;
}

.mini-player-btn {
	display: block;
	overflow: hidden;
	height: 30px;
	border: 0;
	background-color: #585656;
	font-size: 0;
	text-align: center;
	cursor: pointer;
	color: #fff;
}

.mini-player-btn--icon {
	width: 30px;
}

.mini-player-btn--empty {
	height: 163px;
	background-color: #373737;
}

.mini-player-volume--nature .mini-player-btn {
	height: 100%;
}

.mini-player-btn--primary {
	background-color: #7e6ada;
}

.mini-player-btn--disabled {
	background-color: #2d2d2d !important;
}

.mini-player-btn__mid {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 0;
	height: 100%;
	font-size: 0;
	line-height: 1;
	vertical-align: middle;
}

.mini-player-btn__icon {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 30px;
	height: 30px;
	vertical-align: middle;
}

.mini-player-btn__icon--plus {
	background-image: url("../img/icon/ic-player-plus-36.png");
	background-image: url("../img/icon/ic-player-plus-36@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.mini-player-btn__icon--minus {
	background-image: url("../img/icon/ic-player-minus-36.png");
	background-image: url("../img/icon/ic-player-minus-36@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.mini-player-btn__icon--play {
	background-image: url("../img/icon/ic-player-play-36.png");
	background-image: url("../img/icon/ic-player-play-36@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.mini-player-btn__icon--stop {
	background-image: url("../img/icon/ic-player-stop-36.png");
	background-image: url("../img/icon/ic-player-stop-36@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.mini-player-btn__icon--volume-mute {
	background-image: url("../img/icon/ic-player-volume-mute-36.png");
	background-image: url("../img/icon/ic-player-volume-mute-36@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.mini-player-btn__icon--volume {
	background-image: url("../img/icon/ic-player-volume-36.png");
	background-image: url("../img/icon/ic-player-volume-36@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.mini-player-btn__icon--close {
	background-image: url("../img/icon/btn_cross.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.mini-player-btn__icon--volume-one {
	background-image: url("../img/icon/ic-player-volume-one-36.png");
	background-image: url("../img/icon/ic-player-volume-one-36@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.mini-player-btn__icon--volume-two {
	background-image: url("../img/icon/ic-player-volume-two-36.png");
	background-image: url("../img/icon/ic-player-volume-two-36@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.mini-player-btn__icon--volume-three {
	background-image: url("../img/icon/ic-player-volume-three-36.png");
	background-image: url("../img/icon/ic-player-volume-three-36@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.mini-player-btn__icon--volume-four {
	background-image: url("../img/icon/ic-player-volume-four-36.png");
	background-image: url("../img/icon/ic-player-volume-four-36@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.mini-player-btn--empty .mini-player-btn__icon--plus {
	width: 48px;
	height: 48px;
	background-image: url("../img/icon/ic-player-plus-48.png");
	background-image: url("../img/icon/ic-player-plus-48@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.mini-player-btn--disabled .mini-player-btn__icon {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	zoom: 1;
	opacity: .2;
}

.mini-player-btn__text {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 50px;
	margin-left: 6px;
	font-size: 12px;
	font-weight: 700;
	vertical-align: middle;
}

.mini-player-btn--icon .mini-player-btn__text {
	display: none;
}

.mini-player-btn--disabled .mini-player-btn__text {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	zoom: 1;
	opacity: .2;
}

/*미니플레이어*/

.container {
	width: calc(100% - 30px);
	margin: 0 auto;
	max-width: 1024px;
	padding: 15px;
}

.container2 {
	width: calc(100% - 30px);
	margin: 0 auto;
	max-width: 1024px;
	padding: 30px 15px;
	min-height: 1024px;
}

.content {
	position: relative;
	/*overflow: hidden;*/
	overflow-y:auto;
	zoom: 1;
	/* IE scroll 숨김 */
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
}

.content::-webkit-scrollbar {
	display: none;
	width: 0 !important;
}

.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 5001;
	width: 100%;
	height: 70px;
}

.footer-navi {
	float: left;
	position: relative;
	overflow: hidden;
	width: 45%;
	max-width: 600px;
	padding: 0 20px;
}

.footer-navi__item {
	float: left;
	width: 25%;
}

.footer-navi__mid {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 0;
	height: 70px;
	font-size: 0;
	line-height: 1;
	vertical-align: middle;
}

.footer-navi__icon {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 36px;
	height: 36px;
	background-image: url("../img/icon/ic-navi-home-white.png");
	background-image: url("../img/icon/ic-navi-home-white@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	cursor: pointer;
}

.footer-navi__link--active .footer-navi__icon {
	background-image: url("../img/icon/ic-navi-home-primary.png");
	background-image: url("../img/icon/ic-navi-home-primary@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.footer-navi__link {
	display: block;
	font-size: 0;
	cursor: pointer;
}

.footer-navi__text {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 100%;
	height: 50px;
	border-radius: 25px;
	font-size: 18px;
	font-weight: 700;
	line-height: 50px;
	text-align: center;
	vertical-align: middle;
}

.footer-player {
	float: right;
	width:40%;
}

.player {
	position: relative;
	height: 70px
}

.player-bar {
	position: absolute;
	right: 190px;
	bottom: 0;
	z-index: 4001;
	max-width: 190px;
	width:50%;
	height: 70px;
	font-size: 0;
}

.player-bar__mid {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 0;
	height: 70px;
	font-size: 0;
	line-height: 1;
	vertical-align: middle;
}

.player-btn__play {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	vertical-align: middle;
	display: inline-block;
	position: relative;
}

.player-btn__play img {
	font-weight: 600;
	font-size: 18px;
	position: absolute;
	top: 11px;
	left: 11px;
}

.player-bar__icon {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 52px;
	height: 52px;
	border-radius: 100%;
	vertical-align: middle;
	cursor: pointer;
}

.player-bar__icon--play {
	background-image: url("../img/icon/ic-player-play-52.png");
	background-image: url("../img/icon/ic-player-play-52@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.player-bar__icon--stop {
	background-image: url("../img/icon/ic-player-stop-52.png");
	background-image: url("../img/icon/ic-player-stop-52@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.player-bar__time {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
	margin-left: 10px;
	font-size: 15px;
	color: #a9a9a9;
}

.player-nav {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 4001;
	overflow: hidden;
	max-width: 190px;
	width: 50%;
	height: 70px;
	text-align: center;
	cursor: pointer;
}

.player-nav__text {
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: 24px;
	font-weight: 700;
	line-height: 2.9166666667;
	vertical-align: middle;
	color: #fff;
}

.player-nav__arrow {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 24px;
	height: 24px;
	margin-left: 10px;
	vertical-align: middle;
}

.player-nav__arrow--up {
	background-image: url("../img/icon/ic-player-arrow-up.png");
	background-image: url("../img/icon/ic-player-arrow-up@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.player-nav__arrow--down {
	background-image: url("../img/icon/ic-player-arrow-down.png");
	background-image: url("../img/icon/ic-player-arrow-down@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.player-controls {
	display: none;
	position: absolute;
	right: 0;
	bottom: 70px;
	z-index: 4001;
	width: 684px;
	font-size: 0;
}

.player-controls-wrap {
	background-color: #222;
	margin: 6px;
	padding: 16px;
}

.player-header {
	margin-bottom: 24px;
}

.player-header__icon {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	background-image: url("../img/icon/ic-volume-on-primary-24.png");
	background-image: url("../img/icon/ic-volume-on-primary-24@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.player-header__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	vertical-align: middle;
}

.player-header__summary {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-left: 15px;
	font-size: 15px;
	vertical-align: middle;
	color: #fff;
}

.player-article {
	margin-bottom: -30px;
}

.player-article__item {
	margin-bottom: 30px;
}

.player-article__header {
	margin-bottom: 15px;
}

.player-article__title {
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: 18px;
	font-weight: 700;
	vertical-align: middle;
	color: #fff;
}

.player-article__switch {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-left: 10px;
}

.player-article__summary {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-left: 15px;
	font-size: 15px;
	vertical-align: middle;
	color: #fff;
}

.player-article__volume {
	margin-bottom: 12px;
}

.player-nature__cell {
	_display: inline;
	overflow: hidden;
	margin-left: -1px;
	zoom: 1;
}

.player-nature__item {
	float: left;
	_display: inline;
	width: 227px;
	margin-left: 1px;
}

.player-nature__header {
	position: relative;
	margin-bottom: 15px;
	padding-right: 50px;
	zoom: 1;
}

.player-nature__title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.875;
}

.player-volume {
	float: left;
	position: relative;
	width: 115px;
	padding: 0 56px;
	height: 56px;
	font-size: 0;
}

.player-volume--nature {
	float: none;
	height: 106px;
	margin-bottom: 1px;
}

.player-volume__area {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0 1px;
	width: 113px;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	background-color: #2d2d2d;
}

.player-volume__mid {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 0;
	height: 100%;
	font-size: 0;
	line-height: 1;
	vertical-align: middle;
}

.player-volume__box {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
}

.player-volume__title {
	display: block;
	height: 30px;
	font-size: 13px;
	line-height: 1.1538461538;
	color: #fff;
}

.player-volume__value {
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.8666666667;
	vertical-align: middle;
	color: #fff;
}

.player-volume__value--mute {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	zoom: 1;
	opacity: .2;
}

.player-volume__left {
	position: absolute;
	top: 0;
	left: 0;
	width: 56px;
	height: 100%;
}

.player-volume__right {
	position: absolute;
	top: 0;
	right: 0;
	width: 56px;
	height: 100%;
}

.player-slider {
	position: relative;
	overflow: hidden;
	padding: 4px 0;
	zoom: 1;
}

.player-control__cell {
	_display: inline;
	overflow: hidden;
	margin-left: -1px;
	zoom: 1;
}

.player-control__item {
	float: left;
	_display: inline;
	width: 127px;
	margin-left: 1px;
}


.player-control__cell li.volume_control {
	display:inline-block;
}

.mute_disabled {
	opacity:.1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"
}

.player-btn {
	display: block;
	overflow: hidden;
	height: 56px;
	border: 0;
	background-color: #585656;
	font-size: 0;
	text-align: center;
	cursor: pointer;
	color: #fff;
}

.player-btn--icon {
	width: 56px;
}

.player-btn--empty {
	height: 163px;
	background-color: #373737;
}

.player-volume--nature .player-btn {
	height: 100%;
}

.player-btn--primary {
	background-color: #7e6ada;
}

.player-btn--disabled {
	background-color: #2d2d2d !important;
}

.player-btn__mid {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 0;
	height: 100%;
	font-size: 0;
	line-height: 1;
	vertical-align: middle;
}

.player-btn__icon {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 36px;
	height: 36px;
	vertical-align: middle;
}

.player-btn__icon--plus {
	background-image: url("../img/icon/ic-player-plus-36.png");
	background-image: url("../img/icon/ic-player-plus-36@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.player-btn__icon--minus {
	background-image: url("../img/icon/ic-player-minus-36.png");
	background-image: url("../img/icon/ic-player-minus-36@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.player-btn__icon--play {
	background-image: url("../img/icon/ic-player-play-36.png");
	background-image: url("../img/icon/ic-player-play-36@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.player-btn__icon--stop {
	background-image: url("../img/icon/ic-player-stop-36.png");
	background-image: url("../img/icon/ic-player-stop-36@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.player-btn__icon--volume-mute {
	background-image: url("../img/icon/ic-player-volume-mute-36.png");
	background-image: url("../img/icon/ic-player-volume-mute-36@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.player-btn__icon--volume-one {
	background-image: url("../img/icon/ic-player-volume-one-36.png");
	background-image: url("../img/icon/ic-player-volume-one-36@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.player-btn__icon--volume-two {
	background-image: url("../img/icon/ic-player-volume-two-36.png");
	background-image: url("../img/icon/ic-player-volume-two-36@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.player-btn__icon--volume-three {
	background-image: url("../img/icon/ic-player-volume-three-36.png");
	background-image: url("../img/icon/ic-player-volume-three-36@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.player-btn__icon--volume-four {
	background-image: url("../img/icon/ic-player-volume-four-36.png");
	background-image: url("../img/icon/ic-player-volume-four-36@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.player-btn--empty .player-btn__icon--plus {
	width: 48px;
	height: 48px;
	background-image: url("../img/icon/ic-player-plus-48.png");
	background-image: url("../img/icon/ic-player-plus-48@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.player-btn--disabled .player-btn__icon {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	zoom: 1;
	opacity: .2;
}

.player-btn__text {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 66px;
	margin-left: 6px;
	font-size: 17px;
	font-weight: 700;
	vertical-align: middle;
}

.player-btn--icon .player-btn__text {
	display: none;
}

.player-btn--disabled .player-btn__text {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	zoom: 1;
	opacity: .2;
}

.error,
.invalid {
	color: #e91818;
}

label.error,
label.invalid {
	display: block;
	margin-top: 10px;
	font-size: 15px;
}

.sc-form {
	position: relative;
	zoom: 1;
}

.sc-form__title {
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

.sc-form__item {
	position: relative;
	margin-top: 10px;
	zoom: 1;

}

.sc-form__item--fix {
	height: 50px;
}

.sc-form__item--center {
	text-align: center;
}

.sc-form__error {
	font-size: 13px;
	text-align: center;
	color: #fb4029;
}

.sc-form__help {
	padding: 15px 0;
	font-size: 15px;
	line-height: 1.2;
	color: #7e6ada;
}

.sc-form__field {
	position: relative;
	zoom: 1;
}

.sc-label {
	font-size: 15px;
	font-weight: 700;
	line-height: 2.6666666667;
	color: #222;
}

.sc-field {
	display: inline-block;
	vertical-align: top;
}

.sc-field--block {
	display: block;
}

.sc-required {
	color: #7e6ada;
}

.sc-input {
	height: 35px;
	outline: none;
	border-radius: 4px;
	border: 1px solid #e1e1e1;
	font-family: "Noto Sans KR", sans-serif;
	font-size: 15px;
	line-height: 35px;
	color: #222;
	text-indent:15px;
}

.sc-input--block {
	width: 100%;
	box-sizing: border-box;
}

.sc-input--error,
.sc-input--invalid,
.sc-input.error,
.sc-input.invalid {
	border-color: #e91818;
}

.sc-input--file {
	height: auto;
	padding: 15px 0;
}

.sc-input:disabled,
.sc-input--disabled {
	cursor: no-drop;
	background-color: #f2f2f2;
	color: silver;
}

.sc-input::-ms-clear,
.sc-input::-ms-reveal {
	display: none;
}

.sc-textarea {
	padding: 10px;
	outline: none;
	border-radius: 4px;
	border: 1px solid #e1e1e1;
	background-color: transparent;
	font-family: "Noto Sans KR", sans-serif;
	font-size: 15px;
	line-height: 1.4;
	color: #222;
	resize: none;
}

.sc-textarea--no-radius {
	border-radius: 0;
}

.sc-textarea--block {
	width: 100%;
	box-sizing: border-box;
}

.sc-textarea--error,
.sc-textarea--invalid,
.sc-textarea.invalid {
	border-color: #7e6ada;
}

.sc-textarea:disabled,
.sc-textarea--disabled {
	cursor: no-drop;
	background-color: #f2f2f2;
	color: silver;
}

.sc-textarea::-ms-clear,
.sc-textarea::-ms-reveal {
	display: none;
}

.sc-radio {
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: relative;
	padding-left: 50px;
	font-size: 0;
	zoom: 1;
}

.sc-radio--invalid {
	padding-bottom: 30px;
}

.sc-radio--invalid .invalid {
	position: absolute;
	left: 0;
	bottom: 0;
}

.sc-radio input,
.sc-radio input[type=radio] {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 0;
	height: 0;
	margin: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	zoom: 1;
	opacity: 0;
	cursor: pointer;
}

.sc-radio__field {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 0;
	height: 0;
	margin: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	zoom: 1;
	opacity: 0;
	cursor: pointer;
}

.sc-radio__shape {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 40px;
	height: 40px;
	background-image: url("../img/icon/ic-radio-off.png");
	background-image: url("../img/icon/ic-radio-off@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.sc-radio--checked .sc-radio__shape {
	background-image: url("../img/icon/ic-radio-on.png");
	background-image: url("../img/icon/ic-radio-on@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.sc-radio__label {
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: 18px;
	line-height: 2.2222222222;
	vertical-align: middle;
	color: #54575c;
}

.sc-checkbox {
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: relative;
	padding-left: 50px;
	font-size: 0;
	zoom: 1;
}
/*
.radios {
	width:100%;
	display:inline-block;
}

.radios input[type="radio"] {
	display:none;
}

.radios input[type="radio"] + label {
	position:relative;
	display:inline-block;
	padding-left:25px;
	margin-right:10px;
	cursor:pointer;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3 ease-in-out;
}

.radios input[type="radio"] + label:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	text-align: center;
	color: #ddd;
	border-radius: 50%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.radios input[type="radio"] + label:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	text-align: center;
	color: #ddd;
	border-radius: 50%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.radios input[type="radio"]:checked + label:before {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em #4CAF50;
}
*/

.radios {
	position: relative;
}

.radios input[type="radio"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip:rect(0,0,0,0);
	border: 0;
}

.radios input[type="radio"] + label {
	display: inline-block;
	position: relative;
	padding:0 15px 0 30px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	margin-bottom:5px;
}

.radios input[type="radio"] + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0px;
	width: 21px;
	height: 21px;
	text-align: center;
	background: #fff;
	border: 1px solid #cacece;
	border-radius: 100%;
}

.radios input[type="radio"]:checked + label:before {
	background: #fff;
	border-color: #adb8c0;
}

.radios input[type="radio"]:checked + label:after {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 13px;
	height: 13px;
	background: #99a1a7;
	border-radius: 100%;
}

@media \0screen\,screen\9 {
	/*.mini-blocker__body {*/
	/*	top: 107px;*/
	/*	left: 50%;*/
	/*	margin-left:-235px;*/
	/*}*/


	.mini-blocker__body .radios input[type="radio"] + label {
		padding: 0 10px 5px 15px;
	}

	.sc-textarea {
		overflow-y: hidden;
	}

	.modal-header .popup-close{
		top: 3px;
		right: 2px;
	}

	.mini-content_popup > ul > li > ul > li.mini-content__title {
		width: 320px;
	}

	.mini-content_popup {
		overflow-y: hidden;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

	.radios {
		position: static;
	}

	.radios input[type="radio"]  {
		position: static;
		width: auto;
		height: auto;
		top: auto;
		right: auto;
		left: auto;
	}

	.radios input[type="radio"] + label:before {
		position: static;
		left: auto;
		top: auto;
		right: auto;
		width: 21px;
		height: 21px;
		text-align: center;
		background: none;
		border: none;
		border-radius: 100%;
	}

	.radios input[type="radio"] + label {
		display: inline-block;
		position: static;
		padding: 0 15px 0 5px;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
	}
}

.sc-checkbox--invalid {
	padding-bottom: 30px;
}

.sc-checkbox--invalid .invalid {
	position: absolute;
	left: 0;
	bottom: 0;
}

.sc-checkbox input,
.sc-checkbox input[type=checkbox] {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 0;
	height: 0;
	margin: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	zoom: 1;
	opacity: 0;
	cursor: pointer;
}

.sc-checkbox__field {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 0;
	height: 0;
	margin: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	zoom: 1;
	opacity: 0;
	cursor: pointer;
}

.sc-checkbox__shape {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 40px;
	height: 40px;
	background-image: url("../img/icon/ic-checkbox-off.png");
	background-image: url("../img/icon/ic-checkbox-off@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.sc-checkbox--checked .sc-checkbox__shape {
	background-image: url("../img/icon/ic-checkbox-on.png");
	background-image: url("../img/icon/ic-checkbox-on@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.sc-checkbox__label {
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: 18px;
	line-height: 2.2222222222;
	vertical-align: middle;
	color: #54575c;
}

.sc-slider {
	position: relative;
	height: 12px;
	border: 0 !important;
	background-color: #fff;
	zoom: 1;
}

.sc-slider--player {
	background-color: #333;
}

.sc-slider-wrapper {
	position: relative;
	padding: 18px 24px;
	zoom: 1;
}

.sc-slider-wrapper input[type=range] {
	cursor: pointer;
	width: 100%;
	height: 10px;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	-webkit-transition: 0.2s;
	transition: opacity 0.2s;
	border-radius: 5px;
	padding: 0;
}

.sc-slider-wrapper input[type=range]::-ms-tooltip {
	display: none;
}

.sc-slider-wrapper input[type=range]:hover {
	opacity: 1;
}

.sc-slider-wrapper input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 48px;
	height: 48px;
	background: url('../img/common/bg-slider-handle.png');
	border-radius: 50%;
	cursor: pointer;
	margin-top: -1px;
}


.sc-slider-wrapper input[type=range]::-ms-track {
	width: 100%;
	cursor: pointer;
	/* IE에서 기본슬라이드 숨기기  */
	background: transparent;
	color: transparent;
	border: none;
}

.sc-slider-wrapper input[type=range]::-moz-slider-thumb {
	width: 25px;
	height: 25px;
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 50%;
	cursor: pointer;
}

.sc-slider-wrapper input[type=range]::-ms-thumb {
	margin-top: 1px;
	border: 1px solid #003f2d;
	height: 20px;
	width: 20px;
	background: #ffffff;
	cursor: pointer;
}

.sc-slider-wrapper input[type=range]::-ms-fill-lower {
	background: transparent;
}

.sc-slider--gradient {
	background-image: url("../img/common/bg-slider-gradient.jpg");
	background-image: url("../img/common/bg-slider-gradient@2x.jpg"), none;
	background-size: contain;
	background-repeat: repeat-y;
	background-position: center top;
}

.sc-slider.ui-slider-horizontal .ui-slider-range {
	height: 100% !important;
	_height: 12px;
}

.sc-slider.ui-slider-horizontal .ui-slider-handle {
	top: -18px;
	width: 48px;
	height: 48px;
	margin-left: -24px;
	background-image: url("../img/common/bg-slider-handle.png");
	background-image: url("../img/common/bg-slider-handle@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
	zoom: 1;
}

.ui-corner-all {
	border-radius: 6px !important;
}

.sc-slider .ui-slider-range {
	/*background-color: #7e6ada;*/
}

.sc-slider .ui-state-default,
.sc-slider .ui-widget-content .ui-state-default,
.sc-slider .ui-widget-header .ui-state-default,
.sc-slider .ui-button,
.sc-slider html .ui-button.ui-state-disabled:hover,
.sc-slider html .ui-button.ui-state-disabled:active {
	outline: none;
	border: 0;
	background-color: transparent;
}

.sc-header {
	position: relative;
	margin-bottom: 50px;
	zoom: 1;
}

.sc-header__title {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-right: 20px;
	font-size: 24px;
	line-height: 1.25;
	vertical-align: bottom;
}

.sc-header__summary {
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: 18px;
	line-height: 1.3333333333;
	vertical-align: bottom;
}

.sc-header__action {
	position: absolute;
	top: -10px;
	right: 0;
}

.sc-header__action--top {
	top: 0;
}

.sc-body {
	width: 100%;
	padding-top:260px;
}

.sc-content {
	margin-top:20px;
}
.sc-navi__cell {
	margin-top:10px;
}
.my-body {
	width: 72%;
	float: left;
	margin-left:30px;
}

.like-list {
	padding-left: 15px;
}

.sc-info__item {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-right: 10px;
}

.sc-info__value--name {
	font-weight: 700;
	color: #7e6ada;
}

.sc-info__value--version {
	font-weight: 700;
}

.sc-navi {
	float: left;
	width: 22%;
}

.sc-navi__item {
	margin-bottom: 15px;
}

.sc-navi__link {
	display: block;
	padding: 0 20px;
	height: 49px;
	line-height: 49px;
	background-color: #f3f3f3;
	font-size: 16px;
	font-weight: 700;
}

.sc-navi__link--active {
	background-image: url("../img/common/bg-navi.png");
	background-image: url("../img/common/bg-navi@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right top;
	color: #fff;
}

.sc-switch {
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 32px;
	height: 20px;
	border-radius: 10px;
	background-color: #cbcbcb;
	font-size: 0;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition: background 0.15s;
	-moz-transition: background 0.15s;
	-ms-transition: background 0.15s;
	-o-transition: background 0.15s;
	transition: background 0.15s;
}

.sc-switch--active {
	background-color: #7e6ada
}

.sc-switch--lg {
	width: 42px;
	height: 26px;
	border-radius: 13px;
}

.sc-switch__handle {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	background-color: #fff;
	cursor: pointer;
	-webkit-transition: left 0.15s;
	-moz-transition: left 0.15s;
	-ms-transition: left 0.15s;
	-o-transition: left 0.15s;
	transition: left 0.15s;
}

.sc-switch--active .sc-switch__handle {
	left: 13px;
}

.sc-switch--lg .sc-switch__handle {
	width: 24px;
	height: 24px;
}

.sc-switch--lg.sc-switch--active .sc-switch__handle {
	left: 17px;
}

.sc-mid {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 0;
	height: 100%;
	font-size: 0;
	line-height: 1;
	vertical-align: middle;
}

.sc-mid+.sc-txt {
	max-width: 99%;
}

.sc-txt {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
}

.sc-txt__st {
	font-weight: 700;
	color: #7e6ada;
}

.sc-btn {
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: relative;
	z-index: 1;
	border-radius: 4px;
	border: 1px solid #e1e1e1;
	background-color: #fff;
	padding: 0 30px;
	font-family: "Noto Sans KR", sans-serif;
	font-size: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #777;
	*background-image/*\**/
	: url("../img/common/blank.gif");
}

.sc-btn i {
	font-size: 12px;
	vertical-align: middle;
	padding-right: 5px;
}

.sc-btn ie6-mask {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0 -30px;
	padding: 0 30px;
}

.sc-btn ie6-mask .sc-mid {
	height: 48px;
}

.sc-btn--sm .sc-btn ie6-mask .sc-mid {
	height: 38px;
}

.sc-btn--lg .sc-btn ie6-mask .sc-mid {
	height: 58px;
}

.sc-btn--half {
	padding: 0;
	width: 50%;
	background-color: #222;
	color: #fff;
}

.sc-btn--sm {
	padding: 0 3px;
	width: 40px;
	height: 30px;
}

.sc-btn--sm img{
	width: 40px;
	cursor: pointer;
}

.sc-btn--sm ie6-mask {
	margin: 0 -20px;
	padding: 0 20px;
}

.sc-btn--cm {
	width: 95px;
	padding: 0;
}

.sc-btn--voice {
	width: 140px;
	padding: 0;
	border: 0;
}

.sc-btn--bb3 {
	border-bottom-width: 3px;
}

.sc-btn--icon {
	padding: 0;
	width: 48px;
	height: 48px;
}

.sc-btn--circle {
	border-radius: 100%;
	width: 38px;
	height: 38px;
	padding: 0;
}

.sc-btn--block {
	padding: 0;
	width: 100%;
}

a.sc-btn--block {
	display: block;
	width: auto;
}

.sc-btn--block ie6-mask {
	width: 100%;
}

.sc-btn--text {
	padding: 0;
	border: 0;
	cursor: initial;
	color: #222;
}

.sc-btn--link {
	padding: 0;
	border: 0;
	color: #7e6ada;
}

.sc-btn--primary {
	border-color: #7e6ada;
	background-color: #7e6ada;
	color: #fff;
}

.sc-btn--primary-lightness {
	border-color: #f2f0fb;
	background-color: #f2f0fb;
	color: #7e6ada;
}

.sc-btn--dark-gray {
	border-color: #222;
	background-color: #222;
	color: #fff;
}

.sc-btn--light-gray {
	border-color: #f3f3f3;
	background-color: #f3f3f3;
	color: #777;
}

.sc-btn--disabled {
	border-color: #f3f3f3;
	background-color: #f3f3f3;
	color: #999;
}

.sc-btn--active {
	z-index: 100;
	border-color: #7e6ada;
	color: #7e6ada;
}

.sc-radio-group__item .sc-btn {
	border-radius: 0;
}

.sc-radio-group__item--first .sc-btn {
	border-radius: 4px 0 0 4px;
}

.sc-radio-group__item--last .sc-btn {
	border-radius: 0 4px 4px 0;
}

.modal-footer .sc-btn {
	border-radius: 0;
	border: 0;
}

.sc-btn__icon {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 24px;
	height: 24px;
	margin-right: 4px;
	vertical-align: middle;
	cursor: pointer;
}

.sc-btn__icon--play {
	background-image: url("../img/icon/ic-btn-play-24.png");
	background-image: url("../img/icon/ic-btn-play-24@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.sc-btn__icon--stop {
	background-image: url("../img/icon/ic-btn-stop-24.png");
	background-image: url("../img/icon/ic-btn-stop-24@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.sc-btn__icon--user {
	background-image: url("../img/icon/ic-btn-user-24.png");
	background-image: url("../img/icon/ic-btn-user-24@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.sc-btn__icon--rect {
	background-image: url("../img/icon/ic-btn-rect-24.png");
	background-image: url("../img/icon/ic-btn-rect-24@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.sc-btn__icon--plus {
	background-image: url("../img/icon/ic-btn-plus-24.png");
	background-image: url("../img/icon/ic-btn-plus-24@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.sc-btn__icon--minus {
	background-image: url("../img/icon/ic-btn-minus-24.png");
	background-image: url("../img/icon/ic-btn-minus-24@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.sc-btn__icon--user {
	margin-right: 10px;
}

.sc-btn--sm .sc-btn__icon {
	width: 18px;
	height: 18px;
}

.sc-btn--sm .sc-btn__icon--play {
	background-image: url("../img/icon/ic-btn-play-18.png");
	background-image: url("../img/icon/ic-btn-play-18@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.sc-btn--sm .sc-btn__icon--stop {
	background-image: url("../img/icon/ic-btn-stop-18.png");
	background-image: url("../img/icon/ic-btn-stop-18@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.sc-btn--sm .sc-btn__icon--user {
	background-image: url("../img/icon/ic-btn-user-18.png");
	background-image: url("../img/icon/ic-btn-user-18@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.sc-btn--sm .sc-btn__icon--rect {
	background-image: url("../img/icon/ic-btn-rect-18.png");
	background-image: url("../img/icon/ic-btn-rect-18@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.sc-btn--sm .sc-btn__icon--plus {
	background-image: url("../img/icon/ic-btn-plus-18.png");
	background-image: url("../img/icon/ic-btn-plus-18@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.sc-btn--sm .sc-btn__icon--minus {
	background-image: url("../img/icon/ic-btn-minus-18.png");
	background-image: url("../img/icon/ic-btn-minus-18@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.sc-btn--sm .sc-btn__icon--user {
	margin-right: 4px;
}

.sc-btn--sm.sc-btn--primary .sc-btn__icon--play {
	background-image: url("../img/icon/ic-btn-play-white-18.png");
	background-image: url("../img/icon/ic-btn-play-white-18@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.sc-btn--sm.sc-btn--primary .sc-btn__icon--stop {
	background-image: url("../img/icon/ic-btn-stop-white-18.png");
	background-image: url("../img/icon/ic-btn-stop-white-18@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.sc-btn--sm.sc-btn--primary .sc-btn__icon--user {
	background-image: url("../img/icon/ic-btn-user-white-18.png");
	background-image: url("../img/icon/ic-btn-user-white-18@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.sc-btn--sm.sc-btn--primary .sc-btn__icon--rect {
	background-image: url("../img/icon/ic-btn-rect-white-18.png");
	background-image: url("../img/icon/ic-btn-rect-white-18@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.sc-btn--sm.sc-btn--primary .sc-btn__icon--plus {
	background-image: url("../img/icon/ic-btn-plus-white-18.png");
	background-image: url("../img/icon/ic-btn-plus-white-18@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.sc-btn--sm.sc-btn--primary .sc-btn__icon--minus {
	background-image: url("../img/icon/ic-btn-minus-white-18.png");
	background-image: url("../img/icon/ic-btn-minus-white-18@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.sc-btn--primary .sc-btn__icon--play {
	background-image: url("../img/icon/ic-btn-play-white-24.png");
	background-image: url("../img/icon/ic-btn-play-white-24@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.sc-btn--primary .sc-btn__icon--stop {
	background-image: url("../img/icon/ic-btn-stop-white-24.png");
	background-image: url("../img/icon/ic-btn-stop-white-24@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.sc-btn--primary .sc-btn__icon--user {
	background-image: url("../img/icon/ic-btn-user-white-24.png");
	background-image: url("../img/icon/ic-btn-user-white-24@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.sc-btn--primary .sc-btn__icon--rect {
	background-image: url("../img/icon/ic-btn-rect-white-24.png");
	background-image: url("../img/icon/ic-btn-rect-white-24@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.sc-btn--primary .sc-btn__icon--plus {
	background-image: url("../img/icon/ic-btn-plus-white-24.png");
	background-image: url("../img/icon/ic-btn-plus-white-24@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.sc-btn--primary .sc-btn__icon--minus {
	background-image: url("../img/icon/ic-btn-minus-white-24.png");
	background-image: url("../img/icon/ic-btn-minus-white-24@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.sc-btn--icon .sc-btn__icon,
.sc-btn--circle .sc-btn__icon {
	margin-right: 0;
}

.sc-btn__text {
	display: inline-block;
	*display: inline;
	zoom: 1;
	overflow: hidden;
	font-size: 13px;
	font-weight: 500;
	line-height: 2.5;
	vertical-align: middle;
	cursor: pointer;
}

.sc-btn--sm .sc-btn__text {
	line-height: 2.5333333333;
}

.sc-btn--lg .sc-btn__text,
.modal-footer .sc-btn__text {
	font-size: 18px;
	line-height: 3.2222222222;
}

.sc-btn--voice .sc-btn__text {
	font-size: 18px;
	line-height: 5.5555555556
}

.sc-btn--icon .sc-btn__text,
.sc-btn--circle .sc-btn__text {
	display: none;
}

.sc-btn--text .sc-btn__text {
	cursor: initial;
}

.sc-btn__st {
	font-weight: 700;
	color: #7e6ada;
}

.sc-radio-group {
	display: inline-block;
	*display: inline;
	zoom: 1;
	overflow: hidden;
	padding-left: 1px;
	font-size: 0;
}

.sc-radio-group__item {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
}

.sc-button-group__item {
	zoom: 1;
	vertical-align: middle;
	text-align: center;
	width: 70px;
	border-left: 1px solid #eee;
	float: left;
}

.sc-button-group__item:hover {
	cursor: pointer;
}

.sc-button-group__item i {
	font-family: "Font Awesome 5 Free" !important;
	color: #222;
	font-weight: 500;
	font-size: 20px;
	vertical-align: middle;
}

.sc-button-group__item img {
	width: 20px;
}

.sc-button-group--l20 .sc-button-group__item {
	margin-left: 20px;
}

.home-slider__item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.home-slider__item+.home-slider__item {
	display: none;
}

.home-slider__control-prev {
	position: absolute;
	left: 0;
	top: 50%;
	width: 40px;
	height: 80px;
	margin-top: -40px;
	background-image: url("../img/common/bg-slider-prev.png");
	background-image: url("../img/common/bg-slider-prev@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}

.home-slider__control-next {
	position: absolute;
	right: 0;
	top: 50%;
	width: 40px;
	height: 80px;
	margin-top: -40px;
	background-image: url("../img/common/bg-slider-next.png");
	background-image: url("../img/common/bg-slider-next@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}

.home-article {
	width: 63%;
	float: right;
	zoom: 1;
}

.home-article2 {
	width: 64%;
	display: inline-block;
	float: right;
}

.home-article+.home-article {
	margin-top: 30px;
}

.home-article__col--left {
	float: left;
	width: 50%;
	zoom: 1;
}

.home-article__col--right {
	float: right;
	width: 48%;

}

.home-article__title {
	position: relative;
	margin-bottom: 15px;
	font-size: 0;
	width: 100%;
	display: inline-block;
	height: 20px;
}

.home-article__title-text img {
	vertical-align: bottom;
	height: 22px;
}

.home-article__title img,
.home-article__title-img {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.home-article__title-text {
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3333333333;
	vertical-align: middle;
	height: 25px;
}

.home-article__title-text--small {
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2307692308;
	color: #999;
}

.home-article__title-icon {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 7px;
	height: 7px;
	margin-top: -7px;
	_margin-top: -10px;
	*margin-top: -10px;
	margin-left: 3px;
	border-radius: 100%;
	background-color: #e53c71;
	vertical-align: middle;
}

.home-article__title-more {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	color: #999;
}

.home-list--type3 {
	margin-bottom: 10px;
}

.home-list__cell {
	display: block;
	margin-top: -10px;
	font-size: 0;
	zoom: 1;
}

.home-list__item {
	padding: 10px 0;
	zoom: 1;
}

.home-list__meta {
	position: relative;
	overflow: hidden;
	padding-right: 90px;
}

.home-list--type2 .home-list__meta {
	padding-right: 50px;
}

.home-list--type3 .home-list__meta {
	padding-right: 150px;
}

.home-list__box {
	display: block;
	width: 40px;
	height: 40px;
	background: #000;
}

.home-list__lst {
	display: block;
	overflow: hidden;
	font-size: 0;
	height: 40px;
}

.home-list__lst-no {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 30px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.7333333333;
	vertical-align: middle;
}

.home-list__lst-label {
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 26px;
	margin-right: 12px;
	padding: 0 12px;
	border-radius: 13px;
	background-color: #7e6ada;
	vertical-align: middle;
}

.home-list__lst-label span {
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.625;
	color: #fff;
}

.home-list--type2 .home-list__lst-label {
	background-color: #f2f0fb;
}

.home-list--type2 .home-list__lst-label span {
	font-size: 15px;
	line-height: 1.7333333333;
	color: #7e6ada;
}

.home-list__lst-title {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 200px;
	font-size: 18px;
	line-height: 2.2222222222;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home-list--type2 .home-list__lst-title {
	width: 240px;
	font-size: 15px;
	line-height: 2.6666666667;
}

.home-list--type3 .home-list__lst-title {
	width: 180px;
	font-size: 15px;
	line-height: 2.6666666667;
}

.home-list__hashtag {
	position: absolute;
	top: 10px;
	right: 50px;
	width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home-list__action {
	position: absolute;
	top: 10px;
	right: 0;
}

.home-chnow {
	margin-bottom: 10px;
	padding: 17px 15px;
	border-radius: 12px;
	background-color: #222;
}

.home-chnow--type2 {
	margin-bottom: 20px;
	padding: 12px;
}

.home-chnow__cell {
	overflow: hidden;
}

.home-chnow__album {
	float: left;
	position: relative;
	overflow: hidden;
	width: 50px;
	height: 50px;
	margin-right: 10px
}

.home-chnow--type2 .home-chnow__album {
	width: 48px;
	height: 48px;
}

.home-chnow__album img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.home-chnow__meta {
	position: relative;
	/*overflow: hidden;*/
	padding-top: 6px;
	zoom: 1;
}

.home-chnow--type2 .home-chnow__meta {
	padding-top: 0;
}

.home-chnow__cate {
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.2307692308;
	color: #fff;
}

.home-chnow__status {
	margin-bottom: 10px;
	font-size: 0;
}

.home-chnow--type2 .home-chnow__status {
	margin-bottom: 8px
}

.home-chnow__status-icon {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 15px;
	height: 15px;
	margin-right: 4px;
	background-image: url("../img/icon/ic-status-playing.png");
	background-image: url("../img/icon/ic-status-playing@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle
}

.home-chnow__status-text {
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2307692308;
	vertical-align: middle;
	color: #7e6ada;
}

.home-chnow__title {
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	width: 60%;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
}

.home-chnow--type2 .home-chnow__title {
	font-size: 17px;
	line-height: 1.4117647059;
}

.home-chnow__time {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 18px;
	color: #7e6ada;
}

.home-hashtag__item {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-right: 6px;
	padding: 0 6px;
	height: 20px;
	border-radius: 10px;
	background-color: #f3f3f3;
	font-size: 12px;
	vertical-align: middle;
	color: #222;
}

.home-hashtag__item--transparent {
	background: url("../img/dim/ffffffx20.png");
	background: rgba(255, 255, 255, .2);
	color: #fff;
}

.home-hashtag__item--primary {
	background-color: #f2f0fb;
	color: #7e6ada;
}

.home1 {
	overflow: hidden;
}

.home1-left {
	float: left;
	width: 280px;
}

.home1-right {
	float: right;
	width: 860px;
}

.home-welcome {
	height: 270px;
	font-size: 36px;
	line-height: 1.2;
	color: #7e6ada;
}

.home-welcome__name {
	font-weight: 700;
}

.home-player__current {
	margin-bottom: 6px;
	font-size: 0;
}

.home-player__current-text {
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 26px;
	margin-right: 12px;
	padding: 0 12px;
	border-radius: 13px;
	background-color: #7e6ada;
	vertical-align: middle;
}

.home-player__current-text span {
	display: block;
	position: relative;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
	margin-top: 2px \0 /IE9;
	_margin-top: 2px;
}

.home-player__current-time {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-top: -3px;
	margin-top: 2px \0 /IE9;
	*margin-top: 0px;
	_margin-top: 3px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1666666667;
	vertical-align: middle;
}

.home-player__message {
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 1.2;
}

.home-player__album {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 100%;
	background-color: #ccc;
}

.home-player__album img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home-player__title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 12px;
}

.home-player__title-text {
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	zoom: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home-player__btn {
	position: absolute;
	right: 12px;
	top: 12px;
	width: 48px;
	height: 48px;
	cursor: pointer;
}

.home-player__btn-icon {
	display: block;
	width: 48px;
	height: 48px;
	background-image: url("../img/icon/ic-heart-off-48.png");
	background-image: url("../img/icon/ic-heart-off-48@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.home-player__btn--active .home-player__btn-icon {
	background-image: url("../img/icon/ic-heart-on-48.png");
	background-image: url("../img/icon/ic-heart-on-48@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.home-player__btn-text {
	display: none;
}

.home-player__bars {
	height: 3px;
	background-color: #ebebeb;
	font-size: 0;
}

.home-player__bar {
	height: 3px;
	background-color: #7e6ada;
}

.home-channel {
	overflow: hidden;
}

.home-channel__cell {
	margin: -10px;
	overflow: hidden;
	font-size: 0;
	zoom: 1;
}

.home-channel__item {
	float: left;
	width: 25%;
}

.home-channel__inner {
	margin: 10px;
}

.home-channel__album {
	position: relative;
	overflow: hidden;
	height: 0;
	margin-bottom: 15px;
	padding-bottom: 100%;
	background-color: #ccc;
}

.home-channel__album img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.home-channel__album-texts {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	padding: 12px;
}

.home-channel__album-text {
	display: block;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	color: #fff;
	z-index: 1;
	zoom: 1;
	display: -webkit-box;
	overflow: hidden;
	height: 2.4em;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.home-channel__play {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.home-channel__play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	margin-left: -30px;
	background-image: url("../img/icon/ic-play-60.png");
	background-image: url("../img/icon/ic-play-60@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}

.home-channel__play-text {
	display: block;
	overflow: hidden;
	text-indent: -999em;
}

.home-channel__meta {
	position: relative;
	padding-right: 40px;
	zoom: 1;
}

.home-channel__hashtag {
	margin-bottom: 7px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
}

.home-channel__desc {
	font-size: 15px;
	display: -webkit-box;
	overflow: hidden;
	height: 3.6em;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.home-channel__bookmark {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background-image: url("../img/icon/ic-bookmark-off-30.png");
	background-image: url("../img/icon/ic-bookmark-off-30@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}

.home-channel__bookmark span {
	display: inline-block;
	*display: inline;
	zoom: 1;
	overflow: hidden;
	text-indent: -999em;
}

.home-channel__bookmark--active {
	background-image: url("../img/icon/ic-bookmark-on-30.png");
	background-image: url("../img/icon/ic-bookmark-on-30@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.home-bookmark {
	overflow: hidden;
}

.home-bookmark__cell {
	margin: -15px -20px;
	overflow: hidden;
	font-size: 0;
	zoom: 1;
}

.home-bookmark__item {
	float: left;
	width: 33.3333333%;
}

.home-bookmark__inner {
	overflow: hidden;
	margin: 15px 20px;
}

.home-bookmark__title {
	display: block;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home-bookmark__album {
	float: left;
	position: relative;
	width: 72px;
	height: 72px;
	margin-right: 12px;
	background-color: #ccc;
}

.home-bookmark__album img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.home-bookmark__play {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.home-bookmark__play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	margin-left: -15px;
	background-image: url("../img/icon/ic-play-30.png");
	background-image: url("../img/icon/ic-play-30@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}

.home-bookmark__play-text {
	display: block;
	overflow: hidden;
	text-indent: -999em;
}

.home-bookmark__meta {
	overflow: hidden;
}

.home-bookmark__text {
	margin-bottom: 12px;
	font-size: 13px;
	display: -webkit-box;
	overflow: hidden;
	height: 3.0769230769em;
	line-height: 1.5384615385;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: keep-all;
	color: #777;
}

.home-bookmark__hashtag {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home2 {
	overflow: hidden;
}

.home2-left {
	float: left;
	width: 35%;
}

.home2-right {
	float: right;
	width: calc(65% - 15px);
	padding-left: 15px;
}

.home-weather {
	display: inline-block;
	padding: 10px;
	width: 22.7%;
	box-sizing: border-box;
	float: left;
}

.home-weather_title {
}

.home-weather_title h2 {
	font-size: 20px;
	font-weight: 600;
}

.home-weather_title h3 {
	font-size: 12px;
	font-style: italic;
	font-weight: 300;
}

.single_logo {
	height: 90px;
	display: table;
}

.single_logo span {
	display: table-cell;
	vertical-align: bottom;
}

.single_logo span img {
	width: 160px;
	height: auto;
}

.single_name {
	font-size: 33px;
	height: 80px;
	font-weight: bold;
	display: -webkit-box;
	text-overflow: ellipsis;
	word-break: break-all;
	white-space: normal;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.2;
}

.home-magazine2_wrap span.now {
	font-style: italic;
	font-size: 14px;
}

.home-magazine2_wrap span.time {
	margin: 0 10px;
	font-size: 14px;
}

.home-weather_content {
	position: fixed;
	bottom: 100px;
	left: 10px;
}

.home-weather_content ul.left_item {
	margin-top: 35px;
}

.home-weather_content ul li.left_name {
	font-size: 14px;
	font-weight: bold;
}

.home-weather_content ul li.left_title {
	max-width: 210px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-indent: 20px;
}

.home-weather_content ul li.left_title a{
	opacity: 0.6;
	font-size: 12px;
}

.home-weather_content ul li img {
	width: 15px;
	margin-right: 5px;
	vertical-align: middle;
}

.home-magazine2 {
	width: 77%;
	height: 587px;
	float: right;
	margin: 0 auto;
	position: relative;
	border-left: 1px solid #ddd;
}

.home-magazine2_wrap {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding: 60px 0;
	text-align: center;
}

.home-magazine2_album {
	width: 200px;
	margin: 0 auto;
}

.home-magazine2_content {
	padding: 0 20px;
	box-sizing: border-box;
	margin-top: 20px;
}

.home-magazine2_content > ul > li.thumb {
	position: absolute;
	bottom: 20px;
}

.home-magazine2_content > ul > li.thumb span {
	font-size: 28px;
}

.home-magazine2_content > ul > li.thumb span:first-of-type {
	margin-right: 20px;
}

.home-magazine2_content > ul > li.thumb span img {
	width: 30px;
}

.home-magazine2_album_img {
	width: 200px;
	height: 200px;
	overflow: hidden;
	margin-top: 10px;
}

.single {
	padding: 0 !important;
	width: 100%;
}

.single_album_cover {
	height: 200px;
	margin: 10px 0;
}

.single_album_cover ul {
	position: relative;
	width: 400px;
	margin: 0 auto;
}

.single_album_cover ul li {
	border: 1px solid #eee;
	background: #fff;
}

.single_album_cover ul li img {
	width: 100%;
	border-radius: 20px;
}

.single_album_cover ul li.cover3 {
	width: 100px;
	height: 100px;
	top: 30px;
}

.single_album_cover ul li.cover2 {
	width: 130px;
	height: 130px;
	top: 15px;
	left: 80px;
}

.single_album_cover ul li.cover1 {
	width: 200px;
	height: 200px;
	margin: 20px auto;
	border-radius: 20px;
}

.single-left__ch {
	margin-top: 10px;
}

.single-ch__item {
	width: 100%;
	float: left;
	display: inline-block;
	zoom: 1;
	margin:5px 0;
}

.single-ch__inner {
	overflow: hidden;
	display: flex;
	align-items: center;
}

.single-ch__album {
	float: left;
	position: relative;
	width: 60px;
	height: 60px;
	margin-right: 10px;
	background: #ccc;
}

.simgle-ch__play-icon {
	position: absolute;
	top: 10px;
	left: 10px;
	min-width: 40px;
	min-height: 40px;
	width: 100%;
	height: 100%;
	background-image: url(../img/ui/new_play3.png);
	background-repeat: no-repeat;
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/ui/new_play.png', sizingMethod='scale');
	-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/ui/new_play.png', sizingMethod='scale');
}

.single-ch__meta {
	float: left;
	width: 126px;
}

.single-ch__title {
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	margin-top: -3px;
}

.single-ch__text {
	font-size: 13px;
	display: -webkit-box;
	overflow: hidden;
	height: 38px;
	line-height: 19px;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: keep-all;
	color: #777;
}

.brand_name {
	font-size: 14px;
}

.current_song > ul > h2 {
	margin-top: 10px;
}

.current_song > ul > li.song_name {
	font-size: 24px;
	font-weight: 600;
	height: 60px;
	line-height: 28px;
	max-width: 500px;
	display: -webkit-box;
	text-overflow: ellipsis;
	word-break: break-all;
	white-space: normal;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 5px auto;
}

.current_song > ul > li.song_artist {
	font-size: 18px;
	max-width: 500px;
	text-align: center;
	margin: 10px auto;
}

.current_song > ul > li.song_album {

}

.home-notice2 span {
	padding: 3px 20px;
	border-radius: 15px;
	display: inline-block;
	margin-right: 15px;
}

.home-notice2 {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	font-size: 15px;
}

.home-notice2 a {
	font-size: 15px;
}

.home-magazine2_album_img img {
	width: 100%;
}

.home-magazine {
	width: 35%;
	float: left;
}

.home-magazine-header {
	position: relative;
	zoom: 1;
	margin-bottom: 14px;
}

.home-magazine-label {
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 2px 12px;
	border-radius: 14px;
}

.home-magazine-label__text {
	font-size: 15px;
	font-weight: 700;
	color: #fff;
}

.home-magazine-area__title {
	position: absolute;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
	top: 30px;
	left: 15px;
	z-index: 1;
}

.home-magazine-title {
	font-size: 22px;
	line-height: 1.1363636364;
}

.home-magazine-action {
	position: absolute;
	right: 0;
	bottom: 0;
}

.home-magazine-content {
	position: relative;
}

.home-magazine-area {
	position: relative;
	height:505px;
	background-color: #ccc;
	zoom: 1;
}

.home-magazine-area img {
	width:100%;
	height:100%;
}

.home-magazine-area__btn {
	position: absolute;
	right: 12px;
	top: 12px;
	width: 48px;
	height: 48px;
	cursor: pointer;
}

.home-magazine-area__btn-icon {
	display: block;
	width: 48px;
	height: 48px;
	background-image: url("../img/icon/ic-heart-off-48.png");
	background-image: url("../img/icon/ic-heart-off-48@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.home-magazine-area__btn--active .home-magazine-area__btn-icon {
	background-image: url("../img/icon/ic-heart-on-48.png");
	background-image: url("../img/icon/ic-heart-on-48@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.home-magazine-area__btn-text {
	display: block;
	overflow: hidden;
	text-indent: -999em;
}

.home-magazine-area__cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, transparent, #111);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#111',GradientType=0 )progid: alpha(opacity = 30);
	zoom:1;
	/*background:rgba(0,0,0,.4);*/
	/*background-image: url(../img/magazine/bg-cover2.png), none;
    background-size: 100% 100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/magazine/bg-cover2.png', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/magazine/bg-cover2.png', sizingMethod='scale')";*/
}

.home-magazine-list {
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 24px;
}

.home-magazine-list__item {
	overflow: hidden;
	margin-top: 20px;
	font-size: 0;
	zoom: 1;
}

.home-magazine-list__album {
	position: relative;
	float: left;
	width: 64px;
	height: 64px;
	margin-right: 20px;
	background-color: #ccc;
}

.home-magazine-list__album img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.home-magazine-list__play {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: -999em;
}

.home-magazine-list__play-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 30px;
	height: 30px;
	margin-left: -15px;
	margin-top: -15px;
	background-image: url("../img/icon/ic-play-30.png");
	background-image: url("../img/icon/ic-play-30@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}

.home-magazine-list__play-text {
	display: block;
	overflow: hidden;
	text-indent: -999em;
}

.home-magazine-list__mata {
	overflow: hidden;
}

.home-magazine-list__title {
	margin-bottom: 4px;
	font-size: 15px;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
}

.home-magazine-list__content {
	display: block;
	font-size: 13px;
	word-break: keep-all;
	color: #ddd;
	display: -webkit-box;
	overflow: hidden;
	height: 2.8em;
	line-height: 1.4;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	zoom: 1;
}

.home-channel2 {
	overflow: hidden;
}

.home-channel2__cell {
	overflow: hidden;
	margin: -14px -8px;
	font-size: 0;
	zoom: 1;
}

.home-channel2__item {
	float: left;
	width: 33.3333333%
}

.home-channel2__inner {
	position: relative;
	overflow: hidden;
	margin: 14px 8px;
	zoom: 1;
}

.home-channel2__album {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 46.875%;
	background-color: #ccc;
}

.home-channel2__album img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.home-channel2__dim {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("../img/dim/000000x20.png");
	background: rgba(0, 0, 0, .2);
}

.home-channel2__meta {
	display: block;
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: 12px;
	padding-right: 60px;
}

.home-channel2__play {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 36px;
	height: 36px;
	overflow: hidden;
}

.home-channel2__play-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 36px;
	background-image: url("../img/icon/ic-play-36.png");
	background-image: url("../img/icon/ic-play-36@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}

.home-channel2__play-text {
	display: block;
	overflow: hidden;
	text-indent: -999em;
}

.home-channel2__title {
	margin-bottom: 3px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	zoom: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home-channel2__desc {
	font-size: 13px;
	line-height: 1.2307692308;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	zoom: 1;
}

.home-trend {
	position: relative;
	overflow: hidden;
	height: 215px;
}

.home-trend__item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.home-trend__item+.home-trend__item {
	display: none;
}

.home-trend__album {
	position: relative;
	overflow: hidden;
	height: 215px;
	background-color: #ccc;
}

.home-trend__album img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.home-trend__play {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index:3;
}

.home-trend__play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	transform:translate(-50%, -50%);
	background-image: url("../img/ui/new_play.png");
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}


@media \0screen\,screen\9 {
	.home-trend__play-icon {
		position: absolute;
		top: 80px;
		left: 140px;
		min-width: 60px;
		min-height: 60px;
		width: 100%;
		height: 100%;
		background-image: url("../img/ui/new_play2.png");
		background-size: cover;
		background-repeat: no-repeat;
		cursor: pointer;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/ui/new_play.png', sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/ui/new_play.png', sizingMethod='scale')";

	}
}

.home-trend__play-text {
	display: block;
	overflow: hidden;
	text-indent: -999em;
}

.home-trend__meta {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 15px;
}

.home-trend__title {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home-trend__desc {
	color: #fff;
}

.home3 {
	position: relative;
	overflow: hidden;
	margin-left: -44px;
	zoom: 1;
	_display: inline;
}

.home-banner {
	float: left;
	position: relative;
	width: 820px;
	height: 196px;
	background-color: #999;
}

.home-banner__item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	_width: 820px;
	_height: 196px;
}

.home-banner__item+.home-banner__item {
	display: none;
}

.home-banner__meta {
	position: absolute;
	top: 40px;
	left: 110px;
	width: 300px;
}

.home-banner__label {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-bottom: 24px;
	padding: 0 12px;
	border-radius: 16px;
	background: url("../img/dim/ffffffx20.png");
	background: rgba(255, 255, 255, .2);
}

.home-banner__label span {
	font-size: 15px;
	font-weight: 700;
	line-height: 2.1333333333;
	color: #fff;
}

.home-banner__title {
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	display: -webkit-box;
	overflow: hidden;
	height: 2.3076923077em;
	line-height: 1.1538461538;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.home-banner__image {
	position: absolute;
	top: 50%;
	right: 110px;
	width: 250px;
	height: 160px;
	margin-top: -80px;
}

.home-notice {
	float: left;
	position: relative;
	width: 442px;
	height: 196px;
	background-color: #585656;
}

.home-notice__item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	_width: 442px;
	_height: 196px;
}

.home-notice__item+.home-notice__item {
	display: none;
}

.home-notice__link {
	display: block;
	width: 100%;
	height: 100%;
}

.home-notice__meta {
	position: absolute;
	top: 50px;
	right: 70px;
	left: 70px;
}

.home-notice__label {
	margin-bottom: 30px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
}

.home-notice__title {
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	display: -webkit-box;
	overflow: hidden;
	height: 2.3076923077em;
	line-height: 1.1538461538;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.home3-slider {
	overflow: hidden;
}

.home-ch1 {
	overflow: hidden;
}

.hone-ch1__none {
	color: #767171;
	padding: 20px;
	text-align: center;
}

.hone-ch1__none h2 {
	font-size: 20px;
}

.hone-ch1__none h3 {
	margin-top: 20px;
}

.home-ch1__cell {
	overflow: hidden;
	font-size: 0;
	zoom: 1;
	width: 100%;
	display: inline-block;
}

.home-ch1__item {
	width: 49%;
	float: left;
	display: inline-block;
	margin-bottom: 24px;
	zoom: 1;
}

.home-ch1__item2 {
	width: 50%;
	float: left;
	display: inline-block;
	margin-bottom: 20px;
}

.home-ch1__item2 .home-ch1__inner .home-ch1__album {
	border-radius: 50%;
	overflow: hidden;
}

.home-ch1__inner {
	overflow: hidden;
	display: flex;
	align-items: center;
}

.home-ch1__title {
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}

.home-ch1__title span {
	position: absolute;
	right: 0px;
	top: -4px;
}

.home-ch1__title span img {
	width: 25px;
}

.home-ch1__album {
	float: left;
	position: relative;
	width: 100px;
	height: 100px;
	margin-right: 10px;
	background-color: #ccc;
}

.home-ch1__album img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.home-ch1__play {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.home-ch1__play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	background-image: url("../img/ui/new_play.png");
	background-size: 40px;
	background-repeat: no-repeat;
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/ui/new_play.png',sizingMethod='scale');
	-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/ui/new_play.png', sizingMethod='scale')";

}


@media \0screen\,screen\9 {
	.home-ch1__play-icon {
		position: absolute;
		top: 30px;
		left: 30px;
		min-width: 40px;
		min-height: 40px;
		width: 100%;
		height: 100%;
		background-image: url("../img/ui/new_play3.png");
		background-size: cover;
		background-repeat: no-repeat;
		cursor: pointer;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/ui/new_play.png', sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/ui/new_play.png', sizingMethod='scale')";
	}
}

.home-ch1__play-text {
	display: block;
	overflow: hidden;
	text-indent: -999em;
}

.home-ch1__meta {
	padding-top: 4px;
	float: left;
	width: 185px;
}

.home-ch1__text {
	margin-bottom: 10px;
	font-size: 13px;
	display: -webkit-box;
	overflow: hidden;
	height: 38px;
	line-height: 19px;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: keep-all;
	color: #777;
}

.home-ch1__hashtag {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home-ch2 {
	overflow: hidden;
}

.home-ch2__cell {
	overflow: hidden;
	margin: -10px 0;
	font-size: 0;
	zoom: 1;
}

.home-ch2__inner {
	position: relative;
	overflow: hidden;
	margin: 10px 0;
	zoom: 1;
}

.home-ch2__album {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 24.4680851064%;
	background-color: #ccc;
}

.home-ch2__album img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.home-ch2__dim {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("../img/dim/000000x20.png");
	background: rgba(0, 0, 0, .2);
}

.home-ch2__meta {
	display: block;
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: 12px;
	padding-right: 60px;
}

.home-ch2__play {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 36px;
	height: 36px;
	overflow: hidden;
}

.home-ch2__play-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 36px;
	background-image: url("../img/icon/ic-play-36.png");
	background-image: url("../img/icon/ic-play-36@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}

.home-ch2__play-text {
	display: block;
	overflow: hidden;
	text-indent: -999em;
}

.home-ch2__hashtag {
	position: absolute;
	top: 12px;
	left: 12px;
	right: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home-ch2__hashtag-item {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-right: 6px;
	padding: 0 6px;
	height: 20px;
	border-radius: 10px;
	background: url("../img/dim/ffffffx20.png");
	background: rgba(255, 255, 255, .2);
	font-size: 13px;
	line-height: 1.5384615385;
	vertical-align: middle;
	color: #fff;
}

.home-ch2__hashtag-item--primary {
	background-color: #feebe8;
	color: #7e6ada;
}

.home-ch2__title {
	margin-bottom: 3px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	zoom: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home-ch2__desc {
	font-size: 13px;
	line-height: 1.2307692308;
	color: #fff;
	zoom: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.channel_top {
	width: 1024px;
	position: fixed;
	background: #fff;
	_position: absolute;
	top: 70px;
	height: 270px;
	_top: expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
	z-index: 1;
}

.ch-tabs {
	font-size: 0;
}

.ch-tabs__cell {
	position: relative;
	overflow: hidden;
	margin-left: -1px;
	zoom: 1;
	_display: inline;
}

.ch-tabs__item {
	display: block;
	float: left;
	width: 12.3%;
	height: 56px;
	margin-left: 1px;
	_display: inline;
}

.ch-tabs__btn {
	display: block;
	_height: 52px;
	background-color: #f3f3f3;
	font-size: 16px;
	font-weight: 700;
	line-height: 56px;
	text-align: center;
	cursor: pointer;
	color: #777;
}

.ch-tabs__btn--active {
	border-color: #7e6ada;
	color: #fff;
	background: #7e6ada;
}

.ch-filter {
	position: relative;
	margin-bottom: 20px;
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #e1e1e1;
	font-size: 0;
	zoom: 1;
}

.ch-filter__title {
	display: inline-block;
	*display: inline;
	zoom: 1;
	border-right: 1px solid #e1e1e1;
	font-size: 16px;
	width:100px;
	vertical-align: middle;
	font-weight: 700;
}

.ch-filter__group {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-left: 40px;
	vertical-align: middle;
	overflow: hidden;
}

.ch-filter__label {
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-right: 15px;
	font-size: 16px;
	line-height: 2.5;
	vertical-align: middle;
}

.ch-filter__items {
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
}

.ch-filter__item {
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-left: 10px;
	vertical-align: middle;
}

.ch-filter__btn {
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 38px;
	padding: 0 20px;
	border-radius: 20px;
	border: 1px solid #e1e1e1;
	font-size: 14px;
	/*font-weight: 600;*/
	line-height: 38px;
	text-align: center;
	color: #777;
	cursor: pointer;
}

.border-none {
	border: none!important;
}

.ch-filter__btn--active {
	border-color: #222222;
	color: #222222
}

.ch-filter__reset {
	position: absolute;
	right: 0;
	top: 20px;
}

.ch-filter__reset-icon {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 24px;
	height: 24px;
	margin-right: 5px;
	background-image: url("../img/icon/ic-filter-reset.png");
	background-image: url("../img/icon/ic-filter-reset@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.ch-filter__reset-text {
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: 16px;
	font-weight: 700;
	line-height: 2.5;
	vertical-align: middle;
	color: #7e6ada;
}

.ch-navi {
	float: left;
	width: 280px;
}

.ch-navi__item {
	margin-bottom: 15px;
}

.ch-navi__link {
	display: block;
	padding: 0 20px;
	height: 66px;
	background-color: #f3f3f3;
	font-size: 18px;
	font-weight: 700;
	line-height: 3.6666666667;
}

.ch-navi__link--active {
	background-color: #7e6ada;
	background-image: url("../img/channel/bg-navi.png");
	background-image: url("../img/channel/bg-navi@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
	color: #fff;
}

.ch-list {
	overflow: hidden;
}

.ch-list__cell {
	margin: -13px;
	overflow: hidden;
	font-size: 0;
	zoom: 1;
}

.ch-list__item {
	float: left;
	width: 20%;
}

.ch-list__inner {
	margin: 13px;
}

.ch-list__album {
	position: relative;
	overflow: hidden;
	height: 0;
	margin-bottom: 15px;
	padding-bottom: 100%;
	background-color: #ccc;
}

.ch-list__album img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.ch-list__album-texts {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	padding: 12px;
}

.ch-list__album-text {
	display: block;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	color: #fff;
	z-index: 1;
	zoom: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ch-list__play {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ch-list__play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	margin-left: -30px;
	background-image: url("../img/icon/ic-play-60.png");
	background-image: url("../img/icon/ic-play-60@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}

.ch-list__play-text {
	display: block;
	overflow: hidden;
	text-indent: -999em;
}

.ch-list__meta {
	position: relative;
	padding-right: 40px;
	zoom: 1;
}

.ch-list__title {
	margin-bottom: 7px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
}

.ch-list__desc {
	font-size: 15px;
	display: -webkit-box;
	overflow: hidden;
	height: 3.6em;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.ch-list__bookmark {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background-image: url("../img/icon/ic-bookmark-off-30.png");
	background-image: url("../img/icon/ic-bookmark-off-30@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}

.ch-list__bookmark span {
	display: inline-block;
	*display: inline;
	zoom: 1;
	overflow: hidden;
	text-indent: -999em;
}

.ch-list__bookmark--active {
	background-image: url("../img/icon/ic-bookmark-on-30.png");
	background-image: url("../img/icon/ic-bookmark-on-30@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.cm-left {
	position: fixed;
	width: 200px;
	background: #fff;
	padding: 15px 20px;
	height: calc(100% - 170px);
}

.cm-left h2 {
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	padding: 15px 0;
}

.cm-left__top {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}

.cm-left__top ul {
	margin-top: 15px;
}

.cm-left__top li {
	padding: 5px 0;
	text-indent: 10px;
}

.cm-left__store {
	margin-top: 20px;
	height: calc(100% - 170px);
	overflow-y: auto;
	-ms-overflow-style: auto;
}

.cm-left__store::-webkit-scrollbar {
	display: none;
}

.cm-left__store > ul > li:first-child {
	font-weight: 600;
	font-size: 16px;
}

.cm-left__store > ul > li {
	margin-top: 10px;
}

.cm-left__store > ul > li > ul > li {
	width: 100%;
	display: inline-block;
	margin-bottom: 5px;
}

.cm-left__store > ul > li > ul > li > span.trash {
	width: 25px;
	display: inline-block;
	float: left;
	color: #aaa;
}

.cm-left__store > ul > li > ul > li > span.time {
	float: left;
	font-weight: 600;
	font-size: 15px;
	width: calc(100% - 25px);
}

.cm-left__store > ul > li > ul > li > span.time > p {
	font-weight: 400;
	color: #666;
}

.cm-left__arrow {
	position: absolute;
	width: 200px;
	bottom: 20px;
}

.cm-left__paging_box {
	display: inline-block;
	float: left;
	width: 88px;
	height: 56px;
	text-align: center;
	font-size: 16px;
	line-height: 56px;
}

.cm-left__arrow_box {
	display: inline-block;
	vertical-align: middle;
	float: left;
	height: 56px;
	width: 56px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.cm-left__arrow_box i {
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.cm-favorite {
	margin-bottom: 32px
}

.cm-favorite__caption {
	margin-bottom: 22px;
	font-size: 20px;
	line-height: 1.15;
}

.cm-favorite__st {
	font-weight: 700;
	color: #7e6ada;
}

.cm-favorite__cell {
	position: relative;
	overflow: hidden;
	margin-left: -20px;
	zoom: 1;
	_display: inline;
}

.cm-favorite__item {
	float: left;
	position: relative;
	width: 392px;
	height: 190px;
	margin-left: 20px;
	_display: inline;
}

.cm-favorite__inner {
	position: absolute;
	top: 22px;
	right: 30px;
	bottom: 22px;
	left: 30px;
	padding-right: 176px;
}

.cm-favorite__meta {
	_height: 146px;
	color: #fff;
	zoom: 1;
}

.cm-favorite__cate {
	margin-bottom: 8px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2307692308;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cm-favorite__title {
	font-size: 18px;
	font-weight: 700;
	display: -webkit-box;
	overflow: hidden;
	height: 2.3333333333em;
	line-height: 1.1666666667;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.cm-favorite__desc {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 13px;
	display: -webkit-box;
	overflow: hidden;
	height: 2.4615384615em;
	line-height: 1.2307692308;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.cm-favorite__thumb {
	position: absolute;
	right: 0;
	top: 0;
	width: 146px;
	height: 146px;
}

.cm-favorite__thumb img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.cm_top {
	width: 1024px;
	position: fixed;
	background: #f9f9f9;
	_position: absolute;
	top: 70px;
	height: 140px;
	_top: expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
	z-index: 1;
}

.cm-tabs {
	font-size: 0;
	margin-top: 15px;
}

.cm-tabs__cell {
	position: relative;
	overflow: hidden;
	margin-left: -1px;
	zoom: 1;
	_display: inline;
}

.cm-tabs__item {
	display: block;
	float: left;
	width: 173px;
	height: 56px;
	margin-left: 1px;
	_display: inline;
}

.cm-tabs__item--first {
	width: 172px
}

.cm-tabs__btn--active {
	border-color: #7e6ada;
	background-color: #fff;
	color: #7e6ada;
}

.cm-tabs__btn {
	display: block;
	_height: 52px;
	background-color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 56px;
	text-align: center;
	cursor: pointer;
	color: #777;
}

.cm-filter {
	position: relative;
	margin-bottom: 20px;
	padding: 20px 0;
	font-size: 0;
	zoom: 1;
}

.cm-filter__title {
	display: inline-block;
	*display: inline;
	zoom: 1;
	border-right: 1px solid #e1e1e1;
	font-size: 16px;
	width:100px;
	vertical-align: middle;
	font-weight: 700;
}

.cm-filter__group {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
	overflow: hidden;
}

.cm-filter__label {
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-right: 15px;
	font-size: 16px;
	line-height: 2.5;
	vertical-align: middle;
}

.cm-filter__items {
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
}

.cm-filter__item {
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-right: 10px;
	margin-bottom:10px;
	vertical-align: middle;
}

.cm-filter__btn {
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 38px;
	padding: 0 14px;
	border-radius: 20px;
	border: 1px solid #e1e1e1;
	font-size: 14px;
	/*font-weight: 600;*/
	line-height: 38px;
	text-align: center;
	color: #777;
	background:#fff;

}

.cm-filter__btn--active {
	border-color: #7e6ada;
	color: #7e6ada;
}

.cm-filter__reset {
	position: absolute;
	right: 0;
	top: 20px;
}

.cm-filter__reset-icon {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 24px;
	height: 24px;
	margin-right: 5px;
	background-image: url("../img/icon/ic-filter-reset.png");
	background-image: url("../img/icon/ic-filter-reset@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.cm-filter__reset-text {
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: 16px;
	font-weight: 700;
	line-height: 2.5;
	vertical-align: middle;
	color: #7e6ada;
}

.cm-list {
	width: calc(100% - 260px);
	float: right;
	padding: 20px 0 20px 20px;
}

.cm-list__item {
	overflow: hidden;
	background: #fff;
	margin: 10px 0;
	position: relative;
	width: 100%;
}

.cm-list__item > span {
	content: '';
	position: absolute;
	width: 6px;
	height: 100%;
	top: 0;
	left: 0;
}

.cm-list__inner {
	position: relative;
	zoom: 1;
	width: 100%;
	overflow: hidden;
	background: #fff;
	position: relative;
	width: 100%;
	height: 65px;
}

.cm-list__content > ul > li {
	margin-bottom: 10px;
}

.cm-list__content > ul > li > ul {
	display: inline-block;
	width: 100%;
}

.cm-list__content > ul > li > ul > li {
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
}

.cm-list__content > ul > li > ul > li.cm-list__num {
	background: #f3f5f9;
	width: 50px;
	text-align: center;
	border-radius: 3px;
	margin-right: 15px;
}

.cm-list__content > ul > li > ul > li.time {
	margin-right: 15px;
}

.cm-list__content > ul > li > ul > li.trash {
	float: right;
}

.cm-list__item .cm-list__content {
	display: none;
	font-size: 14px;
	line-height: 18px;
	color: #333;
	width: 100%;
	background: #fff;
	border-top: 1px dashed #ddd;
	padding: 10px 20px 20px;
	box-sizing: border-box;
}

.cm-list__item input[type=checkbox] {
	position: absolute;
	height: 0;
	width: 0;
	opacity: 0;
}

.cm-list__item input[type=checkbox]:checked ~ .cm-list__content {
	display: block;
}

.cm-list__item input[type=checkbox]:checked ~ .accordion-item-title {
	font-weight: bold;
}

.cm-list__item:first-child {
	margin-top: 0;
}

.cm-list__time {
	float: left;
	width: 80px;
	text-align: center;
	line-height: 65px;
	font-size: 16px;
}

.cm-list__header {
	float: left;
	padding: 10px 20px;
	width: calc(100% - 333px);
}

.cm-list__cate {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	color: #aaa;
}

.cm-list__title {
	display: block;
	font-size: 16px;
	line-height: 1.1875;
}

.cm-list__action {
	float: right;
	line-height: 65px;
	/*width:213px;*/
	width: 143px;
}

.cm-list__bookmark {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 30px;
	height: 30px;
	_background-color: #fff;
	background-image: url("../img/icon/ic-bookmark-off-30.png");
	background-image: url("../img/icon/ic-bookmark-off-30@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	cursor: pointer;
	zoom: 1;
}

.cm-list__bookmark span {
	display: inline-block;
	*display: inline;
	zoom: 1;
	overflow: hidden;
	text-indent: -999em;
}

.cm-list__bookmark--active {
	background-image: url("../img/icon/ic-bookmark-on-30.png");
	background-image: url("../img/icon/ic-bookmark-on-30@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.popup {
	width: 100%;
	height: 100%;
	/*display:none;*/
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.7);
	z-index: 4;
}

@media \0screen\,screen\9 {
	.popup {
		background-color: #000; /* 배경색 지정 */
		opacity: 0.7; /* 투명도 조절 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE8을 위한 투명도 설정 */
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); /* IE7을 위한 투명도 설정 */
		z-index: 4;
	}
}

.popup-inner {
	max-width: 720px;
	max-height: 500px;
	overflow-y: scroll;
	width: 90%;
	padding: 30px 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-shadow: 0px 2px 6px rgba(0,0,0,1);
	border-radius: 3px;
	background: #fff;
	opacity: 1;
}

.popup-inner h2 {
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	margin-top: 20px;
}

.popup-inner h3 {
	font-size: 20px;
	color: #fff;
	background: #333;
	text-align: center;
	margin: 0 auto;
	max-width: 300px;
	width: 100%;
	padding: 5px 0;
}

.popup-inner2 {
	max-width: 500px;
	max-height: 500px;
	overflow: hidden;
	width: 90%;
	padding: 30px 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-shadow: 0px 2px 6px rgba(0,0,0,1);
	border-radius: 3px;
	background: #fff;
}

.popup-notice {
	max-width: 500px;
	max-height: 500px;
	overflow: hidden;
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-shadow: 0px 2px 6px rgba(0,0,0,1);
	border-radius: 3px;
	background: #fff;
	z-index: 5;
}

@media \0screen\,screen\9 {
	.popup-notice {
		margin-top: -250px;
		margin-left: -250px;
		max-width: 500px;
		max-height: 500px;
		overflow: hidden;
		width: 90%;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		box-shadow: 0px 2px 6px rgba(0,0,0,1);
		border-radius: 3px;
		background: #fff;
		z-index: 5;
	}
}

.popup-notice h2 {
	padding: 15px 0;
	font-size: 24px;
	text-align: center;
}

.popup-notice .contents {
	padding: 20px;
	font-size: 15px;
	color: #555;
	height: 300px;
	overflow-y: scroll;
}

.popup-notice .contents span {
	/*color:#a80000;*/
}

.popup-btn {
	width: 100%;
	display: flex-box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.popup-btn ul {
	width: 100%;
	border-top: 1px solid #ddd;
}

.popup-btn ul li {
	width: 49.89%;
	float: left;
	text-align: center;
	padding: 15px 0;
}

.popup-btn ul li:hover {
	cursor: pointer;
}

.popup-btn ul li:first-child {
	border-right: 1px solid #ddd;
	background: #f9f9f9;
}

.popup_file {
	width: 100%;
	padding: 10px 0;
	background: #f9f9f9;
	display: flex-box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 20px;
}

.popup_file ul li {
	float: left;
	display: flex;
	margin-left: 15px;
	width: 30%;
}

.popup_file ul li img {
	width: 15px;
	margin-right: 5px;
}

.popup_file ul li a {
	text-decoration: underline;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.popup-close {
	width: 45px;
	height: 20px;
	line-height: 40px;
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 25px;
	transition: ease 0.25s all;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	font-size: 35px;
	text-align: center;
	color: #333;
}

.popup-close img {
	width: 30px;
	height: 30px;
}

.popup-survey {
	max-width: 600px;
	max-height: 500px;
	height: 500px;
	overflow: hidden;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-shadow: 0px 2px 6px rgba(0,0,0,1);
	border-radius: 3px;
	background: #fff;
	z-index: 5;
	-ms-overflow-style: auto;
}

@media \0screen\,screen\9 {
	.popup-survey {
		margin-top: -250px;
		margin-left: -300px;
		max-width: 600px;
		max-height: 500px;
		overflow: hidden;
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		box-shadow: 0px 2px 6px rgba(0,0,0,1);
		border-radius: 3px;
		background: #fff;
		opacity: 1;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); /* IE7을 위한 투명도 설정 */
		z-index: 5;
	}
}

.popup-survey h2 {
	padding: 15px 0;
	font-size: 24px;
	text-align: center;
}

.popup-survey .contents {
	padding: 20px;
	font-size: 15px;
	color: #555;
	overflow-y: scroll;
	height: 395px;
	-ms-overflow-style: auto;
}

.survey > ul {
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 48px;
}

.survey > ul > li.item-title {
	font-weight: 600;
	padding: 5px 0;
	color: #333;
}

.survey > ul > li.add-item {
	margin-top: 10px;
}

.survey > ul > li.add-item span {
	width: 100%;
	display: block;
}

.survey > ul > li.add-item span textarea {
	border: 1px solid #ddd;
	width: 100%;
	outline: none;
	resize: none;
	margin-top: 10px;
	height: 50px;
	box-sizing: border-box;
}

.survey > ul > li > ul {
	width: 100%;
	display: inline-block;
}


@media \0screen\,screen\9 {

	.survey > ul > li > ul {
		width: auto;
		display: inline-block;
	}

	.survey > ul > li.add-item span {
		width: auto;
		display: block;
	}

	.survey > ul > li.add-item span textarea {
		border: 1px solid #ddd;
		outline: none;
		resize: none;
		margin-top: 10px;
		height: 50px;
		overflow-y: hidden;
	}
}

.survey > ul > li > ul > li {
	float: left;
}

.survey_banner {
	position: absolute;
	bottom: 70px;
	right: 0;
	opacity: .7;
	border: 1px solid #fff;
	width: 440px;
	height: 80px;
	border-radius: 10px;
	z-index: 2;
}

.survey_banner span {
	padding-top: 25px;
	display: inline-block;
	padding-left: 20px;
	font-size: 18px;
}

.survey_banner span.btn_close {
	width: 60px;
	border-left: 1px dotted #999;
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 0;
}

.survey_banner > span > a {
	color: #fff;
	font-size: 20px;
	margin-left: 15px;
}

.survey_banner > span.btn_close > a {
	color: #fff;
	font-size: 32px;
	margin-left: 15px;
}

.select_time ul {
	width: 90%;
	margin: 10px 0;
	display: inline-block;
}

.select_time ul li:first-child {
	width: 25%;
	float: left;
}

.select_time ul li:last-child {
	width: 75%;
	float: left;
}

.select_time ul li:last-child p {
	color: red;
	font-size: 15px;
	margin-top: 5px;
}

.select_time_title {
	font-size: 16px;
	font-weight: 600;
}

input.input-time {
	width: 100%;
	height: 37px;
	border: 1px solid #ddd;
	resize: none;
	text-indent: 10px;
	font-size: 16px;
	outline: none;
}

.time_setup{
	margin: 20px auto;
	width: 600px;
	display: flex;
}

.time_setup::-webkit-scrollbar {
	background-color: #eee;
	width: 10px;
}

.time_setup::-webkit-scrollbar-thumb {
	border: 1px #eee solid;
	border-radius: 2px;
	background: #777;
	-webkit-box-shadow: 0 0 8px #555 inset;
	box-shadow: 0 0 8px #555 inset;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.time_setup::-webkit-scrollbar-track {
	-webkit-box-shadow: 0 0 2px #ccc;
	box-shadow: 0 0 2px #ccc;
}

.time_setup h2 {
	display: block;
	width: 100%;
}

.time_setup2 {
	width: 100%;
	display: inline-block;
}

.time_setup3 {
	width: 100%;
	display: inline-block;
}

.time_setup3 .title {
	display: inline-block;
	width: 100%;
}

article.feature1 {
	position: relative;
	width: 140px;
	height: 38px;
	margin: 5px;
	float: left;
	box-sizing: border-box;
}

.time_setup2 article {
	position: relative;
	width: 100px;
	margin: 5px;
	padding: 10px 5px;
	float: left;
	box-sizing: border-box;
}

.time_setup3 article {
	position: relative;
	width: 65px;
	margin: 5px 5px 5px 0;
	padding: 5px;
	float: left;
	box-sizing: border-box;
}

article input {
	display: none;
}

article input:checked + label {
	position: relative;
}

article input:checked + label:after {
	content: "";
	display: flex;
	position: absolute;
	border: solid #ffffff;
	top: 2px;
	left: 11px;
	width: 7px;
	height: 16px;
	border-width: 0px 3px 3px 0px;
	transform: rotate(45deg);
}

article input:checked + label:before {
	background-color: #7e6ee1;
	border: 3px solid #7e6ee1;
}

.time_setup2 article input:checked + label:before {
	background-color: #7e6ee1;
	border: 2px solid #7e6ee1;
}

.time_setup3 article input:checked + label:before {
	background-color: #7e6ee1;
	border: 2px solid #7e6ee1;
}

.selected {
	background: #ebedf7;
	border-radius: 5px;
}

.disabled {
	opacity:.5;

}

article label {
	align-items: center;
	color: #000000;
	font-size: 1rem;
}

article label .label-group {
	display: inline-block;
}

article label:before {
	content: "";
	position: relative;
	background-color: #ffffff;
	border: 3px solid #8f94a1;
	width: 25px;
	height: 25px;
	border-radius: 4px;
	display: inline-flex;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 10px;
}

.time_setup2 article label:before {
	content: "";
	position: relative;
	background-color: #ffffff;
	border: 2px solid #8f94a1;
	width: 27px;
	height: 27px;
	border-radius: 4px;
	display: inline-flex;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 10px;
}

.time_setup3 article label:before {
	content: "";
	position: relative;
	background-color: #ffffff;
	border: 2px solid #8f94a1;
	width: 27px;
	height: 27px;
	border-radius: 4px;
	display: inline-flex;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 10px;
}

article label .title {
	font-size: 20px;
}

.time_btn {
	display: block;
	width: 100%;
	margin-top: 20px;
}

.time_btn ul li {
	height: 52px;
	width: 110px;
	font-size: 16px;
	line-height: 52px;
	text-align: center;
	float: left;
	margin: 0 4px;
}

.time_btn ul li span {
	background: #fff;
	color: #333;
	display: inline-block;
	width: 106px;
	height: 48px;
	margin: 2px;
}

.time_btn ul li:hover {
	cursor: pointer;
}

.time_btn ul li:first-child {
	margin: 0 3px 0 0px;
}

.time_btn ul li:last-child {
	margin: 0 0 0 3px;
}

.popup_btn {
	margin-top: 30px;
	text-align: right;
}

.popup_btn button {
	width: 200px;
	height: 56px;
	color: #fff;
	text-align: center;
	line-height: 56px;
	font-size: 17px;
	border: none;
}

.popup_btn button:hover {
	cursor: pointer;
}

.popup_btn2 {
	margin-top: 30px;
	text-align: center;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.popup_btn2 {
		margin-bottom: 20px;
	}
}

.popup_btn2 button {
	width: 200px;
	height: 56px;
	color: #fff;
	text-align: center;
	line-height: 56px;
	font-size: 17px;
	border: none;
}

.popup_btn2 button:hover {
	cursor: pointer;
}

.popup__header {
	padding-bottom: 15px;
	width: 100%;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 15px;
}

.popup__cate {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	color: #aaa;
}

.popup__title {
	display: block;
	font-size: 16px;
	line-height: 1.1875
}

.upgrade-btn {
	display: block;
	margin: 30px auto;
	width: 200px;
	padding: 10px 20px;
	border-radius: 50px;
	color: #f5f5f5;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	transition: .3s ease;
}

.social i:before {
	width: 14px;
	height: 14px;
	position: fixed;
	color: #fff;
	background: #0077B5;
	padding: 10px;
	border-radius: 50%;
	top: 5px;
	right: 5px;
}

@keyframes slidein {
	from {
		margin-top: 100%;
		width: 300%;
	}

	to {
		margin: 0%;
		width: 100%;
	}
}

.voice-list__item {
	padding: 30px 0;
	border-bottom: 1px solid #e1e1e1;
}

.voice-list__inner {
	position: relative;
	overflow: hidden;
	padding-right: 330px;
	zoom: 1;
}

.voice-list__calendar {
	float: left;
	width: 100px;
	margin-right: 40px;
	border-radius: 8px;
	background-color: #f8f8f8;
	text-align: center;
}

.voice-list__calendar-head {
	display: block;
	border-radius: 8px 8px 0 0;
	background-color: #7e6ada;
	font-size: 15px;
	font-weight: 700;
	line-height: 2.1333333333;
	color: #fff;
}

.voice-list__calendar-body {
	font-size: 32px;
	font-weight: 700;
	line-height: 2.125;
}

.voice-list__content {
	overflow: hidden;
	font-size: 15px;
	line-height: 1.2;
	zoom: 1;
}

.voice-list__action {
	position: absolute;
	right: 0;
	top: 0;
}

.voice-area {
	position: relative;
	overflow: hidden;
	zoom: 1;
}

.voice-area__left {
	float: left;
	width: 600px;
}

.voice-area__right {
	float: right;
	width: 600px;
}

.voice-tabs {
	position: relative;
	overflow: hidden;
	margin-bottom: -1px;
	zoom: 1;
}

.voice-tabs__item {
	float: left;
	margin-right: 1px;
	width: 140px;
}

.voice-tabs__btn {
	display: block;
	height: 48px;
	border: 1px solid #f3f3f3;
	background-color: #f3f3f3;
	font-size: 16px;
	font-weight: 700;
	line-height: 3;
	text-align: center;
	color: #777;
}

.voice-tabs__btn--once {
	border: 1px solid #e1e1e1;
	background-color: transparent;
}

.voice-tabs__btn--active {
	border-color: #7e6ada;
	background-color: transparent;
	color: #7e6ada;
}

.voice-article {
	padding: 20px;
	border: 1px solid #e1e1e1;
}

.voice-article__header {
	position: relative;
	zoom: 1;
	margin-bottom: 12px;
}

.voice-article__title {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.voice-article__title .sc-txt {
	font-size: 16px;
	line-height: 2.5;
}

.voice-article__title .sc-btn {
	margin-left: 10px;
}

.voice-article__action {
	position: absolute;
	top: 0;
	right: 0;
}

.voice-article__content {
	margin-bottom: 10px;
}

.voice-group {
	position: relative;
	overflow: hidden;
	zoom: 1;
}

.voice-group__title {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
	color: #777;
}

.voice-group__left {
	float: left;
	font-size: 0;
}

.voice-group__right {
	float: right;
	font-size: 0;
}

.voice-box {
	padding: 20px;
}

.voice-box__header {
	margin-bottom: 20px;
}

.voice-box__title {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3333333333;
}

.voice-box__st {
	color: #7e6ada;
}

.voice-box__st--bold {
	font-weight: 700;
}

.voice-box__summary {
	font-size: 15px;
	line-height: 1.3333333333;
}

.voice-box__help {
	font-size: 13px;
	line-height: 1.3846153846;
	color: #999;
}

.voice-chks {
	position: relative;
	overflow: hidden;
	margin-bottom: 35px;
	zoom: 1;
}

.voice-chks__item {
	float: left;
	width: 25%;
	height: 40px;
}

.voice-btns--right {
	text-align: right;
}

.nature {
	overflow: hidden;
}

.nature-left {
	float: left;
	width: 580px;
}

.nature-right {
	float: right;
	width: 580px;
}

.nature-header {
	position: relative;
	margin-bottom: 20px;
	zoom: 1;
}

.nature-header__title {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-right: 12px;
	font-size: 18px;
	line-height: 1.3333333333;
	font-weight: 700;
	vertical-align: bottom;
}

.nature-header__summary {
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: 15px;
	line-height: 1.2;
	vertical-align: bottom;
	color: #999;
}

.nature-header__action {
	position: absolute;
	top: -8px;
	right: 0;
}

.nature-selected {
	font-size: 0;
}

.nature-selected__item {
	overflow: hidden;
	margin-bottom: 18px;
	padding: 20px;
	border-radius: 8px;
	background-color: #d3d3d3;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	-ms-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.nature-selected__item--playing {
	background-color: #2b2b2d
}

.nature-selected__item--empty {
	background-color: #f3f3f3;
}

.nature-selected__inner {
	position: relative;
	overflow: hidden;
	height: 120px;
}

.nature-selected__thumb {
	float: left;
	position: relative;
	width: 120px;
	height: 120px;
	margin-right: 30px;
	background-color: #ccc;
}

.nature-selected__thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.nature-selected__volume {
	position: absolute;
	top: 10px;
	left: 10px;
}

.nature-selected__volume-icon {
	display: block;
	width: 24px;
	height: 24px;
}

.nature-selected__volume-icon--on {
	background-image: url("../img/icon/ic-volume-on-24.png");
	background-image: url("../img/icon/ic-volume-on-24@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.nature-selected__volume-icon--off {
	background-image: url("../img/icon/ic-volume-off-24.png");
	background-image: url("../img/icon/ic-volume-off-24@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.nature-selected__status {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.nature-selected__status-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	margin-left: -18px;
	cursor: pointer;
}

.nature-selected__status-icon--play {
	background-image: url("../img/icon/ic-play-36.png");
	background-image: url("../img/icon/ic-play-36@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.nature-selected__status-icon--stop {
	background-image: url("../img/icon/ic-stop-36.png");
	background-image: url("../img/icon/ic-stop-36@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.nature-selected__status-text {
	display: block;
	overflow: hidden;
	text-indent: -999em;
}

.nature-selected__meta {
	overflow: hidden;
}

.nature-selected__mid {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 0;
	height: 120px;
	font-size: 0;
	line-height: 1;
	vertical-align: middle;
}

.nature-selected__title {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 90px;
	margin-right: 20px;
	font-size: 20px;
	vertical-align: middle;
	color: #fff;
}

.nature-selected__control {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 200px;
	margin-right: 20px;
	vertical-align: middle;
}

.nature-selected__control-minus {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 52px;
	height: 52px;
	overflow: hidden;
	background-image: url("../img/icon/ic-circle-minus-52.png");
	background-image: url("../img/icon/ic-circle-minus-52@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.nature-selected__control-minus span {
	display: block;
	overflow: hidden;
	text-indent: -999em;
}

.nature-selected__control-volume {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 90px;
	font-size: 42px;
	line-height: 1.2380952381;
	text-align: center;
	vertical-align: middle;
	color: #fff;
}

.nature-selected__control-plus {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 52px;
	height: 52px;
	overflow: hidden;
	background-image: url("../img/icon/ic-circle-plus-52.png");
	background-image: url("../img/icon/ic-circle-plus-52@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.nature-selected__control-plus span {
	display: block;
	overflow: hidden;
	text-indent: -999em;
}

.nature-selected__delete {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 52px;
	height: 52px;
	overflow: hidden;
	background-image: url("../img/icon/ic-delete-52.png");
	background-image: url("../img/icon/ic-delete-52@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	text-indent: -999em;
}

.nature-selected__empty {
	font-size: 18px;
	line-height: 120px;
	text-align: center;
	color: #777;
}

.nature-list__item {
	display: block;
	padding: 15px 0;
	border-bottom: 1px solid #e1e1e1;
}

.nature-list__inner {
	position: relative;
	padding: 0 120px 0 70px;
	zoom: 1;
}

.nature-list__thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background-color: #ccc;
}

.nature-list__title {
	float: left;
	width: 120px;
	font-size: 18px;
	line-height: 2.2222222222;
	margin-right: 30px;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nature-list__desc {
	font-size: 15px;
	line-height: 2.6666666667;
	vertical-align: middle;
	color: #777;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nature-list__action {
	position: absolute;
	top: 0;
	right: 0;
	width: 94px;
}

.ie6-mask {
	*background-image/*\**/
	: url("../img/common/blank.gif");
	cursor: pointer;
}

.my-header {
	position: relative;
	padding-left:15px;
	zoom: 1;
}

.my-header__title {
	font-size: 18px;
	font-weight: 700;
	line-height: 2.2222222222;
}

.my-header__action {
	position: absolute;
	top: 0;
	right: 0;
}

.my-content--mb {
	margin-bottom: 40px;
	padding-left:15px;
}

.my-list__item {
	padding: 15px 0;
	border-bottom: 1px solid #e1e1e1;
}

.my-list__inner {
	position: relative;
	overflow: hidden;
	padding-left: 50px;
	zoom: 1;
}

.my-list__icon {
	position: absolute;
	top: 6px;
	left: 0;
	text-align:center;
	width: 32px;
	height: 32px;
	font-size:30px;
	vertical-align: middle;
}

.my-list__icon--home {
	background-image: url("../img/mypage/ic-home.png");
	background-image: url("../img/mypage/ic-home@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.my-list__icon--user {
	background-image: url("../img/mypage/ic-user.png");
	background-image: url("../img/mypage/ic-user@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.my-list__icon--location {
	background-image: url("../img/mypage/ic-location.png");
	background-image: url("../img/mypage/ic-location@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.my-list__icon--call {
	background-image: url("../img/mypage/ic-call.png");
	background-image: url("../img/mypage/ic-call@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.my-list__icon--case {
	background-image: url("../img/mypage/ic-case.png");
	background-image: url("../img/mypage/ic-case@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.my-list__icon--music {
	background-image: url("../img/mypage/ic-music.png");
	background-image: url("../img/mypage/ic-music@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.my-list__icon--folder {
	background-image: url("../img/mypage/ic-folder.png");
	background-image: url("../img/mypage/ic-folder@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.my-list__title {
	float: left;
	width: 166px;
	font-size: 18px;
	line-height: 2.2222222222;
}

.my-list__content {
	overflow: hidden;
	font-size: 18px;
	line-height: 2.2222222222;
	color: #777;
}

.my-list__name {
	font-weight: 700;
	color: #222;
}

.my-list__btn {
	margin-left: 40px;
}

.my-list__checkbox {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	font-size: 0;
	cursor: pointer;
}

.inquiry-list {
	padding-left: 15px;
}

.inquiry-list__item {
	border-bottom: 1px solid #e1e1e1;
}

.inquiry-list__link {
	display: block;
	padding: 30px 0;
}

.inquiry-list__inner {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0 160px 0 0px;
	zoom: 1;
}

.inquiry-list__inner span.question {
	font-size: 20px;
	float: left;
	margin-right: 15px;
	line-height: 21px;
	font-weight: 600;
}

.inquiry-list__icon {
	position: absolute;
	top: 3px;
	left: 0;
	width: 18px;
	height: 18px;
	background-image: url("../img/inquiry/ic-question.png");
	background-image: url("../img/inquiry/ic-question@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.inquiry-list__title {
	display: block;
	font-size: 18px;
	line-height: 1.3333333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.inquiry-list__state {
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	font-size: 18px;
	line-height: 1.3333333333;
	text-align: center;
	color: #999;
}

.inquiry-list__state--wait {
	color: #7e6ada;
}

.faq-list {
	overflow: hidden;
}

.faq-list__cell {
	overflow: hidden;
	margin: -8px;
	font-size: 0;
	zoom: 1;
}

.faq-list__item {
	float: left;
	width: 33.3333333%;
	_width: 306px;
	*width: 306px;
	zoom: 1;
}

.faq-list__inner {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 84.6153846154%;
	margin: 8px;
	border: 1px solid #e1e1e1;
	zoom: 1;
}

.faq-list__icon {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 48px;
	height: 48px;
	margin-bottom: 30px;
}

.faq-list__icon--lock {
	background-image: url("../img/faq/ic-lock.png");
	background-image: url("../img/faq/ic-lock@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.faq-list__icon--dwld {
	background-image: url("../img/faq/ic-dwld.png");
	background-image: url("../img/faq/ic-dwld@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.faq-list__icon--refresh {
	background-image: url("../img/faq/ic-refresh.png");
	background-image: url("../img/faq/ic-refresh@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.faq-list__icon--play {
	background-image: url("../img/faq/ic-play.png");
	background-image: url("../img/faq/ic-play@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.faq-list__icon--microphone {
	background-image: url("../img/faq/ic-microphone.png");
	background-image: url("../img/faq/ic-microphone@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.faq-list__icon--support {
	background-image: url("../img/faq/ic-support.png");
	background-image: url("../img/faq/ic-support@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.faq-list__label {
	position: absolute;
	top: 9px;
	right: 9px;
	padding: 0 9px;
	border-radius: 12px;
	background-color: #7e6ada;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.8461538462;
	color: #fff;
}

.faq-list__title {
	padding: 0 30px;
	font-size: 18px;
	display: -webkit-box;
	overflow: hidden;
	height: 4em;
	line-height: 1.3333333333;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.faq-list__question {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 60px;
	text-align: center;
}

.faq-list__answer {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 20px;
	_width: 100%;
	_height: 100%;
	background-color: #7e6ada;
}

.faq-list__a {
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	color: #fff;
}

.faq-list__content {
	font-size: 15px;
	line-height: 1.3333333333;
	color: #fff;
}

.like-list__item {
	position: relative;
	overflow: hidden;
	padding: 15px 0;
	border-bottom: 1px solid #e1e1e1;
}

.like-list__inner {
	position: relative;
	overflow: hidden;
	padding-right: 50px;
	zoom: 1;
}

.like-list__album {
	float: left;
	position: relative;
	width: 36px;
	height: 36px;
	margin-right: 50px;
	background-color: #ccc;
}

.like-list__album img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.like-list__title {
	float: left;
	width: 78%;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.8;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.like-list__title.bbs_new{
	width: auto;
	min-width: 50px;
	color: #ff0000;
	font-size: 16px;
	line-height: 34px;
	cursor: pointer;
}

.like-list__title.bbs_title{
	width: auto;
	font-size: 16px;
	line-height: 34px;
	font-weight: 500;
	cursor: pointer;
}

.like-list__singer {
	overflow: hidden;
	width: 450px;
	font-size: 20px;
	line-height: 1.8;
	color: #777;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.like-list__btn {
	position: absolute;
	top: 0;
	right: 0;
}

.like-list__btn-icon {
	display: block;
	width: 36px;
	height: 36px;
	background-image: url("../img/icon/ic-heart-off-36.png");
	background-image: url("../img/icon/ic-heart-off-36@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}

.like-list__btn--active .like-list__btn-icon {
	background-image: url("../img/icon/ic-heart-on-36.png");
	background-image: url("../img/icon/ic-heart-on-36@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.like-list__btn-text {
	display: none;
}

.login-header {
	margin-bottom: 25px;
	text-align: center;
}

.login-header__logo {
	display: inline-block;
	*display: inline;
	zoom: 1;
	overflow: hidden;
	width: 210px;
	height: 50px;
	margin-bottom: 20px;
	background-image: url("../img/login/logo.png");
	background-image: url("../img/login/logo@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.login-header__logo.br {
	display: inline-block;
	*display: inline;
	zoom: 1;
	overflow: hidden;
	width: 210px;
	height: 50px;
	margin-bottom: 20px;
	background-image: url("../img/common/brandradio_logo.png");
	background-image: url("../img/common/brandradio_logo.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.login-header__logo.snm {
	display: inline-block;
	*display: inline;
	zoom: 1;
	overflow: hidden;
	width: 210px;
	height: 50px;
	margin-bottom: 20px;
	background-image: url("../img/common/shopnmusic_logo_main.png");
	background-image: url("../img/common/shopnmusic_logo_main.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}
.login-header__logo-text {
	display: block;
	overflow: hidden;
	text-indent: -999em;
}

.login-header__summary {
	font-size: 15px;
	color: #777;
}

.login-area {
	position: relative;
	overflow: hidden;
	width: 936px;
	margin: 0 auto;
}

.login-area__left {
	float: left;
	width: 400px;
}

.login-area__right {
	float: right;
	width: 400px;
}

.login-area__line {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	_height: 300px;
	background-color: #f1f1f1;
}

.login-notify {
	padding: 30px 0;
	text-align: center;
}

.login-notify__text {
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 0 32px;
	border-radius: 17px;
	background-color: #f4f4f4;
	font-size: 13px;
	line-height: 2.6153846154;
	color: #777;
}

.login-cs {
	font-size: 0;
	text-align: center;
}

.login-cs__item {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0 25px;
}

.login-cs__icon {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 60px;
	height: 60px;
	margin-right: 20px;
	border-radius: 100%;
	background-color: #f4f4f4;
	vertical-align: middle;
}

.login-cs__icon--shop {
	background-image: url("../img/login/ic-cs-shop.png");
	background-image: url("../img/login/ic-cs-shop@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.login-cs__icon--monitor {
	background-image: url("../img/login/ic-cs-monitor.png");
	background-image: url("../img/login/ic-cs-monitor@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.login-cs__meta {
	display: inline-block;
	*display: inline;
	zoom: 1;
	*padding-right: 1px;
	text-align: left;
	vertical-align: middle;
}

.login-cs__tit {
	margin-bottom: 3px;
	font-size: 11px;
	line-height: 1.2727272727;
	color: #656565;
}

.login-cs__tel {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	color: #656565;
}

.login-cs__notify {
	margin-top: 30px;
	font-size: 13px;
	color: #b5b5b5;
}

.login-cs__notify strong {
	font-weight: 700;
	color: #656565;
}

.internet {
	width: 580px;
	margin: 0 auto;
	padding: 40px 0;
}

.internet-header {
	margin-bottom: 30px;
	text-align: center;
}

.internet-header__thumb {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 322px;
	height: 214px;
	margin-bottom: 30px;
	background-image: url("../img/common/bg-internet.png");
	background-image: url("../img/common/bg-internet@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.internet-header__title {
	font-size: 26px;
	font-weight: 700;
	color: #7e6ada;
}

.internet-notify {
	margin-bottom: 60px;
	padding: 40px;
	background-color: #f8f8f8;
}

.internet-notify__cell {
	margin-bottom: -40px;
}

.internet-notify__item {
	position: relative;
	margin-bottom: 40px;
	padding-left: 44px;
	zoom: 1;
}

.internet-notify__no {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background-color: #a2a2a2;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.6666666667;
	text-align: center;
	color: #fff;
}

.internet-notify__text {
	font-size: 18px;
	line-height: 1.3333333333;
}

.internet-control {
	text-align: center;
}

.internet-control__item {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0 10px;
	width: 220px;
	vertical-align: top;
}

.internet-volume {
	overflow: hidden;
	width: 220px;
	border-radius: 4px;
	background-color: #f2f0fb;
}

.internet-volume__inner {
	position: relative;
	margin: 6px;
	height: 48px;
}

.internet-volume__area {
	padding: 0 54px;
	height: 48px;
	text-align: center;
}

.internet-volume__icon {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 24px;
	height: 24px;
	margin-right: 6px;
	background-image: url("../img/icon/ic-volume-on-primary-24.png");
	background-image: url("../img/icon/ic-volume-on-primary-24@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.internet-volume__value {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-top: -4px;
	margin-top: 0px \0 /IE9;
	margin-top/*＼**/
	: -2px;
	*margin-top: 3px;
	_margin-top: 0px;
	padding-right: 4px;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.1538461538;
	vertical-align: middle;
	color: #7e6ada;
}

.internet-volume__btn {
	display: block;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border-radius: 4px;
	background-color: #7e6ada;
	text-indent: -999em;
	cursor: pointer;
}

.internet-volume__btn--plus {
	position: absolute;
	left: 0;
	top: 0;
	background-image: url("../img/icon/ic-volume-plus-48.png");
	background-image: url("../img/icon/ic-volume-plus-48@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.internet-volume__btn--minus {
	position: absolute;
	right: 0;
	top: 0;
	background-image: url("../img/icon/ic-volume-minus-48.png");
	background-image: url("../img/icon/ic-volume-minus-48@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.store {
	position: relative;
	overflow: hidden;
	zoom: 1;
	margin: -32px;
	background: url("../img/store/bg.png") center top repeat-y;
	background-size: 1280px 10px;
}

.store-left {
	float: left;
	width: 604px;
}

.store-right {
	float: right;
	width: 676px;
}

.store-inner {
	padding: 32px;
}

.store-article {
	margin-bottom: -40px;
}

.store-article__item {
	margin-bottom: 40px;
}

.store-article__header {
	position: relative;
	zoom: 1;
}

.store-article__title {
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 700;
}

.store-article__action {
	position: absolute;
	top: 0;
	right: 0;
}

.store-article__ss {
	font-size: 15px;
	font-weight: 400;
}

.store-switch__text {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-right: 6px;
	font-size: 16px;
	line-height: 1.875;
	vertical-align: middle;
}

.store-switch__st {
	font-weight: 700;
	color: #7e6ada;
}

.store-percent {
	font-size: 20px;
	font-weight: 700;
}

.store-list {
	position: relative;
	overflow: hidden;
}

.store-list__cell {
	position: relative;
	overflow: hidden;
	margin: -5px;
}

.store-list__item {
	float: left;
	width: 20%;
}

.store-list__btn {
	display: block;
	margin: 5px;
	border: 2px solid #f8f8f8;
	background-color: #f8f8f8;
	cursor: pointer;
}

.store-list__btn--active {
	border-color: #7e6ada;
	background-color: transparent;
}

.store-list__inner {
	display: block;
	height: 0;
	overflow: hidden;
	padding-bottom: 100%;
	font-size: 0;
	text-align: center;
}

.store-list__icon {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 48px;
	height: 48px;
	margin: 8px 0 6px;
}

.store-list__icon--beauty {
	background-image: url("../img/store/ic-beauty-off.png");
	background-image: url("../img/store/ic-beauty-off@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.store-list__icon--car {
	background-image: url("../img/store/ic-car-off.png");
	background-image: url("../img/store/ic-car-off@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.store-list__icon--cart {
	background-image: url("../img/store/ic-cart-off.png");
	background-image: url("../img/store/ic-cart-off@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.store-list__icon--cocktail {
	background-image: url("../img/store/ic-cocktail-off.png");
	background-image: url("../img/store/ic-cocktail-off@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.store-list__icon--dessert {
	background-image: url("../img/store/ic-dessert-off.png");
	background-image: url("../img/store/ic-dessert-off@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.store-list__icon--gallery {
	background-image: url("../img/store/ic-gallery-off.png");
	background-image: url("../img/store/ic-gallery-off@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.store-list__icon--hanger {
	background-image: url("../img/store/ic-hanger-off.png");
	background-image: url("../img/store/ic-hanger-off@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.store-list__icon--hospital {
	background-image: url("../img/store/ic-hospital-off.png");
	background-image: url("../img/store/ic-hospital-off@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.store-list__icon--hotel {
	background-image: url("../img/store/ic-hotel-off.png");
	background-image: url("../img/store/ic-hotel-off@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.store-list__icon--interior {
	background-image: url("../img/store/ic-interior-off.png");
	background-image: url("../img/store/ic-interior-off@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.store-list__icon--kids {
	background-image: url("../img/store/ic-kids-off.png");
	background-image: url("../img/store/ic-kids-off@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.store-list__icon--lobby {
	background-image: url("../img/store/ic-lobby-off.png");
	background-image: url("../img/store/ic-lobby-off@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.store-list__icon--my {
	background-image: url("../img/store/ic-my-off.png");
	background-image: url("../img/store/ic-my-off@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.store-list__icon--restaurant {
	background-image: url("../img/store/ic-restaurant-off.png");
	background-image: url("../img/store/ic-restaurant-off@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.store-list__icon--sport {
	background-image: url("../img/store/ic-sport-off.png");
	background-image: url("../img/store/ic-sport-off@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.store-list__icon--tradition {
	background-image: url("../img/store/ic-tradition-off.png");
	background-image: url("../img/store/ic-tradition-off@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.store-list__btn--active .store-list__icon--beauty {
	background-image: url("../img/store/ic-beauty-on.png");
	background-image: url("../img/store/ic-beauty-on@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.store-list__btn--active .store-list__icon--car {
	background-image: url("../img/store/ic-car-on.png");
	background-image: url("../img/store/ic-car-on@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.store-list__btn--active .store-list__icon--cart {
	background-image: url("../img/store/ic-cart-on.png");
	background-image: url("../img/store/ic-cart-on@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.store-list__btn--active .store-list__icon--cocktail {
	background-image: url("../img/store/ic-cocktail-on.png");
	background-image: url("../img/store/ic-cocktail-on@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.store-list__btn--active .store-list__icon--dessert {
	background-image: url("../img/store/ic-dessert-on.png");
	background-image: url("../img/store/ic-dessert-on@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.store-list__btn--active .store-list__icon--gallery {
	background-image: url("../img/store/ic-gallery-on.png");
	background-image: url("../img/store/ic-gallery-on@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.store-list__btn--active .store-list__icon--hanger {
	background-image: url("../img/store/ic-hanger-on.png");
	background-image: url("../img/store/ic-hanger-on@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.store-list__btn--active .store-list__icon--hospital {
	background-image: url("../img/store/ic-hospital-on.png");
	background-image: url("../img/store/ic-hospital-on@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.store-list__btn--active .store-list__icon--hotel {
	background-image: url("../img/store/ic-hotel-on.png");
	background-image: url("../img/store/ic-hotel-on@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.store-list__btn--active .store-list__icon--interior {
	background-image: url("../img/store/ic-interior-on.png");
	background-image: url("../img/store/ic-interior-on@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.store-list__btn--active .store-list__icon--kids {
	background-image: url("../img/store/ic-kids-on.png");
	background-image: url("../img/store/ic-kids-on@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.store-list__btn--active .store-list__icon--lobby {
	background-image: url("../img/store/ic-lobby-on.png");
	background-image: url("../img/store/ic-lobby-on@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.store-list__btn--active .store-list__icon--my {
	background-image: url("../img/store/ic-my-on.png");
	background-image: url("../img/store/ic-my-on@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.store-list__btn--active .store-list__icon--restaurant {
	background-image: url("../img/store/ic-restaurant-on.png");
	background-image: url("../img/store/ic-restaurant-on@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.store-list__btn--active .store-list__icon--sport {
	background-image: url("../img/store/ic-sport-on.png");
	background-image: url("../img/store/ic-sport-on@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.store-list__btn--active .store-list__icon--tradition {
	background-image: url("../img/store/ic-tradition-on.png");
	background-image: url("../img/store/ic-tradition-on@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
}

.store-list__text {
	display: block;
	height: 30px;
	font-size: 13px;
	line-height: 1.1538461538;
}

.store-list__btn--active .store-list__text {
	font-weight: 700;
	color: #7e6ada;
}

.store-slider {
	position: relative;
	margin-bottom: 30px;
	padding: 0 164px;
	height: 66px;
}

.store-slider__left {
	position: absolute;
	left: 0;
	top: 0;
	width: 164px;
}

.store-slider__body {
	padding-top: 9px;
}

.store-slider__right {
	position: absolute;
	right: 0;
	top: 0;
	width: 164px;
}

.store-slider__meta {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 110px;
	vertical-align: middle;
	text-align: center;
}

.store-slider__value {
	font-size: 42px;
	line-height: 1.1428571429;
	color: #222;
}

.store-slider__label {
	font-size: 15px;
	line-height: 1.2;
}

.store-sliders__meta {
	float: left;
	width: 150px;
}

.store-sliders__label {
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: 15px;
	vertical-align: middle;
}

.store-sliders__value {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 80px;
	padding: 0 12px;
	font-size: 32px;
	line-height: 1.625;
	vertical-align: middle;
}

.store-sliders__area {
	position: relative;
	overflow: hidden;
	padding: 0 60px;
	height: 52px;
	zoom: 1;
}

.store-sliders__body {
	clear: both;
}

.store-sliders__left {
	position: absolute;
	top: 0;
	left: 0;
}

.store-sliders__right {
	position: absolute;
	top: 0;
	right: 0;
}

.store-ambience {
	position: relative;
	overflow: hidden;
}

.store-ambience__cell {
	position: relative;
	overflow: hidden;
	margin: -6px;
	zoom: 1;
}

.store-ambience__item {
	float: left;
	width: 33.3333333%;
}

.store-ambience__inner {
	position: relative;
	margin: 6px;
	padding-right: 2px;
	zoom: 1;
}

.store-styles__item {
	margin-bottom: 30px;
}

.store-btns--right {
	text-align: right;
}


@media screen and (max-width:860px) {

	.home-magazine {
		width: 50%;
	}

	.home-article {
		width: 48%;
		float: left;
		margin-left: 2%;
	}

	.home-ch1__cell li.home-ch1__item:last-child {
		margin-bottom: 0;
	}

	.home-ch1__item {
		width: 100%;
		float: initial;
		margin-bottom: 35px;
	}

	.home-article2 {
		width: 100%;
		margin-top: 20px;
	}

	.home-ch1__text {
		font-size: 12px;
		line-height: 18px;
	}

	.player-bar {
		right: 50%;
	}

	.cm-list {
		padding: 20px 0 20px 10px;
	}

	.cm-list__time {
		width: 70px;
	}

	.cm-list__header {
		padding: 10px;
		width: calc(100% - 303px);
	}

}

.playlist-table-div {
	height: 430px;
}

.playlist-table-div::-webkit-scrollbar {
	display: none;
}

.playlist_table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.playlist_head {
	width: 100%;
	display: table;
}

.playlist_head li {
	display: table-cell;
	padding: 5px;
	font-size: 12px;
	text-align: center;
	width: 50%;
}

.playlist_table tr th {
	padding: 10px;
	text-align: center;
}

.playlist_body {
	font-size: 12px;
	height: 400px;
	overflow-y: auto;
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
}

.playlist_body::-webkit-scrollbar {
	display: none;
}

.playlist_body .playlist_tr {
	display: inline-block;
	width: 100%;
}

.playlist_body .playlist_tr ul {
	display: table;
	width: 100%;
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
	/*-ms-overflow-style: -ms-autohiding-scrollbar;*/
}

.playlist_body .playlist_tr ul li {
	display: table-cell;
	padding: 5px;
	width: 50%;
	text-align: center;
	border-bottom: 1px solid #dedede;
}

.playlist_table tr td {
	padding: 10px;
	font-weight: 300;
	color: #666;
}

.popup_search {
	padding: 50px 0;
}

.modal-content .popup_search {
	padding: 20px 0;
}

.modal-content .popup_search .search {
	margin-bottom: 0;
}

.popup-search_wrap {
	max-width: 500px;
	max-height: 500px;
	overflow: hidden;
	width: 90%;
	padding: 30px 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -250px;
	background: #fff;
	position: relative;
}

.popup_search .search ul li.channel_sch {
	width: 100%;
}

.popup_search .search p {
	color: #999;
	text-align: center;
	margin-top: 10px;
	display: block;
}

.btn-popup_sch {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	border: none;
	cursor: pointer;
	font-size: 16px;
}

.search {
	margin-bottom: 20px;
	width: 100%;
	display: inline-block;
	margin-top: 15px;
}

.search ul {
	width: 100%;
	display: inline-block;
}

.search ul li.channel_sch {
	border: 1px solid #d9d9d9;
	background: #fafafa;
	height: 50px;
	box-sizing: border-box;
	border-radius: 25px;
}

.search ul li {
	position: relative;
}

.search ul li.channel_sch {
	width: 86%;
	float: left;
}

.search ul li.channel_favorite {
	float: left;
	width: 10%;
	height: 40px;
	border-radius: 25px;
	text-align: center;
	background: #525252;
	color: #fff;
	margin-top: 5px;
	margin-left: 5px;
}

.search ul li.channel_favorite:hover {
	cursor: pointer;
}

.search ul li.channel_favorite span {
	position: absolute;
	right: 15px;
	top: 7px;
}

.search ul li.channel_favorite img {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 10px;
	top: 4px;
}

.search ul li input{
	background: none;
	border: none;
	outline: none;
	width: 89%;
	height: 46px;
	margin-left: 50px;
	font-size: 16px;
	line-height: 46px;
}

.search img {
	border: none;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 10px;
	top: 8px;
	cursor: pointer;
}

.search ul li button {
	border: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	top: 4px;
	right: 5px;
	background: #525252;
}

.search ul li button img {
	width: 30px;
	height: 30px;
	top: 4px;
	left: 4px;
	position: absolute;
}

.favorite-content {
	height: 380px;
}

.favorite-content::-webkit-scrollbar {
	display: none;
}

.favorite_body {
	height: 350px;
	overflow-y: auto;
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
}

.favorite_body::-webkit-scrollbar {
	display: none;
}

.mini-favorite_body {
	height: 410px;
}

.survey_body {
	height: 380px;
	overflow-y: auto;
	padding: 15px 55px 15px 20px;
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
	font-size: 13px;
}

.survey_body::-webkit-scrollbar {
	display: none;
}

.inquiry_body {
	height: 400px;
	overflow-y: auto;
	box-sizing: border-box;
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
}

.inquiry_body::-webkit-scrollbar {
	display: none;
}

.bbs_body {
	height: 330px;
	overflow-y: auto;
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
}

.bbs_body::-webkit-scrollbar {
	display: none;
}

.hide {
	display:none;
}

.speaker{
	width:580px;
	position:relative;
	top:35%;
	left:50%;
	transform:translate(-50%, -50%);
	z-index: 999;
	background:#fff;
}
.speaker-header{
	margin-bottom:30px;
	text-align:center
}
.speaker-header__thumb{
	display:inline-block;
	*display:inline;
	zoom:1;
	width:322px;
	height:214px;
	margin-bottom:30px;
	background-image:url("../img/bg-internet.png");
	background-image:url("../img/bg-internet@2x.png"),none;
	background-size:contain;
	background-repeat:no-repeat;
	position:relative;
}
.speaker-header__thumb span {
	width:60px;
	height:60px;
	background:#7e6ada;
	color:#fff;
	font-weight:bold;
	font-size:20px;
	border-radius:50%;
	display:inline-block;
	bottom:20px;
	right:20px;
	position:absolute;
	line-height:60px;
}
.speaker-header__title{
	font-size:26px;
	font-weight:700;
	color:#7e6ada
}
.speaker-header__title{
	font-weight:bold
}

.speaker-notify{
	margin-bottom:60px;
	padding:40px;
	background-color:#f8f8f8;
	z-index: 999;
	position: absolute;
	bottom:0;
	width:100%;
	height: 180px;
}
.speaker-notify__cell{
	margin-bottom: -40px;
	width: 50%;
	FONT-WEIGHT: 500;
	position: absolute;
	left: 50%;
	margin-left: -260px;
}
.speaker-notify__item{
	position:relative;
	margin-bottom:30px;
	padding-left:44px;
	zoom:1;
}
.speaker-notify__no{
	position:absolute;
	left:0;
	top:8px;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:24px;
	height:24px;
	border-radius:100%;
	background-color:#a2a2a2;
	font-size:15px;
	font-weight:700;
	line-height:1.6666666667;
	text-align:center;
	color:#fff
}
.speaker-notify__no{
	font-weight:bold
}
.speaker-notify__text{
	font-size:15px;
	line-height:1.3333333333
}
.speaker-control{
	text-align:center
}
.speaker-control__item{
	display:inline-block;
	*display:inline;
	zoom:1;
	margin:0 10px;
	width:220px;
	vertical-align:top
}

.effect {
	margin-top: 40px;
}

.effect #effect-list  {
	width: 33%;
	float:left;
	text-align: center;
}

.effect #effect-list li.effect-item {
	display: inline-block;
	cursor: pointer;
	border: 0;
	color:#fff;
	text-align:center;
	border-radius:10px;
	margin:1%;
}

.effect #effect-list li.effect-item label {
	display: block;
}

.effect #effect-list li.effect-item label.business {
	font-weight: 100;
	font-size: 15px;
	color: #999999;
	letter-spacing: -1px;
}

.effect #effect-list li.effect-item .title {
	margin-top: 13px;
	margin-bottom: 8px;
	font-size: 16px;
	color: #222;
	font-weight: 600;
}


.effect #effect-list li.effect-item label.description {
	margin-bottom: 10px;
	font-size: 13px;
	color: #999;
	height:40px;
	margin:10px 0;
}

.effect_img img {
	width:100px;
}

.effect_img p {
	font-size: 18px;
}

.mini_effect {
	overflow-x: hidden;
}

.mini_effect #effect-list  {
	width: 100%;
	float:none;
	text-align: center;
	display: inline-block;
	margin-top: 20px;
}

.mini_effect #effect-list li {
	float:left;
	box-sizing: border-box;
}

.mini_effect #effect-list li.effect-item {
	display: inline-block;
	cursor: pointer;
	border: 0;
	padding: 15px;
	color:#fff;
	text-align:center;
	border-radius:10px;
	width: 40%;
}

input[type="checkbox"].toggle {
	opacity: 0;
	position: absolute;
	left: -99999px;
}

input[type="checkbox"].toggle + label {
	height: 40px;
	width: 75px;
	line-height: 40px;
	background-color: #ccc;
	border-radius: 20px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	-moz-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	-webkit-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}

input[type="checkbox"].toggle + label:before, input[type="checkbox"].toggle + label:hover:before {
	content: ' ';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 32px;
	height: 32px;
	background: #fff;
	z-index: 2;
	-moz-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	-webkit-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
}

input[type="checkbox"].toggle + label .off, input[type="checkbox"].toggle + label .on {
	color: #fff;
}

input[type="checkbox"].toggle + label .off {
	display: inline-block;
	position:absolute;
	right: 10px;
}

input[type="checkbox"].toggle + label .on {
	display: none;
}

input[type="checkbox"].toggle:checked + label .off {
	display: none;
}

input[type="checkbox"].toggle:checked + label .on {
	display: inline-block;
	position:absolute;
	left:10px;
}

input[type="checkbox"].toggle:checked + label, input[type="checkbox"].toggle:focus:checked + label {
	background-color: #7e6ada;
}

input[type="checkbox"].toggle:checked + label:before, input[type="checkbox"].toggle:checked + label:hover:before, input[type="checkbox"].toggle:focus:checked + label:before, input[type="checkbox"].toggle:focus:checked + label:hover:before {
	background-position: 0 0;
	top: 4px;
	left: 100%;
	margin-left: -36px;
}

.tgl_wrap .btn-toggle {
	top: 50%;
	transform: translateY(-50%);
}

.toggle_on {
	width: 75px;
	height: 40px;
	line-height:40px;
	position:relative;
	background:#7e6ada;
}

.toggle_on span.toggle_btn {
	content: ' ';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 32px;
	height: 32px;
	background: #fff;
	z-index: 2;
}

.toggle_on span.toggle_text {
	position: absolute;
	right: 10px;
}

.toggle_off {
	width: 75px;
	height: 40px;
	line-height:40px;
	position:relative;
	background:#ccc;
}

.toggle_off span.toggle_btn {
	content: ' ';
	position: absolute;
	top: 4px;
	right: 4px;
	width: 32px;
	height: 32px;
	background: #fff;
	z-index: 2;
}

.toggle_off span.toggle_text {
	position: absolute;
	left: 10px;
}

.effect_volume {
	margin-top: 30px;
}

.effect_volume .player-slider {
	width: 280px;
	margin:20px auto;
}

.effect_volume .player-volume__area {
	background: #f9f9f9;
}

.effect_volume .player-volume__value {
	color: #333;
}


.mini_effect_volume {
	margin-top: 30px;
}

.mini_effect_volume .player-slider {
	width: 280px;
	margin:20px auto;
}

.mini_effect_volume .player-volume__area {
	background: #f9f9f9;
}

.mini_effect_volume .player-volume__value {
	color: #333;
}

.mini_effect_volume2 {
	width: 60%;
}

.mini_effect_volume2 .player-volume {
	height: 64px;
	padding: 56px 0;
	width: 56px;
}

.mini_effect_volume2 .player-volume__left {
	width: 100%;
	height: 56px;
	bottom: 0;
	top: inherit;
}

.mini_effect_volume2 .player-volume__area {
	margin: 0;
	height: 64px;
	width: 100%;
	background: #f9f9f9;
}

.mini_effect_volume2 .player-volume__value {
	color: #333;
}

.mini_effect_volume2 .player-volume__right {
	height: 56px;
	width: 100%;
}



.mini_effect_volume2 .sc-slider-wrapper {
	position: relative;
	padding: 18px 24px;
	zoom: 1;
}

.mini_effect_volume2 .sc-slider-wrapper input[type=range] {
	cursor: pointer;
	height: 100%;
	width: 10px;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	-webkit-transition: 0.2s;
	transition: opacity 0.2s;
	border-radius: 5px;
	padding: 0;
}

.mini_effect_volume2 .sc-slider-wrapper input[type=range]::-ms-tooltip {
	display: none;
}

.mini_effect_volume2 .sc-slider-wrapper input[type=range]:hover {
	opacity: 1;
}

.mini_effect_volume2 .sc-slider-wrapper input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 48px;
	height: 48px;
	background: url('../img/common/bg-slider-handle.png');
	border-radius: 50%;
	cursor: pointer;
	margin-top: -1px;
}


.mini_effect_volume2 .sc-slider-wrapper input[type=range]::-ms-track {
	height: 100%;
	cursor: pointer;
	/* IE에서 기본슬라이드 숨기기  */
	background: transparent;
	color: transparent;
	border: none;
}

.mini_effect_volume2 .sc-slider-wrapper input[type=range]::-moz-slider-thumb {
	width: 25px;
	height: 25px;
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 50%;
	cursor: pointer;
}

.mini_effect_volume2 .sc-slider-wrapper input[type=range]::-ms-thumb {
	margin-top: 1px;
	border: 1px solid #003f2d;
	height: 20px;
	width: 20px;
	background: #ffffff;
	cursor: pointer;
}

.mini_effect_volume2 .sc-slider-wrapper input[type=range]::-ms-fill-lower {
	background: transparent;
}

.mini_effect_volume2 .sc-slider--gradient {
	background-image: url("../img/common/bg-slider-gradient.jpg");
	background-image: url("../img/common/bg-slider-gradient@2x.jpg"), none;
	background-size: contain;
	background-repeat: repeat-y;
	background-position: center top;
}

.mini_effect_volume2 .sc-slider.ui-slider-horizontal .ui-slider-range {
	width: 100% !important;
	_width: 12px;
}

.mini_effect_volume2 .sc-slider.ui-slider-horizontal .ui-slider-handle {
	top: -18px;
	width: 48px;
	height: 48px;
	margin-left: -24px;
	background-image: url("../img/common/bg-slider-handle.png");
	background-image: url("../img/common/bg-slider-handle@2x.png"), none;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
	zoom: 1;
}


.map-slider {
	border-radius: 3px;
	text-align: center;
	position: relative;
	color: #866a62;
}

.map-slider .drag-line {
	width: 11px;
	height: 180px;
	border-radius: 8px;
	margin: 0 25px;
	position: relative;
}

.map-slider .line {
	width: 11px;
	height: 170px;
	border-radius: 8px;
	margin: 25px auto;
	position: absolute;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
}

.map-slider .draggable-button {
	width: 48px;
	height: 48px;
	background-image: url("../img/common/bg-slider-handle.png");
	border-radius: 50%;
	position: absolute;
	margin-left: -20px;
	margin-top: -10px;
	cursor: pointer;
}