/* Header : Top */


._header-top{
    color: white;
    background: black;
    display: flex;
    justify-content: center;
}

._header-top-data{
    width: 90%;
    padding: 14px 0px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px 17px;
}

._header-top-data a{
    transition: all 0.4s ease-in-out;
}

._header-top-data a:hover{
    color: #ff6600;
}

._header-top-search{
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: clip;
}


/* Headin */


.ux{
    display: flex;
    justify-content: center;
}

.ux-contain{
    width: 80%;
    padding: 80px 0px;
}


/* Popup : Headin */

.ux-headin{
    text-align: center;
}

.ux-name{
    font-size: 14px;
    letter-spacing: 0.8px;
    color: #ff6600;
}

.ux-title{
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 1.3em;
}


/* Popup : Content */


.ux-content{
    margin-bottom: 40px;
    padding: 40px 0px 0px;
}

.ux-logo{
    display: flex;
}

.ux-logo img{
    width: 100%;
    min-height: 50vh;
    max-height: 70vh;
    object-fit: cover;
}

.ux-line{
    padding: 50px 0px;
    display: flex;
    justify-content: center;
}

.ux-lines{
    width: 60%;
    border-top: 3px solid black;
}

.ux-all{
    width: auto;
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ux-subname{
    padding: 18px 0px 14px;
    font-size: 24px;
    font-weight: 700;
}

.ux-data{
    padding-bottom: 18px;
    font-size: 17px;
    font-family: 'AGP';
    letter-spacing: 0.3px;
    line-height: 1.3em;
}


/* Mobile Responsive */


/* 1300px */

@media screen and (max-width: 1300px) {
    
}

/* 1100px */

@media screen and (max-width: 1100px) {
    
}

/* 800px */

@media screen and (max-width: 800px) {

    .ux-contain{
        width: 90%;
        padding: 70px 0px 100px;
    }

    .ux-title{
        font-size: 40px;
    }
    
}

/* 500px */

@media screen and (max-width: 500px) {

    .ux-contain{
        padding: 40px 0px 100px;
    }

    .ux-title{
        font-size: 34px;
    }
    
}

/* 400px */

@media screen and (max-width: 400px) {
    
}

/* 350px */

@media screen and (max-width: 350px) {
    
}

/*  */

@media screen and (max-width) {
    
}

/*  */

@media screen and (max-width) {
    
}

/*  */

@media screen and (max-width) {
    
}

/*  */

@media screen and (max-width) {
    
}

/*  */

@media screen and (max-width) {
    
}