/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.2.1.1736237427
Updated: 2025-01-07 08:10:27

*/


/***********************
VISUAL
************************/
.main-visual { position: relative; } 

.visual-item { height: 776px; background-position: center center; background-size: 110%; } 
.visual-item.animate { animation: visualAnimation 3s ease forwards; } 

@keyframes visualAnimation { 
 0% { background-size: 100%; } 
 100% { background-size: 110%; } 
 }

.visual-item01 { background-image: url(/wp-content/uploads/2025/01/visual01.png); } 
.visual-item02 { background-image: url(/wp-content/uploads/2025/01/visual02.png); } 
.visual-item03 { background-image: url(/wp-content/uploads/2025/01/visual03.png); } 
.visual-item-container { width: 1380px; height: 100%; margin: 0 auto; } 
.visual-item-txt { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; color: #fff; } 
.visual-item-txt em { margin-bottom: 25px; font-size: 5.2rem; } 
.visual-item-txt strong { font-size: 6rem; } 

.swiper-button-prev, .swiper-button-next { transform: translate(0, -50%); color: #fff; } 

.all-box-wrap { position: absolute; left: 50%; top: 30%; z-index: 999; transform: translate(-50%, 0); } 
.all-box { display: flex; justify-content: space-between; align-items: center; width: 200px; position: relative; color: #fff; } 
.bar_wrap { position:absolute; left:30px; z-index: 1000; } 
.bar { width:70px; height:2px; background:rgba(255,255,255,0.5); position:relative; } 
.back { display:inline-block; width:0%; height:100%; background:#fff; position:absolute; top:0; left:0; } 
.animation { animation:4s start linear forwards; } 
@keyframes start { 
 0% { width:0% } 
 100% { width:100% } 
 }

.pagination span { font-weight: 100; font-size: 1.8rem; } 
.pagination { width: 130px; margin: 0; } 

.arrow-box2 { display: flex; justify-content: center; align-items: center; gap: 10px; } 
.swiper-button-prev2, .swiper-button-next2 { display: flex; align-items: center; cursor: pointer; } 
.swiper-button-prev2 i,
.swiper-button-next2 i { cursor: pointer; } 
.btn_pause { display: flex; justify-content: center; position: relative; z-index: 1111; width: 7px; height: 18px; } 
.btn_pause .play { display: none; } 
.btn_pause .play, .btn_pause .pause { position: absolute; left: 0; top: 0; font-size: 1.8rem; transform: translate(1px, 0px); } 
.btn_pause.on .play { display: block; } 
.btn_pause.on .pause { display: none; } 

.main-visual-scroll { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 20px; position: absolute; left: 50%; bottom: 50px; z-index: 10; transform: translate(-50%, 0px); font-size: 1.4rem; font-weight: 300; color: #fff; } 
.scroll-img { position: relative; } 
.scroll-img:after { content: ""; position: absolute; left: 50%; top: 10px; transform: translate(-50%, 0); display: block; width: 3px; height: 13px; background-color: #fff; animation: scroll 1.5s ease-in-out infinite; } 

@keyframes scroll { 
 0% { top: 10px; } 
 100% { top: 17px; } 
 }



/***********************
main sec01 
PRODUCT 
************************/
.main-prod .main-tit h2 { text-align: center; } 
.main-prod-list ul { display: flex; gap: 15px; } 
.main-prod-list ul li { width: calc((100% - 30px) / 3); background-color: #d1d1d1; } 
.main-prod-list ul li .prod-box { display: block; width: 100%; height: 100%; margin-bottom: 20px; } 
.main-prod-img-wrap { position: relative; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; } 
.main-prod-hover { display: flex; justify-content: center; align-items: center; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 12px solid #333462; background-color: rgba(0, 0, 0, 0.3); transition: all .3s; opacity: 0; } 
.prod-btn { display: flex; align-items: center; gap: 65px; padding: 15px 20px; color: #fff; background-color: #1994df; } 
.prod-btn i { font-size: 2rem; } 

.main-prod-list ul li:hover .main-prod-hover { opacity: 1; } 
.prod-tit { display: block; font-size: 2.4rem; font-weight: 700; text-align: center; color: #222; } 
.main-prod-list ul li:hover .prod-tit { color: #333462; } 



/***********************
main sec02 
ABOUT US 
************************/
.main-about { background: url(/wp-content/uploads/2025/01/main-about-bg.png); } 
.main-about .con { display: flex; justify-content: space-between; align-items: center; } 

.main-tit h2 { margin-bottom: 25px; } 
.main-tit em { font-size: 1.8rem; font-weight: 300; line-height: 2.8rem; } 

.main-about-btn-wrap { display: flex; gap: 15px; } 
.main-about-btn-wrap a { display: flex; align-items: center; height: 48px; padding: 13px 23px; border: 1px solid #a5a2a2; transition: all .3s; } 
.main-about-btn-wrap a i:first-child { margin-right: 15px; } 
.main-about-btn-wrap a i:first-child:before { content: ""; display: block; width: 100%; height: 100%; opacity: 0; transition: all .3s; } 
.main-about-btn-wrap a:first-child i:first-child:before { background: url(/wp-content/uploads/2025/01/main-about-icon01-hover.png); } 
.main-about-btn-wrap a:last-child i:first-child:before { background: url(/wp-content/uploads/2025/01/main-about-icon02-hover.png); } 
.main-about-btn-wrap a i { position: relative; display: flex; } 
.main-about-btn-wrap a p { margin-right: 45px; color: #000; transition: all .3s; } 

.main-about-btn-wrap a i:before { content: ""; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; background: url(/wp-content/uploads/2025/01/main-btn.png); transition: all .3s; opacity: 0; } 
.main-about-btn-wrap a:hover { color: #fff; border: 1px solid #279ae1; background-color: #279ae1; } 
.main-about-btn-wrap a:hover p { color: #fff; } 
.main-about-btn-wrap a:hover i:last-child:before { opacity: 1; } 
.main-about-btn-wrap a:hover i:first-child:before { opacity: 1; } 

.main-about-right { margin-right: 26px; } 
.main-about-wrap { position: relative; } 
.main-about-wrap img { position: relative; } 
.main-about-wrap:before { content: ""; position: absolute; right: -26px; bottom: -26px; display: block; width: 93%; height: 90%; background-color: #333462; } 



/***********************
main sec03 
CUSTOMER
************************/
.main-customer { display: flex; padding: 0; } 
.main-customer-box { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 50%; padding: 90px 0; background-size: 120%; background-position: center center; transition: all .3s; } 
.main-customer-box:hover { background-size: 130%; } 
.main-customer-catalog { background-image: url(/wp-content/uploads/2025/01/main-customer-bg01.png); } 
.main-customer-inquiry { background-image: url(/wp-content/uploads/2025/01/main-customer-bg02.png); } 
.main-customer-box h3 { margin-bottom: 40px; font-size: 4.2rem; font-weight: 700; color: #fff; } 
.main-customer-box .prod-btn { border: 1px solid #fff; background-color: rgba(255,255,255,0); transition: all .3s; } 
.main-customer-box:hover .prod-btn { border: 1px solid #279ae1; color: #fff; background-color: #279ae1; } 
.main-customer-box .prod-btn p { font-size: 1.8rem; } 



/*********************** 
 반응형
************************/

@media screen and (max-width: 1680px){
 .main-customer-box { background-size: cover !important; } 
 .visual-item { background-size: cover !important; } 
 }
@media screen and (max-width: 1380px){
 .visual-item-container { width: 100%; } 
 }
@media screen and (max-width: 1280px){
 .visual-item { height: 50rem; } 
 .visual-item-txt em { font-size: 3.2rem; } 
 .visual-item-txt strong { font-size: 4rem; } 
 .main-visual-scroll { display: none; } 
 .all-box-wrap { top: 66%; } 
 }

@media screen and (max-width: 1180px){
 .main-about .con { gap: 1rem; } 
 .main-tit em br { display: none; } 
 .main-about { background: none; } 
 }
@media screen and (max-width: 900px){
 .main-about-wrap::before { display: none; } 

 .prod-tit { font-size: 1.8rem; } 
 }

@media screen and (max-width: 768px){
  .visual-item {
    height: 35rem;
  }
  .visual-item-txt em { font-size: 1.8rem; }
  .visual-item-txt strong {
    display: block;
    max-width: 45rem;
    line-height: 3.7rem;
    font-size: 3rem;
    text-align: center;
  }
  .swiper-button-prev, .swiper-button-next { top: 60%; }
  .all-box-wrap {
    top: 72%;
  }
  .main-prod-list ul li .prod-box { margin-bottom: 0; }
  .main-prod-list ul li .prod-box .main-prod-img-wrap { min-height: 27rem; padding: 4rem 0; }

  .main-about-right { display: none; } 
  .main-about { background: url(/wp-content/uploads/2025/01/main-about-img.png) center center / cover; } 
  .main-about:after { content: ""; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.3); } 
  .main-about-left { position: relative; z-index: 10; width: 100%; } 
  .main-about .main-tit h2 { text-align: center; color: #fff; } 
  .main-tit em { display: block; text-align: center; color: #fff; } 
  .main-about-btn-wrap { justify-content: center; } 
  .main-about-btn-wrap a { background-color: #fff; } 

  .main-customer-box { padding: 5rem 0; }
  .main-customer-box h3 { margin-bottom: 25px; font-size: 2.8rem; } 
  .main-customer-box .prod-btn { width: 200px; padding: 1rem 2rem; background-color: rgba(255,255,255,0.1); } 
  .main-customer-box .prod-btn p { font-size: 1.6rem; } 

  .main-about-btn-wrap {
    flex-direction: column;
    align-items: center;
  }
  .main-about-btn-wrap a {
    width: 200px;
  }

  .main-prod-list ul { flex-direction: column; } 
  .main-prod-list ul li { width: 100%; padding: 0; } 
  .prod-tit { padding: 1.5rem 0; background-color: #f2f2f2; }
 }

 @media screen and (max-width: 600px) {


  .main-customer {
    flex-direction: column;
  }
  .main-customer a {
    width: 100%;
  }
 }