@charset "utf-8";

.freelancer-container .search_form_type1 {
    width:100%;
    max-width:1087px;
    margin:0 auto;
    padding:0 2.3rem 2.5rem;
}

.fl-info {
    position:relative;
}
.fl-info.write-info {margin-top:0;}
.fl-info .text1 {
    font-size:20px;
    color:#333;
}
.fl-info .fl-info-content {
    padding:20px;
    background-color:#f3f3f3;
    border:2px solid #ddd
}
.fl-info .fl-info-content .btn-box {margin-top:10px}
.fl-info .fl-info-content .btn-box .btn_md {
    height:40px;
    line-height:20px;
}
.fl-info-modal-cont {position:relative;}
.fl-info-modal-cont ~ .fl-info-modal-cont {margin-top:30px}
.fl-info-modal-cont .num_list .txt {color:#222}
.fl-info-modal-cont .text1 {font-size:16px;color:#222}
@media screen and (max-width:1000px) {
    .fl-info .fl-info-cont {margin-top: 1rem;}
    .fl-info .fl-info-content {padding:2rem}
    .fl-info .text1 {font-size:1.8rem}
    .fl-info-modal-cont .text1  {font-size:1.6rem}
    .fl-info .fl-info-content .btn-box .btn_md {
        height:4rem;
        line-height:2rem;
    }
}


/* 신규 검색폼 */
.new-frm-list {
    position:relative;
    width:100%;
    display:flex;
    display:-webkit-flex;
    display:-ms-flexbox;
    flex-wrap:wrap;    
    margin:0 auto;
    justify-content: center;
}
.new-frm-list li:nth-child(1) {width:499px}
.new-frm-list li:nth-child(2) {padding-left:5px;width:104px}
.new-frm-list li:nth-child(3) {padding-left:5px;width:149px}
.new-frm-list li:nth-child(4) {padding-left:5px;width:227px}
.new-frm-list .frm_input {
    width: 100%;
    height: 2.2rem;
    padding-left: 1.15rem !important;
    line-height: 2.2rem;
    background-color: rgba(212, 222, 255, 0.5);
    border-color: rgba(74, 101, 246, 0.5) !important;
    font-size: 0.85rem;
    color: #7F7F7F;
    letter-spacing: -0.5px
}
.new-frm-list .btn_md {
    padding:0 10px;
    height:2.2rem;
    line-height:2.2rem;
    font-size:0.9rem;
    font-weight:700;
    color:#fff;
}
.new-frm-list .btn_md.bg--cfa1f5 {background-color:#cfa1f5;}
.new-frm-list .btn_md.bg--0b2f8b {background-color:#0b2f8b;}
.new-frm-list .btn_md.bg--4a65f6 {background-color:#4a65f6;}

.new-frm-list .sch_btn1 {font-weight:400;}
.new-frm-list .btn {width:100%}
.freelancer-ca {
    position:relative;
    width:100%;
    display:flex;
    display:-webkit-flex;
    display:-ms-flexbox;
    flex-wrap:wrap;    
    margin:1.4rem 0 0 0;
    align-items:flex-start;
    justify-content: center;
}
.freelancer-ca .ca-box {text-align:center;margin-left:42px}
.freelancer-ca .img img {max-width:100%;height:auto}
.freelancer-ca .txt {
    font-size:0.8rem;
    color:#7f7f7f;
    line-height:1;
    font-weight:700;
    margin-top:5px;
}

@media screen and (max-width:1246px) {
    .freelancer-ca .ca-box .img img {max-width:60px}
    .freelancer-ca .ca-box {margin-left:0;width:11.1111%}
    .freelancer-ca .txt {font-size:14px}
}
@media screen and (max-width:1230px) {
    .new-frm-list li:nth-child(1) {width:300px}
}
@media screen and (max-width:1030px) {
    .freelancer-container .search_form_type1 {padding:0 0 2rem 0}
    .freelancer-ca .ca-box {margin-left:0;width:20%;margin-bottom:20px}
    .freelancer-ca .ca-box .img img {max-width:45px}
    .freelancer-ca .ca-box:nth-child(6),
    .freelancer-ca .ca-box:nth-child(7),
    .freelancer-ca .ca-box:nth-child(8),
    .freelancer-ca .ca-box:nth-child(9) {margin-bottom:0}
}
@media screen and (max-width:906px) {
    .new-frm-list li:nth-child(1) {width:80%}
    .new-frm-list li:nth-child(2) {width:20%}
    .new-frm-list li:nth-child(3) {padding-left:0;margin-top:4px;width:33.3333333%}
    .new-frm-list li:nth-child(4) {margin-top:4px;width:33.3333333%}
    .new-frm-list .btn_md {padding:0;}
}
@media screen and (max-width:906px) {
    /*.new-frm-list li:nth-child(3) {padding-left:0;margin-top:4px;width:100%}*/
    .new-frm-list li:nth-child(3) {padding-left:0;margin-top:4px;width:100%}
    .new-frm-list li:nth-child(4) {padding-left:0;margin-top:4px;width:100%}
}
@media screen and (max-width:636px) {
    .freelancer-ca .ca-box {width:33.3333333337%}
}

.fl-list {position:relative;margin-top:3rem;}
.fl-list .head {position:relative;}
.fl-list .head .tit {
    font-size:1.5rem;
    line-height:1;
    color:#7f7f7f;
    font-weight:700;
    padding-left:2.7rem;
}
@media screen and (max-width:1030px) {
    .fl-list {margin-top:2rem;}
    .fl-list .head .tit {
        font-size:1.2rem;
        padding-left:1.2rem;
    }
}
.fl-list .head a.more {
    display:block;
    position:absolute;
    top:0;
    right:0;
}
.fl-list .head a.more img {
    max-width:1rem;
    height:auto;
}
.fl-list .body {
    position:relative;
    margin-top:1.15rem;
}
.fl-list .fl-list-slider-area {
    position:relative;
    padding:0 2.7rem;
}
.fl-list .fl-list-slider {position:relative;margin:0 -1rem}
.fl-list .fl-list-slider .list {position:relative;padding:0 1rem}
.fl-list .s_img {
    padding-top:72.36%;
    border-radius:3px;
    border: 1.5px solid #e9e9e9;
}
.fl-list .s_img img {
    left:50%;
    transform:translateX(-50%);
    margin-left:0 !important;
}
.fl-list .btn-slider-prev,
.fl-list .btn-slider-next {
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:0.8rem;
    height:1.55rem;
    background-repeat:no-repeat;
    background-size:0.8rem 1.55rem;
    background-position:0 0;
    background-color:transparent;
    z-index:3;
}
.fl-list .btn-slider-prev {
    background-image:url(../new_imgs/freelancer/btn_prev.svg);
    left:0;
}
.fl-list .btn-slider-next {
    background-image:url(../new_imgs/freelancer/btn_next.svg);
    right:0;
}
@media screen and (max-width:1030px) {
    .fl-list .fl-list-slider-area {padding:0 2rem;}
    .fl-list .fl-list-slider .list {padding:0 5px;}
}
.fl-detail-view .fl-list .btn-slider-prev,
.fl-detail-view .fl-list .btn-slider-next {
    width:1.25rem;
    height:2.5rem;
    background-size:1.25rem 2.5rem;
}
.fl-detail-view .fl-list .s_img {
    padding-top:76.71%;
    border-radius:4px;
    border: 1.5px solid #e9e9e9;
}

.fl-list .list-cont {
    margin-top:0.6rem;
    word-break:keep-all;
    color:#2f3340;
}
.fl-list .top {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    width:100%;
}
.fl-list .fl-name {
    font-size:0.65rem;
    color: #4a65f6;
    font-weight:700;
}
.fl-list .fl-sinfo {
    display:inline-block;
    font-weight : bold;
    font-size : 8px;
    padding:3px 5px;
    color:#FFFFFF;
    background-color: #4a65f6;
    border-radius:50px;
}
.fl-list .fl-sinfo--bg-indigo {
    background-color: #31386E !important;
}
.fl-list .fl-sinfo + .fl-sinfo {margin-left:3px;}

.fl-list .fl-sinfo2 {
    display:inline-block;
    font-weight : bold;
    font-size : 8px;
    padding:3px 5px;
    color:#FFFFFF;
    background-color: #31386E;
    border-radius:50px;
}

.fl-list .list-cont .title {
    word-break: break-all;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height:1rem;
    height:2rem;
    color: #7f7f7f;
    font-size:0.7rem;
    font-weight:500;
    margin-top:5px;
}
.fl-list .list-cont .bottom {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    margin-top:0.4rem;
}
.fl-list .list-cont .bottom .rank {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    font-size:0.65rem;
    color: #7f7f7f;
    line-height: 17px;
}
.fl-list .list-cont .bottom .price {
    margin-left: auto;
    font-size:0.85rem;
    color: #464646;
    font-weight: 500;
    line-height: 1;
}
.fl-list .list-cont .bottom .star-img img {
    width:0.95rem;
    height:auto;
    vertical-align:inherit;
    line-height:0;
}
.fl-list .list-cont .bottom .rank .star-txt {margin-left:2px}


.fl-container {
    position:relative;
    display:flex;
    display:-webkit-flex;
    display:-ms-flexbox;
    width:100%;
    flex-wrap:wrap;
    align-items:flex-start;
}
.fl-container .aside {
    width:18.85%;
}
.fl-container .aside2 {
    width:18.85%;
    z-index: 23;
}
@media screen and (max-width:1000px) {
    .fl-container .aside2 {
        display:flex;
        flex-wrap:wrap;
        flex-direction:row;
        width:100%;
    }
}

.fl-container .aside .tit {
    font-size:1.05rem;
    color:#2f3340;
    font-weight:500;
    line-height:1;    
    padding-bottom:1.1rem;
    border-bottom:1.5px solid #4A65F6;
}
.fl-container .aside .btn_nav {
    position: relative;
    display: block;
    width: 100%;    
    background-color: #4A65F6;
    font-size: 15px;
    line-height: 15px;
    cursor: pointer;
    color: #fff;
    text-align:left;
}
.fl-container .aside .btn_nav::after {
    display: block;
    content: "";
    position: absolute;
    top: 17px;
    right: 12px;
    width: 11px;
    height: 7px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMy4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i66CI7J207Ja0XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCINCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTUuNDUgOC4yMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTUuNDUgOC4yMzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPHBhdGggaWQ9IlhNTElEXzE1N18iIGNsYXNzPSJzdDAiIGQ9Ik0wLDAuNWMwLTAuMTMsMC4wNS0wLjI2LDAuMTUtMC4zNWMwLjItMC4yLDAuNTEtMC4yLDAuNzEsMGw2Ljg3LDYuODdsNi44Ny02Ljg3DQoJYzAuMi0wLjIsMC41MS0wLjIsMC43MSwwYzAuMiwwLjIsMC4yLDAuNTEsMCwwLjcxTDguMDgsOC4wOGMtMC4yLDAuMi0wLjUxLDAuMi0wLjcxLDBMMC4xNSwwLjg1QzAuMDUsMC43NiwwLDAuNjMsMCwwLjV6Ii8+DQo8L3N2Zz4NCg==);
}
.fl-container .aside .btn_nav {visibility:hidden;height:0;padding:0;}
.fl-container .aside .nav {
    position:relative;
    margin-top:1.35rem;
}
.fl-container .aside .nav .nav-tit {
    display:block;
    position:relative;
    width:100%;
    padding:0;
    height:1.25rem;
    font-size:0.75rem;
    color:#505050;
    line-height:1.15rem;
    font-weight:500;
}
.fl-container .aside .nav .nav-tit.arr::after {
    content:"";
    display:block;
    position:absolute;
    top:7px;
    right:0;
    width:17px;
    height:10px;
    background:url(../imgs/freelancer/nav_arr.png) no-repeat 0 0;
    background-size:100% auto;
}
.fl-container .aside .nav .nav-tit:hover {color:#202123;}
.fl-container .aside .nav li.active .nav-tit.arr::after {
    background:url(../imgs/freelancer/nav_arr_on.png) no-repeat 0 0;
    background-size:100% auto;
}
.fl-container .aside .nav > li {margin-bottom:7px}
.fl-container .aside .nav > li:last-child {margin-bottom:0}
.fl-container .aside .nav > li > ul {display:none;background-color:#f1f1f1;padding: 8px 0;}
.fl-container .aside .nav > li.active > ul {display:block;}
.fl-container .aside .nav > li > ul > li > a {display:block;font-size:13px;height:24px;line-height:24px;padding:0 16px;color:#555969;}
.fl-container .aside .nav > li > ul > li > a:hover {color:#212224;font-weight:500;}

.fl-container .aside__dept1 {
    position:relative;
    width:100%;
}
@media screen and (max-width:1000px) {
    .fl-container .aside__dept1 {
        width:calc(50% - 5px);
        margin-right:5px;
    }
}

.fl-container .aside__dept1 span {
    display:inline-block;
    position:relative;
    width:100%;
    font-size:1.05rem;
    color:#2f3340;
    font-weight:500;
    line-height:1;    
    padding-bottom:1.1rem;
    border-bottom:1.5px solid #4A65F6;
    cursor: pointer;
}
@media screen and (max-width:1000px) {
    .fl-container .aside__dept1 span {
        font-size:0.8rem;
        padding:0.6rem 1rem 0.6rem 0.5rem;
        font-size:0.75rem;
        border:1px solid #ddd;
        text-overflow:ellipsis;
        overflow:hidden;
        white-space:nowrap;
    }
}

.fl-container .aside__dept1 span::after {
    content:"\f123";
    display:block;
    position:absolute;
    top:0.4rem;
    right:0;
    font-family: "Ionicons";
    font-size:0.6rem;
}
@media screen and (max-width:1000px) {
    .fl-container .aside__dept1 span::after{
        top:0.7rem;
        right:0.5rem;
    }
}

.fl-container .aside__dept1.active span::after {
    content:"\f126";
}
.fl-container .dept1__list {
    display:none;
    position:absolute;
    top:2.15rem;
    left:0;
    width:100%;
    padding:5px 0 5px;
    border:1px solid #4A65F6;
    background-color:#fff;
    z-index:3;
}
@media screen and (max-width:1000px) {
    .fl-container .dept1__list {
        display:none;
        position:absolute;
        top:2rem;
        left:0;
        width:100%;
        padding:5px 0 5px;
        border:1px solid #ddd;
        z-index:3;
    }
}

.fl-container .dept1__list a {
    display:block;
    width:100%;
    font-size:0.8rem;
    color:#000;
    font-weight:400;
    padding:5px 10px;
}
@media screen and (max-width:1000px) {
    .fl-container .dept1__list a {font-size:0.75rem;}
}
.fl-container .aside__dept1.active .dept1__list {
    display:block;
}
.fl-container .aside__dept2 {
    position: relative;
    margin-top: 1.35rem;
}
@media screen and (max-width:1000px) {
    .fl-container .aside__dept2 {
        width:calc(50% - 5px);
        margin-top:0;
        margin-left:5px;
    }
}

.fl-container .dept2__title {display:none;}
@media screen and (max-width:1000px) {
    .fl-container .dept2__title {
        display:block;
        position:relative;
        width:100%;
        font-size:0.8rem;
        padding:0.6rem 1rem 0.6rem 0.5rem;
        font-size:0.75rem;
        border:1px solid #ddd;
        color: #2f3340;
        font-weight: 500;
        line-height:1;
        cursor:pointer;
        text-overflow:ellipsis;
        overflow:hidden;
        white-space:nowrap;
    }
    .fl-container .dept2__title::after {
        content: "\f123";
        display: block;
        position: absolute;
        top: 0.7rem;
        right: 0.5rem;
        font-family: "Ionicons";
        font-size: 0.6rem;
    }
    .fl-container .aside__dept2.active .dept2__title::after {
        content: "\f126";
    }
}
.fl-container .dept2__list li {margin-bottom:7px;}
.fl-container .dept2__list li a {
    display: block;
    position: relative;
    width: 100%;
    padding: 0;
    height: 1.25rem;
    font-size: 0.75rem;
    color: #505050;
    line-height: 1.15rem;
    font-weight: 500;
}
@media screen and (max-width:1000px) {
    .fl-container .dept2__list {
        display:none;
        position: absolute;
        top: 2rem;
        left: 0;
        width: 100%;
        padding: 5px 0 5px;
        border: 1px solid #ddd;
        background-color:#fff;
        z-index: 3;
    }
    .fl-container .dept2__list li a {
        display: block;
        width: 100%;
        font-size: 0.75rem;
        color: #000;
        font-weight: 400;
        padding: 5px 10px;
    }
    .fl-container .aside__dept2.active .dept2__list {
        display:block;
    }
}


.fl-container .fl-content {
    width:calc(100% - 18.85%);
    padding-left:1.2rem;
}
.fl-container .fl-content .crumb {
    position:relative;
    height:0.7rem;
    line-height:0.7rem;
    color:#7f7f7f;
    font-size:0.65rem;
    font-weight:500;
}
.fl-container .fl-content .crumb a {color:#7f7f7f}
.fl-container .fl-content .crumb a:hover {text-decoration:underline;}
.fl-container .fl-content .filter-bar {
    position:relative;
    display: flex;
    display:-webkit-flex;
    display:-ms-flexbox;
    justify-content: space-between;
    align-items: center;
    z-index:20;
}
.fl-container .fl-content .filter-bar .sort-drop {position:relative;margin-left:auto;}
.fl-container .fl-content .filter-bar .sort-drop .btn-sort-drop {
    display:inline-block;
    height:1.25rem;
    line-height:1.25rem;
    font-size:0.7rem;
    color:#505050;
    font-weight:500;
    background-color:transparent;
}
.fl-container .fl-content .filter-bar .sort-drop .drop-down {
    display:none;
    position: absolute;
    top:25px;
    right:-1px;
    background-color: #ffffff;
    border-radius: 4px;
    padding:8px 0;
    z-index:6;
    box-shadow:0px 5px 17px 10px rgb(0 0 0 / 5%);
    width:144px;
}
.fl-container .fl-content .filter-bar .sort-drop.active .drop-down {display:block;}
.fl-container .fl-content .filter-bar .sort-drop.active .btn-sort-drop i {transform:rotate(-180deg);}
.fl-container .fl-content .filter-bar .sort-drop .drop-down .item {line-height:16px;font-size:14px;color:#4d4d4d;}
.fl-container .fl-content .filter-bar .sort-drop .drop-down .item a {display:block;padding:8px 16px;color:#4d4d4d;}
.fl-container .fl-content .filter-bar .sort-drop .drop-down .item a:hover {font-weight:500;}
.fl-container .fl-card-list {margin:0.7rem -7.5px 0 -7.5px}
.fl-container .fl-card-list .fl-card-list-content {
    position:relative;
    width:100%;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    flex-direction:row;
}
.fl-container .fl-card-list .fl-card-list__item {
    width:25%;
    padding:0 7.5px;
    margin-bottom:37px;
}
@media screen and (max-width:1030px) {
    .fl-container .fl-card-list .fl-card-list__item {padding:0 5px;}
}
.fl-container .fl-card-list .fl-card-list__item .card-image {
    position: relative;
    border-radius: 3px;
    border: 1.5px solid #E9E9E9;
    overflow: hidden;
}

.fl-container .fl-card-list .fl-sinfo {
    display: inline-block;
    font-weight: bold;
    font-size: 8px;
    padding: 3px 5px;
    color: #FFFFFF;
    background-color: #4a65f6;
    border-radius: 50px;   
}
.fl-container .fl-card-list .fl-sinfo--bg-indigo {
    background-color: #31386E !important;
}
.fl-container .fl-card-list .fl-sinfo2 {
    display: inline-block;
    font-weight: bold;
    font-size: 8px;
    padding: 3px 5px;
    color: #FFFFFF;
    background-color: #31386E;
    border-radius: 50px;
}
.fl-container .fl-card-list .fl-sinfo + .fl-sinfo {margin-left:3px;}
.fl-name__sinfo + .fl-name__text {margin-top:5px;}
.fl-container .fl-card-list .link {display:block;}
.fl-container .fl-card-list .s_img {padding-top:75%}
.fl-container .fl-card-list .card-cont {
    padding:0.5rem 0.7rem 0;
    word-break:keep-all;
    color:#2f3340;
}
.fl-container .fl-card-list .card-cont .title {
    margin-top:6px;
    word-break: break-all;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height:0.8rem;
    height:1.6rem;
    color: #7f7f7f;
    font-size:0.65rem;
    font-weight:500;
}
.fl-container .fl-card-list .card-cont .bottom {
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    width:100%;
    flex-wrap:wrap;
    align-items:center;
    margin-top:0.5rem;
}
.fl-container .fl-card-list .card-cont .bottom .rank {
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items:center;
    font-size:0.65rem;
    color: #7f7f7f;
    line-height:17px;
}
.fl-container .fl-card-list .card-cont .bottom .rank .star-img img {
    width:0.9rem;
    height:auto;
    vertical-align:inherit;
    line-height:0;
}
.fl-container .fl-card-list .card-cont .bottom .rank .star-txt {margin-left:5px}
.fl-container .fl-card-list .card-cont .bottom .price {
    margin-left:auto;
    font-size:0.8rem;
    color:#464646;
    font-weight:500;
    line-height:1;
}
.fl-container .fl-card-list .fl-name {
    color:#4A65F6;
    font-size:0.6rem;
    font-weight:700;
    line-height:1;
}
@media screen and (max-width:1000px) {
    .fl-container {flex-direction:column;}
    .fl-container .aside {width:100%;}
    .fl-container .fl-content {
        width:100%;
        padding-left:0;
        margin-top:1rem;
    }
    .fl-container .aside .tit {display:none;}
    .fl-container .aside .nav {display:none;margin-top:0;padding:15px;border:1px solid #ddd;border-top-width:0}
    .fl-container .aside .btn_nav {       
        visibility: visible;
        height: auto;        
        padding: 12px 20px 12px 16px;
    }
    .fl-container .aside.open .nav {display:block;}
}
@media screen and (max-width:768px) {
    .fl-container .fl-card-list .fl-card-list__item {width:33.33333333333%}
}
@media screen and (max-width:640px) {
    .fl-container .fl-card-list .fl-card-list__item {width:50%}
}
@media screen and (max-width:400px) {
    .fl-container .fl-card-list .fl-card-list__item {width:100%}
}


.fl-view {position:relative;}
.fl-view-top {
    position:relative;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items:flex-start;   
    flex-direction:row;
    flex-wrap:wrap;
    width:100%;
}
.fl-view-top .fl-photo {
    position:relative;
    width:100%;
    max-width:60%;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items:flex-start;
    flex-wrap:wrap;
}
.fl-view-top .fl-photo .key-img {
    position:relative;
    width:74.205%;
}
.fl-view-top .fl-photo .key-img img {width:100%;height:auto}
.fl-view-top .fl-photo .key-img .key-img-list {position:relative;}
.fl-view-top .fl-photo .key-img .key-img-slider {position:relative;}
.fl-view-top .fl-photo .thumb-img {position:relative;width:23.189%;margin-left:auto}
.fl-view-top .fl-photo .thumb-img .s_img .img img {
    position: absolute;
    top:0;
    left: 50%;
    transform: translate(-50%, 0);
    margin-left: 0 !important;
}
.fl-view-top .fl-photo .thumb-img .btn-thumb-prev,
.fl-view-top .fl-photo .thumb-img .btn-thumb-next {
    display:block;
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    width:1.25rem;
    height:1.25rem;
    background-repeat:no-repeat;
    background-size:100% auto;
    background-position:0 0;    
    background-color:transparent;
    z-index:3;
}
.fl-view-top .fl-photo .thumb-img .btn-thumb-prev.slick-hidden,
.fl-view-top .fl-photo .thumb-img .btn-thumb-next.slick-hidden {display:none;}
.fl-view-top .fl-photo .thumb-img .btn-thumb-prev {
    top:-13px;
    background-image:url(../new_imgs/freelancer/btn_thumb_prev.svg);
}
.fl-view-top .fl-photo .thumb-img .btn-thumb-next {
    bottom:-3px;
    background-image:url(../new_imgs/freelancer/btn_thumb_next.svg);
}
.fl-view-top .fl-photo .thumb-img .thumb-slider {position:relative;overflow:hidden}

.fl-view-top .fl-photo .thumb-img .thumb-slider .list {padding-bottom:12px}
.fl-view-top .fl-photo .thumb-img .thumb-slider .list.slick-current .s_img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #4A65F6;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 2;
}

.fl-view-top .fl-photo .thumb-img .thumb-slider .s_img {padding-top:109px;}
.fl-view-top .fl-info {
    position:relative;
    width:calc(100% - 62%);
    padding-left:1.3rem;
    font-size:0.75rem;
    color:#505050;
    /* border-top: 0.5px solid #4A65F6; */
    border-bottom: 0.5px solid #4A65F6;
    /* padding-bottom: 1.75rem; */
    padding: 0 0 1.75rem 0;
    margin-left: 2%;
}
.fl-view-top .fl-info .fl-info-cont {
    position: relative;
    margin-left: 2%;
}
.fl-view-top .fl-info .tit {
    font-size: 1.25rem;
    color: #4A65F6;
    font-weight: 700;   
}
.fl-view-top .fl-info a {
    color: #7F7F7F;
}
.fl-view-top .fl-info ul {
    border-top: 0.5px solid #4A65F6;
    padding-top: 1rem;
    margin-top: 1.5rem;
}
.fl-view-top .fl-info ul li {
    position:relative;
    width:100%;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items:center;
    flex-wrap:wrap;
    align-items:flex-start;
    justify-content:space-between;
    margin-bottom:0.8rem;
    font-size:0.8rem;
    color:#7F7F7F;
    font-weight:500;    
}
.fl-view-top .fl-info ul li:last-child {margin-bottom:0;}
.fl-view-top .fl-info ul li .text {position:relative;}
.fl-view-top .fl-info ul li .title {
    display:block;
    font-size:0.8rem;
    font-weight:700;
    color:#CFA1F5;
}
.fl-view-top .fl-info ul li .cont {
    width: calc(100% - 4.5rem);
    padding-left: 0.7rem;
}

.fl-view .fl-tab {
    position:relative;
    margin-top:5rem;
}
.fl-view .fl-tab.fixed {
    position:fixed;
    top:0;
    width:100%;
    margin-top:0;
    z-index:100;
}
@media screen and (max-width:1030px) {
    .fl-view .fl-tab.fixed {top:60px;}
}
.fl-view .fl-tab .inner {
    width:100%;
    max-width:1170px;
}
.fl-view .fl-tab ul {
    position:relative;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items:flex-start;
    flex-wrap:wrap;
    width:100%;
    background-color:#fff;
}
.fl-view .fl-tab ul li {
    position:relative;
    width:calc(25% + 1px);
    margin-left:-1px;      
    background-color:#fff;
}
.fl-view .fl-tab ul li a {
    display:block;    
    z-index:3;
    height:2.75rem;
}
.fl-view .fl-tab ul li a.mPS2id-highlight {z-index:3}
.fl-view .fl-tab ul li .link-inner {
    position:absolute;
    width:100%;
    height:2.75rem;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items:center;
    flex-wrap:wrap;
    text-align:center;
    justify-content: center;
    border:1px solid #4A65F6;
    background-color:#fff;
}
.fl-view .fl-tab ul li .text {
    font-size:1.05rem;
    font-weight:700;
    line-height:1;
    color:#7f7f7f;
}
.fl-view .fl-tab ul li a.mPS2id-highlight .text,
.fl-view .fl-tab ul li a:hover .text,
.fl-view .fl-tab ul li.active a .text {color:#fff}
.fl-view .fl-tab ul li a.mPS2id-highlight .link-inner,
.fl-view .fl-tab ul li:hover a .link-inner, 
.fl-view .fl-tab ul li.active a .link-inner {
    border:1px solid #4A65F6;
    background-color:#4A65F6;
    z-index:50;
}
.fl-view .fl-tab ul li a.mPS2id-highlight + li a,
.fl-view .fl-tab ul li:hover + li a,
.fl-view .fl-tab ul li.active + li a {border-left-color:#4A65F6;}
.fl-view .fl-detail-view {position:relative;}
.fl-view #portfolio.detail-box {
    margin-top:1.9rem;
    padding-top:1.3rem;
    border-top:1.5px solid #4A65F6;
}
.fl-view .detail-box {
    position:relative;
    padding-bottom:2.5rem;
    border-bottom:1.5px solid #4A65F6;
}
.fl-view .detail-box .sub_title2 {
    text-align:center;
    margin:0;
    padding:0; 
    font-size:1.65rem;
    color:#fff;
    font-weight:700;   
}
.fl-view .detail-box .sub_title2 span {
    display:inline-block;
    width:100%;
    max-width:396px;
    padding:0.6rem 0;
    background-color:#4a65f6;
    border-radius:50px;
}
.fl-view .detail-box .sub_title2 span::before,
.fl-view .detail-box .sub_title2 span::after {display:none;}
@media screen and (max-width:1030px) {
    .fl-view .detail-box .sub_title2 {font-size:1.3rem;}
}

.fl-view .detail-box .fl-list {position:relative;margin-top:50px;}
.fl-view .detail-box ~ .detail-box {margin-top:2.5rem;}
.fl-view .detail-box.last {border-bottom-width:0;padding-bottom:0}
.fl-view .detail-box .detail-tit span {
    display:inline-block;
    position:relative;
    border:1px solid #4A65F6;
    padding:0.5rem 1.1rem;
    font-size:1.25rem;
    color:#4A65F6;
    line-height:1.2;
    font-weight:700;
    border-radius:50px;   
}
@media screen and (max-width:1030px) {
    .fl-view .detail-box .detail-tit span {font-size:1rem;}
}
.fl-view .mt30 {margin-top:1.5rem}
.fl-view .detail-text {
    font-size:0.85rem;
    color:#7F7F7F;
    line-height:1.55rem;
    font-weight:500;
}
.fl-view .detail-text.flex {
    width:100%;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items:flex-start;
    flex-wrap:wrap;
}
.fl-view .detail-text a {color:#7F7F7F}
.fl-view .detail-text .left2 {flex-shrink:0;width:95px;line-height:normal;}
.fl-view .detail-text .right2 {margin-left:0;width:calc(100% - 96px);line-height:normal;}
.fl-view .detail-text .ul-detail {position:relative;}
.fl-view .detail-text .ul-detail li {padding-left:10px;position:relative;}
.fl-view .detail-text .ul-detail li::before {
    content:"*";
    display:block;
    position:absolute;
    top:0;
    left:0;
}
.fl-view .detail-text .red {color:#e61e18;}
.fl-view .detail-text .red::before {color:#e61e18;}
.fl-view .detail-box .detail-tit + .detail-text {margin-top:1.1rem}
.fl-view .title-box {position:relative;}
.fl-view .title-box .sns {position:absolute;top:-1.35rem;right:0;}
.fl-view .title-box .sns img {width:2.95rem;height:auto}
.fl-view .title-box .sns a {display:inline-block;position:relative;margin-left:5px;}
.fl-view .service-info-cont {
    position:relative;
    margin-top:3.4rem;
    width:100%;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items:flex-start;
    flex-wrap:wrap;
}
.fl-view .service-info-cont .left {
    position:relative;
    width:50%;
    padding-right:1.9rem;
}
.fl-view .service-info-cont::after {
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:50%;
    width:0.5px;
    height:100%;
    background-color:#4A65F6;
    transform:translateX(-50%);
}
.fl-view .service-info-cont .right {
    position:relative;
    width:50%;
    padding-left:3.3rem; 
}
.fl-view .compliance-cont {margin-top:50px}
.fl-view .compliance-cont .table th {
    border-left-width:0;
    font-size:1.1rem;
    font-weight:700;
}
.fl-view .compliance-cont .table td {
    border-right-width:0;
    font-size:0.75rem;
    color:#545555;
    font-weight:700;
}
.fl-view .compliance-cont .table th,
.fl-view .compliance-cont .table td {padding:0.75rem 1.35rem}
.fl-view .compliance-cont .mt50 {margin-top:2.5rem}
.fl-view .servie-rank-cont {margin-top:2.5rem}
.fl-view .servie-rank-cont .b_comment {padding:0;margin:0;border-top-width:0}
.fl-view .servie-rank-cont .b_comment .b_comment_list {margin-top:0}
.fl-view .servie-rank-cont .b_comment .b_comment_list .list {
    padding:0 0 0.75rem 0;
    margin:0;
    background-color:#fff;
    border-bottom:2px solid #4A65F6;
}
.fl-view .servie-rank-cont .b_comment .b_comment_list .list ~ .list {padding-top:17px}
.fl-view .servie-rank-cont .b_comment .head {
    width:100%;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items:flex-start;
    margin-bottom:14px;
    line-height:14px;
}
.fl-view .servie-rank-cont .b_comment .head .tit {margin-bottom:0}
.fl-view .servie-rank-cont .b_comment .head .star {margin-left:0.5rem}
.fl-view .servie-rank-cont .b_comment .head .star img {
    max-width:0.55rem;
    height:auto;
    line-height:0;
    vertical-align:baseline;
}
.fl-view .servie-rank-cont .b_comment .head .date {
    margin-left:0.5rem;
    font-size:0.65rem;
    color:#999899;
}
.fl-view .servie-rank-cont .b_comment .txt {
    font-size:0.75rem;
    color:#323333;
}
.fl-view .servie-rank-cont .b_comment .b_comment_list .list .dept1 {
    margin-top:0.75rem;
    background-color:#f1f1f1;
    padding:1rem 1.35rem;
}
.fl-view .servie-rank-cont .b_comment_more {margin-top:2rem}
.fl-view .servie-rank-cont .b_comment_more .btn-more {
    display:block;
    width:100%;
    height:3rem;
    line-height:3rem;
    border:1px solid #4A65F6;
    text-align:center;
    font-size:1rem;
    color:#323333;
    font-weight:500;
}
.fl-view .servie-rank-cont .b_comment_more ~ .b_comment_frm {margin-top:2rem;}
.fl-view .servie-rank-cont .b_comment .b_comment_frm .star label:not(:first-child) {margin-left:1rem}
.fl-view .servie-rank-cont .b_comment .b_comment_frm .star img {
    max-width:0.75rem;
    height:auto;
    line-height:0;
    vertical-align:baseline;
}
.fl-view .servie-rank-cont .b_comment .b_comment_frm .star {margin-bottom:0.5rem}
.fl-view .servie-rank-cont .b_comment .b_comment_frm .star label:first-child {margin-left:0}
.fl-view .servie-rank-cont .b_comment .b_comment_frm .star label {display:inline-block;position:relative;margin-left:-5px}


@media screen and (max-width:1700px) {
    .fl-view .fl-list .btn-slider-prev {left:0;}
    .fl-view .fl-list .btn-slider-next {right:0;}
}
@media screen and (max-width:1170px) {
    .fl-view .fl-tab .inner {
        width:100%;   
        max-width:100%;
    }
    .fl-view .fl-tab.fixed .inner {
        width:91%;  
    }
}
@media screen and (max-width:1030px) {
    .fl-view .fl-tab.fixed .inner {
        width: 88%;
    }
}
@media screen and (max-width:1023px) {
    .fl-view .fl-tab ul li {width:calc(50% + 2px);margin-left:-2px;margin-top:-2px}
    .fl-view #portfolio.detail-box {padding-top:0;}
    .fl-view .title-box .sns {
        position:relative;
        top:auto;
        left:auto;
        text-align:center;
        margin-top:0;
        margin-bottom:1rem;
    }
    .fl-view .title-box .sns img {width:2rem;}
    .fl-view .service-info-cont .left {width:100%;}
    .fl-view .service-info-cont .right {
        width:100%;
        margin-top:1rem;
        padding-left:0;
    }
    .fl-view .service-info-cont::after {display:none;}
    
    .fl-view .servie-rank-cont .b_comment_more .btn-more {
        font-size:2rem;
        line-height:6rem;
        height:6rem
    }
}
@media screen and (max-width:1030px) {
    .fl-view .fl-tab {margin-top:3rem;}
    .fl-view-top .fl-photo {
        width:100%;
        max-width:100%;
    }
    .fl-view-top .fl-info {width:100%;padding-left:0;margin-left:0;}
    .fl-view-top .fl-info .fl-info-cont {padding-left:0;margin-left:0;}
    .fl-view .fl-tab ul li .text {font-size:0.9rem;}
}
@media screen and (max-width:600px) {
    .fl-view-top .fl-photo .key-img {width:100%;}
    .fl-view-top .fl-photo .thumb-img .thumb-slider .list {padding-bottom:0;padding-right:10px}
    .fl-view-top .fl-photo .thumb-img {width:100%;margin-top:15px;overflow:hidden;}
    .fl-view-top .fl-photo .thumb-img .btn-thumb-prev {
        left:0;
        top:50%;
        transform:translate(0,-50%) rotate(-90deg);
    }
    .fl-view-top .fl-photo .thumb-img .btn-thumb-next {
        right:0;
        bottom:auto;
        left:auto;
        top:50%;
        transform:translate(0,-50%) rotate(-90deg);
    }
}
@media screen and (max-width:374px) {
    .fl-view .servie-rank-cont .b_comment .b_comment_frm .star {
        display:flex;
        flex-wrap:wrap;
        flex-direction:row;
    }
    .fl-view .servie-rank-cont .b_comment .b_comment_frm .star label {
        display:block;
        width:calc(50% - 5px);
        padding-left:0;
        margin-left:0;
        margin-bottom:5px;
    }
    .fl-view .servie-rank-cont .b_comment .b_comment_frm .star label:not(:first-child) {
        padding-left:0;
        margin-left:0;
    }
}


.fl-list2 {margin:-10px -10px -10px;padding-top:2.51rem;}
.fl-list2-cont {
    width:100%;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items:flex-start;
    flex-wrap:wrap;
}
.fl-list2-cont .fl-list2-wrapper {width:50%;padding:10px}
.fl-list2-cont .fl-list2-wrapper .link {display:block;cursor:pointer;}
.fl-list2-cont .fl-list2-wrapper .fl-list2-card {
    width:100%;
    position:relative;
    overflow:hidden;
    background-color:#fff;
    border:1px solid #dddcdd;
    padding:37px 67px;
    box-shadow: 0px 1px 14.56px 1.44px rgba(7, 0, 2, 0.1); 
}
.fl-list2-cont .fl-list2-wrapper .fl-list2-card .img {position:absolute;top:0;left:0;}
.fl-list2-cont .fl-list2-wrapper .fl-list2-card .img img {width:80px;height:auto}
.fl-list2-cont .fl-list2-wrapper .fl-list2-card .title {font-size:20px;color:#5cbba5;font-weight:700;line-height:1;word-break: break-all;overflow: hidden;-webkit-line-clamp: 1;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;}
.fl-list2-cont .fl-list2-wrapper .fl-list2-card .text {
    font-size:15px;
    color:#030000;
    font-weight:300;
    margin-top:17px;
    word-break: break-all;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height:45px;
}
.fl-list2-cont .fl-list2-wrapper .fl-list2-card .price {
    margin-top:17px;
    font-size:15px;
    line-height:1;
    color:#444444;
}
.fl-list2-cont .fl-list2-wrapper .fl-list2-card .price .money,
.fl-list2-cont .fl-list2-wrapper .fl-list2-card .price .time {
    display:inline-block;
    position:relative;
    padding-left:20px;
}
.fl-list2-cont .fl-list2-wrapper .fl-list2-card .price .money::before {
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:16px;
    height:16px;
    background:url(../imgs/freelancer/ico_money.png) no-repeat 0 0;
    background-size:100% auto;
}
.fl-list2-cont .fl-list2-wrapper .fl-list2-card .price .time::before {
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:16px;
    height:16px;
    background:url(../imgs/freelancer/ico_clock.png) no-repeat 0 0;
    background-size:100% auto;
}
.fl-list2-cont .fl-list2-wrapper .fl-list2-card .price .time {margin-left:20px;}
@media screen and (max-width:1000px) {
    .fl-list2 {padding-top:4rem;margin:-1rem}
    .fl-list2-cont .fl-list2-wrapper {padding:1rem}
    .fl-list2-cont .fl-list2-wrapper .fl-list2-card .img img {width:60px}
    .fl-list2-cont .fl-list2-wrapper .fl-list2-card {padding:3rem 3rem 3rem 5rem}
    .fl-list2-cont .fl-list2-wrapper .fl-list2-card .title {font-size:2rem}
    .fl-list2-cont .fl-list2-wrapper .fl-list2-card .price {margin-top:1.7rem;font-size:1.5rem}
    .fl-list2-cont .fl-list2-wrapper .fl-list2-card .price .money, .fl-list2-cont .fl-list2-wrapper .fl-list2-card .price .time {padding-left:2rem}
    .fl-list2-cont .fl-list2-wrapper .fl-list2-card .price .money::before {width:1.6rem;height:1.6rem}
    .fl-list2-cont .fl-list2-wrapper .fl-list2-card .price .time::before {width:1.6rem;height:1.6rem}
    .fl-list2-cont .fl-list2-wrapper .fl-list2-card .text {font-size:1.5rem;margin-top:1.7rem;height:4.5rem}
}
@media screen and (max-width:720px) {    
    .fl-list2-cont .fl-list2-wrapper {width:100%;}
}

.fl.remodal {border:2px solid #5cbba5}
.fl.remodal .title {padding:15px 10px;font-size:18px;color:#ffffff;font-weight:500;line-height:1.2rem;background-color:#5cbba5;}
.fl.remodal .fl-modal-body {padding:20px}
.fl.remodal dl {
    width:100%;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items:flex-start;
    flex-wrap:wrap;
}
.fl.remodal dl ~ dl {margin-top:19px}
.fl.remodal dl dt {width:140px;flex-shrink:0;}
.fl.remodal dl dt span {
    display:inline-block;
    width:100%;
    padding:5px 0;
    border-radius:50px;
    font-size:16px;
    color:#fff;
    font-weight:500;
    text-align:center;
    background-color:#3099cd;
}
.fl.remodal dl dd {width:calc(100% - 140px);padding-left:10px;padding-top:5px;font-size:16px;color:#767777;font-weight:300;line-height:normal;text-align:left;}
.fl.remodal {padding:0}
.fl-remodal-btn-box {margin-top:40px;text-align:center;}
.fl-remodal-btn-box .btn-remodal-close {
    display:inline-block;
    position:relative;
    width:107px;
    height:36px;
    line-height:32px;
    font-size:18px;
    color:#fff;
    background-color:#5cbba5;
}
.fl-remodal-btn-box .btn-remodal-delete {
    display:inline-block;
    position:relative;
    width:107px;
    height:36px;
    line-height:32px;
    font-size:18px;
    color:#fff;
    background-color:#999999;
}
.fl-remodal-btn-box .btn-remodal-edit {
    display:inline-block;
    position:relative;
    width:107px;
    height:36px;
    line-height:32px;
    font-size:18px;
    color:#fff;
    background-color:#36a0da;
}
@media screen and (max-width:1000px) {
    .fl.remodal .title {padding:1.5rem 1rem;font-size:1.8rem;line-height:1.2;}
    .fl.remodal dl dt span {font-size:1.6rem}
    .fl.remodal dl dd {font-size:1.6rem}
    .fl.remodal dl dt {width:124px}
    .fl.remodal dl dd {width:calc(100% - 124px)}
    .fl-remodal-btn-box .btn-remodal-close {width:10.6rem;height:3.6rem;line-height:3.2rem;font-size:1.8rem;}
}
@media screen and (max-width:640px) {
    .fl.remodal dl dt {width:106px}
    .fl.remodal dl dd {width:calc(100% - 106px)}
}
@media screen and (max-width:500px) {
    .fl.remodal dl.res dt {width:106px}
    .fl.remodal dl.res dd {width:100%}
}

@media only screen and (min-width: 641px){
    .fl.remodal {
        max-width:500px;
    }

    .fl.remodal.w800 {
        max-width:800px;
    }
    
}

.fl-reg-frm .reg-agree-box {height:250px;overflow-y:auto;}
.fl-reg-frm.agree .b_wrtie_cont .spc1_txt_box {
    font-size:0.8rem;
    padding:1rem;
    background-color:#fff;
    border:1px solid #ddd;
    color:#666;
    margin-top:0.75rem;
}
.fl-reg-frm .round_tit {padding-left:0}
.fl-reg-frm .agree-chk {
    border-top:1px solid #eee;
    padding-top:0.75rem;
    text-align:center;
}
.fl-reg-frm .agree-chk .tit,
.fl-reg-frm .agree-chk .frm {display:inline-block;}
.fl-reg-frm .agree-chk .tit {color:#000;}
.fl-reg-frm .agree-chk .frm {margin-left:0.5rem}
.fl-reg-frm .agree-chk .frm label {display:inline-block;}
.fl-reg-frm .agree-chk .frm label ~ label {margin-left:0.5rem}
.fl-reg-frm .b_wrtie_cont .spc1_txt_box {
    padding:2% 3%;
    font-size:0.75rem;
    background:#4A65F6;
    color:#fff;
}
.fl-reg-frm .fl-reg-frm-list {margin:0 -10px 0}
.fl-reg-frm .fl-reg-frm-list .fl-reg-frm-content {
    display:flex;
    display:-webkit-flex;
    display:-ms-flexbox;
    width:100%;
    flex-wrap:wrap;
    flex-direction:row;
}
.fl-reg-frm .fl-reg-frm-list .fl-reg-frm-content .col {width:50%;padding:0 10px}
.fl-reg-frm .fl-reg-frm-list .fl-reg-frm-content .col-40 {width:40%;padding:0 10px}
.fl-reg-frm .fl-reg-frm-list .fl-reg-frm-content .col-60 {width:60%;padding:0 10px}
@media screen and (max-width: 1000px){
    .fl-reg-frm .spc1_txt_box br {
        display:block;
        font-size:16px
    }
}
@media screen and (max-width:798px) {
    .fl-reg-frm .fl-reg-frm-list .fl-reg-frm-content {flex-direction:column;}
    .fl-reg-frm .fl-reg-frm-list .fl-reg-frm-content .col {width:100%;}
	.fl-reg-frm .fl-reg-frm-list .fl-reg-frm-content .col-40 {width:100%;}
	.fl-reg-frm .fl-reg-frm-list .fl-reg-frm-content .col-60 {width:100%;}
    .fl-reg-frm .b_wrtie_cont .spc1_txt_box {font-size:14px}
}
@media screen and (max-width:500px){
    .fl-reg-frm .table_box1 .table {
        min-width:100%;
    }
}

/* 신규 */
.fl-info-wrap {
    padding:60px 56px;
    font-size:0.65rem;
    line-height:1.2rem;
    color: #222;
}
.fl-info.write-info .fl-info-wrap {padding:0}
.fl-info-wrap .tit {
    position:relative;
    padding-left:1.5rem;
    font-size:1.5rem;
    font-weight:500;
    line-height:1;
    color:#4A65F6;
    font-family:"Hanna","Noto Sans KR", sans-serif;
}
.fl-info-wrap .tit::before {
    content:"";
    display:block;
    position:absolute;
    top:5px;
    left:0;
    width:0.9rem;
    height:0.9rem;
    background:url(../imgs/freelancer/dot.png) no-repeat 0 0;
    background-size:100% auto;
}
.fl-info-wrap .mt_30 {margin-top:1.5rem;}
.fl-info-wrap .cont {
    margin-top:10px;
    padding:25px;
    border:1px solid #ddd;
    font-size:17px;
    color:#555;
    letter-spacing:0;
}
.fl-info-wrap .cont li {margin-bottom:5px;color:#555}
.fl-info-wrap .cont li:last-child {margin-bottom:0}
.fl-info-wrap .num_list .txt {color:#555;font-size:17px}
.fl-info-wrap .num_list li {margin-bottom:10px}
.fl-info-wrap .num_list li:last-child {margin-bottom:0}

.fl-view .view-hash {margin-top:2.15rem;}
.fl-view .view-hash .hash {
    display:inline-block;
    padding:0.5rem 0.8rem;
    background-color:#b4b4b4;
    border-radius:50px;
    font-size:0.65rem;
    color:#fff;
    line-height:1;
    cursor:pointer;
    font-weight:700;
}