h3 {
    font-size: 34px;
}
.case_banner {
    padding-top: 80px;
}
.banner_wrap {
    position: relative;
    width: 100%;
    height: 400px;
    background: #f5f5f5;
}
.banner_wrap .banner {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: auto;
    height: 100%;
}
.banner_wrap .bannerBox {
    padding: 115px 0 0 0px;
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
}
.banner_wrap .bannerBox .bannerTit {
    font-size: 64px;
    font-weight: 600;
}
.banner_wrap .bannerBox .bannerTit br {
    display: none;
}
.banner_wrap .bannerBox .bannerText {
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.5;
}

/* case_tab */

.case_tab_box {
    max-width: 920px;
    margin: 40px auto 0;
}
.case_tab_box .tab_inner_txt {
    display: none;
}
.case_tab_box ul {
    display: flex;
}
.case_tab_box ul li {
    display: flex;
    width: 33.3333%;
    border: 1px solid #2196f3;
    text-align: center;
    border-right: none;
    font-size: 15px;
}
.case_tab_box ul li a {
    color: #2196f3;
    width: 100%;
    line-height: 50px;
}
.case_tab_box ul li:nth-child(3) {
    border-right: 1px solid #2196f3;
}
.case_tab_box ul li.act {
    background-color: #2196f3;
}
.case_tab_box ul li.act a {
    color: #fff;
}

/* section 컨텐츠 박스 모듈 */
.section_inner {
    width: 100%;
    max-width: 1230px;
    margin: auto;
}
.section_inner .project_wrap {
    margin-top: 60px;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.section_inner .project_wrap .project_box {
    width: 380px;
    min-height: 370px;
    border: 1px solid #b9b9b9;
    border-radius: 5px;
    overflow: hidden;
}

 .section_inner .project_wrap .project_box .text_box .p_txt_wrap{display: flex; justify-content: space-between; margin-top: 10px; font-size:14px; color:#969696;} 
.section_inner .project_wrap .project_box .text_box .p_txt_wrap .date {display: inline-block;} 
.section_inner .project_wrap .project_box .text_box .p_txt_wrap .views {display: inline-block; position: relative; padding-left: 22px;}
 .section_inner .project_wrap .project_box .text_box .p_txt_wrap .views:before {content:''; width: 20px; height: 20px; position: absolute; left: 0; top: 50%; display: inline-block; background:url('../images/main/icon_view.png') no-repeat left center; background-size: 100% 100%; transform: translateY(-50%);}
.section_inner .project_wrap .project_box .p_img {
    width: 100%;
    height: 230px;
    background-position: center center;
    font-size: 0;
    text-indent: -1000px;
    overflow: hidden;
    background-position: top center;
    background-repeat: no-repeat;
    transition: all 0.5s ease;
    background-size: cover;
}
.section_inner .project_wrap .project_box .text_box {
    padding: 0 30px 10px;
    border-radius: 0 0 5px 5px;
}
.section_inner .project_wrap .project_box .text_box .p_name {
    padding-top: 28px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.section_inner .project_wrap .project_box .text_box .p_product {
    margin-top: 10px;
    font-size: 14px;
    color: #a3a3a3;
}
.section_inner .project_wrap .project_box .text_box .p_product span {
    display: inline-block;
    padding-right: 8px;
    margin-right: 5px;
    background: url("../images/main/bar_h13.png") no-repeat right center;
}
.section_inner .project_wrap .project_box .text_box .p_text {
    margin-top: 10px;
    font-size: 14px;
    color: #777777;
    line-height: 20px;
    height: 40px;
}
.section_inner .project_wrap .project_box .text_box .p_detail {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #dddddd;
    font-size: 14px;
    color: #969696;
}
.section_inner .project_wrap .project_box .text_box .p_detail div {
    display: inline-block;
    padding: 8px 7px;
    margin-top: 10px;
    margin-right: 5px;
    background-color: #f3f3f3;
    border-radius: 3px;
}
.section_inner .project_wrap .project_box .text_box .p_comp {
    position: relative;
    margin-top: 15px;
    color: #c0c0c0;
    font-size: 14px;
}
.section_inner .project_wrap .project_box .text_box .p_comp span::after {
    content: "";
    display: block;
    position: absolute;
    height: 15px;
    width: 1px;
    background-color: #c0c0c0;
    top: 1px;
    left: 42px;
}

.section_inner .project_wrap .project_box:hover .p_img {
    transform: scale(1.07);
}

/* game project */
.game_project {
    padding-top: 40px;
}

/* industry */
.industry_project {
    padding-top: 40px;
}
.industry_project .section_inner .project_wrap .project_box {
    min-height: 435px;
}
.industry_project .section_inner .project_wrap .project_box .text_box .p_detail div {
    margin-top: 10px;
}

/* industry_category */
.industry_category {
    margin-top: 80px;
}
.industry_category .category_inner {
    margin: 0 auto;
    overflow-x: auto;
}
.industry_category .category_inner .category_con {
    display: flex;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
}
.industry_category .category_inner .category_con:nth-of-type(2) {
    margin: 10px auto;
}
.industry_category .category_inner .category_con .left_con {
    font-size: 18px;
    font-weight: 600;
    width: 140px;
}
.industry_category .category_inner ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 15px;
}
.industry_category .category_inner ul li {
    border: 1px solid #2196f3;
    border-radius: 3px;
}
.industry_category .category_inner ul li a {
    display: inline-block;
    padding: 8px 10px;
    color: #2196f3;
}
.industry_category .category_inner ul li.act,
.industry_category .category_inner ul li.act a {
    background-color: #2196f3;
    color: #fff;
}

/* asset */
.asset_project {
    padding-top: 40px;
}
.asset_project .section_inner .project_wrap .project_box .text_box .p_detail div {
    margin-top: 10px;
}

/* asset_category */
.asset_category {
    margin-top: 80px;
}
.asset_category .category_inner {
    margin: 0 auto;
    overflow-x: auto;
}
.asset_category .category_inner .category_con {
    display: flex;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
}
.asset_category .category_inner .category_con:nth-of-type(2) {
    margin: 10px auto;
}
.asset_category .category_inner .category_con .left_con {
    font-size: 18px;
    font-weight: 600;
    width: 140px;
}
.asset_category .category_inner ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 15px;
}
.asset_category .category_inner ul li {
    border: 1px solid #2196f3;
    border-radius: 3px;
}
.asset_category .category_inner ul li a {
    display: inline-block;
    padding: 8px 10px;
    color: #2196f3;
}
.asset_category .category_inner ul li.act,
.asset_category .category_inner ul li.act a {
    background-color: #2196f3;
    color: #fff;
}

/* Indie Clinic */
.indie_project {
    padding-top: 90px;
    line-height: 1.5;
}
.indie_project p {
    margin-top: 24px;
    font-size: 16px;
}
.indie_project .indie_gray_txt {
    margin-top: 24px;
    color: #a0a0a0;
    font-size: 16px;
}
.indie_project .section_inner {
    max-width: 1200px;
}
/* indie슬라이드 */
.indie_project .section_inner .indie_project_wrap {
    margin-top: 80px; padding-bottom: 30px;
}
.indie_project .section_inner .indie_project_wrap .project_slide {
    max-width: 380px;
    min-height: 370px;
    border: 1px solid #b9b9b9;
    margin: 0 10px;
    border-radius: 5px;
    overflow: hidden;
}
.indie_project .section_inner .indie_project_wrap .project_slide .p_img {
    width: 100%;
    height: 230px;
    background-position: center center;
    font-size: 0;
    text-indent: -1000px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.5s ease;
    background-size: cover;
}
.indie_project .section_inner .indie_project_wrap .project_slide .text_box {
    padding: 0 30px;
    height: 140px;
    border-radius: 0 0 5px 5px;
}

 .indie_project .section_inner .indie_project_wrap .project_slide .text_box .p_txt_wrap{display: flex; justify-content: space-between; margin-top: 10px; font-size:14px; color:#969696;} 
.indie_project .section_inner .indie_project_wrap .project_slide .text_box .p_txt_wrap .date {display: inline-block;} 
.indie_project .section_inner .indie_project_wrap .project_slide .text_box .p_txt_wrap .views {display: inline-block; position: relative; padding-left: 22px;}
 .indie_project .section_inner .indie_project_wrap .project_slide .text_box .p_txt_wrap .views:before {content:''; width: 20px; height: 20px; position: absolute; left: 0; top: 50%; display: inline-block; background:url('../images/main/icon_view.png') no-repeat left center; background-size: 100% 100%; transform: translateY(-50%);}
.indie_project .section_inner .indie_project_wrap .project_slide .text_box .p_name {
    display: -webkit-box;
    padding-top: 28px;
    font-size: 24px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.indie_project .section_inner .indie_project_wrap .project_slide .text_box .p_date {
    position: absolute;
    bottom: 20px;
    margin-top: 10px;
    font-size: 14px;
    color: #a3a3a3;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.indie_project .section_inner .indie_project_wrap .project_slide .text_box .p_date span {
    padding-left: 14px;
    margin-right: 5px;
    background: url("../images/main/event_icon1.png") no-repeat left center;
}
.indie_project .section_inner .indie_project_wrap .project_slide .text_box .p_text {
    margin-top: 10px;
    font-size: 14px;
    color: #777777;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.indie_project .section_inner .indie_project_wrap .project_slide .text_box .p_detail {
    margin-top: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #2196f3;
}
.indie_project .section_inner .indie_project_wrap .project_slide:hover .p_img {
    height: 230px;
    overflow: hidden;
    background-size: cover;
    transform: scale(1.07);
}
.indie_project .section_inner .indie_project_wrap .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-63%);
    width: 29px;
    height: 55px;
}
.indie_project .section_inner .indie_project_wrap .slick-prev {
    left: -60px;
    background: url("../images/main/ar_left.png") no-repeat;
}
.indie_project .section_inner .indie_project_wrap .slick-next {
    right: -60px;
    background: url("../images/main/ar_right.png") no-repeat;
}
.indie_project .section_inner .indie_project_wrap .slick-dots {
    position: relative;
    margin-top: 30px;
    width: 100%;
    text-align: center;
    line-height: 12px;
    z-index: 3;
}
.indie_project .section_inner .indie_project_wrap .slick-dots li {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #aaaaaa;
    border-radius: 50%;
    margin: 0 10px;
    overflow: hidden;
    vertical-align: middle;
}
.indie_project .section_inner .indie_project_wrap .slick-dots li button {
    background: none;
}
.indie_project .section_inner .indie_project_wrap .slick-dots li {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #aaaaaa;
    border-radius: 50%;
    margin: 0 10px;
    overflow: hidden;
}
.indie_project .section_inner .indie_project_wrap .slick-dots li.slick-active {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: none;
    border: 2px solid #aaaaaa;
    border-radius: 50%;
    margin: 0 10px;
    overflow: hidden;
}

.indie_project .section_inner .indie_register {
    margin-top: 20px;
}
/* more btn */

.more_btn {
    text-align: center;
    margin: 75px 0 115px 0;
}
.more_btn a {
    padding: 15px 40px;
    font-size: 16px;
    color: #fff;
    background-color: #2196f3;
    border-radius: 5px;
}
.resister_btn {
    margin: 20px 0 60px 0;
}
.resister_btn a {
    padding: 10px 30px;
    font-size: 16px;
    color: #fff;
    background-color: #2196f3;
    border-radius: 5px;
}

@media screen and (max-width: 1200px) {
    .case_banner {
        padding-top: 50px;
    }
    .banner_wrap .bannerBox {
        padding: 94px 30px 0 30px;
    }
    .case_banner .section_banner .banner_txt {
        padding: 40px 7.41% 0;
    }
    .section_inner .project_wrap {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 30px;
    }
}

@media screen and (max-width: 1000px) {
    .banner_wrap .bannerBox {
        padding: 94px 30px 0 30px;
    }
    .banner_wrap .bannerBox .bannerTit {
        font-size: 46px;
    }
    .banner_wrap .bannerBox .bannerText {
        font-size: 14px;
    }

    .section_inner {
        width: 92%;
    }
    .game_project .section_inner p br {
        display: none;
    }
    .game_project .section_inner .part_btn {
        position: static;
        margin-top: 20px;
    }
    .industry_project .section_inner .project_wrap .project_box,
    .asset_project .section_inner .project_wrap .project_box,
    .section_inner .project_wrap .project_box {
        width: 100%;
    }

    .section_inner .project_wrap .project_box .text_box .p_name {
        font-size: 20px;
    }
    .section_inner .project_wrap .project_box .text_box .p_detail {
        margin-top: 20px;
        font-size: 11px;
    }

    .indie_project {
        padding-top: 70px;
    }
    .indie_project .section_inner .indie_project_wrap .project_slide {
        max-width: unset;
        min-height: 320px;
        border: 1px solid #b9b9b9;
        margin: 0 10px;
        border-radius: 5px;
        overflow: hidden;
    }
    .indie_project .section_inner .indie_project_wrap .project_slide .p_img {
        width: 100%;
        height: 230px;
        background-position: center center;
        font-size: 0;
        text-indent: -1000px;
        overflow: hidden;
        background-position: center center;
        background-repeat: no-repeat;
        transition: all 0.5s ease;
        background-size: cover;
    }
    .indie_project .section_inner .indie_project_wrap .project_slide .text_box {
        padding: 0 20px;
        height: 180px;
        border-radius: 0 0 5px 5px;
    }
    .indie_project .section_inner .indie_project_wrap .project_slide .text_box .p_name {
        padding-top: 20px;
        font-size: 24px;
        font-weight: 600;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .indie_project .section_inner .indie_project_wrap .project_slide:hover .p_img {
        height: 230px;
        overflow: hidden;
        background-size: cover;
        transform: scale(1.07);
    }
}

@media screen and (max-width: 768px) {
    .banner_wrap .banner {
        background: url(/resources/images/case/case_banner.jpg) no-repeat center right !important;
    }
    .banner_wrap .bannerBox .bannerTit {
        font-size: 44px;
    }
    .banner_wrap .bannerBox .bannerTit br {
        display: block;
    }
    .banner_wrap .bannerBox .bannerText {
        font-size: 14px;
    }

    .case_tab_box {
        width: 100%;
        margin: 60px auto 0;
    }

    .case_tab_box ul {
        flex-wrap: wrap;
    }

    .case_tab_box ul li,
    .case_tab_box ul li.act {
        width: 50%;
    }
    .case_tab_box ul li:nth-child(3),
    .case_tab_box ul li:nth-child(4) {
        border-top: none;
    }
    .industry_category .category_inner .category_con .left_con {
        display: none;
    }
}

@media screen and (max-width: 425px) {
    .banner_wrap {
        height: 320px;
    }
    .banner_wrap .bannerBox {
        padding: 64px 30px 0 30px;
    }
    .banner_wrap .bannerBox .bannerTit {
        font-size: 40px;
    }

    .case_tab_box {
        margin: 40px auto 0;
    }
    .case_tab_box ul li a,
    .case_tab_box ul li.act a,
    .case_tab_box .tab_inner_txt {
        font-size: 20px;
    }
    .case_tab_box .tab_inner_txt .tab_arrow {
        width: 15px;
        height: 15px;
    }

    .industry_project .section_inner .project_wrap .project_box,
    .asset_project .section_inner .project_wrap .project_box,
    .section_inner .project_wrap .project_box {
        height: auto;
        font-size: 18px;
        min-height: unset;
    }
    .section_inner .project_wrap .project_box .p_img {
        height: 160px;
    }
    .section_inner .project_wrap .project_box .text_box {
        padding: 0 20px 10px;
    }
    .section_inner .project_wrap .project_box .text_box .p_name {
        padding-top: 15px;
    }
    .section_inner .project_wrap .project_box .text_box .p_detail {
        margin-top: 15px;
    }
    .section_inner .project_wrap .project_box .text_box .p_comp {
        padding-bottom: 10px;
    }

    .game_project,
    .asset_project,
    .indie_project {
        padding-top: 40px;
    }
    .industry_category {
        margin-top: 0;
    }
    .indie_project .section_inner .indie_project_wrap .project_slide .p_img {
        height: 190px;
    }
    .indie_project .section_inner .indie_project_wrap .project_slide .text_box {
        height: 110px;
    }
    .indie_project .section_inner .indie_project_wrap .project_slide .text_box .p_name {
        font-size: 20px;
    }
    .indie_project .section_inner .indie_register {
        margin-top: 40px;
    }

    .resister_btn {
        margin: 30px 0 80px 0;
    }
}
