@import url('/css/community.css');

/* sbanner */
#sbanner { position: relative; z-index: 1; }
#sbanner a {position: relative;z-index: 1;background-attachment: fixed;background-position: 50% 50%;}
#sbanner:after {position: absolute;width: 100%;height: 100%;background: -webkit-linear-gradient(rgba(0, 0, 0, 0.21),rgba(255, 255, 255, 0));display: block;top: 0;left: 0;z-index: 2;content: "";}

/* wrap */
.wrapper .wrap  {position: relative;z-index: 2;margin-top: 0;}
.wrap h1 { line-height: 150%; }
.wrap h1 {margin-top: 45px;display: inline-block;font-size: 25px;font-weight: 400;font-family: "Noto Sans TC", sans-serif;line-height: 1;letter-spacing: 0.5px;padding-left: 25px;position: relative;}
.wrap h1:before, .wrap h1:after {content: "";position: absolute;-webkit-transform: translateX(-70%);transform: translateX(-70%);width: 0;height: 0;border-style: solid;border-width: 18px 0 0 18px;border-color: transparent transparent transparent #dbdbdb69;opacity: 1;-webkit-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.wrap h1:after {left: 10px;}

/* waylink */
.waylink{width: 100%;padding-top: 13px;padding-bottom: 13px;background-color: #f9f9f9;color: #a8a8a8;font-size: 13px;font-weight: 300;letter-spacing: .1em;text-align: right;}
.waylink ol {margin-bottom: 20px;font-size: 0;margin: 0 auto;width: 1100px;}
.waylink ol li {display: inline-block;font-size: 13px;font-weight: 300;letter-spacing: .1em;text-align: right;color: #a8a8a8;}
.waylink ol li a {font-size: 13px;font-weight: 300;letter-spacing: .1em;text-align: right;color: #a8a8a8;}
.waylink ol li a:after { margin: 0 5px; display: inline-block; color: #000; content: ">"; }
.waylink ol li:last-child a { color: #222; }
.waylink ol li:last-child a:after { content: ""; }

/* contentMain */
.contentMain {position: relative;padding: 20px 0 40px;}

/* sideNav */
#sideNav {margin: 15px 0 20px;text-align: center;font-size: 0;display: none;flex-wrap: wrap;justify-content: space-between;}
#sideNav .action{
    border: 1px solid #f38f3e;
}
#sideNav .action h3 a{background-color: #f38f3e;color: white;}
#sideNav >li {margin: 5px;min-width: 130px;display: inline-block;padding: 6px;margin: 2px 2px  5px;border: 1px solid #dbdbdb;border-radius: 40px;}
#sideNav >li h3 {position: relative;background: rgba(255, 255, 255, .4);}
#sideNav >li h3 a {position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;padding: 0px 10px;height: 36px;border-radius: 20px;font-size: 16px;font-weight: 500;font-family: "Noto Sans TC";color: #262626;-webkit-box-sizing: border-box;box-sizing: border-box;background-color: #efefef;}
#sideNav >li:hover h3 a{background-color: #eba057;color: #fff;}
#sideNav >li h3 b {position: absolute;padding: 9px 15px;font-size: 16px;color: #333;cursor: pointer;right: 0;bottom: 0;display: none;}
#sideNav >li h3 b i { font-size: 12px; color: #505050; -moz-transform: rotate(0); -webkit-transform: rotate(0); -o-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; }
#sideNav >li.openlist h3 b i { -moz-transform: rotate(-180deg); -webkit-transform: rotate(-180deg); -o-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); }
#sideNav >li h3 b i:before { content: "\f078" }
#sideNav >li .subUL {position: absolute;margin-top: 4px;width: 180px;background: #f0f0f0;box-shadow: 0 0 0 1px rgba(68, 68, 68, .5);border-radius: 20px;z-index: -1;opacity: 0;-webkit-transform-origin: 50% 0;-ms-transform-origin: 50% 0;transform-origin: 50% 0;-webkit-transform: scale(0.75) translateY(-21px);-ms-transform: scale(0.75) translateY(-21px);transform: scale(0.75) translateY(-21px);-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;}
#sideNav >li.openlist .subUL { z-index: 10; opacity: 1; -webkit-transform: scale(1) translateY(0); -ms-transform: scale(1) translateY(0); transform: scale(1) translateY(0); }
#sideNav >li .subUL li a {padding: 5px 15px;display: block;color: #979797;text-align: center;}
#sideNav >li .subUL li b { display: none; }
#sideNav >li >.subUL >li.action >div >p a {color: #444444;}
#sideNav >li .sub2UL { background: rgba(0, 0, 0, .3); }
#sideNav >li .sub2UL >li >div >p a { color: #817c98; }
#sideNav >li .sub2UL >li >div >p a:before {  content: "- " }

/* artlsit */
#artlsit ul li {overflow: hidden;border-bottom: 1px #ddd solid;margin-bottom: 10px;padding-bottom: 10px;}
#artlsit ul li:last-child { border-bottom-color: transparent; }

#artlsit ul li >div {float: right;width: 270px;}
#artlsit ul li .img { overflow: hidden; }
#artlsit ul li .img a.photo { -webkit-transform: translate(0) scale(1); transform: translate(0) scale(1); }
#artlsit ul li .info {padding: 30px;width: calc(100% - 340px);}
#artlsit ul li .info .cate a , #artlsit ul li .info .cate font , #content .articlebar font {padding: 2px 15px;background: #f38f3e;display: inline-block;font-size: 14px;color: #fff;}
#artlsit ul li .info .cate b { margin: 0 10px; }
#artlsit ul li .info h3 {margin: 15px 0 10px;}
#artlsit ul li .info h3 a {height: 37px;font-weight: 100;font-size: 24px;color: #000;-webkit-line-clamp: 1;}
#artlsit ul li .info article a {height: 58px;font-weight: 100;color: #484848;-webkit-line-clamp: 2;font-weight: 500;display: none;}

#artlsit ul li.boook{
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#artlsit ul li.boook .img{
    width: 400px;
    max-width: 100%;
}
#artlsit ul li.boook .img a{
}
#artlsit ul li.boook .info{
    width: calc(100% - 460px);
}
/* content */
#content .articlebar {/* margin: -50px 0 30px; */}
#content #describe iframe{width: 100%;height: 560px;}

/* faqList */
#faqList li { margin-bottom: 10px; }
#faqList li .title { position: relative; padding: 10px 65px 10px 25px; background: #e8e8e8; display: block; }
#faqList li .title font { color: #181818; }
#faqList li .title span { position: absolute; width: 16px; height: 16px; display: block; top: calc((100% - 16px) / 2); right: 25px; }
#faqList li .title span:before , #faqList li .title span:after { width: 16px; height: 1px; background: #696969; display: block; content: ""; -webkit-transform: translateY(9px); transform: translateY(9px); }
#faqList li .title span:after { -webkit-transform: translateY(8px) rotate(90deg); transform: translateY(8px) rotate(90deg); }
#faqList li .info { padding: 15px 25px; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }
#faqList li.current .title { background: #181818; }
#faqList li.current .title font { color: #fff; }
#faqList li.current .title span:after { -webkit-transition-duration: .2s; transition-duration: .2s; -webkit-transform: translateY(8px) rotate(180deg); transform: translateY(180deg) rotate(0); }

/* pagenav */
#pagenav { overflow: hidden; margin: 30px 0 0; text-align: center; }
#pagenav a , #pagenav strong { width: 40px; height: 40px; display: inline-block; text-align: center; line-height: 37px; font-size: 18px; color: #111; vertical-align: middle; }
#pagenav a { opacity: .5; }
#pagenav p[class^="page-"] { float: left; width: 50%; }
#pagenav p[class^="page-"] a { padding: 0 10px; width: auto; height: auto; display: block; text-align: left; }
#pagenav p[class^="page-"] a i { margin: 0 5px 0 0; }
#pagenav p.page-next { float: right; }
#pagenav p.page-next a { text-align: right; }
#pagenav p.page-next a i { margin: 0 0 0 5px; }



/* pictureBox */
#pictureBox {margin-bottom: 0;display: none;}
#pictureBox .item { position: relative; }
#pictureBox .item a.photo { margin-right: 1px; }
#pictureBox .item h3 { position: absolute; padding: 5px 20px; width: calc(100% - 41px); background: rgba(0, 0, 0, .7); left: 0; bottom: 0; }
#pictureBox .item h3 a { height: 30px; color: #fff; text-align: center; -webkit-line-clamp: 1; }

/* form1 */
#form1 { font-size: 0; }
#form1 p { margin: 10px 20px; width: calc(100% - 40px); display: inline-block; vertical-align: text-bottom; }
#form1 p.col-2 { width: calc(50% - 40px); }
#form1 p.col-3 { width: calc((100% / 3) - 40px); }
#form1 p.col-4 { width: calc(25% - 40px); }
#form1 p label { margin-bottom: 5px; display: block; color: #252647; }
#form1 p label b { margin-left: 5px; color: #ff575f; }
#form1 p input , #form1 select , #form1 textarea { padding: 5px 15px; width: calc(100% - 34px); border: 1px #adadad solid; display: block; }
#form1 p select { padding: 10px 15px; width: 100%; }
#form1 p input[type="radio"] , #form1 p input[type="checkbox"] { margin-right: 5px; width: auto; display: inline-block; }
#form1 p input#Checknum { margin-right: 10px; width: 60px; display: inline-block; }
#form1 p.send { text-align: right; }
#form1 p.send a.link{
    border-right: 1px;
    border: 1px #000 solid;
}
#form1 p.sex font { margin-right: 15px; display: inline-block; line-height: 39px; }
#form1 p.specialist input { width: calc((100% - 180px) / 2); display: inline-block; }
#form1 p.specialist font { margin: 0 10px; display: inline-block; }
#form1 p.specialist font:last-child { margin-right: 0; }
#form1 p.address label font { margin-right: 10px; display: inline-block; }
#form1 p.address select { margin-right: 10px; width: 120px; display: inline-block; }
#form1 p.address input[type="text"] { width: calc(100% - 300px); display: inline-block; }
#form1 p.chkBox font { margin-right: 10px; display: inline-block; cursor: context-menu; }
#form1 p.other { text-align: right; }
#form1 p.other a { padding: 0 10px; display: inline-block; font-size: 14px; color: #343030; }
#form1 p.other a.join { padding: 2px 10px; background: #444; border-radius: 3px; color: #fff; }
#form1 p.other a.join i { margin-right: 3px; font-size: 14px; vertical-align: inherit; }


/* noticeBox */
#noticeBox { margin: 70px 0 0; padding: 20px; background: #f7f7f7; border: 6px #444 solid; }
#noticeBox h3 { margin: 0 0 15px; font-size: 20px; color: #000; }
#noticeBox h3 i { color: #bd2922; }
#noticeBox ol { padding: 0 0 0 25px; list-style: decimal; }
#noticeBox ol li { margin: 0 0 10px; list-style: decimal; color: #000; }

@media screen and (min-width: 1366px){

}
@media screen and (min-width: 1281px) {
	header {
	    padding: 0px 0 10px;
	    background: linear-gradient(0deg,#00000000 0,#0000009e 50%,#000000 100%);
	}
	header #webmenu .menu_box >ul >li >p a{
	    color: #fafafa;
	}
	header #webmenu .menu_box >ul >li:nth-of-type(1):after, header #webmenu .menu_box >ul >li:nth-of-type(2):after, header #webmenu .menu_box >ul >li:nth-of-type(3):after{
	    background-color: rgb(255 255 255 / 46%);
	}
	header #webmenu .menu_box >ul >li >p a:hover{
    color: #e7e7e7;
}
	#sideNav #sideBtn:hover:before { -webkit-transform: translateX(0) skewX(0); transform: translateX(0) skewX(0); }
	#sideNav #sideBtn:hover font , #sideNav #sideBtn:hover i { color: #fff; }
	#sideNav >ul >li:hover { opacity: 1; }
	#artlsit ul li:hover .img a.photo {/* -webkit-transform: translate(0) scale(1.2); *//* transform: translate(0) scale(1.2); */}
	#artlsit ul li:hover .img a.photo img {/* background: rgba(71, 70, 70, .6); */}
	#artlsit ul li .info .cate a:hover , #artlsit ul li .info h3 a:hover { opacity: .6; }
	#faqList li:hover .title {background: #0b2352;}
	#faqList li:hover .title font { color: #fff; }
	#pagenav a:hover { opacity: 1; }
	#sideNav >li .subUL li:hover >div >p a {color: #979797;}
	#pagenav a:hover { opacity: 1; }
}
@media screen and (max-width: 1280px){
	.waylink ol {width: 90%;}
}
@media screen and (max-width: 980px) {
	#form1 p.col-2 , #form1 p.col-3 { width: calc(100% - 40px); }
	#form1 p.col-4 { width: calc(50% - 40px); }
	#form1 p.send { text-align: center; }
}
@media screen and (max-width: 768px) {
	#artlsit ul li >div { width: 250px; }
	#artlsit ul li .info { padding: 20px; width: calc(100% - 290px); }
	#artlsit ul li .info h3 { margin: 10px 0; }
	#artlsit ul li .info h3 a { height: 40px; font-size: 22px; }
	#artlsit ul li .info article a { height: 30px; -webkit-line-clamp: 1; }
	#content #describe iframe{width: 100%;height: 420px;}
	#artlsit ul li.boook .info{
    width: calc(100% - 40px);
}
}
@media screen and (max-width: 640px) {
	#artlsit ul li { padding: 10px 0; }
	#artlsit ul li >div , #artlsit ul li .info { position: relative; margin: 15px auto; float: none; padding: 0; width: 80%; }
	#artlsit ul li .info .cate { position: absolute; top: -43px; left: 0; }
	#artlsit ul li .info .cate a { background: #424242; }
	#form1 p.col-4 { width: calc(100% - 40px); }
	#form1 p.address select { width: calc((100% - 16px) / 2); }
	#form1 p.address select#HouseAddress2 , #form1 p.address select#MailAddress2 { margin-right: 0; }
	#form1 p.address input[type="text"] { margin-top: 10px; width: calc(100% - 34px); }
	#sbanner a img{
	    height: 180px;
	}
	#sideNav{
	    display: flex;
	    flex-direction: column;
	}
	#sbanner a{
    background-attachment: unset;
}
}
@media screen and (max-width: 450px) {
	#artlsit ul li >div , #artlsit ul li .info { width: 90%; }
#content #describe iframe{width: 100%;height: 320px;}
}