@charset "utf-8";
/*-------------------------------------------------------------------------------------*
 *  게시판                                                                             *
 *-------------------------------------------------------------------------------------*/
.list_box  		 {width:100%; border-radius:10px; overflow:hidden;}
.list_tr4{width:100%; font-size:0; display:flex;}
.list_tr4>*{width:130px; transition:all 0.4s;}
.list_tr4>*:nth-child(2){max-width:100%; width:calc(100% - 520px); overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.list_tr4:not(.trfirst)>*:nth-child(2){padding-left:50px; font-weight:500; justify-content:flex-start; color:#ffffff;}
.list_title4     {background:linear-gradient(#fff600 0%, #ffb400 100%); border-bottom:1px solid rgba(255,255,255,0.1); color:#000000; font-size:13px; font-weight:700; display: flex; align-items: center; justify-content:center; line-height:44px;}
.list_notice4    {background:#111111; 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;}
.list4           {background:#222222; 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;}

.write_box{width:100%; border-radius:10px; overflow:hidden;}
.write_tr{width:100%; display:flex;}
.write_title_top {border-top:1px solid #2b3541;}
.write_title     {background:#111111; border-bottom:1px solid rgba(255,255,255,0.1); border-top:none; color:#efefef; width:200px; font-weight:500; font-size:13px; display:flex; align-items: center; justify-content: center;}  
.write_basic     {background:#222222; border-bottom:1px solid rgba(255,255,255,0.1); color:#efefef; padding:12px 20px 12px 20px; width:calc(100% - 200px); }
.write_basic input::placeholder, .write_basic textarea::placeholder {color:#8b8b8b; transition:all 0.5s;}
.write_basic input:focus, .write_basic textarea:focus {border:1px solid #8b8b8b;}

.view_box		 {width:100%; border-radius:10px; overflow:hidden;}
.view_tr		 {width:100%; font-size:0;}
.view_tr>*		 {width:100px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.view_tr>*:nth-child(1){max-width:100%; font-size:14px; width:calc(100% - 300px); text-align:left; padding-left:20px;}
.view_tr>.view1_title{font-size:16px; font-family:'EsaManru'; font-weight:500; width:100%; text-align:left; padding-left:20px;}
.view1           {background:linear-gradient(#fff600 0%, #ffb400 100%); font-weight:700; color:#000000; display:inline-block; text-align:center; vertical-align:middle; line-height:44px;}
.view1_title           {background:rgba(0,0,0,0.3); color:#efefef; display:inline-block; text-align:center; vertical-align:middle; line-height:48px;}
.view2           {background:#222222; border: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:#444444; 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:5px;}
.view2_l{float:left;}
.view2_r{float:left; padding:0 0 0 50px;}
.view_inner{float:left; width:100%; font-size:14px; color:#ffffff;}


.page_wrap       {float:left; width:100%; height:40px; text-align:center; clear:both;}
.page_wrap ul li {display:inline;}
.page            {background:#111111; border:1px solid rgba(255,255,255,0.1); color:#fafafa; display:inline-block; padding:12px 17px 12px 17px; border-radius:5px;}
.pageon          {background:linear-gradient(#fff600 0%, #ffb400 100%); color:#000000; display:inline-block; padding:12px 17px 12px 17px; font-weight:500; border-radius:5px;}


.info_wrap       {background:#222222; float:left; width:100%; padding:30px 0 20px 0; border-radius:10px;} 
.info1           {float:left; width:100%; line-height:28px; color:#ffffff; padding:0 20px 0 20px; font-size:24px; font-weight:500; letter-spacing:0pt; font-family:'EsaManru';}
.info2           {float:left; width:100%; line-height:32px; color:#fff600; padding:5px 20px 0 20px; font-size:18px; font-weight:700; letter-spacing:0pt; font-family:'EsaManru';}
.info3           {float:left; width:100%; line-height:26px; color:#ffffff; padding:5px 20px 0 23px; font-size:14px; font-weight:300; font-family:'EsaManru';}
.info4           {float:left; width:100%; line-height:32px; color:#ffb400; padding:5px 20px 0 20px; font-size:18px; font-weight:500; letter-spacing:0pt; font-family:'EsaManru';}
.info_img{float:left; width:100%; padding:0 20px 20px;}
.info_img img{display:inline-block; width:100%; max-width:460px; transition:all 0.5s;}
.info_visual{float:left; width:100%; padding:0 20px 20px;}
.info_visual img{display:inline-block; width:100%; max-width:1400px; transition:all 0.5s;}

@media (hover: hover) {


}

@media screen and (max-width:1280px) {
.list_tr4>*{width:110px;}
.list_tr4>*:nth-child(5){display:none;}
.list_tr4>*:nth-child(2){width:calc(100% - 330px);}
.list_tr4:not(.trfirst)>*:nth-child(2){padding-left:30px;}
}

@media screen and (max-width:1024px) {

	.write_tr {flex-wrap: wrap;}
	.write_title     {width:30%;}  
	.write_basic     {width:70%; padding:8px 12px 8px 12px;} 
	.page_wrap ul li span{padding:10px 15px 10px 15px;}
}

@media screen and (max-width:768px) {
	.list_tr4>*{width:100px;}
	.list_tr4>*:nth-child(1){display:none;}
	.list_tr4>*:nth-child(2){width:calc(100% - 200px);}
	.list_tr4:not(.trfirst)>*:nth-child(2){padding-left:10px;}
	
	.write_tr>*{width:100%; }
	.write_title {padding:12px 12px 5px 12px; justify-content:flex-start;}
	.write_basic{border-left:1px solid rgba(255,255,255,0.1); border-right:1px solid rgba(255,255,255,0.1);}
	.write_basic input{width:100%;}
	.write_basic input.input1_view{margin:2px 0 0 0;}
	
	.view_tr>*{width:33.33333%; text-align:left; font-size:13px; padding-left:10px; background:#111111;}
	.view_tr>*:nth-child(1){width:100%; padding-left:15px; background:linear-gradient(#fff600 0%, #ffb400 100%); font-weight:700; color:#000000;}

	.view2           {padding:5px;}
	.view2_l{width:100%; text-align:center;}
	.view2_l img{width:100%;}
	.view2_r{width:100%; padding:0 0 0 0px;}

}

@media screen and (max-width:600px) {
	.list_tr4>*:nth-child(4){display:none;}
	.list_tr4>*:nth-child(2){width:calc(100% - 100px);}
	
	.info3           {font-size:12px;}

	.list_box{overflow-x:auto;}
	.list_tr3{min-width:600px;}
}

@media screen and (max-width:480px) {

}
@media screen and (max-width:480px) {

}

/*-------------------------------------------------------------------------------------*
 *  버튼                                                                               *
 *-------------------------------------------------------------------------------------*/
.btn1_1         {display:inline-block; text-align:center; border-radius:3px; color:#000000; font-size:12px; letter-spacing:0pt; font-weight:500; text-shadow:1px 1px 1px rgba(0,0,0,0); box-shadow:2px 2px 4px rgba(0,0,0,0.7);}
.btn1_2         {display:inline-block; text-align:center; border-radius:3px; color:#000000; font-size:12px; letter-spacing:0pt; font-weight:500; text-shadow:1px 1px 1px rgba(0,0,0,0); box-shadow:2px 2px 4px rgba(0,0,0,0.7);}
.btn2_1         {display:inline-block; text-align:center; border-radius:3px; color:#000000; font-size:12px; letter-spacing:0pt; font-weight:500; text-shadow:1px 1px 1px rgba(0,0,0,0); box-shadow:2px 2px 4px rgba(0,0,0,0.7);}
.btn2_2         {display:inline-block; text-align:center; border-radius:3px; color:#000000; font-size:12px; letter-spacing:0pt; font-weight:500; text-shadow:1px 1px 1px rgba(0,0,0,0); box-shadow:2px 2px 4px rgba(0,0,0,0.7);}
.btn3_1         {display:inline-block; text-align:center; border-radius:3px; color:#000000; font-size:16px; letter-spacing:-1pt; font-weight:700; text-shadow:1px 1px 1px rgba(0,0,0,0); box-shadow:2px 2px 4px rgba(0,0,0,0.7);}
.btn3_2         {display:inline-block; text-align:center; border-radius:3px; color:#000000; font-size:16px; letter-spacing:-1pt; font-weight:700; text-shadow:1px 1px 1px rgba(0,0,0,0); box-shadow:2px 2px 4px rgba(0,0,0,0.7);}

.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(#fff600 0%, #ffb400 100%);; min-width:85px; min-height:34px; padding:0 15px 0 15px; line-height:34px;}
.btn1_1:hover   {background:linear-gradient(-45deg, #fff600 0%, #ffb400 100%);}

.btn1_2         {background:linear-gradient(#e8e8e8 0%, #8b8b8b 100%); min-width:85px; min-height:34px; padding:0 15px 0 15px; line-height:34px;}
.btn1_2:hover   {background:linear-gradient(-45deg, #e8e8e8 0%, #8b8b8b 100%);}

.btn2_1         {background:linear-gradient(#fff600 0%, #ffb400 100%);; min-width:110px; height:40px; line-height:40px;}
.btn2_1:hover   {background:linear-gradient(-45deg, #fff600 0%, #ffb400 100%);}

.btn2_2         {background:linear-gradient(#e8e8e8 0%, #8b8b8b 100%); min-width:110px; height:40px; line-height:40px;}
.btn2_2:hover   {background:linear-gradient(-45deg, #e8e8e8 0%, #8b8b8b 100%);}

.btn3_1         {background:linear-gradient(#fff600 0%, #ffb400 100%);; min-width:200px; height:46px; line-height:46px;}
.btn3_1:hover   {background:linear-gradient(-45deg, #fff600 0%, #ffb400 100%);}

.btn3_2         {background:linear-gradient(#e8e8e8 0%, #8b8b8b 100%); min-width:200px; height:46px; line-height:46px;}
.btn3_2:hover   {background:linear-gradient(-45deg, #e8e8e8 0%, #8b8b8b 100%);}

.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:2px 2px 4px rgba(0,0,0,0.7);}
.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:2px 2px 4px rgba(0,0,0,0.7);}

.btn2_3         {background:linear-gradient(#a7af0f  0%, #11531f 100%); min-width:110px; height:40px; line-height:40px;}
.btn2_3:hover   {background:linear-gradient(-45deg, #a7af0f 0%, #11531f 100%);}

.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:100px; padding:6px 8px 6px 8px; line-height:12px;  color:#ffffff; font-size:12px; font-weight:300; border-radius:2px;}
.division2      {background:#fff600; display:inline-block; text-align:center; min-width:100px; padding:6px 8px 6px 8px; line-height:12px;  color:#000000; font-size:12px; font-weight:300; border-radius:2px;}
.division3      {display:inline-block; text-align:center; min-width:100px; padding:4px 8px 4px 8px; line-height:12px;  color:#fff600; font-size:14px; font-weight:500;}

.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;}
}

.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.05);
            transform: scale(1.05);
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

/*-------------------------------------------------------------------------------------*
 *  폰트                                                                               *
 *-------------------------------------------------------------------------------------*/
.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:#00ffff; font-weight:500;}
.font07 {color:#ff0000; font-weight:500;}
.font08 {color:#828282; font-weight:500;}
.font09 {color:#0048ff; font-weight:500;}
.font10 {color:#fee900; font-weight:500;}

.font11 {color:#fff600; font-weight:500; font-size:16px; font-family:'EsaManru';}
.font12 {color:#eaeaea; 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:#424242; border:1px solid #5d5d5d; padding:4px 0 4px 5px; color:#ffffff; font-size:14px; border-radius:5px; height:34px; transition:all 0.5s;}
.input2       {background-color:#424242; border:1px solid #5d5d5d; padding:4px 0 4px 5px; color:#ffffff; font-size:14px; border-radius:5px; transition:all 0.5s;}
.input3       {background-color:#424242; border:1px solid #5d5d5d; padding:10px 5px 10px 5px; color:#ffffff; font-size:14px; border-radius:5px; 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;}
