@import url(../fonts/new/fonts.css);

@font-face {
  font-family: Pretendard;
  font-weight: 800;
  src: url('https://cdn.fint.co.kr/static/fonts/Pretendard-ExtraBold.woff2') format('woff2'),
    url('https://cdn.fint.co.kr/static/fonts/Pretendard-ExtraBold.woff') format('woff');
}
@font-face {
  font-family: Pretendard;
  font-weight: 700;
  src: url('https://cdn.fint.co.kr/static/fonts/Pretendard-Bold.woff2') format('woff2'),
    url('https://cdn.fint.co.kr/static/fonts/Pretendard-Bold.woff') format('woff');
}
@font-face {
  font-family: Pretendard;
  font-weight: 600;
  src: url('https://cdn.fint.co.kr/static/fonts/Pretendard-SemiBold.woff2') format('woff2'),
    url('https://cdn.fint.co.kr/static/fonts/Pretendard-SemiBold.woff') format('woff');
}
@font-face {
  font-family: Pretendard;
  font-weight: 500;
  src: url('https://cdn.fint.co.kr/static/fonts/Pretendard-Medium.woff2') format('woff2'),
    url('https://cdn.fint.co.kr/static/fonts/Pretendard-Medium.woff') format('woff');
}
@font-face {
  font-family: Pretendard;
  font-weight: 400;
  src: url('https://cdn.fint.co.kr/static/fonts/Pretendard-Regular.woff2') format('woff2'),
    url('https://cdn.fint.co.kr/static/fonts/Pretendard-Regular.woff') format('woff');
}

:root {
  --pale-grey: #f6f4f9;
  --quite-light-grey: #d8d8d8;
  --turquoise: #00bada;
  --bg: #00d0ec;
}

html,
body,
div,
span,
applet,
object,
iframe,
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;
  font-size: 100%;
  font: inherit;
  font-family: sans-serif;
  vertical-align: baseline;
  word-break: keep-all;
}

/* Remove all orange hover, focus highlights */
button,
button:hover,
button:focus,
li,
li:hover,
li:focus,
a,
a:hover,
a:focus,
*,
*:hover,
*:focus {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  outline: none !important;
}
a,
a:hover,
a:focus {
  color: #333333;
}

h1,
h2,
h3,
h4,
h5 {
  color: #333333;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child {
  margin-top: 0;
}

* {
  font-family: Pretendard, sans-serif;
  font-style: normal;
  font-weight: normal;

  /* iOS Webview */
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-touch-callout: none;
  user-select: none;
}

html {
  scroll-behavior: smooth;
  scroll-margin: 2rem;
  font-family: Pretendard, sans-serif;
}

ul li {
  list-style: none;
}

body {
  background-color: var(--bg);
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

div.wrapper {
  width: 100vw;
  height: 100vh;
  background-size: 540px 540px;
  background-image: url('https://cdn.fint.co.kr/static/imgs/appbridge/img_bridge_bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-position: 50% 20%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
}
div.wrapper > div.download {
  margin-bottom: calc(constant(safe-area-inset-bottom) + 48px);
  margin-bottom: calc(env(safe-area-inset-bottom) + 48px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
div.download > div.btn-group {
  margin-bottom: 108px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
a.download.app {
  background-color: black;
  padding: 12px 18px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
img.download.app {
  height: 32px;
}
img.dco.logo {
  height: 10px;
}
/*
a.download.ios.app {
  margin-left: 12px;
}
*/
div.hidden {
  display: none !important;
}
