body{
    font-family: 'NanumSquareRound'!important;
}
*{
    font-family: 'NanumSquareRound';
}
.search_wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.src_title{
    font-size: 2rem;
    margin-bottom: 2rem;
    line-height: 3rem;
    color: var(--mono_main);
    font-family: 'NanumSquareRound';
}
.search_btn_box{
    display: flex;
    justify-content: center;
    border-bottom: 1px solid var(--mono_main);
    margin-bottom: 2rem;
    /* box-sizing: border-box; */
}
.src_btn{
    font-weight: bold;
    cursor: pointer;
    line-height: 2rem;
    padding: 0 1rem;
    font-size: 1.2rem;
    box-sizing: border-box;
    color: var(--mono_main);

}
.hide_space{
    height: 100px;
    width: 100%;
}
.src_btn.active{
    color: #009de4;
    border-bottom: 2px solid #009de4;
    box-sizing: border-box;
}
.src_input{
    border-radius: 0.5rem;
    background-color: white;
    padding: 0.75rem 1rem;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.src_input>input{
    width: 100%;
    border: none;
    outline: none;
}

.src_submit{
    line-height: 2.5rem;
    border-radius: 0.5rem;
    width: 100%;
    border: none;
    outline: none;
    background-color: var(--mono_sub);
    color: white;
    font-size: 1rem;
}
.src_submit.active{
    background-color: #009de4;
}
.src_input{
    position: relative;
}
#cateSelSpace{
    left: 0;
    top: 0;
    z-index: 10;
    background-color: white;
    position: absolute;
    display: none;
    width: 100%;
    box-sizing: border-box;
}
#cateSelSpace.active{
    display: block;
}
.sel_menu.dth_2{
    margin-top: 40px;
}
.sel_menu.dth_3{
    background-color: var(--mono_back);
    border-top: 1px solid var(--mono_line);
    border-bottom: 1px solid var(--mono_line);
}
.sel_box{
    overflow-y: auto;
    width: 100%;
    height: 300px;
    box-sizing: border-box;
}
.sel_title{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #009de4;
    color: white;
    display: flex;
    line-height: 24px;
    justify-content: space-between;
    padding: 8px 20px;
    box-sizing: border-box;
    
}
.src_cate.dth_2{
    font-weight: bold;
}
.sel_menu >li>a{
    line-height: 24px;
    display: block;
    width: 100%;
    padding: 8px 20px;
    box-sizing: border-box;
}
.banner_out_wrap {
    position: relative;
    min-width: 1200px;
    background-color: rgba(0, 157, 228, 0.1);
    height: 700px;
    margin-bottom: 100px;
}
.search_wrap{
    width: 600px;
    height: 600px;
    padding-right: 100px;
    box-sizing: border-box;
    position: absolute;
    overflow: hidden;
    top: 53px;
    right: 50%;
}
.mb_wrap{
    margin: 0 auto;
    width: 600px;
    height: 595px;
    position: absolute;
    overflow: hidden;
    top: 53px;
    left: 50%;
}
.wrap2 {
    width: 100%;
    /* display: flex; */
    /* flex-wrap: wrap; */
    height: 100%;
}

.wrap2_inner1 {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    background-size: cover;
}
.swiper-wrapper{
    width: 100%;
    height: 100%;
}
.mainbanner {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}


.wrap2_inner1>img{
    width: 100%;
    height: 100%;
    object-position: center;

}
.m_b_txts {
    padding: 20px;
    box-sizing: border-box;
    font-family: 'NanumSquareRound';
    /* padding-top: 200px; */
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.m_b_title {font-family: 'NanumSquareRound';
    font-weight: 700;
    margin-bottom: 50px;
    line-height: 1.3;
}
.m_b_subt{
    line-height: 1.3;
}
.ban_bot{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 10;
    background: linear-gradient(0deg, #11111170, transparent);
    font-size: 20px;
    color: white;
}
.ban_bot_inner{
    position: relative;
    height: 100%;
}
.ban_bot_inner>.pagination_fraction{
    font-family: 'NanumSquareRound';
    font-weight: bold;
    position: absolute;
    bottom: 50%;
    left: 46px;
    transform: translateY(50%);
    vertical-align: middle;
    opacity: 0.7;
}
.ban_arr{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ban_arr>i{
    cursor: pointer;
}
.ban_arr>.ban_pause{
    margin: 0 60px;
    height: 26px;
    width: 26px;
}
.def_new_wrap{
    display: flex;
    /* justify-content: space-between; */
}
.def_new_box{
    margin-right: 20px;
    margin-bottom: 100px;
    border: 1px solid var(--mono_line);
    width: calc(25% - 15px);
    overflow: hidden;
    border-radius: 10px;
}
.def_new_box:nth-child(4n){
    margin-right: 0;
}
.def_new_img{
    width: 100%;
    height: 200px;
}
.def_new_img>img{
    width: 100%;
    height: 100%;
}
.def_new_txts{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
.def_new_cate{
    margin-bottom: 10px;
    font-size: 16px;
    color: var(--mono_sub);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}
.def_new_title{
    margin-bottom: 20px;
    color: var(--mono_main);
    font-size: 18px;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.def_new_price{
    font-size: 20px;
    color: #009de4;
    font-weight: 600;

}
.def_prod1{
    position: relative;
    /* height: 385px; */
    overflow: hidden;
    min-width: 1200px;
    margin-bottom: 100px;
        
}
.ban_prev,.ban_next{
    height: 20px;
    width: 20px;
}
.m_title{
    margin-bottom: 50px;
    text-align: center;
    width: 100%;
    font-size: 30px;
    font-family: 'NanumSquareRound';
    font-weight: bolder;


}
.def_swiper{
    width: 480px;
    height: 300px;
    position: relative;
}
.def_pro_box{
    border-radius: 0 0 150px 150px;
    overflow: hidden;
}
.def_pro_box>img{
    width: 100%;
    height: 100%;
}
.def_prod1_wrap{
    height: 300px;
    margin-bottom: 50px;
}
.def_prod1_inner{
    overflow: hidden;
    width: 1903px;
    position: absolute;
    left: 50%;
    top: 85px;
    transform: translateX(-50%);
    display: flex;
    box-sizing: border-box;
}
.def_prod_txts{
    font-family: 'NanumSquareRound';
    position: relative;
    background-color: white;
    z-index: 10;
    width: 730px;
    transform: translateX(-2px);
    margin-right: 37px;
}
.def_next,.def_prev{
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 12;
}
.def_next{
    left: -25px;
    transform: translateY(-50%);
}
.def_prev{
    right: -25px;
    transform: rotate(180deg) translateY(50%)!important;
}
.def_prod_text_inner{
    width: 380px;
    float: right;
}
.def_cete_txt{
    font-size: 16px;
    color: var(--mono_sub);
    margin-bottom: 20px;
}
.def_title_txt{
    color:#009de4;
    font-size: 18px;
}
.def_txt_line{
    width: 30px;
    height: 2px;
    background-color: #E2E2E2;
    margin: 20px 0;
}
.def_city_txt{
    margin-bottom: 40px;
    font-size: 18px;
}
.def_city_bold{
    font-weight: bold;
    color: var(--mono_main);
    margin-right: 10px;
}
.def_city_light{
    color: var(--mono_sub);
}
.def_price_txt{
    display: inline-block;
    border: 1px solid #009de4;
    text-align: right;
    color:#009de4;
    border-radius: 10px;
    padding: 14px 20px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 600;
    min-width: 200px;
}
.def_pages{
    display: flex;
    width: 100%;
    height: 30px;
    position: relative;
    justify-content: space-between;
}
.def_prog{
    overflow: hidden;
    width: 1090px;
    height: 4px;
    display: block;
    position: absolute;
    left: calc(50% - 55px);
    transform: translate(-50%, -50%);
    top: 50%;
    height: 10px;
    border-radius: 5px;
}
.def_prog .swiper-pagination-progressbar-fill{
    background-color: #009de4;

}
.def_paging{
    font-family: 'NanumSquareRound';
    font-size: 20px;
    position: absolute;
    right: calc(50% - 620px);
    top: 50%;
    transform: translate(-50%,-50%);
    font-weight: bold;
}
.def_now_page{
    color: #009de4;
}
.def_total_page{
    color: var(--mono_sub);
}
.mid_ban{
    overflow: hidden;
    height: 500px;
    margin-bottom: 100px;
    border-radius: 10px;
}
.mid_ban_inner{
    background-size: cover;
    background-position: center;
    font-family: 'NanumSquareRound';
    width: 570px;
    font-size: 30px;
    text-shadow: 0 0 10px #00000040;
    padding: 30px;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    align-items: center;
    border-radius: 10px;
}
.mid_ban_title{
    line-height: 1.2;
}
.prod_spe{
    margin-bottom: 100px;
}
.prod_spe_inner{/
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.prod_spe_box{
    background-size: cover;
    background-position: center;
    position: relative;
    display: block;
    width: calc(50% - 10px);
    overflow: hidden;
    border-radius: 10px 10px 50px 50px;
    height: 380px;
    margin-bottom: 20px;
}
.prod_stk{
    border-radius: 5px;
    top: 20px;
    left: 30px;
    line-height: 20px;
    position: absolute;
    padding: 0px 10px ;
    box-sizing: border-box;
    font-size: 14px;
    font-family: 'NanumSquareRound';
    color: #fff;
}
.prod_spe_bg{
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #009de491, transparent);
    height: 200px;
    width: 100%;
}
.spe_box_title{
    position: absolute;
    text-align: center;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    width: 450px;
    font-size: 20px;
    font-family: 'NanumSquareRound';
}
.disp_wrap{
    margin-bottom: 200px;
}
.disp_btn{
    display: flex;
    justify-content: flex-end;
}
.disp_btn > a{
    font-size: 14px;
    color: #009de4;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid var(--mono_line);
}
.disp_con{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.disp{
    width: calc(50% - 10px);
    height: 340px;
}
.disp_left{
    width: calc(50% - 10px);
}
.disp_left{
    border-radius: 10px;
    overflow: hidden;
    height: 337px;
}
.disp_left>img{
    width: 100%;
    height: 100%;
}
.disp_left>iframe{
    width: 100%;
    height: 100%;
}
.disp_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.disp_title{
    color: #009de4;
    font-family: 'NanumSquareRound';
    font-size: 24px;
}
.disp_txt{
    font-size: 18px;
    color: #828282;
    line-height: 30px;
    overflow: hidden; 
    text-overflow: ellipsis ; 
    display: -webkit-box;
    -webkit-line-clamp: 8 ; /* 라인수 */    
    -webkit-box-orient: vertical ; 
    word-wrap:break-word ;
    font-family: 'NanumSquareRound';
    max-height: 240px;
    text-align: center;
    margin-top: 10px;
}
.disp_border{
    width: 30px;
    height: 2px;
    margin: 20px 0;
    background-color: #E2E2E2;
}
.prod_tab_wrap{
    margin-bottom: 70px;
}
.prod_tabs{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.prod_tab{
    transition: box-shadow 0.3s;
    cursor: pointer;
    padding: 8px 30px;
    margin: 0 20px;
    border-radius: 10px 10px 30px 30px;
    background-color: white;
    color: #828282;
    font-size: 24px;
    font-family: 'NanumSquareRound';
}
.prod_tab.active{
    background-color: #009de4;
    color: #fff;
    box-shadow: 5px 5px 15px 5px rgba(27,127,204,0.2);
}
.prod_tab:hover{
    box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.1);
}
.prod_tab_boxes{
    display: none;
    width: 810px;
    /* display: flex; */
    flex-direction: column;
    margin: 0 auto;
}
.prod_tab_boxes.active{
    display: flex;
}
.prod_tab_box{
    padding: 20px;
    box-sizing: border-box;
    transition: box-shadow 0.3s;
    border-radius: 10px 10px 75px 75px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.prod_tab_box:hover{
    box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.1);
}
.prod_tab_img{
    margin-right: 20px;
    width: 300px;
    height: 200px;
    border-radius: 10px 10px 50px 50px;
    overflow: hidden;
}
.prod_tab_img>img{
    width: 100%;
    height: 100%;
}
.prod_tab_txts{
    color: #828282;
    font-size: 16px;
    line-height: 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.prod_tab_title{
    width: 400px;
    font-size: 18px;
    color: #009de4;
}
.prod_tab_desc{
    width: 400px;
    font-size: 20px;
    font-weight: 600;
    color: var(--mono_point);
    overflow: hidden; 
    text-overflow: ellipsis ; 
    display: -webkit-box;
    -webkit-line-clamp: 2 ; /* 라인수 */    
    -webkit-box-orient: vertical ; 
    word-wrap:break-word ;
}
.prod_tab_opt_title{
    color: #4E4E4E;
    font-weight: bold;
    margin-right: 10px;
}
.prod_tab_border{
    width: 30px;
    height: 2px;
    background-color: #E2E2E2;
    margin: 20px 0;
}
.cs_wrap{
    width: 100%;
    padding: 40px 0;
    box-sizing: border-box;
    background-color: #F9F9F9;
}
.cs_top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.cs_t_box{
    flex-grow: 1;
}
.cs_t_box.w_bg{
    margin-right: 10px;
    background-color: white;
    border-radius: 10px;
    padding: 40px;
    box-sizing: border-box;
}
.cs_t_title{
    color: #111111;
}
.cs_t_title>span{
    margin-left: 20px;
    font-size: 30px;
}
.cs_t_phone{
    font-size: 40px;
    font-weight: bold;
    color: #009de4;
    margin: 20px 0;
}
.cs_t_time{
    font-size: 16px;
    line-height: 24px;
    color: #828282;
    
}
.cs_t_bank_title{
    font-size: 30px;
    color: #009de4;
    margin-top: 20px;
    font-weight: bold;
}
.cs_t_bank_num{
    font-size: 40px;
    color: #4E4E4E;
    font-weight: bold;
    margin: 10px 0 20px 0;
}
.cs_t_bank_name{
    font-size: 16px ;
    color: #828282;
}

.cs_s_title{
    color: #4E4E4E;
    font-size: 20px;
    margin-bottom: 20px;
}
.cs_s_title>b{
    color: #111111;
}
.cs_t_cst_btn{
    font-size: 30px;
    color: #009de4 !important;
    font-weight: bold;
}
.cs_t_box.tr_bg{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cs_new_t{
    font-size: 20px;
    color: #4E4E4E;
    margin-bottom: 20px;
    text-align: center;
}
.cs_new_btns{
    display: flex;
    justify-content: space-between;
}
.cs_new_t{
    text-align: left;
}
.cs_new_btn{
    color: #009de4 !important;
    font-size: 20px;
    border: 1px solid #009de4;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: white;
    height: 95px;
    width: calc((100% / 3) - 5px);
}
.cs_new_btn>i{
    margin-bottom: 10px;
}
.cs_bot{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.cs_b_box{
    padding: 20px;
    box-sizing: border-box;
    width: calc(50% - 5px);
    background-color: white;
    border-radius: 10px;
    min-height: 200px;
}
.cs_b_title>p{
    font-size: 16px;
}
.cs_b_title>a{
    font-size: 14px;
    color: #009de4;
    font-weight: 500;
}
.cs_b_title{
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #E2E2E2;
    padding: 10px 0;
    box-sizing: border-box;
}
.con5_ntc_table{
    border-top: 10px;
    box-sizing: border-box;
    width: 100%;
    border-collapse: collapse;
}
.con5_ntc_table>tr{
    font-size: 14px;
    
    width: 100%;
}
.con5_ntc_table td{
    box-sizing: border-box;
    vertical-align: middle;
    padding: 5px 0;
}
.con5_ntc_con{
    overflow: hidden;
    text-overflow: ellipsis;
    width: 85%;
    color: #111111;
}
.con5_ntc_date{
    color: #828282;
    text-align: right;
    white-space: nowrap;
}