@charset "UTF-8";
html,
body {
  min-height: 100%;
}

.wrap {
  padding-top: 80px;
  min-height: -moz-calc(100vh - 154px);
  min-height: calc(100vh - 154px);
}

.mi_scroll_none {
  overflow: hidden;
}

#container {
  background: #fff;
  width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#container.dual {
  display: table;
}
#container.dual .left_menu {
  display: table-cell;
  width: 214px;
  border-right: 1px solid #dddddd;
  min-height: -moz-calc(100% - 130px);
  min-height: calc(100% - 130px);
  padding-bottom: 146px;
  vertical-align: top;
}
#container.dual .right_contents {
  display: table-cell;
  min-height: -moz-calc(100% - 130px);
  min-height: calc(100% - 130px);
  margin-left: -1px;
  width: -moz-calc(100% - 214px);
  width: calc(100% - 214px);
  padding-bottom: 146px;
  vertical-align: top;
  padding-top: 103px;
  padding-left: 38px;
}

.common_wrap {
  padding-left: 25px;
  padding-right: 25px;
}
.mobile .common_wrap {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 413px) {
  .mobile .common_wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 374px) {
  .mobile .common_wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 359px) {
  .mobile .common_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#headerSubMenu {
  background: #eef2f7;
  z-index: 100;
}
#headerSubMenu .sub_menu {
  display: none;
}

.to_top {
  position: fixed;
}

.header_title {
  font-size: 19px;
  color: #fff;
  position: relative;
  height: 64px;
  line-height: 64px;
  background-color: #588db5;
  z-index: 89;
  text-align: center;
}
.mobile .header_title {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.mobile .header_title.shadow {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.app .header_title {
  display: none;
}

.header_title.wh {
  background-color: #fff;
}
.desktop .header_title.wh {
  display: none;
}

.header_tab {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  padding: 0 8px;
  background-color: #588db5;
  z-index: 88;
}
.header_tab a {
  font-size: 16px;
  color: #fff;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  line-height: 42px;
  text-align: center;
  opacity: 0.75;
}
.header_tab a.active {
  background: #fff;
  -moz-border-radius: 3px 3px 0 0;
       border-radius: 3px 3px 0 0;
  color: #1c1c1c;
  opacity: 1;
  pointer-events: none;
}
.mobile .header_tab {
  position: -webkit-sticky;
  position: sticky;
  top: 64px;
}
.mobile .header_tab.shadow {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.app .header_tab {
  top: 0;
}

.error_msg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding-top: 82px;
  background: url("/images/common/bg_error.png") no-repeat center top/64px auto;
  text-align: center;
  -webkit-transform: translate(0, -65%);
     -moz-transform: translate(0, -65%);
      -ms-transform: translate(0, -65%);
          transform: translate(0, -65%);
}
.error_msg p {
  font-size: 14px;
  color: #555;
}
.error_msg p + p {
  margin-top: 15px;
}
.error_msg .sub {
  font-size: 12px;
  color: #555;
}

.c__point {
  color: #588db5 !important;
}

.c__blue {
  color: #0057c9 !important;
}

.c__red {
  color: #de4343 !important;
}

.t__bold {
  font-weight: bold !important;
}

.t__rg {
  font-weight: 400 !important;
}

.t__center {
  text-align: center !important;
}

.t__left {
  text-align: left !important;
}

.t__right {
  text-align: right !important;
}

.t__underline {
  text-decoration: underline !important;
}

.t__hidden {
  display: inline-block;
  text-indent: -10000px;
  overflow: hidden;
}

.f__box {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.f__box.col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.f__item {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.align_center {
  overflow: hidden;
}
.align_center dt,
.align_center dd {
  float: left;
  width: 50%;
  margin-top: 4px;
}
.align_center dt:first-of-type,
.align_center dd:first-of-type {
  margin-top: 0;
}
.align_center dt {
  padding-right: 8px;
  text-align: right;
}
.align_center dd {
  padding-left: 8px;
}

.el_hidden {
  display: none !important;
}

.w__full {
  width: 100% !important;
}

.w__80 {
  width: 80px !important;
}

.w__120 {
  width: 120px !important;
}

.mi_btn {
  height: 46px;
  line-height: 44px;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  -moz-border-radius: 3px;
       border-radius: 3px;
  font-size: 15px;
  color: #777;
  text-align: center;
  padding: 0 12px;
  min-width: 97px;
}
.mi_btn:disabled {
  background-color: #f9f9f9;
  border-color: #ddd;
  color: #aaa;
}
.mi_btn.color {
  background-color: #588db5;
  border-color: #588db5;
  color: #fff;
}
.mi_btn.color.type2 {
  background-color: #236bb2;
  border-color: #236bb2;
}
.mi_btn.color.disabled, .mi_btn.color:disabled {
  background-color: #d8dee8;
  border-color: #d8dee8;
  color: #fff;
}
.mi_btn.color.disabled.on, .mi_btn.color:disabled.on {
  position: relative;
  color: #d8dee8 !important;
}
.mi_btn.color.disabled.on::after, .mi_btn.color:disabled.on::after {
  content: "";
  position: absolute;
  top: -moz-calc(50% - 15px);
  top: calc(50% - 15px);
  left: -moz-calc(50% - 15px);
  left: calc(50% - 15px);
  width: 24px;
  height: 24px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  -moz-border-radius: 50%;
       border-radius: 50%;
  border-top-color: #588db5;
  -webkit-animation: spin 1s ease-in-out infinite;
     -moz-animation: spin 1s ease-in-out infinite;
          animation: spin 1s ease-in-out infinite;
}
.mi_btn.white {
  border-color: #588db5;
  color: #588db5;
}
.mi_btn.white.disabled, .mi_btn.white:disabled {
  color: #aaa !important;
  background-color: #fafafa;
  border-color: #ddd;
}
.mi_btn.sm {
  height: 23px;
  line-height: 21px;
  width: auto;
  font-size: 13px;
  padding: 0 10px;
}

.mi_btn_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mi_btn_wrap .mi_btn {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mi_btn_wrap .mi_btn + .mi_btn {
  margin-left: 10px;
}
.mi_btn_wrap.row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mi_btn_wrap.row .mi_btn {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.mi_btn_wrap.row .mi_btn + .mi_btn {
  margin-left: 0;
  margin-top: 10px;
}

.mi_check {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.mi_check.line span {
  color: #1c1c1c;
  text-decoration: underline;
}
.mi_check.line input:checked + span {
  color: #588db5;
}
.mi_check.col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mi_check:not(.disabled) {
  cursor: pointer;
}
.mi_check + .mi_check {
  margin-left: 8px;
}
.mi_check input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
}
.mi_check input:disabled ~ .ico_square:before {
  background-color: #f9f9f9;
}
.mi_check input:disabled ~ .text {
  color: #ddd;
}
.mi_check input:checked ~ .ico_circle {
  background-color: #588db5;
  background-image: url("/images/components/ico_circle_on.png");
  border-color: #588db5;
}
.mi_check input:checked ~ .ico_check {
  background-image: url("/images/components/ico_check_on.png");
}
.mi_check input:checked ~ .ico_square:before {
  background-image: url("/images/components/ico_check_on.png");
  border-color: #588db5;
}
.mi_check input:checked ~ .ico_concentric {
  border-color: #588db5;
}
.mi_check input:checked ~ .ico_concentric:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  background: #588db5;
  -moz-border-radius: 4px;
       border-radius: 4px;
}
.mi_check input:checked ~ .text {
  color: #1c1c1c;
}
.mi_check .ico_square, .mi_check .ico_check, .mi_check .ico_circle {
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: top;
}
.mi_check .ico_square + .text, .mi_check .ico_check + .text, .mi_check .ico_circle + .text {
  margin-left: 6px;
}
.mi_check .ico_circle {
  background: #fff url("/images/components/ico_circle.png") no-repeat center/12px auto;
  border: 1px solid #ddd;
  -moz-border-radius: 50%;
       border-radius: 50%;
}
.mi_check .ico_check {
  background: url("/images/components/ico_check.png") no-repeat center/12px auto;
}
.mi_check .ico_square {
  position: relative;
}
.mi_check .ico_square:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #fff url("/images/components/ico_check.png") no-repeat center/12px auto;
  border: 1px solid #ddd;
  -moz-border-radius: 2px;
       border-radius: 2px;
}
.mi_check .ico_concentric {
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  margin-top: 4px;
  margin-right: 10px;
  border: 1px solid #ddd;
  -moz-border-radius: 7px;
       border-radius: 7px;
}
.mi_check .ico_concentric + .text {
  line-height: 22px;
}
.mi_check .text {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #777;
  line-height: 26px;
  word-break: break-all;
}
.mi_check .text + [class^=ico] {
  margin-left: 6px;
}

.check_group.row, .check_group.tab, .check_group.bar, .check_group.button, .check_group.confirm, .check_group.mi_button, .check_group.list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.check_group.row .mi_check, .check_group.tab .mi_check, .check_group.bar .mi_check, .check_group.button .mi_check, .check_group.confirm .mi_check, .check_group.mi_button .mi_check, .check_group.list .mi_check {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}
.check_group.row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.check_group.row .mi_check + .mi_check {
  margin-top: 10px;
}
.check_group.tab .mi_check {
  height: 70px;
  margin: 14px 0 0 -1px;
  padding: 13px 15px;
  border: 1px solid #ddd;
  border-bottom-color: #588db5;
  background: #fafafa;
  font-size: 14px;
}
.check_group.tab .mi_check:first-child {
  margin-left: 0;
  -moz-border-radius-topleft: 4px;
       border-top-left-radius: 4px;
}
.check_group.tab .mi_check:last-child {
  -moz-border-radius-topright: 4px;
       border-top-right-radius: 4px;
}
.check_group.tab .mi_check.checked {
  height: 84px;
  margin-top: 0;
  background: #fff;
  border-color: #588db5;
  border-bottom: 0;
  -moz-border-radius: 4px 4px 0 0;
       border-radius: 4px 4px 0 0;
  z-index: 1;
}
.check_group.tab .mi_check.checked .ico_circle {
  display: inline-block;
  position: absolute;
  top: 9px;
  right: 12px;
}
.check_group.tab .ico_circle {
  display: none;
}
.check_group.bar .mi_check, .check_group.button .mi_check, .check_group.confirm .mi_check {
  padding: 10px;
  background: #fff;
  border: 1px solid #ddd;
  -moz-border-radius: 3px;
       border-radius: 3px;
}
.check_group.bar .mi_check.checked, .check_group.button .mi_check.checked, .check_group.confirm .mi_check.checked {
  border-color: #588db5;
  color: #588db5;
  z-index: 1;
}
.check_group.bar .mi_check {
  margin-left: -1px;
  -moz-border-radius: 0;
       border-radius: 0;
  text-align: center;
}
.check_group.bar .mi_check:first-child {
  margin-left: 0;
  -moz-border-radius: 3px 0 0 3px;
       border-radius: 3px 0 0 3px;
}
.check_group.bar .mi_check:last-child {
  -moz-border-radius: 0 3px 3px 0;
       border-radius: 0 3px 3px 0;
}
.check_group.bar .mi_check.disabled {
  background: #f9f9f9;
}
.check_group.bar .mi_check.disabled.checked {
  border-color: #abc3e2;
}
.check_group.bar .mi_check.checked {
  background-color: #f4f7fb;
}
.check_group.button:not(.row) .mi_check + .mi_check, .check_group.confirm:not(.row) .mi_check + .mi_check, .check_group.mi_button:not(.row) .mi_check + .mi_check {
  margin-left: 10px;
}
.check_group.button.row {
  -webkit-box-align: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.check_group.button .mi_check.disabled {
  background: #fafafa;
}
.check_group.button .mi_check.disabled .text {
  color: #b6b6b6;
}
.check_group.button .mi_check.disabled .ico_circle {
  background-color: #fafafa;
}
.check_group.button .text {
  color: #999;
}
.check_group.confirm {
  text-align: center;
}
.check_group.confirm .mi_check {
  padding: 6px;
  border-color: #abc3e2;
}
.check_group.confirm .mi_check.checked {
  background-color: #f4f7fb;
}
.check_group.confirm .mi_check.checked .ico_check {
  display: inline-block;
  margin-left: -9px;
  background-image: url("/images/components/ico_check_confirm_on.png");
}
.check_group.confirm .mi_check.checked .text {
  color: #588db5;
}
.check_group.confirm .bad {
  border-color: #ddd;
}
.check_group.confirm .bad .text {
  color: #555;
}
.check_group.confirm .good {
  border-color: #cdcfd9;
}
.check_group.confirm .ico_check {
  display: none;
}
.check_group.confirm .text {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 0;
  font-size: 14px;
  color: #588db5;
}
.check_group.list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.check_group.list .mi_check {
  padding: 9px 8px 9px 10px;
}
.check_group.list .mi_check:hover {
  background-color: #f4f7fb;
}
.check_group.list .mi_check:hover .ico_check {
  background-image: url("/images/components/ico_check_list_on.png");
}
.check_group.list .mi_check input:checked ~ .ico_check {
  background-image: url("/images/components/ico_check_list_on.png");
}
.check_group.list .mi_check input:checked ~ .text {
  font-weight: bold;
  color: #588db5;
}
.check_group.list .mi_check + .mi_check {
  margin-top: 5px;
}
.check_group.list .ico_check {
  height: 22px;
  background-image: url("/images/components/ico_check_list.png");
}
.check_group.list .text {
  color: #1c1c1c;
  line-height: 22px;
}
.check_group.capsule {
  display: inline-block;
  height: 30px;
  padding: 1px;
  -moz-border-radius: 15px;
       border-radius: 15px;
  border: solid 1px #ddd;
  background-color: #eee;
}
.check_group.capsule input:checked ~ .text {
  height: 26px;
  line-height: 24px;
  border: 1px solid #555;
  -moz-border-radius: 13px;
       border-radius: 13px;
  font-weight: bold;
  color: #fff;
}
.check_group.capsule input:checked ~ .off {
  background: #777;
}
.check_group.capsule input:checked ~ .active {
  background: #588db5;
  border-color: #4c7ebf;
}
.check_group.capsule .mi_check {
  margin: 0;
  vertical-align: top;
}
.check_group.capsule .text {
  font-size: 13px;
  color: #b6b6b6;
  padding: 0 8px;
}
.check_group.init .text {
  color: #333;
}

.mi_textarea {
  width: 100%;
  height: 140px;
  background-color: #fff;
  border: 1px solid #ddd;
  -moz-border-radius: 3px;
       border-radius: 3px;
  font-size: 16px;
  color: #1c1c1c;
  padding: 9px;
  resize: none;
}
@media (max-width: 413px) {
  .mobile .mi_textarea {
    padding: 8px;
  }
}
.mi_textarea:not([readonly]):focus, .mi_textarea:not([readonly]):focus-within {
  border-color: #588db5;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
     -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.mi_textarea:-moz-focusring {
  color: transparent;
  outline: none;
  text-shadow: 0 0 0 #000;
}
.mi_textarea::-webkit-input-placeholder {
  color: #b6b6b6;
  opacity: 1;
}
.mi_textarea:-moz-placeholder {
  color: #b6b6b6;
  opacity: 1;
}
.mi_textarea::-moz-placeholder {
  color: #b6b6b6;
  opacity: 1;
}
.mi_textarea:-ms-input-placeholder {
  color: #b6b6b6;
  opacity: 1;
}
.mi_textarea::-ms-input-placeholder {
  color: #b6b6b6;
  opacity: 1;
}
.mi_textarea::placeholder {
  color: #b6b6b6;
  opacity: 1;
}
.mi_textarea:disabled, .mi_textarea.disabled {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #f9f9f9 !important;
  opacity: 1;
  -webkit-text-fill-color: #b6b6b6;
}

.mi_input {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 44px;
  padding: 0 9px;
  background-color: #fff;
  border: 1px solid #ddd;
  -moz-border-radius: 3px;
       border-radius: 3px;
  font-size: 16px;
  color: #1c1c1c;
}
@media (max-width: 413px) {
  .mobile .mi_input {
    padding: 0 8px;
  }
}
.mi_input:not([readonly]):focus, .mi_input:not([readonly]):focus-within {
  border-color: #588db5;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
     -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.mi_input:-moz-focusring {
  color: transparent;
  outline: none;
  text-shadow: 0 0 0 #000;
}
.mi_input::-webkit-input-placeholder {
  color: #b6b6b6;
  opacity: 1;
}
.mi_input:-moz-placeholder {
  color: #b6b6b6;
  opacity: 1;
}
.mi_input::-moz-placeholder {
  color: #b6b6b6;
  opacity: 1;
}
.mi_input:-ms-input-placeholder {
  color: #b6b6b6;
  opacity: 1;
}
.mi_input::-ms-input-placeholder {
  color: #b6b6b6;
  opacity: 1;
}
.mi_input::placeholder {
  color: #b6b6b6;
  opacity: 1;
}
.mi_input:disabled, .mi_input.disabled {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #f9f9f9 !important;
  opacity: 1;
  -webkit-text-fill-color: #b6b6b6;
}
.mi_input.select, .mi_input.search, .mi_input.datepicker, .mi_input.timepicker {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fff;
  background-repeat: no-repeat;
  -moz-background-size: 26px auto;
       background-size: 26px auto;
}
.mi_input.search, .mi_input.datepicker, .mi_input.timepicker {
  padding-right: 43px;
  background-position: right 10px center;
}
.mi_input.select {
  padding-right: 26px;
  background-image: url("/images/components/ico_select.png");
  background-position: right center;
}
.mi_input.select.init {
  color: #b6b6b6;
}
.mi_input.select.init option {
  color: #1c1c1c;
}
.mi_input.select::-ms-expand {
  display: none;
}
.mi_input.select::-ms-value {
  background-color: transparent;
  color: #1c1c1c;
}
.mi_input.select:not(:disabled):not(.disabled) {
  cursor: default;
}
.mi_input.select + .select {
  margin-left: 5px;
}
.mi_input.search {
  background-image: url("/images/components/ico_search.png");
}
.mi_input.search.type2 {
  -moz-border-radius: 0;
       border-radius: 0;
  border-width: 0 0 1px 0;
}
.mi_input.search.type2:focus {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.mi_input.datepicker:not(:disabled), .mi_input.timepicker:not(:disabled) {
  cursor: pointer;
}
.mi_input.datepicker:focus, .mi_input.timepicker:focus {
  border-color: #588db5;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
     -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.mi_input.datepicker {
  background-image: url("/images/components/ico_datepicker.png");
}
.mi_input.timepicker {
  background-image: url("/images/components/ico_timepicker.png");
}
.mi_input.unit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 43px;
}

.input_group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.input_group + .input_group {
  margin-top: 17px;
}
.input_group.search_wrap {
  position: relative;
}
.input_group.full {
  display: block;
}
.input_group.full .input_label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
}
.input_group.col2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.input_group.col2 .input_box {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-preferred-size: calc(50% - 5px);
      flex-basis: -moz-calc(50% - 5px);
      flex-basis: calc(50% - 5px);
}
.input_group.col2 .input_box:nth-child(n+3) {
  margin-top: 17px;
}
.input_group.col2 .input_box:nth-child(2n-1) {
  margin-right: 10px;
}

.input_label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  padding-top: 10px;
  font-size: 15px;
}
.input_label.sub {
  padding-top: 0;
}
.input_label.sub em {
  display: block;
  font-size: 13px;
  color: #999;
}

.input_box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.input_box.inner_btn {
  position: relative;
}
.input_box.inner_btn .mi_input {
  padding-right: 43px;
}
.input_box.prevent {
  position: relative;
}
.input_box.prevent:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.input_box.person {
  position: relative;
}
.input_box.person:after {
  content: "명";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 11px;
  line-height: 44px;
  color: #1c1c1c;
}
.input_box .mi_input + .mi_btn {
  margin-left: 10px;
}
.input_box .mi_btn {
  height: 44px;
  line-height: 42px;
  font-size: 14px;
}
.input_box .mi_btn + .mi_input {
  margin-left: 10px;
}
.input_box .check_group {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.input_box .check_group:last-child:not(:first-child) {
  margin-left: 10px;
}
.input_box .mi_check {
  padding: 8px !important;
}
.input_box .btn_delete {
  display: none;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 42px;
  height: 42px;
  background: #fff url("/images/components/btn_delete_input.png") no-repeat center/16px auto;
  -moz-border-radius: 3px;
       border-radius: 3px;
}
.input_box .ma_b {
  margin-bottom: 10px;
}

.input_connect {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  text-align: center;
  line-height: 44px;
}

.input_noti {
  font-size: 13px;
  color: #777;
  width: 100%;
  margin-top: 10px;
  word-break: keep-all;
}
.input_noti.bullet {
  padding-left: 8px;
  text-indent: -8px;
}

.search_result {
  display: none;
  position: absolute;
  top: 54px;
  width: 100%;
  max-height: 296px;
  background-color: #fff;
  border: 1px solid #abc3e2;
  -moz-border-radius: 4px;
       border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden auto;
  z-index: 5;
}
.search_result li {
  padding: 8px 18px;
  cursor: default;
}
.search_result li:not(.none):hover {
  background-color: #efeff4;
}
.search_result .name {
  font-size: 14px;
  color: #333;
}
.search_result .address {
  font-size: 13px;
  color: #999;
}

.btn_qmark {
  width: 22px;
  height: 22px;
  background: url("/images/btn_qmark.png") no-repeat center/15px auto;
  color: #588db5;
  line-height: 22px;
}

.icon_box:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 12px;
  -moz-border-radius: 20px;
       border-radius: 20px;
}
.icon_box.success:before {
  background: #eee url("/images/components/ico_complete.png") no-repeat center 15px/19px auto;
}
.icon_box.warning:before {
  background: #eee url("/images/components/ico_warning.png") no-repeat center/7px auto;
}

.ol_count li {
  padding-left: 20px;
  counter-increment: ord;
}
.ol_count li:before {
  content: counter(ord) ".";
  display: inline-block;
  width: 20px;
  margin-left: -20px;
}

.bg_tab_gradation {
  background: url("/images/bg_tab_gradation.png") repeat-x 0 top/auto 35px;
}

.shadow_up {
  -webkit-box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.16);
     -moz-box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.16);
}

.shadow_down {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
     -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.cs_scroll {
  overflow-y: auto;
}
.cs_scroll::-webkit-scrollbar {
  width: 8px;
}
.cs_scroll::-webkit-scrollbar-track {
  border-radius: 4px;
}
.cs_scroll::-webkit-scrollbar-thumb {
  background: #b2b2b2;
  border-radius: 4px;
  border: 1px solid white;
}

.clear_fix:after {
  display: table;
  content: "";
  clear: both;
}

.mi_pagination_wrap {
  margin: 30px auto 15px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
.mi_pagination_wrap .page_prev,
.mi_pagination_wrap .page_next,
.mi_pagination_wrap .page_first,
.mi_pagination_wrap .page_last {
  cursor: pointer;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  display: inline-block;
  float: left;
}
.mi_pagination_wrap .page_prev,
.mi_pagination_wrap .page_next {
  position: relative;
}
.mi_pagination_wrap .page_prev:after,
.mi_pagination_wrap .page_next:after {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/images/ico_pagination.png") no-repeat center top/31px;
}
.mi_pagination_wrap .page_prev.disabled,
.mi_pagination_wrap .page_next.disabled {
  opacity: 0.35;
}
.mi_pagination_wrap .page_prev {
  margin-right: 40px;
}
.mi_pagination_wrap .page_prev:after {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mi_pagination_wrap .page_next {
  margin-left: 40px;
}
.mi_pagination_wrap .page_first:after {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mi_pagination_wrap ul {
  margin-right: 0;
  float: left;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.mi_pagination_wrap ul li {
  float: left;
  cursor: pointer;
  text-align: center;
  line-height: 28px;
  color: #777;
  font-size: 16px;
}
.mi_pagination_wrap ul li + li {
  margin-left: 25px;
}
.mi_pagination_wrap ul li.on {
  color: #588db5;
  text-decoration: underline;
  font-weight: bold;
}

.tooltip_wrap {
  display: inline-block;
  position: relative;
}
.tooltip_wrap .btn_tooltip {
  display: inline-block;
  width: 15px;
  height: 15px;
  -moz-border-radius: 50%;
       border-radius: 50%;
  background: url("/images/ico_q.png") no-repeat center/15px;
  background-color: #9ca7c1;
  vertical-align: middle;
  margin-left: 2px;
  margin-top: -2px;
}
.tooltip_wrap:hover .txt_tooltip {
  display: block;
}
.tooltip_wrap .txt_tooltip {
  display: none;
  font-size: 14px;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  right: -moz-calc(50% - 1px);
  right: calc(50% - 1px);
  -webkit-transform: translateX(50%);
     -moz-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  top: 31px;
  background: #ffffff;
  -moz-border-radius: 10px;
       border-radius: 10px;
  padding: 20px 19px;
  border: solid 1px #588db5;
  z-index: 3;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  color: #555;
  text-align: center;
  line-height: 1.43;
}
.tooltip_wrap .txt_tooltip::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 9px;
  z-index: 3;
  top: -9px;
  left: -moz-calc(50% - 6px);
  left: calc(50% - 6px);
  background: url("/images/bg_arrow.png") no-repeat center/12px;
}

.ct_exchange_main .filter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #999999;
}
.ct_exchange_main .filter .main_select {
  -moz-border-radius: 3px;
       border-radius: 3px;
  width: 230px;
  height: 66px;
  border: 1px solid #588db5;
  color: #1368a8;
  padding: 0 20px 0 12px;
  font-size: 18px;
  background-position: right 8px center;
}
.ct_exchange_main .filter .left {
  padding-right: 25px;
}
.ct_exchange_main .filter .middle1 .input_wrap {
  width: 340px;
  border-bottom: 1px solid #588db5;
  height: 46px;
  margin-top: 13px;
}
.ct_exchange_main .filter .middle1 .input_wrap input {
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
  float: left;
  height: 100%;
}
.ct_exchange_main .filter .middle1 .input_wrap .unit {
  font-size: 18px;
  letter-spacing: -1px;
  font-weight: 600;
  color: #999;
  text-align: right;
  float: right;
  line-height: 46px;
  vertical-align: top;
  padding-right: 14px;
}
.ct_exchange_main .filter .middle1 select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #dddddd;
  height: 40px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  padding-left: 0;
  -moz-border-radius: 0;
       border-radius: 0;
}
.ct_exchange_main .filter .middle1 select:active {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.ct_exchange_main .filter .middle1 input {
  font-size: 18px;
  font-weight: bold;
  color: #1c1c1c;
}
.ct_exchange_main .filter .middle1 .tb {
  display: table;
  width: 100%;
}
.ct_exchange_main .filter .middle1 .tb div {
  display: table-cell;
  width: 50%;
}
.ct_exchange_main .filter .middle1 .tb div:nth-of-type(1) {
  padding-right: 10px;
}
.ct_exchange_main .filter .middle1 .tb div:nth-of-type(2) {
  padding-left: 10px;
}
.ct_exchange_main .filter .middle2 {
  padding-left: 25px;
  margin-right: 40px;
  padding-right: 40px;
  position: relative;
}
.ct_exchange_main .filter .middle2:after {
  content: "";
  height: 66px;
  width: 1px;
  background-color: #dddddd;
  position: absolute;
  right: 0;
  bottom: 0;
}
.ct_exchange_main .filter .middle2 .mi_btn {
  width: 97px;
  height: 46px;
}
.ct_exchange_main .filter .right .mi_btn {
  width: 140px;
  height: 46px;
}
.ct_exchange_main .filter .mi_input:disabled {
  background-color: #fff !important;
  color: #b6b6b6;
}
.ct_exchange_main .currency_info {
  margin-bottom: 11px;
  vertical-align: top;
}
.ct_exchange_main .currency_info .nation {
  color: #262626;
  font-size: 22px;
  font-weight: bold;
  padding-right: 15px;
  margin-right: 15px;
  vertical-align: middle;
  position: relative;
}
.ct_exchange_main .currency_info .nation:after {
  content: "";
  width: 1px;
  height: 18px;
  background: #cfd3d6;
  position: absolute;
  right: 0;
  top: 7px;
}
.ct_exchange_main .currency_info .code {
  margin-left: 8px;
  vertical-align: middle;
  color: #999999;
  font-size: 14px;
}
.ct_exchange_main .currency_info img {
  vertical-align: middle;
}
.ct_exchange_main .main_table {
  border-collapse: separate;
  border-spacing: 0;
}
.ct_exchange_main .main_table tr:hover td {
  background: #f4f8fd;
}
.ct_exchange_main .main_table th {
  background: #fff;
  padding: 15px 0 15px 0;
  font-size: 15px;
  color: #1c1c1c;
  position: relative;
}
.ct_exchange_main .main_table th::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background-color: #999999;
}
.ct_exchange_main .main_table th.gray {
  color: #999999;
}
.ct_exchange_main .main_table th.term {
  cursor: pointer;
}
.ct_exchange_main .main_table th.active {
  border-left: 2px solid #27a2ff;
  border-top: 2px solid #27a2ff;
  padding-left: 10px;
}
.ct_exchange_main .main_table th.active ~ .active {
  border-left: none;
  padding-left: 0;
}
.ct_exchange_main .main_table th.active + .active + .active {
  border-right: 2px solid #27a2ff;
  padding-right: 10px;
}
.ct_exchange_main .main_table tr:not(:first-child) {
  opacity: 0;
  -webkit-animation-name: fadeIn;
     -moz-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-iteration-count: 1;
     -moz-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 5s;
     -moz-animation-delay: 5s;
          animation-delay: 5s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ct_exchange_main .main_table tr:first-child td {
  vertical-align: bottom;
  border-top: 1px solid #1181f0;
  border-bottom: 1px solid #1181f0;
}
.ct_exchange_main .main_table tr:first-child td:first-child {
  border-left: 1px solid #1181f0;
  -moz-border-radius: 3px 0 0 3px;
       border-radius: 3px 0 0 3px;
}
.ct_exchange_main .main_table tr:first-child td:last-child {
  border-right: 1px solid #1181f0;
  -moz-border-radius: 0 3px 3px 0;
       border-radius: 0 3px 3px 0;
}
.ct_exchange_main .main_table tr:last-child td {
  border-bottom: 1px solid #ddd;
}
.ct_exchange_main .main_table tr:last-child td.active {
  border-bottom: 2px solid #27a2ff;
}
.ct_exchange_main .main_table tr.no_map td {
  cursor: auto;
}
.ct_exchange_main .main_table td {
  padding: 16px 0;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  color: #1c1c1c;
}
.ct_exchange_main .main_table td:nth-of-type(8) {
  text-align: left;
  padding-left: 15px;
  padding-right: 10px;
  color: #1c1c1c;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 140px;
}
.ct_exchange_main .main_table td:nth-of-type(9) {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 124px;
}
.ct_exchange_main .main_table td:last-child {
  border-right: 1px solid #fff;
}
.ct_exchange_main .main_table td.gray {
  color: #999;
}
.ct_exchange_main .main_table td.active {
  border-left: 2px solid #27a2ff;
  border-right: none;
  font-size: 16px;
  padding-left: 10px;
  width: 88px;
  color: #1368a8;
}
.ct_exchange_main .main_table td.active ~ .active {
  border-right: none;
  border-left: none;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  width: auto;
}
.ct_exchange_main .main_table td.active + .active + .active {
  border-right: 2px solid #27a2ff;
  padding-right: 10px;
  color: #d8205f;
  font-weight: bold;
}
.ct_exchange_main .main_table td img {
  vertical-align: top;
  margin-right: 10px;
}
.ct_exchange_main .main_table td .cm_best {
  font-size: 15px;
  color: #1368a8;
}
.ct_exchange_main .no_result {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  color: #777;
  text-align: center;
  padding: 73px 0 70px;
}

#map .map_info {
  padding: 16px 22px 45px 22px;
  position: relative;
  background: #fff;
  -moz-border-radius: 3px;
       border-radius: 3px;
  width: 329px;
  min-height: 183px;
  background: url("../images/bg_map.png") no-repeat bottom center/100%;
  word-break: break-all;
  white-space: break-spaces;
}
#map .map_info .close_btn {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 26px;
  height: 26px;
  background: url("../images/btn_map_close.png") no-repeat center/contain;
  text-indent: -99999px;
  overflow: hidden;
}
#map .map_info .conts {
  font-size: 12px;
  color: #555;
  margin-top: 8px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d9d9d9;
}
#map .map_info .title {
  color: #0073c9;
  font-size: 16px;
  font-weight: bold;
  padding-right: 20px;
}
#map .btm_info {
  padding-top: 11px;
  display: table;
  width: 100%;
}
#map .btm_info > span {
  display: table-cell;
  width: -moz-calc(100% - 70px);
  width: calc(100% - 70px);
  font-size: 12px;
  font-weight: bold;
  vertical-align: top;
}
#map .btm_info > span > p {
  background: #f5f5f5;
  color: #555555;
  font-size: 11px;
  padding: 2px 8px;
  display: inline-block;
  margin-top: 5px;
  font-weight: 400;
}
#map .btm_info > span > p:nth-of-type(1) {
  margin-right: 5px;
}
#map .btm_info > span:last-child {
  padding-left: 12px;
  color: #d8205f;
  width: 70px;
  text-align: right;
}

#mapInfo {
  position: relative;
}
#mapInfo .pagination {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
}
#mapInfo .multi_type {
  display: none;
}
#mapInfo .sigle_type {
  display: none;
  margin-top: -12px;
}
#mapInfo .sigle_type .join_channel,
#mapInfo .sigle_type .payment_term {
  background: #f5f5f5;
  color: #555555;
  font-size: 11px;
  padding: 2px 8px;
  display: inline-block;
  margin-top: 5px;
  font-weight: 400;
}
#mapInfo .sigle_type .add {
  color: #777777;
  font-size: 12px;
  margin-top: 11px;
}
#mapInfo .sigle_type .join_channel {
  margin-right: 5px;
}
#mapInfo .sigle_type .bank {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #0073c9;
}
#mapInfo .sigle_type .addrNtel {
  padding-bottom: 40px;
  font-size: 14px;
}
#mapInfo .sigle_type .product {
  padding-top: 40px;
  border-top: 1px solid #ddd;
  font-weight: 900;
  color: #1c1c1c;
  font-size: 15px;
}
#mapInfo .sigle_type .product > span {
  display: inline-block;
  vertical-align: top;
}
#mapInfo .sigle_type .product .product_name {
  margin-right: 20px;
  max-width: -moz-calc(100% - 70px);
  max-width: calc(100% - 70px);
}
#mapInfo .sigle_type .rate {
  color: #d8205f;
}

.left_wrap {
  padding-top: 60px;
}
.left_wrap .tit {
  font-size: 18px;
  font-weight: bold;
  color: #588db5;
  padding-bottom: 16px;
  border-bottom: 1px solid #588db5;
  margin-bottom: 40px;
}
.left_wrap .lnb_select {
  padding-bottom: 30px;
}
.left_wrap .lnb_select ul + ul {
  margin-top: 40px;
}
.left_wrap .lnb_select li + li {
  margin-top: 8px;
}
.left_wrap .lnb_select li label {
  display: inline-block;
  width: 100%;
  position: relative;
}
.left_wrap .lnb_select li label:hover span {
  color: #588DB5;
}
.left_wrap .lnb_select li label input {
  position: absolute;
  left: -1px;
}
.left_wrap .lnb_select li label span {
  font-size: 15px;
  color: #555;
  display: inline-block;
  width: 100%;
  padding-left: 15px;
  height: 36px;
  line-height: 36px;
}
.left_wrap .lnb_select li label span img {
  margin-right: 12px;
  vertical-align: middle;
  margin-top: -2px;
}
.left_wrap .lnb_select li input:checked + span {
  background: #ecf2f7;
  color: #1c1c1c;
}

.ct_exchange_bank .left_wrap .lnb_select li label span img {
  margin-right: 7px;
}
.ct_exchange_bank .filter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #999999;
}
.ct_exchange_bank .filter .main_select {
  -moz-border-radius: 3px;
       border-radius: 3px;
  width: 340px;
  height: 66px;
  border: 1px solid #588db5;
  color: #1368a8;
  padding: 0 20px 0 12px;
  font-size: 18px;
  background-position: right 8px center;
}
.ct_exchange_bank .filter .right select {
  width: 245px;
  border-bottom: 1px solid #dddddd;
  height: 40px;
  color: #588db5;
}
.ct_exchange_bank .filter .input_wrap {
  width: 245px;
  margin-top: 13px;
  height: 46px;
  border-bottom: 1px solid #588db5;
  overflow: hidden;
}
.ct_exchange_bank .filter .input_wrap input {
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  float: left;
  height: 46px;
  color: #1c1c1c;
  font-size: 18px;
  font-weight: bold;
}
.ct_exchange_bank .filter .input_wrap span {
  float: right;
  color: #999999;
  font-size: 18px;
  font-weight: bold;
  line-height: 46px;
}
.ct_exchange_bank .filter .equal_mark {
  width: 19px;
  position: relative;
  display: inline-block;
  padding-bottom: 53px;
}
.ct_exchange_bank .filter .equal_mark:after {
  content: "";
  width: 19px;
  height: 3px;
  background: #b6b6b6;
  -moz-border-radius: 10px;
       border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.ct_exchange_bank .filter .equal_mark:before {
  content: "";
  width: 19px;
  height: 3px;
  background: #b6b6b6;
  -moz-border-radius: 10px;
       border-radius: 10px;
  position: absolute;
  top: 9px;
}
.ct_exchange_bank .filter .middle1 select {
  width: 245px;
  padding-left: 0;
  border: none;
  border-bottom: 1px solid #dddddd;
  height: 40px;
  color: #588db5;
}
.ct_exchange_bank .filter .middle1 select:active, .ct_exchange_bank .filter .middle1 select:focus {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.ct_exchange_bank .filter .middle1 .tb {
  display: table;
  width: 100%;
}
.ct_exchange_bank .filter .middle1 .tb div {
  display: table-cell;
  width: 50%;
}
.ct_exchange_bank .bank_info {
  margin-bottom: 11px;
  vertical-align: top;
}
.ct_exchange_bank .bank_info .bank_name {
  color: #262626;
  font-size: 22px;
  font-weight: bold;
  padding-right: 15px;
  margin-right: 15px;
  vertical-align: middle;
  position: relative;
  margin-left: 4px;
}
.ct_exchange_bank .bank_info .bank_name::after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  width: 1px;
  height: 18px;
  background-color: #cfd3d6;
}
.ct_exchange_bank .bank_info .date {
  vertical-align: middle;
  color: #999999;
  font-size: 14px;
}
.ct_exchange_bank .bank_info img {
  vertical-align: middle;
}
.ct_exchange_bank .main_table {
  border-collapse: separate;
  border-spacing: 0;
}
.ct_exchange_bank .main_table .t__right {
  padding-right: 20px;
  text-align: right;
}
.ct_exchange_bank .main_table .t__left {
  text-align: left;
}
.ct_exchange_bank .main_table tr:not(:first-child) {
  opacity: 0;
  -webkit-animation-name: fadeIn;
     -moz-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.2s;
     -moz-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-iteration-count: 1;
     -moz-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 10s;
     -moz-animation-delay: 10s;
          animation-delay: 10s;
}
.ct_exchange_bank .main_table tr:hover td {
  background: #f4f8fd;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ct_exchange_bank .main_table th {
  background: #fff;
  padding: 15px 0 15px 0;
  font-size: 15px;
  color: #1c1c1c;
  border-bottom: 1px solid #999999;
}
.ct_exchange_bank .main_table th.gray {
  color: #999;
}
.ct_exchange_bank .main_table th.active {
  border-left: 2px solid #27a2ff;
  border-top: 2px solid #27a2ff;
  color: #588db5;
  padding-left: 10px;
}
.ct_exchange_bank .main_table th.active .tooltip_wrap {
  display: inline-block;
}
.ct_exchange_bank .main_table th.active ~ .active {
  border-left: none;
  padding-left: 0;
  border-right: 2px solid #27a2ff;
}
.ct_exchange_bank .main_table th .tooltip_wrap {
  display: none;
}
.ct_exchange_bank .main_table tr:last-child td {
  border-bottom: 1px solid #ddd;
}
.ct_exchange_bank .main_table tr:last-child td.active {
  border-bottom: 2px solid #27a2ff;
}
.ct_exchange_bank .main_table td {
  padding: 16px 0;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  color: #777;
}
.ct_exchange_bank .main_table td.active {
  font-weight: 900;
  border-left: 2px solid #27a2ff;
  border-right: none;
  font-size: 16px;
  width: 88px;
  color: #1368a8;
}
.ct_exchange_bank .main_table td.active ~ .active {
  border-right: none;
  font-weight: 400;
  border-left: none;
  text-align: center;
  padding-left: 0;
  width: auto;
  border-right: 2px solid #27a2ff;
}
.ct_exchange_bank .main_table td img {
  vertical-align: middle;
  margin-right: 8px;
}

.ct_exchange_map#container {
  width: 100%;
  float: left;
  min-width: 1024px;
  border-top: 1px solid #233057;
}
.ct_exchange_map #searchBtn {
  border-color: #1368A8;
  background: #1368A8;
}
.ct_exchange_map .branches {
  width: 400px;
  display: inline-block;
  float: left;
  height: -moz-calc(100vh - 80px);
  height: calc(100vh - 80px);
  -webkit-box-shadow: 3px 0 6px 0 rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 3px 0 6px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 3px 0 6px 0 rgba(0, 0, 0, 0.3);
  border-right: 1px solid #999999;
  position: relative;
  z-index: 3;
}
.ct_exchange_map .lnb {
  width: 120px;
  height: -moz-calc(100vh - 80px);
  height: calc(100vh - 80px);
  background: #055591;
  border-right: 1px solid #1c1c1c;
  display: inline-block;
  float: left;
}
.ct_exchange_map .lnb li {
  width: 100%;
  height: 90px;
  text-align: center;
}
.ct_exchange_map .lnb li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #fff;
  padding-top: 54px;
  font-size: 14px;
}
.ct_exchange_map .lnb li + li {
  border-top: 1px solid #166bac;
}
.ct_exchange_map .lnb li.saving a {
  background: url("/images/ico_saving.png") no-repeat center top 21px/26px;
}
.ct_exchange_map .lnb li.bank a {
  background: url("/images/ico_bank.png") no-repeat center top 21px/26px;
}
.ct_exchange_map .lnb li.saving a {
  background: url("/images/ico_saving.png") no-repeat center top 21px/26px;
}
.ct_exchange_map .lnb li.close_branch a {
  color: #055592;
  background: url("/images/ico_close.png") no-repeat center top 21px/26px, #fff;
}
.ct_exchange_map .map_wrap {
  position: relative;
  z-index: 1;
}
.ct_exchange_map .bank_list {
  background: #fff;
  border: 1px solid #588db5;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
     -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  -moz-border-radius: 4px;
       border-radius: 4px;
  display: inline-block;
  overflow: hidden;
  position: absolute;
  z-index: 10;
  left: 30px;
  top: 30px;
}
.ct_exchange_map .bank_list label {
  float: left;
  overflow: hidden;
  cursor: pointer;
}
.ct_exchange_map .bank_list label input:checked + span {
  background: #1181f0;
  color: #fff;
}
.ct_exchange_map .bank_list label span {
  display: inline-block;
  padding: 11px 12px;
  float: left;
  font-size: 13px;
  min-width: 56px;
  text-align: center;
  color: #777777;
}
.ct_exchange_map .bank_list label span:hover {
  background: #f5f5f7;
}
.ct_exchange_map .map_wrap {
  background: #f1f1f1;
  display: inline-block;
  float: left;
  position: relative;
  width: -moz-calc(100% - 520px);
  width: calc(100% - 520px);
}
.ct_exchange_map .map {
  height: -moz-calc(100vh - 80px);
  height: calc(100vh - 80px);
  width: 100%;
  display: inline-block;
}
.ct_exchange_map .filter {
  background: #efeff4;
  padding: 44px 30px 40px 30px;
}
.ct_exchange_map .filter .tit {
  color: #588db5;
  margin-bottom: 9px;
  font-size: 18px;
  font-weight: bold;
}
.ct_exchange_map .filter ul {
  overflow: hidden;
}
.ct_exchange_map .filter li {
  width: -moz-calc(50% - 5px);
  width: calc(50% - 5px);
  float: left;
  margin-top: 12px;
}
.ct_exchange_map .filter li:nth-of-type(2n) {
  margin-left: 10px;
}
.ct_exchange_map .filter .select.point {
  border-color: #588db5;
  color: #588db5;
}
.ct_exchange_map .branch_info {
  padding-left: 30px;
  padding-top: 32px;
  max-height: -moz-calc(100vh - 90px - 290px - 63px);
  max-height: calc(100vh - 90px - 290px - 63px);
}
.ct_exchange_map .branch_info .search_count {
  padding-bottom: 20px;
  border-bottom: 1px solid #588db5;
}
.ct_exchange_map .branch_info .search_count > span:last-child {
  font-size: 12px;
  margin-left: 15px;
}
.ct_exchange_map .branch_info .bank_name_str {
  margin-right: 10px;
}
.ct_exchange_map .branch_info .bank_name_str + .spot_name {
  font-size: 13px;
  word-break: keep-all;
  white-space: nowrap;
}
.ct_exchange_map .table_wrap {
  padding-right: 30px;
}
.ct_exchange_map .mi_table th {
  padding: 22px 0 10px 0;
  font-size: 13px;
  border-bottom: 1px solid #dddddd;
}
.ct_exchange_map .mi_table th:first-child {
  text-align: left;
}
.ct_exchange_map .mi_table th:last-child {
  text-align: right;
}
.ct_exchange_map .mi_table td {
  min-height: 64px;
  padding: 24px 0;
  color: #1c1c1c;
  cursor: pointer;
}
.ct_exchange_map .mi_table td:first-child {
  padding-right: 5px;
  font-size: 18px;
  color: #0073c9;
  min-width: 20px;
}
.ct_exchange_map .mi_table td:last-child {
  min-width: 90px;
}
.ct_exchange_map .map_pop_dummy {
  position: relative;
  width: 550px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.4);
     -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.4);
}
.ct_exchange_map .map_pop_dummy:after {
  border-top: 24px solid #fff;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 0px solid transparent;
  content: "";
  position: absolute;
  bottom: -14px;
  left: -moz-calc(49% - 10px);
  left: calc(49% - 10px);
}
.ct_exchange_map .map_pop_dummy .map_pop_header {
  padding-left: 20px;
  font-size: 15px;
  padding-top: 24px;
  margin-bottom: 10px;
}
.ct_exchange_map .map_pop_dummy .map_pop_header .map_pop_close_bt {
  position: absolute;
  right: 8px;
  top: 8px;
}
.ct_exchange_map .map_pop_dummy .map_pop_header .map_pop_close_bt a {
  display: inline-block;
  width: 26px;
  height: 26px;
  position: static;
  background: url("/images/map_close.png") no-repeat center/contain;
}
.ct_exchange_map .map_pop_dummy .map_pop_contents {
  width: 490px;
  margin: 0 auto;
  padding-bottom: 24px;
}
.ct_exchange_map .map_pop_dummy .pop_bank {
  float: left;
  margin-right: 10px;
}
.ct_exchange_map .map_pop_dummy .map_pop_bar {
  float: left;
  vertical-align: middle;
  margin: 4px 10px 0 4px;
}
.ct_exchange_map .map_pop_dummy .map_pop_bar_2 {
  color: #ccc;
  margin-left: 10px;
  float: left;
  margin-bottom: 3px;
}
.ct_exchange_map .map_pop_dummy .map_pop_branch {
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  color: #0073c9;
}
.ct_exchange_map .map_pop_dummy .map_pop_address {
  font-size: 14px;
  margin-bottom: 2px;
  color: #333;
  letter-spacing: -1px;
  white-space: pre-line;
}
.ct_exchange_map .map_pop_dummy .map_pop_phone {
  color: #333;
  font-size: 14px;
}
.ct_exchange_map .map_pop_dummy .map_pop_img {
  float: left;
  margin-top: 4px;
  vertical-align: sub;
}
.ct_exchange_map .map_pop_dummy .map_pop_img img {
  vertical-align: top;
}
.ct_exchange_map .map_pop_dummy .map_pop_type {
  font-size: 15px;
  color: #007cdb;
  font-weight: 400;
  margin-left: 7px;
  letter-spacing: -1px;
  vertical-align: top;
}
.ct_exchange_map .map_pop_dummy .map_pop_price {
  margin-left: 8px;
  font-size: 15px;
  color: #007cdb;
  font-weight: 600;
  margin-right: 12px;
  vertical-align: top;
}
.ct_exchange_map .map_pop_dummy .map_pop_price2 {
  font-size: 15px;
  color: #007cdb;
  font-weight: 600;
  margin-right: 12px;
}
.ct_exchange_map .map_pop_dummy .map_pop_update {
  font-size: 12px;
  color: #999999;
  text-indent: 8px;
  line-height: 20px;
  vertical-align: top;
}
.ct_exchange_map .map_pop_dummy .map_pop_currency {
  padding-bottom: 25px;
  margin-left: -10px;
}
.ct_exchange_map .map_pop_dummy .map_pop_info {
  width: 490px;
  margin: auto;
  margin-top: 20px;
}
.ct_exchange_map .map_pop_dummy .map_pop_info_top {
  border-top: 1px solid #dddddd;
  overflow: hidden;
  padding: 20px 0 0 0;
}
.ct_exchange_map .map_pop_dummy .map_pop_info_bottom {
  overflow: hidden;
  margin-top: 15px;
}
.ct_exchange_map .map_pop_dummy .map_pop_info_bottom2 {
  padding: 20px 0 24px;
  overflow: hidden;
  border-top: 1px solid #000;
}
.ct_exchange_map .map_pop_dummy .map_pop_t_hour {
  width: 83px;
  color: #333333;
  float: left;
  font-size: 14px;
  font-weight: 700;
  clear: both;
}
.ct_exchange_map .map_pop_dummy .map_pop_hour {
  float: left;
  font-size: 13px;
  color: #333333;
  line-height: 21px;
  width: 390px;
}
.ct_exchange_map .map_pop_dummy .map_pop_hour .day_name {
  display: inline-block;
  width: 53px;
}
.ct_exchange_map .map_pop_dummy .map_pop_t_message {
  float: left;
  width: 83px;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  line-height: 20px;
  clear: both;
  white-space: pre-line;
}
.ct_exchange_map .map_pop_dummy .map_pop_message {
  float: left;
  width: 390px;
  font-size: 13px;
  color: #333;
  line-height: 20px;
  white-space: normal;
}
.ct_exchange_map .map_pop_dummy .map_pop_bar2 {
  color: #e4e4e4;
  margin-left: 7px;
  margin-right: 7px;
}
.ct_exchange_map .map_pop_dummy .close.icon {
  color: #000;
  position: absolute;
  margin-top: 0;
  margin-left: 0;
  width: 21px;
  height: 21px;
}
.ct_exchange_map .map_pop_dummy .close.icon:before {
  content: "";
  position: absolute;
  top: 10px;
  width: 19px;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ct_exchange_map .map_pop_dummy .close.icon:after {
  content: "";
  position: absolute;
  top: 10px;
  width: 19px;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ct_exchange_map .no_data {
  padding-top: 60px;
}
.ct_exchange_map .no_data p {
  color: #999;
  font-size: 13px;
}
.ct_exchange_map .no_data p:nth-of-type(2) {
  margin-top: 60px;
  margin-bottom: 20px;
}
.ct_exchange_map .no_data p:nth-of-type(3) {
  margin-top: 60px;
}

/* 팝업 공통 */
.mi_common_pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  min-width: 320px;
  padding: 0 16px;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 999;
  padding-left: 25px;
  padding-right: 25px;
}
.mobile .mi_common_pop {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 413px) {
  .mobile .mi_common_pop {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 374px) {
  .mobile .mi_common_pop {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 359px) {
  .mobile .mi_common_pop {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.mi_common_pop .pop_inner {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.mi_common_pop .pop_wrap {
  position: absolute;
  width: 100%;
  max-width: 448px;
  padding-bottom: 65px;
  background: #fff;
}
.mi_common_pop .pop_body {
  font-size: 16px;
  color: #333;
  position: relative;
  max-height: -moz-calc(100vh - 120px - 65px);
  max-height: calc(100vh - 120px - 65px);
  padding: 0 20px;
  line-height: 1.6;
  overflow-y: auto;
}
.mi_common_pop .pop_title {
  padding: 20px 0 0;
  font-size: 20px;
  font-weight: bold;
}
.mi_common_pop .btn_close {
  position: absolute;
  top: 10px;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 1;
}
.mi_common_pop .btn_close::after, .mi_common_pop .btn_close::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  margin-left: -7px;
  background-color: #555;
}
.mi_common_pop .btn_close::after {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mi_common_pop .btn_close::before {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mi_common_pop .btn_close + .pop_title {
  padding-right: 30px;
}
.mi_common_pop .pop_contents {
  padding: 25px 0 20px;
}
.mi_common_pop .pop_bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background: #fff;
}
.mi_common_pop .pop_bottom .mi_btn {
  height: 45px;
  line-height: 43px;
  font-size: 16px;
}
.mi_common_pop .pop_bottom .mi_btn + .mi_btn {
  margin-left: 7px;
}

.mi_common_pop.basic .pop_body {
  padding: 0 10px;
}
.mi_common_pop.basic .pop_title {
  font-size: 18px;
  color: #1c1c1c;
  padding-top: 18px;
  padding-bottom: 13px;
  border-bottom: 1px solid #1c1c1c;
}
.mi_common_pop.basic .pop_contents {
  padding-top: 20px;
}
.mi_common_pop.basic .btn_close {
  top: 6px;
}
.mi_common_pop.basic.title_fix .pop_body {
  max-height: -moz-calc(100vh - 120px - 65px);
  max-height: calc(100vh - 120px - 65px);
  padding-top: 60px;
}
.mi_common_pop.info .pop_wrap {
  padding-bottom: 55px;
}
.mi_common_pop.info .pop_body {
  max-height: -moz-calc(100vh - 120px - 55px);
  max-height: calc(100vh - 120px - 55px);
}
.mi_common_pop.info .pop_title {
  font-size: 16px;
  color: #1c1c1c;
  margin-bottom: -20px;
  padding-top: 25px;
  font-weight: normal;
}
.mi_common_pop.info .pop_contents {
  font-size: 15px;
  color: #777;
}
.mi_common_pop.info .pop_bottom {
  padding: 0;
}
.mi_common_pop.info .pop_bottom .mi_btn {
  background-color: #f4f7fb;
  border-color: #f4f7fb;
  -moz-border-radius: 0;
       border-radius: 0;
  color: #588db5;
  font-size: 15px;
}
.mi_common_pop.form .pop_wrap {
  padding-top: 65px;
  background-color: #f9f9f9;
}
.mi_common_pop.form .pop_body {
  position: static;
}
.mi_common_pop.form .btn_close {
  top: 6px;
}
.mi_common_pop.form .pop_title {
  font-size: 18px;
  color: #1c1c1c;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  padding: 18px 20px;
  background-color: #fff;
}
.mi_common_pop.form .pop_bottom {
  background-color: #f9f9f9;
}
.mi_common_pop.form .input_label {
  width: auto;
  padding-right: 28px;
}
.mi_common_pop.round .pop_wrap {
  max-width: 335px;
  padding-bottom: 0;
  -moz-border-radius: 7px;
       border-radius: 7px;
  overflow: hidden;
}
.mi_common_pop.round .pop_body {
  padding: 0;
}
.mi_common_pop.round .btn_close {
  top: 2px;
}
.mi_common_pop.round .pop_title {
  font-size: 16px;
  color: #1c1c1c;
  margin: 0;
  padding: 15px 50px 20px 20px;
  background: #efeff4;
}
.mi_common_pop.round .pop_contents {
  padding: 20px;
}
.mi_common_pop.round .pop_bottom {
  position: static;
  padding: 0;
}
.mi_common_pop.round .pop_bottom .mi_btn {
  height: 60px;
  -moz-border-radius: 0;
       border-radius: 0;
}
.mi_common_pop.bottom {
  padding: 0;
}
.mi_common_pop.bottom .pop_wrap {
  top: initial !important;
  bottom: 0;
  padding-bottom: 85px;
  -moz-border-radius: 16px 16px 0 0;
       border-radius: 16px 16px 0 0;
  overflow: hidden;
  -webkit-animation: slideUp 300ms ease-out;
     -moz-animation: slideUp 300ms ease-out;
          animation: slideUp 300ms ease-out;
}
.mi_common_pop.bottom .pop_body {
  max-height: -moz-calc(100vh - 170px);
  max-height: calc(100vh - 170px);
}
.app .mi_common_pop.bottom .pop_body {
  max-height: -moz-calc(100vh - 106px);
  max-height: calc(100vh - 106px);
}

.mi_common_pop.bottom .pop_title {
  padding-top: 30px;
  padding-bottom: 15px;
  color: #1c1c1c;
}
.mi_common_pop.bottom .pop_title ~ .pop_contents {
  padding-top: 15px;
}
.mi_common_pop.bottom .btn_close {
  top: 0;
  width: 46px;
  height: 46px;
}
.mi_common_pop.bottom .pop_contents {
  padding: 30px 0;
}
.mi_common_pop.bottom .pop_bottom {
  padding: 10px 20px 30px;
}
.mi_common_pop.bottom.title_fix .pop_body {
  max-height: -moz-calc(100vh - 170px);
  max-height: calc(100vh - 170px);
  padding-top: 75px;
}
.app .mi_common_pop.bottom.title_fix .pop_body {
  max-height: -moz-calc(100vh - 106px);
  max-height: calc(100vh - 106px);
}

.mi_common_pop.title_fix .pop_body {
  max-height: -moz-calc(100vh - 120px - 85px);
  max-height: calc(100vh - 120px - 85px);
  padding-top: 75px;
}
.mi_common_pop.title_fix .pop_title {
  position: absolute;
  top: 0;
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
}
.mi_common_pop.title_fix .pop_contents {
  max-height: -moz-calc(100vh - 120px - 160px);
  max-height: calc(100vh - 120px - 160px);
  overflow-y: auto;
}
.mi_common_pop.title_fix.default .pop_contents {
  padding-top: 10px;
}
.mi_common_pop .icon_box .t__lg {
  font-size: 18px;
}
.mi_common_pop .icon_box .sub {
  font-size: 14px;
  color: #777;
  margin-top: 9px;
}
.mi_common_pop .mi_table td {
  text-align: center;
}
@media (max-width: 359px) {
  .mobile .mi_common_pop .mi_table td {
    font-size: 13px;
  }
}
.mi_common_pop .mi_table .mi_btn.sm {
  padding: 0 7px;
}

.mi_loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1000;
}
.mi_loader .inner {
  position: absolute;
  top: 32%;
  left: 50%;
  max-width: 180px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mi_loader .visual {
  width: 52px;
  margin: 44px auto 0;
}
.mi_loader .visual span {
  display: inline-block;
  width: 7px;
  height: 29px;
  margin: 0 3px 0.6em;
  -webkit-animation: stretchDelay 1.38s infinite ease-in-out;
     -moz-animation: stretchDelay 1.38s infinite ease-in-out;
          animation: stretchDelay 1.38s infinite ease-in-out;
}
.mi_loader .visual .rect2 {
  -webkit-animation-delay: -1.15s;
     -moz-animation-delay: -1.15s;
          animation-delay: -1.15s;
}
.mi_loader .visual .rect3 {
  -webkit-animation-delay: -0.92s;
     -moz-animation-delay: -0.92s;
          animation-delay: -0.92s;
}
.mi_loader .visual .rect4 {
  -webkit-animation-delay: -0.72s;
     -moz-animation-delay: -0.72s;
          animation-delay: -0.72s;
}

#popMap .pop_wrap {
  width: 1040px;
  height: 617px;
  max-width: none;
  -moz-border-radius: 10px;
       border-radius: 10px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
  border: solid 1px #707070;
  overflow: hidden;
}
#popMap .pop_body,
#popMap .pop_contents {
  padding: 0;
}
#popMap .pop_contents {
  overflow: hidden;
}
#popMap #map {
  width: 600px;
  float: left;
  height: 617px;
  display: inline-block;
  background: #f1f1f1;
  border-right: 1px solid #707070;
}
#popMap #mapList {
  width: -moz-calc(100% - 600px);
  width: calc(100% - 600px);
  float: left;
  overflow-y: auto;
}
#popMap #mapList .mi_pagination_wrap {
  margin-bottom: 0;
  padding-bottom: 50px;
}
#popMap #mapList .bank_name {
  color: #1c1c1c;
  margin-bottom: 13px;
  font-size: 18px;
  font-weight: bold;
}
#popMap #mapList .bank_name img {
  vertical-align: top;
  margin-top: 2px;
  margin-right: 8px;
}
#popMap #mapList .info {
  padding: 50px 30px 0px 30px;
}
#popMap #mapList .cs_scroll {
  padding: 0 30px;
  height: 482px;
}
#popMap #mapList .item_list {
  padding-top: 20px;
}
#popMap #mapList .item .tg_title {
  padding: 22px 10px 22px 10px;
  position: relative;
  cursor: pointer;
}
#popMap #mapList .item .tg_title:after {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  top: -moz-calc(50% - 13px);
  top: calc(50% - 13px);
  right: 10px;
  background: url("/images/arrow_tg.png") no-repeat center/contain;
}
#popMap #mapList .item .tg_title em {
  font-size: 16px;
  font-weight: 500;
}
#popMap #mapList .item .tg_title:hover em {
  color: #0073c9;
}
#popMap #mapList .item .tg_title .distance {
  color: #1181f0;
  font-size: 13px;
  position: absolute;
  right: 46px;
  top: 25px;
}
#popMap #mapList .item .tg_conts {
  background: #f8f8f8;
  display: none;
  padding: 30px 20px;
  font-size: 14px;
  margin-bottom: 10px;
}
#popMap #mapList .item .tg_conts .notice {
  padding-top: 20px;
  border-top: 1px solid #ddd;
  font-size: 12px;
  color: #777;
  margin-top: 20px;
}
#popMap #mapList .item .tg_conts > div {
  display: table;
  line-height: 1.57;
}
#popMap #mapList .item .tg_conts > div + div {
  margin-top: 15px;
}
#popMap #mapList .item .tg_conts > div > div {
  display: table-cell;
}
#popMap #mapList .item .tg_conts > div > div:first-child {
  width: 82px;
  font-weight: 700;
}
#popMap #mapList .item .tg_conts > div dl {
  display: table;
}
#popMap #mapList .item .tg_conts > div dl dd, #popMap #mapList .item .tg_conts > div dl dt {
  display: table-cell;
}
#popMap #mapList .item .tg_conts > div dl dt {
  width: 60px;
}
#popMap #mapList .item .tg_conts .address,
#popMap #mapList .item .tg_conts .tel {
  font-size: 14px;
  color: #1c1c1c;
}
#popMap #mapList .item .tg_conts .tel {
  margin-top: 6px;
}
#popMap #mapList .item.active .tg_title:after {
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  background: url("/images/arrow_tg.png") no-repeat center/contain;
}
#popMap #mapList .item.active .tg_title em {
  color: #0073c9;
  font-weight: bold;
}
#popMap #mapList .currency {
  border-bottom: 1px solid #ddd;
}
#popMap .conts {
  width: -moz-calc(100% - 600px);
  width: calc(100% - 600px);
  float: left;
  padding: 50px 30px;
  overflow-y: auto;
  max-height: 590px;
}
#popMap .address,
#popMap .tel {
  font-size: 14px;
  color: #1c1c1c;
}
#popMap .currency {
  color: #0073c9;
  padding-bottom: 25px;
}
#popMap .currency .exchange {
  margin-left: 10px;
}
#popMap .currency .date {
  font-size: 12px;
  color: #999;
  margin-left: 11px;
}
#popMap .currency img {
  margin-right: 10px;
}
#popMap .info .branch_name {
  color: #0073c9;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 13px;
}
#popMap .add_info {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}
#popMap .add_info > div + div {
  margin-top: 30px;
}
#popMap .add_info dl {
  display: table;
}
#popMap .add_info dl dd, #popMap .add_info dl dt {
  display: table-cell;
}
#popMap .add_info dl dt {
  width: 60px;
}
#popMap .add_info .tit {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
#popMap .add_info .cont {
  padding-left: 10px;
  font-size: 14px;
  color: #333;
}
#popMap .description {
  white-space: pre-line;
}

#popPreference .pop_body {
  max-height: none;
}
#popPreference .pop_wrap {
  width: 390px;
  -moz-border-radius: 10px;
       border-radius: 10px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
  border: solid 1px #707070;
  overflow: hidden;
  padding-bottom: 80px;
}
#popPreference li {
  padding: 5px 10px;
}
#popPreference .input_group.active {
  background: #edf5fd;
}
#popPreference .input_group + .input_group {
  margin-top: 0;
}
#popPreference .pop_body {
  padding: 0 30px;
}
#popPreference .pop_title {
  padding-top: 25px;
  font-size: 18px;
  color: #0073c9;
  padding-bottom: 10px;
}
#popPreference .pop_bottom {
  padding: 0 30px 30px 30px;
}
#popPreference .pop_bottom .mi_btn {
  height: 50px;
  line-height: 50px;
}
#popPreference .cs_scroll {
  max-height: -moz-calc(100vh - 300px);
  max-height: calc(100vh - 300px);
}
#popPreference .input_label {
  color: #1c1c1c;
  width: 120px;
}
#popPreference .input_label img {
  vertical-align: middle;
  margin-right: 10px;
}
#popPreference .mi_input {
  max-width: 120px;
  text-align: center;
}
#popPreference .input_box {
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
#popPreference .percent {
  vertical-align: middle;
  line-height: 44px;
  font-size: 15px;
  color: #1c1c1c;
  margin-left: 8px;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  to {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes stretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    background-color: rgb(163, 203, 255);
    -webkit-box-shadow: 0 0 0 rgba(10, 10, 10, 0.1);
            box-shadow: 0 0 0 rgba(10, 10, 10, 0.1);
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    background-color: rgb(163, 203, 255);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.13);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.13);
  }
}
@-moz-keyframes stretchDelay {
  0%, 40%, 100% {
    -moz-transform: scaleY(0.8);
         transform: scaleY(0.8);
    background-color: rgb(163, 203, 255);
    -moz-box-shadow: 0 0 0 rgba(10, 10, 10, 0.1);
         box-shadow: 0 0 0 rgba(10, 10, 10, 0.1);
  }
  20% {
    -moz-transform: scaleY(1);
         transform: scaleY(1);
    background-color: rgb(163, 203, 255);
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.13);
         box-shadow: 0 4px 4px rgba(0, 0, 0, 0.13);
  }
}
@keyframes stretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.8);
       -moz-transform: scaleY(0.8);
            transform: scaleY(0.8);
    background-color: rgb(163, 203, 255);
    -webkit-box-shadow: 0 0 0 rgba(10, 10, 10, 0.1);
       -moz-box-shadow: 0 0 0 rgba(10, 10, 10, 0.1);
            box-shadow: 0 0 0 rgba(10, 10, 10, 0.1);
  }
  20% {
    -webkit-transform: scaleY(1);
       -moz-transform: scaleY(1);
            transform: scaleY(1);
    background-color: rgb(163, 203, 255);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.13);
       -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.13);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.13);
  }
}
@-webkit-keyframes slideUp {
  from {
    bottom: -200px;
  }
  to {
    bottom: 0;
  }
}
@-moz-keyframes slideUp {
  from {
    bottom: -200px;
  }
  to {
    bottom: 0;
  }
}
@keyframes slideUp {
  from {
    bottom: -200px;
  }
  to {
    bottom: 0;
  }
}