@charset "utf-8";
/*비밀번호확인page*/
.centerLayer {

	width:90%;
	margin:0 auto;
}

.centerLayer .popTitle{
    width: 100%;
    background: #fff;
    border: 1px solid #eee;
    font-size: 14px;
    padding: 10px 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    z-index: 5;
}
.centerLayer .popTxt{
    padding: 20px;
    box-sizing: border-box;
}
.centerLayer .popTxt h3{
    display: block;
    font-size: 21px;
    font-weight: 500;
    box-sizing: border-box;
}
.centerLayer .popTxt p{
    display: block;
    color: #666;
    box-sizing: border-box;
}
.centerLayer .popTxt .popTxt-btn-block{
    display: block;
    margin-top: 20px;
}
.centerLayer .popTxt .popTxt-btn-block .popTxt-btn{
    background: url(/findpro/images/ico-ruler2.svg) 14px 50% no-repeat #357F31;
    background-size: 24px auto;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 10px 10px 10px 44px;
    box-sizing: border-box;
}
.centerLayer .popTxt .popTxt-btn-block .popTxt-btn-proc{
    background: #357F31;
    background-size: 24px auto;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}

.centerLayer .popTxt .popTxt-btn-block .popTxt-btn-cancel{
    background: #fff;
	border:1px solid #679214;
    background-size: 24px auto;
    border-radius: 4px;
    color: #679214;
    font-size: 14px;
    text-align: center;
    padding: 9px;
    box-sizing: border-box;
}

.centerLayer .contents-input-wrap{
    display: block;
    padding: 30px 10px;
}
.centerLayer .contents-input-wrap + .contents-input-wrap{
    border-top: 1px solid #ddd;
}
.centerLayer .contents-input-wrap .contents-input-title{
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.centerLayer .contents-input-wrap .contents-select-wrap{
    width: 100%;
    display: flex;
    justify-content: start;
    box-sizing: border-box;
}
.centerLayer .contents-input-wrap .contents-select-wrap h5{
    width: 120px;
    font-size: 1.1em;
    line-height: 40px;
    font-weight: 500;
    display: block;
    box-sizing: border-box;
}
.centerLayer .contents-input-wrap .contents-select-wrap span{
    color: #FF0008;
}
.centerLayer .contents-input-wrap .contents-select-wrap .input-box {
	width:calc(100% - 120px);
}
.centerLayer .btn-wrap.between {
	justify-content:end !important;
}

/*센터팝업*/
.centerPop{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    z-index: 1600;
}
.centerPop.on{
    visibility: visible;
    opacity: 1;
}
.centerPop.on .dark{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.7);
}
.centerPop .content{
    position: fixed;
    transform: translate(-50%,-50%);
    top: -100%;
    left: 50%;
    width: 90%;
    max-width: 720px;
    background: #fff;
    z-index: 1550;
    transition: .3s;
    margin: 0 auto;
    max-height: 96vh;
    overflow-y: auto;
    border-radius: 0;
}
.centerPop.on .content{
    top: 50%;
}

.centerPop .popTitle{
    width: 100%;
    background: #fff;
    border: 1px solid #eee;
    border-bottom: none;
    font-size: 14px;
    padding: 10px 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    z-index: 5;
}
.centerPop .popTxt{
    padding: 20px;
    box-sizing: border-box;
}
.centerPop .popTxt h3{
    display: block;
    font-size: 21px;
    font-weight: 500;
    box-sizing: border-box;
}
.centerPop .popTxt p{
    display: block;
    color: #666;
    box-sizing: border-box;
}
.centerPop .popTxt .popTxt-btn-block{
    display: block;
    margin-top: 20px;
}
.centerPop .popTxt .popTxt-btn-block .popTxt-btn{
    background: url(/findpro/images/ico-ruler2.svg) 14px 50% no-repeat #357F31;
    background-size: 24px auto;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 10px 10px 10px 44px;
    box-sizing: border-box;
}
.centerPop .popTxt .popTxt-btn-block .popTxt-btn-proc{
    background: #357F31;
    background-size: 24px auto;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}

.centerPop .popTxt .popTxt-btn-block .popTxt-btn-cancel{
    background: #fff;
	border:1px solid #679214;
    background-size: 24px auto;
    border-radius: 4px;
    color: #679214;
    font-size: 14px;
    text-align: center;
    padding: 9px;
    box-sizing: border-box;
}
/* 공통 */
.container{
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
	background:#fff;
}
/* quick */
.quick{
    position: fixed;
    top: 70%;
    transform: translateY(-50%);
    right: 10px;
    display: flex;
    flex-direction: column;
    z-index: 1000
}
.quick > a{
    width: 74px;
    height: 74px;
    padding-top: 1.6em;
    font-size: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.quick > a.kakao{
    position: relative;
    padding-top: 2em;
    border-radius: 10px 10px 0 0;
    border: 1px solid rgba(0,0,0,.1);
    border-bottom: none;
    background: #FAE104;
}
.quick > a.kakao::after{
    content: '';
    position: absolute;
    left: 50%;
    top: calc(50% - 14px);
    width: 34px;
    height: 34px;
    transform: translate(-50%,-50%);
    background: url(/findpro/images/ico-kakao.svg) 50% no-repeat;
    background-size: 34px auto;
}
.quick > a.top{
    position: relative;
    border-radius: 0 0 10px 10px;
    border: 1px solid rgba(0,0,0,.1);
    border-top: none;
    background: #fff;
    cursor: pointer;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.06);
}
.quick > a.top::after{
    content: '';
    position: absolute;
    left: 50%;
    top: calc(50% - 14px);
    width: 34px;
    height: 34px;
    transform: translate(-50%,-50%);
    background: url(/findpro/images/ico-top.svg) 50% no-repeat;
    background-size: 14px auto;
}
/* header-pc */
.nav.mobile{
    display: none;
}
.header-pc{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    /*padding: 10px 0;*/
    background: rgba(255,255,255,.8);
    z-index: 999;
    box-sizing: border-box;
}
.header-pc.on{
    height: auto;
    background: rgba(255,255,255,1);
}
.header-pc.scroll{
    height: 70px;
}
.header-pc .container{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
    z-index: 999;
    box-sizing: border-box;
}
.header-pc.scroll .container{
    height: 54px;
} 
.header-pc .logo,.header-pc .m-logo{
    width: 6vw;
    display: inline-flex;
    /*background: url(/findpro/images/udal-logo.png) 50% no-repeat;
    background-size: contain;*/
    box-sizing: border-box;
}
.header-pc .m-logo{
    display: none;
}
.header-pc .mobile-btn{
    display: none;
    position: relative;
    width: 30px;
    height: 30px;
    background: url(/findpro/images/ico-menu.svg) 50% no-repeat;
    box-sizing: border-box;
}
.header-pc .menu{
    display: flex;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
}
.header-pc .menu li{
    margin: 0 20px;
}
.header-pc .menu li:first-child{
    margin-left: 0;
}
.header-pc .menu li a{
    position: relative;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 0;
    box-sizing: border-box;
}
.header-pc .menu li.active a,.header-pc .menu li a:hover{
    color: #357F31;
}
.header-pc .sub-menu{
    position: relative;
    width: 100%;
    margin-top: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 0;
    z-index: 999;
    background: #fff;
    overflow: hidden;
    transition: height .2s;
    box-sizing: border-box;
}
.header-pc.on .sub-menu{
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    margin-top: 1px;
    background: #fff;
    overflow: auto;
    transition: height .2s;
}
.header-pc .sub-menu .sub-menu-container{
    display: flex;
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
.header-pc.on .sub-menu .sub-menu-container{
    border-top: 1px solid #eee;
    padding-top: 20px;
}
.header-pc.on .sub-menu .sub-menu-container .sub-menus{
    display: flex;
    flex-direction: column;
    width: 16.66%;
    padding-left: 30px;
    box-sizing: border-box;
}
.header-pc.on .sub-menu .sub-menu-container .sub-menus + .sub-menus{
    border-left: 1px solid #eee;
}
.header-pc.on .sub-menu .sub-menu-container .sub-menus ul{
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
.header-pc.on .sub-menu .sub-menu-container .sub-menus li a{
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
}
.header-pc.on .sub-menu .sub-menu-container .sub-menus li a:hover {
	color:#1e9f9d;
	font-weight:bold;
	text-decoration:underline;
}
.header-pc.on .sub-menu .sub-menu-container .sub-menus li h6{
    display: block;
    font-size: 21px;
    padding-left: 30px;
    font-weight: 500;
    padding-bottom: 20px;
    position: relative;
}
.header-pc.on .sub-menu .sub-menu-container .sub-menus li h6::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
}
.header-pc.on .sub-menu .sub-menu-container .sub-menus.sub-menu-01 li h6::after, .header-pc.on .sub-menu .sub-menu-container .sub-menus.sub-menu-interior li h6::after{
    background: url(/findpro/images/ico-interview.svg) 50% no-repeat;
    background-size: 24px auto;
}
.header-pc.on .sub-menu .sub-menu-container .sub-menus.sub-menu-02 li h6::after, .header-pc.on .sub-menu .sub-menu-container .sub-menus.sub-menu-home li h6::after{
    background: url(/findpro/images/ico-homegear.svg) 50% no-repeat;
    background-size: 24px auto;
}
.header-pc.on .sub-menu .sub-menu-container .sub-menus.sub-menu-03 li h6::after, .header-pc.on .sub-menu .sub-menu-container .sub-menus.sub-menu-move li h6::after{
    background: url(/findpro/images/ico-move.svg) 50% no-repeat;
    background-size: 24px auto;
}
.header-pc.on .sub-menu .sub-menu-container .sub-menus.sub-menu-04 li h6::after, .header-pc.on .sub-menu .sub-menu-container .sub-menus.sub-menu-cleaning li h6::after{
    background: url(/findpro/images/ico-clean.svg) 50% no-repeat;
    background-size: 24px auto;
}
.header-pc.on .sub-menu .sub-menu-container .sub-menus.sub-menu-05 li h6::after, .header-pc.on .sub-menu .sub-menu-container .sub-menus.sub-menu-car li h6::after{
    background: url(/findpro/images/ico-car.svg) 50% no-repeat;
    background-size: 24px auto;
}
.header-pc.on .sub-menu .sub-menu-container .sub-menus.sub-menu-06 li h6::after, .header-pc.on .sub-menu .sub-menu-container .sub-menus.sub-menu-internet li h6::after{
    background: url(/findpro/images/ico-internet.svg) 50% no-repeat;
    background-size: 24px auto;
}
.header-pc.on .sub-menu .sub-menu-container .sub-menus.sub-menu-06 li h6::after, .header-pc.on .sub-menu .sub-menu-container .sub-menus.sub-menu-community li h6::after{
    background: url(/findpro/images/ico-community.svg) 50% no-repeat;
    background-size: 24px auto;
}
.header-pc.on .sub-menu .sub-menu-container .sub-menus.sub-menu-08 li h6::after, .header-pc.on .sub-menu .sub-menu-container .sub-menus.sub-menu-magazine li h6::after{
    background: url(/findpro/images/ico-magazine.svg) 50% no-repeat;
    background-size: 24px auto;
}
.header-pc.on .sub-menu .sub-menu-container .sub-menus.sub-menu-06 li h6::after, .header-pc.on .sub-menu .sub-menu-container .sub-menus.sub-menu-searchs li h6::after{
    background: url(/findpro/images/ico-searchs.svg) 50% no-repeat;
    background-size: 24px auto;
}
.header-pc .nav-curtain{
    background: rgba(0,0,0,.7);
    visibility: hidden;
    position: fixed;
    opacity: 0;
    top: 120px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 998;
    transition: height .2s;
    box-sizing: border-box;
}
.header-pc.on .nav-curtain{
    visibility: visible;
    opacity: 1;
    height: calc(100% - 74px);
    transition: height .2s;
}

.header-pc .menu li a.menuon {
	border-bottom:3px solid #63C35E;
	padding-bottom:5px;
}

.header-mobile {
	display:none;
	width:calc(100% - 40px);
	padding:0 20px 0;
}

.header-mobile	#mobnav {
	height: 45px;
    margin: 0 auto;
    text-align: center;
    /*background: #ffce0b;
    border-top: 1px solid #000;
    border-bottom: 1px solid #cfcfcf;*/
}
.header-mobile	#mobnav .swiper-slide {

	width:auto;
	padding:3px 17px 0;

}
.header-mobile	#mobnav .swiper-slide a {
    font-size: 1.2em;
    font-weight: 500;
    text-decoration: none;
    color: #333;
	/*height: 45px;*/

}

.header-mobile	#mobnav .swiper-slide.menuon {
    
	font-weight:700;
	/*color: #fff;font-size: 1.2em;
	padding-top:0;
    background: #63C35E;*/
}
.header-mobile	#mobnav .swiper-slide.menuon a {
	border-bottom:3px solid #63C35E;
	padding-bottom:3px;
}

.header-mobile	#mobnav .item {
	/*line-height:45px;*/
	padding:3px 17px 0;
	height: 40px;
}

.header-mobile	#mobnav .item a {
    font-size: 1.2em;
    font-weight: 500;
    text-decoration: none;
    color: #333;
	height: 45px;
}

.header-mobile	#mobnav .item.menuon {
    font-size: 1.2em;
	font-weight:700;
	padding-top:0;
	/*color: #fff;
    background: #63C35E;*/
}

.header-mobile	#mobnav .item.menuon a {
	border-bottom:3px solid #63C35E;
	padding-bottom:3px;
}

.header-mobile	#mobnav .item a.menuon {
    /*font-size: 1.3em;
	font-weight:700;
	color: #fff;
    background: #63C35E;*/
}

/* 메인화면 */
.visual-sec{
    margin-top: 120px;
}
.visual-sec .container{
    display: flex;
}
.main-visual-2{
	display:none;
}

.main-visual{
    width: 880px;
    height: 508px;
    /*padding: 80px 60px;*/
    border-radius: 4px;
    background: url(/findpro/images/main-visual.png) 0 no-repeat;
    background-size: cover;
    box-sizing: border-box;
}
.main-visual img {

	width:100%;
	height:100%;
    /*object-fit: cover;*/
}

.main-visual h2{
    display: block;
    font-size: 54px;
    font-weight: 600;
    margin-bottom: 20px;
}
.main-banner-slider{
    width: 290px;
    height: 508px;
    border-radius: 4px;
    overflow: hidden;
    box-sizing: border-box;
}
.main-banner-slider .main-banner-slide{
    text-align: center;
    padding-top: 60px;
    width: 290px;
    height: 508px;
    box-sizing: border-box;
}

.main-banner-slider .main-banner-slide .viewmobile{
	display:none;
}

.main-banner-slider .main-banner-slide h3{
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
}
.main-banner-slider .main-banner-slide.banner01{
    background: url(/findpro/images/banner-img.png) 50% 100% no-repeat #63C35E;
    background-size: 252px auto;
}
.main-banner-slider .main-banner-slide.banner02{
    background: url(/findpro/images/banner-img.png) 50% 100% no-repeat #076CB3;
    background-size: 252px auto;
}
.main-visual + .main-banner-slider{
    margin-left: 30px;
}

.main-banner-slider .main-banner-slide-mobile {
	
	display:none;
}

.main-banner-slider .slick-prev,.main-banner-slider .slick-next{
    width: 34px;
    height: 34px;
    transform: translate(-50%,-50%);
	display:none !important;
}
.main-banner-slider .slick-prev{
    left: calc(50% - 24px);
    background: url(/findpro/images/banner-prev.svg) 50% no-repeat;
    background-size: 34px auto;
}
.main-banner-slider .slick-next{
    left: calc(50% + 24px);
    background: url(/findpro/images/banner-next.svg) 50% no-repeat;
    background-size: 34px auto;
}

.head-banner-slider{
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-sizing: border-box;
}
.head-banner-slider .head-banner-slide{
    text-align: center;
    padding-top: 60px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.head-banner-slider .head-banner-slide .viewmobile{
	display:none;
}


.area-estimate{
    padding: 30px 0 20px;
}
.area-estimate .container h2{
    font-size: 28px;
    font-weight: 500;
}

.area-estimate .container ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
	flex-wrap: wrap;
}
.area-estimate .container ul li{
    position: relative;
    width: 80px;
    height: auto;
    display: inline-flex;
	margin-bottom:10px;
}
.area-estimate .container ul li a{
    position: relative;
    width: 80px;
    padding-top: 90px;
    text-align: center;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    box-sizing: border-box;
}
.area-estimate .container ul li a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 80px;
    height: 80px;
    border-radius: 20px;
    transform: translateX(-50%);
    /*background: #e6f7c9;*/
	background: rgb(0,0,0,0.03);
    z-index: 0;
    box-sizing: border-box;
}
.area-estimate .container ul li a::after{
    content: '';
    position: absolute;
    top: 18px;
    left: 50%;
    width: 44px;
    height: 44px;
    border-radius: 0px;
    transform: translateX(-50%);
    z-index: 1;
    box-sizing: border-box;
}

.area-estimate .container ul li + li{
    /*margin-left: 20px;*/
}

.area-estimate .container ul li.idx-5-p a::after{
    background: url(/findpro/images/bt_5.png) 50% no-repeat;
    background-size: contain;
}
.area-estimate .container ul li.idx-6-p a::after{
    background: url(/findpro/images/bt_6.png) 50% no-repeat;
    background-size: contain;
}
.area-estimate .container ul li.idx-7-p a::after{
    background: url(/findpro/images/bt_7.png) 50% no-repeat;
    background-size: contain;
}
.area-estimate .container ul li.idx-8-p a::after{
    background: url(/findpro/images/bt_8.png) 50% no-repeat;
    background-size: contain;
}
.area-estimate .container ul li.idx-9-p a::after{
    background: url(/findpro/images/bt_9.png) 50% no-repeat;
    background-size: contain;
}
.area-estimate .container ul li.idx-10-p a::after{
    background: url(/findpro/images/bt_10.png) 50% no-repeat;
    background-size: contain;
}
.area-estimate .container ul li.idx-11-p a::after{
    background: url(/findpro/images/bt_11.png) 50% no-repeat;
    background-size: contain;
}
.area-estimate .container ul li.idx-12-p a::after{
    background: url(/findpro/images/bt_12.png) 50% no-repeat;
    background-size: contain;
}
.area-estimate .container ul li.idx-13-p a::after{
    background: url(/findpro/images/bt_13.png) 50% no-repeat;
    background-size: contain;
}
.area-estimate .container ul li.idx-14-p a::after{
    background: url(/findpro/images/bt_14.png) 50% no-repeat;
    background-size: contain;
}
.area-estimate .container ul li.idx-15-p a::after{
    background: url(/findpro/images/bt_15.png) 50% no-repeat;
    background-size: contain;
}
.area-estimate .container ul li.idx-16-p a::after{
    background: url(/findpro/images/bt_16.png) 50% no-repeat;
    background-size: contain;
}
.area-estimate .container ul li.idx-17-p a::after{
    background: url(/findpro/images/bt_17.png) 50% no-repeat;
    background-size: contain;
}
.area-estimate .container ul li.idx-18-p a::after{
    background: url(/findpro/images/bt_18.png) 50% no-repeat;
    background-size: contain;
}
.area-estimate .container ul li.idx-19-p a::after{
    background: url(/findpro/images/bt_19.png) 50% no-repeat;
    background-size: contain;
}
.area-estimate .container ul li.idx-20-p a::after{
    background: url(/findpro/images/bt_20.png) 50% no-repeat;
    background-size: contain;
}

.area-estimate .container ul li.idx-portfolio-p a::after{
    background: url(/findpro/images/ico-home.png) 50% no-repeat;
    background-size: contain;
}
.area-estimate .container ul li.idx-comps-p a::after{
    background: url(/findpro/images/ico-thumb.png) 50% no-repeat;
    background-size: contain;
}
.area-estimate .container ul li.idx-review-p a::after{
    background: url(/findpro/images/ico-review.png) 50% no-repeat;
    background-size: contain;
}
.area-estimate .container ul li.idx-tiplist-p a::after{
    background: url(/findpro/images/ico-ggultip.png) 50% no-repeat;
    background-size: contain;
}
.area-estimate .container ul li.idx-blank-p a::after{
    background: url(/findpro/images/flogo_8.trans.png) 50% no-repeat;
    background-size: contain;
}



.service-point{
    padding: 30px 0;
}
.service-point .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service-point .container h2{
    font-size: 28px;
    font-weight: 500;
}
.service-point .container ul{
    display: flex;
    align-items: center;
    justify-content: flex-end
}
.service-point .container ul li{
    position: relative;
    width: 110px;
    height: auto;
    display: inline-flex;
}
.service-point .container ul li a{
    position: relative;
    width: 110px;
    padding-top: 120px;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    box-sizing: border-box;
}
.service-point .container ul li a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 110px;
    height: 110px;
    border-radius: 20px;
    transform: translateX(-50%);
    /*background: #e6f7c9;*/
	background: rgb(0,0,0,0.03);
    z-index: 0;
    box-sizing: border-box;
}
.service-point .container ul li a::after{
    content: '';
    position: absolute;
    top: 33px;
    left: 50%;
    width: 44px;
    height: 44px;
    border-radius: 0px;
    transform: translateX(-50%);
    z-index: 1;
    box-sizing: border-box;
}
.service-point .container ul li.idx-estimate a::after{
    background: url(/findpro/images/ico-customer.svg) 50% no-repeat;
    background-size: contain;
}
.service-point .container ul li.idx-map a::after{
    background: url(/findpro/images/ico-map.svg) 50% no-repeat;
    background-size: contain;
}
.service-point .container ul li.idx-portfolio a::after{
    background: url(/findpro/images/ico-home.svg) 50% no-repeat;
    background-size: contain;
}
.service-point .container ul li.idx-portfoliogall a::after{
    background: url(/findpro/images/ico-gallery.svg) 50% no-repeat;
    background-size: contain;
}
.service-point .container ul li.idx-calculator a::after{
    background: url(/findpro/images/ico-calculator.svg) 50% no-repeat;
    background-size: contain;
}
.service-point .container ul li.idx-comps a::after{
    background: url(/findpro/images/ico-thumb.svg) 50% no-repeat;
    background-size: contain;
}
.service-point .container ul li.idx-review a::after{
    background: url(/findpro/images/ico-review.svg) 50% no-repeat;
    background-size: contain;
}
.service-point .container ul li.idx-tiplist a::after{
    background: url(/findpro/images/ico-ggultip.svg) 50% no-repeat;
    background-size: contain;
}

.service-point .container ul li.idx-estimate-p a::after{
    background: url(/findpro/images/ico-customer.png) 50% no-repeat;
    background-size: contain;
}
.service-point .container ul li.idx-map-p a::after{
    background: url(/findpro/images/ico-map.png) 50% no-repeat;
    background-size: contain;
}
.service-point .container ul li.idx-portfolio-p a::after{
    background: url(/findpro/images/ico-home.png) 50% no-repeat;
    background-size: contain;
}
.service-point .container ul li.idx-portfoliogall-p a::after{
    background: url(/findpro/images/ico-gallery.png) 50% no-repeat;
    background-size: contain;
}
.service-point .container ul li.idx-calculator-p a::after{
    background: url(/findpro/images/ico-calculator.png) 50% no-repeat;
    background-size: contain;
}

.service-point .container ul li.idx-comps-p a::after{
    background: url(/findpro/images/ico-thumb.png) 50% no-repeat;
    background-size: contain;
}
.service-point .container ul li.idx-review-p a::after{
    background: url(/findpro/images/ico-review.png) 50% no-repeat;
    background-size: contain;
}
.service-point .container ul li.idx-tiplist-p a::after{
    background: url(/findpro/images/ico-ggultip.png) 50% no-repeat;
    background-size: contain;
}
.service-point .container ul li.idx-blank-p a::after{
    background: url(/findpro/images/flogo_8.trans.png) 50% no-repeat;
    background-size: contain;
}

.service-point .container ul li + li{
    margin-left: 20px;
}

.keyword-list{
    width: 100%;
    padding: 14px 20px 10px 20px;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.keyword-list li a{
    width: 90px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    background: #f9f9f9;
    border: 1px solid #eee;
    color: rgba(0,0,0,.7);
    border-radius: 4px;
    margin-bottom: 4px;
    box-sizing: border-box;
}
.keyword-list li + li {
    margin-left: 4px;
}
.keyword-list li.on a,.keyword-list li:hover a {
    background: #E3F3E2;
    border: 1px solid #357F31;
    color: rgba(0,0,0,1);
}

.popSlider{
    position: relative;
}
.popSlider .popSlide{
    position: relative;
    width: 100%;
    height: 720px;
}
.popSlider .popSlide .popSlide-txt{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    color: #fff;
    background: rgba(0,0,0,.7);
    z-index: 10;
    box-sizing: border-box;
}
.popSlider .popSlide .popSlide-img{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.popSlider .popSlide .popSlide-img img{
    flex: 0 0 auto;
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: cover;
}
.popSlider .slick-prev, .popSlider .slick-next{
    width: 34px;
    height: 34px;
}
.popSlider .slick-prev{
    background: url(/findpro/images/pop-slide-prev.svg)
}
.popSlider .slick-next{
    background: url(/findpro/images/pop-slide-next.svg)
}

.work-contents{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.work-contents li{
    width: 32%;
    position: relative;
    margin-bottom: 14px;
}
/*
.work-contents li.brd1 {
    width: calc(32% - 2px);
	border: 1px solid #eee;
	text-align:center;
}*/

.work-contents li + li{
    margin-left: 2%;
}
.work-contents li:nth-child(3n) + li{
    margin-left: 0;
}
.work-contents li a .work-contents-img{
	display:block;
    width: 100%;
    height: 170px;
    border-radius: 0;
    overflow: hidden;
    box-sizing: border-box;
}

.div4 .work-contents li a .work-contents-img {
    height: 250px;
}

.work-contents li a.tip .work-contents-img{
    height: 270px;
}
.work-contents li a.tip::after{
    content: 'TIP';
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 4px 8px;
    border: 1px solid #63c35e;
    border-radius: 3px;
    font-size: 13px;
    color: #357F31;
    background: #EBFFEA;
    box-sizing: border-box;
    z-index: 5;
}
.work-contents li a .work-contents-img img:not(.smalls) {
    flex: 0 0 auto;
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: cover;
}

.work-contents li a .work-contents-img img.smalls {
    flex: 0 0 auto;
	margin:0 auto;
	max-width:100%;
}
.work-contents li a .work-contents-txt{
    /*position: absolute;
    bottom: 0;
    left: 0;*/
    width: 100%;
    background: #fff;
    border: 1px solid #eee;
    border-top: none;
    font-size: 1.2em;
    padding: 10px 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    z-index: 5;
}

.talk-contents{
    position: relative;
    display: block;
    margin-bottom: 40px;
}
.talk-contents > li{
    position: relative;
    width: 100%;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
}
.talk-contents > li + li{
    margin-top: 14px;
}
.talk-contents > li .talk-content-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.talk-contents > li .talk-content-top .stars{
    display: flex;
}

.talk-contents > li .talk-content-top .stars.subject {

	font-size:1.2em;
	font-weight:bold;
}

.talk-contents > li .talk-content-top .stars.subject label {
    display: inline-block;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    background: #E3F3E2;
    border: 1px solid #357F31;
    color: #357F31;
    border-radius: 4px;
    padding: 4px 10px;
    margin-right: 10px;
    box-sizing: border-box;
}

.talk-contents > li .talk-content-top .stars.estcont {
	flex-wrap: wrap;
	
}

.talk-contents > li .talk-content-top .stars h6 {
    display: block;
    font-size: 18px;
    font-weight: 500;
}

.talk-contents > li .talk-content-top .stars h6 label {
    display: inline-block;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    background: rgb(137 166 200 / 13%);
    border: 1px solid #5c61fc;
    color: #5c61fc;
    border-radius: 12px;
    padding: 4px 10px;
    margin-right: 10px;
    box-sizing: border-box;
}
.talk-contents > li .talk-content-top .stars h6 label.r_red {
	color: #f00;
    border-color: #f00;
    background: rgb(255 177 177 / 21%);
}
.talk-contents > li .talk-content-top .stars h6 label.infos {
	color: #357F31;
    border-color: #357F31;
    background: #E3F3E2;
}

.talk-contents > li .talk-content-top .stars .star{
    width: 24px;
    height: 24px;
    box-sizing: border-box;
}
.talk-contents > li .talk-content-top .stars .star + .star{
    margin-left: 2px;
}
.talk-contents > li .talk-content-top .stars .star.blank{
    background: url(/findpro/images/ico-star.svg) 50% no-repeat;
}
.talk-contents > li .talk-content-top .stars .star.half{
    background: url(/findpro/images/ico-star-half.svg) 50% no-repeat;
}
.talk-contents > li .talk-content-top .stars .star.fill{
    background: url(/findpro/images/ico-star-fill.svg) 50% no-repeat;
}
.talk-contents > li .talk-content-top .talk-content-right{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.talk-contents > li .talk-content-top .talk-content-right .time{
    text-align: right;
    font-size: 14px;
    padding-left: 14px;
    color: #666;
    font-weight: 300;
}
.talk-contents > li .talk-content-top .talk-content-right .writetime {
    padding-left: 24px;
	position:relative;
}
.talk-contents > li .talk-content-top .talk-content-right .user-id, .talk-contents > li .talk-content-top .talk-content-right .user-phone{
    position: relative;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    padding-left: 34px;
}
.talk-contents > li .talk-content-top .talk-content-right .user-id::after{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url(/findpro/images/ico-user.svg) 50% no-repeat;
}
.talk-contents > li .talk-content-top .talk-content-right .user-phone::after{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url(/findpro/images/ico-phone.svg) 50% no-repeat;
}
.talk-contents > li .talk-content-top .talk-content-right .writetime::after{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url(/findpro/images/ico-calendar.svg) 50% no-repeat;
}
.talk-contents > li .talk-content-middle {
    width: 100%;
    margin: 18px 0;
}

.talk-contents > li .talk-content-middle .market-content {
	width:90%;
}

.talk-contents > li .talk-content-middle p {
    width: 100%;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: keep-all;  
}
.talk-contents > li.on .talk-content-middle p {
    -webkit-line-clamp:inherit;
}

.talk-contents > li .talk-content-middle .chkConts .r_content {
	width: 100%;
    max-height: 20px;
    overflow: hidden;
}
.talk-contents > li .talk-content-middle .chkConts.more .r_content {
	max-height:unset;
	overflow: auto;
}
.talk-contents > li .talk-content-middle .chkConts.ovhide {
	overflow-y:hidden;
}
.talk-contents > li .talk-content-middle .chkConts .more-btn {
    width: 100%;
    margin: 8px 0;
    text-align: center;
    display: inline-block;
}
.talk-contents > li .talk-content-middle .chkConts .more-btn a:after{ content:"더보기"; }
.talk-contents > li .talk-content-middle .chkConts.more .more-btn a:after{ content:"접기"; }
.review-box-body.eclipsis .r_content .txt, .chkConts.eclipsis .r_content .txt{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;	
}



.talk-contents > li .talk-content-middle .talk-content-pics {
    display: flex;
    margin-top: 1em;
}
.talk-contents > li .talk-content-middle .talk-content-pics li {
    width: 80px;
    height: 60px;
    border-radius: 4px;
    overflow: hidden;
}
.talk-contents > li .talk-content-middle .talk-content-pics li img{
    flex: 0 0 auto;
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: cover;
}
.talk-contents > li .talk-content-middle .talk-content-pics li + li {
    margin-left: 3px;
}
.talk-contents > li .talk-content-owner {
    text-align: left;
}
.talk-contents > li .talk-content-owner h6{
    display: block;
    font-size: 18px;
    font-weight: 500;
}
.talk-contents > li .talk-content-owner h6 label{
    display: inline-block;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    background: #E3F3E2;
    border: 1px solid #357F31;
    color: #357F31;
    border-radius: 4px;
    padding: 4px 10px;
    margin-right: 10px;
    box-sizing: border-box;
}


.area-pro-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.area-pro-title h2{
    font-size: 30px;
}
.area-pro-title h2 b{
    color: #357F31;
    font-weight: 700;
}
.area-pro-contents{
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
    margin-bottom: 40px;
}
.area-pro-contents li{
    width: 32%;
    margin-bottom: 14px;
	position:relative;
	margin-bottom:30px;
}

.area-pro-contents li.lastcomp	{
	display:none;
}

.comp-contents li {

	margin-right:2%;
}
.comp-contents li:nth-child(3n) {

	margin-right:0;
}

.area-pro-contents li.reds {
	border:1px solid #f00;
}


.tip-contents li .cartchk {
	position:absolute;
	top:-10px;
	left:70px;
}

.area-pro-contents li .cartchk{
	position:absolute;
	top:0;
	left:10px;
}

.chk-admin {
	position:absolute;
	top:10px;
	right:10px;
}

.chk-admin-talk {
	position:absolute;
	top:-10px;
	right:-10px;
}

.area-pro-contents li .tbutton, .work-contents li .tbutton {
	position:absolute;
	top:0;
	right:0;
}

.comp-contents li .reviews-b {
	position:absolute;
	top:5px;
	right:5px;
	display: flex;
	/*justify-content: space-around;*/
	justify-content: flex-end;
	width:170px;
}

.comp-contents li .reviews-b div .points {
	color:#357F31;
	font-weight:bold;
}

.comp-contents li .reviews-b .reivews-point-b {
	background:#fff url(/findpro/images/redstar.svg) no-repeat 50% 5px;
	background-size:15px;
	width:50px;
	padding-top:20px;
	text-align:center;
	border:1px solid #357F31;
	border-radius:14px;
	cursor:pointer;
}

.comp-contents li .reviews-b .reivews-point-r-b, .comp-contents li .reviews-b .reivews-port-b {
	background:#fff;
	text-align:center;
	width:50px;
	border:1px solid #357F31;
	border-radius:14px;
	line-height:16px;
	padding-top:6px;
	cursor:pointer;
}

.comp-contents li .reviews {
	position:absolute;
	top:5px;
	right:5px;
	background:#fff;
	border-radius:14px;
	display: flex;
	justify-content: space-around;
	width:140px;
}

.comp-contents li .reviews .reivews-point {
	background:url(/findpro/images/redstar.svg) no-repeat 5px 0;
	background-size:20px;
	width:25px;
	padding-left:28px;
}

.comp-contents li .reviews .reivews-point-per {
	width:10px;
	text-align:center;
}

.comp-contents li .reviews .reivews-point-r {
	text-align:center;
	padding-right:5px;
}

 .talk-contents  li .tbutton, .estimate-contents  li .tbutton, .tbutton.addreviews{
	position:absolute;
	bottom:0 !important;
	right:0;
}

.work-contents li .tbutton:not(.tips) {
	left:0;
}

.area-pro-contents li .tbutton .btn, .work-contents li .tbutton .btn, .talk-contents  li .tbutton .btn, .estimate-contents  li .tbutton .btn, .tbutton.addreviews {
    border: 0;
    padding: 5px;
    display: inline-block;
    text-align: center;
    color: white;
	background-color: #9abf7f;
	font-size:12px;
}
.area-pro-contents li .tbutton .btn.red, .work-contents li .tbutton .btn.red, .talk-contents  li .tbutton .btn.red {
	background-color : #ff0000;
}

.area-pro-contents li:not(.carlabels) + li:not(.carlabels){
    margin-left: 2%;
}
.area-pro-contents li:nth-child(3n) + li{
    margin-left: 0 !important;
}

.area-pro-contents li .comps_icon {
	position:absolute;
	top:183px;
	right:5px;
}
.area-pro-contents li .bg_otype_layer {
	position:absolute;
	top:243px;
	right:5px;
	width:82px;
	height:24px;
	line-height:24px;
	color:#fff;
	font-size:12px;
	text-align:center;
	background:url(/findpro/images/bg_otype_layer.png) no-repeat 50% 50%;
	background-size:cover;
}
.area-pro-contents li .comps_icon img {
	max-height:22px;
}

.area-pro-contents li a{
    display: flex;
    flex-direction: column;
}
.area-pro-contents li a .area-pro-contents-img{
    width: 100%;
    height: 220px;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    box-sizing: border-box;
}
.area-pro-contents.thumb li a .area-pro-contents-img{
    height: 180px;
	line-height: 180px;
	text-align:center;
	border: 1px solid #eee;
}
.area-pro-contents li a .area-pro-contents-img img:not(.smalls) {
    flex: 0 0 auto;
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: cover;
}

.area-pro-contents li a .area-pro-contents-img img.smalls {
	margin:0 auto;
	max-width:100%;
}

.area-pro-contents li a .area-pro-contents-txt{
    border: 1px solid #eee;
    border-top: none;
    border-radius: 0 0 4px 4px;
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
}
.area-pro-contents li a .area-pro-contents-txt.btop{
    border-top: 1px solid #eee;
}

.area-pro-contents li a .area-pro-contents-txt h5{
    display: block;
    font-size: 21px;
    font-weight: 500;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.area-pro-contents li a .area-pro-contents-txt h5.cars{
	height:63px;
}
.area-pro-contents li a .area-pro-contents-txt h6.company{
    display: block;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    color: #666;
    padding: 10px 0 10px 26px;
    background: url(/findpro/images/ico-company.svg) 0 50% no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
}
.area-pro-contents li a .area-pro-contents-txt h6.sells{
    display: block;
    font-size: 17px;
    font-weight: 600;
    width: 100%;
    color: #ff9900;
    padding: 10px 0 10px 26px;
    background: url(/findpro/images/ico-sells.svg) 0 50% no-repeat;
	background-size:20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.area-pro-contents li a .area-pro-contents-txt h6.map{
    display: block;
    font-size: 14px;
    font-weight: 400;
    width: calc(100% - 26px);
    color: #666;
    padding: 5px 0 0 26px;
    background: url(/findpro/images/ico-map.svg) 0 50% no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
}
.area-pro-contents li a .area-pro-contents-txt h6.tel{
    display: block;
    font-size: 14px;
    font-weight: 400;
    width: calc(100% - 26px);
    margin-top: 5px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
	padding-left:26px;
    background: url(/findpro/images/ico-phone.svg) 0 50% no-repeat;
}

.area-pro-contents li a .area-pro-contents-txt .label{
    display: block;
    margin-top: 10px;
}
.area-pro-contents li a .area-pro-contents-txt .label > li{
    display: inline-block;
    width: auto;
    margin-bottom: 4px;
    padding: 4px 10px;
    font-size: 13px;
    font-weight: 400;
    color: #357F31;
    border: 1px solid #63C35E;
    border-radius: 3px;
    background: #EBFFEA;
    box-sizing: border-box;
}
.area-pro-contents li a .area-pro-contents-txt.cars .cont-label {
	 height:134px;
}

.area-pro-contents li a .area-pro-contents-txt.cars .label > li{

	width:calc(50% - 7px);
	text-align:center;
}

.area-pro-contents li a .area-pro-contents-txt .label > li.r_red {
	color:#f00;
}
.area-pro-contents li a .area-pro-contents-txt:not(.cars) .label > li + li{
    margin-left: 3px;
}

.area-pro-contents li a .area-pro-contents-txt.cars .label > li:nth-child(odd) {

	margin-left: 0;
}
.area-pro-contents li a .area-pro-contents-txt.cars .label > li:nth-child(even) {

	margin-left: 3px;
}

.area-pro-contents.thumb li a .area-pro-contents-txt .label{
    display: none
}

.area-pro-contents li a .area-pro-contents-txt .carlabel{
    display: block;
    margin-top: 10px;
}
.area-pro-contents li a .area-pro-contents-txt .carlabel > li{
    display: inline-block;
    width: auto;
    margin-bottom: 4px;
    padding: 4px 10px;
    font-size: 13px;
    font-weight: 400;
    color: #357F31;
    border: 1px solid #63C35E;
    border-radius: 3px;
    background: #EBFFEA;
    box-sizing: border-box;
}
.area-pro-contents li a .area-pro-contents-txt .carlabel > li.carlabels{
    padding: 2px 4px;
}
.area-pro-contents li a .area-pro-contents-txt .carlabel > li.r_red {
	color:#f00;
}
.area-pro-contents.thumb li a .area-pro-contents-txt .carlabel{
    display: none
}


.area-pro-contents-twins{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.area-pro-contents-twins li{
    width: 49%;
    margin-bottom: 14px;
	position:relative;
}
.area-pro-contents-twins li + li{
    margin-left: 2%;
}
.area-pro-contents-twins li:nth-child(2n) + li{
    margin-left: 0;
}
.area-pro-contents-twins li a{
    display: flex;
    flex-direction: column;
	position:relative;
}
.area-pro-contents-twins li a .is_resp {
	position:absolute;
	top:5px;
	right:10px;
	background-color:#A9014B !important;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.50);
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.50);
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.50);
	background-repeat: repeat-x;
	border:1px solid rgba(0, 0, 0, 0.25);
	color:#FFFFFF !important;
	cursor:pointer;
	display:inline-block;
	font-size:11px;
	padding:5px 5px 6px;
	background-image:url(small-button-overlay.png);
	font-weight:bold;
	line-height:1;
	overflow:visible;
	text-decoration:none;
	text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
	width:40px;
	text-align:center;
}
.area-pro-contents-twins li a .is_respcnt {
	position:absolute;
	top:5px;
	right:10px;
	background-color:#ffffff !important;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.50);
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.50);
	box-shadow:0 1px 3px rgba(0, 0, 0, 0);
	background-repeat: repeat-x;
	border:1px solid #dd4242;
	color:#dd4242 !important;
	cursor:pointer;
	display:inline-block;
	font-size:11px;
	padding:5px 5px 6px;
	background-image:url(small-button-overlay.png);
	font-weight:bold;
	line-height:1;
	overflow:visible;
	text-decoration:none;
	text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
	width:40px;
	text-align:center;
}

.area-pro-contents-twins li a .area-pro-contents-img{
    width: 100%;
    height: 220px;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    box-sizing: border-box;
}
.area-pro-contents-twins.thumb li a .area-pro-contents-img{
    height: 180px;
}
.area-pro-contents-twins li a .area-pro-contents-img img {
    flex: 0 0 auto;
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: cover;
}
.area-pro-contents-twins li a .area-pro-contents-txt{
    border: 1px solid #eee;
    border-top: none;
    border-radius: 0 0 4px 4px;
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
}
.area-pro-contents-twins li a .area-pro-contents-txt.btop{
    border-top: 1px solid #eee;
}

.area-pro-contents-twins li a .area-pro-contents-txt h5{
    display: block;
    font-size: 21px;
    font-weight: 500;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.area-pro-contents-twins li a .area-pro-contents-txt h6.article{
    display: block;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    color: #666;
    padding: 4px 0 4px 26px;
    background: url(/findpro/images/icon-article.svg) 0 50% no-repeat;
	background-size:20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.area-pro-contents-twins li a .area-pro-contents-txt h6.non-article{
    display: block;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    color: #666;
    padding: 4px 0 4px 26px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.area-pro-contents-twins li a .area-pro-contents-txt h6.company{
    display: block;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    color: #666;
    padding: 10px 0 10px 26px;
    background: url(/findpro/images/ico-company.svg) 0 50% no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
}
.area-pro-contents-twins li a .area-pro-contents-txt h6.map{
    display: block;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    color: #666;
    padding: 4px 0 4px 26px;
    background: url(/findpro/images/ico-map-small.svg) 0 50% no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
}
.area-pro-contents-twins li a .area-pro-contents-txt h6.calendar-b{
    display: block;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    color: #666;
    padding: 4px 0 4px 26px;
    background: url(/findpro/images/ico-calendar-b.svg) 0 50% no-repeat;
	background-size:20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.area-pro-contents-twins li a .area-pro-contents-txt h6.coin-b{
    display: block;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    color: #666;
    padding: 4px 0 4px 26px;
    background: url(/findpro/images/ico-coin-b.svg) 0 50% no-repeat;
	background-size:20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.area-pro-contents-twins li a .area-pro-contents-txt h6.call{
    display: block;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    color: #666;
    padding: 0 0 0 26px;
    background: url(/findpro/images/ico-phone-b.svg) 0 50% no-repeat;
	background-size:20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.area-pro-contents-twins li a .area-pro-contents-txt h6.response{
    display: block;
    font-size: 14px;
    font-weight: 400;
    width: 200px;
    color: #666;
    padding: 5px 10px;
    border: 1px solid #dd4242;
	border-radius:6px;
	color: #dd4242 !important;
    overflow: hidden;
    text-overflow: ellipsis;
	text-shadow: 0 -1px 1px rgb(0 0 0 / 25%);
}
.area-pro-contents-twins li a .area-pro-contents-txt h6.tel{
    display: block;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    margin-top: 15px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
}
.area-pro-contents-twins li a .area-pro-contents-txt h6.etcs{
    display: block;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
	height:20px;
	line-height:20px;
	text-align:right;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
}

.area-pro-contents-twins li a .area-pro-contents-txt .label{
    display: block;
    margin-top: 10px;
}
.area-pro-contents-twins li a .area-pro-contents-txt .label > li{
    display: inline-block;
    width: auto;
    margin-bottom: 4px;
    padding: 4px 10px;
    font-size: 13px;
    font-weight: 400;
    color: #357F31;
    border: 1px solid #63C35E;
    border-radius: 3px;
    background: #EBFFEA;
    box-sizing: border-box;
}
.area-pro-contents-twins li a .area-pro-contents-txt .label > li.r_red {
	color:#f00;
	border-color:#f00;
	background:#fff;
}
.area-pro-contents-twins li a .area-pro-contents-txt .label > li.r_blue {
	color:#00f;
	border-color:#00f;
	background:#fff;
}
.area-pro-contents-twins li a .area-pro-contents-txt .label > li + li{
    margin-left: 3px;
}
.area-pro-contents-twins.thumb li a .area-pro-contents-txt .label{
    display: none
}

.interview{
    padding: 50px 0 60px 0;
}
.interview-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.interview-title h2{
    font-size: 30px;
}
.interview-title h2 b{
    color: #357F31;
    font-weight: 700;
}
.interview-slider .interview-slide{
    display: flex !important;
    padding: 0 80px;
}
.interview-slider .interview-slide .interview-slide-txt{
    margin-left: 30px;
}
.interview-slider .interview-slide .interview-slide-txt .q{
    position: relative;
    padding-top: 14px;
    padding-left: 80px;
    font-size: 18px;
    color: #357F31;
    font-weight: 500;
    min-height: 60px;
    box-sizing: border-box;
}
.interview-slider .interview-slide .interview-slide-txt .q::after{
    content: 'Q';
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #357F31;
    font-weight: 700;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    border: 1px solid #357f31;
    background: #fff;
}
.interview-slider .interview-slide .interview-slide-txt .a{
    position: relative;
    padding-top: 14px;
    padding-left: 80px;
    font-size: 18px;
    color: #222;
    font-weight: 500;
    min-height: 60px;
    box-sizing: border-box;
}
.interview-slider .interview-slide .interview-slide-txt .a::after{
    content: 'A';
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    border: 1px solid #357f31;
    background: #357f31;
}
.interview-slider .interview-slide .interview-slide-txt .q + .a{
    margin-top: 30px;
}
.interview-slider .interview-slide .interview-slide-img-wrap{
    display: flex;
    flex-direction: column;
}
.interview-slider .interview-slide .interview-slide-img-wrap .interview-slide-img{
    width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
}
.interview-slider .interview-slide .interview-slide-img-wrap .interview-slide-img img{
    flex: 0 0 auto;
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: cover;
}
.interview-slider .interview-slide .interview-slide-img-wrap p{
    display: block;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    padding-top: 20px;
}
.interview-slider .slick-prev,.interview-slider .slick-next{
    width: 44px;
    height: 44px;
}
.interview-slider .slick-prev{
    left: 0;
    background: url(/findpro/images/interview-prev.svg) 50% no-repeat;
    background-size: 44px auto;
}
.interview-slider .slick-next{
    right: 0;
    background: url(/findpro/images/interview-next.svg) 50% no-repeat;
    background-size: 44px auto;
}

.service-picture .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
    /*border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;*/
}
.service-picture .container h2{
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 34px;
}
.service-picture .container ul{
    display: flex;
    align-items: center;
    justify-content: flex-end
}
.service-picture .container ul li{
    position: relative;
    width: 110px;
    height: auto;
    display: inline-flex;
}
.service-picture .container ul li a{
    position: relative;
    width: 110px;
    padding-top: 120px;
    text-align: center;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    box-sizing: border-box;
}
.service-picture .container ul li a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 110px;
    height: 110px;
    border-radius: 20px;
    transform: translateX(-50%);
    z-index: 0;
    box-sizing: border-box;
}
.service-picture .container ul li:nth-child(1) a::before{
    background: url(/findpro/images/main-pic01.png) 50% no-repeat;
    background-size: cover;
}
.service-picture .container ul li:nth-child(2) a::before{
    background: url(/findpro/images/main-pic02.png) 50% no-repeat;
    background-size: cover;
}
.service-picture .container ul li:nth-child(3) a::before{
    background: url(/findpro/images/main-pic03.png) 50% no-repeat;
    background-size: cover;
}
.service-picture .container ul li:nth-child(4) a::before{
    background: url(/findpro/images/main-pic04.png) 50% no-repeat;
    background-size: cover;
}
.service-picture .container ul li:nth-child(5) a::before{
    background: url(/findpro/images/main-pic05.png) 50% no-repeat;
    background-size: cover;
}
.service-picture .container ul li:nth-child(6) a::before{
    background: url(/findpro/images/main-pic06.png) 50% no-repeat;
    background-size: cover;
}
.service-picture .container ul li:nth-child(7) a::before{
    background: url(/findpro/images/main-pic07.png) 50% no-repeat;
    background-size: cover;
}
.service-picture .container ul li + li{
    margin-left: 20px;
}

/* 서브화면 */
.sub-sec{
    margin-top: 120px;
}
.sub-sec .container:not(.details){
    display: flex;
    justify-content: space-between;
}
.left{
    width: 260px;
    box-sizing: border-box;
}
.left .left-title{
    position: relative;
    display: block;
    font-size: 21px;
    font-weight: 600;
    padding: 6px 0 20px 40px;
    border-bottom: 2px solid #357F31;
    margin-bottom: 15px;
    box-sizing: border-box;
}
.left .left-title::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    height: 34px;
}
.left .left-title.interior::after{
    background: url(/findpro/images/left-interview.svg) 50% no-repeat;
}
.left .left-title.repair::after{
    background: url(/findpro/images/left-home.svg) 50% no-repeat;
	background-size:34px;
}
.left .left-title.move::after{
    background: url(/findpro/images/left-move.svg) 50% no-repeat;
	background-size:34px;
}
.left .left-title.clean::after{
    background: url(/findpro/images/left-clean.svg) 50% no-repeat;
	background-size:34px;
}
.left .left-title.mypage::after{
    background: url(/findpro/images/left-mypage.svg) 50% no-repeat;
	background-size:34px;
}
.left .left-title.car::after{
    background: url(/findpro/images/left-car.svg) 50% no-repeat;
	background-size:34px;
}
.left .left-title.internet::after{
    background: url(/findpro/images/left-internet.svg) 50% no-repeat;
	background-size:34px;
}
.left .left-title.comps::after{
    background: url(/findpro/images/left-comps.svg) 50% no-repeat;
	background-size:34px;
}
.left .left-title.manager::after{
    background: url(/findpro/images/left-manager.svg) 50% no-repeat;
	background-size:34px;
}
.left .left-title.searchs::after{
    background: url(/findpro/images/left-searchs.svg) 50% no-repeat;
	background-size:34px;
}
.left .left-title.community::after{
    background: url(/findpro/images/left-community.svg) 50% no-repeat;
	background-size:34px;
}
.left .left-title.magazine::after{
    background: url(/findpro/images/left-magazine.svg) 50% no-repeat;
	background-size:34px;
}
.left .left-menus li a{
    display: block;
    font-size: 18px;
    font-weight: 400;
    height: 60px;
    padding-left: 20px;
    line-height: 60px;
}
.left .left-menus li.on a,.left .left-menus li a:hover{
    color: #fff;
    background: #63C35E
}
.left.company .left-box{
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 30px 20px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    box-sizing: border-box;
	position:relative;
}



.left.company .left-box .comps_icon {
	position:absolute;
	top:14px;
	right:10px;
}
.left.company .left-box .comps_icon img {
	max-height:24px;
}


.left.company .left-box.mobile .comps_icon {
	position:absolute;
	top:0;
	right:10px;
}
.left.company .left-box.mobile .comps_icon img {
	max-height:24px;
}

.left.company .left-box.mobile{
    display: none;
    padding-bottom: 0;
    border: none;
}
.left.company .left-box.mobile h5{
    display: block;
    font-size: 21px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.left.company .left-box.mobile > table td{
    padding: 10px;
    border: 1px solid #eee;
    box-sizing: border-box;
}
.left.company .left-box.mobile > table td.t{
    border-left: none;
    border-right: none;
    width: 120px;
    font-size: 15px;
    color: #666;
    background: #f1f1f1f1;
}
.left.company .left-box.mobile > table td.c{
    border-left: none;
    border-right: none;
    width: calc(100% - 120px);
    font-size: 15px;
    color: #222;
}
.left.company .company-btns{
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #eee;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    box-sizing: border-box;
    padding-right: 20px;
}
.left.company .company-btns button + button{
    margin-top: 10px;
}
.left.company .company-txt h5{
    display: block;
    font-size: 21px;
    font-weight: 500;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.left.company .company-txt label{
    display: block;
    font-size: 13px;
    color: #666;
    margin-bottom: 4px;
}
.left.company .company-txt h6.company-h6{
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}
.left.company .company-txt h6.map{
    display: block;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    color: #666;
    padding: 10px 0 10px 26px;
    background: url(/findpro/images/ico-map-small.svg) 0 50% no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
}
.left.company .company-txt h6.tel{
    display: block;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    margin-top: 15px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
}
.left.company .company-txt + .company-txt{
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #eee;
}
.company-keywords{
    display: flex;
    flex-wrap: wrap;
}
.company-keywords > li{
    display: inline-block;
    width: auto;
    margin-bottom: 4px;
    padding: 4px 10px;
    font-size: 13px;
    font-weight: 400;
    color: #357F31;
    border: 1px solid #63C35E;
    border-radius: 3px;
    background: #EBFFEA;
    box-sizing: border-box;
}
.company-keywords > li + li{
    margin-left: 3px;
}
.detail-slider-line{
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.detail-slider-line .detail-slider-for {
    width: 700px;
    padding-right: 20px;
}
.detail-slider-line .detail-slider-for .detail-slide{
    width: 700px;
	/* height:calc(100vw * 0.75);*/
   height: 480px;
}

.detail-slider-line .detail-slider-for .detail-slide img {
    flex: 0 0 auto;
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: cover;
}
.detail-slider-line .detail-slider-nav .detail-slide{
    opacity: .6;
}
.detail-slider-line .detail-slider-nav .slick-current{
    /*border: 1px solid #357F31;*/
    opacity: 1;
}
.company-detail{
    width: 100%;
    padding: 30px 0;
    box-sizing: border-box;
}
.company-detail .company-detail-title{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}
.company-detail .company-detail-title h3{
    display: block;
    font-size: 21px;
    font-weight: 500;
    width: 100%;
}
.company-detail .company-detail-title .more{
    color: #357F31;
    white-space: nowrap;
}
.company-detail .company-detail-title .map{
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    white-space: nowrap;
    padding: 10px 0 10px 26px;
    width: auto;
    background: url(/findpro/images/ico-map-small.svg) 0 50% no-repeat;
}
.company-detail > p{
    display: block;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 20px;
}
.company-detail ul.dots > li{
    position: relative;
    padding-left: 14px;
}
.company-detail ul.dots > li::after{
    content: '•';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
}
.company-detail + .company-detail{
    border-top: 1px solid #eee;
}
.company-detail .company-map{
    width: 100%;
    height: 220px;
    overflow: hidden
}
.company-detail .company-map img {
    flex: 0 0 auto;
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: cover;
}



.company-detail-cont{
    width: 100%;
    padding: 30px 0;
    box-sizing: border-box;
}
.company-detail-cont .company-detail-title{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}
.company-detail-cont .company-detail-title h3{
    display: block;
    font-size: 21px;
    font-weight: 500;
    width: 100%;
}
.company-detail-cont .company-detail-title .more{
    color: #357F31;
    white-space: nowrap;
}
.company-detail-cont .company-detail-title .map{
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    white-space: nowrap;
    padding: 10px 0 10px 26px;
    width: auto;
    background: url(/findpro/images/ico-map-small.svg) 0 50% no-repeat;
}
.company-detail-cont > p{
    display: block;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
}
.company-detail-cont ul.dots > li{
    position: relative;
    padding-left: 14px;
}
.company-detail-cont ul.dots > li::after{
    content: '•';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
}
.company-detail-cont + .company-detail-cont{
    border-top: 1px solid #eee;
}
.company-detail-cont .company-map{
    width: 100%;
    height: 440px;
    overflow: hidden
}
.company-detail-cont .company-map img {
    flex: 0 0 auto;
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: cover;
}
.detail-sec{
    margin-top: 120px;
}
.detail-img{
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.detail-img img {
    flex: 0 0 auto;
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: cover;
}
.detail-sec .contents{
    width: 850px;
    margin: 30px auto 0 auto;
}
.detail-infor-title{
    display: flex;
    justify-content: space-between;
}
.detail-infor-title h4{
    font-size: 40px;
    font-weight: 500;
}

.detail-infor-title .cars-title-price {
    font-size: 40px;
    font-weight: 500;
	color: #ff9900;
}

.company-detail-title h3 span.cars-title-price {
    font-size: 30px;
    font-weight: 500;
	color: #ff9900;
	margin-left:20px;
}


.detail-infor-title h2{
    font-size: 30px;
    font-weight: 500;
}
.detail-infor-title .detail-infor-etc-keywords > li,.company-detail .detail-infor-etc-keywords > li{
    display: inline-block;
    width: auto;
    margin-bottom: 4px;
    padding: 4px 10px;
    font-size: 13px;
    font-weight: 400;
    color: #357F31;
    border: 1px solid #63C35E;
    border-radius: 3px;
    background: #EBFFEA;
    box-sizing: border-box;
}
.detail-infor-title .detail-infor-etc-keywords > li + li{
    margin-left: 3px;
}

.detail-infor-title .map{
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    padding: 10px 0 10px 26px;
    background: url(/findpro/images/ico-map-small.svg) 0 50% no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
}
.detail-infor-etc{
    display: flex;
    justify-content: space-between;
}
.detail-infor-etc .detail-infor-etc-office{
    font-size: 14px;
    font-weight: 400;
    color: #666;
    padding: 10px 0 10px 26px;
    background: url(/findpro/images/ico-company.svg) 0 50% no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
}
.detail-infor-etc .detail-infor-etc-keywords > li{
    display: inline-block;
    width: auto;
    margin-bottom: 4px;
    padding: 4px 10px;
    font-size: 13px;
    font-weight: 400;
    color: #357F31;
    border: 1px solid #63C35E;
    border-radius: 3px;
    background: #EBFFEA;
    box-sizing: border-box;
}
.detail-infor-etc .detail-infor-etc-keywords > li + li{
    margin-left: 3px;
}

.detail-infor-etc .map{
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    padding: 10px 0 10px 26px;
    background: url(/findpro/images/ico-map-small.svg) 0 50% no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
}
.detail-specs{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 28px 0;
    border: 1px solid #eee;
    border-left: none;
    border-right: none;
    box-sizing: border-box;
    margin-top: 30px;
}
.detail-specs.non-border {
	border:none;
}

.detail-specs .detail-spec{
    text-align: center;
    font-size: 14px;
}

.detail-specs .detail-spec.caritems {
	font-size:16px;
	min-width:200px;
	text-align:left;
}

.detail-specs .detail-spec.priceitems {
	font-size:16px;
	min-width:250px;
	text-align:left;
}

.detail-specs .detail-spec i{
    display: inline-block;
    width: 24px;
    height: 24px;
}
.detail-specs .detail-spec.spec01 i{
    background: url(/findpro/images/ico-ruler.svg) 50% no-repeat;
}
.detail-specs .detail-spec.spec02 i{
    background: url(/findpro/images/ico-range.svg) 50% no-repeat;
}
.detail-specs .detail-spec.spec03 i{
    background: url(/findpro/images/ico-coin.svg) 50% no-repeat;
}
.detail-specs .detail-spec.spec04 i{
    background: url(/findpro/images/ico-concept.svg) 50% no-repeat;
}
.detail-specs .detail-spec.spec05 i{
    background: url(/findpro/images/ico-alt.svg) 50% no-repeat;
	background-size:18px;
}
.detail-specs .detail-spec.spec06 i{
    background: url(/findpro/images/ico-coin-b.svg) 50% no-repeat;
	background-size:18px;
}

.detail-infor-comp{
    display: flex;
    justify-content: space-between;
}

.detail-infor-comp .detail-infor-comp-sub {
    display: flex;
    justify-content: flex-start;
}
.detail-infor-comp .detail-infor-comp-sub .detail-infor-etc-office{
    font-size: 16px;
    font-weight: 400;
    color: #666;
    padding: 10px 0 10px 26px;
    background: url(/findpro/images/ico-company.svg) 0 50% no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-right:30px;
}
.detail-infor-comp .detail-infor-comp-sub .map{
    font-size: 16px;
    font-weight: 400;
    color: #666;
    padding: 10px 0 10px 26px;
    background: url(/findpro/images/ico-map-small.svg) 0 50% no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
}

.detail-contents{
    width: 100%;
    padding: 30px 0;
    box-sizing: border-box;
}
.detail-contents p{
    white-space: pre-line;
    line-height: 1.6;
	font-size:1.2em;
}
.detail-contents img{
    display: block;
    width: auto;
    margin: 10px auto;
}

.detail-contents img.viewimage {

	max-width:100%;
}

.detail-contents .gall_tits {
	font-size:17px;
}

.contents{
    width: 850px;
	min-height:700px;
}

.contents .contents-title-banner{
    position: relative;
	width:100%;

}

.contents .contents-title{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0 20px 0px;
    border-bottom: 2px solid #357F31;
    box-sizing: border-box;
}
.contents .contents-title h2{
    position: relative;
    display: block;
    font-size: 21px;
    font-weight: 600;
    box-sizing: border-box;
}
.contents .condition-wrap{
    display: block;
    padding: 14px 10px 0 10px;
    margin-bottom: 30px;
}
.condition-half-wrap{
    width: 100%;
    display: flex;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}
.condition-half-wrap .condition-half{
    display: flex;
    width: 50%;
    flex-direction: column;
    box-sizing: border-box;
}

.condition-half-wrap .condition-half.rows {
    flex-direction: row;
}

.condition-half-wrap .condition-half .condition-half-a{
    display: flex;
    width: 100%;
    box-sizing: border-box;
}
.condition-half-wrap .condition-half + .condition-half{
    border-left: 1px solid #eee;
}
.condition-half-wrap .condition-half:nth-child(2){
    padding-left: 20px;
}
.condition-half-wrap .condition-half .condition-half-title{
    width: 80px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.condition-half-wrap .condition-half .condition-half-con{
    width: calc(100% - 80px);
    height: 44px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.condition-half-wrap .condition-half .condition-half-con .input-box{
    width: 100%;
}
.condition-half-wrap .condition-half .condition-half-con .input-box input{
    height: 30px;
    padding: 3px 0 3px 12px;
}
.condition-half-wrap .condition-half .condition-half-con .input-box input.s-price{
	width:calc((100% - 20px) / 2);
}
.condition-half-wrap .condition-half .condition-half-con .input-box span.b-price{
	display:inline-block;
	width:20px;
	text-align:center;
}
.condition-half-wrap .condition-half .condition-half-con .select-box{
    width: calc(50% - 2px);
}
.condition-half-wrap .condition-half .condition-half-con .select-box select{
    height: 30px;
    padding: 3px 0 3px 12px;
}
.condition-half-wrap .condition-half .condition-half-con .select-box + .select-box{
    margin-left: 4px;
}

.range-slider {
    width: 100%;
    text-align: center;
    position: relative;
    padding-right: 100px;
}
.range-slider .rangeValues {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
     padding: 20px;
     font-size: 12px;
}
.range-slider input[type=range] {
     -webkit-appearance: none;
     width: calc(100% - 140px);
     position: absolute;
     left: 0;
}
 .range-slider input[type=range]::-webkit-slider-runnable-track {
     width: 200px;
     height: 2px;
     background: #ddd;
     border: none;
     border-radius: 0;
}
 .range-slider input[type=range]::-webkit-slider-thumb {
     -webkit-appearance: none;
     border: none;
     height: 12px;
     width: 12px;
     border-radius: 50%;
     background: #63C35E;
     margin-top: -5px;
     cursor: pointer;
     position: relative;
     z-index: 1;
}
 .range-slider input[type=range]:focus {
     outline: none;
}
 .range-slider input[type=range]:focus::-webkit-slider-runnable-track {
     background: #ccc;
}

.condition-s-wrap{
    padding-bottom: 14px;
    border-bottom: 1px solid #eee;
}
.condition-s{
    width: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.condition-s + .condition-s{
    margin-top: 10px;
}
.condition-s .condition-s-title{
    width: 80px;
    font-size: 14px;
    font-weight: 500;
}
.condition-s .condition-s-con{
    display: flex;
    width: calc(100% - 80px);
    box-sizing: border-box;
}
.condition-s .condition-s-con ul, .useli ul{
    display: flex;
    align-items: center;
    width: 100%;
	flex-wrap: wrap;
}
.condition-s .condition-s-con ul li, .useli ul li{
    display: flex;
    align-items: center;
}
.condition-s .condition-s-con:not(.otypesub_sels) ul li + li, .useli ul li + li {
    margin-left: 4px;
}
.condition-s .condition-s-con.otypesub_sels ul li {
    margin-right: 4px;
}
.condition-s .condition-s-con ul li a, .useli ul li a{
    width: 90px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    background: #f9f9f9;
    border: 1px solid #eee;
    color: rgba(0,0,0,.7);
    border-radius: 4px;
    box-sizing: border-box;
}
.condition-s .condition-s-con ul li.on a,.condition-s .condition-s-con ul li a:hover, .useli ul li.on a, .useli ul li a:hover{
    background: #E3F3E2;
    border: 1px solid #357F31;
    color: rgba(0,0,0,1);
}

.contents .taps{
    background: #63C35E;
    padding: 14px 10px 0 10px;
    box-sizing: border-box;
}
.contents .taps ul{
    width: 100%;
    display: flex;
}
.contents .taps ul li a{
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    height: 40px;
    background: #E3F3E2;
    border: 1px solid #357F31;
    border-bottom: none;
    color: rgba(0,0,0,.7);
    border-radius: 4px 4px 0 0;
    box-sizing: border-box;
}
.contents .taps ul li.on a,.contents .taps ul li a:hover{
    color: rgba(0,0,0,1);
    background: #fff;
}

.contents .navtaps ul li a{
	font-size:13px;
	color:#333 !important;
}
.contents .navtaps ul li.sels a{
	font-size:16px;
	color:#000 !important;
	background: #E3F3E2;
	border: 1px solid #357F31;
    border-bottom: none;
}

.contents .taps ul li + li{
    margin-left: 4px;
}

.contents .contents-input-wrap{
    display: block;
    padding: 30px 10px;
}
.contents .contents-input-wrap + .contents-input-wrap{
    border-top: 1px solid #ddd;
}
.contents .contents-input-wrap .contents-input-title{
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.contents .contents-input-wrap .contents-select-twin{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
}
.contents .contents-input-wrap .contents-select-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.contents .contents-input-wrap .contents-select-wrap.start{
	justify-content: flex-start;
}

.contents .contents-input-wrap .contents-select-wrap.views h5::before{
	content:'\25CF';
	font-size:0.5em;
	margin-right:5px;
}
.contents .contents-input-wrap .contents-select-wrap.pic{
    justify-content: flex-start;
}
.contents .contents-input-wrap .contents-select-twin .contents-select-wrap{
    width: 48%;
    margin-top: 14px;
}
.contents .contents-input-wrap .contents-select-twin .contents-select-wrap + .contents-select-wrap{
    margin-left: 4%;
}

.contents .contents-input-wrap .contents-select-twin + .contents-select-wrap,.contents .contents-input-wrap .contents-select-wrap + .contents-select-wrap{
    margin-top: 14px;
}
.contents .contents-input-wrap .contents-select-wrap h5{
    width: 120px;
    font-size: 1.1em;
    line-height: 40px;
    font-weight: 500;
    display: block;
    box-sizing: border-box;
}
.contents .contents-input-wrap .contents-select-wrap span{
    color: #FF0008;
}
.contents .contents-input-wrap .contents-select{
    display: flex;
    flex-wrap: wrap;
}
.contents .contents-input-wrap .contents-select-wrap .contents-select,.contents .contents-input-wrap .contents-select-wrap .input-box,.contents .contents-input-wrap .contents-select-wrap .textarea-box,.contents .contents-input-wrap .contents-select-wrap .contents-view{
    width: calc(100% - 120px);
}
.contents .contents-input-wrap .contents-select-wrap .contents-view {
	line-height:40px;
	font-size:1.3em;
	color:#666;
}
.contents .contents-input-wrap .contents-select-wrap .contents-view::before {
    content: ":";
    display: inline-block;
	margin-right:10px;
}
.contents .contents-input-wrap .contents-select li a{
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    height: 40px;
    background: #f9f9f9;
    border: 1px solid #eee;
    color: rgba(0,0,0,.7);
    border-radius: 4px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.contents .contents-input-wrap .contents-select li a.cps1 { /*height:63px;*/ background:url(/img/lguplus.png) 50% 50% no-repeat; background-size:96px 30px; }
.contents .contents-input-wrap .contents-select li a.cps2 { /*height:63px;*/ background:url(/img/skbroad.png) 50% 50% no-repeat; background-size:96px 30px; }
.contents .contents-input-wrap .contents-select li a.cps3 { /*height:63px;*/ background:url(/img/kt.png) 50% 50% no-repeat; background-size:96px 30px; }

.contents .contents-input-wrap .contents-select li a.w150{
		max-width:150px;
}
.contents .contents-input-wrap .contents-select li.on a{
    background: #E3F3E2;
    border: 1px solid #357F31;
    color: rgba(0,0,0,1);
}
.contents .contents-input-wrap .contents-select li:not(.on) a:hover{
    background: #f7fef6;
    border: 1px solid #E3F3E2;
    color: rgba(0,0,0,1);
}
.contents .contents-input-wrap .contents-select li + li {
    margin-left: 10px;
}
.contents .contents-input-wrap .contents-select li:not(.nolm):nth-child(4n) + li {
    margin-left: 0px;
}
.contents .contents-input-wrap .picture-box{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
	min-height:80px;
}
.contents .contents-input-wrap .picture-box:not(.nbottom)::after{
/*.contents .contents-input-wrap #imgchk::after{*/
    content: '최대 10장까지 업로드가능합니다.';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    font-size: 12px;
    color: #ff0008;
}
.contents .contents-input-wrap .picture-box li{
    position: relative;
    width: 80px;
    height: 80px;
	margin-bottom:10px;
}
.contents .contents-input-wrap .picture-box li + li{
    margin-left: 10px;
}
.contents .contents-input-wrap .picture-box li .btn-pic{
    width: 100%;
    height: 100%;
    border: 1px solid #eee;
    border-radius: 4px;
    background: url(/findpro/images/ico-camera.svg) 50% no-repeat;
}
.contents .contents-input-wrap .picture-box li .picture-wrap{
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 4px;
    overflow: hidden;
}
.contents .contents-input-wrap .picture-box li .picture-wrap img {
    flex: 0 0 auto;
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: cover;
}
.contents .contents-input-wrap .picture-box li .picture-wrap .picture-close{
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: url(/findpro/images/ico-delete.svg) 50% no-repeat;
    z-index: 10;
}

.work-contents li .picture-close{
    position: absolute;
    right: 5px;
    top: 5px;
    width: 24px;
    height: 24px;
    background: url(/findpro/images/ico-delete.svg) 50% no-repeat;
    z-index: 10;
}

.contents .contents-input-wrap.two{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contents .contents-input-wrap .half{
    width: 50%;
    box-sizing: border-box;
}
.contents .contents-input-wrap .half.end{
    display: flex;
    justify-content: flex-end;
}
.contents .contents-input-wrap .end{
    display: flex;
    justify-content: flex-end;
}


.contents .contents-input-wrap .check-box:not(.not25):not(.not50){
	width:25%;
}
.contents .contents-input-wrap .check-box label{
	cursor:pointer;
}


/* 푸터 */
.footer{
    width: 100%;
    padding: 50px 0 120px 0;
    background: #fff;
    box-sizing: border-box;
}
.footer .footer-menu{
    position: relative;
    width: 100%;
    display: flex;
    border-top: 1px solid #eee;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #fff;
    overflow: auto;
    box-sizing: border-box;
}
.footer .footer-menu .footer-menus{
    display: flex;
    flex-direction: column;
    width: 16.66%;
    padding-left: 30px;
    box-sizing: border-box;
}
.footer .footer-menu .footer-menus + .footer-menus{
    border-left: 1px solid #eee;
}
.footer .footer-menu .footer-menus ul{
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
.footer .footer-menu .footer-menus li a{
    display: block;
    font-size: 18px;
    line-height: 40px;
}
.footer .footer-menu .footer-menus li h6{
    display: block;
    font-size: 21px;
    padding-left: 30px;
    font-weight: 500;
    padding-bottom: 20px;
    position: relative;
}
.footer .footer-menu .footer-menus li h6::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
}
.footer .footer-menu .footer-menus.footer-menu-01 li h6::after{
    background: url(/findpro/images/ico-interview.svg) 50% no-repeat;
    background-size: contain;
}
.footer .footer-menu .footer-menus.footer-menu-02 li h6::after{
    background: url(/findpro/images/ico-homegear.svg) 50% no-repeat;
    background-size: contain;
}
.footer .footer-menu .footer-menus.footer-menu-03 li h6::after{
    background: url(/findpro/images/ico-move.svg) 50% no-repeat;
    background-size: contain;
}
.footer .footer-menu .footer-menus.footer-menu-04 li h6::after{
    background: url(/findpro/images/ico-clean.svg) 50% no-repeat;
    background-size: contain;
}
.footer .footer-menu .footer-menus.footer-menu-05 li h6::after{
    background: url(/findpro/images/ico-car.svg) 50% no-repeat;
    background-size: contain;
}
.footer .footer-menu .footer-menus.footer-menu-06 li h6::after{
    background: url(/findpro/images/ico-internet.svg) 50% no-repeat;
    background-size: contain;
}
.footer .footer-txt{
    border-top: 1px solid #eee;
    padding-top: 50px;
}
.footer .footer-txt p{
    color: #555;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
}



.txt-pc{
    display: block;
}
.txt-mobile{
    display: none;
}

.reds_Btn {
    background: #ff2a2a;
    border: 1px solid #8d0b0b;
    border-radius: 3px;
    display: inline-block;
    margin: 0;
    padding: 0 5px;
	height:25px;
	line-height:25px;
    text-align: center;
    color: #fff !important;
    cursor: pointer;
}


#contLayerPrint {
	display:none;
	border:0px solid #000;
	background:#fff;
	position: fixed;
    width: 620px;
    height: 650px;
	top: 50%;
    left: 50%;
    margin: -325px 0px 0px -310px;
	z-index:100;
	padding:20px;
	border:1px solid #000;
}
#printConfig {width:600px;height:650px;float:left;z-index:100;}
#printConfig h2{ font-size:18px; margin-top:20px; padding-bottom:10px; border-bottom:1px solid #ddd; font-weight:600;}
#printConfig h2 span{ font-size:11px; margin-left:10px; font-weight:400; color:#999;}
#printConfigsmall {width:600px;height:650px;float:left;}
#printConfigsmall h2{ font-size:18px; margin-top:20px; padding-bottom:10px; border-bottom:1px solid #ddd; font-weight:600;}
#printConfigsmall h2 span{ font-size:11px; margin-left:10px; font-weight:400; color:#999;}

#printConfigBody {width:580px;height:520px;padding:10px 0;background:transparent;overflow-y:auto;margin:0 auto;}
#printConfigBodySmall	{width:600px;height:580px;padding:10px 0;background:transparent;overflow-y:auto;}
#printConfigTail {text-align:center;width:600px;height:40px;padding:10px 0;background:transparent;}

#printContent {width:500px;height:650px;float:left;margin-left:100px;}
#printContent:after {display:block;visibility:hidden;clear:both;content:""}

/*버튼*/
.btn-wrap{
    position: relative;
    display: flex;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.btn-wrap.right{
    justify-content: flex-end;
}
.btn-wrap.between{
    align-items: center;
    justify-content: space-between;
}
.btn-wrap.write{
    padding-top: 30px;
    border-top: 1px solid #222;
}
.btn-list{
    display: flex;
    align-items: center;
    padding: 14px 18px;
    border: 1px solid #679214;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    color: #679214;
}
.btn-list i{
    display: inline-flex;
    width: 24px;
    height: 24px;
    background: url(/findpro/images/fjob/ico-list.svg) 50% no-repeat;
    background-size: 24px auto;
    box-sizing: border-box;
    margin-right: 6px;
}
.btn-next{
    display: flex;
    align-items: center;
    padding: 14px 18px;
    border: 1px solid #679214;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    color: #679214;
}
.btn-next i{
    display: inline-flex;
    width: 24px;
    height: 24px;
    background: url(/findpro/images/fjob/ico-next.svg) 50% no-repeat;
    background-size: 24px auto;
    box-sizing: border-box;
    margin-left: 6px;
}
.btn-modify{
    display: flex;
    align-items: center;
    padding: 14px 18px;
    border: 1px solid #679214;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    color: #679214;
}
.btn-modify i{
    display: inline-flex;
    width: 24px;
    height: 24px;
    background: url(/findpro/images/fjob/ico-confirm.svg) 50% no-repeat;
    background-size: 24px auto;
    box-sizing: border-box;
    margin-right: 6px;
}

.btn-confirm, .btn-check, .btn-delete, .but-compalert{
    display: flex;
    align-items: center;
    padding: 14px 18px;
    border: 1px solid #679214;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    color: #679214;
}

.btn-confirm.fulls {
	display:block;
	width:96%;
	position:fixed;
	left:2%;
	bottom:40px;
	background:#31c329;
	border-color:#31c329;
	color:#fff;
	font-size:22px;
	text-align:center;
}

.btn-confirm.redsss {
	border-color:#f00;
	color:#f00;
}

.but-compalert {
	color: #f00;
}

.btn-confirm i{
    display: inline-flex;
    width: 24px;
    height: 24px;
    background: url(/findpro/images/fjob/ico-confirm.svg) 50% no-repeat;
    background-size: 24px auto;
    box-sizing: border-box;
    margin-right: 6px;
}
.but-compalert i{
    display: inline-flex;
    width: 24px;
    height: 24px;
    background: url(/findpro/images/fjob/ico-compalert.svg) 50% no-repeat;
    background-size: 24px auto;
    box-sizing: border-box;
    margin-right: 6px;
}
.btn-check i{
    display: inline-flex;
    width: 24px;
    height: 24px;
    background: url(/findpro/images/fjob/ico-confirm.svg) 50% no-repeat;
    background-size: 24px auto;
    box-sizing: border-box;
    margin-right: 6px;
}
.btn-delete i{
    display: inline-flex;
    width: 24px;
    height: 24px;
    background: url(/findpro/images/fjob/ico-delete.svg) 50% no-repeat;
    background-size: 24px auto;
    box-sizing: border-box;
    margin-right: 6px;
}
.btn-prev{
    display: flex;
    align-items: center;
    padding: 14px 18px;
    border: 1px solid #679214;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    color: #679214;
}
.btn-prev i{
    display: inline-flex;
    width: 24px;
    height: 24px;
    background: url(/findpro/images/fjob/ico-prev.svg) 50% no-repeat;
    background-size: 24px auto;
    box-sizing: border-box;
    margin-right: 6px;
}

.list-title-mpro {
    display: block;
    width: 100%;
    font-weight: 500;
    color: #222;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.1em;
}

.list-title-mpro span{
    font-weight: 600;
    color: #679214;
}


.vinfo {
	
	min-height:350px;
}

@media (max-width: 1180px) {
    .container,.sub-sec .container{
        width: 100%;
        padding: 0 20px;
    }
    .detail-sec .contents{
        width: 100%;
        padding: 0;
        margin: 30px auto 0 auto;
        box-sizing: border-box;
    }
    .sub-sec .container{
        flex-direction: column;
    }
    .left{
        width: 100%;
    }
    .left .left-title{
        display: none;
    }
    .left .left-menus{
        display: flex;
        border: 1px solid #63C35E;
        border-left: none;
        border-right: none;
        border-top: none;
        box-sizing: border-box;
    }
    .left .left-menus li a{
        display: inline-block;
        height: auto;
        padding: 10px 16px;
        line-height: 1.4;
    }
    .left .left-menus li.on a{
        border-radius: 4px 4px 0 0;
    }
    
    .contents{
        width: 100%;
        /*margin-top: 30px;*/
    }
    
    .contents.viewcont{
        margin-top: 30px;
    }
    .main-visual{
        width: 70%;
        border-radius: 0;
        background: url(/findpro/images/main-visual.png) 100% 0 no-repeat;
        background-size: cover;
    }
    .main-banner-slider{
        width: 26%;
        border-radius: 0;
    }
    .main-visual + .main-banner-slider{
        margin-left: 4%;
    }

	
    .left.company .left-box{
        display: flex;
        flex-wrap: wrap;
        border: none;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        border-radius: 0;
        border-bottom: 1px solid #ddd;
        box-shadow: none;
    }
    .left.company .left-box .company-txt{
        width: 50%;
        box-sizing: border-box;
    }
    .left.company .company-txt + .company-txt{
        margin-top: 0;
        padding-top: 0;
        border-top: none;
        padding-left: 14px;
    }
    .left.company .company-txt:nth-child(2n) + .company-txt{
        padding-left: 0;
    }
    .left.company .company-txt:nth-child(2) + .company-txt,.left.company .company-txt:nth-child(3) + .company-txt{
        margin-top: 14px;
        padding-top: 14px;
        border-top: 1px solid #eee;
    }
    .left.company .company-btns{
        flex-direction: row;
    }
    .left.company .company-btns button{
        width: calc(50% - 5px)
    }
    .left.company .company-btns button + button{
        margin-top: 0;
        margin-left: 10px;
    }
	.detail-slide {
		margin:0 5px;
		min-height:120px !important;
	}
    .detail-slider-line{
        flex-direction: column;
    }
    .detail-slider-line .detail-slider-for{
        width: 100%;
        padding-right: 0;
        padding-bottom: 20px;
    }
    .detail-slider-line .detail-slider-nav .detail-slide{
        margin-left: 10px;
        margin-right: 10px;
    }
	.detail-slider-nav { height:140px; overflow-y:hidden; }
	.detail-slide img { max-height:100%;}
}
@media (max-width: 1080px) {
    .service-point .container,.service-picture .container {
        flex-direction: column;
        align-items:baseline;
    }
    .service-point .container h2{
        display: block;
        margin-bottom: 20px;
    }
    .service-point .container ul,.service-picture .container ul{
        width: 100%;
        justify-content: space-around;
        box-sizing: border-box;
    }
    .service-picture-title{
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .service-picture .container h2{
        margin-bottom: 0px;
    }
    .keyword-list{
        padding-left: 0;
        padding-right: 0;
    }
	.detail-slider-nav { height:140px; overflow-y:hidden; }
}
@media (max-width: 992px) {
	.header-pc .logo,.header-pc .m-logo{
		width: 75px;
	}

	.main-banner-slider .main-banner-slide .viewpc{
		display:none;
	}
	.main-banner-slider .main-banner-slide .viewmobile{
		display:block;
	}

	.header-mobile {
		display:block;
		background:#fff;
	}

	.header-mobile	#mobnav .item {
		padding:3px 25px 0;
	}
	.visual-sec {
		margin-top:125px;
	}

	.left:not(.company) {
		display:none;
	}

	.contents .contents-title {
		margin-top:0;
	}

	.barmenu {
		display:none;
	}

    .area-pro-contents li{
        /*width: 48%;*/
		width: calc((100% / 3) - 7px);
    }
    .area-pro-contents li + li{
        margin-top: 0;
    }
    .area-pro-contents li:nth-child(2n) + li{
        margin-left: 0;
    }
    .area-pro-contents li:not(.carlabels):nth-child(3n) + li{
        margin-left: 2%;
    }
    .area-pro-contents.thumb li + li{
        margin-left: 0;
    }
    .area-pro-contents.thumb li:nth-child(3n) + li{
        margin-left: 0;
    }
    .area-pro-contents.thumb li{
        width: 100%;
    }
    .area-pro-contents.thumb li a{
        flex-direction: row;
    }
	.area-pro-contents li a .area-pro-contents-txt .carlabel {
		margin-top: 0;
	}
    .area-pro-contents.thumb li a .area-pro-contents-txt .label{
        display: block;
        text-align: left;
    }
    .area-pro-contents.thumb li a .area-pro-contents-img{
        width: 240px;
        border-radius: 4px 0 0 4px;
    }
    .area-pro-contents.thumb li a .area-pro-contents-txt{
        width: calc(100% - 240px);
        border: 1px solid #eee;
        border-left: none;
    }
    .area-pro-contents.thumb li a .area-pro-contents-txt h5{
        text-align: left;
    }
    .area-pro-contents.thumb li a .area-pro-contents-txt .maptel-wrap{
        display: flex;
        margin-top: 34px;
		flex-wrap: wrap;
    }
    .area-pro-contents.thumb li a .area-pro-contents-txt .map,.area-pro-contents.thumb li a .area-pro-contents-txt .tel{
        /*text-indent: -9999px;
        padding: 10px;*/
    }
    .area-pro-contents.thumb li a .area-pro-contents-txt .map{
        order: 2;
        /*background: url(/findpro/images/ico-map.svg) 50% no-repeat;
        background-size: 24px auto;
        width: 24px;*/
		background: url(/findpro/images/ico-map.svg) 0 50% no-repeat;
        background-size: 24px auto;
		width:100%;
        height: 24px;
        box-sizing: border-box;
		padding:4px 0 0 26px;
		overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
    }
    .area-pro-contents.thumb li a .area-pro-contents-txt .tel{
        order: 1;
        /*background: url(/findpro/images/ico-phone.svg) 50% no-repeat;
        background-size: 24px auto;
        width: 28px;*/
		background: url(/findpro/images/ico-phone.svg) 0 50% no-repeat;
        background-size: 24px auto;
		width:100%;
        height: 28px;
        margin: 0;
        margin-right: 10px;
        box-sizing: border-box;
		padding:4px 0 0 26px;
		overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
    }

    .popSlider .popSlide{
        height: 404px;
    }
    .popSlider .popSlide .popSlide-txt{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .visual-sec .container{
        flex-direction: column;
    }
    .main-visual{
        width: 100%;
        height: 400px;
        border-radius: 0;
        /*padding: 40px 30px;*/
        background: url(/findpro/images/main-visual.png) 100% 0 no-repeat;
        background-size: cover;
    }
    .main-visual h2{
        font-size: 2.4em;
    }
    .main-banner-slider{
        width: 100%;
        height: 240px;
        border-radius: 0;
    }
    .main-banner-slider .main-banner-slide{
        text-align: left;
		padding:0 !important;
        /*padding-top: 24px;
        padding-left: 30px;*/
        height: 240px;
		width:100%;
    }
    .main-banner-slider .main-banner-slide h3{
        margin-bottom: 20px;
    }
    .main-banner-slider .main-banner-slide.banner01{
        background: url(/findpro/images/banner-img.png) 80% 100% no-repeat #63C35E;
        background-size: auto 80%;
    }
    .main-banner-slider .main-banner-slide.banner02{
        background: url(/findpro/images/banner-img.png) 80% 100% no-repeat #076CB3;
        background-size: auto 80%;
    }
    .main-visual + .main-banner-slider{
        margin-left: 0px;
    }
    .main-banner-slider .slick-prev,.main-banner-slider .slick-next{
        transform: none;
    }
    .main-banner-slider .slick-prev{
        left: 30px;
        top:auto;
        bottom: 24px;
    }
    .main-banner-slider .slick-next{
        left: 74px;
        top:auto;
        bottom: 24px;
    }
    
    .header-pc{
        height: 70px;
    }
    .header-pc .m-logo{
        display: block;
    }
    .header-pc .mobile-btn{
        display: block;
    }
    .header-pc .menu{
        display: none;
    }
    
    /*  풋터 사이즈 조정  */
    .footer .container{
        justify-content: center;
        flex-direction: column;
    }
    .footer .container .footer-left{
        order: 2;
        width: 100%;
    }
    .footer .container .footer-left ul{
        flex-direction: column;
    }
    .footer .container .footer-left li{
        width: 100%;
        font-size: 1em;
        text-align: center;
    }
    .footer .container .footer-right{
        order: 1;
        width: auto;
        margin-bottom: 20px;
    }
    .footer .container .footer-right ul{
        justify-content: center;
        width: auto;
    }
    .footer .container .footer-right ul a{
        font-size: 1em;
    }
    /*  모바일 네비  */
    .nav.mobile{
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        z-index: 1000;
    }
    .nav.mobile .nav-logo{
        width: 100%;
        height: 50px;
        background: url(/findpro/images/win-logo.svg) 50% no-repeat;
        box-sizing: border-box;
        margin-top: 1em;
        margin-bottom: 1em;
    }
    .nav.mobile > .m-menu{
        position: absolute;
        top: 0;
        right: -80%;
        width: 80%;
        max-width: 350px;
        height: 100vh;
        padding: 0 1.6em;
        background: #fff;
        z-index: 10;
        visibility: hidden;
        box-sizing: border-box;
        opacity: 0;
        transition: .3s;
    }
    .nav.mobile.on .m-menu{
        display: block;
        visibility: visible;
        opacity: 1;
        right: 0%;
        transition: .3s;
    }
    .nav.mobile .m-menu > ul.menu-depth li{
        list-style: none;
        border-bottom: 1px solid #eee;
    }
    .nav.mobile .m-menu > ul.menu-depth li:last-child{
        border-bottom: none;
    }
    .nav.mobile .m-menu > ul.menu-depth > li > a{
        display: block;
        font-size: 16px;
        font-weight: 600;
        line-height: 2.8em;
    }
    .nav.mobile .m-menu > ul.menu-depth > li > a.oneDepth{
        background: url(/findpro/images/ico-up.svg) 100% 50% no-repeat;
        background-size: 14px auto;
    }
    .nav.mobile .m-menu > ul.menu-depth > li.on > a.oneDepth{
        background: url(/findpro/images/ico-down.svg) 100% 50% no-repeat;
        background-size: 14px auto;
    }
    .nav.mobile .m-menu > ul.menu-depth > li > ul{
        padding-left: 20px;
        height: 0;
        overflow: hidden;
    }
    .nav.mobile .m-menu > ul.menu-depth > li.on > ul{
        height: auto;
        overflow: auto;
    }
    .nav.mobile .m-menu > ul.menu-depth > li > ul > li > a{
        display: block;
        font-size: 16px;
        font-weight: 600;
        line-height: 2.8em;
    }
    .nav.mobile .m-menu .util{
        border-top: 1px solid #eee;
        margin-top: 1em;
        padding-top: 2em;
    }
    .nav.mobile .m-menu .util ul{
        display: flex;
        justify-content: space-around;
        padding: 0;
    }
    .nav.mobile .m-menu .util ul li a{
        font-size: 14px;
        color: #666;
        padding-left: 28px;
        padding-top: 10px;
        padding-bottom: 10px;
        box-sizing: border-box;
    }
    .nav.mobile .m-menu .util ul li:nth-child(1) a{
        background: url(/findpro/images/ico-user.svg) 0 50% no-repeat;
    }
    .nav.mobile .m-menu .util ul li:nth-child(2) a{
        background: url(/findpro/images/ico-document.svg) 0 50% no-repeat;
    }
    .nav.mobile.on .dark{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0,0,0,.7);
    }
	.contents .contents-input-wrap .contents-select li a.w150{
		max-width:150px;
	}
	.detail-slider-nav { height:140px; overflow-y:hidden; }

	.comp-contents li {
		margin-right: 0;
	}
}

@media (max-width: 930px) {
	.area-estimate .container ul{
		justify-content: center;
	}
	.area-estimate .container ul li {
		margin-left:10px;
		margin-right:10px;
	}
}
@media (max-width: 891px) {

	.div4 .work-contents li a .work-contents-img {
		height: auto;
	}
	.service-point .container ul li.noshow{
		display:none;
	}

    .area-pro-contents li.carslayer a .area-pro-contents-img{

		height:calc(100vw * 0.35);
	}
	.detail-slider-line .detail-slider-for .detail-slide{
		width: 700px;
		height:calc(100vw * 0.75);
	   /* height: 480px;*/
	}
    .contents .contents-input-wrap .contents-select li a{
        width: 140px;
        font-size: 15px;
        margin-bottom: 4px;
    }
    .contents .contents-input-wrap .contents-select li + li{
        margin-left: 4px;
    }
    
    .area-pro-contents li{
        width: 100%;
    }
    .area-pro-contents li:not(.carlabels,.portfolios) + li{
        margin-left: 0 !important;
        margin-top: 10px;
    }
    .area-pro-contents li a .area-pro-contents-img{
        width: 100%;
        /*height: 200px;*/
		height:calc(100vw * 0.35);
        border-radius: 4px 4px 0 0;
    }
    .area-pro-contents li a .area-pro-contents-txt{
        width: 100%;
        border: 1px solid #eee;
        border-top: none;
        border-radius: 0 4px 4px 0;
		padding:20px 10px;
    }
    .area-pro-contents li a .area-pro-contents-txt h5,.area-pro-contents li a .area-pro-contents-txt h6.company,.area-pro-contents li a .area-pro-contents-txt .label{
        text-align: center;
    }
    .area-pro-contents li a .area-pro-contents-txt h6.company{
        padding: 4px 0 5px 0;
        background: none;
        box-sizing: border-box;
    }
    .area-pro-contents li a .area-pro-contents-txt .label{
        margin-top: 0;
    }
    .area-estimate .container h2,.service-picture .container h2, .service-point .container h2,.service-picture .container h2{
        font-size: 1.6em;
    }
    .service-picture .container ul{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .service-picture .container ul li{
        width: 25%
    }
    .service-picture .container ul li a{
        width: 90px;
        padding-top: 90px;
        font-size: 14px;
        margin: 0 auto 20px auto;
    }
    .service-picture .container ul li a::before{
        width: 80px;
        height: 80px;
    }
    .service-picture .container ul li + li, .service-point .container ul li + li{
        margin-left: 0px;
    }
    .service-point .container ul{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .service-point .container ul li{
        width: 33.33%;
    }
    .service-point .container ul li a{
        width: 90px;
        padding-top: 90px;
        font-size: 16px;
        margin: 0 auto 20px auto;
    }
    .service-point .container ul li a::before{
        width: 80px;
        height: 80px;
    }
    .service-point .container ul li a::after{
        top: 23px;
        width: 44px;
        height: 25px;
    }
    .service-point .container ul li.blanks a::after{
        top: 23px;
        width: 50px;
        height: 29px;
    }
    .interview-slider .slick-prev,.interview-slider .slick-next{
        top: 70px;
    }
    .interview-slider .interview-slide .interview-slide-txt{
        margin-left: 0;
    }
    .interview-slider .interview-slide{
        flex-direction: column;
        padding: 0;
    }
    .interview-slider .interview-slide .interview-slide-img-wrap{
        align-items: center;
        margin-bottom: 20px;
    }
	.main-visual{
		position:relative;
	}
    .btn-detail{
        font-size: 1.3em;
    }
    .footer{
        padding: 30px 0 60px 0;
    }
    .footer .footer-menu{
        flex-wrap: wrap;
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    .footer .footer-menu .footer-menus{
        width: 33.33%;
        padding-left: 20px;
    }
    .footer .footer-menu .footer-menus li a{
        font-size: 13px;
        line-height: 24px;
    }
    .footer .footer-menu .footer-menus.footer-menu-04,.footer .footer-menu .footer-menus.footer-menu-05,.footer .footer-menu .footer-menus.footer-menu-06{
        margin-top: 30px;
    }
    .footer .footer-menu .footer-menus.footer-menu-04{
        border-left: none;
    }
    .footer .footer-menu .footer-menus li h6{
        display: block;
        font-size: 15px;
        padding-left: 20px;
        padding-bottom: 10px;
        position: relative;
    }

    .footer .footer-menu .footer-menus li h6::after{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 14px;
        height: 14px;
    }
    .condition-s,.condition-half-wrap .condition-half .condition-half-a{
        flex-direction: column;
    }
    .condition-s .condition-s-title,.condition-half-wrap .condition-half .condition-half-title{
        width: 100%;
        margin-bottom: 4px;
    }
    .condition-s .condition-s-con{
        width: 100%;
    }
    .condition-half-wrap .condition-half{
        padding: 14px 0;
    }
    .condition-half-wrap .condition-half .condition-half-con{
        width: 100%;
    }
    .detail-contents img{
        width: 100%;
    }

	.area-pro-contents li.lastcomp	{
		display:list-item;
	}
	.area-pro-contents li { width:calc((100% - 30px) / 2); margin-top:0 !important;}
	.area-pro-contents li:not( .mains) + li:not(.mains){
		margin-left: 2%;
	}
	.area-pro-contents li:nth-child(odd) { margin-right:10px; }
	.area-pro-contents li.carlabels {
		margin-left: 1% !important;
		margin-right: 1%;
	}

	.area-pro-contents li.carlabels:nth-child(even) {
		/*margin-left: 0;
		margin-right: 0;*/
	}
	
	.area-pro-contents {
		width:100%;
		justify-content: center;
	}
	.area-pro-contents li:not(.carslayer) {
		/*width: calc(50% - 7px);*/
		width: calc((100% / 3) - 20px);
	}

	.area-pro-contents li.compsintro {
		width: 100%;
	}


	.area-pro-contents li.mains {
		width: calc(50% - 7px);
	}
	.detail-slider-nav { height:136px; overflow-y:hidden; }
}

@media (max-width: 760px) {
    .left{
        overflow-x: auto;
    }
	.left::-webkit-scrollbar {
		height: 5px;
		background-color: #ffffff;
	}
	.left::-webkit-scrollbar-thumb {
		background-color: #dedede;
		border-radius: 10px;
    }
	.left::-webkit-scrollbar-track {
		background-color: #ffffff;
		border-radius: 10px;
		border:1px solid #dedede;
    }
    .left.company{
        overflow-x: hidden;
    }
    .left .left-menus{
        width: 100%;
        border-bottom: none;
        box-sizing: border-box;
    }
    .left .left-menus li{
        white-space: nowrap;
        box-sizing: border-box;
    }
    .left .left-menus li a{
        text-align: center;
        display: block;
        font-size: 16px;
        padding-left: 30px;
        padding-right: 30px;
        border-top: 1px solid #eee;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        box-sizing: border-box;
    }
    .left .left-menus li.on a{
        border-radius: 0;
    }
    .left.company .left-box.mobile{
        display: block;
    }
    .left.company .left-box.pc{
        display: none;
    }
    .contents .contents-input-wrap .contents-select-wrap{
        justify-content: flex-start;
        flex-direction: column;
    }
    .contents .contents-input-wrap .contents-select-wrap .contents-select-wrap-title{
        display: flex;
    }
    .contents .contents-input-wrap .contents-select-wrap .contents-select-wrap-title > h5{
        width: auto;
    }
    .contents .contents-input-wrap .contents-select-wrap .contents-select-wrap-title > h5 > span{
        padding-left: 0;
    }
    .contents .contents-input-wrap .contents-select-wrap .contents-select-wrap-title span:not(.reds_Btn){
        line-height: 40px;
        padding-left: 14px;
    }
    .contents .contents-input-wrap .contents-select-wrap > h5{
        width: 100%;
    }
    .contents .contents-input-wrap .contents-select-wrap .contents-select, .contents .contents-input-wrap .contents-select-wrap .input-box, .contents .contents-input-wrap .contents-select-wrap .textarea-box{
        width: 100%;
    }
    .contents .contents-input-wrap .contents-select li:not(.twoone ){
        width: calc(25% - 3px);
    }
    .contents .contents-input-wrap .contents-select li.twoone {
        width: calc(50% - 3px);
    }
    .contents .contents-input-wrap .contents-select li a{
        width: 100%;
    }
    .keyword-list li{
        width: calc(25% - 3px);
    }
    .keyword-list li:nth-child(4n) + li {
        margin-left: 0;
    }
    .keyword-list li a{
        width: 100%;
    }
    .detail-infor-etc{
        flex-direction: column;
    }

	.area-pro-contents li .button {
		width:100% !important;
		background-size:60% !important;
		font-size:1.2em !important;
	}
	.detail-slider-nav { height:126px; overflow-y:hidden; }
}
@media (max-width: 680px) {
	.header-pc .container {
		height:70px;
	}

	.main-visual-2{
		display:flex;
		justify-content: space-between;
		width:calc(100% - 40px);
		padding:10px 20px;
		border:1px solid #dfdfdf;
		border-radius:24px;
		box-shadow: 5px 5px 5px #dedede;
		margin:10px 0 10px;
	}

	.main-visual-2 .left-cont {
	}

	.main-visual-2 .right-but {
		width:30px;
		padding-top:8px;
	}

	.main-visual-2 .right-but img {
		width:32px;
		height:32px;
	}

	.header-mobile	#mobnav .swiper-slide {

		width:auto;
		padding:3px 10px 0;

	}
    .main-visual{
		display:none;
		background:none;
		height:170px;
		padding:10px 20px;
    }
	.main-visual h2{
		font-size:1.8em;
		font-family:'Cafe24Ohsquare';
		text-align:center;
		margin-bottom:10px;
	}
    .btn-detail{
        font-size: 1.3em;
		position:absolute;
		bottom:15px;
		left:calc(50% - 63px);
    }
    .main-banner-slider{
        height: 200px;
    }
    .main-banner-slider .main-banner-slide{
        height: 200px;
    }
    .main-banner-slider .main-banner-slide h3{
        font-size: 1.6em;
        margin-bottom: 10px;
    }
	.head-banner-slider .head-banner-slide .viewpc{
		display:none;
	}
	.head-banner-slider .head-banner-slide .viewmobile{
		display:block;
	}
	.head-banner-slider .head-banner-slide .viewmobile img{
		border-radius:12px;
	}
    .interview-slider .interview-slide .interview-slide-img-wrap .interview-slide-img{
        width: 140px;
        height: 140px;
    }
    .interview-slider .interview-slide .interview-slide-txt .q::after{
        font-size: 1.6em;
        width: 40px;
        height: 40px;
        border-radius: 6px;
    }
    .interview-slider .interview-slide .interview-slide-txt .q,.interview-slider .interview-slide .interview-slide-txt .a{
        padding-top: 8px;
        padding-left: 56px;
    }
    .interview-slider .interview-slide .interview-slide-txt .a::after{
        font-size: 1.6em;
        width: 40px;
        height: 40px;
        border-radius: 6px;
    }
    .contents .contents-input-wrap.two{
        flex-direction: column;
    }
    .contents .contents-input-wrap .half{
        width: 100%;
    }
    .contents .contents-input-wrap .half.end{
        margin-top: 30px;
    }
    .condition-s .condition-s-con ul{
        flex-wrap: wrap;
    }
    .condition-s .condition-s-con ul li{
        width: calc(16.66% - 4px);
        margin-bottom: 4px;
    }
    .condition-s .condition-s-con ul li a{
        width: 100%;
    }
    .detail-infor-title{
        flex-wrap: wrap;
    }
    .detail-specs {
        flex-wrap: wrap;
        padding: 0;
		justify-content: flex-start;
    }
    .detail-specs .detail-spec{
        width: 50%;
        padding: 14px 10px;
        text-align: left;
        box-sizing: border-box;
    }
    .left.company .left-box .company-txt{
        width: 100%;
    }
    .left.company .company-txt + .company-txt{
        margin-top: 0;
        padding-top: 14px;
        border-top: none;
        padding-left: 0;
    }
    .left.company .company-txt:nth-child(1) + .company-txt{
        margin-top: 14px;
        padding-top: 14px;
        border-top: 1px solid #eee;
    }

	.area-pro-contents-twins li {
		width:100%;
		}
	.area-pro-contents-twins li + li {
		margin-left: 0;
	}
	.contents .contents-input-wrap .check-box:not(.not50){
		width:65% !important;
	}
	.contents .contents-input-wrap .check-box label{
		font-size:0.9rem;
	}

	.contents .contents-input-wrap .contents-select-wrap .contents-view {
		width:100%;
		line-height:1.5em;
	}

	#AreaListUl li {
		width:calc(100% / 3) !important;
		}


	.service-picture .container h2 {
		margin-left: 10px;
	}

    .main-visual + .main-banner-slider{
        margin-top: 0;
		border-radius:10px;
		height:120px;
    }

	.main-banner-slider .main-banner-slide-pc {
	
		display:none;
	}

	.main-banner-slider .main-banner-slide-mobile {
	
		display:block;
	}

	.main-banner-slider .slick-prev, .main-banner-slider .slick-next {
		display:none !important;
	}

	.area-pro-title h2{
		font-size: 24px;
	}

	.area-pro-contents li:not(.carslayer,.portfolios) {
		/*width: calc(50% - 7px);*/
		width: calc((100% / 3) - 12px);
	}

	.area-pro-contents li.compsintro {
		width: 100%;
		box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
	}

	.area-pro-contents li.mains {
		width: calc(50% - 7px);
	}

	.detail-slider-nav { height:126px; overflow-y:hidden; }

	.interview-slider .interview-slide .interview-slide-img-wrap .interview-slide-img{
		display:none;
	}

	.interview-slider .interview-slide .interview-slide-img-wrap p	{
		padding-top:0;
		}
		

	.area-pro-contents li.portfolios {		

		width:100%;
		margin:0 0 40px;
		padding-right:0;
		border:1px solid #dedede;
		box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
	}

	.area-pro-contents li.portfolios a .area-pro-contents-img {

		height:calc(100vw * 0.6);
	}


	.detail-infor-title .detail-infor-etc-keywords {
		width:100%;

	}
	
	.detail-comps {

		position:relative;
	}

	.detail-infor-comp .detail-infor-comp-sub {
		flex-wrap: wrap;
	}

	.detail-infor-comp .detail-infor-comp-sub .detail-infor-etc-office, .detail-infor-comp .detail-infor-comp-sub .detail-infor-etc-office {
		
		width:100%;

	}

	.detail-infor-comp .detail-infor-hopeWish {
		
		position:absolute;
		bottom:40px;
		right:20px;
	}

	.detail-img{
		width: 100%;
		height: calc(100vw * 0.55);
		overflow: hidden;
	}
}

@media (max-width: 570px) {

	.contents .contents-input-wrap .contents-select-wrap h5, .contents .contents-input-wrap .contents-select-wrap .contents-view {
		font-size:1.5em;
	}
	.contents .contents-input-wrap .contents-select-wrap .contents-view {
		padding-left:20px;
	}

	.area-pro-contents li.carslayer {

		width:100%;
		padding-right:0;
	}

    .area-pro-contents li.carslayer a .area-pro-contents-img{

		height:calc(100vw * 0.75);
	}

	.area-pro-contents li .comps_icon {

		top:calc(100% - 60px);
	}

	.detail-slide, .detail-slide table { min-height:82px !important; }
}

@media (max-width: 540px) {

	.header-mobile	#mobnav .item {
		padding:3px 14px 0;
	}

	.header-mobile	#mobnav .swiper-slide {

		width:auto;
		padding:3px 7px 0;

	}
    .condition-s .condition-s-con ul li{
        width: calc(25% - 4px);
    }
    .condition-s .condition-s-con ul li:nth-child(4n) + li{
        margin-left: 0;
    }
    .condition-half-wrap{
        flex-direction: column;
    }
    .condition-half-wrap .condition-half{
        width: 100%;
    }
    .condition-half-wrap .condition-half:nth-child(2){
        padding-left: 0;
        padding-top: 0;
        border-left: none;
    }
    .talk-contents > li .talk-content-top{
        flex-direction: column;
        align-items: flex-start;
    }
    .talk-contents > li .talk-content-top .talk-content-right{
        margin-top: 14px;
    }
    .work-contents li{
        width: 49%;
    }
    .work-contents li.tipscont{
        width: 100%;
		margin-bottom:30px;
    }
    .work-contents li + li{
        margin-left: 2%;
    }
    .work-contents li:nth-child(3n) + li{
        margin-left: 2%;
    }
    .work-contents li:nth-child(2n) + li{
        margin-left: 0;
    }
    .area-pro-contents.thumb li a .area-pro-contents-img{
        width: 40%;
        height: auto;
    }
    .area-pro-contents.thumb li a .area-pro-contents-txt{
        width: 60%;
        padding-right: 5px;
    }
    .area-pro-contents.thumb li a .area-pro-contents-txt .maptel-wrap{
        margin-top: 14px;
    }
    .area-pro-contents li a .area-pro-contents-txt .label > li{
        font-size: 12px;
        padding: 2px 4px;
    }

	#contLayerPrint {
		display:none;
		border:0px solid #000;
		background:#fff;
		position: fixed;
		width: 500px;
		height: 550px;
		top: 50%;
		left: 50%;
		margin: -255px 0px 0px -230px;
		z-index:100;
		padding:20px;
		border:1px solid #000;
	}

	.detail-infor-comp {
        flex-direction: column;
        align-items: flex-start;
	}

	.area-pro-contents li a .area-pro-contents-txt.cars .cont-label {
		height:auto;
	}
	
	
	.footer .footer-menu { display:none; }

	.detail-slider-line .detail-slider-for .detail-slide {
	
		height:calc(100vw * 0.65);
		/*height:350px;*/
	}
	
	
	.area-pro-contents.thumb li a {

		flex-direction: column;
	}

    .area-pro-contents.thumb li a .area-pro-contents-img{
        width: 100%;
        /*height: auto;*/
		height:calc(100vw * 0.55);
		line-height: 100%;
    }
	.area-pro-contents li a .area-pro-contents-img img:not(.smalls) {
		flex: 0 0 auto;
		width: 100%;
		height: 100%;
		/*max-width: 100%;
		max-height: 100%;
		margin: auto;*/
		object-fit: cover;
	}
    .area-pro-contents.thumb li a .area-pro-contents-txt{
        width: 100%;
        padding-right: 10px;
		border-left: 1px solid #eee;
    }
    .area-pro-contents.thumb li a .area-pro-contents-txt .maptel-wrap{
        margin-top: 14px;
    }
    .area-pro-contents li a .area-pro-contents-txt .label > li{
        font-size: 12px;
        padding: 2px 4px;
    }

	.detail-slide table { min-height:60px; }

	.detail-slider-nav { height:109px; overflow-y:hidden; }

	.area-pro-contents li .button {
		padding:0 !important;
		height:120px !important;
		line-height:200px !important;
		font-size:1em !important;
	}

	.company-map {
		height:320px !important;
	}

	.company-map #map {
		height:300px !important;
	}
}
@media (max-width: 480px) {
	.work-contents li {
		width: 100%;
		margin-left:0 !important;
		max-height:400px !important;
	}

	.work-contents li a .work-contents-img:not(.magazine) {
		height:calc(100vw * 0.7);
		margin-bottom:15px;
	}
	.work-contents li a .work-contents-img.magazine {
		height:calc(100vw * 0.7);
		max-height:265px;
		min-height:217px !important;
	}

	.work-contents li + li {
		margin-left: 0;
	}

    .contents .taps ul li{
        width: calc(50% - 2px);
    }
    .contents .taps ul li.useselect{
        width: 100%;
    }
    .contents .taps ul li a{
        width: 100%;
    }
    .contents .contents-input-wrap .contents-select-twin{
        flex-wrap: wrap;
    }
    .contents .contents-input-wrap .contents-select-twin .contents-select-wrap{
        width: 100%;
    }
    .contents .contents-input-wrap .contents-select-twin .contents-select-wrap + .contents-select-wrap{
        margin-left: 0;
    }
    .contents .contents-input-wrap .contents-select li:not(.twoone){
        width: calc(33.33% - 3px);
    }
    .contents .contents-input-wrap .contents-select li.twoone{
        width: calc(50% - 3px);
    }
    .contents .contents-input-wrap .contents-select li + li, .contents .contents-input-wrap .contents-select li:nth-child(4n) + li {
        margin-left: 4px !important;
    }
    .contents .contents-input-wrap .contents-select li:nth-child(3n) + li {
        margin-left: 0px !important;
    }
    .condition-s .condition-s-con ul li{
        width: calc(33.33% - 3px);
    }
    .condition-s .condition-s-con ul li:nth-child(4n) + li{
        margin-left: 4px;
    }
    .condition-s .condition-s-con ul li:nth-child(3n) + li{
        margin-left: 0;
    }

	.select_due_date li.twoone {
		margin-top:10px;
		margin-left:0 !important;
	}

	#contLayerPrint {
		display:none;
		border:0px solid #000;
		background:#fff;
		position: fixed;
		width: 80%;
		height: 540px;
		top: 50%;
		left: 50%;
		margin: -270px 0px 0px -45%;
		z-index:100;
		padding:20px;
		border:1px solid #000;
	}
	#printConfig {width:100%;height:500px;float:left;z-index:100;}
	#printConfigBody {width:calc(100% - 20px);height:420px;padding:10px 0;background:transparent;overflow-y:auto;margin:0 auto;}
	#printConfigTail {text-align:center;width:100%;height:30px;padding:10px 0;background:transparent;}
	#printContent {width:100%;height:540px;float:left;margin-left:100px;}

	.fs09s { font-size:0.9em !important; }

	.detail-slider-nav { height:71px; overflow-y:hidden; }
}


@media (max-width: 460px) {
	.area-estimate .container ul{
		justify-content: space-between;
	}
	.area-estimate .container ul li {
		margin-left:0;
		margin-right:0;
	}
}

#preview, .previews {
	width:auto;
	height:auto;
    max-width: 150px;
    max-height: 150px;
    margin-right: 20px;
}

img.conts {
	
	width:auto;
	height:auto;
	max-width:100%;
	margin:0 auto;
}


/*하단네비게이션*/
#bottom-navigation {
	position:fixed;
	bottom:0;
	left:0;
	height:40px;
	background:#fdfdfd;
	width:100%;
	border-top:#ccc 1px solid;
	z-index:10;
}

#bottom-navigation	.bottom-navigation-button {

	width:100%;
	display:flex;
	justify-content: space-around;
	max-width:500px;margin:0 auto;
}
#bottom-navigation	.bottom-navigation-button .bottom-navigation-item {
	width:25%;
	text-align:center;
	height:40px;
	padding-top:10px;
}

#bottom-navigation	.bottom-navigation-button .bottom-navigation-item img {
	height:19px;
}



/*의뢰인정보*/
.input-authno {

	width:calc(60% - 80px) !important;
}

#span_timer {
    display: inline-block;
    color: #f00;
    font-size: 15px;
    margin-left: 10px;
    width: 70px;
    font-weight: bold;
    text-align: center;
}

.auth_request {display:inline-block;height: 50px !important;margin-left:10px;width:120px;font-size:15px !important;}
.auth_request_second {display:inline-block;height: 50px !important;margin-left:10px;width:120px;font-size:15px !important;}
.auth_request_disabled {background:#ccc !important;cursor:default !important;}
.submit_disabled {margin-top:12px; background:#a5adb9; font-weight:bold; font-size:15px;cursor:default;}
.submit_abled {margin-top:12px; background:#2c394c; font-weight:bold; font-size:15px;cursor:pointer;}
