@charset "UTF-8";
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);

* {
	/*font-family: 'NanumSquare', sans-serif !important; */
	font-family: 'NanumSquareRound',sans-serif !important;
}

.logo {
	margin-top: 0;
}
.main-tab {
	margin-top: 50px;
}
.main-tab>li {
	width: 25%;
}
.tab-li3>ul {
	left:50px;
}
.tab-li5>ul {
	left:44px;
}

.today-music-party {
	width: 1100px;
	margin:0 auto;
	margin-top: 20px;
}
.today-music-party li {
	float: left;
	margin-right: 64px;
	width: 227px;
	height: 317px;
	border:1px solid #c7c7c7;
	position: relative;
	margin-bottom: 60px;
}
.today-music-party li:nth-child(4n) {
	margin-right: 0;
}
.today-music-party span {
	width: 74px;
	height: 74px;
	position: absolute;
	bottom:0;
	left:-8px;
	z-index:8;
}
.today-music-party .mark-type01 {
	background:url('../../img/musicbooks/mark01.png') no-repeat;
}
.today-music-party .mark-type02 {
	background:url('../../img/musicbooks/mark02.png') no-repeat;
}
.today-music-party em {
	color:#fffefe;
	font-weight: 900;
	font-size:20px;
	transform:rotate(45deg);
	position: absolute;
	bottom:12px;
	left:3px;
}

.today-music-instrument {
	width: 1030px;
	margin:0 auto;
	margin-top: 20px;
}
.today-music-instrument li {
	float: left;
	margin-right: 64px;
	width: 233px;
	height: 331px;
	position: relative;
	
}
.today-music-instrument li:nth-child(4n) {
	margin-right: 0;
}
.today-music-party a {
	position: absolute;
	background:rgba(0,0,0,0.7);
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: none;
}
.today-music-party a span {
	display: table-cell;
	vertical-align: middle;
	color:#ccad62;
	font-size:26px;
	font-weight: 900;
	width: 100%;
	height: 100%;
	position: static;
	word-break: keep-all;
}
.today-music-party li:hover .cover {
	display: table;
}
.today-music-party img {
	width: 100%;
	height: 100%;
}


/*	의정부음악극축제 디테일	*/
.post {
	background:#f5f3f3;
	padding-top: 50px;
	padding-bottom: 50px;
}
.post-box {
	width: 1164px;
	margin:0 auto;
}

.post-left {
	width: 280px;
}
.post-left div {
	width: 280px;
	height: 390px;
}
.post-left div img {
	width: 100%;
	height: 100%;
}

.post-right {
	padding-left: 52px;
	width: 800px;
}
.post-right p {
	font-size:24px;
	font-weight: bold;
}
.post-right h2 {
	font-size:35px;
	font-weight: bold;
}
.post-right h2 span {
	color:#9e7a26;
}
.post-right p:nth-last-of-type(1) {
	font-size:28px;
	font-weight: normal;
	border-bottom:1px solid #c5c5c5;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.post-right dt,.post-right dd {
	float: left;
	margin-top: 5px;
	color:#707070;
}
.post-right dt {
	width: 110px;
	font-size:18px;
	font-weight: bold;
}
.post-right dd {
	font-size:18px;
}


.detail-title {
	color:#222;
	font-size:24px;
	font-weight: bold;
	border-bottom:1px solid #676767;
	margin-top: 50px;
	margin-bottom: 30px;
	padding-bottom: 3px;
}

.poster-list li {
	float: left;
	width: 230px;
	height: 330px;
	margin-right: 81px;
	border:1px solid #e6e6e6;
	position: relative;
}
.poster-list li:last-child {
	margin-right: 0;
}
.poster-list li.on::after {
	content:'';
	width: 50px;
	height: 30px;
	background:url('../../img/musicbooks/arrow07.png') no-repeat;
	display: block;
	position: absolute;
	left:50%;
	margin-left: -25px;
	top:105%;
}
.poster-list li img {
	width: 100%;
	height: 100%;
}
.poster-list a {
	position: absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	display: none;
	cursor: pointer;
}
.meet-a {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.meet-a:hover{
	cursor: pointer;
}
.meet-a.on {
    display: none;
}
.poster-list li:hover a {
	display: table;
}
.poster-list span {
	display: table-cell;
	vertical-align: middle;
	color:#ccad62;
	font-weight: 900;
	font-size:26px;
	text-align: center;
	word-break: keep-all;
	padding: 5px;
}
.poster-list .link {
	position: absolute;
	width: 28px;
	height: 28px;
	background:url('../../img/musicbooks/link.png') no-repeat;
	background-size:28px;
	left:50%;
	margin-left: -14px;
	bottom:35px;
	display: block;
}

.poster-contents {
	margin-top: 40px;
	background:#a3a3a9;
	height: 300px;
	padding:30px 20px;
}
.poster-contents p {
	width: 130px;
	height: 130px;
	border-radius:130px;
	background:url('../../img/click01.png');
	color:#fff;
	font-size:24px;
	font-weight: 300;
	margin-top: 60px;
	text-align: center;
	float: left;
	padding-top: 42px;
	cursor: pointer;
}
.poster-contents p:hover {
	background:url('../../img/click02.png');
}
.poster-contents ul {
	float: left;
	width: 955px;
	margin-left: 25px;
}
.card_contents_drama li {
    float: left;
    width: 455px;
    height: 610px;
}
.preview img {
    width: 183px;
    height: 243px;
}
.poster-contents li {
	float: left;
	margin-right: 10px;
}
.poster-contents li:last-child {
	margin-right: 0;
} 

.line-up dt {
	color:#9e7a26;
	font-size:22px;
	font-weight: bold;
	margin-bottom: 20px;
}
.line-up dd {
	color:#707070;
	font-size:18px;
	line-height: 2;
}
.line-up dl:nth-last-of-type(1) {
	margin-top: 40px;
}


.photo {
	position: relative;
}
.photo-list {
	width: 1060px;
	margin:0 auto;
	overflow: hidden;
}
.photo-list li {
	display: inline-block;
	width: 270px;
	height: 375px;
	margin-right: 20px;
	vertical-align: middle;
	border-radius:10px;
	overflow: hidden;
}
.preview li:nth-child(4n) {
	margin-right: 10px !important;
}
.photo-list li:last-child {
	margin-right: 0;
}
.photo-list li.on {
	width: 465px;
	height: 535px;
	border-radius:20px;
}
.photo-list li img {
	width: 100%;
	height: 100%;
}
.photo-prev,.photo-next {
	position: absolute;
	width: 20px;
	height: 37px;
	top:50%;
	margin-top: -18.5px;
	z-index: 10;
}
.photo-prev,.photo-next:hover {
	cursor: pointer;
}
.photo-prev {
	background:url('../../img/musicbooks/arrow04.png') no-repeat;
	left:0;
}
.photo-next {
	background:url('../../img/musicbooks/arrow03.png') no-repeat;
	right:0;
}

.video {
	background:#f4f4f4;
	padding:30px 42px 10px;
	/* padding-right: 64px; */
	position: relative;
}
.video-box {
	float: left;
	width: 340px;
	height: 292px;
	margin-right: 25px;
	margin-bottom: 20px;
}
/* .video-box:nth-child(4),.video-box:nth-child(5),.video-box:nth-child(6) {
	margin-bottom: 0;
} */
.video-box:nth-child(3n) {
	margin-right: 0;
}
.video-area {
	height: 188px;
	background:#323232;
	position: relative;
}
.video-area i {
	position: absolute;
	width: 52px;
	height: 52px;
	background:url('../../img/musicbooks/play02.png') no-repeat;
	bottom:10px;
	right:10px;
	cursor: pointer;
}
.video-area i:hover {
	background:url('../../img/musicbooks/play02_on.png') no-repeat;
}
.video-area img{
	width: 340px;
	height: 188px;
}
.video-info {
	background:#fff;
	height: 100px;
	padding: 20px;
}
.video-info strong {
	font-size:18px;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 3px;
	height: 2.7em;
	overflow: hidden;
}
.video-info span {
	color:#707070;
	font-size:18px;
}
.video-next {
	position: absolute;
	width: 20px;
	height: 37px;
	top:50%;
	margin-top: -18.5px;
	right:20px;
	background:url('../../img/musicbooks/arrow03.png') no-repeat;
	display: none;
}

.musical-card {
	position: fixed;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.8);
	top:0;
	left:0;
	z-index:998;
	display: none;
}
.card-wrap {
	position: absolute;
	top:50%;
	left:50%;
	width: 455px;
	height: 610px;
	margin-top: -305px;
	margin-left: -227.5px;
	position: relative;
	
}

.card-wrap img {
	width: 100%;
	height: 100%;
}
.card-overflow {
	width: 455px;
	height: 610px;
	overflow: hidden;
}
.musical-card-next {
	width:34px;
	height: 34px;
	background:url('../../img/musicbooks/arrow08.png') no-repeat;
	background-size:34px;
	position: absolute;
	top:50%;
	margin-top: -17px;
	right:-17px;
}
.musical-card-prev {
    width:34px;
	height: 34px;
    background: url(../../img/musicbooks/arrow08.png) no-repeat;
    background-size:34px;
	position: absolute;
	top:50%;
	margin-top: -17px;
	left:-17px;
	transform:rotate(180deg);
}
.show_contents:hover{
	cursor: pointer;
}



/*	아티스트	*/

.order-box {
	margin-top: 50px;
}
.artist-banner {
	background:url('../../img/musicbooks/banner01.png') no-repeat;
	height: 445px;
}
.artist-banner-box {
	width: 1164px;
	height: 445px;
	margin:0 auto;
	position: relative;
	padding-bottom: 50px;
}
.artist-banner-box * {
	width: 55%;
}
.artist-banner-box img {
	width: 480px;
	height: 360px;
	position: absolute;
	right:0;
	top:50%;
	margin-top: -180px;
}
.artist-banner-box p {
	padding-top: 100px;
	color:#c1c1c1;
	font-size:37px;
	margin-bottom: 5px;
}
.artist-banner-box h2 {
	font-weight: bold;
	font-size:71px;
	color:#fff;
	margin-bottom: 5px;
}
.artist-banner-box small {
	display: block;
	color:#b59d63;
	font-size:35px;
}

.artist-banner-tag {
	position: absolute;
	left:0;
	bottom:20px;
}
.artist-banner-tag a {
	color:#707070;
	font-size:18px;
	font-weight: bold;
	margin-right: 10px;
}

.artist-info dt,.artist-info dd {
	float: left;
	color:#707070;
	font-size:18px;
	line-height: 1.5;
}
.artist-info dt {
	font-weight: bold;
	width: 112px;
}

.artist-card {
	background:#f5f3f3;
	padding: 45px 77px;
	position: relative;
}
.artist-card-box {
	width: 1010px;
	overflow: hidden;
}
.artist-card-box li {
	float: left;
	width: 470px;
	height: 628px;
	margin-right: 70px;
	position: relative;
}
.artist-card-box li img {
	width: 100%;
	height: 100%;
}

.artist-card-box li:last-child {
	margin-right: 0;
}
.artist-card-box a {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	display: table;
	background:rgba(0,0,0,0.7);
	text-align: center;
}
.artist-card-box a strong {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	font-size:40px;
	font-weight: bold;
	color:#fff;
	position: relative;
}
.artist-card-box a strong::before {
	content:'';
	width: 390px;
	height: 2px;
	background:#fff;
	position: absolute;
	top:230px;
	left:50px;
}
.artist-card-box a strong::after {
	content:'';
	width: 390px;
	height: 2px;
	background:#fff;
	position: absolute;
	top:390px;
	left:50px;
}
.artist-card-box a span {
	position: absolute;
	color:#b59d63;
	font-size:24px;
	left:50%;
	transform:translate(-50%, 0%);
    -webkit-transform:translate(-50%, 0%);
    -moz-transform:translate(-50%, 0%);
    -o-transform:translate(-50%, 0%);
	bottom:50px;	
}
.artist-card-prev,.artist-card-next {
	position: absolute;
	width: 20px;
	height: 37px;
	top:50%;
	margin-top: -18.5px;
}
.artist-card-prev {
	left:36px;
	background:url('../../img/musicbooks/arrow04.png') no-repeat;
}
.artist-card-next {
	right:36px;
	background:url('../../img/musicbooks/arrow03.png') no-repeat;
}

.artist-vedio {
	padding-left:47px;
	padding-right: 47px;
}
.artist-vedio .video-box {
	margin-bottom: 0;
}
.artist-thema-list li img {
    width: 227px;
    height: 227px;
}
dd.dd_info_artist {
    width: 1000px;
}
p.rcmTitle {
    width: 320px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*	아티스트 추가수정  2020-08-27   */
.artist-thema span:hover {
	background:none;
	color:#fff;
}
.artist-thema li {
	position: relative;
}
.artist-thema .artist-cover {
	display: none;
	background:rgba(0,0,0,0.85);
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}
.artist-thema .artist-cover em {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color:#ccad62;
	font-size:26px;
	font-weight: 900;
	padding: 20px;
}
.artist-thema li:hover .artist-cover {
	display: table;
}


/*	음반	*/
.cd {
	background:#ebe4e7;
}
.cd-box {
	width: 1164px;
	margin:0 auto;
	padding:40px 0;
	position: relative;
}
.cd-box>img {
	position: absolute;
	right:0;
	top:50%;
	margin-top: -180px;
	width: 480px;
	height: 360px;
}
.taday-recommend {
	font-size:18px;
	font-weight: 900;
	background:url('../../img/musicbooks/star.png') no-repeat left center;
	padding:5px 0;
	padding-left: 35px;
}
.cd-txt01 {
	margin-top: 40px;
	fnot-size:22px;
	border-bottom:1px solid #000;
	display: inline-block;
}
.cd-txt02 {
	color:#606271;
	font-size:37px;
	margin-top: 35px;
}
.cd-txt03 {
	font-size:65px;
	font-weight: bold;
	margin-top: 5px;
}
.cd-txt04 {
	margin-top: 35px;
	font-size:22px;
}

.cd-tag01 {
	display: block;
	margin-top: 50px;
}
.cd-tag01 a {
	color:#606271;
	font-size:18px;
	font-weight: bold;
	display: inline-block;
	margin-right: 10px;
}

.cd-left {
	width: 55%;
}
.cd-list {
	margin-top: 35px;
}
.cd-list li {
	float: left;
    width: 370px;
    margin-right: 27px;
    margin-bottom: 50px;
    height: 476px;
    border-bottom: 1px solid #000;
}
.cd-list li:nth-child(3n) {
	margin-right: 0;
}
.cd-img {
	width: 100%;
	height: 290px;
}
.cd-img img {
	width: 100%;
	height: 100%;
}

.cd-genre {
	height: 18px;
    line-height: 18px;
    border-radius: 18px;
    font-size: 15px;
    transform: rotate(0.01deg);
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
}
span.cd-genre.noGenre {
    border: 1px;
}
.cd-img-txt01 {
	color:#606271;
	font-size:20px;
}
.cd-img-txt02 {
	font-weight: bold;
	font-size:38px;
	margin-top: 5px;
	margin-bottom: 17px;
}
.cd-img-txt03 {
	padding-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* width: 200px; */
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cd-tag02 {
	display: block;
	padding-bottom: 20px;
	border-bottom:1px solid #757575;
}

p.txt-over {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.genre {
	height: 610px;
	background:url('../../img/musicbooks/banner03.png') no-repeat;
}
.genre-box {
	width: 1164px;
	margin:0 auto;
	position: relative;
	min-height: 610px;
	padding-bottom: 70px;
}
.genre-box * {
	width: 55%;
}
.genre-box .genre-txt01 {
	width: auto;
}
.genre-box>img {
	position: absolute;
	width: 480px;
	height: 360px;
	top:50%;
	margin-top: -180px;
	right:0;
}
.genre-txt01 {
	border-bottom:1px solid #fff;
	font-size:22px;
	color:#fff;
	margin-top:150px;
	display: inline-block;
}
.genre-txt02 {
	color:#9899a0;
	font-size:37px;
	margin-top: 40px;
}
.genre-txt03 {
	font-size:65px;
	font-weight: bold;
	margin-top: 5px;
	color:#fff
}
.genre-txt04 {
	margin-top: 45px;
	color:#b59d63;
	font-size:22px;
}

.genre-txt {
	margin-top: 50px;
	color:#707070;
	font-size:18px;
	line-height: 1.8;
	text-align: justify;
}

.genre .artist-banner-tag {
	bottom:30px;
}
.genre .artist-banner-tag a {
	color:#b9b9b9;
}

.album {
	border:1px solid #969696;
	margin-top: 50px;
	padding: 30px;
}
.album-left {
	width: 365px;
	height: 370px;
}
.album-left img{
	width: 100%;
	height: 100%;
}
.album-right {
	width: 735px;
	padding:0px 50px;
	text-align: center;
}
.album-txt01 {
	font-weight: bold;
	font-size:40px;
	margin-bottom: 16px;
}
.album-txt02 {
	color:#707070;
	font-size:18px;
	margin-bottom: 5px;
}
.album-txt03 {
	margin-top: 60px;
	color:#707070;
	font-size:18px;
	line-height: 1.5;
	text-align: left;
	position: relative;
}
.album-txt03::after {
	content:'';
	width: 68px;
	height: 1px;
	background:#969696;
	position: absolute;
	top:-30px;
	left:50%;
	margin-left: -34px;
}
.album-txt04 {
	color:#707070;
	font-size:15px;
	margin-top: 25px;
	color:#585b98;
}

.record-div img:hover{
	cursor: pointer;
}
.curation:hover{
	cursor: pointer;	
}
.record-list li:hover{
	cursor: pointer;		
}

/*	악기	*/

.instrument {
	margin-top: 35px;
}
.instrument li {
	margin-bottom: 60px;
	width: 237px;
	height: 316px;
	margin-right: 72px;
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         
.instrument li:nth-child(4n) {
	margin-right: 0;
}
ul.card_contents_ins li {
    float: left;
    width: 455px;
    height: 610px;
}
a.musical-card-prev.prev_btn.disabled {
    display: none;
}
a.musical-card-next.next_btn.disabled {
    display: none;
}



/*	축제	*/
.festival-order {
	margin-top:8px;
}
.festival-order button {
	background:#9e9e9e;
	color:#fff;
	font-size:18px;
	width: 100px;
	height: 57px;
	line-height: 57px;
}
.festival-order .btn-order01 {
	width: 124px;
}
.festival-order .btn-order02 {
	margin:0 4px;
}
.festival-order button.on {
	background:#666;
}
.festival-order ul {
	width: 830px;
	background:#ededed;
	height: 57px;
	padding-top: 19px;
	
}
.festival-order li {
	float: left;
	padding:0 25px;
	color:#000;
	font-size:18px;
	border-right:1px solid #000;
	cursor: pointer;
	display : none;
}
.festival-order li.show {
    display: block;
}
.festival-order li:last-child {
	border-right:none;
}


.festival {
	background:#f5f3f3;
	padding-top: 50px;
}
.festival-box {
	width: 1164px;
	margin:0 auto;
}
.festival-left {
	width: 280px;
	height: 395px;
}
.festival-img {
	width: 100%;
	height: 100%;
}
.festival-img img{
	width: 100%;
	height: 100%;
}
.festival-right {
	width: 880px;
	padding-left: 50px;
}

.festival-txt01 {
	color:#9e7a26;
	font-size:20px;
	font-weight: bold;
	margin-bottom: 5px;
}
.festival-txt02 {
	font-size:24px;
	margin-bottom: 5px;
}
.festival-txt03 {
	font-size:35px;
	font-weight: bold;
	margin-bottom: 5px;
}
.festival-txt04 {
	color:#878787;
	font-size:24px;
	padding-bottom: 15px;
	border-bottom:1px solid #c5c5c5;
}
.festival-txt05 {
	margin-top: 15px;
	border-bottom:1px solid #c5c5c5;
	padding-bottom: 15px;
}
.festival-txt05 dt,.festival-txt05 dd {
	float: left;
	color:#707070;
	font-size:18px;
	line-height: 1.5;
}
.festival-txt05 dt {
	font-weight: bold;
	width: 90px;
}
.festival-txt05 dd a {
	display: inline-block;
	width: 22px;
	height: 19px;
	background:url('../../img/musicbooks/go.png') no-repeat;
	vertical-align: middle;
	margin-left: 10px;
}

.festival-right ul {
	padding:20px 0;
}
.festival-right li {
	float: left;
	padding:0 25px;
	height: 35px;
	line-height: 35px;
	border-radius:35px;
	border:1px solid #afafaf;
	background:#fff;
	color:#707070;
	font-weight: bold;
	font-size:18px;
	margin-right: 5px;
}
.festival-txt {
	color:#707070;
	font-size:18px;
	line-height: 2;
	text-align: justify;
}
.na-list >li.on {
    font-weight: 600;
}
a.artist-card-prev.prev_btn.disabled {
    display: none;
}
a.artist-card-next.next_btn.disabled {
    display: none;
}

/* 음악축제 css 추가 2020-10-07*/
.festival_keyword a{
	color: #707070;
}
.festival_keyword li:hover{
	cursor: pointer;
	background: #E1E1E1;
}


/*	콩쿠르	*/
.poster li:nth-child(4n) {
	margin-right: 0;
}

.info-text dt,.info-text dd {
	float: left;
	color:#858585;
	line-height: 1.8;
	font-size:18px;
}
.info-text dt {
	font-weight: bold;
	width: 90px;
}
.concours-list li {
	width: 262px;
	height: 366px;
	margin-right: 38px;
}

/* 콩쿠르 css 추가 2020-10-07*/
.comp_keyword a{
	color: #707070;
}
.comp_keyword li:hover{
	cursor: pointer;
	background: #E1E1E1;
}

/* 검색 드롭다운 셀렉트 숨김 */
select.srch_select {
    display: none;
}

/*	서브페이지 메뉴	*/
.sub-menu-bg {
	background:#f6f6f6;
	padding:50px 0 30px;
	position: relative;
}
.sub-menu-bg::before {
	content:'의정부 스페셜 콘텐츠';
	position: absolute;
	top:15px;
	left:475px;
	font-weight: 900;
	font-size:18px;
	transform:skew(0.1deg);
}
.sub-menu li {
	width:calc((100% - 0px)/6);
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
.sub-menu li:nth-child(1),.sub-menu li:nth-child(2),
.sub-menu li:nth-child(3) {
	background:#262b31;
}
.sub-menu li:nth-child(1) {
	border-radius:20px 0 0px 20px;
}
.sub-menu li:nth-child(3) {
	border-radius:0px 20px 20px 0px;
}
.sub-menu li i {
	display: block;
	width: 102px;
	height: 102px;
	margin:0 auto;
}
.sub-menu li strong {
	display: block;
	text-align: center;
	margin-top: 20px;
	font-size:21px;
	color:#000;
}
.sub-menu li:nth-child(1) strong,.sub-menu li:nth-child(2) strong,
.sub-menu li:nth-child(3) strong {
	color:#fff;
}
.sub-menu li.on strong {
	font-weight: bold;
}
.sub-menu li .icon1 {
	background:url('../../img/musicbooks/sub_menu01.png') no-repeat;
}
.sub-menu li .icon2 {
	background:url('../../img/musicbooks/sub_menu02.png') no-repeat;
}
.sub-menu li .icon3 {
	background:url('../../img/musicbooks/sub_menu03.png') no-repeat;
}
.sub-menu li .icon4 {
	background:url('../../img/musicbooks/sub_menu04.png') no-repeat;
}
.sub-menu li .icon5 {
	background:url('../../img/musicbooks/sub_menu05.png') no-repeat;
}
.sub-menu li .icon6 {
	background:url('../../img/musicbooks/sub_menu06.png') no-repeat;
}
.sub-menu li.on .icon1 {
	background:url('../../img/musicbooks/sub_menu01_on.png') no-repeat;
}
.sub-menu li.on .icon2 {
	background:url('../../img/musicbooks/sub_menu02_on.png') no-repeat;
}
.sub-menu li.on .icon3 {
	background:url('../../img/musicbooks/sub_menu03_on.png') no-repeat;
}
.sub-menu li.on .icon4 {
	background:url('../../img/musicbooks/sub_menu04_on.png') no-repeat;
}
.sub-menu li.on .icon5 {
	background:url('../../img/musicbooks/sub_menu05_on.png') no-repeat;
}
.sub-menu li.on .icon6 {
	background:url('../../img/musicbooks/sub_menu06_on.png') no-repeat;
}
.sub-menu li:hover .icon1 {
	background:url('../../img/musicbooks/sub_menu01_on.png') no-repeat;
}
.sub-menu li:hover .icon2 {
	background:url('../../img/musicbooks/sub_menu02_on.png') no-repeat;
}
.sub-menu li:hover .icon3 {
	background:url('../../img/musicbooks/sub_menu03_on.png') no-repeat;
}
.sub-menu li:hover .icon4 {
	background:url('../../img/musicbooks/sub_menu04_on.png') no-repeat;
}
.sub-menu li:hover .icon5 {
	background:url('../../img/musicbooks/sub_menu05_on.png') no-repeat;
}
.sub-menu li:hover .icon6 {
	background:url('../../img/musicbooks/sub_menu06_on.png') no-repeat;
}

/* 2020-11 추가 */
.popup-card {
	width: 1164px;
	height: 718px;
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    -o-transform:translate(-50%, -50%);
	
}

/*	갤러리	*/
.gallery-list {
	position: relative;
}
.gallery-list ul {
	width: 1090px;
	margin:0 auto;
	position: relative;
}
.gallery-list ul::after {
	content:'';
	clear: both;
	display: block;
	margin-bottom: 30px;
	
}
.gallery-list li {
	float: left;
	margin-right: 10px;
	width: 100px;
	height: 150px;
	position: relative;
	overflow: hidden;
}
.gallery-list li img {
	width: 100%;
	height: 100%;
}
.gallery-list li:last-child {
	margin-right: 0;
}
.gallery-list li.on {
	border:3px solid #5bf8b8;
}
.gallery-list li img {
	width:auto;
	height: 100%;
	transition:all 0.4s;
	transform:translate(-50%, -50%);
	top:50%;
	left:50%;
	z-index:1;
	position: absolute;
	cursor: pointer;
}
/* .gallery-list li img:hover {
	width: 105px;
	height: 155px;
	z-index:3;
} */

.gallery-art {
	text-align: center;
	margin-top: 20px;
}
.gallery-art img {
	height: 535px;
	width: auto;
	border-radius:10px;
}
.gallery-art p {
	margin:0 auto;
	margin-top: 20px;
	color:#010101;
	font-size:22px;
	font-weight: bold;
	width: 400px;
	line-height: 1.4;
	overflow: hidden;
	height: 2.8em;
}
.gallery-list-div {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}
 /* 2021-01-11 추가*/
 .artist-video-info strong {
	height: 1.2em;
}





