/* less */
/*#84c2cf*/
/*font-size*/
/*font-weight*/
/* sw-container */
.sw-head-pack {
  position: relative;
  z-index: 10;
}
.main .sw-container {
  margin-bottom: 15px;
}
.sw-container {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 100px;
  padding: 0;
  background: #fff;
  overflow: hidden;
  z-index: 0;
}
.sw-container.gray {
  background: #eee;
}
/* foot */
.sw-foot {
  position: relative;
  width: 100%;
  height: auto;
  /* background: #6b6b6b; */
  overflow: hidden;
  z-index: 9;
}
.sw-foot .foot-logo {
  /*height: 100px;
  line-height: 95px;*/
}
.sw-foot .foot-logo img {
  width: auto;
  height: 34px;
  max-width: 176px;
  margin: auto;
}
.sw-foot .foot-info {
  padding: 5px 10px;
  text-align: center;
}
.sw-foot .foot-info li {
  width: 100%;
  line-height: 18px;
  font-size: 13px;
  color: #ffffff;
}
.sw-foot .foot-info .footLine {
  display: inline-block;
  width: 20px;
  height: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  margin-right: 20px;
}
.sw-foot .sw-copy {
  display: none;
  width: 100%;
  padding: 10px 0;
  font-size: 11px;
  color: #fff;
  text-align: center;
}
.sw-foot.middle .foot-logo {
  height: 45px;
  line-height: 45px;
}
.sw-foot.middle .foot-info {
  padding: 7px 15px;
}
.sw-foot.middle .foot-info li:nth-child(2) {
  display: none;
}
.sw-foot.slim .foot-logo {
  display: none;
}
.sw-foot.slim .foot-info {
  display: none;
}
.sw-foot.slim .sw-copy {
  display: block;
}
/* loader */
.sw-loader-contents {
  /* min-height: 150px; */
  /* background: #ffffff url("../../images/common/ico_loader.gif") no-repeat center; */
}
.content-body .sw-loader-contents {
  width: 100%;
}
.sw-loader-contents.complete {
  background-image: none;
}
/* layer pop */
#sw-layer-pop {
  display: none;
  position: relative;
  width: 100%;
  max-width: 800px;
  height: auto;
  background: #fff;
  opacity: 0;
  border: 1px solid #e1e1e1;
}
#sw-layer-pop .pop-top {
  width: 100%;
  height: 60px;
  padding: 15px;
  border-bottom: 1px solid #e1e1e1;
}
#sw-layer-pop .pop-top h2 {
  float: left;
  line-height: 30px;
  font-weight: bold !important;
}
#sw-layer-pop .pop-top i {
  float: right;
  font-size: 30px;
}
#sw-layer-pop .pop-con {
  width: 100%;
  height: auto;
  padding: 15px;
}
#sw-layer-pop .sw-btn {
  padding-top: 10px;
  border-top: 1px solid #e1e1e1;
}
#sw-layer-pop .sw-btn li {
  height: 40px;
  line-height: 40px;
  border: 1px solid #e1e1e1;
}
#sw-layer-pop .sw-table-bdno th,
.sw-table-bdno td {
  padding: 5px 0;
}
/* card-list */
.sw-card-list {
  margin-bottom: 25px;
  padding-left: 20px;
  box-sizing: border-box;
  transition: width, height 0.5s;
  -webkit-transition: width,height 0.5s;
}
.sw-card-list:first-child {
  padding-left: 7.5px;
}
.sw-card-list article {
  position: relative;
  width: 100%;
  padding: 15px 20px;
  border-top-width: 4px;
  border-top-style: solid;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
}
.sw-card-list .card-image {
  margin: -15px -20px 15px;
  text-align: center;
}
.sw-card-list .card-image img {
  width: auto;
  max-width: 200px;
  height: 150px;
}
.sw-card-list .card-image .bx-wrapper {
  align: center;
  max-width: 200px !important;
}
.sw-card-list .card-header {
  margin-bottom: 5px;
}
.sw-card-list .card-header .title {
  display: inline;
  line-height: 1.5;
}
.sw-card-list .card-header .title span {
  font-weight: bold;
  letter-spacing: -1px;
}
.sw-card-list .card-header .title label {
  width: 20px;
  margin: 0 5px 0 -20px;
}
.sw-card-list .card-header .user-info {
  color: #787878;
  font-size: 13px;
  overflow: hidden;
}
.sw-card-list .card-content .show-info {
  color: #787878;
  font-size: 12px;
  cursor: pointer;
}
.sw-card-list .card-content .item-info li {
  color: #787878;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.sw-card-list .card-content .item-info .title,
.sw-card-list .card-header .user-info .title {
  font-weight: bold;
}
.layer-pop .sw-card-list .card-content .item-info li,
.layer-pop .sw-card-list .card-header .title span,
.layer-pop .sw-card-list .card-header .user-info span {
  font-size: 12px;
}
.layer-pop .sw-card-list .card-header .user-info > span {
  display: list-item;
}
/* picker-list */
.sw-picker-preview {
  width: 40px;
  height: 32px;
}
.sw-picker-preview .swico {
  font-size: 15px;
}
.sw-picker-list {
  margin: 0;
  padding: 5px;
  width: 100%;
}
.sw-picker-list li {
  float: left;
  margin: 2px 0;
  padding: 5px;
  width: 25%;
  text-align: center;
}
.sw-picker-list li .icon-pick {
  margin: 0;
  padding: 0;
  position: relative;
  height: 20px;
  -webkit-transition: all ease 0.1s;
  -moz-transition: all ease 0.1s;
  -o-transition: all ease 0.1s;
  transition: all ease 0.1s;
}
.sw-picker-list li .icon-pick:hover {
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
  zoom: 1;
}
.sw-picker-list li .icon-pick.on {
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  background-color: #eee;
}
.sw-picker-list li .icon-pick.none,
.sw-picker-list li .icon-pick.none:hover {
  padding: 0 10px;
  border: 2px dotted #c4c4c4;
}
.sw-picker-list li .icon-pick i {
  font-size: 18px !important;
  color: #535353 !important;
}
/* box-item-list */
.sw-box-item {
  min-height: 26px;
  margin: 0 0 5px;
  padding: 3px 6px;
  border: 1px solid #b3b3b3;
  background-color: #fff;
}
.sw-box-item-single {
  overflow: hidden;
  margin: 0;
  padding: 0 6px;
  line-height: 26px;
  font-size: 13px;
}
.sw-box-item-single div {
  line-height: 23px;
  font-size: 13px;
}
.sw-box-item .layer-detail-list {
  padding: 7px;
}
/* ul-list */
.sw-list {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.sw-list li {
  float: left;
  min-height: 36px;
  padding: 7px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sw-list.list-hover li:hover {
  background: #eee;
}
.sw-list.sw-quick-ico li {
  padding: 0;
}
.sw-list li.sw-bline {
  border-bottom: 1px solid #ddd;
}
.array-list li {
  display: inline-block;
  padding: 0 15px 5px 0;
  min-height: 20px;
}
/* table */
.sw-table-wrap {
  overflow: visible;
}
.text-ellips td {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal !important;
}
.sw-table thead.bd-main-color > tr > th {
  border-bottom: 3px solid #84c2cf;
}
.sw-table thead.bg-main-color > tr > th {
  background-color: #84c2cf;
  color: #fff;
}
.sw-table {
  table-layout: fixed;
}
.sw-table td a,
.sw-fcolor .sw-table-list td a {
  color: #535353;
}
.sw-table .width-fix {
  overflow: visible;
}
.sw-table.sw-fcolor td {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.sw-fcolor .sw-table tr:hover,
.sw-table.sw-fcolor tr:hover {
  background: rgba(255, 255, 255, 0.2);
}
.sw-fcolor .sw-table tr:first-child td,
.sw-table.sw-fcolor tr:first-child td {
  border-top: none;
}
.sw-table.sw-fcolor th {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.sw-table-list {
  table-layout: fixed;
}
.sw-table-list thead {
  background: #f6f6f6;
  border-top: 3px solid #84c2cf;
}
.sw-table-list thead th {
  height: 47px;
  font-size: 14px !important;
  text-align: center;
  vertical-align: middle !important;
}
.sw-table-list tr td {
  height: 40px;
  font-size: 14px !important;
  border-bottom: 1px solid #ddd;
  border-top: none;
  vertical-align: middle !important;
}
.sw-table-list input[type="radio"] + label,
.sw-table-list input[type="checkbox"] + label {
  margin-right: 0;
}
.sw-table-view > tbody > tr > td,
.sw-table-view > tbody > tr > th,
.sw-table-view > tfoot > tr > td,
.sw-table-view > tfoot > tr > th,
.sw-table-view > thead > tr > td,
.sw-table-view > thead > tr > th {
  padding: 4px;
}
.sw-table-view {
  table-layout: fixed;
}
.sw-table-view thead {
  background: #84c2cf;
}
.sw-table-view thead th {
  height: 50px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  vertical-align: middle !important;
}
.sw-table-view tr td {
  height: 40px;
  padding: 5px;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  border-top: none;
  vertical-align: middle !important;
}
.sw-table-view .tbl-tit {
  background: #f6f6f6;
  text-align: center;
  font-weight: bold;
}
.sw-table-view .sw-input-m .swico {
  margin: -23px 5px 0 0;
}
.sw-table-bdno {
  table-layout: fixed;
  border: none;
}
.sw-table-bdno td,
.sw-table-bdno th {
  padding: 5px !important;
  overflow: hidden;
  text-overflow: inherit;
  white-space: nowrap;
  border: none !important;
  vertical-align: middle !important;
}
.sw-table-bdno .tbl-tit {
  background: none;
  font-weight: bold;
}
.sw-fcolor .table.fc-con td {
  color: #535353;
}
/* tab_col */
.sw-tab-col {
  width: 100%;
  position: relative;
}
.sw-tab-col .tab-tit li.tab-noact {
  position: absolute;
  right: 0px;
  width: auto;
}
.tab-noact .swico {
  color: #d2d2d2;
}
.sw-tab-col .tab-tit {
  width: 100%;
  text-align: center;
  display: table;
  margin: 0;
}
.sw-tab-col .tab-tit li {
  display: table-cell;
  height: 40px;
  line-height: 35px;
  border-right: 1px solid #e1e1e1;
  background: #fafafa;
  font-size: 14px;
  /*color: #a3a3a3;*/
  color: rgba(94, 94, 94, 1);
  cursor: pointer;
  border-top: 3px solid #fafafa;
  border-bottom: 1px solid #e1e1e1;
}
.sw-tab-col .tab-tit li:last-child {
  border-right: none;
}
.sw-tab-col .tab-tit li.on {
  z-index: 10;
  color: #84c2cf;
  font-weight: bold;
  background-color: #FFF;
  border-top: 3px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
}
.sw-tab-col .tab-tit li:hover {
  color: #84c2cf;
}
.sw-tab-col .tab-con {
  width: 100%;
  height: auto;
  padding: 15px;
  margin: 0;
  background: #fff;
  overflow-y: visible;
}
.sw-tab-col .tab-con table {
  margin-bottom: 0;
}
/* tab_col  top_line */
.sw-tline .tab-tit li.on {
  border-top: 3px solid #84c2cf;
}
/* tab_col   bottom_line */
.sw-bline .tab-tit li {
  border-top: 1px solid #fff;
  border-right: none;
  background: #fff;
}
.sw-bline .tab-tit li.on {
  border-top: 1px solid #fff;
  border-bottom: 3px solid #84c2cf;
}
/* tab_col   top_line whiteBG */
.sw-tline-wbg .tab-tit li {
  border-right: none;
  border-top: 3px solid #fff;
  border-bottom: none;
  background: #fff;
}
.sw-tline-wbg .tab-tit li.on {
  border-top: 3px solid #84c2cf;
}
.tab-con .con-img img {
  width: 100%;
  margin-bottom: 20px;
}
.tab-con .con-text {
  line-height: 28px;
}
.sw-fcolor .tab-tit .swico {
  color: #d2d2d2;
}
.sw-fcolor .tab-tit .swico:hover {
  color: #84c2cf;
}
.sw-fcolor .tab-tit .on .swico {
  color: #fff;
}
.sw-fcolor .tab-tit .on .swico:hover {
  color: #fff;
}
/* tab_col   top_tab fix */
.sw-tab-fix {
  width: auto;
}
.sw-tab-fix .tab-tit {
  width: auto;
}
.sw-tab-fix .tab-tit.js-personal-tab {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
}

.js-personal-tab li {
  margin-bottom: -1px;
}

.sw-tab-fix .tab-tit li {
  display: inline-block;
  float: left;
  width: 135px;
  height: 45px;
  line-height: 40px;
}
.sw-tab-fix.sw-fcolor {
  background: none;
}
.sw-tab-fix.sw-fcolor .tab-tit li.on {
  background: #84c2cf;
}
/* tab_row */
.sw-tab-row {
  width: 100%;
  line-height: 0;
}
.sw-tab-row .tab-tit {
  float: left;
  display: inline-block;
  width: 20%;
  text-align: center;
  margin: 0;
}
.sw-tab-row .tab-tit li {
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #e1e1e1;
  background: #fafafa;
  font-size: 13px;
  color: #a3a3a3;
  cursor: pointer;
  border-bottom: 1px solid #e1e1e1;
}
.sw-tab-row .tab-tit li.on {
  background-color: #FFF;
  z-index: 10;
  font-weight: bold;
  border-right: 1px solid #fff;
}
.sw-tab-row .tab-tit li:last-child {
  border-bottom: none;
}
.sw-tab-row .tab-con {
  display: inline-block;
  width: 80%;
  height: 120px;
  padding: 10px;
  margin: 0;
  background: #fff;
  overflow-y: auto;
}
/*left_line*/
.sw-lline .tab-tit li.on {
  border-left-width: 3px;
  border-left-style: solid;
}
/*right_line*/
.sw-rline .tab-tit li {
  border-bottom: none;
  background: #fff;
}
.sw-rline .tab-tit li.on {
  border-right-width: 3px;
  border-right-style: solid;
}
/*full_color*/
.sw-tab-row.sw-fcolor .tab-tit li.on {
  border-right: none;
  border-top: none;
}
.sw-fcolor .tab-tit li.on {
  border-top-width: 3px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.sw-fcolor .tab-tit .sw-quick-ico a {
  color: #d2d2d2 !important;
}
/*20171114*/
/* notice */
.sw-point {
  width: 100%;
  padding: 15px;
  border: 1px solid #fff;
  color: #ffffff;
}
.sw-point div {
  font-size: 14px;
  color: #ffffff;
  vertical-align: middle;
}
.sw-point .point-tit {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}
.sw-point .point-con {
  width: 100%;
  height: 40px;
  line-height: 20px;
  margin-bottom: 10px;
  overflow: hidden;
}
.sw-point .point-day {
  width: 100%;
  text-align: right;
  color: rgba(255, 255, 255, 0.5);
}
.sw-point .swico {
  margin-right: 10px;
  font-size: 25px;
  color: #fff;
}
.sw-point.point-long {
  display: inline-block;
  padding: 25px 0 !important;
  border: none;
}
.sw-point.point-long div {
  float: left;
}
.sw-point.point-long .sw-inner {
  float: none;
}
.sw-point.point-long .point-tit {
  width: 170px;
  margin-bottom: 0;
}
.sw-point.point-long .point-con {
  width: 800px;
  height: 20px;
  margin-bottom: 0;
}
.sw-point.point-long .point-day {
  width: 100px;
}
.sw-point.point-clean {
  padding: 15px !important;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.2);
}
.sw-point.point-white {
  border-top-width: 1px;
  border-top-style: solid;
  background: #fff;
}
.sw-point .point-more {
  float: right;
  margin: -15px -26px 0 0;
}
.point-more i {
  color: #fff;
}
/* push */
.sw-push {
  width: 100%;
  height: auto;
  padding: 25px;
  border-width: 1px;
  border-style: solid;
  background: #fff;
  z-index: 200;
}
.sw-push .point-more {
  float: right;
  margin: -25px -36px 0 0;
}
.sw-push .point-tit {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.sw-push .point-con {
  line-height: 18px;
  margin-bottom: 10px;
}
.sw-push .point-day {
  text-align: right;
}
.sw-push .swico {
  margin-right: 10px;
  font-size: 25px;
}
/* gallery */
.sw-gallery .gall-frame img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.sw-gallery .gall-frame:hover img {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.sw-gallery {
  margin-bottom: 15px;
}
.sw-gallery .gall-frame {
  position: relative;
  width: 100%;
  height: 200px;
  padding: 0;
  margin: 0;
  background: #000;
  overflow: hidden;
  z-index: 5;
}
.sw-gallery .gall-frame img {
  width: 100%;
  z-index: 5;
}
.sw-gallery .gall-frame.noimg {
  background: #eee;
  color: #535353;
}
.sw-gallery .gall-tit {
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: -50px 0 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  z-index: 8;
}
.sw-gallery.gall-tit .gall-tit {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 0;
  background: none;
  border: none;
  color: #535353;
  text-align: center;
  z-index: 8;
}
.sw-gallery.gall-box-tit .gall-tit {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 0;
  border: none;
  text-align: center;
  z-index: 8;
}
/* my info */
.sw-myinfo-row {
  width: 100%;
  height: auto;
  background: #fff;
}
.sw-myinfo-row .my-sum {
  width: 245px;
  padding: 25px 0;
  margin: 0 auto;
}
.sw-myinfo-row .my-sum .my-pic {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background: #d2d2d2;
  overflow: hidden;
}
.sw-myinfo-row .my-sum .my-pic img {
  width: 100%;
}
.sw-myinfo-row .my-sum .my-text {
  display: inline-block;
  width: 125px;
  margin: -85px 0 0 20px;
  vertical-align: middle;
}
.sw-myinfo-row .my-sum .my-text span {
  display: block;
}
.sw-myinfo-row .my-report {
  display: table;
  width: 100%;
  padding: 15px 0;
  border-top: 1px dotted #d2d2d2;
  text-align: center;
  overflow: hidden;
}
.sw-myinfo-row .my-report li {
  display: table-cell;
}
.sw-myinfo-row .my-report .swico {
  display: block;
  margin: 0 auto 4px;
  font-size: 30px;
}
.sw-myinfo-row .my-report .num {
  padding-left: 10px;
}
.sw-myinfo-row .my-report .num a {
  color: #535353;
}
.sw-myinfo-col {
  width: 100%;
  height: auto;
  background: #fff;
  overflow: hidden;
}
.sw-myinfo-col .my-sum {
  float: left;
  display: inline-block;
  width: 50%;
  padding: 50px 0;
  border-right: 1px dotted #d2d2d2;
}
.sw-myinfo-col .my-sum .my-pic {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  margin: 0 auto;
  background: #d2d2d2;
  overflow: hidden;
}
.sw-myinfo-col .my-sum .my-pic img {
  width: 100%;
}
.sw-myinfo-col .my-sum .my-text {
  display: block;
  width: 120px;
  margin: 20px auto 0;
  text-align: center;
  vertical-align: middle;
}
.sw-myinfo-col .my-sum .my-text span {
  display: block;
}
.sw-myinfo-col .my-report {
  display: inline-block;
  width: 50%;
  padding: 0;
  overflow: hidden;
}
.sw-myinfo-col .my-report .report-pack {
  width: 100%;
  padding: 15px 25px;
  border-bottom: 1px solid #d2d2d2;
  vertical-align: middle;
  text-align: left;
}
.sw-myinfo-col .my-report .swico {
  display: inline-block;
  float: left;
  margin: 0 10px 0 0;
  font-size: 20px;
}
.sw-myinfo-col .my-report .num {
  float: right;
}
.sw-myinfo-col .my-report .num a {
  color: #535353;
}
/* quick-ico */
.sw-quick-ico,
.sw-quick-ico-row {
  width: 100%;
  padding: 0;
  font-size: 12px;
}
.sw-quick-ico {
  text-align: left;
  overflow: hidden;
}
.sw-quick-ico .ico-pack-r {
  display: block;
  height: 40px;
  line-height: 40px;
  margin: 5px 0;
}
.sw-quick-ico .ico-pack-r .swico {
  float: left;
  margin-right: 10px;
}
.sw-quick-ico .ico-pack-c {
  display: block;
  line-height: 18px;
  margin: 8px 0;
  text-align: center;
}
.sw-quick-ico .ico-pack-c .swico {
  display: block;
  margin: 0 auto 5px;
  font-size: 20px;
}
.sw-quick-ico .num {
  padding-left: 10px;
}
.sw-quick-ico-row {
  text-align: left;
  overflow: hidden;
}
.sw-quick-ico-row .ico-pack-r {
  width: 100%;
  height: 35px;
  line-height: 35px;
}
.sw-quick-ico-row .swico {
  float: left;
  margin: 6px 8px 0 0;
  font-size: 20px;
}
.sw-quick-ico-row .num {
  float: right;
}
.sw-fcolor .sw-quick-ico a,
.sw-fcolor .sw-quick-ico-row a,
.sw-fcolor.sw-quick-ico a,
.sw-fcolor.sw-quick-ico-row a {
  color: #fff;
}
/* add */
.sw-add {
  width: 100%;
  height: auto;
  padding: 10px;
  background-color: #fff;
  overflow: hidden;
}
.sw-add .sw-addtree {
  float: left;
  display: inline-block;
  width: 50%;
  padding: 15px;
  border: 1px solid #eee;
  background-color: #fff;
}
.sw-add .sw-addview {
  display: inline-block;
  width: 50%;
  padding: 15px;
  background-color: #eee;
}
.sw-add .swico {
  padding: 0 3px;
  font-size: 15px;
  color: #d2d2d2;
}
.sw-add .tree-search {
  width: 100%;
  height: 29px;
}
.sw-add .tree-search input {
  float: left;
  width: 100%;
  height: 28px;
  padding: 0;
  border: none;
  border-bottom: 1px solid #d2d2d2;
}
.sw-add .tree-search .swico {
  float: right;
  margin: -22px 5px 0 0;
}
.sw-add .sw-addtree .tree-tit {
  height: 20px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
}
.sw-add .sw-addtree .tree-tit li {
  float: right;
  margin-left: 5px;
}
.sw-add .sw-addtree .tree-tit li:first-child {
  float: left;
  margin-left: 0;
}
.sw-add .sw-addtree .tree-view {
  border: 1px solid #d2d2d2;
}
.sw-add .sw-addtree .tree-view .tree-edit {
  width: 100%;
  height: 392px;
  padding: 12px;
}
.sw-add .sw-addview .view-area {
  height: 406px;
  background-color: #fff;
  border: 1px solid #d2d2d2;
}
.sw-add .sw-addview .form-area {
  height: 273px;
  background-color: #fff;
  border: 1px solid #d2d2d2;
}
.sw-add .sw-addview .view-area .btn-mini {
  margin-left: 5px;
}
.sw-add .sw-addview .man-list .list-up {
  height: 378px;
}
.sw-add .sw-addview .man-list .list-up .list-data {
  padding: 10px;
  border-bottom: 1px solid #d2d2d2;
  font-size: 12px;
}
.sw-add .sw-addview .man-list input {
  background-color: #fff;
  padding: 0;
}
.sw-add .sw-addview .man-list .ico-my {
  display: inline-block;
  margin-right: 10px;
  cursor: default;
}
.sw-add .sw-addview .man-list .ico-my:hover {
  color: #d2d2d2;
}
.sw-add .sw-addview .man-list .ico-x {
  float: right;
}
.sw-add .sw-addview .man-list .tree-search li {
  padding: 0;
  border-bottom: none;
}
.sw-add .sw-addview .up-view .info-line {
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #d2d2d2;
  padding-top: 0 !important;
}
.sw-add .sw-addview .up-view .info-line:first-child {
  border-top: 0;
}
.sw-add .sw-addview .up-view .info-line .tit {
  font-weight: bold;
}
.sw-add .sw-addview .up-view .info-line .info {
  text-align: left !important;
}
.sw-add .sw-addview .up-view .info-line .info::before {
  padding-left: 5px;
  content: ': ';
}
.sw-add .sw-addview .up-edit .info-line .info .select2 {
  text-align: left;
}
.sw-add .sw-addview .up-edit .info-slider {
  width: 100%;
  height: 20px;
  line-height: 25px;
  padding: 10px 10px 0 0;
  margin-bottom: -5px;
  text-align: right;
}
.sw-add .sw-addview .up-edit .info-slider input {
  opacity: 0;
}
.sw-add .sw-addview .up-edit .info-none {
  height: 25px;
}
.sw-add .sw-addview .up-option {
  padding: 15px;
  text-align: right;
  border-bottom: 1px solid #d2d2d2;
}
.sw-add .sw-addview .info-line {
  width: 100%;
  height: 50px;
  line-height: 45px;
  padding: 15px;
}
.sw-add .sw-addview .info-title {
  width: 100%;
  height: 35px;
  line-height: 20px;
  padding: 10px 15px 0;
}
.sw-add .sw-addview .info-title:first-child {
  margin-top: 10px;
}
.sw-add .sw-addview .info-line .tit,
.sw-add .sw-addview .info-title .tit {
  width: 30%;
}
.sw-add .sw-addview .info-line .info,
.sw-add .sw-addview .info-title .info {
  float: right;
  width: 70%;
  text-align: right;
}
.sw-add .sw-addview .info-line .info input:not(.select2-search__field) {
  width: 85%;
  height: 32px;
  margin-left: 10px;
  background-color: #fff;
}
.sw-add .sw-addview .info-data {
  width: 100%;
  padding: 0 15px;
}
.sw-add .sw-addview .info-data input {
  width: 100%;
  height: 32px;
}
.sw-add .sw-addview .info-data textarea {
  width: 100%;
  height: 50px;
}
.sw-add .sw-addview .power-list {
  height: 230px;
  margin: 10px;
  background-color: #fff;
  border: 1px solid #d2d2d2;
}
.sw-add .sw-addview .power-list .list-line {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #d2d2d2;
}
.sw-add .sw-addview .power-list div {
  display: inline-block;
}
.sw-add .sw-addview .power-list .swico {
  float: right;
}
.sw-add .sw-addview .power-list .sw-toggle {
  float: right;
  width: 90px;
  margin: -5px 10px 0 0;
}
.sw-add .sw-addview .up-edit .power-list .sw-toggle span {
  cursor: pointer;
}
.sw-add .sw-addview .up-edit .power-list .sw-toggle.nolink span {
  cursor: default;
}
.sw-add .sw-addview .sw-btn {
  margin-top: 14px;
}
.sw-add .sw-addview .sw-btn li {
  height: 40px;
  line-height: 40px;
}
/* address */
.sw-address {
  width: 100%;
  height: auto;
  border: 1px solid #eee;
  background-color: #fff;
  overflow: hidden;
}
.sw-address .sw-addtree {
  display: inline-block;
  padding: 15px;
}
.sw-address .sw-addview {
  padding: 15px;
  background-color: #eee;
}
.sw-address .swico {
  padding: 0 3px;
  font-size: 15px;
  color: #d2d2d2;
}
.sw-address .sw-nav {
  width: 100%;
  padding: 7px 5px 4px;
  margin-top: 5px;
  border: 1px solid #d2d2d2;
  background: #fff;
}
.sw-address .sw-nav .pagination li {
  font-size: 12px;
}
.sw-address .tree-search {
  display: block;
  width: 100%;
  height: 29px;
}
.sw-address .tree-search input {
  float: left;
  width: 100%;
  height: 28px;
  padding: 0 5px;
  border: none;
  border: 1px solid #d2d2d2;
  margin-bottom: 5px;
}
.sw-address .tree-search .swico {
  float: right;
  margin: -22px 5px 0 0;
}
.sw-address .sw-addtree .tree-view {
  height: 600px;
  padding: 10px;
  border: 1px solid #d2d2d2;
  overflow: auto;
}
.sw-address .sw-addview .view-area {
  position: relative;
  width: 100%;
  height: 600px;
  padding: 10px;
  margin: 0;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  overflow: auto;
}
.sw-address .sw-addview .info-line {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0;
}
.sw-address .sw-addview .info-line .tit {
  width: 20%;
  padding: 0;
  font-weight: bold;
}
.sw-address .sw-addview .info-line .info {
  position: absolute;
  right: 0;
  width: 90%;
  padding: 0;
  text-align: right;
}
.sw-address .sw-addview .info-line .info input:not(.select2-search__field) {
  width: 85%;
  height: 32px;
  margin-left: 10px;
  background-color: #fff;
}
.sw-address .sw-addview .power-list {
  width: 100%;
  height: 448px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  overflow-y: auto;
}
/*20171110*/
.sw-address .sw-addview .power-list .list-line {
  float: left;
  display: inline-block;
  width: 49.5%;
  padding: 12px 10px 8px;
  margin: 5px 5px 0 0;
  border: 1px solid #d2d2d2;
}
/*20171110*/
.sw-address .sw-addview .power-list .list-line:nth-child(odd) {
  float: right;
  margin: 5px 0 0;
}
.sw-address .sw-addview .power-list .list-line div {
  display: inline-block;
}
.sw-address .sw-addview .power-list .swico {
  float: right;
}
.sw-address .sw-addview .power-list .sw-toggle {
  float: right;
  width: 90px;
  margin: -5px 10px 0 0;
}
.sw-address .sw-addview .sw-btn li {
  height: 40px;
  line-height: 40px;
}
.sw-address .sw-addview #mCSB_2_container {
  height: 100%;
}
.sw-address .sw-table-bdno td,
.sw-address .sw-table-bdno th {
  padding: 5px 0 !important;
}
.sw-address .sw-table-bdno td,
.sw-addtree .sw-table-bdno th {
  padding: 5px !important;
}
/* cal-table */
.sw-cal-table table {
  width: 100%;
}
.sw-cal-table .month {
  padding: 20px 10px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.sw-cal-table .month .swico {
  font-size: 15px;
}
.sw-cal-table .month .year-month {
  margin: 0 40px;
}
.sw-cal-table table tr th {
  text-align: center;
  padding: 7px;
  border-bottom: 2px solid #000;
  font-size: 12px;
}
.sw-cal-table table tr td {
  text-align: center;
  padding: 5px;
  border-bottom: 1px solid #d2d2d2;
  font-size: 12px;
}
.sw-cal-table table tr td.today {
  background: #eee;
  font-weight: bold;
}
.sw-cal-table table tr td.other {
  color: #d2d2d2;
}
.sw-cal-table table tr td .swico {
  float: right;
  font-size: 13px;
  margin: -15px -5px 0 0;
}
.sw-cal-table table tr:last-child td {
  border-bottom: none;
}
.sw-cal-table table tr .holiday {
  color: #ff0000;
}
/* sw-index */
.sw-index-wrap {
  position: absolute;
  right: 10px;
  margin-top: 10px;
}
.sw-index {
  display: table;
  width: 100%;
}
.sw-index li {
  display: table-cell;
  padding: 0 2px;
  font-size: 12px;
  text-align: center;
  border-left: 1px solid #e1e1e1;
  cursor: pointer;
}
.sw-index li:last-child {
  border-right: 1px solid #e1e1e1;
}
.sw-index li:hover {
  font-weight: bold;
}
.sw-index li.on {
  font-weight: bold;
}
/* sw-nav */
.sw-nav {
  padding: 20px 10px;
  text-align: center;
}
.sw-nav .pagination > li > a,
.sw-nav .pagination > li > span {
  border-width: 0;
}
.sw-nav .total-count {
  float: left;
  margin: 0 10px;
  line-height: 40px;
  display: inline-block;
}
.sw-nav .pagination .first_page a:before,
.sw-nav .pagination .last_page a:before,
.sw-nav .pagination .next_page a:before,
.sw-nav .pagination .prev_page a:before {
  font-family: 'sw-ico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 12px;
  text-align: center;
  text-transform: none;
  vertical-align: middle;
  color: #a1a1a1;
}
.sw-nav .pagination .first_page a:before {
  content: "\e966";
}
.sw-nav .pagination .prev_page a:before {
  content: "\e969";
}
.sw-nav .pagination .next_page a:before {
  content: "\e968";
}
.sw-nav .pagination .last_page a:before {
  content: "\e967";
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 1;
}
/* sw-search-tab */
.sw-search-tab .tab-tit li {
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #ddd;
}
.sw-search-tab .tab-tit li:first-child {
  border-left: 1px solid #ddd;
}
.sw-search-tab .tab-tit li:last-child {
  border-right: 1px solid #ddd;
}
.sw-search-tab .tab-con {
  padding: 5px;
  margin-top: -1px;
  border: 1px solid #ddd;
}
.sw-search-tab table {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
/* qna-navi */
.sw-qna-navi .survey {
  width: 100%;
  overflow: hidden;
}
.sw-qna-navi .survey .tit {
  position: relative;
  height: 35px;
  line-height: 35px;
  padding: 0 8px;
  background: #f6f6f6;
  border: 1px solid #ddd;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-weight: bold;
}
.sw-qna-navi .survey .tit .swico {
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 18px;
}
.sw-qna-navi .survey .option-wrap {
  border-width: 1px;
  border-style: solid;
}
.sw-qna-navi .survey .option {
  height: 35px;
  padding: 8px 20px;
  border-bottom: none !important;
}
.sw-qna-navi .survey .option li {
  display: inline-block;
}
.sw-qna-navi .survey .option li:first-child {
  margin-right: 5px;
}
.sw-qna-navi .survey .option li:last-child {
  float: right;
}
.sw-qna-navi .survey .option li .swico {
  font-size: 20px;
}
.sw-qna-navi .question {
  overflow: hidden;
}
.sw-qna-navi .question .list {
  border-width: 1px;
  border-style: solid;
  border-top: none !important;
  padding: 5px 5px 0;
}
.sw-qna-navi .question .list li {
  display: inline-block;
  min-width: 30px;
  padding: 5px;
  margin-bottom: 5px;
  color: #fff;
  text-align: center;
}
.sw-qna-navi .question .list.blank li {
  width: 100%;
  border-width: 1px;
  border-style: dotted;
  background: #fff;
}
/* sitemap-layer */
.sw-map {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 15px;
  border-width: 4px;
  border-style: solid;
  background: #fff;
}
.sw-map .list {
  height: 100%;
  padding: 25px 25px 0;
  border: 1px solid #d7d7d7;
}
.sw-map .list .menu-group {
  padding: 0;
  margin-bottom: 35px;
}
.sw-map .list .menu-group ul {
  display: none;
}
.sw-map .list .menu-group > li {
  padding-left: 15px;
  font-size: 14px;
}
.sw-map .list .menu-group > li:nth-child(1) {
  margin-top: 0;
}
.sw-map .list .menu-group > li:nth-child(2) {
  margin-top: 10px;
}
/* 
.sw-map .list .menu-group li ul li:before {
  font-family: 'sw-ico' !important;
  vertical-align: middle;
  margin-left: 2px;
  margin-right: 5px;
  font-size: 14px;
  content: "\e985";
} 
.sw-map .list .menu-group li ul li ul li:before {
  content: "\e986";
}
.sw-map .list .menu-group li ul li ul li ul li:before {
  content: "\e987";
}
.sw-map .list .menu-group li ul li ul li ul li ul li:before {
  content: "\e988";
}
.sw-map .list .menu-group li ul li ul li ul li ul li ul li:before {
  content: "\e989";
}
.sw-map .list .menu-group li ul li ul li ul li ul li ul li ul li:before {
  content: "\e98a";
} 
*/

.sw-map .list .menu-group li ul li {
	vertical-align: middle;
}
.sw-map .list .menu-group li ul li ul li {
	margin-left: 8px;
	color:#8290af;
}
.sw-map .list .menu-group li ul li ul li ul li {
	margin-left: 12px;
}
.sw-map .list .menu-group li ul li ul li ul li ul li {
	margin-left: 16px;
}
.sw-map .list .menu-group li ul li ul li ul li ul li ul li {
	margin-left: 20px;
}
.sw-map .list .menu-group li ul li ul li ul li ul li ul li ul li {
	margin-left: 24px;
}

.sw-map .list .top-menu {
  margin-left: -15px;
  font-size: 16px !important;
  line-height: 18px;
  font-weight: bold;
}
.sw-map .list .top-menu .swico {
  font-size: 16px;
  margin-right: 0 !important;
}
.sw-map .list ul li .swico {
  font-size: 11px;
  margin-right: 10px;
}
.sw-map .list ul li {
  line-height: 24px;
}
.sw-map .list ul li:first-child {
  margin-top: 5px;
}
.sw-map .list ul li:last-child {
  margin-bottom: 5px;
}
.sw-map .list .ico-minus-thin,
.sw-map .list .ico-plus-thin {
  padding-left: 5px;
  font-size: 11px;
}
.sw-map .search {
  height: 100%;
  padding: 0 0 0 15px;
}
.sw-map .search .sw-input-l input {
  height: 55px;
  padding-right: 42px;
  line-height: 55px;
}
.sw-map .search .sw-input-l i {
  margin: -40px 10px 0 0;
  font-size: 28px;
}
.sw-map .map-close {
  position: absolute;
  width: 35px;
  height: 40px;
  line-height: 38px;
  right: -39px;
  top: 50%;
  margin-top: -18px;
  text-align: center;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
}
.sw-map .map-close i {
  font-size: 14px;
  color: #fff;
  margin-left: -4px;
}
.sw-map .search .tit {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}
.sw-map .search .hot-menu:before {
  clear: both;
}
.sw-map .search .hot-menu {
  display: inline-block;
  padding: 0 2px;
  margin-top: 30px;
}
.sw-map .search .hot-menu span {
  color: #aaa;
  padding-right: 20px;
}
.sw-map .search .result {
  padding: 0 2px;
  margin-top: 50px;
}
.sw-map .search .result span {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #d7d7d7;
  color: #aaa;
}
/* btn setting */
.btn-tools {
  border: none;
  background: none;
}
.btn-tools i {
  font-size: 21px;
  color: #6b6b6b;
}
.btn-tools:focus i,
.btn-tools:hover i {
  color: #535353;
}
.btn-share {
  padding: 0 9px;
}
.btn-share i {
  font-size: 19px;
  vertical-align: middle;
}
.ico-btns {
  background: url("../../images/common/ico_btns.png") 0 0 no-repeat;
}
.btn-share .ico-btns.ico-share {
  background-position: 0 4px;
}
.btn-share .ico-share {
  display: block;
  width: 27px;
  height: 32px;
}
/* 일정 상세등록에 참석자 리스트 디자인 변경 */
.area-layer-related {
	border: 1px solid #b3b3b3;
	padding: 2px 0;
	margin: 5px 0;
}
.area-layer-related .sw-box-item {
	border: 0; background-color:#f1f1f1;
}
.area-layer-related > div, .area-layer-related .mCSB_container > div { margin: 1px 0; padding: 0 5px 0 1px; }

