/*nav*/

body {
	max-width: 600px;
	margin: 0 auto !important;
}

a:link { color: red; text-decoration: none;}
a:visited { color: black; text-decoration: none;}
a:hover { color: blue; text-decoration: none;}

ul,
li {
  padding-inline-start: 0px;
  list-style: none;
}

nav {
	z-index: 1;
	/* background-color: #FFF; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 24px;
	box-sizing: border-box;
	padding: 20px 15px 20px 15px;
	position: absolute;
	top: 0;
	max-width: 600px;
}

nav .arrow {
	width: 24px;
	height: 24px;
}

nav .close {
	width: 24px;
	height: 24px;
}



.pageWrap {
	padding: 0px 10px 20px 10px;
	/* padding:0px; */
}

.page_title {
	/* margin-top: 14px; */
	font-size: 26px;
	line-height: 31px;
	color: #333333;
	font-weight: bold;
}

.textWrap {
	margin-top: 10px;
}

.textWrap textarea {
	background-color: #F5F5F5;
	height: 512px;
	width: 100%;
	border-radius: 5px;
	border: 0;
	padding: 20px;
}

.textWrap textarea::placeholder {
	font-size: 16px;
	color: #929292;
}

.submitBtn {
	margin-top:10px;
	height: 40px;
	background-color: #C5C5C5;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
}

.artist_sel {
	margin-top: 15px;
	/* display: flex; */
	/* overflow-x: auto; */
}

.artist_sel .artist_sel_spot {
	display: flex;
	flex-direction: column;
}

.artist_sel .img {
	width: 70px;
	height: 70px;
	background-color: #d1d1d1;
	border-radius: 5px;
	margin: 0 5px;
}

.artist_sel .img img {
	width: 70px;
	height: 70px;
	border-radius: 5px;
}

.artist_sel .img.on img {
	border: 3px solid #000;
}

.artist_sel .grp_name {
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	letter-spacing: 0.1px;
	text-align: center;
	color: #333333;

}

.input_text {
	width: 100%;
	height: 40px;
	border-radius: 5px;
	border: 0;
	margin-top: 10px;
	text-indent: 10px;
	font-size: 16px;
	background-color: #F5F5F5;
}

.agreeWrap {
	overflow: auto;
	height: 150px;
	border: 0px;
	border-radius: 5px;
	font-size: 14px;
	padding: 15px;
	margin-top: 10px;
	background-color: #F5F5F5;
}

.agreeWrap h3 {
	margin-block: 0px;
	margin: 0;
}

.agreeWrap p {
	margin-block: 0px;
	margin: 0;
	margin-bottom: 5px;
}

.agreeCheckWrap {
	margin-top: 20px;
	font-size: 14px;
}

.submitBtn.on {
	background-color: #8D79F7;
}

label {
	font-weight: bold;
	position: relative;
	padding-left: 25px !important;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	top: 0;
	left: 0
}

label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 0px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #cccccc;
	border-radius: 5px;
}

label input:checked~.checkmark {
	background-color: #EC34B6;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

label input:checked~.checkmark:after {
	display: block;
}

label .checkmark:after {
	left: 7px;
	top: 5px;
	width: 4px;
	height: 7px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


.filebox {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: flex-end;
}

.filebox .upload-name {
	width: 50%;
	color: #757575;
	height: 40px;
	border-radius: 5px;
	border: 0;
	margin-top: 10px;
	text-indent: 10px;
	font-size: 16px;
	background-color: #F5F5F5;
	margin-right: 10px;
}

.filebox label {
	color: #fff;
	vertical-align: middle;
	background-color: #C5C5C5;
	cursor: pointer;
	height: 40px;
	width: 30%;
	line-height: 40px;
	text-align: center;
	padding-left: 0px !important;
	border-radius: 5px;
	font-size: 14px;
}

.filebox input[type="file"] {
	position: absolute;
	width: 0;
	height: 0;
	padding: 0;
	overflow: hidden;
	border: 0;
}

.preview_img{
    width: 30%;
    /* border: 1px solid red; */
    height: 40px;
}

.page_top_img img {
	width: 100%;
	/* max-width: 375px; */
	margin: 0 auto;
}

.top_guide_text {
	margin: 26px 0px 20px 0px;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	/* or 137% */

	text-align: center;
	letter-spacing: 0.1px;
}

.agreeWrap h3 {
	font-size: 16.38px;
	font-weight: bold;
}

.cuation_text_wrap h3 {
	margin-top: 10px;
	font-size: 14px;
	color: #4A69CC;
}

.cuation_text_wrap p {
	font-size: 12px;
	color: #4A69CC;
	margin-bottom: 0;
}

.preview_img_wrap{
	display:none;
	margin-right: 5px;
}




/*---------공용 변수 선언 시작---------*/
.feedSpot {
	background-color: #fff;
	margin-bottom: 1px;
	padding: 20px 0px 0px 0px;
	border-bottom: 1px solid #e0e0e0;
}
.feedSpot .feedHeader {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	padding-left: 0;
}
.feedSpot .feedHeader .mbInfo {
	display: flex;
	align-items: center;
}
.feedSpot .feedHeader .mbInfo .mbImg img{
	display: block;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	background-size: cover;
	background-position: center center;
	border-radius: 30px;
}
.feedSpot .feedHeader .mbInfo .mbNickWt {
	display: block;
	margin-left: 10px;
}
.feedSpot .feedHeader .mbInfo .mbNickWt .mbNick {
	display: flex;
	align-items: flex-end;
}
.feedSpot .feedHeader .mbInfo .mbNickWt .mbNick .nickText {
	/* font-weight: bold; */
	font-size: 12px;
}
.feedSpot .feedHeader .mbInfo .mbNickWt .mbNick .artist_nick_tag {
	margin-left: 4px;
	width: 32px;
	height: 12px;
	image-rendering: crisp-edges;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: optimize-contrast;
	-ms-interpolation-mode: nearest-neighbor;
}
.feedSpot .feedHeader .mbInfo .mbNickWt .regDate {
	color: #828282;
	font-weight: normal;
	font-size: 12px;
}
.feedSpot .feedHeader .mbLevel {
	margin-left: auto;
}
.feedSpot .feedHeader .artistGradeIcon img {
	width: 45px;
	height: 20px;
	image-rendering: crisp-edges;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: optimize-contrast;
	-ms-interpolation-mode: nearest-neighbor;
}
.feedSpot .feedContentWrap {
	margin-left: 0px;
}
.feedSpot .feedContentWrap .orgContent, .feedSpot .feedContentWrap .tranContent {
	font-size: 14px;
	line-height: 16px;
	letter-spacing: -0.3px;
	color: #000;
	margin-bottom: 5px;
}
.feedSpot .feedContentWrap .transLineWrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.feedSpot .feedContentWrap .transLineWrap .transLeft, .feedSpot .feedContentWrap .transLineWrap .transRight {
	background: #e0e0e0;
	width: 100%;
	height: 1px;
}
.feedSpot .feedContentWrap .transLineWrap .transCenter {
	margin: 0 14px;
}
.feedSpot .feedContentWrap .transLineWrap .transCenter img {
	width: 20px;
	height: 15px;
}
.feedSpot .feedContentWrap .feedImgSpot {
	width: 100%;
	height: 335px;
	overflow: hidden;
	border-radius: 5px;
}
.feedSpot .feedContentWrap .feedImgSpot img {
	/* object-fit: cover; */
	object-fit: contain;
	width: 100%;
	height: 100%;
}
.feedSpot .feedContentWrap .videoSpot {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.feedSpot .feedContentWrap .videoSpot .videoLayer {
	position: absolute;
	width: 100px;
	height: 100px;
	z-index: 1;
	background: url("https://w7.pngwing.com/pngs/147/745/png-transparent-video-production-freemake-video-er-video-icon-free-angle-text-rectangle.png");
	background-size: contain;
	background-repeat: no-repeat;
}
.feedSpot .feedContentWrap .bottomInfo {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: space-around;
	justify-content: flex-start;
	align-items: center;
}
.feedSpot .feedContentWrap .bottomInfo li.heart {
	cursor: pointer;
	display: flex;
	align-items: flex-end;
}
.feedSpot .feedContentWrap .bottomInfo li.heart .feedGoodIcon {
	width: 15px;
	height: 15px;
	background-image: url("../images/select_comment_heart_off.png");
	background-repeat: no-repeat;
	background-size: contain;
	image-rendering: crisp-edges;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: optimize-contrast;
	-ms-interpolation-mode: nearest-neighbor;
}
.feedSpot .feedContentWrap .bottomInfo li.heart .feedGoodIcon.On {
	background-image: url("../images/select_comment_heart_on.png");
}
.feedSpot .feedContentWrap .bottomInfo li.heart .cnt {
	margin-left: 9px;
	font-size: 12px;
	color: #5e5e5e;
}
.feedSpot .feedContentWrap .bottomInfo li.comment {
	margin-left: 30px;
	display: flex;
	align-items: center;
}
.feedSpot .feedContentWrap .bottomInfo li.comment .feedViewIcon {
	width: 17px;
	height: 17px;
	background-image: url("../images/select_comment_off.png");
	background-repeat: no-repeat;
	background-size: cover;
	image-rendering: crisp-edges;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: optimize-contrast;
	-ms-interpolation-mode: nearest-neighbor;
}
.feedSpot .feedContentWrap .bottomInfo li.comment .cnt {
	margin-left: 9px;
	font-size: 12px;
	color: #5e5e5e;
}
.feedSpot .feedContentWrap .bottomInfo li.add_func {
	cursor: pointer;
	margin-left: auto;
}
.feedSpot .feedContentWrap .bottomInfo li.add_func .reportBtn {
	padding: 0px;
}

.feedSpot .groupInfo img{
	width:30px;
	height:30px;
	border-radius:30px;
}
.feedSpot .groupInfo .group_name{
	font-size:12px;
	margin-right:10px;
}

.feedSpot .feedHeader .mbInfo .rankNum{
    font-size: 40px;
    line-height: 30px;
	margin-right: 10px;
	color: #5e5e5e;
}

.doesNotData{
    text-align: center;
    width: 100%;
	padding-top: 100px;
}



.background {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
}

.use_box {
	background-color: #F2F2F2;
	min-width: 75%;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -45%);
	z-index: 9999999;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	display: none;
	border-radius: 14px;
}

.use_box .cmt_title {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	letter-spacing: -0.408px;
	color: #000000;
    width: 100%;
    padding-top: 20px;
}


.use_box .cmt {
	width: 100%;
	box-sizing: border-box;
	padding: 12px 0px;
	border-bottom: 1px solid rgba(60, 60, 67, 0.29);

	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	/* or 133% */

	text-align: center;
	letter-spacing: -0.078px;

	/* Label Light / Primary */

	color: #000000;
}

.use_box .cmt .desc {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	/* or 133% */

	text-align: center;
	letter-spacing: -0.078px;

	color: #828282;
}

.use_box .no, .use_box .yes {
	width: calc(50% - 2px);
	height: 44px;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 22px;
	text-align: center;
	letter-spacing: -0.408px;
	color: #007AFF;
}

.use_box .use_line {
	width: 1px;
	height: 44px;
	background-color: rgba(60, 60, 67, 0.29);
}
