@charset "utf-8";

.gallery .form {
	max-width: 1100px;
	margin: 60px auto 0;
}
.gallery .tit {
	font-size: 30px;
	font-weight: 700;
	color: #dc9c51;
	transform: rotate(0.03deg);
}
.gallery .tabs {
	padding: 20px 0;
	border-bottom: 2px solid #dc9c51;
	margin-bottom: 10px;
}
.gallery .tabs button {
	font-size: 22px;
	color: #bbb;
	margin-left: 50px;
}
.gallery .tabs button:first-child {
	margin-left: 0;
}
.gallery .tabs button.active {
	color: #dc9c51;
}

.gallery .list {
	flex-wrap: wrap;
}
.gallery .list > div {
	width: calc(33.333% - 14px);
	margin: 20px 20px 0 0;
}
.gallery .list > div:nth-child(3n) {
	margin-right: 0;
}
.gallery .list > div button {
	display: block;
	width: 100%;
}
.gallery .list > div img {
	width: 100%;
}
.gallery .list > div p {
	font-size: 20px;
	margin-top: 10px;
	font-family: 'GimpoGothic';
	transform: rotate(0.03deg);
}


.not_scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
}
#thumb_pop {
	display: block;
    visibility: hidden;
    z-index: -1;
    opacity: 0;
}
#thumb_pop.open {
	visibility: visible;
    z-index: 13;
    opacity: 1;
}
#thumb_pop .blackBg {
	background: rgba(0, 0, 0, 0.5);
}
#thumb_pop .close {
	top: 0px;
	right: auto;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 40px;
	z-index: 2;
}
#thumb_pop .modal-cont {
	max-width: 900px;
	max-height: 95%;
    overflow-y: auto;
}
#thumb_pop .slide {
	position: relative;
	overflow: hidden;
	padding-top: 65px;
}
#thumb_pop .slide .swiper-conainer {
	position: static;
	width: 100%;
	max-width: 700px;	
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
}
#thumb_pop .slide .swiper-button-next, 
#thumb_pop .slide .swiper-button-prev {
	width: 25px;
	height: 45px;
}
#thumb_pop .slide .swiper-button-prev {
	background: url("../images/arrow-left-white.svg")no-repeat 50% 50% / 100%;
}
#thumb_pop .slide .swiper-button-next {
	background: url("../images/arrow-right-white.svg")no-repeat 50% 50% / 100%;
}
#thumb_pop .slide p {
	text-align: center;
	font-size: 25px;
	color: #313131;
	transform: rotate(0.03deg);
	padding: 20px 0 50px;
}
#thumb_pop .swiper-pagination {
	bottom: 17px;
}
#thumb_pop .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #D9D9D9;
}
#thumb_pop .swiper-pagination-bullet-active {
	background: #6d6d6d;
}



@media screen and (max-width: 1280px) {
	.gallery .tit {
		font-size: 25px;
	}
	.gallery .tabs {
		padding: 15px 0 10px;
	}
	.gallery .tabs button {
		font-size: 18px;
	}
	.gallery .list > div p {
		font-size: 18px;
	}
	
	#thumb_pop .slide p {
		font-size: 20px;
	}
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
	.gallery .tit {
		font-size: 22px;
	}
	
	.gallery .tabs button {
		font-size: 15px;
		margin-left: 25px;
	}

	.gallery .list > div {
		width: calc(50% - 5px);
		margin: 10px 10px 0 0;
	}
	.gallery .list > div:nth-child(3n) {
		margin-right: 10px;
	}
	.gallery .list > div:nth-child(2n) {
		margin-right: 0;
	}
	.gallery .list > div p {
		font-size: 14px;
	}
	
	
	#thumb_pop .close {
		width: 25px;
		height: 25px;
	}
	
	#thumb_pop .slide {
		padding-top: 45px;
	}
	#thumb_pop .slide .swiper-button-next, 
	#thumb_pop .slide .swiper-button-prev {
		display: none;
	}
	#thumb_pop .slide p {
		font-size: 16px;
	}
}