*{margin:0; padding:0; -webkit-text-size-adjust:none;}

body{
    background-color:white;
}

ul{
    list-style: none;
    padding:0px !important;
    margin: 0px;
}

ul> li{
    float: left;
 }


 ul li,
 a{
     text-decoration: none;
 }

a{
    text-decoration:none !important;
    color: rgb(34, 34, 34) !important;
}


table{
    font-family: sdGothic, serif;
}
th{
    font-weight: 500;
    color: rgb(107, 107, 107);
}
td{
    padding: 15px 0px 15px 0px !important;
    color: rgb(107, 107, 107);
}

.container{
    width: 1140px;
    margin: auto;
}

.title-wrapper{
    max-width: 1140px;
    margin: auto;
    padding: 50px 0px 30px 0px;
}
.title{
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    margin: auto;
    font-weight: 600;
    line-height: 1.6;
    font-size: 2em;
    color: #323D2A;
    letter-spacing: 0.3em;
    font-weight: 400;
    font-family: NotoSerifKR, sans-serif;
}

