.blind {
	position: absolute;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden
}
body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,select,table,td,textarea,th,ul {
	margin: 0;
	padding: 0
}
html,body{
	height: 100%;
	background:#fff;
}
body,button,input,select,table,textarea {
	font-size: 12px;
	line-height: 16px;
	color: #202020;
	font-family: -apple-system,BlinkMacSystemFont,helvetica,Apple SD Gothic Neo,sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-size: inherit;
	line-height: inherit
}

textarea {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: transparent;
	border: 0;
	word-break: keep-all;
	word-wrap: break-word
}

button,input {
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 0
}

button {
	background-color: transparent
}

fieldset,img {
	border: 0
}

img {
	vertical-align: top
}

ol,ul {
	list-style: none
}

address,em {
	font-style: normal
}

a {
	color: inherit;
	text-decoration: none
}

a:hover {
	text-decoration: underline
}

/* content */
.wrap {
	margin: 0 auto;
	max-width: 480px;
}
.container {
	position: relative;
}

/* header 영역 */
.header {
	position: absolute;
	top: 0;
	width: 100%;
}
.logo_area {
	max-width: 480px;
}
.logo_area .logo {
	overflow: hidden;
}
.logo_area .logo a {
	display: block;
	float: left;
	width: 25%;
	height: 50px;
}
.logo_area .logo a+a {
	display: block;
	float: right;
	width: 25%;
	height: 50px;
}

/* app_button 영역 */
.app_button_area {
	position: relative;
}
.app_button_area .btn_area {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 10.7%;
	left: 0;
	right: 0;
}
.app_button_area .btn_area a {
	display: block;
	width: 148px;
	height: 57px;
	border-radius: 40px;
	background: #fff url(../img/btn_appstore.png) no-repeat 50%;
	background-size: 85px 21px;
}
.app_button_area .btn_area a+a {
	margin-left: 14px;
	background: #fff url(../img/btn_playstore.png) no-repeat 50%;
	background-size: 85px 21px;
}

/* notice 영역 */
.notice_area {
	background-color: #f0f0f0;
}
.notice_area .inner {
	padding: 39px 20px 104px;
}
.notice_area .inner .notice_title {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 800px;
	line-height: normal;
	letter-spacing: -0.54px;
	color: #141414;
}
.notice_list_box {
	opacity: .6;
}
.notice_area .notice_list>li  {
	position: relative;
	padding-left: 16px;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: -0.42px;
	color: #141414;
}
.notice_area .notice_list>li+li  {
	margin-top: 10px;
}
.notice_area .notice_list ul {
	margin-top: 7px;
}
.notice_area .notice_list ul li {
	position: relative;
	padding-left: 10px;
}
.notice_area .notice_list ul li+li {
	margin-top: 7px;
}
.notice_area .notice_list ul li::before {
	content: '-';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
.notice_area .notice_list .num {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
}

/* bottom button 영역 */
.bottom_btn_box {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	max-width: 480px;
	color: #fff;
	background-color: #005217;

}
.bottom_btn_box .inner a {
	display: block;
	height: 64px;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 64px;
	letter-spacing: -0.9px;
	color: #fff;
}
.bottom_btn_box .inner a::after {
	content: '';
	display: inline-block;
	vertical-align: top;
	margin-left: 9px;
	width: 9px;
	height: 64px;
	background: url(../img/ic_arrow_btn.png) no-repeat 0 50%;
	background-size: 9px 14px;
}
