/* 포트폴리오 상세 */
.p_detail_wrap{
    max-width: 1020px;
    width: 100%;
    margin: 4rem auto 0;
    overflow-x: hidden;
}
.p_detail_head{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding-bottom: 6rem;
    margin-bottom: 5.8rem;
    border-bottom: 1px solid var(--border);
}
.p_detail_thumb{
    width: 50%;
    max-width: 460px;
}
.p_detail_tit{
    width: 50%;
    max-width: 470px;
    margin-left: 9rem;
}
.p_detail_title_wr{
    border-bottom: 1px solid var(--border);
    padding-bottom: 2.5rem;
    padding-top: 3rem;
}
.p_detail_title .sub_txt{
    display: flex;
    color: var(--input_placeholder);
    font-size: 1.4rem;
}
.p_detail_title .sub_txt p{
    margin-right: 1.2rem;
}
.p_detail_info{
    padding: 2.5rem 0 5rem;
}

.p_detail_key_wr{
    margin: -1.8rem -3rem;
}
.p_detail_key_wr .col{
    padding: 1.8rem 3rem;
}
.badge_wrap{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: -0.6rem;
}
.badge_wrap .badge{
    margin: 0.6rem;
}
.p_detail_q_wr{
    margin-top: 4.6rem;
}
.p_detail_photo .row{
    margin: -0.75rem;
}
.p_detail_photo .row .col{
    padding: 0.75rem;
}

.p_btn_wrap .btn-block{
    max-width: 40.5rem;
}

/* about AIX */
.about_wrap_1{
    margin: 6rem auto 10rem;
    overflow-x: hidden;
}
.about_wrap_2{
    background-color: #F6F8FB;
    padding: 10rem 0 12rem;
    margin-bottom: 15rem;
    overflow-x: hidden;
}
.rect.rect_about::after{
    padding-bottom: 51.5%;
}
.about_wrap_1 p{
    white-space: pre-line;
}
.about_title{
    font-size: 3.8rem;
    margin-bottom: 2.7rem;
    font-weight: 700;
}
.about_sub_title{
    font-size: 2.2rem;
    font-weight: 700;
}
.about_txt{
    margin-top: 6rem;
}
.about_circle div{
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 2rem;
    margin-top: 0.2rem;
}
.about_circle span{
    font-size: 1.4rem;
    font-weight: 400;
}
.about_circle{
    display: flex;
    align-items: center;
    justify-content: center;
}
.about_circle li{
    width: 27.6rem;
    min-width: 27.6rem;
    height: 27.6rem;
    background-color: rgb(233 240 255 / 50%);
    border: 1px solid var(--primary);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 7.2rem 4.9rem 6.8rem;
    margin-left: -2rem;
}
.about_circle li:first-child{
    margin-left: 0;
}
.about_img{
    margin-top: 5.5rem;
    margin-bottom: 7rem;
}
.about_img img{
    max-width: 378px;
}
.about_ability{
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    margin: -2rem -0.8rem;
}
.about_ability li{
    padding: 2rem 0.8rem;
    width: calc(100% / 6);
}
.about_ability li > div{
    border-radius: 1.6rem;
    padding-top: 4rem;
    background: linear-gradient(to bottom, #A8CBFF, transparent 80%);
}
.about_ability li h1{
    font-size: 4rem;
    font-weight: 600;
    letter-spacing: -0.03em;
    margin-bottom: 0.5rem;
}
.about_ability li span{
    font-size: 1.8rem;
    letter-spacing: -0.03em;
}
.about_ability li p{
    margin-top: 3rem;
    padding: 0 2rem;
}

/* 공지사항 */
.notice_wrap{
    max-width: 1020px;
    width: 100%;
    margin: 6rem auto 0;
    overflow-x: hidden; 
}
.notice_list{
    border-top: 1px solid #E8ECF5;
    padding-bottom: 0.2rem;
}
.notice_list li{
    border-bottom: 1px solid #E8ECF5;
    text-align: center;
}
.notice_list li .number{
    padding: 0 2rem;
    min-width: 9rem;
}
.notice_list li .title{
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word; 
    width: calc(100% - 9rem - 14.6rem);
    padding: 0 3rem;
}
.notice_list li .date{
    color: var(--input_placeholder);
    padding: 0 2rem;
    min-width: 14.6rem;
}
.notice_list li.notice_head{
    padding: 2.6rem 0;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.notice_list li a{
    padding: 2rem 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.n_detail_top{
    padding: 2rem;
    border-top: 1px solid #E8ECF5;
    border-bottom: 1px solid #E8ECF5;
}
.n_detail_body{
    padding: 3rem 2rem;
}
.n_detail_body p{
    line-height: 1.6em;
}
.n_detail_bottom{
    padding-top: 3rem;
    border-top: 1px solid #E8ECF5;
}

/* 마이페이지 - 완료 프로젝트 */
.project_list_li.complete .rect::before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(35 94 234 / 70%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.project_list_li.end .rect::before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(58 58 58 / 70%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.project_list_li .rect .comp_wrap{
    color: #fff;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    padding: 0 1rem;
}
.project_list_li .rect .comp_wrap p{
    margin-bottom: 0.8rem;
}
.project_list_li .rect .comp_wrap h1{
    font-size: 2.8rem;
    margin-bottom: 0.8rem;
}


/* file upload */
.attachment_style_2{
    display: inline-block;
    margin-right: 1.6rem;
    margin-top: 1.6rem;
    position: relative;
}
.attachment_style_2 .attach_box{
    /* border: 1px dashed var(--textdarkgray); */
    border-radius: 0.4rem;
    overflow: hidden;
    width: 9.8rem;
    height: 9.8rem;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='4' ry='4' stroke='%238995A1FF' stroke-width='1' stroke-dasharray='2%2c 2' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}
.attachment_style_2.on .attach_box{
    border: 0;
}
.attachment_style_2 .attach_box .attach_add{
    width: 3.1rem;
    height: 3.1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--textdarkgray);
}
.btn_attachment_del{
    font-size: 2rem;
    color: #fff;
    position: absolute;
    top: 1rem;
    right: 1rem;
    border: 0;
    padding: 0;
    height: auto;
    background-color: transparent;
    display: none;
}
.attachment_style_2.on .btn_attachment_del{
    display: block;
}


/* button */
.btn_share{
    border: 0;
    background: transparent;
    padding: 0.6rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: color 0.2s ease;
}
.btn_share.on{
    color: var(--primary);
}
.btn_share i{
    font-size: 2rem;
    margin-bottom: 1rem;
}
.btn_share span{
    font-size: 1.3rem;
}

.btn_like.btn_like2{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 5.6rem;
    min-width: 5.6rem;
    height: 5.6rem;
    padding: 0;
    z-index: 999;
    color: var(--textgray);
    font-size: 3.2rem;
    text-align: center;
    border: 1px solid var(--border);
    transition: all 0.15s 0.15s ease-in-out;
}
.btn_like.btn_like2.on{
    color: var(--primary) !important;
    border-color: var(--primary);
}
.btn_like.btn_like2 i{
    transition: all 0.2s ease-in-out;
    margin-bottom: -0.1em;
}
.btn_like.btn_like2.on i{
    animation: btnHeart 0.2s ease-in-out 1 forwards;
}

/* rect */
.rect.rect_portfolio2::after {
    padding-bottom: 68.12%;
}
.rect.rect_portfolio3::after {
    padding-bottom: 45.63%;
} 


/* modal */
.modal-dialog-xl{
    max-width: 152rem;
}
.modal-dialog-xl .modal-body{
    padding: 6rem 5rem 2.4rem;
}
.modal-dialog-xl .modal-footer{
    width: 100%;
    margin: 0 auto;
    padding: 1rem 5rem 3rem;
}
.modal-dialog-xl .modal-footer .btn{
    max-width: 24.6rem;
}


@media (min-width : 1921px) {


}

/*반응형 max 1200 xl*/
@media (max-width: 1880px) { 


}

@media (max-width: 1600px) { 

    /* About AIX */
    .about_ability li{
        min-width: 25.6rem;
    }

}

/*반응형 max 1200 xl*/
@media (max-width: 1199.98px) { 
    /* 포트폴리오 상세 */
    .p_detail_tit{
        margin-left: 6rem;
    }
    
    /* About AIX */
    .about_wrap_1{
        margin-bottom: 7rem;
    }
    .about_wrap_2{
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
    .about_wrap_1 p{
        font-size: 1.5rem;
    }
    .about_wrap_1 p.fs_14{
        font-size: 1.4rem;
    }
    .about_title{
        padding-top: 0.4rem;
    }
    .about_txt{
        margin-top: 5rem;
    }
    .about_ability li > div{
        padding-top: 3.4rem;
    }
    .about_ability li h1{
        font-size: 3.6rem;
        margin-bottom: 0.8rem;
    }
    .about_ability li span{
        font-size: 1.7rem;
    }
    .about_ability li p{
        margin-top: 2rem;
    }
    
    .order_xl_1{
        order: 1;
    }
    .mt_xl_70{
        margin-top: 7rem !important;
    }

}

/*반응형 max 1200 xl*/
@media (max-width: 1024px) { 
    /* 포트폴리오 상세 */
    .p_detail_head{
        padding-bottom: 5rem;
        margin-bottom: 4.8rem;
    }
    .p_detail_tit{
        margin-left: 5rem;
    }
    .p_detail_title_wr{
        padding-top: 1.5rem;
    }
    .p_detail_info{
        padding-bottom: 4rem;
    }

}

/*반응형 max 992px lg*/
@media (max-width: 991.98px) { 
    /* 포트폴리오 상세 */
    .p_detail_title_wr {
        padding-top: 0;
    }

    /* About AIX */
    .about_circle{
        flex-direction: column;
    }
    .about_circle li{
        margin-left: 0;
        margin-top: -2rem;
    }
    .about_circle li:first-child{
        margin-top: 0;
    }

    /* 공지사항 */
    .notice_list li .number{
        min-width: 7rem;
        padding: 0 1rem;
    }
    .notice_list li .date{
        min-width: 10rem;
        padding: 0 1rem;
    }
    .notice_list li .title{
        width: calc(100% - 7rem - 10rem);
        padding: 0 2rem;
    }

    /* 마이페이지 - 완료 프로젝트 */
    .project_list_li .rect .comp_wrap h1{
        font-size: 2.2rem;
    }
}


/*반응형 max 767px md*/
@media (max-width: 767.98px) { 
    /* 포트폴리오 상세 */
    .p_detail_wrap{
        margin-top: 3rem;
    }
    .p_detail_tit{
        margin-left: 3.5rem;
    }
    .p_detail_info p{
        font-size: 1.4rem;
    }
    .p_detail_info .fs_20{
        font-size: 1.6rem;
    }
    .p_detail_info .mt_12{
        margin-top: 0.8rem !important;
    }

    /* About AIX */
    .container.about_wrap_1{
        max-width: 100%;
    }
    .about_wrap_1{
        margin-top: 7rem;
        margin-bottom: 6.5rem;
    }
    .about_wrap_2{
        margin-bottom: 10rem;
    }
    .about_title{
        padding-top: 0;
        font-size: 2.8rem;
    }
    .about_sub_title{
        font-size: 1.8rem;
    }
    .about_txt{
        margin-top: 4rem;
    }
    .about_txt .mt_24{
        margin-top: 1.8rem !important;
    }
    .about_img{
        margin-top: 1.8rem;
        margin-bottom: 3rem;
    }
    .about_ability li > div{
        padding-top: 3rem;
        padding-bottom: 1rem;
    }
    .about_ability li h1{
        font-size: 2.8rem;
        margin-bottom: 1.3rem;
    }
    .about_ability li p{
        margin-top: 2.6rem;
        font-size: 1.5rem;
    }

    /* 공지사항 */
    .notice_wrap{
        margin-top: 3.5rem;
    }
    .notice_list li{
        font-size: 1.5rem;
    }
    .notice_list li.notice_head{
        padding: 2rem 0;
    }
    .notice_list li .number{
        min-width: 6rem;
        padding: 0 0.5rem;
    }
    .notice_list li .date{
        min-width: 8rem;
        padding: 0 0.5rem;
    }
    .notice_list li .title{
        width: calc(100% - 6rem - 8rem);
        padding: 0 1rem;
    }
    .n_detail_top p,
    .n_detail_body p{
        font-size: 1.5rem;
    }
    .n_detail_top{
        padding: 1.5rem 1rem;
    }
    .n_detail_body{
        padding: 2rem 1rem;
    }

    /* 마이페이지 - 완료 프로젝트 */
    .project_list_li .rect .comp_wrap p{
        font-size: 1.4rem;
    }
    .a_class_code{
        font-size: 1.5rem;
        letter-spacing: -0.02em;
    }
    .a_class_code i{
        font-size: 1.4rem;
    }

    /* modal */
    .modal-dialog-xl .modal-body {
        padding: 3rem 2rem 2rem;
    }
    .modal-dialog-xl .modal-footer{
        padding: 0 2rem 2.5rem;
    }


    .mt_md_50{
        margin-top: 5rem !important;
    }

}

/*반응형 max 576px sm*/
@media (max-width: 575.98px) { 
    /* 포트폴리오 상세 */
    .p_detail_wrap{
        margin-top: 2rem;
    }
    .p_detail_head{
        display: block;
        padding-bottom: 4rem;
        margin-bottom: 4.2rem;
    }
    .p_detail_head > *{
        width: 100%;
        max-width: none;
    }
    .p_detail_tit{
        margin-left: 0;
        margin-top: 2rem;
    }
    .p_detail_info {
        padding-bottom: 3.5rem;
    }
    .p_detail_key_wr {
        margin: -1.4rem -3rem;
    }
    .p_detail_key_wr .col{
        padding: 1.4rem 3rem;
    }
    .badge_wrap{
        margin: -0.3rem;
    }
    .badge_wrap .badge{
        margin: 0.3rem;
    }
    .p_btn_wrap .btn-block{
        max-width: none;
    }

    /* About AIX */
    .about_wrap_1 p{
        white-space: normal;
    }

    /* 공지사항 */
    .notice_scroll{
        overflow-x: auto;
        scrollbar-width: thin;
    }
    .notice_scroll::-webkit-scrollbar{
        height: 6px;
    }
    .n_detail_top{
        padding: 1.5rem 0;
    }
    .n_detail_body{
        padding: 2rem 0;
    }

    /* 마이페이지 - 완료프로젝트 */
    .project_list_li .rect .comp_wrap h1 {
        font-size: 1.8rem;
    }

    /* modal */
    .modal-dialog-xl .modal-footer .btn{
        max-width: none;
    }

}

/*반응형 max 420px*/
@media (max-width: 420px) { 
    /* About AIX */
    .about_img img{
        max-width: 100%;
    }
}

/*반응형 max 380px*/
@media (max-width: 380px) { 
    
    /* About AIX */
    .about_ability li{
        min-width: auto;
        width: 100%;
    }

}