.bg_portfolio {
    font-size: 62.5px;
    font-weight: 900;
    letter-spacing: 0.1em;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
    background-image: url(../img/low/bg_portfolio_low.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-portfolio {
    position: relative;
    top: 74px;
    padding-bottom: 182px;
}

.nav-portfolio {
    position: relative;
    top: -28px;
    z-index: 99;
    font-size: 4px;
    display: flex;
    justify-content: center;
}

.nav-portfolio ul li.is_active::before {
    content: "";
    position: absolute;
    margin-left: -4px;
    bottom: -4px;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    background-color: #1f1f1f;
    transform: rotate(45deg);
}

.nav-portfolio ul {
    background-color: white;
    display: flex;
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.2);
}

.nav-portfolio li {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16.67px;
    line-height: 41.67px;
    font-weight: 500;
    width: 270px;
    height: 70px;
}
.nav-portfolio li.is_active{
    background-color: rgb(32, 32, 32);
    color: #fff;
}
.nav-portfolio li.is_active a{
    color: #fff;
}
.nav-portfolio li a{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.nav-portfolio li:hover {
    cursor: pointer;
}

.main-portfolio main {
    display: inline-block;
    flex-direction: column;
    align-items: center;
}

.wrapper-portfolio {
    margin-top: 278px;
    display: flex;
}

.wrapper-portfolio.sec {
    margin-top: 258px;
}

.wrapper-portfolio.thr {
    margin-top: 310px;
}

.wrapper-portfolio.four {
    margin-top: 368px;
}

.wrapper-portfolio.five {
    margin-top: 360px;
}

.wrapper-portfolio.five .txt_portfolio.left {
    padding-top: 99px;
    padding-right: 80px;
}

.txt_portfolio {
    padding-top: 122px;
}

.txt_portfolio.left {
    padding-right: 56px;
}

.txt_portfolio.right {
    padding-left: 130px;
}

.artist_name {
    font-size: 12.5px !important;
    line-height: 29.17px;
}

.wrapper-portfolio .desc {
    font-size: 20.83px;
    line-height: 29.17px;
    color: #3b3b3b;
    font-weight: 300;
    margin: 72px 0 152px;
}

.wrapper-portfolio div {
    display: flex;
    flex-direction: column;
}

.wrapper-portfolio div p {
    font-size: 7px;
}

.wrapper-portfolio div p span {
    font-size: 10px;
    font-weight: bold;
}

.main-portfolio section {
    display: flex;
    justify-content: center;
}

.main-portfolio section button {
    margin-top: 284px;
    font-size: 15px;
    width: 16rem;
    height: 3rem;
    border: 1px solid black;
    transition: 0.3s;
}
.main-portfolio section button:hover {
    background: #000;
    transition: 0.3s ease;
}

/* illust */
.wrapper-portfolio.illust {
    margin-top: 322px;
}

.illust .txt_portfolio {
    padding-top: 100px;
}

.illust .left {
    padding-right: 224px;
}

.illust .left .desc {
    margin: 70px 0 150px;
}

.wrapper-portfolio.illust_sec {
    margin-top: 334px;
}

.illust_sec .txt_portfolio {
    padding-top: 223px;
}

.illust_sec .left {
    padding-left: 112px;
}

.wrapper-portfolio.illust_thr {
    margin-top: 231px;
}

.illust_thr .left {
    padding-right: 16px;
}

.illust_thr .txt_portfolio {
    padding-top: 165px;
}

.illust_thr .desc {
    margin: 70px 0 150px;
}

.wrapper-portfolio.illust_four {
    margin-top: 312px;
}

.illust_four .left {
    padding-left: 132px;
}

.illust_four .txt_portfolio {
    padding-top: 157px;
}

.illust_four .desc {
    margin: 70px 0 150px;
}

/* webtoon */
.wrapper-portfolio .webtoon {
    margin-top: 322px;
}

.webtoon .left {
    padding-right: 66px;
}

.webtoon_sec {
    margin-top: 332px;
}

.webtoon_sec .right {
    padding-left: 130px;
}

.webtoon_thr {
    margin-top: 362px;
}

.webtoon_thr .left {
    padding-right: 130px;
}

/* meta */
.wrapper-portfolio .meta {
    margin-top: 238px;
}

.meta .left {
    padding-right: 124px;
}

.meta .img_title {
    width: 455px;
}

.meta .txt_portfolio {
    padding-top: 165px;
}

.meta .desc {
    margin: 70px 0 150px;
}

.wrapper-portfolio .meta_sec {
    margin-top: 333px;
}

.meta_sec .right {
    padding-left: 122px;
}

.meta_sec .img_title {
    width: 339px;
}

.meta_sec .txt_portfolio {
    padding-top: 68px;
}

.meta_sec .desc {
    margin: 70px 0 150px;
}

/* all layout */
.btn_portfolio_down {
    padding: 24px 80px;
    border: 1px solid #202020;
    border-radius: 35px;
}

#gameSection {
    display: flex;
    background-image: url(../img/portfolio/bg_game.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
#illustSection {
    display: flex;
    background-image: url(../img/portfolio/bg_illust.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
#webtoonSection {
    display: flex;
    background-image: url(../img/portfolio/bg_webtoon.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
#metaSection {
    display: flex;
    background-image: url(../img/portfolio/bg_meta.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.wrapper-portfolio {
    position: relative;
}

.play_icon {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-27px, -55px);
}
.webtoonPlay:hover {
    opacity: 0.4;
    transition: 0.3s ease;
}
.webtoonPlay:hover + .play_icon {
    display: block;
}

.portfolio_title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
    background-image: linear-gradient(to top, #403f45, #cd9d91), linear-gradient(to bottom, #000, #000);

    /* background: linear-gradient(#292931 0%, #FF0000 100%); */
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.portfolio_title:before {
    content: "";
    display: block;
    width: 66px;
    height: 6px;
    background-image: linear-gradient(to top, #403f45, #cd9d91), linear-gradient(to bottom, #000, #000);
    margin-bottom: 16px;
}

.portfolio_title.-casual {
    background-image: linear-gradient(to top, #a1c7c1, #eddacd), linear-gradient(to bottom, #000, #000);
}
.portfolio_title.-casual:before {
    background-image: linear-gradient(to top, #a1c7c1, #eddacd), linear-gradient(to bottom, #000, #000);
}

.portfolio_title.-back_illust {
    background-image: linear-gradient(to top, #7b938b, #c1cccd), linear-gradient(to bottom, #000, #000);
}
.portfolio_title.-back_illust:before {
    background-image: linear-gradient(to top, #7b938b, #c1cccd), linear-gradient(to bottom, #000, #000);
}

.portfolio_title.-animation {
    background-image: linear-gradient(to top, #9bac5b, #d2d599), linear-gradient(to bottom, #000, #000);
}
.portfolio_title.-animation:before {
    background-image: linear-gradient(to top, #9bac5b, #d2d599), linear-gradient(to bottom, #000, #000);
}

.portfolio_title.-uiux {
    background-image: linear-gradient(to top, #6d9be2, #567cdf), linear-gradient(to bottom, #000, #000);
}
.portfolio_title.-uiux:before {
    background-image: linear-gradient(to top, #6d9be2, #567cdf), linear-gradient(to bottom, #000, #000);
}

.portfolio_title.-novelill {
    background-image: linear-gradient(to top, #4c464b, #df8f5b), linear-gradient(to bottom, #000, #000);
}
.portfolio_title.-novelill:before {
    background-image: linear-gradient(to top, #4c464b, #df8f5b), linear-gradient(to bottom, #000, #000);
}

.portfolio_title.-casualill {
    background-image: linear-gradient(to top, #8598d8, #e9aac9), linear-gradient(to bottom, #000, #000);
}
.portfolio_title.-casualill:before {
    background-image: linear-gradient(to top, #8598d8, #e9aac9), linear-gradient(to bottom, #000, #000);
}

.portfolio_title.-commerill {
    background-image: linear-gradient(to top, #8be2d5, #4a79ed), linear-gradient(to bottom, #000, #000);
}
.portfolio_title.-commerill:before {
    background-image: linear-gradient(to top, #8be2d5, #4a79ed), linear-gradient(to bottom, #000, #000);
}
.portfolio_title.-emoill {
    background-image: linear-gradient(to top, #8598d8, #e9aac9), linear-gradient(to bottom, #000, #000);
}
.portfolio_title.-emoill:before {
    background-image: linear-gradient(to top, #8598d8, #e9aac9), linear-gradient(to bottom, #000, #000);
}

.portfolio_title.-comic {
    background-image: linear-gradient(to top, #9eb4cb, #6987bc), linear-gradient(to bottom, #000, #000);
}
.portfolio_title.-comic:before {
    background-image: linear-gradient(to top, #9eb4cb, #6987bc), linear-gradient(to bottom, #000, #000);
}

.portfolio_title.-brand {
    background-image: linear-gradient(to top, #a4d4a1, #67b081), linear-gradient(to bottom, #000, #000);
}
.portfolio_title.-brand:before {
    background-image: linear-gradient(to top, #a4d4a1, #67b081), linear-gradient(to bottom, #000, #000);
}

.portfolio_title.-trailer {
    background-image: linear-gradient(to top, #4c464b, #df8f5b), linear-gradient(to bottom, #000, #000);
}
.portfolio_title.-trailer:before {
    background-image: linear-gradient(to top, #4c464b, #df8f5b), linear-gradient(to bottom, #000, #000);
}

.portfolio_title.-verlive {
    background-image: linear-gradient(to top, #bfddfc, #f2b3c1), linear-gradient(to bottom, #000, #000);
}
.portfolio_title.-verlive:before {
    background-image: linear-gradient(to top, #bfddfc, #f2b3c1), linear-gradient(to bottom, #000, #000);
}

.portfolio_title.-meta {
    background-image: linear-gradient(to top, #97b93c, #c8d1a9), linear-gradient(to bottom, #000, #000);
}
.portfolio_title.-meta:before {
    background-image: linear-gradient(to top, #97b93c, #c8d1a9), linear-gradient(to bottom, #000, #000);
}

.portfolio_title span {
    display: block;
    font-size: 11px;
    line-height: 14px;
}

@media screen and (max-width: 1200px) {
    .main-portfolio {
        padding: 52px 0 49px;
        top: 0;
    }
    .bg_portfolio {
        height: 226px;
        font-family: Pretendard;
        font-size: 22px;
        font-weight: 900;
        line-height: 1.11;
        color: #fff;
    }
    .nav-portfolio {
        top: 0;
    }
    .nav-portfolio ul {
        display: flex;
        width: 100%;
    }
    .nav-portfolio ul li {
        position: relative;
        width: auto;
        flex: 1;
        font-family: Pretendard;
        font-size: 8.5px;
        font-weight: 500;
        line-height: 1.71;
        height: 25px;
    }
    .nav-portfolio ul li.is_active:before {
        content: "";
        position: absolute;
        left: 50%;
        margin-left: -4px;
        bottom: -4px;
        transform: translateX(-50%);
        width: 8px;
        height: 8px;
        background-color: #1f1f1f;
        transform: rotate(45deg);
    }
    main {
        padding: 0 40px;
    }
    .wrapper-portfolio {
        margin-top: 57px;
        flex-direction: column-reverse;
    }
    .wrapper-portfolio:nth-of-type(2n) {
        flex-direction: column !important;
    }
    .wrapper-portfolio.illust {
        margin-top: 57px;
    }
    .wrapper-portfolio + .wrapper-portfolio {
        margin-top: 45px;
    }
    .txt_portfolio {
        position: relative;
        padding: 18px 0 0 !important;
    }
    .txt_portfolio .desc {
        font-family: Pretendard;
        font-size: 8.5px !important;
        line-height: 1.53 !important;
        color: #3b3b3b !important;
        margin: 20px 0 0 !important;
    }
    .txt_portfolio .artist_name {
        position: absolute;
        top: 10px;
        right: 0px;
        font-family: Pretendard;
        font-size: 4.5px;
        line-height: 2.22;
        color: #3a3a3a;
        transform: scale(0.7);
    }
    .col_pc_50 {
        width: 100%;
    }
    .main-portfolio section button {
        height: 26px;
        padding: 9px 27px;
        border-radius: 12.2px;
        border: solid 1px #202020;
        background-color: #fff;
        margin-top: 107px;
        width: auto;
    }
    .main-portfolio section button img {
        height: 7px;
    }

    #gameSection {
        background-image: url(../img/portfolio/bg_mobile_game.png);
        background-position: center 25px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    #illustSection {
        background-image: url(../img/portfolio/bg_mobile_illust.png);
        background-position: center 25px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    #webtoonSection {
        background-image: url(../img/portfolio/bg_mobile_webtoon.png);
        background-position: center 25px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    #metaSection {
        background-image: url(../img/portfolio/bg_mobile_meta.png);
        background-position: center 25px;
        background-repeat: no-repeat;
        background-size: cover;
    }
}
/*# sourceMappingURL=portfolio.css.map */
