@charset "utf-8";

@font-face {
    font-family: 'Kangbujang';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/naverfont_06@1.0/Kangbujang.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


* {
    margin: 0;
    padding: 0;
    text-align: center;
}

a {
    text-decoration: none;
    color: #fff;
}
a:hover {
    color: #ffc84d;
}


li {
    list-style: none;
}


/********************************/

#bgi {
    width: 100%;
    height: 100vh;
    background: url(../img/bgimg.png) center no-repeat;
    background-size: cover;
    position: fixed;
}

/********************************/
#wrap {
    width: 100%;
}

#content_box {
    width: 100%;
    height: 100vh;
}

/********************************/

.txt {
    width: 100%;
    height: 30vh;
}

.txt > ul {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.txt > ul > li:nth-child(1) {
    font: 900 50px 'Kangbujang';
    color: #fff;
    text-shadow: 0 0 10px #000;
}

.txt > ul > li:nth-child(2) {
    margin-top: 20px;
    font: 300 16px 'Noto Sans Kr';
    color: #fff;
    text-shadow: 0 0 10px #000;
}



/********************************/

.logo {
    max-width: 1024px;
    overflow: hidden;
    margin: 0 auto
}

.grid {
    display: grid;
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    width: 360px;
    margin: 0 auto; 
    grid-gap: 10px;
}
.grid > li {
    height: 190px;
    background-color: rgba(0,0,0,0.55);
    border-radius: 20px;
   
}
.grid > li:nth-child(2n) {
    margin-right: 0;
}
/********************************/

.me {
    width: 100%;
    height: 30vh;
    margin: 0 auto;
}
.me_img {
    width: 100%;
    height: 20vh;
    background-color: rebeccapurple;
    background: url(../img/me_2-01.png) center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
 
}
/********************************/

.logoimg {
    margin: 0 auto;
}

.soundcloud > li:nth-child(2) {
    color: #fff;
    font: 400 16px 'noto sans kr';
    letter-spacing: -1px;
    position: relative;
    top: -20px;
}

.soundcloud > li:nth-child(3) {
    width: 50%;
    margin: 0 auto;
    font: 300 14px/26px 'noto sans kr';
    border-radius: 10px;
    background-color: #000;
    letter-spacing: -1px;
    position: relative;
    top: -10px;
}

.soundcloud > li:nth-child(4) {
    width: 65%;
    margin: 0 auto;
    font: 300 14px/26px 'noto sans kr';
    border-radius: 10px;
    background-color: #000;
    letter-spacing: -1px;
    position: relative;
    top: -5px;
}

.showbox > li:nth-child(1) {
    margin-top: 20px;
}

.showbox > li:nth-child(2) {
    color: #fff;
    font: 400 16px 'noto sans kr';
    letter-spacing: -1px;
    margin-bottom: 5px;
    position: relative;
    top: -1px
}

.showbox > li:nth-child(3) {
    width: 50%;
    margin: 0 auto;
    font: 300 14px/26px 'noto sans kr';
    border-radius: 10px;
    background-color: #000;
    letter-spacing: -1px;
    position: relative;
    top: 3px;
}

.showbox > li:nth-child(4) {
    width: 65%;
    margin: 0 auto;
    font: 300 14px/26px 'noto sans kr';
    border-radius: 10px;
    background-color: #000;
    margin-top: 8px;
    letter-spacing: -1px;
}

.jyp > li:nth-child(1) {
    margin-top: 25px;
}

.jyp > li:nth-child(2) {
    color: #fff;
    font: 400 16px 'noto sans kr';
    letter-spacing: -1px;
    margin-top: 12px;
}

.jyp > li:nth-child(3) {
    width: 65%;
    margin: 0 auto;
    font: 300 14px/26px 'noto sans kr';
    border-radius: 10px;
    background-color: #000;
    margin-top: 25px;
    letter-spacing: -1px;
}


.branding > li:nth-child(1) {
    margin-top: 18px;
}

.branding > li:nth-child(2) {
    color: #fff;
    font: 400 16px 'noto sans kr';
    letter-spacing: -1px;
    margin-top: -2px;
}

.branding > li:nth-child(3) {
    width: 65%;
    margin: 0 auto;
    font: 300 14px/26px 'noto sans kr';
    border-radius: 10px;
    background-color: #000;
    letter-spacing: -1px;
    margin-top: 26px;
}





/********************************/
@media all and (min-width:768px) {
    .logo {
        width: 100%;
    }
    .grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        width: 800px;
        padding-top: 90px;
        grid-gap: 10px;
    }
    .grid > li:nth-child(n) {
        margin: 0;
    }


}
