/* layout.less */
aside b .fa {
	transform: rotate(0);
	-webkit-transform: rotate(0);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out
}

aside>ul>li .subUL {
	transform: translate(0, 30px);
	-webkit-transform: translate(0, 30px)
}

aside>ul>li[data-type="2"] h4 b .fa {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg)
}

aside>ul>li[data-type="2"] .subUL {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0)
}

#faq_list li .title i {
	transform: rotate(0);
	-webkit-transform: rotate(0);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out
}

#faq_list li.current .title i {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg)
}

#book_list li .img_box:before,
#book_list li .img_box:after {
	transform: scaleY(0);
	-webkit-transform: scaleY(0)
}

#book_list li .img_box:after {
	transform-origin: center bottom;
	-webkit-transform-origin: center bottom
}

@media (min-width:1281px) {

	#book_list li:hover .img_box:before,
	#book_list li:hover .img_box:after {
		transform: scaleY(0);
		-webkit-transform: scaleY(0)
	}

	#book_list li:hover .teinfo font {
		ransform: translateY(-22px);
		-webkit-transform: translateY(-22px)
	}
}

[data-action="loader"] .loader_circle {
	width: 50px;
	height: 50px;
	border-radius: 50%
}

[data-action="loader"]#lodbg .loader_circle {
	-webkit-animation: circle infinite 0.75s linear;
	animation: circle infinite 0.75s linear
}

@keyframes circle {
	0% {
		transform: rotate(0);
		-webkit-transform: rotate(0)
	}

	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg)
	}
}

@-webkit-keyframes circle {
	0% {
		transform: rotate(0);
		-webkit-transform: rotate(0)
	}

	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg)
	}
}

.JJtitle .Jterightbox h2 {
	text-align: center;
}

/* header */


/*poouitembox*/
.poouitembox {
	display: flex;
	width: 90%;
	margin: 50px auto 0px;
	justify-content: space-around;
}

.poouitembox .pouleftbox {
	width: 290px;
}

.poouitembox .pourightbox {
	width: 100%;
	position: relative
}

.poouitembox .pourightbox:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0%;
	background: rgb(233 233 233 / 46%);
	left: -87px
}

.poouitembox .pourightbox .workframe {
	width: 100%;
	margin: 0;
	display: flex;
	flex-direction: column
}

.poouitembox .pouleftbox .page_area {
	display: flex;
	flex-direction: column;
	padding-top: 50px;
}

.poouitembox .navtitleJ {
	display: flex;
	flex-direction: column;
	margin-bottom: 40px
}

.poouitembox .showem {
	display: flex;
	justify-content: space-between;
	padding: 20px 20px;
	border: #e9e9e9 1px solid;
}

.poouitembox .showem.senshow b .fa {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.poouitembox .showem b .fa:before {
	content: "\f107";
}

.poouitembox .navtitleJ h3 {
	font-size: max(1.4*(1vw + 1vh) / 2, 25px);
	padding-bottom: 10px
}

.poouitembox .navtitleJ span {
	width: 100%;
	height: 1px;
	background: #5e5e5e
}

.poouitembox .pouleftbox .page_area #category_nav.navJshow {
	display: flex;
}

.poouitembox .pouleftbox .page_area #category_nav {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px
}

.poouitembox .pouleftbox .page_area #category_nav li a {
	width: 100%
}

.poouitembox .pouleftbox .page_area #category_nav li a.baqatitle {
	color: #4a6272;
}

.poouitembox .pouleftbox .page_area #category_nav li b {
	position: absolute;
	right: 10px
}

.poouitembox aside>ul>li .subUL {
	position: relative;
	width: 100%;
	left: 0;
	height: 0
}

.poouitembox aside>ul>li[data-type="2"] .subUL {
	box-shadow: unset;
	height: auto;
}

.poouitembox aside>ul>li .subUL>li .subULHead a {
	padding: 15px 15px
}

/* wrap */
#wrap {
	z-index: 6;
	background: #fefefe;
	background-image: url(/template/image/06/web_bg.jpg);
}

#wrap .page_area {
	margin: auto;
	width: 100%;
	z-index: 2;
	position: absolute;
	top: 0;
}

#wrap .page_area .waylink * {
	color: #2d2d2d;
}

#category_nav {
	margin-top: 0;
	background: #f0f0f0;
	padding-top: 10px;
	padding-bottom: 0
}

#wrap .shadow {
	box-shadow: 0 0 20px rgba(var(--black-rgb), .2)
}

/* sub_banner */
#sub_banner {
	top: 0;
	left: 0;
	position: relative;
	display: flex;
	width: 100%;
	margin-top: 100px;
}

#sub_banner a {
	width: 100%;
	display: flex;
}

#sub_banner a,
#page_title {
	padding-top: 0;
	height: 400px
}

#sub_banner a img {
	height: 100%;
}

#sub_banner a:after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	content: ""
}

/* page_title */
#page_title>div {
	margin: auto;
	padding-top: 0;
}

#page_title .pag_tit {
	font-size: max(3.3 * (1vw + 1vh) / 2, 35px);
	color: var(--secondary);
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

#page_title .pag_tit:before {
	content: "";
	position: absolute;
	width: 73px;
	aspect-ratio: 73/81;
	background: url(/template/image/06/beer.png);
	background-size: cover;
	top: -73px;
	background-position: 50%;
	z-index: -1;
}

.cootenav {
	display: flex;
	justify-content: center;
	gap: 10px
}

.cootenav a {
	padding: 1px 22px;
	border-radius: 555px;
	background: #fff;
	margin-top: 24px
}

.cootenav a.activepage,
.cootenav a:hover {
	background: var(--primary);
	color: var(--white)
}

/*searchbox*/
.searchbox {
	position: absolute;
	right: 0;
	width: 196px;
	top: 0
}

.searchbox input {
	border: none;
	font-size: 15px
}

#hSearch {
	display: flex;
	width: 100%;
	height: 37px;
	border-bottom: #3b3b3b 2px solid
}

.searchbox svg {
	width: 22px;
	aspect-ratio: 1/1;
	fill: #555
}

.top_searchboox {
	display: flex;
	flex-direction: column;
	align-items: center
}

.top_searchboox .searchbox {
	position: relative;
	right: unset;
	top: unset;
	display: flex;
	width: min(400px, 100%);
	align-items: center;
	gap: 10px;
	justify-content: center
}

.top_searchboox .searchbox form {
	width: auto
}

.scitem {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px
}


/* waylink */
.waylink ol {
	padding-top: 5px;
	display: flex;
	align-items: center;
	gap: 3px;
	padding: 5px 0;
	border-bottom: #d1d1d1 1px solid;
	margin-top: 34px;
}

.waylink ol li,
.waylink ol li a {
	letter-spacing: 1.5px;
	font-weight: 400;
	font-size: 14px;
	vertical-align: bottom;
	color: #afafaf;
}

.waylink ol li:after {
	margin: 0 10px;
	display: inline-block;
	font-weight: 100;
	aspect-ratio: 3/2;
	width: 12px;
	content: "";
	background: url(/template/image/06/fast-forward.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}

.waylink ol li:last-child:after {
	margin: 0;
	content: "";
	display: none;
}

.waylink ol li {
	color: #2f2f2f;
}

/* aside */
aside>ul {
	margin-top: 2vw
}

aside ul li b {
	padding: 5px 10px
}

aside ul li b .fa:before {
	content: "\f107"
}

aside>ul>li {
	position: relative;
	display: inline-block
}

aside>ul>li h4 {
	padding: 0 15px
}

aside>ul>li h4 a {
	padding: 10px 5px 10px 10px;
	font-weight: 300;
	font-size: 18px
}

aside>ul>li.action h4 a,
aside>ul>li.action h4 i {
	color: var(--primary)
}

aside>ul>li .subUL {
	position: absolute;
	margin-top: 0;
	width: 180px;
	background: var(--white);
	left: calc((100% - 180px) / 2)
}

aside>ul>li .subUL>li {
	border-bottom: 1px rgba(var(--gray-rgb), .1) solid
}

aside>ul>li .subUL>li a {
	padding: 3px 15px;
	display: block;
	line-height: 140%;
	font-weight: 300
}

aside>ul>li .subUL>li .subULHead a {
	padding: 10px 15px;
	color: #5b5b5b;
}

aside>ul>li .subUL>li b {
	display: none
}

aside>ul>li .sub2UL {
	margin: 0 10px 10px
}

aside>ul>li[data-type="1"] {
	overflow: hidden
}

aside>ul>li[data-type="1"] .subUL {
	box-shadow: 0 0 15px rgba(var(--black-rgb), 0);
	opacity: 0;
	z-index: -1
}

aside>ul>li[data-type="2"] {
	overflow: visible
}

aside>ul>li[data-type="2"] .subUL {
	box-shadow: 0 0 15px rgba(var(--black-rgb), .15);
	opacity: 1;
	z-index: 1
}

/* list_box */
.list_box li {
	margin: 0 15px 50px;
	border-radius: 20px 20px 2px 2px
}

.list_box li img {
	background: rgba(var(--primary-rgb), .05)
}

#product_list .img_scale img {
	background-size: cover;
	background-position: 50%
}

#product_list .right_box {
	display: none
}

/* article_list */
#article_list li h3 {
	padding: 10px 20px;
	width: calc(90% - 0px);
	height: 51px;
	background: rgba(var(--white-rgb), .9);
	line-height: 37px;
	font-weight: 400;
	font-size: 18px;
	bottom: 20px;
	left: 5%;
	color: #364243
}

#article_list li img {
	height: 35vw
}

#article_list li .info_box {
	padding: 30px;
	width: calc(100% - 100px);
	background: rgba(var(--white-rgb), .9);
	bottom: -100%;
	left: 20px;
	opacity: 0
}

#article_list li .info_box p {
	height: 34px;
	font-size: 20px
}

#article_list li .info_box .cate {
	z-index: 2
}

#article_list li .info_box article {
	margin: 15px 0 40px;
	height: 90px;
	line-height: 220%;
	font-weight: 300;
	font-size: 14px;
	-webkit-line-clamp: 3
}

/* news_list */
#news_list {
	display: flex;
	flex-direction: column;
	margin-top: 60px;
}

#news_list li {
	width: 100%;
	padding: 3px 10px;
	margin: 0 0px 30px;
	border-radius: 10px;
	background: #f5f5f5;
	list-style: none;
}

#news_list li:hover {
	-moz-transform: translateY(-0.25em);
	-webkit-transform: translateY(-0.25em);
	-o-transform: translateY(-0.25em);
	-ms-transform: translateY(-0.25em);
	transform: translateY(-0.25em);
	background: #f8f8f8
}

#news_list li:hover .info_box h3 {
	color: var(--secondary);
}

#news_list li img {
	height: 320px
}

#news_list li .info_box {
	padding: 15px 30px;
	display: grid;
	gap: 2%;
	grid-template-columns: 94% 4%;
	align-items: center;
}

#news_list .catege_nw {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px
}

#news_list li .info_box p a {
	margin-right: 10px;
	max-width: calc(100% - 100px);
	font-weight: 400;
	z-index: 2
}

#news_list li .info_box p .time {
	width: auto;
	font-weight: 300
}

#news_list li .info_box h3 {
	height: 47px;
	font-size: 28px;
	color: var(--primary);
	margin-bottom: 10px
}

#news_list .nw_leftbox svg {
	width: 30px
}

#news_list .nw_leftbox {
	display: flex;
	flex-direction: column;
	align-items: center
}

#news_list .dedetext {
	height: 56px;
	-webkit-line-clamp: 2
}

/* faq_list */
#faq_list li {
	margin-bottom: 30px;
}

#faq_list li .info li {
	margin-bottom: 0px;
	list-style: disc;
	margin-left: 20px;
}

#faq_list li .title font {
	padding: 15px 65px 15px 25px;
	background: var(--white);
	font-size: max(1.4*(1vw + 1vh) / 2, 16px);
	box-shadow: 0 0 10px rgb(178 178 178 / 20%)
}

#faq_list li .title i {
	font-size: 26px;
	top: calc((100% - 26px) / 2);
	right: 25px
}

#faq_list li .info {
	padding: 25px;
	font-size: 14px;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none
}

#faq_list li.current {
	box-shadow: 0 0 15px rgba(var(--black-rgb), .2)
}

#faq_list li.current .title font {
	background: var(--primary);
	box-shadow: none;
	color: var(--white)
}

#faq_list li.current .title i {
	color: var(--white)
}

/* book_list */
#book_list img {
	height: 250px
}

#book_list .img_box {
	border: var(--white) solid;
	border-width: 0 1px 1px 0
}

#book_list .img_box:before,
#book_list .img_box:after {
	position: absolute;
	width: 100%;
	height: 100%;
	background: var(--white);
	z-index: 9;
	opacity: .4;
	content: ""
}

#book_list .img_box:after {
	right: 0;
	bottom: 0
}

#book_list .atag_item {
	z-index: 10
}

#book_list .badge {
	margin: auto;
	max-width: calc(80% - 40px);
	height: 44px;
	line-height: 36px;
	width: 100%;
	font-size: max(1.4*(1vw + 1vh) / 2, 16px);
	background: unset;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: pre-wrap
}


/* album_list */
#album_list {
	flex-wrap: wrap
}

#album_list>div {
	margin: 0 1px 1px 0;
	height: 300px;
	flex-grow: 1
}

#album_list>div img {
	width: auto;
	min-width: 100%;
	height: 300px
}

#book_list {
	width: min(90%, 1440px);
	margin: 0 auto
}

/* content_wrap */
#content_wrap {
	position: relative;
	padding: 45px 0 50px;
	z-index: 1;
	border-bottom: #ededed 1px solid
}

#content_wrap h1 {
	margin-bottom: 5px;
	padding: 30px 20px 10px;
	border-bottom: 1px rgba(var(--black-rgb), .1) solid;
	line-height: 130%;
	font-size: max(2.2*(1vw + 1vh) / 2, 26px)
}

#content_wrap .top_box {
	padding: 0 20px
}

#content_wrap .quote_box {
	margin-right: 30px
}

#content_wrap ol {
	margin-left: 25px;
}

/* pagenav */
#pagenav {
	padding-top: 50px
}

#pagenav a,
#pagenav strong {
	margin: 0 2px;
	width: 35px;
	height: 35px;
	background: rgba(var(--black-rgb), .1);
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	line-height: 35px;
	font-weight: 400
}

.number_hit {
	background: var(--secondary);
	color: var(--white)
}

.number_hit a {
	color: var(--white)
}

#pagenav a:first-child,
#pagenav a:last-child {
	line-height: 30px
}

#pagenav p a {
	margin: 0;
	padding: 0 20px;
	width: auto;
	border-radius: 20px
}

#pagenav p a i {
	margin: 0 5px 0 0
}

#pagenav p a font {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none
}

#pagenav p:last-child a i {
	margin: 0 0 0 5px
}

/* describe */
#describe {
	margin: 2em 0 5vw
}

.cenifame {
	display: flex;
	flex-direction: column;
	align-items: center
}

.antext {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px 0 0px
}

.antext p {
	text-align: center
}

.cenifame iframe {
	width: min(100%, 1000px);
	aspect-ratio: 5/3;
	height: auto
}

.cninfotext {
	padding: 50px;
	background: #ffffff;
	box-shadow: 0 0 21px rgb(208 208 208 / 30%)
}

.cninfotext div {
	margin-bottom: 30px
}

.cninfotext h3 {
	font-size: max(1.6*(1vw + 1vh) / 2, 18px);
	color: #a3c9cb;
	font-weight: 500
}

.cninfotext p {
	font-size: max(1.2*(1vw + 1vh) / 2, 16px)
}

.cenifame .titlevent {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 0
}

.cenifame .titlevent h2 {
	margin-top: 20px
}

.cenifame .titlevent:before {
	content: "";
	position: relative;
	display: flex;
	width: 1px;
	height: 50px;
	background: #a1a1a1
}

#describe * {
	vertical-align: bottom;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

h2.pateeitle {
	font-size: max(2.4 * (1vw + 1vh) / 2, 26px);
	font-weight: 600;
	line-height: 110%;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px
}

h3.geetitle {
	font-size: max(1.9 * (1vw + 1vh) / 2, 23px);
	color: var(--secondary)
}

h3.inlittleJtitle {
	font-size: max(2 * (1vw + 1vh) / 2, 23px);
	color: #344f48
}

h4.littleJtitle {
	font-size: max(1.5 * (1vw + 1vh) / 2, 21px);
	color: #344f48
}

ul.ULstytle01 {
	list-style: cjk-ideographic;
	margin-left: 50px;
	width: calc(100% - 50px);
	margin-bottom: 40px
}

ul li {
	color: #344f48;
	font-weight: 400
}

ul.ULstytle02 {
	list-style: circle;
	margin-left: 50px;
	width: calc(100% - 50px);
	margin-bottom: 40px
}

ul.ULstytle02 li span {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-left: 5px
}

ul.ULstytle02 li span.colortxbox {
	background: var(--complement);
	color: #f0f8ff;
	padding: 5px 10px;
	width: min(200px, 100%);
	margin: 14px 0 2px
}

ul.ULstytle02 li span.lingtext {
	font-size: max(1.2 * (1vw + 1vh) / 2, 18px);
	color: var(--secondary);
	font-weight: 600
}

.feeinnerbox {
	margin-top: 50px;
}

/*dowlonbox*/
.dowlonbox {
	display: flex;
	flex-direction: column;
	gap: 10px
}

.dowlonbox .dowlist {
	display: grid;
	grid-template-columns: 41px 1fr 40px;
	padding: 20px;
	gap: 21px;
	align-items: center;
	background: #efefef;
	border-radius: 10px
}

.dowlonbox .dowlist:hover {
	-moz-transform: translateY(-.25em);
	-webkit-transform: translateY(-.25em);
	-o-transform: translateY(-.25em);
	-ms-transform: translateY(-.25em);
	transform: translateY(-.25em);
	background: #e3e3e3
}


/* form_box */
.form_box {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 36px 30px;
	margin-top: 30px
}

.form_box .ordJ {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start
}

.form_box .ordJ .covtitle {
	width: 100%;
	border-bottom: #c0c0c0 1px solid;
	padding: 5px 0;
	margin-bottom: 10px;
	margin-top: 20px
}

.fullboox,
.fullboox input {
	width: 100%
}

.form_box .ordJ .amJJbox {
	display: flex;
	flex-wrap: wrap
}

.form_box .ordJ .amJJbox .amJJlist {
	margin-right: 20px
}

.form_box p.large,
.form_box .fullbooxJJ {
	grid-column: 1/3
}

.form_box .large textarea {
	width: 100%
}

.form_box p.note {
	margin-bottom: 20px
}

.form_box .seere {
	position: relative;
	display: flex;
	align-items: center;
}

.form_box .seere .fas {
	position: absolute;
	right: 12px;
}

.form_box p #btnOK {
	width: 150px
}

.form_box .ordJ .amJJbox.down {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%
}

.down span {
	position: absolute;
	right: 14px;
	font-size: 9px;
	color: #4e4e4e
}

.ordJ input[type="radio"] {
	width: auto;
	padding: 6px;
	border-radius: 500px;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto
}

/* lodbg */
[data-action="loader"] {
	width: 100vw;
	height: 100vh;
	background: rgba(var(--black-rgb), .3);
	line-height: 100vh;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1
}

[data-action="loader"] .loader_circle {
	border: 2px rgba(var(--black-rgb), .6) solid;
	border-left-color: rgba(var(--white-rgb), .4)
}

#lodbg {
	opacity: 1;
	z-index: 99999
}

/* iframe */
footer .coinorightbox iframe {
	position: relative;
	height: 300px
}

footer #f_info #f_contact:before {
	width: 110px;
	background-size: contain;
	background-repeat: no-repeat;
	left: 400px
}


/* search-dropdown */
.dropdown-container {
	position: relative;
	width: 280px;
	user-select: none
}

.dropdown-selected {
	background: var(--secondary);
	padding: 14px 20px;
	border-radius: 12px;
	font-size: 1.25rem;
	cursor: pointer;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .2);
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: background .3s ease
}

.dropdown-selected span {
	color: var(--white);
}

.dropdown-selected:hover {
	background: var(--primary);
}

.dropdown-selected::after {
	content: "";
	border: 6px solid transparent;
	border-top-color: #fff;
	margin-left: 12px;
	transition: transform .3s ease
}

.dropdown-container.open .dropdown-selected::after {
	transform: rotate(180deg)
}

.dropdown-list {
	position: absolute;
	background: rgba(255 255 255 / .9);
	width: 100%;
	border-radius: 12px;
	margin-top: 8px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .25);
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s ease;
	color: #333;
	z-index: 1000
}

.dropdown-container.open .dropdown-list {
	max-height: 200px;
	overflow-y: auto
}

.dropdown-item {
	padding: 14px 20px;
	font-size: 1.25rem;
	cursor: pointer;
	border-radius: 12px;
	user-select: none
}

.dropdown-item:focus,
.dropdown-item:hover {
	background: var(--secondary);
	color: #fff;
	outline: 0;
	border-radius: 0;
}

.selected-display {
	margin-top: 2rem;
	font-size: 1.3rem;
	font-weight: 700;
	color: #ffeb3b;
	text-shadow: 0 0 8px #ffeb3b;
	text-align: center
}


.fivegrid_box {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	align-items: center;
	margin: 50px 0 0;
}

.fourgrid_box {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	align-items: center;
	margin: 10px 0 0;
}

.bookitem {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px
}

/*speedinner*/
.speedinner .speedlist {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(800px, 100%);
	margin: 0 auto 15px;
	padding: 20px 30px;
	border-radius: 555px
}

.speedinner .speedlist * {
	color: #fff
}

.speedinner .speedlist[data-type="1"] {
	background: var(--complement)
}

.speedinner .speedlist[data-type="2"] {
	background: var(--gray)
}

.speedinner .spcheck div {
	display: flex;
	align-items: center;
	gap: 10px
}

.speedinner .speedlist[data-type="1"] .spno {
	display: none;
}

.speedinner .speedlist[data-type="2"] .spyes {
	display: none;
}

/*ggmap*/
.ggmap {
	display: flex;
	flex-direction: column;
	align-items: center
}

.ggmap iframe {
	width: 100%;
	aspect-ratio: 7/3
}

.comitem {
	/* display: flex; */
	gap: 50px;
	flex-wrap: wrap;
	padding: 30px 0;
	justify-content: center;
	border-bottom: #dbdbdb 1px solid;
	width: 50%;
	margin: 0 auto;
}

.comitem p {
	text-align: left;
}

.comitem a:hover {
	color: var(--secondary)
}

.comqr {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 20px;
	align-items: start;
	margin: 50px 0 0
}

.comqr a {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.comqr p {
	min-height: 66px;
	text-align: center
}

.mainfobox {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 47px;
	align-items: center
}

.mainfobox h2.pateeitle {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 0
}

.mainfobox .mooinfo {
	margin: 50px 0 10px
}


@media screen and (min-width: 1025px) {
	.poouitembox .showem {
		display: none;
	}
}

@media screen and (min-width: 1281px) {

	#sub_banner a,
	#page_title {
		padding-top: 0;
		height: 400px;
	}

	aside>ul>li:hover h4 a,
	aside>ul>li:hover h4 i,
	aside>ul>li.action h4 a {
		color: var(--secondary)
	}

	#article_list li:hover h3 {
		opacity: 0
	}

	aside>ul>li.action h4 a {
		border-bottom: var(--secondary) 2px solid;
		font-weight: 600
	}

	#article_list li img {
		height: 500px;
		object-fit: none;
	}

	#article_list li:hover .info_box {
		bottom: 20px;
		opacity: 1
	}

	#book_list li {
		padding: 10px
	}

	#book_list li:hover .badge {
		background: var(--secondary);
		color: var(--white)
	}

	#pagenav a:hover {
		background: var(--primary);
		color: var(--white)
	}

	#pagenav a:hover font,
	#pagenav a:hover i,
	#pagenav a:hover i:before {
		color: var(--white)
	}
}

@media screen and (max-width: 1470px) {
	#sub_banner {
		margin-top: 73px;
	}

	.poouitembox .pouleftbox {
		width: 277px
	}

	.poouitembox .pourightbox {
		width: calc(90% - 365px)
	}

	.poouitembox .pourightbox:before {
		left: -56px
	}
}

@media screen and (max-width: 1024px) {
	.comqr {
		grid-template-columns: repeat(3, 1fr);
		gap: 15px;
	}

	.poouitembox .pouleftbox .page_area #category_nav {
		display: none;
	}

	.form_box {
		grid-template-columns: 1fr;
		gap: 25px 30px
	}

	.form_box p.large,
	.form_box .fullbooxJJ {
		grid-column: 1 / 1
	}

	.form_box p.large {
		grid-column: inherit
	}

	.poouitembox {
		display: flex;
		flex-direction: column;
		margin: 10px auto 10px
	}

	.poouitembox .pouleftbox {
		width: 100%;
		order: 1;
	}

	.poouitembox .pourightbox {
		width: 100%;
		order: 2;
	}

	.poouitembox .navtitleJ {
		display: none;
	}

	.poouitembox .pouleftbox iframe {
		display: none;
	}

	.poouitembox .pouleftbox .page_area {
		padding-top: 25px;
	}
}

@media screen and (max-width: 980px) {

	.fivegrid_box,
	.fourgrid_box {
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
	}

	.comitem {
		gap: 12px;
		width: 100%;
	}

	.mainfobox {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}

	.mainfobox .mooinfo {
		margin: 20px 0 10px;
	}
}

@media screen and (max-width: 768px) {
	#article_list li img {
		height: 50vw;
	}

	#news_list li .info_box {
		padding: 15px 15px;
		grid-template-columns: 91% 5%;
		gap: 4%;
	}
}

@media screen and (max-width: 640px) {
	#article_list li img {
		height: 320px
	}

	#book_list {
		margin: 0 5%
	}

	#book_list li {
		margin-bottom: 20px
	}

	#book_list .img_box {
		border: 0
	}

	#album_list>div,
	#album_list>div img {
		height: 40vw
	}

	aside>ul>li h4 a {
		font-size: 16px;
		font-weight: 400;
	}
}

@media screen and (max-width: 550px) {
	#community {
		margin-top: 10px
	}

	#pagenav p a i,
	#pagenav p:last-child a i {
		margin: 0
	}

	#content_wrap {
		padding: 50px 0 30px;
	}

	#pagenav {
		padding-top: 10px;
	}

	#content_wrap h1 {
		padding-left: 1px;
		font-size: max(2.2*(1vw + 1vh) / 2, 24px)
	}

	#sub_banner a,
	#page_title {
		height: 293px;
	}

	.list_box li {
		margin: 10px 10px 40px;
		border-radius: 20px
	}

	#article_list li h3 {
		width: 95%;
		left: 2.5%
	}

	#book_list .badge {
		max-width: 100%
	}
}

@media screen and (max-width: 480px) {
	footer:before {
		display: none;
	}

	footer {
		padding-top: 30px;
	}

	#sub_banner {
		margin-top: 75px;
	}

	ul.ULstytle02 {
		margin-left: 20px;
		width: calc(100% - 20px);
	}

	.fivegrid_box,
	.fourgrid_box {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
}


@media screen and (max-width: 450px) {

	#album_list>div,
	#album_list>div img {
		height: 50vw
	}

	#pagenav a,
	#pagenav strong {
		margin: 0;
		width: 24px;
		height: 24px;
		line-height: 24px;
		font-size: 14px
	}

	#pagenav a:first-child,
	#pagenav a:last-child {
		line-height: 20px
	}

	#pagenav p a i,
	#pagenav p:last-child a i {
		font-size: 20px
	}
}