html,body {
	width: 100%;
	font-size: 95%;
	color: #161922;
	font-family: Arial, Helvetica, sans-serif, "MingLiU";
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	letter-spacing: 1px;
	line-height: 25px;
}

::-webkit-input-placeholder {
	font-size: 95%;
}

:-moz-placeholder {
	font-size: 95%;
}

::-moz-placeholder {
	font-size: 95%;
}

:-ms-input-placeholder {
	font-size: 95%;
}

button {
	font-size: 95%;
}

select {
	font-size: 95%;
}

html {
	max-width: 1920px;
	margin: 0 auto;
}

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
}

[v-cloak] {
	display: none;
}

div:focus {
	outline: none;
}

h1,h2,h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 {
	font-size: 50px;
	line-height: 1.5;
}

h2 {
	font-size: 24px;
	line-height: 1.5;
}

h3 {
	font-size: 20px;
}

.remark {
	font-size: 18px;
}

h3 {
	line-height: 30px;
	font-weight: 600;
}

input {
	border-radius: 0px;
	box-shadow: none;
}

input:focus {
	outline: none;
}

textarea {
	border: 1px solid #ccc;
	padding: 5px;
	outline: none;
	width: calc(100% - 12px) !important;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.redText {
	color: #a00;
}

.center-text {
	text-align: center;
}

.left-text {
	text-align: left;
}

.bold-text {
	font-weight: bold;
}

.normal-text {
	font-weight: normal;
}

.wrapper {
	width: 100%;
	padding: 10px;
	text-align: center;
	max-width: 1024px;
	margin: 0 auto;
	box-sizing: border-box;
}

.container h3 {
	font-size: 1.25em;
	color: #D80000;
	font-weight: 700;
}

.container .row {
	height: 40px;
	padding: 4px;
}

.container .col-8 {
	width: 66.66666667%;
	float: left;
}

.container .col-4 {
	width: 33.33333333%;
	float: left;
}

.container .logo {
	text-align: left;
}

.container .logo_img {
	height: 30px;
}

.container .lang {
	text-align: right;
}

.container .lang_button {
	displaye: inline-block;
	border: none;
	background: none;
	color: #000;
	border-radius: initial;
	outline: none;
}

.container .lang_button:last-child {
	border-left: 1px solid #000;
	padding-left: 5px;
}

.content p {
	padding: .5em;
}

.questionnaire {
	width: 360px;
}

.content .questionnaire ul {
	text-align: left;
	padding-left: 25px;
}

.content .questionnaire ul li {
	list-style: none;
}

.content .questionnaire ul span {
	cursor: pointer;
}

.content button {
	background-color: #D80000;
	border-radius: 6px;
	border: none;
	color: white;
	padding: 3px 10px;
	cursor: pointer;
}

.list_content {
	margin: 0 auto;
	width: 310px;
	position: relative;
}

.list_content #score {
	list-style: none;
	margin: 0 auto;
	width: 360px;
	height: 30px;
}

.list_content #score li {
	float: left;
	color: gray;
	width: 28px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #ccc;
	border-radius: 15px;
	cursor: pointer;
	padding: 0;
	margin: 0;
	margin-right: 1px;
}

.list_content #score li.choose {
	color: white;
	background-color: #D80000;
	border-color: #D80000;
}

.list_content .agreen_content {
	font-size: 0.75em;
	width: 310px;
	margin: 3px auto;
	position: relative;
	height: 20px;
}

.list_content .agreen_content .disagree {
	position: absolute;
}

.list_content .agreen_content .agree {
	position: absolute;
	right: -32px;
}

.list_content .satisfact_content {
	width: 40%;
	position: relative;
}

.list_content .satisfact_content div {
	width: 3.3em;
}

.satisfied {
	list-style: none;
	height: 30px;
	text-align: center;
	margin: 0 auto;
}

.satisfied li {
	float: left;
	color: gray;
	width: 28px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #ccc;
	border-radius: 14px;
	cursor: pointer;
	padding: 0;
	margin: 0;
	margin-right: 1px;
}

.satisfied li.choose {
	color: white;
	background-color: #D80000;
	border-color: #D80000;
}

.quest_content {
	padding-top: 20px;
}

.question {
	text-align: left;
	width: 310px;
	white-space: nowrap;
	margin: 0 auto;
}

.question .text-danger {
	text-decoration: underline;
}

.quest_suggest {
	clear: both;
	text-align: left;
	padding-top: 15px;
	width: 500px;
	margin: 0 auto;
}

.quest_suggest p {
	padding: 2px 0;
}

.quest_suggest textarea {
	width: 100%;
}

.skip {
	clear: both;
	padding: 20px;
}

.skip div {
	float: right;
	color: #999;
	margin-bottom: 30px;
}

.loading {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 10;
	margin: 0 auto;
	text-align: center;
}

.loading img {
	margin-top: 30%;
}

.next {
	background-color: #D80000;
	background: -webkit-linear-gradient(top, #e47676, #e64d4d 50%, #e23b3b 50%, #D80000) !important;
	outline: none;
	margin-top: 3px;
	border-radius: 6px;
	border: none;
	color: white;
	padding: 3px 10px;
	cursor: pointer;
	line-height: 20px;
}

.hide_sub_question {
	display: none;
}

.complete_msg {
	text-align: left;
	margin-top: 30px;
	font-size: 1em;
	font-weight: bold;
}

.thanksMsg {
	padding: 15px 0;
}

.header-border {
	background-image: url(../img/header-border.png);
	background-repeat: no-repeat;
	background-color: #990000;
	width: 100%;
	height: 7px;
	display: block;
	position: relative;
}

#txn_desc {
	padding: 0.5em;
}

#nav_title {
	list-style: none;
	display: inline-block;
	margin-top: 10px;
}

#nav_title li {
	float: left;
	height: 30px;
}

#nav_title li span {
	width: 80px;
	height: 30px;
	display: inline-block;
}

#nav_img {
	list-style: none;
	display: inline-block;
	margin-top: -15px;
}

#nav_img li {
	float: left;
	height: 30px;
}

#nav_img li #step_current {
	background-image: url(../img/step-current.png);
	background-size: 30px;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
}

#nav_img li #step_incomplete {
	background-image: url(../img/step-incomplete.png);
	background-size: 30px;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
}

#nav_img li #step_complete {
	background-image: url(../img/step-complete.png);
	background-size: 30px;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
}

#nav_img li #line_red {
	background-image: url(../img/line-red.png);
	background-size: 50px 6px;
	background-repeat: no-repeat;
	width: 50px;
	height: 18px;
	display: inline-block;
}

#nav_img li #line_gray {
	background-image: url(../img/line-gray.png);
	background-size: 50px 6px;
	background-repeat: no-repeat;
	width: 50px;
	height: 18px;
	display: inline-block;
}

.satisfied_content {
	font-size: .75em;
}

.satisfied_item {
	padding-top: 15px;
	clear: both;
}

.popup_shelter {
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.popup {
	border-radius: 10px;
	width: 300px;
	margin: 180px auto;
	background: #E7E7E7;
	text-align: center;
	color: #656565;
	padding: 20px 10px;
}

#popMsg {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

li.s_li {
	list-style: none;
	position: relative;
}

.s_li input[type='radio'] {
	width: 15px;
	height: 15px;
	opacity: 0;
	margin-right: 8px;
}

label.s_label:before {
	position: absolute;
	content: '';
	left: 5px;
	top: 3px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px solid #999;
}

input:checked+label.s_label:after {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	top: 7px;
	left: 9px;
	border: 1px solid #D80000;
	border-radius: 50%;
	background-color: #D80000;
}

.online_chat_icon {
	width: 25px;
	height: 25px;
	display: inline-block;
	background-image: url(../img/online-chat-icon.png);
	background-repeat: no-repeat;
	background-size: 25px;
	margin-bottom: -9px;
	cursor: pointer;
}

@media ( max-width : 640px) {
	.container {
		padding-left: 0;
	}
}