@font-face {
    font-family: 'SUIT-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'SUIT-Regular', sans-serif;
}
ul,li{
    list-style: none;
}
a{
    text-decoration:none; color: #333333;
}

#wrap {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    max-width: 1025px;
}

section {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

img{
    float:left;
    display:block;
}

body::-webkit-scrollbar { 

    display: none; 

}

body::-ms-scrollbar { 

    display: none; 

}

.in_wrap{
    margin: 0 auto;
    width: 62.5%;
    overflow: hidden;
}

.in_nav li{
    color: #e3ae36;
}

.in_nav li a{
    color: #e3ae36;
}

.in_navs li a{
    color: #565656;
}

#section_1{
    background-position: center;
}