@charset "utf-8";


/* WithON 공통 */
.withon-wrap h2.tit-h2 {
    margin-bottom: 20px;
}

.withon-wrap h2.tit-h2 > em,
.withon-wrap h2.tit-h2 > b {
    line-height: 1.2;
    font-size: 2.4rem;
}

.withon-wrap h3.tit-h3 {
    padding-bottom: 10px;
    border-bottom: 2px solid var(--color-blue-deep);
}

.withon-wrap h3.tit-h3 em {
    font-size: 2rem;
}

.withon-wrap .id-box {
    gap: 20px;
}

.withon-wrap .id-box .ico {
    overflow: hidden;
    width: 32px;
    height: 32px;
    border: 1px solid var(--color-gray-light);
    background-color: rgba(var(--color-basic-rgb),0.03);
    border-radius: 4px;
    transition: .2s;
    font-size: 0;
}

.withon-wrap .id-box button.ico:hover {
    border-color: var(--color-blue);
    background-color: var(--color-sky);
    transform: translateY(-2px);
}

.withon-wrap .id-box .choice-ico {
    gap: 4px;
}

.article-relation-box {
    position: sticky;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: 110px;
    border-top: 2px solid var(--color-blue-deep);
    background-color: var(--color-background);
    z-index: 100;
}

.article-relation-box:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background-color: rgba(var(--color-basic-rgb),0.1);
    content: '';
}

.article-relation-box .arb-inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    width: 50%;
    padding: 30px;
}

.article-relation-box .arb-inner.no-data {
    background-color: rgba(var(--color-basic-rgb),0.03);
}

.article-relation-box .arb-inner h4 {
    flex-shrink: 0;
    width: 100px;
    font-weight: var(--font-weight-semibold);
    color: var(--color-red);
}

.article-relation-box .arb-inner .link-btn span {
    color: var(--color-gray);
    font-weight: var(--font-weight-light);
    font-size: 1.4rem;
}

.article-relation-box .arb-inner p {
    color: var(--color-gray);
}

.article-relation-box .arb-inner .del-btn {
    flex-shrink: 0;
    display: block;
    width: 24px;
    height: 24px;
    background-color: rgba(var(--color-basic-rgb),0.2);
    color: var(--color-white);
    border-radius: 50%;
    transition: .2s;
}

.article-relation-box .arb-inner .del-btn:hover {
    background-color: rgba(var(--color-basic-rgb),0.4);
}

.withon-con {
    position: relative;
    overflow: hidden;
    padding: 30px 30px 45px;
    border: 1px solid rgba(var(--color-basic-rgb),0.15);
    background-color: var(--color-background);
    border-radius: 10px;
    box-shadow: 0 0 0 rgba(var(--color-basic-rgb),0);
    transition: .3s;
}

.withon-con:hover {
    border-color: rgba(var(--color-basic-rgb),0.4);
    box-shadow: 0 3px 15px rgba(var(--color-basic-rgb),0.15);
    transform: translateY(-2px);
}

.withon-con.choice-blue {
    background-color: rgba(var(--color-blue-rgb),0.15);
    border-color: var(--color-blue);
    box-shadow: 0 3px 15px rgba(var(--color-blue-rgb),0.15);
}

.withon-con.choice-red {
    background-color: rgba(var(--color-red-rgb),0.08);
    border-color: var(--color-red);
    box-shadow: 0 3px 15px rgba(var(--color-red-rgb),0.15);
}

.withon-con.choice-green {
    background-color: rgba(var(--color-green-rgb),0.08);
    border-color: var(--color-green);
    box-shadow: 0 3px 15px rgba(var(--color-green-rgb),0.15);
}

.withon-con:not(:first-child) {
    margin-top: 10px;
}

.withon-con .subject {
    line-height: 1.4;
    font-size: 1.8rem;
    text-align: left;
}

.withon-con .subject span {
    color: var(--color-gray);
    font-weight: var(--font-weight-light);
    font-size: 1.6rem;
}

.withon-con a.subject:hover,
.withon-con button.subject:hover {
    color: var(--color-blue);
}

.withon-con .with-make-user {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    margin-top: 20px;
}

.withon-con .with-make-user .make-user {
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(var(--color-basic-rgb),0.12);
    background-color: rgba(var(--color-basic-rgb),0.03);
    border-radius: 3px;
}

.withon-con .with-make-user .make-user .ico {
    width: 32px;
    border-right: 1px solid rgba(var(--color-basic-rgb),0.12);
    font-size: 0;
}

.withon-con .with-make-user .make-user em {
    padding: 0 10px;
    font-size: 1.4rem;
    font-weight: var(--font-weight-light);
}

.withon-con .ar-box {
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    border-top: 1px solid rgba(var(--color-basic-rgb),0.15);
    border-left: 1px solid rgba(var(--color-basic-rgb),0.15);
    background-color: rgba(var(--color-basic-rgb),0.03);
    border-radius: 10px 0 0 0;
}

.withon-con .ar-box:before {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 1px;
    background-color: rgba(var(--color-basic-rgb),0.15);
    content: '';
}

.withon-con .ar-box .ar-btn {
    width: 50%;
    height: 36px;
    line-height: 36px;
    font-size: 1.4rem;
    transition: .2s;
}

.withon-con .ar-box .ar-btn:hover,
.withon-con .ar-box .ar-btn.select {
    background-color: var(--color-blue-deep);
    color: var(--color-white);
    font-weight: var(--font-weight-semibold);
}

.withon-con.choice-blue .ar-box,
.withon-con.choice-red .ar-box,
.withon-con.choice-green .ar-box {
    border:none;
    background-color: var(--color-background);
    box-shadow: -1px -1px 2px rgba(var(--color-basic-rgb),0.1);
}


/* WithON 메인 */
.project-slide-box {
    position: relative;
}

.project-slide {
    position: relative;
    overflow: hidden;
    padding: 30px 50px;
    border: 1px solid rgba(var(--color-blue-deep-rgb),0.05);
    background-color: var(--color-sky);
    box-shadow: inset 1px 1px 3px rgba(var(--color-basic-rgb),0.1);
    border-radius: 10px;
}

.project-slide-box .project-slide .slide-btn {
    display: block;
    padding: 20px;
    border: 1px solid var(--color-gray-light);
    background-color: var(--color-background);
    border-radius: 10px;
    box-shadow: 0 0px 0px rgba(var(--color-basic-rgb),0);
    transition: .2s;
    font-size: 1.8rem;
}

.project-slide-box .project-slide .slide-btn .date {
    display: block;
    padding-left: 20px;
    margin-top: 5px;
    font-weight: var(--font-weight-light);
    color: var(--color-gray);
    font-size: 1.5rem;
}

.project-slide-box .project-slide .slide-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 2px 10px rgba(var(--color-basic-rgb),0.1);
}

.project-slide-box .swiper-button {
    position: absolute;
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--color-background);
    color: var(--color-gray);
    box-shadow: 0 2px 10px rgba(var(--color-basic-rgb),0.1);
    border-radius: 50%;
    text-align: center;
    font-size: 2rem;
    transition: .2s;
    z-index: 1000;
}

.project-slide-box .swiper-button.swiper-prev {
    left: -20px;
}

.project-slide-box .swiper-button.swiper-next {
    right: -20px;
}

.project-slide-box .swiper-button.swiper-button-disabled {
    opacity: 0.5;
    cursor: default;
}

.project-slide-box .swiper-button:not(.swiper-button-disabled):hover {
    color: var(--color-blue);
}

.project-slide-box .swiper-button.swiper-prev:not(.swiper-button-disabled):hover {
    transform: translateX(-5px);
}

.project-slide-box .swiper-button.swiper-next:not(.swiper-button-disabled):hover {
    transform: translateX(5px);
}

.user-keyword-box .ukl-search {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 560px;
    margin: 0 auto;
}

.user-keyword-box .ukl-search .ukl-input {
    flex-grow: 1;
    height: 50px;
    line-height: 48px;
    padding-left: 15px;
    border-right: none;
    border-radius: 10px 0 0 10px;
}

.user-keyword-box .ukl-search .ukl-btn {
    flex-shrink: 0;
    width: 100px;
    background-color: var(--color-blue-deep);
    color: var(--color-white);
    border-radius: 0 10px 10px 0;
}

.user-keyword-box .user-keyword-list ul li {
    padding: 10px;
    border-bottom: 1px solid var(--color-gray-light);
}

.user-keyword-box .user-keyword-list ul li label {
    font-weight: var(--font-weight-light);
}

.user-keyword-box .user-keyword-list ul li:not(.flex-start) label span {
    margin-right: 15px;
}

.user-keyword-box .user-keyword-list ul li .del-btn {
    width: 24px;
    height: 24px;
    background-color: rgba(var(--color-basic-rgb),0.2);
    color: var(--color-white);
    border-radius: 50%;
    transition: .2s;
}

.user-keyword-box .user-keyword-list ul li .del-btn:hover {
    background-color: rgba(var(--color-basic-rgb),0.4);
}

.user-keyword-box .user-keyword-list ul li.flex-start {
    gap: 10px;
}


/* WithON 마이페이지 */
.in-project-list ul li {
    padding: 20px 10px;
    border-bottom: 1px solid var(--color-gray-light);
}

.in-project-list ul li h4 {
    gap: 20px;
    line-height: 1.4;
    font-size: 1.8rem;
}

.in-project-list ul li h4 em {
    flex-grow: 1;
}

.in-project-list ul li h4 small {
    flex-shrink: 0;
    font-size: 1.3rem;
    color: var(--color-gray);
    font-weight: var(--font-weight-light);
}

.in-project-list ul li .file-box {
    position: relative;
    overflow: hidden;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px 0;
    margin-top: 20px;
    background-color: rgba(var(--color-basic-rgb),0.03);
    border-radius: 10px;
}

.in-project-list ul li .file-box p.no-data,
.in-project-list ul li .file-box .file-upload {
    padding: 5px 20px;
}

.in-project-list ul li .file-box .file-upload:not(:first-child) {
    border-top: 1px dotted var(--color-gray-light);
}

.in-project-list ul li .file-box .add-file-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--color-gray-light);
    background-color: var(--color-background);
    width: 100px;
    line-height: 1.4;
    color: var(--color-blue);
    border-radius: 10px;
}

.in-project-list ul li .file-box .add-file-btn em {
    font-size: 1.4rem;
}

.in-project-list ul li .file-box .add-file-btn:hover {
    color: var(--color-blue-deep);
}


/* WithON // 디테일 */
.withon-detail {
    position: relative;
    border-bottom: 1px solid var(--color-gray-light);
}

.withon-detail-list {
    position: relative;
    padding: 50px 30px;
    border-top: 2px solid var(--color-blue-deep);
    background-color: var(--color-sky);
}

.withon-detail-list:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 315px;
    width: 2px;
    background-color: var(--color-blue-deep);
    content: '';
}

.withon-detail-list .withon-detail-con {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 40px;
}

.withon-detail-list .withon-detail-con:not(:first-child) {
    margin-top: 50px;
}

.withon-detail-list .withon-detail-con .user-file-list {
    flex-shrink: 0;
    width: 170px;
}

.withon-detail-list .withon-detail-con .user-file-list .user-file {
    overflow: hidden;
    border: 1px solid rgba(var(--color-blue-rgb),0.15);
    background-color: var(--color-background);
    border-radius: 10px;
}

.withon-detail-list .withon-detail-con .user-file-list .user-file:not(:first-child) {
    margin-top: 10px;
}

.withon-detail-list .withon-detail-con .user-file-list .user-file .user {
    gap: 10px;
    padding: 10px;
    background-color: rgba(var(--color-blue-rgb),0.2);
}

.withon-detail-list .withon-detail-con .user-file-list .user-file .user .ico {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border: 1px solid var(--color-gray-light);
    background-color: var(--table-header-bg);
    border-radius: 4px;
    transition: .2s;
    font-size: 0;
}

.withon-detail-list .withon-detail-con .user-file-list .user-file .file-down {
    align-items: flex-start;
    gap: 10px;
    line-height: 1.4;
    padding: 10px;
    font-size: 1.4rem;
}

.withon-detail-list .withon-detail-con .user-file-list .user-file .file-down .ico {
    font-size: 2rem;
    color: var(--color-blue);
}

.withon-detail-list .withon-detail-con .date-box {
    flex-shrink: 0;
    width: 150px;
    position: relative;
}

.withon-detail-list .withon-detail-con .date-box .date {
    position: sticky;
    top: calc(var(--header-height) + 20px);
    height: 40px;
    line-height: 40px;
    background-color: var(--color-blue-deep);
    color: var(--color-white);
    border-radius: 20px;
    text-align: center;
}

.withon-detail-list .withon-detail-con .withon-conlist {
    flex-grow: 1;
}


/* WithON // 결과보기 */
.withon-answer {
    position: relative;
    border-bottom: 1px solid var(--color-gray-light);
}

.withon-answer .container-box {
    padding-bottom: 50px;
}

.withon-answer-tree .answer-treebox {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.withon-answer-tree .answer-treebox:not(:first-child) {
    margin-top: 50px;
}

.withon-answer-tree .answer-treebox.two-box {
    gap: 60px;
    z-index: 80;
}

.withon-answer-tree .answer-treebox.three-box {
    justify-content: space-between;
    background-color :var(--color-background);
    z-index: 90;
}

.withon-answer-tree .answer-treebox.green-one-box {
    z-index: 70;
}

.withon-answer-tree .treebox {
    position: relative;
    width: 333px;
    min-height: 134px;
    border: 1px solid var(--color-gray-light);
    background-color: var(--color-background);
    border-radius: 10px;
}

.withon-answer-tree .treebox .empty {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(var(--color-background-rgb),0.7);
    backdrop-filter: blur(3px);
    border-radius: 10px;
    z-index: 100;
}

.withon-answer-tree .answer-treebox.two-box .treebox:before {
    position: absolute;
    top: -150px;
    bottom: 50%;
    left: -10px;
    right: -10px;
    border: 2px solid var(--color-blue);
    content: '';
}

.withon-answer-tree .answer-treebox.green-one-box .treebox:before {
    position: absolute;
    top: -400px;
    bottom: 50%;
    left: -215px;
    right: -215px;
    border: 2px solid var(--color-green);
    content: '';
}

.withon-answer-tree .answer-treebox.green-one-box .treebox:after {
    position: absolute;
    top: 0;
    left: 50%;
    top: -300px;
    bottom: 100%;
    width: 2px;
    background-color: var(--color-green);
    content: '';
}

.withon-answer-tree .answer-treebox.red-one-box .treebox:before {
    position: absolute;
    top: -500px;
    bottom: 50%;
    left: -225px;
    right: -225px;
    border: 2px solid var(--color-red);
    content: '';
}

.withon-answer-tree .treebox h3 {
    height: 90px;
    line-height: 1.4;
    padding: 20px 30px;
    background-color: var(--color-sky);
    font-size: 1.8rem;
    font-weight: var(--font-weight-semibold);
    border-radius: 10px 10px 0 0;
}

.withon-answer-tree .treebox .answer-txt-slide {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.withon-answer-tree .treebox .answer-txt-slide ul li {
    position: relative;
}

.withon-answer-tree .treebox .answer-txt-slide ul li .txt {
    height: 91px;
    padding: 20px 40px;
    background-color: var(--color-background);
}

.withon-answer-tree .treebox .answer-txt-slide ul li .txt em span {
    font-size: 1.4rem;
    color: var(--color-gray);
    font-weight: var(--font-weight-light);
}

.withon-answer-tree .treebox .answer-txt-slide .swiper-button {
    position: absolute;
    top: calc(50% - 40px);
    width: 30px;
    height: 40px;
    line-height: 40px;
    font-size: 2rem;
    color: var(--color-gray);
    background-color: rgba(var(--color-background-rgb),0.7);
    text-align: center;
    z-index: 100;
}

.withon-answer-tree .treebox .answer-txt-slide .swiper-button.swiper-button-disabled {
    opacity: 0.3;
    cursor: default;
}

.withon-answer-tree .treebox .answer-txt-slide .swiper-button.swiper-prev {
    left: 5px;
}

.withon-answer-tree .treebox .answer-txt-slide .swiper-button.swiper-next {
    right: 5px;
}

.withon-answer-tree .treebox .ar-box {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid var(--color-gray-light);
    background-color: rgba(var(--color-basic-rgb),0.03);
    border-radius: 0 0 10px 10px;
}

.withon-answer-tree .treebox .ar-box:before {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 1px;
    background-color: rgba(var(--color-basic-rgb),0.15);
    content: '';
}

.withon-answer-tree .treebox .ar-box .ar-btn {
    width: 50%;
    height: 40px;
    line-height: 40px;
    font-size: 1.4rem;
    transition: .2s;
}

.withon-answer-tree .treebox .ar-box .ar-btn:hover,
.withon-answer-tree .treebox .ar-box .ar-btn.select {
    background-color: var(--color-blue-deep);
    color: var(--color-white);
    font-weight: var(--font-weight-semibold);
}





/* -------------------------------- */
@media screen and (min-width: 639px) {
}

@media screen and (min-width: 767px) {
}

@media screen and (min-width: 979px) {
}

@media screen and (min-width:1239px) {
}

@media screen and (min-width:1339px) {
}

@media screen and (min-width:1439px) {
}

@media screen and (min-width:1639px) {
}

@media screen and (min-width:1839px) {
}