
@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;
    }

    /*공통 제목*/
    /*인사말*/
    .aboutUs-container{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100px;
        border-bottom: 1px solid #ddd;
        font-size: 30px;
        font-weight: 800;
    }

    .aboutUs-box2{
        height: 100px;
        width: 800px;
        display: flex;
        align-items: center;
    }

    /*글작성 페이지*/
    .writingPage-container{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
    }
    .writingPage-header{
        font-size: large;
        width: 750px;
        height: 50px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid black;
        font-weight: bold;
        padding-top: 25px;
    }

    /*작성 폼*/
    .writingPage-content-table{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        
        width: 750px;
        height: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .writingPageBox{
        display: flex;
        width: 100%;
        height: 20px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .writingPageLabel{
        display: flex;
        flex-direction: row;
        text-align: center;
        font-size: medium;
        width: 150px;
        height: 30px;
    }
    .writingPageInput{
        width: 100%;
        height: 30px;
        border: none;
        border-bottom: 1px solid #222;
    }

    .writingPageTextBox{
        display: flex;
        width: 100%;
        height: auto;
        margin-top: 15px;
        margin-bottom: 15px;

    }

    .writingPageTextBoxLabel{
        height: 600px;
        width: 150px;
        display: flex;
        align-items: center;
        font-size: medium;
    }

    .writingPageTextDiv{
        width: 100%;
        height: 100%;
        border-radius: 5px;
        display: flex;
        flex-direction: column;
    }

    .writingPageTextInput{
        font-family: 'NanumSquare';
        font-size: 15px;
        resize: none;
        height: 500px;
    }

    .writingPageTextInput:focus {
        outline: none;
    }

    .writingPageTextContentBox{
        width: 100%;
        height: 30px;
        padding-top: 13px;
        font-size: 15px;
        font-weight: bold;
    }
    .writingIMG-box{
        display: flex;
        justify-content: space-between;
        width: 100%;
        height: 35px;
        margin-bottom: 5px;
    }

    .writingIMG{
        width: 150px;
        height: 30px;
        border: 1px solid black;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .writingBox{
        width: 750px;
        height: 292px;
        padding: 20px;
        margin-top: 15px;
        display: flex;
        border: 1px solid #000000;
        border-radius: 5px;
    }

    .writingInput{
        width: 100%;
        height: 100%;
        overflow : auto;
    }

    .writingBoxCheck{
        width: 750px;
        height: 30px;
        font-size: medium;
        font-weight: bold;
        display: flex;
        align-items: center;
        margin-top: 10px;
    }

    .okButton-container{
        width: 750px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .okButton-box{
        width: 250px;
        height: 80%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .okButton{
        width: 100px;
        height: 25px;
        border: none;
        border-radius: 20px;
        background: #000000;
        color: white;
        font-weight: 800;
        font-size: 13px;
    }

    .xButton{
        width: 100px;
        height: 25px;
        border-radius: 20px;
        background-color: white;
        border: 2px solid black;
        color: #000000;
        font-weight: 800;
        font-size: 13px;
        text-align: center;
    }

    #writingIMG-fileupload{
        display: none;
    }


    #fileupload{
        display: none;
    }
}

@media(max-width: 1023px){
    
    /*메인 사진 스타일*/
    .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;
    }

    /*공통 제목*/
    /*인사말*/
    .aboutUs-container{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100px;
        border-bottom: 1px solid #ddd;
        font-size: 30px;
        font-weight: 800;
    }

    .aboutUs-box2{
        height: 100px;
        width: 80%;
        display: flex;
        align-items: center;
    }

    /*글작성 페이지*/
    .writingPage-container{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
    }
    .writingPage-header{
        font-size: large;
        width: 750px;
        height: 50px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid black;
        font-weight: bold;
        padding-top: 25px;
    }

    /*작성 폼*/
    .writingPage-content-table{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 750px;
        height: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .writingPageBox{
        display: flex;
        width: 100%;
        height: 20px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .writingPageLabel{
        display: flex;
        flex-direction: row;
        text-align: center;
        font-size: medium;
        width: 150px;
        height: 30px;
    }
    .writingPageInput{
        width: 100%;
        height: 30px;
        border: none;
        border-bottom: 1px solid #222;
    }

    .writingPageTextBox{
        display: flex;
        width: 100%;
        height: auto;
        margin-top: 15px;
        margin-bottom: 15px;

    }

    .writingPageTextBoxLabel{
        height: 600px;
        width: 150px;
        display: flex;
        align-items: center;
        font-size: medium;
    }

    .writingPageTextDiv{
        width: 100%;
        height: 100%;
        border-radius: 5px;
        display: flex;
        flex-direction: column;
    }

    .writingPageTextInput{
        font-family: 'NanumSquare';
        font-size: 15px;
        resize: none;
        height: 500px;
    }

    .writingPageTextInput:focus {
        outline: none;
    }

    .writingPageTextContentBox{
        width: 100%;
        height: 30px;
        padding-top: 13px;
        font-size: 15px;
        font-weight: bold;
    }
    .writingIMG-box{
        display: flex;
        justify-content: space-between;
        width: 100%;
        height: 35px;
        margin-bottom: 5px;
    }

    .writingIMG{
        width: 150px;
        height: 30px;
        border: 1px solid black;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .writingBox{
        width: 750px;
        height: 292px;
        padding: 20px;
        margin-top: 15px;
        display: flex;
        border: 1px solid #000000;
        border-radius: 5px;
    }

    .writingInput{
        width: 100%;
        height: 100%;
        overflow : auto;
    }

    .writingBoxCheck{
        width: 750px;
        height: 30px;
        font-size: medium;
        font-weight: bold;
        display: flex;
        align-items: center;
        margin-top: 10px;
    }

    .okButton-container{
        width: 750px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .okButton-box{
        width: 250px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .okButton{
        width: 100px;
        height: 25px;
        border: none;
        border-radius: 20px;
        background: #000000;
        color: white;
        font-weight: 800;
        font-size: 13px;
    }

    .xButton{
        width: 100px;
        height: 25px;
        border-radius: 20px;
        background-color: white;
        border: 2px solid black;
        color: #000000;
        font-weight: 800;
        font-size: 13px;
        text-align: center;
    }

    #writingIMG-fileupload{
        display: none;
    }


    #fileupload{
        display: none;
    }
}

@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;
    }

    /*공통 제목*/
    /*인사말*/
    .aboutUs-container{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100px;
        border-bottom: 1px solid #ddd;
        font-size: 20px;
        font-weight: 800;
    }

    .aboutUs-box2{
        height: 50px;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .aboutUs-content{
        height: 50px;
        width: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /*글작성 페이지*/
    .writingPage-container{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
    }
    .writingPage-header{
        font-size: large;
        width: 90%;
        height: 50px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid black;
        font-weight: bold;
        padding-top: 25px;
    }

    /*작성 폼*/
    .writingPage-content-table{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .writingPageBox{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 90%;
        height: 20px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .writingPageLabel{
        display: flex;
        flex-direction: row;
        text-align: center;
        font-size: medium;
        width: 100px;
        height: 30px;
    }
    .writingPageInput{
        width: 100%;
        height: 30px;
        border: none;
        border-bottom: 1px solid #222;
    }

    .writingPageTextBox{
        display: flex;
        justify-content: center;
        width: 90%;
        height: auto;
        margin-top: 15px;
        margin-bottom: 15px;

    }

    .writingPageTextBoxLabel{
        height: 450px;
        width: 100px;
        display: flex;
        align-items: center;
        font-size: medium;
    }

    .writingPageTextDiv{
        width: 100%;
        height: 100%;
        border-radius: 5px;
        display: flex;
        flex-direction: column;
    }

    .writingPageTextInput{
        font-family: 'NanumSquare';
        font-size: 15px;
        resize: none;
        height: 300px;
    }

    .writingPageTextInput:focus {
        outline: none;
    }

    .writingPageTextContentBox{
        width: 100%;
        height: 30px;
        padding-top: 13px;
        font-size: 12px;
        font-weight: bold;
    }
    .writingIMG-box{
        display: flex;
        width: 100%;
        height: 70px;
        margin-bottom: 5px;
        flex-direction: column;
    }

    .writingIMG{
        width: 100%;
        height: 30px;
        border: 1px solid black;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .writingBox{
        width: 750px;
        height: 292px;
        padding: 20px;
        margin-top: 15px;
        display: flex;
        border: 1px solid #000000;
        border-radius: 5px;
    }

    .writingInput{
        width: 100%;
        height: 100%;
        overflow : auto;
    }

    .writingBoxCheck{
        width: 750px;
        height: 30px;
        font-size: medium;
        font-weight: bold;
        display: flex;
        align-items: center;
        margin-top: 10px;
    }

    .okButton-container{
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .okButton-box{
        width: 250px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .okButton{
        width: 100px;
        height: 25px;
        border: none;
        border-radius: 20px;
        background: #000000;
        color: white;
        font-weight: 800;
        font-size: 13px;
    }

    .xButton{
        width: 100px;
        height: 25px;
        border-radius: 20px;
        background-color: white;
        border: 2px solid black;
        color: #000000;
        font-weight: 800;
        font-size: 13px;
        text-align: center;
    }

    #writingIMG-fileupload{
        display: none;
    }


    #fileupload{
        display: none;
    }
}