    :root {
        --cmm-marginTop: 150px;
        --cmm-wraptop: 180px;
        --font-spoqa: 'Spoqa Han Sans Neo', 'sans-serif';
    }

.copied-right {
    display: none !important;
    visibility: visible; /* 필요 시 추가 */
    opacity: 1;
    position: relative;
}

    @import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);

    .type2-hover a {
        position: relative;
        padding-bottom: 1px;
    }

    .type2-hover a::after {
        position: absolute;
        left: 0;
        bottom: -1px;
        display: block;
        content: "";
        width: 0%;
        height: 1px;
        transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    }

    .type2-hover li:nth-child(1) a:hover {
        color: #3b5997;
    }

    .type2-hover li:nth-child(1) a::after {
        background: #3b5997;
    }


    .type2-hover li:nth-child(2) a:hover {
        color: #55acee;
    }

    .type2-hover li:nth-child(2) a::after {
        background: #55acee;
    }


    .type2-hover li:nth-child(3) a:hover {
        color: #cc2127;
    }

    .type2-hover li:nth-child(3) a::after {
        background: #cc2127;
    }


    .type2-hover li:nth-child(4) a:hover {
        color: #0266C8;
    }

    .type2-hover li:nth-child(4) a::after {
        background: #0266C8;
    }

    .type2-hover a:hover::after {
        width: 100%;
    }

    .cmm_wrap .dflx .right .tit a {
        position: relative;
        padding-bottom: 1px;
    }

    .cmm_wrap .dflx .right .tit a::after {
        position: absolute;
        left: 0;
        bottom: -1px;
        display: block;
        content: "";
        width: 0%;
        height: 1px;
        background: #000;
        transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    }

    .cmm_wrap .dflx .right .tit a:hover::after {
        width: 100%;
    }

    /* 아이템 리스트 */
    .prd_list {
        margin-top: 120px;
    }

    .cmm_wrap .dflx .right .tit strong span {
        padding-left: 4px;
    }

    @media (max-width:768px) {
        .prd_list {
            margin-top: 90px;
        }
    }

    .prd_list ul {
        display: flex;
        flex-wrap: wrap;
        padding: 0 80px;
        margin: 0 auto;
    }

    .prd_list ul li {
        width: 20%;
        padding: 0 15px;
        margin-bottom: 46px;
    }

    .prd_list ul li a.overA {
        display: block;
        width: 100%;
        height: 100%;
    }

    .prd_list ul li a.overA .over {
        overflow: hidden;
        position: relative;

    }

    .prd_list ul li a.overA .over .con {
        text-align: center;
        margin-top: 12px;
    }

    .prd_list ul li a.overA .over .con h3 {
        visibility: hidden;
        opacity: 0;
        transform: all .3s;
    }


    .prd_list .links {
        *zoom: 1;
        cursor: pointer;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
    }

    .prd_list .links:before,
    .prd_list .links:after {
        content: "";
        display: table;
    }

    .prd_list .links:after {
        clear: both;
    }

    .prd_list .link-effect-2 {
        overflow: hidden;
    }

    .prd_list .link-effect-2 a.hoverA span {
        position: relative;
        display: inline-block;
        -moz-transition: 0.45s;
        -o-transition: 0.45s;
        -webkit-transition: 0.45s;
        transition: 0.45s;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14.5px;
        letter-spacing: .1px;
    }

    .prd_list .link-effect-2 a.hoverA span::before {
        color: #111;
        font-weight: 300;
        position: absolute;
        width: 100%;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        content: attr(data-hover);
        font-family: 'Spoqa Han Sans Neo', 'sans-serif';
        font-size: 14px;
    }

    .prd_list .link-effect-2 a.hoverA:hover span {

        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);

    }

    .prd_list .df {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .prd_list .df .bg {
        /*        background: #EFEFEF;*/
        /*        min-height: 320px;*/
    }

    .prd_list .tit_over {
        margin-top: 25px;
        overflow: hidden;

        height: 1.2em;
        color: #111;
        font-weight: 400;
        text-align: center;
    }

    .prd_list .tit_over span {
        font-size: 18px;
        display: inline-block;
        width: 100%;
    }

    .prd_list .ag {
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
        height: 100%;
    }

    .prd_list .ag p {
        font-weight: bold;
        font-size: 56px;
        color: #ddd;

    }

    .prd_list .ag img {
        width: 100%;
    }

    /* 디테일 공통 */
    .cmm_wrap {}

    .cmm_wrap .dflx {
        display: flex;
        justify-content: space-between;
        padding: 0 7%;
        margin-top: 80px;
    }

    .cmm_wrap .dflx .left,
    .cmm_wrap .dflx .right {
        width: 50%;
    }

    /*
    .cmm_wrap .dflx .left ul li:not(:last-child) {
        margin-bottom: 8px;
    }
*/

    .cmm_wrap .dflx .left > ul > li:not(:last-child) {
        margin-bottom: 8px;
    }

    .cmm_wrap .dflx .right {
        margin-left: 40px;
    }

    .cmm_wrap .dflx .right .info {
        position: sticky;
        top: 100px;
        padding: 80px 0 80px 50px;
    }

    .cmm_wrap .dflx .right .tit {
        text-align: right;
    }

    .cmm_wrap .dflx .right .tit strong {
        font-size: 17px;
        color: #111;
        font-weight: 300;
        text-align: right;
    }

    .cmm_wrap .dflx .right .tit strong a {
        font-size: 17px;
        color: #111;
        font-weight: 300;
        text-align: right;
    }

    .cmm_wrap .dflx .right .tit h2 {
        font-size: 27px;
        line-height: 1;
        margin-top: 4px;
        display: flex;
        justify-content: flex-end;
        align-items: baseline;
        font-weight: 400;
    }

    .cmm_wrap .dflx .right .tit h2 span {
        line-height: 1.8;
        font-weight: 300;
        font-family: 'Spoqa Han Sans Neo', 'sans-serif';
        font-size: 18px;
        padding-left: 8px;
        display: inline-block;
        transform: translateY(2px);
    }

    .cmm_wrap .right .share_wrap {
        margin-top: 80px;
    }

    .cmm_wrap .right .share_wrap h2 {
        font-size: 12px;
        line-height: 1;
        margin-bottom: 16px;
        font-weight: 600;
        font-family: 'Spoqa Han Sans Neo', 'sans-serif';
    }

    .cmm_wrap .right .share_wrap ul {
        display: flex;
        align-items: center;
    }

    .cmm_wrap .right .share_wrap ul li a {
        display: flex;
        align-items: center;
        font-weight: 300;
        letter-spacing: .4px;
        font-size: 12px;
        font-family: 'Spoqa Han Sans Neo', 'sans-serif';
    }

    .cmm_wrap .right .share_wrap > ul > li:not(:first-child) {
        margin-left: 24px;
    }


    .sub_visual .inner {
        position: relative;
        height: 460px;
        background: url(../images/sub/works_bg.jpg) no-repeat;
        background-size: cover;
    }

    .sub_visual .inner:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        top: 0;
        left: 0;
        z-index: 1;
        background: rgb(0, 0, 0, .5);
    }




    .cmm_wrap .info_wrap {
        margin-top: 48px;
        display: flex;
        justify-content: flex-end;
    }

    .cmm_wrap .info_wrap ul li {
        display: flex;
        align-items: center;
        /*        font-family: var(--font-spoqa);*/
    }

    .cmm_wrap .info_wrap > ul > li:not(:last-child) {
        margin-bottom: 8px;
    }

    .cmm_wrap .info_wrap ul li .stit span {
        color: #000;
        display: inline-block;
        width: 80px;
    }

    .cmm_wrap .info_wrap ul li .desc span {
        color: #111;
        letter-spacing: .1px;
    }

    .cmm_wrap .info_wrap ul li span {
        color: #111;
        font-size: 14px;
        font-weight: 300;
        font-family: 'Spoqa Han Sans Neo', 'sans-serif';
    }

    .cmm_wrap .info_wrap ul > li:not(:last-child) {
        margin-bottom: 8px;
    }

    .cmm_wrap .desc_wrap {
        margin-top: 100px;
    }

    .cmm_wrap .desc_wrap .desc_item:first-child {
        margin-bottom: 24px;
    }

    .cmm_wrap .desc_wrap .desc_item p {
        color: #4d4d4d;
        line-height: 1.8;
        font-weight: 300;
        font-family: 'Spoqa Han Sans Neo', 'sans-serif';
    }

    .cmm_wrap .desc_wrap .desc_kr p {
        font-size: 14px;
    }

    .cmm_wrap .desc_wrap .desc_us p {
        font-size: 15px;
        word-break: keep-all;
        /*        line-height: 1.5;*/
    }

    .sub_visual {
        margin-top: 100px;
    }

    .cmm_wrap .dflx .right .tit span img {
        width: 12px;
    }

    .m_cmm_wrap .dflx {
        margin-top: var(--cmm-wraptop);
    }


    @media (max-width:768px) {
        .prd_list {
            margin-top: 104px;
        }

        .cmm_wrap .desc_wrap .desc_item p {
            font-size: 13px;
            color: #000;
        }

        .cmm_wrap .desc_wrap .desc_us p {
            line-height: 1.6;
        }

        .cmm_wrap .info_wrap ul li span {
            color: #000;
            font-family: 'Pretendard', 'sans-serif';
        }

        .cmm_wrap {
            overflow-x: hidden;
        }

        .sub_visual {
            margin-top: 70px;
        }

        .sub_visual .inner {
            height: 150px !important;
            display: none;
        }

        .prd_list ul {
            flex-direction: column;
            padding: 0 15px;
        }

        .prd_list ul li {
            width: 100%;
            padding: 0;
        }
        
        .prd_list ul li:not(:last-child) {
            margin-bottom: 46px !important;
        }

        .cmm_wrap .dflx {
            margin-top: 34px;
            padding: 0 15px;
        }

        .cmm_wrap .dflx .left,
        .cmm_wrap .dflx .right {
            width: 100%;
        }

        .cmm_wrap .dflx .right {
            margin-left: 0;
        }

        .cmm_wrap .info_wrap {
            justify-content: flex-start;
        }


        .cmm_wrap .dflx .right .info {
            position: inherit;
            top: inherit;
            padding: 40px 0 20px 0;
        }

        .cmm_wrap .dflx .right .tit {
            text-align: left;
        }

        .cmm_wrap .dflx .right .tit h2 {
            justify-content: flex-start;
        }

        .cmm_wrap .info_wrap ul li .stit span,
        .cmm_wrap .info_wrap ul li .desc span {
            font-size: 13px;
            color: #000;
        }

        .cmm_wrap .info_wrap ul > li:not(:last-child) {
            margin-bottom: 8px;
        }

        .cmm_wrap .desc_wrap {
            margin-top: 50px;
        }

        .cmm_wrap .info_wrap {
            margin-top: 40px;
        }

        .cmm_wrap .right .share_wrap {
            margin-top: 40px;
        }

        .cmm_wrap .dflx .right .tit h2 {
            font-size: 22px;
        }

        .cmm_wrap .dflx .right .tit h2 span {
            font-size: 15px;
        }

        .cmm_wrap .dflx .right .tit strong a {
            font-size: 13px;
        }

        .cmm_wrap .desc_wrap .desc_kr p {
            line-height: 2;
        }

        .cmm_wrap .desc_wrap .desc_us p {
            line-height: 1.9;
        }

        .cmm_wrap .info_wrap ul li span {
            font-weight: 300;
        }

        .m_cmm_wrap .dflx {
            margin-top: 104px !important;
        }

        .cmm_wrap .dflx .right .tit span {
            transform: translateY(1px);
        }

        .cmm_wrap .dflx .right .tit span img {
            width: 9.5px;
        }

        .cmm_wrap .dflx {
            display: block;
        }

        .cmm_wrap .dflx .right,
        .cmm_wrap .dflx .left {
            width: 100%;
        }

        .copied-right {
            display: block !important;
        }

        .cmm_wrap .dflx .right .tit strong {
            font-size: 13px;
        }

    }


    .page_arrow_wrap {
        margin: 80px 0 0;
    }

    .page_arrow_wrap .arrow_dflx {
        display: flex;
        justify-content: space-between;
        padding: 0 7%;
        align-items: center;
    }

    .page_arrow_wrap .arrow_dflx .sp2 img {
        width: 24px;
    }

    .page_arrow_wrap .arrow_dflx .sp3 img {
        width: 14px;
    }

    .page_arrow_wrap a .sp1 {
        font-size: 16px;
        line-height: 1;
        margin-bottom: 16px;
        font-weight: 400;
        letter-spacing: .2px;
        font-family: 'Spoqa Han Sans Neo', 'sans-serif';
    }

    @media (min-width:1199px) {
        .page_arrow_wrap .arrow_dflx .sp2 {
            display: none;
        }

        .page_arrow_wrap .arrow_dflx .sp1 {
            display: block;
        }
    }

    @media (max-width:1200px) {
        .page_arrow_wrap .arrow_dflx {
            padding: 0 15px;
        }
        
        .page_arrow_wrap .arrow_dflx .sp1 {
            display: none;
        }

        .page_arrow_wrap .arrow_dflx .sp2 {
            display: block;
        }

        .page_arrow_wrap .arrow_dflx .sp3 img {
            width: 12px;
        }
    }

@media (max-width:768px) {
    
}

