@charset "UTF-8";

/* font */
@font-face {
  font-family: "LINESeedKR";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/font/LINESeedKR-Rg.woff2") format("woff2"), url("/static/font/LINESeedKR-Rg.woff") format("woff");
}

@font-face {
  font-family: "LINESeedKR";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/static/font/LINESeedKR-Bd.woff2") format("woff2"), url("/static/font/LINESeedKR-Bd.woff") format("woff");
}

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  outline: none;
}

* {
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

html,
body {
  height: 100%;
}

body {
  position: relative;
  background-color: #222;
  height: 100%;
  font-family: "LINESeedKR", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: #a5a5a5;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0,0,0,0.3);
  margin: 0;
  padding: 0;
  letter-spacing: 0;
}

ol, ul {
  list-style: none;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button,
[type=date]::-webkit-inner-spin-button,
[type=date]::-webkit-outer-spin-button,
[type=month]::-webkit-inner-spin-button,
[type=month]::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
  display: none;
}

[type=date]::-webkit-clear-button,
[type=month]::-webkit-clear-button {
  display: none;
}

[type=date]::-webkit-calendar-picker-indicator,
[type=month]::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 0;
  opacity: 0;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-decoration {
  appearance: none;
}

[type=search]::-webkit-search-cancel-button {
  display: none;
}

button, input, optgroup, select, textarea  {
  font: inherit;
}

button, [type=button], [type=reset], [type=submit], [role=button] {
  color: inherit;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  outline: none;
  padding: 0;
  margin: 0;
}

input {
  display: block;
  width: 100%;
  background: transparent;
  border-bottom: 2px solid #4e4e4e;
  padding: .8rem 0;
  height: 4rem;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  border-width: 0 0 2px;
  color: #fff;
  font-size: 1.5rem;
  border-radius: 0;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #1c1d20 inset;
  -webkit-text-fill-color: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0 1000px #222 inset;
}

input:focus {
  border-color: #8575fe;
  color: #fff;
  line-height: 4rem;
  background-color: transparent;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 4rem;
  color: #fff;
  background: transparent;
  border: none;
}

option,
option:checked,
option:hover {
  color: #fff;
  background: transparent;
}

[data-panel] {
  display: none;
}

textarea {
  overflow: auto;
  width: 100%;
  resize: vertical;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table caption {
  position: relative !important;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  font-size: 1px;
  line-height: 0;
  margin: -1px;
  clip: rect(0 0 0 0);
}

a {
  text-decoration: none;
}

a, a * {
  color: inherit;
}

img {
  border: 0 none;
}

b, strong {
  font-weight: 600;
}

em {
  font-style: normal;
}
img {
  width: 100%;
}
.hidden {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  font-size: 1px;
  line-height: 0;
  margin: -1px;
  clip: rect(0 0 0 0);
}
.t-center {
  text-align: center !important;
}
.wrap {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.header {
  position: relative;
  height: 5.2rem;
}
.sub .header {
  background-color: #222;
}
.header h1,
.header .m-cont h2 {
  font-size: 2.1rem;
  line-height: 2.1rem;
  color: #fff;
  padding: 0.8rem 0 0 3.4rem;
}
.header .m-cont h2 {
  padding-top: 0;
}
.container {
  position: relative;
  padding: 6.5rem 2.2rem 2.2rem;
}
.is-fixed {
  padding-bottom: 80px;
}
.fixed-btn {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 50;
  width: 100%;
  height: 80px;
  padding: 1.2rem 1.6rem 1.2rem;
  box-sizing: border-box;
  background-color: #222;
}

/* header */
.header .util-menu {
  display: flex;
  padding-right: 0.8rem;
  justify-content: right;
}
.header a[class^=btn] {
  position:absolute;
  top: 0;
  display:inline-block;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 3rem auto;
  margin-top:1rem;
}
.header a.btn-home {
  right: 1rem;
  background-image: url(/static/img/ico-home.svg);
}
.header a.btn-company {
  right: 5rem;
  width: 6rem;
  background: url(/static/img/ico-company.png) no-repeat 0 0.6rem;
  background-size: 6rem auto;
}
.header a.btn-back {
  left: 0;
  background-image: url(/static/img/ico-back.png);
}

/* btn */
.btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
}

.btn-close:after,
.btn-close:before {
  position: absolute;
  right: 1rem;
  top: 2rem;
  display: inline-block;
  width: 2.8rem;
  height: .1rem;
  content: "";
  background: #a5a5a5;
}

.btn-close:after {
  transform: rotate(45deg);
}

.btn-close:before {
  transform: rotate(-45deg);
}

.btn-wrap {
  margin: 3rem auto;
}
.btn-wrap a + a {
  margin-top: 2.2rem;
}
.btn-wrap.col2 {
  display: flex;
  justify-content: space-between;
}
.btn-wrap.col2 a {
  flex:1;
}
.btn-wrap.col2 a + a {
  margin-left: 1rem;
  margin-top: 0;
}
.fixed-btn .btn-wrap {
  margin-top: 0;
  margin-bottom: 0;
}

.btn {
  display: inline-block;
  width: 100%;
  height: 5.6rem;
  line-height: 5.6rem;
  border-radius: .4rem;
  background-color: #4e4e4e;
  color: #a5a5a5;
  border: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
}

.btnS {
  display: inline-block;
  height: 2.3rem;
  line-height: 2.3rem;
  border-radius: .4rem;
  border: 1px solid #4e4e4e;
  text-align: center;
  font-size: 1.5rem;
  padding: 0 .6rem;
  margin-right: .6rem;
}

.btn-purple {
  background-color: #8575fe;
  color: #fff;
}

.btn-purple__line {
  background: none;
  border: 2px solid #8575fe;
  color: #8575fe;
}

.btnS.btn-purple__line {
  border-width: 1px;
}

/* font */
.sub-tit {
  display: none;
}

.tit-dep1 {
  color: #fff;
  font-size: 2.6rem;
  line-height: 3.8rem;
  margin-bottom: 1.8rem;
  font-weight: bold;
}

.tit-dep2 {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 2.8rem;
}

.txt-info {
  color: #a5a5a5;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

/* intro */
.intro-swiper {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 640px;
  margin: 0 auto;
  padding-bottom: 4rem;
}

.intro-swiper .tit-dep1 {
  margin-top: -2rem;
}

.intro-btn {
  text-align: center;
  margin: 0 2.2rem;
}

.intro-btn .btn-next {
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
  padding-bottom: .4rem;
  border-bottom: 1px solid #fff;
}

.intro-btn .btn-purple {
  border: 0;
  margin: -3rem auto 0 auto;
  display: none;
}

.swiper-wrapper {
  min-height: 100%;
}

.swiper {
  position: relative;
  width: 100%;
  max-width: 640px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 6rem;
}

.swiper-slide {
  text-align: center;
}

.swiper-slide>img {
  width: 100%;
}

.swiper-pagination {
  bottom: 10rem;
  width: 100%;
  transition: 0s;
}

.swiper-pagination span {
  margin: 0 6px;
}

.swiper-pagination-bullet {
  background-color: #4e4e4e;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
}

.step-tit {
  font-size: 1.6rem;
  color: #8575fe;
  font-weight: normal;
  margin-bottom: .4rem;
}

/* form */
.form-field {
  margin-top: 1.6rem;
}

.form-obj {
  margin-bottom: 3.2rem;
}

.form-tit {
  display: block;
  font-size: 1.4rem;
  color: #a5a5a5;
  margin-bottom: .6rem;
}

.form-inp {
  position: relative;
}

.form-field__reset {
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 40%;
  right: .8rem;
  width: 2rem;
  height: 2rem;
  transform: translateY(-50%);
  border: 0 none;
  background: url(/static/img/ico-close.svg) no-repeat 0 0;
  background-size: 2rem 2rem;
  text-indent: -9999em;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(286deg) brightness(100%) contrast(100%);
}

.form-inp.clear .form-field__reset {
  visibility: visible;
  opacity: 1;
}

.form-inp.clear input {
  padding-right: 4rem;
}

.clear.form-inp__km:before {
  content: "Km";
  color: #979ba1;
  font-size: 1.2rem;
  position: absolute;
  top: 1.2rem;
  right: 4rem;
}

.form-inp__km.clear input {
  padding-right: 6.4rem;
}

.form-type__line .form-tit {
  display: inline-block;
  font-size: 1.3rem;
  min-width: 6rem;
  margin-bottom: 0;
  padding: 1.5rem .4rem 1.5rem 0.8rem;
}

.form-type__line .form-inp {
  display: inline-block;
  width: calc(100% - 6.4rem);
}

.form-type__line .form-inp input {
  border-bottom: 0;
  line-height: 4rem;
}

.form-type__line .form-field__reset {
  top: 50%;
  right: 1.6rem;
}

.form-type__line .form-obj {
  border: 1px solid #343434;
  border-radius: 0.5rem;
}

.form-type__line .form-obj+.form-obj {
  margin-top: 1.2rem;
  margin-bottom: 0;
}

.form-type__line .form-inp__btn input {
  width: 65%;
}

.form-btn__cert {
  position: absolute;
  right: .8rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  color: #a5a5a5;
  border: 1px solid #a5a5a5;
  border-radius: .4rem;
  padding: .6rem;
  background-color: #1c1d20;
}

.form-type__line .form-inp__btn.clear input {
  padding-right: 0;
}

/* .form-type__line .cert-num {
  text-decoration: underline;
  letter-spacing:1.4rem;
} */
.check-box {
  position: relative;
  margin: .8rem 0;
  -webkit-tap-highlight-color: transparent;
}

.check-box>input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 1;
  opacity: 0;
}

.check-box label {
  padding: 1.5rem 1.6rem 1.5rem 4rem;
  display: block;
  position: relative;
  background: transparent;
  font-size: 1.5rem;
}

.check-box label:before {
  position: absolute;
  top: 1.5rem;
  left: .8rem;
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 2.2rem;
  height: 2.2rem;
  margin: 0 0.8rem 0 0;
  border-radius: 50%;
  background: url('/static/img/ico-checkbox-off.svg') no-repeat center;
  background-size: 100% auto;
}

.check-box input[type="checkbox"]:checked+label:before {
  background-image: url('/static/img/ico-checkbox-on.svg') !important;
}

.check-box--detail {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 4rem;
  height: 100%;
  z-index: 10;
  transform: translateY(-50%);
}
.check-box--detail:after {
  display:inline-block;
  content:'>';
  font-size:1.4rem;
  color:#fff;
  padding: 1.6rem 0 0 1.2rem;
}
.form-sel .btn-sel {
  position: relative;
  display: block;
  height: 4rem;
  line-height: 4rem;
  padding-right: 3.2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 2px solid #4e4e4e;
}
.form-sel .btn-sel:before {
  content: '';
  position: absolute;
  top: 50%;
  right: .6rem;
  width: 2.4rem;
  height: 2.4rem;
  margin-top: -1.2rem;
  background: url(/static/img/selectbox.svg) no-repeat 100% 50%;
  background-size: 2.4rem 2.4rem;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(286deg) brightness(250%) contrast(100%);
}
.form-sel .btn-sel.on {
  color:#fff;
  border-bottom: 2px solid #8575fe;
}
.form-sel__etc {
  margin-top: 2rem;
}
.sel-list li a {
  display:block;
  line-height: 4rem;
  border-radius: 0.5rem;
  padding: .6rem .8rem;
}
.sel-list li.option {
  border-radius: 0.5rem;
  background-color: #0c0c0c;
}
.sel-list li.option a {
  line-height: 3.8rem;
}
.result-cont {
  position: relative;
  text-align: center;
}
.result-visual {
  max-width: 800px;
}
.result-cont .btn-wrap {
  margin-top: 6rem;
}

/* loading */
.loading-cont {
  max-width:800px;
  margin: 0 auto;
}
.loading-tit {
  text-align: center;
  margin-top: 8rem;
}

.loading-motion {
  position: relative;
  width: 280px;
  margin: 5rem auto 0;
}
.loading-bg {
  width: 70%;
  margin: 0 auto;
}
.loading-move {
  position: absolute;
  top: 6rem;
  left: 3rem;
  margin: 0 auto;
  animation: circle 3s linear infinite;
  width: 40%;
}
@keyframes circle {
  0% {
    transform: rotate(0deg) translate(-20px) rotate(0deg);
  }

  100% {
    transform: rotate(360deg) translate(-20px) rotate(-360deg);
  }
}

.pbar-wrap {
  position: relative;
  width: 100%;
  height: .8rem;
  background-color: #4e4e4e;
  border-radius: 5rem;
  z-index: 1;
  margin-top: 10rem;
}

.pbar-cont {
  /* position: relative; */
  width: 0%;
  height: 100%;
  background-color: #8575fe;
  border-radius: 5rem;
  z-index: 2;
}

.pbar-img {
  display:inline-block;
  width: 6rem;
  height: 2.9rem;
  border-radius: 5rem;
  position: absolute;
  top: -10px;
  background: url(/static/img/loading-car.png) no-repeat 0 0;
  background-size: 6rem auto;
  transform: translateX(0);
  margin-right: -1rem;
}
.pbar-num {
  display: none;
}
/* popup */
.fixed {
  overflow: hidden;
}

.pop-wrap {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  z-index: 1000;
}

.modal.pop-wrap {
  display: block;
}

/* .pop-wrap__cont {
  width: 90%;
  height: auto;
} */

.pop-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: auto;
  background: #1c1d20;
  border-radius: .8rem;
  box-shadow: 0 16px 16px 0 rgba(0, 0, 0, .24), 0 0 16px 0 rgba(0, 0, 0, .12);
  max-height: calc(100vh - 6rem);
}
.pop-wrap--center .pop-container {
  height: auto;
  background: #fff;
  text-align: center;
  border-radius: 0.8rem;
}

.pop-wrap--center .pop-header h1 {
  color: #222;
}

.pop-wrap--center .pop-cont {
  padding-bottom: 2.4rem;
}

.pop-wrap--center .pop-cont,
.pop-wrap--center .pop-cont .txt-info {
  color: #4e4e4e;
}

.pop-wrap--center .fixed-btn {
  position: relative;
  background: #fff;
  padding: 0 1.6rem 3rem;
  border-radius: 0.8rem;
}

.pop-wrap--center .btn {
  display: inline-block;
  margin: 0 auto;
  width: auto;
  min-width: 60%;
}
.pop-wrap__bottom .pop-container {
  width: 100%;
  top: auto;
  left: 0;
  bottom: 0px;
  border-radius: 1rem 1rem 0 0;
  animation: slide-up .4s ease-in-out 0s;
  -webkit-animation: slide-up .4s ease-in-out 0s;
  transform: translate(0, 0);
}

.pop-wrap__bottom .fixed-btn {
  height: 90px;
  background-color: #1c1d20;
}

@keyframes slide-up {
  0% {
    /* opacity: 0; */
    transform: translateY(200%);
  }

  100% {
    /* opacity: 1; */
    transform: translateY(0);
  }
}
.pop-bottom--s .pop-container {
  height: 60vh;
}

.pop-bottom--mid .pop-container {
  height: 80vh;
}

.pop-header {
  position: relative;
  height: 8rem;
  padding: 2.8rem 2.2rem .8rem 2.2rem;
}

.pop-header h1 {
  color: #fff;
}

.pop-close,
.pop-close--db {
  top: 2rem;
  right: 1rem;
}

.pop-header .btn-close:after,
.pop-header .btn-close:before {
  top: 1.5rem;
  right: 1rem;
}

.pop-cont {
  padding: 0 1.5rem 9.5rem;
  overflow-y: auto;
  height: auto;
  /* max-height: calc(100vh - 6rem); */
  -webkit-overflow-scrolling: touch;
}

#pop-color .pop-cont {
  padding: 0 1.5rem 1.5rem;
}

.pop-cont .txt-info {
  color: #fff;
  padding-left: .8rem;
}

.img-cont img {
  width: 90%;
}

.img-logo {
  width: 60%;
  margin: 0 auto 2rem;
}

.mo .w-cont {
  display: none !important;
}
.mo .header {
  background-color: #222;
}
.bg-white,
.bg-white .fixed-btn {
  background-color: #fff;
}
.mo .header,
.mo .sub .header,
.mo .bg-white .header {
  position: fixed;
  top:0;
  left:0;
  right:0;
  width: 100%;
  height: 6.5rem;
  padding:1.4rem;
  z-index: 20;
}
.bg-white .header h1 {
  color:#1c1d20;
}
.bg-white .is-fixed {
  padding-top: 6.5rem;
  padding-bottom: 90px;
}
.bg-white .fixed-btn {
  box-shadow: 0 -10px 15px 0 #fff;
}
.privacy .header {
  background-color: #eaeaea;
}
.prv-tit {
  font-size: 1.6rem;
  color: #222;
  margin-top: 2.4rem;
}
.prv-txt {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 0.4rem;
  color:#a5a5a5;
}
.view .header {
  border-bottom: 1px solid #707070;
  background-color: #fff;
}
.view-tit {
  color:#8575fe;
  line-height: 1.2;
  margin-bottom: 1.8rem;
  font-size: 2rem;
}
.view-tit2 {
  font-size: 1.6rem;
  color: #222;
  border-bottom: 1px solid #222;
  padding: 1.2rem 0 .8rem;
  margin-bottom: .6rem;
  margin-top: 2rem;
}
.view-pl {
  padding-left: .8rem;
}
.box-line {
  position:relative;
  margin: 0 -2.2rem;
  padding: 3.6rem 2.2rem 2.6rem;
}
.box-line:before {
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  height: 0.8rem;
  background: #eaeaea;
  width: 100%;
}
.box-line .btn-wrap {
  margin-bottom: 0;
}
.box-line h4 {
  margin-top: 2.4rem;
}
.box-line p {
  margin-top: .8rem;
}
.box-line .btn-wrap:first-child {
  margin-top: 0;
}
.box-line:last-of-type {
  padding-bottom: 0;
}
.list-type li {
  color: #a5a5a5;
  font-size: 1.4rem;
}
.list-type--line {
  border-top:1px solid #707070;
}
.list-type--line li {
  border-bottom:1px solid #707070;
  font-size:1.6rem;
  padding: .8rem 0;
}
.list-type--dot {

}
.list-type--dot li {
  position: relative;
  padding-left: 0.75rem;

}
.list-type--dot li:before {
  content:"";
  position:absolute;
  left:0;
  top: .5rem;
  width: .25rem;
  height: .25rem;
  border-radius: 50%;
  background-color: #a5a5a5;
}
.list-type--dot li + li {
  margin-top :1rem;
}
.list-type--num li {
  margin-bottom: .8rem;
  padding-left: 13px;
  text-indent: -13px;
  color: #a5a5a5 !important;
}
.list-type--num li>span {
  margin-right:.4rem;
}
.f-small .list-type {
  margin: .8rem 0
}
.f-small .list-type li {
  color:#222;
  font-size: 1.3rem;
}
.f-small .list-type li + li {
  margin-top:0;
}
.list-tit {
  color:#222;
}
.list-txt {
  color:#a5a5a5;
}
.table-type {
  position: relative;
  border-top: 1px solid #707070;
  margin-bottom: 1.6rem;
}
.table-type:after {
  content:"";
  width: 3px;
  height: 100%;
  position: absolute;
  left: -1px;
  top: -2px;
  background-color: #fff;
}
.table-type thead th,
.table-type tbody th,
.table-type tbody td {
  padding: 1.2rem .8rem;
  border-bottom: 1px solid #707070;
  border-left: 1px solid #707070;
}
.table-type thead th,
.table-type tbody th {
  background:#f5f5f5;
  color: #222;
  text-align: left;
}
.table-type tbody td {
  color:#4e4e4e;
}
.table-type.row th,
.table-type.row td {
  text-align: center;
}

/* font */
.f-small {
  font-size:1.3rem;
}
.f-black {
  color: #222;
  font-weight: bold;
}
.f-red {
  color: #DB0000 !important;
  font-weight: bold;
}
.f-white {
  color: #fff;
}

.pop-cont .prv-tit {
  color:#fff;
}
.pop-cont .prv-tit:first-of-type {
  margin-top: 0;
  margin-bottom: .8rem;
}

.company-cont {
  margin: 1.6rem auto 0;
}
.company-txt {
  line-height: 1.6;
}
.company-img {
  margin:6rem -2.2rem -2.2rem;
}
.company-info {
  margin-top: 4rem;
}
.company-info li {
  display: flex;
  margin-top: .8rem;
  justify-content: space-between;
}
.company-info__title {
  flex-basis: 30%;
  text-align: left;
  font-weight: normal;
}
.company-info__txt {
  text-align: right;
  line-height: 1.4;
}
.company-info__txt > span {
  display:inline-block;
  margin: 0 1rem;
}


/* safe-area */
@media only screen and (orientation: landscape) {
  .mo .wrap,
  .mo .fixed-btn,
  .mo .pop-wrap__bottom .pop-container {
    padding-left: calc(12px + env(safe-area-inset-left)) !important;
    padding-right: calc(12px + env(safe-area-inset-right)) !important;
  }
  .mo .fixed-btn {
    padding-top: 50rem;
    padding-bottom: 8rem;
    background-color: transparent;
  }
  .bg-white .btn-back {
    padding-left: calc(6px + env(safe-area-inset-left));
    padding-right: calc(6px + env(safe-area-inset-right));
  }
  .mo .bg-white .header {
    padding-left: calc(24px + env(safe-area-inset-left)) !important;
    padding-right: calc(24px + env(safe-area-inset-right)) !important;
  }
}