@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+HK:wght@900&family=Noto+Sans+TC:wght@900&display=swap');

body {
  webkit-tap-highlight-color: #e0e0e0;
  background: url("../images/bkg.jpg") top center no-repeat #f2e5d4;
  background-size:cover;
}
section.section-form {
	background: url("../images/bkg-result.jpg") top center no-repeat #f2e5d4;
	background-size:cover;
}
::selection {
    text-shadow: none;
    background: #eea3a0 !important;
}
/* The container */
.container-ans {
  width:55%;
  display: block;
  position: relative;
  padding-left: 35px;
  margin:0 0 12px 60px;
  cursor: pointer;
  font-size: 22px;
  color:#000;
  text-align:left;
  text-shadow: 0px 0px 8px #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.page-status {
	display:block;
}

.main-page{
	padding: 0px 1.3em;
}

.page-bg{
	/*background: linear-gradient(to left, rgba(0,0,60,0), rgba(0,0,60,1));*/
	width: 90%;
}
/* Hide the browser's default radio button */
.container-ans input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-ans:hover input ~ .checkmark {
  background-color: #7fa447;
}

/* When the radio button is checked, add a blue background */
.container-ans input:checked ~ .checkmark {
  background-color: #7fa447;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-ans input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-ans .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
carousel {
  width: 100%;
  /*text-align: left;*/
  font-family: Trebuchet MS;
  display: block;
  font-size: 6vmin;
}
carousel page {
  position: absolute;
  top: 1.5em;
  left: 0;
  width: 100%;
  transition: transform 0.5s;
  transform: scale(0);
}
carousel page div {
  /*display: inline-block;*/
  /*padding: 2em 2em 0em 2em;*/
}
carousel page label.button, p.subject-q, p.q-remark {
  margin: 20px 0 20px 60px;
}
carousel page label.button {
  float: left;
  cursor: pointer;
  font-size: 20pt;
  color:#fff;
  background: #d5332c;
  padding: 10px 40px 10px 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;	
}
carousel page label.button:hover, carousel page label.button:active {
   background:#7fa447;
}
carousel #page1cb:checked ~ #page1 {
  transform: scale(1);
}
carousel #page2cb:checked ~ #page2 {
  transform: scale(1);
}
carousel #page3cb:checked ~ #page3 {
  transform: scale(1);
}
carousel #page4cb:checked ~ #page4 {
  transform: scale(1);
}
carousel #page5cb:checked ~ #page5 {
  transform: scale(1);
}
carousel #page6cb:checked ~ #page6 {
  transform: scale(1);
}
carousel #page7cb:checked ~ #page7 {
  transform: scale(1);
}
carousel #page8cb:checked ~ #page8 {
  transform: scale(1);
}
carousel #page9cb:checked ~ #page9 {
  transform: scale(1);
}
carousel #page10cb:checked ~ #page10 {
  transform: scale(1);
}

carousel .q-remark{
	display: none;
}

.logo-ct {
    max-width: 380px;
    width: 75%;
    padding: 0;
    margin: 0px 0 60px 0px;
}
.page-mbti-magic-test {
	padding-top: 60px;
}
:lang(chi).page-mbti-magic-test {
	font-family: 'Microsoft JhengHei',Arial,PMingLiU,MingLiU,Helvetica,sans-serif !important;
}
.page-mbti-magic-test .btn-primary {
	background-color: #e83828;
	border-color: #e83828;
	color: #fff;
}
.page-mbti-magic-test .btn-primary:hover {
	background: #231815;
	border-color: #231815;
}
.page-mbti-magic-test .btn-primary.back-to-top {
	background: #6d5324;
	border-color: #6d5324;
	color: #fff;
}
.page-mbti-magic-test .btn-primary.back-to-top.hover {
	background: #231815;
}

.page-mbti-magic-test header:before { 
	height: 60px; 
	margin-top: -60px;
}
.page-mbti-magic-test header {
	color: #231815;
	text-align: left;
}

/*section */

.page-mbti-magic-test .container > .title  {
	position: relative;
	display: inline-block;
}
.page-mbti-magic-test .section .container > .title {
	text-align: center;
	display: block;
	position: relative; /* child absolute */
	font-size: 35px;
	color: #6d5324;
	font-weight: bold;
}

p.subject{
	width:70%;
	font-family: 'Noto Sans HK', sans-serif !important;
	/*font-family: 'Noto Sans TC', sans-serif !important; */
	color: #d5332c;
	font-weight:bold;
	font-size: 46pt;
	line-height: 110%;
	padding: 0px 0 20px 0;
	text-align:left;
	text-shadow: 0px 0px 8px #ffffff;
}
p.subject-q{
	width:60%;
	font-family: 'Noto Sans HK', sans-serif !important;
	/*font-family: 'Noto Sans TC', sans-serif !important; */
	color: #d5332c;
	font-weight:bold;
	font-size: 28pt;
	line-height: 130%;
	text-align:left;
	text-shadow: 0px 0px 8px #fff;
}
.main-content {
	width: 65%;
    font-size: 16pt;
	line-height: 130%;
    color: #000;
    text-align: left;	
}
.main-content-result {
	margin: 20px 0 20px 60px;
}
.remark-content {
	margin: 25px 0 0 0;
	display:block;
    font-size: 12pt;
    color: #000;
    text-align: left;	
}
p.q-remark {
	text-align:left;
	font-size: 14pt;
	color: #ff5c5c;
}
span.q-no {
	display: inline-block;
	color: #d5332c;
	font-size: 24pt;
	padding: 3px 15px 3px 15px;
	margin-bottom: 10px;
	border: 1px solid #d5332c;
	background-color:#fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}

.page-mbti-magic-test .modal-tnc {
	text-align: left;
	padding: 0;
	font-family: 'Microsoft JhengHei',Arial,PMingLiU,MingLiU,Helvetica,sans-serif !important;
}

.page-mbti-magic-test .btn-tnc{
	color: #000;
}
.page-mbti-magic-test .btn-tnc:hover{
	text-decoration: underline; 
}

.page-mbti-magic-test .modal-tnc .modal-body > .modal-title{
	padding-left: 5px;
}

footer {
	background: none;
}
footer .link-event-promo, footer .follow-us, footer .follow-us a, footer .copyright, footer .member-of, footer .fa, footer .v-separator {
	color: #fff;
}

.clear {
	clear:both;
}

/* main page */
.start_btn{
	margin: 10px 0 50px 0 !important;
}

@media screen and (max-width: 991px) {
	.logo-ct {
		width: 55%;
	}
	p.subject{
	  font-size: 38pt;
	}
	.main-content{
		font-size: 14pt;
		line-height:130%;
	}
	p.subject-q {
	  font-size: 26pt;
	}
	.container-ans{
		font-size: 20pt;
	}
}

@media screen and (max-width: 767px) {
	.page-mbti-magic-test {
		padding-top: 60px;
	}
	.logo-ct {
		width: 55%;
	}
	p.subject{
	  width: 71%;
	  font-size: 34pt;
	}
	.main-content{
	  width: 70%;
	  font-size: 16pt;
	}
	p.subject-q {
	  font-size: 22pt;
	  width: 70%;
	}
	.container-ans{
		font-size: 16pt;
		width: 65%;
	}
}
@media screen and (max-width: 650px) {
	.logo-ct {
		width: 55%;
	}
	p.subject{
	  width: 70%;
	  font-size: 32pt;
	}
	.main-content{
	  width: 100%;
	  font-size: 14pt;
	}
	p.subject-q {
	  font-size: 22pt;
	  width: 70%;
	  margin: 20px 0 20px 60px
	}
	.container-ans{
		font-size: 16pt;
		width: 65%;
		margin: 20px 0 20px 60px
	}
	.main-content-result{
		margin: 20px 0 20px 60px
	}
	body{
		background: url("../images/bkg.jpg") top center no-repeat #f2e5d4;
		background-size: 100%;
	}
}
@media screen and (max-width: 600px) {

}
@media screen and (max-width: 550px) {

}
@media screen and (max-width: 500px) {
	.logo-ct {
		width: 45%;
		margin: 0px 0 30px 0px;
	}
	.page-bg{
	width: 100%;
}
	p.subject{
      width: 70%;
	  font-size: 30pt;
	}
	.main-content{
	  width: 100%;
	  font-size: 12pt;
	}
	p.subject-q {
	  font-size: 19pt;
	  width: 65%;
	  margin: 20px 0 20px 60px
	}
	.container-ans{
		font-size: 14pt;
		width: 65%;
		margin: 20px 0 20px 60px
	}
	.main-content-result{
		width: 50%;	
		 margin: 20px 0 20px 60px
	}
	carousel page label.button{
		font-size: 15pt;
		margin: 20px 0 20px 60px;
	}
	span.q-no {
     font-size: 18pt;
	}
	p.q-remark {
    margin: 20px 0 20px 60px;
	}
@media screen and (max-width: 400px) {

}
@media screen and (max-width: 360px) {

}
@media screen and (max-width: 320px) {
	.logo-ct {
		width: 55%;
		margin: 0px 0 30px 0px;
	}
	p.subject{
      width: 100%;
	  font-size: 20pt;
	}
	.main-content{
	  width: 100%;
	  font-size: 14pt;
	}
	p.subject-q {
	  font-size: 16pt;
	  width: 70%;
	}
	.container-ans{
		font-size: 12pt;
		width: 65%;
	}
	.main-content-result{
		width: 65%;		
	}
	carousel page label.button{
		font-size: 15pt;
	}
	span.q-no {
     font-size: 18pt;
	}

}

@media screen and (min-width: 768px) {

}
@media screen and (min-width: 992px) {

}
@media (min-width: 1200px) {
	.logo-ct {
		    width: 80%;
	}
}
/*------------------------------------------*/