@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:nth-child(3) a{
    color: #4f80ff;
}

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



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

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


.contacts{
    margin-top: 200px;
    width: inherit;
    height: 500px;
}

.contacts .ct_box{
    width: 700px;
    height: 430px;
    margin: 50px auto 0;
    font-family: 'Poppins', sans-serif;
}

.ct_box .ct_box1, .ct_box2{
    width: 350px;
    height: 430px;
    float: left;
    text-align: center;
}

.ct_img{
    width: 350px;
    height: 250px;
}

.ct_box1 .ct_img{
    background: url(../img/contact_01.png) no-repeat;
}
 
.ct_box2 .ct_img{
    background: url(../img/contact_02.png) no-repeat;
}


.ct_box h1{
    font-weight: 500;
    font-size: 20px;
    margin: 5px 0;
    color: #808080;
}

.ct_box h2{
    font-weight: 700;
    font-size: 20px;
    margin: 0 auto;
    line-height: 35px;
    color: #4f80ff;
    width: 250px;
    height: 35px;
    background: url(../img/title_bg.png) no-repeat; 
}

.ct_box2 h2{
    width: 200px;
}
 


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

#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;
}