@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;
    }
    
    /*상세페이지(detailpage)*/
    
    .groupHeadContainer{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
    }
    
    .detailPageContainer{
        width: 800px;
        height: auto;
        text-align: left;
    }
    
    .headDetailpageContainer{
        width: 100%;
        min-width: 280px;
        height: 60px;
        padding-bottom: 8px;
        margin: 30px 0px 20px;
    }
    
    .headDetailpageInfo{
        display: flex;
        font-size: 13px;
        margin-top: 8px;
    }
    
    .headDetailpageInfo div{
        padding-right: 8px;
    }
    
    .bodyDetailpageContainer{
        height: auto;
        min-width: 280px;
        width: 100%;
    }
    
    .bodyDetailpageContent{
        margin: 20px 0px 50px;
        font-size: 13px;
        max-width: 800px;
        text-align: start;
    }
    
    .detailbtnContainer{
        width: 100%;
        height: 38px;
        display: flex;
        flex-direction: column;
        align-items: end;
        margin: 30px 0px 10px;
        padding-bottom: 8px;
        border-bottom: 1px solid #ddd;
    }
    
    .detailbtnBox{
        width: auto;
        height: auto;
        display: flex;
        align-items: center;
    }
    .detailbtn{
        padding: 6px 2px 6px 14px;
        font-size: 13px;
        display: flex;
        align-items: center;
    }
    
    .detailListContainer{
        width: 100%;
        min-width: 280px;
        height: 73px;
        margin: 30px 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .detailpageContent{
        border: none;
        background: white;
        width: 100%;
        text-align: left;
        resize: none;
        overflow:hidden;
        height: auto;
    }
    
    .detailListbtn{
        width: 78px;
        height: 39px;
        border: 1px solid black;
        border-radius: 3px;
    }
    
    .detailNextbtn1{
        width: 100%;
        min-width: 280px;
        height: 43px;
        margin: 30px 0px 0px 0px;
        display: flex;
        align-items: center;
        border: 1px solid #ddd;
    }
    
    .detailNextbtn2{
        width: 100%;
        min-width: 280px;
        height: 43px;
        margin: 0px 0px 30px 0px;
        display: flex;
        align-items: center;
        border: 1px solid #ddd;
    }
    
    .detailNextbtn3{
        width: 100%;
        min-width: 280px;
        height: 43px;
        margin: 30px 0px 30px 0px;
        display: flex;
        align-items: center;
        border: 1px solid #ddd;
    }
    
    .detailNextbtnh3{
        margin-left: 10px;
    }
    
    .detailNextbtndiv{
        margin-left: 10px;
        color: #7e7e7e;
    }
    
    .detailListbtn{
        display: flex;
        align-items: center;
        justify-content: center;
    }
}    
@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: 800px;
        display: flex;
        align-items: center;
    }
    
    /*상세페이지(detailpage)*/
    
    .groupHeadContainer{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
    }
    
    .detailPageContainer{
        width: 800px;
        height: auto;
        text-align: left;
    }
    
    .headDetailpageContainer{
        width: 100%;
        min-width: 280px;
        height: 60px;
        padding-bottom: 8px;
        margin: 30px 0px 20px;
    }
    
    .headDetailpageInfo{
        display: flex;
        font-size: 13px;
        margin-top: 8px;
    }
    
    .headDetailpageInfo div{
        padding-right: 8px;
    }
    
    .bodyDetailpageContainer{
        height: auto;
        min-width: 280px;
        width: 100%;
    }
    
    .bodyDetailpageContent{
        margin: 20px 0px 50px;
        font-size: 13px;
        max-width: 800px;
        text-align: start;
    }
    
    .detailbtnContainer{
        width: 100%;
        height: 38px;
        display: flex;
        flex-direction: column;
        align-items: end;
        margin: 30px 0px 10px;
        padding-bottom: 8px;
        border-bottom: 1px solid #ddd;
    }
    
    .detailbtnBox{
        width: auto;
        height: auto;
        display: flex;
        align-items: center;
    }
    .detailbtn{
        padding: 6px 2px 6px 14px;
        font-size: 13px;
        display: flex;
        align-items: center;
    }
    
    .detailListContainer{
        width: 100%;
        min-width: 280px;
        height: 73px;
        margin: 30px 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .detailpageContent{
        border: none;
        background: white;
        width: 100%;
        text-align: left;
        resize: none;
        overflow:hidden;
        height: auto;
    }
    
    .detailListbtn{
        width: 78px;
        height: 39px;
        border: 1px solid black;
        border-radius: 3px;
    }
    
    .detailNextbtn1{
        width: 100%;
        min-width: 280px;
        height: 43px;
        margin: 30px 0px 0px 0px;
        display: flex;
        align-items: center;
        border: 1px solid #ddd;
    }
    
    .detailNextbtn2{
        width: 100%;
        min-width: 280px;
        height: 43px;
        margin: 0px 0px 30px 0px;
        display: flex;
        align-items: center;
        border: 1px solid #ddd;
    }
    
    .detailNextbtn3{
        width: 100%;
        min-width: 280px;
        height: 43px;
        margin: 30px 0px 30px 0px;
        display: flex;
        align-items: center;
        border: 1px solid #ddd;
    }
    
    .detailNextbtnh3{
        margin-left: 10px;
    }
    
    .detailNextbtndiv{
        margin-left: 10px;
        color: #7e7e7e;
    }
    
    .detailListbtn{
        display: flex;
        align-items: center;
        justify-content: center;
    }
} 

@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;
    }
    
    /*상세페이지(detailpage)*/
    
    .groupHeadContainer{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
    }
    
    .detailPageContainer{
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
        height: auto;
        text-align: left;
    }
    
    .headDetailpageContainer{
        width: 95%;
        min-width: 280px;
        height: 60px;
        padding-bottom: 8px;
        margin: 30px 0px 20px;
    }
    
    .headDetailpageInfo{
        display: flex;
        font-size: 13px;
        margin-top: 8px;
    }
    
    .headDetailpageInfo div{
        padding-right: 8px;
    }
    
    .bodyDetailpageContainer{
        height: auto;
        min-width: 280px;
        width: 95%;
    }
    
    .bodyDetailpageContent{
        margin: 20px 0px 50px;
        font-size: 13px;
        max-width: 800px;
        text-align: start;
    }
    
    .detailbtnContainer{
        width: 100%;
        height: 38px;
        display: flex;
        flex-direction: column;
        align-items: end;
        margin: 30px 0px 10px;
        padding-bottom: 8px;
        border-bottom: 1px solid #ddd;
    }
    
    .detailbtnBox{
        width: auto;
        height: auto;
        display: flex;
        align-items: center;
    }
    .detailbtn{
        padding: 6px 2px 6px 14px;
        font-size: 13px;
        display: flex;
        align-items: center;
    }
    
    .detailListContainer{
        width: 100%;
        min-width: 280px;
        height: 73px;
        margin: 30px 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .detailpageContent{
        border: none;
        background: white;
        width: 100%;
        text-align: left;
        resize: none;
        overflow:hidden;
        height: auto;
    }
    
    .detailListbtn{
        width: 78px;
        height: 39px;
        border: 1px solid black;
        border-radius: 3px;
    }
    
    .detailNextbtn1{
        width: 100%;
        min-width: 280px;
        height: 43px;
        margin: 30px 0px 0px 0px;
        display: flex;
        align-items: center;
        border: 1px solid #ddd;
    }
    
    .detailNextbtn2{
        width: 100%;
        min-width: 280px;
        height: 43px;
        margin: 0px 0px 30px 0px;
        display: flex;
        align-items: center;
        border: 1px solid #ddd;
    }
    
    .detailNextbtn3{
        width: 100%;
        min-width: 280px;
        height: 43px;
        margin: 30px 0px 30px 0px;
        display: flex;
        align-items: center;
        border: 1px solid #ddd;
    }
    
    .detailNextbtnh3{
        margin-left: 10px;
    }
    
    .detailNextbtndiv{
        margin-left: 10px;
        color: #7e7e7e;
    }
    
    .detailListbtn{
        display: flex;
        align-items: center;
        justify-content: center;
    }
} 
