.material-icons {
  vertical-align: middle;
}

.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

.material-icons.md-light {
  color: white;
}

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

.child-tc {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
}

@font-face {
  font-family: 'supermarket';
  src: url("/fonts/supermarket.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'superstore';
  src: url("/fonts/Superstore-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'myriadPro';
  src: url("/fonts/MyriadPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0px;
  padding: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}
@media (max-width: 1040px) {
  html.noScrollBar {
    overflow-y: hidden;
  }
}
@media (min-width: 1041px) {
  html .scrollbar-mask {
    display: none;
    position: fixed;
    z-index: 9999;
    background-color: #f1f1f1;
    width: 17px;
    right: 0px;
    top: 0px;
    bottom: 0px;
  }
  html.noScrollBar {
    overflow-y: hidden;
    margin-right: 17px;
    background-color: #f1f1f1;
  }
  html.noScrollBar .scrollbar-mask {
    display: block;
  }
  html.noScrollBar #mainTop {
    width: calc(100% - 17px);
  }
  html.noScrollBar .mainLine {
    width: calc(100% - 17px);
  }
  html.noScrollBar .back {
    left: calc(100% - 100px - 17px) !important;
  }
}
@media (min-width: 1041px) and (max-width: 1040px) {
  html.noScrollBar .back {
    left: calc(100% - 80px - 17px) !important;
  }
}

body {
  background-color: #000;
}

.font0 {
  font-size: 0 !important;
}

#wrapper {
  clear: both;
  float: none;
}

[ng-click], [ui-sref], [type="submit"] {
  cursor: pointer;
}

input[type='submit'] {
  -moz-appearance: none;
  -webkit-appearance: none;
}

@media (max-width: 1040px) {
  .if-pc {
    display: none !important;
  }
}

@media (min-width: 1041px) {
  .if-non-pc {
    display: none !important;
  }
}

.ks-disabled-o {
  opacity: 0.5;
  cursor: not-allowed;
}

.ks-action-btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  margin: 0 auto;
  border: none;
  border-radius: 3px;
  background-color: #2c85c9;
  color: white;
  box-shadow: 0 4px 0 0 #496eb4;
  text-align: center;
  vertical-align: middle;
}
.ks-action-btn--active {
  font-family: supermarket;
  font-size: 19px;
}
.ks-action-btn--active:not(.disabled):hover {
  background-color: #3296e3;
}
.ks-action-btn--active:not(.disabled):active {
  background-color: #2673ae;
}
.ks-action-btn--active.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.ks-action-btn--loading {
  cursor: not-allowed;
  background-color: #76879f;
  -moz-box-shadow: 0 4px 0 0 #60657f;
  -webkit-box-shadow: 0 4px 0 0 #60657f;
  box-shadow: 0 4px 0 0 #60657f;
}
.ks-action-btn--loading:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.ks-action-btn--loading > div {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
}

.ks-mypage-arrow-left {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
.ks-mypage-arrow-left:after {
  content: '';
  display: inline-block;
  width: 21.2132px;
  height: 21.2132px;
  background-image: url(/img/mypage/arrowLeft.svg);
  background-size: cover;
  position: relative;
  left: 8px;
  top: 4px;
}
.ks-mypage-arrow-left.disabled {
  opacity: 0.2;
  cursor: default;
}
.ks-mypage-arrow-left:hover:not(.disabled):after {
  opacity: 0.8;
}

.ks-mypage-arrow-right {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
.ks-mypage-arrow-right:after {
  content: '';
  display: inline-block;
  width: 21.2132px;
  height: 21.2132px;
  background-image: url(/img/mypage/arrowRight.svg);
  background-size: cover;
  position: relative;
  left: 0px;
  top: 4px;
}
.ks-mypage-arrow-right.disabled {
  opacity: 0.2;
  cursor: default;
}
.ks-mypage-arrow-right:hover:not(.disabled):after {
  opacity: 0.8;
}

.ksScrollArea {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.ksScrollAreaWrap {
  margin-right: -30px;
  padding-right: 30px;
  overflow-y: scroll;
  height: 100%;
}

.ksScrollAreaBody {
  margin-right: -17px;
}

.ksScrollAreaTrack {
  width: 10px;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  bottom: 2px;
  display: block;
  position: absolute;
  right: 2px;
  top: 2px;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  width: 8px;
  z-index: 5;
}

.ksScrollAreaGrip {
  -webkit-background-clip: content-box;
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(85, 85, 85, 0.6);
  border-radius: 7px;
  position: absolute;
  right: 0;
  width: 8px;
}

input[type='datetime'] {
  text-align: center;
  width: 100px;
  border: 1px solid #cccccc;
  background-color: white;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0 6px;
  border-radius: 3px;
}

[date-picker-wrapper] {
  font-size: 14px;
  font-family: tahoma;
}

.modal-box-overlay {
  /* Shades out background when selector is active */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99990;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.modal-box-overlay.-main {
  z-index: 99999;
}
.modal-box-overlay .modal-bg-click {
  width: 100%;
  height: 100%;
  position: absolute;
}
.modal-box-overlay .modal-box-container {
  position: fixed;
  top: 28%;
  width: 100%;
  padding: 0;
}
.modal-box-overlay .modal-box-container .modal-box {
  /* The actual box, centered in the fixed-position div */
  width: 360px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding: 10px 20px 20px 20px;
  background: #eee;
  overflow: hidden;
  border-radius: 4px;
  background-color: #e4e4e4;
  font-family: supermarket;
  -moz-box-shadow: 0 4px 10px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 10px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 10px 5px rgba(0, 0, 0, 0.25);
}
.modal-box-overlay .modal-box-container .modal-box-close {
  position: relative;
  width: 360px;
  height: 45px;
  margin: 0 auto;
  text-align: right;
  top: 22.5px;
  right: -22.5px;
  z-index: 1;
}
.modal-box-overlay .modal-box-container .color-bar {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
}
.modal-box-overlay .modal-box-container .title {
  font-size: 24px;
  margin-top: 10px;
  line-height: 1.1;
  color: #4e4e4e;
}
.modal-box-overlay .modal-box-container .title-underline {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 2px;
}
.modal-box-overlay .modal-box-container .message {
  font-size: 19px;
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.87);
}
.modal-box-overlay .modal-box-container .button {
  display: inline-block;
  border: none;
  position: relative;
  background-color: #2c85c9;
  color: white;
  height: 33px;
  line-height: 33px;
  cursor: pointer;
  font-size: 17px;
  padding: 0 20px;
  border-radius: 3px;
  text-align: center;
  -moz-box-shadow: 1px 2px #2b6db7;
  -webkit-box-shadow: 1px 2px #2b6db7;
  box-shadow: 1px 2px #2b6db7;
}
.modal-box-overlay .modal-box-container .button.disabled {
  opacity: 0.5;
  cursor: default;
}
.modal-box-overlay .modal-box-container .button:not(.disabled):hover {
  background-color: #3296e3;
}
.modal-box-overlay .modal-box-container .button:not(.disabled):active {
  background-color: #2673ae;
}

.spinner {
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
  font-family: tahoma;
}

.spinner > div {
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 5px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.6);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.6);
    -webkit-transform: scaleY(0.6);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
#mainTop {
  position: fixed;
  margin-top: 0px;
  background-color: #000;
  width: 100%;
  height: 50px;
  z-index: 110;
}

#mainTopContent {
  width: 100%;
  min-width: 730px;
  margin: 0 auto;
  padding-right: 12px;
  position: relative;
  font-size: 0px;
}

#mainLogo {
  display: inline-block;
  position: relative;
  top: 0px;
  left: 0px;
  width: 210px;
}

#mainNav {
  display: inline-block;
  position: relative;
  top: 0px;
  vertical-align: top;
  line-height: 50px;
  height: 50px;
  font-size: 0px;
}

.mainNav1, .mainNav2 {
  display: inline-block;
  margin-left: 1px;
  margin-bottom: 1px;
  height: 28px;
  text-align: center;
  font-size: 14pt;
  color: #ddd;
}

.home-back {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 5px;
}
.home-back .btn {
  margin-left: -100%;
  padding: 5px 10px;
  background-color: grey;
  color: white;
  text-align: center;
  font-size: 24px;
  line-height: initial;
  display: inline-block;
}

#mainLoginBtn {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0px;
}
#mainLoginBtn .loginBtn {
  z-index: 11;
  position: relative;
}

#mainLogin {
  float: right;
  margin-top: 12px;
  margin-right: 2px;
  padding: 5px;
  font-size: 11pt;
  color: #ccc;
  /*
  	background-color: #033;
  	border-top: 1px solid #050;
  	border-left: 1px solid #050;
  */
}

#mainLogout {
  float: right;
  padding-top: 12px;
  margin-right: 0px;
  font-size: 11pt;
  color: #ccc;
  /*
  	background-color: #033;
  	border-top: 1px solid #050;
  	border-left: 1px solid #050;
  */
}
#mainLogout .main-login-user {
  font-family: supermarket;
  font-size: 20px;
  color: white;
  position: relative;
  margin: 0 20px 0 10px;
  top: -3px;
}
#mainLogout .logout-button {
  font-family: supermarket;
  font-size: 15px;
  color: white;
  background-color: #2b85c9;
  width: 80px;
  height: 25px;
  line-height: 25px;
  border-radius: 2px;
  margin-top: 2px;
  text-align: center;
}
#mainLogout .logout-button:hover {
  background-color: #3196e3;
}
#mainLogout .logout-button:active {
  background-color: #246ea6;
}

.textbox1, .textbox2 {
  height: 20px;
  border-style: none;
  border-top: 1px solid #444;
  border-left: 1px solid #444;
  border-bottom: 1px solid #888;
  border-right: 1px solid #888;
  font-size: 11pt;
  color: #ccc;
  background-color: #000;
}

.textbox1 {
  width: 70px;
}

.textbox2 {
  width: 120px;
}

#mainView {
  margin-left: 0px;
  background-color: #0a4295;
  z-index: -1;
}

#mainView.ng-enter {
  transition: opacity 1s;
  opacity: 0.4;
}

#mainView.ng-enter-active {
  opacity: 1;
}

.link {
  height: 25px;
  font-size: 13pt;
}

.link a:link {
  color: #ccc;
}

.link a:visited {
  color: #ccc;
}

.link a:hover {
  color: #fd4;
  text-decoration: underline;
}

.mainLine {
  position: fixed;
  margin-top: 50px;
  width: 100%;
  height: 6px;
  z-index: 100;
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.5);
}

.lineHomePage {
  background-color: #286ab4;
}

.lineKaccOnline {
  background-color: #1b7d32;
}

.lineKcuisine {
  background-color: #861a1a;
}

.lineKparts {
  background-color: #ffaf02;
}

.lineWebboard {
  background-color: #6b3c12;
}

.lineMyPage {
  background-color: #fd4e21;
}

.lineAdmin {
  background-color: #644c7c;
}

.lineOther {
  background-color: #004d76;
}

#Footer {
  font-family: supermarket;
  font-size: 18px;
  border-top: solid 1px white;
  -moz-box-shadow: 0 -1px 3px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 -1px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0 -1px 3px 0px rgba(0, 0, 0, 0.5);
}
#Footer .text {
  font-weight: normal;
  position: relative;
  left: 6px;
}

.reg.ng-hide-remove {
  -webkit-transition: 0.5s linear all;
  transition: 0.5s linear all;
  opacity: 0;
}

.reg.ng-hide-remove-active {
  opacity: 1;
}

.reg.ng-hide-add, .back.ng-hide-remove {
  display: block !important;
}

.rn-carousel-control {
  top: 50%;
  margin-top: -40px;
}

.rn-carousel-control-prev {
  margin-left: 10px;
  width: 40px;
  height: 40px;
  font-size: 0px;
  opacity: 0.4;
  background-image: url(/img/btn-prev.png);
}

.rn-carousel-control-next {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  font-size: 0px;
  opacity: 0.4;
  background-image: url(/img/btn-next.png);
}

.rn-carousel-indicator {
  margin-top: -30px;
  background: transparent !important;
}

div.rn-carousel-indicator span {
  color: #333;
  padding: 0 5px;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.login-form {
  display: block;
  width: 400px;
  min-height: 320px;
  padding: 10px 20px 14px 20px;
  border-radius: 5px;
  font-family: supermarket;
  overflow: hidden;
  background-color: #e5e5e5;
  z-index: 10;
  -moz-box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.3);
}
.login-form--body-pop-over {
  position: absolute;
  top: 50px;
  right: 0px;
}
.login-form--seperate-login-page {
  position: relative;
  top: 100px;
}
.login-form .login-top-bar {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  height: 5px;
  width: 100%;
  background-color: #818181;
}
.login-form .login-title {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}
.login-form .login-title-underline {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 5px;
}
.login-form .login-row {
  position: relative;
}
.login-form .login-error-panel {
  margin: 0 auto;
  width: 300px;
  background-color: #f8f8dc;
  border: solid 1px #e53935;
  color: #e53935;
  font-family: supermarket;
  padding: 5px 5px;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
}
.login-form .login-textbox-icon {
  position: absolute;
  top: 10px;
  left: 40px;
}
.login-form .login-textbox {
  width: 300px;
  height: 50px;
  background-color: #f4f5f7;
  border-radius: 5px;
  border: none;
  margin: 10px auto;
  padding-left: 55px;
  display: block;
  font-family: myriadPro;
  font-size: 16px;
}
.login-form .login-textbox::-webkit-input-placeholder {
  color: #878787;
}
.login-form .login-btn {
  display: block;
  border: none;
  position: relative;
  background-color: #2c85c9;
  color: white;
  width: 300px;
  height: 50px;
  border-radius: 5px;
  margin: 15px auto;
  text-align: center;
  -moz-box-shadow: 1px 2px #2b6db7;
  -webkit-box-shadow: 1px 2px #2b6db7;
  box-shadow: 1px 2px #2b6db7;
}
.login-form .login-btn--submit {
  font-family: supermarket;
  font-size: 17px;
}
.login-form .login-btn--submit:hover {
  background-color: #3296e3;
}
.login-form .login-btn--submit:active {
  background-color: #2673ae;
}
.login-form .login-btn--spinning {
  cursor: not-allowed;
  background-color: #76879f;
  -moz-box-shadow: 1px 2px #60657f;
  -webkit-box-shadow: 1px 2px #60657f;
  box-shadow: 1px 2px #60657f;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.login-form .login-footer-underline {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 0px;
}
.login-form .login-footer-divider {
  display: inline-block;
  font-size: 16px;
  color: #878787;
  line-height: 17px;
}
.login-form .login-footer-margin {
  margin: 0 auto;
  width: 300px;
  margin-top: 6px;
  position: relative;
}
.login-form .login-footer-text {
  display: inline-block;
  font-family: supermarket;
  color: #646464;
  font-size: 15px;
  padding: 0 3px;
  line-height: 17px;
}
.login-form .login-footer-text[ng-click]:hover {
  color: #969696;
}
.login-form .login-bottom-bar {
  position: absolute;
  display: block;
  bottom: 0px;
  left: 0px;
}
.login-form .login-reset-password-test {
  margin: 0 auto 0 auto;
  text-align: center;
  font-size: 22px;
}
@media (max-width: 1040px) {
  .login-form {
    width: 320px;
    min-height: 270px;
  }
  .login-form--body-pop-over {
    position: relative;
    top: 0;
    right: 0;
  }
  .login-form--seperate-login-page {
    top: 35px;
  }
  .login-form .login-title {
    margin-top: 5px;
    height: 28px;
  }
  .login-form .login-title-underline {
    width: 275px;
  }
  .login-form .login-error-panel {
    width: 240px;
  }
  .login-form .login-textbox-icon {
    left: 28px;
    top: 9px;
    height: 22px;
  }
  .login-form .login-textbox {
    width: 240px;
    height: 40px;
    padding-left: 40px;
    font-size: 14px;
  }
  .login-form .login-btn {
    width: 240px;
    height: 40px;
    border-radius: 5px;
    margin-bottom: 12px;
  }
  .login-form .login-btn--submit {
    font-size: 16px;
  }
  .login-form .login-footer-underline {
    width: 275px;
  }
  .login-form .login-footer-margin {
    width: 240px;
  }
  .login-form .login-bottom-bar {
    width: 320px;
  }
  .login-form .login-reset-password-test {
    font-size: 17px;
  }
}

.register-space {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  text-align: center;
  font-size: 0;
}
.register-space.ng-hide-remove {
  opacity: 0;
}
.register-space.ng-hide-remove-active {
  -moz-transition: linear 0.3s all;
  -o-transition: linear 0.3s all;
  -webkit-transition: linear 0.3s all;
  transition: linear 0.3s all;
  opacity: 1;
}
.register-space.ng-hide-add {
  opacity: 1;
  display: block !important;
}
.register-space.ng-hide-add-active {
  -moz-transition: linear 0.4s all;
  -o-transition: linear 0.4s all;
  -webkit-transition: linear 0.4s all;
  transition: linear 0.4s all;
  opacity: 0;
}
.register-space::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.register-space .register-background {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
}
.register-space .register-container {
  width: 400px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 0px;
  opacity: 0;
  -moz-user-select: initial;
  -ms-user-select: initial;
  -webkit-user-select: initial;
  user-select: initial;
}
.register-space .register-container.flyin {
  opacity: 1;
}
.register-space .register-container.flyin-add-active {
  -moz-animation: flyin 0.5s ease-out;
  -webkit-animation: flyin 0.5s ease-out;
  animation: flyin 0.5s ease-out;
}
.register-space .register-container.flyin-remove-active {
  -moz-animation: flyin 0.3s ease-in reverse;
  -webkit-animation: flyin 0.3s ease-in reverse;
  animation: flyin 0.3s ease-in reverse;
}
@-moz-keyframes flyin {
  0% {
    opacity: 0;
    -moz-transform: translate(0px, -40px);
    transform: translate(0px, -40px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes flyin {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -40px);
    transform: translate(0px, -40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes flyin {
  0% {
    opacity: 0;
    -moz-transform: translate(0px, -40px);
    -ms-transform: translate(0px, -40px);
    -webkit-transform: translate(0px, -40px);
    transform: translate(0px, -40px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
.register-space .register-container .reg-btn-close {
  position: absolute;
  display: block;
  right: -15px;
  top: -15px;
  z-index: 10;
}
@media (max-width: 1040px) {
  .register-space .register-container .reg-btn-close {
    right: 0;
    top: -20px;
  }
}
.register-space .register-container .reg-box {
  overflow: hidden;
  border-radius: 4px;
  background-color: #e4e4e4;
  z-index: 0;
  text-align: left;
  font-family: supermarket;
  -moz-box-shadow: 0 5px 14px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 5px 14px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 14px 5px rgba(0, 0, 0, 0.3);
}
.register-space .register-container .reg-box * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.register-space .register-container .reg-box .reg-body {
  padding: 1em;
  padding-bottom: 5px;
  padding-top: 15px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.register-space .register-container .reg-box .reg-body .register-caption {
  height: 30px;
  display: block;
  margin: 0 auto;
}
.register-space .register-container .reg-box .reg-body .register-line {
  display: block;
  height: 10px;
}
.register-space .register-container .reg-box .reg-body .register-line.-top {
  margin: 3px auto 5px auto;
}
.register-space .register-container .reg-box .reg-body .register-line.-bottom {
  margin: 10px auto 0 auto;
}
.register-space .register-container .reg-box .reg-body .register-line.-bottompage2 {
  margin: 60px auto 0 auto;
}
.register-space .register-container .reg-box .reg-body .register-line.-bottompage3 {
  margin: 100px auto 0 auto;
}
.register-space .register-container .reg-box .reg-body .resend-link {
  text-decoration: underline;
  color: #3e67d3;
}
.register-space .register-container .reg-box .reg-body .reg-row {
  position: relative;
}
.register-space .register-container .reg-box .reg-body .reg-textbox-icon {
  position: absolute;
  top: 10px;
  left: 60px;
}
.register-space .register-container .reg-box .reg-body .reg-textbox-error-sign {
  position: absolute;
  top: 15px;
  right: 20px;
}
.register-space .register-container .reg-box .reg-body .reg-textbox {
  width: 300px;
  height: 50px;
  background-color: #f4f5f7;
  border-radius: 6px;
  border: none;
  margin: 10px auto;
  padding-left: 55px;
  display: block;
  font-family: myriadPro;
  font-size: 16px;
}
.register-space .register-container .reg-box .reg-body .reg-textbox::-webkit-input-placeholder {
  color: #878787;
}
.register-space .register-container .reg-box .reg-body .reg-label {
  font-family: supermarket;
  font-size: 17px;
  color: #6e6e6e;
  margin-left: 60px;
}
.register-space .register-container .reg-box .reg-body .reg-label--term {
  font-family: supermarket;
  font-size: 13px;
  text-align: center;
  color: #4f4f4f;
}
.register-space .register-container .reg-box .reg-body .reg-submit-btn {
  width: 300px;
  height: 50px;
  display: block;
  margin: 0 auto;
  margin-top: 8px;
  margin-bottom: 5px;
  border: none;
  border-radius: 6px;
  background-color: #2c85c9;
  color: white;
  box-shadow: 0 2px 0 0 #496eb4;
}
.register-space .register-container .reg-box .reg-body .reg-submit-btn--submit {
  font-family: myriadPro;
  font-size: 18px;
}
.register-space .register-container .reg-box .reg-body .reg-submit-btn--submit:hover {
  background-color: #3296e3;
}
.register-space .register-container .reg-box .reg-body .reg-submit-btn--submit:active {
  background-color: #2673ae;
}
.register-space .register-container .reg-box .reg-body .reg-submit-btn--spinning {
  cursor: not-allowed;
  background-color: #76879f;
  -moz-box-shadow: 1px 2px #60657f;
  -webkit-box-shadow: 1px 2px #60657f;
  box-shadow: 1px 2px #60657f;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.register-space .register-container .reg-box .reg-body .reg-resend-btn {
  width: 140px;
  height: 40px;
  display: block;
  margin: 0 auto;
  border: none;
  border-radius: 3px;
  margin-bottom: 5px;
  background-color: #2c85c9;
  color: white;
  box-shadow: 0 4px 0 0 #496eb4;
}
.register-space .register-container .reg-box .reg-body .reg-resend-btn--submit {
  font-family: supermarket;
  font-size: 19px;
}
.register-space .register-container .reg-box .reg-body .reg-resend-btn--submit:hover {
  background-color: #3296e3;
}
.register-space .register-container .reg-box .reg-body .reg-resend-btn--submit:active {
  background-color: #2673ae;
}
.register-space .register-container .reg-box .reg-body .reg-resend-btn--spinning {
  cursor: not-allowed;
  background-color: #76879f;
  -moz-box-shadow: 1px 2px #60657f;
  -webkit-box-shadow: 1px 2px #60657f;
  box-shadow: 1px 2px #60657f;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.register-space .register-container .reg-box .reg-body .reg-go-login-text {
  display: inline-block;
  font-family: supermarket;
  color: #646464;
  font-size: 15px;
  padding: 0 3px;
  line-height: 17px;
}
.register-space .register-container .reg-box .reg-body .reg-go-login-text[ng-click]:hover {
  color: #969696;
}
.register-space .register-container .reg-box .reg-body.reg-body--page1 .captcha-row {
  width: 300px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 10px;
}
.register-space .register-container .reg-box .reg-body.reg-body--page1 .captcha-row .captcha-click {
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
}
.register-space .register-container .reg-box .reg-body.reg-body--page1 .captcha-row .accept-text {
  display: inline-block;
  margin-left: 10px;
  font-family: supermarket;
  font-size: 15px;
  vertical-align: middle;
  text-decoration: underline;
}
.register-space .register-container .reg-box .reg-body.reg-body--page1 .error-panel {
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 13px;
  width: 345px;
  background-color: #f8f8dc;
  border: solid 1px #e53935;
  color: #e53935;
  font-family: supermarket;
  padding: 5px 15px;
}
.register-space .register-container .reg-box .reg-body.reg-body--page1 .error-panel .title {
  font-size: 21px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 3px;
}
.register-space .register-container .reg-box .reg-body.reg-body--page1 .error-panel .bullet {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: left;
}
.register-space .register-container .reg-box .reg-body.reg-body--page2 {
  text-align: center;
}
.register-space .register-container .reg-box .reg-body.reg-body--page2 .page2-emailicon {
  display: block;
  margin: 0 auto;
  margin-top: 60px;
}
.register-space .register-container .reg-box .reg-body.reg-body--page2 .text1 {
  font-size: 20px;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-top: 10px;
}
.register-space .register-container .reg-box .reg-body.reg-body--page2 .text2 {
  font-size: 20px;
  color: #2b4592;
  margin: 0 auto;
}
.register-space .register-container .reg-box .reg-body.reg-body--page2 .text3 {
  font-size: 16px;
  margin: 0 auto;
  margin-bottom: 0px;
  line-height: 1.3;
  margin-top: 10px;
}
.register-space .register-container .reg-box .reg-body.reg-body--page2 .text4 {
  font-size: 17px;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-top: 40px;
}
.register-space .register-container .reg-box .reg-body.reg-body--page3 .text1 {
  font-size: 24px;
  margin: 0 auto;
  margin-bottom: 20px;
  line-height: 1.3;
  margin-top: 50px;
}
.register-space .register-container .reg-box .reg-body.reg-body--page3 .reg-footer-login {
  margin: 0 auto;
  width: 340px;
  margin-top: 2px;
  position: relative;
  height: 23px;
}
@media (max-width: 1040px) {
  .register-space .register-container {
    width: 320px;
  }
  .register-space .register-container .reg-btn-close {
    height: 32px;
    right: 0;
    top: -14px;
  }
  .register-space .register-container .reg-box .reg-body {
    padding-top: 8px;
  }
  .register-space .register-container .reg-box .reg-body .register-caption {
    height: 25px;
  }
  .register-space .register-container .reg-box .reg-body .register-line {
    width: 275px;
  }
  .register-space .register-container .reg-box .reg-body .register-line.-top {
    margin: 0 auto;
  }
  .register-space .register-container .reg-box .reg-body .register-line.-bottom {
    margin: 6px auto 0 auto;
  }
  .register-space .register-container .reg-box .reg-body .register-line.-bottompage2 {
    margin: 10px auto 0 auto;
  }
  .register-space .register-container .reg-box .reg-body .register-line.-bottompage3 {
    margin: 20px auto 0 auto;
  }
  .register-space .register-container .reg-box .reg-body .reg-textbox-icon {
    height: 22px;
    top: 9px;
    left: 50px;
  }
  .register-space .register-container .reg-box .reg-body .reg-textbox-error-sign {
    position: absolute;
    height: 16px;
    top: 12px;
    right: 15px;
  }
  .register-space .register-container .reg-box .reg-body .reg-textbox {
    width: 240px;
    height: 40px;
    border-radius: 6px;
    padding-left: 45px;
    font-size: 14px;
    margin: 5px auto;
  }
  .register-space .register-container .reg-box .reg-body .reg-label {
    font-size: 16px;
    margin-left: 60px;
  }
  .register-space .register-container .reg-box .reg-body .reg-label--term {
    font-size: 13px;
  }
  .register-space .register-container .reg-box .reg-body .reg-submit-btn {
    width: 240px;
    height: 40px;
    margin-bottom: 0;
    margin-top: 0;
  }
  .register-space .register-container .reg-box .reg-body .reg-submit-btn--submit {
    font-size: 16px;
  }
  .register-space .register-container .reg-box .reg-body .reg-resend-btn {
    width: 140px;
    height: 40px;
  }
  .register-space .register-container .reg-box .reg-body .reg-resend-btn--submit {
    font-size: 16px;
  }
  .register-space .register-container .reg-box .reg-body .reg-go-login-text {
    font-size: 15px;
    padding: 0 3px;
    line-height: 17px;
  }
  .register-space .register-container .reg-box .reg-body.reg-body--page1 .captcha-row {
    width: 300px;
    margin-top: 8px;
    margin-bottom: 8px;
    text-align: center;
  }
  .register-space .register-container .reg-box .reg-body.reg-body--page1 .captcha-row .captcha-click {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
  }
  .register-space .register-container .reg-box .reg-body.reg-body--page1 .captcha-row .accept-text {
    margin-left: 10px;
    font-size: 14px;
  }
  .register-space .register-container .reg-box .reg-body.reg-body--page1 .error-panel {
    width: 300px;
    padding: 5px 15px;
  }
  .register-space .register-container .reg-box .reg-body.reg-body--page1 .error-panel .title {
    display: none;
  }
  .register-space .register-container .reg-box .reg-body.reg-body--page1 .error-panel .bullet {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0;
  }
  .register-space .register-container .reg-box .reg-body.reg-body--page2 .page2-emailicon {
    margin: 0 auto;
    margin-top: 8px;
  }
  .register-space .register-container .reg-box .reg-body.reg-body--page2 .text1 {
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 10px;
    line-height: 1.3;
  }
  .register-space .register-container .reg-box .reg-body.reg-body--page2 .text2 {
    font-size: 18px;
    line-height: 1.8;
  }
  .register-space .register-container .reg-box .reg-body.reg-body--page2 .text3 {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 0px;
    margin-top: 0;
  }
  .register-space .register-container .reg-box .reg-body.reg-body--page2 .text4 {
    font-size: 15px;
    margin-bottom: 0px;
    margin-top: 25px;
  }
  .register-space .register-container .reg-box .reg-body.reg-body--page3 .text1 {
    font-size: 24px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 25px;
    line-height: 1.3;
  }
  .register-space .register-container .reg-box .reg-body.reg-body--page3 .reg-footer-login {
    margin: 0 auto;
    width: 270px;
    margin-top: 2px;
    position: relative;
    height: 23px;
  }
}

.MenuBarContainer.if-non-pc {
  width: 100%;
  height: 50px;
  background: url(/img/kanesoftware/menubar_kanesoftware.jpg) repeat;
  background-size: contain;
  position: fixed;
  top: 0px;
  z-index: 99;
}
.MenuBarContainer.if-non-pc .MenuBarContent {
  width: 320px;
  position: relative;
}
.MenuBarContainer.if-non-pc .MenuBarContent .k-logo {
  position: absolute;
  left: 7px;
  top: 10px;
}
.MenuBarContainer.if-non-pc .MenuBarContent .k-logo img {
  height: 28px;
}
.MenuBarContainer.if-non-pc .MenuBarContent .k-text {
  position: absolute;
  left: 55px;
  top: 13px;
}
.MenuBarContainer.if-non-pc .MenuBarContent .k-text img {
  height: 24px;
}
.MenuBarContainer.if-non-pc .MenuBarContent .menu-btn {
  position: absolute;
  right: 10px;
  top: 11px;
}
.MenuBarContainer.if-non-pc .MenuBarContent .menu-btn img {
  width: 35px;
}
.MenuBarContainer.if-non-pc .MenuBarContent .menu-pane {
  position: fixed;
  width: 320px;
  top: 50px;
  background-color: #e5e5e5;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  -moz-box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.3);
}
.MenuBarContainer.if-non-pc .MenuBarContent .menu-pane > .greyline {
  background-color: #818181;
  width: 100%;
  height: 4px;
}
.MenuBarContainer.if-non-pc .MenuBarContent .menu-pane .menu-row {
  text-align: left;
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  padding: 10px 0;
  padding-left: 25px;
  font-family: supermarket;
  font-size: 16px;
  color: #0a4295;
  text-decoration: none;
}
.MenuBarContainer.if-non-pc .MenuBarContent .menu-pane .menu-row:after {
  content: '';
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-top: solid 1px #b7b7b7;
  border-bottom: solid 1px #f8f8f8;
}
.MenuBarContainer.if-non-pc .MenuBarContent .menu-pane .menu-login-btn {
  width: 275px;
  line-height: 28px;
  padding: 0px 0;
  margin: 12px 0 15px 0;
  font-family: supermarket;
  font-size: 16px;
  color: #0a4295;
  border: solid 1px #0a4295;
}
.MenuBarContainer.if-non-pc .MenuBarContent .menu-pane .menu-login-btn:hover, .MenuBarContainer.if-non-pc .MenuBarContent .menu-pane .menu-login-btn:active {
  background-color: #bdd4f5;
}
.MenuBarContainer.if-non-pc .MenuBarContent .menu-pane > .colorline {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 320px;
}
.MenuBarContainer.if-non-pc .MenuBarContent .menu-pane .personicon {
  display: inline-block;
  vertical-align: middle;
  height: 28px;
}
.MenuBarContainer.if-non-pc .MenuBarContent .menu-pane .menu-login-user {
  display: inline-block;
  vertical-align: middle;
  font-family: supermarket;
  font-size: 18px;
  color: #0a4295;
  position: relative;
}
.MenuBarContainer.if-non-pc .MenuBarContent .menu-pane .menu-logout-btn {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  padding: 0px 0;
  font-family: supermarket;
  font-size: 16px;
  color: #0a4295;
  border: solid 1px #0a4295;
}
.MenuBarContainer.if-non-pc .MenuBarContent .menu-pane .menu-logout-btn:hover, .MenuBarContainer.if-non-pc .MenuBarContent .menu-pane .menu-logout-btn:active {
  background-color: #bdd4f5;
}

#kacconline-wrapper .MenuBarContainer.if-non-pc {
  background: #edf5ec;
}
#kacconline-wrapper .MenuBarContainer.if-non-pc .MenuBarContent .menu-pane {
  background-color: #e5e5e5;
}
#kacconline-wrapper .MenuBarContainer.if-non-pc .MenuBarContent .menu-pane > .greyline {
  background-color: #818181;
}
#kacconline-wrapper .MenuBarContainer.if-non-pc .MenuBarContent .menu-pane .menu-row {
  color: #237723;
}
#kacconline-wrapper .MenuBarContainer.if-non-pc .MenuBarContent .menu-pane .menu-row:after {
  border-top: solid 1px #b7b7b7;
  border-bottom: solid 1px #f8f8f8;
}
#kacconline-wrapper .MenuBarContainer.if-non-pc .MenuBarContent .menu-pane .menu-login-btn {
  color: #237723;
  border: solid 1px #237723;
}
#kacconline-wrapper .MenuBarContainer.if-non-pc .MenuBarContent .menu-pane .menu-login-btn:hover, #kacconline-wrapper .MenuBarContainer.if-non-pc .MenuBarContent .menu-pane .menu-login-btn:active {
  background-color: #c0d2c0;
}
#kacconline-wrapper .MenuBarContainer.if-non-pc .MenuBarContent .menu-pane .menu-login-user {
  color: #237723;
}
#kacconline-wrapper .MenuBarContainer.if-non-pc .MenuBarContent .menu-pane .menu-logout-btn {
  color: #237723;
  border: solid 1px #237723;
}
#kacconline-wrapper .MenuBarContainer.if-non-pc .MenuBarContent .menu-pane .menu-logout-btn:hover, #kacconline-wrapper .MenuBarContainer.if-non-pc .MenuBarContent .menu-pane .menu-logout-btn:active {
  background-color: #bdd4f5;
}

img {
  border: none;
}

a img {
  border: 0px;
}

#kanesoftware-wrapper {
  width: 100%;
  position: relative;
  background-color: #0a4295;
}
@media (max-width: 1040px) {
  #kanesoftware-wrapper {
    padding-top: 50px;
  }
}
#kanesoftware-wrapper .kanesoftware-pline {
  position: absolute;
  bottom: -3px;
  z-index: 10;
}
@media (min-width: 1041px) {
  #kanesoftware-wrapper .kanesoftware-pline {
    width: 100%;
    min-width: 1024px;
    left: 0px;
  }
}
@media (max-width: 1040px) {
  #kanesoftware-wrapper .kanesoftware-pline {
    width: 320px;
    left: calc((100% - 320px) / 2);
  }
}
#kanesoftware-wrapper #MenuBarContainer {
  width: 100%;
  height: 70px;
  text-align: left;
  background: url(/img/kanesoftware/menubar_kanesoftware.jpg) repeat;
}
#kanesoftware-wrapper #MenuBarContent {
  width: 1024px;
  margin: 0 auto;
  padding: 0 12px;
  position: relative;
}
#kanesoftware-wrapper #MenuBarLogo {
  width: 260px;
  display: inline-block;
  line-height: 70px;
  padding-left: 20px;
  position: relative;
  top: -1px;
}
#kanesoftware-wrapper #MenuBarLogo img {
  vertical-align: middle;
}
#kanesoftware-wrapper .link {
  color: #2a6eb7;
  font-family: supermarket;
  -webkit-text-stroke: 0.5px #2a6eb7;
  letter-spacing: 1px;
  display: inline-block;
  position: absolute;
  font-size: 21px;
  line-height: 70px;
  right: 20px;
  top: 0px;
  cursor: default;
}
#kanesoftware-wrapper .link a {
  display: inline-block;
  padding: 0px 20px;
}
#kanesoftware-wrapper .link a:link {
  color: #2a6eb7;
  text-decoration: none;
}
#kanesoftware-wrapper .link a:visited {
  color: #2a6eb7;
}
#kanesoftware-wrapper .link a:hover {
  color: #800;
  text-decoration: underline;
}
#kanesoftware-wrapper #SlideContainer {
  position: relative;
  width: 100%;
  height: 500px;
  text-align: center;
  background-image: url(/img/kanesoftware/slide_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media (max-width: 1040px) {
  #kanesoftware-wrapper #SlideContainer {
    height: 300px;
  }
  #kanesoftware-wrapper #SlideContainer .bg {
    height: 300px;
  }
}
#kanesoftware-wrapper .carousel-container {
  overflow: hidden;
  position: relative;
  width: 1423px;
}
#kanesoftware-wrapper .ul-slider {
  width: 100%;
  height: 500px;
}
#kanesoftware-wrapper #Mission {
  position: relative;
  padding-top: 20px;
  height: 600px;
  color: #ddd;
  text-align: left;
  background-color: #0a4295;
}
#kanesoftware-wrapper #Mission > img {
  margin: 0 auto;
  display: block;
}
@media (min-width: 1041px) {
  #kanesoftware-wrapper #Mission {
    width: 1024px;
  }
  #kanesoftware-wrapper #Mission > p {
    display: block;
    font-family: supermarket;
    font-size: 19px;
    line-height: 2.5;
    padding: 0 12px;
    margin: 0 auto;
    margin-top: 20px;
    text-indent: 70px;
    padding-left: 44px;
  }
  #kanesoftware-wrapper #Mission .mission-info {
    position: relative;
    top: 50px;
    margin: 0 auto;
  }
  #kanesoftware-wrapper #Mission .mission-info .mission-info__unit {
    text-align: center;
    position: absolute;
  }
  #kanesoftware-wrapper #Mission .mission-info .mission-info__unit img {
    display: block;
    margin: 0 auto;
    margin-bottom: 12px;
  }
  #kanesoftware-wrapper #Mission .mission-info .mission-info__unit p {
    display: block;
    position: relative;
    font-family: supermarket;
    font-size: 17px;
    line-height: 1.2;
  }
}
@media (max-width: 1040px) {
  #kanesoftware-wrapper #Mission {
    width: 320px;
  }
  #kanesoftware-wrapper #Mission .title {
    height: 28px;
  }
  #kanesoftware-wrapper #Mission > p {
    display: block;
    font-family: supermarket;
    font-size: 16px;
    line-height: 1.3;
    padding: 0 12px;
    margin: 0 auto;
    margin-top: 12px;
    text-indent: 30px;
  }
  #kanesoftware-wrapper #Mission .mission-info {
    margin-top: 20px;
  }
  #kanesoftware-wrapper #Mission .mission-info .mission-row {
    padding: 0 12px;
    font-size: 0;
  }
  #kanesoftware-wrapper #Mission .mission-info .mission-row img {
    display: inline-block;
    vertical-align: middle;
    height: 80px;
  }
  #kanesoftware-wrapper #Mission .mission-info .mission-row span {
    display: inline-block;
    vertical-align: middle;
    font-family: supermarket;
    font-size: 16px;
    line-height: 1.2;
    width: 216px;
    padding-left: 20px;
  }
}
#kanesoftware-wrapper #Products {
  position: relative;
  padding-top: 30px;
  color: #ddd;
  text-align: center;
  background-color: #0a4295;
}
#kanesoftware-wrapper #Products > img {
  margin: 0 auto;
  display: block;
}
@media (min-width: 1041px) {
  #kanesoftware-wrapper #Products {
    width: 1024px;
    height: 600px;
  }
  #kanesoftware-wrapper #Products .title {
    margin-bottom: 30px;
  }
  #kanesoftware-wrapper #Products .product-button:not(:last-of-type) {
    margin-right: 10px;
  }
}
@media (max-width: 1040px) {
  #kanesoftware-wrapper #Products {
    width: 320px;
    height: 935px;
  }
  #kanesoftware-wrapper #Products .title {
    height: 28px;
    margin-bottom: 12px;
  }
  #kanesoftware-wrapper #Products .product-button {
    display: block;
  }
  #kanesoftware-wrapper #Products .product-button img {
    width: 190px;
  }
  #kanesoftware-wrapper #Products .product-button:not(:last-of-type) {
    margin-bottom: 3px;
  }
}
#kanesoftware-wrapper #News {
  position: relative;
  padding-top: 30px;
  width: 1024px;
  height: 600px;
  color: #ddd;
  text-align: center;
  background-color: #0a4295;
}
#kanesoftware-wrapper #News > img {
  margin: 0 auto;
  display: block;
}
#kanesoftware-wrapper #News .header {
  z-index: 1;
  position: relative;
}
#kanesoftware-wrapper #News .bg {
  position: absolute;
  top: 0;
  left: 0;
}
#kanesoftware-wrapper #Customers {
  position: relative;
  padding-top: 30px;
  width: 1024px;
  height: 600px;
  color: #ddd;
  text-align: center;
  background-color: #0a4295;
}
#kanesoftware-wrapper #Customers > img {
  margin: 0 auto;
  display: block;
}
#kanesoftware-wrapper #Aboutus {
  position: relative;
  padding-top: 30px;
  height: 600px;
  color: #ddd;
  text-align: center;
  background-color: #0a4295;
}
#kanesoftware-wrapper #Aboutus > img {
  margin: 0 auto;
  display: block;
}
@media (min-width: 1041px) {
  #kanesoftware-wrapper #Aboutus {
    width: 1024px;
  }
  #kanesoftware-wrapper #Aboutus .title {
    margin-bottom: 30px;
  }
  #kanesoftware-wrapper #Aboutus > .text {
    font-family: supermarket;
    font-size: 21px;
    line-height: 2.4;
    text-indent: 45px;
    width: 960px;
    margin: 0 auto;
    text-align: left;
  }
}
@media (max-width: 1040px) {
  #kanesoftware-wrapper #Aboutus {
    width: 320px;
    height: 645px;
  }
  #kanesoftware-wrapper #Aboutus .title {
    height: 28px;
    margin-bottom: 15px;
  }
  #kanesoftware-wrapper #Aboutus > .text {
    font-family: supermarket;
    font-size: 16px;
    line-height: 1.3;
    padding: 0 12px;
    margin: 0 auto;
    margin-top: 12px;
    text-indent: 30px;
    text-align: left;
  }
  #kanesoftware-wrapper #Aboutus .map {
    width: 312px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
  }
}
#kanesoftware-wrapper #Contactus {
  position: relative;
  padding-top: 42px;
  color: #ddd;
  text-align: center;
  background-color: #0a4295;
  font-family: supermarket;
  font-size: 24px;
}
#kanesoftware-wrapper #Contactus > img {
  margin: 0 auto;
  display: block;
}
@media (min-width: 1041px) {
  #kanesoftware-wrapper #Contactus {
    width: 1024px;
    height: 600px;
  }
  #kanesoftware-wrapper #Contactus .title {
    margin-bottom: 60px;
  }
}
@media (max-width: 1040px) {
  #kanesoftware-wrapper #Contactus {
    width: 320px;
    height: 350px;
  }
  #kanesoftware-wrapper #Contactus .title {
    height: 28px;
    margin-bottom: 30px;
  }
  #kanesoftware-wrapper #Contactus .info-row {
    padding-left: 20px;
    display: block;
    height: 50px;
    text-align: left;
    font-size: 0;
  }
  #kanesoftware-wrapper #Contactus .info-row > .icon {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
  }
  #kanesoftware-wrapper #Contactus .info-row > .icon img {
    width: 30px;
  }
  #kanesoftware-wrapper #Contactus .info-row > .info {
    display: inline-block;
    font-family: supermarket;
    font-size: 16px;
    vertical-align: middle;
    color: white;
  }
  #kanesoftware-wrapper #Contactus .info-row > .info a {
    color: white;
  }
}
#kanesoftware-wrapper .Footer.if-non-pc {
  width: 100%;
  height: 100px;
  background-color: #d7d7d7;
}
#kanesoftware-wrapper .Footer.if-non-pc .FooterContent {
  width: 320px;
  position: relative;
  font-family: supermarket;
}
#kanesoftware-wrapper .Footer.if-non-pc .FooterContent a:hover span {
  text-decoration: underline;
}
#kanesoftware-wrapper .back.ng-hide-add {
  opacity: 1;
}
#kanesoftware-wrapper .back.ng-hide-add-active {
  -moz-transition: linear 0.25s all;
  -o-transition: linear 0.25s all;
  -webkit-transition: linear 0.25s all;
  transition: linear 0.25s all;
  opacity: 0;
}
#kanesoftware-wrapper .back.ng-hide-remove {
  opacity: 0;
}
#kanesoftware-wrapper .back.ng-hide-remove-active {
  -moz-transition: linear 0.25s all;
  -o-transition: linear 0.25s all;
  -webkit-transition: linear 0.25s all;
  transition: linear 0.25s all;
  opacity: 1;
}
@media (max-width: 1040px) {
  #kanesoftware-wrapper .back {
    top: calc(100% - 80px);
    left: calc(100% - 80px);
  }
  #kanesoftware-wrapper .back img {
    width: 80px;
  }
}
@media (min-width: 1041px) {
  #kanesoftware-wrapper .back {
    top: calc(100% - 100px);
    left: calc(100% - 100px);
  }
  #kanesoftware-wrapper .back img {
    width: 100px;
  }
}

img {
  border: none;
}

a img {
  border: 0px;
}

#kacconline-wrapper {
  width: 100%;
  background-color: #499d3d;
}
@media (min-width: 1041px) {
  #kacconline-wrapper {
    min-width: 1024px;
  }
}
@media (max-width: 1040px) {
  #kacconline-wrapper {
    padding-top: 50px;
  }
}
#kacconline-wrapper #MenuBarContainer {
  width: 100%;
  height: 70px;
  text-align: left;
  position: relative;
  z-index: 11;
  background-color: #e9f2ed;
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}
#kacconline-wrapper #MenuBarContent {
  width: 1024px;
  margin: 0 auto;
  padding: 0;
  padding: 0 12px;
  position: relative;
}
#kacconline-wrapper #MenuBarLogo {
  display: inline-block;
  line-height: 70px;
  position: relative;
  top: -1px;
}
#kacconline-wrapper #MenuBarLogo div {
  display: inline-block;
}
#kacconline-wrapper #MenuBarLogo img {
  vertical-align: middle;
}
#kacconline-wrapper .link {
  color: #1e8033;
  font-family: supermarket;
  font-size: 19px;
  -webkit-text-stroke: 0.5px #1e8033;
  display: inline-block;
  position: absolute;
  line-height: 70px;
  right: 5px;
  cursor: default;
}
#kacconline-wrapper .link a {
  display: inline-block;
  padding: 0 10px;
  letter-spacing: 0.5px;
}
#kacconline-wrapper .link .register-btn {
  color: white;
  background-color: #A910B3;
  -webkit-text-stroke: 0.5px transparent;
  border-radius: 5px;
  line-height: 40px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  margin-left: 20px;
}
#kacconline-wrapper .link .register-btn:hover {
  background-color: #CC11D8;
  text-decoration: none;
}
#kacconline-wrapper .link .register-btn:active {
  background-color: #920A9A;
}
#kacconline-wrapper .link a:not(.register-btn):link {
  color: #2a6eb7;
  text-decoration: none;
}
#kacconline-wrapper .link a:not(.register-btn):visited {
  color: #2a6eb7;
}
#kacconline-wrapper .link a:not(.register-btn):hover {
  color: #800;
  text-decoration: underline;
}
#kacconline-wrapper .section-container {
  width: 1024px;
  margin: 0 auto;
  position: relative;
  color: black;
}
@media (max-width: 1040px) {
  #kacconline-wrapper .section-container {
    width: 320px;
  }
}
#kacconline-wrapper .section-title {
  margin: 0 auto;
  display: block;
  position: relative;
  height: 60px;
}
#kacconline-wrapper .section-text {
  width: 1000px;
  display: block;
  margin: 0 auto;
  text-align: left;
  font-size: 19px;
  font-weight: normal;
  line-height: 1.3;
  text-indent: 45px;
  color: black;
}
@media (max-width: 1040px) {
  #kacconline-wrapper .section-text {
    width: 320px;
    color: #212121;
    text-indent: 30px;
    line-height: 1.3;
    font-size: 16px;
    padding: 0 12px;
  }
}
#kacconline-wrapper .package-block {
  width: 180px;
  height: 150px;
  border: solid 3px #5cb34a;
  background-color: #d5e3d2;
  border-radius: 8px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
#kacconline-wrapper .package-block:not(:last-child) {
  margin-right: 15px;
}
#kacconline-wrapper .package-block > .title {
  width: 180px;
  position: absolute;
  top: 8px;
  font-size: 20px;
}
#kacconline-wrapper .package-block > .subtitle {
  width: 180px;
  position: absolute;
  top: 32px;
  font-size: 20px;
  color: #e0171f;
}
#kacconline-wrapper .package-block > .normalprice {
  width: 180px;
  position: absolute;
  text-align: right;
  bottom: 55px;
  font-size: 15px;
  padding: 0 8px;
}
#kacconline-wrapper .package-block > .normalprice > span {
  color: #e0171f;
  text-decoration: line-through;
}
#kacconline-wrapper .package-block > .pricetext {
  width: 180px;
  position: absolute;
  text-align: left;
  bottom: 17px;
  font-size: 18px;
  padding: 0 10px;
}
#kacconline-wrapper .package-block > .pricecost {
  width: 180px;
  position: absolute;
  text-align: right;
  bottom: 15px;
  font-size: 36px;
  padding: 0 8px;
}
#kacconline-wrapper .package-block > .pricecost > span {
  font-size: 24px;
}
#kacconline-wrapper .section-img-block {
  position: relative;
  display: inline-block;
  width: 340px;
  height: 280px;
  vertical-align: top;
}
#kacconline-wrapper .section-img {
  text-align: center;
  height: 190px;
}
#kacconline-wrapper .section-img img {
  position: relative;
}
#kacconline-wrapper .section-img-caption {
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  margin-top: 20px;
}
#kacconline-wrapper .section-topic {
  display: inline-block;
  position: relative;
  text-align: left;
  left: 20px;
  font-size: 30px;
  line-height: 34px;
  color: #008943;
  border-bottom: solid 1px #008943;
}
#kacconline-wrapper .if-pc .bullet {
  display: block;
  position: absolute;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: black;
}
#kacconline-wrapper strong {
  color: #266bb8;
  font-weight: normal;
}
#kacconline-wrapper #SlideContainer {
  width: 100%;
  height: 710px;
  position: relative;
  z-index: 10;
  text-align: center;
  background-image: url(/img/kacconline/slide_bg.png);
  background-repeat: no-repeat;
  background-position: center 100%;
}
@media (max-width: 1040px) {
  #kacconline-wrapper #SlideContainer {
    max-width: 768px;
    height: 450px;
    background-image: url(/img/kacconline/frame.png);
    background-position: center 0%;
    background-size: cover;
  }
  #kacconline-wrapper #SlideContainer .kapimg {
    position: absolute;
    width: 100%;
    top: 20px;
    text-align: center;
  }
  #kacconline-wrapper #SlideContainer .saletext {
    position: absolute;
    width: 100%;
    top: 225px;
    text-align: center;
  }
}
#kacconline-wrapper .register-btn-sub {
  color: white;
  background-color: #A910B3;
  font-family: supermarket;
  font-size: 19px;
  -webkit-text-stroke: 0.5px transparent;
  border-radius: 5px;
  line-height: 40px;
  height: 40px;
  width: 155px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  margin-left: 20px;
  display: inline-block;
  position: relative;
  padding-left: 10px;
}
#kacconline-wrapper .register-btn-sub:hover {
  background-color: #CC11D8;
  text-decoration: none;
}
#kacconline-wrapper .register-btn-sub:active {
  background-color: #920A9A;
}
#kacconline-wrapper .register-btn-sub > img {
  width: 32px;
  display: block;
  position: absolute;
  right: -15px;
  top: -2px;
}
#kacconline-wrapper .btn-container {
  position: absolute;
  width: 100%;
  top: 289px;
}
#kacconline-wrapper .btn-container .register-btn-sub-mobile {
  color: white;
  background-color: #A910B3;
  font-family: supermarket;
  font-size: 24px;
  -webkit-text-stroke: 0.5px transparent;
  border-radius: 5px;
  line-height: 54px;
  height: 54px;
  width: 230px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  padding-left: 10px;
  margin: 0 auto;
}
#kacconline-wrapper .btn-container .register-btn-sub-mobile:hover {
  background-color: #CC11D8;
  text-decoration: none;
}
#kacconline-wrapper .btn-container .register-btn-sub-mobile:active {
  background-color: #920A9A;
}
#kacconline-wrapper .btn-container .register-btn-sub-mobile > span {
  vertical-align: middle;
}
#kacconline-wrapper .btn-container .register-btn-sub-mobile > img {
  width: 32px;
  vertical-align: middle;
  margin-left: 3px;
  margin-top: -5px;
  margin-right: 5px;
}
#kacconline-wrapper .carousel-container {
  overflow: hidden;
  position: absolute;
  width: 650px;
  top: 93px;
  left: calc(50% - 202.5px);
}
#kacconline-wrapper .ul-slider {
  width: 100%;
  height: 280px;
}
#kacconline-wrapper .rn-carousel-control-prev {
  margin-left: -2px;
  margin-top: -22px;
  font-size: 0px;
  background-image: url(/img/kacconline/arrow_left.png);
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  display: block !important;
}
#kacconline-wrapper .rn-carousel-control-next {
  margin-right: -2px;
  margin-top: -22px;
  font-size: 0px;
  background-image: url(/img/kacconline/arrow_right.png);
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  display: block !important;
}
#kacconline-wrapper .rn-carousel-indicator {
  margin-top: -30px;
  background: transparent !important;
}
#kacconline-wrapper div.rn-carousel-indicator span {
  color: #a6a6a4;
  padding: 0 2px;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
#kacconline-wrapper div.rn-carousel-indicator span.active {
  color: white;
}
#kacconline-wrapper .section-space {
  width: 100%;
  max-width: 1185px;
  margin: 0 auto;
  font-family: supermarket;
  text-align: left;
  color: black;
  position: relative;
  z-index: 9;
  background-color: #f1eff0;
}
@media (min-width: 1041px) {
  #kacconline-wrapper .section-space:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    -moz-box-shadow: 0 0 40px 6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 40px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 40px 6px rgba(0, 0, 0, 0.5);
  }
}
#kacconline-wrapper .section-title-text {
  font-family: supermarket;
  font-size: 26px;
  line-height: 45px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  padding: 12px 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZhZTQ1NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAyNGQyNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6ae456), color-stop(100%, #024d25));
  background-image: -moz-linear-gradient(#6ae456, #024d25);
  background-image: -webkit-linear-gradient(#6ae456, #024d25);
  background-image: linear-gradient(#6ae456, #024d25);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#kacconline-wrapper #Section2 {
  margin-top: -110px;
  padding-top: 55px;
  height: 1680px;
}
@media (max-width: 1040px) {
  #kacconline-wrapper #Section2 {
    max-width: 696px;
    height: 810px;
  }
  #kacconline-wrapper #Section2 .section-bullet {
    padding-left: 20px;
    margin-top: 20px;
    position: relative;
  }
  #kacconline-wrapper #Section2 .section-bullet > .img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
  }
  #kacconline-wrapper #Section2 .section-bullet > .img img {
    width: 80px;
  }
  #kacconline-wrapper #Section2 .section-bullet > .bullet {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.3;
    color: black;
  }
  #kacconline-wrapper #Section2 .section-bullet .downarrow {
    position: absolute;
    left: 51px;
    width: 16px;
  }
}
#kacconline-wrapper #SectionExample {
  height: 1620px;
  padding-top: 35px;
}
@media (max-width: 1040px) {
  #kacconline-wrapper #SectionExample {
    max-width: 696px;
    padding-top: 5px;
  }
  #kacconline-wrapper #SectionExample .eximg {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 15px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  #kacconline-wrapper #SectionExample .extext {
    display: block;
    text-align: center;
    line-height: 1.3;
  }
}
#kacconline-wrapper #Section3 {
  height: 660px;
  padding-top: 35px;
}
@media (max-width: 1040px) {
  #kacconline-wrapper #Section3 {
    max-width: 696px;
    height: 340px;
    padding-top: 5px;
  }
  #kacconline-wrapper #Section3 .img {
    width: 320px;
  }
}
#kacconline-wrapper #Section4 {
  height: 834px;
  padding-top: 35px;
}
@media (max-width: 1040px) {
  #kacconline-wrapper #Section4 {
    max-width: 696px;
    padding-top: 5px;
  }
}
#kacconline-wrapper #SectionNews {
  height: 780px;
  padding-top: 35px;
}
@media (max-width: 1040px) {
  #kacconline-wrapper #SectionNews {
    max-width: 696px;
    padding-top: 5px;
  }
}
#kacconline-wrapper #Section5 {
  height: 1560px;
  padding-top: 20px;
}
@media (max-width: 1040px) {
  #kacconline-wrapper #Section5 {
    max-width: 696px;
    height: 2075px;
    padding-top: 5px;
  }
}
#kacconline-wrapper #Section5 .table-package {
  text-align: center;
}
#kacconline-wrapper #Section5 .table-package table {
  margin: 0 auto;
  border-collapse: collapse;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}
#kacconline-wrapper #Section5 .table-package table th, #kacconline-wrapper #Section5 .table-package table td {
  font-weight: normal;
}
#kacconline-wrapper #Section5 .table-package table th.cell-title, #kacconline-wrapper #Section5 .table-package table td.cell-title {
  width: 450px;
}
#kacconline-wrapper #Section5 .table-package table th.cell-standard, #kacconline-wrapper #Section5 .table-package table td.cell-standard {
  width: 140px;
}
@media (max-width: 1040px) {
  #kacconline-wrapper #Section5 .table-package table th.cell-title, #kacconline-wrapper #Section5 .table-package table td.cell-title {
    width: 230px;
  }
  #kacconline-wrapper #Section5 .table-package table th.cell-standard, #kacconline-wrapper #Section5 .table-package table td.cell-standard {
    width: 85px;
  }
}
#kacconline-wrapper #Section5 .table-package table thead th {
  height: 100px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxYjU0YSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ1YTg0OCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #61b54a), color-stop(100%, #45a848));
  background-image: -moz-linear-gradient(#61b54a, #45a848);
  background-image: -webkit-linear-gradient(#61b54a, #45a848);
  background-image: linear-gradient(#61b54a, #45a848);
}
#kacconline-wrapper #Section5 .table-package table thead th.cell-title {
  text-align: center;
}
#kacconline-wrapper #Section5 .table-package table thead th.cell-title span {
  vertical-align: middle;
  color: white;
  font-size: 32px;
  margin-right: 20px;
}
#kacconline-wrapper #Section5 .table-package table thead th.cell-title img {
  width: 85px;
  vertical-align: middle;
}
#kacconline-wrapper #Section5 .table-package table thead th.cell-standard {
  text-align: center;
  position: relative;
  border-left: solid 1px #419c43;
}
#kacconline-wrapper #Section5 .table-package table thead th.cell-standard .type {
  width: 100%;
  color: white;
  font-size: 18px;
  line-height: 25px;
  background-color: #3a6d2c;
  position: absolute;
  top: 0;
}
#kacconline-wrapper #Section5 .table-package table thead th.cell-standard .special {
  width: 100%;
  font-size: 14px;
  color: white;
  text-align: right;
  padding-right: 23px;
  position: absolute;
  width: 100%;
  top: 24px;
}
#kacconline-wrapper #Section5 .table-package table thead th.cell-standard .special > span {
  color: #e0171f;
  text-decoration: line-through;
}
#kacconline-wrapper #Section5 .table-package table thead th.cell-standard .cost {
  width: 100%;
  font-size: 32px;
  color: white;
  position: absolute;
  width: 100%;
  top: 30px;
}
#kacconline-wrapper #Section5 .table-package table thead th.cell-standard .month {
  font-size: 18px;
  color: white;
  position: absolute;
  width: 100%;
  top: 66px;
}
@media (max-width: 1040px) {
  #kacconline-wrapper #Section5 .table-package table thead th.cell-title span {
    font-size: 24px;
    margin-right: 0px;
  }
  #kacconline-wrapper #Section5 .table-package table thead th.cell-title img {
    width: 85px;
  }
  #kacconline-wrapper #Section5 .table-package table thead th.cell-standard .type {
    font-size: 18px;
    line-height: 25px;
  }
  #kacconline-wrapper #Section5 .table-package table thead th.cell-standard .special {
    font-size: 14px;
    line-height: 24px;
    padding-right: 5px;
    top: 24px;
  }
  #kacconline-wrapper #Section5 .table-package table thead th.cell-standard .cost {
    font-size: 24px;
    line-height: 41px;
    top: 40px;
  }
  #kacconline-wrapper #Section5 .table-package table thead th.cell-standard .month {
    font-size: 18px;
    line-height: 31px;
    top: 66px;
  }
}
#kacconline-wrapper #Section5 .table-package table tbody tr {
  height: 38px;
}
#kacconline-wrapper #Section5 .table-package table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
#kacconline-wrapper #Section5 .table-package table tbody tr:nth-child(even) {
  background-color: white;
}
#kacconline-wrapper #Section5 .table-package table tbody td {
  color: #646464;
  font-size: 17px;
}
#kacconline-wrapper #Section5 .table-package table tbody td.cell-title {
  padding-left: 15px;
  text-align: left;
}
#kacconline-wrapper #Section5 .table-package table tbody td.cell-standard {
  text-align: center;
  border-left: solid 1px #c3c3c3;
}
#kacconline-wrapper #Section5 .table-package table tbody td.cell-standard img {
  width: 20px;
}
@media (max-width: 1040px) {
  #kacconline-wrapper #Section5 .table-package table tbody tr {
    height: initial;
  }
  #kacconline-wrapper #Section5 .table-package table tbody td {
    font-size: 16px;
  }
  #kacconline-wrapper #Section5 .table-package table tbody td.cell-title {
    padding: 5px 0;
    padding-left: 10px;
    padding-right: 5px;
    line-height: 1.5;
  }
}
#kacconline-wrapper #Section6 {
  height: 505px;
  padding-top: 0px;
}
@media (max-width: 1040px) {
  #kacconline-wrapper #Section6 {
    height: 205px;
    max-width: 696px;
    padding-top: 5px;
    overflow: hidden;
  }
}
#kacconline-wrapper #Footer {
  position: relative;
  z-index: 11;
  border-top: solid 1px white;
  -moz-box-shadow: 0 -1px 3px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 -1px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0 -1px 3px 0px rgba(0, 0, 0, 0.5);
}
#kacconline-wrapper .Footer.if-non-pc {
  width: 100%;
  height: 100px;
  background-color: #d7d7d7;
}
#kacconline-wrapper .Footer.if-non-pc .FooterContent {
  width: 320px;
  position: relative;
  font-family: supermarket;
}
#kacconline-wrapper .Footer.if-non-pc .FooterContent a:hover span {
  text-decoration: underline;
}
#kacconline-wrapper .back.ng-hide-add {
  opacity: 1;
}
#kacconline-wrapper .back.ng-hide-add-active {
  -moz-transition: linear 0.25s all;
  -o-transition: linear 0.25s all;
  -webkit-transition: linear 0.25s all;
  transition: linear 0.25s all;
  opacity: 0;
}
#kacconline-wrapper .back.ng-hide-remove {
  opacity: 0;
}
#kacconline-wrapper .back.ng-hide-remove-active {
  -moz-transition: linear 0.25s all;
  -o-transition: linear 0.25s all;
  -webkit-transition: linear 0.25s all;
  transition: linear 0.25s all;
  opacity: 1;
}
@media (max-width: 1040px) {
  #kacconline-wrapper .back {
    top: calc(100% - 80px);
    left: calc(100% - 80px);
  }
  #kacconline-wrapper .back img {
    width: 80px;
  }
}
@media (min-width: 1041px) {
  #kacconline-wrapper .back {
    top: calc(100% - 100px);
    left: calc(100% - 100px);
  }
  #kacconline-wrapper .back img {
    width: 100px;
  }
}
@media (max-width: 1040px) {
  #kacconline-wrapper .back {
    top: calc(100% - 80px);
    left: calc(100% - 80px);
  }
  #kacconline-wrapper .back img {
    width: 80px;
  }
}
@media (min-width: 1041px) {
  #kacconline-wrapper .back {
    top: calc(100% - 100px);
    left: calc(100% - 100px);
  }
  #kacconline-wrapper .back img {
    width: 100px;
  }
}

#mypageOld-wrapper {
  min-height: calc(100vh - 56px);
  background-color: #e9eaee;
  font-size: 0px;
  min-width: 1000px;
  position: relative;
  padding-bottom: 48px;
}
#mypageOld-wrapper .menu-space {
  width: 200px;
  display: inline-block;
  position: absolute;
  background-color: #012b41;
  top: 0px;
  bottom: 48px;
}
#mypageOld-wrapper .menu-space .menu-row {
  display: block;
  width: 100%;
  height: 43px;
  line-height: 43px;
  color: white;
  cursor: pointer;
  position: relative;
}
#mypageOld-wrapper .menu-space .menu-row:hover {
  opacity: 0.8;
}
#mypageOld-wrapper .menu-space .menu-row.selected {
  background-color: #fe4f22;
  opacity: 1;
}
#mypageOld-wrapper .menu-space .menu-row.selected:before {
  content: '';
  background-color: #fe4f22;
  position: absolute;
  right: -2px;
  width: 2px;
  height: 100%;
}
#mypageOld-wrapper .menu-space .menu-row-icon {
  display: inline-block;
  vertical-align: middle;
  width: 66px;
  text-align: center;
}
#mypageOld-wrapper .menu-space .menu-row-icon img {
  vertical-align: middle;
}
#mypageOld-wrapper .menu-space .menu-row-text {
  display: inline-block;
  vertical-align: middle;
  font-family: supermarket;
  font-size: 18px;
}
#mypageOld-wrapper .content-space {
  height: calc(100% - 48px);
  width: calc(100% - 200px);
  display: inline-block;
  position: relative;
  vertical-align: top;
  left: 200px;
}
#mypageOld-wrapper .footer-space {
  width: 100%;
  height: 48px;
  display: block;
  position: absolute;
  background-color: #000f16;
  line-height: 48px;
  padding-left: 5px;
  bottom: 0px;
}
#mypageOld-wrapper .footer-space .copyright-text {
  position: relative;
  font-family: 'myriadPro';
  font-size: 11px;
  color: #f68e1f;
}
#mypageOld-wrapper .footer-space .call-text {
  position: absolute;
  font-family: 'supermarket';
  font-size: 17px;
  top: 0px;
  right: 10px;
  color: #f68e1f;
  -webkit-text-stroke: #f68e1f 0.5px;
}
#mypageOld-wrapper .footer-space .call-text .phone-icon {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 5px;
}

.mypageOld-content-space {
  height: 100%;
  font-family: superstore;
}
.mypageOld-content-space .header-bar {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0px 15px;
  border-bottom: #073147 solid 2px;
}
.mypageOld-content-space .header-bar .header-bar-icon {
  display: inline-block;
  width: 35px;
  margin-right: 15px;
}
.mypageOld-content-space .header-bar .header-bar-icon img {
  vertical-align: middle;
}
.mypageOld-content-space .header-bar .title-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  margin-top: 3px;
  color: #073147;
}
.mypageOld-content-space .content-body {
  width: 100%;
  height: calc(100% - 50px);
  color: #073147;
}

.mypageOld-content-space--download .content-body .header-row {
  height: 60px;
  line-height: 60px;
  font-size: 0px;
}
.mypageOld-content-space--download .content-body .header-row .header-row-title {
  display: inline-block;
  font-size: 26px;
}
.mypageOld-content-space--download .content-body .data-section .data-row {
  line-height: 20px;
  font-size: 0px;
}
.mypageOld-content-space--download .content-body .data-section .data-row img {
  vertical-align: middle;
}
.mypageOld-content-space--download .content-body .data-section .data-row a {
  position: relative;
  text-decoration: none;
  color: #073147 !important;
}
.mypageOld-content-space--download .content-body .data-section .data-row a:hover {
  opacity: 0.8;
}
.mypageOld-content-space--download .content-body .data-section .data-row a:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  background-color: #073147;
}
.mypageOld-content-space--download .content-body .data-section .data-row > div {
  display: inline-block;
  font-size: 19px;
}
.mypageOld-content-space--download .content-body .data-section .data-row .col1 {
  width: 67px;
  text-align: center;
}
.mypageOld-content-space--download .content-body .data-section .data-row .col2 {
  width: 175px;
}
.mypageOld-content-space--download .content-body .data-section .data-row .col3 {
  width: 150px;
}
.mypageOld-content-space--download .content-body .data-section .data-row .col4 {
  width: calc(100% - 72px - 175px - 150px);
}

.mypageOld-content-space--support .content-body .remote-section {
  margin-left: 55px;
  margin-top: 28px;
  width: 320px;
  text-align: center;
}
.mypageOld-content-space--support .content-body .remote-section .remote-desc {
  margin-top: 5px;
  font-size: 24px;
}

.other-wrapper {
  width: 100%;
  min-width: 730px;
  min-height: calc(100vh - 56px);
  background-color: #bdbdbd;
  padding-bottom: 100px;
}

.login-wrapper {
  position: relative;
}
@media (max-width: 1040px) {
  .login-wrapper {
    min-width: 320px;
    padding-top: 50px;
    padding-bottom: 60px;
    min-height: 100vh;
  }
}

.verify-user-wrapper {
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 1040px) {
  .verify-user-wrapper {
    min-width: 320px;
    padding-top: 50px;
    padding-bottom: 0px;
    min-height: 100vh;
  }
}
.verify-user-wrapper .verify-user-container {
  margin: 0 auto;
  display: block;
  position: relative;
  top: 100px;
  width: 500px;
  height: 100px;
  line-height: 100px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #f1f1f1;
  z-index: 10;
  font-size: 23px;
  font-family: supermarket;
  -moz-box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1040px) {
  .verify-user-wrapper .verify-user-container {
    width: 310px;
    height: inherit;
    line-height: 1.3;
    padding: 20px 10px;
    font-size: 18px;
  }
}
.verify-user-wrapper .verify-user-container .verify-text {
  margin: 0 auto;
  display: inline-block;
  width: 280px;
  text-align: left;
}
.verify-user-wrapper .verify-user-container .error-text {
  margin: 0 auto;
  text-align: center;
}
.verify-user-wrapper .verify-user-container .success-text {
  color: #4caf50;
  margin: 0 auto;
  text-align: center;
}

.change-password-wrapper {
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 1040px) {
  .change-password-wrapper {
    min-width: 320px;
    padding-top: 50px;
    padding-bottom: 60px;
    min-height: 100vh;
  }
}
.change-password-wrapper .cp-form {
  display: block;
  width: 400px;
  min-height: 320px;
  padding: 10px 20px 14px 20px;
  border-radius: 5px;
  font-family: supermarket;
  overflow: hidden;
  background-color: #e5e5e5;
  z-index: 10;
  position: relative;
  top: 100px;
  -moz-box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1040px) {
  .change-password-wrapper .cp-form {
    width: 320px;
    min-height: 270px;
    top: 35px;
  }
}
.change-password-wrapper .cp-form .cp-title {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}
@media (max-width: 1040px) {
  .change-password-wrapper .cp-form .cp-title {
    margin-top: 5px;
    height: 28px;
  }
}
.change-password-wrapper .cp-form .cp-title-underline {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 5px;
}
@media (max-width: 1040px) {
  .change-password-wrapper .cp-form .cp-title-underline {
    width: 275px;
  }
}
.change-password-wrapper .cp-form .cp-user {
  margin: 15px auto 20px auto;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  color: #2b4592;
}
@media (max-width: 1040px) {
  .change-password-wrapper .cp-form .cp-user {
    font-size: 20px;
    margin: 5px auto 10px auto;
  }
}
.change-password-wrapper .cp-form .cp-row {
  position: relative;
}
.change-password-wrapper .cp-form .cp-error-panel {
  margin: 0 auto;
  width: 300px;
  background-color: #f8f8dc;
  border: solid 1px #e53935;
  color: #e53935;
  font-family: supermarket;
  padding: 5px 5px;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
  margin-top: 15px;
}
@media (max-width: 1040px) {
  .change-password-wrapper .cp-form .cp-error-panel {
    width: 240px;
    letter-spacing: 0;
  }
}
.change-password-wrapper .cp-form .cp-textbox-icon {
  position: absolute;
  left: 40px;
  top: 10px;
}
@media (max-width: 1040px) {
  .change-password-wrapper .cp-form .cp-textbox-icon {
    left: 28px;
    top: 9px;
    height: 22px;
  }
}
.change-password-wrapper .cp-form .cp-textbox {
  width: 300px;
  height: 50px;
  background-color: #f4f5f7;
  border-radius: 5px;
  border: none;
  margin: 10px auto;
  padding-left: 55px;
  display: block;
  font-family: myriadPro;
  font-size: 16px;
}
@media (max-width: 1040px) {
  .change-password-wrapper .cp-form .cp-textbox {
    width: 240px;
    height: 40px;
    padding-left: 40px;
    font-size: 14px;
  }
}
.change-password-wrapper .cp-form .cp-textbox::-webkit-input-placeholder {
  color: #878787;
}
.change-password-wrapper .cp-form .cp-btn {
  display: block;
  border: none;
  position: relative;
  background-color: #2c85c9;
  color: white;
  width: 300px;
  height: 50px;
  border-radius: 5px;
  margin: 15px auto;
  text-align: center;
  -moz-box-shadow: 1px 2px #2b6db7;
  -webkit-box-shadow: 1px 2px #2b6db7;
  box-shadow: 1px 2px #2b6db7;
}
.change-password-wrapper .cp-form .cp-btn--submit {
  font-family: supermarket;
  font-size: 17px;
}
.change-password-wrapper .cp-form .cp-btn--submit:hover {
  background-color: #3296e3;
}
.change-password-wrapper .cp-form .cp-btn--submit:active {
  background-color: #2673ae;
}
.change-password-wrapper .cp-form .cp-btn--spinning {
  cursor: not-allowed;
  background-color: #76879f;
  -moz-box-shadow: 1px 2px #60657f;
  -webkit-box-shadow: 1px 2px #60657f;
  box-shadow: 1px 2px #60657f;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1040px) {
  .change-password-wrapper .cp-form .cp-btn {
    width: 240px;
    height: 40px;
    margin-bottom: 12px;
  }
  .change-password-wrapper .cp-form .cp-btn--submit {
    font-size: 16px;
  }
}
.change-password-wrapper .cp-form .cp-footer-underline {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 0px;
}
@media (max-width: 1040px) {
  .change-password-wrapper .cp-form .cp-footer-underline {
    width: 275px;
  }
}
.change-password-wrapper .cp-form .cp-footer-divider {
  display: inline-block;
  font-size: 16px;
  color: #878787;
  line-height: 17px;
}
.change-password-wrapper .cp-form .cp-footer-margin {
  margin: 0 auto;
  width: 300px;
  margin-top: 6px;
  position: relative;
}
@media (max-width: 1040px) {
  .change-password-wrapper .cp-form .cp-footer-margin {
    width: 240px;
  }
}
.change-password-wrapper .cp-form .cp-footer-text {
  display: inline-block;
  font-family: supermarket;
  color: #646464;
  font-size: 15px;
  padding: 0 3px;
  line-height: 17px;
}
.change-password-wrapper .cp-form .cp-footer-text[ng-click]:hover {
  color: #969696;
}
.change-password-wrapper .cp-form .cp-success-error-panel {
  margin: 0 auto;
  width: 345px;
  background-color: #f8f8dc;
  border: solid 1px #e53935;
  color: #e53935;
  font-family: supermarket;
  padding: 5px 15px;
}
.change-password-wrapper .cp-form .cp-success-error-panel .title {
  font-size: 21px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 3px;
}
.change-password-wrapper .cp-form .cp-success-error-panel .bullet {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: left;
}
.change-password-wrapper .cp-form .cp-bottom-bar {
  position: absolute;
  display: block;
  bottom: 0px;
  left: 0px;
}
@media (max-width: 1040px) {
  .change-password-wrapper .cp-form .cp-bottom-bar {
    width: 320px;
  }
}

.policy-wrapper {
  position: relative;
  background-color: #0a4295;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-bottom: 100px;
  height: initial;
}
@media (max-width: 1040px) {
  .policy-wrapper {
    min-width: 320px;
    padding-top: 50px;
    padding-bottom: 35px;
  }
}
.policy-wrapper .policy-bg {
  position: absolute;
  width: 100%;
  height: 700px;
  background-image: url(/img/policy/policy_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
.policy-wrapper .policy-title {
  position: relative;
  top: 40px;
}
@media (max-width: 1040px) {
  .policy-wrapper .policy-title {
    height: 28px;
    top: 15px;
  }
}
.policy-wrapper .policy-container {
  display: block;
  width: 1024px;
  top: 60px;
  min-height: 320px;
  padding: 20px 20px;
  border-radius: 5px;
  font-family: supermarket;
  overflow: hidden;
  background-color: #fafafa;
  position: relative;
  -moz-box-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1040px) {
  .policy-wrapper .policy-container {
    top: 25px;
    width: 310px;
    padding: 10px 10px;
  }
}
.policy-wrapper .policy-container .policy-header {
  color: #2b4592;
  font-size: 24px;
}
@media (max-width: 1040px) {
  .policy-wrapper .policy-container .policy-header {
    font-size: 18px;
    line-height: 1.5;
  }
}
.policy-wrapper .policy-container .policy-content {
  text-align: left;
  list-style-type: decimal;
  margin-top: 10px;
}
.policy-wrapper .policy-container .policy-text {
  margin-top: 20px;
  margin-left: 25px;
  line-height: 1.3;
  font-size: 18px;
}
@media (max-width: 1040px) {
  .policy-wrapper .policy-container .policy-text {
    margin-top: 10px;
    margin-left: 15px;
    font-size: 16px;
  }
}
.policy-wrapper .policy-container .policy-footer-pic {
  display: block;
  margin-top: 20px;
  width: 984px;
}
@media (max-width: 1040px) {
  .policy-wrapper .policy-container .policy-footer-pic {
    width: 100%;
  }
}

.manual-wrapper {
  position: relative;
  background-color: #e9eaee;
  padding-bottom: 0;
  font-family: supermarket;
  min-width: 1024px;
}
.manual-wrapper .header-content {
  position: relative;
  text-align: left;
  padding-left: 5px;
}
.manual-wrapper .header-bar {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0px 15px;
  position: relative;
  font-size: 0px;
}
.manual-wrapper .header-bar:before {
  content: '';
  background-color: #073147;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
}
.manual-wrapper .header-bar .header-bar-icon {
  display: inline-block;
  width: 35px;
  margin-right: 10px;
  position: relative;
}
.manual-wrapper .header-bar .header-bar-icon img {
  vertical-align: middle;
}
.manual-wrapper .header-bar .title-text {
  position: relative;
  top: 2px;
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  font-family: superstore;
  margin-right: 20px;
  color: #073147;
}
.manual-wrapper .header-bar .header-tab {
  display: inline-block;
  font-family: superstore;
  font-size: 22px;
  padding: 0 20px;
  vertical-align: middle;
  position: relative;
  color: #073147;
}
.manual-wrapper .header-bar .header-tab:hover {
  background-color: #c5ccd3;
}
.manual-wrapper .header-bar .header-tab.selected {
  color: white;
  background-color: #073147;
}
.manual-wrapper .header-bar .header-tab.selected:after {
  content: '';
  position: absolute;
  background-color: #073147;
  width: 14px;
  height: 14px;
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  bottom: -6px;
  left: calc(50% - 6px);
}
.manual-wrapper .kacc-panel {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.manual-wrapper .kacc-panel .cs-text {
  color: #073147;
  font-size: 36px;
  position: relative;
  top: 30%;
}
.manual-wrapper .manual-layout {
  width: 1000px;
  border: solid 1px #b0b0b0;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.manual-wrapper .manual-col-left {
  width: 250px;
  float: left;
  border-right: solid #b0b0b0 1px;
}
.manual-wrapper .manual-col-right {
  width: 750px;
  float: left;
}
.manual-wrapper .manual-header-row {
  height: 35px;
  line-height: 35px;
  color: #073147;
  text-align: center;
  border-bottom: solid 1px #b0b0b0;
  overflow: hidden;
}
.manual-wrapper .manual-header-group {
  font-size: 18px;
  font-weight: bold;
}
.manual-wrapper .manual-header-group select {
  color: #073147;
  font-size: 18px;
  font-family: supermarket;
  font-weight: bold;
}
.manual-wrapper .manual-header-btn {
  float: left;
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 65px;
  border-right: solid 1px #b0b0b0;
}
.manual-wrapper .manual-header-btn:hover {
  background-color: #c5ccd3;
}
.manual-wrapper .manual-header-btn.selected {
  color: white;
  background-color: #073147;
}
.manual-wrapper .manual-title-row {
  height: 45px;
  line-height: 45px;
  color: white;
  text-align: center;
  font-size: 22px;
  background-color: #073147;
  border-bottom: solid 1px #b0b0b0;
  overflow: hidden;
}
.manual-wrapper .manual-content-row {
  background-color: white;
  min-height: 450px;
  height: calc(100vh - 230px);
}
.manual-wrapper .manual-content-row .manual-col-left {
  height: 100%;
}
.manual-wrapper .manual-content-row .manual-col-right {
  height: 100%;
}
.manual-wrapper .manual-col-wrap {
  overflow-y: scroll;
}
.manual-wrapper .manual-ch {
  height: 38px;
  line-height: 38px;
  border-bottom: solid 1px #e7e7e7;
  text-align: left;
}
.manual-wrapper .ch-text {
  font-size: 16px;
  color: #878787;
  padding-left: 10px;
}
.manual-wrapper .manual-sub-ch {
  height: 38px;
  line-height: 38px;
  font-size: 0;
  border-bottom: solid 1px #e7e7e7;
  text-align: left;
  position: relative;
  display: flex;
}
.manual-wrapper .manual-sub-ch-btn {
  position: relative;
  vertical-align: top;
  flex: 1;
  overflow: hidden;
}
.manual-wrapper .manual-sub-ch-btn:hover {
  background-color: #f0f2f4;
}
.manual-wrapper .manual-sub-ch-btn.selected {
  background-color: #99aab2;
}
.manual-wrapper .manual-sub-ch-btn.selected .sub-ch-text {
  color: white;
}
.manual-wrapper .sub-ch-text {
  font-size: 16px;
  color: #878787;
  padding-left: 10px;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.manual-wrapper .pdf-icon {
  position: absolute;
  right: 3px;
  top: 0px;
  height: 100%;
}
.manual-wrapper .pdf-icon img {
  vertical-align: middle;
}
.manual-wrapper .video-btn {
  display: inline-block;
  border-left: solid 1px #e7e7e7;
  width: 38px;
  vertical-align: top;
  height: 100%;
  text-align: center;
  background-color: white;
}
.manual-wrapper .video-btn img {
  vertical-align: middle;
}
.manual-wrapper .video-btn:not(.empty):hover {
  background-color: #f0f2f4;
}
.manual-wrapper .video-btn.empty {
  cursor: default;
}
.manual-wrapper .video-btn.empty img {
  display: none;
}

.video-wrapper {
  position: relative;
  background-color: #e9eaee;
  padding-bottom: 0;
  height: 0px;
  font-family: supermarket;
}
.video-wrapper .header-content {
  position: relative;
  text-align: left;
  padding-left: 5px;
}
.video-wrapper .header-bar {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0px 15px;
  position: relative;
  font-size: 0px;
}
.video-wrapper .header-bar:before {
  content: '';
  background-color: #073147;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
}
.video-wrapper .header-bar .header-bar-icon {
  display: inline-block;
  width: 35px;
  margin-right: 10px;
  position: relative;
}
.video-wrapper .header-bar .header-bar-icon img {
  vertical-align: middle;
}
.video-wrapper .header-bar .title-text {
  position: relative;
  top: 2px;
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  font-family: superstore;
  margin-right: 20px;
  color: #073147;
}
.video-wrapper .header-bar .header-tab {
  display: inline-block;
  font-family: superstore;
  font-size: 22px;
  padding: 0 20px;
  vertical-align: middle;
  position: relative;
  color: #073147;
}
.video-wrapper .header-bar .header-tab:hover {
  background-color: #c5ccd3;
}
.video-wrapper .header-bar .header-tab.selected {
  color: white;
  background-color: #073147;
}
.video-wrapper .header-bar .header-tab.selected:after {
  content: '';
  position: absolute;
  background-color: #073147;
  width: 14px;
  height: 14px;
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  bottom: -6px;
  left: calc(50% - 6px);
}
.video-wrapper .content-body {
  height: calc(100% - 50px);
}
.video-wrapper .kacc-panel {
  height: 100%;
  width: 100%;
}
.video-wrapper .kacc-panel .cs-text {
  color: #073147;
  font-size: 36px;
  position: relative;
  top: 30%;
}

#mypage-wrapper {
  min-height: calc(100vh - 56px);
  background-color: #e9eaee;
  font-size: 0px;
  min-width: 1024px;
  position: relative;
  padding-bottom: 48px;
}
#mypage-wrapper popup-info {
  width: 260px;
  border: solid 1px #878787;
  background-color: #f3f3f3;
  -moz-box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 2;
}
#mypage-wrapper popup-info .pi-title {
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: white;
  background-color: #073147;
  font-size: 17px;
  text-align: center;
}
#mypage-wrapper popup-info .pi-content {
  padding: 8px 10px 0px 10px;
  background-color: #f3f3f3;
}
#mypage-wrapper popup-info .pi-content .pi-row {
  font-size: 16px;
  color: #073147;
  word-break: break-word;
  line-height: 1;
  text-align: left;
  margin-bottom: 8px;
}
#mypage-wrapper popup-info .pi-content .pi-row .pi-info-text {
  color: #878787;
}
#mypage-wrapper .menu-space {
  width: 200px;
  display: inline-block;
  position: absolute;
  background-color: #012b41;
  top: 0px;
  bottom: 48px;
}
#mypage-wrapper .menu-space .menu-row {
  width: 100%;
  height: 43px;
  line-height: 43px;
  color: white;
  cursor: pointer;
  position: relative;
  display: block;
}
#mypage-wrapper .menu-space .menu-row .message-no {
  font-family: supermarket;
  padding: 0 0.4em;
  background-color: red;
  border-radius: 50%;
  line-height: 1;
  height: 1.20em;
  min-width: 1.2em;
  color: white;
  font-size: 16px;
  top: 12px;
  right: 12px;
  position: absolute;
  z-index: 1;
}
#mypage-wrapper .menu-space .menu-row:hover {
  opacity: 0.8;
}
#mypage-wrapper .menu-space .menu-row.selected {
  background-color: #fe4f22;
  opacity: 1;
}
#mypage-wrapper .menu-space .menu-row.selected .message-no {
  background-color: white;
  color: red;
}
#mypage-wrapper .menu-space .menu-row.selected:before {
  content: '';
  background-color: #fe4f22;
  position: absolute;
  right: -2px;
  width: 2px;
  height: 100%;
}
#mypage-wrapper .menu-space .menu-row-icon {
  display: inline-block;
  vertical-align: middle;
  width: 66px;
  text-align: center;
}
#mypage-wrapper .menu-space .menu-row-icon img {
  vertical-align: middle;
}
#mypage-wrapper .menu-space .menu-row-text {
  display: inline-block;
  vertical-align: middle;
  font-family: supermarket;
  font-size: 18px;
}
#mypage-wrapper .content-space {
  min-height: 300px;
  width: calc(100% - 200px);
  display: inline-block;
  position: relative;
  vertical-align: top;
  left: 200px;
}
#mypage-wrapper .footer-space {
  width: 100%;
  height: 48px;
  display: block;
  position: absolute;
  background-color: #000f16;
  line-height: 48px;
  padding-left: 5px;
  bottom: 0px;
}
#mypage-wrapper .footer-space .copyright-text {
  position: relative;
  font-family: 'myriadPro';
  font-size: 11px;
  color: #f68e1f;
}
#mypage-wrapper .footer-space .call-text {
  position: absolute;
  font-family: 'supermarket';
  font-size: 17px;
  top: 0px;
  right: 10px;
  color: #f68e1f;
  -webkit-text-stroke: #f68e1f 0.5px;
}
#mypage-wrapper .footer-space .call-text .phone-icon {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 5px;
}

.mypage-content-space {
  height: 100%;
  font-family: superstore;
}
.mypage-content-space .header-bar {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0px 15px;
  position: relative;
}
.mypage-content-space .header-bar:before {
  content: '';
  background-color: #073147;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
}
.mypage-content-space .header-bar .header-bar-icon {
  display: inline-block;
  width: 35px;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.mypage-content-space .header-bar .header-bar-icon img {
  vertical-align: middle;
}
.mypage-content-space .header-bar .title-text {
  position: relative;
  top: 2px;
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  font-family: superstore;
  margin-right: 35px;
  color: #073147;
}
.mypage-content-space .header-bar .header-tab {
  display: inline-block;
  font-family: superstore;
  font-size: 22px;
  padding: 0 20px;
  vertical-align: middle;
  position: relative;
  color: #073147;
}
.mypage-content-space .header-bar .header-tab:hover {
  background-color: #c5ccd3;
}
.mypage-content-space .header-bar .header-tab.selected {
  color: white;
  background-color: #073147;
}
.mypage-content-space .header-bar .header-tab.selected:after {
  content: '';
  position: absolute;
  background-color: #073147;
  width: 14px;
  height: 14px;
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  bottom: -6px;
  left: calc(50% - 6px);
}
.mypage-content-space .content-body {
  width: 100%;
  height: calc(100% - 50px);
  color: #073147;
}
.mypage-content-space .content-body .mypage-input-row {
  line-height: 48px;
  position: relative;
}
.mypage-content-space .content-body .mypage-input-title {
  font-family: supermarket;
  font-size: 18px;
  height: 48px;
  display: inline-block;
}
.mypage-content-space .content-body .mypage-input-box {
  background-color: #f4f5f7;
  display: inline-block;
  font-family: myriadPro;
  font-size: 15px;
  padding-left: 20px;
  height: 48px;
  border-radius: 5px;
  border: none;
  color: #073147;
}
.mypage-content-space .content-body .mypage-input-box.disabled {
  background-color: #d7d7d7;
  color: #3c3c3c;
}
.mypage-content-space .content-body .mypage-input-error-sign {
  position: absolute;
  top: 15px;
  right: -20px;
}
.mypage-content-space .content-body .prompt-button-row {
  line-height: 30px;
  position: absolute;
  right: 8px;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.mypage-content-space .content-body .prompt-button {
  display: inline-block;
  font-size: 18px;
  padding: 3px 6px;
  border-radius: 5px;
}
.mypage-content-space .content-body .prompt-button:hover:not(.disabled):not(.no-hover) {
  background-color: #f1f1f1;
}
.mypage-content-space .content-body .prompt-button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.mypage-content-space .content-body .prompt-button img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.mypage-content-space .content-body .prompt-spinning {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 2px;
  margin-right: 5px;
  font-size: 18px;
  padding: 3px 6px;
  border-radius: 5px;
}
.mypage-content-space .content-body .prompt-spinning .spinner > div {
  background-color: #073147;
}

.mypage-content-space--home {
  font-family: supermarket;
}
.mypage-content-space--home .modal-box-overlay .modal-box {
  width: 400px;
}
.mypage-content-space--home .modal-box-overlay .modal-box > .renew-desc {
  margin-top: 0px;
  margin-bottom: 0px;
}
.mypage-content-space--home .modal-box-overlay .modal-box > .renew-desc > .text1 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.mypage-content-space--home .modal-box-overlay .modal-box > .renew-desc > .text2 {
  font-size: 16px;
  margin-bottom: 25px;
  color: #646464;
}
.mypage-content-space--home .modal-box-overlay.-welcome .modal-box-container {
  top: 15%;
}
.mypage-content-space--home .modal-box-overlay.-welcome .modal-box {
  padding-bottom: 8px;
}
.mypage-content-space--home .modal-box-overlay.-welcome .modal-box > .title {
  margin-top: 5px;
}
.mypage-content-space--home .modal-box-overlay.-welcome .modal-box > .title-underline {
  margin-top: 0;
}
.mypage-content-space--home .modal-box-overlay .welcome-modal .welcome-page > .image img {
  height: 120px;
}
.mypage-content-space--home .modal-box-overlay .welcome-modal .welcome-page > .title {
  font-size: 22px;
  color: #2a4691;
  text-align: center;
}
.mypage-content-space--home .modal-box-overlay .welcome-modal .welcome-page > .subtitle {
  font-size: 17px;
  padding: 8px 0 4px 0;
  text-align: center;
}
.mypage-content-space--home .modal-box-overlay .welcome-modal .welcome-page > .subtitle2 {
  font-size: 17px;
  text-align: center;
  line-height: 1.3;
}
.mypage-content-space--home .modal-box-overlay .welcome-modal .welcome-page .startport-info {
  width: 100%;
  margin-bottom: 8px;
  border-collapse: collapse;
}
.mypage-content-space--home .modal-box-overlay .welcome-modal .welcome-page .startport-info th.space, .mypage-content-space--home .modal-box-overlay .welcome-modal .welcome-page .startport-info td.space {
  min-width: 5px;
  width: 1%;
}
.mypage-content-space--home .modal-box-overlay .welcome-modal .welcome-page .startport-info thead th.data {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #073147;
  padding: 5px 0;
}
.mypage-content-space--home .modal-box-overlay .welcome-modal .welcome-page .startport-info tbody td.data {
  text-align: center;
  font-size: 16px;
  background-color: white;
  color: #073147;
  height: 30px;
  line-height: 30px;
}
.mypage-content-space--home .modal-box-overlay .welcome-modal .welcome-page .download-info {
  padding: 5px 10px;
}
.mypage-content-space--home .modal-box-overlay .welcome-modal .welcome-page .download-info > .image {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.mypage-content-space--home .modal-box-overlay .welcome-modal .welcome-page .download-info > .image img {
  width: 28px;
}
.mypage-content-space--home .modal-box-overlay .welcome-modal .welcome-page .download-info > .desc {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 125px;
  font-size: 16px;
}
.mypage-content-space--home .modal-box-overlay .welcome-modal .welcome-page .download-info > .button {
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  height: 28px;
  font-size: 16px;
  text-align: center;
  border-radius: 3px;
  padding: 0;
  line-height: initial;
  color: white;
  text-decoration: none;
  background-color: #5384c6;
  -moz-box-shadow: 0 3px 0 0 #476eb3;
  -webkit-box-shadow: 0 3px 0 0 #476eb3;
  box-shadow: 0 3px 0 0 #476eb3;
}
.mypage-content-space--home .modal-box-overlay .welcome-modal .welcome-page .download-info > .button:hover {
  background-color: #5e95e0;
}
.mypage-content-space--home .modal-box-overlay .welcome-modal .welcome-page .contact-info {
  height: 28px;
  line-height: 28px;
  padding-left: 33px;
  text-align: left;
  display: block;
  color: inherit;
  text-decoration: none;
}
.mypage-content-space--home .modal-box-overlay .welcome-modal .welcome-page .contact-info > .image {
  margin-right: 10px;
}
.mypage-content-space--home .modal-box-overlay .welcome-modal .welcome-page .contact-info > .image > img {
  width: 24px;
  vertical-align: middle;
}
.mypage-content-space--home .modal-box-overlay .welcome-modal .welcome-page .contact-info > .info {
  font-size: 16px;
  vertical-align: middle;
}
.mypage-content-space--home .modal-box-overlay .welcome-modal .welcome-page > .donebutton {
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  height: 28px;
  font-size: 16px;
  text-align: center;
  border-radius: 3px;
  margin: 12px 0;
  padding: 0;
  line-height: initial;
  color: white;
  text-decoration: none;
  background-color: #5384c6;
  -moz-box-shadow: 0 3px 0 0 #476eb3;
  -webkit-box-shadow: 0 3px 0 0 #476eb3;
  box-shadow: 0 3px 0 0 #476eb3;
}
.mypage-content-space--home .modal-box-overlay .welcome-modal .welcome-page > .donebutton:hover {
  background-color: #5e95e0;
}
.mypage-content-space--home .modal-box-overlay .welcome-modal .welcome-page span.red {
  color: #fe000a;
}
.mypage-content-space--home .modal-box-overlay .welcome-modal .welcome-page .welcome-footer {
  position: relative;
  margin-top: 5px;
  height: 32px;
}
.mypage-content-space--home .modal-box-overlay .welcome-modal .welcome-page .welcome-footer .step-button {
  text-align: center;
  position: absolute;
  width: 100px;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  color: white;
  background-color: #2ecc71;
  border-radius: 3px;
  -moz-box-shadow: 0 3px 0 0 #26aa5e;
  -webkit-box-shadow: 0 3px 0 0 #26aa5e;
  box-shadow: 0 3px 0 0 #26aa5e;
}
.mypage-content-space--home .modal-box-overlay .welcome-modal .welcome-page .welcome-footer .step-button:hover {
  background-color: #32dc7a;
}
.mypage-content-space--home .modal-box-overlay .welcome-modal .welcome-page .welcome-footer .step-button > img {
  height: 16px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.mypage-content-space--home .modal-box-overlay .welcome-modal .welcome-page .welcome-footer .step-button.-next {
  right: 13px;
  padding-left: 8px;
}
.mypage-content-space--home .modal-box-overlay .welcome-modal .welcome-page .welcome-footer .step-button.-next > img {
  margin-left: 5px;
}
.mypage-content-space--home .modal-box-overlay .welcome-modal .welcome-page .welcome-footer .step-button.-prev {
  left: 13px;
  padding-right: 8px;
}
.mypage-content-space--home .modal-box-overlay .welcome-modal .welcome-page .welcome-footer .step-button.-prev > img {
  margin-right: 5px;
}
.mypage-content-space--home .header-content {
  width: 783px;
  position: relative;
}
.mypage-content-space--home .header-content .header-summary {
  position: absolute;
  right: 3px;
  top: 0px;
}
.mypage-content-space--home .header-content .header-summary img {
  position: relative;
}
.mypage-content-space--home .header-content .header-summary div {
  display: inline-block;
  font-family: superstore;
  font-size: 22px;
  margin: 0 5px;
  color: #073147;
}
.mypage-content-space--home .header-content .header-summary .message-tab {
  margin-right: 7px;
  position: relative;
  width: 50px;
  top: 0px;
  text-align: center;
}
.mypage-content-space--home .header-content .header-summary .message-tab:hover {
  background-color: #c5ccd3;
}
.mypage-content-space--home .header-content .header-summary .message-tab.selected {
  background-color: #073147;
}
.mypage-content-space--home .header-content .header-summary .message-tab.selected:after {
  content: '';
  position: absolute;
  background-color: #073147;
  width: 14px;
  height: 14px;
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  bottom: -6px;
  left: calc(50% - 6px);
}
.mypage-content-space--home .header-content .header-summary .message-tab .message-no {
  padding: 0 5px;
  background-color: red;
  border-radius: 50%;
  line-height: 19px;
  height: 16px;
  color: white;
  font-size: 16px;
  top: 7px;
  right: -1px;
  position: absolute;
  z-index: 1;
}
.mypage-content-space--home .content-body .welcome-tab-panel {
  padding: 0px 15px;
}
.mypage-content-space--home .content-body .welcome-tab-panel .welcome-text {
  font-size: 20px;
  line-height: 45px;
  font-family: supermarket;
  padding: 7px 10px 12px 10px;
  position: relative;
}
.mypage-content-space--home .content-body .welcome-tab-panel .welcome-text > .icon {
  display: inline-block;
  margin-right: 6px;
}
.mypage-content-space--home .content-body .welcome-tab-panel .welcome-text > .icon img {
  vertical-align: middle;
}
.mypage-content-space--home .content-body .welcome-tab-panel .welcome-text > .text {
  display: inline-block;
}
.mypage-content-space--home .content-body .welcome-tab-panel .step-row .step-block {
  vertical-align: middle;
  height: 420px;
  width: 225px;
  border: solid 2px #f39c88;
  border-radius: 8px;
  background-color: white;
  display: inline-block;
}
.mypage-content-space--home .content-body .welcome-tab-panel .step-row .step-block > .title {
  font-size: 18px;
  text-align: center;
  line-height: 1;
  padding: 5px 0;
  margin-top: 5px;
}
.mypage-content-space--home .content-body .welcome-tab-panel .step-row .step-block > .title > big {
  font-size: 24px;
}
.mypage-content-space--home .content-body .welcome-tab-panel .step-row .step-block > .image {
  text-align: center;
}
.mypage-content-space--home .content-body .welcome-tab-panel .step-row .step-block > .desc {
  margin-top: 3px;
  line-height: 1.3;
  font-size: 16px;
  text-align: center;
}
.mypage-content-space--home .content-body .welcome-tab-panel .step-row .step-block .red {
  color: #fe000a;
}
.mypage-content-space--home .content-body .welcome-tab-panel .step-row .step-block .step-info {
  padding: 5px 8px;
}
.mypage-content-space--home .content-body .welcome-tab-panel .step-row .step-block .step-info > .title {
  display: inline-block;
  width: 60px;
  font-size: 16px;
  vertical-align: middle;
}
.mypage-content-space--home .content-body .welcome-tab-panel .step-row .step-block .step-info > .colon {
  display: inline-block;
  font-size: 16px;
  width: 15px;
  vertical-align: middle;
  padding-left: 3px;
}
.mypage-content-space--home .content-body .welcome-tab-panel .step-row .step-block .step-info > .info {
  display: inline-block;
  width: 120px;
  border: solid 1px #afafaf;
  text-align: center;
  border-radius: 3px;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  vertical-align: middle;
  color: blueviolet;
}
.mypage-content-space--home .content-body .welcome-tab-panel .step-row .step-block .download-info {
  padding: 5px 10px;
}
.mypage-content-space--home .content-body .welcome-tab-panel .step-row .step-block .download-info > .image {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.mypage-content-space--home .content-body .welcome-tab-panel .step-row .step-block .download-info > .image img {
  width: 20px;
}
.mypage-content-space--home .content-body .welcome-tab-panel .step-row .step-block .download-info > .desc {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  font-size: 14px;
}
.mypage-content-space--home .content-body .welcome-tab-panel .step-row .step-block .download-info > .button {
  display: inline-block;
  vertical-align: middle;
  width: 75px;
  height: 24px;
  font-size: 14px;
  text-align: center;
  border-radius: 3px;
  color: white;
  text-decoration: none;
  background-color: #5384c6;
  -moz-box-shadow: 0 3px 0 0 #476eb3;
  -webkit-box-shadow: 0 3px 0 0 #476eb3;
  box-shadow: 0 3px 0 0 #476eb3;
}
.mypage-content-space--home .content-body .welcome-tab-panel .step-row .step-block .download-info > .button:hover {
  background-color: #5e95e0;
}
.mypage-content-space--home .content-body .welcome-tab-panel .step-row .step-block .contact-info {
  height: 20px;
  line-height: 20px;
  padding-left: 12px;
  display: block;
  color: inherit;
  text-decoration: none;
}
.mypage-content-space--home .content-body .welcome-tab-panel .step-row .step-block .contact-info > .image {
  margin-right: 5px;
}
.mypage-content-space--home .content-body .welcome-tab-panel .step-row .step-block .contact-info > .image > img {
  width: 18px;
  vertical-align: middle;
}
.mypage-content-space--home .content-body .welcome-tab-panel .step-row .step-block .contact-info > .info {
  font-size: 14px;
  vertical-align: middle;
}
.mypage-content-space--home .content-body .welcome-tab-panel .step-row .step-arrow {
  display: inline-block;
  padding: 0 11px;
}
.mypage-content-space--home .content-body .summary-tab-panel {
  padding: 11px 15px;
}
.mypage-content-space--home .content-body .summary-tab-panel .summary-section {
  width: 785px;
}
.mypage-content-space--home .content-body .summary-tab-panel .summary-section .stat-panel {
  height: 250px;
}
.mypage-content-space--home .content-body .summary-tab-panel .summary-section .stat-panel .news-info {
  display: inline-block;
  background-color: white;
  height: 100%;
  width: 385px;
  margin-left: 5px;
  margin-right: 15px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.mypage-content-space--home .content-body .summary-tab-panel .summary-section .stat-panel .news-info .news-block {
  width: 370px;
  height: 230px;
  margin: 0 auto;
  margin-top: 10px;
  border: solid 1px #d9d9d9;
  border-radius: 3px;
}
.mypage-content-space--home .content-body .summary-tab-panel .summary-section .stat-panel .news-info .news-block .news-header {
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 19px;
  font-family: supermarket;
  background-color: #073147;
  color: white;
  text-align: center;
}
.mypage-content-space--home .content-body .summary-tab-panel .summary-section .stat-panel .news-info .news-block .news-table {
  overflow-y: auto;
  width: 387px;
  height: 183px;
}
.mypage-content-space--home .content-body .summary-tab-panel .summary-section .stat-panel .news-info .news-block .news-table .news-row {
  height: 38px;
  line-height: 38px;
  width: 370px;
  position: relative;
  color: #073147;
  cursor: pointer;
}
.mypage-content-space--home .content-body .summary-tab-panel .summary-section .stat-panel .news-info .news-block .news-table .news-row:hover {
  background-color: #f0f0f0;
}
.mypage-content-space--home .content-body .summary-tab-panel .summary-section .stat-panel .news-info .news-block .news-table .news-row .news-desc {
  display: inline-block;
  font-size: 14px;
  width: calc(100% - 80px);
  padding-left: 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.mypage-content-space--home .content-body .summary-tab-panel .summary-section .stat-panel .news-info .news-block .news-table .news-row .news-date {
  vertical-align: top;
  display: inline-block;
  font-size: 14px;
  text-align: right;
  padding-right: 8px;
  width: 80px;
}
.mypage-content-space--home .content-body .summary-tab-panel .summary-section .stat-panel .news-info .news-block .news-table .news-row:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 1px;
  width: 100%;
  background-color: #d9d9d9;
}
.mypage-content-space--home .content-body .summary-tab-panel .summary-section .stat-panel .summary-info {
  vertical-align: top;
  display: inline-block;
  position: relative;
  width: 370px;
  height: 100%;
}
.mypage-content-space--home .content-body .summary-tab-panel .summary-section .stat-panel .summary-info .server-status {
  position: absolute;
  right: 0px;
  top: 0px;
  line-height: 30px;
  font-size: 18px;
}
.mypage-content-space--home .content-body .summary-tab-panel .summary-section .stat-panel .summary-info .server-status .status-text {
  display: inline-block;
}
.mypage-content-space--home .content-body .summary-tab-panel .summary-section .stat-panel .summary-info .server-status .status-text.status-text--up {
  color: #27be66;
}
.mypage-content-space--home .content-body .summary-tab-panel .summary-section .stat-panel .summary-info .server-status .status-text.status-text--down {
  color: #e74c38;
}
.mypage-content-space--home .content-body .summary-tab-panel .summary-section .stat-panel .summary-info .server-status .status-text.status-text--fix {
  color: #f1a436;
}
.mypage-content-space--home .content-body .summary-tab-panel .summary-section .stat-panel .summary-info .server-status img {
  vertical-align: middle;
}
.mypage-content-space--home .content-body .summary-tab-panel .summary-section .stat-panel .summary-info .summary-block {
  height: 41px;
  line-height: 41px;
  font-size: 18px;
  background-color: white;
  border-radius: 3px;
  margin-top: 13px;
  text-align: left;
}
.mypage-content-space--home .content-body .summary-tab-panel .summary-section .stat-panel .summary-info .summary-block.summary-block--first {
  margin-top: 46px;
}
.mypage-content-space--home .content-body .summary-tab-panel .summary-section .stat-panel .summary-info .summary-block .left {
  width: 197px;
  display: inline-block;
  text-align: right;
  padding-right: 15px;
}
.mypage-content-space--home .content-body .summary-tab-panel .summary-section .stat-panel .summary-info .summary-block .info-text {
  display: inline-block;
  color: #a2a2a2;
}
.mypage-content-space--home .content-body .summary-tab-panel .port-section {
  width: 785px;
  padding: 0 5px;
  margin-top: 10px;
}
.mypage-content-space--home .content-body .summary-tab-panel .port-section .port-row {
  position: relative;
  margin-bottom: 12px;
}
.mypage-content-space--home .content-body .summary-tab-panel .port-section .port-row:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #cbccd0;
  position: absolute;
  top: 0px;
  left: 0px;
}
.mypage-content-space--home .content-body .summary-tab-panel .port-section .port-row .header-info {
  line-height: 35px;
  font-size: 18px;
  font-family: supermarket;
}
.mypage-content-space--home .content-body .summary-tab-panel .port-section .port-row .info-text {
  color: #757575;
}
.mypage-content-space--home .content-body .summary-tab-panel .port-section .port-row .header-port-info {
  margin-left: 5px;
}
.mypage-content-space--home .content-body .summary-tab-panel .port-section .port-row .header-status-info {
  position: absolute;
  right: 10px;
  top: 0px;
}
.mypage-content-space--home .content-body .summary-tab-panel .port-section .port-row .header-status-info .start {
  color: #27be66;
}
.mypage-content-space--home .content-body .summary-tab-panel .port-section .port-row .header-status-info .stop {
  color: #e74c38;
}
.mypage-content-space--home .content-body .summary-tab-panel .port-section .port-row .header-status-info .overdue {
  color: #e74c38;
}
.mypage-content-space--home .content-body .summary-tab-panel .port-section .port-row .header-program-info {
  position: absolute;
  left: 300px;
  top: 0px;
}
.mypage-content-space--home .content-body .summary-tab-panel .port-section .port-row .content-info {
  width: 100%;
  height: 132px;
  border-radius: 3px;
  background-color: white;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.mypage-content-space--home .content-body .summary-tab-panel .port-section .port-row .content-info-block {
  width: 185px;
  height: 117px;
  border: solid 1px #d9d9d9;
  border-radius: 3px;
}
.mypage-content-space--home .content-body .summary-tab-panel .port-section .port-row .block-header {
  width: 100%;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  font-family: supermarket;
  background-color: #073147;
  color: white;
  text-align: center;
}
.mypage-content-space--home .content-body .summary-tab-panel .port-section .port-row .block-data {
  width: 100%;
  height: 95px;
  line-height: 90px;
  font-size: 32px;
  font-family: supermarket;
  color: #073147;
  text-align: center;
  position: relative;
}
.mypage-content-space--home .content-body .summary-tab-panel .port-section .port-row .block-data .warning {
  color: red;
}
.mypage-content-space--home .content-body .summary-tab-panel .port-section .port-row .pay-cost {
  font-size: 32px;
  line-height: 35px;
  position: relative;
  margin-top: 27.5px;
}
.mypage-content-space--home .content-body .summary-tab-panel .port-section .port-row .setting-user {
  font-size: 16px;
  line-height: 25px;
}
.mypage-content-space--home .content-body .summary-tab-panel .port-section .port-row .overdue-text {
  margin-top: 9px;
  font-size: 24px;
  color: red;
  position: relative;
  line-height: 35px;
}
.mypage-content-space--home .content-body .summary-tab-panel .port-section .port-row .renew-button {
  font-size: 16px;
  width: auto;
  padding: 0px 8px;
  top: 2px;
  height: 25px;
  line-height: 25px;
  position: relative;
}
.mypage-content-space--home .content-body .message-tab-panel {
  padding: 25px 15px 25px 20px;
}
.mypage-content-space--home .content-body .message-tab-panel .message-list {
  width: 250px;
  height: calc(100vh - 210px);
  min-height: 447px;
  background-color: white;
  border: solid 1px #d8d7dc;
  display: inline-block;
  vertical-align: top;
}
.mypage-content-space--home .content-body .message-tab-panel .message-list .header {
  color: white;
  font-size: 20px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #073147;
}
.mypage-content-space--home .content-body .message-tab-panel .message-list .rows {
  height: calc(100% - 45px);
  width: calc(100% + 18px);
  overflow-y: auto;
}
.mypage-content-space--home .content-body .message-tab-panel .message-list .empty-row {
  height: 40px;
  line-height: 40px;
  position: relative;
  font-size: 16px;
  color: #828282;
  text-align: center;
  width: 248px;
}
.mypage-content-space--home .content-body .message-tab-panel .message-list .empty-row:after {
  content: '';
  position: absolute;
  background-color: #e7e7e7;
  height: 1px;
  width: 100%;
  bottom: 0px;
  left: 0px;
}
.mypage-content-space--home .content-body .message-tab-panel .message-list .row {
  height: 40px;
  line-height: 40px;
  width: 248px;
  position: relative;
}
.mypage-content-space--home .content-body .message-tab-panel .message-list .row:hover:before {
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.05);
}
.mypage-content-space--home .content-body .message-tab-panel .message-list .row.selected:before {
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  background-color: #c5ccd3;
}
.mypage-content-space--home .content-body .message-tab-panel .message-list .row:after {
  content: '';
  position: absolute;
  background-color: #e7e7e7;
  height: 1px;
  width: 100%;
  bottom: 0px;
  left: 0px;
}
.mypage-content-space--home .content-body .message-tab-panel .message-list .row .icon {
  position: absolute;
  height: 100%;
  line-height: 100%;
  width: 25px;
  text-align: center;
}
.mypage-content-space--home .content-body .message-tab-panel .message-list .row .icon img {
  position: relative;
  top: 8px;
  width: 20px;
}
.mypage-content-space--home .content-body .message-tab-panel .message-list .row .icon .circle {
  position: relative;
  background-color: #073147;
  top: 12px;
  width: 16px;
  height: 16px;
  left: 6px;
  border-radius: 50%;
}
.mypage-content-space--home .content-body .message-tab-panel .message-list .row .icon .circle.positive {
  background-color: #27be66;
}
.mypage-content-space--home .content-body .message-tab-panel .message-list .row .icon .circle.negative {
  background-color: #e74c38;
}
.mypage-content-space--home .content-body .message-tab-panel .message-list .row .icon .circle.warning {
  background-color: #f1a436;
}
.mypage-content-space--home .content-body .message-tab-panel .message-list .row .name {
  position: absolute;
  font-size: 14px;
  color: #073147;
  left: 30px;
  top: 0px;
  line-height: normal;
}
.mypage-content-space--home .content-body .message-tab-panel .message-list .row .date {
  position: absolute;
  font-size: 14px;
  color: #073147;
  right: 17px;
  top: 0px;
  line-height: normal;
}
.mypage-content-space--home .content-body .message-tab-panel .message-list .row .topic {
  position: absolute;
  font-size: 14px;
  color: #828282;
  left: 30px;
  bottom: 0px;
  line-height: normal;
  text-overflow: ellipsis;
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
}
.mypage-content-space--home .content-body .message-tab-panel .message-list .row .unread-mark {
  position: absolute;
  background-color: #345568;
  width: 5px;
  height: 100%;
  top: 0px;
  right: 0px;
}
.mypage-content-space--home .content-body .message-tab-panel .message-detail {
  width: 500px;
  background-color: white;
  border: solid 1px #d8d7dc;
  display: inline-block;
  vertical-align: top;
}
.mypage-content-space--home .content-body .message-tab-panel .message-detail .header {
  color: white;
  font-size: 20px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #073147;
}
.mypage-content-space--home .content-body .message-tab-panel .message-detail .content {
  height: 400px;
  overflow-y: auto;
}
.mypage-content-space--home .content-body .message-tab-panel .message-detail .content .topic {
  margin: 0 18px;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  color: #073147;
  border-bottom: 1px solid #e7e7e7;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mypage-content-space--home .content-body .message-tab-panel .message-detail .content .body {
  padding: 5px 18px;
  font-size: 16px;
  color: #073147;
  word-wrap: break-word;
}

.mypage-content-space--profile {
  font-family: supermarket;
}
.mypage-content-space--profile .header-content {
  position: relative;
}
.mypage-content-space--profile .content-body {
  padding: 30px 20px 55px 20px;
}
.mypage-content-space--profile .content-body .mypage-input-row {
  margin-bottom: 13px;
}
.mypage-content-space--profile .content-body .mypage-input-title {
  width: 60px;
}
.mypage-content-space--profile .content-body .mypage-input-box {
  width: 300px;
}
.mypage-content-space--profile .content-body .error-panel {
  margin: 0 auto;
  width: 345px;
  background-color: #f8f8dc;
  border: solid 1px #e53935;
  color: #e53935;
  font-family: supermarket;
  padding: 5px 15px;
}
.mypage-content-space--profile .content-body .error-panel .title {
  font-size: 21px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 3px;
}
.mypage-content-space--profile .content-body .error-panel .bullet {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: left;
}
.mypage-content-space--profile .content-body .login-panel {
  width: 370px;
  position: relative;
}
.mypage-content-space--profile .content-body .general-panel {
  width: 370px;
  position: relative;
}
.mypage-content-space--profile .content-body .general-panel .mypage-input-row {
  margin-bottom: 5px;
}
.mypage-content-space--profile .content-body .password-panel {
  width: 370px;
  position: relative;
}
.mypage-content-space--profile .content-body .password-panel .mypage-input-title {
  width: 80px;
}
.mypage-content-space--profile .content-body .password-panel .mypage-input-box {
  width: 280px;
}

.mypage-content-space--download {
  font-family: supermarket;
}
.mypage-content-space--download .header-content {
  position: relative;
}
.mypage-content-space--download .content-body {
  padding: 15px 0 20px 30px;
  width: 800px;
}
.mypage-content-space--download .content-body .title-row {
  height: 34px;
  line-height: 34px;
  position: relative;
  margin-bottom: 8px;
}
.mypage-content-space--download .content-body .title-row:after {
  content: '';
  background-color: #b0b0b0;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.mypage-content-space--download .content-body .title-row .title-logo {
  width: 405px;
  display: inline-block;
  vertical-align: top;
  padding-left: 5px;
}
.mypage-content-space--download .content-body .title-row .title-logo img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.mypage-content-space--download .content-body .title-row .title-header {
  display: inline-block;
  width: 365px;
  font-size: 26px;
  font-family: superstore;
  text-align: center;
}
.mypage-content-space--download .content-body .file-row {
  margin-top: 5px;
  width: 100%;
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  background-color: #f4f5f7;
  border-radius: 6px;
  text-decoration: none;
  color: #073147 !important;
}
.mypage-content-space--download .content-body .file-row:hover {
  background-color: #d3e2f0;
}
.mypage-content-space--download .content-body .file-row .col1, .mypage-content-space--download .content-body .file-row .col2, .mypage-content-space--download .content-body .file-row .col3, .mypage-content-space--download .content-body .file-row .col4 {
  display: inline-block;
  font-size: 18px;
  vertical-align: top;
}
.mypage-content-space--download .content-body .file-row .col1 img, .mypage-content-space--download .content-body .file-row .col2 img, .mypage-content-space--download .content-body .file-row .col3 img, .mypage-content-space--download .content-body .file-row .col4 img {
  vertical-align: middle;
}
.mypage-content-space--download .content-body .file-row .col1 {
  width: 35px;
  padding-left: 10px;
}
.mypage-content-space--download .content-body .file-row .col2 {
  width: 235px;
}
.mypage-content-space--download .content-body .file-row .col3 {
  width: 135px;
}
.mypage-content-space--download .content-body .file-row .col4 {
  width: 365px;
}

.mypage-content-space--payment {
  font-family: supermarket;
}
.mypage-content-space--payment .header-content {
  width: 800px;
  position: relative;
}
.mypage-content-space--payment .header-content .header-summary {
  position: absolute;
  right: 3px;
  top: 0px;
}
.mypage-content-space--payment .header-content .header-summary img {
  position: relative;
}
.mypage-content-space--payment .header-content .header-summary div {
  display: inline-block;
  font-family: superstore;
  font-size: 22px;
  margin: 0 5px;
  color: #073147;
}
.mypage-content-space--payment .content-body {
  width: 800px;
  padding-bottom: 20px;
}
.mypage-content-space--payment .content-body .refill-tab-panel {
  margin-top: 25px;
  margin-left: 15px;
}
.mypage-content-space--payment .content-body .refill-tab-panel .refill-step-process {
  border: solid 1px #b0b0b0;
  display: inline-block;
  position: relative;
  margin-bottom: 11px;
}
.mypage-content-space--payment .content-body .refill-tab-panel .refill-step {
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 0px 8px;
  font-size: 17px;
  color: #073147;
  background-color: transparent;
  height: 30px;
  line-height: 30px;
  cursor: default;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.mypage-content-space--payment .content-body .refill-tab-panel .refill-step span {
  position: relative;
  z-index: 10;
}
.mypage-content-space--payment .content-body .refill-tab-panel .refill-step:not(.no-arrow):after {
  content: '';
  width: 21.2132px;
  height: 21.2132px;
  background-color: transparent;
  border-top: solid 1px #b0b0b0;
  border-right: solid 1px #b0b0b0;
  position: absolute;
  z-index: 5;
  right: -10.6066px;
  top: 4.3934px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.mypage-content-space--payment .content-body .refill-tab-panel .refill-step:not(.no-arrow).arrow-grey:after {
  background-color: #e9eaee;
  border: none;
}
.mypage-content-space--payment .content-body .refill-tab-panel .refill-step.selected {
  color: white;
  background-color: #073147;
}
.mypage-content-space--payment .content-body .refill-tab-panel .refill-step.selected:not(.no-arrow):after {
  content: '';
  width: 21.2132px;
  height: 21.2132px;
  background-color: #073147;
  border-top: solid 1px #073147;
  border-right: solid 1px #073147;
  position: absolute;
  right: -10.6066px;
  top: 4.3934px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.mypage-content-space--payment .content-body .refill-tab-panel .refill-step-block-1 .step1-block {
  width: 490px;
  background-color: #f4f5f7;
  border-radius: 4px;
}
.mypage-content-space--payment .content-body .refill-tab-panel .refill-step-block-1 .step1-payment-choose {
  font-size: 17px;
  height: 42px;
  line-height: 42px;
  position: relative;
  text-align: center;
}
.mypage-content-space--payment .content-body .refill-tab-panel .refill-step-block-1 .step1-payment-choose:after {
  content: '';
  background-color: #dadbdd;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
}
.mypage-content-space--payment .content-body .refill-tab-panel .refill-step-block-1 .step1-bank-choose {
  height: 80px;
  line-height: 80px;
  padding-left: 60px;
  position: relative;
}
.mypage-content-space--payment .content-body .refill-tab-panel .refill-step-block-1 .step1-bank-choose:hover {
  background-color: #d3e2f0;
}
.mypage-content-space--payment .content-body .refill-tab-panel .refill-step-block-1 .step1-bank-choose:after {
  content: '';
  background-color: #dadbdd;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
}
.mypage-content-space--payment .content-body .refill-tab-panel .refill-step-block-1 .step1-chkbox-subtype {
  display: inline-block;
  margin-right: 22px;
  position: relative;
  top: 2px;
  vertical-align: middle;
}
.mypage-content-space--payment .content-body .refill-tab-panel .refill-step-block-2 .step2-block {
  width: 515px;
  background-color: #f4f5f7;
  border-radius: 4px;
  padding: 13px 0;
  padding-bottom: 1px;
}
.mypage-content-space--payment .content-body .refill-tab-panel .refill-step-block-2 .step2-chkbox {
  display: inline-block;
  margin-left: 16px;
  margin-right: 15px;
  position: relative;
  top: 8px;
}
.mypage-content-space--payment .content-body .refill-tab-panel .refill-step-block-2 .step2-divider {
  margin: 15px 1px;
  background-color: #d1d2d4;
  height: 1px;
}
.mypage-content-space--payment .content-body .refill-tab-panel .refill-step-block-2 .step2-bottom {
  padding-left: 18px;
}
.mypage-content-space--payment .content-body .refill-tab-panel .refill-step-block-2 .test {
  border: solid 1px #b9b9b9;
  height: 35px;
  line-height: 35px;
  background-color: #f9fafc;
  display: inline-block;
  font-family: tahoma;
  font-size: 14px;
  text-align: center;
  border-radius: 0;
}
.mypage-content-space--payment .content-body .refill-tab-panel .refill-step-block-2 .step2-bottom-row {
  margin-bottom: 20px;
  position: relative;
}
.mypage-content-space--payment .content-body .refill-tab-panel .refill-step-block-2 .step2-bottom-row .title {
  display: inline-block;
  font-size: 16px;
}
.mypage-content-space--payment .content-body .refill-tab-panel .refill-step-block-2 .step2-bottom-row [date-picker-wrapper] {
  top: -1px;
  left: 55px;
}
.mypage-content-space--payment .content-body .refill-tab-panel .refill-step-block-2 .step2-bottom-row [date-picker-wrapper] > div {
  background-color: #f9fafc;
  border: solid 1px #b9b9b9;
  border-radius: 0;
}
.mypage-content-space--payment .content-body .refill-tab-panel .refill-step-block-2 .step2-bottom-row [type='datetime'] {
  border: solid 1px #b9b9b9;
  width: 130px;
  height: 35px;
  line-height: 35px;
  background-color: #f9fafc;
  display: inline-block;
  font-family: tahoma;
  font-size: 14px;
  text-align: center;
  border-radius: 0;
}
.mypage-content-space--payment .content-body .refill-tab-panel .refill-step-block-2 .step2-bottom-row select {
  border: solid 1px #b9b9b9;
  height: 35px;
  line-height: 35px;
  background-color: #f9fafc;
  display: inline-block;
  font-family: tahoma;
  font-size: 14px;
}
.mypage-content-space--payment .content-body .refill-tab-panel .refill-step-block-2 .step2-bottom-row .input-box {
  background-color: #f9fafc;
  display: inline-block;
  font-family: tahoma;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  height: 35px;
  line-height: 35px;
  border: solid 1px #b9b9b9;
  color: #073147;
}
.mypage-content-space--payment .content-body .refill-tab-panel .refill-step-block-3 {
  width: 405px;
}
.mypage-content-space--payment .content-body .refill-tab-panel .refill-step-block-3 .step3-notify {
  background-color: #f4f5f7;
  border-radius: 4px;
  padding-top: 15px;
  padding-bottom: 12px;
  color: #073147;
  text-align: center;
}
.mypage-content-space--payment .content-body .refill-tab-panel .refill-step-block-3 .step3-notify .step3-title {
  font-size: 22px;
}
.mypage-content-space--payment .content-body .refill-tab-panel .refill-step-block-3 .step3-notify .step3-success-img {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 25px;
}
.mypage-content-space--payment .content-body .refill-tab-panel .refill-step-block-3 .step3-notify .step3-footer {
  font-size: 22px;
  line-height: 1.3;
}
.mypage-content-space--payment .content-body .refill-tab-panel .refill-step-block-3 .step3-notify .step3-footer-small {
  line-height: 1.3;
  font-size: 15px;
}
.mypage-content-space--payment .content-body .refill-tab-panel .refill-step-block-3 .step3-notify .step3-footer-small span:hover {
  opacity: 0.8;
}
.mypage-content-space--payment .content-body .history-option-box {
  margin-top: 10px;
  margin-left: 20px;
  position: relative;
  height: 40px;
  line-height: 40px;
  display: inline-block;
}
.mypage-content-space--payment .content-body .history-option-box img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
  padding: 5px;
}
.mypage-content-space--payment .content-body .history-option-box span {
  vertical-align: middle;
  display: inline-block;
  font-size: 17px;
}
.mypage-content-space--payment .content-body .history-container {
  margin-left: 20px;
  width: 790px;
  height: 450px;
  background-color: #f0f1f3;
  border-radius: 4px;
}
.mypage-content-space--payment .content-body .history-container .col1 {
  width: 130px;
  padding-left: 10px;
}
.mypage-content-space--payment .content-body .history-container .col2 {
  width: 210px;
}
.mypage-content-space--payment .content-body .history-container .col3 {
  width: 100px;
}
.mypage-content-space--payment .content-body .history-container .col4 {
  width: 110px;
}
.mypage-content-space--payment .content-body .history-container .col5 {
  width: 135px;
}
.mypage-content-space--payment .content-body .history-container .col6 {
  width: 105px;
  padding-right: 10px;
}
.mypage-content-space--payment .content-body .history-title-row {
  background-color: #073147;
  height: 37px;
  line-height: 37px;
}
.mypage-content-space--payment .content-body .history-title {
  color: white;
  font-size: 18px;
  text-align: center;
  display: inline-block;
}
.mypage-content-space--payment .content-body .history-data-rows {
  width: 807px;
  height: 410px;
  overflow-y: auto;
}
.mypage-content-space--payment .content-body .history-data-row {
  position: relative;
  height: 45px;
}
.mypage-content-space--payment .content-body .history-data-row:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 10px;
  width: 770px;
  height: 2px;
  background-color: #e7e7e7;
}
.mypage-content-space--payment .content-body .history-data {
  font-size: 17px;
  color: #073147;
  text-align: left;
  display: inline-block;
  line-height: 45px;
  vertical-align: top;
}
.mypage-content-space--payment .content-body .history-data.col1 {
  text-align: center;
}
.mypage-content-space--payment .content-body .history-data.col2 {
  padding-left: 20px;
  font-size: 0px;
}
.mypage-content-space--payment .content-body .history-data.col2:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mypage-content-space--payment .content-body .history-data.col2 span {
  line-height: 1;
  display: inline-block;
  font-size: 17px;
  vertical-align: middle;
}
.mypage-content-space--payment .content-body .history-data.col3 {
  font-size: 0px;
  height: 45px;
  vertical-align: top;
  position: relative;
  text-align: center;
}
.mypage-content-space--payment .content-body .history-data.col3 .col3-text {
  font-size: 17px;
  display: inline-block;
  vertical-align: middle;
}
.mypage-content-space--payment .content-body .history-data.col3 .col3-info-img {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  cursor: help;
  padding: 8px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.mypage-content-space--payment .content-body .history-data.col3 .col3-info-img.big {
  opacity: 0.75;
}
.mypage-content-space--payment .content-body .history-data.col4 {
  text-align: right;
  padding-right: 20px;
}
.mypage-content-space--payment .content-body .history-data.col4 .green {
  color: #27be66;
}
.mypage-content-space--payment .content-body .history-data.col4 .red {
  color: #e74c38;
}
.mypage-content-space--payment .content-body .history-data.col4 .grey {
  color: #b4b4b4;
}
.mypage-content-space--payment .content-body .history-data.col5 {
  padding-left: 10px;
  vertical-align: top;
}
.mypage-content-space--payment .content-body .history-data.col5 img {
  position: relative;
  top: 6px;
}
.mypage-content-space--payment .content-body .history-data.col6 {
  text-align: center;
}

.mypage-content-space--port {
  font-family: supermarket;
}
.mypage-content-space--port .modal-box-overlay .modal-box {
  width: 400px;
}
.mypage-content-space--port .modal-box-overlay .message {
  margin-top: 0px;
  margin-bottom: 0px;
}
.mypage-content-space--port .modal-box-overlay .message .text1 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 18px;
}
.mypage-content-space--port .modal-box-overlay .message .text2 {
  font-size: 16px;
  margin-bottom: 25px;
  color: #646464;
}
.mypage-content-space--port .modal-box-overlay .renew-desc {
  font-size: 18px;
}
.mypage-content-space--port .modal-box-overlay .button {
  width: 120px;
}
.mypage-content-space--port .content-body {
  width: 790px;
}
.mypage-content-space--port .port-tab-panel {
  padding: 15px 0 20px 10px;
  width: 795px;
}
.mypage-content-space--port .port-tab-panel .header-info {
  line-height: 40px;
  font-size: 18px;
  font-family: supermarket;
  position: relative;
  margin-bottom: 10px;
}
.mypage-content-space--port .port-tab-panel > * {
  vertical-align: middle;
}
.mypage-content-space--port .port-tab-panel .info-text {
  color: #757575;
}
.mypage-content-space--port .port-tab-panel .info-text.info-text--port {
  display: inline-block;
  text-align: center;
  width: 50px;
}
.mypage-content-space--port .port-tab-panel .info-text.info-text--program {
  display: inline-block;
  text-align: center;
  width: 90px;
}
.mypage-content-space--port .port-tab-panel .header-port-info {
  margin-left: 5px;
  display: inline-block;
}
.mypage-content-space--port .port-tab-panel .header-program-info {
  position: relative;
  margin-left: 15px;
  display: inline-block;
}
.mypage-content-space--port .port-tab-panel .header-auto-renew-click {
  display: inline-block;
  margin-left: 15px;
}
.mypage-content-space--port .port-tab-panel .header-auto-renew-click .chkbox {
  width: 18px;
  height: 18px;
  position: relative;
  top: 3px;
}
.mypage-content-space--port .port-tab-panel .header-auto-renew-text {
  display: inline-block;
  margin-left: 4px;
}
.mypage-content-space--port .port-tab-panel .header-status-info {
  position: relative;
  margin-left: 25px;
  display: inline-block;
  width: 125px;
}
.mypage-content-space--port .port-tab-panel .header-status-info .start {
  color: #27be66;
}
.mypage-content-space--port .port-tab-panel .header-status-info .stop {
  color: #e74c38;
}
.mypage-content-space--port .port-tab-panel .header-status-info .overdue {
  color: #e74c38;
}
.mypage-content-space--port .port-tab-panel .header-status-switch {
  position: relative;
  margin-left: 5px;
  display: inline-block;
}
.mypage-content-space--port .port-tab-panel .header-status-switch > img {
  vertical-align: middle;
}
.mypage-content-space--port .port-tab-panel .header-navigation {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 0px;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.mypage-content-space--port .port-tab-panel .header-navigation .desc {
  display: inline-block;
  cursor: default;
  font-size: 18px;
  width: 70px;
  text-align: center;
}
.mypage-content-space--port .port-tab-panel .content-info {
  width: 100%;
  height: 132px;
  border-radius: 3px;
  background-color: white;
  margin-bottom: 14px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.mypage-content-space--port .port-tab-panel .content-info:after {
  content: '';
  position: absolute;
  height: 2px;
  width: calc(100% - 10px);
  left: 5px;
  bottom: -16px;
  background-color: #748a97;
}
.mypage-content-space--port .port-tab-panel .content-info-block {
  width: 185px;
  height: 117px;
  border: solid 1px #d9d9d9;
  border-radius: 3px;
}
.mypage-content-space--port .port-tab-panel .block-header {
  width: 100%;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  font-family: supermarket;
  background-color: #073147;
  color: white;
  text-align: center;
}
.mypage-content-space--port .port-tab-panel .block-data {
  width: 100%;
  height: 95px;
  line-height: 90px;
  font-size: 32px;
  font-family: supermarket;
  color: #073147;
  text-align: center;
}
.mypage-content-space--port .port-tab-panel .block-data .warning {
  color: red;
}
.mypage-content-space--port .port-tab-panel .block-data .overdue-text {
  margin-top: 9px;
  font-size: 24px;
  color: red;
  position: relative;
  line-height: 35px;
}
.mypage-content-space--port .port-tab-panel .block-data .renew-button {
  font-size: 16px;
  width: auto;
  padding: 0px 8px;
  top: 2px;
  height: 25px;
  line-height: 25px;
  position: relative;
}
.mypage-content-space--port .port-tab-panel .number-user-info {
  width: 100%;
  height: 110px;
  position: relative;
}
.mypage-content-space--port .port-tab-panel .number-user-info:after {
  content: '';
  position: absolute;
  height: 2px;
  width: calc(100% - 10px);
  left: 5px;
  bottom: 0px;
  background-color: #748a97;
}
.mypage-content-space--port .port-tab-panel .number-user-title {
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  width: 100%;
  text-align: center;
}
.mypage-content-space--port .port-tab-panel .number-user-title span {
  display: inline-block;
  width: 180px;
  line-height: 28px;
  vertical-align: middle;
  background-color: #d2d7dd;
}
.mypage-content-space--port .port-tab-panel .number-user-block {
  height: 60px;
  line-height: 60px;
  width: 100%;
  position: relative;
}
.mypage-content-space--port .port-tab-panel .number-user-block > div {
  display: inline-block;
  vertical-align: middle;
}
.mypage-content-space--port .port-tab-panel .number-user-button {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 4px;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.mypage-content-space--port .port-tab-panel .number-user-button:hover:not(.disabled):not(.readonly) {
  background-color: #f1f1f1;
}
.mypage-content-space--port .port-tab-panel .number-user-button:active:not(.disabled):not(.readonly) {
  background-color: #eeeeee;
}
.mypage-content-space--port .port-tab-panel .number-user-button.readonly {
  opacity: 0.25;
  cursor: default;
}
.mypage-content-space--port .port-tab-panel .number-user-button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.mypage-content-space--port .port-tab-panel .number-user-button > img {
  height: 18px;
  vertical-align: middle;
}
.mypage-content-space--port .port-tab-panel .number-user-textbox {
  margin: 0 10px;
}
.mypage-content-space--port .port-tab-panel .number-user-textbox input[type='textbox'] {
  vertical-align: middle;
  padding: 0;
  width: 60px;
  text-align: center;
  border-radius: 5px;
}
.mypage-content-space--port .port-tab-panel .cost-info {
  width: 100%;
  position: relative;
  padding-bottom: 12px;
}
.mypage-content-space--port .port-tab-panel .cost-info:after {
  content: '';
  position: absolute;
  height: 2px;
  width: calc(100% - 10px);
  left: 5px;
  bottom: 0px;
  background-color: #748a97;
}
.mypage-content-space--port .port-tab-panel .cost-title {
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  width: 100%;
  text-align: center;
  margin-bottom: 3px;
}
.mypage-content-space--port .port-tab-panel .cost-title span {
  display: inline-block;
  width: 180px;
  line-height: 28px;
  vertical-align: middle;
  background-color: #d2d7dd;
}
.mypage-content-space--port .port-tab-panel .cost-block {
  line-height: 1;
  width: 100%;
  position: relative;
}
.mypage-content-space--port .port-tab-panel .cost-block > div {
  display: inline-block;
  vertical-align: text-bottom;
}
.mypage-content-space--port .port-tab-panel .cost-block .cost-price {
  font-size: 18px;
  color: #757575;
  width: 170px;
  text-align: right;
  padding-right: 20px;
}
.mypage-content-space--port .port-tab-panel .cost-block .cost-user-block {
  margin-left: 35px;
  vertical-align: top;
  line-height: 1.6;
  position: relative;
  margin-top: 3px;
}
.mypage-content-space--port .port-tab-panel .cost-block .cost-user {
  font-size: 18px;
  position: relative;
}
.mypage-content-space--port .port-tab-panel .cost-block .cost-user-col-1 {
  display: inline-block;
  width: 90px;
}
.mypage-content-space--port .port-tab-panel .cost-block .cost-user-col-2 {
  display: inline-block;
  width: 50px;
  text-align: right;
}
.mypage-content-space--port .port-tab-panel .cost-block .cost-plus {
  font-size: 18px;
  position: absolute;
  right: -13px;
  top: -13px;
}
.mypage-content-space--port .all-tab-panel {
  padding: 15px 0 20px 13px;
  width: 824px;
}
.mypage-content-space--port .all-tab-panel .col1 {
  width: 70px;
}
.mypage-content-space--port .all-tab-panel .col2 {
  width: 90px;
}
.mypage-content-space--port .all-tab-panel .col3 {
  width: 110px;
}
.mypage-content-space--port .all-tab-panel .col4 {
  width: 130px;
}
.mypage-content-space--port .all-tab-panel .col5 {
  width: 120px;
}
.mypage-content-space--port .all-tab-panel .col6 {
  width: 170px;
}
.mypage-content-space--port .all-tab-panel .header-row {
  height: 50px;
  line-height: 1.1;
  font-size: 0px;
}
.mypage-content-space--port .all-tab-panel .header-row:before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.mypage-content-space--port .all-tab-panel .header-row .header {
  color: #073147;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.mypage-content-space--port .all-tab-panel .data-row {
  width: 690px;
  background-color: #f4f5f7;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
}
.mypage-content-space--port .all-tab-panel .data-row .data {
  color: #073147;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.mypage-content-space--port .all-tab-panel .data-row .data.col5 .warning {
  color: red;
}
.mypage-content-space--port .all-tab-panel .data-row .data.col6 {
  font-size: 0px;
}
.mypage-content-space--port .all-tab-panel .data-row .data.col6 .status-left {
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  font-size: 18px;
}
.mypage-content-space--port .all-tab-panel .data-row .data.col6 .status-left .start {
  color: #27be66;
}
.mypage-content-space--port .all-tab-panel .data-row .data.col6 .status-left .stop {
  color: #e74c38;
}
.mypage-content-space--port .all-tab-panel .data-row .data.col6 .status-left .overdue {
  color: #e74c38;
}
.mypage-content-space--port .all-tab-panel .data-row .data.col6 .status-left .prompt-spinning {
  vertical-align: middle;
  top: -2px;
  margin-right: 0px;
}
.mypage-content-space--port .all-tab-panel .data-row .data.col6 .status-right {
  display: inline-block;
}
.mypage-content-space--port .all-tab-panel .data-row .data.col6 .status-right img {
  vertical-align: middle;
}
.mypage-content-space--port .all-tab-panel .request-port-row {
  width: 690px;
  background-color: #f4f5f7;
  border-radius: 5px;
  line-height: 50px;
  margin-bottom: 10px;
  position: relative;
}
.mypage-content-space--port .all-tab-panel .request-port-row .plus-img {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  text-align: center;
  padding-left: 5px;
}
.mypage-content-space--port .all-tab-panel .request-port-row .plus-img img {
  vertical-align: middle;
  padding: 5px;
  width: 38px;
  height: 38px;
}
.mypage-content-space--port .all-tab-panel .request-port-row .plus-img img.img-button:active {
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.mypage-content-space--port .all-tab-panel .request-port-row .plus-desc {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #878787;
  margin-left: 5px;
  width: 560px;
  line-height: 1.35;
  padding-top: 5px;
  padding-bottom: 5px;
}
.mypage-content-space--port .all-tab-panel .request-port-row .hide-btn {
  display: inline-block;
  font-size: 17px;
  background-color: rgba(230, 230, 230, 0.5);
  border-radius: 4px;
  width: 50px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  margin-left: 10px;
}
.mypage-content-space--port .all-tab-panel .request-port-row .hide-btn:hover {
  background-color: rgba(230, 230, 230, 0.8);
}
.mypage-content-space--port .all-tab-panel .request-port-row .cancel-btn {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 17px;
  background-color: #ffecb3;
  border-radius: 4px;
  width: 80px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
}
.mypage-content-space--port .all-tab-panel .request-port-row .cancel-btn:hover {
  background-color: #ffe596;
}
.mypage-content-space--port .all-tab-panel .request-port-row .cancel-btn img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -2px;
}
.mypage-content-space--port .summary-tab-panel {
  padding: 8px 0 20px 17px;
  width: 810px;
}
.mypage-content-space--port .summary-tab-panel .port-transaction-block {
  position: relative;
}
.mypage-content-space--port .summary-tab-panel .port-transaction-block .header-info {
  line-height: 35px;
  font-size: 18px;
  margin-top: 5px;
  font-family: supermarket;
}
.mypage-content-space--port .summary-tab-panel .port-transaction-block .header-info .info-text {
  color: #757575;
}
.mypage-content-space--port .summary-tab-panel .port-transaction-block .header-info .header-port-info {
  margin-left: 20px;
}
.mypage-content-space--port .summary-tab-panel .port-transaction-block .header-info .header-status-info {
  position: absolute;
  right: 10px;
  top: 0px;
}
.mypage-content-space--port .summary-tab-panel .port-transaction-block .header-info .header-status-info .start {
  color: #27be66;
}
.mypage-content-space--port .summary-tab-panel .port-transaction-block .header-info .header-status-info .stop {
  color: #e74c38;
}
.mypage-content-space--port .summary-tab-panel .port-transaction-block .header-info .header-status-info .overdue {
  color: #e74c38;
}
.mypage-content-space--port .summary-tab-panel .port-transaction-block .header-info .header-program-info {
  position: absolute;
  left: 300px;
  top: 0px;
}
.mypage-content-space--port .summary-tab-panel .port-transaction-block .content-info {
  width: 792px;
  padding: 5px 6px 0 6px;
  min-height: 215px;
  background-color: #f4f5f7;
  border-radius: 5px;
}
.mypage-content-space--port .summary-tab-panel .port-transaction-block .content-info .col1 {
  width: 100px;
}
.mypage-content-space--port .summary-tab-panel .port-transaction-block .content-info .col2 {
  width: 150px;
}
.mypage-content-space--port .summary-tab-panel .port-transaction-block .content-info .col3 {
  width: 180px;
}
.mypage-content-space--port .summary-tab-panel .port-transaction-block .content-info .col4 {
  width: 200px;
}
.mypage-content-space--port .summary-tab-panel .port-transaction-block .content-info .col5 {
  width: 150px;
}
.mypage-content-space--port .summary-tab-panel .port-transaction-block .content-header-row {
  background-color: #073147;
  height: 45px;
  line-height: 1.2;
  font-size: 0px;
}
.mypage-content-space--port .summary-tab-panel .port-transaction-block .content-header-row:before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.mypage-content-space--port .summary-tab-panel .port-transaction-block .content-header {
  color: white;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.mypage-content-space--port .summary-tab-panel .port-transaction-block .content-data-rows {
  width: 797px;
  min-height: 160px;
  font-size: 0px;
  position: relative;
}
.mypage-content-space--port .summary-tab-panel .port-transaction-block .content-spinning {
  position: absolute;
  left: 360px;
  top: 60px;
  z-index: 10;
}
.mypage-content-space--port .summary-tab-panel .port-transaction-block .content-data-row {
  position: relative;
}
.mypage-content-space--port .summary-tab-panel .port-transaction-block .content-data-row.bottom-line:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 10px;
  width: calc(100% - 20px - 17px);
  height: 2px;
  background-color: #e7e7e7;
}
.mypage-content-space--port .summary-tab-panel .port-transaction-block .content-data {
  font-size: 17px;
  height: 40px;
  line-height: 40px;
  color: #073147;
  text-align: center;
  display: inline-block;
}
.mypage-content-space--port .summary-tab-panel .port-transaction-block .content-data.col4 > div img {
  vertical-align: sub;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.mypage-content-space--port .summary-tab-panel .port-transaction-block .content-data.col4 > div span {
  display: inline-block;
  padding-left: 10px;
}
.mypage-content-space--port .summary-tab-panel .port-transaction-block .more-detail-text {
  display: block;
  text-align: right;
  font-size: 16px;
  line-height: 1.8;
  color: #878787;
  padding-right: 8px;
  margin-top: 2px;
}
.mypage-content-space--port .summary-tab-panel .port-transaction-block .more-detail-text span {
  text-decoration: underline;
}
.mypage-content-space--port .summary-tab-panel .port-transaction-block .more-detail-text .empty {
  height: 8px;
}
.mypage-content-space--port .summary-tab-panel .port-transaction-block .port-transaction-block-line {
  display: block;
  margin: 0 auto;
  width: calc(100% - 10px);
  height: 1px;
  background-color: #878787;
}

#admin-wrapper {
  min-height: calc(100vh - 56px);
  font-size: 0px;
  position: relative;
  padding-bottom: 48px;
  background-color: #e9eaee;
  white-space: nowrap;
  min-width: 100%;
  display: inline-block;
}
#admin-wrapper > * {
  white-space: initial;
}
#admin-wrapper popup-info {
  width: 260px;
  border: solid 1px #878787;
  background-color: #f3f3f3;
  -moz-box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 2;
}
#admin-wrapper popup-info .pi-title {
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: white;
  background-color: #644c7c;
  font-size: 17px;
  text-align: center;
}
#admin-wrapper popup-info .pi-content {
  padding: 8px 10px 0px 10px;
  background-color: #f3f3f3;
}
#admin-wrapper popup-info .pi-content .pi-row {
  font-size: 16px;
  color: #644c7c;
  word-break: break-word;
  line-height: 1;
  text-align: left;
  margin-bottom: 8px;
}
#admin-wrapper popup-info .pi-content .pi-row .pi-info-text {
  color: #878787;
}
#admin-wrapper .menu-space {
  width: 200px;
  display: inline-block;
  background-color: #644c7c;
  z-index: 2;
}
#admin-wrapper .menu-space:before {
  content: '';
  background-color: #644c7c;
  position: absolute;
  left: 0px;
  width: 200px;
  top: 0px;
  bottom: 48px;
}
#admin-wrapper .menu-space .menu-row {
  width: 100%;
  height: 43px;
  line-height: 43px;
  color: white;
  cursor: pointer;
  position: relative;
  display: block;
}
#admin-wrapper .menu-space .menu-row:hover {
  opacity: 0.8;
}
#admin-wrapper .menu-space .menu-row.selected {
  background-color: #93cf5d;
  opacity: 1;
}
#admin-wrapper .menu-space .menu-row.selected:before {
  content: '';
  background-color: #93cf5d;
  position: absolute;
  right: -2px;
  width: 2px;
  height: 100%;
}
#admin-wrapper .menu-space .menu-row-icon {
  display: inline-block;
  vertical-align: middle;
  width: 66px;
  text-align: center;
}
#admin-wrapper .menu-space .menu-row-icon img {
  vertical-align: middle;
  width: 30px;
  height: 30px;
}
#admin-wrapper .menu-space .menu-row-text {
  display: inline-block;
  vertical-align: middle;
  font-family: supermarket;
  font-size: 18px;
}
#admin-wrapper .menu-space .menu-row-noti {
  position: absolute;
  right: 10px;
  top: 5px;
}
#admin-wrapper .content-space {
  min-height: 300px;
  min-width: calc(100% - 200px);
  background-color: #e9eaee;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
#admin-wrapper .footer-space {
  width: 100%;
  height: 48px;
  display: block;
  position: absolute;
  background-color: #140e18;
  line-height: 48px;
  padding-left: 5px;
  bottom: 0px;
}
#admin-wrapper .footer-space .copyright-text {
  position: relative;
  font-family: 'myriadPro';
  font-size: 11px;
  color: #93cf5d;
}

.admin-content-space {
  height: 100%;
  font-family: superstore;
}
.admin-content-space .header-bar {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0px 15px;
  position: relative;
}
.admin-content-space .header-bar:before {
  content: '';
  background-color: #644c7c;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
}
.admin-content-space .header-bar .header-bar-icon {
  display: inline-block;
  width: 35px;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.admin-content-space .header-bar .header-bar-icon img {
  vertical-align: middle;
  width: 30px;
  height: 30px;
  position: relative;
  top: 2px;
}
.admin-content-space .header-bar .title-text {
  position: relative;
  top: 2px;
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  font-family: superstore;
  margin-right: 35px;
  color: #644c7c;
}
.admin-content-space .header-bar .header-tab {
  display: inline-block;
  font-family: superstore;
  font-size: 22px;
  padding: 0 20px;
  vertical-align: middle;
  position: relative;
  color: #644c7c;
}
.admin-content-space .header-bar .header-tab:hover {
  background-color: #d4d1dc;
}
.admin-content-space .header-bar .header-tab.selected {
  color: white;
  background-color: #644c7c;
}
.admin-content-space .header-bar .header-tab.selected:after {
  content: '';
  position: absolute;
  background-color: #644c7c;
  width: 14px;
  height: 14px;
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  bottom: -6px;
  left: calc(50% - 6px);
}
.admin-content-space .content-body {
  width: 100%;
  color: #644c7c;
}
.admin-content-space .content-body .admin-input-row {
  line-height: 48px;
  position: relative;
}
.admin-content-space .content-body .admin-input-title {
  font-family: supermarket;
  font-size: 18px;
  height: 48px;
  display: inline-block;
}
.admin-content-space .content-body .admin-input-box {
  background-color: #f4f5f7;
  display: inline-block;
  font-family: myriadPro;
  font-size: 15px;
  padding-left: 20px;
  height: 48px;
  border-radius: 5px;
  border: none;
  color: #644c7c;
}
.admin-content-space .content-body .admin-input-box.disabled {
  background-color: #d7d7d7;
  color: #3c3c3c;
}
.admin-content-space .content-body .admin-input-error-sign {
  position: absolute;
  top: 15px;
  right: -20px;
}
.admin-content-space .content-body .prompt-button-row {
  line-height: 30px;
  position: absolute;
  right: 8px;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.admin-content-space .content-body .prompt-button {
  display: inline-block;
  font-size: 18px;
  padding: 3px 6px;
  border-radius: 5px;
}
.admin-content-space .content-body .prompt-button:hover:not(.disabled):not(.no-hover) {
  background-color: #f1f1f1;
}
.admin-content-space .content-body .prompt-button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.admin-content-space .content-body .prompt-button img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.admin-content-space .content-body .prompt-spinning {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 2px;
  font-size: 18px;
  padding: 3px 0px;
  border-radius: 5px;
}
.admin-content-space .content-body .prompt-spinning .spinner > div {
  background-color: #644c7c;
}

.admin-content-space--home {
  font-family: supermarket;
}
.admin-content-space--home .modal-box-overlay .modal-box {
  width: 400px;
}
.admin-content-space--home .modal-box-overlay .login-desc {
  font-size: 0px;
  margin-top: 2px;
  margin-bottom: 15px;
}
.admin-content-space--home .modal-box-overlay .login-desc .row {
  height: 30px;
  line-height: 30px;
}
.admin-content-space--home .modal-box-overlay .login-desc .row .block {
  display: inline-block;
  font-size: 17px;
  color: #644c7c;
}
.admin-content-space--home .modal-box-overlay .login-desc .row .col1 {
  width: 80px;
}
.admin-content-space--home .modal-box-overlay .login-desc .row .col2 {
  width: 200px;
  text-align: center;
}
.admin-content-space--home .modal-box-overlay .login-desc .row .col3 {
  width: 80px;
}
.admin-content-space--home .modal-box-overlay .login-desc .row--title {
  margin-bottom: 5px;
}
.admin-content-space--home .modal-box-overlay .login-desc .row--data {
  background-color: white;
  border-radius: 4px;
}
.admin-content-space--home .modal-box-overlay .login-desc .row--data .block {
  font-size: 16px;
}
.admin-content-space--home .modal-box-overlay .free-desc {
  font-size: 18px;
}
.admin-content-space--home .header-content {
  width: 783px;
  position: relative;
}
.admin-content-space--home .header-content .header-summary {
  position: absolute;
  right: 3px;
  top: 0px;
}
.admin-content-space--home .header-content .header-summary img {
  position: relative;
}
.admin-content-space--home .header-content .header-summary div {
  display: inline-block;
  font-family: superstore;
  font-size: 22px;
  margin: 0 5px;
  color: #644c7c;
}
.admin-content-space--home .content-body {
  padding: 11px 15px;
}
.admin-content-space--home .content-body .summary-section {
  width: 785px;
}
.admin-content-space--home .content-body .summary-section .startup-panel {
  height: 250px;
  border: solid 2px #f39c88;
  border-radius: 8px;
  background-color: white;
}
.admin-content-space--home .content-body .summary-section .startup-panel .header-div {
  font-size: 20px;
  line-height: 45px;
  font-family: supermarket;
  padding-top: 3px;
  padding-left: 10px;
  position: relative;
}
.admin-content-space--home .content-body .summary-section .startup-panel .header-icon {
  display: inline-block;
  margin-right: 6px;
}
.admin-content-space--home .content-body .summary-section .startup-panel .header-icon img {
  vertical-align: middle;
}
.admin-content-space--home .content-body .summary-section .startup-panel .step-div {
  position: absolute;
  top: 64px;
  width: 230px;
  text-align: center;
  font-size: 0px;
  line-height: 0;
}
.admin-content-space--home .content-body .summary-section .startup-panel .step-div-desc {
  margin-top: 5px;
  line-height: 1.3;
  font-size: 15px;
  text-align: center;
}
.admin-content-space--home .content-body .summary-section .startup-panel .step-arrow {
  position: absolute;
  top: 105px;
}
.admin-content-space--home .content-body .summary-section .stat-panel {
  height: 250px;
}
.admin-content-space--home .content-body .summary-section .stat-panel .news-info {
  display: inline-block;
  background-color: white;
  height: 100%;
  width: 385px;
  margin-left: 5px;
  margin-right: 15px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.admin-content-space--home .content-body .summary-section .stat-panel .news-info .news-block {
  width: 370px;
  height: 230px;
  margin: 0 auto;
  margin-top: 10px;
  border: solid 1px #d9d9d9;
  border-radius: 3px;
}
.admin-content-space--home .content-body .summary-section .stat-panel .news-info .news-block .news-header {
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 19px;
  font-family: supermarket;
  background-color: #644c7c;
  color: white;
  text-align: center;
}
.admin-content-space--home .content-body .summary-section .stat-panel .news-info .news-block .news-table {
  overflow-y: auto;
  width: 387px;
  height: 183px;
}
.admin-content-space--home .content-body .summary-section .stat-panel .news-info .news-block .news-table .news-row {
  height: 38px;
  line-height: 38px;
  width: 370px;
  position: relative;
  color: #644c7c;
}
.admin-content-space--home .content-body .summary-section .stat-panel .news-info .news-block .news-table .news-row .news-desc {
  display: inline-block;
  font-size: 14px;
  width: calc(100% - 80px);
  padding-left: 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.admin-content-space--home .content-body .summary-section .stat-panel .news-info .news-block .news-table .news-row .news-date {
  vertical-align: top;
  display: inline-block;
  font-size: 14px;
  text-align: right;
  padding-right: 8px;
  width: 80px;
}
.admin-content-space--home .content-body .summary-section .stat-panel .news-info .news-block .news-table .news-row:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 1px;
  width: 100%;
  background-color: #d9d9d9;
}
.admin-content-space--home .content-body .summary-section .stat-panel .summary-info {
  vertical-align: top;
  display: inline-block;
  position: relative;
  width: 370px;
  height: 100%;
}
.admin-content-space--home .content-body .summary-section .stat-panel .summary-info .server-status {
  position: absolute;
  right: 0px;
  top: 0px;
  line-height: 30px;
  font-size: 18px;
}
.admin-content-space--home .content-body .summary-section .stat-panel .summary-info .server-status .status-text {
  display: inline-block;
}
.admin-content-space--home .content-body .summary-section .stat-panel .summary-info .server-status .status-text.status-text--up {
  color: #27be66;
}
.admin-content-space--home .content-body .summary-section .stat-panel .summary-info .server-status .status-text.status-text--down {
  color: #e74c38;
}
.admin-content-space--home .content-body .summary-section .stat-panel .summary-info .server-status .status-text.status-text--fix {
  color: #f1a436;
}
.admin-content-space--home .content-body .summary-section .stat-panel .summary-info .server-status img {
  vertical-align: middle;
}
.admin-content-space--home .content-body .summary-section .stat-panel .summary-info .summary-block {
  height: 41px;
  line-height: 41px;
  font-size: 18px;
  background-color: white;
  border-radius: 3px;
  margin-top: 13px;
  text-align: left;
}
.admin-content-space--home .content-body .summary-section .stat-panel .summary-info .summary-block.summary-block--first {
  margin-top: 46px;
}
.admin-content-space--home .content-body .summary-section .stat-panel .summary-info .summary-block .left {
  width: 197px;
  display: inline-block;
  text-align: right;
  padding-right: 15px;
}
.admin-content-space--home .content-body .summary-section .stat-panel .summary-info .summary-block .info-text {
  display: inline-block;
  color: #a2a2a2;
}
.admin-content-space--home .content-body .summary-section .footer {
  font-size: 16px;
  color: #868686;
  line-height: 34px;
  text-align: center;
  position: relative;
}
.admin-content-space--home .content-body .summary-section .footer .text:hover {
  opacity: 0.8;
}
.admin-content-space--home .content-body .summary-section .footer .text.selected {
  opacity: 1;
  color: #644c7c;
}
.admin-content-space--home .content-body .summary-section .footer .divider {
  cursor: default;
}
.admin-content-space--home .content-body .port-section {
  width: 785px;
  padding: 0 5px;
  margin-top: 1px;
}
.admin-content-space--home .content-body .port-section .port-row {
  position: relative;
  margin-bottom: 12px;
}
.admin-content-space--home .content-body .port-section .port-row:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #cbccd0;
  position: absolute;
  top: 0px;
  left: 0px;
}
.admin-content-space--home .content-body .port-section .port-row .header-info {
  line-height: 35px;
  font-size: 18px;
  font-family: supermarket;
}
.admin-content-space--home .content-body .port-section .port-row .info-text {
  color: #757575;
}
.admin-content-space--home .content-body .port-section .port-row .header-port-info {
  margin-left: 5px;
}
.admin-content-space--home .content-body .port-section .port-row .header-status-info {
  position: absolute;
  right: 10px;
  top: 0px;
}
.admin-content-space--home .content-body .port-section .port-row .header-status-info .start {
  color: #27be66;
}
.admin-content-space--home .content-body .port-section .port-row .header-status-info .stop {
  color: #e74c38;
}
.admin-content-space--home .content-body .port-section .port-row .header-program-info {
  position: absolute;
  left: 300px;
  top: 0px;
}
.admin-content-space--home .content-body .port-section .port-row .content-info {
  width: 100%;
  height: 132px;
  border-radius: 3px;
  background-color: white;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.admin-content-space--home .content-body .port-section .port-row .content-info-block {
  width: 185px;
  height: 117px;
  border: solid 1px #d9d9d9;
  border-radius: 3px;
}
.admin-content-space--home .content-body .port-section .port-row .block-header {
  width: 100%;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  font-family: supermarket;
  background-color: #644c7c;
  color: white;
  text-align: center;
}
.admin-content-space--home .content-body .port-section .port-row .block-data {
  width: 100%;
  height: 95px;
  line-height: 90px;
  font-size: 32px;
  font-family: supermarket;
  color: #644c7c;
  text-align: center;
}
.admin-content-space--home .content-body .port-section .port-row .block-data .warning {
  color: red;
}

.admin-content-space--payment {
  font-family: supermarket;
}
.admin-content-space--payment .modal-box-overlay .modal-box {
  width: 400px;
}
.admin-content-space--payment .modal-box-overlay .message--approve {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.admin-content-space--payment .modal-box-overlay .message--approve .text2 {
  margin-top: 5px;
}
.admin-content-space--payment .modal-box-overlay .message--reject {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.admin-content-space--payment .modal-box-overlay .message--reject .text2 {
  margin-top: 5px;
  margin-bottom: 10px;
}
.admin-content-space--payment .modal-box-overlay .message--reject .remark-row {
  font-size: 0;
}
.admin-content-space--payment .modal-box-overlay .message--reject .remark-row .text3 {
  font-size: 18px;
  display: inline-block;
  margin-right: 8px;
}
.admin-content-space--payment .modal-box-overlay .message--reject .remark-row .remark-textbox {
  border: none;
  font-size: 14px;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  background-color: white;
  width: 280px;
  padding-left: 5px;
  font-family: tahoma;
}
.admin-content-space--payment .modal-box-overlay .message--refill {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.admin-content-space--payment .modal-box-overlay .message--refill .text2 {
  margin-top: 5px;
  margin-bottom: 10px;
}
.admin-content-space--payment .modal-box-overlay .message--refill .text3 {
  text-align: center;
  word-break: break-word;
  padding-left: 5px;
  line-height: 1.35;
}
.admin-content-space--payment .request-tab-panel {
  padding: 20px 10px 10px 13px;
  white-space: nowrap;
}
.admin-content-space--payment .request-tab-panel .table-section {
  width: 785px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: initial;
}
.admin-content-space--payment .request-tab-panel .table-section .title {
  font-size: 19px;
  width: 110px;
  height: 25px;
  line-height: 25px;
  background-color: #d0cad8;
  color: #644c7c;
  text-align: center;
  margin: 0 auto 14px auto;
}
.admin-content-space--payment .request-tab-panel .table-section .refill-button {
  position: absolute;
  right: 0px;
  top: -5px;
  width: 43px;
  border: solid 1px #868686;
}
.admin-content-space--payment .request-tab-panel .table-section .refill-button img {
  vertical-align: middle;
  height: 35px;
  padding: 1px 4px;
}
.admin-content-space--payment .request-tab-panel .table-section .refill-button.selected {
  background-color: #d4d1dc;
}
.admin-content-space--payment .request-tab-panel .table-section .col1 {
  width: 58px;
  padding-left: 7px;
}
.admin-content-space--payment .request-tab-panel .table-section .col2 {
  width: 145px;
}
.admin-content-space--payment .request-tab-panel .table-section .col3 {
  width: 140px;
}
.admin-content-space--payment .request-tab-panel .table-section .col4 {
  width: 100px;
}
.admin-content-space--payment .request-tab-panel .table-section .col5 {
  width: 220px;
}
.admin-content-space--payment .request-tab-panel .table-section .col6 {
  width: 120px;
}
.admin-content-space--payment .request-tab-panel .table-section .header-row {
  border: solid 1px #644c7c;
  border-bottom: none;
  color: white;
  background-color: #644c7c;
  height: 38px;
  line-height: 38px;
}
.admin-content-space--payment .request-tab-panel .table-section .header-row .header {
  display: inline-block;
  font-size: 18px;
  text-align: center;
}
.admin-content-space--payment .request-tab-panel .table-section .data-rows {
  border: solid 1px #644c7c;
  border-top: none;
}
.admin-content-space--payment .request-tab-panel .table-section .data-rows .no-data-row {
  width: 783px;
  height: 40px;
  line-height: 40px;
  font-size: 17px;
  text-align: center;
}
.admin-content-space--payment .request-tab-panel .table-section .data-rows .data-row {
  height: 45px;
  line-height: 45px;
  position: relative;
}
.admin-content-space--payment .request-tab-panel .table-section .data-rows .data-row.has-bottom-line:before {
  content: '';
  position: absolute;
  width: calc(100% - 14px);
  left: 7px;
  bottom: 0px;
  height: 1px;
  background-color: #d2d2d2;
}
.admin-content-space--payment .request-tab-panel .table-section .data-rows .data-row .data {
  display: inline-block;
  font-size: 17px;
  text-align: center;
  vertical-align: top;
}
.admin-content-space--payment .request-tab-panel .table-section .data-rows .data-row .data.col2 {
  line-height: 1;
  word-break: break-word;
  height: 45px;
  font-size: 0px;
}
.admin-content-space--payment .request-tab-panel .table-section .data-rows .data-row .data.col2:before {
  content: '';
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.admin-content-space--payment .request-tab-panel .table-section .data-rows .data-row .data.col2 span {
  font-size: 17px;
  display: inline-block;
  vertical-align: middle;
}
.admin-content-space--payment .request-tab-panel .table-section .data-rows .data-row .data.col3 {
  font-size: 0px;
  height: 45px;
  vertical-align: top;
  position: relative;
}
.admin-content-space--payment .request-tab-panel .table-section .data-rows .data-row .data.col3 .col3-text {
  font-size: 17px;
  display: inline-block;
  vertical-align: middle;
}
.admin-content-space--payment .request-tab-panel .table-section .data-rows .data-row .data.col3 .col3-info-img {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  cursor: help;
  padding: 8px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.admin-content-space--payment .request-tab-panel .table-section .data-rows .data-row .data.col3 .col3-info-img.big {
  opacity: 0.75;
}
.admin-content-space--payment .request-tab-panel .table-section .data-rows .data-row .data.col4 {
  text-align: right;
  padding-right: 25px;
}
.admin-content-space--payment .request-tab-panel .table-section .data-rows .data-row .data.col5 .col5-date {
  display: inline-block;
  text-align: center;
  width: 80px;
}
.admin-content-space--payment .request-tab-panel .table-section .data-rows .data-row .data.col5 .col5-time {
  display: inline-block;
  text-align: center;
  width: 50px;
}
.admin-content-space--payment .request-tab-panel .table-section .data-rows .data-row .data.col6 {
  font-size: 0px;
  vertical-align: top;
}
.admin-content-space--payment .request-tab-panel .table-section .data-rows .data-row .data.col6 .col6-button {
  vertical-align: middle;
  padding: 5px;
  display: inline-block;
}
.admin-content-space--payment .request-tab-panel .table-section .data-rows .data-row .data.col6 .col6-approve-message {
  color: #27be66;
  font-size: 17px;
}
.admin-content-space--payment .request-tab-panel .table-section .data-rows .data-row .data.col6 .col6-reject-message {
  color: #e74c38;
  font-size: 17px;
}
.admin-content-space--payment .request-tab-panel .refill-section {
  position: relative;
  display: inline-block;
  width: 260px;
  margin-left: 8px;
  border: solid 1px #644c7c;
  vertical-align: top;
  top: -5px;
}
.admin-content-space--payment .request-tab-panel .refill-section .header {
  height: 40px;
  line-height: 40px;
  background-color: #644c7c;
  color: white;
  font-size: 18px;
  text-align: center;
}
.admin-content-space--payment .request-tab-panel .refill-section .refill-container .row {
  height: 45px;
  line-height: 45px;
  padding-left: 15px;
}
.admin-content-space--payment .request-tab-panel .refill-section .refill-container .row .caption {
  font-size: 18px;
  color: #644c7c;
  width: 65px;
  display: inline-block;
  vertical-align: middle;
}
.admin-content-space--payment .request-tab-panel .refill-section .refill-container .row .textbox {
  height: 30px;
  line-height: 30px;
  border: solid 1px #878787;
  padding-left: 5px;
  width: 150px;
  display: inline-block;
  background-color: white;
  vertical-align: middle;
}
.admin-content-space--payment .request-tab-panel .refill-section .refill-container .row .combobox {
  height: 30px;
  line-height: 30px;
  border: solid 1px #878787;
  display: inline-block;
  vertical-align: middle;
}
.admin-content-space--payment .request-tab-panel .refill-section .refill-container .row .mtextbox {
  vertical-align: top;
  height: 115px;
  width: 225px;
  background-color: white;
  border: solid 1px #878787;
  resize: none;
  font-family: tahoma;
  padding: 3px 3px;
}
.admin-content-space--payment .request-tab-panel .refill-section .refill-container .row .submit-button {
  width: 75px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  background-color: #93cf5d;
  color: white;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.admin-content-space--payment .request-tab-panel .refill-section .refill-container .row .submit-button:hover {
  background-color: #8ac257;
}
.admin-content-space--payment .history-tab-panel {
  padding: 20px 10px 10px 13px;
}
.admin-content-space--payment .history-tab-panel .table-section {
  width: 802px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: initial;
}
.admin-content-space--payment .history-tab-panel .table-section .title {
  font-size: 19px;
  width: 125px;
  height: 25px;
  line-height: 25px;
  background-color: #d0cad8;
  color: #644c7c;
  text-align: center;
  margin: 0 auto 14px auto;
}
.admin-content-space--payment .history-tab-panel .table-section .rejected-box {
  position: absolute;
  right: 10px;
  top: 5px;
  height: 30px;
  line-height: 30px;
}
.admin-content-space--payment .history-tab-panel .table-section .rejected-box img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
  padding: 5px;
}
.admin-content-space--payment .history-tab-panel .table-section .rejected-box span {
  vertical-align: middle;
  display: inline-block;
  font-size: 17px;
}
.admin-content-space--payment .history-tab-panel .table-section .col1 {
  width: 50px;
}
.admin-content-space--payment .history-tab-panel .table-section .col2 {
  width: 110px;
}
.admin-content-space--payment .history-tab-panel .table-section .col3 {
  width: 120px;
}
.admin-content-space--payment .history-tab-panel .table-section .col4 {
  width: 70px;
}
.admin-content-space--payment .history-tab-panel .table-section .col5 {
  width: 160px;
}
.admin-content-space--payment .history-tab-panel .table-section .col6 {
  width: 160px;
}
.admin-content-space--payment .history-tab-panel .table-section .col7 {
  width: 130px;
}
.admin-content-space--payment .history-tab-panel .table-section .header-row {
  border: solid 1px #644c7c;
  border-bottom: none;
  color: white;
  background-color: #644c7c;
  height: 38px;
  line-height: 38px;
}
.admin-content-space--payment .history-tab-panel .table-section .header-row .header {
  display: inline-block;
  font-size: 17px;
  text-align: center;
}
.admin-content-space--payment .history-tab-panel .table-section .data-rows {
  border: solid 1px #644c7c;
  border-top: none;
}
.admin-content-space--payment .history-tab-panel .table-section .data-rows .no-data-row {
  width: 800px;
  height: 40px;
  line-height: 40px;
  font-size: 17px;
  text-align: center;
}
.admin-content-space--payment .history-tab-panel .table-section .data-rows .month-rows .month-row {
  width: 800px;
  color: #644c7c;
  padding-left: 5px;
  height: 30px;
  line-height: 30px;
  font-size: 22px;
  font-family: superstore;
  padding-top: 3px;
  position: relative;
}
.admin-content-space--payment .history-tab-panel .table-section .data-rows .month-rows .month-row:before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  height: 1px;
  background-color: #d2d2d2;
}
.admin-content-space--payment .history-tab-panel .table-section .data-rows .month-rows .data-row {
  height: 35px;
  line-height: 35px;
  position: relative;
}
.admin-content-space--payment .history-tab-panel .table-section .data-rows .month-rows .data-row:not(.no-bottom-line):before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  height: 1px;
  background-color: #d2d2d2;
}
.admin-content-space--payment .history-tab-panel .table-section .data-rows .month-rows .data-row .data {
  display: inline-block;
  font-size: 17px;
  text-align: center;
  vertical-align: top;
}
.admin-content-space--payment .history-tab-panel .table-section .data-rows .month-rows .data-row .data.col2 {
  line-height: 1;
  word-break: break-word;
  height: 35px;
  font-size: 0px;
}
.admin-content-space--payment .history-tab-panel .table-section .data-rows .month-rows .data-row .data.col2:before {
  content: '';
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.admin-content-space--payment .history-tab-panel .table-section .data-rows .month-rows .data-row .data.col2 span {
  font-size: 17px;
  display: inline-block;
  vertical-align: middle;
}
.admin-content-space--payment .history-tab-panel .table-section .data-rows .month-rows .data-row .data.col3 {
  font-size: 0px;
  height: 35px;
  vertical-align: top;
  position: relative;
}
.admin-content-space--payment .history-tab-panel .table-section .data-rows .month-rows .data-row .data.col3 .col3-text {
  font-size: 17px;
  display: inline-block;
  vertical-align: middle;
}
.admin-content-space--payment .history-tab-panel .table-section .data-rows .month-rows .data-row .data.col3 .col3-info-img {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  cursor: help;
  padding: 8px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.admin-content-space--payment .history-tab-panel .table-section .data-rows .month-rows .data-row .data.col3 .col3-info-img.big {
  opacity: 0.75;
}
.admin-content-space--payment .history-tab-panel .table-section .data-rows .month-rows .data-row .data.col4 {
  text-align: right;
  padding-right: 15px;
}
.admin-content-space--payment .history-tab-panel .table-section .data-rows .month-rows .data-row .data.col5 .col5-date, .admin-content-space--payment .history-tab-panel .table-section .data-rows .month-rows .data-row .data.col6 .col5-date {
  display: inline-block;
  text-align: center;
  width: 70px;
}
.admin-content-space--payment .history-tab-panel .table-section .data-rows .month-rows .data-row .data.col5 .col5-time, .admin-content-space--payment .history-tab-panel .table-section .data-rows .month-rows .data-row .data.col6 .col5-time {
  display: inline-block;
  text-align: center;
  width: 45px;
}
.admin-content-space--payment .history-tab-panel .table-section .data-rows .month-rows .data-row .data.col7 {
  font-size: 0px;
  vertical-align: top;
  position: relative;
  height: 35px;
}
.admin-content-space--payment .history-tab-panel .table-section .data-rows .month-rows .data-row .data.col7 .col7-sign-img {
  vertical-align: middle;
  display: inline-block;
}
.admin-content-space--payment .history-tab-panel .table-section .data-rows .month-rows .data-row .data.col7 .col7-text {
  display: inline-block;
  width: 75px;
  vertical-align: middle;
  line-height: 1;
  word-break: break-word;
  height: 35px;
  font-size: 0px;
  padding-left: 5px;
}
.admin-content-space--payment .history-tab-panel .table-section .data-rows .month-rows .data-row .data.col7 .col7-text:before {
  content: '';
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.admin-content-space--payment .history-tab-panel .table-section .data-rows .month-rows .data-row .data.col7 .col7-text span {
  font-size: 17px;
  display: inline-block;
  vertical-align: middle;
}
.admin-content-space--payment .history-tab-panel .table-section .data-rows .month-rows .data-row .data.col7 .col7-block-info-img {
  width: 20px;
  display: inline-block;
}
.admin-content-space--payment .history-tab-panel .table-section .data-rows .month-rows .data-row .data.col7 .col7-block-info-img .col7-info-img {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  cursor: help;
  padding: 5px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.admin-content-space--payment .history-tab-panel .table-section .data-rows .month-rows .data-row .data.col7 .col7-block-info-img .col7-info-img.big {
  opacity: 0.75;
}

.admin-content-space--user {
  font-family: supermarket;
}
.admin-content-space--user .modal-box-overlay .modal-box {
  width: 400px;
}
.admin-content-space--user .modal-box-overlay .message--confirm-delete {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.admin-content-space--user .modal-box-overlay .message--confirm-delete .text2 {
  margin-top: 5px;
  margin-bottom: 10px;
}
.admin-content-space--user .modal-box-overlay .message--confirm-delete .remark-row {
  font-size: 0;
}
.admin-content-space--user .modal-box-overlay .message--confirm-delete .remark-row .text3 {
  font-size: 18px;
  display: inline-block;
  margin-right: 8px;
}
.admin-content-space--user .modal-box-overlay .message--confirm-delete .remark-row .remark-textbox {
  border: none;
  font-size: 14px;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  background-color: white;
  width: 280px;
  padding-left: 5px;
  font-family: tahoma;
}
.admin-content-space--user .modal-box-overlay .message--edit-port {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.admin-content-space--user .modal-box-overlay .message--edit-port .text2 {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 5px;
  border-radius: 5px;
}
.admin-content-space--user .modal-box-overlay .message--edit-port .text3 {
  margin-top: 10px;
}
.admin-content-space--user .modal-box-overlay .message--renew-port {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.admin-content-space--user .modal-box-overlay .message--renew-port .text2 {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 5px;
  border-radius: 5px;
}
.admin-content-space--user .modal-box-overlay .message--renew-port .text3 {
  margin-top: 10px;
}
.admin-content-space--user .modal-box-overlay .message--verify-link {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.admin-content-space--user .modal-box-overlay .message--verify-link .text2 {
  margin-top: 5px;
  margin-bottom: 10px;
}
.admin-content-space--user .modal-box-overlay .message--verify-link .remark-row .info-textbox {
  vertical-align: top;
  height: 100px;
  width: 100%;
  background-color: white;
  border: solid 1px #878787;
  resize: none;
  font-family: tahoma;
  padding: 3px 3px;
  font-size: 14px;
}
.admin-content-space--user .user-tab-panel {
  padding: 10px 10px 10px 13px;
  white-space: nowrap;
}
.admin-content-space--user .user-tab-panel .list-section {
  width: 230px;
  min-height: 400px;
  height: calc(100vh - 180px);
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: initial;
  border: solid 1px #644c7c;
}
.admin-content-space--user .user-tab-panel .list-section .col1 {
  width: 45px;
}
.admin-content-space--user .user-tab-panel .list-section .col2 {
  width: 110px;
}
.admin-content-space--user .user-tab-panel .list-section .col3 {
  width: 60px;
}
.admin-content-space--user .user-tab-panel .list-section .header-row {
  color: white;
  background-color: #644c7c;
  height: 30px;
  line-height: 30px;
}
.admin-content-space--user .user-tab-panel .list-section .header-row .header {
  display: inline-block;
  font-size: 16px;
  text-align: center;
}
.admin-content-space--user .user-tab-panel .list-section .header-row .header.col3 {
  text-align: right;
}
.admin-content-space--user .user-tab-panel .list-section .data-rows {
  height: calc(100% - 30px);
  overflow-y: auto;
  width: calc(100% + 18px);
}
.admin-content-space--user .user-tab-panel .list-section .data-rows .data-row {
  height: 33px;
  line-height: 33px;
  position: relative;
  width: 229px;
}
.admin-content-space--user .user-tab-panel .list-section .data-rows .data-row.selected:before {
  content: '';
  width: 228px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #d4d1dc;
  z-index: 0;
}
.admin-content-space--user .user-tab-panel .list-section .data-rows .data-row.has-bottom-line:after {
  content: '';
  position: absolute;
  width: 228px;
  left: 0px;
  bottom: 0px;
  height: 1px;
  background-color: #d2d2d2;
}
.admin-content-space--user .user-tab-panel .list-section .data-rows .data-row .data {
  display: inline-block;
  font-size: 16px;
  text-align: center;
  vertical-align: top;
  position: relative;
}
.admin-content-space--user .user-tab-panel .list-section .data-rows .data-row .data.col2 {
  line-height: 1;
  word-break: break-word;
  height: 33px;
  font-size: 0px;
}
.admin-content-space--user .user-tab-panel .list-section .data-rows .data-row .data.col2:before {
  content: '';
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.admin-content-space--user .user-tab-panel .list-section .data-rows .data-row .data.col2 span {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.admin-content-space--user .user-tab-panel .list-section .data-rows .data-row .data.col3 {
  text-align: right;
}
.admin-content-space--user .user-tab-panel .detail-section {
  position: relative;
  display: inline-block;
  width: 552px;
  min-height: 400px;
  height: calc(100vh - 255px);
  margin-left: 20px;
  border: solid 1px #644c7c;
  white-space: initial;
  vertical-align: top;
}
.admin-content-space--user .user-tab-panel .detail-section .group-row {
  color: white;
  height: 30px;
  line-height: 30px;
  position: relative;
}
.admin-content-space--user .user-tab-panel .detail-section .group-row:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0px;
  bottom: -2px;
  border-top: solid 1px #878787;
  border-bottom: solid 1px #878787;
}
.admin-content-space--user .user-tab-panel .detail-section .group-row .group-btn {
  display: inline-block;
  font-size: 16px;
  text-align: center;
  padding: 0 15px;
  color: #644c7c;
  border-right: solid 1px #878787;
}
.admin-content-space--user .user-tab-panel .detail-section .group-row .group-btn:hover {
  background-color: #d4d1dc;
}
.admin-content-space--user .user-tab-panel .detail-section .group-row .group-btn.selected {
  background-color: #644c7c;
  color: white;
}
.admin-content-space--user .user-tab-panel .detail-section .group-row .group-info-right {
  display: inline-block;
  float: right;
  font-size: 16px;
  padding-right: 5px;
  color: #644c7c;
}
.admin-content-space--user .user-tab-panel .detail-section .group-container {
  padding: 10px 0;
}
.admin-content-space--user .user-tab-panel .detail-section .group-container .column {
  padding: 0 0 0 10px;
  display: inline-block;
  width: 275px;
  vertical-align: top;
}
.admin-content-space--user .user-tab-panel .detail-section .group-container .column .input-row {
  height: 35px;
  line-height: 35px;
}
.admin-content-space--user .user-tab-panel .detail-section .group-container .column .input-row-text {
  display: inline-block;
  width: 55px;
  font-size: 16px;
}
.admin-content-space--user .user-tab-panel .detail-section .group-container .column .input-row-textbox {
  display: inline-block;
  width: 200px;
  background-color: #f4f5f7;
  font-family: tahoma;
  font-size: 13px;
  padding-left: 5px;
  height: 28px;
  border-radius: 3px;
  border: none;
  color: #073147;
}
.admin-content-space--user .user-tab-panel .detail-section .group-container .column .input-row-textbox[disabled], .admin-content-space--user .user-tab-panel .detail-section .group-container .column .input-row-textbox.disabled {
  background-color: #d7d7d7;
  color: #3c3c3c;
}
.admin-content-space--user .user-tab-panel .detail-section .group-container .column .input-row-textbox.green {
  color: #27be66;
}
.admin-content-space--user .user-tab-panel .detail-section .group-container .column .input-row-textbox.red {
  color: #e74c38;
}
.admin-content-space--user .user-tab-panel .detail-section .group-container .column .input-row-btn {
  display: inline-block;
  padding: 0px 10px;
  font-size: 16px;
  color: white;
  background-color: #93cf5d;
  border-radius: 3px;
}
.admin-content-space--user .user-tab-panel .detail-section .group-container .column .input-row-btn:hover:not([disabled]) {
  background-color: #8ac257;
}
.admin-content-space--user .user-tab-panel .detail-section .group-container .column .input-row-btn.input-row-btn--edit {
  background-color: #2196f3;
}
.admin-content-space--user .user-tab-panel .detail-section .group-container .column .input-row-btn.input-row-btn--edit:hover:not([disabled]) {
  background-color: #448aff;
}
.admin-content-space--user .user-tab-panel .detail-section .group-container .column .input-row-btn.input-row-btn--danger {
  background-color: #f44336;
}
.admin-content-space--user .user-tab-panel .detail-section .group-container .column .input-row-btn.input-row-btn--danger:hover:not([disabled]) {
  background-color: #ff5252;
}
.admin-content-space--user .user-tab-panel .detail-section .group-container .column .input-row-btn.input-row-btn--cancel {
  background-color: #bdbdbd;
}
.admin-content-space--user .user-tab-panel .detail-section .group-container .column .input-row-btn.input-row-btn--cancel:hover:not([disabled]) {
  background-color: #9e9e9e;
}
.admin-content-space--user .user-tab-panel .detail-section .group-container .column .input-row-btn[disabled] {
  cursor: not-allowed;
  background-color: #e0e0e0;
  color: #9e9e9e;
}
.admin-content-space--user .user-tab-panel .detail-section .group-container .column.column--2 {
  width: 100%;
  padding: 0;
  text-align: center;
}
.admin-content-space--user .user-tab-panel .detail-section .group-container.group-container--port {
  padding: 0;
  overflow-y: auto;
  height: calc(100% - 32px);
  width: 568px;
}
.admin-content-space--user .user-tab-panel .detail-section .group-container.group-container--port .port-row {
  position: relative;
  padding: 10px 0 6px 0;
}
.admin-content-space--user .user-tab-panel .detail-section .group-container.group-container--port .port-row:before {
  content: '';
  position: absolute;
  background-color: #d2d2d2;
  width: calc(550px - 16px);
  height: 1px;
  bottom: 0px;
  left: 8px;
}
.admin-content-space--user .user-tab-panel .detail-section .group-container.group-container--port .port-row .column .input-row .input-row-text {
  width: 80px;
}
.admin-content-space--user .user-tab-panel .detail-section .group-container.group-container--port .port-row .column .input-row .input-row-textbox {
  width: 175px;
}
.admin-content-space--user .user-tab-panel .detail-section .group-container.group-container--port .port-row .column .input-row .input-row-textbox.red {
  color: #e74c38;
}
.admin-content-space--user .user-tab-panel .edit-port-section {
  position: relative;
  display: inline-block;
  width: 260px;
  margin-left: 20px;
  border: solid 1px #644c7c;
  vertical-align: top;
  top: 0px;
  white-space: initial;
}
.admin-content-space--user .user-tab-panel .edit-port-section .header {
  height: 40px;
  line-height: 40px;
  background-color: #644c7c;
  color: white;
  font-size: 18px;
  text-align: center;
}
.admin-content-space--user .user-tab-panel .edit-port-section .edit-container .row {
  height: 45px;
  line-height: 45px;
  padding-left: 15px;
  position: relative;
}
.admin-content-space--user .user-tab-panel .edit-port-section .edit-container .row .caption {
  font-size: 18px;
  color: #644c7c;
  width: auto;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.admin-content-space--user .user-tab-panel .edit-port-section .edit-container .row .textbox {
  height: 30px;
  line-height: 30px;
  border: solid 1px #878787;
  padding-left: 5px;
  width: 150px;
  display: inline-block;
  background-color: white;
  vertical-align: middle;
}
.admin-content-space--user .user-tab-panel .edit-port-section .edit-container .row .number-user-button {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.admin-content-space--user .user-tab-panel .edit-port-section .edit-container .row .number-user-button:hover:not(.disabled):not(.readonly) {
  background-color: #f1f1f1;
}
.admin-content-space--user .user-tab-panel .edit-port-section .edit-container .row .number-user-button:active:not(.disabled):not(.readonly) {
  background-color: #eeeeee;
}
.admin-content-space--user .user-tab-panel .edit-port-section .edit-container .row .number-user-button > img {
  height: 14px;
  vertical-align: middle;
}
.admin-content-space--user .user-tab-panel .edit-port-section .edit-container .row [date-picker-wrapper] {
  top: 3px;
  left: -10px;
  line-height: initial;
}
.admin-content-space--user .user-tab-panel .edit-port-section .edit-container .row [date-picker-wrapper] > div {
  background-color: #f9fafc;
  border: solid 1px #b9b9b9;
  border-radius: 0;
}
.admin-content-space--user .user-tab-panel .edit-port-section .edit-container .row [type='datetime'] {
  border: solid 1px #878787;
  width: 130px;
  height: 30px;
  line-height: 30px;
  background-color: #f9fafc;
  display: inline-block;
  font-family: tahoma;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  border-radius: 0;
}
.admin-content-space--user .user-tab-panel .edit-port-section .edit-container .row .radio-btn {
  font-size: 18px;
  color: #644c7c;
  vertical-align: middle;
}
.admin-content-space--user .user-tab-panel .edit-port-section .edit-container .row .radio-btn input {
  margin-right: 5px;
}
.admin-content-space--user .user-tab-panel .edit-port-section .edit-container .row .combobox {
  height: 30px;
  line-height: 30px;
  border: solid 1px #878787;
  display: inline-block;
  vertical-align: middle;
}
.admin-content-space--user .user-tab-panel .edit-port-section .edit-container .row .mtextbox {
  vertical-align: top;
  height: 115px;
  width: 225px;
  background-color: white;
  border: solid 1px #878787;
  resize: none;
  font-family: tahoma;
  padding: 3px 3px;
}
.admin-content-space--user .user-tab-panel .edit-port-section .edit-container .row .submit-button {
  width: 75px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  background-color: #93cf5d;
  color: white;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.admin-content-space--user .user-tab-panel .edit-port-section .edit-container .row .submit-button:hover {
  background-color: #8ac257;
}
.admin-content-space--user .user-tab-panel .edit-port-section .edit-container .row .cancel-button {
  width: 75px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  background-color: #bdbdbd;
  color: white;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.admin-content-space--user .user-tab-panel .edit-port-section .edit-container .row .cancel-button:hover {
  background-color: #9e9e9e;
}
.admin-content-space--user .register-tab-panel {
  padding: 20px 10px 10px 13px;
  white-space: nowrap;
}
.admin-content-space--user .register-tab-panel .table-section {
  width: 802px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: initial;
}
.admin-content-space--user .register-tab-panel .table-section .title {
  font-size: 19px;
  width: 160px;
  height: 25px;
  line-height: 25px;
  background-color: #d0cad8;
  color: #644c7c;
  text-align: center;
  margin: 0 auto 14px auto;
}
.admin-content-space--user .register-tab-panel .table-section .rejected-box {
  position: absolute;
  right: 10px;
  top: 5px;
  height: 30px;
  line-height: 30px;
}
.admin-content-space--user .register-tab-panel .table-section .rejected-box img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
  padding: 5px;
}
.admin-content-space--user .register-tab-panel .table-section .rejected-box span {
  vertical-align: middle;
  display: inline-block;
  font-size: 17px;
}
.admin-content-space--user .register-tab-panel .table-section .col1 {
  width: 160px;
}
.admin-content-space--user .register-tab-panel .table-section .col2 {
  width: 210px;
}
.admin-content-space--user .register-tab-panel .table-section .col3 {
  width: 150px;
}
.admin-content-space--user .register-tab-panel .table-section .col4 {
  width: 130px;
}
.admin-content-space--user .register-tab-panel .table-section .col5 {
  width: 150px;
}
.admin-content-space--user .register-tab-panel .table-section .header-row {
  border: solid 1px #644c7c;
  border-bottom: none;
  color: white;
  background-color: #644c7c;
  height: 38px;
  line-height: 38px;
}
.admin-content-space--user .register-tab-panel .table-section .header-row .header {
  display: inline-block;
  font-size: 18px;
  text-align: center;
}
.admin-content-space--user .register-tab-panel .table-section .data-rows {
  border: solid 1px #644c7c;
  border-top: none;
}
.admin-content-space--user .register-tab-panel .table-section .data-rows .no-data-row {
  width: 800px;
  height: 40px;
  line-height: 40px;
  font-size: 17px;
  text-align: center;
}
.admin-content-space--user .register-tab-panel .table-section .data-rows .data-row {
  height: 40px;
  line-height: 40px;
  position: relative;
}
.admin-content-space--user .register-tab-panel .table-section .data-rows .data-row.has-bottom-line:before {
  content: '';
  position: absolute;
  width: calc(100% - 14px);
  left: 7px;
  bottom: 0px;
  height: 1px;
  background-color: #d2d2d2;
}
.admin-content-space--user .register-tab-panel .table-section .data-rows .data-row .data {
  display: inline-block;
  font-size: 16px;
  text-align: center;
  vertical-align: top;
}
.admin-content-space--user .register-tab-panel .table-section .data-rows .data-row .data.col1, .admin-content-space--user .register-tab-panel .table-section .data-rows .data-row .data.col2 {
  line-height: 1;
  word-break: break-word;
  height: 40px;
  font-size: 0px;
}
.admin-content-space--user .register-tab-panel .table-section .data-rows .data-row .data.col1:before, .admin-content-space--user .register-tab-panel .table-section .data-rows .data-row .data.col2:before {
  content: '';
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.admin-content-space--user .register-tab-panel .table-section .data-rows .data-row .data.col1 span, .admin-content-space--user .register-tab-panel .table-section .data-rows .data-row .data.col2 span {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.admin-content-space--user .register-tab-panel .table-section .data-rows .data-row .data.col3 .col3-date, .admin-content-space--user .register-tab-panel .table-section .data-rows .data-row .data.col5 .col3-date {
  display: inline-block;
  text-align: center;
  width: 80px;
}
.admin-content-space--user .register-tab-panel .table-section .data-rows .data-row .data.col3 .col3-time, .admin-content-space--user .register-tab-panel .table-section .data-rows .data-row .data.col5 .col3-time {
  display: inline-block;
  text-align: center;
  width: 50px;
}
.admin-content-space--user .register-tab-panel .table-section .data-rows .data-row .data.col4 {
  font-size: 0px;
  height: 40px;
}
.admin-content-space--user .register-tab-panel .table-section .data-rows .data-row .data.col4 .col4-icon {
  position: relative;
  top: 6px;
}
.admin-content-space--user .register-tab-panel .table-section .data-rows .data-row .data.col4 .col4-text {
  font-size: 16px;
  margin-left: 5px;
}
.admin-content-space--user .register-tab-panel .table-section .data-rows .data-row .data.col4 .col4-bin {
  position: relative;
  top: 4px;
  margin-left: 5px;
}

.admin-content-space--news {
  font-family: supermarket;
}
.admin-content-space--news .all-tab-panel {
  padding: 18px 10px 10px 18px;
  white-space: nowrap;
}
.admin-content-space--news .all-tab-panel .input-section {
  width: 385px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: initial;
}
.admin-content-space--news .all-tab-panel .input-section .input-frame {
  padding: 9px 15px 4px 15px;
  width: 385px;
  border: solid 1px #b9b9b9;
}
.admin-content-space--news .all-tab-panel .input-section .input-row {
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  position: relative;
}
.admin-content-space--news .all-tab-panel .input-section .input-row.chid-right {
  text-align: right;
}
.admin-content-space--news .all-tab-panel .input-section .input-row .input-text {
  display: inline-block;
  font-size: 17px;
  color: #644c7c;
}
.admin-content-space--news .all-tab-panel .input-section .input-row [date-picker-wrapper] {
  top: 6px;
  left: 50px;
  line-height: initial;
}
.admin-content-space--news .all-tab-panel .input-section .input-row [date-picker-wrapper] > div {
  background-color: #f9fafc;
  border: solid 1px #b9b9b9;
  border-radius: 0;
}
.admin-content-space--news .all-tab-panel .input-section .input-row .input-textbox {
  border: solid 1px #b9b9b9;
  width: 300px;
  height: 35px;
  line-height: 35px;
  background-color: #f9fafc;
  display: inline-block;
  font-family: tahoma;
  font-size: 13px;
  padding-left: 10px;
  border-radius: 0;
}
.admin-content-space--news .all-tab-panel .input-section .input-row [type='datetime'] {
  border: solid 1px #b9b9b9;
  width: 110px;
  height: 35px;
  line-height: 35px;
  background-color: #f9fafc;
  display: inline-block;
  font-family: tahoma;
  font-size: 13px;
  text-align: center;
  border-radius: 0;
}
.admin-content-space--news .all-tab-panel .input-section .input-row select {
  border: solid 1px #b9b9b9;
  height: 35px;
  line-height: 35px;
  background-color: #f9fafc;
  display: inline-block;
  font-family: tahoma;
  font-size: 13px;
}
.admin-content-space--news .all-tab-panel .input-section .input-row .save-button {
  line-height: 30px;
  border-radius: 3px;
  background-color: #93cf5d;
  color: white;
  font-size: 17px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 2px 8px;
  position: relative;
}
.admin-content-space--news .all-tab-panel .input-section .input-row .save-button:hover {
  background-color: #8ac257;
}
.admin-content-space--news .all-tab-panel .input-section .input-row .add-button {
  width: 75px;
  line-height: 30px;
  border-radius: 3px;
  background-color: #93cf5d;
  color: white;
  font-size: 17px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 2px 8px;
  position: relative;
}
.admin-content-space--news .all-tab-panel .input-section .input-row .add-button:hover {
  background-color: #8ac257;
}
.admin-content-space--news .all-tab-panel .table-section {
  width: 390px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: initial;
  margin-left: 10px;
  border: solid 1px #644c7c;
  background-color: white;
}
.admin-content-space--news .all-tab-panel .table-section .title {
  font-size: 19px;
  width: 100%;
  height: 35px;
  line-height: 35px;
  background-color: #644c7c;
  color: white;
  text-align: center;
}
.admin-content-space--news .all-tab-panel .table-section .data-rows {
  border-top: none;
  height: 338px;
  width: 408px;
  overflow: auto;
}
.admin-content-space--news .all-tab-panel .table-section .data-rows .data-row {
  height: 40px;
  line-height: 40px;
  position: relative;
  width: 388px;
}
.admin-content-space--news .all-tab-panel .table-section .data-rows .data-row .data-row-content:hover {
  background-color: whitesmoke;
}
.admin-content-space--news .all-tab-panel .table-section .data-rows .data-row.has-bottom-line:before {
  content: '';
  position: absolute;
  width: 388px;
  left: 0px;
  bottom: 0px;
  height: 1px;
  background-color: #d2d2d2;
}
.admin-content-space--news .all-tab-panel .table-section .data-rows .data-row .data {
  display: inline-block;
  font-size: 17px;
  text-align: center;
  vertical-align: top;
}
.admin-content-space--news .all-tab-panel .table-section .data-rows .data-row .data.col1 {
  cursor: pointer;
  line-height: 1;
  word-break: break-word;
  height: 40px;
  width: 270px;
  font-size: 0px;
  text-align: left;
  padding-left: 10px;
}
.admin-content-space--news .all-tab-panel .table-section .data-rows .data-row .data.col1:before {
  content: '';
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.admin-content-space--news .all-tab-panel .table-section .data-rows .data-row .data.col1 span {
  font-size: 17px;
  display: inline-block;
  vertical-align: middle;
}
.admin-content-space--news .all-tab-panel .table-section .data-rows .data-row .data.col2 {
  width: 86px;
}
.admin-content-space--news .all-tab-panel .table-section .data-rows .data-row .data.col3 {
  height: 40px;
  width: 32px;
  font-size: 0px;
}
.admin-content-space--news .all-tab-panel .table-section .data-rows .data-row .data.col3 img {
  vertical-align: middle;
}

.admin-content-space--port {
  font-family: supermarket;
}
.admin-content-space--port .modal-box-overlay .modal-box {
  width: 400px;
}
.admin-content-space--port .modal-box-overlay .message--onoff {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.admin-content-space--port .modal-box-overlay .message--onoff .text2 {
  margin-top: 5px;
}
.admin-content-space--port .modal-box-overlay .message--approve {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.admin-content-space--port .modal-box-overlay .message--approve .text2 {
  margin-top: 5px;
}
.admin-content-space--port .modal-box-overlay .message--reject {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.admin-content-space--port .modal-box-overlay .message--reject .text2 {
  margin-top: 5px;
  margin-bottom: 10px;
}
.admin-content-space--port .modal-box-overlay .message--reject .remark-row {
  font-size: 0;
}
.admin-content-space--port .modal-box-overlay .message--reject .remark-row .text3 {
  font-size: 18px;
  display: inline-block;
  margin-right: 8px;
}
.admin-content-space--port .modal-box-overlay .message--reject .remark-row .remark-textbox {
  border: none;
  font-size: 14px;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  background-color: white;
  width: 280px;
  padding-left: 5px;
  font-family: tahoma;
}
.admin-content-space--port .modal-box-overlay .message--open {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.admin-content-space--port .modal-box-overlay .message--open .text2 {
  margin-top: 5px;
  margin-bottom: 10px;
}
.admin-content-space--port .modal-box-overlay .message--open .text3 {
  text-align: center;
  word-break: break-word;
  padding-left: 5px;
  line-height: 1.35;
}
.admin-content-space--port .all-tab-panel {
  padding: 15px 8px 10px 10px;
  white-space: nowrap;
}
.admin-content-space--port .all-tab-panel .table-section {
  width: 967px;
  height: 642px;
  border: solid 1px #644c7c;
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: initial;
}
.admin-content-space--port .all-tab-panel .table-section .title {
  font-size: 19px;
  width: 110px;
  height: 25px;
  line-height: 25px;
  background-color: #d0cad8;
  color: #644c7c;
  text-align: center;
  margin: 0 auto 14px auto;
}
.admin-content-space--port .all-tab-panel .table-section .group-row {
  color: white;
  height: 30px;
  line-height: 30px;
  position: relative;
}
.admin-content-space--port .all-tab-panel .table-section .group-row:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0px;
  bottom: -2px;
  border-top: solid 1px #878787;
  border-bottom: solid 1px #878787;
}
.admin-content-space--port .all-tab-panel .table-section .group-row .group-btn {
  display: inline-block;
  font-size: 16px;
  text-align: center;
  padding: 0 15px;
  color: #644c7c;
  border-right: solid 1px #878787;
}
.admin-content-space--port .all-tab-panel .table-section .group-row .group-btn:hover {
  background-color: #d4d1dc;
}
.admin-content-space--port .all-tab-panel .table-section .group-row .group-btn.selected {
  background-color: #644c7c;
  color: white;
}
.admin-content-space--port .all-tab-panel .table-section .group-row .group-checkbox {
  display: inline-block;
  vertical-align: top;
}
.admin-content-space--port .all-tab-panel .table-section .group-row .group-checkbox img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.admin-content-space--port .all-tab-panel .table-section .group-row .group-checkbox span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #464646;
}
.admin-content-space--port .all-tab-panel .table-section .group-row .group-searchbox {
  display: inline-block;
  vertical-align: top;
}
.admin-content-space--port .all-tab-panel .table-section .group-row .group-searchbox .glass-img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.admin-content-space--port .all-tab-panel .table-section .group-row .group-searchbox .textbox {
  font-family: supermarket;
  width: 150px;
  display: inline-block;
  vertical-align: middle;
  border: none;
  height: 25px;
  font-size: 16px;
  border-radius: 3px;
  padding-left: 5px;
  margin-right: 10px;
}
.admin-content-space--port .all-tab-panel .table-section .group-row .group-searchbox .search-button {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  padding: 0 5px;
  height: 25px;
  line-height: 25px;
  border-radius: 3px;
  color: white;
  background-color: #93cf5d;
}
.admin-content-space--port .all-tab-panel .table-section .group-row .filter-btn-right {
  display: inline-block;
  float: right;
  height: 30px;
  width: 40px;
  text-align: center;
  border-left: solid 1px #878787;
}
.admin-content-space--port .all-tab-panel .table-section .group-row .filter-btn-right.selected {
  background-color: #d4d1dc;
}
.admin-content-space--port .all-tab-panel .table-section .group-container.group-container--hub {
  padding: 4px 0px 0 2px;
}
.admin-content-space--port .all-tab-panel .table-section .group-container.group-container--hub .port-column {
  width: 178px;
  display: inline-block;
  margin-left: 15px;
  vertical-align: top;
}
.admin-content-space--port .all-tab-panel .table-section .group-container.group-container--hub .port-column.first {
  margin-left: 5px;
}
.admin-content-space--port .all-tab-panel .table-section .group-container.group-container--hub .port-unit {
  width: 178px;
  height: 25px;
  line-height: 25px;
  border-radius: 4px;
  border: solid 1px #3c3c3c;
  margin-top: 3px;
  overflow: hidden;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.admin-content-space--port .all-tab-panel .table-section .group-container.group-container--hub .port-unit.hide {
  display: none;
}
.admin-content-space--port .all-tab-panel .table-section .group-container.group-container--hub .port-unit .unit-col {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  height: 25px;
}
.admin-content-space--port .all-tab-panel .table-section .group-container.group-container--hub .port-unit .unit-col img {
  vertical-align: middle;
}
.admin-content-space--port .all-tab-panel .table-section .group-container.group-container--hub .port-unit .unit-col.col1 {
  width: 25px;
}
.admin-content-space--port .all-tab-panel .table-section .group-container.group-container--hub .port-unit .unit-col.col1 .on {
  background-color: #0cc359;
}
.admin-content-space--port .all-tab-panel .table-section .group-container.group-container--hub .port-unit .unit-col.col1 .off {
  background-color: #dc483a;
}
.admin-content-space--port .all-tab-panel .table-section .group-container.group-container--hub .port-unit .unit-col.col2 {
  border-left: solid 1px #3c3c3c;
  width: 38px;
  color: #3c3c3c;
  font-size: 14px;
  font-family: myriadPro;
}
.admin-content-space--port .all-tab-panel .table-section .group-container.group-container--hub .port-unit .unit-col.col2.col2--on {
  color: white;
  background-color: #0cc359;
}
.admin-content-space--port .all-tab-panel .table-section .group-container.group-container--hub .port-unit .unit-col.col2.col2--off {
  color: white;
  background-color: #dc483a;
}
.admin-content-space--port .all-tab-panel .table-section .group-container.group-container--hub .port-unit .unit-col.col3 {
  border-left: solid 1px #3c3c3c;
  width: 20px;
  position: relative;
}
.admin-content-space--port .all-tab-panel .table-section .group-container.group-container--hub .port-unit .unit-col.col3 img.big {
  opacity: 0.75;
}
.admin-content-space--port .all-tab-panel .table-section .group-container.group-container--hub .port-unit .unit-col.col3.no-data:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.admin-content-space--port .all-tab-panel .table-section .group-container.group-container--hub .port-unit .unit-col.col4 {
  color: #3c3c3c;
  border-left: solid 1px #3c3c3c;
  width: 65px;
  font-size: 13px;
  color: #3c3c3c;
  font-family: myriadPro;
}
.admin-content-space--port .all-tab-panel .table-section .group-container.group-container--hub .port-unit .unit-col.col5 {
  width: 30px;
}
.admin-content-space--port .all-tab-panel .filter-section {
  width: 250px;
  height: 650px;
  border: solid 1px #644c7c;
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: initial;
  margin-left: 2px;
}
.admin-content-space--port .all-tab-panel .filter-section .header {
  height: 33px;
  line-height: 33px;
  background-color: #644c7c;
  color: white;
  font-size: 17px;
  text-align: center;
}
.admin-content-space--port .request-tab-panel {
  padding: 20px 10px 10px 13px;
  white-space: nowrap;
}
.admin-content-space--port .request-tab-panel .table-section {
  width: 785px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: initial;
}
.admin-content-space--port .request-tab-panel .table-section .title {
  font-size: 19px;
  width: 110px;
  height: 25px;
  line-height: 25px;
  background-color: #d0cad8;
  color: #644c7c;
  text-align: center;
  margin: 0 auto 14px auto;
}
.admin-content-space--port .request-tab-panel .table-section .open-port-button {
  position: absolute;
  right: 0px;
  top: -5px;
  border: solid 1px #868686;
}
.admin-content-space--port .request-tab-panel .table-section .open-port-button img {
  vertical-align: middle;
  height: 35px;
  padding: 1px 4px;
}
.admin-content-space--port .request-tab-panel .table-section .open-port-button.selected {
  background-color: #d4d1dc;
}
.admin-content-space--port .request-tab-panel .table-section .col1 {
  width: 58px;
  padding-left: 7px;
}
.admin-content-space--port .request-tab-panel .table-section .col2 {
  width: 165px;
}
.admin-content-space--port .request-tab-panel .table-section .col3 {
  width: 100px;
}
.admin-content-space--port .request-tab-panel .table-section .col4 {
  width: 220px;
}
.admin-content-space--port .request-tab-panel .table-section .col5 {
  width: 120px;
}
.admin-content-space--port .request-tab-panel .table-section .col6 {
  width: 120px;
}
.admin-content-space--port .request-tab-panel .table-section .header-row {
  border: solid 1px #644c7c;
  border-bottom: none;
  color: white;
  background-color: #644c7c;
  height: 38px;
  line-height: 38px;
}
.admin-content-space--port .request-tab-panel .table-section .header-row .header {
  display: inline-block;
  font-size: 18px;
  text-align: center;
}
.admin-content-space--port .request-tab-panel .table-section .data-rows {
  border: solid 1px #644c7c;
  border-top: none;
}
.admin-content-space--port .request-tab-panel .table-section .data-rows .no-data-row {
  width: 783px;
  height: 40px;
  line-height: 40px;
  font-size: 17px;
  text-align: center;
}
.admin-content-space--port .request-tab-panel .table-section .data-rows .data-row {
  height: 45px;
  line-height: 45px;
  position: relative;
}
.admin-content-space--port .request-tab-panel .table-section .data-rows .data-row.has-bottom-line:before {
  content: '';
  position: absolute;
  width: calc(100% - 14px);
  left: 7px;
  bottom: 0px;
  height: 1px;
  background-color: #d2d2d2;
}
.admin-content-space--port .request-tab-panel .table-section .data-rows .data-row .data {
  display: inline-block;
  font-size: 17px;
  text-align: center;
  vertical-align: top;
}
.admin-content-space--port .request-tab-panel .table-section .data-rows .data-row .data.col2 {
  line-height: 1;
  word-break: break-word;
  height: 45px;
  font-size: 0px;
}
.admin-content-space--port .request-tab-panel .table-section .data-rows .data-row .data.col2:before {
  content: '';
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.admin-content-space--port .request-tab-panel .table-section .data-rows .data-row .data.col2 span {
  font-size: 17px;
  display: inline-block;
  vertical-align: middle;
}
.admin-content-space--port .request-tab-panel .table-section .data-rows .data-row .data.col3 {
  font-size: 0px;
  height: 45px;
  vertical-align: top;
  position: relative;
}
.admin-content-space--port .request-tab-panel .table-section .data-rows .data-row .data.col3 .col3-text {
  font-size: 17px;
  display: inline-block;
  vertical-align: middle;
}
.admin-content-space--port .request-tab-panel .table-section .data-rows .data-row .data.col3 .col3-info-img {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  cursor: help;
  padding: 8px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.admin-content-space--port .request-tab-panel .table-section .data-rows .data-row .data.col3 .col3-info-img.big {
  opacity: 0.75;
}
.admin-content-space--port .request-tab-panel .table-section .data-rows .data-row .data.col5 {
  text-align: center;
}
.admin-content-space--port .request-tab-panel .table-section .data-rows .data-row .data.col4 .col4-date {
  display: inline-block;
  text-align: center;
  width: 80px;
}
.admin-content-space--port .request-tab-panel .table-section .data-rows .data-row .data.col4 .col4-time {
  display: inline-block;
  text-align: center;
  width: 50px;
}
.admin-content-space--port .request-tab-panel .table-section .data-rows .data-row .data.col6 {
  font-size: 0px;
  vertical-align: top;
}
.admin-content-space--port .request-tab-panel .table-section .data-rows .data-row .data.col6 .col6-button {
  vertical-align: middle;
  padding: 5px;
  display: inline-block;
}
.admin-content-space--port .request-tab-panel .table-section .data-rows .data-row .data.col6 .col6-approve-message {
  color: #27be66;
  font-size: 17px;
}
.admin-content-space--port .request-tab-panel .table-section .data-rows .data-row .data.col6 .col6-reject-message {
  color: #e74c38;
  font-size: 17px;
}
.admin-content-space--port .request-tab-panel .open-port-section {
  position: relative;
  display: inline-block;
  width: 260px;
  margin-left: 8px;
  border: solid 1px #644c7c;
  vertical-align: top;
  top: -5px;
}
.admin-content-space--port .request-tab-panel .open-port-section .header {
  height: 40px;
  line-height: 40px;
  background-color: #644c7c;
  color: white;
  font-size: 18px;
  text-align: center;
}
.admin-content-space--port .request-tab-panel .open-port-section .open-port-container .row {
  height: 45px;
  line-height: 45px;
  padding-left: 15px;
}
.admin-content-space--port .request-tab-panel .open-port-section .open-port-container .row .caption {
  font-size: 18px;
  color: #644c7c;
  width: 65px;
  display: inline-block;
  vertical-align: middle;
}
.admin-content-space--port .request-tab-panel .open-port-section .open-port-container .row .textbox {
  height: 30px;
  line-height: 30px;
  border: solid 1px #878787;
  padding-left: 5px;
  width: 150px;
  display: inline-block;
  background-color: white;
  vertical-align: middle;
}
.admin-content-space--port .request-tab-panel .open-port-section .open-port-container .row .combobox {
  height: 30px;
  line-height: 30px;
  border: solid 1px #878787;
  display: inline-block;
  vertical-align: middle;
}
.admin-content-space--port .request-tab-panel .open-port-section .open-port-container .row .mtextbox {
  vertical-align: top;
  height: 115px;
  width: 225px;
  background-color: white;
  border: solid 1px #878787;
  resize: none;
  font-family: tahoma;
  padding: 3px 3px;
}
.admin-content-space--port .request-tab-panel .open-port-section .open-port-container .row .submit-button {
  width: 75px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  background-color: #93cf5d;
  color: white;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.admin-content-space--port .request-tab-panel .open-port-section .open-port-container .row .submit-button:hover {
  background-color: #8ac257;
}
.admin-content-space--port .history-tab-panel {
  padding: 20px 10px 10px 15px;
}
.admin-content-space--port .history-tab-panel .table-section {
  width: 782px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: initial;
}
.admin-content-space--port .history-tab-panel .table-section .title {
  font-size: 19px;
  width: 140px;
  height: 25px;
  line-height: 25px;
  background-color: #d0cad8;
  color: #644c7c;
  text-align: center;
  margin: 0 auto 14px auto;
}
.admin-content-space--port .history-tab-panel .table-section .rejected-box {
  position: absolute;
  right: 10px;
  top: 5px;
  height: 30px;
  line-height: 30px;
}
.admin-content-space--port .history-tab-panel .table-section .rejected-box img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
  padding: 5px;
}
.admin-content-space--port .history-tab-panel .table-section .rejected-box span {
  vertical-align: middle;
  display: inline-block;
  font-size: 17px;
}
.admin-content-space--port .history-tab-panel .table-section .col1 {
  width: 50px;
}
.admin-content-space--port .history-tab-panel .table-section .col2 {
  width: 140px;
}
.admin-content-space--port .history-tab-panel .table-section .col3 {
  width: 120px;
}
.admin-content-space--port .history-tab-panel .table-section .col4 {
  width: 165px;
}
.admin-content-space--port .history-tab-panel .table-section .col5 {
  width: 165px;
}
.admin-content-space--port .history-tab-panel .table-section .col6 {
  width: 140px;
}
.admin-content-space--port .history-tab-panel .table-section .header-row {
  border: solid 1px #644c7c;
  border-bottom: none;
  color: white;
  background-color: #644c7c;
  height: 38px;
  line-height: 38px;
}
.admin-content-space--port .history-tab-panel .table-section .header-row .header {
  display: inline-block;
  font-size: 17px;
  text-align: center;
}
.admin-content-space--port .history-tab-panel .table-section .data-rows {
  border: solid 1px #644c7c;
  border-top: none;
}
.admin-content-space--port .history-tab-panel .table-section .data-rows .no-data-row {
  width: 780px;
  height: 40px;
  line-height: 40px;
  font-size: 17px;
  text-align: center;
}
.admin-content-space--port .history-tab-panel .table-section .data-rows .month-rows .month-row {
  width: 780px;
  color: #644c7c;
  padding-left: 5px;
  height: 30px;
  line-height: 30px;
  font-size: 22px;
  font-family: superstore;
  padding-top: 3px;
  position: relative;
}
.admin-content-space--port .history-tab-panel .table-section .data-rows .month-rows .month-row:before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  height: 1px;
  background-color: #d2d2d2;
}
.admin-content-space--port .history-tab-panel .table-section .data-rows .month-rows .data-row {
  height: 35px;
  line-height: 35px;
  position: relative;
}
.admin-content-space--port .history-tab-panel .table-section .data-rows .month-rows .data-row:not(.no-bottom-line):before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  height: 1px;
  background-color: #d2d2d2;
}
.admin-content-space--port .history-tab-panel .table-section .data-rows .month-rows .data-row .data {
  display: inline-block;
  font-size: 17px;
  text-align: center;
  vertical-align: top;
}
.admin-content-space--port .history-tab-panel .table-section .data-rows .month-rows .data-row .data.col2 {
  line-height: 1;
  word-break: break-word;
  height: 35px;
  font-size: 0px;
}
.admin-content-space--port .history-tab-panel .table-section .data-rows .month-rows .data-row .data.col2:before {
  content: '';
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.admin-content-space--port .history-tab-panel .table-section .data-rows .month-rows .data-row .data.col2 span {
  font-size: 17px;
  display: inline-block;
  vertical-align: middle;
}
.admin-content-space--port .history-tab-panel .table-section .data-rows .month-rows .data-row .data.col3 {
  font-size: 0px;
  height: 35px;
  vertical-align: top;
  position: relative;
}
.admin-content-space--port .history-tab-panel .table-section .data-rows .month-rows .data-row .data.col3 .col3-text {
  font-size: 17px;
  display: inline-block;
  vertical-align: middle;
}
.admin-content-space--port .history-tab-panel .table-section .data-rows .month-rows .data-row .data.col3 .col3-info-img {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  cursor: help;
  padding: 8px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.admin-content-space--port .history-tab-panel .table-section .data-rows .month-rows .data-row .data.col3 .col3-info-img.big {
  opacity: 0.75;
}
.admin-content-space--port .history-tab-panel .table-section .data-rows .month-rows .data-row .data.col4 .col4-date, .admin-content-space--port .history-tab-panel .table-section .data-rows .month-rows .data-row .data.col5 .col4-date {
  display: inline-block;
  text-align: center;
  width: 70px;
}
.admin-content-space--port .history-tab-panel .table-section .data-rows .month-rows .data-row .data.col4 .col4-time, .admin-content-space--port .history-tab-panel .table-section .data-rows .month-rows .data-row .data.col5 .col4-time {
  display: inline-block;
  text-align: center;
  width: 45px;
}
.admin-content-space--port .history-tab-panel .table-section .data-rows .month-rows .data-row .data.col6 {
  font-size: 0px;
  vertical-align: top;
  position: relative;
  height: 35px;
}
.admin-content-space--port .history-tab-panel .table-section .data-rows .month-rows .data-row .data.col6 .col6-sign-img {
  vertical-align: middle;
  display: inline-block;
}
.admin-content-space--port .history-tab-panel .table-section .data-rows .month-rows .data-row .data.col6 .col6-text {
  display: inline-block;
  width: 85px;
  vertical-align: middle;
  line-height: 1;
  word-break: break-word;
  height: 35px;
  font-size: 0px;
  padding-left: 5px;
}
.admin-content-space--port .history-tab-panel .table-section .data-rows .month-rows .data-row .data.col6 .col6-text:before {
  content: '';
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.admin-content-space--port .history-tab-panel .table-section .data-rows .month-rows .data-row .data.col6 .col6-text span {
  font-size: 17px;
  display: inline-block;
  vertical-align: middle;
}
.admin-content-space--port .history-tab-panel .table-section .data-rows .month-rows .data-row .data.col6 .col6-block-info-img {
  width: 20px;
  display: inline-block;
}
.admin-content-space--port .history-tab-panel .table-section .data-rows .month-rows .data-row .data.col6 .col6-block-info-img .col6-info-img {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  cursor: help;
  padding: 5px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.admin-content-space--port .history-tab-panel .table-section .data-rows .month-rows .data-row .data.col6 .col6-block-info-img .col6-info-img.big {
  opacity: 0.75;
}

.admin-content-space--setting {
  font-family: supermarket;
}
.admin-content-space--setting .job-tab-panel {
  padding: 15px 15px;
}
.admin-content-space--setting .job-tab-panel .desc {
  font-size: 18px;
}
.admin-content-space--setting .job-tab-panel .button {
  display: inline-block;
  padding: 0px 10px;
  font-size: 17px;
  color: white;
  background-color: #93cf5d;
  border-radius: 3px;
}
.admin-content-space--setting .job-tab-panel .button:hover {
  background-color: #8ac257;
}
.admin-content-space--setting .job-tab-panel .button.button--danger {
  background-color: #f44336;
}
.admin-content-space--setting .job-tab-panel .button.button--danger:hover {
  background-color: #ff5252;
}
.admin-content-space--setting .job-tab-panel .button.button--cancel {
  background-color: #bdbdbd;
}
.admin-content-space--setting .job-tab-panel .button.button--cancel:hover {
  background-color: #9e9e9e;
}
.admin-content-space--setting .job-tab-panel .table-section {
  width: 802px;
  position: relative;
  vertical-align: top;
  white-space: initial;
}
.admin-content-space--setting .job-tab-panel .table-section .title {
  font-size: 19px;
  width: 180px;
  height: 25px;
  line-height: 25px;
  background-color: #d0cad8;
  color: #644c7c;
  text-align: center;
  margin: 0 auto 14px auto;
}
.admin-content-space--setting .job-tab-panel .table-section .col1 {
  width: 160px;
}
.admin-content-space--setting .job-tab-panel .table-section .col2 {
  width: 120px;
}
.admin-content-space--setting .job-tab-panel .table-section .col3 {
  width: 520px;
}
.admin-content-space--setting .job-tab-panel .table-section .header-row {
  border: solid 1px #644c7c;
  border-bottom: none;
  color: white;
  background-color: #644c7c;
  height: 38px;
  line-height: 38px;
}
.admin-content-space--setting .job-tab-panel .table-section .header-row .header {
  display: inline-block;
  font-size: 17px;
  text-align: center;
}
.admin-content-space--setting .job-tab-panel .table-section .data-rows {
  border: solid 1px #644c7c;
  border-top: none;
}
.admin-content-space--setting .job-tab-panel .table-section .data-rows .no-data-row {
  width: 780px;
  height: 40px;
  line-height: 40px;
  font-size: 17px;
  text-align: center;
}
.admin-content-space--setting .job-tab-panel .table-section .data-rows .data-row {
  line-height: 35px;
  position: relative;
}
.admin-content-space--setting .job-tab-panel .table-section .data-rows .data-row:not(.no-bottom-line):before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  height: 1px;
  background-color: #d2d2d2;
}
.admin-content-space--setting .job-tab-panel .table-section .data-rows .data-row .data {
  display: inline-block;
  font-size: 17px;
  text-align: center;
  vertical-align: top;
}
.admin-content-space--setting .job-tab-panel .table-section .data-rows .data-row .data.col2.green {
  color: #27be66;
}
.admin-content-space--setting .job-tab-panel .table-section .data-rows .data-row .data.col2.warning {
  color: #ffc107;
}
.admin-content-space--setting .job-tab-panel .table-section .data-rows .data-row .data.col2.red {
  color: #e74c38;
}
.admin-content-space--setting .job-tab-panel .table-section .data-rows .data-row .data.col3 {
  word-break: break-word;
  font-size: 0px;
  text-align: left;
  position: relative;
}
.admin-content-space--setting .job-tab-panel .table-section .data-rows .data-row .data.col3:before {
  content: '';
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.admin-content-space--setting .job-tab-panel .table-section .data-rows .data-row .data.col3 span {
  font-size: 17px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3;
}
.admin-content-space--setting .example-tab-panel {
  padding: 15px 15px;
}
.admin-content-space--setting .example-tab-panel .header-row {
  height: 30px;
  line-height: 30px;
  margin-left: 1px;
}
.admin-content-space--setting .example-tab-panel .header-row-block {
  width: 100px;
  font-size: 18px;
  color: #644c7c;
  text-align: center;
}
.admin-content-space--setting .example-tab-panel .header-row-block:hover {
  background-color: #d4d1dc;
}
.admin-content-space--setting .example-tab-panel .header-row-block.selected {
  background-color: #644c7c;
  color: white;
}
.admin-content-space--setting .example-tab-panel .container {
  display: inline-block;
}

.admin-content-space--home {
  font-family: supermarket;
}
.admin-content-space--home .content-body {
  padding: 0;
  padding-right: 8px;
}
.admin-content-space--home .home-tab-panel {
  white-space: nowrap;
}
.admin-content-space--home .home-tab-panel .general-section {
  padding: 5px 0 0 0;
}
.admin-content-space--home .home-tab-panel .general-section-summary {
  width: 412px;
  height: 260px;
  display: inline-block;
  vertical-align: top;
}
.admin-content-space--home .home-tab-panel .general-section-summary .row {
  width: 380px;
  height: 43px;
  line-height: 43px;
  margin: 0 auto;
}
.admin-content-space--home .home-tab-panel .general-section-summary .row.row--title {
  margin-bottom: 0px;
  text-align: center;
}
.admin-content-space--home .home-tab-panel .general-section-summary .row.row--title img {
  display: inline-block;
  vertical-align: middle;
}
.admin-content-space--home .home-tab-panel .general-section-summary .row.row--title span {
  display: inline-block;
  font-size: 17px;
  color: black;
  vertical-align: middle;
  margin-left: 8px;
}
.admin-content-space--home .home-tab-panel .general-section-summary .row.row--data {
  margin-top: 10px;
  background-color: white;
  border-radius: 3px;
}
.admin-content-space--home .home-tab-panel .general-section-summary .row.row--data .topic {
  color: #644c7c;
  width: 190px;
  text-align: right;
  display: inline-block;
  font-size: 17px;
}
.admin-content-space--home .home-tab-panel .general-section-summary .row.row--data .data {
  color: #878787;
  width: 190px;
  padding-left: 10px;
  display: inline-block;
  font-size: 17px;
}
.admin-content-space--home .home-tab-panel .general-section-server {
  width: 412px;
  height: 260px;
  display: inline-block;
  vertical-align: top;
  padding-top: 14px;
}
.admin-content-space--home .home-tab-panel .general-section-server .table-section {
  margin: 0 auto;
  width: 360px;
}
.admin-content-space--home .home-tab-panel .general-section-server .table-section .row .col {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 17px;
  border: solid 1px #d6d6d6;
}
.admin-content-space--home .home-tab-panel .general-section-server .table-section .row .col1 {
  width: 90px;
}
.admin-content-space--home .home-tab-panel .general-section-server .table-section .row .col2 {
  width: 90px;
}
.admin-content-space--home .home-tab-panel .general-section-server .table-section .row .col3 {
  width: 90px;
}
.admin-content-space--home .home-tab-panel .general-section-server .table-section .row .col4 {
  width: 90px;
}
.admin-content-space--home .home-tab-panel .general-section-server .table-section .row.row--header {
  color: white;
  height: 33px;
  line-height: 33px;
  background-color: #644c7c;
}
.admin-content-space--home .home-tab-panel .general-section-server .table-section .row.row--header .col1 img, .admin-content-space--home .home-tab-panel .general-section-server .table-section .row.row--header .col1 span {
  display: inline-block;
  vertical-align: top;
}
.admin-content-space--home .home-tab-panel .general-section-server .table-section .row.row--header .col1 img {
  position: relative;
  top: 6px;
  height: 22px;
  margin-right: 5px;
}
.admin-content-space--home .home-tab-panel .general-section-server .table-section .row.row--data {
  height: 45px;
  line-height: 45px;
  background-color: white;
}
.admin-content-space--home .home-tab-panel .general-section-server .table-section .row.row--data .col1 {
  color: #644c7c;
}
.admin-content-space--home .home-tab-panel .general-section-server .table-section .row.row--data .col2.green, .admin-content-space--home .home-tab-panel .general-section-server .table-section .row.row--data .col3.green {
  color: #27be66;
}
.admin-content-space--home .home-tab-panel .general-section-server .table-section .row.row--data .col2.red, .admin-content-space--home .home-tab-panel .general-section-server .table-section .row.row--data .col3.red {
  color: #e74c38;
}
.admin-content-space--home .home-tab-panel .general-section-server .table-section .row.row--data .col2.grey, .admin-content-space--home .home-tab-panel .general-section-server .table-section .row.row--data .col3.grey {
  color: #878787;
}
.admin-content-space--home .home-tab-panel .general-section-server .table-section .row.row--data .col4 {
  font-size: 0px;
}
.admin-content-space--home .home-tab-panel .general-section-server .table-section .row.row--data .col4 img {
  vertical-align: middle;
}
.admin-content-space--home .home-tab-panel .line-section {
  width: 780px;
  background-color: #cbcbcb;
  height: 1px;
  left: 15px;
  position: relative;
}
.admin-content-space--home .home-tab-panel .noti-section .title {
  font-size: 22px;
  margin-left: 19px;
  line-height: 36px;
}
.admin-content-space--home .home-tab-panel .noti-section .content {
  width: 824px;
  margin-top: 5px;
  text-align: center;
}
.admin-content-space--home .home-tab-panel .noti-section .content .button {
  width: 190px;
  position: relative;
  display: inline-block;
}
.admin-content-space--home .home-tab-panel .noti-section .content .button:hover, .admin-content-space--home .home-tab-panel .noti-section .content .button:active, .admin-content-space--home .home-tab-panel .noti-section .content .button:link, .admin-content-space--home .home-tab-panel .noti-section .content .button:visited {
  color: inherit;
}
.admin-content-space--home .home-tab-panel .noti-section .content .button .bg {
  background-color: white;
  border-radius: 50%;
  border: solid 7px #b9b9b9;
  width: 135px;
  height: 135px;
  position: absolute;
}
.admin-content-space--home .home-tab-panel .noti-section .content .button .tokjai {
  display: block;
  position: absolute;
  left: 99px;
  top: 3px;
}
.admin-content-space--home .home-tab-panel .noti-section .content .button .icon {
  display: block;
  position: absolute;
  left: 17px;
  top: 7px;
}
.admin-content-space--home .home-tab-panel .noti-section .content .button .desc {
  display: block;
  font-size: 18px;
  position: absolute;
  width: 135px;
  left: 0px;
  top: 135px;
}
.admin-content-space--home .home-tab-panel .noti-section .content .button .amount {
  position: absolute;
  width: 135px;
  font-size: 18px;
  left: 0px;
  top: 87px;
}
.admin-content-space--home .month-tab-panel {
  padding: 20px 10px 10px 13px;
}
.admin-content-space--home .month-tab-panel .table-section {
  width: 782px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: initial;
}
.admin-content-space--home .month-tab-panel .table-section .title {
  font-size: 19px;
  width: 180px;
  height: 25px;
  line-height: 25px;
  background-color: #d0cad8;
  color: #644c7c;
  text-align: center;
  margin: 0 auto 14px auto;
}
.admin-content-space--home .month-tab-panel .table-section .col1 {
  width: 210px;
}
.admin-content-space--home .month-tab-panel .table-section .col2 {
  width: 190px;
}
.admin-content-space--home .month-tab-panel .table-section .col3 {
  width: 190px;
}
.admin-content-space--home .month-tab-panel .table-section .col4 {
  width: 190px;
}
.admin-content-space--home .month-tab-panel .table-section .header-row {
  border: solid 1px #644c7c;
  border-bottom: none;
  color: white;
  background-color: #644c7c;
  height: 38px;
  line-height: 38px;
}
.admin-content-space--home .month-tab-panel .table-section .header-row .header {
  display: inline-block;
  font-size: 17px;
  text-align: center;
}
.admin-content-space--home .month-tab-panel .table-section .data-rows {
  border: solid 1px #644c7c;
  border-top: none;
}
.admin-content-space--home .month-tab-panel .table-section .data-rows .no-data-row {
  width: 780px;
  height: 40px;
  line-height: 40px;
  font-size: 17px;
  text-align: center;
}
.admin-content-space--home .month-tab-panel .table-section .data-rows .month-rows .month-row {
  width: 780px;
  height: 30px;
  line-height: 30px;
  padding-top: 3px;
  position: relative;
}
.admin-content-space--home .month-tab-panel .table-section .data-rows .month-rows .month-row:before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  height: 1px;
  background-color: #d2d2d2;
}
.admin-content-space--home .month-tab-panel .table-section .data-rows .month-rows .month-row .header {
  display: inline-block;
  font-size: 22px;
  vertical-align: top;
  color: #644c7c;
  font-family: superstore;
}
.admin-content-space--home .month-tab-panel .table-section .data-rows .month-rows .month-row .header.col1 {
  padding-left: 5px;
  text-align: left;
}
.admin-content-space--home .month-tab-panel .table-section .data-rows .month-rows .month-row .header.col2 {
  padding-right: 70px;
  text-align: right;
}
.admin-content-space--home .month-tab-panel .table-section .data-rows .month-rows .month-row .header.col3 {
  padding-right: 60px;
  text-align: right;
}
.admin-content-space--home .month-tab-panel .table-section .data-rows .month-rows .month-row .header.col4 {
  text-align: center;
}
.admin-content-space--home .month-tab-panel .table-section .data-rows .month-rows .data-row {
  height: 35px;
  line-height: 35px;
  position: relative;
}
.admin-content-space--home .month-tab-panel .table-section .data-rows .month-rows .data-row:not(.no-bottom-line):before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  height: 1px;
  background-color: #d2d2d2;
}
.admin-content-space--home .month-tab-panel .table-section .data-rows .month-rows .data-row .data {
  display: inline-block;
  font-size: 17px;
  text-align: center;
  vertical-align: top;
}
.admin-content-space--home .month-tab-panel .table-section .data-rows .month-rows .data-row .data.col2 {
  padding-right: 70px;
  text-align: right;
}
.admin-content-space--home .month-tab-panel .table-section .data-rows .month-rows .data-row .data.col3 {
  padding-right: 60px;
  text-align: right;
}

/*# sourceMappingURL=styles.css.map */
