@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:#00d0e7; border-bottom:1px solid rgba(255,255,255,0.1); color:#ffffff; font-size:13px; font-weight:500; display: flex; align-items: center; justify-content:center; line-height:44px;}
.list_notice1    {background:rgba(255,255,255,0.1); border-bottom:1px solid rgba(255,255,255,0.1); 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(255,255,255,0.05); border-bottom:1px solid rgba(255,255,255,0.1); 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:#2e2e2e; border-bottom:1px solid rgba(255,255,255,0.1); 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:#00d0e7; border-bottom:1px solid #404748; color:#ffffff; font-size:13px; font-weight:500; display:inline-block; text-align:center; display: flex; align-items: center; justify-content:center; line-height:40px;}
.list_notice2    {background:rgba(255,255,255,0.1); border-bottom:1px solid rgba(255,255,255,0.1); color:#efefef; font-size:13px; text-align:center; display: flex; align-items: center; justify-content:center; padding:5px 5px 5px 5px;}
.list2           {background:rgba(255,255,255,0.05); border-bottom:1px solid rgba(255,255,255,0.1); 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) {

}

/* sub05 게시판 */
.list_tr_title{background:#00d0e7; border-bottom:1px solid #404748; 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:#ffffff;}
.list_tr_title span:nth-child(1){width:15%;}
.list_tr_title span:nth-child(2){width:45%; text-align:left;}
.list_tr_title span:nth-child(3){width:15%;}
.list_tr_title span:nth-child(4){width:15%;}
.list_tr_title span:nth-child(5){width:10%;}

.list_tr_list{background:rgba(255,255,255,0.1); border-bottom:1px solid rgba(255,255,255,0.1); 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:15%;}
.list_tr_list span:nth-child(2){width:45%; text-align:left;}
.list_tr_list span:nth-child(3){width:15%;}
.list_tr_list span:nth-child(4){width:15%;}
.list_tr_list span:nth-child(5){width:10%;}

.list_tr_list.notice_list{background:rgba(255,255,255,0.1);}
.list_tr_list.notice_list span:nth-child(2){color:#00d0e7;}
.list_tr_list:hover{background:#2e2e2e}
.list_tr_list.notice_list:hover span{color:#00d0e7;}

.hide_list{float:left; width:100%; padding:20px; background:#2e2e2e; text-align:center;}
.hide_list img{width:100%; max-width:800px;}
@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% - 130px); font-size:11px; color:#aaaaaa; text-align:right;}
	.list_tr_list span:nth-child(4){width:90px; font-size:11px; color:#aaaaaa;}	
	.list_tr_list span:nth-child(5){width:40px; font-size:11px; color:#aaaaaa;}	
}

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

}

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

}

/* 로그인기록 */
.list_tr_title1{background:#00d0e7; border-bottom:1px solid #404748; display:flex; width:100%; align-items:center; padding:10px; font-size:14px; text-align:center; flex-wrap:wrap;}
.list_tr_title1 span{display:inline-block; padding:4px; color:#ffffff; width:calc((100% - 100px) / 4);}
.list_tr_title1 span:nth-child(1){width:100px;}
/* .list_tr_title1 span:nth-child(2){width:100px;} */

.list_tr_list1{background:rgba(255,255,255,0.05); border-bottom:1px solid rgba(255,255,255,0.1); 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_list1 span{display:inline-block; padding:4px;  width:calc((100% - 100px) / 4);}
.list_tr_list1 span:nth-child(1){width:100px;}
/* .list_tr_list1 span:nth-child(2){width:100px;} */
.list_tr_list1 span:nth-child(4){color:#00d0e7;}
.list_tr_list1:hover{background:#2e2e2e}

.list_tr_list1 span .list_hide{display:none; font-size:11px; color:#aaaaaa;}
@media screen and (max-width:768px) {
	.list_tr_title1{display:none;}
	.list_tr_list1>span:nth-child(1){width:33.3333%; text-align:left;}
	.list_tr_list1>span:nth-child(2){width:33.3333%;}
	.list_tr_list1>span:nth-child(3){width:33.3333%; text-align:right;}
	.list_tr_list1>span:nth-child(4){width:33.3333%; text-align:left;}
	.list_tr_list1>span:nth-child(5){width:33.3333%;}	
	.list_tr_list1>span:nth-child(6){width:33.3333%; text-align:right;}	
	
	.list_tr_list1 span .list_hide{display:block; width:100%;}
}

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

}

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

}

/* sub09 쪽지 */
.note_tr_title{background:#00d0e7; border-bottom:1px solid #404748; display:flex; width:100%; align-items:center; padding:10px; font-size:14px; text-align:center; flex-wrap:wrap;}
.note_tr_title span{display:inline-block; padding:4px; color:#ffffff;}
.note_tr_title span:nth-child(1){width:10%;}
.note_tr_title span:nth-child(2){width:50%; text-align:left;}
.note_tr_title span:nth-child(3){width:15%;}
.note_tr_title span:nth-child(4){width:15%;}
.note_tr_title span:nth-child(5){width:10%;}

.note_tr_list{background:rgba(255,255,255,0.05); border-bottom:1px solid rgba(255,255,255,0.1); color:#efefef; font-size:13px; text-align:center; display: flex; align-items: center; justify-content:space-between; padding:10px; cursor:pointer; flex-wrap:wrap;}
.note_tr_list span{display:inline-block; padding:4px;}
.note_tr_list span:nth-child(1){width:10%;}
.note_tr_list span:nth-child(2){width:50%; text-align:left;}
.note_tr_list span:nth-child(3){width:15%;}
.note_tr_list span:nth-child(4){width:15%;}
.note_tr_list span:nth-child(5){width:10%;}

.note_tr_list:hover{background:#2e2e2e}
.note_delete i:hover{color:#00d0e7;}

.note_delete img{display:inline-block; width:24px;}
.hide_note{float:left; width:100%; padding:20px; background:#2e2e2e; font-size:13px; line-height:1.5;}
.hide_note img{width:100%; max-width:800px;}
@media screen and (max-width:768px) {
	.note_tr_title{display:none;}
	.list_tr_list{}
	.note_tr_list span:nth-child(1){width:70px;}
	.note_tr_list span:nth-child(2){width:calc(100% - 170px); padding:4px 10px;}
	.note_tr_list span:nth-child(3){width:100px;}
	.note_tr_list span:nth-child(4){width:50%; font-size:11px; color:#aaaaaa; text-align:left;}
	.note_tr_list span:nth-child(5){width:90px; font-size:20px; color:#aaaaaa; text-align:right; padding:0 12px 4px;}	
}

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

}

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

}

.write_box{width:100%;}
.write_tr{width:100%; display:flex;}
.write_title_top {border-top:1px solid #00e6ff;}
.write_title     {background:#404040; border-bottom:1px solid rgba(255,255,255,0.1); border-top:none; color:#ffffff; width:200px; font-weight:500; font-size:13px; display:flex; align-items:center; justify-content:center; padding:20px 10px;}  
.write_basic     {background:#2e2e2e; border-bottom:1px solid rgba(255,255,255,0.1); color:#efefef; padding:20px 20px 12px 20px; width:calc(100% - 200px); 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 #00d0e7;}

@media screen and (max-width:768px) {
	.write_tr{flex-wrap:wrap;}
	.write_tr>*{width:100%;}
	.write_title{padding:10px 10px; background:rgba(255,255,255,0.1); border-bottom:none; justify-content:flex-start;}
	.join .write_tr{width:100%;}
	
	.write_basic .input1{width:100%;}

}

.view_box		 {width:100%;}
.view_tr		 {width:100%; font-size:0;}
.view_tr>*		 {width:150px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.view_tr>*:nth-child(1){max-width:100%; font-size:13px; width:calc(100% - 450px); text-align:left; padding-left:20px;}
.view_tr>.view1_title{font-size:16px; font-weight:500; width:100%; text-align:left; padding-left:20px;}
.view1           {background:#00d0e7; border-bottom:1px solid #404748; color:#ffffff; display:inline-block; text-align:center; vertical-align:middle; line-height:44px;}
.view1_title           {background:#292e2f; border-bottom:1px solid #404748; color:#ffffff; display:inline-block; text-align:center; vertical-align:middle; line-height:48px;}
.view2           {background:rgba(255,255,255,0.05); border-bottom:1px solid rgba(255,255,255,0.1); padding:12px 20px 10px 20px; width:100%; line-height:26px; min-height:150px; color:#efefef; font-size:12px;}
.view1_po        {background:rgba(255,255,255,0.3); color:#ffffff; padding:5px 8px 3px 8px; line-height:12px; text-align:center; display:inline-block;  font-size:12px; margin:0 5px 0 0; font-weight:300; border-radius:3px;}
.view2_l{float:left;}
.view2_r{float:left; padding:0 0 0 50px;}

.page_wrap       {float:left; width:100%; height:40px; text-align:center; clear:both;}
.page_wrap ul li {display:inline;}
.page            {background:rgba(255,255,255,0.1); color:#fafafa; display:inline-block; padding:12px 17px 12px 17px; border-radius:5px;}
.pageon          {background:#00d0e7; color:#ffffff; display:inline-block; padding:12px 17px 12px 17px; font-weight:500; border-radius:5px;}

@media screen and (max-width:1024px) {
	.page_wrap ul li span{padding:10px 15px 10px 15px;}
}


.info_wrap       {background:#2e2e2e; float:left; width:100%; padding:15px 0 20px 0; border-radius:5px;} 
.info1           {float:left; width:100%; line-height:28px; color:#ffffff; padding:0 20px 0 20px; font-size:18px; font-weight:500; letter-spacing:-1pt;}
.info2           {float:left; width:100%; line-height:32px; color:#fff600; padding:5px 20px 0 20px; font-size:16px; font-weight:500; letter-spacing:-1pt;}
.info3           {float:left; width:100%; line-height:26px; color:#ffffff; padding:5px 20px 0 23px; font-size:13px; font-weight:300;}

@media screen and (max-width:1024px) {
	.info1{font-size:16px;}
	.info2{font-size:13px;}
	.info3{font-size:12px;}
}

.num{display:inline-block; width:26px; height:20px; border-radius:5px; background:#00d0e7; text-align:center; line-height:20px; font-size:12px; font-weight:500; color:#ffffff; margin:0 5px 0 0;}
.num2{display:inline-block; min-width:80px; height:20px; border-radius:5px; background:#444444; text-align:center; line-height:20px; font-size:12px; font-weight:500; color:#00d0e7; margin:0 5px 0 0;}
.write_text{float:left; width:100%; padding:5px 0;}

.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;}

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

.btn_wrap_left        {float:left; width:100%; text-align:left;}
.btn_wrap_left ul li  {display:inline;}
.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:#00d0e7; border:1px solid #00d0e7; min-width:80px; min-height:34px; padding:0 15px 0 15px; line-height:34px;}
.btn1_1:hover   {}

.btn1_2         {background:none; border:1px solid #00d0e7; min-width:80px; min-height:34px; padding:0 15px 0 15px; line-height:34px;}
.btn1_2:hover   {}

.btn2_1         {background:#00d0e7; border:1px solid #00d0e7; min-width:140px; height:40px; line-height:40px;}
.btn2_1:hover   {}

.btn2_2         {background:none; border:1px solid #00d0e7; min-width:140px; height:40px; line-height:40px;}
.btn2_2:hover   {}

.btn3_1         {background:#00d0e7; border:1px solid #00d0e7; min-width:220px; height:50px; line-height:50px;}
.btn3_1:hover   {}

.btn3_2         {background:none; border:1px solid #00d0e7; min-width:220px; height:50px; line-height:50px;}
.btn3_2:hover   {}

.btn2_3         {display:inline-block; text-align:center; border-radius:5px; 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:5px; 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%, #a7af0f 100%); min-width:60px; height:40px; line-height:40px;}
.btn2_3:hover   {}

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

.division1      {background:rgba(255,255,255,0.1); display:inline-block; text-align:center; min-width:100px; padding:6px 8px 6px 8px; line-height:12px;  color:#ffffff; font-size:12px; font-weight:300; border-radius:100px;}
.division2      {background:#00d0e7; display:inline-block; text-align:center; min-width:100px; padding:6px 8px 6px 8px; line-height:12px;  color:#ffffff; font-size:12px; font-weight:300; border-radius:100px;}
.division3      {background:#292e2f; border:1px solid rgba(255,255,255,0.1); display:inline-block; text-align:center; min-width:60px; padding:4px 8px 4px 8px; line-height:12px;  color:#00d0e7; font-size:12px; font-weight:500; border-radius:5px;}

.write_basic_btn{display:inline-block; margin:0 0 0 10px;}
[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*="btn2_"] {min-width:100%;}
	[class*="btn3_"] {min-width:100%;}
	.division1{min-width:70px;}
	.division2{min-width:70px;}
	.division3{min-width:70px;}

	.write_basic_btn{float:left; width:100%; margin:5px 0 0 0; display:grid; grid-gap: 2px; grid-template-columns: repeat(4, 1fr);} 
	.write_basic_btn a{display:inline-block; width:100%;}
	.write_basic_btn a span{display:inline-block; width:100%;}
}

.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);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

/*-------------------------------------------------------------------------------------*
 *  탭                                                                                 *
 *-------------------------------------------------------------------------------------*/
.tab_wrap       {float:left; margin:10px 0 0 0; transition:all 0.5s;}
.tab_wrap ul li {float:left; margin:0 3px 3px 0;}
.tab            {background:#2e2e2e; min-width:110px; padding:0 10px; height:32px; line-height:32px; text-align:center; display:inline-block; color:#bababa; font-weight:400; border-radius:5px; white-space:nowrap; overflow:hidden;}
.tab:hover      {background:#00d0e7; color:#ffffff;}
.tabon          {background:#00d0e7; min-width:110px; padding:0 10px; height:32px; line-height:32px; text-align:center; display:inline-block; color:#ffffff; font-weight:400; border-radius:5px; white-space:nowrap; overflow:hidden;}

.tab span{display:inline-block; margin:0 0 0 5px; color:#fefefe;}
.tabon span{display:inline-block; margin:0 0 0 5px; color:#fff000;}

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

/*-------------------------------------------------------------------------------------*
 *  폰트                                                                               *
 *-------------------------------------------------------------------------------------*/
.font01 {color:#ffffff; font-weight:500;}
.font02 {color:#000000; font-weight:500;}
.font03 {color:#929292;}            
.font04 {color:#72b12c;}            
.font05 {color:#fff000; font-weight:500;}
.font06 {color:#00f6ff; font-weight:500;}
.font07 {color:#ff0097; font-weight:500;}
.font08 {color:#9affa3; font-weight:500;}
.font09 {color:#0048ff; font-weight:500;}
.font10 {color:#fee900; font-weight:500;}

.font11 {color:#fff600; font-weight:500; font-size:16px;}
.font12 {color:#d10000; font-weight:500; font-size:16px;}
.font13 {color:#ffffff; font-weight:500; font-size:16px;}
.font14 {color:#ff0000; font-weight:500; font-size:20px;}

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


.select       {background-color:inherit; padding:0 10px; color:#ffffff; height:40px; text-align:center; transition:all 0.5s;}
