

@media (min-width: 1260px) {
    .container.container_new_pov {
        width: 1230px;
    }

	.container.container_new_pov_guest {
        width: 1230px;
    }
}


 
@media (min-width: 1600px) {
    .container.container_new_pov_guest {
        width: 1560px;
    }
} 


.newpov_main_top_search_wrap {
	position:absolute; top:50%; left:50%; transform: translate(-50%, -50%);
	display: flex;
	width: 560px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.newpov_main_top_search {
	display: flex;
	height: 48px;
	padding: 0px 16px;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	border-radius: 1000000px;
	border: 1px solid #272727;
	background: #191919;
}
.newpov_main_top_search input[type="text"] {
	color: #fff;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 14px; /* 100% */
	letter-spacing: -0.4px;

	border:0px; width:100%; height:14px; background:none;
}


.newpov_main_slide_item {
    width: 100%;
    height: 440px;
}


.new_latest_board_wrap {
	display: flex; 
	justify-content: center;
	align-items: flex-start;
	gap: 40px;

	margin-bottom:56px;
}
.new_latest_board_wrap .new_latest_board {
	display: flex; 
	padding: 0px 16px;
	flex-direction: column;
	align-items: flex-start;
	flex-shrink: 0;

	border-radius: 16px;
	background: #191919;

	width:580px;
}
.new_latest_board_wrap .new_latest_board .new_latest_board_tit {
	display: flex;
	padding: 24px 16px;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
}
.new_latest_board_wrap .new_latest_board .new_latest_board_tit h3 {
	color: #FFF;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 18px */
	letter-spacing: -0.2px;
	margin-bottom:0px;
}
.new_latest_board_wrap .new_latest_board .new_latest_board_tit a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;

	color: #807F7F;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; /* 100% */
	letter-spacing: -0.3px;
}
.new_latest_board_wrap .new_latest_board ul {
	list-style:none; padding:0; margin:0; width:100%;
}
.new_latest_board_wrap .new_latest_board li {
	padding: 14px 16px; border-top: 1px solid #292929;
}
.new_latest_board_wrap .new_latest_board li a {
	color: #FFF;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 14px */
	letter-spacing: -0.2px;
}
.new_latest_board_wrap .new_latest_board li a span {
	color:#797979;
}


@media (max-width: 1600px) {
	
	.newpov_main_top_search_wrap {
		/*display:none;*/

		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		display: flex;

		width: 40%;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 10px;
	}
	.newpov_main_top_search {
		display: flex;
		height: 36px;
		padding: 0px 6px;
		align-items: center;
		gap: 3px;
		align-self: stretch;
		border-radius: 1000000px;
		border: 1px solid #272727;
		background: #191919;
	}
	.newpov_main_top_search img {
		height:16px;
	}



	.container.container_new_pov_guest .newpov_main_top_search_wrap {
		width: 300px;
	}

}

@media only screen and (max-width: 991px) {
	.pc_renew_top {
		display:none !important;
	}
}
 

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


	#topNav .container {
		padding-right: 10px; padding-left: 10px;
	}

	#topNav button.btn-mobile {
		margin-right:-5px;
	}
	
	.newpov_main_top_search_wrap {
		/*display:none;*/

		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		display: flex;

		width: 40%;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 10px;
	}
	.newpov_main_top_search {
		display: flex;
		height: 36px;
		padding: 0px 6px;
		align-items: center;
		gap: 3px;
		align-self: stretch;
		border-radius: 1000000px;
		border: 1px solid #272727;
		background: #191919;
	}
	.newpov_main_top_search img {
		height:16px;
	}


	.newpov_main_slide_item {
		height: auto;
	}
	
	.new_latest_board_wrap {
		flex-direction: column; margin-left:-15px; margin-right:-15px; margin-bottom:24px;
	}

	.new_latest_board_wrap .new_latest_board { 
		padding: 0px 0px;
		flex-direction: column;
		align-items: flex-start;
		flex-shrink: 0;

		border-radius: 0px;
		background: none;
		width:100%; 
	}

	.new_latest_board_wrap .new_latest_board .new_latest_board_tit a {
		font-size: 24px;
	}
	.new_latest_board_wrap .new_latest_board .new_latest_board_tit a img {
		height:16px;
	}
	.new_latest_board_wrap .new_latest_board li {
		padding: 12px 16px; 
	}
	.new_latest_board_wrap .new_latest_board li:last-child { 
		border-bottom: 1px solid #292929;
	}



	

	.container.container_new_pov_guest .newpov_main_top_search_wrap {
		width: 200px; margin-left:20px;
	}
	#topMain.nav-pills>li>a {
        font-size: 15px; padding: 10px 10px;
    }
}






.new_main_tit {
	display: flex; 
	padding: 24px 0px;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	border-top: 1px solid #202020;

	color: #FFF;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 20px */
	letter-spacing: -0.4px;
}

/*
.new_main_tit span.round_orange { 
	padding: 10px 16px;
	border-radius: 10000px;
    background: #f2ac2e;
}
.new_main_tit span.round_purple { 
	padding: 10px 16px;
	border-radius: 10000px;
    background: #550080;
}
*/

.new_main_creator {
	list-style:none; margin:0; padding:0; margin-bottom:56px;
}
.new_main_creator li {
	width:100%; margin-bottom:40px;
}
.new_main_creator li:last-child {
	margin-bottom:0px;
}

.creator_info_box {
	display: flex;
	padding: 32px;
	align-items: flex-start;
	gap: 40px;
	align-self: stretch;

	border-radius: 32px;
	background: #191919;

	justify-content: space-between;
}

.creator_info_box .creator_info {
	display: flex; 
	justify-content: center;
	align-items: flex-start;
}
.creator_info_box .creator_info .creator_info_img {
	display: flex;
	padding: 0px 16px;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.creator_info_box .creator_info .creator_info_img img {
	width: 120px; height: 120px; border-radius: 1000000px;
}
.creator_info_box .creator_info .info_desc_wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 40px;
	flex: 1 0 0;
}
.creator_info_box .creator_info .info_desc_wrap .info_desc {
	display: flex;
	padding: 8px 16px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
	align-self: stretch;
}
.creator_info_box .creator_info .info_desc_wrap .info_desc h3 {
	display: flex;
	align-items: center;
	gap: 12px;

	color: #FFF;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 20px */
	letter-spacing: -0.2px;

	margin-bottom:0px; margin-top:30px;
}
.creator_info_box .creator_info .info_desc_wrap .info_desc h3 span.prm {
	display: flex;
	height: 24px;
	padding: 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;

	border-radius: 10000px;
	background: #E135FF;

	color: #FFF;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 14px */
	letter-spacing: -0.2px;
}

.creator_info_box .creator_info .info_desc_wrap .info_desc p {
	flex: 1 0 0;

	color: #FFF;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 22.4px */
	letter-spacing: -0.4px;

	margin-bottom:0px;
}

.creator_info_box .creator_info .info_desc_wrap a {
	display: flex;
	height: 40px;
	padding: 9px 24px;
	justify-content: center;
	align-items: center;
	gap: 8px;

	border-radius: 1000px;
	border: 1px solid #FFF;

	color: #FFF;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px; /* 114.286% */
	letter-spacing: -0.3px;
}

.creator_info_box .creator_pic {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px; 
}
.creator_info_box .creator_pic .creator_pic_img_wrap {
	width:540px;
}
.creator_info_box .creator_pic .creator_pic_img_wrap img {
	width:100%; border-radius: 20px;
}
.creator_info_box .creator_pic .creator_detail_info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	align-self: stretch;
}
.creator_info_box .creator_pic .creator_detail_info h4 {
	display: flex; 
	padding: 0px 4px;
	align-items: center;
	gap: 8px;
	align-self: stretch;

	justify-content: space-between;

	color: #FFF;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 16px */
	letter-spacing: -0.4px;

	margin-bottom:0px;
}
.creator_info_box .creator_pic .creator_detail_info h4 span {
	color: #FFF;
}

.creator_info_box .creator_pic .creator_detail_info h4 span.add_info {
	color: #3399cc;
	font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.4px;
}
.creator_info_box .creator_pic .creator_detail_info h4 span.add_info img {
	margin-right:5px; margin-top:-3px;
}

.creator_info_box .creator_pic .creator_detail_info .creator_detail_hit {
	display: flex;
	padding: 0px 4px;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
}
.creator_info_box .creator_pic .creator_detail_info .creator_detail_hit .hit_info {
	display: flex;
	align-items: center;
	gap: 8px;

	color: #807F7F;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 14px */
	letter-spacing: -0.4px;
}
.creator_info_box .creator_pic .creator_detail_info .creator_detail_hit .owner_info {
	display: flex;
	align-items: center;
	gap: 4px;

	color: #E135FF;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 14px */
	letter-spacing: -0.4px;
}


.creator_info_box.pov_made {
	background:#191919;
}
.creator_info_box.pov_made .creator_pic .creator_detail_info .creator_detail_hit .owner_info {
	color: #E18418;
}


.creator_info_mobile, .pov_ori_mobile_img, .info_desc_mobile, .newpov_mobile_search_box {
	display:none;
}


@media only screen and (max-width: 1259px) {
	
	.creator_info_box .creator_pic .creator_pic_img_wrap {
		width: 380px;
	}

}


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

	.newpov_mobile_search_box {
		display: block;
		padding: 16px 0px; 
	}
	.newpov_mobile_search_box.fixed_box {
		position: fixed; top: 62px; left: 0; padding:0px; width:100%;
	}

	.newpov_mobile_search {
		display: flex;
		height: 48px; width:100%;
		padding: 0px 16px;
		align-items: center;
		gap: 8px;
		flex-shrink: 0;
		align-self: stretch;

		border-radius: 1000000px;
		border: 1px solid #272727;
		background: #191919;
	}
	.newpov_mobile_search input[type="text"] {
		flex: 1 0 0;
		color: #fff;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 14px; /* 100% */
		letter-spacing: -0.4px;

		border:0px; background:none;
	}
	
	.creator_info {
		display:none !important;
	}

	.new_main_tit {
		font-size: 18px;
		font-style: normal;
		font-weight: 500;
		line-height: 100%; /* 18px */
		letter-spacing: -0.2px;
		border-top:0px;
	}


	.new_main_creator li {
		width: 100%;
		margin-bottom: 24px;
	}

	.creator_info_box { 
		padding: 16px;
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
		align-self: stretch;

		border-radius: 16px;
	}

	.creator_info_box .creator_pic .creator_detail_info {
		gap: 6px;
	}

	.creator_info_mobile {
		display: flex;
		align-items: center;
		gap: 12px;
		align-self: stretch;
	}

	.creator_info_mobile img.creator_mobile_img {
		width: 56px; height: 56px; border-radius: 1000000px;
	}

	.creator_info_name {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex: 1 0 0;
	}
	.creator_info_name h3 {
		display: flex;
		align-items: center;
		gap: 6px;

		color: #FFF;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 100%; /* 16px */
		letter-spacing: -0.2px;
		margin-bottom:0px;
	}
	.creator_info_name span {
		display: flex;
		height: 24px;
		padding: 10px;
		justify-content: center;
		align-items: center;
		gap: 10px;

		border-radius: 10000px;
		background: #E135FF;

		color: #FFF;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 100%; /* 14px */
		letter-spacing: -0.2px;
	}

	.info_desc_mobile {
		display: flex;
		align-items: flex-start;
		gap: 8px;
		align-self: stretch;
	}
	.info_desc_mobile p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		flex: 1 0 0;

		overflow: hidden;
		color: #FFF;
		font-feature-settings: 'liga' off, 'clig' off;
		text-overflow: ellipsis;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%; /* 16.8px */
		letter-spacing: -0.4px;

		margin-bottom:0px;
	}
	.info_desc_mobile span {
		display: flex;
		width: 31px;
		flex-direction: column;
		justify-content: flex-end;
		align-self: stretch;

		overflow: hidden;
		color: #807F7F;
		font-feature-settings: 'liga' off, 'clig' off;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%; /* 16.8px */
		letter-spacing: -0.4px;
	}



	.creator_info_box .creator_pic, .creator_info_box .creator_pic .creator_pic_img_wrap {
		width: 100%; 
	}
	.creator_info_box .creator_pic .creator_pic_img_wrap img {
		border-radius: 14px;
	}


	.creator_info_box.pov_made {
		background: none; padding:16px 0px;
	}

	.pov_ori_mobile_img {
		display: flex;
		padding: 0px 4px;
		align-items: center;
		gap: 8px;
		align-self: stretch;

		color: #FFF;
		font-feature-settings: 'liga' off, 'clig' off;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 100%; /* 14px */
		letter-spacing: -0.4px;

		margin-bottom:6px;
	}
	.pov_ori_mobile_img img {
		width: 24px; height: 24px; border-radius: 1000000px;
	}

	.pov_made .info_desc_mobile {
		padding:0px 4px;
	}
	.pov_made .info_desc_mobile p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		flex: 1 0 0;
	}
}









.crt_top_banner {
	margin-bottom:40px;
}
.crt_top_banner img {
	width:100%; border-radius: 16px;
}

.crt_info_box {
	display: flex;
	align-items: flex-start;
	gap: 38px;
	align-self: stretch;

	margin-bottom:40px;
}
.crt_info_box .crt_info_img {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.crt_info_box .crt_info_img img {
	width: 140px; height: 140px; border-radius: 1000000px;
}

.crt_info_box .crt_info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	flex: 1 0 0;
}
.crt_info_box .crt_info .crt_name {
	display: flex;
	align-items: center;
	gap: 8px;

	color: #FFF;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 28px */
	letter-spacing: -0.2px;
}
.crt_info_box .crt_info .crt_name .crt_sns_wrap {
	display: flex;
	align-items: center;
}
.crt_info_box .crt_info .crt_name .crt_sns_wrap a img {
	padding: 0px 8px;
}
.crt_info_box .crt_info .crt_short_link {
	color: #E18418;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 16px */
	letter-spacing: -0.2px;
}
.crt_info_box .crt_info p {
	color: #FFF;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
	letter-spacing: -0.2px;

	margin-bottom:36px;
}
.crt_info_box .crt_info .crt_link { 
	color: #36A4FD; 
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
	letter-spacing: -0.2px;
}
.crt_info_box .crt_info .crt_order_month_link {
	display: flex;
	height: 48px;
	padding: 9px 24px;
	justify-content: center;
	align-items: center;
	gap: 8px;

	border-radius: 1000px;
	background: #fff;

	color: #0e0e0e;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px; /* 100% */
	letter-spacing: -0.3px;
}


.crt_info_img_mobile, .crt_info_box_mobile_wrap, .crt_order_month_mobile {
	display:none;
}

@media only screen and (max-width: 768px) {
	
	.crt_section {
		padding-top:16px;
	}

	.crt_top_banner {
		margin-bottom:24px;
	}

	.crt_info_box {
		display:none;
	}

	.crt_info_img_mobile {
		/*display: flex;
		padding: 0px 16px;
		justify-content: center;
		align-items: center;
		gap: 10px;
		align-self: stretch;
		*/
	}
	.crt_info_img_mobile img {
		width: 120px; height: 120px; border-radius: 1000000px;
	}

	.crt_info_box_mobile_wrap {
		display: flex;
		width: 100%;
		padding: 24px 0px; margin-top:30px; margin-bottom:34px;
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
	}
	.crt_info_box_mobile {
		display: flex;
		flex-direction: column;
		align-items: flex-start;

		position:relative;
	}
	.crt_info_box_mobile p {
		display: block;
		width: 100%;
		padding: 28px 16px 20px 16px;
		justify-content: center;
		align-items: center;
		gap: 10px;

		border-radius: 8px;
		border: 1px solid #292929;

		color: #FFF;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 150%; /* 21px */
		letter-spacing: -0.2px;

		margin-bottom:0px;
	}
	.crt_info_box_mobile .crt_name_mobile {
		display: flex;
		padding: 0px 16px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 4px;

		position: absolute;
		left: 50%; top: 0px; transform: translate(-50%, -50%);

		background: #0E0E0E;
	}
	.crt_info_box_mobile .crt_name_mobile h3 {
		color: #FFF;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 20px;
		font-style: normal;
		font-weight: 600;
		line-height: 100%; /* 20px */
		letter-spacing: -0.2px;
		margin-bottom:0px;
	}
	.crt_info_box_mobile .crt_name_mobile h5 {
		color: #E18418;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 100%; /* 12px */
		letter-spacing: -0.2px;
		margin-bottom:0px;
	}

	.crt_sns_wrap_mobile {
		display: inline-flex;
		align-items: center;
		padding:0px 6px;
		background: #0E0E0E;

		position: absolute;
		left: 50%; bottom: 0px; transform: translate(-50%, 50%);
	}
	.crt_sns_wrap_mobile a {
		display: flex;
		padding: 0px 6px;
		align-items: center;
		gap: 10px;
	}

	.crt_order_month_mobile {
		display:block; text-align:center;
	}
	.crt_order_month_mobile a {
		display:inline-block; height:48px; line-height:48px; padding: 0px 24px;
		border-radius: 1000px;
		background: #fff;

		color: #0e0e0e;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 600; 
		letter-spacing: -0.3px;
	}

}







.new_crt_tit {
	display: flex;
	padding: 24px 0px 23px 0px;
	align-items: center;
	gap: 10px;
	align-self: stretch;

	border-bottom: 1px solid #202020; margin-bottom:24px;

	color: #FFF;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 20px */
	letter-spacing: -0.4px;
}

.crt_collection_box_wrap {
	list-style:none; padding:0; margin:0; 
}
.crt_collection_box_wrap li {
	margin-bottom:48px; 
}

.crt_collection_box {
	display: flex;
	align-items: flex-start;
	gap: 24px;
	flex: 1 0 0;

    border-radius: 32px;
    background: #191919;
	padding: 32px;
}
.crt_collect_info_wrap {
	display: flex;
	padding: 0px 4px;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
	flex: 1 0 0;
}
.crt_collect_info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
}
.crt_collect_info .collect_name {
	display: flex;
	padding: 0px 4px;
	align-items: center;
	gap: 8px;
	align-self: stretch;

	color: #FFF;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 14px */
	letter-spacing: -0.4px;
}
.crt_collect_info .collect_name img {
	width: 60px; height: 60px; border-radius: 1000000px;
}

.crt_collect_info .collect_name span {
	color:#fff; font-size:22px; font-weight:700;
}

.crt_collect_info h3 {
	display: flex;
	padding: 0px 4px;
	align-items: center;
	gap: 8px;
	align-self: stretch;

	color: #FFF;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 20px */
	letter-spacing: -0.4px;

	margin-bottom:0px;
}
.crt_collect_info p {
	/*display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	align-self: stretch;
	*/
	padding: 0px 4px;


	color: #FFF;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 22.4px */
	letter-spacing: -0.4px;

	flex: 1 0 0;

	margin-bottom:0px;
}

.crt_collect_pic_wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px; 
}
.crt_collect_pic { 

	width:540px;
}
.crt_collect_pic img {
	width:100%; border-radius: 20px;
}
.crt_collect_detail_wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	align-self: stretch;
}
.crt_collect_detail_wrap h4 {
	display: flex;
	height: 20px;
	padding: 0px 4px;
	align-items: center;
	gap: 8px;
	align-self: stretch;

	justify-content: space-between;

	color: #FFF;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 16px */
	letter-spacing: -0.4px;


	margin-bottom:0px;
}

.crt_collect_detail_wrap h4 span.add_info {
	color: #3399cc;
	font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.4px;
}
.crt_collect_detail_wrap h4 span.add_info img {
	margin-right:5px; margin-top:-3px;
}


.crt_collect_detail_wrap .crt_collect_detail {
	display: flex;
	padding: 0px 4px;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
}
.crt_collect_detail_wrap .crt_collect_detail .collect_hit {
	display: flex;
	align-items: center;
	gap: 8px;

	color: #807F7F;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 14px */
	letter-spacing: -0.4px;
}
.crt_collect_detail_wrap .crt_collect_detail .collect_type {
	display: flex;
	align-items: center;
	gap: 4px;

	color: #E135FF;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 14px */
	letter-spacing: -0.4px;
}



.collect_name_mobile, .crt_collect_desc_mobile, .crt_order_fixed_box {
	display:none;
}


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

	.new_crt_tit {
		margin-top:40px; margin-bottom:32px;
		border-top: 0px;
		border-bottom: 1px solid #202020;
 
		height: 52px;
		padding: 0px 0px; 
	}


	.crt_collection_box_wrap li {
		margin-bottom: 32px;
	}

	.crt_collection_box {
	}

	.crt_collect_info_wrap {
		display:none;
	}
	.crt_collect_pic_wrap { 
		width: 100%;
	}

	.crt_collect_pic {
		width: 100%;
	}

	.crt_collect_pic img {
		border-radius: 14px;
	}


	.crt_collect_detail_wrap {
		gap:8px;
	}

	.collect_name_mobile {
		display: flex;
		padding: 0px 4px;
		align-items: center;
		gap: 8px;
		align-self: stretch;

		color: #FFF;
		font-feature-settings: 'liga' off, 'clig' off;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 100%; /* 14px */
		letter-spacing: -0.4px;
	}
	.collect_name_mobile img {
		width: 30px; height: 30px; border-radius: 1000000px;
	}
	.collect_name_mobile span {
		color:#fff; font-size:16px; font-weight:700; 
	}

	.crt_collect_desc_mobile_wrap {
		display: flex;
		padding: 0px 4px;
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
		align-self: stretch;
	}
	.crt_collect_desc_mobile {
		display: flex;
		align-items: flex-start;
		gap: 8px;
		align-self: stretch;
	}
	.crt_collect_desc_mobile p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		flex: 1 0 0;

		overflow: hidden;
		color: #FFF;
		font-feature-settings: 'liga' off, 'clig' off;
		text-overflow: ellipsis;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%; /* 16.8px */
		letter-spacing: -0.4px;

		margin-bottom:0px;
	}
	.crt_collect_desc_mobile span {
		overflow: hidden;
		color: #807F7F;
		font-feature-settings: 'liga' off, 'clig' off;
		text-overflow: ellipsis;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%; /* 16.8px */
		letter-spacing: -0.4px;
	}





	.crt_order_fixed_box {
		display: flex;
		width: 100%;
		height: 80px;
		padding: 0px 16px;
		align-items: center;
		gap: 8px;
		flex-shrink: 0;

		position:fixed; bottom:0px; left:0px;

		border-top: 1px solid #1F1F1F; background: #121212;
	}
	.crt_order_fixed_box img {
		width: 40px; height: 40px; border-radius: 1000000px; border: 1px solid #474747;
	}
	.crt_order_fixed_box_info {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		gap: 8px;
		flex: 1 0 0;
	}
	.crt_order_fixed_box_info h3 {
		margin-bottom:0px;

		color: #FFF;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 100%; /* 16px */
		letter-spacing: -0.4px;
	}
	.crt_order_fixed_box_info h4 {
		margin-bottom:0px;

		color: #807F7F;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 100%; /* 14px */
		letter-spacing: -0.4px;
	}
	.crt_order_fixed_box_link {
		display: flex;
		height: 40px;
		padding: 9px 24px;
		justify-content: center;
		align-items: center;
		gap: 8px;

		border-radius: 1000px;
		background: #fff;

		color: #0e0e0e;
		font-family: 'Noto Sans KR', sans-serif;
		font-size: 15px;
		font-style: normal;
		font-weight: 600;
		line-height: 14px; /* 100% */
		letter-spacing: -0.3px;
	}
}



#crt_order_modal .modal-dialog {
	display: flex;
	width: 660px;
	padding: 24px;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	flex-shrink: 0;

	gap:24px;

	border-radius: 24px; background: #191919;
}

.crt_order_modal_title_wrap {
	display: flex; 
	padding: 0px 20px;
	align-items: flex-end;
	gap: 16px;
	flex-shrink: 0;
	align-self: stretch;
}
.crt_order_modal_title {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 16px;
	flex: 1 0 0;
}
.crt_order_modal_title h3 {
	display: flex;
	align-items: center;
	gap: 8px;
	flex: 1 0 0;

	color: #FFF;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 20px */
	letter-spacing: -0.4px;

	margin-bottom:0px;
}
.crt_order_modal_title a {
	display: flex; 
	padding: 3.333px;
	justify-content: center;
	align-items: center; 
}

.crt_order_modal_content_wrap {
	display: flex;
	width: 100%;
	padding: 0px 20px;
	flex-direction: column;
	align-items: center;
}

.modal_gold_box {
	display: flex;
	padding: 0px 30px 30px 30px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-self: stretch;

	border-bottom: 1px solid #555;

	/*border-radius: 14px 14px 0px 0px;
	border-bottom: 1px solid #C7A073;
	background: linear-gradient(152deg, #FFC37E -26.27%, #CA7008 76.85%);
	*/
}
.modal_gold_box h4 {
	color: #fff;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	/*line-height: 100%;  18px */
	line-height: 200%;  /* 후에 수정 */
	letter-spacing: -0.4px;

	margin-bottom:0px;
}
.modal_gold_box h2 {
	color: #fff;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 40px */
	letter-spacing: -0.4px;

	margin-bottom:0px;
}

.crt_order_modal_content {
	display: flex;
	padding: 24px 16px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;

	border-radius: 0px 0px 14px 14px;
	/*background: #221404;*/
}
.crt_order_modal_content h4 {
	color: #EDC79D;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 16px */
	letter-spacing: -0.4px;

	margin-bottom:0px;
}
.crt_order_modal_content h3 {
	display: flex;
	align-items: center;
	gap: 4px;
	align-self: stretch;

	color: #EDC79D;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 24px */
	letter-spacing: -0.4px;

	margin-bottom:0px;
}
.crt_order_modal_content h3 span.sm_txt {
	color: #EDC79D;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 16px */
	letter-spacing: -0.4px;
}
.crt_order_modal_content p {
	color: #fff;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 19.6px */
	letter-spacing: -0.4px;

	margin-bottom:0px;
}

.crt_order_modal_content p a, .crt_order_modal_content p a:focus, .crt_order_modal_content p a:hover {
	color: #fff;
}

.crt_order_modal_btn_wrap {
	display: flex; 
	flex-direction: column;
	align-items: flex-start;
	width:100%;
	padding:0px 20px;
}
.crt_order_modal_btn_wrap a {
	display: flex;
	height: 56px;
	padding: 9px 16px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 6px;
	align-self: stretch;

	border-radius: 1000px;
	background: #E18418;

	color: #0E0E0E;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px; /* 100% */
	letter-spacing: -0.3px;
}



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

	#crt_order_modal .modal-dialog {
		width: auto; 
	}

	.crt_order_modal_title_wrap {
		padding: 0px 0px;
	}

	.crt_order_modal_content_wrap {
		padding:0px;
	}

	.crt_order_modal_btn_wrap {
		padding:0px;
	}

	.modal_gold_box h4 {
		font-size: 18px;
	}
	.modal_gold_box h2 {
		font-size: 30px;
	}
	.crt_order_modal_content p {
		font-size: 14px;
	}

}






/**************************************************************아이디/비번 찾기**************************************************************/

.newpov_ceft_btn {
	display: block;
	height: 56px; line-height:56px !important;
	padding: 0px 16px;
	text-align:center;

	border-radius: 1000px;
	background: #FFF;

	color: #0E0E0E !important;
	text-align: center;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600; 
	letter-spacing: -0.3px;

	width:100%;
}

.newpov_ceft_btn_result {
	display: block;

	height: 56px; line-height:56px !important;
	padding: 0px 16px;
	text-align:center;

	border-radius: 1000px;
	background: #2C2C2C;

	color: #fff !important;
	text-align: center;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600; 
	letter-spacing: -0.3px;

	width:100%;
}