@charset "utf-8"; 

/* 메인 */
.main-wrap {display: flex; width: 100%; height: 100%; flex-direction: column; align-items: center; padding: 10% 0; gap: 2rem;}
.main-wrap h5 { font-size: 3.2rem; }
.main-wrap p { font-size: 1.8rem; color: #555555; }

/* 로그인 */
.login-wrap {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    background-image: url('../../../../../images/com/sooinc/www/common/login_bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-box {
    display: flex;
    flex-direction: row;
    width: 50%;
    max-width: 90%;
    height: 60%;
    background-color: #ffffff;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.2);
    z-index: 1;
    max-height: 50rem;
    min-width: 80rem;
}

.login-box > div {
    display: flex;
    width: 50%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
    padding: 4rem;
}

.login-box .input-wrap a {
    color: #898989;
    font-size: 1.4rem;
}

.login-box .input-wrap .login-info {
    display: flex;
    justify-content: space-between;
}

.login-box .input-wrap .login-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}

.login-box .input-wrap .login-logo img {
    max-height: 10rem;
}

.login-box .img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fec574;
}

.login-box .img-wrap img {
    width: 30rem;
}

@media screen and (max-width: 1024px) {
    .login-box {
        flex-direction: column-reverse;
        width: 100%;
        height: auto;
        min-width: auto;
        padding: 4rem 0 2rem 0;
    }

    .login-box > div {
        width: 100%;
        padding: 2rem;
        gap: 1rem;
    }

    .login-box .input-wrap input, .login-box .input-wrap button {
        height: 4.6rem;
    }

    .login-box .input-wrap .login-info {
        margin-top: 1rem;
    }

    .login-box .img-wrap {
        display: none;
    }
}

/* 아이디/페스워드 찾기 */
.user-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../../../../../images/com/sooinc/www/common/login_bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.find-wrap {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    width: 100%;
    max-width: 45rem;
    padding: 4rem;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background-color: #ffffff;
    border-radius: 1rem;
    box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.2);
}

.find-wrap h5 {
    font-size: 2.2rem;
    color: #000000;
    padding-top: 1rem;
}

.find-wrap .tab-wrap .tab-content {
    min-height: 25.5rem;
}

.find-wrap .tab-wrap .tab-content .btn {
    width: 100%;
    text-align: center;
}

.find-wrap .cert-wrap {
    display: flex;
    gap: 1rem;
}

.find-wrap .cert-wrap .btn {
    max-width: 10rem;
}

.success-wrap {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.success-wrap h5 {
    font-size: 2.2rem;
    display: flex;
    gap: .5rem;
    align-items: end;
}

.success-wrap h5 span {
    color: #0aa06e;
}

.success-wrap p {
    display: flex;
    gap: 0.5rem;
    align-items: baseline;
}

.success-wrap p b {
    font-size: 1.8rem;
}

.success-wrap .btn {
    width: 100%;
    margin-top: 2rem;
}

.success-wrap img {
    max-width: 10rem;
}

@media screen and (max-width: 1024px) {
    .find-wrap {
        max-width: 90%;
        padding: 4rem 2rem;
        height: auto;
    }

    .find-wrap h5 {
        font-size: 2.2rem;
        gap: 3rem;
    }

    .find-wrap .tab-wrap .tab-content {
        min-height: auto;
    }

    .success-wrap h5, .success-wrap p {
        flex-wrap: wrap;
        gap: 0.3rem;
        align-items: center;
        justify-content: center;
    }
}

/* 회원가입 */
.join-wrap {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    max-width: 45rem;
    padding: 4rem;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background-color: #ffffff;
    border-radius: 1rem;
    box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.2);
}

.join-wrap.large {
    max-width: 70rem;
    max-height: 90%;
    overflow-y: auto;
    justify-content: start;
}

.join-wrap h5 {
    font-size: 2.2rem;
    color: #000000;
    padding-top: 1rem;
}

.join-wrap h5 b {
    color: #ea002c;
}

.join-wrap .terms-wrap {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    margin-top: 2rem;
}

.join-wrap .terms-wrap .btn {
    margin-top: 2rem;
}

.join-wrap .terms-wrap .label-group label {
    font-size: 1.6rem;
}

.join-wrap .terms-wrap .label-group button {
    height: auto;
    margin: 0;
    border-width: 0.1rem;
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
    border-radius: 0.4rem;
}

.terms-box {
    line-height: 1.6;
}

.join-wrap .form-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 4rem;
    margin-top: 3rem;
}

.join-wrap .form-wrap form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
}

.join-wrap .form-wrap .input-group {
    display: flex;
    gap: 1rem;
    align-items: start;
    width: 100%;
}

.join-wrap .form-wrap .input-group span {
    font-size: 1.6rem;
    width: 13rem;
    padding: 1.5rem 0;
}

.join-wrap .form-wrap .input-group input {
    width: calc(100% - 23rem);
}

.join-wrap .form-wrap .input-group button {
    width: 8rem;
    font-size: 1.4rem;
    padding: 0 1rem;
}

.join-wrap .form-wrap .input-group .group {
    width: calc(100% - 23rem);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.join-wrap .form-wrap .input-group .group input {
    width: 100%;
}

.join-wrap .form-wrap .input-group .date-wrap {
    display: flex;
    gap: 1rem;
    align-items: center;
    font-size: 1.6rem;
    flex-wrap: wrap;
}

.join-wrap .form-wrap .form-agree {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    border-top: solid 0.1rem #898989;
    padding: 2rem 0 0 0;
}

.join-wrap .form-wrap .form-agree h5 {
    font-size: 1.8rem;
}

.join-wrap .form-wrap .form-agree .agree-wrap {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.join-wrap .form-wrap .form-agree .agree-wrap .label-group {
    padding-left: 1rem;
    width: calc(33% - 2rem);
}

.join-wrap .form-wrap .form-agree .agree-wrap .agree-info {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 2rem;
}

.join-wrap .form-wrap .form-agree .agree-wrap .agree-info p {
    font-size: 1.2rem;
    color: #898989;
}

.join-wrap .form-wrap .form-agree .agree-wrap .agree-info p::before {
    content: '·';
    margin-right: 0.5rem;
}

@media screen and (max-width: 1024px) {
    .join-wrap, .join-wrap.large {
        max-width: 90%;
        padding: 4rem 2rem;
        height: auto;
    }

    .join-wrap .form-wrap .btn {
        width: 100%;
    }

    .join-wrap .form-wrap form {
        gap: 2rem;
    }

    .join-wrap .form-wrap .input-group {
        flex-direction: column;
    }

    .join-wrap .form-wrap .input-group span {
        width: 100%;
        font-size: 1.4rem;
        padding: 0;
    }

    .join-wrap .form-wrap .input-group input, .join-wrap .form-wrap .input-group .group, .join-wrap .form-wrap .input-group button {
        width: 100%;
    }

    .join-wrap .form-wrap .form-agree .agree-wrap .label-group {
        width: calc(50% - 1rem);
    }

    .join-wrap .form-wrap .input-group .date-wrap select {
        width: calc(50% - 3rem);
    }

    .join-wrap .form-wrap .input-group .date-wrap select:first-of-type {
        width: calc(100% - 3rem);
    }
}

@media screen and (max-width: 767px) {
    .join-wrap .terms-wrap .label-group label {
        font-size: 1.4rem;
    }
}

/* 프로젝트 보고서 */
.grid-table .grid-tbody .grid-tr:hover {
    background-color: #ffe5e7;
}

.grid-table .grid-tbody .grid-tr .article-title, .grid-table.project .grid-tbody .grid-tr .article-company, .grid-table.project .grid-tbody .grid-tr .article-name
.pop-wrap.load-interview .pop-grid-tr .article-title, .pop-wrap.load-interview .pop-grid-tr .article-company{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}
.grid-table .grid-tbody .grid-tr .article-title {
    text-decoration: underline;
    cursor: pointer;
}
.grid-table .grid-tbody .grid-tr .article-title a{ width: 100%; cursor: pointer; display: flex;}
.grid-table.project .grid-thead .grid-tr, .grid-table.project .grid-tbody .grid-tr {
    grid-template-columns: 10% 40% 20% 15% 15%;
}

.board-write {
    display: flex;
    flex-direction: column;
    border-top: solid 0.1rem #cccccc;
    border-bottom: solid 0.1rem #cccccc;
    overflow: hidden;
}

.board-write .write-group {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: solid 0.1rem #cccccc;
    position: relative;
}

.board-write .write-group:last-of-type {
    border-bottom: none;
}

.board-write .write-group > span {
    padding: 1.5rem;
    width: 100%;
    max-width: 14rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    line-height: 4.2rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #555555;
    word-break: keep-all;
}


.board-write .write-group span::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 14rem;
    top: 0;
    background-color: #f5f5f5;
    z-index: -1;
}
.board-write .write-group span.line-height {
	line-height: 1.6;
}

.board-write .write-group span .btn {
    height: 3.2rem;
}

.board-write.detail .write-group span {
    line-height: 1.6;
}

.board-write .write-group .write-box {
    display: flex;
    gap: 1rem;
    padding: 1.5rem;
    width: calc(100% - 14rem);
    align-items: center;
}

.board-write .write-group .addr-write {
    gap: 1rem;
    padding: 1rem;
    width: calc(100% - 8rem);
    align-items: center;
}



.board-write .write-group.add .write-box {
    flex-direction: column;
}

.board-write .write-group .write-box input[type=datetime-local], .board-write .write-group .write-box input[type=date] {
    max-width: 30rem;
    font-size: 1.4rem;
}

.board-write .write-group.add span {
    line-height: 1.4;
}

.board-write .write-group.view .write-box {
    flex-wrap: wrap;
    flex-direction: row;
}

.board-write .write-group.view .write-box div:after {
    content: ',';
}

.board-write .write-group.view .write-box div:last-of-type:after {
    display: none;
}

.board-write .write-group .write-box .btn {
    padding: 0;
}

.board-write .write-group .write-bundle {
    display: flex;
    flex-wrap: wrap;
    padding: 2rem;
    width: 100%;
}

.board-write .write-group .write-bundle .write-group {
    width: 100%;
    border: solid 0.1rem #f5f5f5;
    gap: 0;
    border-radius: 0.6rem;
}

.board-write .write-group .write-bundle .write-group:first-of-type {
    border-bottom: none;
}

.board-write .write-group .write-bundle .write-group:last-of-type {
    border-top: none;
}

.board-write .write-group .write-bundle .write-group div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 1.5rem;
    line-height: 1.4;
}
.board-write .write-group .write-bundle.qna .write-group div {
	padding-left: 0;
}

.board-write .write-group .write-bundle .write-group span {
    max-width: 10rem;
    align-items: center;
    line-height: 1.4;
    color: #555;
    font-weight: 500;
    font-size: 1.4rem;
    background-color: #f5f5f5;
    height: 100%;
    justify-content: center;
}

.board-write .write-group .write-bundle .write-group span::before {
    display: none;
}

.board-write .write-group .write-bundle .write-group .write-box {
    padding: 0;
}

.board-write .write-group .write-bundle.qna {
    width: 100%;
    padding: 0;
}

.board-write .write-group .write-bundle.qna .write-group {
    align-items: center;
    border: none;
}

.board-write .write-group .write-bundle.qna .write-group span {
    align-items: flex-start;
    max-width: 7rem;
    background: none;
}

.board-write.detail .write-group .write-bundle.qna .write-group span {
    align-items: flex-end;
    justify-content: flex-start;
}

.btn_list {
    width: 100px;
    margin: auto;
    display: block;
    text-align : center;
    padding-top: 15px;
}

/* project 인터뷰보고서 불러오기 */
.pop-wrap.load-interview{
	max-width: 75rem;
}
.pop-wrap.load-interview .pop-grid-tr{
	cursor:pointer;
}

.pop-wrap.load-interview .pop-grid-tr div.article-title{
	text-decoration:none; 
}

.grid-tr.pop-grid-tr.active{
	background:#ffe5e7;
}


@media screen and (max-width: 767px) {
    .grid-table.project .grid-tbody .grid-tr {
        grid-template-columns: auto 1fr 1fr;
    }

    .grid-table.project .grid-tbody .grid-tr .article-work {
        order: 1;
        grid-column: span 1;
    }

    .grid-table.project .grid-tbody .grid-tr .article-company {
        order: 2;
        grid-column: span 1;
    }

    .grid-table.project .grid-tbody .grid-tr .article-name {
        order: 3;
        grid-column: span 1;
        text-align: right;
    }

    .grid-table.project .grid-tbody .grid-tr .article-title {
        order: 4;
        grid-column: span 2;
    }

    .grid-table.project .grid-tbody .grid-tr .article-date {
        order: 5;
        grid-column: span 1;
        text-align: right;
    }

    .board-write .write-group {
        flex-direction: column;
    }

    .board-write .write-group span {
        max-width: 100%;
        background-color: #f5f5f5;
        line-height: 1.4;
    }

    .board-write .write-group span::before {
        display: none;
    }

    .board-write .write-group .write-box {
        width: 100%;
        justify-content: center;
    }

    .board-write .write-group .write-bundle .write-group span {
        align-items: center;
        max-width: 100%;
    }

    .board-write .write-group.add span {
        flex-direction: row;
        justify-content: center;
    }
    
}

/* 마이페이지 */
.mypage-wrap .mypage-content {
    width: 100%;
    height: 100%;
    padding: 5rem 4rem;
    display: flex;
    flex-direction: column;
    gap: 5rem;
    align-items: center;
}

.mypage-wrap .mypage-content > .btn {
    width: 100%;
    max-width: 20rem;
}

.mypage-wrap .mypage-profile {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    margin-top: 5rem;
}

.mypage-wrap .mypage-profile h5 {
    font-size: 1.8rem;
    font-weight: 600;
}

.mypage-wrap .mypage-profile .nick-wrap {
    display: flex;
    gap: 1rem;
    align-items: inherit;
    justify-content: center;
    padding: 0 4rem;
    position: relative;
}

.mypage-wrap .mypage-profile .nick-wrap button {
    display: flex;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url('../../../../../images/com/sooinc/www/common/pen.png');
    background-position: center center;
    background-size: auto 60%;
    background-repeat: no-repeat;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
}

.mypage-wrap .mypage-profile .nick-wrap input {
    max-width: 20rem;
}

.mypage-wrap .mypage-profile .img-wrap {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    position: relative;
}

.mypage-wrap .mypage-profile .img-wrap .img-box {
    width: 10rem;
    height: 10rem;
    border-radius: 100%;
    overflow: hidden;
    border: solid 0.1rem #f5f5f5;
}

.mypage-wrap .mypage-profile .img-wrap .img-box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.mypage-wrap .mypage-profile .img-wrap label {
    position: absolute;
    bottom: -1rem;
    right: -1rem;
    display: flex;
    width: 4rem;
    height: 4rem;
    background-image: url('../../../../../images/com/sooinc/www/common/camera.png');
    background-position: center center;
    background-size: auto 60%;
    background-repeat: no-repeat;
    border-radius: 100%;
    border: solid 0.1rem #f5f5f5;
    background-color: #ffffff;
}

.mypage-wrap .mypage-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 50rem;
    padding: 3rem;
    border-top: solid 0.2rem #898989;
    border-bottom: solid 0.1rem #898989;
}

.mypage-wrap .mypage-info > div {
    display: flex;
    gap: 1rem;
    align-items: center;
    font-size: 1.5rem;
    word-break: keep-all;
    line-height: 1.6;
}

.mypage-wrap .mypage-info > div span {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 12rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.mypage-wrap .mypage-info > div span button {
    font-size: 1.4rem;
    padding: 0;
    max-width: 5rem;
    height: 3.2rem;
}

.mypage-wrap .mypage-info > div div {
    width: 100%;
    max-width: calc(100% - 12rem);
}
.mypage-wrap .mypage-info > div div.adress-wrap{
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.grid-table.mylist .grid-thead .grid-tr, .grid-table.mylist .grid-tbody .grid-tr {
    grid-template-columns: 15% 12% 60% 12%;
}

.withdraw-wrap {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    margin: 5rem 0;
}

.withdraw-wrap h5 {
    font-size: 2.2rem;
}

.withdraw-wrap h5 span {
    color: #ea002c;
}

.withdraw-wrap p {
    font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
    .mypage-wrap .mypage-content {
        padding: 5rem 2rem;
    }

    .mypage-wrap .mypage-info {
        padding: 2rem;
    }

    .mypage-wrap .board-wrap, .mypage-wrap .mypage-profile, .withdraw-wrap {
        margin: 0;
    }

    .grid-table.mylist .grid-tbody .grid-tr {
        grid-template-columns: 1fr 1fr;
    }

    .grid-table.mylist .grid-tbody .grid-tr .article-work {
        order: 1;
        grid-column: span 1;
    }

    .grid-table.mylist .grid-tbody .grid-tr .article-title {
        order: 3;
        grid-column: span 2;
    }

    .grid-table.mylist .grid-tbody .grid-tr .article-date {
        order: 2;
        grid-column: span 1;
        text-align: right;
    }

    .withdraw-wrap h5 {
        font-size: 1.8rem;
    }
}

.pop-content .mypage-wrap {width: 100%; margin: 0;}

.join-wrap .form-wrap p {text-align:center;}
.join-wrap .btn.cancelBtn {margin-top:0rem;}
.pop-content .searchForm {display:flex;text-align:center;}
.searchForm .comBtn {width:150px;margin-left:20px;}
.pop-content .company-info {display:block;text-align:center;}
.pop-wrap .mypage-info p {text-align:center;}
.grid-table.myEquiplist .grid-thead .grid-tr, .grid-table.myEquiplist .grid-tbody .grid-tr {
    grid-template-columns: 8% 29% 29% 12% 12% 10%;
}

.mypage-wrap .mypage-content .board-bottom{display:flex;width:100%;}
.mypage-wrap .mypage-content .pagination-wrap{margin:auto;}
.equipmentAdd {float:right;}
.myEquipment-wrap {margin-left:20px;}
.myEquipment-wrap .equipmentInfo {display:block;}
.myEquipment-wrap .equipmentInfo span{background-color:white;}
.myEquipment-wrap .info-box {background-color:white;gap:1rem;padding:1.5rem;width:calc(100% - 14rem);align-items:center;}
.myEquipment-wrap .infoHidden {border-bottom:solid 0.1rem #cccccc;}
.myEquipment-wrap select option[value=""][disabled] {display: none;}

.board-bottom-modify {width: 100px;margin: auto;display: block;text-align : center;padding-top: 10px;}
