.subCon{
	color: #555555;
	word-break: keep-all;
	width: 96%;
	max-width: 980px;
	font-family: 'Noto Sans KR', sans-serif;
	/*font-family: 'Rajdhani', sans-serif;*/
	margin: 0 auto;
	word-break: keep-all;
}
.subCon h1{
	font-size: 70px;
	color: #282828;
	font-weight: 500;
	line-height: 46px;
	letter-spacing: 1px;
}
.subCon h2{
	font-family: 'Rajdhani', sans-serif;
	font-size: 54px;
	font-weight: 300;
	color: #282828;
	line-height: 50px;
	letter-spacing: -1px;
	margin: 0 0 40px;
}
.subCon h3{
	font-family: 'Rajdhani', sans-serif;
	font-size: 48px;
	font-weight: 100;
	line-height: 44px;
	letter-spacing: -0.7px;
	margin: 0 0 24px;
}
.subCon h2 strong, .subCon h3 strong{
	font-weight: 500;
}
.subCon h4{
	font-size: 20px;
	font-weight: 300;
	color: #282828;
	letter-spacing: -0.7px;
}
.subCon p, .sqs p{
	margin: 0; padding: 0;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0px;
	font-weight: 300;
	color: #282828;
}
.subCon a{
	text-decoration: none;
	color: #282828;
	font-weight: 300;
}
.subCon ul{
	margin: 0px;
	padding: 0px;
}
.subCon li{
	list-style: none;
	font-size: 15px;
	letter-spacing: -1px;
	display: inline-block;
} 
.subCon img, .sqs img{
	max-width: 100%;
}

.img_alt{
	display: block;
	width: 1px; height: 1px;
	position: absolute;
	left: -9999px; top: -9999px;
	overflow: hidden;
}
.subCon .fc_w{
	color: #fff;
}
.text_left{
	text-align: left;
}
.text_center{
	text-align: center;
}
.text_right{
	text-align: right;
}
.float_left{
	float: left;
}
.float_right{
	float: right;
}   
.bg_grn{
	background-color: #303e3d;
}
.bg_gry{
	background-color: #555a5a;
}
.bg_gry1{
	background-color: #383838;
}
.bg_gry2{
	background-color: #494949;
}
.bg_drd{
	background-color: #2d2a2a;
}
.hr_line{
	display: block;
	width: 50px;
	border-bottom: 1px solid #f2f2f2;
	opacity: 0.7;
	margin: 30px 0;
}
.hr_line.m_a{margin:30px auto;}
.hr_line1{
	border-bottom: 1px solid #282828;
} 
.hr_line2{
	width: 70px;
	margin: 50px auto;
	border-bottom: 2px solid #b08151;
}
.mdl_cd{
	margin-right: 3%;
	margin-left: 3%;
}
.lst_cd{
	margin-right: 0px !important;
	margin-left: 0px !important;
}
.pd_150{
	padding: 150px 0px;
}

.subCon .mt_15{
    margin-top: 15px;
}
.subCon .mt_25{
    margin-top: 25px;
}
.subCon .mt_50{
    margin-top: 50px;
} 
.subCon .mb_50{
    margin-bottom: 50px;
}
.subCon .mb_100,
.widgetBorder .subCon > .mb_100{
    margin-bottom: 100px;
}
/******* sub_menu  *******/
.sub_menu{
	text-align: center;
	margin-bottom: 80px;
}
.sub_menu h2{
	margin: 150px 0 10px;
}
/******* slogan  *******/
.slogan{
	background: url("http://cnjps.co.kr/layouts/cnj/img/sub02_1_01.jpg") no-repeat center;
	height: 665px;
	position: relative;
	margin-bottom: 0px;
}
.slogan a, .slogan h2, .slogan h4{
	color: #fff;
}
.slogan h2{
	padding-top: 190px;
	margin-bottom: 5px;
	font-size: 90px;
	line-height: 86px;
}
.slogan h3{
	margin-bottom: 5px;
	font-size: 40px;
	color: #fff;
	opacity: 0.8;
	font-weight: 100;
}
.sub_body h4 {
    font-size: 20px;
    font-weight: 300;
    color: #282828;
    letter-spacing: -0.7px;
}
.slogan p{
	font-weight: 300;
	margin-bottom: 50px;
}
.slogan .fw100{font-weight:100;}
.slogan .fw100 span{font-weight:400;}
.slogan .subMenu{
	position: relative;
	max-width: 1145px;
}
.slogan .subMenu > ul{
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.slogan .subMenu > ul > li{        
	width: 14%;
	border: 1px solid #d2d2d2;
	margin: 0 -2px;
	transform-style: preserve-3d;
}
.slogan .subMenu > ul > li > a{
	display: block;
	background-color: #fff;
	color: #282828;
	position: relative;
}
.slogan .subMenu > ul > li > a.active span::after{
	background-color: #b08151;
	/*color: #fff;*/
	color:#282828;
}
.slogan .subMenu > ul > li > a span{
	display: block;
	width: 100%;
	padding: 15px 0px;
}
.slogan .subMenu > ul > li > a span::before{
	content: attr(title);
	position: absolute;
	top: 0; left: 0;
	background-color: #b08151;
	width: 100%;
	padding: 15px 0px;
	/*color: #fff;*/
	color:#282828;
	transform-style: preserve-3d;
	transition: .3s;
	transform: rotateX(90deg) translateY(50px);
	transform-origin: bottom;
}
.slogan .subMenu > ul > li > a span:hover::before{
	transform: rotateX(0deg) translateY(0px);
}
.slogan .subMenu > ul > li > a span::after{
	content: attr(title);
	position: absolute;
	top: 0; left: 0;
	background-color: #fff;
	width: 100%;
	padding: 15px 0px;
	color: #282828;
	transform-style: preserve-3d;
	transition: .3s;
	transform: rotateX(0deg) translateY(0px);
	transform-origin: top;
}
.slogan .subMenu > ul > li > a span:hover::after{
	transform: rotateX(90deg) translateY(-10px);
}
.slogan ul ul{
    position: absolute;
    bottom: -45px;
    width: 605px;
}
.slogan ul ul li{
    float: left;
}
.slogan ul ul li a{
	background-color:#fff;
	border:1px solid #d2d2d2;
	border-radius:50px;-moz-border-radius:50px;-webkit-border-radius:50px;-o-border-radius:50px;
    color: #333;
    display: block;
    padding: 5px 15px;
	margin:0 3px 6px;
    transition: all 0.5s;
	    font-size: 15px;
}
.slogan ul ul li a:hover{
    background-color: #b08151;
	border-color:#b08151;
	color:#fff;
}
.slogan .active1{
    background-color: #b08151;
	border-color:#b08151;
	color:#fff;
}

.sgr_info{
	position: absolute;
	bottom: 0px; left: 0px;
	width: 100%;
	background-color: rgba(48,62,61,0.9);
	padding: 25px 0;
}
.sgr_info ol{
	margin: 0;
	padding: 0;
	width: 100%;
}
.sgr_info ol li{
	color: #fff;
	width: 17%;
	padding: 0 4% 0 3%;
	border-right: 1px solid #b9b9b9;
}    
.sgr_info ol li:first-child{
	padding-left: 9%;
	width: 28%;
} 
.sgr_info ol li:last-child{
	padding-right: 33px;
	border-right: none;
}

.sgr_info ol li span{
	font-weight: 100;
	float: right;
	font-size: 14px;
	letter-spacing: 0px;
}
.sgr_info ol li span strong{
	font-weight: 500;
}

/******* sub_title  *******/

.sub_title{
	padding: 150px 15px;
	background-color: #303e3d;
}
.sub_title h3, .sub_title h4{
	font-weight: 500;
	margin-bottom: 20px;
}
.sub_title .subCon  h4{
	margin-top: 40px;
	color: #bea488;
}
.sub_title .subCon  p{
	color: #fff;
}
.sub_title p{
	color: #fff;
}
.sub_title p:last-child{
	margin-top: 20px;
}


/******* care_prgm  *******/

.care_prgm{
	padding: 150px 0 100px;
	text-align: center;
}
.care_prgm .w_30 p{
	margin-top: 20px;
	font-weight: 100;
}
.care_prgm .radius_txt{padding:7px 6px;margin:12px 0 0;background-color:#c4996c;text-align:center;font-size:15px;color:#fff;font-weight:300;line-height:23px;border-radius:24px;-moz-border-radius:24px;-webkit-border-radius:24px;-o-border-radius:24px;letter-spacing:-1px;}
.w_30{
	width: 31%;
	color: #fff;
	padding-bottom: 50px;
	box-sizing: initial;
	margin-top: 40px;
}
.w_30:not(.mdl_cd){
	margin-bottom: 40px;
}
 
.subCon .sys_gray{
	margin-top: 10px;
	margin-bottom: 30px;
	opacity: 0.3;
}

/************ CAUTIONS ****************************/

.cautions{
	padding: 150px 0;
	box-sizing: border-box;
	color: #fff;
	background: #3f3f3f;
}
.cautions_list{
	margin-top: 80px;
}
.cautions_list div{
	background-color: #fff;
	margin-bottom: 6px;
	background: linear-gradient(to right, #b08151 46px, #fff 1px);
	overflow: hidden;
	border: 1px solid #7c7872;
	padding-right: 15px;
}
.cautions_list span{
	display: block;
	width: 45px; height: auto;
	line-height: 57px;
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 24px;
	font-family: 'Rajdhani', sans-serif;
}
.cautions_list p{
	margin: -42px 0 15px 65px;
	font-size: 17px;
	font-weight: 300;
}
.cautions .subCon > p:last-child{
	margin-top: 20px;
	font-size: 13px;
	text-align: right;
}

/******* slogan  *******/
.slogan{
	background: url("http://cnjps.co.kr/layouts/cnj/img/sub02_1_01.jpg") no-repeat center;
}
/******* sub_wide  *******/
.sub_wide{
	width: 100%; height: 564px;
	background: url("http://cnjps.co.kr/layouts/cnj/img/sub02_1_03.jpg") no-repeat 75% center;
	padding-top: 150px;
	box-sizing: border-box;
}
.sub_wide1{
	background: url("http://cnjps.co.kr/layouts/cnj/img/sub02_1_05.jpg") no-repeat right center;
}
.sub_wide2{
	background: url("http://cnjps.co.kr/layouts/cnj/img/sub02_1_07.jpg") no-repeat left center;
}  
.sub_wide3{
	height: 975px;
	background: url("http://cnjps.co.kr/layouts/cnj/img/sub02_1_09.jpg") no-repeat  center;
	padding-top: 250px;
}    
.sub_wide .sub_body p{
	font-weight: 300;
	margin-bottom: 20px;
}  
.sub_wide3 h4{
	font-family: 'Rajdhani', sans-serif;
	opacity: 0.4;
	color: #fff;
	font-size: 40px;
	margin: 15px 0 10px;
}
.sub_wide3 p img{
	opacity: 0.4;
}
.w_40{
	width: 45%; 
	float: right;
}
.w_60{
	width: 60%; 
}
.sub_wide1 .w_40, .sub_wide3 .w_40{
	float: left;
}

/************ sq_3 ****************/

.sq_3{
    max-width: 350px;
    width: 30%;
    box-sizing: border-box;
}
.sq_3.mdl_cd{
    border-right: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    width: 34%;
    padding: 0 40px 30px;
}
.sq_3 h4{
    font-weight: 400;
    font-size: 18px;
    color: #c4996c;
}
.sq_3 p{
    font-size: 14px;
}
.sq_3 .hx_num ,
.sq_4 .hx_num {
    position: relative;
    display: block;
    width: 38px; height: 21px;
    line-height: 21px;
    background-color: #c4996c;
    margin: 0 auto;
    color: #fff;
}
.sq_3 .hx_num.blue ,
.sq_4 .hx_num.blue{background-color:#8fabc2;}
.sq_3 .hx_num.blue2 ,
.sq_4 .hx_num.blue2{background-color:#30638c;}
.hx_num:before,
.hx_num:after {
  content: "";
  position: absolute;
  width: 0; left: 0;
  border-left: 19px solid transparent;
  border-right: 19px solid transparent;
}
.hx_num:before {
  bottom: 100%;
  border-bottom: 10px solid #c4996c;
}
.hx_num.blue:before{border-bottom-color:#8fabc2;}
.hx_num.blue2:before{border-bottom-color:#30638c;}
.hx_num:after {
  top: 100%;
  width: 0;
  border-top: 10px solid #c4996c;
}
.hx_num.blue:after{border-top-color:#8fabc2;}
.hx_num.blue2:after{border-top-color:#30638c;}
.hx_num ~ h4{
    margin-top: 40px;
    margin-bottom: 20px;
}

.fc_blue{color:#9cb5c9 !important;}
.fc_blue2{color:#30638c !important;}


/******* wide_end  *******/
.wide_end{
	height: 600px;
	background: url("http://cnjps.co.kr/layouts/cnj/img/sub02_1_18.jpg") no-repeat center;
	padding-top: 200px;
	box-sizing: border-box;
}
.wide_end p{
	font-weight: 100;
}
.clear-both:after{content:''; display:block; clear:both;}

.type_col_wrap{max-width:968px;margin:0 auto;}
.type_col_wrap3{max-width:1260px;}
.type_col_wrap .type_inner{margin:0 0 -18px;}
.type_col_wrap .type_con{display:table;width:100%;margin:0 0 18px;background-color:#fff;table-layout:fixed;overflow:hidden;}
.type_col_wrap .thumb{display:table-cell;width:50%;vertical-align:middle;border:1px solid #eaeaea;border-right:0;}
.type_col_wrap .thumb img{max-width:100%;vertical-align:top;}
.type_col_wrap .txt_area{display:table-cell;width:50%;padding:20px 0;vertical-align:middle;border:1px solid #eaeaea;text-align:left;}
.type_col_wrap2 .txt_area{position:relative;}
.type_col_wrap2 .txt_area:before{content:"";position:absolute;left:-4px;top:-1px;display:block;width:6px;height:300%;background-color:#c4996c;border-top:1px solid #c4996c;border-bottom:1px solid #c4996c;border-right:1px solid #eaeaea;border-left:1px solid #eaeaea;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;-o-box-sizing:content-box;z-index:20;}
.type_col_wrap2 .txt_area:first-child:before{display:none;}
.type_col_wrap3 .txt_area{width:33.33%;}
.type_col_wrap .txt_wrap{padding:0 45px;}
.type_col_wrap .txt_wrap2{padding:0 150px;}
.type_col_wrap .txt_wrap .type_box{font-size:0;}
.type_col_wrap .txt_wrap .type{position:relative;display:inline-block;margin:0 0 15px;color:#c4996c;font-family:'Rajdhani', sans-serif;font-size:20px;font-weight:700;}
.type_col_wrap .txt_wrap .type:before{content:"";position:absolute;left:0;bottom:0;display:block;width:100%;height:1px;background-color:#c4996c;}
.type_col_wrap .txt_wrap .caption{margin:0 0 13px;}
.type_col_wrap .txt_wrap .caption img{max-width:100%;opacity:1;}
.type_col_wrap .txt_wrap .caption2{margin:0 0 8px;color:#333;font-size:20px;font-weight:400;line-height:125%;}
.type_col_wrap .txt_wrap .caption2 span{font-weight:300;}
.type_col_wrap .txt_wrap .txt{margin:0 0 30px;color:#333;font-size:16px;font-weight:300;line-height:150%;}
.type_col_wrap .txt_wrap .txt strong{font-weight:500;}
.type_col_wrap .num_list_wrap .num_caption{margin:0 0 15px;}
.type_col_wrap .num_list_wrap .num_caption img{opacity:1;}
.type_col_wrap .num_list_wrap .num_list_inner{padding-left:5px;}
.type_col_wrap .num_list_wrap .num_list_con{font-size:0;}
.type_col_wrap .num_list_wrap .num_list_con .num_txt{position:relative;display:inline-block;padding-left:33px;margin:0 0 6px;color:#333;font-size:16px;font-weight:300;line-height:23px;}
.type_col_wrap .num_list_wrap .num_list_con .num_txt .num{position:absolute;left:0;top:0;width:23px;height:23px;line-height:23px;text-align:center;background-color:#c4996c;color:#fff;font-size:16px;font-weight:400;}
.type_col_wrap .cate_txt_wrap{margin:0 0 -9px;}
.type_col_wrap .cate_txt_con{position:relative;padding-left:145px;font-size:0;margin:0 0 9px;}
.type_col_wrap .cate_txt_wrap .cate_box{position:absolute;left:0;top:0;display:inline-block;margin:0 15px 0 0;width:130px;height:32px;line-height:32px;text-align:center;background-color:#1c1c1c;border-radius:24px;-moz-border-radius:24px;-webkit-border-radius:24px;o-border-radius:24px;color:#fff;font-size:16px;font-weight:400;}
.type_col_wrap .cate_txt_wrap .cate_txt{display:inline-block;margin:0;color:#333;font-size:16px;font-weight:300;line-height:24px;padding:4px 0;}
.type_col_wrap .btn_wrap{font-size:0;margin:30px 0 0;}
.type_col_wrap .btn_wrap a{position:relative;display:inline-block;width:98px;height:27px;line-height:25px;border:1px solid #aaa;text-align:center;color:#787878;font-size:12px;font-weight:600;font-family:'Rajdhani', sans-serif;transition:.25s;}
.type_col_wrap .btn_wrap a:before{content:"";position:absolute;left:0;top:50%;display:block;width:9px;height:2px;margin:-1px 0 0;background-color:#787878;transition:.25s;}
.type_col_wrap .btn_wrap a:hover{background-color:#b08151;color:#fff;border-color:#b08151;}
.type_col_wrap .btn_wrap a:hover:before{width:100%;background-color:#fff;}
.type_col_wrap .bdrs{margin:30px 0;padding:7px 0;background-color:#333;border-radius:24px;-moz-border-radius:24px;-webkit-border-radius:24px;-o-border-radius:24px;text-align:center;}
.type_col_wrap .bdrs p{color:#fff;font-size:15px;font-weight:300;line-height:20px;margin:0;}