@charset "UTF-8";
html, body {
  width: 100%;
  font-size: 14px; }

#wrap {
  width: 100%;
  position: relative; }

header {
  width: 100%;
  top: 0;
  left: 0;
  height: 60px;
  border-bottom: 2px solid #0088bf;
  padding: 10px 20px; }

.header {
  background-color: white;
  z-index: 1; }

header img#top-logo {
  vertical-align: middle;
  height: 40px; }

header h1#top-title {
  display: inline-block;
  vertical-align: bottom;
  height: 40px;
  line-height: 44px;
  font-size: 16px;
  color: #666;
  font-weight: bold; }

#sub-header {
  width: 100%;
  position: relative;
  vertical-align: bottom;
  padding-top: 30px; }

#sub-title {
  font-size: 22px;
  font-weight: normal;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 24px;
  text-align: center;
  color: #0088bf;
  background: url(/img/entry/lower_h1_bg.png) no-repeat center bottom; }

#sub-title span {
  display: inline-block;
  min-width: 360px; }

#page {
  width: 100%; }

#entry-form {
  padding: 30px 0; }

.center-text {
  width: 100%;
  text-align: center;
  line-height: 20px;
  font-size: 14px; }

.controls .row-form {
  float: left;
  width: 100%;
  line-height: 30px;
  padding: 0px 0px 15px; }

.container {
  max-width: 720px; }

.form-group-border {
  margin: 20px 0;
  padding: 20px;
  border: 2px solid #ccc;
  border-radius: 3px; }

.radio, .checkbox {
  position: relative;
  padding-left: 1px;
  margin-top: 0px;
  min-height: 20px;
  margin-bottom: 4px; }

.radio label, .checkbox label {
  line-height: 20px; }

input[type="radio"], input[type="checkbox"] {
  margin-top: 3px; }

label.error {
  font-size: 12px;
  color: red; }

.tbl-confirm {
  width: 100%;
  margin: 0px auto;
  border-collapse: collapse;
  margin: 10px 0;
  border: 2px solid #ccc; }

.tbl-confirm tr {
  border-bottom: 1px solid #ccc; }

.tbl-confirm th {
  font-weight: bold;
  padding: 12px 10px;
  width: 180px;
  background-color: #efefef;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-size: 12px;
  text-align: left; }

.tbl-confirm td {
  padding: 12px 10px;
  vertical-align: middle; }

h4.form-title {
  font-size: 16px;
  text-align: center; }

.terms-wrap {
  width: 96%;
  height: 300px;
  overflow: hidden;
  border: 1px solid #ccc;
  margin: 0 auto; }

.terms-wrap .terms-scroller {
  height: 100%;
  width: 100%;
  padding: 10px;
  overflow-y: auto; }

.terms-wrap .terms-scroller h2 {
  font-size: 14px;
  font-weight: bold; }

.ex-checkbox {
  display: none; }

.ex-checkbox + label.ex-checkbox-lbl {
  display: inline-block;
  width: 100%;
  height: 30px;
  text-align: center;
  border: 2px solid #357ebd;
  line-height: 28px;
  border-radius: 4px;
  color: #357ebd;
  background-color: #fff;
  font-weight: bold;
  position: relative;
  transition: 0.3s; }

.ex-checkbox + label.ex-checkbox-lbl:before {
  content: '';
  position: absolute;
  width: 19px;
  height: 19px;
  border: 2px solid #357ebd;
  top: 4px;
  left: 16px;
  border-radius: 2px;
  background-color: #fff;
  z-index: 1; }

.ex-checkbox + label.ex-checkbox-lbl:after {
  content: '✔';
  position: absolute;
  left: 19px;
  z-index: 2;
  color: #357ebd;
  display: none; }

.ex-checkbox:checked + label.ex-checkbox-lbl {
  background-color: #357ebd;
  color: #fff; }

.ex-checkbox:checked + label.ex-checkbox-lbl:after {
  display: inline-block; }

.ex-checkbox:disabled + label.ex-checkbox-lbl {
  border: 2px solid #e0e0e0;
  color: #e0e0e0; }

.ex-checkbox:disabled + label.ex-checkbox-lbl:before {
  border: 2px solid #e0e0e0; }

.xl-radio {
  display: none; }

.xl-radio + label.xl-radio-lbl {
  width: 96%;
  display: block;
  border: 2px solid #357ebd;
  border-radius: 2px;
  text-align: center;
  font-weight: bold;
  color: #357ebd;
  background-color: #fff;
  font-weight: bold;
  position: relative;
  transition: 0.3s;
  margin: 0 auto;
  font-size: 18px;
  padding: 5px 10px; }

.xl-radio + label.xl-radio-lbl:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  border: 2px solid #357ebd;
  top: 8px;
  left: 16px;
  border-radius: 12px;
  background-color: #fff;
  z-index: 1; }

.xl-radio + label.xl-radio-lbl:after {
  content: '';
  position: absolute;
  left: 21px;
  width: 14px;
  height: 14px;
  background-color: #357ebd;
  border-radius: 7px;
  z-index: 2;
  display: none;
  top: 13px;
  display: none; }

.xl-radio:checked + label.xl-radio-lbl {
  background-color: #357ebd;
  color: #fff; }

.xl-radio:checked + label.xl-radio-lbl:after {
  display: block; }

.stepBar {
  display: flex;
  max-width: 400px;
  position: relative;
  margin: 20px auto;
  text-align: center; }

.stepBar li {
  font-size: 12px;
  list-style: none;
  position: relative;
  width: 33.333%; }

.stepBar li:after {
  background: #D0E1F9;
  content: "";
  width: calc(100% - 24px);
  height: 4px;
  position: absolute;
  left: calc(-50% + 12px);
  top: 10px; }

.stepBar li:first-child:after {
  display: none; }

.stepBar li span {
  background: #D0E1F9;
  color: #ffffff;
  display: inline-block;
  height: 24px;
  margin-bottom: 5px;
  line-height: 24px;
  width: 24px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.stepBar .visited:after {
  background: #4D648D; }

.stepBar .visited span {
  background: #4D648D; }

.row-inner-form {
  padding-bottom: 10px; }

.tiptip {
  position: absolute;
  top: 100px;
  left: 100px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 8px 10px;
  border-radius: 4px;
  font-size: 12px;
  z-index: 3; }

.tiptip:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  color: transparent;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.7);
  bottom: -5px;
  left: 50%;
  margin-left: -3px;
  z-index: 3; }

.col-md-6 {
  position: relative; }

h3 {
  color: #0088bf;
  font-size: 16px;
  text-align: center;
  padding: 10px 0 20px; }

.list-summary {
  list-style: decimal;
  padding: 0 20px; }

.list-summary li {
  padding: 5px 10px; }

.tab-content {
  border: 1px solid #ccc;
  border-top: none; }

.panel-heading {
  position: relative; }

.btn-ruler-del,
.btn-shop-del {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 20px; }

.btn-ruler-del:hover {
  color: red; }

#bank-search-modal-bg {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: center; }

#bank-search-modal-wrap {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }

#bank-search-modal {
  width: 96%;
  max-width: 620px;
  display: inline-block;
  height: 440px;
  border-radius: 4px;
  background-color: #fff;
  position: relative; }

#bank-search-modal-footer {
  position: absolute;
  border-top: 1px solid #ccc;
  height: 50px;
  width: 100%;
  background-color: #efefef;
  left: 0;
  bottom: 0;
  border-radius: 0 0 4px 4px;
  text-align: right;
  padding: 10px 10px 0; }

#bank-search-modal-main {
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
  color: #333; }

.bank-search-modal-main-left {
  float: left;
  width: 60%;
  height: 100%;
  border-right: 1px solid #ccc; }

.bank-search-modal-main-right {
  float: left;
  width: 40%;
  height: 100%; }

.bank-search-modal-main-scroller {
  width: 100%;
  height: 100%;
  overflow: auto; }

.char-table {
  width: 100%; }

.char-table ul {
  list-style: none;
  padding: 0;
  width: 9%;
  margin: 0 0 0 0.5%;
  float: left; }

.char-table ul:first-child {
  margin: 0 0 0 2.5%; }

.char-table ul li {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #ccc;
  margin-bottom: 3px;
  cursor: pointer;
  transition: 0.5s; }

.char-table ul li:hover {
  background-color: #1a73e8;
  color: #fff; }

.char-table ul li.disabled {
  background-color: #e0e0e0;
  cursor: default !important;
  color: #999; }

h2.modal-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  background: #efefef;
  border-bottom: 1px solid #ccc;
  color: #0088bf; }

h4.modal-sub-title {
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  border-bottom: 1px solid #ccc;
  text-align: left;
  padding-left: 20px;
  margin-bottom: 16px; }

#bank-search-modal-main-bank {
  list-style: none;
  padding: 0 2.5%; }

#bank-search-modal-main-bank li {
  margin: 0;
  font-size: 12px;
  float: left;
  line-height: 24px;
  border: 1px solid #ccc;
  margin-bottom: 3px;
  margin-left: 3px;
  padding: 0px 5px;
  cursor: pointer;
  transition: 0.5s; }

#bank-search-modal-main-bank li:hover {
  background-color: #1a73e8;
  color: #fff; }

#bank-result {
  padding: 0;
  list-style: none; }

#bank-result li {
  list-style: none;
  padding: 3px 10px;
  border-bottom: 1px solid #ccc;
  text-align: left;
  overflow: hidden;
  cursor: pointer;
  white-space: nowrap;
  background-color: #fff;
  transition: 0.5s; }

#bank-result li:hover {
  background-color: #1a73e8;
  color: #fff; }

.bank-name-arrow {
  font-size: 12px;
  padding: 6px 4px;
  background: #eee;
  font-weight: bold;
  border-bottom: 1px solid #ccc; }

.input-group .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center; }

.me-image-upload-doc {
  height: 110px;
  width: 100%;
  border: 5px solid #ccc;
  position: relative;
  text-align: center;
  overflow: hidden;
  cursor: pointer; }

.me-image-upload-doc input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1; }

.me-image-upload-doc img {
  height: 100px;
  text-align: center; }

.me-image-upload-label {
  text-align: center;
  font-size: 14px; }

.dd-list li .dd-list {
  padding-left: 20px; }

.gap-1 {
  display: grid;
  gap: 1rem; }

.gap-2 {
  display: grid;
  gap: 2rem; }

.gap-3 {
  display: grid;
  gap: 3rem; }

.gap-4 {
  display: grid;
  gap: 4rem; }

.ml-1 {
  margin-left: 1em; }

.ml-2 {
  margin-left: 2em; }

.ml-3 {
  margin-left: 3em; }

.ml-4 {
  margin-left: 4em; }
