/* sub_banner_box */
#sub_banner_box {opacity: 1;background: unset;}
#sub_banner_box .parallax_bg { margin-bottom: 0; min-height: 350px; opacity: .2; }
.webBox #sub_banner_box .parallax_svg.bottom{display: none;}
#page_title{
    display: flex;
    flex-direction: column;
    top: -150px;
}
/* wrap */
#wrap {margin-top: 0;z-index: 4;}
#wrap .pag_tit { margin-bottom: 40px; line-height: 170%; }
#wrap *{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
#wrap:before{content:"";position: absolute;width: 19vw;background: url(/images/44/inner_item-1.png);aspect-ratio: 233/300;background-repeat: no-repeat;background-size: cover;left: -3vw;top: -13vw;}
#wrap:after{content:"";position: absolute;width: 15vw;background: url(/images/44/inner_item-2.png);aspect-ratio: 233/300;background-repeat: no-repeat;background-size: cover;right: -4vw;bottom: 16vw;}


/* waylink */
.waylink ol { padding-top: 5px; }
.waylink ol li , .waylink ol li a { letter-spacing: .1em; font-weight: 100; font-size: 13px; vertical-align: bottom; }
.waylink ol li:after {margin: 0 10px;display: inline-block;font-weight: 100;font-size: 12px;color: #ffffff;content: "/";}
.waylink ol li:last-child:after { margin: 0; content: ""; }

/* aside */
aside { margin-bottom: 60px; z-index: 5; }
aside ul li b { padding: 5px 10px 5px 5px; }
aside ul li b .fa:before { content: "\f107"; }
aside >ul >li { position: relative; display: inline-block; }
aside >ul >li .h4 {padding: 0;display: flex;flex-direction: column;}

aside >ul >li .h4 a { padding: 10px 5px; font-weight: 500; font-size: 18px; letter-spacing: .15em; }
aside.category_out >ul >li .h4 a{
    padding: 15px 30px;
    border: rgb(255 255 255 / 59%) 1px solid;
    border-radius: 666px;
    font-size: 16px;
}
aside.category_out >ul >li.action .h4 a , aside.category_out >ul >li:hover .h4 a{
    background: #c08246;
    border: rgb(151 94 38) 1px solid;
}
aside.category_out >ul >li .h4 b{display:none;}
aside >ul >li.action h4 a , aside >ul >li.action h4 i { color: var(--primary); }
aside >ul >li .subUL {position: absolute;margin-top: 10px;width: 180px;background: #dedede;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: var(--black); font-weight: 400; }
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; }
aside.category_out ul#category_nav{display:flex;justify-content: center;gap: 10px;flex-wrap: wrap;}
/* content_wrap */
#content_wrap { padding: 0 0 60px; min-height: 350px; }
#content_wrap .list_box li { margin-bottom: 50px; vertical-align: top; }
#content_wrap .list_box li:first-child{
    background: #8e6033;
    padding: 20px;
    border-radius: 20px;
}
#content_wrap .list_box li:first-child:before{
    content: "";
    position: absolute;
    width: 2.6vw;
    aspect-ratio: 1/1;
    background: url(/images/44/good-icoo.png);
    background-size: cover;
    right: 20px;
    transform-origin: left bottom;
    animation: rotateAni 1.5s linear infinite;
}
@keyframes rotateAni {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-15deg);
  }
	100%{
	transform: rotate(0deg);
	}
}
#content_wrap .img_box { border-radius: 15px; background-color: #f9f9f9; }
#content_wrap .info_box {margin: 20px 15px 0;display: flex;gap: 10px;flex-wrap: wrap;align-items: center;}
#content_wrap .info_box .text_bg{background:#cb9057;}
#content_wrap .info_box .time {width: 100px;font-weight: 400;font-size: 13px;color: aliceblue;}
#content_wrap .info_box .more_btn {margin-left: 0;padding: 2px 15px;max-width: calc(100% - 105px);height: 22px;font-weight: 100;font-size: 13px;z-index: 6;}
#content_wrap .info_box .quote_box * { font-weight: 400; font-size: 13px; }
#content_wrap .info_box .h3 {height: 34px;font-size: 20px;color: #ffffff;border-radius: 0;padding: 0;}
#content_wrap .info_box >div { padding: 20px; border-radius: 0 15px 15px 15px; }
#content_wrap .info_box >div article { height: 42px; line-height: 140%; font-weight: 300; font-size: 15px; -webkit-line-clamp: 2; }

/* book_list */
#book_list li h3 { margin-top: 10px; height: 30px; font-size: 18px; }

/* album_list */
#album_list { margin-bottom: 5vw; 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; }

/* faq_list */
#faq_list { margin-bottom: 50px; }
#faq_list li { border-bottom: 1px rgba(var(--primary-rgb), .7) dashed; }
#faq_list li .title { padding: 20px 20px 20px 0; }
#faq_list li .title font { vertical-align: top; }
#faq_list li .title .txt { margin-left: 10px; width: calc(100% - 50px); font-size: 20px; }
#faq_list li .title .icon { width: 40px; height: 34px; }
#faq_list li .title .icon:before , #faq_list li .title .icon:after { position: absolute; margin: auto; width: 14px; height: 2px; background: var(--primary); display: block; top: calc((100% - 2px) / 2); left: calc((100% - 14px) / 2); content: ""; }
#faq_list li .info { padding: 0 20px 30px 50px; font-size: 15px; }

/* pagenav */
#pagenav a , #pagenav strong { margin: 0 2px; width: 35px; height: 35px; display: inline-block; text-align: center; line-height: 35px; font-weight: 400; }
#pagenav strong { background: var(--primary); color: var(--white); }
#pagenav p { margin: 0 5px; width: calc(50% - 10px); vertical-align: top; }
#pagenav p a { margin: 15px 0 0; padding: 0 15px; width: auto; height: auto; line-height: initial; font-size: 0; }
#pagenav p a i { margin: 0 5px 0 0; width: 11px; line-height: 23px; font-size: 12px; vertical-align: top; }
#pagenav p a font { max-width: calc(100% - 16px); min-width: auto; font-size: 14px; font-weight: 100; vertical-align: top; }
#pagenav p:last-child a i { margin: 0 0 0 5px; }

/* community */
#community li { margin-right: 5px; }
#community li , #community li * { line-height: 100%; }
#community li .fb_iframe_widget { display: block !important; }

/* describe */
#describe { margin: 2em 0 5vw; }
#describe * , .tab_content * { vertical-align: bottom; color: currentcolor; }

/* google_shere */
#google_shere { margin-top: 30px; }

/* form_box */
.form_box p.note .red { color: #f00; }
.form_box p.item { padding: 15px; border-bottom: 1px rgba(var(--primary-rgb), .7) dashed; }
.form_box p.item label span { font-weight: 500; font-size: 17px; }
.form_box p.item label i { margin-left: 15px; line-height: 20px; font-size: 20px; color: #f00; }
.form_box p.item font { margin: 5px 0; }
.form_box p.item.check_box { border-bottom: 0; }
.form_box p.send_box { margin: 15px 0 50px; }

/* 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; }

/*poouitembox*/
.poouitembox{display:flex;width: 88%;margin: 0px auto 0px;justify-content: flex-end;z-index: 66;padding: 50px 0;min-height: 75vh;}
.poouitembox .pouleftbox{width: 290px;position: absolute;left: 4vw;}
.poouitembox.stop_fly .pouleftbox, .poouitembox .pouleftbox{    
	transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;}
.poouitembox.stop_fly .pouleftbox{position: fixed;top: 160px;left: 10vw;}
.poouitembox.stop_fly .pouleftbox.bottomJJ{position: absolute;left: 4vw;bottom: 50px;top: auto;}

.poouitembox .pourightbox{width: calc(87% - 340px);position:relative}
.poouitembox .pourightbox:before{content:"";position:absolute;width:1px;height:100%;top:0%;background: rgb(152 152 152 / 59%);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: 70px;height: min(500px , 70vh);overflow-y: scroll;padding-right: 10px;}
.poouitembox .pouleftbox .page_area::-webkit-scrollbar { width: 5px; }
.poouitembox .pouleftbox .page_area::-webkit-scrollbar-track { background: rgba(var(--gray-rgb), .4); }
.poouitembox .pouleftbox .page_area::-webkit-scrollbar-thumb { background: var(--primary); }

.poouitembox .navtitleJ{display:flex;flex-direction:column;margin-bottom:40px}
.poouitembox .showem{display: flex;justify-content: space-between;padding: 20px 20px;border: #606060 1px solid;}
.poouitembox .showem.senshow b .fa {transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.poouitembox .showem b .fa:before {content: "\f107";}
.poouitembox .navtitleJ .navrmtitle{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 .subULHead a:hover{background:#ffffff;}
.poouitembox .pouleftbox .page_area #category_nav li a.baqatitle{color: var(--complement);background: white;}
.poouitembox .pouleftbox .page_area #category_nav li b{position:absolute;right:10px;padding: 0 10px;}
.poouitembox aside>ul>li .subUL{position:relative;width:100%;left:0;height:0;margin: 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;padding-left: 25px;}
.poouitembox.shap_batop:before{left: -6vw;}
.poouitembox .ceertitle{padding: 20px 15px;background: #cb9057;}
.poouitembox li:first-child .ceertitle{border-radius: 20px 20px 0 0;}
.poouitembox li:last-child, .poouitembox  li:last-child .ceertitle, .poouitembox li:last-child .subUL{border-radius: 0 0 20px;}


@media screen and (min-width: 1281px){
	aside >ul >li:hover h4 a , aside >ul >li:hover h4 i { color: var(--primary); }
}
@media screen and (min-width: 1025px){
	.poouitembox .showem{display: none;}
}
@media screen and (min-width: 980px){
	#google_shere { margin-top: 6vw; }
}
@media screen and (min-width: 761px){
	.form_box p.item { padding: 30px 20px; }
	.form_box p.item label { width: 170px; }
	.form_box p.item font { margin: 0 0 0 30px; width: calc(100% - 200px); }
}
@media screen and (max-width: 1470px){
	.poouitembox .pouleftbox{width: 270px;left: 0vw;}
	.poouitembox .pourightbox{width: calc(93% - 300px);}
	.poouitembox .pourightbox:before{left:-56px}
	.poouitembox .pouleftbox .page_area{padding-top: 20px;}
	.poouitembox.stop_fly .pouleftbox{left: 6vw;}
	#wrap:before{width: 18vw;}
	#wrap:after{bottom: 20vw;}
	.workframe{width: min(88%, 1160px);}
}
@media screen and (max-width: 1024px) {
	.poouitembox .pouleftbox .page_area #category_nav{display: none;}
	.poouitembox .pouleftbox{position: relative;width: 100%;left: 0;}
	.poouitembox{display:flex;flex-direction:column;margin:10px auto 10px;padding: 0;}
	.poouitembox.shap_batop:before{left: -6vw;}
	.poouitembox.stop_fly .pouleftbox{width:100%;order: 1;position: relative;left: auto;top: auto;}
	.poouitembox .pourightbox{width:100%;order: 2;}
	.poouitembox .navtitleJ{display: none;}
	.poouitembox .pouleftbox iframe{display: none;}
	.poouitembox .pouleftbox .page_area{padding-top: 25px;padding-right: 0;height: auto;overflow: auto;}
	.poouitembox li:first-child .ceertitle,.poouitembox li:last-child, .poouitembox li:last-child .subUL{border-radius: 0;}
}

@media screen and (max-width: 640px){
	#album_list >div , #album_list >div img { height: 40vw; }
	#wrap:before{width: 29vw;left: -12vw;top: -34vw;}
	#wrap:after{bottom: 500px;width: 20vw;}
}
@media screen and (max-width: 550px){
	#content_wrap .list_box li {width: 100%;margin: 0 0 10px;}
	#community { margin-top: 10px; }
	#sub_banner_box .parallax_bg{min-height: 250px;}
	#page_title{top: -120px;}
	#content_wrap .list_box li:first-child:before{width: 8vw;}
	aside.category_out >ul >li .h4 a{padding: 7px 15px;font-size: 15px;font-weight: 300;}
}
@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 p a { display: block; }
}