@charset "utf-8";


/************************** login page *****************************/
.firstpage {
	width: 100vw;
	height: 100vh;
	background: url('../img/login_bg.jpg') top center no-repeat fixed;
	background-size: cover;
	position: relative;
}

.loginarea {
	width: 768px;
	height: 242px;
	/* border: 1px solid red; */
	position: absolute;
	left: 50vw;
	bottom: 10rem;
	transform: translate(-50%);
	display: inline-block;
}

/* 768 x 1024 대응 */
@media all and (min-height: 768px) and (max-height: 1180px) {
	.loginarea {
		bottom: 13rem;
	}
}

@media all and (min-height: 1181px) and (max-height: 1280px) {
	.loginarea {
		bottom: 25rem;
	}
}

/* edge 대응 */
@media all and (min-height: 1300px) {
	.loginarea {
		bottom: 30rem;
	}
}

.logo {
	width: 50%;
	/* border: 1px solid dodgerblue; */
	display: inline-block;
	text-align: center;
}

.login {
	width: 49%;
	/* border: 1px solid greenyellow; */
	display: inline-block;
	vertical-align: top;
	margin-top: 30px;
}

.login input {
	width: 300px;
	margin-top: 10px;
	font-family: "Noto Sans KR", sans-serif;
	font-size: 1.6rem;
	padding-left: 2rem;
}

.login input::placeholder {
	color: #999;
	/* padding-left: 1.5rem; */
}

.login p {
	color: #fff;
	font-size: 1.4rem;
	width: 300px;
	text-align: center;
	margin: 5px 5px;
	/* border: 1px solid red; */
}

/************************************* 비밀번호 찾기 ************************************/
#searchPWDstep1 {
	width: 426px;
	height: 371px;
	text-align: center;
	visibility: hidden;
}
#searchPWDstep1 {
	padding: 23px;
}
.popTitle {
	width: 330px;
}

.popInfoText {
	width: 330px;
	font-size: 1.2rem;
	color: red;
	text-align: left;
	margin-left: 10px;
}

.popTitle,
.closeBtn {
	display: inline-block;
	height: 35px;
	/* border: 1px solid #000; */
	font-size: 2.4rem;
}
.popTitle,
#searchPWDinputArea td {
	text-align: left;
}
.closeBtn {
	text-align: right;
}
#searchPWDinputArea {
	width: 100%;
	margin: 30px 0 25px 0;
}
#searchPWDinputArea th {
	color: #000;
	width: 110px;
}

#searchPWDinputArea td input{
	width: 95%;
	padding-left: 20px;
}
#searchPWDinputArea input::placeholder {
	color: #999;
}
#searchPwdBtn {
	width: 300px;
}

#searchPWDstep2 {
	width: 426px;
	height: 371px;
	text-align: center;
	visibility: hidden;
}
#infoText {
	/* border: 1px solid #000; */
	margin-top: 50px;
	font-size: 1.6rem;
	margin-bottom: 50px;
	font-weight: 450;
}
/************************** 사전정보 페이지 *****************************/
#gubun, #payNpay, #city, #gugun, #type {
	margin-right: 10px;
}
#type {
	margin-top: 10px;
}
#location {
	width: 350px;
}
#actionBtnArea {
	width: 100%;
	margin: 30px 0 30px 0;
	text-align: center;
}
@media (max-width: 767px) {
	#actionBtnArea {
		width: 100vw;
	}
}

#startBtn {
	width: 300px;
	height: 45px;
}

.startBtn {
	width: 300px;
	height: 45px;
}

#beforeInfo th {
	width: 20%;
}
#beforeInfo td {
	width: 30%;
}


/************************** QR코드 페이지 *****************************/
.qrArea {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 500px;
	text-align: center;
}

.qrContent {
	width: 90%;
	height: 90%;
}

@media (max-width: 767px ) {
	.qrArea {
		width: 100vw;
		/* border: 1px solid blue; */
	}
}
.qrInfo {
	font-size: 2rem;
	text-align: center;
	margin: 4rem 0 4rem 0;
	font-weight: bold;
}

@media (max-width: 767px) {
	.qrInfo {
		width: 100vw;
		/* border: 1px solid red; */
	}
}

/************************** mrm page *****************************/
#mrm {
	width: 100%;
	height: 100vh;
	border: none;
}


/************************** memo page *****************************/
textarea {
	width: 100%;
	height: 20rem;
	/* Safari에서 textarea 안쪽으로 shadow 생기는 현상 제거 */
	-webkit-appearance: none;
	box-shadow: none;
}
textarea + div {
	width: 100%;
	/* border: 1px solid red; */
	text-align: right;
	padding-right: 5px;
	font-size: 1.4rem;
	color: #666;
}

.donationStartDate {
	background: url('../img/icon_date.png') no-repeat 90% 50%;
	padding: 0 40px 0 10px;
	width: 150px;
}

#donationEndDate {
	background: url('../img/icon_date.png') no-repeat 90% 50%;
	padding: 0 40px 0 10px;
	width: 150px;
}

#memoTable th {
	width: 20%;
}
#scCustomCode9 {
	width: 340px;
	background-color: #fff;
}
/************************** thanks page *****************************/
#wrapper {
	width: 100%;
	min-height: 100%;
	height: 100%;
	padding-bottom: 150px;
	background: url('../img/thanks_bg.jpg') center 100px no-repeat fixed;
	background-size: cover;
	position: relative;
}

@media (max-width: 767px) {
	#wrapper {
		background: url('../img/thanks_bg.jpg') center center no-repeat fixed;
	}
}

#thanksOutline {
	/* border: 1px solid red; */
	width: 100vw;
	height: 90%;
	margin: auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}


#thanks {
	width: 535px;
	height: 545px;
	background: url('../img/thanks_text_bg.png') center top no-repeat;
	/* border: 1px solid red; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
@media (max-width: 767px ) {
	#thanks {
		background-position: center 15rem;
		background-size: 70% 70%;
	}
}

#thanksOutline > div:last-child {
	margin-top: 30px;
}

.DoSubject {
	margin-top: 25px;
}

.completeDonation {
	background-color: #666 !important;
	width: 190px;
	height: 45px;
	margin-right: 20px;
}

#writeMemo {
	width: 190px;
	height: 45px;
}
#thanksText {
	/* border: 1px solid yellowgreen; */
	margin-top: 70px
}
@media (max-width: 767px) {
	#thanksText {
		margin-top: 20rem;
	}
}
#thanksText > p {
	margin: 0;
}
#thanksText > p:first-child,
#thanksText > p:nth-child(3),
#thanksText > p:nth-child(5) {
	color: #fff;
	font-size: 3.6rem;
}
@media (max-width: 767px ) {
	#thanksText > p:first-child,
	#thanksText > p:nth-child(3),
	#thanksText > p:nth-child(5) {
		font-size: 3rem;
	}
}

#thanksText > p:nth-child(2),
#thanksText > p:nth-child(4) {
	color: var(--impactColor);
	font-weight: bold;
}
#thanksText > p:nth-child(2) {
	font-size: 7.2rem;
}
@media (max-width: 767px ) {
	#thanksText > p:nth-child(2) {
		font-size: 5rem;
	}
}
#thanksText > p:nth-child(4) {
	font-size: 6rem;
	margin-top: 30px;
}
@media (max-width: 767px ) {
	#thanksText > p:nth-child(4) {
		font-size: 5rem;
		margin-top: 10px;
	}
}
#thanksText > input {
	margin-top: 50px;
}

.etcMemo {
	width: 400px;
	margin-top: 10px;
}

/************************** reset password 페이지 *****************************/
#threeline {
	/* width: 100vw; */
	height: 254px;
	border: 1px solid #fff;
	/* position: relative; */
}
.subline {
	background-color: #e9ebec;
	height: 1px;
}
.mainline {
	background-color: var(--primaryColor);
	height: 3px;
	margin: 2px 0 2px 0;
}
#threeline div:first-child {
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translate(-50%);
	background-color: #fff;
	/* border: 1px solid red;	 */
}
#threeline div:nth-child(2) {
	margin-top: 118px;
}
#resetPWDinfo {
	font-size: 4.6rem;
	font-weight: 500;
	text-align: center;
	color: #333;
	vertical-align: top;
	margin-bottom: 80px;
	/* border: 1px solid dodgerblue; */
}
#resetSection {
	/* border: 1px solid yellowgreen; */
	/* width: 100vw; */
	display: flex;
	justify-content: center;
	align-items: center;
}
#resetTable {
	width: 700px;
	/* border: 1px solid #000;	 */
}
#resetTable th {
	width: 254px;
	padding-left: 130px;
}
#pwdNew,
#pwdNewConfirm {
	width: 300px;
}
#resetBtnArea {
	margin-top: 70px;
	text-align: center;
}
#pwdReset,
#goLogin {
	width: 300px;
}
#goLogin {
	background-color: #666;
	margin-top: 12px;
}


/************************** 나의정보 페이지 *****************************/
#myInfo input {
	width: 220px;
}
#mdfBtn,
#goHome {
	width: 200px;
}
#goHome {
	background-color: var(--cancelBtnBg);
	border: 1px solid var(--cancelBtnOutline);
	color: var(--cancelBtnFontColor);
}

/************************** 후원약정결과 조회 페이지  *****************************/
.searchArea {
	/* border: 1px solid red; */
	width: 100%;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	background-color: #ececec;
}

.searchSection {
	width: 100%;
	/* border: 1px solid red; */
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	padding: 10px;
}

.defaultInput {
	width: 100%;
	height: 35px;
	padding-left: 5px;
	font-size: 1.4rem;
	border: 0px;
	background-color: #fff;
}
#searchStartDate,
#searchEndDate {
	background: url('../img/icon_date.png') no-repeat 92% 50%;
	padding: 0 40px 0 10px;
	width: 130px;
	background-color: #fff;
	border: 0px;
	height: 35px;
	font-size: 1.4rem;
}
#searchButton .optionDate {
	background-color: #fff;
	color: #333;
	font-size: 1.4rem;
	padding: 0 15px;
	margin-left: 5px;
	height: 35px;
}

#searchGo input {
	width: 60px;
	text-align: center;
	padding: 0;
	height: 35px;
}

#searchButton .setDate {
	background-color: var(--primaryColor);
	color: #fff;
	font-size: 1.4rem;
	padding: 0 15px;
	margin-left: 5px;
	height: 35px;
}

#viewMemo {
	width: 426px;
	/* height: 371px; */
	text-align: center;
	visibility: hidden;
}

.memoButtonWrapper {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.memoButton {
	width: 100px;
	height: 40px;
	/*margin-right: 20px;*/
	background-color: #666;
}

.donationInfo {
	font-size: 1.4rem;
	margin-left: 10px;
}

.memoDesc {
	font-size: 1.6rem;
	text-align: left;
	padding: 10px;
	border: 1px solid #ececec;
	width: 360px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 12px;
}

/***********  Summary  **********/
#summaryArea {
	/* border: 1px solid dodgerblue ; */
	margin-bottom: 30px;
}
#digitalSummary {
	width: 347px;
	display: inline-block;
	/* border: 1px solid #000; */
	border-spacing: 0px;
	border-collapse: collapse;
}
#summaryArea table caption {
	display: table-caption;
	text-align: left;
	font-size: 1.8rem;
	font-family: 'Lato', sans-serif;
	color: #333;
	padding-bottom: 7px;
	font-weight: 500;
}
#summaryArea table:last-child {
	margin-left: 30px;
}

#digitalSummary th {
	/* border: 1px solid dodgerblue; */
	width: 165px;
	height: 34px;
	background-color: #666;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	font-weight: normal;
	/* border-bottom: 1px solid #ccc; */
	border-top: 1px solid #ccc;
}
#digitalSummary td {
	width: 196px;
	/* border: 1px solid purple; */
	/* border-bottom: 1px solid #ccc; */
	border-top: 1px solid #ccc;
	text-align: center;
	font-size: 1.4rem;
}
.ageRatioTitle {
	display: inline-block;
	box-sizing: border-box;
	width: 110px;
	border-bottom: 1px solid #ccc;
	/* border: 1px solid #000; */
	background-color: #ececec;
	height: 30px;
	padding: 4px 10px 0 0;
	text-align: right;
	margin: 0;
}
.ageRatioResult {
	display: inline-block;
	width: 66px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	/* border: 1px solid #000; */
	height: 30px;
	padding: 4px 0 0 0;
	text-align: center;
	margin: 0;
}

.ageRatioTitle:nth-last-child(2),
.ageRatioResult:last-child {
	border: 0;
}


#digitalSummary tr:last-child td:last-child,
#digitalSummary tr:last-child th:first-child {
	/* border: 0; */
	font-size: 1.1rem;
	color: var(--primaryColor);
	height: 15px;
	font-weight: 500;
	/* border: 1px solid #ccc; */
}

/********************  list  *********************/
#donationList {
	/* border: 1px solid yellow; */
	margin-bottom: 18px;
	text-align: center;
}

#donationList table {
	border-spacing: 0;
}
#donationList table th {
	background-color: #333;
	text-align: center;
	color: #fff;
	height: 30px;
	font-size: 1.3rem;
	font-weight: 500;
}

#donationList table td {
	border-bottom: 1px solid #ccc;
	height: 35px;
	font-size: 1.2rem;
}

#donationList table tr:last-child td {
	border-bottom: 1px solid #666;
}

#donationList table caption {
	display: table-caption;
	text-align: left;
	font-size: 1.8rem;
	color: #333;
	padding-bottom: 7px;
	font-weight: 500;
}
#donationList table caption div span {
	font-size: 1.2rem;
	padding-left: 10px;
	color: var(--primaryColor);
}
#donationList table caption div:first-child {
	text-align: left;
	padding-left: 10px;
	display: inline-block;
	width: 80%;
}
#donationList table caption div:last-child {
	text-align: right;
	display: inline-block;
	width: 19%;
}
#donationList table caption div input {
	height: 29px;
	width: 76px;
	font-size: 1.2rem;
}

/***********  pagination  ************/
.pagination_campaign {
	text-align: center;
	/* border: 1px solid purple; */
}
.paging,
.backtoPage,
.frontPage {
	width: 25px;
	height: 25px;
	display: inline-block;
	border-radius: 50%;
	color: var(--pagiFontColor);
	text-align: center;
	font-size: 1.2rem;
	font-weight: 500;
	text-align: center;
	vertical-align: bottom;
	padding-top: 2px;
	margin-right: 2px;
}

.backtoPage {
	background: url('/img/btn_pagiback.png') no-repeat 4px center;
}
.frontPage {
	background: url('/img/btn_pagifront.png') no-repeat 5px center;
}
.backtoPage,
.frontPage {
	border: 1px solid var(--pagiNaviBD);

}
.paging {
	border: 1px solid var(--pagiNumBD);
}
.frontPage:hover {
	background-color: var(--primaryColor);
	border: none;
	background-image: url('/img/btn_pagifront_hover.png');
	background-repeat: no-repeat;
	background-position: 6px center;
}
.backtoPage:hover {
	background-color: var(--primaryColor);
	border: none;
	background-image: url('/img/btn_pagiback_hover.png');
	background-repeat: no-repeat;
	background-position: 5px center;
}
.pageThis {
	width: 25px;
	height: 25px;
	display: inline-block;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 500;
	text-align: center;
	vertical-align: bottom;
	padding-top: 3px;
	margin-right: 2px;
	background-color: var(--primaryColor);
}

@media all and (min-height: 768px) and (max-height: 1180px) {
	.paging, .backtoPage, .frontPage, .pageThis {
		padding-top: 5px;
	}
}

/************************** 개인정보 처리방침 페이지 *****************************/
#privacyContents {
	width: 730px;
	margin: auto;
}
#privacyContents h3 {
	color: var(--primaryColor);
	font-weight: 600;
}
#privacyContents h4 {
	color: #ef4a60;
	font-weight: 600;
	margin-top: 50px;
}
#privacyContents table {
	border-collapse: collapse;
}
#privacyContents table th {
	background-color: #333;
	color: #fff;
	text-align: center;
	height: 40px;
	border: 1px solid #ccc;
}
#privacyContents table td:first-child {
	width: 18%;
	text-align: center;
}
#privacyContents table td:nth-child(2) {
	width: 50%;
}
#privacyContents table td {
	padding: 5px;
	border: 1px solid #ccc;
}
#privacyContents ul {
	padding: 0 0 0 25px;
	/* border: 1px solid palevioletred; */
}
#privacyContents li {
	/* list-style: none; */
}
#privacyContents li::before {
	/* content: ''; */
}


/************************** error 페이지 *****************************/
#errorTitle {
	font-size: 4.6rem;
	font-weight: 500;
	text-align: center;
	color: #333;
	vertical-align: top;
	margin-bottom: 80px;
	/* border: 1px solid dodgerblue; */
}

#errorInfo {
	text-align: center;
	font-size: 2.4rem;
	color: #666;
	font-weight: 500;
}


/************************** 후원약정 진행 중 페이지 *****************************/
#goingTitle {
	height: 300px;
	font-size: 4.6rem;
	font-weight: 500;
	text-align: center;
	color: #333;
	padding-top: 100px;
}

#goingInfo {
	text-align: center;
	font-size: 2.4rem;
	color: #666;
	font-weight: 500;
}