@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

.no-scroll {
	overflow: hidden;
}

.topBlk_v2 {
	padding: 30px 30px 15px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 120px;
}

@media (max-width:980px) {
	.topBlk_v2 {
		height: 60px;
		padding: 18px 25px;
		position: fixed;
		z-index: 9;
		width: 100%;
		background-color: #fff;
	}
}

.topBlk_v2.shadow {
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.topBlk_v2.shadow .right {
	box-shadow: inset 0px 10px 10px -10px rgba(0, 0, 0, 0.1);
}

.topBlk_v2 .logo {
	max-width: 230px;
	padding-bottom: 30px;
}

@media (max-width:980px) {
	.topBlk_v2 .logo {
		max-width: 178px;
		padding-bottom: 0px;
	}
}


.topBlk_v2 .logo img {
	width: 100%;
	height: auto;
}

@media (max-width:1200px) {
	.topBlk_v2 .left {
		position: absolute;
		top: 25px;
		left: 30px;
		width: 200px;
	}
}

@media (max-width:980px) {
	.topBlk_v2 .left {
		top: inherit;
		z-index: 9;
	}
}

.topBlk_v2 .right {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
	height: 100%;
	flex-grow: 1;
}


@media (max-width:980px) {
	.topBlk_v2 .right {
		background-color: #fff;
		z-index: 8;
		width: 100%;
		padding: 0px 0px 380px 25px;
		position: absolute;
		top: 59px;
		left: -100%;
		height: 100vh;
		display: initial;
		transition: all 0.3s;
		overflow-y: auto;
	}

	.topBlk_v2 .right.show {
		left: 0px;
	}
}

.topBlk_v2 .topnav {
	margin-top: -13px;
}

.topBlk_v2 .topnav>ul, .topBlk_v2 .menu>ul {
	display: flex;
	justify-content: flex-end;
}

.topBlk_v2 .topnav ul li, .topBlk_v2 .menu ul li {
	list-style: none;
	line-height: 1;
}

@media (max-width:980px) {
	.topBlk_v2 .topnav>ul {
		flex-wrap: wrap;
		padding-right: 25px;
		position: relative;
	}
}

.topBlk_v2 .topnav ul li {
	margin-left: 25px;
	align-self: center;
}

@media (max-width:980px) {
	.topBlk_v2 .topnav ul li {
		margin-left: 0px;
	}
}

.topBlk_v2 .topnav ul li a {
	display: flex;
	align-items: center;
	font-size: 16px;
	opacity: 0.8;
	color: #6d6d6d;
	line-height: 50px;
}

@media (max-width:980px) {
	.topBlk_v2 .topnav ul li a {
		font-size: 20px;
	}
}

.topBlk_v2 .topnav ul li a:hover {
	opacity: 1;
	text-decoration: none;
}

.topBlk_v2 .topnav ul li.icon a span {
	display: none;
}

.topBlk_v2 .topnav ul li a img, .topBlk_v2 .topnav ul li button img {
	width: 22px;
	height: 22px;
	margin-right: 6px;
	filter: invert(48%) sepia(3%) saturate(32%) hue-rotate(321deg) brightness(84%) contrast(81%);
	opacity: 0.75;
}

.topBlk_v2 .topnav ul li button img {
	opacity: 0.5;
}

.topBlk_v2 .topnav ul li a:hover img {
	filter: invert(48%) sepia(3%) saturate(32%) hue-rotate(321deg) brightness(84%) contrast(81%);
}

.topBlk_v2 .topnav ul li:hover button img {
	/* filter: invert(18%) sepia(81%) saturate(3359%) hue-rotate(358deg) brightness(108%) contrast(92%); */
	opacity: 0.75;
}

@media (max-width:980px) {
	.topBlk_v2 .menu>ul {
		display: block;
	}
}

.topBlk_v2 .searchBar {
	position: relative;
}

.topBlk_v2 .searchBar .from-txt {
	padding: 0;
	border: #bfbfbf 1px solid;
	line-height: 38px;
	position: absolute;
	height: initial;
	top: -8px;
	right: 0px;
	transition: all 0.3s;
	width: 670px;
	padding: 0 15px;
	visibility: hidden;
	opacity: 0;
	float: initial;
	font-size: 18px;
}

@media (max-width:980px) {
	.topBlk_v2 .searchBar .from-txt {
		width: initial;
		visibility: initial;
		opacity: initial;
		position: initial;
		display: flex;
		flex-grow: 1;
	}
}

.topBlk_v2 .searchBar:hover .from-txt, .topBlk_v2 .searchBar .from-txt:focus,
.topBlk_v2 .searchBar .from-txt:not(:placeholder-shown) {
	right: -10px;
	visibility: visible;
	opacity: 1;
}

.topBlk_v2 .searchBar .from-txt:focus {
	box-shadow: none;
}

.topBlk_v2 .searchBar button {
	background-color: initial;
	padding: 0px;
	border: none;
	margin: 0px;
}

@media (max-width:980px) {
	.topBlk_v2 .searchBar button:not(.btn-remove) {
		background-color: #e71e0f;
		color: #fff;
		height: 40px;
		width: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.topBlk_v2 .searchBar button:not(.btn-remove) img {
		margin-right: 0px !important;
		filter: invert(100%) sepia(0%) saturate(7482%) hue-rotate(21deg) brightness(128%) contrast(103%) !important;
		opacity: 1 !important;
	}
}

.topBlk_v2 .searchBar .from-txt:placeholder-shown~.search_history {
	display: none;
}

.search_history {
	position: absolute;
	top: 32px;
	right: -10px;
	padding: 15px;
	border: #bfbfbf 1px solid;
	border-top: none;
	background-color: #fff;
	width: 670px;
	z-index: 9;
	border-bottom: #e71e0f 3px solid;
	display: none;
}

@media (max-width:980px) {
	.search_history {
		width: 100%;
		top: 56px;
		right: 0px;
	}
}

.search_history.show {
	display: block;
}

.search_history .title {
	font-size: 16px;
	line-height: 1 !important;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.search_history .no-data {
	color: #aaa;
	font-size: 14px;
}

.search_history.show ul {
	display: flex;
	max-height: 120px;
	overflow-y: auto;
}

.search_history ul {
	flex-wrap: wrap;
	justify-content: flex-start !important;
}

.search_history li {
	margin-left: 0px !important;
	width: 50%;
	margin-bottom: 12px;
}

@media (max-width:575px) {
	.search_history li {
		width: 100%;
		margin-bottom: 16px;
	}
}

.search_history li a {
	color: #6d6d6d;
	font-size: 16px !important;
	text-decoration: none;
	line-height: initial !important;
}

@media (max-width:980px) {
	.search_history li a {
		font-size: 18px !important;
	}
}

.search_history li a:hover {
	color: #333 !important;
}

.search_history .btn-remove {
	background-color: initial;
	border: none;
	outline: none;
	cursor: pointer;
	color: #aaa;
	margin-bottom: initial;
	margin-left: auto;
	height: 16px !important;
	font-weight: bold;
}

.search_history .btn-remove:hover {
	color: #6d6d6d;
}

@media (max-width:980px) {

	.topBlk_v2 .searchBar {
		width: 100%;
	}

	.topBlk_v2 .searchBar .filter_search {
		display: flex;
		margin: 16px 0 32px 0;
		width: 100%;
	}
}

.topBlk_v2 .topnav ul li .langBlk>li {
	border: none;
	background-color: initial;
	position: relative;
	min-width: initial;
	margin-left: initial;
}

@media (max-width:980px) {
	.topBlk_v2 .topnav ul li .langBlk>li {
		position: initial;
	}
}

.topBlk_v2 .topnav ul li .langBlk>li>a {
	padding-left: 0;
	width: initial;
	padding-right: 16px;
}

@media (max-width:980px) {
	.topBlk_v2 .topnav ul li .langBlk>li>a {
		position: relative;
	}
}

.topBlk_v2 .topnav ul li .langBlk>li>a::before {
	left: initial;
	right: 0px;
	content: "\f107";
	font-size: 1rem;
}

.topBlk_v2 .topnav ul li .langBlk li ul {
	display: block;
	padding: 4px;
	top: 30px;
	left: -15px;
	z-index: 9;
}

@media (max-width:980px) {
	.topBlk_v2 .topnav ul li .langBlk li ul {
		width: calc(100% - 25px);
		left: 0px;
		top: 128px;
	}
}

.topBlk_v2 .topnav ul li .langBlk li ul li {
	margin-left: 0;
}

.topBlk_v2 .topnav ul li .langBlk li ul li a {
	padding: 8px 10px;
	display: block;
	width: 100%;
	line-height: initial;
}

@media (max-width:980px) {
	.topBlk_v2 .topnav ul li.lang {
		position: initial;
	}

	.topBlk_v2 .topnav ul li .langBlk {
		margin-right: 0px;
		margin-left: 25px;
	}

	.topBlk_v2 .topnav ul li.login {
		position: absolute;
		left: 0px;
		bottom: -8px;
	}
}

.topBlk_v2 .menu>ul>li {
	margin-left: 46px;
	padding-bottom: 15px;
}

@media (max-width:980px) {
	.topBlk_v2 .menu>ul>li {
		margin-left: 0px;
		padding-bottom: 0;
	}
}

.topBlk_v2 .menu>ul>li:first-child {
	margin-left: 0px;
}

.topBlk_v2 .menu>ul>li>a {
	font-size: 1.125rem;
	margin-left: 1%;
	white-space: nowrap;
	font-weight: 600;
}

@media (max-width:980px) {
	.topBlk_v2 .menu>ul>li>a {
		font-size: 20px;
		margin-left: 0px;
		padding: 16px 0;
		display: block;
		width: 100%;
		color: #000;
	}
}

.topBlk_v2 .menu ul li.dropdown:hover>a {
	color: #e71e0f;
}

.topBlk_v2 .menu ul li.dropdown .dropdown-menu {
	left: -65px;
	border: none;
	border-radius: 0px;
	box-shadow: initial;
	border-top: 3px solid #e71e0f;
	padding: 25px;
	top: 31px;
	display: block;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out 0s;
	width: 280px;
}

@media (max-width:980px) {
	.topBlk_v2 .menu ul li.dropdown .dropdown-menu {
		position: initial;
		border-top: initial;
		padding: initial;
		display: none;
		visibility: initial;
		opacity: initial;
		transition: initial;
		width: 100%;
		float: none;
		margin-top: 16px;
		border-left: #ddd 1px solid;
		margin-bottom: 16px;
		background-color: initial;
	}

}

.topBlk_v2 .menu ul li.dropdown:hover .dropdown-menu {
	left: -43px;
	visibility: visible;
	opacity: 1;
	transition: all ease 0.8s;
}

@media (max-width:980px) {
	.topBlk_v2 .menu ul li.dropdown:hover .dropdown-menu {
		left: initial;
		visibility: initial;
		opacity: initial;
		transition: initial;
	}

}

.topBlk_v2 .menu ul li.dropdown:first-of-type .dropdown-menu {
	min-width: 960px;
	display: flex;
}

@media (max-width:980px) {
	.topBlk_v2 .menu ul li.dropdown:first-of-type .dropdown-menu {
		min-width: initial;
		display: none;
	}
}

.topBlk_v2 .menu>ul>li.dropdown>a::before {
	font-family: FontAwesome;
	content: "\f107";
	position: absolute;
	top: 7px;
	right: -18px;
	font-size: 18.65px;
	font-weight: normal;
	line-height: 8px;
}

@media (max-width:980px) {
	.topBlk_v2 .menu ul li.dropdown>a::before {
		display: none;
	}

	.topBlk_v2 .menu ul li.dropdown>.arrow::before {
		font-family: FontAwesome;
		content: "\f107";
		position: absolute;
		right: 0px;
		font-size: 24px;
		top: 0px;
		width: 70px;
		height: 52px;
		z-index: 9;
		text-align: center;
		line-height: 52px;
		transition: all 0.3s;
	}

	.topBlk_v2 .menu ul li.dropdown>.arrow.active::before {
		transform: rotate(-180deg);
		transition: all 0.3s;
	}

	.topBlk_v2 .menu ul li.dropdown-item-title>.arrow::before {
		top: -18px;
	}
}

.topBlk_v2 .menu ul li.dropdown .dropdown-item-title ul {
	display: none;
}

@media (max-width:980px) {
	.topBlk_v2 .menu ul li.dropdown .dropdown-item-title ul {
		margin-left: 35px;
		border-left: #ddd 1px solid;
		margin-bottom: 32px;
		margin-top: 32px;
	}

	.topBlk_v2 .menu ul li.dropdown .dropdown-item-title:last-of-type ul {
		margin-bottom: 0px;
	}
}

.topBlk_v2 .menu ul li.dropdown:first-of-type .dropdown-item-title {
	width: 25%;
}

@media (max-width:980px) {
	.topBlk_v2 .menu ul li.dropdown:first-of-type .dropdown-item-title {
		width: initial;
	}

	.topBlk_v2 .menu ul li.dropdown .dropdown-item-title {
		margin-bottom: 32px;
	}

	.topBlk_v2 .menu ul li.dropdown .dropdown-item-title:last-of-type {
		margin-bottom: 0px;
	}
}

.topBlk_v2 .menu ul li.dropdown:first-of-type .dropdown-item-title ul {
	display: block;
}

@media (max-width:980px) {
	.topBlk_v2 .menu ul li.dropdown:first-of-type .dropdown-item-title ul {
		display: none;
	}

	.topBlk_v2 .menu ul li.dropdown:first-of-type .dropdown-item-title ul {
		margin-left: 35px;
	}
}

.topBlk_v2 .menu ul li.dropdown .dropdown-item-title>a {
	padding: 0.7rem 0.75rem 0.7rem 0rem;
	color: #6b6b6b;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	white-space: initial;
}

@media (max-width:980px) {
	.topBlk_v2 .menu ul li.dropdown .dropdown-item-title>a {
		font-size: 20px;
		padding: 0 35px;
		font-weight: 400;
	}
}

.topBlk_v2 .menu ul li.dropdown .dropdown-item-title>a:hover {
	background: none;
	/* opacity: 0.5; */
	color: #6d6d6d;
}

.topBlk_v2 .menu ul li.dropdown .dropdown-item {
	padding: 6px 0px;
}

@media (max-width:980px) {
	.topBlk_v2 .menu ul li.dropdown .dropdown-item {
		padding: 0 35px 32px 35px;
	}

	.topBlk_v2 .menu ul li.dropdown .dropdown-item:last-of-type {
		padding: 0 35px;
	}

}

.topBlk_v2 .menu ul li.dropdown .dropdown-item a {
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 400;
	color: #333;
}

@media (max-width:980px) {
	.topBlk_v2 .menu ul li.dropdown .dropdown-item a {
		font-size: 20px;
		color: #6b6b6b;
	}
}

.topBlk_v2 .menu ul li.dropdown .dropdown-item a:hover {
	color: #6d6d6d;
}

.bg_gray {
	background-color: #f5f5f5;
	padding: 20px 0 32px 0;
}

@media (max-width:980px) {
	.bg_gray {
		padding: 20px;
	}
}
@media (max-width:960px) {
	.bg_gray {
		padding: 60px 25px 20px 25px;
	}
}

.bg_gray .titleBlk {
	margin: 0;
	padding: 0;
}

@media (max-width:980px) {
	.bg_gray .titleBlk .socialBlk {
		/* float: initial; */
		/* display: flex; */
		/* justify-content: center; */
		padding-right: 5px;
		margin-top: -2.25rem;
	}
}
@media (max-width:575px) {
	.bg_gray .titleBlk .socialBlk {
		margin-top: 1rem;
	}
}

.bg_gray h1 {
	text-align: center;
	font-size: 26px;
	font-weight: 700;
}

.bg_gray .tabsBlk li a::before,
.bg_gray .tabsBlk li a::after {
	content: none;
}

.bg_gray .tabsBlk li a {
	color: #6d6d6d;
	line-height: 38px;
	border-radius: 30px;
	display: block;
	padding: 0 1.5rem;
}

.bg_gray .tabsBlk li.active a {
	background-color: #e71e0f;
	color: #fff;
}

.bg_gray .tabsBlk li.active a:hover {
	text-decoration: none;
}

.bg_grayblue {
	background-color: #f5f7ff;
	padding: 25px 30px;
}

@media (max-width:768px) {
	.bg_grayblue {
		padding: 20px;
	}
}

.locationBlk {
	padding-top: 60px;
}

@media (max-width:980px) {
	.locationBlk {
		padding-top: 0px;
	}
}

.locationBlk .blk {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
	padding-bottom: 40px;
	margin-bottom: 40px;
	padding-left: 0px;
	padding-right: 0px;
}

@media (max-width:960px) {
	.locationBlk .blk {
		flex-direction: column-reverse;
		padding-bottom: 26px;
		margin-bottom: 0px;
		border-bottom: 1px solid #dfdfdf;
	}

	.locationBlk ul .blk:last-child {
		border-bottom: none;
	}
}

.locationBlk .img {
	height: 300px;
	width: 487px;
	overflow: hidden;
	position: initial;
	border-radius: 8px;
	margin-left: 40px;
}

@media (max-width:960px) {
	.locationBlk .img {
		width: 100%;
		margin-left: 0px;
	}
}

.locationBlk .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.locationBlk .pull-left {
	padding-right: initial;
	flex: 1;
	background: #f5f7ff;
}

@media (max-width:960px) {
	.locationBlk .pull-left {
		background: initial;
	}
}

.locationBlk .title {
	font-size: 22px;
	padding: 20px 0;
	background-color: #fff;
	max-height: initial;
	margin-bottom: initial;
}

.locationBlk .table {
	background-color: #f5f7ff;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
}

@media (max-width:960px) {
	.locationBlk .table {
		margin-bottom: 20px;
	}
}

.locationBlk .table .tr {
	display: block;
}

.locationBlk .tit {
	width: 100%;
	/* margin-bottom: 10px; */
}

.locationBlk .tit .td {
	color: #6d6d6d;
	font-size: 16px;
}


.locationBlk .add {
	width: 100%;
	margin-bottom: 20px;
}

@media (max-width:960px) {
	.locationBlk .add {
		margin-bottom: 0px;
	}
}

.locationBlk .add .td {
	font-size: 16px;
}

.locationBlk .tel, .locationBlk .map {
	width: 50%;
	margin: 10px 0;
}

@media (max-width:960px) {
	.locationBlk .tel, .locationBlk .map {
		margin: 16px 0 0 0;
	}
}

@media (max-width:480px) {
	.locationBlk .tel, .locationBlk .map {
		width: 100%;
	}
}

.locationBlk .tel .td, .locationBlk .map .td {
	white-space: nowrap;
	padding-top: 0px !important;
	line-height: 1;
	font-size: 16px;
}

.locationBlk .tel .td::before,
.locationBlk .map .td::before {
	font-family: FontAwesome;
	display: inline-flex;
	margin-right: 10px;
	background-color: #FDE5E3;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	color: #e71e0f;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	vertical-align: middle;
}

.locationBlk .tel .td::before {
	content: '\f095';
}

.locationBlk .map .td {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width:960px) {
	.locationBlk .map .td {
		justify-content: flex-end;
		padding: 0px !important;
	}
}

@media (max-width:480px) {
	.locationBlk .map .td {
		justify-content: flex-start;
	}
}

.locationBlk .map .td::before {
	content: '\f041' !important;
}

.locationBlk .map .gMap {
	background-color: initial;
	color: #333 !important;
	font-size: 16px;
	padding: 0px;
}

.locationBlk .map .gMap:hover {
	text-decoration: underline;
	color: #e71e0f !important;
	text-shadow: initial;
	box-shadow: initial;
}

.locationBlk .d-flex {
	display: flex;
}

@media (max-width:1317px) {
	.locationBlk .d-flex {
		flex-wrap: wrap;
	}
}

@media (max-width:960px) {
	.locationBlk .d-flex {
		display: initial;
	}
}

.locationBlk .d-flex .table {
	width: auto;
}

.locationBlk .d-flex .tel, .locationBlk .d-flex .map {
	width: auto;
}

@media (max-width:960px) {
	.locationBlk .d-flex .tel, .locationBlk .d-flex .map {
		width: 50%;
	}
}

@media (max-width:480px) {
	.locationBlk .d-flex .tel, .locationBlk .d-flex .map {
		width: 100%;
	}
}

.locationBlk .d-flex .tel {
	margin-right: 20px;
}

@media (max-width:960px) {
	.locationBlk .d-flex .tel {
		margin-right: 0px;
	}
}

.hamburger {
	display: none;
	cursor: pointer;
	position: absolute;
	right: 25px;
	/* top: 20px; */
	z-index: 9;
}

@media (max-width:980px) {
	.hamburger {
		display: inline-block;
		width: 25px;
		height: 18px;
	}
}
.bar1 {
	width: 25px;
	height: 2px;
	background-color: #e71e0f;
	transition: 0.4s;
}
.bar2, .bar3 {
	width: 25px;
	height: 2px;
	background-color: #e71e0f;
	margin: 6px 0 0 0;
	transition: 0.4s;
}

.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-5px, 8px);
	transform: rotate(-45deg) translate(-3px, 6px);
}

.change .bar2 {
	opacity: 0;
}

.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-5px, -8px);
	transform: rotate(45deg) translate(-5px, -8px);
}

.copyRightBlk {
	min-height: 64px;
	background-color: #bd0d00;
	color: #fff;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width:980px) {
	.copyRightBlk {
		padding: 16px 0;
	}
}

.copyRightBlk .group p, .copyRightBlk ul li a {
	font-size: 16px;
}

@media (max-width:768px) {
	.copyRightBlk .group p, .copyRightBlk ul li a {
		font-size: 14px;
	}

}

.copyRightBlk ul li a:after {
	height: 18px;
}

.tabsBlk {
	width: 100%;
	overflow: auto;
	margin-top: 16px;
	padding-bottom: 0px;
}

.shadow_left::before {
	content: '';
	display: block;
	width: 20px;
	height: 38px;
	box-shadow: inset 8px 0px 6px -6px rgba(0, 0, 0, 0.1);
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.shadow_right::after {
	content: '';
	display: block;
	width: 20px;
	height: 38px;
	box-shadow: inset -8px 0px 6px -6px rgba(0, 0, 0, 0.1);
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.tabsBlk::-webkit-scrollbar {
	display: none;
}

.tabsBlk ul {
	width: 800px;
}

.tabAnchorBlk {
	margin-bottom: 0px;
	background-image: none;
	border-top: #dfdfdf 1px solid !important;
	border-bottom: #dfdfdf 1px solid !important;
	padding: 10px 0;
	background-color: #fff;
}

@media (max-width:980px) {
	.tabAnchorBlk {
		position: sticky;
		top: 60px;
		background-color: #fff;
		z-index: 8;
	}
}

.tabAnchorBlk ul li.active:before,
.tabAnchorBlk ul li.active:after {
	content: none;
}

.tabAnchorBlk ul li {
	border-radius: 30px;
}

.tabAnchorBlk ul li a {
	color: #6d6d6d;
	line-height: 38px;
	border-radius: 30px;
	display: block;
	padding: 0 1.5rem;
	height: initial;
}


.tabAnchorBlk ul li.active {
	background-color: initial;
}

.tabAnchorBlk ul li.active a {
	color: #fff;
	background-color: #e71e0f;
}

.tabAnchorBlk .shadow_left::before,
.tabAnchorBlk .shadow_right::after {
	height: 60px;
}

.tabAnchorBlk .blk {
	display: block;
	width: 78%;
	overflow: hidden;
}

@media (max-width:980px) {
	.tabAnchorBlk .blk {
		display: block;
		overflow: auto;
	}

	.tabAnchorBlk .blk::-webkit-scrollbar {
		display: none;
	}

	.tabAnchorBlk .blk ul {
		display: flex;
		width: 980px;
	}

	.tabAnchorBlk .blk ul li {
		float: initial;
		width: initial;
	}

	.tabAnchorBlk ul li a {
		min-width: initial;
		width: initial;
	}
}

@media (max-width:980px) {
	.mainBlk {
		padding-top: 61px;
	}
}
@media (max-width:960px) {
	.mainBlk {
		padding-top: 60px;
	}
}


.swiper .shadow-right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30px;
	height: 100%;
	box-shadow: inset -8px 0px 6px -6px rgba(0, 0, 0, 0.1);
}

.swiper .shadow-left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30px;
	height: 100%;
	box-shadow: inset 8px 0px 6px -6px rgba(0, 0, 0, 0.1);
}

.swiper .shadow-right.swiper-button-disabled,
.swiper .shadow-left.swiper-button-disabled {
	display: none;
}

.swiper {
	width: 78%;
	margin: 0 auto;
}

.wrapper .swiper {
	width: 100%;
}

@media (max-width:1220px) {
	.swiper {
		width: 86%;
	}
}

@media (max-width:1024px) {
	.swiper {
		width: 95%;
	}
}

.wrapper .swiper a ,.swiper a{
	color:#6d6d6d;
}

.investorBlk {
	margin-top: 40px;
}

.investorBlk .d-flex {
	display: flex;
	flex-wrap: wrap;
}

.investorBlk .imgBlk {
	height: 318px;
	overflow: hidden;
	border-radius: 8px;
	margin-right: 40px;
	margin-bottom: 30px;
}
@media (max-width:980px) {
	.investorBlk .imgBlk {
		margin-right: 20px;
	}
}

@media (max-width:768px) {
	.investorBlk .imgBlk {
		height: 300px;
		margin-right: 0px;
		margin-bottom: 20px;
	}
}

.investorBlk img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.investorBlk .title {
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 20px;
}

@media (max-width:768px) {
	.investorBlk .title {
		text-align: center;
		font-size: 22px;
	}
}

.investorBlk p {
	padding-bottom: 0px;
	font-size: 16px;
	padding-right: 18px;
}

.investorBlk p span {
	display: block;
	color: #6d6d6d;
	margin-bottom: 3px;
}

.investorBlk .col-md-6 {
	width: 50%;
	align-self: center;
}

@media (max-width:768px) {
	.investorBlk .col-md-6 {
		width: 100%;
	}
}

.investorBlk .col-md-4 {
	width: calc(100% / 3);
}

.investorBlk .mt-3 {
	margin-top: 16px;
}

.investorBlk .download {
	display: flex;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media (max-width:768px) {
	.investorBlk .download {
		padding: 0 20px;
	}
}

.investorBlk .download .item a {
	display: flex;
	align-items: center;
	margin-right: 40px;
	font-size: 16px;
}
.investorBlk .download .item:last-of-type a {
	margin-right: 0px;
}

.investorBlk .download .item a img {
	width: 30px;
	height: 30px;
}

.investorBlk .download .item span {
	margin-left: 5px;
}

.investorBlk .contact_name {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 3px;
}

@media (max-width:768px) {
	.investorBlk .contact_name {
		margin-bottom: 0px;
		margin-top: 12px;
		float: left;
		margin-right: 100px;
	}
}

.investorBlk .contact_name span {
	margin-left: 30px;
	font-size: 16px;
	font-weight: 400;
}

@media (max-width:768px) {
	.investorBlk .contact_name span {
		margin-left: 0px;
		display: block;
	}
}

.investorBlk .contact_info {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width:768px) {
	.investorBlk .contact_info {
		display: initial;
		margin-top: 12px;
		float: left;
		position: relative;
	}

	.investorBlk .contact_info::before {
		content: '\f095';
		display: block;
		width: 40px;
		height: 40px;
		background-color: #FDE5E3;
		border-radius: 50%;
		font-family: FontAwesome;
		color: #e71e0f;
		font-size: 26px;
		text-align: center;
		line-height: 40px;
		position: absolute;
		top: 5px;
		left: 0px;
	}
}

.investorBlk .contact_info p {
	margin-right: 8px;
}

@media (max-width:768px) {
	.investorBlk .contact_info p {
		margin-left: 50px;
	}

	.investorBlk .contact_info p:first-child {
		margin-bottom: 2px;
	}
}

.investorBlk .filterBlk {
	margin-top: 30px;
	display: flex;
	justify-content: right;
}

.investorBlk .filterBlk .td {
	padding-bottom: 10px;
}

.investorBlk .filterBlk .td select {
	margin-right: 0px;
}

@media (max-width:768px) {
	.investorBlk .filterBlk .td select {
		min-width: initial;
		width: initial;
	}
}

.investor-list {
	border-top: #dfdfdf 2px solid;
}

.investor-list ul {
	list-style: none;
	padding-left: 0px;
}

.investor-list li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: #dfdfdf 1px solid;
	padding: 25px 0;
	align-items: flex-end;
}
@media (max-width:980px) {
.investor-list li {
	padding: 26px 0;
}
}

.investor-list .title {
	width: 100%;
	margin-bottom: 10px;
	font-size: 18px;
}

@media (max-width:768px) {
	.investor-list .title {
		text-align: left;
	}
}

@media (max-width:575px) {
	.investor-list .info {
		width: 100%;
		margin-bottom: 10px;
	}
}

.investor-list .info .item {
	margin-top: 5px;
	font-size: 16px;
}

.investor-list .info span {
	width: 80px;
	display: inline-block;
}

.investor-list .download {
	margin: 20px 0 0 0;
}

@media (max-width:768px) {
	.investor-list .download {
		margin: 5px 0 0 0;
		padding: 0;
	}
}

.investor-list .pageBlk .first, .investor-list .pageBlk .last,
.investor-list .pageBlk .prev, .investor-list .pageBlk .next {
	border-radius: 50%;
	border: 1px solid #a0a0a0;
	margin: 0 8px;
}

.investor-list .pageBlk .first:hover, .investor-list .pageBlk .last:hover,
.investor-list .pageBlk .prev:hover, .investor-list .pageBlk .next:hover {
	border: 1px solid #e71e0f;
}

.investor-list .pageBlk .next:after, .investor-list .pageBlk .last:after {
	content: '\f105';
	font-size: 1.25rem;
}

.investor-list .pageBlk .prev:after, .investor-list .pageBlk .first:after {
	content: '\f104';
	font-size: 1.25rem;
}

.investor-list .pageBlk .first:before {
	left: 7px;
	top: 9px;
}

.investor-list .pageBlk .last:before {
	right: 7px;
	top: 9px;
}

.investor-list .pageBlk .first:before, .investor-list .pageBlk .last::before {
	height: 12px;
}

.investor-list .pageBlk a, .investor-list .pageBlk .active {
	border: none;
	background-color: initial;
	color: #6d6d6d;
	font-size: 16px;
}

.investor-list .pageBlk .active, .investor-list .pageBlk a:hover {
	color: #e71e0f;
}

.stepBlk {
	background-color: rgba(255, 255, 255, 0.85);
	padding: 50px;
	margin: 32px 0 40px 0;
	display: flex;
	position: relative;
	flex-wrap: wrap;
}

@media (max-width:980px) {
	.stepBlk {
		padding: 30px;
		margin: 25px 0;
	}
}

.stepBlk .left {
	display: flex;
	flex-direction: column;
	width: 420px;
}

@media (max-width:1280px) {
	.stepBlk .left {
		width: 380px;
	}
}

@media (max-width:1024px) {
	.stepBlk .left {
		width: 250px;
	}
}

@media (max-width:980px) {
	.stepBlk .left {
		width: 100%;
		margin-bottom: 30px;
	}
}

.stepBlk .right {
	flex: 1;
}

.stepBlk .step {
	font-size: 24px;
	font-weight: 600;
	color: #d6d4da;
	margin-bottom: 16px;
}

@media (max-width:980px) {
	.stepBlk .step {
		font-size: 20px;
	}
}

.stepBlk .title {
	font-size: 26px;
	font-weight: 700;
	color: #333;
}

@media (max-width:980px) {
	.stepBlk .title {
		font-size: 20px;
	}
}

.stepBlk .caption {
	margin-top: auto;
	font-size: 15px;
	color: #6d6d6d;
	line-height: 1.5;
}

@media (max-width:980px) {
	.stepBlk .caption br {
		display: none;
	}

}

.stepBlk .caption span {
	color: #e71e0f;
}

.stepBlk .form-item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

@media (max-width:768px) {
	.stepBlk .form-item {
		display: block;
		clear: both;
	}
}

.stepBlk .form-item:last-of-type {
	margin-bottom: 0px;
}

.stepBlk .form-group {
	width: 48.5%;
	display: flex;
	flex-direction: column;
	/* justify-content: flex-end; */
	margin-bottom: 0px;
}

@media (max-width:768px) {
	.stepBlk .form-group {
		width: 100%;
		margin-bottom: 10px;
	}
}

.stepBlk .form-group.w-100 {
	width: 100%;
	display: block;
	overflow: hidden;
}

.stepBlk .form-group label {
	margin-bottom: 5px;
	font-size: 16px;
}

.stepBlk .form-group label.error {
	margin-top: 3px;
}

.stepBlk .form-group label.error:before {
	top:3px;
}

.stepBlk span.required {
	color: #e71e0f;
}

.stepBlk span.required {
	color: #e71e0f;
}

.stepBlk select, .stepBlk input, textarea {
	width: 100%;
	margin-right: 0px;
	line-height: 40px;
	padding: 0 15px;
	height: 40px;
	font-size: 16px;
	color: #6d6d6d;
	background-position-x: 0px;
}

.stepBlk input[type="checkbox"] {
	width: 16px;
	height: 16px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 2px;
}

.stepBlk textarea {
	height: 100px;
	margin-bottom: 8px;
}

.stepBlk .btn-upload {
	width: 48.5%;
	float: left;
	line-height: 40px;
	padding: 0px;
	border-color: #bfbfbf;
	color: #6d6d6d;
}
@media (max-width:768px) {
	.stepBlk .btn-upload {
		width: 100%;
	}
}

.stepBlk .help-block {
	float: left;
	margin-bottom: 0px;
	margin-left: 3%;
	line-height: 40px;
	font-size: 14px;
	color: #a0a0a0;
}
@media (max-width:768px) {
	.stepBlk .help-block {
		display: none;
	}
}


.check-group span {
	font-size: 14px;
	color: #a0a0a0;
}

.check-group span a {
	text-decoration: underline;
	color: #a0a0a0;
}

.check-group span a:hover {
	color: #e71e0f;
}

.stepBlk .btnBlk {
	padding-bottom: 0;
	width: 100%;
	padding-left: 420px;
	margin-top: 20px;
	text-align: left;
}

@media (max-width:1280px) {
	.stepBlk .btnBlk {
		padding-left: 380px;
	}
}

@media (max-width:1024px) {
	.stepBlk .btnBlk {
		padding-left: 250px;
	}
}
@media (max-width:980px) {
	.stepBlk .btnBlk {
		padding-left: 0px;
		text-align: center;
	}
}

.stepBlk .btnBlk .btn {
	margin: 20px 20px 0 0;
	line-height: 44px;
	width: 180px;
	border-radius: 44px;
	padding: 0px;
	font-size: 16px;
}
@media (max-width:768px) {
	.stepBlk .btnBlk .btn {
		margin: 20px 5px 10px 5px;
		width: calc(50% - 30px);
		max-width: 180px;
	}
}

.stepBlk .btnBlk .btn[type="submit"] {
	background: #e71e0f !important;
	color: #fff;
	border: none;
}

.stepBlk .btnBlk .btn[type="submit"]:hover {
	background: #bd0d00 !important;
	box-shadow: none;
}

.stepBlk .btnBlk .btn[type="reset"] {
	background: #d5d2d2 !important;
	color: #6b6b6b;
	border: none;
}

.stepBlk .btnBlk .btn[type="reset"]:hover {
	background: #bebebe !important;
	box-shadow: none;
}

@media (max-width:980px) {
	.bg_gray .containerBlk {
		padding: 0;
	}
}

.bg_gray .breadCrumbBlk a,.bg_gray .breadCrumbBlk span {
    font-size: 14px;
    color: #6d6d6d;
}

.bg_gray .breadCrumbBlk {
	margin-bottom:32px
}