@charset "utf-8";
#bo-list{
    position: relative;
}

/** 목록 상단 배너 ****************************************************/
#bo-list .top-bnr{
    height:45rem;
    border-radius: 1.5rem;
    background:url("../../../img/sub/company/company-top-bnr-img.png") no-repeat center / cover;
    margin-bottom:10rem;
}

@media screen and (max-width: 767px) {
    #bo-list .top-bnr{
        height:31.25rem;
    }
}

/** 목록 카테고리 ****************************************************/
#bo-category{
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap:.6rem;
    margin-bottom:8rem;
}
#bo-category a{
    display: block;
    height:5rem;
    line-height: 5rem;
    padding:0 3rem;
    background:#f0f0f0;
    font-size:1.8rem;
}
#bo-category a#bo_cate_on{
    color:var(--color-white);
    background: var(--color-primary);
}
@media screen and (max-width: 767px) {
    #bo-category{
        gap:.5rem;
        margin-bottom:6.875rem;
    }
    #bo-category a{
        padding:0 1.875rem;
        font-size:2rem;
    }
}
/** 목록 top****************************************************/
#bo_btn_top{
    display:flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:3.5rem;
}
#bo_btn_top #bo_list_total{
    font-size:1.8rem;
    color:#777;
}
#bo_btn_top #bo_list_total b{
    font-weight: 700;
    color:var(--color-base);
}
#bo_btn_top #bo_sch_wrap .bo_sch{
    border:none;
}
#bo_btn_top #bo_sch_wrap .bo_sch form{
    display:flex;
    align-items: center;
    gap:.5rem;
}
#bo_btn_top #bo_sch_wrap .bo_sch form .com-select{
    border-radius: 0;
    height:5.4rem;
    border-color:#e2e2e2;
}
#bo_btn_top #bo_sch_wrap .bo_sch form .sch_bar{
    display:flex;
    align-items: center;
}
#bo_btn_top #bo_sch_wrap .bo_sch form .sch_input{
    width:23rem;
    height:5.4rem;
    padding:0 2rem;
    font-size:1.6rem;
    border:1px solid #e2e2e2;
}
#bo_btn_top #bo_sch_wrap .bo_sch form .sch_input::placeholder {
    color: #aaa;
}
#bo_btn_top #bo_sch_wrap .bo_sch form .sch_btn{
    width:10.5rem;
    height:5.4rem;
    line-height: 5.4rem;
    color: var(--color-white);
    font-size:1.6rem;
    font-weight: 500;
    background: var(--color-base);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#bo_btn_top #bo_sch_wrap .bo_sch form .sch_btn:hover{
    background:var(--color-primary);
}

@media screen and (max-width:767px) {
    #bo_btn_top{
        flex-wrap: wrap;
        margin-bottom:3.75rem;
    }
    #bo_btn_top #bo_sch_wrap{
        width:100%;
        margin-top:1.25rem;
    }
    #bo_btn_top #bo_sch_wrap .bo_sch form{
        justify-content: end;
    }
    #bo_btn_top #bo_sch_wrap .bo_sch form .sch_input,
    #bo_btn_top #bo_sch_wrap .bo_sch form .com-select,
    #bo_btn_top #bo_sch_wrap .bo_sch form .sch_btn{
        font-size:1.75rem;
        height:5rem;
    }
    #bo_btn_top #bo_sch_wrap .bo_sch form .sch_btn{
        width:8.75rem;
    }
}

@media screen and (max-width:479px) {
    #bo_btn_top #bo_sch_wrap .bo_sch form{
        flex-wrap: wrap;
    }
    #bo_btn_top #bo_sch_wrap .bo_sch form .com-select,
    #bo_btn_top #bo_sch_wrap .bo_sch form .sch_bar{
        width:100%;
    }
    #bo_btn_top #bo_sch_wrap .bo_sch form .sch_input{
        flex:1;
    }
}

/** 목록 list****************************************************/
#bo-list-wrap{
    border-top:2px solid #333;
}
#bo-list-wrap .bo-head{
    border-bottom:1px solid #333;
    font-weight: 700;
    color:#333;
}
#bo-list-wrap .bo-head span:not(:last-child){
    border-right:1px solid #ddd;
}
#bo-list-wrap .bo-head,
#bo-list-wrap .bo-row{
    display: grid;
    padding: 2rem 0;
    text-align:center;
    grid-template-columns: 8.5rem 1fr 12rem 14rem;
    font-size:1.6rem;
}
#bo-list-wrap .bo-row{
    border-bottom:1px solid #ddd;
    background:var(--color-white);
    -webkit-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
    color:#777;
}
#bo-list-wrap .bo-row:hover{
    background: #F6FAFFFF;
}
#bo-list-wrap .bo-row .num .num-notice{
    padding:.5rem 1.5rem;
    font-size:1.4rem;
    color:var(--color-white);
    background:var(--color-primary);
    font-weight: 400;
}
#bo-list-wrap .bo-row .subject{
    text-align: left;
}
#bo-list-wrap .bo-row .subject:hover{
    font-weight: 600;
    color:var(--color-primary);
}
#bo-list-wrap .bo-row .subject b.cate{
    font-weight: 400;
}
#bo-list-wrap .bo-row .empty{
    grid-column: 1 / span 5;
    text-align: center;
}
#bo-list-wrap .bo-row .ico{
    display: inline-block;
    vertical-align: middle;
    background-size:100% auto;
    background-position: center;
    background-repeat: no-repeat;
    font-size:0;
}
#bo-list-wrap .bo-row .secret-ico{
    margin-left:1rem;
    width:1.2rem;
    height:1.7rem;
    background-image:url("../../../img/board/board-list-secret-ico.png");
}
#bo-list-wrap .bo-row .file-ico{
    width:2.3rem;
    height:1.9rem;
    background-image:url("../../../img/board/board-list-file-ico.png");
}
#bo-list-wrap .bo-row:hover .file-ico{
    background-image:url("../../../img/board/board-list-file-ico-on.png");
}

@media screen and (max-width:767px) {
    #bo-list-wrap .bo-head span:not(:last-child){
        border-right:none;
    }
    #bo-list-wrap .bo-head, #bo-list-wrap .bo-row {
        text-align: left;
        grid-template-columns: 9.5rem 14rem 1fr;
        gap: 1rem;
        padding:2rem;
    }
    #bo-list-wrap span.subject{
        grid-column: 1 / span 3;
    }
    #bo-list-wrap .bo-head span.subject{
        text-align: center;
    }
    #bo-list-wrap span.num,
    #bo-list-wrap .bo-head span.name,
    #bo-list-wrap .bo-head span.datetime,
    #bo-list-wrap span.file{
        display:none;
    }
}

/** 버튼 list****************************************************/
#bo-btns{
    margin-top:6rem;
    display:flex;
    align-items: center;
    justify-content: center;
    gap:1rem;

}
#bo-btns .link-btn{
    width:24rem;
    height:6rem;
    line-height: 6rem;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    border:1px solid var(--color-base);
    border-radius: 1rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#bo-btns .link-btn:hover{
    background:var(--color-primary);
    color:var(--color-white);
    border-color:var(--color-primary);
}

@media screen and (max-width: 767px) {
    #bo-btns .link-btn{
        width:25rem;
        height:6.25rem;
        line-height: 6.25rem;
        font-size: 2rem;
    }
}
/** 목록 버튼 list****************************************************/
#bo-list-btns{
    position: absolute;
    bottom:0;
    right:0;
    display:flex;
    align-items: center;
    justify-content: end;
}
#bo-list-btns .link-btn{
    width:12rem;
    height:4.5rem;
    line-height: 4.5rem;
    border:1px solid var(--color-base);
    font-weight: 500;
    -webkit-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
    border-radius: 2.25rem;
    text-align: center;
}
#bo-list-btns .link-btn:hover{
    color:var(--color-white);
    background:var(--color-primary);
    border-color:var(--color-primary);
}

@media screen and (max-width: 1023px) {
    #bo-list-btns{
        margin-top:4rem;
        position: static;
    }
}

/** 글쓰기 ****************************************************/
#bo_write .top-box{
    display:flex;
    align-items: center;
    justify-content: space-between;
    border-bottom:2px solid #333;
    padding-bottom:3rem;
}
#bo_write .top-box strong{
    font-size:3.2rem;
    font-weight: 700;
}
#bo_write .write_div .grid2{
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
}
#bo_write .write_div .write-item{
    display:grid;
    grid-template-columns: 17rem 1fr;
    padding:2.5rem 0;
    border-bottom:1px solid #ddd;
}
#bo_write .write_div .write-item .title-box{
    display: flex;
    align-items: center;
    font-size:1.6rem;
    font-weight: 600;
    padding:0 2rem 0 0;
    gap:.5rem;
}
#bo_write .write_div .write-item .content-box{
    font-size:1.6rem;
}
#bo_write .write_div .write-item .content-box.link{
    display:flex;
    flex-direction: column;
    gap:1.5rem;
}
#bo_write .write_div .write-item .frm_input{
    width:100%;
    height:6rem;

}
#bo_write .write_div .write-item textarea{
    width:100%;
    height:30rem;
    border-radius: .5rem;
    background:var(--color-white);
    padding:2rem;
    border:1px solid #ddd;
    box-shadow: none;
}
#bo_write .write_div .write-item textarea:not(:focus){
    outline: none;
}

#bo_write .write_div .write-item .file-item{
    display:grid;
    grid-template-columns: minmax(0, 47rem) minmax(0, 20rem) minmax(15rem, 1fr);
    gap:1.5rem;
    align-items: center;
}
#bo_write .write_div .write-item .file-item:not(:last-child){
    margin-bottom:1.5rem;
}
#bo_write .write_div .write-item .file-item .file-name{
    line-height:6rem;
}
#bo_write .write_div .write-item .file-item > label{
    height:6rem;
    line-height:6rem;
    text-align: center;
    font-size:1.6rem;
    font-weight: 600;
    color:var(--color-base);
    border:1px solid #333;
    border-radius: .5rem;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#bo_write .write_div .write-item .file-item > label:hover{
    background:var(--color-primary);
    border-color:var(--color-primary);
    color:var(--color-white);
}
#bo_write .write_div .write-item .file-item .file-content{
    grid-column: 1 / span 3;
}


@media screen and (max-width:1023px) {
    #bo_write .write_div .grid2{
        display:grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    #bo_write .write_div .write-item .file-item{
        grid-template-columns: 1fr minmax(0, 15rem);
        column-gap:1.5rem;
    }

    #bo_write .write_div .write-item .file-item .file_del{
        grid-column: 1 / span 2;
    }
    #bo_write .write_div .write-item .file-item .file-content{
        grid-column: 1 / span 2;
    }
}

@media screen and (max-width:767px) {
    #bo_write .top-box{
        padding-bottom:2rem;
    }
    #bo_write .top-box strong{
        font-size:3.5rem;
    }
    #bo_write .top-box p{
        font-size:1.75rem;
    }
    #bo_write .write_div .write-item{
        grid-template-columns: 1fr;
    }
    #bo_write .write_div .write-item .title-box{
        padding:0 0 1.25rem;
        font-size:2rem;
    }
    #bo_write .write_div .write-item textarea{
        font-size:1.75rem;
    }
    #bo_write .write_div .write-item .file-item > label{
        height:6.25rem;
        line-height:6.25rem;
    }
}

/** 상세 ****************************************************/
#bo_view .subject-box{
    text-align: center;
    padding:4rem 2rem;
    background:#f4f4f4;
}
#bo_view .subject-box .cate{
    display: block;
    font-size:1.8rem;
    margin-bottom:1.5rem;
}
#bo_view .subject-box h3{
    font-size:3rem;
    font-weight: 700;
    line-height:1.3;
    margin-bottom:2rem;
}
#bo_view .subject-box .info-box,
#bo_view .subject-box .info-box span{
    display:flex;
    align-items: center;
    gap:1rem;
}
#bo_view .subject-box .info-box{
    justify-content: center;
}
#bo_view .subject-box .info-box span{
    font-size:1.6rem;
}
#bo_view .subject-box .info-box span:not(:first-child):before{
    content:"";
    width:1px;
    height:1.2rem;
    background:#999;
}
#bo_view .content-box{
    padding:5rem 0 6rem;
    font-size:1.6rem;
    color:var(--color-base);
}
#bo_view .asset-wrap{
    display: flex;
    align-items: center;
    border:1px solid var(--color-base);
    padding:3rem;
    font-size:1.6rem;
    margin-top:1.5rem;
    border-radius: 1rem;
}
#bo_view .asset-wrap .title-box{
    width:20rem;
    padding:0 1rem;
    font-weight: 500;
}
#bo_view .asset-wrap ul{
    display: flex;
    flex-direction: column;
    gap:1rem;
    width:calc(100% - 20rem);
}
#bo_view .asset-wrap ul a{
    display: block;
    min-height:2.6rem;
    padding:0 4rem;
    background-size: 2.6rem;
    background-repeat: no-repeat;
    background-position: center left;
    -webkit-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}
#bo_view .asset-wrap ul a:hover{
    color:var(--color-primary);
}
#bo_view .asset-wrap ul a.file{
    background-image:url("../../../img/board/board-view-file-ico.png");
}
#bo_view .asset-wrap ul a.link{
    background-image:url("../../../img/board/board-view-link-ico.png");
}
#bo_view .asset-wrap ul a.file:hover{
    background-image:url("../../../img/board/board-view-file-ico-on.png");
}
#bo_view .asset-wrap ul a.link:hover{
    background-image:url("../../../img/board/board-view-link-ico-on.png");
}
#bo_view .bo_v_nb{
    margin-top:5rem;
    border-top:1px solid #ddd;
    font-size:1.6rem;
    color:#333;
}
#bo_view .bo_v_nb > li{
    display:flex;
    align-items: center;
    border-bottom:1px solid #ddd;
}
#bo_view .bo_v_nb > li .nb_tit{
    width:20rem;
    background:#f4f4f4;
    text-align: center;
    padding:2rem;
    font-weight: 500;
}
#bo_view .bo_v_nb > li .link{
    width:calc(100% - 20rem);
    padding:2rem 7rem;
}
#bo_view .bo_v_nb > li span.link{
    color:#999;
}

@media screen and (max-width:1023px) {
    #bo_view .content-box{
        padding:8rem 2rem;
    }
}
@media screen and (max-width:767px) {
    #bo_view .subject-box{
        padding:2.5rem 15px;
        border-radius: 1.5rem;
    }
    #bo_view .subject-box .cate{
        font-size:2rem;
        margin-bottom:1.25rem;
    }
    #bo_view .subject-box h3{
        margin-bottom:1.5rem;
    }
    #bo_view .subject-box .info-box,
    #bo_view .subject-box .info-box span{
        gap:1.25rem;
    }
    #bo_view .content-box{
        padding:3.75rem  0;
    }
    #bo_view .asset-wrap{
        padding:1.875rem;
        flex-direction: column;
    }
    #bo_view .asset-wrap .title-box{
        width:100%;
        padding:0;
        margin-bottom:1.25rem;
    }
    #bo_view .asset-wrap ul{
        width:100%;
    }
    #bo_view .bo_v_nb > li .nb_tit{
        width:10rem;
    }
    #bo_view .bo_v_nb > li .link{
        width:calc(100% - 10rem);
    }
    #bo_view .bo_v_nb > li .link{
        padding:1.875rem 2.5rem;
        font-size:1.75rem;
    }
}

/** 기업정보 목록 ****************************************************/
#company-list-wrap{
    padding-top:5rem;
    border-top:2px solid var(--color-base);
}
#company-list-wrap ul{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap:3rem;
}
#company-list-wrap ul li{
    overflow: hidden;
    position: relative;
}
#company-list-wrap ul li a{
    z-index: 1;
    position:absolute;
    top:1rem;
    right:1rem;
    padding:.5rem 1rem;
    background:var(--color-base);
    color:var(--color-white);
}
#company-list-wrap ul li.no-list{
    grid-column: 1 / span 3;
    text-align: center;
}
#company-list-wrap ul li button{
    position: relative;
    display: block;
    width:100%;
    border-radius: 1.5rem;
    padding:3rem;
    border:1px solid #ddd;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: left;
    height:100%;
}
#company-list-wrap ul li button:after{
    content:"";
    opacity: 0;
    position: absolute;
    top:-1px;
    bottom:-1px;
    left:-1px;
    right:-1px;
    border:2px solid var(--color-primary2);
    border-radius: 1.5rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#company-list-wrap ul li button:hover{
    border-color:var(--color-primary2);
}
#company-list-wrap ul li button:hover:after{
    opacity: 1;
}
#company-list-wrap ul li .cate-box{
    display:flex;
    flex-wrap:wrap;
    gap:1rem;
    margin-bottom:1.5rem;
}
#company-list-wrap ul li .cate{
    display:flex;
    align-items:center;
    gap:1rem;
    color:var(--color-primary);
    font-size:1.8rem;
    font-weight: 400;
    line-height:1;
}
#company-list-wrap ul li .cate:not(:last-of-type):after{
    content:"";
    display:inline-block;
    width:1px;
    height:1rem;
    background:#ddd;
}
#company-list-wrap ul li .subject{
    display: block;
    margin-bottom:3.5rem;
    font-size:2rem;
    font-weight: 600;
}
#company-list-wrap ul li button:hover .subject{
    text-decoration: underline;
}
#company-list-wrap ul li .date{
    color:#999;
}
#company-list-wrap ul li p{
    margin-top:.5rem;
}
#company-list-wrap ul li p span{
    display: inline-block;
    color:#777;
    margin-right:1rem;
}

@media screen and (max-width: 1023px) {
    #company-list-wrap ul{
        grid-template-columns: repeat(2, 1fr);
        gap:1.5rem
    }
}
@media screen and (max-width: 767px) {
    #company-list-wrap ul li{
        overflow: hidden;
    }
    #company-list-wrap ul li button{
        padding:3.125rem;
    }
    #company-list-wrap ul li .cate-box{
        margin-bottom:1.875rem;
    }
    #company-list-wrap ul li .cate{
        font-size:2rem;
    }
    #company-list-wrap ul li .subject{
        margin-bottom:3.125rem;
        font-size:2.25rem;
    }
    #company-list-wrap ul li p span{
        font-size:1.75rem;
    }
}
@media screen and (max-width: 479px) {
    #company-list-wrap ul{
        grid-template-columns: 1fr;
        gap: 1.875rem;
    }
}

/** 기업정보 모달 ****************************************************/
#company-modal{
    display: none;
    z-index: 9999;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
}
#company-modal .inner-box{
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    -o-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    overflow: hidden;
}
#company-modal .inner-box #company-modal-close-btn{
    position: absolute;
    top:1rem;
    right:1rem;
    width:4.6rem;
    height:4.6rem;
    font-size:0;
    background:var(--color-base);
    border-radius: 1rem;
}
#company-modal .inner-box #company-modal-close-btn .bar{
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%) rotate(-45deg);
    -moz-transform:translate(-50%, -50%) rotate(-45deg);
    -o-transform:translate(-50%, -50%) rotate(-45deg);
    transform:translate(-50%, -50%) rotate(-45deg);
    width:2.6rem;
    height:.2rem;
    background:var(--color-white);
}
#company-modal .inner-box #company-modal-close-btn .bar1{
    -webkit-transform:translate(-50%, -50%) rotate(45deg);
    -moz-transform:translate(-50%, -50%) rotate(45deg);
    -o-transform:translate(-50%, -50%) rotate(45deg);
    transform:translate(-50%, -50%) rotate(45deg);
}
#company-modal .content-box{
    width:900px;
    max-width: calc(100vw - 30px);
    max-height: calc(100vh - 30px);
    background:#f7faff;
    border-radius: 1.5rem;
    padding:4.5rem;
}
#company-modal .content-box .cate-box{
    display:flex;
    align-items: center;
    flex-wrap:wrap;
    gap:.5rem;
    margin-bottom:1.5rem;
}
#company-modal .content-box .cate{
    display: inline-block;
    height:3.4rem;
    line-height: 3.4rem;
    color:var(--color-white);
    padding:0 1.5rem;
    font-size:1.8rem;
    border-radius: .5rem;
    background:var(--color-primary);
}
#company-modal .content-box .subject{
    display: block;
    margin-bottom:4rem;
    padding-bottom:2rem;
    border-bottom:2px solid var(--color-base);
    font-size:3.8rem;
    font-weight: 700;
    line-height: 1.3;
}
#company-modal .content-box ul{
    display:flex;
    flex-direction: column;
    gap:1rem;
}
#company-modal .content-box ul li{
    display:grid;
    grid-template-columns: 15rem 1fr;
}
#company-modal .content-box ul li b{
    position: relative;
    font-weight: 600;
    color:var(--color-primary);
    padding-left:1.3rem;
}
#company-modal .content-box ul li b:after{
    content:"";
    position: absolute;
    top:1rem;
    left:0;
    width:.5rem;
    height:.5rem;
    border-radius: 100%;
    background:var(--color-primary);
}

#company-modal .homepage-link { 
	text-decoration: underline;
	color:var(--color-primary);	
}
#company-modal .homepage-link:hover {
    opacity: 0.8;
    transition: opacity 0.3s ease;
}


@media screen and (max-width: 767px) {
    #company-modal .inner-box #company-modal-close-btn{
        top:1.25rem;
        right:1.25rem;
        width:5rem;
        height:5rem;
    }
    #company-modal .content-box .cate-box{
        margin-bottom:2.5rem;
    }
    #company-modal .content-box .cate{
        height:4rem;
        line-height: 4rem;
        padding:0 1.25rem;
        font-size:2rem;
    }
    #company-modal .content-box .subject{
        margin-bottom:2.5rem;
        padding-bottom:2.5rem;
        font-size:4rem;
    }
    #company-modal .content-box ul{
        gap:1.875rem;
    }
    #company-modal .content-box ul li{
        grid-template-columns: 1fr;
        font-size:1.75rem;
    }
    #company-modal .content-box ul li b{
        padding-left:0;
    }
    #company-modal .content-box ul li b:after{
        content:none;
    }
}