::-moz-placeholder {
	color: #DEDEDE;
}

:-ms-input-placeholder {
	color: #DEDEDE;
}

::placeholder {
	color: #DEDEDE;
}

.first_section {
	overflow: hidden;
}

@media (max-width: 960px) {
	.first_section {
		margin-top: 85px;
		padding-top: 0;
	}
}

@media (max-width: 480px) {
	.first_section {
		margin-top: 66px;
	}
}

.first_section #breadcrumb {
	display: none;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 2.5rem;
}

@media (max-width: 960px) {
	.first_section #breadcrumb {
		display: flex;
	}
}

#support-faq-single {
	margin-bottom: 5rem;
}

@media (max-width: 768px) {
	#support-faq-single {
		margin-bottom: 3.75rem;
	}
}

#support-faq-single .faq-content {
	margin-bottom: 5rem;
}

@media (max-width: 768px) {
	#support-faq-single .faq-content {
		margin-bottom: 3.75rem;
	}
}

#support-faq-single .faq-content .faq-content__question {
	position: relative;
	border-bottom: 2px solid #E9F2F3;
	color: #2A2A2A;
	font-size: 1.5rem;
	font-weight: 700;
	padding: 0 0 2rem 2.5rem;
	margin-bottom: 2rem;
}

#support-faq-single .faq-content .faq-content__question::before {
	content: "Q";
	position: absolute;
	color: #2A2A2A;
	font-family: 'Pathway Gothic One', sans-serif;
	-webkit-text-stroke-width: 0.25px;
	font-size: 2.25rem;
	font-weight: 400;
	line-height: 1;
	top: -3px;
	left: 0;
}

#support-faq-single .faq-content .faq-content__answer {
	position: relative;
	padding-left: 2.5rem;
}

#support-faq-single .faq-content .faq-content__answer::before {
	content: "A";
	position: absolute;
	color: #1FAEA9;
	font-family: 'Pathway Gothic One', sans-serif;
	-webkit-text-stroke-width: 0.5px;
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 1;
	top: -10px;
	left: 0;
}

#support-faq-single .faq-content .faq-content__answer p {
	line-height: 1.8;
	margin: 1rem 0;
}

#support-faq-single .faq-content .faq-content__answer p a[target="_blank"]::after {
	content: "";
	background-image: url("../../common/image/ic_blank.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 15px;
	height: 15px;
	padding: 0;
	margin: 0 0 3px 4px;
	vertical-align: middle;
	border: none;
	transform: none;
}

#support-faq-single .faq-content .faq-content__answer strong {
	font-size: 0.875rem;
}

#support-faq-single .faq-content .faq-content__answer strong * {
	font-weight: inherit;
}

#support-faq-single .faq-content .faq-content__answer mark {
	font-style: normal !important;
	font-size: 0.875rem;
	background-color: #E9F2F3;
}

#support-faq-single .faq-content .faq-content__answer h2 {
	font-weight: 700;
	font-size: 1.5rem;
	background-color: #E9F2F3;
	padding: 1.5rem 0 1.5rem 1.5rem;
	margin: 3.75rem 0 2rem;
}

#support-faq-single .faq-content .faq-content__answer h3 {
	font-weight: 700;
	font-size: 1.25rem;
	padding: 0.125rem 0 0.125rem 1rem;
	margin: 2.5rem 0 1.5rem;
	border-left: #34353A 4px solid;
}

#support-faq-single .faq-content .faq-content__answer ul {
	padding-left: 1.2rem;
	margin: 1rem 0;
}

#support-faq-single .faq-content .faq-content__answer ul li {
	list-style-type: disc;
	line-height: 2;
}

#support-faq-single .faq-content .faq-content__answer ol {
	padding-left: 1.2rem;
	margin: 1rem 0;
}

#support-faq-single .faq-content .faq-content__answer ol li {
	list-style-type: decimal;
	line-height: 2;
}

#support-faq-single .faq-content .faq-content__answer figure {
	width: 100%;
}

#support-faq-single .faq-content .faq-content__answer figure figcaption {
	margin-top: 1rem;
	color: #92A2A8;
	font-size: 0.875rem;
	text-align: center;
}

#support-faq-single .faq-content .faq-content__answer .wp-block-buttons .wp-block-button {
	margin-bottom: 1rem;
}

#support-faq-single .faq-content .faq-content__answer .wp-block-buttons .wp-block-button .wp-block-button__link {
	border-radius: 4px;
	font-size: 0.875rem;
	position: relative;
	padding: 1rem calc(1.25rem + 1.5rem) 1rem 1.5rem;
}

#support-faq-single .faq-content .faq-content__answer .wp-block-buttons .wp-block-button .wp-block-button__link::after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-style: solid;
	border-width: 2px 2px 0 0;
	transition: all 0.2s ease-in-out;
	position: absolute;
	z-index: 0;
	top: 50%;
	right: 25px;
	transform: translate(0, -50%) rotate(45deg);
}

@media (max-width: 480px) {
	#support-faq-single .faq-content .faq-content__answer .wp-block-buttons .wp-block-button .wp-block-button__link {
		padding: 1.5rem calc(1.25rem + 1.5rem) 1.5rem 1.5rem;
	}
}

#support-faq-single .faq-content .faq-content__answer .wp-block-buttons .wp-block-button .wp-block-button__link:hover::after {
	right: 20px;
}

#support-faq-single .faq-content .faq-content__answer .wp-block-buttons .wp-block-button .wp-block-button__link * {
	color: inherit;
}

#support-faq-single .faq-content .faq-content__answer .wp-block-table {
	overflow-x: inherit;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

@media (max-width: 480px) {
	#support-faq-single .faq-content .faq-content__answer .wp-block-table {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}
	#support-faq-single .faq-content .faq-content__answer .wp-block-table::-webkit-scrollbar {
		height: 7px;
	}
	#support-faq-single .faq-content .faq-content__answer .wp-block-table::-webkit-scrollbar-track {
		border-radius: 10px;
		box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	}
	#support-faq-single .faq-content .faq-content__answer .wp-block-table::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, 0.5);
		border-radius: 10px;
		box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
	}
}

#support-faq-single .faq-content .faq-content__answer .wp-block-table table {
	width: 100%;
	min-width: calc(480px - 50px);
}

#support-faq-single .faq-content .faq-content__answer .wp-block-table table thead {
	border: 2px solid #1FAEA9;
}

#support-faq-single .faq-content .faq-content__answer .wp-block-table table thead tr th {
	color: #FFF;
	font-weight: 700;
	padding: 0.5rem;
	background-color: #1FAEA9;
	vertical-align: middle;
	border-right: 2px solid #FFF;
}

#support-faq-single .faq-content .faq-content__answer .wp-block-table table thead tr th:last-child {
	border-right: none;
}

#support-faq-single .faq-content .faq-content__answer .wp-block-table table tbody tr th {
	color: #FFF;
	font-weight: 700;
	padding: 0.5rem;
	background-color: #1FAEA9;
	vertical-align: middle;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	width: 120px;
}

#support-faq-single .faq-content .faq-content__answer .wp-block-table table tbody tr td {
	padding: 0.5rem;
	text-align: left;
	border-right: 2px solid #F6F6F6;
	border-top: 2px solid #F6F6F6;
	border-bottom: 2px solid #F6F6F6;
	background-color: #fff;
	vertical-align: middle;
}

#support-faq-single .faq-content .faq-content__answer .wp-block-table table tbody tr td.td_bg {
	text-align: left;
	background-color: #fff;
}

#support-faq-single .faq-content .faq-content__answer .wp-block-table table tbody tr td ul li {
	position: relative;
	font-size: 0.625rem;
	padding-left: 0.5rem;
}

#support-faq-single .faq-content .faq-content__answer .wp-block-table table tbody tr td ul li::before {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: black;
	top: 8px;
	left: 0;
}

#support-faq-single .faq-content .faq-content__answer .wp-block-table table tbody tr:first-child th {
	border-top: 2px solid #1FAEA9;
}

#support-faq-single .faq-content .faq-content__answer .wp-block-table table tbody tr:last-child th {
	border-bottom: 2px solid #1FAEA9;
}

#support-faq-single .faq-content .faq-content__answer .wp-block-table table tbody img {
	display: block;
	margin: 0 auto;
}

#support-faq-single .faq-content .faq-content__answer .wp-block-table table thead + tbody {
	border: 2px solid #F6F6F6;
}

#support-faq-single .faq-content .faq-content__answer .wp-block-table table thead + tbody tr th {
	color: #2A2A2A;
	font-weight: 400;
	background-color: #F6F6F6;
	vertical-align: middle;
	border-top: none;
}

#support-faq-single .faq-content .faq-content__answer .wp-block-table table thead + tbody tr:last-child th {
	border-bottom: 2px solid #F6F6F6;
}

#support-faq-single .faq-content .faq-content__answer .wp-block-table table thead + tbody tr td:last-child {
	border-right: none;
}

#support-faq-single .faq-content .faq-content__answer .wp-block-table table thead + tbody tr:first-child td {
	border-top: none;
}

#support-faq-single .faq-btn {
	max-width: 280px;
	margin: 0 auto;
}

#support-faq-single .faq-btn a {
	position: relative;
	border: 1px solid #92A2A8;
	font-size: 0.875rem;
	font-weight: 700;
	color: #92A2A8;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 1.25rem;
	transition: all 0.2s;
}

#support-faq-single .faq-btn a::before {
	content: '';
	position: absolute;
	display: block;
	border-bottom: 2px solid #92A2A8;
	border-left: 2px solid #92A2A8;
	width: 5px;
	height: 5px;
	top: 50%;
	left: 30px;
	transform: translate(0, -50%) rotate(45deg);
	transition: all 0.2s;
}

#support-faq-single .faq-btn a:hover {
	background-color: #92A2A8;
	color: #fff;
}

#support-faq-single .faq-btn a:hover::before {
	border-color: #fff;
	left: 25px;
}

#support-contact {
	margin-bottom: 5rem;
}

@media (max-width: 768px) {
	#support-contact {
		margin-bottom: 3.75rem;
	}
}

#faq-list {
	margin-bottom: 5rem;
}

@media (max-width: 768px) {
	#faq-list {
		margin-bottom: 3.75rem;
	}
}

#search {
	position: relative;
	margin-bottom: 5rem;
}

@media (max-width: 768px) {
	#search {
		margin-bottom: 3.75rem;
	}
}

#search .search-title {
	display: flex;
	align-items: center;
	color: #2A2A2A;
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 1.25rem;
}

#search .search-title::before {
	content: '';
	display: block;
	background: url(../image/ic_search.svg);
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	margin-right: 0.375rem;
}

#search #search-form {
	display: flex;
	width: 100%;
	height: 58px;
}

#search #search-form #search-text {
	-webkit-appearance: none;
	background-color: #fff;
	border: 1px solid #E9F2F3;
	border-radius: 2px 0px 0px 2px;
	-moz-border-radius: 2px 0px 0px 2px;
	-webkit-border-radius: 2px 0px 0px 2px;
	font-size: 0.875rem;
	width: calc(100% - 120px);
	height: 100%;
	padding: 1.25rem 1.875rem;
}

@media (max-width: 768px) {
	#search #search-form #search-text {
		width: calc(100% - 90px);
		padding: 1.25rem;
	}
}

#search #search-form #search-btn {
	display: none;
}

#search #search-form .search-btn-label {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #34353A;
	border-radius: 0px 2px 2px 0px;
	border: 0px;
	color: #FFFFFF;
	font-size: 0.875rem;
	letter-spacing: 2.1px;
	width: 120px;
	height: 100%;
	cursor: pointer;
	transition: all 0.3s;
}

@media (max-width: 768px) {
	#search #search-form .search-btn-label {
		width: 90px;
	}
}

#search #search-form .search-btn-label::before {
	content: '';
	display: block;
	background: url(../image/ic_search_white.svg);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	margin-right: 0.25rem;
}

#search #search-form .search-btn-label:hover {
	opacity: 0.79;
}

#faq-cat {
	margin-bottom: 3.75rem;
}
