/********** Template CSS **********/

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");

:root {
    --primary:#ff3700;
    --secondary: #354F8E;
    --light: #EFF5F9;
    --light-l: #e2e2e2;
    --white: #ffffff;
    --dark: #1D2A4D;
    --black:#000000;
    --gold:#d3b15f;
    --bronze:#E5AA70;
    --bronze-d: #d8853a;
    --gray:rgb(226, 223, 223);
    --green: mediumspringgreen;
    --darkBlue: #151a29;
    --puple: #3e0d7a;
    --puple2: #7524b3;
    --navy:#1C3D5A;
    --o-green:#6B8E23;
    --creambazy:#F5E1C8;
    --burgandy:#8b2f2f;
    --blue:#3ac6d8;
    --t-blue:#004db9;


  }

/**** Memo ***/

/** 
    [GOLD] background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
    [BRONZE] background-image: linear-gradient(to right, #d8853a 0%, #E5AA70 74%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
**/




body{
    font-family: pretendard;
    color:var(--dark);
}

h1,h2,h3,h4,h5{
    font-family: pretendard;
} 

h1{
    font-size:2.0rem;
}

h2{
    font-size:1.9rem;
}

h3{
    font-size:1.8rem;
}

h4{
    font-size:1.7rem;
}

h5{
    font-size:1.6rem;
}

p{
    font-size:1.4rem;
}



/*** Navbar Start

   background-image: linear-gradient(45deg, #8a4300, #b76e01);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

***/


.navbar-mobile {
    display:none;
 }

 .navbar-mobile .nav-wrapper {
    background-image: url('/img/footer-bg.jpg'); 
    background-size:cover;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75);  
    
 }

 .navbar-mobile .btn{
    width:40px;
    margin-top:7px;
    margin-left: 5%;
    z-index: 99;
}

 .navbar-mobile .btn i{
    color: var(--white);
    font-size:1.3rem;
}

 .navbar-mobile .row{
    position:relative;
 }

 .navbar-mobile .row .navbar-brand{
    position:absolute;
    display:flex;
    justify-content: center;
   }

 .navbar-mobile .navbar-brand span{
    font-size:1.5rem;
    font-weight:700;
    margin-left:10px;
    background-image: linear-gradient(to right, #d8853a 0%, #E5AA70 74%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

 .navbar-mobile .nav-link {
    color:var(--white);
    font-size: 1.0rem;
    font-weight:400;
    padding:5px 0px;
 }

 .navbar-mobile .nav-link.active {
    color: #FFA500;
    background-color:transparent;
    font-weight:600;
}

.speech-bubble {
    transform:translateX(125%);
    text-align: center;
    width:126px;
    position: relative;
	background-image: linear-gradient( to right, rgb(6, 71, 252) 11.2%, rgb(29, 228, 145)  91.1% );
	border-radius: 20px;
    padding:3px 8px;
      
}

.speech-bubble span{
    font-size:0.9rem;
    color:var(--white);
    font-weight:400;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-bottom-color: #00aabb;
	border-top: 0;
    margin-left: -6px;
	margin-top: -6px;
}


@media (max-width: 495px) {
    .speech-bubble {
        transform:translateX(100%);
    }
}

@media (max-width: 430px) {
    .speech-bubble {
        transform:translateX(65%);
    }
}

@media (max-width: 355px) {
    .speech-bubble {
        display:none;
    }
}

.offcanvas-header img{
    width:45px;
    margin-left:5px;
}

.offcanvas-header .offcanvas-title{
    font-size:1.5rem;
    font-weight:700;
    margin-left:10px;
    background-image: linear-gradient(to right, #d8853a 0%, #E5AA70 74%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.off-sns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));
    gap:10px;
    padding:0 15px;
  } 

.off-sns .sns{
    width:55px;
    height:55px;
    border-radius: 50%;
    background-color: var(--light);
    padding-left:10px;
    padding-right:10px;
}

.off-sns img{
    width:100%;
    height:100%;
    padding: 5px 0 5px 0;
    object-fit:contain;
}

.off-product p{
    padding-top:10px;
    margin-bottom: 0;
    border-bottom: 1px solid var(--gray);
    transition: .5s;
    font-size:1rem;
    
}

.off-product p:hover{
    transform:scale(1.15) translate(25px,0);
    
}



#navbar{
    transition: background-color 0.3s ease-in-out;
}
.navbar .navbar-brand {
    margin-left:70px;
    margin-top:5px;
}
.navbar-nav .nav-link {
    position: relative;
    margin-left:50px;
    padding: 10px 0;
    font-size: 1.5rem;
    font-weight: 600;
    outline: none;
    transition: .5s;
    color:#e7eaee;
}

 .navbar-nav .nav-link:hover,
 .navbar-nav .nav-link.active {
   color: var(--primary);
}


.navbar {
    transition: all 1.0S;
}

@media (min-width: 992px) {
     .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: var(--primary);
        transition: 1.0s;
    }
    .navbar-nav .nav-link:hover::before,
    .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
}

@media (min-width: 575.99px) {
    .navbar-scrolled {
        background: rgba(0,0,0,0.6);
        border:1px solid rgba(229, 170, 112, 0.2);
        box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.4);
        backdrop-filter:blur(20px);
        
    }
}

@media (max-width: 575.98px) {
    .navbar-mobile {
        display:block;
     }
    .navbar-pc {
        display:none;
     }
  
}



@media (max-width: 991.98px) {
    .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }  
}


@media (max-width: 1563px) {
    .navbar-nav .nav-link {
        margin-left:17px;
        font-size: 1.3rem;
        font-weight: 500;
    }
}

@media (max-width: 1241.98px) {
    .navbar-nav .nav-link {
        margin-left:1px;
        font-size: 1.0rem;
        font-weight: 400;
    }
}


@media (max-width: 1036px) {
    .navbar-nav .nav-link {
        margin-left:0px;
        font-size: 0.9rem;
        font-weight: 300;
    }

}


 /*** Navbar End ***/

/*** Header Start ***/

.header-mobile{
    margin-top:85px;
    display: none;
    position:relative;
    width:100%;
    height:200px;
    border-radius: 15px;
    overflow: hidden; 
 }

 #video-thumbnail, #video-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

 .header-mobile img{
    width:100%;
    object-fit: cover;
   
   
 }


 .header {
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75);  
    overflow:hidden;
 }
 
 .header img {
     width:100vw;
     aspect-ratio: 2.96/1;
     object-fit: cover;
     filter:brightness(0.9); 
     animation: zoom 1.5s;
 }
 
 @keyframes zoom{
     from{
         transform: scale(1.3,1.3);
     }
 
     to{
         transform: scale(1,1);
     }
 }

 @media (max-width: 576.98px) {
    .header {
        margin-top:85px;
        border-radius: 15px;
     }
    .header img{
        aspect-ratio: 1.5/1;
    }
    .header.product-header img{
        aspect-ratio: 2/1;
    }
 }

 .speed-mobile {
    display:none;
    padding:0;
    margin:10px 0;
   
   
}

.speed-mobile a {
    background: #002D62;
    margin: 10px 0px;
    padding:5px 5px;
}

.speed-mobile a h3{
    color:white;
    font-size:1.3rem;
    font-weight:500;
    padding:5px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    
   
}
.speed-mobile a .left{
    background-color: var(--white);
}

.speed-mobile a .left span{
 color:#002D62;
 
}

.speed-mobile a .right span{
    font-weight:700;
    font-size:1.7rem;
}

 /*** Header End ***/

 /*** Mobile-Circle Text Start ***/
 .mobile-circle-text{
    display: none;
    position:fixed;
    margin:0;
    padding:0;
    box-sizing: border-box;
    right:2%;
   
 }


  .mobile-circle-text {
    transition: opacity 0.5s ease;
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-circle-text.hidden {
    opacity: 0;
    pointer-events: none;
  }


 .mobile-circle-text.tel-circle{
    bottom:120px;
}

.mobile-circle-text.kakao-circle{
    bottom:15px;
}


.mobile-circle-text .circle{
    position:relative;
    width:95px;
    height: 95px;
    border-radius:50%;
    display:flex;
    justify-content: center;
    align-items: center;
    background-color:var(--white);
    transition:all 0.5s;
    
    }
.mobile-circle-text .circle .center{
    position:absolute;
    display:flex;
    justify-content: center;
    align-items: center;
    width:60px;
    height:60px;
    border-radius:50%;
    
    border:1px solid var(--bronze);
    text-align: center;
}
 
.mobile-circle-text .circle .center p{
    font-size:1.2rem;
    line-height:20px;
    text-align: center;
    color:var(--primary);
    padding:0;
    margin:0;
    font-weight: 600;
}

.mobile-circle-text .circle .center img{
   width:100%;
}


.mobile-circle-text .circle .text2{
    position:absolute;
    width:100%;
    height:100%;
    animation:rotateText 10s linear infinite;
    color:var(--dark);
    }

.mobile-circle-text .circle .text2 span{
    position:absolute;
    left:50%;
    font-size:0.8rem;
    transform-origin: 0 47px;
}

.mobile-circle-text .circle .text3{
    position:absolute;
    width:100%;
    height:100%;
    animation:rotateText 10s linear infinite;
    color:var(--dark);
    }

.mobile-circle-text .circle .text3 span{
    position:absolute;
    left:50%;
    font-size:0.8rem;
    transform-origin: 0 47px;
}

.mobile-circle-text .circle:hover{
    box-shadow: 0 0 5px var(--black);
    transform: scale(1.1);
  
}
 /*** Mobile-Circle Text End ***/

 /*** Circle Text Start ***/
 .circle-text{
    position:fixed;
    margin:0;
    padding:0;
    box-sizing: border-box;
    right:2%;
    bottom:15%;
    z-index: 3;
 }
 
.circle-text .circle{
    position:relative;
    width:200px;
    height: 200px;
    border-radius:50%;
    display:flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    transition:all 0.5s;
    
    }
.circle-text .circle .center{
    position:absolute;
    display:flex;
    justify-content: center;
    align-items: center;
    width:150px;
    height:150px;
    border-radius:50%;
    background-color: var(--white);
    border:1px solid var(--bronze);
    text-align: center;
}
 
.circle-text .circle .center p{
    font-size:1.4rem;
    text-align: center;
    color:var(--primary);
    padding:0;
    margin:0;
    font-weight: 600;
}


.circle-text .circle .text{
    position:absolute;
    width:100%;
    height:100%;
    animation:rotateText 10s linear infinite;
    color:var(--dark);
    }
@keyframes rotateText{
    0%{
        transform:rotate(360deg);
    }
    100%{
        transform:rotate(0deg)
    };
}

.circle-text .circle .text span{
    position:absolute;
    left:50%;
    font-size:1.1rem;
    transform-origin: 0 100px;
}

.circle-text .circle:hover{
    box-shadow: 0 0 5px var(--black);
    transform: scale(1.1);
  
}

@media (max-width: 575.98px) {
    .circle-text{
     display:none;
    }
    .mobile-circle-text{
    display: block;
    z-index: 2;
    }
}



 /*** Header-Carousel Start***/
.header-carousel {
    height:100vh;
    position:relative;
}

.header-carousel .carousel-item video{
    height:100vh;
    width:100%;
    object-fit: cover;
    filter:brightness(0.7);
  }

.header-carousel .btn {
    font-weight: 700;
    transition: .5s;
}

.carousel-caption {
    bottom: 20%;
    left:6%;
    max-width:1300px;
}

.carousel-caption span i{
    background:var(--primary);
    padding: 0 8px;
    display:inline-block;
    border-radius:2px;
}

.carousel-caption h1{
    font-size:4.0rem;
    background-image: linear-gradient(to right, #d8853a 0%, #E5AA70 74%); 
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
  }
.carousel-caption h3{
    font-size:3.0rem;
}


.carousel-control-prev,
.carousel-control-next {
    position:absolute;
    top:auto;
    font-size: 40px;
    bottom:150px;
}

.carousel-control-prev{
    left: 0%;
}

.carousel-control-next {
    left:9%;
}

@media (max-width: 1655px) {
    .carousel-caption {
        left:3%;
        max-width:initial;
    }
    .carousel-caption p{
        font-size:1.3rem;
    }
    .carousel-control-prev{
        display:none;
    }
    .carousel-control-next {
        display:none;
    }
}

@media (max-width: 1330px) {
   
    .carousel-caption h1{
        font-size:3.5rem;
    }
    .carousel-caption h3{
        font-size:2.8rem;
    }
}

@media (max-width: 1199.98px) {
.carousel-caption {
    width:90%;
    left: 50%;
    transform: translateX(-50%);
    max-width:initial;

    }
}

@media (max-width: 991.98px) {
    .carousel-caption h1{
        font-size:3.0rem;
    }
    .carousel-caption h3{
        font-size:2.3rem;
    }
}


.main-product{
    position:absolute;
    top:40%;
    right:0;
    margin-right:3%;
    z-index: 1;
 } 

 @media (max-width: 1398.98px) {
    .main-product{
       top:45%;
        }     
 }


 @media (max-width: 1199.98px) {
    .main-product{
        display: none;
        }     
 }



 @media (max-width: 575.98px) {
    .header-mobile{
        display:flex;
    }
    #header-carousel{
        display:none;
    }
       .speed-mobile {
        display:block;
    }
    
}

.main-product .slider {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    grid-gap:15px;
    grid-row-gap:0px;
    text-align: center;

}

.slider .name {
    background:rgba(0,0,0,0.15);
    padding-bottom:1px;
}

.slider-card h5 {
    font-size:1.5rem;
    padding-top:10px;
    color:var(--bronze);
  }





.slider .slider-card{
    margin:50px 0;
    padding: 0px 0px;
    background:rgba(0,0,0,0.1);
    border:1px solid var(--bronze);
    border-radius: 10px;
    transition: all 0.3s;
    max-height:250px;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
   
  }

.slider .slider-card:hover {
    transform: scale(1.1);
    z-index:99;
    letter-spacing :0.25em;
    box-shadow: 0 0 35px var(--bronze);
    border:1px solid var(--bronze);
    }
 
  .slider-card img {
    width:100%;
    border-radius: 10px;
    object-fit:cover;
    filter:drop-shadow(10px 5px 8px rgba(0, 0, 0, 0.5));
   }

  .slider-card .full {
    aspect-ratio: 4 / 3.2;
    object-fit:cover;
    padding:5px;
    filter:none;
  }

 
@media (max-width: 1395.98px) {
    .slider .slider-card h5 {
        font-size:1.1rem;
        letter-spacing :normal;
       
    }
}



.contact-bar {
    position:absolute;
    z-index: 1;
    bottom:6%;
    right:4%;
}

.contact-bar .context {
    text-align: center;
    background:rgba(0,0,0,0.3);
    box-shadow: 0 0 10px var(--bronze);
    border:1px solid var(--bronze);
    border-radius: 5px;
    overflow:hidden;
    transition:all 0.5s;
}

.contact-bar .context:hover {
    transform: scale(1.05);
    box-shadow: 0 0 30px var(--bronze);
}

 .contact-bar .top{
    background :linear-gradient(to right, #d8853a 0%, #E5AA70 74%);
    padding:0;
}

 .contact-bar .slogan {
    padding:5px 0;
    color:var(--white);
    font-size:1.5rem;
    font-weight:400;
    display:block;
}

.contact-bar h5{
    padding:5px 20px 2px 20px;
    color:var(--white);
    font-size:1.4rem;
    font-weight:300;
}

 .contact-bar .slogan span{
    padding: 0 15px;
    border-right: 1px solid var(--white);
    display:inline-block;
}

 .contact-bar .slogan span:first-child{
    padding-left:0;
}
.contact-bar .slogan span:last-child{
    padding-right:0;
    border-right:none;
}



@media (max-width: 1199.98) {
    .contact-bar {
        right:initial;
        left: 50%;
        transform: translateX(-50%);
        min-width: 580px;
     }


}

@media (max-width: 865px) {
    .contact-bar {
        min-width: initial;
        width:85%;
    }
  
     .contact-bar .slogan {
        padding:3px 0;
        font-size:1.3rem;
    }
    
    .contact-bar h5{
        padding:3px 20px 1px 20px;
        font-size:1.0rem;
    }

}


/*** Header Carousel End ***/



/*** Footer Start ***/
.footer-mobile{
    display:none;   
    background-image: url('/img/footer-bg.jpg'); 
    background-size:cover;  
    position: absolute;
    z-index:2;
    padding-top:15px;
    padding-bottom:0px;
    box-shadow: 0 -10px 20px -5px rgba(0, 0, 0, 0.75); 
    border-top:1px solid var(--black) ;  
}

.footer-mobile .logo{
   display:flex;
   align-items: center;
 
}

.footer-mobile .logo span{
    font-weight:700;
    font-size:1.5rem;
    margin-left:10px;
    background-image: linear-gradient(to right, #d8853a 0%, #E5AA70 74%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.f-m-context h1{
    color:#FFA500;
    font-size:1.07rem;
    font-weight:400;

}

.f-m-context p{
    color:var(--white);
    font-size:0.8rem;
    font-weight:300;
}


.footer{
    position: absolute;
    background-image: url('/img/footer-bg.jpg'); 
    background-size:cover;  
    border-top:1px solid var(--black) ;  
    box-shadow: 0 -10px 20px -5px rgba(0, 0, 0, 0.75); 
    z-index:3;
}

.footer .first{
    display:flex;
    align-items: center;
    justify-content: end;
}

.footer .first .footer-logo{
    width:200px;
}

.footer p{
    color:var(--light);
    font-size:1rem;
    font-weight:100;
}

.footer span{
    padding: 0 10px;
    border-right: 1px solid var(--white);
}

.footer .second {
    line-height:18px;
}
.footer .second p{
    padding:0;
    margin:0;
    
}

.footer .third h5,h3{
    color:white;
    padding:0;
    margin:0;
}

.footer .third .right-box{
  width:210px;
  margin-left:10%;
}

.footer .third h5{
    font-size:1.4rem;
    font-weight:300;
   }

.footer .third h5 i{
 font-size:1.5rem;
 color:var(--bronze);
}

.footer .third h3{
    font-size:2.1rem;
    font-weight:700;
    color:var(--bronze);
}
.footer .fourth {
    display:flex;
}

.footer .sns {
   display:flex;
  }
.footer .sns  .icon{
    margin:10px;
    padding:3px;
    cursor: pointer;
    transition: 0.3s;
}

.footer .sns  .icon:hover {
    transform:scale(1.2);
}


.footer .sns img{
    width:40px;
    object-fit: contain;
}

@media (max-width: 575.98px) {
    .footer {
        display:none;
    }
    .footer-mobile{
        display:block;
       
    }
}

@media (max-width: 1399.98px) {
    .footer .sns img{
        width:35px;
    }
    .footer .fourth {
     justify-content: center;
    }
}

@media (max-width: 1199.98px) {
    .footer .first .footer-logo{
        width:150px;
    }
    .footer .third h5{
        font-size:1.2rem;
      
       }
    
    .footer .third h5 i{
     font-size:1.3rem;
  
    }
    
    .footer .third h3{
        font-size:1.8rem;
      
    }
    .footer .third .right-box{
        width:210px;
        margin-left:initial;
      }
     .footer .sns  .icon{
        margin:5px;
        padding:1px;
       
    }
  }

@media (max-width: 991.98px) {

    .footer .first{
        justify-content: center;
    }
    .footer .third{
        display:flex;
        justify-content: center;
    }
    .footer .fourth {
        justify-content: start;
       }

}


@media (max-width: 767.98px) {

    .footer .first{
        display:none;
    }

    .footer .second p{
        font-size:0.8rem;
        text-align: center;
        
    }
    .footer .third{
        justify-content: start;
    }
    .footer .third h5{
        font-size:1.0rem;

       }
    
    .footer .third h5 i{
     font-size:1.1rem;

    }
    
    .footer .third h3{
        font-size:1.5rem;
    
    }
  
    .footer .fourth {
        display:none;
       }

}



/*** Footer End ***/

/*** Products-Mobile ***/

.m-product{
    display:none;
}

.m-product .title .category{
    color:var(--black);
    font-size:1.3rem;
    font-weight:600;
}


.m-product .title .category span{
    font-size:1.4rem;
    background-image: linear-gradient(to right, #d8853a 0%, #E5AA70 74%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight:700;
}


.m-product .title p{
   font-size:0.9rem;
   font-weight:300;
   color:var(--black);
   line-height: 17px;
   
}

.m-product .image {
    background-color: #f5f5f5;
   
}

.m-product .image img{
    aspect-ratio: 1/0.8;
    object-fit:contain;
    padding:4px 0px;
}


.m-product .context span{
    font-size:0.9rem;
    font-weight:300;
    display: block;
    line-height: 20px;
    padding:0;
    margin:0;
   
 }

.m-product .context span:nth-child(1){
    font-size:0.9rem;
    color:var(--black);
}
.m-product .context span:nth-child(2){
    color: #8a4300;
    font-size:1.0rem;
    font-weight:400;
}
.m-product .context span:nth-child(3){
    font-size:0.9rem;
    color:gray;
}

@media (max-width: 481px) {
    .m-product .context span:nth-child(1){
        font-size:0.9rem;
    }
    .m-product .context span:nth-child(2){
        font-size:1rem;
    }
    .m-product .context span:nth-child(2).cable-hole{
        font-size:0.8rem;
    }
    .m-product .context span:nth-child(3){
        font-size:0.85rem;
    }
    .m-product .context span:nth-child(3).oa-steel-wood{
        font-size:0.8rem;
    }
}



.badge-mobile {
    background-image: linear-gradient(to right, #6441A5 0%, #2a0845  51%, #6441A5  100%);
        color: white;
        padding: 4px 8px;
        text-align: center;
        border-radius: 5px;
        font-size:0.85rem;
        font-weight:400;
      }

.a-m-panels p{
    display:inline;
    text-align: center;
}

@media (max-width: 575.98px) {
    .m-product{
        display:block;
    }
}

  .sns-mobile{
    display:none;
}

.sns-mobile .left-right{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(57px, 1fr));
  } 

.sns-mobile .icon{
    border:1px solid #d3d1d1;;
    border-radius: 1.2rem;
    background-color: #f8f8f8;
}

.sns-mobile img{
    aspect-ratio: 4 / 3.5;
    width:100%;
    padding: 5% 0 5% 0;
    object-fit:contain;
}

.sns-mobile p{
    text-align: center;
    font-size:0.85rem;
  }

@media (max-width: 575.98px) {
    .sns-mobile{
        display:block;
    }
}


 /*** Contact-Banner start ***/

 .contact-banner-mobile{
    display:none;
    position: relative;
    overflow: hidden;
 }

 .contact-banner-mobile img{
    margin:0;
    padding:0px 0px;
    width:100%;
    height:230px;
    object-fit: cover;
    filter:brightness(0.6);
   
 }

.contact-banner-mobile .left{
    position:absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

.contact-banner-mobile h3{
    font-size:1.1rem;
    font-weight:500;
    color:var(--white);
}

.contact-banner-mobile h3 span{
    font-size:1.3rem;
    font-weight:600;
}

.contact-banner-mobile h4{
    font-size:1.2rem;
    font-weight:500;
    color:var(--white);
}

.contact-banner-mobile h5{
    display: inline-block;
    font-size:1.0rem;
    font-weight:500;
    color:var(--white);
    padding:4px 8px;
    border-radius: 5px;
    background-image: linear-gradient( to right, rgb(6, 71, 252) 11.2%, rgb(29, 228, 145)  91.1% );
}

.contact-banner-mobile p{
    font-size:1.0rem;
    font-weight:400;
    line-height: 18px;
    color:var(--light);
    }

.contact-banner-mobile .contact p{
    display:inline;
    text-align: center;
}

@media (max-width: 575.98px) {
    .contact-banner-mobile{
     display:block;
    }
 }

/*** Greeting Start ***/
.greeting {
    padding-top : 80px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
}

.greeting .circle {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 0.5;
}
/* 각 원형의 색상 */
.greeting .circle:nth-child(1) { background-color: #005F5F; animation: move1 16.5s infinite alternate ease-in-out; } /* 어두운 황동색 */
.greeting .circle:nth-child(2) { background-color:  #008B8B; animation: move2 14s infinite alternate ease-in-out; } /* 기본 황동색 */
.greeting .circle:nth-child(3) { background-color: #20AFAF; animation: move3 17.5s infinite alternate ease-in-out; } /* 밝은 황동색 */
.greeting .circle:nth-child(4) { background-color: #4CCCCC; animation: move4 16.5s infinite alternate ease-in-out; } /* 더 밝은 황동색 */
.greeting .circle:nth-child(5) { background-color: #80E5E5; animation: move5 16s infinite alternate ease-in-out; } /* 가장 밝은 황동색 */

    /* 원들이 섹션 바깥쪽에서만 배회하도록 설정 */
    @keyframes move1 {
        0% { top: 8%; left: 15%; }
        100% { top: 7%; left: 93%; }
    }
    @keyframes move2 {
        0% { top: 11%; left: 87%; }
        100% { top: 91%; left: 88%; }
    }
    @keyframes move3 {
        0% { top: 85%; left: 86%; }
        100% { top: 91%; left: 13%; }
    }
    @keyframes move4 {
        0% { top: 83%; left: 13%; }
        100% { top: 13%; left: 9%; }
    }
    @keyframes move5 {
        0% { top: 12%; left: 83%; }
        100% { top: 85%; left: 73%; }
    }

.greeting .title-box{
  margin-left:25%;
  margin-right:25%;
  padding:10px;
  border-bottom:1px solid var(--bronze);
}

.greeting .title-box h1{
    text-align:center;
    font-weight:700;
    font-size: 3.5rem;
    line-height: 60px;
    background-image: linear-gradient(to right, #d8853a 0%, #E5AA70 74%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.greeting .title-box h3{
    text-align:center;
    font-size:2.5rem;
    font-weight:500;
    color:gray;
}

.greeting .title-box span{
    font-size:3rem;
    font-weight:700;
    background-image: linear-gradient(to right, #d8853a 0%, #E5AA70 74%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 1599.98px) {
    .greeting .title-box{
        margin-left:20%;
        margin-right:20%;
    }
}

@media (max-width: 1399.98px) {
    .greeting .title-box h1{
           font-size: 3.0rem;
    }
    .greeting .title-box h3{
        font-size: 2.0rem;
    }
    .greeting .title-box span{
        font-size: 2.5rem;
    }
}

@media (max-width: 991.98px) {
    .greeting .title-box{
        margin-left:5%;
        margin-right:5%;
     }
}

@media (max-width: 767.98px) {
    .greeting {
        padding-top : 45px;
        padding-bottom: 45px;
        position: relative;
    }
    .greeting .title-box h1{
           font-size: 2.3rem;
           line-height:40px;
    }
    .greeting .title-box h3{
        font-size: 1.5rem;
    }
    .greeting .title-box span{
        font-size: 1.7rem;
    }
}

@media (max-width: 576.98px) {
    .greeting .circle {
        position: absolute;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        opacity: 0.5;
    }
    .greeting {
        padding-top : 45px;
        padding-bottom: 45px;
        position: relative;
    }
    .greeting .title-box h1{
           font-size: 2.0rem;
           line-height:35px;
    }
    .greeting .title-box h3{
        font-size: 1.2rem;
    }
    .greeting .title-box span{
        font-size: 1.4rem;
    }
}

@media (max-width: 481px) {
    .greeting .title-box h1{
        font-size: 1.6rem;
        line-height:25px;
 }
    .greeting .title-box{
        margin-left:0%;
        margin-right:0%;
     }
}


.greeting .context{
    margin-left:25%;
    margin-right:25%;
    color:gray;
    font-weight:300;
}
.greeting .context h5{
    font-size:2rem;
    text-align: center;
 
}

.greeting .context p{
    padding:10px 20px;
}

.greeting .context .end{
    text-align: right;
    font-size:1.5rem;
    font-weight:500;
    color:var(--black);
}

@media (max-width: 1599.98px) {
    .greeting .context{
        margin-left:20%;
        margin-right:20%;
     }
}

@media (max-width: 1399.98px) {
    .greeting .context h5{
        font-size:1.7rem;
    }
    
    .greeting .context p{
       font-size:1.2rem
    }
    
    .greeting .context .end{
        font-size:1.3rem;
    }
}

@media (max-width: 1199.98px) {
    .greeting .context{
        margin-left:5%;
        margin-right:5%;
     }
}

@media (max-width: 767.98px) {
    .greeting .context{
        margin-left:initial;
        margin-right:initial;
     }
    .greeting .context p{
        padding:10px 10px;
        font-size:1.0rem
    }
    .greeting .context h5{
        font-size:1.5rem;
    }
    
     
    .greeting .context .end{
        font-size:1.1rem;
    }
}

@media (max-width: 576.98px) {
    .greeting .context{
        margin-left:initial;
        margin-right:initial;
     }
    .greeting .context p{
        padding:5px 0px;
        font-size:0.9rem
    }
    .greeting .context h5{
        font-size:1.2rem;
    }
    .greeting .context h5 span{
        display:block;
    }

    .greeting .context .end{
        font-size:1rem;
    }
}


.advantages {
    background-color: #f5f5f5;
    padding-bottom:80px; 
}

.advantages.home {
    display:none;
}

.advantages .title{
    color:gray;
    padding:50px 0;
    font-size:2.5rem;
    font-weight:500;  
}

.advantages .title span{
    font-size:3rem;  
    background-image: linear-gradient(to right, #d8853a 0%, #E5AA70 74%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight:700;  
}

.advantages .cards{
    padding-left:15%;
    padding-right:15%;
    
}

@media (max-width: 1599.98px) {
    .advantages .cards{
        padding-left:7%;
        padding-right:7%;
    }
}

@media (max-width: 1399.98px) {
    .advantages .title{
        font-size:2.0rem;
    }
    .advantages .title span{
        font-size:2.5rem;  
    }
    .advantages .cards{
        padding-left:3%;
        padding-right:3%;
    }
}

@media (max-width: 767.98px) {
    .advantages .title{
        font-size:1.5rem;
        padding:40px 0;
    }
    .advantages .title span{
        font-size:1.7rem;  
    }
}

@media (max-width: 576.98px) {
    .advantages .title{
        font-size:1.2rem;
        padding:35px 0;
    }
    .advantages .title span{
        font-size:1.4rem;  
    }
    .advantages .cards{
        padding-left:0%;
        padding-right:0%;
    }
    .advantages {
        padding-bottom:40px; 
    }
    .advantages.home {
        display:block;
    }
}


.advantages .card{
   padding:5%;
   border:1px solid var(--bronze);
}

.advantages img{
    padding-top:10%;
    width:20%;
    margin:auto;
}

.advantages .card .sub-title{
    color:var(--bronze-d);
    margin:10%;
    font-weight:400;
    font-size:1.8rem;
 }

 .advantages .card p{
    color:var(--dark);
    font-size:1.2rem;
    line-height: 25px;
    font-weight:200;
 }


 @media (max-width: 1399.98px) {
    .advantages .card .sub-title{
        font-size:1.5rem;
     }
    .advantages .card p{
        font-size:1.1rem;
     }
     .advantages .card{
        padding:0%;
 }
}

@media (max-width: 991.98px) {
    .advantages .card .sub-title{
        font-size:1.3rem;
        margin:2%;
     }
    .advantages .card p{
        font-size:1.0rem;
     }
   
 }

 @media (max-width: 767.98px) {
    .advantages .card .sub-title{
        font-size:1.1rem;
        margin:1%;
     }
    .advantages .card p{
        font-size:0.9rem;
     }

    }

@media (max-width: 576.98px) {
    .advantages .card .sub-title{
        font-size:1.0rem;
        margin:1%;
     }
    .advantages .card p{
        line-height:20px;
     }

    }
@media (max-width: 576.98px) {
    .advantages img{
        padding-top:5%;
        padding-bottom:5%;
    }
 
}


/*** Greeting End ***/

/**Raised-Floor Start**/


.raised-floor .explain-box{
    display:flex;
    justify-content: center;
    
}
.raised-floor .explain{
    width:55%;
    text-align: left;
    font-size:1.5em;
    padding: 0px 20px;
    border-left:2px solid var(--bronze);
   
}

.raised-floor .explain span{
    font-weight:500;
    font-size:1.8rem;
}

@media (max-width: 1599.98px) {
    .raised-floor .explain{
        width:75%;
    }
}
@media (max-width: 1399.98px) {
    .raised-floor .explain{
        font-size:1.3rem;
    }
    .raised-floor .explain span{
        font-size:1.5rem;
    }
}


@media (max-width: 1199.98px) {
    .raised-floor .explain{
        width:90%;
    }
}
@media (max-width: 767.98px) {
    .raised-floor .explain{
        width:95%;
        font-size:1.1rem;
    }
    .raised-floor .explain span{
        font-size:1.3rem;
    }
}

.raised-floor .context {
    margin-top:150px;
    margin-bottom:50px;
}

.raised-floor .center-img{
    display: flex;
    justify-content: center;
   
}

.raised-floor .center-img img{
    width:50%;
    border-radius: 20px;
 
}
.raised-floor .context .core-sentence{
    text-align: center;
}

.raised-floor .context .core-sentence h1{
    text-align:center;
    font-size:3.0rem;
    font-weight:700;
    color:gray;
}

.raised-floor .context .core-sentence h1 span{
        text-align:center;
        font-weight:800;
        font-size: 3.8rem;
        background-image: linear-gradient(to right, #d8853a 0%, #E5AA70 74%); 
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
}

@media (max-width: 1399.98px) {
    .raised-floor .context .core-sentence h1{
        font-size:2.5rem;
    }
    .raised-floor .context .core-sentence h1 span{
        font-size: 3.3rem;
    }
}

@media (max-width: 1399.98px) {
    .raised-floor .context {
        margin-top:100px;
        margin-bottom:30px;
    }
    .raised-floor .center-img img{ 
        width:75%;
    }
}

@media (max-width: 1199.98px) {
    .raised-floor .center-img img{ 
        width:90%;
    }
}

@media (max-width: 767.98px) {
    .raised-floor .context .core-sentence h1{
        font-size:1.8rem;
    }
    .raised-floor .context .core-sentence h1 span{
            font-size: 2.5rem;
    }
    .raised-floor .context {
        margin-top:60px;
        margin-bottom:30px;
    }
    .raised-floor .center-img img{ 
        width:95%;
    }
}

.raised-floor .context .before-after {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        grid-gap:35px;
        margin-left:15%;
        margin-right:15%;
   
}

.raised-floor .context .before-after .case {
    border:1px solid var(--bronze-d);
    padding:0;
    border-radius: 25px;
    overflow:hidden;
    aspect-ratio: 1 / 1;
}

.raised-floor .context .before-after .case img{
    width:100%;
}

.raised-floor .context .before-after .image .text-on-img span{
    background:linear-gradient(to top, #99fee7 20%, transparent 70%);
}

@media (max-width: 1399.98px) {
    .raised-floor .context .before-after {
        margin-left:5%;
        margin-right:5%;
        grid-gap:25px;
    }
}
@media (max-width: 1199.98px) {
    .raised-floor .context .before-after {
        margin-left:0%;
        margin-right:0%;
        grid-gap:15px;
    }
}

@media (max-width: 767.98px) {
    .raised-floor .context .before-after {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        grid-gap:10px;
    }
}

.raised-floor .places {
    display: grid;
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    grid-gap:30px;
    margin-left:15%;
    margin-right:15%;
  } 


.raised-floor .places .place{
    text-align: center;
    transition : transform 0.5s;
    border-radius: 5%;
    border:1px solid var(--bronze-d);
    overflow:hidden;
   
}

.raised-floor .places .place .title p{
    font-size:1.5rem; 
    font-weight:500;
    color:var(--bronze-d);
    padding: 3px 0;
    margin:0;
}

.raised-floor .places .place .why-context{
    color:var(--dark);
    font-size:1.3rem;
    font-weight:200;
    margin-bottom:0;
}

.raised-floor .places .place img{
height:250px;
width:100%;
object-fit: cover; 
}


@media (max-width: 1399.98px) {
    .raised-floor .places {
        margin-left:5%;
        margin-right:5%;
        grid-gap:25px;
    }
    .raised-floor .places .place .title p{
        font-size:1.3rem; 
    }
    .raised-floor .places .place .why-context{
        font-size:1.1rem; 
    }
}
@media (max-width: 1199.98px) {
    .raised-floor .places {
        margin-left:0%;
        margin-right:0%;
        grid-gap:15px;
    }
}
@media (max-width: 991.98px) {
    .raised-floor .places .place img{
        aspect-ratio: 1/1; 
        height:initial;
        }
}

@media (max-width: 767.98px) {
    .raised-floor .places {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        grid-gap:10px;
    }
    .raised-floor .places .place .title p{
        font-size:1.1rem; 
    }
    .raised-floor .places .place .why-context{
        font-size:0.9rem; 
    }
}






.raised-floor .context .comparison-table{
    display:flex;
    justify-content: center;
    text-align: center;
}

.raised-floor .context .comparison-table table{
    border: 1px solid var(--bronze); 
}

.raised-floor .context .comparison-table table td{
    border-right: 1px solid var(--bronze); 
    padding:15px 50px;
    width:500px;
}
.raised-floor .context .comparison-table table th{
    border-right: 1px solid var(--bronze); 
    font-size:1.5rem;
    color:var(--dark);
    padding:10px 20px;
    background-color: #fffaf5;
}
.raised-floor .context .comparison-table tr{
    border-bottom:1px solid var(--bronze); 
}
    
.raised-floor .context .comparison-table tbody{
    font-size:1.3rem;
}

@media (max-width: 1399.98px) {
    .raised-floor .context .comparison-table table td{
        padding:5px 30px;
        width:500px;
    }
    .raised-floor .context .comparison-table table th{
        font-size:1.3rem;
    }
    .raised-floor .context .comparison-table tbody{
        font-size:1.1rem;
    }
}

@media (max-width: 1199.98px) {
    .raised-floor .context .comparison-table table td{
        padding:5px 30px;
        width:400px;
    }
    .raised-floor .context .comparison-table table th{
        font-size:1.2rem;
    }
    .raised-floor .context .comparison-table tbody{
        font-size:1.0rem;
    }
}
@media (max-width: 991.98px) {
    .raised-floor .context .comparison-table table td{
        padding:5px 7px;
        width:initial;
    }
    .raised-floor .context .comparison-table table th{
        font-size:1.0rem;
        line-height:17px;
    }
    .raised-floor .context .comparison-table tbody{
        font-size:1.0rem;
    }
}



.raised-floor .context .features .wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.raised-floor .context .features .wrapper-inner {
    height: 400px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
}

.raised-floor .context .features .card {
    width: 100px;
    background-size: cover;
    cursor: pointer;
    overflow: hidden;
    border-radius: 1rem;
    border:1px solid var(--bronze-d);
    margin: 0 10px;
    display: flex;
    flex-direction: column; /* 추가 */
    justify-content: flex-end; /* 필요 시 추가 */
    transition: .6s cubic-bezier(.28,-0.03,0,.99);
    box-shadow: 0px 10px 30px -5px rgba(0,0,0,0.8);
}

.raised-floor .context .features .card > .row {
    color: white;
    display: flex;
    flex-wrap: nowrap;
    padding-left:20px;
    background: linear-gradient(180deg, #1e3a5f1e 0%, #163a6d 50%, #1e3a5f1e 100%);
}

.raised-floor .context .features .card > .row > .icon {
   
    color: white;
    font-size:2rem;
    font-weight:600;
    border-radius: 50%;
    width: 100px;
    padding-top:15px;
    text-align: center;
    
}

.raised-floor .context .features .card > .row > .description {
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    height: 80px;
    opacity: 0;
    transform: translateY(30px);
    transition-delay: .3s;
    transition: all .3s ease;
   
}
.raised-floor .context .features .description h4{
    display: inline;
    color:white;
    margin:0;
    padding:5px 20px ;
    margin:0;
}


.raised-floor .context .features input {
    display: none;
}

.raised-floor .context .features input:checked + label {
    width: 600px;
    
}

@media (max-width: 1199.98px) {
    .raised-floor .context .features .card {
        width: 70px;
        margin: 0 6px;
  
    }
    .raised-floor .context .features input:checked + label {
        width: 500px;
        
    }
}

@media (max-width: 899.98px) {
    .raised-floor .context .features .wrapper-inner {
        height: 300px;
    }
    .raised-floor .context .features .card {
        width: 50px;
  
    }
    .raised-floor .context .features input:checked + label {
        width: 400px;
        
    }
    .raised-floor .context .features .card > .row > .icon {
        font-size:1.5rem;
        width: 50px;
        padding-top:23px;
    }

    .raised-floor .context .features .description h4{
        padding:0 20px ;
        margin:0;
        font-size:1.3rem;
    }

}

@media (max-width: 699.98px) {
    .raised-floor .context .features .wrapper-inner {
        height: 250px;
    }
    .raised-floor .context .features .card {
        width: 40px;
        margin: 0 4px;
  
    }
    .raised-floor .context .features input:checked + label {
        width: 350px;
        
    }
    .raised-floor .context .features .card > .row > .icon {
        font-size:1.5rem;
        width: 40px;
        padding-top:23px;
    }

    .raised-floor .context .features .description h4{
        padding:0 10px ;
        margin:0;
        font-size:1.3rem;
    }
}




.raised-floor .context .features input:checked + label .description {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.raised-floor .context .features .card[for="c1"] {
    background-image: url('/img/ai-img2.webp');
}
.raised-floor .context .features .card[for="c2"] {
    background-image: url('/img/broad.jpg');
}
.raised-floor .context .features .card[for="c3"] {
    background-image: url('/img/gears.jpg');
}
.raised-floor .context .features .card[for="c4"] {
    background-image: url('/img/captured.jpg');
}
.raised-floor .context .features .card[for="c5"] {
    background-image: url('/img/block_chain.jpg');
}

.raised-floor .context .tile-show {
    padding-left:15%;
    padding-right:15%;
    text-align: center;
}

.raised-floor .context .tile-show img{
width:100%;
object-fit: cover;
aspect-ratio: 1/1;
}

@media (max-width: 1399.98px) {
    .raised-floor .context .tile-show {
        padding-left:10%;
        padding-right:10%;
  }
}

@media (max-width: 1199.98px) {
    .raised-floor .context .tile-show {
        padding-left:5%;
        padding-right:5%;
  }
  .raised-floor .context .tile-show .name{
    font-size:1.1rem;
  }
}

@media (max-width: 991.98px) {
    .raised-floor .context .tile-show {
        padding-left:initial;
        padding-right:initial;
  }
}




/**Raised-Floor End**/


/*** Products Start ***/
.products .p-wrapper{
    display:flex;
    justify-content: center;
}

.products .buttons-mobile {
    display:none;
}

.products .buttons .product-buttons{
    display:flex;
    gap:6px;
}

.products .buttons .product-buttons button{
    width:150px;
    height: 90px;
    color:var(--black);
    border-radius: 10px;
    background-color: #eefcfd;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border:none;
    }

.products .buttons .product-buttons button.panel-title{
    min-width: 120px;
    color:white;
    background-image: var(--grd);
    font-size: 1.5rem;
    font-weight:500;
    cursor:default;
}

.products .buttons .product-buttons button img{
    width:100%;
    object-fit: contain;
    height:70%;
}

.products .buttons .product-buttons button{
   font-weight: 300;
   font-size:1.1rem;
   display: block;
   padding-bottom:5px;
 }

.products .buttons .product-buttons button.active{
    border:3px solid var(--clr);
}

.products .buttons .product-buttons button:hover{
    transform: scale(1.15);
    border:3px solid var(--clr);
}

.products .buttons .product-buttons button.panel-title:hover{
    transform: none;
    border:none;
}
   


#b_oa_2, #b_oa_3, #b_oa_4, #b_oa_6, #b_etc_5{
    font-size:0.9rem;
    }


@media (max-width: 1399.98px) {
    .products .buttons .product-buttons button{
        font-size:1rem;
        line-height: 16px;
        
    }
    .products .buttons .product-buttons button.panel-title{
        font-size: 1.2rem;
    }
}

@media (max-width: 1257.98px) {
     .products .buttons .product-buttons button{
        width:120px;
     }
    
}

@media (max-width: 1016.98px) {
      .products .buttons .product-buttons{
        display:grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        gap:6px;
    }
    .products .buttons .product-buttons button {
        width:initial;
        height:initial;
    }
    .products .buttons .product-buttons button.panel-title{
        min-width: initial;
    }
 
}
@media (max-width: 816.98px) {
    .products .buttons .product-buttons button span{
        display:block;
    }
    .products .buttons .product-buttons button.panel-title{
        font-size: 1.1rem;
        line-height: 20px;
    }
}



@media (max-width: 685.98px) {
    
   
    .products .buttons .product-buttons button{
        font-size:0.9rem;
    }
    .products .buttons .product-buttons button{
        height: 100px;
    }
    .products .buttons .product-buttons button.panel-title{
        height: 100px;
    }
      #b_oa_2, #b_oa_3, #b_oa_4, #b_oa_6, #b_etc_5{
        font-size:0.8rem;
    }
}


@media (max-width: 575.98px) {
     

    .products .buttons .product-buttons button{
        font-weight:400;
        line-height:18px;
        height: 90px;
        padding:0;
        font-size:0.8rem;
    }
  
    .products .buttons .product-buttons button span{
        display:block;
    }
  
    .products .buttons .product-buttons button.panel-title{
        height: 90px;
        font-size: 1rem;
    }

    .products .buttons .product-buttons button img{
        display:none;
    }
    
   .products .p-wrapper .buttons{
           width:95%;
      }
    
  
}

@media (max-width: 465px) {

       .products .buttons .product-buttons{
        display:grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap:6px;
    }

    .products .buttons .product-buttons button {
        line-height: 15px;
        border:none;
        font-size:0.85rem;
        color:var(--black);
        font-weight:500;
        padding:8px 0;
        border-radius: 5px;
        height:initial;
        width:initial;
    }

    .products .buttons .product-buttons button.panel-title{
        min-width: initial;
        height:initial;
        font-size: 0.85rem;
        line-height: 15px;
    }
 
}





.product-p1 img{
    width:70%;
    display:block;
    margin-left:auto;
    margin-right:auto;
}

.product-contexts .name{
    text-align: center;
    font-size:18px;
}

.product-p2 video{
    display:block;
    margin-left:auto;
    margin-right:auto;
}

.product-p2 thead th,
.product-p1 thead th{
    text-align: center;
    font-size:19px;
    color:var(--dark);
    background-color: var(--light);
}

.product-p2 tbody,
.product-p1 tbody{
    font-size:19px;
    color:var(--dark);
}

.product-p2 th,
.product-p1 th{
    text-align: center;
    background-color: var(--light);
}

.product-p2 .pedestal-img img{
    width:30%;
    object-fit: contain;
    margin-left:0;
    margin-right:0;
}

.oap .product-p2 th{
    background-color: #f8f3ee;
}

.etc .product-p2 th{
    background-color: #f9f3fc;
}

.product-p2 tbody td,
.product-p1 tbody td{
    text-align: center;
}


.product-cg {
    display: inline-block;
    background-image: linear-gradient( 135deg, #52E5E7 10%, #130CB7 100%);
    color: #ffffff;
    font-size: 18px;
    font-weight:400;
    padding: 10px 23px;
    border-radius: 10px;
    margin-bottom:10px;
    text-transform: uppercase;
   }

.oap .product-cg {
    background-image: linear-gradient( 135deg, #FDD819 10%, #E80505 100%);
}

.etc .product-cg {
    background-image: linear-gradient( 135deg, #EE9AE5 10%, #5961F9 100%);
}
.product-name{
    color:var(--dark);
    border-bottom:1px solid var(--dark);
}

.product-middle-title{
    color:var(--dark);
}

.product-name-eg{
    display:inline-block;
    color:var(--secondary);
    font-size:25px;
    font-weight:300;
    font-style:italic;
}

.product-description {
    font-size:23px;
    font-weight:400;
    color:var(--dark);
    padding:1% 0;
}

.product-sub-title{
    text-align: center;
    padding-bottom:8px;
    border-bottom:1px solid var(--secondary);
    color:var(--secondary);
    font-size:22px;
    font-weight:500;
}





.oap .product-sub-title{
    color:var(--primary);
    border-bottom:1px solid var(--primary);
}

.etc .product-sub-title{
    color:var(--puple);
    border-bottom:1px solid var(--puple);
}

.etc .tiles .row{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    grid-gap:20px;
  } 

.etc .tiles .row .tile{
    text-align:center;
    padding: 0.5em 0.3em;
    transition : transform .5s;
    cursor:pointer;
    border-radius: 0.5rem;    
  }

.etc .tiles .row .tile h3{
    color:var(--dark);
    font-size:20px;
    font-weight:400;
}

.etc.pc_etc_1 .tiles .row .tile img{
    aspect-ratio: 3/1.7;
}

.product-detail{
    color:var(--dark);
    font-size:19px;
    font-weight:400;
    line-height:32px;
}

.cable-end img{
    display:block;
    margin-left:auto;
    margin-right:auto;
    width:80%;
}

.accessary-image p{
    font-size:20px;
}

@media (max-width: 575.98px) {
    .product-p1 img{
        width:90%;
    }
    .product-cg {
        font-size:0.8rem;
        font-weight:300;
        padding: 5px 15px;
        border-radius: 10px;
        margin-bottom:5px;
        text-transform: uppercase;
       }
    .product-name {
        font-size:1.4rem;
    }
    .product-middle-title{
        font-size:1.4rem;
    }
    .product-middle-title span{
        display:block;
    }
    .product-name-eg{
        font-size:1.2rem;
    }
    .product-description {
        font-size:1.05rem;
        font-weight:300;
        border-left:none;
        box-sizing:content-box;
        color:var(--dark);
        padding:1% 1%;
    }
    .product-sub-title{
        font-size:1.2rem;
        font-weight:500;
        padding-bottom:5px;
    }
 
    .product-detail{
        color:var(--dark);
        font-size:0.95rem;
        font-weight:300;
        line-height:24px;
    }

    .product-p2 video{
        width:100%;
    }
    .product-p2 thead th,
    .product-p1 thead th{
       font-size:0.95rem;
    }
    .product-p2 tbody,
    .product-p1 tbody{
        font-size:0.95rem;
    }
    .product-p2 tbody th,
    .product-p1 tbody th{
       min-width:70px;
       padding-left:0;
       padding-right:0; 
       font-weight:500;   
    }
    .product-p2 tbody td,
    .product-p1 tbody td{
       font-weight:300;
    }
    .etc .tiles .row{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        grid-gap:10px;
      } 
    .etc .tiles .row .tile h3{
        font-size:1.1rem;
    }
    
    .accessary-image p{
        font-size:0.9rem;
    }
}


/*** Products End ***/

/*** Shop-DWG Start ***/
.shop-dwg {
    padding-left:10%;
    padding-right:10%;
}

.shop-dwg .category {
    margin-top : 90px;
}

.shop-dwg .flow-title{
    border-bottom:2px solid var(--bronze);
}

.shop-dwg .flow-title h3{
    font-size:2.4rem;
    font-weight:500;
    color:gray;
}

.shop-dwg .flow-title h3 span{
    background-image: linear-gradient(to right, #d8853a 0%, #E5AA70 74%); 
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight:700;
        font-size: 3.3rem;
}

.shop-dwg .flow-title-eg{
    color:gray;
    font-size:25px;
    font-weight:300;
    font-style:italic;
}

.shop-dwg .explain-box{
    display:flex;
    justify-content: center;
}
.shop-dwg .explain{
    width:55%;
    text-align: center;
}

.shop-dwg .explain span{
    font-weight:500;
    font-size:1.8rem;
}

@media (max-width: 1599.98px) {
    .shop-dwg {
        padding-left:5%;
        padding-right:5%;
    }
}

@media (max-width: 1399.98px) {
    .shop-dwg .flow-title h3{
        font-size:2.0rem;
    }
    .shop-dwg .flow-title h3 span{
        font-size:2.5rem;
    }
    .shop-dwg .explain{
        width:63%;
        font-size:1.3rem;
    }
    
    .shop-dwg .explain span{
        font-size:1.5rem;
    }
}

@media (max-width: 1199.98px) {
    .shop-dwg {
        padding-left:2%;
        padding-right:2%;
    }
    .shop-dwg .explain{
        width:75%;
    }
}

@media (max-width: 767.98px) {
    .shop-dwg .flow-title h3{
        font-size:1.5rem;
    }
    .shop-dwg .flow-title h3 span{
        font-size:2.0rem;
    }
    .shop-dwg .explain{
        width:100%;
        font-size:1.1rem;
    }
    
    .shop-dwg .explain span{
        font-size:1.3rem;
    }
    .shop-dwg .category {
        margin-top : 60px;
    }
}

@media (max-width: 576.98px) {
    .shop-dwg .flow-title h3{
        font-size:1.2rem;
    }
    .shop-dwg .flow-title h3 span{
        font-size:1.4rem;
    }
    .shop-dwg .flow-title-eg{
         font-size:1.2rem;
    }
    .shop-dwg .explain{
        font-size:0.9rem;
        text-align: left;
        line-height: 18px;
    }
    
    .shop-dwg .explain span{
        font-size:1.0rem;
    }
    .shop-dwg .category {
        margin-top : 60px;
    }
}



.flow {
    display: grid;
    grid-template-columns: repeat(4, minmax(250px, 1fr));
    grid-gap:5px;
    row-gap:20px;
    justify-content: center;
  } 


.flow .step .first{
    text-align: center;
    transition : transform 0.5s;
    cursor:pointer;
    border-radius: 5%;
    border:1px solid var(--bronze);
    overflow:hidden;
    padding:0;
}

.flow .step .second {
    display:flex; 
    align-items: center;
}

.flow .step .second p{
color:var(--bronze);
}

.flow .step .title p{
    font-size:1.4rem; 
    font-weight:500;
    color:var(--bronze-d);
    padding: 3px 0;
    margin:0;
   
}

.flow .step .step-context{
    color:var(--dark);
    font-size:1.1rem;
    font-weight:200;
    margin-bottom:0;
}

.flow .step img{
height:180px;
width:100%;
object-fit: cover; 
}

.flow .step .first:hover {
transform:scale(1.1);
box-shadow: 0 0 35px silver;
}


@media (max-width: 1399.98px) {
    .flow .step .title p{
        font-size:1.2rem; 
    }
    .flow .step .step-context{
        font-size:1.0rem;
    }
    .flow .step .second p{
        font-size:1.1rem;
    }
}

@media (max-width: 1199.98px) {
    .flow {
        display: grid;
        grid-template-columns: repeat(4, minmax(200px, 1fr));
        grid-gap:10px;
      
    } 
    .flow .step .second p{
       font-size:1rem;
    }
}

@media (max-width: 991.98px) {
    .flow {
        grid-template-columns: repeat(4, minmax(150px, 1fr));
        grid-gap:40px;
        row-gap:10px;
    } 
    .flow .step .second{
        display:none;
    }
    .flow .step .title p{
        font-size:1rem; 
    }
    .flow .step .step-context{
        font-size:0.9rem;
    }
    .flow .step .second p{
        font-size:0.75rem;
     }
}

@media (max-width: 899.98px) {
   
    .flow .step img{
        height:initial;
        aspect-ratio: 1/1;
    }
    .flow .step .step-context{
        font-weight:300;
        font-size:0.8rem;
    }
}

@media (max-width: 767.98px) {
    .flow {
        grid-template-columns: repeat(auto-fill,minmax(140px, auto));
        grid-gap:35px;
        row-gap:10px;
    } 
    .flow .step .title p{
        font-size:0.87rem; 
    }

}

@media (max-width: 576.98px) {
    .flow {
        grid-template-columns: repeat(auto-fill,minmax(110px, auto));
        grid-gap:30px;
        row-gap:10px;
    } 
    .flow .step img{
        height:150px;
    }
}

@media (max-width: 430px) {
    .flow {
        grid-template-columns: repeat(auto-fill,140px);
        grid-gap:30px;
        row-gap:10px;
    } 
    .flow .step img{
        height:150px;
    }
    .flow .step .step-context{
        line-height:18px;
        letter-spacing:-1px;
    }
}


/*** Shop-DWG End ***/


/*** quotation Start***/

.quotation {
    position:relative;
}
.contact-container .first{
    display:flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f5f5f5;
    padding-left: 13%;
}
.contact-container .first img{
    width: 600px;
    aspect-ratio: 2/1;
    object-fit: cover;
    box-shadow: 10px 15px 20px -5px rgba(0, 0, 0, 0.8); 
}

.contact-container .first h3{
    margin-bottom:5%;
    font-size:2rem;
    font-weight:500;
    color:gray;
}

.contact-container .first h3 span{
    background-image: linear-gradient(to right, #d8853a 0%, #E5AA70 74%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight:700;
    font-size: 2.8rem;
}


.contact-container .second{
    padding-left:10%;
}

.contact-container .first p{
    color:var(--dark);
    font-size:1.4rem;
}

.contact-container .first .contact-title {
    font-size:1.6rem;
    font-weight:600;
    color:var(--bronze-d);
}

@media (max-width: 1699.98px) {
    .contact-container .first{
        padding-left: 6%;
    }
    .contact-container .second{
        padding-left:15%;
        padding-right:5%;
    }
}

@media (max-width: 1399.98px) {
    .contact-container .first img{
        width: 550px;
    }
    .contact-container .first{
        padding-left: 5%;
    }
    .contact-container .first h3{
        font-size:1.6rem;
    }
    .contact-container .first h3 span{
        font-size: 2.3rem;
    }
    .contact-container .first p{
        font-size:1.2rem;
    }
    .contact-container .first .contact-title {
        font-size:1.4rem;
    }
}


@media (max-width: 1199.98px) {
    .contact-container .first img{
        width: 480px;
    }
}

@media (max-width: 991.98px) {
    .contact-container .first img{
        width: 350px;
    }
    .contact-container .first{
        padding-left: 3%;
    }
    .contact-container .second{
        padding-left:7%;
        padding-right:3%;
    }
    .contact-container .first h3{
        font-size:1.5rem;
    }
    .contact-container .first h3 span{
        font-size: 2.1rem;
    }
    .contact-container .first p{
        font-size:1rem;
    }
    .contact-container .first .contact-title {
        font-size:1.2rem;
    }
}

@media (max-width: 767.98px) {
    .contact-container .first{
        background-color:transparent;
    }
    .contact-container .second{
        padding-left:3%;
        padding-right:3%;
    }
    .contact-container .first h3{
        font-size:1.5rem;
    }
    .contact-container .first h3 span{
        font-size: 1.7rem;
    }
}
@media (max-width: 576.98px) {
    .contact-container .first{
        padding-left: 2%;
        padding-right: 2%;
    }
    .contact-container .first img{
        width: 100%;
        box-shadow: none;
    }
     .contact-container .first h3{
        font-size:1.2rem;
    }
    .contact-container .first h3 span{
        font-size: 1.4rem;
    }
    .contact-container .first .contact-title {
        font-size:1.1rem;
    }
    .contact-container .first p{
        font-size:0.9rem;
        line-height: 20px;
    }
    
}




.contact-right{
    display: flex;
    flex-direction:column;
    align-items: start;
    gap:10px;
}

.privacy{
    width: 70%;
    height: 120px;
    padding:2%;
    font-size:17px;
    color:var(--dark);
    overflow:auto;
    border: 1px solid var(--bronze);
}

input[type=checkbox]{
    zoom:1.8;
    vertical-align: middle;
    accent-color: var(--primary);
}

.form-label{
    color:var(--black);
    font-size:17px;
}

.contact-container label::before{
    content:none;
}

.contact-inputs{
    width: 70%;
    height: 50px;
    border: 1px solid var(--bronze);
    outline: none;
    padding-left:25px;
    font-weight: 500;
    color: #666;
    border-radius:50px;
}

@media (max-width: 1699.98px) {
    .privacy{
        width: 100%;
    }
    .contact-inputs{
        width: 100%;
    }
 }

.contact-right textarea{
    height:150px;
    padding-top:15px;
    border-radius: 20px;
}

.contact-inputs:focus{
     border:2px solid var(--primary);
}

.contact-inputs::placeholder{
    color:#a9a9a9;
}

.contact-right .add{
    color:var(--bronze-d);
    font-size:20px;
}

.contact-right button{
    display:flex;
    align-items:center;
    padding: 15px 30px;
    font-size: 16px;
    color: #fff;
    gap: 10px;
    border: none;
    border-radius: 50px;
    background-image: linear-gradient(to right, #d8853a 0%, #E5AA70 74%); 
    cursor:pointer;
}

.contact-right button img{
    height: 15px;
}

.quotation .confirmed-msg {
    display:none;
    color: var(--dark);
    font-weight:200;
}

.quotation .confirmed-msg .email{
    color: var(--primary);
    font-weight:500;
}




@media(max-width:575.98px) {
    .quotation{
        background-image: none;
        backdrop-filter: blur(10px);
     }
    .contact-container .section2 {
        font-size:1.3rem;
    }
    .contact-container .section {
        font-size:1.4rem;
        }

    .contact-inputs{
        width:80vw;
     }
     .contact-container {
        padding-left:1%;
     }
  
     .contact-container .context p {
        font-size:0.85rem;
    }
    .contact-title {
        font-size:1.1rem;
    }
     .privacy{
        width: 100%;
        font-size:0.85rem;
    }
    .form-label{
        font-size:1rem;
    }
   .contact-inputs{
        width: 100%;
    }
    .contact-right button{
        padding: 10px 20px;
        font-size: 1rem;
    }
    .contact-right .add{
        font-size:0.93rem;
    }
    .quotation .confirmed-msg {
        font-size:0.9rem;
    }   
    .quotation .confirmed-msg .line{
        display: block;
    }   
}


/*** quotation End***/

.faq .first{
    display:flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 15%;
}

.faq .first h3{
    margin-bottom:5%;
    font-size:2rem;
    font-weight:500;
    color:gray;
}

.faq .first h3 span{
    background-image: linear-gradient(to right, #d8853a 0%, #E5AA70 74%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight:700;
    font-size: 2.8rem;
}

.accordion{
    padding-right:15%;
   }

.accordion ul{
    padding-left:0;
}

.accordion li{
    list-style:none;
    width:100%;
    margin: 2% 0;
    padding: 4px;
    border-radius: 15px;
    transition: .5s;
}


@media (max-width: 1599.98px) {
    .faq .first{
        padding-left: 10%;
    }
    .accordion{
        padding-right:10%;
       }
}

@media (max-width: 1399.98px) {
    .accordion{
        padding-right:5%;
       }
    .faq .first h3{
        font-size:1.6rem;
    }
    .faq .first h3 span{
        font-size: 2.3rem;
    }
 }

 @media (max-width: 767.98px) {
    .faq .first{
        padding-left: 3%;    
    }
    .accordion{
        padding-left: 3%;  
        padding-right:3%;
       }
    .faq .first h3{
        font-size:1.2rem;
        }
    .faq .first h3 span{
        font-size: 1.8rem;
        }
    }



.accordion li:hover{
    transform: scale(1.05);
}

.accordion li label{
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 1.4rem;
    font-weight:500;
    cursor:pointer;
    border:1px solid var(--bronze-d);
    border-radius: 15px;
   
}

.faq label::before{
    content:"Q";
    margin-right:10px;
    font-size:1.5rem;
    font-weight:700;
    color:var(--bronze-d);
}

input[type="radio"]{
    display: none;
}


.accordion .content{
    display:flex;
    margin-top:5px;
    padding: 0 10px;
    line-height: 24px;
    max-height:0;
    overflow:hidden;
    transition: max-height 0.5s, padding 0.5s;
    color:var(--dark);
}
.accordion .content h5{
    width:50px;
    height:50px;
    color:var(--bronze-d);
    text-align: center;
    font-size:2.2rem;

}

.accordion .content .inner{
    padding-left:5px;
}

.accordion .content p{
    font-weight:300;
    font-size:1.2rem;
}

.accordion .content span{
    color:var(--white);
    background-color: var(--bronze-d);
    border-radius: 5px;
    padding:0px 3px;
  }


.accordion input[type="radio"]:checked + label + .content{
    max-height:300px;
    padding: 15px 20px 10px;
    margin-top:10px;
    border:1px solid var(--bronze);
    border-radius: 15px;
  
}


@media (max-width: 1399.98px) {
    .accordion li label{
        font-size: 1.2rem;
    }
    .accordion .content h5{
        width:40px;
        font-size:1.8rem;
    }
    .accordion .content p{
        font-size:1.1rem;
    }
}

.root_daum_roughmap{
   padding:2%;
   box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
}

.map .first{
    display:flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 15%;
}

.map .first h3{
    margin-bottom:5%;
    font-size:2rem;
    font-weight:500;
    color:gray;
}

.map .first h3 span{
    background-image: linear-gradient(to right, #d8853a 0%, #E5AA70 74%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight:700;
    font-size: 2.8rem;
}

.map p{
    border:none;
    font-size:1.3rem;
}

.map-title {
    font-size:1.5rem;
    font-weight:600;
    color:var(--bronze-d);
}

@media (max-width: 1599.98px) {
    .map .first{
        padding-left: 10%;
    } 
}

@media (max-width: 1399.98px) {
    .map .first h3{
        font-size:1.6rem;
    }
    .map .first h3 span{
        font-size: 2.3rem;
    }
    .map p{
        font-size:1.1rem;
    }
    .map-title {
        font-size:1.3rem;
    }
}

@media (max-width: 1199.98px) {
    .map .first{
        padding-left: 5%;
    } 
    .map .second{
        padding-right: 5%;
    } 
}

@media (max-width: 767.98px) {
    .map .second{
        padding-left:3%;
        padding-right: 3%;
    } 
}
