@import"https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&family=Noto+Sans+KR:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap";
@import"https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css";

.bg {
    background-color: #0a1429;
}

.content {
    display: flex
}

.content .img {
    width: 530px;
    max-height: 640px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.content .img.fist img {
    height: 100%;
    width: auto
}

.content .img.dart img {
    height: 100%;
    width: auto
}

.content .desc {
    width: 690px;
    word-break: keep-all
}

.content .desc h2 {
    color: #ffb800;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 16px
}

.content .desc h3 {
    font-family: "Noto Sans", "Nanum Myeongjo", sans-serif;
    font-weight: 400;
    color: #966c00;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 48px
}

.content .desc .text {
    color: #fff;
    line-height: 28px;
    margin-bottom: 36px
}

.content .desc .skills {
    width: 100%;
    border: 1px solid #966c00;
    border-radius: 12px;
    background-color: rgba(150, 108, 0, .5);
    padding: 20px
}

.content .desc .skills h4 {
    color: #ffb800;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 8px
}

.content .desc .skills span {
    font-family: "Noto Sans", "Nanum Myeongjo", sans-serif;
    font-weight: 400;
    display: block;
    margin-bottom: 22px;
    color: #fff;
    font-size: 18px
}

.content .desc .skills p {
    color: #ffb800;
    font-size: 16px;
    line-height: 24px
}

.video {
    margin-top: 60px;
    width: 100%
}

.video video {
    width: 100%
}

@media(max-width: 1220px) {
    .content {
        display: block
    }

    .img {
        width: 100% !important;
        margin-bottom: 30px;
        height: 640px !important;
        text-align: center
    }

    .img img {
        height: 100%;
        width: auto
    }

    .desc {
        width: 100% !important
    }
}

@media(max-width: 767px) {
    .img {
        height: 350px !important
    }
}