*{font-family: 'Noto Sans KR', sans-serif;}

body{margin: 0;}


.container_w{
    width:100%;
    max-width:1300px;
    margin:0 auto;
    overflow: hidden;
}

ul{
    list-style: none;
    padding: 0;
    margin:0;
}

a{
    text-decoration: none;
    color: inherit;
    /* width:100%;
    height:100%;
    display: block; */
}

p{
    margin: 0;
}



/* 스크롤 탐 */
.scroll_top_in{
    width:55px;
    height:500px;

    position: fixed;
    right:70px;
    bottom:0px;

    z-index: 999;
    /* display: none; */
}

.scroll_top_in img{
    margin-bottom: 6px;
} 


/* footer */
.footer{
    width:100%;
    background-color: #202020;
    padding: 70px 0;
    box-sizing: border-box;
}

.s_footer{
    width:100%;
    background-color: #202020;
    padding: 70px 0;
    box-sizing: border-box;
    margin-top: 180px;
}

.footer_01{
    max-width: 1300px;
    width:100%;
    margin: 0 auto;
    overflow: hidden;
}

.footer_01 > ul{
    width:calc(100% / 3);
    float: left;
}

.footer_01 li{
    font-size: 12px;
    line-height: 25px;
    color: #fff;
    opacity: 0.5;
    text-align: center;
}

.footer_01 .f_txt_top{
    font-size: 14px;
    font-weight: 500;
    opacity: 1;
}

.footer_02{
    margin-top: 40px;
    overflow: hidden;
    width:100%;
    border-top: 1px solid rgb(83, 83, 83);
    border-bottom: 1px solid rgb(83, 83, 83);
    padding: 20px 30px;
    box-sizing: border-box;
}

.footer_02 div:nth-child(1){
    float: left;
    font-size: 12px;
    color:rgb(179, 179, 179);
    
}

.footer_02 div:nth-child(2){
    float: right;
    font-size: 12px;
    color:rgb(179, 179, 179);
}

.footer_03 div{
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    color: rgb(179, 179, 179);
    margin-top: 40px;
}