.regist .conts {
	margin-bottom: 20px;
}
.regist .conts .title {
	border-radius: 10px;
	padding: 16px 20px;
	font-weight: bold;
	box-sizing: border-box;
}
.regist .conts .white_bg {
	background: var(--white);
	padding: 20px;
	border-radius: 10px;
	box-sizing: border-box;
}
.regist .conts .preview {
	position: relative;
	gap: 10px;
	box-sizing: border-box;
}
.regist .conts .preview input {
	display: none;
}
.regist .conts .preview label {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border: 1px dashed var(--default);
	background: #F7F7FD url("../images/photo.svg")no-repeat 50% 50%;
	overflow: hidden;
	box-sizing: border-box;
}
.regist .conts .preview .box {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #F7F7FD
}
.regist .conts .preview .box img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.regist .conts .preview .box .delBtn {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    background: url("../images/img_del.svg") no-repeat 50% 50% / 50px;
    border-radius: 50%;
}
.regist .conts .thumb {
	width: 100%;
}
.regist .conts .thumb .preview > div {
	width: calc(20% - 8px);
}
.regist .conts .thumb .preview > div label {
	border-radius: 10px;
}
.regist .conts .detail_img {
	width: 100%;
	gap: 10px;
}
.regist .conts .detail_img > strong {
	font-weight: 400;
	margin-bottom: 10px;
}
.regist .conts .detail_img .preview label {
	border: 0;
}
.regist .conts .detail_img .preview > div {
	position: relative;
	display: block;
	width: calc(25% - 9px);
	height: 0;
	padding-bottom: calc(25% - 11px);
	border: 1px dashed var(--default);
	box-sizing: border-box;
}
.regist .conts .info {
	gap: 20px;
}
.regist .conts .info .item {
	gap: 10px;
}
.regist .conts .info .item > strong {
	font-weight: 400;
}
.regist .conts .info .item > div {
	width: 100%;
}
.regist .conts input[type=text] {
	flex: 1;
	width: 100%;
	font-size: 16px;
	font-family: 'SUIT';
	box-sizing: border-box;
}
.regist .conts textarea {
	width: 100%;
	height: 200px;
	resize: none;
	font-size: 16px;
	font-family: 'SUIT';
	padding: 16px 20px;
	border: 0;
	box-sizing: border-box;
}
.regist .conts .grid2 {
	gap: 20px;
	align-items: end;
}
.regist .conts .grid2 .f1 {
	flex: 1;
	width: 100%;
}
.regist .conts .grid3 {
	gap: 20px;
}
.regist .conts .grid3 > * {
	flex: 1;
	width: 100%;
}
.regist .conts .grid4 {
	gap: 20px;
}
.regist .conts .grid4 > * {
	width: calc(25% - 15px);
}
.regist .conts .radio {
	gap: 26px;
	font-family: 'SUIT';
}
.regist .conts .basic_form {
	gap: 40px;
}
.regist .conts .basic_form .thumb strong {
	font-weight: 400;
	margin-bottom: 10px;
}
.regist .conts .basic_form .thumb strong span {
	font-size: 14px;
}
.regist .conts .basic_form .info {
	flex: 1;
	width: 100%;
}
.regist .conts .img {
	gap: 20px;
}
.regist .conts .img img {
	max-width: 100%;
}
.contents .cont_form .conts + .btn_area {
	justify-content: end;
	gap: 10px;
}
.contents .cont_form .conts + .btn_area > * {
	height: 56px;
	line-height: 56px;
	border-radius: 10px;
	border: 1px solid var(--gray);
	background: var(--white);
	font-size: 16px;
	padding: 0 40px;
	text-align: center;
	box-sizing: border-box;
}


.regist .inline_form .info {
	width: 100%;
}
.regist .inline_form .info .item > span {
	font-weight: 600;
}
.regist .inline_form .info .item > div {
	flex: 1;
	font-family: 'SUIT';
	background: var(--white);
	border-radius: 10px;
	padding: 16px 20px;
	box-sizing: border-box;
}
.regist .inline_form .info .item > div.h280 {
	height: 280px;
	overflow-y: auto;
}
.regist .search_time input {
	max-width: 30px;
	text-align: center;
}





.view input[type=checkbox] + label,
.view input[type=radio] + label {
	display: none;
	padding-left: 0;
}
.view input[type=checkbox] + label:before,
.view input[type=radio] + label:before,
.view input[type=radio]:checked + label:after {
	display: none;
}
.view input[type=checkbox]:checked + label,
.view input[type=radio]:checked + label {
	display: block;
}



@media screen and (max-width: 1640px){
}
@media screen and (max-width: 1280px){
	.regist .conts .title {
		font-size: 14px;
	}
	.regist .conts .info .item > strong {
		font-size: 14px;
	}
	.regist .conts input[type=text] {
		font-size: 14px;
	}
	.regist .conts textarea {
		font-size: 14px;
	}
	.regist .conts .info .item {
		flex: none;
		width: 100%;
	}

	.regist .conts .preview label {
		background-size: 40px;
	}
}
@media screen and (max-width: 1024px){
	.regist .conts .radio {
		gap: 16px;
	}

	.regist .conts .basic_form .thumb strong,
	.regist .conts .detail_img > strong {
		font-size: 14px;
	}
	.regist .conts .basic_form .thumb strong span {
		font-size: 12px;
	}

	.regist .conts .thumb .preview > div {
		width: calc(33.333% - 7px);
	}

	.regist .conts .detail_img .preview > div {
		width: calc(33.333% - 7px);
		padding-bottom: calc(33.333% - 9px);
	}

	.contents .cont_form .conts + .btn_area > * {
		height: 48px;
		line-height: 48px;
		font-size: 14px;
		padding: 0 20px;
	}
}
@media screen and (max-width: 768px){
	.regist .conts .info .item {
		font-size: 14px;
	}

	.regist .conts .grid3 > * {
		flex: none;
	}

	.regist .conts .thumb .preview > div {
        width: calc(50% - 5px);
    }
	.regist .conts .detail_img .preview > div {
        width: calc(50% - 5px);
        padding-bottom: calc(50% - 7px);
    }

	.regist .conts input[type=text] {
		flex: none;
	}

	.contents .cont_form .conts + .btn_area > * {
		flex: 1;
		padding: 0;
	}

	.regist .inline_form .info .item {
		gap: 10px;
	}
	.regist .inline_form .info .item > div {
		flex: none;
	}
}
@media screen and (max-width: 480px){
	.contents .cont_form .conts + .btn_area > * {
		flex: none;
		width: 100%;
	}
}
@media screen and (max-width: 380px){
	.regist .conts .thumb .preview > div {
        width: 100%;
    }
	.regist .conts .detail_img .preview > div {
        width: 100%;
        padding-bottom: calc(100% - 2px);
    }
}