.wrap{
    background: #d8d8d8;
    min-height: 100vh;
}
.wrap.bg-fff{
    background: #fff;
}
/*메인 헤더*/
.main-header{
    background: #fff;
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
}
.main-header > .hd-row-1{
    position: relative;
    height: 70px;
    border-bottom: 1px solid #d8d8d8;
}
.main-header > .hd-row-1 > .logo{
    position: absolute;
    left: 0;
    padding: 9px 27px;
}
.main-header > .hd-row-1 > .nav .nav-link{
    display: block;
    padding: 11px 0;
}
.main-header > .hd-row-1 > .nav .nav-link > span{
    display: block;
}
.main-header > .hd-row-1 > .nav .nav-link.active > span{
    color: #F77E0B !important;
}
.main-header > .hd-row-1 > .nav .nav-link > .icon-nav{
    display: block;
    width: 40px;
    height: 26px;
    margin: 0 auto 5px auto;
    background-repeat: no-repeat;
}
.main-header > .hd-row-1 > .nav .nav-link > .icon-nav.news{
   background-image: url(../images/icon/icon_tabnews_off.png);
}
.main-header > .hd-row-1 > .nav .nav-link > .icon-nav.comunity{
   background-image: url(../images/icon/icon_tabcommu_off.png);
}
.main-header > .hd-row-1 > .nav .nav-link > .icon-nav.recruit{
   background-image: url(../images/icon/icon_tabrecruit_off.png);
}
.main-header > .hd-row-1 > .nav .nav-link > .icon-nav.edu{
   background-image: url(../images/icon/icon_tabedu_off.png);
}

.main-header > .hd-row-1 > .nav .nav-link.active > .icon-nav.news{
   background-image: url(../images/icon/icon_tabnews_on.png);
}
.main-header > .hd-row-1 > .nav .nav-link.active > .icon-nav.comunity{
   background-image: url(../images/icon/icon_tabcommu_on.png);
}
.main-header > .hd-row-1 > .nav .nav-link.active > .icon-nav.recruit{
   background-image: url(../images/icon/icon_tabrecruit_on.png);
}
.main-header > .hd-row-1 > .nav .nav-link.active > .icon-nav.edu{
   background-image: url(../images/icon/icon_tabedu_on.png);
}




/*1200px 미만일때 네비게이션 축소*/
@media screen and (max-width: 1200px) {
    .main-header > .hd-row-1 > .nav{
        width: 320px;
    }
}
.main-header > .hd-row-1 > .setting{
    position: absolute;
    right: 0;
}
.main-header > .hd-row-1 > .profile-info{
    position: absolute;
    top: 0;
    right: 0;
    display: inline-flex;
}
.main-header > .hd-row-1 > .profile-info > .profile{
    padding-top: 3px;
}
.main-header > .hd-row-1 > .profile-info > .profile-img{
    width: 32px;
    height: 32px;
    border-radius: 100% !important;
    overflow: hidden !important;
}
.main-header > .hd-row-1 > .profile-info > .profile-img > img{
    width: 100%;
    height: 100%;
}
.main-header > .hd-row-1 > .profile-info > .config{
    padding-top: 3px;
}
.main-header > .hd-row-1 > .profile-info > .config img{
    display: block;
    width: 25px;
    height: 25px;
}
.main-header > .hd-row-2{
    padding: 9.5px 0;
}
.main-header > .hd-row-2 .search-main{
    position: relative;
}
.main-header > .hd-row-2 .search-main > .input-search{
    width: 100%;
    padding: 16.5px;
    border: 1px solid #F77E0B;
}
.main-header > .hd-row-2 .search-main > .btn-search{
    position: absolute;
    top: 8px;
    right: 8px;
    display: block;
}

/*//메인 헤더*/
/*메인 카드*/
.wrap-card{
    margin: 12px 0 0 0;
    background: #fff;
    box-shadow: 3px 1px 5px 0px rgba(0, 0, 0, 0.15);
}
.wrap-card > .top-card .thumbnail{
    width: 34px;
    height: 34px;
    border-radius: 100% !important;
    overflow: hidden !important;
}
.wrap-card > .top-card .thumbnail > img{
    width: 100%;
    height: 100%;
}

.wrap-card > .top-card .thumbnail .txt{
	width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    color: #FFFFFF;
    font-weight: 600;
    overflow: hidden;
}
.wrap-card > .top-card .thumbnail .txt.default{
	background:#FE9A2E;
}
.wrap-card > .top-card .thumbnail .txt.news{
	background:#FE9A2E;
}
.wrap-card > .top-card .thumbnail .txt.edu{
	background:#298A08;
}
.wrap-card > .top-card .thumbnail .txt.hr{
	background:#0174DF;
}
.wrap-card > .top-card .subject{
    margin: 0 0 0 10px;
}
.wrap-card.wrap-recruit .top-card .btn-com-info {
    padding: 0 10px;
    border: 1px solid #f77e0b;
    border-radius: 15px;
    line-height: 24px;
}
.wrap-card.wrap-recruit .top-card .btn-com-info:hover {
    background: #f77e0b;
    color: #fff;
}

.wrap-card > .middle-card > .contents-info > .media > img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.wrap-card > .middle-card img{
    display: block;
    max-width: 100% !important;
}
.bottom-card{
    border-top: 1px solid #d6d6d6;
}
.bottom-card .btn-card{
    line-height: 52px;
}
.bottom-card .btn-card.active{
    color: #f77e0b !important;
}
.btn-card > .icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    float: left;
    margin: 15px 5px 0 0;
}
.btn-card > .icon.like{
   background-image: url(../images/icon/icon_like_s_g.png);
}
.btn-card > .icon.comment{
   background-image: url(../images/icon/ico_review.png);
   background-size: contain;
}
.btn-card > .icon.scrap{
   background-image: url(../images/icon/icon_scrap2.png);
}
.btn-card > .icon.like.active{
   background-image: url(../images/icon/icon_like_s_o.png);
}
.btn-card > .icon.scrap.active{
   background-image: url(../images/icon/icon_scrap2_o.png);
}
/*//메인 카드*/
/* 메신저 */
.wrap-msg{
    position: fixed;
    right: 0;
    bottom: 0;
    width: 320px;
    z-index: 20;
}
.wrap-msg > .msg{
    border-top: 1px solid #F77E0B;
    background: #fff;
    height: 390px;
    overflow-y: auto;
}
.wrap-msg > .msg > .nav-tabs > .nav-item > .nav-link.active{
    color: #f77e0b;
}
.wrap-msg > .msg > .nav-tabs .msg-close{
    display: block;
    padding: 5px 0;
}
.wrap-msg > .msg > .nav-tabs .msg-close > .icon{
    display: block;
    width: 20px;
    height: 10px;
    margin: 0 auto 5px auto;
    background-repeat: no-repeat;
    background-image: url(../images/icon/icon_up.png);
}
.wrap-msg > .msg > .tab-contents > .profile-login{
    border-bottom: 1px solid #d3d3d3;
}
.wrap-msg > .msg > .tab-contents .profile-img{
    width: 30px;
    height: 30px;
    border-radius: 100% !important;
    overflow: hidden !important;
}
.wrap-msg > .msg > .tab-contents .profile-img > img{
    width: 100%;
    height: 100%;
}
.wrap-msg > .msg > .tab-contents .profile-body{
	width: 150px;
}
.wrap-msg > .msg .profile-follower .row-profile .btn-unfollower{
    display: block;
    padding: 5px 0;
}
.wrap-msg > .msg .profile-follower .row-profile .btn-unfollower > .icon{
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 auto 5px auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/icon/icon_remove.png);
}

/* //메신저 */
/* 1:1 대화창 */
.wrap-msg-write{
    position: fixed;
    right: 340px;
    bottom: 0;
    width: 320px;
}
.wrap-msg-write > .msg-write{
    background: #fff;
    height: 390px;
    overflow-y: auto;
    overflow-x: hidden;
}
.wrap-msg-write > .msg-write > .hd{
	position: fixed;
	z-index: 10;
    width: 320px;
    padding-right: 20px;
    border-top: 1px solid #F77E0B;
    border-bottom: 1px solid #F77E0B;
    background: #fff;
}
.wrap-msg-write > .msg-write > .hd .msg-close{
    display: block;
    padding-top: 5px;
}
.wrap-msg-write > .msg-write > .hd .msg-close > .icon{
    display: block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/icon/icon_remove.png);

}
.wrap-msg-write .msg-write .dialog{
	padding: 53px 0 49px 0; 
}
.wrap-msg-write .msg-write .dialog .profile-img{
    width: 34px;
    height: 34px;
    border-radius: 100% !important;
    overflow: hidden !important;
}
.wrap-msg-write .msg-write .dialog .profile-img > img{
    width: 100%;
    height: 100%;
}
.wrap-msg-write .msg-write .dialog .dialog-row .body{
	width: 255px;
}

.wrap-msg-write .msg-write .wrap-writer {
	position: absolute;
	bottom: 0;
	z-index: 20;
	width: 100%;
	border-top: 1px solid #d3d3d3;
	background: #fff;
}

.wrap-msg-write .msg-write .wrap-writer .div-txt{
	width: 265px;
}
.wrap-msg-write .msg-write .wrap-writer .btn-send{
	display: block;
}
.wrap-msg-write .msg-write .wrap-writer .btn-send > .icon{
	display: block;
	width: 32px;
	height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/icon/icon_send_o.png);
}
/* //1:1 대화창 */
/*  네비게이션 하위 탭메뉴*/
.wrap-bar{
    background: #fff;
    box-shadow: 3px 1px 5px 0px rgba(0, 0, 0, 0.15);
}
.wrap-bar > .div-tab{
    padding: 20px;
    border-bottom: 1px solid #f77e0b;

}
.wrap-bar .nav > .nav-item > .active{
    color: #F77E0B;
    font-weight: 700;
    border-bottom: 2px solid #F77E0B;
}
.wrap-bar .div-select{
    position: relative;
}
.wrap-bar .div-select > .select-style-sort{
    width: 200px;
    border: none;
    appearance: none;
    text-align-last: right;
}
.wrap-bar .div-select > .icon{
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 10px;
    height: 6px;
    margin-top: -3px;
    background: url(../images/icon/ico_more_lg.png);
    background-repeat: no-repeat;
    background-size: contain;
}
/* //네비게이션 하위 탭메뉴*/
/* //NEWS 상세*/
.wrap-card > .top-card .wrap-func-btn > .float-left > button{
    display: block;
}
.wrap-card > .top-card .wrap-func-btn > .float-left > button > .icon{
    display: inline-block;
    width: 15px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: sub;
}
.wrap-card > .top-card .wrap-func-btn > .float-left > .btn-scrap > .icon{
    background-image: url(../images/icon/icon_scrap2.png);
}
.wrap-card > .top-card .wrap-func-btn > .float-left > .btn-scrap > .icon.on{
    background-image: url(../images/icon/icon_scrap2_o.png);
}
.wrap-card > .top-card .wrap-func-btn > .float-left > .btn-link > .icon{
    background-image: url(../images/icon/ico_org_con.png);
} 
.wrap-card > .top-card .wrap-func-btn > .float-left > .btn-share > .icon{
    background-image: url(../images/icon/ico_share.png);
} 

.wrap-card > .bottom-rec-card{
    border-top: 1px solid #d6d6d6;
}
.bottom-rec-card > .rec-news-wrap > .flexslider{
	border: 0;
}
.bottom-rec-card > .rec-news-wrap .slides li{
	width: 760px !important;
/* 	margin: 0 -10px !important; */
    float: left  !important;
    display: block  !important;
}
.bottom-rec-card > .rec-news-wrap .rec-content{
    width: 175px !important;
    border: 1px solid #dfdfdf !important;
    display: inline-block !important;
    margin: 0 10px!important;
    cursor: pointer !important;
}
.bottom-rec-card > .rec-news-wrap .rec-content:first-child{
	margin: 0 10px 0 0 !important;
}
.bottom-rec-card > .rec-news-wrap .rec-content:last-child{
	margin: 0 0 0 10px !important;
}
.bottom-rec-card > .rec-news-wrap .rec-content > .img > img{
    display: block;
    width: 100%;
}
.bottom-rec-card > .rec-news-wrap .rec-content > .title:first-child{
    height: 66px !important;
}
.bottom-rec-card > .rec-news-wrap .rec-content > .title{
    margin: 10px 10px 0 10px;
    height: 125px;
    overflow: hidden;
    font-size: 14px;
}
/* //NEWS 상세*/

/* NEWS 검색*/         
.div-search {
    padding: 20px;
}
.div-search > .search > .wrap-input-search{
    position: relative;
}
.div-search > .search > .wrap-input-search > .icon{
    position: absolute;
    top: 50%;
    margin-top: -10px;
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../images/icon/icon_search_g.png);
}
.div-search > .search > .wrap-input-search > .input-search{
    width: 100%;
    padding: 10px 60px 10px 30px;
    border: none;
    border-radius: 20px;
    box-shadow: 3px 1px 5px 0px rgba(0, 0, 0, 0.15);
}
.div-search > .search > .wrap-input-search > .btn-search{
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 10px;
    color: #707070;
}
/* //NEWS 검색*/      

/*댓글, 댓글작성*/
.wrap-card > .bottom-card .comment-box{
    border-top: 1px solid #d6d6d6;
}
.wrap-card > .bottom-card .comment-box > .comment-row .thumbnail,
.wrap-card > .bottom-card .comment-box > .re-comment-row .thumbnail{
    width: 34px;
    height: 34px;
    border-radius: 100% !important;
    overflow: hidden !important;
}
.wrap-card > .bottom-card .comment-box > .comment-row .thumbnail > img,
.wrap-card > .bottom-card .comment-box > .re-comment-row .thumbnail > img {
    width: 100%;
    height: 100%;
}
.wrap-card > .bottom-card .comment-box > .comment-row .comment-body{
    width: 710px;
    margin: 0 0 0 10px;
}
.wrap-card > .bottom-card .comment-box > .re-comment-row .comment-body{
    width: 665px;
    margin: 0 0 0 10px;
}
.wrap-card > .bottom-card .comment-box > .comment-writer-box .comment-writer .div-txt,
.wrap-card > .bottom-card .comment-box > .comment-row > .re-comment-writer-box .re-comment-writer .div-txt{
    width: 680px;
}
.wrap-card > .bottom-card .comment-box > .comment-writer-box .btn-send,
.wrap-card > .bottom-card .comment-box > .comment-row > .re-comment-writer-box .btn-send{
    display: block;
}
.wrap-card > .bottom-card .comment-box > .comment-writer-box .btn-send > .icon,
.wrap-card > .bottom-card .comment-box > .comment-row > .re-comment-writer-box .btn-send > .icon{
    display: block;
    width: 40px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/icon/icon_send_o.png);
}
.wrap-card > .bottom-card .comment-box > .comment-writer-box .comment-writer .div-txt > .form-control,
.wrap-card > .bottom-card .comment-box .comment-row > .re-comment-writer-box .re-comment-writer .div-txt > .form-control{
	height: 30px;
	font-size: 16px;
	border-radius: 10px;
	padding-left: 10px;
    background-color: #F3F3F3;
}
.wrap-card > .bottom-card .comment-box > .comment-writer-box .btn-file {
    display: block;
}
.wrap-card > .bottom-card .comment-box > .comment-writer-box .btn-file > .icon,
.wrap-card > .bottom-card .comment-box .comment-row > .re-comment-writer-box .btn-file > .icon{
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/icon/ico_addcard.png);
}
/*//댓글*/
/*//커뮤니티 최신*/
.wrap-comu,
.wrap-list{
    background: #fff;
    box-shadow: 3px 1px 5px 0px rgba(0, 0, 0, 0.15);
}
.wrap-comu > .comu-list > .comu-row{
    padding: 20px 0;
    margin: 0 20px;
    border-bottom: 1px solid #d3d3d3;
}
.wrap-comu > .comu-list > .comu-row.notice{
    border-bottom: 1px solid #f77e0b;
}
/*//커뮤니티 최신*/
/*커뮤니티 엘컴*/
.wrap-comu > .comu-list > .comu-row.elcom{
    position: relative;
    border: none;
}
.wrap-comu > .comu-list > .comu-row.elcom .profile-elcom{
    width: 118px;
}
.wrap-comu > .comu-list > .comu-row.elcom .profile-elcom > img{
    display: block;
    width: 100%;
}
.wrap-comu > .comu-list > .comu-row.elcom .lnk-elcom{
    position: absolute;
    top: 60px;
    right: 0;
    margin-top: -14px;
}
.wrap-comu > .comu-list > .comu-row.elcom .lnk-elcom > .icon{
    display: block;
    width: 18px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/icon/img_more_dg.png);
}
/*//커뮤니티 엘컴*/
/*커뮤니티 상세*/
.wrap-card > .comu-dtl > .comu-dtl-bg{
    width: 100%;
    height: 306px;
/*     background: url(https://logiin.s3.ap-northeast-2.amazonaws.com/BOARD/TITLE_IMG/PAY.jpg) left top / 100% no-repeat; */
    box-sizing: border-box;
}
.wrap-card > .comu-dtl > .comu-dtl-func{
    padding: 20px;
}
.wrap-card > .comu-dtl > .comu-dtl-func .pb-1:last-child{
    padding-bottom: 0 !important;
}
.wrap-card > .comu-dtl > .comu-dtl-func .btn{
    background: #f77e0b;
    font-size: 17.33px;
    color: #fff;
    padding:2px 16px;
    border-radius: 20px;
}

/*//커뮤니티 상세*/

/*커뮤니티 자유게시판*/
.wrap-comu > .list-top .list-top-func > .input-div{
    position: relative;
}
.wrap-comu > .list-top .list-top-func > .input-div > .form-control{
    height: 34px;
}
.wrap-comu > .list-top .list-top-func > .input-div > .icon{
    position: absolute;
    top: 50%;
    right: 5px;
    display: block;
    width: 20px;
    height: 22px;
    margin-top: -11px;
    background: url(../images/icon/icon_search_g.png);
    background-repeat: no-repeat;
    background-size: contain;
}


.wrap-comu > .list-top .list-top-func > .select-div{
    position: relative;
	line-height: 34px;
}
.wrap-comu > .list-top .list-top-func > .select-div > .icon {
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 10px;
    height: 6px;
    margin-top: -3px;
    background: url(../images/icon/ico_more_lg.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.wrap-comu > .list-top .list-top-func > .select-div > .select-style-sort{
    border: none;
    appearance: none;
}

.wrap-comu > .list-top .list-top-func .lnk-write{
    display: block;
    background: #f77e0b;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 16px;

}
/*//커뮤니티 자유게시판*/
/*채용,교육 검색필터*/
.div-filter > .div-btn{
    border-bottom: 1px solid #d6d6d6;
}
.div-filter > .div-btn > .btn > .icon{
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.div-filter > .div-btn > .btn-filter{
    padding: 5px 10px;
    background: #f77e0b;
    border-radius: 15px;
    color: #fff;
    font-size: 16px;
}
.div-filter > .div-btn > .btn-reset{
    padding: 5px 10px;
}
.div-filter > .div-btn > .btn-reset > .icon{
    width: 12px;
    height: 14px;
    background-image: url(../images/icon/ico_reset.png);
}
.div-filter > .div-btn > .btn-filter > .icon{
    width: 10px;
    height: 8px;
    background-image: url(../images/icon/bt_tri_down.png);
}
.div-filter > .select-group > .row:last-child{
    padding: 0;
}
.div-filter > .select-group .select-con > select{
    width: 100%;
    padding: 10px;
    border-color: #f77e0b;
    border-radius: 5px;
}
/*//채용,교육 검색필터*/

/*글 작성*/
.wrap-card > .div-write > .write-top{
    padding: 20px;
    border-bottom: 1px solid #f77e0b;
}
.wrap-card > .div-write > .write-top > .b-0-18{
    line-height: 40px;
}
.wrap-card > .div-write > .write-top .done{
    padding: 12px 20px;
    background: #f77e0b;
    color: #fff;
    font-size: 12px;
}
.wrap-card > .div-write > .write-top .upload{
    padding: 11px 19px;
    border: 1px solid #f77e0b;
    color: #f77e0b;
    background: #fff;
    font-size: 12px;
}
.wrap-card > .div-write > .write-top input[type="checkbox"].chk + label{
	line-height: 40px;
}
input[type="checkbox"].chk + label{
    display: block;
}
input[type="checkbox"].chk + label span.check-style {
    width: 15px;
    height: 15px;
    background: url(../images/icon/ico_check_g.png) left top no-repeat #fff;
    display: inline-block;
    background-size: contain;
    vertical-align: sub;
}
input[type="checkbox"].chk:checked + label span.check-style{
    background: url(../images/icon/ico_checkon.png) left top no-repeat #fff;
    background-size: contain;
}

input[type="radio"].rdo + label{
    display: block;
}
input[type="radio"].rdo + label span.check-style {
    width: 15px;
    height: 15px;
    background: url(../images/icon/ico_check_g.png) left top no-repeat #fff;
    display: inline-block;
    background-size: contain;
    vertical-align: sub;
}
input[type="radio"].rdo:checked + label span.check-style{
    background: url(../images/icon/ico_checkon.png) left top no-repeat #fff;
    background-size: contain;
}

.wrap-card > .div-write > .write-body{
    padding: 20px;
}
.wrap-card > .div-write > .write-body > .ctg > .ctg-1st{
    width: 500px;
    margin-right: 20px;
}
.wrap-card > .div-write > .write-body > .ctg > .ctg-2nd{
    width: 240px;
}
.wrap-card > .div-write > .write-body .form-control{
    padding: 10px;
}
.wrap-card > .div-write > .write-body .form-control.t-area-body{
    resize: none;
    height: 360px;
}
/*//글 작성*/

/* 페이징 */
.paging{
	padding-top: 13px !important;
}
.paging > li{
	background: #fff;
	padding: 10px 0;
	box-shadow: 3px 1px 5px 0px rgb(0 0 0 / 15%);
}
.paging li a {
	display: inline-block;
	width: 25px;
    line-height: 25px;
    font-size: 14px !important;
    color: #707070;
    padding: 0 !important;
    margin: 0 5px !important;
}
.paging a.on {
    border: 0 !important;
    background-color: #F77E0B;
    color: #FFF;
    font-weight: 700;
}

.wrap-comu > .paging > li{
	box-shadow: none !important;
}

/* //페이징 */
/* 로그인-메인 */
.div-login-main{
    width: 364px;
    margin: 0 auto;
    padding-top: 225px;
    padding-bottom: 50px;
    background: #fff;
}
.div-login-main .div-input > .form-control{
    padding: 16px;
    font-size: 14.66px;
}
.div-login-main .div-submit > .lnk-login,
.div-login-main .div-submit > .lnk-withdrawal{
    display: block;
    padding: 17px;
    background: #f77e0b
}
/* //로그인-메인 */
/* //로그인-드롭다운 */
.main-header .profile-info > .dropdown-menu{
    position: absolute;
    top: 70px;
    right: 0;
    z-index: 10;
    width: 400px;
    background: #fff;
    box-shadow: 3px 1px 5px 0px rgba(0, 0, 0, 0.15);
}
.main-header .profile-info > .dropdown-menu > .div-login{
    width: 364px;
    margin: 0 auto;
    background: #fff;
}
.main-header .profile-info > .dropdown-menu .div-login .div-input > .form-control{
    padding: 16px;
    font-size: 14.66px;
}
.main-header .profile-info > .dropdown-menu .div-login .div-submit > .lnk-login{
    display: block;
    padding: 17px;
    background: #f77e0b
}
/* //로그인-드롭다운 */

/* 설정-드롭다운 */
.main-header .dropdown-menu > .div-config > .div-top{
    padding: 34px 20px;
    border-bottom: 1px solid #d8d8d8;
}
.main-header .dropdown-menu > .div-config .profile-img {
    width: 34px;
    height: 34px;
    border-radius: 100% !important;
    overflow: hidden !important;
}
.main-header .dropdown-menu > .div-config .profile-img > img {
    width: 100%;
    height: 100%;
}
.main-header .dropdown-menu .div-middle > .nav{
	border-bottom: 1px solid #d7d7d7;	
}
.main-header .dropdown-menu .div-middle > .nav li{
	float: left;
/* 	width: 33.3333%; */
	width: 50%
}
.main-header .dropdown-menu .div-middle > .nav li .lnk{
	display: block;
	padding: 20px 0;
	text-align: center;
}
.main-header .dropdown-menu .div-middle > .nav li .lnk > .icon{
	height: 24px;
    display: inline-block;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.main-header .dropdown-menu .div-middle > .nav li .lnk-rec > .icon{
	width: 34px;
    background-image: url(../images/icon/ico_recentview.png);
}
.main-header .dropdown-menu .div-middle > .nav li .lnk-scrap > .icon{
	width: 28px;
    background-image: url(../images/icon/ico_scrap.png);
}
.main-header .dropdown-menu .div-middle > .nav li .lnk-card > .icon{
	width: 26px;
    background-image: url(../images/icon/ico_cardadmin.png);
}

.main-header .dropdown-menu .div-middle > .links{
    padding: 18px 20px;
}

.main-header .dropdown-menu .div-middle .row-link > a{
    position: relative;
    display: block;
    padding: 12px 0;
}
.main-header .dropdown-menu .div-middle .row-link > a > .icon{
    position: absolute;
    top: 12px;
    right: 0;
    display: block;
    width: 8px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/icon/img_more_dg.png);
}
.main-header .dropdown-menu > .div-config > .div-bottom .btn-logout{
    width: 150px;
    padding: 11px 0;
    border: 1px solid #bcbcbc;
}
/* //설정-드롭다운 */
/* 프로필-드롭다운 */
.main-header .dropdown-menu > .div-profile > .div-top{
    background: #f77e0b
}
.main-header .dropdown-menu > .div-profile .profile-img {
    width: 42px;
    height: 42px;
    border-radius: 100% !important;
    overflow: hidden !important;
}
.main-header .dropdown-menu > .div-profile .profile-img > img {
    width: 100%;
    height: 100%;
}
.main-header .dropdown-menu > .div-profile > .div-top .level > .p-medal{
    position: relative;
}
.main-header .dropdown-menu > .div-profile > .div-top .level .icon{
    position: absolute;
    top: 1px;
    left: -30px;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    background-repeat: no-repeat;
    background-size: contain;
/*     background-image: url(../images/icon/ico_level_bronze.png); */
}
/* //프로필-드롭다운 */

/* 프로필 */
.wrap-profile-block-1{
    border-top: 1px solid #ff7e0b;
}
.wrap-profile-block-1 > .profile-block-mid > .profile-img {
    width: 160px;
    height: 160px;
    margin: 0 auto;
    border-radius: 100% !important;
    overflow: hidden !important;
}
.wrap-profile-block-1 > .profile-block-mid > .profile-img > img {
    width: 100%;
    height: 100%;
}
.wrap-profile-block-1 > .profile-block-mid input,
.wrap-profile-block-1 > .profile-block-mid select{
    border: none;
}
.wrap-profile-block-1 > .profile-block-mid select{
    appearance:none;
}
.wrap-profile-block-1 > .profile-block-btm{
    border-top: 1px solid #d8d8d8;
}
.wrap-profile-block-1 > .profile-block-btm > .txt-division{
    padding: 12px 0;
}
.wrap-profile-block-1 > .profile-block-btm .lnk-wrote{
    display: block;
    width: 200px;
    padding: 12px 0;
    text-align: center;
}
.wrap-profile-block-1 > .profile-block-btm .p-code{
    width: 394px;
    line-height: 41.6px;
    text-align: center;
}
.wrap-profile-block-1 > .profile-block-btm .p-code > .btn-share{
    position: relative;
    top: 1.5px;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #f77e0b;
    border-radius: 5px;
    color: #f77e0b;
}
.wrap-profile-block-1 > .profile-block-btm .p-code > .btn-share > .icon{
    float: left;
    width: 11px;
    height: 15px;
    margin: 2px 5px 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/icon/ico_share.png);
}
.wrap-profile-block-row{
    margin-top: 12px;
}

/*프로필 두번째 블록*/
.wrap-profile-block-2{
    width: 263px;
    padding-bottom: 40px;
    margin-right: 12px;
    background: #fff;
    border-top: 1px solid #ff7e0b;
}
.wrap-profile-block-2 > .profile-block-top{
    padding: 20px;
    border-bottom: 1px solid #ff7e0b;
}
.wrap-profile-block-2 > .profile-block-top .grade .p-medal{
    position: relative;
}
.wrap-profile-block-2 > .profile-block-top .grade .p-medal > .icon{
    position: absolute;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    background-repeat: no-repeat;
    background-size: cover;
}
.wrap-profile-block-2 > .profile-block-top .grade .p-medal.bronze > .icon{
    background-image: url(../images/icon/ico_level_bronze.png);
}
.wrap-profile-block-2 > .profile-block-top .grade .p-medal.silver > .icon{
    background-image: url(../images/icon/ico_level_silver.png);
}
.wrap-profile-block-2 > .profile-block-top .grade .p-medal.gold > .icon{
    background-image: url(../images/icon/ico_level_gold.png);
}
.wrap-profile-block-2 > .profile-block-top .grade .p-medal.platinum > .icon{
    background-image: url(../images/icon/ico_level_platinum.png);
}
.wrap-profile-block-2 > .profile-block-top .grade .p-medal.diamond > .icon{
    background-image: url(../images/icon/ico_level_diamond.png);
}
.wrap-profile-block-2 > .profile-block-top .my-level-progress-wrap{
    width: 100%;
}
.wrap-profile-block-2 > .profile-block-top .my-level-progress {
    display: inline-block;
    width: 100%;
}
.wrap-profile-block-2 > .profile-block-top .my-level-progress .progressbar{
    width: 100%; 
    background: #dfdfdf; 
    border-radius: 5px;
}
.wrap-profile-block-2 > .profile-block-top .my-level-progress .proggress{
    background-color: rgb(247, 126, 11);
    height: 10px; 
    border-radius: 5px; 
}
.wrap-profile-block-2 > .profile-block-mid > .wrap-info .val{
    max-width: 75%;
}
.wrap-profile-block-2.second{
    margin-top: 12px;
}
.wrap-profile-block-2.second .profile-card > .box{
    margin-top: 20px;
}
.wrap-profile-block-2.second .profile-card > .box .btn-card-add{
    display: block;
    margin: auto;
}
.wrap-profile-block-2.second .profile-card > .box .btn-card-add > .icon{
    display: block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-image: url(../images/icon/ico_addcard.png);
    background-size: contain;
}
.wrap-profile-block-2.second .profile-card > .box .btn-card-remove{
	display: none;
	border-radius: 100%;
    position: absolute;
    top: -10px;
    right: -10px;
}
.wrap-profile-block-2.second .profile-card > .box .btn-card-remove > .icon{
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-image: url(../images/icon/ico_removecard.png);
    background-size: contain;
}
/*//프로필 두번째 블록*/
/*프로필 세번째 블록*/
.wrap-profile-block-3{
    width: 525px;
    background: #fff;
    border-top: 1px solid #ff7e0b;
}
.wrap-profile-block-3 .profile-completeness .completeness-bar {
    width: 100%;
    height: 5px;
    background: #BCBCBC;
}
.wrap-profile-block-3 .profile-completeness .completeness-bar span.completeness-rate {
    display: block;
    height: 5px;
    background: #F77E0B;
}
.wrap-profile-block-3 > .sec-profile{
    margin-bottom: 20px;
}
.wrap-profile-block-3 > .sec-profile > .sec-profile-top{
    border-bottom: 1px solid #d8d8d8;
}
.wrap-profile-block-3 > .sec-profile > .sec-profile-atc .div-new-profile > .btn-new-profile{
    width: 172px;
    margin-top: 20px;
    background: #f77e0b;
    line-height: 40px;
}
.wrap-profile-block-3 > .sec-profile > .sec-profile-atc .box-profile{
    padding: 10px 20px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    margin: 20px;
}
.wrap-profile-block-3 > .sec-profile.area > .sec-profile-atc .box-profile{
    padding: 10px 20px 0 20px;
}
.wrap-profile-block-3 > .sec-profile > .sec-profile-atc .box-profile .row-input .form-control{
    padding: 10px;
}
.wrap-profile-block-3 > .sec-profile > .sec-profile-atc .box-profile .row-input .wrap-date{
    width: 100px;
}
.wrap-profile-block-3 > .sec-profile > .sec-profile-atc .box-profile .btn-input-add{
    /*line-height: 27.6px;*/
    display: block;
    padding: 5px 10px;
    margin-top: 6px;
    border: 1px solid #f77e0b;
    border-radius: 7px;
}
.wrap-profile-block-3 > .sec-profile > .sec-profile-atc .apply-wrap .btn{
    width: 120px;
    line-height: 38px;
}
.wrap-profile-block-3 > .sec-profile > .sec-profile-atc .apply-wrap .div-btn{
    width: 50%;
}
.wrap-profile-block-3 > .sec-profile > .sec-profile-atc .apply-wrap .btn.cancel{
    border: 1px solid #e8e8e8;
}
.wrap-profile-block-3 > .sec-profile > .sec-profile-atc .apply-wrap .btn.apply{
    background: #f77e0b;
}
.wrap-profile-block-3 > .sec-profile > .sec-profile-atc > .div-old-profile > .box-profile-old{
    padding: 20px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    margin: 20px 20px 0 20px;
}
.wrap-profile-block-3 > .sec-profile > .sec-profile-atc .box-profile .row-input .wrap-half{
    width: 50%;
}
.wrap-profile-block-3 > .sec-profile > .sec-profile-atc .box-profile .row-input textarea.task{
    height: 100px;
}
.wrap-profile-block-3 > .sec-profile > .sec-profile-atc .box-profile .row-input textarea.self{
    height: 470px;
    border: none;
}
.wrap-profile-block-3 > .sec-profile > .sec-profile-atc .box-profile .row-input.pay{
    position: relative;
}
.wrap-profile-block-3 > .sec-profile > .sec-profile-atc .box-profile .row-input.pay .form-control{
    padding-right: 50px;
}
.wrap-profile-block-3 > .sec-profile > .sec-profile-atc .box-profile .row-input.pay .txt-fix{
    position: absolute;
    top: 10px;
    right: 10px;
}
.wrap-profile-block-3 > .sec-profile > .sec-profile-atc > .div-old-profile > .box-profile-old > .list li{
    display: block;
    margin: 0 5px 5px 0;
    padding: 2px 6px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
/*.wrap-profile-block-3 > .sec-profile > .sec-profile-atc > .div-old-profile > .box-profile-old > .list li:after{
    display: inline-block;
    content: ",";
    padding-right: 5px;
}
.wrap-profile-block-3 > .sec-profile > .sec-profile-atc > .div-old-profile > .box-profile-old > .list li:last-child:after {
    content: "";
}*/
.wrap-profile-block-3 > .sec-profile > .sec-profile-atc > .div-old-profile > .box-profile-old .p-edit-date{
    line-height: 24px;
}
.wrap-profile-block-3 > .sec-profile > .sec-profile-atc .box-profile .row-interest li{
    float: left;
    margin-right: 10px;
}
.wrap-profile-block-3 > .sec-profile > .sec-profile-atc .box-profile .row-interest li > a > img{
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
}
.wrap-profile-block-3 > .sec-profile > .sec-profile-atc .box-profile .row-input .col-area{
    width: 25%;
    margin-bottom: 10px;
}
/*//프로필 세번째 블록*/

/* 이메일로 시작하기 */
.div-login-main .div-submit > .lnk-login{
    display: block;
    padding: 17px;
    background: #f77e0b
}
.div-login-main .div-submit > .lnk-join-next{
    display: block;
    line-height: 40px;
    border-radius: 20px;
    background: #f77e0b
}
.div-login-main .div-submit > .lnk-join-next > .icon{
    position: relative;
    top: 3px;
    right: 10px;
    display: inline-block;
    width: 20px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/icon/ico_joinemail.png);
}
/* //이메일로 시작하기 */
/* 회원가입하기 */
.div-join-main{
    padding-top: 190px;
}
.div-join-main .div-chkbox{
    border-top: 1px solid #bcbcbc;
}
.div-join-main .div-chkbox .div-terms{
    position: relative;
}
.div-join-main .div-chkbox .div-terms .lnk-more{
    position: absolute;
    top: 0;
    right: 0;
}
.div-login-main .div-input > .form-control.greetings{
    height: 220px;
}
/* //회원가입하기 */
/* 회원탈퇴하기 */
.div-login-main .wrap-withdrawal.bd{
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
}
/* //회원탈퇴하기 */
/* 통합검색결과 */
.wrap-bar > .div-search > .word-list{
    padding: 20px 0 0 0;
}
.wrap-bar > .div-search > .word-list > li{
    float: left;
    padding: 0 15px;
    border: 1px solid #707070;
    margin-right: 10px;
    border-radius: 15px;
    margin-bottom: 10px;
}
.wrap-bar > .div-search > .word-list > li > .lnk-word{
    display: block;
    line-height: 30px;
}
.wrap-bar > .div-search > .word-list > li > .btn-remove{
    margin: 10px 0 0 10px;
}
.wrap-bar > .div-search > .word-list > li > .btn-remove > .icon{
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/icon/ico_remove.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.wrap-list > .sec-board{
    padding-bottom: 25px;
}
.wrap-list > .sec-board > .list-top{
    border-bottom: solid #ff7e0b 1px;
}
.wrap-list > .sec-board > .search-list > .search-rst-row{
    padding: 20px 0;
    margin: 0 20px;
    border-bottom: 1px solid #d8d8d8;
}
/* //통합검색결과 */
/*물류용어사전_상세*/
.wrap-list .wrap-dtl > .top.bd{
    padding: 20px;
    border-bottom: 1px solid #d8d8d8;
}
.wrap-list .wrap-dtl > .contents{
    padding: 20px;
}
/*//물류용어사전_상세*/

/*이메일주소로 찾기*/
.div-login-main .div-submit > .btn-password{
    display: block;
    width: 100%;
    padding: 17px;
    border: 1px solid #aaa;
    background: #fff;
}
/*//이메일주소로 찾기*/
/*방문 프로필*/
.wrap-profile-block-2 > .profile-img-host > .profile-img {
    width: 160px;
    height: 160px;
    margin: 20px auto;
    border-radius: 100% !important;
    overflow: hidden !important;
}
.wrap-profile-block-2 > .profile-img-host > .profile-img > img {
    width: 100%;
    height: 100%;
}
.wrap-profile-block-2 > .profile-img-host > .profile-basic > .btn-flw{
    background: #f77e0b;
    color: #fff;
    padding: 5px 15px;
    border-radius: 15px;
}
.wrap-profile-block-2 .profile-card > .box{
    position: relative;
    border-radius: 15px;
    border: 1px solid #d7d7d7;
    margin: 0 20px;
}
.wrap-profile-block-2 .profile-card > .box > img{
    display: block;
    width: 100%;
    height: 141px;
    border-radius: 15px;
}
.wrap-profile-block-3 > .sec-host-profile .sec-profile-top:first-child{
    padding-top: 15px;
}
.wrap-profile-block-3 > .sec-host-profile > .sec-profile-top{
    border-bottom: 1px solid #ff7e0b;
}
.wrap-profile-block-3 > .sec-host-profile > .sec-profile-atc{
    min-height: 180px;
    margin: 20px 20px 40px 20px;
    border-bottom: 1px solid #d8d8d8;
}
.wrap-profile-block-3 > .sec-profile > .sec-profile-atc > .div-old-profile > .list li {
    display: block;
    margin: 0 5px 5px 0;
    padding: 2px 6px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
/*//방문 프로필*/

/*내 지인*/
.wrap-network, .wrap-qna {
    background: #fff;
    box-shadow: 3px 1px 5px 0px rgb(0 0 0 / 15%);
}
.wrap-network > .title,
.wrap-qna > .title{
    padding: 20px;
    border-bottom: 1px solid #f77e0b;
}
.wrap-network > .contents,
.wrap-qna > .contents{
    padding: 20px;
}
.wrap-network > .contents .follow-row > .box{
    padding: 20px;
    border: 1px solid #d7d7d7;
    margin-bottom: 20px;
    border-radius: 20px;
}
.wrap-network > .contents .follow-row > .box > .profile-img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 100% !important;
    overflow: hidden !important;
}
.wrap-network > .contents .follow-row > .box > .profile-img > img {
    width: 100%;
    height: 100%;
}
.wrap-network > .contents .follow-row > .box > .profile-body{
	width: 530px;
}
.wrap-network > .contents .follow-row > .box > .div-btn > .btn-dialogue{
    border: 1px solid #aaa;
    padding: 5px 20px;
    border-radius: 15px;
    margin-top: 25px;
}
/*//내 지인*/

/*내 프로필 열람자*/
.wrap-network > .contents .follow-row > .box > .div-btn > .btn-follow{
    padding: 5px 20px;
    border-radius: 15px;
    margin-top: 25px;
    background: #f77e0b;
}
.wrap-network > .contents .follow-row > .box > .div-btn > .btn-follow.on{
    border: 1px solid #f77e0b;
    background: #fff;
    color: #f77e0b;
}
/*//내 프로필 열람자*/
/*추천지인, 지인검색*/
.wrap-network > .contents .follow-list.row > .col-4{
    padding: 0 10px !important;
}
.wrap-network > .contents .follow-list.row .box{
    border-radius: 15px;
    border: 1px solid #d8d8d8;
    margin-bottom: 20px;
}
.wrap-network > .contents .follow-list.row .box > .profile-img {
    width: 80px;
    height: 80px;
    margin: 20px auto;
    border-radius: 100% !important;
    overflow: hidden !important;
}
.wrap-network > .contents .follow-list.row .box > .profile-img > img {
    width: 100%;
    height: 100%;
}
.wrap-network > .contents .follow-list.row .box > .company {
    min-height: 14.4px;
}
.wrap-network > .contents .follow-list.row .box > .tags {
    min-height: 14.4px;
    padding: 0 20px;
}
.wrap-network > .contents .follow-list.row .box > .div-btn{
    border-top: 1px solid #d8d8d8;
}
.wrap-network > .contents .follow-list.row .box > .div-btn .btn{
    display: block;
    width: 100%;
    padding: 10px 0;
}
.wrap-network > .contents .follow-list.row .box > .div-btn > .float-left:first-child .btn{
    border-right: 1px solid #d8d8d8;

}
.wrap-network > .contents .follow-list.row .box > .div-btn > .float-left:last-child .btn{
    border-radius: 0 0 15px 0 ;
}
/*//추천지인, 지인검색*/
/*내글보기 일련*/
.wrap-history > .list-top > p{
    background: #f77e0b;
}
.wrap-history > .comu-list > .comu-row .profile-img{
    width: 40px;
    height: 40px;
    border-radius: 100% !important;
    overflow: hidden !important;
}
    .wrap-history > .comu-list > .comu-row .profile-img > img{
    width: 100%;
    height: 100%;
}
/*//내글보기 일련*/
/*최근 본 글 일련*/
.wrap-list > .sec-board > .history-list > .history-rst-row{
    position: relative;
}
.wrap-list > .sec-board > .history-list > .history-rst-row > .btn-scrap{
    position: absolute;
    top: 20px;
    right: 0;
}
.wrap-list > .sec-board > .history-list > .history-rst-row > .btn-scrap > .icon{
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url(../images/icon/icon_scrap2.png);
}
.wrap-list > .sec-board > .history-list > .history-rst-row > .btn-scrap > .icon.on{
    background-image: url(../images/icon/icon_scrap2_o.png);
}
.wrap-list > .sec-board > .history-list > .history-rst-row > .btn-detail{
    position: absolute;
    bottom: 20px;
    right: 0;
    padding: 5px 10px;
    border-radius: 15px;
    background: #f77e0b;

}
/*//최근 본 글 일련*/

/*Q&A*/
.wrap-qna > .contents .row-qna{
    position: relative;
    border-bottom: 1px solid #d8d8d8;
}
.wrap-qna > .contents .row-qna > .title-ques{
    display: block;
    width: 650px;
}
.wrap-qna > .contents .row-qna > .state{
    position: absolute;
    top: 50%;
    right: 0;
    padding: 0 20px;
    border: 1px solid #aaa;
    border-radius: 15px;
    margin-top: -12px;
    line-height: 24px;
}
.wrap-qna > .contents .row-qna > .state.end{
    border: 1px solid #f77e0b;
    color: #f77e0b;
}
.wrap-qna > .contents .lnk-wt-qna{
    display: inline-block;
    width: 364px;
    background: #f77e0b;
    line-height: 60px;
}
.wrap-qna > .contents .detail-qna > .sec{
    padding-bottom: 20px;
    border-bottom: 1px solid #d8d8d8;
}
.wrap-qna > .contents .detail-qna > .sec.body{
    position: relative;
    min-height: 260px;
    padding: 20px 0 66px 0;
}
.wrap-qna > .contents .detail-qna > .sec.body > .file-group{
    position: absolute;
    bottom: 0;
}
.wrap-qna > .contents .detail-qna > .sec.body > .file-group > a{
    display: block;
}
.wrap-qna > .contents .detail-ans > .body > .box-input{
    border: 1px solid #f77e0b;
    border-radius: 10px;
}
.wrap-qna > .contents .detail-ans > .body > .box-input > .form-control{
    min-height: 240px;
    border: none;
    border-radius: 10px;
}
/*//Q&A*/

/*기업정보모달*/
.modal-wrap{
    display: none;
}
.modal-wrap.show{
    display: block;
}
.modal {
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 110;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.modal-dialog{
    max-width: 600px;
    margin: 15.75rem auto;
}
.modal-dialog.modal-dialog-land{
	 max-width: 880px;
}
.modal-content {
    position: relative;
    width: 100%;
    border: 1px solid #f77e0b;
    border-radius: 25px;
    box-shadow: 3px 1px 5px 0px rgba(0, 0, 0, 0.15);
}
.modal-content > .modal-header{
    border-radius: 25px 25px 0 0;
}
.modal-content > .modal-header.hd-color{
    background: #ff7e0b;
}
.modal-content > .modal-header .btn-modal-close > .icon{
    display: block;
    width:17px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/icon/ico_remove_w.png);
}
.modal-content > .modal-body{
    border-radius: 0 0 25px 25px;
    background: #fff;
}
.modal-content > .modal-body .tab-nav{
    padding: 20px 20px 15px 20px;
    border-bottom: 1px solid #f77e0b;
}
.modal-content > .modal-body .tab-nav .nav-item > .btn-tab{
    padding-bottom: 5px;
    margin-right: 20px;
}
.modal-content > .modal-body .tab-nav .nav-item > .btn-tab.active{
    border-bottom: 2px solid #f77e0b;
    font-weight: 700;
    color: #f77e0b;
}
.table-com-info th{
    min-width: 91px;
}
#viewer-2 .table-com-info .td-img > img{
    width: 100%;
}
.modal-backdrop{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
}
/*//기업정보모달*/

.icon {
    display: inline-block;
    background-repeat: no-repeat;
}
.icon.scrap {
	width: 20px;
    height: 20px;
    background-image: url(../images/icon/icon_scrap2.png);
}
.icon.scrap.active{
   background-image: url(../images/icon/icon_scrap2_o.png);
}
.icon.scrap-heart{
	width: 14px;
    height: 12px;
    background-image: url(../images/icon/icon_interest.png);
	background-position: LEFT;
}
.icon.scrap-heart.active{
	background-image: url(../images/icon/icon_interest_on.png);
}

.slides .form-row{
	margin: 0;
	padding: 0;
}
.box-recom-rec{
	border: 1px solid #d7d7d7;
	border-radius: 10px;
	cursor: pointer;
}
.box-recom-rec > .desc{
/* 	min-height: 48px; */
}
.box-recom-rec > .logo-recom-rec{
	width: 200px;
	height: 60px;
	margin-left: -4px;
}
.box-recom-rec > .logo-recom-rec > img{
	display: block;
	width: 100%;
	height: 100% !important;
	object-fit: unset;
}

.badge{
	padding: 0 10px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
}
.badge.badge-f77e0b{
	background: #f77e0b;
	color: #fff;
}
.badge.badge-f77e0b-outline{
	border: 1px solid #f77e0b;
	color: #f77e0b;
}

.btn-f77e0b-outline{
	padding: 5px 10px;
	border: 1px solid #f77e0b;
	color: #f77e0b;
}
.table.table-rec-list{
	table-layout: fixed	
}
.table.table-rec-list tr{
	border-bottom: 1px solid #dcdcdc;
}
.table.table-rec-list tr:last-child{
	border-bottom: none;
}
.table.table-rec-list a{
	text-decoration: underline;
}
.table-rec-list .rec-title{
	width: 435px;
	line-height: 28px;
}
.table.table-rec-list .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.table.table-rec-list .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.table.table-rec-list .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.table.table-rec-list .input-group>.form-control, .input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.table.table-rec-list .form-control {
    display: block;
    width: 100%;
    padding: 6px 0.25rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fafafa;
    background-clip: padding-box;
    border: 1px solid #d9d9d9;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}




.btn-d9-outline{
	padding: 5px 10px;
	border: 1px solid #d9d9d9;
	color: #707070;
}

.wrap-view-rec > .top-view-rec{
    display: block;
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
	background-image: url(../images/sample/bg-rec-tmp-1.jpg);
}
.wrap-view-rec > .top-view-rec{
	position: relative;
	margin-bottom: 60px;
}
.wrap-view-rec > .top-view-rec > .logo{
	position: absolute;
	top: 30px;
	right: 30px;
}
.wrap-view-rec > .top-view-rec > .title{
	position: absolute;
	left: 60px;
	bottom: 60px;
	
}
.box-f-100-4{
	width: 100px;
	height: 4px;
	background: #fff;
}
.box-00a79d-30-5{
	width: 30px;
	height: 5px;
	background: #00a79d;
}
.table.table-view-rec{
	margin-top: 15px;
	vertical-align: middle;
}
.table.table-view-rec thead th, 
.table.table-view-rec thead td{
	background: #00a79d;
	padding-right: 0;
	padding-left: 0;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

.table.table-view-rec th, 
.table.table-view-rec td{
	border-right: 1px solid #dcdcdc;
	padding: 5px;
	vertical-align: middle;
}
.table.table-view-rec tr{
	border-bottom: 1px solid #dcdcdc;
}
.table.table-view-rec th:last-child, 
.table.table-view-rec td:last-child{
	border-right: none;
}
.table.table-view-rec .btn-f77e0b-radi{
	padding: 8px 24px;
	border: 1px solid #f77e0b;
	border-radius: 20px;
	color: #f77e0b;
}
.wrap-view-rec > .mid-view-rec{
	margin: 0 30px;
}
.wrap-view-rec > .mid-view-rec .section{
	margin-bottom: 55px;
		}
.wrap-view-rec > .mid-view-rec .section.section-2 .circle{
	width: 100px;
	height: 100px;
	border-radius: 50px;
	background-image: linear-gradient(to top, #00a79d, #076d97);
}

.wrap-pv-rec .block-top{
	position: relative;
}
.wrap-pv-rec .block-top .lt-top{
	width: 485px;
}
.wrap-pv-rec .block-top .rt-top .btn-d9-outline{
	width: 60px;
	height: 60px;
}
.wrap-pv-rec .block-top .rt-top .btn-d9-outline .icon.scrap{
	margin: 0 auto;
}
.wrap-pv-rec .block-top .rt-top .btn-f77e0b-outline{
	width: 180px;
	height: 60px;
	font-size: 20px;
	font-weight: 700
}
.btn-70-outline{
	border: 1px solid #d9d9d9;
	padding: 6px 8px;
	color: #707070;
}
.wrap-pv-rec .wrap-box-info{
	border-bottom: 1px solid #bcbcbc;
}
.wrap-pv-rec .wrap-box-info .box-info{
	padding: 20px;
	margin: 20px 20px 10px 20px;
	border: 1px solid #dcdcdc;
}
.wrap-pv-rec .wrap-box-info .box-info .border-d9-radius{
	display: inline-block;
	padding: 2px 16px;
	border: 1px solid #d9d9d9;
	border-radius: 15px;
}
.wrap-pv-rec .wrap-box-info .box-info .btn.border-d9-radius{
	border-radius: inherit;
}
.wrap-pv-rec .tab-2 .wrap-box-info .box-info{
	padding: 0;
}
.wrap-pv-rec .tab-2 .wrap-box-info .box-info .float-left:last-child{
	height: 180px;
}
.abs-pv-rec-close{
	position: absolute;
	right: -34px;
}
.abs-pv-rec-btn{
	position: absolute;
	top: 110px;
	right: -380px;
}

.abs-pv-rec-btn > .btn-f77e0b{
	display: block;
	background: #f77e0b;
	color: #fff;
	font-size: 20px;
	width: 180px;
	padding: 20px 0;
	margin-bottom: 20px;
}
.abs-pv-rec-btn > .btn-70{
	display: block;
	background: #707070;
	color: #fff;
	font-size: 20px;
	width: 180px;
	padding: 20px 0;
}

.container-rec-mng .div-rec-list .wrap-row-rec .row-board-state > .float-left{
	width: 100%;
	padding: 5px 0;
	border-left: 1px solid #d8d8d8;
}
.container-rec-mng .div-rec-list .wrap-row-rec .row-board-state > .float-left:last-child{
	border-right: 1px solid #d8d8d8;
}
.container-rec-mng .div-rec-list .wrap-row-rec .badge.badge-dday{
	padding: 2px 10px;
	background: #f77e0b;
	color: #fff;
}
.container-rec-mng .div-rec-list .wrap-row-rec .row-rec-btm{
	border-bottom: 1px solid #bcbcbc;
}
.container-rec-mng .div-rec-list .wrap-row-rec .row-rec-btm a.r-70-13-new{
	text-decoration: underline;
	padding-bottom: 5px;
}

.div-rec-list .wrap-row-rec .row-rec-btm a{
	text-decoration: underline;
}
.wrap-bar.tab-state .r-63-17.active{
	font-weight: 700;
	color: #f77e0b;
	border-bottom: 5px solid #f77e0b;
}
.wrap-bar.tab-state > .row{
	border-bottom: 1px solid #d9d9d9;
}
.container-rec-mng .wrap-bar.tab-state > .row > .col{
	padding-left: 0;
	padding-right: 0;
}

.container-rec-mng .rec-box{
	border: 1px solid #dcdcdc;
}
.container-rec-mng .rec-box .rec-selected{
	border-bottom: 1px solid #dcdcdc;
}
.container-rec-mng .rec-box .rec-selected select.r-f77e0b-13{
	border: none;	
}
.container-rec-mng .rec-box .wrap-rec-list .rec-row{
	border-bottom: 1px solid #dcdcdc;
}
.container-rec-mng .rec-box .wrap-rec-list .rec-row:last-child{
	border-bottom: none;
}

.container-rec-mng .div-act-list .wrap-input-search{
    position: relative;
}
.container-rec-mng .div-act-list .wrap-input-search > .icon{
    position: absolute;
    top: 50%;
    margin-top: -10px;
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../images/icon/icon_search_g.png);
}
.container-rec-mng .div-act-list .wrap-input-search > .input-search{
    width: 100%;
    padding: 10px 60px 10px 30px;
    border: none;
    border-radius: 20px;
    box-shadow: 3px 1px 5px 0px rgba(0, 0, 0, 0.15);
}
.container-rec-mng .div-act-list .wrap-input-search > .btn-search{
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 10px;
    color: #707070;
}
.container-rec-mng .div-act-list .wrap-act-table table.table-act td,
.container-rec-mng .div-act-list .wrap-act-table table.table-act th{
	padding: 0.75rem 0;
}



/* 이력서, 공고 등록 */
.wrap-card-tab .li-tab.active{border-bottom: 5px solid #f77e0b; font-weight: 700; color: #f77e0b;}
.wrap-card-regist .side-nav-tab.active{font-weight: 700; color: #f77e0b !important;}
.wrap-card-regist .side-nav-tab.saved{font-weight: 400; color: #545454 !important;}
.wrap-card-regist .word_remove .icon{display: block;width: 12px;height: 12px;background: url(../images/icon/ico_remove.png);background-repeat: no-repeat;background-size: contain;}

.wrap-card-regist label.on {border-color: #F77E0B;color: #F77E0B;font-weight: 600;z-index: 1;}
.wrap-card-regist input::placeholder{color: #bcbcbc;}

.wrap-card-regist .btn {display: inline-block;font-weight: 400;line-height: 1.5;color: #212529;text-align: center;text-decoration: none;vertical-align: middle;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;user-select: none;background-color: transparent;border: 1px solid transparent;padding: 0.375rem 0.75rem;font-size: 1rem;border: 1px solid #d9d9d9;border-radius: 0.25rem;transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
.wrap-card-regist .input-group {position: relative;display: flex;flex-wrap: wrap;align-items: stretch;width: 100%;}
.wrap-card-regist .form-control {display: block;width: 100%;padding: 12px 0.75rem;font-size: 1rem;font-weight: 400;line-height: 1.5;color: #212529;background-color: #fafafa;background-clip: padding-box;border: 1px solid #d9d9d9;-webkit-appearance: none;-moz-appearance: none;appearance: none;border-radius: 5px;transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
.wrap-card-regist .form-select {display: block;width: 100%;padding: 12.5px 2.25rem 12.5px 0.75rem;font-size: 1rem;font-weight: 400;line-height: 1.5;color: #212529;background-color: #fafafa; border: 1px solid #ced4da;border-radius: 0.25rem;transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance: none;-moz-appearance: none;-webkit-appearance: none;background: url(../images/icon/ico_more_lg.png) no-repeat;background-size: 15px;background-position: bottom 50% right 10px;}
.wrap-card-regist .input-group-text {display: flex;align-items: center;padding: 0.375rem 0.75rem;font-size: 1rem;font-weight: 400;line-height: 1.5;color: #212529;text-align: center;white-space: nowrap;background-color: #e9ecef;border: 1px solid #ced4da;border-radius: 0.25rem;}
.wrap-card-regist .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius: 0; border-bottom-right-radius: 0;}
.wrap-card-regist .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left: -1px;border-top-left-radius: 0;border-bottom-left-radius: 0;}
.wrap-card-regist .input-group>.form-control, .input-group>.form-select {position: relative;flex: 1 1 auto;width: 1%;min-width: 0;}

.wrap-card-regist .add_btn{max-width: 110px; width:100%; font-weight: 400; font-size:16px; border: 1px solid #d9d9d9; border-radius: 0.25rem; color: #da291c; background: #FFF;}
.wrap-card-regist .btn-dark{text-align:center;width:100%; height: 100%; font-weight: 400; font-size:16px; background: #343a40; border-radius: 0.25rem; padding: 12.5px 0; color: #fff;}
.wrap-card-regist .btn-search{width:50px; font-weight: 700; border: 1px solid #000; color: #FFF; font-size: 14.66px; background-color: #000;}
.wrap-card-regist .btn-temp-save{border: 1px solid #aaaaaa; width: 120px; color: #aaaaaa; font-size: 16px; padding: 0.5rem;}
.wrap-card-regist .btn-next{border: 1px solid #f77e0b; width: 120px; color: #f77e0b; font-size: 16px; padding: 0.5rem;}

.wrap-card-regist i.essential{color:#F77E0B; margin-left: 5px;}

.wrap-card-regist .btn-add-tab-2{font-size: 14px; color: #f77e0b; cursor: pointer;}
.wrap-card-regist .btn-del-tab-2{font-size: 14px; color: #da291c; cursor: pointer; display: none;}

.wrap-card-regist #tab-2 > div:not(:first-child) .btn-del-tab-2{display: inline-block;}
.wrap-card-regist #tab-2 > div:not(:first-child) .btn-add-tab-2{display: none;}
.wrap-card-regist #tab-2 > div:not(:first-child):not(.row) {border-top:1px solid #f77e0b;}

.wrap-card-regist .prof_img_viewer {
    position: absolute;
    text-align: center;
    height: 181px;
    width: 155px;
    border: 1px solid #d9d9d9;
    color: #888;
    cursor: pointer;
    background: #fafafa;
    /* display: flex; */
	}
.wrap-card-regist .form-label-prof-file {
    position: absolute;
    width: 155px;
    padding: 65.5px 0;
    border: 1px solid #d9d9d9;
    color: #888;
    background: #fafafa;
    cursor: pointer;
}
.wrap-card-regist .div-reg .reg-group{
	margin-bottom:10px;
	border-bottom: 1px solid #bcbcbc;
}
.wrap-card-regist .div-reg .div-grp-add-chd{
	padding: 20px 20px 0 20px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	border-radius: 15px;
}
.wrap-card-regist .div-reg .div-grp-add-chd-title{
	padding: 0 20px 20px 20px;
	margin: 0 -20px 20px -20px;
}

/* 이력서, 공고 등록 */

/* 이력서 상세 */
.wrap-pv-rec .block-top .box-resume-simp{
	border: 1px solid #bcbcbc;
}
 .wrap-pv-rec .block-top .box-resume-simp .box-row {
	border-bottom: 1px solid #bcbcbc;
}
 .wrap-pv-rec .block-top .box-resume-simp .box-row:last-child {
	border: none;
}
 .wrap-pv-rec .block-top .box-resume-simp .box-row > .box-col{
	border-right: 1px solid #bcbcbc;
}
.wrap-pv-rec .block-top .box-resume-simp .box-row > .box-col:last-child{
	border: none;
}
 .wrap-pv-rec .block > .block-title{
	border-bottom: 1px solid #f77e0b;
}
.wrap-pv-rec .block > .block-con > .block-con-row{
	padding: 20px 0;
	border-bottom: 1px solid #bcbcbc;
}
.wrap-pv-rec .block > .block-con > .block-con-row .float-left:first-child{
	width: 130px;
}
 .wrap-pv-rec .block > .block-con .block-con-title{
	padding-bottom: 20px;
	border-bottom: 1px solid #bcbcbc;
}
/* 이력서 상세*/

.modal-wrap .btn-f77e0b.apply-cancle{
	width: 180px;
	line-height: 60px;
	background: #f77e0b;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}

.modal-body-position-suggest .wrap-proposal > p.r-54-14-new{
	max-height: 250px;
	overflow: auto;
}
.modal-body-position-suggest > .float-left:first-child{
	width: 599px;
	border-right: 1px solid #f77e0b;
}
.modal-body-position-suggest > .float-left:last-child{
	width: 278px;
}

.modal-body-position-suggest > .float-left .btn-f77e0b{
	width:180px;
	height: 60px;
	background: #f77e0b;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
}
.modal-body .tab-nav .div-select .select-style-sort{
    border: none;
/*     appearance: none; */
    text-align-last: right;
}
.container-rec-mng .div-act-list .wrap-act-table table.table-act .select-style-sort{
	width: auto;
	appearance: auto;
}

.wrap-bar .block-con .flexslider .box-grp-btn button{
	height: 38px;
	border-bottom: none;
	border-left: none;
	border-radius: 0 0 0 10px;
}
.wrap-bar .block-con .flexslider .box-grp-btn .float-left:last-child button{
	border-right: none;
	border-radius: 0 0 10px 0;
}