@charset "utf-8";

@import url("normalize.css");

@font-face {
  font-family: 'Nanum Square';
  font-style: normal;
  font-weight: 400;
  src: url(/resources/_inc/font/NanumSquareR.eot);
  src: local('Nanum Square Regular'),
       local('NanumSquareR'),
       url(/resources/_inc/font/NanumSquareR.eot?#iefix) format('embedded-opentype'),
       url(/resources/_inc/font/NanumSquareR.woff2) format('woff2'),
       url(/resources/_inc/font/NanumSquareR.woff) format('woff'),
       url(/resources/_inc/font/NanumSquareR.ttf) format('truetype');
}

@font-face {
  font-family: 'Nanum Square';
  font-style: bold;
  font-weight: 700;
  src: url(/resources/_inc/font/NanumSquareB.eot);
  src: local('Nanum Square Bold'),
       local('NanumSquareB'),
       url(/resources/_inc/font/NanumSquareB.eot?#iefix) format('embedded-opentype'),
       url(/resources/_inc/font/NanumSquareB.woff2) format('woff2'),
       url(/resources/_inc/font/NanumSquareB.woff) format('woff'),
       url(/resources/_inc/font/NanumSquareB.ttf) format('truetype');
}


*{margin: 0;padding: 0;font-family: 'Nanum Square',dotum,'돋움',gulim,'굴림',Helvetica,Apple-Gothic,sans-serif;-webkit-text-size-adjust:none;}
body{min-width:320px;font-size:13px;line-height:1.25em;word-wrap:break-word;word-break:break-all;font-weight:normal;color:#555;background:#eee;-webkit-overflow-scrolling:auto;}
html, body{height:auto !important;}
li{list-style: none;}
table{border-collapse: collapse;}
img,fieldset{border :none;}
hr{display:none !important;}
a{color: #555;text-decoration :none;cursor: pointer;}
i , u , b{font-style: normal;}
strong{font-weight: bold ! important;}
var{font-style: normal;}
em,address{font-style: normal;}
textarea {resize:none;}
input,textarea,select{font-family:inherit; font-size:inherit; font-weight:inherit;-webkit-appearance: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}
button{cursor:pointer;margin:0px;padding:0px;border:0;background:none;-webkit-user-select:none;-webkit-user-drag:none;}
button:focus {outline: none;}
label {cursor:pointer;}
legend{display: none; font-size:0; height:0; left:-10000px; line-height:0; overflow:hidden; position:absolute; visibility:hidden; width:0;}
caption {display:none;}
table {width:100%;}
input[type="checkbox"], input[type="radio"] {vertical-align:middle;}
input[type="text"], input[type="password"] {font-size:13px; color:#555;}
textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus {outline:0px;}
.txt_inpt {width:100%;height:38px;border:1px solid #ababab;border-radius:3px;text-indent:10px;font-size:13px;color:#222; line-height:40px; vertical-align:top;box-sizing:border-box;}

/* common */
.clfix:after {content: "."; display: block; height: 0px; clear: both; visibility: hidden;}
.clfix {display: inline-block;}
.clfix {display: block;}
*html .clfix {height: 1%;} /* Hides from IE-mac */
.clfix { zoom:1; } /*for IE 5.5-7*/

.blind{overflow:hidden; width:0; height:0; line-height:0; font-size:0;}
.hidden {visibility:hidden;overflow:hidden;display:block;width:0;height:0;font-size:0;line-height:0;}


/*  체크 박스 */
.chek_box input[type="checkbox"] {display:none;}
.chek_box input[type="checkbox"] + label span {display:inline-block;width:17px;height:17px;margin:-1px 4px 0 0;vertical-align:middle; background:url('/resources/_img/common/icon_checkbox.gif') no-repeat 0 0;	background-size:17px;cursor:pointer;}
.chek_box input[type="checkbox"]:checked + label span {background:url('/resources/_img/common/icon_checkbox.gif') no-repeat 0 -17px;background-size:17px;}

.chek_box.typYi input[type="checkbox"] {display:none;}
.chek_box.typYi input[type="checkbox"] + label {font-size: 15px; color:#222; font-weight: 700;}
.chek_box.typYi input[type="checkbox"] + label span {display:inline-block;width:25px;height:25px;margin:-1px 10px 0 0;vertical-align:middle; background:url('/resources/_img/common/icon_checkboxTy01.gif') no-repeat 0 0;	background-size:25px;cursor:pointer;}
.chek_box.typYi input[type="checkbox"]:checked + label span {background:url('/resources/_img/common/icon_checkboxTy01.gif') no-repeat 0 -25px;background-size:25px;}

/*  라디오 박스 */
.rdio_box input[type="radio"] {display:none;}
.rdio_box input[type="radio"] + label .icon_rado {display:inline-block;width:27px;height:27px;vertical-align:middle; background:url('/resources/_img/common/icon_radio.png') no-repeat -27px 0;	background-size:54px;cursor:pointer;}
.rdio_box input[type="radio"]:checked + label .icon_rado {background:url('/resources/_img/common/icon_radio.png') no-repeat 0 0;background-size:54px;}


/* 아이콘 */
.icon {display:inline-block;background:url('/resources/_img/common/icon_spr.png');background-size:300px;vertical-align:middle;text-indent:-99999px;font-size:0;}

/* close */
.close::before, .close::after {content:''; position: absolute;height: 2px;width: 100%;top: 50%;left: 0; margin-top: -1px; background: #fff;}
.close::before {-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}
.close::after {-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
.close.black::before, .close.black::after {width:18px;background:#545454;}

/*  Toggle Switch */
.push_toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.push_toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input.push_toggle_round + label {
  padding: 2px;
  width: 52px;
  height: 25px;
  background-color: #ccc;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;

  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
input.push_toggle_round:checked + label {
  background-color: #ed1c24;
}
input.push_toggle_round + label:before, input.push_toggle_round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
input.push_toggle_round + label:after {
  width: 27px;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: margin 0.4s;
  -moz-transition: margin 0.4s;
  -o-transition: margin 0.4s;
  transition: margin 0.4s;
}
input.push_toggle_round:checked + label:before {background-color: #ccc;}
input.push_toggle_round:checked + label:after {margin-left:27px;}

#contents {overflow:hidden;}
.cont_area.return {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;}

/* header */
.cont_header {padding:20px 0 19px 0;background:#ed1c24;color:#fff;z-index:999;}
.cont_header .header_tit {position:relative;}
.cont_header .header_tit h2 {height:20px;font-size:19px;text-align:center;}
.cont_header .header_tit a.btn_home {position:absolute;left:3px;top:-17px;padding:15px;}
.cont_header .header_tit a.btn_edit {position:absolute;right:15px;top:0px;font-size:16px;color:#fff;}
.cont_header .header_tit a.btn_edit.focusAble {opacity:0.3;}
.cont_header .header_tit a.btn_edit.focusAble.active{opacity:1;}
.cont_header .header_tit .icon.ico_hme {width:19px;height:20px;background-position:0 0;}
.cont_header .header_tit a.btn_registration {position:absolute;right:15px;top:0;font-size:16px;color:#fff;}
.cont_header .header_tit a.btn_registration.focusAble {opacity:0.3;}
.cont_header .header_tit a.btn_registration.focusAble.active{opacity:1;}
.cont_header .header_tit .btn_back {position:absolute;left:1px;top:-15px;padding:16px 13px;}
.cont_header .header_tit .btn_back .icon.ico_back {width:24px;height:17px;background-position:-106px 0;}
.cont_header .header_tit .btn_close {position:absolute;right:15px;top:0;}
.cont_header .header_tit .btn_close .icon.icon_close {width:19px;height:19px;background-position:-51px 0;}
.cont_header .header_tit a.focusAble {}
.cont_header .header_tit a.focusAble:before {position:absolute;width:100%; height:300%;top:-100%; left:0; content:'';}
.search_box {padding:0 15px 11px 15px;background:#ed1c24;}
.search_box .ipnt_txt {position:relative;padding-right:35px;background:#fff;}
.search_box .inpt_search {width:100%;height:45px;border:0;text-indent:10px;font-size:15px;}
.search_box .btn_search {position:absolute;right:0;top:0;padding:12px 8px 11px 8px;}
.search_box .btn_search .icon.icon_search {width:21px;height:22px;background-position:-24px 0;}
.search_box .search_mode .btn_search .icon.icon_search {background-position:-159px -68px;}

.cont_inner {background:#fff;position:relative;}

/* */
.cont_inner select {background:url('/resources/_img/common/icon_select_arrow.png') no-repeat 95% 50%;background-size:10px;}

/* 리스트 */
.brd_list {}
.brd_list li {position:relative;border-bottom:1px solid #e0dcdb;background:#fff;}
.brd_list li.represent {background:#f1f1f1;}
.brd_list li a {display:block;padding:12px 60px 12px;font-weight:bold;}
.brd_list li .category {position:absolute;left:15px;top:13px;display:inline-block;padding:3px 6px 2px;border:1px solid #1676df;border-radius:3px;font-size:11px;line-height:11px;color:#1676df;}
.brd_list li .category.led {color:#ed1c24;border-color:#ed1c24;}
.brd_list li .tit {overflow:hidden;display:block;width:100%;font-size:15px;color:#222;letter-spacing:-1px;text-overflow:ellipsis;white-space: nowrap;}
.brd_list li .regt {margin-top:5px;color:#888;font-size:13px;letter-spacing:-1px;}
.brd_list li .regt em {display:inline-block;padding-left:5px;vertical-align:middle;}
.brd_list li .regt em:first-child {padding-left:0;}
.brd_list li .regt em:first-child::before {display:none;}
.brd_list li .regt em::before {content:"";display:inline-block;width:1px;height:11px;margin-right:7px;background:#e1e1e1;vertical-align:middle;}
.brd_list li .regt .icon.icon_att {width:14px;height:13px;margin-left:5px;background-position:0 -25px;}
.brd_list li .regt .icon.icon_img {width:13px;height:13px;margin-left:5px;background-position:-25px -25px;}
.brd_list li .arrow {position:absolute;right:15px;top:50%;margin-top:-7px;}
.brd_list li .icon.arrow {width:9px;height:17px;background-position:-74px 0;}

/* 리스트 상세 */
.view_area {/*padding-bottom:53px;*/}
.list_view {background:#fff;}
.list_view .tit_view {padding:0 15px 12px 15px;border-bottom:1px solid #e0dcdb;background:#eee;}
.list_view .tit_inner {position:relative;padding-top:43px;}
.list_view .tit_inner.disn {padding-top:18px;}
.list_view .tit_view .tit_inner .txt_category {position:absolute;left:0;top:13px;padding:4px 8px;border-radius:3px;border:1px solid #1676df;font-weight:bold;color:#1676df;}
.list_view .tit_view .tit_inner .txt_category.red {border:1px solid #ed1c24;color:#ed1c24;}
.list_view .tit_view .tit_inner .txt_ctrl {position:absolute;right:0;top:13px;}
.list_view .tit_view .tit_inner .txt_ctrl a {display:inline-block;padding:4px 8px;border:1px solid #bfbfbf;border-radius:13px;background:#fff;color:#777;font-weight:bold;}
.list_view .tit_view .tit_inner dl dt {overflow:hidden;color:#222;letter-spacing:-0.5px;font-weight:bold;line-height:1.3;}
.list_view .tit_view .tit_inner dl dd {margin-top:5px;font-size:13px;color:#888;font-weight:bold;letter-spacing:-1px;}
.list_view .tit_view .tit_inner dl dd span {display:inline-block;margin-right:3px;vertical-align:middle;}
.list_view .tit_view .tit_inner dl dd span:first-child {margin-left:0;}
.list_view .tit_view .tit_inner dl dd span::before {content:"";display:inline-block;width:1px;height:11px;margin-right:5px;background:#e1e1e1;vertical-align:middle;}
.list_view .tit_view .tit_inner dl dd span:first-child::before {display:none;}
.list_view .tit_view .tit_inner dl dd .swt .icon.icon_swt {width:11px;height:10px;margin:-3px 4px 0 0;background-position:-50px -25px;}
.list_view .view_cnt {padding:25px 15px;border-bottom:1px solid #e0dcdb;color:#555;font-size:13px;}
.list_view .img_area {padding:15px;border-bottom:1px solid #e0dcdb;}
.list_view .img_area img {width:100%;}
.list_view .file_dw {padding:15px;border-bottom:1px solid #e0dcdb;color:#888;font-size:13px;}
.list_view .file_dw dt {display:inline-block;}
.list_view .file_dw dt .icon.icon_att {width:14px;height:13px;margin:-2px 5px 0 0;background-position:0 -25px;}
.list_view .file_dw dd {display:inline-block;}
.list_view .file_dw dd a {color:#888;}
.list_view .ntce {padding:15px 15px 13px;border-bottom:1px solid #e0dcdb;}
.list_view .ntce dt {display:inline-block;color:#222;vertical-align:top;}
.list_view .ntce dd {display:inline-block;width:85%;font-size:15px;vertical-align:middle;}
.list_view .ntce .txt_category {border: 1px solid #1676df;color: #1676df;padding: 3px 6px 2px; border-radius: 3px; font-size: 11px; line-height: 11px; font-weight: bold;}
.list_view .ntce .txt_category.red {border: 1px #ed1c24 solid;color: #ed1c24;}
.list_view .lnk_area {padding:20px 15px;border-bottom:1px solid #e0dcdb;}
.list_view .lnk_area .info_lnk {margin-bottom:5px;color:#ed1c24;letter-spacing:-1.5px;}
.list_view .btn_area {padding:20px 15px;}
.list_view .btn_area a {display:block;width:100%;height:48px;line-height:48px;text-align:center;border:1px solid #b5b5b5;font-size:16px;font-weight:bold;}
.list_view .btn_area .icon.icon_heart {width:17px;height:16px;margin-top:-3px;background-position:-135px 0;}

/* 리스트 등록 */
.list_write {background:#eee;}
.write_box {position:relative;margin-top:4px;padding:20px 15px;border-bottom:1px solid #e0dcdb;background:#fff;}
.write_box:first-child {margin-top:0;}
.write_box .select_ctgy {}
.write_box .select_ctgy dt {display:inline-block;font-size:16px;color:#222;font-weight:bold;}
.write_box .select_ctgy dd {display:inline-block;margin-left:8px;color:#888;}
.write_box .select_wrp {position:absolute;right:15px;top:8px;width:135px;height:38px;line-height:38px;border:1px solid #ababab;background:url('/resources/_img/common/icon_select_arrow.png') no-repeat 95% 50%;background-size:8px;}
.write_box .select_wrp select {width:100%;height:100%;border:0;box-shadow:none;background-color:transparent;background-image:none;-webkit-appearance: none;-moz-appearance: none;appearance: none;display:block;background:transparent;vertical-align:top;margin:0;padding:0;padding-left:5px;}
.write_box .select_wrp select:focus {outline:none;}
.write_box h3 {display:inline-block;}
.write_box .info_push {display:inline-block;letter-spacing:-1px;}
.write_box .push_switch {position:absolute;right:15px;top:14px;}
.write_box .tit_inpt {width:100%;border:0;}
.write_box .tit_inpt:focus, .write_box .brd_write:focus {outline:none;}
.write_box .brd_write {width:100%;height:144px;border:0;resize:none;}

.reply_txtbox {border:1px solid #bfbfbf; border-radius:3px; background:#fff;resize:none;width:100%;height:66px; padding:10px;box-sizing: border-box; color:#707070;}

.upload_box {margin-top:5px;padding:10px 15px;background:#fff;}
.upload_box .img_upload {overflow:hidden; overflow-x:scroll;height:86px;}
.upload_box .img_upload ul li {float:left;width:110px;margin-left:3px;height:86px;position:relative;}
.upload_box .img_upload ul li:first-child {margin-left:0;}
.upload_box .img_upload ul li img {width:100%;height:100%;position:relative;z-index:1;}
.upload_box .img_upload ul li img2 {width:100%;height:100%;position:relative;z-index:1;}
.upload_box .img_upload ul li .icon_del {display:block;position:absolute;z-index:2;right:5px;top:5px;width:23px;height:23px;background:url('/resources/_img/common/icon_spr.png') no-repeat -60px -43px;background-size:300px;}

.type_img {padding:15px;background:#eee;}
.type_img a {display:inline-block;}
.type_img .icon.icon_cmr {width:26px;height:20px;margin-right:15px;background-position:0 -43px;}
.type_img .icon.icon_pht {width:26px;height:20px;background-position:-31px -43px;}
.type_img label {display:inline-block;vertical-align:middle;}
.type_img input[type="file"] {overflow:hidden;position: absolute;width:1px;height:1px;padding:0;margin:-1px;clip:rect(0,0,0,0);border:0;}

.type_img1 {padding:15px;background:#eee;font-size: 15px;font-weight: 350;border=1;}
.type_img1 a {display:inline-block;}
.type_img1 .icon.icon_cmr {width:26px;height:20px;margin-right:15px;background-position:0 -43px;}
.type_img1 .icon.icon_pht {width:26px;height:20px;background-position:-31px -43px;}
.type_img1 label {display:inline-block;vertical-align:middle;margin-left:auto;margin-right:auto;}
.type_img1 input[type="file"] {overflow:hidden;position: absolute;width:1px;height:1px;padding:0;margin:-1px;clip:rect(0,0,0,0);border:0;}


/* 캘린더 */
.calendar_box {position:relative;padding:13px 63px 11px 15px;}
.calendar {position:relative;display:inline-block;width:46.5%;vertical-align:middle;}
.calendar.at .inpt_cldr {vertical-align:top;}
.calendar.wave {padding-right:10px;}
.calendar.wave::after {content:'~';position:absolute;right:-2px;top:12px;}
.calendar.long {width:100%;}
.calendar .inpt_cldr {width:100%;height:38px;border:1px solid #ababab;border-radius:3px;text-indent:10px;font-size:13px;color:#222; line-height:40px; vertical-align:top;box-sizing:border-box;}
.calendar .inpt_cldrType01 {width:100%;height:38px;border:1px solid #ababab;border-radius:3px;text-indent:5px;font-size:13px;color:#222; line-height:40px; vertical-align:top;}
.calendar .ui-datepicker-trigger {position:absolute;right:10px;top:12px;width:15px;height:15px;}
.calendar_box .btn {position:absolute;right:15px;top:13px;width:46px;height:39px;line-height:39px;border:1px solid #ca0d14;border-radius:3px;background:#ed1c24;color:#fff;font-size:15px;text-align:center;}
.calendar_box .btn.btn_inquire {width:46px;}
.calendar_box .btn.btn_inquire.high {width:59px;height:81px;line-height:81px;}
.calendar_box .btn.btn_inquire.wide {width:59px;}
.calendar_box.hal {}
.calendar_box.half .calendar {width:110px;}
.info_caldr {display:inline-block;margin-left:2px;vertical-align:top;color:#888;font-size:12px;letter-spacing:-1px;}
.info_caldr::before {content:"*";display:inline-block;color:#888;font-size:12px;}
.btn.btn_change {width:89px;}
.calendar_box.sty_a {padding-right:80px;}
.cledr {position:absolute;right:10px;top:50%;margin-top:-7px;}
.cledrPattn {position:absolute;right:20px;top:50%;margin-top:-7px;}
.icon_cledr {display:inline-block;width:15px;height:15px;background:url('/resources/_img/common/icon_calendar.png') no-repeat 0 0;background-size:15px;}
.box_txtinpt {position:relative;}
.box_txtinpt .del_text {position:absolute;right:10px;top:50%;margin-top:-10px;}

/* btn */
.btn {}
.btn .btn_red {display:block;width:100%;padding:22px 0;background:#ed1c24;text-align:center;color:#fff;font-weight:700;font-size:18px;}

/* */
.cont_header.fixd {position:fixed;width:100%;z-index:501;}
.tab_div.fixd {position:fixed;width:100%;z-index:500;background:#fff;}


.list_box {}
.list_box .title {border-top:1px solid #ababab;border-bottom:1px solid #ababab;background:#f1f1f1;}
.list_box .title li {position:relative;float:left;height:50px;line-height:50px;text-align:center;color:#222;font-size:14px;}
.list_box .title li::before {content:"";position:absolute;left:0;top:50%;width:1px;height:15px;margin-top:-8px;background:#dcdcdc;}
.list_box .title li:first-child::before {display:none;}
.list_box .cont {border-bottom: 1px solid #e0dcdb;}
.list_box .cont li {padding:16px 0;border-top:1px solid #e0dcdb;text-align:center;}
.list_box .cont li:first-child {border-top:0;}
.list_box .cont li .detailed {display:table;}
.list_box .cont li .detailed > span {display:table-cell;padding:0 4px;vertical-align:middle;}
.list_box .cont .date_cnt em.operation_date {display:block;}
.list_box .cont .cmptn {color:#ed1c24;}
.list_box .cont .bf_start {color:#1676df;}
.list_box .title li.date,
.list_box .cont .date_cnt {width:25%;}
.list_box .title li.store,
.list_box .cont .store_cnt {width:30%;}
.list_box .title li.total,
.list_box .cont .total_cnt {width:20%;}
.list_box .title li.state,
.list_box .cont .state_cnt {width:25%;}
.list_box.change_list {}
.list_box.change_list .cont li {background:#fff;}

.list_box .title li.date1,
.list_box .cont .date_cnt1 {width:25%;}
.list_box .title li.store1,
.list_box .cont .store_cnt1 {width:18%;}
.list_box .title li.total1,
.list_box .cont .total_cnt1 {width:19%;}
.list_box .title li.wdrw1,
.list_box .cont .wdrw_cnt1 {width:19%;}
.list_box .title li.state1,
.list_box .cont .state_cnt1 {width:19%;}

.change_list .title li.order,
.change_list .cont .order_cnt {width:20%;}
.change_list .title li.store,
.change_list .cont .store_cnt {width:30%;}
.change_list .title li.total,
.change_list .cont .total_cnt {width:20%;}
.change_list .title li.state,
.change_list .cont .state_cnt {width:30%;}
.list_box.yet {}
.list_box.yet .title li.date,
.list_box.yet .cont .detailed .store_cnt {width:40%;}
.list_box.yet .title li.total,
.list_box.yet .cont .detailed .total_cnt{width:30%;}
.list_box.yet .title li.state,
.list_box.yet .cont .detailed .state_cnt{width:30%;}


.list_box.yet .title li.date1,
.list_box.yet .cont .detailed .store_cnt1 {width:40%;}
.list_box.yet .title li.total1,
.list_box.yet .cont .detailed .total_cnt1{width:20%;}
.list_box.yet .title li.wdrw1,
.list_box.yet .cont .detailed .wdrw_cnt1{width:20%;}
.list_box.yet .title li.state1,
.list_box.yet .cont .detailed .state_cnt1{width:20%;}

/*table */
.table_box {}
.table_box table {border-top:1px solid #ababab;}
.table_box table thead th {position:relative;padding:18px 0;border-bottom:1px solid #ababab;background:#f1f1f1;font-size:14px;font-weight:700;}
.table_box table thead th::before {content:'';position:absolute;left:0;top:50%;width:1px;height:15px;margin-top:-7px;background:#dcdcdc;}
.table_box table thead th:first-child::before {display:none;}
.table_box table tbody td {padding:18px 0;border-bottom:1px solid #e0dcdb;text-align:center;}
.table_box table tbody td.clr_red {color:#ed1c24;}

/* 게시판 메뉴 */
.brd_nav {}
.brd_nav li {position:relative;padding:19px 15px 17px;border-bottom:1px solid #e0dcdb;}
.brd_nav li .icon.icon_arrow {position:absolute;right:15px;top:50%;width:10px;height:17px;margin-top:-9px;background-position:-74px 0;}
.brd_nav li a {display:block;height:20px;line-height:20px;font-size:16px;color:#222;font-weight:bold;}
.brd_nav li a .nbr {display:inline-block;margin-left:10px;padding:2px 8px;border-radius:5px;background:#ed1c24;color:#fff;}


/* 댓글 */
.comment {position:relative;border-top:1px solid #e0dcdb; /*padding-bottom:53px;*/}
.comment h3.tit {padding:15px;color:#ed1c24;font-size:16px;}
.comment .comment_list {border-top:1px solid#e0dcdb;}
.comment .comment_list>li:first-child .cmnt_inner {border-top:0;}
.comment .comment_list>li .cmnt_inner {padding:20px 15px;border-top:1px solid#e0dcdb;}
.comment .comment_list>li dl dt {font-size:16px;color:#222;font-weight:bold;}
.comment .comment_list>li dl dd {margin-top:10px;}
.comment .comment_list>li .data_cmt {margin-top:10px;color:#888;}
.comment .comment_list>li .data_cmt span {display:inline-block;padding-right:6px;vertical-align:middle;}
.comment .comment_list>li .data_cmt span::before {content:"";display:inline-block;width:1px;height:11px;margin-right:6px;background:#e1e1e1;vertical-align:middle;}
.comment .comment_list>li .data_cmt span:first-child::before {display:none;}
.comment .comment_list>li .data_cmt a {color:#888;}
.comment .comment_list>li .reply {background:#eee;}
.comment .comment_list>li .reply li {padding:18px 15px 20px 38px;border-top:1px solid #e0dcdb;}
.comment .comment_list>li .reply li dl dt {position:relative;}
.comment .comment_list>li .reply li dl dt::before {content:"";position:absolute;left:-25px;top:0;width:13px;height:15px;background:url('/resources/_img/common/icon_spr.png') no-repeat -89px 0;background-size:300px;}

.comment .comment_list>li .data_cmt .cancel {display:none;}
.comment .comment_list>li .mode_write .data_cmt .cancel {display:inline;}
.comment .comment_list>li .edit .data_cmt .revise:before {display:none;}
.comment .comment_list>li .edit .data_cmt .data {display:none;}
.comment .comment_list>li .edit .data_cmt .write_cmt {display:none;}
.comment .comment_list>li .edit .data_cmt .del {display:none;}
.comment .comment_list>li .edit .data_cmt .cancel {display:inline;}

.comment_cont {display:none;}
.comment_cont.on {display:block;}

.btn_tgle {position:absolute;top:8px;width:100%;height:30px;}
.btn_tgle .icon.icon_top_arw {position:absolute;right:15px;top:11px;width:17px;height:9px;background-position:-120px -48px;}
.btn_tgle.on .icon.icon_top_arw {background-position:-96px -48px;}

.cmt_inpt {position:relative;border-top:1px solid #e0dcdb;background:#eee;padding:8px 74px 8px 15px;/*position:fixed; bottom:0;width:100%;*/}
.cmt_inpt .inpt {height:99px;}
.cmt_inpt .inpt .inpt_entry {width:100%;height:100%;padding:2%;border:1px solid #bfbfbf;border-radius:3px;box-sizing:border-box;}
.cmt_inpt .inpt .btn_enter {position:absolute;right:15px;top:8px;width:54px;height:99px;line-height:99px;border-radius:3px;background:#ed1c24;text-align:center;color:#fff;font-weight:bold;}

/* paging */
.paging.m_pg {display:block;}
.paging.w_pg {display:none;}
.paging {text-align:center;margin-top:40px;}
.paging .btn_paging {width:29px;height:29px;background:url('/resources/_img/common/icon_paging.png') no-repeat 0 0;background-size:29px;}
.paging .paging_prev.btn_paging {margin:0 4px 0 0;background-position:0 -58px;}
.paging .paging_next.btn_paging {margin-left:10px;background-position:0 -97px;}
.paging a {border:1px solid #fff; font-size:10px;color:#777;width:29px;height:29px; text-align:center; line-height:29px;display:inline-block;font-weight:700;}
.paging a.pg_num {margin-left:4px;border:1px solid #e1e1e1;}
.paging a.pg_num span {display:inline-block;}
.paging a.on {background-color:#464646;color:#fff;border:1px solid #464646;}

/* 경고알림 */
.nthg {position:relative;background:#fff;}
.nthg p {position:absolute;top:50%;width:100%;margin-top:-72px;text-align:center;font-weight:bold;color:#888;}
.nthg .error {font-size:16px;}
.nthg .error::before {content:"";display:block;width:110px;height:110px;margin:0 auto 18px;background:url('/resources/_img/common/img_nothing.png') no-repeat -121px 0;background-size:231px;}
.nthg .no_search {font-size:15px;}
.nthg .no_search::before {content:"";display:block;width:110px;height:110px;margin:0 auto 18px;background:url('/resources/_img/common/img_nothing.png') no-repeat 0 0;background-size:231px;}

.nthg .no_search_condition::before {content:"";display:block;width:110px;height:110px;margin:0 auto 18px;background:url('/resources/_img/common/img_nothing.png') no-repeat 0 -165px;background-size:231px;}

.sml_nthg {padding:50px 0;}
.sml_nthg p {text-align:center;font-weight:bold;color:#888;}
.sml_nthg .error {font-size:16px;}
.sml_nthg .error::before {content:"";display:block;width:110px;height:110px;margin:0 auto 18px;background:url('/resources/_img/common/img_nothing.png') no-repeat -121px 0;background-size:231px;}
.sml_nthg .error.condition::before{background-position:0 -115px;}

.nthg .end {font-size:16px;}
.nthg .end span{display:block; margin-top:12px; color:#555; font-size: 18px;}
.nthg .end::before {content:"";display:block;width:110px;height:110px;margin:0 auto 18px;background:url('/resources/_img/common/img_box.png') no-repeat 0 0;background-size:231px;}
.nthg .yet {font-size:16px;}
.nthg .yet::before {content:"";display:block;width:110px;height:110px;margin:0 auto 18px;background:url('/resources/_img/common/img_box.png') no-repeat -121px 0;background-size:231px;}



/* 로딩바 */
#loading {display:none;}
#loading.showLoading {display:block;}
#loading.hideLoading {display:none;}
#loading.ld_ctr {position:absolute; width:100%; height:100%;}
#loading.ld_ctr .sk-circle {margin-top:-20px; top:50%;}

.sk-circle {
  margin: 20px auto 80px;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #f00;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.loding_type01 {position:absolute;left:50%;top:50%;margin:-20px 0 0 -20px;width: 40px;height: 40px;}
.sk-fading-circle .sk-circle {position: absolute; left: 0;top: 0;width: 100%;height: 100%;}
.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 13%;
  height: 24%;
  background-color: #ea2f26;
  border-radius: 35%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sk-fading-circle .sk-circle3 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.sk-fading-circle .sk-circle4 {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.sk-fading-circle .sk-circle5 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sk-fading-circle .sk-circle6 {
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}
.sk-fading-circle .sk-circle7 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.sk-fading-circle .sk-circle8 {
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
}
.sk-fading-circle .sk-circle9 {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}


.sk-fading-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

.change_wrp {display:none;position:fixed;left:0;top:0;width:100%;height:100%;background:#fff;z-index:500;}
.change_wrp.open {display:block;}
.change_wrp .header_change {position:relative;padding:20px 0 19px 0;background:#363d44;}
.change_wrp .header_change h3 {text-align:center;color:#fff;font-size:19px;}
.change_btn {padding:12px 15px;}
.change_btn .btn {display:inline-block;width:49.44%;height:38px;line-height:38px;border:1px solid #ababab;border-radius:3px;font-size:15px;text-align:center;}
.change_btn .btn_alter {background:#ed1c24;color:#fff;}
.ui-sortable-helper {-webkit-box-shadow: 0px 6px 20px 0px rgba(160,160,160,1);
-moz-box-shadow: 0px 6px 20px 0px rgba(160,160,160,1);
box-shadow: 0px 6px 20px 0px rgba(160,160,160,1););}
.header_change .btn_close {position:absolute;left:15px;top:15px;width:20px;height:20px;}

.drag-drop{position: relative; display: inline-block;}
.drag-drop-ul{list-style-type: none; margin: 0px; padding: 0px;}
ul.sort-active{background: rgba(0,0,0,0.03);}
.drag-drop-ul li{background: #fff;position: relative !important;top: 0px !Important; left: 0px !Important;}
.sort-trans{ transition: 0.5s all cubic-bezier(0.165, 0.84, 0.44, 1);opacity: 0.9;}
li.sort-el{transition: nodne !Important; }
.plcehldr{display: none;}

/* line 아이콘 */
.brd_line {display:block; position:relative;margin:0 auto;width:22px;height:12px;padding:10px;}
.brd_line .line {position: absolute;left:10px;top:10px;width:22px;border-top:2px solid #bfbfbf;}
.brd_line .menu-middle {top:14px;}
.brd_line .menu-bottom {top:18px;}

#change_pop	.header_change a.btn_edit {position:absolute;right:15px;top:20px;font-size:16px;color:#fff;}
#change_pop	.header_change a.btn_edit.focusAble {opacity:0.3;}
#change_pop	.header_change a.btn_edit.focusAble.active{opacity:1;}

/* Popup */
body.ovh {overflow: hidden;position: fixed;left:0;top:0;width: 100%;}
.popup_div.on {display:block;}
.popup_div {width:100%;position:fixed; z-index:750;left:0;top:50%;display:none;}
.popup_wrap {width:100%; text-align: center; }
.popup_wrap > div {padding:0 62px;}
.popup {text-align: center; border:1px #222 solid; background: #fff; border-radius:3px; padding:14px 10px; }
.popup p {line-height:140%; color:#222; font-weight: bold;}
.btn_wrp {width:100%; padding-top:24px;}
.btn_wrp a {display:inline-block; width:49%; font-size: 15px; color:#fff; border-radius:3px;padding:12px 0; font-weight: bold;}
.btn_wrp a.no {background:#999999;}
.btn_wrp a.no_agree {background:#999999;}
.btn_wrp a.ok {background:#ed1c24;}
.btn_wrp a.ok_end {width:100%;}
.btn_wrp a.ok_agree {background:#ed1c24;}
.btn_wrp .btn_wid {width:100%;}
.dim {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity: 0.7; filter:alpha(opacity=70);z-index:700;}
.dim.on {display:block;}
.nrmal {margin-top:-75px;}
.pswd  {margin-top:-65px;}

/* Paging API */
.paging_prev_container {position:absolute;left:-100%; width:100%;top:0;}
.paging_next_container {position:absolute;left:100%; width:100%;top:0;}

/* 레이어 팝업 */
.layer_wrp {display:none;position: absolute;left:0;top:0;width:100%;height:100%;background:#eee;z-index:500;}
.layer_wrp.open {display:block;}
.layer_wrp .header_layer,
.layer_box .header_layer {position:relative;padding:22px 0 21px 0;background:#363d44;}
.layer_wrp .header_layer.bg_rd,
.layer_box .header_layer.bg_rd {background:#ed1c24;}
.layer_wrp .header_layer h2,
.layer_box .header_layer h2 { text-align: center; color: #fff;  font-size: 19px;}
.layer_wrp .header_layer a.btn_edit,
.layer_box .header_layer a.btn_edit {position:absolute;right:15px;top:23px;font-size:16px;color:#fff;}
.layer_wrp .header_layer a.btn_edit.focusAble,
.layer_box .header_layer a.btn_edit.focusAble {opacity:0.3;}
.layer_wrp .header_layer a.btn_edit.focusAble.active,
.layer_box .header_layer a.btn_edit.focusAble.active {opacity:1;}
.layer_wrp .header_layer .btn_back,
.layer_box .header_layer .btn_back {position:absolute;left:2px;top:4px;padding:15px;}
.layer_wrp .header_layer .btn_back_arr,
.layer_box .header_layer .btn_back_arr {position:absolute;left:15px;top:19px;}
.layer_wrp .header_layer .icon.ico_back,
.layer_box .header_layer .icon.ico_back {width:24px;height:17px;background-position:-106px 0;}
.layer_wrp .header_layer .btn_close,
.layer_box .header_layer .btn_close {position:absolute;right:15px;top:15px;}
.layer_wrp .header_layer .icon.icon_close,
.layer_box .header_layer .icon.icon_close{width:19px;height:19px;background-position:-51px 0;}
.header_psitn.fixed {position:fixed;top:0;left:0;width:100%;z-index:550;}
.bg_wht {background:#fff;}
.layer_inner {overflow-y:auto;}
.layer_inner select {background:url('../../../resources/_img/common/icon_select_arrow.png') no-repeat 95% 50%;background-size:10px;}
.layer_inner .select_box {height:40px;}

/* 로딩 dim */
body.dim_open {overflow:hidden;}
.dim_box {display:none;width:100%;height:100%;position:fixed;left:0;top:0;background:rgba(0,0,0,0);opacity:0.6;z-index:600;}
.dim_box.on {display:block;}
.dim_box.on #loading {display:block;}
.dim_box #loading .sk-circle .sk-child {z-index:650;}
.dim_box.transparent {opacity:0;}
/*#loading .sk-circle:before {content:'.'; width:68px; height:68px; background:rgba(0,0,0,0.1);position:absolute; top:-14px; left:-14px;overflow:hidden; border-radius:10px;}*/

/* seon ????? ????? box 1*/
.lis_items li {border-top:4px #eeeeee solid; border-bottom:1px #d6d6d6 solid;}
.lis_items li:first-child {border-top:5px #eeeeee solid;}

/* ????? ????? box 1_01 */
.item_wrap {padding:10px 15px 15px;}
.item_wrap .tit_wrap { border-bottom:1px #e8e8e8 solid;padding:5px 0 12px}
.tit_wrap, .txt_wrap {position: relative;}
.tit_wrap .tit {color:#222; font-weight: bold; letter-spacing:-1px;}

.txt_wrap {padding-top:12px; }
.txt_wrap .noti {font-size:15px;letter-spacing:-1px; font-weight: bold; display:block; width: 100%; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden;  white-space: nowrap;  word-wrap: normal !important;}
.txt_wrap .txt {padding-top:7px; white-space: normal;line-height: 1.2; height: 2.3em; max-height:2.3em; width: 100%; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; word-wrap: normal !important; display: -webkit-box;  -webkit-line-clamp: 2;  -webkit-box-orient: vertical;}
.txt_wrap .rep {padding:7px 0;}
.num_count {color:#888888; font-size: 13px; font-weight: bold;}
.mar07 {margin-right:7px;}
.re_span {font-size:13px; color:#222;}

.loca_span {display:block;}
.date_span {font-size: 13px; color:#888;display: inline-block; margin-top:5px;}

/* ??????sprite */
.ico_wrap {position:relative; top:0px; display: inline-block;}
.ico_wrap.topmn1 {top:-1px;}
.icon.ico_atta {width: 14px;height: 13px; margin-left: 5px; background-position: 0 -25px;}
.icon.icon_img {width: 13px;height: 13px; margin-left: 3px; background-position: -25px -25px;}
.icon.icon_like {width: 13px;height: 13px; margin-left: 3px; background-position: -75px -25px;}
.icon.icon_Slist_on {width: 31px;height: 31px; background-position: 0px -70px;}
.icon.icon_Slist_off {width: 31px;height: 31px; background-position: -80px -70px;}
.icon.icon_Blist_on {width: 31px;height: 31px; background-position: -120px -70px;}
.icon.icon_Blist_off {width: 31px;height: 31px; background-position: -40px -70px;}
.icon.icon_call {width: 36px;height: 36px; background-position: 0px -105px;}
.icon.icon_talk {width: 38px;height: 36px; background-position: -40px -105px;}
.icon.icon_navi {width: 38px;height: 36px; background-position: -82px -105px;}
.icon.icon_play {width: 38px;height: 36px; background-position: -122px -105px;}
.icon.icon_vip {width: 15px;height: 15px; background-position: -401px -26px;}
.icon.icon_time {width: 38px;height: 36px; background-position: -166px -105px;}
.icon.icon_loca {width: 30px;height: 36px; background-position: -210px -105px;}
.icon.icon_bigredcall, .icon.icon_redcall {width: 26px;height: 26px;margin-top:-6px; background-position:-247px -110px;position:relative;}
.icon.icon_bigredcall:before, .icon.icon_redcall:before {position: absolute;width: 50px;content: '';height: 50px;top: -12px;left: -12px;}
.icon.icon_tme {width:27px;height:27px;background-position:-183px -21px;}
.icon.icon_pus {width:17px;height:16px;background-position:-279px 0;}
.icon.icon_arrow {width:17px;height:9px;background-position:-120px -48px;}
.icon.icon_gry_arw {width:22px;height:13px;background-position:-154px -48px;}
.icon.icon_gry_arw.on {background-position:-188px -48px;}
.icon.icon_map {width:14px;height:18px;background-position:-220px -51px;}
.icon.icon_view {width:16px;height:18px;background-position:-242px -51px;}
.icon.con_nav {width:19px;height:18px;background-position:-263px -51px;}
.icon.icon_rdtalk {width:28px;height:26px;background-position:-250px -23px;}
.icon.icon_redmark {width:21px;height:26px;background-position:-218px -22px;}
.icon.icon_search_close {width:20px; height:20px; background-position: -280px -22px;}
.icon.icon_selecArr {width:10px; height:17px; background-position:-188px -70px;}
.icon_lgn {display:block;background:url('/resources/_img/common/icon_login_spr.png') no-repeat 0 0;background-size:56px;text-indent:-9999px;}
.icon.icon_plus {width:15px; height:15px; background-position:-210px -70px;}
.icon.icon_bigplus {width:33px;height:35px;background-position:-162px -205px;}
.icon.icon_white_arrw {width:10px;height:17px;background-position:-239px -72px;}
.icon.icon_gry_arrow {width:10px;height:17px;background-position:-261px -72px;}

a > .icon.icon_rdtalk {position:relative;}
a > .icon.icon_rdtalk:before {position:absolute;content:''; width:50px; height:50px; top:-12px; left:-12px;}
/* ???? */
.user_area {position:relative;padding:14px 0 14px 18px;border-bottom:1px solid #d9d9d9;text-align:left;font-weight:700;font-size:14px;}
.user_area .txt_info {color:#888;}
.user_area .name {color:#ed1c24;}
.user_area .posting {position:absolute;right:22px;top:13px;}
.user_area .posting li {float:left;color:#222;}
.user_area .posting li:first-child::after {content:'';display:inline-block;width:1px;height:10px;margin: 0 12px;vertical-align:middle;background:#d3d3d3;}
.user_area .posting li .cutr {margin-left:3px;color:#ed1c24;vertical-align:middle;}
.user_area .posting li a{position:relative;}
.user_area .posting li a:before{position:absolute; content:''; width:100%; height:200%; left:0; top:-50%;}

.present_box {position:relative;padding:14px 15px 15px;border-bottom:1px solid #e0dcdb;background:#f1f1f1;}
.present_box .tab_wrp {text-align:center;}
/* .present_box .tab_wrp .present_tab {display:inline-block;}*/
.present_box .tab_wrp .present_tab li {display:inline-block;margin-bottom:10px;}
.present_box .tab_wrp .present_tab li a {position:relative;font-size:14px;color:#888;font-weight:700;}
.present_box .tab_wrp .present_tab li:first-child::after {content:'';display:inline-block;width:1px;height:10px;margin: 0 20px;vertical-align:middle;background:#d3d3d3;}
.present_box .tab_wrp .present_tab li a.on {color:#222;}
.present_box .tab_wrp .present_tab li a .point {position:absolute;right:-5px;top:-3px;width:4px;height:4px;border-radius:100%;background:#ed1c24;}
.present_box .tab_wrp .present_tab li a:before {position:absolute; content:''; width:100%; height:200%; left:0; top:-50%;}
.present_list {}
.present_list li {position:relative;border-radius:3px;}
.present_list li a {display:block;color:#fff;font-weight:700;}
.present_list li.uncompleted {background:#ed1c24;}
.present_list li.uncompleted a {padding:27px 0 27px 15px;}
.present_list li.uncompleted .state {display:inline-block;font-size:21px;vertical-align:middle;}
.present_list li.uncompleted .nber {display:inline-block;height:55px;line-height:55px;margin-left:15px;font-size:75px;vertical-align:middle;font-weight:normal;letter-spacing:-8px;}
.present_list li.completion {margin-top:4px;background:#424a61;}
.present_list li.completion a {padding:19px 0 19px 15px;}
.present_list li.completion .state {display:inline-block;font-size:17px;}
.present_list li.completion .nber {display:inline-block;height:23px;line-height:23px;margin-left:15px;font-size:30px;vertical-align:middle;font-weight:normal;letter-spacing:-4px;}
.present_list li .icon {position:absolute;right:15px;top:50%;}
.present_list li .icon.icon_bigplus {margin-top:-18px;}
.present_list li .icon.icon_white_arrw {margin-top:-9px;}

.list_area {display:none;}
.list_area.on {display:block;}
.others_wrp {background:#f1f1f1;}
.others_wrp.space_line {padding-top:5px;}
.others_list {background:#fff;}
.others_list.first_list {margin-bottom:5px;}
.others_list li {position:relative;border-bottom:1px solid #e0dcdb;}
.others_list li a {display:block;padding:19px 15px 20px 59px;color:#222;font-size:16px;font-weight:700;}
.others_list li .txt {display:inline-block;position:relative;}
.others_list li .icon {position:absolute;right:15px;top:50%;margin-top:-9px;}
.others_list li .bde {position:absolute;right:-45px;top:50%;margin-top:-10px;padding:4px 8px 1px 8px;border-radius:15px;color:#fff;font-weight:700;background:#ed1c24;vertical-align:middle;}
.others_list li img {display:inline-block;width:28px;height:23px;margin-right:5px;vertical-align:middle;}

.icon_delivery {position:absolute;left:18px;/*background:url('/resources/_img/common/icon_main_spr.png') no-repeat 0 0;background-size:162px;*/vertical-align:middle;}
.icon_delivery.icon01 {width:28px;height:21px;background-position:-30px -23px;}
.icon_delivery.icon02 {width:23px;height:21px;background-position:-30px 0;}
.icon_delivery.icon03 {width:23px;height:21px;background-position:-55px 0;}
.icon_delivery.icon04 {width:25px;height:23px;background-position:-79px 0;}
.icon_delivery.icon05 {width:26px;height:20px;background-position:-108px 0;}
.icon_delivery.icon06 {width:25px;height:18px;background-position:-136px 0;}
.icon_delivery.icon07 {width:26px;height:22px;background-position:0 -23px;}
.icon_delivery.icon08 {width:28px;height:21px;background-position:0 0;}
.icon_delivery.icon09 {width:27px;height:24px;background-position:-61px -24px;}

/* ?????? ???? ????,??? */
.cont_inner .btn_ {position: relative; top: 0;left: 0; display: inline-block; padding: 3px 6px 2px; border-radius: 3px; font-size: 11px; line-height: 11px; font-weight: bold;}
.cont_inner .btn_.sec {position: relative; top: 0;left: 0; display: inline-block; padding: 3px 4px 2px; border-radius: 3px; font-size: 10px; line-height: 11px; font-weight: bold;}
.cont_inner .btn_.btn_check {border:1px #ed1c24 solid; color: #ed1c24; }
.cont_inner .btn_.btn_general {border: 1px solid #1676df; color: #1676df; }
.cont_inner .btn_.btn_logis {border: 1px solid #57c059; color: #57c059; border-radius: 13px;}
.cont_inner .btn_.btn_return {border: 1px solid #54a6de; color: #54a6de; border-radius: 13px;}
.cont_inner .btn_.btn_addextr {border: 1px solid #ff5d26; color: #ff5d26; border-radius: 13px;}
.cont_inner .btn_.btn_addextr.sec {border: 1px solid #265dff; color: #265dff; border-radius: 13px; font-size: 10px; padding: 3px 4px 2px;}
.cont_inner .btn_.btn_addextr.sec.spc {margin-top:5px;}
.cont_inner .btn_delay {border: 1px solid #888888; color: #888888; border-radius: 13px;}
.cont_inner .btn_.btn_pickup {border: 1px solid #b750ea; color: #b750ea; border-radius: 13px;}
.cont_inner .btn_.btn_tpl {border: 1px solid #c3803b; color: #c3803b; border-radius: 13px;}
.cont_inner .btn_.btn_vsp {border: 1px solid #c3803b; color: #ff80c0; border-radius: 13px;}
.cont_inner .btn_.btn_sbb {border: 1px solid #800000; color: #800000; border-radius: 13px;}
.cont_inner .btn_.btn_sbb:before {content:none;}
.cont_inner .txts {display:block; font-size: 11px; color:#54a6de; text-align:center; font-weight: bold; padding-top:5px;}
.cont_inner .btn_.return{border:0 none;}
.cont_inner .btn_.btn_resell {border: 1px solid #e91e63; color: #e91e63; border-radius: 13px;}
.cont_inner .btn_.btn_resell:before {content:none;}

.cont_inner .cus_pc_icon {border: 1px solid #1db944;color: #1db944;border-radius: 13px;font-size: 10px;padding: 3px 4px 2px;}
.cont_inner .cus_pc_icon.cus_pc_offset{position: relative; top: 0;left: 0; display: inline-block; line-height: 11px; font-weight: bold;margin-top: 5px;}

.active i {background-position:-160px 0 !important;}

/* ??????? ???? ????  */
.btns {position: absolute;top:0; right:0;display: block;}
.btns a {font-size: 13px; color:#777; display: inline-block; border:1px #bfbfbf solid; border-radius:13px; padding:4px 8px; font-weight: bold;}

/* seon ??o???? ????? */
.list_wrap {position: relative; background: #fff;}
.tab_div ul {width:100%; box-sizing:border-box;}
.tab_div li {float: left; width:50%; text-align:center; border-left:1px #d6d6d8 solid;box-sizing:border-box;}
.tab_div li:first-child {border-left:0 none;}
.tab_div li a {font-size: 15px; color:#222222; display:inline-block; border-bottom:3px #d6d6d8 solid;width:100%; padding:11px 0;}
.tab_div li a.on {color:#ed1c24; border-color:#ff2a32;}

.rly_tab li {width:100%;}

.triple_tab li {width:33.3%;}
.quad_tab li {width:25%;}

.sum_wrap {background:#eeeeee;padding:0 15px;}
.sum_wrap dl {width:100%;}
.sum_wrap dl dt, .sum_wrap dl dd {display:inline-block; padding:18px 0; color:#222222; font-weight: bold;font-size:15px;}
.sum_wrap dl dt:after {content:''; display:inline-block; width:1px; height:11px; background: #c2c2c2; margin:0px 8px 0 9px; vertical-align:middle;}
.sum_wrap dl dt span, .sum_wrap dl dd span {color:#f43737;}

.list_type {position:absolute; top:10px; right:15px; z-index: 1;}
.list_type li {width:30px; height:30px; float: left;}
.list_type li:first-child {margin-right:4px;}
.list_type li a {display:inline-block; width:30px; height:30px; font-size: 0;}

.list_type_multi {position:absolute; top:10px; right:15px; z-index: 1;}
.list_type_multi li {width:30px; height:30px; float: left;}
.list_type_multi li.resell_barcode:first-child {margin-right:20px;}
.list_type_multi li {margin-right:4px;}
.list_type_multi li:last_child {margin-right:unset;}
.list_type_multi li a {display:inline-block; width:30px; height:30px; font-size: 0;}
.list_type_multi .icon_barcode {width: 30px;height: 30px;float: left;border:1px #a8a8a8 solid;}

.route_wrap {overflow:hidden;position:relative;}
.route_wrap ul.wrap_route > li {border-top:4px #eeeeee solid; border-bottom:1px #d6d6d6 solid;}
.route_wrap ul.wrap_route > li:first-child {border-top:0 none;}
.route_wrap .wrap_route li .quk_list.on {display:block;}
.route_wrap .wrap_route li .quk_list {display:none;}

.route_wrap li dt{padding-bottom:0px;-webkit-transition: padding 0.15s;-moz-transition: padding 0.15s;-o-transition: padding 0.15s;ransition: padding 0.15s;}
.route_wrap li.on dt{ border-bottom:none; padding-bottom:8px;}
.route_wrap .wrap_route li .quk_list {border-top:1px #e8e8e8 solid;}
.route_wrap .wrap_route li .quk_list .btns_div .txt_hde	{display:block;padding:5px;font-size:0;}
.route_st01 {padding:15px 15px 15px 98px;}
.route_st01 dt {font-size: 15px; color:#222; font-weight: bold;}
.route_st01 dt span:before {content:""; display:inline-block; width:1px; height:11px; background: #e1e1e1; margin:0px 8px 0 9px;}
.route_st01 dd {display:block; padding:10px 0 0;}

.route_st02 {padding:15px 15px 15px 98px; background:#f8f8f8;}
.route_st02 dt {font-size: 15px; color:#222; font-weight: bold;}
.route_st02 dt span:before {content:""; display:inline-block; width:1px; height:11px; background: #e1e1e1; margin:0px 8px 0 9px; }
.route_st02 dd {display:block; padding:15px 0 0;}

.route_txt {width:80%;color:#999999; float: left;}
.route_txt span {color:#222;}
.route_txt.vip {color:#222;}
.route_txt i{}
.txt_detail {color:#888; line-height:140%;}
.route_time {font-size: 14px; text-align:center; float:right;}
.route_time em {display:block;}
.icons_wrap {position:absolute; top:15px; left:56px; z-index: 1;}
.icons_wrap.sec{top:35px;}
.btns_div ul {width:100%; box-sizing:border-box;}
.btns_div li {width:25%; float: left; box-sizing:border-box; text-align:center;}
.btns_div li:first-child:before {background: none !important;}
.wrap_route li {position:relative;}
.btn_process {display:block; width:100%;background: #ff2b32; border-radius:5px; text-align:center; color:#fff; padding:13px 0; font-size: 16px; font-weight: bold;box-shadow:0 2px #c2c2c2;}

.route_wrap ul.wrap_route li.line_start::before {content:"";position:absolute;left:23px;top:-7px;width:20px;height:20px;line-height:20px;border-radius:50%;display:inline-block;background:url('/resources/_img/common/icon_spr.png') no-repeat;background-size:300px; background-position:-128px -25px; color:#fff;text-align:center;z-index:100;-webkit-transition: top 0.15s;-moz-transition: top 0.15s;-o-transition: top 0.15s;transition: top 0.15s;}
.route_wrap ul.wrap_route li.on:first-child::before {content:"";top:15px;}
.route_wrap ul.wrap_route.two {border-top: 4px #eeeeee solid;}
.route_wrap ul.wrap_route.two li:first-child::before {display:none;}

.route_wrap ul li:first-child .km {top:50%;}
.route_wrap ul li .first_line {position:absolute;left:31.5px;top:8px;width:2px;height:40%;background:#666;}
.route_wrap ul li.on .first_line {top:30px;}
.route_wrap ul li:last-child .line {height:0;}

.route_wrap ul li .refresh {display:inline-block;line-height:38px;}
.route_wrap ul li .refresh .icon.icon_refresh{width:24px;height:24px;background-position:-274px -71px;}
.route_wrap ul li .km {display:table;position:absolute;left:15px;top:50%;width:38px;height:38px;margin-top:-16px;border-radius:50%;background:red;color:#fff;text-align:center;z-index:100;line-height:1;font-weight:bold;}
.route_wrap ul li .km .txt_km {display:table-cell;padding-top:2px;vertical-align:middle;font-size:12px;}
.route_wrap ul li .km .txt_km em {display:block;}
.route_wrap ul li .line {position:absolute;left:50%;top:37.3px;width:2px;height:194%;margin-left:-2px;background:red;z-index:50;background:#666;}
.route_wrap ul li .rough {background:#57c059;}
.route_wrap ul li .slow {background:#ff8625;}
.route_wrap ul li .congested {background:#ed1c24;}


.route_wrap ul li .km.anyone {background:#707070; color:#fff;}
.route_wrap ul li .km.call_false {background:#f49f1e; color:#fff;}

.route_wrap.bigger {}
.bigger ul.wrap_route li.first_line {position:absolute;left:24px;top:-7px;width:20px;height:20px;line-height:20px;border-radius:50%;display:inline-block;background:url('/resources/_img/common/icon_spr.png') no-repeat;background-size:300px; background-position:-128px -25px; color:#fff;text-align:center;z-index:100;-webkit-transition: top 0.15s;-moz-transition: top 0.15s;-o-transition: top 0.15s;transition: top 0.15s;}
.bigger .route_st01 {padding:15px 15px 14px 77px;}
.bigger .route_st01 dt span:before,.bigger .route_st02 dt span:before {display:none;}
.bigger .route_st01 dt span,.bigger .route_st02 dt span {display:block;}
.bigger .route_st01 dt,.bigger .route_st01 dd,
.bigger .route_st02 dt,.bigger .route_st02 dd {font-size: 19px;}
.bigger .route_txt p:first-child span {line-height:160%;}
.bigger .route_time {font-size: 18px;}
.bigger .route_time em {line-height:160%;}
.bigger .icons_wrap {position:relative; top:15px; left:56px; z-index: 1;}
.bigger .route_st01 dt,
.bigger .route_st02 dt {position:relative;}
.bigger .route_time {position:absolute;right:0;top:50%;margin-top:-22px;font-size: 18px; text-align:center; float:none;}
.bigger .icon.icon_vip {width:15px;height:17px;margin-right:5px;background-position: -458px -26px;}
.bigger .route_st02 {padding:15px 15px 14px 77px;}
.bigger ul li .first_line {width:3px;}
.bigger ul li .line {width:3px;height:220%;}
.bigger ul li .refresh {display:inline-block;line-height:46px;}
.bigger ul li .refresh .icon.icon_bigrefresh{width:32px;height:31px;background-position:-201px -207px;}
.bigger ul li .km {left:10px;width:46px;height:46px;}
.bigger ul li .km .txt_km {font-size:16px;}
.bigger ul li .line {top:46px;}
.cont_inner .bigger .btn_ {top:-2px;margin-left:7px;padding:3px 6px 2px;font-size:13px;}
.cont_inner .bigger .txts {display:inline-block;margin-left:5px;padding:0;font-size:13px;}
.bigger .icon.icon_call {width: 40px;height: 41px;background-position: 0px -144px;}
.bigger .icon.icon_talk {width: 45px;height: 42px;background-position: -46px -144px;}
.bigger .icon.icon_navi {width: 41px;height: 41px;background-position: -96px -144px;}
.bigger .icon.icon_play {width: 42px;height: 42px;background-position: -141px -143px;}
.bigger .icon.icon_vip {width: 15px;height: 15px; background-position: -401px -26px;}
.bigger .icon.icon_time {width: 41px;height: 41px;background-position: -188px -144px;}
.bigger .icon.icon_loca {width: 33px;height: 41px;background-position: -234px -144px;}

 /* seon ??? */
.detail_simple li {border-top:1px #e0dcdb solid;padding:18px 15px; font-size:15px;}
.detail_simple li:first-child {border-top:0 none;}
.detail_simple li dt,.detail_simple li dd {display:inline-block;}
.detail_simple li dt {color:#222; font-weight:bold;}
.detail_simple li dd {float:right; color:#565656; font-weight:bold;}
.detail_simple dd .icon_redcall {margin:-6px 0 0 7px;}
.detail_simple li .end {color:#ed1b24;}
.detail_simple li .ing {color:#1b61ff;}

.detail_minutely {border-top:1px #ababab solid; border-bottom:1px #ababab solid;}
.detail_minutely li {/* font-size:14px; */ color:#222; font-weight:bold; text-align:center; background:#fff;}
.detail_minutely li ul li{border-top:1px #e0dcdb solid;padding:19px 15px;}
.categori > li:first-child {border-bottom:1px #ababab solid; border-top:0 none;}

.detail_minutely .title .classify li { background:#f1f1f1;  font-size:14px; border-top:0 none; color:#222}
.detail_minutely .classify {display:table; width:100%; position:relative;}
.detail_minutely ul.classify li {display:table-cell;width:33%; padding:19px 4px; /* font-size:13px; */ color:#555555;vertical-align:middle;}
.detail_minutely ul.classify li.san {width:20%;}
.detail_minutely ul.classify li.si {width:13%;}
.detail_minutely ul.classify li.wu {width:20%;}
.detail_minutely ul.classify li a {display:block;}

.detail_minutely .title .classify.trf_complete li {width:40%;}
.detail_minutely .classify.trf_complete li.si {width:20%;}



.detail_minutely1 {border-top:1px #ababab solid; border-bottom:1px #ababab solid;}
.detail_minutely1 li {/* font-size:14px; */ color:#222; font-weight:bold; text-align:center; background:#fff;}
.detail_minutely1 li ul li{border-top:1px #e0dcdb solid;padding:19px 15px;}
.categori > li:first-child {border-bottom:1px #ababab solid; border-top:0 none;}
.detail_minutely1.title .classify li { background:#f1f1f1;  font-size:14px; border-top:0 none; color:#222}
.detail_minutely1 .classify {display:table; width:100%; position:relative;}
.detail_minutely1 ul.classify li {display:table-cell;width:22%; padding:19px 4px; /* font-size:13px; */ color:#555555;vertical-align:middle;}
.detail_minutely1 ul.classify li.bin {width:20%;}
.detail_minutely1 ul.classify li.san {width:20%;}
.detail_minutely1 ul.classify li.si {width:20%;}
.detail_minutely1 ul.classify li.wu {width:20%;}
.detail_minutely1 ul.classify li a {display:block;}

.detail_minutely1 .title .classify.trf_complete li {width:30%;}
.detail_minutely1 .classify.trf_complete li.si {width:10%;}
.detail_minutely1 .classify.trf_complete li.bin {width:20%;}

.title .classify li:after {content:''; display:inline-block; width:1px; height:15px; background:#dcdcdc; vertical-align:middle; float:right;}
.title .classify li:last-child:after {content:''; width:0;}
.title + li .classify li {border-top:0 none;}
.classify.cancel li {text-decoration: line-through;}
.classify.cancel li.wu:before,
.classify.cancel li.si:before {width:50%;left:25%;}
.detail_minutely .classify.cancel li { background:#cccccc; position:relative;}

.detail_wrap {padding-bottom:60px; background: #eeeeee;}
.detail_wrap .detail_simple { background: #fff;}
.detail_wrap .btn_startEnd {position:fixed; bottom:0; width:100%;text-align: center;}
.detail_wrap .btn_startEnd a {display:inline-block; width:100%; padding:22px 0; color:#fff; font-size:18px;background: #ed1c24;font-weight: bold;}

.header_tit .btn_close.btn_user {right:8px;top:-14px;padding:14px;}
.header_tit .btn_close .icon.icon_user {width:19px; height:19px; background-position:-220px 0;}
.header_tit .btn_back .icon.icon_close {width:19px; height:19px; background-position:-50px 0;}
.airInstall_wrap {width:100%; background: #fff;}
.airInstall_wrap .airInstall {padding:0 15px 20px;}
.airInstall_wrap .airInstall_list {}
.airInstall_wrap .airInstall_list > ul{border-top:1px #ababab solid;}
.airInstall_wrap .airInstall_list li {font-size: 14px; color:#222; font-weight: bold; text-align: center;}
.airInstall_wrap .airInstall_list li ul {display: table; width:100%;}
.airInstall_wrap .airInstall_list li ul li {width:18%; color:#555555; line-height:140%; display: table-cell; vertical-align: middle; padding:15px 0px; border-bottom:1px #e0dcdb solid;}
.airInstall_wrap .airInstall_list li ul li.address {width:45%;/*  max-width:110px; */}
.airInstall_wrap .airInstall_list li ul li.callbtn {width:15%; padding:15px 0;}
.airInstall_wrap .airInstall_list li ul li.place {width:35%; max-width:150px; padding:15px 10px;}
.airInstall_wrap .airInstall_list > ul > li.active {background:#ed1c24;}
.airInstall_wrap .airInstall_list > ul > li.active ul li {color:#fff;}
.airInstall_wrap .airInstall_list > ul > li.active .icon.icon_redcall{background-position: -273px -144px;}
.airInstall_wrap .airInstall_list .tit.active {background:#f1f1f1;}
.airInstall_wrap .airInstall_list .tit.active li {color:#555;}
.airInstall_wrap .airInstall_list .tit {border-bottom:1px #ababab solid; background:#f1f1f1;}
.airInstall_wrap .airInstall_list .tit li:before {content:""; display:block; width:1px; height:15px; background:#dcdcdc; float: left;}
.airInstall_wrap .airInstall_list .tit li:first-child:before {content:""; display:none;}
.airInstall_wrap .airInstall_list .tit > ul li {border-bottom:0 none;}
.airInstall_wrap .airInstall_list .callbtn .icon {margin-top:-4px;}

.airInstall_wrap .view_airInstall {padding:19px 0 0; text-align: center; }
.airInstall_wrap .view_airInstall h3 {color:#333947; font-size: 15px;}
.airInstall_wrap .view_airInstall .view_wrap {text-align: left;  margin: 0 -15px;  border-bottom: 1px #e0dcdb solid;}
.airInstall_wrap .view_airInstall .view_wrap div {padding:18px 15px 12px;}
.airInstall_wrap .view_airInstall .btn_airInstall {padding-top:8px;}
.airInstall_wrap .view_airInstall .btn_airInstall a {display:inline-block; width:100%; height:50px; line-height:50px; background: #ed1c24; color:#fff; font-size:16px; text-align: center; border-radius:3px; box-sizing:border-box;}
.airInstall_wrap .view_airInstall .btn_airInstall .btn_modify {width:73%;}
.airInstall_wrap .view_airInstall .btn_airInstall .btn_del {width:25%;background:#999;}
.airInstall_wrap .view_airInstall .btn_airInstall .adjment {color:#555555; background: #f1f1f1; border:1px #ababab solid;}
.airInstall_wrap .view_airInstall span {display:inline-block; }
.airInstall_wrap .view_airInstall .date {border:1px #ababab solid; padding:13px 7.7%; border-radius:3px; font-size: 15px; color:#555;}
.airInstall_wrap .view_airInstall .txt {margin-left:1.1%; color:#888; font-weight:bold;font-size: 12px;}
.airInstall_wrap .view_airInstall .time_wrap ul {box-sizing:border-box;display:table; width:100%;}
.airInstall_wrap .view_airInstall .time_wrap ul li {display:table-cell; float: left; width:49.7%; box-sizing:border-box; border-radius:3px; background: #333947; margin-left:0.5%; color:#fff; padding:15px 0 15px; font-size: 15px;}
.airInstall_wrap .view_airInstall .time_wrap ul li:first-child {margin-left:0;}
.airInstall_wrap .view_airInstall .time_wrap .time {padding:15px 0 20px;font-size: 15px;}
.airInstall_wrap .view_airInstall .time_wrap .count_wrap .count {float: left;width:49.31%;}
.airInstall_wrap .view_airInstall .time_wrap .count_wrap .count:before {content:''; display:inline-block; float: left; width:1px; height:67px; background: #71757f;}
.airInstall_wrap .view_airInstall .time_wrap .count_wrap .count:first-child:before {content:''; display:none;}
.airInstall_wrap .view_airInstall .time_wrap .count_wrap .count span {display:block; padding:15px 0 20px;font-size: 15px;}
.airInstall_wrap .elis {text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.airInstall_wrap .elis_double {text-overflow: ellipsis; overflow: hidden; -webkit-line-clamp:2; -webkit-box-orient:vertical;  word-wrap: normal !important;   display: -webkit-box; white-space:normal;}
.airInstall_wrap .pop_dim {position:fixed; top:0; left:0; width:100%; height:100%; background: #000; opacity: 0.7; filter:alpha(opacity=70);}
.airInstall_wrap .popup_wrap {position:relative;}
.airInstall_wrap .airInstall_list > ul > li {position:relative;}
.airInstall_wrap .airInstall_list a.touch {position:absolute; display:block; width:82%; height:100%;}

.airInstall_wrap .view_airInstall .time_wrap {position:relative; margin-top:20px;}
.airInstall_wrap .view_airInstall .time_wrap .time_over {position:absolute;top:0;left:0; width:100%; background: #000; opacity: 0.7; filter:alpha(opacity=70); height:100%;}
.airInstall_wrap .view_airInstall .time_wrap .time_over p {position:relative; color:#ccc; font-size: 13px; font-weight: bold; line-height:140%; padding:31px 0;}

.airInstall_wrap .choice {color:#888; font-size: 12px; padding:15px 0 15px 15px;}
.airInstall_wrap .select_wrap {padding:15px; border-top:1px #e0dcdb solid; border-bottom:1px #e0dcdb solid;}
.airInstall_wrap .select_wrap .view_select {background:#333947; border-radius:3px; margin-top:5px; padding-left:4%;}
.airInstall_wrap .select_wrap .view_select:first-child{margin-top:0;}
.airInstall_wrap .select_wrap dl {display: table; width:100%; position:relative;}
.airInstall_wrap .select_wrap dl dt, .airInstall_wrap .select_wrap dl dd {display:table-cell; color:#fff; font-size: 15px; font-weight: bold; padding:24px 0;}
.airInstall_wrap .select_wrap dl dt {position:absolute; top:50%; margin-top:-32px; left:0; letter-spacing:-1px}
.airInstall_wrap .select_wrap dl dd {float:right; padding-right:3.5%;}
.airInstall_wrap .select_wrap dl dd div span{display: block; float: left; text-align: center;}
.airInstall_wrap .select_wrap dl dd span {display:inline-block;text-align:center;}
.airInstall_wrap .select_wrap dl dd span select {display:inline-block; width:38px; height:38px; line-height:38px; text-indent:8px; background: #646a79; border-radius:3px; border:0 none; font-size: 17px;}

.airInstall_wrap .select_wrap .ea_wrap .minute {padding-right:27px;}
.airInstall_wrap .select_wrap .minute input {display:inline-block; margin-right:5px; width:38px; height:38px; line-height:38px; text-align:center; background: #646a79; border-radius:3px; border:0 none; font-size: 17px; color:#fff; }
.airInstall_wrap .select_wrap .minute label {width:38px; height:38px;}

.airInstall_wrap .times {display: inline-block;  margin-left:11px; position:relative;}
.airInstall_wrap .times:first-child:before {display:none; margin-left:0px;}
.airInstall_wrap .times:before {content: '~'; display: inline-block; position: absolute; top: 50%; margin-top: -8px; left: -10px; }
.airInstall_wrap .times .timeBox {color:#fff; position:absolute;opacity:0;width:100%; height:100%; top:0;left:0;}
.airInstall_wrap .times .timeBoxView {display:block; width:88px; height:38px; color:#fff; text-align:center; font-size:15px; background: #646a79; border:0 none; border-radius:3px;}
.cont_header.bg_nvy {background:#363d44;}

/* ????????? */
.undmed_view {background:#eee;}
.uemd_box {margin-top:4px;border-bottom:1px solid #e0dcdb;background:#fff;}
.uemd_box:first-child {margin-top:0;}
.team_slet {position:relative;padding:7px 15px;}
.team_slet::after {content: "."; display: block; height: 0px; clear: both; visibility: hidden;}
.team_slet dt {float:left;width:28%;line-height:38px;font-size:16px;color:#222;font-weight:700;}
.team_slet dd {float:left;width:72%;}
.team_slet dd .slect_box {width:100%;height:38px;line-height:38px;}
.team_slet dd .slect_box select {width:100%;border:1px solid #ababab;border-radius:3px;text-indent:10px;color:#888;}
.uemd_list {}
.uemd_list>li {position:relative;padding:20px 15px;border-top:1px solid #e0dcdb;}
.uemd_list>li dl::after {content: "."; display: block; height: 0px; clear: both; visibility: hidden;}
.uemd_list>li dt {display:inline-block;color:#222;font-size:16px;font-weight:700;}
.uemd_list>li dd {float:right;}
.uemd_list>li dd .icon_redcall {margin:-6px 0 0 7px;}
.uemd_list>li dd .txt_mdl {color:#ed1c24;}
.uemd_list>li dd ul li {font-size:12px;}
.uemd_list>li dd ul li.road_num {color:#888;}
.uemd_list>li dl.note {}
.uemd_list>li dl.note dt {}
.uemd_list>li dl.note dd {float:none;margin-top:12px;font-size:13px;}
.uemd_list>li dl.note dd .address_area {margin-bottom:-20px;padding:0;}

.uemd_list .img_upload {border-bottom:1px #e0dcdb solid; margin-bottom:5px; background: #fff;}
.uemd_list .img_upload .type_img {padding:15px;background:#eee;}
.uemd_list .img_upload .type_img .icon.icon_cmrB {width: 45px; height: 45px; margin-right: auto;margin-left: auto; background-position: 0px -200px;}
.uemd_list .img_upload .type_img .turn {position:absolute;}
.uemd_list .img_upload .type_img .send {position:absolute;}
.uemd_list .img_upload .canvas {text-align: center; }
.uemd_list .img_upload .total_box {padding:4px 15px 15px; font-size: 16px; color:#222; font-weight: 700;position:relative;}
.uemd_list .img_upload .total_box .icon.icon_cmrB {width: 45px; height: 45px; margin-right: auto;margin-left: auto; background-position: 0px -200px;}
.uemd_list .img_upload .total_box .right {position:absolute; top:5px;right:15px;}
.uemd_list .img_upload dl dt .icon.icon_cmrB {width: 45px; height: 45px; margin-right: auto;margin-left: auto; background-position: 0px -200px;}

.select_box {width:100%;margin-top:5px; padding-right:65px;}
.select_box_dual {padding-right:0px;}
.select_box .select_wrp {float:left;width:49%;margin-left:2%;}
.select_box .select_wrp:first-child {margin-left:0;}
.select_box select, .box_spce select{width:100%;height:38px;line-height:38px;border:1px solid #ababab;border-radius:3px;text-indent:10px;color:#888;}
.select_box.box_spce {margin-top:0px;}
.assign_list {border-top:1px solid #ababab;}
.assign_list ul li {position:relative;border-top:1px solid #ababab;}
.assign_list ul li a {display:block;padding:15px 60px 15px 67px;}
.assign_list ul li:first-child {border-top:0;}
.assign_list ul li span {display:block;margin-top:3px;}
.assign_list ul li .ctgy {position:absolute;left:15px;top:50%;width:37px;height:38px;line-height:38px;margin-top:-19px;border-radius:25px;background:#1676df;color:#fff;font-weight:700;text-align:center;}
.assign_list ul li .ctgy.added {background:#f49f1e;}
.assign_list ul li .name {color:#222;font-weight:700;}
.assign_list ul li .code {color:#ed1c24;}
.assign_list ul li .nber {position:absolute;right:15px;top:50%;margin-top:-7px;}
.clr_grn {color:#57c059;}

/* ??o?? ?? */
.incmp_view {padding-bottom:120px;background:#eee;}
.customer_tit {position:relative;min-height:60px;padding:0 15px;background:#363d44;font-weight:700;}
.customer_tit .tit_wrp {display:table;position:absolute;left:15px;top:10px;height:36px;}
.customer_tit .box_area {display:table-cell;vertical-align:middle;}
.customer_tit .state {display:inline-block;width:37px;height:36px;margin-right:5px;color:#fff;border-radius:20px;text-align:center;font-size:12px;vertical-align: middle;}
.customer_tit .state.umd {line-height:36px;background:#707070;}
.customer_tit .state.call_nt {line-height:13px;background:#f49f1e;}
.customer_tit .state.call_nt span {position:relative;top:4px;}
.customer_tit span:first-child {margin-left:0;}
.customer_tit .ctry_area {display:inline-block;font-size:11px;vertical-align:middle;}
.customer_tit .ctry {display:inline-block;margin-left:3px;padding:0 5px;}
.customer_tit .ctry.sort {border:1px solid #57c059;border-radius:15px;color:#57c059;}
.customer_tit .ctry.store {border:1px solid #54a6de;border-radius:15px;color:#54a6de;}
.customer_tit .collect {display:block;color:#54a6de;}
.customer_tit .name {display:inline-block;position:relative;top:3px;margin-left:3px;color:#fff;font-size:17px;}
.customer_tit .name .consignee {color:#8b8f94;}
.customer_tit .mass {position:absolute;right:15px;margin-top:-18px;}
.customer_tit .mass .lnk {display:inline-block;padding:5px 10px;border:0;border-radius:3px;color:#fff;background:#ed1c24;text-align:center;}
.customer_tit .mass2 {position:absolute;right:15px;margin-top:-18px;}
.customer_tit .mass2 .lnk {display:inline-block;padding:5px 10px;border:0;border-radius:3px;color:#fff;background:#ed1c24;text-align:center;}
.customer_tit .dev_date {display:inline-block;margin-left:8px;font-size:15px;color:#8b8f94;letter-spacing:-1px;}
.customer_tit .paging {display:inline-block;margin-left:8px;font-size:15px;color:#8b8f94;}
.customer_tit .paging .page_num {color:#fff;}
.customer_tit .state.cmpe {line-height:38px;background:#1676df;}
.customer_tit .state.dly {line-height:38px;background:#888;}
.customer_tit .state.cncl {line-height:38px;background:#ed1c24;}
.customer_tit .mass.page {margin-top:-8px;}

.incmp_box {margin-bottom:4px;border-bottom:1px solid #e0dcdb;background:#fff;}
dl.time {position:relative;padding:18px 15px;}
dl.time dt {display:inline-block;font-size:15px;color:#222;font-weight:700;}
dl.time dd {display:inline-block;margin-left:13px;}
/*dl.time dd.time_set {position:absolute;right:15px;top:50%;margin-top:-14px;}*/
dl.time dd.time_set {/* position:absolute; *//* right:15px; *//* top:50%; *//* margin-top:-14px; */width: 50%;text-align: right;}
dl.time dd.time_set .reserveTime:before {position: absolute;width: 50px;content: '';height: 50px;top: -11px;left: -2px;}
dl.time dd.time_set .icon_tme {margin-left:10px;}
dl.time dd.time_set .delay_tme {vertical-align:middle;}
dl.time dd.time_set .delay_tme.prv_tme {color:#1b61ff;}
dl.time dd.time_set .delay_tme.aft_tme {color:#ed1c24;}
dl.time.wrk_start, dl.time.wrk_start dt {color:#ed1c24;}

/*비밀번호초기화 20170830*/
.passC_box {margin-bottom:4px;border-bottom:1px solid #e0dcdb;background:#fff;padding:15px 0 20px 20px;}
.passC_box ul li2{display:block;margin-top:55px;}
.passC_box ul li{display:block;margin-top:5px;}
.passC_box ul li label{display:inline-block;width:95px;}
.passC_box ul li label em{color:#ed1c24;}
.passC_box ul li label span{text-align:center;}
.passC_box ul li.red{color:#ed1c24;}
.passC_box ul li label2{display:inline-block;width:200px;}
.passC_box ul li label2 em{color:#ed1c24;}
.passC_box ul li label2 span{text-align:center;}
.passC_box form{margin-top:25px;}
.passC_box input[type=text] {height:28px;width:235px;text-indent:10px;border:1px solid #d5d5d5;}
.passC_box input2[type=text] {height:28px;width:235px;text-indent:10px;border:1px solid #d5d5d5;disabled}
input::-webkit-input-placeholder {color:#999;}
input:-moz-placeholder {color:#999;opacity:1;}
input::-moz-placeholder {color:#999;opacity:1;}
input:-ms-input-placeholder {color:#999;}
.passC_box .btngray{width:300px;display:inline-block;padding:10px 15px;border:0;border-radius:3px;color:#fff;text-align:center;background:#363d44;margin-top:7px;font-size:13px;font-weight:bold;}

.address_area {padding:18px 15px 0 15px;}
.address_area .btn_adrs {position:relative;display:block;margin:0 40px 0 0;}
.address_area .btn_adrs.on {padding-bottom:0;}
.address_area .adrs_area {display:block;position:relative;}
.address_area .new_adrs {display:block;color:#888; padding-right:30px;margin-top:5px;}
.address_area .new_adrs:first-child {margin-top:0;}
.address_area .new_adrs a {color:#888;}
.address_area .add {display:block;margin-top:15px;}
.address_area .add .icon {margin-right:5px;}
.address_area .addrs_inner {margin:15px 0;}
/*.address_area .btn-detail-map {position:absolute;right:0;top:-3px;}
*/
.address_area .icon_redmark {position:absolute;right:0;top:-3px;}
.address_area .btn-detail-map .icon_redmark:before {position: absolute;width: 50px;content: '';height: 50px;top: -12px;left: -16px;}

.open {position:relative;display:block;height:29px;margin-top:15px;border-top:1px solid #eee;}
.open .icon_arrow {position:absolute;left:50%;top:50%;margin:-5px 0 0 -9px;}
.open .icon_arrow.on {background-position:-158px -48px;}
.map_case + .addrs_inner + .open {margin: 0;}

.incmp_box .note {padding:20px 15px 35px 15px;}/*20170608수정*/
.incmp_box .note dt {color:#222;font-weight:bold;font-size:15px;float:left;}/*20170608수정*/
.incmp_box .note dd {float:right;}/*20170608수정*/
/*20170608추가*/
.incmp_box .note dd em {border:1px solid #ed1c24;color:#ed1c24;padding:2px 5px 1px 5px;border-radius:15px;}

.item_list {}
.item_list>li {position:relative;padding:20px 0;border-top:1px solid #e0dcdb;}
.item_list>li:first-child {border-top:0;}
.item_list>li ul {width:100%;display:table;}
.item_list>li ul li {display:table-cell;text-align:left;vertical-align:middle;}
.item_list>li ul li.brand {width:15%;text-align:center;}
.item_list>li .divide {display:inline-block;margin-right:3px;font-size:11px;font-weight:700;color:#54a6de;}
.item_list>li .clause {padding:2px 5px 1px 5px;border-radius:15px;border:1px solid #54a6de;}
.item_list>li .clause.logistics {border:1px solid #57c059;color:#57c059;}
.item_list>li .clause.addsvc {border: 1px solid #ff5d26; color: #ff5d26;}
.item_list>li .clause.airdelay {border:1px solid #888888;color:#888888;}
.item_list>li .clause.tpl {border:1px solid #c3803b;color:#c3803b;}

.divide .clet {display:block;}
.item_list>li ul li.model {width:36%;padding:0 2%;text-align:left;}
.item_list>li ul li.model .mdl_name {position:relative;display:block;}
.item_list>li ul li.product {width:36%;padding:0 2%;text-align:left;}
.item_list>li ul li.ea {width:8%;padding:0 1%;}
.item_list>li ul li .txt_prd {display:inline-block;position:relative;vertical-align:top;}
.item_list>li ul li .mak {position:absolute;left:-5px;top:-2px;width:4px;height:4px;margin-left:-2px;border-radius:100%;background:#ed1b24;}
.item_list>li.item_add>li {}
.item_list>li.item_add li>ul>li {padding:0 1%;}
.item_list>li.item_add .brand {width:15%;text-align:center;}
.item_list>li.item_add .rstiv_code {width:23%;font-weight:bold;color:#424a61;}
.item_list>li.item_add .model {width:23%;}
.item_list>li.item_add .product {width:26%;}
.item_list>li.item_add>li ul li.ea {width:8%;}
.icon.icon_arw {position:absolute;right:2%;top:50%;width:10px;height:17px;margin-top:-9px;background-position:-74px 0;}
.icon.icon_arw2 {position:absolute;right:2%;top:61.5%;width:10px;height:17px;margin-top:-9px;background-position:-74px 0;}
.pickWdrwPckn{margin-right:10px;}


.inquiry_list .item_list>li ul li.brand {width:25%; padding:0 5px; box-sizing:border-box;}
.inquiry_list .item_list>li ul li.model {width:25%; padding:0 5px; box-sizing:border-box;}
.inquiry_list .item_list>li ul li.product {width:25%; padding:0 5px; box-sizing:border-box;}
.inquiry_list .item_list>li ul li.ea {width:25%; padding:0 5px; box-sizing:border-box;}

.incmp_list {}
.incmp_list>li {position:relative;padding:15px;border-top:1px solid #e0dcdb;}
.incmp_list li .receipt_nbr {float:left;width:60%;text-align:left;}
.incmp_list li .tell {position:absolute;float:right;width:30%;padding-right:29px;text-align:right;top:50%; margin-top:-9px;}
.incmp_list li .callBtn {position:absolute;right:0;top:50%;margin-top:-10px;}
.incmp_list li .callBtn.advCall {position:absolute;right:0;top:50%;margin-top:unset;}
.incmp_list li .tell .icon {margin-left:9px;}
.incmp_list li dl dt {display:inline-block;color:#222;font-size:15px;font-weight:bold;}
.incmp_list li dl dd {display:inline-block;margin-left:13px;}
.incmp_list li dl .number {float:right;margin-left:0;}
.incmp_list li .disuse {margin-top:15px;}
.incmp_list li .disuse li {overflow:hidden;display:inline-block;max-width:82%;margin-bottom:5px;padding:13px 25px;border:1px solid #b5b5b5;border-radius:3px;font-weight:bold;text-overflow: ellipsis;white-space: nowrap;}
.incmp_list li .disuse_jobFin {margin-top: unset;}
.incmp_list li .push {position:absolute;right:15px;top:50%;margin-top:-13px;}
.incmp_list li dl.chit dd {display:block;margin:10px 0 0 0;padding-right:110px;letter-spacing:-1px;}
.incmp_list li dl.chit dd ul li {line-height:1.5;}
.incmp_list li .btn_trmin {position:absolute;right:15px;top:50%;width:110px;height:40px;line-height:40px;margin-top:-20px;text-align:center;color:#fff;background:#ed1c24;border-radius:3px;font-weight:700;}

.price_list {padding:18px 15px;}
.price_list li {margin-top:15px;}
.price_list li:first-child {margin-top:0;}
.price_list li dl {overflow:hidden;}
.price_list li dl dt {float:left;}
.price_list li dl dd {float:right;}

.btn_pay a {position:relative;display:block;width:100%;height:40px;line-height:40px;border-top:1px solid #e0dcdb;text-align:center;font-weight:700;font-size:15px;}
.btn_pay .btn_payment {color:#fff;background:#ed1c24;}
.btn_pay .btn_pay_histy {color:#222;}
.btn_pay>li {position:relative;padding:15px;border-top:1px solid #e0dcdb;}

.btn_pay li dl dt {display:inline-block;color:#222;font-size:15px;font-weight:bold;width:30%}
.btn_pay li dl dd {display:inline-block;margin-left:13px; width:60%}

.btn_pay li dl dd .select_box {width:100%;margin-top:5px; padding-right:65px;}
.btn_pay li dl dd .select_box select {width:100%;border:1px solid #ababab;border-radius:3px;text-indent:10px;color:#888;}
.btn_pay li dl dd .select_box select#mp_no {width:90%;}
.btn_pay li dl dd div#tel_box {padding-right:unset;}
dd .slect_box select {width:100%;border:1px solid #ababab;border-radius:3px;text-indent:10px;color:#888;}

.charge_list {border-bottom:1px solid #ababab;}
.charge_list li {border-top:1px solid #e0dcdb;}
.charge_list li:first-child {border-top:0;}
.charge_list li a {display:table;width:100%;padding:12px 0;}
.charge_list li span {display:table-cell;text-align:center;vertical-align:middle;}
.charge_list li .charge_date {width:30%;}
.charge_list li .way {width:20%;}
.charge_list li .amount {width:30%;}
.charge_list li .handl {width:20%;}
.charge_list li .handl em {color:#1676df;}
.charge_list li .handl em.handl_cane {color:#ed1c24;}

.aircon_list {}
.aircon_list li {border-top:1px solid #e0dcdb;}
.aircon_list li:first-child {border-top:0;}
.aircon_list li a {display:table;width:100%;padding:10px 0;min-height:36px;}
.aircon_list li a>span {display:table-cell;text-align:center;vertical-align:middle;}
.aircon_list li .dspl {width:15%;text-align:center;}
.aircon_list li .cnt {width:35%;text-align:left;}
.aircon_list li .nbr {width:10%}
.aircon_list li .price {width:30%;color:#ed1c24;font-weight:700;font-size:14px;}
.aircon_list li .arw {position:relative;width:10%;}
.aircon_list li .arw .icon.icon_arw {right:50%;margin-right:-5px}

.pay_view {background:#fff;}
.pay_view li {padding:18px 15px;border-bottom:1px solid #e0dcdb;}
.pay_view li::after {content: "."; display: block; height: 0px; clear: both; visibility: hidden;}
.pay_view li strong {float:left;font-weight:700;color:#222;font-size:15px;}
.pay_view li span {float:right;}

.reception {}
.reception dt {padding:18px 15px;background:#eee;font-size:15px;font-weight:700;color:#222;}
.reception dd {position:relative;padding:18px 15px;border-bottom:1px solid #e0dcdb;background:#fff;}
.reception dd input {width:100%;border:0;background:none;}
.reception dd .search_close{position:absolute; right:15px;top:50%; margin-top:-10px;  display:block; }

.info_txt {padding:20px 15px;background:#fff;font-size:15px;font-weight:700;border-bottom:1px solid #e0dcdb;}
.info_txt dt {color:#222;}
.reception.vital dt::before,
.info_txt dt::before {content:"*";display:inline-block;position:relative;top:2px;margin-right:3px;}
.info_txt dd {margin-top:10px;font-size:14px;}
.info_txt dd strong {color:#ed1c24;}

.btn_breakdown {position:fixed;left:0;bottom:0;z-index:100;width:100%;}
.btn_breakdown a {display:block;width:100%;height:60px;line-height:60px;text-align:center;color:#fff;font-size:18px;font-weight:700;}
.btn_breakdown .btn_resend {background:#363d44;}
.btn_breakdown .btn_cancellation {background:#ed1c24;}
.giude_msg.pay_msg {position:static;margin-bottom:15px;}

.btn_crl {position:fixed;left:0;bottom:0;width:100%;z-index:399;}
.btn_crl li {position:relative;}
.btn_crl li a {display:block;height:60px;line-height:60px;text-align:center;color:#fff;font-weight:700;font-size:17px;}
.btn_crl li a.delay {background:#363d44;}
.btn_crl li a.reserve {background:#ed1c24;}
.btn_crl li a.untact {background:#363d44;}
.btn_crl li .delay_list {display:none;}
.btn_crl li .delay_list li {border-top:1px solid #e0dcdb;}
.btn_crl li .delay_list li a {background:#fff;color:#222;}
.btn_crl li .delay_list li:first-child {border-top:0;}
.btn_crl li .icon {position:absolute;right:15px;top:23px;}
.btn_crl li .icon.active {background-position:-188px -48px;}
.btn_crl li .extra_service {background:#ed1c24;}
.btn_crl li .add_setup_list {background:#363d44;}
.btn_crl li .ladder {background:#363d44;}

.exist, .new_adrs.exist, dl.exist dt {color:#ed1c24;}
.former_adrs {position:relative;margin-top:15px;padding-top:15px;border-top:1px solid #eee;}
.former_adrs span {display:block; padding-right:30px;}
.former_adrs .icon_redmark {top:12px;}

.map_case {margin-top:15px;padding:14px 0;border-top:1px solid #eee; position:relative;}
.map_case::before {position: absolute;width: 100%;height: 1px;background: #eee;content: '';bottom: -1px;left: 0;}
.map_case li {position:relative;float:left;width:33.33%;text-align:center;}
.map_case li::before {content:'';position:absolute;left:0;top:0;width:1px;height:18px;background:#eee;}
.map_case li:first-child {text-indent:4px;}
.map_case li:first-child::before {display:none;}
.map_case li .icon {margin-right:5px;}
.map_case li a:before {content: '';position: absolute;width: 100%;height: 100%;padding: 10px 0;top: -10px;left: 0;}

.tell_area {padding:18px 15px 0 15px;}
.tell_add {position:relative;}
.tell_add:after {content:''; clear:both; display:block; }
.tell_area dt {float: left; display:inline-block;width:42px;color:#222;font-size:15px;font-weight:700;}
.tell_area dd {float: left; display:inline-block;margin-left:30px;}
.tell_area dd.linked {float:right;margin:-4px 0 0 0;}
.tell_area dd.linked .icon_bigredcall {margin-left:25px;}
.tell_area .tell_inner  {margin-top:15px;}
.tell_area .tell_inner dl {position:relative;padding-top:18px;border-top:1px solid #eee;padding-bottom:18px;}
.tell_area .tell_inner dl:after {content:''; clear:both; display:block; }
.incmp_box .add {display:block;color:#ed1c24; position:relative;}
.incmp_box .add:before {position: absolute;width: 100%; content: ''; height: 36px; top: -10px; left: 0;}
.incmp_box .add.btn-addTelNo2{display:inline-block;width:5%;vertical-align:middle;margin:5px 0 0 3px; border-top:unset;}
.tell_area .add .icon {margin-right:5px;}

.prod_wrap {background: #eee;}
.prod_view {border-bottom:1px #e0dcdb solid; background: #fff; position:relative;}
.prod_view img {display:block; width:100%; height:auto;}
.prod_view span.ico_used {position:absolute; top:0; left:15px; background:#363d44; width:60px; height:32px; display:block; text-align: center; color:#fff; padding:14px 0; font-size: 12px;}
.prod_list {margin-top:5px; background: #fff;}
.prod_list li {border-bottom:1px #e0dcdb solid; padding:0 15px;}
.prod_list dl {display: table; width:100%;}
.prod_list dl dt, .prod_list dl dd {display:table-cell;  padding:18px 0;}
.prod_list dl dt {font-size: 15px; color:#222; font-weight: bold; width:30%;}
.prod_list dl dd {text-align: right; color:#555; font-size: 13px; width:70%;}
.prod_list dl dd .icon_redcall {margin: -5px 0 0 5px;}
.incmp_list li.memo {margin:0;padding:0; border-bottom:0; border-top:6px #eee solid;}
.prod_list li.memo {margin:0;padding:0; border-bottom:0; border-top:4px #eee solid;}

.incmp_list li.memo div,
.prod_list li.memo div {padding:0 15px;}

.incmp_list li.memo dl,
.prod_list li.memo dl {display:block;}
.incmp_list li.memo dl dt,.incmp_list li.memo dl dd,
.prod_list li.memo dl dt, .prod_list li.memo dl dd {display:block; width:100%; text-align: left;}
.incmp_list li.memo dl dt,
.prod_list li.memo dl dt {padding:20px 0 7px;}
.incmp_list li.memo dl dd,
.prod_list li.memo dl dd {padding:4px 0 25px; line-height:160%; margin-left:0;}
.incmp_list li.memo .img_view,
.prod_list li.memo .img_view {padding:0; margin-top:15px; line-height:0.9em;}
.incmp_list .img_view ul,
.prod_list .img_view ul {width:100%;}
.incmp_list .img_view li,
.prod_list .img_view li {border:0 none;padding:0; float: left; margin-left:0.5%; width:33%;height:114px; margin-bottom:1px; overflow:hidden; text-align: center;}
.incmp_list .img_view li:nth-child(3n+1),
.prod_list .img_view li:nth-child(3n+1) {margin-left:0;}
.incmp_list .img_view li img,
.prod_list .img_view li img {width:100%; height:100%; overflow: hidden;}


.incmp_list li.memo .btn_incmp_ladder {border-radius:4px; overflow:hidden; background:#ed1c24; color:#fff; font-size:13px; text-align:center; padding:11px 37px; display:inline-block;position:absolute; top:11px; right:15px;}

.cont_header.send_txt {background:#363d44;}
.sendTxt_div ul {background:#eeeeee;}
.sendTxt_div li {padding:19px 0; font-size: 15px; color:#222; font-weight: bold; border-top: 1px #e0dcdb solid;background:#fff; margin-top:4px; }
.sendTxt_div li:first-child {margin-top:0;}
.sendTxt_div li.mt0 {margin-top:0;}
.sendTxt_div li{position:relative;}
.sendTxt_div li.oneSize {}
.sendTxt_div li.oneSize dt {width:100%; float: none; padding:0px 0 8px;}
.sendTxt_div li.oneSize dd {padding:8px 0 15px; font-size: 13px; letter-spacing:-0.5px;}
.sendTxt_div li.oneSize dd.proDuct {padding:0; border:0;}
.sendTxt_div dl dt {width:67px; float: left; height:17px; font-weight: 700;}
.sendTxt_div dl dd {color:#555555; font-size: 13px;}

.sendTxt_div {position:relative; background: #fff; border-bottom:1px #e0dcdb solid;}
.sendTxt_div .send_area li{padding:19px 15px;}
.sendTxt_div li.textArea {padding:15px;}
.sendTxt_div li.t_sms {padding:0;}
.sendTxt_div li.t_sms .textArea {padding:15px;border-top: 1px #e0dcdb solid; display:none; background:#fff; overflow:hidden;position:relative;}
.sendTxt_div .textArea textarea { width:100%; min-height:180px; color:#999999; font-size: 13px; font-weight: normal; resize:none; border:0 none;}
.sendTxt_div .textArea .score {position:absolute; bottom:15px; right:15px;font-size: 13px;color:#888888; }
.sendTxt_div .textArea .score span {color:#222222; }
.setTime_div {position:relative; background: #fff; /*border-bottom:1px #e0dcdb solid;*/ margin-top:5px;}

ul.sms_choice > li {margin-top:0; padding:0;}
ul.sms_choice > li:first-child {border-top:none;}
ul.sms_choice > li > label {padding:19px 15px;display:block;}
ul.sms_choice > li > input {position:absolute; top:-9999px; left:-99999px; opacity:0; width:0; height:0;}
ul.sms_choice > li.on {background: #ed1c24;}
ul.sms_choice > li.on > label {color:#fff;}

.sendTxt_div .etc_txt:after {content:''; clear:both;}
.sendTxt_div .etc_txt .callNum {float: left;}
.sendTxt_div .etc_txt .callNum + div {text-align: right;}
.sendTxt_div .proDuct ul {display:table; width:100%;}
.sendTxt_div .proDuct li { margin:0; display:table-cell; padding:10px 0 8px; vertical-align:middle;font-size: 13px; color:#555555; border-color:#eeeeee; }
.sendTxt_div .proDuct li.serial {max-width: 100px; padding-right: 15px; text-align: center;}
.sendTxt_div .proDuct li.sum {color:#ed1c24; font-size: 14px; text-align: right;}
.sendTxt_div dt .ea {float: right; text-align: right;}
.sendTxt_div li.over.on {background: #ed1c24;}
.sendTxt_div li.over.on dt,.sendTxt_div li.over.on dd, .sendTxt_div li.over.on .Areapad label {color:#fff;}
.inner_list dt {display:none;}
.sendTxt_div .icon.icon_arrow { background-position:-120px -48px;}
.sendTxt_div .icon_arrow.on {background-position:-95px -48px;}
.sendTxt_div .open {position: relative; display: block; height: 29px; border-top: 1px solid #eee;}
.send_open i {position:absolute; bottom:8px; left:50%; margin-left:-7px;}
.Areapad {padding:0 15px;}
.Areapad label {display:block;}
.Areapad input {position:absolute; top:-9999px; left:-99999px; opacity:0; width:0; height:0;}
.Areapad .tit {display:inline-block;width:60px;}
li.depends {padding:19px 0 0;}
li.depends_another {padding:19px 0 10px;}
.sendTxt_div .proDuct .inner_Toptitle li {border:0;}
.sendTxt_div .proDuct.indepent li{border-top:0;}

/* ???? */
.position {position:absolute !important; top:0px;}
.bg_defalt {background: #eee;}
.setTime_div .txt_false {position:absolute; top:12px; right:15px;}
.setTime_div .txt_false:after {content:''; clear: both;}
.setTime_div .txt_false .txt {float: left; margin-top:6px; padding-right:8px; color:#ed1c24;}
.setTime_div .txt_false .txt + .push_switch {float: left;}
.setTime_div .times {margin-top:-3px; display: inline-block;}
.setTime_div .times .timeBox {color:#fff; position:absolute;opacity:0;width:100%; height:100%; top:0;left:0;}
.setTime_div .times .timeBoxView {display:block; width:88px; height:38px; color:#fff; text-align:center; font-size:15px; background: #646a79; border:0 none; border-radius:3px;}
.setTime_div .send_txt {background: #eeeeee;padding:19px 0px 0;}
.setTime_div .send_txt dt {padding:0px 15px;font-size:15px; color:#222222; font-weight: 700;}
.setTime_div .send_txt dt:before {content:'*'; display: inline-block; padding:3px 3px 3px 0;float: left; height: 10px;}
.setTime_div .send_txt dt:after {content:''; display:block; clear: both;}
.setTime_div .send_txt dd {padding-top:13px; border-bottom:1px #e0dcdb solid; }
.setTime_div .send_txt dd label {display: block; background: #fff;text-align: center; font-size: 15px;color: #555; font-weight: 700; -webkit-box-sizing: border-box;width: 100%;padding: 17px 0; max-height: 50px;}
.setTime_div .send_txt #past_to30 + label{border:0 none;}
.setTime_div .send_txt dd ul {display: table; width:100%;}
.setTime_div .send_txt dd ul li {display:table-cell;width:20%;-moz-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; border-left:1px #e0dcdb solid; }
.setTime_div .send_txt dd ul li:first-child {border:0; }
.setTime_div .send_txt dd ul li:first-child label, .setTime_div .send_txt dd ul li:last-child label{padding:9px 0;}
.setTime_div .send_txt dd input {position:absolute; top:-9999px; left:-99999px; opacity:0; width:0; height:0; }
.setTime_div .send_txt dd input[type="radio"]:checked + label {background: #ed1c24; color:#fff;}
.setTime_div .send_txt .send_txt_sms {padding:20px 15px; font-size:13px; color:#888; font-weight: 700;}
.setTime_div .send_txt dd input[type="checkbox"]:checked + label {background: #ed1c24; color:#fff;}
.setTime_div .send_txt .send_txt_sms {padding:20px 15px; font-size:13px; color:#888; font-weight: 700;}

.setupmtd_div .send_txt {background: #eeeeee;padding:19px 0px 0;}
.setupmtd_div .send_txt dt {padding:0px 15px;font-size:15px; color:#222222; font-weight: 700;}
.setupmtd_div .send_txt dt:before {content:'*'; display: inline-block; padding:3px 3px 3px 0;float: left; height: 10px;}
.setupmtd_div .send_txt dt:after {content:''; display:block; clear: both;}
.setupmtd_div .send_txt dd {padding-top:13px; border-bottom:1px #e0dcdb solid; }
.setupmtd_div .send_txt dd label {display: block; background: #fff;text-align: center; font-size: 15px;color: #555; font-weight: 700; -webkit-box-sizing: border-box;width: 100%;padding: 17px 0; max-height: 50px;}
.setupmtd_div .send_txt dd ul {display: table; width:100%;}
.setupmtd_div .send_txt dd ul li {display:table-cell;width:20%;-moz-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; border-left:1px #e0dcdb solid; }
.setupmtd_div .send_txt dd ul li:first-child {border:0; }
.setupmtd_div .send_txt dd ul li:first-child label, .setupmtd_div .send_txt dd ul li:last-child label{padding:9px 0;}
.setupmtd_div .send_txt dd input {position:absolute; top:-9999px; left:-99999px; opacity:0; width:0; height:0; }
.setupmtd_div .send_txt dd input[type="radio"]:checked + label {background: #ed1c24; color:#fff;}
.setupmtd_div .send_txt dd input[type="checkbox"]:checked + label {background: #ed1c24; color:#fff;}


.setTime_div dd input {border:0 none; width:100%; letter-spacing:-0.5px; font-size: 13px; color:#555; height:34px;}
.setTime_div dd input + label {position:relative;}

.inform_wrap {background:#eee;}
.inform_user {border-bottom:1px #e0dcdb solid; margin-bottom:5px; background: #fff;}
.inform_user dl {position:relative; padding:19px 15px; }
.inform_user dt {width:68px; float: left; font-size: 15px; color:#222; font-weight: 700;}
.inform_user dd { color:#888;}

.setTime_div .reserv_time {background: #fff;border-bottom:1px #e0dcdb solid; margin-bottom:5px;}
.setTime_div .reserv_time dl {position:relative; padding:19px 15px;}
.setTime_div .reserv_time dt {width:130px;font-size: 15px; color:#222; font-weight: 700;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.setTime_div .reserv_time dt:before {content:'*'; display: inline-block; padding:3px 3px 3px 0;float: left; height: 10px;}
.setTime_div .reserv_time dt:after {content:''; display:block; clear: both;}

.setTime_div .send_message {margin-top:5px;background: #fff;border-bottom:1px #e0dcdb solid;}
.setTime_div .send_message dl { position:relative;  padding:19px 15px;}
.setTime_div .send_message dt {width:130px; font-size: 15px; color:#222; font-weight: 700;}
.setTime_div .send_message dd { color:#888;}

.setTime_div .receive_number dl {position:relative;}
.setTime_div .receive_number dt {padding:19px 15px; font-size: 15px; color:#222; font-weight: 700; background: #eeeeee;}
.setTime_div .receive_number dt:before {content:'*'; display: inline-block; padding:3px 3px 3px 0;float: left; height: 10px;}
.setTime_div .receive_number dt:after {content:''; display:block; clear: both;}
.setTime_div .receive_number dd {color:#888; padding:0; -webkit-margin-start:0;}
.setTime_div .receive_number dd input[type="radio"] {position:absolute; top:0; left:0; width:0; height:0; visibility: hidden;}
.setTime_div .receive_number dd input[type="radio"] + label {width:100%; display:table;}
.setTime_div .receive_number dd input[type="radio"] + label span {display:table-cell;  color:#555; padding:17px 15px}
.setTime_div .receive_number dd input[type="radio"] + label span:first-child{width:25%; font-size: 15px; color:#222; font-weight:	700;}
.setTime_div .receive_number dd input[type="radio"]:checked + label span {background: #ed1c24; color:#fff; padding:17px 15px;}
.setTime_div .receive_number dd input[type="radio"]:checked + label span:first-child{background: #ed1c24; color:#fff; }

.setTime_div .receive_number.rado dd input[type="radio"] + label span:first-child {width:100%;}
.setTime_div .receive_number.rado dd input[type="radio"]:checked + label span:first-child {background:none;color:#222;}
.setTime_div .receive_number.rado dd label {position:relative;}
.setTime_div .receive_number.rado dd .icon_rado {position:absolute;right:15px;top:50%;margin-top:-14px;}

.setTime_div .sms_textArea {padding:5px 0; position:relative;display:none;}
.setTime_div .sms_textArea textarea {padding:15px; display:block; width:100%; color:#999999; font-size: 13px; font-weight: normal; resize:none; border:0 none; border-bottom:1px #e0dcdb solid; min-height:180px;box-sizing:border-box;}
.setTime_div .sms_textArea .score {position:absolute; bottom:15px; right:15px;font-size: 13px;color:#888888; }
.setTime_div .sms_textArea .score span {color:#222222; }

.sel_div dt {padding:19px 15px; color:#555555; font-size: 13px; font-weight: 700;}
.choice_txt {padding:19px 15px; font-size: 15px; color:#222; font-weight: 700; background: #eeeeee;}
.sel_div dd {padding:0px 0px 0; background: #eeeeee;  /*border-bottom:1px #e0dcdb solid;*/ }
.sel_div li {background: #fff; border-bottom: 1px #e0dcdb solid;}
.sel_div li.on {background: #ed1c24;}
.sel_div li.on dt {color:#fff;}
.sel_div li.on dd {display:block;height:126px;}
.sel_div li dd {overflow:hidden;height:0;box-sizing:border-box;
-webkit-transition: height 0.4s ease-in-out;
-moz-transition: height 0.4s ease-in-out;
-o-transition: height 0.4s ease-in-out;
transition: height 0.4s ease-in-out;}
.sel_div li dd textarea {border:0 none; width:100%; height:121px; resize:none; padding:10px; border-bottom:1px #e0dcdb solid; box-sizing:border-box;}

.delay_div {position:relative;background:#eee;}
.delay_div .inform_user {border-bottom:1px #e0dcdb solid; margin-bottom:5px; background: #fff;}
.delay_div .inform_user dl {position:relative; padding:19px 15px; }
.delay_div .inform_user dt {width:68px; float: left; font-size: 15px; color:#222; font-weight: 700;}
.delay_div .inform_user dd { color:#888;}

.delay_div .delay_item dt {padding:17px 15px; font-size: 15px; color:#222; font-weight: 700;border-bottom:1px #e0dcdb solid; background: #eee;}
.delay_div .delay_item dt:before {content:'*'; display: inline-block; padding:3px 3px 3px 0;float: left; height: 10px;}
.delay_div .delay_item dt:after {content:''; display:block; clear: both;}
.delay_div .delay_item dd {background: #fff; position:relative; border-bottom:1px #e0dcdb solid;}
.delay_div .delay_item dd input[type="checkbox"] {position:absolute; top:0; left:0; width:0; height:0; font-size: 0; visibility: hidden;}
.delay_div .delay_item dd input[type="checkbox"] + label {display:block; padding:18px 15px;}
.delay_div .delay_item dd input[type="checkbox"]:checked + label {background: #ed1c24;}
.delay_div .delay_item dd input[type="checkbox"]:checked + label span {color:#fff;}
.delay_div .delay_item dd input[type="checkbox"]:checked + label .proDuct span:after {background:#fff;}
.delay_div .elis {text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.delay_div .proDuct span:after {content:''; display:inline-block; width:1px; height:12px; background:#555555; margin:0px 3px -2px 5px;}
.delay_div .proDuct span.product_cont:after {content:''; display: none;}
.delay_div .proDuct {display:block; width:100%;}

.delay_div .delay_type dt {padding:17px 15px; font-size: 15px; color:#222; font-weight: 700;border-bottom:1px #e0dcdb solid; background: #eee;}
.delay_div .delay_type dt:before, .delay_day dl dt:before {content:'*'; display: inline-block; padding:3px 3px 3px 0;float: left; height: 10px;}
.delay_div .delay_type dt:after {content:''; display:block; clear: both;}
.delay_div .delay_type dd {background: #fff; border-bottom:1px #e0dcdb solid;}
.delay_div .delay_type dd input {position:absolute; top:0; left:0; width:0; height:0; font-size: 0; visibility: hidden;}
.delay_div .delay_type dd input + label {display: block; font-size: 13px; color:#555555; padding:18px 15px;}
.delay_div .delay_type dd input[type="radio"]:checked + label {display: block; background: #ed1c24; color:#fff;}

.delay_div .delay_type dd input.input_Cm {width:100%;height:45px;border:0;text-indent:10px;font-size:15px;position:unset;visibility: unset;}

.delay_div .sms_textArea {padding:5px 0; position:relative;}
.delay_div .sms_textArea textarea {padding:15px 10px; display:block; width:100%; color:#999999; font-size: 13px; font-weight: normal; resize:none; border:0 none; border-bottom:1px #e0dcdb solid; min-height:180px; -webkit-box-sizing: border-box;
-moz-box-sizing:border-box ;box-sizing:border-box ;}
.delay_div .sms_textArea .score {position:absolute; bottom:15px; right:15px;font-size: 13px;color:#888888; }
.delay_div .sms_textArea .score span {color:#222222; }

.delay_day {margin:17px 15px 18px;}
.delay_day dl dt {font-size:15px;color:#222;font-weight:700;}
.delay_day dl dd {margin-top:14px;}
.delay_day dl dd .calendar_box {padding:0;}

.giude_msg {position:fixed;left:0;bottom:15px;width:100%;text-align:center;z-index:110;}
.giude_msg p {margin:0 15px;height:40px;line-height:40px;background:rgba(97, 95, 95, 0.6);color:#fff;border-radius:5px;}

.now_address {margin-top:5px; background: #fff; border-bottom:1px #e0dcdb solid; }
.now_address dt {padding:20px 15px 8px; font-size: 15px; color:#222; font-weight: 700;}
.now_address dd {padding:8px 15px; letter-spacing:-0.5px; font-size: 13px;}
.now_address dd div {padding:4px 0; color:#888}
.now_address dd div:first-child {color:#555; padding-top:0;}

.address_search {background: #eee;}
.address_search dt {padding:19px 15px; font-size: 15px; color:#222; font-weight: 700;}
.address_search dd {position: relative; background: #fff; padding:9px 37px 9px 15px; border-bottom:1px #e0dcdb solid;}
.address_search dd input {border:0 none; width:100%; letter-spacing:-0.5px; font-size: 13px; color:#555; height:34px;}
.address_search dd input + label {position:relative;}
.address_search dd .search_close{position:absolute; right:15px;top:50%; margin-top:-10px;  display:block; }
.address_search dd .search_close:before {position:absolute; width:40px; height:40px; top:-10px; left:-10px; content:'';}
.current_div ul {width:100%; display: table;}
.current_div ul li {display:table-cell; color:#555555; font-size: 13px;}
.current_div ul li:first-child {color:#222222; font-size: 14px; font-weight: 700; width:69px;}

.address_search2 {background: #eee;}
.address_search2 dt {padding:19px 15px; font-size: 15px; color:#222; font-weight: 700;}
.address_search2 dd {position: relative; background: #fff; padding:9px 37px 9px 15px; border-bottom:1px #e0dcdb solid;}
.address_search2 dd input {border:0 none; width:80%; letter-spacing:-0.5px; font-size: 13px; color:#555; height:34px;}
.address_search2 dd #setup_space {border:0 none; width:90%; letter-spacing:-0.5px; font-size: 13px; color:#555; height:unset;}
.address_search2 dd li .tit_ctgy {overflow:hidden;width:35%;word-wrap:break-word;}
.address_search2 dd li .insPlace_Title {width:30%;float:left;margin:0;}
.address_search2 dd li .insPlace_Size {width:68%;float:right;margin:0;}


.untact_div {position:relative; background: #fff; /*border-bottom:1px #e0dcdb solid;*/ margin-top:5px;}
.untact_div .inform_user2 {border-bottom:1px #e0dcdb solid; margin-bottom:5px; background: #fff;}
/*.untact_div button .icon_left {display:inline-block;background:url('/resources/_img/common/icon_left2.png');}*/
/*.counter button .icon_mns.active {background-position:0 -28px;}*/

.untact_div .img_upload {border-bottom:1px #e0dcdb solid; margin-bottom:5px; background: #fff;}
.untact_div .img_upload .type_img {padding:15px;background:#eee;}
.untact_div .img_upload .type_img .icon.icon_cmrB {width: 45px; height: 45px; margin-right: auto;margin-left: auto; background-position: 0px -200px;}
.untact_div .img_upload .type_img .turn {position:absolute;top:75px;right:15px;}
.untact_div .img_upload .type_img .send {position:absolute;top:75px;right:15px;}
.untact_div .img_upload .canvas {text-align: center; }
.untact_div .img_upload .total_box {padding:4px 15px 15px; font-size: 16px; color:#222; font-weight: 700;position:relative;}
.untact_div .img_upload .total_box .icon.icon_cmrB {width: 45px; height: 45px; margin-right: auto;margin-left: auto; background-position: 0px -200px;}
.untact_div .img_upload .total_box .right {position:absolute; top:5px;right:15px;}
.untact_div .img_upload dl dt .icon.icon_cmrB {width: 45px; height: 45px; margin-right: auto;margin-left: auto; background-position: 0px -200px;}

/*.untact_div {position:relative;background:#eee;}*/
.untact_div .inform_user {border-bottom:1px #e0dcdb solid; margin-bottom:5px; background: #fff;}
.untact_div .inform_user dl {position:relative; padding:19px 15px; }
.untact_div .inform_user dt {width:68px; float: left; font-size: 15px; color:#222; font-weight: 700;}
.untact_div .inform_user dd { color:#888;}

.untact_div .receive_number dl {position:relative;}
.untact_div .receive_number dt {padding:19px 15px; font-size: 15px; color:#222; font-weight: 700; background: #eeeeee;}
.untact_div .receive_number dt:before {content:'*'; display: inline-block; padding:3px 3px 3px 0;float: left; height: 10px;}
.untact_div .receive_number dt:after {content:''; display:block; clear: both;}
.untact_div .receive_number dd {color:#eeeeee; padding:0; -webkit-margin-start:0;}
/*.untact_div .receive_number dd {color:#888; padding:0; -webkit-margin-start:0;}*/

.untact_div .receive_number dd input[type="radio"] {position:absolute; top:0; left:0; width:0; height:0; visibility: hidden;}
.untact_div .receive_number dd input[type="radio"] + label {width:100%; display:table;}
.untact_div .receive_number dd input[type="radio"] + label span {display:table-cell;  color:#555; padding:17px 15px}
.untact_div .receive_number dd input[type="radio"] + label span:first-child{width:25%; font-size: 15px; color:#222; font-weight:	700;}

.untact_div .receive_number dd input[type="radio"]:checked + label span {background: #ed1c24; color:#fff; padding:17px 15px;}
.untact_div .receive_number dd input[type="radio"]:checked + label span:first-child{background: #ed1c24; color:#fff; }
/*
.untact_div .receive_number.rado dd input[type="radio"] + label span:first-child {width:100%;}
.untact_div .receive_number.rado dd input[type="radio"]:checked + label span:first-child {background:none;color:#222;}
.untact_div .receive_number.rado dd label {position:relative;}
.untact_div .receive_number.rado dd .icon_rado {position:absolute;right:15px;top:50%;margin-top:-14px;}
*/
.untact_div .send_txt {background: #eeeeee;padding:19px 0px 0;}
.untact_div .send_txt dt {padding:0px 15px;font-size:15px; color:#222222; font-weight: 700;}
.untact_div .send_txt dt:before {content:'*'; display: inline-block; padding:3px 3px 3px 0;float: left; height: 10px;}
.untact_div .send_txt dt:after {content:''; display:block; clear: both;}
.untact_div .send_txt dd {padding-top:13px; border-bottom:1px #e0dcdb solid; }
.untact_div .send_txt dd label {display: block; background: #fff;text-align: center; font-size: 15px;color: #555; font-weight: 700; -webkit-box-sizing: border-box;width: 100%;padding: 17px 0; max-height: 50px;}
.untact_div .send_txt dd ul {display: table; width:100%;}
.untact_div .send_txt dd ul li {display:table-cell;width:20%;-moz-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; border-left:1px #e0dcdb solid; }
.untact_div .send_txt dd ul li:first-child {border:0; }
.untact_div .send_txt #to_door + label{border:0 none;}

.untact_div .send_txt dd ul li:first-child label, .untact_div .send_txt dd ul li:last-child label{padding:9px 0;}
.untact_div .send_txt dd input {position:absolute; top:-9999px; left:-99999px; opacity:0; width:0; height:0; }
.untact_div .send_txt dd input[type="radio"]:checked + label {background: #ed1c24; color:#fff;}
.untact_div .send_txt .send_txt_sms {padding:20px 15px; font-size:13px; color:#888; font-weight: 700;}

.untact_div .sms_textArea {padding:5px 0; position:relative;display:none;}
.untact_div .sms_textArea textarea {padding:15px; display:block; width:100%; color:#999999; font-size: 13px; font-weight: normal; resize:none; border:0 none; border-bottom:1px #e0dcdb solid; min-height:15px;box-sizing:border-box;}
.untact_div .sms_textArea .score {position:absolute; bottom:15px; right:15px;font-size: 13px;color:#888888; }
.untact_div .sms_textArea .score span {color:#222222; }


body.layer_open {overflow:hidden;}
#layer1Sub {z-index:540;}
#layer1 {z-index:550;}
#layer2 {z-index:560;}
#layer3 {z-index:570;}
#layer4 {z-index:580;}
#layer5 {z-index:590;}
.layerpop {
	visibility: hidden;position:fixed;left:0;top:0;width:100%;height:100%;z-index:500;background:#eee;
	-ms-transform:translate(0,100%);
	-webkit-transform: translate3d(0, 100%,0);
	transform: translate3d(0,100%,0);

	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.layerpop.child_layer {
	position:fixed;left:0;top:0;width:100%;height:100%;z-index:500;background:#eee;
	-ms-transform:translate(100%, 0);
	-webkit-transform: translate3d(100%, 0 ,0);
	transform: translate3d(100%, 0, 0);

	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.layerpop.on{
	visibility: visible;
	-ms-transform:translate(0,0%);
	-webkit-transform: translate3d(0,0%,0);
	transform: translate3d(0,0%,0);
}

.inquiry_list {}
.inquiry_list dt {margin:18px 0 18px 16px;font-size:15px;font-weight:700;}
.inquiry_list dd {background:#fff;border-bottom:1px solid #e0dcdb;}
.inquiry_list .no_resultant {padding:20px 0;text-align:center;}

/* ???? */
.shabby_list {background:#fff;}
.shabby_list table tbody td {padding:15px 0;}
.shabby_list table tbody td .client {display:block;color:#222;font-weight:700;}
.shabby_list table tbody td.nmbr {color:#ed1c24;}
.shabby_list table tbody td.txt_lft {padding-left:15px;text-align:left;}
.shabby_view {padding-bottom:60px;background:#eee;}
.client_area {padding:22px 15px;background:#363d44;color:#fff;font-weight:700;font-size:17px;}
/* .shabby_list.view table tbody td:last-child {background:url('/resources/_img/common/icon_arrow.png') no-repeat  90% 50%;background-size:8px;}*/
.shabby_view .btn_add {position:fixed;left:0;bottom:0;width:100%;padding:22px 0;background:#ed1c24;text-align:center;color:#fff;font-weight:700;font-size:18px;}
.shabby_list.view table.branch tbody td:last-child {background:url('/resources/_img/common/icon_arrow.png') no-repeat  90% 50%;background-size:8px;}

.collect_list {}
.collect_list li {position:relative;padding:18px 15px;border-bottom:1px solid #e0dcdb;}
.collect_list li .collect_item {font-size:15px;color:#222;font-weight:700;}
.counter {position:absolute;right:15px;top:50%;margin-top:-13px;}
.counter button i {display:inline-block;width:24px;height:24px;background:url('/resources/_img/common/icon_counter.gif') no-repeat 0 0;background-size:57px;vertical-align:middle;}
.counter button .icon_mns.active {background-position:0 -28px;}
.counter button .icon_plus {background-position:-33px 0;}
.counter .txt_cunt {display:inline-block;position:relative;top:2px;margin:0 10px;vertical-align:middle;font-size:20px;font-weight:700;color:#ed1c24;}
.counter2 {position:absolute;right:15px;margin-top:-13px;}
.counter2 button i {display:inline-block;width:24px;height:24px;background:url('/resources/_img/common/icon_counter.gif') no-repeat 0 0;background-size:57px;vertical-align:middle;}
.counter2 button .icon_mns.active {background-position:0 -28px;}
.counter2 button .icon_plus {background-position:-33px 0;}
.counter2 .txt_cunt {display:inline-block;position:relative;top:2px;margin:0 10px;vertical-align:middle;font-size:20px;font-weight:700;color:#ed1c24;}
.shabby_ctgy.cunter li .counter .icon_mns {background-position: 0 0px;}
.shabby_ctgy.cunter li .counter .icon_mns.active {background-position: 0 -28px;}
.shabby_ctgy.cunter li .counter2 .icon_mns {background-position: 0 0px;}
.shabby_ctgy.cunter li .counter2 .icon_mns.active {background-position: 0 -28px;}

.shabby_ctgy {background:#fff;}
.shabby_ctgy li {position:relative;border-bottom:1px solid #e0dcdb;font-size:15px;font-weight:700;}
.shabby_ctgy li a {display:block;padding:18px 30px 18px 15px;}
.shabby_ctgy li a span {overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;}
.shabby_ctgy.cunter li {padding:18px 15px;}
.shabby_ctgy.cunter li .tit_ctgy {overflow:hidden;display:block;width:70%;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;}
.shabby_ctgy.cunter2 li {padding:18px 15px;}
.shabby_ctgy.cunter2 li .tit_ctgy {overflow:hidden;display:block;width:70%;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;}

.branch_addrs {padding:18px 15px;}
.branch_addrs .road_addrs, .branch_addrs .road_addrs {display:block;}
.branch_addrs .clr_gry {color:#888;}
.branch_tell {position:relative;padding:18px 15px;}
.branch_tell dt {display:inline-block;color:#222;font-size:15px;font-weight:bold;}
.branch_tell dd {display:inline-block;margin-left:40px;}
.branch_tell .branch_call {position:absolute;right:15px;top:50%;margin-top:-13px;}

/* ?α??? */
body.login_bg {height:100%;background:url('/resources/_img/common/bg_login.jpg') repeat 50%;background-size:cover;}
body.login_bg #contents {position:relative;}
.login_area {position:relative;padding:15% 25px 30%;}
.login_area h1 {text-align:center;}
.login_area h1 img {width:191px;}
.login_area h1 span {display:block;line-height:1.5;font-size:22px;color:#333;font-weight:700;}
.login_area .inpt_inner {margin-top:5px;}
.login_area .inpt_inner .login_inpt:first-child {margin-top:0;}
.login_area .inpt_inner .login_inpt {position:relative;height:49px;margin-top:5px;padding-left:38px;border:1px solid #ddd;background:#fff;color:#555;}
.login_area .inpt_inner .login_inpt .employee {position:absolute;left:13px;top:50%;width:16px;height:17px;margin-top:-9px;background-position:0 0;}
.login_area .inpt_inner .login_inpt .pwrd {position:absolute;left:13px;top:50%;width:14px;height:18px;margin-top:-9px;background-position:-21px 0;}
.login_area .inpt_inner .login_inpt .inpt {display:block;width:100%;height:49px;border:0;font-size:15px;font-family: dotum,'????',gulim,'????',Helvetica,Apple-Gothic,sans-serif;}
.login_area .inpt_inner .login_inpt .inpt::-webkit-input-placeholder {color:#565656;}
.login_area .inpt_inner .btn_area {}
.login_area .inpt_inner .btn_area .btn_login {display:block;width:100%;height:45px;line-height:45px;border-bottom:1px solid #bababa;border-radius:5px;text-align:center;color:#fff;font-size:16px;font-weight:700;background:#999;}
.login_area .inpt_inner .btn_area .active {background:#ed1c24;}
.login_area .inpt_inner .btn_area .btn_login.login_multiplex {float:left;width:70%}
.login_area .inpt_inner .btn_area .finger_scan {float:left;width:28%;height:45px;margin-left:2%;border-bottom:1px solid #bababa;border-radius:5px;background:#ed1c24;}
.login_area .inpt_inner .btn_area .finger_scan .icon_lgn.icon_finger {display:inline-block;width:24px;height:26px;background-position:0 -23px;vertical-align:middle;}
.login_area .vision {margin-top:10px;text-align:center;}
.login_area .vision img {width:95%;}
.login_cntrl {position:relative;margin-top:20px;}
.login_cntrl .masge {position:absolute;left:0;top:-28px;width:100%;text-align:center;color:#ed1c24;font-weight:700;}
.login_area .id_chk {margin-top:20px;}
.login_area  .id_chk .chek_box label {font-weight:700;}
.login_area  .pwd_chg label {font-weight:700;float:right;}

.version {position:absolute;left:0;bottom:10px;width:100%;text-align:center;}
.version .ver_txt {display:inline-block;padding:3px 7px 2px;border-radius:10px;background:#cfcfcf;color:#fff;font-size:11px;font-weight:700;}
.btn_wrp .btn_scan {width:100%;background:#ed1c24;}
.icon_lgn.icon_redfinger {display:inline-block;width:27px;height:29px;margin-bottom:5px;background-position:-28px -22px;}


/* ???? */
body.map,
body.map .cont_inner {background:none;}
.map_container {position:relative;}
.map_box {height:100%;}
.map_btns a {position:absolute;}
.map_btns .btn_gps     {left:6px;  top:6px; }
.map_btns .btn_zoomIn  {left:6px;  top:46px;}
.map_btns .btn_zoomOut {left:6px;  top:81px;}
.map_btns .btn_mapType {right:6px; top:6px;}
.map_btns .btn_mapView {right:6px; top:46px;}
.map_marker .ic_marker {font-size:18px; color:#fff;text-align:center; font-weight:700; line-height:40px; letter-spacing:-1px;text-indent:-1px;}

.map_marker .ic_marker.gray {font-size:15px;}
.map_marker .ic_marker .doubleLine {line-height:1.0; font-size:12px;padding:7px 5px 5px;display:inline-block;}
.map_marker .ic_marker .plus {font-size:30px;}
.map_popup {background:rgba(0,0,0,0.7); position:absolute; top:0; left:0; width:100%; height:100%;display:none;}
.map_popup .map_type_box {background:#fff;border:2px solid #222222; border-radius:4px; overflow:hidden;position:absolute; top:50%; left:50%; margin-top:-100px; margin-left:-125px;transform: translateY(20px);-webkit-transition: 0.4s ease-in-out;-moz-transition: 0.4s ease-in-out;-o-transition: 0.4s ease-in-out;transition: 0.4s ease-in-out;}
.map_popup.on .map_type_box {transform: translateY(0px);}
.map_popup .map_type_box ul {padding:28px 25px 20px; }
.map_popup .map_type_box ul li {float:left;width:80px; text-align:center; padding:0 5px;}
.map_popup .map_type_box ul li input[type="radio"] {position:absolute; top:0; left:0; width:0; height:0; visibility: hidden;}
.map_popup .map_type_box ul li input[type="radio"] + label i {border-radius:50%; border:3px solid #585b5f;-webkit-transition: 0.2s ease-in-out;-moz-transition: 0.2s ease-in-out;-o-transition: 0.2s ease-in-out;transition: 0.2s ease-in-out;}
.map_popup .map_type_box ul li input[type="radio"]:checked + label i {border-radius:50%; border:3px solid #ed1c24;}
.map_popup .map_type_box ul li input[type="radio"] + label span {margin-top:10px; width:80px; border-radius:4px; background:#fff; display:inline-block; font-size:15px; color:#222222; padding:7px 0; font-weight:700; letter-spacing:-1px;-webkit-transition: 0.2s ease-in-out;-moz-transition: 0.2s ease-in-out;-o-transition: 0.2s ease-in-out;transition: 0.2s ease-in-out;}
.map_popup .map_type_box ul li input[type="radio"]:checked + label span { color:#fff; background:#ed1c24;}

.ovrelap_select {border:1px solid #555555; position:absolute; top:50%; left:50%; margin-left:-85px; background:#fff; max-height:190px; overflow-y:scroll;display:none;}
.ovrelap_select ul li {border-top:1px solid #d6d6d6;position:relative;}
.ovrelap_select ul li:first-child {border-top:none;}
.ovrelap_select ul li input[type="radio"] {position:absolute; top:0; left:0; width:0; height:0; visibility: hidden;}
.ovrelap_select ul li .ov_sel_area {position:absolute; top:0; left:0; width:100%; height:100%;}
.ovrelap_select ul li dl {padding:18px 14px 18px 95px; position:relative;}
.ovrelap_select ul li dl dt {color:#222; font-size:16px; font-weight:700;text-overflow:ellipsis;overflow:hidden;white-space:nowrap; max-width:60px;}
.ovrelap_select ul li dl dd.orderNum {position:absolute; top:7px; left:13px;}
.ovrelap_select ul li dl dd.orderType {position:absolute; top:17px;left:56px; font-size:12px; border:1px solid #57c059; color:#57c059; border-radius:10px; display:inline-block; padding:0px 5px;}

.route_wrap {}
.route_wrap .orderNum {position:absolute; top:14px; left:13px;}
.orderNum {font-size:15px; font-weight:700; width:37px; height:37px; background:#ed1b24; border-radius:50%; overflow:hidden; text-align:center; color:#fff;line-height:37px;}
.orderNum.gray {background:#707070;}
.orderNum.yellow {background:#f49f1e;}
.privateInfo {/*position:absolute; bottom:0;*/ width:100%; background:#fff;}

.map_asset {background:url('/resources/_img/common/asset_map.png') no-repeat ;background-size:200px 300px; display:inline-block; box-sizing:border-box;}
.map_asset.gpsPoint		{background-position:0px 0px;	width:35px; height:35px;}
.map_asset.gpsPoint.on	{background-position:-50px 0px;	width:35px; height:35px;}
.map_asset.zoomIn		{background-position:0px -50px;	width:35px; height:35px;}
.map_asset.zoomIn.off	{background-position:-50px -50px;width:35px;height:35px;}
.map_asset.zoomOut		{background-position:0px -100px;width:35px; height:34px;}
.map_asset.zoomOut.off	{background-position:-50px -100px;width:35px;height:34px;}
.map_asset.mapType		{background-position:0px -150px;width:35px; height:35px;}
.map_asset.mapView		{background-position:0px -200px;width:35px; height:35px;}
.map_asset.ic_marker		{background-position:-100px 0px;width:32px; height:42px;}
.map_asset.ic_marker.red	{}
.map_asset.ic_marker.gray	{background-position-y:-50px;}
.map_asset.ic_marker.yellow	{background-position-y:-100px;}

.map_asset.popClose {background-position:-50px -150px; width:19px; height:19px; position:absolute; top:7px; right:8px;}
.map_asset.ic_mypoint	{background-position:-150px 0px;width:32px; height:48px;}
.map_asset.ic_mypoint.red	{}
.map_asset.ic_mypoint.gray	{background-position-y:-50px;}
.map_asset.ic_mypoint.yellow{background-position-y:-100px;}

.map_asset.dot_mypoint	{background-position:-16px -266px;	width:18px; height:18px; color:#ed1c24; overflow:hidden; border-radius:50%; position:relative;top:-9px; left:-9px;}
.map_asset.dot_mypoint.active {background-position:0px -250px;	width:50px; height:50px;position:relative;top:-25px; left:-25px;}
.map_asset.ic_checker	{background-position:-125px -150px;	width:15px; height:21px;vertical-align:middle;}
.map_asset.map_type1	{background-position:-52px -175px;	width:66px; height:66px;}
.map_asset.map_type2	{background-position:-127px -175px;	width:66px; height:66px;}

.accnt_box {padding:0 15px 10px;}
.sum_price {background:#333947; border-radius:3px; box-sizing:border-box;padding:22px 15px;}
.sum_price dl:last-child:after {display:none;}
.sum_price dl {}
.sum_price dl dt, .sum_price dl dd {font-size: 15px; color:#fff;}
.sum_price dl dt {float: left; display:inline-block; margin-top:0px;}
.sum_price dl:first-child dt {margin-top:10px;}
.sum_price dl dd {text-align: right; padding-left:60px;}
.sum_price dl:first-child dd {text-align: right; border-bottom:1px #6b7079 solid; margin-bottom:20px;  padding-bottom:22px;}
.sum_price .sum {padding:12px 0;background: #646a79; display:inline-block; text-align:center; border-radius:3px; margin-right:8px; width:128px; font-size: 17px;}

.svc_list table thead th {color:#222222;}
.svc_list table tbody td {padding:17px 5px; background: #fff; font-weight: 700;}
/* .svc_list table tbody td:last-child {text-align: right; padding-right:15px; letter-spacing:-0.5px;} */
.svc_list table tbody td.price {color:#ed1c24;}

.svc_list2 table thead th {color:#222222;}
.svc_list2 table tbody td {padding:7px 5px; background: #fff; font-weight: 700;}
/* .svc_list table tbody td:last-child {text-align: right; padding-right:15px; letter-spacing:-0.5px;} */
.svc_list2 table tbody td.price {color:#ed1c24;}

.incmp_box .remittance {padding:20px 15px;}
.incmp_box .remittance dl dt {float: left; font-size: 15px; font-weight: 700; color:#222222;}
.incmp_box .remittance dd {font-weight: 700; margin-left: 68px;}
.incmp_box .remittance dd span.price {color:#ed1c24;}

.extr_box .extr_liType li {border-bottom:1px #e0dcdb solid; background: #fff;}
.extr_box .extr_liType li a {display: block; padding:13px 15px;}
.extr_box .extr_liType li a span {color:#888; font-weight: 700;}
.extr_box .extr_liType li a span em {display: block; color:#222; margin-bottom:2px;}
.extr_box .extr_liType li a span.price {color:#ed1c24; font-size: 15px; text-align: right;}
.extr_box .box_outer {display: table; width:100%;}
.extr_box .box_outer span {display: table-cell; vertical-align:middle;}
.extr_box .box_outer span:first-child {width:80%;}
.extr_box .icon.icon_arw {right:15px;}

.extr_box .extr_estmn_liType li {border-bottom:1px #e0dcdb solid; background: #fff;}
.extr_box .extr_estmn_liType li a {display: block; padding:13px 15px;}
.extr_box .extr_estmn_liType li a span {font-weight: 700;}
.extr_box .extr_estmn_liType li a span em {display: block; color:#222; margin-bottom:2px;}
.extr_box .extr_estmn_liType li a span.price {color:#ed1c24; font-size: 15px; text-align: right;}

.extr_box .extr_estmn_liType.no {display:none;}

.extr_estmn_liType .price {position:relative;display:block;height:29px;margin-top:15px;}
.extr_estmn_liType .price .icon_arrow {position:absolute;left:80%;top:50%;margin:-5px 0 0 -9px;}
.extr_estmn_liType .price .icon_arrow.on {background-position:-158px -48px;}

.extr_estmn_ul{display:none;}
.extr_estmn_ul.on{display:block;}

.selList{display:none;}
.selList.on{display:block;}

.incmp_box.off{display:none;}

.estmn {display:table;width:100%}
.estmn li {display:table-cell;}
.estmn li label {display:block;padding:18px 30px 18px 15px}
.estmn li input + label {position:relative;}

.estmn li input[type="radio"]{display: none;}
.estmn li input[type="radio"]:checked + label {color:#fff;background:#ed1c24;}

.estmn_div {position: relative; background: #fff; padding:9px 37px 9px 15px; border-bottom:1px #e0dcdb solid;}
.extr_box .extr_estmn_liType li a.estmn_icon_plus {display:unset;padding:unset;}

.estmn_div input {border:0 none; width:100%; letter-spacing:-0.5px; font-size: 13px; color:#555; height:34px;}
.estmn_div input + label {position:relative;}
.estmn_div .search_close{position:absolute; right:15px;top:50%; margin-top:-10px;  display:block; }
.estmn_div .search_close:before {position:absolute; width:40px; height:40px; top:-10px; left:-10px; content:'';}

.table_box.logisType table td {padding:18px 12px;}
.table_box.logisType table td.clr_red .code_chk {display:inline-block;width:4px;height:4px;margin-right:5px;border-radius:15px;background:#ed1c24;vertical-align:top;}
.total_box {padding:4px 15px 15px; font-size: 16px; color:#222; font-weight: 700;position:relative;}
.total_box span {color:#ed1c24;padding:0 2px;}
.total_box .ladder {position:absolute;top:0; right:15px;}
.total_box .ladder .chek_box label img {height:15px; display:inline-block; vertical-align:middle;}
.total_box .survey {position:absolute; top:5px;right:15px;}


div.product {border-top: 1px #e0dcdb solid;}
div.product dt {background: #eeeeee; padding:17px 15px; font-size: 15px; color:#222; font-weight: 700;}
div.product dt div {float: right; font-size: 14px;}
div.product dd {padding:17px 15px;}
div.product dd ul {width:100%; display:table;}
div.product dd ul li {display: table-cell; width:40%; padding:0 5px 0 0; vertical-align:middle;}
div.product dd ul li:first-child {width:20%;}
div.product dd ul li:nth-child(2) {width:37%;}
div.product dd ul li:last-child {padding:0 0 0 5px;}

.select_all {padding:13px 15px 0;}
.select_all a {display: block; padding:15px 10px 16px 15px; background: #333947; border-radius:3px; overflow: hidden; position:relative;}
.select_all a span {color:#fff; font-size: 15px;}
.select_all .brnch_selc {display:block;}
.select_all .brnch_selc em {width:63px; display:inline-block; }
.select_all .brnch_selc span:before {content:''; display:inline-block; width:1px; height:15px; background:#777777; vertical-align: middle; margin:-2px 10px 0 0;}
.select_all .brnch_selc span {display:inline-block;}
.bgtype {background: #f1f1f1;}

.detail_minutely.inform_cont .classify div {padding:0 15px;}
.detail_minutely.inform_cont .classify div li {padding:0; display:block; width:100%; color:#222; line-height:1.2; font-weight: 700;}
.detail_minutely.inform_cont .classify li {width:63%; vertical-align: middle;}
.detail_minutely.inform_cont li .return_box li { text-align: left;}
.detail_minutely.inform_cont li .return_box li:nth-child(2) {color:#555555; margin-top:3px;}
.detail_minutely.inform_cont li .return_box li:last-child {color:#999999;margin-top:1px;}
.detail_minutely.inform_cont li .demand_date li {color:#555;}
._btn {border-radius:3px; padding:5px 9px; color:#fff; font-size: 13px;}
._btn.returned {background:#ed1c24;}
._btn.pack {background:#1676df;}
.detail_minutely.inform_cont .classify div._btnBox {padding:0; margin-top:5px;}
.detail_minutely.inform_cont .classify div._btnBox span { display:inline-block;}
.detail_minutely.inform_cont li {position:relative; border-top:1px #e0dcdb solid;}
.detail_minutely.inform_cont li.title, .detail_minutely.inform_cont li.title + li{border-top:0;}
.detail_minutely.inform_cont li a.infoL_area {position:absolute; top:0; left:0; z-index: 1; display:block; width:63%; height:100%;}
.detail_minutely.inform_cont li ul li {border-top:0;}

.detail_minutely.inform_cont li a.info_area {top:0; left:0; z-index: 1;display:table;width:100%;}

.select_all .icon.icon_selecArr {position:absolute; top:15px; right:10px;}

.choice_cont .lis_item li {border-top:1px #e0dcdb solid; background: #fff; }
.choice_cont .lis_item li a {display:block; padding:17px 15px; font-size: 15px; color:#222222; font-weight: 700;}
.choice_cont .lis_item li.all a {color:#ed1c24;}

.choice_cont .search_box {padding:10px 15px; background: #eeeeee;}
.choice_cont .search_box .inpt_search {border-radius:3px;}
.choice_cont .search_box .ipnt_txt {border:1px #ababab solid; border-radius:3px;}
.choice_cont .search_box .search_mode input {color:#ed1c24;}

.deli_date {position: relative;padding: 17px 15px; border-top: 1px solid #e0dcdb;}
.deli_date dt {display: inline-block; font-size: 15px; color:#222; font-weight: 700;}
.deli_date dd {float: right;}
.deli_date.usr {border-top:0; padding: 20px 15px;}
.deli_date.usr dt {width:67px;}
.deli_date.usr dd {display: inline-block; float: none;}
.full_address {padding:15px; border-top:1px solid #e0dcdb;}
.rtnpack_addr {position: relative;padding: 17px 15px; border-top: 1px solid #e0dcdb;}
.rtnpack_addr dt {display: inline-block; font-size: 15px; color:#222; font-weight: 700;}
.rtnpack_addr dd {float: right;}
.rtnpack_addr::after{content:""; clear:both; display:table;}
dd.box_switch .push_switch {position:absolute; top:10px; right:15px;}

.package_box li{position: relative;padding: 17px 15px; border-top: 1px solid #e0dcdb;}
.package_box dt {font-size: 15px; font-weight: 700; color:#222; display: inline-block;}
.package_box dd {float: right;}

.counter.ty01 .txt_cunt {text-align:center; width:30px; margin:0; top:1px;}
.counter.ty01 button .icon_plus {background-position:-33px 1px;}
.counter2.ty01 .txt_cunt {width:30px; margin:0; top:1px;}
.counter2.ty01 button .icon_plus {background-position:-33px 1px;}

.signature_box {background: #fff; position:relative;}
.signature_box img {display:block;}
.signature_box a {display:block; position:absolute; width:50px; height:50px;}
a.signOpt {top:20px; right:15px;}
a.signEraser {bottom:20px; right:15px;}

.signature_box .signOpt_box {transform: rotate(90deg); }
.signOpt_box dd {margin-bottom:9px;}

.icon.icon_signOpt {width:50px; height:50px; background-position:-50px -200px;}
.icon.icon_signEraser {width:50px; height:50px; background-position:-106px -200px;}
#sign_step01 {background: #fff;}

.chek_box.typYi input[type="checkbox"] {display:none;}
.chek_box.typYi input[type="checkbox"] + label {font-size: 15px; color:#555; font-weight: 700;}
.chek_box.typYi input[type="checkbox"] + label span {display:inline-block;width:25px;height:25px;margin:-1px 10px 0 0;vertical-align:middle; background:url('/resources/_img/common/icon_checkboxTy01.gif') no-repeat 0 0;	background-size:25px;cursor:pointer;}
.chek_box.typYi input[type="checkbox"]:checked + label span {background:url('/resources/_img/common/icon_checkboxTy01.gif') no-repeat 0 -25px;background-size:25px;}

input[type="checkbox"].drListToggle  {display:none;}
input[type="checkbox"].drListToggle + label span._btn.returned {background:#eaeaea; color:#ed1c24;}
input[type="checkbox"].drListToggle:checked + label span._btn.returned {background:#ed1c24; color:#fff;}

input[type="checkbox"].drListToggle + label span._btn.pack {background:#eaeaea; color:#1676df;}
input[type="checkbox"].drListToggle:checked + label span._btn.pack {background:#1676df; color:#fff;}

.counter.ty01 .txt_cunt {text-align:center; width:35px; margin:0; top:1px;}
.counter.ty01 button .icon_plus {background-position:-33px 1px;}
.counter2.ty01 .txt_cunt {text-align:center; width:35px; margin:0; top:1px;}
.counter2.ty01 button .icon_plus {background-position:-33px 1px;}
.clientChck li {padding:13px 15px; border-top:1px #e0dcdb solid; background: #fff;}
.clientChck li:first-child {border-top:0;}
.clientChck li .chek_box span {float:left;}
.clientChck li .chek_box .opt_txt {float:left;width:80%;}

dd.dowork_box {position:relative;}
dd.dowork_box .push_switch {position:absolute; top:-7px; right:0;}
dd.dowork_box .mass .lnk {display:inline-block;padding:5px 10px;border:0;border-radius:3px;color:#fff;background:#ed1c24;text-align:center;}
dd.dowork_box .mass2 .lnk {display:inline-block;padding:5px 10px;border:0;border-radius:3px;color:#fff;background:#ed1c24;text-align:center;}
.package_box.LMS_box li:first-child {border-top:0;}
.setTime_div.ladder {margin-top:0;}
.setTime_div.ladder .send_txt dd ul li:first-child label, .setTime_div.ladder .send_txt dd ul li:last-child label{padding:17px 0;}
.setTime_div.ladder .send_txt dt:before {content:'*'; display: none;}
.setTime_div.ladder .send_txt dt:after {content:''; display:block; clear: both;}
.setTime_div.reclplb {margin-top:0;}
.setTime_div.reclplb .send_txt dd ul li:first-child label, .setTime_div.reclplb .send_txt dd ul li:last-child label{padding:17px 0;}
.setTime_div.reclplb .send_txt dt:before {content:'*'; display: none;}
.setTime_div.reclplb .send_txt dt:after {content:''; display:block; clear: both;}
.setTime_div.setupregn {margin-top:0;}
.setTime_div.setupregn .send_txt dd ul li:first-child label, .setTime_div.setupregn .send_txt dd ul li:last-child label{padding:17px 0;}
.counter.ty01 .txt_cunt {text-align:center; width:35px; margin:0; top:1px;}
.counter.ty01 button .icon_plus {background-position:-33px 1px;}
.counter2.ty01 .txt_cunt {text-align:center; width:35px; margin:0; top:1px;}
.counter2.ty01 button .icon_plus {background-position:-33px 1px;}

.shabby_ctgy.do_conts {background:#fff;}
.shabby_ctgy.do_conts li {position:relative;border-bottom:1px solid #e0dcdb;font-size:15px;font-weight:700;}
.shabby_ctgy.do_conts li a {display:block;padding:18px 30px 18px 15px;}
.shabby_ctgy.do_conts li a span {overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;}
.shabby_ctgy.cunter.do_conts li {padding:18px 15px;}
.shabby_ctgy.cunter.do_conts li .counter .icon_mns {background-position:0 0;}
.shabby_ctgy.cunter.do_conts li .counter .icon_mns.active {background-position:0 -28px;}
.shabby_ctgy.cunter.do_conts li .counter2 .icon_mns {background-position:0 0;}
.shabby_ctgy.cunter.do_conts li .counter2 .icon_mns.active {background-position:0 -28px;}
.shabby_ctgy.cunter.do_conts li .tit_ctgy {overflow:hidden;display:block;width:45%;word-wrap:break-word;}
.shabby_ctgy.cunter.do_conts li .tit_ctgy2 {overflow:hidden;display:block;width:35%;word-wrap:break-word;}
.shabby_ctgy.cunter.do_conts li .tit_ctgy3 {overflow:hidden;display:block;width:45%;word-wrap:break-word;}
.shabby_ctgy.cunter.do_conts li .tit_ctgy4 {overflow:hidden;display:inline;width:45%;word-wrap:break-word;}
.shabby_ctgy.cunter.do_conts li .tit_ctgy5 {overflow:hidden;display:block;width:35%;word-wrap:break-word;white-space: nowrap;text-overflow: ellipsis;}
.do_conts .requests {position:absolute; top: 50%; margin-top: -8px; right:113px; font-size: 13px;}
.do_conts .prds {position:absolute; top: 50%; margin-top: -8px; left:37%; width:45%;font-size: 13px;}

.do_conts .mass {position:absolute;right:25px;margin-top:-18px;}
.do_conts .mass .lnk {display:inline-block;padding:5px 10px;border:0;border-radius:3px;color:#fff;background:#ed1c24;text-align:center;}
.do_conts .mass2 {position:absolute;right:25px;margin-top:-18px;}
.do_conts .mass2 .lnk {display:inline;padding:5px 10px;border:1px solid red;border-radius:50px;color:#ed1c24;background:#fff;text-align:center;}

.type_img .icon.icon_cmrB {width: 45px; height: 45px; margin-right: 15px; background-position: 0px -200px;}
.type_img.case01 {padding:10px;}

.type_img1 .icon.icon_cmrB {width: 45px; height: 45px; margin-right: auto;margin-left: auto; background-position: 0px -200px;}
.type_img1.case01 {padding:10px; text-align:center;}

.plus_box a {display:block;padding:17px 15px; color:#ed1c24; font-size: 15px; font-weight: 700; background: #fff; border-bottom:1px solid #e0dcdb;}
.plus_box .icon_plus {margin:-2px 7px 0 0;}
.Withdraw_chek dt {background: #eee; padding:17px 15px;font-size: 15px; color: #222222; font-weight: 700;}
.Withdraw_chek .delay_div .sms_textArea {padding:0;}
Withdraw_chek2 dt {background: #eee; padding:17px 15px;font-size: 15px; color: #222222; font-weight: 350;}

.setTime_div.indipg {margin-top:0;}
.setTime_div .receive_number.fz_prefer dt:before {display:none;}
.setTime_div .receive_number.fz_prefer dd input[type="radio"] + label {border-top:1px #e0dcdb solid;}
.setTime_div .receive_number.fz_prefer dd input[type="radio"].fz_nml + label, .setTime_div .receive_number.fz_prefer dd input[type="radio"].deli_st01 + label {border-top:0;}
.setTime_div .receive_number.fz_prefer dd input[type="radio"].fz_big + label span {font-size: 16px;}
.setTime_div .receive_number.fz_prefer dd input[type="radio"].fz_bger + label span {font-size: 20px;}

.password_now, .password_new {padding:18px 15px; font-size: 15px; color:#222; font-weight: 700;}
.password_now input[type="password"],.password_new input[type="password"] {border:1px #dcdcdc solid; height:49px; font-size: 13px; color:#ed1c24; padding-left:15px; vertical-align:middle;  font-weight: normal; box-sizing:border-box; width:100%; font-family:dotum,'????',gulim,'????',Helvetica,Apple-Gothic,sans-serif; }
.password_now input[type="password"]::-webkit-input-placeholder { color:#999999;}
.password_now input[type="password"]:-moz-placeholder { color:#999999; }
.password_now input[type="password"]::-moz-placeholder { color:#999999; }
.password_now input[type="password"]:-ms-input-placeholder { color:#999999;}

.btngray{width:300px;display:inline-block;padding:10px 15px;border:0;border-radius:3px;color:#fff;text-align:center;background:#363d44;margin-top:7px;font-size:13px;font-weight:bold;}
.btngray2{width:300px;display:inline-block;padding:10px 15px;border:0;border-radius:3px;color:#363d44;text-align:center;background:#0c0c0c;margin-top:7px;font-size:13px;font-weight:bold;}

.inp_wrap {padding-top:18px; height:49px;}
.password_new.zai {padding-top:17px; border-top:1px #b9b9b9 solid;}
.policy {position:relative; bottom:0; left:0; width:100%;}
.pw_policy {background: #363d44; padding:21px 15px;}
.pw_policy dt {color:#e3e3e3; font-size: 15px; padding-bottom:8px;}
.pw_policy dd {color:#e4e4e4; margin:7px 0; position:relative; padding-left:9px;}
.pw_policy dd:before {content:''; display:block; position:absolute; top:50%;left:0; width:3px; height:3px; background:#959595; border-radius:3px;}
.check_pw { padding-top:15px; font-size: 13px; color:#ed1c24;}

.date_wrap {background: #363d44; height:50px; margin-top:5px; text-align: center; line-height:50px !important; font-size: 15px; color:#fff;}
.money_wrap {background: #fff; padding:25px 0 17px; text-align: center;}
.money_wrap dt {color:#333947; font-size: 18px; font-weight: 700;}
.money_wrap dd {margin-top:10px; color:#ed1c24; font-size: 24px; font-weight: 700;}
.money_wrap p {margin-top:15px;text-align: center;  color:#888; font-size: 12px; font-weight: 700;}
.month_use .table_box th {color:#222;}
.day_wrap {background: #363d44; height:50px; text-align: center; line-height:50px; font-size: 15px; color:#fff;}

.sales_wrap {background: #fff;}
.sales_wrap dl {display:table; width:100%;}
.sales_wrap dt, .sales_wrap dd {display:table-cell; height:75px; vertical-align:middle;}
.sales_wrap dt {width:70%; padding-left:15px; font-size: 15px; color:#222; font-weight: 700;}
.sales_wrap dd {width:30%; padding-right:15px; text-align:right;}
.sales_wrap dd div {float:right; width:50px; height:50px; border-radius:50px; box-sizing:border-box; background:#363d44;text-align: center;}
.sales_wrap dd div:after {content:''; display:block; clear:both;}
.sales_wrap dd div span {vertical-align:middle; line-height:50px; color:#fff; font-size: 16px;}
.sales_wrap ul li{float: left;width:25%;padding:10px 0; box-sizing:border-box; border-top:1px #e0dcdb solid; border-left:1px #e0dcdb solid;border-bottom:1px #e0dcdb solid; text-align: center; background: #fff; font-size: 15px; font-weight: 700;}
.sales_wrap ul li:first-child {border-left:none;}
.sales_wrap ul li span {display: block; padding-top:4px;font-size: 16px; color:#ed1c24;}

/* ???? */
.user_info {padding:25px 0 24px 0;background:#fff;text-align:center;}
.user_info dl {font-size:16px;}
.user_info dl dt {color:#222;}
.user_info dl dt strong {color:#ed1c24;font-weight:700;}
.user_info dl dd {margin-top:5px;color:#666;}
.user_info dl dd .user_car::before {content:'';display:inline-block;width:1px;height:13px;margin:0 5px 0 3px;background:#e1e1e1;vertical-align:middle;}

.inner_box {border-top:1px solid #d6d6d6;padding-top:6px;background:#eee;}
.highcharts-credits,
.highcharts-legend{display:none;}

.result_wrp,
.result_list {background:#fff;}
.tit_box {position:relative;padding:15px;}
.tit_box h2 {font-size:16px;font-weight:700;color:#222;}
.tit_box .lnk {position:absolute;right:15px;top:10px;padding:5px 8px 2px;border:1px solid #bfbfbf;border-radius:15px;color:#777;font-weight:700;}

.result_area {position:relative;border-top:1px solid #ececec;}
.result_area .day {width:100%;height:30px;position:absolute;left:0;top:20px;z-index:100;}
.result_area .day li {position:absolute;left:0;top:0;font-weight:700;text-align:center;}
.result_area .chart_wrp  {width:100%;height:200px;padding:50px 0 0 0;background:#fff;}
.result_area .price {position:absolute;left:0;bottom:25px;width:100%;height:20px;z-index:100;}
.result_area .price li {position:absolute;left:0;margin-left:-15px;font-size:12px;font-weight:700;color:#ed1c24;letter-spacing:-1px;}
.result_area .price li::before {content:'';display:inline-block;width:11px;height:9px;background:url('/resources/_img/common/icon_price.png') no-repeat 0 0;background-size:11px;vertical-align:middle;}
.no_result {padding:51px 0;text-align:center;color:#ed1c24;font-weight:700;}

.cases_list {padding:25px 0;border-top:1px solid #e0dcdb;text-align:center;}
.cases_list .period {font-size:15px;color:#666;}
.cases_list .circle_list {margin-top:20px;padding:0 15px;}
.cases_list .circle_list li {float:left;width:22%;margin-left:4%;}
.cases_list .circle_list li:first-child {margin-left:0;}
.cases_list .circle_list li span {display:block;}
.cases_list .circle_list li .nber {width:55px;height:55px;line-height:55px;margin:0 auto;border-radius:100%;background:#ed1c24;color:#fff;font-size:15px;font-weight:700;}
.cases_list .circle_list li .product {margin-top:15px;}

/* ??? ???? ???? ?????*/
.set_up_inner {position:relative;width:100%;background:url('/resources/_img/common/bg_login.jpg') repeat 50%;background-size:cover;text-align:center;}
.set_up_inner .leading {padding-top:33%;}
.set_up_inner .leading h2 {color:#ed1c24;font-size:22px;font-weight:700;}
.set_up_inner .leading .set_info {margin-top:15px;color:#565656;font-size:14px;}
.set_up_inner .leading .select_business {margin-top:28px;padding:0 25px;}
.set_up_inner .leading .select_business .slect {display:block;margin-top:8px;}
.set_up_inner .leading .select_business .slect:first-child {margin-top:0;}
.set_up_inner .leading .select_business .slect .radio_btn {position:absolute;left:-99999px;top:-99999px;font-size:0;}
.set_up_inner .leading .select_business .slect label {display:block;width:100%;height:45px;line-height:45px;border:1px solid #bbb;border-radius:5px;font-size:16px;background:#fff;font-weight:700;box-sizing:border-box;}
.set_up_inner .leading .select_business .slect input[type="radio"]:checked + label {border:1px solid #363d44;color:#fff;background:#363d44;}
.set_up_inner .leading .set_btn {margin-top:28px;}
.set_up_inner .leading .set_btn button {display:block;width:100%;height:45px;line-height:45px;border-bottom:1px solid #bababa;border-radius:5px;color:#fff;background:#999;font-size:16px;font-weight:700;text-align:center;}
.set_up_inner .leading .set_btn button.on {background:#ed1c24;}
.set_up_inner .btn_close {position:absolute;left:15px;top:20px;}
.set_up_inner .btn_close .icon.icon_red_close {width:19px;height:19px;background-position:-160px -70px;}

/* ???? */
.survey_inner {background:#fff;}
.survey_inner .survey_info {padding:30px 0;text-align:center;}
.survey_inner .survey_info .img_info {width:51px;height:50px;}
.survey_inner .survey_info .txt_info {margin-top:20px;font-size:16px;color:#222;font-weight:700;}
.survey_inner .survey_info .txt_info strong {color:#ed1c24;}
.survey_inner .survey_info .txt_info.sml {font-size:13px;margin-top:22px;line-height:1.5;}

.survey_inner .survey_list {border-bottom:1px solid #e0dcdb;background:#eee;}
.survey_inner .survey_list dt {padding:20px 15px 18px 15px;background:#ed1c24;color:#fff;}
.survey_inner .survey_list dd {border-top:1px solid #e0dcdb;background:#fff;}
.survey_inner .survey_list dd .radio_inner {overflow:hidden;padding:12px 15px;vertical-align:middle;}
.survey_inner .survey_list dd .item {float:left;width:35%;margin-top:6px;text-align:left;}
.survey_inner .survey_list dd .chk_list {float:left;width:65%;}
.survey_inner .survey_list dd .chk_list li {float:left;width:33%;margin:0 auto;text-align:center;}
.survey_inner .survey_list dd .chk_list li .icon_rado {margin-left:5px;}

.survey_inner .month_inner {display:none;}
.survey_inner .month_inner .month_list {display:table;width:100%;margin-bottom:5px;border-top:1px solid #e0dcdb;border-bottom:1px solid #e0dcdb;}
.survey_inner .month_inner .month_list li {display:table-cell;width:25%;-moz-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; border-left:1px #e0dcdb solid; }
.survey_inner .month_inner .month_list li:first-child {border:0; }
.survey_inner .month_inner .month_list li label {display:block;padding:18px 0;text-align:center;}
.survey_inner .month_inner .month_list li input {position:absolute; top:-9999px; left:-99999px; opacity:0; width:0; height:0; }
.survey_inner .month_inner .month_list li  input[type="radio"]:checked + label {background: #ed1c24; color:#fff;}

/* o????? */
.completed_list {border-top:1px solid #ababab;}
.completed_list ul li {position:relative;padding:12px 95px 15px 68px;border-bottom:1px solid #e0dcdb;}
.completed_list ul li .ctgy {position:absolute;left:15px;top:50%;width:37px;height:38px;line-height:38px;margin-top:-19px;border-radius:25px;background:#1676df;color:#fff;font-weight:700;text-align:center;}
.completed_list ul li .ctgy.delay {background:#888;}
.completed_list ul li .ctgy.cancel {background:#ed1c24;}
.completed_list ul li .name {display:block;color:#999;font-weight:700;}
.completed_list ul li .name .consignee {color:#222;}
.completed_list ul li .name .ladder {display:inline-block;width:25px;margin-left:5px;vertical-align:top;}
.completed_list ul li .name .ladder.truck {width:24px;}
.completed_list ul li .name .ladder img {width:100%;}
.division {margin-left:3px;border:1px solid #57c059;border-radius:15px;padding:2px 6px 1px;font-size:11px;color:#57c059;}
.division.store {color:#54a6de;border:1px solid #54a6de;}
.division.addition {color:#ff5d26;border:1px solid #ff5d26;}
.division.tpl {color:#c3803b;border:1px solid #c3803b;}
.completed_list ul li .item_name {display:block;margin-top:4px;font-weight:700;color:#222;}
.completed_list ul li .item_code {margin-top:4px;}
.completed_list ul li .cmpled_date {position:absolute;right:15px;top:35px;text-align:center;}
.completed_list ul li .cmpled_date em {display:block;}
.completed_list .search_none {padding-top:30px;text-align:center;background:#eee;}

/* ????? ?ν? */
.barcode_area {background:#eee;}
.barcode_area  h3 {padding:15px;color:#222;font-size:15px;font-weight:700;}
.barcode_area .btn_area {padding:13px 15px;}
.barcode_area .btn_area .btn_link {display:inline-block;width:49.4%;height:40px;line-height:40px;border-radius:3px;background:#363d44;color:#fff;font-weight:700;font-size:15px;text-align:center;}
.barcode_area .txt_code {padding:19px 0 18px 0;border-bottom:1px solid #e0dcdb;text-align:center;background:#fff;color:#ed1c24;font-weight:700;font-size:15px;}
.barcode_area .prod_list {margin-top:5px;}
.barcode_area .product_info {}
.barcode_area .today_work {position:relative;}
.barcode_area .today_work .hit {position:absolute;right:15px;top:15px;color:#222;font-size:16px;font-weight:700;}
.barcode_area .today_work .hit em {color:#ed1c24;}
.barcode_area .today_work .work_list li {position:relative;border-bottom:1px solid #d6d6d6;background:#fff;}
.barcode_area .today_work .work_list li a {display:block;padding:15px 20% 15px 55px;}
.barcode_area .today_work .work_list li dt {color:#222;font-weight:700;}
.barcode_area .today_work .work_list li dt .cter_name::after {content:"";display:inline-block;width:1px;height:12px;margin:0 5px;background:#e1e1e1;vertical-align:middle;}
.barcode_area .today_work .work_list li dd {margin-top:5px;color:#888;font-weight:700;}
.barcode_area .today_work .work_list li .division {position:absolute;left:15px;top:15px;}
.barcode_area .today_work .work_list li .time {position:absolute;right:15px;top:50%;margin-top:-16px;color:#222;text-align:center;}
.barcode_area .today_work .work_list li .time em {display:block;}
.barcode_area .today_work .work_not {padding:19px 0;border-bottom:1px solid #e0dcdb;text-align:center;background:#fff;}

/* 애니메이션 */
.marquee_setupenvinfo dt {animation-name:setupenvinfo_prdnm; animation-timing-function:linear; animation-duration:10s; animation-iteration-count:infinite;}

@keyframes setupenvinfo_prdnm{
	from { transform:translate(100%);}
	99%, to {transform:translate(-100%);}
}

/* 부가서비스 추가 */
.customer_name {padding:22px 15px;font-size:17px;font-weight:700;}
.customer_name .division {margin-right:5px;}
.install_sum {padding:18px 0;text-align:center;font-weight:700;}
.install_sum .sum {color:#222;font-size:15px;}
.install_sum .price {margin-left:18px;color:#ed1c24;font-size:17px;}
.add_list li {position:relative;padding:15px 15px 15px 38px;border-bottom:1px solid #e0dcdb;}
.add_list li .extra_tit {width:70%;}
.btn_erase {position:absolute;left:15px;top:50%;width:18px;height:18px;margin-top:-9px;}
.btn_erase .close.black::before, .btn_erase .close.black::after {left:15px;}
.extra_add {color:#ed1c24;font-size:15px;font-weight:700;}
.extra_add .btn_add {padding:18px 15px;width:100%; display:block; text-align:left;}
.extra_add .btn_add .icon_plus {margin:-1px 7px 0 0;}

.txt_price {padding:20px 15px;}
.txt_price dt {float:left;color:#222;font-weight:700;font-size:15px;}
.txt_price dd {float:right;font-size:14px;}
.txt_price dd.price {color:#ed1c24;}
.pay_hstry dt,
.req {padding:18px 15px;background:#eee;font-size:15px;font-weight:700;color:#222;}
.req::before {content:"*";display:inline-block;position:relative;top:2px;margin-right:3px;}
.payment_mthd .pay dd ul {overflow:hidden;border-bottom:1px solid #e0dcdb;}
.payment_mthd .pay dd ul li {float:left;width:33.33%;border-left:1px solid #e0dcdb;text-align:center;box-sizing:border-box;}
.payment_mthd .pay dd ul li:first-child {border-left:0;}
.payment_mthd .pay dd ul li input {position:absolute; top:-9999px; left:-99999px; opacity:0; width:0; height:0; }
.payment_mthd .pay dd ul li label {display:block;padding:18px 0;background:#fff;font-size:15px;}
.payment_mthd .pay dd ul li input[type="radio"]:checked + label {background: #ed1c24; color:#fff;}
.payment_mthd .pay.amount dd {padding:18px 15px;background:#fff;font-size:15px;}
.pay_select {position:relative;padding:20px 15px;}
.pay_select dt {display:inline-block;width:30%;padding:0;background:#fff;vertical-align:middle;}
.pay_select dd {position:absolute;right:15px;top:50%;margin-top:-17px;width:65%;height:38px;}
.pay_select dd select {width:100%;height:100%;border:1px solid #ababab;border-radius:3px;box-sizing:border-box;text-indent:5px;color:#888;background: url('/resources/_img/common/icon_select_arrow.png') no-repeat 95% 50%;background-size: 10px;}
.pay_hstry {border-top:1px solid #e0dcdb;}
dd.inpt {position:relative;padding:18px 15px;border-bottom:1px solid #e0dcdb;}
dd.inpt input {width:100%;height:100%;border:0;}
dd.inpt .del_text {position:absolute;right:15px;top:50%;margin-top:-10px;}
#pay_amnt {display:none;}
#payselect {display:none;}
.line_cancel {text-decoration: line-through;}

/* 배송위치추적 dlvSchHistopy.jps */
.empty_dlvSchHis {position:relative;background:#fff;}
.empty_dlvSchHis .empty::before {content:"";display:block;width:110px;height:110px;margin:0 auto 18px;background:url('/resources/_img/common/img_nothing.png') no-repeat -121px 0;background-size:231px;}
.empty_dlvSchHis .empty {font-size:16px;}
.empty_dlvSchHis p {position:absolute;top:50%;width:100%;margin-top:-72px;text-align:center;font-weight:bold;color:#888;}


/* 주행기록계 등록 drivingRecord.jsp */
.dri_page_inner .leading {padding-top:33%;}
p.info.drivRec{margin-top:10px;}
.dri_lv dt {padding:17px 15px;font-size: 15px; color: #222222; font-weight: 700;}
.dri_img {padding:15px;}
.dri_img a {display:inline-block;}
.dri_img .icon.icon_cmr {width:26px;height:20px;margin-right:15px;background-position:0 -43px;}
.dri_img .icon.icon_pht {width:26px;height:20px;background-position:-31px -43px;}
.dri_img label {display:inline-block;vertical-align:middle;}
.dri_img input[type="file"] {overflow:hidden;position: absolute;width:1px;height:1px;padding:0;margin:-1px;clip:rect(0,0,0,0);border:0;}
.dri_img .icon.icon_cmrB {width: 45px; height: 45px; margin-right: 15px; background-position: 0px -200px;}
.dri_img.case01 {padding:10px;}
.set_up_inner .leading.leading2 {padding-top:25%;}
.set_up_inner .leading.leading3 {padding-top:5%;}
.set_up_inner .leading.mypageDriRec {padding-top:25%;background: #fff;}
.dri_btn_set {right:15px;top:13px;width:46px;height:39px;line-height:39px;border:1px solid #ca0d14;border-radius:3px;background:#ed1c24;color:#fff;font-size:15px;display:inline-block;}
.input_dist {width:100%;height:45px;border:0;text-indent:10px;font-size:15px;}
.input_dist.mypageDriRec {background:#eee;}
.driv_dst {padding:15px 10px 10px 20px;}

/* 에어컨 설치 안전 부적합 환경 airconNotFitInfo.jsp */
.chk_box input[type="checkbox"] {display:none;}
.chk_box input[type="checkbox"] + label span {display:inline-block;width:17px;height:17px;margin:-1px 4px 0 0;vertical-align:middle; background:url('/resources/_img/common/icon_checkbox.gif') no-repeat 0 0;	background-size:17px;cursor:pointer;}
.chk_box input[type="checkbox"]:checked + label span {background:url('/resources/_img/common/icon_checkbox.gif') no-repeat 0 -17px;background-size:17px;}

.acnotfit.chk_box input[type="checkbox"] {display:none;}
.acnotfit.chk_box input[type="checkbox"] + label {font-size: 15px; color:#222; font-weight: 700;}
.acnotfit label {cursor:unset; font-size: 15px; color:#555; font-weight: 700;}
.acnotfit.chk_box input[type="checkbox"] + label span {display:inline-block;width:15px;height:15px;margin:-1px 5px 0 0;vertical-align:middle; background:url('/resources/_img/common/icon_checkboxTy01.gif') no-repeat 0 0;	background-size:15px;cursor:pointer;}
.acnotfit.chk_box input[type="checkbox"]:checked + label span {background:url('/resources/_img/common/icon_checkboxTy01.gif') no-repeat 0 -15px;background-size:15px;}

.airconNotFitInfoTitle {padding-bottom:15px;}
#airconNotFitInfoTitleText {color:#222; display:inline-block;}
.airconNotFitInfoTitle span {background:url('/resources/_img/common/check.png'); background-size:20px; width:20px; height:20px; display:inline-block;}
.infoMsgDiv {border:2px solid #FF0000; border-radius:20px; padding:5px; text-align:left; margin-bottom:5px;}
.gubunTitle {text-align:left; font-size:18px; font-weight:bold; display:inline-block;}
span.gubunTitle1 {background:url('/resources/_img/common/hand01.png'); background-size:20px; width:20px; height:20px; display:inline-block; margin-left:5px;}
span.gubunTitle2 {background:url('/resources/_img/common/hand02.png'); background-size:20px; width:20px; height:20px; display:inline-block; margin-left:5px;}
span.gubunTitle3 {background:url('/resources/_img/common/hand03.png'); background-size:20px; width:20px; height:20px; display:inline-block; margin-left:5px;}
span.gubunTitle4 {background:url('/resources/_img/common/hand04.png'); background-size:20px; width:20px; height:20px; display:inline-block; margin-left:5px;}

@media (max-height:600px) {
	.groupTxt {display:inline; font-size:11px;}
}
@media (min-height:601px) {
	.groupTxt {display:inline; font-size:13px;}
}

.groupSthTxt {font-size:10px; padding-left:25px;}


.set_up_inner .leading.leading3 {padding-top:5%;}
.safe_chk_btn_set {right:15px;top:13px;width:100%;height:39px;line-height:39px;border:1px solid #ca0d14;border-radius:3px;background:#ed1c24;color:#fff;font-size:15px;display:inline-block;}
.btn-submit {width:100%}


.exist_dlvSchHis {content: "."; display: block; clear: both;}
.exist_dlvSchHis {display: inline-block;}
.exist_dlvSchHis {display: block;}
.exist_dlvSchHis {padding:5px 15px 5px 10px;}
.exist_dlvSchHis dt {font-size: 15px; color:#222; font-weight: bold;}
.exist_dlvSchHis dt span:before {content:""; display:inline-block; width:1px; height:11px; background: #e1e1e1; margin:0px 8px 0 9px;}
.exist_dlvSchHis dd {display:block; padding:10px 0 0;}
.exist_dlvSchHis li dt {ransition: padding 0.15s;}
*html .exist_dlvSchHis {display: block; height: 1%;} /* Hides from IE-mac */
.exist_dlvSchHis .dlvDt {border-bottom:none; padding-bottom:3px;}
.exist_dlvSchHis .schDt {display:block;}
.exist_dlvSchHis .schDt {border-top:1px #e8e8e8 solid; padding:3px 0px 3px 0px;}
.exist_dlvSchHis .dlvSchData {display:inline-block; height:100%;}
.exist_dlvSchHis .dlvSchNum {position:static; text-align:center;}
.exist_dlvSchHis .dlvSchNumLine {margin-right:15px; position:absolute;}
.exist_dlvSchHis .schDt .clfix:after {display:none;}
.exist_dlvSchHis .cont {position:relative; padding:5px 0px 5px 68px;}
.wrap_route li .dlvSchNumLine {position:absolute; top:40%; text-align:center; margin-left:15px;}

/* loading Spinner */
#loadingScene {display:none;}
.loadingBack {width:100%; height:100%; position:absolute; top:0; left:0; background:#000000; opacity:0.6;}
#loading {width:100%; height:100%; position:absolute; top:0; left:0;}

@keyframes spinner {
					from {transform:rotate(0deg);}
					to {transform:rotate(360deg);}
}

#loading .spinner {box-sizing:border-box; position:absolute; top:50%; left:50%; width:64px; height:64px; margin-top:-32px; margin-left:-32px; border-radius:50%; border:8px solid transparent; border-top-color:#ed1c24; border-bottom-color:#ed1c24; animation:spinner 3.0s ease infinite;}


/* SetupEnv Info */
.tb_setImg {}
.td_head_setImg {width:40%;}
.td_setImg {height:210px;}
.td_body_setImg {}

@media all and (max-width:360px) {
	.bigger .route_st01 {padding:15px 15px 14px 70px;}
	.bigger .route_st02 {padding:15px 15px 14px 77px;}

	.brd_list li a {padding:12px 50px 12px;}
	.brd_list li .category {left:8px;}

	.comment .comment_list>li .data_cmt {letter-spacing:-0.5px;}
}


@media all and (max-width:320px) {

	.airInstall_wrap .select_wrap dl dt {letter-spacing:-2.5px;}
	.logis {font-size: 11px; letter-spacing:-1px;}
	.login_area {padding:10% 25px 20%;}
	.survey_inner .survey_list dd .item {width:25%;}
	.survey_inner .survey_list dd .chk_list {width:75%;}
}

.btn_rtnPack {display:none;}

.rtnPack_area li{position: relative;padding: 17px 15px; border-top: 1px solid #e0dcdb;}
.rtnPack_area dt {font-size: 15px; font-weight: 700; color:#222; display: inline-block; float:left;}
.rtnPack_area dd {padding-left: 70px;}

.carSafetyInfo_div .select_item {background: #eee0;}
.carSafetyInfo_div .select_item dt {padding:15px 15px 0px 15px;font-size:15px; color:#222222; font-weight: 700;}
.carSafetyInfo_div .select_item dt:before {content:'*'; display: inline-block; padding:3px 3px 3px 0;float: left; height: 10px;}
.carSafetyInfo_div .select_item dt:after {content:''; display:block; clear: both;}
.carSafetyInfo_div .select_item dd {padding-top:13px; border-bottom:1px #e0dcdb solid; }
.carSafetyInfo_div .select_item dd .apply_label {display: block; background: #fff;text-align: center; font-size: 15px;color: #555; font-weight: 700; -webkit-box-sizing: border-box;width: 100%;padding: 17px 0; max-height: 50px;}
.carSafetyInfo_div .select_item #past_to30 + label{border:0 none;}
.carSafetyInfo_div .select_item dd ul {display: table; width:100%;}
.carSafetyInfo_div .select_item dd ul li {display:table-cell;width:20%;-moz-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; border-left:1px #e0dcdb solid; }
.carSafetyInfo_div .select_item dd ul li:first-child {border:0; }
.carSafetyInfo_div .select_item dd ul li:first-child label, .carSafetyInfo_div .select_item dd ul li:last-child label{padding:9px 0;}
.carSafetyInfo_div .select_item dd input[type="radio"] {position:absolute; top:-9999px; left:-99999px; opacity:0; width:0; height:0; }
.carSafetyInfo_div .select_item dd input[type="radio"]:checked + label {background: #ed1c24; color:#fff;}
.carSafetyInfo_div .select_item dd input[type="checkbox"]:checked + label {background: #ed1c24; color:#fff;}
.carSafetyInfo_div .select_item .send_txt_sms {padding:20px 15px; font-size:13px; color:#888; font-weight: 700;}

.carSafetyInfo_div {margin-top:0;}
.carSafetyInfo_div .select_item dd ul li:first-child label, .carSafetyInfo_div .select_item dd ul li:last-child label{padding:15px 0;}
.carSafetyInfo_div .select_item dt:before {content:'*'; display: none;}
.carSafetyInfo_div .select_item dt:after {content:''; display:block; clear: both;}
.carSafetyInfo_div {position:relative; background: #fff0; /*border-bottom:1px #e0dcdb solid;*/ margin-top:5px;}
.carSafetyInfo_div dd input {border:0 none; width:100%; letter-spacing:-0.5px; font-size: 13px; color:#555; height:34px;}
.carSafetyInfo_div dd input + .apply_label {position:relative;}

.carSafetyInfo_submit_set {right:15px;top:13px;width:46px;height:39px;line-height:39px;border:1px solid #ca0d14;border-radius:3px;background:#ed1c24;color:#fff;font-size:15px;display:inline-block;margin-top:15px;margin-bottom:15px;}
.carSafetyInfo_div .Withdraw_chek dt {background: #eee0;}
.carSafetyInfo_div .type_img {background:#eee0;}

a.pickWdrwPcknDetail {position: absolute; width: 100%; height: 56px;}

.gubunTitle.updateinfo2 {
    font-size: 16px;
}
ul.updateinfo3 {font-size: 16px;margin-left:10px;margin-bottom:15px;}
li.updateinfo4 {list-style-type: square;margin-bottom:15px;margin-left: 15px;}
.updateinfo5 {
    margin-left: 15px;
}

.updateinfo6 {
    border: unset;
}

.update_chk_btn_set {right:15px;top:13px;width:100%;height:39px;line-height:39px;border:1px solid #ca0d14;border-radius:3px;background:#ed1c24;color:#fff;font-size:15px;display:inline-block;margin-top: 30px;}

.etc_area dt {color: #222;font-weight: bold;font-size: 15px;float:left;}
.delay_cal {padding:20px 15px 35px 15px;}
.etc_area>.delay_cal dd {width: 65%;float:right}
.delay_day.note {padding: 20px 15px 20px 15px;}
.etc_area>.delay_cal .calendar_box {padding:unset;}

.etc_delay_dt {margin-top:5px; background: #eee; border-bottom:1px #e0dcdb solid; }
.etc_delay_dt dt {padding:20px 15px 8px; font-size: 15px; color:#222; font-weight: 700;}
.etc_delay_dt dd {background: #fff; padding:8px 15px; letter-spacing:-0.5px; font-size: 13px;}
.etc_delay_dt dd div {padding:4px 0; color:#888}
.etc_delay_dt dd div:first-child {color:#555; padding-top:0;}

.etc_rmk {background: #eee;}
.etc_rmk dt {padding:19px 15px; font-size: 15px; color:#222; font-weight: 700;}
.etc_rmk dd {position: relative; background: #fff; padding:9px 37px 9px 15px; border-bottom:1px #e0dcdb solid;}
.etc_rmk dd input {border:0 none;width:100%;letter-spacing:-0.5px;font-size: 13px;color:#555;height:34px;}
.etc_rmk dd input + label {position:relative;}
.etc_rmk dd .search_close{position:absolute; right:15px;top:50%; margin-top:-10px;  display:block; }
.etc_rmk dd .search_close:before {position:absolute; width:40px; height:40px; top:-10px; left:-10px; content:'';}

.etc_rmk>.sms_textArea {padding:5px 0; position:relative;display:unset;}
.etc_rmk>.sms_textArea textarea {padding:15px; display:block; width:100%; color:#999999; font-size: 13px; font-weight: normal; resize:none; border:0 none; border-bottom:1px #e0dcdb solid;box-sizing:border-box;}
.etc_rmk>.sms_textArea .score {position:absolute; bottom:15px; right:15px;font-size: 13px;color:#888888; }
.etc_rmk>.sms_textArea .score span {color:#222222; }

.sms_textArea.etcreg {display:unset;}
.setTime_div .sms_textArea.etcreg textarea {padding:unset;}

.route_wrap ul li .km.txt_succ {background:#1b61ff; color:#fff;}
.route_wrap ul li .km.txt_dely {background:#f49f1e; color:#fff;}
.route_wrap ul li .km.txt_cncl {background:#ff0000; color:#fff;}
.route_wrap ul li .km.txt_nocall {background:#707070; color:#fff;}

/* 아이콘 */
.big_icon {display:inline-block;background:url('/resources/_img/common/icon_spr.png');vertical-align:middle;text-indent:-99999px;font-size:0;background-size: 300px;}
.big_icon.icon_cur {width: 30px;height: 11px;background-position: -115px -48px;margin: 10px 0px 10px 0px;}

.detail_minutely.inform_cont .classify .w_cncl{width:70%;}
.detail_minutely.inform_cont .classify .backhualoffset {padding:unset;}
.backhhaul_btn {border-radius:3px;padding: 20px 25px;color:#fff;font-size: 17px;background:#ed1c24;}

#poOffset {right:-55px;}


.incmp_view .reserv_time {background: #fff;border-bottom:1px #e0dcdb solid; margin-bottom:5px;}
.incmp_view .reserv_time dl {position:relative; padding:20px 15px 35px 15px;}
.incmp_view .reserv_time dt {width:130px;font-size: 15px; color:#222; font-weight: 700;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;float:left;}
.incmp_view .reserv_time dd {float:right;}
.incmp_view .reserv_time dt:before {content:''; display: inline-block; padding:3px 3px 3px 0;float: left; height: 10px;}
.incmp_view .reserv_time dt:after {content:''; display:block; clear: both;}


.setTime_div .txt_false {position:absolute; top:12px; right:15px;}
.setTime_div .txt_false:after {content:''; clear: both;}
.setTime_div .txt_false .txt {float: left; margin-top:6px; padding-right:8px; color:#ed1c24;}
.setTime_div .txt_false .txt + .push_switch {float: left;}
.setTime_div .times {margin-top:-3px; display: inline-block;}
.setTime_div .times .timeBox {color:#000; position:absolute;opacity:0;width:100%; height:100%; top:0;left:0;}
.setTime_div .times .timeBoxView {display:block; width:88px; height:38px; color:#fff; text-align:center; font-size:15px; background: #646a79; border:0 none; border-radius:3px;}


.setTime_befTime {right: 40%; position: absolute; top: 18px; font-size: 15px;}
.setTime_iarrow {margin-left:20px;}
.open_disable {height:5px;}

.advcallMap{width:49%;padding:16px 0;!important;}
.advcallMapLeft{float:left;}
#advcallAfterCncl::after{content:none;!important;}
.advcallMapRight{float:right;}
span.inpt_cldr.addcall_Cldr {text-align: right;}

#txt_map_rank{position:unset;margin-top:2px;!important;}
#txt_map_rank::before{content:none;!important;}
#maprankbefcncl::before{content:none;!important;}

.uemd_box .new_adrs {display:block;color:#888; padding-right:30px;margin-top:5px;}
.uemd_box .new_adrs:first-child {margin-top:0;}


.deli_date.usr.backhaul dt {width: 70px;}
.deli_date.backhaulreq dd {margin-right:30px;}

div.product dd ul li.backhaul_prdcd:first-child {width:40%;}
li.font_size.product_qty {text-align: right;}
.backhaul_call {position: absolute;top: 20px;right: 25px;}
.backhaul_call2 {position: absolute;top: 200px;right: 20px;}

.cont_inner li .tell.temp {position:absolute;float:right;width:30%;padding-right:29px;text-align:right;}
.cont_inner div .callBtn.temp {position:absolute;right:0;top:50%;margin-top:-10px;}

.cont_inner div .tell.backhaul {position:absolute;float:right;width:30%;padding-right:240px;text-align:right;margin-top: -25px;}
.cont_inner div .tell.vehicleAssist {position:absolute;float:right;width:30%;padding-right:240px;text-align:right;margin-top: -30px;}
.cont_inner div .callBtn.backhaul_call {position:absolute;right:0;margin-top:-25px;}
.cont_inner div .callBtn.advCall {right:0;top: unset;margin-top:unset;}
.cont_inner div .tell.backhaul .icon {margin-left:9px;}

.item_list>li ul li.brand.backhaul {width:5%;text-align:center;}

div.product.baakhaul {border-top: 1px #e0dcdb solid;}
div.product.baakhaul dt {background: #eeeeee; padding:17px 15px; font-size: 15px; color:#222; font-weight: 700;}
div.product.baakhaul dt div {float: right; font-size: 14px;}
div.product.baakhaul dd {padding:17px 15px;}
div.product.baakhaul dd ul {width:100%; display:table;}
div.product.baakhaul dd ul li {display: table-cell; width:30%; padding:0 5px 0 0; vertical-align:middle;}
div.product.baakhaul dd ul li:first-child {width:20%;}
div.product.baakhaul dd ul li:nth-child(2) {width:45%;}
div.product.baakhaul dd ul li:last-child {padding:0 0 0 5px;}

.resell_img tbody tr td {padding: unset !important; border-top: unset !important; border-left: unset !important;}

span.txt_srchinfo {color: gray;}

/* 클리닝 처리예정 */
dl.time dd.cleanSchd_time_set {margin-top: -8px;float: right;}

.privacy_policy {text-decoration: underline;font-weight: bold;text-align: center;position: absolute;width: 100%;bottom: 40px;left: 0;}

.setTime_div.ladder .send_txt.preChk_yn dt:before {content:'*'; display:unset;}

.btn_tel_modi{display: inline; position: absolute; right: 15px;}
.btn_tel_modi a.btn_edit.focusAble {opacity:0.3;}
.btn_tel_modi a.btn_edit.focusAble.active{opacity:1;}