body {
	font-family: 'Noto Sans KR', sans-serif;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.05em;
	margin: unset;
	height: -webkit-fill-available;
}

h2 {
	font-size: 22px;
	font-weight: 500;
}

li {
	list-style: none;
}

li:hover {
	/*
	transform: translateY(-5px);
    box-shadow: 0 10px 10px 5px rgba(0, 0, 0, 0.1);
	border-radius: 1rem;
	*/
}

.bg_color {
	background-color: #f9f9f9f9;
}

.font_bold {
	font-weight: bold;	
}

@keyframes slide-bottom {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(14px);
	}
}

.main_wrap {
	position: abosolute;
	width: 100%;
	height: 100%
}

.category_head {
	padding: 7px 0 30px;
	background: #7232d8
}

.category_head .container {
	max-width: 1260px;
	margin: 0 auto;
	position: relative;
	padding: 0 30px;
}

.slide-bottom {
	animation: slide-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.navigator {
	margin: 6px 45px 0px 0px;
	text-align: center;
}

.navigator > li {
	display: inline-block;
	color: #ccc;
	font-size: 15px;
	vertical-align: top;
}

.navigator > li:first-child > i {
	margin-top: 2px;
	font-size: 16px;
	vertical-align: top;
}

.navigator > li > a {
	text-decoration: none;
	color: white;
}

.contents_wrap {
	background-color: rgba(255, 255, 255, 1);
}

.main .contents_wrap .contents_head {
	text-align: center;
	width: 100%;
	margin: 60px 0 60px;
}

.contents_head .header {
	font-weight: bold;
	font-size: 28px;
	color: rgba(0, 0, 0, 1);
}

.link_ebssw {
	position: absolute;
	top: 15px;
	right: 15px;
}

.link_ebssw > img {
	margin: 0;
	width: 70px;
	object-fit: contain;
	height: unset;
	cursor: pointer;
}

.contents_main {
	width: 100%;
}

.coming_soon_cover {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 1rem;
	display: table;
}

.coming_soon_cover > p {
	color: white;
	font-size: 30px;
	font-weight: 500;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.new {
	position: absolute;
	top: 2px;
	left: 0;
	font-size: 12px;
	background-color: #E90047;
	border-radius: 0.5rem;
	color: white;
	width: fit-content;
	padding: 1px 10px;
	text-decoration: none;
}

.progress {
	margin-top: 10px;
	margin-left: 20px;
}

.progress > a {
	padding: 0px 20px;
	font-size: 16px;
	color: #fff;
	border-radius: 12px;
	text-decoration: none;
	margin-right: 10px;
}	

.completed {
	background: grey;
}

.proceeding {
	background: #7232d8;
}

.contents_main li:not(:first-child) {
	margin-top: 10px;
}

.main .contants_main .sub_contents {
	max-width: 1260px;
	margin: 0 auto;
	position: relative;
}

.main .contants_main .sub_contents .contest_data {
	width: 100%;
	display: flex;
	padding: 20px 0px 20px;
}

.main .contants_main .sub_contents.reverse .contest_data {
	margin-left: 5px;
}

.main .sub_contents .contest_data .image {
	/*
	width: 590px;
	position: relative;
	padding-left: 100px;
	*/
	width: 70%;
	padding-left: unset;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main .sub_contents .contest_data .image > img {
	/*
	position: absolute;
	left: 100px;
	top: 30px;
	vertical-align: middle;
	width: unset;
	*/
	position: static;
	width: 100%;
}

.main .sub_contents .contest_data .text {
	display: flex;
	flex-direction: column;
	flex: 1;
	position: relative;
}

.main .sub_contents .contest_data .text > span {
	font-size: 16px;
	color: #333333;
	margin: 20px 0 30px;
}

.main .sub_contents .contest_data .text > a {
	width: fit-content;
	padding: 10px 25px;
	font-size: 14px;
	color: #fff;
	background-color: #7232d8;
	border-radius: 24px;
	text-decoration: none;
}

.beginner .default_font {
	font-size: 16px;
}

.beginner .header_main {
	max-width: 1260px;
	margin: 0 auto;
	position: relative;
	padding: 0px;
}

.beginner .header_main .image {
	text-align: center;
	width: 100%;
}

.beginner .header_main .sub_contents {
	margin: 0 auto;
	text-align: center;
}

.beginner .contents_main .sub_contents {
	max-width: 1000px;
	margin: 0 auto;
}	

.beginner .sub_contents ul {
	padding-inline-start: unset;
}

.beginner .sub_contents ul > li > div {
	border: 1px solid gray;
	border-radius: 0.5em;
	min-height: 140px;
	display: flex;
	flex-direction: column;
}

.beginner .sub_contents ul > li > div.h180 {
	min-height: 180px;
}

.h180 .link_class {
	padding-bottom: 10px;
}

.beginner .sub_contents .title {
	width: 93%;
	padding: 10px 20px;
}

.beginner .sub_contents .link_class {
	margin: auto;
}

.beginner .sub_contents .link_class > a {
	width: fit-content;
	padding: 5px 30px;
	font-size: 16px;
	color: #fff;
	background-color: #7232d8;
	border-radius: 12px;
	text-decoration: none;
	margin-right: 10px;
}

.beginner .sub_contents .link_class > a.restart {
	color: #7232D8;
	background: #F0E6FF;
	border: 1px solid #7232D8;
}

@media (min-width: 576px){
	h2 {
		font-size: 22px;
	}

	.new {
		top: 4px;
		font-size: 12px;
	}

	.main .sub_contents .contest_data .image {
		width: 55%;
	}

	.main .contants_main .sub_contents .contest_data {
		padding: 20px 60px 20px;
	}

	.main .sub_contents .contest_data .image > img {
		width: unset;
	}

	.main .contants_main .sub_contents.reverse .contest_data {
		margin-left: 10%;
		width: 75%;
	}

	.beginner .header_main {
		padding: 0 30px;
	}

	.beginner .sub_contents .title {
		padding: 40px;
	}

	.beginner .sub_contents ul > li > div {
		max-height: 130px;
		height: 130px;
		flex-direction: row;
	}

	.beginner .sub_contents .title {
		width: 590px;
		flex: 2;
	}

	.progress {
		position: absolute;
		margin-top: 15px;
		margin-left: 40px;
	}
	
	.link_ebssw {
		top: 30px;
		right: 30px;
	}
	
	.link_ebssw > img {
		width: 100px;
	}
}

@media (min-width: 768px) {
	h2 {
		font-size: 25px;
	}

	.new {
		top: 6px;
		font-size: 12px;
	}

	.main .sub_contents .contest_data .text {
		margin-top: 4%;
	}

	.main .sub_contents .contest_data .text > a {
		padding: 12px 32px;
		font-size: 16px;
	}

	.main .contants_main .sub_contents.reverse .contest_data {
		margin-left: 12%;
		width: 75%;
	}

	.beginner .sub_contents ul > li > div.h180 {
		min-height: unset;
	}
}

@media (min-width: 992px) {
	h2 {
		font-size: 30px;
	}

	.new {
		top: 12px;
		font-size: 14px;
	}

	.main .sub_contents .contest_data .text {
		margin-top: unset;
	}

	.main .contants_main .sub_contents.reverse .contest_data {
		margin-left: 14%;
		width: 75%;
	}
}

@media (min-width: 1200px) {
	h2 {
		font-size: 44px;
	}

	.new {
		top: 23px;
		font-size: 14px;
	}
}