body{
    margin: 0 auto;
    padding: 0;
}
a{
    text-decoration: none; 
    color:#000; 
}

.fade-slide {
    width: 100%;
    max-width: 2100px;
}
.fade-slide img {
    width:100%; 
    height: 300px;
    object-fit: cover;
    margin-top: 0px;
}
.contents_menu{
    display: flex;
    justify-content: center;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 22px; 
    letter-spacing: -1px;
    margin-top: -5px;
    height: 60px;
    background-color: #eee;
}
.contents_main_menu{
    width: 180px;
    background-color: royalblue;
    color: #ffffff;
    text-align: center;
    line-height: 60px;
}
.contents_space{
    width: 350px;
}
.contents_sub_menu{
    width: 180px;
    text-align: center;
    line-height: 60px;
}
.contents_sub_menu_select{
    width: 180px;
    text-align: center;
    line-height: 60px;
    background-color: #ffffff;
    border-bottom: solid 3px rgb(55, 86, 180);
}
.contents_text{
    font-family: 'Gothic A1', sans-serif;
    font-style: normal;
    font-size: 21px;
    letter-spacing: -1.5px;
    text-align: center;
    line-height: 2.0;
    margin-top: 40px;

}
.contents_text img{
    width:1000px; 
    margin: 0 auto;    
    object-fit: cover;
    margin-top: 30px;
    margin-bottom: 30px;
}
.table_text{
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
    line-height: 2.3;
}
table{
    align-items: center;
    width: 1000px;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #000;
}
th{
    padding: 10px;
    border-bottom: 1px solid #c9cacb;
    border-top: 1px solid #c9cacb;
    background-color: #eee;
}
td{
    padding: 10px;
    border-bottom: 1px solid #c9cacb;
    border-top: 1px solid #c9cacb;
}

.table_end{
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}

.p_text{
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 42px; 
    letter-spacing: -1px;
    color: #595960;
    margin-bottom: 20px;
    text-align: center;
}
.p1_text{
    font-family: 'Rajdhani', sans-serif;;
    font-size: 87px; 
    letter-spacing: -1px; 
    color: darkgray;
    margin-top: -50px;
    margin-bottom: -50px;
}
@media screen and (max-width:880px){
    .fade-slide img {
        width:100%; 
        margin: 0 auto;
        height: 200px;
        object-fit: cover;
    }
    .contents_menu{
        font-family: 'Noto Sans KR', sans-serif;
        font-size: 16px; 
        letter-spacing: -1px;
        margin-top: -5px;
        height: 50px;

    }
    .contents_text{
        font-size: 17px;
    }
    .contents_text img{
        width:100%; 
    }
    .contents_main_menu{
        width: 180px;
    }
    .contents_space{
        width:15%;
    }
    .contents_sub_menu{
        width: 200px;
    }
    .contents_sub_menu_select{
        width: 180px;
        text-align: center;
        line-height: 60px;
        background-color: #ffffff;
        border-bottom: solid 3px rgb(55, 86, 180);
    }
    .p2_text{
        font-size: 17px; 
        letter-spacing: 0px;
        margin-top: 25px;
    }
    .table_text{
        font-size: 14px;
        margin-top: 20px;
        margin-bottom: 10px;
        text-align: center;
    }
    table{
        align-items: center;
        width: 100%;
        border-collapse: collapse;
        margin-left: auto;
        margin-right: auto;
    }
    th, td{
        padding: 10px;
        border-bottom: 1px solid #c9cacb;
        border-top: 1px solid #c9cacb;
    }
    
}
