@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap');

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;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
	font-family: 'Nanum Gothic', sans-serif;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

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;
}

.main_header {
	position: fixed;
	height: 75px;
	width: 100%;
	z-index: 5;
	background-color: rgb(16, 35, 49);
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
}

.head_btns {
	margin-right: 15px;
	margin-left: auto;
}


.logo_flex img {
	height: 36px;
}

.logo_flex {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.logo_flex b {
	color: #fff;
	font-size:19px;
	margin-left: 5px;
	font-weight: 900;
	font-family: 'Malgun Gothic';
}

.main_block1 {
	position: relative;
	min-height: 700px;
	padding-top: 85px;
	background-color: #102331;
	align-items: center;
	display: flex;
	flex-direction: column;
}

.main_title {
	margin-top: 60px;
	font-size: 40px;
	color: #07ca8d;
	text-align: center;
	line-height: 70px;
}

.main_button_list {
	margin-top: 35px;
	height: 80px;
}

.main_btn {
	text-decoration: none;
	line-height: inherit;
	cursor: pointer;
	padding: 9px 15px;
	transition: background-color 400ms ease;
}

.button1 {
	width: 110px;
	height: 50px;
	background-color: #07ca8d;

	color: #fff;
}

.button1:hover {
	background-color: #fff;
	color: #07ca8d;
	border: #07ca8d 1px solid;
}

.button2 {
	width: 110px;
	height: 50px;
	background-color: transparent;
	color: #07ca8d;

	border: #07ca8d 1px solid;
	margin-left: 15px;
}

.button2:hover {
	color: #07ca8d;
	background-color: #fff;
}

.main_counter_list {
	min-width: 560px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.up {
	color: #01a781;
}

.big_text {
	font-size: 30px;
	line-height: 60px;
	font-weight: 500;
}

.down {
	color: #f44b44;
}

.main_block2 {
	background-color: #0e1c27;
	min-height: 600px;
	padding: 100px;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.mb2_title {
	width: 1150px;
	margin-left: 50px;
	padding-left: 50px;
}

.mb2_maintitle {
	margin-bottom: 20px;
	color: #07ca8d;
	font-size: 20px;
	line-height: 30px;
}

.mb2_subtitle {
	color: #029874;
	font-size: 50px;
	line-height: 60px;
	font-weight: 300;
}

.mb2_body_content img {
	width: 106px;
	height: 102px;
	margin-right: 20px;
}

.mb2_body_content {
	font-size: 15px;
	line-height: 30px;
	display: flex;
	color: #fff;
}



.mb2_text span {
	font-weight: 600;
}

.main_counter_list .counter {
	color: #fff;
	text-align: center;
}

.margin_wrap {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.mb2_body {
	margin-top: 50px;
	display: grid;
	width: 1200px;
	grid-auto-columns: 1fr;
	grid-column-gap: 20px;
	grid-template-columns: 350px 450px 350px;
	grid-template-rows: 250px 250px;
}

.main_block3 {
	display: flex;
	flex-direction: column;
	min-height: 500px;
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #102331;
	align-items: center;
}

.block3_title {
	width: 1200px;
	color: #029874;
	font-size: 50px;
	line-height: 60px;
	font-weight: 300;
	margin-bottom: 30px;
}

.block3_body1 {
	width: 600px;
	padding: 0 25px;
	align-items: center;
	display: flex;
	flex-direction: column;
}

.block3_body1 img {
	width: 540px;
	height: 304px;
	margin-bottom: 20px;
}

.mb3_wrap {
	display: flex;
	flex-direction: column;
	width: 1200px;
}


#ftext {
	color: #fff;
	line-height: 25px;
}

.img_top {
	position: absolute;
	left: auto;
	top: auto;
	right: -3%;
	bottom: -5%;
}

.img_bottom {
	position: absolute;
	left: -3%;
	top: -5%;
	right: auto;
	bottom: auto;
}

.block3_body2 {

	display: flex;
	flex-direction: column;
	margin-left: 100px;
}

.b3tbox {
	position: relative;
	width: 500px;
	height: 120px;
	margin-bottom: 30px;
	padding-right: 20px;
	padding-left: 20px;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.3);
	color: hsla(0, 0%, 100%, 0.4);
	font-size: 17px;
	line-height: 25px;
	display: flex;

}

.actived {
	color: #07ca8d;
}

.mb3_wrap2 {
	display: flex;
	flex-direction: row;
}

.main_block4 {
	display: flex;
	min-height: 650px;
	padding: 40px;
	background-color: rgba(0, 0, 0, 0.2);
	align-items: center;
	justify-content: center;
}

body {
	background-color: #102331;
}

.mb4_title {
	width: 600px;
	margin-left: 50px;
	padding-left: 50px;
}

.mb4_maintitle {
	margin-bottom: 20px;
	color: #07ca8d;
	font-size: 20px;
	line-height: 30px;
}

.mb4_subtitle {
	color: #029874;
	font-size: 50px;
	line-height: 60px;
	font-weight: 300;
}

.mb4_body {
	width: 600px;
}

.mb4_body img {
	width: 590px;
}

.mb4_text {
	margin-top: 25px;
	color: #fff;
	font-size: 19px;
	line-height: 24px;
}

.mb4_title a img {
	margin-top: 25px;
	margin-right: 25px;
	height: 50px;
}

.mb4_title a img:hover {
	outline: 1px solid #fff;
}

.main_block5 {
	height: 350px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mb5_wrap {
	width: 1000px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mb5_text {
	font-size: 54px;
	color: #fff;
}

.coin_list_head,
.coin_list {
	padding-left: 10px;
	padding-right: 75px;
	width: 110px;
	line-height: 40px;
	align-items: center;
	color: #fff;
	font-size: 14px;
}



.coin_head,
.coin_body {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
}

.coin_head {
	background-color: #172d3e;
}

.coin_body:hover {
	background-color: rgba(92, 112, 128, .3)
}

#menuToggle {
	display: none;
	position: absolute;
	top: 20px;
	right: 10px;
	z-index: 1;
	-webkit-user-select: none;
	user-select: none;
}

#menuToggle a {
	text-decoration: none;
	color: #232323;

	transition: color 0.3s ease;
}

#menuToggle a:hover {
	color: tomato;
}


#menuToggle input {
	display: block;
	width: 40px;
	height: 32px;
	position: absolute;
	top: -7px;
	left: -5px;

	cursor: pointer;

	opacity: 0;
	/* hide this */
	z-index: 2;
	/* and place it over the hamburger */

	-webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
	display: block;
	width: 33px;
	height: 4px;
	margin-bottom: 5px;
	position: relative;

	background: #cdcdcd;
	border-radius: 3px;

	z-index: 1;

	transform-origin: 4px 0px;

	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
		background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
		opacity 0.55s ease;
}

#menuToggle span:first-child {
	transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
}

/*
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked~span {
	opacity: 1;
	transform: rotate(45deg) translate(-2px, -1px);
	background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked~span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked~span:nth-last-child(2) {
	transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
	position: absolute;
	width: 300px;
	margin: -100px 0 0 0px;
	padding: 50px;
	padding-top: 125px;

	background: #ededed;
	list-style-type: none;
	-webkit-font-smoothing: antialiased;
	/* to stop flickering of text in safari */

	transform-origin: 200% 0%;
	transform: translate(70%, 0);

	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#menu li {
	padding: 10px 0;
	font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked~ul {
	transform: translate(-30%, 0);
}

@media (max-width:767px) {
	body {
		width: 100%;

	}

	.head_btns a {
		display: none;
	}

	#menuToggle {
		display: block !important;
	}

	.main_header {
		width: 100%;
	}

	.main_block1 {
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 30px;
	}

	.main_table {
		width: 100%;
		overflow: auto;
		display: inline-block;
	}

	.coin_head,
	.coin_body {

		width: 350%;
	}

	.coin_list_head,
	.coin_list {
		min-width: 110px;
	}

	.main_counter_list {
		min-width: 100%;
		flex-direction: column;
	}

	.main_counter_list .counter+.counter {
		margin-top: 30px;
	}

	.main_block2 {
		padding: 0px 10px;
	}

	.mb2_title {
		margin: 0;
		padding: 0px 10px;
		padding-top: 15px;
		width: 100%;
	}

	.mb2_subtitle {
		font-size: 9vw;
		line-height: 11vw;
	}

	.mb2_body {
		margin-top: 30px;
		font-size: 3vw;
		line-height: 4vw;
		width: 100%;
		display: flex;
		flex-direction: column;
		grid-template-columns: minmax(350px, 1fr) minmax(350px, 1fr);
		grid-template-rows: 200px 200px auto;
	}

	.mb2_body_content {
		margin-top: 4vw;
		margin-bottom: 4vw;
	}

	.mb2_body_content img {
		width: 20vw;
		height: auto;
		margin-right: 4vw;
	}

	.mb2_text {
		font-size: 3vw;
		line-height: 5vw;
	}

	.main_block3 {
		margin: 0px;
		padding: 0 10px;
	}

	.mb3_wrap {
		flex-direction: column;
		width: 100%;
	}

	.mb3_wrap2 {
		flex-direction: column;

	}

	.block3_body1 {
		padding: 0;
		width: 100%;
		margin-bottom: 40px;
	}

	.block3_body1 img {
		width: 100%;
		height: auto;

	}

	.block3_body2 {
		margin: 0px;

	}

	.b3tbox {
		width: 88%;
		height: 24vw;
		margin-bottom: 6vw;
		padding: 0 5vw;
		font-size: 3.3vw;
		line-height: 5vw;
	}

	.main_block4 {
		display: flex;
		flex-direction: column;
		padding: 0 10px;
		margin: 0;
	}

	.mb4_title {
		width: 100%;
		padding: 0px;
		margin: 0px;
	}

	.mb4_body {
		width: 100%;
	}

	.mb4_body img {
		position: static;
		width: 100% !important;
	}

	.main_block5 {
		padding: 0 10px;
	}

	.mb5_wrap {
		width: 100%;
		flex-direction: column;
	}

	.mb5_text {
		font-size: 8vw;
		line-height: 11vw;
	}

	.block3_title {
		width: 100%;
	}

	.top_bar {
		display: none !important;
	}

	.pc {
		display: none !important;
	}

	.mobile {
		display: block !important;
	}


}

.top_bar {
	width: 250px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-left: 30px;
}

.top_bar a {

	text-decoration: none;
	color: #fff;
}

.pc {
	display: block;
}

.mobile {
	display: none;
}