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

.wrap {
  padding-top: 100px;
  min-height: -moz-calc(100vh - 130px);
  min-height: calc(100vh - 130px);
  overflow: hidden;
}

.mi_scroll_none {
  overflow: hidden;
}

#container {
  background: #fff;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

.insu_type {
  padding-top: 100px;
}
.insu_type.desktop {
  min-width: 601px;
}
.insu_type.mobile {
  padding-top: 0;
}
.insu_type .wrap {
  padding-top: 0;
  min-height: -moz-calc(100vh - 100px - 130px);
  min-height: calc(100vh - 100px - 130px);
  background-repeat: no-repeat;
  background-position: center 0;
  -moz-background-size: 2560px auto;
       background-size: 2560px auto;
  background-attachment: fixed;
}

.ct_insu_main#container {
  background: url("/images/mibank_ins/bg_insu.png") no-repeat center top/2560px;
  padding-bottom: 90px;
}
.mobile .ct_insu_main#container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 65px 20px 0;
  background: url("/images/mibank_ins/bg_insu_m.png") no-repeat top right/100%;
}

.ct_insu_main .header_mobile {
  display: none;
}
.mobile .ct_insu_main .header_mobile {
  display: block;
}

.ct_insu_main .common_wrap {
  width: 1224px;
}
.mobile .ct_insu_main .common_wrap {
  width: 100%;
  padding-bottom: 100px;
}

.ct_insu_main .page_title {
  padding-top: 115px;
  padding-left: 12px;
  margin-bottom: 60px;
  font-size: 48px;
  font-weight: bold;
  line-height: 58px;
  color: #233057;
}
.mobile .ct_insu_main .page_title {
  font-size: 28px;
  line-height: 38px;
  padding-top: 62px;
  margin-left: 0;
  padding-left: 0;
}
.mobile .ct_insu_main .page_title .block {
  display: block;
}

.ct_insu_main .ins_list {
  overflow: hidden;
}
.ct_insu_main .ins_list span.dot {
  position: relative;
}
.ct_insu_main .ins_list span.dot:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #233057;
  -moz-border-radius: 50%;
       border-radius: 50%;
  top: -6px;
  left: -moz-calc(50% - 1.5px);
  left: calc(50% - 1.5px);
}
.ct_insu_main .ins_list li {
  float: left;
  width: -moz-calc((100% - 72px) / 3);
  width: calc((100% - 72px) / 3);
  margin: 12px;
}
.ct_insu_main .ins_list li.on .go {
  border-color: #233057;
  -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);
}
.ct_insu_main .ins_list li.on .go .btn {
  background-color: #233057;
  color: #fff;
}
.mobile .ct_insu_main .ins_list:after {
  content: "";
  display: block;
  clear: both;
}
.mobile .ct_insu_main .ins_list li {
  float: none;
  width: 100%;
  margin: 0;
}

.ct_insu_main .ins_list .go {
  width: 100%;
  padding: 40px;
  display: block;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  -moz-background-size: 246px;
       background-size: 246px;
  border: 1px solid #cdcfd9;
  -moz-border-radius: 11px;
       border-radius: 11px;
  font-size: 20px;
  color: #233057;
  height: 380px;
}
.mobile .ct_insu_main .ins_list .go {
  height: 292px;
  margin-bottom: 16px;
  padding: 34px 35px;
  -moz-background-size: 204px auto;
       background-size: 204px auto;
  font-size: 18px;
}

.ct_insu_main .ins_list .go.travel {
  background-image: url("/images/mibank_ins/go_bg_travel.png");
}
.ct_insu_main .ins_list .go.travelj {
  background-image: url("/images/mibank_ins/go_bg_travelj.png");
}
.ct_insu_main .ins_list .go.pet {
  background-image: url("/images/mibank_ins/go_bg_pet.png");
}
.ct_insu_main .ins_list .go.group {
  background-image: url("/images/mibank_ins/go_bg_group.png");
}
.ct_insu_main .ins_list .go.golf {
  background-image: url("/images/mibank_ins/go_bg_golf.png");
}
.ct_insu_main .ins_list .go.mountain {
  background-image: url("/images/mibank_ins/go_bg_mountain.png");
}
.ct_insu_main .ins_list .go.mountain strong {
  display: block;
  margin-top: 7px;
}
.ct_insu_main .ins_list .go .new {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("/images/mibank_ins/ico_new2.png") no-repeat center/contain;
  margin-left: 6px;
}
.ct_insu_main .ins_list .go .btn {
  width: 92px;
  margin-top: 20px;
  -moz-border-radius: 15px;
       border-radius: 15px;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  color: #233057;
  height: 29px;
  border: 1px solid #233057;
  line-height: 29px;
}
.mobile .ct_insu_main .ins_list .go .btn {
  width: 80px;
  height: 25px;
  line-height: 25px;
}

.ct_insu_main .txt_dot {
  position: relative;
}
.ct_insu_main .txt_dot::after {
  content: "";
  width: 11px;
  height: 11px;
  background: #5c8cca;
  -moz-border-radius: 50%;
       border-radius: 50%;
  position: absolute;
  left: -moz-calc(50% - 5px);
  left: calc(50% - 5px);
  top: -16px;
}
.ct_insu_main .txt_dot.blue::after {
  background: #0057c9;
}
.mobile .ct_insu_main .txt_dot::after {
  width: 7px;
  height: 7px;
  top: -12px;
  left: -moz-calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}

.header_mobile {
  z-index: 1;
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  background: #fff;
}
.header_mobile.shadow {
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}
.header_mobile .logo {
  display: inline-block;
  width: 84px;
  height: 34px;
  margin: 20px 0 0 20px;
  background: url("/images/mibank_ins/logo_mb_ins.png") no-repeat center center/100%;
  text-indent: -9999px;
}
.header_mobile .btn_menu {
  position: absolute;
  top: 26px;
  right: 20px;
  width: 22px;
  height: 22px;
  background: url("/images/mibank_ins/btn_menu.png") no-repeat center center/100%;
  text-indent: -9999px;
}
.header_mobile .btn_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 22px;
  height: 22px;
  background: url("/images/mibank_ins/btn_close.png") no-repeat center center/100%;
  text-indent: -99999px;
}
.header_mobile .menu_wrap {
  z-index: 999;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.header_mobile .menu_wrap .visuable {
  visibility: hidden;
}
.header_mobile .menu_wrap .visuable.show {
  visibility: visible;
}
.header_mobile .menu_wrap .visuable.show .menu_list {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.header_mobile .bg {
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: 0.6;
}
.header_mobile .menu_list {
  z-index: 99;
  position: absolute;
  top: 0;
  right: 0;
  padding: 70px 0 0 30px;
  height: 100vh;
  width: -moz-calc(100% - 38px);
  width: calc(100% - 38px);
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
  background: #fff;
}
.header_mobile .menu_list.active {
  visibility: visible;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.header_mobile .menu_list .menu_item_dp1_wrap {
  padding-bottom: 65px;
  border-bottom: 1px solid #233057;
}
.header_mobile .menu_list .menu_item_dp1 {
  color: #1c1c1c;
  font-size: 18px;
  line-height: 3;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.header_mobile .menu_list .menu_item_dp1.t__bold {
  font-weight: bold;
}
.header_mobile .menu_list .menu_item_dp1.on {
  color: #0057c9;
}
.header_mobile .menu_list .menu_item_dp1:active {
  color: #0057c9;
}
.header_mobile .menu_list .menu_item_dp1 .new {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("/images/mibank_ins/ico_new2.png") no-repeat center/contain;
  margin-left: 6px;
}
.header_mobile .menu_list .menu_item_dp1.gift {
  margin-top: 18px;
  font-size: 16px;
  padding-left: 26px;
  background: url("/images/mibank_ins/ico_gift.png") no-repeat left center/20px;
}
.header_mobile .link_app span {
  position: relative;
  display: inline-block;
  margin-top: 40px;
  font-weight: bold;
  color: #5d59c9;
  font-size: 20px;
  background: url("/images/mibank_ins/underline.png") no-repeat bottom center/100%;
}
.header_mobile .link_app span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.mi_footer_ins.mobile {
  background: #fff !important;
}

.ct_insu_travel#container {
  padding-bottom: 90px;
  padding-top: 70px;
  background: none;
}
.mobile .ct_insu_travel#container {
  padding-top: 0;
  padding-bottom: 0;
}

.ct_insu_travel .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;
  text-align: center;
  padding-top: 167px;
}
.mobile .ct_insu_travel .contents {
  min-height: 100vh;
  padding-top: 20vh;
  max-width: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.ct_insu_travel .hidden_txt {
  width: 1px;
  height: 0;
  overflow: hidden;
}
.ct_insu_travel h2 {
  display: inline-block;
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 30px;
  background-image: url("/images/mibank_ins/icon_plane.svg");
  background-repeat: no-repeat;
  background-position: 165px 0;
  -moz-background-size: 60px 30px;
       background-size: 60px 30px;
  color: #333;
  line-height: 1.2;
  font-weight: normal;
}
.ct_insu_travel .btn--circle {
  color: #fff !important;
  font-size: 18px;
  width: 130px;
  height: 130px;
  display: inline-block;
  line-height: 130px;
  -moz-border-radius: 50%;
       border-radius: 50%;
  vertical-align: middle;
}
.ct_insu_travel .btn--circle .text1 {
  margin-top: 40px;
  line-height: 25px;
}
.ct_insu_travel .btn--circle:hover {
  color: #fff;
}
.ct_insu_travel .btn--circle:focus {
  outline: none;
}
.ct_insu_travel .circle__left {
  margin-right: 11px;
  background-color: #5D8DCA;
}
.ct_insu_travel .circle__left:hover {
  background-color: #3c73b8;
}
.ct_insu_travel .circle__left:focus {
  background-color: #305b91;
  -webkit-box-shadow: 0 0 0 4px rgba(93, 141, 202, 0.25);
  -moz-box-shadow: 0 0 0 4px rgba(93, 141, 202, 0.25);
       box-shadow: 0 0 0 4px rgba(93, 141, 202, 0.25);
}
.ct_insu_travel .circle__right {
  position: relative;
  background-color: #e27f72;
}
.ct_insu_travel .circle__right:hover {
  background-color: #d95948;
}
.ct_insu_travel .circle__right:focus {
  background-color: #c53b29;
  -webkit-box-shadow: 0 0 0 4px rgba(226, 127, 114, 0.25);
  -moz-box-shadow: 0 0 0 4px rgba(226, 127, 114, 0.25);
       box-shadow: 0 0 0 4px rgba(226, 127, 114, 0.25);
}
.ct_insu_travel .scroll_wrap {
  margin: 12px auto 0 auto;
  font-size: 15px;
  width: 272px;
  height: 125px;
  overflow: hidden;
  position: relative;
  left: -65px;
}
.ct_insu_travel .scroll_wrap div {
  height: 24px;
  width: 272px;
  position: absolute;
  left: -6px;
  text-align: center;
}
.ct_insu_travel .label_cmt {
  display: inline-block;
  position: absolute;
  bottom: -81px;
  left: 4px;
  width: 120px;
  padding: 13px 0;
  -moz-border-radius: 5px;
       border-radius: 5px;
  border: 1px solid #b5c9e3;
  line-height: 1.5;
  font-size: 14px;
  color: #2761ad;
  -webkit-animation-duration: 2.2s;
     -moz-animation-duration: 2.2s;
          animation-duration: 2.2s;
  -webkit-animation-name: flash;
     -moz-animation-name: flash;
          animation-name: flash;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.ct_insu_travel .label_cmt::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10px;
  height: 9px;
  background: #fff url("/images/mibank_ins/arrow_triangle.png") no-repeat center/12px auto;
}
.ct_insu_travel .label_cmt .underline {
  z-index: 1;
  position: relative;
  display: inline-block;
  font-weight: bold;
}
.ct_insu_travel .label_cmt .underline::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: #ebf3ff;
  opacity: 1;
}

/* 팝업 공통 */
.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;
  }
}