@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');


#xet-content.pd-sm-t60 {
    padding-top: 0px !important;
}
.xet-container {
    margin: 0;
    padding: 0 !important;
    width: 100% !important;
}
.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, .subMenu 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, .subMenu h2 strong, .subMenu h3 strong{
    font-weight: 500;
}
.subCon h4, .subMenu h4{
    font-size: 20px;
    font-weight: 300;
    color: #282828;
    letter-spacing: -0.7px;
}
.subCon p, .sqs p, .subMenu 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, .subMenu .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_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_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;
}
/******* 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/sub06_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;
}
.slogan p{
    font-weight: 200;
    margin-bottom: 50px;
}
.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: 20%;
    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;
}
.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;
    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: -30px;
    width: 600px;
}
.slogan ul ul li{
    float: left;
}
.slogan ul ul li a{
    color: #000;
    display: block;
    padding: 0 15px;
    transition: all 0.5s;
}
.slogan ul ul li a:hover{
    color: #b08151;
    text-shadow: 1px 1px 3px rgba(120,120,120,0.6);
}
.slogan .active1{
    color: #b08151;
    text-shadow: 2px 2px 3px rgba(120,120,120,0.6);
}

.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:last-child{
    margin-top: 20px;
}

/******* sub_wide  *******/
.sub_wide{
    width: 100%; height: 564px;
    background: url("http://cnjps.co.kr/layouts/cnj/img/sub06_1_03.jpg") no-repeat 60% center;
    padding-top: 150px;
    box-sizing: border-box;
}
.sub_wide1{
    background: url("http://cnjps.co.kr/layouts/cnj/img/sub03_1_05.jpg") no-repeat 40% center;
}
.sub_wide2{
    background: url("http://cnjps.co.kr/layouts/cnj/img/sub03_1_07.jpg") no-repeat 80% 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 .subCon 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;
}
.hr_line1{
    border-bottom: 1px solid #282828;
}
.w_40{
    width: 45%; 
    float: right;
}
.w_60{
    width: 60%; 
}
.sub_wide1 .w_40, .sub_wide3 .w_40{
    float: left;
}

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

.care_prgm{
    padding: 150px 0 100px;
    text-align: center;
}
.care_prgm .w_30 p{
    margin-top: 20px;
    font-weight: 100;
}
.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;
}
   
/******* 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;
}


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

.cautions{
    height: 1013px;
    padding: 150px 0 80px;
    box-sizing: border-box;
    color: #fff;
    background: url("http://cnjps.co.kr/layouts/cnj/img/sub02_2_33.jpg") repeat center;
}
.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;
}
 
.s_txt_wrap{position:relative;max-width:1160px;padding:0 0 40px 324px;margin:0 auto 60px;}
.s_txt_wrap .tit_wrap{position:absolute;left:0;top:0;width:324px;height:100%;padding-left:25px;border-right:1px solid #b9b9b9;}
.s_txt_wrap .tit_wrap .tit img{max-width:100%;opacity:1;}
.s_txt_wrap .txt_area{padding-left:108px;}
.s_txt_wrap .txt_area .img_col{font-size:0;margin:0 -10px -20px;}
.s_txt_wrap .txt_area .img_col .con{display:inline-block;vertical-align:text-top;padding:0 10px 20px;}
.s_txt_wrap .txt_area .img_col .con .img{}
.s_txt_wrap .txt_area .img_col .con .img img{opacity:1;}
.s_txt_wrap .txt_area .txt_wrap{margin:48px 0 0;padding-left:15px;}
.s_txt_wrap .txt_area .txt_wrap .txt{margin:0 0 12px;color:#333;font-size:20px;font-weight:600;}
.s_txt_wrap .txt_area .txt_wrap .txt2{margin:0 0 20px;color:#333;font-size:16px;font-weight:100;line-height:140%;}
.s_tb{max-width:1160px;margin:0 auto;}
.s_tb table{width:100%;border-collapse: collapse;border-spacing: 0;}
.s_tb table p:last-child{margin:0;}
.s_tb thead th{padding:20px 0;border:1px solid #a2a2a2;text-align:center;background-color:#fbfbfb;}
.s_tb thead th.brown{background-color:#b08151;}
.s_tb thead th.bdrn{border-right:0;}
.s_tb thead th.bdln{border-left:0;}
.s_tb thead th p{line-height:21px;color:#333;font-size:16px;font-weight:300;}
.s_tb thead th.brown p{color:#fff;}
.s_tb tbody th{border:1px solid #a2a2a2;text-align:center;background-color:#f2f2f2;}
.s_tb tbody th p{color:#333;font-size:16px;font-weight:300;line-height:21px;}
.s_tb tbody td{padding:35px 10px;border:1px solid #a2a2a2;text-align:center;}
.s_tb tbody td.p80{padding:80px 10px;}
.s_tb tbody td p{color:#333;font-size:16px;font-weight:300;line-height:21px;}
.s_tb tbody td p strong{display:block;}
.s_tb tbody td .img_txt{position:relative;padding:0 30px;display:inline-block;}
.s_tb tbody td .img_txt p{position:absolute;top:0;line-height:39px;}
.s_tb tbody td .img_txt .left{left:0;}
.s_tb tbody td .img_txt .right{right:0;}
.s_tb tbody td .img_txt img{height:39px;}
.ss_wide{
    width: 100%; height: 705px;
    background: url("http://cnjps.co.kr/layouts/cnj/img/s6561.jpg") no-repeat 60% center;
    padding-top: 190px;
    box-sizing: border-box;
}

.sub_left_img_wrap{position:relative;width:100%;max-width:100%;padding:0 0 180px 350px;text-align:left;}
.sub_left_img .left_img{position:absolute;left:0;bottom:0;}
.sub_title .my_img{margin:40px 0 0;}
.sub_title .my_img img{max-width:100%;opacity:1;}
.pd_0{padding-bottom:0 !important;}
/************ 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;}
.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;
}
.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_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;
}

@media screen and (max-width: 1100px ) {
    .sub_wide{
        height: 380px;
        background-position: 55% center ;
        background-color: rgba(255,255,255,0.5);
        background-blend-mode: color;
        padding: 60px 15px 0;

    }
    .sub_wide1{
        background-position: 75% center ;
        background-color: rgba(0,0,0,0.5);
    } 
    .sub_wide2{
        background-position: 50% center;
        background-color: rgba(0,0,0,0.5);
    } 
    .sub_wide3{
        height: 700px;
        background-position: 65% center ;
        background-color: rgba(255,255,255,0.1);
        background-blend-mode: lighten;
        padding: 80px 15px 0;

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

    /******* fonts  *******/
    .subCon h1{
        font-size: 50px;
    } 
    .subCon h2{
        font-size: 40px;
    }
    .subCon h3{
        font-size: 36px;
    }

    .sub_menu h2{
        margin: 100px 0 10px;
    }

    /******* slogan  *******/
    .slogan{
        height: 550px;
    }
    .slogan h2{
        font-size: 50px;
        padding-top: 195px;
        line-height: 46px;
    }
    .slogan h3{
        font-size: 30px;
    }
        
    .slogan .subCon > ul > li{        
        width: 33%;
    }
    .slogan ul ul {
        width: 670px;
        bottom: -89px;
        left: -260px;
    }
    .sgr_info ol li{
        text-align: center;
    }
    .sgr_info ol li span{
        float: none;
    }   
    .sgr_info ol li:first-child span{
        display: block;
    }
    .w_40{
        width: 65%; 
    }
    .w_60{
        width: 85%; 
    }

}

@media screen and (max-width: 670px ) {
    .m_none{
        display: none;
    }
    .pd_150{
        padding: 80px 0px;
    }
    
    .mdl_cd{
        margin-right: 0;
        margin-left: 0;
    }
    .sub_title{
        padding: 80px 10px;
    }
    /******* sub_menu  *******/
    .sub_menu{
        margin-bottom: 40px;
    }
    .sub_menu h2{
        margin: 50px 0 10px;
    }

    /******* slogan  *******/
    .slogan{
        height: 600px;
    }
    .slogan h2{
        padding-top: 235px;
    }
    .slogan .subCon > ul > li{        
        width: 50%;
    }
    .slogan ul ul {    
        width: 480px;
        bottom: -167px;
        left: -6px;
    }
    .slogan > .subCon h2, .slogan > .subCon h3, .slogan > .subCon h4, .slogan > .subCon p{
        margin-right: 10px;
        margin-left: 10px;
    }
    
    
    .sgr_info{
        position: inherit;
        overflow: hidden;
        padding: 10px 0;
    }
    .sgr_info ol li{
        width: 70%;
        padding: 15px 0;
        float: none;
        border-right: 0px;
        border-bottom: 1px solid #b9b9b9;
        margin-left: 15%;
    }    
    .sgr_info ol li:first-child{
        padding-left: 0%;
        width: 70%;
        padding-left: 20px;
        box-sizing: border-box;
    } 
    .sgr_info ol li:last-child{
        padding-right: 1%;
        border-right: none;
        border-bottom: 0px;
    }
    .sgr_info ol li span{
        float: right;
        font-size: 14px;
        letter-spacing: 0px;
        margin-right: 60px;
    }
    .sgr_info ol li:first-child span{
        margin-right: 40px;
    }

    .sub_wide3{
        padding-top: 40px;
    }  
    .sub_wide3 h4{
        font-size: 32px;
    }  
    .w_40, .w_60{
        width: 100%; 
    }
    .w_30{
        width: 100%;
        padding-bottom: 0px;
        margin-top: 50px;
    }
    .w_30:not(.mdl_cd){
        margin-bottom: 0px;
    }
    .care_prgm{
        padding: 70px 0 70px;
    }
    .wide_end{
        height: 450px;
        padding: 50px 15px;
    }  
    
    .cautions{
        height: auto;
        padding: 70px 10px 80px;
        background-position: top center;
    }
    .cautions_list{
        margin-top: 40px;
    }


}

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

    .pd_150{
        padding: 40px 0px;
    }
    /******* slogan  *******/
    .slogan{
        height: auto;
        background-repeat: repeat;
        background-position: left bottom;
        padding-bottom: 20px;
    }

    .sub_wide3{
        height: 760px;
        background-position: 30% center ;
        padding-top: 50px;

    }
    .slogan h2{
        padding-top: 400px;
    }
    .slogan ul ul {    
        width: 98%;
        bottom: -272px;
        left: -6px;
    }
    .slogan .subCon > ul > li{        
        width: 100%;
    }
    .cautions_list  p{
        margin: -42px 0 15px 60px;
        font-size: 16px;
    }

}

.clear-both::after{
    content: "";
    display: block;
    clear: both;
}