@charset "utf-8";
/* @import url(phaser.scss); */
@import url(reset.css);
@import url(step.css);
@import url(meta.css);
/* @import url(chat.css); */
@import url(profile.css);
@import url(transition.css);
/* @import url(spinner.css);
@import url(computerSharing.css);
@import url(whiteboard.css); */
/* 공통 --------------------------------------------------*/
.wrap {
	display: flex;
	flex-direction: column;
	position: fixed;
	z-index: 99;
	width: 100%;
	height: 100%;
	bottom: 0;
	background-color: #fff;
}
.inner {
	padding: 0 16px;
}

.noFooter {
	z-index: 9999;
}

.footerNone > header + div {
	margin-bottom: 0 !important;
}

/* header */
.wrap > header,
.rightShow > header{
	flex: 0 0 auto;
	height: 52px;
}
.wrap > header + div,
.rightShow > header + div{
	flex: 1;
	overflow-y: auto;
	margin-bottom: 60px;
}
.datingHeader {
	width: 100%;
	height: 52px;
	background-color: #fff;
	z-index: 99;
}

.metaHeader {
	transition: top 0.4s ease;
}
.metaHeader.scrollHeader {
	position: fixed;
	top: -52px;
}
.metaHeader.scrollHeader.active {
	top: 0;
}
.headerWrap,
.conHeadWarp {
	width: 100%;
	height: 52px;
	padding: 0 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headerWrap > div,
.conHeadWarp > div {
	display: flex;
	gap: 10px;
	align-items: center;
}
.conHeadWarp {
	width: 100%;
	border-top: 1px solid #dedede;
	background-color: #fff;
	position: fixed;
	top: 52px;
	left: 0;
	z-index: 9;
	min-height: 55px;
}
.conHeadWarp > div {
	width: 100%;
	gap: 0;
}
.conHeadWarp + div {
	padding: 55px 0 0 !important;
}
.h-center > * {
	width: 100%;
	position: absolute;
	left: 0;
	z-index: -1;
	text-align: center;
}

/* header 프로필 */
.profileSmImg {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	overflow: hidden;
}
.profileSmImg img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

/* footer */
.f-btnWrap {
	width: 100%;
	padding: 16px;
	position: fixed;
    left: 0;
    bottom: 0;
}
.f-btnWrap.b62 {
	bottom: 62px;
}

/*btn*/
.harf-btnWrap{
	display: flex;
	gap: 10px;
	padding: 16px;
}
.btn {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
}
.btnSm {
	height: 34px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 500;
}
.btnMid {
	width: 100%;
	height: 40px;
	border-radius: 4px;
	font-size: 16px;
	padding: 8px 12px;
}
.btnBig {
	width: 100%;
	height: 54px;
	border-radius: 4px;
	font-size: 20px;
	font-weight: 500;
}
.btnharf {
	width: 50%;
	height: 54px;
	border-radius: 4px;
}
.btnBlack {
	background: #000000;
	color: #fff;
}
.btnwhite {
	background: #ffffff;
	color: #000;
	border: 1px solid #000;
}
.btnCCC {
	background: #cccccc;
	color: #fff;
}
.btnBd999 {
	background: #fff;
	color: #999;
	border: 1px solid #999;
}

.btn:disabled,
.btn.disabled {
	background: #ccc;
	color: #fff;
}
.btnBack {
	width: 24px;
	height: 24px;
	background: url(../assets/img/common/ico-back.png) left center no-repeat;
	background-size: 19px auto;
}
.btnBack_w {
	width: 24px;
	height: 24px;
	background: url(../assets/img/common/ico-back_w.png) left center no-repeat;
	background-size: 19px auto;
}
.btnSetting {
	width: 24px;
	height: 24px;
	background: url(../assets/img/common/ico-setting.svg) left center no-repeat;
	background-size: 19px auto;
}

.btnClose {
	width: 24px;
	height: 24px;
	background: url('data:image/svg+xml;utf8,<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M1 1L8.5 8.5L1 16" stroke="black" stroke-width="2" stroke-linecap="round"/> <path d="M16 16L8.5 8.5L16 1" stroke="black" stroke-width="2" stroke-linecap="round"/></svg>')
		right center no-repeat;
}

.btnClose_w {
    width: 24px;
    height: 24px;
    background: url(../assets/img/common/ico-close_w.svg) right center no-repeat;
}

.roundingBtn {
	width: auto;
	border-radius: 25px;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	background-color: #f5f5f5;
	padding: 12px 26px;
	border: 1px solid #000;
	margin: 8px;
}

.btnMenu {
	width: 24px;
	height: 63px;
	background: url(../assets/img/common/ico-ham-menu.svg) left center no-repeat;
}
.btnFilter {
	width: 24px;
	height: 63px;
	background: url(../assets/img/common/ico-filter.svg) left center no-repeat;
	vertical-align: middle;
}

/* contentsWrap */
.contentsWrap {
	width: 100%;
	padding: 0 16px;
}
.content {
	padding-bottom: 20px;
}

footer{
	flex: 0 0 auto;
}

/*maingBg*/
.mainBg {
	width: 100%;
	height: 100vh;
	padding: 16px;
	background: url(../assets/img/common/index-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 48px;
}
.mainLogo {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.mainLogo img {
	margin-top: 65px;
}
.mainSnsList {
	display: flex;
	justify-content: center;
	gap: 16px;
	padding: 24px 0 32px;
}
/* .mainBg {
	width: 100%;
	height: 100vh;
	padding: 16px;
	background: url(../assets/img/common/index_bg_test.png) no-repeat;
	background-size: cover;
	background-position: center center;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 30px;
}
.mainLogo {
	display: flex;
	height: 100%;
	align-items: flex-start;
	justify-content: center;
}
.mainLogo img {
	margin-top: 110px;
}
.separator {
	display: flex;
	align-items: center;
	margin-top: 18px;
	font-size: 12px;
	font-weight: 500;
}
.separator::before,
.separator::after {
	content: "";
	flex: 1;
	border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}
.mainSnsList {
	display: flex;
	justify-content: center;
	gap: 16px;
	padding: 10px 0 23px;
} */

/* title */
header ~ .contentsWrap .titleWrap {
	position: sticky;
	top: 0;
	background-color: #fff;
	z-index: 9;
	padding-bottom: 24px;
}
#stepProgress ~ .title01 {
	padding-top: 20px;
}
.title01 {
	font-size: 24px;
	font-weight: 700;
	line-height: 35px;
}
.title02 {
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
}
.conTitle{
	font-weight: 500;
	font-size: 16px;
	color: #444;
}
.headerWrap .title02 {
	font-weight: 500;
}
.titleSub01 {
	font-size: 14px;
	font-weight: 500;
	color: #999;
	padding-top: 8px;
}
.titleSub02 {
	font-size: 16px;
	font-weight: 500;
	margin-top: 16px;
}
.titleSub02 ~ p {
	margin-top: 8px;
	margin-bottom: 24px;
}
.conTitleSub{
	font-weight: 500;
	font-size: 16px;
	color: #808080;
}
.fz12Fw500 {
	font-size: 12px;
	font-weight: 500;
}
.fz12Fw700 {
	font-size: 12px;
	font-weight: 700;
}
.fz14Fw500 {
	font-size: 14px;
	font-weight: 500;
}
.fz14Fw700 {
	font-size: 14px;
	font-weight: 700;
}
.fz16Fw500 {
	font-size: 16px;
	font-weight: 500;
}
.fz16Fw700 {
	font-size: 16px;
	font-weight: 700;
}

/* notice */
.acoWrap {
}
.acoItem .acoTit {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 16px;
	border-bottom: 1px solid #f1f1f1;
}
.acoItem .acoTit > span {
	color: #666;
	font-size: 14px;
	text-align: left;
}

.acoItem .acoTit::after {
	content: '';
	display: block;
	width: 12px;
	height: 25px;
	background: url(../assets/img/common/ico-aco-arrow.svg) center center no-repeat;
}
.acoItem.active .acoTit::after {
	transform: rotate(180deg);
}

.acoItem .acoCon {
	max-height: 0;
	overflow: hidden;
	background-color: #fafafa;
}
.acoItem.active .acoCon {
	max-height: 2000px;
}
.acoItem .acoCon > * {
	color: #666;
	font-size: 14px;
	padding: 24px 24px 40px;
}

/* event */
.eventList {
	padding-top: 16px;
}
.eventList > a {
	display: block;
	margin-bottom: 16px;
}
.eventList > a img {
	width: 100%;
}
.btmB ~ .chat {
}

/* friend */
.friendWrap {
	margin-top: 24px;
}
.friendTicket {
	width: 100%;
	height: 227px;
	background: url(../assets/img/common/event-ticket.png) center center no-repeat;
	background-size: 194px auto;
}
.eventCodeWrap {
	padding-top: 124px;
}

/* toolTip */
.toolTipWrap {
	position: relative;
}
.toolTipPop {
	display: none;
	position: absolute;
	bottom: calc(100% + 10px);
	background: #fff;
	padding: 10px 16px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
}
p.eventCode {
	font-size: 32px;
	font-weight: 700;
}
.ToolTipBtn {
	display: inline-block;
	width: 13px;
	height: 13px;
	cursor: pointer;
	background: url(../assets/img/common/icon/ico-event-tooltip.svg) center center
		no-repeat;
}
.toolTipWrap .ToolTipBtn:hover ~ .toolTipPop {
	display: block;
}

.toolTipPop {
	opacity: 0;
	transition: opacity 0.5s ease;
}
.toolTipPop.active {
	opacity: 1;
}

/* missionList */
.missionList li.leftRightTxt .right {
	display: flex;
	align-items: center;
}
.missionList li.leftRightTxt .right .ic-berith {
	background-size: 22px 22px;
	font-size: 18px;
	font-weight: 700;
	padding-left: 26px;
	margin-right: 8px;
}
.missionList li {
	margin-bottom: 24px;
}
.missionList li:last-child {
	margin-bottom: 0;
}
.leftRightTxt .left p:last-child {
	font-weight: 400;
}

/* app footer */
.appFooterWrap {
	background-color: #fff;
	box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: flex-end;
	position: fixed;
	width: 100%;
	height: 60px;
	bottom: 0;
	left: 0;
	z-index: 9998;
}
.appFooterWrap > button {
	position: relative;
	width: 20%;
	height: 56px;
	padding: 10px 5px 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	opacity: 0.5;
}

.appFooterWrap > button span {
	position: relative;
	display: block;
	padding-top: 4px;
	font-size: 10px;
	color: #000;
}
.appFooterWrap > button.msgOn span::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fe282a;
	position: absolute;
	right: 0;
	top: -22px;
}
.appFooterWrap .active,
.appFooterWrap .active *{
	opacity: 1 !important;
}
.appFooterWrap .active span {
	color: #fe282a;
}

.appFooterWrap .active svg *,
.appFooterWrap .active svg {
	stroke: #fe282a !important;
}
.appFooterWrap .active svg circle,
.appFooterWrap .active svg .circle {
	fill: #fe282a;
	stroke: none !important;
}

/* tab */
.tabList {
	background-color: #fff;
	display: flex;
	padding: 16px 0 0;
}
.tabList > button {
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 8px;
	border-bottom: 4px solid transparent;
}
.tabList > button.active {
	border-bottom: 4px solid #000;
}


.tabContent > div {
	display: none;
	height: 100%;
}
.tabContent > div.active {
	display: block;
}

.profileList > .profileBox {
	margin-bottom: 26px;
	border-radius: 20px;
}

/* 프로필 좋아요 */
.profileLikeBox {
	display: flex;
	gap: 8px;
	height: 60px;
	align-items: flex-end;
	position: absolute;
	right: 16px;
}

/* 좋아요버튼 */
button.likeBtn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: url(../assets/img/common/ico-like.svg) center center no-repeat
		rgba(0, 0, 0, 0.4);
}
button.likeBtn.on {
	background: url(../assets/img/common/ico-like.svg) center center no-repeat   #FE282A !important;
}
button.likeBtn.fixOn {
	background: url(../assets/img/common/ico-like.svg) center center no-repeat
#FE282A;
}

.bigCircleBtn,
button.bigCircleBtn.on {
	width: 60px !important;
	height: 60px !important;
	background-size: 30px auto !important;
}

/* 메세지 보내기 버튼 */
button.shareBtn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: url(../assets/img/common/ico-share.svg) center center no-repeat
	rgba(0, 0, 0, 0.4);
}
button.shareBtn.on {
	background: url(../assets/img/common/ico-share.svg) center center no-repeat
	#FE282A;
}
button.shareBtn.fixOn {
	background: url(../assets/img/common/ico-share.svg) center center no-repeat
	#FE282A;
}

/* 새로고침 */
button.refreshBtn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: url(../assets/img/common/ico-refresh.svg) center center no-repeat
		rgba(0, 0, 0, 0.5);
}
button.refreshBtn.on {
	background: url(../assets/img/common/ico-refresh.svg) center center no-repeat
		rgba(0, 0, 0, 1);
}

/* 닫기 */
button.closeBtn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #ccc;
	background: url(../assets/img/common/ico-close.svg) center center no-repeat #fff;
}

button.closeBtn2 {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #ccc;
	background: url(../assets/img/common/ico-close2.svg) center center no-repeat #fff;
}


/* 메신저 아이콘 */
button.msgBtn {
	width: 30px;
	height: 30px;
	background: url(../assets/img/common/ico-msg.svg) center center no-repeat #fff;
}
button.msgBtn.cm {
	position: absolute;
	top: 33px;
	right: 8px;
}

/* 프로필 우측 ...메뉴 */
button.menuDot {
	width: 30px;
	height: 30px;
	background: url(../assets/img/common/ico-menu-dot.svg) center center no-repeat;
}
button.menuDot_w {
	width: 30px;
	height: 30px;
	background: url(../assets/img/common/ico-menu-dot_w.svg) center center no-repeat;
}

/* 이미지편집 */
.imgEditBox {
    width: 100%;
    height: 100dvh;
    background-color: #000;
    display: flex;
    align-items: center;
    padding: 70px 0;
    overflow-y: auto;
}
.imgEditBox img {
    width: 100%;
}

header.headerBlack {
    background-color: #000;
}

footer.footerBlack {
    background-color: #000;
}
.footerWrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
}

.f-right {
    display: flex;
    height: 100%;
    align-items: center;
}
button.re-front {
    width: 20px;
    height: 20px;
    margin: 0 12px;
    background: url(../assets/img/common/ico-re-front.svg) center center no-repeat;
    opacity: 0.5;
}
button.re-back {
    width: 20px;
    height: 20px;
    margin: 0 16px 0 12px;
    background: url(../assets/img/common/ico-re-back.svg) center center no-repeat;
    opacity: 0.5;
}

button.re-front.active,
button.re-back.active {
    opacity: 1;
}

/* menuDot 팝업 */
.menuDotWap {
	position: relative;
	flex: 0 0 auto;
}
.menuPop {
	display: none;
	position: absolute;
	right: 0;
	bottom: 110%;
	background: #fff;
	border-radius: 8px;
	min-width: 160px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.menuPop.active {
	display: block;
}
.menuPop > * {
	display: block;
	padding: 0 16px 16px 16px;
	font-weight: 500;
}
.menuPop > *:first-child {
	padding: 16px;
}
.menuDotWap.top .menuPop {
	bottom: auto;
	top: 110%;
}

/* successWrap */
.successWrap {
	display: block;
	position: fixed;
	z-index: 10000;
	width: 100%;
	height: 100%;
	bottom: 0;
	background-color: #fff;
}

/* 240612 프로필수정 팝업 */
.frameWrap {
	padding-bottom: 45px;
}

.frameWrap .content,
.frameWrap .popCheckList,
.frameWrap .myCateList {
	/*max-height: 400px;*/
	/*overflow-y: auto;*/
}

.frameWrap .titleWrap {
	text-align: center;
	padding-top: 10px;
	margin-bottom: 16px;
}
.frameWrap .titleSub01,
.frameWrap .titleSub {
	font-size: 20px;
	padding-top: 4px;
}

.frameWrap .cateTitBox {
	padding-bottom: 24px;
}
.frameWrap .cateTitBox .cateTit01 {
	font-size: 20px;
}

.frameWrap .certifiBox {
	justify-content: center;
}
.frameWrap textarea {
	height: 200px;
}

.frameWrap .certificationBox {
	justify-content: center;
}
.headerExceptH{
	height: calc(100% - 63px);
}

/* 약관 */
.agreeWrap p{
	line-height: 21px;
	font-size: 14px;
  }
  
  .agreeWrap .titleWrap{
	margin-bottom: 25px;
  }
  
  .titleSub02 ~ p{
	margin: 0;
  }
  
  .agreeWrap .titleSub01 i{
	color: #000;
  }
  
  .agreeWrap .title02{
	margin-bottom: 13px;
  }
  
  .agreeWrap .titleSub02{
	margin-bottom: 10px;
  }
  .agreeWrap p + ul,
  .agreeWrap ul + p {
	margin-top:10px;
  }
  .agreeWrap ul.dot li{
	margin-top:10px;
	padding-left: 10px;
	line-height: 20px;
  }
  .agreeWrap ul.dot li:first-child {
	margin-top:0;
  }
  
  .agreeWrap ul.dot li{
	position: relative;
  }
  
  .agreeWrap ul.dot > li::before{
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 4px;
	height: 4px;
	background: #000;
	border-radius: 50%;
  }
  .agreeWrap ul.dot > li > ul {
	margin: 10px 0;
  }

  .agreeWrap ul.dot > li > ul.dot > li::before{
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 4px;
	height: 1px;
	background: #000;
  }
  .agreeWrap ul.dot li p {margin-top:10px;}
  
  
  .agreeWrap ul.num, .agreeWrap ul.abc, .agreeWrap ul.ABC{
	padding-left: 15px;
  }
  .agreeWrap ul.num > li{
	margin-top:10px;
	list-style: decimal;
  }
  .agreeWrap ul.num > li:first-child {
	margin-top:0;
  }  
  .agreeWrap ul.num > li > ul {
	margin:10px 0;
  }
  .agreeWrap ul.abc > li{
	margin-top:10px;
	list-style: lower-alpha;
  }
  .agreeWrap ul.abc > li:first-child {
	margin-top:0;
  }  
  .agreeWrap ul.ABC > li{
	margin-top:10px;
	list-style: upper-alpha;
  }
  .agreeWrap ul.ABC > li:first-child {
	margin-top:0;
  }  
  
  .tbl-list {
	width: 100%;
	margin-top: 8px;
  }
  .tbl-list table {
	width: 100%;
	border-collapse: collapse;
  }
  .tbl-list th,.tbl-list td {
	padding: 10px;
	border: 1px solid #ddd;
	text-align: left;
	font-size: 14px;
  }
  .tbl-list th {
	background-color: #f4f4f4;
	text-align: center;
	vertical-align: middle;
  }
  @media (max-width: 600px) {
	.tbl-list th,.tbl-list td {
		font-size: 12px;
		padding: 8px;
	}
  }
  

/* headerTab */
.headerTab{
  height: 52px;
}
.headerTab button { 
  position: relative;
  margin-right: 20px; 
  height: 100%;
  padding: 0 3px; 
}
.headerTab button span{
  font-weight: 500;
  font-size: 16px;
  line-height: 52px;
  display: block;
  height: 100%;
  color: #000;
}
.headerTab button span img{
  vertical-align: middle;
}

.headerTab button::after{
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  width: 0;
  transition: width 0.3s ease, left 0.3s ease;
}

.headerTab button.active::after{
  width: 100%;
}

.stepLastBox .infoList li.letter{
	margin-top: -8px;
	font-size: 12px;
}

.berithWrap .berithBox{
	margin-top: 0;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #eee;
}

.berithHistory .leftRightTxt{
	align-items: flex-end;
}

.date{
	font-size: 10px;
	color: #999;
	line-height: 14px;
	font-weight: 400;
	margin-bottom: 1px;
}

.berithHistory .txt01{
	font-size: 14px;
	font-weight: 700;
	color: #000; 
	margin-top: 1px;
}

.plmi{
	font-size: 18px;
	font-weight: 700;
}

.plmi.plus{
	color: #367AFF;
}
.plmi.plus::before{
	content: '+';
	padding-right: 5px;
}
.plmi.minus{
	color: #000;
}
.plmi.minus::before{
	content: '-';
	padding-right: 5px;
}

.schWrap{
	background-color: #f8f8f8;
	padding: 10px;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	position: relative;
}
.schWrap input{
	background: transparent;
	border: 0;
	height: 100%;
	padding: 0;
	width: 0;
}

.schWrap.on{
	width: calc(100% - 82px);
	position: fixed;
	top: 6px;
	right: 66px;
	padding-left: 15px;
	transition: 0.4s all ease;
}
.schWrap.on input{
	width: 100%;
}
.schBtn{
	display: block;
	width: 20px;
	height: 20px;
	background: url('../assets/img/common/ico-sch.svg') no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 8;
}

.schBtn.schOpen{
	z-index: 9;
}

/* .schWrap.on .schBtn.schOpen{
	z-index: -99;
} */

.rdTxt p{
	opacity: 0;
	visibility: hidden;
	font-size: 16px;
	color: #000;
	font-weight: 500;
	line-height: 1.2;
	height: 0;
	transition: 0.4s opacity ease;
}

.rdTxt p.on{
	opacity: 1;
	visibility: visible;
	height: auto;
}

/* 출석체크 이벤트 */
.attendWrap{
	background: url(../assets/img/common/attend-bg.jpg);
	background-size: 100% 100%;
	padding: 20px 0;
}

.attendTitBox{
	text-align: center;
}

.attendSubTit{
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	color: #fff;
}

.attendTit{
	margin-top: 8px;
}

.attendTit span{
	font-size:30px;
	line-height: 43px;
	color: #fff;
	font-weight: 700;
	background: url(../assets/img/common/ico-attend-star_on.svg) right 4px center no-repeat;
	background-size: 9px 8px;
	padding-right: 20px;
}

.attendTit span:last-child{
	background: transparent;
	padding-right: 0;
}

.attendCheckItem .ic-attend{
	background-image: url(../assets/img/common/ico-attend-star_off.svg);
}

.attendCheckItem.ready .ic-attend{
	background-image: url(../assets/img/common/ico-attend-star_ready.svg);
}

.attendCheckItem.active .ic-attend{
	background-image: url(../assets/img/common/ico-attend-star_on.svg);
}

.attendList{
	display: flex;
	width: 73%;
	margin: 35px auto 0;
	justify-content: center;
	flex-wrap: wrap;
	gap: 9%;
}
.attendList .attendCheckItem{
	width: 27%;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 20px;
}


.attendList .attendCheckItem .attendStar{
	background-color: #f5f5f5;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80%;
	border-radius: 50%;
	aspect-ratio: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.attendList .attendCheckItem .attendStar::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../assets/img/common/ico-attend-ep_off.svg) right 18% top 10% no-repeat;
	background-size: 20% auto;
}

.attendList .attendCheckItem.active .attendStar::after{
	background: url(../assets/img/common/ico-attend-ep_on.svg) right 18% top 10% no-repeat;
	background-size: 20% auto;
}

.attendList .attendCheckItem .attendStar span{
	color: #fff;
	font-size: 15px;
	font-weight: 700;
}



.attendList .attendCheckItem .dayNum{
	position: absolute;
	bottom: 0;
	left:0;
	right: 0;
	margin: auto;
	color: #fff;
	font-size: 10px;
	font-weight: 900;
	line-height: 18px;
	height: 18px;
	background-color: #9D26E2;
	border-radius: 8px;
	width: 90%;
}

.attendList .attendCheckItem.active .dayNum{
	background-color: #E249F9;
}

/* 신규유저코드 이벤트 */
.newUserWrap{	
	background: url(../assets/img/common/newuser-bg.jpg);
	background-size: 100% 100%;
	height: 100%;
	padding: 20px 0 40px;
}
.newUserWrap:last-child{
	height: auto;
	background-size: cover;
	padding: 0;
}

.newUserWrap .inner{
	display: flex;
	flex-direction: column;
	height: 100%;
}

.newUserTitBox p{
	color: #fff;
}

.newUserTitBox .newUserTit{
	font-size: 20px;
	line-height: 29px;
	font-weight: 400;
}

.newUserTitBox .newUserSubTit{
	font-size: 17px;
	line-height: 25px;
	font-weight: 700;
	margin-top: 20px;
}

.newUserTitBox .newUserTxt{
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin-top: 17px;
}

.myNewUserCodeBox{
	width: 100%;
	height: 50px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 10px;
	padding: 0 16px;
	margin-top: 40px;
}

.kakaoCodeBtnBox{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.kakaoCodeBtn{
	background-color: #FFCD00;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	width: 100%;
	height: 48px;
	box-shadow: 0px 3px 3px 0px #00000040;
	border-radius: 24px;
}

.exBox{
	background: #fff;
	border-radius: 10px;
	padding: 16px;
}

.maxh-280{
	max-height: 280px !important;
}



/* Mission 수정 */
.missionImg {
	padding-top: 16px;
	display: block;
	margin-bottom: 16px;
}
.missionImg img {
	width: 100%;
}

.misment {
	font-size: 12px;
	color: #666666;
	text-align: center;
	padding: 0 20px 20px 20px;
}

.chatInput button span{
	font-weight: 500;
	font-size: 20px;
	
}

.missionList li.msbox {
	position: relative;
	padding: 16px 90px 16px 16px;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	display: flex;      /* Flexbox 사용 */
    align-items: center; /* 세로 가운데 정렬 */
	margin-bottom: 13px !important;
}

.missionList li.msbox .num {
	position: absolute;
	right: 18px;
	font-size: 14px;
	color: #000;
	font-weight: 500;
}
.missionList li {
	position: relative;
}
.missionList .msfinck {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(204, 204, 204, 80%);
	border-radius: 4px;
	display: none;
}
.msbox.msfin .msfinck{
	display: block;
}

.msbox.msfin .msfinck .checkfn {
	background: url(../assets/img/test/check-line.png) no-repeat center;
	font-size: 0px;
	height: 100%;
}

.btnBlack .s02 {display: none;}
.complete {
	background: #E0E0E0 !important;
	color: #959595 !important;
}
.complete .s01 {display: none;}
.complete .s02 {display: block;}

/* 회원 승인 반려 */
.reasonCon{
	width: 100%;
	background: #f1f1f1;
	border-radius: 10px;
	padding: 19px 23px 29px 23px;
	margin-top: 50px;

	font-weight: 500;
	font-size: 18px;
	color: #999;
}
.r_ConTxtbox{
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.r_ConTxt{
	background: url(../assets/img/test/check-line.svg) no-repeat;
	background-position-y: 10%;
	padding-left: 20px;
}
/* 블랙리스트 랜딩페이지 */
.timeWrap{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.timeCon{
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: center;

	padding-bottom: 100px;
}
.timeConbox{
	display: flex;
	gap: 21px;
}
.timeConboxLi{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
}
.timeConTitleSubBox{
	display: flex;
	gap: 5px;
}
.timeConTitleSub{
	background: #eeeeee;
	
	font-weight: 700;
	font-size: 30px;
	color: #444;
	padding: 4px 12px;
	border-radius: 6px;
}
.timeConTitle{
	color: #999;
}

/* 마이프로필 */
.codeCon{
	background: #f2f2f2;
	border-radius: 10px;
	padding: 10px 0;
}
.padding-16{
	padding: 16px;
}
.btnWrap{
	padding: 16px;
}

.listAddBtn{
	background-image: url(../assets/img/common/ico-add-btn.svg);
}