@charset "utf-8";

/******************************  로그인  ******************************/

.login_box {
	position: relative; 
	top: calc(50% - 301px);
	width: 500px;
	height: 542px;
	margin: 0 auto;
	border-top: 4px solid #f29219;
	background: #fff;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.login_logo {
	padding-top: 50px;
    text-align: center;
    font-size: 34px;
    font-weight: 500;
	font-family: "SBaggro";
	color: #444;
}

.login_form{
	float:left;
	padding:20px 50px 58px;
}

.login_form li{
	float:left;
	width:100%;
	padding-left:31px;
	box-sizing:border-box;
	border-bottom:1px solid #dfdfdf;
	position:relative;
}

.login_form li.id{
	
}

.login_form li.id:before{
	content:'';
	background:url('../images/icons/ico-account.png') center left no-repeat;
	width:31px;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	display:block;
}	

.login_form li.pw{
	margin-top:30px;
}

.login_form li.pw:before{
	content:'';
	background:url('../images/icons/ico-pw.png') center left no-repeat;
	width:31px;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	display:block;
}

.login_form li input{
	color:#444;
	line-height:55px;
	height:55px;
	border:0px;
	width:100%;
	font-size:16px;
	appearance: none;
	-webkit-tap-highlight-color:transparent;
	transition: .2s;
}

.login_btn{
	float:left;
	width:100%;
	text-align:center;
}

.login_btn input[type=submit]{
	display:inline-block;
	width:400px;
	height:67px;
	line-height:63px;
	color:#444;
	font-size:16px;
	font-weight:700;
	border:2px solid #f29219;
	border-radius:70px;
	background:#ffffff;
	padding:0;
	transition: .2s;
}

.login_btn input[type=submit]:hover {
	background:#f29219;
	color:#fff;
}

.login_type {
	margin-top: 32px;
	text-align: center;
}

.login_type input[type=radio] {
	display: none;
}

.login_type input[type=radio] + label {
	display: inline-block;
	margin: 0 10px;
	cursor: default;
	font-size: 16px;
	font-weight: 400;
	color: #444;
	cursor: pointer;
}

.login_type input[type=radio] + label .login_type_chk {
	color: #bbb;
	margin-right: 3px;
}

.login_type input[type=radio]:checked + label .login_type_chk {
	color: #f29219;
}


/******************************  좌측메뉴  ******************************/
/* width */
#aside::-webkit-scrollbar {
  width: 4px;
}

/* Track */
#aside::-webkit-scrollbar-track {
  background: #e4e4e4;
}

/* Handle */
#aside::-webkit-scrollbar-thumb {
  background: #bbb;
}

/* Handle on hover */
/* #aside::-webkit-scrollbar-thumb:hover {
  background: #555;
} */

#aside .logo {
	padding: 0 25px;
	padding-top: 45px;
	padding-bottom: 10px;
    font-size: 26px;
    font-weight: 500;
	font-family: "SBaggro";
	color: #444;
	text-align: center;
}

#aside .logo img {
	/* width: 100%; */
}

#aside .gnb {
	padding: 0 25px;
	font-size: 15px;
}

#aside .gnb dt, #aside .gnb dd {
	position: relative;
	padding-left: 30px;
	color: #444;
	cursor: default;
}

#aside .gnb dt {
	font-weight: 600;
}

#aside .gnb dt.logout {
	color: #999;
}

#aside .gnb dt::before {
	position: absolute;
	top: 2.5px;
	left: 0;
	width: 17px;
	height: 17px;
	content: "";
}

#aside .gnb dt.memb::before { background: url('../images/icons/memb_ico.png') no-repeat center center / cover; }
#aside .gnb dt.memb2::before { background: url('../images/icons/memb_ico2.png') no-repeat center center / cover; }
#aside .gnb dt.dash::before { background: url('../images/icons/dash_ico.png') no-repeat center center / cover; }
#aside .gnb dt.event::before { background: url('../images/icons/event_ico.png') no-repeat center center / cover; }
#aside .gnb dt.apply::before { background: url('../images/icons/apply_ico.png') no-repeat center center / cover; }
#aside .gnb dt.noti::before { background: url('../images/icons/noti_ico.png') no-repeat center center / cover; }
#aside .gnb dt.ban::before { background: url('../images/icons/ban_ico.png') no-repeat center center / cover; }
#aside .gnb dt.logout::before { background: url('../images/icons/logout_ico.png') no-repeat center center / cover; }

#aside .gnb dt {
	margin-top: 25px;
	margin-bottom: 5px;
}

#aside .gnb dd {
	line-height: 2;
}

#aside .gnb .on {
	/* background: rgba(0,0,0,0.1); */
}

/*
#aside .gnb dt a, 
#aside .gnb dd a {
	position: relative;
	transition: .2s;
}

#aside .gnb dt:hover a::after, 
#aside .gnb dd:hover a::after, 
#aside .gnb .on a::after {
	position: absolute;
	top: calc(50% - 1.5px);
	right: -13px;
	width: 8px;
	height: 3px;
	background: #f29219;
	content: "";
}
*/

#aside .gnb dd::before {
	position: absolute;
	top: 12px;
	left: 7px;
	width: 5px;
	height: 5px;
	background: #777;
	content: "";
}

#aside .info_area {
	margin-top: 30px;
	padding: 20px 25px;
	border-top: 5px solid #f1f1f1;
}

#aside .info_area dt, #aside .info_area dd {
	color: #666;
}

#aside .info_area dt { }

#aside .info_area dt:not(:first-child) {
	margin-top: 8px;
}

#aside .info_area dd { }

#aside .btn_area01 {
	padding: 0 25px;
	box-sizing: border-box;
}

#aside .btn_area01 input[type=button] {
	width: 100%;
	border: 0;
	box-sizing: border-box;
	padding: 7px 0;
	border-radius: 36px;
	border: 2px solid;
	border-color: #999;
	background: #fff;
	color: #666;
	transition: .2s;
	font-size: 15px;
}

#aside .btn_area01 input[type=button]:hover {
	background: #f29219;
	border-color: #f29219;
	color: #fff;
}



/******************************  컨텐츠영역 공통  ******************************/
/* width */
#container::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
#container::-webkit-scrollbar-track {
  background: #e4e4e4;
}

/* Handle */
#container::-webkit-scrollbar-thumb {
  background: #999;
}

#container .title {
	padding-top: 48px;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
	color: #444;
}

#container .content_wrap {
	vertical-align: top;
	display: inline-block;
	width: calc(50% - 15px);
}

#container .content_wrap.right {
	margin-left: 26px;
}

#container .content {
	box-sizing: border-box;
	margin-bottom: 25px;
	padding: 20px 30px;
	background: #fff;
	border-radius: 6px;
	font-size: 15px;
	min-width: 1300px;
}

#container .content::after {
	display: block;
	clear: both;
	content: "";
}

#container .sub_title {
	padding-left: 30px;
	position: relative;
	font-weight: 600;
}

#container .sub_title::before {
	position: absolute;
	top: 2.5px;
	left: 0;
	width: 17px;
	height: 17px;
	content: "";
}

#container .sub_title.dash::before { background: url('/images/icons/dash_ico.png') no-repeat center center / cover; }
#container .sub_title.memb::before { background: url('/images/icons/memb_ico.png') no-repeat center center / cover; }
#container .sub_title.work::before { background: url('/images/icons/work_ico.png') no-repeat center center / cover; }
#container .sub_title.apply::before { background: url('/images/icons/apply_ico.png') no-repeat center center / cover; }
#container .sub_title.noti::before { background: url('/images/icons/noti_ico.png') no-repeat center center / cover; }
#container .sub_title.ban::before { background: url('/images/icons/ban_ico.png') no-repeat center center / cover; }
#container .sub_title.logout::before { background: url('/images/icons/logout_ico.png') no-repeat center center / cover; }

#container .sub_title .date {
	font-size: 13px;
	color: #999;
}

/* 학생관리 */
.list_img, .view_img {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	background: url("/images/no-image.png") no-repeat center center;
	background-size: cover;
}
.list_img img, .view_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}

.list_img {
	width: 120px;
	height: 160px;
}

.view_img {
	width: 160px;
	height: 200px;
	margin: 15px auto;
}

.view_tit {
	float: left;
	width: 100%;
	margin: 30px 0 10px;
	font-size: 18px;
	font-weight: 500;
}

/* 생활기록 */
.recent_img, .recent_frm_img {
	position: relative;
	width: 160px;
	height: 200px;
	margin: 0 auto;
	overflow: hidden;
}
.recent_img {
	background: url("/images/no-image.png") no-repeat center center;
	background-size: cover;
}
.recent_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}
.recent_frm_img input[type="file"] {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}
.recent_img span {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 15px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.5);
	font-size: 12px;
	font-weight: 500;
	text-indent: 0;
	color: #fff;
	z-index: 9;
}

.set_btn {
	display: inline-block;
	position: absolute;
	bottom: 10px;
	right: 0;
	width: 20px;
	height: 20px;
	z-index: 9;
	background: url("../images/settings.png") no-repeat center center;
	background-size: cover;
	cursor: pointer;
}

.login_name {
	float: left;
	width: 80%;
	margin-left: 10%;
	margin-top: 30px;
	padding: 30px 0;
	background: #f5f5f5;
	border: 1px solid #ddd;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}

::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}

@media screen and (max-width:500px){
	::-webkit-scrollbar {
	  display: none;
	}
}

/* Track */
::-webkit-scrollbar-track {
  background: #e4e4e4;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #bbb;
}



/************************ 모바일 웹뷰 ************************/
.webview_box {
	width: 90%;
	margin: 0 auto;
	margin-top: 5vw;
}

.webview_box .webview_tit {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 5vw;
	font-weight: bold;
	text-align: center;
}

.webview_box .webview_date {
	margin-bottom: 20px;
	font-size: 3.5vw;
	text-align: right;
	color: #666;
}

.webview_box .webview_cont {}

.webview_box .webview_file {
	margin-bottom: 10vw;
	padding: 5vw 15px;
	background: #ddd;
	font-size: 4vw;
}

.webview_box .webview_file a {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
}

.webview_box img {
	max-width: 100%;
}


/************************ 약관 관리 css 추가 ************************/
.terms_chk {
	display: none;
}

.terms_chk + .terms_radio {
	float: left;
	display: flex;
	justify-content: center;
	align-items:center;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0 30px;
	height: 46px;
	text-align: center;
	line-height: 1.3;
	border: 1px solid #ddd;
    background: #eee;
    color: #444;
    border-radius: 6px;
}

.terms_chk + .terms_radio.padding_top {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0 30px;
	height: 44px;
	text-align: center;
	line-height: 1.5;
	border: 1px solid #ddd;
    background: #eee;
    color: #444;
    border-radius: 6px;
}

.terms_chk:checked + .terms_radio {
    background: #444;
    color: #fff;
}



/* 2023-02-21 추가 */
.sub_title2 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px;
}

.sub_title2 .more {
	font-size: 0.8em;
	font-weight: 400;
	float: right;
}

.left_box, .right_box, .center_box {
	float: left;
	width: calc(33.33% - 20px);
	height: 350px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.left_box {
	margin-right: 30px;
}

.center_box {
	margin-right: 30px;
}

.right_box {}

.mini_table1, .mini_table2 {
	width: 100%;
	height: 323px;
}

.mini_table1 td, .mini_table2 td {
	padding: 5px 15px;
	border: 1px solid #ddd;
	line-height: 1.5;
}

.mini_table1 {}

.mini_table1 td{}

.mini_table1 td.cost {}

.mini_table1 td.date {}

.mini_table2 {}

.mini_table2 td {}

.mini_table2 td.w_cost {}

.mini_table2 td.content {}

.mini_table2 td.b_cost {}

.mini_table2 td.date {}


.search_area2 {
	line-height: 30px;
}

.search_area2::after {
	display: block;
	clear: both;
	content: "";
}

.search_area2 .sub_title3 {
	float: left;
}

.search_area2 .sub_title3 .mini_txt {
	margin-left: 10px;
	font-size: 0.8em;
	color: #999;
}

.search_area2 .def_select {
	float: left;
	margin-left: 20px;
}

.volunteer_input {
    height: 30px !important;
	margin-right: 2px;
	border: 0;
	border-radius: 6px !important;
}

.volunteer_submit {
	padding: 0 15px;
	background: #444;
	font-weight: 500;
	color: #fff;
}

.a_link {
	font-weight: 500;
	text-decoration: underline;
	color: #f29219;
}



span.image_box{
	float:left;
	width:120px;
	height:120px;
	cursor:pointer;
}

span.image_box img{
	object-fit:cover;
	width:120px;
	height:120px;
}

span.image_box_text{
	float:left;
	height:120px;
	margin:25px 0 0 10px;
	font-size:13px;
	line-height:23px;
	color:#717171;
}

span.image_box_text.type2{
	width:100%;
	height:initial;
	margin-left:0;
}

span.image_box_text .pink{
	color:#ff54a2;
}


.add_image_box{
	float:left;
}

.add_image_box .image_box{
	margin-right:10px;
}