@import url("../../font.css");
*:focus {
  outline: none;
}

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, textarea, button {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  background-color: #fff;
  -webkit-text-size-adjust: none;
}

body, input, select, button, textarea, table {
  font-size: 16px;
  line-height: 1.31;
  font-family: "Pretendard", sans-serif;
  color: #454545;
  letter-spacing: -0.8px;
  word-wrap: break-word;
  word-break: break-all;
}

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

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

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

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

caption, legend {
  overflow: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: 100%;
}

fieldset, img {
  border: 0 none;
}

img {
  vertical-align: top;
}

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

input[type=text], input[type=password], input[type=submit], input[type=search], input[type=checkbox] {
  -webkit-appearance: none;
}

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

button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}

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

.hide {
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

.navigation_bar {
  position: fixed;
  width: 100%;
  height: 48px;
  background: #fff;
  top: -1px;
  z-index: 1;
}
.navigation_bar .btn_close {
  position: absolute;
  right: 8px;
  z-index: 9;
  width: 48px;
}
.navigation_bar .btn_close img {
  width: 100%;
}
.navigation_bar .title {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 17px;
  line-height: 48px;
  color: #000;
  display: none;
}
.navigation_bar.on {
  border-bottom: 1px solid #e1e1e1;
}
.navigation_bar.on .title {
  display: block;
}

.service_v2, .privacy_v2 {
  padding: 30px 31px;
}
.service_v2 h1, .privacy_v2 h1 {
  font-size: 20px;
  font-weight: 400;
  color: #ff8a00;
  line-height: 1.45;
}
.service_v2 h2, .privacy_v2 h2 {
  font-size: 16px;
  font-weight: 400;
  color: #252525;
  line-height: 1.33;
  margin-top: 22px;
}
.service_v2 h3, .privacy_v2 h3 {
  font-size: 14px;
  font-weight: 400;
  color: #252525;
  line-height: 1.25;
  margin-top: 18px;
}
.service_v2 p, .privacy_v2 p {
  font-size: 13.5px;
  color: #909090;
  line-height: 1.33;
  margin-top: 9px;
}
.service_v2 ol, .privacy_v2 ol {
  margin: 15px 0 15px 0;
}
.service_v2 ol > li, .privacy_v2 ol > li {
  font-size: 13.5px;
  color: #909090;
  line-height: 1.33;
}

.table-type1_v2 {
  width: 100%;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0.813em;
}
.table-type1_v2 th {
  border-left: 1px solid #eee;
  background: #f9f9f9;
  padding: 10px 0;
  color: #454648;
  text-align: center;
}
.table-type1_v2 th:first-child {
  border-left: none;
}
.table-type1_v2 td {
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 10px;
  color: #252525;
}
.table-type1_v2 td.title {
  color: #252525;
  border-left: none !important;
}
.table-type1_v2 td.title2 {
  color: #252525;
}
.table-type1_v2 td.txt {
  color: #252525;
  border-left: none !important;
  vertical-align: top;
  width: 31.97%;
}

.color_ff8a00 {
  color: #ff8a00;
}

.ta_c {
  text-align: center !important;
}

.ta_l {
  text-align: left !important;
}

.mt_24 {
  margin-top: 12px !important;
}

.content_header {
  padding: 0 48px 0 64px;
  border-bottom: 1px solid #eeeeee;
}
.content_header .title {
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -1.1px;
  padding-top: 10px;
}
.content_header .guide_title {
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -1.1px;
  margin-top: 10px;
  margin-bottom: 42px;
}
.content_header .txt_type1 {
  font-size: 12px;
  color: #a0a0a0;
  line-height: 16px;
  letter-spacing: -0.6px;
  margin-top: 13px;
}
.content_header .txt_type2 {
  font-size: 14px;
  color: #a0a0a0;
  line-height: 18px;
  letter-spacing: -0.9px;
  margin-top: 13px;
}
.content_header .txt_type3 {
  font-size: 14px;
  color: #454545;
  line-height: 18px;
  letter-spacing: -0.7px;
  margin-top: 27px;
}
.content_header .txt_type4 {
  font-size: 12px;
  color: #909090;
  line-height: 16px;
  letter-spacing: -0.6px;
  margin-top: 11px;
}
.content_header .policy_title {
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -1.1px;
  padding-top: 10px;
  padding-bottom: 42px;
}
.content_header .policy_txt {
  font-size: 12px;
  color: #909090;
  line-height: 16px;
  letter-spacing: -0.6px;
  padding-bottom: 42px;
}
.content_header .d_day {
  color: #ff8a00;
  margin-right: 8px;
  letter-spacing: -0.7px;
}
.content_header .price {
  margin-top: 19px;
  color: #b5b5b5;
  font-size: 10px;
  line-height: 1;
  letter-spacing: -0.5px;
}
.content_header .price span {
  color: #000000;
  font-size: 14px;
  margin: 0 3px 0 5px;
}
.content_header .car_number {
  font-size: 14px;
  color: #000000;
  line-height: 18px;
  letter-spacing: -0.7px;
}
.content_header .agreement_text_subtitle {
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: -0.7px;
  color: #252525;
}
.content_header .agreement_text_con {
  margin-top: 8px;
  padding-bottom: 42px;
}
.content_header .agreement_text_con a {
  font-size: 12px;
  line-height: 2.08;
  letter-spacing: -0.6px;
  text-align: left;
  color: #909090;
}

.content_header_type2 {
  padding: 0 48px 0 64px;
}
.content_header_type2 .policy_title {
  font-size: 22px;
  line-height: 1.2;
  padding-top: 10px;
  letter-spacing: -0.05em;
}
.content_header_type2 .cardirect_unable_title {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.05em;
}

.policy_container {
  padding: 0 32px 0 64px;
  word-wrap: break-word;
  word-break: break-all;
}
.policy_container .policy_chapter_title {
  color: #ff8a00;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.05em;
  margin-top: 42px;
}
.policy_container .policy_title {
  color: #252525;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.05em;
  margin-top: 42px;
  padding-bottom: 8px;
}
.policy_container .policy_title:first-child {
  margin-top: 42px;
}
.policy_container .policy_txt {
  color: #909090;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.05em;
}
.policy_container .policy_txt.last {
  padding-bottom: 42px;
}
.policy_container .policy_txt a {
  color: #909090;
}
.policy_container .policy_day {
  color: #252525;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.05em;
  margin-top: 42px;
}
.policy_container .policy_btn_prev {
  color: #252525;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.05em;
  margin-top: 12px;
  padding-bottom: 42px;
}

.infoDocumnet_v2-table2 {
  width: 100%;
  padding: 42px 0;
  table-layout: auto;
}
.infoDocumnet_v2-table2 th {
  border-top: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  background: #f2f2f2;
  padding: 8px 10px;
  color: #454545;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: -0.05em;
}
.infoDocumnet_v2-table2 td {
  border-top: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  padding: 8px 10px;
  color: #909090;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: -0.05em;
}
.infoDocumnet_v2-table2 th:last-child {
  border-right: none;
}
.infoDocumnet_v2-table2 td:last-child {
  border-right: none;
}
.infoDocumnet_v2-table2 td.bottom_line {
  border-bottom: 1px solid #e1e1e1;
}
.infoDocumnet_v2-table2 .title {
  text-align: center;
  color: #454545;
}
.infoDocumnet_v2-table2 td a {
  color: #909090;
}

.table_type01 {
  width: 100%;
  table-layout: fixed;
}
.table_type01:not(:first-child) {
  margin-top: 40px;
}
.table_type01 th, .table_type01 td {
  padding: 10px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  font-size: 14px;
  letter-spacing: -0.7px;
}
.table_type01 th:not(:first-child), .table_type01 td:not(:first-child) {
  border-left: 1px solid #e1e1e1;
}
.table_type01 th {
  color: #252525;
  line-height: 1.4;
  text-align: center;
}
.table_type01 td {
  line-height: 1.14;
}
.table_type01 a {
  display: block;
  font-size: 14px;
  color: #454545;
  letter-spacing: -0.7px;
}
.table_type01 thead th {
  background-color: #f2f2f2;
  font-weight: 500;
}
.table_type01 tbody th {
  font-weight: 400;
}
.table_type01 .txt_s {
  display: block;
  max-width: calc(100% - 40px);
  margin-top: 4px;
  color: #a0a0a0;
}
.table_type01 .link {
  float: right;
  margin-right: -10px;
  padding: 2px 1px 1px;
  border-bottom: 1px solid #a0a0a0;
  font-size: 12px;
  line-height: 1.33;
  color: #a0a0a0;
}

.navigation_wrap {
  z-index: 6;
  position: fixed;
  top: 0;
  width: 100%;
  height: 48px;
  background-color: #fff;
  box-sizing: border-box;
}
.navigation_wrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #e1e1e1;
}
.navigation_wrap .title {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  width: calc(100% - 148px);
  margin: auto;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 48px;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.navigation_wrap .btn_close {
  z-index: 9;
  position: absolute;
  right: 8px;
  width: 48px;
  height: 48px;
  background: url("../../../images/common/icon_close.png") no-repeat 0 0/cover;
  font-size: 0;
  line-height: 0;
  text-indent: 100%;
  box-sizing: border-box;
}
.navigation_wrap.on .title {
  display: block;
}
.navigation_wrap.on:after {
  height: 1px;
}
.navigation_wrap.off {
  transform: translateY(-48px);
}

.container_wrap .title {
  display: block;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -1.3px;
  color: #000;
}
.container_wrap .title + .title_m {
  margin-top: 40px;
}
.container_wrap .title + .text {
  margin-top: -12px;
  color: #a0a0a0;
}
.container_wrap .title_m {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  line-height: 1.15;
  letter-spacing: -1px;
}
.container_wrap .title_m:not(:first-child) {
  margin-top: 40px;
}
.container_wrap .title_m span {
  font-size: 14px;
}
.container_wrap .title_m + p {
  margin-top: -10px;
}
.container_wrap .title_s {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.9px;
  color: #000;
}
.container_wrap .content_box {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 40px 32px 50px;
}
.container_wrap .content_box:first-child {
  padding-top: 58px;
}
.container_wrap .content_box:not(:first-child) {
  border-top: 12px solid #f2f2f2;
}

.terms_wrap {
  padding-bottom: 0;
}
.terms_wrap p, .terms_wrap td, .terms_wrap a {
  font-weight: 300;
}
.terms_wrap p, .terms_wrap a {
  font-size: 15px;
}
.terms_wrap p + p {
  margin-top: 40px;
}
.terms_wrap .title + p {
  margin: 40px 0;
}
.terms_wrap .title_m {
  margin-bottom: -15px;
}
.terms_wrap .title_m:not(:first-of-type) {
  margin-top: 60px;
}
.terms_wrap .title_m + .title_s {
  margin-top: 30px;
}
.terms_wrap .title_m + p {
  margin-top: 35px;
}
.terms_wrap .title_m + .terms_list {
  padding-top: 15px;
}
.terms_wrap .title_s {
  margin: 30px 0 10px;
  font-size: 16px;
}
.terms_wrap .title_s + .table_type01:not(:first-child) {
  margin-top: 0;
}
.terms_wrap .txt_day {
  margin: 60px 0 20px;
  font-weight: 500;
  color: #252525;
}
.terms_wrap .link_prev_terms {
  font-weight: 500;
  color: #252525;
}
.terms_wrap .terms_list li {
  margin: 10px 0;
  padding-left: 23px;
  text-indent: -23px;
}
.terms_wrap .table_type01 {
  margin-bottom: 30px;
}
.terms_wrap .table_type01:not(:first-child) {
  margin-top: 30px;
}
.terms_wrap .table_type01 tbody th {
  font-weight: 300;
  text-align: left;
}

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