@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, button{font-family: NEXON Lv1 Gothic OTF Light;}


header{
    position: relative;
    width: 100%;
    overflow: hidden;
}

header .shape {
    position: absolute;
    width: 120%;
    margin: auto;
    z-index: -5;
    left: 50%;
    transform: translate(-50%);
    top: -30%;

}
header .http{
    width: 70%;
    margin: auto;
    color: black;
    padding: 5px;
    font-size: 0.8em;
    letter-spacing: 0.5px;
}

header .title{
    width: 380px;
    height: 150px;
    margin: auto;
    margin-top: 4%;
    margin-bottom: 5%;
    color: black;
}
header .title h1{
    font-size: 3.5em;
    line-height: 60px;
    font-family: 'NEXON Lv1 Gothic OTF';
}
header .title h1 span{
    text-align: right;
    font-size: 0.9em;
    display: block;
    font-family: 'NEXON Lv1 Gothic OTF Light';
}
header .title p{
    text-align: right;
    font-size: 0.8em;
    letter-spacing: 1px;
} 



@media(max-width:1600px){
    header .title{
        width: 300px;
        margin-top: 2%;
        margin-bottom: 4%;
    }
    header .title h1{
        font-size: 3em;
        line-height: 50px;
    }
    header .title p{
        font-size: 0.8em;
    } 
}

@media(max-width: 1280px){
    header .shape {
        top: -20%;
    }
    header .title{
        width: 300px;
        margin-top: 0%;
    }
    header .shape {
    min-width: 1100px;
    }
}

@media(max-width: 840px){
    header .shape {
        top: 0%;
    }
    header .http{
        width: 100%;
        font-size: 0.7em;
    }
    header .title{
        width: 250px;
        margin-top: 40px;
    }
    header .title h1{
        font-size: 2.5em;
        line-height: 40px;
    }

    header .title p{
        font-size: 0.5em;
    } 
}

@media(max-width: 440px){
    header .http{
        opacity: 0.6;
    }
    header .title{
        width: 220px;
    }
    header .title h1{
        font-size: 2.2em;
        line-height: 40px;
    }

    header .title p{
        opacity: 0.6;
        font-size: 0.5em;
    } 


}






/* section01.------------------------------------------------------------------------------------- */
.display {
    position: relative;
    background-color: transparent;
    padding-top: 10%;
    width: 100%;
    height: 750px;
}



.display img:nth-child(1){
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
.display img:nth-child(2){
    position: absolute;
    width: 50%;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
}

.display button{
    position: absolute;
    top: 25%;
    left: 70%;
    background-color: white;
    border: 2px solid #aedcf9;
    width: 150px;
    height: 50px;
    line-height: 45px;
    cursor: pointer;
    color:#aedcf9;

    z-index: 1;
}
.display button a {
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #aedcf9;
    font-weight: bold;
    font-size: 1.1em;
}
.display  button::after{
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color:#aedcf9;
    transition: all 0.3s ease;
}

.display  button:hover, .display button:hover a{
    color: white;
  }
  
.display  button:hover:after {
    left: 0;
    width: 100%;
  }
  
  .display  button:active {
    top: 26%;
  }


@media(max-width:1600px){
    .display {
        height: 700px;
    }
    .display button{

        top: 30%;
        left: 70%;

        width: 150px;
        height: 50px;
    }
    .display  button:active {
        top: 31%;
      }
}
@media(max-width: 1280px){
    .display {
        height: 750px;
    }

    .display button{
        top: 3%;
        left: 50%;
        transform: translateX(-50%);
    }
    .display  button:active {
        top: 4%;
      }

    .display img:nth-child(2){
        width: 70%;
        bottom: 5%;
    }
}
@media(max-width: 840px){
    .display {
        height: 550px;
    }
    .display img:nth-child(2){
        width: 80%;
        bottom: 0%;
    }
}
@media(max-width: 600px){
    .display {
        height: 500px;
    }
    .display button{
        line-height: 35px;
        font-size: 0.7em;
        width: 120px;
        height: 40px;

    }
    .display img:nth-child(2){
        width: 85%;
    }
}

@media(max-width: 440px){
    .display {
        height: 350px;
    }

}


@media(max-width:1600px){}
@media(max-width:1280px){}
@media(max-width:840px){}
@media(max-width:600px){}



/* section02.------------------------------------------------------------------------------------- */
.text {
    margin: 8% 0;
}

.text .se02  {
    width: 65%;
    margin: 5% auto;
}
.text .se02 h2{
    position: relative;
    font-size: 1.8em;
    font-weight: bold;
    z-index: 100;
}

.text .se02 h2::after{
    content: "";
    position: absolute;
    left: -0.5%;
    bottom: 8%;
    height: 15px;
    background-color: #aedcf9;
    border-radius: 50px 10px 50px 10px;
    z-index: -1;
}
.text .project h2::after{
    width: 130px;
}

.text .project ul{
    padding: 2% 5%;
}

.text .project ul .tx{
    padding-top: 20px;
    width: 600px;
    font-size: 0.9em;
}


.style {
    background-color: #fafafa;
    font-size: 0.9em;
}
.style .color {
    padding-top: 50px;
}
.style .color h2::after {
    width: 70px;
}

.style .color>p{
    padding: 2% 5%;
}

.style .color .color_list{
    display: flex;
    width: 80%;
    margin: auto;
    justify-content: space-around;
    text-align: center;
}

.style .color .color_list>li {
    width: 100%;
}
.style .color .color_list li {
    margin: 15px 0;
   
}
.style .color .color_list>li>p{
    color: transparent;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: auto;    
}

.style .color .rgb li p{
    font-size: 0.9em;
}
.style .color .rgb li p b {
    font-family: NEXON Lv1 Gothic OTF Bold;
    font-size: 1.1em;
    margin-right: 5px;
}

.style .color .round01>p{ background-color: #f4ed98;}
.style .color .round02>p{ background-color:#eae15d;}
.style .color .round03>p{ 
    background-color: #aedcf9;
}
.style .color .round04>p{ background-color: #ffffff;
    box-shadow: 2px 0px 5px rgb(233, 233, 233);}
.style .color .round05>p{ background-color: #000000;}


.style .font {
    padding-bottom: 50px;
}

.style .font h2::after {
    width: 70px;
}
.style .font>p{
    padding: 2% 5%;
}
.style .font div{
    padding: 0 5%;
    font-size: 2em;
}
.style .font div p{
    display: inline-block;
    padding: 0 5%;
}


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

.style .font div p:nth-child(1){font-family: Handon3gyeopsal300g;}
.style .font div p:nth-child(2){font-family: NEXON Lv2 Gothic;}

@media(max-width:1600px){}
@media(max-width:1280px){
    .text .se02  {
        width: 70%;
    }
    .text .se02 h2{
        font-size: 1.3em;
        font-weight: bolder;
    }
    .text .se02 h2::after{
        bottom: 10%;
        height: 10px;
    }
    .text .project h2::after{
        width: 90px
    }
 
    .text .project ul{
        padding: 2% 5%;
    }
    .text .project ul .tx{
        padding-top: 20px;
        width: 90%;
    }
    .style .color h2::after {
        width: 50px;
    }
    .style .color .color_list{
        width: 90%;
    }
    .style .color .color_list>li>p{
        width: 80px;
        height: 80px;
    }
    .style .font h2::after {
        width: 50px;
    }
}


@media(max-width:840px){
    .text .se02  {
        width: 95%;
        margin: 10% auto;
    }
    .text .project ul{
        padding: 30px 30px;
    }
    .text .project ul .tx{
        padding-top: 20px;
        width: 90%;
    }
    .text .project ul .tx{
        width: 100%;
    }
    .style .color .color_list{
        width: 90%;
    }
}
@media(max-width:600px){
    .text .se02 h2{
        font-size: 1.2em;
    }
    .text .project h2::after{
        width: 80px
    }
    .style .color h2::after {
        width: 40px;
    }
    .style .font h2::after {
        width: 40px;
    }

    .text .project ul{
        font-size: 0.9em;
    }

    .style .color .color_list{
        flex-wrap: wrap;
    }
    .style .color .color_list>li {
        width: 30%;
    }

}

@media(max-width:480px){
    .style .color .color_list>li>p{
        width: 60px;
        height: 60px;
    }

}







/* section03.------------------------------------------------------------------------------------- */

.se03 {
    width: 65%;
    margin: auto;
}

.se03 p{
    width: 80%;
    margin: auto;
}
.se03 p img{
    width: 100%;
}


@media(max-width:1600px){}
@media(max-width:1280px){
    .se03 {
        width: 90%;
    }
}
@media(max-width:840px){
    .se03 {
        width: 100%;
    }
    .se03 p{
        width: 90%;
    }
}
@media(max-width:600px){
    .se03 p{
        width: 100%;
    }
}


/* footer---------------------------------------------------------------------------------------------- */

footer{
    position: relative;
    margin-top: 5%;
    text-align: center;
    overflow: hidden;
}
footer::after{
    content: "";
    position: absolute;
    top: 0; left: 0;
    background-image: url(../img/sub_img/03wooami_foooter.png);
    width: 100%;
    height: 50vh;
    z-index: -1;
}

footer>p{
    padding: 1.5% 0;
}

footer div{
    padding: 50px 0;
}
footer div p:nth-child(1){ font-size: 3em;}
footer div p:nth-child(2){ font-size: 1.2em;}
footer address{
    padding: 1.5% 0;
}


@media(max-width:840px){
    footer>p{
        font-size: 0.9em;
        padding: 20px 0;
    }
    
    footer div{
        padding: 20px 0;
    }
    footer div p:nth-child(1){ font-size: 2.5em;}
    footer div p:nth-child(2){ font-size: 1em;}
    footer address{
        font-size: 0.9em;
        padding: 20px 0;
    }
}

@media(max-width:600px){
    footer>p{
        font-size: 0.6em;
    }
    
    footer div{
        padding: 10px 0;
    }
    footer div p:nth-child(1){ font-size: 2em;}
    footer div p:nth-child(2){ font-size: 0.9em;}
    footer address{
        font-size: 0.6em;
    }
}


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

}
.home .st03 {
    fill: black;}

@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;
    }
}