@charset "utf-8";
/* CSS Document */

/* layout */
body {
    background: #ebeef3;
}

.sf1 * {
    font-family: 'Noto Sans KR', 'Malgun gothic', '맑은고딕', Dotum, '돋움', arial, sans-serif;
    font-size: 1.4rem;
}

.sf1 .wrapper.mobile {
    display: none;
}

.sf1 .wrapper.pc {
    position: relative;
    display: block;
    width: 100%;
    min-width: 1200px;
}

.sf1 .header_wrap {
    width: 1200px;
    min-height: 100px;
    padding: 30px 0 28px;
    box-sizing: border-box;
    margin: 0 auto;
    background: #fff;
}

.sf1 .content_wrap {
    width: 100%;
    min-height: 100%;
    background: #ebeef3;
    padding-top: 30px;
}

.sf1 .container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 46px;
}

.sf1 .container:after {
    content: "";
    display: block;
    clear: both;
}

.sf1 .content_top {
    position: fixed;
    bottom: 48px;
    display: none;
    width: 36px;
    height: 36px;
    box-shadow: 0 1px 4px 0 #c6ccd4;
    background: url(../img/btn_top.png) center no-repeat #fff;
    background-size: 22px;
}

.sf1 .content_top.mobile {
    display: none;
}


/* icon */
.sf1 .ico_word_close {
    width: 12px;
    height: 12px;
    background-image: url(../img/ico_word_close.png);
}

.sf1 .ico_more {
    width: 20px;
    height: 20px;
    background: url(../img/ico_more.png);
}

/* header_wrap */
.sf1 .header {
    position: relative;
    width: 700px;
    margin: 0 auto;
}

.sf1 .header:after {
    content: "";
    display: block;
    clear: both;
}

.sf1 .sch_box {
    float: left;
    width: 450px;
    height: 42px;
    border-radius: 3px;
    border: 2px solid #007dc5;
    background-color: #fff;
    box-sizing: border-box;
}

.sf1 .sch_box:after {
    content: "";
    display: block;
    clear: both;
}

.sf1 .sch_box .sch_inp {
    border: unset;
    box-sizing: unset;
    float: left;
    width: calc(100% - 62px);
    height: 19px;
    padding: 9px 10px 10px 12px;
    font-size: 15px;
    font-weight: 500;
}

.sf1 .sch_box .sch_btn {
    float: right;
    width: 40px;
    height: 40px;
    background: url(../img/ico_sch.png) 8px 8px no-repeat;
    background-size: 23px;
}

.sf1 .sch_opt {
    float: left;
    height: 40px;
    margin-left: 20px;
}

.sf1 .sch_opt:after {
    content: "";
    display: block;
    clear: both;
}

.sf1 .chk_box.sch {
    float: left;
    position: relative;
    top: 9px;
    margin-right: 30px;
}

.sf1 .inp_chk + label {
    cursor: pointer;
    font-size: 14px;
    letter-spacing: -0.5px;
    color: #333;
}

.sf1 .inp_chk + label span {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../img/bg_chk.png) 0 0 no-repeat;
    padding-right: 5px;
    background-size: 14px;
}

.sf1 .inp_chk:checked + label span {
    background-position: 0 -14px;
}

.sf1 .chk_wrap {
    padding-top: 8px
}

.sf1 .chk_wrap:after {
    content: "";
    display: block;
    clear: both;
}

.sf1 .inp_area .chk_box {
    float: left;
}

.sf1 .inp_area .chk_box + .chk_box {
    margin-left: 25px;
}

.sf1 .inp_list.sch {
    float: right;
    position: relative;
    top: 12px;
}

.sf1 .inp_list.sch .inp_area:after {
    content: "";
    display: block;
    clear: both;
}

.sf1 .inp_list.sch .inp_box {
    float: left;
}

.sf1 .inp_list.sch .inp_box + .inp_box:before {
    content: "";
    float: left;
    position: relative;
    top: 0;
    width: 1px;
    height: 16px;
    background: #bcbcbc;
    margin: 0 9px 0 10px;
    vertical-align: top;
}

.sf1 .inp_list.sch .inp_piece {
    color: #666;
    cursor: pointer;
    vertical-align: top;
}

.sf1 .inp_range_txt:checked + .inp_piece {
    color: #4187d0;
    font-weight: bold;
}

.sf1 .m_header_wrap .auto_keyword {
    display: none;
}

.sf1 .auto_keyword {
    position: absolute;
    top: 42px;
    left: 0;
    width: 448px;
    max-height: 168px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.06);
    z-index: 30;
    overflow-y: auto;
    -ms-overflow-y: auto;
}

.sf1 .auto_keyword.my_page {
    top: 45px;
    right: 1px;
}

.sf1 .auto_keyword ul li a {
    font-size: 14px;
    height: 26px;
    padding: 6px 12px;
    color: #333;
    display: block;
    box-sizing: border-box;
}

.sf1 .auto_keyword ul li a:focus, .auto_keyword ul li a:hover, .auto_keyword ul li a:focus, .auto_keyword ul li a:active, .auto_keyword ul li a.on {
    background-color: #f8f9fb;
}

.sf1 .auto_keyword ul li a span {
    color: #4187d0;
}

/* gnb_menu_wrap */
.sf1 .gnb_menu_wrap {
    height: 45px; /* background: #f2f9ff; */
}

.sf1 .gnb_menu_list {
    display: table;
    table-layout: fixed;
    width: 1200px;
    margin: 0 auto; /* padding: 0 26px 0 37px; */
    background: #f2f9ff;
    border-bottom: 1px solid #4187d0;
}

.sf1 .gnb_menu_list .gnb_menu_item {
    display: table-cell;
    text-align: center;
}

.sf1 .gnb_menu_list .gnb_menu_item .gnb_menu_link {
    display: block;
    padding: 14px 0;
    color: #333;
    font-size: 1.6rem;
    box-sizing: border-box;
}

.sf1 .gnb_menu_list .gnb_menu_item.active .gnb_menu_link {
    color: #fff;
    font-weight: 500;
    background: #4187d0;
}

.sf1 .gnb_menu_list .gnb_menu_item.active .gnb_menu_link:before { /* content:""; *//* display:block; *//* width:100%; *//* height:3px; *//* background:#0083cb; *//* position: relative; *//* top: -10px; */
}

.sf1 .gnb_menu_list .btn_sch_detail {
    display: block;
    font-size: 1.6rem;
    color: #185594;
    background-image: url(../img/ico_option_down.png);
    background-repeat: no-repeat;
    background-position: 100px 7px;
    background-size: 10px 6px;
    text-align: center;
    padding-right: 18px;
}

.sf1 .gnb_menu_list .btn_sch_detail.active {
    font-weight: bold;
    background-image: url(../img/ico_option_up.png);
}

.sf1 .detail_box_wrap {
    display: none;
    width: 1200px;
    min-height: 267px;
    padding: 20px 15px 23px 15px;
    background: #fff;
    box-sizing: border-box;
    margin: 0 auto 30px auto;
}

.sf1 .detail_box_wrap.active {
    display: block;
}

.sf1 .inp_list:after {
    content: "";
    display: block;
    clear: both;
}

.sf1 .inp_list + .inp_list {
    margin-top: 15px;
}

.sf1 .inp_list .inp_tit {
    float: left;
    color: #333;
    min-width: 51px;
    line-height: 34px;
    font-weight: bold;
    margin-right: 40px;
}

.sf1 .inp_list .inp_txt {
    width: calc(100% - 91px);
    height: 34px;
    padding: 10px 11px;
    border: 1px solid #d9d9d9;
    background: #fff;
    box-sizing: border-box;
    float: left;
}

.sf1 .inp_list .inp_txt.w130 {
    float: left;
    width: 130px;
}

.sf1 .inp_list .txt {
    float: left;
    display: inline-block;
    margin-left: 5px;
    line-height: 34px;
}

.sf1 .inp_list .txt + .inp_txt.w130 {
    margin-left: 15px;
}

.sf1 .detail_btm_group {
    position: relative;
    margin-top: 13px;
}

.sf1 .detail_btm_group:after {
    content: "";
    display: block;
    clear: both;
}

.sf1 .sf1_btn_reset {
    position: absolute;
    top: 0;
    left: 0;
}

.sf1 .sf1_btn_reset > span:before {
    content: "";
    position: relative;
    top: 5px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/ico_reset.png) 0 0 no-repeat;
    background-size: contain;
    margin-right: 5px;
}

.sf1 .sf1_btn_reset > span {
    color: #666;
}

.sf1 .btn_btm_group {
    text-align: center;
}

.sf1 .btn_btm_group .btn_btm {
    width: 80px;
    height: 30px;
    border-radius: 3px;
    box-sizing: border-box;
    line-height: 28px;
}

.sf1 .btn_btm_group .btn_btm.sch + .btn_btm.close {
    margin-left: 3px;
}

.sf1 .btn_btm_group .btn_btm.sch {
    background: #4187d0;
    color: #fff;
    font-weight: 500;
}

.sf1 .btn_btm_group .btn_btm.sch:before {
    content: "";
    position: relative;
    top: 4px;
    left: -2px;
    display: inline-block;
    width: 21px;
    height: 20px;
    background: url(../img/ico_detail_sch.png) 0 0 no-repeat;
    background-size: contain;
}

.sf1 .btn_btm_group .btn_btm.close {
    color: #555;
    border: 1px solid #dadada;
    background: #fafafa;
    font-weight: 500;
}

.sf1 .btn_btm_group .btn_btm.close > span {
    position: relative;
    top: -1px;
}

.sf1 .btn_btm_group .btn_btm.close:before {
    content: "";
    position: relative;
    top: 4px;
    left: -2px;
    display: inline-block;
    width: 21px;
    height: 20px;
    background: url(../img/ico_detail_close.png) 0 0 no-repeat;
    background-size: contain;
}

/* content_wrap */
.sf1 .total_result {
    width: 100%;
    margin-bottom: 30px;
    font-size: 1.5rem;
    padding: 14px 15px 15px;
    background: #fff;
    box-sizing: border-box;
    text-align: center;
}

.sf1 .total_result .result_txt {
    padding-bottom: 14px;
    border-bottom: 1px solid #eaeaea;
}

.sf1 .total_result .point {
    color: #4187d0;
}

.sf1 .total_result .category_list {
    width: 1000px;
    margin: 14px auto auto;
}

.sf1 .total_result .category_list:after {
    content: "";
    display: block;
    clear: both;
}

.sf1 .total_result .category_list li {
    float: left;
}

.sf1 .total_result .category_list li + li {
    margin-left: 30px;
}

.sf1 .total_result .category_list li:before {
    content: "";
    position: relative;
    top: 10px;
    display: block;
    width: 5px;
    height: 5px;
    background: #ccc;
}

.sf1 .total_result .category_list li > a {
    display: inline-block;
    color: #333;
    margin-left: 8px;
    font-size: 1.4rem;
}

.sf1 .total_result .category_list li > a .num {
    display: inline-block;
    color: #666;
    margin-left: 3px;
}

.sf1 .right_area {
    float: left;
}

.sf1 .detail_cont_box {
    width: 980px;
    background: #fff;
}

.sf1 .detail_cont_box + .detail_cont_box {
    margin-top: 30px;
}

.sf1 .detail_cont_top {
    position: relative;
    padding: 15px 12px 14px;
    width: 100%;
    height: 49px;
    border-bottom: 1px solid #e2e2e2;
    box-sizing: border-box;
}

.sf1 .detail_cont_top .tit {
    font-size: 1.8rem;
    font-weight: 600
}

.sf1 .detail_cont_top .num {
    display: inline-block;
    margin-left: 5px;
    color: #666;
}

.sf1 .detail_cont_top .btn_more {
    position: absolute;
    top: 15px;
    right: 12px;
}

.sf1 .detail_cont {
    padding: 30px 15px;
    box-sizing: border-box;
}

.sf1 .detail_cont .site_box .tit {
    display: block;
    margin-bottom: 10px;
    font-size: 1.6rem;
}

.sf1 .detail_cont .site_box .tit .point {
    color: #4187d0;
}

.sf1 .detail_cont .site_box .site {
    color: #333;
}

.sf1 .detail_cont .site_box + .site_box {
    margin-top: 30px;
}

.sf1 .detail_cont .txt {
    color: #666;
}

.sf1 .detail_cont .txt_cont_box + .txt_cont_box {
    margin-top: 30px;
}

.sf1 .staff_list:after {
    content: "";
    display: block;
    clear: both;
}

.sf1 .staff_list + .staff_list {
    margin-top: 40px;
}

.sf1 .staff_list > li {
    float: left;
    width: calc(33.33% - 49px);
    min-height: 315px;
    padding-right: 24px;
    border-left: 1px dashed #ddd;
}

.sf1 .staff_list > li:first-child {
    border-left: 0;
}

.sf1 .staff_list > li:last-child {
    padding-right: 0;
}

.sf1 .staff_list > li + li {
    padding-left: 24px;
    border-left: 1px dashed #ddd;
}

.sf1 .staff_list .staff_tit {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}

.sf1 .staff_list .team {
    display: block;
    margin-bottom: 8px;
}

.sf1 .staff_list .detail_address {
    font-size: 12px;
}

.sf1 .detail_cont .staff_tel_info {
    margin-top: 15px;
}

.sf1 .detail_cont .staff_tel_info li {
    font-size: 13px;
}

.sf1 .detail_cont .staff_tel_info li:before {
    content: "";
    position: relative;
    top: -3px;
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #ccc;
    margin-right: 10px;
}

.sf1 .detail_cont .staff_tel_info li + li {
    margin-top: 8px;
}

.sf1 .detail_cont .work_list {
    margin-top: 15px
}

.sf1 .detail_cont .work_list li {
    font-size: 13px;
    line-height: 1.6;
}

.sf1 .txt_cont_box .txt_top:after {
    content: "";
    display: block;
    clear: both;
}

.sf1 .txt_cont_box .txt_top .txt_tit {
    float: left;
    font-size: 1.6rem;
    line-height: 1.2;
    color: #333;
    width: calc(100% - 240px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sf1 .txt_cont_box .txt_info_box {
    float: right;
    position: relative;
    top: 2px;
}

.sf1 .txt_cont_box .txt_info_box .tit, .txt_cont_box .txt_info_box .cont {
    float: left;
    font-weight: bold;
}

.sf1 .txt_cont_box .txt_info_box .tit, .txt_cont_box .txt_info_box .cont span {
    font-weight: bold;
}

.sf1 .txt_cont_box .txt_info_box .tit {
    font-weight: bold;
}

.sf1 .txt_cont_box .txt_info_box .tit + .cont:after {
    content: ":";
    display: block;
    float: left;
    color: #333;
    margin: 0 4px;
}

.sf1 .txt_cont_box .txt_info_box .cont + .tit {
    margin-left: 15px;
}

.sf1 .txt_cont_box .txt_cont {
    margin-top: 8px;
    line-height: 1.5;
    color: #555;
}

.sf1 .txt_cont_box .txt_cont .point {
    color: #4187d0;
}

.sf1 .tab_menu_list {
    position: absolute;
    top: 1px;
    right: 0;
    display: table;
    table-layout: fixed;
}

.sf1 .tab_menu_list .tab_menu_item {
    display: table-cell;
    text-align: center;
}

.sf1 .tab_menu_list .tab_menu_item + .tab_menu_item:before {
    content: "";
    float: left;
    position: relative;
    top: 2px;
    width: 1px;
    height: 12px;
    background: #bcbcbc;
    margin: 0 6px;
    vertical-align: top;
}

.sf1 .tab_menu_list .tab_menu_item .tab_menu_link {
    color: #333;
    font-size: 1.3rem;
}

.sf1 .tab_menu_list .tab_menu_item .tab_menu_link:hover, .tab_menu_list .tab_menu_item .tab_menu_link:active, .tab_menu_list .tab_menu_item.active .tab_menu_link {
    color: #1287ef;
    font-weight: bold;
}

.sf1 .tab_menu_list.cont {
    margin-top: 20px;
    border-radius: 5px;
}

.sf1 .tab_menu_list.cont .tab_menu_item .tab_menu_link {
    height: 65px;
    padding: 12px 0 13px;
    background: #f8f8f8;
    box-sizing: border-box;
}

.sf1 .tab_cont {
    display: none;
}

.sf1 .tab_cont.active {
    display: block;
}

.sf1 .gnb_cont_search {
    display: none;
}

.sf1 .gnb_cont_search.active {
    display: block;
}

.sf1 .paging {
    text-align: center;
    padding-top: 40px;
}

.sf1 .paging .num {
    display: inline-block;
    width: 35px;
    height: 26px;
    line-height: 25px;
    color: #888;
    margin-left: 2px;
    vertical-align: top;
    box-sizing: border-box;
}

.sf1 .paging .click, .paging .num:hover {
    color: #4187d0;
    border: 1px solid #4187d0;
    font-weight: 500;
}

.sf1 .paging .prev {
    display: inline-block;
    background: url(../img/btn_prev.png) center no-repeat;
    background-size: 12px;
    margin-left: 0;
}

.sf1 .paging .next {
    display: inline-block;
    background: url(../img/btn_next.png) center no-repeat;
    background-size: 12px;
}

.sf1 .paging .num.start {
    display: inline-block;
    background: url(../img/btn_start.png) center no-repeat;
    background-size: 12px;
    margin-left: 0;
}

.sf1 .paging .num.end {
    display: inline-block;
    background: url(../img/btn_end.png) center no-repeat;
    background-size: 12px;
    margin-left: 0 !important;
}

.sf1 .paging .prev:hover, .paging .start:hover, .paging .next:hover, .paging .end:hover {
    border: none;
}

.sf1 .left_area {
    float: right;
    width: 190px;
    padding: 20px 15px;
    background: #fff;
    box-sizing: border-box;
}

.sf1 .area_box + .area_box {
    margin-top: 30px;
}

.sf1 .area_top {
    position: relative;
}

.sf1 .area_top:after {
    content: "";
    display: block;
    clear: both;
}

.sf1 .area_top .depth1 {
    float: left;
    font-size: 1.6rem;
    font-weight: bold;
    color: #333;
}

.sf1 .rank_list {
    clear: both;
    padding-top: 20px;
}

.sf1 .rank_list li + li {
    margin-top: 13px;
}

.sf1 .rank_list li:after {
    content: "";
    display: block;
    clear: both;
}

.sf1 .rank_list li .rank_num {
    float: left;
    min-width: 16px;
    color: #888;
    margin-right: 7px;
    text-align: center;
}

.sf1 .rank_list li .rank_num.top {
    color: #1287ef;
    font-weight: bold;
}

.sf1 .rank_list li a {
    float: left;
    color: #333;
    width: calc(100% - 55px);
    vertical-align: top;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sf1 .rank_list li .rank_stay, .rank_list li .rank_up, .rank_list li .rank_down, .rank_list li .rank_new {
    float: right;
    font-size: 1.2rem;
    color: #666;
}

.sf1 .rank_list li .rank_up:before {
    content: "";
    float: left;
    display: block;
    position: relative;
    top: 0;
    width: 14px;
    height: 14px;
    background: url(../img/ico_rank_up.png) 0 0 no-repeat;
    background-size: contain;
}

.sf1 .rank_list li .rank_down:before {
    content: "";
    float: left;
    display: block;
    position: relative;
    top: 0;
    width: 14px;
    height: 14px;
    background: url(../img/ico_rank_down.png) 0 0 no-repeat;
    background-size: contain;
}

.sf1 .rank_list li .rank_new {
    color: #df1616;
}

.sf1 .sch_word_list {
    margin-top: 20px;
}

.sf1 .sch_word_list li:before {
    content: "";
    float: left;
    position: relative;
    top: 6px;
    display: block;
    width: 5px;
    height: 5px;
    margin-right: 10px;
    background: #ccc;
}

.sf1 .sch_word_list li {
    position: relative;
}

.sf1 .sch_word_list li + li {
    margin-top: 13px;
}

.sf1 .sch_word_list .cont_close {
    position: relative;
    top: -1px;
}

.sf1 .sch_word_list .word_link {
    color: #333;
    display: inline-block;
    max-width: calc(100% - 35px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sf1 .sch_word_list .word_link {
    color: #333;
    display: inline-block;
    max-width: calc(100% - 35px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sf1 .area_box + .area_box {
    margin-top: 30px;
}

.sf1 .area_top {
    position: relative;
}

.sf1 .area_top:after {
    content: "";
    display: block;
    clear: both;
}

.sf1 .area_top .depth1 {
    float: left;
    font-size: 1.6rem;
    font-weight: bold;
    color: #333;
}

.sf1 .rank_list {
    clear: both;
    padding-top: 20px;
}

.sf1 .rank_list li + li {
    margin-top: 13px;
}

.sf1 .rank_list li:after {
    content: "";
    display: block;
    clear: both;
}

.sf1 .rank_list li .rank_num {
    float: left;
    min-width: 16px;
    color: #888;
    margin-right: 7px;
    text-align: center;
}

.sf1 .rank_list li .rank_num.top {
    color: #1287ef;
    font-weight: bold;
}

.sf1 .rank_list li a {
    float: left;
    color: #333;
    width: calc(100% - 55px);
    vertical-align: top;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sf1 .rank_list li .rank_stay, .rank_list li .rank_up, .rank_list li .rank_down, .rank_list li .rank_new {
    float: right;
    font-size: 1.2rem;
    color: #666;
}

.sf1 .rank_list li .rank_up:before {
    content: "";
    float: left;
    display: block;
    position: relative;
    top: 0;
    width: 14px;
    height: 14px;
    background: url(../img/ico_rank_up.png) 0 0 no-repeat;
    background-size: contain;
}

.sf1 .rank_list li .rank_down:before {
    content: "";
    float: left;
    display: block;
    position: relative;
    top: 0;
    width: 14px;
    height: 14px;
    background: url(../img/ico_rank_down.png) 0 0 no-repeat;
    background-size: contain;
}

.sf1 .rank_list li .rank_new {
    color: #df1616;
}

.sf1 .sch_word_list {
    margin-top: 20px;
}

.sf1 .sch_word_list li:before {
    content: "";
    float: left;
    position: relative;
    top: 6px;
    display: block;
    width: 5px;
    height: 5px;
    margin-right: 10px;
    background: #ccc;
}

.sf1 .sch_word_list li {
    position: relative;
}

.sf1 .sch_word_list li + li {
    margin-top: 13px;
}

.sf1 .sch_word_list .cont_close {
    position: relative;
    top: -1px;
}

.sf1 .sch_word_list .word_link {
    color: #333;
    display: inline-block;
    max-width: calc(100% - 35px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sf1 .detail_cont .work_list li .point {
    font-size: 13px;
    color: #4187d0;
}

.sf1 .staff_list .staff_tit .point {
    font-size: 16px;
    font-weight: bold;
    color: #4187d0;
}

/* media */
@media (min-width: 360px) and (max-width: 768px) {
    .sf1 .wrapper.pc {
        display: none;
    }

    .sf1 .content_top.mobile {
        display: none;
        right: 10px;
        bottom: 29px;
    }

    .sf1 .wrapper.mobile {
        display: block;
        overflow: hidden;
    }

    .sf1 .m_header_wrap {
        width: 100%;
        height: 111px;
        padding: 18px 16px 20px 16px;
        box-sizing: border-box;
        background: #fff;
    }

    .sf1 .sch_box {
        clear: both;
        width: 100%;
    }

    .sf1 .sch_opt {
        width: 100%;
        margin-left: 0;
    }

    .sf1 .sch_opt .chk_box.sch {
        margin-right: 0;
    }

    .sf1 .m_header_wrap .auto_keyword {
        display: block;
        width: calc(100% - 36px);
        top: 60px;
        left: 16px;
        right: 16px;
        z-index: 150;
    }

    .sf1 .m_gnb_tab {
        position: relative;
        border-bottom: 1px solid #4187d0;
        background: #f2f9ff;
    }

    /*
    .sf1 .m_gnb_tab .gnb_tab_inner:after{content:"";position:absolute;top:0;right:0;bottom:0;width: 53px;
    background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),color-stop(65%,#f2f9ff));
    background: -webkit-linear-gradient(left,rgba(242,249,255,0),#f2f9ff 65%);
    background: linear-gradient(to right,rgba(242,249,255,0),#f2f9ff 65%);
    pointer-events: none;}
    */
    .sf1 .m_gnb_tab .gnb_tab_inner {
        overflow: hidden;
        overflow-x: auto;
    }

    .sf1 .m_gnb_tab .gnb_tab_inner .menu_scroll {
        position: relative;
        background: #f2f9ff;
    }

    .sf1 .m_gnb_tab .gnb_tab_inner .last_data {
        position: absolute;
        top: 0;
        right: 0;
        height: 42px;
        padding: 0 18px;
        line-height: 42px
    }

    .sf1 .m_gnb_tab .menu .bx {
        display: inline-block;
        height: 45px;
        position: relative;
        vertical-align: top;
        box-sizing: border-box;
    }

    .sf1 .m_gnb_tab .menu .bx:last-child a {
        margin-right: 40px;
    }

    .sf1 .m_gnb_tab .menu .bx a {
        display: block;
        position: relative;
        font-size: 16px;
        padding: 14px 16px 15px;
        color: #333;
        text-align: center;
        box-sizing: border-box;
    }

    .sf1 .m_gnb_tab .menu .bx a .m {
        display: inline-block;
        height: 100%;
        -webkit-box-sizing: border-box;
        vertical-align: top;
    }

    .sf1 .m_gnb_tab .menu .bx a.on {
        color: #fff;
        font-weight: 500;
        background: #4187d0;
    }

    /*
    .sf1 .btn_m_detail{position:absolute;top: 10px;right:8px;display:block;width:24px;height:24px;background-image: url(../img/ico_m_detail_down.png);background-size:contain;z-index: 100;}
    .sf1 .btn_m_detail.active{background-image: url(../img/ico_m_detail_up.png);}
    */
    .sf1 .btn_m_detail {
        position: absolute;
        top: 71px;
        color: #333;
        left: 113px;
        display: block;
        height: 18px;
        background-size: contain;
        z-index: 100;
        font-size: 1.4rem;
    }

    .sf1 .btn_m_detail.active {
        color: #4187d0;
        font-weight: bold;
    }

    .sf1 .btn_m_detail:before {
        content: "";
        float: left;
        position: relative;
        top: 0;
        width: 1px;
        height: 16px;
        background: #bcbcbc;
        margin: 0 9px 0 10px;
        vertical-align: top;
    }


    .sf1 .content_wrap {
        padding-top: 20px;
    }

    .sf1 .container {
        width: 100%;
    }

    .sf1 .total_result {
        padding: 12px 16px 13px;
    }

    .sf1 .total_result .result_txt {
        padding-bottom: 11px;
    }

    .sf1 .total_result .category_list {
        width: 100%;
    }

    .sf1 .total_result .category_list li {
        min-width: 33.33%;
        text-align: left;
        /*margin-right: 5px;*/
    }

    .sf1 .total_result .category_list li + li {
        margin: 9px 0 0 0;
    }

    .sf1 .total_result .category_list li.mt0 {
        margin-top: 0;
    }

    .sf1 .right_area {
        width: 100%;
    }

    .sf1 .detail_cont_box {
        width: 100%;
    }

    .sf1 .detail_cont {
        padding: 20px 16px;
    }

    .sf1 .detail_cont_top {
        padding: 16px 16px 13px;
    }

    .sf1 .staff_list > li {
        width: 100%;
        float: none;
        min-height: 0;
        padding: 0 0 20px 0;
    }

    .sf1 .staff_list > li + li {
        border-left: 0;
        border-top: 1px dashed #ddd;
        padding: 20px 0;
    }

    .sf1 .staff_list > li:last-child {
        padding-bottom: 0;
    }

    .sf1 .txt_cont_box .txt_top .txt_tit {
        float: none;
        display: block;
        width: 100%;
        margin-bottom: 9px;
    }

    .sf1 .txt_cont_box .txt_info_box {
        float: none;
    }

    .sf1 .detail_cont .site_box + .site_box {
        margin-top: 15px;
    }

    .sf1 .detail_cont .site_box .site {
        font-size: 1.3rem;
        line-height: 1.5;
    }

    .sf1 .detail_cont .txt_cont_box + .txt_cont_box {
        margin-top: 19px;
    }

    .sf1 .detail_box_wrap.mobile {
        display: none;
        padding: 18px 15px 9px 16px;
        width: 100%;
        margin: 0 auto 20px auto;
    }

    .sf1 .detail_box_wrap.mobile.active {
        display: block;
    }

    .sf1 .inp_list .inp_tit {
        margin-right: 20px;
    }

    .sf1 .inp_list .inp_txt {
        width: calc(100% - 71px);
    }

    .sf1 .chk_wrap {
        float: left;
        width: calc(100% - 71px);
    }

    .sf1 .inp_area .chk_box {
        width: 33.33%;
    }

    .sf1 .inp_area .chk_box + .chk_box {
        margin: 13px 0 0 0;
    }

    .sf1 .inp_area .chk_box + .chk_box.mt0 {
        margin-top: 0;
    }

    .sf1 .inp_list .inp_txt.w130 {
        width: 100px;
    }

    .sf1 .inp_list .txt + .inp_txt.w130 {
        margin-left: 10px;
    }

    .sf1 .detail_cont .work_list li .point {
        font-size: 13px;
        color: #4187d0;
    }

    .sf1 .staff_list .staff_tit .point {
        font-size: 16px;
        font-weight: bold;
        color: #4187d0;
    }
}

