@charset "utf-8";

/******************************  로그인  ******************************/

.login_box {
	position: relative; 
	top: calc(50% - 301px);
	width: 500px;
	height: 542px;
	margin: 0 auto;
	border-top: 4px solid #00a8d0;
	background: #fff;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.login_logo {
	width: 300px;
	margin: 0 auto;
	padding-top: 80px;
}

.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 #00a8d0;
	border-radius:70px;
	background:#ffffff;
	padding:0;
	transition: .2s;
}

.login_btn input[type=submit]:hover {
	background:#00a8d0;
	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 .utype_chk {
	color: #bbb;
	margin-right: 3px;
}

.login_type input[type=radio]:checked + label .utype_chk {
	color: #00a8d0;
}


/******************************  좌측메뉴  ******************************/
/* 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: 25px;
	padding-top: 45px;
}

#aside .logo img {
	width: 100%;
}

#aside .gnb {
	padding: 10px 25px;
	padding-bottom: 0;
	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.dash::before { background: url('/images/icons/dash_ico.png') no-repeat center center / cover; }
#aside .gnb dt.memb::before { background: url('/images/icons/memb_ico.png') no-repeat center center / cover; }
#aside .gnb dt.work::before { background: url('/images/icons/work_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.logout::before { background: url('/images/icons/logout_ico.png') no-repeat center center / cover; }

#aside .gnb dt:not(:first-child) {
	margin-top: 25px;
	margin-bottom: 5px;
}

#aside .gnb dd {
	line-height: 2;
}

#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: rgba(0,168,208,0.5);
	background: #fff;
	color: #666;
	transition: .2s;
	font-size: 15px;
}

#aside .btn_area01 input[type=button]:hover {
	background: #00a8d0;
	border-color: #00a8d0;
	color: #fff;
}

/******************************  컨텐츠영역 공통  ******************************/
/* width */
#container::-webkit-scrollbar {
  width: 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;
}

#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.logout::before { background: url('/images/icons/logout_ico.png') no-repeat center center / cover; }

#container .sub_title .date {
	font-size: 13px;
	color: #999;
}

@media screen and (max-width: 1000px){
	#container .content_wrap {
		display: block;
		width: 100%;
		margin-left: 0 !important;
	}
}

/******************************  메인 - 공지사항 ******************************/
.main_notice_list {
	margin-top: 10px;
	width: 100%;
}

.main_notice_list li {
	display: flex;
	width: 100%;
	padding: 8px 0;
	color: #777;
}

.main_notice_list li:not(:last-child) {
	border-bottom: 1px solid #ddd;
}

.main_notice_list li .num {
	width: 30px;
}

.main_notice_list li .subject {
	width: calc(100% - 140px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
}

.main_notice_list li .regdate {
	width: 100px;
	text-align: right;
}


/******************************  댓글  ******************************/
.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: 100px;
	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;
}