@charset "utf-8";


/* file upload */ /* 190319 */
.filebox {position:relative; font-size:0;}
.filebox input[type="file"] {
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    border:0;
}
.filebox .upload_name {width:100%; padding-right:30px; margin-right:5px; text-overflow:ellipsis;}
.filebox .upload_name + label {display:inline-block; width:80px; height:36px; line-height:36px; text-align:center; font-size:13px; color:#fff; background:#484848;}
.filebox .upload_name + label:hover {background:#333;}
.filebox .upload_display {position:relative; width:100%; height:196px; margin-top:10px; overflow:hidden;}

.filebox .btn_del {display:none; position:absolute; top:8px; right:100px; width:20px; height:20px; background:url("../images/btn_del_n.png") no-repeat; z-index:10;}
.filebox .btn_del:hover {background:url("../images/btn_del_s.png") no-repeat;}

.filebox label + p {margin-top:10px; font-size:13px; color:#464e55;}
.upload_display {width:320px !important; height:144px !important; background:#f2f2f2;}
.upload_thumb_wrap {position:relative; width:215px; height:144px; overflow:hidden;}
.upload_thumb_wrap img {max-width:100%; max-height:100%;}


/* contents */
.txtr{ text-align: center !important; }
.txtr .popVl{    display: inline-block !important;  }
#textarea-content{ white-space: pre-line; }
#wrap {   height: inherit;  position: relative; max-width: 1024px; margin: auto; }
#wrap_common{ height: inherit;  position: relative;min-width: 1024px;width: 1280px; margin: auto; }
.contents{  width: 100%; min-height: 300px; }
.contents_wrap{
    /*min-height: 700px;*/
    /*height: 100%;*/
    /*padding: 0 40px;*/
    margin: 0;
    /*display: inline-table;*/
    /*float: right;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*min-width: 1024px;*/
    /*background: url(../image/background.png);*/
    /*background-position-x: 0;*/
    /*background-position-y: 100%;*/
    /*background-repeat: repeat-y;*/
    /*background-size: 236px;*/
    /*z-index: 1; */
}
.contents.pop{padding-bottom: 0 !important;}
/* 대제목 중제목 소제목  */
.sb_txt h2{font-size:28px; padding:60px 0 20px; text-align: center;line-height: 40px;}
.sb_tit p{font-size:18px; line-height: 28px; text-align: center;}
.contents_tt .status {display:inline-block; height:30px; line-height:29px; padding:0 14px; margin-left:5px; font-weight:bold; border-radius:15px; vertical-align:middle;}
.contents_ti{margin: 20px auto 0; display: table; table-layout:fixed;}
.contents_ti > div{display: table-cell;font-size: 18px; line-height: 26px; padding:0 20px;position: relative;}
.contents_ti > div::after{position: absolute; top:4px; left:0; background:rgba(0,0,0,0.1); width:1px; height:20px;content: '';}
.contents_ti > div:first-child::after{background:none;}
.contents_ti > div > span.op4{opacity: 0.4;margin-right: 10px;}
.admin_txt{padding:46px 0 10px;}
.admin_txt h2{font-size: 24px; line-height: 40px; color:#1a1a1a; text-align: center; font-weight: bold;}
.tb_info{position:relative;}
.tb_info h3{font-size:18px; line-height: 40px;margin:40px 0 5px;}
.tb_info2 h3{font-size:16px; line-height: 40px;margin:20px 0 5px;}
.tb_info_s{margin-left:20px; font-size:14px;font-weight: 100;}
.tb_right{position: absolute; top:0; right:0;}
.tb_right>p{font-size:14px; line-height: 40px;}
/* add_owner */ /* 220715 이소혜 추가 */
.tb_info.add_owner h3{display: inline-block; margin-right: 40px;}
.add_owner_con{display: none;}
/* header */
#header{  border: 0 !important;   border-bottom: 1px solid rgba(0,0,0, 0.1);
    width: 236px;
    background: #434658;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    z-index: 9;
    position: absolute; }
.h60{height:60px!important;}
.inner{width:100%; margin:0 auto; padding:0 20px;position: relative; margin-top: 36px;}
.inner.pop{width:100%;}
.header_area {position: relative;}
.header_area .logo{}
.header_area .logo a img{ }
.header_area .logo.pg a img{ }
.area_right{
    padding-top: 45px;
    display: inline-block;
    width: 100%;
    background: #fff;
    padding-bottom: 18px;
    box-shadow: 0px 0px 2px 0px #999;}
.area_right > div{display: inline-block; vertical-align: middle;  font-size: 13px; }
.area_right > div.nav a{line-height: 40px;margin:0 15px; position: relative;}
.area_right > div.nav > div{display: inline-block; position: relative;margin:0 15px;}
.area_right > div.nav > div::after{position: absolute;top:5px; left:-15px; width:1px; height: 14px; background:#333; opacity: 0.1; content: '';}
.img_set{   width: 24px;height: 24px;margin-right: 5px; }
.nav{     display: inline-block; }
.nav > a {      margin-left: 20px;   font-weight: bold; }
.nav > div{ display: inline-block; }
/*.area_right .logo_out{font-weight: bold; position:relative;padding-left: 15px; margin-left: 15px; display: inline-block;  }*/
/*.area_right .logo_out::after{position: absolute; top: 5px; left: 0; width: 1px; height: 14px; background: #333; opacity: 0.1; content: ''; }*/
.top_menu{    display: inline-block;
    padding: 5px 0px;
    font-size: 12px;
    font-weight: bold; }
.logout{ border: 1px solid #ddd;
    border-radius: 5px;
    font-weight: 400;
    margin-left: 20px;
    font-size: 10px;
}
.link_menu{
    padding: 0px 20px;
    border-right: 1px solid #ddd;
}
.link_menu_last{
    border-right: 0px;
}
#contents_box{    max-width: 1024px;  margin: auto;   display: block; font-size: inherit; }
.rht_box{ float: right; color: #4e4e4e;     letter-spacing: -0.5px; }
.let_box{ font-size: 13px; color: #4e4e4e; }
.let_box{ font-size: 13px; color: #4e4e4e;  float: left; }
.home{ vertical-align: middle; }
.ic_next{ vertical-align: middle; }
.header_gnb{ margin-top: 10px; padding-top:25px; border-top: 1px solid rgba(255,255,255, 0.1); }
.header_gnb .gnb_menu .dep1 > li{    position: relative;  width: 100%;     height: 60px; }
.header_gnb .gnb_menu .dep1 > li:first-child{margin-left:0;}
.header_gnb .gnb_menu .dep1 > li a{      font-weight: normal; font-size: 16px;line-height: 18px; padding: 22px 25px 20px;color: #fff; }
.header_gnb .gnb_menu .dep1 > li.on a{color:#fff; font-weight: bold; }
.header_gnb .gnb_menu .dep1 > li.on{     border-radius: 15px; background-color: #00ac47; }
.header_gnb .gnb_menu .dep1 > li.right{float: right;}
.gnb_menu .dep2 {display: none;position:absolute; top:34px; left:-59px;padding:25px 25px 0;width:180px;border:1px solid #e6e6e6; box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);text-align:center; background:#fff; z-index:200;}
.gnb_menu .dep2.left34{left:-50px !important;}
.gnb_menu .dep2.left40{left:-40px !important;}
.gnb_menu .dep2 > ul > li > a {line-height:20px; padding-bottom: 25px; font-size: 16px !important; color:#0d0d0d !important;}

/* footer */
#footer {position:relative; padding:46px 0 40px; background:#f5f6f7; }
.f_bor{border-top:1px solid rgba(0,0,0,0.1); background:#f5f7fa !important;}
#footer .footer_info {float:left;}
#footer .footer_info .adress {margin-top:35px;}
#footer .footer_info .adress .adress_t {font-weight: bold;margin-right:8px;}
#footer .footer_info .adress span{ font-size:14px; }
#footer .footer_info .adress p {margin-top:4px; font-size:14px;line-height: 19px;}
#footer .footer_info .copy {margin-top:15px; font-size:13px;}
#footer .footer_link {float:right; text-align:left;}
.footer_info_T {position: relative;}
.footer_info_T .f_logo{position: absolute;top:0; left:0;width: 140px; height: 20px;}
.footer_info_T .f_tel{display: table; margin-left: 160px;}
.footer_info_T .f_tel > strong,.footer_info_T .f_tel > span{line-height: 20px; font-size:14px;display: table-cell;vertical-align: middle;}
.footer_info_T .f_tel .tel{font-size:20px; padding:0 10px;line-height: 20px;}
#footer .terms_link_f a:first-child{margin-top:42px;}
#footer .terms_link_f a {display:block; margin-top:8px; line-height:20px; font-size:14px; }
#footer .terms_link_f a:last-child{font-weight:bold;}

/* 승인단계 - 입금대기 */
.line_box{border:1px solid rgba(0, 0, 0, 0.15); margin-top:50px; padding:80px 40px; margin-bottom:20px;}
.line_box:last-child{margin-bottom:0;}
.line_box.line_box_print{padding:50px !important; margin-top:20px;}
.explain{text-align: center;}
.explain .sub_icon img{width: 96px; height:96px; margin-bottom:20px;}
.explain .dep_txt strong{font-size:24px; margin-bottom:20px; color:#5345b7;display: block;}
.explain .dep_txt p{font-size:18px; line-height: 28px;}
.explain .dep_txt .msgTxt2{margin:30px 0 60px; font-size:16px; color:#999; line-height: 24px;}
.app_table_wrap{margin:60px 0;}
.app_table tbody tr td{border-left: 1px solid rgba(0,0,0,0.15);position: relative;vertical-align:top;}
.app_table.bor tbody tr td{border-left:0;}
.app_table tbody tr td:first-child{border-left:0;}
.app_table.font16 tbody tr td > p{font-size: 16px;}
.app_table tbody tr td .total {font-size: 16px;}
.app_table tbody tr td .total span{font-size:28px; font-weight: bold; margin-right:3px;}
.app_table tbody tr td .total > strong{vertical-align: top;line-height: 25px;}
.app_table tbody tr td .total .pur_t{margin-top:8px; font-weight: bold; font-size:14px;}
.app_table tbody tr td .table_t{margin-top:8px;}
.app_table tbody tr td .decision p{margin-top:20px; font-size:16px;}
.table_txtc thead tr th,.table_txtc tbody tr td{text-align: center;}
.by_link{font-size: 14px; color:#1a1a1a; margin-top:30px;}
.signe img{width:24px; height:24px; vertical-align: middle;}
.gray_box{padding:20px 40px 40px; background:#f5f7fa; margin-bottom:40px;}
.gray_box .input_adress > input,.gray_box .input_adress > button{height: 54px; font-size: 16px!important;}
.gray_box .input_adress .find_code{margin-right: 5px; margin-left: 0;}
.gray_box_pa{padding:30px 0 !important; margin-bottom: 20px;}
.gray_box.gray_w480{width: 480px; margin:0 auto 40px;}
.gray_box.gray_w480 .txt_info > dl > dt{width: 30%;}
.gray_box:last-child{margin-bottom:0;}
.gray_box .one_t{font-size:16px; line-height: 24px; text-align: center; padding-top:20px;}
.gray_box .one_tt{font-size:16px; line-height: 24px; text-align: center; margin-top:10px;}
.gray_box.tol{padding:30px 40px 40px;}
.txt_div_wrap,.txt_div_wrap .txt_div dl{display: table; width: 100%;margin-top:20px;}
.txt_div_wrap .txt_div dl:first-child{margin-top:0;}
.txt_div_wrap .txt_div{float: left; width: 50%;vertical-align: top;}
.txt_div_wrap .txt_div:last-child{border-left:1px solid rgba(0,0,0,0.1);padding-left: 40px;}
.txt_div_wrap .txt_div dl dt,.txt_div_wrap .txt_div dl dd{display: table-cell;vertical-align: middle; text-align: left;font-size: 16px;}
.txt_div_wrap .txt_div dl dt{opacity: 0.6; vertical-align: top; padding-right:20px;width: 30%;}
.txt_div_wrap .txt_div dl dd .dl_t{display:table;}
.txt_div_wrap .txt_div dl dd .dl_t .dl_s, .txt_div_wrap .txt_div dl dd .dl_t .dl_r{display: table-cell; font-size: 16px;}
.txt_div_wrap .txt_div dl dd .dl_t .dl_s{font-size:17px; opacity: 0.6;padding-right: 10px; width: 40px;}
.txt_div_wrap .txt_div dl dd .dl_t .dl_r p {opacity: 0.5;}
.txt_div_wrap .txt_div dl dd .dl_t:last-child{padding-top:20px;}
.txt_div_wrap .txt_div.line{border-left: 0; position: relative; background: 0;}
.txt_div_wrap .txt_div.line::before{position: absolute;top:0; left:0; width: 1px; height: 43px; background:rgba(0,0,0,0.1); content: '';}
.sub_txt > p{font-size:20px; margin:40px 0 16px;  font-weight: bold;}
.sub_tit > p{font-size:18px; margin:50px 0 5px; line-height: 40px; font-weight: bold;}
.sub_txt.chk_txt p,.chk_box{display: inline-block;}
.txt_info dl{width: 100%; display: table;padding-top: 40px;}
.txt_info dl:first-child{padding-top: 0;}
.txt_info dl dt,.txt_info dl dd{display: table-cell; vertical-align: middle; font-size: 16px;}
.txt_info dl dt{opacity: 0.6; vertical-align: top; padding-right:20px; width:14%;}
.txt_info dl dt.w16{width: 16%; font-size: 15px !important;}
.font15 > label{font-size:15px;letter-spacing: -0.9px;}
.txt_info dl dd.txt_info_li3 > span:nth-child(2){margin:0 20px;}
.txt_info dl dd.txt_info_li3 .line_day{padding-left:20px; margin-left:20px; position: relative;}
.txt_info dl dd.txt_info_li3 .line_day::after{position: absolute;top:1px; left:0; width:1px; height:15px; background:rgba(0, 0, 0, 0.15); content:'';}
.radio_r{position: relative;}
.radio_r .radio_r_po{position: absolute; top:20px; right:0;}
.radio_r .radio_r_po .chk_box > label{font-size:14px;}
.radio_r .radio_r_po .chk_box:last-child{margin-left:20px;}
.txtc_p{text-align: center;}
.txtc_p > p{font-size: 14px; line-height: 24px;color:#8c8c8c; }
.formul {display: table; width: 100%; table-layout: fixed;}
.formul > li{display: table-cell; vertical-align:top;padding: 0 5px 0 0;width: 35%;}
/* .formul > li:first-child{width: 30%;} */
.formul > li:last-child{padding-right:0;}
.formul > li > .select_box,.formul > li > .select_box select,.formul > li > .input{height:54px;font-size: 16px;}
.select_box.date_select .select2-container .select2-selection--single{height: 54px !important; line-height: 54px !important;}
.select_box.date_select .select2-container--default .select2-selection--single .select2-selection__rendered{line-height: 54px !important;}
.select_box.date_select .select2-container--default .select2-selection--single .select2-selection__arrow{height:54px !important; top:0 !important;}
/* .formul > li > .input{font-size: 16px;} */
.formul > li.w12{width: 12%;}
.formul > li.w19{width: 18.8%;}
.formul > li.w24{width: 24%;}
.formul > li.w27{width: 27%;}
.formul > li.w20{width: 20%;}
.formul > li.w17{width: 17%;}

.txt_info dl dd span:nth-child(2){margin:0 10px;}
.dot_wrap .dot_one{font-size:14px; color:rgba(13,13,13,0.7); border-top:1px solid rgba(0,0,0,0.15); padding:20px 0 0 11px; margin-top: 20px;position: relative;}
.dot_wrap .dot_one::before{position: absolute;top: 30px; left:0; background:#8c8c8c; width: 3px; height:3px; content: ''; }
.dot_wrap .dot_p{position:relative; font-size:14px; color:#8c8c8c; padding:5px 0 0 13px;}
.dot_wrap .dot_p::before{position: absolute;top: 15px; left:0; background:#8c8c8c; width: 3px; height:3px; content: ''; }
.dot_wrap .dot_s{position:relative; font-size:14px; color:#8c8c8c;margin-top:15px; padding-left: 13px;}
.dot_wrap .dot_s::before{position: absolute;top: 10px; left:0; background:#8c8c8c; width: 3px; height:3px; content: ''; }
.dot_wrap .dot_t{position: relative; padding-left:11px; margin-top:8px;display:inline-block;}
.dot_wrap .dot_t:first-child{margin-top:0;}
.dot_wrap .dot_t::before{position: absolute;top: 11px; left:0; background:#0d0d0d; width: 3px; height:3px; content: ''; border-radius:3px;}
.dot_wrap .dot_t.purple::before{background:#5345b7; }
.dot_wrap_p > p{font-size: 14px; margin-top:10px;}
.dot_wrap_p > p:first-child{margin-top:0;}
.dot_wrap.no_line .dot_one{padding-top: 10px;  margin-top: 0; border-top: 0;}
.dot_wrap.no_line .dot_one::before{top:19px;}
.cancle{display: none;}
.line_list{width: 100%; display:table;padding-left: 20px;}
.line_list .list_d{display: table-cell; vertical-align: top;width: 50%;    padding: 0 60px 0 0;}
.line_list .list_d:last-child{padding: 0 0 0 60px; border-left: 1px solid rgba(0,0,0,0.1); position: relative;}
.line_list .list_d:last-child::before{position: absolute;top:75px; left:-15px; width:30px; height: 30px; background:url(../images/ic_+.png) no-repeat; content: ''; background-size: 30px;}
.line_list .list_d .number{font-size:28px; line-height: 28px; color:#4c3bc5; margin-bottom:15px;}
.line_list .list_d .su_tit{font-size:24px; line-height: 30px; color:#000;}
.line_list .list_d .list_left{margin-top:50px;}
.line_list .list_d .list_left_t .color_n{color:#5345b7 !important; margin-right: 8px;}
.line_list .list_d .list_left_t span{font-size:18px; color:#000; display: inline; letter-spacing: -1.5px}
.list_left .dot_pl20{padding-left:37px;margin-top:15px;}
.list_left .dot_pl20 p{font-size:16px; line-height: 22px;position: relative; opacity: 0.6; letter-spacing: -1.2px; margin-bottom: 5px;}
.list_left .dot_pl20 p::before{background:#0d0d0d; width: 4px; height:4px; content: ''; position: absolute;top: 8px; left: -13px; border-radius: 5px; opacity: 0.6;}
.list_left .dot_pl20 p:last-child{margin-bottom: 0;}
.list_right p{font-size:16px; line-height: 22px; margin:50px 0 25px;}
.list_right .number_list{margin-top:25px;}
.list_right div > img{width: 358px;}
.list_right .number_list div{ margin-top:15px;}
.list_right .number_list div span{font-size:18px; color:#000; }
.list_right .number_list div span:first-child{color:#5345b7; margin-right:10px;}

/* 승인단계 - 심사중 */
.formverul ul li{margin-bottom:10px;}
.app_btn{text-align: center; margin-top:40px; font-size: 0;}
.app_btn > a,.app_btn > button:nth-child(2){margin-right: 10px;}
.app_btn > button:nth-child(1){margin-right: 10px;}
.app_btn button{min-width: 220px;}
.app_btn.h60 button{height:60px!important;}

/* 220714 이소혜 추가 */
.line_box2{border: 1px solid rgba(0, 0, 0, .15); margin-top: 50px; padding: 80px 102px;}
.line_box2 .op_tit{font-size: 24px; line-height: 30px; margin-bottom: 20px; text-align: center; color: #000;}
.line_box2 .op_stit{font-size: 16px; line-height: 22px; text-align: center; margin-bottom: 60px; color: #000;}
.line_box2 div > img{width: 360px; height: 140px; margin: 0 auto 40px; display: block;}
.line_box2 ul{display: flex; flex-wrap: wrap; justify-content: center;}
.line_box2 ul:first-of-type{margin-bottom: 25px;}
.line_box2 ul li{font-size: 18px; color: #000; display: flex; align-items: center; margin-right: 20px;}
.line_box2 ul li:last-child{margin-right: 0;}
.line_box2 ul li span:first-child{width: 16px; height: 21px; margin-right: 10px; display: inline-block; text-align: left; color: #5345B7;}
.line_box2 .p_arrow{background: url(../images/ic_arrow.png) no-repeat; display: inline-block; background-size: 16px; width: 16px; height: 16px; margin-left: 20px;}

/* 승인단계 - 승인반려 정보오류 서류오류 */ /* 220713 이소혜 추가 */
.row_list{display: flex; align-items: center;}
.row_list > div:first-child{width: 160px; font-size: 16px; color: #0d0d0d; font-weight: bold;}
.row_list .radio_wrap{display: flex; align-items: center;}
.row_list .radio_wrap > div{margin-right: 20px;}
.row_list .radio_wrap label{font-size: 14px;}
.row_list .radio_wrap > div:last-child{margin-right: 0 !important;}
.row_list .radio_wrap .etcInput{height: 54px;}

/* 승인단계 - 승인완료 */
.noteTxt{text-align: center;}
.noteTxt span{font-size:16px; }
.line_link{display: inline-block; margin-left:20px;color: #5345b7; text-decoration: none; border-bottom: 1px solid;}

/* 약관동의 */
.terms_box{border:1px solid rgba(0, 0, 0, 0.15); padding:60px 40px; margin-top:50px;}
.terms_list{margin-bottom:40px;}
.terms_txt p{font-size:22px; line-height: 28px; text-align: center; margin-bottom:60px;}
.terms_txt p span{margin-left:10px; font-size:16px; line-height: 28px;}
.terms_all{border-bottom:1px solid rgba(0, 0, 0, 0.15); padding-bottom:20px; margin-bottom:20px;}
.terms_all .chk_box label{font-weight: bold;font-size: 18px;}
.terms_list{border-bottom:1px solid rgba(0, 0, 0, 0.15); padding-bottom:20px; margin-bottom:20px;}
.terms_list .chk_box label{font-size: 18px; padding-right: 20px;}
.terms_link{text-align: center; padding-top: 20px;}
.terms_link > button{font-size:20px; line-height: 28px;font-weight: bold; }
/* 약관 동의 상세보기 */ /* 220715 이소혜 추가 */
.detail_show{display: inline-block; float: right;}
.detail_show a{font-size: 16px; color: #5345B7; text-decoration: underline;}

/* dashboard */
.jq_tabonoff.dash{margin:50px 0 80px;}
.jq_cont.dash{padding: 80px 0 80px; background: #f6f5fc;}
.jq_table .jq_table_t{position: relative;margin-bottom: 5px;}
.jq_table .jq_table_t p{font-size:18px; font-weight: bold; line-height:40px;}
.jq_table .jq_table_t .jq_btn{position: absolute; top:0; right:0; font-size: 0;}
.jq_table .jq_table_t .jq_btn > button:first-child{margin-right:5px;}

.jq_cont.dash .jq_cont_w{margin-top:30px;}
.jq_cont.dash .jq_cont_w:first-child{margin-top:0;}
.app_table.dash{border-top:1px solid #0d0d0d; text-align: left;}
.app_table.dash tbody tr td{padding:40px 0 40px 40px; position:relative; border-left:0 !important;letter-spacing: -1.2px;}
.app_table.dash tbody tr td::before{position: absolute;top:40px; left:0; background:#000; opacity: 0.15; content: '';width: 1px; height: 88px;}
.app_table.dash tbody tr td:first-child{ padding-left: 0;}
.app_table.dash tbody tr td:first-child:before{background:none;}
.app_table.dash tbody tr td .total em{vertical-align: top; font-size: 24px; margin-left: 10px}
.app_table.dash tbody tr td .total .total_link{font-size:28px; line-height: 18px; color:#5345b7; font-weight: bold;}
.app_table.dash tbody tr td .jq_font{font-size: 15px; font-weight: bold; margin-bottom: 12px;}
.app_table.dash tbody tr td .dash_btn{position: absolute;top:0; right:40px;}
.app_table.dash tbody tr td .app_wrap{position: relative;}
.app_table.dash tbody tr td .app_wrap span{font-size: 28px; font-weight: bold;line-height: 60px;}
.app_table.dash tbody tr td .dash_btn{margin:10px 0;}
.app_table.dash tbody tr td .dash_btn button,.dash_btn a{background:#fff;color:#0d0d0d; font-size: 14px; border: 1px solid #bfbfbf;}
.app_table.dash tbody tr td .dash_label{margin-top:10px;}
.app_table.dash tbody tr td .dash_label span{font-size:15px; margin-right:10px; position: relative; font-weight: bold;}
.app_table.dash tbody tr td .dash_label span:first-child::before{position: absolute;top:0; right:-8px; width: 1px; height:17px; background:#000; opacity: 0.1; content: '';}
.app_table.dash tbody tr td .label_list{display: inline-block;}
.app_table.dash tbody tr td .label_list span{font-size: 12px; color:#fff; background:#1a1a1a; padding:3px 5px;margin:0 ;}
.app_table.dash tbody tr td .label_list span.plnk{background:#f119a9; color:#fff !important;}
.app_table.notice{border-top:1px solid #0d0d0d; table-layout: fixed;}
.app_table.notice tbody tr td{padding:40px 0; border-left: 0;}
.app_table.notice tbody tr td a{width:99%;font-size:15px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-weight: bold; }

/* 거래내역 */
.total_box { padding-bottom:0; margin-bottom:30px; background:#f6f5fc;}
.total_box.open {padding-bottom:22px;}
.total_box .summary_list li {float:left; position:relative; width:228px; margin:0 10px; text-align:center;}
.total_box .summary_list.list4 li{width:289px;}
.total_box .summary_list li:before {display:block; position:absolute; left:-20px; width:1px; height:100%; background:rgba(26,26,26,.1); content:'';}
.total_box .summary_list li:first-child{margin-left:0;}
.total_box .summary_list li:last-child{margin-right:0;}
.total_box .summary_list li:first-child:before {display:none;}
.list_toggle {text-align:center; transition:background ease-out .7s;}
.list_toggle .btn_toggle{padding:18px 0;   cursor:pointer; transition:border ease-out .7s;border-top: 1px solid rgba(0,0,0,0.05);}
.list_toggle .btn_toggle span,.btn_toggle_close span {display:inline-block; line-height:28px; font-size:16px; font-weight:bold;}
.list_toggle .btn_toggle .btn_ic,.btn_toggle_close .btn_ic{display:inline-block; width:24px; height:24px; margin:1px 0 0 5px; background-size:100%;  vertical-align:top;}
.list_toggle .btn_toggle .btn_ic img,.btn_toggle_close .btn_ic > img{width: 24px; height: 24px;}
.btn_toggle_close, .open .btn_toggle{display: none;}
.open .btn_toggle_close{display: block;padding-top:20px;cursor: pointer;border-top:1px solid #fff;}
.list_toggle.open .btn_toggle_close{padding-bottom:18px;}
.by_card_box_center tbody tr td{text-align:center !important;}
.by_card {display:none; padding:30px 60px;margin-top:40px; background:#fff;}
.by_card thead th {font-size:14px; font-weight:normal; color:#1a1a1a; text-align:right;}
.by_card tbody th, .list_toggle .by_card tbody td {padding-top:20px;line-height: 30px;}
.font_w{font-weight:bold;}
.by_card tbody td.label_round{text-align: left;padding-left:0;}
.by_card tbody td.label_round em{font-size:14px;display:inline-block; min-width:74px; line-height:30px;height: 30px;padding:0 10px; font-weight:bold; color:#fff; text-align:center; background:#606169; border-radius:15px;}
.by_card tbody td {padding-left:10px; text-align:right; font-size:16px;}
.by_card tbody td span {display:inline-block; margin-right:4px; font-size:22px; font-weight:bold;line-height: 18px;}
.by_card .trade_list {margin-left:-150px; margin-top:-25px;}
.by_card .trade_list li {float:left; margin-left:150px; margin-top:30px; font-size:0;}
.by_card .trade_list li > div {display:inline-block; margin-left:30px;}
.by_card .trade_list li > div:first-child {margin-left:0;}
.search_box{background:#f5f7fa; padding:30px; margin-bottom: 30px;}
.search_box .div_list{text-align: center;}
.search_box .ct_div{display:inline-block; margin-left:5px;vertical-align: middle;}
.search_box .ct_div:first-child{margin-left:0;}
.search_box .ct_div .ct_tt{margin-bottom: 10px; font-size: 14px; letter-spacing: -0.5px;display: block;text-align: left;}
.search_box .ct_div.ct_btn{vertical-align: bottom;}
.round_icon {line-height: 40px; vertical-align: top;}
.round_icon > div{display: inline-block;margin-left: 10px;}
.round_icon > div .ic_round img{width: 24px; height: 24px;vertical-align: middle;}
.round_icon > div span{margin-left:7px; font-size:14px; line-height: 24px;}
.table_ic{width: 100%; display: table;}
.table_ic .table_ic_img,.table_ic span{display: table-cell; vertical-align: middle;}
.table_ic .table_ic_img{text-align: left;}
.table_ic .table_ic_img img{width:24px; height: 24px; vertical-align: middle;}
.table_ic span{text-align: right;}
.line_t tbody tr{border-bottom:1px solid rgba(0,0,0,0.1);}
.line_t tbody tr:last-child{border-bottom:0;}
.line_t tbody tr td{padding-bottom:20px;}
.line_t tbody tr td .pur_tx{margin-top:5px;font-size:14px;line-height: 18px;}

/* 거래내역 - 영수증 200910 */
.receipt_txt > h2{padding:30px 0; text-align: center; font-size: 18px; color:#1a1a1a;}
.table.receipt{border-top:1px solid rgba(0,0,0,0.1);margin-bottom: 30px;}
.table.receipt thead tr th{background: 0; border:0;border-bottom: 1px dotted rgba(0,0,0,0.1)!important;}
.table.receipt tbody tr td{border:0; padding-right:10px; padding-left: 0 !important;word-break: break-all; vertical-align: top;padding-bottom: 0;}
.table.receipt tbody tr td:last-child{padding-right:0 !important;}
.receipt_btn{padding:10px; text-align:center; border-top:1px solid rgba(0,0,0,0.1);}

/* 정산내역  */
.cont_top_btn{position:absolute; top:46px; right:30px;}

/* 포스관리 */
.pos_wrap{padding:30px 0 40px;}
.pos_icon > div{display: inline-block;margin-top:12px;font-size: 14px;}
.pos_icon > div:nth-child(2){margin:0 30px;}
.pos_icon > div .round{width:12px; height: 12px; border-radius:12px; background:#666;display: inline-block; vertical-align: middle;}
.pos_icon > div .round.purple{background:#5345b7;}
.pos_icon > div .round.plnk{background:#f119a9;}
.pos_icon > div span{ margin:0 5px; }
.pos_list_wrap > ul > li{width:48.95%; border:1px solid #ccc; padding:30px 30px 0;float: left;margin-bottom:20px;height: 445px;position: relative;}
.pos_list_wrap > ul > li.col{margin-left:20px;}
.pos_list_wrap > ul > li .list_bot{border-top: 1px solid rgba(0,0,0,0.15);padding-top: 25px;margin-top: 25px;}
.pos_list_wrap > ul > li.bg{background:#f2f2f2;}
.pos_list_wrap > ul > li .list_top.bor{border-bottom: 0;}
.pos_list_wrap > ul > li .list_top{text-align: center;}
.pos_list_wrap > ul > li .list_top h3{font-size:24px; color:#1a1a1a;display: inline-block;margin:10px 0;line-height: 28px; }
.qu{width:18px; height:18px;background:url(../images/ic_tooltip.png) no-repeat right;content: '';background-size: 100%;margin-left: 5px;}
.qu.middle{vertical-align: middle;}
.pos_txt > p{display: inline-block; font-size: 18px;}
.pos_txt > p .qu{vertical-align: middle;}
.pos_txt .top_t{opacity: 0.6; padding-left: 10px; margin-left: 10px;position: relative;}
.pos_txt .top_t::before{position: absolute;top:4px; left:0; width: 1px; height:18px; background:#1a1a1a; opacity: 0.15; content: '';}
.pos_txt.bg_dis > p{color:#999 !important;opacity: initial;}
.pos_list_wrap ul li .list_top .top_t{color:#1a1a1a;}
.label_r{border:1px solid #5345b7; color:#5345b7; padding:2px 8px; border-radius: 15px;font-size: 14px;font-weight: bold;}
.label_r.bg_dis{border:1px solid #999;}
.dl_div{width: 100%; display: table;padding-top:10px;}
.dl_div:first-child{padding-top:0;}
.dl_div dt,.dl_div dd{color:#1a1a1a; text-align: left;display: table-cell; vertical-align: top;}
.dl_div dt{width: 20%;font-weight: 100;}
.dl_div dd{font-weight: bold; padding-left:10px; position: relative;}
.dl_div dd .r_link{position: absolute;top:0; right:0;}
.dl_div dd.h97{height: 146px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3;  -webkit-box-orient: vertical; word-wrap: break-word;}
.error_t{margin:12px 0; text-align: center; font-size:14px; color:#1a1a1a;}
.error_16{background:url(../images/ic_error_16.png)no-repeat; width:16px; height:16px; background-size:16px; vertical-align: sub;display: inline-block;margin-right: 5px;}
.pos_btn{text-align: center; padding-top:20px; font-size: 0;}
.pos_btn.post{position: absolute; left: 0; right: 0; bottom: 40px; }
.pos_btn.poa{position: absolute;bottom:0;left:0; right:0;}
.pos_btn .large_btn{ font-size: 14px; min-width: 120px; padding:0 10px;}
.pos_btn .large_btn:nth-child(2){margin-left:5px;}
.pos_btn .large_btn:nth-child(3){margin-left:5px;}
.list_box{position: absolute;top: 52px; left: 30px; width: 410px; background: #fff;display: none;z-index: 20;border:1px solid #ccc; box-shadow:0 12px 12px 0 rgba(26, 26, 26, 0.1);padding:30px; margin:8px 0 26px;}
.list_box ul{display: flex; display: -webkit-flex;}
.list_box ul li{text-align: center;flex: 1; -webkit-flex: 1;width: 31.333%;position: relative;}
.list_box ul li::before{display: block;position: absolute; top: 15px;  left: 62%; width: 74%; height: 1px; height:1px;  content: ''; background:#0d0d0d;}
.list_box ul li:first-child::before{background:#5345b7; }
.list_box ul li:last-child::before{background:none; }
.list_box ul.li5 li::before{left: 72%; width: 56%;}
.list_box ul li .icon_ck{border-radius: 30px; width: 30px; height: 30px; border:1px solid #0d0d0d;line-height: 26px; margin:0 auto;}
.list_box ul li .icon_ck.line_pur{ border:1px solid #5345b7;}
.list_box ul li .icon_ck.line_pur img{width: 15px; height: 15px; vertical-align: middle; }
.list_box ul li .icon_ck.bg_pur{background:#5345b7; color:#fff; border:1px solid #5345b7;}
.list_box ul li p{font-size:14px; margin-top:6px;}
.list_box .line_t{padding-top: 20px; border-top: 1px solid rgba(0,0,0,0.15); text-align: center; margin-top: 20px;}
.bg_dis{color:#999!important;}
.bg{background:#f2f2f2;}
.gray_list {display: flex; display: -webkit-flex;}
.gray_list li{text-align: center;flex: 1; -webkit-flex: 1;width:20%;position: relative;padding-top: 10px;}
.gray_list li::after{display: block;position: absolute; top:78px;  right:-12px; width: 40px; height: 26px; content: ''; background:url(../images/img_step_next.png) no-repeat; background-size: 100%;}
.gray_list li:last-child::after{background:none;}
.gray_list li .number{width:48px; height: 48px; color:#fff;margin:0 auto; background:#5345b7; border-radius: 48px; line-height: 48px; font-size: 24px; font-weight: bold;}
.gray_list li .txt strong{font-size:18px; display:block; margin:20px 0 10px;}

.posSelTxt{font-size: 20px; line-height: 29px; margin-bottom: 30px; text-align: center;}
.posSelWrap{margin:20px 0; display:flex;}
.posSelWrap:after{display: block; content:''; clear:both;}
.posSelWrap > div{width: 100%;text-align: center; vertical-align: top; border:1px solid #d1d1d1;margin-left:-1px;}
.posSelWrap > div .in{padding:40px 12px 0;}
.posSelWrap > div.on,.posSelWrap > div.on .in{position: relative; border-color:#4c3bc5 !important;}
.posSelWrap .posRdoWrap{text-align: center; height: 30px;}
.posSelWrap .posRdoWrap .label{height:30px; padding-left:30px;}
.posSelWrap input.rdo + .ico {display:inline-block; width:30px; height:30px; margin:0px 0; vertical-align:top; background:url("../images/check_pos_off.png") no-repeat center center; cursor:pointer;background-size: 30px;}
.posSelWrap input.rdo + .ico + .lTxt{font-size: 22px; line-height: 30px; font-weight: bold; padding-left:10px;color:#0d0d0d;}
.posSelWrap .lTxt{font-size:22px;}
.posSelWrap input.rdo:checked + .ico {background:url("../images/check_pos_on.png") no-repeat center center; background-size: 30px;}
.posSelWrap .im{margin: 40px 0 20px;}
.posSelWrap .im::before{display: inline-block; content:''; width:96px; height: 96px;}
.posSelWrap .left .im::before{background:url("../images/ic_pos_pc.png") no-repeat center center;background-size: 96px; }
.posSelWrap .left .im.dis::before{background:url(../images/ic_pos_pc_dis.png) no-repeat center center; background-size:96px; }
.posSelWrap .right .im.right.dis::before{background:url(../images/ic_pos_app_dis.png) no-repeat center center; background-size:96px; }
.posSelWrap .right .im::before{background:url("../images/ic_pos_app.png") no-repeat center center;background-size: 96px; }
.posSelWrap .text{font-size: 18px; line-height: 26px;}
.posSelWrap .text strong{font-weight: bold;}
.posSelWrap .text .point,.point_plnk{color:#f119a9;}
.posSelWrap .text_s{margin:20px 0 40px; }
.posSelWrap .down{margin-top:40px; border-top:1px solid rgba(0,0,0,.1);height: 130px; display: table; width: 100%;}
.posSelWrap .ul,.posSelWrap .down .plnk_error{vertical-align: middle; display: table-cell;}
.posSelWrap .ul li{display: table; table-layout: fixed; width:100%;}
.posSelWrap .ul li + li {margin-top: 10px;}
.posSelWrap .ul li > div{display: table-cell; vertical-align: middle;text-align: left;line-height: 40px;}
.posSelWrap .ul .tit{width:40%; text-align: left;}
.posSelWrap .ul .tit span{display: inline-block; vertical-align: middle;}
.posSelWrap .ul .tit .ico{margin-left: 5px;}
.popup_t p{text-align: center;margin:40px 0;}
/* .posSelWrap.li3 > div{margin-left:-1px;border:1px solid #ccc; }
.posSelWrap.li4 > div{margin: 0 -1px 0 0px;border:1px solid #ccc; } */
.posSelWrap .posRdoWrap .label{padding-left: 0;}
.posSelWrap .text p{font-size:18px; margin:20px 0 8px}
.posSelWrap .text .number_t{display: table;margin:0 auto;padding-bottom: 5px;}
.posSelWrap .text .number_t .plnk_tt{position: relative; color:#f119a9; z-index: 2;}
.posSelWrap .text .number_t .plnk_tt::before{position: absolute; top: 10px; left: 0; background:#f119a9; opacity: 0.2; width:100%; height: 2px; z-index: 1;content:''; }
.posSelWrap .text .number_t .plnk_tt.bg_dis::before{background:#999; opacity: 0.4;}
.posSelWrap .text .number_t .plnk_tt>strong{font-size:20px; vertical-align:top!important;}
.posSelWrap .text .number_t>div{display:table-cell; vertical-align:middle;font-weight: bold;  font-size: 16px; margin-bottom: 10px; line-height: 22px;}
.posSelWrap .text .number_t>div:last-child{padding-left: 10px;}
.posSelWrap .text .number_t>div strong{line-height: 22px;  font-size: 28px; vertical-align: sub; margin-right: 3px;}
.posSelWrap .text .t_noti{opacity: 0.5; font-size:14px;line-height: 16px;margin:10px 0 0!important;}
.posSelWrap.li4 .down.down_bg{background:#f5f7fa;padding: 15px 30px!important;}
.posSelWrap.li4 .down.down_bg dl{display: table; width:100%;}
.posSelWrap.li4 .down.down_bg dl dt{width: 40%; text-align: left;font-weight: 100;}
.posSelWrap.li4 .down.down_bg dl dd{text-align: right;}
.posSelWrap.li4 .down.down_bg dl dt,.posSelWrap.li4 .down.down_bg dl dd{display: table-cell; vertical-align: middle;}

/* icon */
.ico{display: inline-block; vertical-align: middle;}
.ico.quMark{width:18px; height: 18px; background:#fff url("../images/ic_tooltip.png") no-repeat center center; background-size: 18px;}
.plnk_error_img{width:30px; height: 30px; margin: 0 auto 10px;}
.comp .comp_info{padding-top:80px; background:url('../images/ic_ complete.png') no-repeat center center; background-size:60px; text-align: center;}
.comp .comp_info p{padding-top:80px; font-size:24px; line-height: 34px; margin-bottom: 40px;}
.pop_t{width: 100%; text-align: center;}
.qr_box{background:#f5f7fa; padding:40px 30px; margin-top:40px;}
.pop_t > h4{font-size:20px; line-height: 28px;}
.pop_t > p{font-size: 20px; line-height: 26px; margin-top:10px;}
.pos_qr_list{background:#fff; padding:40px 0 45px; margin-top:40px;}
.pos_qr_list ul{width: 100%; display: table; text-align: center;}
.pos_qr_list ul > li{display: table-cell; width: 33.333%; position: relative;}
.pos_qr_list ul > li::before{position: absolute;top: 0; left:0; width: 1px; height:100%; background:rgba(0,0,0,0.1); content: '';}
.pos_qr_list ul > li:first-child::before{background:none;}
.pos_qr_list ul > li > strong{font-size:18px; line-height: 26px;}
.pos_qr_list ul > li .qr_img > img{width:96px; height: 96px; margin:30px auto 20px;}

.member_box > tbody > tr > td{border-left:1px solid rgba(0,0,0,0.1); border-bottom:1px solid rgba(0,0,0,0.1);letter-spacing: -0.3px;padding:40px;}
.member_box > tbody > tr > td:nth-child(1){border-left: 0;}
.member_box > tbody > tr > td:nth-child(3){border-left: 0; border-bottom:0;}
.bor_bn{border-bottom: none !important;}
.member_box_t .memb_n{font-size:24px; color:#5345b7;margin-bottom:5px;}
.member_box_t .memb_t{font-size:18px; margin-bottom:15px;}
.member_dot > p{opacity: 0.5; margin-bottom: 10px; position: relative;margin-left: 8px;letter-spacing: -0.9px;}
.member_dot > p:last-child{margin-bottom:0;}
.member_dot > p::before{position: absolute;top:8px; left:-8px; background:#0d0d0d; width: 4px; height: 4px; opacity: 0.5; border-radius: 6px;content: '';}
/* member_box 변형 */ /* 220715 이소혜 추가 */
.pos_qr_list2{background:#fff; padding:40px 67px; margin-top:40px; display: flex; justify-content: space-between;}
.member_box2{width: 250px; line-height: 1.47;}

/* hz table */
.hz_div{display: table;width:100%; table-layout: fixed;}
.hz_div > div{float:left; padding-right:10px;width: 24.1%;}
.hz_div > div:first-child{width:10%;}
.hz_div > div:last-child{ width: 12%;}

.hz_div.none > div{width: 22%;}
.hz_div.none > div:first-child{width:10%;}
.hz_div.none > div:last-child{ width: 12%;}

.table_hz_btn {position: absolute; top:10px; right:0;font-size:0;}
.table_hz_btn .small_btn:first-child{margin-right:5px;}
.table_hz_btn > button{min-width: auto;}
.chk_box.table_chk{margin-left:20px;}
.hz_div.none{display: none;}

.open_t > div:first-child,.open_n > div:first-child{width:25% !important;}
.open_t > div,.open_t > div:last-child {width: 34.7%;}
.open_n > div,.open_n > div:last-child{width:31.6% !important;}

/* 멤버십 신청완료 */
.type_pur{font-size:18px; color:#5345b7; margin:20px 0;font-weight: bold; text-align: center;}

/* 멤버십관리 미설정 */
.more_click{text-align: center; font-size:16px; font-weight: bold; color:#1a1a1a;margin-top:23px;cursor: pointer; }
.more_click .more img{vertical-align: middle;width: 24px; height: 24px; margin-left:5px;}
.more_box,.more_click.close_m{display: none;}
.sel_t{line-height:40px; }
.sel_t > div{display: inline-block;}
.sel_t:last-child{margin-top:10px;}
.sel_t .full_label{display: inline; margin:0 10px 0 20px;}
.nece{position: relative;}
.nece::after{position: absolute;top:0; left:-10px; content: '*'; color:#1a1a1a; font-size:13px;}
.radio_list .chk_box{margin:0 10px;}
.radio_list .chk_box:first-child{margin-left:0;}
.radio_list_box .chk_box{margin:5px 5px;}
.radio_list_box .chk_box:first-child{margin-left:5px;}
.radio_list_box{padding:10px 20px 10px 15px !important;}

td.ver_top{vertical-align: top !important;}
.txt_change{height: 40px!important; float: left;}
.txt_change > p{line-height: 40px;}
.txt_change .select_box{display: none;width: 73px;}
.txt_change .input.ch{display: none; width: 162px;}
.ch_t{font-size:14px; color:#f119a9; margin-top:10px; display: none;line-height: 18px; text-align: left;}
.btn_ch{border:1px solid #bfbfbf; line-height: 40px; font-size: 14px; padding: 0 11px; float: right; background:#fff;}
.btn_ch.change{background:#484848; color:#fff;border: 0;}

.customer_input{border-top:1px solid #e5e5e5; padding:50px 0;text-align: center;}
.customer_input > div,.cust_list_ch > div{display: inline-block;}
.cust_list_ch{margin-right:40px; padding-right:40px; border-right:1px solid rgba(0,0,0,0.15);}
.cust_list_ch > div .name{font-size:20px; line-height: 42px;}
.cust_list_ch > div .tel{font-size:22px; line-height: 40px;margin:0 20px 0 10px;}
.cust_list_ch > div .ch_no{display: none;vertical-align: initial;}
.deletion > span{font-size: 20px; line-height: 40px; }
.deletion > strong{font-size:22px; line-height: 40px; color:#5345b7;margin:0 20px 0 10px;}
.ch_btn{vertical-align: initial;}

/* 부가세신고 */
.tab_list{width: 100%; text-align: center;}
.tab_list ul li{display: inline-block;padding:18px 50px; opacity: 0.5; font-size: 23px;}
.tab_list ul li.on{color:#5345b7; font-weight:bold; border-bottom:4px solid #5345b7; opacity: inherit;}
.tab_list3{border-bottom:1px solid rgba(0,0,0,0.15); text-align: left; margin-top:50px;}
.tab_list3 > ul > li{padding:18px 30px; font-size: 20px;    cursor: pointer;}
.print_txt{text-align: center; border-bottom:2px solid #0d0d0d; padding-bottom:50px; margin-bottom:50px;}
.print_txt.border_bo{border-bottom: 0 !important; margin-bottom:0 !important; padding-bottom:10px !important;}
.print_txt .print_txt_t{position: relative; }
.print_txt .print_txt_t h3{font-size: 20px; line-height:40px; }
.print_txt .print_txt_t .print_btn{position: absolute;top:0; right:0;}
.print_txt div > p{font-size:14px; margin-top: 10px;}
.number_issue span,.number_issue strong{font-size:20px; margin-bottom: 10px;}
.txt_area{margin-top:40px; padding-top:40px; border-top:1px solid #e5e5e5; text-align: center;}
.txt_area .seeroo_txt{font-weight: bold; margin:35px 0 15px; display: block;}
.txt_area .t_bold{margin-top:15px; font-size:14px; font-weight: bold;}
.bi_seeroo{width: 158px; height: 40px; display: block; margin:15px auto 0;}

/* 공지사항 */
.notice_viwe{border-top:1px solid #666;}
.notice_top,.notice_bot dl{display: table; width: 100%;}
.notice_top p{display: table-cell; width: 50%; padding:20px 0; vertical-align: middle;}
.notice_top p:first-child{text-align: left;}
.notice_top p:last-child{text-align: right; color:#1a1a1a; opacity: 0.5;}
.notice_top > strong{padding:20px 0; display: block;}
.notice_cont{border-top:1px solid #d9d9d9; border-bottom:1px solid #d9d9d9; padding:30px 0;min-height: 300px;}
.notice_cont > h3{font-size:20px; line-height: 28px; word-break: keep-all;}
.notice_cont > p{margin-top:20px; word-break: keep-all;}
.notice_bot dl{border-bottom:1px solid #d9d9d9;}
.notice_bot dl dt,.notice_bot dl dd{display: table-cell; vertical-align: middle; padding:20px 0;}
.notice_bot dl dt{width: 10%;}
.notice_bot dl dd > a{width:850px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; text-align: left;}

/* 내정보 */
.pur_box{padding:40px 50px; background:#f6f5fc;}
.pur_box dl{table-layout: fixed;padding-top:30px;}
.pur_box dl:first-child{padding-top:0;}
.pur_box dl dt,.pur_box dl dd{display: table-cell; vertical-align: middle;}
.pur_box dl dt{font-size:15px; color:#1a1a1a; width:180px; padding-right:20px;}
.pur_box dl dd{margin-left:10px; table-layout: fixed;font-weight: bold;}
.pur_box dl dd span, .pur_div,.pur_div > div{display: inline-block;line-height: 14px;}
.pur_div > div:first-child{margin:0 20px 0 50px; padding-right:20px; border-right:1px solid rgba(0,0,0,0.15); }
.pur_div > div.bor_n{border-right: 0;}
.pur_div > div > span:first-child{opacity: 0.5; margin-right:20px;}
.pur_div.fr > div:first-child{border-right:0;}
.pur_f18{display: block;padding-bottom:10px; font-size: 18px; color:#5345b7;}
.tb_info_wrap{position:relative;}
.tb_info_wrap .tb_info_right{position: absolute; top:0; right: 0; font-size: 0;}
.tb_info_wrap .tb_info_right > div{display: inline-block;vertical-align: middle; line-height: 40px;}
.tb_info_wrap .tb_info_right > div:first-child{margin-right: 40px;}
.tb_info_wrap .tb_info_right > div > span{margin-right:20px;}

/* 플러그인 팝업 */
.jconfirm .jconfirm-box{padding:0 !important;}
.jconfirm.jconfirm-white .jconfirm-bg, .jconfirm.jconfirm-light .jconfirm-bg{opacity:.6 !important; background:#000 !important;}
.jconfirm .jconfirm-box{border-radius: 0  !important; padding:0; background: #fff; box-shadow: none !important;}
.jconfirm .jconfirm-box div.jconfirm-title-c{padding: 17px 0 16px; text-align: center; border-bottom: 1px solid #e5e5e5; font-size: 15px !important;}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title{display: block; font-size: 22px; font-weight: bold;}
.jconfirm .jconfirm-box div.jconfirm-content-pane{display: block !important; height: auto !important;padding: 30px 40px; margin: 0 !important; background: #fff;font-size: 16px !important; text-align: center; line-height: 26px;}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content{display: table; table-layout: fixed; width:100%;  font-size: 16px; line-height: 26px; padding: 0; }
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content > div{display: table-cell; height: 48px; vertical-align: middle;}
.jconfirm .jconfirm-box .jconfirm-buttons{z-index: 1; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; overflow: hidden;}
.jconfirm .jconfirm-box .jconfirm-buttons, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons{float:none; padding:10px 0;width: 100%;border-top:1px solid #e5e5e5; margin: 0; text-align: center;}
.jconfirm .jconfirm-box .jconfirm-buttons button.full{width:100%;}
.jconfirm .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-stargate .jconfirm-box .jconfirm-buttons button{font-size: 20px !important; color: #fff; line-height: 60px; font-weight: normal !important; text-transform: none !important; width: 220px; padding:0; margin: 0; border-radius: 0; background: #5345B7;}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default, .jconfirm.jconfirm-stargate .jconfirm-box .jconfirm-buttons button.btn-default{color:#fff;}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default{font-size: 16px; color: #fff; width: 240px;line-height: 60px; padding:0; margin: 0; border-top-left-radius: 0; border-top-right-radius: 0; background: #5345B7 !important;}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-no, .jconfirm.jconfirm-stargate .jconfirm-box .jconfirm-buttons button.btn-no{color:#222; width: 49%; background: #d9d9d9 !important;}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-no + .btn-yes, .jconfirm.jconfirm-stargate .jconfirm-box .jconfirm-buttons button.btn-no + .btn-yes{width: 49%; margin-left: 2%;}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-nop{color:#fff!important; background: #484848!important; margin-right:10px;}
.jconfirm .jconfirm-box div.jconfirm-closeIcon{top:15px; right:20px; width:50px; height:50px;}
.jconfirm .jconfirm-box div.jconfirm-closeIcon i{display: block; width:100%; height:100%; background:url("../images/btn_delete.png") no-repeat; background-size: 50px;}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-smallB{width:120px;border-radius: 0;margin:0;font-size: 14px !important;height: 40px;}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-smallA{font-size: 14px !important;height: 40px;margin:0;border-radius: 0;width:120px; margin-right:10px; background:#484848;}
.layerHtml{display: none;}
.jconfirm .jconfirm-box.hilight.jconfirm-hilight-shake{-webkit-animation: none; animation:none;}

/* select2 플러그인  */
.select2-container--default .select2-selection--single{border:0 !important; border-radius:0 !important;}
.select2-container .select2-selection--single{height:40px!important;width: 100%; padding-left: 12px;padding-right: 25px;  background-size: 12px 7px; border: 1px solid #bfbfbf !important; line-height: 40px;}
.select2-container--default .select2-selection--single .select2-selection__arrow{height:40px; width: 10px !important;}
.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#0d0d0d transparent transparent transparent !important; border-width:6px 4px 0 4px!important;margin-left: -12px !important;}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height: 40px!important; padding: 0 !important;}

/* tab */
.tab_wrep{padding:10px 8px 30px;}
.tab_wrep > ul > li{float: left;}
.tab_wrep > ul > li > a{padding:9px 16px; font-size:15px; color:#1a1a1a;opacity: .5;}
.tab_wrep > ul > li.on > a{background:#5345b7; color:#fff; font-weight: bold; opacity: inherit; border-radius:20px;}


/* 결제유형 윈도우 팝업 */
.dpb{display: block !important;}
.dpn{display: none !important;}

/* tab */
.tabMenu{ margin-bottom: 60px; text-align: center; vertical-align: top;}
.tabMenu li{display: inline-block;}
.tabMenu li a{font-size: 16px; color:#999; line-height: 42px; padding: 0 16px;}
.tabMenu li.on a{color:#fff; font-weight:bold; border-radius: 50px; background: #5345b7;}

.tabCnt{display: none;}

.allPayTypeWrap{position: relative; min-width: 620px; height: 100%; min-height: 835px; padding-bottom:80px; text-align: center;}
.allPayTypeWrap .allPayHd{font-size: 22px; line-height: 70px; font-weight: bold; border-bottom:1px solid rgba(0, 0, 0, 0.15);}
.allPayTypeWrap .allPayCnt{padding:40px;}
.allPayTypeWrap .allPayCnt .txt{font-size: 20px; line-height: 32px; margin-top: 30px;}
.allPayBtm{position: absolute; left:0; bottom:0; z-index: 1; width:100%; height: 80px; background:#f5f7fa;}
.allPayTypeWrap .allPayBtm .btn{font-size: 20px; color:#5345b7; line-height: 80px; width:100%;}

.allPayTab .tabMenu{margin-bottom: 30px;}
.allPayTab .tabCnt .im{height:440px;width: 420px;margin: 0 auto;}

.allPaySwiper{position: relative; padding:0 60px;}
.allPaySwiper .swiper-button-next,
.allPaySwiper .swiper-button-prev{top: 190px; width: 40px; height: 60px; margin:0;}
.allPaySwiper .swiper-button-next.swiper-button-disabled,
.allPaySwiper .swiper-button-prev.swiper-button-disabled{opacity: .3}
.allPaySwiper .swiper-button-prev{left:0px; background-image: url("../images/btn_slide_pre.png"); background-size: auto;}
.allPaySwiper .swiper-button-next{right:0px; background-image: url("../images/btn_slide_next.png"); background-size: auto;}
.allPaySwiper .swiper-pagination{position: relative; margin-top: 20px; text-align: center;}
.allPaySwiper .swiper-pagination-bullets {position:relative; font-size: 0; text-align:center; z-index:20;}
.allPaySwiper .swiper-pagination-bullets .swiper-pagination-bullet {width:10px; height:10px; margin:0 5px; opacity:1; vertical-align: top; background:none; border:1px solid #4c3bc5;}
.allPaySwiper .swiper-pagination-bullets .swiper-pagination-bullet-active {width:10px; height:10px; background:#4c3bc5;}

/* 02_01_agreement.html terms txt */
.tabCont{font-size: 14px; line-height: 22px; color:#333; height: 240px;padding:20px; margin-top: 20px; border:1px solid rgba(174,173,179,.42); overflow-y: auto; background: rgba(233,239,248,.4);}
.tabCnt .tit{font-size: 16px; color:#0d0d0d; line-height: 24px; font-weight:bold; margin-bottom: 12px; }

.terms_intro {margin-bottom:30px;}
.terms_intro .terms_tt {margin-bottom:30px; border-bottom:1px solid #d9d9d9;}
.terms_intro .terms_tt h2 {font-size: 16px;  color: #0d0d0d; line-height: 24px; font-weight: bold;  padding: 0; margin-bottom: 12px;}
.terms_intro p {line-height:22px; font-size:14px;}
.terms_intro .main_txt {font-weight:700;}
.terms_intro .sub_txt {margin-top:30px;}

.t_section {margin:30px 0; line-height:22px;}
.t_section > h3 {margin-bottom:22px; font-size:17px; font-weight:700;}
.t_section > p  {margin-top:22px; font-size:14px;}
.t_section ol {margin-left:15px; list-style:decimal;}
.t_section ol > li {margin-top:12px;}
.t_section ol > li:first-child {margin-top:22px;}
.t_section ol > li > ol {margin-left:15px; list-style:lower-alpha;}
.t_section ol > li > ol.num {padding-left:30px; list-style:decimal;}
.t_section ol > li > ol > li {margin-top:0;}
.t_section ol > li > ol > li:first-child {margin-top:12px;}

.t_section .depth1 {margin-left:0; list-style:none;}
.t_section .depth1.indent {margin-left:15px;}
.t_section .depth1.bor > li > p{margin-left:20px; text-indent:-11px;}/*200723*/
.t_section .depth1 > li {margin-top:37px;}
.t_section .depth1 > li:first-child {margin-top:22px;}
.t_section .depth1 > li > span {display:block; margin-left:21px; font-size:15px; font-weight:700; text-indent:-21px;}
.t_section .depth1 > li > p {font-size:14px; margin-top:12px;}
.t_section .depth1 > li > p.num {margin-left:20px; text-indent:-20px;}
.t_section .depth2 {margin-top:12px; margin-left:15px; list-style:none;}
.t_section .depth2 > li {margin-top:27px; font-size:14px; font-weight:400;}
.t_section .depth2 > li:first-child {margin-top:12px;}
.t_section .depth2 > li > p {margin-bottom:12px;}
.t_section .depth2 > li > span {display:block; margin-left:15px; text-indent:-15px;}
.t_section .depth2 > li > ul {list-style:disc; margin-left:30px;}
.t_section .info_list {margin-top:12px; margin-left:20px; list-style:none !important;}

.sub_list {padding-left:15px; margin-top:10px; margin-left:15px;}
.disc {list-style:disc !important;}
.lowerRoma {list-style:lower-roman !important;}

.terms_date {margin-bottom:30px; font-size:14px;}

.table1 {width:100%; margin-top:20px; border-collapse:collapse; border-spacing:0; border-top:2px solid #333;/*border-bottom:1px solid #333;*/}
.table1 th, .table1 td {vertical-align:middle;}
.table1 thead th {padding:8px; text-align:center; background:#eceded; border-bottom:1px solid #e5e5e5;color: #333 !important;}
.table1 tbody th, .table1 tbody td {padding:10px; border-bottom:1px solid #e5e5e5;}
.table1 tbody th {text-align:center; background:#eceded;border-left: 0;}
.table1 tbody td {border-left:1px solid #e5e5e5;}
.table1 tbody td:first-child {border-left:none;}

/* 200923 */
.receipt_fare{background:#f6f5fc; padding:40px 50px;}
.receipt_fare .receipt_txt{font-size: 20px; color:#1a1a1a;margin-bottom:20px; font-weight: bold;}
.receipt_fare .receipt_table{border-top:1px solid rgba(0,0,0,0.3);}
.receipt_fare .receipt_table>tbody>tr>td{padding:20px 0 0 10px; font-size: 16px; }
.receipt_fare .receipt_table>tbody>tr>td:first-child{padding-left:0; padding-top:0;}
.receipt_fare .receipt_table>tbody>tr>td>strong{font-size:18px; }
.receipt_fare .receipt_table>tbody>tr.border_dotted > td{padding-bottom:20px;}
.receipt_fare .receipt_table>tbody>tr>td.txtr.total > strong{font-size: 24px;}
.Payment>div{display: inline-block;position:relative;}
.Payment>div:first-child{margin:0 20px 0 5px; padding-right:20px;}
.Payment>div:last-child::before{background:none;}
.Payment>div::before{width:1px; height: 16px; background:rgba(0,0,0,0.15); position: absolute;top:12px; right: 0; content:'' ;}
.Payment>div>p{display: inline-block; font-size: 14px; font-weight: bold;}
.pay_txt{font-size: 14px; color:#1a1a1a; opacity: 0.6; margin-top:8px;}
.arr_detail{text-align: center;}
.arr_detail > span{font-size: 14px; margin:0 20px; color:#4c4f50; line-height: 34px;}
.arr_detail >button{width:34px; height: 34px;}
.arr_detail >button.btn_back{background:url(../images/btn_back.png) no-repeat center center; background-size: cover; text-indent: -9999px;}
.arr_detail >button.btn_next{background:url(../images/btn_next.png) no-repeat center center; background-size: cover; text-indent: -9999px;} /* 20210518 disabled가 아닌 상태 이미지가 없어 sales에서 가져와 추가하였습니다 */
.arr_detail >button.btn_next_dis{background:url(../images/btn_next_disabled.png) no-repeat center center; background-size: cover; text-indent: -9999px; opacity: 0.4;} /* 20210518 기존의 .arr_detail >button.btn_next 입니다*/

/* 201105 */
.ct_div{position: relative;}
.ct_div .td_right{position: absolute;top:40px; right:0;}
.ct_div .td_right>button{margin-right:0;}

/* 201224 */
.plnk_bg{text-align: center; background:#fef2fa; padding:30px 0;margin-top:40px;border:1px solid rgba(241, 25, 169, 0.08);}
.plnk_bg>span{background:#f119a9; padding:3px 8px; color:#fff; margin-right:10px;}
.plnk_bg>strong{font-size:18px; color:#f119a9;}
.plnk_bg>p{margin-top:7px; font-size: 14px; color:#f119a9;}

/* 210104 */
.bor_btm{border-bottom:1px solid #666;}
.bor_top{border-top:1px solid rgba(13, 13, 13, 0.1);}

/* 210106 */
.radio_div{display:block !important;margin-top:10px;}
.radio_div>div{display:inline-block;}
.radio_div>div:first-child{margin-right:20px;}
.table.bor_top:after{background:none;}
.table.bor_top thead tr th:first-child{border-left:0;}
.table.bor_top tbody tr td:first-child{border-left:0;}

/* 세무신고 참고자료 - 프린트용 */
.print_txt_t.print>h3{font-size: 32px; line-height: 30px;}
.table.print thead tr th,.table.print tbody tr th, .table.print tbody tr td{font-size:17px;padding:5px 20px;}
.dot_wrap_p.print{padding-top:30px;}
.dot_wrap_p.print>p{font-size:15px;}
.txt_area.print{padding-top:20px; margin-top:20px;}
.txt_area.print>p{font-size:18px;}
.txt_area.print .t_bold{font-size: 17px; margin-top:13px;}
.txt_area.print .seeroo_txt{font-size:20px; margin-top:44px;display: block;font-weight: bold;}
.txt_area.print .bi_seeroo{margin-top:13px;}
.print_tt > p{font-size:15px!important; margin-top:15px!important;}
.tb_info .sal_right{position: absolute; top:0; right:0;    line-height: 40px;}
.tb_info.print .sal_right >p{font-size: 16px;line-height: 40px;font-weight: bold;}

/* 210804  추가 */
.qr_btn{margin-top:15px;}
.qr_btn .add{border-radius:0;height: 30px;line-height: 30px;}

/* 제목 옆에 * 붙은거 */ /* 220715 이소혜 추가 */
.star_tit{position: absolute; top: 50%; left: 0; transform: translate(0, -50%);}
.pst_ra{position: relative;}
.l170{left: 170px;}
.l160{left: 170px;}

/* 수수료 환급 확인 */
.cms_box{display: flex; align-items: center;}
.fwb{font-weight: bold;}
.cms_flex{display: flex; justify-content: space-between; align-items: center;}



/******* 2022-11-18 nh농협 *********/


/*commmon_component*/
.input_box_wrap{      vertical-align: top;   width: 40%; display: inline-block; }
.Dropdown_wrap{       vertical-align: top;  width: 33%; display: inline-block; }
.Date_Calendar_wrap{      vertical-align: top;   width: 23%; display: inline-block; }
.mt50{ margin-bottom: 100px; }
.login_input_box_wrap{ margin-bottom: 100px; }
.File_wrap{ margin-bottom: 100px; display: block; }
.Calendar_wrap{    margin-top: 50px;  }
.common_txt h1{ }
.common_txt h2{  }
.common_txt h2 span{     font-weight: 100; font-size: 14px; }
.Button_sub_wrap_2{ margin-top: 20px; margin-bottom: 100px; }
.Buttons_Main_wrap{ width: 39%;  display: inline-block;     vertical-align: top; }
.Buttons_Title_wrap{ width: 19%;  display: inline-block;     vertical-align: top; }
.Buttons_option_wrap{ width: 20%;  display: inline-block;      vertical-align: top; }
.Buttons_contents_wrap{ width: 20%;  display: inline-block; }
.Buttons_login_wrap{ width: 40%; display: inline-block; vertical-align: top; }
.Buttons_page_check_radio_Wrap{ width: 59%; display: inline-block;      vertical-align: top; margin-bottom: 100px; }
.Buttons_Check_wrap{     width: 30%; display: inline-block;}
.Buttons_Radio_wrap{     width: 30%; display: inline-block; }
.Buttons_page_navigation_wrap{ margin-bottom: 100px; }

.chk_box, .ct_div > div, .input_box{ display: inline-block;  margin-right: 5px;   margin-bottom: 10px; }
.input_box{ display: block }
.input_box span{      float: left; width: 100px; display: inline-block; margin-top: 10px; }
.input_box_login{ display: block !important; }
.Dropdown_wrap .select_box{  margin-bottom: 10px;   display: block; }
.select_box span{  width: 100px; display: inline-block; margin-top: 10px; }
.Buttons_title{      display: inline-block;   width: 150px; }
.Buttons_title span{  width: 150px; display: inline-block; margin: 14px 0; }
.Buttons_Main_wrap .button{ display: inline-block;  width: 95px;  vertical-align: top; }
.large_btn typeA{  }
.Buttons_contn_wrap{ margin-top: 40px; }


/*목록*/
.typeA_L{ color: #0d0d0d; border-radius: 10px; border: 1px solid #bfbfbf; min-width: 90px;}
.typeB_L{ color: #0d0d0d; border-radius: 10px; border: 1px solid #858585; min-width: 90px; }
.typeC_L{ border: 1px solid #bfbfbf;color: #0d0d0d; border-radius: 10px; background-color: #f2f2f2; min-width: 90px; }
.typeD_L{ border: 1px solid #bfbfbf;color: rgba(13,13,13,0.3); border-radius: 10px;  background-color: #f2f2f2;  min-width: 90px; }

/*저장*/
.typeA_S{ color: #fff; border-radius: 10px; border: 1px solid transparent; min-width: 90px; background-color: #00ac47; }
.typeB_S{ color: #fff; border-radius: 10px; border: 1px solid transparent; min-width: 90px; background-color: #38d26b; }
.typeC_S{ color: #fff; border-radius: 10px; border: 1px solid transparent; min-width: 90px; background-color: #00973e; }
.typeD_S{ color: rgba(255,255,255, 0.3); border-radius: 10px; border: 1px solid transparent; min-width: 90px; background-color: #89c3a1; }

/*삭제1*/
.typeA_D{ color: #fff; border-radius: 10px; border: 1px solid transparent; min-width: 90px; background-color: #434658; }
.typeB_D{  color: #fff; border-radius: 10px; border:  1px solid transparent; min-width: 90px; background-color: #555b81; }
.typeC_D{ color: #fff; border-radius: 10px; border:  1px solid transparent; min-width: 90px; background-color: #2c2e3b; }
.typeD_D{ color: rgba(255,255,255, 0.3); border-radius: 10px; border:  1px solid transparent; min-width: 90px; background-color: #7d8090; }

/*정보제공동의 등록하기*/
.typeA_I{ color: #0d0d0d; border-radius: 10px; border: 1px solid #bfbfbf; min-width: 90px; }
.typeB_I{ color: #0d0d0d; border-radius: 10px; border: 1px solid #858585; min-width: 90px; }
.typeC_I{ border: 1px solid #bfbfbf;color: #0d0d0d; border-radius: 10px; background-color: #f2f2f2; min-width: 90px; }
.typeD_I{ border: 1px solid #bfbfbf;color: rgba(13,13,13,0.3); border-radius: 10px;  background-color: #f2f2f2;  min-width: 90px; }

/*검색*/
.typeA_SE{ color: #fff; border: 1px solid transparent; background-color: #434658;  }
.typeB_SE{ color: #fff; border:  1px solid transparent; background-color: #555b81;  }
.typeC_SE{ color: #fff; border:  1px solid transparent;  background-color: #2c2e3b;  }
.typeD_SE{ color: rgba(255,255,255, 0.3); border:  1px solid transparent; background-color: #7d8090;  }

/*삭제2*/
.typeA_SD{ color: #0d0d0d; border: 1px solid #bfbfbf; border-radius: 14px;  padding: 4px 10px; }
.typeB_SD{ color: #0d0d0d; border-radius: 14px; border: 1px solid #858585;     padding: 4px 10px; }
.typeC_SD{ border: 1px solid #bfbfbf; color: #0d0d0d; border-radius: 14px; background-color: #f2f2f2;     padding: 4px 10px; }
.typeD_SD{ border: 1px solid #bfbfbf;color: rgba(13,13,13,0.3); border-radius: 14px;  background-color: #f2f2f2;   padding: 4px 10px; }


/*로그인 버튼*/
.typeA_LOGIN{ font-size: 18px !important; color: #fff; border-radius: 10px;  min-width: 90px;   width: 400px; height: 60px; background-color: #00ac47; }
.typeB_LOGIN{ font-size: 18px !important; color: #fff; border-radius: 10px;  min-width: 90px;   width: 400px; height: 60px; background-color: #38d26b; }
.typeC_LOGIN{ font-size: 18px !important; color: #fff; border-radius: 10px;  min-width: 90px;  width: 400px; height: 60px;  background-color: #00973e; }
.typeD_LOGIN{ font-size: 18px !important; color: rgba(13,13,13,0.3); border-radius: 10px;  min-width: 90px;  width: 400px; height: 60px; background-color: #89c3a1; }

/* Contents */
.typeA_AD{     color: #fff;border: 1px solid transparent;border-radius: 14px;padding: 4px 10px;display: inline-block; background: #3998f7;  padding: 0 10px; font-size: 10px; }
.typeB_ID{  color: #fff;border: 1px solid transparent;border-radius: 14px;padding: 4px 10px;display: inline-block; background: #00ac47;  padding: 0 10px; font-size: 10px;}
.typeC_N{  color: #000;border: 1px solid transparent;border-radius: 14px;padding: 4px 10px;display: inline-block; background: #e5e5e5;  padding: 0; font-size: 10px;}
.typeD_NEW{ color: #fff;border: 1px solid transparent;border-radius: 14px;background: #ff6666;padding: 0;font-size: 10px; float: left; }


.w120{  width: 292px; height: 36px; }


textarea:focus{ border: 1px solid #00ac47 !important; }
textarea:hover{ border: 1px solid #00ac47 !important; }

.input_focus:focus{ border: 1px solid #00ac47 !important; }
.input_hover:hover{ border: 1px solid #00ac47 !important; }

.input:disabled{ color: #b2b2b2 !important;  background-color: #f5f5f5 !important; border: 1px solid #bfbfbf !important;  }
/* 검증 후에만 :invalid 스타일을 적용한다 */
.input_error:invalid { border-color: red;}
select:optional{white-space: nowrap; text-overflow: ellipsis; }
#error{ display: inline-block; width: 292px; color: #ff0000; font-size: 12px; }


/* 파일첨부 */
.insert {
    padding: 0;
    display: inline-block;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.insert .file-list {
    overflow: auto;
/*    padding: 10px 0;*/
}
.insert .file-list .filebox p {
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
}
.insert .file-list .filebox .delete i{
    color: #ff5353;
    margin-left: 5px;
}


.filebox .upload-name {
    display: inline-block;
    height: 36px;
    padding: 0 10px;
    vertical-align: middle;
    border: 1px solid #bfbfbf;
    width: 668px;
    color: #b2b2b2;
}
.filebox label {
    display: inline-block;
    min-width: 95px;
    height: 36px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
    background-color: #434658;
    cursor: pointer;
    margin-left: 10px;
    line-height: 36px;
}
.filebox input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}
.file_alert{     color: #222;font-size: 12px; margin-top: 7px; }
.insert .file-list .filebox p{   margin-top:0;  margin-right: 10px; font-size: 13px; font-weight: normal;     margin-bottom: 20px;}
.delete{     vertical-align: middle; }




/* from_date */
.from_date input.input:hover{ border: 1px solid #00ac47; }
.from_date input.input:focus{ border: 1px solid #00ac47; }

/* margin, padding*/
.margin0{margin: 0px !important;}
.margin-top7{margin-top: 7px !important;}
.margin-top10{margin-top: 10px !important;}
.margin-top20{margin-top: 20px !important;}
.margin-bottom0{margin-bottom: 0px !important;}
.margin-bottom5{margin-bottom: 5px !important;}
.margin-bottom7{margin-bottom: 7px !important;}
.margin-bottom10{margin-bottom: 10px !important;}
.margin-bottom13{margin-bottom: 13px !important;}
.margin-bottom15{margin-bottom: 15px !important;}
.margin-bottom20{margin-bottom: 20px !important;}
.margin-bottom40{margin-bottom: 40px !important;}
.margin-right0{margin-right: 0px !important;}
.margin-right10{margin-right: 10px !important;}
.margin-right20{margin-right: 20px !important;}
.margin-left20{margin-left: 20px !important;}
.margin-right30{margin-right: 30px !important;}
.margin-left5{margin-left: 5px !important;}
.padding0{padding: 0px !important;}
.padding-top20{padding-top: 20px !important;}
.padding-top40{padding-top: 40px !important;}
.padding-left20{padding-left: 20px !important;}
.padding-right20{padding-right: 20px !important;}
.padding-top7{padding-top: 7px !important;}
.padding-bottom7{padding-bottom: 7px !important;}

/*border*/
.border-bottom0{ border-bottom: 0 !important;}

/* display */
.display-IB{display: inline-block;}

/* pop */
.close_pop{ cursor: pointer; background: url(../images/btn_delete.png);width: 30px;height: 30px;position: absolute;background-size: 30px;top: 15px;right: 15px; }



/*error page*/
.error_img{ width: 60px; height: 60px; }
.notice_txt h2{ font-size: 20px;     font-weight: normal; }
.notice_txt h2 b{ font-size: 20px;     font-weight: bold; }



/* date */
.date_img{     background: url(../images/ic_clendar.svg) no-repeat; background-position: 90px center; background-size: 18px; }
.date_img:disabled{ background: url(../images/ic_clendar_dis.png) no-repeat; background-position: 90px center; background-size: 18px;  }
.close_date{ cursor: pointer; background: url(../images/date_close.png);width: 24px;height: 24px;position: absolute;background-size: 24px; bottom: 21px; left: 115px;}
.double span{      display: inline-block;
    width: 5px;
    height: 0px;
    border-bottom: 1px solid #000;
    margin: 15px 15px 0;  }


/* FAQ관리 */
.table_top_wrap{       text-align: right;  display: block; }
.tit_cont_box{ height: 40px; }
.content_title{ display: inline-block;     font-size: 20px;  }
.tit_let{     font-size: 14px; font-weight: bold; }
.tit_let span{  color: #00ac47; }
.tit_chk{  }
.tit_chk span{ font-size: 13px; }
.table_faq td{ border-bottom: 0 !important; }
.table_faq th{ border-bottom: 0 !important; }
.table_faq tr{ border-bottom: 1px solid #e5e5e5; }

