@charset "UTF-8";
/*
 * branchline 2025
 */
.blind {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}

.blind.focusable:active, .blind.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/**
 * Remove default margin.
 */
body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

button,
input {
	margin: 0;
	padding: 0;
	color: #111;
}

.svg {
	display: block;
}

hr {
	display: none;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

* {
	word-break: keep-all;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

div.uploader input {
	padding-right: 145px;
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	font-display: swap;
	src: local("Pretendard Black"), url("../../fonts/Pretendard/Pretendard-Black.woff2") format("woff2"), url("../../fonts/Pretendard/Pretendard-Black.woff") format("woff");
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-display: swap;
	src: local("Pretendard ExtraBold"), url("../../fonts/Pretendard/Pretendard-ExtraBold.woff2") format("woff2"), url("../../fonts/Pretendard/Pretendard-ExtraBold.woff") format("woff");
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src: local("Pretendard Bold"), url("../../fonts/Pretendard/Pretendard-Bold.woff2") format("woff2"), url("../../fonts/Pretendard/Pretendard-Bold.woff") format("woff");
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: swap;
	src: local("Pretendard SemiBold"), url("../../fonts/Pretendard/Pretendard-SemiBold.woff2") format("woff2"), url("../../fonts/Pretendard/Pretendard-SemiBold.woff") format("woff");
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: swap;
	src: local("Pretendard Medium"), url("../../fonts/Pretendard/Pretendard-Medium.woff2") format("woff2"), url("../../fonts/Pretendard/Pretendard-Medium.woff") format("woff");
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src: local("Pretendard Regular"), url("../../fonts/Pretendard/Pretendard-Regular.woff2") format("woff2"), url("../../fonts/Pretendard/Pretendard-Regular.woff") format("woff");
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-display: swap;
	src: local("Pretendard Light"), url("../../fonts/Pretendard/Pretendard-Light.woff2") format("woff2"), url("../../fonts/Pretendard/Pretendard-Light.woff") format("woff");
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	font-display: swap;
	src: local("Pretendard ExtraLight"), url("../../fonts/Pretendard/Pretendard-ExtraLight.woff2") format("woff2"), url("../../fonts/Pretendard/Pretendard-ExtraLight.woff") format("woff");
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	font-display: swap;
	src: local("Pretendard Thin"), url("../../fonts/Pretendard/Pretendard-Thin.woff2") format("woff2"), url("../../fonts/Pretendard/Pretendard-Thin.woff") format("woff");
}

#skipNavi {
	position: absolute;
	margin: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 0px;
	z-index: 10001;
}

#skipNavi .title {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}

#skipNavi .title.focusable:active, #skipNavi .title.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

#skipNavi a {
	position: absolute;
	left: 0;
	top: -1000px;
	z-index: 1002;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #EF8124;
	color: #fff;
	z-index: 1000;
}

#skipNavi a.on {
	top: 0;
}

#skipNavi a:focus {
	top: 0;
	height: 30px;
}

/* btn */
.btn {
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	text-decoration: none;
	-webkit-appearance: none;
	border-width: 0;
	background-color: transparent;
}

.btn:before, .btn:after {
	content: "";
	display: table;
}

.btn:after {
	clear: both;
}

.btn[disabled] {
	pointer-events: none;
	cursor: not-allowed;
}

.btn[readonly] {
	pointer-events: none;
	cursor: not-allowed;
}

.btn.x-small {
	padding: 0 10px;
	height: 32px;
	line-height: 30px;
	font-size: 14px;
	font-weight: 400;
	border-radius: 4px;
	box-sizing: border-box;
}

.btn.small {
	padding: 0 30px;
	height: 48px;
	line-height: 46px;
	font-size: 16px;
	font-weight: 400;
	min-width: 100px;
	box-sizing: border-box;
	border-radius: 8px;
}

.btn.medium {
	padding: 0 30px;
	height: 56px;
	line-height: 54px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 8px;
}

.btn.large {
	padding: 0 20px;
	height: 56px;
	line-height: 54px;
	font-size: 16px;
	font-weight: 500;
	box-sizing: border-box;
	border-radius: 8px;
}

.btn.round {
	border-radius: 36px;
}

.btn.slightly {
	color: #fff;
	background: #CCCCCC;
}

.btn.normal {
	color: #000;
	border-style: solid;
	border-color: #D7D7D7;
	border-width: 1px;
	background: #ffffff;
	box-sizing: border-box;
}

.btn.weight {
	color: #ffffff;
	border-style: solid;
	border-color: #EF8125;
	background: #EF8125;
}

.btn.weighty {
	color: #EF8125;
	border-style: solid;
	border-color: #EF8125;
	border-width: 1px;
	background: #fff;
}

.btn.weightiest {
	color: #fff;
	border-style: solid;
	border-color: #222;
	background: #222;
}

.btn:disabled {
	color: #fff;
	background: #E7E8EC;
	border: 0 none;
}

.button-area {
	text-align: center;
	font-size: 0;
}

.button-area:after {
	content: '';
	display: block;
	clear: both;
}

.button-area.large {
	margin-top: 40px;
}

.button-area.half {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.button-area.half .btn {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.button-area .btn + .btn {
	margin-left: 10px;
}

/* form */
input[type="text"], input[type="password"], input[type="number"], input[type="tel"], input[type="email"], input[type="date"], input[type="search"], textarea.textarea, select.select {
	font-size: 14px;
	color: #646464;
}

input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, textarea.textarea::-webkit-input-placeholder, select.select::-webkit-input-placeholder {
	color: #929292;
}

input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="search"]::-moz-placeholder, textarea.textarea::-moz-placeholder, select.select::-moz-placeholder {
	color: #929292;
}

input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="search"]:-moz-placeholder, textarea.textarea:-moz-placeholder, select.select:-moz-placeholder {
	color: #929292;
}

input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, textarea.textarea:-ms-input-placeholder, select.select:-ms-input-placeholder {
	color: #929292;
}

input[type="text"], input[type="password"], input[type="number"], input[type="tel"], input[type="email"], input[type="date"], input[type="search"], input[type="file"] {
	-webkit-appearance: none;
	height: 50px;
	border-radius: 8px;
	background-color: transparent;
	background: #fff;
	box-sizing: border-box;
}

input[type="text"][disabled], input[type="password"][disabled], input[type="number"][disabled], input[type="tel"][disabled], input[type="email"][disabled], input[type="date"][disabled], input[type="search"][disabled], input[type="file"][disabled] {
	background-color: #f7f7f7;
	border-color: #CCCCCC !important;
}

input[type="text"][disabled]:hover, input[type="password"][disabled]:hover, input[type="number"][disabled]:hover, input[type="tel"][disabled]:hover, input[type="email"][disabled]:hover, input[type="date"][disabled]:hover, input[type="search"][disabled]:hover, input[type="file"][disabled]:hover {
	border-color: #f7f7f7;
}

input[type="text"][readonly], input[type="password"][readonly], input[type="number"][readonly], input[type="tel"][readonly], input[type="email"][readonly], input[type="date"][readonly], input[type="search"][readonly], input[type="file"][readonly] {
	background-color: #f7f7f7;
	border-color: #CCCCCC !important;
}

input[type="text"][readonly]:hover, input[type="password"][readonly]:hover, input[type="number"][readonly]:hover, input[type="tel"][readonly]:hover, input[type="email"][readonly]:hover, input[type="date"][readonly]:hover, input[type="search"][readonly]:hover, input[type="file"][readonly]:hover {
	border-color: #f7f7f7;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=text]::-ms-clear {
	display: none;
}

.input-text {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 56px;
	line-height: 56px;
}

.input-text input {
	display: block;
	border: 1px solid #eeeeee;
	color: #aaaaaa;
	width: calc(100% - 20px);
	height: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	line-height: 56px;
	/* &:placeholder-shown {
			border-color: #eeeeee;
		}
		&:-ms-input-placeholder{
			border-color: #eeeeee;
		} */
}

.input-text input:valid {
	border: 1px solid #CCCCCC;
	color: #222;
}

.input-text input:hover {
	border: 1px solid #000000;
}

.input-text input:focus {
	border: 1px solid #000000;
	outline: none;
}

.input-text.err input {
	border: 1px solid #D10000;
}

.input-text.err .error {
	display: block;
	color: #D10000;
	font-size: 10px;
	margin-top: 5px;
}

.input-text .error {
	display: none;
}

.input-text .time {
	position: absolute;
	right: 20px;
	top: 16px;
	color: #B7B7B7;
	line-height: 1.5;
}

.text-area {
	width: 100%;
}

.text-area.view {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	max-height: 3em;
	line-height: 1.5em;
	white-space: normal;
}

.text-area textarea {
	width: 100%;
	height: 106px;
	line-height: 1.5;
	padding: 16px 20px;
	font-size: 14px;
	box-sizing: border-box;
	border-radius: 8px;
	border: 1px solid #CCCCCC;
	vertical-align: top;
	resize: none;
	overflow: initial;
}

.text-area textarea::placeholder {
	color: #aaa;
	font-weight: 400;
}

.text-area textarea:placeholder-shown {
	border-color: #CCCCCC;
}

.text-area textarea:focus {
	outline: 1px solid #000;
	border: 0 none;
}

.text-area textarea:focus-visible {
	border: 1px solid #000;
}

.text-area textarea:valid {
	border: 1px solid #CCCCCC;
	color: #000;
}

.input-search {
	display: inline-block;
	position: relative;
	vertical-align: top;
	height: 48px;
	line-height: 48px;
	width: 400px;
}

.input-search input {
	width: 100%;
	height: 100%;
	vertical-align: top;
	padding: 0 80px 0 15px;
	box-sizing: border-box;
	border: 1px solid #eeeeee;
	text-align: left;
	/*&:placeholder-shown {
			border-color: #eeeeee;
		}
		&:-ms-input-placeholder{
			border-color: #eeeeee;
		} */
}

.input-search input:valid {
	border: 1px solid #CCCCCC;
	color: #222;
}

.input-search input:hover {
	border: 1px solid #000000;
}

.input-search input:focus {
	border: 1px solid #000000;
	outline: none;
}

.input-search .btn-search {
	width: 20px;
	height: 20px;
	background: url("../../images/common/ico_search.png") 0 center no-repeat;
	background-size: 100% auto;
	border: 0 none;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -10px;
}

.hyphen, .dash {
	display: inline-block;
	font-size: 16px;
	color: #292929;
	line-height: 55px;
	vertical-align: top;
	margin: 0 6px;
}

.label-text {
	font-size: 16px;
	color: #222222;
	margin-left: 10px;
	line-height: 56px;
}

.radio + .radio, .checkbox + .checkbox {
	margin-top: 0;
}

.check, .checkbox {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin: 0;
}

.check + .check, .checkbox + .check {
	margin-left: 22px;
}

.check + .checkbox, .checkbox + .checkbox {
	margin-top: 20px;
}

.check input[type=checkbox] + label, .checkbox input[type=checkbox] + label {
	padding-left: 30px;
	min-height: 20px;
	height: auto;
	background-position: 0 0;
	font-weight: 400 !important;
}

.radio {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin: 0;
}

.radio + .radio {
	margin-left: 22px;
}

.radio input[type=radio] + label {
	padding-left: 30px;
}

input + .label:empty {
	display: inline-block;
}

input[type=checkbox] {
	margin-left: -2px;
	margin-top: -2px;
	opacity: 0;
	position: absolute;
}

input[type=checkbox] + label {
	display: inline-block;
	height: 20px;
	line-height: 19px;
	padding: 0;
	padding-left: 20px;
	background: url("../../images/common/check.png") 0 center no-repeat;
	background-size: 20px auto;
	vertical-align: middle;
	font-weight: normal;
	color: #222222;
	text-align: left;
	font-size: 16px;
	margin-bottom: 0;
}

input[type=checkbox]:checked + label {
	background-image: url("../../images/common/check_active.png");
}

input[type=checkbox]:checked[disabled] + label, input[type=checkbox]:checked[readonly] + label {
	background-image: url("../../images/common/check_disabled_active.png");
}

input[type=checkbox][disabled] + label, input[type=checkbox][readonly] + label {
	background-image: url("../../images/common/check_disabled.png");
}

input[type=radio] {
	margin-left: -2px;
	margin-top: -2px;
	opacity: 0;
	position: absolute;
}

input[type=radio] + label {
	display: inline-block;
	height: 20px;
	line-height: 19px;
	padding-left: 20px;
	background: url("../../images/common/radio.png") no-repeat 0 0;
	background-size: 20px auto;
	vertical-align: middle;
	font-weight: normal;
	color: #222222;
	text-align: left;
	font-size: 16px;
	margin-bottom: 0;
}

input[type=radio]:checked + label {
	background-image: url("../../images/common/radio_active.png");
}

input[type=radio]:checked[disabled] + label, input[type=radio]:checked[readonly] + label {
	background-image: url("../../images/common/radio_disabled_active.png");
}

input[type=radio][disabled] + label, input[type=radio][readonly] + label {
	background-image: url("../../images/common/radio_disabled.png");
}

.input-date {
	vertical-align: top;
	position: relative;
	display: inline-block;
	height: 56px;
	width: 173px;
	overflow: hidden;
	box-sizing: border-box;
}

.input-date input {
	width: 100%;
	height: 100%;
	border: 0 none;
	padding: 0;
	text-indent: 20px;
	text-align: left;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	background-color: #fff;
	border-radius: 8px;
	/* &:placeholder-shown {
			border-color: #eeeeee;
		}
		&:-ms-input-placeholder{
			border-color: #eeeeee;
		} */
}

.input-date input:valid {
	border: 1px solid #CCCCCC;
	color: #646464;
}

.input-date input:hover {
	border: 1px solid #000000;
	outline: none;
}

.input-date input:focus {
	border: 1px solid #000000;
	outline: none;
}

.input-date input::-webkit-inner-spin-button, .input-date input::-webkit-calendar-picker-indicator {
	display: none;
	-webkit-appearance: none;
}

.input-date .btn-date {
	display: block;
	position: absolute;
	right: 10px;
	top: 18px;
	width: 22px;
	height: 20px;
	background: url("../../images/common/ico_calender.png") 0 0 no-repeat;
	background-size: 100%;
}

.insert {
	display: flex;
	align-items: center;
}

.select-box.small select {
	height: 48px;
	padding: 0 48px 0 20px;
	width: auto;
}

.select-box select {
	font-size: 14px;
	height: 56px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 48px 0 20px;
	border: 1px solid #CCCCCC;
	background: url("../../images/common/select_arrow.png") right 20px center no-repeat;
	background-size: 12px;
	border-radius: 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.select-box select::-ms-expand {
	display: none;
}

.select-ui {
	position: relative;
	width: auto;
}

.select-ui::after {
	content: '';
	position: absolute;
	right: 20px;
	top: 50%;
	width: 24px;
	height: 24px;
	background: url("../../images/common/select_arrow.png") right center no-repeat;
	background-size: 12px;
	margin-top: -12px;
}

.select-ui.small {
	display: inline-block;
}

.select-ui.small > button {
	height: 48px;
	padding: 0 56px 0 20px;
}

.select-ui.small ul {
	top: 47px;
}

.select-ui.selected > button {
	color: #222;
}

.select-ui.on ul {
	display: block;
}

.select-ui.on > button {
	color: #222;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select-ui.on::after {
	background-image: url("../../images/common/select_arrow_on.png");
}

.select-ui.err > button {
	border-color: #D10000;
}

.select-ui > button {
	padding: 0 50px 0 16px;
	height: 55px;
	width: 100%;
	font-size: 14px;
	color: #707070;
	text-align: left;
	border-radius: 8px;
	border: solid 1px #CCCCCC;
	background: transparent;
	background-color: #fff;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	letter-spacing: -0.36px;
}

.select-ui ul {
	display: none;
	position: absolute;
	top: 54px;
	left: 0;
	z-index: 1;
	width: 100%;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	overflow: hidden;
}

.select-ui ul li {
	height: 50px;
	line-height: 50px;
	background-color: #fff;
}

.select-ui ul li:before, .select-ui ul li:after {
	content: "";
	display: table;
}

.select-ui ul li:after {
	clear: both;
}

.select-ui ul li:hover {
	background-color: #f7f7f7;
}

.select-ui ul li:hover button:disabled {
	background-color: #fff;
}

.select-ui ul li button {
	display: block;
	padding: 0 16px;
	width: 100%;
	font-size: 14px;
	text-align: left;
	border: none;
	box-sizing: border-box;
	background: transparent;
	letter-spacing: -0.36px;
}

.select-ui ul li button:disabled {
	color: #cccccc;
}

.select-color {
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 18px;
}

.color-select {
	position: relative;
	width: auto;
	background-color: #fff;
}

.color-select::after {
	content: '';
	position: absolute;
	right: 20px;
	top: 50%;
	width: 24px;
	height: 24px;
	background: url("../../images/common/select_arrow.png") right center no-repeat;
	background-size: 12px;
	margin-top: -12px;
}

.color-select > button .color {
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 14px;
}

.color-select.on ul {
	display: flex;
	flex-wrap: wrap;
	max-height: 269px;
	border-top: 1px solid #fff;
}

.color-select.on > button {
	color: #222;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.color-select.on::after {
	background-image: url("../../images/common/select_arrow_on.png");
}

.color-select > button {
	padding: 0 50px 0 16px;
	height: 55px;
	width: 100%;
	font-size: 14px;
	color: #707070;
	text-align: left;
	border-radius: 8px;
	border: solid 1px #CCCCCC;
	background: transparent;
	background-color: #fff;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	letter-spacing: -0.36px;
}

.color-select ul {
	display: none;
	position: absolute;
	top: 54px;
	left: 0;
	z-index: 1;
	width: 100%;
	padding: 10px;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	overflow: hidden;
}

.color-select ul li {
	display: block;
	line-height: 18px;
	background-color: #fff;
}

.color-select ul li:before, .color-select ul li:after {
	content: "";
	display: table;
}

.color-select ul li:after {
	clear: both;
}

.color-select ul li button {
	display: block;
	padding: 4px;
	width: 100%;
	font-size: 14px;
	text-align: left;
	border: none;
	box-sizing: border-box;
	background: transparent;
	letter-spacing: -0.36px;
}

.color-select ul li button span {
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 9px;
}

.color-select ul li button:disabled {
	color: #cccccc;
}

.fieldset {
	position: relative;
	padding: 30px 0;
}

.fieldset legend {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}

.fieldset legend.focusable:active, .fieldset legend.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.fieldset .field {
	display: flex;
	padding: 0;
	align-items: flex-start;
	width: 100%;
}

.fieldset .field:before, .fieldset .field:after {
	content: "";
	display: table;
}

.fieldset .field:after {
	clear: both;
}

.fieldset .field + .field {
	margin-top: 20px;
}

.fieldset .field .field-cell {
	vertical-align: middle;
	width: calc(100% - 175px);
}

.fieldset .field .field-cell.label {
	width: 175px;
	height: 56px;
	line-height: 56px;
}

.fieldset .field .field-cell.label.type01 {
	width: 100px;
}

.fieldset .field .field-cell.label.type01 + .field-cell {
	width: calc(100% - 100px);
}

.fieldset .field .field-cell.label.type02 {
	width: 120px;
}

.fieldset .field .field-cell.label.type02 + .field-cell {
	width: calc(100% - 120px);
}

.fieldset .field .field-cell.field-thumb {
	width: auto;
	margin-right: 40px;
}

.fieldset .field .field-cell.type01 {
	padding-bottom: 10px;
}

.fieldset .field .field-cell.one-cell {
	width: 100%;
}

.fieldset .field .label {
	display: block;
	font-size: 16px;
	font-weight: 500;
}

.fieldset .field .label label {
	display: inline-block;
	padding-top: 0;
}

.fieldset .field .insert {
	display: flex;
	float: none;
	min-height: 56px;
	line-height: 1.5;
}

.fieldset .field .insert + .insert {
	margin-top: 10px;
}

.fieldset .field .insert + .insert + .info-text {
	margin-top: 10px;
}

.fieldset .field .insert.view .input-text {
	height: auto;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	max-height: 3em;
	line-height: 1.5em;
	white-space: normal;
}

.fieldset .field .insert .type-size-1 {
	width: 100%;
	flex: 1;
}

.fieldset .field .insert .type-size-2 {
	width: 212px;
}

.fieldset .field .insert .type-size-3 {
	width: 217px;
}

.fieldset .field .insert .type-size-4 {
	width: 299px;
}

.fieldset .field .insert .input-text input {
	width: 100%;
}

.fieldset .field .insert .input-text + .btn {
	margin-left: 10px;
}

.fieldset .field .insert .input-text + .input-text {
	margin-left: 10px;
}

.fieldset .field .insert .input-text + .select-wrap {
	margin-left: 10px;
}

.fieldset .field .insert .input-text + .select-ui {
	margin-left: 10px;
}

.fieldset .field .insert .select-ui + .input-text {
	margin-left: 10px;
}

.fieldset .field .insert .select-ui + .select-ui {
	margin-left: 10px;
}

.fieldset .field .insert .btn.medium {
	width: 148px;
	margin-left: 10px;
}

.fieldset .field .insert .btn.ml0 {
	margin-left: 0;
}

.fieldset .field .verify-wrap {
	font-size: 14px;
	margin-top: 8px;
}

.fieldset .field .verify-wrap .verify-check span {
	color: #666;
}

.fieldset .field .verify-wrap .verify-check .verify {
	position: relative;
	margin-left: 4px;
	padding-left: 8px;
}

.fieldset .field .verify-wrap .verify-check .verify:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 12px;
	margin-top: -5px;
	display: block;
	background-color: #ccc;
}

.fieldset .field .verify-wrap .verify-check .verify.error {
	color: #D10000;
}

.fieldset .field .verify-wrap .verify-check .verify.low {
	color: #D10000;
}

.fieldset .field .verify-wrap .verify-check .verify.normal {
	color: #D19200;
}

.fieldset .field .verify-wrap .verify-check .verify.good {
	color: #0ED100;
}

.fieldset .field .verify-wrap p {
	margin-top: 4px;
	font-size: 14px;
	color: #8E8E8E;
}

.fieldset .field .inp-validation {
	display: none;
	color: #F31515;
	font-size: 14px;
	margin-top: 8px;
}

.fieldset .field .summary-text {
	color: #666;
	font-size: 14px;
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	.fieldset .field {
		display: block;
	}
	.fieldset .field .field-cell {
		width: 100%;
	}
}

.member-form .fieldset + .button-area.large {
	margin: 40px auto 0;
	justify-content: center;
}

.member-form .fieldset + .button-area.large .btn {
	max-width: 200px;
}

.member-form .check-wrap {
	border: 1px solid #ddd;
	padding: 20px 0;
}

.member-form .check-wrap .checkbox {
	display: block;
	padding: 0 20px;
}

.member-form .check-wrap .checkbox.all {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

@media (max-width: 768px) {
	.button-area {
		display: flex;
	}
	.button-area .btn.large {
		min-width: auto;
	}
}

#header {
	position: fixed;
	width: 100%;
	height: 70px;
	box-sizing: border-box;
	z-index: 20;
}

#header.sticky {
	background-color: #fff;
}

#header .header-wrap {
	display: flex;
	position: relative;
	box-sizing: border-box;
	align-items: center;
}

#header .header-wrap h1 {
	font-size: 16px;
	font-weight: 600;
	padding-left: 60px;
	padding-top: 14px;
}

#header .header-wrap h1 a {
	display: block;
	width: 126px;
	height: 41px;
	background: url("../../images/common/logo_waggle.svg") 0 0 no-repeat;
	background-size: 100% auto;
}

@media (max-width: 1280px) {
	#header .header-wrap h1 {
		padding-left: 20px;
	}
}

/* 푸터 */
#footer {
	border-top: 1px solid #d1d1d1;
	padding: 50px 0 70px;
}

#footer .footer-content {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	font-size: 14px;
	padding: 0 20px;
}

#footer .footer-content .footer-menu {
	gap: 20px;
}

#footer .footer-content .footer-info {
	margin-top: 30px;
	color: #666;
}

#footer .footer-content .copy {
	margin-top: 30px;
	color: #666666;
}

#footer .footer-content .footer-customer {
	position: absolute;
	right: 20px;
	top: 0;
}

#footer .footer-content .footer-customer strong {
	display: block;
	font-size: 20px;
}

#footer .footer-content .footer-customer .tel {
	font-size: 20px;
	color: #EF8124;
	margin-top: 10px;
}

#footer .footer-content .footer-customer .tel a {
	color: #EF8124;
}

#footer .footer-content .footer-customer ul {
	margin-top: 10px;
}

@media (max-width: 1024px) {
	#footer .footer-content .footer-customer {
		position: static;
		margin-top: 20px;
	}
	#footer .footer-content .footer-customer strong {
		font-size: 20px;
		font-weight: 500;
	}
	#footer .footer-content .footer-customer .tel {
		font-size: 20px;
		font-weight: 500;
		margin-top: 0;
	}
}

#footer .footer-content .footer-logo {
	padding: 20px 40px;
	margin-top: 30px;
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #F8F8F8;
}

#footer .footer-content .footer-logo .logo {
	display: block;
	width: 126px;
	height: 41px;
	background: url("../../images/common/logo_waggle.svg") 0 0 no-repeat;
	background-size: 100% auto;
}

#footer .footer-content .footer-logo .btn {
	display: block;
	background-color: #EF8125;
	height: 42px;
	line-height: 42px;
	padding: 0 20px;
	border-radius: 20px;
	color: #fff;
}

@media (max-width: 720px) {
	#footer .footer-content .footer-logo {
		padding: 20px 20px;
	}
	#footer .footer-content .footer-logo .logo {
		width: 124px;
		height: 40px;
	}
}

html {
	font-size: 14px;
	font-family: "Pretendard", "돋움", Dotum, Helvetica, Arial, sans-serif;
	/* height: -webkit-fill-available; */
	/* -webkit-overflow-scrolling : touch !important; */
}

html, html a {
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
	color: #19191A;
}

body {
	color: #19191A;
	font-family: "Pretendard", "돋움", Dotum, Helvetica, Arial, sans-serif;
	line-height: 1.5;
	background: transparent;
	-webkit-text-size-adjust: none;
	font-size: 14px;
	/* -webkit-overflow-scrolling : touch !important; */
}

* {
	-webkit-text-size-adjust: none;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.cont-left {
	float: left;
}

.cont-right {
	float: right;
}

.cont-half {
	width: 50%;
}

.cont-flex {
	display: flex;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.w100 {
	width: 100%;
}

.w140 {
	width: 140px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mo {
	display: none;
}

.em {
	font-style: normal;
}

.em.disable {
	color: #E7E8EC;
}

.em.slightly {
	color: #A3A3A3;
}

.em.weight {
	color: #EF8124;
}

.ellipsis {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.multi-ellipsis {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	max-height: 3em;
	line-height: 1.5em;
	white-space: normal;
}

.asterisk::after {
	content: '*';
	display: inline-block;
	vertical-align: top;
	margin-top: 2px;
	margin-left: 2px;
	color: #FA5252;
}

#loading {
	position: fixed;
	left: 50%;
	top: 50%;
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 6px solid #ef8124;
	border-radius: 50%;
	border-top-color: #fff;
	animation: spin 1s infinite linear;
	-webkit-animation: spin 1s infinite linear;
	z-index: 99;
}

@keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
	}
}

.content-privacy {
	max-width: 1280px;
	margin: 0 auto;
	padding: 150px 20px;
}

.content-privacy h2 {
	font-size: 35px;
	text-align: center;
	padding-bottom: 100px;
}

.content-privacy .cont {
	margin-top: 10px;
	color: #383838;
}

.content-privacy .cont + h3 {
	margin-top: 30px;
}

.content-privacy .cont p + ol {
	margin-top: 10px;
}

.content-privacy .cont ol {
	padding-left: 15px;
	list-style: auto;
}

.content-privacy .cont ol .hangul {
	margin: 8px 0;
}

.content-privacy .cont ol .inside {
	list-style: disc;
	margin: 8px 0;
}

.content-privacy .cont .hangul {
	list-style: hangul;
	padding-left: 15px;
}

@media (max-width: 768px) {
	.pc {
		display: none;
	}
	.mo {
		display: block;
	}
	#header .header-wrap h1 {
		padding-left: 20px;
	}
	.content-privacy {
		padding: 100px 20px;
	}
	.content-privacy h2 {
		font-size: 25px;
		text-align: center;
		padding-bottom: 50px;
	}
}

/*popup-wrap*/
.dimmed {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 10;
}

.layer-popup {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 22;
}

.layer-popup.active {
	display: block;
}

.layer-popup .popup-wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	max-width: 640px;
	box-sizing: border-box;
	transform: translate(-50%, -50%);
	background-color: #fff;
	box-shadow: 0px 8px 12px 0px rgba(16, 24, 40, 0.08);
	z-index: 11;
}

.layer-popup .popup-content {
	width: 100%;
}

.layer-popup .popup-content .w100 img {
	width: 100%;
}

.layer-popup .popup-footer {
	background-color: #fff;
}

.layer-popup .popup-footer .footer-button {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.layer-popup .popup-footer .footer-button a {
	position: relative;
	flex: 1;
	display: block;
	width: 100%;
	height: 100%;
}

.layer-popup .popup-footer .footer-button a + a::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 22px;
	margin-top: -11px;
	background-color: #D9D9D9;
}

.main-wrap {
	overflow-x: hidden;
	margin: 0 auto;
}

.main-wrap .btn-apple {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 186px;
	height: 64px;
	text-align: center;
	border: 1px solid #EF8125;
	border-radius: 8px;
	background-color: #fff;
	font-size: 16px;
}

.main-wrap .btn-apple i {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 5px;
	background: url("../../images/common/ico_apple.svg") 0 0 no-repeat;
}

.main-wrap .btn-google {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 186px;
	height: 64px;
	text-align: center;
	border: 1px solid #EF8125;
	border-radius: 8px;
	background-color: #fff;
	font-size: 16px;
}

.main-wrap .btn-google i {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 5px;
	background: url("../../images/common/ico_google.svg") 0 0 no-repeat;
}

.main-wrap .btn-download {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 186px;
	height: 64px;
	text-align: center;
	border: 1px solid #EF8125;
	border-radius: 8px;
	background-color: #fff;
	font-size: 16px;
}

.main-wrap .btn-download i {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 5px;
	background: url("../../images/common/ico_download.svg") 0 0 no-repeat;
}

.main-wrap .main-visual {
	width: 100%;
	background: url("../../images/common/bg_main_visual.png") 0 0 no-repeat;
	height: 1003px;
	min-height: 100%;
	max-height: 1003px;
	background-size: cover;
}

.main-wrap .main-visual .cont-wrap {
	position: relative;
	max-width: 1730px;
	height: 100%;
	margin: 0 auto;
	padding: 160px 60px 0;
	background: url("../../images/common/thumb_main_visual.png") right top 150px no-repeat;
	box-sizing: border-box;
}

.main-wrap .main-visual .cont-wrap h2 {
	font-size: 100px;
	line-height: 1.2;
}

.main-wrap .main-visual .cont-wrap p {
	font-size: 28px;
	line-height: 1.5;
	margin-top: 40px;
}

.main-wrap .main-visual .cont-wrap .cont {
	position: relative;
	z-index: 1;
}

.main-wrap .main-visual .cont-wrap .cont-thumb {
	position: absolute;
	right: 0;
	top: 0;
}

.main-wrap .main-visual .cont-wrap .cont-thumb img {
	width: 100%;
}

.main-wrap .main-visual .button-area {
	margin-top: 80px;
	display: flex;
	gap: 10px;
}

@media (max-width: 1580px) {
	.main-wrap .main-visual .cont-wrap {
		background-size: 64vw;
	}
	.main-wrap .main-visual .cont-wrap h2 {
		font-size: 6.5vw;
	}
	.main-wrap .main-visual .cont-wrap p {
		font-size: 1.8vw;
	}
}

@media (max-width: 1280px) {
	.main-wrap .main-visual {
		background: #FFFAE5 url("../../images/common/thumb_main_visual_m.png") center bottom no-repeat;
		background-size: 700px auto;
		height: 100vh;
		min-height: 100%;
		max-height: 1024px;
	}
	.main-wrap .main-visual .cont-wrap {
		padding: 120px 20px 0;
		background: transparent;
	}
	.main-wrap .main-visual .cont-wrap p {
		margin-top: 33px;
	}
	.main-wrap .main-visual .button-area {
		margin-top: 26px;
	}
}

@media (max-width: 768px) {
	.main-wrap .main-visual {
		background-size: 100% auto;
	}
	.main-wrap .main-visual .cont-wrap {
		padding-top: 110px;
	}
	.main-wrap .main-visual .cont-wrap h2 {
		font-size: 38px;
	}
	.main-wrap .main-visual .cont-wrap p {
		font-size: 14px;
	}
	.main-wrap .main-visual .btn-google {
		height: 50px;
		width: 162px;
	}
	.main-wrap .main-visual .btn-apple {
		height: 50px;
		width: 162px;
	}
}

.main-wrap .main-user-story .cont-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main-wrap .main-user-story .cont-wrap:nth-child(even) {
	flex-direction: row-reverse;
}

.main-wrap .main-user-story .cont-wrap:nth-child(even) .bg {
	left: auto;
	right: -300px;
}

.main-wrap .main-user-story .cont-wrap:nth-child(even) .insert {
	flex-direction: row-reverse;
}

.main-wrap .main-user-story .cont-wrap .insert {
	max-width: 1280px;
	margin: 0 auto;
	justify-content: space-between;
}

.main-wrap .main-user-story .cont-wrap .cont {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.main-wrap .main-user-story .cont-wrap h2 {
	font-size: 28px;
	color: #EF8125;
}

.main-wrap .main-user-story .cont-wrap h3 {
	font-size: 60px;
	margin-top: 30px;
	line-height: 1.2;
}

.main-wrap .main-user-story .cont-wrap p {
	margin-top: 90px;
	font-size: 18px;
	line-height: 1.5;
}

.main-wrap .main-user-story .cont-wrap .cont-thumb {
	margin-top: 150px;
}

.main-wrap .main-user-story .cont-wrap .cont-thumb img {
	width: 100%;
}

.main-wrap .main-user-story .cont-wrap .bg {
	position: absolute;
	bottom: -20%;
	left: -300px;
	width: 523px;
	height: 546px;
	background: url("../../images/common/bg_round_01.png") 0 0 no-repeat;
	background-size: 100% auto;
	opacity: 1 !important;
	z-index: -1;
}

@media (max-width: 1400px) {
	.main-wrap .main-user-story .cont-wrap {
		padding: 0 20px;
		box-sizing: border-box;
	}
}

@media (max-width: 1280px) {
	.main-wrap .main-user-story .cont-wrap h2 {
		font-size: 2vw;
	}
	.main-wrap .main-user-story .cont-wrap h3 {
		font-size: 4.7vw;
	}
	.main-wrap .main-user-story .cont-wrap p {
		font-size: 1.5vw;
	}
	.main-wrap .main-user-story .cont-wrap .cont-thumb {
		width: 60%;
	}
	.main-wrap .main-user-story .cont-wrap .bg {
		width: 35vw;
		height: 36.5vw;
		left: -19vw;
	}
	.main-wrap .main-user-story .cont-wrap:nth-child(even) .bg {
		left: auto;
		right: -19vw;
	}
}

@media (max-width: 768px) {
	.main-wrap .main-user-story .cont-wrap {
		display: block;
		margin-top: 70px;
		padding: 0;
	}
	.main-wrap .main-user-story .cont-wrap .insert {
		display: block;
	}
	.main-wrap .main-user-story .cont-wrap h2 {
		font-size: 18px;
		text-align: center;
	}
	.main-wrap .main-user-story .cont-wrap h3 {
		font-size: 38px;
		text-align: center;
	}
	.main-wrap .main-user-story .cont-wrap p {
		margin-top: 25px;
		font-size: 14px;
		text-align: center;
		padding: 0 20px;
	}
	.main-wrap .main-user-story .cont-wrap .cont-thumb {
		margin: 40px auto 0;
		width: 100%;
		max-width: 400px;
	}
}

.main-wrap .main-functions {
	background-color: #F9F9F9;
	padding: 160px 0;
	margin-top: 110px;
}

.main-wrap .main-functions .cont-wrap {
	display: flex;
	max-width: 1160px;
	margin: 0 auto;
	align-items: center;
	justify-content: space-between;
}

.main-wrap .main-functions .cont-wrap:nth-child(even) {
	flex-direction: row-reverse;
}

.main-wrap .main-functions .cont-wrap + .cont-wrap {
	margin-top: 200px;
}

.main-wrap .main-functions .cont-wrap .cont {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.main-wrap .main-functions .cont-wrap h2 {
	font-size: 44px;
}

.main-wrap .main-functions .cont-wrap h2 strong {
	display: block;
	color: #EF8125;
	font-size: 28px;
	margin-bottom: 11px;
}

.main-wrap .main-functions .cont-wrap h3 {
	font-size: 20px;
	margin-top: 40px;
	line-height: 1.2;
}

.main-wrap .main-functions .cont-wrap p {
	margin-top: 90px;
	font-size: 20px;
	line-height: 1.5;
	margin-top: 20px;
}

.main-wrap .main-functions .cont-wrap ul {
	margin-top: 12px;
	font-size: 20px;
}

.main-wrap .main-functions .cont-wrap .cont-thumb img {
	width: 100%;
	border-radius: 30px;
	box-shadow: -7px 19px 39px 0px #dbdbdb;
}

@media (max-width: 1280px) {
	.main-wrap .main-functions .cont-wrap {
		padding: 0 20px;
	}
	.main-wrap .main-functions .cont-wrap h2 {
		font-size: 3.2vw;
	}
	.main-wrap .main-functions .cont-wrap h2 strong {
		font-size: 2.2vw;
	}
	.main-wrap .main-functions .cont-wrap h3 {
		font-size: 1.5vw;
	}
	.main-wrap .main-functions .cont-wrap p {
		font-size: 1.5vw;
	}
	.main-wrap .main-functions .cont-wrap ul {
		font-size: 1.5vw;
	}
	.main-wrap .main-functions .cont-wrap .cont-thumb {
		width: 36vw;
	}
}

@media (max-width: 768px) {
	.main-wrap .main-functions .cont-wrap {
		display: block;
	}
	.main-wrap .main-functions .cont-wrap + .cont-wrap {
		margin-top: 100px;
	}
	.main-wrap .main-functions .cont-wrap h2 {
		font-size: 30px;
	}
	.main-wrap .main-functions .cont-wrap h2 strong {
		font-size: 16px;
	}
	.main-wrap .main-functions .cont-wrap h3 {
		font-size: 16px;
		margin-top: 30px;
	}
	.main-wrap .main-functions .cont-wrap p {
		margin-top: 15px;
		font-size: 14px;
	}
	.main-wrap .main-functions .cont-wrap ul {
		font-size: 14px;
	}
	.main-wrap .main-functions .cont-wrap .cont-thumb {
		margin: 40px auto 0;
		width: 100%;
		max-width: 400px;
		padding: 0 10px;
		box-sizing: border-box;
	}
}

@media (max-width: 768px) {
	.main-wrap .main-functions {
		margin-top: 50px;
		padding: 100px 0;
	}
}

.main-wrap .main-download {
	background: #FFFDEC url("../../images/common/bg_download.png") center bottom 30px no-repeat;
	height: 100vh;
	max-height: 980px;
}

.main-wrap .main-download .cont-wrap {
	display: flex;
	align-items: center;
	flex-direction: column;
	height: 100%;
}

.main-wrap .main-download .cont-wrap h2 {
	margin-top: 210px;
	font-size: 48px;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: -0.03em;
}

.main-wrap .main-download .cont-wrap h2 strong {
	color: #EF8125;
}

.main-wrap .main-download .cont-wrap p {
	margin-top: 28px;
	font-size: 24px;
}

.main-wrap .main-download .cont-wrap .button-area {
	margin-top: 60px;
	text-align: center;
	display: flex;
	gap: 30px;
}

@media (max-width: 1280px) {
	.main-wrap .main-download {
		max-height: 1024px;
	}
	.main-wrap .main-download .cont-wrap h2 {
		margin-top: 160px;
		font-size: 4vw;
	}
	.main-wrap .main-download .cont-wrap p {
		font-size: 2vw;
	}
}

@media (max-width: 768px) {
	.main-wrap .main-download .cont-wrap h2 {
		margin-top: 100px;
		font-size: 30px;
	}
	.main-wrap .main-download .cont-wrap p {
		font-size: 16px;
		margin-top: 20px;
		text-align: center;
	}
	.main-wrap .main-download .cont-wrap .button-area {
		width: 100%;
		gap: 10px;
		align-items: center;
		justify-content: center;
		padding: 0 20px;
		box-sizing: border-box;
		flex-wrap: wrap;
	}
	.main-wrap .main-download .cont-wrap .button-area .btn-apple, .main-wrap .main-download .cont-wrap .button-area .btn-google {
		height: 50px;
		max-width: 186px;
	}
	.main-wrap .main-download .cont-wrap .button-area .btn-download {
		height: 50px;
		max-width: 386px;
		width: 100%;
		margin-left: 10px;
	}
}

@media (max-width: 540px) {
	.main-wrap .main-download {
		background-size: 64vw auto;
	}
	.main-wrap .main-download .cont-wrap h2 {
		font-size: 26px;
	}
	.main-wrap .main-download .cont-wrap .btn-apple, .main-wrap .main-download .cont-wrap .btn-google {
		width: calc(50% - 10px);
	}
	.main-wrap .main-download .cont-wrap .btn-download {
		margin: 0 2.5px !important;
	}
}

.main-wrap .main-boon {
	margin-bottom: 120px;
}

.main-wrap .main-boon .cont-hgroup {
	text-align: center;
	margin-top: 150px;
}

.main-wrap .main-boon .cont-hgroup h2 {
	font-size: 48px;
	line-height: 1;
}

.main-wrap .main-boon .cont-hgroup p {
	margin-top: 30px;
	font-size: 24px;
	line-height: 1;
}

.main-wrap .main-boon .cont-list-wrap {
	display: flex;
	margin-top: 130px;
	gap: 20px;
	justify-content: center;
}

.main-wrap .main-boon .cont-list-wrap .cont-list-item {
	border-radius: 20px;
	background: url("../../images/common/thumb_boon.png") center bottom 70px no-repeat;
	width: 345px;
	height: 460px;
	text-align: center;
	background-size: auto 170px;
}

.main-wrap .main-boon .cont-list-wrap .cont-list-item:nth-child(1) {
	background-color: #FFFBF1;
	background-image: url("../../images/common/thumb_boon_01.png");
}

.main-wrap .main-boon .cont-list-wrap .cont-list-item:nth-child(2) {
	background-color: #F9F9F9;
	background-image: url("../../images/common/thumb_boon_02.png");
	margin-top: 70px;
}

.main-wrap .main-boon .cont-list-wrap .cont-list-item:nth-child(3) {
	background-color: #FFF4EB;
	background-image: url("../../images/common/thumb_boon_03.png");
}

.main-wrap .main-boon .cont-list-wrap .cont-list-item .title {
	display: inline-block;
	margin-top: 40px;
	padding: 0 15px;
	border-radius: 20px;
	line-height: 34px;
	font-size: 18px;
	color: #EF8125;
	background-color: #fff;
	border: 1px solid #EF8125;
}

.main-wrap .main-boon .cont-list-wrap .cont-list-item p {
	font-size: 24px;
	margin-top: 30px;
	font-weight: 500;
	line-height: 32px;
}

@media (max-width: 1280px) {
	.main-wrap .main-boon .cont-hgroup h2 {
		font-size: 4vw;
	}
	.main-wrap .main-boon .cont-hgroup p {
		font-size: 2vw;
	}
	.main-wrap .main-boon .cont-list-wrap .cont-list-item .title {
		font-size: 1.5vw;
	}
	.main-wrap .main-boon .cont-list-wrap .cont-list-item p {
		font-size: 2vw;
	}
}

@media (max-width: 768px) {
	.main-wrap .main-boon .cont-hgroup {
		margin-top: 100px;
	}
	.main-wrap .main-boon .cont-hgroup h2 {
		line-height: 1.2;
		font-size: 30px;
	}
	.main-wrap .main-boon .cont-hgroup p {
		line-height: 1.2;
		font-size: 16px;
	}
	.main-wrap .main-boon .cont-list-wrap {
		margin: 0 20px 0;
	}
	.main-wrap .main-boon .cont-list-wrap .cont-list-item {
		margin-top: 40px;
		height: 360px;
		background-position: center 160px;
		background-size: 110px auto;
	}
	.main-wrap .main-boon .cont-list-wrap .cont-list-item:nth-child(2) {
		margin-top: 30px;
	}
	.main-wrap .main-boon .cont-list-wrap .cont-list-item .title {
		font-size: 16px;
	}
	.main-wrap .main-boon .cont-list-wrap .cont-list-item p {
		font-size: 22px;
		line-height: 1.2;
		margin-top: 20px;
		font-weight: 500;
	}
}

@media (max-width: 540px) {
	.main-wrap .main-boon .cont-list-wrap {
		display: block;
	}
	.main-wrap .main-boon .cont-list-wrap .cont-list-item {
		width: 100%;
		background-position: center 175px;
		background-size: auto 148px;
	}
	.main-wrap .main-boon .cont-list-wrap .cont-list-item:nth-child(2) {
		background-position: center 185px;
	}
}

.content-primary {
	min-height: calc(100vh - 419px);
}

.sub-wrap .cont-hgroup {
	text-align: center;
}

.sub-wrap .cont-hgroup h2 {
	font-size: 48px;
}

.sub-wrap .cont-hgroup p {
	font-size: 18px;
}

.sub-wrap .cont-hgroup .step {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	margin: 40px 0;
}

.sub-wrap .cont-hgroup .step li {
	color: #666;
}

.sub-wrap .cont-hgroup .step li + li {
	padding-left: 50px;
	background: url("../../images/common/arrow_check.png") 15px center no-repeat;
}

.sub-wrap .cont-hgroup .step li.active {
	color: #EF8125;
}

.sub-wrap .cont-hgroup .step li.active .num {
	background-color: #EF8125;
}

.sub-wrap .cont-hgroup .step li .num {
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 24px;
	font-size: 14px;
	background-color: #919191;
	color: #fff;
	margin-right: 10px;
	vertical-align: middle;
}

.sub-wrap .content-primary {
	max-width: 1000px;
	padding: 160px 40px 120px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.sub-wrap .content-primary {
		padding: 120px 20px 120px;
	}
	.sub-wrap .cont-hgroup h2 {
		font-size: 34px;
	}
	.sub-wrap .cont-hgroup p {
		font-size: 14px;
	}
	.sub-wrap .cont-hgroup .step {
		font-size: 14px;
	}
	.sub-wrap .cont-hgroup .step li .num {
		width: 20px;
		height: 20px;
		line-height: 20px;
		margin-right: 5px;
	}
}

/*# sourceMappingURL=style.css.map */