/*=================================================
                색, 버튼
=================================================*/
/*****#####===== 색 =====#####*****/
:root {
    --helper-color-primary: #EA0B8C;
    --helper-color-primarysemilight: #FEF1F9;
    --helper-color-primarylight: #FFEFFB;
    --helper-color-primarydark: #ca0076;
}

/*=================================================
                규격급 컴포넌트
=================================================*/
/*****#####===== 페이지네이션 =====#####*****/
.pagination-wrap .page-item.active .page-link{
    color: var(--helper-color-primary);
}

/*****#####===== 팝오버 =====#####*****/
.dango_popover .popover{
    transform: translate3d(0, 20px, 0px) !important;
}

.dango_popover .popover-item {
    padding: 0.833rem 2.5rem;

    text-align: center;
}

.dango_popover .popover-item:not(:last-child) {
    border-bottom: 1px solid #f4f4f4;
}

/*****#####===== 카테고리 항목 =====#####*****/
.cate-item .inter-img {
    border-radius: 0.5rem;
    overflow: hidden;
}

.cate-item .inter-img-title {
    position: absolute;
    top: 0;

    width: 100%;
    height: 100%;

    background: #0000003b;
}

.cate-item .item-title {
    position: absolute;
    top: 50%;

    width: 100%;

    font-weight: 500;
    text-align: center;
    color: #ffffff;

    transform: translateY(-50%);
}

/*****#####===== 좋아요 버튼 =====#####*****/
.heart {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}

.bi-heart {
    color: #ffffff;
}

.bi-heart-fill {
    color: var(--helper-color-primary);
}

/*****#####===== 셀렉타이즈 =====#####*****/
.selectize-control.multi .selectize-input [data-value]{
    background-color: var(--helper-color-primary) !important;

    border: 1px solid var(--helper-color-primary);
}

/*****#####===== 알림 항목 =====#####*****/
.noti-title {
    cursor: pointer;
}

/*****#####===== 알럿창 =====#####*****/
.fancy-alert .alert-text {
    font-size: 0.875rem;
}

/*****##### 미디어 쿼리 #####*****/
/***** sm / xs  *****/
@media (min-width: 100px) and (max-width: 767.98px){
    .fancy-alert .alert-text {
        font-size: 1rem;
    }
}

/*=================================================
                리스트 컴포넌트
=================================================*/
.card-lists-item .item-desc .desc-title{
    flex: 0 0 6rem;
}

/*=================================================
                긱워커 컴포넌트
=================================================*/
.component-wrap[data-comp="mgr_lists_item"] .main-section {
    position: relative;
}

.component-wrap[data-comp="mgr_lists_item"] .main-section .main-img {
    width: auto;

    border-radius: 0.313rem;
    background: lightgray 50% / cover no-repeat;
}

.component-wrap[data-comp="mgr_lists_item"] .response-section {
    margin-top: 0.5rem;

    font-size: 0.875rem;
    color: #999999;
}

.component-wrap[data-comp="mgr_lists_item"] .bi-star-fill {
    font-size: 0.75rem;
    color:#FFAA00
}

.component-wrap[data-comp="mgr_lists_item"] .star-score {
    color: var(--helper-color-secondarydark);
}

.component-wrap[data-comp="mgr_lists_item"] .star-total {
    color: var(--helper-color-secondary);
}

.component-wrap[data-comp="mgr_lists_item"] .location-section{
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.component-wrap[data-comp="mgr_lists_item"] .location-country {
    color: var(--helper-color-secondary);
}

.component-wrap[data-comp="mgr_lists_item"] .country-img{
    width: 1.125rem;
}

.component-wrap[data-comp="mgr_lists_item"] .bi-globe-americas {
    font-size: 0.75rem;
}

.component-wrap[data-comp="mgr_lists_item"] .language-type {
    color: var(--helper-color-secondary);
}

.component-wrap[data-comp="mgr_lists_item"] .price-section {
    margin-top: 0.5rem;

    text-align: right;
}

.component-wrap[data-comp="mgr_lists_item"] .item-info-wrap {
    display: flex;

    margin-top: 0.5rem;

    justify-content: space-between;
    gap: 0.813rem;
}

.component-wrap[data-comp="mgr_lists_item"] .item-info-wrap .img-main-title {
    word-wrap: break-word;
    word-break: break-all;
    color: var(--helper-color-secondarydark);
}

.component-wrap[data-comp="mgr_lists_item"] .item-info-wrap .img-main-activity {
    color: var(--helper-color-secondarylight);
}

/*=================================================
                포트폴리오 컴포넌트
=================================================*/
.component-wrap[data-comp="portf_lists_item"] .gigport-info{
    padding: 1rem;
}

.component-wrap[data-comp="portf_lists_item"]{
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.075);
}

.component-wrap[data-comp="portf_lists_item"] .main-img {
    border-radius: 0.25rem 0.25rem 0 0;
    overflow: hidden;
}

/*=================================================
                컴포넌트 정보 페이지
=================================================*/
/*****#####===== 상단 헤더 =====#####*****/
.component-layout .header-wrap{
    background-color: var(--helper-color-primary);

    color: #ffffff;
}

.component-layout .header-wrap .line-header{
    padding-top: 0.5rem;
}

.component-layout .header-wrap .version-wrap{
    font-size: 0.75rem;
}

/*****##### 메뉴 이동 영역 #####*****/
.component-layout .header-wrap .form-header{
    padding: 1.5rem 0;
}

/*****#####===== 아이템 영역 =====#####*****/
/*****##### 아이템 타이틀 #####*****/
.component-layout .part-title-wrap {
    padding: 2.5rem 0;
}

.component-layout .part-title-wrap .part-title{
    font-size: 3.125rem;
    font-weight: bold;
}

.component-layout .part-title-wrap .part-subtitle{
    margin-top: 0.25rem;

    color: #555555;
}

/*****##### 주의사항 및 약속 #####*****/
.component-layout .part-caution-wrap{
    padding: 1rem;

    background-color: #E1E7F8;
}

.component-layout .part-caution-wrap .caution-item{
    font-size: 0.875rem;
    line-height: 1.3125rem;
}

.component-layout .part-caution-wrap .caution-item::before{
    content: "·";
    margin-right: 0.5rem;
    font-weight: bold;
}

/*****##### 아이템 영역 #####*****/
.component-layout .part-item-wrap{
    margin-bottom: 5rem;
}

.component-layout .part-item-wrap .part-item{
    padding: 2.5rem 0;
}

.component-layout .part-item .part-item-content:not(:first-child){
    margin-top: 1rem;
}

/*=================================================
            [Nav] nav.php
=================================================*/
/*****#####===== 상단 네비게이션 =====#####*****/
#gnb {
    background-color: #ffffff;
    border-bottom: 1px solid #d4d4d4;
}

#gnb .layout-item {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0.75rem 0;
}

#gnb .logo-wrap,
#m-gnb-wrap .logo-wrap{
    width: 8rem;
}

/*****##### 링크 항목 #####*****/
#gnb .w-item-wrap {
    padding: 1.5rem 2rem;

    font-weight: 700;

    transition: all .2s ease-in;
}

#gnb .w-item-wrap:hover{
    color: var(--helper-color-primary);

    transition: all .2s ease-in;
}

#gnb .w-item-wrap.active{
    color: var(--helper-color-primary);
}

/*****##### 아이콘 항목 #####*****/
#gnb .menu-wrap{
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

#gnb .menu-item {
    display: inline-block;

    font-size: 1.375rem;
    color: var(--helper-color-secondarydark);
}

#gnb .noti-btn{
    position: relative;
}

#gnb .noti-btn.active::after{
    content: '';
    display: inline-block;

    position: absolute;
    top: 0;
    right: -0.125rem;

    width: 0.375rem;
    height: 0.375rem;

    background: var(--helper-color-primary);

    border-radius: 50%;
}

/*****#####===== 모바일 네비게이션 =====#####*****/
#m-gnb-wrap{
    display: block;
    position: fixed;
    top:0;
    left:-100%;

    width: 50%;
    height: 100vh;

    background: #ffffff;

    overflow-y: scroll;

    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease-in-out;

    z-index: 1031;
}

#m-gnb-wrap .mobile-top-close{
    padding: 1rem 0;

    font-size: 1.125rem;
}

#m-gnb-wrap .gnb-top-wrap{
    margin-bottom: 1rem;
}

#m-gnb-wrap .m-menu-wrap{
    padding: 1.25rem 0;
}

#m-gnb-wrap .m-item-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 1rem 0.5rem;

    font-size: 1.125rem;
}

#m-gnb-wrap .bottom-item-wrap{
    display: block;

    padding: 0 0.5rem;
}

#m-gnb-wrap .bottom-item-wrap i{
    margin-right: 0.25rem;
    font-size: 1.125rem;
}


/*****##### show #####*****/
#m-gnb-wrap.show{
    left: 0;
}

#m-gnb-wrap.show::-webkit-scrollbar{
    display: none;
}

#page_backdrop {
    z-index: 1020;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** sm *****/
@media (min-width: 100px) and (max-width: 768px){
    /*****#####===== 모바일 네비게이션 =====#####*****/
    #m-gnb-wrap{
        display: block;
        width: 100%;
    }

    #gnb .layout-item {
        padding: 0.25rem 0;
    }

    #gnb .menu-item{
        padding: 1rem 0;
    }

    #gnb .noti-btn.active::after{
        top: 1rem;
    }

    .page_backdrop {
        display: none;
    }
}

/*=================================================
                플로팅 메뉴
=================================================*/
/*****#####===== 하단 네비게이션 =====#####*****/
#float-menu {
    display: none;
    grid-template-columns: repeat(4, 1fr);

    position: fixed;

    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0 1rem;

    border-top: 1px solid #cccccc;

    background-color: #ffffff;

    z-index: 999;
}

#float-menu .float-item {
    padding: 0.429rem 0 0.286rem;

    text-align: center;
    color: var(--helper-color-secondarylight);
}

#float-menu .float-icon{
    font-size: 1.375rem;
}

#float-menu .float-title{
    margin-top: 0.286rem;
}

#float-menu .float-item.active .float-icon,
#float-menu .float-item.active .float-title{
    color: var(--helper-color-secondarydark);
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** sm *****/
@media (min-width: 100px) and (max-width: 768px){
    #float-menu{
        display: grid;
    }
}
