@import url('/css/community.css');
.wow {animation-name: fadeInUp;-webkit-animation-name: fadeInUp;}

/* header */
header{position: relative;width: 100%;height: 100%;}

/* sub_banner */
#sub_banner .img_box:after {position: absolute;width: 100%;height: 100%;background: rgb(255 255 255 / 0%);display: block;top: 0;left: 0;content: "";}
#sub_banner .img_box img { height: 400px; }
#sub_banner h2 {margin: auto;padding: 0px 15px;font-size: 19px;font-weight: 100;border-width: 1px 0;letter-spacing: 8.2px;writing-mode: initial;color: #585858;display: none;}
#sub_banner { z-index: 3; }
#sub_banner:before , #sub_banner:after {position: absolute;padding-top: 10.6666667vw;width: 100%;top: -1px;left: 0;z-index: 10;content: "";}
#sub_banner:after {padding-top: 7vw;background: url(/images/45/banner-01.png)  no-repeat 50% 0 / cover;top: auto;bottom: 0px;}


/* wrap */
#wrap { z-index: 4; }
#wrap .pag_tit { margin-bottom: 40px; line-height: 170%; font-size: 40px; }

/* waylink */
.waylink { margin: 15px 0; }
.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: var(--info); content: "/"; }
.waylink ol li:last-child:after { margin: 0; content: ""; }
.workframe h1{text-align: center;font-weight: 500;letter-spacing: 0.5px;line-height: 160%;font-size: 20px;}
.workframe h1.time01{text-align: inherit;border-bottom: 1px solid #dcdcdc;padding: 0px 0  10px 0;}

/* 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: 7px 10px;}
aside >ul >li h4 a {padding: 10px;font-weight: 400;font-size: 15px;letter-spacing: 0.5px;border: 1px solid #d9d9d9;}
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: 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: 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; }

/* content_wrap */
#content_wrap {margin-top: 30px;}
#content_wrap .pag_desc {margin-top: 0px;padding: 10px 0;}
#content_wrap .pag_desc h2{
        color: var(--primary);
        line-height: 120%;
        font-size: 60px;
        top: -20px;
        z-index: -1;
        font-family: 'Italiana', serif;
        font-style: inherit;
        margin-bottom: 20px;
}
#content_wrap .page_bottom {margin: 1vw auto 2vw;}
#content_wrap .album { margin-bottom: 60px; }
/* g-map */
#g-map { position: relative; margin: 0;width: 44%;}
#g-map:before { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 2; content: ""; }
#g-map iframe {position: relative;width: 100%;height: 100%;z-index: 1;}



/* article_list */
#article_list li { margin: 5vw 0; justify-content: space-between; flex-wrap: wrap; }
#article_list li .img { border-radius: 0 0 200px; }
#article_list li .img img { height: 400px; }
#article_list li .info_box { margin: auto; }
#article_list li .info_box h3 { margin-bottom: 15px; height: 59px; font-weight: 400; font-size: 35px; }
#article_list li .info_box article { height: 124px; line-height: 210%; letter-spacing: .15em; font-weight: 100; font-size: 15px; -webkit-line-clamp: 4; }

#article_list li:last-child { margin-bottom: 0; }
#article_list li:nth-child(2n) , #pagenav p:last-child a { flex-direction: row-reverse; }
#article_list li:nth-child(2n) .img { border-radius: 0 0 0 200px; }

/* news_list */
#news_list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#news_list li {padding: 0 0px 10px;margin-bottom: 30px;border-bottom: 1px #d2d2d2 solid;width: 47%;display: flex;flex-direction: row;align-items: center;}
#news_list li .img_box{
    width: 30%;
}
#news_list li .img_box img{border-radius: 20%;border: 1px solid #e6e6e6;padding: 5px;height: calc(100% - 30px);width: calc(100% - 30px);border-bottom-right-radius: 0%;border-top-left-radius: 0%;}
#news_list li .time {margin-right: 20px;width: 70px;font-size: 14px;}
#news_list .info_box {margin: 0px 0px 0 10px;width: 60%;}
#news_list .info_box .time {width: 78px;font-weight: 400;font-size: 13px;color: #a9a9a9;}
#news_list .info_box .quote_box * { font-weight: 400; font-size: 13px; }
#news_list .info_box h3 {height: 57px;font-size: 17px;font-weight: 500;letter-spacing: 0.5px;margin: 12px 0;color: #000;-webkit-line-clamp: 2;}
#news_list .more_btn{min-width: 90px;background-color: #ececec;border: 1px #ececec solid;color: #737373;font-size: 15px;letter-spacing: 1.2px;}

/* news_top */
.news_top { justify-content: space-between; align-items: flex-start; }
.news_top p { width: 70px; font-weight: 100; font-size: 14px; }
.news_top p.quote_box { margin-left: 20px; width: calc(100% - 90px); line-height: 100%; }
.news_top p >* { font-weight: 100; font-size: 14px; }

/* faq_list */
#faq_list li { padding: 0 5px; border-bottom: 2px var(--secondary) solid; }
#faq_list li .title { padding: 20px 0; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; }
#faq_list li .title .txt { max-width: calc(100% - 34px); font-size: 20px; }
#faq_list li .title .icon { width: 34px; height: 34px; }
#faq_list li .title .icon:before , #faq_list li .title .icon:after { position: absolute; margin: auto; width: 14px; height: 2px; background: var(--secondary); display: block; top: calc((100% - 2px) / 2); left: calc((100% - 14px) / 2); content: ""; }
#faq_list li .info { margin: 0 auto 30px; width: 95%; font-weight: 300; font-size: 14px; }
#faq_list li.current .title { padding-left: 15px; }
#faq_list li.current .title .txt { color: var(--primary); }
#faq_list li.current .title .icon:before , #faq_list li.current .title .icon:after { background: var(--primary); }

/* book_list */
#book_list {-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;flex-wrap: wrap;display: grid;grid-template-columns: repeat(4, 1fr);margin-bottom: 30px;}
#book_list li >div { margin: 5%; }
#book_list li img {height: 280px;}
#book_list li h3 { margin: 15px 0; height: 37px; font-size: 22px; }
#book_list >div {margin: 0 5px 5px 0;flex-grow: 1;}
#book_list >div img {width: auto;min-width: 100%;height: 300px;}

/* pagenav */
#pagenav { flex-wrap: wrap; justify-content: center; align-items: center; }
#pagenav >a , #pagenav strong { margin: 0 10px; }
#pagenav strong { opacity: .6; }
#pagenav i { position: relative; width: 20px; height: 1px; background: var(--secondary); }
#pagenav i:before { position: absolute; width: 1px; height: 5px; background: var(--secondary); display: block; bottom: 0; left: 2px; content: ""; }
#pagenav p { margin-top: 15px; }
#pagenav p a { display: inline-flex; flex-wrap: wrap; align-items: flex-start; font-size: 0; }
#pagenav p a i { margin: 15px 5px 0; }
#pagenav p a font { margin: 0 5px; max-width: calc(100% - 40px); min-width: auto; font-weight: 100; font-size: 14px; }

/* community */
#community li { margin-right: 5px; }
#community li , #community li * { line-height: 100%; }
#community li .fb_iframe_widget { display: block !important; }

/* describe */
#describe * , .tab_content * { vertical-align: bottom; color: currentcolor; }

/* form_box */
.contact-content{display: flex;padding: 0vw 0 4vw 0;position: relative;justify-content: space-around;}
.form_box {margin-top: 1vw;}
.form_box p { margin-bottom: 25px; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: flex-start; }
.form_box p >label { margin-right: 10px; width: 120px; }
.form_box p >font {width: calc(100% - 130px);}
.form_box p.check_box font { align-items: center; }
.form_box p.check_box img { height: 20px; }
.form_box p.send_box { margin: 15px 0 50px; }
.form_box p >font select{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/45/arrow.png) no-repeat scroll 100% center transparent;background-repeat: no-repeat;background-position: 99% 50%;padding: 20px 10px;background-color: rgb(228 228 228 / 24%);border: 1px solid rgba(146, 146, 146, 0);font-size: 15px;font-weight: 500;}
.form_box p >font input,.form_box p >font textarea{
    background-color: rgb(228 228 228 / 24%);
}

/* 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 (min-width: 1281px){
	.workframe { width: var(--width-xl); }
	aside >ul >li:hover h4 a , aside >ul >li:hover h4 i , #pagenav a:hover , #pagenav a:hover font { color: var(--primary); }
	#pagenav a:hover i , #pagenav a:hover i:before { background: var(--primary); }
	header #webmenu {top: auto;bottom: -30px;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
	header #cis {height: 0vw;top: auto;bottom: -120px;width: 80px;}
	header #webmenu {position: absolute;top: auto;right: 0%;bottom: -400px;}
.webBox .img_scale:hover img{transform: scale(0.9);-webkit-transform: scale(0.9);-moz-transform: scale(0.9);-ms-transform: scale(0.9);-o-transform: scale(0.9);}
	#sub_banner .img_box img {height: 520px;}
	#sub_banner h2 {border-width: 0 0px;}
}
@media screen and (max-width: 1280px){
	#article_list li .img { border-radius: 0 0 10vw; }
	#article_list li:nth-child(2n) .img { border-radius: 0 0 0 10vw; }
	#news_list li {padding: 0 0px 10px;margin-bottom: 30px;width: 47%;margin-left: 10px;margin-right: 10px;}
	header #cis img {
    width: 90px;
}
	header #cis {height: 0vw;top: auto;bottom: -120px;width: 80px;}
}
@media screen and (max-width: 1140px){
    .contact-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#g-map,.content_box {position: relative;margin: 0;width: 100%;}
    #g-map iframe{
    height: 400px;
}
#book_list {grid-template-columns: repeat(2, 1fr);}
}
@media screen and (max-width: 980px){
	#article_list li .info_box { margin: 30px auto 8vw; }
	#article_list li .info_box h3 { margin-bottom: 5px; height: 51px; font-size: 30px; }
	#article_list li .info_box article { height: 62px; -webkit-line-clamp: 2; }
	#google_shere { margin-top: 6vw; }
	#news_list li{width: 100%;}
    #content_wrap .pag_desc h2{
    font-size: 40px;
}
}
@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: 640px){
	#sub_banner .img_box { border-top-left-radius: 0; }
	#sub_banner:after{bottom: -2px;}
	#sub_banner .img_box:after{background: -webkit-linear-gradient(rgb(255 255 255 / 55%),rgba(0, 0, 0, 0));-webkit-transform: translate(0px,-65px);transform: translate(0px,-155px);}
	#sub_banner .img_box img{height: 150px;}
	#article_list li .img img { height: 65vw; }
	#book_list >div , #book_list >div img {height: auto;}
	.form_box p font { width: 100%; }
	header #cis {bottom: -30px;width: 40px;}
    
#book_list {grid-template-columns: repeat(2, 1fr);}
}
@media screen and (max-width: 550px){
	#news_list li {padding: 10px 0;margin-bottom: 30px;width: calc(100% - 40px);display: flex;flex-direction: column;flex-wrap: wrap;}
	#news_list li .img_box,#news_list .info_box{
    width: 100%;
}
	#news_list li .time { font-weight: 100; font-size: 12px; }
	#news_list li h3 { margin: 0; width: 100%; }
	#book_list li img { height: 250px; }
	#community { margin-top: 10px; }
	#pagenav >a , #pagenav strong { margin: 0 5px; }
    
#book_list {grid-template-columns: repeat(1, 1fr);}
}
@media screen and (max-width: 450px){
	#book_list >div , #book_list >div img {margin: 5px 5px 0;}
}