#wv {
	width:1216px;
	margin:0 auto;
	display:flex;
}
header.psp {
	position: relative;
	width:280px;
	height:auto;
	min-height:716px;
}

header.psp .gnb {
	width:100%;
	height:571px;
	margin-top:35px;
	background:#292929;
	border-radius:8px;
	padding:40px 30px 36px;
	position: relative;
}

header.psp .gnb .foot {
	/* width:100%; */
	position: absolute;
	bottom:36px;
	left:30px;
}

header.psp .gnb .foot ul {
	display:flex;
}

header.psp .gnb .foot ul li {
	color: var(--gray-3, #818181);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
header.psp .gnb .foot .kias_logo {
	margin-top: 1.25rem;
	display: flex;
	align-items: flex-end;
}


header.psp .gnb .foot ul li:nth-child(2) {
	padding:0 15px;
}


header.psp .addr {
	font-size: 0.625rem;
	color:#818181;
	line-height:130%;
	font-weight:500;
	margin-top:1.625rem;
}

header.psp .privacy {
	color: var(--gray-3, #818181);
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	/* position: absolute;
	left:0;
	bottom:0; */
	margin-top: 1rem;
}

header.psp .text1 {
	font-size: 1rem;
	color:#818181;
	font-weight:500;
}

header.psp .bar1 {
	background-color:#10DD56;
	display:inline-block;
	width:13px;
	height:2px;
	margin:20px 0 1rem;
}

header.psp .text2 {
	font-size: 1.5rem;
	color:#FFFFFF;
	font-weight:700;
}

header.psp ul.nav {
	display:block;
	height:auto;
	margin-top:3.125rem;
}

header.psp ul.nav li {
	/* padding:10px 28px; */
	position: relative;
	color:#818181;
	padding: 0 28px;
}
header.psp ul.nav li:not(:last-child){
	margin-bottom: 10px;
}

header.psp ul.nav li.active {
	color:#10DD56;
}

header.psp ul.nav li::after {
	position: absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
	width:1.25rem;
	height:1.25rem;
	background-image:url(https://imgdata.work/psp/assets/images/project/galaxy/dzqqeh8hph.svg);
	background-repeat: no-repeat;
	background-size: cover;
	content:'';
}

header.psp ul.nav li.active::after {
	position: absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
	width:1.25rem;
	height:1.25rem;
	background-image:url(https://imgdata.work/psp/assets/images/project/galaxy/kz9ah1ayki.svg);
	background-repeat: no-repeat;
	background-size: cover;
	content:'';
}

.object_planet {
	background-image:url(https://imgdata.work/psp/assets/images/project/galaxy/u7h6fpjrt7.png);
	background-size:80%;
	transform:translate(-40%, -40%);
	opacity: 0.6;
}

.compas_bg {
	width:70%;
}
main {
	width:904px;
	height:auto;
	position: relative;
	overflow: none;
	margin-left:32px;
	margin-top:35px;
}

main .topbg {
	position: absolute;
	width:190px;
	height:18px;
	left:50%;
	top:0;
	transform:translateX(-50%);
}

main .topbg img {
	width:100%;
	height:auto;
}

main .object_star_bg {
	width:100%;
	height:100%;
	background:url(https://imgdata.work/psp/assets/images/project/galaxy/xthaf3sjx6.png);
	
	
}

main .content {
	position: relative;
	width:100%;
	height:auto;
	min-height:720px;
	border-radius:8px;
	border:1px solid #086e2b;
}

main .content::before {
  content: "";
  position: absolute;
  z-index: -1;
  /* 141% ~ sqrt(2)x100% to make sure to cover all the area after the rotation */
  width: 141%;
  height:141%;
  /**/
  /* to center*/
  left: 50%;
  top: 50%;
  /* */
  background: url(https://imgdata.work/psp/assets/images/project/galaxy/xthaf3sjx6.png);
  background-size: 300px 300px; /* size of the image*/
  transform:translate(-50%,-50%) rotate(45deg); /* center the element then rotate */
  opacity: 1;
}


.content .body {
	width:100%;
	height:718px;
}

.btn_over {
	width:176px;
	padding:0;
	text-align:center;
}

.btn_over2 {
	width:100%;
	padding:0;
	text-align:center;
}


.galaxy_project_join_btn {
	height:42px;
}

.galaxy_project_join_btn button {
	height:42px;
	box-shadow: 0px 0px 10px 0px rgb(16, 221, 86, 0.3);
}

.galaxy_project_join_btn .btn_arrow {
	width:42px;
	height:42px;
	left:0px;
}

main.begin .btn_box {
	width:176px;margin:0 auto;
	/* margin-top:4rem; */
}



.content .text01 {
	font-family: 'Roboto Mono', monospace;
}

.content .text02 {
	font-size:2.25rem;
	font-weight:700;
	color:--green;
}

.blur {
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

.ui-dialog {
	position:fixed;
	top: 50% !important;
	transform: translateY(-50%);
	background:#2F2F2F;
	border:1px solid #10DD56!important;
	border-radius:8px;
	padding: 0;
	overflow: hidden;
}
.ui-dialog .explainModal.ui-dialog-content{
	background-color: #000;
	padding:2rem 1.5rem 1.625rem 2rem;
}

.ui-dialog .ui-dialog-content {
	padding:3.75rem 1.5rem 4.25rem 2rem;
};


.ui-widget.ui-widget-content {
	border:1px solid #10DD56;
}

.ui-dialog-title, .ui-dialog-titlebar {display:none}
.ui-widget-overlay {background:transparent;}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: 'Pretendard';
	font-size:1rem;
}

.dialog_btn.close_modal {
	position: absolute;
	top:1.25rem;
	right:1.25rem;
	z-index:99;
}

.modal_common {
	overflow:hidden;
}
.modal_content {
	color:#10DD56;
}



.modal_content h1 {
	font-size:1.5rem;
	font-weight:700;
	text-align:center;
}

.modal_content .btn_ln1 {
	background:#2F2F2f;
}






/*튜토리얼*/
.tutorial_ex_textbox01 {
	margin:0 auto;
	border-radius: 4px;
	border: 1px solid var(--gray-2, #262626);
	background: linear-gradient(130deg, #DADCDE -118.41%, #323335 -118.37%, rgba(90, 90, 90, 0.05) 30.93%, #171717 226.49%);
	backdrop-filter: blur(25px);

	font-size: 1rem;
	font-weight:400;
	line-height:160%;
	padding:31px 37px;
	text-align:center;
	margin-top:1.5rem;
	width:480px
}




.example {
	width:384px;
}

.picture {
	width:384px;
	height:384px;
	position: relative;
}

.picture .pic {
	width:384px;
	height:384px;
	position: absolute;
	left:0;
	top:0;

	background-image: url(https://imgdata.work/psp/assets/images/project/galaxy/tutorial/tmp1.png); 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	border-radius:8px;
	z-index : 1;
}



.example .grid_btn {
	display : flex;
	align-items: center;
	gap: 6px;
	position: absolute;
	right:25px;
	top:25px;
	z-index : 10;
}
.example .grid_btn span{
	font-size: 14px;
	font-weight: 500;
	font-family: 'Roboto Mono', monospace;
	color: rgba(255,255,255,0.6);
}

.example .grid_btn i{
	width:25px;
	height:25px;
	background-image:url(https://imgdata.work/psp/assets/images/project/galaxy/tutorial/d4tve522e2.svg);
	background-size: cover;
}

.example .grid_btn.on i{
	width:25px;
	height:25px;
	background-image:url(https://imgdata.work/psp/assets/images/project/galaxy/yy2rq4fg11.svg);
}
.example .grid_btn.on span{
	color: var(--green);
}

.grid-view {
	width:384px;
	height:384px;
	position: absolute;
	left:0;
	top:0;
	overflow:hidden;
	z-index : 5;
}

.grid-view img {
	width:100%;
	height:auto;
	opacity: 1;
	visibility: visible;
	animation: blinkBlink 1.25s ease-in-out;
}
@keyframes blinkBlink{
	0%{opacity: 0; visibility: hidden;}
	25%{opacity: 1; visibility: visible;}
	50%{opacity: 0; visibility: hidden;}
	75%{opacity: 1; visibility: visible;}
	100%{opacity: 0; visibility: hidden;}
}
.grid-view img{
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s ease-in-out,
							visibility 0.3s ease-in-out;
}
.grid-view.on img{
	opacity: 1;
	visibility: visible;
}


.infobox {
	margin-top:20px;
	width:384px;
	min-height:315px;
	border-radius: 8px;
	background: linear-gradient(130deg, rgba(218, 220, 222, 0.80) -118.41%, rgba(50, 51, 53, 0.80) -118.37%, rgba(90, 90, 90, 0.12) 30.93%, rgba(23, 23, 23, 0.80) 226.49%);
	/* Background Blur */
	backdrop-filter: blur(25px);
	padding:23px 20px;
}

.info-mission-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 0.75rem;
	color: var(--green);
	font-weight:500;
}
.info-mission-title > div{
	font-family: 'Roboto Mono', monospace;
}

.info-mission-progress {
	position: relative;
	margin-top:1.5rem;
}

.info-mission-progress-base {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:4px;
	border-radius: 50px;
	background: var(--gray2, #474747);
}


.info-mission-progress-front {
	position: absolute;
	left:0;
	top:0;
	width:0;
	height:4px;
	border-radius: 50px;
	background: var(--green, #10DD56);
}

.info-mission-comment {
	font-size: 0.875rem;
	font-weight:400;
	text-align:center;
	line-height:160%;
	color:rgba(182, 182, 182, 1);
	margin-top:3rem;
}
.info-mission-comment img{
	display: inline-block;
	margin: 0 0.125rem;
}

.hint-box {
	color: var(--green, #10DD56);
	text-align: center;
	font-size: 1rem;
	font-weight:400;
	line-height:160%;
	margin-top:3rem;
}

.hint-box span {
	margin-bottom:1rem;
	font-size: 0.875rem;
	border-radius: 30px;
	border: 1px solid #10DD56;
	display: inline-block;
	padding: 1px 11px;
	justify-content: center;
	align-items: center;
}

.question {
	width:488px;
	margin-left:32px;
	border-radius: 8px;
	background: linear-gradient(130deg, rgba(218, 220, 222, 0.80) -118.41%, rgba(50, 51, 53, 0.80) -118.37%, rgba(90, 90, 90, 0.26) 30.93%, rgba(23, 23, 23, 0.80) 340.68%);
	/* Background Blur */
	backdrop-filter: blur(25px);
	padding:42px 28px 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.question-area {
	display: flex;
	align-items: center;
	position : relative;
	width:100%;
}
.question-area .scr_arrow{
	position: absolute;
	left: 50%; bottom: -20px;
	transform: translateX(-50%);
	width : 20px;
	height: 20px;
	background: url("https://imgdata.work/psp/assets/images/project/galaxy/ico_scr_arrow_green.svg");
	opacity: 1;
	transition: opacity 0.2s ease-in-out;
}
.question-area .scr_arrow.hide{
	opacity: 0;
}


ul.q-list {
	width:100%;
	height: 544px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding-right: 4px;
}
ul.q-list::-webkit-scrollbar {width: 4px; padding: 4px 0;}
ul.q-list::-webkit-scrollbar-thumb{
	border-color: transparent
}


ul.q-list li {
	display: flex;
	align-items: center;
	position : relative;
	width:100%;
	padding: 0.875rem 0;
}
ul.q-list li:first-child{
	padding-top: 0;
}
ul.q-list li:last-child{
	padding-bottom: 0;
}

ul.q-list li .q-list-text {
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	width : calc(100% - 96px);
	letter-spacing: 0;
}
ul.q-list li .q-list-text .q_ico{
	display : inline-block;
	top: 2px;
}

.ms-auto {
	margin-left:auto;
}

.me-auto {
	margin-right:auto;
}

.q_ico {
	padding-left:0.375rem;
	cursor:help;
	position: relative;
}

.q_ico::after {
	content:'';
	position: absolute;
	width:81px;
	height:28px;
	background-image:url(https://imgdata.work/psp/assets/images/project/galaxy/a1id36s6.svg);
	background-repeat:no-repeat;
	background-size:cover;
	left:30px;
	top:50%;
	transform: translateY(-50%);
	display:none;
}

.q_ico:hover::after {
	display:block;
}

.check-box {
	width: 100px;
	height: 40px;
	background:#000;
	border-radius:8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:0 0.5rem;
}

.check-box.wrong {
	border:1px solid #FF0000;
	transition: border 0.3s ease-in-out;
}
.check-box.right {
	border:1px solid #10DD56;
	transition: border 0.3s ease-in-out;
}



.check-box > button {
	border:none;
	position : relative;
}
.check-box > button::before{
	display : block;
	content: "";
	width:24px;
	height:24px;
	background-repeat:no-repeat;
	background-position:center center;
	position : relative;
	z-index : 1;
}
.check-box > button::after{
	display : block;
	content: "";
	width : 0;
	height: 0;
	box-shadow: 0 0 8px 4px #fff;
	position : absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	z-index : 0;
	background-color: transparent;
	opacity: 0;
}
.check-box > button.on::after{
	opacity: 1;
}

ul.q-list li.answer_etc {
	height:68px;
}
ul.q-list li.answer_etc textarea {
	display:none;
	background:transparent;
	border-radius: 8px;
	border: 1px solid #2C4A37;
	width:100%;
	height:66px;
	outline: none;

	color: var(--gray-3, #818181);
	font-family: Pretendard;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding:15px;
}

ul.q-list li.answer_etc.on textarea {
	display:block
}

 button.an1::before{
	background-image:url(https://imgdata.work/psp/assets/images/project/galaxy/tutorial/an1_off.svg);
 }

  button.an1.on::before {
	background-image:url(https://imgdata.work/psp/assets/images/project/galaxy/tutorial/an1_on.svg);
  }

  button.an2::before {
	background-image:url(https://imgdata.work/psp/assets/images/project/galaxy/tutorial/an2_off.svg);
 }

  button.an2.on::before {
	background-image:url(https://imgdata.work/psp/assets/images/project/galaxy/tutorial/an2_on.svg);
  }

  button.an3::before {
	background-image:url(https://imgdata.work/psp/assets/images/project/galaxy/tutorial/an3_off.svg?v=2);
 }

  button.an3.on::before {
	background-image:url(https://imgdata.work/psp/assets/images/project/galaxy/tutorial/an3_on.svg?v=2);
  }



  /*모달 설정*/
  .explain_head {
	display: flex;
    align-items: center;
  }

  .explain_title h1 {
	font-size: 1.5rem;
	font-weight:700;
	line-height:130%;
  }

  .explain_ex_photo a ,
  .explain_ex_photo .flip_btn {
		font-size: 11px;
		font-weight:600;
		margin-left:1rem;
		cursor:pointer;
		display : flex;
		justify-content: center;
		align-items: center;
		gap: 2px;
		width : 112px;
		height: 26px;
		border-radius: 24px;
		border: 1px solid var(--green);
		color: var(--green);
		line-height: 1;
  }
.explain_ex_photo .flip_btn::after{
	content: "";
	width : 12px;
	height: 12px;
	display : block;
	background: url("https://imgdata.work/psp/assets/images/project/galaxy/ico_flip-arrow-green.svg") no-repeat center / cover;
}

.explain_body_text {
	font-size: 0.875rem;
	font-weight:400;
	line-height:160%;
	margin-top:1.4rem;
	color:#C4C4C4;
}

.explain_body_photo {
	margin-top:1.875rem;
}

.modal_content .pic_title {
	font-size: 0.875rem;
	font-weight:600;
	line-height:160%;
	margin-top:0.375rem;
	color:#C4C4C4;
	text-align:center;
}

.explain_body_photo_view {
	width:280px;
	margin:0 auto;
	overflow: hidden;
}

.explain_body_photo_view img {
	width:100%;
	height:auto;
	transform: scale(1.04);
}

.explain_body_photo .thumblist {
	width:100%;
	margin-top:1.875rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.explain_body_photo .prev_btn {
	width:20px;
	height:20px;
	background-image:url(https://imgdata.work/psp/assets/images/project/galaxy/arrow_next_20.png);
	background-repeat:no-repeat;
	background-position:center center;
	padding:0 20px;
	transform: rotate(-180deg);
}

.explain_body_photo .next_btn {
	width:20px;
	height:20px;
	background-image:url(https://imgdata.work/psp/assets/images/project/galaxy/arrow_next_20.png);
	background-repeat:no-repeat;
	background-position:center center;
	padding:0 20px;
	
}

.explain_body_photo .swiper-button-disabled {
	opacity:0.3;
}


.explain_body_photo_thumb {
	overflow:hidden;
	width:80%;
	position: relative;
	z-index: 1;
}
.explain_body_photo_thumb li{
	border-radius: 50%;
	overflow: hidden;
}
.explain_body_photo img.thumbnail {
	position: relative;
	width:100%;
	height:auto;
	border-radius: 50%;
	transform: scale(1.05);
}

.explain_body_photo_thumb li.on::after {
	position: absolute;
	content:'';
	width:100%;
	height:100%;
	border-radius: 50%;
	left:0;
	top:0;
	background:#10DD56;
	opacity:0.7;
}


.swiper-container-mainNav .swiper-wrapper .swiper-slide {  width: 108px !important;}

.question-btn {
	display:flex;
	justify-content: space-between;
	margin-top:1.125rem;
	gap: 5.5px;
}
.question-btn > div{
	display: flex;
	gap: 10px;
}
.question-btn button ,
.question-btn a {
	display: inline-flex;
	padding: 8.5px 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 8px;
	border: 1px solid #2C4A37;
	color: var(--green, #10DD56);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 19.6px */
	white-space: nowrap;
}

.question-btn button:nth-child(3) {
	/* margin-left:0.5rem; */
}

.question-btn button.markingbtn.on {
	background: var(--green, #10DD56);
	color:#FFFFFF;
}






/*begin*/

	main.begin .body {
		display:block;
		height:auto;
	}

/*tutorial*/

	main.tutorial .body {
		display:block;
		height:auto;
	}

	main.tutorial .tutorial_start {
		margin-top:1.875rem;
	}

	main.tutorial .text02 {
		color: var(--green, #10DD56);
		text-align: center;
		/* Headline 3 */
		font-family: Pretendard;
		font-size: 2.25rem;
		font-style: normal;
		font-weight: 700;
		line-height: 130%; /* 46.8px */
	}

	.rightPopup{
		display: flex;
		flex-direction : column;
		align-items: center;
		justify-content: center;
		position: fixed;
		left: 50%; top: 50%;
		transform: translate(-50%, -50%);
		z-index : 100;
		width : 168px;
		height: 128px;
		background-color: #000;
		border-radius: 8px;
		border: 1px solid var(--green);
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.3s ease-in-out,
								visibility 0.3s ease-in-out;
	}
	.rightPopup.show{
		opacity: 1;
		visibility: visible;
	}
	.rightPopup p{
		font-size: 18px;
		font-weight: 700;
		color: var(--green);
		text-align: center;
		line-height: 130%;
		margin-bottom: 2px;
	}
	.rightPopup h2{
		display: flex;
		align-items: center;
	}
	.rightPopup h2 span{
		font-size: 42px;
		font-weight: 700;
		font-family: "Bai Jamjuree";
		color: #10DD56;
	}
	.rightPopup h2 span:nth-of-type(2){
		color: #474747;
	}
	.rightPopup h2 i{
		display : inline-block;
		width : 24px;
		height: 43px;
		background: url("https://imgdata.work/psp/assets/images/project/galaxy/slash.svg") no-repeat center / cover;
	}


	@media all and (max-width: 768px){
		.back .explain_body_photo{
			margin-top: 60px;
		}

		.explain_title h1{
			font-size: 20px;
		}
		.front .explain_head{
			justify-content: center;
		}
		.explain_body_text{
			margin-top: 10px;
			font-size: 14px !important;
		}
		.explain_body_photo{
			margin-top: 15px;
		}
		.explain_body_photo_swiper .pic img{
			width : 100%;
		}
		a.guide_btn{
		}
		.explain_ex_photo .flip_btn{
			color: var(--green);
		}
		.explain_ex_photo .flip_btn::after{
			background: url("https://imgdata.work/psp/assets/images/project/galaxy/ico_flip-arrow-green.svg") no-repeat center / cover;
		}


		.example .grid_btn.on i,
		.example .grid_btn i{
			width : 18px;
			height: 18px;
		}
		.example .grid_btn span{
			font-size: 12px;
		}
	}