* {
  margin: 0;
  padding: 0;
}
body {
  overflow: auto;
  font-family: AppleSDGothicNeo, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.6px;
  color: #a4a4a4;
  box-sizing: border-box;
}
[v-cloak] {
  display: none;
}
p {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.5px;
  color: #989898;
  margin: 0;
  word-break: keep-all;
}
select {
  outline: none;
}
table {
  border-collapse: collapse;
  border: 1px solid #dddddd;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
table th,
table td {
  padding-left: 4px;
  padding-right: 4px;
  border: 1px solid #dddddd;
}
table th {
  background-color: #efefef;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.3px;
  line-height: 1.54;
  color: #000;
  padding-top: 4px;
  padding-bottom: 4px;
}
table td {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.82;
  letter-spacing: -0.5px;
  color: #464646;
  padding-top: 10px;
  padding-bottom: 10px;
}
table td.light {
  font-weight: 300;
}
table td span {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.67;
  letter-spacing: -0.6px;
  color: #464646;
}
table thead th,
table thead td {
  text-align: center;
}
ol {
  list-style: none;
}
ol,
ul {
  padding-left: 20px;
}
button {
  padding: 0;
  border: 0;
  background: none;
  font-size: inherit;
}
.highlight-color {
  color: #3c7ae5;
}
.agreement_dropdown {
  background: url("icSorting.png") no-repeat scroll right center #fff;
  width: 82px;
  height: 18px;
  overflow: hidden;
  background-size: 10px;
  margin-top: 20px;
  margin-bottom: 50px;
}
.agreement_dropdown #category_select_view,
.agreement_dropdown #category_select {
  font-family: AppleSDGothicNeo, Helvetica Neue, Helvetica, Arial, sans-serif;
  background: transparent;
  border: 0 none;
  border-radius: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.4px;
  padding: 0;
  color: #3c7ae5;
  text-decoration: underline;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 90px;
  vertical-align: top;
  margin: 0;
}
.agreement_dropdown #category_select_view::-ms-expand,
.agreement_dropdown #category_select::-ms-expand {
  display: none;
}
#category_select {
  display: none;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.agreement_wrapper {
  padding: 20px;
}
.agreement_title {
  font-size: 22px;
  letter-spacing: -1px;
  color: #070e1a;
  margin-bottom: 50px;
}
.agreement_title--has_select {
  margin-bottom: 0;
}
.agreement_sub_title {
  font-size: 18px;
  letter-spacing: -0.1px;
  color: #070e1a;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}
.title {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.4px;
  color: #070e1a;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 600;
}
.term-title {
  padding: 10px 10px;
}
.term-detail {
  padding: 10px 10px;
  overflow-y: auto;
  border: 1px solid #cdcdcd;
}

.agreement_link {
  color: #070e1a;
  text-decoration: underline;
}
/* modal */
.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: table;
  transition: opacity 0.3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  width: 89.333333333333333%;
  max-width: 500px;
  margin: 0px auto;
  background-color: #fff;
  transition: all 0.3s ease;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}

.modal-header h3 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -1px;
  color: #070e1a;
  padding-top: 52px;
  margin: 0;
}

.modal-body {
  width: 80%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 52px;
  font-size: 12px;
  letter-spacing: -0.5px;
  line-height: 18px;
  color: #7c7c7c;
  word-break: keep-all;
  text-align: left;
  max-height: 300px;
  overflow-y: scroll;
}

.modal-footer {
  display: flex;
}

.modal-button {
  background-color: #3c7ae5;
  width: 50%;
  padding: 16px 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.5px;
  color: #ffffff;
  border: none;
  margin: 0;
}
.modal-button--full {
  width: 100%;
}

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}
.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.agreement_table_caption {
  margin-top: 10px;
  font-size: 14px;
  color: #070e1a;
  font-weight: 500;
}
.agreement_list_number > li {
  list-style: decimal;
}
.agreement_list_number > li + li {
  margin-top: 4px;
}
