﻿@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');*/

body,h1,h2,h3,h4,h5,h6,p,ul,ol{
	margin: 0;
	padding: 0;
}

body{
	font-family: 'Noto Sans TC', sans-serif;
}

a{
	text-decoration: none;
}
ul,ol{
	margin-left: 24px;
}
::placeholder{
	color: #AFAFAF;
}

.radio-box{
	margin-right: 15px;
}
.checkbox-box{
	margin-right: 8px;
}
header,main,footer{
	position: relative;
}
.accesskey{
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 999;
}
input[type=radio]{
	display: none;
}

input[type=radio] + label{
	display: inline-block;
	height: 30px;
	background-image: url(../images/radio.png);
	background-repeat: no-repeat;
	padding-left: 35px;
}
input[type=radio]:checked + label{
	background-image: url(../images/radio-checked.png);
}


input[type=text],input[type=email],input[type=number]{
	box-sizing: border-box;
	border: 1px solid #1A78BC;
	border-radius: 5px;
	height: 40px;
	font-size: 16px;
	padding: 0 10px;
}

input[type=checkbox]{
	display: none;
}



input[type=checkbox] + label{
	display: inline-block;
	height: 30px;
	background-image: url(../images/checkbox.png);
	background-repeat: no-repeat;
	padding-left: 35px;
}

.checkbox-radio input[type=checkbox] + label {
	display: inline-block;
	height: 30px;
	background-image: url(../images/radio.png);
	background-repeat: no-repeat;
	padding-left: 35px;
}

input[type=checkbox]:checked + label{
	background-image: url(../images/checkbox-checked.png);
}

.checkbox-radio input[type=checkbox]:checked  + label {
	background-image: url(../images/radio-checked.png);
}

input[type=checkbox]:disabled + label {
	background-image: url(../images/checkbox-disabled.png);
}

.checkbox-radio input[type=checkbox]:disabled + label {
	background-image: url(../images/checkbox-disabled.png);
}

input[type=text],input[type=email],input[type=number]{
	box-sizing: border-box;
	border: 1px solid #187483;
	border-radius: 5px;
	height: 40px;
	font-size: 16px;
}
textarea{
	box-sizing: border-box;
	border: 1px solid #187483;
	border-radius: 5px;
	height: 150px;
	font-size: 16px;
	resize: none;
}

input.xxl{
	width: 100%;
	max-width: 640px;
}
input.xl{
	width: 100%;
	max-width: 320px;
}
input.l{
	width: 100%;
	max-width: 183px;
	flex: 183px 1 1;
}
input.m {
	width: 100%;
	max-width: 120px;
	min-width: 80px;
	flex: 120px 1 1;
}

.container{
	max-width: 1920px;
	margin: auto;
	box-sizing: border-box;
}


a:focus,input:focus,textarea:focus,select:focus{
	outline: none;
	box-shadow: 0 0 0 2px #cd0000;
}

/*表頭*/
/*表頭-logo區*/
.header-main{
	height: 155px;
	background: linear-gradient(to bottom, #67d5cc 0%,#187483 100%);
}
.header-main .container{
	background: url(../images/header-bg.png); 
	background-repeat: no-repeat;
	background-position: right 130px bottom;
	height: 100%;
	position: relative;
}


.logo {
	color: #fff;
	position: absolute;
	left: 25px;
	top: 54px;
}
.logo h1{
	display: flex;
	align-items: center;
}
.logo strong{
	display: block;
	width: 200px;
	height: 52px;
	background-image: url(../images/logo_2.png);
	background-repeat: no-repeat;
	background-size: 200px;
	background-position: left center;
	font-weight: 300;
	font-size: 26px;
	letter-spacing: 3px;
	overflow: hidden;
	text-indent: -800px;
	margin-right: 10px;
}
.logo span{
	font-size: 38px;
	font-weight: 700;
	letter-spacing: 3px;
}

.top-info{
	display: flex;
	position: absolute;
	right: 25px;
	top: 16px;
	color: #fff;
	letter-spacing: 2px;
}

.count-visitor{
	display: flex;
}
.counter{
	display: flex;
	align-items: center;
	margin: 0 5px;
	letter-spacing: 0;
}
.counter span{
	/*color:white;
	display: block;
	margin: 0 1px;
	background-color: #1A78BC;
	width: 18px;
	height: 19px;
	line-height: 19px;
	text-align: center;*/
}

.last-update-time:before{
	content: "｜";
}


.indent-wrap{
	display: flex;
}
.indent-col{
	/*flex: 3.5em 0 0;*/
}


.indent-col-s{
	flex: 2em 0 0;
}

.indent-group{
	padding-left: 24px;
	list-style: square;
}



@media screen and (max-width: 1200px){
	.header-main .container{
	background-position: right 25px bottom;
	background-size: auto 70%;
	}
}


@media screen and (max-width: 992px){
	.header-main{
		height: auto;		
	}
	.header-main .container{
	background-position: right 25px bottom;
	background-size: auto 80%;
	padding-bottom: 15px;
	overflow: hidden;
	padding-top: 28px;
	}
	.logo{
		position: relative;
		left: auto;
		top: auto;
		margin-left: 25px;
	}
	.logo strong{
		display: none;
	}
	.logo span{
		font-size: 28px;
	}
	.top-info{
		position: relative;
		top: auto;
		right: auto;
		font-size: 13px;
		margin-left: 25px;
		margin-top: 5px;
	}
}

@media screen and (max-width: 768px){
	
	.header-main .container{
	background-position: right -160px bottom;
	}

}


@media screen and (max-width: 576px){
	.logo{
		margin-left: 10px;
	}
	.logo strong{
		font-size: 16px;
		background-size: 25px;
		line-height: 24px;
		padding-left: 30px;
		margin-bottom: -22px;
	}
	.logo span{
		font-size: 24px;
	}
	.top-info{
		display: block;
		margin-left: 10px;
	}
	.last-update-time:before{
		content: "";
	}
}


@media screen and (max-width: 467px){
	.header-main .container{
		background-position: right -280px bottom;
	}
}


/*表頭-麵包屑與帳號操作區*/
.header-bar{
	background-color: #e2f0f1;
	letter-spacing: 2px;
}
.header-bar .container{
	padding: 12px 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #187483;
}
.bread a{
    color: #187483;
}

.member-option{
	display: flex;
	align-items: center;
}
.mo-txt{
	margin-left: 15px;
	margin-right: 5px;
}

.subscription-set input[type=checkbox]{
	display: none;
}
.subscription-set input[type="checkbox"] + label{
	display:block;
	width: 69px;
	height: 29px;
	background-image: url(../images/check-off.png);
}
.subscription-set input[type="checkbox"]:checked + label{
	background-image: url(../images/check-on.png);
}

.btn-wrap{
	text-align: center;
	padding-top: 25px;
}
.btn{
	background-color: #187483;
	border-radius: 7px;
	line-height: 1em;
	padding: 8px;
	color: #fff;
	display: inline-block;
	letter-spacing: 0;
}

.btn-wrap .btn{
	padding: 10px 15px;
	margin: 0 5px;
	font-size:15px;
}


@media screen and (max-width: 992px){
	.header-bar{
		font-size: 13px;
	}
}



@media screen and (max-width: 768px){
	.header-bar .container{
		padding: 5px 10px 8px 10px;
	}
	.mo-txt{
		margin-left: 0;
	}
	.m1,.m2{
		display: none;
	}
	.member-option{
		flex-wrap: wrap;
		margin-top: 5px;
	}
	.member-option a{
		margin-right: 10px;
	}
}


@media screen and (max-width: 576px){
	.header-bar .container{
		display: block;
	}
}

/*內容*/
main{
	/*color: #5C5C5C;*/
	color:black;
	padding:30px 0;
}
main .container{
	padding: 0 25px;
}
main h2{
	font-size: 32px;
	text-align: center;
	line-height: 1em;
	font-weight: 400;
	letter-spacing: 3px;
	margin-bottom: 25px;
}


@media screen and (max-width: 768px){
	main h2{
		font-size: 24px;
	}
}


/*內容-tab*/
.tab-group{
	display: flex;
	justify-content: center;
}
.tab {
	background-color: #b7e8e4;
	border-radius: 10px 10px 0 0;
	color: #187483;
	padding: 10px 15px;
	line-height: 1em;
	margin: 0 2px;
}
.tab.current{
	background-color: #187483;
	color: #fff;
}


/*內容-純文字*/
.main-box{
	border: 2px solid #187483;
	border-radius: 5px;
	padding: 40px 60px;
	/*font-weight: 300;*/
	letter-spacing: 1px;
	line-height: 1.75em;
}
.content-block{
	text-align: justify;
	/*font-size: 18px;*/
}
.content-block p{
	margin: 1em 0;
}
.content-block p:first-child{
	margin-top: 0;
}
.content-block p:last-child{
	margin-bottom: 0;
}
.align-right{
	text-align: right;
}
.align-center{
	text-align: center;
}

.note{
	color: black;
	margin-top: 25px;
	font-size: 16px;
	text-align: left;
}

.note-s{
	color: red;
	/*font-size: 13px;*/
	/*font-weight: 300;*/
}

.note p{
	margin: 0;
}
.red{
	color: red;
}

@media screen and (max-width:768px ){
	main .container{
		padding: 0 10px;
	}
	.main-box{
	padding: 20px;
}
}



/*內容-搜尋bar*/
.search-bar{
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
}
.search-bar input[type=text]{
	box-sizing: border-box;
	width: calc(100% - 60px);
	max-width: 360px;
	height: 40px;
	border: 1px solid #187483;
	font-size: 16px;
	padding: 0 10px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.search-bar button{
	box-sizing: border-box;
	background-color: #187483;
	width: 60px;
	height: 40px;
	color: #fff;
	border: none;
	font-size: 16px;
	border: 1px solid #187483;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.search-txt{
	text-align: right;
}
	.search-txt a {
		/*color: #1A78BC;*/
		color: #187483
	}

/*內容-表格*/
.data-table table{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #AFAFAF;
	line-height: 1em;
	text-align: left;
	font-size: 16px;
}
.data-table table th{
	text-align: center;
	background-color: #E5E5E5;
	/*font-weight: 300;*/
}
.data-table table td,.data-table table th{
	border: 1px solid #AFAFAF;
	padding: 8px;
}

.data-table a{
	color: #187483;
}
.data-table a.btn{
	color: #fff;
}

.m-name{
	display: inline-block;
}

@media screen and (max-width: 768px){
	.data-table thead{
		display: none;
	}
	.data-table table{
		border: none;
	}
	.data-table tr{
		display: block;
		margin-bottom: 20px;
	}
	.data-table td{
		display: flex;
		margin-bottom: -1px;
	}
	.data-table td:before{
		content: attr(data-title);
		display: block;
		width: 7em;
		flex: 8em 0 0;
		text-align: right;
		padding: 8px;
		background-color: #E5E5E5;
		margin: -8px 8px -8px -8px;
	}
	.data-table .align-center{
		text-align: left;
	}
}





/*內容-內容資料表格*/
.form-table{
	border: 2px solid #187483;
	border-radius: 5px;
	overflow: hidden;
}
.form-table table{
	border-collapse: collapse;
	margin: -2px;
}
.form-table th{
	background-color: #e2f0f1;
}
.form-table td,.form-table th{
	border: 2px solid #187483;
	padding: 12px;
	/*font-weight: 300;*/
}

.special-form-table th{
	width: 9em;
}


.sign-in-table{
	max-width: 640px;
	margin: auto;
}

.sign-in-table table{
	width: calc(100% + 4px);
	font-size: 16px;
}

.sign-in-table th{
	width: 10em;
	text-align: right;
}

@media screen and (max-width: 576px){
	.special-form-table tr{
		display: block;
	}
	.special-form-table th,.special-form-table td{
		display: block;
		width: auto;
	}
	.special-form-table td{
		margin-top: -2px;
		margin-bottom: -2px;
	}
	.special-form-table .long-th{
		display: none;
	}
	.sign-in-table th{
		width: 8em;
	}


}



/*內容-頁碼*/
.page{
	display: flex;
	justify-content: center;
	margin-top: 25px;
}
.page a{
	display: block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	background-color: #86CAFC;
	font-size: 13px;
	margin: 0 1px;
}
.page a.current{
	background-color: #1A78BC;
}
.page a.page-btn{
	width: auto;
	padding:0 8px ;
}


@media screen and (max-width: 768px){
	.page a{
		display: none;
	}
	.page a.current,.page a.page-btn{
		display: block;
	}
	.page a.page-btn:first-child,.page a.page-btn:last-child{
		display: none;
	}
}


/*蓋底彈跳視窗*/
.cover{
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(255, 255, 255, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
}
#login-window,#more-info-window{
	display: none;
}
#login-window.open,#more-info-window.open{
	display: flex;
}
.pop-window{
	background-color: #fff;
	border: 2px solid #187483;
	min-width: 540px;
	min-height: 200px;
	max-width: 920px;
	border-radius: 5px;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}
.close-btn{
	position: absolute;
	right: 5px;
	top: 7px;
	width: 30px;
	height: 30px;
	background-image: url(../images/close-btn.png);
	cursor: pointer;
}
.pop-window h3{
	text-align: center;
	font-size: 18px;
	padding: 10px 5px;
	background-color: #187483;
	color: #fff;
	font-weight: 400;
}
.pop-block{
	padding: 25px;
}

.pop-block.scroll{
	max-height: 80vh;
	overflow: scroll;
}
.form-block{
	text-align: center;
	margin: 0 auto;
	max-width: 360px;
}

.form-block input{
	font-size: 18px;
	width: 100%;
	height: 40px;
	padding: 0 10px;
	border: 1px solid #187483;
	box-sizing: border-box;
}

.account-txt{
	text-align: center;
	margin-top: 10px;
}
.account-txt a{
	color: #187483;
}



@media screen and (max-width: 576px){
	.pop-window{
	min-width: auto;
	}
}




/*註冊*/

.phone-name{
	margin-top: 10px;
	margin-bottom: 5px;
	display: flex;
	justify-content: space-between;
	max-width: 320px;
}
.phone-2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 320px;
}


@media screen and (max-width: 576px){
	.phone-name,.phone-2{
		margin-left: auto;
		margin-right: auto;
	}
}


/*意見分享填寫*/
.qa-box{
	margin-bottom: 35px;
}
.qa-box:last-child{
	margin-bottom: 0;
}
.qa-top{
	display: flex;
	align-items: flex-start;	
}
.qa-number{
	width: 37px;
	height: 37px;
	flex: 37px 0 0;
	font-family: Arial Black;
	font-size: 24px;
	border-radius: 37px;
	background-color: #afded8;
	text-align: center;
	line-height: 35px;
	color: #187483;
	margin-right: 5px;
}
.qa-title{
	padding-top: 4px;
	font-weight: 500;
	/*font-size: 18px;*/
}
.qa-content{
	font-size: 16px;
	padding-left: 42px;
	margin-top: 5px;
}
.qa-content .qa-title{
	margin-bottom: 10px;
}
.qa-content a{
	color: #187483;
}
.qa-content table {
	border-collapse: collapse;
}
.qa-content table th{
	font-weight: 300;
	background-color: #afded8;
}
.qa-content table td{
	background-color: #e2f0f1;
}
.qa-content table th,.qa-content table td{
	padding: 8px 12px;
	border: 1px solid #fff;
}
.option{
	margin-bottom: 10px;
}
.option:last-child{
	margin-bottom: 0;
}

.sub-title{
	margin-bottom: 10px;
}

.input-box{
	margin-top: 10px;
}
.sub-qa-content{
	margin-bottom: 30px;
}
.sub-qa-content:last-child{
	margin-bottom: 0;
}
.text-box{
	margin-top: 10px;
}
.text-box textarea{
	width: 100%;
}
.sub-qa-content .qa-txt,.sub-qa-content .text-box{
	padding-left: 18px;
}
.input-group{
	padding-left: 18px;
	display: block;
}
.input-group-m{
	padding-left: 32px;
}

.file-option {
	border: 1px solid #B6B6B6;
	border-radius: 0.8em;
	justify-content: space-between;
	letter-spacing: 0;
}

.file-option2{
	border:1px solid #B6B6B6;
	border-radius: 0.8em;
	display: flex;
	justify-content: space-between;
	letter-spacing: 0;
}

.upload-file input[type=text]{
	border:none;
	flex-grow:1;
	flex-shrink: 1;
	flex-basis: 100%;
}
.upload-file input[type=text]:focus{
	box-shadow: none;
}
.upload-file input[type=button] {
	border: 1px solid #B6B6B6;
	background-color: #187483;
	border-radius: 0.8rem;
	margin: -1px -1px -1px 0;
	font-size: 1em;
	padding: 0.2em 1em;
}

.upload-file input[type=file]{
	
}
.btn-file {
	border-radius: 0.7em;
	border: 1px solid #B6B6B6;
	padding: 0.2em 1em;
	background-color: #B6B6B6;
	color: #fff;
	display: flex;
	align-items: center;
	flex: 0 0 4em;
	letter-spacing: unset;
	justify-content: space-between;
	margin-bottom: 0px;
}

.file-unit{
	margin-top: 10px;
}

.file-unit input[type=button]{
	border:1px solid #B6B6B6;
	background-color: #B6B6B6;
	border-radius: 0.8rem;
	margin:-1px -1px -1px 0;
	font-size: 1em;
	padding:0.4em 1em;
	color: #fff;
}

.file-name,.file-size{
	display: flex;
	align-items: center;
}
.file-name {
	flex: 0 0 50%;
	padding: 0 0em;
	margin-left:5px;
}
.file-size{
	flex:1 1 100%;
	justify-content: flex-end;
	padding:0 1em;
}

.upload-box .note{
	margin-top: 0;
}


/*表尾*/
footer{
	background: linear-gradient(to bottom, #67d5cc 0%,#187483 100%);
	padding: 23px 15px;
	text-align: center;
}

.link-group a{
	color: #fff;
	margin: 0 12px;
}

@media screen and (max-width: 768px){
	.link-group{
		display: flex;
		flex-direction: column;
	}
	.link-group a{
		margin: 5px 0;
	}
}

/*Allen*/
.vcode {
    display: flex;
    align-items: center;
	flex-wrap:wrap;
}
.vcode-content {
    @import url('file:///D:\project\INA\病友意見分享\美工切版\www_0518\css\style.css');
    display: flex;
    align-items: center;
}

.vcode-content img{
    padding-left: 0.5em;
}

.count-info {
    display: flex;
    position: absolute;
    right: 25px;
    color: black;
    letter-spacing: 2px;
    
}

/*overwrite style*/
a:focus, a:hover {
	color: #6abfc8;
	text-decoration: none;
}

.btn.focus, .btn:focus, .btn:hover {
	color: #6abfc8;
	text-decoration: none;
}

.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #187483;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	z-index: 3;
	color: #fff;
	background-color: #187483;
	border-color: #187483;
	cursor: default;
}
