/* Headin */


.headin{
    width: auto;
    display: flex;
    justify-content: center;
}

.headin-contain{
    width: 85%;
    padding: 100px 0px;
}


/* Headin : Headin */


.headin-headin{
    display: flex;
    justify-content: center;
}

.headin-content{
    width: 85%;
}

.headin-title{
    font-size: 48px;
    font-weight: 700;
    text-align: center;
}

.headin-name{
    padding-top: 10px;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0.7px;
    color: steelblue;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.headin-name span{
    font-size: 18px;
    color: gray;
}


/* Headin : Data */


.headin-data{
    padding-top: 60px;
    width: auto;
    display: flex;
}

.headin-data img{
    width: 100%;
    max-height: 80vh;
    border: 1px solid gainsboro;
    border-radius: 17px;
    object-fit: cover;
    object-position: center 10%;
}


/* Content */


.content{
    display: flex;
    justify-content: center;
}

.contain{
    width: 85%;
    padding-bottom: 100px;
    display: flex;
    gap: 70px;
}


/* UX */


.ux{
    flex: 1;
    width: 0%;
}


/* UX : Headin */


.ux-headin{
    padding-bottom: 40px;
    border-bottom: 1px solid gainsboro;
    display: flex;
    justify-content: center;
}

.ux-pane{
    width: auto;
}

.ux-headin-subname{
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.7px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.ux-headin-subname span{
    font-size: 20px;
}


/* UX : Contain */


.ux-contain{
    padding: 40px 0px;
}

.ux-title{
    padding: 30px 0px 17px;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.ux-data{
    padding-bottom: 17px;
    font-size: 18px;
    font-family: 'AGP';
    font-style: normal;
    letter-spacing: 0.2px;
    line-height: 1.3em;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: clip;
}

.ux-data p{
    white-space: break-spaces;
    margin: 0;
    padding: 0;
}

.ux-data a{
    color: steelblue;
}

.ux-on-Data{
    padding: 30px 0px 40px;
}

.ux-Image{
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
}

.ux-Image img{
    min-width: 50%;
    max-width: 100%;
    max-height: 70vh;
    object-fit: cover;
}

.ux-Image-title{
    text-align: center;
    font-size: 19px;
    font-family: 'AGPB';
    font-style: normal;
    font-style: italic;
    letter-spacing: 0.3px;
    color: #333;
}


/* Pane */


.pane{
    width: 340px;
}

.pane-headin{
    padding-bottom: 40px;
    font-size: 21px;
    font-weight: 800px;
}

.pane-content{
    display: grid;
    grid-template-columns: auto;
    gap: 40px;
}


/* Box */


.box{
    width: auto;
    scroll-snap-align: start;
}

.box-logo{
    display: flex;
}

.box-logo img{
    width: 100%;
    height: 280px;
    border-radius: 14px;
    object-fit: cover;
}

.box-content{
    padding-top: 17px;
}

.box-name{
    padding: 0px 0px 7px 0px;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.box-title{
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 1.2em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.box-subname{
    padding-top: 12px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: none;
}

.box-time{
    padding-top: 16px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.3px;
    color: rgb(44, 1, 75);
    display: flex;
    align-items: center;
    gap: 16px;
}

.box-time span{
    font-size: 22px;
}


/* UI */


.ui{
    background: rgb(238, 238, 238);
    display: flex;
    justify-content: center;
}

.ui-contain{
    width: 85%;
    padding: 100px 0px;
}


/* UI : Headin */


.ui-headin{
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.ui-title{
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.ui-title span{
    font-weight: 600;
}

.ui-button button{
    width: 130px;
    height: 48px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    letter-spacing: 1px;
    color: white;
    background: black;
    cursor: pointer;
}


/* UI : Content */


.ui-content{
    display: flex;
    flex-direction: column;
    gap: 40px;
}


/* UI : Box */


.ui-box{
    width: 100%;
}

.ui-box-name{
    font-size: 28px;
    font-family: 'AGPB';
    font-style: normal;
}

.ui-box-data{
    padding: 10px 0px 13px;
    font-size: 17px;
    font-family: 'AGP';
    font-style: normal;
    letter-spacing: 0.2px;
}

.ui-box-content{
    padding-bottom: 30px;
    border-bottom: 1px solid darkgray;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ui-box-subname{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.6px;
}

.ui-box-button button{
    width: 100px;
    height: 40px;
    border: 2px solid black;
    border-radius: 40px;
    font-size: 13px;
    letter-spacing: 1px;
    color: black;
    background: transparent;
    cursor: pointer;
}

.ui-box-reply{
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.ui-box-all{
    width: 80%;
    padding-top: 16px;
}


/* Popup*/


.popup-blu{
    position: fixed;
    inset: 0px;
    background: rgba(0, 0, 0, 0.47);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.popup{
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 500px;
    background: white;
    display: flex;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transform: translateX(40%);
    transition: all 0.4s ease-in-out;
}

.popup-all{
    flex: 1;
    display: flex;
    justify-content: center;
    overflow-y: auto;
}

.popup-contain{
    width: 85%;
    margin-bottom: 40px;
    padding: 40px 0px 0px;
}


/* Popup : Close */


.popup-close{
    width: auto;
    text-align: right;
}

.popup-close button{
    width: auto;
    padding: 0px;
    border: none;
    font-size: 21px;
    color: black;
    background: transparent;
    cursor: pointer;
}


/* Popup : Headin */


.popup-headin{
    padding: 30px 0px;
}

.popup-title{
    font-size: 38px;
    font-weight: 700;
}

.popup-name{
    padding: 14px 0px 8px;
    font-size: 17px;
    font-weight: 800;
}

.popup-subname{
    font-size: 15px;
    font-family: 'AGP';
    font-style: normal;
    letter-spacing: 0.2px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* Popup : Content */


.popup-content{
    width: auto;
    display: flex;
    flex-direction: column;
    gap: 17px; 
}

.popup-box{
    flex: 1;
}

.popup-label{
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.popup-data{
    padding-bottom: 7px;
    display: flex;
}

.popup-data input{
    width: 100%;
    padding: 10px 0px;
    border: none;
    border-bottom: 2px solid black;
    font-size: 16px;
    font-family: 'AGP';
    font-style: normal;
    letter-spacing: 0.2px;
    line-height: 1em;
    background: transparent;
    outline: none;
}

.popup-data textarea{
    width: 100%;
    padding: 10px 0px;
    border: none;
    border-bottom: 2px solid black;
    font-size: 16px;
    font-family: 'AGP';
    font-style: normal;
    letter-spacing: 0.2px;
    line-height: 1em;
    background: transparent;
    outline: none;
    resize: none;
}

.popup-button button{
    width: 150px;
    height: 48px;
    border: none;
    border-radius: 48px;
    font-size: 14px;
    letter-spacing: 1px;
    color: white;
    background: black;
    cursor: pointer;
}


/* Comment */


.comn{
    background: #222;
    background: rgb(238, 238, 238);
    background: steelblue;
    display: flex;
    justify-content: center;;
}

.comn-contain{
    width: 85%;
    padding: 70px 0px 120px;
}

.comn-contains{
    width: 75%;
}


/* Comn : Headin */


.comn-headin{
    padding-bottom: 40px;
}

.comn-title{
    font-size: 38px;
    font-weight: 800;
}

.comn-subname{
    max-width: 600px;
    padding-top: 9px;
    font-size: 16px;
    letter-spacing: 0.3px;
}


/* Comn : Headin */


.comn-content{
    width: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.comn-all{
    flex: 1;
    display: flex;
    gap: 20px;
}

.comn-box{
    flex: 1;
}

.comn-name{
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.comn-data{
    padding-bottom: 7px;
    display: flex;
}

.comn-data input{
    width: 100%;
    padding: 10px 0px;
    border: none;
    border-bottom: 2px solid white;
    border-bottom: 2px solid black;
    font-size: 17px;
    font-family: 'AGP';
    font-style: normal;
    letter-spacing: 0.2px;
    line-height: 1em;
    color: white;
    background: transparent;
    outline: none;
}

.comn-data textarea{
    width: 100%;
    padding: 10px 0px;
    border: none;
    border-bottom: 2px solid white;
    border-bottom: 2px solid black;
    font-size: 17px;
    font-family: 'AGP';
    font-style: normal;
    letter-spacing: 0.2px;
    line-height: 1em;
    color: white;
    background: transparent;
    outline: none;
    resize: none;
}

.comn-button button{
    width: 150px;
    height: 48px;
    border: none;
    border-radius: 48px;
    font-size: 14px;
    letter-spacing: 1px;
    color: white;
    background: black;
    cursor: pointer;
}


/* Lean */


.lean{
    background: whitesmoke;
    display: flex;
    justify-content: center;
    display: none;
}

.lean-contain{
    width: 85%;
    padding: 140px 0px;
}

.lean-title{
    padding-bottom: 21px;
    text-align: center;
    font-size: 58px;
    font-weight: 700;
    letter-spacing: 0.4px;
}

.lean-content{
    display: flex;
    justify-content: center;
}

.lean-box{
    width: 700px;
    border-radius: 6px;
    background: gainsboro;
    display: flex;
    align-items: center;
    gap: 20px;
}

.lean-input{
    flex: 1;
    padding: 7px 0px 7px 20px;
    display: flex;
}

.lean-input input{
    width: 100%;
    border: none;
    letter-spacing: 0.4px;
    background: transparent;
    outline: none;
}

.lean-button button{
    width: 150px;
    height: 58px;
    border: none;
    border-radius: 0px 6px 6px 0px;
    font-size: 14px;
    letter-spacing: 1px;
    color: white;
    background: black;
    cursor: pointer;
}


/* Mobile Responcsive */


/* 1300px */

@media screen and (max-width: 1300px) {

    .headin-content{
        width: 100%;
    }

    .pane{
        width: 300px;
    }
    
}

/* 1200px */

@media screen and (max-width: 1200px) {
    
}

/* 1100px */

@media screen and (max-width: 1100px) {

    .headin-contain, .contain, .ui-contain, .comn-contain, .lean-contain{
        width: 90%;
    }

    .comn-contains{
        width: 100%;
    }
    
}

/* 1000px */

@media screen and (max-width: 1000px) {

    .headin-title{
        font-size: 44px;
    }

    .lean-title{
        font-size: 38px;
        font-weight: 600;
    }
    
}

/* 900px */

@media screen and (max-width: 900px) {

    .contain{
        flex-direction: column;
    }

    .ux{
        flex: none;
        width: 100%;
    }

    .pane{
        width: auto;
        flex: 1;
    }

    .pane-content{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    
}

/* 800px */

@media screen and (max-width: 800px) {

    .headin-title{
        font-size: 40px;
        letter-spacing: 0.4px;
    }

    .lean-box{
        width: 100%;
    }
    
}

/* 700px */

@media screen and (max-width: 700px) {

    .headin-title{
        font-size: 38px;
    }
    
}

/* 600px */

@media screen and (max-width: 600px) {

    .headin-contain{
        padding: 70px 0px;
    }

    .headin-title{
        font-size: 30px;
    }

    .pane-content{
        grid-template-columns: auto;
    }

    .ui-title{
        font-size: 30px;
    }

    .ui-button button{
        width: 130px;
        height: 44px;
        font-size: 13px;
        letter-spacing: 0.5px;
    }

    .ui-box-all{
        width: 90%;
    }

    .popup{
        width: calc(100% - 50px);
    }
    
}

/* 500px */

@media screen and (max-width: 500px) {

    .ui-headin{
        flex-direction: column;
        justify-content: flex-start;
        align-items: normal;
    }

    .ui-title{
        font-size: 27px;
    }

    .ui-button{
        flex: 1;
        text-align: right;
    }

    .ui-box-name{
        font-size: 21px;
    }

    .lean-title{
        font-size: 30px;
        font-weight: 600;
    }

    .lean-button button{
        width: 110px;
        height: 58px;
        border: none;
        border-radius: 0px 6px 6px 0px;
        font-size: 13px;
        letter-spacing: 1px;
        color: white;
        background: black;
        cursor: pointer;
    }
    
}

/* 400px */

@media screen and (max-width: 400px) {

    .headin-contain{
        padding: 50px 0px;
    }

    .headin-title{
        font-size: 28px;
    }

    .headin-data{
        padding-top: 40px;
    }

    .comn-all{
        flex-direction: column;
    }
    
}

/*  */

@media screen and (max-width) {
    
}