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

.wrap {
  padding-top: 70px;
  min-height: -moz-calc(100vh - 155px);
  min-height: calc(100vh - 155px);
  background: #e7f4f2;
  position: relative;
}
.mobile .wrap {
  background: #fff;
  padding-top: 105px;
  min-height: -moz-calc(100vh - 218px);
  min-height: calc(100vh - 218px);
}

.wrap.white {
  background: #fff;
}

#container {
  padding-top: 90px;
  padding-bottom: 90px;
}
.mobile #container {
  padding-top: 0;
  padding-bottom: 0;
}

.mi_scroll_none {
  overflow: hidden;
}

.cont_box {
  width: 748px;
  background: #fff;
  margin: 0 auto;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
     -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  -moz-border-radius: 20px;
       border-radius: 20px;
}
.mobile .cont_box {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  width: 100%;
}

.layout_wrap {
  max-width: 1024px;
  min-width: 768px;
  margin: 0 auto;
}
.mobile .layout_wrap {
  width: 100%;
  max-width: none;
  min-width: 0;
}

.common_wrap {
  padding-left: 40px;
  padding-right: 40px;
}
.mobile .common_wrap {
  padding-left: 16px;
  padding-right: 16px;
}

#footer {
  border-top: 1px solid #eeeeee;
}
#footer .layout_wrap {
  padding-top: 40px;
  position: relative;
  height: 154px;
}
#footer .company {
  color: #233057;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}
#footer .info {
  color: #999999;
  font-size: 13px;
}
#footer .policy {
  position: absolute;
  top: 40px;
  right: 0;
  font-size: 14px;
  color: #233057;
}
#footer .copy {
  position: absolute;
  bottom: 40px;
  font-size: 13px;
  color: #999999;
  right: 0;
}
.mobile #footer .layout_wrap {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 40px;
  height: auto;
}
.mobile #footer .policy {
  margin-bottom: 15px;
  font-size: 13px;
}
.mobile #footer .policy, .mobile #footer .copy {
  position: static;
}

.bottom_wrap {
  padding-bottom: 80px;
}
.bottom_wrap .mi_btn {
  height: 50px;
  font-size: 17px;
}

#header {
  height: 70px;
  width: 100%;
  background: #00b19a;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
#header.status_logout .layout_wrap .gnb {
  display: none;
}
.mobile #header.status_logout {
  height: 65px;
}
.mobile #header.status_logout .btn_login, .mobile #header.status_logout .btn_logout {
  top: 16px;
}

#header .layout_wrap .logo,
#header .layout_wrap .gnb {
  float: left;
}
#header .layout_wrap .user {
  float: right;
  position: relative;
}
.mobile #header .layout_wrap .user {
  float: none;
  position: static;
}

#header .layout_wrap .user .qr {
  position: absolute;
  top: 80px;
  border: solid 2px #333;
  padding: 14px;
  background: #fff;
  -moz-border-radius: 6px;
       border-radius: 6px;
}
.mobile #header .layout_wrap .user .qr {
  display: none;
}

#header .layout_wrap .user .qr img {
  vertical-align: bottom;
}
#header .layout_wrap .user .qr::after {
  content: "";
  position: absolute;
  width: 128px;
  height: 55px;
  background: url("/images/qr_add.png") no-repeat center/contain;
  bottom: -55px;
  left: 0;
}
#header .layout_wrap .logo {
  padding-top: 18px;
}
#header .layout_wrap .gnb {
  float: left;
  margin-left: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#header .layout_wrap .gnb a {
  color: #fff;
  line-height: 70px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}
#header .layout_wrap .gnb li.on {
  position: relative;
}
#header .layout_wrap .gnb li.on a {
  font-weight: 900;
}
#header .layout_wrap .gnb li.on::after {
  content: "";
  width: 100%;
  height: 5px;
  background: #e7f4f2;
  bottom: 0;
  left: 0;
  position: absolute;
  -moz-border-radius: 3px 3px 0 0;
       border-radius: 3px 3px 0 0;
}
.mobile #header .layout_wrap .gnb li.on::after {
  background: #fff;
}

#header .layout_wrap .gnb li + li {
  margin-left: 50px;
}
#header .btn_login {
  height: 70px;
  width: 128px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: #009683;
}
#header .btn_logout {
  width: 84px;
  height: 34px;
  color: #fff;
  background: #009683;
  margin-left: 20px;
}
#header .user_name {
  color: #fff;
  font-size: 14px;
  line-height: 70px;
  height: 70px;
  display: inline-block;
}
#header .user_name em {
  font-weight: bold;
}
.mobile #header {
  height: auto;
  padding-left: 16px;
}
.mobile #header .layout_wrap .logo,
.mobile #header .layout_wrap .gnb {
  float: none;
}
.mobile #header .layout_wrap .logo {
  padding-top: 20px;
}
.mobile #header .layout_wrap .logo img {
  width: 85px;
}
.mobile #header .layout_wrap .gnb {
  margin-left: 0;
}
.mobile #header .layout_wrap .gnb li + li {
  margin-left: 20px;
}
.mobile #header .layout_wrap .gnb a {
  font-size: 15px;
  line-height: 55px;
  margin-top: -2px;
}
.mobile #header .btn_login, .mobile #header .btn_logout {
  width: 80px;
  height: 33px;
  position: absolute;
  right: 0;
  top: 58px;
  font-size: 15px;
  font-weight: 500;
}

.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: #00b19a !important;
}

.c__red {
  color: #ed1634 !important;
}

.c__blue {
  color: #4f9cd0 !important;
}

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

.t__md {
  font-weight: 500 !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: #999;
  text-align: center;
  padding: 0 12px;
  min-width: 97px;
}
.mi_btn:disabled {
  background-color: #f9f9f9;
  border-color: #ddd;
  color: #ccc;
}
.mi_btn.color {
  background-color: #00b19a;
  border-color: #00b19a;
  color: #fff;
}
.mi_btn.color.type2 {
  background-color: #236bb2;
  border-color: #236bb2;
}
.mi_btn.color.disabled, .mi_btn.color:disabled {
  background-color: #bedbd7;
  border-color: #bedbd7;
  color: #ecf4f3;
}
.mi_btn.color.disabled.on, .mi_btn.color:disabled.on {
  position: relative;
  color: #bedbd7 !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: #00b19a;
  -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: #00b19a;
  color: #00b19a;
}
.mi_btn.white.disabled, .mi_btn.white:disabled {
  color: #ccc;
  background-color: #fafafa;
  border-color: #ddd;
}
.mi_btn.sm {
  height: 23px;
  line-height: 21px;
  width: auto;
  font-size: 13px;
  padding: 0 10px;
  min-width: 130px;
}

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

.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;
}
.btn_wrap .mi_btn {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.btn_wrap .mi_btn + .mi_btn {
  margin-left: 10px;
}
.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;
}
.btn_wrap.row .mi_btn {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.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: #00b19a;
  background-image: url("/images/components/ico_circle_on.png");
  border-color: #00b19a;
}
.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: #00b19a;
}
.mi_check input:checked ~ .ico_concentric {
  border-color: #00b19a;
}
.mi_check input:checked ~ .ico_concentric:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  background: #00b19a;
  -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: #00b19a;
  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: #00b19a;
  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: #00b19a;
  color: #00b19a;
  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: #bedbd7;
}
.check_group.bar .mi_check.checked {
  background-color: #f4fbfa;
}
.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: #bedbd7;
}
.check_group.confirm .mi_check.checked {
  background-color: #f4fbfa;
}
.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: #00b19a;
}
.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: #00b19a;
}
.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;
  width: 100%;
}
.check_group.list .mi_check:hover {
  background-color: #f4fbfa;
}
.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 {
  color: #00b19a;
}
.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: #00b19a;
  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_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 (sm) {
  .mi_input {
    padding: 0 8px;
  }
}
.mi_input:not([readonly]):focus, .mi_input:not([readonly]):focus-within {
  border-color: #00b19a;
  -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.short {
  max-width: 120px;
}
.mi_input.shortest {
  max-width: 80px;
}
.mobile .mi_input.shortest {
  max-width: none;
}

.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.select:disabled, .mi_input.select.disabled {
  -webkit-text-fill-color: #B6B6B6;
}
.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: #00b19a;
  -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;
}
.mobile .input_group + .input_group {
  margin-top: 20px;
}

.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: 168px;
  padding-top: 10px;
  font-size: 16px;
  color: #333;
}
.mobile .input_label {
  padding-top: 0;
}

.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.with_btn {
  position: relative;
}
.input_box + .input_box {
  margin-top: 6px;
}
.input_box.full {
  width: 100%;
  display: block;
}
.input_box.full .row + .row {
  margin-top: 6px;
}
.input_box .warning {
  width: 100%;
  color: #ed1634;
  margin-top: 10px;
  font-size: 14px;
}
.input_box.inner_btn {
  position: relative;
}
.input_box.inner_btn .mi_input {
  padding-right: 43px;
}
.input_box.inner_btn .btn_show {
  position: absolute;
  top: 13px;
  right: 10px;
  padding: 0;
}
.input_box.inner_btn .btn_show span {
  background: url("../images/btn_show.png") no-repeat center/17px;
  width: 17px;
  height: 17px;
  overflow: hidden;
  display: inline-block;
}
.input_box.inner_btn .btn_show input:checked + span {
  background: url("../images/btn_show_off.png") no-repeat center/17px;
}
.input_box .mi_input + .mi_btn {
  margin-left: 6px;
  vertical-align: top;
}
.mobile .input_box .mi_input + .mi_btn {
  margin-left: 8px;
}

.input_box .mi_input + .mi_input {
  margin-left: 10px;
}
.mobile .input_box .mi_input + .mi_input {
  margin-left: 6px;
}

.input_box .mi_btn {
  height: 44px;
  line-height: 42px;
  font-size: 14px;
}
.input_box .mi_btn + .mi_input {
  margin-left: 10px;
}
.input_box .mi_btn.color {
  background: #5b9a91;
  border-color: #5b9a91;
}
.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;
}
.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: 14px;
  color: #999;
  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 #bedbd7;
  -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: #f4fbfa;
}
.search_result .name {
  font-size: 14px;
  color: #333;
}
.search_result .address {
  font-size: 13px;
  color: #999;
}

.mi_textarea {
  width: 100%;
  resize: none;
  border: 1px solid #ddd;
  min-height: 190px;
  -moz-border-radius: 4px;
       border-radius: 4px;
  padding: 11px 14px;
}
.mi_textarea::-webkit-input-placeholder {
  color: #aaa;
  opacity: 1;
}
.mi_textarea:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
.mi_textarea::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
.mi_textarea:-ms-input-placeholder {
  color: #aaa;
  opacity: 1;
}
.mi_textarea::-ms-input-placeholder {
  color: #aaa;
  opacity: 1;
}
.mi_textarea::placeholder {
  color: #aaa;
  opacity: 1;
}
.mi_textarea:not([readonly]):focus, .mi_textarea:not([readonly]):focus-within {
  border-color: #00b19a;
  -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);
}

input[type=file] {
  width: 0;
  height: 0;
  position: absolute;
  left: -1px;
  visibility: hidden;
}
.mobile input[type=file] + label {
  width: 200px;
}

input[type=file] + label {
  width: 130px;
}
input[type=file] ~ .file_name {
  display: none;
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
  color: #4f9cd0;
  word-break: break-all;
}
input[type=file] ~ .file_name + .input_noti {
  margin-top: 10px;
}

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

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

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

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

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

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

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

.page_title {
  padding-top: 50px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #1c1c1c;
}
.mobile .page_title {
  padding-top: 40px;
  font-size: 22px;
  margin-bottom: 30px;
}

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

.btn_show {
  position: absolute;
  top: 13px;
  right: 10px;
}
.btn_show span {
  background: url("/images/btn_show.png") no-repeat center/20px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  display: inline-block;
}
.btn_show input:checked + span {
  background: url("/images/btn_show_off.png") no-repeat center/20px;
}

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

.tooltip_wrap {
  display: inline-block;
  position: relative;
}
.tooltip_wrap .btn_tooltip {
  display: inline-block;
  width: 19px;
  height: 19px;
  -moz-border-radius: 50%;
       border-radius: 50%;
  background: url("/images/q_mark.png") no-repeat center/5px, #bedbd7;
  vertical-align: middle;
  margin-left: 2px;
  margin-top: -2px;
}
.tooltip_wrap:hover .txt_tooltip {
  display: block;
}
.tooltip_wrap .txt_tooltip {
  font-weight: 400;
  color: #1c1c1c;
  display: none;
  font-size: 14px;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  right: -moz-calc(50% - 1px);
  right: calc(50% - 1px);
  -webkit-transform: translateX(50%);
     -moz-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  bottom: auto;
  top: 32px;
  background: #fff;
  -moz-border-radius: 10px;
       border-radius: 10px;
  -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);
  border: solid 1px #00b19a;
  padding: 17px 15px;
  text-align: left;
  line-height: 1.43;
  z-index: 10;
}
.tooltip_wrap .txt_tooltip:before {
  bottom: auto;
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  top: -9px;
  content: "";
  position: absolute;
  width: 12px;
  height: 9px;
  z-index: 10;
  left: -moz-calc(50% - 6px);
  left: calc(50% - 6px);
  background: url("/images/bg_arrow.png") no-repeat center/12px;
}
.dark .tooltip_wrap .txt_tooltip:before {
  background: url("/images/bg_arrow_dark.png") no-repeat center/12px;
}

.mobile .mobile_br {
  white-space: nowrap;
}

.mobile .mobile_block {
  display: block;
}

.ct_index#container {
  padding-top: 0;
  padding-bottom: 326px;
}
.mobile .ct_index#container {
  padding-bottom: 0;
}

.ct_index .main_section {
  height: -moz-calc(100vh - 552px);
  height: calc(100vh - 552px);
  display: table;
  width: 100%;
}
.ct_index .cnt_area {
  padding: 10vh 0 152px 0;
  display: table-cell;
  vertical-align: middle;
}
.ct_index .cnt_area button {
  width: 260px;
  height: 50px;
  font-size: 17px;
}
.mobile .ct_index .cnt_area {
  padding: 60px 30px 120px 30px;
}

.ct_index .sm {
  font-size: 20px;
  font-weight: 300;
}
.ct_index .big {
  font-size: 40px;
  font-weight: 300;
  margin: 30px 0 50px 0;
}
.mobile .ct_index .big {
  font-size: 30px;
}

.ct_index .bg {
  background: #f4fbfa;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.mobile .ct_index .bg {
  position: static;
}

.ct_index .icon_area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile .ct_index .icon_area {
  display: block;
  padding: 20px 0;
}
.mobile .ct_index .icon_area li {
  width: 100%;
  padding: 40px 30px;
}
.mobile .ct_index .icon_area li + li {
  position: relative;
}
.mobile .ct_index .icon_area li + li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  height: 1px;
  background: #e2f2f0;
}
.mobile .ct_index .icon_area li.left {
  text-align: left;
  background-position: right 30px bottom 40px;
}
.mobile .ct_index .icon_area li.right {
  text-align: right;
  background-position: left 30px bottom 40px;
}

.ct_index .icon_area li {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  text-align: center;
  padding-top: 170px;
  padding-bottom: 70px;
}
.ct_index .icon_area li p {
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 300;
}
.ct_index .icon_area li p:first-child {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.ct_index .icon_area li:nth-of-type(1) {
  background: url("/images/ico_index1.png") no-repeat center 70px/90px;
}
.ct_index .icon_area li:nth-of-type(2) {
  background: url("/images/ico_index2.png") no-repeat center 70px/90px;
}
.ct_index .icon_area li:nth-of-type(3) {
  background: url("/images/ico_index3.png") no-repeat center 70px/90px;
}

.ct_join_step1 .input_box {
  margin-top: 30px;
}
.ct_join_step1 .selected_branch {
  margin-bottom: 30px;
  font-size: 20px;
  color: #1c1c1c;
}
.ct_join_step1 .search_box {
  height: 220px;
  border: 1px solid #ddd;
  -moz-border-radius: 3px;
       border-radius: 3px;
  width: 100%;
  margin-top: 10px;
  padding: 20px 0;
}
.mobile .ct_join_step1 .search_box {
  padding: 11px 0;
}

.ct_join_step1 .search_box .mi_check .text em {
  color: #999999;
  font-size: 14px;
  margin-left: 15px;
}
.ct_join_step1 .search_box .no_result {
  font-size: 14px;
  color: #999;
  text-align: center;
  padding-top: 100px;
}
.ct_join_step1 .bottom_wrap {
  margin-top: 50px;
  text-align: center;
  padding-bottom: 60px;
}
.ct_join_step1 .bottom_wrap .mi_btn {
  max-width: 240px;
}
.mobile .ct_join_step1 .bottom_wrap .mi_btn {
  width: 100%;
  max-width: none;
}

.ct_join_step1 .cmt {
  font-size: 20px;
  font-weight: 500;
  color: #1c1c1c;
}
.mobile .ct_join_step1 .cmt {
  font-size: 18px;
}

.ct_join_step1 .under_button {
  padding-top: 12px;
}
.ct_join_step1 .mi_check .text {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  width: 100%;
  overflow: hidden;
}

.btn_under {
  color: #999999;
  font-size: 14px;
}

.ct_join_step2 .part_title {
  font-size: 20px;
  font-weight: 500;
  color: #1c1c1c;
  margin-bottom: 20px;
}
.ct_join_step2 .part {
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd;
}
.ct_join_step2 .part + .part {
  margin-top: 50px;
}
.mobile .ct_join_step2 .part {
  padding-bottom: 40px;
}
.mobile .ct_join_step2 .part + .part {
  margin-top: 40px;
}

.ct_join_step2 .bottom_wrap {
  padding-top: 32px;
  text-align: center;
}
.ct_join_step2 .bottom_wrap .btn_wrap {
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ct_join_step2 .bottom_wrap .mi_check {
  margin-bottom: 20px;
}
.ct_join_step2 .bottom_wrap .mi_btn {
  max-width: 343px;
}
.mobile .ct_join_step2 .bottom_wrap .mi_btn {
  max-width: 100%;
}

.mobile .ct_join_step2 .bottom_wrap {
  padding-top: 40px;
}

.ct_join_step2 .input_group {
  padding: 0 20px;
}
.mobile .ct_join_step2 .input_group {
  padding: 0 6px;
  display: block;
}
.mobile .ct_join_step2 .input_group .input_label {
  margin-bottom: 8px;
  display: inline-block;
}

.ct_join_step3 .common_wrap {
  text-align: center;
}
.mobile .ct_join_step3#container {
  padding-bottom: 0;
}

.ct_join_step3 .big {
  font-size: 24px;
  font-weight: bold;
  color: #1c1c1c;
  padding-top: 160px;
  margin-bottom: 20px;
}
.mobile .ct_join_step3 .big {
  font-size: 22px;
  padding-top: 115px;
  line-height: 1.45;
}

.ct_join_step3 .small {
  font-size: 20px;
  margin-bottom: 28px;
}
.mobile .ct_join_step3 .small {
  font-size: 16px;
}

.ct_join_step3 .cont_box {
  min-height: 580px;
}
.mobile .ct_join_step3 .cont_box {
  min-height: 0;
  padding-bottom: 150px;
}

.ct_join_step3 .mi_btn {
  width: 240px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
}

.ct_info .bottom_wrap {
  padding-top: 50px;
  text-align: center;
}
.ct_info .bottom_wrap .mi_check {
  margin-bottom: 20px;
}
.ct_info .bottom_wrap .btn_wrap {
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ct_info .bottom_wrap .mi_btn {
  max-width: 343px;
}
.mobile .ct_info .bottom_wrap .mi_btn {
  max-width: none;
}

.mobile .ct_info .bottom_wrap {
  padding-top: 40px;
}

.mobile .ct_info .input_group {
  display: block;
}
.mobile .ct_info .input_group .input_label {
  margin-bottom: 8px;
  display: inline-block;
  padding-top: 0;
}

.ct_info .part {
  padding: 0 20px;
  position: relative;
}
.mobile .ct_info .part {
  padding: 0 10px;
}

.ct_info .part + .part {
  padding-top: 50px;
  margin-top: 50px;
}
.mobile .ct_info .part + .part {
  padding-top: 40px;
  margin-top: 40px;
}

.ct_info .part + .part:after {
  content: "";
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  height: 1px;
  background: #ddd;
  left: 20px;
  top: 0;
  position: absolute;
}
.mobile .ct_info .part + .part:after {
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  left: 10px;
}

.ct_info_branch .part_title {
  font-size: 20px;
  font-weight: 500;
  color: #1c1c1c;
  margin-bottom: 20px;
}
.ct_info_branch .input_connect {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
}
.ct_info_branch .part {
  padding-bottom: 50px;
}
.ct_info_branch .part + .part {
  padding-top: 50px;
  border-top: 1px solid #ddd;
}
.mobile .ct_info_branch .part {
  padding-bottom: 40px;
}
.mobile .ct_info_branch .part + .part {
  padding-top: 40px;
}

.ct_info_branch .bottom_wrap {
  text-align: center;
}
.ct_info_branch .bottom_wrap .mi_check {
  margin-bottom: 20px;
}
.ct_info_branch .bottom_wrap .btn_wrap {
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ct_info_branch .bottom_wrap .mi_btn {
  max-width: 343px;
}
.mobile .ct_info_branch .bottom_wrap .mi_btn {
  max-width: none;
}

.ct_info_branch .input_group {
  padding: 0 20px;
}
.mobile .ct_info_branch .input_group {
  padding: 0 10px;
  display: block;
}
.mobile .ct_info_branch .input_group .input_label {
  margin-bottom: 8px;
  display: inline-block;
  padding-top: 0;
}

.ct_info_branch .time .input_group {
  padding-right: 100px;
  position: relative;
}
.ct_info_branch .time .input_group .input_label .mi_check {
  position: absolute;
  right: 20px;
  font-size: 14px;
}
.mobile .ct_info_branch .time .input_group {
  padding-right: 0;
}
.mobile .ct_info_branch .time .input_group .input_label .mi_check {
  position: static;
  vertical-align: middle;
  margin-left: 22px;
}

.ct_info_branch .description .sub_cmt {
  margin-bottom: 20px;
  word-break: keep-all;
  font-size: 14px;
}
.ct_info_branch .description .input_box {
  position: relative;
}
.ct_info_branch .description .input_box .text_counter {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #b6b6b6;
  font-size: 14px;
}
.ct_info_branch .description .input_box .text_counter em {
  color: #00b19a;
}

.ct_rate .cont_box {
  padding-bottom: 60px;
}
.ct_rate .noti_wrap {
  position: relative;
  padding-right: 177px;
  margin-bottom: 50px;
}
.ct_rate .noti_wrap .qr_area {
  width: 177px;
  border-left: 1px solid #ddd;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  padding-left: 33px;
}
.ct_rate .noti_wrap .qr_area p {
  color: #707070;
  font-size: 12px;
  margin-bottom: 21px;
}
.mobile .ct_rate .noti_wrap {
  padding-right: 0;
  margin-bottom: 30px;
}
.mobile .ct_rate .noti_wrap .qr_area {
  display: none;
}

.ct_rate .noti {
  font-size: 16px;
}
.ct_rate .noti li {
  color: #333333;
  counter-increment: ord;
  padding-left: 20px;
  position: relative;
}
.ct_rate .noti li:before {
  content: counter(ord) ". ";
  color: #00b19a;
  position: absolute;
  left: 0;
  top: 0;
}
.ct_rate .noti li:last-child:before {
  color: #333333;
}
.ct_rate .add_noti {
  font-size: 14px;
  color: #333;
  margin-top: 20px;
}
.ct_rate .mode {
  text-align: right;
  margin-bottom: 10px;
  margin-top: 10px;
}
.ct_rate .mode .mi_btn {
  width: 150px;
  height: 44px;
}
.ct_rate .mode .mode_on .mi_btn {
  border-color: #5b9a91;
  background-color: #5b9a91;
}
.ct_rate .mode .mode_on .mi_btn:first-child {
  width: 64px;
}
.ct_rate .mode .mode_on .mi_btn:last-child {
  width: 150px;
  margin-left: 10px;
}
.mobile .ct_rate .mode {
  display: none;
}

.ct_rate .rate_table {
  padding-left: 60px;
  padding-right: 60px;
}
.ct_rate .rate_table .buy_rate,
.ct_rate .rate_table .sell_rate {
  text-align: right;
}
.mobile .ct_rate .rate_table {
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid #1c1c1c;
  margin-top: 30px;
}
.mobile .ct_rate .rate_table .table_header {
  display: none;
}

.ct_rate .rate_table .table_header {
  background: #efeff4;
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.ct_rate .rate_table .table_header > div {
  padding: 15px 0;
  display: table-cell;
  text-align: center;
}
.ct_rate .rate_table .table_header > div:nth-of-type(1) {
  width: 25%;
}
.ct_rate .rate_table .table_header > div:nth-of-type(2) {
  width: 20%;
}
.ct_rate .rate_table .table_header > div:nth-of-type(3) {
  width: 20%;
}
.ct_rate .rate_table .table_header > div:nth-of-type(4) {
  width: 35%;
}
.ct_rate .rate_table .table_body {
  padding-bottom: 20px;
}
.ct_rate .rate_table .table_body .row {
  display: table;
  width: 100%;
}
.ct_rate .rate_table .table_body .row .input_label {
  width: 160px;
  display: none;
}
.mobile .ct_rate .rate_table .table_body .row .input_label {
  display: inline;
}

.ct_rate .rate_table .table_body .row .mi_btn {
  height: 44px;
}
.ct_rate .rate_table .table_body .row .mode_on {
  height: 44px;
}
.ct_rate .rate_table .table_body .row:first-child .btn_mode_idx {
  background: url("/images/ico_idx_top.png") no-repeat center/19px, #f4fbfa;
}
.ct_rate .rate_table .table_body .row:first-child .btn_mode_idx:hover {
  background: url("/images/ico_idx_top_active.png") no-repeat center/19px, #5b9a91;
}
.ct_rate .rate_table .table_body .row:last-child .btn_mode_idx {
  background: url("/images/ico_idx_last.png") no-repeat center/19px, #f4fbfa;
}
.ct_rate .rate_table .table_body .row:last-child .btn_mode_idx:hover {
  background: url("/images/ico_idx_last_active_new.png") no-repeat center/19px, #5b9a91;
}
.ct_rate .rate_table .table_body .row .btn_mode_idx {
  border-color: #f4fbfa;
  width: 100%;
  background: url("/images/ico_idx.png") no-repeat center/19px, #f4fbfa;
}
.ct_rate .rate_table .table_body .row .btn_mode_idx:hover {
  background: url("/images/ico_idx_active.png") no-repeat center/19px, #5b9a91;
  border-color: #5b9a91;
}
.ct_rate .rate_table .table_body .row .btn_wrap .mode_off {
  width: 100%;
  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_rate .rate_table .table_body .row:last-child > div {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}
.mobile .ct_rate .rate_table .table_body .row {
  display: block;
  padding: 23px 26px;
}
.mobile .ct_rate .rate_table .table_body .row:last-child > div {
  border-bottom: none;
  padding-bottom: 7px;
}
.mobile .ct_rate .rate_table .table_body .row + .row {
  border-top: 1px solid #ddd;
}
.mobile .ct_rate .rate_table .table_body .row > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
  padding: 7px 0;
}
.mobile .ct_rate .rate_table .table_body .row > div.btn_wrap .mode_off {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.mobile .ct_rate .rate_table .table_body .row > div.btn_wrap .mode_on {
  display: none;
}
.mobile .ct_rate .rate_table .table_body .row > div.btn_wrap .mi_btn {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 72.5px;
}
.mobile .ct_rate .rate_table .table_body .row > div.btn_wrap .mi_btn + .mi_btn {
  margin-left: 5px;
}
.mobile .ct_rate .rate_table .table_body .row > div.btn_wrap .mi_btn + .mi_btn:last-child {
  margin-left: 0;
}
.mobile .ct_rate .rate_table .table_body .row > div.btn_wrap .mi_btn.btn_save {
  max-width: none;
  -webkit-box-flex: 3;
     -moz-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  margin-left: 10px;
}

.ct_rate .rate_table .table_body .row > div {
  display: table-cell;
  vertical-align: bottom;
  padding: 10px 0;
}
.ct_rate .rate_table .table_body .row > div + div {
  padding-left: 16px;
}
.ct_rate .rate_table .table_body .row > div:nth-of-type(1) {
  width: 24%;
}
.ct_rate .rate_table .table_body .row > div:nth-of-type(2) {
  width: 19%;
}
.ct_rate .rate_table .table_body .row > div:nth-of-type(3) {
  width: 19%;
}
.ct_rate .rate_table .table_body .row > div:nth-of-type(4) {
  width: 38%;
}
.ct_rate .rate_table .table_body .mi_btn {
  width: 70px;
  min-width: 0;
}
.ct_rate .rate_table .table_body .mi_btn.color {
  background: #5b9a91;
  border-color: #5b9a91;
}
.ct_rate .rate_table .table_body .mi_btn.color:disabled {
  background-color: #e7f0ef;
  border-color: #e7f0ef;
  color: #fff;
}

.ct_terms .common_wrap {
  padding-right: 60px;
}
.mobile .ct_terms .common_wrap {
  padding-right: 16px;
}

.ct_terms .cont_box {
  padding-bottom: 60px;
}
.ct_terms h4 {
  color: #1c1c1c;
  font-size: 20px;
  font-weight: 500;
  padding-left: 20px;
  margin-bottom: 20px;
}
.ct_terms ul {
  padding-left: 40px;
}
.ct_terms ul li {
  padding-left: 20px;
  position: relative;
  text-indent: -18px;
}
.ct_terms ul li + li {
  margin-top: 10px;
}
.ct_terms ul li ul {
  margin-top: 10px;
  padding-left: 0;
}
.ct_terms ul + h4 {
  margin-top: 40px;
}
.ct_terms p {
  padding-left: 40px;
}
.ct_terms p + h4 {
  margin-top: 40px;
}
.ct_terms p + ul {
  margin-top: 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: 40px;
  padding-right: 40px;
}
.mobile .mi_common_pop {
  padding-left: 16px;
  padding-right: 16px;
}

.mi_common_pop .pop_inner {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.mi_common_pop .pop_wrap {
  position: absolute;
  width: 100%;
  max-width: 343px;
  padding-bottom: 65px;
  background: #fff;
  -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_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 10px;
  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.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: #f4fbfa;
}
.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 .pop_title {
  font-size: 18px;
  color: #1c1c1c;
  padding-top: 18px;
  padding-bottom: 13px;
  border-bottom: 1px solid #1c1c1c;
}
.mi_common_pop.bottom .pop_wrap {
  max-width: 355px;
}
.mobile .mi_common_pop.bottom {
  padding: 0;
}
.mobile .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;
  max-width: 448px;
  -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);
}
.mobile .mi_common_pop.bottom .pop_body {
  max-height: -moz-calc(100vh - 170px);
  max-height: calc(100vh - 170px);
  padding: 0 20px;
}
.app .mobile .mi_common_pop.bottom .pop_body {
  max-height: -moz-calc(100vh - 106px);
  max-height: calc(100vh - 106px);
}

.mobile .mi_common_pop.bottom .pop_title {
  padding-top: 30px;
  color: #1c1c1c;
  padding-bottom: 0;
  border-bottom: none;
}
.mobile .mi_common_pop.bottom .pop_title ~ .pop_contents {
  padding-top: 30px;
}
.mobile .mi_common_pop.bottom .btn_close {
  top: 0;
  width: 46px;
  height: 46px;
}
.mobile .mi_common_pop.bottom .pop_contents {
  padding: 30px 0;
}
.mobile .mi_common_pop.bottom .pop_bottom {
  padding: 10px 40px 30px 40px;
}
.mobile .mi_common_pop.bottom.title_fix .pop_body {
  max-height: -moz-calc(100vh - 170px);
  max-height: calc(100vh - 170px);
  padding-top: 75px;
}
.app .mobile .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;
}

#popLogin .input_group {
  padding: 0 20px;
}
#popLogin .input_group.check {
  margin-top: 12px;
}
#popLogin .mi_check .text {
  font-size: 13px;
  font-weight: 300;
  color: #777;
}
#popLogin .pop_wrap {
  padding-bottom: 117px;
}
#popLogin .pop_contents {
  padding-bottom: 10px;
  padding-top: 40px;
}
#popLogin .pop_bottom {
  text-align: center;
}
#popLogin .pop_bottom .btn_under {
  font-size: 13px;
  font-weight: 300;
  color: #777;
  text-decoration: underline;
  margin-top: 12px;
}
.desktop #popLogin .pop_bottom {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

.mobile #popLogin .pop_contents {
  padding-top: 30px;
}
.mobile #popLogin .pop_wrap {
  padding-bottom: 117px;
}

#popPw .cmt {
  word-break: keep-all;
  margin-bottom: 20px;
}
#popPw .pop_contents {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}
.desktop #popPw .pop_wrap {
  padding-bottom: 85px;
}
.desktop #popPw .pop_contents {
  padding-top: 30px;
}
.desktop #popPw .pop_bottom {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

#popPwRe .cmt {
  word-break: keep-all;
  margin-bottom: 30px;
}
#popPwRe .pop_contents {
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.desktop #popPwRe .pop_wrap {
  padding-bottom: 85px;
}
.desktop #popPwRe .pop_bottom {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

.mobile #popPwRe .pop_contents {
  padding-bottom: 10px;
}

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