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);
}


/* --------------------------------------------------------------------------
   [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;
}

/* ==========================================================================
   [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]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;
}


/* ==========================================================================
   [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;
}










































.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);
}

