/***************************************************
 포트폴리오
****************************************************/
.portfolio {
    min-width: 1280px;
    overflow-x: hidden;
}

/** 상단 고정 Header **/
.project_header {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.project_header_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: no-repeat center center;
    background-position: center;
    animation: bgZoom 10s ease-in-out forwards;
}

@keyframes bgZoom {
    0% {
        background-size: 130% 130%;
        background-position: center;
    }

    100% {
        background-size: 100% 100%;
        background-position: center 40%;
    }
}

.project_header_bg--video:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .3)
}

.project_header_teble {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative
}

.project_header_cell {
    display: table-cell;
    width: 100%;
    vertical-align: middle
}

.project_header_txt > span {
    display: block;
    position: relative;
    font-family: 'Montserrat';
    font-size: 66px;
    font-weight: 600;
    letter-spacing: 1em;
    line-height: 1.6;
    color: #ddd;
    word-break: break-all;
}


.project_header_txt_02 {
    text-align: right
}

.project_header .scroll_down {
    display: block;
    height: 37px;
    width: 60px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 40px;
    font-size: 0;
    cursor: pointer;
    -webkit-transition: none;
    transition: none;
    animation: bounce 0.6s infinite alternate;
}

  @keyframes bounce {
      from {
          transform: translateY(0);
          opacity: 0.5;
      }

      to {
          transform: translateY(-15px);
          opacity: 1;
      }
  }

.project_header .scroll_down:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background-image: url(../img/scroll_down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.project_meta_name {
    display: block;
    padding-bottom: 20px;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: .02em;
    color: #cecece
}


.project_body {
    position: relative;
    margin-top: 100vh;
    background: #fff
}

.project_view .project_meta_wrap {
    padding-top: 120px;
    padding-bottom: 160px
}

.project_view .project_meta_wrap h1 {
    font-family: 'Montserrat', 'NotoSansKR', sans-serif;
    font-size: 34px;
    font-weight: 600;
    color: #222;
    line-height: 1.25;
    margin-bottom: 24px
}

.project_view .project_meta_wrap.project_meta_wrap h1 {
    font-family: 'Montserrat', 'NotoSansKR', sans-serif;
    font-size: 2.6rem;
    font-weight: 600;
    color: #222;
    line-height: 1.25;
    margin-bottom: 2.6rem
}

.project_meta_wrap .summary {
    padding: 13px 0 40px !important;
    font-size: 0;
    margin: 0 !important;
    display: flex !important;
}

.project_meta_wrap .summary li {
    display: inline-block;
    width: 200px;
    margin-left: 50px;
    font-family: 'Montserrat', 'NotoSansKR';
    font-weight: 600;
    vertical-align: top
}

.project_meta_wrap .summary li:first-child {
    margin-left: 0
}

.project_meta_wrap .summary li h2 {
    font-size: 16px;
    color: #222;
    padding-bottom: 14px;
    margin-bottom: 12px;
    border-bottom: 3px solid #222;
    line-height: 1.25
}

.project_view .single_inner_wrap p {
    font-size: 1.7rem;
    color: #444;
    line-height: 200%;
    font-weight: 500;
    white-space: pre-line;
}

.project_view b {
    font-weight: 600;
    font-size: 1.8rem;
    padding-bottom: 1rem;
    display: inline-block;
    width: 100%;
}

.single_inner_wrap {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    padding: 100px 0 12px 0;
    text-align: left;
}

.single_wave_line {
    width: 100%;
    height: 10px
}

.single_content_view a.view_btn_site,
.view_btn_site {
    display: block;
    width: 241px;
    height: 60px;
    line-height: 56px;
    position: relative;
    padding: 0 55px 0 38px;
    margin-top: 33px;
    font-size: 15px;
    color: #fff !important;
    background-color: #111111;
    border: 2px solid #111111;;
    border-radius: 3px;
}

.view_btn_site:after {
    content: '';
    display: block;
    background: url(../img/ico_link.svg) no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 15px;
    right: 27px;
}

.project-detail {
    text-align: center;
}

.project-detail img {
    margin: 160px auto;
    vertical-align: top;
    width: 100%;
}

.project-detail .m0 {
    margin: 0 !important;
}

.project-detail .mb0 {
    margin-bottom: 0 !important;
}

.project-detail > *:first-child {
    margin-top: 0;
}

.project-detail h2 {
    max-width: 700px;
    margin: 0 auto 26px;
    font-size: 2.4rem;
    font-weight: 600;
    text-align: left;
    line-height: 1.45;
    color: #222
}

.project-detail p {
    max-width: 700px;
    margin: 0 auto 20px;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: left;
    line-height: 2.2;
    color: #444;
    white-space: pre-line;
    
}

.project-detail p:empty {
    display: none
}

.project_detail p em {
    font-weight: 500;
    background: #fffd7f
}

.project_detail p strong {
    font-size: 20px;
    font-weight: 600;
    color: #222
}

.project_detail blockquote {
    max-width: 700px;
    margin: 17px auto;
    padding: 10px 0;
    position: relative;
    text-align: left
}

.project_detail blockquote p {
    display: inline;
    margin: 0;
    font-size: 18px;
    line-height: 1.7;
    color: #222
}

.project_detail blockquote:before,
.project_detail blockquote:after {
    font-family: 'jt-font';
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    color: #222
}

.project_detail blockquote:before {
    content: '\e950';
    position: absolute;
    left: -39px;
    top: 3px
}

.project_detail blockquote:after {
    content: '\e951';
    display: inline-block;
    vertical-align: text-bottom;
    margin: 0 0 -10px 17px
}

.portfolio .text-wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 143rem;
    margin: 0 auto;
    padding: 20rem 0;
    line-height: 3rem;
    letter-spacing: -0.02em;
}

.text-wrap .title {
    width: calc(100% - 95rem);
    font-weight: 700;
    font-size: 2.2rem;
    color: #111;
}

.text-wrap .content {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    flex: 1;
    font-weight: 400;
    width: 85rem;
    font-size: 1.8rem;
    line-height: 1.8;
    color: #111;
}

.video-wrap {
    position: relative;
    overflow: hidden;
}

.video-wrap img {
    position: relative;
    z-index: 1;
}


@media all and (max-width:1024px) {
    .portfolio {
        min-width: 100%;
        overflow-x: hidden;
    }

    .portfolio .text-wrap {
        flex-direction: column;
        gap: 2rem;
        padding: 4rem 3rem;
        box-sizing: border-box;
        width: 100%;
    }

    .text-wrap .title {
        width: 100%;
        font-size: 2.0rem;
    }

    .text-wrap .content {
        font-size: 1.4rem;
        width: 100%;
    }

    .project-detail img {
        width: 100%;
    }

}


@media all and (max-width:800px) {
    .project_header_teble {
        padding: 0 20px
    }

    .project_header_txt>span {
        font-size: 32px;
        letter-spacing: 0.3rem;
        text-align: left;
    }

    .project_view .project_meta_wrap {
        padding: 17% 0;
        margin: 0 20px;
    }

    .project_meta_wrap .summary {
        flex-direction: column;
        gap: 2rem;
    }

    .project_meta_wrap .summary li {
        margin-left: 0;
        width: 100%;
    }

    .project-detail img {
        margin: 17% auto;
    }

    .project-detail h2, 
        .project-detail p {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .project_meta_wrap .summary li h2 {
        padding-bottom: 10px;
        margin-bottom: 4px;
        border-bottom: 2px solid #949494;
    }

    .project_view b {
        display: block;
    }


    .project_header_bg {
        animation: none;
    }
}