@font-face {
  font-family: 'LotteMartDream_l';
  font-style: normal;
  font-weight: 400;
  src: url('/css/fonts/LotteMartDreamMedium.woff2') format('woff2');
}

* {
	margin: 0px; padding: 0px; max-height: 1000000px;
}
img {
	border: currentColor; border-image: none;
}
fieldset {
	border: currentColor; border-image: none;
}
button {
	border: currentColor; border-image: none;
}
hr {
	display: none;
}
button img {
	display: none;
}
input {
	color: rgb(102, 102, 102);  font-family: "LotteMartDream_l","Noto Sans Korean", "Malgun Gothic","맑은 고딕","돋움",Dotum,"굴림",Gulim,Tahoma,Verdana,Geneva,sans-serif,Apple Gothic,AppleGothic; font-size: 15px; font-weight: 400; vertical-align: middle; box-sizing: border-box;
}
select {
	color: rgb(102, 102, 102);  font-family: "LotteMartDream_l", "Noto Sans Korean", "Malgun Gothic","맑은 고딕","돋움",Dotum,"굴림",Gulim,Tahoma,Verdana,Geneva,sans-serif,Apple Gothic,AppleGothic; font-size: 15px; font-weight: 400; vertical-align: middle; box-sizing: border-box; border: 1px solid #878787
}
button {
	color: rgb(102, 102, 102);font-family: "LotteMartDream_l", "Noto Sans Korean", "Malgun Gothic","맑은 고딕","돋움",Dotum,"굴림",Gulim,Tahoma,Verdana,Geneva,sans-serif,Apple Gothic,AppleGothic; font-size: 15px; font-weight: 400; vertical-align: middle; box-sizing: border-box;
}
textarea {
	color: rgb(102, 102, 102);  font-family:"LotteMartDream_l", "Noto Sans Korean", "Malgun Gothic","맑은 고딕","돋움",Dotum,"굴림",Gulim,Tahoma,Verdana,Geneva,sans-serif,Apple Gothic,AppleGothic; font-size: 15px; font-weight: 400; vertical-align: middle; box-sizing: border-box;
}
input[type=submit] {
	border-radius: 0px; cursor: pointer; -moz-border-radius: 0; -webkit-border-radius: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none;
}
select::-ms-expand {
}
ul {
	list-style: none;
}
li {
	list-style: none;
}
a {
	color: rgb(102, 102, 102); font-weight: 400; text-decoration: none; vertical-align: top; display: block;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
textarea {
	overflow: auto;
}
table {
	width: 100%; text-align: center; border-collapse: collapse; table-layout: fixed; border-spacing: 0;
}
table img {
	vertical-align: top;
}
th {
	vertical-align: middle; -ms-word-break: break-all; -ms-word-wrap: break-word;
}
td {
	vertical-align: middle; -ms-word-break: break-all; -ms-word-wrap: break-word;
}
form {
	margin: 0px; padding: 0px;
}
img {
	width: ; vertical-align: top;
}
table img {
	width: auto; vertical-align: middle;
}
legend {
	left: 0px; top: 0px; width: 0px; height: 0px; line-height: 0; overflow: hidden; font-size: 0px; visibility: hidden; position: absolute;
}
caption {
	margin: 0px; padding: 0px; width: 0px; height: 0px; line-height: 0; text-indent: -9999px; overflow: hidden; font-size: 0px; visibility: hidden;
}
em {
	font-style: normal;
}
p {
	display: block;
}

.blind {
	left: -9999px; top: -9999px; position: absolute;
}
.disabled {
	left: -9999px; top: -9999px; position: absolute;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.mc {
	margin: 0px auto;
}
.clear::after {
	clear: both; display: block; content: "";
}
.fawb::before {
	font-family: FontAwesome; text-rendering: auto; -webkit-font-smoothing: antialiased;
}
.fawa::after {
	font-family: FontAwesome; text-rendering: auto; -webkit-font-smoothing: antialiased;
}

body {
	min-width:320px; background: rgb(255, 255, 255); color: rgb(102, 102, 102); line-height: 30px; 
	font-family: "LotteMartDream_l","Noto Sans Korean", "Malgun Gothic","맑은 고딕","돋움",Dotum,"굴림",Gulim,Tahoma,Verdana,Geneva,sans-serif,Apple Gothic,AppleGothic; font-size: 15px; font-weight: 400; position: relative; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: none; font-smoothing: antialiased;
}

#wrap {
	margin: 94px 0px 0px; padding: 0px; width: 100%; height: 100%; position: relative;
}

.bx-wrapper {
	margin: 0px auto !important;
}


.text-left {
	text-align: left!important
}
.text-right {
	text-align: right!important
}
.text-center {
	text-align: center!important
}
.button-center {
	text-align: center; margin-top:20px!important
}
.text-truncate {overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}




/*tab_menu*/


.tab_box{width:100%; height:60px; margin:10px auto;  float:left;}
.tab_box li{width:16.66666666666667%; float:left; color:#333; text-align:center; line-height:60px; position:relative; font-size:16px;cursor:pointer;background:#f2f2f2;}
.tab_box > ul > li::before {
    background: #444;
    top: 20px;
    width: 1px;
    height: 20px;
    right: 0px;
    margin-top: 0px;
    position: absolute;
    content: "";
}
.tab_box > ul > li:last-child::before {
display:none;
}



.tab_box ul li a:hover, .tab_box ul li a:focus{
	color: #fff;
	background-color: #15a5cf;
}
.tab_box ul li a.active{
	color: #fff;
	background-color: #15a5cf;
}




.tab_box  ul  li .active{ background:#15a5cf; color:#fff;}


@media screen and (max-width:1050px){
.tab_box li a{font-size:14px;}

}






@media screen and (max-width:650px){
.tab_box li{width:33.3333%; height:50px; line-height:50px; margin-bottom:10px;}
.tab_box{width:100%; height:120px;}
.tab_box > ul > li:nth-child(3):before {
    background: #444;
    top: 20px;
    width: 0px;
    height: 20px;
    right: 0px;
    margin-top: 0px;
    position: absolute;
    content: "";
}
}


@media screen and (max-width:540px){
.tab_box li a{font-size:12px;}

}

/* 2023-04-26 최보영 (상시자원봉사신청)*/

.volrecord_area {
  width: 100%;
  position: relative;
	border-top: 2px solid black;
}

.volrecord_area .personinfor_box{
	display: flex;
  position: relative;
  width: 100%;
  min-height: 45px;
  box-sizing: border-box;
  flex-flow: row wrap;
  align-items: stretch;
  font-size: 15px;
  border-bottom: 1px solid #cccccc;
}

.volrecord_area .personinfor_box .by_title {
  position: relative;
  font-size: 16px;
  width: 130px;
  padding: 5px 0;
  display: flex;
  align-items: center;
  background: #f2f2f2;
  min-height: 45px;
  padding-left: 10px;
	box-sizing: border-box;
}

 .volrecord_area .personinfor_box .content {
  position: relative;
  font-size: 15px;
  width: calc(100% - 130px);
  padding: 5px 0;
  display: flex;
  align-items: center;
  background: white;
  min-height: 45px;
  flex-flow: row wrap;
  height: 100%;
  padding-left: 10px;
	box-sizing: border-box;
}

.volrecord_area input{height:28px; box-sizing: border-box; border: 1px solid #ccc; padding:0 3px;}
.volrecord_area .vapply_input{width:120px;}
.volrecord_area select{height:28px; box-sizing: border-box; width:120px; border: 1px solid #ccc; background-color:white;}
.volrecord_area .onlynum{
	width:120px;
	margin:0;
}
.volrecord_area #birthday1{margin-left:0;}
.volrecord_area .birthday{margin:0;}
.volrecord_area #hp1{margin:0;}

.volrecord_area .mar_middle{margin:0 5px;}

.star{color: #d31438; font-weight: bold; margin-right: 3px;}

.hope_p{line-height:1.3; padding-left:5px;}

.textarea_box{
	display: flex;
  position: relative;
  width: 100%;
  min-height: 50px;
  box-sizing: border-box;
  flex-flow: row wrap;
  align-items: stretch;
  font-size: 15px;
  border-bottom: 1px solid #cccccc;
}

.textarea_box .content textarea{
	width: calc(100% - 15px);
  height: 120px;
  padding: 10px;
  border: 1px solid #e6e6e6;
  line-height: 1.6;
  font-weight: normal;
  max-height: 140px;
  min-height: 100px;
  box-sizing: border-box;
  max-width: calc(100% - 15px);
  min-width: 360px;
  font-size: 14px;
}

.textarea_box .fa_label{
	width: 150px;
	font-size:15px;
}

.textarea_box .by_title{
	position: relative;
  font-size: 16px;
  width: 130px;
  padding: 5px 0;
  display: flex;
  align-items: center;
  background: #f2f2f2;
  min-height: 50px;
  padding-left: 10px;
  box-sizing: border-box;
}

.textarea_box .content{
	position: relative;
  font-size: 17px;
  width: calc(100% - 130px);
  padding: 10px 0;
  display: flex;
  align-items: center;
  background: white;
  min-height: 50px;
  flex-flow: row wrap;
  height: 100%;
  padding-left: 10px;
  box-sizing: border-box;
}

.sub_classification{
	position:relative;
	width:100%;
	display: flex;
  flex-flow: row wrap;
}

.sub_classification_tit{
	width:130px;
	display: flex;
  justify-content: center;
  align-items: center;
	border-right:1px solid #cccccc;
	box-sizing:border-box;
}

.scop{
	position:relative;
	width:calc(100% - 130px);
	display: flex;
  flex-flow: row wrap;
	padding: 5px;
	padding-left:10px;
  box-sizing: border-box;
}

.scop .sc_span{
	width:25%;
	font-size:14px;
	display: flex;
  align-items: center;
}

.scop .sc_span label{margin-left:3px;}

.scspan label{min-width:53px;}

/* .ect_input4{width:calc(100% - 74px); height:25px; font-size:12px;} */

.volrecord_area .personinfor_box .clas_cont{
	align-items: self-start;
	padding:0;
}

.ect_input4{display:none;}

.sub_classification:not(:last-child){
	border-bottom:1px solid #cccccc;
}

/* 수집동의 */

.ab_tit {
  line-height: 130%;
  height: auto;
  color: black;
  /* padding: 20px 10px; */
	padding: 20px 20px 10px 20px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0;
}

.ab_tit .fa_label2 {
  font-size: 18px;
  color: #77901f;
  text-align: center;
	margin-bottom:10px;
}

.fa_label2 label {
  font-size: 18px;
}

.ab_tit .fa {
	margin-right: 5px;
}

.fa_input2 {
	margin-bottom: 10px;
  padding-left: 15px;
	font-size: 15px;
  margin: 10px 0;
  box-sizing: border-box;
  line-height: 160%;
}

.agreecheck {
	display:flex;
  justify-content: center;
  border: none;
}

.agreecheck_btn {
  width: 20px;
  height: 20px;
}

.radio_l{
  font-size: 14px;
}

.do_vol .agreecheck_box #agreecheck4 {
  margin-left: 80px;
}


.fa_label2 label {
  font-size: 18px;
}

.input_btn{cursor:pointer;}


.input_btn:hover{background-color:#88a524;}

.star {
  color: #d31438;
  font-weight: bold;
}

.sub_subp {
  text-align: right;
}

/* .ect_long{margin-left:5px; width:50%;}
 */
.scop .scspan2{width:100%;}

.volbr_no{display:none;}

fieldset{min-width:360px;}



@media screen and (max-width:1200px){
	.lnb_sec{display:none;}
	.sub_cont.apply_sub{width:100%;}
}

@media screen and (max-width:1000px){
	.lnb_sec{display:none;}
	.sub_cont.apply_sub{width:100%;}
	.scop .sc_span:not(.scspan2){width:33%;}
	.scspan2{width:100%;}
}

@media screen and (max-width:800px){
	.volrecord_area .personinfor_box .by_title{
		width:100%;
		font-size:15px;
		min-height:30px;
		padding:0;
		justify-content: center;
		border-bottom:1px solid #cccccc;
	}
	.volbr{display:none;}
	.volrecord_area .personinfor_box .content{width:100%;}
	.volrecord_area .personinfor_box .three_cont{justify-content: center; padding:0}
	.three_cont select{width:32.4%;}
	.volrecord_area .three_cont input{width:32.4%;}
	.volrecord_area .personinfor_box .one_cont{padding:0;}
	.one_cont select{width:100%;}
	.volrecord_area .one_cont input{width:100%;}
	.sub_layout.apply_sub_layout{padding: 50px 10px;}
	.textarea_box .by_title{
		width:100%;
		font-size:15px;
		min-height:30px;
		padding:0;
		justify-content: center;
		border-bottom:1px solid #cccccc;
	}
	.textarea_box .content{width:100%;}
	.sub_classification_tit{
		width:80px;
		font-size:14px;
	}
	.scop{width: calc(100% - 80px);}
}

@media screen and (max-width:600px){
	.volbr_no{display:block;}
	.sub_classification_tit{
		width:60px;
		font-size:13px;
		text-align:center;
		line-height: 1.4;
	}
	.scop {
    width: calc(100% - 60px);
	}
	.scop .sc_span:not(.scspan2) {
    /* width:50%; */
		font-size:12px;
	}
	.scop .scspan2{font-size:12px;}
	.sc_span .vhope_ckbox{width:11px;}
	.volrecord_area .ect_input4{height:20px; font-size:9px;}
	.scspan label{min-width:43px;}
	.scspan2 label{min-width:43px;}
/* 	.ect_input4{width: calc(100% - 60px);} */
	.textarea_box .content textarea{font-size:13px; height: 60px; width:100%; max-width:100%;}
	.textarea_box .content{padding:10px;}
	.sub_subp{font-size:12px;}
	.sub_layout.apply_sub_layout{padding:30px 10px;}
	.apply_sub .sub_tit_sec{margin-bottom:10px;}
	.fa_label2 label{font-size:16px;}
	.fa_input2{font-size:14px; margin:0; padding-left:0;}
	.agreecheck span{display: flex; align-items: center;}
	.agreecheck_btn{margin-right:3px;}
	.ab_tit{padding:10px;}
	.ab_tit .fa_label2{font-size:16px;}
	.scop .sc_span label{min-width:60px;}
}

@media screen and (max-width:450px){
	.sub_classification_tit{font-size:11px; font-weight:bold;}
	.sub_subp{font-size:11px;}
	.scop {
			padding-left:0;
			padding:0 10px;
			line-height: 0;
	}
	/* .ect_input4{width: calc(100% - 59px);} */
	.sub_layout.apply_sub_layout{min-width:360px;}
	.apply_sub .sub_title{font-size:25px;}
	.apply_sub .sub_tit_sec{margin-bottom:0;}
	.textarea_box .content textarea{min-width:200px;}
	.fa_label2 label{font-size:15px;}
	.fa_input2{font-size:13px;}
	.agreecheck_btn{width:12px;}
/* 	.scop .sc_span:not(.scspan2){justify-content: center;}
	.scop .scspan2{width: 33%; justify-content: center;} */
}

@media screen and (max-width:430px){
.agreecheck .radio_l{
	top:0;
}


