@charset "utf-8";
/* 영상갤러리 필터버튼 */
.wh_container {    
	text-align: center;
	padding-top: 40px;
	padding-bottom: 10px;
}
.wh_input{
	display: none;
}
.wh_label{
	font-size: 16px; 
	width: 100px; 
	height: 45px;  
	border-radius: 10px;
	color: #4d4d4d;
	cursor: pointer;
	background: #fff;
	box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 10%); 
	display: inline-block;
	line-height: 45px; 
	text-align: center;
}
.wh_input{
	background: #99bdf3; 
	color: #fff;
}
/* 가로세로 영상 체크드 */
#widthVideo:checked ~ .wh_container label[for="widthVideo"],
#heightVideo:checked ~ .wh_container label[for="heightVideo"],
#widthHeightVideo:checked ~ .wh_container label[for="widthHeightVideo"]{
	background: #99bdf3; 
	color: #fff;
}
#widthHeightList,
#heightList,
#widthList{
display: none;	
}

#widthVideo:checked ~ #widthList,
#heightVideo:checked ~ #heightList ,
#widthHeightVideo:checked ~ #widthHeightList{
	display: block !important;
}
/*가로세로 영상*/
.gallery_lobby_wrap .wh_VideoList {
	margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.wh_VideoList {
	display: flex;
}
.wh_VideoList> li{
    padding: 0px 10px 20px;
    width: 48%;
    border-radius: 20px;
}
.wh_video .wh_VideoList> li:nth-last-child(-n+2){
	margin-bottom: 0;
}
.wh_left{
	width: 100%;
}
.wh_box {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.wh_title {
    font-size: 18px;
    font-weight: 700;
}
.wh_space {
    font-size: 11px;
    margin-right: 6px;
    padding: 2px 8px;
    border-radius: 50px;
    font-weight: 600;
}
.wh_txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wh_addr {
    font-size: 14px;
    font-weight: 600;
    color:#7c7c7c;
    display: flex;
    align-items: center;
}
.wh_addrass{
	max-width: calc(100% - 44px);
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.wh_date {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #b1b1b1;
}
.gallery_lobby_wrap .wh_VideoList .icon_play {
    top: 50%;
    left: 50%;
}
.wh_right .quot_btn a{
    display: block;
    background-color: #88b8ff;
    color: #fff;
    font-weight: 600;
    padding: 5px 8px;
    text-align: center;
    border-radius: 6px;
    font-size: 12px;
    letter-spacing: 1px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.quot_btn a {
    color:#ffffff;
}
.wh_bottom {
    margin-top: 20px;
}
.gallery_lobby_wrap .wh_VideoBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.w_video{
    width: 60%;
    position: relative;
}
.h_video{
    width: 35%;
    position: relative;
}
.wh_thumnail {
    display: block;
}
.wh_VideoBox li{
	overflow: hidden;
    border-radius: 10px;
}
.wh_VideoList> li{
    margin-top: 36px;
}
.wh_all> li:nth-child(-n+2){
	margin-top: 0px;
}
.wh_home{
	background-color: #FEEC8c;
    color: #999061;
}
.wh_store{
	background-color: #acebd6;
    color: #56795b;
}
.wh_thumnail img {
    display: block;
    width: 100%;
}
.wh_thumnail:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}
/* 가로영상 */
.gallery_lobby_wrap .each_videoList{
	justify-content: left !important;
}
.gallery_lobby_wrap .each_videoList .wh_VideoBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.each_videoList >li{
	width: calc(100%/3 - 12px) !important;
}
.each_videoList >li:nth-child(-n+3){
	margin-top: 0;
}
.each_videoList >li:nth-child(3n-1){
	margin-left: 18px;
	margin-right: 18px;
}
.each_videoList .w_video{
	width: 100%;
}
.each_videoList .h_video{
	width: 100%;
}
/* 세로영상 */
.vertical_videoPoP{
	width: 360px;
	height: auto;
	transform: translate(-50%, -50%);
}
.vertical_videoPoP .pop_title .close {
    position: absolute;
    top: -8px;
}    
.vertical_videoPoP .video_wrap {
    padding-bottom: 177%;
}
/* 반응형 */
@media screen and (max-width: 920px){
	.wh_container {
	    padding-bottom: 10px;
	    padding-top: 40px;
	}
}
@media screen and (max-width:834px){
	.wh_VideoList> li {
    margin-top: 25px;
	}
}
@media screen and (max-width:768px){
	.each_videoList >li {
    width: 48% !important;
	}
	.each_videoList >li:nth-child(3n-1) {
    margin-left: 0px;
    margin-right: 0px;
	}
	.gallery_lobby_wrap .each_videoList {
    justify-content: space-between !important;
	}
	.each_videoList> li {
    margin-top: 25px;
	}
	.each_videoList >li:nth-child(3) {
    margin-top: 25px;
	}
	.each_videoList >li:nth-child(-n+2){
		margin-top: 0;
	}
}
@media screen and (max-width:600px){
	.wh_title {
    font-size: 16px;
	}
	.wh_all> li{
    width: 80%;
    margin: 25px auto 0;
	}
	.wh_all> li:nth-child(2){
	margin-top: 25px;
	}
	.wh_right .quot_btn a {
    padding: 4px 6px;
    font-size: 10px;
	}  
	.wh_VideoList> li {
    padding: 14px;
    border-radius: 12px;
	}
	.vertical_videoPoP{
	width: 300px;
	}      
}
@media screen and (max-width:414px){
	.each_videoList >li {
    width: 95% !important;
    margin: 25px auto 0;
	}
	.each_videoList >li:nth-child(-n+2) {
    margin-top: 25px;
	}
	.each_videoList >li:nth-child(1) {
    margin-top: 0;
	}
	.each_videoList >li:nth-child(3n-1) {
    margin-left: auto;
    margin-right: auto;
	}
	.wh_VideoList> li {
    width: 95%;
	}
	.wh_addr {
    font-size: 12px;
	}
	.wh_space {
    font-size: 10px;
	}
	.wh_bottom {
    margin-top: 12px;
	}
	.wh_date {
    font-size: 10px;
	}
}
@media screen and (max-width:375px){
	.wh_label{
	width: 80px;
	font-size: 13px;
	}
}
@media screen and (max-width:360px){
	.wh_label{
	height: 38px;
    line-height: 38px;
	}
}
@media screen and (max-width: 320px){
	.vertical_videoPoP{
	width: 260px;
	}   	
}