@charset "utf-8";
/*sub*/
.subnav{
	margin-top: 35px;
}

.mypage {
	position: relative;
	margin: 25px 10px;
	background-color: #FFFFFF;
	padding: 20px;
	box-sizing:border-box;
	border-radius: 10px;
	overflow: hidden;
}
.mypage h2{
	position: relative;
	padding-bottom: 15px;
	border-bottom: 1px solid #dddddd;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 35px;
}
.mypage .nor_text{
	line-height: 18px;
	margin: 14px 0 35px 0;
}
.mypage label small{display: block;}

.no_header .mypage {margin-top: 10px;}
.no_header .contentsWrap {padding-top: 0;}

.profile_photo_add{
	position: relative;
	width: 250px;
	height: 250px;
	background-color: #BBBBBB;
	text-align: center;
	color: #ffffff;
	border: 3px solid #5B5B5B;
	margin: 0 auto;
}

.qrcode_add{
	position: relative;
	max-width: 450px;
	width: 100%;
	height: auto;
	background-color: #BBBBBB;
	text-align: center;
	color: #ffffff;
	border: 3px solid #5B5B5B;
	margin: 0 auto;
	box-sizing:border-box;
}
.qrcode_num{
	font-size: 18px;
	font-weight: bold;
	padding: 15px 0;
}
.qrcode_add img{
	width: 100%;
	height: auto;
}
.modal_btn_close{
	position: fixed;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	overflow: hidden;
	z-index: 3;
	text-align: center;
	font-size: 1.5em;
	line-height: 40px;
	cursor: pointer;
}


.mypage .form-group{
	margin-bottom: 35px;
}
.mypage .email_step{
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 25px 0;
}
.mypage h4{
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 7px 0;
	line-height: 14px;
}
ul.alert_text li{
	margin-bottom: 7px;
}


ul.qnalist{
	padding: 0;
}
ul.qnalist li{
	margin-bottom: 20px;
}
ul.qnalist li a{
	display: block;
	font-size: 18px;
	margin-top: 5px;
	color: #333333;
}
ul.qnalist li a:hover{
	color: #000000;
}
ul.qnalist span{
	font-size:11px;
	font-weight: bold;
}
ul.qnalist .category_title{
	font-size: 20px;
	padding-right: 15px;
	color:#EDB529;
}
ul.qnalist .answer_title{
	font-size: 20px;
	padding-right: 15px;
}
ul.qnalist .notice_date{
	color:#95989A;
}
ul.qnalist .notice_catg{
	color:#EDB529;
}
ul.qnalist .notice_event{
	color:#ee5329;
}
ul.qnalist .notice_mente{
	color:#70c850;
}

.mypage .nav>li>a {
	padding: 5px;
}
.notice_text{
	padding: 15px 0;

}
.notice_title{
	font-size: 24px;
	line-height: 24px;
	margin-top: 5px;
	color: #333333;
	font-weight: bold;
}


.info_area .pagingnation_box{text-align: center;}
.info_area .pagination{display: inline-block;}
.info_area p img{max-width: 570px; width: 100%; height: auto;}

.member{
	max-width: 650px;
}
label{
	font-size: 18px;
}
.redlabel {
  display: inline;
  padding: .2em .4em .3em;
  font-size: 50%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align:top;
  border-radius: .25em;
  background-color: #ff0000;
}

.mypage{
	line-height: 1.5em;
}

 .basic_list{
	 list-style:disc;
	 padding-left: 22px;
}
.basic_list li{
	box-sizing: border-box;
	padding: 5px 0;
}
.gbn_area{
	text-align: center;
}
.gbn_area img{
	max-width: 450px;
	width: 100%;
	height: auto;
}

.step_bar {
	margin-bottom: 25px;
	text-align: center;
}
.step_bar img{
	max-width: 570px;
	width: 100%;
	height: auto;
}

.image_modal img{
	width: 100%;
	height: auto;
}
.btn_area .btn_row_space{
		margin-top: 12px;
	}
.login_other_link a{display: block; padding-top: 10px; margin-top: 7px; text-decoration: none;}

@media (min-width:992px) {
	.subnav{
	margin-top: 0px;
	}
	.mypage .btn{width: 165px;}
	.btn_area .btn_row_space{
		margin-top: 0;
	}

	.email_step{
	width: 437px;
	height: 27px;
	background: url(../images/email_step.gif) 0 0 no-repeat;
	margin-bottom: 30px;
	text-indent: -9999px;
	overflow: hidden;
	}
	.s01{
		background-position: 0 0;
	}
	.s02{
		background-position: 0 -30px;
	}
	.s03{
		background-position: 0 -60px;
	}

	ul.qnalist{
	padding: 0;
	}
	ul.qnalist li{
	padding-bottom: 23px;
	margin-bottom: 23px;
	border-bottom: 1px solid #dddddd;
	}
	ul.qnalist li a{
		display: block;
		font-size: 18px;
		margin-top: 5px;
		color: #333333;
	}
	ul.qnalist li a:hover{
		color: #000000;
	}
	ul.qnalist span{
		font-size:11px;
		font-weight: bold;
	}
	ul.qnalist .notice_date{
		color:#95989A;
	}

	.mypage {
		padding: 30px;
	}
	.mypage label small{display: inline;}

	.mypage .nav>li>a {
		padding: 10px 15px;
	}
}
