@charset "utf-8";

@font-face {
    font-family: 'Pretendard';
    src: url('./source/font/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
}

@font-face {
    font-family: 'Pretendard';
    src: url('./source/font/Pretendard-Light.woff') format('woff');
    font-weight: 300;
}
@font-face {
    font-family: 'Pretendard';
    src: url('./source/font/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('./source/font/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
}
@font-face {
    font-family: 'Pretendard';
    src: url('./source/font/Pretendard-Bold.woff') format('woff');
    font-weight: 600;
}
@font-face {
    font-family: 'Pretendard';
    src: url('./source/font/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
}


* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    text-size-adjust: none;
    box-sizing: border-box;
    font-family: 'Pretendard';
    color: #fff;
    word-break: keep-all;

}

.utomo-color {
    color: #FFC600;
}

body {
    background-color: #171C22;
}

section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner {
    width: 1350px;
    margin: auto;
}

header {
    position: relative;
    text-align: right;
    margin-top: 90px;
}

header .logo {
    position: relative;
    width: 133px;
    margin: 0 320px 50px;
    opacity: 0;
    transition: all 0.5s;
}

header .bottom-line {
    position: absolute;
    width: 0%;
    height: 1px;
    background-color: #585858;
    transition: all 0.5s linear;
}

header .bottom-line.increase {
    width: 100%;
}

.box {
    position: relative;
    width: 1150px;
    margin: auto;
}

.box .lines {
    position: absolute;
    width: 100%;
    height: 0vh;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    transition: all 0.5s 0.5s linear;
}

.box .lines.down {
    height: 130vh;
}

.final .lines.down {
    height: 80vh;
}

.box .lines span {
    width: 0.5px;
    background-color: #252A2F;
}

.box .contents {
    position: relative;
    z-index: 1;
    display: flex;
}

.box .contents .show-contents li {
    position: relative;
    overflow: hidden;

}

.contact-page .box .contents .show-contents li:last-child {
    margin-top: 50px;
}

.box .contents .show-contents li.showTitle p,
.box .contents .show-contents li.showTitle a {
    top: 0;
    opacity: 1;
}

.box .contents .show-contents li p {
    opacity: 0;
    position: relative;
    top: 100px;
    font-size: 55px;
    font-weight: 700;
    letter-spacing: -3px;
    transition: all 0.75s;
}

.contact-page .box .contents .show-contents li p {
    font-weight: 100;
}


.box .contents p.description {
    position: relative;
    left: -30px;
    font-size: 18px;
    color: #999999;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: -1px;
    opacity: 0;
    transition: all 0.75s;
}

.box .contents p.description span {
    font-weight: 500;
    color: #fff;
}

.showText {
    opacity: 1 !important;
    left: 0 !important;
}

.box .contents p b {
    font-weight: 100;
    text-decoration: line-through;
    text-decoration-thickness: 3px;
}

.ct01 {
    padding-top: 200px;
    padding-bottom: 180px;
    flex-direction: column;
    gap: 50px 0;
}

.ct01 .show-contents {
    margin-left: 21%;
}

.ct01 .description {
    margin-left: 51%;
}

.ct02 {
    padding-top: 200px;
    padding-bottom: 180px;
    margin-left: 26%;
    flex-direction: column;
    gap: 50px 0;
}

.ct02 .service-list {
    display: flex;
    gap: 0 127px;
    margin-left: 0%;
}

.ct02 .service-list li {
    position: relative;
    opacity: 0;
    left: -50px;
    transition: all 2s;
}

.ct02 .service-list li.showText {
    left: 0;
    opacity: 1;
}

.ct02 .service-list li .title h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1.3px;
}

.ct02 .service-list li .title h5 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 25px;
    letter-spacing: -1.4px;

}

.ct02 .service-list li p {
    margin-top: 25px;
}

.ct02 .service-list li p.description {
    opacity: 1;
    left: 0;
}

.ct03 {
    align-items: end;
    gap: 0 90px;
    margin-left: 24%;
    padding-top: 200px;
    padding-bottom: 200px;
}

.ct04 {
    align-items: start;
    gap: 0 60px;
    padding-top: 200px;
    padding-bottom: 180px;
    margin-left: 8%;
}

.ct04 .graph img {
    position: inherit;
    width: 100%;
    opacity: 0;
    transition: all 2s;
}

.ct04 .texts {
    display: flex;
    flex-direction: column;
    gap: 26px 0;
}

.ct04 .texts b {
    position: relative;
    left: -50px;
    opacity: 0;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
    letter-spacing: -1px;
    transition: all 0.75s;
}

.ct05 {
    flex-direction: column;
    width: 850px;
    padding-top: 80px;
    margin: auto;
}

.ct05 .about-utomo {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
    margin: 55px 0 35px;
}

.ct05 .contact-us {
    position: relative;
    left: -50px;
    opacity: 0;
    text-align: right;
    transition: all 0.5s;
}

.ct05 .contact-us button {
    position: relative;
    font-size: 16px;
    border: 1px solid #FFC600;
    cursor: pointer;
    outline: none;
    padding: 15px;
    background-color: #171C22;
}

.ct05 .contact-us button p {
    position: relative;
    color: #FFC600;
    z-index: 1;
    transition: all 0.5s;
}

.ct05 .contact-us button::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 0%;
    height: 100%;
    background-color: #FFC600;
    transition: all 0.5s;
}

.ct05 .contact-us.hover button::after {
    width: 100%;
}

.ct05 .contact-us.hover button p {
    color: #fff;
}

.box .ct05 .show-contents li p {
    font-weight: 100;
}

.gap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gap .gap-line {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #252A2F;
}

.g4 {
    border-bottom: 1px solid #252A2F;
}

.g4 .gap-line {
    display: none;
}

.gap .inner {
    position: relative;
}

.gap .inner img {
    position: relative;
    opacity: 0;
    bottom: -50px;
    transition: all 2s;
    transition-delay: 0.5s;
}

.gap .inner1 img {
    position: relative;
    opacity: 0;
    bottom: -50px;
    transition: all 2s;
}

.img01 {
    margin-left: -15%;
}

.img02 {
    margin-left: 25%;
}

.img03 {
    position: relative;
    margin-left: 20%;

}

.img04 {
    vertical-align: bottom;
}

.contact {
    margin: 110px 0;
}

.ct05 footer {
    opacity: 0;
}

footer {
    position: relative;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 11px 0;
    transition: all 2s;
}

footer p {
    color: #9999;
letter-spacing: -0.6px;
font-weight: 300;

}

footer .logo {
    width: 133px;
}

.popup {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    transition: all 0.5s;
}

.popup.open {
    display: flex;
}

.popup-background {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.popup-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-wrapper .popup-inner {
    position: relative;
    background-color: #171C22;
    min-width: 1350px;
    padding: 100px 300px;
    border-radius: 10px;
}

.popup-wrapper .popup-inner .popup-close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 20px;
    cursor: pointer;
}

.popup-wrapper .popup-inner .popup-close img {
    width: 100%;
}

.top {
    display: flex;
    flex-direction: column;
    gap: 50px 0;
}

.top a {
    position: relative;
    top: 100px;
    font-size: 55px;
    font-weight: 100;
    letter-spacing: -3px;
    transition: all 0.5s;
}

.mails {
    margin: 50px 0;
    display: flex;
    align-items: center;
}

.mails .wall {
    background-color: #a7a7a7;;
    width: 1px;
    height: 100px;
    margin: 0 125px;
    position: relative;
    opacity: 0;
    left: -50px;
    transition: all 1s;
}

.mails li {
    position: relative;
    opacity: 0;
    left: -50px;
    transition: all 1s;
}

.mails li p {
    color: #ffc600;
    font-size: 23px;
}

.mails li a {
    display: block;
    color: #fff;
    font-size: 26px;
    margin-top: 10px;
}

.fade {
    opacity: 1 !important;
}

.fadeUp {
    opacity: 1 !important;
    bottom: 0 !important;
}

.contact-page {
    /* position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0; */
    overflow-y: hidden;
}



.contact-page .box .lines.down {
    height: 100vh;
}

.contact-page .contents {
    flex-direction: column;
    align-items: start;
    width: 750px;
    text-align: left;
    margin: auto;
    padding: 200px 0 180px;
}

.pc {
    display: block;
}

.mo {
    display: none;
}

@media (max-width: 1200px) {

    .contact-page {
        overflow: visible;
    }

    .pc {
        display: none;
    }

    .mo {
        display: block;
    }

    header {
        margin-top: 30px;
    }

    .inner {
        width: 100%;
    }

    header .logo {
        width: 81px;
        margin: 0 45px 30px;
    }

    .box {
        width: 100%;
    }

    .box .lines span:first-child {
        display: none;
    }

    .box .contents {
        padding: 140px 45px 120px;
    }

    .contact-page .box .contents {
       padding: 120px 45px 140px;
    }

    .contact-page .contents {
        width: 100%;
    }

    .contact-page .box .contents .show-contents li:last-child {
        margin-top: 28px;
    }

    .box .contents .show-contents li p,
    .box .contents .show-contents li a {
        font-size: 28px;
    }

    .box .contents p.description {
        font-size: 11px;
    }

    .ct01 .show-contents,
    .box .contents p.description,
    .ct02 {
        margin-left: 0;
    }

    .img01 {
        margin-left: -10%;
        width: 110%;
        padding: 0;
    }

    .ct02 .service-list {
        gap: 0 60px;
    }

    .ct02 .service-list li .title h3 {
        font-size: 16.5px;
    }

    .ct02 .service-list li .title h5 {
        font-size: 12px;
    }

    .ct02 .service-list li p {
        font-size: 11px;
    }
    
    .img02 {
        width: 100%;
        margin: 0;
        padding: 0 0px;
    }

    .img03 {
        width: 100%;
        margin: 0;
        padding: 0 0px;
    }

    .ct03 {
        flex-direction: column;
        align-items: start;
        margin-left: 0;
        gap: 45px 0;
    }

    .ct04 {
        flex-direction: column-reverse;
        margin-left: 0;
        gap: 50px 0;
    }

    .ct04 .texts {
        gap: 25px 0;
    }

    .ct04 .texts b {
        font-size: 12px;
    }

    .graph img {
        width: 100%;
    }

    .img04 {
        width: 100%;
    }

    .box .contents.ct05 {
        width: 100%;
        padding: 0 45px;
    }

    .ct05 .contact-us {
        text-align: left;
    }
.ct05 .contact-us button {
    position: relative;
    font-size: 11.5px;
    border: 1px solid #FFC600;
    cursor: pointer;
    outline: none;
    padding: 15px;
    background-color: #171C22;
}
    .ct05 button {
        font-size: 12px;
        padding: 12px;
    }
.gap .inner img {

    transition-delay: 0s;
}

    footer {
        gap: 6px 0;
    margin-top: 80px;
    }
footer p {
    color: #9999;

    font-size: 12.5px;
}
    footer .logo {
        width: 81px;
    }

    .popup-wrapper {
        padding: 0 30px;
    }

    .popup-wrapper .popup-inner {
        min-width: 100%;
        padding: 50px 30px;
    }

    .popup-wrapper .popup-inner .popup-close {
        top: 15px;
        right: 15px;
    }

    .top {
        gap: 25px 0;
    }

    .mails {
        margin: 50px 0 0;
        flex-direction: column;
        align-items: start;
        gap: 30px 0;
    }

    .mails .wall {
        display: none;
    }

    .mails li p,
    .mails li a {
        font-size: 16px;
    }

    .mails li a {
        margin-top: 5px;
    }

    .final .lines.down {
        height: 70vh;
    }
}