/* section */
section {
	margin: 50px 0;
}

section.section_pad {
	padding: 50px 0;
	margin: 0;
}

section>* {
	z-index: 3;
}

section .title_box {
	margin-bottom: 40px;
}

section .title_box .area_title {
	font-weight: 600;
	font-size: 40px;
	letter-spacing: 2px;
	color: #363636;
	position: relative;
}

section .title_box .sub_title {
	font-weight: 300;
	font-size: 18px;
	color: #525252;
	letter-spacing: 0.15em;
	margin-top: 0;
}

section .title_box .sub_title:after {
	content: '';
	display: block;
	margin: 30px auto 0;
	width: 45px;
	height: 2px;
	background: #b7b7b7;
}

/* bg_box */
.bg_box {
	width: 100%;
	height: 100%;
	background: no-repeat 50% / cover;
	top: 0;
	left: 0;
}

.bg_box:before {
	width: 100%;
	height: 100%;
	display: block;
	background: #f8f8f8;
	content: "";
}

.bg_box.white:before {
	background: rgba(var(--white-rgb), .2);
}

/* page-form */
#page-form {
	position: relative;
	background: #ffffff;
	margin: 0;
	padding-top: 50px;
}

#page-form:after {
	content: '';
	width: 100%;
	bottom: 0;
	left: 0;
	height: 1px;
	background: #eee;
	position: absolute;
}

#page-form .workframe {
	width: var(--width-xl);
	/* background: #f8f8f8; */
	padding: 65px;
}

#page-form form,
#page-form fieldset {
	margin: 0;
	padding: 0;
	border: 0
}

#page-form fieldset:first-child {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
}

#page-form p {
	overflow: hidden;
	color: #000;
	font-size: 16px;
	margin: 10px 0;
	width: calc(50% - 10px);
}

#page-form .btn {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#page-form .btn p {
	width: auto;
	margin: 30px 10px 0;
}

#page-form label {
	float: left;
	width: 100px;
	text-align: right;
	padding: 5px 0
}

#page-form span {
	display: block
}

#page-form .ra span {
	width: auto;
	float: left;
	margin-left: 10px;
	padding: 5px 0
}

#page-form input[type="text"],
#page-form select {
	width: calc(100% - 32px);
	padding: 15px;
	border: 1px solid #bdbdbd;
	color: #000;
}

#page-form input#Checknum {
	margin: 0 10px 0 0;
}

#page-form select {
	width: calc(100% - 1px);
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-appearance: none;
	background: url(/images/40/arrow.png) no-repeat scroll 99% center transparent;
	background-repeat: no-repeat;
	background-position: 97% 50%;
	padding: 20px 17px;
}

#page-form p.send input {
	background: #9e9286;
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 15px 40px;
	font-size: 16px;
	outline: none;
	cursor: pointer;
	letter-spacing: 2px;
	border-radius: 10px;
}

#page-form .btn p.phone a {
	background: #282727;
	color: #fff;
	text-align: center;
	padding: 16px 40px;
	font-size: 16px;
	letter-spacing: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
}

#page-form .btn p.line a {
	background: #2b9a24;
	color: #fff;
	text-align: center;
	padding: 16px 40px;
	font-size: 16px;
	outline: none;
	cursor: pointer;
	letter-spacing: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
}

#page-form .btn p a svg {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

#page-form p.send input:hover,
#page-form .btn p a:hover {
	opacity: .8
}

#page-form h2 {
	text-align: center;
	color: #333e51;
	margin-bottom: 40px;
	font-size: 35px;
	letter-spacing: 2px;
}

#page-form article {
	font-size: 15px;
	line-height: 170%
}

#page-form h2 img {
	margin-right: 5px;
	vertical-align: bottom
}

#page-form h2 b {
	display: inline-block;
	font-size: 24px;
	color: #353535;
	margin-right: 10px;
	vertical-align: baseline
}

#wrap .titlleJJ {}

#wrap .titlleJJ h2 {
	display: flex;
	justify-content: center;
	color: #282727;
	margin-bottom: 0;
	font-size: 40px;
}

#wrap .titlleJJ b {
	display: flex;
	justify-content: center;
	text-transform: uppercase;
	color: #daccc0;
	font-weight: 300;
	letter-spacing: 0.15em;
}

/* about_area */
#about_area {
	position: relative;
	padding-bottom: 100px;
	padding-top: 80px;
	background: #f6f6f6;
	margin: 0;
}

#about_area .info_box article {
	margin-bottom: 30px;
	width: 90%;
	line-height: 220%;
	letter-spacing: 1.5px;
	font-weight: 300;
	text-align: justify;
}

#about_area .title_box .sub_title:after {
	margin: 30px 0 0;
}

#about_area .info_box article p {
	color: #656565;
	font-size: 16px;
	font-weight: 400;
}

.more_btn {
	background: #9e9286;
}

/* product_area */
#product_area .slick-list {
	overflow: visible;
	width: 100%;
}

/* news_area */
#news_area .title_box .sub_title,
#news_area .title_box .area_title {
	text-align: center;
}

#news_area .list_box img {
	height: 250px;
}

#news_area .list_box .info_box {
	padding: 15px 0;
}

#news_area .list_box .info_box p a {
	margin-right: 10px;
	max-width: calc(100% - 100px);
	font-weight: 400;
	z-index: 2;
	background: #f4c100;
	color: var(--white);
	padding: 0 15px;
}

#news_area .list_box .info_box p .time {
	width: 90px;
	font-weight: 300;
}

#news_area .list_box .info_box h3 {
	height: 34px;
	font-size: 20px;
	color: #5e5e5e;
	font-weight: 400;
}

/* book_area */
#book_area .list_box img {
	height: 450px;
}

#book_area .list_box .img_box {
	border: var(--white) solid;
	border-width: 0 1px 1px 0;
}

#book_area .list_box .img_box:before,
#book_area .list_box .img_box:after {
	position: absolute;
	width: 100%;
	height: 100%;
	background: var(--white);
	z-index: 9;
	opacity: .4;
	content: "";
}

#book_area .list_box .img_box:after {
	right: 0;
	bottom: 0;
}

#book_area .list_box .atag_item {
	z-index: 10;
}

#book_area .list_box .badge {
	margin: auto;
	padding: 10px 20px;
	max-width: calc(80% - 40px);
	height: 34px;
	line-height: 36px;
	font-size: 20px;
}

/* youtube_box */
#youtube_box {
	min-height: 1px;
	padding-bottom: 30%;
}

#youtube_box a {
	position: absolute;
	background: var(--white);
	display: flex;
	top: 50%;
	left: 50%;
	z-index: 99;
}

#youtube_box a i {
	margin: auto;
	font-size: 30px;
	color: var(--primary);
}

#youtube_box iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
}

/* more */
p.more {
	padding: 20px 0;
	text-align: center;
}

p.more a {
	position: relative;
	overflow: hidden;
	padding: 12px 60px;
	display: inline-block;
	align-items: center;
	border: 1px #d6d6d6 solid;
	letter-spacing: .06em;
	line-height: 30px;
	transition: 1.2s ease 1.8s;
	transform: translateY(0%);
	background: white;
	border-radius: 150px;
}

p.more a:before {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #9e9286;
	top: 0;
	left: 0;
	transform: translateY(110%);
	transition: .4s cubic-bezier(.23, 1, .32, 1);
	content: "";
}

p.more a font {
	position: relative;
	display: inline-block;
	font-size: 13px;
	color: #676767;
	padding-bottom: 5px;
	z-index: 2;
}

p.more a:hover {
	border-color: #9e9286;
}

p.more a:hover:before {
	transform: translateY(0);
}

p.more a:hover font {
	color: #fff;
}

/* custom_area */
#custom_area {
	margin: 0;
	padding: 80px 0;
}

#custom_area:before {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #f5f5f582;
	display: block;
	bottom: 0;
	left: 0;
	content: "";
}

#custom_box {}

#custom_box ul {
	display: flex;
	width: 100%;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: space-between;
}

#custom_box li {
	width: calc(100%/4 - 14px);
	border: #b0b0b075 1px solid;
	margin: 3px 6px;
	position: relative;
}

#custom_box li:nth-child(5),
#custom_box li:nth-child(6) {
	width: calc(100%/2 - 60px);
	margin-top: 8px;
}

#custom_box li:nth-child(5):before {
	content:
		"";
	position:
		absolute;
	width: 50px;
	height: 2px;
	background: #b4b4b4;
	rotate(45deg): rotate(30deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform:
		rotate(45deg);
	left: calc(100% + 30px);
	top: 120px;
}

#custom_box li:nth-child(5):after {
	content:
		"";
	position:
		absolute;
	width: 50px;
	height: 2px;
	background: #b4b4b4;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: calc(100% + 30px);
	top: 120px;
}

#custom_box li .row {
	margin: 0 auto;
	padding: 50px 10px;
	border-radius: 50px;
}

#custom_box li .row .photo {
	width: 70%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#custom_box li .row .photo img {
	width: 50px;
}

#custom_box li .row h2 {
	font-size: 29px;
	text-align: center;
	margin-top: 20px;
	color: #bb1d25;
	letter-spacing: 2px;
}

#custom_box li .row article {
	margin-top: 20px;
	line-height: 160%;
	font-size: 14px;
	text-align: center;
	color: #4a4a4a;
}

@-webkit-keyframes spineer {
	0% {
		-webkit-box-shadow: 0 0 0 0 var(--info);
	}

	70% {
		-webkit-box-shadow: 0 0 0 20px transparent;
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 transparent;
	}
}

@keyframes spineer {
	0% {
		box-shadow: 0 0 0 0 var(--info);
	}

	70% {
		box-shadow: 0 0 0 20px transparent;
	}

	100% {
		box-shadow: 0 0 0 0 transparent;
	}
}

@media screen and (max-width: 1440px) {
	#custom_box ul {
		width: 100%;
	}

	#page-form .workframe {
		width: 90%;
	}
}

@media screen and (min-width: 1281px) {
	#book_area .list_box li:hover .badge {
		background: var(--primary);
		color: var(--white);
	}

	#custom_box li:hover .row {}
}

@media screen and (max-width: 1280px) {
	#about_area .info_box article {
		width: 100%;
		letter-spacing: 0;
	}
}

@media screen and (max-width: 1024px) {
	#custom_box li {
		width: 50%
	}

	#custom_box li .row .photo {
		width: 30%;
	}
}

@media screen and (max-width: 768px) {
	#news_area .list_box .info_box {
		padding: 15px 0;
	}

	#youtube_box {
		padding-bottom: 60vw;
	}

	#page-form .workframe {
		padding: 0;
		background: none;
	}

	#page-form {
		background: #f8f8f8;
		padding: 40px 0;
		margin: 0;
	}

	#page-form:after {
		display: none;
	}
}

@media screen and (max-width: 640px) {
	#custom_box li {
		width: 100%
	}

	#custom_box li:nth-child(5),
	#custom_box li:nth-child(6) {
		width: 100%;
	}

	#book_area .list_box img {
		height: 65vw;
	}

	section .title_box .area_title {
		font-size: 30px;
	}

	section .title_box .sub_title {
		font-size: 16px;
	}

	#product_area .list_box {
		overflow: hidden;
	}

	#page-form p {
		width: 100%;
	}

	#page-form .btn p {
		width: 100%;
		margin: 5px 0 10px;
	}

	#wrap .titlleJJ h2 {
		font-size: 24px;
	}

	#wrap .titlleJJ b {
		font-size: 11px;
	}

	#custom_box li .row h2 {
		font-size: 22px;
	}

	#about_area {
		padding-top: 0;
		padding-bottom: 0;
	}

	.more_btn {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

@media screen and (max-width: 450px) {
	#product_area .bgBox {
		width: 100%;
		object-fit: cover;
		height: 240px;
	}
}