@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html{
    overflow-y: scroll;
    height: 100%;
}
a{
    color: #333;
    text-decoration: none;
    
}
li{
    list-style: none;
}
img{
    vertical-align: top;
}
.main{
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    position: fixed;
    background: #e6e3fe;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.main img{
margin: 30px;
    width: 80%;
}

.main::before, .main::after{
    content: "";
    display: inline-block;
    background: #5145ad;
    width: 2px;
    height: 35%;
}
p{
    display: none;
    font-size: smaller;
    transform: rotate(0.01deg);
    padding: 5px;
    font-family: 'GmarketSansLight';
    color: #5145ad;
}
header{
    height: 50px;
    width: 100%;
    z-index: 999;
    position: fixed;
    
    padding: 15px;
    transition: 0.5s;
    overflow-y: scroll;
}
nav{
    font-family: 'GmarketSansLight';
    font-weight: bold;
     top: 50px;
    transition: 0.5s;
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    left: -100%;
    padding: 20px;
    display: none;
    z-index: 3;
    overflow-y: scroll;
}
nav>ul{
    font-weight: 800;
    height: 90%;
    overflow-y: scroll;
}
nav>ul>li>a{
    color: #5145ad ;
    font-weight: 800;
    font-size: 1rem;
    
    margin: 40px 0;
    display: block;
}
nav>ul>li>ul{
    /*서브그룹 글씨작게+패딩++*/
    font-size: 0.9rem;
    padding: 0 5px;
}
.mbtn{
    right: 20px;
    position: absolute;
    width: 25px;
    height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    cursor: pointer;
}
.mbtn span, .mbtn::before , .mbtn::after{
    content: "";
    display: block;
    background: #5145ad;
    height: 3px;
    transition: 0.3s;  
}
.mbtn.on span{
    opacity: 0;
}
.mbtn.on::before{
    transform: rotate(45deg) translateY(12px);
}
.mbtn.on::after{
    transform: rotate(-45deg) translateY(-12px);
}
#profile{
    background: #e6e3fe;
    
}
#logo img,  #d-hello img {
    padding-top: 60px;
width: 100%;
}
#brand{
    background: #e6e3fe;
}
#profile img, #poster img,#banner img, #web img, #leaflet img, #detail img, #ji img, #gi img, #app img, #package img {
    width: 100%;
}

#card img{
    padding: -50px;
    width:100%;
}
#hack{
    background: #fef7f2;
}
#add{
    background: #e6e3dc;
}
#family{
    background: #fff5ee;
}
#berry{
    background: #fff5ee;
}
#arte {
    background: #749463;
}
#d-hello {
    background: #f6da9b;
}
#cozy, #cozy02 {
    background: #dcb39b;
}
#chicago {
    background: #111f32;
}
#fruit, #package {
    background: #fefacd;
}

#web>div{
    position: relative;
}
#web a{
    font-family: 'GmarketSansLight';
    font-size: 1.1rem;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    text-align:center;
    line-height: 33px;
    bottom:50px;
    right: 20%;

}
#btn-a{
    background: #0e0e0e;
}
#btn-b{
   background: #004db5; 
}
#btn-c{
    background:#1db12a ;
}
#btn-d{
    background: #ea8e2c;
}
#top{
    position: fixed;
    bottom: 50px;
    right: 30px;
    width: 55px;
    display: none;
}
#top img{
    width: 100%;
}
.pc {
    display: none;
}

/*
#5145ad 진보라
#e6e3fe 연보라
*/

/***태블릿***/
@media all and (min-width: 768px){}


/***PC***/
@media all and (min-width: 1024px){
    #container{
        max-width: 1450px;
        margin: 0 auto;
    }

    .mobile{
        display: none;
    }
    .main{
        display: none;
    }

    .pc{
       
        display: block;
        width: 100%;
        
    }
    /*******PC버전 메인 화면 딜레이될 모습 시작**********/
    .main_pc{ 
        width: 100%;
        z-index: 9999;
        top: 0;
        left: 0;
        position: fixed;
        background: #e6e3fe;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }
    .main_pc img{
        z-index: 999999;
        margin: 30px;
            width: 20%;
        }
        .main_pc::before, .main_pc::after{
            content: "";
            display: inline-block;
            background: #5145ad;
            width: 2px;
            height: 35%;
        }
     /*******PC버전 메인 화면 딜레이될 모습 끝**********/
   
   
   
   
     #logo img, #detail img{
        padding-top: 0;
    }
    #mpc{
       position: relative;
        top: 50%;
     left: 0%;
        width:1400px;
    }
    
    div{
        
        max-width: 100%;
    }
    #home{
        
        height: 100%;
       
    }
    body{
        
        background: #e6e3fe ;
        
    }
    #web a{
        bottom: 100px;
        right: 91%;
    }
}