@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 100;
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 300;
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 700;
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 900;
	src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
}

/*초기화*/
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,
button {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	vertical-align: middle;
	font-weight: noraml;
	font-style: inherit;
	font-size: inherit;
	font-family: inherit;
}

/*HTML5*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
select,
textarea {
	font-size: inherit;
	font-family: inherit;
	vertical-align: middle;
}

span {
	vertical-align: baseline;
}


/* 기본요쇼 */
body {
	font-size: 0.75em;
	color: #F3F9F3;
	background-color: #0C2D1C;
	font-family: 'Noto Sans KR', sans-serif !important;
	letter-spacing: -0.1px;
}

ol,
ul,
dl,
li {
	list-style: none;
}

li {
	display: inline-block;
	cursor: pointer;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #595a5a;
}

h1 {
	color: #595a5a;
	font-size: 2em;
	display: inline-block;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-transition-delay: 99999s;
	-webkit-transition-delay: 99999s;
}

/*
table{ border: 1px solid #c0d0e5; width:100%; }
table th, table td { border: 1px solid #c0d0e5; padding: 0.5em 1em; }
table th { background-color: #e6effb; color: #253992; }
*/
.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}


/*video {
	 Simulationg background-size: cover 
	object-fit: cover;
	height: 480px;
	width: 100%;
  
	position: absolute;
	top: 120px;
}*/
#promotion_video {
	/* margin: auto; */
	background-color: black;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: space-around;
	margin-bottom: 196px;

}

#promotion_video video {
	height: auto;
	width: 40%;
}

#promotion {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	margin-top: 120px;
}

#about_video video {
	height: 100%;
	width: 100%;
}

#about_video {
	text-align: end;
	width: 33%;
}

#banner {
	width: 100%;
	display: flex;
	justify-content: center;
}

#banner a {
	height: 100%;
	/* width: 50%;  */
	max-height: 300px;
}

#banner img {
	height: 100%;
	/* width: 100%; */
}



/*#wrap {
	background-image:url(./images/main.png);
	background-repeat:no-repeat;
	background-position-x:905px;
	background-position-y: 180px;
	background-size: 43%;
}*/
#wrap_header {
	width: 100%;
	margin: auto;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background-color: #0C2D1C;
}

#wrap_body {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding-top: 120px;
}

#header {
	padding: 0 40px 24px 40px;
	display: flex;
	background-color: #0C2D1C;
	max-width: 1280px;
	margin: 0 auto;
}

#header #logo {
	margin-top: 40px;
}

#header #menu {
	text-align: right;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #EBEBEB;
	margin-top: 44px;
	flex: 1;
}

#header #menu .a_link_menu a {
	text-align: right;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #EBEBEB;
	padding: 0;
	display: flex;
	align-items: center;
}

#header #menu li {
	margin: 0 17px;
}

#header #menu li.active,
#header #menu li:hover {
	border-bottom: 2px solid;
	border-image: linear-gradient(to right, #ABD3A9, #6AB165);
	border-image-slice: 1;
}




#header #menu>ul>li {
	position: relative;
}

#header #menu>ul>li>ul {
	opacity: 0;
	visibility: visible;
	position: absolute;
	top: 37px;
	left: 0px;
	width: 224px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0;
	list-style: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, .28);
	background-color: #fff;
	transition: all 0s ease !important;
	text-align: left;
}

#header #menu>ul>li>span {
	font-size: 4px;
	vertical-align: bottom;
}

#header #menu>ul>li>ul>li {
	position: relative;
	width: 192px;
	float: left;
}

#header #menu>ul>li>ul>li:hover {
	border-bottom: none;
}

#header #menu>ul>li>ul>li>a {
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-decoration: none !important;
	text-transform: none !important;
	letter-spacing: .3px;
	color: #1d1e20 !important;
	border-bottom: 1px solid rgb(0 0 0 / 8%);
}

#header #menu>ul>li>ul>li>a>img {
	float: right;
	width: 20px;
}

#header #menu a {
	transition: all .3s ease;
}

#header #menu>ul>li>a {
	padding: 0 8px;
	font-weight: 400;
	text-decoration: none !important;
	display: block;
}

#header #menu>ul>li:hover>ul {
	top: 34px;
	visibility: visible;
	opacity: 1;
	transition: all .25s ease !important;
}

/*
#header #menu_mobile > ul > li{
	position: relative;
}
#header #menu_mobile > ul > li > ul{ 
	width: 224px;
}
#header #menu_mobile > ul > li > span{
	font-size: 4px;
	vertical-align: bottom;
}

#header #menu_mobile > ul > li > ul > li{ 
	position: relative;
    width: 192px;
	margin-bottom: 8px;
}
#header #menu_mobile > ul > li > ul > li:hover{ 
	border-bottom: none;
}

#header #menu_mobile > ul > li > ul > li > a{
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: none!important;
    text-transform: none!important;
    letter-spacing: .3px;
	color: #1d1e20!important;
	border-bottom: 1px solid rgb(0 0 0 / 8%);
}
#header #menu_mobile > ul > li > ul > li > a > img{
	float: right;
	width: 20px;
}
#header #menu_mobile a{transition: all .3s ease;}
#header #menu_mobile > ul > li > a{
	padding: 0 8px;
    font-weight: 400;
    text-decoration: none!important;
	display: block;
}
#header #menu_mobile > ul > li:hover > ul{
	top: 34px;
    visibility: visible;
    opacity: 1;
    transition: all .25s ease!important;
}
*/
.margin_bottom_8 {
	margin-bottom: 2px !important
}

#header #menu_mobile>ul>ul {
	margin-bottom: 12px;
}

#header #menu_mobile>ul>li>span {
	font-size: 4px;
	vertical-align: bottom;
}

#header #menu_mobile>ul>ul>li {
	/* width: 192px; */
	margin-bottom: 8px;
}

#header #menu_mobile>ul>ul>li:hover {
	border-bottom: none;
}

#header #menu_mobile>ul>ul>li>a {
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-decoration: none !important;
	text-transform: none !important;
	letter-spacing: .3px;
	color: #1d1e20 !important;
	border-bottom: 1px solid rgb(0 0 0 / 8%);
}

#header #menu_mobile>ul>ul>li>a>img {
	float: right;
	width: 20px;
}

#header #menu_mobile a {
	transition: all .3s ease;
}

#header #menu_mobile>ul>li>a {
	padding: 0 8px;
	font-weight: 400;
	text-decoration: none !important;
	display: block;
}

#header #menu_mobile>ul>li:hover>ul {
	top: 34px;
	visibility: visible;
	opacity: 1;
	transition: all .25s ease !important;
}





#header div#trans {
	margin: 40px 0 14px 14px;
	background-color: #ffffff;
	padding: 4px 12px;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: #474747;
}

#header div#trans select {
	border: 0;
	background-color: #ffffff;
	padding-right: 0.5em;
}

#bodyer {
	/*padding-top : 240px;*/
	padding-bottom: 64px;

}

#header #menu_mobile_wrap {
	display: none;
	margin-top: 48px;
	text-align: right;
	position: relative;
}

#header #menu_mobile_close {
	margin-top: 47px;
	margin-bottom: 12px;
	margin-right: 40px;
}

/* margin-bottom: 40px; */
#header #menu_mobile li {
	display: block;
	font-size: 20px;
	line-height: 32px;
	font-weight: 700;
	margin-bottom: 8px;
	color: #000;
	text-align: center;
}

#header #menu_mobile .a_link_menu a {
	font-size: 20px;
	line-height: 32px;
	font-weight: 700;
	color: #000;
	text-align: center;
	display: flex;
	align-items: center;
}

#header #menu_mobile li.active,
#header #menu_mobile li:hover {
	border-bottom: 2px solid;
	border-image: linear-gradient(to right, #ABD3A9, #6AB165);
	border-image-slice: 1;
}

#wrap_footer {
	width: 100%;
	max-width: 1280px;
	margin: auto;
	background-color: #0C2D1C;
}

#footer {
	display: flex;
	margin-bottom: 32px;
}

#footer .button {
	display: flex;
	justify-content: space-between;
}

#logo_foot {
	margin-top: -16px;
	opacity: 40%;
}

#copyright {
	text-align: center;
	margin-bottom: 24px;
	color: #C2C2C2;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	;
}

/*width 1280~ */

/*common*/
/*제목*/
.tl .tlt_s {
	font-size: 24px;
	line-height: 36px;
	font-weight: 300;
}

.tl .tlt_b {
	font-size: 40px;
	line-height: 56px;
	font-weight: 400;
	/*margin-bottom: 8px;*/
}

.cont .txt {
	font-size: 24px;
	line-height: 36px;
	font-weight: 300;
	margin-top: 16px;
}


/*마진, 패딩 등*/
#main .title {
	margin-bottom: 56px;
}

#main .title .tlt {
	margin-bottom: 32px;
	margin-top: 8px;
}

/*width설정*/
#main .button {
	width: 100%;
}

#area1 .title,
#area1 .block {
	width: 100%;
	text-align: left;
}

#area8 .wrap {
	width: 100%;
}

#area8 .array .chart {
	width: 560px;
}

#area9 .title,
#area9 .graph {
	width: 560px;
}

#area12 .wrap {
	width: 560px;
}

/*main*/
#main {
	margin-bottom: 64px;
	display: flex;
	justify-content: space-between;
}

#main .title {
	width: 100%;
}

#main .tlt {
	font-size: 88px;
	line-height: 1;
	font-weight: 300;
	letter-spacing: -1.6px;
}

#main .tlt .bold {
	font-weight: 900;
	font-size: 96px;
	background: linear-gradient(to right, #FF9147, #FF5A47, #AF47FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1.2;
	vertical-align: text-top;
}

#main .txt {
	font-size: 40px;
	line-height: 56px;
	font-weight: 400;
}

#main .button .wrap {
	margin-bottom: 48px;
}

.line_1 {
	border: solid 2px #FF9147;
}

.line_2 {
	border: solid 2px #FF5A47;
}

.line_3 {
	border: solid 2px #AF47FF;
}

#main .button .bt {
	max-width: max-content;
	/*background-color:#6AB165;*/
	/*border: solid 2px #AF47FF;*/
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 24px;
	padding-right: 24px;
	border-radius: 34px;
	margin-right: 24px;
}

#main .button .txt {
	font-size: 24px;
	line-height: 36px;
	font-weight: 500;
	color: #fff;
}

#main .button .ios {
	background-color: #000000;
	border: solid 2px #1C1C1C;
}

#main .button .andr {
	background-color: #ffffff;
	border: solid 2px #D4D4D4;
	color: #000;
}

#main .button img {
	vertical-align: top;
}

#main .button .download {
	padding-left: 40px;
}

#main .button .app {
	padding-right: 8px;
}

#main .button .mtb {
	margin-top: 12px;
	margin-bottom: 12px;
}

/*area1*/
#area1 {
	margin-bottom: 128px;
	text-align: center;
}

#area1 .core {
	width: 800px;
}

#area1 .block {
	display: flex;
	justify-content: space-between;
}

#area1 .block {
	margin-top: 40px;
}

#area1 .block .blk {
	background-color: #334F40;
	border-radius: 24px;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 24px;
	padding-right: 24px;
	width: 228px;
	display: -webkit-box;
	margin-bottom: 8px;

}

#area1 .block .blk {
	font-size: 20px;
	line-height: 36px;
	font-weight: 400;
}

#area1 .block .blk .icon {
	max-width: 40px;
	margin-right: 8px;
}

/*area2*/
#area2 {
	margin-bottom: 128px;
}

#area2 .collection {
	margin-top: 40px;
}

#area2 .collection .array {
	display: flex;
	justify-content: space-between;
}

#area2 .collection .icon-wrap {
	display: flex;
	flex-direction: column-reverse;
}

#area2 .collection .icon-round {
	background-color: #334F40;
	border-radius: 50px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
	max-width: 96px;
	max-height: 96px;
	margin: auto;
	margin-bottom: -32px;
	z-index: 555;
}

#area2 .collection .icon-round img {
	padding: 14px 16px 18px 16px;
	width: 64px;
}

#area2 .collection .sysbox {
	background-color: #334F40;
	width: 260px;
	border-radius: 24px;
}

#area2 .sysbox .wrap {
	flex-direction: column;
	height: 196px;
	display: flex;
	justify-content: space-between;
}

#area2 .sysbox .wrap {
	padding-top: 40px;
	padding-bottom: 24px;
	padding-left: 24px;
	padding-right: 24px;
}

#area2 .sysbox .txt {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	color: #F3F9F3;
}

#area2 .sysbox .tlt {
	font-size: 56px;
	line-height: 83px;
	font-weight: 500;
	color: #F3F9F3;
	text-align: right;
}

#area2 .sysbox .tlt .mark {
	font-size: 40px;
	line-height: 59px;
	font-weight: 700;
	color: #FFCC33;
	vertical-align: top;
}

/*area3*/
#area3 {
	margin-bottom: 128px;
}

#area3 .product {
	margin-top: 40px;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

#area3 .product .pro {
	text-align: center;
}

#area3 .product .proimg {
	width: 160px;
	height: 160px;
}

#area3 .product .txt {
	font-size: 24px;
	line-height: 48px;
	font-weight: 400;
	margin-top: 16px;
}

/*area4*/
#area4 {
	margin-bottom: 128px;
}

#area4 .manage {
	margin-top: 40px;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

#area4 .manage .mang {
	text-align: center;
}

#area4 .manage .mangimg {
	width: 160px;
	height: 160px;
}

#area4 .manage .txt {
	font-size: 24px;
	line-height: 48px;
	font-weight: 400;
	margin-top: 16px;
}


/*area5*/
#area5 {
	margin-bottom: 128px;
}

#area5 .farm {
	margin-top: 40px;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

#area5 .farm .farm_wrap {
	text-align: center;
}

#area5 .farm .farmimg {
	width: 160px;
	height: 160px;
}

/*area6*/
#area6 {
	margin-bottom: 180px;
}

#area6 .brand {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

/*area7*/
#area7 {
	margin-bottom: 128px;
	display: flex;
}

#area7 .title {
	width: 312px;
}

#area7 .wrap {
	width: 560px;
	margin-left: 120px;
	margin-bottom: 128px;
}

#area7 .numbering li.item {
	display: flex;
	margin-bottom: 8px;
}

#area7 .numbering li.item .col1 {
	width: 56px;
}

#area7 .numbering li.item .col1 h3 {
	text-align: center;
	width: 40px;
	height: 40px;
	font-size: 24px;
	font-weight: 500;
	color: #FC3;
	line-height: 38px;
}

#area7 .numbering li.item.active .col1 h3 {
	background-color: #FC3;
	color: #FFFDF7;
	border-radius: 50%;
}

#area7 .numbering li.item .col2 {
	width: calc(100% - 56px);
}

#area7 .numbering li.item .tlt {
	color: #F3F9F3;
	font-size: 24px;
	line-height: 36px;
	font-weight: 500;
	margin-bottom: 16px;
}

#area7 .numbering li.item .txt {
	color: #F3F9F3;
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 32px;
}

#area7 .numbering .line {
	background: radial-gradient(ellipse at center, #FFCC33 0, #FFCC33 3px, transparent 3px, transparent 70px);
	background-repeat: repeat-y;
	background-size: 40px 40px;
	background-position: 0px 48px;
}

/*area8*/
#area8 {
	margin-bottom: 128px;
}

#area8 .array {
	display: flex;
	justify-content: space-between;
}

#area8 .chart {
	margin-top: 50px;
	margin-bottom: 24px;
}





/*area9*/
#area9 {
	margin-bottom: 128px;
}

#area9 .array {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

#area9 .graph {
	text-align: center;
}

#area9 .graph .imggraph {
	max-height: 436px;
}

#area9 .about {
	margin-top: 56px;
}

#area9 .about .wrap {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

#area9 .about .about_box {
	border-radius: 24px;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 20px;
	padding-right: 16px;
	margin-bottom: 24px;
	background-color: #334F40;
}

#area9 .about .about_box {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	width: 324px;
}

#area9 .about .tlt {
	margin-bottom: 8px;
}

#area9 .about .align {
	vertical-align: super;
	display: inline-flex;
}

#area9 .about .circle {
	width: 24px;
	height: 24px;
	border-radius: 12px;
	margin-right: 8px;
}

#area9 .about .red {
	background-color: #FF5A47;
}

#area9 .about .orange {
	background-color: #FF9147;
}

#area9 .about .yellow {
	background-color: #FFE047;
}

#area9 .about .green {
	background-color: #6AB165;
}

#area9 .about .blue {
	background-color: #4766FF;
}

#area9 .about .purple {
	background-color: #AF47FF;
}

#area9 .about .tlt {
	font-weight: 700;
}

#area9 .about .round {
	width: 260px;
}

/*area10*/
#area10 {
	margin-bottom: 128px;
}

#area10 .team {
	margin-top: 40px;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

#area10 .team .team_wrap {
	text-align: center;
}

#area10 .team .teamimg {
	width: 160px;
	height: 160px;
}

#area10 .team .tlt {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	margin-top: 16px;
}

#area10 .team .txt {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin-top: 8px;
}

/*area11*/
#area11 {
	margin-bottom: 128px;
}

#area11 .member {
	margin-top: 40px;
}

#area11 .member .array {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#area11 .member .member_wrap {
	width: 360px;
	text-align: center;
	margin-bottom: 40px;
}

#area11 .member .memberimg {
	height: 72px;
}




/*area12*/
#area12 {
	margin-bottom: 128px;
}

#area12 .faq {
	margin-top: 40px;
	display: flex;
	justify-content: space-around;
}

#area12 .faq .faq_box {
	border-radius: 24px;
	padding-top: 24px;
	padding-bottom: 24px;
	padding-left: 24px;
	padding-right: 24px;
	margin-bottom: 24px;
	background-color: #334F40;
	font-size: 24px;
	line-height: 36px;
	font-weight: 400;
	display: flex;
}

#area12 .faq_box .tlt {
	font-weight: 700;
}

#area12 .faq_box .mark {
	font-size: 40px;
	line-height: 18px;
	color: #FFCC33;
	margin-top: 8px;
	width: 30px;
}

#area12 .faq_box .cont {
	width: calc(100% - 30px);
}

#area12 .faq_box .txt {
	margin-top: 16px;
	display: none;
}

/*area13*/
#area13 {
	margin-bottom: 128px;
}

/*footer*/
#footer #main {
	margin-bottom: 0;
}

#footer .title {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-bottom: 24px;
	align-items: center;
}

#footer .tlt {
	font-size: 64px;
	line-height: 80px;
	font-weight: 900;
	letter-spacing: -0.1px;
	color: #F3F9F3;
}

#footer .txt {
	font-size: 24px;
	line-height: 36px;
	font-weight: 400;
	color: #9FAFA5;
	width: 48%;
}

#footer .button .wrap {
	margin-bottom: 56px;
}


#divpop table {
	width: 880px;
}

@media screen and (max-width: 1279px) {
	#wrap_body {
		max-width: 560px;
		padding-top: 0;
	}

	#bodyer {
		/*padding-top : 400px;*/
		padding-bottom: 64px;

	}

	/*width설정*/

	#promotion_video {
		margin-bottom: 128px;

	}

	#promotion_video video {
		height: auto;
		width: 100%;
	}

	#promotion_video video.d-none-set {
		display: none;
	}

	#promotion {
		flex-direction: column-reverse;
		align-items: center;
	}

	#banner {
		width: 560px;
		flex-direction: column;
		max-height: none;
	}

	#banner a {
		width: 100%;
		margin-bottom: 24px;
	}

	#banner img {
		width: 100%;
	}

	#about_video video {
		width: 100%;
		margin-bottom: 40px;
	}

	#about_video {
		text-align: center;
		width: 560px;
	}

	/*main*/
	#main {
		display: revert;
		justify-content: unset;
	}

	#main .tlt {
		font-size: 64px;
		line-height: 72px;
		font-weight: 300;
		letter-spacing: -1.6px;
	}

	#main .tlt .bold {
		font-weight: 900;
		background: linear-gradient(to right, #FF9147, #FF5A47, #AF47FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		font-size: 64px;
		line-height: 72px;
	}

	#main .txt {
		font-size: 28px;
		line-height: 36px;
	}

	#main .button .down {
		display: flex;
		flex-direction: column;
		margin-bottom: 16px;
	}

	#main .button .down .bt {
		margin-bottom: 24px;
	}

	#main .button img {
		vertical-align: top;
	}

	#main .button .download {
		vertical-align: unset;
	}

	/*area1*/
	#area1 {
		display: revert;
		justify-content: unset;
	}

	#area1 .core {
		width: 560px;
	}

	/*area2*/
	#area2 .collection .array {
		flex-wrap: wrap;
	}

	#area2 .collection .sysbox {
		margin-bottom: 40px;
	}

	/*area3*/

	/*area4*/
	#area4 {
		margin-bottom: 128px;
	}

	/*area5*/
	#area5 {
		margin-bottom: 128px;
	}

	/*area6*/
	#area6 {
		margin-bottom: 180px;
	}

	/*area7*/
	#area7 {
		margin-bottom: 128px;
		display: unset;
	}

	#area7 .title {
		width: 560px;
		margin-bottom: 40px;
	}

	#area7 .wrap {
		width: 100%;
		margin-left: 0px;
	}

	/*area8*/
	#area8 .wrap {
		margin-bottom: 40px;
	}

	#area8 .chart {
		margin-top: 0px;
		margin-bottom: 24px;
	}

	#area8 .array {
		flex-direction: column;
	}

	/*area9*/
	#area9 .array {
		display: unset;
		justify-content: unset;
	}

	#area9 .graph {
		margin-top: 40px;
	}

	#area9 .graph .imggraph {
		width: 92%;
		height: auto;
		max-height: 560px;
	}

	#area9 .about {
		display: revert;
		justify-content: unset;
	}

	#area9 .about .about_box {
		width: 560px;
	}

	#area9 .about .round {
		width: 100%;
	}

	/*area10*/

	/*area11*/
	#area11 .member .memberimg {
		height: 72px;
	}

	#area11 .member .member_wrap {
		width: 560px;
		margin-bottom: 16px;
	}

	/*area12*/
	#area12 .faq {
		display: revert;
		justify-content: unset;
	}

	/*area13*/

	#footer #main {
		margin: auto;
	}

	#footer .wrap {
		width: 560px;
	}

	#footer .title {
		display: flex;
		flex-direction: column;
		margin-bottom: 24px;
		align-items: flex-start;
		justify-content: unset;
	}

	#footer .title .tlt {
		margin-bottom: 40px;
		margin-top: 24px;
	}

	#footer .tlt {
		font-size: 56px;
		line-height: 72px;
		font-weight: 900;
		letter-spacing: -0.1px;
		color: #F3F9F3;
	}

	#footer .txt {
		font-size: 24px;
		line-height: 36px;
		font-weight: 400;
		color: #9FAFA5;
		width: 100%;
	}

	#footer .button .wrap {
		margin-bottom: 96px
	}

	#footer .button {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

}

@media screen and (max-width: 960px) {


	#bodyer {
		/*padding-top : 360px;*/
	}


	#menu {
		display: none;
	}

	#header #logo {
		flex: 5;
	}

	#header div#trans {
		margin: 40px 24px 14px 0;
		border: 0;
	}

	#header #menu_mobile_wrap {
		display: block;
	}

	#header #menu_mobile {
		display: none;
		background-color: #F3F9F3;
		opacity: .95;
		width: max-content;
		height: 100vh;
		position: absolute;
		right: -40px;
		top: -48px;
		/* padding-left: 80px;
		padding-right: 80px; */
		padding-bottom: 160px;
		box-shadow: -8px 8px 80px 8px rgb(71 71 71 / 5%);
		transition: opacity .3s ease, background-color .5s ease;
	}

}

@media screen and (max-width: 608px) {

	#promotion_video {
		margin-bottom: 100px;

	}

	#promotion_video video {
		height: auto;
		width: 100%;
	}

	#promotion_video video.d-none-set {
		display: none;
	}

	#about_video video {
		width: -webkit-fill-available;
		margin-bottom: 40px;
		margin-left: 24px;
		margin-right: 24px;
	}

	#about_video {
		text-align: center;
		width: 100%;
		max-width: 560px;
	}

	#banner {
		text-align: center;
		width: 100%;
		max-width: 560px;
		margin-bottom: 24px;
	}

	#banner a {
		margin-bottom: 8px;
		width: -webkit-fill-available;
		margin-left: 24px;
		margin-right: 24px;
	}

	#banner img {
		width: -webkit-fill-available;
	}

	#header {
		padding: 24px;
	}

	#header #logo {
		margin-top: 0;
	}

	#header #logo img {
		width: 100px;
	}

	#header div#trans {
		margin: 0 12px 12px 0;
	}

	#header #menu_mobile_wrap {
		margin-top: 4px;
	}

	#wrap_body {
		max-width: 560px;
		padding-top: 0px;
	}

	#bodyer {
		/*padding-top : 240px;*/
		padding-bottom: 64px;
		margin-left: 24px;
		margin-right: 24px;
	}

	/*common*/
	/*제목*/
	.tl .tlt_s {
		font-size: 16px;
		line-height: 24px;
	}

	.tl .tlt_b {
		font-size: 32px;
		line-height: 48px;
	}

	.cont .txt {
		font-weight: 400;
		margin-top: 14px;
		font-size: 20px;
		line-height: 36px;
	}


	/*마진, 패딩 등*/
	#main .title {
		margin-bottom: 24px;
	}

	#main .title .tlt {
		margin-bottom: 16px;
	}

	/*width설정*/
	#main .title,
	#main .auction,
	#main .button {
		width: 100%;
	}

	#area1 .title,
	#area1 .block {
		width: 100%;
		text-align: left;
	}

	#area8 .title,
	#area8 .auctionbt,
	#area8 .explain,
	#area8 .address,
	#area8 .array .chart,
	#area8 .coprc {
		width: 100%;
	}

	#area9 .title,
	#area9 .graph {
		width: 100%;
	}

	#area12 .wrap {
		width: 100%;
	}

	/*main*/
	#main {
		margin-bottom: 160px;
	}

	#main .tlt {
		font-size: 48px;
		line-height: 56px;
	}

	#main .tlt .bold {
		font-size: 48px;
		line-height: 56px;
	}

	#main .txt {
		font-size: 20px;
		line-height: 28px;
	}

	#main .button .bt {
		padding-top: 12px;
		padding-bottom: 12px;
		padding-left: 16px;
		padding-right: 16px;
	}

	#main .button .txt {
		font-size: 16px;
		line-height: 24px;
	}

	#main .button .mtb {
		margin-top: 8px;
		margin-bottom: 8px;
	}

	#main .button .download {
		vertical-align: text-top;
	}

	#main .button .wrap .bt {
		margin-bottom: 16px;
	}

	#main .button .app {
		vertical-align: text-bottom;
		height: 24px;
	}

	#main .button .wrap {
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
	}

	/*area1*/
	#area1 {
		margin-bottom: 100px;
	}

	#area1 .core {
		width: 100%;
	}

	#area1 .block {
		display: revert;
		justify-content: unset;
	}

	#area1 .block {
		margin-top: 24px;
	}

	#area1 .block .blk {
		padding-top: 12px;
		padding-bottom: 12px;
		width: auto;
		display: flex;
		margin-bottom: 8px;

	}

	#area1 .block .blk .icon {
		margin-right: 12px;
	}

	/*area2*/
	#area2 {
		margin-bottom: 100px;
	}

	#area2 .collection {
		margin-top: 24px;
	}

	#area2 .collection .icon-wrap {
		display: block;
		margin-bottom: 32px;
	}

	#area2 .collection .array {
		display: revert;
		justify-content: unset;
	}

	#area2 .collection .sysbox {
		width: auto;
		border-radius: 24px;
		margin-bottom: -88px;
	}

	#area2 .sysbox .wrap {
		height: auto;
		padding: 16px 24px 12px 24px;
	}

	#area2 .collection .icon-round {
		max-width: 72px;
		max-height: 72px;
		margin-bottom: 0;
		margin-left: 16px;
		box-shadow: none;
	}

	#area2 .collection .icon-round img {
		padding: 10.5px 12px 13.5px 12px;
		width: 48px;
	}

	/*area3*/
	#area3 {
		margin-bottom: 100px;
	}

	/*area4*/
	#area4 {
		margin-bottom: 100px;
	}

	/*area5*/
	#area5 {
		margin-bottom: 100px;
	}

	/*area6*/
	#area6 {
		margin-bottom: 160px;
	}

	/*area7*/
	#area7 {
		margin-bottom: 100px;
	}

	#area7 .title {
		width: 100%;
	}

	/*area8*/
	#area8 {
		margin-bottom: 100px;
	}

	#area8 .wrap {
		margin-bottom: 24px;
	}

	#area8 .chart {
		margin-bottom: 8px;
	}


	/*area9*/
	#area9 {
		margin-bottom: 100px;
	}

	#area9 .array {
		display: revert;
		justify-content: unset;
		flex-direction: column;
	}

	#area9 .graph {
		text-align: center;
	}

	#area9 .about {
		margin-top: 24px;
	}

	#area9 .about .wrap {
		width: 100%;
	}

	#area9 .about .about_box {
		margin-bottom: 8px;
	}

	#area9 .about .about_box {
		font-size: 16px;
		line-height: 24px;
		font-weight: 400;
	}

	/*area10*/
	#area10 {
		margin-bottom: 100px;
	}

	/*area11*/
	#area11 {
		margin-bottom: 100px;
	}

	#area11 .member .array {
		justify-content: space-between;
		flex-direction: column;
		flex-wrap: nowrap;
	}

	#area11 .member .memberimg {
		height: 72px;
		width: auto;
		max-width: -webkit-fill-available;
	}

	#area11 .member .member_wrap {
		width: 100%;
	}


	/*area12*/
	#area12 {
		margin-bottom: 100px;
	}

	#area12 .faq {
		margin-top: 24px;
	}

	#area12 .faq .faq_box {
		font-size: 20px;
		line-height: 32px;
	}

	#area12 .faq_box .txt {
		margin-top: 8px;
	}

	/*area13*/
	#area13 {
		margin-bottom: 100px;
	}

	#wrap_footer {
		width: auto;
		margin-left: 24px;
		margin-right: 24px;

	}

	#footer .wrap {
		width: auto;
	}

	#logo_foot {
		margin-top: 64px;
	}

	#footer .button .wrap {
		align-items: center;
	}

	#divpop table {
		width: 100%;
	}

}