@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap');


/* reset CSS */
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
ul, ol, {
    list-style: none;
} 
a {
    text-decoration: none;
}

   


.background-container {
    width: 100vw;
    height: 100vh;
}

.main01 {
    width: 100%;
    left: 0px;
    top: 0px;
    float: left;
    position: relative;
}

.background-video {
    width: 100%;
    left: 0px;
    top: 0px;
    float: left;
    position: relative;
    
}

.title01 {
    position: absolute;
    left: 10vw;
    top: 50%;
    transform:translateY(-50%);
}
.DURAE_BI {
    width: 100%
}
.DURAE_BI img {
    width: 25vw;
    padding-bottom: 2vh;
}


.txt01{
    font: normal 2vw/1.5 "Raleway";
    color: #ffffff;
}
 .txt02 {
    font: normal 1.2vw/1.5 "Raleway";
    color: #ffffff;
}
.txt03 {
    font: normal 1.2vw/1.5 "Ralewayl";
    color: #777;
}
.txt04 {
    font: normal 1vw/1.2 "Raleway";
    color: #777;
}


.title_txt01 {
    font: normal 6vw/1 "Raleway";
    color: #777;
}
.title_txt02 {
    font: bold 35px/1 "Raleway";
    color: #333;
}




.main02 {
    width: 100%;
    left: 0px;
    padding: 0px;
    float: left;
    position: relative;
    
}
.main02 img {
     width: 100%;
}
.title02 {
    position: absolute;
    left: 10vw;
    top: 30%;
    
}



.main03 {
     width: 100%; 
     left: 0px;
     padding: 0px;
     float: left;
     position: relative;
     align-content: center;
}

.main03 .title_txt02{
    text-align: center;
    margin-top: 100px;
}
.main03 .txt04 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;

}

/*main04 CSS*/

.main04 {
    width: 100%;
    height: 800px;
    padding: 0px;
    float: left;
    position: relative;
    display: flex;
    justify-content: center;

    .item {
        width: 300px;
        height: 300px;
        padding: 0px;
        margin: 50px;
        position: relative;   
        transition: 0.7s;
        cursor: pointer;

        img {
            width: 100%;
            height: 100%;
            border-radius: 20px;
            box-shadow: 5px 5px 20px rgba(0, 0, 0, .1);
            object-fit: cover;
            opacity: 1;
        }

        .title_txt03{
            font: bold 25px/1 "Raleway";
            color: #ffffff;
            position: absolute;
            top: 35%;
            left: 50%;
            transform: translateX(-50%);
            margin-bottom: 15px;   
        }
        .txt05{
           width: 100%;
           height: 100%;
            font: 14px/1.3 "Raleway";
            opacity: 0;
            color: #333;
            text-align: center;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateX(-50%);
            padding: 15px;   
        }

        /*호버시 모션처리*/
        &:hover {
            img {
                opacity: .3;
                transform: scale(1.1);
            }
            .title_txt03 {
                color: #333; 
            } 
            .txt05 {
                font-weight: bold;
                opacity: 1; 
            } 
        }
    } 
}



 



  
 .main04 .item a {
    display: block;
    width: 100px;
    height: 34px;
    border-radius: 20px;
    background: gray;
    font-size: 12px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items:center ;
 }

 /* Style for the download button */
 .catalogue-section {
    .download-button {
        display: block;
        width: 200px;
        padding: 10px;
        margin: 20px auto;
        text-align: center;
        background-color: #007bff;
        color: white;
        text-decoration: none;
        border-radius: 5px;
    }
 }
 


 