.woowBox_MasonryPopUpBodyChildecCollapse {
	height: 0 !important;
	overflow: hidden !important;
}

.woowBox_MasonryPopUpActive {
	height: auto !important;
	overflow: auto !important;
}

.woowBox_MasonryPopUpActive body {
	position: static !important;
}

.woowBox_PhotoBlog_hints {
	position: absolute;
	display: inline-block;
	padding: 5px 10px;
	font-size: 12px;
	line-height: normal;
	background-color: rgba(0, 0, 0, .8);
	color: white;
	transform: translateY(-100%);
	border-radius: 2px;
	transition: .4s;
}

/******************************** Collection Item Info Holder ****************/
.woowBox_MasonryColectionItemInfoMenu {
}

.woowBox_MasonryColectionItemInfoMenu .itemsButtons {
	position: relative;
	padding: 9px;
	width: 38px;
	height: 38px;
	margin: 5px 0px 0px 0px;
	cursor: pointer;
	float: left;
	/*background-color: rgba(0, 0, 0, 0.4);*/
	transition: background-color .2s, transform .4s ease-out;
	border-radius: 2px;
	box-sizing: border-box !important;
}

.woowBox_MasonryColectionItemInfoMenu .itemsButtons svg {
	width: 100%;
	height: 100%;
	transition: fill .2s, transform .4s ease-out;
	vertical-align: initial !important;
}

/******************************** Collection Main View *************************/
.woowBox_MasonryColection {
	position: relative;
	overflow: hidden;
}

.woowBox_MasonryColection .collectionColumn {
	position: relative;
	float: left;
}

.woowBox_MasonryColection .woowBox_CollectionItem {
	position: relative;
}

.woowBox_MasonryColection .woowBox_CollectionItem img {
	will-change: opacity;
	transition: opacity .4s;
	opacity: 0;
	display: block;
}

.woowBox_MasonryColection .woowBox_CollectionItem .woowBox_ItemHover {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .7) 0, transparent 40%, transparent 60%, rgba(0, 0, 0, .7));
	opacity: 0.01;
	transition: all .15s ease-in-out;
	cursor: zoom-in;
}

.woowBox_MasonryColection .woowBox_CollectionItem .woowBox_ItemInfoWrapTop {
	position: absolute;
	top: 15px;
	right: 20px;
	display: inline-block;
}

.woowBox_MasonryColection .woowBox_CollectionItem .woowBox_ItemInfoWrapBottom {
	position: absolute;
	bottom: 15px;
	left: 15px;
	right: 15px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	color: white;
	text-shadow: rgba(0, 0, 0, 0.347059) 0px 0px 7px;
}

/******************************** Masonry Preloader *************************/
.woowBox_MasonryPreloader {
	min-height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	z-index: 100;
}

@keyframes spinner {
	0% { transform: rotate(-360deg); }
	100% { transform: rotate(0deg); }
}

@keyframes _spinner {
	to {
		transform: rotate(-1440deg);
	}
}

.woowBox_MasonryPreloader .c-spinner {
	/*animation: 2s _spinner ease-in-out infinite alternate;*/
	animation: 1s spinner linear infinite;
}

@keyframes gmFadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/******************************** Masonry CollectionSlider View ********************/
.woowBox_MasonryColectionSlider * {
	box-sizing: border-box !important;
}

.woowBox_MasonryColectionSlider svg {
	vertical-align: baseline !important;
}

.woowBox_MasonryColectionSlider {
	position: fixed;
	z-index: 99999;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-text-size-adjust: 100%;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease, visibility .4s ease
}

.woowBox_MasonryColectionSliderActivate {
	pointer-events: auto;
	visibility: visible;
	opacity: 1;
}

.woowBox_MasonryColectionSlider .woowBox_SliderBg {
	width: 100%;
	height: 100%;
	transform: translateZ(0);
}

.woowBox_MasonryColectionSlider .woowBox_MasonrySlidesWrap {
	position: absolute;
	will-change: transform;
	width: 100%;
	top: 0;
	bottom: 0;
}

.woowBox_MasonryColectionSlider .miniScreen {
	margin-top: 0px;
	margin-bottom: 0px;
}

.woowBox_MasonrySlidesWrap .woowBox_MasonrySliderPage {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.woowBox_MasonrySlidesWrap .woowBox_MasonrySliderPage .woowBox_MasonryItemPage {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}

.woowBox_MasonrySlidesWrap .woowBox_MasonrySliderPage .woowBox_MasonryItemPage .woowBox_flexe {
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.woowBox_MasonrySlidesWrap .woowBox_MasonrySliderPage .woowBox_MasonryItemPage img {
	position: absolute;
	display: block;
	border: none;
}

.woowBox_MasonryColectionSlider .sliderNextPrevButtons {
	position: absolute;
	width: 50px;
	height: 34px;
	top: 50%;
	margin: 0px 10px;
	cursor: pointer;
	transition: background-color .2s, transform .4s ease-out;
	border-radius: 2px;
}

.woowBox_MasonryColectionSlider .sliderNextPrevButtonsMiniScreen {
	display: none;
}

.woowBox_MasonryColectionSlider .sliderNextPrevButtons svg {
	width: 100%;
	height: 100%;
	vertical-align: initial !important;
}

.woowBox_MasonryColectionSlider .sliderItemsButtons {
	position: relative;
	padding: 9px;
	width: 38px;
	height: 38px;
	margin: 0px 2px 2px 0px;
	cursor: pointer;
	float: left;
	background-color: rgba(0, 0, 0, 0.4);
	transition: background-color .2s, transform .4s ease-out;
	border-radius: 2px;
}

.woowBox_MasonryColectionSlider .sliderItemsButtons svg {
	width: 100%;
	height: 100%;
	transition: fill .2s, transform .4s ease-out;
	vertical-align: initial !important;
}

.woowBox_MasonryColectionSlider .woowBox_NoneTransition {
	transition: none;
}

.woowBox_MasonryColectionSlider .woowBox_MasonrySlidesHeader {
	position: absolute;
	height: auto;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	width: 100%;
	top: 0px;
	transform: translateY(-100%);
	/*will-change: transform;*/
	transition: transform .4s ease-out;
}

.woowBox_MasonryColectionSlider .woowBox_MasonrySlidesHeaderMiniScreen {
	/*background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0),rgba(0, 0, 0, 1));*/
}

.woowBox_MasonryColectionSlider .woowBox_MasonrySlidesHeaderActivate {
	transform: translateY(0);
}

.woowBox_MasonryColectionSlider .woowBox_MasonrySlidesFooter {
	position: absolute;
	width: 100%;
	bottom: 0px;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	transform: translateY(100%);
	/*will-change: transform;*/
	transition: transform .4s ease-out;
}

.woowBox_MasonryColectionSlider .woowBox_MasonrySlidesFooterActivate {
	transform: translateY(0);
}

.woowBox_MasonryColectionSlider .woowBox_InfoBox1 {
	position: relative;
	float: left;
	margin: 10px 20px;
}

.woowBox_MasonryColectionSliderItemTitle {
	text-rendering: auto;
	color: #fff;
	font-size: 36px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 1.2;
	box-sizing: content-box;
	letter-spacing: 0px;
	/*text-transform: capitalize;*/
	margin-bottom: 5px;
}

.woowBox_MasonryColectionSliderItemTitleMiniScreen {
	padding-bottom: 10px;
}

.woowBox_MasonryColectionSliderTermTitle {
}

.woowBox_MasonryColectionSliderTermTitleMiniScreen {
}

/******************************** SLider Modal *************************/
.woowBox_MasonryModal * {
	box-sizing: border-box;
}

.woowBox_MasonryModal {
	position: fixed;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	opacity: 0;
	will-change: opacity;
	transition: opacity .4s;
	text-align: center;
}

.woowBox_MasonryModal .woowBox_flexe {
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.woowBox_MasonryModal .woowBox_MasonryItemShare {
	font-size: 14px;
	line-height: 1.3;
	margin: 0 10px;
	padding-bottom: 10px;
	max-width: 480px;
	min-width: 260px;
	background-color: white;
	border-radius: 2px;
	box-shadow: 0 8px 16px rgba(0, 0, 0, .15);
	vertical-align: middle;
	display: inline-block;
	will-change: transform;
}

.woowBox_MasonryModal .woowBox_MasonryItemShare .woowBox_ItemDescription {
	display: block;
	margin: 0.5em 0 1em 0;
	font-weight: 400;
	font-size: 80%;
	line-height: 1;
}

.woowBox_MasonryItemShare .woowBox_DescriptionWrap .woowBox_ItemTitle {
	display: block;
	font-size: 130%;
	font-weight: 600;
	line-height: 1.3;
}

.woowBox_MasonryModal .woowBox_MasonryItemShare .woowBox_ItemShareButtonWrap {
	position: relative;
	display: inline-block;
	padding: 0px 4px;
	min-width: 130px;
	width: 50%;
	height: 42px;
}

.woowBox_MasonryModal .woowBox_MasonryItemShare .woowBox_ItemShareButtonWrap .woowBox_ItemCopyLink {
	background-color: rgb(250, 250, 250);
	border: solid 1px rgba(0, 0, 0, 0.17);
	width: 100%;
	height: 100%;
	border-radius: 2px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	transition: .4s;
}

.woowBox_MasonryModal .woowBox_MasonryItemShare .woowBox_ItemShareButtonWrap .woowBox_ItemCopyLink svg {
	width: 40px;
	height: 40px;
	padding: 4px;
	float: left;
	transition: fill .4s;
	vertical-align: initial !important;
}

.woowBox_ItemShareButtonWrap .woowBox_ItemCopyLink .woowBox_SH_title {
	position: absolute;
	white-space: nowrap;
	line-height: 41px;
	left: 41px;
	right: 10px;
	overflow: hidden;
	opacity: .7;
	transition: .4s;
}

.woowBox_MasonryModal .woowBox_MasonryItemShare .woowBox_ItemCopyLink:hover {
	box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}

.woowBox_MasonryModal .woowBox_MasonryItemShare .woowBox_ItemCopyLink:hover .woowBox_SH_title {
	opacity: 1;
}

.woowBox_MasonryModal .woowBox_MasonryItemShare .woowBox_ItemShareButton {
	border: 1px solid;
	border-color: rgba(0, 0, 0, 0.18);
	cursor: pointer;
	width: 100%;
	height: 100%;
	border-radius: 2px;
	background-color: rgb(250, 250, 250);
	transition: .4s;
}

.woowBox_MasonryModal .woowBox_MasonryItemShare .woowBox_ItemShareButton:hover {
	box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}

.woowBox_MasonryModal .woowBox_MasonryItemShare .woowBox_ItemShareButton:hover .woowBox_SH_title {
	opacity: 1;
}

.woowBox_MasonryModal .woowBox_MasonryItemShare .woowBox_ItemShareButton svg {
	width: 40px;
	height: 40px;
	float: left;
	vertical-align: initial !important;
}

.woowBox_MasonryModal .woowBox_MasonryItemShare .woowBox_ItemShareButton .woowBox_SH_title {
	white-space: nowrap;
	position: absolute;
	left: 30px;
	right: 0px;
	font-size: 15px;
	font-weight: 400;
	line-height: 41px;
	text-align: center;
	opacity: 0.7;
	transition: opacity .4s;
}

.woowBox_MasonryModal .woowBox_MasonryItemInfoBar {
	font-size: 14px;
	line-height: 1.3;
	margin: 0 10px;
	padding-bottom: 10px;
	max-width: 820px;
	min-width: 260px;
	background-color: white;
	border-radius: 2px;
	box-shadow: 0 8px 16px rgba(0, 0, 0, .15);
	vertical-align: middle;
	display: inline-block;
	will-change: transform;
	box-sizing: border-box !important;
}

.woowBox_MasonryModal .woowBox_MasonryItemInfoBar .woowBox_InfoBarCloseButton, .woowBox_MasonryModal .woowBox_MasonryItemShare .woowBox_InfoBarCloseButton {
	margin: 10px;
	width: 24px;
	height: 24px;
	display: inline-block;
	float: right;
	cursor: pointer;
}

.woowBox_MasonryModal .woowBox_MasonryItemInfoBar .woowBox_InfoBarCloseButton svg, .woowBox_MasonryModal .woowBox_MasonryItemShare .woowBox_InfoBarCloseButton svg {
	width: 100%;
	height: 100%;
	vertical-align: initial !important;
}

.woowBox_MasonryModal .woowBox_MasonryItemInfoBar .woowBox_DescriptionWrap, .woowBox_MasonryModal .woowBox_MasonryItemShare .woowBox_DescriptionWrap {
	min-width: 270px;
	min-height: 44px;
	padding: 10px 20px 0px 20px;
	float: left;
	text-align: left;
}

.woowBox_MasonryModal .woowBox_MasonryItemInfoBar .woowBox_DescriptionWrap {
	float: none;
}

.woowBox_MasonryItemInfoBar .woowBox_DescriptionWrap .woowBox_ItemTitle {
	font-size: 130%;
	font-weight: 600;
	display: block;
}

.woowBox_MasonryItemInfoBar .woowBox_DescriptionWrap .woowBox_ItemDescription {
	font-size: 110%;
	margin-top: .7em;
	display: block;
}

.woowBox_MasonryItemInfoBar .woowBox_DescriptionWrap .woowBox_ItemMetaExifValue {
	line-height: 1.5;
}

.woowBox_MasonryItemInfoBar .woowBox_DescriptionWrap .woowBox_ItemsDate {
	font-size: 100%;
	line-height: 1.5;
}

.woowBox_MasonryItemInfoBar .woowBox_DescriptionWrap .woowBox_ItemMetaKey {
	float: left;
	width: 40%;
	min-width: 80px;
}

.woowBox_MasonryItemInfoBar .woowBox_DescriptionWrap .woowBox_ItemMetaValue {
	float: left;
	white-space: nowrap;
	text-transform: capitalize;
}

.woowBox_MasonryItemInfoBar .woowBox_DescriptionWrap .woowBox_ItemMetaExifSeparator {
	font-size: 100%;
	margin: 0 2px;
	opacity: .4;
}

.woowBox_MasonryModal .woowBox_MasonryItemInfoBar .woowBox_DescriptionWrap .likesViewCom {
	position: relative;
	float: left;
	width: 31%;
	min-height: 40px;
	border: 1px solid;
	border-color: rgba(0, 0, 0, 0.18);
	border-radius: 2px;
	background-color: rgb(250, 250, 250);
	padding: 4px;
	margin: 0 1%;
	text-align: center;
}

.woowBox_MasonryModal .woowBox_MasonryItemInfoBar .woowBox_DescriptionWrap .likesViewCom svg {
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: initial !important;
}

.woowBox_MasonryModal .woowBox_MasonryItemInfoBar .woowBox_DescriptionWrap .likesViewCom .counterTxt {
	font-size: 15px;
	line-height: 1;
}

/******************************** GM Albums List ScrollBar *************************/
.woowBox_MasonryTermScrollBarWrap {
	position: relative;
	width: 100%;
	margin: 10px 0px;
	box-sizing: content-box;
}

.woowBox_MasonryTermScrollBarWrap .woowBox_MasonryScrollView {
	position: relative;
	height: 100%;
	margin: auto;
	overflow: hidden;
}

.woowBox_MasonryTermScrollBarWrap .woowBox_MasonryScrollBar {
	position: relative;
	height: 4px;
	width: 100%;
}

.woowBox_MasonryScrollBarItem {
	position: relative;
	height: 80px;
	width: 100px;
	float: left;
	overflow: hidden;
}

.woowBox_MasonryTermScrollBarWrap .miniScreen {
	height: 50px;
	width: 70px;
	margin: 0px 0px;
}

.woowBox_MasonryScrollBarItem .woowBox_MasonryScrollBarItemBg {
	position: absolute;
	left: 3px;
	right: 3px;
	top: 3px;
	bottom: 3px;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.woowBox_MasonryScrollBarItem .woowBox_MasonryScrollBarItemHover {
	position: absolute;
	opacity: 0;
	transition: opacity .2s;
	pointer-events: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-style: solid;
	border-width: 3px;
	border-color: #fff;
}

.woowBox_MasonryScrollBarItem .woowBox_MasonryScrollBarItemLink {
	position: absolute;
	width: 34px;
	height: 34px;
	padding: 6px;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.woowBox_MasonryScrollBarItemLink.rotate svg {
	animation: 1s spinner linear infinite;
}

.woowBox_MasonryScrollBarItemLink svg {
	width: 100%;
	height: 100%;
	vertical-align: initial !important;
}

/***************** Audio Content ******************/
@keyframes rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.woowBox_AudioCoverContainerMasonry {
	border-radius: 50%;
	height: 300px;
	width: 300px;
	overflow: hidden;
}

.woowBox_MasonryRotate {
	animation-name: rotate;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.woowBox_CircleAudioControllerMasonryContainer {
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	width: 109px;
	height: 109px;
	transform: translate3d(-50%, -50%, 0px);
	overflow: hidden;
	cursor: pointer;
}

.woowBox_CirclebButtonAudioPlayerMasonry {
	position: absolute;
	display: block;
	width: 106px;
	height: 106px;
	padding: 12px;
	transition: background 0.3s;
}

.woowBox_CirclebButtonAudioPlayerMasonry svg {
	width: 100%;
	height: 100%;
	pointer-events: none;
	vertical-align: initial !important;
}