@charset "utf-8";


.create {
	max-width: 1100px;
	margin: 0 auto;
}
.create .tit {
	font-size: 30px;
	font-weight: 700;
	padding-bottom: 20px;
	border-bottom: 2px solid #dc9c51;
	font-family: 'GimpoGothic';
	transform: rotate(0.03deg);
	color: #dc9c51;
}

.create .sec {
	width: 60%;
	max-width: 540px;
	padding: 20px;
	background: linear-gradient(to left, white, #f3f3f3);
	margin: 20px 0;
	border: 1px solid #f3f3f3;
	border-radius: 5px;
	box-sizing: border-box;
}
.create .sec h4 {
	position: relative;
	font-size: 35px;
	color: #333;
	font-weight: 400;
	margin-bottom: 30px;
}


.create .desc {
	padding-top: 30px;
}
.create .sec .filter .btn_group strong {
	display: block;
	font-size: 15px;
	font-weight: 700;
	color: #dc9c51;
	font-family: 'GimpoGothic';
	transform: rotate(0.03deg);
	margin-bottom: 10px;
	text-transform: uppercase;
}
.create .sec .filter .btn_group .flex {
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.create .sec .filter .btn_group button {
	position: relative;
	font-size: 12px;
	padding: 4px 6px 2px 6px;
	background: #e1e1e2;
    color: #382e2c;
	margin-right: 1px;
	transition: all .3s;
}
.create .sec .filter .btn_group button:first-child {
	border-radius: 5px 0 0 5px;
}
.create .sec .filter .btn_group button:last-child {
	border-radius: 0 5px 5px 0;
}
.create .sec .filter .btn_group button:hover,
.create .sec .filter .btn_group button.active {
	color: #fff;
	background: #dc9c51;
}
.create .sec .filter .btn_group button.active:before {
	content: '';
	display: inline-block;
	vertical-align: -3px;
	background: #fff url("../images/ico-check.svg")no-repeat 50% 50%;
	width: 16px;
	height: 16px;
	border-radius: 3px;
	margin-right: 5px;
}
.create .sec .filter .btn_group button span {
	font-family: 'GimpoGothic';
	transform: rotate(0.03deg);
}


.create .sec .filter_result .ta_r {
	font-size: 13px;
	font-family: 'GimpoGothic';
	transform: rotate(0.03deg);
	color: #85878b;
	margin: 30px 0 10px;
}
.create .sec .filter_result .ta_r span {
	color: #dc9c51;
}
.create .sec .filter_result .form {
	background: #fff;
}
.create .sec .filter_result .form .scroll {
	overflow-x: hidden;
	overflow-y: visible;
	-ms-scroll-chaining: none;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
	max-height: 200px;
	padding: 20px;
	border: 1px solid #e1e1e2;
	box-sizing: border-box;
}
.create .sec .filter_result .form .scroll::-webkit-scrollbar {
    width: 3px;
}
.create .sec .filter_result .form .scroll::-webkit-scrollbar-thumb {
    background-color: #D9D9D9;
}
.create .sec .filter_result .form .scroll::-webkit-scrollbar-track {
    background-color: #fff;
}
.create .sec .filter_result .form .scroll > .flex {
	flex-wrap: wrap;
	gap: 20px;
}
.create .sec .filter_result .form .item {
	width: calc(25% - 15px);
}
.create .sec .filter_result .form .item input {
	display: none;
}
.create .sec .filter_result .form .item input + label {
	position: relative;
	display: block;
	border: 2px solid #f3f3f3;
	border-radius: 5px;
}
.create .sec .filter_result .form .item input + label:before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border: 2px solid #f3f3f3;
	border-radius: 2px;
	position: absolute;
	top: 6px;
	right: 6px;
	box-sizing: border-box;
	z-index: 1;
}
.create .sec .filter_result .form .item input:checked + label {
	border: 2px solid #dc9c51;
}
.create .sec .filter_result .form .item input:checked + label p {
	border-top: 1px solid #dc9c51;
}
.create .sec .filter_result .form .item input:checked + label:before {
	background: #dc9c51 url("../images/ico-check-white.svg")no-repeat 50% 50% / 12px;
	border: 2px solid #dc9c51;
}
.create .sec .filter_result .form .item input + label .img {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
}
.create .sec .filter_result .form .item input + label .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}
.create .sec .filter_result .form .item input + label p {
	font-size: 12px;
	font-family: 'GimpoGothic';
	transform: rotate(0.03deg);
	text-align: center;
	border-top: 1px solid #E0E0E0;
	padding: 10px 0;
	line-height: 1.2;
	box-sizing: border-box;
}


.sticky {
	position: sticky;
	top: 80px;
	right: 0;
	z-index: 5;
}
.sticky .bg {
	position: absolute;
	top: 35px;
	right: 0;
	width: 500px;
	text-align: center;
}
.sticky .bg img {
	width: 100%;
}
.sticky .bg .cap_img {
	position: absolute;
	top: 0;
	z-index: 2;
}
.sticky .bg .cap_img.on {
	z-index: 2;
	top: -70px;
}
.sticky .bg .pump_img {
	position: relative;
	z-index: 1;
	padding-top: 63px;
}
.sticky .bg .pump_img.on {
	position: relative;
	z-index: 1;
	padding-top: 9px;
}
.sticky .bg .bottle_img {
	margin-top: -28px;
}
.sticky .btn {
	display: none;
	position: absolute;
	top: 580px;
	right: 0;
	width: 500px;
	text-align: center;
}
.sticky .btn .txt {
	display: none;
	margin-bottom: 10px;
    color: #dc9c51;
	line-height: 1.2;
}
.sticky .btn .reset {
    display: inline-block;
    border: 1px solid #dc9c51;
    background: #fff;
    color: #dc9c51;
    height: 42px;
    vertical-align: top;
    width: 160px;
    margin-right: 5px;
    font-size: 20px;
    font-weight: 500;
	font-family: 'GimpoGothic';
    transform: rotate(0.03deg);
}
.sticky .btn a {
	display: inline-block;
	background: #dc9c51;
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	padding: 10px 20px;
	font-family: 'GimpoGothic';
	transform: rotate(0.03deg);
	box-sizing: border-box;
}
.sticky .btn a img {
	margin-left: 10px;
	vertical-align: -3px;
}



#preview .blackBg {
	background: rgba(0,0,0,0.2);
}
#preview .modal-cont {
	background: #fff;
}
#preview .sticky {
	position: static;
}
#preview .sticky .bg {
	position: relative;
	margin: 0 auto;
}





@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1024px) {
	.create .tit {
		font-size: 25px;
	}
	
	
	.create .sec {
		width: calc(100% - 265px);
		max-width: 100%;
	}
	.create .sticky {
		top: 55px;
	}
	.create .sticky .bg {
		width: 320px;
		overflow: hidden;
	}
	.create .sticky .bg img {
		margin-right: -70px;
	}
	.sticky .bg .cap_img.on {
		top: -40px;
	}
	.sticky .bg .bottle_img {
		margin-top: -18px;
	}
	.create .sticky .btn {
		top: 380px;
		width: 250px;
	}
	.create .sticky .btn .reset {
		width: 147.22px;
		margin-right: 0;
		margin-bottom: 5px;
		font-size: 17px;
	}
	.create .sticky .btn a {
		font-size: 17px;
	}
	.create .sticky .btn a img {
		width: 19px;
	}
}
@media screen and (min-width: 768px) {
	#preview {
		display: none!important;
	}
	.not_scroll {
		overflow: visible!important;
	}
}
@media screen and (max-width: 768px) {
	.create .sec {
		width: 100%;
	}
	.create .sec h4 {
		font-size: 24px;
	}
	.create .sticky.pc {
		display: none;
	}
	.create .sticky .bg {
		position: relative;
		margin: 0 auto;
	}
	.create .sticky .bg img {
		margin-right: 0;
	}
	.sticky .bg .cap_img.on {
		top: -10px;
	}
	.create .sticky .bg .bottle_img.on {
		margin-top: -22px;
	}
	.create .sec .filter_result .form .scroll {
		max-height: 227px;
	}
	.create .sticky .btn {
		position: static;
		width: 100%;
		margin: 0 auto;
	}
	#preview .sticky .bg {
		width: 320px;
	}
	#preview .bg .pump_img {
		padding-top: 42px;
	}
	#preview .btn {
		position: static;
		width: 100%;
		margin-top: -20px;
	}
}
@media screen and (max-width: 480px) {
	.create .tit {
		font-size: 20px;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	
	.create .sec .filter_result .form .item {
		width: calc(33.333% - 7px);
		margin-right: 10px;
	}
	.create .sec .filter_result .form .item:nth-child(4n) {
		margin-right: 10px;
	}
	.create .sec .filter_result .form .item:nth-child(3n) {
		margin-right: 0px;
	}
	
	
	.sticky .btn .reset {
		height: 41px;
		width: 141px;
		font-size: 17px;
	}
	.sticky .btn a {
		font-size: 17px;
		padding: 10px 15px;
	}
}
@media screen and (max-width: 380px) {
	.create .sec .filter_result .form .item {
		width: calc(50% - 5px);
	}
	.create .sec .filter_result .form .item:nth-child(3n) {
		margin-right: 10px;
	}
	.create .sec .filter_result .form .item:nth-child(2n) {
		margin-right: 0px;
	}
	
	#preview .sticky .bg {
		width: 270px;
	}
	#preview .bg .bottle_img.on {
		margin-top: -21px;
	}
	#preview .bg .pump_img {
		padding-top: 28px;
	}
	
	.sticky .btn .reset {
		width: 140.23px;
		margin-right: 0;
		margin-bottom: 5px;
	}
}