@charset "utf-8";
/*-------------   경쟁점포   ------------- */
.comp_store{
    background: url(/images/spade/comp_store.svg)0 0 no-repeat;
    background-size: 38px;
    background-position: left;
    margin-left: 7px;
    text-indent: 55px;
    position: relative;
    height: 30px;
    line-height: 32px;
    font-size: 15px!important;
}
.comp_store::before{
	top: 32px;
    left: 18px;
}
.comp_store::before, .comp_distance::before{
	content: "";
    position: absolute;
    width: 3px;
    height: 42px;
    background: #a5a5a5;
}
.comp_info{
	display:flex;
	align-items:center;
	height:53px;
	position:relative;
}
.comp_info::before{
	content:"";
	position:absolute;
	width:296px;
	border-bottom:1px dashed #dcdcdc;
	top:0;
	right:0;
}
.comp_info:last-child{
	border-bottom:1px solid #dcdcdc;
}
.comp_distance{
	width: 50px;
    height: 24px;
    border: 2px solid #3386FF;
    border-radius: 30px;
    line-height: 23px;
    font-size: 11px;
    text-align: center;
    position: relative;
    z-index: 1;
    background: #fff;
    font-weight: 500;
    color: #505050;
}
.comp_distance::before{
	top: 22px;
    left: 23px;
}
.comp_info:last-child .comp_distance::before{
	display:none!important;
}
.comp_detail{
	margin-left: 15px;
    font-size: 13px;
    line-height: 17px;
}
.comp_detail p:nth-child(2){
	font-size:12px;
	color:#777777
}
.cont_padding .comp_info:nth-child(5){
	    border-bottom: 1px solid #ededed;
}
.cont_padding .comp_info:nth-child(5) .comp_distance::before {
	display:none!important;
}
/*검색창*/
.search_autocomplete {
	position: absolute;
	top: 66px;
	z-index: 1;
	background:#fff;
	border:2px solid #4f95d8;
	border-top:1px solid #4f95d8;
	width:336px;
	padding:10px;
	padding-top:5px;
	text-align: left;
	line-height:160%;
	left:18px;
	min-width:336px;
}

.search_autocomplete .autocomplete_a {
	display:block; 
	overflow:hidden; 
	text-decoration:none; 
	vertical-align:top; 
	zoom:1;
}

.search_autocomplete .autocomplete_txt {
	position:relative; 
	overflow:hidden; 
	max-width:100%; 
	padding-right:2px; 
	white-space:nowrap; 
	text-overflow:ellipsis; 
	vertical-align:top;
}

.search_autocomplete .autocomplete_txt strong {
	color:#2D74C6;
}
/*검색창 끝*/

.row_over_display_none_active:last-child .tip_area{
	display:none;
}
.row_over_display_none_active:first-child .tip_area{
	display:block;
}
.section.sub .content:last-child{
	padding-bottom:15px;
}

.content .btn_long{
	margin-bottom:0;
}

.back{background:#fff;}

.content.snb_on, .content.snb_off {
	padding-top:0;
}

.content.snb_on .snb{
	display:block;
}

.content.snb_off .snb{
	display:none;
}
/*
#candidateSiteSection{
	display:none;
}
*/
/*
#areaSearchSection{
	display:block;
}
*/


/*서비스 소개*/
.clearFix::after {
    display: block;
    content: '';
    clear: both;
}
.service_sec figure{
	text-indent:0;
}
.service_sec figure p{
	font-size:16px;
}
.service_3 .txt_inner p{
	font-size:16px;
}
.ttl_area p {
    font-size: 16px;
}
.container{
	padding-top:0!important;
}
.service_wrap > .inner {
    max-width: 1070px;
    width: 100%;
    margin: 0 auto;
    padding: 70px 20px;
    box-sizing: border-box;
    position: relative;
}
.service_sec{
    overflow:hidden;
    color:#111;
}
.service_sec .service {

    box-sizing: border-box;
    width: 100%;
    position: relative;
}

.service_sec h3 {
    position: absolute;
    left: 0%;
    top: 0px;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
    transform: translate(-140px, 5px);
}

.service_sec h3::after {
    content: '';
    height: 3px;
    width: 100%;
    background: #333F48;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.service_sec h4 {
    font-size: 29px;
    font-weight: 700;
    word-break: keep-all;
}

.service_sec h5 {
    font-size: 16px;
    font-weight: bold;
}


.service .ttl_area p {
    color: #8B8B8B;
    max-width: 900px;
}
.service p{word-break: keep-all;}
/*service_1*/
.service_1 .service_wrap:first-of-type .ttl_area {
    color: #7BBEFA;
    margin-bottom: 30px;
}

.service_1 .ttl_area p {
    font-size: 13px;
    color: #7BBEFA;
}

.service_1 .service_wrap:first-of-type {
    /*
    background: url(/images/main/service/img_service0_0.png);
    */
    background-size: cover;
    background-position: center center;
    width:100%;
}

.service_1 .service_wrap:last-of-type {
    background: #F0F0F0;
}

.service_1 h4 b {
    font-size: 78px;
    font-weight: bold;
    margin-right: 10px;
}

.service_1 .service_wrap:first-of-type .cnt_area {
    width: 100%;
    margin-left: -10px;
    margin-right: -10px;
}

.service_1 .cnt_area > div {
    display: inline-block;
    max-width: 250px;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    vertical-align: top;
    color: #fff;
    font-size: 13px;
}

.service_1 .cnt_area p {
    color: #fff;
    margin-top: 10px;
    word-break: keep-all;
    font-weight: 300;
    font-size: 13px;
}

.service_sec .service_1 h3 {
    color: #fff;
}

.service_sec .service_1 h3::after {
    background: #fff;
}

.service_1 ul.cnt_area {

    margin-left: -5px;
    margin-right: -5px;
}

.service_1 ul.cnt_area li {
    width: 25%;
    float: left;
    padding: 0 5px;
}

.service_1 ul.cnt_area li figure {
    width: 100%;
}

.service_1 ul.cnt_area li figure img {
    width: 100%;
}

.service_1 ul.cnt_area li h5 {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.service_1 ul.cnt_area li h5::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #333F48;
}

.service_1 ul.cnt_area figure {
    margin-bottom: 10px;
}

/*service_2*/


.service_2 h4 {
    margin-bottom: 10px;
}

.service_2 .ttl_area {
    margin-bottom: 30px;
}

.service_2 .service_wrap > .inner {
    border-bottom: 1px solid #EDEDED;
}

.service_2 .service_wrap .cnt_wrap {
    float: left;
    width: 50%;
}

.service_2 .node_wrap {
    padding-left: 15px;
}

.service_2 .node_wrap li {
    padding: 30px;
    box-sizing: border-box;
    background: #F0F0F0;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.service_2 .node_wrap li::after {
    display: block;
    content: '';
    clear: both;
}

.service_2 .node_wrap li figure {
    width: 50%;
    float: left;
    text-align: Center;
    font-weight: bold;
    text-indent: 0;
}

.service_2 .node_wrap li figure img {
    margin: 0 auto;
}

.service_2 .node_wrap li figure p {
    text-align: center;

}

.service_2 .node_wrap li > p {
    width: 50%;
    float: left;
    line-height: 160%;
    font-size: 14px;
    word-break: keep-all;
}

.service_2 .node_wrap li > p > small {
    color: #9A9A9A;
    display: block
}

.service_2 .cnt_wrap.up .cnt_inner {
    background: #FFF4F0;
}

.service_2 .cnt_wrap.down .cnt_inner {
    background: #F2FDFF;
}

.service_2 .monitor .cnt_area {
    margin-left: -5px;
    margin-right: -5px;
}

.service_2 .monitor .cnt_wrap {
    padding: 0 5px;
}

.service_2 .monitor .cnt_wrap .cnt_inner {
    padding: 25px;
    box-sizing: border-box;
}

.service_2 .cnt_wrap h5 {
    margin-bottom: 20px;
    font-size: 24px;
    position: relative;
}

.service_2 .monitor h5 {
    margin-top: -10px;
}

.service_2 .cnt_wrap.up h5 {
    color: #BF5031;
}

.service_2 .cnt_wrap.down h5 {
    color: #3C67BA;
}

.service_2 .monitor h5 b {
    font-size:52px;
    padding-right: 10px;
    font-weight: 500;
        vertical-align: -3px;
}

.service_2 .monitor .cnt_wrap h5::after {
    content: '';
    display: block;
    width: 57px;
    height: 57px;
    position: absolute;
    right: 0px;
    bottom: 3px;

}

.service_2 .cnt_wrap.up h5::after {
	/*
    background: url(../img/service/img_service_up.png);
	*/
}

.service_2 .cnt_wrap.down h5::after {
	/*
    background: url(../img/service/img_service_down.png);
	*/
}

.service_2 .monitor ul {
    margin-left: -5px;
    margin-right: -5px;
}

.service_2 .monitor li {

    margin-bottom: 10px;
    padding: 0 5px;
}

.service_2 .monitor li b {
    display: block;
    height: 40px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
}

.service_2 .monitor li p {
    padding: 15px;
    color: #BF8170;
    text-align: center;
    height: 70px;
    font-size: 15px;
}

.service_2 .cnt_wrap.up li b {
    background: #E2A291;
}

.service_2 .cnt_wrap.up li p {
    background: #FFE7E0;
}

.service_2 .cnt_wrap.down li b {
    background: #9DC0DE
}

.service_2 .cnt_wrap.down li p {
    background: #E4F4FB;
    color: #81A0BE
}

.service_2 {
    margin-bottom: 70px;
}
.service_2 .mo{display: none;}

/*service_3*/
.service_3 h3 {
    top: 70px;
}

.service_3 span {
    font-family: 'roboto', sans-serif;
}

.service_3 .num {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    display: block;
    background: #333F48;
    color: #fff;
    margin-bottom: 40px;
    font-size: 44px;
    font-weight: 100;
}

.service_3 h5 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}

.service_3 .txt_inner p {
    margin-bottom: 10px;
    padding-left: 10px;
    position: relative;
}

.service_ex li {
    margin-left: -5px;
    margin-right: -5px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #EDEDED;
}

.service_ex li:last-child {
    border-bottom: 0;
    padding-bottom:0;
}

.service_ex li::after {
    display: block;
    content: '';
    clear: both;
}

.service_ex li > div {
    float: left;
    width: 50%;
    padding: 0 5px;
}

.service_3 .txt_inner {
    padding-right: 50px;
}

.service_3 .txt_inner p {
    box-sizing: border-box;
    vertical-align: bottom;
}

.service_3 .txt_inner p::before {
    content: '';
    width: 7px;
    height: 7px;
    background: #3D98E5;
    border-radius: 5px;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
}

.service_3 .txt_inner p span {
    color: #3D98E5;
    font-family: 'noto sans kr', sans-serif
}

.service_ex .img_area {
    position: relative;
}

.service_ex .img_area .pos {
    position: absolute;
    top: 50px;
    right: -100px;
    width: auto;
}

@media screen and (max-width:1670px) {}


/* 작은 데스크탑 모니터 & 태블릿 가로 모드 */
@media screen and (max-width: 1395px) {
    .report_body .contents li {
        width: calc(25% - 25px);
        max-width: none;
    }

    .report_body .contents li figure img {
        width: 100%;
    }

    .sort.is_active {
        right: 12px;
        margin-right: 0;
    }

    .service_sec h3 {
        transform: translateY(-40%);
    }

    .service_sec .service_3 h3 {
        transform: translate(15px, -170%);
    }

    .service .ttl_area.has_h3 {
        padding-top: 30px;
    }
    .service_ex .img_area .pos {
           right: -20px;
    width: 140px;
        top:110px;
    }
}

/* 태블릿 세로 모드 */
@media screen and (max-width:1055px) {
    .report_body .contents li {
        width: calc(33.33% - 25px);
    }

    
}

@media screen and (max-width: 1024px) {
    .node_wrap li .close_btn {
        display: block;
    }
     .service_2 .node_wrap li{
        padding:20px;
    }
    .service_ex .img_area .pos{
        right:5px;
    }
    
}

@media screen and (max-width: 990px) {
    .service .service_wrap .cnt_wrap{
        width: 100%;
        float: none;
    }
    .service_2 figure{
        margin-bottom:20px;
    }
    .service_2 figure img{
        margin:0 auto;
    }
    .service_2 .node_wrap{
        padding-left:0;
    }
}
@media screen and (max-width:882px) {
    .chart_info .legend_group.info {
        float: left;
    }
   
}

@media screen and (max-width:820px) {
.service_1 .service_wrap:first-of-type {
    background: url(../img/service/img_service0_0m.png);
    background-size: cover;
    background-position: center center;
    }
   
    .service_ex li > div {
        width: 100%;
        float: none;
    }

    .service_3 .txt_area,
    .service_wrap .cnt_wrap {
        margin-bottom: 20px;
    }

    
    .img_area img {
        margin: 0 auto
    }

    .service_ex .img_area .pos {
        left: 50%;
        margin-left: 100px;
        width: 180px;
    }

    .service_1 ul.cnt_area li {
        width: 50%;
        margin-bottom:30px;
    }

    .service_1 ul.cnt_area li:nth-child(3) {
        clear: both;
    }
    
}
@media screen and (max-width:800px) {
    .chart_info .legend_group.info {
        float: right;
    }
    .service_wrap > .inner {
        padding: 50px 20px;
    }
 .service_3 .service_wrap > .inner {
        padding-top: 80px;
    }
    .service_2{
        margin-bottom:40px;
    }
}

/* 태블릿 이하 */
@media screen and (max-width: 767px) {}

@media screen and (max-width: 720px) {
    .board_head > div {
        float: none;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .board_head .lnb {
        padding-left: 0;
        margin-bottom: 10px;
    }

    .dashboard .board_box {
        padding: 0;
    }

    .service_1 h4 {
        margin-bottom: 20px;
    }

    .service_1 h4 b {
        display: block;
    }

}

@media screen and (max-width:600px) {}

/* 모바일  */
@media screen and (max-width:500px) {
    
    .report_body .contents li {
        width: calc(50% - 25px);
    }

    .tab_inner .tab a {
        height:37px;
    }

    .chart_info .legend_group.info {
        float: left;
    }

    .service .grid > .col.col_6 {
        width: 100%;
    }

    .service_ex li {}

    .service_2 {
        margin-bottom: 0;
    }

    
    .service_sec .service_3 h3 {
        transform: translate(15px, -130%);
    }

   

    .service_ex .img_area .pos {
      width: 120px;
    top: 70px;
    left: 45%;
  }

    .service_1 ul.cnt_area li {
        width: 100%;
        float: none;
    }
    .service_2 .node_wrap{
        padding-left:0;
    }
    .service_2 .node_wrap li{
        display:block;
        
    }
    .service_2 .node_wrap li > p{width:100%;float:none;text-align:center;word-break: keep-all;}
    .service_2 .node_wrap li > figure{
        width:100%;float:none;
        margin-bottom:5px;
    }
    .service_2 .monitor .cnt_wrap h5::after{
        opacity:0.3;
    }
    .service_1 h4 b{
        font-size:50px;
    }
    .service_sec h4{
        font-size:24px;
    }
    .service_sec h3{
        font-size:16px;
    }
    .ttl_area p{
        font-size:14px;
    }
    .service_3 .txt_inner{
        padding-right:0;
    }
    .service_3 .num{
        margin-bottom:20px;
    }
    .service_3 .txt_inner p::before{
        top:7px;
        width:5px;
        height:5px;
    }
    .service_3 .num{
        width:40px;
        height:40px;
        line-height:40px;
        font-size:30px;
        margin-bottom:10px;
    }
    .service_2 .pc{display:none;}
    .service_2 .mo{display:block;}
}

@media screen and (max-width:375px) {
    .service_ex .img_area .pos {
        left:32%;
    }
    .service_2 .monitor .cnt_wrap h5::after{
        bottom:5px;
    }
}

@media screen and (max-width:320px) {}
