@font-face {
    font-family: 'NEXON Lv1 Gothic OTF Light';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NEXON Lv1 Gothic OTF';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NEXON Lv1 Gothic OTF Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

a, p, li, ul, h3, h2, h1, address, button, div{font-family: NEXON Lv1 Gothic OTF Light;}


header{
    position: relative;
    width: 100%;
    text-align: center;
}
header::after{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 200px;
    background-color: #3f2813;
    z-index: -5;
}
header img{
    width: 45%;
    margin-top: 50px;
    box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.2);
}


@media(max-width:1280px){
    header img{
        width: 60%;
    }
}
@media(max-width:840px){
    header::after{
        height: 150px;
    }
    header img{
        width: 80%;
    }
}
@media(max-width:600px){
    header::after{
        height: 0px;
    }
    header img{
        margin-top: 0px;
        width: 100%;
    }
}







#title{
    /* margin-top: 30px; */
    text-align: center;
}
#title h1{
    font-weight: bold;
    font-size: 3.5em;
    padding: 50px 0 20px 0;
}
#title p{
    font-size: 1.2em;
}
#title .logo{ 
    width: 17%;
    margin: auto;
    padding: 50px 0;
}


@media(max-width:1280px){
    #title h1{
        font-size: 3em;
    }
    #title p{
        width: 80%;
        margin: auto;
        font-size: 1em;
    }
    #title .logo{ 
        width: 25%;
        padding: 8% 0;
    }
}
@media(max-width:840px){
    #title .logo{ 
        width: 35%;
        padding: 10% 0;
    }
}
@media(max-width:480px){
    #title h1{
        padding: 30px 0 10px 0;
        font-size: 2.2em;
    }
    #title p{
        font-size: 0.8em;
    }
    #title .logo{ 
        width: 45%;
        padding: 10% 0;
    }
}




#text{
    text-align: center;
}
#text h2{
    font-size: 2em;
    font-weight: bold;
}
#text h2::after{
    content: "";
    position: absolute;
    display: block;
    width: 350px;
    height: 3px;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    background-color:  #3f2813;
}
#text .color{
    padding-top: 50px;
}

#text div {
    width: 45%;
    margin: 60px auto;
}



#text .color_table{
    width: 30%;
}

#text .color_table ul{
    display: flex;
    justify-content: center;
    font-size: 0.8em;
}
#text .color_table ul li{
    height: 130px;
    width: 110px;
    color: white;
    position: relative;
    letter-spacing: 2px;
}

#text .color_table ul li p{
    position: absolute;
    padding: 5px;
    bottom: 0px;
}

#text .color_table ul .cmyk01{ background-color: #3f2813;}
/* #text .color_table ul .cmyk02{ background-color: #f9bf3d;}
#text .color_table ul .cmyk03{ background-color: #383a3a;} */

@media(max-width:1280px){
    #text h2::after{
        width: 330px;
        height: 3px;
    }
    #text div {
        width: 60%;
        margin: 50px auto;
    }
    
    #text .color_table{
        width: 45%;
    }
    #text .color_table ul li{
        height: 130px;
        width: 110px;
    }
    
}
@media(max-width:840px){
    #text h2{
        font-size: 1.8em;
    }
    #text h2::after{
        width: 300px;
        height: 3px;
    }
    #text div {
        width: 80%;
        margin: 50px auto;
        font-size: 0.9em;
    }
    #text .color_table{
        width: 70%;
    
    }
    #text .color_table ul li{
        height: 130px;
        width: 100px;
    }
    
}

@media(max-width:480px){
    #text h2{
        font-size: 1.3em;
    }
    #text h2::after{
        width: 220px;
        height: 2px;
    }
    #text div {
        width: 85%;
        margin: 30px auto;
    }

    #text .color_table{
        width: 80%;
        text-align: left;
    }
    #text .color_table ul li{
        height: 100px;
        width: 70px;
    }
}








#img_list p{
    width: 45%;
    margin: auto;
    text-align: center;
}
#img_list p:nth-child(1) img { width: 50%; margin: 80px 0;}
#img_list p img { width: 100%;}





@media(max-width:1280px){
    #img_list p{
        width: 60%;
    }
    #img_list p:nth-child(1) img { width: 60%;}
}
@media(max-width:840px){
    #img_list p{
        width: 80%;
    }
}
@media(max-width:600px){
    #img_list p{
        width: 100%;
    }
    #img_list p:nth-child(1) img { width: 70%;}
}



footer{
    position: relative;
    width: 100%;
    text-align: center;
    height: 200px;
    background-color: #3f2813;
    z-index: -5;
    margin-top: 10%;
}


footer div {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 45%;
    height: 200px;
    background-color: white;
    box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.2);

}

footer div h3,footer div address{
    font-size: 0.9em;
    padding: 10px 0;
}
footer div p{
    padding: 25px 0;
    font-size: 1.2em;
    line-height: 30px;
}
footer div p span{
    font-size: 2em;
    display: block;
}

@media(max-width:1280px){
    footer div {
        width: 80%;
        height: 200px;   
    } 
}

@media(max-width:600px){
    footer{
        height: 0px;
        background-color: #3f2813;
        z-index: -5;
        margin-top: 5%;
    }
    footer div {
        background-color: #3f2813;
        position: static;
        left: 0;
        transform: translateX(0%);
        width: 100%;
        height: 150px;  
        bottom: 0px; 
    } 
    footer div h3,footer div address{
        font-size: 0.8em;
        padding: 5px 0;
        color: white;
    }
    footer div p{
        padding: 20px 0;
        font-size: 1em;
        line-height: 25px;
        color: white;
    }
    footer div p span{
        font-size: 1.8em;
        display: block;
    }
}







.home{
    position: fixed;
    width: 80px;
    top: 5%;
    left: 10%;

}

.home .grap_st02 {
    fill: white;}

@media(max-width:1280px) {
    .home{
        width: 60px;
        top: 30px;
        left: 5%;
    }
}

@media(max-width:840px){
    .home{
        width: 50px;
        left: 10px;
    }
}

@media(max-width:480px){
    .home{
        top: 25px;
    }
}