@import url('/css/animate.css');

#describe *, .tab_content * { vertical-align: bottom; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border-width: initial; }

.wow { animation: fadeIn 1.5s both; -webkit-animation: fadeIn 1.5s both; animation-duration: 1s; -webkit-animation-duration: 1s; animation-name: fadeInUp; -webkit-animation-name: fadeInUp; }

/* bannerArea */
.bannerArea { clear: both; overflow: hidden; position: relative; z-index: 3; }
.bannerArea .Txt { position: absolute; top: 40%; left: 0; right: 0; margin: 0 auto; -webkit-transform: translateY(-30%); transform: translateY(-30%); z-index: 11; display: block; padding: 0px 20px 0; letter-spacing: 2px; width: var(--width-xl); }
.bannerText { position: relative; display: flex; flex-direction: column-reverse; align-items: flex-start; }
.bannerArea svg { position: absolute; left: 0; top: -10px; content: ""; width: 40px; height: 48px; fill: #ededed; }
.bannerArea .Img { position: relative; }
.bannerText .pag_tit { color: #ffffff; line-height: 130%; letter-spacing: 3px; font-weight: 500; font-size: 22px; position: relative; padding-left: 50px; }
.bannerText .pag_tit:before { content: ""; width: 80px; height: 1px; background: #ffffff70; display: block; position: absolute; top: -15px; left: 0; }
.bannerArea:before { content: ''; width: 100%; height: 100%; background: url(/images/39/img_bn_BG_04.png) no-repeat 50% 200%; position: absolute; left: 0; bottom: 0; z-index: 2; opacity: 1; }
.bannerArea:after { content: ''; width: 100%; height: 100%; background: url(/images/39/img_bn_BG_01.png) no-repeat 50% 100%; position: absolute; left: 0; bottom: 0; z-index: 2; }
.bannerText em { color: #ffffff; font-style: inherit; position: relative; margin-bottom: 30px; font-size: 40px; line-height: 120%; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; opacity: .4; font-family: 'Lato', sans-serif; }
.bannerArea .bannerBox .Img { max-height: 670px; }
.bread { margin: 0 auto; display: none; }

/* sub_banner */
#sub_banner { width: 100%; height: 460px; }
#sub_banner:before { content: ''; position: absolute; height: 100%; width: 100%; top: 0; left: 0; background: url(/images/39/img_banner.png) no-repeat 50% 0; background-size: cover; z-index: 2; }
#sub_banner a { height: 100%; background: no-repeat 50% / cover; background-size: cover; background-position: 0% 50%; }

/* wrap */
#wrap { z-index: 2; background-color: #f8f6f3; }

/* top_title */
#top_title .pag_tit { line-height: 120%; font-weight: 400; letter-spacing: 5px; }
#top_title .pag_tit::first-letter { color: var(--primary); }
#top_title .newsDate { padding: 8px 0; font-size: 12px; color: #818181; letter-spacing: 1px; text-transform: uppercase; }
#top_title .newsDate b { font-size: 14px; font-weight: 400; }
#top_title .newsDate .date { display: inline-block; font-size: 14px; font-weight: 400; color: #888; }
#top_title .classTitle { position: relative; display: inline-block; padding: 3px 5px; margin-left: 20px; margin-right: 5px; font-weight: 400; font-size: 14px; background-color: #e4e4e4; color: #000; }
#top_title .classTitle::before { content: ""; position: absolute; top: 50%; left: -15px; width: 9px; height: 2px; background-color: #ccc; }
#top_title .articleTitle { border-bottom: 1px solid #d6d6d6; color: #232323; font-weight: 600; font-size: 26px; margin-bottom: 30px; padding: 0 0 20px 0; letter-spacing: 0; }

/* waylink */
.waylink ol { padding: 0px 0 10px 0; }
.waylink ol li, .waylink ol li a { letter-spacing: 1.5px; font-weight: 300; font-size: 13px; }
.waylink ol li:after { margin: 0 10px; display: inline-block; font-weight: 100; font-size: 12px; content: "/"; }
.waylink ol li:last-child:after { margin: 0; content: ""; }

/* aside */
aside { position: relative; z-index: 20; }
aside::before { content: ""; position: absolute; top: 0; left: calc(50% - 50vw); width: calc(100vw - -70px); height: 100%; }
aside ul ul.subUL { background-color: #fff; -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }
aside #sidebtn { padding: 10px 20px; width: calc(100% - 40px); z-index: 2; background: #78562a; }
aside #sidebtn:before { position: absolute; width: 100%; height: 100%; background: rgba(var(--white-rgb), .1); top: 0; left: 0; transition: .4s cubic-bezier(.23, 1, .32, 1); content: ""; }
aside #sidebtn i { top: calc((100% - 16px) / 2); right: 20px; }
aside>ul>li b[data-action="sideOpen"] { position: absolute; padding: 5px 20px; display: block; top: calc((100% - 42px) / 2); right: 0; cursor: pointer; }
aside>ul>li b[data-action="sideOpen"] i:before { content: "\f067"; }
aside>ul>li[data-type="2"] b[data-action="sideOpen"] i:before { content: "\f068"; }
aside>ul>li h4 a { min-width: 170px; display: block; color: #5a5a5a; font-size: 18px; font-weight: bold; padding: 15px 15px 17px; text-align: center; border-radius: 30px; border: 1px solid #e5e5e5; background-color: #ffffff; }
aside>ul>li.action h4 a { color: #83bc76; }
aside>ul>li ul.subUL { position: absolute; width: 190px; background: rgba(var(--black-rgb), .85); left: calc(50% - 95px); z-index: 5; opacity: 0; }
aside>ul>li ul.sub2UL { margin-left: 10px; }
aside>ul>li ul.subUL li>div { position: relative; }
aside>ul>li ul.subUL li { background-color: #eee; }
aside>ul>li ul.subUL li a { padding: 8px 10px 8px 10px; display: block; background-color: #ffffff; }
aside>ul>li ul.subUL li [data-action="sideOpen"] { display: none; }
aside>ul>li ul.sub2UL li a { color: #888; }

/* content_wrap */
#content_wrap { padding: 40px 10px 50px; z-index: 10; position: relative; margin-top: 30px; }
#content_wrap::before { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 120%; height: 100%; margin: auto; background-color: rgba(255, 255, 255, 0.8); border-radius: 110px 110px 0 0; z-index: -1; }

#content_wrap .page_subject { position: relative; padding-bottom: 20px; margin-bottom: 2rem; }
#content_wrap .page_subject::after { content: ''; width: calc(100% + 132.2%); height: 1px; background: #8585852b; display: block; position: absolute; left: -400px; bottom: 0; z-index: 0; }
#content_wrap .page_subject h1 { line-height: 170%; letter-spacing: 1px; color: #83bc76; }
#wrap .workframe { width: var(--width-xl); padding-top: 50px; padding-bottom: 30px; }

/* list_box */
.list_box li { position: relative; width: 100%; }
.list_box li h3 { height: 30px; font-weight: 400; font-size: 18px; margin: 0; color: #000; }

/* describe */
#describe { margin-bottom: 2vw; }
#describe * { vertical-align: bottom; }

/* article_list */
#article_list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px 20px; }
#article_list img { height: 280px; }
#article_list .info_box { padding: 25px 30px; background: #ffffff; }
#article_list .info_box article { font-weight: 300; }

/* news_list */
#news_list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px 20px; }
#news_list li img { aspect-ratio: 4/ 3; }
#news_list li .info_box { padding: 15px; width: calc(100% - 90px); left: 20px; bottom: 0; }
#news_list li .info_box p * { font-weight: 100; font-size: 14px; }
#news_list li .info_box p a { margin-right: 10px; padding: 0 2px; max-width: calc(100% - 82px); height: 23px; z-index: 2; }
#news_list li .newsDate { padding: 8px 0; font-size: 12px; color: #818181; letter-spacing: 1px; text-transform: uppercase; }
#news_list li .newsDate b { font-size: 14px; font-weight: 400; }
#news_list li .newsDate .date { display: inline-block; font-size: 14px; font-weight: 400; color: #888; }
#news_list li .newsDate .classTitle { position: relative; display: inline-block; padding: 3px 5px; margin-left: 20px; margin-right: 5px; font-weight: 400; font-size: 14px; background-color: #00a0e9; color: #fff; }
#news_list li .newsDate .classTitle::before { content: ""; position: absolute; top: 50%; left: -15px; width: 9px; height: 2px; background-color: #ccc; }
#news_list li h3 { color: #343434; -webkit-line-clamp: 2; height: 45px; line-height: 45px; letter-spacing: 0.1em; font-weight: 600; font-size: 20px; }
#news_list li h3:before { position: absolute; width: 0; height: 2px; background: var(--complement); display: block; bottom: 0; left: 0; content: ""; }
#news_list li .text { -webkit-line-clamp: 3; height: 83px; }
#news_list li .plus { position: absolute; bottom: 50px; right: 10px; pointer-events: none; width: 30px; height: 30px; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; }
#news_list li .plus::before, #news_list li .plus::after { content: ""; position: absolute; top: 50%; left: 0; margin-top: -1px; width: 100%; height: 2px; background-color: #616161; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; }
#news_list li .plus::after { -webkit-transform: rotate(90deg); transform: rotate(90deg); }
#news_list li .time { font-weight: 500; line-height: 120%; margin: 10px 0; width: 100%; opacity: .5; }
#news_list li .more { margin: 10px 0; font-family: 'Lato', sans-serif; }
#news_list li .more font { font-family: 'Lato', sans-serif; }
#news_list li .more svg { margin-left: 10px; width: 18px; height: 13px; }

/* product_list */
#product_list li { -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1); width: calc((100% / 3) - 30px); margin: 10px; border: 5px solid #ececec; }
#product_list li .img_cover { width: 100%; height: 300px; object-fit: cover; }
#product_list li:after { content: ""; position: absolute; right: 0px; bottom: 0; border-bottom: 90px solid #90c31f; border-left: 110px solid transparent; text-indent: -9999px; width: 0; height: 0; -webkit-transition: all 0.8s; transition: all 0.8s; z-index: 0; }
#product_list li a.txt_clamp { width: 100%; height: 100%; left: 0; top: 0; z-index: 10; }
#product_list .info_box { position: relative; }
#product_list .info_box>div { margin: auto; width: calc(100% - 60px); }
#product_list .info_box>div p a.txt_primary_5 { color: #00a0e9; }
#product_list .info_box h3 { margin: 20px 0 20px 0; color: #000; font-size: 18px; }
#product_list .info_box p a { display: none; }
#product_list .info_box .line { margin: 10px 0 20px; width: 50px; height: 1px; background: var(--primary); opacity: .7; }
#product_list .info_box article { height: 65px; font-weight: 300; font-size: 15px; -webkit-line-clamp: 3; display: none; }
#product_list .info_box .price { margin-top: 15px; min-height: 30px; display: none; }
#product_list .info_box .price font { margin-left: 20px; font-weight: 300; }

/* book_list */
#book_list .row img { height: 400px; }
#book_list .row .info_box { padding: 100px 15px 40px; width: calc(100% - 30px); background: -webkit-linear-gradient(top, transparent 0, rgba(var(--black-rgb), .01) 2%, rgba(var(--black-rgb), .8) 90%); background: linear-gradient(to bottom, transparent 0, rgba(var(--black-rgb), .01) 2%, rgba(var(--black-rgb), .8) 90%); bottom: 0; left: 0; }
#book_list { padding: 0px 0 30px 0; }
#book_list .newsBox { -webkit-transition: all 0.5s; transition: all 0.5s; }
#book_list .newsBox.hide { opacity: 0; -webkit-transform: translateY(-20px); transform: translateY(-20px); }
#book_list .newsItem { max-width: 1310px; padding: 0 35px; width: 100%; -webkit-transition: opacity 0.4s ease-out; transition: opacity 0.4s ease-out; -webkit-transition-delay: 0.4s; transition-delay: 0.4s; }
#book_list .newsItem.slick-center { opacity: 1; }
#book_list li .atag_item { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
#book_list .clearfix { display: flex; background-color: #f8f8f8; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }
#book_list .Img { flex-shrink: 0; }
#book_list .Img img { width: 590px; height: 330px; display: block; -webkit-backface-visibility: hidden; backface-visibility: hidden; -o-object-fit: cover; object-fit: cover; }
#book_list .head { display: -webkit-box; display: -ms-flexbox; display: flex; border-bottom: 1px solid #cbcbcb; padding-bottom: 10px; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: space-between; }
#book_list .head .titleBox { display: flex; -webkit-box-align: center; align-items: center; justify-content: space-between; width: 100%; }
#book_list .head .titleBox .enTitle { font-size: 20px; display: inline-block; font-style: inherit; font-family: 'Poppins', sans-serif; text-transform: uppercase; }
#book_list .head .titleBox .title { font-size: 26px; font-weight: 600; letter-spacing: 0.7px; line-height: 1; height: auto; display: flex; align-content: center; align-items: center; }
#book_list .head .titleBox .title span { color: var(--primary); font-size: 26px; }
#book_list .titleBox .title { font-weight: 600; font-size: 40px; color: var(--secondary); position: relative; }
#book_list .titleBox .title em { font-style: italic; }
#book_list .head .arrowBox { z-index: 2; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transform: translateY(-14px); transform: translateY(-14px); }
#book_list .head .arrowBox .line { width: 1px; height: 20px; background-color: #cbcbcb; margin: 0 20px; }
#book_list .head .arrowBox .arrow { width: 33px; height: 33px; border-radius: 50%; overflow: hidden; position: relative; margin: 10px 0; cursor: pointer; background-color: #222; }
#book_list .head .arrowBox .arrowPrev { -webkit-mask: no-repeat url(../images/arrow1.png) center/contain; mask: no-repeat url(../images/arrow1.png) center/contain; }
#book_list .head .arrowBox .arrowPrev:hover { background-color: #f08200; }
#book_list .head .arrowBox .arrowNext { -webkit-mask: no-repeat url(../images/arrow2.png) center/contain; mask: no-repeat url(../images/arrow2.png) center/contain; }
#book_list .head .arrowBox .arrowNext:hover { background-color: #f08200; }
#book_list .content { display: -webkit-box; display: -ms-flexbox; display: flex; padding-top: 20px; }
#book_list .content .left { min-width: 70px; padding-left: 0; padding-top: 14px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#book_list .content .left .day { font-size: 50px; color: #222; line-height: 45px; font-family: 'Poppins', sans-serif; }
#book_list .content .left .date { font-size: 14px; color: #222; margin-bottom: 12px; font-family: 'Poppins', sans-serif; }
#book_list .content .left .line { margin: 10px 0 16px 0; }
#book_list .content .left .classTitle { position: static; font-size: 16px; font-weight: 500; }
#book_list .content .right { display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; -webkit-box-pack: start; justify-content: flex-start; -webkit-box-flex: 1; flex-grow: 1; }
#book_list .content .right h3 { font-size: 20px; margin: 0; line-height: 150%; -webkit-line-clamp: 1; color: #999; }
#book_list .Txt { position: relative; padding: 64px 50px 27px; min-width: 0; width: 100%; }
#book_list .Txt .classTitle { position: absolute; right: 20px; top: 30px; }
#book_list .Txt .title { height: 30px; }
#book_list .Txt .title a { display: block; padding-bottom: 8px; margin-bottom: 10px; font-weight: 400; font-size: 18px; }
#book_list .Txt .text { height: 70px; font-size: 15px; color: #666666; line-height: 24px; font-weight: 400; letter-spacing: 0.8px; margin-bottom: 14px; margin-top: 20px; -webkit-line-clamp: 3; }
#book_list .Txt a.link { text-align: right; font-size: 13px; padding-right: 3px; letter-spacing: 0.8px; align-self: flex-end; margin-top: 0px; }

/* album_list */
#album_list { margin-bottom: 2vw; -moz-column-count: 4; -moz-column-gap: 15px; -webkit-column-count: 4; -webkit-column-gap: 15px; column-count: 4; column-gap: 15px; grid-gap: 15px; display: grid; grid-template-columns: repeat(4, 1fr); }
#album_list>div .d_block { width: 100%; height: 350px; overflow: hidden; display: flex; flex-direction: column; }
#album_list>div .d_block img { width: 100%; height: 250px; object-fit: contain; object-position: revert; background: #fff; }
#album_list>div .d_block .imgTxt { font-size: 16px; display: flex; flex-direction: column; align-items: center; justify-content: center; font-weight: 500; padding: 15px 15px; background-image: url(/images/39/img-s-t-bg.png); height: 50px; }

/* faq_list */
#faq_list li { margin-bottom: 20px; padding: 15px 0; border-bottom: 1px solid #e4e4e4; padding: 20px; background: #fff; border-radius: 3em; }
#faq_list li .title { padding: 10px 0 10px 0; display: grid; grid-template-columns: 60px 1fr; gap: 0 20px; align-items: center; }
#faq_list li .title label { color: #fff; width: 60px; height: 60px; border-radius: 99px; border-color: var(--triadic1); background: var(--triadic1); display: flex; flex-direction: column; align-items: center; justify-content: center; }
#faq_list li .title font { font-size: 18px; }
#faq_list li .info { padding: 15px 0px 15px 80px; font-size: 14px; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }
#faq_list li .info h3 a { color: var(--primary); }

/* pagenav */
#pagenav { padding: 50px 0 20px; }
#pagenav a, #pagenav strong { margin: 0 10px; display: inline-block; font-weight: 400; vertical-align: middle; }
#pagenav a:first-child, #pagenav a:last-child { line-height: 9px; }
#pagenav strong { color: var(--primary); }
#pagenav a[class^="page-"] { float: left; width: calc(50% - 20px); display: block; }
#pagenav a[class^="page-"] font { width: calc(100% - 22px); display: inline-block; vertical-align: text-top; }
#pagenav a[class^="page-"] i { margin: 0 10px 0 0; display: inline-block; }
#pagenav a.page-next { float: right; text-align: right; }
#pagenav a.page-next font { text-align: right; }
#pagenav a.page-next i { margin: 0 0 0 10px; }

/* bookinfo */
.bookinfo { position: relative; }
.bookinfo .back { margin-top: 0px; text-align: center; display: flex; align-items: center; justify-content: center; position: relative; }
.bookinfo a.atag_item { position: absolute; top: 0; right: 0; width: 100%; height: 100%; }
.bookinfo .back a { position: relative; overflow: hidden; width: 130px; padding: 10px 30px; display: inline-block; display: flex; align-items: center; justify-content: center; }
.bookinfo .back font { text-align: left; font-weight: 500; text-transform: uppercase; letter-spacing: 3px; color: #4f3c30; }
.bookinfo .back font { letter-spacing: 1px; font-size: 12px; position: relative; -webkit-writing-mode: inherit; -ms-writing-mode: inherit; writing-mode: inherit; color: #fff; margin-left: 30px; }
.bookinfo .back a:before { content: ""; height: 100%; width: 0; display: block; position: absolute; bottom: 0; left: -22px; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; background-color: var(--triadic1); -webkit-transform: skewX(-30deg); -ms-transform: skewX(-30deg); transform: skewX(-30deg); }
.bookinfo .back a::after { content: ''; position: absolute; height: 100%; width: 100%; top: 0; left: 0; background-color: #333333; -webkit-transform: skewX(-30deg); -ms-transform: skewX(-30deg); transform: skewX(-30deg); z-index: -1; transform-origin: top left; transition: all 1.1s ease-in-out; -webkit-transition: all 1.1s ease-in-out; }
.bookinfo .back a:hover font { color: #eefaff; }
.bookinfo:hover a:before { width: 100%; }
.bookinfo .back a svg { display: block; text-align: center; color: #fff; width: 18px; height: 18px; fill: #fff; z-index: 10; }

/* 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; }

@media screen and (max-width:1660px) {
	#book_list .newsItem { max-width: 1000px; }
	#book_list .Img { width: 50%; }
	#book_list .Img img { height: 100%; }
	#book_list .Txt { padding: 40px 35px; }
}
@media screen and (max-width: 1560px) {
	#book_list .newsItem { max-width: 1200px; padding: 0 30px; }
	#book_list .content .right { padding-left: 30px; }
	#book_list .Txt { padding: 45px; }
	.bannerArea .Txt, #wrap .workframe { width: var(--width-lg); }
}
@media screen and (min-width:1201px) {
	#book_list .newsItem { opacity: 0.5; }
}
@media screen and (min-width: 1281px) {
	aside>ul {padding: 0 15px;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-ms-flex-wrap: wrap;flex-wrap: wrap;display: -webkit-box;display: -ms-flexbox;display: flex;margin: 0 -12px;gap: 10px;}
	aside>ul>li { overflow: hidden; position: relative; display: inline-block; margin: 0 10px; }
	aside>ul li b[data-action="sideOpen"] { display: none; }
	aside>ul>li:hover { overflow: visible; position: relative; }
	aside>ul>li:hover h4 a, aside>ul>li.action h4 a { color: var(--white); background-color: #83bc76; }
	aside>ul>li:not(:first-child)::before { content: ""; position: absolute; top: 50%; left: 0; margin-top: -9px; width: 1px; height: 18px; background-color: #e1e1e1; }
	aside>ul>li:hover ul.subUL { opacity: 1; }
	aside ul ul.subUL>li:not(:first-child) { border-top: 1px solid #d2d2d2; }
	aside>ul>li ul.sub2UL li:hover a { color: var(--primary); }
	#product_list li:hover .info_box .line { width: 100%; }
	#book_list li:hover .info_box { padding-bottom: 60px; }
	#news_list li:hover .info_box { bottom: 30px; }
	#news_list li:hover::before { -webkit-transform: translate(-20px, 20px); transform: translate(-20px, 20px); opacity: 1; }
	#news_list li:hover .plus { right: 40px; }
	#news_list li:hover h3:before { width: 100%; }
	#product_list li:hover:after { border-bottom: 200px solid #212529; }
	#wrap .workframe::after { content: ""; position: absolute; background-image: url(/images/39/img-ab-01.png); background-size: auto; background-repeat: no-repeat; background-position: 100% 100%; top: 340px; left: -200px; width: 295px; height: 295px; -webkit-animation: birdJitter 3s ease-in both infinite; animation: birdJitter 3s ease-in both infinite; z-index: 0; }
	@keyframes birdJitter { 0%, 60%, to { -webkit-transform: translate(0, 0); transform: translate(0, 0); } 30% { -webkit-transform: translate(-1px, 0) rotate(-6deg); transform: translate(-1px, 0) rotate(-6deg); } 80% { -webkit-transform: translate(0, 0) rotate(3deg); transform: translate(0, 0) rotate(3deg); } }
	#wrap .workframe::before { content: ""; position: absolute; background-image: url(/images/39/img-ab-03.png); background-size: auto; background-repeat: no-repeat; background-position: 100% 100%; top: 60px; right: -30px; width: 184px; height: 164px; z-index: -1; -webkit-animation: birdJitter 3s ease-in both infinite; animation: birdJitter 3s ease-in both infinite; }
}
@media screen and (max-width: 1280px) {
	aside { position: relative; }
	aside #sidebtn { display: inline-block; }
	aside #sidebtn font, aside #sidebtn i { color: #fff; }
	aside>ul { position: absolute; overflow: hidden; margin-top: 1px; width: 100%; height: 0; background: rgba(var(--black-rgb), .85); top: 0; left: 0; z-index: 1; }
	aside>ul.open { height: auto; border-width: 1px; top: 50px; background-color: #fff; -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); z-index: 10; }
	aside>ul>li { position: relative; }
	aside>ul>li:not(:first-child) { border-top: 1px solid #ccc; }
	aside>ul>li h4 a { padding: 10px 15px; background-color: #ffffff; border-radius: 0; border: 0px solid #e5e5e5; }
	aside>ul>li ul.subUL { overflow: hidden; width: 100%; height: 0; background: var(--secondary); top: 0; left: 0; }
	aside>ul.open>li[data-type="2"]>ul { position: relative; height: auto; top: auto; bottom: 0; opacity: 1; }
	.workframe { width: 75%; }
	.bannerText .pag_tit { font-size: 20px; }
	.bannerText em { font-size: 38px; }
	.bannerArea .Txt { top: 60%; padding: 0; }
	.bannerArea { padding-top: 60px; }
	.bread { top: 45%; }
	#sub_banner { height: 340px; }
	#product_list li { width: calc((100% / 3) - 30px); }
	#book_list .newsItem { max-width: none; padding: 0; }
	#book_list .Txt { padding: 35px 30px; width: auto; }
	#book_list { padding-bottom: 0; padding-top: 0; }
	#album_list, #article_list { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1180px) {
	#news_list li .plus { display: none; }
	#news_list li .info_box { width: calc(100% - 20px); }
	#news_list li img { height: 220px; }
	#news_list { grid-template-columns: repeat(2, 1fr); }
	.bannerArea .Txt, #wrap .workframe { width: 80%; }
	.bannerArea:before { background: url(/images/39/img_bn_BG_04.png) no-repeat 50% 40%; bottom: -230px; }
	#content_wrap::before { top: 51%; border-radius: 60px 60px 0 0; }
}
@media screen and (max-width: 1024px) {
	#article_list img { height: 35vw; }
	#product_list { display: flex; flex-wrap: wrap; }
	#product_list li { width: calc((100% / 2) - 30px); display: flex; flex-direction: column; align-items: flex-start; }
	#book_list .content .left .day { font-size: 30px; }
	#book_list .content .left .date { font-size: 12px; }
	#book_list .content .left { min-width: 50px; padding-top: 0; }
	#book_list .content .right { padding-left: 10px; }
	#book_list .Txt .text { margin-bottom: 14px; margin-top: 10px; }
	#wrap .workframe { padding-top: 20px; }
}
@media screen and (max-width: 761px) {
	#product_list { margin: auto; }
	#product_list .info_box>div { width: calc(100% - 60px); }
	#product_list .info_box article { height: 50px; -webkit-line-clamp: 2; }
	#book_list .row img { height: 350px; }
}
@media screen and (max-width: 640px) {
	aside { width: 100%; }
	#album_list { -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; margin-bottom: 8vw; }
	#news_list, #article_list { grid-template-columns: 1fr; }
	#news_list li { margin-top: 0; margin-bottom: 0; }
	#sub_banner { height: 210px; }
	#content_wrap { padding: 40px 10px 50px; }
	#about_area .img_item { width: 80vw; height: 50vw; }
	#book_list .item { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
	#book_list .Img { width: 100%; }
	#book_list .head .titleBox .enTitle { font-size: 20px; }
	#book_list .head .titleBox .title { font-size: 24px; }
	#book_list .Img img { width: 100%; }
	#product_list li { width: calc((100% / 1) - 20px); }
	#product_list li .img_cover { height: 180px; }
	#wrap:before { width: 3.5vw; }
	#content_wrap .page_subject { padding-bottom: 20px; margin-bottom: 2rem; }
	#content_wrap .page_subject h1 { font-size: 26px; }
}
@media screen and (max-width:540px) {
	.bannerText em { font-size: 28px; margin-bottom: 10px; }
	.bannerText .pag_tit { font-size: 20px; }
	.bannerArea .Txt { padding: 0px 30px 0; top: 50%; }
	.waylink ol { padding: 0px 0 10px; }
	#book_list .content .right { padding-left: 20px; }
	#book_list .Txt { padding: 25px 30px; }
	#book_list .Txt .titleBox { margin-bottom: 0px; }
	#product_list { width: 100%; }
	#product_list li { width: calc((100% / 1) - 20px); }
	#album_list { grid-template-columns: repeat(1, 1fr); }
	#album_list>div .d_block { height: 300px; }
	#album_list>div .d_block img { height: 200px; }
}