@charset "utf-8";
/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style: decimal;
  margin-left: 30px;
}
body.admin {
  background-color: whitesmoke;
}
body {
  background: #fff;
  color: #444444;
  line-height: 26px;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  height: 100%;
  overflow: auto;
}
* {
  box-sizing: border-box !important;
}
a {
  color: #64b5f4;
  text-decoration: none !important;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}
a:hover {
  text-decoration: none;
  color: rgb(0, 185, 245);
}
a:visited {
  color: #64b5f4;
}
img {
  border: 0px;
}
*:focus {
  outline: none;
}
ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
html {
  font-size: 100%;
  height: 100%;
  overflow: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0;
}
.container {
  width: 96%;
  max-width: 1260px;
}
/*style*/
.mb20 {
  margin-bottom: 20px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.bg-gradient {
  background: #14263c;
  background: -moz-linear-gradient(-45deg, #14263c 0%, #294e7c 100%);
  background: -webkit-linear-gradient(-45deg, #14263c 0%, #294e7c 100%);
  background: linear-gradient(135deg, #14263c 0%, #294e7c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#14263c", endColorstr="#294e7c", GradientType=1);
}
.loginPage {
  position: relative;
  min-height: 100%;
  display: table;
  width: 100%;
}
.loginPage a {
  display: inline-block;
}
.loginPanel {
  width: 96%;
  position: relative;
  display: block;
  margin: 0 auto;
  padding-top: 110px;
  padding-bottom: 50px;
}
.loginPanel .wrapper {
  width: 96%;
  max-width: 430px;
  margin: 0 auto;
}
h1.title {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.loginPanel .title {
  margin-bottom: 100px;
}
.subTitle {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
}
hr.border {
  width: 100%;
  margin: 5px auto 20px auto;
  height: 1px;
  background-color: #fff;
  border: none;
}
.loginPanel .input-field {
  margin-bottom: 30px;
  position: relative;
  margin-top: 0;
}
.loginPanel .input-field input,
.loginPanel .input-field textarea {
  line-height: 30px;
  padding: 15px;
  border-radius: 3px;
  background-color: transparent;
  border: 1px solid #445c79 !important;
  box-shadow: none !important;
  height: inherit;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 500;
  margin-bottom: 0;
  resize: none;
}
.loginPanel .input-field textarea {
  min-height: 120px;
}
.loginPanel .input-field input:focus,
.loginPanel .input-field textarea:focus {
  border: 1px solid #6e89ab !important;
  color: #fff;
}
.loginPanel hr {
  background-color: #909ba8;
}
span.error {
  display: none;
  color: #fa4a7c;
  font-size: 10px;
  position: absolute;
  width: 100%;
  padding-left: 20px;
  line-height: 12px;
  bottom: -15px;
}
.input-field.validation_error input,
.validation_error.input-field textarea {
  border-color: #fa4a7c !important;
}
.validation_error {
  position: relative;
}
.validation_error span.error {
  display: block;
}
.loginPanel .checkbox label {
  color: rgba(255, 255, 255, 0.25);
  height: inherit;
  line-height: 16px;
  font-size: 12px;
  padding-left: 24px;
}
.loginPanel [type='checkbox'].filled-in + label:after {
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #445c79;
  background-color: transparent;
  z-index: 0;
}
.loginPanel [type='checkbox'].filled-in:checked + label:before {
  left: 2px;
  width: 5px;
  height: 9px;
}
.loginPanel [type='checkbox'].filled-in:not(:checked) + label:before {
  left: 4px;
  top: 4px;
}
.loginPanel .quickLink {
  font-size: 12px;
  color: #64b5f4;
}
.loginPanel .quickLink:hover {
  opacity: 0.7;
}
.loginPanel .btn {
  padding: 15px 20px;
  line-height: 30px;
  display: block;
  margin-top: 55px;
  background-color: #64b5f4;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  height: inherit;
  margin-bottom: 20px;
  box-shadow: 0px 8px 18px 0px rgba(12, 31, 54, 0.31);
}
.loginPanel .btn:hover {
  background-color: #449ce3;
}
.font12 {
  font-size: 12px;
  line-height: 14px;
}
.font14 {
  font-size: 14px;
  line-height: 16px;
}
.font-reg {
  font-weight: 400;
}
.password-condition {
  display: block;
  position: absolute;
  left: 102%;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  top: 0;
  width: 100%;
  line-height: 18px;
  padding-left: 10px;
}
.required-field:before {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: -20px;
  background-color: #fa4a7c;
  border-radius: 50%;
  transform: translateY(-50%);
  line-height: 60px;
  top: 50%;
}
.popup {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0px 8px 18px 0px rgba(12, 31, 54, 0.31);
  padding: 60px;
  text-align: center;
  width: 100%;
  max-width: 96%;
  position: relative;
}
.popup.popup-sm {
  max-width: 590px;
  width: 96%;
  margin: 0 auto;
}
.popup h3 {
  font-size: 24px;
  color: #64b5f4;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}
.popup p {
  margin-top: 10px;
  font-size: 14px;
  color: #14263c;
}
.popup p.message {
  margin-top: 35px;
  font-weight: 500;
}
.popup.popup-error {
  background-color: #fa4a7c;
}
.popup.popup-error .message {
  color: #fff;
}
.closeBtn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 18px;
  color: #14263c;
}
.mt0 {
  margin-top: 0 !important;
}
.mt20 {
  margin-top: 20px !important;
}
.btn-bordered {
  background-color: transparent !important;
  border: 2px solid #445c79;
  box-shadow: none !important;
  width: 96%;
}
.btn-bordered:hover {
  border-color: transparent !important;
}
.popup-outer .btn-bordered {
  max-width: 430px;
  text-transform: none;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 0;
}
/*
menu {
  min-height: 80px;
  background-color: #14263c;
  display: block;
  width: 100%;
  padding: 15px 15px;
  box-shadow: 0px 2px 16px 0px rgba(26, 33, 37, 0.41);
  position: static;
  top: 0;
  z-index: 1010;
}
menu .brand-logo {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  padding: 15px 0px;
  float: left;
}
menu .brand-logo:hover {
  opacity: 0.7;
}
menu .brand-beta {
  font-weight: 500;
  font-size: 11px;
  color: #AED6F1;
}
menu li.dropdown {
  line-height: 50px;
  position: relative;
  min-height: 50px;
}
menu li.dropdown > a {
  display: block;
  line-height: 45px;
  color: #fff;
  padding: 0px 10px;
}
menu li.dropdown > a img {
  margin-bottom: -4px;
}
.userProfile {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background-color: #1d2f44;
  border: 2px solid #2d3d51;
  border-radius: 50%;
  margin-right: 12px;
  text-align: center;
  overflow: hidden;
  line-height: 40px;
}
.userProfile img {
  width: auto;
  max-width: 100% !important;
  margin-bottom: 0 !important;
  min-height: 40px;
}
.rightMenu {
  float: right;
}
.rightMenu > ul > li {
  float: left;
}
.dropdown-body {
  position: absolute;
  top: 60px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0px 7px 21px 0px rgba(153, 153, 153, 0.35);
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  z-index: 99;
}
.dropdown:hover > .dropdown-body {
  top: 50px;
  visibility: visible;
  opacity: 1;
}
menu .dropdown-body {
  min-width: 190px;
}
.dropdown-body li {
  float: none;
  display: block;
}
.dropdown-body li a {
  float: none;
  display: block;
  line-height: 20px;
  padding: 10px 10px;
  border-bottom: 1px solid #e2e2e2;
  color: #484848;
  font-size: 12px;
}
.dropdown-body li a:hover {
  box-shadow: inset 3px 0px 0px 0 #14263c;
}
.dropdown-body li:last-child a {
  border-bottom: none;
}
.dropdown-body li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 16px;
}
.dropdown-body span small {
  display: block;
  font-size: 11px;
  color: #a0a0a0;
}
.dropdown-body .userProfile {
  background-color: #fff;
  border-color: #d2d2d2;
  line-height: 40px;
}
*/
.ptb15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.red-text {
  color: #fa4a7c !important;
}
.unread > a:after {
  display: block;
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #fa4abe;
  top: 16px;
  position: absolute;
  right: 8px;
}
section.container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 15px;
  /* padding: 15px !important; */
  background-color: #f5f5f5;
}
.builderTopMenu {
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 5px;
  /* display: flex; */
}
.builderTopMenu2 {
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.builderTopMenu h2,
.builderTopMenu2 h2 {
  color: #3c3c3c;
  font-weight: 500;
  font-size: 20px;
  margin: 0;
  line-height: 30px;
  float: left;
  margin-top: 16px;
  /* flex: 1; */
  width: calc(100% - 275px);
}
.iconMenu li {
  float: left;
}
.iconMenu li a {
  display: block;
  padding: 0px 15px 5px 15px;
  line-height: 30px;
  font-size: 20px;
  color: #7c7c7c;
  text-align: center;
}
.iconMenu li a:hover {
  opacity: 0.7;
}
.iconMenu li a span {
  display: block;
  line-height: 12px;
  font-size: 12px;
  color: #7c7c7c;
}
.cardMessage {
  padding: 5px 10px;
  line-height: 35px;
  border-radius: 3px;
  display: block;
  clear: both;
  margin: 5px 0;
  background-color: #ebebeb;
  color: #3c3c3c;
  box-shadow: 0px 1px 1px 0px rgba(182, 182, 182, 0.46);
}
.cardMessage span {
  line-height: 35px;
}
.editorBody {
  margin-top: 5px;
  background-color: #fff;
  padding: 25px 25px 100px 25px;
  box-shadow: 0px 2px 5px 0px rgba(113, 127, 135, 0.21);
  position: relative;
  min-height: 600px; /* 데스크톱에서 editorBody 높이를 두 배로 늘림 */
}
@media only screen and (max-width: 600px) {
  .builderTopMenu h2,
  .builderTopMenu2 h2 {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .container {
    width: 100%;
  }
  .editorBody {
    padding: 20px;
    min-height: auto; /* 모바일에서는 기존 높이 유지 */
  }
  .headerUserName {
    display: none;
  }
}
.editorBody .container {
  position: relative;
}
.cardMessage.info {
  background-color: #9fd7f8;
  box-shadow: 0px 1px 1px 0px rgba(53, 130, 176, 0.46);
  color: #ffffff;
}
.btn.custom_btn,
.cardMessage .btn {
  line-height: 19px;
  padding: 8px 10px;
  border-radius: 3px;
  font-size: 12px;
  text-transform: none;
  min-width: 155px;
  color: #fff;
  box-shadow: none;
  border: none;
}
.custom_btn:after {
  clear: both;
  content: '';
  display: block;
}
.custom_btn i {
  vertical-align: middle;
  line-height: 19px;
  float: left;
}
.btn-grey {
  background-color: #797979 !important;
}
.btn-grey:hover {
  background-color: #535353 !important;
}
.btn-info {
  background-color: #64b5f4;
}
.btn-info:hover {
  background-color: #3f96d9;
}
.info-text {
  color: #64b5f4;
}
.danger-text {
  color: #fa4a7c;
}
.btn-danger {
  background-color: #fa4a7c;
}
.btn-danger:hover {
  background-color: #cb1b4d;
}
.cardMessage strong {
  color: #868686;
}
/*editorBody layout*/

.editorBody .mobTitle {
  font-size: 20px;
  padding: 15px 0;
}
.editorBody .buildingArea {
  width: 100%;
  max-width: 435px;
}
.editorBody .mobSubHeader {
  padding: 30px;
}
.editorBody .mobSubHeader .header-title {
  font-size: 26px;
  line-height: 1.4;
}
.editorBody .mobSubHeader .header-desc {
  font-size: 18px;
  margin-top: 10px;
  line-height: 1.4;
}
.editorBody .GuidebookTileMenu ul li span {
  font-size: 10px;
  margin-top: 00px;
}
.editorBody .GuidebookTileMenu ul li {
  min-height: 135px;
  /* padding: 12px 12px; */
  padding: 11px;
  position: relative;
}
.editorBody .GuidebookTileMenu ul li.active {
  outline: 1px solid #64b5f4;
  outline-offset: -1px;
  position: relative;
}
.editorBody .popup .GuidebookTileMenu ul li {
  min-height: 120px;
  /* padding: 8px 8px; */
  padding: 6px;
  position: relative;
}
.editorBody .mobileBody_detail h1 {
  font-size: 22px;
  line-height: 25px;
  padding: 25px;
}
.editorBody .GuidebookTileMenu ul li a img {
  max-width: 63px;
}
.editorBody .popup .GuidebookTileMenu ul li a {
  border: 1px solid #fff !important;
}

.editorBody .mobileBody {
  padding: 12px;
}
.editorBody .GuidebookTileMenu ul li a {
  padding-top: 7px;
}
.editorBody .mobileFooter {
  padding: 15px 10px;
}
.editorBody .mobileFooter .footer-title {
  font-size: 16px;
  line-height: 1.4;
}
.editorBody .mobileFooter .footer-desc {
  font-size: 12px;
  margin-top: 5px;
  opacity: 0.5;
  line-height: 1.4;
}
.editorBody .mobileBody_detail .desc {
  /* padding: 25px; */
  padding: 15px 25px;
}
.editorBody .mobileBody_detail .desc h2 {
  font-size: 18px;
  line-height: 25px;
}
.editorBody .mobileBody_detail .desc p {
  margin-top: 5px;
  font-size: 15px;
  line-height: 23px;
}
.editorBody .itemDetail table td {
  line-height: 22px;
  font-size: 16px;
}
.editorBody .itemDetail table td strong {
  font-size: 14px;
}
.editorBody .itemDetail {
  margin-bottom: 20px;
  margin-top: 20px;
}
.editorBody .type1_preparations {
  padding: 20px;
}
/*
.editorBody .type1_preparations h4 {
  font-size: 14px;
  line-height: 20px;
  margin: 5px 0;
}
.editorBody .type1_preparations p {
  font-size: 12px;
  line-height: 21px;
  margin-left: 100px;
}
*/
.editorBody .type1_preparations li {
  padding: 15px;
  padding-left: 110px;
  -webkit-background-size: 80px;
  background-size: 80px;
  min-height: 100px;
  background-position: 10px center;
}
.editorBody .layoutv2 .desc table thead th {
  line-height: 20px;
  padding: 15px;
  font-size: 15px;
}
.editorBody .layoutv2 .desc .tableHeader {
  padding: 15px 15px !important;
  line-height: 20px !important;
  font-size: 16px !important;
}
.editorBody .layoutv2 .desc table tr td {
  padding: 15px 15px;
  line-height: 20px;
  font-size: 14px !important;
}
.editorBody .layoutv2 .desc .btn-large {
  padding: 15px;
  line-height: 20px;
  font-size: 16px;
}
/*END editorBody layout*/
.img-responsive {
  width: 100%;
}
.addNewMenu {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.addNewMenu a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  margin: 0 auto;
  box-shadow: 0px 8px 21px 0px rgba(125, 125, 125, 0.2);
  padding: 0 !important;
  opacity: 0.7;
}
.addNewMenu a:hover {
  opacity: 1;
}
.addNewMenu a i {
  color: #2ab981;
  font-size: 40px;
  vertical-align: middle;
}
.addIcon {
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url(../images/plus-circle.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  right: -70px;
  color: #e4e4e4;
  top: 170px;
}
.addIcon:hover {
  transform: rotate(90deg);
}
.opacity7 {
  opacity: 0.7;
}
.font14 {
  font-size: 14px !important;
}
.leftMenu {
  float: left;
  margin-left: 75px;
}
.leftMenu li {
  float: left;
}
.leftMenu li a {
  display: block;
  font-size: 14px;
  color: #fff;
  padding: 10px 25px;
  line-height: 30px;
}
.leftMenu li a.active,
.leftMenu li a:hover {
  opacity: 0.7;
}
.Rectangle_1 {
  background-color: rgb(20, 38, 60);
  box-shadow: 0px 2px 16px 0px rgba(26, 33, 37, 0.41);
  position: absolute;
  left: 46px;
  top: 156px;
  width: 1366px;
  height: 80px;
  z-index: 50;
}
body.admin {
  padding-top: 80px;
}
section.container .content {
  width: 100%;
  background-color: #fdfdfd;
  margin-top: 15px;
  padding: 50px 100px;
  box-shadow: 0px 2px 5px 0px rgba(113, 127, 135, 0.21);
  position: relative;
}
.cardBlock {
  margin-bottom: 30px;
}
.cardBlock h2.pageTitle {
  color: #3c3c3c;
  font-weight: 500;
  font-size: 20px;
  margin: 0;
  line-height: 30px;
  float: left;
  margin-top: 16px;
}
.cardBlock hr {
  background-color: #e2e2e2;
}
.cardBlock .card {
  padding: 50px 25px;
  box-shadow: 0px 3px 21px 0px rgba(210, 216, 211, 0.44);
}
.cardBlock .card table strong {
  color: #5a5a5a;
  font-size: 18px;
  text-transform: uppercase;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
}
.cardBlock .card table .count {
  font-size: 63px;
  line-height: 65px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid #ebebeb;
}
.cardBlock .card table .title {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  color: #a8a8a8;
}
footer p {
  font-size: 12px;
  color: #9e9e9e;
}
.blue-text {
  color: #64b5f4 !important;
}
.green-text {
  color: #28b880 !important;
}
.blue-btn.btn-bordered {
  border: 2px solid #64b5f4 !important;
  color: #64b5f4;
  font-size: 14px;
  padding: 5px 15px;
  line-height: 26px;
  min-height: 40px;
  width: auto;
  min-width: 140px;
}
.blue-btn.btn-bordered:hover {
  color: #0e87e4 !important;
  border: 2px solid #0e87e4 !important;
}
.green.blue-btn.btn-bordered {
  border: 2px solid #18ae73 !important;
  color: #18ae73;
}
.green.blue-btn.btn-bordered:hover {
  /* color: #057348 !important; */
  color: #fff !important;
  border: 2px solid #057348 !important;
  background: #057348 !important;
}
.red.blue-btn.btn-bordered {
  border: 2px solid #fa4a7c !important;
  color: #fa4a7c;
}
.red.blue-btn.btn-bordered:hover {
  color: white !important;
  background: #fa4a7c !important;
  border: 2px solid #fa4a7c !important;
}
.grey.blue-btn.btn-bordered {
  border: 2px solid #6b6b6b !important;
  color: #6b6b6b;
}
.grey.blue-btn.btn-bordered:hover {
  color: white !important;
  background: #6b6b6b !important;
  border: 2px solid #6b6b6b !important;
}
.border-none {
  border: none !important;
}
#menuIcon {
  width: 35px;
  height: 35px;
  display: none;
  float: right;
  margin: 0 !important;
}
#menuIcon {
  transform: scale(0.7) !important;
  width: 40px;
  height: 34px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  margin-top: 6px !important;
  margin-right: 0px !important;
}
#menuIcon span {
  position: absolute;
  height: 5px;
  width: 100%;
  background: #8a939e;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#menuIcon span:nth-child(1) {
  top: 0px;
}
#menuIcon span:nth-child(2),
#menuIcon span:nth-child(3) {
  top: 13px;
}
#menuIcon span:nth-child(4) {
  top: 26px;
}
#menuIcon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#menuIcon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menuIcon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#menuIcon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.adminTable table thead {
  background-color: #e8e8e8;
  padding: 10px;
  border: none;
}
.adminTable table thead th {
  color: #959595;
  height: 55px;
  vertical-align: middle;
  padding-right: 0;
  font-size: 14px;
}
.adminTable table thead th span {
  display: block;
  line-height: 35px;
  border-right: 1px solid #d1d1d1;
  padding: 10px;
}
.adminTable table thead th:last-child span {
  border: none;
}
.adminTable table tbody tr {
  border-bottom: 1px solid #e9e9e9;
}
.adminTable table tbody tr td {
  line-height: 30px;
  padding: 10px;
  border-right: 1px solid #e9e9e9;
  font-weight: 500;
  font-size: 14px;
}
.adminTable table tbody tr td:last-child {
  border: none;
}
.adminTable .pagination {
  border: 2px solid #e8e8e8;
  border-radius: 3px;
  display: inline-block;
  margin-top: 80px;
}
.adminTable .pagination li {
  float: left;
  border-radius: 0;
}
.adminTable .pagination li a {
  font-size: 14px;
  border-right: 2px solid #e8e8e8;
  border-radius: 0;
}
.adminTable .pagination li:last-child a {
  border-right: none;
}
.adminTable .pagination li a i {
  font-size: 14px;
}
.adminTable .pagination li.active,
.adminTable .pagination li:hover {
  background-color: #a7a7a7;
  color: #fff !important;
}
.adminTable .pagination li:hover a {
  color: #fff;
}
.adminTable table tbody tr td a i {
  color: #959595;
  font-size: 20px;
}
.adminTable .barcodeImg {
  margin-bottom: -7px;
}
.searchBar {
  float: right;
  width: 100%;
  max-width: 500px;
}
.searchBar .input-field input {
  height: inherit !important;
  margin: 0;
  min-height: inherit;
  box-shadow: none !important;
  border: 1px solid #ddd !important;
  padding: 5px 10px !important;
  border-radius: 2px;
  line-height: 25px;
  margin-bottom: 15px;
}
.searchBar .input-field i {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 35px;
  width: 35px;
  text-align: center;
  color: #9d9d9d;
}
.yellow-text {
  color: #ffa405 !important;
}
.tableFilder select {
  /* display: inline-block; */
  display: none;
  width: auto;
  min-width: 150px;
  border: 1px solid #c5c3c3;
  border-radius: 2px;
  color: #252525;
  height: 35px;
}
.tableFilder .input-field .prefix {
  display: none;
}
.tableFilder .input-field li span {
  color: black;
  font-size: 14px;
}
.select-wrapper span.caret {
  right: 10px;
}
.tableFilder .prefix ~ .select-wrapper {
  margin-left: 0;
}
.cardBlock.paymentBlock .card table strong {
  color: #b4b4b4;
  font-size: 16px;
  text-transform: none;
  margin-right: 0;
  line-height: 17px;
  display: block;
}
.cardBlock.paymentBlock .card table .count {
  border: none;
}
.cardBlock .card table sub {
  font-size: 32px;
  vertical-align: top;
}
.cardBlock.paymentBlock .card table td {
  padding-right: 30px;
}
.adminTable table td,
.adminTable table td a {
  color: #3c3c3c;
}
.adminTable table td a:hover {
  color: rgb(0, 185, 245);
}
.cardBlock.paymentBlock .card table td div {
  border-right: 1px solid #ebebeb;
}
.block {
  display: block;
}
.mt15 {
  margin-top: 15px !important;
}
.userDetail.cardBlock .card table .count {
  border: none;
  margin-right: 0;
  margin-left: 10px;
}
.cardBlock.userDetail .card table td div {
  border-right: 1px solid #ebebeb;
}
.cardBlock.userDetail .card table td:last-child > div {
  border: none;
}
.cardBlock.userDetail .card table td {
  padding-right: 30px;
}
.userInfo {
  margin-top: 40px;
}
.userInfo table td .title {
  display: block;
  font-size: 14px;
  color: #959595;
  margin-bottom: 10px;
  line-height: 15px;
  font-weight: normal;
}
.userInfo table td span.error {
  font-size: 12px;
  padding-left: 0;
  bottom: -20px;
}
.userInfo table td {
  border-bottom: 1px solid #e2e2e2;
  line-height: 30px;
  padding: 10px;
  font-weight: 500;
  padding-top: 30px;
  vertical-align: bottom;
}
.userCompanyInfo {
  padding-top: 50px;
}
.userCompanyInfo .pageTitle {
  margin-bottom: 30px;
}
.userCompanyInfo table td {
  border-bottom: 1px solid #e2e2e2;
  line-height: 30px;
  padding: 10px;
  font-weight: 500;
  padding-top: 30px;
  vertical-align: bottom;
}
.userCompanyInfo table tr td:first-child {
  border-bottom: none;
  color: #959595;
  width: 140px;
  text-align: right;
}
body.userLayout .buildingArea {
  width: 100%;
  max-width: 750px;
}
.editMessage .tableFilder {
  color: #959595;
}
.editMessage .tableFilder .switch {
  margin: 10px 0 25px 0;
}
.editMessage .switch label .lever {
  width: 36px;
  height: 25px;
  background-color: #f4f4f4 !important;
  border: 1px solid #e0e0e0;
}
.editMessage .switch label .lever:before {
  display: none !important;
}
.editMessage .switch label .lever:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  left: -10px;
  background-image: -moz-linear-gradient(68deg, rgb(153, 153, 153) 0%, rgb(171, 171, 171) 100%);
  background-image: -webkit-linear-gradient(68deg, rgb(153, 153, 153) 0%, rgb(171, 171, 171) 100%);
  background-image: -ms-linear-gradient(68deg, rgb(153, 153, 153) 0%, rgb(171, 171, 171) 100%);
  box-shadow: 0px 3px 7px 0px rgba(115, 115, 115, 0.21);
}
.editMessage .switch label input[type='checkbox']:checked + .lever:before,
.editMessage .switch label input[type='checkbox']:checked + .lever:after {
  left: 13px;
}
.editMessage .switch label input[type='checkbox']:checked + .lever:after {
  background: #6d9eeb;
}
.editMessage textarea {
  min-height: 150px;
  resize: none;
  border: 1px solid #c5c3c3;
  border-radius: 3px;
  padding: 10px;
  margin-top: 5px;
}
.editMessage .btn {
  margin: 0 10px;
}
.notificationMsg {
  padding: 20px 15px;
  background-color: #e3e3e3;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
  position: relative;
  color: #fff;
}
.notificationMsg .closeBtn {
  color: #fff;
  top: 24px;
}
.notificationMsg .title {
  font-size: 12px;
  text-transform: uppercase;
  /* color: #fea9c1; */
  color: #fff;
  opacity: 0.7;
  font-weight: 700;
  line-height: 12px;
  display: block;
}
.notificationMsg.red {
  color: #fff;
  background-color: #fa4a7c !important;
}
.notificationMsg.notice {
  color: #fff;
  /* background-color: #f647b5 !important; */
  background-color: #777 !important;
}
.notificationMsg.notice .title {
  display: none;
}
.notificationMsg.notice .links a {
  margin: 0 10px;
  color: #0b24fb;
  text-decoration: underline !important;
}
.userGraph select {
  display: inline-block;
  width: auto;
  min-width: 110px;
  border: 1px solid #c5c3c3;
  border-radius: 2px;
  color: #252525;
  height: 35px;
}
.cardBlock.userGraph h2.pageTitle {
  margin-top: 0;
}
.mr20 {
  margin-right: 20px !important;
}
.customSwitch.switch {
  margin: 0;
}
.customSwitch.switch label .lever {
  width: 36px;
  height: 25px;
  background-color: #eaeaea !important;
  border: 1px solid #d6d2d2;
}
.customSwitch.switch input[type='checkbox']:checked + .lever {
  width: 36px;
  height: 25px;
  background-color: #c2e7d9 !important;
  border: 1px solid #78ddb6;
}
.customSwitch.switch label .lever:before {
  display: none !important;
}
.customSwitch.switch label .lever:after {
  background-image: -moz-linear-gradient(
    68deg,
    rgb(153, 153, 153) 0%,
    rgb(171, 171, 171) 100%
  ) !important;
  background-image: -webkit-linear-gradient(
    68deg,
    rgb(153, 153, 153) 0%,
    rgb(171, 171, 171) 100%
  ) !important;
  background-image: -ms-linear-gradient(
    68deg,
    rgb(153, 153, 153) 0%,
    rgb(171, 171, 171) 100%
  ) !important;
  box-shadow: 0px 3px 7px 0px rgba(115, 115, 115, 0.21) !important;
}
.switch.customSwitch label input[type='checkbox']:checked + .lever:after {
  background-image: -moz-linear-gradient(
    43deg,
    rgb(18, 170, 111) 0%,
    rgb(48, 189, 134) 100%
  ) !important;
  background-image: -webkit-linear-gradient(
    43deg,
    rgb(18, 170, 111) 0%,
    rgb(48, 189, 134) 100%
  ) !important;
  background-image: -ms-linear-gradient(
    43deg,
    rgb(18, 170, 111) 0%,
    rgb(48, 189, 134) 100%
  ) !important;
  box-shadow: 0px 7px 21px 0px rgba(24, 147, 99, 0.35) !important;
}
.customSwitch.switch label .lever:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  left: -10px;
  background-image: -moz-linear-gradient(43deg, rgb(18, 170, 111) 0%, rgb(48, 189, 134) 100%);
  background-image: -webkit-linear-gradient(43deg, rgb(18, 170, 111) 0%, rgb(48, 189, 134) 100%);
  background-image: -ms-linear-gradient(43deg, rgb(18, 170, 111) 0%, rgb(48, 189, 134) 100%);
  box-shadow: 0px 7px 21px 0px rgba(24, 147, 99, 0.35);
}
.customSwitch.switch label input[type='checkbox']:checked + .lever:before,
.customSwitch.switch label input[type='checkbox']:checked + .lever:after {
  left: 13px;
}
.switch.customSwitch label input[type='checkbox']:checked + .lever:after {
  background-color: #a3a3a3;
}
.leftPanelMenu {
  width: 200px;
  min-width: 200px;
  background-color: #f5f5f5;
  box-shadow: 1px 0px 0px 0px rgba(115, 115, 115, 0.15);
  padding-top: 0px;
  left: 0;
  min-height: 500px;
}
.content.settingPage {
  padding: 0 !important;
  position: relative;
  display: flex;
}
.leftPanelMenu ul li a {
  display: block;
  line-height: 30px;
  padding: 10px 15px;
  color: #3c3c3c;
  font-size: 14px;
  padding-left: 50px;
  background-repeat: no-repeat;
  background-position: -200000px;
  transition: 0s;
}
.leftPanelMenu ul li.active {
  background-image: none !important;
}
.leftPanelMenu ul li.active a {
  background-color: #64b5f4;
  color: #fff !important;
  box-shadow: 0px 3px 13px 0px rgba(43, 150, 233, 0.28);
  background-position: 20px center;
}
.leftPanelMenu ul li a:hover {
  background-color: light-gray;
  color: #64b5f4;
  box-shadow: 0px 3px 13px 0px rgba(43, 150, 233, 0.28);
  background-position: 20px center;
}
.leftPanelMenu li {
  background-repeat: no-repeat;
  background-position: 20px center;
}
h2.settingTitle {
  color: #14263c;
  font-size: 18px;
  line-height: 25px;
}
.settingLayout {
  width: 100%;
  padding: 55px 20px;
}
.settingLayout hr.border {
  background-color: #e2e2e2;
}
.settingLayout .wrapper {
  width: 100%;
  padding: 60px 20px 0;
}
.formGroup {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.formLabel {
  max-width: 170px;
  width: 170px;
  line-height: 20px;
  display: table-cell;
  vertical-align: middle;
  color: #959595;
  font-size: 14px;
  text-align: right;
  padding-right: 25px;
}
.formGroup .input-field {
  max-width: 660px !important;
  margin-top: 0;
  box-sizing: content-box !important;
}
.settingLayout .input-field input:focus,
.settingLayout .input-field textarea:focus {
  border-color: #64b5f4 !important;
}
.settingLayout .input-field input,
.settingLayout .input-field textarea {
  line-height: 30px;
  padding: 10px 15px;
  border-radius: 3px;
  background-color: transparent;
  border: 1px solid #c5c3c3 !important;
  box-shadow: none !important;
  height: inherit;
  font-size: 14px;
  color: #3c3c3c;
  margin-bottom: 0;
  resize: none;
  font-weight: 500;
  box-sizing: border-box !important;
}
.wrapper .settingTitle {
  font-size: 14px;
  margin-bottom: 35px;
}
.textarea-field .formLabel {
  vertical-align: top;
}
.settingLayout span.error {
  font-size: 12px;
  padding-left: 0;
  bottom: -15px;
}
a.newAddBtn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  border-radius: 50%;
  background-image: -moz-linear-gradient(43deg, rgb(18, 170, 111) 0%, rgb(48, 189, 134) 100%);
  background-image: -webkit-linear-gradient(43deg, rgb(18, 170, 111) 0%, rgb(48, 189, 134) 100%);
  background-image: -ms-linear-gradient(43deg, rgb(18, 170, 111) 0%, rgb(48, 189, 134) 100%);
  box-shadow: 0px 7px 21px 0px rgba(24, 147, 99, 0.35);
  color: #ddd;
  font-size: 20px;
  position: absolute;
  top: -15px;
  right: 70px;
}
a.newAddBtn:hover {
  box-shadow: 0px 7px 21px 0px rgba(24, 147, 99, 0.55);
  color: #fff;
}
.addedGuideBook {
  display: block;
  width: 100%;
  clear: both;
  padding: 10px 0 60px;
}
.guideBookBlock:first-child {
  margin-left: 0;
}
.guideBookBlock {
  width: 20%;
  float: left;
  height: inherit;
  box-shadow: 0px 3px 21px 0px rgba(210, 216, 211, 0.44);
  border: 1px solid rgb(232, 230, 230);
  border-radius: 5px;
  margin: 0 10px;
  max-width: 220px;
  min-width: 180px;
  display: block;
  padding: 20px;
  overflow: hidden;
}
.guideBookBlock p {
  font-size: 16px;
  color: #3c3c3c;
  text-align: center;
  line-height: 16px;
}
.guideBookBlock .preview {
  min-height: 160px;
  width: 100%;
  display: table;
  padding: 20px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 14px;
}
.guideBookBlock .preview span {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.guideBookBlock .preview strong {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
.guideBookBlock .preview p {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  line-height: 15px;
}
.guideBookname {
  background-color: #f8f8f8;
  color: #3c3c3c;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  line-height: 16px;
  padding: 15px 0;
  display: block;
  margin-left: -20px;
  margin-bottom: -20px;
  margin-right: -20px;
  margin-top: 20px;
  border-top: 1px solid #e2e2e2;
}
.guideBookBlock:hover {
  box-shadow: 0px 6px 31px 0px rgba(0, 0, 0, 0.2);
}
.adminTable table [type='checkbox'] + label {
  vertical-align: middle;
  padding-left: 0;
}
.adminTable table [type='checkbox'].filled-in:not(:checked) + label:after {
  border: 2px solid #bfbfbf;
}
.adminTable table [type='checkbox'].filled-in:checked + label:after {
  border: 2px solid #a7a7a7;
  background-color: #a7a7a7;
}
.text-none {
  text-transform: none !important;
}
.pt150 {
  padding-top: 150px !important;
}
.relative {
  position: relative;
}
.barcodeImg:hover ~ .barcodeImgBig {
  display: block;
}
.barcodeImgBig {
  position: absolute;
  width: 120px;
  height: 120px;
  padding: 10px;
  box-shadow: 0px 8px 18px 0px rgba(115, 115, 115, 0.45);
  display: none;
}
.barcodeImgBig img {
  width: 100%;
}
.uploadPhoto.popup {
  max-width: 430px;
}
.dropObject {
  display: block;
  margin: 0 auto;
  width: 150px;
  height: 150px;
  background-color: #f8f8f8;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  margin-bottom: 30px;
}
.mask {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.popup-full .mobileBody {
  background-color: white;
}
.popup-full {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 90%;
  height: auto;
  z-index: 1000;
  max-height: 90%;
  padding: 35px 0;
}
.dropable {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.editorBody .mobileFooter.active {
  border: 1px solid #64b5f4;
}
.editmode input {
  border: 1px solid #64b5f4 !important;
  padding: 5px !important;
  box-shadow: none;
  background-color: transparent;
  color: #fff;
  margin-bottom: 5px !important;
}
.editmode .input-field {
  margin-top: 0;
}
.mobileBody .editmode input {
  height: 25px;
  line-height: 15px;
  color: #404040;
  font-size: 10px;
  font-weight: bold;
}
.iconAction {
  position: absolute;
  width: 100%;
  top: 0;
  padding: 0;
  left: 0;
  height: 25px;
}
.dragBtn {
  float: left;
  cursor: move;
  /* padding: 5px 0 0 7px; */
  padding: 10px;
}
.dragBtn img {
  height: 15px;
}
.editBtn {
  background-color: #64b5f4;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #fff;
  line-height: 15px;
  float: right;
  border-radius: 2px;
  cursor: pointer;
  padding-top: 1px;
}
.editBtn i {
  color: #fff;
}
.customize {
  position: absolute;
  width: 100%;
  top: 0;
  padding: 0 0;
  left: 0;
  height: 100%;
  background-color: #64b5f4;
  padding: 14px 12px;
  outline: 10px solid #fcfcfd;
  outline-offset: -10px;
}
.customize .btn {
  background-color: transparent;
  height: initial;
  line-height: 30px;
  font-size: 10px;
  color: #fff;
  text-align: center;
  width: 50%;
  float: left;
  border: none;
  box-shadow: none;
  padding: 8px;
}
.customize .btn span {
  line-height: 12px !important;
  font-size: 12px !important;
  display: block;
  color: #fff;
  text-transform: none;
  font-weight: normal;
}
.customize .btn i {
  font-size: 17px;
  line-height: 17px;
  display: block;
  margin-bottom: 6px;
}
.iconList li {
  width: 16.66% !important;
  min-height: inherit !important;
}
.iconList li a {
  padding: 0 !important;
}
.iconList li img {
  width: 100% !important;
}
.mobileBody ul.iconList li {
  border-right: 1px solid #e9eff1 !important;
}
.mobileBody ul.iconList li:nth-child(6n) {
  border-right: none !important;
}
.dilog-confirm {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 90%;
  height: auto;
  z-index: 1000;
  max-height: 90%;
  padding: 25px;
  max-width: 320px;
  text-align: center;
}
.dilog-confirm p {
  color: #fff;
  margin-bottom: 20px;
}
.btn.cancel,
.dilog-confirm .btn.red {
  max-width: 100px;
  min-width: 90px;
  border-radius: 2px;
  padding: 8px;
  line-height: 15px;
  font-size: 12px;
  background-color: #454545;
  color: #ffffff;
  text-transform: none;
  height: inherit;
  box-shadow: none;
}
.btn.cancel:hover {
  background-color: #252525;
}
.dilog-confirm .btn.red {
  background-image: -webkit-linear-gradient(69deg, rgb(207, 55, 55) 0%, rgb(244, 87, 125) 100%);
  margin-left: 5px;
}
.dilog-confirm .btn.red:hover {
  background-image: none;
  background-color: #a00000;
}
.editIconOption li a {
  min-width: 40px;
  text-align: center;
}
.editIconOption.mini li a {
  min-width: 0px;
  text-align: center;
}
.autoWidth {
  max-width: inherit !important;
  height: 25px;
  margin-bottom: -7px;
}
.noTitle {
  width: 100%;
  line-height: 25px;
  background-color: #e8e8e8;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #45494b;
  border-bottom: 1px solid #fff;
}

[type='radio']:not(:checked) + label,
[type='radio']:checked + label {
  font-size: 14px;
}
