@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: NotoSansCJKtc-R;
	src: url(../fonts/NotoSansCJKtc-Regular.otf) format("opentype");
}
@font-face {
	font-family: GenYoMin-B;
	src: url(../fonts/GenYoMin-B.ttc) format("opentype");
}
@font-face {
	font-family: GenYoMin-R;
	src: url(../fonts/GenYoMin-R.ttc) format("opentype");
}

html,body
{
	font-size: 16px;
	font-family: Microsoft JhengHei, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.7;
	color: #666666;
	margin:0px;
	padding:0px;
	
	scroll-behavior: smooth;
}

a, a:link, a:visited, a:active, a:hover
{
	color: #666666;
    text-decoration: none;
}

.goLink
{
	color: #0066CC !important;
}

.goLink:hover
{
	text-decoration: underline !important;
}

img
{
	border: 0px;
}

/* html content img */
.contImgControl img
{
	max-width:100%;
	height:unset !important;
}
.contMinHeight
{
	min-height:200px;
}

pre
{
	white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
	
	/* 覆蓋瀏覽器預設 */
	padding: 0;
    margin: 0;
    background-color: transparent;
    border: 0;
	color: #757575;
	
	font-size:15px;
	line-height: 1.5;
}


/* xs version */
@media (max-width: 768px) 
{
	
}


/* 
.row{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.row [class="col-"]{
	display: flex;
	flex-direction: column;
}*/


/* form field style */
.formStyle
{
	border-left:0px;
	border-right:0px;
	border-top:0px;
	background-color:transparent;
	-webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}
.formStyle::-webkit-input-placeholder
{
	color:#CCC;
}
.formStyle:-moz-placeholder
{
	color:#CCC;
}
.formStyle::-moz-placeholder
{
	color:#CCC;
}
.formStyle:-ms-input-placeholder
{
	color:#CCC;
}
.formStyle:-moz-placeholder
{
	color:#CCC;
}
.genderTag
{
	display:inline-block;
	background-color:#DDD;
	color:#FFF;
	padding:5px;
	cursor:pointer;
}
.tagFocus
{
	background-color:#78c7c6;
	color:#FFF;
}


/* padding margin setting */
.paddingTop10px
{
	padding-top: 10px;
}

.paddingBtm10px
{
	padding-bottom: 10px;
}
.paddingBtm20px
{
	padding-bottom: 20px;
}

.marginTop10px
{
	margin-top: 10px;
}
.marginTop20px
{
	margin-top: 20px;
}

.marginTop30px
{
	margin-top: 30px;
}

.marginTop50px
{
	margin-top: 50px;
}

.marginTop100px
{
	margin-top: 100px;
}

.marginBtm10px
{
	margin-bottom: 10px;
}

.marginBtm20px
{
	margin-bottom: 20px;
}

.marginBtm30px
{
	margin-bottom: 30px;
}

.marginBtm50px
{
	margin-bottom: 50px;
}


/* page */
.pageDiv
{
	border:1px solid #4c73bd;
	color: #4c73bd;
	border-radius:5px;
	width:25px;
	height:25px;
	display:inline-block;
	margin:1%;
	line-height:23px;
	
	cursor:pointer;
	
	transition: all .15s ease-in-out;
}
.pageDiv span
{
	line-height:23px;
}

.actPage, .pageDiv:hover
{
	border:1px solid #4c73bd;
	background-color: #4c73bd;
	color: #FFF;
	border-radius:5px;
	width:25px;
	height:25px;
	line-height: 23px;
	display:inline-block;
	margin:1%;
	
	cursor:pointer;
}
/* page */

/* btn */
.moreBtn, .backBtn
{
	display:inline-block;
	background-color: rgba( 76,115,189, 1 );
	font-size: 14px;
	width: 60px;
	color: #FFF;
	padding: 3px;
}
.moreBtn:hover,.backBtn:hover
{
	background-color: rgba( 76,115,189, .8 );
	
	-webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}



/* paragraph */
.word-break
{
	word-wrap:break-word;
	overflow-wrap:break-word;
	word-break: break-all;
}
.vertical-write
{
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
.vertical-write-en
{
	text-orientation: upright;
}
.text-justify
{
	text-align: justify;
	text-justify:inter-ideograph;
}

.drop-shadow
{
	-webkit-filter: drop-shadow( 2px 2px 6px rgba(0, 0, 0, 0.7) );
    filter: drop-shadow( 2px 2px 6px rgba(0, 0, 0, 0.7) );
}



/* border */
.radius
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.radius10px
{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}


/*-- object --*/
#gotop 
{
	display:none;
	
	position:fixed;
	bottom:60px;
	right:15px;
	width:40px;
	height:40px;
	border-radius:100%;
	background:rgba(0,0,0,.5);
	cursor:pointer;
	
	z-index: 20;
}

.hr_line
{
	border:0;
	height: 1px;
	background: #CCC;
	width:100%;	
	margin: 10px 0;
}


/* custom */
.rightSideBtn
{
	cursor:pointer;
}
.rightSideBtn:hover
{
	-webkit-box-shadow: 2px 2px 6px #CCC;
	box-shadow: 2px 2px 6px #CCC;
}

.chat_area_title
{
	font-size: 1.563rem;
	font-weight: 700;
	color: #999;
}
.chat_post_area
{
	background: #F1F1F1;
	border:1px solid #DDD;
}
.chat_post_cont
{
	letter-spacing:1px;
	line-height:1.5;
}




/* form from Bootstap 5 */
.form-floating
{
	position: relative;
}

.form-floating>label
{
	position: absolute;
	color:#999;
    top: 0;
    left: 0;
    height: 100%;
    padding: 5px;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}
.form-control:focus
{
	color: #212529;
    background-color: #fff;
    /* border-color: #86b7fe; */
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}
.form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown)
{
	padding-top: 1.625rem;
    padding-bottom: .625rem;
}
.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label
{
	opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}


.no_condata
{
	font-size: 20px;
    padding: 20px 10px;
    color: #c3c3c3;
    text-align: center;
}

/*20210824 add*/
.new_container
{
	padding:15px;
	border:1px solid rgba( 0, 0, 0, 0.34 );
}
.n_list
{
	width:100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	border-bottom:1px solid rgba( 0,0,0, 0.18 );
	margin-bottom:10px;
	cursor:pointer;
	
	transition: all .15s ease-in-out;
}
.n_list:hover
{
	color:rgba( 0,0,0, 0.34 );
}
.n_left
{
	width:60px;
	text-align:center;
	background-color:#85a4bc;
	color:#fff;
}
.n_middle
{
	width:calc( 100% - 160px );
	padding-left:10px;
}
.n_right
{
	width:100px;
}


.patent_list
{
	width:100%;
	margin:10px 0;
	cursor:pointer;
	
	border:1px solid rgba( 0, 0, 0, 0.23 );
	
	-webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 11%), 0 0px 1px -1px rgb(0 0 0 / 10%), 0 1px 1px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 11%), 0 0px 1px -1px rgb(0 0 0 / 10%), 0 1px 1px 0 rgb(0 0 0 / 10%);
	
	transition: all .15s ease-in-out;
}
.patent_list:hover
{
	border:1px solid rgba( 0, 0, 0, 0.54 );
}
.patent_img
{
	width:100%;
	position:relative;
	-webkit-background-size:cover;
	background-size:cover;
	background-color:#F0EFEF;
	background-repeat:no-repeat;
	background-position: center;
}
.patent_text
{
	padding:5px;
	color:rgba( 0, 0, 0, 0.46 );
	
	line-height:1.5;
	letter-spacing:1px;
	
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.patent_time
{
	padding:5px;
	font-size:13px;
	color:rgba( 0, 0, 0, 0.32 );
	line-height:1.5;
	letter-spacing:1px;
	text-align:right;
}

.house_list
{
	width:100%;
	margin:10px 0;
	cursor:pointer;
	
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	
	-webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 11%), 0 0px 1px -1px rgb(0 0 0 / 10%), 0 1px 1px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 11%), 0 0px 1px -1px rgb(0 0 0 / 10%), 0 1px 1px 0 rgb(0 0 0 / 10%);
	
	transition: all .15s ease-in-out;
}
.house_top
{
	background-color:#85a4bc;
	color:#fff;
	text-align:center;
	padding:5px 0;
	
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	
	transition: all .15s ease-in-out;
}
.house_list:hover .house_top
{
	background-color:#486982;
}
.house_img
{
	width:100%;
	position:relative;
	-webkit-background-size:cover;
	background-size:cover;
	background-color:#F0EFEF;
	background-repeat:no-repeat;
	background-position: center;
}
.house_text
{
	padding:5px;
	color:rgba( 0, 0, 0, 0.46 );
	
	line-height:1.5;
	letter-spacing:1px;
	
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.house_time
{
	border-top:1px solid #bccdda;
	padding:0 5px;
	font-size:13px;
	color:#fff;
	line-height:1.5;
	letter-spacing:1px;
	text-align:right;
}

.house_in_top
{
	border-bottom:1px solid #85a4bc;
	color:#364e61;
	text-align:center;
	padding:5px 0;
}
.house_in_time
{
	padding:0 5px;
	font-size:13px;
	color:#364e61;
	line-height:1.5;
	letter-spacing:1px;
	text-align:right;
}
.house_in_con
{
	padding:10px;
}
.house_in_con iframe, .house_in_con img
{
	max-width:100%;
}

.video_list
{
	margin-bottom:20px;
	
	-webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.video_title
{
	color:#fff;
	padding:5px;
	background-color:#5a83a3;
	
	cursor:pointer;
}
.yt_frame iframe
{
	width:100% !important;
	height:100% !important;
	position:absolute;
	left:0;
	top:0;
}


.chat_post_cont img, .chat_post_cont frame
{
	max-width:100%;
}

#audioBox
{
	width:100%;
}
#audioBox audio
{
	max-width:100% !important;
	height: 30px;
}