@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

/*eric css eset */
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%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family:
        -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial,
        "蘋方-繁", "PingFang TC", "Noto Sans TC", "黑體-繁", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}


blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


.wrapper {
    width: 100%;
    min-height: 98vh;
    background: #303030;
    padding: 0.88em 1.19em 0.88em 1.75em;
	background-attachment: fixed;
    background-repeat: no-repeat;
    background-position:left top 50px;
    background-image: url('images/20240916_cos_19201080.jpg');
    background-color: #303030;
	background-size: 100%;
}

@media screen and (max-width: 600px) {
    .wrapper {
		width: 100%;
		min-height: 100vh;
		background: #303030;
		padding: 0.88em 1.19em 0.88em 1.75em;
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-position:left top;
		background-image: url('images/20240916_cos_7201080.jpg');
		background-color: #303030;
		background-size: 100%;
	}
}

.top {
    display: flex;
    flex-direction: column;
    align-items: center;
}

h1 {
    color: #FFADF2;
    font-family: "Ubuntu", sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.125rem;
    letter-spacing: 0.075rem;
}

.title {
    color: #FFF;

    font-family: "Ubuntu", sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.125rem;
    letter-spacing: -0.01031rem;
}

.logo {
    margin: 1.75em 0;
    width: 250px;
}

.logoImg {
	max-width: 150px;
}

.newImg {
    width: 100%;
	max-width: 400px;
	margin-bottom: 1em;
}



.btn-group {
    display: flex;
    flex-direction: column;
    width: 31.2%;
    gap: 1.5em;
}

.btn {
    width: 100%;
    padding: 0.38em 0;
    border-radius: 5px;
    border: none;
    background: #FFADF2;
    color: #1E1E1E;
    text-align: center;
    font-family: "Ubuntu", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem;
    letter-spacing: -0.01031rem;
	max-width: 400px;

    cursor: pointer;
}

.ios {
    margin-bottom: 1.625em;
}

.detail {
    color: #FFF;
    font-family: Ubuntu;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7rem;
	max-width: 500px;
}

.detail a {color: #fff;}

.install {
    margin: 1.2em 0;
}

.first {
    margin: 0.32em 0 1.625em 0;
}

.middle {
    border-top: 0.5px solid #FFD3F8;
    border-bottom: 0.5px solid #FFD3F8;
    padding: 1em 0.375em 2.375em 0.375em;
}

.middle>.title,
.bottom>.title {
    margin-bottom: 1em;
}

.list {
    margin-bottom: 1.32em;
	list-style-position: inside;
}

.steps {
    width: 71%;
    display: flex;
    flex-direction: column;
    align-items: center;
	
}

.step {
    width: 100%;
	max-width: 400px;
}

.arrow {
    width: 100%;
	max-width: 40px;
}

.bottom {
    padding: 1.5em 0.4em 2.93em 0.4em;
}

.text-div {
    width:100%;
	max-width:500px;
}
