* {
    box-sizing: border-box;
}

body {
    margin: 0px;
    background-color: #000;
    overflow: auto;
    overflow-x: hidden;
    font-family: 'Nanum Gothic', sans-serif;
}

a {
    color: rgba(255,255,255,0.9);    
    
}

a:hover {
    color: rgba(255,255,255,1);
}

h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: rgba(255,255,255,0.9);    
}

h4 {
    font-size: 19px;
    color: rgba(255,255,255,0.9); 
}

h4 a {
    text-decoration: none;
}

b {
    color: rgba(255,255,255,0.9);    
}

#canvas {
    margin: 0px;
    background-color: #000000;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

h1.title {
    position: absolute;
    top: 10%;
    right: 100px;
    text-align: right;
    z-index: 9999;
    font-size: 38px;
    line-height: 48px;
    color: rgba(255,255,255,0.9);       
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

.open {
    position: absolute;
    right: 100px;
    top: 82%;
}

.open a {
    text-align: center;
    display: inline-block;
    width: 175px;
}

.open a img {
    width: 20px;
    opacity: 0.8;
}

.social {
    opacity: 0.9;
    position: absolute;
    top: 75%;
    right: 100px;
    text-align: right;
    z-index: 9999;
}

.social a {
    margin-left: 21px;
    display: inline-block;
    vertical-align: top;
    
}

.social a img {
    width: 25px;
    position: relative;
    transition: all 0.3s ease;
}

.social a img:hover {
    transform: translateY(-4px);
    transition: all 0.3s ease;
}

.social a.youtube img {
    width: 27px;
}

.social a.instagram img {
    width: 21px;
    top: 2px;
}

.social a.bandcamp img {
    width: 35px;
    top: -3px;
}

.social a.email img {
    position: relative;
}


.container {
    padding: 80px 110px 30px 110px;
    width: 100%;
}

.content {
    width: 100%;
    padding-bottom: 100px;
    color: rgba(255,255,255,0.9);    
    font-size: 14px;
    line-height: 27px; 
}

.content-left, .content-right{
    width: 40%;
    float: left;
} 

.content-right {
    width: 59%;  
    padding-top: 20px;
    float: right;
}

a.youtube-link {
    text-decoration: none;
    font-size: 13px;
    margin-top: 3px;
    display: inline-block;
}

.content-left .social {
    position: static;
    text-align: left;
    margin-top: 60px;
}
.content-left .social a {
    margin-left: 0;
    margin-right: 21px;
}

.content-left .text {
    width: 100%;    
    padding-bottom: 60px;
} 

.content-box {
    margin-bottom: 40px;
}

.video {  
    overflow: hidden;
    max-width: 100%;
    text-align: right;
}

.video-info {
    text-align: right;
    margin-top: 50px;   
}

.frame-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */  
    padding-top: 25px;
    width: 328%; /* enlarge beyond browser width */
    left: -115%; /* center */
}

.frame-container iframe {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
}

.video-info p {
    margin-bottom: 25px;
}


.footer {
    clear: both;
    border-top: 1px solid rgba(255,255,255,0.3);
    width: 100%;
    padding: 30px 0 10px 0;
}

.copyright {
    color: rgba(255,255,255,0.8);
    float: left;
    font-size: 13px;
    line-height: 100%;
}

.up {
    text-align: right;
    float: right;
    position: relative;
    margin-right: 10px;
}

.up img {
    width: 20px;
    opacity: 0.8;
}

.footer-menu {
    text-align: right;
    float: right;
    font-size: 15px;
    line-height: 100%;
    position: relative;
    margin-top: -5px;
}

.footer-menu a {
    text-decoration: none;
}

@media screen and (max-width: 1390px) {
    .container {
        padding: 50px 50px 30px 50px;
    }
}

@media screen and (max-width: 1040px) {
    .content-left, .content-right{
        width: 100%;
        float: unset;        
    } 
    .content-left {
        margin-top: 100px;
    } 
    .video-info {
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .container {
        padding: 30px;
    }
    .content {
        font-size: 13px;
        line-height: 25px;
        padding-bottom: 20px;
    }
    h3 {
        font-size: 17px;
    }
    h4 {
        font-size: 16px;
    }
    .content-left {
        margin-top: 60px;
        padding-top: 30px;
        border-top: 1px solid rgba(255,255,255,0.3);
    } 
    h1.title, .ani-content .social {
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        right: unset;
    }
    h1.title {
        top: 6%;
		font-size: 33px;
		line-height: 44px;
    }
   .ani-content .social {
        bottom: unset;
        top: 78%;
        width: 100%;
    }
    .ani-content .open {
        top: 87%;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
    }
    .ani-content .social a {
        margin: 0 10px;
    } 
    .content-left .text {
        padding-bottom: 0;
    }
}