@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;400;500;600;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;200;300;400;500;600;700&display=swap');


@font-face {
  font-family: didot;
  src: url(../font/didot.ttf);
  font-weight: bold;
}
@font-face {font-family: "Acumin"; src: url("//db.onlinewebfonts.com/t/066ce24dae3730ed6c648b09efaea93a.eot"); src: url("//db.onlinewebfonts.com/t/066ce24dae3730ed6c648b09efaea93a.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/066ce24dae3730ed6c648b09efaea93a.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/066ce24dae3730ed6c648b09efaea93a.woff") format("woff"), url("//db.onlinewebfonts.com/t/066ce24dae3730ed6c648b09efaea93a.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/066ce24dae3730ed6c648b09efaea93a.svg#Acumin Variable Concept") format("svg"); }





html,body{
	width: 100%;
	height: 100%;
	font-size: 16px; 
	font-family:Arial,'Noto Sans TC','微軟正黑體', 'Microsoft JhengHei', sans-serif;
	-webkit-text-size-adjust: 100%;color: #323333;
		letter-spacing: .1em;
		line-height: 1.25em;
}
a {
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
}
img{max-width: 100%;height: auto;}
.ff-serif{
	font-family:'Noto Serif TC','微軟正黑體', 'Microsoft JhengHei', sans-serif;
}
.font2{
	font-size: 1.25rem;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.btn i{vertical-align: middle;margin-right: .5em;}
.btn.btn-zero{
	background:transparent;
	border:1px solid #fff;
}
.btn.btn-black {
	background: #000 !important;
	color: #fff;
}
.btn.btn-black:hover {
	background: #333333 !important;
}
.btn.btn-white{
	background: #fff !important;
}

.btn.btn-white:hover {
	background: #f8f8f8 !important;
}
.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}
.btn {
	position: relative;
	top: 0;
	border-radius: 0px;
}
.container{
	position: relative;
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
	padding: 0px;
	/*height: 100vh;*/
}
.row{
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.wrap {
	width: 100%;
	height: auto;
}
.t-a-c{
	text-align: center;
}
.c-white{color: #fff} 
.f-125x{font-size: 1.25rem;}
.f-200x{font-size: 2rem;}
.lh-2x{line-height: 2em;}
.bold{
	font-weight: bold;
}
i.fas{margin:0 .5em;}
.underline{text-decoration: underline;}
.mt{
	margin-top: 40px;
}
.mt1x{
	margin-top: 1rem !important;
}
.mt2x{
	margin-top: 2rem !important;
}
.mb1x{margin-bottom: 2rem !important;}
.mb2x{margin-bottom: 2rem !important;}
.m1x{margin:1rem;}

.p1x{padding:1rem;}
.p2x{padding:2rem;}
.d-flex{
	display: flex;
}
.flex-center{
	justify-content: center;
	align-items: center;
}
.f-wrap{flex-wrap: wrap;}
.jc-center{justify-content: center;}
.ai-center{align-items: center;}
header{
	position: fixed;
	z-index: 999;
	top: 0;left: 0;
	width: 100%;
	/*padding: 0 15px;*/
	height: 80px;
	color: #fff;
	-webkit-transition: .4s all ease;
	transition: .4s all ease;
	background:#008AAB;
	box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}

/*header.show{
	height: 80px;
	background-color: rgba(0,0,0,.78);
	box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}*/
.header-h{height: 80px;}

header .container{
	max-width: 1500px;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: space-between; 
	align-items: center;
}

header h1{
	font-size: 20px;
	margin-left: 15px;
	font-weight: bold;
	width: 6em;
	
	text-align: center;
}
header h1 a{
	color: #fff;
}
.logo{
	position: relative;
	height: 44%;
	width: 167px;

	/*padding:5% 0;*/
	background: url(../images/logo.svg) center center no-repeat;
	z-index: 1;
	/*background-size: cover;*/
}
.logo a{width: 100%;height: 100%;position: relative;display: block;}
.logo img{height: 100%;width: auto;}
nav{
	font-family: 'Noto Sans TC','微軟正黑體', 'Microsoft JhengHei', sans-serif;
	line-height: 80px;
	/*padding: 1em 0;*/
	/*margin-right: 15px;*/
	font-size: 1.25rem;
	position: relative;
	z-index: 1;
}
nav > ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
nav > ul > li{position: relative;}
nav > a,header.show nav > a{color: #fff;margin: 0 1em;-webkit-transition: none;transition: none;}
nav > a:hover,header.show nav > a:hover,nav a:hover{color: #fff;}

nav a{color: #fff;margin: 0 1em;-webkit-transition: none;transition: none;}

.name-label{
	position: fixed;
	background: rgba(255,255,255,.36);
	top: 90px;
	left: 10%;
	line-height: 1em;
	padding: 0.8em 2em;
	border-radius: 16px;
}

.name-patient .name-label{
	color: #FE5890;	
}


.name-doctor .name-label{
	color: #00AB11;	
}

.name-admin .name-label{
	color: #FF7700;
}

.name-label i{margin-right: 0.5em;}

.dropdown{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: rgba(0,138,171,.8);
  padding: 1em;
  left: 50%;
  transform: translate(150%,0%) ;
  -webkit-transform: translate(150%,0%);
  opacity: 0;
  width: 300%;
  z-index: -1;
  -webkit-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
}
.dropdown > i {
	display: none;
}
.nav-more.open .dropdown{
  transform: translate(-50%,0%) ;
  -webkit-transform: translate(-50%,0%);
  opacity: 1;
}
.nav-more.close .dropdown{
  transform: translate(150%,0%) ;
  -webkit-transform: translate(150%,0%);
}

.search-bar{
	position: absolute;
	right: 0;
	top: 0;
	background:#27B1D2;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 90px;
	height: 80px;
	-webkit-transition: all .3s ease;
		transition: all .3s ease;
}
.search-bar.hide{width: 0;opacity: 0;pointer-events: none;padding: 0px;}
.search-bar.show{width: initial;opacity: 1;pointer-events: initial;padding: 0 90px;height: 80px;

}
.search-close-btn{
	position: absolute;
	right: 12px;
	top: calc(50% - 12px);
}
.search-bar input{
	line-height: 55px;
	height: 55px;
	width: 60vw;
	background: transparent;
	border:none;
	font-size: 16px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	padding:0 2em;
	outline: none;
	color: #fff;
}

.search-bar input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.search-bar input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.search-bar input::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
section{
	background:#006180;
	position: relative;
	/*height: 100vh;*/
	overflow: hidden;
}


.popup{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	background: #006180;
	display: flex;
	justify-content: center;
	align-items: center;
	transform:translateY(100%);
	-webkit-transform:translateY(100%);
}
.popup.show{
	transform:translateY(0);
	-webkit-transform:translateY(0);
}
.kv{
	background-size: cover;
	height: auto;
}
.kv img{display: block;}

footer{
	padding: 2em 0 0 0;
	background:#71CAE6;
}
footer ul{
	margin-left: 10%;
	margin-bottom: 1em;
}
footer li{
	line-height: 2em;
}
.logo-footer{
	max-width: 300px;
}
footer i{
	/*height: 20px;*/
	margin-left: 1em;
	margin-right: 1em;
	position: relative;
	display: inline-block;
	width: 2em;
	text-align: center;
	vertical-align: middle;
}
footer i img{
	height: 100%;
	width: auto;
}
hr{

	border-color: #006E91;
}
.copyright{
	background:#008AAB;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 3em;
}
.nav-btn{display: none;}
@media screen and (min-width:901px){
	.nav-more:hover .dropdown{
	  transform: translate(-50%,0%) ;
	  -webkit-transform: translate(-50%,0%);
	  opacity: 1;
	}
}
@media screen and (max-width:900px){
	nav{
		position: fixed;
		width: 100%;
		height: 100vh;
		top: 80px;
		background: #008AAB;
		left:0;
		transform: translateX(100%);
		padding-bottom: 120px;
	}
	nav ul{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	header.open nav{transform: translateX(0%);}
	nav li{
		line-height: 2em;
		/*padding: 1em 0;*/
		margin: .5em 0;
		border-bottom:1px solid #fff;
	}
	.nav-btn {
		width: 40px;
		height: 60px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		cursor: pointer;
		margin-right: 0px;
		position: relative;
		top: 0px;
		right: 15px;
		z-index: 99;
	}

	.nav-btn span {
		position: absolute;
		display: block;
		width: 100%;
		height: 2px;
		background: #000;
		top: calc(50% - 2px);
		border-radius: 0px;
		-webkit-transition: transform .3s ease;
		transition: transform .3s ease;
	}
	header .nav-btn{height: 100%;}
	header .nav-btn span{background:#fff; }
	.black-nav header .nav-btn span{background:#000; }
	.nav-btn span:nth-child(1) {
		-webkit-transform: scale(1, 1) translate(0, -10px) rotate(0);
		transform: scale(1, 1) translate(0, -10px) rotate(0)
	}

	.nav-btn span:nth-child(2) {
		-webkit-transform: scale(1, 1) translate(0, 0) rotate(0);
		transform: scale(1, 1) translate(0, 0) rotate(0)
	}

	.nav-btn span:nth-child(3) {
		-webkit-transform: scale(1, 1) translate(0, 10px) rotate(0);
		transform: scale(1, 1) translate(0, 10px) rotate(0)
	}
	.nav-btn.open span:nth-child(1) {
		-webkit-transform: scale(1, 1) translate(0, 0) rotate(45deg);
		transform: scale(1, 1) translate(0, 0) rotate(45deg)
	}

	.nav-btn.open span:nth-child(2) {
		-webkit-transform: scale(0, 1) translate(0, 0) rotate(0);
		transform: scale(0, 1) translate(0, 0) rotate(0)
	}

	.nav-btn.open span:nth-child(3) {
		-webkit-transform: scale(1, 1) translate(0, 0) rotate(-45deg);
		transform: scale(1, 1) translate(0, 0) rotate(-45deg)
	}
	nav li{
		position: relative;
	}
	.search-bar{
		position: relative;
		height: 0px;
		width: 100vw;
		left: 0;
		padding: 0 45px;
	}
	.search-close-btn{
		top: calc(50% - 11px);
		right: 11px;
		margin:0;
		height: 100%;
	}
	header.open nav{
		overflow: scroll;
	}
	.search-bar.show+.search-btn{
		display: none;
	}
	.search-bar.show{width: 100vw;opacity: 1;pointer-events: initial;padding: 0 90px;height: 60px;}
	.name-label{
		position: relative;
		background: rgba(255,255,255,.8);
		top: initial;
		left: initial;
		line-height: 1em;
		padding: 0.8em 2em;
		border-radius: 16px;
		outline: none;
		border: none;
	}
	.dropdown {
		position: relative;
		padding: 1em;
		left: 0%;
		 transform: translate(0%,0%); 
		-webkit-transform: translate(0%,0%);
		width: auto;
		z-index: 1;
		-webkit-transition: transform .3s ease-out;
		transition: transform .3s ease-out;
		/*display: none;*/
		opacity: 1;
	}
	.dropdown ul{
		display: none;
	}
	.dropdown > i{
		display: block;
	}
	.nav-more{
		border-bottom: none;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.login-btn{
		border-bottom: 1px solid #fff;
			line-height: 2em;
	}
	.nav-more.open{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.nav-more.open .dropdown {
		transform: translate(-50%,0%);
		-webkit-transform: translate(-50%,0%);
		opacity: 1;
		display: flex;
	}
	.dropdown.open ul{
		opacity: 1;
		display: flex;
	}

	.dropdown.open i{
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}
}
@media screen and (max-width:1150px){
	.container{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media screen and (max-width:640px){
	
	.copyright {
		font-size: 16px;
		line-height: 1.5em;
		padding: 1em 0;
	}
}
@media screen and (max-width:375px){
	footer{
		font-size: 12px;
	}
	.logo-footer{
		max-width: 75vw;
	}
	.copyright {
		font-size: 12px;
		line-height: 1.5em;
		padding: 1em 0;
	}
}

.login-box{

}
/* list */
.stage-data{

}

.stage-slider {
	position: relative;
	display: block;
	width: 100%;
	height: 300px;
	/*background: #000;*/
	/*overflow: hidden;*/
	margin:0 auto;
}

.stage-slider .stage-list {
	position: relative;
	display: block;
	font-size: 0;
	line-height: 0;
	width: 100%;
	height: 100%;
	white-space: nowrap;
	margin:0 auto;
	overflow: hidden;
}
.stage-slider .stage-list li {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
}
.stage-slider .stage-list li a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
}
.stage-list p{
	position: absolute;
	bottom: -2em;
	width: 100%;
	left: 0;
	line-height: 2em;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.stage-slider .stage-list li p > a{position: relative;color: #fff;}
.stage-slider .stage-list li .video-content {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.stage-slider .stage-list li .obj-content {
	position: relative;
	display: block;
	width: 100%;
	background:#fff;
	overflow: hidden;
	height: 100%;
}

.stage-arrow-left{
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	left: -40px;
	top:calc(50% - 20px);
	cursor: pointer;
	background: url(../images/stage-arrow.png) no-repeat center center;
	background-size: contain;
	z-index: 99;
}

.stage-arrow-right {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	right: -40px;
	top:calc(50% - 20px);
	cursor: pointer;
	background: url(../images/stage-arrow.png) no-repeat center center;
	background-size: contain;
	transform: scaleX(-1);
	z-index: 99;
}


.data{
	height: calc(100vh - 80px);
	background: #37B9CE;
	background-size: contain;
}

.data-bg{
	position: absolute;
	width: 1280px;
	left: calc(50% - 640px);
	bottom: 0;
}
.data-bg-l{position: absolute;bottom: 0;left: -100px;width: 490px;}

.data-bg-r{position: absolute;bottom: 0;right: -160px;width: 570px;}

.data-bg-l img,.data-bg-r img{display: block;}
.video{
	height: calc(100vh - 80px);
	background: #006180 url(../images/list2_bottom.png) center bottom no-repeat;
	background-size: contain;
}
.game{
	height: calc(100vh - 80px);
	background: #37B9CE url(../images/list3_bottom.png) center bottom no-repeat;
	background-size: contain;
}

.questionnaire{
	height: calc(100vh - 80px);
	background: #37B9CE url(../images/questionnaire_bottom.png) center bottom no-repeat;
	background-size: contain;  
}
.gender{
	height: calc(100vh - 80px);
	min-height: 650px;
	background: #006180 url(../images/gender_bottom.png) center bottom no-repeat;
	background-size: contain;
}
.gender h1{text-align: center;font-size: 24px;font-weight: bold;color: #fff;padding: 3em 0 2em 0;}
/*.video .container{max-width: 1280px;}*/
.data h1,.video h1,.game h1,.questionnaire h1{
	text-align: center;
	padding:3em 0;
}
.stage-slider .stage-list li{
	/*max-width: 336px;*/
	max-height: 242px;
	margin:0 20px;
}

.questionnaire .stage-slider{}


.gender .stage-slider .stage-list{
	display: flex;
	justify-content: center;
	align-items: center;
	/*margin:0 auto;*/
}
.questionnaire .stage-slider .stage-list li,.gender .stage-slider .stage-list li{
	max-width: 336px;
	cursor: pointer;
}
.gender input[type=radio]{
	visibility: hidden;
	position: absolute;
}
.gender .stage-slider .stage-list li label{
	cursor: pointer;
}

.psp{
	padding-bottom: 280px;
	background: #006180 url(../images/psp_bottom.png) center bottom no-repeat;
}
.psp h1{
	text-align: center;color: #fff;
	font-size: 36px;
	font-weight: bold;
	line-height: 2em;
	padding-top: .5em;
	margin-bottom: .5em;
}
.psp h3{
	text-align: center;
	color: #fff;
	position: relative;
	font-size: 24px;
	line-height: 2em;
	font-weight: bold;
}
.psp .stage-slider{height: initial;}
.psp .stage-slider .stage-list li{
	width: 100%;
	max-height: initial;
	margin:0 10px;
}
.psp-theme{position: relative;}
.psp-theme ul {display: flex;flex-wrap: wrap;}
.psp .stage-slider .stage-list .psp-theme li{
	max-width: 336px;
	background: #008AAB;
	border-radius: 16px;
	padding-top: 12px;
	padding-bottom: 20px;
	font-size: 20px;
	max-height: initial;
	margin:25px 20px;
	color: #fff;
	box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}


.psp .stage-slider .stage-list .psp-theme li dt {font-weight: bold;text-align: center;}

.psp .stage-slider .stage-list .psp-theme li dt img{
	max-width: 228px;
}
.psp .stage-slider .stage-list .psp-theme li dt p{
	position: relative;
	bottom: initial;
	/*max-width: 250px;*/
	letter-spacing: -.015em;
	margin:0 auto;
	font-size: 20px;margin-top: .5em;line-height: 1.6em;margin-bottom: .5em;
	height: 3.2em;
	white-space: initial;
}
.psp .stage-slider .stage-list .psp-theme li dd span {display: flex;justify-content: center;align-items: center;}

.psp .stage-slider .stage-list .psp-theme li dd input{width: 30px;height: 30px;vertical-align: middle;margin-right: 1em;font-size: 20px;}

.psp .stage-slider .stage-list .psp-theme li dd input+ label{line-height: 30px;vertical-align: middle;margin-right: .5em;}


.satisfaction{color: #fff;font-size: 20px;padding: 30px 0 50px 0;}
.Satisfaction-level1{
	padding-bottom: 300px;
	background:url(../images/satisfaction_bottom.png) center bottom no-repeat;
}
.Satisfaction-level2{
	padding-top: 2rem;
}
.satisfaction .containner{

}
.satisfaction form .title{margin:1em 0;font-size: 36px;line-height: 1em;}
.satisfaction h3{font-size: 24px;font-weight: bold;margin-bottom: 1em;text-align: center;}
.satisfaction dt{color: #fff;margin-bottom: 1.5em;font-size: 20px;line-height: 1.5em;}



.satisfaction dd{color: #fff;margin-bottom: 1.5em;line-height: 1.5em;}
.satisfaction input[type='radio']{width: 30px;height: 30px;vertical-align: middle;margin-right: 1em;font-size: 20px;}
.satisfaction input+label{font-size: 20px;line-height: 1.5em;color: #fff;vertical-align: middle;margin-right: 2em;}


.qol{
	height: calc(100vh - 80px);
	min-height: 790px;
	padding-bottom: 360px;
	background:#006180 url(../images/qol_bottom.png) center bottom no-repeat;
}

.qol h1{font-size: 36px;text-align: center;color: #fff;font-weight: bold;line-height: 1em;padding: 2em 0 1em 0;}

.qol h3{font-size: 20px;text-align: center;color: #fff;font-weight: bold;line-height: 1em;margin-bottom: 2em;}

.qol .slider-box{
	border-radius: 16px;
	background:#00879C;
	padding: 34px 0 24px 0;
}
.qol .slider-con{
	width: 90%;
	max-width: 890px;
	margin:0 auto;
}


.qol .slider-icon{
	position: relative;
	padding-bottom: 100px;
}

.qol .slider-icon li{
	position: absolute;
	margin-right: calc(100% / 6);
	transform: translateX(-50%);
	top: 1em;
	text-align: center;
	/*width: 1px;*/
}
.qol .slider-icon li p{display: flex;justify-content: center;align-items: center;height: 70px;}
.qol .slider-icon li img{max-width: 60px;}
.qol .slider-icon li span{color: #fff;text-align: center;font-weight: bold;font-size: 24px;}
.qol .slider-icon li:nth-child(1){}
.qol .slider-icon li:nth-child(2){left: calc(100% / 6 *1);}
.qol .slider-icon li:nth-child(3){left: calc(100% / 6 *2);}
.qol .slider-icon li:nth-child(4){left: calc(100% / 6 *3);}
.qol .slider-icon li:nth-child(5){left: calc(100% / 6 *4);}
.qol .slider-icon li:nth-child(6){left: calc(100% / 6 *5);}
.qol .slider-icon li:nth-child(7){left: calc(100% / 6 *6);}

.qol .ui-widget-content .ui-state-default{
	background:#D3EA19;	
	width: 2.24em;
	height: 2.24em;
	border-radius: 1.12em;
	outline: none;
}

.qol .ui-slider-horizontal .ui-slider-handle {
	top: -0.66em;
	margin-left: -1.12em;

}
.qol .ui-slider-horizontal .ui-slider-handle:hover{
	background: #e2ed86;
}

.appointment,.form,.medication,.messageboard,.mycalendar{
	min-height: calc(100vh - 80px - 200px);
}

.appointment h1,.medication h1,.messageboard h1,.mycalendar h1{font-size: 36px;font-weight: bold;text-align: center;color: #fff;line-height: 1.5em;padding: 2em 0 1em 0;}

.appointment .btn-list{text-align: center;padding: 2rem 0;}


.appointment-con{
	background: #00879C;
	max-width: 336px;
	padding: 2em 0;
	color: #fff;
	border-radius: 16px;
	margin: 0 auto;
}

.appointment-con table{
	margin:0 auto;
}
.appointment-con table th{color: #fff;font-size: 20px;padding-right: 1em;}
.appointment-con input{max-width: 230px;padding-left: 1em;}


.medication-con,.messageboard-con{
	background: #00879C;
	max-width: 900px;
	padding: 2em 95px;

	color: #fff;
	border-radius: 16px;
	margin: 0 auto;
}
.messageboard-con{
	padding: 2em;
	margin-bottom: 2em;
}
.medication-con li{
	padding: 1em 0;
}

.medication-con label{font-size: 20px;font-weight: bold;line-height: 30px;vertical-align: middle;margin-right: 2em;}

.medication-con input[type='text']{
	padding: 0 1em;
	text-align: center;
}

.medication .btn-list{text-align: center;padding: 2rem 0;}

.medication-list{}
.medication-list > div{position: relative;margin-bottom: .5em;}
.medication-list label{margin-right: 2em;}
.medication-list input[type='checkbox']{
	line-height: 30px;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	margin:0;
	border-radius: 15px;
	margin-right: 2em;
	font-size: 20px;

}

.medication-list input[type="checkbox"] {
  visibility: hidden;
}

.medication-list input[type="checkbox"] + label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 30px;
  right: 0;
  position: absolute;
  top: 0;
  width: 30px;
}
.medication-list input[type="checkbox"] + label:after {
  border: 2px solid #80FF00;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
}
.medication-list input[type="checkbox"]:checked + label {
  background-color: #fff;
  border-color: #fff;
}

.medication-list input[type="checkbox"]:checked + label:after {
  opacity: 1;
}



.messageboard{
	background: #006180 url(../images/messageboard_bottom.png) center bottom no-repeat;
	background-size: contain;
	padding-bottom: 450px;
}
.messageboard .clouds{position: absolute;top: 3em;left: 0;width: 100%;display: flex;justify-content: space-between;}

.messageboard .cloud-l{}
.messageboard .cloud-r{}

.messageboard-list{display: flex;justify-content: space-between;}
.messageboard-list > div{position: relative;display: flex;}

.messageboard-list label{
	margin-right: 2em;
	font-size: 20px;
	font-weight: bold;
	line-height: 42px;
	vertical-align: middle;
}
.messageboard-list > div input{
	max-width: 228px;
	line-height: 42px;
	vertical-align: middle;
	margin:0;
	/*border-radius: 15px;*/
	margin-right: 2em;
	font-size: 20px;
	padding: 0 1em;
}

.messageboard-con textarea{
	width: 100%;
	resize: none;
	border-radius: 16px;
	padding: 1em .5em;
	outline: none;border:none;
	font-size: 20px;
	height: calc(1.6em * 10);
}

.mycalendar{
	background: #006180 url(../images/mycalendar_bottom.png) left bottom no-repeat;
/*	background:;*/
	background-size: 48% auto;
	padding-bottom: 230px;
}

.calendar-tools{margin:0 auto; text-align: center;margin-bottom: 2em;}

.calendar-tools > a{ margin:0 1em; }

.calendar-searchbar{
	margin-bottom: 2em; 
	text-align: center;
	display: block;
	background: #00879C;
	/*max-width: 900px;*/
	padding: 1em 1em;
	color: #fff;
	border-radius: 16px;
	margin: 0 auto;
	width: 400px;

}
.calendar-searchbar > div{display: inline-block;}
.calendar-searchbar label{font-size: 20px;color: #fff;}
.calendar-searchbar select{text-align: center;max-width: 120px;}

.calendar-list{

	display: flex;justify-content: space-between;align-items: flex-start;
	margin:2em 0;
}
.calendar-box{
	position: relative;
	width: calc(100% - 336px - 2em);
	background: #00879C;
	border-radius: 16px;
	padding: 2em 1em 2em 5em;
}
.calendar-box table{
	width: 100%;
}

.calendar-box table th,.calendar-box table td{
	width: 14.29%;
	height: 4em;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.calendar-box table td{height: 6em;}
.calendar-box table td a{color: #fff;}
caption, th, td{
	vertical-align: top;
}
.calendar-con{
	width: 336px;
	background: #00879C;
	border-radius: 16px;
	color: #fff;
	padding-bottom: 2em;
	margin-bottom: 1em;
	/*padding: 2em 1em 2em 5em;*/
}
.calendar-status{
	width: 336px;
	background: #00879C;
	border-radius: 16px;
	color: #fff;
	margin-bottom: 1em;
}
.selectedday{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 3em;
}

.calendar-con dl{
	background: #fff;
	border-radius: 12px;
	line-height: 46px;
	margin-bottom: 1em;
	display: flex;
	box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
	min-height: 46px;

}
.calendar-data dt{
	width: 94px;
	border-radius: 12px 0 0 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ea7f27; /* Old browsers */
	background: -moz-linear-gradient(top,  #ea7f27 0%, #ff309e 130%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ea7f27 0%,#ff309e 130%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ea7f27 0%,#ff309e 130%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea7f27', endColorstr='#ff309e',GradientType=0 ); /* IE6-9 */
	
}

.calendar-data dd{
	color: #8F8E8E;
	position: relative;
	width: calc(100% - 94px);
	padding-left: .5em;
}
.calendar-data dd::after{
	content: "";
	background:url(../images/icon-notes.svg);
	width: 24px;
	height: 19px;
	position: absolute;
	right: 10px;
	top: calc(50% - 10px);
}

.calendar-status{
	display: flex;
	justify-content: space-between;
	padding: 1em;
}
.calendar-status i{margin-right: .5em;}

.dot{
	width: 14px;
	height: 14px;
	border-radius: 7px;
	display: block;
	margin-top: calc(2em - 7px);
}
.dot-rounds{
	background: #80FF00;
}
.dot-prerounds{
	background: #FFBB00;
}

.dot-notrounds{
	background: #FF4343;
}

@media screen and (max-width:1150px){
	.psp-theme ul{
		margin:0 auto;
		position: relative;
		width: 760px;
	}
	.questionnaire{
		height: auto;
		padding-bottom: 100px;
	}
	.questionnaire .stage-slider .stage-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 380px;
	height: initial;
	padding-bottom: 50px;
	}
	.questionnaire .stage-slider .stage-list li{
		height: 242px;
		margin:25px 0;
	}
	.questionnaire .stage-slider{height: auto;}
	.calendar-list{flex-direction: column;align-items:center;}
	.calendar-box{max-width:750px;margin:0 auto; margin-bottom: 2em;width: 750px;}
	.calendar-data{margin:0 auto;}
}

@media screen and (max-width:900px){
	.video,.game,.data{height: 80vh;}
	.data-bg{width: 100%;left:0;}
	.qol{
		height: auto;
		min-height: initial;
		padding-bottom: 30vw;
		background-size: contain;
	}
	.medication-con{
		padding: 2em 5%;
	}
	.messageboard{
		padding-bottom: 28vw;
	}
	.messageboard .clouds{width: 120%;margin-left: -10%;}
	.messageboard-list label{margin-right: 1em;}
}

@media screen and (max-width:768px){
	.psp-theme ul{
		width: 380px;
	}
	.messageboard .clouds{top: 4em;}
	.messageboard .cloud-l,.messageboard .cloud-r{width: 30vw;}
	.messageboard-list{flex-direction: column;}

	.messageboard-list > div{margin: 1em 0;}
	.messageboard-list > div input{margin-right: 0;}
	.calendar-box{max-width: 100%; padding: 2em 0em 2em 4em;}
}
@media screen and (max-width:640px){
	.qol .slider-icon{padding-bottom: 70px;}
	.qol .slider-icon li p{height: 40px;}
	.qol .slider-icon li img{
		max-width: 45px;
	}
	.medication-list{flex-wrap: wrap;}
	.medication-list > div{margin-bottom: 1em;}
	.calendar-box table td {
		height: 6em;
	}
	.mycalendar{padding-bottom: 20vw;}
	.calendar-data,.calendar-status{width: 100%;}
	.calendar-con{background:none;width: 100%;}
	.calendar-tools{
		position: fixed;
		bottom: 0;
		z-index: 9;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100vw;
		left: calc(50% - 50vw);
			background: #EA7F27;
			margin-bottom: 0;

	}
	.calendar-tools > a{
		margin:0;
	}
	.calendar-tools > a i{display: block;}
	.calendar-searchbar{width: 100%;}
	.calendar-searchbar label{font-size: 13px;}
	.calendar-searchbar select{font-size: 13px;width: calc(50vw - 6em)}
	.calendar-box{padding: 2em 2em 1em 2em;margin-bottom: 0em;}
	.calendar-box table th, .calendar-box table td{text-align: center;height: 3em;}


	.dot{
		width: 10px;
		height: 10px;
		border-radius: 5px;
		margin-top: calc(.5em);
		margin-left: calc(50% - 5px);
	}
	.calendar-box select{max-width: 50%;}
	.calendar-box caption{}
	.calendar-tools a{width: 25%;padding-left:0;padding-right: 0; }
}
@media screen and (max-width:414px){
	.qol .slider-con{width: 80%;}
	.qol .slider-icon li span{font-size: 20px;}
	.qol .slider-icon li img{
		max-width: 30px;
	}
	.psp-theme ul{width: 100%;}
	.psp .stage-slider .stage-list .psp-theme li{
		margin:25px auto;
	}
	.medication-con input[type='text']{
		width: auto;
	}
	.messageboard-list > div{
		flex-direction: column;
	}
	.messageboard-list > div input{max-width: 100%;}
	.messageboard .clouds{display: none;}
}
@media screen and (max-width:375px){
	.psp-theme ul{width: 100%;}
	.medication-list label{margin-right: 1.5em;}
	.medication-list input[type='checkbox']{margin-right: 1.5em;}
}

/* news */

.news,.news-content{
	height: calc(100vh - 80px);
	background: #006180 url(../images/news_bottom.png) center bottom no-repeat;
	background-size: contain;
}
.news .container,.news-content .container{height: 80%;display: flex;justify-content: center;align-items: center;}
.back-btn{
		font-size: 16px;
	color: #fff;
	line-height: 2em;
	background: #EA7F27;
	border-radius: 1em;
	padding: 0 1em;
	display: inline-block;
	position: relative;
	text-align: center;
	outline: none;
	border:none;
	margin-top: 1em;
	cursor: pointer;
}

.news-box{
	width: 100%;
	height: auto;
	background:#fff;
	padding:1rem 45px;
	border-radius: 52px;
}
.news-content .news-box{
	padding-bottom: 90px;
}

.news h1,.news-content h1{
	font-size: 36px;
	line-height: 1.5em;
	font-weight: bold;
	color: #006E91;
	padding: 0 1em;
}
.range-list{
	text-align: right;
	margin-top: -54px;
	line-height: 54px;   
}

.range-list select{
	width: auto;
}


.news-list{
	margin-left: 1em;
}
.news-list li{
	font-size: 20px;
	line-height: 3em;
	padding: 1em 0;
	border-bottom: 2px dashed #707070;
	position: relative;
}
.news-list li::before{
	content: "";
	background:url(../images/icon-list.png) center center no-repeat;
	width: 28px;
	height: 34px;
	background-size: cover;
	position: relative;
	display: inline-block;
	line-height: 3em;
	font-size: 20px;
	vertical-align: middle;
	margin-right: 2em;
}
.news-list li> *{display: inline-block;}


.news-list li a{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99;
}


.news-list li.hot::after{
	content: "NEW";
	font-size: 16px;
	color: #fff;
	line-height: 2em;
	background:#EA7F27;
	border-radius: 1em;
	padding: 0 1em;
	display: inline-block;
	position: relative;
}
.news-date{
	color: #00C1FF;
	font-weight: bold;
	margin-right: 2em;
}

.news-content .news-date{
	text-align: right;
	display: block;
}
.news-content h3{
	font-size: 24px;
	margin-bottom: 1em;
}
.news-list p{color: #006E91;}

.news-nav,.list-nav{text-align: right;margin: 2em 1em 1em 0;}
.news-nav li{
	display: inline-block;
}
.news-nav li a{text-decoration: underline;}
.news-nav span.goto a{text-decoration: underline;color: #fff;}
.news-nav span.goto a span{color: #fff;}
.news-nav .navigator a.prev{
	color: #fff; 
	text-indent: -9999px;
	line-height: 0;
	letter-spacing: -1em;
		font-size: 0;
}

.news-nav .navigator a.prev::before{
	content: "";
	background: url(../images/icon-arrow.png) center center no-repeat;
	background-size: cover;
	width: 13px;
	height: 13px;
	position: relative;
	display: inline-block;
	transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
}
.news-nav .navigator a.first{
	color: #fff; 
		text-indent: -9999px;
	line-height: 0;
	letter-spacing: -1em;
		font-size: 0;
}

.news-nav .navigator a.first::before{
	content: "";
	background: url(../images/icon-arrow.png) center center no-repeat;
	background-size: cover;
	width: 13px;
	height: 13px;
	border-right: 1px solid #26788b;
	
	position: relative;
	display: inline-block;
	transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
}



.news-nav .navigator a.next{
	color: #fff; 
	text-indent: -9999px;
	line-height: 0;
	letter-spacing: -1em;
		font-size: 0;
}

.news-nav .navigator a.next::before{
	content: "";
	background: url(../images/icon-arrow.png) center center no-repeat;
	background-size: cover;
	width: 13px;
	height: 13px;
	position: relative;
	display: inline-block;
}
.news-nav .navigator a.last{
	color: #fff; 
		text-indent: -9999px;
	line-height: 0;
	letter-spacing: -1em;
		font-size: 0;
}

.news-nav .navigator a.last::before{
	content: "";
	background: url(../images/icon-arrow.png) center center no-repeat;
	background-size: cover;
	width: 13px;
	height: 13px;
	border-right: 1px solid #26788b;

	position: relative;
	display: inline-block;
}

.appointment .navigator a.first::before,.appointment .navigator a.prev::before,.appointment .navigator a.next::before,.appointment .navigator a.last::before,
.admin-box .navigator a.first::before,.admin-box .navigator a.prev::before,.admin-box .navigator a.next::before,.admin-box .navigator a.last::before
{
	background-image: url(../images/icon-arrow.svg)!important;
}

.admin-box .navigator a.first::before,.admin-box .navigator a.last::before{
	border-right: 1px solid #fff;
}
.formInput input[type='radio']{
	width: 20px;
	height: 20px;
	margin: 0;
	margin-right: .5em;
	vertical-align: middle;
}

@media screen and (max-width:900px){
	.news{height: auto;padding:40px 0;}
	.news .container{
		padding: 0 32px;
		padding-bottom: 120px;
	}
	.news-list{margin-left: 0;}
}
@media screen and (max-width:640px){
	.news-box{padding: 1rem 25px;}
	.news-list li{line-height: 2em;}
	.news-list li> a p{line-height: 1.5em;margin-top: .5em;}
	.news-list li::before{margin-right: 1em;}
	.data-bg-l{position: absolute;bottom: 0;left: -5vw;width: 42vw;}

	.data-bg-r{position: absolute;bottom: 0;right: -8vw;width: 49vw;}

}
@media screen and (max-width:375px){
	.news .container{
		padding: 0 24px;
	}
	.news-box{padding: 1rem 15px;}
}


/*about*/

.about{
	height: calc(100vh - 80px);
	background: #006180 url(../images/about_bottom.png) center bottom no-repeat;
	background-size: contain;
}
.about .container{height: 80%;display: flex;justify-content: center;align-items: center;}
.about-con{justify-content: center;align-items: flex-start;position: relative;}
.about-con > div{margin: 0 15px;}
.about-con > div:nth-child(1){}
.about-con > div:nth-child(2){width: 60%;}

.about h2{font-size: 36px;font-weight: bold;margin-bottom: 1em;line-height: 1em;}
.about p{font-size: 20px;line-height: 1.5em;margin-bottom: 1em;}


.wicket_orderUp::after{
	content: "\f30c";
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.wicket_orderDown::after{
	content: "\f309";
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}



@media screen and (max-width:900px){
	.about{height: auto;padding:40px 0;}
	.about-con{
		justify-content: center;
		align-items: center;
		flex-direction: column;
		padding: 0 32px;
		padding-bottom: 120px;
	}
	.about-con > div:nth-child(1){
		margin-bottom: 40px;
		width: 100%;
		text-align: center;
	}
	.about-con > div:nth-child(2){
		width: 100%;
	}
}
@media screen and (max-width:640px){

}
@media screen and (max-width:375px){
	.video,.game,.data{height:150vw;}
}
/**/

.feedbackPanel{
	color: red;
}
.form{
	background:#006180;
	padding:3em 1em;

}
.forgotpassword {
		min-height: calc(100vh - 280px);
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn{
	min-width: 148px;
/*	height: 33px;
	line-height: 33px;*/
	border-radius: 17px;
	background: #EA7F27;
	color: #fff;
}

form .title{
	font-size: 24px;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
form input{
	width: 100%;
	color: #000;
	background: #fff;
	border-radius: 21px;
	height: 42px;
	outline: none;
	line-height: 42px;
	border:none;
	padding: 0 .5em;
}


.formInput{
	width: 100%;
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 1em;
}

.formInput.v-center > *{
	vertical-align: middle;
}
.formInput dt{
	line-height: 2em;
	color: #fff;
}
.formInput dd{
	line-height: 2em;
	color: #fff;
}
.formInput input{
	width: 336px;
	color: #000;
	background: #fff;
	border-radius: 21px;
	height: 42px;
	outline: none;
	line-height: 42px;
	border:none;
	padding: 0 1.5em;
}
.formInput textarea{
	width: 336px;
	color: #000;
	background: #fff;
	outline: none;
	line-height: 42px;
	border:none;
	padding: 0 1.5em;
}

.input-disable{
	width: 336px;
	pointer-events: none;
	user-select: none;
	background: #c9c9c9;
	color: #8b8b8b;
	height: 42px;
	outline: none;
	line-height: 42px;
	border: none;
	padding: 0 1.5em;
}

/*doctor*/

.myraqrcode .doctor-box,.appointment  .doctor-box{
	background:#00879C;
	max-width: 900px;
	width: 90%;
	border-radius: 16px;
	margin:0 auto;
	padding: 1em;
	margin-top: 2em;
	margin-bottom: 2em;
	position: relative;
}
.doctor-box table,.admin-box table{
	width: 100%;
}
table a{color: #fff;}
.doctor-box table th,.admin-box table th{
	width: auto;
	font-size: 20px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	line-height: 3em;
}
.doctor-box table th a,.admin-box table th a{
	color: #fff;
}
.doctor-box table th:nth-child(3){
	color: #BFBFBF;
}
.doctor-box table tbody,.admin-box table tbody{
	color: #fff;
	line-height: 1.6em;
	padding: 1em;
	border-top: 1px solid #fff;
}
.doctor-box table tbody tr,.admin-box table tbody tr{
	border-top: 1px solid #fff;
}
.doctor-box table tbody td,.admin-box table tbody td{
	text-align: center;
	/*line-height: 3em;*/
	padding:1em 0;
}
.appointment .doctor-box .news-nav{
	position: absolute;
	bottom: -3rem;
	right: 0;
}
select{
	height: 42px;
	width: 336px;
	font-size: 20px;
	padding: 0 1em;
	border-radius: 16px;
}

.imgInput{

}
.imgInput dd{text-align: center;}
.qrcode{
	max-width: 150px;
}
.date-zone{display: flex;justify-content: center;align-items: center;}
.date-zone > *{display: inline-block;position: relative;}
.date-zone > * > span{    display: block;}

.date-zone input{max-width: 150px;margin:0 .5em;}


.admin-container{
	background: #006180;
	padding: 6em 1em 4em 1em;
	min-height: calc(100vh - 280px);
}

.admin-container .container{
	border:1px solid #fff;
	position: relative;
	padding: 3em 2em;
}
.admin-container h1{font-size: 36px;background: #006180;position: absolute;top: -.5em;line-height: 36px;left: 1em;padding-right: 1em;padding-left: .5em;color: #fff;	font-weight: bold;}
.admin-container h1 i{}

.admin-container h3{color: #fff;font-size: 24px;}
.admin-container h3 button{border:none;outline: none;cursor: pointer;max-width: 100px;margin-left: 1em;}

.admin-container .searchbar{display: flex;align-items: center;margin:2em 0;}
.admin-container .searchbar .formInput {display: inline-block;width: auto;margin-bottom: 0;margin-left: 0;margin-right: 2em;}
.admin-container .searchbar .formInput label{color: #fff;font-size: 20px;vertical-align: middle;margin-right: 1em;}
.admin-container .searchbar .formInput select,.admin-container .searchbar .formInput input{max-width: 242px;}
.admin-container .searchbar .formInput > div{display: inline-block;}
.btn-featured{
	width: auto;
	min-width: initial;
	margin: .5em 0;
}
.btn-featured i{
	margin-right: .375rem;
}
.btn.btn-save{
	background: rgba(255,255,255,.32) !important;
	padding: .375rem .5rem;
}

.btn-list > button{
	margin:.5em;
}

@media screen and (max-width:900px){
	.admin-container .searchbar{align-items: flex-start;flex-wrap: wrap;}

	.admin-container .searchbar > *{margin:1em 0;}
	.admin-container .searchbar .formInput{margin-right: 1em;}
	.formInput > span{display: inline-block;}
}
@media screen and (max-width:640px){
	.formInput{width: 100%;}
	.formInput input,.formInput select{max-width: 100%;}
	fieldset{max-width: 100%;position: relative;display: contents;}
	.date-zone{
		flex-direction: column-reverse;
	}
	.date-zone > input{margin: .5em 0;}
	.admin-container .container{
		padding: 2em 1em;
	}
	.doctor-box table, .admin-box table{
		margin: auto;
	  border-collapse: collapse;
	  overflow-x: auto;
	  overflow-y: hidden;
	  width: fit-content;
	  width: 100%;
	}
	.date-zone > *{width: 100%;position: relative;}
	.date-zone > * > span{    width: 100%;    display: block;}
	.date-zone > * span.yui-skin-sam{position: absolute;right:1em;}
	.doctor-box table th, .admin-box table th{min-width: 33vw;}
}

@media screen and (max-width:414px){
	.admin-container .searchbar .formInput label{
		margin-bottom: .5em;
		display: block;
	}
	.admin-container h3{margin-top: 1rem;}
	.admin-container .searchbar{margin-top: 1em;}
	.formInput > span{display: flex;}
	.doctor-box table th, .admin-box table th{min-width: initial;    font-size: 16px;    padding: 0 0.5em;}
}

@media screen and (max-width:320px){
	.btn-featured{
		line-height: 1;
		padding-left: .5rem;
		padding-right: .5rem;
		font-size: .8rem;
	}
	.admin-container h1{
		font-size: 30px;
	}
	.admin-container h3{font-size: 22px;}
	form input{
		width: 300px;
	}
}





/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;

/*	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;*/

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	/*overflow: hidden;*/
	margin: 0;
	padding: 0;
	height: 100%;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	/*display: none;*/
	float: left;
	outline: none;
	/*height: 47vw;*/
	width: 100%;
	height: 100%;
	min-height: 1px;
	position: relative;
}
.slick-slide > div{width: 100%;}
.slick-slide *:focus{
	outline: none;
}
[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	/*height: 100%;*/
	/*width: auto;*/
	/*display: block;*/
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: flex;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}


.slick-arrow {
	cursor: pointer;
/*	position: absolute;
	display: block;
	width: 41px;
	height: 81px;
	cursor: pointer;
	top: 50%;
	margin-top: -40px;
	background-position: top;
	z-index: 1;
	text-indent: -9999px;
	border: 0px;*/
}

.slick-arrow:focus {
	outline: none;
}

.slick-prev {
	background: url(../images/kvArrowLeft.png) no-repeat;
	left: 0;
}

.slick-prev::after {
	content: '';
	position: absolute;
	display: block;
	width: 41px;
	height: 81px;
	background: url(../images/kvArrowLeft.png) no-repeat;
	background-position: bottom;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	opacity: 0;
	top: 0px;
	left: 0px;
}

.slick-next {
	background: url(../images/kvArrowRight.png) no-repeat;
	right: 0;
}

.slick-next::after {
	content: '';
	position: absolute;
	display: block;
	width: 41px;
	height: 81px;
	background: url(../images/kvArrowRight.png) no-repeat;
	background-position: bottom;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	opacity: 0;
	top: 0px;
	left: 0px;
}
.slick-disabled{
	visibility: hidden;
}
.slick-arrow:hover:after {
	opacity: 1;
}

ul.slick-dots {
	/*position: absolute;*/
	display: block;
	width: 100%;
	font-size: 0;
	line-height: 0;
	bottom:10%;
	text-align: center;
}


ul.slick-dots li,ul.slick-dots li{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	opacity: 1;
	border-radius:50%;
	margin: 0 10px 0 10px;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #c7c7c7;
	border:0px;
	border-radius:50%;
	padding: 0px;
	cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
	background:#777;
/*	transform: scale(1.2);
	-webkit-transform: scale(1.2);*/
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	content: none;

}

.slick-dots li button:before{
	background: #b2b2b2;
}

.slick-dots li.slick-active button{
	background: #fff;
}

.container5 .slick-slide > div{
	width: 100%;
}
button:focus{
	outline: none;
}
/* slider end */

.wrap a{z-index: 1;}
/*.brand-list .slider{
	margin: 0 0 0 0%;
}
.stage5 .wallpaper-viewbox .slider .wallpaper-img{
	margin: 0;
}
.brand-list .slick-slide{
	display: flex;justify-content: center;align-items: center;
}
.brand-list .slider li{
	padding: 0 5px;
	margin: 0;
}*/
@media screen and (max-width: 1150px){
	ul.slick-dots li,ul.slick-dots li{
		width: 15px;
		height: 15px;
		margin: 0 8px 0 8px;
	}

	.slick-dots li button {
		width: 15px;
		height: 15px;
	}
	.stage-arrow-left{
		left: 5px;
	}
	.stage-arrow-right{right: 5px;}
}
@media screen and (max-width: 640px){
	.wallpaper-list .slider li{
		padding: 0 1vw;
		margin: 0;
	}
}

/*======================================================================================*/
.xwrap{
	background: #006180 url(../images/mycalendar_bottom.png) left bottom no-repeat;
/*	background:;*/
	background-size: 48% auto;
	padding-bottom: 230px;
}

.xtool{margin:0 auto; text-align: center;margin-bottom: 2em;}

.xtool > a{ margin:0 1em; }

.xsearchbar{
	margin-bottom: 2em; 
	text-align: center;
	display: block;
	background: #00879C;
	max-width: 900px;
	padding: 1em 1em;
	color: #fff;
	border-radius: 16px;
	margin: 2em auto;
	width: 400px;

}
.xsearchbar > div{display: inline-block;}
.xsearchbar label{font-size: 20px;color: #fff;}
.xsearchbar select{text-align: center;max-width: 120px;}

.xitemwrap{

	display: flex;justify-content: space-between;align-items: flex-start;
	margin:2em 0;
}
.xitembox{
	position: relative;
	width: calc(100% - 2em);
	background: #00879C;
	border-radius: 16px;
	padding: 2em 1em 2em 5em;
}
.xitembox table{
	width: 100%;
}

.xitembox table th,.itembox table td{
	width: 14.29%;
	height: 4em;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.xitembox table td{height: 6em;}
.xitembox table td a{color: #fff;}

.fullview {
	width: 95vw;
	height: 95vh;
}

.truncate {
	width: 70vw;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis !important;
}