#skip-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    text-align: center;
    background-color: #000;
}
#skip-nav a:not(:focus) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
#skip-nav a:focus {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    outline-offset: -0.4rem;
    outline: 2px solid rgba(255, 255, 255, 0.9);
    font-size: 1.5rem;
    color: #fff;
    width: 100%;
    height: 3.2rem;
    margin: 0 auto;
    text-align: center;
}

/* header */
#header {position: fixed; left:60px; top:50%; transform: translateY(-50%); z-index: 10;}
#header ul {display:flex; flex-direction: column; gap:36px;}
#header li {}
#header li a { font-size:15px; color:#111; font-weight: 800;}
#header li.active a {color:#87695C; border-bottom:2px solid #87695C;}
#header li a:hover {color:#F98D21; border-bottom:2px solid #F98D21;}


/* section */
#main-top {position:relative; display:flex; align-items: center; justify-content: center; padding:60px; height:100vh; background: url('/img/bg_main.jpeg') no-repeat center; background-size: cover;}
#main-top .logo {position: absolute; top:60px; left:60px;}
#main-top .main-typo { font-size:80px; font-weight: 100; color:#fff;}
#main-top .main-typo p {line-height: 100%;}
#main-top .main-typo p .char {
    opacity: 0;
    font-weight: 900;
    color: orange;
    transition: opacity 0.5s ease, color 0.6s ease;
}
#main-top .main-typo p .char.done {
    color:#fff;
}
#main-top .main-typo p .reveal-wrap {
display: inline-block;
vertical-align: bottom;
}

#main-top .main-typo p .reveal-text {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    opacity: 0;
    letter-spacing: 20px;
    transform: translateX(0);
    transition: transform 0.8s ease, opacity 0.6s ease;
    transform-origin: left;
}

#main-top .main-typo p .reveal-wrap.left .reveal-text {
    transform: translateX(-30px);
}

#main-top .main-typo p .reveal-wrap.right .reveal-text {
    transform: translateX(30px);
}
#main-top .main-typo p span:not(.highlight):not(.reveal-text) {
    opacity: 0;
    transition: opacity 0.5s ease;
}
.section {padding:160px; }
#about {background-color: rgba(176,145,132,0.1);}
.section .sec-tit { text-align:center; font-size:40px; font-weight: 800;}
.section .sec-txt { margin-top:7px; text-align:center; font-size:15px; font-weight: 400; color:#B09184}
#about .about-box {display:flex; gap:8px; margin-top:80px;}
#about .about-box > div { flex:1; padding:40px; color:#fff; background-repeat: no-repeat; background-size: cover; background-position: center;}
#about .about-box > div .thumb {margin-top:110px;width:50px; height:50px; background-size: contain; background-repeat: no-repeat;}
#about .about-box .ui {background-image: url('/img/about01.png');}
#about .about-box .ui .thumb {background-image: url('/img/ico_ui.png');}
#about .about-box .bank {background-image: url('/img/about02.png');}
#about .about-box .bank .thumb {background-image: url('/img/ico_bank.png');}
#about .about-box .learn {background-image: url('/img/about03.png');}
#about .about-box .learn .thumb {background-image: url('/img/ico_learn.png');}
#about .about-box .enter {background-image: url('/img/about04.png');}
#about .about-box .enter .thumb {background-image: url('/img/ico_enter.png');}
#about .about-box > div dl {}
#about .about-box > div dt { margin-top:30px; font-size:28px; font-weight: 800; letter-spacing: 4px;}
#about .about-box > div dd { margin-top:30px; font-size:15px; font-weight: 400;}

#work {}
#work .work-box {margin-top:80px;}
#work .work-box ul {display:flex; gap:80px 10px; flex-wrap: wrap;}
#work .work-box ul li {width:calc(20% - 8px);}
#work .work-box ul li p { font-size:15px;font-weight: 600; }
#work .work-box ul li .project {margin-top:18px; }
#work .work-box ul li .client {margin-top:2px;color:#B09184;}
#work .work-box ul li a:hover p {color:#F98D21}

#client {background-color: #f8f8f8;}
#client  .sec-txt {color:#999;}
#client .client-box { display:flex; flex-direction: column; gap:40px; margin-top:60px;}
#client .client-box ul {display: flex; justify-content: center; gap:140px}
#client .client-box ul:nth-child(2) {gap:120px;}


#contact {padding:0;}
#contact .contact-box { padding:178px 160px; height:600px; background: url('/img/bg_contact.png') no-repeat center; background-size: cover;}
#contact .contact-box p {color:#fff; font-size:40px; font-weight: 100;}
#contact .contact-box p > span {font-weight: 400;}
#contact .btn-box {margin-top:45px;}
#contact .btn-box .arrow {display:block; margin-left:20px; width:16px; height:10px; background: url('/img/btn_arrow.svg') no-repeat center;}

@media (max-width: 1023px) {
    #main-top .main-typo {
        font-size:40px;
    }
    #main-top .main-typo p {
        letter-spacing: 10px;
    }
    .section {padding:80px 15px;}
    .section .sec-tit {font-size:30px;}
    .section .sec-txt {
        margin-top:4px;
        font-size:12px;
    }
    #about .about-box {
        gap:4px;
        flex-wrap:wrap ;
        margin-top:56px;
    }
    #about .about-box > div {
        padding:35px 20px;
        width: calc(50% - 4px);
        flex:auto;
    }
    #about .about-box > div .thumb {
        margin-top:0;
        width:25px;
        height:25px;
    }
    #about .about-box > div dt {
        margin-top:13px;
        font-size:17px;
    }
    #about .about-box > div dd {
        margin-top:10px;
        font-size:12px;
    }
    #work .work-box {
        margin-top:56px;
    }
    #work .work-box ul {
        gap:60px 8px; 
    }
    #work .work-box ul li {
        width:calc(25% - 8px);
    }
    #work .work-box ul li p {
        font-size:12px;
    }
    #work .work-box ul li .project {
        margin-top:11px;
    }
    #client .client-box ul {
        flex-wrap: wrap;
        gap:20px;
        justify-content:start;
    }
    #client .client-box ul:nth-child(2) {
        gap:20px;
    }
    #client .client-box li {
        flex: 0 0 31%;
    }
    #contact .contact-box {
        padding:50px 15px;
        height:auto;
    }
    #contact .contact-box p {
        font-size:25px;
    }
}
@media (max-width: 767px) {
    #header {position: relative; left: 0; top:0; transform: none;}
    #header .m-menu {
        position: fixed;
        top:20px;
        right:15px;
        width: 20px;
        height:20px;
        background: url('/img/m_menu.svg') no-repeat center;
        background-size: contain;
        z-index: 5;
    }
    #header .m-menu.on {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cg id='Menu / Close_LG'%3E%3Cpath id='Vector' d='M21 21L12 12M12 12L3 3M12 12L21.0001 3M12 12L3 21.0001' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    }
    #header nav {
        display: none;
        position: fixed;
        top:0;
        left:0;
        align-items: center;
        justify-content: center;
        width: 100%;
        height:100vh;
        background-color: #fff;
        z-index: 1;
    }
    #header nav.on {
        display: flex;
    }
    #main-top {padding:60px 30px;}
    #main-top .main-typo p {letter-spacing: 2px;}
    #main-top .main-typo p .reveal-text {letter-spacing: 8px;}
    #about .about-box > div {
        width: 100%;
    }
    #work .work-box ul li {
        width:calc(50% - 4px);
    }
    #client .client-box li {
        flex: 0 0 29%;
    }
    #contact .contact-box {
        background-image: url('/img/bg_m_contact.png');
    }
}
/* footer */
#footer {padding:160px 0; font-size:15px; color:#fff; text-align: center; background-color: #B09184;}
#footer .foot-tit {margin-top:40px; font-size:15px; line-height:100%; font-weight: 800; }
#footer .company-intro {display:flex; justify-content: center; align-items: center; padding:16px 0;}
#footer .company-intro dl {display:inline-flex;}
#footer .company-intro dl + dl {margin-left:16px;}
#footer .company-intro dt {font-weight: 400;}
#footer .company-intro dd { padding-left:7px; font-weight: 800;}
#footer .address {margin-top:24px; font-weight: 400;}
#footer .company-info {margin-top:16px; display:flex; justify-content: center; align-items: center; gap:16px;}
#footer .copy {font-size:13px;}
#footer a:hover {border-bottom:2px solid #fff;}

@media (max-width: 1023px) {
	#footer {padding:80px 5px; font-size:12px; }
}