@charset "utf-8";
/*-------------------------------------------------------------------------------------*
 *  게시판                                                                             *
 *-------------------------------------------------------------------------------------*/
.list_box  		 {width:100%;}
.list_tr{width:100%; font-size:0; display:flex;}
.list_tr>*{width:130px;}
.list_tr>*:nth-child(2){max-width:100%; width:calc(100% - 520px); overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.list_tr:not(.trfirst)>*:nth-child(2){padding-left:50px; font-weight:500; justify-content:flex-start;}
.list_title1     {background:#1a221f; border-top:1px solid #314840; border-bottom:1px solid #0c0c0c; color:#efefef; font-size:13px; font-weight:500; display: flex; align-items: center; justify-content:center; line-height:44px;}
.list_notice1    {background:rgba(0,0,0,0.6); border-bottom:1px solid #0c0c0c; color:#efefef; font-size:13px; text-align:center; display: flex; align-items: center; justify-content:center; padding:10px 5px 10px 5px; cursor:pointer;}
.list1           {background:rgba(0,0,0,0.4); border-bottom:1px solid #0c0c0c; color:#efefef; font-size:13px; width:130px; text-align:center; display: flex; align-items: center; justify-content:center; padding:10px 5px 10px 5px; cursor:pointer;}
.listview		 {background:rgba(255,255,255,0.05); border-bottom:1px solid #0c0c0c; color:#efefef; font-size:13px; width:100%; display: flex; align-items: center; padding:30px;}

/* 입출금내역 */
.list_tr2{width:100%; font-size:0; display:flex;}
.list_tr2>*{width:calc(100% / 5);} /* 비율이같은 게시판일경우 사용 열숫자에 맞게 숫자만수정해주세요 */
.list_title2     {background:#222222; color:#efefef; font-size:13px; font-weight:300; display:inline-block; text-align:center; display: flex; align-items: center; justify-content:center; line-height:40px;}
.list_notice2    {background:#2d2d2d; border-bottom:1px solid #0c0c0c; color:#efefef; font-size:13px; text-align:center; display: flex; align-items: center; justify-content:center; padding:5px 5px 5px 5px;}
.list2           {background:#2d2d2d; border-bottom:1px solid #0c0c0c; color:#efefef; font-size:13px; text-align:center; display: flex; align-items: center; justify-content:center; padding:5px 5px 5px 5px;}

@media screen and (max-width:1280px) {
.list_tr>*{width:110px;}
.list_tr>*:nth-child(4){display:none;}
.list_tr>*:nth-child(2){width:calc(100% - 330px);}
.list_tr:not(.trfirst)>*:nth-child(2){padding-left:30px;}	

}

@media screen and (max-width:768px) {
	.list_tr>*{width:100px;}
	.list_tr>*:nth-child(3){display:none;}
	.list_tr>*:nth-child(2){width:calc(100% - 200px);}
	.list_tr:not(.trfirst)>*:nth-child(2){padding-left:10px;}
}

@media screen and (max-width:600px) {
	.list_tr>*:nth-child(1){display:none;}
	.list_tr>*:nth-child(2){width:calc(100% - 100px);}

}

@media screen and (max-width:480px) {
	.list_tr>*{width:90px;}
	.list_tr>*:nth-child(2){width:calc(100% - 90px);}
	.list_tr:not(.trfirst)>*:nth-child(2){padding-left:10px;}

}
@media screen and (max-width:480px) {

}

/* 게시판 */
.list_tr_title{background:#222222; display:flex; width:100%; align-items:center; padding:10px; font-size:14px; text-align:center; flex-wrap:wrap;}
.list_tr_title span{display:inline-block; padding:4px; color:#ffe696;}
.list_tr_title span:nth-child(1){width:10%;}
.list_tr_title span:nth-child(2){width:60%; text-align:left;}
.list_tr_title span:nth-child(3){width:10%;}
.list_tr_title span:nth-child(4){width:20%;}

.list_tr_list{background:#333333; border-bottom:1px solid #0c0c0c; color:#efefef; font-size:13px; text-align:center; display: flex; align-items: center; justify-content:center; padding:10px; cursor:pointer; flex-wrap:wrap;}
.list_tr_list span{display:inline-block; padding:4px;}
.list_tr_list span:nth-child(1){width:10%;}
.list_tr_list span:nth-child(2){width:60%; text-align:left;}
.list_tr_list span:nth-child(3){width:10%;}
.list_tr_list span:nth-child(4){width:20%;}

.list_tr_list.notice_list{background:#2d2d2d;}
.list_tr_list.notice_list span:nth-child(2){color:#f1ca81;}
.list_tr_list:hover{background:#2c2c2c}
.list_tr_list.notice_list:hover{background:#242424;}

.hide_list{float:left; width:100%; padding:20px 20px 30px; background:#000;}
.hide_list img{width:100%; max-width:800px;}
.hide_list_title{float:left; width:100%; height:40px; line-height:40px; white-space:nowrap; overflow:hidden; border-bottom:1px solid #f1ca81; margin:0 0 10px 0; font-weight:500; color:#f1ca81;}
@media screen and (max-width:768px) {
	.list_tr_title{display:none;}
	.list_tr_list{}
	.list_tr_list span:nth-child(1){width:70px;}
	.list_tr_list span:nth-child(2){width:calc(100% - 70px); padding:4px 10px;}
	.list_tr_list span:nth-child(3){width:calc(100% - 90px); font-size:11px; color:#aaaaaa; text-align:right;}
	.list_tr_list span:nth-child(4){width:90px; font-size:11px; color:#aaaaaa;}	
}

@media screen and (max-width:600px) {

}

@media screen and (max-width:480px) {

}

/* 게시판 보기페이지 */
.list_view_title{background:#222222; display:flex; width:100%; align-items:center; padding:10px; font-size:14px; text-align:center; flex-wrap:wrap;}
.list_info_text{display:flex; align-items:center; font-size:10px; text-align:center; flex-wrap:wrap; margin:0 0 0 auto;}
.list_info_text span{background:rgba(255,255,255,0.2);  margin:0 5px; display:inline-block; text-align:center; min-width:40px; padding:2px 8px 2px 8px; line-height:11px;  color:#ffffff; font-size:11px; font-weight:300; border-radius:100px;}
.list_info_view{float:left; width:100%; padding:20px; background:#222222; border-top:1px solid #0c0c0c; min-height:200px;}
.list_info_view_in{float:left; width:100%; padding:20px; background:#333333; border:1px solid #0c0c0c; min-height:200px;}

@media screen and (max-width:768px) {
	.list_tr_title{display:none;}
	.list_tr_list{}
	.list_tr_list span:nth-child(1){width:70px;}
	.list_tr_list span:nth-child(2){width:calc(100% - 70px); padding:4px 10px;}
	.list_tr_list span:nth-child(3){width:calc(100% - 90px); font-size:11px; color:#aaaaaa; text-align:right;}
	.list_tr_list span:nth-child(4){width:90px; font-size:11px; color:#aaaaaa;}	
}

@media screen and (max-width:600px) {

}

@media screen and (max-width:480px) {

}



.page_wrap       {float:left; width:100%; height:40px; text-align:center; clear:both;}
.page_wrap ul li {display:inline;}
.page            {background:#2d2d2d; border:1px solid #0c0c0c; color:#fafafa; display:inline-block; padding:12px 17px 12px 17px; border-radius:100px;}
.pageon          {background:linear-gradient(#e7c990 0%, #886d3b 100%); color:#ffffff; display:inline-block; padding:12px 17px 12px 17px; font-weight:500; border-radius:100px;}

@media screen and (max-width:1024px) {
	.page_wrap ul li span{padding:10px 15px 10px 15px;}
}
.list_box{overflow-x:auto;}
.over_list{min-width:600px;}
.list_box::-webkit-scrollbar {width: 4px; height: 4px;}
.list_box::-webkit-scrollbar-thumb {background-color:rgba(255,255,255,0.1); border-radius: 12px;}
.list_box::-webkit-scrollbar-track {display: none;}
/*-------------------------------------------------------------------------------------*
 *  쓰기게시판                                                                          *
 *-------------------------------------------------------------------------------------*/
.write_box{float:left; width:100%; margin:5px 0 0 0; display:flex; flex-wrap:wrap;}
.white_box_h{float:left; background:#222222; width:calc(50% - 2.5px); margin:0 5px 0 0; border-radius:0px;}
.white_box_h:nth-child(2n){margin:0 0 0 0;}
.write_tr{float:left; width:100%; display:flex; border-bottom:1px solid #0c0c0c;}
.write_tr:last-child{border-bottom:none;}
.write_title_top {}
.write_title     {background:#222222; color:#bababa; width:150px; font-weight:300; font-size:13px; display:flex; padding:20px 10px;}  
.write_basic     {background:#222222; color:#efefef; padding:20px 20px 12px 20px; width:calc(100% - 150px); font-size:13px;}
.write_basic input::placeholder, .write_basic textarea::placeholder {color:#999999; transition:all 0.5s;}
.write_basic input:focus, .write_basic textarea:focus {border:1px solid #ffe696;}
.write_text{float:left; width:100%; padding:5px 0;}
.num{display:inline-block; width:26px; height:20px; border-radius:0px; background:#343434; text-align:center; line-height:24px; font-size:12px; font-weight:300; color:#f1ca81; margin:0 5px 0 0;}

.join .write_tr{width:50%;}
@media screen and (max-width:1620px) {
    .write_box{flex-wrap:wrap;}
    .white_box_h{width:100%; margin:0 0 5px 0;}
}

@media screen and (max-width:768px) {
	.write_tr{flex-wrap:wrap;}
	.write_tr>*{width:100%;}
	.write_title{padding:10px 10px 0;}
	.join .write_tr{width:100%;}

}

/*-------------------------------------------------------------------------------------*
 *  버튼                                                                               *
 *-------------------------------------------------------------------------------------*/
.btn1_1         {display:inline-block; text-align:center; border-radius:100px; color:#ffffff; font-size:12px; letter-spacing:0pt; font-weight:500; text-shadow:1px 1px 1px rgba(0,0,0,0.3); box-shadow:rgba(0,0,0,0.0) 2px 2px 2px -1px;}
.btn1_2         {display:inline-block; text-align:center; border-radius:100px; color:#ffffff; font-size:12px; letter-spacing:0pt; font-weight:500; text-shadow:1px 1px 1px rgba(0,0,0,0.3); box-shadow:rgba(0,0,0,0.0) 2px 2px 2px -1px;}
.btn2_1         {display:inline-block; text-align:center; border-radius:100px; color:#ffffff; font-size:12px; letter-spacing:0pt; font-weight:500; text-shadow:1px 1px 1px rgba(0,0,0,0.3); box-shadow:rgba(0,0,0,0.0) 2px 2px 2px -1px;}
.btn2_2         {display:inline-block; text-align:center; border-radius:100px; color:#ffffff; font-size:12px; letter-spacing:0pt; font-weight:500; text-shadow:1px 1px 1px rgba(0,0,0,0.3); box-shadow:rgba(0,0,0,0.0) 2px 2px 2px -1px;}
.btn3_1         {display:inline-block; text-align:center; border-radius:100px; color:#ffffff; font-size:16px; letter-spacing:-1pt; font-weight:500; text-shadow:1px 1px 1px rgba(0,0,0,0.3); box-shadow:rgba(0,0,0,0.0) 2px 2px 2px -1px;}
.btn3_2         {display:inline-block; text-align:center; border-radius:100px; color:#ffffff; font-size:16px; letter-spacing:-1pt; font-weight:500; text-shadow:1px 1px 1px rgba(0,0,0,0.3); box-shadow:rgba(0,0,0,0.0) 2px 2px 2px -1px;}

.btn_wrap_right        {float:left; width:100%; text-align:right;}
.btn_wrap_right ul li  {display:inline;}
.btn_wrap_center       {float:left; width:100%; text-align:center;}
.btn_wrap_center ul li {display:inline;}

.btn1_1         {background:linear-gradient(#e7c990 0%, #886d3b 100%); min-width:85px; min-height:34px; padding:0 15px 0 15px; line-height:34px;}
.btn1_1:hover   {background:linear-gradient(-45deg, #e7c990 0%, #886d3b 100%); transform: scale(0.95);}

.btn1_2         {background:linear-gradient(#b7b7b7 0%, #575757 100%); min-width:85px; min-height:34px; padding:0 15px 0 15px; line-height:34px;}
.btn1_2:hover   {background:linear-gradient(-45deg, #b7b7b7 0%, #575757 100%); transform: scale(0.95);}

.btn2_1         {background:linear-gradient(#e7c990 0%, #886d3b 100%); min-width:110px; height:40px; line-height:40px;}
.btn2_1:hover   {background:linear-gradient(-45deg, #e7c990 0%, #886d3b 100%); transform: scale(0.95);}

.btn2_2         {background:linear-gradient(#b7b7b7 0%, #575757 100%); min-width:110px; height:40px; line-height:40px;}
.btn2_2:hover   {background:linear-gradient(-45deg, #b7b7b7 0%, #575757 100%); transform: scale(0.95);}

.btn3_1         {background:linear-gradient(#e7c990 0%, #886d3b 100%); min-width:220px; height:46px; line-height:46px;}
.btn3_1:hover   {background:linear-gradient(-45deg, #e7c990 0%, #886d3b 100%); transform: scale(0.95);}

.btn3_2         {background:linear-gradient(#b7b7b7 0%, #575757 100%); min-width:220px; height:46px; line-height:46px;}
.btn3_2:hover   {background:linear-gradient(-45deg, #b7b7b7 0%, #575757 100%); transform: scale(0.95);}

.btn2_3         {display:inline-block; text-align:center; border-radius:3px; color:#ffffff; font-size:12px; letter-spacing:0pt; font-weight:500; text-shadow:1px 1px 1px rgba(0,0,0,0); box-shadow:rgba(0,0,0,0.0) 2px 2px 2px -1px;}
.btn2_4         {display:inline-block; text-align:center; border-radius:3px; color:#ffffff; font-size:12px; letter-spacing:0pt; font-weight:500; text-shadow:1px 1px 1px rgba(0,0,0,0); box-shadow:rgba(0,0,0,0.0) 2px 2px 2px -1px;}

.btn2_3         {background:linear-gradient(#a7af0f  0%, #11531f 100%); min-width:110px; height:40px; line-height:40px;}
.btn2_3:hover   {background:linear-gradient(-45deg, #e7c990 0%, #886d3b 100%); transform: scale(0.95);}

.btn2_4         {background:linear-gradient(#af0f0f 0%, #531111 100%); min-width:110px; height:40px; line-height:40px;}
.btn2_4:hover   {background:linear-gradient(-45deg, #af0f0f 0%, #531111 100%);}



.division1      {background:rgba(255,255,255,0.2); display:inline-block; text-align:center; min-width:60px; padding:6px 8px 6px 8px; line-height:11px;  color:#ffffff; font-size:11px; font-weight:300; border-radius:100px;}
.division2      {background:#ffe696; display:inline-block; text-align:center; min-width:60px; padding:6px 8px 6px 8px; line-height:11px;  color:#000000; font-size:11px; font-weight:300; border-radius:100px;}
.division3      {border:1px solid #72707c; display:inline-block; text-align:center; min-width:40px; padding:4px 8px 4px 8px; line-height:11px;  color:#ffffff; font-size:11px; font-weight:300; border-radius:100px;}

.write_basic_btn{display:inline-block; width:100%; margin:5px 0 0 0;}
[class*="btn1_"] {margin: 0 0 2px;}

@media screen and (max-width:1250px) {
	.write_basic_btn{margin:5px 0 0 0;}

}
@media screen and (max-width:768px) {
	.display_flex{display:flex; flex-wrap: nowrap; align-items: center; justify-content: center;}
	.display_flex li{width:100%; margin:0 2px 0 2px;}
								   
	[class*="btn1_"] {min-width:100%;}
	[class*="btn2_"] {min-width:100%;}
	[class*="btn3_"] {min-width:100%;}
	.division1{min-width:50px; font-size:13px}
	.division2{min-width:50px; font-size:13px}
	
	.write_basic_btn a{width:calc(24% - 2px); display:inline-block;}
}

.btn1_1:hover , .btn1_2:hover , .btn2_1:hover , .btn2_2:hover , .btn3_1:hover , .btn3_2:hover {
	-webkit-animation: mouseover03 0.3s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
	        animation: mouseover03 0.3s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
}


@keyframes mouseover03 {
  0% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

/*-------------------------------------------------------------------------------------*
 *  탭                                                                                 *
 *-------------------------------------------------------------------------------------*/
.tab_wrap       {float:left; margin:5px 0 0 0; transition:all 0.5s;}
.tab_wrap ul li {float:left; margin:0 1px 1px 0;}
.tab            {background:rgba(255,255,255,0.1); width:107px; height:32px; line-height:32px; text-align:center; display:inline-block; color:#989898; font-weight:400; border-radius:5px; white-space:nowrap; overflow:hidden}
.tab:hover      {background:linear-gradient(to right, #e7c990 0%, #886d3b 62%, #e7c990 100%); color:#ffffff;}
.tabon          {background:linear-gradient(to right, #e7c990 0%, #886d3b 62%, #e7c990 100%); width:110px; height:32px; line-height:32px; text-align:center; display:inline-block; color:#ffffff; font-weight:400; border-radius:5px; text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.39); white-space:nowrap; overflow:hidden}

.tab:hover img{filter:brightness(100);}

@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
	.tab_wrap{width:100%;}
	.tab_wrap ul li{width:33%; margin:0 0.5% 0.1% 0;}
	.tab_wrap ul li:nth-child(3n){margin:0 0 0.1% 0;}
	.tab{width:100%;}
	.tabon{width:100%;}
}

/*-------------------------------------------------------------------------------------*
 *  폰트                                                                               *
 *-------------------------------------------------------------------------------------*/
.font01 {color:#ffffff; font-weight:500;}
.font02 {color:#000000; font-weight:500;}
.font03 {color:#929292;}            
.font04 {color:#72b12c;}            
.font05 {color:#ffcf00; font-weight:500;}
.font06 {color:#ff5a00; font-weight:500;}
.font07 {color:#f1ca81; font-weight:500;}
.font08 {color:#828282; font-weight:500;}
.font09 {color:#0048ff; font-weight:500;}
.font10 {color:#fee900; font-weight:500;}

.font11 {color:#f1ca81; font-weight:500; font-size:16px; font-family:'EsaManru';}
.font12 {color:#ff0000; font-weight:500; font-size:16px; font-family:'EsaManru';}
.font13 {color:#ffffff; font-weight:500; font-size:16px; font-family:'EsaManru';}
.font14 {color:#00ff54; font-weight:500; font-size:20px; font-family:'EsaManru';}

/*-------------------------------------------------------------------------------------*
 *  인풋                                                                               *
 *-------------------------------------------------------------------------------------*/
.input1       {background-color:#313131; border:1px solid #313131; padding:4px 0 4px 5px; color:#ffffff; font-size:14px; border-radius:3px; width:100%; height:34px; transition:all 0.5s;}
.input2       {background-color:#313131; border:1px solid #313131; padding:4px 0 4px 5px; color:#ffffff; font-size:14px; border-radius:3px; transition:all 0.5s;}
.input3       {background-color:#313131; border:1px solid #313131; padding:8px 5px 8px 5px; color:#ffffff; font-size:14px; border-radius:3px; transition:all 0.5s; text-align:center;}


.select       {background-color:inherit; padding:0 10px; color:#ffffff; height:40px; text-align:center; transition:all 0.5s;}
input[type="date"]::-webkit-calendar-picker-indicator{color-scheme: dark;}