@media (min-width: 1024px){
    /*헤더 스타일*/
    .header-container{
        background: black;
    }

    /*메인 사진 스타일*/
    .photo-container{
        position: relative;
        width: 100%;
        height: 200px;
        overflow:hidden;
        margin:0 auto;
        z-index: -1;
        display: flex;
        justify-content: center;
    }

    /*메인 사진*/
    .photo-main{
        width:100%;
        height:100%;
        object-fit:cover;
    }

    .aboutUs-box1{
        width: 100%;
        height: 100px;
        color: white;
        position: absolute;
        top: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        
    }

    .aboutUs-box1-content{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 900px;
        height: 100%;
    }

    .aboutUs-box1-content-h1{
        font-size: 40px;
    }

    .aboutUs-box1-content-div{
        font-size: 20px;
    }

    /*공통 제목*/
    /*인사말*/
    .production-container{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100px;
        border-bottom: 1px solid #ddd;
        font-size: 30px;
        font-weight: 800;
    }

    .production-box2{
        height: 100px;
        width: 800px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    /*상품컨테이너*/
    .itemlist-container{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        padding: 10px;
    }

    .item{
        width: 800px;
        height: 422px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .item-img{
        width: 325px;
        height: 422px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .item-content{
        width: 475px;
        height: 422px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #F3F6F8;
        font-size: 20px;
    }

    .item-h1{
        width: 421px;
        text-align: left;
        font-weight: bold;
    }

    .item-text{
        width: 421px;
        text-align: left;
        margin-bottom: 20px;
    }
    .item-text2{
        width: 421px;
        text-align: left;
        margin-bottom: 10px;
        font-size: 15px;
    }
    .item-padding{
        padding-left: 49px;
    }
    .item-img-container{
        width: 325px;
        height: 422px;
        overflow: hidden;
    }

    .carousel{
        display: flex;
        transition: all 0.5s;
    }

    .carousel-cell-img{
        width: 325px;
        height: 422px;
        object-fit: fill;
    }

    .prev-button,
    .next-button{
        position: absolute;
        color: white;
        font-size: large;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80px;
        height: 422px;
    }

    .prev-button{
        left: 0px;
    }

    .next-button{
        right: 0px;
    }

    .upbutton-container{
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: end;
        bottom: 40px;
        align-items: center;
        position: fixed;
        z-index: 999;
    }

    .upbutton{
        position: fixed;
        right: 2%;
        bottom: 50px;
        display: none;
        z-index: 999;
    }

    .production-write-btn{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 150px;
        height: 30px;
        border: 1px solid black;
        font-size: large;
        border-radius: 3px;
        cursor: pointer;
    }
}

@media (max-width: 1023px){

    /*메인 사진 스타일*/
    .photo-container{
        position: relative;
        width: 100%;
        height: 100px;
        overflow:hidden;
        margin:0 auto;
        z-index: -1;
        display: flex;
        justify-content: center;
    }

    /*메인 사진*/
    .photo-main{
        width:100%;
        height:100%;
        object-fit:cover;
    }

    .aboutUs-box1{
        width: 100%;
        height: 50px;
        color: white;
        position: absolute;
        top: 25%;
        display: flex;
        justify-content: center;
        align-items: center;
        
    }

    .aboutUs-box1-content{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 75%;
        height: 50px;
    }

    .aboutUs-box1-content-h1{
        font-size: 40px;
    }

    .aboutUs-box1-content-div{
        font-size: 14px;
    }

    /*공통 제목*/
    /*인사말*/
    .production-container{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100px;
        border-bottom: 1px solid #ddd;
        font-size: 20px;
        font-weight: 800;
    }

    .production-box2{
        height: 50px;
        width: 90%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .production-content{
        height: 50px;
        width: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /*상품컨테이너*/
    .itemlist-container{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        padding: 10px;
    }

    .item{
        width: 90%;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .item-img{
        width: 200px;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .item-content{
        width: 50%;
        height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: #F3F6F8;
        font-size: 12px;
    }

    .item-h1{
        width: 95%;
        font-size: 15px;
        text-align: left;
        font-weight:800;
        margin: 0 5px 0 5px;
    }

    .item-text{
        width: 95px;
        text-align: left;
        margin: 0 5px 10px 5px;
    }
    .item-text2{
        width: 95%;
        text-align: left;
        margin: 0 5px 10px 5px;
    }
    .item-padding{
        padding-left: 49px;
    }
    .item-img-container{
        width: 200px;
        height: 300px;
        overflow: hidden;
    }

    .carousel{
        display: flex;
        transition: all 0.5s;
    }

    .carousel-cell-img{
        width: 200px;
        height: 300px;
        object-fit: fill;
        
    }

    .prev-button,
    .next-button{
        position: absolute;
        color: white;
        font-size: large;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 290px;
    }

    .prev-button{
        left: 0;
    }

    .next-button{
        right: 0;
    }

    .upbutton-container{
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: end;
        bottom: 40px;
        align-items: center;
        position: fixed;
        z-index: 999;
    }

    .upbutton{
        position: fixed;
        right: 2%;
        bottom: 50px;
        display: none;
        z-index: 999;
    }

    .production-write-btn{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 150px;
        height: 30px;
        border: 1px solid black;
        font-size: large;
        border-radius: 3px;
        cursor: pointer;
    }
}

@media (max-width: 540px){

    /*메인 사진 스타일*/
    .photo-container{
        position: relative;
        width: 100%;
        height: 100px;
        overflow:hidden;
        margin:0 auto;
        z-index: -1;
        display: flex;
        justify-content: center;
    }

    /*메인 사진*/
    .photo-main{
        width:100%;
        height:100%;
        object-fit:cover;
    }

    .aboutUs-box1{
        width: 100%;
        height: 50px;
        color: white;
        position: absolute;
        top: 25%;
        display: flex;
        justify-content: center;
        align-items: center;
        
    }

    .aboutUs-box1-content{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 75%;
        height: 50px;
    }

    .aboutUs-box1-content-h1{
        font-size: 40px;
    }

    .aboutUs-box1-content-div{
        font-size: 14px;
    }

    /*공통 제목*/
    /*인사말*/
    .production-container{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100px;
        border-bottom: 1px solid #ddd;
        font-size: 20px;
        font-weight: 800;
    }

    .production-box2{
        height: 50px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .production-content{
        height: 50px;
        width: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /*상품컨테이너*/
    .itemlist-container{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        padding: 10px;
    }

    .item{
        width: 100%;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .item-img{
        width:150px;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .item-content{
        width: 100%;
        height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: #F3F6F8;
        font-size: 8px;
    }

    .item-h1{
        width: 95%;
        font-size: 15px;
        text-align: left;
        font-weight:800;
        margin: 0 5px 0 5px;
    }

    .item-text{
        width: 95%;
        text-align: left;
        margin: 0 5px 10px 5px;
    }
    .item-text2{
        width: 95%;
        text-align: left;
        margin: 0 5px 10px 5px;
    }
    .item-padding{
        padding-left: 49px;
    }
    .item-img-container{
        width: 150px;
        height: 300px;
        overflow: hidden;
    }

    .carousel{
        display: flex;
        transition: all 0.5s;
    }

    .carousel-cell-img{
        width: 150px;
        height: 300px;
        object-fit: fill;
        
    }

    .prev-button,
    .next-button{
        position: absolute;
        color: white;
        font-size: large;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 290px;
    }

    .prev-button{
        left: 0;
    }

    .next-button{
        right: 0;
    }

    .upbutton-container{
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: end;
        bottom: 40px;
        align-items: center;
        position: fixed;
    }

    .upbutton{
        position: fixed;
        right: 2%;
        bottom: 50px;
        display: none;
        z-index: 999;
    }

    .production-write-btn{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 150px;
        height: 30px;
        border: 1px solid black;
        font-size: large;
        border-radius: 3px;
        cursor: pointer;
    }
}
