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

.wrap {
  padding-top: 80px;
  min-height: -moz-calc(100vh - 130px);
  min-height: calc(100vh - 130px);
}
.wrap.bg {
  background: #eff3f8;
}
.wrap.non_header {
  padding-top: 0;
}
.mobile .wrap {
  padding-top: 0;
  min-height: 100vh;
}

.mi_scroll_none {
  overflow: hidden;
}

#container {
  min-width: 1200px;
  background: #fff;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.mobile #container {
  min-width: 0;
}

.common_wrap {
  width: 1200px;
  margin: 0 auto;
}
.mobile .common_wrap {
  width: 100%;
}

.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: #5c8cca !important;
}

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

.c__dark {
  color: #1c1c1c !important;
}

.c__green {
  color: #007637 !important;
}

.c__light_green {
  color: #00b19a !important;
}

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

.t__reg {
  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: #5c8cca;
  border-color: #5c8cca;
  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: #5c8cca;
  -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: #5c8cca;
  color: #5c8cca;
}
.mi_btn.white.type2 {
  border-color: #abc3e2;
}
.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.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: #5c8cca;
  background-image: url("/images/components/ico_circle_on.png");
  border-color: #5c8cca;
}
.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: #5c8cca;
}
.mi_check input:checked ~ .ico_concentric {
  border-color: #5c8cca;
}
.mi_check input:checked ~ .ico_concentric:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  background: #5c8cca;
  -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: #5c8cca;
  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: #5c8cca;
  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: #5c8cca;
  color: #5c8cca;
  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: #5c8cca;
}
.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: #5c8cca;
}
.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: #5c8cca;
}
.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: #5c8cca;
  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: #5c8cca;
  -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: #1c1c1c;
}

.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: #5c8cca;
  -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: #1c1c1c;
}
.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: #5c8cca;
  -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: #5c8cca;
  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 11px/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;
}

.ct_main .swiper-button-prev,
.ct_main .swiper-button-next {
  width: 90px;
  height: 90px;
  left: 50px;
  -moz-border-radius: 50%;
       border-radius: 50%;
  background: url("/images/mibank/banner_arrow.png") no-repeat left 45% center/18px, #fff;
}
.ct_main .swiper-button-prev::after,
.ct_main .swiper-button-next::after {
  content: none;
}
.ct_main .swiper-button-prev:hover,
.ct_main .swiper-button-next:hover {
  background: url("/images/mibank/banner_arrow_white.png") no-repeat left 45% center/18px, #233057;
}
.ct_main .swiper-button-next {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 50px;
  left: auto;
}
.ct_main .underline_white {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #fff), color-stop(0, rgba(255, 255, 255, 0)));
  background: -moz-linear-gradient(bottom, #fff 40%, rgba(255, 255, 255, 0) 0);
  background: linear-gradient(to top, #fff 40%, rgba(255, 255, 255, 0) 0);
}
.ct_main .txt_dot {
  position: relative;
}
.ct_main .txt_dot::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #5c8cca;
  -moz-border-radius: 50%;
       border-radius: 50%;
  position: absolute;
  left: -moz-calc(50% - 3px);
  left: calc(50% - 3px);
  top: -10px;
}
.ct_main .txt_dot.dark::after {
  background: #333333;
}
.ct_main .txt_dot.green::after {
  background: #007637;
}
.ct_main .txt_dot.light_green::after {
  background: #00b19a;
}
.ct_main .banner_area .swiper-slide {
  width: 100%;
  height: 610px;
  color: #1C1C1C;
}
.ct_main .banner_area .swiper-slide .big {
  font-size: 44px;
  padding-top: 78px;
  line-height: 1.5;
}
.ct_main .banner_area .swiper-slide .small {
  font-weight: 300;
  font-size: 24px;
  white-space: nowrap;
  margin-top: 20px;
}
.ct_main .banner_area .swiper-slide .middle {
  font-weight: 300;
  font-size: 30px;
}
.ct_main .banner_area .swiper-slide button {
  width: 269px;
  height: 56px;
  text-align: left;
  line-height: 54px;
  padding-left: 20px;
  font-size: 18px;
  background-image: url("/images/mibank/arrow_main.png");
  background-repeat: no-repeat;
  background-position: center right 20px;
  -moz-background-size: 26px;
       background-size: 26px;
  -moz-border-radius: 0;
       border-radius: 0;
}
.ct_main .banner_area .swiper-slide .common_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ct_main .banner_area .swiper-slide.idx1 {
  background: #e2f3f8;
  padding-top: 70px;
}
.ct_main .banner_area .swiper-slide.idx1 .cmt_wrap {
  margin-right: 127px;
}
.ct_main .banner_area .swiper-slide.idx1 .cmt_wrap .btn_wrap {
  margin-top: 60px;
}
.ct_main .banner_area .swiper-slide.idx2 {
  background: #e4f0fc;
  padding-top: 70px;
}
.ct_main .banner_area .swiper-slide.idx2 .btn_wrap {
  margin-top: 60px;
}
.ct_main .banner_area .swiper-slide.idx2 .big {
  position: relative;
  padding-top: 118px;
}
.ct_main .banner_area .swiper-slide.idx2 .big:after {
  content: "";
  width: 173px;
  height: 92px;
  background: url("/images/mibank/cmt_travelj.png") no-repeat center/contain;
  position: absolute;
  top: 46px;
  right: -87px;
}
.ct_main .banner_area .swiper-slide.idx3 {
  background: url("/images/mibank/bg3.png") no-repeat center/auto 610px, #034321;
  padding-top: 106px;
}
.ct_main .banner_area .swiper-slide.idx3 .btn_wrap {
  margin-top: 40px;
}
.ct_main .banner_area .swiper-slide.idx3 .btn_wrap button {
  background-color: #007637;
}
.ct_main .banner_area .swiper-slide.idx3 .common_wrap {
  display: block;
}
.ct_main .banner_area .swiper-slide.idx3 .big {
  padding-top: 0;
}
.ct_main .banner_area .swiper-slide.idx3 .middle {
  line-height: 1.6;
}
.ct_main .banner_area .swiper-slide.idx4 {
  background: #e7f5f3;
  padding-top: 70px;
}
.ct_main .banner_area .swiper-slide.idx4 .small {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 60px;
}
.ct_main .banner_area .swiper-slide.idx4 .btn_wrap .mi_btn {
  background-color: #00b19a;
}
.ct_main .banner_area .swiper-slide.idx5 {
  background: #e9e9f8;
  padding-top: 70px;
}
.ct_main .banner_area .swiper-slide.idx5 .btn_wrap {
  margin-top: 60px;
}
.ct_main .banner_area .swiper-slide.idx5 .btn_wrap .mi_btn {
  background-color: #5551cf;
}
.ct_main .banner_area .swiper-slide.idx5 .c__purple {
  color: #6662dd;
}
.ct_main .part.exchange {
  padding-top: 100px;
}
.ct_main .part.exchange.active .big {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.ct_main .part.exchange.active .small {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.3s;
     -moz-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.ct_main .part.exchange.active .btn_under_wrap {
  -webkit-transform: translatex(0px);
     -moz-transform: translatex(0px);
      -ms-transform: translatex(0px);
          transform: translatex(0px);
  opacity: 1;
  -webkit-transition-delay: 0.6s;
     -moz-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.ct_main .part.exchange .common_wrap {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ct_main .part.exchange .btn_under_wrap {
  position: absolute;
  right: 0;
  bottom: 108px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translatex(-30px);
     -moz-transform: translatex(-30px);
      -ms-transform: translatex(-30px);
          transform: translatex(-30px);
  opacity: 0;
}
.ct_main .part.exchange .big {
  opacity: 0;
  font-size: 24px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(30px);
     -moz-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
}
.ct_main .part.exchange .small {
  opacity: 0;
  font-size: 18px;
  font-weight: 300;
  padding-left: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 1s;
     -moz-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transform: translateY(30px);
     -moz-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
}
.ct_main .part.exchange .img_area {
  padding-bottom: 70px;
  padding-right: 103px;
}
.ct_main .part.exchange .cmt_area {
  padding-top: 93px;
  padding-left: 50px;
  width: 583px;
  position: relative;
}
.ct_main .part.saving {
  padding-top: 70px;
}
.ct_main .part.saving.active .big {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.ct_main .part.saving.active .small {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.3s;
     -moz-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.ct_main .part.saving.active .cmt_area .btn_under_wrap {
  -webkit-transform: translatex(0px);
     -moz-transform: translatex(0px);
      -ms-transform: translatex(0px);
          transform: translatex(0px);
  opacity: 1;
  -webkit-transition-delay: 0.6s;
     -moz-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.ct_main .part.saving .common_wrap {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.ct_main .part.saving .big {
  font-size: 24px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(30px);
     -moz-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}
.ct_main .part.saving .small {
  font-size: 18px;
  font-weight: 300;
  padding-left: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(30px);
     -moz-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}
.ct_main .part.saving .img_area {
  padding-bottom: 150px;
  padding-left: 92px;
}
.ct_main .part.saving .cmt_area {
  padding-top: 67px;
  padding-left: 126px;
  width: 755px;
  position: relative;
}
.ct_main .part.saving .cmt_area .btn_under_wrap {
  position: absolute;
  right: 50px;
  top: 178px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translatex(-30px);
     -moz-transform: translatex(-30px);
      -ms-transform: translatex(-30px);
          transform: translatex(-30px);
  opacity: 0;
}
.ct_main .part.insu {
  background: #f0f8ff;
  padding: 60px 0 109px 0;
}
.ct_main .part.insu .insu_group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 170px;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
.ct_main .part.insu .insu_group li {
  color: #1c1c1c;
  font-weight: 300;
  cursor: pointer;
}
.ct_main .part.insu .insu_group li.active {
  color: #233057;
  font-weight: 400;
  border-bottom: 2px solid #233057;
}
.ct_main .part.insu .insu_item {
  -webkit-box-pack: left;
     -moz-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-left: 140px;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
.ct_main .part.insu .insu_item.active {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.ct_main .part.insu .insu_item .img_wrap {
  margin-right: 170px;
}
.ct_main .part.insu .insu_item .big {
  font-size: 30px;
  color: #1c1c1c;
  margin-bottom: 20px;
}
.ct_main .part.insu .insu_item .add {
  margin-bottom: 40px;
  padding-left: 15px;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.56;
}
.ct_main .part.insu .insu_item.item1 .img_add {
  left: -24px;
}
.ct_main .part.insu .insu_item.item1 .btn_wrap {
  margin-top: 78px;
}
.ct_main .part.insu .insu_item.item6 .btn_wrap {
  margin-top: 60px;
}
.ct_main .part.insu .insu_item.item6 .btn_wrap .img_add {
  top: -27px;
}
.ct_main .part.insu .insu_item .btn_wrap {
  position: relative;
  margin-top: 30px;
  padding-left: 15px;
}
.ct_main .part.insu .insu_item .btn_wrap .img_add {
  position: absolute;
  left: -11px;
  top: -48px;
}
.ct_main .part.insu .insu_item .btn_wrap .mi_btn {
  font-size: 18px;
  width: 269px;
  height: 56px;
  padding-left: 20px;
  line-height: 54px;
  text-align: left;
  -moz-border-radius: 0;
       border-radius: 0;
  background: url("/images/mibank/arrow_main.png ") no-repeat right 20px center/26px, #2a66b5;
  border-color: #2a66b5;
}
.ct_main .btn_under_wrap {
  position: relative;
  width: 155px;
  height: 30px;
}
.ct_main .btn_under_wrap:after {
  content: "";
  width: 100px;
  height: 100px;
  background: #f0f7ff;
  -moz-border-radius: 50%;
       border-radius: 50%;
  position: absolute;
  left: -34px;
  top: -60px;
  z-index: 2;
}
.ct_main .btn_under_wrap .btn_underline_type {
  font-size: 15px;
  color: #1c1c1c;
  width: 155px;
  background: url("/images/mibank/btn_arrow.png") no-repeat left bottom/100%;
  padding-bottom: 4px;
  text-align: left;
  position: absolute;
  left: 0;
  z-index: 3;
}

.ct_cs {
  padding: 100px 0;
}
.ct_cs#container {
  background: #eff3f8;
  min-height: -moz-calc(100vh - 130px - 80px);
  min-height: calc(100vh - 130px - 80px);
}
.mobile .ct_cs#container {
  padding: 0;
  min-height: 100vh;
  background: #fff;
}

.ct_cs .contents {
  max-width: 480px;
  min-height: 700px;
  margin: 0 auto;
  -webkit-box-shadow: 0 30px 100px rgba(0, 0, 0, 0.08);
     -moz-box-shadow: 0 30px 100px rgba(0, 0, 0, 0.08);
          box-shadow: 0 30px 100px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
.mobile .ct_cs .contents {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.ct_cs .contents_header {
  width: 100%;
  height: 50px;
  background: #233057;
  padding: 14px 0 0 20px;
}
.ct_cs .mi_input.select::-webkit-input-placeholder {
  color: #1c1c1c;
}
.ct_cs .mi_input.select:-moz-placeholder {
  color: #1c1c1c;
}
.ct_cs .mi_input.select::-moz-placeholder {
  color: #1c1c1c;
}
.ct_cs .mi_input.select:-ms-input-placeholder {
  color: #1c1c1c;
}
.ct_cs .mi_input.select::-ms-input-placeholder {
  color: #1c1c1c;
}
.ct_cs .mi_input.select::placeholder {
  color: #1c1c1c;
}
.ct_cs .input_label {
  width: 119px;
}
.ct_cs .info_type {
  padding: 30px 20px 40px 20px;
  border-top: 8px solid #efeff4;
}
.ct_cs .info_type .title {
  color: #2761ad;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
.ct_cs .info_type .sub_tit {
  margin-top: 20px;
  color: #1c1c1c;
  font-size: 15px;
  font-weight: bold;
}
.ct_cs .info_type > div {
  padding-left: 10px;
  margin-top: 10px;
}
.ct_cs .info_type .dep2 {
  padding-left: 10px;
  margin-top: 5px;
}
.ct_cs .info_type .info_top {
  padding-left: 0;
  color: #555555;
  margin-top: 20px;
}
.ct_cs .info_type .info_top .noti {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 13px 13px 13px;
  margin: 20px 0 10px 0;
}
.ct_cs .info_type .info_top button {
  width: 100%;
  height: 34px;
  line-height: 32px;
  margin-top: 20px;
  font-size: 13px;
  background-color: #fff;
}
.ct_cs .info_type .info_top button span {
  padding-right: 30px;
  background: url(/images/cs/arr.png) no-repeat right center/26px;
}
.ct_cs .present {
  display: none;
}
.ct_cs .add_cmt {
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
  color: #2761ad;
}
.ct_cs .case,
.ct_cs .mi_btn.case {
  display: none;
}
.ct_cs .mi_common_pop .pop_bottom .mi_btn {
  margin-top: 0;
}
.ct_cs .header_title {
  font-size: 19px;
  color: #fff;
  position: relative;
  height: 50px;
  line-height: 50px;
  background-color: #233057;
  z-index: 89;
  text-align: left;
  padding: 14px 0 0 20px;
}
.ct_cs form {
  padding: 0 25px 35px 25px;
}
.ct_cs form textarea {
  width: 100%;
  border: 1px solid #dddddd;
  height: 140px;
  padding: 10px;
  overflow-y: auto;
}
.ct_cs form textarea::-webkit-input-placeholder {
  color: #b6b6b6;
}
.ct_cs form textarea:-moz-placeholder {
  color: #b6b6b6;
}
.ct_cs form textarea::-moz-placeholder {
  color: #b6b6b6;
}
.ct_cs form textarea:-ms-input-placeholder {
  color: #b6b6b6;
}
.ct_cs form textarea::-ms-input-placeholder {
  color: #b6b6b6;
}
.ct_cs form textarea::placeholder {
  color: #b6b6b6;
}
.ct_cs form textarea:disabled {
  background-color: #f9f9f9;
}
.ct_cs .conts {
  padding-left: 10px;
}
.ct_cs .mi_check .text {
  min-width: 80px;
}
.ct_cs .part .pt_tit {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-top: 30px;
}
.ct_cs .agree {
  padding-top: 20px;
}
.ct_cs .toggle_cmt {
  display: none;
}
.ct_cs .mi_btn {
  margin-top: 40px;
  height: 50px;
  line-height: 48px;
  width: 100%;
  background-color: #233057;
  border: 1px solid #233057;
  -moz-border-radius: 3px;
       border-radius: 3px;
  font-size: 17px;
  color: #fff;
  text-align: center;
}
.ct_cs .mi_btn:disabled {
  background: #d5d8e2;
  border-color: #d5d8e2;
}
.ct_cs .with_cmt {
  margin-top: 40px;
}
.ct_cs .with_cmt .mi_btn {
  margin-top: 15px;
}
.ct_cs .noti {
  background: #ecf0fa;
  padding: 15px;
  margin: 10px 0 40px 0;
  font-size: 14px;
}
.ct_cs .noti li {
  position: relative;
  padding-left: 15px;
}
.ct_cs .noti li::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background: #999;
  -moz-border-radius: 50%;
       border-radius: 50%;
  left: 0;
  top: 9px;
}
.ct_cs .result_cont {
  padding-top: 85px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  font-size: 15px;
  color: #777;
  text-align: center;
}
.ct_cs .result_cont .blue {
  color: #2761ad;
}
.ct_cs .result_cont > strong {
  display: inline-block;
  padding-top: 55px;
  margin-bottom: 5px;
  color: #233057;
  font-weight: 900;
  font-size: 20px;
  position: relative;
}
.ct_cs .result_cont > strong::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  -moz-border-radius: 50%;
       border-radius: 50%;
  top: 0;
  left: -moz-calc(50% - 20px);
  left: calc(50% - 20px);
  background: url("/images/mibank/ico_result.png") no-repeat center/19px, #233057;
}
.ct_cs .result_cont .noti {
  text-align: left;
  background-color: #fff;
  border-top: 1px solid #ddd;
  padding: 40px 0 0 0;
  margin-top: 70px;
}
.ct_cs .result_cont .noti li {
  margin-bottom: 12px;
  word-break: break-all;
}
.ct_cs .result_cont .noti li strong {
  word-break: break-all;
}
.ct_cs .result_cont .noti.single {
  text-align: center;
  border-top: none;
  margin-top: 0;
  font-size: 14px;
  color: #555;
}

.ct_jobs {
  /* job 보드 */
}
.ct_jobs .jobs_wrap {
  text-align: center;
  padding-top: 90px;
}
.ct_jobs .jobs_content {
  width: 1024px;
  margin: 0 auto;
  padding: 110px 0;
  text-align: center;
  padding-left: 11px;
}
.ct_jobs .jobs_content h1 {
  display: block;
  font-size: 36px;
  height: 40px;
  line-height: 40px;
  letter-spacing: -1px;
  color: #333;
  font-weight: 400;
  margin-bottom: 30px;
}
.ct_jobs .jobs_slider_wrap {
  width: 100%;
  height: 450px;
  overflow: hidden;
  background: #333a58;
  position: relative;
}
.ct_jobs .swiper-pagination-bullet {
  width: 14px;
  height: 3px;
  display: inline-block;
  -moz-border-radius: 0;
       border-radius: 0;
  background: #666;
  opacity: 1;
}
.ct_jobs .swiper-pagination-bullet-active {
  background: #c2c4cd;
}
.ct_jobs .swiper-horizontal > .swiper-pagination-bullets, .ct_jobs .swiper-pagination-bullets.swiper-pagination-horizontal, .ct_jobs .swiper-pagination-custom, .ct_jobs .swiper-pagination-fraction {
  bottom: 86px;
}
.ct_jobs .swiper-slide {
  padding: 80px 0;
  height: 450px;
  color: #fff;
  background: #333a58;
  text-align: center;
}
.ct_jobs .swiper-slide h3 {
  font-size: 27px;
  height: 30px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #fff;
  font-weight: 200;
  margin-bottom: 30px;
}
.ct_jobs .swiper-slide h3 span {
  font-weight: 400;
  letter-spacing: 0px;
}
.ct_jobs .swiper-slide > p {
  font-size: 17px;
  color: #fff;
  padding: 12px 0;
  font-weight: 200;
  letter-spacing: 0px;
  line-height: 26px;
  opacity: 0.7;
}
.ct_jobs .person_content {
  width: 1024px;
  margin: 0 auto;
  padding: 50px 0 100px 0;
  text-align: center;
}
.ct_jobs .person_content h1 {
  display: block;
  font-size: 36px;
  letter-spacing: -1px;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-weight: 400;
  margin-bottom: 30px;
}
.ct_jobs .jobs_how {
  margin-left: 0;
  margin-bottom: 30px;
  overflow: hidden;
}
.ct_jobs .jobs_how_content {
  position: relative;
  padding-top: 50px;
  float: left;
  text-align: center;
  width: 204px;
  height: 230px;
}
.ct_jobs .jobs_how_content img {
  width: 50%;
  display: block;
  margin: 0 auto;
}
.ct_jobs .jobs_how_content .jobs_how_content_hover {
  position: absolute;
  top: 0;
  display: none;
  width: 100%;
}
.ct_jobs .jobs_how_content_hover1,
.ct_jobs .jobs_how_content_hover2,
.ct_jobs .jobs_how_content_hover3,
.ct_jobs .jobs_how_content_hover4,
.ct_jobs .jobs_how_content_hover5,
.ct_jobs .jobs_how_content_hover6,
.ct_jobs .jobs_how_content_hover7,
.ct_jobs .jobs_how_content_hover8,
.ct_jobs .jobs_how_content_hover9,
.ct_jobs .jobs_how_content_hover10 {
  display: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  position: absolute;
  z-index: 55;
  top: 0;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.ct_jobs .jobs_how_content .jobs_how_content_hover2 p,
.ct_jobs .jobs_how_content01:hover .jobs_how_content_hover1,
.ct_jobs .jobs_how_content02:hover .jobs_how_content_hover2,
.ct_jobs .jobs_how_content03:hover .jobs_how_content_hover3,
.ct_jobs .jobs_how_content04:hover .jobs_how_content_hover4,
.ct_jobs .jobs_how_content05:hover .jobs_how_content_hover5,
.ct_jobs .jobs_how_content06:hover .jobs_how_content_hover6,
.ct_jobs .jobs_how_content07:hover .jobs_how_content_hover7,
.ct_jobs .jobs_how_content08:hover .jobs_how_content_hover8,
.ct_jobs .jobs_how_content09:hover .jobs_how_content_hover9,
.ct_jobs .jobs_how_content10:hover .jobs_how_content_hover10 {
  display: block;
}
.ct_jobs .m_over > div {
  display: table;
  width: 100%;
}
.ct_jobs .m_over > div > div {
  display: table-cell;
  vertical-align: middle;
}
.ct_jobs .m_over table {
  margin: 0 auto;
  margin-top: 10px;
}
.ct_jobs .m_over table img {
  display: inline-block;
  opacity: 0.5;
  width: 12px;
  height: auto;
  padding: 0 5px;
}
.ct_jobs .m_over table tr:nth-child(1) td {
  text-align: left;
}
.ct_jobs .m_over table tr:nth-child(2) td {
  text-align: center;
  color: #fff;
  font-size: 13px;
  line-height: 22px;
  font-weight: 300;
  padding-bottom: 10px;
}
.ct_jobs .m_over table tr:nth-child(3) td {
  text-align: right;
}
.ct_jobs .overbg_01,
.ct_jobs .overbg_02,
.ct_jobs .overbg_03,
.ct_jobs .overbg_04 {
  background: #333a58;
  height: 230px;
}
.ct_jobs .overbg_05,
.ct_jobs .overbg_06 {
  background: #0c4a89;
  height: 230px;
}
.ct_jobs .overbg_07,
.ct_jobs .overbg_08,
.ct_jobs .overbg_09,
.ct_jobs .overbg_10 {
  background: #2e75b6;
  height: 230px;
}
.ct_jobs .how_p {
  position: absolute;
  bottom: 10px;
  width: 100%;
  height: 35px;
  line-height: 30px;
  color: #fff;
  font-size: 13px;
  font-weight: 200;
  margin-left: -10px;
}
.ct_jobs .a58 {
  position: relative;
  top: 28px;
  color: #333a58;
  font-size: 15px;
}
.ct_jobs .jzerotoone_wrap {
  width: 100%;
  background: #f5f5f5;
}
.ct_jobs .jzerotoone_wrap > div {
  width: 100%;
  background: url("/images/mibank/zero_bg.png") no-repeat;
  background-position: right 0% top -15%;
}
.ct_jobs .jzerotoone_wrap .jzerotoone_content {
  width: 1024px;
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
}
.ct_jobs .jzerotoone_wrap .jzerotoone_content h1 {
  display: block;
  font-size: 34px;
  letter-spacing: -1px;
  text-align: center;
  line-height: 46px;
  color: #333;
  font-weight: 400;
  margin-bottom: 30px;
}
.ct_jobs .jzerotoone_wrap .jzerotoone_content p {
  font-size: 17px;
  line-height: 26px;
  color: #777;
  font-weight: 300;
}
.ct_jobs .jobs_wrap .jobs_employ_title {
  display: block;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
}
.ct_jobs .jobs_wrap .jobs_content .jobs_employ_title > span {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  color: #383838;
}
.ct_jobs .jobs_wrap .jobs_content .jobs_employ_title > span:nth-child(1) {
  float: left;
  font-size: 15px;
  color: #333;
}
.ct_jobs .jobs_wrap .jobs_content .jobs_employ_title > span:nth-child(3) {
  float: right;
  color: #3c76b8;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  top: -3px;
  right: 7px;
}
.ct_jobs .jobs_wrap .jobs_content .jobs_employ_title > img:nth-child(2) {
  float: right;
  cursor: pointer;
  position: relative;
  top: 21px;
  right: 0;
  width: 15px;
}
.ct_jobs .jobs_wrap .jobs_employ_content {
  display: none;
  position: relative;
  top: -1px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background: #fff3cc;
  text-align: left;
}
.ct_jobs .jobs_wrap .jobs_employ_content table {
  margin: 30px auto;
}
.ct_jobs .jobs_wrap .jobs_employ_content table td {
  text-align: center;
}
.ct_jobs .jobs_wrap .jobs_employ_content table button {
  background: #333b58;
  font-size: 14px;
  height: 44px;
  line-height: 44px;
  padding: 0;
  margin: 0;
  font-weight: 300;
}
.ct_jobs .jobs_wrap .jobs_employ_content table button:hover {
  background: #ce5750;
}
.ct_jobs .jobs_wrap .jobs_employ_content table button:active {
  background: #695250;
}
.ct_jobs .jobs_wrap .jobs_employ_content h5:nth-child(1) {
  margin-top: 0;
}
.ct_jobs .jobs_subtitle {
  font-size: 16px;
  font-weight: 400;
  margin-top: 30px;
}
.ct_jobs ul.board_con {
  overflow: hidden;
  list-style-type: none;
  clear: both;
  margin-top: 10px;
  margin-bottom: 30px;
}
.ct_jobs ul.board_con:last-child {
  margin-bottom: 0;
}
.ct_jobs ul.board_con li {
  display: block;
  color: #555;
  font-size: 13px;
  font-weight: 300;
  padding: 3px 0 3px 17px;
  background: url("/images/mibank/dot.png") no-repeat;
  background-position: left 5px top 12px;
}
.ct_jobs .mail_color {
  color: #2b579a;
}

.ct_policy {
  padding: 54px 0 54px;
  position: relative;
  margin: 0 auto;
}
.mobile .ct_policy {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 413px) {
  .mobile .ct_policy {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 374px) {
  .mobile .ct_policy {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 359px) {
  .mobile .ct_policy {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.app .ct_policy {
  padding-top: 20px;
}
.app .ct_policy .btn_prev {
  display: block;
}

.ct_policy .btn_prev {
  display: none;
  color: #0b1a5a;
  font-size: 14px;
  padding-left: 14px;
  background: url("/images/prev_arrow.png") no-repeat left center/13px;
  margin-bottom: 30px;
}
.ct_policy#container.ver_pop {
  min-width: 0;
}
.ct_policy#container.ver_pop select {
  margin-bottom: 10px;
}
.ct_policy .common_wrap {
  max-width: 700px;
}
.ct_policy .title {
  font-size: 20px;
  color: #1c1c1c;
  font-weight: 700;
  padding-bottom: 25px;
}
.ct_policy h3 {
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  color: #222;
}
.ct_policy .wrapper_terms > div {
  padding-left: 10px;
  color: #333;
}
.ct_policy .wrapper_terms p {
  margin: 10px 0;
  font-size: 13px;
  font-weight: 300;
}
.ct_policy .wrapper_terms li {
  font-size: 13px;
  font-weight: 300;
  padding: 2px 0;
}
.ct_policy .toggle_area {
  margin-top: 15px;
}
.ct_policy .btn_toggle {
  padding: 5px 10px;
  border: 1px solid #608db7;
  background-color: transparent;
  color: #608db7;
  cursor: pointer;
}
.ct_policy .go_link {
  display: inline;
  color: #608db7;
}
.ct_policy table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ct_policy table th {
  background-color: #eee;
  font-size: 13px;
}
.ct_policy table th, .ct_policy table td {
  padding: 10px;
  border: 1px solid #ddd;
  font-size: 13px;
  color: #333;
}
.ct_policy table td {
  font-weight: 300;
  vertical-align: top;
}
.ct_policy table .list1 {
  padding-left: 20px;
}
.ct_policy table .list1 .list1_title {
  margin-bottom: 5px;
  text-indent: -20px;
  margin-top: 0;
}

.ct_landing#container {
  min-width: 0;
}
.ct_landing .common_wrap {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
.ct_landing img {
  width: 100%;
}
.ct_landing .group {
  background: url("/images/landing/img4.png") no-repeat center top/100%;
  padding-top: 52%;
  padding-bottom: 19%;
}
.ct_landing .group .swiper-wrapper {
  padding-left: 20px;
}
.ct_landing .group .swiper-slide {
  width: 80%;
}
.ct_landing .btn_wrap {
  z-index: 88;
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 700px;
  background-color: #233057;
}
.ct_landing .btn_wrap a {
  display: inline-block;
  width: 100%;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}
.ct_landing .cmt_list {
  padding-top: 45px;
  padding-left: 30px;
  padding-bottom: 55px;
}
.ct_landing .cmt_list li + li {
  border-top: 1px solid #04764d;
  margin-top: 40px;
  padding-top: 35px;
}
.ct_landing .cmt_list .count {
  font-size: 20px;
}
.ct_landing .cmt_list .conts {
  font-size: 24px;
}
.ct_landing .mountain .count {
  color: #04764d;
}
.ct_landing .mountain .btn_wrap {
  background-color: #0d6901;
}
.ct_landing .mountain li + li {
  border-color: #007637;
}
.ct_landing .golf .count {
  color: #04764d;
}
.ct_landing .golf .btn_wrap {
  background-color: #025235;
}
.ct_landing .golf li + li {
  border-color: #04764d;
}
.ct_landing .pet .count {
  color: #5551cf;
}
.ct_landing .pet .conts {
  border-bottom: 1px solid #5551cf;
  padding-bottom: 14px;
}
.ct_landing .pet .add {
  color: #5551cf;
  padding: 25px 0 0 16px;
}
.ct_landing .pet .btn_wrap {
  background-color: #2521a2;
}
.ct_landing .pet li + li {
  border-top: none;
  margin-top: 50px;
  padding-top: 0;
}
.ct_landing .saving .count {
  color: #2f7fbc;
}
.ct_landing .saving .conts {
  padding-bottom: 20px;
}
.ct_landing .saving .add {
  color: #2f7fbc;
  padding-left: 10px;
}
.ct_landing .saving .btn_wrap {
  background-color: #2521a2;
}
.ct_landing .saving li + li {
  border-color: #2f7fbc;
}
.ct_landing .exchange .count {
  color: #0aa2af;
}
.ct_landing .exchange li + li {
  border-color: #0aa2af;
}
.ct_landing .exchange .btn_wrap {
  background-color: #0aa2af;
}
.ct_landing .travel .count {
  color: #5889c8;
}
.ct_landing .travel li + li {
  border: none;
  margin-top: 50px;
  padding-top: 0;
}
.ct_landing .travel .conts {
  border-bottom: 1px solid #5889c8;
  padding-bottom: 14px;
}
.ct_landing .travel .add {
  padding: 25px 0 0 16px;
  color: #5889c8;
}
.ct_landing .travel .btn_wrap {
  background-color: #004bab;
}
.ct_landing .banners {
  border-top: 6px solid #e3e3e3;
  padding-top: 40px;
  padding-bottom: 115px;
}
.ct_landing .banners .title {
  font-size: 24px;
  color: #1c1c1c;
  margin-bottom: 14px;
  padding-left: 30px;
  font-weight: normal;
}
.ct_landing .banners a {
  display: inline-block;
  width: 300px;
  height: 200px;
}
.ct_landing .banners .banner_list {
  padding-left: 30px;
  padding-right: 30px;
}
.ct_landing .banners .banner_list li {
  width: 300px;
  height: 200px;
  -moz-border-radius: 10px;
       border-radius: 10px;
  overflow: hidden;
  padding: 30px;
}
.ct_landing .banners .banner_list li a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.ct_landing .banners .banner_list li a > p {
  font-size: 18px;
}
.ct_landing .banners .banner_list li h4 {
  font-size: 13px;
  margin-bottom: 15px;
}
.ct_landing .banners .banner_list li.saving {
  background: url("/images/landing/bg_saving.png") no-repeat center/contain, #515151;
}
.ct_landing .banners .banner_list li.saving a {
  color: #fff;
}
.ct_landing .banners .banner_list li.saving span {
  color: #ffd481;
}
.ct_landing .banners .banner_list li.exchange {
  background: url("/images/landing/bg_exchange.png") no-repeat center/contain, #4d79cf;
}
.ct_landing .banners .banner_list li.exchange a {
  color: #fff;
}
.ct_landing .banners .banner_list li.exchange span {
  color: #ffd481;
}
.ct_landing .banners .banner_list li.travel {
  background: url("/images/landing/bg_travel.png") no-repeat center/contain, #238cc8;
}
.ct_landing .banners .banner_list li.travel a {
  color: #fff;
}
.ct_landing .banners .banner_list li.travel span {
  color: #ffd481;
}
.ct_landing .banners .banner_list li.mountain {
  background: url("/images/landing/bg_mountain.png") no-repeat center/cover;
}
.ct_landing .banners .banner_list li.mountain a {
  color: #fff;
}
.ct_landing .banners .banner_list li.mountain span {
  color: #ffd481;
}
.ct_landing .banners .banner_list li.mountain {
  background: url("/images/landing/bg_mountain.png") no-repeat center/cover;
}
.ct_landing .banners .banner_list li.mountain a {
  color: #1c1c1c;
}
.ct_landing .banners .banner_list li.mountain span {
  color: #007637;
}
.ct_landing .banners .banner_list li.golf {
  background: url("/images/landing/bg_golf.png") no-repeat center/contain, #04764d;
}
.ct_landing .banners .banner_list li.golf a {
  color: #fff;
}
.ct_landing .banners .banner_list li.golf span {
  color: #ffd481;
}
.ct_landing .banners .banner_list li.pet {
  background: url("/images/landing/bg_pet.png") no-repeat center/contain, #5551cf;
}
.ct_landing .banners .banner_list li.pet a {
  color: #fff;
}
.ct_landing .banners .banner_list li.pet span {
  color: #ffd481;
}

.ct_bridge {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #fff;
}
.ct_bridge > div {
  margin-top: -80px;
}
.mobile .ct_bridge > div {
  margin-top: -120px;
}

.ct_bridge .visual {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ct_bridge .dot_typing {
  position: relative;
  left: -9999px;
  width: 9px;
  height: 9px;
  -moz-border-radius: 5px;
       border-radius: 5px;
  background-color: #233057;
  color: #233057;
  -webkit-box-shadow: 9984px 0 0 0 #233057, 9999px 0 0 0 #233057, 10014px 0 0 0 #233057;
     -moz-box-shadow: 9984px 0 0 0 #233057, 9999px 0 0 0 #233057, 10014px 0 0 0 #233057;
          box-shadow: 9984px 0 0 0 #233057, 9999px 0 0 0 #233057, 10014px 0 0 0 #233057;
  -webkit-animation: dot-typing 1.5s infinite linear;
     -moz-animation: dot-typing 1.5s infinite linear;
          animation: dot-typing 1.5s infinite linear;
}
.ct_bridge img {
  width: 112px;
  padding-right: 5px;
  vertical-align: middle;
}
.ct_bridge p {
  margin-top: 53px;
  color: #233057;
  font-size: 17px;
}
@-webkit-keyframes dot-typing {
  0% {
    -webkit-box-shadow: 9982px 0 0 0 #233057, 10000px 0 0 0 #233057, 10018px 0 0 0 #233057;
            box-shadow: 9982px 0 0 0 #233057, 10000px 0 0 0 #233057, 10018px 0 0 0 #233057;
  }
  16.667% {
    -webkit-box-shadow: 9982px -10px 0 0 #233057, 10000px 0 0 0 #233057, 10018px 0 0 0 #233057;
            box-shadow: 9982px -10px 0 0 #233057, 10000px 0 0 0 #233057, 10018px 0 0 0 #233057;
  }
  33.333% {
    -webkit-box-shadow: 9982px 0 0 0 #233057, 10000px 0 0 0 #233057, 10018px 0 0 0 #233057;
            box-shadow: 9982px 0 0 0 #233057, 10000px 0 0 0 #233057, 10018px 0 0 0 #233057;
  }
  50% {
    -webkit-box-shadow: 9982px 0 0 0 #233057, 10000px -10px 0 0 #233057, 10018px 0 0 0 #233057;
            box-shadow: 9982px 0 0 0 #233057, 10000px -10px 0 0 #233057, 10018px 0 0 0 #233057;
  }
  66.667% {
    -webkit-box-shadow: 9982px 0 0 0 #233057, 10000px 0 0 0 #233057, 10018px 0 0 0 #233057;
            box-shadow: 9982px 0 0 0 #233057, 10000px 0 0 0 #233057, 10018px 0 0 0 #233057;
  }
  83.333% {
    -webkit-box-shadow: 9982px 0 0 0 #233057, 10000px 0 0 0 #233057, 10018px -10px 0 0 #233057;
            box-shadow: 9982px 0 0 0 #233057, 10000px 0 0 0 #233057, 10018px -10px 0 0 #233057;
  }
  100% {
    -webkit-box-shadow: 9982px 0 0 0 #233057, 10000px 0 0 0 #233057, 10018px 0 0 0 #233057;
            box-shadow: 9982px 0 0 0 #233057, 10000px 0 0 0 #233057, 10018px 0 0 0 #233057;
  }
}
@-moz-keyframes dot-typing {
  0% {
    -moz-box-shadow: 9982px 0 0 0 #233057, 10000px 0 0 0 #233057, 10018px 0 0 0 #233057;
         box-shadow: 9982px 0 0 0 #233057, 10000px 0 0 0 #233057, 10018px 0 0 0 #233057;
  }
  16.667% {
    -moz-box-shadow: 9982px -10px 0 0 #233057, 10000px 0 0 0 #233057, 10018px 0 0 0 #233057;
         box-shadow: 9982px -10px 0 0 #233057, 10000px 0 0 0 #233057, 10018px 0 0 0 #233057;
  }
  33.333% {
    -moz-box-shadow: 9982px 0 0 0 #233057, 10000px 0 0 0 #233057, 10018px 0 0 0 #233057;
         box-shadow: 9982px 0 0 0 #233057, 10000px 0 0 0 #233057, 10018px 0 0 0 #233057;
  }
  50% {
    -moz-box-shadow: 9982px 0 0 0 #233057, 10000px -10px 0 0 #233057, 10018px 0 0 0 #233057;
         box-shadow: 9982px 0 0 0 #233057, 10000px -10px 0 0 #233057, 10018px 0 0 0 #233057;
  }
  66.667% {
    -moz-box-shadow: 9982px 0 0 0 #233057, 10000px 0 0 0 #233057, 10018px 0 0 0 #233057;
         box-shadow: 9982px 0 0 0 #233057, 10000px 0 0 0 #233057, 10018px 0 0 0 #233057;
  }
  83.333% {
    -moz-box-shadow: 9982px 0 0 0 #233057, 10000px 0 0 0 #233057, 10018px -10px 0 0 #233057;
         box-shadow: 9982px 0 0 0 #233057, 10000px 0 0 0 #233057, 10018px -10px 0 0 #233057;
  }
  100% {
    -moz-box-shadow: 9982px 0 0 0 #233057, 10000px 0 0 0 #233057, 10018px 0 0 0 #233057;
         box-shadow: 9982px 0 0 0 #233057, 10000px 0 0 0 #233057, 10018px 0 0 0 #233057;
  }
}
@keyframes dot-typing {
  0% {
    -webkit-box-shadow: 9982px 0 0 0 #233057, 10000px 0 0 0 #233057, 10018px 0 0 0 #233057;
       -moz-box-shadow: 9982px 0 0 0 #233057, 10000px 0 0 0 #233057, 10018px 0 0 0 #233057;
            box-shadow: 9982px 0 0 0 #233057, 10000px 0 0 0 #233057, 10018px 0 0 0 #233057;
  }
  16.667% {
    -webkit-box-shadow: 9982px -10px 0 0 #233057, 10000px 0 0 0 #233057, 10018px 0 0 0 #233057;
       -moz-box-shadow: 9982px -10px 0 0 #233057, 10000px 0 0 0 #233057, 10018px 0 0 0 #233057;
            box-shadow: 9982px -10px 0 0 #233057, 10000px 0 0 0 #233057, 10018px 0 0 0 #233057;
  }
  33.333% {
    -webkit-box-shadow: 9982px 0 0 0 #233057, 10000px 0 0 0 #233057, 10018px 0 0 0 #233057;
       -moz-box-shadow: 9982px 0 0 0 #233057, 10000px 0 0 0 #233057, 10018px 0 0 0 #233057;
            box-shadow: 9982px 0 0 0 #233057, 10000px 0 0 0 #233057, 10018px 0 0 0 #233057;
  }
  50% {
    -webkit-box-shadow: 9982px 0 0 0 #233057, 10000px -10px 0 0 #233057, 10018px 0 0 0 #233057;
       -moz-box-shadow: 9982px 0 0 0 #233057, 10000px -10px 0 0 #233057, 10018px 0 0 0 #233057;
            box-shadow: 9982px 0 0 0 #233057, 10000px -10px 0 0 #233057, 10018px 0 0 0 #233057;
  }
  66.667% {
    -webkit-box-shadow: 9982px 0 0 0 #233057, 10000px 0 0 0 #233057, 10018px 0 0 0 #233057;
       -moz-box-shadow: 9982px 0 0 0 #233057, 10000px 0 0 0 #233057, 10018px 0 0 0 #233057;
            box-shadow: 9982px 0 0 0 #233057, 10000px 0 0 0 #233057, 10018px 0 0 0 #233057;
  }
  83.333% {
    -webkit-box-shadow: 9982px 0 0 0 #233057, 10000px 0 0 0 #233057, 10018px -10px 0 0 #233057;
       -moz-box-shadow: 9982px 0 0 0 #233057, 10000px 0 0 0 #233057, 10018px -10px 0 0 #233057;
            box-shadow: 9982px 0 0 0 #233057, 10000px 0 0 0 #233057, 10018px -10px 0 0 #233057;
  }
  100% {
    -webkit-box-shadow: 9982px 0 0 0 #233057, 10000px 0 0 0 #233057, 10018px 0 0 0 #233057;
       -moz-box-shadow: 9982px 0 0 0 #233057, 10000px 0 0 0 #233057, 10018px 0 0 0 #233057;
            box-shadow: 9982px 0 0 0 #233057, 10000px 0 0 0 #233057, 10018px 0 0 0 #233057;
  }
}
@media screen and (max-width: 768px) {
  .ct_bridge .bg {
    background: #fff;
  }
  .ct_bridge .bridge > div {
    margin-top: -72px;
  }
}

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

@media (max-width: 413px) {
  .mobile .ct_delete_info {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 374px) {
  .mobile .ct_delete_info {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 359px) {
  .mobile .ct_delete_info {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ct_delete_info#container {
  min-width: 0;
}
.ct_delete_info h3 {
  font-size: 20px;
  color: #1c1c1c;
  font-weight: bold;
}
.ct_delete_info .input_group {
  padding-left: 10px;
}
.ct_delete_info .btn_prev {
  font-size: 14px;
  color: #0b1a5a;
  height: 58px;
}
.ct_delete_info .btn_prev:before {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #0b1a5a;
  border-bottom: 2px solid #0b1a5a;
  -webkit-transform: rotate(135deg);
     -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  content: "";
  position: relative;
  top: -2px;
  margin-right: 4px;
}
.ct_delete_info .mi_btn.color {
  border-color: #0B1A5A;
  background: #0B1A5A;
}
.ct_delete_info .mi_btn.color:disabled {
  background-color: #cdcfd9;
  border-color: #cdcfd9;
}
.ct_delete_info .mi_input:focus {
  border-color: #0b1a5a;
}
.ct_delete_info .tit_add {
  margin: 6px 0 40px;
  font-size: 14px;
  color: #555;
}
.ct_delete_info .tit_add span {
  color: #0057c9;
}
.ct_delete_info .btn_wrap {
  margin-top: 40px;
}
.ct_delete_info .f__item .mi_input:first-child {
  margin-bottom: 10px;
}

/* 팝업 공통 */
.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: #5c8cca;
  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: 590px;
  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: 590px;
  display: inline-block;
  background: #f1f1f1;
}
#popMap .conts {
  width: -moz-calc(100% - 600px);
  width: calc(100% - 600px);
  float: left;
  padding: 50px 30px;
  overflow-y: auto;
  max-height: 590px;
}
#popMap .conts .addr,
#popMap .conts .tel {
  font-size: 14px;
  color: #1c1c1c;
}
#popMap .conts .currency {
  color: #0073c9;
  margin-bottom: 25px;
}
#popMap .conts .currency .date {
  font-size: 12px;
  color: #999;
}
#popMap .conts .currency img {
  margin-right: 10px;
}
#popMap .info .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 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 .add_info .cont + .tit {
  margin-top: 30px;
}

#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: 75px;
}
#popPreference li {
  padding: 5px 10px;
}
#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;
}
#popPreference .pop_bottom {
  padding: 0 30px 30px 30px;
}
#popPreference .cs_scroll {
  max-height: -moz-calc(100vh - 200px);
  max-height: calc(100vh - 200px);
}
#popPreference .input_label {
  color: #1c1c1c;
}
#popPreference .input_label img {
  vertical-align: middle;
}
#popPreference .mi_input {
  max-width: 120px;
}
#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;
}
.mi_common_pop.select .select_title {
  margin-bottom: 6px;
  font-weight: bold;
  color: #1c1c1c;
  padding: 0 10px;
}
.mi_common_pop.select .pop_wrap {
  -moz-border-radius: 7px;
       border-radius: 7px;
  padding-bottom: 21px;
  padding-top: 40px;
}
.mi_common_pop.select .pop_contents {
  padding: 0;
}
.mi_common_pop.select .select_title {
  padding: 0 10px;
}
.mi_common_pop.select .mi_check {
  padding-left: 20px;
  padding-right: 10px;
}
.mi_common_pop.select .check_sigle:first-child .mi_check {
  border: none;
}
.mi_common_pop.select .check_sigle .mi_check {
  padding: 20px 10px;
  width: 100%;
  border-top: 1px solid #dddddd;
}
.mi_common_pop.select .check_sigle .mi_check:hover {
  background-color: #f4f7fb;
}
.mi_common_pop.select .check_sigle .mi_check:hover .ico_check {
  background-image: url(/images/common/ico_check_on.png);
}
.mi_common_pop.select .check_sigle .text {
  font-weight: bold;
  color: #1c1c1c;
}
.mi_common_pop.select .check_sigle input:checked ~ .text {
  color: #2761ad;
}
.mi_common_pop.select .check_sigle + .check_group {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

@-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;
  }
}