.existence_card{
	position:relative;
	width:580px;
	display:none;
}

.existence_card.on{
	display:block;
}

.existence_card > img{
	border:1px solid #ccc;
	padding-left:0;
	width:100%;
	height:100%;
}

.card_img{
	position:absolute;
	top:37.5%;
	left: 6.7%;
  width: 25.8%;
	height:54.5%;
	border:1px solid #ddd;
	box-sizing: border-box;
}

.card_img > img{
	width:100%;
	height:100%;
	object-fit:cover;
	padding-left:0;
}

.card_cont{
	position: absolute;
	left: 35.6%;
	top: 45%;
	font-size: 18px;
	color: #000;
	line-height: 1.8;
	color:#000;
	letter-spacing: 2px;
	font-family: 'LotteMartDream_light';
	font-weight:bold;
}


.demand_cap.wrap_card{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-lines: multiple;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.card_name{
	letter-spacing: 6px;
}

.card_date{
	font-size: 20px;
  position: relative;
	line-height: 1;
	letter-spacing:2.5px;
}

.card_cont > p:nth-child(-n + 2){
	letter-spacing:1.8px;
}

.mycard_btn{
	position:relative;
	width:100%;
	text-align:center;
	margin-top:20px;
}


.center_section.mycard_section{
	padding-bottom:0;
	padding-top:30px;
}

div.card_apply h3::before{
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(/images/volunteer/title_img.png);
	top: -5px;
	left: -15px;
}

.upload_area{
	margin-bottom:45px;
}

.up_cont{
	position:relative;
	width:100%;
	background-color:#FEF9F2;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
	-moz-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding:8px 10px;
	color:#000;
	border:1px dotted #ddd;
	border-radius:6px;
	font-size:16px;
}

.up_cont > input{
	width:100%;
}

.up_cont .uploadcheck input{
	margin:0;
	position:relative;
	left:1px;
}

.center_section .card_apply  h3{
	margin-bottom:5px;
}

.center_section.mycard_section h3::before{
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(/images/volunteer/title_img.png);
	top: -5px;
	left: -15px;
}

.center_section.mycard_section h3{
	margin-top:0;
	margin-bottom:20px;
}

.center_section .card_result h3::before{
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(/images/volunteer/title_img.png);
	top: -5px;
	left: -15px;
}

.center_section .card_result h3{
	margin-top:0;
	margin-bottom:20px;
}

.center_section .caution_img{
	padding-left:0;
	width:100%;
	margin-bottom:10px;
	margin-top:5px;
}

.mycard_btn > button{
	width:130px;
	height:40px;
	font-size:17px;
	background-color:#1a6295;
	border: 1px solid #1a6295;
	color:#fff;
}

.mycard_btn > button:hover{
	background-color:#fff;
	color:#1a6295;
}

.cards_btn{
	width:130px;
	height:40px;
	font-size:17px;
	background-color:#FF6500;
	border: 1px solid #FF6500;
	color:#fff;
	line-height:40px;
}

.cards_btn:hover{
	background-color:#fff;
	color:#FF6500;
}

.button-submit{
	position:relative;
	text-align:center;
}

.per_sec .arti_tit1{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: end;
	-moz-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-lines: multiple;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom:5px;
	position:relative;
}

.card_result .input_btn2{
	margin-bottom:0;
	width:100px;
	height:35px;
	font-size:15px;
	background-color:#1a6295;
	border: 1px solid #1a6295;
	color:#fff;
	float:none;
}

.card_result .input_btn2:hover{
	background-color:#fff;
	color:#1a6295;
}

.card_result .find_table th{
	color:#000;
	font-size: 15px;
	height: 50px;
	font-family: 'LotteMartDream_light';
  font-weight: bold;
}

.card_result .find_table td{
	color:#242424;
}

.arti_tit1 > p > span{
	color: #3D3BF3;
  font-weight: bold;
}

.mobr{
	display:none;
}

.find_box .check_num:hover{
  background-color: #134780;
}

.find_box .input_btn:hover{
	background: #fff;
  color: #1a5fac;
	border:1px solid #1a5fac;
}

.login_agree .radio_b{
	margin: 0;
	position: relative;
	top: -1px;
	margin-right: 2px;
}

.login_cap.login_cap > p{
	text-align: right;
	margin: 5px;
	font-weight: bold;
	color: #1a5fac;
}

.login_agree .fa_input label{
	margin-right:20px;
}

.find_agree.login_agree .fa_input{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-moz-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.find_agree.login_agree .fa_input > span{
	width:100%;
}

.login_cap .onlynum{
	height:30px;
	box-sizing:border-box;
}

.login_cap .hp_s{
	width: 93px;
	height:30px;
	box-sizing:border-box;
}

.login_cap .birthday {
  height:30px;
	box-sizing:border-box;
}

.login_cap .f_name_i{
  height:30px;
	box-sizing:border-box;
	width: 269px;
}

.login_cap .find_agree{
	margin-bottom:0;
}

.login_cap .input_btn_box{
	margin :20px auto 20px;
}

.f_input.log_chk{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-moz-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.f_input.log_chk > input{
	margin:0;
	margin-right:3px;
	position: relative;
  top: -1px;
}

.submit_card{
	margin-top:30px;
	padding:0 10px;
	text-align:center;
}

.submit_card .submit_btn{
	width:210px;
	height:45px;
	margin-top: 60px;
  display: inline-block;
	font-size: 17px;
	background-color: #FF6500;
	border: 1px solid #FF6500;
	color: #fff;
	line-height:40px;
	margin-bottom:20px;
}

.submit_btn .fa{
	position: relative;
  margin-left: 0px;
  font-size: 21px;
  top: 1px;
}

.submit_card .submit_btn:hover{
	color:#FF6500;
	background-color:#fff;
}

.submit_card .submit_btn:hover .fa{
	color:#FF6500;
	background-color:#fff;
}

.sub_cont.guide_sub{
	padding-left: 0;
	width:100%;
}

.submit_card > img{
	padding:0;
}

.center_section.guide_section{
	padding:0;
	padding:0 10px;
}

.center_section.guide_section h3{
	padding-top: 2px;
	margin-left: 16px;
	margin-top:30px;
}

.center_section.guide_section > h3::before {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(/images/volunteer/title_img.png);
	top: -5px;
	left: -15px;
}

.per_sec .input_btn2{
	margin-bottom:0;
	position:absolute;
	right:0;
	bottom:0;
}

@media all and (max-width:1100px){
	.login_cap.login_cap > p{
		font-size:14px;
		width:95%;
	}
	
}

@media all and (min-width: 388px) and (max-width: 710px){
	.login_cap > p{
		width:100%;
	}
	.login_cap .find_agree {
		width: 100%;
		margin: 0;
		background: #fff;
		height: 120px;
  }
}

@media all and (max-width:700px){
	.login_cap .birthday {
		width: 87px;
	}
	.login_cap .check_num{
		top:0;
	}
	.login_cap .hp_s{
		width:87px;
	}
	.login_cap .onlynum{
		width:87px;
	}
}

@media all and (max-width:690px){
	.card_cont{
		top:45%;
		line-height:1.7;
		letter-spacing:1px;
	}
	.card_date{
		letter-spacing:2px;
	}
	.card_cont > p:nth-child(-n + 2) {
    letter-spacing: 1.1px;
	}
	.mycard_btn > button{
		width:120px;
		height:35px;
		font-size:16px;
	}
	.login_cap > p{
		text-align:left;
	}
}

@media all and (max-width:640px){
	.arti_tit1 > p{
		font-size:14px;
	}
	.card_result .input_btn2{
		width:68px;
		font-size:14px;
		height:30px;
		line-height:30px;
	}
	.mobr{
		display:inline;
	}
	.find_name .f_label{
		line-height:1.4;
	}

	.find_name .f_label > label{
		position:relative;
		top:6px;
	}
}

@media all and (max-width:600px){
	.card_date{
		letter-spacing:2px;
	}
		.login_cap .find_box > fieldset > .find_name:nth-child(2) > .f_input > input{
		width:100%;
		box-sizing: border-box;
		height:30px;
	}

	.login_cap .find_name .f_input{
		position: relative;
    display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
		padding:10px 5px;
	}

	.login_cap .find_name .f_input label{
		font-size:13px;
	}

	.login_cap .find_box > fieldset > .find_name:nth-child(3) > .f_input > .birthday{
		width:calc(33.3% - 3px);
		box-sizing: border-box;
		height:30px;
	}

	.login_cap .find_box > fieldset > .find_name:nth-child(4) > .f_input > .hp_s{
		width:calc(33.3% - 26.5px);
		box-sizing: border-box;
		height:30px;
	}

	.login_cap .find_box > fieldset > .find_name:nth-child(4) > .f_input > .onlynum{
		width:calc(33.3% - 26.5px);
		height:30px;
		box-sizing: border-box;
	}

	.login_cap .find_box > fieldset > .find_name:nth-child(4) > .f_input > .check_num{
		width:70px;
		height:30px;
		top:0;
		box-sizing: border-box;
	}

	.login_cap .find_box > fieldset > .find_name:nth-child(5) > .f_input > .check_num{
		width:70px;
		height:30px;
		top:0;
		box-sizing: border-box;
	}

	.login_cap .find_box > fieldset > .find_name:nth-child(5) > .f_input > .f_name_i{
		width:calc(100% - 72.5px);
		box-sizing: border-box;
		height:30px;
	}
	.login_cap .find_name .f_input.log_chk{
		-webkit-box-pack: start;
    -moz-box-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
	}
}

@media all and (max-width:530px){
	.card_date{
		letter-spacing:1.8px;
	}
	
	.sub_cont.mycar_sub .breadcrumbs {
			margin-top: 0;
			margin-bottom: 10px;
			float: left;
	}
	.up_cont{
		font-size:15px;
	}
	.find_agree.login_agree .fa_input{
		padding:10px 5px;
	}
	.login_cap.login_cap > p{
		text-align:left;
		font-size:13px;
	}
	.center_section.login_sec h3{
		font-size:17px;
	}
	.center_section.login_sec h3::before{
		width:100px
	}
}

@media all and (max-width:500px){
	.center_section.mycard_section h3{
		left:10px;
		margin:10px 0;
		font-size:17px;
		padding-left: 2px;
		padding-top: 3px;
	}
	.center_section .card_apply h3{
		left: 10px;
		margin: 10px 0;
		font-size: 17px;
		padding-left: 2px;
	}
	.center_section .card_result h3{
		left: 10px;
		margin: 10px 0;
		font-size: 17px;
		padding-left: 2px;
		margin-bottom:20px;
	}

	.center_section.mycard_section{
		padding-top:10px;
	}
	.card_date{
		letter-spacing:1.3px;
	}
	.existence_card {
		transform: rotate(90deg); 
		top:126px;
		min-width: 560px;
	}
	.center_section.mycard_section{
		height:715px;
	}
	.mycard_btn{
		position:absolute;
		left:0;
		bottom:0;
		margin-top:25px;
	}
	.up_cont{
		font-size:14px;
	}
	.upload_area{
		margin-bottom:35px;
	}
	.center_section.login_sec{
		padding:10px 0;
	}
	
	.center_section.guide_section{
		padding:0;
	}
	.submit_card .submit_btn{
		width:180px;
		height:40px;
		line-height:40px;
		font-size:16px;
	}

	.submit_card{
		margin-top:20px;
	}
	.center_section h3{
		font-size:17px;
	}

}

@media all and (max-width:400px){
	.center_section.mycard_section{
		height:660px;
	}

	.existence_card {
		transform: rotate(90deg); 
		top:113px;
		min-width: 510px;
	}

	.arti_tit1 > p{
		font-size:13px;
	}
	.card_result .input_btn2{
		width:65px;
		font-size:13px;
	}
	.login_cap .find_name .f_label{
		font-size:13px;
	}
}

@media all and (max-width:400px){
	.login_cap .find_name .f_label{
		font-size:12px;
	}
}