@font-face {
	font-family: Sora-Bold;
	src: url('../fonts/Sora-Bold.ttf');
}

@font-face {
	font-family: Sora-Regular;
	src: url('../fonts/Sora-Regular.ttf');
}

@font-face {
	font-family: Sora-SemiBold;
	src: url('../fonts/Sora-SemiBold.ttf');
}

html, body {
	margin: 0!important;
	padding: 0!important;
	user-select: none!important;
	overflow-x: hidden!important;
	font-weight: normal!important;
	background-color: #FFF!important;
	-webkit-user-select: none!important;
}

#myIndSection {
	opacity: 0;
}

.indDetSection {
	top: 0;
	right: 0;
	width: 0;
	margin: 0;
	padding: 0;
	height: 100vh;
	display: flex;
	max-width: 100%;
	position: fixed;
	overflow: hidden;
	align-items: flex-end;
	transition: 0.4s ease;
	flex-direction: column;
	justify-content: flex-start;
	z-index: 2147483639!important;
	scrollbar-width: none!important;
	background-color: rgba(3, 105, 115, 0.8);
}

.indDetSection::-webkit-scrollbar {
	width: 0!important;
	height: 0!important;
	display: none!important;
}

.indDetSection_boxed1 {
	margin: 0;
	opacity: 0;
	height: auto;
	display: flex;
	max-width: 62vw;
	overflow-y: auto;
	overflow-x: hidden;
	transition: 0.4s ease;
	flex-direction: column;
	background-color: #FFF;
	align-items: flex-start;
	width: calc(100% - 80px);
	justify-content: flex-start;
	padding: 40px 40px 30px 40px;
	min-height: calc(100% - 70px);
	scrollbar-width: none!important;
}

.indDetSection_boxed1::-webkit-scrollbar {
	width: 0!important;
	height: 0!important;
	display: none!important;
}

.indDetSection_boxed2 {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	display: flex;
	max-width: 1400px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.indDetSection_1 {
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin: 0 0 40px 0;
	align-items: flex-start;
	justify-content: space-between;
}

.indDetSection_1 h1 {
	margin: 0;
	padding: 0;
	display: flex;
	color: #6BD9A6;
	font-size: 13px;
	text-align: left;
	min-height: 40px;
	line-height: 17px;
	font-weight: normal;
	align-items: center;
	transition: 0.2s ease;
	word-break: break-word;
	text-align: -webkit-left;
	text-transform: uppercase;
	width: calc(100% - 202px);
	font-family: Sora-SemiBold;
	max-width: calc(100% - 202px);
}

.indDetSection_1_btns {
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	display: flex;
	position: absolute;
	align-items: center;
	justify-content: flex-end;
	z-index: 2147483641!important;
}

.indDetSection_btn1, .indDetSection_btn2 {
	margin: 0;
	width: 40px;
	height: 40px;
	padding: 5px;
	outline: none;
	color: #6BD9A6;
	cursor: pointer;
	font-size: 15px;
	min-width: 40px;
	max-width: 40px;
	min-height: 40px;
	max-height: 40px;
	line-height: 15px;
	text-align: center;
	border-radius: 30px;
	font-weight: normal;
	transition: 0.2s ease;
	border: 2px solid #6BD9A6;
	text-align: -webkit-center;
	background-color: transparent;
}

.indDetSection_btn1:hover, .indDetSection_btn2:hover {
	color: #FFF;
	background-color: #6BD9A6;
}

.indDetSection_btn1 {
	margin: 0 5px 0 0!important;
}

.indDetSection_btn2 {
	margin: 0 77px 0 0!important;
}

.indDetSection_btn3 {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	color: #A3ACB9;
	cursor: pointer;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: normal;
	transition: 0.2s ease;
	text-align: -webkit-center;
	background-color: transparent;
}

.indDetSection_btn3:hover {
	color: #C18681!important;
}

.indDetSection_2 {
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 5px 0;
	align-items: flex-start;
	justify-content: space-between;
}

.indDetSection_2 h2 {
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	color: #A3ACB9;
	font-size: 10px;
	text-align: left;
	line-height: 12px;
	font-weight: normal;
	align-items: center;
	transition: 0.2s ease;
	word-break: break-word;
	text-align: -webkit-left;
	text-transform: uppercase;
	font-family: Sora-Regular;
}

.indDetSection_2 h2 span {
	color: #6BD9A6;
}

.indDetSection_3 {
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 40px 0;
	position: relative;
	align-items: center;
	justify-content: space-between;
}

.indDetSection_3_sub1 {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	width: calc(100% - 182px);
	justify-content: flex-start;
	max-width: calc(100% - 182px);
}

.full_width {
	width: 100%!important;
	max-width: 100%!important;
}

.indDetSection_3_sub1sub1 {
	width: 27px;
	height: 27px;
	display: flex;
	padding: 10px;
	color: #6BD9A6;
	font-size: 25px;
	min-width: 27px;
	min-height: 27px;
	line-height: 25px;
	text-align: center;
	margin: 0 10px 0 0;
	font-weight: normal;
	border-radius: 10px;
	align-items: center;
	white-space: nowrap;
	font-family: Sora-Bold;
	justify-content: center;
	background-color: #F0FBF6;
	text-align: -webkit-center;
}

.indDetSection_3_sub1sub2 {
	padding: 0;
	color: #036973;
	font-size: 24px;
	text-align: left;
	line-height: 32px;
	margin: 0 20px 0 0;
	font-weight: normal;
	word-break: break-word;
	text-align: -webkit-left;
	font-family: Sora-SemiBold;
}

.indDetSection_3_btn {
	color: #FFF;
	margin: 5px 0;
	outline: none;
	cursor: pointer;
	font-size: 12px;
	line-height: 12px;
	padding: 7px 20px;
	text-align: center;
	border-radius: 30px;
	font-weight: normal;
	transition: 0.2s ease;
	word-break: break-word;
	text-transform: uppercase;
	font-family: Sora-Regular;
	background-color: #036973;
	border: 2px solid #6BD9A6;
	text-align: -webkit-center;
	z-index: 2147483641!important;
}

.indDetSection_4 {
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 10px 0;
	align-items: flex-start;
	justify-content: space-between;
	border-bottom: 1px solid #D8DCE2;
}

.indDetSection_6 {
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 10px 0;
	align-items: flex-start;
	justify-content: space-between;
}

.indDetSection_4_sub1, .indDetSection_6_sub1 {
	padding: 0;
	margin: 0 40px 10px 0;
	width: calc(25% - 40px);
}

.indDetSection_4_sub1 h3, .indDetSection_6_sub1 h3 {
	margin: 0;
	padding: 0;
	width: 100%;
	color: #A3ACB9;
	font-size: 13px;
	text-align: left;
	line-height: 17px;
	font-weight: normal;
	transition: 0.2s ease;
	word-break: break-word;
	text-align: -webkit-left;
	font-family: Sora-Regular;
}

.indDetSection_4_sub2, .indDetSection_6_sub2 {
	padding: 0;
	width: 75%;
	display: flex;
	margin: 0 0 10px 0;
	align-items: flex-start;
	justify-content: flex-start;
}

.indDetSection_4_sub2 p, .indDetSection_6_sub2 p {
	margin: 0;
	padding: 0;
	color: #036973;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	text-align: justify;
	transition: 0.2s ease;
	word-break: break-word;
	font-family: Sora-SemiBold;
	text-align: -webkit-justify;
}

.indDetSection_4_sub2 .p_regular, .indDetSection_6_sub2 .p_regular {
	font-family: Sora-Regular;
}

.indDetSection_4_sub2 .fa-square-arrow-up-right, .indDetSection_6_sub2 .fa-square-arrow-up-right {
	padding: 0;
	color: #6BD9A6;
	font-size: 20px;
	margin: 0 0 0 5px;
	line-height: 17px;
}

.indDetSection_4_sub2 .down_arrow, .indDetSection_6_sub2 .down_arrow {
	color: #C18681;
	transform: rotate(90deg);
}

.indDetSection_5 {
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 10px 0;
	align-items: flex-start;
	justify-content: space-between;
	border-bottom: 1px solid #D8DCE2;
}

.indDetSection_5_sub1 {
	padding: 0;
	margin: 0 40px 10px 0;
	width: calc(25% - 40px);
}

.indDetSection_5_sub1 h3 {
	margin: 0;
	padding: 0;
	width: 100%;
	color: #A3ACB9;
	font-size: 13px;
	text-align: left;
	line-height: 17px;
	font-weight: normal;
	transition: 0.2s ease;
	word-break: break-word;
	text-align: -webkit-left;
	font-family: Sora-Regular;
}

.indDetSection_5_sub2 {
	padding: 0;
	width: 75%;
	display: flex;
	margin: 0 0 10px 0;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.p_regular_5 {
	margin: 0;
	padding: 0;
	color: #036973;
	font-size: 13px;
	text-align: left;
	line-height: 17px;
	font-weight: normal;
	word-break: break-word;
	text-align: -webkit-left;
	font-family: Sora-Regular;
}

.indDetSection_5_sub2sub1 {
	padding: 0;
	width: 100%;
	display: flex;
	margin: 0 0 10px 0;
}

.indDetSection_5_sub2sub1:last-child {
	margin: 0;
}

.indDetSection_5_img {
	padding: 0;
	width: 100px;
	height: 100px;
	display: block;
	overflow: hidden;
	min-width: 100px;
	min-height: 100px;
	position: relative;
	margin: 0 10px 0 0;
	background-color: transparent;
}

.indDetSection_5_img img {
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	width: 101%;
	height: 101%;
	object-fit: cover;
	position: absolute;
	transform: translate(-50%, -50%);
}

.indDetSection_5_info {
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.indDetSection_5_info h4 {
	margin: 0;
	padding: 0;
	width: 100%;
	color: #036973;
	font-size: 13px;
	text-align: left;
	line-height: 17px;
	font-weight: normal;
	transition: 0.2s ease;
	word-break: break-word;
	font-family: Sora-Bold;
	text-align: -webkit-left;
	text-transform: uppercase;
}

.indDetSection_5_info h5 {
	margin: 0;
	padding: 0;
	width: 100%;
	color: #6BD9A6;
	font-size: 11px;
	text-align: left;
	line-height: 15px;
	font-weight: normal;
	transition: 0.2s ease;
	word-break: break-word;
	text-align: -webkit-left;
	text-transform: uppercase;
	font-family: Sora-SemiBold;
}

.indDetSection_5_info p {
	margin: 0;
	padding: 0;
	color: #036973;
	font-size: 13px;
	line-height: 17px;
	text-align: justify;
	font-weight: normal;
	transition: 0.2s ease;
	word-break: break-word;
	font-family: Sora-Regular;
	text-align: -webkit-justify;
}

.indDetSection_4_sub2 p br, .indDetSection_5_sub2 p br, .indDetSection_6_sub2 p br {
	display: block;
	content: "";
	margin-top: 10px;
}

.chartDiv {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	overflow: hidden!important;
	z-index: 2147483642!important;
	background-color: rgba(3, 105, 115, 0.8);
}

.chartDiv_boxed {
	left: 50%;
	height: auto;
	display: flex;
	padding: 40px;
	position: fixed;
	margin: 20px auto;
	border-radius: 20px;
	align-items: center;
	top: calc(50% - 80px);
	transition: 0.2s ease;
	background-color: #FFF;
	flex-direction: column;
	width: calc(50vw - 80px);
	justify-content: flex-start;
	max-width: calc(50vw - 80px);
	max-height: calc(100% - 120px)!important;
	transform: translate(-50%, calc(-50% + 60px));
	box-shadow: 0px 0px 10px 0px rgba(3, 105, 115, 0.16);
}

.chartDiv_boxed {
	overflow-y: auto!important;
	overflow-x: hidden!important;
	scrollbar-width: none!important;
	scroll-behavior: smooth!important;
	scrollbar-color: #BBB #EEE!important;
}

.chartDiv_boxed::-webkit-scrollbar {
	width: 0!important;
}

.chartDiv_boxed::-webkit-scrollbar-track {
	background-color: #EEE;
}

.chartDiv_boxed::-webkit-scrollbar-thumb {
	background-color: #BBB;
}

.chartDiv_boxed::-webkit-scrollbar-thumb:hover {
	background-color: #AAA;
}

#myChart {
	margin: 0;
	padding: 0;
}

.chartDiv_buttons_div {
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.chartDiv_buttons_div button {
	padding: 0;
	border: none;
	outline: none;
	color: #A3ACB9;
	cursor: pointer;
	font-size: 30px;
	line-height: 30px;
	margin: 20px 0 0 0;
	text-align: center;
	font-weight: normal;
	transition: 0.2s ease;
	text-align: -webkit-center;
	background-color: transparent;
}

.chartDiv_buttons_div button:hover {
	color: #C18681!important;
}

@media screen and (max-width: 1400px) {
	.chartDiv_boxed {
		width: 60vw;
		max-width: 60vw;
	}
}

@media screen and (max-width: 1200px) {
	.chartDiv_boxed {
		width: 70vw;
		max-width: 70vw;
	}
}

@media screen and (max-width: 1000px) {
	.chartDiv_boxed {
		width: 80vw;
		max-width: 80vw;
	}
}

@media screen and (max-width: 800px) {
	.chartDiv_boxed {
		width: calc(100% - 120px);
		max-width: calc(100% - 120px);
	}
}

@media screen and (max-width: 600px) {
	.chartDiv_boxed {
		padding: 20px;
		width: calc(100% - 80px);
		max-width: calc(100% - 80px);
	}
}

#sticky.stick {
	width: 350px;
	position: fixed;
	max-width: 350px;
}

.indSection {
	margin: 0;
	width: 100vw;
	height: auto;
	max-width: 100%;
	padding: 50px 0;
	user-select: none;
	-webkit-user-select: none;
	overflow: hidden!important;
}

.indSection_boxed {
	height: 100%;
	display: flex;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1400px;
	align-items: flex-start;
	justify-content: flex-start;
}

.fetch_and_form_block {
	padding: 0;
	width: 350px;
	display: block;
	max-width: 350px;
	margin: 0 60px 0 0;
	transition: 0.2s ease;
}

.indSection_main_fetch {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
}

.indSection_main_fetch_div {
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.indSection_main_fetch_div h1 {
	padding: 0;
	width: 100%;
	color: #036973;
	font-size: 13px;
	text-align: left;
	line-height: 17px;
	margin: 0 0 10px 0;
	font-weight: normal;
	transition: 0.2s ease;
	word-break: break-word;
	text-align: -webkit-left;
	text-transform: uppercase;
	font-family: Sora-SemiBold;
}

.main_links, .main_link_first {
	padding: 20px;
	margin: 0 0 10px 0;
	border-radius: 10px;
	transition: 0.2s ease;
}

.main_links:last-child, .main_link_first:last-child {
	margin: 0;
}

.main_links text, .main_link_first text {
	margin: 0;
	padding: 0;
	color: #036973;
	font-size: 14px;
	text-align: left;
	line-height: 19px;
	font-weight: normal;
	transition: 0.2s ease;
	word-break: break-word;
	text-align: -webkit-left;
	font-family: Sora-Regular;
}

.main_links:hover, .main_link_first:hover {
	background-color: #F0FBF6;
}

.active {
	background-color: #036973!important;
}

.active > text {
	color: #FFF!important;
}

.indSection_main_content {
	transition: 0.2s ease;
	width: calc(100% - 410px);
	max-width: calc(100% - 410px);
}

.main_jump {
	padding: 0;
	display: flex;
	margin: 0 0 30px 0;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.main_jump:last-child {
	margin: 0;
}

.main_jump_div1 {
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.main_jump_div1sub1, .main_jump_div1sub2 {
	padding: 0;
	display: flex;
	margin: 0 0 10px 0;
	align-items: flex-start;
	justify-content: flex-start;
}

.main_jump_div1sub1 h1 {
	padding: 0;
	color: #036973;
	font-size: 18px;
	text-align: left;
	line-height: 18px;
	margin: 0 20px 0 0;
	font-weight: normal;
	transition: 0.2s ease;
	word-break: break-word;
	text-align: -webkit-left;
	font-family: Sora-SemiBold;
}

.main_jump_div1sub2 h2 {
	margin: 0;
	color: #A3ACB9;
	font-size: 10px;
	text-align: left;
	line-height: 10px;
	padding: 5px 15px;
	font-weight: normal;
	border-radius: 10px;
	transition: 0.2s ease;
	word-break: break-word;
	text-align: -webkit-left;
	background-color: #D8DCE2;
	text-transform: uppercase;
	font-family: Sora-SemiBold;
}

.main_jump_div2 {
	display: flex;
	padding: 15px;
	flex-wrap: wrap;
	margin: 0 0 10px 0;
	align-items: center;
	border-radius: 10px;
	transition: 0.2s ease;
	width: calc(100% - 34px);
	border: 2px solid #D8DCE2;
	justify-content: space-between;
}

.main_jump_div2:hover {
	border: 2px solid #6BD9A6;
}

.main_jump_div2sub1, .main_jump_div2sub2 {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.main_jump_div2sub1sub1 {
	width: 20px;
	height: 20px;
	display: flex;
	padding: 10px;
	color: #6BD9A6;
	font-size: 18px;
	min-width: 20px;
	min-height: 20px;
	line-height: 18px;
	text-align: center;
	margin: 0 10px 0 0;
	font-weight: normal;
	border-radius: 10px;
	align-items: center;
	white-space: nowrap;
	font-family: Sora-Bold;
	justify-content: center;
	background-color: #F0FBF6;
	text-align: -webkit-center;
}

.main_jump_div2sub1sub2 {
	padding: 0;
	color: #036973;
	font-size: 15px;
	text-align: left;
	line-height: 24px;
	margin: 0 20px 0 0;
	font-weight: normal;
	word-break: break-word;
	text-align: -webkit-left;
	font-family: Sora-Regular;
}

.main_jump_btn {
	display: none;
	margin: 5px 0;
	outline: none;
	color: #036973;
	cursor: pointer;
	font-size: 12px;
	line-height: 12px;
	padding: 7px 20px;
	text-align: center;
	border-radius: 30px;
	font-weight: normal;
	word-break: break-word;
	font-family: Sora-Regular;
	border: 2px solid #6BD9A6;
	text-align: -webkit-center;
	background-color: transparent;
}

.main_jump_btn:hover {
	color: #FFF;
	transition: 0.2s ease;
	background-color: #036973;
}

#footer {
	margin: 0;
	height: 0;
	padding: 0;
	visibility: hidden;
}

@media screen and (max-width: 1750px) {
	.indDetSection .indDetSection_boxed1 {
		max-width: 63vw;
	}
}

@media screen and (max-width: 1600px) {
	.indDetSection .indDetSection_boxed1 {
		max-width: 64vw;
	}
}

@media screen and (max-width: 1500px) {
	.indDetSection .indDetSection_boxed1 {
		max-width: 65vw;
	}
}

@media screen and (max-width: 1400px) {
	.indDetSection .indDetSection_boxed1 {
		max-width: 64vw;
	}
}

@media screen and (max-width: 1350px) {
	.indDetSection .indDetSection_boxed1 {
		max-width: 63vw;
	}
}

@media screen and (max-width: 1300px) {
	.indDetSection .indDetSection_boxed1 {
		max-width: 62vw;
	}
}

@media screen and (max-width: 1225px) {
	.indDetSection .indDetSection_boxed1 {
		max-width: 70vw;
	}
}

@media screen and (max-width: 1025px) {
	.indDetSection .indDetSection_boxed1 {
		max-width: 80vw;
	}
}

@media screen and (max-width: 1100px) {
	.indSection #sticky.stick {
		width: 280px;
		max-width: 280px;
	}
	.indSection .fetch_and_form_block {
		width: 280px;
		max-width: 280px;
		margin: 0 40px 0 0;
	}
	.indSection .indSection_main_content {
		width: calc(100% - 320px);
		max-width: calc(100% - 320px);
	}
}

@media screen and (max-width: 850px) {
	.indSection #sticky.stick {
		width: 220px;
		max-width: 220px;
	}
	.indSection .fetch_and_form_block {
		width: 220px;
		max-width: 220px;
		margin: 0 20px 0 0;
	}
	.indSection .indSection_main_content {
		width: calc(100% - 240px);
		max-width: calc(100% - 240px);
	}
}

@media screen and (max-width: 700px) {
	.indDetSection .indDetSection_boxed1 {
		max-width: 100vw;
		width: calc(100% - 40px);
		padding: 20px 20px 10px 20px;
		min-height: calc(100% - 30px);
	}
	.indDetSection .indDetSection_1 {
		margin: 0 0 20px 0;
	}
	.indDetSection .indDetSection_1 h1 {
		width: calc(100% - 134px);
		max-width: calc(100% - 134px);
	}
	.indDetSection .indDetSection_3 {
		margin: 0 0 20px 0;
	}
	.indDetSection .indDetSection_4_sub1, .indDetSection .indDetSection_6_sub1 {
		margin: 0 20px 10px 0;
		width: calc(25% - 20px);
	}
	.indDetSection .indDetSection_5_sub1 {
		margin: 0 20px 10px 0;
		width: calc(25% - 20px);
	}
	.indSection .indSection_boxed {
		flex-direction: column;
	}
	.indSection #sticky.stick {
		width: calc(100% - 40px);
		max-width: calc(100% - 40px);
	}
	.indSection .fetch_and_form_block {
		margin: 0;
		width: 100%;
		max-width: 100%;
		height: 0!important;
		opacity: 0!important;
		display: none!important;
		visibility: hidden!important;
	}
	.indSection .indSection_main_content {
		width: 100%;
		max-width: 100%;
	}
	.indDetSection .indDetSection_3_sub1sub2 {
		font-size: 18px;
		line-height: 20px;
	}
	.indDetSection .indDetSection_btn2 {
		margin: 0 10px 0 0!important;
	}
}

@media screen and (max-width: 500px) {
	.indDetSection .indDetSection_4, .indDetSection .indDetSection_6 {
		flex-direction: column;
		justify-content: flex-start;
	}
	.indDetSection .indDetSection_5 {
		flex-direction: column;
		justify-content: flex-start;
	}
	.indDetSection .indDetSection_3_sub1 {
		width: 100%;
		max-width: 100%;
	}
	.indDetSection .indDetSection_4_sub1, .indDetSection .indDetSection_6_sub1 {
		width: 100%;
		margin: 0 0 10px 0;
	}
	.indDetSection .indDetSection_4_sub2, .indDetSection .indDetSection_6_sub2 {
		width: 100%;
	}
	.indDetSection .indDetSection_5_sub1 {
		width: 100%;
		margin: 0 0 10px 0;
	}
	.indDetSection .indDetSection_5_sub2 {
		width: 100%;
	}
	.indDetSection .indDetSection_5_img {
		width: 70px;
		height: 70px;
		min-width: 70px;
		min-height: 70px;
	}
}

@media screen and (max-width: 360px) {
	.indDetSection .indDetSection_1 {
		padding: 43px 0 0 0;
		justify-content: flex-start;
	}
	.indDetSection .indDetSection_1 h1 {
		width: 100%;
		max-width: 100%;
	}
}