@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+HK:wght@900&family=Noto+Sans+TC:wght@900&display=swap');

body {
	/*background-color: #002752;
  webkit-tap-highlight-color: #002752 !important;
  background: url("../images/bkg.jpg") top center no-repeat #002752 !important;
  background-size:cover;*/
}
section {
	margin:0 !important;
	color:#fff;
}
section.section-form {
	background-color: #002752;
}
.main-kv-block {
	position: relative;
	/*padding-bottom: 60px;*/
	margin-bottom: -180px;
}
.main-kv-q-page-block {
	position: relative;
	padding-bottom: 0;
}
.main-kv {
	position: relative;
}
.main-kv-content{
	position:absolute;
	display:block;
	top:550px;
	width:100%;
}
.main-kv-content .intro{
	color:#fff;-
	font-size: 30px !important;
	font-weight:bold;
}
.main-kv-content .desc, .main-kv-content .desc02{
	color:#fff;
	font-size: 18px;
}
.main-kv-content .desc{
	font-size: 20px;
	margin:0 auto !important;
}
.main-kv-content .desc02{
	font-size: 16px;
}
.prize-block{
	width:100%;
	margin: 100px 0 90px 0;
}
.prize-detail {
	color:#fff;
	font-size:22px;
	line-height: 50%;
	width:31%;
	margin:0 -40px 0 -40px;
	display:inline-block;
	vertical-align: top;
}
.prize-name{
	color:#98d6f6;
	line-height:130%;
}
.prize-value{
	margin:20px 0 0 0;
}
.row-header{
	color:#fdd000;
	font-size: 36px;
	font-weight:bold;
	text-align: center;
}
.page-reg-form .form-group.action-btns {
	padding: 15px 0 0 0 !important;
	text-align: center;
}

.page-reg-form .container > .row {
	padding: 64px 0 0 0 !important;
}
.page-reg-form .container > .row-q-page {
	padding: 20px 0 100px 0 !important;
}
.page-form a:link,
.page-form a:visited,
.page-form a:focus {
	color:#fff !important;
	text-decoration:underline;	
}
.step-by-step-block{
	width:100%;
	text-align: center;
}
.step-by-step{
	color:#fff;
	font-size:22px;
	text-align: center;
	line-height: 130%;
	width:33%;
	max-width:190px;
	margin:20px 40px 0 40px;
	display:inline-block;
	vertical-align: top;
}
.step-by-step-content{
	margin:20px 0 0 0;
}
.step-by-step-content span{
	color:#fdd000;
}
.about-block {
	color:#fff;
	font-size:16px;
	text-align: center;
	line-height: 130%;
	width:100%;
	margin:10px 0 0 0;
}
.fa.fa-question-circle {
    color: #fdd000;
}
.row-q-page{
    display: block;
    width: 94% !important;
    padding: 64px 0;
    margin: 0 auto;
    text-align: left;
}
.notice {
	display:none;
	width:100%;
	position:fixed;
	bottom:0;
	background:#00a0e9;
	color:#fff;
	padding:10px;
	/*border-radius:5px;*/
	font-size:12pt;
	text-align: center;
}
.copy {
	border:0;
	color:#fff;
	background-color: #0268f0;
    margin: 0px 0 10px 0;
    font-size: 16pt;
	font-weight:bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.copy:hover {
	background-color: #fdd000;
	color:#00a0e9;
	font-weight:bold;
}





.row .main-timeline {
	position: relative;
	text-align: center;
	margin: 20px 0;
	color: white;
}

.row .main-timeline .event {
	z-index: 1;
	position: relative;
	display: inline-block;
	width: 31%;
	vertical-align: top;
}

.row .main-timeline .event:after {
	content: "";
	width: 72px;
	border: 1px solid #00528b;
	position: absolute;
	top: 77px;
	left: -38px;
	z-index: -1;
}

.row .main-timeline .event:first-child:after {
	display: none;
}

.row .main-timeline .event .event-desc {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding:0 30px 20px 30px;
	vertical-align: top;
	font-weight: bold;
}

.row .main-timeline .event .icon {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	background-color: #002752;
	border: 1px solid;
	border-color: #00528b;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	display: table;
	border-collapse: separate;
	border-spacing: 5px;
}

.row .main-timeline .event .icon .icon-wrapper {
	display: table-cell;
	border: 1px solid #fff;
	/* border-color: #e3007f; */
	border-radius: 140px;
	-webkit-border-radius: 140px;
	-moz-border-radius: 140px;
}

.row .main-timeline .event.d1 .icon .icon-wrapper {
	background: url('../images/timeline-icon-sprite.svg')no-repeat 0 0;
	background-size: 560px 140px;
}

.row .main-timeline .event.d2 .icon .icon-wrapper {
	background: url('../images/timeline-icon-sprite.svg')no-repeat 33.3% 0;
	background-size: 560px 140px;
}

.row .main-timeline .event.d3 .icon .icon-wrapper {
	background: url('../images/timeline-icon-sprite.svg')no-repeat 66.6% 0;
	background-size: 560px 140px;
}

.row .main-timeline .event.d4 .icon .icon-wrapper {
	background: url('../images/timeline-icon-sprite.svg')no-repeat 100% 0;
	background-size: 560px 140px;
}

.row .main-timeline .event.highlighted {
	filter: drop-shadow(0 0 3px #1b69c9);
}

.row .main-timeline .event.highlighted .icon {
	background: #0551ae;
}

.row .main-timeline .event.highlighted .icon .icon-wrapper {
	border: 1px solid #ffffff;
}

.row .main-timeline .event .event-content {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 20px;
}

.row .main-timeline .event-wrapper {
	display: table;
	position: relative;
	width: 100%;
}

.row .main-timeline .event-wrapper .content-wrapper {
	display: table-cell;
	vertical-align: middle;
}

.row .main-timeline .event:nth-child(even) {}

.row .main-timeline .event.event-start {
	margin-bottom: 4.6%;
}

.row .main-timeline .event:last-child:before {
	height: 0;
}

.row .main-timeline .event-bar {
	width: 36px;
	position: relative;
	margin: auto;
	z-index: 10;
	line-height: 0;
	position: absolute;
	position: relative;
	right: -36px;
	margin: auto;
	float: right;
}

.row .main-timeline .event:nth-child(even) .event-bar {
	right: auto;
	float: left;
}

.row .main-timeline .event-content {
	z-index: 6;
}

.ios.row .main-timeline .event-content,
.chrome.row .main-timeline .event-content {}

.row .main-timeline .event:last-child .event-content:before,
.row .main-timeline .event:last-child .event-content:after {
	width: 0;
	height: 0;
}

.row .main-timeline .event:nth-child(odd) .event-content {}

.row .main-timeline .event-content .event-desc {
	font-size: 20px;
	font-weight: bold;
	position: relative;
}

:lang(chi) .row .main-timeline .event-content .event-desc {
	font-family: 'Microsoft JhengHei', Arial, PMingLiU, MingLiU, Helvetica, sans-serif !important;
}

.row .main-timeline .event-content .event-title {
	font-size: 14pt;
	color: #fff;
	margin-top: 0;
	position: relative;
}

.row .main-timeline .event-content .event-title span{
	color:#fdd000;
}

:lang(chi) .row .main-timeline .event-content .event-title {
	font-family: 'Microsoft JhengHei', Arial, PMingLiU, MingLiU, Helvetica, sans-serif !important;
}

.row .main-timeline .event-content .event-title.title-highlight {
	display: inline-block;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding: 2px 12px;
	text-align: center;
}

.row .main-timeline .event-content .event-desc {
	color: #fff;
	font-size: 16px;
}

.row .main-timeline .event.d3 .event-content .event-desc {}

.row .main-timeline .event.d4 .event-content .event-desc {
	color: yellow;
	padding: 8px;
	border-radius: 5px;
}

.row .main-timeline .event.d6 .event-content .event-desc {}

.row .main-timeline .event .text {
	color: #fce100;
	z-index: 2;
	position: relative;
}

.row .main-timeline .event .highlight-line {
	z-index: 1;
}

.row .main-timeline .event.d3 .highlight-line {
	display: none;
	/*display: inline-block;*/
	width: 94px;
	height: 10px;
	background: url("../images/timeline-green-highlight.png") no-repeat;
	background-size: 94px 10px;
	position: absolute;
	bottom: -4px;
	left: 0;
}

.row .main-timeline .event.d6 .highlight-line {
	display: none;
	/*display: inline-block;*/
	width: 89px;
	height: 10px;
	background: url("../images/timeline-d6-highlight.png") no-repeat;
	background-size: 89px 10px;
	position: absolute;
	bottom: -3px;
	right: -5px;
}

.row .main-timeline .event-content .event-desc p {
	font-size: 14px;
	line-height: 1.4;
	color: #fff;
	position: relative;
	margin-bottom: 4px;
}

:lang(chi) .row .main-timeline .event-content .event-desc p {
	font-family: 'Microsoft JhengHei', Arial, PMingLiU, MingLiU, Helvetica, sans-serif !important;
}

.row .tnc {
	font-size:12px;
	line-height:150%;
	margin: 0 0 50px 0;
}
.row .tnc ol
{
	margin: 0 0 20px -26px;
}
.page-reg-form .form-group.action-btns .btn {
	font-family: Arial, "Microsoft JhengHei", "微軟正黑體", "新細明體", pmingliu, "細明體", mingliu, Verdana, Helvetica, sans-serif !important;
	font-size:30px;
	font-weight:bold;
	background-color: #fdd000 !important;
	border-color: #fdd000 !important;
	color:#002752 !important;
	padding: 10px 40px 5px 40px;
	text-decoration: none !important;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.page-reg-form .form-group.action-btns .btn:hover{
	background-color: #00a0e9 !important;
	border-color: #00a0e9 !important;
	color: #fdd000 !important;
	text-decoration: none; 
}
.page-reg-form .form-group.action-btns .btn a:hover{
	color: #fdd000 !important;
	text-decoration: none; 
}






a.btn-submit:link, a.btn-submit:visited {
	font-size:30px;
	font-weight:bold;
	background-color: #fdd000;
	color:#002752 !important;
	padding: 10px 40px 5px 40px;
	text-decoration: none !important;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin: 60px 0px 20px 0px;
	display: inline-block;
}
a.btn-submit:hover {
	background-color: #00a0e9;
	color:#fdd000 !important;
}
::selection {
    text-shadow: none;
    background: #0f52a4 !important;
}

.page-mce-campaign section::before {
  height: auto !important;
  padding-top: 0px !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;
}

.multiselect-dropdown .title {
    color:#000;
}

@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;
	}
	.main-kv-content{
		top:450px;
	}
	.main-kv-block {
		padding-bottom: 100px;
	}
	.prize-detail {
		font-size: 17px;
	}
	.prize-block{
		margin: 100px 0 20px 0;
	}
	.step-by-step{
		margin: 20px 15px 0 15px;
	}


.row .main-timeline {}

	.row .main-timeline .event:nth-child(even) {
		left: 0;
	}

	.row .main-timeline .event .event-bar {
		right: auto;
		float: left;
	}

	.row .main-timeline .event:nth-child(odd) .event-content {}

	.row .main-timeline .event-content {}

	.row .main-timeline .event-wrapper .content-wrapper {
		height: 100%;
	}
}

@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%;
	}
	.main-kv-content{
		top: 420px;
	}
	
.row .main-timeline .event {
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}

	.row .main-timeline .event:after {
		width: 1px;
		height: 50px;
		top: -40px;
		left: 14.5%;
	}

	.row .main-timeline .event .event-desc {
		width: 30%;
		vertical-align: middle;
		padding:0;
	}

	.row .main-timeline .event .icon {
		width: 100px;
		height: 100px;
		display: inline-table;
		vertical-align: middle;
	}

	.row .main-timeline .event.d1 .icon .icon-wrapper,
	.row .main-timeline .event.d2 .icon .icon-wrapper,
	.row .main-timeline .event.d3 .icon .icon-wrapper,
	.row .main-timeline .event.d4 .icon .icon-wrapper {
		background-size: 360px 90px;
	}

	.row .main-timeline .event .event-content {
		width: 40%;
		vertical-align: middle;
	}
}
@media screen and (max-width: 720px) {
	.main-kv-block {
        padding-bottom: 150px;
    }
}
@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
	}
	.main-kv-content{
		top: 360px;
	}
	.main-kv-block {
		padding-bottom: 100px;
	}
	.prize-detail {
		width: 36%;
		font-size: 15px;
		margin:0 -40px 0 -40px;
	}
	.main-kv-content .desc{
		font-size: 16px;
	}
	.about-block {
		font-size:20px;
	}
	.row-header{
		font-size: 32px;
	}
}
@media screen and (max-width: 600px) {
	.main-kv-content{
		top: 310px;
	}
	.main-kv-block {
		padding-bottom: 120px;
	}
}
@media screen and (max-width: 550px) {
.row .main-timeline .event-content .event-desc {
		font-size: 18px;
	}

	.row .main-timeline .event .event-content .event-desc {
		width: 100% !important;
	}

	.row .main-timeline .event-content {
		width: 110%;
	}

	.row .main-timeline .event-content .event-title {
		font-size: 12pt;
	}

	.row .main-timeline .event-content .event-desc {
		font-size: 12px;
	}
	.prize-detail {
		font-size: 13px;
		margin: 0 -35px 0 -35px;
	}
	.main-kv-block {
		padding-bottom: 170px;
	}
}
@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: 480px) {
	.main-kv-content{
		top: 230px;
	}
	.prize-detail {
		width: 56%;
        margin: 0 -35px 50px -35px;
	}
	.row .main-timeline .event {
		font-size:13px;
		margin-bottom: 20px;
	}

	.row .main-timeline .event:after {
		height: 44px;
		top: -32px;
		left: 11%;
		z-index:-1;
	}

	.row .main-timeline .event .event-desc {
		display: inline-block;
		width: 42%;
		margin: 0;
		padding: 15px 0;
	}

	.row .main-timeline .event .icon {
		width: 65px;
		height: 65px;
		border-spacing: 3px;
	}

	.row .main-timeline .event.d1 .icon .icon-wrapper {
		background-size: 230px 58px;
	}

	.row .main-timeline .event.d2 .icon .icon-wrapper {
		background-size: 230px 58px;
	}

	.row .main-timeline .event.d3 .icon .icon-wrapper {
		background-size: 230px 58px;
	}

	.row .main-timeline .event.d4 .icon .icon-wrapper {
		background-size: 230px 58px;
	}

	.row .main-timeline .event .event-content {
		display: inline-block;
		width: 35%;
		text-align: center;
		padding: 10px 0;
	}
	.form-horizontal .form-group {
	  margin-right:15px;
	  margin-left:15px
	}
	.step-by-step{
		width:43%;
	}
	.about-block {
		font-size:15px;
	}
}
@media screen and (max-width: 375px) {
	.main-kv-content{
		top: 200px;
	}
	.main-kv-block {
		padding-bottom: 180px;
	}
	.row-header{
	font-size: 31px;
	line-height:120%
	}
	.about-block {
		font-size:15px;
	}
	.row .main-timeline .event {
		font-size:12px;
	}
	.row .main-timeline .event-content .event-title {
		font-size: 11pt;
	}
}
@media screen and (max-width: 360px) {
	.row .main-timeline .event:after {
		height: 38px;
		top: -29px;
		left: 10.5%;
	}
	.row .main-timeline .event .event-desc {
		width: 43%;
	}
}
@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;
	}
	.row .main-timeline .event:after {
		height: 38px;
		top: -29px;
		left: 50%;
	}
	.row .main-timeline .event .event-content {
		width: 40%;
	}
	.main-kv-block {
		padding-bottom: 180px;
	}
}

@media screen and (min-width: 768px) {

}
@media screen and (min-width: 992px) {

}
@media (min-width: 1200px) {
	.logo-ct {
		    width: 80%;
	}
}

@media screen and (min-width: 992px) and (max-width: 1544px) {
	.row .main-timeline .event:after {
		left: -44px;
		width: 85px;
	}
}
/*------------------------------------------*/