<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(http://fonts.googleapis.com/css?family=Noto + Sans);
/*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;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  overflow-x: hidden;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
/*RESET*/

body {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
}

*::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works */

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.parallax-image-wrapper {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  top: 0px;
}
.parallax-image {
  display: none;
  position: absolute;
  bottom: 0;
  height: 100%;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.parallax-image.skrollable-between {
  display: block;
}
.pr-image-object {
  position: relative;
}
.pr-image-object img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.section.defaultPadding {
  padding-top: 144px;
}
.section {
  overflow: hidden;
  position: relative;
}
.section .description.absol {
  position: absolute;
  text-align: left;
  max-width: 490px;
  width: 100%;
}
.section .description h1.big {
  font-size: 44px;
  margin-bottom: 24px;
}
.section .description h2.sub {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.4em;
}
h2.sum {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4em;
}
#header-container {
  padding: 0 180px;
  border-bottom: 1px solid #e6e6e6;
  position: fixed;
  background: white;
  left: 0;
  right: 0;
  top: 0;
  z-index: 11;
}
#header {
  max-width: 1100px;
  margin: 0 auto;
}
#header #logo-wrap {
  float: left;
  padding: 24px 0 22px;
  /*position: relative;*/
  width: 350px;
}
#header #logo-wrap a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
#header #logo-wrap li {
  display: inline-block;
  vertical-align: middle;
}
#header #logo-wrap img.logo {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
#header #btnQuiz {
  padding-left: 29px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.4px;
  color: #5e5050;
  text-decoration: none;
}
#header #btnQuiz:hover {
  color: #ffd200;
}

#header #btnCashDoc {
  padding-left: 15px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.4px;
  color: #5e5050;
  text-decoration: none;
}
#header #btnCashDoc:hover {
  color: #ffd200;
}
#header #sns-wrap {
  float: right;
  padding: 38px 0 19px;
}
#header #sns-wrap a.sns {
  width: 40px;
  height: 40px;
  color: #989898;
  font-size: 28px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 28px;
}
#header #sns-wrap a.app-download {
  border-radius: 3px;
  background-color: #5e5050;
  color: #fff;
  font-size: 24px;
  padding: 15px 20px;
  line-height: 1em;
}

a.send-main {
  border-radius: 3px;
  background-color: #ffcb00;
  color: #525050;
  font-size: 15px;
  padding: 10px 16px;
  line-height: 1em;
}

#section-1 {
  height: 739px;
  text-align: center;
  background-image: url('../img/back_img.png');
  background-position: center 50%;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}
#section-1-parallax {
  background-image: url('../img/back_img.png');
  background-position: center 50%;
}
#section-1 .parallax-image-wrapper {
}
#section-1 .title {
  margin: 0 auto;
  padding-left: 37px;
  max-width: 1100px;
  text-align: left;
  line-height: 50px;
}
#section-1 .title img {
  width: 256.5px;
}
#section-1 .title {
  margin-bottom: 42px;
}
#section-1 .description {
  position: absolute;
  top: 125px;
  width: 100%;
}
#section-1 .description h1.big {
  margin-bottom: 12px;
}
#section-1 .start-wrap {
  position: absolute;
  z-index: 2;
  bottom: 100px;
  width: 100%;
}
#section-1 .start-wrap a#start-btn,
#section-1 .start-wrap a#samsung-start-btn {
  margin: 0 auto 34px;
  display: block;
  width: 223px;
  height: 48px;
  border-radius: 3px;
  background-color: #ffffff;
  text-align: center;
  color: #525050;
  font-size: 18px;
  line-height: 48px;
}
#section-1 .start-wrap a#scroll-down-btn {
  display: inline-block;
}
#section-1 #scroll-down-btn img {
  width: 36px;
  height: 18px;
  margin: 0 auto;
  display: block;
}
#section-2 {
  background-image: linear-gradient(to bottom, #fafafa, #e6e6e6);
}
#section-2-parallax {
  background-image: url('../img/section2-bg.png');
}
#section-2 .pr-image-object img {
  position: relative;
  left: -14%;
  /* right: -25%; */
  width: 150%;
  max-width: none;
}
#section-3.section.defaultPadding {
  padding-top: 360px;
}
#section-3.section .description.absol {
  top: -216px;
}
#section-3 .pr-image-object {
  max-width: 900px;
  margin: 0 auto;
  left: 100px;
}
#section-3 .pr-image-object .left {
  float: left;
  width: 216px;
  margin-top: 132px;
}
#section-3 .pr-image-object .list-item {
  font-size: 20px;
  color: #333;
  text-align: right;
}
#section-3 .pr-image-object .list-item .item {
  margin-bottom: 30px;
}
#section-3 .pr-image-object .list-item .item .text {
  clear: both;
}
#section-3 .pr-image-object .list-item .item div.f-right {
  float: right;
}
#section-3 .pr-image-object .list-item .item img {
  max-width: 100%;
  display: block;
  height: auto;
  width: auto;
  margin-bottom: 12px;
}
#section-3 .pr-image-object .right {
  float: right;
  width: 650px;
}
#section-4 .pr-image-object {
  max-width: 960px;
  margin: 0 auto;
  left: 100px;
}
#section-4 .pr-image-object .iphone {
  position: absolute;
  float: left;
  z-index: 1;
  bottom: 0;
  left: 50%;
  margin-left: -415px;
}
#section-4 .pr-image-object .content {
  float: right;
  position: relative;
  z-index: 2;
}
#section-5 .pr-image-object {
  max-width: 960px;
  margin: 0 auto;
  left: 100px;
}
#section-5 .pr-image-object .iphone {
  position: absolute;
  float: left;
  z-index: 1;
  bottom: 0;
  left: 50%;
  margin-left: -465px;
}
#section-5 .pr-image-object .content {
  float: right;
  position: relative;
  z-index: 2;
}
#section-6 .pr-image-object {
  max-width: 1141px;
  margin: 0 auto;
}
#section-7 {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #070707;
  background-position: center center;
  padding: 144px 20px 85px;
  overflow: hidden;
  text-align: center;
  color: #ffffff;
}
#section-7 .appText-wrap {
  margin-bottom: 60px;
}
#section-7 .appText-wrap .sub {
  font-size: 20px;
  margin-bottom: 12px;
}
#section-7 .appText-wrap .title {
  font-size: 42px;
  font-weight: bold;
}
#section-7 .appDownload-btn-wrap li {
  display: inline-block;
  margin: 0 9px;
}
.section-news {
  background-image: none !important;
}
#footer-container {
  background: #fafafa;
  color: #4d4d4d;
  padding: 60px 180px 48px;
  font-size: 14px;
  position: relative;
}
#footer {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
#footer #footer-logo {
  display: inline-block;
  margin-bottom: 36px;
}
#footer #footer-logo img {
  width: 86px;
  height: 24px;
  display: block;
}

#footer #footer-customer-wrap {
  line-height: 1.4em;
  margin-bottom: 12px;
}
#footer #footer-customer-wrap .phone {
  letter-spacing: 0.6px;
}
#footer #footer-customer-wrap .times {
  letter-spacing: 0.5px;
  color: #a9a9a9;
}
#footer #footer-customer-wrap #inquiry li {
  display: inline-block;
}

#footer #footer-address-copyright-wrap {
  line-height: 1.4em;
}
#footer #footer-address-copyright-wrap .info {
  letter-spacing: 0.6px;
}
#footer #footer-address-copyright-wrap .copyright {
  letter-spacing: 0.5px;
  color: #a9a9a9;
}
#footer-sns-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
}
#footer-sns-wrap a {
  display: inline-block;
  margin-left: 24px;
}
#footer-sns-wrap a:first-child {
  margin-left: 0;
}
#footer-sns-wrap a img {
  display: block;
  width: 48px;
  height: 48px;
}

@media (max-width: 1439px) {
  #footer-container,
  #header-container {
    padding-right: 90px;
    padding-left: 90px;
  }
  .section .description.absol {
    /*left:90px;*/
  }
}
@media (max-width: 1140px) {
  .section .description.absol {
    max-width: 390px;
  }
  .section .description h1.big {
    font-size: 42px;
  }
  .section .description h2.sub {
    font-size: 30px;
  }
  h2.sum {
    font-size: 22px;
  }
  #section-5 .pr-image-object,
  #section-3 .pr-image-object,
  #section-4 .pr-image-object {
    left: 50px;
  }
}
@media (max-width: 1024px) {
  #footer-container,
  #header-container {
    padding-right: 50px;
    padding-left: 50px;
  }
  .section .description.absol {
    /*left:50px;
        */
    top: 72px;
  }
  #section-3.section .description.absol {
    top: 72px;
  }
  #section-5 .pr-image-object,
  #section-3 .pr-image-object,
  #section-4 .pr-image-object {
    left: 24px;
  }
  #section-3.section.defaultPadding {
    padding-top: 0px;
  }
  #section-3.section.defaultPadding .container {
    padding-top: 200px;
  }
  .section.defaultPadding {
    padding-top: 72px;
  }
}
@media (max-width: 900px) {
  #section-3 .pr-image-object {
    text-align: center;
  }
  #section-3 .pr-image-object .left {
    width: 27%;
    float: none;
    margin-top: 61px;
    display: inline-block;
    vertical-align: bottom;
  }
  #section-3 .pr-image-object .right {
    width: 65%;
    float: none;
    display: inline-block;
    vertical-align: bottom;
  }
  #footer-sns-wrap {
    /*position:relative;
        margin-bottom:12px;*/
    bottom: auto;
    top: 0;
  }
}
@media (max-width: 780px) {
  #header #logo-wrap {
    float: left;
  }
  #header #logo-wrap img.logo {
    width: 50px;
    height: 50px;
  }
  #header #sns-wrap a.app-download {
    border-radius: 3px;
    line-height: 1em;
  }
  #header #sns-wrap {
    float: right;
  }
  #header #sns-wrap a.sns {
    font-size: 18px;
    margin-right: 10px;
  }
  .section.defaultPadding {
    padding-top: 0px;
  }
  .container {
    padding-top: 254px;
  }
  #section-5 .pr-image-object,
  #section-3 .pr-image-object,
  #section-4 .pr-image-object {
    padding: 0 24px;
  }
  #footer-container,
  #header-container {
    padding-right: 24px;
    padding-left: 24px;
  }
  #section-5 .pr-image-object .iphone {
    left: 0;
    right: 50%;
    margin-left: 0;
  }
  #section-5 .pr-image-object .content {
    width: 66%;
  }
  #footer {
    text-align: center;
  }
  #footer-sns-wrap {
    position: relative;
    margin-top: 36px;
    margin-bottom: 36px;
  }
}
@media (min-width: 641px) {
  .show640 {
    display: none !important;
  }
  .hide640 {
    display: block !important;
  }
  .show640-inilne {
    display: none !important;
  }
  .hide640-inilne {
    display: inline !important;
  }
}
@media (max-width: 640px) {
  .container {
    padding-top: 72px !important;
    height: 550px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .section.defaultPadding {
    padding-top: 0px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .show640 {
    display: block !important;
  }
  .hide640 {
    display: none !important;
  }
  .show640-inilne {
    display: inline !important;
  }
  .hide640-inilne {
    display: none !important;
  }
  .section .description h1.big {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .section .description h2.sub {
    font-size: 24px;
  }
  h2.sum {
    font-size: 16px;
  }
  .section .description.absol {
    left: 24px;
    right: 24px;
    width: auto;
    max-width: none;
  }
  /*#footer-sns-wrap {*/
  /*    position:relative;*/
  /*    margin-bottom:12px;*/
  /*    !*bottom: auto;*/
  /*    top: 0;*!*/
  /*}*/
  #footer-container,
  #header-container {
    padding-left: 24px;
    padding-right: 24px;
  }
  #section-1 {
    height: 336px;
    background-image: url(../img/back_img.png);
    background-position: center 120px;
  }

  #section-1-parallax {
    background-image: url('../img/back_img.png');
    background-position: center 50%;
  }

  /*#section-1,#section-2,#section-3,#section-4,#section-5,#section-6 {
        height:550px;
    }*/
  #section-1 .title {
    text-align: center;
    padding: 0;
    position: relative;
    left: 0;
    top: 3px;
  }
  #section-1 .title {
    margin-bottom: 24px;
  }
  #section-1 .title img {
    width: 128.3px;
  }
  #section-1 .description {
    top: 90px;
  }
  #section-1 .description h1.big {
    font-size: 20px;
  }
  .section .description h2.sub {
    font-size: 16px;
  }
  h2.sum {
    font-size: 12px;
  }
  #section-1 .start-wrap {
    bottom: 11px;
  }

  #section-1 #scroll-down-btn img {
    width: 18px;
    height: 9px;
  }

  #section-1 .start-wrap a#start-btn,
  #section-1 .start-wrap a#samsung-start-btn {
    display: block;
    margin: 0 auto 34px;
    width: 220px;
    height: 48px;
    border-radius: 3px;
    background-color: #ffffff;
    text-align: center;
    color: #525050;
    font-size: 18px;
    line-height: 48px;
  }

  #section-2 .pr-image-object {
    position: absolute;
    bottom: 0;
    left: -30%;
    right: -23%;
  }
  #section-3 .pr-image-object {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0;
  }
  #section-3 .pr-image-object .left {
    position: absolute;
    left: 24px;
    font-size: 10px;
    display: block;
    bottom: 122px;
  }
  #section-3 .pr-image-object .left .list-item {
    font-size: 10px;
  }
  #section-3 .pr-image-object .left .list-item .item-1 img {
    width: 50px;
  }
  #section-3 .pr-image-object .left .list-item .item-3 img,
  #section-3 .pr-image-object .left .list-item .item-2 img {
    width: 75px;
  }
  #section-3 .pr-image-object .right {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #section-3 .pr-image-object .right img {
    max-width: 215px;
    float: right;
  }
  #section-4 .pr-image-object {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 0;
    padding: 0;
  }
  #section-4 .pr-image-object img {
    max-width: 320px;
    margin: 0 auto;
  }
  #section-5 .pr-image-object {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 0;
    padding: 0;
  }
  #section-5 .pr-image-object img {
    max-width: 320px;
    margin: 0 auto;
  }
  #section-6 .pr-image-object {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 0;
    padding: 0;
  }
  #section-6 .pr-image-object img {
    max-width: 320px;
    margin: 0 auto;
  }
  #section-7 {
    padding: 45px 0px 36px;
  }
  #section-7 .appText-wrap {
    margin-bottom: 21px;
  }
  #section-7 .appText-wrap .sub {
    font-size: 10px;
    margin-bottom: 6px;
  }
  #section-7 .appText-wrap .title {
    font-size: 16px;
  }
  #section-7 .appDownload-btn-wrap a {
    margin: 0 4px;
  }
  #section-7 .appDownload-btn-wrap a img {
    width: 135px;
  }
  #footer-container {
    font-size: 10px;
    text-align: center;
    padding-top: 36px;
    padding-bottom: 48px;
  }
  #footer #footer-logo {
    margin-bottom: 9px;
  }
  #footer #footer-logo img {
    width: 43px;
    height: 12px;
    margin: 0 auto;
  }
  #footer-sns-wrap a {
    margin: 0 5px;
  }
  #footer #footer-customer-wrap .times,
  #footer #footer-address-copyright-wrap .copyright {
    font-size: 8px;
  }
}

@media (max-width: 414px) {
  #header #logo-wrap {
    width: 170px;
  }
  #header #logo-wrap img.logo {
    width: 30px;
    height: 30px;
  }
  #header #btnQuiz {
    padding-left: 8px;
    font-size: 16px;
  }
  #header #btnCashDoc {
    padding-left: 8px;
    font-size: 16px;
  }
  #header #sns-wrap {
    padding: 26px 0 19px;
  }
  #header #sns-wrap a.app-download {
    padding: 8px 13px;
    font-size: 14px;
  }
  #header #sns-wrap a.sns {
    width: 30px;
    height: 30px;
  }
  #header #sns-wrap a.sns img {
    width: 100%;
  }
}

@media (max-width: 375px) {
  #header-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  #header #logo-wrap {
    width: 150px;
  }
  #header #logo-wrap img.logo {
    width: 30px;
    height: 30px;
  }
  #header #btnQuiz {
    padding-left: 8px;
    font-size: 13px;
  }
  #header #btnCashDoc {
    padding-left: 5px;
    font-size: 13px;
  }
  #header #sns-wrap {
    padding: 26px 0 19px;
  }
  #header #sns-wrap a.app-download {
    padding: 8px 13px;
    font-size: 10px;
  }
  #header #sns-wrap a.sns {
    width: 27px;
    height: 27px;
  }
  #header #sns-wrap a.sns img {
    width: 100%;
  }
}

@media (max-width: 360px) {
  #header #sns-wrap {
    padding: 28px 0 19px;
  }
  #header #sns-wrap a.sns {
    margin-right: 5px;
  }
  #header #sns-wrap a.app-download {
    font-size: 14px;
  }
}

@media (max-width: 320px) {
  #header-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #header #logo-wrap {
    width: 140px;
  }
  #header #logo-wrap img.logo {
    width: 30px;
    height: 30px;
  }
  #header #btnQuiz {
    padding-left: 5px;
    font-size: 12px;
  }
  #header #btnCashDoc {
    padding-left: 5px;
    font-size: 12px;
  }
  #header #sns-wrap a.sns {
    width: 25px;
    height: 25px;
  }
  #header #sns-wrap a.app-download {
    font-size: 12px;
  }
}
</pre></body></html>