@charset "utf-8";
@import url("/css/reset.css?ver=2");
@import url("/css/basic.css");
@import url("/css/button.css");
@import url("/css/font-awesome.css");
@import url("/css/ionicons.css");

input[type=radio],input[type=checkbox] {margin-bottom:1px;}

.jg{font-family:"lottemartdream_Medium";}

/*롯데마트드림폰트*/
.lm_l{font-family:"lottemartdream_Light";}
.lm_m{font-family:"lottemartdream_Medium";}
.lm_b{font-family:"lottemartdream_Bold";}

/*쥐마켓폰트*/
.g_l{font-family:"Gmarket_Light"}
.g_m{font-family:"Gmarket_Medium"}
.g_b{font-family:"Gmarket_Bold";}

/*header*/
.ch_tbanner{
    width: 100%;
    height: 120px;
    background: url(/img/chungho/main/ch_top_banner.jpg) no-repeat;
}
.ch_tbanner p{
    max-width: 1200px;
    margin: 0 auto;
    opacity: 0;
}
#ch_tnb {
    height: 30px;
    position: relative;
    background: #fff;
}
#ch_tnb_inner {
    width: 1200px !important;
    margin: 0 auto;
    padding: 9px 0 0;
    display: block;
    overflow: hidden;
}
.ch_hdwrap{
    width: 100%;
    min-width: 1200px;
    background: #fff;
    transition: all 0.5s;
    z-index: 999999;
}
#ch_hd_top{
    width: 1200px;
    margin: 0 auto;
    height: 120px;
    position: relative;
}
.ch_hd_logo{
    width: 300px;
    padding-top: 15px;
}
.ch_hd_logo img{
    width: 100%;
    
}
 .ch_title_name{
    display: inline-block;
    float: right;
    font-size: 20px;
    padding-right: 15px;
    color: #666;
}

/*검색창*/
#ch_hd_sch {
    width: 400px;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#ch_hd_sch .ch_sch_frm {
    width: 400px;
    height: 43px;
    border: 2px solid #d4dce1;
}
#ch_hd_sch .ch_sch_frm .ch_sch_stx {
    width: 400px;
    height: 35px;
    border: 0;
    top: 6px;
    left: 15px;
    line-height: 35px;
    background-image: #fff;
    padding: 0 15px;
    font-size: 15px;
    text-align: center;
}
#ch_hd_sch .ch_sch_frm .ch_sch_submit {
    width: 45px;
    height: 40px;
    color: #d4dce1;
    font-size: 25px;
    position: absolute;
    top: 0;
    right: 0;
}
.ch_hd_num {
    display: block;
    position: absolute;
    top: 10%;
    right: 0;
}
li.ch_num1 {
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    font-family:"Gmarket_Light";
}
li.ch_num2 {
    font-size: 35px;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 35px;
    padding-top: 5px;
}
li.ch_num2 a{
    color: #005aab;    
}
.sch_best{
    width: 400px;
    height: 30px;
    margin: 0 auto;
}
.sch_best span{
    float: left;
    display: inline-block;
    width: 80px;
    height: 20px;
    margin-right: 10px;
    background: #005aab;
    color: #fff;
    text-align: center;
    line-height: 20px;
    border-radius: 3px;
    font-weight: bold;
}
.sch_best ul{
    width: 300px;
    float: left;
    display: flex;
}
.sch_best ul li{
    flex:1;
    height: 20px;
    text-align: center;
    line-height: 20px;
}
.sch_best ul li:nth-child(n+2){
    border-left: 1px solid #ddd;
}
/*카테고리*/
..gnb_fixed {
    position: fixed !important;
    top: 0px;
    z-index: 999999;
    /* transition: all 0.5s; */
    /* box-shadow: 1px 1px 10px 1px #ddd; */
    border: 0 !important;
}
.gnb_fixed_ch {
    position: fixed !important;
    top: 0px;
    z-index: 999999;
    border: 0 !important;
}
div.ch_menu_wrap {
    position: relative;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    background: #eee;
}
div.ch_manu_con {
    position: relative;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
}
ul.ch_gnb {
    width:100%;
    height: 100%;
    display: flex;
    margin: 0 auto;
    background: #eee;
}
ul.ch_gnb li {
    position: relative;
    flex: 1;
    height: 100%;
    float: left;
    line-height: 60px;
    text-align: center;
    /* transition: all 0.3s; */
    cursor: pointer;
}
ul.ch_gnb li a {
    display: block;
    font-weight: 600;
    font-family:"Gmarket_Light";
    font-size: 16px;
}
ul.ch_gnb li a:hover{
    background-image: linear-gradient(60deg,#0065A4,#92d5ff);
    color: #fff;
    border-radius: 30px;
}
#ch_open_menu{
    display: none;
}

/*메인배너*/
.ch_main_rol_slide{
    position: relative;
    width: 100%;
    height: 500px;
    overflow:hidden;
}
.ch_main_rol_slide .pager-prev{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.ch_main_rol_slide .pager-next{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.ch_main_rol_slide ul li a img{
    width: 100%;
}
.ch_main_pager{
    position: absolute;
    left: 70%;
    top: 50%;
    transform: translateY(-50%);
    width: 200px;
}
.ch_main_pager ul{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.ch_main_pager ul li{
    flex:1;
    background: #fff;
    margin-bottom: 5px;
}
.ch_main_pager ul li:hover{
    border: 1px solid #0065A4;
}
.ch_main_pager ul li:nth-chlid(4){
    margin-bottom: 0;
}
.ch_main_pager ul li a{
    width: 100%;
    height: 100%;
    display: block;
}
.ch_main_pager ul li a img{
    height: 100%;
}

.ch_cont_wrap{
    width: 100%;
    background: #fff;
    padding: 30px 0 50px;
    overflow: hidden;
    position: relative;
}
.ch_story{
     width: 1200px;
    margin: 100px auto;
}
h2.ch_title{
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    text-align: left;
    font-size: 48px;

}
.style_bar{
    display: inline-block;
    width: 100%;
    height: 3px;
    background: #0065A4;
    background-image: linear-gradient(to left,#0065A4,#108fde) !important;
    margin-bottom:20px;
}

.ch_best_wrap{
    width: 1200px;
    margin: 0 auto;
}
.ch_best_banner{
    position: relative;
}
.ch_best_banner a{
    position: absolute;
}
.sub_target01{
    left: 0;
    top: 0;
    width: 42%;
    height: 100%;
    display: inline-block;

}
.sub_target02{
    top: 0;
    left: 42%;
    width: 25%;
    height: 100%;
    display: inline-block;
}
.sub_target03{
    right: 0;
    top: 0;
    height: 100%;
    width: 35%;
    display: inline-block;
}
.price_color_ch{
    color: #0065a4;
        font-family:"Gmarket_Medium";
}
.youtube_wrap{
    display: flex;
    overflow: hidden;
}
.youtube_wrap .youtube_inner{
    flex: 1;
    margin-right: 25px;
    justify-content: space-between;
}
.youtube_wrap .youtube_inner:last-child{
    margin-right: 0;
}
.iframe_txt{
    display: block;
    width: 575px;
    height: 30px;
    background: #fff;
    line-height: 30px;
    font-size: 16px;
    color: #262626;
    margin-right: 25px;
    justify-content: space-between;
    font-family:"lottemartdream_Medium";
}
.ch_secondbanner_wrap{
    width: 100%;
    margin: 70px 0;
}
.ch_sec_bn{
    background-color: #fff;
}
.ch_sec_title{
    width: 100%;
}
.ch_best{
    width: 100%;
}
.ch_recommeneded{
    width: 1200px;
    margin: 100px auto;
    height: 700px;
}
.ch_recom_tabs{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.ch_recom_tabs li{
    flex: 1;
    /*width: 24.8%;*/
    text-align: center;
    font-family:"Gmarket_Light";
    font-size: 18px;
    color: #666;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.ch_recom_tabs li.current{
    color: #fff;
    background: #0065A4;
}
.recom_tab-content.current {
    display: inherit;
}
.ch_recom_prd{
    width: 1200px;
    height: 100%;
    float: left;
}
.ch_pr_low{
    width: 1200px !important;
    height: auto;
}
.ch_pr_low ul{
    width: 100% !important;
    height: auto;
    float: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#ch_content ul{
    width: 50% !important;
    height: auto;
    float: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#ch_content ul li{
   width: 49.3%; 
}
.ch_pr_low ul li {
    width: 24.6%;
    padding: 0px;
    position: relative;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    margin: 2px;
    background: #fff;
}
.ch_pr_low ul li a {
    text-decoration: none;
}
.ch_pr_low ul li dl dt {
    list-style: none !important;
    background: #fff;
    font-size: inherit;
    font-weight: 700;
    position: relative;
    vertical-align: middle;
}
.tran.cj::before {
    top: 0;
    left: 0;
}
.ch_pr_low li dt img {
    width: 100%;
}
.ch_pr_low ul li dl{
    height: 100%;
    background: #fafafa;
}
.ch_pr_low ul li dl dt::before, .ch_pr_low ul li dl dt::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    z-index: 50;
}
.tran:hover::before {
    border-top-color: #0065A4;
    border-right-color: #0065A4;
}
.tran.ch:hover::after {
    border-bottom-color: #50b3ff;
    border-left-color: #50b3ff;
    transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}

.ch_pr_low_first{
    position: relative;
    width: 25%;
    height: 100%;
    float: left;
    margin-top: 2px;
}
.ch_pr_low_first a{
    width: 100%;
    height: 100%;
    display: block;
}
.ch_pr_low_first a img{
    width: 100%;
}
.ch_pr_low_first a span{
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-block;
    width: 140px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    text-align: center;
    background: rgba(265,265,265,.8);
    transform: translate(-50%, -50%);
}
.ch_pr_low_first a span:hover{
    background: #fff;
}
.ch_name{
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}
.ch_pr_low li .model {
    font-family:"Gmarket_Light";
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 10px;
}
.contract_ch {
    overflow: hidden; padding:10px 5px; height: 50px;}
.contract_ch p {
    margin-left:5px; 
    width:31.5% !important; 
    padding:4px 0; 
    text-align: center; 
    float: left; 
    background: #dcdcdc; font-size: 11px;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    /*border-radius: 15px; border: 1px solid #3f51b5; color:#3f51b5;}*/
}
.fbx_bg2_ch{
    display: none;
}
button.btn.btn-lg.ns.ch_btn{
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    width: 50%;
    margin: 0 auto;
    height: 40px;
    line-height: 15px;
    color: #fff;
    background: #009dff;
    margin-bottom: 15px;
    border-radius: 2em;
}

button.btn.btn-lg.ns.ch_btn:hover{
    border-radius: 2em;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    background-image: -moz-linear-gradient( 60deg , #00bcd4, #0065a4);
    background-image: -webkit-linear-gradient( 60deg , #00bcd4, #0065a4);
    background-image: -ms-linear-gradient( 60deg , #00bcd4, #0065a4);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bcd4', endColorstr='#0065a4',GradientType=1 );
}


/*청호나이스 이벤트 css*/
.ch_event_wrap{
    width: 100%;
    height: auto;
}
.ch_event_wrap .ch_event_inner{
    width: 1200px;
    margin: 0 auto;
}
.ch_event_wrap .ch_event_inner h2{

}
.ch_event_wrap .ch_event_inner ul{
 width: 100%;
 display: flex;
}
.ch_event_wrap .ch_event_inner ul li{
    flex: 1;
}
.ch_event_wrap .ch_event_inner ul li img{
    width: 100%;
}
.ch_gift_call{
    width: 1200px;
    height: 150px;
    margin: 50px auto;
    margin-top: 80px;
}
.ch_gift_call ul{
    height: 100%;
    display: flex;
    justify-content: space-between;

}
.ch_gift_call ul li{
    width: 585px;
    overflow: hidden;
    border: 1px solid #ddd;
}

/*청호나이스 상담모달*/

#big_form_ch {
    width: 515px;
    padding: 80px 0;
    border: 1px solid #0065a4;
    border-radius: 0px;
    text-align: center;
    background: #f8f8f8;
}
#big_form_ch h2 {
    width: 310px;
    margin: 0 auto;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    color: #333;
    padding: 6px 0;
}
#big_form_ch span {
    text-align: center;
    font-size: 15px;
    color: #000;
    margin-top: 15px;
    font-weight: normal;
    word-break: keep-all;
    line-height: 20px;
}
#big_form_ch h2>span {
    font-size: 30px;
    font-weight: 900;
    color: #0065a4;
}
#big_form_ch #form_box {
    width: 80%;
    margin: 30px auto 0;
    text-align: center;
}

#big_form_ch #form_box button {
    text-align: center;
    width: 100%;
    height: 35px;
    background: #0065a4;
    margin-top: 20px;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}

/*청호나이스 하단 영역*/
.ch_center {
    width: 1200px;
    margin: 50px auto;
    border: 1px solid #e5e5e5;
    padding: 30px 0;
}
.ch_cen_list ul {
    overflow: hidden;
    text-align: center;
}
.ch_cen_list ul li {
    position: relative;
    float: left;
    width: 33%;
    height: 320px;
    text-align: center;
    border-left: 1px solid #e5e5e5;
}
.ch_cen_list ul li h4 {
    font-size: 24px;
    padding-top: 20px;
    color: #364fa9;
}
.form_txt{
    width: 100px;
    height: 36px;
    line-height: 36px !important;
    display: inline-block;
    font-size: 18px;
    color: #364fa9;
}
.ch_cen_list ul li span {
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    color: #364fa9;
}
.ch_cen_list ul li strong {
    display: block;
    font-size: 35px;
    font-weight: 900;
    color: #111;
    line-height: 60px;
}
span.lunch.ns {
    font-size: 12px;
    font-weight: 600;
}
.ccbt_btn01 {
    display: block;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    line-height: 60px;
}
.ch_cen_list ul li .ccbt_btn01 a {
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    background: #562c00;
    padding: 6px 20px;
    color: #fff;
}
.ch_cen_list ul li .ccbt_btn02 {
    display: block;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    line-height: 60px;
}
.ch_cen_list ul li .ccbt_btn02 a {
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    background: #7a101c;
    padding: 6px 20px;
    color: #fff;
}
/*하단 input박스*/
.counsel-input.ch{
    position: relative;
    height: 200px;
}
.counsel-input.ch .input-area{
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    padding: 0 10px;
}
.counsel-input.ch input[type=text]{
    width: 180px;
    height: 36px;
    border: 0;
    margin-right: 4px;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 26px;
    border: 1px solid #ddd;
}
.ch_bottom_btn{
    width: 74%;
    height: 50px;
    margin: 20px 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
    background: #0065A4;
    background-size: 200% auto;
     text-transform: uppercase;
    transition: 0.5s;
    outline: none;
}
.ch_bottom_btn:hover{
     background-position: right center;
     background-image: -webkit-linear-gradient(left, #84fab0 0%, #8fd3f4 51%, #84fab0 100%);
     background-image: -o-linear-gradient(left, #84fab0 0%, #8fd3f4 51%, #84fab0 100%);
     background-image: linear-gradient(to right, #84fab0 0%, #8fd3f4 51%, #84fab0 100%);
}
.ch_cen_list .ch_checkbox{
    width: 100%;
    display: inline-block;
    line-height: 20px;
}
li.ch_bottom_sns{
    display: flex;
    flex-direction: column;
    padding: 10px;
    justify-content: space-between;
    background: url(/img/chungho/main/ch_talkbg2.jpg)no-repeat;
}
.ch_kakao .ch_bottom_snsimg{
    background: #fce006;
}
.ch_bottom_snsimg{
    width: 100px;
    height: 100px;
    text-align: center;
    float: left;
    display: inline-block;
    background: #00c63b;
    padding: 25px;
}
.ch_bottom_snsimg img{
    width: 50px;
}
li.ch_bottom_sns div{
    margin-bottom: 10px;
}
.ch_bottom_sns a{
    width: 100%;
    height: 100%;
    display: inline-block;
    color: transparent;

}
/*청호나이스 하단 살시간*/
.ch_real_timg{
    width: 100%;
    height: 100%;
    padding-left: 10px;
}
.ch_real_timg p{
    display: flex;
}
.ch_real_timg span{
    flex: 1;
    font-size: 14px !important;
    line-height: 30px !important;
    color: #666 !important;
    font-weight: bold;
    font-family:"Gmarket_Medium";
}
.ch_real_timg #ticker_02{
    height: 100%;
}
.ch_real_timg ul.ch_ticker{
    width: 100%;
    overflow: hidden;
}
.ch_real_timg ul.ch_ticker li{
    width: 100%;
    height: 30px;
    border: 0 !important;
    margin-bottom: 7px;
}
.ch_real_timg ul.ch_ticker li ul{
    width: 100%;
    display: flex;
}
.ch_real_timg ul.ch_ticker li ul li{
    flex: 1;
}
.ch_real_timg ul.ch_ticker li ul li:first-child{
    flex: 0.5;
}
.color01_ch{
    width: 70px;
    height: 25px;
    border-radius: 25px;
    background-color: #ff2e2d;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-weight: 600;
}
.color02_ch{
    width: 70px;
    height: 25px;
    border-radius: 25px;
    background-color: #325bff;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-weight: 600;

}
/*청호나이스 footer css 시작*/
#ch_ft{
    width: 100%;
    height: 250px; 
    background-color: #282c35;  
}
.ch_fgnb{
    width: 100%;
    border-bottom: 1px solid ;
}
.ch_fgnb_wrap{
    width: 1200px;
    height: 40px;
    margin: 0 auto;
}
.ch_fgnb_wrap .ch_f_left{
    float: left;
    width: 50%;
    display: flex;
}
.ch_fgnb_wrap .ch_f_left li{
    margin: 10px 0;
    margin-right: 25px;
    border-right: 1px solid #373d49;
    padding-right: 25px;
}
.ch_fgnb_wrap .ch_f_left li:last-child{
    border-right: 0;
}
.ch_fgnb_wrap ul li a{    
    color: #6a6a6a;   
}
.ch_fgnb_wrap ul li:hover a{
    color: #fff;
}

.ch_copyright{
    width: 1200px;
    margin: 0 auto;
}
.ch_footer_logo{
    width: 300px;
    margin: 70px 0;
    float: left;
}
.ch_footer_logo img{
    width: 100%;
}
.ch_footer{
    width: 900px;
    float: left;
    padding: 30px;
    color: #848383;
    line-height: 18px;
    text-align: left;
    letter-spacing: 0;
}
.ch_footer span{
  margin: 5px 7.5px;
  display: inline-block;  
}
.ch_footer a{
    color: #f7f7f7;
}
.ch_footer p{
    margin-top: 50px;
    padding-left: 10px;
}
.ch_copy{
    width: 100%;
    height: 30px;
    background-color: #454c5b;
    text-align: center;
    color: #77787b;
    line-height: 30px;
}
.bt_button.ch{
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 99999;
    display: block;
    overflow: hidden;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.2) url(/images/new_skin2019/ico_top.png) no-repeat center 50%;
    background-size: 25px;
    text-indent: -9999px;
}
.bt_button:hover {
    background-color: #000;
}

/*상세페이지 버튼*/
.ch_btn_v{
    width: 100%;
    height: 70px;
    background: #0065a4;
    color: #fff;
    font-size: 30px;
    font-family:"Gmarket_Medium";
    background-size: 200% auto;
     text-transform: uppercase;
    transition: 0.5s;
    outline: none;
}
.ch_btn_v:hover{
     background-position: right center;
     background-image: -webkit-linear-gradient(left, #84fab0 0%, #8fd3f4 51%, #84fab0 100%);
     background-image: -o-linear-gradient(left, #84fab0 0%, #8fd3f4 51%, #84fab0 100%);
     background-image: linear-gradient(to right, #84fab0 0%, #8fd3f4 51%, #84fab0 100%);
}


.contract_ch p.agreement,
.contract_ch p.ownership{display:none;}
.contract_ch p.cycle{width:97.5%!important}