@charset "utf-8";
/*-------------------------------------------------------------------------------------*
 *  게시판                                                                             *
 *-------------------------------------------------------------------------------------*/
.list_title1     {background:rgba(81,77,58,0.7); color:#ffffff; line-height:44px; text-align:center; font-weight:500; border-bottom:1px solid rgba(255,255,255,0.1);}
.list_notice1    {background:rgba(42,40,30,0.7); border-bottom:1px solid rgba(255,255,255,0.1); color:#f1e7d7; line-height:20px; padding:12px 0 12px 0; text-align:center;}
.list_notice2    {background:rgba(42,40,30,0.7); border-bottom:1px solid rgba(255,255,255,0.1); color:#f1e7d7; line-height:20px; padding:12px 0 12px 15px; font-weight:500;}
.list1           {background:rgba(42,40,30,0.5); border-bottom:1px solid rgba(255,255,255,0.1); color:#efefef; line-height:20px; padding:12px 0 12px 0;text-align:center;}
.list2           {background:rgba(42,40,30,0.5); border-bottom:1px solid rgba(255,255,255,0.1); color:#efefef; line-height:20px; padding:12px 0 12px 15px; font-weight:500;} 

.write_title_top {border-top:1px solid #ecdabc;}
.write_title     {background:rgba(42,40,30,0.7); border-bottom:1px solid rgba(255,255,255,0.1); color:#ecdabc; padding:12px 20px 12px 20px; width:200px; font-weight:700; font-size:15px;}  
.write_basic     {background:rgba(42,40,30,0.5); border-bottom:1px solid rgba(255,255,255,0.1); color:#f1e7d7; padding:12px 20px 12px 20px;}

.view1           {background:rgba(81,77,58,0.7); color:#ffffff; border-bottom:1px solid rgba(255,255,255,0.1); padding:0 20px 0 20px; width:100%; height:50px; line-height:44px; font-weight:500; font-size:18px; letter-spacing:-1pt;}
.view2           {background:rgba(42,40,30,0.5); border-bottom:1px solid rgba(255,255,255,0.1); padding:12px 20px 10px 20px; width:100%; line-height:26px; min-height:300px; color:#f1e7d7;}
.view_box        {background:rgba(0,0,0,0.5); padding:5px 8px 3px 8px; color:#ffffff; line-height:12px; text-align:center; display:inline-block;  font-size:12px; margin:0 5px 0 0; font-weight:100; border-radius:3px;}

.page_wrap       {float:left; width:100%; height:40px; text-align:center;}
.page_wrap ul li {display:inline;}
.page            {background:rgba(81,77,58,0.7); display:inline-block; padding:12px 17px 12px 17px; color:#ffffff; border-radius:3px;}
.pageon          {background:#ecdabc; display:inline-block; padding:12px 17px 12px 17px; color:#333333; font-weight:500; border-radius:3px;}

.info_wrap       {background:rgba(42,40,30,0.7); border-bottom:1px solid rgba(255,255,255,0.1); float:left; width:100%; padding:15px 0 20px 0; box-shadow:rgba(0,0,0,0.3) 0px 0px 5px -1px; border-radius:3px;} 
.info1           {float:left; width:100%; line-height:28px; color:#ecdabc; padding:0 20px 0 20px;font-size:20px; font-weight:500; letter-spacing:-1pt;}
.info2           {float:left; width:100%; line-height:28px; color:#f1e7d7; padding:5px 20px 0 20px; font-size:16px; font-weight:500; letter-spacing:-1pt;}
.info3           {float:left; width:100%; line-height:24px; color:#efefef; padding:5px 20px 0 23px; font-size:13px;}


/*-------------------------------------------------------------------------------------*
 *  버튼                                                                               *
 *-------------------------------------------------------------------------------------*/
.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); box-shadow:rgba(0,0,0,0.3) 2px 2px 2px -1px;}
.btn1_2         {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.3) 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); box-shadow:rgba(0,0,0,0.3) 2px 2px 2px -1px;}
.btn2_2         {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.3) 2px 2px 2px -1px;}
.btn3_1         {display:inline-block; text-align:center; border-radius:5px; color:#ffffff; font-size:16px; letter-spacing:0pt; font-weight:500; text-shadow:1px 1px 1px rgba(0,0,0,0); box-shadow:rgba(0,0,0,0.3) 2px 2px 2px -1px;}
.btn3_2         {display:inline-block; text-align:center; border-radius:5px; color:#ffffff; font-size:16px; letter-spacing:0pt; font-weight:500; text-shadow:1px 1px 1px rgba(0,0,0,0); box-shadow:rgba(0,0,0,0.3) 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(#625612 0%, #000000 100%); min-width:80px; min-height:34px; padding:0 15px 0 15px; line-height:34px;}
.btn1_1:hover   {background:linear-gradient(-45deg, #625612 0%, #000000 100%);}

.btn1_2         {background:linear-gradient(#585858 0%, #000000 100%); min-width:80px; min-height:34px; padding:0 15px 0 15px; line-height:34px;}
.btn1_2:hover   {background:linear-gradient(-45deg, #585858 0%, #000000 100%);}

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

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

.btn3_1         {background:linear-gradient(#625612 0%, #000000 100%); min-width:220px; height:50px; line-height:50px;}
.btn3_1:hover   {background:linear-gradient(-45deg, #625612 0%, #000000 100%);}

.btn3_2         {background:linear-gradient(#585858 0%, #000000 100%); min-width:220px; height:50px; line-height:50px;}
.btn3_2:hover   {background:linear-gradient(-45deg, #585858 0%, #000000 100%);}

.division1      {background:#585858; display:inline-block; text-align:center; min-width:100px; padding:6px 8px 6px 8px; line-height:12px;  color:#ffffff; font-size:12px; font-weight:500; border-radius:3px;}
.division2      {background:#f1e7d7; display:inline-block; text-align:center; min-width:100px; padding:6px 8px 6px 8px; line-height:12px;  color:#111111; font-size:12px; font-weight:500; border-radius:3px;}
.division3      {background:linear-gradient(to right,#625612 0%, #333333 50%,#625612 100%); display:inline-block; text-align:center; min-width:100px; padding:4px 8px 4px 8px; line-height:12px;  color:#ffffff; font-size:12px; font-weight:500; border-radius:3px;}
.division4      {background:#8b2e2e; 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:5px;}


.btn1_1:hover , .btn1_2:hover , .btn2_1:hover , .btn2_2:hover , .btn3_1:hover , .btn3_2:hover {
	animation-name: mouseover03;
	-webkit-animation-name: mouseover03;	

	animation-duration: 0.2s;	
	-webkit-animation-duration: 0.2s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	
	
	animation-iteration-count:1;
	-webkit-animation-iteration-count:1;	
	
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;	

	visibility: visible !important;	
}

@keyframes mouseover03 {
	0%   {transform:scale(0.8);}		
	100% {transform:scale(0.8);}			
}

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


/*-------------------------------------------------------------------------------------*
 *  탭                                                                                 *
 *-------------------------------------------------------------------------------------*/
.tab_wrap       {float:left; margin:0 0 0 0;}
.tab_wrap ul li {float:left; margin:0 5px 0 0;}
.tab            {background:#514d3a; width:130px; height:36px; line-height:34px; text-align:center; display:inline-block; color:#b1a985; font-size:14px; font-weight:500; border-radius:2px;}
.tab:hover      {background:#625612;}
.tabon          {background:#625612; width:130px; height:36px; line-height:34px; text-align:center; display:inline-block; color:#ecdabc; font-size:14px; font-weight:500; border-radius:2px;}


/*-------------------------------------------------------------------------------------*
 *  폰트                                                                               *
 *-------------------------------------------------------------------------------------*/
.font01 {color:#ffffff; font-weight:500;}
.font02 {color:#000000; font-weight:500;}
.font03 {color:#929292;}            
.font04 {color:#bfffcf;}            
.font05 {color:#ecdabc; font-weight:500;}
.font06 {color:#57c0d8; font-weight:500;}
.font07 {color:#bcece4; font-weight:500;}
.font08 {color:#717171; font-weight:500;}
.font09 {color:#ebff00; font-weight:500;}
.font10 {color:#fee900; font-weight:500;}

.font11 {color:#bcece4; font-weight:700; font-size:26px; font-family:Arial; letter-spacing:-1pt;}
.font12 {color:#ebff00; font-weight:700; font-size:18px; font-family:Arial; letter-spacing:-1pt;}
.font13 {color:#b0977f; font-weight:500;}
.font14 {color:#818fa0;}
.font15 {color:#9973b1;}


/*-------------------------------------------------------------------------------------*
 *  인풋                                                                               *
 *-------------------------------------------------------------------------------------*/
.input1       {background-color:#2b291e; border:1px solid #000000; padding:4px 0 4px 5px; color:#ffffff; font-size:14px; border-radius:3px; height:34px;}
.input2       {background-color:#2b291e; border:1px solid #000000; padding:4px 0 4px 5px; color:#ffffff; font-size:14px; border-radius:3px;}






