@charset "UTF-8";
/**
 * Watch Sass를 사용하여 common.css 컴파일이 필요합니다.
 */
/* reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
button {
  margin: 0;
  padding: 0;
}

fieldset,
img {
  border: 0 none;
}

dl,
ul,
ol,
menu,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input,
select,
textarea,
button {
  vertical-align: middle;
  font-size: 100%;
}

button {
  border: 0 none;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  min-width: 320px;
  -webkit-text-size-adjust: none;
}

input:checked[type="checkbox"] {
  background-color: #666;
  -webkit-appearance: checkbox;
}

input[type="text"],
input[type="password"],
input[type="submit"],
input[type="search"],
input[type="tel"],
input[type="email"],
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

body {
  background: #f5f5f5;
}

body,
input,
select,
textarea,
button {
  font-size: 14px;
  line-height: 1.5;
  font-family: AppleSDGothicNeo, "Malgun Gothic", "맑은 고딕", sans-serif;
  color: #000;
}

a {
  color: #333;
  text-decoration: none;
}

a:active,
a:hover {
  text-decoration: none;
}

address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}

html {
  height: 100%;
}

.ir_pm {
  display: block;
  overflow: hidden;
  font-size: 1px;
  line-height: 0;
  color: rgba(0, 0, 0, 0);
}

.screen_out {
  overflow: hidden;
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  text-indent: -9999px;
}

.show {
  display: block;
}

.hide {
  display: none;
}

*:focus {
  outline: none;
}

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.title_bar {
  height: 44px;
  text-align: center;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2147483647;
  background-color: #f5f5f5;
}

.title_bar .close_button {
  float: right;
  width: 36px;
  height: 36px;
  margin-top: 4px;
  margin-right: 14px;
}

.title_bar .close_button .right_image {
  width: 36px;
  height: 36px;
}

html,
body,
#kakaoWrap {
  height: 100%;
}

#kakaoContent {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 44px;
  height: calc(100% - 44px);
}

.bg_white {
  background-color: #fff;
}

.bg_white .wrap_p2p,
.bg_white .wrap_p2p #kakaoContent {
  background-color: #f5f5f5;
}

.bg_cont_white,
.bg_cont_white .wrap_p2p,
.bg_cont_white .wrap_p2p #kakaoContent {
  background-color: #fff;
}

#kakaoWrap .txt_b {
  color: #008dff;
}

.ico_p2p {
  display: inline-block;
  overflow: hidden;
  font-size: 1px;
  line-height: 0;
  background: url(../images/ico_terms.png) no-repeat;
  background-size: 100px 130px;
  color: rgba(0, 0, 0, 0);
  text-indent: -9999px;
  vertical-align: top;
}

.foot_p2p {
  padding: 56px 0 124px;
  background-color: #f5f5f5;
}

.foot_p2p .ico_foot_logo {
  display: block;
  width: 63px;
  height: 20px;
  margin: 0 auto;
  background-position: -25px -100px;
}

.inp_comm {
  border: 0 none;
  background: 0 none;
}

.inp_comm::-webkit-input-placeholder {
  font-weight: normal;
  color: #c7c7cd;
}

.inp_comm:-moz-placeholder {
  font-weight: normal;
  color: #c7c7cd;
}

.inp_comm::-moz-placeholder {
  font-weight: normal;
  color: #c7c7cd;
}

.inp_comm:-ms-input-placeholder {
  font-weight: normal;
  color: #c7c7cd;
}

.item_check {
  position: relative;
}

.item_check .inp_comm {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.01;
}

.item_check.on .ico_check {
  background-position: -40px -25px;
}

.item_check .lab_comm {
  display: block;
}

.item_check .ico_check {
  position: absolute;
  width: 24px;
  height: 24px;
  background-position: 0 -25px;
}

.btn_g {
  display: block;
  width: 100%;
  height: 64px;
  border: 1px solid #ffd300;
  border-radius: 4px;
  font-weight: bold;
  font-size: 24px;
  background-color: #ffeb00;
  color: #212126;
  text-align: center;
}

.btn_g.disabled {
  border: 0 none;
  background-color: #ededf0;
  color: #cacacc;
}

a.btn_g {
  line-height: 66px;
}

.btn_enter {
  height: 40px;
  margin: 20px 0 0 30px;
  padding: 0 14px;
  border: 1px solid #d7d7de;
  border-radius: 4px;
  font-size: 13px;
  line-height: 36px;
  color: #848484;
}

.btn_enter .ico_arr {
  width: 12px;
  height: 12px;
  margin: 11px -3px 0 0;
  background-position: -50px -85px;
}

.desc_tip + .btn_enter {
  margin: -30px 30px 20px;
}

.area_fold {
  overflow: hidden;
  position: relative;
}

.area_fold .btn_fold {
  position: absolute;
  font-size: 12px;
  color: #848484;
  text-decoration: underline;
}

.box_inp {
  border: 1px solid #868e96;
  border-radius: 10px;
  background-color: #fff;
}

.box_inp .item_inp {
  overflow: hidden;
  position: relative;
  padding: 16px 20px 14px 20px;
}

.box_inp .item_inp + .item_inp {
  border-top: 1px solid rgba(222, 226, 230, 0.5);
}

.box_inp .inp_comm {
  width: 100%;
  height: 38px;
  font-weight: bold;
  font-size: 30px;
  line-height: 38px;
  color: #212126;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.box_inp .txt_unit {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 30px;
  line-height: 38px;
  color: #c7c7cd;
}

.box_inp .txt_idnum {
  float: left;
  font-size: 18px;
  color: #212126;
}

.box_inp .txt_idnum + .txt_bar {
  float: left;
  margin: 13px 4px 14px;
  line-height: 1px;
}

.box_inp .btn_edit {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 68px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 72px;
  color: #212126;
  text-decoration: underline;
}

.box_inp .btn_complete {
  width: 100%;
  height: 64px;
  border-top: 1px solid rgba(215, 215, 222, 0.5);
  font-weight: bold;
  font-size: 24px;
  color: #212126;
}

.box_inp .btn_complete.disabled {
  color: #cacacc;
}

.fld_error .box_inp {
  border: 1px solid #ff3c3c;
}

.fld_error .box_inp .item_error .inp_comm {
  color: #ff3c3c;
}

.fld_valued .box_inp {
  border: 1px solid #e9ecef;
}

.fld_valued .box_inp .txt_value {
  float: left;
  font-weight: bold;
  font-size: 30px;
  line-height: 38px;
  color: #212126;
}

.fld_valued .box_inp .txt_unit {
  float: left;
  position: static;
  color: #212126;
}

.fld_valued .box_inp .btn_edit {
  display: block;
}

.box_charge {
  margin-top: 16px;
  padding: 10px 11px 18px;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  background-color: #fff;
}

.box_charge .tit_charge {
  padding: 15px 9px 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #212126;
}

.box_charge .desc_charge {
  padding: 17px 9px 0;
  font-size: 14px;
  line-height: 21px;
  color: #848484;
}

.box_charge .list_charge {
  overflow: hidden;
  padding-top: 10px;
  line-height: 20px;
}

.box_charge .list_charge dt {
  float: left;
  width: 38%;
  padding-left: 9px;
  font-size: 14px;
  color: #848484;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.box_charge .list_charge dd {
  float: right;
  width: 62%;
  padding-right: 9px;
  font-size: 14px;
  color: #212126;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
}

.box_charge .btn_option {
  width: 100%;
  height: 40px;
  margin: 19px 0 -7px;
  border: 1px solid #e9ecef;
  border-radius: 4px;
  text-align: left;
}

.box_charge .btn_option .tit_option {
  float: left;
  width: 38%;
  padding-left: 14px;
  font-weight: normal;
  font-size: 14px;
  color: #848484;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.box_charge .btn_option .txt_option {
  float: right;
  width: 62%;
  padding-right: 12px;
  font-size: 14px;
  color: #212126;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.box_charge .btn_option .ico_charge {
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background-position: -70px 0;
  vertical-align: middle;
}

.box_charge .btn_error {
  border: 1px solid #ff3c3c;
}

.box_charge .btn_error dt {
  color: #ff3c3c;
}

.box_unit {
  overflow: hidden;
  margin-top: 16px;
  border: 1px solid #e9ecef;
  border-radius: 4px;
  background-color: #fff;
}

.box_unit .btn_unit {
  float: left;
  position: relative;
  width: 33.333%;
  height: 42px;
  font-size: 14px;
  color: #212126;
  text-align: center;
}

.btn_unit + .btn_unit:before {
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 0;
  width: 1px;
  height: 16px;
  background-color: rgba(222, 226, 230, 0.5);
  content: "";
}

.wrap_p2p .desc_tip {
  font-size: 14px;
  color: #848484;
}

.wrap_p2p .desc_tip .ico_tip {
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-position: 0 0;
  vertical-align: text-top;
}

.bar_divider + .desc_tip {
  padding: 20px 30px 54px;
  line-height: 17px;
}

.wrap_p2p .desc_error {
  padding-left: 34px;
  font-size: 14px;
  line-height: 17px;
  color: #ff3c3c;
  text-indent: -24px;
}

.wrap_p2p .desc_error .ico_error {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-position: -20px 0;
  vertical-align: text-top;
}

.tab_invest {
  padding: 18px 24px 0;
  border-bottom: 1px solid rgba(215, 215, 222, 0.5);
  background-color: #fff;
}

.tab_invest .list_tab {
  overflow: hidden;
}

.tab_invest .list_tab li {
  float: left;
  margin-left: 18px;
}

.tab_invest .list_tab li:first-child {
  margin-left: 0;
}

.tab_invest .list_tab .link_tab {
  display: block;
  padding: 0 2px 4px;
  border-bottom: 2px solid #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #848484;
}

.tab_invest .list_tab .on .link_tab {
  border-bottom: 2px solid #5a5a5c;
  color: #212126;
}

.area_explan dl {
  overflow: hidden;
  padding-top: 20px;
  font-size: 14px;
  line-height: 20px;
}

.area_explan dt {
  float: left;
  width: 61%;
  color: #848484;
}

.area_explan dd {
  float: right;
  width: 39%;
  color: #212126;
  text-align: right;
}

.area_tbl {
  position: relative;
  padding: 0 10px 0 119px;
}

.area_tbl:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 119px;
  height: 100%;
  background-color: #f5f5f5;
  content: "";
}

.area_tbl .inner_tbl {
  overflow-x: scroll;
  font-size: 0;
  white-space: nowrap;
}

.area_tbl dl {
  display: inline-block;
  width: 88px;
  margin-left: 10px;
  padding: 10px 20px 30px;
  border-radius: 10px;
  background-color: #fff;
  vertical-align: top;
}

.area_tbl dl:first-child {
  margin-left: 6px;
}

.area_tbl dl:first-child dt {
  left: 30px;
  width: 72px;
  height: auto;
  line-height: 17px;
  text-indent: inherit;
}

.area_tbl dt {
  overflow: hidden;
  position: absolute;
  z-index: 10;
  width: 0;
  height: 0;
  padding-top: 20px;
  font-size: 14px;
  line-height: 0;
  color: #848484;
  text-indent: -9999px;
}

.area_tbl dd {
  padding-top: 20px;
  font-size: 14px;
  line-height: 17px;
  color: #212126;
}

.area_tbl dd.item_divider {
  position: relative;
}

.area_tbl .item_divider {
  padding-top: 37px;
}

.area_tbl .item_divider:after {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d7d7d7;
  content: "";
}

.bar_divider {
  display: block;
  height: 1px;
  margin-left: 30px;
  background-color: rgba(215, 215, 222, 0.5);
}

.area_empty {
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.area_empty .desc_empty {
  width: 100%;
  height: 41.9%;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #212126;
  text-align: center;
}

.area_empty .desc_empty:before {
  display: block;
  height: 100%;
  margin-top: -30px;
  content: "";
}

.area_empty .ico_empty {
  display: block;
  width: 30px;
  height: 31px;
  margin: 0 auto 8px;
  background-position: -70px -60px;
}

.graph_histogram {
  position: relative;
  height: 8px;
  border-radius: 4px;
  background-color: #f5f7fa;
}

.graph_histogram .bar_graph {
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  border-radius: 4px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffed19),
    to(#ffd400)
  );
  background-image: -webkit-linear-gradient(left, #ffed19, #ffd400);
  background-image: linear-gradient(to right, #ffed19, #ffd400);
}

.area_iframe {
  height: 100%;
}

.area_iframe iframe {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  width: 100%;
  min-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0 none;
}

.area_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 10px 10px;
  background: #f5f5f5;
}

.link_closed {
  display: block;
  overflow: hidden;
  position: relative;
  height: 60px;
  padding: 0 48px 0 31px;
  font-size: 18px;
  line-height: 62px;
  color: #212126;
}

.link_closed .tit_closed {
  padding: 0;
  line-height: 62px;
}

.link_closed .txt_closed {
  float: right;
  font-size: 17px;
  color: #848484;
}

.link_closed .ico_arr {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 20px;
  height: 20px;
  background-position: -85px 0;
}

.link_closed .ico_arr_b {
  position: absolute;
  top: 27px;
  right: 24px;
  width: 20px;
  height: 20px;
  background-position: -25px -80px;
}

.cont_agree {
  padding-bottom: 106px;
}

.cont_agree .tit_join {
  padding: 20px 30px 8px;
  font-size: 30px;
  line-height: 36px;
  color: #212126;
}

.cont_agree .desc_join {
  padding: 0 30px;
  font-size: 14px;
  line-height: 19px;
  color: #848484;
}

.cont_agree .fld_agree2 {
  padding: 30px 20px 0;
}

.cont_agree .fld_agree2 .ico_check {
  left: 20px;
}

.cont_agree .item_check_all .lab_comm {
  display: block;
  height: 60px;
  padding-left: 56px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 62px;
  background: #fff;
  color: #212126;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.08);
}

.cont_agree .item_check_all .ico_check {
  top: 18px;
}

.cont_agree .item_check_all .inp_comm:checked + .lab_comm {
  background-color: #343a40;
  color: #fff;
}

.cont_agree .item_check_all .inp_comm:checked + .lab_comm .ico_check {
  background-position: -20px -25px;
}

.cont_agree .list_agree {
  padding: 22px 20px 106px 0;
}

.cont_agree .list_agree li {
  position: relative;
  margin-top: 14px;
}

.cont_agree .list_agree li:first-child {
  margin-top: 0;
}

.cont_agree .list_agree .item_check {
  margin-right: 48px;
}

.cont_agree .list_agree .on .lab_comm .txt_agree,
.cont_agree .list_agree .on + .view_fold .txt_agree {
  color: #212126;
}

.cont_agree .list_agree .ico_check {
  top: -2px;
}

.cont_agree .list_agree .txt_agree {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  max-height: 66px;
  padding-left: 56px;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #848484;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.cont_agree .btn_fold,
.cont_agree .link_view {
  top: 2px;
  right: 0;
}

.cont_agree .view_fold {
  display: none;
}

.cont_agree .view_fold .desc_view {
  position: relative;
  margin-top: 14px;
}

.cont_agree .desc_view .inp_comm {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.01;
}

.cont_agree .view_fold .txt_agree {
  padding-right: 48px;
}

.cont_agree .link_view {
  position: absolute;
  font-size: 12px;
  color: #848484;
  text-decoration: underline;
}

.cont_agree .area_fold.fold .view_fold {
  display: block;
}

.cont_agree .area_fold.spread .view_fold {
  display: block;
}

.cont_agree .area_btn {
  position: fixed;
}

.cont_policy {
  padding: 20px 30px 50px;
}

.cont_policy .tit_policy {
  display: block;
  padding-right: 30px;
  font-size: 30px;
  line-height: 37px;
  color: #212126;
}

.cont_policy .txt_policy {
  display: block;
  padding: 20px 0 4px;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #848484;
}

.cont_policy em.txt_policy {
  padding: 8px 0 28px;
}

.cont_policy .desc_policy {
  font-size: 14px;
  line-height: 21px;
  color: #848484;
  word-break: break-all;
}

.cont_policy .txt_date {
  display: block;
  padding-top: 27px;
  font-size: 14px;
  line-height: 21px;
  color: #848484;
  text-align: right;
}

.cont_policy .info_policy {
  padding-top: 31px;
}

.cont_policy .info_policy .tit_info {
  display: block;
  margin-bottom: 4px;
  padding-bottom: 20px;
  border-bottom: 2px solid #212126;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #212126;
}

.cont_policy .info_policy dl {
  overflow: hidden;
  padding-top: 20px;
  font-size: 14px;
  line-height: 17px;
  color: #848484;
}

.cont_policy .info_policy dt {
  float: left;
}

.cont_policy .info_policy dd {
  float: right;
}

.cont_policy .area_btn_policy {
  overflow: hidden;
  text-align: right;
}

.cont_policy .btn_policy {
  height: 40px;
  margin-top: 8px;
  padding: 0 10px;
  border: 1px solid #d7d7de;
  border-radius: 4px;
  font-size: 14px;
  background-color: #f5f5f5;
  color: #848484;
}

.cont_policy_people {
  height: 100%;
}

.cont_policy_people #mArticle {
  height: 100%;
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .area_btn {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
  }

  .cont_complete .detail_complete {
    bottom: 138px;
  }

  .cont_complete .btn_g {
    bottom: 44px;
  }

  .cont_join,
  .cont_contact {
    padding-bottom: 118px;
  }

  .cont_status {
    padding-bottom: 44px;
  }

  .cont_status .area_empty {
    bottom: 34px;
  }

  .p2p_layer {
    padding-bottom: 44px;
  }
}

body.fit {
  background: #fff;
}
body.dark_mode:not(.dark_mode_off) {
  background: #16191c;
}

@media (prefers-color-scheme: dark) {
  body.fit:not(.dark_mode_off) {
    background: #16191c;
  }
}

.common-terms-style {
  min-height: 100vh;
  padding: 68px 24px 72px;
  background: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  color: #060b11;
  word-break: break-all;
}

.dark_mode:not(.dark_mode_off) .common-terms-style {
  background: #16191c;
  color: #fcfcfc;
}

@media (prefers-color-scheme: dark) {
  body:not(.dark_mode_off) .common-terms-style {
    background: #16191c;
    color: #fcfcfc;
  }
}

.common-terms-style #kakaoContent {
  top: 0;
  padding: 0;
  height: 100%;
}

.common-terms-style h1 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.common-terms-style h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.common-terms-style h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.common-terms-style hr {
  height: 1px;
  border: 0;
  background: rgba(135, 146, 156, 0.2);
}

.dark_mode:not(.dark_mode_off) .common-terms-style hr {
  background: rgba(118, 124, 130, 0.2);
}

@media (prefers-color-scheme: dark) {
  body:not(.dark_mode_off) .common-terms-style hr {
    background: rgba(118, 124, 130, 0.2);
  }
}

.common-terms-style ol li + li,
.common-terms-style ul li + li {
  margin-top: 5px;
}

.common-terms-style .bullet-list {
  padding-left: 15px;
}

.common-terms-style .bullet-list li {
  position: relative;
}

.common-terms-style .bullet-list li::before {
  content: "•";
  position: absolute;
  top: 0;
  left: -15px;
}

.common-terms-style .number-list {
  padding-left: 15px;
}

.common-terms-style .number-list li {
  list-style: decimal;
}

.common-terms-style a {
  color: #008dff;
  text-decoration: underline;
}

.dark_mode:not(.dark_mode_off) .common-terms-style a {
  color: #3da8ff;
}

@media (prefers-color-scheme: dark) {
  body:not(.dark_mode_off) .common-terms-style a {
    color: #3da8ff;
  }
}

.common-terms-style b {
  font-weight: 600;
}

.common-terms-style strong {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.common-terms-style .indented {
  padding-left: 15px;
}

.common-terms-style .color-black {
  color: #060b11;
}

.dark_mode:not(.dark_mode_off) .common-terms-style .color-black {
  background: #fcfcfc;
}

@media (prefers-color-scheme: dark) {
  body:not(.dark_mode_off) .common-terms-style .color-black {
    background: #fcfcfc;
  }
}

.common-terms-style .color-grey {
  color: rgba(6, 11, 17, 0.48);
}

.dark_mode:not(.dark_mode_off) .common-terms-style .color-grey {
  background: rgba(252, 252, 252, 0.48);
}

@media (prefers-color-scheme: dark) {
  body:not(.dark_mode_off) .common-terms-style .color-grey {
    background: rgba(252, 252, 252, 0.48);
  }
}

.common-terms-style .table-wrap {
  overflow-x: scroll;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.common-terms-style .table-wrap::-webkit-scrollbar {
  display: none;
}

.common-terms-style .table-wrap.scroll {
  margin: 12px -24px 0 -24px;
}

.common-terms-style .table-wrap.scroll table {
  margin: 0 24px;
}

.common-terms-style table {
  display: inline-table;
  table-layout: fixed;
  min-width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  line-height: 20px;
  color: #060b11;
}

.dark_mode:not(.dark_mode_off) .common-terms-style table {
  color: #fcfcfc;
}

@media (prefers-color-scheme: dark) {
  body:not(.dark_mode_off) .common-terms-style table {
    color: #fcfcfc;
  }
}

.common-terms-style table th,
.common-terms-style table td {
  padding: 14px;
  border: 1px solid rgba(135, 146, 156, 0.2);
  vertical-align: top;
}

.dark_mode:not(.dark_mode_off) .common-terms-style table th,
.dark_mode:not(.dark_mode_off) .common-terms-style table td {
  border: 1px solid rgba(118, 124, 130, 0.2);
}

@media (prefers-color-scheme: dark) {
  body:not(.dark_mode_off) .common-terms-style table th,
  body:not(.dark_mode_off) .common-terms-style table td {
    border: 1px solid rgba(118, 124, 130, 0.2);
  }
}

.common-terms-style table th.align-middle,
.common-terms-style table td.align-middle {
  vertical-align: middle;
}

.common-terms-style table th.align-bottom,
.common-terms-style table td.align-bottom {
  vertical-align: bottom;
}

.common-terms-style table th {
  vertical-align: middle;
  font-weight: 600;
  background-color: #f3f5f7;
}

.dark_mode:not(.dark_mode_off) .common-terms-style table th {
  background-color: #090c0f;
}

@media (prefers-color-scheme: dark) {
  body:not(.dark_mode_off) .common-terms-style table th {
    background-color: #090c0f;
  }
}

/*# sourceMappingURL=common.css.map */
