#sub_banner_box { opacity: 1; }
#sub_banner_box .parallax_bg {margin-bottom: 0;min-height: 300px;opacity: 1;background-attachment: unset;}

.webBox .parallax_svg.bann { -webkit-animation: parallax_top 10s linear infinite; animation: parallax_top 10s linear infinite; position: fixed; top: 87px; }

#sub_banner_box {margin-top: 88px;}

#wrap {z-index: 4;padding-top: 30px;}
#wrap >.workframe{width:min(90%, 1300px)}
#wrap .pag_tit {line-height: 170%;font-size: 32px;font-weight: 600;color: #1768e5;background: var(--gradient-4);-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;display: inline-block;letter-spacing: 0.08em;}

.waylink ol {margin: 20px 0;}
.waylink ol li, .waylink ol li a {display: inline-flex;align-items: center;font-size: 16px;line-height: 1;letter-spacing: 0.5px;}
.waylink ol li a{gap:10px;}
.waylink ol li a svg{width: 15px;height: 16.5px;fill: var(--primary);}
.waylink ol li:after {margin: 0 10px;display: inline-block;content: "";width: 4px;height: 1px;background-color: #666666;}
.waylink ol li:last-child:after {display:none; }


aside { margin-bottom: 60px; z-index: 5; }
aside ul li b { padding: 5px 10px 5px 5px; }
aside ul li 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 b .fa:before { content: "\f107"; }
aside>ul>li { position: relative; display: inline-block; }
aside>ul>li .h4 {padding: 5px;}
aside>ul>li .h4 a {position: relative;display: inline-flex;align-items: center;justify-content: center;padding: 6px 22px 6px;border: 1px solid #c7ced8;border-radius: 8px;font-size: 15px;font-weight: 500;line-height: 1.5;text-decoration: none;transition: color .3s ease, border-color .3s ease, background-color .3s ease, transform .3s ease;}
aside>ul>li.action .h4 a, aside>ul>li.action .h4 i {border-color: #1768e5;background: linear-gradient(135deg, #1768e5 0%, #1647c9 100%);color: #fff;}
aside>ul>li .subUL { position: absolute; margin-top: 10px; width: 180px; background: var(--white); left: calc((100% - 180px) / 2); transform: translate(0, 30px); -webkit-transform: translate(0, 30px); }
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"] ul li .h4 b .fa { transform: rotate(180deg); -webkit-transform: rotate(180deg); }
aside>ul>li[data-type="2"] .subUL { box-shadow: 0 0 15px rgba(var(--black-rgb), .15); opacity: 1; z-index: 1; transform: translate(0, 0); -webkit-transform: translate(0, 0); }

.mb_nav { display: none; }

#content_wrap {min-height: 350px;padding: 2vw 0 5vw;}
#content_wrap .info_box{margin-bottom: 30px;}
#content_wrap .list_box li { margin: 0 15px 50px; vertical-align: top; }
#content_wrap .info_box .time { width: 65px; font-weight: 400; font-size: 13px; }
#content_wrap .info_box .more_btn { margin-left: 10px; 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; }
#content_wrap .list_box .search3 {margin-top:20px;-webkit-line-clamp: 2;height: auto;font-weight: 500;font-size: 18px;}

#news_list{display:grid;grid-template-columns: repeat(3, 1fr);gap: 50px;margin-bottom: 50px;}
#news_list .info_box{margin-top:20px;margin-bottom: 0;}
#news_list .info_box .h3 { font-size: 20px; line-height: 1.5; height: auto; -webkit-line-clamp: 2; font-weight: 500; }
#news_list .info_box p { font-size: 15px; margin-top: 10px; text-align: justify; color: #494848; font-weight: 400; letter-spacing: 0.04em; -webkit-line-clamp: 3; height: auto; }

#book_list li h3 { margin-top: 10px; height: 30px; font-size: 18px; }

#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 *{transition:unset;-webkit-transition:unset;}
#faq_list { margin-bottom: 50px; }
#faq_list li {border-bottom: 1px rgb(209 209 209 / 70%) 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: 18px;color: var(--info);}
#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 .title .icon:after { transform: rotate(90deg); -webkit-transform: rotate(90deg); }
#faq_list li .info { padding: 0 20px 30px 50px; font-size: 15px; }
#faq_list li.current .title .icon:after { transform: rotate(180deg); -webkit-transform: rotate(180deg); }

#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); border-radius: 50%; }
#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; }

#newpagenav{margin-top: 70px;display: grid;grid-template-columns: repeat(2, 1fr);gap: 50px;position: relative;}
#newpagenav:before{content:'';position: absolute;left: 50%;width: 1px;height: 100%;background: #e3e3e3;}
#newpagenav p{margin:0;width: auto;}
#newpagenav a{margin:0;padding: 0;}
#newpagenav p a {margin: 15px 0 0;padding: 0;width: auto;height: auto;line-height: initial;font-size: 0;display: inline-flex;align-items: center;gap: 15px;}
#newpagenav p:last-child {text-align: end;}
#newpagenav i{width: 15px;font: normal normal normal 26px / 1 FontAwesome;}
#newpagenav font{-webkit-line-clamp:2;height: auto;font-size: 17px;max-width: max-content;font-weight: 400;}
#newpagenav a:hover font, #newpagenav a:hover i{color: #8f8c89;}
#newpagenav p:last-child font, #newpagenav p:last-child font span{text-align:end}
#newpagenav span{display:block;font-size: 17px;}

#describe *, .tab_content * {vertical-align: bottom;color: currentcolor;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}

#google_shere { margin-top: 30px; }

.form_box article{margin-bottom:40px;}
.form_box p.note .red { color: #f00; }
.form_box p.item {padding: 15px 0;}
.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; }

[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 { width: 50px; height: 50px; border: 2px rgba(var(--black-rgb), .6) solid; border-left-color: rgba(var(--white-rgb), .4);border-radius: 50%; }
[data-action="loader"]#lodbg .loader_circle { -webkit-animation: circle infinite 0.75s linear; animation: circle infinite 0.75s linear; }
#lodbg { opacity: 1; z-index: 99999; }

@keyframes circle { 0% { transform: rotate(0); } 100% { transform: rotate(360deg); } }
@-webkit-keyframes circle { 0% { -webkit-transform: rotate(0); } 100% { -webkit-transform: rotate(360deg); } }

@media screen and (min-width:1281px) {
	aside>ul>li:hover .h4 a, aside>ul>li:hover .h4 i {border-color: #1768e5;background: linear-gradient(135deg, #1768e5 0%, #1647c9 100%);color: #fff;}
}
@media screen and (min-width:980px) {
	#google_shere { margin-top: 6vw; }
}
@media screen and (min-width:761px) {
	.form_box p.item {padding: 20px 0;}
	.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:1440px) {
	#sub_banner_box .parallax_bg{min-height: 250px;}
}
@media screen and (max-width:980px) {
    #news_list{grid-template-columns: repeat(2, 1fr);}
}
@media screen and (max-width:640px) {
    #news_list{grid-template-columns: 1fr;}
    #content_wrap{padding-bottom: 50px;}
    .waylink ol{margin-top:10px;}
    #wrap .pag_tit{font-size: 24px;letter-spacing: 0.04em;}
#sub_banner_box {margin-top: 75px;}
	#sub_banner_box .parallax_bg{min-height: 120px;}
	#album_list>div, #album_list>div img { height: 40vw; }
    aside>ul>li .h4 a{padding: 6px 15px 6px;font-size: 14px;}
    aside>ul>li .h4{padding:2.5px;}
}
@media screen and (max-width:550px) {
	#content_wrap .list_box li {display: block;margin: 0 0 40px;}
	#community { margin-top: 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 p a { display: block; }
}