@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
}
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;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
	margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
	display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
	background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
	font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
	font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
	border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
	/* 1 */
	overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
	/* 1 */
	text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
	vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
	overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
	display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
	display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
	display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
	display: none;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
strong,
dt,
kbd kbd,
label,
.label {
	font-weight: 700;
}
.fwn,
.btn-link,
.radio label,
.checkbox label,
.radio-inline,
.checkbox-inline,
.input-group-addon,
.dropdown-menu > li > a,
.tooltip,
.popover {
	font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	height: 100%;
	position: relative;
	overflow-y: scroll;
}
body {
	color: #000000;
	font-family: "Pretendard Variable", Pretendard, -apple-system,
		BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI",
		"Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic",
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	background-color: #01a2be;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-break: keep-all;
	word-wrap: break-word;
}
body ::-moz-selection {
	color: inherit;
	background-color: #e6e6e6;
	background-color: rgba(0, 0, 0, 0.1);
	cursor: text;
}
body ::selection {
	color: inherit;
	background-color: #e6e6e6;
	background-color: rgba(0, 0, 0, 0.1);
	cursor: text;
}
body ::-moz-selection {
	color: inherit;
	background-color: #e6e6e6;
	background-color: rgba(0, 0, 0, 0.1);
	cursor: text;
}
a {
	color: inherit;
	text-decoration: none;
}
ul {
	padding-left: 0;
	list-style: none;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
input,
input[type="search"],
input[type="text"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input:before,
input[type="search"]:before,
input[type="text"]:before,
input:after,
input[type="search"]:after,
input[type="text"]:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	cursor: pointer;
}
a {
	cursor: pointer;
}
input[disabled] {
	background-color: #eee;
}
input::-moz-placeholder {
	color: #000000;
	opacity: 1;
	font-family: "Pretendard Variable", Pretendard, -apple-system,
		BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI",
		"Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic",
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	font-weight: 500;
}
input:-ms-input-placeholder {
	color: #000000;
	font-family: "Pretendard Variable", Pretendard, -apple-system,
		BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI",
		"Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic",
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	font-weight: 500;
}
input::-webkit-input-placeholder {
	color: #000000;
	font-family: "Pretendard Variable", Pretendard, -apple-system,
		BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI",
		"Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic",
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	font-weight: 500;
}
input[type="text"],
input[type="email"],
input[type="password"] {
	border: none;
	border-radius: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
	margin: 0;
}
img {
	max-width: 100%;
	vertical-align: top;
}
header,
footer,
section,
article,
aside,
div {
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}
.btn {
	display: inline-block;
	max-width: 100%;
	height: 47px;
	font-size: 18px;
	font-weight: 700;
	line-height: 47px;
	color: #ffffff;
	padding: 0 32px;
	border-radius: 7px;
	background: #ff6738;
}
.btn.alt {
	background: #ffac00;
}
.modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000000;
	background: rgba(0, 0, 0, 0.3);
	z-index: 100;
}
.modal .modal-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #ffffff;
	border-radius: 24px;
}
.modal.modal-opacity .modal-inner {
	background: #ffffff;
	background: rgba(255, 255, 255, 0.9);
}
.modal .title {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 32px;
}
.modal .desc {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
	color: #585858;
}
.modal .desc p + p {
	margin-top: 12px;
}
.modal .btn-wrap {
	margin-top: 32px;
}
.container {
	position: relative;
	width: 1148px;
	padding: 0 24px;
	margin: 0 auto;
}
.img-background {
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
}
.img-background img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: -webkit-calc(100% + 1px);
	height: calc(100% + 1px);
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.section {
	position: relative;
}
.img-connect {
	width: 585px;
	margin-top: -24px;
	margin-right: -10px;
	margin-bottom: 24px;
}
.logo {
	width: 120px;
}
.text {
	font-size: 16px;
	line-height: 1.5;
}
.small {
	font-size: 13px;
	line-height: 1.3;
}
body.is-home {
	height: 100%;
	background: #63e0ff;
}
body.is-home #bg {
	height: 100%;
}
.section-home {
	width: 100%;
	height: 100%;
}
.section-home .img-background {
	height: 100%;
}
.section-home .img-background img {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: auto;
}
.section-home .img-background .blur {
	-webkit-filter: blur(5px);
	filter: blur(5px);
}
.modal-home .modal-content {
	width: 800px;
	max-width: 100%;
	padding: 24px 24px 48px 24px;
	text-align: center;
}
.modal-home .logo {
	position: absolute;
	top: 24px;
	left: 24px;
}
.modal-home .btn {
	width: 223px;
}
body:not(.is-home) {
	overflow-y: auto;
}
.section-tile {
	margin-bottom: 177px;
}
.section-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	justify-content: center;
	align-items: center;
	padding: 18px 0;
}
.section-top .step-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
}
.section-top .step-wrap li {
	margin-right: 12px;
}
.section-top .step-wrap li:last-of-type {
	margin-right: 0;
}
.step-wrap img {
	width: 42px;
}
.section-title {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
	color: #ffffff;
}
.section-title .stage {
	font-weight: 400;
	color: #fffd5d;
	margin-right: 15px;
}
.tile-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px;
	background: #fffd5d;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.tile-wrap .tile {
	width: 535px;
	cursor: pointer;
}
.answer {
	cursor: pointer;
}
.circle {
	position: absolute;
	width: 100px;
	height: 100px;
}
.circle.x {
	position: fixed;
	z-index: 10;
}
.bar-container {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 1100px;
	max-width: 100%;
	height: 160px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	margin: 0 auto;
	padding: 27px 38px 0 38px;
	background: #ffffff;
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
	z-index: 100;
}
.bar-wrap {
	position: relative;
	width: 100%;
	height: 24px;
	margin-bottom: 13px;
	background: #dddddd;
	border-radius: 16px;
	overflow: hidden;
}
.bar-wrap .bar {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: #ff6738;
	-webkit-transition: width 1s;
	-o-transition: width 1s;
	transition: width 1s;
}
.status-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.status-container .logo {
	margin-left: auto;
}
.status-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 32px;
}
.status-wrap .label {
	margin-right: 15px;
}
.status-wrap .timer {
	font-size: 32px;
	line-height: 1.2;
	color: #ff6738;
}
.count-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.count-wrap li {
	width: 44px;
	height: 44px;
	margin-right: 6px;
	background: url(../img/betterworld/icon_o_sm_gray.png) no-repeat center;
	-webkit-background-size: 44px 44px;
	background-size: 44px;
}
.count-wrap .checked {
	background-image: url(../img/betterworld/icon_o_sm.png);
}
.modal-success .modal-content {
	width: 830px;
	padding: 37px 32px 48px 32px;
}
.modal-success .success-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.modal-success .step-wrap {
	width: 258px;
}
.modal-success .step-wrap li {
	margin-bottom: 12px;
}
.modal-success .step-wrap li span {
	font-size: 15px;
	font-weight: 500;
	line-height: 42px;
	color: #979797;
	margin-left: 11px;
}
.modal-success .step-wrap .active span {
	color: #000000;
}
.modal-success .desc-wrap {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.modal-success .btn {
	width: 269px;
}
.modal-fail .modal-content {
	padding: 48px 66px;
	text-align: center;
}
.modal-fail .btn-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: -6px;
	margin-right: -6px;
}
.modal-fail .btn-wrap .btn {
	margin: 0 6px;
}
.modal-form .modal-content {
	width: 800px;
	max-width: 100%;
	padding: 48px 24px;
	text-align: center;
}
.section-last {
	position: relative;
}
.section-last .world {
	display: block;
	/* position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); */
	max-width: unset;
	height: 100%;
	margin: 0 auto;
	opacity: 0.1;
	visibility: hidden;
	-webkit-transition: all 4s;
	-o-transition: all 4s;
	transition: all 4s;
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}
.section-last .active {
	opacity: 1;
	visibility: visible;
}
.section-last .btn-wrap {
	position: fixed;
	bottom: 40px;
	right: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -6px;
	z-index: 100;
}
.section-last .btn-wrap .btn {
	margin: 0 6px;
}
.guide {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	color: #ffffff;
	background: #000000;
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
	z-index: 101;
}
.guide .guide-arrow {
	position: absolute;
	top: -webkit-calc(50% - 12px);
	top: calc(50% - 12px);
	width: 27px;
}
.guide .guide-prev {
	left: 20px;
}
.guide .guide-next {
	right: 20px;
}
.guide .pointer {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.guide .pointer img {
	width: 20px;
	margin-bottom: 15px;
}
.stb-wrap {
	width: 320px;
	max-width: 100%;
	margin: 24px auto 0 auto;
	text-align: left;
}
.stb-wrap .stb_form_msg_error,
.stb-wrap .stb_form_result {
	font-size: 0;
	height: 0;
	width: 0;
}
.stb-wrap .btn {
	width: 100%;
}
.stb-wrap .stb_form_set_label {
	display: block;
	width: 100%;
	border-bottom: 1px solid #000000;
}
.stb-wrap .stb_form_set_label .stb_form_set_input {
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #000000;
	padding: 10px 0;
	background: transparent;
}
.stb-wrap .stb_form_set_label .stb_form_set_input::-moz-placeholder {
	color: #aaaaaa;
	opacity: 1;
	font-family: "Pretendard Variable", Pretendard, -apple-system,
		BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI",
		"Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic",
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	font-weight: 500;
}
.stb-wrap .stb_form_set_label .stb_form_set_input:-ms-input-placeholder {
	color: #aaaaaa;
	font-family: "Pretendard Variable", Pretendard, -apple-system,
		BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI",
		"Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic",
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	font-weight: 500;
}
.stb-wrap .stb_form_set_label .stb_form_set_input::-webkit-input-placeholder {
	color: #aaaaaa;
	font-family: "Pretendard Variable", Pretendard, -apple-system,
		BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI",
		"Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic",
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	font-weight: 500;
}
.stb-wrap .checkbox-img {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-bottom: 1px;
	margin-right: 4px;
	vertical-align: middle;
}
.stb-wrap .checkbox {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.stb-wrap .checkbox + .checkbox-img {
	background: url(../img/betterworld/ico-checkbox-off.svg) no-repeat center;
	-webkit-background-size: 18px 18px;
	background-size: 18px;
}
.stb-wrap .checkbox:checked + .checkbox-img {
	background: url(../img/betterworld/ico-checkbox-on.svg) no-repeat center;
	-webkit-background-size: 18px 18px;
	background-size: 18px;
}
.stb-wrap .stb_form_policy label,
.stb-wrap .stb_form_policy .stb_form_modal_open_btn {
	font-size: 13px;
	line-height: 24px;
	font-weight: 500;
	color: #585858;
}
.stb-wrap .stb_form_modal_open_btn {
	padding: 0;
	background: transparent;
	text-decoration: underline;
}
.stb-wrap .stb_form_policy-wrap {
	margin-top: 30px;
}
.title.alt {
	color: #ff6738;
}
.modal-home h1.title {
	margin: -12px 0 20px;
}
.modal-home .text {
	margin-bottom: 16px;
}
.modal table {
	margin: 16px auto;
}
.modal table td {
	border-bottom: 1px solid #aaa;
	padding: 6px 20px;
	vertical-align: middle;
	font-size: 15px;
}
@media screen and (min-width: 851px) and (min-height: 810px) {
	body:not(.is-home) {
		height: 100%;
	}
	body:not(.is-home) #bg {
		height: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media screen and (min-width: 851px) {
	.hide-on-pc {
		display: none;
	}
}
@media screen and (max-width: 850px) {
	.hide-on-mo {
		display: none;
	}
	.container {
		width: 100%;
	}
	.modal .modal-inner {
		width: -webkit-calc(100% - 70px);
		width: calc(100% - 70px);
		max-height: -webkit-calc(100% - 40px);
		max-height: calc(100% - 40px);
		background: #ffffff;
		overflow: auto;
	}
	.modal-home .logo {
		width: 80px;
		top: 16px;
		left: 16px;
	}
	.modal .title {
		text-align: center;
	}
	.modal-home h1.title {
		font-size: 18px;
		line-height: 150%;
		margin: 0 0 16px;
	}
	.modal .btn-wrap {
		margin-top: 24px;
	}
	.modal-home .modal-content {
		padding: 20px 20px 40px 20px;
	}
	.modal-home .img-connect {
		width: -webkit-calc(100% + 40px);
		width: calc(100% + 40px);
		max-width: -webkit-calc(100% + 40px);
		max-width: calc(100% + 40px);
		margin: 12px -20px 0 -20px;
	}
	.btn.stb_form_submit_button {
		padding: 0;
	}
	.btn {
		height: 42px;
		font-size: 16px;
		line-height: 42px;
		padding: 0 20px;
	}
	.modal-home .text {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 10px;
	}
	.section-tile {
		margin-bottom: 107px;
	}
	.section-top {
		padding: 23px 0 13px 0;
	}
	.section-top .step-wrap {
		display: none;
	}
	.section-title {
		font-size: 16px;
		line-height: 23px;
	}
	.tile-wrap {
		width: 100%;
	}
	.tile-wrap .tile {
		width: 100%;
	}
	.tile-wrap .tile:first-child {
		margin-bottom: 10px;
	}
	.circle {
		width: 60px;
		height: 60px;
	}
	.circle.x {
		position: absolute;
	}
	.bar-container {
		height: 87px;
		padding: 13px 14px 17px 14px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	.status-wrap .label {
		display: none;
	}
	.bar-wrap {
		height: 12px;
	}
	.status-container {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.status-container .logo {
		width: 87px;
		margin-left: 0;
	}
	.status-wrap {
		margin-right: 0;
	}
	.count-wrap li {
		width: 32px;
		height: 32px;
		-webkit-background-size: 32px 32px;
		background-size: 32px;
	}
	.modal-success .modal-content {
		width: 100%;
		padding: 32px 28px 42px 28px;
	}
	.modal-success .success-wrap {
		display: block;
	}
	.modal-success .step-wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
		margin-bottom: 28px;
	}
	.modal-success .step-wrap li {
		margin-bottom: 0;
	}
	.modal-success .step-wrap span {
		display: none;
	}
	.modal-fail .modal-content {
		padding: 32px 28px 42px 28px;
	}
	.modal-fail .btn-wrap .btn {
		width: 100%;
		max-width: 234px;
		padding: 0;
	}
	.modal-fail .btn-wrap .btn + .btn {
		margin-top: 10px;
	}
	.modal-form .modal-content {
		padding: 30px 20px;
	}
	.stb-wrap .stb_form_policy-wrap {
		margin-top: 15px;
	}
	.section-last .btn-wrap {
		bottom: 30px;
		right: 30px;
		display: block;
		width: 90px;
	}
	.section-last .btn-wrap .btn {
		width: 100%;
		padding: 0 20px;
		margin-top: 10px;
		font-size: 14px;
	}
	.section-last .world {
		/* position: absolute;
		left: 50%;
		margin-left: -50%;
		top: 0;
		transform: unset; */
	}
}

@media screen and (max-width: 767px) {
	
	.btn {
		height: 42px;
		font-size: 14px;
		line-height: 42px;
		padding: 0 15px;
	}
	
}
@media screen and (max-width: 300px) {
	.modal.modal-home h1 {
		font-size: 15px;
	}
	.modal .modal-inner {
		width: calc(100% - 32px);
	}
}
@media screen and (min-width: 1024px) and (max-height: 780px) {
	.bar-container {
		height: 76px;
		width: 1180px;
		display: flex;
		padding: 0 40px;
		align-items: center;
	}
	.bar-wrap {
		width: 60%;
		height: 12px;
		margin-top: 12px;
	}
	.status-wrap .label {
		display: none;
	}
	.status-container {
		width: 40%;
		justify-content: space-between;
		padding-left: 2%;
	}
	.status-container .status-wrap::after {
		content: "";
		display: block;
		width: 1px;
		height: 40px;
		margin-left: 30px;
		background-color: #ccc;
	}
	.status-container .status-wrap:first-child {
		order: 2;
	}
	.status-wrap .timer {
		width: 40px;
	}
	.status-container img {
		order: 3;
		width: 100px;
	}
}

/*
모달 성공
*/
.fade-enter-active,
.fade-leave-active {
	transition: opacity 1.5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
	opacity: 0;
}
.fade-leave, .fade-enter-to /* .fade-leave-active below version 2.1.8 */ {
	opacity: 1;
}

