.formArea .formBox .btnBox .btn.reset, .formArea .formBox .tableBox .tableItem.value .valueList .valueItem span, .formArea .formBox .categoryList .categoryItem.otherText, .formArea .formBox .categoryList .categoryItem span, .surveyProgress {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.mainArea {
	background-color: #f7f7f7;
	padding: 0;
}

.wrap {
	max-width: 1530px;
}

.surveyProgress {
	width: 0;
	height: 2px;
	background-color: #1d28a8;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	-webkit-transform: translateY(100%);
	        transform: translateY(100%);
}

.topArea {
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
}
@media (max-width: 640px) {
	.topArea {
		border-bottom: none;
	}
}
.topArea .wrap {
	padding: 215px 20px;
	position: relative;
}
@media (max-width: 1200px) {
	.topArea .wrap {
		padding: 100px 20px;
	}
}
@media (max-width: 640px) {
	.topArea .wrap {
		padding: 50px 20px 40px;
	}
}
.topArea .titleBox {
	display: inline-block;
	margin-bottom: 5px;
}
.topArea .titleBox .title {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	color: #333;
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 0.05rem;
	line-height: 1.3;
	padding: 0 33px;
}
.topArea .titleBox .titleEn {
	display: inline-block;
	color: #1d28a8;
	font-size: 24px;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	letter-spacing: 0.05rem;
	line-height: 1.3;
	margin-top: 10px;
}
@media (max-width: 1024px) {
	.topArea .titleBox .title {
		font-size: 34px;
	}
	.topArea .titleBox .titleEn {
		font-size: 24px;
	}
}
@media (max-width: 640px) {
	.topArea .titleBox .title {
		font-size: 30px;
	}
	.topArea .titleBox .titleEn {
		font-size: 20px;
	}
}
.topArea .bread {
	background-color: transparent;
	border: none;
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-right: 0;
}
.topArea .bread .wrap {
	padding: 0;
	width: auto;
}
.topArea .bread a,
.topArea .bread span {
	letter-spacing: -0.05rem;
}
@media (max-width: 1024px) {
	.topArea .bread {
		padding: 5px 0 15px;
		display: none;
	}
}
@media (max-width: 768px) {
	.topArea .bread {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.topArea .introBox {
	margin-top: 32px;
}
.topArea .introBox .title {
	color: #333;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.08rem;
}
.topArea .introBox .text {
	max-width: 950px;
	color: #666;
	font-size: 17px;
	line-height: 1.75;
	letter-spacing: 0.05rem;
	margin: 25px auto 0;
}
@media (max-width: 1024px) {
	.topArea .introBox {
		margin-top: 20px;
	}
	.topArea .introBox .title {
		font-size: 24px;
	}
	.topArea .introBox .text {
		margin-top: 5px;
	}
}
@media (max-width: 640px) {
	.topArea .introBox {
		margin-top: 10px;
	}
	.topArea .introBox .title {
		font-size: 20px;
	}
}
.topArea .btnBox {
	margin-top: 70px;
}
@media (max-width: 1024px) {
	.topArea .btnBox {
		margin-top: 45px;
	}
}
.topArea .imgBox .img {
	position: absolute;
	z-index: 1;
}
.topArea .imgBox .img.img1 {
	top: 14%;
	left: 11.9%;
}
.topArea .imgBox .img.img2 {
	top: 23.6%;
	right: 6.8%;
}
.topArea .imgBox .img.img3 {
	bottom: 23%;
	left: 5.6%;
}
.topArea .imgBox .img.img4 {
	bottom: 14.8%;
	right: 12.5%;
}
@media (max-width: 1200px) {
	.topArea .imgBox {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		margin-top: 50px;
	}
	.topArea .imgBox .img {
		padding: 5px;
		position: static;
	}
}
@media (max-width: 768px) {
	.topArea .imgBox {
		display: block;
	}
}
@media (max-width: 640px) {
	.topArea .imgBox {
		display: none;
	}
}

.formArea {
	padding-top: 105px;
	padding-bottom: 50px;
}
@media (max-width: 640px) {
	.formArea {
		padding-top: 40px;
	}
}
.formArea .formBox .formList:first-child {
	padding-bottom: 50px;
}
@media (max-width: 1200px) {
	.formArea .formBox .formList:first-child {
		padding-bottom: 0;
	}
}
.formArea .formBox .formRowTitle {
	color: #333;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.05rem;
	line-height: 1;
	margin-bottom: 40px;
}
.formArea .formBox .formRowTitle span {
	display: inline-block;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 0 35px;
}
@media (max-width: 640px) {
	.formArea .formBox .formRowTitle {
		font-size: 24px;
		text-align: center;
		margin-bottom: 25px;
	}
}
@media (max-width: 480px) {
	.formArea .formBox .formRowTitle {
		font-size: 22px;
	}
}
.formArea .formBox .formRow {
	display: block;
	width: 100%;
	background-color: #fff;
	border-radius: 15px;
	padding: 60px 60px 50px;
	margin-bottom: 40px;
}
@media (max-width: 1680px) {
	.formArea .formBox .formRow {
		padding: 40px;
	}
}
@media (max-width: 640px) {
	.formArea .formBox .formRow {
		padding: 40px 30px;
	}
}
.formArea .formBox .fieldText {
	color: #333;
	display: block;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.05rem;
	line-height: 1.2;
}
.formArea .formBox .field {
	margin-top: 16px;
}
.formArea .formBox .inputStyle,
.formArea .formBox select,
.formArea .formBox textarea {
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	color: #333;
	letter-spacing: 0.05rem;
}
.formArea .formBox .inputStyle {
	width: 100%;
	letter-spacing: 0.05rem;
	padding: 12px 8px;
}
.formArea .formBox .inputStyle::-webkit-input-placeholder {
	color: #666;
	line-height: 1;
	letter-spacing: 0.05rem;
}
.formArea .formBox .inputStyle::-moz-placeholder {
	color: #666;
	line-height: 1;
	letter-spacing: 0.05rem;
}
.formArea .formBox .inputStyle:-ms-input-placeholder {
	color: #666;
	line-height: 1;
	letter-spacing: 0.05rem;
}
.formArea .formBox .inputStyle::-ms-input-placeholder {
	color: #666;
	line-height: 1;
	letter-spacing: 0.05rem;
}
.formArea .formBox .inputStyle::placeholder {
	color: #666;
	line-height: 1;
	letter-spacing: 0.05rem;
}
.formArea .formBox select {
	cursor: pointer;
}
.formArea .formBox textarea {
	width: 100%;
	min-height: 200px;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	display: block;
	padding: 10px;
}
.formArea .formBox .categoryList {
	width: 100%;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -5px;
}
.formArea .formBox .categoryList .categoryItem {
	padding: 10px 5px;
	position: relative;
	text-align: center;
}
.formArea .formBox .categoryList .categoryItem label {
	display: block;
	position: relative;
}
.formArea .formBox .categoryList .categoryItem input[type=radio] {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	cursor: pointer;
	display: block;
	z-index: 2;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
@media (min-width: 1181px) {
	.formArea .formBox .categoryList .categoryItem input[type=radio]:hover + span {
		background-color: #1d28a8;
		color: #fff;
	}
}
.formArea .formBox .categoryList .categoryItem input[type=radio]:checked + span {
	background-color: #1d28a8;
	color: #fff;
}
.formArea .formBox .categoryList .categoryItem input[type=radio].error + span {
	border-color: #1d28a8;
}
.formArea .formBox .categoryList .categoryItem span {
	width: 100%;
	min-width: 160px;
	border: 1px solid #f7f7f7;
	background-color: #f7f7f7;
	border-radius: 30px;
	color: #666;
	display: inline-block;
	font-size: 17px;
	line-height: 1;
	letter-spacing: 0.05rem;
	padding: 15px 10px;
}
.formArea .formBox .categoryList .categoryItem.otherText {
	width: 100%;
	opacity: 0;
	padding: 0;
	pointer-events: none;
	margin-top: 15px;
	-webkit-transform: translateX(-5px);
	        transform: translateX(-5px);
}
.formArea .formBox .categoryList .categoryItem.otherText input {
	width: 100%;
}
.formArea .formBox .categoryList .categoryItem.otherText.show {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}
@media (max-width: 640px) {
	.formArea .formBox .categoryList .categoryItem {
		width: 50%;
	}
	.formArea .formBox .categoryList .categoryItem span {
		min-width: auto;
		font-size: 16px;
	}
}
@media (max-width: 400px) {
	.formArea .formBox .categoryList .categoryItem span {
		font-size: 15px;
	}
}
.formArea .formBox .tableBox .tableRow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 35px 0;
}
.formArea .formBox .tableBox .tableRow:first-child {
	padding-top: 0;
}
.formArea .formBox .tableBox .tableRow:last-child {
	padding-bottom: 0;
}
.formArea .formBox .tableBox .tableRow:not(:last-child) {
	border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 1200px) {
	.formArea .formBox .tableBox .tableRow.head .tableItem.value {
		font-size: 14px;
	}
	.formArea .formBox .tableBox .tableRow.head .tableItem.value .valueList {
		display: none;
	}
}
@media (max-width: 1024px) {
	.formArea .formBox .tableBox .tableRow {
		padding: 25px 0;
	}
}
@media (max-width: 640px) {
	.formArea .formBox .tableBox .tableRow {
		padding: 20px 0;
	}
}
.formArea .formBox .tableBox .tableItem.title {
	width: 100%;
	max-width: 636px;
	padding-right: 100px;
}
.formArea .formBox .tableBox .tableItem.title.full {
	max-width: 100%;
	padding-right: 0;
}
.formArea .formBox .tableBox .tableItem.title .classTitle {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 22px;
	line-height: 1.2;
}
.formArea .formBox .tableBox .tableItem.title .classTitle .tw {
	display: inline-block;
	font-weight: 500;
	padding: 0 20px;
	margin-right: 20px;
}
.formArea .formBox .tableBox .tableItem.title .classTitle .en {
	display: inline-block;
	font-weight: 600;
	font-family: "Poppins", "sans-serif";
}
.formArea .formBox .tableBox .tableItem.title .classText {
	color: #666;
	font-size: 17px;
	line-height: 1.675;
	letter-spacing: 0.05rem;
	margin-top: 30px;
}
.formArea .formBox .tableBox .tableItem.title textarea {
	margin-top: 25px;
}
.formArea .formBox .tableBox .tableItem.title .dataTitle {
	color: #333;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.07rem;
}
.formArea .formBox .tableBox .tableItem.title .dataTitle::before {
	content: attr(data-no);
	color: #333;
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.05rem;
	margin-right: 8px;
}
.formArea .formBox .tableBox .tableItem.title .dataText {
	color: #666;
	font-size: 17px;
	line-height: 1.675;
	letter-spacing: 0.05rem;
	margin-top: 22px;
}
@media (max-width: 1680px) {
	.formArea .formBox .tableBox .tableItem.title {
		max-width: 600px;
		padding-right: 30px;
	}
}
@media (max-width: 1440px) {
	.formArea .formBox .tableBox .tableItem.title {
		max-width: 520px;
	}
}
@media (max-width: 1200px) {
	.formArea .formBox .tableBox .tableItem.title {
		max-width: 100%;
		padding-right: 0;
	}
}
@media (max-width: 640px) {
	.formArea .formBox .tableBox .tableItem.title .classTitle {
		display: block;
		text-align: center;
	}
	.formArea .formBox .tableBox .tableItem.title .classTitle .tw {
		margin-bottom: 10px;
		margin-right: 0;
	}
	.formArea .formBox .tableBox .tableItem.title .classTitle .en {
		padding: 0 5px;
	}
	.formArea .formBox .tableBox .tableItem.title .dataTitle {
		font-size: 19px;
	}
	.formArea .formBox .tableBox .tableItem.title .dataText {
		font-size: 16px;
		margin-top: 15px;
	}
}
.formArea .formBox .tableBox .tableItem.value {
	color: #666;
	font-size: 17px;
	font-weight: 500;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.formArea .formBox .tableBox .tableItem.value .valueList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 2px -5px 0;
}
.formArea .formBox .tableBox .tableItem.value .valueList .valueItem {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	line-height: 1;
	letter-spacing: 0.05rem;
	padding: 0 5px;
	text-align: center;
}
.formArea .formBox .tableBox .tableItem.value .valueList .valueItem label {
	display: block;
	position: relative;
}
.formArea .formBox .tableBox .tableItem.value .valueList .valueItem input[type=radio] {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	cursor: pointer;
	display: block;
	z-index: 2;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
@media (min-width: 1181px) {
	.formArea .formBox .tableBox .tableItem.value .valueList .valueItem input[type=radio]:hover + span {
		background-color: #1d28a8;
		color: #fff;
	}
}
.formArea .formBox .tableBox .tableItem.value .valueList .valueItem input[type=radio]:checked + span {
	background-color: #1d28a8;
	color: #fff;
}
.formArea .formBox .tableBox .tableItem.value .valueList .valueItem input[type=radio].error + span {
	border-color: #1d28a8;
}
.formArea .formBox .tableBox .tableItem.value .valueList .valueItem span {
	width: 100%;
	border: 1px solid #f7f7f7;
	background-color: #f7f7f7;
	border-radius: 30px;
	display: inline-block;
	padding: 15px 10px;
}
.formArea .formBox .tableBox .tableItem.value .valueIndicator {
	display: none;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
}
.formArea .formBox .tableBox .tableItem.value .valueIndicator::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #f1f1f1;
	position: absolute;
	top: 15px;
	left: 0;
	z-index: 1;
}
.formArea .formBox .tableBox .tableItem.value .valueIndicator .indicator {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	line-height: 1.25;
	letter-spacing: 0.05rem;
	position: relative;
	z-index: 2;
	text-align: center;
}
.formArea .formBox .tableBox .tableItem.value .valueIndicator .indicator::before {
	width: 30px;
	height: 30px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #f7f7f7;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto 15px;
}
.formArea .formBox .tableBox .tableItem.value .valueIndicator .indicator:first-child::before {
	content: "1";
}
.formArea .formBox .tableBox .tableItem.value .valueIndicator .indicator:nth-child(2)::before {
	content: "2";
}
.formArea .formBox .tableBox .tableItem.value .valueIndicator .indicator:nth-child(3)::before {
	content: "3";
}
.formArea .formBox .tableBox .tableItem.value .valueIndicator .indicator:nth-child(4)::before {
	content: "4";
}
.formArea .formBox .tableBox .tableItem.value .valueIndicator .indicator:last-child::before {
	content: "5";
}
@media (max-width: 1200px) {
	.formArea .formBox .tableBox .tableItem.value {
		font-weight: 400;
		margin-top: 25px;
	}
	.formArea .formBox .tableBox .tableItem.value .valueList {
		margin: 0 -5px;
	}
	.formArea .formBox .tableBox .tableItem.value .valueIndicator {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
@media (max-width: 640px) {
	.formArea .formBox .tableBox .tableItem.value {
		margin-top: 20px;
	}
	.formArea .formBox .tableBox .tableItem.value .valueIndicator .indicator:nth-child(2) {
		display: none;
	}
	.formArea .formBox .tableBox .tableItem.value .valueIndicator .indicator:nth-child(4) {
		display: none;
	}
}
.formArea .formBox .btnBox {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-left: 0;
}
.formArea .formBox .btnBox .btn {
	width: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 16px;
	margin: 0 10px;
	max-width: 234px;
}
.formArea .formBox .btnBox .btn.reset {
	background-color: #222;
	border: none;
	color: #fff;
	cursor: pointer;
	outline: none;
	text-align: center;
}
@media (min-width: 1181px) {
	.formArea .formBox .btnBox .btn.reset:hover {
		background-color: #1d28a8;
	}
}
@media (max-width: 540px) {
	.formArea .formBox .btnBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		row-gap: 16px;
	}
}

.error {
	border-color: #f00 !important;
}
/*# sourceMappingURL=esg_survey.css.map */