@charset "utf-8";
@import url(./font/pretendard-subset.css);

/******* Reset *******/
* {
  font-family: "Pretendard", sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  -ms-content-zooming: none;
}

body,
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  line-height: 1.3;
  -webkit-overflow-scrolling: auto;
}

a,
blockquote,
p,
span {
  font-weight: 400;
}

dl,
dt,
dd {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
  color: #333;
  line-height: 1.2;
}

button,
div,
p,
ul,
ol {
  margin: 0;
  padding: 0;
  color: #333;
  outline: none;
}

article,
aside,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  list-style-type: none;
}

a,
img {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

button {
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

button:disabled,
input:disabled {
  cursor: not-allowed;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a:link,
a:visited,
a:focus,
a:hover,
a:active {
  text-decoration: none;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  line-height: 1.3;
}

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
textarea {
  padding: 0;
  background: none;
  width: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 15px;
}
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  resize: none;
}
input {
  display: block;
  border: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  resize: none;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}
[type="search"] {
  outline-offset: -2px; /* 1 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
label[for] {
  cursor: pointer;
}
img,
input[type="image"] {
  border-width: 0;
  height: auto;
  max-width: 100%;
}
.input input {
  height: 40px;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  letter-spacing: -0.3px;
}
input[type="text"]::-ms-clear {
  display: none;
}
input::placeholder,
textarea::placeholder {
  color: #ccc;
}
/* input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
input:-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  background-color: #fff !important;
  transition: background-color 5000s ease-in-out 0s;
} */

select {
  width: 100%;
  padding-left: 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
select:focus {
  outline: none;
  border-radius: 0;
}
input::-webkit-date-and-time-value {
  text-align: left;
}
select::-ms-expand {
  display: none;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  width: 0;
  height: 0;
  font-size: 0;
}
.hide {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  visibility: hidden;
}

/******* Landing *******/

body {
  background-color: #f5f5f5;
}
.landing_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 10vh;
  padding: 0 25px;
  text-align: center;
}
.landing_contents {
  width: 100%;
  max-width: 330px;
}
.top_contents .txt_box {
  margin-top: 8px;
}
.top_contents .txt_box p {
  font-size: 14px;
  color: #777;
}
.top_contents img {
  width: 122px;
}
.landing_contents .img_box > img {
  width: 308px;
}
.landing_contents .btn_group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  padding: 0 25px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}
.btn:active {
  transform: scale(0.99);
  background: #f2f5ff;
}
.btn_group._apps {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #a5a5a5;
}
.txt_copyright {
  margin-top: 40px;
  font-size: 12px;
  color: #a5a5a5;
}
.btn_group._apps .btn {
  padding: 0 25px 0 70px;
  background: #1d1d1d;
  color: #fff;
  border: 0;
}
.btn_group._apps .btn strong {
  font-weight: 500;
}
.tag_version {
  display: flex;
  height: 24px;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  margin-left: auto;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #fff;
  border-radius: 12px;
}
.btn_group._apps .btn._aos {
  background-image: url(../img/landing/ico-40-aos.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: top 5px left 20px;
}
.btn_group._apps .btn._ios {
  background-image: url(../img/landing/ico-40-ios.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: top 5px left 20px;
}
/* screen custom */
@media (min-width: 768px) {
  .landing_contents {
    max-width: 630px;
  }
  .landing_contents .btn_group {
    flex-direction: row;
  }
}
