@font-face {
	font-family: "Pretendard-Regular";
	src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff")
		format("woff");
	font-weight: 400;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-optical-sizing: auto;
	font-style: normal;
	font-family: "Pretendard Variable", Pretendard, -apple-system,
		BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI",
		"Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

body.main {
	background-image: url("../images/back_main.png");
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
}

.list_main {
	width: 100%;
	max-width: 1280px;
	margin: 20vh auto 0 auto;
	display: flex;
	justify-content: center;
	gap: 2vh;
	row-gap: 1vh;
	flex-wrap: wrap;
	gap: 20px;
}

.list_main > div {
	position: relative;
	width: 15vw;
}

.list_main > div .complete {
	position: absolute;
	top: 5vh;
	display: none;
}

.list_main > div .complete img {
	width: 100%;
}

.list_main a img {
	width: 100%;
}

.list_main > div:nth-child(4) {
	flex-basis: 100%;
	height: 0;
}

body {
	-webkit-text-size-adjust: none;
}

html,
body {
	width: 100%;
	height: 100%;
}

body {
	overflow: auto;
}
ul li {
	list-style: none;
}

a {
	text-decoration: none;
}

input {
	vertical-align: baseline;
}

.wrap {
	width: 100%;
	height: 100%;
	position: relative;
}

.inner-wrap {
	max-width: 1600px;
	min-width: 1140px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.inner-wrap > div {
	width: 100%;
	margin: 0 auto;
}

.logo {
	display: flex;
	justify-items: left;
	align-items: center;
	height: 75px;
	width: 1140px !important;
}

.visual {
	height: 452px;
	/*
	background-image: url("../images/bg_top.png");
	background-position: center;
	background-repeat: no-repeat;
	*/
	background-color: #091826;
	overflow: hidden;
	position: relative;
}

.visual > h1 > img {
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: -570px;
}

.visual > a > img {
	position: absolute;
	top: 330px;
	left: 50%;
	margin-left: -570px;
}

.visual > img {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: 130px;
}

.information {
	height: auto;
	overflow: hidden;
	position: relative;
	background-color: #fff;
}

.information .txt {
	font-size: 24px;
	font-weight: 300;
	color: 0;
	margin: 50px auto 40px auto;
	width: 1140px;
	text-align: center;
	line-height: 32px;
}

.information .txt strong {
	font-size: 26px;
	display: block;
}

.information .txt span {
	color: #06aff8;
	font-weight: 600;
}

.information .img {
	width: 1064px;
	margin: 0 auto;
}

.information .img img {
	display: block;
}

.middle {
	height: 1391px;
	background-image: url("../images/back_middle.png");
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
}

.middle > .txt {
	display: flex;
	justify-content: center;
	padding-top: 50px;
}

.middle .pad {
	display: flex;
	justify-content: center;
	padding-top: 30px;
}

.middle .pad > div {
	height: 493px;
	width: 786px;
	background-image: url("../images/img_03.png");
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
}

.middle .pad .screen {
	height: 493px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.middle .pad .screen > div {
	width: 744px;
	height: 433px;
	position: relative;
}

.middle .pad .screen > div .over {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50%;
	background-color: rgba(0, 0, 0, 0.8);
	height: 100%;
	padding: 90px 0 0 38px;
}

.middle .pad .screen > div .over > div:nth-child(1) > span {
	display: inline-block;
	color: #23aee1;
	font-size: 22px;
	padding-bottom: 4px;
	border-bottom: solid 1px #23aee1;
	font-weight: 500;
}

.middle .pad .screen > div .over > div:nth-child(2) {
	margin-top: 45px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	height: 150px;
}

.middle .missions {
	display: flex;
	justify-content: center;
}
.middle .missions > div {
	width: 1100px;
	display: flex;
	justify-content: center;
	gap: 10px;
	row-gap: 30px;
	flex-wrap: wrap;
	padding: 45px 0 30px 0;
}

.middle .missions .card-mission {
	background-image: url("../images/box.png");
	width: 237px;
	height: 209px;
	padding: 0 16px;
	border-radius: 24px;
}

.middle .missions .card-mission:hover {
	border: solid 6px #23aee1;
	transform: scale(1.1);
	cursor: pointer;
	transition-duration: 0.3s;
}

.middle .missions > div > .on {
	border: solid 6px #23aee1;
	transform: scale(1.1);
	cursor: pointer;
}

.middle .missions .card-mission:nth-child(1) {
	background-image: url("../images/box_first.png");
	width: 237px;
	height: 209px;
	position: relative;
}

.middle .missions .card-mission:nth-child(1) .star {
	font-size: 20px;
	font-weight: 700;
	color: #e2247f;
	position: absolute;
	top: -25px;
	left: calc(50% - 12px);
}

.middle .missions .card-mission:nth-child(1) .title {
	color: #fff;
}

.middle .missions .card-mission .title {
	color: #15374c;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	padding-top: 6px;
}

.middle .missions .card-mission .search_box {
	border: solid 2px #d03a70;
	border-radius: 18px;
	height: 36px;
	color: #fff;
	background-color: #081d2b;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	line-height: 32px;
	margin-top: 28px;
	background-image: url("../images/icon_zoom.png");
	background-repeat: no-repeat;
	background-position-x: calc(100% - 8px);
	background-position-y: center;
	letter-spacing: -1px;
}

.middle .missions .card-mission:nth-child(4) .search_box {
	text-align: left;
	font-size: 17px;
	padding-left: 20px;
}

.middle .missions .card-mission:nth-child(6) .search_box {
	text-align: left;
	font-size: 16px;
	padding-left: 14px;
	line-height: 33px;
}

.middle .missions .card-mission .txt {
	color: #fff;
	text-align: center;
	font-size: 16px;
	margin-top: 14px;
	letter-spacing: -1px;
}

.middle .missions .card-mission .point {
	color: #39c9fe;
	text-align: center;
	font-size: 16px;
	margin-top: 12px;
	font-weight: 600;
}

.middle .message {
	text-align: center;
	color: #e2247f;
	font-size: 16px;
	font-weight: 500;
	margin-top: 30px;
}

.event {
	background-color: #114b6c;
}

.event > div:nth-child(1) {
	text-align: center;
	padding-top: 50px;
}

.event > div:nth-child(1) > img {
	margin-left: 180px;
}

.event > div:nth-child(2) {
	display: flex;
	justify-content: center;
	gap: 28px;
	margin-top: -41px;
}

.event > div:nth-child(3) {
	text-align: center;
	padding-top: 24px;
}

.event > div:nth-child(3) img {
	margin-left: 10px;
}

.event > div:nth-child(4) {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin-top: 30px;
	padding-bottom: 100px;
	background-image: url("../images/img_06.png");
	background-repeat: no-repeat;
	background-position-x: 100px;
	background-position-y: bottom;
}

.footer {
	padding: 50px 0 100px 0;
	background-color: #222;
}

.footer div {
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-weight: 300;
}

.footer div a {
	color: #fff;
	text-decoration: underline;
}

.footer div img {
	margin-left: 30px;
	vertical-align: middle;
}

.cover {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	display: none;
}

.cover_alert {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 300;
	display: none;
}

.intro {
	display: none;
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 110;
}

.btn_login {
	text-align: center;
	margin-top: 10px;
}

.btn_login a {
	display: inline-block;
	background-color: #06aff8;
	border-radius: 20px;
	padding: 10px 30px;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	margin-left: 10px;
}

.btn_login a.sound {
	background-color: #ffba00;
}

.btn_login a.sound img {
	width: 40px;
	vertical-align: middle;
}

.btn_login a:nth-child(2) {
	background-color: #c42432;
}

.login {
	position: absolute;
	z-index: 200;
	width: 900px;
	border: solid 1px #ccc;
	background-color: #474747;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
}

.login .title {
	width: 100%;
	background-color: #1e1e1e;
	color: #fff;
	font-size: 25px;
	font-weight: 400;
	text-align: center;
	letter-spacing: -0.5px;
	padding: 26px 0;
	border-bottom: solid 10px #06aff8;
}

.login .form {
	width: 740px;
	margin: 0 auto;
	padding: 40px 0;
}

.login .form .item {
	float: left;
	width: 348px;
	padding-bottom: 20px;
}

.login .form .item:nth-child(even) {
	margin-left: 44px;
}

.login label {
	display: block;
	color: #fff;
	font-size: 18px;
	margin-bottom: 8px;
}

.login label .must {
	color: #dd2e1e;
	margin-right: 4px;
}

.login .form .item input[type="text"] {
	display: block;
	font-size: 18px;
	height: 46px;
	width: 100%;
	padding: 8px;
}

.login .btn {
	width: 100%;
	text-align: center;
	padding: 30px 0 0 0;
}

.login .btn button:nth-child(1),
.login .btn button:nth-child(2) {
	margin-right: 20px;
}

button {
	border: none;
	background-color: transparent;
	cursor: pointer;
}

.choose button.cancel,
.counsel button.cancel,
.regist button.cancel,
.login button.cancel {
	font-size: 20px;
	font-weight: 500;
	background-color: transparent;
	color: #fff;
	padding: 12px 30px;
	border-radius: 25px;
	border: solid 1px #fff;
}

.choose button.primary,
.counsel button.primary,
.regist button.primary,
.login button.primary {
	font-size: 20px;
	font-weight: 500;
	background-color: #06aff8;
	color: #fff;
	padding: 12px 30px;
	border-radius: 25px;
}

.inline {
	display: inline-block;
}

.clear {
	clear: both;
}

.underline {
	text-decoration: underline;
}

.alert {
	width: 770px;
	height: auto;
	background-color: #1e1e1e;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 400;
	border: solid 1px #ccc;
	padding: 45px 0;
	display: none;
}

.alert .icon {
	text-align: center;
	margin-bottom: 40px;
}

.alert .message {
	text-align: center;
	font-size: 25px;
	color: #fff;
	font-weight: 400;
	line-height: 30px;
	min-height: 60px;
	margin-bottom: 30px;
}

.alert .message span {
	color: #39c3f2;
}

.alert .btn {
	text-align: center;
}

.alert .btn button.confirm {
	border: solid 1px #fff;
	color: #fff;
	background-color: #1e1e1e;
	border-radius: 16px;
	padding: 12px 30px;
	border-radius: 25px;
	font-weight: 500;
	font-size: 20px;
}

.alert .btn button.cancel {
	border: solid 1px #fff;
	color: #fff;
	background-color: transparent;
	border-radius: 16px;
	padding: 12px 30px;
	border-radius: 25px;
	font-weight: 500;
	font-size: 20px;
	margin-right: 20px;
}

.regist {
	width: 900px;
	border: solid 1px #ccc;
	background-color: #474747;
	margin: 0 auto;
}

.counsel {
	width: 900px;
	border: solid 1px #ccc;
	background-color: #474747;
	margin: 0 auto;
}

.wrap_counsel {
	position: absolute;
	z-index: 200;
	overflow: auto;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}

.wrap_regist {
	position: absolute;
	z-index: 200;
	overflow: auto;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}

.counsel .title,
.regist .title {
	width: 100%;
	background-color: #1e1e1e;
	color: #fff;
	font-size: 25px;
	font-weight: 400;
	text-align: center;
	letter-spacing: -0.5px;
	padding: 26px 0;
	border-bottom: solid 10px #06aff8;
}

.counsel .title {
	position: relative;
}

.regist .title {
	position: relative;
}

.counsel .title .etc {
	position: absolute;
	right: 20px;
	bottom: 10px;
	font-size: 16px;
	font-weight: 400;
	text-align: right;
}

.regist .title .etc {
	position: absolute;
	right: 20px;
	bottom: 10px;
	font-size: 16px;
	font-weight: 400;
	text-align: right;
}

.counsel .form,
.regist .form {
	width: 740px;
	margin: 0 auto;
	padding: 40px 0;
}

.counsel .form .item,
.regist .form .item {
	float: left;
	width: 348px;
	padding-bottom: 20px;
}

.counsel .form .item:nth-child(even),
.regist .form .item:nth-child(even) {
	margin-left: 44px;
}

.counsel label,
.regist label {
	display: block;
	color: #fff;
	font-size: 18px;
	margin-bottom: 8px;
}
.regist .title .must,
.counsel .title .must,
.counsel label .must,
.regist label .must {
	color: #dd2e1e;
	margin-right: 4px;
}

.counsel .form .item input[type="text"],
.regist .form .item input[type="text"] {
	display: block;
	font-size: 18px;
	height: 46px;
	width: 100%;
	padding: 8px;
}

.counsel .form .item textarea {
	display: block;
	font-size: 18px;
	height: 60px;
	width: 100%;
	padding: 8px;
}

.counsel .agree {
	margin-top: 10px;
}

.counsel .agree label,
.regist .agree label {
	float: left;
	padding-left: 16px;
	text-indent: -16px;
}

.regist .agree .radio_agree {
	float: right;
}

.counsel .agree .radio_agree {
	float: left;
}

.counsel .agree .radio_agree input,
.regist .agree .radio_agree input {
	margin-right: 6px;
}

.counsel .agree .radio_agree label,
.regist .agree .radio_agree label {
	margin-left: 20px;
}

.counsel .agree .radio_agree label.w100 {
	width: 45%;
}

.counsel .agree .text_agree,
.regist .agree .text_agree {
	background-color: #fff;
	height: 200px;
	overflow-y: scroll;
	padding: 10px;
	font-size: 13px;
	color: #666;
	line-height: 20px;
}

.counsel .btn,
.regist .btn {
	width: 100%;
	text-align: center;
	padding: 30px 0 0 0;
}

.counsel .btn button:nth-child(1),
.regist .btn button:nth-child(1) {
	margin-right: 20px;
}

.ifm-mission {
	position: absolute;
	z-index: 200;
	width: 75%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
}

.choose {
	position: absolute;
	z-index: 200;
	width: 900px;
	border: solid 1px #ccc;
	background-color: #474747;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
}

.choose .title {
	width: 100%;
	background-color: #1e1e1e;
	color: #fff;
	font-size: 25px;
	font-weight: 400;
	text-align: center;
	letter-spacing: -0.5px;
	padding: 26px 0;
	border-bottom: solid 10px #06aff8;
}

.choose .form {
	width: 740px;
	margin: 0 auto;
	padding: 0 0 30px 0;
}

.choose .btn {
	width: 100%;
	text-align: center;
	padding: 30px 0 0 0;
}

.choose .btn button:nth-child(2) {
	margin-left: 20px;
}

@media (max-width: 1140px) {
	.logo {
		padding-left: 30px;
	}

	.visual > h1 > img {
		margin-left: -540px;
	}

	.visual > a > img {
		margin-left: -540px;
	}
}
