@charset "utf-8";

/******************************  로그인  ******************************/

.login_box {
	position: relative; 
	top: calc(50% - 301px);
	width: 500px;
	height: 542px;
	margin: 0 auto;
	border-top: 4px solid #f06150;
	background: #fff;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.login_logo {
	padding-top: 80px;
    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 #f06150;
	border-radius:70px;
	background:#ffffff;
	padding:0;
	transition: .2s;
}

.login_btn input[type=submit]:hover {
	background:#f06150;
	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: #f06150;
}


/******************************  좌측메뉴  ******************************/
/* 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;
    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.tent::before { background: url('../images/icons/tent_ico.png') no-repeat center center / cover; }
#aside .gnb dt.qna::before { background: url('../images/icons/qna_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: #f06150;
	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: #f06150;
	border-color: #f06150;
	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 .title2 {
	padding-top: 20px;
	font-size: 18px;
	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: 1450px;
}

#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.noti::before { background: url('../images/icons/noti_ico.png') no-repeat center center / cover; }
#container .sub_title.tent::before { background: url('../images/icons/tent_ico.png') no-repeat center center / cover; }
#container .sub_title.qna::before { background: url('../images/icons/qna_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 {
	display: inline-block;
	margin-right: 10px;
	padding: 0 30px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #ddd;
    background: #eee;
    color: #444;
    border-radius: 6px;
}

.terms_chk:checked + .terms_radio {
    background: #444;
    color: #fff;
}


/******************************  댓글  ******************************/
.re_area {
	position: relative;
	margin-top: 30px;
}

.re_area::after {
	display: block;
	clear: both;
	content: "";
}

.re_area .re_box {
}

.re_area .re_box .re_input, .re_area .re_box .re_btn {
	float: left;
	height: 80px;
	border-radius: 6px;
	box-sizing: border-box;
}

.re_area .re_box .re_input {
	width: calc(100% - 104px);
	padding: 10px;
}

.re_area .re_box .re_btn {
	width: 100px;
	border: 1px solid #444;
	margin-left: 4px;
    background: #444;
	color: #fff;
	font-weight: 500;
}

.re_area .reply_list {
	float: left;
	width: 100%;
}

.re_area .reply_list li {
	display: table;
	width: 100%;
	padding: 20px 0;
}

.re_area .reply_list li:not(:last-child) {
	border-bottom: 1px solid #ddd;
}

.re_area .reply_list li span {
	display: table-cell;
	vertical-align: middle;
}

.re_area .reply_list li .re_content {
	width: calc(100% - 140px);
}

.re_area .reply_list li .re_name {
	width: 140px;
	text-align: center;
}

.re_area .reply_list li .re_date {
	width: 240px;
	text-align: right;
	color: #777;
}

.re_area .reply_list li .re_delbtn {
	width: 30px;
	text-align: right;
}

.re_area .reply_list li .re_delbtn button {
	color: #777;
}


/* 2023-03-10 추가 */
.notice_box {
	margin-top: 20px;
	padding: 15px 20px;
	border: 3px solid #f06150;
	border-radius: 6px;
	background: rgba(240,97,80,0.05);
	font-size: 16px;
	line-height: 1.5;
}

.notice_box b {
	/* color: #f06150; */
}

.tent_img {
	max-width: 250px !important;
	margin-right: 10px;
}


/* 2023-05-04 추가 */
.def-file {
	display: none;
}

.def-file-img {
	position: relative;
	float: left;
	width: 200px;
	height: 200px;
	overflow: hidden;
	background: #F2F2F2 url('../images/icons/img_plus.png') no-repeat center center / 30px;
	cursor: pointer;
}

.def-file-img:not(:last-child) {
	margin-right: 20px;
}

.def-file-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	transform: translate(-50%,-50%);
}

.def-remove-btn {
	position: relative;
	/* display: none; */
	float: right;
	width: 30px;
}


/* 2023-09-20 추가 : 이미지 첨부 방식 변경 */
.file_gallery {}

.file_gallery img {
	margin-right: 10px;
}

.def-file-img2 {
	position: relative;
	width: 60px;
	height: 60px;
	overflow: hidden;
	background: #F2F2F2 url('../images/icons/img_plus.png') no-repeat center center / 15px;
	cursor: pointer;
}

.def-file-img2:not(:last-child) {
	margin-right: 20px;
}

.def-file-img2 img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	transform: translate(-50%,-50%);
}



/******************************  모바일웹 접수 페이지  ******************************/
.web_request_body {
	background: #f6d8b4;
}

#wr_wrap {
	position: absolute;
	top: 0;
	left: 50%;
	width: 500px;
	height: 100%;
	max-width: 100%;
	transform: translateX(-50%);
	background: #fff;
}

#wr_container {
	padding-bottom: 40px;
	background: inherit;
}

.wr_logo {
	padding-top: 40px;
	text-align: center;
}

.wr_logo img {}

.wr_back {
	float: left;
	margin-top: 18px;
	margin-left: 5%;
}

.wr_back img {
	height: 24px;
}

.wr_logo2 {
	padding-top: 22px;
	text-align: center;
}

.wr_logo2 img {
	position: relative;
	height: 16px;
	left: -5%;
}

.wr_form_box {
	width: 85%;
	margin: 0 auto;
	margin-top: 30px;
}

.wr_select, input.wr_text, .wr_submit, .wr_button {
	width: 100%;
	height: 36px;
	margin-bottom: 13px;
	padding: 0 10px;
	border-radius: 6px;
	box-sizing: border-box;
}

.wr_submit {
	height: 40px;
	border: 0;
	background: #8C5C25;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.wr_button {
	height: 40px;
	border: 0;
	background: #f6d8b4;
	font-size: 16px;
	font-weight: bold;
	color: #8C5C25;
}

.wr_notice {
	padding: 50px 0;
	font-size: 14px;
	text-align: center;
}

.wr_header {
	height: 60px;
	border-bottom: 2px solid #8C5C25;
}

.wr_cost_table {
	width: 100%;
	margin-bottom: 13px;
}

.wr_cost_table th, .wr_cost_table td {
	padding: 7px 0;
	border: 1px solid #ddd;
	text-align: center;
}

.wr_cost_table th {
	background: #f4f4f4;
}

.wr_cost_table td {
	width: 40%;
}



.wr_cost_table li {
	padding: 9px 0;
	font-size: 16px;
	font-weight: 500;
	color: #000;
}

.wr_cost_table li label {}

.wr_cost_table li label input[type='checkbox'] {
	position: relative;
	top: -2px;
	margin-right: 5px;
}

.wr_cost_table li label .wr_cost_laundry {}

.wr_cost_table li label .wr_cost_price {
	float: right;
}

.wr_price_box {
	padding: 5px 15px;
	margin-bottom: 13px;
	box-sizing: border-box;
	border: 2px solid #8C5C25;
	border-radius: 6px;
}

.wr_price_box p {
	margin: 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #8C5C25;
}

.wr_price_box p > span {
	float: right;
}

.wr_subtitle {
	padding-bottom: 7px;
	font-size: 14px;
	font-weight: bold;
}

.wr_sbutton {
	position: relative;
	float: right;
	top: -2px;
	padding: 2px 5px;
	border-radius: 6px;
	background: #f6d8b4;
	font-size: 14px;
	font-weight: bold;
	color: #8C5C25;
}



/******************************  2023-08-08 텐트 세탁/수선관리 메뉴 합치기  ******************************/
.tab_area {
	margin-bottom: 20px;
}

.tab_menu {}

.tab_menu::after {
	display: block;
	clear: both;
	content: "";
}

.tab_menu li {
	float: left;
	padding: 5px 16px;
	border: 1px solid #bbb;
	border-right: 0;
	background: #eee;
	cursor: pointer;
}

.tab_menu li.on {
	background: #f06150;
	border-color: #f06150;
	color: #fff;
}

.tab_menu li:first-child {
	border-radius: 6px 0 0 6px;
}

.tab_menu li:last-child {
	border-radius: 0 6px 6px 0;
	border-right: 1px solid #bbb;
}


/******************************  2024-07-19 web_reuest2 팝업 하나 더 추가  ******************************/
#popup_layer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 9999;
}

#popup_layer .popup_box {
	display: none;
	position: absolute;
	top: 50%;
	left: 5%;
	width: 90%;
	max-height: 90%;
	overflow-Y: auto;
	transform: translateY(-50%);
	background: #fff;
}

#popup_layer .popup_box .popup_header {
	border-bottom: 2px solid #8C5C25;
}

#popup_layer .popup_box .popup_header h4 {
	padding: 24px 22px 21.5px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#popup_layer .popup_box .popup_contents {
	padding: 21.5px 22px 27px;
}

#popup_layer .popup_box .popup_contents .popup_notice {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.45;
}

#popup_layer .popup_box .popup_contents .popup_buttons {
	/* margin-top: 58px; */
	text-align: center;
}

#popup_layer .popup_box .popup_contents .popup_buttons button {
	width: 82px;
	height: 40px;
	font-size: 13px;
}

#popup_layer .popup_box .popup_contents .popup_buttons button.popup_button01 {
	border: 1px solid #E7E7ED;
	background: #fff;
	color: #000;
}

#popup_layer .popup_box .popup_contents .popup_buttons button.popup_button02 {
	border: 1px solid #8C5C25;
	background: #8C5C25;
	color: #fff;
}