*{
        font-family: "Audiowide", sans-serif;
    list-style: none;
    text-decoration: none;
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;
    color: #000;
}

h1 {
    font-size: 68px;
    height: 100px;
    color:#fff
}
h2 {
    font-size: 40px;
    text-align: center;
}
.contents1{
    font-size: 20px;
    font-weight: lighter;
    color: rgb(167, 167, 167);
}
.contents1_bold{
    font-size: 18px;
    font-weight: bold;
}

.intro_bg{
    /*background-image:url(image/intro.png);*/
    background-image:url(image/bg.gif);
    width: 100%;
    height: 720px;
    margin-top: -150px;
}

.header{
    display: flex;
    width: 100%;
    margin: auto;
    height: 86px;
    position: fixed;
    top: 0px;
    background-color: rgb(0, 0, 0);
}
.search_area{
    width: 300px;
    height: 40px;
    background: rgba(66, 66, 66, 0.5);
    border-radius: 5px;
    margin-top: 24px;
    position: relative;
    left: 311px;
}

.search_area > form > input{
    border: none;
    width: 250px;
    height: 40px;
    background: rgba(0,0,0,0);
    color:#fff;
    padding-left:10px;
}
.search_area > form > span{
    width: 50px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
.nav{
    display: flex;
    justify-content: flex-end;
    line-height: 86px;
    width: calc(1280px - 300px);
    color:#fff;
    font-size: 20px;
    margin: auto;
}

.nav > li{
    margin-left:84px;
}

.nav > li > a {
    color: #fff;
}

.intro_text{
    width: 100%;
    margin: 230px auto 230px auto; /*상 우 하 좌*/
    text-align: center;
    position: relative;
    top: 200px;
}
.intro_text > h4{
    color:rgb(129, 129, 129);
}

.main_text0{
    width: 100%;
    height: 800px;  
    background: #eeeeee;
}
.main_text0 > h1{
    padding-top: 116px;
    text-align: center;
}
.main_text0 > .contents1{
    text-align: center;
}

.icons{
    display: flex;
    width: 1280px;
    height: 300px;
    margin: auto;
}

.icons > li {
    flex: 1;
    background: white;
    margin-top: 50px;
    height: 300px;
    text-align: center;
}

.icons > li:not(:last-child){
    margin-right: 20px;
}

footer {
    display: flex;
    background: #1f1f1f;
    padding: 30px;
}   

footer > div:first-child{
    flex: 2;
    text-align: center;
    color: #fff;
}

footer > div:last-child{
    flex: 10;
    color: #fff;
}
