@charset "utf-8";

.pdf-box{height:700px}
.brochure-box { width: 100%; text-align: center;}
.brochure-box img{width: 40%; height: 100%; }
/* .video-box{width:100%; height: 100%;}
.video-box video{width:50%; height: 100%;} */
.brochure-box {width: 100%;margin: 100px 0; text-align: left; }
.pdf-box h3 , .brochure-box h3 , .video-box h3{/* border-bottom: 1px solid #dbdbdb; */ padding-bottom: 20px; font-weight: 600; font-family: var(--font-family-Pretendard);} 
.brochure-box img{/* padding-top: 50px; */}

.grey_area {width: 100%;background: #fafafa;height: 300px; margin-top: 120px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.grey_area p{font-size: 24px; padding-bottom: 30px; }
.grey_area button{text-align: center; border:1px solid var(--main-color-em);padding: 10px 30px 10px 50px; border-radius: 50px; display: flex; align-items: center;gap: 30px;}
.grey_area button:hover{background-color: var(--main-color-em);}
.grey_area button a{color:var(--main-color-em); font-size: 18px; display: flex; align-items: center;}  
.grey_area button:hover a{color:#fff}  
.grey_area button:hover i{color:#fff}  

