@charset "UTF-8";
/*
2019.02.22
leewooju@secondspace.kr
작성자 : 이우주

주식회사 세컨드스페이스
*/
body{
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans KR'
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    float: left;
}
ul li{float: left; width: 100%}
ul li img{width: 100%;float: left;}
.head{position: fixed;top: 0;left: 0;background-color: #000;color: #fff;width: 100%;height: 50px;overflow: hidden;z-index: 1;}
.head ul{
    color: rgba(255,255,255,.5);
}
.head li{
    line-height: 40px;
}
.head li a{
    margin-left: 50px;
    font-weight: 100;
    line-height: 50px;
    letter-spacing: 6px;
    font-size: 11px;
    color: rgba(255,255,255,.5);
    text-decoration: none;
    transition: .2s;
}
.head li a:before{content: '';position: absolute;width: 10px;height: 10px;border-top:1px solid #fff;border-left: 1px solid #fff;transform: rotate(-45deg);top: 20px;left: 25px; transition: .2s}
.head li a:hover{color: yellow}
.head li a:hover:before{border-color: yellow}
.head li:nth-child(1){
    height: 50px;
    width: auto;
}
.head li:nth-child(2){
    width: auto;
    line-height: 50px;
    font-size: 15px;
    font-weight: 100;
}
.head li:last-child{
    float: right;
    width: auto;
    font-size: 13px;
    line-height: 50px;
    margin-right: 20px;
    font-weight: 400;
    text-align: right;
    letter-spacing: 10px;
    color: rgba(255,255,255,.8);
}
.foot{
    position: fixed;
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    background-color: #000;
    line-height: 50px;
    text-align: right;
    z-index: 1;
}
.foot h6{
    margin: 0;
    color: rgba(255,255,255,.3);
    font-weight: 100;
    font-size: 11px;
    letter-spacing: 6px;
    margin-right: 45px;
}
.head li span{
    letter-spacing: 2px;
}
@media all and (max-width: 799px) {
    .head{
    height: 40px;
}
    .head li span{}
    .head li a{margin-left: 34px;line-height: 40px;}
    .head li a:before{
    top: 15px;
    left: 15px;
}
    .head li:nth-child(1){
    height: 40px;
}
    .head .head li:nth-child(2){}
    .head li:last-child{
    font-size: 11px;
    background-color: #000;
    line-height: 40px;
    margin-right: 10px;
}
    .foot{
    height: 40px;
}
    .foot h6{
    font-size: 9px;
    line-height: 40px;
    margin-right: 10px;
}
}
