@import url('https://fonts.googleapis.com/css2?family=Annie+Use+Your+Telescope&display=swap');

@font-face {
    font-family: 'ok';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2412-1@1.0/Ownglyph_corncorn-Rg.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Annie Use Your Telescope';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/annieuseyourtelescope/v20/daaLSS4tI2qYYl3Jq9s_Hu74xwktnlKxH6osGVGTnT3A7UU.woff2) format('woff2');
}

@font-face {
    font-family: 'bm';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/BMDOHYEON.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

body {
    background: #F0EDE6;
    height: 900px;
    opacity: 0;
    transition: 2s;
}
.wrap {
    width: 1800px;
    height: 1000px;
    position: relative;
    margin: 0 auto;
}

body.on {
    opacity: 1;
}
#menu {
    position: absolute;
    right: 0;   
    width: 400px;
    padding: 0 40px;
    top: 50px;
    overflow: hidden;
    transition: 0.3s;
    z-index: 3;
}

#menu li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#menu li a {
    color: #222;
    font-family: "ok";
    font-size: 18px;
    position: relative;
    transition: 0.3s;
    height: 40px;
}
#menu li a.on {
    transform: scale(1.2);
}
#menu li a::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #222;
    position: absolute;
    left: 50%;
    top: 18px;
    transform: translateX(-50%);
    opacity: 0;
    transition: 0.2s;
}
#menu li a.on::after {
    opacity: 1;
    top: 26px;
}
#intro header h1 {
    font-family: "ok";
    text-align: center;
    font-size: 80px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
    font-weight: 300;
    z-index: 2;
    color: #222;
}
#intro .main {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 150px;
    opacity: 0;
    transition: 1.2s;
}
#intro .main.on {
    opacity: 1;
    top: 200px;
}
#intro p {
    text-align: center;
    font-family: "Annie Use Your Telescope", cursive, sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 80px;
    display: flex;
    justify-content: center;
    align-items: flex-end; 
    position: relative;
    bottom: -800px;
    left: -30px;
    transition: 0.3s;
    color: #333;
}
#intro p.on {
    transform: scale(1.2);
}
#intro p.off {
    opacity: 0;
}
#intro .wrap > img {
    position: absolute;
}
#intro .wrap > img:nth-of-type(1) {
    left: 280px;
    top: 180px;
}
#intro .wrap > img:nth-of-type(2) {
    top: 500px;
    left: 120px;
}
#intro .wrap > img:nth-of-type(3) {
    bottom: 100px;
    left: 300px;
}
#intro .wrap > img:nth-of-type(4) {
    top: 200px;
    right: 150px;
}
#intro .wrap > img:nth-of-type(5) {
    top: 400px;
    right: 330px;
}
#intro .wrap > img:nth-of-type(6) {
    bottom: 150px;
    right: 170px;
}



#main {
    margin-top: 320px;
}

#main .wrap {
    position: absolute;
    border-radius: 20px;    
    transition: 0.8s;
    left: 50%;
    top: 20%;
    transform: translate(-50%,-50%);
}

#main .wrap figure {
    position: absolute;
    top: 80px;
    left: -1000px;
    transition: 0.3s;
}
#main .wrap figure.on {
    left: 200px;
}
#main .wrap figure::after {
    content: "";
    display: block;
    background: url(../img/textbg.png) no-repeat center/cover;
    height: 840px;
    width: 152px;
    position: absolute;
    left: -10px;
    top: 10px;
    opacity: 0;
    transition: 0.3s;
}
#main .wrap figure.bg::after {
    opacity: 0.8;
}
#main .wrap figure img {
    position: absolute;
    height: 840px;
}



#main .wrap .frame {
    width: 732px;
    height: 800px;
    position: relative;
    margin-top: 100px;
    margin-left: 400px;
}
#main .wrap figure::before {
    content: "";
    display: block;
    background: url(../img/bg.png) no-repeat center/cover;
    height: 800px;
    width: 732px;
    left: 180px;
    top: 40px;
    position: absolute;
    opacity: 0;
    transition: 0.3s;
}
#main .wrap figure.bg::before {
    opacity: 1;
}
#main .wrap .frame .slide .fp-tableCell {
    position: absolute;
    display: flex;
    justify-content: center;
    top: 0;
    left: 0px;
    height: 560px;
    width: 2196px;
}
#main .wrap .frame .slide .fp-tableCell li {
    width: 732px;
    height: 950px;
    position: relative;
}
#main .wrap .frame .slide .fp-tableCell li img {
    width: 100%;
    height: 100%;
}
#main .wrap article {
    position: absolute;
    height: 800px;
    width: 460px;
    right: 200px;
    top: 94px;
    font-family: "ok";
}
#main .wrap article h3 {
    font-size: 100px;
    color: #111;
    text-align: center;
}
#main .wrap article p {
    text-align: center;
    margin-top: 50px;
    font-size: 24px;
    word-break: keep-all;
    color: #222;
}
#main .wrap article .botbox {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
}
#main .wrap article .botbox a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/bot.png) no-repeat center/cover;
    height: 160px;
    width: 100%;
    font-size: 30px;
    position: absolute;
    transition: 0.3s;
}
#main .wrap article .botbox a:nth-of-type(1) {
    bottom: 160px;
}
#main .wrap article .botbox a:nth-of-type(1).on {
    bottom: 180px;
    left: 20px;
}
#main .wrap article .botbox a:nth-of-type(2) {
    bottom: 0;
}
#main .wrap article .botbox a:nth-of-type(2).on {
    bottom: 20px;
    left: 20px;
}
#main .wrap article img {
    position: absolute;
    width: 450px;
    height: 150px;
}
#main .wrap article img:nth-of-type(1) {
    bottom: 160px;
    z-index: -1;
}
#main .wrap article img:nth-of-type(2) {
    bottom: 0;
    z-index: -1;
}






#main .wrap .page a {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
}

#main .wrap .page .next {
    right: 0;
    transform: translateY(-50%) rotate(180deg) scaleY(-1);
    opacity: 0.9;
}
#main .wrap .page .prev {
    left: 0;
    opacity: 0.9;
}











#design {
    margin-top: 320px;
}

#design .wrap {
    position: absolute;
    border-radius: 20px;    
    transition: 0.8s;
    left: 50%;
    top: 20%;
    transform: translate(-50%,-50%);
}

#design .wrap figure {
    position: absolute;
    top: 80px;
    left: -1000px;
    transition: 0.3s;
}
#design .wrap figure.on {
    left: 200px;
}
#design .wrap figure::after {
    content: "";
    display: block;
    background: url(../img/designtextbg.png) no-repeat center/cover;
    height: 840px;
    width: 152px;
    position: absolute;
    left: -10px;
    top: 10px;
    opacity: 0;
    transition: 0.3s;
}
#design .wrap figure.bg::after {
    opacity: 0.8;
}
#design .wrap figure img {
    position: absolute;
    height: 840px;
}

#design .wrap .frame {
    width: 732px;
    height: 800px;
    position: relative;
    margin-top: 100px;
    margin-left: 400px;
}
#design .wrap figure::before {
    content: "";
    display: block;
    background: url(../img/bg.png) no-repeat center/cover;
    height: 800px;
    width: 732px;
    left: 180px;
    top: 40px;
    position: absolute;
    opacity: 0;
    transition: 0.3s;
}
#design .wrap figure.bg::before {
    opacity: 1;
}
#design .wrap .frame .slide .fp-tableCell {
    position: absolute;
    display: flex;
    justify-content: center;
    top: 0;
    left: 0px;
    height: 560px;
    width: 1464px;
}
#design .wrap .frame .slide .fp-tableCell li {
    width: 732px;
    height: 950px;
    position: relative;
}
#design .wrap .frame .slide .fp-tableCell li img {
    width: 100%;
    height: 100%;
}
#design .wrap article {
    position: absolute;
    height: 800px;
    width: 460px;
    right: 200px;
    top: 94px;
    font-family: "ok"
}
#design .wrap article h3 {
    font-size: 100px;
    font-weight: 600;
    color: #111;
    text-align: center;
}
#design .wrap article p {
    text-align: center;
    margin-top: 100px;
    font-size: 24px;
    word-break: keep-all;
    content: #222;
}
#design .wrap article .botbox {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
}
#design .wrap article .botbox a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/bot.png) no-repeat center/cover;
    height: 160px;
    width: 100%;
    font-size: 30px;
    position: absolute;
    transition: 0.3s;
}
#design .wrap article .botbox a:nth-of-type(1) {
    bottom: 160px;
}
#design .wrap article .botbox a:nth-of-type(1).on {
    bottom: 180px;
    left: 20px;
}
#design .wrap article .botbox a:nth-of-type(2) {
    bottom: 0;
}
#design .wrap article .botbox a:nth-of-type(2).on {
    bottom: 20px;
    left: 20px;
}
#design .wrap article img {
    position: absolute;
    width: 450px;
    height: 150px;
}
#design .wrap article img:nth-of-type(1) {
    bottom: 160px;
    z-index: -1;
}
#design .wrap article img:nth-of-type(2) {
    bottom: 0;
    z-index: -1;
}

#design .wrap .page a {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
}

#design .wrap .page .next {
    right: 0;
    transform: translateY(-50%) rotate(180deg) scaleY(-1);
    opacity: 0.9;
}
#design .wrap .page .prev {
    left: 0;
    opacity: 0.9;
}


























#prd .wrap .laos {
    height: 100vh;
}
#prd .wrap .laos h2 img {
    height: 600px;
    margin-left: 130px;
}
#prd .wrap > img {
    position: absolute;
}
#prd .wrap .prdbg1 {
    height: 450px;
    left: -410px;
    top: 0;
}
#prd .wrap .prdbg2 {
    height: 450px;
    right: -300px;
    bottom: -200px;
}
#prd .wrap .laos .but {
    position: absolute;
    left: 400px;
    bottom: 300px;
}
#prd .wrap .laos .but img {
    height: 120px;
    position: absolute;
}
#prd .wrap .laos .but a {
    background: url(../img/bot.png) no-repeat center/cover;
    height: 120px;
    width: 310px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    transition: 0.3s;
    font-family: "ok";
    font-size: 20px;
    z-index: 2;
    font-weight: 800;
    color: #222;
}
#prd .wrap .laos .but a.on {
    transform: translate(25px,-20px);
}
#prd .wrap .raos {
    position: relative; 
    height: 100vh;
}
#prd .wrap .raos .circle-area {
    position: absolute;
    top: 200px;
    right: 100px;
    display: flex;
    justify-content: space-between;
    width: 750px;
    gap: 100px;
}

#prd .wrap .raos .circle-area canvas {
    width: 300px;
    height: 300px;
}
#prd .wrap .raos .cantext {
    position: absolute;
    bottom: 400px;
    width: 750px;
    right: 100px;
}
#prd .wrap .raos .cantext span {
    width: 300px;
    display: block;
    text-align: center;
}
#prd .wrap .raos > p {
    position: absolute;
    right: 0px;
    bottom: 100px;
    width: 820px;
    height: 180px;
    font-size: 18px;
    line-height: 30px;
}


#thx .wrap article {
    text-align: center;
    font-family: "ok";
    color: #222;
}
#thx .wrap article h3 {
    font-size: 100px;
}
#thx .wrap article p {
    font-size: 20px;
    margin-top: 5px;
}
#thx .wrap article address {
    font-style: normal;
    font-size: 30px;
    line-height: 60px;
    margin-top: 20px;
}