/*공지사항 css*/

.sc-list-wrap { padding: 20px 30px 20px 30px; display: flex; justify-content: space-between; align-items: center; } 
.sc-list-wrap .sc-list-left { float: left; text-align: left; display: flex; justify-content: center; align-items: center; } 
.sc-list-wrap .sc-list-left .sc-list-title { font-size: 18px; font-weight: 500; padding-right: 10px; } 
.sc-list-wrap .sc-list-right { float: right; text-align: right; font-size: 15px; color: #727272; } 


form.search button { float: left; width: 20%; padding: 10px; background: #222; color: white; font-size: 17px; border: 1px solid #f6f6f6; border-left: none; cursor: pointer; border-radius: 0 8px 8px 0; } 

form.search button:hover { background: #ff3d00; } 

form.search::after { content: ""; clear: both; display: table; } 

.comm_search_wrap { width: 100%; border-radius: 8px 0 0 8px; background: #fff; padding-top: 20px; } 

.comm_search_wrap .comm_search_box { display: flex; border: 1px solid #eee; border-radius: 8px; padding: 10px; width: auto; margin: 0 20px; } 

.comm_search_wrap .comm_search_box .comm_search_box_input { flex:1; border: none; } 

.comm_search_wrap .comm_search_box .comm_search_box_input:focus { outline: none; border: none; } 

.comm_search_wrap .comm_search_box .search_btn { height: 100%; font-size: 25px; } 

/*아코디언*/
.notice_wrap { margin: 0 20px; } 
.que { position: relative; padding: 17px 10px; cursor: pointer; font-size: 14px; border-bottom: 1px solid #dddddd; } 
.que p { color: #727272; font-size: 12px; padding-bottom: 5px; } 
.que span { font-size: 15px; }
.que .subject {width:310px; max-width:310px; display: block;word-break: keep-all;word-wrap:break-word;line-height: 18px;}
/*.que::before { */
/* display: inline-block; */
/* content: 'Q'; */
/* font-size: 14px; */
/* color: #006633; */
/* margin: 0 5px; */
/* } */

/*.que.on>span { */
/* font-weight: bold; */
/* color: #006633; */
/* } */

.anw { display: none; overflow: hidden; font-size: 14px; background-color: #fff; padding: 10px 15px; line-height: 21px; } 

/*.anw::before { */
/* display: inline-block; */
/* content: 'A'; */
/* font-size: 14px; */
/* font-weight: bold; */
/* color: #666; */
/* margin: 0 5px; */
/* } */

.arrow-wrap { position: absolute; top:50%; right: 10px; transform: translate(0, -50%); } 

.que .arrow-top { display: none; } 
.que .arrow-bottom { display: block; } 
.que.on .arrow-bottom { display: none; } 
.que.on .arrow-top { display: block; } 

.add_btn_wrap { padding: 20px 30px 30px 30px; display: flex; justify-content: center; align-items: center; } 
.add_btn_wrap .add_btn { float: right; text-align: right; font-size: 16px; color: #fff; background: #222; /* border: solid 1px #d5d5d5; */
 padding: 10px 20px; box-sizing: border-box; border-radius: 50px; } 
