@import
	"https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css"
	;

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;
	font-family: "Pretendard Variable", Pretendard, -apple-system,
		BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI",
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	font-weight: 500;
	line-height: 1.5;
	box-sizing: border-box;
	letter-spacing: -0.5px;
	font-display: swap
}

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
}

.layout-page-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1024;
	padding: 17px 24px;
	height: 58px;
	background: var(--secondary);
	box-sizing: border-box;
	background-color: #fff
}

.layout-page-header.is-shadow {
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, .1)
}

.layout-page-header .layout-navigation-bar {
	position: relative
}

.layout-page-header .layout-navigation-bar .left-view {
	position: absolute;
	left: -8px
}

.layout-page-header .layout-navigation-bar .left-view+.layout-page-title
	{
	margin-left: 24px
}

.layout-page-header .layout-navigation-bar .right-view {
	position: absolute;
	right: 0
}

.layout-page-header .layout-navigation-bar .right-view+.layout-page-title
	{
	margin-left: 0
}

.layout-page-header .layout-navigation-bar .right-view--icon+.layout-page-title
	{
	margin-left: 24px
}

.layout-page-header .layout-navigation-bar .btn-back {
	text-indent: -9999px;
	display: inline-block;
	background-image: url(../img/sprites_m.png);
	background-position: 0px 0px;
	width: 24px;
	height: 24px
}

@media ( min-resolution : 192dpi) {
	.layout-page-header .layout-navigation-bar .btn-back {
		background-image: url(../img/sprites_m@2x.png);
		background-size: 102px 80px
	}
}

.layout-page-header .layout-navigation-bar .btn-close {
	text-indent: -9999px;
	display: inline-block;
	background-image: url(../img/sprites_m.png);
	background-position: 0px -30px;
	width: 24px;
	height: 24px
}

@media ( min-resolution : 192dpi) {
	.layout-page-header .layout-navigation-bar .btn-close {
		background-image: url(../img/sprites_m@2x.png);
		background-size: 102px 80px
	}
}

.layout-page-header .layout-navigation-bar .btn-icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: no-repeat center center/contain
}

.layout-page-header .layout-page-title {
	font-size: 18px;
	font-weight: bold;
	margin-left: 36px;
	line-height: 1.4;
	text-align: left
}

.layout-page-contents {
	padding: 58px 24px 0
}

.layout-modal-popup {
	background: var(--secondary);
	width: 100%;
	margin: 0 auto;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 25px 25px 0 0
}

.layout-modal-popup .layout-modal-popup-header {
	padding: 28px 0 6px 28px;
	height: 58px
}

.layout-modal-popup .layout-modal-popup-header .title {
	font-size: 18px;
	line-height: 1.5
}

.layout-modal-popup .layout-modal-popup-header .btn-close {
	background: rgba(0, 0, 0, 0);
	text-indent: -9999px;
	border: none;
	position: absolute;
	right: 24px;
	top: 24px;
	padding: 0;
	margin: 0;
	background-image: url(../img/sprites_m.png);
	background-position: 0px -30px;
	width: 24px;
	height: 24px
}

@media ( min-resolution : 192dpi) {
	.layout-modal-popup .layout-modal-popup-header .btn-close {
		background-image: url(../img/sprites_m@2x.png);
		background-size: 102px 80px
	}
}

.layout-modal-popup .layout-modal-popup-contents {
	padding: 24px 28px 0;
	line-height: 1.5;
	font-size: 18px;
	color: var(- -contentPrimary)
}

.layout-modal-popup .layout-modal-popup-contents .title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 16px
}

.layout-modal-popup .layout-modal-popup-contents p {
	font-size: 14px;
	color: var(--contentSecondary)
}

.layout-modal-popup .layout-modal-popup-contents strong {
	color: var(--color-accent)
}

.layout-modal-popup .layout-modal-popup-btns {
	padding: 24px 20px 20px;
	display: flex;
	align-items: center
}

.layout-modal-popup .layout-modal-popup-btns .layout-modal-popup-btns-cancle
	{
	flex: 1 1 0;
	margin-right: 5px;
	display: block;
	height: 52px;
	background: var(--popup-cancel);
	color: var(--popup-cancel-text);
	border-radius: 25px;
	text-align: center;
	font-weight: bold;
	padding: 20px;
	box-sizing: border-box
}

.layout-modal-popup .layout-modal-popup-btns .layout-modal-popup-btns-confirm
	{
	flex: 2 1 0;
	display: block;
	height: 52px;
	background: var(--popup-confirm);
	color: var(--popup-confirm-text);
	border-radius: 25px;
	text-align: center;
	font-weight: bold;
	padding: 20px;
	box-sizing: border-box
}

a {
	display: block;
	text-decoration: none;
	-webkit-text-size-adjust: none;
	color: #000
}

a:link, a:active, a:visited, a:hover {
	text-decoration: none
}

ul {
	display: block
}

button {
	background: none;
	border: none;
	padding: 0
}

img {
	display: block;
	max-width: 100%;
	vertical-align: top
}

* {
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: text;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

select, input, textarea {
	border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

select::-ms-expand {
	display: none
}