/* scroll */
.pop_photo::-webkit-scrollbar {
	width: 5px;
}
.pop_photo::-webkit-scrollbar-track {
	background: #1a1a1a;
}
.pop_photo::-webkit-scrollbar-thumb {
	background: #565656;
}


/* 사진전체보기 */
.pop_photo {
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	width: 100%; height: 100%;
	background: #888;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	z-index: 500;
	transition: visibility 0.5s, opacity 0.5s;
	display: none;
}
.pop_photo.SEL {
	opacity: 1;
	visibility: visible;
	display: block;
}
.popSlider {
	position: relative;
	width: 100%; height: 100%;
	color: #7d7d7d;
	overflow: hidden;
}
.popSlider .popObjM {
	display: none;
}
.popSlider .popObj {
	display: block;
	position: absolute;
	right: 0; bottom: 0; left: 0;
	margin: auto;
	width: 680px; height: 65px;
	line-height: 65px;
	background: #1a1a1a;
	text-align: left;
	z-index: 10;
}
.popSlider .popObj .select_wrap {
	position: relative;
	display: inline-block;
	width: 297px; height: 100%;
}
.popSlider .popObj .select_wrap::after {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0;
	margin: auto;
	width: 1px; height: 100%;
	background: #282828;
}
.popSlider .popObj .select_wrap .select {
	position: relative;
	display: inline-block;
	width: 261px; height: 100%;
	padding: 0 18px;
	z-index: 1;
}
.popSlider .popObj .select_wrap .select span {
	display: inline-block;
	width: 230px;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.popSlider .popObj .select_wrap .select .fa-caret-down {
	position: absolute;
	top: 0; right: 18px; bottom: 0;
	margin: auto;
	font-size: 20px;
	color: #7d7d7d;
	line-height: 65px;
	transform: rotate(0deg);
}
.popSlider .popObj .select_wrap .select .fa-caret-down.UP {
	transform: rotate(-180deg);
}
.popSlider .popObj .select_wrap .select_list {
	position: absolute;
	bottom: 65px; left: 0;
	width: 100%; height: 0;
	background: #0e0e0e;
	overflow-y: scroll;
	transition: height 0.5s;
}
.popSlider .popObj .select_wrap .select_list.OPEN {
	min-height:150px;
}
.popSlider .popObj .select_wrap .select_list li:first-child {
	margin-top: 10px;
}
.popSlider .popObj .select_wrap .select_list li {
	height: 35px;
	padding-right: 40px;
	padding-left: 20px;
	font-size: 14px;
	letter-spacing: -0.03em;
	line-height: 35px;
}
.popSlider .popObj .select_wrap .select_list li a {
	display: inline-block;
	width: 100%;
	color: #7d7d7d;
	transition: color 0.5s;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	word-wrap: normal;
}
.popSlider .popObj .select_wrap .select_list li a:hover {
	color: #b4b4b4;
}

.popSlider .popObj .zoom_wrap {
	position: relative;
	display: inline-block;
	width: 245px; height: 100%;
	line-height: 65px;
	vertical-align: top;
	text-align: center;
}
.popSlider .popObj .zoom_wrap::after {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0;
	margin: auto;
	width: 1px; height: 100%;
	background: #282828;
}
.popSlider .popObj .zoom_wrap .zoom {
	position: relative;
	display: inline-block;
	width: 41%;
	font-size: 14px;
	line-height: 65px;
}
.popSlider .popObj .zoom_wrap .zoomIn::after {
	content: '크게';
	padding-left: 20px;
}
.popSlider .popObj .zoom_wrap .zoomIn .far {
	position: absolute;
	top: 0; bottom: 0; left: 15px;
	margin: auto;
	height: 21px;
}
.popSlider .popObj .zoom_wrap .zoomOut::after {
	content: '작게';
	padding-right: 20px;
}
.popSlider .popObj .zoom_wrap .zoomOut .far {
	position: absolute;
	top: 0; bottom: 0; right: 15px;
	margin: auto;
	height: 21px;
}
.popSlider .popObj .zoom_wrap .far {
	font-size: 20px;
}
.popSlider .popObj .button_wrap {
	position: relative;
	display: inline-block;
	font-size: 14px;
	width: 245px; height: 100%;
	line-height: 65px;
	vertical-align: top;
	text-align: center;
}
.popSlider .popObj .button_wrap::after {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0;
	margin: auto;
	width: 1px; height: 100%;
	background: #282828;
}
.popSlider .popObj .button_wrap a {
	position: relative;
	display: inline-block;
	width: 41%;
	font-size: 14px;
	line-height: 65px;
}
.popSlider .popObj .button_wrap .prev::after {
	content: '이전';
	padding-left: 20px;
}
.popSlider .popObj .button_wrap .prev .fal {
	left: 22px;
}
.popSlider .popObj .button_wrap .next::after {
	content: '다음';
	padding-right: 20px;
}
.popSlider .popObj .button_wrap .next .fal {
	right: 22px;
}
.popSlider .popObj .button_wrap a .fal {
	position: absolute;
	top: 0; bottom: 0;
	margin: auto;
	height: 9px;
	line-height: 9px;
	font-size: 28px;
}
.popSlider .popObj .line {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	width: 1px; height: 15px;
	background: #383838;
}
.popSlider .popObj .pop_photo_close {
	position: relative;
	display: inline-block;
	width: 136px; height: 65px;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
}
.popSlider .popObj .pop_photo_close .fal {
	position: absolute;
	top: 0; bottom: 0; left: 40px;
	margin: auto;
	width: 13px; height: 13px;
	line-height: 13px;
	font-size: 20px;
	z-index: -1;
}
.popSlider .popObj .pop_photo_close::before {
	content: '닫기';
	display: inline-block;
	padding-left: 20px;
	z-index: -1;
}


@media ( max-width: 924px ) {
	.pop_photo ::-webkit-scrollbar {
		width: 0;
	}

	.popSlider { display: none; }

	.popSliderM { 
		position: relative;
		width: 100vw; height: calc(100% - 130px);
		margin-top: 65px;
		font-size: 14px;
		color: #7d7d7d;
		letter-spacing: -0.03em;
		text-align: left;
		font-size: 0;
	}
	.popSliderM .photo_wrap {
		position: relative;
		width: 100%;
		height: 100%;
		/*overflow-y: scroll;*/
		overflow-y:auto;
	  -webkit-overflow-scrolling: touch;
	}
	.popSliderM .photo_wrap img {
		width: 100%;
		max-width: 100%;
	}
	.popSliderM .photo_wrap .photo {
		position: relative;
		width: 100vw;
		/*
		height: 55vh;
		min-height: 300px;
		*/
	}
	.popSliderM .photo_wrap .photo .loader::after {
		content: '';
		position: absolute;
		top: 0; right: 0; bottom: 0; left: 0;
		margin: auto;
		/*background: rgba(0,0,0,0.7);
		transition: background 0.5s;*/
	}
	.popSliderM .photo_wrap .photo .loader.VIEW::after {
		background: transparent;
	}

	.popSliderM .popObj_top {
		position: fixed;
		top: 0; left: 0;
		width: 100%; height: 65px;
		line-height: 65px;
		background: #1a1a1a;
		z-index: 1;
	}
	.popSliderM .popObj_top .select_wrap {
		position: relative;
		display: inline-block;
		width: calc(100% - 130px); height: 100%;
	}
	.popSliderM .popObj_top .select_wrap::after {
		content: '';
		position: absolute;
		top: 0; right: 0; bottom: 0;
		margin: auto;
		width: 1px; height: 100%;
		background: #282828;
	}
	.popSliderM .popObj_top .select_wrap .select {
		position: relative;
		display: inline-block;
		width: calc(100% - 36px); height: 100%;
		padding: 0 18px;
		z-index: 1;
	}
	.popSliderM .popObj_top .select_wrap .select span {
		display: inline-block;
		width: 230px;
		font-size: 14px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.popSliderM .popObj_top .select_wrap .select .fa-caret-down {
		position: absolute;
		top: 0; right: 18px; bottom: 0;
		margin: auto;
		font-size: 20px;
		color: #7d7d7d;
		line-height: 65px;
		transform: rotate(0deg);
	}
	.popSliderM .popObj_top .select_wrap .select .fa-caret-down.UP {
		transform: rotate(-180deg);
	}
	.popSliderM .popObj_top .select_wrap .select_list {
		position: absolute;
		top: 65px; left: 0;
		width: 100vw; height: 0;
		background: #0e0e0e;
		overflow-y: scroll;
		transition: height 0.5s;
	}
	.popSliderM .popObj_top .select_wrap .select_list.OPEN {
		height: 290px;
	}
	.popSliderM .popObj_top .select_wrap .select_list li:first-child {
		margin-top: 10px;
	}
	.popSliderM .popObj_top .select_wrap .select_list li {
		height: 35px;
		padding-right: 40px;
		padding-left: 20px;
		font-size: 14px;
		letter-spacing: -0.03em;
		line-height: 35px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.popSliderM .popObj_top .select_wrap .select_list li a {
		display: inline-block;
		width: 100%;
		color: #7d7d7d;
		transition: color 0.5s;
	}
	.popSliderM .popObj_top .select_wrap .select_list li a:hover {
		color: #b4b4b4;
	}
	.popSliderM .popObj_top .pop_photo_close {
		position: relative;
		display: inline-block;
		width: 130px; height: 100%;
		font-size: 14px;
		text-align: center;
		vertical-align: top;
	}
	.popSliderM .popObj_top .pop_photo_close .fal {
		position: absolute;
		top: 0; bottom: 0; left: 40px;
		margin: auto;
		width: 13px; height: 13px;
		line-height: 13px;
		font-size: 20px;
	}
	.popSliderM .popObj_top .pop_photo_close::before {
		content: '닫기';
		display: inline-block;
		padding-left: 14px;
		z-index: -1;
	}

	.popSliderM .popObj_bottom {
		position: fixed;
		bottom: 0; left: 0;
		width: 100%; height: 65px;
		line-height: 65px;
		background: #1a1a1a;
		text-align: center;
		z-index: 1;
	}
	
	.popSliderM .popObj_bottom .touch_wrap {
		position: relative;
		display: inline-block;
		width: 240px; height: 100%;
		vertical-align: top;
		text-align: center;
	}
	.popSliderM .popObj_bottom .touch_wrap::after {
		content: '';
		position: absolute;
		top: 0; right: 0; bottom: 0;
		margin: auto;
		width: 1px; height: 100%;
		background: #282828;
	}
	.popSliderM .popObj_bottom .touch_wrap .far::after {
		content: '사진 터치 시 확대 · 축소';
		padding-left: 10px;
		font-size: 14px;
	}
	.popSliderM .popObj_bottom .touch_wrap .far {
		position: absolute;
		top: 0; bottom: 0; left: 10%;
		margin: auto;
		height: 21px;
		font-size: 20px;
	}
	.popSliderM .popObj_bottom .button_wrap {
		position: relative;
		display: inline-block;
		font-size: 14px;
		width: 240px; height: 100%;
		line-height: 65px;
		vertical-align: top;
		text-align: center;
		font-size: 0;
	}
	.popSliderM .popObj_bottom .button_wrap a {
		position: relative;
		display: inline-block;
		width: 50%;
		font-size: 14px;
		line-height: 65px;
	}
	.popSliderM .popObj_bottom .button_wrap .prev::after {
		content: '이전';
		padding-left: 30%;
	}
	.popSliderM .popObj_bottom .button_wrap .prev .fal {
		left: 33%;
	}
	.popSliderM .popObj_bottom .button_wrap .next::after {
		content: '다음';
		padding-right: 30%;
	}
	.popSliderM .popObj_bottom .button_wrap .next .fal {
		right: 33%;
	}
	.popSliderM .popObj_bottom .button_wrap a .fal {
		position: absolute;
		top: 0; bottom: 0;
		margin: auto;
		height: 9px;
		line-height: 9px;
		font-size: 28px;
	}
	.popSliderM .popObj_bottom .line {
		position: absolute;
		top: 0; right: 0; bottom: 0; left: 0;
		margin: auto;
		width: 1px; height: 15px;
		background: #383838;
	}
}

@media ( max-width: 500px ) {
	.popSliderM { 
		height: calc(100% - 110px);
		margin-top: 55px;
	}
	.popSliderM .popObj_top {
		height: 55px;
		line-height: 55px;
	}
	.popSliderM .popObj_top .select_wrap {
		position: relative;
		display: inline-block;
		width: calc(100% - 100px); height: 100%;
	}
	.popSliderM .popObj_top .select_wrap .select .fa-caret-down {
		line-height: 55px;
	}
	.popSliderM .popObj_top .select_wrap .select_list {
		top: 55px; left: 0;
	}
	.popSliderM .popObj_top .pop_photo_close {
		width: 100px;
	}
	.popSliderM .popObj_top .pop_photo_close .fal {
		position: absolute;
		top: 0; bottom: 0; left: 30px;
		margin: auto;
		width: 13px; height: 13px;
		line-height: 13px;
		font-size: 20px;
	}
	.popSliderM .popObj_top .pop_photo_close::before {
		padding-left: 22px;
	}
	.popSliderM .popObj_bottom {
		height: 55px;
		line-height: 55px;
	}
	.popSliderM .popObj_bottom .touch_wrap {
		width: 50%;
	}
	.popSliderM .popObj_bottom .touch_wrap .far {
		left: 6%;
	}
	.popSliderM .popObj_bottom .button_wrap {
		width: 50%;
	}
	.popSliderM .popObj_bottom .button_wrap a {
		line-height: 55px;
	}
	.popSliderM .popObj_bottom .button_wrap .prev .fal {
		left: 28%;
	}
	.popSliderM .popObj_bottom .button_wrap .next .fal {
		right: 28%;
	}
	
}