@charset "utf-8";

@media (max-width: 1500px) {
    .menu-title {
        font-size: 62px;
    }
    .menu-hover {
        font-size: 72px
    }
}

@media (max-width: 1300px) {
    .menu-title {
        font-size: 52px;
    }
    .menu-hover {
        font-size: 62px
    }
}

@media (max-width: 1200px) {
    .con-border {
        width: 100%;
    }

    
    

    .content h3 {
        font-size: 42px;
    }

    .content h4 {
        font-size: 32px;
    }

    .pf-concept > p {
        font-size: 22px;
    }
}

@media (max-width: 1100px) {
    .menu-title {
        font-size: 62px;
    }

    .menu-hover {
        font-size: 72px;
    }

    .menu-wrap {
        flex-direction: column;
    }

    .menu-2 {
        background-position: center 62%;
    }

    .content h3 {
        font-size: 40px;
    }

    .content h4 {
        font-size: 30px;
    }

    .pf-concept > p {
        font-size: 20px;
    }

    .pf-sum > p {
        font-size: 17px;
    }
}

@media (max-width: 1000px) {
    .content h3 {
        font-size: 38px;
    }

    .content h4 {
        font-size: 28px;
    }

    .pf-concept > p {
        font-size: 20px;
    }

    .pf-sum > p {
        font-size: 17px;
    }

    .pf-structure > img {
        width: 250px;
    }
    
}

@media (max-width: 900px) {
    .content h3 {
        font-size: 38px;
    }

    .content h4 {
        font-size: 28px;
    }

    .pf-concept > p {
        font-size: 20px;
    }

    .pf-sum > p {
        font-size: 17px;
    }

    .pf-structure > img {
        width: 250px;
    }
    
}

@media (max-width: 800px) {
    .pf-item {
        flex-direction: column;
        align-items: center;
    }

    .pf-left {
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .pf-thumbnail {
        width: 70%;
    }

    .pf-sum {
        width: 100%;
        margin-top: 40px;
    }

    .pf-right {
        width: 90%;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 30px;
    }

    .pf-structure {
        margin: 0;
    }

    .pf-document {
        margin: 0;
    }

    /*****  INTERVIEW  *****/

    .character-box {
        margin-left: 0;
    }

    .user-text {
        width: 20%;
    }
}

@media (max-width: 600px) {
    .con-border {
        width: 500px;
    }

    .con-title {
        font-size: 60px;
    }

    .pf-item h3 {
        font-size: 32px;
    }

    .pf-item h4 {
        font-size: 22px;
    }

    .pf-thumbnail {
        width: 80%;
    }

    .pf-concept > p {
        font-size: 17px;
    }

    .pf-structure > img {
        width: 200px;
    }




     /*****  INTERVIEW  *****/

    .user-text {
        width: 30%;
    }

    .character-text {
        font-size: 22px;
    }

}




















/**********************     M O B I L E     **********************/
/**********************     M O B I L E     **********************/
/**********************     M O B I L E     **********************/

@media (max-width: 500px) {

    .menu-title {
        font-size: 42px;
    }

    .menu-hover {
        font-size: 52px;
    }

    .con-border {
        height: 100%;
        width: 100%;
    }

    .con-title {
        font-size: 42px;
    }

    .con-top {
        justify-content: space-around;
    }

    .back-btn {
        height: 30px;
        width: 80px;
        font-size: 22px;
    }

    .pf-item h4 {
        font-size: 24px;
    }

    .pf-left {
        margin-top: 50px;
    }

    .pf-thumbnail {
        width: 90%;
    }

    .pf-thumbnail > h3 {        
        font-size: 28px;
    }

    .pf-thumbnail > p {
        font-size: 14px;
    }

    .pf-sum {
        margin-top: 30px;
    }

    .pf-sum > p {
        font-size: 17px;
        line-height: 24px;
    }

    .pf-right {
        height: 50%;
        flex-direction: column;
    }

    .pf-concept > p {
        font-size: 20px;
    }

    .pf-structure {
        margin-top: 30px;
    }
    
    .pf-structure > img {
        width: 300px;
    }

    .pf-document {
        margin-top: 30px;
    }


    /********************       I N T E R V I E W       ********************/

    .monitor {
        height: 400px;
        background-size: 800px 400px;
        background-position: 75% 0%;
    }

    #canvas {
        width: 150px;
        top: 17%;
        left: 30%;
    }

    .character-box {
        margin-top: 0;
        height: 150px;
        background-size: 100% 150px;
    }

    .character-text {
        font-size: 16px;
    }

    .user-box {
        background-size: 100% 100%;
    }

    .user-text {
        width: 27%;
        font-size: 22px;
    }


    /********* G A L L E R Y *********/

    .gal-item > img {
        object-fit: contain;
    }

    .youtube {
        height: 400px;
    }
    
}
















@media screen and (max-width: 1100px) and (max-height: 500px) and (orientation: landscape){
    .menu-title {
        font-size: 42px;
    }

    .menu-hover {
        font-size: 52px;
    }

    .menu-wrap {
        flex-direction: row;
    }

    .menu-2 {
        background-position: center 62%;
    }
}
