@charset "utf-8";

:root {
	--white: #fff;
	--yellow: #FFC000;
	--text: #090909;
	--subtext_02: #4b4b4b;
	--sub_text_02: #4b4b4b;
	--underline: #F5F7FA;
	--default: #C7C7C7;
	--sub_text: #9C9C9C;
	--subtext_01: #9C9C9C;
	--stroke: #E0E5EC;
	--sub: #BDBDBD;
}

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,
input, button {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-tap-highlight-color: transparent;
}

html {
  height: 100%;
  min-height: -webkit-fill-available;

}
ul ,ol ,li {
  list-style: none;
}
body {
	margin: 0;
	padding: 0 0 50px 0;
	font-size: 16px;
	font-family: 'Pretendard','Noto Sans SC',sans-serif !important;
	font-weight: 400;
	min-width: 300px;
	background: var(--white);
	color: var(--text);
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
}
a {
	color: var(--text);
	text-decoration:none;
}
input,select,button {
  vertical-align: middle;
}
img {
  vertical-align: top;
  -webkit-perspective: 1;
}
i, em, address {
  font-style: normal;
}
label, button {
  cursor: pointer;
}
@font-face {
	font-family: 'Pretendard';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'Pretendard';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'Pretendard';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Pretendard';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Pretendard';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Pretendard';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Pretendard';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Pretendard';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'Pretendard';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}
input[type=text],
input[type=button],
input[type=password],
textarea,
button {
	outline-style:none;
	-webkit-appearance:none;
	-webkit-border-radius:0;
	font-family: inherit;
}
input[type=text]::-webkit-input-placeholder,
input[type=button]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: var(--sub_text_0);
	font-weight: 300;
}
input[type=text]:-moz-placeholder,
input[type=button]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
	color: var(--sub_text_0);
	font-weight: 300;
	opacity: 1;
}
input[type=text]::-moz-placeholder,
input[type=button]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
	color: var(--sub_text_0);
	font-weight: 300;
	opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=button]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: var(--sub_text_0);
	font-weight: 300;
}
.wrap {
	width:100%;
	max-width:800px;
	margin:0 auto;
	position:relative;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.flex_js {
	justify-content: space-between;
}
.ag_c {
	align-items: center;
}
.flex_col {
	flex-direction: column;
}
.container {
	width: 100%;
	padding: 57px 0px 40px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 18px;
	box-sizing: border-box;
}

.fixbar {
	position:fixed;
	bottom:0;
	left: 50%;
	z-index:99999;
	width: 100%;
	transform: translateX(-50%);
	margin:0 auto;
	max-width:800px;
	justify-content: center;
	align-items: flex-start;
	flex-shrink: 0;
	border-radius: 16px 16px 0px 0px;
	background: #FFF;
	box-shadow: 0px -4px 5px 0px rgba(186, 192, 198, 0.15);
	box-sizing: border-box;
}
.fixbar > div {
	flex: 1;
	text-align: center;
}
.fixbar > div a {
	font-size: 12px;
	padding: 12px 8px 10px;
	box-sizing: border-box;
	line-height: 1.1;
}
.fixbar > div a .icon {
	margin-bottom: 4px;
}
.fixbar > div a .icon img {
	width:18px;
	height:18px;
}
.fixPrev {
	position:fixed;
	top:0;
	gap: 5px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width:800px;
	padding: 16px 20px;
	align-items: center;
	background:var(--white);
	z-index:100;
	box-sizing: border-box;
}
.fixPrev span {
	color: #000;
	text-align: left;
	font-family: Pretendard Variable;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
}

.yellowBtn {
	display: block;
	width: 100%;
	border-radius: 8px;
	border: 0px solid var(--yellow)!important;
	background: var(--yellow)!important;
	height: 40px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: var(--text);
	text-align: center;
	font-size: 14px;
	font-weight: 600;

}


.grayBtn {
	border-radius: 10px;
	border: 0px solid var(--purple, #6301EB);
	background: var(--yellow, #86847e);
	display: flex;
	height: 45px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex: 1 0 0;
	color: var(--text, #FFFFFF);
	text-align: center;
	font-family: Pretendard Variable;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;

}


#loading_img {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
    background-color : rgba(16, 16, 16, 0.7);
}
#loading_img span {
	position: absolute;
    top: 50%;
    left: 50%;
	display: block;
	height: 60px;
	width: 60px;
	border: 5px solid transparent;
    border-radius: 50%;
    background-image: linear-gradient(rgb(90, 90, 90), rgb(90, 90, 90)), conic-gradient(from 180deg at 50% 50%, #FFC000 0deg, rgba(255, 255, 255, 0) 360deg);
    background-origin: border-box;
    background-clip: content-box, border-box;
	box-sizing: border-box;
	animation: spin 800ms infinite linear;
}

.delBtn {
	background:rgb(105, 3, 3);
	color:#fff;
	border:0;
	outline: none;
	padding:5px 10px;
}

.modifyBtn {
	background: #FFC000;
	color: #000000;
	border:0;
	outline: none;
	padding:5px 10px;
}

.regisBtn {
	position: fixed;
	left: calc(50% - -350px);
	top: 13px;
	z-index: 101;
	transform: translateX(-50%);
}
.regisBtn button {
	display: inline-block;
	width: max-content;
	height: 32px;
	padding: 0 10px;
	border-radius: 5px;
	background: var(--yellow, #FFC000);
	color: var(--text, #090909);
	text-align: center;
	font-size: 14px;
	font-weight: 600;
}

.pd20 {
padding: 20px;
box-sizing: border-box;
}

.black_bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 999;
}

.not_scroll {
	overflow: hidden;
}


.modal {
	display: none;
}
.modal .black_bg {
	display: block;
}
.modal .modal_cont {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    width: 90%;
    max-width: 700px;
	max-height: 90vh;
	background-color: var(--white);
	border-radius: 10px;
	z-index: 1000;
	overflow: hidden;
}
.modal .modal_cont .scroll {
	overflow-y: auto;
	max-height: 90vh;
	padding: 30px 20px;
	box-sizing: border-box;
}
.modal .modal_cont .txt {
	color: var(--subtext_02);
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}
.modal .modal_cont .sub_txt {
	margin-top: 10px;
	color: var(--subtext_02);
	font-size: 14px;
	text-align: center;
}
.modal .modal_cont .btn_area {
	margin-top: 30px;
}


.bottom_modal.open .black_bg {
	display: block;
}
.bottom_modal .modal_cont {
	position: fixed;
    bottom: -100%;
	left: 50%;
    width: 100%;
    max-width: 820px;
	transform: translateX(-50%);
	max-height: 90vh;
	background-color: var(--white);
	border-radius: 10px 10px 0px 0px;
	box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.05);
	z-index: 1000;
	transition: bottom .3s;
	overflow: hidden;
}
.bottom_modal.open .modal_cont {
	bottom: 0;
}
.bottom_modal .modal_cont .scroll {
	overflow-y: auto;
	max-height: 90vh;
	padding: 30px 20px 100px;
	box-sizing: border-box;
}


#block_popup ul.list {
	gap: 10px;
}
#block_popup ul.list li {
	border-radius: 10px;
    background: var(--white, #FFF);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
	border: 1px solid var(--yellow);
	font-size: 16px;
	box-sizing: border-box;
	width:100%;
}
#block_popup ul.list li a {
	position: relative;
	display: block;
	padding: 15px 10px;
}
#block_popup ul.list li a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 30px;
	height: 30px;
	background: url("../images/arrow-right.png")no-repeat 50% 50% / 17px;
	transform: translateY(-50%) rotate(180deg);
}




#menu_popup ul.list {
	gap: 10px;
}
#menu_popup ul.list li {
	border-radius: 10px;
    background: var(--white, #FFF);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
	border: 1px solid var(--yellow);
	font-size: 16px;
	box-sizing: border-box;
	width:48%;
}
#menu_popup ul.list li a {
	position: relative;
	display: block;
	padding: 15px 10px;
}
#menu_popup ul.list li a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 30px;
	height: 30px;
	background: url("../images/arrow-right.png")no-repeat 50% 50% / 17px;
	transform: translateY(-50%) rotate(180deg);
}

@media screen and (max-width: 800px) {
	.regisBtn {
		left: auto;
		right: 20px;
		transform: none;
	}
}



.shingo_form {
	position:relative;
	display: flex;
	flex-direction: column;
	align-items: left;
	gap: 16px;
	align-self: stretch;
	max-width:800px;
  }
  .shingo_form h3 {
	margin-top: 0px;
	font-size: 20px;
	font-weight: 700;
  }
  .shingo_form .title {text-align:left;}

.shingo_form .form {
  position: relative;
  display: flex;
  padding: 14px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 10px;
  background: var(--underline, #F5F7FA);
}

.shingo_form .form_radio {
	padding: 14px;
	gap: 10px;
	border-radius: 10px;
	background: var(--underline, #F5F7FA);
  }
  .shingo_form .form_radio > div {
	flex: 1;
  }
  .shingo_form .form_radio > div input {
	display: none;
  }
  .shingo_form .form_radio > div input + label {
	display: block;
	width: 100%;
	border-radius: 5px;
	background: var(--white);
	padding: 8px 10px;
	font-size: 14px;
	font-weight: 600;
	box-sizing: border-box;
  }
  .shingo_form .form_radio > div input:checked + label {
	background: var(--text);
	color: var(--white);
  }



#footer {
	position: relative;
	background: #000;
	padding: 20px 20px 50px;
	max-width: 800px;
	margin: 0px auto 0;
	box-sizing: border-box;
}
#footer .arrow {
	position: absolute;
	top: -23px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 60px;
	height: 24px;
	background: #FAFAFB;
	border-radius: 5px 5px 0px 0px;
}
#footer .arrow:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(180deg);
	display: block;
	width: 21px;
	height: 10px;
	background: url("../images/ft_arrow.svg")no-repeat 50% 50%;
}
#footer.open .arrow:before {
	transform: translate(-50%,-50%) rotate(0deg);
}
#footer.open .ft_top,
#footer.open .addr {
	display: none;
}
#footer .flex {
	align-items: center;
}
#footer .inner > div {
	justify-content: space-between;
	padding: 10px 0;
}
#footer .ft_top {
	justify-content: space-between;
}
#footer .util a {
	position: relative;
	color: #9A9A9A;
	font-size: 12px;
	margin-right: 8px;
}
#footer .util a:last-child {
	margin-right: 0;
}
#footer .util a:after {
	content: '';
	position: absolute;
	top: 4px;
	right: -4px;
	display: block;
	width: 1px;
	height: 4px;
	background: #CFCFCF;
}
#footer .util a:last-child:after {
	display: none;
}
#footer .title {
    font-size: 14px;
	font-weight: 500;
	color: #878787;
}
#footer .addr {
	padding: 15px 0;
}
#footer .addr span {
    position: relative;
	display: inline-block;
    font-size: 12px;
    color: #9A9A9A;
    font-weight: 500;
    margin-right: 10px;
}

#footer .addr span.last {
	margin-right: 0;
}
#footer .addr span.last:after {
	display: none;
}
#footer .copy {
	text-align: center;
	font-size: 12px;
	color: #afafaf;
}




.pagenavi {
	margin-top: 0px;
  width:100%;
}
.pagenavi ol {
  display:flex;

	justify-content: center;
	text-align: center;
}
.pagenavi ol li {
	margin: 0 7.5px;
}
.pagenavi ol li.prev,
.pagenavi ol li.next{
	margin: 0;
}
.pagenavi ol li.prev a,
.pagenavi ol li.next a {
	width: 22px;
    height: 22px;
}
.pagenavi ol li img {
	vertical-align: -2px;
}
.pagenavi ol li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 34px;
	font-size: 16px;
	background: #fff;
	color: #000;
	border-radius: 5px;
}
.pagenavi ol li.this a {
	background: #FFC000;
	color: #000;
}


@media screen and (max-width: 480px) {
	.pagenavi ol li {
		margin: 0;
	}
	.pagenavi ol li.prev a,
	.pagenavi ol li.next a {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.pagenavi ol li a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
}
