@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css); 
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');
@font-face {
    font-family: 'Gyeonggi_Batang_Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2410-3@1.0/Batang_Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

:root {	
	--color01: #e7e800;
	--color02: #da907d;
	--color03: #22222c;
	--color04: #fddc47;
	--color05: #f1dbd5;
	--color06: #0a0911;
    --color07: #807580;
}

body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* background:var(--color06); */
    font-family:'NotoSansKR',sans-serif;
}


.wrap{
    width: 100%;
    height: auto;
    max-width: 100%;
}

p{
    margin: 0;
}

/*메뉴*/

.menubox{
    position: absolute;
    top: 45px;
    z-index: 3;
    width: 1300px;
    display: flex;
    justify-content: flex-end;
    left: 50%;
    transform: translate(-50%, 0);
}

.menubox ul{
    display: flex;
    gap: 10px;
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    width:500px;
}

.menubox ul li{
    list-style:none;
    width: 100%;
}        

.menubox ul li a{
    color: #fff;
    text-decoration: none;
    /* text-shadow: 2px 2px #333; */
    /* -webkit-text-stroke: 1px #333; */
}

/*첫번째 페이지*/

#firstbox{
    width: 100%;
    height: 100vh;
    position: relative;
}

#firstbox .firstcont{
    position: relative;
    width: 100%;
    height: 100vh;
}

#firstbox .firstcont .colorbox{
    background:var(--color06);
    width: 100%;
    height: 100vh;
    color: #fff;
    position: relative;
    z-index: 1;
    /* display: none; */
}

#firstbox .firstcont .colorbox .smalltitle{
    padding-top: 70px;
    padding-left:300px;
    font-size: 35px;
    font-weight: 400;
    letter-spacing: 3px;
}

.maintitile {
  font-size: 7vw;
  font-weight: 500;
  letter-spacing: 1vw;
  color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.maintitile .type {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  color: var(--color01);
  width: 0;
  animation: typingSmooth 2.5s ease forwards;
}

/* 부드러운 텍스트 표시 애니메이션 */
@keyframes typingSmooth {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

#firstbox .firstcont .colorbox{
    background: url(/img/1/01.png) no-repeat;
}

#firstbox .firstcont .colorbox .contactme{
    position: absolute;
    padding-left:300px;
    bottom: 10%;
    font-size: 25px;
}

#firstbox .firstcont .backgrounbox{
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    height: 100vh;
    display: none;
}

#firstbox .firstcont .backgrounbox img{
    width: 100%;
    height: auto;
    object-fit: cover;
    overflow: hidden;
}

/*두번째 페이지*/

#secondbox{
    width: 100%;
    height: auto;
    position: relative;
    background-color:var(--color03);
    margin:0;
    padding:0;
}

#secondbox .secondcont{
    height: 1000px;
    width: 1300px;
    margin: 0 auto;
    padding-top: 180px;
}

 .titlearea{
    color: var(--color04);
    font-size: 40px;
    font-family: 'Gyeonggi_Batang_Regular';
    font-weight: 500;
    margin-bottom: 100px;
    display: flex;
    gap: 15px;
    align-items: center;
}

 .titlearea span.firstdot{
    display: block;
    height: 5px;
    width: 5px;
    background: var(--color04);
    border-radius: 50%;
}

 hr.firstline{
    border: var(--color04) 1px solid;
    width: 100%;
}

#secondbox .secondcont .picarea{
    display: flex;
    gap: 100px;
}

#secondbox .secondcont .picarea .imgarea{
    position:relative;
}

#secondbox .secondcont .picarea .imgarea img{
    position: relative;
    z-index: 1;
}

#secondbox .secondcont .picarea .imgarea .boxarea{
    width: 380px;
    height: 495px;
    border: var(--color04) solid 1px;
    position: absolute;
    top: 30px;
    left: 30px;
}

#secondbox .secondcont .picarea .txtarea{
    color:#fff;
    font-size: 23px;
    line-height: 36px;
    text-align: justify;
}

#secondbox .secondcont .picarea .txtarea p:first-child{
    color: var(--color04);
    font-size: 32px;
    line-height: 48px;
    margin: 30px 0 80px;
    font-family: 'Gyeonggi_Batang_Regular';
}

#secondbox .secondcont .specarea{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 110px;
    font-family: 'Gyeonggi_Batang_Regular';
}

#secondbox .secondcont .specarea .otherbox
{
    width:100%;
    color: var(--color04);
    font-size: 20px;
    text-align: center;
    display: flex;
}


#secondbox .secondcont .specarea .spectitle{
    display: flex;align-items: center;
    gap: 40px;
    width: 99%;
}

#secondbox .secondcont .specarea .spectitle .line{
    height: 1px;
    width: 40%;
    background: var(--color04);
}

#secondbox .secondcont .specarea .spectitle .dot{
    display: block;
    height: 5px;
    width: 5px;
    background: var(--color04);
    border-radius: 50%;
}

#secondbox .secondcont .specarea .skillcont li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom:40px
}

#secondbox .secondcont .specarea .skillcont li span{
    width: 100px;
    text-align: left;
    display:block;
    margin-bottom:0
}


#secondbox .secondcont .specarea .otherbox .lisbox{
    width: 100%;
}

#secondbox .secondcont .specarea .otherbox .lisbox .liscont{
    color: #fff;
    text-align: justify;
    margin: 20px auto;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

#secondbox .secondcont .specarea .otherbox .lisbox .liscont .lislist{
    margin: 28px 0px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
    text-align: center;
}
#secondbox .secondcont .specarea .otherbox .workbox{
    width: 100%;
}

#secondbox .secondcont .specarea .otherbox .workbox .workcont{
    width: 100%;
}

#secondbox .secondcont .specarea .otherbox .workbox .workcont .worklist{
    margin: 45px 0 35px;
    color:#fff;
    line-height: 2rem;
    width: 100%;
}

#secondbox .secondcont .specarea .otherbox .workbox .workcont a{
    color: #fff;
    font-family: 'NotoSansKR',sans-serif;
    font-size: 18px;
    background:var(--color07);
    padding: 5px 40px 8px;
    border: 1px solid var(--color04);    
}


/*반응형*/

/*중간에 깨지는 부분*/
@media all and (min-width:1024px) and (max-width:1297px){
/* #firstbox{
        width: 1297px;
    }
    .menubox{
        right: 3%;
        width: 1297px;
        left: unset;
        transform: unset;
        z-index: 2;
    }
    #firstbox .firstcont .colorbox{
        width: 56%;
    }
    #firstbox .firstcont .colorbox .smalltitle{
        padding-top: 50px;
        padding-left: 80px;
        font-size: 20px;
        letter-spacing: 2px;
    }
    #firstbox .firstcont .colorbox .maintitile{
        font-size: 100px;
        left: 75%;
    }
    #firstbox .firstcont .colorbox .contactme{
        padding-left: 80px;
        font-size: 20px;
    }

    #secondbox .secondcont{
        width: 1297px;
        height: auto;
        padding-bottom: 100px;
    }
    .titlearea{
        width: 90%;
        margin: 20px auto 100px;
    }
    #secondbox .secondcont .picarea{
        width: 90%;
        margin: 0 auto;
    }
    #secondbox .secondcont .picarea .txtarea p:first-child  {
        font-size: 26px;
        line-height: 40px;
        margin: 30px 0;
    }
    #secondbox .secondcont .picarea .txtarea p:last-child{
        font-size: 22px;
        line-height: 36px
    }
    #secondbox .secondcont .specarea{
        width: 90%;
        margin: 110px auto 0;
    }
    #secondbox .secondcont .specarea .otherbox .workbox .workcont .worklist {
        margin: 30px 0px;
    } */

}

/* 태블릿 가로*/
@media all and (min-width:768px) and (max-width:1023px) { 
#firstbox{
        width: 1023px;
    }
    .menubox{
        right: 3%;
        width: 1023px;
        left: unset;
        transform: unset;
        z-index: 2;
    }
    #firstbox .firstcont .colorbox{
        width: 100%;
        background: url(/img/1/01.png) no-repeat center;
    }
    #firstbox .firstcont .colorbox .smalltitle{
        padding-top: 50px;
        padding-left: 80px;
        font-size: 20px;
        letter-spacing: 2px;
    }
    #firstbox .firstcont .colorbox .maintitile{
        font-size: 100px;
        /* left: 75%; */
    }
    #firstbox .firstcont .colorbox .contactme{
        padding-left: 80px;
        font-size: 20px;
    }

    #secondbox .secondcont{
        width: 1000px;
        height: auto;
        padding-bottom: 100px;
    }
    .titlearea{
        width: 90%;
        margin: 20px auto 100px;
    }
    #secondbox .secondcont .picarea{
        width: 90%;
        margin: 0 auto;
    }
    #secondbox .secondcont .picarea .txtarea p:first-child  {
        font-size: 26px;
        line-height: 40px;
        margin: 30px 0;
    }
    #secondbox .secondcont .picarea .txtarea p:last-child{
        font-size: 22px;
        line-height: 36px
    }
    #secondbox .secondcont .specarea{
        width: 90%;
        margin: 110px auto 0;
    }
    #secondbox .secondcont .specarea .otherbox .workbox .workcont .worklist {
        margin: 30px 0px;
    }
    #thirdbox{
        height: auto;
        padding-bottom: 100px;
    }
    #thirdbox .thirdcont{
        width: 1023px;
    }
    #thirdbox .thirdcont .portarea .samplearea{
        flex-direction: column;
        align-items: center;
    }
    #thirdbox .thirdcont .portarea .samplearea .picarea{
        left: 5%;
    }
    #thirdbox .thirdcont .portarea .samplearea .writearea{
        width: 65%;
    }
    #fourthbox {
        width: 1023px;
    }
        .bigarea{
        flex-direction: column;
        gap: 100px;
    }
    .bigarea .picarea{
        width: 300px;
        height: 200px;
    }
    .bigarea .picarea img{
        width: 300px;
        height: 200px;
    }
    .bigarea .shadowarea{
        width: 270px;
        height: 170px;
    }
    .bigarea p{
        position: absolute;
        top: 218px;
    }
}


/* 모바일 가로 & 태블릿 세로*/
@media all and (min-width:480px) and (max-width:767px) {
    #firstbox{
        width: 767px;
    }
    .menubox{
        width: 767px;
        z-index: 3;
        left: 44%;
    }
    #firstbox .firstcont{
        width: 767px;
    }
    #firstbox .firstcont .colorbox{
        width: 100%;
        background: url(/img/1/01.png) no-repeat center;
    }
    #firstbox .firstcont .colorbox .smalltitle{
        padding-left: 135px;
        font-size: 30px;
        letter-spacing: 1px;
        padding-top: 130px;
    }
    /* .maintitile{
        left: 90%;
    } */
    #firstbox .firstcont .colorbox .contactme{
        padding-left: 135px;
    }
    #firstbox .firstcont .backgrounbox{
        width: 150%;
    }
    .menubox ul{
        width: 400px;
    }
    #secondbox{
        width: 767px;
    }
    #secondbox .secondcont{
        height: auto;
        padding-bottom: 100px;
        width: 767px;
    }
    .titlearea{
        width: 90%;
        margin: 0 auto 100px;
    }

    #secondbox .secondcont .picarea{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #secondbox .secondcont .picarea .txtarea{
        width: 90%;
    }
    #secondbox .secondcont .specarea{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    #secondbox .secondcont .specarea .skillbox,
    #secondbox .secondcont .specarea .otherbox{
            width: 90%;
                flex-direction: column;
    }
    #secondbox .secondcont .specarea .otherbox .lisbox{
        width: 100%;
        margin-bottom: 20px;
    }
    #secondbox .secondcont .specarea .otherbox .workbox{
        width: 100%;
    }
   
}


/* 모바일 세로*/
@media all and (max-width:479px) {
    #firstbox{
        width: 479px;
    }
    .menubox{
        width: 479px;
        z-index: 3;
        left: 44%;
    }
    #firstbox .firstcont{
        width: 479px;
    }
    #firstbox .firstcont .colorbox{
        width: 100%;
        background: url(/img/1/01.png) no-repeat center;
    }
    #firstbox .firstcont .colorbox .smalltitle{
        font-size: 25px;
        padding-left: 70px;
        padding-top: 150px;
    }
    /* .maintitile{
        left: 110%;
    } */
    #firstbox .firstcont .colorbox .contactme{
        font-size: 25px;
        padding-left: 75px;
    }
    #firstbox .firstcont .backgrounbox{
        width: 165%;
    }
    .menubox ul{
        width: 400px;
    }
    #secondbox{
        width: 479px;
    }
    #secondbox .secondcont{
        height: auto;
        padding-bottom: 100px;
        width: 479px;
    }
    .titlearea{
        width: 90%;
        margin: 0 auto 100px;
    }

    #secondbox .secondcont .picarea{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #secondbox .secondcont .picarea .txtarea{
        width: 90%;
    }
    #secondbox .secondcont .picarea .txtarea p:first-child{
        font-size: 26px;
        line-height: 34px;
        margin: 30px 0 60px;
    }
    #secondbox .secondcont .picarea .txtarea p:last-child{
        font-size: 22px;
        line-height: 30px;
    }
    #secondbox .secondcont .specarea{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    #secondbox .secondcont .specarea .skillbox,
    #secondbox .secondcont .specarea .otherbox{
            width: 90%;
                flex-direction: column;
    }
    #secondbox .secondcont .specarea .otherbox .lisbox{
        width: 100%;
        margin-bottom: 20px;
    }
    #secondbox .secondcont .specarea .otherbox .workbox{
        width: 100%;
    }

}