html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: dotum, Arial, AppleNeoGothic, sans-serif;
}

.webview_terms .blank {
  height: 15px;
}
.webview_terms .title {
  height: 54px;
  border-bottom: 1px solid #d8d8d8;
  padding: 0 20px 0 20px;
}
.webview_terms .title .logo {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 54px;
  vertical-align: middle;
}
.webview_terms .title .title-txt {
  display: inline-block;
  padding-left: 10px;
  font-size: 20px;
  color: #222222;
  line-height: 54px;
  vertical-align: middle;
}
.webview_terms .content {
  padding: 30px 20px 0 20px;
  font-size: 12px;
  color: #222;
  line-height: 19px;
}
.webview_terms .tbl {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 4px 0;
}
.webview_terms .tbl.max {
  width: 100%;
}
.webview_terms .tbl th,
.webview_terms .tbl td {
  border: 1px solid #222;
  padding: 4px;
}
.webview_terms .tbl th.center,
.webview_terms .tbl td.center {
  text-align: center;
}
.webview_terms .tbl th.right,
.webview_terms .tbl td.right {
  text-align: right;
}
.webview_terms .term-end {
  height: 30px;
  border-bottom: 1px solid #d8d8d8;
}
.webview_terms .divide {
  height: 16px;
  background-color: #eaeaea;
}
.webview_terms a {
  text-decoration: underline;
}

.webview_faq .list,
.webview_updates .list {
  padding: 0 20px 0 20px;
}
.webview_faq .unit,
.webview_updates .unit {
  padding: 20px 20px 20px 20px;
  background: url(https://static.teamblind.com/img/list_arrow_closed.png) no-repeat;
  background-position: top 50% right 20px;
  background-size: 10px 6px;
  border-bottom: 1px solid #f0f0f0;
}
.webview_faq .unit.on,
.webview_updates .unit.on {
  background: url(https://static.teamblind.com/img/list_arrow_open.png) no-repeat;
  background-position: top 50% right 20px;
  background-size: 10px 6px;
}
.webview_faq .unit .title,
.webview_updates .unit .title {
  font-size: 14px;
  color: #222;
  line-height: 20px;
}
.webview_faq .unit .title-width,
.webview_updates .unit .title-width {
  overflow: hidden;
  padding-right: 20px;
  text-overflow: ellipsis;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
}
.webview_faq .unit .date,
.webview_updates .unit .date {
  margin-top: 10px;
  font-size: 12px;
  color: #909090;
}
.webview_faq .content,
.webview_updates .content {
  display: none;
  padding: 20px 20px 15px 20px;
  background: #f5f5f5;
  font-size: 13px;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.webview_faq .content p,
.webview_updates .content p {
  line-height: 1.58em;
}
.webview_faq .content img,
.webview_updates .content img {
  width: 100% !important;
}
.webview_faq .blank,
.webview_updates .blank {
  height: 10px;
}

.webview_updates .empty-notice {
  padding-top: 162px;
  text-align: center;
}
.webview_updates .empty-img img {
  width: 40px;
  height: 46px;
  padding-bottom: 20px;
}
.webview_updates .empty-text {
  font-size: 20px;
  color: #c3c2c2;
}
.webview_updates .container {
  padding: 0px 20px 0px 20px;
}
.webview_updates .container .title {
  padding-top: 30px;
  font-size: 22px;
  color: #222;
  line-height: 30px;
  letter-spacing: -1px;
}
.webview_updates .container .date {
  margin-top: 7px;
  font-size: 12px;
  color: #909090;
}
.webview_updates .container .notice {
  margin-top: 15px;
  padding: 10px 0 15px;
  border-top: 1px solid #d8d8d8;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.webview_updates .container .notice img {
  width: 100% !important;
}

.webview_logic .header {
  padding: 32px 20px 0;
}
.webview_logic .header .title .logo {
  width: 30px;
  height: 30px;
  line-height: 24px;
  vertical-align: middle;
}
.webview_logic .header .title .title-txt {
  display: inline;
  padding-left: 8px;
  font-size: 23px;
  font-weight: bold;
  color: #222;
  line-height: 24px;
  letter-spacing: -0.02em;
  vertical-align: middle;
}
.webview_logic .header .title-desc {
  margin-top: 12px;
  font-size: 14px;
  color: #414141;
  line-height: 19px;
  letter-spacing: -0.02em;
}
.webview_logic .header .title-line {
  height: 20px;
  border-bottom: 2px solid #222;
}
.webview_logic .header .patent {
  margin-top: 10px;
  font-size: 11px;
  color: #919191;
  letter-spacing: -0.02em;
}
.webview_logic .content {
  display: block;
  padding: 27px 20px 32px;
  font-size: 14px;
  color: #414141;
  line-height: 20px;
  letter-spacing: -0.02em;
}
.webview_logic .content .block-title {
  padding-bottom: 10px;
  font-size: 17px;
  color: #222;
  font-weight: bold;
}
.webview_logic .content .block-title:not(:first-of-type) {
  margin-top: 27px;
}
.webview_logic .content .logic {
  margin-top: 27px;
  padding-top: 31.78%;
  background: url(https://static.teamblind.com/img/img_01_logic_kr.png) no-repeat;
  background-size: 100% auto;
}
.webview_logic .content .logic img {
  width: 100%;
  margin-bottom: -5px;
}
.webview_logic .content p {
  line-height: 1.58em;
}
.webview_logic .content p:first-of-type {
  margin-top: 0;
}
.webview_logic .content a {
  text-decoration: none;
  color: #414141;
}

.webview_404 .container {
  padding: 0 20px;
}
.webview_404 .wifi-img img {
  width: 46px;
  height: 46px;
}
.webview_404 .error-space {
  padding: 112px 0 30px;
  text-align: center;
}
.webview_404 .error-title {
  margin-top: 20px;
  font-size: 20px;
  color: #222;
}
.webview_404 .error-message {
  margin-top: 15px;
  font-size: 12px;
  color: #909090;
}

.webview_parking {
  padding: 0 0 40px;
}
.webview_parking .logo {
  margin: 0;
  padding: 146px 0 0;
  text-align: center;
}
.webview_parking .logo img {
  width: 112px;
  height: 112px;
}
.webview_parking .invite-title {
  display: block;
  width: 200px;
  height: 50px;
  margin: 40px auto 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #222;
}
.webview_parking .invite-body {
  display: block;
  margin: 20px auto;
  width: 300px;
  font-size: 15px;
  color: #94969b;
}
.webview_parking .invite-body + .btn-store {
  margin-top: 40px;
}
.webview_parking .invite-body-detail {
  padding: 0;
  margin: 0;
  width: 100%;
}
.webview_parking .invite-body-detail-ko {
  padding: 0;
  margin: 0;
  width: 100%;
  letter-spacing: -1px;
}
.webview_parking .btn-store {
  margin: 110px auto 0;
  text-align: center;
}
.webview_parking .btn-store .btn-store-ios,
.webview_parking .btn-store .btn-store-aos {
  display: inline-block;
  width: 152px;
  height: 44px;
  background-color: #f6f7fa;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 22px;
}
.webview_parking .btn-store .btn-store-ios [class^=txt-],
.webview_parking .btn-store .btn-store-aos [class^=txt-] {
  font-size: 12px;
  color: #222;
  padding: 15px 0px 15px 58px;
  text-align: left;
}
.webview_parking .btn-store .btn-store-ios {
  background-image: url(https://static.teamblind.com/img/apple-black.png);
  background-size: 20px;
  background-position: 28px 11px;
  margin-right: 3px;
}
.webview_parking .btn-store .btn-store-aos {
  background-image: url(https://static.teamblind.com/img/googleplay.png);
  background-position: 18px 12px;
  margin-left: 3px;
}
.webview_parking .btn-store .btn-store-aos .txt-aos {
  padding-left: 48px;
}

.webview_reward .reward-img {
  width: 100%;
}
.webview_reward .reward-img img {
  width: 100%;
  vertical-align: top;
}
.webview_reward .content {
  padding: 15px 20px 30px;
}
.webview_reward .brand {
  font-size: 12px;
  color: #909090;
}
.webview_reward .reward-title {
  font-size: 20px;
  color: #222;
}
.webview_reward .delivery-wrap {
  position: relative;
}
.webview_reward .edit-link {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
  color: #f82534;
}
.webview_reward .edit-link a {
  font-size: 14px;
  color: #f82534;
  text-decoration: none;
}
.webview_reward .delivery-info-title {
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #eaeaea;
  font-size: 16px;
  color: #222;
}
.webview_reward .delivery-info {
  margin-top: 14px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #222;
}
.webview_reward .delivery-area {
  padding: 14px 0 13px;
  font-size: 12px;
  border-bottom: 1px solid #d8d8d8;
}
.webview_reward .delivery-title {
  display: inline-block;
  width: 64px;
  color: #909090;
  vertical-align: top;
}
.webview_reward .delivery-desc {
  display: inline-block;
  width: 77%;
}
.webview_reward .delivered {
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #eaeaea;
  color: #f82534;
  font-size: 16px;
}
.webview_reward .delivered img {
  width: 12px;
  height: 9px;
}
.webview_reward .desc {
  margin-top: 7px;
  padding-bottom: 6px;
  font-size: 12px;
  color: #222;
  line-height: 18px;
}
.webview_reward .desc .content-highlight {
  color: #f3303d;
}
.webview_reward .input-area {
  margin-top: 8px;
  padding-right: 20px;
}
.webview_reward .input-area input {
  width: 100%;
  height: 34px;
  background: #f0f0f0;
  border: 0;
  padding-left: 14px;
  font-size: 12px;
  border-radius: 2px;
}
.webview_reward .input-area + .btn-save {
  margin-top: 15px;
}
.webview_reward .btn-save-before {
  display: table;
  margin-top: 15px;
  height: 48px;
  width: 100%;
  background: #c3c3c3;
  border-radius: 2px;
}
.webview_reward .coupon-code-decoration {
  display: block;
  margin-top: 15px;
  text-decoration: none;
}
.webview_reward .btn-save {
  display: table;
  height: 48px;
  width: 100%;
  background: #ea151a;
  border-radius: 2px;
}
.webview_reward .btn-txt {
  display: table-cell;
  height: 100%;
  font-size: 16px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.webview_reward .btn-txt a {
  color: #fff;
  text-decoration: none;
}
.webview_reward .pin-code {
  display: table;
  height: 110px;
  width: 100%;
  background: #f0f0f0;
}
.webview_reward .pin-code .pin-code-txt {
  display: table-cell;
  height: 100%;
  font-size: 22px;
  color: #ff2a2f;
  text-align: center;
  vertical-align: middle;
}
.webview_reward .pin-code .pin-code-txt .available_date {
  font-size: 12px;
  color: #222;
  padding-top: 13px;
}
.webview_reward .go-use-page {
  margin-top: 30px;
  padding-bottom: 15px;
  font-size: 16px;
  color: #222;
  text-align: center;
}
.webview_reward .go-use-page a {
  color: #222;
}
.webview_reward .caution {
  margin-top: 20px;
  font-size: 16px;
  color: #222;
}
.webview_reward .caution.line {
  padding-top: 36px;
  border-top: 1px solid #eaeaea;
}
.webview_reward .code-copy {
  vertical-align: middle;
  text-align: center;
  font-size: 15px;
  height: 35px;
  background: green;
  color: #fff;
}

@media screen and (prefers-color-scheme: dark) {
  .webview {
    background-color: #1C1C1E;
  }
  .webview .title,
  .webview .content {
    color: rgba(255, 255, 255, 0.8);
  }
  .webview .tbl th, .webview .tbl td {
    border: 1px solid rgba(255, 255, 255, 0.8);
  }
  .webview.webview_terms a {
    color: #0a84fe;
  }
  .webview.webview_terms .title {
    border-bottom-color: rgba(255, 255, 255, 0.2);
  }
  .webview.webview_terms .title .title-txt {
    color: rgba(255, 255, 255, 0.8);
  }
  .webview.webview_terms .term-end {
    border-bottom-color: #1a1a1c;
  }
  .webview.webview_terms .divide {
    background-color: #1a1a1c;
  }
  .webview.webview_faq .unit, .webview.webview_updates .unit {
    background-image: url(https://static.teamblind.com/img/list_arrow_closed-dark.png);
    background-size: 16px 16px;
    border-bottom-color: rgba(255, 255, 255, 0.05);
  }
  .webview.webview_faq .unit.on, .webview.webview_updates .unit.on {
    background-image: url(https://static.teamblind.com/img/list_arrow_open-dark.png);
  }
  .webview.webview_faq .unit .title-width, .webview.webview_updates .unit .title-width {
    color: rgba(255, 255, 255, 0.8);
  }
  .webview.webview_faq .unit .date, .webview.webview_updates .unit .date {
    color: rgba(255, 255, 255, 0.5);
  }
  .webview.webview_faq .content, .webview.webview_updates .content {
    background-color: #1f1f21;
  }
  .webview.webview_faq .content p,
  .webview.webview_faq .content span,
  .webview.webview_faq .content font, .webview.webview_updates .content p,
  .webview.webview_updates .content span,
  .webview.webview_updates .content font {
    color: rgba(255, 255, 255, 0.8) !important;
  }
  .webview.webview_faq .content a, .webview.webview_updates .content a {
    color: #0a84fe;
  }
  .webview.webview_updates .container .title {
    color: rgba(255, 255, 255, 0.8);
  }
  .webview.webview_updates .container .date {
    color: rgba(255, 255, 255, 0.5);
  }
  .webview.webview_updates .container .notice {
    border-top-color: rgba(255, 255, 255, 0.2);
  }
  .webview.webview_updates .container .notice p,
  .webview.webview_updates .container .notice span,
  .webview.webview_updates .container .notice font {
    color: rgba(255, 255, 255, 0.8) !important;
  }
  .webview.webview_logic .header .title .title-txt {
    color: rgba(255, 255, 255, 0.8);
  }
  .webview.webview_logic .header .title-desc {
    color: rgba(255, 255, 255, 0.5);
  }
  .webview.webview_logic .header .title-line {
    border-bottom-color: rgba(255, 255, 255, 0.2);
  }
  .webview.webview_logic .header .patent {
    color: rgba(255, 255, 255, 0.5);
  }
  .webview.webview_logic .content {
    color: rgba(255, 255, 255, 0.8);
  }
  .webview.webview_logic .content .block-title {
    color: rgba(255, 255, 255, 0.8);
  }
  .webview.webview_logic .content .logic {
    background-image: url(https://static.teamblind.com/img/img_01_logic_kr-dark.png);
  }
  .webview.webview_logic .content a {
    color: rgba(255, 255, 255, 0.8);
  }
  .webview.webview_404 .error-title {
    color: rgba(255, 255, 255, 0.8);
  }
  .webview.webview_404 .error-message {
    color: rgba(255, 255, 255, 0.5);
  }
  .webview.webview_parking .invite-title {
    color: rgba(255, 255, 255, 0.8);
  }
  .webview.webview_parking .invite-body {
    color: rgba(255, 255, 255, 0.5);
  }
  .webview.webview_parking .btn-store .btn-store-ios,
  .webview.webview_parking .btn-store .btn-store-aos {
    background-color: rgba(255, 255, 255, 0.05);
  }
  .webview.webview_parking .btn-store .btn-store-ios [class^=txt-],
  .webview.webview_parking .btn-store .btn-store-aos [class^=txt-] {
    color: rgba(255, 255, 255, 0.8);
  }
  .webview.webview_parking .btn-store .btn-store-ios {
    background-image: url(https://static.teamblind.com/img/apple-white.png);
  }
  .webview.webview_reward .brand {
    color: rgba(255, 255, 255, 0.5);
  }
  .webview.webview_reward .reward-title {
    color: rgba(255, 255, 255, 0.8);
  }
  .webview.webview_reward .delivery-info-title {
    border-top-color: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.8);
  }
  .webview.webview_reward .desc {
    color: rgba(255, 255, 255, 0.8);
  }
  .webview.webview_reward .desc .content-highlight {
    color: #da3238;
  }
  .webview.webview_reward .input-area input {
    background-color: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.27);
  }
  .webview.webview_reward .btn-save-before {
    background-color: rgba(255, 255, 255, 0.27);
  }
  .webview.webview_reward .caution {
    color: rgba(255, 255, 255, 0.8);
  }
  .webview.webview_reward .caution.line {
    border-top-color: rgba(255, 255, 255, 0.05);
  }
  .webview.webview_reward .delivery-info {
    border-color: rgba(255, 255, 255, 0.8);
  }
  .webview.webview_reward .delivery-area {
    border-bottom-color: rgba(255, 255, 255, 0.12);
  }
  .webview.webview_reward .delivery-title {
    color: rgba(255, 255, 255, 0.5);
  }
  .webview.webview_reward .delivered {
    border-top-color: rgba(255, 255, 255, 0.05);
    color: #da3228;
  }
  .webview.webview_reward .pin-code {
    background-color: rgba(255, 255, 255, 0.03);
  }
  .webview.webview_reward .pin-code .pin-code-txt {
    color: #da3238;
  }
  .webview.webview_reward .pin-code .pin-code-txt .available_date {
    color: rgba(255, 255, 255, 0.8);
  }
  .webview.webview_reward .btn-save {
    background-color: #da3238;
  }
  .webview.webview_reward .btn-save .btn-txt {
    color: #fff;
  }
  .webview.webview_reward .go-use-page a {
    color: rgba(255, 255, 255, 0.8);
  }
}/*# sourceMappingURL=blind-webview.css.map */