@import url(common.css);

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
/*
font-family: 'Noto Sans KR', sans-serif;
font-family: 'Poppins', sans-serif;
*/

body{
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-family: 'Noto Sans KR', sans-serif;
}

h1, h2, h3, h4, h5, h6, h7{
    font-weight: normal;
    font-size: 13px;
}

a{
    text-decoration: none;
}

li{
    list-style: none;
}

#wrap{
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/*=====================헤더=====================*/
#header{
    padding: 0;
    margin: 0;
    width: 100%;
    height:50px;
    margin-top: 30px;
}

.header_in{
    width: 1200px;
    height: inherit;
    margin: 0 auto;
    position: relative;
}

/*로고*/
.header_in .logo{
    width: 150px;
    height: 25px;
    background: url(../img/logo.png)no-repeat;
    margin: 10px;
    position: absolute;
}

/*네비게이션*/
.header_in .nav{
    float: right;
    height: inherit;
    margin-top: -3px;
}


.header_in .nav ul li{
    float: left;
    width: 130px;
    height: inherit;
    text-align: right;
}

.header_in .nav ul li a{
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    transition: all 0.5s;
}

.header_in .nav ul li:first-child a{
    color: #4f80ff
}

.header_in .nav ul li:hover a{
    color: #4f80ff;
}



/*=====================콘텐츠=====================*/
#contents{
    clear: both;
    width: 100%;
    margin-top: 80px;
}

.contents_in{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

img{
    vertical-align: top;
    margin: 0;
    padding: 0;
}

/*포트폴리오*/
.portfolio{
    margin-top: 30px;
    width: inherit;
}

.btn{
    width: 150px;
    height: 40px;
    padding: 5px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50px;
    position: absolute;
    top: 300px;
    left: 95px;
    cursor: pointer;
}

.btn a{
    color: #fff;
    display: block;
}

.btn_b{
    border: 1px solid #333;
    top: 260px;
}

.btn_b a{
    color: #333;
    display: block;
}




/*=====================푸터=====================*/

#footer{
    width: 100%;
    height: 130px;
    border-top: 1px solid #808080;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.f_nav{
    width: 340px;
    height: 30px;
    margin: 20px auto 0;
    padding: 0;
}

.f_nav ul{
    width: 340px;
    height: 30px;
    margin: 0;
    padding: 0;
}

.f_nav ul li{
    float: left;
    width: 100px;
    height: inherit;
    margin-right: 20px;
}

.f_nav ul li:last-child{
    margin-right: 0;
}

.f_nav ul li a{
    color: #333;
    font-weight: 500;
}

#footer p{
    margin: 0;
    font-size: 13px;
    color: #808080;
}

#footer p:nth-child(2){
    margin-top: 10px;
}