INFORMATION 섹션에 노출되는 영상은 간단한 링크 수정이 필요합니다.


<!-- 
    * 배경이미지 수정을 원할 경우 
    * /theme/customhash/public/css/custom.css 파일을 열어주세요
-->
<div class="component__information">
	<!--@css(/theme/customhash/components/ui/footer/css/information.css)-->
	<div class="middle-box" module="Company_Info">
		<p class="information__desc">Information</p>
		<h6 class="information__title">Our Company</h6>
		<a href="/shopinfo/company.html" class="btn btn--white border medium thick">About Us</a>
	</div>
</div>

PC - CSS 파일 경로 : /theme/customhash/public/css/custom.css

모바일 - CSS 파일 경로 : /theme/customhash/public/css/custom.css

.hashcorp.custom .component__information {
    background-image: url('여기에 이미지 경로를 넣어주세요');
}