@charset "UTF-8";


.box-shadow {display:block;position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%;background-color:#FFF;z-index:-1;}
	
.msie7 .box-shadow,
.msie8 .box-shadow {border-bottom:1px solid #949394;border-right:1px solid #949394;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=135,strength=10);
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#dddddd')";
	z-index:-1;zoom:1;} 

.layer {display:none;position:absolute;
	-webkit-box-shadow:10px 10px 15px 0 rgba(7, 0, 2, 0.1);
	-moz-box-shadow:10px 10px 15px 0 rgba(7, 0, 2, 0.1);
	box-shadow:10px 10px 15px 0 rgba(7, 0, 2, 0.1);
	border:1px solid #c4c5c8;z-index:1000;}

.layer > .arrow {display:block;position:absolute;top:-8px;right:10px;height:8px;width:15px;background-image:url(http://file.bugsm.co.kr/wbugs/common/sprite_common_list.png);background-position:-90px -90px;}

.layer .closeCheck {padding:12px 0 12px 6px;}
.layer .closeCheck label {font-size:12px;color:#999;line-height:16px;}

.layer .layer-title {display:block;position:relative;height:50px;width:100%;border-bottom:1px solid #e5e5e5;}
.layer .layer-title > h1 {padding:0 20px;font-size:15px;font-weight:400;color:#3a3635;line-height:50px;}
.layer > .btnClose {display:block;position:absolute;top:11px;right:4px;cursor:pointer;height:30px;width:30px;background-image:url(http://file.bugsm.co.kr/wbugs/common/sprite_common_list.png);background-position:-90px -60px;z-index:1000;}

.layer .layerContents {padding-bottom:20px;}
.layer .btns {margin-top:14px;text-align:center;}

table.formLayout {width:100%;margin-top:8px;}
table.formLayout tbody th {padding-top:18px;padding-left:4px;vertical-align:top;}
table.formLayout tbody td {padding:6px 0px 0px 0px;text-align:left;line-height:34px;vertical-align:top;}
table.formLayout tbody td.right {padding-right:10px;text-align:right;}
table.formLayout tbody td .remain {font-size:11px;color:#999;}
table.formLayout tbody td img.thumb {float:left;height:50px;width:50px;border:1px solid #dadada;}

table.formLayout tbody .inputFile {float:left;padding-left:4px;}
table.formLayout tbody .inputFile input[type=text].file {height:26px;width:164px;line-height:24px;}

.layer.alertMessage {width:346px;}
.layer.alertMessage .layer-title {overflow:hidden;height:33px;}
.layer.alertMessage .layer-title > h1 {padding:0 14px;font-size:13px;line-height:34px;}
.layer.alertMessage .layerContents {}
.layer.alertMessage.title .layerContents {padding:0 14px 14px;}
.layer.alertMessage.noTitle .layerContents {padding:0 20px 14px;}
.layer.alertMessage .message {font-size:13px;color:#757271;text-align:center;line-height:24px;}
.layer.alertMessage .message .desc {margin-top:24px;color:#999}
.layer.alertMessage.title .message.msg1 {padding:25px 0 9px;}
.layer.alertMessage.title .message.msg2 {margin-bottom:-6px;padding:9px 0 0;}
.layer.alertMessage.noTitle .message.msg1 {padding:35px 0 19px;}
.layer.alertMessage.noTitle .message.msg2 {padding:15px 0 0;}
.layer.alertMessage.addOption .message {padding-top:10px;text-align:left;}
.layer.alertMessage.addOption .option {margin-top:20px;}
.layer.alertMessage.addOption .option span {display:block;}
.layer.alertMessage.addOption .option span + span {margin-top:12px;}
.layer.alertMessage.addOption .option label {display:inline-block;margin-left:5px;padding-top:1px;color:#757271;}
.layer.alertMessage.addOption .option .checked + label {color:#3A3635;}
.layer.alertMessage.addOption .option select {width:100%;font-size:13px;}
.layer.alertMessage .btns button.btnNormal {height:28px;}
.layer.alertMessage .btns .btnNormal {margin:0 1px;}
.layer.alertMessage .btnClose {top:1px;right:0;}

#ie7BrowserAlert {display:none;}
.msie7 #ie7BrowserAlert {display:block;top:234px;left:50%;margin-left:-173px;}
#ie7BrowserAlert .btns .btnNormal {margin:0 2px;}

/* Tool Tip */
.tooltip .layerTap {position:absolute;top:-8px;left:19px;height:9px;width:15px;background:url(http://file.bugsm.co.kr/wbugs/common/header/sprite_common_header.png) no-repeat -150px 0}
.tooltip .layerTapBtm {position:absolute;bottom:-9px;left:19px;height:9px;width:15px;background:url(http://file.bugsm.co.kr/wbugs/common/header/sprite_common_header.png) no-repeat -60px -100px}
.tooltip .layerTapLeft {position:absolute;top:19px;left:-8px;height:15px;width:8px;background:url(http://file.bugsm.co.kr/wbugs/common/header/sprite_common_header.png) no-repeat -260px 0}
.tooltip .layerContents {padding:9px 30px 7px 10px;font-size:11px;line-height:140%;color:#3a3635;}
.tooltip .layerContents .link {display:inline-block;margin-top:8px;padding-right:12px;line-height:1em;color:#999;background:url(http://file.bugsm.co.kr/wbugs/common/bu_arrow_right_5x7.png) no-repeat 100% 1px;}
.tooltip.basic .layerContents {padding:10px 10px 6px 10px;}  /* 닫기버튼 없는 기본형*/
.tooltip .btnClose {top:1px;right:0;}

.layer.layer-select { }
.layer.layer-select > h1 {display:none;}
.layer.layer-select .innerScroll {overflow:auto;overflow-x:hidden;max-height:340px;}

.list-layer-select {width:100%;}
.list-layer-select li {}
.list-layer-select li > a {display:block;padding:0 28px 0 14px;width:auto;font-size:12px;font-weight:400;color:#757271;line-height:34px;white-space:nowrap;background-color:#FFF;}
.list-layer-select.center li > a {padding:0;text-align:center;}
.list-layer-select li > a:hover,
.list-layer-select li > a:active,
.list-layer-select li > a:focus {text-decoration:none;}
.list-layer-select li.select > a ,
.list-layer-select li > a:hover ,
.list-layer-select li > a.current {color:#3a3635;background-color:#f3f3f7;}
.list-layer-select li > a.detailDisclosure {background-image:url(http://file.bugsm.co.kr/wbugs/common/btns/btn_arrow_right01.png);background-position:95% 13px;background-repeat:no-repeat;}
.list-layer-select li > a.radio {}
.list-layer-select li > a.radio:hover {background-image:url(http://file.bugsm.co.kr/wbugs/common/btns/btn_radio01.png);background-position:95% 10px;background-repeat:no-repeat;}
.list-layer-select li.divider {border-top:1px solid #EFEFEF;}

.list-layer-select.sns {}
.list-layer-select.sns a { }
.list-layer-select.sns a > .icon {display:inline-block;height:16px;width:16px;margin-top:-1px;margin-right:4px;vertical-align:middle;background:url(http://file.bugsm.co.kr/wbugs/common/sprite_common_list.png);}
.list-layer-select.sns a.ks > .icon {background-position:0px -120px;}
.list-layer-select.sns a.fb > .icon {background-position:-30px -120px;}
.list-layer-select.sns a.tw > .icon {background-position:-60px -120px;}

	/* 아티스트 선택 */
.layer.layer-select.scArtist .innerScroll {max-height:272px;}


/* 내 앨범 만들기 */
.layer.createMyAlbum {width:436px;}
.layer.createMyAlbum input.txt,
.layer.createMyAlbum textarea.txtArea {width:296px;}
.layer.createMyAlbum table.formLayout tbody td.right {white-space:nowrap;}

.layer.createMyAlbum.player {width:348px;}
.layer.createMyAlbum.player input.txt,
.layer.createMyAlbum.player textarea.txtArea {width:226px;}
.layer.createMyAlbum.player td.right {padding-left:5px;text-align:left;}

.layer.createMyAlbum .inputFile {position:relative;width:260px;}
.layer.createMyAlbum .inputFile .btnNormal {position:absolute;top:3px;right:0;padding:0;width:67px;}
	.msie7 .layer.createMyAlbum .inputFile .btnNormal {top:4px;height:28px;}

.layer.listMusicVideo {width:528px;}
.layer.listMusicVideo .layerContents {padding:0;}
.layer.listMusicVideo .layerContents .listControls {min-width:500px;margin-right:14px;margin-left:14px;}
.layer.listMusicVideo .layerContents .listControls label {display:inline-block;width:28px;margin-right:1px;text-align:center;}
.layer.listMusicVideo .layerContents .listControls .btns {display:inline-block;margin:0;text-align:left;}
.layer.listMusicVideo .layerContents .listControls .btns.play {position:relative;padding-left:22px;}
.layer.listMusicVideo .layerContents .listControls .btns.play > .leftBar {display:block;position:absolute;top:50%;left:9px;height:10px;width:1px;margin-top:-5px;background-color:#ccc}
.layer.listMusicVideo .layerContents .innerScroll {position:relative;overflow-x:hidden;max-height:401px;margin-top:14px;}
.layer.listMusicVideo .layerContents .innerScroll .list.listView.mvList {margin-left:14px;}
.layer.listMusicVideo .layerContents .innerScroll .list.listView.mvList li {padding-top:12px;padding-bottom:11px;}
.layer.listMusicVideo .layerContents .innerScroll .list.listView.mvList figure.mvInfo .info .btnActions {right:3px;}

.layer.layer-select.addMyAlbum {width:178px;}
.layer.layer-select.addMyAlbum .list-layer-select {min-width:173px;}
.layer.layer-select.addMyAlbum .list-layer-select li a {overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.layer.layer-select.contextualMenu {}
.layer.layer-select.contextualMenu .innerScroll {overflow:hidden;}
.layer.layer-select.share .innerScroll {overflow:hidden;}
.layer.layer-select.download .innerScroll {overflow:hidden;}
.layer.layer-select.downloadMusicVideo .innerScroll {overflow:hidden;}


/* 실시간 챠트 검색 */
.layer.layer-select.realtime {width:138px;}


/* 차트 달력 */
.layer.calendar {width:210px;padding:24px 19px 13px 19px;}
.calendar .display {position:relative;text-align:center;}
.calendar .display h1 {font-size:15px;font-weight:normal;color:#3a3635;}
.calendar .display .btnPrev {display:block;position:absolute;top:2px;left:0;height:9px;width:6px;text-indent:-9999px;background-image:url(http://file.bugsm.co.kr/wbugs/common/sprite_common_button.png);background-position:-240px 0px;}
.calendar .display .btnNext {display:block;position:absolute;top:2px;right:0;height:9px;width:6px;text-indent:-9999px;background-image:url(http://file.bugsm.co.kr/wbugs/common/sprite_common_button.png);background-position:-270px 0px;}

table.calendar {margin-top:20px;width:100%;}
table.calendar thead th {height:30px;width:30px;font-size:11px;font-weight:normal;color:#b2b7ba;vertical-align:middle;}
table.calendar tbody tr.selected td {color:#3a3635;background-color:#ebecf0;}
table.calendar tbody td {height:30px;}
table.calendar tbody td > a {display:inline-block;height:30px;width:30px;font-size:13px;color:#757271;text-align:center;text-decoration:none;line-height:30px; }
table.calendar tbody td > a:hover,
table.calendar tbody td > a.selected {color:#3a3635;background-color:#ebecf0;}



/* 포토 갤러리 */
/*
.layer.photoGallery {width:590px;}
.layer.photoGallery .layerContents {position:relative;background-color:#f2f3f7;}
.layer.photoGallery .layerContents .paging {height:44px;padding-top:0;font-size:12px;color:#757271;text-align:center;line-height:44px;}
.layer.photoGallery .layerContents .btnOriginalView {position:absolute;top:17px;right:20px;display:inline-block;font-size:12px;color:#757271;line-height:14px;padding:0 0 0 17px;background:url(http://file.bugsm.co.kr/wbugs/common/btns/btn_view01.png) 0px 0px no-repeat;}

.layer.photoGallery .layerContents .photo {height:300px;text-align:center;}
.layer.photoGallery .layerContents .photo img {max-height:300px;max-width:500px;}

.layer.photoGallery .layerContents .listThumbnails {position:relative;height:50px;width:550px;margin:20px auto 0;text-align:center;}
.layer.photoGallery .layerContents .listThumbnails > .btn {display:block;position:absolute;top:0px;height:48px;width:24px;text-indent:-9999px;border:1px solid #d9dade;background-image:none;background-color:#FFF;}
.layer.photoGallery .layerContents .listThumbnails > .btn.btnPrev {left:0px;border-right:0px none;background:#FFF url(http://file.bugsm.co.kr/wbugs/common/btns/btn_arrow_left01.png) center center no-repeat;}
.layer.photoGallery .layerContents .listThumbnails > .btn.btnNext {right:0px;border-left:0px none;background:#FFF url(http://file.bugsm.co.kr/wbugs/common/btns/btn_arrow_right01.png) center center no-repeat;}

.layer.photoGallery .layerContents .thumbnails {height:50px;width:500px;margin-left:25px;background:url('http://file.bugsm.co.kr/wbugs/music/bg_photoGalleryList.png') no-repeat}
	.msie7 .layer.photoGallery .layerContents .thumbnails {margin-left:0}
.layer.photoGallery .layerContents .thumbnails li {display:block;position:relative;float:left;height:50px;width:50px;background-color:#f2f3f7;}
.layer.photoGallery .layerContents .thumbnails li a {display:block;position:relative;height:100%;width:100%;line-height:50px;text-align:center;}
.layer.photoGallery .layerContents .thumbnails li a:hover,
.layer.photoGallery .layerContents .thumbnails li a.selected {margin-top:-2px;border-top:2px solid #ff564c;}
.layer.photoGallery .layerContents .thumbnails li .mask {position:absolute;top:0px;right:0;bottom:0;left:0;border:0px none;border-top:1px solid #000;border-right:1px solid #000;border-bottom:1px solid #000;}
.layer.photoGallery .layerContents .thumbnails li:first-child .mask {border:1px solid #000;}
	.msie7 .layer.photoGallery .layerContents .thumbnails li .mask,
	.msie8 .layer.photoGallery .layerContents .thumbnails li .mask {border-color:#e5e5e5;}
.layer.photoGallery .layerContents .thumbnails li img {max-height:100%;max-width:100%;vertical-align:middle;}
	.msie7 .layer.photoGallery .layerContents .thumbnails li img {margin-top:0;}
*/

.layerPhotoGallery {position:absolute;top:0;left:0;right:0;bottom:0;min-width:890px;z-index:1001;}
.layerPhotoGallery h1 {position:absolute;left:-10000em;}
.layerPhotoGallery .layerContents {position:absolute;width:650px;}
.layerPhotoGallery .photos {margin:0 auto 23px;width:650px;height:732px;}
.layerPhotoGallery .photos .bigImg {position:relative;margin-bottom:6px;width:650px;height:650px;text-align:center;background-color:#000;}
.layerPhotoGallery .photos .bigImg img {max-width:650px;max-height:650px;}
.layerPhotoGallery .photos li {display:block;position:relative;float:left;margin-right:6px;width:76px;height:76px;overflow:hidden;background-color:#f2f3f8;}
.layerPhotoGallery .photos .bigImg a ,
.layerPhotoGallery .photos li a {display:block;position:relative;width:100%;height:100%;text-align:center;}
.layerPhotoGallery .photos .bigImg a {line-height:650px;}
.layerPhotoGallery .photos li a {display:block;line-height:76px;background-color:#fff;}
.layerPhotoGallery .photos .bigImg img ,
.layerPhotoGallery .photos li img {margin-top:-1px;max-width:100%;max-height:100%;vertical-align:middle;}
	.webkit .layerPhotoGallery .photos .bigImg img ,
	.webkit .layerPhotoGallery .photos li img {margin-top:0;}

.layerPhotoGallery .photos .bigImg .originalView {position:absolute;top:-41px;left:50%;display:inline-block;margin-left:-42px;width:88px;height:20px;font-size:17px;color:#fff;line-height:20px;text-align:center;}
	.msie7 .layerPhotoGallery .photos .bigImg .originalView {width:92px;font-weight:bold;letter-spacing:-2px;}
.layerPhotoGallery .photos .bigImg .originalView:hover {text-decoration:underline;}
.layerPhotoGallery .photos .bigImg .originalView .icon {display:inline-block;width:16px;height:16px;margin-right:6px;vertical-align:-3px;background:url(http://file.bugsm.co.kr/wbugs/common/sprite_common_buttonV20160617.png) -180px -170px no-repeat;}
	.msie7 .layerPhotoGallery .photos .bigImg .originalView .icon {vertical-align:3px;}
.layerPhotoGallery .photos li {background:url(http://file.bugsm.co.kr/wbugs/common/i_defaultPhoto.png) 0 0 no-repeat;}	
.layerPhotoGallery .photos li.lineBreak {margin-right:0;}
.layerPhotoGallery .photos li .currentImg {position:absolute;top:0;left:0;right:0;height:3px;font-size:0;line-height:0;text-indent:-10000em;background-color:#ff5445;}
.layerPhotoGallery .paging {padding-top:0;}
.layerPhotoGallery .paging button {display:inline-block;font-size:0;line-height:0;text-indent:0;background-image:url(http://file.bugsm.co.kr/wbugs/common/sprite_common_buttonV20160617.png);background-repeat:no-repeat;}
.layerPhotoGallery .paging button.disabled {cursor:default;}
.layerPhotoGallery .pagingImg button {position:absolute;top:50%;margin-top:-37px;width:40px;height:77px;}
.layerPhotoGallery .pagingImg button.prev {left:-120px;background-position:0 -270px;}
.layerPhotoGallery .pagingImg button.next {right:-120px;;background-position:-60px -270px;}
.layerPhotoGallery .pagingImg button.disabled.prev {background-position:0 -360px;}
.layerPhotoGallery .pagingImg button.disabled.next {background-position:-60px -360px;}
.layerPhotoGallery .pagingImgList {clear:both;}
.layerPhotoGallery .pagingImgList button {width:10px;height:15px;vertical-align:middle;}
.layerPhotoGallery .pagingImgList button.prev {background-position:0 -210px;}
.layerPhotoGallery .pagingImgList button.next {background-position:-30px -210px;}
.layerPhotoGallery .pagingImgList button.disabled.prev {background-position:0 -240px;}
.layerPhotoGallery .pagingImgList button.disabled.next {background-position:-30px -240px;}
.layerPhotoGallery .pagingImgList > span {display:inline-block;padding:0 17px;font-size:13px;color:#fff;vertical-align:middle;}
	.msie7 .layerPhotoGallery .pagingImgList > span {font-size:14px;}
.layerPhotoGallery .btnClose {position:absolute;top:60px;right:60px;width:32px;height:31px;font-size:0;line-height:0;text-indent:-1000em;background:url(http://file.bugsm.co.kr/wbugs/common/sprite_common_buttonV20160617.png) -60px -210px no-repeat;}
	.msie8 .layerPhotoGallery .btnClose , 
	.msie7 .layerPhotoGallery .btnClose {right:30px;}

@media only screen and (max-width:1000px){
	.layerPhotoGallery .btnClose {right:40px;}
}
@media only screen and (max-width:920px){
	.layerPhotoGallery .btnClose {right:30px;}
}
@media only screen and (max-width:900px){
	.layerPhotoGallery .btnClose {right:20px;}
}

/* 참여 아티스트 */
.layer.participatingArtists {width:590px;} 
.layer.participatingArtists .layerContents {padding-bottom:0;}
.layer.participatingArtists .layerContents .innerScroll {overflow:auto;overflow-x:hidden;max-height:220px;}
.layer.participatingArtists .layerContents .info {margin:15px 10px 18px 24px;}
.layer.participatingArtists .layerContents .info th {color:#FF3D33}


/* 앨범상세 - 구매 */
.layer.buyMusic { }
.layer.buyMusic .list-layer-select { }
	.msie7 .layer.buyMusic .list-layer-select {width:276px}
.layer.buyMusic .list-layer-select li > a {overflow:hidden;padding-right:15px;}
.layer.buyMusic .list-layer-select .type {float:left;width:90px;}
.layer.buyMusic .list-layer-select .price {float:left;padding-right:10px;width:50px;font-size:12px;color:#999;text-align:right;}
.layer.buyMusic .list-layer-select .price.through {text-decoration:line-through;}
.layer.buyMusic .list-layer-select .dcPrice {float:left;padding-right:8px;width:50px;font-size:12px;color:#757271;text-align:right;}
.layer.buyMusic .list-layer-select .dcPrice > strong {font-weight:normal;color:#fe665b;}
.layer.buyMusic .list-layer-select .btnBuy {float:right;margin-top:6px;padding-right:8px;padding-left:9px;font-size:11px;color:#3a3635;line-height:20px;border:1px solid #b4b2b3;}


/* 앨범상세 - 스타일사전 */
.layer.descStyle {width:528px;}
.layer.descStyle .layerContents {padding:14px 18px 13px 20px;}
.layer.descStyle .layerContents fieldset { }
.layer.descStyle .layerContents fieldset select {width:60%;}
.layer.descStyle .layerContents fieldset select.category {width:38%;}
.layer.descStyle .layerContents > h1 {margin-top:39px;font-size:19px;color:#3a3635;line-height:22px;}
.layer.descStyle .layerContents > .innerScroll {overflow:auto;height:312px;margin-top:15px;}
.layer.descStyle .layerContents p {font-size:13px;color:#615e5d;line-height:24px;}

/* 게임 메뉴 */
.layer.gameMenu {width:68px;top:27px;right:12px;}

/* 알림, 공지 */
.layer.notifications {top:35px;right:-33px;width:348px;}
.layer.notifications .layerTap {position:absolute;top:-8px;right:39px;height:9px;width:15px;background:url(http://file.bugsm.co.kr/wbugs/common/header/sprite_common_header.png) no-repeat -150px 0}
.layer.notifications nav {position:relative;height:50px;width:100%;border-bottom:1px solid #E5E5E5;z-index:10;}
.layer.notifications nav ul {position:relative;bottom:0;z-index:10;}
.layer.notifications nav li {float:left;}
.layer.notifications nav a {display:inline-block;height:49px;margin-left:19px;padding:0 6px;font-size:15px;color:#757271;line-height:50px;text-decoration:none;border-bottom:2px solid transparent;}
.layer.notifications nav a:hover {color:#3a3635;}
.layer.notifications nav a.selected {color:#3a3635;border-bottom:2px solid #ff564c;}
.layer.notifications nav a span {font-size:13px;}
.layer.notifications p.msg.login {padding:35px 0 54px;font-size:13px;color:#3A3635;line-height:22px;text-align:center;}
.layer.notifications p.msg.login em {color:#FF3D33;}
.layer.notifications section h1 {display:none;}
.layer.notifications .loading {padding:61px 0;text-align:center;}
.layer.notifications > .notification .innerScroll {overflow-x:hidden;overflow-y:scroll;height:367px;}
.layer.notifications > .notification ul {position:relative;top:-1px;width:100%;z-index:9;}
.layer.notifications > .notification li {position:relative;overflow:hidden;height:70px;padding:10px 0 0;line-height:20px;border-top:1px solid #ededed}
.layer.notifications > .notification li:hover {background-color:#f8f9fb;}
.layer.notifications > .notification li a.thumbnail {position:absolute;top:10px;left:20px;height:60px;width:60px;line-height:60px;text-align:center;background-color:#FFF;}
.layer.notifications > .notification li a.thumbnail img {line-height:60px;vertical-align:middle;}
.layer.notifications > .notification li a.thumbnail .btnPlay {position:absolute;right:4px;bottom:4px;height:20px;width:20px;background-position:-210px -120px}
.layer.notifications > .notification li a.thumbnail:hover .btnPlay {background-position:-240px -120px;}
.layer.notifications > .notification li a.info {display:block;margin:0 20px 0 90px;padding-top:4px;font-size:15px;color:#3A3635;}
.layer.notifications > .notification li a.info * {cursor:pointer;vertical-align:top;*vertical-align:middle}
.layer.notifications > .notification li a.info strong {display:inline-block;max-width:50%;font-weight:normal;color:#FF3D33;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.layer.notifications > .notification li a.info:hover strong {text-decoration:underline;}
.layer.notifications > .notification li.album a.info strong {max-width:60%}
.layer.notifications > .notification li.special a.info strong {max-width:49%}
.layer.notifications > .notification li.musicpd a.info strong {max-width:41%;*max-width:93px;}
.layer.notifications > .notification li.mv a.info strong {max-width:44%;*max-width:100px;}
.layer.notifications > .notification li a.info br {display:none;}
.layer.notifications > .notification li a.info span {display:block;overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap;}
.layer.notifications > .notification li .time {display:block;margin-left:90px;font-size:11px;color:#999;}
.layer.notifications > .notification .more {height:42px;text-align:center}
.layer.notifications > .notification .more a {display:inline-block;padding:0 12px;height:42px;font-size:13px;color:#757271;line-height:42px;background:url('http://file.bugsm.co.kr/wbugs/common/btns/btn_arrow_bottom_7x5.png') no-repeat 100% center}
.layer.notifications > .notice {display:none;}
.layer.notifications > .notice .innerScroll {overflow-x:hidden;overflow-y:scroll;height:324px;}
.layer.notifications > .notice ul {position:relative;top:-1px;width:100%;z-index:9;}
.layer.notifications > .notice li {overflow:hidden;padding:14px 23px 10px 18px;line-height:20px;text-overflow:ellipsis;white-space:nowrap;text-decoration:none;border-top:1px solid #ededed}
.layer.notifications > .notice li:hover {background-color:#f8f9fb;}
.layer.notifications > .notice li a {font-size:13px;color:#3A3635;}
.layer.notifications > .notice li .time {display:block;font-size:11px;color:#999;}
.layer.notifications > .notice .more {position:relative;width:100%;line-height:42px;text-align:right;border-top:1px solid #ededed;z-index:10;}
.layer.notifications > .notice .more .btnMore {margin-right:14px;}
	.msie7 .layer.notifications li {margin-bottom:-4px;}


/* 장르선택 레이어 -------------------------------------------- */
.selectGenre {width:720px;top:53px;left:40px;}
.selectGenre > h1 {display:none;}
.selectGenre .category {overflow:hidden;}
.selectGenre .category > li {display:block;float:left;width:25%;}
.selectGenre .category > li > em {display:block;padding-left:36px;font-size:13px;color:#3a3635;line-height:40px;}
.selectGenre .category > li > em.all {border-bottom:2px solid #ff564c;}
.selectGenre .category > li > em.domestic {border-bottom:2px solid #6596dc;}
.selectGenre .category > li > em.overseas {border-bottom:2px solid #81a737;}
.selectGenre .category > li > em.etc {border-bottom:2px solid #957847;}
.selectGenre .listGenre {}
.selectGenre .listGenre > li {}
.selectGenre .listGenre > li > a {display:block;padding-left:36px;font-size:15px;color:#757271;text-decoration:none;line-height:40px;}
.selectGenre .listGenre > li > a:hover,
.selectGenre .listGenre > li > a.selected {color:#3a3635;background-color:#f2f3f7;}

/* 약관/정책 이전 약관보기 선택 레이어 */
.layer.prevTerms {right:92px;top:30px;}
.layer.prevTerms .list-layer-select li > a {padding:0 14px;}

/* 팩스/우편으로 본인확인하기 */
.layer.faxMailConfirm {width:550px;}
.layer.faxMailConfirm .layerContents {padding:25px 20px;line-height:24px;}
.layer.faxMailConfirm h1 {margin-bottom:9px;font-size:15px;}
.layer.faxMailConfirm p,
.layer.faxMailConfirm li,
.layer.faxMailConfirm dt {color:#757271;}
.layer.faxMailConfirm p em {color:#ff3d33;}
.layer.faxMailConfirm ul {line-height:30px;}
.layer.faxMailConfirm li a {color:#3a3635;text-decoration:underline;}
.layer.faxMailConfirm li .icon {display:inline-block;height:2px;width:2px;margin-top:-3px;margin-right:10px;margin-left:1px;vertical-align:middle;background-image:url(http://file.bugsm.co.kr/wbugs/common/sprite_common_bullet.png);background-position:-30px 0px;}
.layer.faxMailConfirm dl {overflow:hidden;padding:12px 12px;line-height:28px;border-top:1px solid #efefef;border-bottom:1px solid #efefef;}
.layer.faxMailConfirm dt {float:left;}
.layer.faxMailConfirm dd {overflow:hidden;margin-left:95px;}
.layer.faxMailConfirm .bugsInfo p {margin-bottom:24px;}
.layer.faxMailConfirm .bugsInfo dl {margin-bottom:22px;}
.layer.faxMailConfirm .userInfo p {margin-bottom:4px;}
.layer.faxMailConfirm .userInfo dl {margin-bottom:12px;}

/* 메인 프로모션 배너 1단/2단*/
.layerPromotionBanner {padding:8px 8px 0 8px;border-color:#919295;}
.layerPromotionBanner .contents {position:relative;overflow:hidden;min-height:300px;}
.layerPromotionBanner.column1 .contents {width:430px;}
.layerPromotionBanner.column2 .contents {width:440px;}
.layerPromotionBanner .contents a {display:block;position:relative;}
.layerPromotionBanner.column2 .contents a {display:block;float:left;position:relative;width:216px;}
.layerPromotionBanner.column2 .contents a.even {float:right;}
.layerPromotionBanner .btnClose {top:auto;bottom:4px;right:4px;}


/* 메인 빌링-6개월 반값대상자 */
.layerPromotionBanner.billing6MCoupon .contents {height:300px;width:430px;background:url('http://file.bugsm.co.kr/wbugs/banner/billing/2016/bn_6MCoupon@main.jpg') no-repeat;}
.layerPromotionBanner.billing6MCoupon .contents a {display:block;position:relative;top:136px;height:30px;width:138px;margin:0 auto;line-height:20px;text-indent:-1000em;text-align:center;}
.layerPromotionBanner.billing6MCoupon .contents p {position:relative;top:154px;font-size:12px;line-height:18px;text-align:center;}
.layerPromotionBanner.billing6MCoupon .contents p em {color:#fc3d33;}
/* 메인 프로모션-벅스 VIP 고객 감사 이벤트(본조비티켓증정)-이벤트끝나면지워도무방 2015년9월22일공연 */
.layerPromotionBanner.vipGiftBonjovi .contents {height:400px;width:440px;background:url('http://file.bugsm.co.kr/wbugs/banner/promotion/shortTerm/2015/201507Bonjovi/bn_vipGiftBonjovi.png') no-repeat}
.layerPromotionBanner.vipGiftBonjovi .contents a {display:block;position:absolute;top:200px;left:163px;height:41px;width:114px;text-indent:-1000em;text-align:center;}

/* 메인 자동결제 실패 */
.layerAutoPaymentFailed {width:419px;}
.layerAutoPaymentFailed .layerContents {padding:18px 20px 20px;}
.layerAutoPaymentFailed .layerContents > strong {display:inline-block;padding-left:2px;font-size:15px;font-weight:normal;}
.layerAutoPaymentFailed p {padding:5px 0 0 2px;color:#757271;line-height:20px;}
.layerAutoPaymentFailed ul {margin:15px 0;padding:10px 0;border-top:2px solid #3a3635;border-bottom:1px solid #ececee;}
.layerAutoPaymentFailed ul li {line-height:28px;white-space:nowrap;}
.layerAutoPaymentFailed ul li span {display:inline-block;width:98px;color:#757271;text-indent:16px;}
.layerAutoPaymentFailed ul li strong {display:inline-block;width:270px;font-weight:normal;}
.layerAutoPaymentFailed ul li.reason strong {color:#ff3d33;}
.layerAutoPaymentFailed .btns .btnNormal.big.strong {min-width:134px;margin:0 3px 0 1px;font-size:13px;line-height:38px;}
.layerAutoPaymentFailed .closeCheck {padding-left:20px;border-top:1px solid #E5E5E5;}


/* 푸터 패밀리사이트 */
.layer.familysiteMenu {width:144px;top:27px !important;right:0;}


/* In App 자동결제 이용권 해지 안내 */
.layerInAppRevocationInfo {width:560px;}
.layerInAppRevocationInfo .innerScroll {position:relative;overflow:scroll;overflow-x:hidden;height:450px;margin-top:14px;}
.layerInAppRevocationInfo dl {padding-right:14px;padding-left:14px;}
.layerInAppRevocationInfo dt {margin-bottom:14px;}
.layerInAppRevocationInfo dd {padding-bottom:40px;line-height:18px;font-size:12px;color:#757271;}
.layerInAppRevocationInfo dd img {display:block;margin:0 auto 14px;}
.layerInAppRevocationInfo dd em {color:#ff3d33;}
.layerInAppRevocationInfo .btns .btnNormal {height:28px;}


/* 프리미엄 쿠폰 안내 */
.layerPremiumCoupon {top:23px;left:0;margin-top:9px;width:308px}
.layerPremiumCoupon em {color:#ff3d33}
.layerPremiumCoupon .layerTap {position:absolute;top:-8px;left:28px;height:9px;width:15px;background:url(http://file.bugsm.co.kr/wbugs/common/sprite_common_layer.png) no-repeat 0 0}
	.msie7 .layerPremiumCoupon .layerContents {padding-top:10px;}
.layerPremiumCoupon .layerContents {margin:10px auto;padding-bottom:5px;width:286px;font-size:12px;color:#757271;}
.layerPremiumCoupon .layerContents img {display:block;}
	.msie7 .layerPremiumCoupon .layerContents li {line-height:18px;}
.layerPremiumCoupon h1 {margin-bottom:10px;font-weight:normal;color:#3a3635;}
.layerPremiumCoupon .desc {padding-bottom:7px;line-height:18px;}
.layerPremiumCoupon .sale {padding-bottom:16px;}
.layerPremiumCoupon .sale button {display:block;margin-top:10px;padding-left:0;padding-right:0;height:28px;width:286px;}
.layerPremiumCoupon .sale + .couponInfo {margin-top:-11px;}
.layerPremiumCoupon .couponInfo {margin-bottom:10px;padding-bottom:5px;border-bottom:1px solid #e5e5e5}
.layerPremiumCoupon .couponInfo li {padding-bottom:5px;line-height:18px;}
.layerPremiumCoupon .couponInfo li strong {font-weight:normal;color:#FF564C}
.layerPremiumCoupon .couponInfo li span {color:#999}
.layerPremiumCoupon .guide > strong {display:inline-block;margin-bottom:10px;font-weight:normal;color:#3A3635;}
.layerPremiumCoupon .guide {color:#999}
.layerPremiumCoupon .guide ul > li {position:relative;padding-left:7px;line-height:18px;word-break:keep-all}
.layerPremiumCoupon .guide .bu {position:absolute;top:7px;left:0;height:2px;width:2px;background-color:#999}
.layerPremiumCoupon .guide ol {margin-left:18px}
.layerPremiumCoupon .guide ol li {list-style:decimal;word-break:keep-all}
.layerPremiumCoupon .link {display:inline-block;margin:13px 0 0 6px;padding-right:10px;color:#999;background:url(http://file.bugsm.co.kr/wbugs/common/bu_arrow_right_5x7.png) no-repeat 100% 3px;}
.layerPremiumCoupon .btnClose {top:0;right:0;}
.layerPremiumCoupon .layerContents > .banner {min-height:70px;margin-bottom:10px}


/* 벅스 성인인증. 본인인증 */
.layerCertification {width:458px;}
.layerCertification .btns button {height:28px;}
	.msie7 .layerCertification .btns button {margin:0 2px;}
.layerCertification .desc {padding-top:21px;padding-bottom:19px;border-bottom:1px solid #e5e5e5;}
.layerCertification .desc .text {margin-left:20px;color:#757271;line-height:24px;}
.layerCertification .desc .text span {}
.layerCertification .desc .text .more {display:block;padding-right:10px;width:62px;color:#999;background:url(http://file.bugsm.co.kr/wbugs/common/bu_arrow_right_5x7.png) no-repeat 100% 7px;}
	.msie7 .layerCertification .desc .text .more {width:70px;background-position:100% 9px;}
.layerCertification .desc.adult {background:url(http://file.bugsm.co.kr/wbugs/membership/i_adult.png) no-repeat 20px 20px;}
.layerCertification .desc.adult .text {margin-left:110px;padding-right:20px;}
.layerCertification .inputCertInfo {margin-top:20px;}
.layerCertification .inputCertInfo fieldset {margin-left:20px;}
.layerCertification .inputCertInfo fieldset ul {padding-bottom:17px;}
.layerCertification .inputCertInfo fieldset li {position:relative;margin-bottom:6px;height:36px;}
.layerCertification .inputCertInfo fieldset li label {line-height:36px;color:#757271;}
.layerCertification .inputCertInfo fieldset li .inputarea {position:absolute;top:0;left:91px;display:block;width:322px;}
.layerCertification .inputCertInfo fieldset li .inputarea * {font-size:13px;color:#3a3635;}
.layerCertification .inputCertInfo fieldset li .inputarea select {padding:9px 5px 8px 10px}
.layerCertification .inputCertInfo fieldset li .inputarea span {display:inline-block;width:14px;text-align:center;}
	.msie7 .layerCertification .inputCertInfo fieldset li .inputarea span {margin-left:-1px;margin-right:-1px;}
.layerCertification .inputCertInfo fieldset li .inputarea .radio {margin-top:-3px;margin-right:3px;*margin-right:2px;vertical-align:middle;}
.layerCertification .inputCertInfo fieldset li .inputarea label {display:inline-block;width:53px;font-size:13px;color:#3a3635;vertical-align:middle;}
.layerCertification .inputCertInfo fieldset li.inputName input {width:300px;}
.layerCertification .inputCertInfo fieldset li.inputPhoneNum select {width:94px;min-width:auto;}
	.msie7 .layerCertification .inputCertInfo fieldset li.inputPhoneNum select , 
	.msie8 .layerCertification .inputCertInfo fieldset li.inputPhoneNum select {width:93px;}
.layerCertification .inputCertInfo fieldset li.inputPhoneNum input {width:72px;}
.layerCertification .inputCertInfo fieldset li.inputBirth select {width:93px;margin-right:3px;}
.layerCertification .inputCertInfo fieldset li.inputBirth select.year {width:122px;}
.layerCertification .inputCertInfo fieldset li.inputBirth select.day {margin-right:0;}
.layerCertification .inputCertInfo fieldset li.inputCompany .inputarea ,
.layerCertification .inputCertInfo fieldset li.inputGender .inputarea ,
.layerCertification .inputCertInfo fieldset li.inputNational .inputarea {top:1px;}
.layerCertification .inputCertInfo fieldset li.inputCompany label {width:auto;margin-right:15px;}
.layerCertification .inputCertInfo fieldset .agreeChk {padding-bottom:15px;}
.layerCertification .inputCertInfo fieldset .agreeChk input {display:inline-block;margin-right:4px;width:14px;height:14px;vertical-align:top;}
.layerCertification .inputCertInfo fieldset .agreeChk label {vertical-align:top;}
.layerCertification .inputCertInfo fieldset .agreeChk label a {text-decoration:underline;}

.layerCertification .inputCertNumber fieldset {margin-left:20px;}
.layerCertification .inputCertNumber .inputCertMessage {display:block;padding:15px 20px 12px;margin-bottom:20px;font-weight:normal;color:#ff3d33;border-bottom:1px solid #e5e5e5;background-color:#f2f3f7;}
.layerCertification .inputCertNumber fieldset .inputNum {position:relative;padding-bottom:57px;margin-bottom:6px;height:36px;}
.layerCertification .inputCertNumber fieldset .inputNum label {line-height:36px;color:#757271;}
.layerCertification .inputCertNumber fieldset .inputNum .inputarea {position:absolute;top:0;left:91px;display:block;width:322px;font-size:13px;color:#3a3635;}
.layerCertification .inputCertNumber fieldset .inputNum .inputarea input {width:300px;}
.layerCertification .inputCertNumber fieldset .inputNum .inputarea span {display:block;padding-top:11px;color:#757271;}
.layerCertification .inputCertNumber fieldset .inputNum .inputarea span em {color:#3a3635;}
.layerCertification .inputCertNumber fieldset .recheck {padding-bottom:15px;color:#757271;}
.layerCertification .inputCertNumber fieldset .recheck a {color:#3a3635;text-decoration:underline;}


/* 벅스 성인인증. 본인인증 - player용 */
.player.layerCertification .layerContents {padding-bottom:11px;}
.player.layerCertification {width:346px;}
.player.layerCertification .layer-title {display:block;position:relative;height:33px;width:100%;border-bottom:1px solid #e5e5e5;}
.player.layerCertification .layer-title > h1 {padding:0 14px;font-size:13px;font-weight:400;color:#3a3635;line-height:33px;}
.player.layerCertification > .btnClose {display:block;position:absolute;top:2px;right:4px;cursor:pointer;height:30px;width:30px;background-image:url(http://file.bugsm.co.kr/wbugs/common/sprite_common_list.png);background-position:-90px -60px;z-index:1000;}
.player.layerCertification .btns button {height:28px;}
.player.layerCertification .desc {padding-top:13px;padding-bottom:7px;border-bottom:1px solid #e5e5e5;}
.player.layerCertification .desc .text {margin-left:14px;/*margin-right:14px;*/font-size:12px;color:#757271;line-height:24px;}
.player.layerCertification .desc .text .more {display:inline-block;padding-right:10px;color:#999;background:url(http://file.bugsm.co.kr/wbugs/common/bu_arrow_right_5x7.png) no-repeat 100% 7px;}
.player.layerCertification .desc.adult {background:url(http://file.bugsm.co.kr/wbugs/membership/i_adult.png) no-repeat 14px 15px;background-size:42px auto;}
.player.layerCertification .desc.adult .text {margin-left:70px;width:262px;font-size:12px;line-height:20px;}
.player.layerCertification .inputCertInfo {margin-top:14px;}
.player.layerCertification .inputCertInfo fieldset {margin-left:14px;}
.player.layerCertification .inputCertInfo fieldset ul {padding-bottom:17px;}
.player.layerCertification .inputCertInfo fieldset li {position:relative;margin-bottom:6px;height:36px;}
.player.layerCertification .inputCertInfo fieldset li label {line-height:36px;color:#757271;}
.player.layerCertification .inputCertInfo fieldset li .inputarea {position:absolute;top:0;left:71px;display:block;width:247px;}
.player.layerCertification .inputCertInfo fieldset li .inputarea * {font-size:13px;color:#3a3635;}
.player.layerCertification .inputCertInfo fieldset li .inputarea select {padding:9px 5px 8px 10px}
.player.layerCertification .inputCertInfo fieldset li .inputarea span {display:inline-block;width:14px;text-align:center;}
.player.layerCertification .inputCertInfo fieldset li .inputarea .radio {margin-top:-3px;margin-right:3px;*margin-right:2px;vertical-align:middle;}
.player.layerCertification .inputCertInfo fieldset li .inputarea label {display:inline-block;width:53px;font-size:13px;color:#3a3635;vertical-align:middle;}
.player.layerCertification .inputCertInfo fieldset li.inputName input {width:225px;}
.player.layerCertification .inputCertInfo fieldset li.inputPhoneNum select {min-width:75px;width:55px;}
.player.layerCertification .inputCertInfo fieldset li.inputPhoneNum input {width:44px;}
.player.layerCertification .inputCertInfo fieldset li.inputBirth select {width:64px;min-width:72px;margin-right:3px;}
.player.layerCertification .inputCertInfo fieldset li.inputBirth select.year {width:91px;}
.player.layerCertification .inputCertInfo fieldset li.inputBirth select.day {margin-right:0;}
.player.layerCertification .inputCertInfo fieldset li.inputCompany .inputarea ,
.player.layerCertification .inputCertInfo fieldset li.inputGender .inputarea ,
.player.layerCertification .inputCertInfo fieldset li.inputNational .inputarea {top:1px;}
.player.layerCertification .inputCertInfo fieldset li.inputCompany label {width:auto;margin-right:15px;}
.player.layerCertification .inputCertInfo fieldset .agreeChk {padding-bottom:15px;}
.player.layerCertification .inputCertInfo fieldset .agreeChk input {display:inline-block;margin-right:4px;width:14px;height:14px;vertical-align:top;}
.player.layerCertification .inputCertInfo fieldset .agreeChk label {vertical-align:top;}
.player.layerCertification .inputCertInfo fieldset .agreeChk label a {text-decoration:underline;}

.player.layerCertification .inputCertNumber fieldset {margin-left:14px;}
.player.layerCertification .inputCertNumber .inputCertMessage {display:block;padding:15px 14px 12px;margin-bottom:20px;font-weight:normal;color:#ff3d33;border-bottom:1px solid #e5e5e5;background-color:#f2f3f7;}
.player.layerCertification .inputCertNumber fieldset .inputNum {position:relative;padding-bottom:57px;margin-bottom:6px;height:36px;}
.player.layerCertification .inputCertNumber fieldset .inputNum label {line-height:36px;color:#757271;}
.player.layerCertification .inputCertNumber fieldset .inputNum .inputarea {position:absolute;top:0;left:71px;display:block;width:247px;font-size:13px;color:#3a3635;}
.player.layerCertification .inputCertNumber fieldset .inputNum .inputarea input {width:225px;}
.player.layerCertification .inputCertNumber fieldset .inputNum .inputarea span {display:block;padding-top:11px;color:#757271;}
.player.layerCertification .inputCertNumber fieldset .inputNum .inputarea span em {color:#3a3635;}
.player.layerCertification .inputCertNumber fieldset .recheck {padding-bottom:15px;color:#757271;}
.player.layerCertification .inputCertNumber fieldset .recheck a {color:#3a3635;text-decoration:underline;}

/* 동영상 코드 입력 */
.layerMovInputCode {width:308px;}
.layerMovInputCode .layerContents {width:270px;margin:15px auto 0;padding-bottom:15px;}
.layerMovInputCode .message {padding-bottom:14px;line-height:24px;color:#757271}
.layerMovInputCode .inputCode {width:248px;height:70px;}
.layerMovInputCode .btns {padding-top:6px;}
.layerMovInputCode .btns button {height:28px;}


/* 벅스 한마디 운영 원칙 */
.layerCommentRule {width:453px;}
.layerCommentRule .layerContents {width:410px;margin:20px auto 0;}
.layerCommentRule .contBox h2 {margin-bottom:14px;color:#3a3635;}
.layerCommentRule .contBox .desc {padding-bottom:23px;color:#757271;line-height:24px;}
	.msie7 .layerCommentRule .contBox .desc {letter-spacing:-1px;}
.layerCommentRule .contBox .desc a {color:#3a3635;text-decoration:underline;}
.layerCommentRule .contBox dl {padding-bottom:25px;border-bottom:1px solid #ededed;}
.layerCommentRule .contBox dt,
.layerCommentRule .contBox dd {font-size:12px;line-height:22px;color:#999;}
.layerCommentRule .contBox .btmdesc {margin-bottom:-2px;padding-top:29px;font-size:12px;color:#757271;text-align:center;}
.layerCommentRule .btns button {height:28px;}


/* 로딩 */
.layerLoading {width:346px;}
.layerLoading .layerContents {padding-bottom:23px;}
.layerLoading .layerContents div.loadingDiv {padding:30px 0 5px;color:#757271;text-align:center;}
.layerLoading .layerContents div div.loadingImg {display:block;height:40px;width:50px;margin:0 auto 20px;background:url('http://file.bugsm.co.kr/wbugs/common/sprite_loading.png') no-repeat}

/*레이블선택*/
.layer.layer-select.scLabel .list-layer-select li > a {min-width:141px;padding:0 15px 0 14px;font-size:15px;}

/*이용권변경예약*/
.layerChangeBooking {width:530px;}
.layerChangeBooking .layerContArea {padding:20px 20px 0 20px;}
.layerChangeBooking .ticketlist {margin-bottom:22px;border:1px solid #e5e5e5;}
.layerChangeBooking .ticketlist dt {padding-left:19px;font-size:15px;color:#3a3635;line-height:49px;background-color:#f8f9fb;}
.layerChangeBooking .ticketlist dd {position:relative;border-top:1px solid #e5e5e5;}
.layerChangeBooking .ticketlist dd input {position:absolute;top:50%;left:20px;margin-top:-7px;}
.layerChangeBooking .ticketlist dd label {display:block;height:40px;}
.layerChangeBooking .ticketlist dd label span {display:block;line-height:40px;color:#3a3635;}
.layerChangeBooking .ticketlist dd label span.title {float:left;padding-left:48px;}
.layerChangeBooking .ticketlist dd label span.price {float:right;padding-right:20px;text-align:right;}
.layerChangeBooking .notice {padding-left:10px;}
.layerChangeBooking .notice dt {font-size:15px;padding-bottom:11px;}
.layerChangeBooking .notice dd {position:relative;padding:0 0 6px 12px;;font-size:12px;color:#757271;}
.layerChangeBooking .notice dd .icon {display:block;position:absolute;top:4px;left:0;height:2px;width:2px;background-color:#838180;}
.layerChangeBooking .btns .btnNormal {font-size:15px;width:168px;height:48px;line-height:48px;}

.layer.alertChangeBooking .layerContents em {color:#FF564C;}

/*구매유도 타겟 프로모션*/
.layerPromotionTargeting {padding:8px 8px 0 8px;border-color:#919295;}
.layerPromotionTargeting .contents {position:relative;width:440px;height:420px;overflow:hidden;}
.layerPromotionTargeting .contents .userID {position:absolute;top:83px;left:0;display:block;width:440px;text-align:center;color:#333;font-size:16px;}
.layerPromotionTargeting .contents a {position:absolute;top:299px;left:49px;display:block;width:340px;height:48px;background:url('http://file.bugsm.co.kr/nbugs/common/i_blank.gif');}
.layerPromotionTargeting.typeA .contents {background:url('http://file.bugsm.co.kr/wbugs/banner/promotion/shortTerm/2015/201510Targeting/bn_targetingTypeAV20151105.png') no-repeat}
.layerPromotionTargeting.typeB .contents {background:url('http://file.bugsm.co.kr/wbugs/banner/promotion/shortTerm/2015/201510Targeting/bn_targetingTypeBV20151105.png') no-repeat}
.layerPromotionTargeting.typeB2 .contents {background:url('http://file.bugsm.co.kr/wbugs/banner/promotion/shortTerm/2015/201510Targeting/bn_targetingTypeB2V20151105.png') no-repeat}
.layerPromotionTargeting.typeC .contents {background:url('http://file.bugsm.co.kr/wbugs/banner/promotion/shortTerm/2015/201510Targeting/bn_targetingTypeCV20151105.png') no-repeat}
.layerPromotionTargeting .contents ul {position:absolute;left:23px;}
.layerPromotionTargeting .contents li {position:relative;padding-left:7px;font-size:12px;color:#999;line-height:18px;}
	.msie7 .layerPromotionTargeting .contents li {letter-spacing:-1px;}
.layerPromotionTargeting .contents li .bu {position:absolute;top:5px;left:0;display:block;width:2px;height:2px;background:#898686;}
.layerPromotionTargeting.typeA .contents ul {top:355px;}
.layerPromotionTargeting.typeB .contents ul,
.layerPromotionTargeting.typeB2 .contents ul {top:365px;}
.layerPromotionTargeting.typeC .contents ul {top:360px;}

.layerPromotionTargeting.typeComicoA .userID ,
.layerPromotionTargeting.typeComicoB .userID ,
.layerPromotionTargeting.typeComicoC .userID {top:74px}
.layerPromotionTargeting.typeComicoA .contents ul ,
.layerPromotionTargeting.typeComicoB .contents ul ,
.layerPromotionTargeting.typeComicoC .contents ul {top:358px;}
.layerPromotionTargeting.typeComicoA .contents {background:url('http://file.bugsm.co.kr/wbugs/banner/promotion/shortTerm/2015/201510Targeting/bn_targetingComicoTypeA.png') no-repeat}
.layerPromotionTargeting.typeComicoB .contents {background:url('http://file.bugsm.co.kr/wbugs/banner/promotion/shortTerm/2015/201510Targeting/bn_targetingComicoTypeB.png') no-repeat}
.layerPromotionTargeting.typeComicoC .contents {background:url('http://file.bugsm.co.kr/wbugs/banner/promotion/shortTerm/2015/201510Targeting/bn_targetingComicoTypeC.png') no-repeat}

/*개인정보 수집 이용 동의*/
.layerAgreeUserInfo {width:346px}
.layerAgreeUserInfo .layer-title {overflow:hidden;height:33px}
.layerAgreeUserInfo .layer-title > h1 {padding:0 14px;font-size:13px;line-height:34px}
.layerAgreeUserInfo .layerContents {padding:0 14px 14px}
.layerAgreeUserInfo ol {list-style:decimal;padding:15px 0 10px 15px}
.layerAgreeUserInfo li {font-size:13px;color:#757271;line-height:24px}
.layerAgreeUserInfo .btnClose {top:1px;right:0}

/* 201511 이용권 관리 - 프로모션 이용권 타겟지급 탭 레이어 */
.layerTapTicketTip {top:23px;left:0;margin-top:9px;width:308px}
.layerTapTicketTip em {color:#ff3d33}
.layerTapTicketTip .layerTap {position:absolute;top:-8px;left:28px;height:9px;width:15px;background:url(http://file.bugsm.co.kr/wbugs/common/sprite_common_layer.png) no-repeat 0 0}
.layerTapTicketTip .layerTap.left {top:30px;left:-8px;height:15px;width:8px;background-position:-30px 0}
.layerTapTicketTip .layerContents {margin:10px auto;padding-bottom:5px;width:286px;color:#757271;}
	.msie7 .layerTapTicketTip .layerContents {padding-top:10px;}
.layerTapTicketTip h1 {margin-bottom:10px;font-weight:normal;color:#3a3635;}
.layerTapTicketTip .ticketInfo {padding:15px 0;color:#303030;line-height:18px;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}
.layerTapTicketTip .ticketInfo del {font-size:12px;color:#999}
.layerTapTicketTip .ticketInfo .icon.coin {display:inline-block;height:15px;width:15px;margin:0 4px;vertical-align:top;background:url('http://file.bugsm.co.kr/wbugs/banner/promotion/shortTerm/2015/201510Targeting/icon_comicoCoin.png') no-repeat 100% 50%}
.layerTapTicketTip .guide {padding-top:10px;color:#999;font-size:12px;line-height:16px;word-break:keep-all}
.layerTapTicketTip .guide ul {padding-left:4px}
.layerTapTicketTip .guide li {position:relative;padding-left:8px}
.layerTapTicketTip .guide .bu {position:absolute;top:6px;left:0;height:1px;width:4px;background-color:#999}
.layerTapTicketTip .link {display:inline-block;padding-right:10px;color:#999;background:url(http://file.bugsm.co.kr/wbugs/common/bu_arrow_right_5x7.png) no-repeat 100% 4px;}
.layerTapTicketTip .btnClose {top:0;right:0;}
.layerTapTicketTip .btnNormal.exception {color:#fff;border:1px solid #b7b7b7;background-color:#b7b7b7!important}
.layerTapTicketTip .btnNormal.exception:hover {border:1px solid #aeaeae;background-color:#aeaeae!important}
	.msie7 .layerTapTicketTip .btnNormal {margin:0 2px}
	
/* 201511 우수고객 코미코쿠폰 제공 */
.layerTapTicketTip.vipComicoFreeCoupon {top:-30px;left:100px;margin-top:0}
.layerTapTicketTip.vipComicoFreeCoupon .ticketInfo {padding-top:10px}
.layerTapTicketTip.vipComicoFreeCoupon .ticketInfo strong {display:block;height:29px;width:259px;margin-bottom:5px;text-indent:-1000em;background:url('http://file.bugsm.co.kr/wbugs/banner/promotion/shortTerm/2015/201510Targeting/img_vipComicoFreeCoupon@pc.png') no-repeat 0 0}
.layerTapTicketTip.vipComicoFreeCoupon .ticketInfo small {font-size:12px;color:#999}
.layerTapTicketTip.vipComicoFreeCoupon .guide {color:#999}
.layerTapTicketTip.vipComicoFreeCoupon .guide > li {position:relative;padding-left:7px;line-height:18px;word-break:keep-all}
.layerTapTicketTip.vipComicoFreeCoupon .guide li > strong {display:inline-block;font-weight:normal;color:#3A3635;}
.layerTapTicketTip.vipComicoFreeCoupon .guide .bu {position:absolute;top:7px;left:0;height:2px;width:2px;background-color:#999}
.layerTapTicketTip.vipComicoFreeCoupon .guide ol {margin-left:18px}
.layerTapTicketTip.vipComicoFreeCoupon .guide ol li {list-style:decimal;padding-left:0;word-break:keep-all}

/*니나노클럽*/
.layerPromotionNinanoClub {padding:8px 8px 0 8px;border-color:#919295;}
.layerPromotionNinanoClub .contents {position:relative;width:440px;height:300px;overflow:hidden;background:url('http://file.bugsm.co.kr/wbugs/banner/promotion/longTerm/ninanoClub/bn_ninanoClub.png') no-repeat}
.layerPromotionNinanoClub .contents .userID {position:absolute;top:30px;left:50%;display:block;width:350px;margin-left:-175px;text-align:center;color:#fff;font-weight:100;font-size:17px;}
.layerPromotionNinanoClub .contents .userID strong {display:inline-block;color:#d1eaff;font-weight:100;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;}
.layerPromotionNinanoClub .contents a {position:absolute;top:232px;left:50px;display:block;width:340px;height:51px;background:url('http://file.bugsm.co.kr/nbugs/common/i_blank.gif');}
.layer.layerPromotionNinanoClub > .btnClose {top:314px}

.layerNinanoClub {background-color:#fff;border:4px solid #000;box-shadow:none;}
.layerNinanoClub .layerContents {padding-bottom:34px;}
.layerNinanoClub .btns {margin-top:33px;}
.layerNinanoClub .btns .button {display:block;width:96px;height:50px;margin:0 auto;text-indent:-10000em;background:url('http://file.bugsm.co.kr/wbugs/promotion/longTerm/2015/ninanoClub/web/sprite_layerMessageV20160527.png') 0 -556px no-repeat;}
.layerNinanoClub .message {text-indent:-10000em;background-image:url('http://file.bugsm.co.kr/wbugs/promotion/longTerm/2015/ninanoClub/web/sprite_layerMessageV20160527.png');background-repeat:no-repeat;}
.layerNinanoClub .btnClose {top:12px;right:12px;background:url('http://file.bugsm.co.kr/wbugs/promotion/longTerm/2015/ninanoClub/web/sprite_layerMessageV20160527.png') 3px -499px no-repeat;}

.layerNinanoClub.notice {width:522px;padding-top:43px;}
.layerNinanoClub.notice .message {width:468px;height:225px;margin:0 auto;background-position:0 -1018px;}
.layerNinanoClub.notice .btns .button {display:block;width:117px;height:50px;margin:0 auto;text-indent:-10000em;background-position:-126px -556px;}
.layerNinanoClub.member {width:442px;padding-top:43px;}
.layerNinanoClub.member .message {width:292px;height:109px;margin:0 auto;background-position:0 -224px;}
.layerNinanoClub.memberError {width:482px;padding-top:43px;}
.layerNinanoClub.memberError .message {width:404px;height:109px;margin:0 auto;background-position:0 -363px;}
.layerNinanoClub.ticketError {width:482px;padding-top:43px;}
.layerNinanoClub.ticketError .message {width:390px;height:97px;margin:0 auto;background-position:0 -636px;}
.layerNinanoClub.noticeApply {width:522px;padding-top:43px;}
.layerNinanoClub.noticeApply .message {width:463px;margin:0 auto;text-indent:0;background:none;}
.layerNinanoClub.noticeApply h2 , 
.layerNinanoClub.noticeApply ul , 
.layerNinanoClub.noticeApply .inputarea button ,
.layerNinanoClub.noticeApply .chk label {text-indent:-10000em;background-image:url('http://file.bugsm.co.kr/wbugs/promotion/longTerm/2015/ninanoClub/web/sprite_layerMessageV20160202.png');background-repeat:no-repeat;}
.layerNinanoClub.noticeApply h2 {height:33px;margin-bottom:24px;background-position:0 -763px;}
.layerNinanoClub.noticeApply ul {height:120px;background-position:0 -873px;}
.layerNinanoClub.noticeApply .inputarea {margin-bottom:16px;overflow:hidden;}
.layerNinanoClub.noticeApply .inputarea input {float:left;width:314px;height:47px;color:#747474;border-radius:0;background-color:#f2f2f2;}
.layerNinanoClub.noticeApply .inputarea button {float:right;display:block;width:116px;height:50px;text-indent:-10000em;background-position:-272px -556px;}
.layerNinanoClub.noticeApply .chk {position:relative;display:block;margin-bottom:22px;}
.layerNinanoClub.noticeApply .chk label {position:relative;display:block;height:17px;width:300px;background-position:22px -826px;}
.layerNinanoClub.noticeApply .chk input {position:absolute;top:1px;left:0;z-index:10;}

.layerNinanoTargeting .contents {margin:8px 8px 0 8px;}
.layerNinanoTargeting .closeCheck {padding-left:14px;}

.layerNinanoTargeting .ninanoBasic {position:relative;width:440px;}
.layerNinanoTargeting .ninanoBasic h1 {width:440px;height:148px;font-size:0;line-height:0;text-indent:-10000em;background:url('http://file.bugsm.co.kr/wbugs/banner/promotion/longTerm/ninanoClub/sprite_ninanoClubV20160705.png') 0 0 no-repeat;}
.layerNinanoTargeting .ninanoBasic ul {margin:0 0 16px 1px;overflow:hidden;}
.layerNinanoTargeting .ninanoBasic li {float:left;width:146px;height:75px;text-align:center;}
.layerNinanoTargeting .ninanoBasic li > strong {display:block;height:20px;margin:8px auto;font-size:0;line-height:0;text-indent:-10000em;background-image:url('http://file.bugsm.co.kr/wbugs/banner/promotion/longTerm/ninanoClub/sprite_ninanoClubV20160705.png');background-repeat:no-repeat;}
.layerNinanoTargeting .ninanoBasic li.bugs strong {width:43px;background-position:0 -170px;}
.layerNinanoTargeting .ninanoBasic li.ticketlink strong {width:50px;background-position:-100px -170px;}
.layerNinanoTargeting .ninanoBasic li.lounge strong {width:61px;background-position:-200px -170px;}
.layerNinanoTargeting .ninanoBasic li > p {font-size:14px;color:#000;line-height:135%;}
	.msie7 .layerNinanoTargeting .ninanoBasic li > p {letter-spacing:-1px;}
.layerNinanoTargeting .ninanoBasic li.ticketlink {width:145px;border-left:1px solid #ccc;border-right:1px solid #ccc;}
.layerNinanoTargeting .ninanoBasic .btns {position:relative;padding-bottom:18px;}
.layerNinanoTargeting .ninanoBasic .btns button {display:block;width:244px;height:42px;margin:0 auto;font-size:0;line-height:0;text-indent:-10000em;background:url('http://file.bugsm.co.kr/wbugs/banner/promotion/longTerm/ninanoClub/sprite_ninanoClubV20160705.png') 0 -210px no-repeat;}
.layerNinanoTargeting .ninanoBasic .mask {opacity:0.2}
.layerNinanoTargeting .btnClose {right:8px;}
	.msie7 .layerNinanoTargeting {padding-top:8px;}

/* 벅스 앱가드 - 홍보성 ~~동의 */
.layerBugsAgree {width:438px;}
.layerBugsAgree .layerContents .rules {overflow:hidden;overflow-y:auto;max-height:150px;padding:13px 20px 11px;font-size:13px;color:#757271;line-height:28px;}

/* 웹플레이어 설정 */
.playerSetting .layerContents h1 {font-weight:normal}
.playerSetting .option label {color:#3a3635 !important}
.playerSetting .option span {margin-top:-2px;}
.playerSetting .sound {padding:13px 0;}
.playerSetting .sound ul {padding-top:17px}
.playerSetting .sound li {position:relative;padding-left:7px;font-size:12px;color:#757271;line-height:1.9}
.playerSetting .sound li:before {content:'';position:absolute;top:10px;left:0;height:2px;width:2px;margin-top:-1px;background-color:#bab8b8}
.playerSetting .play,
.playerSetting .playlist {padding:19px 0;border-top:1px solid #e5e5e5}
.playerSetting .play {padding-bottom:0;}
.playerSetting .play .message {padding-top:7px !important;margin-bottom:-4px;}

/*뮤직피디 추천매장*/
.layerRecomStore {width:690px;}
.layerRecomStore .innerScroll {max-height:445px;}
.layerRecomStore .contents {position:relative;width:650px;margin:0 auto;padding-top:20px;}
.layerRecomStore .contents .txt {color:#757271;}
.layerRecomStore .contents .txt .icon {display:inline-block;height:2px;width:2px;margin-right:5px;margin-top:-3px;vertical-align:middle;background-color:#999;}
.layerRecomStore .contents ul {padding-top:35px;}
.layerRecomStore .contents li {float:left;width:162px;height:347px;}
	.msie7 .layerRecomStore .contents li {height:320px;}
.layerRecomStore .contents li dt {height:27px;font-weight:bold;color:#3a3635;border-bottom:1px solid #e5e5e5;}
.layerRecomStore .contents li dd {margin-top:15px;margin-bottom:1px;color:#757271;}
.layerRecomStore .contents li dd input {margin-right:8px;}
	.msie7 .layerRecomStore .contents li dd input {margin-right:4px;}

.layerRecomStore .contents li.line2 {height:378px;}
	.msie7 .layerRecomStore .contents li.line2 {height:360px;}
.layerRecomStore .contents li.line3 {height:230px;}
.layerRecomStore .contents li.category11 {width:324px;}
.layerRecomStore .btns button {margin:0 2px;}

/*뮤직피디 태그자동완성*/
.layer.layerAutoResult .innerScroll {overflow:auto;overflow-x:hidden;min-width:200px;max-height:170px;}
.layer.layerAutoResult li mark {color:#FF3D33;}
