body{
    background-color: #F6F6F7;
}

.fit-container{
    background-color: #ffffff;
}

.dropzone {
    min-height: 5rem !important;
    gap: 0.625rem;
}

.dropzone .dz-preview{
    min-height: auto !important;
}

.dropzone .dropzone-trigger-wrap{
    flex-direction: column;

    width: 5rem;
    height: 5rem;

    border: 1px solid var(--project-color-gray-100);
}

.dropzone .dropzone-trigger-wrap .trigger-limit{
    font-size: var(--font-h6);
    color: var(--project-color-gray-400);
}

.dropzone .dropzone-trigger-wrap .trigger-limit .trigger_current{
    color: var(--project-color-primary);
}

.dropzone .dropzone-trigger-wrap .trigger-icon{
    width: 1.375rem;
    height: 1.375rem;
}

.dropzone .dz-preview.dz-image-preview{
    width: 5rem;
    height: 5rem;
}

.dropzone .dz-preview .dz-remove{
    width: 1.25rem;
    height: 1.25rem;

    transform: translate(20%, -20%);

    border-radius: 100%;

    background-color: #ffffff;

    overflow: hidden;
}

/*=================================================
				텍스트
=================================================*/
/*****#####===== 미디어 쿼리 =====#####*****/
/*****##### lg #####*****/
@media (min-width: 992px) and (max-width: 1199.98px) {
    html:not(.iframe),
    body:not(.iframe) {
        font-size: 16px;
    }
}

/*****##### md #####*****/
@media (min-width: 768px) and (max-width: 991.98px) {
    html:not(.iframe),
    body:not(.iframe) {
        font-size: 16px;
    }
}

/*****##### sm #####*****/
@media (min-width: 576px) and (max-width: 767.98px) {
    html:not(.iframe),
    body:not(.iframe) {
        font-size: 16px;
    }
}

/*****##### xs #####*****/
@media (min-width: 100px) and (max-width: 575.98px) {
    html:not(.iframe),
    body:not(.iframe) {
        font-size: 16px;
    }
}

/* ==========================================================================
   [Controller] USER
   ========================================================================== */
/* --------------------------------------------------------------------------
   [Page]login
   -------------------------------------------------------------------------- */
#user-login-page{
    background: #ffffff;
}

.login-page-content-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 21.4286rem;
    height: calc( 100dvh - 50.67px);
    margin: 0 auto;
}

.login-page-content-wrap .login-content-wrap{
    display: flex;
    flex-direction: column;
    gap: 4.5714rem;
    width: 100%;
}

.login-page-content-wrap .login-content-wrap .logo-wrap{
    width: 8.6429rem;
    margin: 0 auto;
}

.login-page-content-wrap .login-content-wrap .login-item-group{
    display: flex;
    flex-direction: column;
    align-items: center;

    gap: 1.1429rem;
}

.login-page-content-wrap .login-content-wrap .login-item-group .login-item-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.7143rem;

    width: 100%;
    padding: 0.75rem;
    border: 1px solid var(--project-color-gray-100);
    border-radius: 0.3571rem;

    background-color: #ffffff;
    color: var(--project-color-gray-900);

    font-weight: 600;
}

.login-page-content-wrap .login-content-wrap .login-item-group .login-item-wrap[data-type="kakao"]{
    border: 1px solid #FEE500;
    background-color: #FEE500;
}

.login-page-content-wrap .login-content-wrap .login-item-group .login-item-wrap[data-type="naver"]{
    border: 1px solid #03C75A;
    background-color: #03C75A;

    color: #ffffff;
}

.login-page-content-wrap .login-content-wrap .login-signup-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.1429rem;
}

.login-page-content-wrap .login-content-wrap .login-signup-wrap .login-signup-title{
    color: var(--project-color-gray-600);
}

.login-page-content-wrap .login-content-wrap .login-signup-wrap .login-signup-btn{
    color: var(--project-color-primary);
}

#user-signup-body .terms-popup-wrapper{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100dvw;
    height: 100dvh;

    background-color: rgba(0,0,0,0.3);

    z-index: 1030;
}

#user-signup-body .terms-popup-wrapper.active{
    display: block;
}

#user-signup-body .terms-popup-wrapper .terms-popup-wrap{
    height: 100%;

    background: #ffffff;
}

#user-signup-body .terms-popup-wrapper .terms-popup-wrap .terms-popup-header{
    display: flex;
    align-items: center;
}

#user-signup-body .terms-popup-wrapper .terms-popup-wrap .terms-popup-header .terms-header-icon{
    padding: 1rem;
}

#user-signup-body .terms-popup-wrapper .terms-popup-wrap .terms-popup-header .terms-header-title{
    font-size: var(--font-h3);
    font-weight: var(--font-weight-semibold);
}

#user-signup-body .terms-popup-wrapper .terms-popup-wrap .terms-popup-body{
    height: 100%;

    padding: 1.5rem 1rem;

    overflow-y: scroll;
}

/* --------------------------------------------------------------------------
   [Page]login_email
   -------------------------------------------------------------------------- */
#user_login_email #gnb-wrap{
    margin-bottom: 0.75rem;
}

#user_login_email .fit-container{
    height: calc( 100dvh - 50.67px - 0.75rem);
}

.login-sub-btn-wrap{
    display: flex;
    justify-content: center;
    align-items: center;

    margin-top: 2rem;
}

.login-sub-btn-wrap .login-sub-item{
    position: relative;

    padding: 0 1rem;

    color: var(--project-color-gray-600);
}

.login-sub-btn-wrap .login-sub-item:not(:first-child)::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 60%;
    display: block;

    background-color: var(--project-color-gray-400);

    transform: translate(-50%, 30%);
}

/* --------------------------------------------------------------------------
   [Page]signup
   -------------------------------------------------------------------------- */
#user_signup #gnb-wrap{
    margin-bottom: 0.75rem;
}

#user_signup .fit-container{
    min-height: calc( 100dvh - 57.91px - 0.75rem);
    padding-bottom: 6.4375rem;
}

/* #region [2] findid */
/* ---------------------------------------------------------------
   [2] findid
--------------------------------------------------------------- */
#user-findid-body{
    background: #ffffff;
}

#user-findid-body .header-divider{
    height: 0.75rem;

    background: var(--project-color-gray-50);
}

/* #region [2] findid_result */
/* ---------------------------------------------------------------
   [2] findid_result
--------------------------------------------------------------- */
#user-findid_result-body{
    background: #ffffff;
}

#user-findid_result-body .header-divider{
    height: 0.75rem;

    background: var(--project-color-gray-50);
}

#user-findid_result-body .id-result-wrap{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;

    padding: 2rem 1.5rem;
    border-radius: 0.3125rem;

    background: var(--project-color-gray-50);
}

#user-findid_result-body .id-result-wrap .item-wrap{
    display: grid;
    grid-template-columns: 4rem 1fr;
    align-items: center;

    font-size: var(--font-h4);
}

#user-findid_result-body .btn-wrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;

    margin-top: 2rem;
}

#user-findid_result-body .btn-wrap .item-btn{
    padding: 0.9375rem 1.25rem;
    border: 1px solid var(--project-color-primary);
    border-radius: 0.3125rem;

    font-size: var(--font-h3);
    font-weight: var(--font-weight-semibold);
    color: var(--project-color-primary);
    text-align: center;

    background: var(--project-color-primary-50);
}

#user-findid_result-body .btn-wrap .item-btn:last-child{
    border: 1px solid var(--project-color-gray-100);
    color: var(--project-color-gray-600);

    background: var(--project-color-gray-100);
}

/* #region [2] findpw */
/* ---------------------------------------------------------------
   [2] findpw
--------------------------------------------------------------- */
#user-findpw-body{
    background: #ffffff;
}

#user-findpw-body .header-divider{
    height: 0.75rem;

    background: var(--project-color-gray-50);
}

/* #region [2] findpw_result */
/* ---------------------------------------------------------------
   [2] findpw_result
--------------------------------------------------------------- */
#user-findpw_result-body{
    background: #ffffff;
}

#user-findpw_result-body .header-divider{
    height: 0.75rem;

    background: var(--project-color-gray-50);
}



    /* ==========================================================================
       [Controller] MAIN
       ========================================================================== */
/* --------------------------------------------------------------------------
   [Page]index
   -------------------------------------------------------------------------- */

/* ==========================================================================
   [Controller] WALL
   ========================================================================== */
/* --------------------------------------------------------------------------
   [Page]index
   -------------------------------------------------------------------------- */
#wall-index-page .component-wrap[data-id="feed_slide_lists"]  .slide-tab-body .swiper-slide .component-wrap[data-id="wall_item"]{
    padding: 1rem;
    border-radius: 0.3571rem;

    background: #ffffff;
}

/* --------------------------------------------------------------------------
   [Page]lists
   -------------------------------------------------------------------------- */
#wall-lists-page .component-wrap[data-id="feed_slide_lists"]  .slide-tab-body .swiper-slide .component-wrap[data-id="wall_item"]{
    padding: 1rem;
    border-radius: 0.3571rem;

    background: #ffffff;
}

#wall-lists-page .category-title{
    font-size: var(--font-h2);
    font-weight: var(--font-weight-bold);
}

/* --------------------------------------------------------------------------
   [Page]wcat
   -------------------------------------------------------------------------- */
#wall-wcat-page .component-wrap[data-id="wcat_my_lists"] .component-wrap[data-id="wcat_vertical_item"] > .item-wrap .item-pin{
    display: block;
}



/* --------------------------------------------------------------------------
   [Page]write
   -------------------------------------------------------------------------- */
#wall-write-body{
    background: #ffffff;
}

.joo-drawer-content #gnb-wrap{
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.joo-drawer-content .nav-search-wrap > .nav-search-input-wrap{
    margin-right: 0;
}

.joo-drawer-content .nav-search-wrap .nav-search-icon{
    display: none;
}


/* ==========================================================================
   [Controller] STORY
   ========================================================================== */
/* --------------------------------------------------------------------------
   [Page]index
   -------------------------------------------------------------------------- */
#story-index-page .component-wrap[data-id="feed_slide_lists"]  .slide-tab-body .swiper-slide .component-wrap[data-id="story_item"]{
    padding: 1rem;
    border-radius: 0.3571rem;

    background: #ffffff;
}

/* --------------------------------------------------------------------------
   [Page]view
   -------------------------------------------------------------------------- */


/* ==========================================================================
   [Controller] Review
   ========================================================================== */
/* --------------------------------------------------------------------------
   [Page]index
   -------------------------------------------------------------------------- */
#review-index-page .component-wrap[data-id="feed_slide_lists"]  .slide-tab-body .swiper-slide .component-wrap[data-id="review_item"]{
    padding: 1rem;
    border-radius: 0.3571rem;

    background: #ffffff;
}

/* --------------------------------------------------------------------------
   [Page]write
   -------------------------------------------------------------------------- */
#review-write-body{
    background: #ffffff;
}

#review-write-body .step-wrap{
    display: none;
}

#review-write-body .step-wrap.active{
    display: block;
}

#review-write-body .write-guide-wrap{
    padding: 0.75rem 1.5rem;
    border-radius: 0.3125rem;

    font-size: var(--font-h3);

    text-align: center;

    background: var(--project-color-gray-50);
}

#review-write-body .write-guide-wrap > span{
    font-weight: var(--font-weight-semibold);
}

#review-write-body .review-select-address > .review-select-title{
    margin-bottom: 1rem;

    font-size: var(--font-h3);
    font-weight: var(--font-weight-semibold);
}

#review-write-body .grade-form{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;

    padding: 1.5rem 1rem;
    border-radius: 0.3125rem;

    background: var(--project-color-gray-50);
}

#review-write-body .grade-form .grade-form-title{
    font-size: var(--font-h3);
    font-weight: var(--font-weight-semibold);
}

#review-write-body .keyword-select-wrapper{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

#review-write-body .keyword-select-wrapper > .keyword-select-title-wrap > .title-title{
    font-size: var(--font-h3);
    font-weight: var(--font-weight-semibold);
}

#review-write-body .keyword-select-wrapper > .keyword-select-title-wrap > .title-subtitle{
    margin-top: 0.3125rem;

    font-size: var(--font-h4);

    color: var(--project-color-gray-600);
}

#review-write-body .keyword-select-wrapper > .keyword-select-group > .group-title-wrap{
    display: flex;
    align-items: center;
    gap: 0.3125rem;

    margin-bottom: 0.5rem;
}

#review-write-body .keyword-select-wrapper > .keyword-select-group > .group-title-wrap > .group-title{
    font-size: var(--font-h4);
    font-weight: var(--font-weight-semibold);
}

#review-write-body .keyword-select-wrapper > .keyword-select-group > .group-title-wrap > .group-subtitle{
    font-size: var(--font-h5);
    color: var(--project-color-gray-600);
}

#review-write-body .keyword-select-wrapper > .keyword-select-group > .group-select-wrap{
    display: flex;
    flex-wrap: wrap;

    gap: 0.625rem;
}

#review-write-body .keyword-select-wrapper .line-divider{
    width: 100%;
    height: 1px;

    background: var(--project-color-gray-100);
}

#review-write-body .interim-wrap{
    display: flex;
    flex-direction: column;
    gap: 1rem;

    padding: 1.5rem 0.75rem;
    border-radius: 0.3125rem;

    background: var(--project-color-gray-50);
}


#review-write-body .interim-wrap .grade-form-wrap{
    justify-content: start;
}

#review-write-body .interim-wrap .interim-title{
    font-size: var(--font-h5);
    font-weight: var(--font-weight-semibold);
    color: var(--project-color-gray-600);
}

#review-write-body .interim-wrap .interim-value{
    font-size: var(--font-h5);
    font-weight: var(--font-weight-semibold);
}

#review-write-body .interim-wrap .interim-address-wrap{
    display: flex;
    align-items: center;
    gap: 0.3125rem;
}

#review-write-body .interim-wrap .interim-keyword-wrap .interim-keyword-result{
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;

    margin-top: 0.3125rem;
}

#review-write-body .form-group .form-label{
    margin-bottom: 0.3125rem;

    font-size: var(--font-h3);
    font-weight: var(--font-weight-semibold);
}

#review-write-body .joo-drawer .joo_drawer_content{
    padding-bottom: 6.9375rem;
}

#review-write-body .joo-drawer .joo_drawer_content .drawer-btn-wrap{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;

    padding: 1.5rem;

    background: #ffffff;
}

#review-write-body .view-column-gap-wrap{
    padding-top: 1.5rem;
    padding-bottom: 7.9375rem;
}

/* ==========================================================================
   [Controller] Notification
   ========================================================================== */
/* --------------------------------------------------------------------------
   [Page]lists
   -------------------------------------------------------------------------- */
#notification-lists-body {
    background: #ffffff;
}

#notification-lists-body .page-tab-wrap{
    grid-template-columns: 1fr 1fr;
}

#notification-lists-body .wrapper{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#notification-lists-body .keyword-setting{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.3rem;
    padding: 0.625rem;

    background: var(--project-color-gray-50);
}

#notification-lists-body .keyword-setting .setting-text-wrap{
    display: flex;
    align-items: center;
    gap: 0.3125rem;

    font-size: var(--font-h4);
}

#notification-lists-body .keyword-setting .setting-btn-wrap .setting-btn{
    padding: 0.3125rem 0.9375rem;
    border: 1px solid var(--project-color-gray-100);
    border-radius: 0.3125rem;

    font-size: var(--font-h4);

    background: #ffffff;
}



#notification-keyword_setting-body{
    background: #ffffff;
}


/* #region [1] [CONTROLLER - SEARCH] */
/* ================================================================
   [1] [CONTROLLER - SEARCH]
   ================================================================ */
/* #region [2] index */
/* ---------------------------------------------------------------
   [2] index
   --------------------------------------------------------------- */
#search-index-body{
    background: #ffffff;
}

#search-index-body .wrapper{
    display: flex;
    flex-direction: column;
    gap: 2rem;

    padding: 1.5rem 0;
}

#search-index-body .wrapper .suggest-items-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
}

#search-index-body .wrapper .suggest-items-wrap .suggest-item{
    display: flex;
    align-items: center;
    gap: 0.375rem;

    padding: 0.3125rem 1.25rem;
    border-radius: 3.125rem;


    font-size: var(--font-h4);
    font-weight: var(--font-weight-semibold);
    color: #ffffff;

    background: var(--project-color-primary);
}

#search-index-body .wrapper .popular-wrap{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;

    padding: 1rem;
    border-radius: 0.625rem;

    background: var(--project-color-gray-50);
}

#search-index-body .wrapper .popular-wrap .item-wrap{
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;

    font-size: var(--font-h4);
}

#search-index-body .wrapper .popular-wrap .item-wrap .item-text-wrap{
    display: grid;
    grid-template-columns: 1.25rem 1fr;
    align-items: center;
}

#search-index-body .wrapper .popular-wrap .item-wrap .item-rank{
    font-weight: var(--font-weight-semibold);
}

#search-index-body .wrapper .popular-wrap .item-wrap .item-title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

#search-index-body .wrapper .popular-wrap .item-wrap .item-diff.new{
    padding: 0 0.3125rem;
    border-radius: 0.1875rem;

    font-size: var(--font-h6);

    background: #FFE970;
}

/* #region [2] combine */
/* ---------------------------------------------------------------
   [2] combine
   --------------------------------------------------------------- */
#search-combine-body .wrapper{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

#search-combine-body .wrapper .section-article-wrap{
    padding: 1.5rem 0;

    background: #ffffff;
}

#search-combine-body .wrapper .section-article-wrap .article-title{
    margin-bottom: 1rem;

    font-size: var(--font-h3);
    font-weight: var(--font-weight-semibold);
}

#search-combine-body .wrapper .section-article-wrap .article-btn-wrap{
    margin-top: 1rem;

    text-align: center;
}

#search-combine-body .wrapper .section-article-wrap .article-btn-wrap .article-btn{
    display: inline-block;

    padding: 0.9375rem 3.125rem;
    border: 1px solid var(--project-color-gray-100);
    border-radius: 0.3125rem;

    font-size: var(--font-h4);
    font-weight: var(--font-weight-semibold);
}

#search-combine-body .wrapper .section-article-wrap .article-content .component-wrap[data-id="feed_card_lists"] {
    padding: 0;
    border-radius: 0.3125rem;
    box-shadow: none;
}

#search-combine-body .empty-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.25rem;

    height: calc( 100dvh - 3.125rem - 1.3125rem - 3rem );
}


/* #region [2] lists */
/* ---------------------------------------------------------------
   [2] lists
--------------------------------------------------------------- */
#search-lists-body {
    background: #ffffff;
}

#search-lists-body .lists-wrapper{
    padding: 1.5rem 0;
}

#search-lists-body .lists-wrapper .lists-wrapper-title{
    font-size: var(--font-h4);
    font-weight: var(--font-weight-semibold);
}

#search-lists-body .empty-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.25rem;

    height: calc( 100dvh - 3.125rem - 1.3125rem - 3rem );
}


/* ==========================================================================
   [Controller] Chat
   ========================================================================== */
/* --------------------------------------------------------------------------
   [Page]lists
   -------------------------------------------------------------------------- */
#chat-lists-body{
    background: #ffffff;
}

#chat-lists-body .empty-wrap{
    display: flex;
    justify-content: center;
    align-items: center;

    height: calc( 100dvh - 3.125rem );

    font-size: var(--font-h3);
    color: var(--project-color-gray-600);
}

/* --------------------------------------------------------------------------
   [Page]room
   -------------------------------------------------------------------------- */
#chat-room-body .chat_wrap .message_wrap{
    height: calc( 100dvh - 9.375rem);
}

#chat-room-body .chat_wrap.is_image .message_wrap{
    height: calc( 100dvh - 9.375rem - 3.625rem - 0.5rem);
}

#chat-room-body .chat_wrap .send-text-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem 0;
    border-top: 1px solid var(--project-color-gray-100);
    border-radius: 0.625rem 0.625rem 0 0;

    background: #ffffff;
}

#chat-room-body .chat_wrap .send-text-wrapper .send_image_wrap{
    position: relative;

    display: none;
    width: 2.5rem;
    height: 2.5rem;

    margin-top: 0.625rem;
}

#chat-room-body .chat_wrap .send-text-wrapper .send_image_wrap.active{
    display: block;
}

#chat-room-body .chat_wrap .send-text-wrapper .send_image_wrap .send_image{
    width: 100%;
    height: 100%;

    border-radius: 0.3125rem;

    background-color: var(--project-color-gray-100);
    background-size: cover;
    background-repeat: no-repeat;
}

#chat-room-body .chat_wrap .send-text-wrapper .send_image_wrap .send_image_delete{
    position: absolute;
    top: 0;
    right: 0;

    width: 1rem;
    line-height: 1rem;

    border-radius: 100%;

    font-size: var(--font-h5);
    font-weight: var(--font-weight-semibold);
    color: #ffffff;
    text-align: center;

    background: var(--project-color-gray-400);

    transform: translate(50%,-50%);
}

#chat-room-body .chat_wrap .send-text-wrapper .send-text-wrap{
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0;

    align-items: center;
}

#chat-room-body .chat_wrap .send-text-wrapper .send-text-wrap .send-input{
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0;

    align-items: center;
}

.chat_wrap .send-message-wrap{
    padding: 0.625rem;
    border-radius: 0.625rem;
    background: var(--project-color-gray-50);
}

.chat_wrap .send-text-wrap .chat-upload-btn{
    padding: 0.5625rem;
}

#chat-room-body .chat_wrap .send-text-wrapper .send-text-wrap .send_text_btn{
    padding: 0.625rem;
}

#chat-room-body .chat_wrap .send-text-wrapper .send-text-wrap .send-text{
    min-height: auto;
    padding: 0;
    border-color: var(--project-color-gray-50);
    background: var(--project-color-gray-50);
}

#chat-room-body .chat_wrap .send-text-wrapper .send_text_wrap{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}






















.footer-wrapper{
    padding: 5rem 0 7.8125rem;
    border-top: 1px solid var(--project-color-gray-100);

    background: #ffffff;
}

.footer-wrapper .footer-wrap{
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
}

.footer-wrapper .footer-wrap .footer-logo-wrap .footer-logo{
    display: block;
    width: 4.125rem;
}

.footer-wrapper .footer-wrap .footer-terms-wrap{
    display: flex;
    align-items: center;
    gap: 1.25rem;

    font-size: var(--font-h3);
    font-weight: var(--font-weight-semibold);
}

.footer-wrapper .footer-wrap .footer-items-wrap{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-wrapper .footer-wrap .footer-items-wrap .item-group{
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.footer-wrapper .footer-wrap .footer-items-wrap .item-group .item-wrap{
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.3125rem;

    font-size: var(--font-h4);
    color: var(--project-color-gray-400);
}

.footer-wrapper .footer-wrap .footer-items-wrap .item-group .item-wrap:not(:first-child):before{
    content: '';
    position: absolute;
    top: 50%;
    left: -0.625rem;

    display: block;
    width: 1px;
    height: 50%;

    background: var(--project-color-gray-400);

    transform: translateY(-50%);
}

.footer-wrapper .footer-wrap .footer-items-wrap .item-group .item-wrap .item-content {
    color: var(--project-color-gray-600);
}

.footer-wrapper .footer-wrap .footer-copy-wrap{
    font-size: var(--font-h5);
    color: var(--project-color-gray-400);
}




































.depth-joo-drawer{
    padding: 0;
}

.depth-joo-drawer .joo-drawer-header{
    padding: 1rem 1rem 0;
}

.depth-joo-drawer .joo-drawer-header .joo-drawer-close{
    margin-right: 1rem;
    margin-top: 1rem;
}

.depth-wrapper{
    display: grid;
    grid-template-columns: 7rem 1fr;
}

.depth-wrapper .depth-main .depth-item{
    padding: 1rem 0.75rem;
    border-bottom: 1px solid var(--project-color-gray-50);

    font-size: var(--font-h4);
    font-weight: var(--font-weight-semibold);
    color: var(--project-color-gray-400);

    background: var(--project-color-gray-50);
}

.depth-wrapper .depth-main .depth-item.active{
    color: var(--project-color-primary);

    background: #ffffff;
}

.depth-wrapper .depth-content .depth-item{
    padding: 1rem 0.75rem;
    border-bottom: 1px solid var(--project-color-gray-100);

    font-size: var(--font-h4);
    font-weight: var(--font-weight-semibold);
}

